@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight:normal;
	vertical-align:baseline;
	background:transparent;
	list-style:none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: block;
	clear: both;
}

html {
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

html,
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

body {
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #393939;
}

img {
	display: block;
	max-width: 100%;
}

p {
	font-size: 14px;
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0 !important;
}

a {
	color: #393939;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

a:hover {
	text-decoration: none;
	color: #0055a5;
}

a:focus{

}


input:focus,
button:focus,
select:focus,
button:focus {
	outline: none;
}

.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 8888;
}

header.tribe-events-calendar-list__event-header {
    position:static;
}

header.tribe-events-calendar-latest-past__event-header {
    position:static;
}

.header-top {
	display: flex;
	padding: 10px 19px;
	align-items: center;
	margin-bottom: 11px;
}

.header-top span.tagline {
	font-size: 12px;
	color: #676e75;
	line-height: 1.2;
	border-left: 1px solid #e7e7e7;
	height: 49px;
	margin-left: 19px;
	margin-top: 4px;
	padding-left: 8px;
	padding-top: 20px;
}

.header-top span.donobtn {
	font-size: 12px;
	color: #676e75;
	line-height: 1.2;
	border-left: 1px solid #e7e7e7;
	height: 49px;
	margin-left: 19px;
	/* margin-top: 4px; */
	padding-left: 8px;
	padding-top: 20px;
}

form.search {
	margin-left: auto;
	/* margin-top: 15px; */
	width: 100%;
	max-width: 268px;
	height: 30px;
	border-radius: 3px;
	position: relative;
	background: #e6e6e6;
}

form.search input {
	background: transparent;
	border: none;
	height: 100%;
	width: calc(100% - 40px);
	padding: 0 13px;
	font-size: 12px;
	font-weight: 300;
}

form.search button {
	border: none;
	background: transparent;
	color: #afafaf;
	font-size: 12px;
	line-height: 30px;
	padding: 0;
	width: 40px;
	position: absolute;
	top: 0;
	right: 0;
}

.navbar {
	padding: 0;
	background: #0055a5;
}

.navbar-nav {
	display: flex;
	width: 100%;
}

.navbar-nav li {
    flex: auto;
}

.navbar-nav li a {
	color: #bbd2e8;
	font-size: 12px;
	border-right: 1px solid #1b6cb9;
	padding: 12px 15px;
	display: table;
	text-align: center;
	width: 100%;
}

.navbar-nav li a:hover {
	color: #fff;
	background: #12498e;
	border-right: 1px solid #12498e;
}

.img-full {
	width: 100%;
	height: auto;
}

.cover {
	object-fit: cover;
}

.status-wrap {}

.status-wrap .item {
	position: relative;
}

.status-wrap .item .overlay {
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	padding: 20px 23px;
	min-width: 320px;
}

.status-wrap .item h3 {
	font-weight: 300;
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
}

.status-wrap .item h3 strong {
	font-weight: 600;
}

.section-wrap .item {
	position: relative;
}

.section-wrap .item .overlay {
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	padding: 22px 26px;
	width: 100%;
	min-width: 320px;
}

.section-wrap .item .overlay>div {
	width: 100%;
}

.section-wrap .item .overlay>div>span {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}

.section-wrap .item h3 {
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 0.01em;
}

.section-wrap .item p {
	color: #fff;
}

.bttn {
	display: table;
	padding: 10px 20px;
	text-align: center;
	min-width: 168px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #000;
}

.bttn:hover {
	color: #fff;
}

.sep {
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	margin: 18px 0 10px;
	position: relative;
}

.sep:before {
	content: "";
	width: 45px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background: #7f9cbf;
}

.pink-bg .bttn,
.pink-bg .bttn .sep:before {
	background: #ad7a7b;
}

.pink-bg .bttn:hover {
	background: #e2a2a3;
}

.cyan-bg .bttn {
	background: #25b0a3;
}

.cyan-bg .bttn:hover {
	background: #23a095;
}

.cyan-bg .bttn .sep:before {
	background: #3dc1bb;
}

.green-bg .bttn {
	background: #0e7371;
}

.green-bg .bttn:hover {
	background: #13a09e;
}

.green-bg .bttn .sep:before {
	background: #2e9c9a;
}

.blue-bg .bttn {
	background: #061f44;
}

.blue-bg .bttn:hover {
	background: #0b336d;
}

footer {
	background: #fff;
}

footer .container-fluid {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 15px;
}

footer .container-fluid>div {
	padding: 0 11px;
}

footer .social {
	position: relative;
	left: 28px;
}

footer .social a {
	font-size: 17px;
	margin: 0 10px;
	display: inline-block;
}

footer a:hover {
	color: #0055a5;
}

footer p {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
}

footer ul {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
}

footer ul li {
	display: inline-block;
	text-transform: uppercase;
	border-left: 1px solid;
	line-height: 1;
	padding: 0 15px;
	position: relative;
	top: 3px;
}

footer ul li:first-child {
	border: none;
}

.hero {
	position: relative;
}

.hero h1 {
	color: #ffffff;
	font-size: 28px;
	font-weight: 300;
	line-height: 28px;
	margin: 0 0 8px;
}

.hero p {
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
}

.hero .container {
	position: absolute;
	bottom: 23%;
	left: 0;
	right: 0;
}

.info {
	padding: 74px 0 60px;
}

.info h3 {
	color: #0055a5;
	font-size: 20px;
	font-weight: 300;
	line-height: 28px;
	margin: 0 0 10px;
}

.info p {
	color: #646464;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	max-width: 550px;
	margin: 0 auto;
}

.inner-content {
	background: #f3f3f3;
	padding: 65px 0;
	color: #646464;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding-right: 0px 0 !important;
}

.inner-content .col-lg-8 p {
	padding-right: 0px 0 !important;
	color: #646464;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 30px;
}

.info a:hover,
.inner-content .col-lg-8 a:hover {
	border-bottom: 1px solid;
}

.inner-content strong {
	font-weight: 600;
}

.inner-content .col-lg-8 ul {
	margin-bottom: 30px;
}

.inner-content .col-lg-8 ul li {
	margin-bottom: 5px;
	list-style: disc;
	margin-left: 15px;
	font-weight: 400;
}

.inner-content h1 {
    color:#1b6cb9;
    font-size:36px;
    margin-bottom:5px;
}


aside h4 {
	color: #0055a5;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	position: relative;
	padding-left: 20px;
	padding-bottom: 10px;
}

aside h4 .fa {
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 7px;
}


aside p {
	color: #0055a5;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	position: relative;
	border-top: 1px solid #0055a5;
	padding: 6px 0;
}

aside>ul>li a,
aside p a {
	color: #0055a5;
	font-weight: 400;
	border-bottom: 1px solid transparent;
}

aside>ul>li a:hover,
aside p a:hover {
	border-bottom: 1px solid;
}

aside>ul>li p:hover,
aside p:hover {
	border-bottom: 1px solid;
}

aside>ul>li {
	color: #0055a5;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	position: relative;
	margin-bottom: 5px;
}

aside>ul>li .fa {
	font-size: 9px;
	position: absolute;
	left: 0;
	top: 8px;
}

aside>ul>li ul {
	background: #eaeaea;
    padding: 15px 20px;
    margin: 5px 0 5px 0px;
    width: 100%;
	display: none;
}

aside>ul>li.act ul {
	display: block;
}

aside>ul>li ul li:before {
	content: "-";
	margin-right: 10px;
}

aside>ul>li span {
	cursor: pointer;
}

.section-wrap .col-sm-12 .item .overlay {
	padding: 35px 25px;
	height: 100%;
	align-items: center;
	left: 0;
	right: 0;
	max-width: 1000px;
	margin: 0 auto;
}

.contact form label {
	color: #646464;
	font-size: 12px;
	font-weight: 300;
	line-height: 24px;
	margin: 0 0 5px;
	display: block;
}

.contact form input {
	background: #fff;
	border: none;
	height: 42px;
	width: 100%;
	padding: 0 13px;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 11px;
}

.contact form textarea {
	background: #fff;
	border: none;
	height: 107px;
	width: 100%;
	padding: 13px;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 29px;
}

.contact form button {
	border: none;
	margin: 0;
	font-size: 12px;
	height: 47px;
	width: 169px;
	background: #1655a5;
	color: #fff;
}

.contact {
	padding: 50px 0 80px;
	background: #f3f3f3;
}

.cinfo {
	padding: 78px 10px 0;
}

.cinfo label {
	color: #646464;
	font-size: 12px;
	font-weight: 300;
	line-height: 24px;
	margin: 0 0 5px;
	display: block;
}

.cinfo a {
	color: #646464;
	font-size: 24px;
	font-weight: 300;
	line-height: 37px;
}

.cinfo a:hover {
	color: #1655a5;
}

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

body {
    padding-top: 138px;
}

@media only screen and (max-width: 575px) {
	footer .container-fluid {
		display: block;
		text-align: center;
	}
	footer .social {
		left: 0;
		margin: 5px 0;
	}
	footer ul li {
		padding: 0 10px;
		top: 0;
	}
}

@media only screen and (max-width: 991px) {
	.status-wrap .item>img {
		max-width: inherit;
		width: inherit;
	}
	.section-wrap .item>img {
		max-width: 100%;
		width: inherit;
		min-width: 400px;
		/* height: 300px; */
	}
	.section-wrap .item h3 {
		font-size: 23px;
		line-height: 25px;
	}
	.section-wrap .item p {
		font-size: 13px;
	}
	.section-wrap .item .overlay>div>span {
		font-size: 12px;
		margin-bottom: 15px;
	}
	.header-top span.tagline {
		display: none;
	}

.navbar-nav {
    display: block;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    height: calc(100vh - 113px);
}
	.navbar-nav li a {
		border-right: none;
		border-top: 1px solid #1b6cb9;
	}
	.navbar-nav li a:hover {
		border-right: none;
		border-top: 1px solid #1b6cb9;
	}
	.navbar-toggler {
		border: none;
		padding: 10px;
		color: #fff;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 2px;
		width: 100%;
	}
	.navbar-toggler i {
		font-weight: 400;
		float: right;
	}
	form.search {
		margin-top: 0;
	}
	.logo {
		display: table;
		margin-right: 15px;
	}
	.header-top {
		padding: 20px 15px;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	aside {
		padding-top: 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	footer .container-fluid>div {
		padding: 0 15px;
	}
	footer .container-fluid {
		padding: 15px 0;
	}
	footer .social {
		left: 0;
	}
	footer ul li {
		padding: 0 8px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
	.section-wrap .item>img {
		height: 370px;
	}
	.section-wrap .col-sm-12 .item>img {
		height: auto;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
	.navbar-nav li a {
		font-size: 9px;
		padding: 12px 8px;
	}
}

.article-item {
    margin-bottom:30px;
    padding-bottom:30px;
    border-bottom:2px solid #1b6cb9; 
}

.article-item h3 {
    font-size:18px;
    font-weight:bold;
    margin-bottom:8px;
}

,article-item .time {
    float:left;
}

.article-item .more {
    float:right;
}

.article-item .more a {
	background-color:#1b6cb9;
	color: #fff;
	padding:10px;
}

.article-item .more a:hover {
    background:#393939;
}

/* WORDPRESS DEFAULTS */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
span .wpcf7-not-valid {
    background: #ffe2e2 !important;
    border: 1px solid #ff0000 !important;
}
span.wpcf7-not-valid-tip,
.screen-reader-response {
    display: none !important;
}
div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 1px solid #ff0000 !important;
    color: #C10000;
    padding: 10px !important;
}
div.wpcf7-response-output {
    margin: 2em 0 0 0;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*display: none; */
}
.wpcf7-spam-blocked {
    background: #e2e2e2;
    border: 1px solid #bcbcbc !important;
    color: #383838;
}
.wpcf7-mail-sent-ng {
    background: #fcf8e3;
    border: 1px solid #ac9163 !important;
    color: #8a6d3b;
}
.wpcf7-mail-sent-ok {
    background: #dff0d8;
    border: 1px solid #3c763d !important;
    color: #3c763d;
}
.recaptcha {
     margin:-35px 0 25px 0;
     width:100% !important;
}

#menu-main > li {
	position:relative;
}

#menu-main > li:last-child .sub-menu {
	right:0 !important;
	left:auto !important;
}

header .sub-menu {
	position:absolute;
	background:#1655a5;
	width:100%;
	min-width: 200px;
	opacity:0;
	visibility:hidden;
	top:100%;
	left:0;
	transition: 0.3s all;
}

#menu-main > li:hover > a {
    color: #fff;
    background: #12498e;
    border-right: 1px solid #12498e;
}

#menu-main > li:hover .sub-menu {
	opacity:1;
	visibility:visible;
}

header .sub-menu li a {
    border:none !important;
    text-align:left;
    border-top:1px solid rgba(255,255,255,0.1) !important;
}

aside .menu-item-has-children > a:before {
    content: "\f078";
    font-family:FontAwesome;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: -2px;
}

aside>ul>li.menu-item-has-children {
    padding-left: 0px;
}

aside .menu-item-has-children > a {
    position: relative;
    padding-left: 20px;
    border: none !important;
}

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

.sub-menu {
    position: relative;
    background: #1655a5;
    width: 100%;
    min-width: 200px;
    opacity: 1;
    visibility: visible;
    top: 100%;
    left: 0;
    transition: 0.3s all;
    text-align: center;
}

.sub-menu li a {
    text-align: center;
    font-size: 12px;
    background: #174f97;
}

}

@media only screen and (min-width: 250px) and (max-width: 991px) {

header .sub-menu {
    position: relative;
    width: 100%;
    opacity: 1;
    visibility: visible;
    top: 100%;
    left: 0;
}

}

@media only screen and (min-width: 992px) and (max-width: 1170px) {
body {
    padding-top: 143px;
}
}

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

.logo {
    max-width: 160px;
}

body {
    padding-top: 112px;
}

}

@media only screen and (min-width: 1200px) {

.section-wrap .item {
    position: relative;
    height: calc(50vh - 116px);
    overflow: hidden;
}

.status-wrap .item {
    max-height: 95px;
}
}

@media only screen and (max-width: 991px) and (min-width: 250px) {
.navbar-nav li.menu-item-has-children > a {
background:transparent !important;
}
	header .sub-menu {
		display: none;
	}

	#menu-main > li.act .sub-menu {
    	display:block;
		width: calc(100% + 40px);
    }

    #menu-main > li {
        position: relative;
        padding-right: 40px;
    }

    .navbar-nav li a {
        border-right: none;
        border-top: none;
    }

    .navbar-nav li:after {
        content:"";
        background:#1b6cb9;
        width:100%;
        position:absolute;
        height:1px;
        top:0;
        left:0
    }

    .navbar-nav > li:last-child {
        border-bottom:1px solid #1b6cb9 !important;
    }

    .navbar-nav li.menu-item-has-children > a {
        border-right:1px solid #1b6cb9;
    }

    .navbar-nav li.menu-item-has-children:before {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        z-index: 1;
        border-style: solid;
        border-color: #fff transparent;
        border-width: 5px 4px 0;
        top:20px;
        right:15px;
    }

}

span .basic-highlight{
 background-color:orange;
 padding:0.1em 0.2em;
}