/*!
Theme Name: CloveRock
Theme URI: http://underscores.me/
Author: CloveRock Design
Author URI: https://www.cloverockdesign.ie
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cloverock
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

CloveRock is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
#primary.main-woo, #primary.main-wide {
	width: 90%;
	margin: 0 auto;
	max-width: 1380px;
	padding: 50px 0px;
}
#primary.main-800 {
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
	padding: 80px 0px;
}
#primary.cat-loop {
	margin: 0 auto;
	padding: 90px 0px;
	background: #f9f9fb;
}
main {
   position:relative;
}
.main-woo-page {
	max-width: 1380px;
	margin: 0 auto;
	padding: 60px 0px;
	width: 90%;
}

.main-woo-page .alignwide {
	margin: 0 auto !important;

}
.error-404.not-found {
	width: 90%;
	margin: 0 auto 60px auto;
	max-width: 800px;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #121212;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 18px;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Marcellus', serif;
	clear: both;
	font-weight:300;
	color:#070505;
}


h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
font-family: 'Marcellus', serif;
	clear: both;
	font-weight:300;
}
h1 {
	font-size: 32px;
	line-height: 32px;
	margin: 0 0 20px 0;
}
h2 {
	font-size: 40px;
	line-height: 44px;
	margin: 0 0 24px 0;
}
h3 {
	font-size: 32px;
	line-height: 32px;
	margin: 0 0 24px 0;
}

h4 {
  font-size: 32px;
  line-height: 32px;
  margin: 0 0 24px 0;
}
.wp-block-columns h4 {
  font-size: 24px;
  line-height:24px;
  margin: 0 0 24px 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


.message-bar {
  background: #df0000;
  text-align: center;
  color: #fff;
  font-size: 90%;
  padding-top: 10px;
}
.message-link {
  display: inline-block;
  padding: 2px 10px;
  margin-left: 5px;
  background: #fff;
  border-radius: 99px;
  font-size: 90%;
  color: #000;
}
.message-link:hover {
  background: #000;
  color: #fff;
}
.message-wrap {
    width:90%;
		max-width:1380px;
		margin:0 auto;
}

/* Lists
--------------------------------------------- */

.wp-block-list.hearts, .wp-block-list.ticks {
  list-style: none;
  padding: 0px;
}
.wp-block-list li {
  border: 0 none !important;
  position: relative;
}
.wp-block-list.hearts li, .wp-block-list.ticks li {
  border: 0 none !important;
  padding: 0 0 0 35px !important;
  position: relative;
}
.wp-block-list.hearts li:before {
  position: absolute;
  content: "\f004";
  left: 0;
  top: 1px;
  font-family: "Font Awesome 6 Pro";
  color:#df0000;
}
.wp-block-list.ticks li:before {
  position: absolute;
  content: "\f058";
  left: 0;
  top: 1px;
  font-family: "Font Awesome 6 Pro";
  color:#df0000;
}


/* Blocks 
--------------------------------------------- */

.wp-block-media-text {
	min-height: 560px;
} 
.alignfull {
	margin: 0px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.alignwide {
	margin: 80px -290px;
	max-width: 1380px;
	width: 1380px;
}
* + .alignfull {
	margin-top: 80px;
}
.alignfull + * {
	margin-top: 80px;
}
.alignfull + .alignfull {
    margin-top:0;
		margin-bottom:0;
}
.wp-block-columns.alignfull {
	padding-top: 80px;
	padding-bottom: 80px;
}
@media (max-width: 1480px) {
.alignwide {
	margin: 50px calc(50% - 45vw);
	max-width: 90vw;
	width: 90vw;
}
* + .alignfull {
	margin-top: 50px;
}
.alignfull + * {
	margin-top: 50px;
}
}
@media (max-width: 920px) {
	.alignwide {
		margin: 50px auto;
		max-width: 800px;
		width: 100%
	}
}


/* Elements
--------------------------------------------- */
.wp-block-yoast-faq-block .schema-faq-question {
	font-size: 18px;
	color: #121212;
}
.wp-block-yoast-faq-block p.schema-faq-answer {
	font-size: 18px;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}
#page {
   position:relative;
	 border-top:10px solid #df0000;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #070505;
	text-decoration: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*-------------------------------------------------------------
# Link Buttons
--------------------------------------------------------------*/
.link_button {
	width: 100%;
	max-width: 230px;
	height: 60px;
	display: block;
	background: #df0000;
	line-height: 60px;
	text-align: center;
	color: #fff;
	border-radius: 0px;
	text-decoration: none;
	margin-top: 40px;
	font-size: 18px;
}
.link_button:hover {
  background: #070505;
  color: #fff;
}
.link_button.more_button {
	margin: 40px auto 0 auto;
}

.link_button.home_splash_button {
	margin: 40px auto 0 auto;
}
.wp-block-button__link.wp-element-button {
	width: 100% !important;
	max-width: 250px !important;
	height: 60px !important;
	display: block !important;
	background: #df0000 !important;
	line-height: 60px !important;
	text-align: center !important;
	color: #fff !important;
	border-radius: 0px !important;
	text-decoration: none !important;
	margin-top: 20px !important;
	font-size: 18px !important;
	padding: 0 !important;
}
.wp-block-button__link.wp-element-button:hover {
  background: #070505 !important;
  color: #fff !important;
}
.wp-block-group.red-group .wp-block-button__link.wp-element-button {
	background: #fff !important;
	color: #000 !important;
	margin-top: 0px !important;
}
.wp-block-group.red-group .wp-block-button__link.wp-element-button:hover {
  background: #070505 !important;
  color: #fff !important;
}
.wp-block-heading.has-text-align-center {
	max-width: 500px;
	margin: 0 auto 24px auto;
}
.wp-block-buttons > .wp-block-button {
	width: 230px !important;
}
/*--------------------------------------------------------------
# FULL BAR
--------------------------------------------------------------*/
.full-bar {
	text-align: center;
	background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(249,249,251,1) 100%);
	padding: 120px 0;
	margin: 0;
}
.full-bar.solid-bar  {
    background:rgba(249,249,251,1);
}
.full-bar-wrap {
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}

.full-bar .link_button {
  margin: 30px auto 0 auto;
}
.content-row + .full-bar {
    padding:170px 0px;
	  margin:-50px 0;
}

.full-bar-video {
	padding-bottom: 50%;
	background: #ccc;
	margin: 0 0 30px 0;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Header/Navigation
--------------------------------------------- */
.breadcrumbs {
	width: 100%;
	max-width: 1380px;
	margin: 0px auto 0px auto;
	font-size: 14px;
}

.breadcrumbs a {
	color: #fff;
}
.breadcrumbs.no-hero-bc {
	max-width: 800px;
		margin: 40px auto 20px auto;
	width:90%;
}
.site-header {
	width: 90%;
	margin: 40px auto;
	position: absolute;
	top: 0;
	z-index: 999;
	left: 0;
	right: 0;
}
.logo {
  width: 230px; 
}
.logo img {
	display: block;
	visibility: ;
	vertical-align: top;
	position: relative;
}
#site-navigation {
	position: absolute;
	right: 0;
	top: 50px;
	font-family:'Marcellus', serif;
}
.mega-indicator {
	position: absolute !important;
	left: 50% !important;
	width: 30px !important;
	text-align: center !important;
	margin-left: -15px !important;
	bottom: -17px;
	font-size: 12px !important;
	color: #df0000 !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
	margin-top: 5px !important;
}



.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.entry-content ul {
	margin: 30px 0px;
}
.entry-content ul li {
	padding: 0px 20px;
}

.entry-content ul li:first-child {
  border: 0 none;
}
.page-splash-wrap + .help-bar {
	margin-top: 40px !important;
}

/*------------------------------------*\
    SHIFTNAV
\*------------------------------------*/
header .shiftnav-toggle-button {
	display: none;
	padding: 10px 0px;
	background: transparent;
	color: #fff;
	font-size: 36px;
	position: absolute;
	right: 0px;
	top: 0px;
}
header .shiftnav-toggle-button:hover {
	display: inline-block;
	padding: 10px 0px;
	background: transparent;
	color: #df0000;
}
.shiftnav.shiftnav-shiftnav-main {
	border-left: 5px solid #eed706;
}
.sub-menu.sub-menu-1 {
	padding-left: 0px !important;
	font-size: 90% !important;
}
.shiftnav ul.shiftnav-menu li.menu-item > .shiftnav-target, .shiftnav ul.shiftnav-menu li.shiftnav-retract > .shiftnav-target {
	padding: 22px 25px !important;
}
.sub-menu.sub-menu-2 li.menu-item > .shiftnav-target {
	padding: 10px 25px !important;
}
.shiftnav ul.shiftnav-menu li.menu-item {
	border-top: 1px solid rgba(255,255,255,0.25) !important;
}
.shiftnav ul.shiftnav-menu .sub-menu.sub-menu-2 li.menu-item {
   border:0 none !important;
}
.shiftnav-inner #menu-item-119272 {
    border:0 none !important;
}
.shiftnav .shiftnav-panel-close {
	padding: 25px !important;
	z-index: 9999 !important;
	border-radius: 0;
	color: #fff !important;
}
.shiftnav::after {
  display:none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}
.shiftnav .shiftnav-submenu-activation i.fa {
	color: #fff !important;
}

.shiftnav-open-right::before {
	content: "";
	width: 100vw;
	height: 100vh;
	position: fixed;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	top: 0;
	left: 0;
	pointer-events: none;
	transition: all 400ms ease-in-out 0s;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
p.has-background {
	padding: 60px !important;
	width: calc(100% + 120px);
	margin: 30px -60px;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}


.cta-link {
	background: #df0000;
	display: block;
	max-width: 220px;
	text-align: center;
	font-family: 'Marcellus', serif;
	clear: both;
	font-weight: 300;
	height: 50px;
	line-height: 48px;
	color: #fff;
	padding: 0px;
	margin: 20px 0 0 0;
}

.cta-link:hover {
	background: #070505;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*------------------------------------*\
    GRID
\*------------------------------------*/


/*--------------------------------------------------------------
# Splash
--------------------------------------------------------------*/
.splash-wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: #292731;
}
.home-splash {
	display: grid;
	min-height: 620px;
	grid-gap: 0px;
	grid-template-columns: 1fr;
	align-items: end;
	padding: 130px 0 60px 0;
	height: calc(100vh - 120px);
	position: relative;
	overflow:hidden;
	background:url(img/splash-bg.webp) center center / cover;
}
.home-splash::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	background: rgb(4,2,25);
	background: linear-gradient( 
    hsla(0, 0%, 0%, 0.9) 0%, 
    hsla(0, 0%, 0%, 0.7878) 1.39%, 
    hsla(0, 0%, 0%, 0.6771) 3.36%, 
    hsla(0, 0%, 0%, 0.5695) 5.61%, 
    hsla(0, 0%, 0%, 0.4667) 7.85%, 
    hsla(0, 0%, 0%, 0.3701) 10.79%, 
    hsla(0, 0%, 0%, 0.2813) 14.13%, 
    hsla(0, 0%, 0%, 0.2018) 17.57%, 
    hsla(0, 0%, 0%, 0.1333) 21.81%, 
    hsla(0, 0%, 0%, 0.0773) 25.58%, 
    hsla(0, 0%, 0%, 0) 30%,
    hsla(0, 0%, 0%, 0) 70%,
    hsla(0, 0%, 0%, 0.0773) 72.42%, 
    hsla(0, 0%, 0%, 0.1333) 78.19%, 
    hsla(0, 0%, 0%, 0.2018) 82.43%, 
    hsla(0, 0%, 0%, 0.2813) 85.87%, 
    hsla(0, 0%, 0%, 0.3701) 89.21%, 
    hsla(0, 0%, 0%, 0.4667) 92.15%, 
    hsla(0, 0%, 0%, 0.5695) 94.39%, 
    hsla(0, 0%, 0%, 0.6771) 96.64%, 
    hsla(0, 0%, 0%, 0.7878) 98.61%, 
    hsla(0, 0%, 0%, 0.9) 100%
);
	opacity: 0.8;
}


.home-splash-text {
	display: block;
	margin: 0 auto;
	z-index: 99;
	text-align: left;
	color: #fff;
	position: relative;
	width: 90%;
}
.home-splash-text div {
	max-width: 800px;
	margin: 0;
	width: 100%;
	padding: 0px 40px 0 0;
	position: relative;
}
.home_splash_button {
	color: #eed706;
	font-size: 40px;
	position: absolute;
	right: 0;
	bottom: -7px;
}
.home-splash-text h1 {
	font-size: 70px;
	line-height: 70px;
	padding: 0;
	margin: 0;
	color: #fff;
}
.home-splash-text h1 span {
   display:inline-block;
}

.home-slider.flexslider {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
		z-index:0
}
.home-slider.flexslider ul {
  height:100%;
  width:100%;
  left:0;
  top:0;
  position:absolute;
  list-style:none;
  margin:0;
  padding:0
}
.home-slider.flexslider ul li {
  height:100%;
  background-size:cover !important;
  background-position:center center !important
}

.intro-bg {
	padding: 80px 0px;
	background: #df0000;
	color: #fff;
}
.tagline {
	display: block;
	margin: 0 auto;
	max-width: 800px;
	width:90%;
}
.tagline p {
	margin-bottom: 0;
}
.tagline p:first-child {
	margin-top: 0;
}
.splash-img {
	background-size:cover !important;
	background-position:center center !important;
	position: relative;
	padding-left: 240px;
	height: 100%;
}

.page-splash-wrap {
		margin:0 auto;
    position:relative;
}
.page-splash {
	display: grid;
	min-height: 500px;
	grid-gap: 0;
	grid-template-columns: 700px 1fr;
	align-items: center;
}
.page-splash-text {
	padding: 80px;
}
.page-splash-text h1 {
	font-size: 50px;
	line-height: 54px;
	max-width: 800px;
	padding: 0px;
	margin: 0;
	color: #fff;
}
ol.has-background, ul.has-background {
	padding: 1.25em 2.375em;
	margin: 0;
	border-radius: 10px;
}
.page-splash-text h1 strong {
   color:#070505;
}
.page-slide {
	height: 100%;
	background-size: cover !important;
	background-position: center center !important;
	border-radius: 0px;
}
.page-splash-wrap {
	padding: 300px 0px 80px 0px;
	background: #0a0326;
	color: #fff;
	position: relative;
}
.page-bg {
	background-size: cover !important;
	background-position: center center !important;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .8;
}

.page-bg.focal-top-left {
	background-position: 25% 25% !important;
}
.page-bg.focal-top-center {
	background-position: center 25% !important;
}
.page-bg.focal-top-right {
	background-position: 75% 25% !important;
}
.page-bg.focal-middle-left {
	background-position: 25% center !important;
}
.page-bg.focal-centered {
	background-position: center center !important;
}
.page-bg.focal-middle-right {
	background-position: 75% center !important;
}
.page-bg.focal-bottom-left {
	background-position: 25% 75% !important;
}
.page-bg.focal-bottom-center {
	background-position: center 75% !important;
}
.page-bg.focal-bottom-right {
	background-position: 75% 75% !important;
}


.page-bg::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	background: rgb(4,2,25);
	background: linear-gradient( hsla(0, 0%, 0%, 0.9) 0%, hsla(0, 0%, 0%, 0.7878) 1.39%, hsla(0, 0%, 0%, 0.6771) 3.36%, hsla(0, 0%, 0%, 0.5695) 5.61%, hsla(0, 0%, 0%, 0.4667) 7.85%, hsla(0, 0%, 0%, 0.3701) 10.79%, hsla(0, 0%, 0%, 0.2813) 14.13%, hsla(0, 0%, 0%, 0.2018) 17.57%, hsla(0, 0%, 0%, 0.1333) 21.81%, hsla(0, 0%, 0%, 0.0773) 25.58%, hsla(0, 0%, 0%, 0) 30%, hsla(0, 0%, 0%, 0) 70%, hsla(0, 0%, 0%, 0.0773) 72.42%, hsla(0, 0%, 0%, 0.1333) 78.19%, hsla(0, 0%, 0%, 0.2018) 82.43%, hsla(0, 0%, 0%, 0.2813) 85.87%, hsla(0, 0%, 0%, 0.3701) 89.21%, hsla(0, 0%, 0%, 0.4667) 92.15%, hsla(0, 0%, 0%, 0.5695) 94.39%, hsla(0, 0%, 0%, 0.6771) 96.64%, hsla(0, 0%, 0%, 0.7878) 98.61%, hsla(0, 0%, 0%, 0.9) 100% );
	opacity: 0.8;
}
.wp-block-media-text {
	position:relative;
}

.wp-block-media-text + .wp-block-media-text {
	background: 0 none !important;
}
.wp-block-media-text + .wp-block-media-text:before {
	display:none !important;
}
.page-splash-wrap.no-hero-image.splash-wide {
  max-width: 1380px;
}
.page-splash-wrap .page-splash-text {
	padding: 0;
	max-width: 800px;
	margin: 0 auto;
}
.page-splash-wrap .page-splash {
	display: block;
	height: auto;
	min-height: 0px;
	text-align: center;
	z-index:9;
	position: relative;
}

.wp-block-media-text + p.has-background {
	margin-top: 50px;
}
.wp-block-media-text::before {
	background: linear-gradient(0deg, rgba(255,255,255,0) 10%, rgba(249,249,251,1) 100%);
	content: "";
	position: absolute;
	top: 30px;
	left: 50%;
	width: 100vw;
	height: 100%;
	margin-left: -50vw;
	z-index: -1;
}
/*------------------------------------*\
    HOME INTRO
\*------------------------------------*/
.home-intro {
	margin: 0 auto;
	padding: 90px 0 70px 0;
	max-width: 830px;
	text-align: center;
	width: 90%;
}
.home-intro h2 {
    color:#df0000;
		font-size:40px;
		line-height:38px;
		margin:0 0 30px 0;
		padding:0;
}
.home-intro h2 span {
    display:inline-block;
}
@media only screen and (max-width:850px) {
.home-intro {
	max-width: 600px;
}
}
/*------------------------------------*\
    HOME BOXES
\*------------------------------------*/
.home-nav-single a {
	display: grid;
	height: 330px;
	align-content: center;
	text-align: center;
	padding: 0 20px;
	color: #fff;
	background: rgba(0,0,0,0.1);
}
.home-nav-single a h4 {
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 20px rgba(0,0,0,0.5);
}
.home-nav-single {
  background-size: cover !important;
  background-position: center center !important;
}
#home-nav-arrows {
  background: #efefef;
  margin: 0 auto;
  max-width: 280px;
  padding: 0px 50px;
  height: 70px;
  line-height: 70px;
  position: relative;
  text-align: center;
	font-family: 'Marcellus', serif;
	font-size:21px;
	width:100%;
}

#home-nav-arrows .slick-prev.slick-arrow {
  background: #fff;
  color:#df0000;
  border: 0 none;
  width: 50px;
  height: 70px;
  border-radius: 0;
  padding: 0;
  left: 0;
  position: absolute;
}
#home-nav-arrows .slick-next.slick-arrow {
  background: #fff;
  color:#df0000;
  border: 0 none;
  width: 50px;
  height: 70px;
  border-radius: 0;
  padding: 0;
  right: 0;
  position: absolute;
}
#home-nav-arrows .slick-prev.slick-arrow:hover, #home-nav-arrows .slick-next.slick-arrow:hover {
   color:#000;
}

@media only screen and (max-width:1050px) {
.home-nav-single a {
	height: 280px;
	padding: 0 20px;
}
.home-nav-single a h4 {
	font-size: 36px;
	line-height: 36px;
}
}

/*------------------------------------*\
    LOOP
\*------------------------------------*/

.loop-image {
  height: 250px;
  background-size: cover !important;
  background-position: center center !important;
  margin: 0 0 20px 0;
  border-radius: 0px;
	position:relative;
}
.loop-image a {
    position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
}
.cat-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
	text-align: center;
	margin:0 auto;
	width:90%;
	max-width:1380px;
}
.image-content-row.blog-row .row-content {
	background: #fff;
	padding: 30px 10px;
	display: grid;
	align-content: center;
	height: 100%;
}
h3.news-title-loop {
	font-size: 23px;
	line-height: 28px;
	max-width: 260px;
	margin: 0 auto;
}

/*------------------------------------*\
   FOOTER
\*------------------------------------*/
.footwrap {
	padding: 90px 0px;
	background:#df0000;
	color:#fff;
}
.footer {
	width: 90%;
	max-width: 1380px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-column-gap: 60px;
	font-size: 15px;
}
.footer a {
	text-decoration: none;
	color: #fff;
}
.footer h5 {
  font-size: 26px;
  margin: 0px 0 26px 0;
  padding: 0;
  color: #eed706;
}
.footer-contact span {
  display: block;
  margin: 0px 0 15px;
}
.footer-contact span span {
  margin: 0;
}
.footer-contact strong {
  display: block;
}
.footer-contact span:last-child {
    margin:0;
}
.foot-social {
	margin: 0;
}
.foot-social a {
	background: #df0000;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 28px;
	margin: 0 15px 0 0;
}

.foot-links {
  text-align: right;
  font-size: 11px;
  line-height: 20px;
}
.foot-links {
}
.foot-links .foot-copy {
  display: block;
}
.foot-social a:hover {
	color: #eed706;
}
.foot-strap {
	padding: 30px 0px;
	background: #df0000;
	color: #fff;
	border-top: 1px solid #fff;
}
.foot-strap a {
    text-decoration:none;
		color:#fff;
}
.strap-wrap {
  margin: 0 auto;
  max-width: 1380px;
  width: 90%;
  font-size: 14px;
	display:grid;
	grid-template-columns:1fr 1fr;
}
.footer-map-wrap {
	position: relative;
	height: 285px;
}
.footer-map-wrap iframe {
    position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
}
.foot-links a {
	margin: 0 0 0 10px;
}

@media only screen and (max-width:1050px) {

}
/*------------------------------------*\
    HOME ICONS
\*------------------------------------*/
.home-icons {
	max-width: 1380px;
	margin: 100px auto;
	text-align: center;
	width: 90%;
}
.quote-scroll + .home-icons {
	padding-top: 0;
	margin-top: 0;
}
.icon-grid {
  display: grid;
  height: auto;
  grid-gap: 0;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: top;
  grid-gap: 40px;
  margin: 0;
}
.icon-grid.number-grid {
	margin: 50px auto;
	max-width: 800px;
}
.icon-single-wrap {
  height: 180px;
  width: 180px;

  overflow: hidden;
  margin: 0 auto 20px auto;
}
.icon-single-wrap a {
  display: block;
}
.icon-single p {
	margin-bottom: 0;
}
.icon-subtext {
	font-weight: bold;
}
.icon-title {
	font-size: 32px;
	line-height: 32px;
}
.icon-title strong {
font-family: lust, serif;
  font-weight: 700;
  font-style: normal;
  color: #070505;
}
.icon-single-number {
	background: #0a85d6;
	height: 70px;
	width: 70px;
	margin: 0 auto;
	line-height: 72px;
	font-size: 40px;
	border-radius: 99px;
	color: #fff;
}
.icon-grid.number-grid p {
	line-height: 110%;
}

/*------------------------------------*\
   BOX GRID
\*------------------------------------*/
.box-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
	height: 300px;
	margin: 30px auto 0 auto;
}
.box-grid div.box-grid-single {
	align-content: center;
	text-align: center;
	display: grid;
	color: #fff;
	font-size: 130%;
	padding: 20px;
	line-height: 110%;
	background-position: center center;
	background-size: cover;
	position: relative;
	height: 270px;
}
.box-grid div.box-grid-single::before {
	color: ;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(45, 191, 204, 0.9);
	position: absolute;
	top: 0;
	left: 0;
}
.box-grid div span {
	display: block;
	position:relative ;
}
.box-bar-wrap {
  max-width: 1380px;
  margin: 0 auto;
  text-align: center;
	width:90%;
}

/*------------------------------------*\
   VIMEO
\*------------------------------------*/
.vimeo-wrapper {
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  pointer-events:none;
  overflow:hidden;
  z-index:0;
  opacity:1
}
.vimeo-wrapper iframe {
  width:100vw;
  height:56.26vw;
  min-height:100vh;
  min-width:177.77vh;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%)
}


/*------------------------------------*\
   TOP LINKS
\*------------------------------------*/
.header-links {
  position: absolute;
  top: 0px;
  right: 0px;
}
.header-links {
    display:grid;
		grid-template-columns:150px 150px 230px;
		grid-gap:20px;
}
.header-links a {
    height:50px;
		line-height:48px;
		font-size:18px;
	  width:100%;
		display:block;
		text-align:center;
		font-family: 'Marcellus', serif;
  clear: both;
  font-weight: 300;
}
.vs-link {
	background: #df0000;
	color: #fff;
	border:1px solid #df0000;
}
.donate-link {
    color:#fff;
		border:1px solid #fff;
}
.site-header .search {
  width: 230px;
	position:relative;
}
.site-header .search input {
	width: 100%;
	padding: 3px 50px 3px 25px;
	border-radius: 99px;
	font-size: 14px;
	line-height: 38px;
	height: 50px;
	border: 0 none;
}
.site-header .search button {
	border: 0 none;
	background: transparent;
	width: 50px;
	padding: 0;
	position: absolute;
	color: #df0000;
	top: 0;
	right: 0;
	font-weight: 400;
	line-height: 50px;
	font-size: 17px;
	text-align: center;
}
/*------------------------------------*\
   BLOCK
\*------------------------------------*/
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding: 80px 0 80px 10%;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding: 80px 10% 80px 0;
}
h2.wp-block-heading {
	font-size: 32px;
	line-height: 36px;
	margin: 30px 0;
}
h2.wp-block-heading:first-child {
	margin: 0 0 30px 0;
}
.red-bg {
  padding: 120px 0 120px;
  margin: -110px auto -110px;
  background: #df0000;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: -1;
}
.red-bg:before {
  width: 100vw;
  position: absolute;
  left: 50%;
  height: 100%;
  background: #df0000;
  top: 0;
  content: "";
  margin-left: -50vw;
  z-index: -1;
}


/*------------------------------------*\
   RELATED
\*------------------------------------*/
.related-bar {
	background: #fff;
	border-top: 1px solid #cacaca;
}
.related-wrap {
  padding: 60px 0;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.related-wrap h3 {
  color: #070505;
  font-size: 26px;
  line-height: 26px;
  margin: 0 0 30px 0;
}
.related-wrap ul {
  line-height: ;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap:20px;
  grid-template-columns: 1fr 1fr;
}
.related-wrap ul li a {
  background: transparent;
  width: 100%;
  display: grid;
  height: 60px;
  align-content: center;
  border-radius: 0px;
  border: 1px solid #070505;
  color: #070505;
}
.related-wrap ul li a:hover {
  background: #070505;
  color: #fff;
}
.related-wrap ul li:nth-child(odd):last-child {
	grid-column: span 2;
}
/*------------------------------------*\
   HOME CONTENT
\*------------------------------------*/
.home-video-section {
  background: #df0000;
  color: #fff;
  padding: 80px 0;
}
.home-video-wrap {
	width: 90%;
	margin: 0 auto;
	max-width: 1380px;
	display: grid;
	grid-template-columns: 1fr 760px;
	grid-gap: 50px;
	min-height: 430px;
}
.home-video-text h3 {
  color: #fff;
  font-size: 40px;
  margin: 0 auto 30px auto;
  text-align: center;
  max-width: 400px;
  line-height: 48px;
}
.home-video-text h3 span {
  color: #eed706;
}
.home-video-text {
  display: grid;
  text-align: center;
  align-content: center;
}
.home-video-text img {
  margin: 0 auto;
}
.home-video-embed {
  position: relative;
}
.home-video-embed iframe {
  width: 100%;
  height: 100%;
}

.home-principal-welcome {
	padding: 0;
	width: 90%;
	max-width: 1180px;
	margin: -40px auto 50px auto;
	display: grid;
	grid-template-columns: 350px 1fr;
	grid-gap: 100px;
}
.home-principal-text {
	display: grid;
	align-content: center;
}
/*------------------------------------*\
   FORMS
\*------------------------------------*/
.main-contact {
  padding: 80px 0;
}
.main-contact section {
	width: 90%;
	margin: 0 auto;
	max-width: 800px;
}
#gform_wrapper_1 {
	border-radius: 0;
}
.gform_heading {
  display: none;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100% !important;
}
.gform_wrapper.gravity-theme input[type="color"], .gform_wrapper.gravity-theme input[type="date"], .gform_wrapper.gravity-theme input[type="datetime-local"], .gform_wrapper.gravity-theme input[type="datetime"], .gform_wrapper.gravity-theme input[type="email"], .gform_wrapper.gravity-theme input[type="month"], .gform_wrapper.gravity-theme input[type="number"], .gform_wrapper.gravity-theme input[type="password"], .gform_wrapper.gravity-theme input[type="search"], .gform_wrapper.gravity-theme input[type="tel"], .gform_wrapper.gravity-theme input[type="text"], .gform_wrapper.gravity-theme input[type="time"], .gform_wrapper.gravity-theme input[type="url"], .gform_wrapper.gravity-theme input[type="week"], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
  padding: 15px !important;
}
.gform_wrapper.gravity-theme .gfield_label {
  padding: 0 0 0 15px !important;
}
#gform_submit_button_1 {
width: 100% !important;
  max-width: 250px !important;
  height: 60px !important;
  display: block !important;
  background: #df0000 !important;
  line-height: 60px !important;
  text-align: center !important;
  color: #fff !important;
  border-radius: 0px !important;
  text-decoration: none !important;
  margin-top: 20px !important;
  font-size: 18px !important;
  padding: 0 !important;
	margin:0 auto;
	border:0 none;
}
.gform_footer.top_label {
  padding: 0px !important;
}
.google-maps {
  height: 350px;
  position: relative;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#tab-description h3 {
	font-size: 24px;
	line-height: 28px;
}
/*------------------------------------*\
   PROGRAM BAR
\*------------------------------------*/

.prog-bar {
  background:#0a0326;
  padding: 80px 0px;
  color: #fff;
  text-align: center;
}
.prog-wrap {
  max-width: 1380px;
  margin: 0 auto;
  width: 90%;
}
.prog-wrap h2 {
  color: #fff;
}
.prog-list h2 {
	color:#fff;
	font-size: 23px;
	line-height: 28px;
	max-width: 260px;
	margin: 0 auto;
}
.prog-img {
	height: 200px;
	background-size: cover !important;
	background-position: center center !important;
	margin: 0 0 20px 0;
	border-radius: 10px;
}
.prog-list {
	position: relative;
	padding: 0 50px;
	margin-top: 30px;
}
.prog-list .slick-prev.slick-arrow {
	position: absolute;
	left: 0px;
  width: 50px;
  height: 100px;
  top: 50px;

	border: 0 none;
	background: transparent;
	font-size: 25px;
  line-height: 100px;
	padding: 0px;
	color:#fff;
}
.prog-list .slick-slide {
    padding-top:0px;
		padding-bottom:0px;
}
.prog-list .slick-next.slick-arrow {
  position: absolute;
  right: 0px;
  width: 50px;
  height: 100px;
  top: 50px;
  border: 0 none;
  background: transparent;
  font-size: 25px;
  line-height: 100px;
	padding: 0px;
	color:#fff;
}
.front-links {
   overflow:hidden;
}

.wp-block-group:last-child, .wp-block-media-text:last-child {
	margin-bottom: 0 !important;
}

/*------------------------------------*\
   FRONT POSTS
\*------------------------------------*/
.news-bar {
	padding: 90px 0px;
	text-align: center;
	background: #f9f9fb;
}
.news-wrap {
  max-width: 1380px;
  margin: 0 auto;
  width: 90%;
}
.news-wrap h4 {
	color: #df0000;
	margin: 0;
}
.news-wrap h3 {
	font-size: 23px;
	line-height: 28px;
	max-width: 300px;
	margin: 0 auto;
}
.news-img {
	height: 200px;
	background-size: cover !important;
	background-position: center center !important;
	margin: 0 0 20px 0;
	border-radius: 10px;
}
.news-list {
	position: relative;
	padding: 0px;
	margin-top: 0px;
}
.news-list .slick-prev.slick-arrow {
	position: absolute;
	left: 0px;
  width: 50px;
  height: 100px;
  top: 50px;
	border: 0 none;
	background: transparent;
	font-size: 25px;
  line-height: 100px;
	padding: 0px;
	color:#df0000;
}
#news-slick-nav {
	display: inline-block;
	padding: 0px 80px;
	position: relative;
	margin: 0 0 30px 0;
}
#news-slick-nav .slick-arrow {
	border: 0 none;
	background: transparent;
	color: #df0000;
	font-size: 25px;
	padding: 0px;
	width: 40px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align:center;
}
#news-slick-nav .slick-next.slick-arrow {
	left: auto;
	right:0;
	top: 0;

}
.news-list .slick-slide {
    padding:30px;
		background:#fff;
}
.news-list .slick-next.slick-arrow {
  position: absolute;
  right: 0px;
  width: 50px;
  height: 100px;
  top: 50px;
  border: 0 none;
  background: transparent;
  font-size: 25px;
  line-height: 100px;
	padding: 0px;
	color:#df0000;
}
.front-links {
   overflow:hidden;
}

.news-date, .news-date a {
	font-size: 12px;
	color: #df0000;
}

.entry-footer {
  font-size: 12px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 40px;
}
.entry-footer span {
  display: inline-block;
  margin: 0 10px 0 0;
}
.entry-footer span a {
	background: #df0000;
	padding: 3px 8px;
	border-radius: 99px;
	color: #fff;
	margin: 0 0 0 2px;
	display: inline-block;
}
.entry-footer span a:hover {
  background:#df0000;
  color: #fff;
}


/*------------------------------------*\
   LISTS COLUMNS
\*------------------------------------*/
.center-col .wp-block-column {
	padding: 30px  20px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
	text-align: center;
	border-radius: 20px;
}
.center-col .wp-block-column i {
  font-size: 50px;
  margin: 0 0 10px 0;
  color: #df0000;
}
.statement-col .wp-block-column i {
  font-size: 50px;
  margin: 0 0 10px 0;
  color: #fff;
}
.center-col .wp-block-column p:last-child {
    margin-bottom:0px;
}
.statement-col .wp-block-column {
	padding: 30px 20px;
	background: #070505;
	color:#fff;
	text-align: center;
	border-radius: 20px;
}
.statement-col .wp-block-column h4 {
    color:#fff;
}
.wp-block-columns.alignwide {
	margin-top: 40px;
	margin-bottom: 40px;
}
.tick-list.wp-block-list {
  list-style: none;
  padding: 0px;
  margin-left: 0px;
}
.tick-list.wp-block-list li {
  padding: 5px 0px 5px 36px;
  position: relative;
}
.tick-list.wp-block-list li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "\f058";
  color: #df0000;
  font-family: "Font Awesome 6 Pro";
}
.list-tick.wp-block-list {
  list-style: none;
  padding: 0px;
  margin-left: 0px;
}
.list-tick.wp-block-list li {
  padding: 5px 0px 5px 36px;
  position: relative;
}
.list-tick.wp-block-list li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "\f058";
  color: #df0000;
  font-family: "Font Awesome 6 Pro";
}
.red-group .list-tick.wp-block-list li::before {
	color: #eed706;
}
.wp-block-group.blue-group {
	background: #070505;
	padding: 30px;
	border-radius: 20px;
	color: #fff;
}
.wp-block-group.blue-group h2 {
	color: #fff;
}
.wp-block-group {
	margin: ;
	max-width: 800px !important;
	margin: 80px auto;
}
.wp-block-group.alignwide.abc-group .wp-block-heading.has-text-align-center {
	max-width: 800px;
}
.red-group h3.wp-block-heading, .red-group h2.wp-block-heading {
	font-size: 24px;
	margin: 0 0 24px 0;
	color: #eed706;
}
.grey-group h3.wp-block-heading, .grey-group h2.wp-block-heading {
	font-size: 24px;
	margin: 0 0 24px 0;
}
.wp-block-list.list-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	list-style:none;
	margin:0;
	padding:0;
}
.wp-block-list.no-padding li {
	padding: 0 !important;
}
.attached-files {
	background: #0a0326;
	color: #fff;
	padding: 60px 0;
}
.attached-wrap {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.attached-wrap h3 {
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  margin: 0 0 30px 0;
  text-align: center;
}
.attached-wrap a {
  border: 1px solid #fff;
  background: transparent;
  width: 100%;
  display: block;
  min-height: 60px;
  align-content: center;
  border-radius: 0px;
  border: 1px solid #fff;
  /*! color: #070505; */
  text-align: center;
  padding: 15px;
  line-height: 23px;
  color: #fff;
  margin-top: 20px;
}
.attached-wrap a i {
	margin: 0 10px 0 0;
	color: #df0000;
}
.attached-wrap a:hover {
  background: #fff;
  color: #070505;
}
.wp-block-group.red-group {
  max-width: 900px !important;
  width: 900px;
  margin: 50px -50px;
  padding: 50px;
  background: #df0000;
  color: #fff;
}
.wp-block-group.grey-group {
  max-width: 900px !important;
  width: 900px;
  margin: 50px -50px;
  padding: 50px;
  background: #f9f9fb;
}
.wp-block-group.red-group h2.wp-block-heading {
  color: #eed706;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	display: none !important;
}
.wp-block-heading + .wp-block-gallery {
	margin-top: 0px !important;
}
.wp-block-gallery:last-child {
	margin-bottom: 0px !important;
}
p + h2.wp-block-heading {
	margin-top: 50px;
}
.red-group a {
    color:#fff;
}

.tablepress td {
	border: 1px solid #ccc !important;
	font-size:90% !important;
}
.contact-details {
	width: 90%;
	max-width: 1380px;
	margin: 60px auto;
	padding: 0;
	display: grid;
	grid-template-columns: 320px 1fr 1fr 1fr;
	grid-gap: 30px;
	text-align: center;
}
.contact-details i {
  color:#df0000;
  font-size:30px;
  margin:0 auto 15px auto
}
.contact-details a i {
  color:#000;
  font-size:30px;
  margin:0 7px
}
.contact-details a:hover i {
  color:#df0000
}
.contact-details h3 {
  font-size:30px;
  line-height:30px;
  margin:0 0 20px;
  padding:0
}
.map-form {
  display:grid;
  grid-template-columns:1fr 1fr;
  margin:0 0 80px
}
.contact-map {
  position:relative
}
.contact-map iframe {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0
}
.contact-form {
  padding:50px 2.5vw;
  background:#f6f6fb;
  order:2
}
#gform_wrapper_1 {
  max-width:730px;
  margin:0 auto
}
.map-link {
  color:#fff;
  background:#df0000;
  display:block;
  max-width:100px;
  border-radius:50px;
  padding:0 10px;
  font-size:14px;
  line-height:24px;
  height:24px;
  margin:3px auto 0 auto
}
.map-link:hover {
  color:#fff;
  background:#000;
}
.form-bar {
  background:#0a0326;
  padding: 60px 0px;
  color: #fff;
}
.form-wrap {
  max-width: 1380px;
  margin: 0 auto;
  width: 90%;
}
.form-wrap h4 {
  color: #fff;
	text-align:center;
}
.form-list h4 {
	color:#fff;
	font-size: 23px;
	line-height: 28px;
	max-width: 260px;
	margin: 0 auto;
}

.centered-tag {
   text-align:center;
}
/*------------------------------------*\
   RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1620px) {
.splash-wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.home-splash-text {
	padding-left:0px;
}
.home-slider.flexslider, .page-slide {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.page-splash-text {
	padding:50px;
}
}

@media only screen and (max-width:1180px) {
#site-navigation {
    display:none;
}
}
@media only screen and (max-width:1180px) {
.contact-details {
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	max-width: 800px;
}
header .shiftnav-toggle-button {
	display: block;
}

.logo {
	width: 200px;
}
.site-header {
	margin: 30px auto;
}
.header-links {
	top: 25px;
	right: 55px;
}
header .shiftnav-toggle-button {
	top: 17px;
}
.site-header .search {
	display: none;
}
.header-links {
	grid-template-columns: 1fr 1fr;
	width: 50%;
	max-width: 320px;
}

.home-video-wrap {
	max-width: 750px;
	grid-template-columns: 1fr;
}
.home-video-text {
	order: 2;
}
.home-video-embed {
	position: relative;
	min-height: 320px;
}
.home-video-text h3 {
	color: #fff;
	font-size: 35px;
	margin: 0 auto 30px auto;
	text-align: center;
	max-width: 400px;
	line-height: 41px;
}
.home-principal-welcome {
	padding: 0;
	width: 90%;
	max-width: 750px;
	margin: -60px auto 50px auto;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 50px;
	text-align: center;
}
.home-video-section {
	background: #df0000;
	color: #fff;
	padding: 60px 0 100px 0;
}
.home-principal-image {
	height: 300px;
	overflow: hidden;
	width: 300px;
	margin: 0 auto;
	/* border-radius: 999px; */
}
.home-principal-text .cta-link {
	margin: 20px auto 0 auto;
	width: 100%;
}
}
@media only screen and (max-width:1000px) {

.splash-wrap, .page-splash-wrap  {
	padding-left: 0;
}
.home-slider.flexslider {
	order: 0;
	height: 300px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.main-full {
	margin-top: 0px;
	padding-top: 0px;
}

.icon-grid {
  grid-template-columns: 1fr 1fr;
}
.icon-single-wrap {
	height: 120px;
	width: 120px;
}
.page-splash-text {
   order: 2;
}
.page-splash {
	grid-template-columns: 1fr;
	align-content: inherit;
	height: auto;

}
.page-template-contact-page .page-splash {
	margin-bottom: 0px;
}
.main-contact {
	padding: 40px 0;
}
.page-splash-text h1 {
	font-size: 40px;
	line-height: 40px;
	max-width: 800px;
	padding: 0px;
	margin: 0px auto 20px auto;
}
.page-splash-text {
	padding: 30px 0;
	width: 90%;
	margin: 0 auto -30px auto;
}
.main-800 {
	padding-top: 0px;
	margin-top: 0px;
}
.box-bar {
	background: #fff;
	padding: 40px 0px;
}


p.has-background {
	padding: 30px !important;
	width: 100%;
	margin: 30px 0;
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 40px 5%;

}
}




@media only screen and (max-width:960px) {
#primary.cat-loop {

	padding: 70px 0px;

}
.news-bar {
	padding: 70px 0px;
	text-align: center;
	background: #f9f9fb;
}
h2.wp-block-heading {
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 30px 0;
}
.wp-block-group.red-group, .wp-block-group.grey-group {
  max-width: 800px !important;
  width: 100%;
  margin: 40px 0px;
  padding: 30px;
}
.content-row {
	margin-top: 0px;
	height: auto;
}
.row-content {
	margin: 0 auto;
	max-width: 600px;
	text-align: center;
}
.full-bar-wrap {
	max-width: 600px;
	margin: 0 auto;
	width: 90%;
	text-align: center;
}
.box-grid div.box-grid-single {
	font-size: 110%;
	line-height: 105%;
}
#what-we-do + .content-row.image-right {
	background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(249,249,251,1) 100%);
	margin-top: 40px;
}
.box-bar-wrap p {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.home-icons {
	margin: 40px auto;
}
.link_button {
	margin-top: 20px;
}
.home .link_button {
	margin-top: 20px;
	margin: 20px auto 0 auto !important;
}
.full-bar .link_button {
	margin: 20px 0 0 0;
}
.content-row + .full-bar {
	padding: 40px 0px;
	margin: 0;
	text-align: left;
}
#what-we-do {
	margin-bottom: 0;
}
#primary.main-woo, #primary.main-800, #primary.cat-loop {
	padding: 30px 0px;
}

main.main-full section {
	max-width: 800px;
	padding: 40px 0px;
}

.clients-scroll {
	padding: 40px 0px;
}

.page-slide {
	height: 250px;
}
.image-content-row {
	grid-template-columns: 1fr;
	align-items: self-start;
}
.image-content-row.blog-row .row-content {
	min-height: 0px;
}
.cat-wrap {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
}
.site-footer {
	padding: 50px 0px;
	background: #070505;
}
.footer {
	max-width: 530px;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
	text-align: center;
}
.footcol.logo-col img {
	max-width: 100px;
}

.footer h5 {
	text-align: center;
}
.footer-contact {
	text-align: center;
}
.footwrap {
	padding:70px 0px;
}
.footer h5 {
	font-size: 26px;
	margin: 0px 0 20px 0;
	line-height: 24px;
}


.help-wrap {
  grid-template-columns: 1fr;
  text-align:center;
  line-height:18px;
}
.help-button {
	margin: 20px auto 0px auto;
}
.help-wrap i {
	font-size: 30px;
	line-height: 30px;
	vertical-align: middle;
	color: #df0000;
	margin: 0 10px 0 0;
}
.footcol {
	text-align: center;
	margin: 0 auto 20px auto;
}
.footcol.footright {
	text-align: center;
}
.logo-foot {
	max-width: 180px;
	float: none;
	display: block;
	width: 100%;
	clear: both;
}
.footcol.footright a i {
	font-size: 34px;
	margin: 0 6px;
}
.wp-block-group {
	margin: 50px auto;
}
.strap-wrap {
	grid-template-columns: 1fr;
	text-align: center;
}
.foot-social a {
	margin: 0 8px;
}
.foot-links {
	text-align: center;
	margin-top: 10px;
}
.foot-links a {
	margin: 0 5px;
}
.home-splash-text div {
	max-width: 500px;
	padding: 0 0 40px 0;
}
.home_splash_button {
	right: auto;
	bottom: -27px;
	z-index: 99;
}
}
@media only screen and (max-width:767px) {

.wp-block-list.list-col {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 0px;
}
.bottom-swirl {
    display:none;
}
#what-we-do {
	margin-top:20px;

}
.left-quote, .right-quote {
    display:none;
}
.quote-single {
	padding: 30px;
}

.icon-title {
	font-size: 28px;
	line-height: 28px;
}
h1 {
	font-size: 28px;
	line-height: 28px;
  margin: 0 0 20px 0;
}
}

@media only screen and (max-width:580px) {
#primary.main-woo, #primary.main-800, #primary.cat-loop {
	padding: 50px 0px;
}
#primary.cat-loop {

	padding: 50px 0px;

}
.icon-grid {
  grid-template-columns: 1fr;
}
.cat-wrap {
	display: grid;
	grid-row-gap: 30px;
	grid-template-columns: 1fr;
	grid-column-gap: 0px;
}

.top-swirl {
	width: 900px;
	max-width: 900px !important;
	right: -713px;
	top: -670px;
}

.prog-bar {
	padding: 50px 0px;
}
.home-splash-text h1 {
	font-size: 55px;
	line-height: 58px;
	padding: 0;
	margin: 0;
	color: #fff;
}
.home_splash_button {
	right: auto;
	bottom: -18px;
	z-index: 99;
}
.home-splash {
	padding: 130px 0 40px 0;
}
}
@media only screen and (max-width:600px) {
.contact-details {
	grid-template-columns: 1fr;
}
.logo {
	width: 150px;
}
.header-links {
	top: 15px;
}
header .shiftnav-toggle-button {
	top: 7px;
}
.site-header {
	margin: 20px auto;
} 
.intro-bg {
	padding: 40px 0px;
	background: #df0000;
	color: #fff;
}
.wp-block-media-text .wp-block-media-text__content, .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding: 30px 0;
}
.wp-block-media-text.alignfull .wp-block-media-text__content, .wp-block-media-text.has-media-on-the-right.alignfull .wp-block-media-text__content {
	padding: 30px 5%;
}
.alignwide {
	margin: 40px auto 0 auto;
}
.entry-content ul:last-child {
	margin-bottom: 0px;
}
}
@media only screen and (max-width:480px) {
.related-wrap ul {
	grid-template-columns: 1fr;
}
.related-wrap ul li:nth-child(2n+1):last-child {
	grid-column: span 1;
}
.home-splash-text h1 {
	font-size: 45px;
	line-height: 48px;
	padding: 0;
	margin: 0;
	color: #fff;
}
.header-links {
	grid-template-columns: 1fr;
	width: 100%;
	max-width: 90px;
}
.donate-link {
	display: none !important;
}
#news-slick-nav {
	padding: 0px 50px;
}
.news-wrap h4 {
	font-size: 25px;
	line-height: 30px;
}
}
@media only screen and (max-width:380px) {
.logo {
	width: 130px;
}
.header-links a {
	font-size: 16px;
}
header .shiftnav-toggle-button {
	top: 0px;
}
.header-links {
	max-width: 80px;
	top: 8px;
	right:50px;
}
.home-principal-image {
	height: 280px;
	overflow: hidden;
	width: 260px;
	margin: 0 auto;
	/* border-radius: 999px; */
}
}