/******************************************************************
Theme Name: Balefire
Theme URI: https://www.balefireagency.com;
Description: Custom Theme by Balefire Marketing + Advertising
Author: Balefire Marketing + Advertising
Author URI: https://www.balefireagency.com
Version: 1.0
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
******************************************************************/

/* RESET
----------------------------- */

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

/* GLOBAL
----------------------------- */

body {
	font-family: lora, serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	font-smoothing: antialiased !important;
	color: #4d4d4d;
	height: 100%;
}
header, footer, section, main {
	width: 100%;
}
a, a:link, a:visited, a:active, a:focus {
	color: #bd3c4c;
	text-decoration: none;
}
a:hover {
	color: inherit;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: rockwell-nova, sans-serif;
	font-weight: 700;
}
h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-bottom: 14px;
	color: #000000;
}
h1, .h1 {
	letter-spacing: 1px;
	text-transform: uppercase;
}
#int h1, #int .h1 {
	font-size: 48px;
	line-height: 49px;
	color: #ffffff;
	text-shadow: 1px 1px 2px #3590b7;
}
.home h1 {
	font-size: 30px;
	line-height: 40px;
	color: #499dcc;
	margin-bottom: 15px;
}
h2, .h2 {
	font-size: 27px;
	line-height: 31px;
	font-weight: 700;
	color: #bd3c4c;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.home h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 22px;
	line-height: 28px;
}
h4, .h4, h5, .h5, h6, .h6 {
	font-size: 18px;
	line-height: 26px;
}
ul, ol {
	margin-left: 45px;
}
ul li, ol li {
	margin-bottom: 8px;
}
hr {
	margin: 30px 0;
}
strong {
	font-weight: 700;
}
blockquote {
	font-family: serif;
	font-style: italic;
	font-size: 18px;
	margin: 0px -8% 40px 40px;
	padding: 40px 90px 40px 40px;
	width: 40%;
	color: #fff;
	background-color: #444;
	float: right;
	border-left-width: 10px;
}
div.btn, .btn a, a.btn, .button, button, input[type="submit"] {
	font-family: oswald, sans-serif;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	padding: 8px 15px !important;
	background-color: #bd3c4c;
	border: none;
	cursor: pointer;
}
a.btn {
	display: inline-block;
}
div.btn:hover, .btn a:hover, a.btn:hover, .button:hover, button:hover, input[type="submit"]:hover, div.btn:active, .btn a:active, .button:active, button:active, input[type="submit"]:active {
	background-color: #d64961;
}
.btn.blue {
	background-color: #004c77;
}
.btn.blue:hover {
	background-color: #026089;
}
iframe {
	width: 100%;
	margin: 0 auto;
}

/* Header
----------------------------- */

header {
	z-index: 10;
	position: relative;
}
header .top-bar {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background-color: #004c77;
	padding: 4px 30px;
}
header .top-bar .social-media-icons {
	margin-left: 20px;
}
header .top-bar .social-media-icons a {
	display: inline-flex;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 4px;
}
header .top-bar .social-media-icons a:not(:last-of-type) {
	margin-right: 10px;
}
header .top-bar .social-media-icons a svg {
	width: 15px;
	height: 15px;
	fill: #004c77;
}
header .top-bar .social-media-icons a:hover svg {
	fill: #bd3c4c;
}
#mobile-menu {
	display: none;
}
header .wrapper {
	display: flex;
	width: 100%;
}
header .wrapper .header-left-items, header .wrapper .header-right-items {
	display: flex;
}
header .wrapper .header-left-items {
	position: relative;
	flex-grow: 1;
}
header .wrapper .header-left-items .logo {
	position: absolute;
	top: -22px;
	max-width: 195px;
}
header .wrapper .header-right-items .menu {
	color: #004c77;
	position: absolute;
	top: 36px;
	right: 58px;
}
header .wrapper .header-right-items nav ul li a {
	color: #004c77;
}
header .wrapper nav ul li a:hover, header .wrapper nav ul li a:active, header .wrapper nav ul li a:focus, header .wrapper nav ul li:hover a {
	color: #026089;
}
#nav-mobile {
	font-size: 24px;
	line-height: 34px;
}
#nav-mobile ul {
	padding: 20px;
}
#nav-mobile ul li {
	position: relative;
	margin-bottom: 15px;
}
#nav-mobile ul li.btn {
	display: inline-flex;
}
#nav-mobile ul li.menu-item-has-children:after {
	position: absolute;
	content: '';
	top: 18px;
	right: 0;
	background: url(assets/img/mobile-menu-arrow.svg) 0 0 no-repeat;
	width: 16px;
	height: 8px;
	background-size: contain;
}
#nav-mobile ul li a {
	color: #ffffff;
}
#nav-mobile ul li.menu-item-has-children ul.menu {
	display: none;
	padding-bottom: 5px;
}
.touchevents #mobile-menu {
	display: block;
}
.nav, .nav li {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 10;
}
#nav-secondary {
	font-family: oswald, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
}
#nav-secondary ul {
	display: flex;
}
#nav-secondary ul li {
	position: relative;
	display: inline;
}
#nav-secondary ul li:not(:first-of-type) {
	margin-left: 5px;
	padding-left: 10px;
}
#nav-secondary ul li:not(:first-of-type):before {
	position: absolute;
	top: -1px;
	left: 0;
	content: '|';
	width: 1px;
	color: #ffffff;
}
#nav-secondary ul li a {
	color: #ffffff;
}
#nav-secondary ul li a:hover {
	color: rgba(255, 255, 255, 0.8);
}

/* Header Image
----------------------------- */

.header-image {
	position: relative;
	margin-bottom: 15px;
	padding-top: 105px;
	padding-bottom: 105px;
	background-size: cover;
}
.header-image .layer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(77, 167, 217, 0.88);
}
.header-image .wrapper {
	width: auto;
	padding: 0 20px;
	position: relative;
	text-align: center;
}
.header-image .wrapper p {
	color: #4a4a4a;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0;
}

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

footer {
	background-color: #499dcc;
	color: #ffffff;
}
.home footer {
	margin-top: 10px;
}
#int footer {
	margin-top: 30px;
}
footer .wrapper {
	width: 100%;
	display: flex;
	padding: 35px 28px 33px;
}
footer .wrapper .footer-left-items, footer .wrapper .footer-right-items {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
footer .wrapper .footer-left-items {
	flex-grow: 1;
}
footer .wrapper .footer-left-items p, footer .wrapper .footer-right-items p {
	margin-bottom: 0;
}
footer .wrapper .footer-left-items #nav-footer-menu {
	font-family: rockwell-nova, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
footer .wrapper .footer-left-items nav ul li a {
	color: #ffffff;
}
footer .wrapper .footer-left-items nav ul li a:hover {
	color: rgba(255, 255, 255, 0.5);
}
footer .wrapper .footer-left-items .copyright-nav-wrapper {
	font-family: lora, serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 23px;
	display: flex;
	flex-direction: column;
}
footer .wrapper .footer-left-items .copyright-nav-wrapper nav ul li {
	position: relative;
	margin-right: 10px;
	display: inline;
}
footer .wrapper .siteby {
	font-family: lora, serif;
	font-size: 10px;
	line-height: 20px;
	font-style: italic;
	margin-top: 10px;
}
footer .wrapper .siteby a {
	color: #c1e0f2;
}
footer .wrapper .siteby a:hover {
	color: rgba(193, 224, 242, 0.8);
}
footer .wrapper .footer-left-items .copyright-nav-wrapper nav ul li:last-child {
	margin-right: 0;
}
footer .wrapper .footer-left-items .copyright-nav-wrapper nav ul li:last-child:after {
	position: relative;
	top: 0;
	content: '';
	padding-left: 0;
}

/* Cookie Notification
----------------------------- */

.cookies {
	position: relative;
}
.cookies .wrapper {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	background-color: #c1e0f2;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	padding: 15px 15px 10px;
	border-radius: 5px 0 0 0;
	z-index: 99;
}
.cookies .wrapper p {
	display: inline;
	margin-bottom: 0;
}
.cookies .wrapper svg {
	position: relative;
	top: 8px;
	fill: #4d4d4d;
	max-width: 15px;
	margin-left: 5px;
}
.cookies .wrapper a {
	color: #4d4d4d;
}
.cookies .wrapper a:hover {
	color: #000000;
}

/* Page
----------------------------- */

.content-wrapper {
	width: 100%;
}
.content-wrapper p {
	margin-bottom: 26px;
}
.content-wrapper ul, .content-wrapper ol {
	margin-bottom: 26px;
}
.content-wrapper ul {
	list-style-type: disc;
}
.content-wrapper ul li::marker {
	color: #004c77;
}
.breadcrumbs {
	font-size: 12px;
	line-height: 14px;
	color: #808080;
}
.breadcrumbs .wrapper {
	padding: 0 30px;
}
.breadcrumbs .wrapper a {
	padding-right: 5px;
}
.breadcrumbs .wrapper .breadcrumb_last {
	padding-left: 5px;
}

/* Main Blog Page
----------------------------- */

.content-wrapper.posts {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.content-wrapper.posts article {
	width: 100%;
	margin-bottom: 30px;
}
.content-wrapper.posts article section img {
	border: 2px solid #bd3c4c;
	padding: 2px;
	margin-bottom: 10px;
}
.content-wrapper.posts article section h2 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 5px;
}
.pagination-wrapper {
	margin: 50px auto;
	max-width: 1200px;
}
.pagination h2 {
	display: none;
}
.pagination-wrapper .page-navigation {
	text-align: center;
}
.pagination-wrapper .page-navigation .pagination {
	font-size: 15px;
	line-height: 25px;
	margin: 0;
}
.pagination-wrapper .page-navigation .pagination li {
	display: inline;
}
.pagination-wrapper .page-navigation .pagination li:not(:last-of-type) {
	margin-right: 10px;
}
.pagination-wrapper .page-navigation .pagination .current {

}

/* Single Blog Post Page
----------------------------- */

.content-wrapper.post article section img.wp-post-image {
	margin-bottom: 20px;
}
.content-wrapper.post article section .byline {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}

/* Home
----------------------------- */

.hero-image {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.hero-image .wrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 75px;
	text-align: center;
}
.hero-image .wrapper .headline {
	font-size: 29px;
	line-height: 50px;
	color: #000000;
	margin-bottom: 30px;
}
.hero-image .wrapper .headline span {
	font-family: rockwell-nova, sans-serif;
	font-size: 60px;
	line-height: 72px;
	font-weight: 700;
	text-transform: uppercase;
	color: #bd3c4c;
}
.video {
	padding-top: 40px;
}
.video .wpb_wrapper {
	max-width: 1200px;
	margin: 0 auto;
}
.medal .wpb_column .vc_column-inner {
	max-width: 1332px;
	margin: 0 auto;
}
.medal .stars {
	max-width: 118px;
}
.medal .quote {
	font-family: rockwell-nova, sans-serif;
	color: #499dcc;
	max-width: 500px;
	margin: 0 auto 26px;
}
.medal .quote .text {
	font-size: 36px;
	line-height: 41px;
	font-weight: 700;
}
.medal .quote .credit {
	font-size: 22px;
	line-height: 26px;
}
.blocks {
	display: flex;
	flex-wrap: wrap;
	color: #ffffff;
	text-align: center;
}
.blocks div {
	width: 50%;
}
.blocks .text-block p:not(:last-of-type) {
	margin-bottom: 26px;
}
.blocks .text-block img.stars {
	width: 117px;
}
.blocks .text-block .big {
	font-family: rockwell-nova, sans-serif;
	font-weight: 700;
	color: #ffffff;
}
.blocks .image-block {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/* Donate
----------------------------- */

.vc_row.donation {
	max-width: 1070px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 90px;
	margin-left: auto;
	justify-content: space-between;
}
.contact .vc_row.donation {
	margin-top: 90px;
}
.donation .wpb_column {
	border: 2px solid #d7dadb;
}
.donation .wpb_column .wpb_wrapper {
	position: relative;
}
.donation .wpb_column .wpb_wrapper .wpb_text_column.text {
	padding: 40px 0 5px;
}
.donation h2 {
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	font-size: 32px;
	line-height: 31px;
	text-transform: uppercase;
	max-width: 400px;
	margin: 0 auto;
	background-color: #ffffff;
}
.contact .donation h2 {
	background-color: #edf6fb;
}

/* Sponsors
----------------------------- */

.logos img {
	width: 300px;
	height: auto;
}

/* 404
-------------------------------- */

form.search-form {
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
}
form.search-form label {
	width: 100%;
	margin-right: 15px;
}
form.search-form label {
	display: none;
}
form.search-form input[type=search] {
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	line-height: 28px;
	width: 100%;
	border: 1px solid #bfbfbf;
}
form.search-form input[type=submit] {
	text-transform: uppercase;
	font-weight: 700;
}


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

/* used on anti-spam form */
#theForm, .gform_validation_container {
	position: absolute;
	top: 0;
	left: -99999px;
}


/* Form
----------------------------- */

form input, form textarea, form select, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea {
	padding: 15px !important;
	border: 1px solid #b3b3b3;
	outline: none;
	color: #4a4a4a;
}
form input[type=radio], form input[type=checkbox], .gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
	display: flex;
	justify-content: space-between;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 0;
}
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
	flex-grow: 1;
}
.gform_confirmation_wrapper {
	font-size: 20px;
	font-weight: 700;
	color: #004c77;
	text-align: center;
	margin: 50px 0 25px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/* Prevent landscape on mobile
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    html {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: 100vh;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }
}
*/
/*
320-480     portrait
568-853     landscape

600-800     portrait
960-1280    landscape

1289x859 chromebook
1366x768 laptop
*/

@media (max-width: 599px) {
	form.search-form {
		flex-direction: column;
	}
	form.search-form input[type=search] {
		margin-bottom: 10px;
	}
	form.search-form input[type=submit] {
		width: 100%;
		display: inline-block;
		padding: 15px !important;
	}
}
@media (max-width: 640px) {
	.inquiry {
		background-position: right;
	}
}
@media (max-width: 767px) {
	header .top-bar, header .wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.m-menu__burger {
		right: 15px;
	}
	header .wrapper .header-left-items .logo {
		top: -11px;
		width: 98px;
	}
	#int .h1, #int h1 {
		font-size: 35px;
		line-height: 36px;
	}
	.home h1 {
		font-size: 27px;
		line-height: 32px;
		margin-bottom: 10px;
	}
	.h2, h2 {
		font-size: 30px;
		line-height: 44px;
	}
	.home h2 {
		font-size: 25px;
		line-height: 35px;
	}
	.h3, h3 {
		font-size: 27px;
		line-height: 32px;
	}
	.h4, h4 {
		font-size: 24px;
		line-height: 26px;
	}
	.caption {
		font-size: 16px;
	}
	.header-image {
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.header-image .wrapper p {
		font-size: 16px;
	}
	.hero-image, .header-image {
		margin-top: 11px;
	}
	.hero-image .wrapper .headline {
		font-size: 20px;
		line-height: 30px;
	}
	.hero-image .wrapper .headline span {
		font-size: 35px;
		line-height: 45px;
	}
	.medal .quote .text {
		font-size: 30px;
		line-height: 35px;
	}
	.donation .wpb_column {
		margin-bottom: 50px;
	}
	.vc_row.fixed-medium .vc_column-inner, .vc_row.fixed-large .vc_column-inner {
		padding-left: 0;
		padding-right: 0;
	}
	.blocks .text-block .big {
		font-size: 28px;
		line-height: 31px;
	}
	.medal .medal img {
		width: 50%;
	}
}
@media (max-width: 839px) {
	.content-wrapper.posts article {
		width: auto;
	}
}
@media (min-width: 840px) and (max-width: 1024px) {
	.content-wrapper.posts {
		justify-content: space-between;
	}
	.content-wrapper.posts article {
		width: 49%;
	}
}
@media (max-width: 991px) {
	header .wrapper .header-left-items, header .wrapper .header-right-items {
		width: 50%;
	}
	footer .wrapper {
		flex-direction: column;
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}
	footer .wrapper .footer-left-items {
		order: 1;
	}
	footer .wrapper .footer-left-items .copyright-nav-wrapper .copyright {
		order: 1;
	}
	footer .wrapper .footer-left-items .copyright-nav-wrapper nav {
		order: 0;
		margin-bottom: 20px;
		z-index: 1;
	}
	footer .wrapper .siteby {
		font-size: 13px;
		margin-top: 4px;
	}
	footer .wrapper .footer-right-items {
		order: 0;
		margin-bottom: 20px;
	}
	footer .wrapper .footer-right-items .sep {
		display: block;
	}
	footer .wrapper .footer-right-items .social-media-icons {
		margin-bottom: 15px;
	}
	footer .wrapper .footer-left-items .siteby {
		order: 2;
	}
	footer .wrapper .footer-right-items {
		align-items: center;
	}
	footer .wrapper .footer-right-items .siteby {
		display: none;
	}
	.hero-image .wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	div.btn, .btn a, a.btn, .button, button, input[type="submit"] {
		font-size: 25px !important;
		line-height: 35px;
	}
}
@media (min-width: 600px) {
	form.search-form input[type=search] {
		width: 90%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 768px) {
	header .top-bar, header .wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
	.m-menu__burger {
		right: 30px;
	}
	.big-text {
		font-size: 20px;
		line-height: 34px;
	}
	#nav-footer-menu .nav li {
		display: inline;
	}
	.medal .text {
		margin-top: 50px;
	}
	.blocks {
		font-size: 20px;
		line-height: 34px;
	}
	.blocks .text-block .big {
		font-size: 38px;
		line-height: 41px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	header .wrapper .header-right-items .menu {
		right: 73px;
	}
	.hero-image, .header-image {
		margin-top: 9px;
	}
	.donation .wpb_column {
		width: 48%;
	}
	#nav-footer-menu .nav li:not(:last-of-type) {
		margin-right: 10px;
	}
}
@media (min-width: 768px) and (max-width: 1349px) {
	.hero-image .wrapper .headline {
		font-size: 25px;
		line-height: 46px;
	}
	.hero-image .wrapper .headline span {
		font-size: 45px;
		line-height: 57px;
	}
}
@media (min-width: 992px) {
	footer .wrapper {
		flex-direction: row;
		padding: 30px;
	}
	footer .wrapper .footer-left-items .copyright-nav-wrapper {
		flex-direction: row;
	}
	footer .wrapper .footer-left-items .copyright-nav-wrapper .copyright {
		margin-right: 15px;
	}
	footer .wrapper .footer-right-items .sep {
		display: inline;
		margin: 0 5px;
	}
	footer .wrapper .footer-left-items .siteby {
		display: none;
	}
	footer .wrapper .footer-right-items .siteby {
		display: block;
	}
	footer .wrapper .footer-right-items {
		align-items: flex-end;
	}
	div.btn, .btn a, a.btn, .button, button, input[type="submit"] {
		font-size: 28px !important;
		line-height: 38px;
	}
}
@media (min-width: 992px) and (max-width: 1023px) {
	footer .wrapper .footer-left-items .copyright-nav-wrapper nav ul li a {
		font-size: 14px;
	}
	footer .wrapper .footer-right-items p.address {
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 1023px) {
	footer .wrapper .footer-left-items .copyright-nav-wrapper .copyright {
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 1024px) {
	#logo-main {
	}
	#logo-main a {
		margin: 0 auto;
	}
	#logo-main a img {
		width: 75%;
	}
	#nav-main {
		display: none;
	}
	.m-menu {
		display: block;
	}
	header .wrapper .header-right-items {
		margin-top: 25px;
	}
	.vc_row.fixed-medium, .vc_row.fixed-large, .vc_row.donation, .fixed-large {
		padding-left: 20px;
		padding-right: 20px;
	}
	.blocks {
		flex-direction: column;
	}
	.blocks div {
		width: 100%;
	}
	.blocks .text-block {
		padding: 40px 20px;
	}
	.blocks .image-block {
		min-height: 400px;
	}
	.blocks .text-block.top {
		order: 0;
	}
	.blocks .image-block.top {
		order: 1;
	}
	.blocks .text-block.bottom {
		order: 2;
	}
	.blocks .image-block.bottom {
		order: 3;
	}
}
@media (max-width: 1149px) {
	footer .wrapper .footer-left-items #nav-footer-menu {
		font-size: 16px;
	}
}
@media (max-width: 1199px) {
	.content-wrapper.fixed-large, .pagination-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 1349px) {
	#nav-main .nav li.btn {
		display: none;
	}
	.hero-image {
		min-height: 525px;
	}
	#int .content-wrapper {
		margin-top: 50px;
	}
}
@media (min-width: 1025px) {
	header .wrapper .header-left-items {
		width: 25%;
	}
	header .wrapper .header-right-items {
		flex-grow: 1;
		justify-content: flex-end;
	}
	header .wrapper .header-right-items .menu {
		display: none;
	}
	#nav-main {
		display: block;
	}
	#nav-main {
		font-family: rockwell-nova, sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	.m-menu {
		display: none;
	}
	.nav > li, .nav > li > a {
		display: inline-block;
	}
	.nav li:hover, .nav li a:hover,
	.nav li:active, .nav li a:active {
		text-decoration: none;
	}
	#nav-main .nav li {
		vertical-align: middle;
	}
	#nav-main .nav li {
		vertical-align: middle;
	}
	#nav-main .nav li.menu-item-has-children {
		overflow: hidden;
		position: relative;
		padding-right: 15px;
	}
	#nav-main .nav li.menu-item-has-children:after {
		position: absolute;
		right: 0;
		bottom: 10px;
		content: '';
		background: url(assets/img/main-menu-arrow.svg) 0 0 no-repeat;
		background-size: 100%;
		width: 10px;
		height: 5px;
	}
	#nav-main .nav li.menu-item-has-children:hover {
		height: auto;
		overflow: visible;
	}
	#nav-main .nav li.menu-item-has-children ul {
		opacity: 0;
		position: absolute;
		left: 0;
		z-index: 2000 !important;
		width: 250px;
		padding: 0px;
		display: block;
	}
	#nav-main .nav li.menu-item-has-children ul li,
	#nav-main .nav li.menu-item-has-children ul li.menu-item-has-children ul li {
		opacity: 0;
	}
	#nav-main .nav li.menu-item-has-children:hover ul,
	#nav-main .nav li.menu-item-has-children ul li.menu-item-has-children:hover ul {
		opacity: 1;
		top: 28px;
		display: block;
		z-index: 2000 !important;
		background-color: #004c77;
	}
	#nav-main .nav li.menu-item-has-children:hover ul li,
	#nav-main .nav li.menu-item-has-children ul li.menu-item-has-children:hover ul li {
		opacity: 1;
	}
	#nav-main .nav li.menu-item-has-children ul li {
		display: block;
	}
	#nav-main .nav li.menu-item-has-children ul li:not(:last-of-type) {
		border-bottom: 1px solid #fff;
	}
	#nav-main .nav li.menu-item-has-children ul li:hover {
		background-color: #026089;
	}
	#nav-main .nav li.menu-item-has-children ul a {
		text-transform: none;
		font-size: 16px;
		line-height: 26px;
		display: block;
		padding: 15px 20px;
		color: #ffffff;
	}
	#nav-main .nav li.menu-item-has-children ul li.menu-item-has-children ul {
		top: 0;
		left: 0;
		opacity: 0;
	}
	#nav-main .nav li.menu-item-has-children ul li.menu-item-has-children:hover ul {
		left: 250px;
		top: 0;
		background: #666;
		background: -moz-linear-gradient(left, #011239 0%, #012169 100%);
		background: -webkit-linear-gradient(left, #011239 0%, #012169 100%);
		background: linear-gradient(to right, #011239 0%, #012169 100%);
	}
	#nav-main .nav .sub-menu a:hover, .nav .sub-menu a:active, .nav .sub-menu a:focus {
		background-color: #666;
		opacity: 1;
	}
	#nav-main .nav li.mobile-only {
		display: none;
	}
	.donation .wpb_column {
		max-width: 487px;
	}
	.content-wrapper.posts article {
		margin-right: 20px;
		width: 30%;
	}
	.content-wrapper.posts article:nth-child(3n+3) {
		margin-right: 0;
	}
	.blocks .text-block {
		padding: 6vw;
	}
}
@media (min-width: 1025px) and (max-width: 1199px) {
	#nav-main .nav li:not(:first-of-type) {
		margin-left: 10px;
	}
	#nav-footer-menu .nav li:not(:last-of-type) {
		margin-right: 15px;
	}
}
@media (min-width: 1025px) and (max-width: 1499px) {
	#nav-main {
		font-size: 15px;
		line-height: 25px;
	}
}
@media (min-width: 1025px) and (max-width: 1349px) {
	#nav-main {
		margin-top: 25px;
	}
	#nav-secondary ul li.desktop-hide {
		display: inline-block;
	}
	.hero-image, .header-image {
		margin-top: 18px;
	}
}
@media (min-width: 1024px) {
	footer .wrapper .footer-right-items p.address {
		font-size: 16px;
		line-height: 22px;
	}
}
@media (min-width: 1200px) {
	#nav-main .nav li:not(:first-of-type) {
		margin-left: 21px;
	}
	#nav-main .nav li.btn a {
		font-size: 25px !important;
		line-height: 30px;
		color: #ffffff;
	}
	#nav-footer-menu .nav li:not(:last-of-type) {
		margin-right: 25px;
	}
}
@media (min-width: 1500px) {
	#nav-main {
		font-size: 18px;
		line-height: 28px;
	}
}
@media (min-width: 1300px) {
	.content-wrapper.posts article {
		max-width: 400px;
	}
}
@media (min-width: 1350px) {
	#nav-main {
		margin-top: 13px;
		margin-bottom: 12px;
	}
	#nav-secondary ul li.desktop-hide {
		display: none;
	}
	#nav-main .nav li.btn {
		display: inline-block;
	}
	.hero-image .wrapper .headline {
		font-size: 39px;
		line-height: 60px;
	}
	.hero-image .wrapper .headline span {
		font-size: 55px;
		line-height: 67px;
	}
	#int .content-wrapper {
		margin-top: 75px;
	}
}
@media (min-width: 1350px) and (max-width: 1499px) {
	.hero-image {
		min-height: 800px;
	}
}
@media (min-width: 1500px) {
	.hero-image {
		min-height: 1050px;
	}
}

/* Helpers
   ----------------------------- */
a, button, input[type="reset"], input[type="submit"], input[type="button"], a img, a svg, .btn, .hover-overlay,
.hover-container .btn, #nav-main .nav li.menu-item-has-children ul, #nav-main .nav li.menu-item-has-children ul li.menu-item-has-children ul {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.img-responsive {
	width: 100%;
	height: auto;
}
.clear {
	clear: both;
}
.no-padding {
	padding: 0;
}
.full-bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.parallax {
	background-attachment: fixed;
}
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.center {
	text-align: center;
}
.negative-bottom-margin {
	margin-bottom: -30px;
}
.big-bold {
	font-size: 22px;
	line-height: 31px;
	font-weight: 700;
	text-transform: uppercase;
	color: #004c77;
}
.content-wrapper main[role=article] p.no-bottom-margin {
	margin-bottom: 0;
}
.vc_row.fixed-medium {
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
}
.vc_row.fixed-large, .content-wrapper.fixed-large {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.blue-bg {
	background-color: #edf6fb;
}
.bright-blue-bg {
	background-color: #499dcc;
}
.dark-blue-bg {
	background-color: #004c77;
}
.vc_row.blue-bg, .vc_row.medal {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.tape, .stars {
	position: relative;
}
.tape {
	padding-bottom: 25px;
}
.tape:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background: url(assets/img/tape.png) 0 0 no-repeat;
	background-size: contain;
	max-width: 619px;
	min-height: 22px;
}
.stars:before {
	position: absolute;
	top: -15px;
	right: 0;
	left: 0;
	margin: 0 auto;
	content: '';
	background: url(assets/img/small-stars.png) 0 0 no-repeat;
	background-size: contain;
	max-width: 117px;
	min-height: 27px;
}
.sm-blue-italic {
	font-style: italic;
	color: #004c77;
	font-size: 16px;
}
.m-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	pointer-events: none;
	margin: 0;
	padding: 0;
}
.m-menu__backdrop {
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 0;
	transition: opacity 500ms ease-out;
	pointer-events: none;
}
.m-menu__burger {
	position: absolute;
	top: 51px;
	z-index: 2;
	width: 32px;
	height: 24px;
}
.m-menu__burger span,
.m-menu__burger span::before,
.m-menu__burger span::after {
	display: block;
	content: "";
	width: 32px;
	height: 4px;
	background-color: #bd3c4c;
	position: absolute;
	transform: rotate(0);
	transition: all .2s;
}

.m-menu__burger span::before {
	top: -8px;
}

.m-menu__burger span::after {
	top: 8px;
}
.m-menu__toggle {
	z-index: 3;
	position: absolute;
	top: 36px;
	right: 15px;
	width: 4rem;
	height: 4rem;
	cursor: pointer;
	opacity: 0;
	outline: 1px solid black;
	pointer-events: all;
}
.m-menu__content {
	z-index: 4;
	position: absolute;
	top: 126px;
	left: 0;
	overflow: auto;
	width: 20rem;
	height: 100vh;
	margin: 0;
	padding: 0 0 2rem 0;
	background-color: #000000;
	transform-origin: 0 0;
	transform: translateX(-31.5rem);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	pointer-events: all;
}
.m-menu__toggle:checked {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}
.m-menu__toggle:checked ~ .m-menu__burger span {
	background-color: transparent;
}
.m-menu__toggle:checked ~ .m-menu__burger span::before, .m-menu__toggle:checked ~ .m-menu__burger span::after {
	top: 0;
}
.m-menu__toggle:checked ~ .m-menu__burger span::before {
	transform: rotate(135deg);
}
.m-menu__toggle:checked ~ .m-menu__burger span::after {
	transform: rotate(-135deg);
}
.m-menu__toggle:checked ~ .m-menu__content {
	transform: none;
}