@font-face {
    font-family: 'nagietha_regular';
    src: url('../webfonts/nagietha-webfont.woff2') format('woff2'),
         url('../webfonts/nagietha-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html{
	scroll-behavior: smooth;
}
body{
    font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #6b6969;
	background-color: #FFF;
	width: 100%;
	overflow-x: hidden;
	font-weight: 500;
}

/********************************************************************************
* General :: Links & Buttons
*********************************************************************************/
/* Links
----------------------------------------------- */
a{
	color: #bc1823;
	
	transition: all .2s ease-in;
}

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

.link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

/* Buttons
----------------------------------------------- */
.btn,
.vfbp-form .btn-primary,
.wp-block-button__link,
.give-btn,
body .hustle-ui .hustle-button, body .hustle-ui a.hustle-button, body .hustle-ui button.hustle-button,
body .hustle-ui.hustle_module_id_2[data-id="2"] .hustle-layout .hustle-layout-body .hustle-layout-form .hustle-button-submit{
	color: #FFF;
	background-color: #0d4a82;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1;
	letter-spacing: .1em;
	border: none;
	padding: 15px 30px;
	text-shadow: none;
	font-weight: 600;
  	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16),0px 2px 5px 0 rgba(0, 0, 0, 0.26);
	border-radius: 3px;
	
	transition: all 0.2s ease-in-out;
}
.btn:hover, .btn:active, .btn:focus,
.vfbp-form .btn-primary:hover, .vfbp-form .btn-primary:focus, .vfbp-form .btn-primary.focus, .vfbp-form .btn-primary:active, .vfbp-form .btn-primary.active, .vfbp-form .open > .dropdown-toggle.btn-primary,
.wp-block-button__link:hover, .wp-block-button__link:active, .wp-block-button__link:focus,
.btn-outline:hover, .btn-outline:active, .btn-outline:focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:active, .wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button__link.is-style-outline:hover, .wp-block-button__link.is-style-outline:active, .wp-block-button__link.is-style-outline:focus,
.give-btn:hover, .give-btn:active, .give-btn:focus{
	color: #FFF;
	background-color: #e21f26;
	border-color: #e21f26;
}
.btn:active{
	position:relative;
	top: 1px;
}



.main .forminator-ui.forminator-custom-form[data-design="default"] .forminator-button{ 
	color: #FFF !important;
	background-color: #0d4a82 !important;
	font-family: 'Oswald', sans-serif !important;
	text-transform: uppercase !important;
	font-size: 16px !important;
	line-height: 1 !important;
	letter-spacing: .1em !important;
	border: none !important;
	padding: 15px 30px !important;
	text-shadow: none !important;
	font-weight: 600 !important;
  	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16),0px 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
	border-radius: 3px !important;
	
	transition: all 0.2s ease-in-out !important;
} 

.main .forminator-ui.forminator-custom-form[data-design="default"] .forminator-button:hover {
	background-color: #e11f26 !important;
}

.btn-small, .btn-sm, .give-btn,
body .hustle-ui .hustle-button, body .hustle-ui a.hustle-button, body .hustle-ui button.hustle-button,
body .hustle-ui.hustle_module_id_2[data-id="2"] .hustle-layout .hustle-layout-body .hustle-layout-form .hustle-button-submit, .has-small-font-size .wp-block-button__link{
	font-size: 12px;	
}
.btn-large, .btn-lg, .wp-block-buttons > .wp-block-button.has-custom-font-size.has-large-font-size .wp-block-button__link, .has-large-font-size .wp-block-button__link{
	font-size: 20px;
	padding: 20px 50px;
}
.btn-xlarge, .btn-xl, .has-huge-font-size .wp-block-button__link{
	font-size: 36px;
	padding: 20px 50px;
}
.btn.icon-left i{
	position:absolute;
	height: 100%;
	padding: 15px 10px 0 20px;
	text-align:center;
	top: 0;
	left: 0;
	font-size: 18px;
}
.btn.icon-left{
	text-align:left;
	padding-left: 60px;
	position:relative;
}
.btn.icon-right i{
	position:absolute;
	height: 100%;
	padding: 15px 20px 0 10px;
	text-align:center;
	top: 0;
	right: 0;
	font-size: 18px;
}
.btn.icon-right{
	text-align:left;
	padding-right: 60px;
	position:relative;
}
.btn.icon-left:active i, .btn.icon-right:active i{
	position: absolute;
}
.btn-large.icon-left i, .btn-large.icon-right i{
	padding: 23px 20px;
	font-size: 24px;
}

.btn-secondary{
	color: #FFF;
	background-color: #6d92b4;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{
	color: #FFF;
	background-color: #e21f26;
}

.btn-tertiary,
.give-submit-button-wrap .give-submit, [id^="give-user-login-submit"] .give-submit{
	color: #FFF;
	background-color: #bc1823;
}
.btn-tertiary:hover, .btn-tertiary:active, .btn-tertiary:focus,
.give-submit-button-wrap .give-submit:hover, [id^="give-user-login-submit"] .give-submit:hover{
	color: #FFF;
	background-color: #e21f26;
}

.btn-outline,
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline{
	box-shadow: none;
	border: 3px solid;
}

.btn-text{
	background: none;
	box-shadow: none;
	color: #0d4a82;
	padding: 0;
}
.btn-text:hover, .btn-text:active, .btn-text:focus{
	color: #e21f26;
	background-color: transparent;
}

/********************************************************************************
* General :: Headings
*********************************************************************************/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	color: #00122b;
    font-family: 'Oswald', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
h1, .h1{
	font-size: 60px;
}
h2, .h2{
	font-size: 48px;
}
h3, .h3{
	font-size: 30px;
	letter-spacing: .025em;
}
h4, .h4{
	font-size: 24px;
	letter-spacing: .025em;
}
h5, .h5{
	font-size: 20px;
	letter-spacing: .025em;
}
h6, .h6{
	font-size: 18px;
	letter-spacing: .025em;
}

.subtitle{
	font-size: 4em;
	font-family: 'nagietha_regular', sans-serif;
	line-height: .35;
	letter-spacing: normal;
	color: #6d92b4;
	font-weight: normal;
}

/********************************************************************************
* General :: Elements
*********************************************************************************/
p{
	margin-bottom: 1.5rem;
}

/* Elements :: Horizontal Rules
----------------------------------------------- */
hr, .wp-block-separator{
	border: none;
	border-bottom: 2px solid rgba(8,59,105,.1);
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	opacity: 1;
}

hr.hr-styled, .wp-block-separator.is-style-dots{
	height: 22px;
	width: 100%;
	background-image: url('../img/hr-stars.svg') !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-color: transparent !important;
	border: none !important;
	position: relative;
	overflow: hidden;
	
	margin: 1rem 0;
}
hr.hr-styled:after, .wp-block-separator.is-style-dots:after{
	content: '';
	width: 9999px;
	height: 2px;
	background-color: rgba(8,59,105,.1);
	position: absolute;
	left: 150px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.text-center hr.hr-styled, .wp-block-separator.is-style-dots{
	margin: 1rem auto;
	background-position: center !important;
}
.text-center hr.hr-styled:after, .wp-block-separator.is-style-dots:after{
	display: none;
}

.text-right hr.hr-styled{
	margin: 1rem 0 1rem auto;
	background-position: right center;
}
.text-right hr.hr-styled:after{
	right: 150px;
	left: auto;
}

.wp-block-separator.is-style-dots::before {
	display: none;
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 2px;
}

/* Elements :: Blockquotes
----------------------------------------------- */
blockquote, .wp-block-quote{
	border-radius: 0;
	display:block;
	border-top: 2px solid rgba(0,18,43,.1);
	border-bottom: 2px solid rgba(0,18,43,.1);
	padding: 2em 0;
	margin: 4em 0;
	position: relative;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: normal;
	border-left: none;
	text-align: center;
}
blockquote::before, .wp-block-quote:before{
	content: "\201C";
	font-family: 'Oswald', sans-serif;
	font-size: 8em;
	font-weight: 700;
	color: #6d92b4;
	position: absolute;
	left: 50%;
	top: -.45em;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
blockquote > :last-child, .wp-block-quote > :last-child{
	margin-bottom: 0;
}
.blockquote-footer, .wp-block-quote cite, .wp-block-quote footer{
	font-weight: 600;
	color: rgba(0, 0, 0, .5);
	text-decoration: none;
	font-family: "Montserrat";
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: .75em;
}

.wp-block-quote:not(.is-style-script) p{
	font-size: 2em;
	font-family: 'Oswald', sans-serif;
	color: #6d92b4;
	margin-bottom: .75em;
	text-transform: uppercase;
}
.wp-block-quote.is-style-script p{
	font-size: 5em;
	font-family: 'nagietha_regular', sans-serif;
	color: #6d92b4;
	text-transform: none;
	line-height: .6;
	max-width: 850px;
	margin: 0 auto .1em auto;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large{
	margin: 0 0 1.5em;
	padding: 1em 2em 1em 3.5em;
	border-left: 12px solid #018be2;
}

.wp-block-pullquote{
	border-top: 4px solid rgba(0,18,43,.1);
	border-bottom: 4px solid rgba(0,18,43,.1);
	padding: 2em 0;
	color: #818181;
	margin: 0 0 1.5em;
}
.wp-block-pullquote blockquote{
	background-color: transparent;
	margin: 0;
	padding: 0;
	border-left: none;
}
.wp-block-pullquote blockquote::before{
	display: none;
}
.wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer{
	color: rgba(0, 0, 0, .5);
}

blockquote.blockquote-large{
	font-family: "Montserrat", serif;
	font-size: 40px;
	font-weight: 700;
	background-color: transparent;
	border: none;
}
blockquote.blockquote-large::before{
	font-size: 150px;
	font-weight: 700;
	color: inherit;
	position: relative;
	display: block;
	top: auto;
	left: auto;
	line-height: 0;
	margin-bottom: 2rem;
	
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
blockquote.blockquote-large .blockquote-footer {
	font-size: .5em;
}
/* Elements :: Tables
----------------------------------------------- */
.table, .wp-block-table{
	margin-bottom: 1.5rem;
}
.table td, .table th,
.wp-block-table td, .wp-block-table th{
	padding: .75rem;
	vertical-align: top;
	border: 2px solid #e6ebf0;
}
.wp-block-table figcaption, .wp-block-video figcaption {
    color: rgba(0, 0, 0, .5);
}

/* Elements :: Images
----------------------------------------------- */
.alignright{
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;	
}
.alignleft{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;	
}
.aligncenter{
	float: none;
	margin: 0 auto 30px auto;
}
.alignfull{
	margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
	width: auto;
    max-width: 1000%;
}

.main .alignleft, .main .alignright, .main .aligncenter, .main .alignnone{
	max-width: 100%;
	height: auto;
	display: block;
}
.img-thumbnail{
	border: none;
	padding: 0;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16),0px 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.thumbnail > img{
	max-width: 100%;
	height: auto;
	display: block;
}
.thumbnail > .caption{
	padding: 10px 15px;
	font-size: 12px;
	font-style: italic;
	background-color: #e6ebf0;
}

/********************************************************************************
* General :: Lists
*********************************************************************************/

/* Lists :: Typography
----------------------------------------------- */
.styled-list h1, .styled-list h2, .styled-list h3, .styled-list h4, .styled-list h5, .styled-list h6{
	margin-bottom: 8px;
    margin-top: 3px;	
}
.styled-list p{
	margin-bottom: 5px;	
}

/* Lists :: Unordered
----------------------------------------------- */
ul.styled-list, ul.is-style-styled-list{
	list-style: none;
	margin: 0 0 1.5rem 1.5rem;
	padding: 0;
	text-align: left;
}
ul.styled-list li, ul.is-style-styled-list li{
    display: block;
    list-style: none outside none;
    padding: 1em 0 0 2.5rem;
    position: relative;
	line-height: normal;
}
ul.styled-list > li:last-child, ul.is-style-styled-list > li:last-child{
	padding-bottom: 0;
}
ul.styled-list li:before, ul.is-style-styled-list li:before{
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	content:"\f138";
	color: #6d92b4;
    display: block;
    font-size: 1.25em;
    position: absolute;
    top: .75em;
    left: 0;
}

ul.styled-list li ul, ul.is-style-styled-list li ul{
    padding-left: 0;
}
ul.styled-list li ul li, ul.is-style-styled-list li ul li{
	padding-bottom: 0;
	padding-top: .5em;
	padding-left: 1.5em;
	font-size: .8em;
}
ul.styled-list li ul li:before, ul.is-style-styled-list li ul li:before{
	content:"\f054";
	font-size: 1em;
	left: 0;
	top: .5em;
}

/* Lists :: Ordered
----------------------------------------------- */
ol.styled-list, ol.is-style-styled-list {
    list-style-type: none;
     
    margin: 0 0 1.5rem 3em;
    padding: 0;
     
    counter-reset: li-counter;
}
ol.styled-list > li, ol.is-style-styled-list > li{
    position: relative;
    padding: .75em 0 0 .5em;
}
ol.styled-list > li:first-child, ol.is-style-styled-list > li:first-child{
	padding-top: 0;
}
ol.styled-list > li:before, ol.is-style-styled-list > li:before {
    position: absolute;
    top: .65em;
    right: calc(100% + .9em);
     
    font-size: 1.25em;
	font-weight: 600;
	line-height: 1;
    text-align: center;
    color: #6d92b4;
	font-family: 'Montserrat', sans-serif;
 
    content: counter(li-counter);
    counter-increment: li-counter;
}
ol.styled-list > li:first-child:before, ol.is-style-styled-list > li:first-child:before{
    top: 0;
}

/* Lists :: Multi-Column
----------------------------------------------- */
.two-column-list {
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
	-moz-column-count: 2;
    -moz-column-gap: 30px;
	-ms-column-count: 2;
    -ms-column-gap: 30px;
     column-count: 2;
     column-gap: 30px;
}
.three-column-list {
    -webkit-column-count: 3;
    -webkit-column-gap: 30px;
	-moz-column-count: 3;
    -moz-column-gap: 30px;
    -ms-column-count: 3;
    -ms-column-gap: 30px;
     column-count: 3;
     column-gap: 30px;
}
.two-column-list li, .three-column-list li, .two-column-list.styled-list li, .three-column-list.styled-list li{
	display: inline-block;
	width: 100%;
}
.two-column-list.styled-list li, .three-column-list.styled-list li{
	border: none;
}

/********************************************************************************
* General :: Forms
*********************************************************************************/
.form-control, .vfbp-form .vfb-form-control,
#give-recurring-form .form-row .give-input-field-wrapper, #give-recurring-form .form-row input[type="email"], #give-recurring-form .form-row input[type="password"], #give-recurring-form .form-row input[type="tel"], #give-recurring-form .form-row input[type="text"], #give-recurring-form .form-row input[type="url"], #give-recurring-form .form-row select, #give-recurring-form .form-row textarea, form.give-form .form-row .give-input-field-wrapper, form.give-form .form-row input[type="email"], form.give-form .form-row input[type="password"], form.give-form .form-row input[type="tel"], form.give-form .form-row input[type="text"], form.give-form .form-row input[type="url"], form.give-form .form-row select, form.give-form .form-row textarea, form[id*="give-form"] .form-row .give-input-field-wrapper, form[id*="give-form"] .form-row input[type="email"], form[id*="give-form"] .form-row input[type="password"], form[id*="give-form"] .form-row input[type="tel"], form[id*="give-form"] .form-row input[type="text"], form[id*="give-form"] .form-row input[type="url"], form[id*="give-form"] .form-row select, form[id*="give-form"] .form-row textarea,
form[id*="give-form"] .give-donation-amount #give-amount, form[id*="give-form"] .give-donation-amount #give-amount-text,
form[id*="give-form"] .give-donation-amount .give-currency-symbol,
form[id*="give-form"] #give-final-total-wrap .give-final-total-amount, form[id*="give-form"] #give-final-total-wrap .give-donation-total-label{
	padding: .75rem 1rem;
	background: #FFF;
	border-color: #e6ebf0;
	border-radius: 3px;
	border-style: solid;
	border-width: 2px;
	box-shadow: none;
	height: auto;

	transition: all 0.36s ease 0s;
}
.form-control:focus, .vfbp-form .vfb-form-control:focus,
#give-recurring-form .form-row .give-input-field-wrapper:focus, #give-recurring-form .form-row input[type="email"]:focus, #give-recurring-form .form-row input[type="password"]:focus, #give-recurring-form .form-row input[type="tel"]:focus, #give-recurring-form .form-row input[type="text"]:focus, #give-recurring-form .form-row input[type="url"]:focus, #give-recurring-form .form-row select:focus, #give-recurring-form .form-row textarea:focus, form.give-form .form-row .give-input-field-wrapper:focus, form.give-form .form-row input[type="email"]:focus, form.give-form .form-row input[type="password"]:focus, form.give-form .form-row input[type="tel"]:focus, form.give-form .form-row input[type="text"]:focus, form.give-form .form-row input[type="url"]:focus, form.give-form .form-row select:focus, form.give-form .form-row textarea:focus, form[id*="give-form"] .form-row .give-input-field-wrapper:focus, form[id*="give-form"] .form-row input[type="email"]:focus, form[id*="give-form"] .form-row input[type="password"]:focus, form[id*="give-form"] .form-row input[type="tel"]:focus, form[id*="give-form"] .form-row input[type="text"]:focus, form[id*="give-form"] .form-row input[type="url"]:focus, form[id*="give-form"] .form-row select:focus, form[id*="give-form"] .form-row textarea:focus,
form[id*="give-form"] .give-donation-amount #give-amount:focus, form[id*="give-form"] .give-donation-amount #give-amount-text:focus,
form[id*="give-form"] #give-final-total-wrap .give-final-total-amount:focus, form[id*="give-form"] #give-final-total-wrap .give-donation-total-label:focus,
body .hustle-ui.module_id_2 .hustle-field .hustle-input:hover, body .hustle-ui.module_id_2 .hustle-field .hustle-input:focus{
	border-color: #bc1823;
	box-shadow: none;
}
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child), 
form[id*="give-form"] .give-donation-amount .give-currency-symbol.give-currency-position-before, form[id*="give-form"] #give-final-total-wrap .give-donation-total-label {
    border-radius: 3px 0 0 3px;
}

/* Forms :: Visual Form Builder Only
----------------------------------------------- */
.vfb-well {
    background-color: #E6EBF0;
    border: none;
    border-radius: 5px;
    overflow: hidden;
}
.vfbp-form .btn-primary{
	width: 100%;	
}

/* Forms :: Give WP Only
----------------------------------------------- */
#give-recurring-form .give-section-break, #give-recurring-form h3.give-section-break, #give-recurring-form h4.give-section-break, #give-recurring-form legend, form.give-form .give-section-break, form.give-form h3.give-section-break, form.give-form h4.give-section-break, form.give-form legend, form[id*="give-form"] .give-section-break, form[id*="give-form"] h3.give-section-break, form[id*="give-form"] h4.give-section-break, form[id*="give-form"] legend {
    border-bottom: 2px solid #00122b;
    color: #00122b;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}
#give-recurring-form .form-row label, form.give-form .form-row label, form[id*="give-form"] .form-row label{
	font-weight: 700;
	font-size: 14px;
	color: #00122b;
	text-transform: uppercase;
	letter-spacing: .075em;
}

form[id*="give-form"] .give-donation-amount .give-currency-symbol.give-currency-position-before, form[id*="give-form"] #give-final-total-wrap .give-donation-total-label {
    border-left: 2px solid #e6ebf0;
	border-right: none;
	background-color: #e6ebf0;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #00122b;
}

/********************************************************************************
* General :: Backgrounds/Colors
*********************************************************************************/

/* Backgrounds :: Primary
----------------------------------------------- */
.has-primary-color {
	color: #0d4a82 !important;
}
.section-primary, .section-primary.card, .has-primary-background-color {
	background-color: #0d4a82;
}

/* Backgrounds :: Secondary
----------------------------------------------- */
.has-secondary-color {
	color: #6d92b4 !important;
}
.section-secondary, .section-secondary.card, .has-secondary-background-color {
	background-color: #6d92b4;
}
.section-secondary a{
	color: #FFF;
}
.section-secondary a:hover, .section-secondary a:focus{
	color: #e21f26;
}

/* Backgrounds :: Tertiary
----------------------------------------------- */
.has-tertiary-color {
	color: #bc1823 !important;
}
.section-tertiary, .section-tertiary.card, .has-tertiary-background-color {
	background-color: #bc1823;
}

/* Backgrounds :: Warning
----------------------------------------------- */
.has-warning-color {
	color: #f2ba1f !important;
}
.section-warning, .section-warning.card, .has-warning-background-color {
	background-color: #f2ba1f;
}

/* Backgrounds :: White
----------------------------------------------- */
.has-white-color {
	color: #FFF !important;
}
.section-none, .section-white, .has-white-background-color {
	background-color: #FFF;
}

/* Backgrounds :: Light
----------------------------------------------- */
.has-light-color {
	color: #e6ebf0 !important;
}
.section-light, .section-light.card, .has-light-background-color {
	background-color: #e6ebf0;
}

/* Backgrounds :: Mid
----------------------------------------------- */
.has-mid-color {
	color: #6b6969 !important;
}
.section-mid, .section-mid.card, .has-mid-background-color {
	background-color: #6b6969;
}

/* Backgrounds :: Dark
----------------------------------------------- */
.has-dark-color {
	color: #00122b !important;
}
.section-dark, .section-dark.card, .has-dark-background-color {
	background-color: #00122b;
}

/* Backgrounds :: Common
----------------------------------------------- */
.section-primary, .section-primary.card,
.section-secondary, .section-secondary.card,
.section-tertiary, .section-tertiary.card,
.section-warning, .section-warning.card,
.section-mid, .section-mid.card,
.section-dark, .section-dark.card {
	color: #b0b2b7;
}
.section-primary a:not(.btn),
.section-tertiary a:not(.btn),
.section-warning a:not(.btn),
.section-mid a:not(.btn),
.section-dark a:not(.btn),
.section-primary a.btn-text,
.section-tertiary a.btn-text,
.section-warning a.btn-text,
.section-mid a.btn-text,
.section-dark a.btn-text{
	color: #6d92b4;
}
.section-primary a:not(.btn):hover, .section-primary a:not(.btn):focus,
.section-secondary a:not(.btn):hover, .section-secondary a:not(.btn):focus,
.section-tertiary a:not(.btn):hover, .section-tertiary a:not(.btn):focus,
.section-warning a:not(.btn):hover, .section-warning a:not(.btn):focus,
.section-mid a:not(.btn):hover, .section-mid a:not(.btn):focus,
.section-dark a:not(.btn):hover, .section-dark a:not(.btn):focus,
.section-primary a.btn-text:hover, .section-primary a.btn-text:focus,
.section-secondary a.btn-text:hover, .section-secondary a.btn-text:focus,
.section-tertiary a.btn-text:hover, .section-tertiary a.btn-text:focus,
.section-warning a.btn-text:hover, .section-warning a.btn-text:focus,
.section-mid a.btn-text:hover, .section-mid a.btn-text:focus,
.section-dark a.btn-text:hover, .section-dark a.btn-text:focus{
	color: #e21f26;
}
.section-primary hr.hr-styled,
.section-secondary hr.hr-styled,
.section-tertiary hr.hr-styled,
.section-warning hr.hr-styled,
.section-mid hr.hr-styled{
	background-color: #FFF;
}
.section-primary hr, .section-primary .wp-block-separator,
.section-secondary hr, .section-secondary .wp-block-separator,
.section-tertiary hr, .section-tertiary .wp-block-separator,
.section-warning hr, .section-warning .wp-block-separator,
.section-mid hr, .section-mid .wp-block-separator,
.section-dark hr, .section-dark .wp-block-separator{
	border-bottom: 2px solid rgba(255,255,255,.1);
}

.section-primary h1:not(.card-title), .section-primary h2:not(.card-title), .section-primary h3:not(.card-title), .section-primary h4:not(.card-title), .section-primary h5:not(.card-title), .section-primary h6:not(.card-title),
.section-primary .h1:not(.card-title), .section-primary .h2:not(.card-title), .section-primary .h3:not(.card-title), .section-primary .h4:not(.card-title), .section-primary .h5:not(.card-title), .section-primary .h6:not(.card-title),
.section-primary.card h1, .section-primary.card h2, .section-primary.card h3, .section-primary.card h4, .section-primary.card h5, .section-primary.card h6,
.section-primary.card .h1, .section-primary.card .h2, .section-primary.card .h3, .section-primary.card .h4, .section-primary.card .h5, .section-primary.card .h6,
.section-secondary h1:not(.card-title), .section-secondary h2:not(.card-title), .section-secondary h3:not(.card-title), .section-secondary h4:not(.card-title), .section-secondary h5:not(.card-title), .section-primary h6:not(.card-title),
.section-secondary .h1:not(.card-title), .section-secondary .h2:not(.card-title), .section-secondary .h3:not(.card-title), .section-secondary .h4:not(.card-title), .section-secondary .h5:not(.card-title), .section-secondary .h6:not(.card-title),
.section-secondary.card h1, .section-secondary.card h2, .section-secondary.card h3, .section-secondary.card h4, .section-secondary.card h5, .section-secondary.card h6,
.section-secondary.card .h1, .section-secondary.card .h2, .section-secondary.card .h3, .section-secondary.card .h4, .section-secondary.card .h5, .section-secondary.card .h6,
.section-tertiary h1:not(.card-title), .section-tertiary h2:not(.card-title), .section-tertiary h3:not(.card-title), .section-tertiary h4:not(.card-title), .section-tertiary h5:not(.card-title), .section-tertiary h6:not(.card-title),
.section-tertiary .h1:not(.card-title), .section-tertiary .h2:not(.card-title), .section-tertiary .h3:not(.card-title), .section-tertiary .h4:not(.card-title), .section-tertiary .h5:not(.card-title), .section-tertiary .h6:not(.card-title),
.section-tertiary.card h1, .section-tertiary.card h2, .section-tertiary.card h3, .section-tertiary.card h4, .section-tertiary.card h5, .section-tertiary.card h6,
.section-tertiary.card .h1, .section-tertiary.card .h2, .section-tertiary.card .h3, .section-tertiary.card .h4, .section-tertiary.card .h5, .section-tertiary.card .h6,
.section-warning h1:not(.card-title), .section-warning h2:not(.card-title), .section-warning h3:not(.card-title), .section-warning h4:not(.card-title), .section-warning h5:not(.card-title), .section-warning h6:not(.card-title),
.section-warning .h1:not(.card-title), .section-warning .h2:not(.card-title), .section-warning .h3:not(.card-title), .section-warning .h4:not(.card-title), .section-warning .h5:not(.card-title), .section-warning .h6:not(.card-title),
.section-warning.card h1, .section-warning.card h2, .section-warning.card h3, .section-warning.card h4, .section-warning.card h5, .section-warning.card h6,
.section-warning.card .h1, .section-warning.card .h2, .section-warning.card .h3, .section-warning.card .h4, .section-warning.card .h5, .section-warning.card .h6,
.section-mid h1:not(.card-title), .section-mid h2:not(.card-title), .section-mid h3:not(.card-title), .section-mid h4:not(.card-title), .section-mid h5:not(.card-title), .section-mid h6:not(.card-title),
.section-mid .h1:not(.card-title), .section-mid .h2:not(.card-title), .section-mid .h3:not(.card-title), .section-mid .h4:not(.card-title), .section-mid .h5:not(.card-title), .section-mid .h6:not(.card-title),
.section-mid.card h1, .section-mid.card h2, .section-mid.card h3, .section-mid.card h4, .section-mid.card h5, .section-mid.card h6,
.section-mid.card .h1, .section-mid.card .h2, .section-mid.card .h3, .section-mid.card .h4, .section-mid.card .h5, .section-mid.card .h6,
.section-dark h1:not(.card-title), .section-dark h2:not(.card-title), .section-dark h3:not(.card-title), .section-dark h4:not(.card-title), .section-dark h5:not(.card-title), .section-dark h6:not(.card-title),
.section-dark .h1:not(.card-title), .section-dark .h2:not(.card-title), .section-dark .h3:not(.card-title), .section-dark .h4:not(.card-title), .section-dark .h5:not(.card-title), .section-dark .h6:not(.card-title),
.section-dark.card h1, .section-dark.card h2, .section-dark.card h3, .section-dark.card h4, .section-dark.card h5, .section-dark.card h6,
.section-dark.card .h1, .section-dark.card .h2, .section-dark.card .h3, .section-dark.card .h4, .section-dark.card .h5, .section-dark.card .h6{
	color: #FFF;
}
.section-primary .border-top, .section-primary .border-bottom, .section-primary .border-left, .section-primary .border-right, .section-primary .border,
.section-secondary .border-top, .section-secondary .border-bottom, .section-secondary .border-left, .section-secondary .border-right, .section-secondary .border,
.section-tertiary .border-top, .section-tertiary .border-bottom, .section-tertiary .border-left, .section-tertiary .border-right, .section-tertiary .border,
.section-warning .border-top, .section-warning .border-bottom, .section-warning .border-left, .section-warning .border-right, .section-warning .border,
.section-mid .border-top, .section-mid .border-bottom, .section-mid .border-left, .section-mid .border-right, .section-mid .border,
.section-dark .border-top, .section-dark .border-bottom, .section-dark .border-left, .section-dark .border-right, .section-dark .border{
    border-color: rgba(255,255,255,.1) !important;
}

.section-primary ul.styled-list li:before,
.section-secondary ul.styled-list li:before,
.section-tertiary ul.styled-list li:before,
.section-warning ul.styled-list li:before,
.section-mid ul.styled-list li:before,
.section-dark ul.styled-list li:before{
	color: #FFF;
}

.section-trans-light{
	background-color:rgba(255,255,255,.1);
}
.section-trans-dark{
	background-color:rgba(0,0,0,.1);
}


/* Backgrounds :: Images
----------------------------------------------- */
.bg-img{
	background-image: url('../img/bg-img.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

/* Borders
----------------------------------------------- */
.border-top, .border-bottom, .border-left, .border-right, .border {
    border-color: rgba(0,18,43,.1) !important;
	border-width: 2px !important;
}
.border-torn-btm{
	position: relative;
}
.border-torn-btm:after{
	content: '';
	width: 100%;
	height: 35px;
	background-image: url('../img/border-torn-btm-white.svg');
	background-repeat: repeat-x;
	background-size: auto 100%;
	backgroun-position: bottom;
	position: absolute;
	bottom: 0;
	left: 0;
}
.border-torn-btm-light:after{
	background-image: url('../img/border-torn-btm-light.svg');
}

/* Shadows
----------------------------------------------- */
.depth-0{
	box-shadow: none;
}
.depth-1{
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16),0px 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.depth-2{
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19),0px 8px 17px 0px rgba(0, 0, 0, 0.2);
}

/********************************************************************************
* General :: Cards
*********************************************************************************/
/* Card :: Default
----------------------------------------------- */
.card {
	border: 2px solid #e6ebf0;
	border-radius: 0;
	background-color: #FFF;
	color: #666;
	font-size: 16px;

	transition: all 0.3s ease-in;
}

.card-img, .card-img-top, .card-img-bottom{
	background-color: #000;
	border-radius: 0;
}
.card-img:not(.sticky-top), .card-img-top:not(.sticky-top), .card-img-bottom:not(.sticky-top){
	position: relative;
}
.card-img a{
	transition: all 0.3s ease-in;
}
.card-img a:hover{
	opacity: .6;
}

.card-subtitle{
	margin-top: 0;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px !important;
	font-weight: 700;
	letter-spacing: .1em;
}
.card hr{
	margin: 1rem 0;
}
.card hr.hr-styled{
	width: 60px;
}
.card.text-center hr.hr-styled{
	margin: 1rem auto;
}

.card-body > :last-child{
	margin-bottom: 0;
}
.card-body p{
	margin-bottom: 1rem;
}

.card-footer {
    background-color: transparent;
	border-top: 1px solid #e6ebf0;
	padding-left: 0;
	padding-right: 0;
}
.card-meta.card-list{
	font-size: 13px;
}
.card-meta.card-list .list-inline-item:not(:last-child) {
    border-right: 2px solid #e6ebf0;
	margin-right: .5rem;
	padding-right: .5rem;
}

.card-links .card-link{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: 700;
	border-left: 2px solid rgba(34,34,34,.1);
	margin-left: 10px;
	padding-left: 10px;
}
.card-links .card-link:first-child{
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

/* Hover */
.card:hover{
	border-color: #bc1823;
}

/* Card :: Capsule
----------------------------------------------- */
.card-capsule{
	border: none;
}
.card-capsule .card-body {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    padding: 2rem;
	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.card-capsule .card-img{
	opacity: .45;
	
	transition: all 0.3s ease-in;
}
.card-capsule .card-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-capsule .card-icon{
	width: 65px;
	height: 65px;
	line-height: 63px;
	padding-left: 3px;
	text-align: center;
	font-size: 48px;
	border: 3px solid #FFF;
	border-radius: 50%;
	color: #FFF;

	transition: all 0.3s ease-in-out;
}

.card-capsule:hover .card-img{
	opacity: .25;
}
.card-capsule:hover .card-icon{
	background-color: #FFF;
	color: #6b6969;
}

/* Card :: Inverted
----------------------------------------------- */
.card-inverse {
	background-color: #00122b;
	color: #e6ebf0;
}
.card-inverse h1, .card-inverse h2, .card-inverse h3, .card-inverse h4, .card-inverse h5, .card-inverse h6,
.card-inverse .h1, .card-inverse .h2, .card-inverse .h3, .card-inverse .h4, .card-inverse .h5, .card-inverse .h6, .card-inverse .subtitle{
	color: #e6ebf0;	
}

/* Card :: Block
----------------------------------------------- */
.wp-block-column .card-block{
	height: 100%;	
}
.card-icon{
	font-size: 48px;
	position: relative;
	line-height: 1;
	color: #6d92b4;
}

/* Card :: Event Category & Event
----------------------------------------------- */
.card-event{
	z-index: 1;
	border: none;
	position: relative;

	transition: all .2s ease-in;
}
.card-event:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 35%;
	background: -moz-linear-gradient(top,  rgba(0,18,43,0) 0%, rgba(0,18,43,0.9) 80%, rgba(0,18,43,0.9) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,18,43,0) 0%,rgba(0,18,43,0.9) 80%,rgba(0,18,43,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(0,18,43,0) 0%,rgba(0,18,43,0.9) 80%,rgba(0,18,43,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000122b', endColorstr='#e600122b',GradientType=0 );
	left: 0;
	bottom: 0;
	z-index: 1;

	transition: all .2s ease-in;
}
.card-event .card-img{	
	overflow: hidden;

	transition: all .2s ease-in;
}
.card-event .card-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s ease-in;
}
.card-event .card-body{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.card-event .card-date-month{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .025em;
}
.card-event .card-date-day{
	font-weight: 700;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
}

/* Hover */
.card-event:hover:after{
	opacity: 0;
}
.card-event:hover .card-img{
	background-color: #bc1823;
}
.card-event:hover .card-img img{
    opacity: .1;
}

/********************************************************************************
* Header
*********************************************************************************/
header.header-wrapper{
	z-index: 1001;
  	box-shadow: none;
	background-color: #FFF;
}
header.header-wrapper .section-masthead { 

}
header.header-wrapper .masthead-logo, header.header-wrapper .masthead-logo img{
	width: 260px; /* spacer for the absolutely position non-scrolling logo */
}
header.header-wrapper .masthead-logo img{
	position: absolute;
	top: -80px;
	left: 5px;
	opacity: 1;
}
header.header-wrapper .masthead-logo-scroll img{
	opacity: 0;
	width: 260px;
}

/* Header :: Top
----------------------------------------------- */
.section-header-top{
	font-size: 16px;
}
.header-top-announcement .announcement-content{
	min-width: 0;
}
.header-top-announcement .announcement-content > div{
	font-size: 13px;
	line-height: 1;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	max-width: 100%;
}
.header-top-announcement .announcement-content .h6, .header-top-announcement .announcement-content h6{
	font-size: 16px;
}
.header-top-announcement .announcement-link .btn{
	white-space: nowrap;
}

/* Header :: Contact
----------------------------------------------- */
.section-header-top .list-contact .list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
}
.section-header-top .list-contact a{
	color: inherit;
}
.section-header-top .list-contact i{
	padding-right: .5rem;
}
.section-header-top .list-contact i.fa-flip-horizontal{
	padding-right: 0;
	padding-left: .5rem;
}

/* Header :: Social
----------------------------------------------- */
.section-header-top .nav-social .nav-link{
	padding: 0 .5rem;
	font-size: 18px;
}

/* Header :: Buttons
----------------------------------------------- */
.header-top-btns > ul, .header-top-btns > div{
	padding: 0 1em;
}
.header-top-btns > ul:first-child, .header-top-btns > div:first-child{
	padding-left: 0;
}
.header-top-btns > ul:last-child, .header-top-btns > div:last-child{
	padding-right: 0;
}

/********************************************************************************
* Header :: Desktop Search
*********************************************************************************/
#header-search-desktop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 18, 43, .9);
	z-index: 10000;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#header-search-desktop.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#header-search-desktop input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
	max-width: 1140px;
    color: #FFF;
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#header-search-desktop .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#header-search-desktop .close {
	background-color: transparent;
    border: 2px solid #FFF;
	border-radius: 0;
    color: #FFF;
    font-size: 16px;
    opacity: 1;
    padding: 10px 17px;
    position: fixed;
    right: 15px;
    text-shadow: none;
    top: 15px;

	transition: all .2s ease-in;
}
#header-search-desktop .close:hover{
	border-color: #FFF;
	background-color: #FFF;
	color: #00122B;	
}

/********************************************************************************
* Header :: Primary Navigation
*********************************************************************************/
/* Primary Navigation :: First Level
----------------------------------------------- */
.navbar-primary .navbar-nav > li{
	margin: 0 10px;	
}
.navbar-primary .navbar-nav > li:first-child{
	margin-left: 0;
}
.navbar-primary .navbar-nav > li:last-child{
	margin-right: 0;
}
.navbar-primary .navbar-nav .nav-link {
	background-color: transparent;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #00122b;
	padding: 10px 10px;
}
.navbar-primary .navbar-nav .nav-link:focus, .navbar-primary .navbar-nav .nav-link:hover,
.navbar-primary .navbar-nav .nav-link.show, .navbar-primary .navbar-nav .show > .nav-link{
	color: #e21f26;
	background-color: transparent;
}
.navbar-primary .navbar-nav .active > .nav-link, .navbar-primary .navbar-nav .nav-link.active{
	color: #6d92b4;
	background-color: transparent;
}

/* Primary Navigation :: 2nd Level
----------------------------------------------- */
.navbar-primary .navbar-nav > li > .dropdown-menu{
	border-radius: 0;
	padding-top: 10px;
	text-align: left;
	border: none;
	background-color: #1A2A41;
}
.navbar-primary .navbar-nav > li > .dropdown-menu:after {
	bottom: 100%;
	left: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(67, 58, 48, 0);
	border-bottom-color: #1A2A41;
	border-width: 7px;
	margin-left: -7px;
}
.navbar-primary .navbar-nav > li > .dropdown-menu > li > a{
	color: #FFF;
	font-size: 14px;
	padding: 10px 20px;
	letter-spacing: .05em;
	font-weight: 500;
}
.navbar-primary .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-primary .navbar-nav > li > .dropdown-menu > li > a:focus{
	background-color: transparent;
	color: #e21f26;
}
.navbar-primary .navbar-nav > li > .dropdown-menu > .active > a, .navbar-primary .navbar-nav > li > .dropdown-menu > .active > a:hover, .navbar-primary .navbar-nav > li > .dropdown-menu > .active > a:focus{
	color: #6d92b4;
	background-color: transparent;
}

/* Primary Navigation :: Mobile
----------------------------------------------- */
/* Mobile Navigation*/
.toggle-wrapper{
	color: #00122b;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1;
	letter-spacing: .1em;
}
.section-masthead .navbar-toggler{
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: transparent;
	border: 0px solid #0d4a82;
	border-radius: 0;
	padding: .5rem 0 .5rem .75rem;
	z-index: 1;

	transition: all .2s ease-in;
}
.section-masthead .navbar-toggler:hover, .section-masthead .navbar-toggler:focus{
	background-color: transparent;
}
.section-masthead .navbar-toggler span {
	display: block;
	background-color: #0d4a82;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	position: relative;
	left: 0;
	opacity: 1;
}
.section-masthead .navbar-toggler:hover span, .section-masthead .navbar-toggler:focus span {
	background-color: #e21f26;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   transition: transform .35s ease-in-out;
}

#site-wrapper.toggled .navbar-toggler span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 12px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

#site-wrapper.toggled .navbar-toggler span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

#site-wrapper.toggled .navbar-toggler span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

/********************************************************************************
* Section :: Hero
*********************************************************************************/
/* Hero :: Common
----------------------------------------------- */
.section-hero{
	position:relative;
	z-index: 0;
	overflow:hidden;
}
.section-hero .section-hero-content-container{
	height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
.section-hero-content{
	border: none;
	margin: 0;
	padding: 0;
	z-index: 2;
	position: absolute;
}
.section-hero .bg-flag-overlay {
    height: 100%;
	width: 100%;
    left: 0;
    position: absolute;
    top: 0;
	z-index: 1;
    background-image: url("../img/bg-flag-overlay.png");
	background-repeat: no-repeat;
	background-position: top left;
}
.section-hero-image{
	float: right;
	position: relative;
	opacity: .8;
	height: 100%;
}
.section-hero-image:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	height: 100%;
	width: 40%;
	background: -moz-linear-gradient(left,  rgba(0,18,43,1) 0%, rgba(0,18,43,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,18,43,1) 0%,rgba(0,18,43,0) 100%);
	background: linear-gradient(to right,  rgba(0,18,43,1) 0%,rgba(0,18,43,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00122B', endColorstr='#0000122B',GradientType=1 );
}
.section-hero-image img{
	height: 120%;
	width: auto;
	object-fit: contain;
}

/* Hero :: Slider
----------------------------------------------- */
.section-slider, .section-hero-image{
	overflow: hidden;
	max-width: 100%;
}

.section-slider .section-hero-content{
	width: calc(100% - 30px); /* Subtract the gutters width due to absolute positioning*/
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #FFF;
	font-size: 1.06em;
}

.section-slider .section-hero-content h2{
	font-size: 90px;
}
.section-slider .section-hero-content .subtitle{
	font-size: 6em;
}
.section-slider .bg-flag-overlay {
	opacity: .05;
}

/* Hero :: Page Header
----------------------------------------------- */
.section-page-header{
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	height: 500px;
}
.section-page-header.hero-bg-custom::after {
    background-color: rgba(0, 18, 43, .5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;

	transition: all 0.2s ease-in-out;
    width: 100%;
    z-index: 1;
}
.section-page-header .section-hero-content{
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.section-page-header .page-header h1{
	font-size: 60px;
	margin: 0;
}
.section-page-header .bg-flag-overlay{
	opacity: .08;
	background-size: 50%;
	z-index: 2;
}
.section-page-header .section-hero-image img{
	position: relative;
}

/* Hero :: Breadcrumbs
----------------------------------------------- */
.section-breadcrumbs{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 700;
}
.section-breadcrumbs .container span{
	padding: 0 8px;
}
.section-breadcrumbs .container span:first-child{
	padding-left: 0;
}
.section-breadcrumbs .container span:last-child{
	padding-right: 0;
}

/********************************************************************************
* Section :: Capsules
*********************************************************************************/
.section-capsules{
	padding-bottom: 115px;
}
.page-template-template-home .section-capsules .card-capsule{
	position: absolute;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: calc(100% - 30px); /* Subtract the gutters width due to absolute positioning*/
}

/********************************************************************************
* General :: Content
*********************************************************************************/
.wow {
	visibility:hidden;
} 

.section-content{ 

}
.section-padding, .section-content-padded{ 
	padding: 100px 0;
}
.section-content-padded.section-content-padded-extra{
	padding-top: 150px;
	padding-bottom: 150px;
}

.section-content > :first-child, .main > :first-child{
	margin-top: 0;
}
.section-content > :last-child, .main > :last-child{
	margin-bottom: 0;
}
.section-heading {
	margin-top: 0;
}
/*.videowrapper, .entry-content-asset {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe, .entry-content-asset iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

/********************************************************************************
* Sidebar
*********************************************************************************/
.sidebar{
    padding-left: 30px;
}
.sidebar-content{
	padding-top: 15px;
}
.sidebar .widget{
	margin-bottom: 30px;
}
.sidebar > .widget:last-child{
	margin-bottom: 0;
}
.sidebar .widget h3{
	margin-top: 0;
	font-size: 24px;
}
.sidebar .widget .widget-content{
	padding: 30px 25px;
	background-color: #e6ebf0;
	font-size: 14px;
}

/********************************************************************************
* Sidebar :: Navigation
*********************************************************************************/
.sidebar ul.nav > li a{
	line-height: 1;
	padding: 8px 25px 8px 0;
	display: block;
	position: relative;
	font-weight: 600;
	color: #00122b;
}
.sidebar ul.nav > li.current_page_item > a, .sidebar ul.nav > li .sub-menu li.current_page_item > a, .sidebar ul.nav > li .children li.current_page_item > a{
	color: #6d92b4 !important;
}
.sidebar ul.nav > li:first-child a{
	padding-top: 0;
}
.sidebar ul.nav > li:last-child a{
	padding-bottom: 0;
	border-bottom: none;
}
.sidebar ul.nav > li a:before{
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content:"\f138";
	left: -25px;
	opacity: 0;
	overflow: hidden;
	position: absolute;

	transition: all 0.3s;
}
.sidebar ul.nav > li a:hover, .sidebar ul.nav > li a:focus{
	padding-left: 25px;
	padding-right: 0;
	color: #e21f26;
}
.sidebar ul.nav > li a:hover:before{
	left: 0;
	opacity: 1;
}
.sidebar ul.nav > li a .count{
	font-size: 70%;
	color: #CCC;
}
.sidebar ul.nav > li .children {
	list-style: none;
	padding: 0 15px 10px 15px;
}
.sidebar ul.nav > li .children a{
	border-left: 2px solid rgba(0,0,0,.1);
	padding-left: 1.25rem;
	font-size: 70%;
}

/* Navigation :: 2nd Level
----------------------------------------------- */
.sidebar ul.nav.flex-column > li .sub-menu, .sidebar ul.nav.flex-column > li .children {
	list-style: none;
	padding: .5rem 0 .5rem 0;
}
.sidebar ul.nav.flex-column > li .sub-menu a, .sidebar ul.nav.flex-column > li .children a{
	border-left: 2px solid #0d4a82;
	padding: .4rem 0 .4rem 1.25rem;
	font-size: 80%;
	font-weight: 500;
}
.sidebar ul.nav.flex-column > li .sub-menu a:before, .sidebar ul.nav.flex-column > li .children a:before{
	display: none;
}
.sidebar ul.nav.flex-column > li .sub-menu li:first-child a, .sidebar ul.nav.flex-column > li .children li:first-child a{
	padding-top: 0;
}
.sidebar ul.nav.flex-column > li .sub-menu li:last-child a, .sidebar ul.nav.flex-column > li .children li:last-child a{
	padding-bottom: 0;
}

/* Navigation :: 3rd Level
----------------------------------------------- */
.sidebar ul.nav.flex-column > li .sub-menu .sub-menu, .sidebar ul.nav.flex-column > li .children .children{
	padding: 0;
}
.sidebar ul.nav.flex-column > li .sub-menu .sub-menu a, .sidebar ul.nav.flex-column > li .children .children a{
	font-weight: 500;
	padding: .2rem 0 .2rem 2.25rem;
	opacity: .8;
}

/********************************************************************************
* Sidebar :: Archives
*********************************************************************************/
.widget_archive ul{
	margin: 0;
	padding: 30px 25px;
	background-color: #e6ebf0;
	font-size: 14px;
}
.widget_archive ul .year {
	display: block;	
	padding: 12px 25px 12px 0;
	border-bottom: 2px dotted #d3d4d6;
}
.widget_archive ul .year:first-child{
	padding-top: 0;
}
.widget_archive ul .year:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.widget_archive .year-hidden {
	display: none;
}
.widget_archive .year-toggle-wrapper {
	display: block;
	font-weight: 700;
	letter-spacing: .05em;
	font-size: 14px;
}
.widget_archive .year-toggle {
	background-color: transparent;
    color: #0d4a82;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
	font-size: 16px;
	font-weight: 500;
}
.widget_archive .year-toggle:hover, .widget_archive .year-toggle:focus{
	color: #e21f26;
}
.widget_archive li {
	display: block;
	list-style: none;
	font-weight: 700;
	color: #666;
	font-size: 11px;
}
.widget_archive li a{
	font-size: 14px;
	color: #0d4a82;
    padding: 8px 0 8px 25px;
    white-space: normal;
	font-weight: 500;
}
.widget_archive li a:hover, .widget_archive li a:focus{
	color: #e21f26;
}

/********************************************************************************
* Section :: Child :: Content
*********************************************************************************/
.section-child-content > :last-child :last-child{
	margin-bottom: 0;
}

/********************************************************************************
* Section :: Child :: Image Right / Left
*********************************************************************************/

/* Wide Format */
.section-child-image-wide{
	padding: 0;
}
.section-child-image-wide .child-image{
	min-height: 400px;
	overflow: hidden;
	object-fit: cover;
}

/********************************************************************************
* Section :: Child :: Highlight
*********************************************************************************/
.section-child-highlight .highlight-image{
	position: relative;
}
.section-child-highlight .highlight-flag{
	position: absolute;
	left: -60px;
	top: -20px;
	z-index: 0;
	
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
.section-child-highlight .highlight-paws{
	position: absolute;
	bottom: 90px;
	right: -60px;
	z-index: 0;
}
.section-child-highlight .highlight-overlay{
	width: 80%;
	position: absolute;
	bottom: -2px;
	left: 50%;
	z-index: 2;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.section-child-highlight .highlight-image .featured-image{
	position: relative;
	z-index: 1;
}
.section-child-highlight .highlight-image .btn{
	position: absolute;
	bottom: -15px;
	right: -30px;
	z-index: 3;
	width: 160px;
	height: 160px;
	white-space: normal;
	padding: 20px;
	line-height: 1.2;
}

/********************************************************************************
* Section :: Child :: Video Right / Left
*********************************************************************************/
.child-video{
	position: relative;
	background-color: #0d4a82;
  	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16),0px 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.child-video iframe{
	opacity: .2;

	transition: all .2s ease-in;
}
.child-video-overlay{
	position: absolute;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	transition: all .2s ease-in;
}
.child-video-overlay i{
	font-size: 24px;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	line-height: 54px;
	border: 3px solid #FFF;
	padding-left: 5px;
	margin: 0 auto 10px auto;

	transition: all .2s ease-in;
}
.child-video:hover iframe{
	opacity: .1;
}
.child-video:hover .child-video-overlay{
	color: #e21f26;
}
.child-video:hover .child-video-overlay i{
	border-color: #e21f26;
}

/********************************************************************************
* Section :: Child :: Featured Image
*********************************************************************************/
/* Featured Image :: Parallax
----------------------------------------------- */
.section-featured-image {
	background-color: #00122b;
	height: 400px;
	overflow: hidden;
	position: relative;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Featured Image :: Background
----------------------------------------------- */
.section-has-background-image{
	position: relative;
}
.section-background-image{
	opacity: .25;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
.section-background-image img{
	width: 100%;
	position: absolute;
	top: -100%;
	z-index: 0;
}

/********************************************************************************
* Section :: Gallery
*********************************************************************************

/* Gallery :: Controls
----------------------------------------------- */
.section-gallery .filters .btn{
	padding: 10px 15px;
	border: 2px solid transparent;
}
.section-gallery .filters .btn.active{
	color: #6d92b4;
	border-color: #6d92b4;
}

/* Gallery :: Grid
----------------------------------------------- */
.section-gallery .grid-item .card-capsule{
	position: relative;
}
.section-gallery .grid-item .card-capsule:not(:hover) .card-img{
	opacity: 1;
}
.section-gallery .grid-item .card-capsule i{
	position: absolute;
	color: #FFF;
	opacity: 0;
	font-size: 30px;
	
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

	transition: all 0.3s ease-in;
}

.section-gallery .grid-item .card-capsule:hover i{
	opacity: 1;
}

/********************************************************************************
* Section :: Child :: Testimonials
*********************************************************************************/
.section-testimonials-slider {
	padding-bottom: 80px;
	background-color: #0d4a82;
	color: #FFF;
}

.section-testimonials-slider h3 { 
	color: #000;
}
.section-testimonials-slider h4 { 
	color: #FFF;
}
.section-testimonials-slider p { 
	min-height: 140px;
}
.carousel-control-prev{
	left: -100px;
}
.carousel-control-next{
	right: -100px;
}
.carousel-indicators{
	top: 100%;
	padding-top: 30px;
}

/********************************************************************************
* Section :: Child :: News
*********************************************************************************/


/********************************************************************************
* Section :: Child :: Staff
*********************************************************************************/


/********************************************************************************
* Template :: Sponsors
*********************************************************************************/
.nav-gallery {
	padding: 15px;
	position: relative;
}
.nav-gallery.nav-pills .nav-link{
	font-size: 16px;
	line-height: 1;
	letter-spacing: .1em;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0;
	border: 2px solid rgba(255,255,255,0);
	padding: 12px 25px;
	background-color: transparent;
}
.nav-gallery.nav-pills .nav-link:hover, .nav-gallery.nav-pills .nav-link:focus{
}
.nav-gallery.nav-pills .nav-link.active, .nav-gallery.nav-pills .show > .nav-link{
	background-color: transparent;
	border-color: #6d92b4;
	color: #6d92b4;
}

/********************************************************************************
* Section :: Footer :: Sponsors
*********************************************************************************/
.section-footer-sponsors{
	padding-top: 50px;
	padding-bottom: 80px;
}

#carousel-sponsors{
	position: relative;
}
#carousel-sponsors .slick-track{
    display: flex !important;
}
#carousel-sponsors .slick-slide{
    height: inherit !important;
}
#carousel-sponsors .slick-slide > div{
    height: 100%;
}

.section-footer-sponsors .carousel-control {
	background-image:none;
	width: auto;
	color: #a51d30;
	opacity: 1;
	bottom: auto;
	top: 50%;
	display: block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.section-footer-sponsors .carousel-control-prev{
	right: 100%;
	left: auto;
}
.section-footer-sponsors .carousel-control-next{
	left: 100%;
	right: auto;
}
.section-footer-sponsors .carousel-control:hover{
	color: #bc1823;
}

/********************************************************************************
* Section :: Footer :: Instagram
*********************************************************************************/
.section-instagram-heading{
	font-weight: 700;
	color: #00122B;
}
.section-instagram-heading i{
	font-weight: normal;
	font-size: 1.2em;
}

.section-instagram #sb_instagram #sbi_images .sbi_photo_wrap{
	background: #bc1823;
}
.section-instagram #sb_instagram #sbi_images .sbi_photo_wrap .sbi_photo{
	opacity: 1;

	transition: all .2s ease-in;
}
.section-instagram #sb_instagram #sbi_images .sbi_photo_wrap .sbi_photo:hover{
	opacity: .1 !important;
}

/********************************************************************************
* Footer
*********************************************************************************/
footer.footer-wrapper{
	font-size: 16px;
}

footer.footer-wrapper hr{
	position: relative;
}
footer.footer-wrapper hr:after{
	content: '';
	height: 3px;
	width: 65px;
	position: absolute;
	top: -1px;
	left: 0;
	background-color: #6d92b4;
}

.footer-contact {
	line-height: 1.2;
}
.footer-contact .fa-stack{
	font-size: 20px;
}

.section-footer-btm{
	font-size: 14px;
}
.copyright{
	line-height: 1;
}
.copyright > div{
	display: inline-block;
	padding: 0 10px;
	border-right: 2px solid rgba(255,255,255,.1);
}
.copyright > div:first-child{
	padding-left: 0;
}
.copyright > div:last-child{
	padding-right: 0;
	border-right: none;
}

/********************************************************************************
* General :: Sticky Scroll Animations
*********************************************************************************/
header.header-wrapper, header.header-wrapper .section-header-top, header.header-wrapper .masthead-logo img, header.header-wrapper .masthead-logo-scroll img{
	transition: all 0.3s ease-in-out;
}
header.header-wrapper.is-stuck{
	background-color: #FFF;
	border-bottom: 2px solid #e6ebf0;
}
header.header-wrapper.is-stuck .masthead-logo img{
	max-height: 0;
	opacity: 0;
}
header.header-wrapper.is-stuck .masthead-logo-scroll img{
	opacity: 1;
	width: auto;
}
header.header-wrapper.is-stuck .section-header-top{
	max-height: 0;
	opacity: 0;
	display: none;
}

/********************************************************************************
* Block :: General Default Wordpress Block Adjustments
*********************************************************************************/
.wp-block-buttons .wp-block-button, .wp-block-image, .wp-block-cover, .wp-block-cover-image{
	margin-bottom: 1.5rem;
}

p.has-drop-cap:not(:focus):first-letter {
	color: #6d92b4;
}

.wp-block-image img {
    height: auto;
}
.wp-block-image figure.aligncenter{
	display: -ms-flexbox;
	display: flex;
	
	-ms-flex-direction: column;
	flex-direction: column;
	
	-ms-flex-align: center;
	align-items: center;
}
.wp-block-image .aligncenter img{
	margin: 0 auto;
}

.wp-block-cover, .wp-block-cover-image, .wp-block-media-text__media img, .wp-block-media-text__media video{
	height: auto;
}
.wp-block-cover, .wp-block-cover-image{
	padding: 1.5em;
}

.wp-block-column > :last-child{
	margin-bottom: 0;
}
.wp-block-column.has-background{
	padding: 1.5em;
}
.wp-block-column.has-background > :last-child{
	margin-bottom: 0;
}
.wp-block-group.has-background, .wp-block-columns.has-background {
    padding-top: 3rem;
	padding-bottom: 3rem;
}


/********************************************************************************
* Block :: Wordpress Gallery
*********************************************************************************/
.blocks-gallery-grid.is-cropped .blocks-gallery-image figure, .wp-block-gallery.is-cropped .blocks-gallery-item figure{
	background-color: #bc1823;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img{
	transition: all .3s ease-in;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image:hover img, .blocks-gallery-grid.is-cropped .blocks-gallery-item:hover img, 
.wp-block-gallery.is-cropped .blocks-gallery-image:hover img, .wp-block-gallery.is-cropped .blocks-gallery-item:hover img {
	opacity: .25;
}

/********************************************************************************
* Block :: Stat
*********************************************************************************/
.block-stat{
	text-align: center;
}
.stat-icon {
    width: 80px;
    height: 80px;
    line-height: 74px;
    text-align: center;
    font-size: 40px;
    border: 3px solid #6d92b4;
    border-radius: 50%;
	color: #6d92b4;
}

.stat-title{
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .025;
	font-size: 15px;
}

/********************************************************************************
* Block :: Advanced Accordion
*********************************************************************************/
.advgb-accordion-header, .advgb-accordion-header.ui-accordion-header.ui-state-default{
	transition: all .2s ease-in;
}
.advgb-accordion-header:hover, .advgb-accordion-header.ui-accordion-header.ui-state-default:hover,
.advgb-accordion-header:focus, .advgb-accordion-header.ui-accordion-header.ui-state-default:focus{
	background-color: #e21f26!important;
}
.wp-block-advgb-accordions.advgb-accordion-wrapper{
	margin-bottom: 1.5rem;
}
.advgb-accordion-body > :last-child, .advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content > :last-child{
	margin: 0;
}


/********************************************************************************
* Plugin :: WP Store Locator
*********************************************************************************/
/* Find a Store */
#wpsl-wrap{
	font-size: 16px;
}
.wpsl-search,.wpsl-search.wpsl-checkboxes-enabled {
    margin-bottom: 30px;
    padding: 30px 25px 15px;
    background: #E6EBF0;
}
#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-select-wrap{
	margin-right: 30px;
}
#wpsl-search-wrap div label{
	line-height: normal;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	letter-spacing: .075em;
}
#wpsl-search-input {
    width: 230px !important;
}
#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-select-wrap{
}
#wpsl-search-wrap .wpsl-input label{
	width: auto;
	padding-top: 10px;
}

#wpsl-checkbox-filter, .wpsl-custom-checkboxes {
	width: auto;
	margin-top: 0;
}
#wpsl-checkbox-filter.wpsl-checkbox-3-columns li, .wpsl-custom-checkboxes.wpsl-checkbox-3-columns li{
	width: auto;
}
#wpsl-search-btn{
	background-image: none;
	border: none !important;
	text-transform: uppercase !important;
	border-radius: 5px !important;
	font-family: 'Oswald', sans-serif;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16),0px 2px 5px 0px rgba(0, 0, 0, 0.26);
	font-size: 14px;
	padding: 13px 50px;
	color: #FFF;
	background-color: #0d4a82;
	letter-spacing: .1em;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#wpsl-search-btn:hover, #wpsl-search-btn:active, #wpsl-search-btn:focus{
	color: #FFF;
	background-color: #e21f26;
}
#wpsl-wrap #wpsl-result-list li{
	padding: 15px;
	border-bottom: 2px solid #E6EBF0;
}
#wpsl-result-list a.wpsl-store-details, #wpsl-result-list a.wpsl-directions{
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	letter-spacing: .075em;
	color: #0d4a82;
	font-size: 14px;
}
#wpsl-result-list a.wpsl-store-details:hover, #wpsl-result-list a.wpsl-store-details:focus{
	color: #e21f26;
}
#wpsl-result-list a.wpsl-directions{
	display: inline-block;
	font-size: 14px;
	margin-left: 5px;
	padding-left: 10px;
	border-left: 2px solid #E6EBF0;
}

/* Detail Pages */
.entry-content #wpsl-base-gmap_0, .entry-content .wpsl-locations-details, .entry-content table.wpsl-opening-hours{
	display: none;
}
.img-wpsl{
	margin-bottom: 30px;
}
.sidebar table.wpsl-opening-hours{
	width: 100% !important;
}
.sidebar table.wpsl-opening-hours td{
	font-size: 13px;
	border-bottom: 2px solid rgba(48, 36, 32, .08) !important;
	padding: 5px 10px 5px 0;
}
.sidebar table.wpsl-opening-hours td:first-child{
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.sidebar table.wpsl-opening-hours td:last-child{
	text-align: right;
	padding-right: 0;
	letter-spacing: normal;
}
.sidebar table.wpsl-opening-hours tr:last-child td{
	border-bottom: none !important;
}
.sidebar .wpsl-contact-details{
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 14px;
	line-height: 1.2;
}
.sidebar .wpsl-contact-details div, .sidebar .wpsl-contact-details span{
	font-weight: 400;
	text-transform: none;
	letter-spacing: .025em;
}

/********************************************************************************
* Plugin :: Tribe Events Calendar
*********************************************************************************/
.tribe-events-page-title {
    margin-top: 0;
    margin-bottom: 50px;
	font-weight: normal;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container, #tribe-events-pg-template, .tribe-events-pg-template{
	padding: 0;
}
#tribe-events-content{
	margin-bottom: 0;
	padding: 0;
}

/* View - List */


/* View - Month */


/* View - Single */
.tribe-block__venue{
    background: #E6EBF0;
	padding: 30px;
	border: none;
}
.events-list #tribe-events-footer, .single-tribe_events #tribe-events-footer, .tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer, .tribe-events-photo #tribe-events-footer{
	border-top: 2px solid #E6EBF0;
}
#tribe-events-content a.btn:not(.btn-text), .tribe-events-event-meta a.btn:not(.btn-text), #tribe-events-content a.wp-block-button__link:not(.btn-text), .tribe-events-event-meta a.wp-block-button__link:not(.btn-text){
	color: #FFF !important;
}

/********************************************************************************
* Miscellaneous Plugin Styles
*********************************************************************************/

/* Plugin :: WP Page Navi
----------------------------------------------- */
.wp-pagenavi{
	color: #666;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #e6ebf0;
	font-weight: 500;
	font-size: 14px;
	padding: 6px 8px;
}
.wp-pagenavi a.last, .wp-pagenavi a.first{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 5px;
	line-height: 1;
	margin-bottom: 0;
	top: -1px;
	position: relative;
	letter-spacing: .1em;
}
.wp-pagenavi a:hover{
	border-color: #e21f26;
}
.wp-pagenavi span.current {
    border-color: #6d92b4;
	color: #6d92b4;
	font-weight: 500;
}

/********************************************************************************
* Media Queries
*********************************************************************************/
@media (max-height: 799px){
	.section-slider .section-hero-content h2 { 
		font-size: 70px;
	}
}
@media (max-width: 1599px){	
	header.header-wrapper.is-stuck .masthead-logo-scroll img{
		height: 25px;
	}
	
	.section-slider .section-hero-image::after {
		width: 75%;	
	}
	
	.section-page-header{
		background-size: auto;
	}
}
@media (max-width: 1499px){
	header.header-wrapper .masthead-logo, header.header-wrapper .masthead-logo img, header.header-wrapper .masthead-logo-scroll img{
		width: 230px; /* spacer for the absolutely position non-scrolling logo */
	}
	.section-header-top, footer.footer-wrapper {
		font-size: 14px;
	}
	.section-header-top .nav-social .nav-link{
		font-size: 16px;
	}
	
	.navbar-primary .navbar-nav .nav-link {
		font-size: 16px;
		padding: 0 5px;
	}
}
@media (max-width: 1399px){
	h1, .h1{
		font-size: 48px;
	}
	h2, .h2{
		font-size: 36px;
	}
	h3, .h3{
		font-size: 24px;
	}
	h4, .h4{
		font-size: 20px;
	}
	h5, .h5{
		font-size: 18px;
	}
	h6, .h6{
		font-size: 16px;
	}
	.subtitle {
    	font-size: 3.25em;
	}
	
	.btn, .vfbp-form .btn-primary, .wp-block-button__link, .give-btn{
		font-size: 14px;
	}
	.btn-small, .btn-sm, .give-btn {
		font-size: 11px;
	}
	.btn-large, .btn-lg, .wp-block-buttons > .wp-block-button.has-custom-font-size.has-large-font-size .wp-block-button__link {
		font-size: 18px;
		padding: 15px 40px;
	}
	
	header.header-wrapper .masthead-logo, header.header-wrapper .masthead-logo img, header.header-wrapper .masthead-logo-scroll img{
		width: 200px; /* spacer for the absolutely position non-scrolling logo */
	}
	header.header-wrapper.is-stuck .masthead-logo-scroll img{
		height: 20px;
	}
	.section-header-top .nav-social .nav-link{
		font-size: 14px;
	}
	
	.navbar-primary .navbar-nav .nav-link {
		padding: 0;
		font-size: 15px;
	}
	
	.section-slider .section-hero-content h2 {
		font-size: 72px;
	}
	.section-slider .section-hero-content .subtitle{
		font-size: 5em;
	}
	
	.section-page-header{
		height: 400px;
	}
}
@media (max-width: 1199px){

}
@media (max-width: 991px){
	.section-capsules {
		padding-bottom: 0;
	}	
	.page-template-template-home .section-capsules .card-capsule {
		position: relative;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 100%;
	}

	.section-page-header .bg-flag-overlay{
		background-size: 75%;
	}
	.section-hero-image img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.sidebar{
		padding-left: 15px;
		margin-top: 50px;
	}
}
@media (max-width: 767px){
	body{
		font-size: 16px;
	}
	
	h1, .h1{
		font-size: 36px;
	}
	h2, .h2{
		font-size: 30px;
	}
	h3, .h3{
		font-size: 24px;
	}
	h4, .h4{
		font-size: 20px;
	}
	h5, .h5{
		font-size: 18px;
	}
	h6, .h6{
		font-size: 16px;
	}
	
	.btn{
		white-space: normal;
	}
	
	.img-thumbnail, .thumbnail, .img-thumbnail.alignleft, .thumbnail.alignleft {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin: 30px auto;
	}
	
	.two-column-list, .three-column-list {
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-ms-column-count: 1;
		-ms-column-gap: 0;
		 column-count: 1;
		 column-gap: 0;
		display: block;
	}
	
	.page-template-template-home .card-capsule .card-body{
		position: relative;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.page-template-template-home .card-capsule .card-img{
		position: absolute;
		right: 0;
		height: 100%;
		width: 100%;
	}
	.page-template-template-home .card-capsule .card-img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	
	.section-child-highlight .highlight-paws {
		right: 15px;
	}
	
	#sb_instagram #sbi_images .sbi_item:nth-child(5), #sb_instagram #sbi_images .sbi_item:nth-child(6){
		display: none;
	}

}
@media (max-width: 575px){
	header.header-wrapper .masthead-logo, header.header-wrapper .masthead-logo img, header.header-wrapper .masthead-logo-scroll img {
		width: 160px;
	}
	.section-slider{
		max-height: 450px;
	}
	.section-slider .section-hero-content {
		font-size: 1em;
	}
	.section-slider .section-hero-content h2 {
		font-size: 48px;
	}
	.section-slider .section-hero-content .subtitle {
		font-size: 3.5em;
	}
}