/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.7
*/
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }




/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}




table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
 tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
 tr.odd td {
	background: #F2F7FC;
}




.attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, 
 img.alignright, 
 img.aligncenter {
	margin-bottom: 12px;
}
 .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
 .wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin:0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}




/* ---------- layout ----------*/
body {
    font-family: 'Montserrat', sans-serif;
}
.wrapper {
	margin:0 auto;
	overflow: hidden;
}
.container {
	width:1200px;
	margin:0 auto;
}
.clear{clear:both; font-size:0px;line-height:0px;}

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

/* --------- HEADER HERE ---------*/
.header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(30,51,66,0.37);
	padding: 20px 0;
	z-index: 9999;
}
.logo										{}
/* ---------------------------------------------------------*/



/* --------- NAVIGATION HERE --------*/
.nav										{}
.nav ul										{}
.nav ul li									{}
.nav ul li a								{}
.nav ul li a span							{}
.nav ul li a:hover							{}
.mainnav {
	display: inline-block;
}
.mainnav nav {
	float: left;
}
.mainnav nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mainnav nav ul li {
	float: left;
	margin-right: 6px;
}
.mainnav nav ul li a {
	height: 30px;
	color: #ffffff;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	transition: 0.2s ease-in;
	padding: 0 10px;
}
.mainnav nav ul li.current-menu-item a {
	color: #6dcff6;
}
.mainnav nav ul li a:hover {
	color: #6dcff6;
}
.mainnav .btn {
	margin-left: 4px;
}


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

/* ------- MAIN CONTENT HERE --------*/
.main_content								{}
.home_hero {
	height: 100vh;
	min-height: 700px;
	background: #3d6a9f;
	position: relative;
}
.backbg {
	display: none;
}
.backbgbox {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.home_hero video {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}
.hero_caption {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100vh;
	min-height: 700px;
	position: relative;
	z-index: 60;
}
.hero_caption figure {
	margin-bottom: 54px;
}
.hero_caption figure img {
	max-width: 100%;
}
.olay {
	background: rgba(61,106,159,0.6);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 40;
}
.mobile_menubtn {
	display: none;
}
.btn {
	box-shadow: none;
	-webkit-appearance: none;
	outline: none !important;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	transition: 0.2s ease-in;
}
.btn-sm {
	height: 30px;
	border: none;
	font-size: 13px;
	font-weight: 700;
	line-height: 30px;
	border-radius: 6px;
	padding: 0 8px;
	letter-spacing: 1.4px;
}
.btn-sm.btn-info {
	color: #32567d !important;
}
.btn-md {
	border: none;
	height: 50px;
	line-height: 50px;
	border-radius: 0;
}
.btn-md.btn-info {
	color: #3d6a9f;
	font-size: 15px;
	font-weight: 900;
}
.btn-lg {
	height: 60px;
	border: 2px solid #ffffff !important;
	font-size: 20px;
	font-weight: 900;
	line-height: 56px;
	letter-spacing: 2.2px;
	padding: 0 15px;
	border-radius: 12px;
}
.btn-lg.btn-info {
	color: #3d6a9f !important;
}
.btn-info {
	background: #6dcff6;
}
.btn-info:hover {
	background: #36b4e6;
}
.btn-lg .triangle {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 15px;
	border-color: transparent transparent transparent #ffffff;
	margin-left: 6px;
	position: relative;
	top: 1px;
}
.form-group {
	margin-bottom: 20px;
	position: relative;
}
.form-control {
	width: 100%;
	height: 55px;
	background: #ffffff !important;
	border: none !important;
	border-radius: 0;
	box-shadow: none !important;
	-webkit-appearance: none;
	outline: none !important;
	color: #495c80;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 55px;
	padding: 0 10px !important;
	text-align: left;
}
.form-submit {
	width: 100%;
	height: 55px;
	background: #213465;
	border: none !important;
	border-radius: 0;
	box-shadow: none !important;
	-webkit-appearance: none;
	outline: none !important;
	color: #ffffff !important;
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 55px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	padding: 0 15px !important;
	transition: 0.2s ease-in;
}
.form-submit:hover {
	background: #091c4c;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 	color: #737c99;
	opacity: 1;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
	color: #737c99;
	opacity: 1;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  	color: #737c99;
	opacity: 1;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  	color: #737c99;
	opacity: 1;
}
.ebox h2 {
	color: #3d6a9f;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 2.5px;
}
h1 {
	color: #3d6a9f;
    font-family: "Montserrat",sans-serif;
    font-size: 44px;
    font-weight: 900;
    letter-spacing: 3px;
	text-transform: uppercase;
}
h2 {
	color: #6dcff6;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 2.2px;
}
h3 {
	color: #3d6a9f;
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h4 {
	color: #3d6a9f;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 1.8px;
}
h5 {
	color: #3d6a9f;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
h6 {
	color: #3d6a9f;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}
h2 strong {
	color: #3d6a9f;
	font-weight: 900;
}
p {
	color: #242323;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 24px;
}
.main_content ul {
	list-style: disc;
}
.main_content ol {
	list-style: decimal;
}
.main_content li {
	color: #242323;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 24px;
	padding-bottom: 5px;
}
.main_content h1, .main_content h2, .main_content h3, .main_content h4, .main_content h5, .main_content h6 {
	padding-bottom: 0.4em;
}
.ebox {
	
}
.ebox [class*='col-'] {
	padding-top: 42px;
}
.no-padding [class*='col-'] {
	padding-left: 0;
	padding-right: 0;
}
.featured_event {
	min-height: 440px;
	padding-bottom: 20px;
}
.featured_event figure {
	
}
.featured_event figure img {
	max-width: 100%;
}
.featured_event h2 {
	padding-bottom: 18px;
}
.join_campaign {
	background: #6dcff6;
}
.join_campaign h2 {
	padding-bottom: 10px;
}
.join_campaign h2 span {
	color: #ffffff;
}
.join_campaign h3 {
	color: #3d6a9f;
	font-size: 19px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.8px;
	padding-top: 2px;
	padding-bottom: 20px;
}
.join_form {
	padding-bottom: 20px;
}
.join_form_content {
	max-width: 360px;
	margin: 0 auto;
}
.mid_links img {
	display: block;
	width: 100%;
}
.mid_links h3 {
	color: #ffffff;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 2.2px;
	position: absolute;
	left: 0;
	bottom: 24px;
	width: 100%;
	text-align: center;
	transition: 0.2s ease-in;
}
.mid_links a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.why_running {
	background: #ebebeb;
}
.why_running_content {
	padding-left: 280px;
	min-height: 436px;
}
.why_running figure {
	min-height: 436px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: absolute;
	left: 0;
	bottom: 0;
}
.why_running figure img {
	max-width: 100%;
}
.why_running article {
	padding-top: 24px;
	padding-right: 80px;
	padding-bottom: 20px;
}
.why_running article h2 {
	color: #6dcff6;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 2.2px;
	margin-bottom: 18px;
}
.why_running article h2 strong {
	color: #3d6a9f;
	font-weight: 900;
}
.why_running article h2:after {
	display: block;
	content: "";
	width: 238px;
	height: 5px;
	background: #6dcff6;
	margin: 0 auto;
	margin-top: 14px;
}
.people_power {
	padding-top: 25px;
	padding-bottom: 34px;
}
.people_power h2 {
	padding-bottom: 15px;
}
.people_power p {
	line-height: 22px;
	padding: 0 30px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.social_block {
	
}
.social_block h2 {
	color: #3d6a9f;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	text-align: center;
	padding-bottom: 26px;
}
.social_box {
	
}
.social_box img {
	display: block;
	width: 100%;
}
.btn-group  {
	
}
.btn-group .btn-primary {
	width: 136px;
	height: 50px;
	background: #ffffff;
	border: 5px solid #6dcff6;
	color: #3d6a9f !important;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 1.5px;
	text-align: center;
	border-radius: 0 !important;
	padding: 0 10px;
	margin: 0 6px !important;
}
.btn-group .btn-primary:hover {
	border: 5px solid #42b2de; 
}
.btn-group .btn-primary.active {
	background: #6dcff6;
	border-color: #6dcff6;
	box-shadow: none;
	color: #ffffff !important;
}
.inner_hero {
	height: 400px;
	position: relative;
}
.inner_caption {
	height: 400px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 60;
}
.inner_caption h1 {
	color: #ffffff;
}
.main_content {
	padding-top: 40px;
	padding-bottom: 40px;
}

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


/* -------- FOOTER HERE ----------*/
.footer {
	background: #3d6a9f;
	padding: 32px 0;
}
.social_links {
	padding-bottom: 24px;
}
.social_links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social_links ul li {
	display: inline-block;
	margin: 0 8px;
}
.social_links ul li a {
	display: block;
	transition: 0.2s ease-in;
}
.social_links ul li a:hover {
	opacity: 0.8;
}
.donate_box {
	margin-bottom: 35px;
}
.footer_links {
	padding-bottom: 22px;
}
.footer_links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_links ul li {
	display: inline-block;
}
.footer_links ul li:after {
	display: inline-block;
	content: "/";
	color: #ffffff;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: normal;
	margin: 0 6px;
}
.footer_links ul li:last-child:after {
	display: none;
}
.footer_links ul li a {
	color: #ffffff;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	transition: 0.2s ease-in;
	letter-spacing: 1.8px;
}
.footer_links ul li a:hover {
	color: #e5f8ff;
}
.footer_logo {
	margin-bottom: 8px;
}
.footer_logo img {
	max-width: 100%;
}
.footer address {
	color: #ffffff;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.8px;
	padding-bottom: 14px;
}
.site_by {
	display: inline-block;
	border: 1px solid #becddf;
	padding: 0 10px;
}
.site_by p {
	color: #ffffff;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.donate_box input[type="submit"] {
	font-family: 'Montserrat', sans-serif;
	padding: 0 10px;
	min-width: 136px;
	margin-left: 5px;
}

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


body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a[href^=tel] {
	color: #ffffff;
	text-decoration:none;
}
	
	
	
/* ---------------------------------------------------------*/

.form-group .wpcf7-not-valid-tip {
	color: #b00e0e;
	font-size: 11px !important;
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	text-align: left;
}
.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-response-output {
	color: #b00e0e;
	font-size: 11px !important;
	border: none !important;
	margin: 0 !important;
	display: block;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	text-align: center !important;
}
.join_form_content {
	position: relative;
}
.wpcf7-not-valid {
	background: #ffe2e2 !important;
}
.ff-stream-wrapper {
	margin: 0 !important;
}
.ff-stream {
	padding-top: 0 !important;
	min-height: 1px !important;
	padding-bottom: 0 !important;
}
.ff-header {
	display: none;
}
.ff-loadmore-wrapper {
	display: none;
}
.ff-stream .ff-item {
	height: 360px;
	background: #2daae1;
	text-align: center !important;
	box-shadow: none;
}
.ff-stream .ff-item:nth-child(odd) {
	
}
.ff-stream .picture-item__inner {
	background: none !important;
}
.ff-stream .ff-icon:before {
	display: none;
}
.ff-item-meta {
	display: none;
}
.ff-item-bar {
	display: none;
}
.ff-stream .ff-content {
	height: 360px !important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	margin: 0 !important;
	padding: 20px 40px;
	color: #ffffff;
	font-size: 16px !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 17px;
	box-shadow: none;
	max-height: none !important;
}
.ff-stream .ff-content  a {
	color: #ffffff;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 17px;
	text-decoration: none;
}
.ff-stream .ff-content  a:hover {
	text-decoration: underline;
}
.ff-stream .picture-item__inner {
	box-shadow: none !important;
}
.ff-stream .ff-icon-inner {
	font-size: 26px !important;
}
.ff-stream .ff-label-wrapper {
	top: 10px !important;
	right: 10px !important;
}
.post {
	border-bottom: 1px solid #cff0ff;
	margin-bottom: 15px;
}
.post:last-child {
	border-bottom: none;
}
.post .entry-title {
	font-size: 22px;
	padding-bottom: 10px;
	letter-spacing: 1.6px;
	text-transform: none;
}
.post .link-more a {
	display: inline-block;
	background: #213465;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 45px;
    letter-spacing: 0.6px;
    line-height: 45px;
    outline: medium none;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in 0s;
    width: auto;
}
.post .link-more a:hover {
    background: #091c4c;
	text-decoration: none;
}
.featured_event {
    position: relative;
}
.featured_event a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 40;
}

/*20-08*/
.mid_links [class*="col-"] {
	background: #000000;
}
.mid_links img {
	transition: 0.2s ease-in;
}
.mid_links [class*="col-"]:hover img {
	opacity: 0.75;
}
.mid_links a {
	z-index: 40;
}
.mid_links h3 {
	z-index: 20;
}
.featured_event:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.25);
	opacity: 0;
	transition: 0.2s ease-in;

}
.featured_event h2, .featured_event figure {
	position: relative;
	z-index: 20;
}
.featured_event:hover:after {
	opacity: 1;
}
.join_form_content .yikes-easy-mc-form > label {
    margin-bottom: 20px;
}
.join_form_content .yikes-easy-mc-form > label input {
    margin-bottom: 0;
}
.join_form_content .form-submit {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.join_form_content {
    position: relative;
}
.join_form_content .yikes-easy-mc-error-message {
    font-size: 12px;
    background: none;
    padding: 0;
    line-height: normal;
    margin: 0;
    padding-bottom: 2px;
}
.h_btns {
    text-align: center;
}
.h_btns .btn {
    margin: 0 10px 10px;
}

/*19-12*/
.mainnav nav ul li {
	position: relative;
}
.mainnav nav ul li.menudown > a {
	color: #6dcff6;
}
.mainnav nav ul li a {
	cursor: pointer;
}
.mainnav nav ul li ul {
	display: none;
	width: 160px;
	background: rgba(30, 51, 66, 0.6);
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 9999;
	padding: 8px 0;
	border-bottom: 2px solid #6DCFF6;
}
.mainnav nav ul li ul li {
	float: none;
	margin: 0;
}
.mainnav nav ul li ul li a {
	display: block;
	padding: 10px 10px;
	text-align: left;
	height: auto;
	line-height: normal;
}
.mainnav nav ul li ul li a:hover {
	background: rgba(0,0,0,0.1);
}
.pagination {
	
}
.pagination span.current {
    float: left;
    background: #213465;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    letter-spacing: 0.6px;
    line-height: 40px;
    outline: medium none;
    text-decoration: none;
    padding: 0 5px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in 0s;
    width: 40px;
    margin-right: 10px;
}
.pagination a.next {
    background: #ffffff;
    border: 2px solid #213465;
    position: relative;
    overflow: hidden;
}
.pagination a.next span {
    display: none;
}
.pagination a.next svg {
    height: 36px;
    left: 8px;
    max-width: 50%;
    position: absolute;
}
.pagination a {
    float: left;
    background: #213465;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    letter-spacing: 0.6px;
    line-height: 36px;
    outline: medium none;
    text-decoration: none;
    padding: 0 5px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in 0s;
    width: 40px;
    margin-right: 10px;
    color: #213465;
    background: #ffffff;
    border: 2px solid #213465;
    position: relative;
    overflow: hidden;
}
.pagination a.prev {
    background: #ffffff;
    border: 2px solid #213465;
    position: relative;
    overflow: hidden;
}
.pagination a.prev span {
    display: none;
}
.pagination a.prev svg {
    height: 36px;
    left: 8px;
    max-width: 50%;
    position: absolute;
}

/*30-01*/
.sliderview .slick-slide a {
    position: static;
}
.ebox .featured_event {
    padding: 0;
}
.slick-prev {
    width: 40px;
    height: 40px;
    background: none;
    content: '<';
    font-size: 20px;
    text-indent: -9999px;
    border: none;
    box-shadow: none;
    -webkit-appearance:none;
    outline: none !important;
    padding: 0;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
}
.slick-next {
    width: 40px;
    height: 40px;
    background: none;
    content: '<';
    font-size: 20px;
    text-indent: -9999px;
    border: none;
    box-shadow: none;
    -webkit-appearance:none;
    outline: none !important;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
}
.sliderview, .sliderview .slick-list, .sliderview .slick-track, .sliderview .slick-slide  {
    height: 100%;
}
.sliderview .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.featured_event:after {
    display: none !important;
}
.sliderview .slick-slide div {
    display: block !important;
    height: 100%;
}