/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
    ## Galleries
# Header
# Footer
# Frontpage
--------------------------------------------------------------*/

:root {
	--primary-color: #EA7125;
	--secondary-color: #5c2b84;
	--body-color: #404040;
	--bg-primary: #EA7125;;
	--bg-secondary: #5c2b84;
	--hover-color: #44697D;
	--bg-gray: #f2f3f4;
	--border-radius: 25px;
	--font-headings: 'Poppins', sans-serif;
	--font-body: 'Poppins', sans-serif;
	--body-font-size: 17px;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: var(--body-color);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-weight: 500;
    line-height: 1.2em;
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
    color: var(--secondary-color);
}

h2 small {
    display: block;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 45%;
}

h3 {
    font-size: 20px;
    color: var(--primary-color);
}

h4 {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--secondary-color);
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

p {
    margin-bottom: 1.5em;
}

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;
    font-size: 15px;
    font-size: 0.9375rem;
    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;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr, .wp-block-separator {
    background-color: var(--bg-primary);
    border: none;
    height: 1px;
    margin-bottom: 1.5em;
}

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

ul {
    list-style: disc;
}

ul.lists {
    list-style: none;
}

ul.lists li:before {
    font-family: 'Font Awesome\ 5 Free';
    content: '\f105';
    font-weight: 900;
    font-size: 14px;
    color: #44697D;
    margin-top: 2px;
    margin-left: -16px;
    position: absolute;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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

.social-icons,
.social-icons-colored {
    margin: 0;
    list-style-type: none;
}

.social-icons li,
.social-icons-colored li {
    display: inline-block;
    margin-right: 5px;
}

.social-icons li:last-child {
    margin-right: 0;
}

.social-icons li a {
    text-align: center;
    color: #fff;
    display: block;
}

.social-icons-colored li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(0, 0, 0, .4);
    display: block;
    color: #fff;
}

.social-icons-colored li a:hover {
    background: rgba(0, 0, 0, .4)!important;
    color: #fff!important;
}

.social-icons li.facebook a {
    color: #3B5998;
}

.social-icons li.twitter a {
    color: #00ACED;
}

.social-icons li.behance a {
    color: #1769FF;
}

.social-icons li.delicious a {
    color: #3274D1;
}

.social-icons li.deviantart a:hover {
    color: #4B5D50;
}

.social-icons li.digg a:hover {
    color: #14589E;
}

.social-icons li.dribbble a:hover {
    color: #EA4C89;
}

.social-icons li.foursquare a:hover {
    color: #2398C9;
}

.social-icons li.github a:hover {
    color: #4183C4;
}

.social-icons li.google a:hover {
    color: #245DC1;
}

.social-icons li.googleplus a:hover {
    color: #D14836;
}

.social-icons li.instagram a:hover {
    color: #3F729B;
}

.social-icons li.jsfiddle a:hover {
    color: #4679A4;
}

.social-icons li.linkedin a:hover {
    color: #007FB1;
}

.social-icons li.pinterest a:hover {
    color: #CB2027;
}

.social-icons li.reddit a:hover {
    color: #FF4500;
}

.social-icons li.skype a:hover {
    color: #00AFF0;
}

.social-icons li.tumblr a:hover {
    color: #2C4762;
}

.social-icons li.vimeo a:hover {
    color: #44BBFF;
}

.social-icons li.youtube a:hover {
    color: #CD332D;
}

.social-icons li.flickr a:hover {
    color: #0063DB;
}

.social-icons-colored li.facebook a {
    background-color: var(--bg-primary);
}

.social-icons-colored li.twitter a {
    background-color: var(--bg-primary);
}

.social-icons-colored li.behance a {
    background-color: #1769FF;
}

.social-icons-colored li.delicious a {
    background-color: #3274D1;
}

.social-icons-colored li.deviantart a {
    background-color: #4B5D50;
}

.social-icons-colored li.digg a {
    background-color: #14589E;
}

.social-icons-colored li.dribbble a {
    background-color: #EA4C89;
}

.social-icons-colored li.foursquare a {
    background-color: #2398C9;
}

.social-icons-colored li.github a {
    background-color: #4183C4;
}

.social-icons-colored li.google a {
    background-color: #245DC1;
}

.social-icons-colored li.googleplus a {
    background-color: #D14836;
}

.social-icons-colored li.instagram a {
    background-color: var(--bg-primary);
}

.social-icons-colored li.jsfiddle a {
    background-color: #4679A4;
}

.social-icons-colored li.linkedin a {
    background-color: var(--bg-primary);
}

.social-icons-colored li.pinterest a {
    background-color: #CB2027;
}

.social-icons-colored li.reddit a {
    background-color: #FF4500;
}

.social-icons-colored li.skype a {
    background-color: #00AFF0;
}

.social-icons-colored li.tumblr a {
    background-color: #2C4762;
}

.social-icons-colored li.vimeo a {
    background-color: var(--bg-primary);
}

.social-icons-colored li.youtube a {
    background-color: var(--bg-primary);
}

.social-icons-colored li.flickr a {
    background-color: #0063DB;
}

.social-icons-rounded a {
    border-radius: 100%;
}

.box-shadow {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

/* Overlays and Backgrounds */

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(to bottom, rgba(8, 50, 86, 0.3) 0%, rgba(8, 50, 86, 0.9) 100%);
	z-index: 0;
}

[data-overlay] {
	position: relative;
}

[data-overlay]:before {
	position: absolute;
	content: '';
	background: linear-gradient(to bottom, rgba(68, 105, 125, 0.9) 0%, rgba(12, 35, 64, 0.6) 100%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

[data-overlay].bg-primary:before {background: #124a7b;}
[data-overlay].bg-secondary:before {background:#112A46;}
[data-overlay].bg-gradient:before {background: linear-gradient(to right,#0c182e,rgba(12,24,46,0) 80%);}
[data-overlay="1"]:before {opacity: 0.1;}
[data-overlay="2"]:before {opacity: 0.2;}
[data-overlay="3"]:before {opacity: 0.3;}
[data-overlay="4"]:before {opacity: 0.4;}
[data-overlay="5"]:before {opacity: 0.5;}
[data-overlay="6"]:before {opacity: 0.6;}
[data-overlay="7"]:before {opacity: 0.7;}
[data-overlay="8"]:before {opacity: 0.8;}
[data-overlay="9"]:before {opacity: 0.9;}
[data-overlay="10"]:before {opacity: 1;}
[data-overlay="0"]:before {opacity: 0;}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.btn, button, .give-btn,
.wp-block-button__link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 20px 30px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    text-decoration: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 700;
    background-color: var(--bg-primary);
    color: #fff;
    position: relative;
    white-space: inherit;
    border: none;
    overflow: hidden;
}

.btn:hover, button:hover, .give-btn:hover,
.wp-block-button__link:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: var(--secondary-color);
	color: #fff;
    text-decoration: none;
}

.btn:active, .btn:focus, .give-btn:active,
.give-btn:focus, button:active, button:focus,
.wp-block-button__link:active,
.wp-block-button__link: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 {
    background-color: #44697D;
    color: #fff;
}

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 {
    background-color: #f0f0f0;
    color: #666;
    border: 1px solid #ccc;
    border-radius: .5rem;
    height: 45px;
    line-height: 1.5;
    padding: 3px 0 0 25px;
}

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;
	background: #fff;
    border-color: #919191;
    outline: none;
    transition: all .5s;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: var(--secondary-color);
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: 0;
    color: var(--primary-color);
}

.btn-wrapper-narrow {
    padding-top: 3px;
}

.btn-donate {
    background-color: var(--bg-primary);
    width: 100%;
    border-radius: 30px;
}

.btn-donate:hover {
    background-color: #fff;
    color: var(--primary-color);
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.nav-menu {
    margin: 0;
    list-style-type: none;
    padding-top: 28px;
}

.nav-menu>li {
    font-size: 13px;
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 25px;
    margin-top: 12px;
    font-family: 'Poppins', sans-serif;
}

.nav-menu>li>a {
    display: block;
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
}

.nav-menu>li:hover>a {
    color: #fff;
}

.nav-menu>li>a>i {
    font-size: 10px;
    color: var(--primary-color);
}

.nav-menu>li:hover>a>i {
    color: #FECB00;
}

.nav-menu>li ul {
    margin: 0;
    list-style-type: none;
    position: absolute;
    top: 61px;
    left: -1px;
    z-index: 999;
    display: none;
    min-width: 100%;
    height: auto;
    background: #fff;
    margin-left: 0;
    border-top: 3px solid #FECB00;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.176);
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.176);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.176);
}

.sticky .nav-menu>li ul {
    top: 88px;
}

.nav-menu>li:hover ul {
    display: block;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.nav-menu>li>ul li {
    line-height: normal;
    font-size: 14px;
    position: relative;
    font-weight: 400;
}

.nav-menu>li.megamenu {
    position: static;
}

.nav-menu>li.megamenu>ul>li a:first-child i.fa-caret-right {
    display: none;
}

.nav-menu>li>ul>li>a,
.nav-menu>li>ul>li>ul>li>a,
.nav-menu>li>ul>li>ul>ul>li>a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    white-space: nowrap;
    text-decoration: none;
    color: #5e5e5e;
}

.nav-menu>li>ul>li>a:hover {
    color: #333;
}

.nav-menu>li>ul>li>a:hover,
.nav-menu>li>ul>li>ul>li>a:hover {
    text-decoration: none;
    background-color: #F6F6F6
}

.nav-menu>li>ul>li:last-child>a {
    border-bottom: 0;
}

.nav-menu>li>ul li ul {
    margin: 0;
    list-style-type: none;
    left: 101%!important;
    top: 0!important;
    min-width: 150px;
    position: absolute;
    border: 0;
}

.nav-menu>li.megamenu {
    position: inherit!important;
    left: 0;
}

.nav-menu>li.megamenu>ul {
    margin: 0;
    list-style-type: none;
    left: 0!important;
    min-width: inherit;
    width: 100%;
    top: 100%;
}

.nav-menu .megamenu-container {
    padding: 25px;
    width: 100%;
}

.nav-menu .megamenu-container ul {
    margin: 0;
    list-style-type: none;
    display: block!important;
    left: 0!important;
    box-shadow: none;
    opacity: 1!important;
    background: transparent;
    position: static!important;
    text-align: left!important;
    margin-left: 0;
    border-top: 0;
}

.nav-menu .megamenu-container .megamenu-sub-title {
    display: block;
    margin-bottom: 35px;
    font-size: 21px;
    color: #333;
    text-align: left;
}

.nav-menu .megamenu-container ul li {
    font-size: 15px;
    border-left: 0;
}

.nav-menu .megamenu-container ul li a {
    margin: 0;
    border-bottom: 0;
    color: #5e5e5e;
}

.nav-menu .megamenu-container ul.sub-menu li a {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.nav-menu .megamenu-container ul.sub-menu li:first-child a {
    padding-top: 0;
}

.nav-menu .megamenu-container ul.sub-menu li a:hover {
    text-decoration: none;
}

#menu-toggle {
    float: right;
    font-size: 24px;
    line-height: 50px;
    margin-top: 40px;
    margin-right: 25px;
    color: #fff;
    margin-left: 40px;
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# 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;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.sidebar-right .widget {
    margin-left: 10px;
}

.sidebar-widget .widget-title {
    font-size: 1.14286em;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    text-align: center;
    color: #484847;
    padding-bottom: 10px;
    border-bottom: solid 3px var(--primary-color);
}

.widget-area {
    margin: 2.5em 0 0;
}

.sidebar-widget {
    border: 1px solid #F1F1F1;
    padding: 40px;
}

@media screen and (max-width: 991px) {
    .widget-area {
        padding-top: 0px!important;
    }
}

.widget {
    font-size: 16px;
    margin-bottom: 30px;
}

.widget p {
    font-size: 14px;
}

.widget-text {
    font-size: 12px;
}

.widget a {
    color: inherit;
}

.widget a:hover {
    color: #515157;
}

.widget ul,
.widget ol {
    padding: 0;
    margin: -1em 0 0;
    list-style-type: none;
}

.widget li {
    padding: 0 0 0;
}

.widget li ul,
.widget li ol {
    margin-top: 0;
}

.widget li li {
    margin-left: 1.5em;
}

.widget_recent_entries li:before,
.widget_recent_comments li:before,
.widget_archive li:before {
    display: block;
    float: left;
    padding-top: 4px;
    margin-left: -2.5em;
    font-family: 'Font Awesome\ 5 Free';
    font-size: 14px;
    color: #484847!important;
}

.widget_recent_entries li,
.widget_recent_comments li {
    margin: 0 0 .5em 2.5em;
}

.widget_recent_entries li:before {
    content: "\f022";
}

.widget_recent_comments li:before {
    content: "\f086";
}

.widget_archive li {
    margin: 0 0 0 2.5em;
}

.widget_archive li:before {
    content: "\f07c";
}

.widget_nav_menu a,
.widget_pages a {
    display: block;
    padding: 1em 0;
    border-bottom: solid 1px hsl(0, 0%, 90%);
}

.widget_nav_menu li,
.widget_pages li {
    padding-top: 0;
}

.widget_rss li {
    margin-bottom: .5em;
}

.widget_rss .rss-date,
.widget_rss cite {
    display: block;
    font-size: 85%;
}

.widget .post-date {
    display: block;
    font-size: 13px;
    font-family: 'Poppins', sans-serif!important;
    text-transform: uppercase;
    color: #5c2b84;
}


/* Make sure select elements fit in widgets. */

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


/* Search widget. */

.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#content {
    padding-top: 130px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

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

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

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page-banner {
    min-height: 150px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-banner-text {
    position: absolute;
    bottom: 30px;
}

.page-banner.parallax {
    background-position-y: -150px;
}

.header-inner-section {
    min-height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    color: #fff;
}

.header-inner-content {
    position: relative;
    z-index: 1;
}

.header-inner-content h2 {
    font-size: 3.71429em;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -.2px;
}

.header-inner-content p {
    font-size: 1.57143em;
    margin-bottom: 15px;
    line-height: 1.5;
}

.page-title {
    color: #fff;
    font-size: 35px;
    text-align: left;
    margin: 0px;
}

.blue-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right,#254c61,#44697d);
    z-index: 0;
}

.parallax {
    background-attachment: fixed!important;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #333;
    position: relative;
}

.parallax-text-block {
    padding: 50px;
    background: #fff;
    width: 500px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.page-banner .parallax {
    background-attachment: scroll!important;
}

/* Meta */
.category-list {
    margin: 1.3em 0 1em;
    font-size: 16px;
}

.category-list a {
    color: #333;
    color: hsl(0, 0%, 10%);
    margin-left: .5rem;
}

.category-list a:hover {
    color: #000;
    color: hsl(0, 0%, 0%);
}

.titles-meta {
	display: block;
	padding-top: 56px!important;
}

.post-titles-meta {
    display: block;
    padding-top: 10px;
}

.post-titles-meta-text {
	padding-left: 10px;
	font-size: 14px;
	display: inline;
	color: #fff!important;
	font-family: 'Poppins', sans-serif!important;
	text-transform: uppercase;
}

.post-titles-meta-text a {
	color: #fff!important;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

.post-titles-meta-text a:hover {
	color: #18bfc3!important;
}

.cat-links {
    padding-right: 10px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif!important;
    text-transform: uppercase;
}

.cat-links a {
	font-family: 'Poppins', sans-serif!important;
	text-transform: uppercase!important;
	font-weight: normal!important;
}

.tags-links {
    padding-right: 10px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif!important;
    text-transform: uppercase;
}

.tags-links a {
	font-family: 'Poppins', sans-serif!important;
	text-transform: uppercase!important;
	font-weight: normal!important;
}

.entry-meta {
    margin-bottom: 10px;
    padding: 0;
    font-size: 16px;
}

.entry-meta a { font-weight: 600; }

.entry-footer, .page-entry-footer {
    margin-top: 3rem;
    margin-bottom: 5rem;
    font-size: 16px;
    line-height: 2em;
}

.entry-footer, .page-entry-footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.entry-footer, .page-entry-footer li {
    display: inline-block;
    margin-right: 4rem;
}

.prev-next-post {
	font-size: 16px;
	font-weight: bold;
	display: block;
	font-family: 'Poppins', sans-serif!important;
	text-transform: uppercase;
	color: var(--primary-color)!important;
}

.tag-icon {
    margin-right: .5rem;
}

footer.entry-footer {
	padding-left: 0px;
	padding-right: 0px!important;
	padding-bottom: 20px;
}

footer.page-entry-footer {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 0px!important;
	border-bottom: 0px!important;
}

footer.index-entry-footer {
	font-size: 16px;
	line-height: 2em;
	margin-top: 20px;
	padding-top: 10px;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* 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;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header-wrapper {
    width: 100%;
    position: absolute;
    z-index: 999;
}

.site-header {
    z-index: 3;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    position: fixed;
    background-color: #44697D;
    box-shadow: -5px 6px 13px 6px rgba(19,18,18,0.27);
    border-bottom: solid 2px var(--primary-color);
}

.site-header .container {
    position: relative;
    height: 125px;
}

.site-logo {
    padding: 23px 0 20px;
    float: left;
}

.default-logo {
    display: block;
}

.sticky-logo {
    display: none;
}

.sticky .default-logo {
    display: none;
}

.sticky .sticky-logo {
    display: block;
}

.topbar {
    padding: 10px;
    color: #fff;
    background: var(--bg-secondary);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: -5px 6px 13px 6px rgba(19,18,18,0.27);
}

.topbar a {
    color: #fff;
}

.topbar .header-btns {
    border: 0;
    margin-left: 0;
    margin-right: 30px;
    margin-top: 0;
    padding: 0;
    float: left;
    color: #fff;
    line-height: 40px;
}

.header-btns {
    color: #fff;
    margin-top: 38px;
}

.topbar .topmenu li {
    float: left;
    margin: 0;
}

.topbar .topmenu.social-icons li:first-child {
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.topbar .topmenu a {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, .2);
    padding: 0 18px;
    line-height: 40px;
    font-size: 13px;
}

.topbar .topmenu a:hover {
    color: rgba(255, 255, 255, .7);
}

.topbar .topmenu.social-icons a:hover {
    background: #fff;
}

.topbar .topmenu a {
    color: #fff;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.pre-footer {
    background-image: linear-gradient(to right, #fecb00, var(--bg-primary));
    padding-top: 30px;
    padding-bottom: 30px;
}

.pre-footer h4 {
    color: #fff;
    font-weight: 900;
    margin-bottom: 0;
}

.pre-footer .btn {
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    border: solid 2px #fff;
}

.pre-footer .btn:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.site-footer {
    background-color: #fff;
    color: #000;
    padding: 70px 0;
}

.site-footer a:hover {
    text-decoration: underline;
}

.footer-abt {
    margin-top: 25px;
}

.footer-widget h4.widget-title {
    text-transform: uppercase;
    border-bottom: 0;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid var(--primary-color);
}

.footer_widget h4.widgettitle:before,
.footer_widget h4.widgettitle:after {
    display: none;
}

.footer-widget,
.site-footer .footer-widget a {
    color: #000;
}

.site-footer i {
    color: #fff;
}

.footer-widget ul {
    list-style-type: none;
    margin: 0 0 25px 0;
}

.site-info {
    background-color: #44697D;
    padding: 22px 0;
    color: #fff;
    font-size: 13px;
    border-bottom: solid 1px #fff;
}

.site-info a {
    color: #fff;
}

.site-by svg {
	margin-top: 15px;
	height: 10px;
	fill: #fff;
}

.footer-menu {
    float: left;
    font-size: 13px;
    list-style-type: none;
    margin: 0;
}

.footer-menu li {
    display: inline-block;
    margin-left: 10px;
}

.footer-menu li:after {
    content: "/";
    color: #fff;
}

.footer-menu li:last-child:after {
    content: "";
}

.footer-menu li a {
    color: #fff;
    margin-right: 10px;
}

.footer-menu li a:hover {
    text-decoration: underline;
}

.footer-menu li:first-child {
    margin-left: 0;
}

.footer-menu li:last-child a {
    margin-right: 0;
}

.footer-tag {
    float: right;
    padding-top: 9px;
}

.site-footer-bottom {
    padding: 15px;
    background-color: #44697D;
}

.footer-info strong {
    color: #5c2b84;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

img.logos-btm {
    margin-right: 10px;
}


/*--------------------------------------------------------------
## Frontpage
--------------------------------------------------------------*/
.section-title {
    padding-bottom: 55px;
    text-align: center;
    color: #484847;
}

#hero {
	position: relative;
	height: 100vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
	  
#hero video {
	position: absolute;
	top: 60%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	-ms-transform: translateX(-50%) translateY(-60%);
	-moz-transform: translateX(-50%) translateY(-60%);
	-webkit-transform: translateX(-50%) translateY(-60%);
	transform: translateX(-50%) translateY(-60%);
}

.hero__banner {
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	z-index: -1;
	min-width: 100%;
	min-height: 100%;
}

.hero__text {
	position: relative;
	z-index: 1;
}

.hero__text h1 {
    color: white;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0px;
    line-height: 1.1;
    text-shadow: 1px 1px 10px #000000;
}

.hero__text h2 {
	color: white;
    font-size: 20px;
    margin-bottom: 30px;
	text-shadow: 1px 1px 10px #000000;
}

.hero__btns a {
	margin-right: 15px;
	background-color: var(--bg-primary);
}

.hero__btns a:hover {
	background-color: #fff;
    color: var(--primary-color);
}

.featured-links.row {
    margin-right: 0!important;
    margin-left: 0!important;
}

.featured-links {
    position: relative;
}

.featured-links .featured-link {
    height: 135px;
    text-align: center;
    color: #fff;
    display: block;
    padding: 37px;
    background-repeat: no-repeat;
    background-position: left top;
}

.featured-links .featured-link:nth-child(1) {
    background-color: var(--bg-primary);
}

.featured-links .featured-link:nth-child(2) {
    background-color: var(--bg-secondary);
}

.featured-links .featured-link:nth-child(3) {
    background-color: #44697D;
}

.featured-links .featured-link:hover {
    background-color: #484847;
}

.featured-link span {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: rgba(255, 255, 255, .6);
    display: block;
    font-size: 18px;
}

.featured-link strong {
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    display: block;
}

.about-us {
    min-height: 550px;
    padding: 150px 0 85px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    position: relative;
}

.about-text {
    position: relative;
    float: right;
    z-index: 0;
    padding: 4rem;
    height: 100%;
    width: 40%;
    background-color: #fff;
}

.about-titles {
    color: #44697D;
    font-size: 25px;
}

.services-boxes {
    text-align: center;
    margin-bottom: 30px;
}

.services-boxes h3 {
    font-size: 19px;
    margin-bottom: 0;
    color: #484847;
}

.services-boxes h3:after {
    content: '';
    display: block;
    width: 30px;
    border-top: 2px solid #505050;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    margin: 20px auto;
}

.services-boxes:hover h3:after {
    width: 50px;
    border-top-color: var(--primary-color);
}

.services-boxes p {
    margin-top: 15px;
}

.icon {
    position: relative;
    display: block;
    width: 96px;
    height: 96px;
    margin: 0 auto 20px;
}

.icon i {
    font-size: 84px;
}

/* News Section */
.news-section {
    padding: 50px 0px 70px 0;
    background-color: #f2f3f4;
}

.news-header {
    margin-bottom: 20px;
}

.news-section .section-title {
    text-align: inherit;
    padding-bottom: 0;
}

.news-section .btn {
    margin-right: 7px;
    padding: 13px 20px;
    margin-bottom: 10px;
    font-size: 13px;
    text-align: right;
}

.separator {
    height: 1px;
    width: 100%;
    background-color: #eeeeee;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    position: relative;
}

/* Blog Posts */

.single-blog {
    background-color: #FFFFFF;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: solid #dfdfdf 0.5px;
}

.single-blog .separator {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #f3f3f3;
}

.single-blog .entry-thumbnail {
    position: relative;
}

.single-blog .entry-thumbnail .author-name a {
    font-size: 0.85714em;
    color: #FFFFFF;
    font-weight: 500;
}

.single-blog .post-author {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    padding: 0 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-blog .entry-header {
    padding: 40px 30px 30px 30px;
}

.single-blog:hover.box-shadow {
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.single-blog .entry-header span a {
    font-size: 14px;
    display: inline-block;
    font-weight: 900;
    line-height: 1;
    color: #5e5e5e;
}

.single-blog .entry-header .entry-meta {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.single-blog .entry-title {
    font-size: 1.28571em;
    line-height: 1.5;
    margin-bottom: 0;
}

.single-blog .entry-title a {
    color: var(--primary-color);
}

.single-blog .post-meta {
    padding: 20px 30px;
}

.single-blog .post-meta span {
    margin-right: 30px;
}

.single-blog .post-meta span:last-child {
    margin-right: 0;
}

.single-blog .post-meta span {
    color: #999999;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
}

.single-blog .post-meta span a {
    color: #999999;
    line-height: 1;
}

.single-blog .post-meta span i {
    padding-right: 5px;
}

.date .far {
    margin-right: 10px;
}

.news__wrapper {
	display: flex;
}

.news__item {
	padding: 30px;
    font-size: 15px;
    background-color: ghostwhite;
    width: 100%;
    margin: 20px 0;
}

.news__item img {
	margin-bottom: 20px;
	min-width: 100%;
  	max-height: 330px;
}

.news__title {
	margin-bottom: 25px;
}

.news__title a {
	font-size: 30px;
	line-height: 1.2;
	color: inherit;
	text-decoration: none;
}

.news__date .month-date {
	font-weight: bold;
}

.news__details {
	margin-bottom: 30px;
}

.news__time {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
  	margin-bottom: 10px;
	color: var(--secondary-color);
}

.news__time i {
	margin-right: 11px;
}

.news__tags a {
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 500;
    display: inline-block;
    color: #fff!important;
    background: #272c2f;
    padding: 3px 15px 3px 15px;
    text-align: center;
	border: solid 1px #272c2f;
	text-decoration: none;
    border-radius: 25px;
    margin-right: 1px;
}

.news__tags a:hover {
  	border: solid 1px var(--secondary-color);
	background: none;
	color: var(--secondary-color);
}

.news__icon {
	color: var(--secondary-color);
	font-size: 20px;
}

.news__links {
	margin-top: 20px;
    padding: 10px 0 0 0;
    border-top: solid 1px var(--secondary-color);
}

.news__link {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
    color: var(--secondary-color);
}

.news__error {
	margin-left: 16px;
}

/*--------------------------------------------------------------
## GiveWP Overrides
--------------------------------------------------------------*/

[id*=give-form] .give-recurring-donors-choice-period {
    margin: 10px 2px 0 2px!important;
    width: 100%;
}

[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-active input.give-fl-input,
[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-active select.give-fl-select,
[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-active textarea.give-fl-textarea {
    height: 100%;
}

#give-donor-dashboard {
    max-width: none!important;
    width: 100%!important;
}

/*--------------------------------------------------------------
## Modern Tribe Overrides
--------------------------------------------------------------*/

button.tribe-events-c-subscribe-dropdown__button-text {
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
}

.single-tribe_events header.entry-header {display: block !important;}

/*--------------------------------------------------------------
## WooCommerce Overrides
--------------------------------------------------------------*/

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: var(--bg-primary);
}

.woocommerce ul.products li.product a {
    text-transform: uppercase;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    font-size: 15px;
    color: var(--primary-color);
}

.woocommerce .quantity .qty {
    width: 3.631em;
    line-height: 2;
    text-align: inherit;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: var(--bg-primary);
    color: #fff;
}

/* WooCommerce MyAccount Tabs */
.woocommerce-MyAccount-navigation-link {list-style:none; border-radius: 4px; padding:6px 12px; margin:5px; background-color:#724b93; color:#ffffff!important; }
.woocommerce-MyAccount-navigation-link a {color:#fff; text-decoration: none;}
.woocommerce-MyAccount-navigation-link.is-active {background-color:var(--bg-primary);}
.woocommerce-account .woocommerce-MyAccount-navigation ul {margin: 0px; padding: 0px;}
.woocommerce-account .addresses .title h3 {font-size: 20px;}
.woocommerce table.my_account_orders {font-size: 13px;}
.woocommerce-account .woocommerce-MyAccount-content {padding-left: 20px!important;}
.woocommerce-account .woocommerce-MyAccount-navigation {float: left; width: 25%!important;}
.woocommerce-account .woocommerce-MyAccount-content {float: right; width: 75%!important;}

/*--------------------------------------------------------------
## GravityForms Overrides
--------------------------------------------------------------*/

.gfield_description {
    font-style: italic;
}

/*--------------------------------------------------------------
## Misc.
--------------------------------------------------------------*/

.gform_wrapper legend {
    border: none;
}

#mce-EMAIL, #mce-FNAME, #mce-LNAME, #mce-BIRTHDAY-month, #mce-BIRTHDAY-day {
    width: 100%;
}

.mc-field-group {
    padding-top: 15px;
}

.orange {
    background-color: var(--bg-primary);
}

.orange-txt {
    color: var(--primary-color);
}

.blue-txt {
    color: #44697D;
}

.purp-txt {
    color: #5c2b84;
}

.parallax-window {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.title-spacer {
    margin-top: 20px;
}

.section {
    padding: 50px;
}

.wp-block-button__link {
    background-color: var(--bg-primary);
    color: #fff!important;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 14px;
}

a.jobs-btn {
    color: #fff;
}

a.apply-btn {
    color: #fff;
    margin-bottom: 40px;
    display: block;
}

.panel-default>.panel-heading {
    background-color: var(--secondary-color);
    color: #fff;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/

@media (min-width:1199px) {
    .site-logo {
        margin-left: 25px;
    }
}

@media (max-width:1199px) {
    .events__error {
        margin-top: 25px;
    }
}

@media (min-width: 100px) and (max-width: 1199px) {
    .site-header {
        background: rgba(68, 105, 125, 1);
        border-bottom: solid 2px var(--primary-color);
        position: relative;
    }

    .site-header .container {
        position: static;
    }

    #menu-toggle {
        display: block;
    }

    .nav-menu {
        position: absolute;
        left: 0;
        top: 129px;
        padding-top: 0px;
        float: none!important;
        border-left: 0;
        background: #fff;
        display: none;
        width: 100%;
        z-index: 1111;
    }

    .nav-menu>li {
        display: block;
        float: none;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }

    .nav-menu>li>a {
        border-right: 0;
        font-size: 15px;
        color: #333;
        padding-left: 25px;
        border-bottom: 1px solid #e6e6e6
    }

    .nav-menu>li>a:hover {
        color: var(--primary-color);
    }

    .nav-menu>li:hover>a {
        color: var(--primary-color);
    }

    .menu-opened {
        position: relative!important;
    }

    .nav-menu>li ul,
    .nav-menu>li>ul li ul {
        box-shadow: none;
        border: 0;
        position: relative;
        top: 0;
        left: 0!important;
        padding-left: 25px;
    }

    .nav-menu>li.megamenu {
        position: static!important;
    }

    .nav-menu>li>ul>li>a {
        font-weight: 700;
    }

    .nav-menu>li>ul>li>a,
    .nav-menu>li>ul>li>ul>li>a,
    .nav-menu>li>ul>li>ul>ul>li>a {
        padding-left: 15px;
    }

    .megamenu-col {
        margin-bottom: 30px;
    }
}

@media (min-width: 750px) and (max-width: 1199px) {
    .site-header .header-btns {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .hide-on-desktop {
        display: none;
    }
}

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

	.hero__text h1 {
		font-size: 25px;
		margin: 25px;
	}

	.hero__text h2 {
		font-size: 15px;
	}

	.hero__btns a {
		display: block;
		margin: 0;
	}

	.hero__btns a:not(:last-child) {
		margin-bottom: 10px;
	}

    .widget_donations h4 {
        font-size: 28px;
    }

    .widget-title .basic-link {
        display: none;
    }

    .half-bg-right {
        display: none;
    }

    .page-title {
        padding: 0;
    }

    .news-header {
        text-align: center;
    }

    .site-footer {
        padding-top: 30px;
    }

    .site-info {
        text-align: center;
    }

    .footer-tag {
        float: none;
        padding-top: 20px;
    }

    .site-footer-bottom {
        text-align: center;
    }

    .footer-widget {
        text-align: center;
        margin-top: 25px;
    }

    .aff-logos {
        margin-top: 15px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }

    .content {
        padding: 50px 0;
    }

    .page-banner h1 {
        font-size: 30px;
        margin-bottom: 0;
        text-align: center;
    }

    .page-banner h1:before,
    .page-banner h1:after {
        display: none;
    }

    .page-banner.parallax {
        background-position-y: 50px;
    }

    .header-btns {
        display: none;
    }

    .featured-text {
        border-bottom: 1px solid #e6e6e6;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .about-titles {font-size: 18px;}
    .about-text {
        width: 70%;
    }

    .parallax br {
        content: "";
    }

    .parallax br:after {
        content: " ";
    }

    .footer_widget {
        margin-bottom: 40px;
    }

    .padding-tb75 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pre-footer {
        text-align: center;
    }

    .pre-footer .btn {
        float: none!important;
    }

    p.lead br {
        display: none;
    }

    p.lead br:after {
        content: " ";
    }

    .widget_volunteer_form {
        margin-top: 40px;
    }

    .spacer-75 {
        height: 50px;
    }

    .events-list .event-list-item .event-date {
        width: 14%;
        margin-right: 4%;
    }

    .events-list .event-list-cont {
        width: 82%;
    }

    .contact address {
        margin-bottom: 30px;
    }

    .footer-menu {
        float: none;
    }

    .single-event .content-block .list-group {
        margin-top: 50px;
    }
}


@media (min-width: 992px) and (max-width: 1183px) {
    .featured-links .featured-link {
        padding: 45px;
    }
    
    .featured-link strong {
        font-size: 18px;
    }

    .featured-link span {
        font-size: 15px;
    }
}