body {
	margin: 0 0 0 0;
}

#home-splash {
	background-color: #fff0;
	background-repeat: no-repeat;
	background-image: url(../gallery/Splash.jpg);  
	background-size: cover;
	background-position: center 0px;
	background-attachment: fixed;
	width: 100%;
	height: 780px;
	opacity:1;
	content:"";
	position:absolute;
	top:0;
	left:0;
	border-radius:0 0 0 0;
	-moz-border-radius:0 0 0 0;
	-webkit-border-radius:0 0 0 0;
	z-index: -999;
}

#inner-splash {
	background-color: #fff0;
	background-repeat: no-repeat;
	background-image: url(../gallery/SplashBlur.png);  
	background-size: cover;
	background-position: center 0px;
	background-attachment: fixed;
	width: 100%;
	height: 780px;
	opacity:1;
	content:"";
	position:absolute;
	top:0;
	left:0;
	border-radius:0 0 0 0;
	-moz-border-radius:0 0 0 0;
	-webkit-border-radius:0 0 0 0;
	z-index: -999;
}

.header {
	width:100%;
	height:auto;
	background-color: #ffffff;
	position:fixed;
	max-width:none;
	max-height:none;
	min-height: 160px;
	flex:0 0 auto;
	z-index:9100;
	left:0;
	top:0;
	right:0;
	bottom:auto;
	padding-top: 20px;
}

.header-box {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}

.header-name {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	max-width: 40%;
}

.organization {
	font:normal bold 30px 'Montserrat','Arial','sans-serif';
	font-weight:700;
	color:#FFA200;
	text-decoration:none;
	text-align:center;
	line-height:28px;
	margin:0 0 0 0;
	padding:0 0.5em 0 0.5em;
	text-transform:none
}

.menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	max-width: 50%;
}

.menu-item-selected {
	padding: 0.5em 0.5em 0.5em 0.5em;
	border:1px none #000;
	font-style:normal bold;
	font:normal bold 16px Helvetica,Arial,sans-serif;
	font-family:Helvetica,Arial,sans-serif;
	color:#fff;
	text-decoration:none;
	line-height:15px;
	background:#ffa200 none no-repeat center center 
}

.menu-item {
	padding: 0.5em 0.5em 0.5em 0.5em;
	border:1px none #000;
	font-style:normal normal;
	font:normal normal 16px Helvetica,Arial,sans-serif;
	font-family:Helvetica,Arial,sans-serif;
	color:#515151;
	text-decoration:none;
	line-height:15px;
	background:#fff0 none no-repeat center center;
	background-size:auto auto
}

.menu-item-selected a {
	border:1px none #000;
	font-style:normal bold;
	font:normal bold 16px Helvetica,Arial,sans-serif;
	font-family:Helvetica,Arial,sans-serif;
	color:#fff;
	text-decoration:none;
	padding: 0.5em 2em 0.5em 2em;
	background:#ffa200 none no-repeat center center;
}

.menu-item a {
	border:1px none #000;
	font-style:normal normal;
	font:normal normal 16px Helvetica,Arial,sans-serif;
	font-family:Helvetica,Arial,sans-serif;
	color:#515151;
	text-decoration:none;
	line-height:18px;
	padding: 0.5em 2em 0.5em 2em;
	background:#fff0 none no-repeat center center;
	background-size:auto auto
}

.header-padding {
	min-height: 175px;
}

.title-box {
	min-height: 360px;
}

.center-box {
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
}

h2 {
	font:normal bold 35px 'Montserrat','Arial','sans-serif';
	font-style:normal;
	font-weight:700;
	color: rgb(58, 66, 84);
}

h3 {
	font:normal bold 30px 'Montserrat','Arial','sans-serif';
	font-style:normal;
	font-weight:700;
	color: rgb(58, 66, 84);
}

a span {
	color: rgb(58, 66, 84);
}

.logo {
	height: 114px;
}

.logo a img {
	height: 100%;
	width: auto;
}

h2 a {
	z-index: 9200;
	position:relative;
}

.page-heading {
	font:normal bold 44px 'Montserrat','Arial','sans-serif';
	font-weight:700;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	line-height:52px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-transform:none
}

.vertical-box {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	flex-basis: 30%;
	align-items: center;
}

.content {
	width:100%;
	height:auto;
	background-color: #ffffff;
	max-width:none;
	max-height:none;
	min-height: 480px;
	flex:0 0 auto;
	left:0;
	top:0;
	right:0;
	bottom:auto
}

.card3-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	flex-basis: 30%;
	justify-content: space-around;
}

.card3 {
	width: 30%;
	max-width: 100%;
	flex: 0 0 auto;
	margin: 10px 10px 10px 10px;
}

.card3-text {
	height: 200px;
	font:normal normal 16px 'Montserrat','Arial','sans-serif';
	font-weight: 400;
	color: rgb(145, 145, 145);
	line-height: 18px;
	font-style: normal;
}

.card3-img {
	width: 100%;
	aspect-ratio: 1 / 1;
}

.card3-img::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.card3-img img {
	width: 100%;
	height: auto;
}

.card3-sub {
	font-size: 28px;
	height: 60px;
	z-index: 99;
}

.article {
	font:normal normal 16px 'Montserrat','Arial','sans-serif';
	font-weight: 400;
	color: rgb(145, 145, 145);
	line-height: 18px;
	font-style: normal;
	margin-left: 20%;
	margin-right: 20%;
}

.link {
	color: #FFA200;
}

.vspacer {
	min-height: 32px;
}

.hline {
	margin:-1.5px 0 0 0;
	width:120px;
	height:1px;
	left:0;
	top:50%;
	border-top:3px solid #fff;
}

.text-danger {
	color:#a94442
}

form {
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%;
	height: 100%;
}

input {
	font: normal normal 14px Arial,sans-serif;
	line-height: normal;
	color: #555;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
}

.form-field {
	width: 100%;
}

table {
	padding:0;
	margin:0;
	border:none;
	border-collapse:collapse;
	width:100%;
	height:100%
}

tr {
	border-top:0 solid #fff0;
	border-bottom:0 solid #fff0;
	border-right:0 solid #fff0;
	border-left:0 solid #fff0
}

.btn {
	display:inline-block;
	margin-bottom:0;
	font-weight:400;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;
	background-image:none;
	border:1px solid #fff0;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	border-radius:0;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}

.btn:hover,
.btn:focus,
.btn.focus {
	color:#333;
	text-decoration:none
}

.btn:active,
.btn.active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:inset 0 3px 5px rgb(0 0 0 / .125);
	box-shadow:inset 0 3px 5px rgb(0 0 0 / .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor:not-allowed;
	filter:alpha(opacity=65);
	opacity:.65;
	-webkit-box-shadow:none;
	box-shadow:none
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events:none
}

.btn-default {
	color:#333;
	background-color:#fff;
	border-color:#ccc
}

.btn-default:focus,
.btn-default.focus {
	color:#333;
	background-color:#e6e6e6;
	border-color:#8c8c8c
}

.btn-default:hover {
	color:#333;
	background-color:#e6e6e6;
	border-color:#adadad
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
	color:#333;
	background-color:#e6e6e6;
	background-image:none;
	border-color:#adadad
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
	color:#333;
	background-color:#d4d4d4;
	border-color:#8c8c8c
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
	background-color:#fff;
	border-color:#ccc
}

.btn-default .badge {
	color:#fff;
	background-color:#333
}
 
@media (min-width: 1200px) {

}

@media (min-width: 992px) {

}

@media (max-width: 768px) {
	.header-box {
		flex-direction: column;
	}

	.card3-box {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		flex-basis: 30%;
	}

	.card3 {
		width: 100%;
		max-width: 100%;
		flex: 0 0 auto;
		margin: 10px 10px 10px 10px;
	}

	.card3-text {
		font:normal normal 16px 'Montserrat','Arial','sans-serif';
		font-weight: 400;
		color: rgb(145, 145, 145);
		line-height: 18px;
		font-style: normal;
	}
}

