/*
*****************************************
 PVII Harmony: CSS Page Grid Framework
 by Project Seven Development
 www.projectseven.com
*****************************************
*/
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	margin: 0px;
}
.p7HMY {
	margin: auto;
}

/*
******************************
         COLORS
******************************
*/
.p7HMY.hmy-color-root-charcoal,
.p7HMY .hmy-content-wrapper.hmy-color-content-charcoal {
	background-color: rgb(90,90,90);
	color: #FFF;
}
.p7HMY.hmy-color-root-charcoal.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-charcoal.transparent {
	background-color: rgba(90,90,90,0.90);
	color: #FFF;
}
.p7HMY.hmy-color-root-black,
.p7HMY .hmy-content-wrapper.hmy-color-content-black {
	background-color: rgb(21,21,21);
	color: #FFF;
}
.p7HMY.hmy-color-root-black.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-black.transparent {
	background-color: rgba(21,21,21,0.90);
	color: #FFF;
}
.p7HMY.hmy-color-root-white,
.p7HMY .hmy-content-wrapper.hmy-color-content-white {
	background-color: rgb(255,255,255);
	color: #000;
}
.p7HMY.hmy-color-root-white.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-white.transparent {
	background-color: rgba(255,255,255,0.90);
	color: #000;
}
.p7HMY.hmy-color-root-darkgrey,
.p7HMY .hmy-content-wrapper.hmy-color-content-darkgrey {
	background-color: rgb(128,128,128);
	color: #FFF;
}
.p7HMY.hmy-color-root-darkgrey.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-darkgrey.transparent {
	background-color: rgba(128,128,128,0.90);
	color: #FFF;
}
.p7HMY.hmy-color-root-grey,
.p7HMY .hmy-content-wrapper.hmy-color-content-grey {
	background-color: rgb(191,191,191);
	color: #000;
}
.p7HMY.hmy-color-root-grey.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-grey.transparent {
	background-color: rgba(191,191,191,0.90);
	color: #000;
}
.p7HMY.hmy-color-root-beige,
.p7HMY .hmy-content-wrapper.hmy-color-content-beige {
	background-color: rgb(229,221,215);
	color: #000;
}
.p7HMY.hmy-color-root-beige.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-beige.transparent {
	background-color: rgba(229,221,215,0.90);
	color: #000;
}
.p7HMY.hmy-color-root-lightbrown,
.p7HMY .hmy-content-wrapper.hmy-color-content-lightbrown {
	background-color: rgb(207,192,181);
	color: #000;
}
.p7HMY.hmy-color-root-lightbrown.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-lightbrown.transparent {
	background-color: rgba(207,192,181,0.90);
	color: #000;
}

.p7HMY.hmy-color-root-browngrey,
.p7HMY .hmy-content-wrapper.hmy-color-content-browngrey {
	background-color: rgb(148,146,144);
	color: #FFF;
}
.p7HMY.hmy-color-root-browngrey.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-browngrey.transparent {
	background-color: rgba(148,146,144,0.90);
	color: #FFF;
}

.p7HMY.hmy-color-root-brown,
.p7HMY .hmy-content-wrapper.hmy-color-content-brown {
	background-color: rgb(132,100,98);
	color: #FFF;
}
.p7HMY.hmy-color-root-brown.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-brown.transparent {
	background-color: rgba(132,100,98,0.90);
	color: #FFF;
}

.p7HMY.hmy-color-root-rust,
.p7HMY .hmy-content-wrapper.hmy-color-content-rust {
	background-color: rgb(150,100,100);
	color: #FFF;
}
.p7HMY.hmy-color-root-rust.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-rust.transparent {
	background-color: rgba(150,100,100,0.90);
	color: #FFF;
}

.p7HMY.hmy-color-root-palerust,
.p7HMY .hmy-content-wrapper.hmy-color-content-palerust {
	background-color: rgb(223.173,153);
	color: #000;
}
.p7HMY.hmy-color-root-palerust.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-palerust.transparent {
	background-color: rgba(223.173,153,0.90);
	color: #000;
}

.p7HMY.hmy-color-root-ochre,
.p7HMY .hmy-content-wrapper.hmy-color-content-ochre {
	background-color: rgb(187,163,119);
	color: #FFF;
}
.p7HMY.hmy-color-root-ochre.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-ochre.transparent {
	background-color: rgba(187,163,119,0.90);
	color: #FFF;
}

.p7HMY.hmy-color-root-lightochre,
.p7HMY .hmy-content-wrapper.hmy-color-content-lightochre {
	background-color: rgb(210,190,132);
	color: #000;
}
.p7HMY.hmy-color-root-lightochre.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-lightochre.transparent {
	background-color: rgba(210,190,132,0.90);
	color: #000;
}

.p7HMY.hmy-color-root-gold,
.p7HMY .hmy-content-wrapper.hmy-color-content-gold {
	background-color: rgb(240,201,123);
	color: #000;
}
.p7HMY.hmy-color-root-gold.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-gold.transparent {
	background-color: rgba(240,201,123,0.90);
	color: #000;
}

.p7HMY.hmy-color-root-naplesyellow,
.p7HMY .hmy-content-wrapper.hmy-color-content-naplesyellow {
	background-color: rgb(241,225,165);
	color: #000;
}
.p7HMY.hmy-color-root-naplesyellow.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-naplesyellow.transparent {
	background-color: rgba(241,225,165,0.90);
	color: #000;
}

.p7HMY.hmy-color-root-cobalt,
.p7HMY .hmy-content-wrapper.hmy-color-content-cobalt {
	background-color: rgb(202,211,250);
	color: #000;
}
.p7HMY.hmy-color-root-cobalt.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-cobalt.transparent {
	background-color: rgba(202,211,250,0.90);
	color: #000;
}

.p7HMY.hmy-color-root-bluegrey,
.p7HMY .hmy-content-wrapper.hmy-color-content-bluegrey {
	background-color: rgb(134,166,204);
	color: #FFF;
}
.p7HMY.hmy-color-root-bluegrey.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-bluegrey.transparent {
	background-color: rgba(134,166,204,0.90);
	color: #FFF;
}

.p7HMY.hmy-color-root-darkteal,
.p7HMY .hmy-content-wrapper.hmy-color-content-darkteal {
	background-color: rgb(92,162,184);
	color: #FFF;
}
.p7HMY.hmy-color-root-darkteal.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-darkteal.transparent {
	background-color: rgba(92,162,184,0.90);
	color: #FFF;
}

.p7HMY.hmy-color-root-greengrey,
.p7HMY .hmy-content-wrapper.hmy-color-content-greengrey {
	background-color: rgb(184,210,209);
	color: #000;
}
.p7HMY.hmy-color-root-greengrey.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-greengrey.transparent {
	background-color: rgba(184,210,209,0.90);
	color: #000;
}

.p7HMY.hmy-color-root-forest,
.p7HMY .hmy-content-wrapper.hmy-color-content-forest {
	background-color: rgb(67,123,129);
	color: #FFF;
}
.p7HMY.hmy-color-root-forest.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-forest.transparent {
	background-color: rgba(67,123,129,0.90);
	color: #FFF;
}

.p7HMY.hmy-color-root-moss,
.p7HMY .hmy-content-wrapper.hmy-color-content-moss {
	background-color: rgb(124,150,122);
	color: #FFF;
}
.p7HMY.hmy-color-root-moss.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-moss.transparent {
	background-color: rgba(124,150,122,0.90);
	color: #FFF;
}

.p7HMY.hmy-color-root-tan,
.p7HMY .hmy-content-wrapper.hmy-color-content-tan {
	background-color: rgb(197,190,151);
	color: #000;
}
.p7HMY.hmy-color-root-tan.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-tan.transparent {
	background-color: rgba(197,190,151,0.90);
	color: #000;
}

/*
******************************
           BORDERS
******************************
*/
.p7HMY.hmy-border-root-all,
.p7HMY .hmy-content-wrapper.hmy-border-content-all {
	border: 1px solid;
}
.p7HMY.hmy-border-root-top,
.p7HMY .hmy-content-wrapper.hmy-border-content-top {
	border-top: 1px solid;
}
.p7HMY.hmy-border-root-right,
.p7HMY .hmy-content-wrapper.hmy-border-content-right {
	border-right: 1px solid;
}
.p7HMY.hmy-border-root-bottom,
.p7HMY .hmy-content-wrapper.hmy-border-content-bottom {
	border-bottom: 1px solid;
}
.p7HMY.hmy-border-root-left,
.p7HMY .hmy-content-wrapper.hmy-border-content-left {
	border-left: 1px solid;
}
.p7HMY.hmy-border-root-left-right,
.p7HMY .hmy-content-wrapper.hmy-border-content-left-right {
	border-left: 1px solid;
	border-right: 1px solid;
}
.p7HMY.hmy-border-root-top-bottom,
.p7HMY .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
******************************
*/
.p7HMY.hmy-root-rounded,
.p7HMY .hmy-content-wrapper.hmy-content-rounded {
	border-radius: 5px;
}

/*
********************************
     Section Text Styles
********************************
*/
.p7HMY .hmy-section a {
	border-bottom: 1px dotted;
	transition: all linear .5s;
	color: inherit;
	text-decoration: none;
}
.p7HMY .hmy-section a: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: 1.5rem;
}
.hmy-section h2 {
	font-size: 1.4rem;
}
.hmy-section h3 {
	font-size: 1.2rem;
}
.hmy-section h4, .hmy-section h5 {
	font-size: 1.2rem;
}
.hmy-section h1,
.hmy-section h2,
.hmy-section h3,
.hmy-section h4,
.hmy-section h5 {
	margin: 24px 0px 0px 0px;
	font-weight: bold;
}
.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 {
	margin: 0px;
}
.hmy-section p {
	margin: 6px 0px 10px 0px;
	line-height: 1.6;
}

/*
********************************
       CONTENT AREAS
********************************
*/
.p7HMY .hmy-content p:first-child {margin-top: 0px;}
.rounded {border-radius: 4px;}
.hmy-content {padding: 20px;}

/*
**********************************
   CORE STYLES - DO NOT EDIT
**********************************
*/

.p7HMY {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	display: -webkit-box;
	display: flex;
	overflow: hidden;
}
.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%;
}
.p7HMY 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
**********************************
*/
.p7HMY.hmy-legacy {
	overflow: hidden;
	display: block;
}
.p7HMY.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
***********************************************
*/
.p7HMY.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%;}
.p7HMY .hmy-section .p7HMY .hmy-section {flex-basis: 100% !important;}
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
body {font-size: 90%;}
.p7HMY .hmy-section {flex-basis: 100% !important;}
.p7HMY .hmy-section .hmy-content-wrapper {border-radius: 0px !important; border-left: none !important; border-right: none !important;}
}
