/* CSS Document */
.small-print {
	padding: 0px 10px;

}
.p7DMM01 ul ul a {
	text-transform: uppercase;
}
.p7DMM01.dmm01-pop ul ul a {
	text-transform: none;
	font-size: .9em;
}
h1, h2, h3, h4 {
	/*font-family: Federo, Candara, Optima, Helvetica, Arial, sans-serif;*/
	font-family: Federo, Junge, Candara, Optima, Helvetica, Arial, sans-serif;
	font-weight: normal;
}
.content h2, .content h3 {
	margin: 40px 0px 0px 0px;
}
#p7IGM_1 {
	margin-top: 16px;
}
#p7IGM_1.p7IGM-fullscreen.p7IGM-FSMode {
	margin-top: 0px;
}
.content p a {
	text-transform: uppercase;
}
.grow {
	width: auto;
	padding-bottom: 88.4%;
	margin: 16px 0px 10px 0px;
	border: 1px solid rgba(255,255,255,.35);
	box-shadow: 0px 0px 5px rgba(0,0,0,1);
	border-radius: 5px;
	position: relative;
	z-index: 9991;
}
.grow img {
	position: absolute;
	border-radius: 4px;
	width: 100%;
	-webkit-transition: all .35s .1s ease;
	transition: all .35s .1s ease;
	opacity: .8;
}
.grow:hover img {
	width: 756px;
	height: auto;
	opacity: 1;
}
/*.masthead {z-index: 999999;}
.top-navigation {z-index: 99999;}*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
	.grow {
	padding-bottom: 0;
	position: static;
}
.grow img {
	position: static;
	border-radius: 4px;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	-webkit-transition: none !important;
	transition: none !important;
}
.grow:hover img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	opacity: 1;
}
}

@media only screen and (max-device-width: 1024px) {
	.grow {
	padding-bottom: 0;
	position: static;
}
.grow img {
	position: static;
	border-radius: 4px;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	-webkit-transition: none !important;
	transition: none !important;
}
.grow:hover img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	opacity: 1;
}
}
