body {
	font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	font-size: 100%;
	margin: 0px;
}
.q1HMY {
	margin: auto;
}
/*COLORS*/
.q1HMY.hmy-color-root-white,
.q1HMY .hmy-content-wrapper.hmy-color-content-white {
	background-color: rgb(255,255,255);
	color: #191970;
}
.q1HMY.hmy-color-root-white.transparent,
.q1HMY .hmy-content-wrapper.hmy-color-content-white.transparent {
	background-color: rgba(255,255,255,0.90);
	color: #191970;
}
.q1HMY.hmy-color-root-blue_,
.q1HMY .hmy-content-wrapper.hmy-color-content-blue_ {
	background-color: rgb(135, 206, 250);
	color: #191970;
}
.q1HMY.hmy-color-root-blue.transparent,
.q1HMY .hmy-content-wrapper.hmy-color-content-blue {
	background-color: rgba(30,144,255,0.10);
	color: #191970;
}
/*BORDERS*/
.q1HMY.hmy-border-root-all,
.q1HMY .hmy-content-wrapper.hmy-border-content-all {
	border: 1px solid;
}
.q1HMY.hmy-border-root-top,
.q1HMY .hmy-content-wrapper.hmy-border-content-top {
	border-top: 1px solid;
}
.q1HMY.hmy-border-root-right,
.q1HMY .hmy-content-wrapper.hmy-border-content-right {
	border-right: 1px solid;
}
.q1HMY.hmy-border-root-bottom,
.q1HMY .hmy-content-wrapper.hmy-border-content-bottom {
	border-bottom: 1px solid;
}
.q1HMY.hmy-border-root-left,
.q1HMY .hmy-content-wrapper.hmy-border-content-left {
	border-left: 1px solid;
}
.q1HMY.hmy-border-root-left-right,
.q1HMY .hmy-content-wrapper.hmy-border-content-left-right {
	border-left: 1px solid;
	border-right: 1px solid;
	
}
.q1HMY.hmy-border-root-top-bottom,
.q1HMY .hmy-content-wrapper.hmy-border-content-top-bottom {
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.border-black {
	border-color: #000 !important;
}
.border-white {
	border-color: #FFF !important;
}
/*BORDER-RADIUS*/
.q1HMY.hmy-root-rounded,
.q1HMY .hmy-content-wrapper.hmy-content-rounded {
	border-radius: 5px;
}
/*Section Text Styles*/
.q1HMY .hmy-section a {
	color: inherit;
}
.q1HMY .hmy-section a.text-link {
	border-bottom: 1px dotted;
	transition: all linear .5s;
	color: inherit;
	text-decoration: none;
}
.q1HMY .hmy-section a.text-link:hover {
	border-bottom: 1px solid;
}
.hmy-section .hmy-img a,
.hmy-section .hmy-img a:hover {
	border: none;
	display: block;
}
.hmy-section h1 {
	font-size: 2rem;
}
.hmy-section h2 {
	font-size: 1.75rem;
}
.hmy-section h3 {
	font-size: 1.6rem;
}
.hmy-section h4, .hmy-section h5 {
	font-size: 1.2rem;
}
.hmy-section h6, .hmy-section h6 {
	font-size: 3.75rem;
}
.hmy-section h1,
.hmy-section h2,
.hmy-section h3,
.hmy-section h4,
.hmy-section h5,
.hmy-section h6 {
	margin: 24px 0px 0px 0px;
	font-weight: 600;
}
.hmy-section h1:first-child,
.hmy-section h2:first-child,
.hmy-section h3:first-child,
.hmy-section h4:first-child,
.hmy-section h5:first-child,
.hmy-section h6:first-child {
	margin: 0px;
}
.hmy-section p {
	margin: 6px 0px 10px 0px;
	line-height: 1.6;
}
p3 {
	margin: 6px 0px 10px 0px;
	/*line-height: 1.6;*/
	font-size: 0.9rem;
}
p2 {
	margin: 6px 0px 10px 0px;
	/*line-height: 1.6;*/
	font-size: 0.8rem;
}
p5 {
	margin: 6px 0px 10px 0px;
	/*line-height: 1.6;*/
	font-size: 2.0rem;
}
/*CONTENT AREAS*/
.q1HMY .hmy-content p:first-child {margin-top: 0px;}
.rounded {border-radius: 4px;}
.hmy-content {padding: 20px;}
.hmy-content-index {padding: 0px;}
/*CORE STYLES - DO NOT EDIT*/
.q1HMY {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	display: -webkit-box;
	display: flex;
}
.hmy-section {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	box-sizing: border-box;
	display: flex;
}
.hmy-content-wrapper {
	box-sizing: border-box;
	width: 100%;
}
.hmy-content {
	box-sizing: border-box;
}
.hmy-vertical-center.hmy-content-wrapper {
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
}
.q1HMY img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
.hmy-box-separation .hmy-content-wrapper {
	margin: 5px;
	box-sizing: border-box;
	position: relative;
}
/*Video-Map Iframe Styles*/
.hmy-video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0px;
	overflow: hidden;
}
.hmy-video-wrapper iframe, .hmy-video-wrapper object, .hmy-video-wrapper embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.hmy-map-wrapper {
	position: relative; 
	padding-bottom: 100%; 
	padding-top: 0px; 
	height: 0px; 
	overflow: hidden; 
	margin-bottom: 20px;
}
.hmy-map-wrapper iframe, .hmy-map-wrapper object, .hmy-map-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hmy-video-wrapper iframe,
.hmy-map-wrapper iframe {
	box-sizing: border-box;
}
.hmy-frame-border iframe {
	border: 1px solid #000 !important;
}
.hmy-frame-rnd iframe {
	border-radius: 5px;
}
/*Legacy Browser Rules*/
.q1HMY.hmy-legacy {
	overflow: hidden;
	display: block;
}
.q1HMY.hmy-legacy .hmy-section {
	display: block;
	float: left;
	box-sizing: border-box;
	padding: 0px !important;
}
/*Style Options */
.hmy-no-pad.hmy-content {padding: .5px 0px !important;}
.no-pad {padding: 0px !important;}
.hmy-center {text-align: center;}
.hmy-right {text-align: right;}
.hmy-left {text-align: left;}

/*No Script Rules... For DW Design View*/
.q1HMY.hmy-noscript {}
/*Media Queries*/
@media only screen and (min-width: 0px) and (max-width: 1025px) {

}
@media only screen and (min-width: 0px) and (max-width: 768px) {
body {font-size: 95%;}
html {-webkit-text-size-adjust: 100%;}
.q1HMY .hmy-section .q1HMY .hmy-section {flex-basis: 100% !important;}
.q1HMY.hmy-legacy .hmy-section .q1HMY .hmy-section {float: none !important; width: 100% !important;}
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
body {font-size: 90%;}
.q1HMY .hmy-section {flex-basis: 100% !important;}
.q1HMY .hmy-section .hmy-content-wrapper {border-radius: 0px !important; border-left: none !important; border-right: none !important;}
.q1HMY.hmy-legacy .hmy-section {float: none !important; width: 100% !important;}
}
