@charset "utf-8";
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	position: relative;
	padding-top: 20px;
	background-color: #EDEDED;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}
img.width100 {
	width: 99%!important;
	height: auto!important;
	margin: 0.5%;
}
img.width50 {
	width: 49%!important;
	height: auto!important;
	margin: 0.5%;
}
img.width33 {
	width: 32.333%!important;
	height: auto!important;
	margin: 0.5%;
}
img.width25 {
	width: 24%!important;
	height: auto!important;
	margin: 0.5%;
}
hr {
	clear:both;
	border: none;
}
p, li, th, td {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 180%;
}

li, th, td {
	padding: 0px;
	line-height: 140%;
	margin-bottom: 10px;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}

h1 {
	font-size: 32px;
	color: #1B1464;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: 700;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	color: #003366;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 a {
	color: #003366;
	text-decoration: none;
}
h3 {
	font-size: 18px;
}
h3 a {
	color: #1A3C57;
	text-decoration: none;
}
h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 16px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
}

input[type='text'], input[type='email'], textarea, select, input[type='time'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #868686;
    margin-bottom: 5px;
}

input[type='text'], input[type='email'], select {
    width: 100%;
    vertical-align: middle;
	}
textarea {
    height: 120px;
    width: 100%;
	}
input[type='time'] {
	width: auto;
	}

input[type='checkbox'] {
    height: 30px;
    width: 30px;
    vertical-align: middle;
	}
input[type='radio'] {
    height: 30px;
    width: 30px;
    vertical-align: middle;
	}
.btn_submit {
    background-color: #002862;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
}
.hidden {
    display: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    display: table;
}
table tr {
}
table tr th {
    padding: 5px;
    text-align: left;
    background-color: #002862;
    color: #fff;
}
table tr td {
    padding: 5px;
    background-color: #EBEBEB;
}



p.date {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #000000;
    padding-bottom: 10px;
}
div.link_entry {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}
p.notes {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 11px!important;
	color: #000000;
}
a#rss {
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.image_grid {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.image_grid li {
    padding: 0px;
    margin: 1%;
    width: 23%;
    list-style-type: none;
}
.image_grid li img {
    width: 100%;
    height: auto;
}
.image_grid li iframe {
    width: 100%;
    height: 57%;
}

#videobox {
	font-size: 12px;
	color: #666;
	text-align: center;
	padding: 10px;
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
}


#video_wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    margin-right: auto;
    margin-left: auto;
}
#video_wrapper iframe {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    left: 0;
    top: 0;
    clear:both;
}

#services_index {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0px;
	padding: 0px;
}

#services_index li {
	width: 33.333%;
	padding: 15px;
	box-sizing: border-box;
	list-style: none;
	text-align: center;
}

#services_index li b, #services_index li strong {
	font-size: 20px;
}
@media (max-width: 960px) {

}
@media (max-width: 850px) {
.image_grid li {
    width: 31.333%;
}
}

@media (max-width: 780px) {

}
@media (max-width: 650px) {

#services_index li {
	width: 50%;
}
}

@media (max-width: 480px) {
.image_grid li {

    width: 48%;
}
	img.width100 {
		width: 99%!important;
		height: auto!important;
	}
	img.width50 {
		width: 99%!important;
		height: auto!important;
	margin: 0.5%;
		clear:both;
	}
	img.width33 {
		width: 99%!important;
		height: auto!important;
	margin: 0.5%;
		clear:both;
	}
	img.width25 {
		width: 49%!important;
		height: auto!important;
		margin: 0.5%;
	}
}

@media (max-width: 380px) {
.image_grid li {

    width: 98%;
}
#services_index li {
	width: 100%;
}
}
