/*!
Theme Name: Operation Jersey Cares
Theme URI: http://underscores.me/
Author: SmartSites
Author URI: https://www.smartsites.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: operation-jc
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 with others.

Operation Jersey Cares is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap');

@font-face {
    font-family: 'Merriweather-Heavy';
    src: url('fonts/Merriweather-Heavy.eot');
    src: url('fonts/Merriweather-Heavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/Merriweather-Heavy.woff2') format('woff2'),
        url('fonts/Merriweather-Heavy.woff') format('woff'),
        url('fonts/Merriweather-Heavy.ttf') format('truetype'),
        url('fonts/Merriweather-Heavy.svg#Merriweather-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
}

/*--------------------------------------------------------------
# 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: 72px;
    margin: 0 0 20px;
}

/* 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: #444444;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
}

h1 {
    font-size: 48px;
    font-family: 'Merriweather-Heavy', sans-serif;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 20px;
}

h2 {
    font-weight: 500;
    font-size: 48px;
    font-family: 'Merriweather-Heavy', sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #01396a;
}

h3 {
    font-size: 30px;
    font-family: 'Merriweather-Heavy', sans-serif;
    line-height: 1.1;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h4 {
    font-size: 18px;
    font-family: 'Merriweather-Heavy', sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #01396a;
    line-height: 1.3;

}

h5 {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 400;
    color: #025eaf;
    text-transform: capitalize;
}

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

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

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: 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%;
}

/*--------------------------------------------------------------
# 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);
    font-size: 12px;
    line-height: 1;
    padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #000;
}

a:focus,
a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    display: inline-block;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    padding: 15px 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.main-navigation a:hover {
    background: #cc1223;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.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-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
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

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

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

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

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

/*--------------------------------------------------------------
## Custom styles
--------------------------------------------------------------*/

body p a {
    word-break: break-word;
}

.top-gutter1 {
    padding-top: 10px;
}

.top-gutter2 {
    padding-top: 20px;
}

.top-gutter3 {
    padding-top: 30px;
}

.top-gutter4 {
    padding-top: 40px;
}

.top-gutter5 {
    padding-top: 50px;
}

.top-gutter6 {
    padding-top: 60px;
}

.top-gutter7 {
    padding-top: 70px;
}

.top-gutter8 {
    padding-top: 80px;
}

.top-gutter9 {
    padding-top: 90px;
}

.top-gutter10 {
    padding-top: 100px;
}

.btm-gutter1 {
    margin-bottom: 10px;
}

.btm-gutter2 {
    margin-bottom: 20px;
}

.btm-gutter3 {
    margin-bottom: 30px;
}

.btm-gutter4 {
    margin-bottom: 40px;
}

.btm-gutter5 {
    margin-bottom: 50px;
}

.btm-gutter6 {
    margin-bottom: 60px;
}

.btm-gutter7 {
    margin-bottom: 70px;
}

.btm-gutter8 {
    margin-bottom: 80px;
}

.btm-gutter9 {
    margin-bottom: 90px;
}

.btm-gutter10 {
    margin-bottom: 100px;
}

.top-btm-gutter1 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-btm-gutter2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.top-btm-gutter3 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.top-btm-gutter4 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.top-btm-gutter5 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.top-btm-gutter6 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.top-btm-gutter7 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.top-btm-gutter8 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.top-btm-gutter9 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.top-btm-gutter10 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.m-auto {
    margin: 0 auto;
}

.colored-text {
    color: #C92228;
}

#page {
    position: relative;
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1300px;
}

.d-t {
    display: table;
    width: 100%;
    height: 100%;
}

.d-tc {
    display: table-cell;
    vertical-align: middle;
}

.bg-cover {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-cover>img {
    display: none;
}

.btn {
    display: inline-block;
    border: 0;
    padding: 15px 30px;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    outline: none;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    outline: 0;
    border-radius: 3px;
}

.btn:hover,
.btn:focus {
    text-decoration: none;
    outline: 0;
}

.more {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #0289ff;
}

.bg-color1 {
    background-color: #01396a !important;
}

.bg-color2 {
    background-color: #f8f8f8 !important;
}

.col2-layout,
.col3-layout,
.col4-layout,
.col5-layout {
    letter-spacing: -4px;
    font-size: 0;
}

.col2-layout .col,
.col3-layout .col,
.col4-layout .col,
.col5-layout .col {
    letter-spacing: 0;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.col3-layout .col {
    width: 33.33%;
}

.col4-layout .col {
    width: 25%;
}

.col5-layout .col {
    width: 20%;
}


/*Header Styling*/

.header-top {
    border-top: 4px solid #cc1223;
    border-bottom: 4px solid #cc1223;
    padding-top: 5px;
    background: #fff;
}

.donate {
    padding-top: 30px;
}

.donate ul {
    margin: 0;
}

.donate li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.donate li form {
    margin-left: 10px;
}

.header-bottom {
    background: #01396a;
}

.site-header.sticky-header .header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-top: 4px solid #cc1223;
}

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

button#responsive-menu-button {
    position: absolute !important;
    background: #01396a !important;
    top: 75px !important;
}

.responsive-menu-inner {
    top: 42% !important;
}

.responsive-menu-inner,
.responsive-menu-inner::before,
.responsive-menu-inner::after {
    background: #fff !important;
}

/*Footer Styling*/

.site-footer {
    border-top: 4px solid #cc1223;
    border-bottom: 4px solid #cc1223;
}

.contribution-block,
.sitemap-block,
.facebook-block {
    width: 18%;
    color: #282828;
}

.contribution-block p {
    line-height: 1.9;
}

.contribution-block .mail-contribution p {
    margin: 0;
}

.members-block {
    color: #777777;
    width: 21%;
}

.members-block a {
    color: #025eaf;
}

.members-block h5 {
    margin-bottom: 5px;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
}

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

.footer-menu li a {
    display: inline-block;
    color: #282828;
    font-weight: 400;
}

.facebook-block {
    width: 24%;
}

.facebook-block .facebook-wrapper {
    max-width: 260px;
    width: 100%;
}

.facebook-wrapper img {
    width: 100%;
}

.copyright {
    border-top: 1px solid #f0f0f0;
    padding: 15px;
}

.copyright span {
    display: block;
    color: #858585;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.copyright a {
    color: #01396a;
}

.copyright a:hover {
    color: #cc1223;
}


/*HomePage Styles*/

.banner .d-t {
    height: 325px;
    color: #fff;
}

.banner h1 {
    text-transform: uppercase;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.home .banner .d-t {
    height: 650px;
    color: #fff;
}

.home .banner .banner-title {
    text-transform: capitalize;
    color: #fff;
}

.banner-slider {
    position: relative;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    right: 55px;
    font-size: 0;
    background: transparent;
    border: 0;
    outline: none;
    height: 42px;
    width: 25px;
    background: url("images/slider-arrow.png") no-repeat center;
    background-size: 100%;
    z-index: 2;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
    transform: rotate(180deg);
    opacity: 0.4;
}

.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: none;
    transform: rotate(180deg) scale(1.2);
    opacity: 1;
}

.slick-arrow.slick-prev {
    right: auto;
    left: 55px;
    transform: rotate(0);
    transition: 0.2s all ease-in-out;
}

.slick-arrow.slick-prev:hover,
.slick-arrow.slick-prev:focus {
    border: 0;
    outline: none;
    transform: rotate(0) scale(1.2);
}

.banner-slider .text-holder {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.banner-slider .banner-title {
    font-size: 72px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.banner-slider h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    text-transform: none;
    color: #f6f6f6;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

/*Breadcrumb Styling */
.breadcrumbs a,
.breadcrumbs span {
    display: inline-block;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    margin: 0 2px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.who-we-are {
    border-top: 4px solid #707070;
    margin: 0 -4px;
}

.who-we-are .fact-button {
    color: #28903b;
}

.who-we-are .column {
    background: rgba(1, 19, 35, 1);
    width: 33.33%;
}

.who-we-are .column .img-holder,
.who-we-are .column .panel-text {
    border-right: 4px solid #707070;
    border-bottom: 4px solid #707070;
    overflow: hidden;
}

.who-we-are .column .img-holder:last-child,
.who-we-are .column .panel-text {
    border-bottom: 0;
}

.who-we-are .column .img-holder img {
    transition: 0.2s all ease-in-out;
}

.who-we-are .column .img-holder:hover img {
    transform: scale(1.1);
}

.who-we-are .column .panel-text {
    background: #012f58;
    -webkit-box-shadow: inset 0 0 300px 30px rgba(1, 19, 35, 0.8);
    -moz-box-shadow: inset 0 0 300px 30px rgba(1, 19, 35, 0.8);
    box-shadow: inset 0 0 300px 30px rgba(1, 19, 35, 0.8);
    color: #fff;
    max-width: 640px;
    height: 463px;
    overflow: hidden;
    padding: 50px 40px;
}

.who-we-are .panel-text h3 {
    font-size: 48px;
}

.who-we-are .panel-text p {
    font-size: 24px;
    font-weight: 300;
    opacity: 0.7;
}

.action-block .column {
    width: 25%;
    padding: 15px 55px;
}

.action-block .column a {
    color: #444444;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 1px;
    overflow: hidden;
    transition: 0.2s all ease-in-out;
}

.action-block .column a img {
    transition: 0.2s all ease-in-out;
}

.action-block .column a:hover img {
    transform: scale(1.1);
}

.action-block .column span {
    display: block;
}

.action-block .column span.title {
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #282828;
    text-transform: capitalize;
    margin-bottom: 10px;
    letter-spacing: 0;
}

.action-block .column a:hover span.title {
    color: #01396a;
}

.action-block .floating-video {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -137px;
    padding: 5px;
    background: #fff;
}

.blog-slider {
    padding: 0 45px;
}

.blog-slider .slider-item {
    padding: 15px 20px 0;
    text-align: left;
}


.blog-slider .slider-item .block-holder {
    padding: 0 0 30px;
    border-bottom: 1px solid #dddddd;
}

.blog-slider .slick-arrow {
    right: 0;
    top: 25%;
    background: url("images/slider-arrow1.png") no-repeat center;
    background-size: 100%;
}

.blog-slider .slick-arrow.slick-prev {
    left: 0;
    background: url("images/slider-arrow1.png") no-repeat center;
    background-size: 100%;
}

.blog-slider .slider-item .img-wrap {
    -webkit-box-shadow: 8px 8px 33px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 8px 8px 33px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 8px 8px 33px -10px rgba(0, 0, 0, 0.75);
    padding: 10px;
    margin: 0 0 20px;
}

.pub-date {
    position: absolute;
    top: 30px;
    right: 10px;
    display: block;
    padding: 5px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    background: rgba(0, 0, 0, 0.7);
}

.blog-slider .slider-item h5,
.blog article h5 {
    font-size: 24px;
    color: #282828;
}

.blog-slider .slider-item p,
.blog article p {
    color: #444444;
    font-weight: 300;
    margin: 0 0 10px;
}

.calendar-block .column {
    width: 50%;
    padding: 15px;
}

.calendar-block .column a,
.calendar-block .column span {
    display: block;
    transition: 0.2s all ease-in-out;
}

.calendar-block .column a:hover {
    text-decoration: none;
}

.calendar-block .column span.event-date {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 15px;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #014c8e;
    text-transform: uppercase;
    text-align: left;
}

.calendar-block .column span.day {
    font-size: 17px;
    color: #27903b;
}

.calendar-block .column span.date {
    font-size: 30px;
    color: #282828;
    font-weight: 600;
}

.calendar-block .column .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(1, 57, 106, 0.7);
    padding: 15px 20px;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}

.calendar-block .column a:hover .title {
    background: rgba(1, 57, 106, 1);
}

/*Single event page styling*/
.tribe-events-single-event-description p {
    font-size: 22px;
}

/*Partners Page Styling*/

.partner-block {
    border-bottom: 2px solid #171311;
    background: #fff url("images/partners-bg.jpg") no-repeat center;
    background-size: cover;
}

.partner-block .partners {
    /*height: 1000px;*/
    max-width: 1000px;
    width: 100%;
    border-radius: 50%;
    margin: 0 auto;
}

.partners .img-holder {
    position: absolute;
    left: 403px;
    top: 0;
    height: 200px;
    width: 200px;
    border: 4px solid #01396a;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    padding: 20px;
}

.partners .img-holder.site-logo {
    position: static;
    height: 250px;
    width: 250px;
    left: 0;
    margin: 0 auto;
}

.partners .img-holder.morgan-stanley {
    top: 315px;
    left: 787px;
}

.partners .img-holder.girl-scouts {
    left: 620px;
    top: 728px;
}

.partners .img-holder.barclays {
    top: 670px;
    left: 108px;
}

.partners .img-holder.bloomberg {
    top: 262px;
    left: 25px;
}

.hidden-1199 {
    display: block !important;
}

.visible-1199 {
    display: none !important;
}

.visible-1199 ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.visible-1199 ul li {
    display: inline-block;
    padding: 5px;
}

.visible-1199 ul .img-partner-holder {
    height: 200px;
    width: 200px;
}

.contact-form {
    background: url("images/contact-bg.jpg") no-repeat center;
    background-size: cover;
}

.contact-form h2 {
    margin-bottom: 10px;
    text-align: center;
}

.contact-form .gform_heading {
    text-align: center;
    padding-bottom: 30px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-weight: 300;
    letter-spacing: 1px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 300;
    letter-spacing: 1px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-weight: 300;
    letter-spacing: 1px;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-weight: 300;
    letter-spacing: 1px;
}

.contact-block .d-flex .column {
    width: 33.3333%;
    padding: 0 15px;
}

/*Gallery Page Styling*/

.gallery .block-holder {
    padding: 0 20px;
}

.gallery .block-holder h4 {
    font-size: 25px;
    margin: 0;
}

.pub-by-date {
    display: block;
    padding: 5px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    background: rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    margin: 0 0 10px;
}

.pub-by-date span {
    display: inline-block;
}

.pub-by-date span.blank {
    width: 20px;
}

.gallery .video-block {
    margin-top: 0;
}

.gallery-images-holder {
    margin: 0 -10px;
}

.gallery-images-holder .column {
    width: 33.33%;
    padding: 10px;
}

.gallery-images-holder .column .img-holder {
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.gallery-images-holder .column .img-holder .video-box {
    position: relative;
}

.gallery-images-holder .column .img-holder .video-box:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("images/icon-youtube.png") no-repeat center;
    opacity: 0.7;
    transition: 0.2s all ease-in-out;
}

.gallery-images-holder .column .img-holder:hover .video-box:after {
    opacity: 1;
}

.gallery-images-holder .column .img-holder {
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.gallery-images-holder .alm-reveal:first-child .column:first-child .img-holder,
.gallery-images-holder .alm-reveal:first-child .column:nth-child(2) .img-holder,
.gallery-images-holder .alm-reveal:first-child .column:nth-child(3) .img-holder {
    border-top: 0;
    padding-top: 0;
}

.gallery-images-holder .column .img-holder a {
    display: block;
    overflow: hidden;
    max-height: 355px;
}

.gallery-images-holder .img-holder .img-caption {
    display: inline-block;
    font-size: 24px;
    color: #282828;
    line-height: 1.2;
    padding: 10px 0;
}

.gallery-images-holder .column .img-holder:hover a {
    text-decoration: underline;
}

.gallery-images-holder img {
    width: 100%;
    transition: 0.2s all ease-in-out;
}

.gallery-images-holder .column .img-holder:hover img {
    transform: scale(1.1);
}

.gallery-images-holder img {
    width: 100%;
}

.block-holder .panel-text {
    max-width: 1200px;
    margin: 0;
}

/*Events Page Styles*/
.calendar-block .panel-text h5 {
    font-size: 24px;
    color: #282828;
}

.calendar-block .img-wrap {
    text-align: center;
}

/*Calendar Page Styles*/
.tribe-bar-views-select,
#tribe-bar-collapse-toggle,
.tribe-bar-filters,
.tribe-bar-views-inner label,
.tribe-events-notices {
    display: none !important;
}

#tribe-bar-views {
    background: #f8f8f8;
    color: #323232;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

#tribe-bar-views ul {
    margin: 0;
    padding: 20px 0;
    list-style: none;
    text-align: center;
}

#tribe-bar-views ul li {
    display: inline-block;
    margin: 0 10px;
}

#tribe-bar-views ul li a {
    min-width: 200px;
    padding: 10px 20px;
    display: inline-block;
    color: #323232;
    text-decoration: none;
}

#tribe-bar-views ul li:first-child a,
#tribe-bar-views ul li a:hover {
    background: #323232;
    color: #fff;
}

.tribe-events-content {
    position: relative;
}

.tribe-events-content:after,
.tribe-events-content:before {
    display: block;
    clear: both;
    content: '';
}

#tribe-events-header {
    display: inline-block;
    float: right;
}

.tribe-events-page-title {
    font-size: 25px;
    display: inline-block;
    margin: 10px 0 0;
}

#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous {
    margin-right: 1px;
}

#tribe-events-content ul.tribe-events-sub-nav {
    letter-spacing: -4px;
    font-size: 0;
    text-align: right;
    padding: 0;
}

.tribe-events-sub-nav li {
    font-size: 16px;
    letter-spacing: 0;
}

.tribe-events-sub-nav li a {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    width: 65px;
    height: 40px;
    background: #7b7b7b url("images/calendar-arrow.png") no-repeat center;
    color: #fff;
}

.tribe-events-sub-nav li a:hover {
    background: #323232 url("images/calendar-arrow.png") no-repeat center;
}

#tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-next {
    margin: 0;
}

.tribe-events-sub-nav li.tribe-events-nav-next a {
    transform: rotate(180deg);
}

.tribe-events-calendar {
    border: 1px solid #dddddd;
    background: #f8f8f8;
}

.tribe-events-calendar thead th {
    background: #cc1223;
    color: #fff;
    height: 100px;
    font-size: 18px;
    font-weight: 400;
}

.tribe-events-calendar thead th:nth-child(odd) {
    background: rgba(204, 18, 35, 0.95);
}

#tribe-events-content .tribe-events-calendar td {
    height: 100px;
    vertical-align: middle;
    text-align: center;
}

.tribe-events-calendar td div[id*=tribe-events-daynum-] {
    font-size: 15px;
}

.tribe-events-has-events {
    background: rgba(204, 18, 35, 0.95);
    color: #fff;
}

.tribe-events-calendar td.tribe-events-has-events div[id*=tribe-events-daynum-] a {
    color: #fff;
    font-size: 15px;
}

.tribe-events-calendar td .tribe-events-month-event-title {
    line-height: 15px;
    text-align: left;
}

.tribe-events-calendar td a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.3;
}

.tribe-events-list .type-tribe_events {
    padding: 10px 0 20px;
    border-bottom: 1px solid #ddd;
}

.tribe-events-list h2.tribe-events-page-title {
    display: block;
    text-align: center;
}

.tribe-events-list-separator-month {
    margin-bottom: 10px;
    display: inline-block;
}

.tribe-events-list .type-tribe_events h2 {
    margin: 0;
}

.tribe-events-list .type-tribe_events h2 a {
    font-size: 20px;
    margin: 0 0 5px;
    color: #01396a;
}

.tribe-events-event-cost {
    margin-bottom: 10px;
}

.tribe-events-list .tribe-events-event-image {
    float: left;
    max-width: 600px;
    width: 100%;
    margin: 0 0 10px;
}

.tribe-events-list .tribe-events-event-image a {
    display: block;
}

.tribe-events-list .tribe-events-event-image a img {
    width: 100%;
    max-width: 600px;
    max-height: 600px;
}

.tribe-events-list-separator-month {
    display: none;
}

#tribe-events-footer,
.tribe-events-ical {
    display: none;
}

#tribe-events-content .tribe-events-tooltip h4.entry-title {
    line-height: 16px;
    padding: 10px 6px 0;
}

.single-tribe_events #tribe-events-header {
    display: none;
}

.single-tribe_events .tribe-events-schedule h2 {
    font-size: 30px;
    display: block;
    margin: 0 0 5px;
}

.single-tribe_events .tribe-events-schedule .tribe-events-cost {
    display: block;
    font-size: 18px;
    color: #cc1223;
    margin: 0 0 10px;
}

.tribe-events-single-section-title {
    color: #01396a;
    font-size: 20px;
    margin-bottom: 5px;
}

.single-tribe_events .tribe-events-event-meta dl {
    margin-bottom: 20px;
}

.tribe-events-meta-group dt,
.tribe-events-meta-group dd {
    display: inline-block;
    margin: 0 2px;
}

.tribe-events-meta-group dt {
    color: #01396a;
}

.tribe-events-meta-group dd {
    margin-right: 20px;
}

.tribe-events-meta-group.tribe-events-meta-group-venue dd.tribe-venue {
    display: none;
}

.tribe-events-meta-group.tribe-events-meta-group-venue dd,
.tribe-events-meta-group.tribe-events-meta-group-venue dd,
.tribe-address {
    display: block;
}

.tribe-events-gcal,
.tribe-events-gmap {
    display: inline-block;
    border: 0;
    padding: 10px 30px;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    outline: 0;
    border-radius: 3px;
    color: #fff;
    background-color: #dc3545;
    margin: 10px 0 0;
}

.tribe-events-gcal:hover,
.tribe-events-gmap:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    text-decoration: none;
}

.event-form .contact-form {
    padding: 90px;
}

/* About Us */
.about-section .title-pannel h2,
.about-section .btm-section .heading-section h2 {
    display: inline-block;
    font-size: 45px;
    color: #01396a;
}

.about-section .top-section {
    background-size: cover;
    padding: 0 50px;
}

.carousel-container {
    position: relative;
    padding: 270px 0;
}

.slide {
    float: left;
}

.border-box {
    padding: 0 5px;
}

.border-box img {
    border: 10px solid #fff;
    width: 100%;
}

.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 50px;
    padding-left: 0;
    margin: 0;

}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    background-color: transparent;
    outline: none;
    font-size: 0;
    border-radius: 50%;
    padding: 4px;
    margin-left: 10px;
    cursor: pointer;
    border: 1px solid #fff;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    border: 1px solid #fff;
    background-color: #01396a;
}

.slick-dots li.slick-active button {
    border: 1px solid transparent;
    background-color: #01396a;
}

.carousel-container .slick-prev.slick-arrow {
    left: -35px;
}

.carousel-container .slick-arrow {
    right: -35px;
    margin-top: -21px;
}

.about-section .btm-section .heading-section p {
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
    color: #282828;
}

.about-section .info-block {
    padding: 300px 0;
}

.about-section .info-block .col .same-height {
    padding: 0 10px;
    width: 50%;
}

.about-section .info-block .col:last-child {
    position: relative;
    top: -150px;
}

.about-section .info-block h2 {
    font-size: 70px;
    line-height: 78px;
}

.about-section .info-block h4 {
    font-size: 25px;
    line-height: 32px;
    color: #fff;
    padding-top: 25px;
}

.about-section .info-block p {
    font-size: 20px;
}

/* Rquest care package */

.bg-color3 {
    background-color: #fbfbfb;
}

.request-package-block .title-pannel h2 {
    font-size: 41px;
}

.gform_fields {
    padding: 0;
    margin: 0 -10px;
}

.gform_fields .gfield_label {
    display: none;
}

.gform_fields .gfield {
    list-style: none;
    padding: 0 10px;
}

.gform_fields .gfield_contains_required {
    width: 50%;
    display: inline-block;
}

.gform_fields input {
    border: 1px solid #dbe5e8;
    outline: none;
    width: 100%;
    padding: 10px 20px;
    height: 50px;
    letter-spacing: 1px;
}

.gform_fields input#input_1_17 {
    background: url(images/arrow-down.png)no-repeat 97% 54%;
}

.gform_fields .gfield_html h3 {
    font-size: 24px;
    color: #01396a;
}

.ginput_container {
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.gform_fields textarea {
    outline: none;
    border: 1px solid #dbe5e8;
    padding: 10px 20px;
    height: 110px;
    resize: none;
    letter-spacing: 1px;
}

.gform_footer {
    margin-bottom: 15px;
}

.gform_footer .gform_button {
    width: 100%;
    text-align: center;
    font-size: 24px;
    outline: none;
    cursor: pointer;
    padding: 15px 0;
    background-color: #e81e2b;
    color: #fff;
    text-transform: uppercase;
}

#bbpress-forums .user-submit:hover,
#bbpress-forums .user-submit:focus,
.gform_footer .gform_button:hover,
.gform_footer .gform_button:focus {
    background-color: transparent;
    border: 1px solid #e81e2b;
    color: #01396a;
}

div.bbp-template-notice p {
    font-size: 16px;
}

.gfield_error input,
.gfield_error select {
    border-color: #e81e2b !important;
}

.validation_error,
.validation_message {
    padding-bottom: 10px;
    font-size: 14px;
    color: #e81e2b;
    text-align: left;
}

.validation_message {
    margin-top: -5px;
}

.instruction.validation_message {
    display: none;
}

.validation_error .gform_body .gform_footer .gform_button {
    border-color: #e81e2b !important;
}

.gform_confirmation_message {
    font-size: 23px;
    border: 1px solid #eee;
    padding: 15px 0;
    text-align: center;
    background: #01396a;
    color: #fff;
}

.ui-datepicker-header {
    padding-top: 10px;
    margin-bottom: 10px;
}

.ui-datepicker-prev {
    float: left;
    padding-right: 5px;
    cursor: pointer;
}

.ui-datepicker-next {
    float: right;
    padding-left: 5px;
    cursor: pointer;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker {
    background: #01396a;
    color: #fff;
    padding: 0 15px;
}



.ui-datepicker a {
    color: #fff;
    padding: 0 5px;
}

.request-package-block .video-block .bordered-box-sh {
    height: 400px;
}

.col2-layout,
.col3-layout {
    margin: 0 -15px;
}


/* Blog */

.site-main .blog {
    padding: 50px;
}

.categories select {
    padding: 10px;
    min-width: 300px;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-appearance: none;
    background: url(images/arrow-down.png)no-repeat 97% 54%;
    cursor: pointer;
    -moz-appearance: none;
}

.search {
    outline: none;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.search input {
    border: none;
    outline: none;
}

.search .search-field {
    min-width: 253px;
    padding: 10px;
}

.search .submit {
    border: 0;
    margin: 0;
    background: #01396a;
    color: #fff;
    cursor: pointer;
}


.blog .img-wrap {
    -webkit-box-shadow: 8px 8px 33px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 8px 8px 33px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 8px 8px 33px -10px rgba(0, 0, 0, 0.75);
    margin: 0 0 20px;
}

.blog .block-holder {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.blog .block-holder img {
    width: 100%;
}

/* Blog Single */

.blog-post .pub-by-date {
    display: inline-block;
    margin: 0;
}

.blog-post .content-holder {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.blog-post .content-holder p {
    font-weight: 300;
    letter-spacing: 1px;
}

.social-media h5 {
    color: #000;
}

.social-media ul {
    padding: 0;
    margin: 0 -10px;
}

.social-media li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}

.social-media .fa-pinterest-p {
    color: #C92228;
}

.social-media .fa-facebook-f {
    color: #3b5998;
}

.social-media .fa-google-plus-g {
    color: #d34836;
}

.social-media .fa-twitter {
    color: #1dcaff;
}

.social-media .fa-linkedin {
    color: #0077B5;
}

.social-media .fa-instagram {
    color: #9b6954;
}

.social-media .fa-pinterest-p:hover,
.social-media .fa-facebook-f:hover,
.social-media .fa-google-plus-g:hover,
.social-media .fa-twitter:hover,
.social-media .fa-linkedin:hover,
.social-media .fa-instagram:hover {
    transform: scale(1.2);
}


.blog-post .img-holder img {
    width: 100%;
}

/* contact Us */
.contact-block .box-block {
    min-height: 250px;
    border: 1px solid #ddd;
}

.contact-block .box-block .d-t {
    padding: 15px;
    height: 250px;
}

.contact-block .box-block h4 {
    color: #000;
    padding-top: 20px;
}

.contact-block .box-block p {
    margin: 0;
}

.contact-block .form-block {
    padding: 80px 120px;
}

.contact-block .contact-form {
    background: none;
}

.video-fb-block {
    width: 100%;
    max-width: 830px;
    margin: 30px 0;
    padding: 0 15px;
}

.video-fb-block .bordered-box-sh {
    height: 460px;
}

/* 404 Page

.error-404 .d-t {
	height: 800px;
}

.error-404 .page-header h2 {
	font-family: 'oswald', sans-serif;
	font-size: 230px;
	text-shadow: -3px 3px 25px rgba(150, 150, 150, 1);
	letter-spacing: 10px;
}

.error-404 .page-header .text-holder p {
	font-size: 32px;
}

.error-404 .page-header p {
	font-size: 25px;
	margin-bottom: 15px;
}

.error-404 .btn {
	padding: 10px 35px;
	font-size: 25px;
	line-height: 32px;
	margin: 0 4px;
} */

/************************************
Testimonials
***********************************/

.testimonial-wrapper .column {
    width: 48.5%;
}

.testimonial-panel {
    padding: 20px 34px;
}

.avatar-holder {
    overflow: hidden;
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.avatar-holder img {
    width: 100%;
}

.item-avatar::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -6px;
    left: 30px;
}

.testimonial-panel .panel-text {
    line-height: 1.8;
    font-weight: 300;
}

.bordered-box-sh {
    border: 15px solid #fff;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.24);
    overflow: hidden;
}

.video-poster::after {
    content: '';
    background: url(images/img-play.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.2s all ease-in-out;
}

.video-poster:hover::after {
    transform: scale(1.2);
}

.video-holder-in {
    max-width: 800px;
    margin: 0 auto 50px;
}

.video-holder-in video {
    width: 100%;
}

.video-holder-in video::-webkit-media-controls-fullscreen-button {
    display: none;
}

.video-holder {
    max-width: 800px;
    margin: 0 auto;
}

.video-holder::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 35px;
    background: transparent;
}

.video-holder iframe {
    width: 100%;
    height: 100%;
}

.ajax-load-more-wrap {
    width: 100% !important;
}

.load-more-custom {
    background-color: transparent !important;
    color: #e81e2b !important;
    font-size: 20px !important;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 300 !important;
}

.load-more-custom:active {
    box-shadow: none !important;
}

.load-more-custom.loading {
    padding-left: 20px !important;
    margin-top: 20px !important;
}

.alm-btn-wrap .alm-load-more-btn.loading:before {
    background-image: url(images/spinner-skype.gif) !important;
    width: 40px !important;
    height: 40px !important;
    top: -40px !important;
    left: 35px !important;
    margin-top: 30px;
}

.ajax-load-more-wrap .video-block {
    margin: 0 !important;
    padding: 0 0 10px !important;
}

/***************************************
About Us Extra CSS
****************************************/
.info-block h2 {
    color: #fff;
}

.video-block {
    width: 100%;
    max-width: 830px;
    margin: 0 auto 50px;
    padding: 0 15px;
}

.video-block .bordered-box-sh {
    height: 500px;
}

.page-id-32 .video-holder-in {
    max-width: 950px;
}

/*********************************
Blog Extra CSS
**********************************/
/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/********Search Form***************/
.search-field {
    padding: 10px !important;
}

.search-submit {
    padding: 14px !important;
    font-size: 16px;
}

/************************************
Partner Page
************************************/
.image-button {
    background: url(images/partner-site-logo.jpg) #fff no-repeat center;
    background-size: 225px 100px;
    width: 250px;
    height: 250px;
    border: 4px solid #01396a;
    border-radius: 50%;
    overflow: hidden;
    padding: 20px;
    outline: none;
}

.image-button:hover,
.image-button:focus,
.image-button:active {
    border: 4px solid #01396a;
    outline: none;
}

.partners-holder li {
    list-style: none;
}

.partners-holder .item {
    display: inline-block;
    height: 140px;
    width: 140px;
    background: #fff;
    border: 4px solid #01396a;
    margin: 5px;
    padding: 20px;
    outline: none;
    line-height: 100px;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.3s all;
}

.partners-holder .item.item-partner {
    width: 250px;
    height: 160px;
    border-radius: 0;
}

/*.partners-holder .item:hover {
	border-color: #e81e2b;
}*/

.arrow-holder {
    opacity: 0;
    width: 31px;
    height: 197px;
    margin-left: 0;
    transform: rotate(-2deg);
    transition: 0.2s all ease-in-out;
}

.arrow-holder img {
    /* width: auto; */
    height: 100%;
}

/*New Partners page design*/

.partners-holder {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.partners-holder li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}

.partners-holder span {
    display: inline-block;
}

.partners-holder .img-partner-holder .d-t {
    display: table;
    height: 120px;
    width: 120px;
}

.partners-holder .img-partner-holder .d-t .d-tc {
    display: table-cell;
}

.partners-holder .img-partner-holder img {
    width: 100%;
}

.partners-holder .logo-root {
    display: block;
}

.logo-root .img-partner-holder .d-t {
    width: 140px;
    height: 140px;
}

.partner-block .partners {
    max-width: 100%;
}

/*Plugin CSS*/
.selector button {
    position: relative;
    top: 29%;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    transition: all .1s;
}

.selector {
    position: absolute;
    left: 25%;
    top: 25%;
    width: 600px;
    height: 600px;
    margin-top: -70px;
    margin-left: -70px;
}

.selector ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
}

.selector li {
    position: absolute;
    width: 0;
    height: 100%;
    margin: 0 50%;
    -webkit-transform: rotate(-360deg);
    transition: all 0.8s ease-in-out;
}

.selector li .img-partner-holder {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 0;
    height: 0;
    opacity: 0;
    margin-left: -100px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    box-shadow: none;
    transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
}

.selector.open li .img-partner-holder {
    width: 240px;
    height: 240px;
    opacity: 1;
    margin-left: -100px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    transition: 0.1s all ease-in-out;
}

.selector.open li .img-partner-holder:hover {
    width: 260px;
    height: 260px;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.5);
}

.partners-holder.partners-root {
    display: block;
}

.item-trapezoid {
    position: relative;
    border-bottom: 130px solid #01396a;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    height: 0;
    width: 350px;
    display: inline-block;
    border-radius: 0;
}

.inner-trapezoid {
    border-bottom: 121px solid #fff;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    height: 0;
    width: 334px;
    position: absolute;
    left: -42px;
    top: 5px;
}

.inner-trapezoid img {
    position: absolute;
    left: 0;
    top: 20px;
}

/************Blog Single**************/
blockquote {
    border-left: 3px solid #BBBBBB;
    font-style: italic;
    margin: 15px 15px 50px;
    padding-left: 20px;
}

/************404 Page****************/
.error-404.not-found {
    background: url(images/img-404-background.jpg) #fff no-repeat center;
    background-size: cover;
    height: 1140px;
}

.error-404.not-found .container {
    height: 1140px;
}

.error-404 .header-404 .d-t {
    height: 100%;
}

.text-holder-404 {
    text-align: center;
    float: left;
}

.text-holder-404 h1 {
    font-size: 75px !important;
    margin: 0;
    color: #01396a;
    font-weight: 500;
    font-family: 'Merriweather', sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
}

.text-holder-404 h5 {
    font-size: 48px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #282828;
}

.text-holder-404 p {
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #01396a;
}

.btn-404 {
    position: relative;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #282828;
    padding: 0 20px;
}

.btn-404::after {
    content: '|';
    position: absolute;
    top: 0;
    right: -5px;
    color: #282828;
}

.btn-404:last-child::after {
    display: none;
}

.text-holder-404 a:hover {
    text-decoration: underline;
    color: #01396a;
}

/*Login Page*/

.page-template-tpl-login-register .header-top {
    border: 0 !important;
}

.page-template-tpl-login-register .header-top .donate {
    display: none;
}

.page-template-tpl-login-register .header-top .site-branding {
    text-align: center;
}

.page-template-tpl-login-register .header-top .logo {
    display: inline-block;
    float: none;
}

.page-template-tpl-login-register .site-main .entry-header {
    display: none;
}

.login-register {
    padding: 60px 0;
    background: url(images/login-bg.jpg) no-repeat center;
    background-size: cover;
}

.login-register-form {
    position: relative;
    max-width: 465px;
    margin: 0 250px 0 auto;
    background: #fff url("images/login-form-bg.png") no-repeat 100% 0;
    border-radius: 20px;
    width: 100%;
    padding: 100px 70px;
    box-shadow: 0 13px 36px 0 rgba(0, 0, 0, 0.15);
}

.login-register-form:after {
    position: absolute;
    content: '';
    top: 40px;
    left: -309px;
    bottom: 40px;
    background: #fff url("images/form-aftet-img.jpg") no-repeat 0 0;
    border-radius: 20px 0 0 20px;
    width: 310px;
}

.login-register-form h1 {
    font-size: 18px;
    color: #1b1b1b;
    text-transform: uppercase;
}

.login-register-form form p {
    margin: 0;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
}

.login-register-form form input {
    height: 40px;
    padding: 5px 25px;
    border-radius: 30px;
    outline: none;
    margin: 0 0 15px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 13px;
}

.tml-login form .tml-rememberme-wrap {
    display: block;
    margin: 0 0 10px;
}

.tml form .tml-submit-wrap {
    display: block;
    text-align: left;
    width: 100%;
}

.tml form .tml-submit-wrap input[type="submit"] {
    font-size: 14px;
    background: #cc1223;
    border: 1px solid #cc1223;
    line-height: 1;
    color: #fff;
    min-width: 155px;
    cursor: pointer;
    font-weight: 400;
}

.tml form .tml-submit-wrap input[type="submit"]:hover {
    color: #cc1223;
    background: #fff;
}

ul.tml-user-links {
    padding: 10px 0 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

ul.tml-user-links li {
    display: inline-block;
    margin: 0 5px 10px;
}

ul.tml-user-links li a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    outline: none;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 3px;
    background: #dc3545;
    transition: 0.2s all ease-in-out;
    min-width: 146px;
}

ul.tml-user-links li a:hover {
    background: transparent;
    border: 1px solid #dc3545;
    color: #dc3545;
}

.page-template-tpl-login-register .site-footer {
    border: 0;
}

/*Forum page */

.forum-page {
    background: #f6faf9;
}

.forum-page .intro-block {
    margin-bottom: 60px;
}

.forum-page h1 {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    color: #01396a;
    margin: 0;
    line-height: 1;
}

.pmpro_content_message,
.pmpro_bbp_membership_msg,
.forum-page .intro-block h3 {
    color: #282828;
    font-size: 24px;
    line-height: 1.2;
    text-transform: unset;
    font-family: 'Oswald', sans-serif;
}

.create-forum-block {
    background: #edf1f0;
    padding: 20px 150px;
    font-size: 0;
    letter-spacing: -4px;
    margin-bottom: 60px;
}

.create-forum-block .text-block,
.create-forum-block .btn-wrapper {
    font-size: 16px;
    letter-spacing: 0;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Oswald', sans-serif;
}

.create-forum-block .text-block h2 {
    font-size: 24px;
    color: #01396a;
    line-height: 1;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    margin: 0 0 5px;
}

.create-forum-block .text-block h4 {
    font-size: 24px;
    color: #282828;
    line-height: 1;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    text-transform: unset;
    margin: 0;
}

.create-forum-block .btn-wrapper {
    padding-left: 50px;
}

.create-forum-block .btn-wrapper a {
    color: #01396a;
    display: inline-block;
    margin: 0 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    line-height: 1.2;
}

.create-forum-block .btn-wrapper a.btn-forum {
    background: #27903b;
    color: #fff;
    position: relative;
    padding: 10px 20px 15px 40px;
    border: 1px solid #27903b;
    font-size: 19px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.create-forum-block .btn-wrapper a.btn-forum:hover {
    background: transparent;
    color: #27903b;
    text-decoration: none;
}

.create-forum-block .btn-wrapper a.btn-forum:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 16px;
    height: 17px;
    width: 17px;
    background: url("images/icon-plus.png") no-repeat center;
}

.create-forum-block .btn-wrapper a.btn-forum:hover:after {
    background: url("images/icon-plus-h.png") no-repeat center;
}

.forum-page .forum-block h2 {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-align: center;
    color: #01396a;
    margin-bottom: 30px;
}

.discussion-block {
    position: relative;
    padding-right: 85px;
    margin-bottom: 40px;
}

.discussion-block:after {
    position: absolute;
    content: '';
    width: 80px;
    top: 0;
    bottom: 0;
    right: 0;
    background: #cc1223 url("images/icon-chart.png") no-repeat center;
}

.discussion-block h2 {
    font-size: 29px;
    color: #fff;
    line-height: 1;
    margin: 0;
    padding: 10px 15px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    background: #cc1223;
    text-align: center;
}

.discussion-block h2 span.icon {
    margin-right: 20px;
}

ul.bbp-forums {
    margin: 0;
}

/*.forum-page .forums .bbp-breadcrumb,*/
div.bbp-breadcrumb,
div.bbp-topic-tags {
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
}

#bbpress-forums li.bbp-footer {
    display: none;
}

#bbpress-forums ul.bbp-forums {
    border: 0;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
    display: inline-block;
    margin: 0;
}

#bbpress-forums li.bbp-header {
    border-top: 1px solid #dbdfde;
    border-bottom: 1px solid #dbdfde;
    background: transparent;
}

#bbpress-forums li.bbp-header li {
    color: #3e5460;
    font-size: 16px;
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
}

.bbp-body li {
    color: #3e5460;
    font-size: 18px;
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
}

.bbp-body li a {
    color: #01396a;
}

.bbp-body li.bbp-forum-freshness a {
    font-size: 15px;
    font-weight: 300;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
    border: 1px solid #ebefee;
    background: #fff;
    padding: 15px 10px;
}

#bbpress-forums li.bbp-body ul.forum:nth-child(odd),
#bbpress-forums li.bbp-body ul.topic:nth-child(odd) {
    border: 1px solid transparent;
    background: transparent;
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
    font-family: 'Oswald', sans-serif;
    color: #01396a;
    font-size: 20px;
}

#bbpress-forums #bbp-single-user-details {
    font-size: 14px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
    border: 2px solid #cc1223;
    border-radius: 50%;
}

.pmpro_content_message,
.pmpro_bbp_membership_msg {
    color: #cc1223;
}

.pmpro_content_message {
    padding: 0 20px 20px 0;
}

#bbpress-forums {
    padding-bottom: 50px;
    border-bottom: 1px solid #dbdfde;
}

.bbp-forum-form {
    padding: 50px 0;
}

.bbp-forum-form legend {
    font-size: 24px;
    color: #01396a;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.bbp-forum-form .button,
.pmpro_content_message a,
.pmpro_content_message a:link,
#bbpress-forums .submit,
#bbpress-forums .user-submit,
#bbp-search-form .button,
.bbp-search-form .button {
    background: #cc1223;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    border-color: #cc1223;
    font-size: 17px;
    height: 60px;
    line-height: 1;
    padding: 15px 25px;
    font-weight: 300;
    cursor: pointer;
    border-radius: 0;
    transition: 0.3s all;
}

.bbp-forum-form .button:hover,
.pmpro_content_message a:hover,
.pmpro_content_message a:link:hover,
#bbpress-forums .submit:hover,
#bbpress-forums .user-submit:hover,
#bbp-search-form .button:hover,
.bbp-search-form .button:hover {
    background: transparent;
    color: #cc1223;
    border-color: #cc1223;
    outline: none;
}

.bbp-submit-wrapper {
    margin-bottom: 15px;
    width: 100%;
}

.bbp-forum-form .button[type='submit'] {
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
}

#bbpress-forums .submit,
.pmpro_content_message a:link {
    height: auto;
}

.pmpro_content_message a:link {
    margin: 10px 10px 10px 0;
}

.bbp-search-form input[type="text"],
#bbp-search-form input[type="text"] {
    height: 60px;
    padding: 15px 25px;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    background: #f6faf9;
    border-color: #e4e8e7;
    line-height: 1;
    font-weight: 300;
    min-width: 200px;
    border-radius: 0;
    color: #757575;
}

.bbp-search-form input[type="text"]:focus,
.bbp-search-form input[type="text"]:hover,
#bbp-search-form input[type="text"]:hover,
#bbp-search-form input[type="text"]:focus {
    outline: none;
    border-color: #cc1223;
}

#bbpress-forums div#bbp-search-form,
#bbpress-forums div.bbp-search-form {
    margin-bottom: 15px;
}

div.bbp-template-notice,
div.indicator-hint {
    background-color: #ffdadd;
    border-color: #cc1223;
}

.bbp-the-content-wrapper {
    overflow: hidden;
    width: 100%;
    padding: 10px 10px 0 0;
}

.bbp-topic-form p,
.bbp-form p {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 10px 10px 0 0;
}

.bbp-topic-form p input[type="text"],
.bbp-forum-form p input[type="text"],
.bbp-topic-form p select,
.bbp-forum-form p select {
    background: #e9ecec;
    border: 1px solid #dbe5e8;
    outline: none;
    width: 100%;
    padding: 8px 20px;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 17px;
    border-radius: 0;
}

#bbpress-forums .bbp-topic-form p label,
.bbp-forum-form p label {
    margin-bottom: 5px;
}

textarea#bbp_reply_content,
textarea#bbp_topic_content,
textarea#bbp_forum_content {
    width: 100%;
}

div#wp-bbp_forum_content-editor-container {
    background: #e9ecec;
}

textarea#bbp_forum_content {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 300;
    background: #e9ecec;
}

#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
    margin-left: 100px;
}

#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
    width: 50px;
    padding-left: 7px;
}

#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
    max-width: 50px;
    border-radius: 50%;
}

.bbp-body .topic.pmpro-level-1,
.bbp-replies .topic.pmpro-level-1,
.bbp-replies .reply.pmpro-level-1,
.bbp-body .reply.pmpro-level-1 {
    background-color: #e9ecec !important;
    margin-bottom: 5px !important;
}

#bbpress-forums div.bbp-forum-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
    margin: 0;
}

span.bbp-admin-links a {
    color: #909090;
}

div.bbp-breadcrumb {
    font-size: 16px;
}

.bbp-breadcrumb a {
    font-weight: 300;
}

.bbp-breadcrumb a:hover {
    color: #cc1223;
}

.login-register-form .request-access {
    color: #0056b3;
    text-decoration: underline;
    transition: 0.3s all;
}

.tml-action-links {
    float: right;
}

.login-register-form .request-access:hover {
    color: #cc1223;
    text-decoration: none;
}

/*youtube player*/
.youtube-player {
    position: relative;
    padding-bottom: 60.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("/media/youtube-play.png") no-repeat;
    cursor: pointer;
}

footer .widget.widget_nav_menu {
    margin-bottom: 0;
}

.login-register-form p,
#resetpassform .indicator-hint {
    margin-bottom: 10px;
}

#pass-strength-result {
    margin-top: 5px;
    border-radius: 15px;
}

.forums {
    clear: both;
    display: block;
    overflow: hidden;
}

/*Responsive*/
@media (max-width: 1600px) {

    .who-we-are .column .panel-text {
        height: 328px;
        padding: 10px 25px;
    }

    .who-we-are .panel-text h3 {
        font-size: 30px;
    }

    .who-we-are .panel-text p {
        font-size: 20px;
    }

    .action-block .floating-video {
        position: static;
        margin: 0;
        background: transparent;
        text-align: center;
        padding: 30px 0 0;
    }

    .gallery-images-holder .column .img-holder a {
        max-height: 234px;
    }
}

@media (max-width: 1600px) {
    .main-navigation a {
        padding: 15px;
    }
}

@media (max-width: 1360px) {
    .main-navigation a {
        font-size: 15px;
        padding: 15px 10px;
    }

    .slick-arrow {
        right: 0;
    }

    .slick-arrow.slick-prev {
        left: 0;
    }

    .who-we-are .column .panel-text {
        height: 286px;
    }

    .who-we-are .panel-text p {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {

    .top-gutter8 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .top-btm-gutter10 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .header-top .logo a {
        display: block;
        max-width: 400px;
    }

    .main-navigation a {
        font-size: 14px;
        padding: 15px 8px;
    }

    .donate input[type="image"] {
        max-width: 150px;
    }

    .action-block .column {
        width: 33.33%;
        padding: 15px;
    }

    .action-block .column .img-holder {
        max-width: 150px;
        margin: 0 auto;
    }

    .calendar-block .column .title {
        font-size: 25px;
    }


    .contribution-block,
    .sitemap-block,
    .facebook-block {
        width: 24%;
    }

    .who-we-are .column .img-holder,
    .who-we-are .column .panel-text {
        border-right: 0;
        border-top: 2px solid #707070;
        border-bottom: 2px solid #707070;
    }

    .who-we-are .column .img-holder {
        max-height: 500px;
        overflow: hidden;
    }

    .who-we-are .column {
        width: 100%;
    }

    .who-we-are .column img {
        width: 100%;
    }

    .who-we-are .column .panel-text {
        max-width: 100%;
    }

    .hidden-1199 {
        display: none !important;
    }

    .visible-1199 {
        display: block !important;
    }

    .partner-block .partners {
        height: auto;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
    }

    .about-section .title-pannel h2,
    .about-section .btm-section .heading-section h2 {
        font-size: 30px;
    }

    .carousel-container {
        padding: 200px 0;
    }

    .about-section .btm-section .heading-section p {
        font-size: 20px;
    }

    .about-section .info-block {
        padding: 150px;
    }

    .about-section .info-block h2 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 40px;
    }

    .about-section .info-block .row.text-white {
        display: block;
    }

    .about-section .info-block .row.text-white h2 br {
        display: none;
    }

    .about-section .d-flex.flex-wrap {
        margin: 0 -20px;
    }

    .about-section .info-block .col .same-height {
        padding: 0 20px;
    }

    .about-section .info-block .col:last-child {
        position: static;
    }

    .request-package-block .title-pannel h2 {
        font-size: 30px;
    }

    .request-package-block .gform_fields .gfield_html h3 {
        font-size: 21px;
    }

    .blog .col3-layout .col {
        width: 50%;
    }

    .gallery .block-holder .title.alignleft {
        width: 100%;
        text-align: center;
        margin: 0 0 30px;
    }

    .gallery-images-holder .column {
        width: 50%;
    }

    .gallery-images-holder .alm-reveal:first-child .column:nth-child(3) .img-holder {
        padding-top: 20px;
        border-top: 1px solid #ddd;
    }

    .text-holder-404 h5 {
        font-size: 48px;
    }

    .contact-block .d-flex .column {
        width: 50%;
    }

    .contact-block .box-block {
        margin-bottom: 20px;
    }

    .login-register-form {
        margin: 0 auto;
    }

    .login-register-form:after {
        display: none;
    }
}

@media (max-width: 991px) {

    .site-branding .logo,
    .donate {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
        padding-top: 0;
        margin: 0;
    }

    .donate .widget {
        margin: 0;
    }

    .calendar-block .column {
        width: 100%;
    }

    .calendar-block .column img {
        width: 100%;
    }

    .site-footer .justify-content-between {
        -webkit-box-pack: initial !important;
        -ms-flex-pack: initial !important;
        justify-content: initial !important;
    }

    .contribution-block,
    .sitemap-block,
    .facebook-block,
    .members-block {
        width: 50%;
        padding: 0 15px;
    }

    #tribe-events-pg-template .table.table-responsive {
        width: 990px;
        overflow-y: scroll;
    }

    .about-section .info-block h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 30px
    }

    .about-section .info-block h4 {
        font-size: 17px;
        line-height: 26px;
    }

    .request-package-block .title-pannel h2 {
        font-size: 20px;
    }

    .request-package-block .gform_fields .gfield_html h3 {
        font-size: 17px;
    }

    .request-package-block .left-col {
        margin-bottom: 50px;
    }

    .request-package-block .right-col .video-block {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }

    .request-package-block .col {
        width: 100%;
    }

    .request-package-block .col3-layout .col {
        margin-bottom: 20px;
    }

    .request-package-block .bordered-box-sh img {
        width: 100%;
    }

    .request-package-block .top-btm-gutter6 {
        padding: 20px 0;
    }

    .testimonial-wrapper .column {
        width: 100% !important;
    }

    .testimonial-wrapper .column .bordered-box-sh {
        height: 340px;
    }

    .testimonial-wrapper .video-block {
        max-width: 100%;
    }

    .contact-block .contact-form h2 {
        font-size: 32px;
    }

    .gallery .block-holder h4 {
        font-size: 20px;
    }

    .text-holder-404 {
        float: none;
    }

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

    .text-holder-404 h1 {
        font-size: 65px !important;
    }

    .text-holder-404 h5 {
        font-size: 36px;
    }

    .text-holder-404 p {
        font-size: 30px;
    }

    .page-id-32 .video-holder-in {
        margin: 0 20px 50px;
    }

    .partners-holder {
        display: inline;
    }

    .tml-login .tml-rememberme-wrap input {
        margin: 0;
    }

    /*.validation_message {
		margin-top: 0;
	}*/
}

@media (max-width: 767px) {
    .site-branding .logo {
        text-align: left;
        padding-right: 75px;
    }

    .site-branding .logo a {
        display: block;
        max-width: 420px;
        width: 100%;
    }

    .site-branding .logo a img {
        width: 100%;
    }

    .donate input[type="image"] {
        max-width: 130px;
    }

    button#responsive-menu-button {
        right: 20px !important;
        top: 50px !important;
    }

    .home .banner .d-t {
        height: auto;
        min-height: 420px;
        padding: 20px 0;
    }

    .home .banner .banner-title,
    h1 {
        font-size: 35px;
    }

    .banner-slider h3,
    h3 {
        font-size: 25px;
        line-height: 1.1;
    }

    .action-block .column {
        width: 100%;
    }

    .calendar-block .column .title {
        font-size: 20px;
    }

    .slick-arrow {
        width: 15px;
    }

    .visible-1199 ul .img-partner-holder {
        height: 150px;
        width: 150px;
    }

    .partners-holder .image-button {
        background-size: 90%;
        height: 200px;
        width: 200px;
    }

    .about-section .info-block {
        padding: 190px 0;
    }

    .about-section .info-block .col .same-height {
        width: 100%;
        text-align: center;
        height: 220px;
    }

    .about-section .info-block h2 {
        margin-bottom: 20px;
        text-align: center;
    }

    .about-section .info-block h4 {
        padding-top: 20px;
    }

    .site-main .blog {
        padding: 20px;
    }

    .blog .col3-layout .col {
        width: 100%;
    }

    .blog-post .col2-layout .col {
        width: 100%;
    }

    .categories select {
        min-width: 175px;
    }

    .search .search-field {
        min-width: 160px;
    }

    .search.alignright {
        margin-left: 0;
    }

    .contact-block .d-flex .column {
        width: 100%;
    }

    .contact-block .contact-form {
        padding: 50px 0;
    }

    .contact-block .form-block {
        padding: 45px 20px;
    }

    .error-404 .btn {
        margin-bottom: 10px;
    }

    .gallery .block-holder {
        padding: 0;
    }

    .gallery-images-holder .column {
        width: 100%;
    }

    .gallery-images-holder .alm-reveal:first-child .column:nth-child(2) .img-holder {
        padding-top: 20px;
        border-top: 1px solid #ddd;
    }

    .error-404.not-found {
        height: 800px;
    }

    .error-404.not-found .container {
        height: 800px;
    }

    .text-holder-404 h1 {
        font-size: 44px !important;
    }

    .text-holder-404 h5 {
        font-size: 30px;
    }

    .text-holder-404 p {
        font-size: 25px;
    }

    .btn-404 {
        font-size: 16px;
    }

    ul.tml-user-links li a {
        min-width: 152px;
    }

    .event-form .contact-form {
        padding: 90px 30px;
    }

    .create-forum-block,
    .forum-page .intro-block {
        margin-bottom: 30px;
    }

    .create-forum-block {
        padding: 20px;
    }

    .create-forum-block .text-block,
    .create-forum-block .btn-wrapper {
        width: 100%;
        text-align: center;
    }

    .create-forum-block .text-block h2 {
        font-size: 16px;
        line-height: 1.2;
        font-weight: 500;
    }

    #bbpress-forums #bbp-search-form {
        text-align: center;
    }

    .bbp-search-form input[type="text"],
    #bbp-search-form input[type="text"] {
        height: auto;
        padding: 10px 12px;
        font-size: 16px;
        line-height: 1.2;
    }

    .bbp-forum-form .button,
    .pmpro_content_message a,
    .pmpro_content_message a:link,
    #bbpress-forums .submit,
    #bbpress-forums .user-submit,
    #bbp-search-form .button,
    .bbp-search-form .button {
        height: auto;
        padding: 12px 25px;
    }

    .forum-page h1 {
        font-size: 26px;
    }

    .create-forum-block .btn-wrapper {
        padding-left: 0;
    }
}

@media (max-width: 479px) {

    h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .btn {
        font-size: 14px;
        padding: 5px 20px;
    }

    .top-btm-gutter10 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .home .banner .banner-title,
    h1 {
        font-size: 27px;
    }

    .banner-slider h3,
    h3 {
        font-size: 20px;
    }

    .site-branding .logo {
        padding: 0;
        text-align: center;
    }

    .site-branding .logo a {
        max-width: 280px;
        margin: 0 auto;
    }

    .donate {
        text-align: left;
    }

    .donate .widget li {
        display: none;
    }

    .donate .widget li:last-child {
        display: block;
    }

    button#responsive-menu-button {
        top: 128px !important;
        height: 45px !important;
        width: 45px !important;
    }

    .action-block .column span.title {
        font-size: 20px;
    }

    .blog-slider {
        padding: 0 15px;
    }

    .pub-date {
        position: static;
    }

    .calendar-block .column span.event-date {
        font-size: 11px;
        top: 2px;
        left: 2px;
        padding: 5px;
    }

    .calendar-block .column span.date {
        font-size: 16px;
    }

    .calendar-block .column span.day {
        font-size: 12px;
    }

    .calendar-block .column .title {
        position: static;
        font-size: 15px;
        padding: 10px;
    }

    .calendar-block .btn-holder,
    .blog-block .btn-holder {
        padding-top: 10px;
    }

    .contribution-block,
    .sitemap-block,
    .facebook-block,
    .members-block {
        width: 100%;
        padding: 0;
    }

    .visible-1199 ul .img-partner-holder {
        height: 100px;
        width: 100px;
    }

    .partners-holder .image-button {
        background-size: 90%;
        height: 150px;
        width: 150px;
    }

    .item-trapezoid {
        width: 270px;
    }

    .inner-trapezoid {
        width: 252px;
    }

    .inner-trapezoid img {
        top: 30px;
    }

    .about-section .info-block {
        padding: 230px 0;
        margin: 0;
    }

    .about-section .info-block.bg-cover {
        background-position: 30%;
    }

    .carousel-container {
        padding: 200px 10px;
    }

    .carousel-container .slick-prev.slick-arrow {
        left: -9px;
    }

    .carousel-container .slick-arrow {
        right: -9px;
    }

    .video-block .bordered-box-sh {
        height: 250px !important;
    }

    .site-main .blog .categories {
        float: none;
    }

    .site-main .blog .categories select {
        min-width: 10px;
        width: 100%;
        margin-bottom: 10px;
    }

    .search {
        float: none;
        margin: 0;
        display: inline-block;
        width: 100%;
    }

    .search .search-field {
        width: 80%;
    }

    .site-main .blog .search .submit {
        width: 20%;
    }

    .social-media {
        margin-bottom: 50px;
    }

    .error-404 .page-header h2 {
        font-size: 170px;
    }

    .error-404 .btn {
        width: 100%;
    }

    .error-404 .btn {
        margin: 0 0 10px;
    }

    .gallery .block-holder .pub-by-date {
        padding: 5px 8px;
    }

    .gform_fields .gfield_contains_required {
        width: 100%;
        display: block;
    }

    .about-section .top-section {
        padding: 0 15px;
    }

    .error-404.not-found {
        height: 600px;
    }

    .error-404.not-found .container {
        height: 600px;
    }

    .text-holder-404 h1 {
        font-size: 28px !important;
    }

    .text-holder-404 h5 {
        font-size: 19px;
    }

    .text-holder-404 p {
        font-size: 16px;
    }

    .btn-404 {
        font-size: 14px;
    }

    .contribution-block .logo {
        text-align: center;
    }

    .facebook-block .facebook-wrapper {
        margin: 0 auto;
    }

    .login-register-form {
        padding: 30px;
    }

    .tml-action-links {
        margin: 4px 0 8px;
    }

    .tml {
        max-width: 390px;
    }

    ul.tml-user-links li a {
        min-width: 185px;
    }
}

/* Event Single New Layout */
.event-banner {
    background: #01396AE6;
    color: #fff;
}

.event-banner .container {
    max-width: 1440px;
}

.event-banner .holder {
    padding: 60px 0;
}

.event-banner h1 {
    color: #fff;
    font-size: 54px;
    margin-bottom: 40px;
    font-family: 'Merriweather', sans-serif;
}

.event-banner h1 small {
    display: block;
    font-size: 24px;
    margin-bottom: 20px;
}

.event-banner .meta {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.event-banner .meta li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
    font-size: 18px;
}

.event-banner .meta span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.event-banner .meta span img {
    max-width: 24px;
    width: 100%;
    vertical-align: top;
}

.event-banner .event-price {
    font-size: 32px;
    color: #fff;
    margin: 20px 0 30px;
}

.colTwo-sec {
    font-size: 20px;
}

.colTwo-sec .text-red {
    color: #DC3545 !important;
}

.colTwo-sec .xlwidth {
    max-width: 760px;
}

.font-300 {
    font-weight: 300 !important;
}

.text-green,
.text-green a {
    color: #26903B;
}

.colTwo-sec .less-width {
    max-width: 660px;
}

.colTwo-sec h2 {
    font-family: 'Merriweather', sans-serif;
    font-weight: 600;
}

.event-service .holder {
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.event-service .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    padding: 20px;
    text-align: center;
    margin-right: 25px;
}

.event-service .icon.bg-blue {
    background-color: #01396A;
}

.event-service .icon.bg-red {
    background-color: #DC3545;
}

.event-service .title {
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
}

.event-year h3 {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.event-year h2 {
    font-size: 62px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.event-year .ribbon {
    font-size: 31px;
    min-width: 260px;
    background-color: #fff;
    color: #01396A;
    padding: 0 30px;
    display: inline-block;
    clip-path: polygon(100% 0, calc(100% - 20px) 52%, 100% 100%, 0% 100%, 20px 50%, 0% 0%);
    line-height: 1.8;
    margin-bottom: 20px;
}

.event-year .location {
    font-size: 30px;
    color: #fff;
    display: block;
    font-weight: 300;
}

.event-quote {
    margin-top: 10px;
}

.event-quote .less-width {
    max-width: 550px;
    margin: 0 auto;
}

.event-quote h3 {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.event-quote h2 {
    font-size: 34px;
    color: #fff;
    font-family: 'Merriweather', sans-serif;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 50px;
}

.adp-sec .holder {
    max-width: 380px;
    margin: 0 auto 40px;
    font-weight: 300;
    font-size: 22px;
}

.adp-sec .holder h3 {
    font-size: 26px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    text-transform: capitalize;
}

.adp-sec .img-wrap {
    margin: 30px 0;
}

.adp-sec .btn {
    min-width: 190px;
}

.rev-img img {
    width: 100%;
}

.site-desc {
    font-size: 22px;
    font-weight: 300;
    background-color: #000;
    color: #fff;
}

.site-desc .less-width {
    max-width: 630px;
    margin: 0 auto;
}

.site-desc .less-width p {
    margin-bottom: 15px;
}

.site-desc .img-wrap {
    margin-bottom: 30px;
}

.notice-sec {
    background-color: #212121;
    padding: 25px 0;
}

.notice-sec h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 28px;
    font-family: 'Merriweather', sans-serif;
    text-transform: none;
    font-weight: 200;
}

@media(max-width: 1300px) {
    .event-banner h1 {
        font-size: 48px;
    }
}

@media(max-width: 1199px) {
    .event-banner h1 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .event-banner h1 small {
        font-size: 20px;
    }

    .adp-sec .holder h3 {
        font-size: 20px;
    }

    .adp-sec .holder {
        font-size: 18px;
    }

}

@media(max-width: 991px) {
    .event-banner .banner-image img {
        object-fit: cover;
        object-position: center;
        aspect-ratio: 16/9;
    }

    .colTwo-sec .btm-gutter8 {
        margin-bottom: 40px;
    }

    .adp-sec .holder h3 {
        margin-bottom: 10px;
    }

    .adp-sec .img-wrap {
        margin: 10px 0;
    }

    .site-desc {
        font-size: 18px;
    }

    .colTwo-sec {
        font-size: 16px;
    }

    .notice-sec h2 {
        font-size: 20px;
    }
}

@media(max-width: 479px) {
    .event-banner .holder {
        padding: 40px 0;
    }

    .event-banner h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .event-banner h1 small {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .event-quote h2 {
        font-size: 25px;
        line-height: 1.5;
    }

    .adp-sec .holder {
        font-size: 16px;
    }

    .adp-sec .holder h3 {
        margin-bottom: 10px;
    }

    .adp-sec .holder h3 {
        font-size: 18px;
    }

    .site-desc {
        font-size: 16px;
        padding: 40px 0;
    }
}

/* Event Single 2024 */
.event-banner2024 {
    background: linear-gradient(102deg, #DC3545 0%, #01396A 100%);
    min-height: 650px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 50px 0;
}

.event-banner2024 .popout {
    border-radius: 200px;
    border: 1px solid rgba(220, 53, 69, 0.70);
    background: linear-gradient(92deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.15) 100.66%);
    backdrop-filter: blur(4px);
    text-transform: uppercase;
    padding: 12px 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    display: inline-flex;
    gap: 5px;
    margin-bottom: 25px;
}

.event-banner2024 h1 {
    color: #FFF;
    font-family: 'Merriweather', sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.event-banner2024 .h4 {
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: none;
}

.event-banner2024 .event-hold {
    list-style-type: none;
    padding: 0;
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
    gap: 55px;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.event-banner2024 .event-hold li {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    z-index: 1;
}

.event-banner2024 .event-hold li:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -28px;
    width: 1px;
    background: #fff;
}

.event-banner2024 .event-hold li:last-child:before {
    display: none;
}

.event-banner2024 .btn-wrap {
    padding-top: 25px;
}

.event-banner2024 .btn-white {
    color: #DC3545;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #fff;
    transition: .2s all ease-in-out;
}

.event-banner2024 .btn-white:hover {
    background: #DC3545;
    color: #fff;
}

.countDown {
    background: linear-gradient(91deg, rgba(220, 53, 69, 0.10) 0%, rgba(1, 57, 106, 0.10) 100%);
    padding: 30px 0;
}

.countDown ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    gap: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.countDown ul li {
    position: relative;
    z-index: 1;
    color: #01396A;
    font-family: 'Merriweather', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.countDown ul li:nth-child(even) {
    color: #DC3545;
}

.countDown ul li:before {
    position: absolute;
    content: ':';
    top: 50%;
    transform: translateY(-50%);
    right: -125px;
    font-family: 'Oswald', sans-serif;
    color: rgba(0, 0, 0, 0.60);
}

.countDown ul li:last-child:before {
    display: none;
}

.countDown ul li span {
    display: block;
    color: rgba(0, 0, 0, 0.60);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: 'Oswald', sans-serif;
}

.doubleColumn {
    padding: 100px 0;
    line-height: 30px;
}

.doubleColumn .row {
    align-items: center;
}

.doubleColumn h4 {
    color: rgba(0, 0, 0, 0.60);
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.doubleColumn h2 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
    font-family: 'Merriweather', sans-serif;
    letter-spacing: 1px;
}

.doubleColumn h2 span {
    color: #01396A;
}

.doubleColumn .hashTag {
    display: block;
    color: #DC3545;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.eventCards {
    padding-bottom: 100px;
}

.eventCards h2 {
    color: #000;
    font-family: 'Merriweather', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    text-transform: none;
    line-height: normal;
    text-align: center;
    margin-bottom: 50px;
}

.eventCards h2 span {
    color: #01396A;
}

.eventCards .cardsWrap:not(.slick-initialized),
.eventCards .cardsWrap .slick-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.eventCards .cardsWrap .card {
    position: relative;
    border: 0;
    overflow: hidden;
    border-radius: 0 0 6px 6px;
    background: #FFF;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.eventCards .cardsWrap .card img {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.eventCards .cardsWrap .card .bottom {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.eventCards .cardsWrap .card h3 {
    color: #000;
    font-family: 'Merriweather', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 0;
    line-height: 1;
}

.eventCards .cardsWrap .card .bio {
    position: relative;
    z-index: 1;
    background: #DC3545;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    transition: .2s all ease-in-out;
}

.eventCards .cardsWrap .card .bio:hover {
    padding-right: 20px;
}

.eventCards .cardsWrap .card .bio:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    height: 8px;
    width: 8px;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    transition: .2s all ease-in-out;
    opacity: 0;
}

.eventCards .cardsWrap .card .bio:hover:after {
    right: 8px;
    opacity: 1;
}

.eventCards .cardsWrap.infoSliderThumb.slick-initialized {
    display: block !important;
}

.eventCards .cardsWrap .slick-track {
    transform: none !important;
    width: 100% !important;
    opacity: 1 !important;
    display: flex !important;
    padding-bottom: 20px;
}

.eventCards .cardsWrap .slick-track:before,
.eventCards .cardsWrap .slick-track:after {
    display: none !important;
}

.eventCards .cardsWrap.infoSliderThumb .card {
    max-width: 400px;
    width: 100% !important;
}

.infoSlider {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.infoSlider h2 {
    color: #000;
    font-family: 'Merriweather', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    text-transform: none;
}

.infoSlider h2 span {
    color: #01396A;
}

.infoSlider h2 small {
    display: block;
    color: rgba(0, 0, 0, 0.60);
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.infoSlider .slideItem {
    color: rgba(0, 0, 0, 0.60);
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
    padding: 20px 40px;
    text-align: center;
}

.infoSlider .slider-wrapper>.slideItem {
    display: none;
}

.infoSlider .slider-wrapper>.slideItem:first-child {
    display: block;
}

.infoSlider .slideItem .color {
    color: #01396A;
    font-weight: 400;
}

.infoSlider .slideItem .author {
    display: block;
    color: #01396A;
    text-align: center;
    font-family: 'Merriweather', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.infoSlider .slick-dots {
    padding-top: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.infoSlider .slick-dots li {
    line-height: 0;
}

.infoSlider .slick-dots li button {
    width: 30px;
    border-radius: 100px;
    height: 3px;
    background: rgba(0, 0, 0, .10);
    margin: 0;
    padding: 0;
    border: 0;
    transition: .2s all ease-in-out;
}

.infoSlider .slick-dots li.slick-active button {
    background: #DC3545;
}

.eventCTA {
    padding: 125px 0;
    background: rgba(1, 57, 106, 0.90);
    color: #fff;
}

.eventCTA .row {
    align-items: center;
}

.eventCTA .btn-white {
    color: #DC3545;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #fff;
    transition: .2s all ease-in-out;
}

.eventCTA .btn-white:hover {
    background: #DC3545;
    color: #fff;
}

.eventCTA h3 {
    color: #FFF;
    font-family: 'Merriweather', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
}

.eventCTA a:not(.btn) {
    color: #fff;
    display: inline-block;
}

.eventCTA h2 {
    color: #FFF;
    font-family: 'Merriweather', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

@media(max-width: 1199px) {
    .countDown ul {
        gap: 150px;
    }

    .countDown ul li:before {
        right: -75px;
    }
}

@media(max-width: 991px) {
    .event-banner2024 .popout {
        line-height: 1.7;
        font-size: 18px;
    }

    .event-banner2024 h1 {
        font-size: 40px;
    }

    .event-banner2024 .event-hold {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .event-banner2024 .event-hold li:before {
        display: none;
    }
}

@media(max-width: 767px) {
    .countDown ul {
        gap: 70px;
    }

    .countDown ul li:before {
        right: -40px;
    }

    .doubleColumn {
        padding: 50px 0;
    }

    .doubleColumn h2 {
        font-size: 32px;
    }

    .eventCards h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .eventCards {
        padding-bottom: 50px;
    }

    .infoSlider .slideItem {
        padding: 10px 0;
    }

    .eventCTA {
        padding: 50px 0;
        text-align: center;
    }

    .eventCTA .text-right {
        text-align: center !important;
    }
}

@media(max-width: 575px) {
    .event-banner2024 .popout {
        font-size: 16px;
        line-height: 2;
        padding: 5px 20px;
    }

    .event-banner2024 h1 {
        font-size: 30px;
    }

    .event-banner2024 .h4 {
        font-size: 17px;
        font-weight: 500;
    }

    .event-banner2024 .event-hold {
        font-size: 16px;
    }

    .event-banner2024 .event-hold li {
        justify-content: center;
    }

    .countDown ul {
        gap: 35px;
    }

    .countDown ul li {
        font-size: 30px;
    }

    .countDown ul li:before {
        right: -23px;
    }

    .countDown ul li span {
        font-size: 14px;
    }

    .doubleColumn h2 {
        font-size: 25px;
    }

    .infoSlider {
        padding: 50px 0;
    }

    .infoSlider h2 {
        font-size: 30px;
    }

    .infoSlider .slideItem {
        font-size: 18px;
        line-height: 30px;
    }

    .eventCTA h3 {
        font-size: 18px;
    }

    .eventCTA h2 {
        font-size: 20px;
    }

    .eventCards .cardsWrap .card .bottom {
        padding: 10px 20px;
    }

    .eventCards .cardsWrap .card h3 {
        font-size: 16px;
    }
}