



/*
 ******************
 My User Classes 
 ******************
 */ 

/*
 ******************
 Menu Hover dark orange 
 ******************
 */ 

.p7AMM.amm-rootlinks-black ul a:hover, .p7AMM.amm-rootlinks-black ul a:focus, .p7AMM.amm-rootlinks-black ul a.amm-trigger.open {
background-color: #ff9933;
color: #000;
border-radius: 2px; 
}



/*
 ******************
Allows height of logo to be taller than maximum of 60px
 ******************
 */ 
 
img.z-logo, img.footer-logo {max-height: 100px;}

/*
 ******************
"Controls" the PITA text links
 ******************
 */ 
	.p7HMY .hmy-section a {
transition: all linear .5s;
color: #CC0000;
text-decoration: none;
}

.p7HMY .hmy-section a:hover {
border-bottom: 1px solid;
color: #1122CC;
}



/*
 ******************
 Gray backround color of Harmony grids below main image
 ******************
 */ 

.p7HMY.hmy-color-root-gray,
.p7HMY .hmy-content-wrapper.hmy-color-content-gray {
	background-color: rgba(134,134,134,0.30);
	color: #000;
}



.less-pad .hmy-content {padding: 30px 20px 20px 10px;
}

.less-pad-vid .hmy-content {padding: 15px 10px 10px 5px;
}



.vbm-wrapper {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	padding: 0px 10px 0px 10px;
}



.hmy-content-wrapper.intro {
	min-height: 100vh;
}


.hmy-section p {
	margin: 6px 0px 0px 0px;
	line-height: 1.5;
}

.list-space {
	line-height: 1.4;	
}

.blurb-text {
    margin-top: 0;
 	padding-right: 10px;
	padding-left: 10px;
 }


/*
 ******************
 H tag rules
 ******************
 */ 

.hmy-section h4 {
	font-size: 1.0rem;
	text-align: center;
}

/*
 ******************
Changes menu h4 color
 ******************
 */ 


.hmy-section a.bluelinks {color:#1122CC;
text-decoration:none;
}

.hmy-section a.bluelinks:hover {color:#CC0000;
}


.hmy-section h1,
.hmy-section h2,
.hmy-section h3,
.hmy-section h4
 {
	margin: 24px 0px 0px 0px;
	font-weight: normal;
}

.hmy-section h1 {
	font-size: 1.5rem;
	text-align: center;
}
.hmy-section h2 {
	font-size: 1.3rem;
}
.hmy-section h3 {
	font-size: 1.3rem;
}

.hmy-section h5 {
	font-size: 1.2rem;
	font-weight: normal;
}

.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: 20px;
}

.center-img {
	height: auto;
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	display: block;
border-radius: 5px;
	
}

.float-left {float:left; margin: 10px 10px 0px 0px;
}

/*
 ******************
Amazon disclosure text
 ******************
 */ 
 .aa-text {font-size: 80%;
font-family: Arial,
}


.footer-padding {padding: 24px 0px 0px 20px;
}

.foot-space {
	margin-bottom: 10px;
}

.p7HMY .hmy-section .footer a {color:#990000; 
border:none; 
text-decoration:none; 
transition: linear .5s;}
 
 .p7HMY .hmy-section .footer a:hover {
	 color:#FFF;
 border: none;  
 transition: all linear .5s;}


 .p7HMY .hmy-section .pinkylink a {
	 color:#FFF;
	 font-size: 0.9rem;
	 }
 
 .p7HMY .hmy-section .pinkylink a:hover {color:#ff9933;}
 

 
 
.pbx-trigger {
	text-decoration: none;
	font-size: 14px;
	border-bottom: 1px dotted;
}

 
