/** FONTS **/
@font-face {
	font-family:"DDC Heading Font Face";
	src:url("/v9/media/fonts/oswald-light/v1/webfont.eot");
	src:url("/v9/media/fonts/oswald-light/v1/webfont.eot?#iefix") format("embedded-opentype"),
		url("/v9/media/fonts/oswald-light/v1/webfont.ttf") format("truetype"),
		url("/v9/media/fonts/oswald-light/v1/webfont.woff") format("woff"),
		url("/v9/media/fonts/oswald-light/v1/webfont.svg") format("svg");
	font-weight:lighter;
	font-style:normal;
}
@font-face {
	font-family:"DDC Heading Font Face";
	src:url("https://static.dealer.com/v9/media/fonts/oswald-regular/v1/webfont.eot");
	src:url("https://static.dealer.com/v9/media/fonts/oswald-regular/v1/webfont.eot?#iefix") format("embedded-opentype"),
		url("https://static.dealer.com/v9/media/fonts/oswald-regular/v1/webfont.ttf") format("truetype"),
		url("https://static.dealer.com/v9/media/fonts/oswald-regular/v1/webfont.woff") format("woff"),
		url("https://static.dealer.com/v9/media/fonts/oswald-regular/v1/webfont.svg") format("svg");
	font-weight:400;
	font-style:normal;
}
@font-face {
	font-family:"DDC Heading Font Face";
	src:url("https://static.dealer.com/v9/media/fonts/oswald-bold/v1/webfont.eot");
	src:url("https://static.dealer.com/v9/media/fonts/oswald-bold/v1/webfont.eot?#iefix") format("embedded-opentype"),
		url("https://static.dealer.com/v9/media/fonts/oswald-bold/v1/webfont.ttf") format("truetype"),
		url("https://static.dealer.com/v9/media/fonts/oswald-bold/v1/webfont.woff") format("woff"),
		url("https://static.dealer.com/v9/media/fonts/oswald-bold/v1/webfont.svg") format("svg");
	font-weight:800;
	font-style:normal;
}
@font-face {
	font-family:"DDC Heading Font Face";
	src:url("https://static.dealer.com/v9/media/fonts/oswald-regularitalic/v1/webfont.eot");
	src:url("https://static.dealer.com/v9/media/fonts/oswald-regularitalic/v1/webfont.eot?#iefix") format("embedded-opentype"),
		url("https://static.dealer.com/v9/media/fonts/oswald-regularitalic/v1/webfont.ttf") format("truetype"),
		url("https://static.dealer.com/v9/media/fonts/oswald-regularitalic/v1/webfont.woff") format("woff"),
		url("https://static.dealer.com/v9/media/fonts/oswald-regularitalic/v1/webfont.svg") format("svg");
	font-weight:400;
	font-style:italic;
}
@font-face {
	font-family:"DDC Heading Font Face";
	src:url("https://static.dealer.com/v9/media/fonts/oswald-regularitalic/v1/webfont.eot");
	src:url("https://static.dealer.com/v9/media/fonts/oswald-regularitalic/v1/webfont.eot?#iefix") format("embedded-opentype"),
		url("https://static.dealer.com/v9/media/fonts/oswald-regularitalic/v1/webfont.ttf") format("truetype"),
		url("https://static.dealer.com/v9/media/fonts/oswald-regularitalic/v1/webfont.woff") format("woff"),
		url("https://static.dealer.com/v9/media/fonts/oswald-regularitalic/v1/webfont.svg") format("svg");
	font-weight:400;
	font-style:oblique;
}


.clearfix { display: block; }
.clearfix,
.group:after {
	content: "";
	display: table;
	clear: both;
}

a { 
	color: #276d00; 
	text-decoration: none;
}
a:hover { color: #64a70b; }

a.contactClass { 
	color:  #64a70b; 
	text-decoration: none;
}
a.contactClass:hover { 
	color: #004b87;
	text-decoration: underline;
 }
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


div, header, nav, section, footer, ul, li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
}
section {
	content: "";
	display: table;
	clear: both;
	width: 100%;
}
body {
	font-family: 'DDC Heading Font Face', sans-serif;
	font-size: 16px;
	color: #252525;
	padding: 0;
	margin: 0;
	background-color: #e1e1e1;
	background-image: url(img/pattern.jpg);
	background-repeat: repeat;
	line-height: 1.57;
}
header {
	width: 100%;
	margin: 0;
	padding: 1rem;
	background-color: #004b87;
	display: block;
	background: #004b87;
	background: -moz-linear-gradient(top, #004b87 85%, #003067 100%);
	background: -webkit-linear-gradient(top, #004b87 85%,#003067 100%);
	background: linear-gradient(to bottom, #004b87 85%,#003067 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004b87', endColorstr='#003067',GradientType=0 );
}
header img {
	float: left;
	width: 100%;
	max-width: 270px;
	height: auto;
	margin: 0;
}	
header div {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
header h1 { 
	text-align: right;
	color: #ffffff;
	margin: 0;
	padding-top: 1rem;
	padding-right: 0;
	padding-bottom: 1rem;
	padding-left: 0;
	font-size: 3em;
	font-weight: 800;
	font-style: italic;
	line-height: 1;
	text-shadow: 0px 1px 2px rgba(0, 48, 103, 1);
	text-transform: uppercase;
}

/* Navigation */

nav {
	width: 100%;
	border-top: 1px solid #91ce0f;
	border-bottom: 1px solid #ffffff;
	background: #589b09;
	background: -moz-linear-gradient(left, #589b09 0%, #276d00 20%, #276d00 80%, #589b09 100%);
	background: -webkit-linear-gradient(left, #589b09 0%,#276d00 20%,#276d00 80%,#589b09 100%);
	background: linear-gradient(to right, #589b09 0%,#276d00 20%,#276d00 80%,#589b09 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#589b09', endColorstr='#589b09',GradientType=1 );
}
nav:after {
	content: "";
	display: table;
	clear: both;
}
nav .wrap {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	background: #64a70b;
	border-right: 1px solid #91ce0f;
}
ul.navigation {
	background: #64a70b;
	list-style: none;
	margin: 0;
	padding-left: 0;
	width: 100%;
	line-height: 1;
}
ul.navigation li {
	box-sizing: border-box;
	color: #fff;
	background: #64a70b;
	display: block;
	float: left;
	padding: 1rem;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 2px #276d00;
	border-left: 1px solid #91ce0f;
	border-right: 1px solid #589b09;
}
ul.navigation li:last-child { border-right: 0 none; }
ul.navigation li a { color: #fff; }
ul.navigation li a:hover { color: #fff; }
ul.navigation li:hover,
ul.navigation li:focus-within {
	cursor: pointer;
	background: #276d00;
	background: -moz-linear-gradient(top, #276d00 0%, #64a70b 100%);
	background: -webkit-linear-gradient(top, #276d00 0%,#64a70b 100%);
	background: linear-gradient(to bottom, #276d00 0%,#64a70b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276d00', endColorstr='#64a70b',GradientType=0 );
}
ul.navigation li:focus-within a { outline: none; }
ul.navigation li ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	transition: all 0.5s ease;
	margin-top: 1rem;
	margin-left: -1px;
	padding: 0;
	left: 0;
	display: none;
	background: #fff;
	min-width: 5rem;
	overflow: hidden;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);	
	z-index: 99;
}
ul.navigation li:hover > ul,
ul.navigation li:focus-within > ul,
ul.navigation li ul:hover,
ul.navigation li ul:focus {
	visibility: visible;
	opacity: 1;
	display: block;
	border: 3px solid #fff;
	width: 170%;
}
ul.navigation li ul li {
	clear: both;
	width: auto;
	float: none;
	padding-top: 0.6rem;
	padding-right: 1rem;
	padding-bottom: 0.6rem;
	padding-left: 1rem;
	background: #fff;
	color: #000;
	border: 0 none;
	text-shadow: none;
}
ul.navigation li ul li a,
ul.navigation li ul li a:hover,
ul.navigation li ul li:hover,
ul.navigation li ul li:focus-within { color: #000; }

ul.navigation li ul li:hover,
ul.navigation li ul li:focus-within { 
	background: #ddd;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.2);	
}
.main,
footer {
	width: 94%;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
}
.main {
	padding: 20px 3% 0;
	background-color: #ffffff;
	line-height: 1.571;
	-webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.1);	
}

/* footer */
#footer-container {
	padding: 20px 3%;
	color: #ffffff;
	width: 100%;
	border-bottom-color: #0071C3;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #64a70b;
	border-top-width: 6px;
	border-top-style: solid;
}
#footer-container .mission-statement p {
	font-size: 26px;
	font-weight: 400;
	color: #acaeaf;
	margin: 0 auto 4px;
	text-align: center;
	letter-spacing: 2px;
	text-shadow: 0 2px 3px #003067;
	text-align: center;
}
#footer-container .mission-statement .mission {
	font-size: 30px;
	font-weight: 800;
	color: #ffffff;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 30px;
}
#footer-container .mission-statement .strike-through {
	font-weight: 400;
	font-size: 26px;
	color: #acaeaf;
	margin: 0 auto 4px;
	position: relative;
	text-align: center;
	z-index: 1;
	letter-spacing: 8px;
	width: 80%;
	text-shadow: 0 2px 3px #003067;
}
#footer-container .mission-statement .strike-through:before {
	border-top: 2px solid #003067;
	border-bottom: 2px solid #0071c3;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 18px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
	height: 0;
}
#footer-container .mission-statement .strike-through span { padding: 0 15px; }
#footer-container .mission-statement.sm { display: none; }

#social-icons .wrap {
	display: block;
	margin: 0 auto 30px;
	width: 80%;
	max-width: 660px;
	padding: 0;
	border: 0;
	outline: 0;
}
#social-icons a {
	background-color: #003067;
	border-color: #0071C3;
	border-width: 2px;
	border-style: solid;
	border-radius: 8px;
	box-sizing: border-box;
	display: block;
	float: left;
	margin-top: 0;
	margin-right: 3.783783783783784%;
	margin-bottom: 0;
	margin-left: 0;
	width: 22.16216216216216%;
	height: auto;
	outline: 0;
	-webkit-box-shadow: inset 0px 4px 6px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: inset 0px 4px 6px 0px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0px 4px 6px 0px rgba(0, 0, 0, 0.8);
	position: relative;
}
#social-icons a:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
#social-icons a:last-of-type { margin-right: 0; }
#social-icons a img {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0 none;
	outline: 0;
	position: absolute;
}
#social-icons a.si-facebook:hover { background-color: #3b5998; }
#social-icons a.si-instagram:hover { background-color: #8a3ab9; }
#social-icons a.si-twitter:hover { background-color: #00aced; }
#social-icons a.si-youtube:hover { background-color: #dc2013; }

.footer-menu-container {
	margin: 0 auto;
	text-shadow: 0px 2px 2px #003067;
}
#footer-menu {
	list-style: none;
	display: block;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 400;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0;
}
#footer-menu li {
	list-style: none;
	float: left;
	margin: 0;
}
#footer-menu li a {
	display: block;
	padding: 5px 15px;
	border-right: 2px solid #003067;
	border-left: 2px solid #0071c3;
	color: #ffffff;
}
#footer-menu li a:hover { color: #64a70b; }
#footer-menu li:first-of-type a { border-left: 0; padding-left: 0; }
#footer-menu li:last-of-type a { border-right: 0; padding-right: 0; }

.copyright-container {
	background-color: #64a70b;
	background-image: url('img/clover-stripe-bg.jpg');
	background-repeat: repeat-x;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: left top;
	-webkit-box-shadow: inset 0px 5px 8px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: inset 0px 5px 8px 0px rgba(0,0,0,0.7);
	box-shadow: inset 0px 5px 8px 0px rgba(0,0,0,0.7);
	text-align: center;
	padding: 10px 3%;
}
.copyright-container p.small { display: none; }
.copyright-container p {
	text-shadow: 0px 1px 2px #000000,0px 1px 6px #000000, -1px -1px 0 #64a70b, 1px -1px 0 #64a70b, -1px 1px 0 #64a70b, 1px 1px 0 #64a70b;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
}
.copyright-container a {
	color: #FFFFFF;
	text-decoration: none;
}

.alignCenter {
	text-align: center;
}

button { font-family: inherit; }

h1,h2,h3,h4 { 
	font-family: 'DDC Heading Font Face', sans-serif; 
	font-weight: 800;
} 

h2.heading {
	text-align: center;
	font-size: 2.2em;
}

h3 { margin-top: 0; }
h2.strike,
h3.strike {
	color: #000000;
	margin: 40px 0 20px;
	position: relative;
	text-align: center;
	z-index: 1;
	font-size: 2.4rem;
	font-style: italic;
	line-height: 1.4;
	text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 2px 4px 0 #cccccc;
}
h2.strike:before,
h3.strike:before {
	border-top: 3px solid #d7d7d7;
	content:"";
	margin: 0 auto;
	position: absolute;
	top: 24px; left: 0; right: 0; bottom: 0;
	width: 100%;
	z-index: -1;
	height: 0;
}
h2.strike span,
h3.strike span {
	background: #ffffff;
	padding: 0 30px;
}
.colorGuide {
	width: 90%;
	margin: 0 auto 20px;
}
.colorGuide > div {
	width: 32.14285714285714%;
	margin: 0 1.674107142857143% 20px 0;
	float: left;
}
.colorGuide > div:nth-child(3n+3) { margin-right: 0; }
.colorGuide div div {
	width: 90%;
	height: 100px;
	margin: 0 0 10px 0;
	padding: 26px 20px 20px;
	font-weight: 800;
	text-align: center;
	font-size: 2em;
	letter-spacing: .5px;
	text-shadow: 0 1px 2px #000000;
}
.colorGuide .greenSwatch div { background-color: #64a70b; }
.colorGuide .blueSwatch div { background-color: #004b87; }
.colorGuide .graySwatch div { background-color: #888b8d; }

.colorGuide .ucsRedSwatch div { background-color: #e4002b; }
.colorGuide .ucsGraySwatch div { background-color: #63666a; }

.colorGuide div div span {
	color: #ffffff;
	opacity: 0.6;
}
.colorGuide div p.title {
	font-weight: 800;
	font-size: 24px;
}
.colorGuide div p {
	margin: 0;
	padding: 0;
}
.twoColumns {
	width: 100%;
	background: #ffffff;
}
.twoColumns > div {
	width: 50%;
	padding: 0;
	float: left;
	margin: 0 0 60px 0;
}
.twoColumns > div:nth-child(2n+2) {
	margin-right: 0;
}
.twoColumns > div img { 
	width: 100%;
	height: auto;
}
.threeColumns {
	width: 100%;
	display: block;
	background: #ffffff;
}
.threeColumns > div {
	width: 33%;
	padding: 0;
	float: left;
	margin: 0 0 60px 0;
	text-align: center;
}
.threeColumns > div img { 
	width: 100%;
	height: auto;
}
.bottomMarginFix > div {
	margin-bottom: 30px;
}
.iconButton:hover {
	border: 5px;
	border-top: 0;
  	border-style: solid;
	margin:  0 -5px -5px -5px;
}
.green:hover {
	border-image: linear-gradient(to right, rgba(0, 0, 0, 0),#64a70b,rgba(0, 0, 0, 0)) 1;
}
.lightBlue:hover {
	border-image: linear-gradient(to right, rgba(0, 0, 0, 0),#0071C3,rgba(0, 0, 0, 0)) 1;
}
.red:hover {
	border-image: linear-gradient(to right, rgba(0, 0, 0, 0),#ed2024,rgba(0, 0, 0, 0)) 1;
}
p.links { 
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
}
p.links > a { display: inline-block; }

ul.links {
	list-style: none;
	padding: 0;
	width: 100%;
	line-height: 1;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
ul.links li { 
	display: inline-block;
	padding: 0.3rem 0.5rem 0.3rem 0.3rem;
	border-right: 2px solid #b7b7b7;
	margin: 0 0 4px;
}
ul.links li:first-child { border-left: 0 none; }
ul.links li:last-child { border-right: 0 none; }

.blue-pattern-bg,
#footer-container .strike-through span {
	background-color: #004B87;
	background-image: url('img/blue-bg.png');
	background-repeat: repeat;
}
.whiteLogo img { 
	background-color: #222222;
	-webkit-box-shadow: inset 0px 0px 30px 0px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 0px 30px 0px rgba(0,0,0,1);
	box-shadow: inset 0px 0px 30px 0px rgba(0,0,0,1);	
}
a.button,
a.download {
	background: #64a70b;
	background: -moz-linear-gradient(top, #64a70b 0%, #276d00 100%);
	background: -webkit-linear-gradient(top, #64a70b 0%,#276d00 100%);
	background: linear-gradient(to bottom, #64a70b 0%,#276d00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64a70b', endColorstr='#276d00',GradientType=0 );
	box-sizing: border-box;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 5px;
	border-left-width: 0;
	border-style: solid;
	border-bottom-color: #a5e012;
	color: #ffffff;
	font-size: 1.6em;
	line-height: 100%;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	text-transform: uppercase;
	text-align: center;
	width: 40%;
	height: auto;
	display: block;
	text-decoration: none;
	margin-top: 10px;
	margin-left: auto;
	margin-bottom: 60px;
	margin-right: auto;
	letter-spacing: .05rem;
	text-shadow: 0px 1px 4px rgba(39,109,0,1);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
a.button:hover,
a.download:hover {
	background: #276d00;
	background: -moz-linear-gradient(top, #276d00 0%, #64a70b 100%);
	background: -webkit-linear-gradient(top, #276d00 0%,#64a70b 100%);
	background: linear-gradient(to bottom, #276d00 0%,#64a70b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276d00', endColorstr='#64a70b',GradientType=0 );
	cursor: pointer;
	color: #ffffff;
}
a.button:active,
a.download:active {
	border-top-width: 5px;
	border-bottom-width: 0;
	border-top-color: #707070;
}
a.button2 {
	color: #ffffff;
	font-size: 1.4em;
	padding: 12px 20px 10px 20px;
	margin: 0 20px;
	border-radius: 30px;
	background: #004b87;
	transition: 0.5s;
	display: block;
}
a.button2:hover {
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
	background: #0071c3;
}
a.button3 {
	color: #ffffff;
	font-size: 1.4em;
	padding: 12px 20px 10px 20px;
	margin: 0 20px;
	border-radius: 30px;
	background: #004b87;
	transition: 0.5s;
	display: block;
}

a.button3:hover {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
	background: #0071c3;
}
a.greenButton {
	background:#64A70B;
}
a.greenButton:hover {
	background:#91ce0f;
}
a.lightBlueButton {
	background:#0071C3;
}
a.lightBlueButton:hover {
	background:#008ff5;
}
a.redButton {
	background:#ed2024;
}
a.redButton:hover {
	background:#ff4e51;
}
a.toTop {
	display: block;
	position: fixed;
	width: 80px;
	height: 80px;
	bottom: 20px;
	right: 20px;
	margin: 0;
	padding: 0;
	border: 1px solid #003158;
	z-index: 999999;
	background-color: #64a70b;
	background-image: -ms-radial-gradient(center, ellipse farthest-corner, #2193CD 0%, #1C71B9 50%, #004B87 100%);
	background-image: -moz-radial-gradient(center, ellipse farthest-corner, #2193CD 0%, #1C71B9 50%, #004B87 100%);
	background-image: -o-radial-gradient(center, ellipse farthest-corner, #2193CD 0%, #1C71B9 50%, #004B87 100%);
	background-image: -webkit-gradient(radial, center center, 0, center center, 286, color-stop(0, #2193CD), color-stop(50, #1C71B9), color-stop(100, #004B87));
	background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #2193CD 0%, #1C71B9 50%, #004B87 100%);
	background-image: radial-gradient(ellipse farthest-corner at center, #2193CD 0%, #1C71B9 50%, #004B87 100%);
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(28,113,185,1), 0px 1px 3px #333333;
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(28,113,185,1), 0px 1px 3px #333333;
	box-shadow: inset 0px 0px 0px 2px rgba(28,113,185,1), 0px 1px 3px #333333;
	-webkit-transition: background-color 500ms ease .1s;
	-moz-transition: background-color 500ms ease .1s;
	-o-transition: background-color 500ms ease .1s;
	transition: background-color 500ms ease .1s;
}
a.toTop:hover {
	border: 1px solid #336600;
	background-image: -ms-radial-gradient(center, ellipse farthest-corner, #99cc66 0%, #64A70B 50%, #417C3B 100%);
	background-image: -moz-radial-gradient(center, ellipse farthest-corner, #99cc66 0%, #64A70B 50%, #417C3B 100%);
	background-image: -o-radial-gradient(center, ellipse farthest-corner, #99cc66 0%, #64A70B 50%, #417C3B 100%);
	background-image: -webkit-gradient(radial, center center, 0, center center, 286, color-stop(0, #99cc66), color-stop(50, #64A70B), color-stop(100, #417C3B));
	background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #99cc66 0%, #64A70B 50%, #417C3B 100%);
	background-image: radial-gradient(ellipse farthest-corner at center, #99cc66 0%, #64A70B 50%, #417C3B 100%);
	cursor: pointer;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(153,204,102,1), 0px 1px 3px #333333;
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(153,204,102,1), 0px 1px 3px #333333;
	box-shadow: inset 0px 0px 0px 1px rgba(153,204,102,1), 0px 1px 3px #333333;
}
a.toTop img { display: block; margin: 0 auto; width: 100%; height: auto; }

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.shadedBox {
	display: block;
	width: 100%;
	text-shadow: 1px 1px 0 #ffffff;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 30px;
	position: relative;
	-webkit-box-shadow: inset 0px 1px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 1px 15px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 1px 15px 0px rgba(0,0,0,0.2);	
	background: rgba(204,204,204,1);
	background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(244,244,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,204,204,1)), color-stop(100%, rgba(244,244,255,1)));
	background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(244,244,255,1) 100%);
	background: -o-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(244,244,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(244,244,255,1) 100%);
	background: linear-gradient(to bottom, rgba(204,204,204,1) 0%, rgba(244,244,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f4f4ff', GradientType=0 );
}
.shadedBox:after {
	content: "";
	display: table;
	clear: both;
}
.shadedBox > a.download { 
	margin-top: 0;
	margin-bottom: 0;
	outline: 1px solid #ffffff;
}
img.getMore-photo {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width : 990px) {
	a.button3 {
		font-size: 1.2em;
		padding: 12px 10px 10px 10px;
	}
	a.button3:hover {
		font-size: 1.2em;
		padding: 12px 10px 10px 10px;
	}
}

@media only screen and (max-width : 820px) {
	#footer-menu { font-size: 14px; }
	#footer-menu li a { 
		padding: 5px 10px;
		border-right: 0 none;
		border-left: 0 none;
	}
	.collapse > div {
		width: 100%;
		margin: 0 0 25px 0;
	}
}	

@media only screen and (max-width : 660px) {
	.twoColumns > div {
		width: 100%;
		margin: 0 0 25px 0;
	}
	.threeColumns > div {
		width: 100%;
		margin: 0 0 25px 0;
	}
	.threeColumns > div img {
		max-width: 260px;
	}
	a.button3 {
		font-size: 1.4em;
	}
	a.button3:hover {
		font-size: 1.4em;
		padding: 12px 10px 10px 10px;
	}
}

@media only screen and (max-width : 414px) {

	header { padding-top: 0; }
	header img {
		float: none;
		width: 100%;
		max-width: 620px;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	header h1 { 
		text-align: center; 
		font-size: 1.8em;
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
	}
	.twoColumns > div {
		width: 100%;
		max-width: 100%;
		padding: 0;
		float: none;
		margin: 0 0 25px;
	}
	.threeColumns > div {
		width: 100%;
		max-width: 100%;
		padding: 0;
		float: none;
		margin: 0 0 25px;
	}
	a.button3 {
		color: #ffffff;
		font-size: 1.4em;
		padding: 12px 30px 10px 30px;
		border-radius: 30px;
		transition: 0.5s;
	}
	h2.strike,
	h3.strike {
		margin: 20px 0;
		text-align: left;
		font-size: 2rem;
	}
	h2.strike:before,
	h3.strike:before {
		border-top: 0 none;
		content:"";
		margin: 0 auto;
		position: absolute;
		top: 0; left: 0; right: 0; bottom: 0;
	}
	h2.strike span,
	h3.strike span { padding: 0; }
	ul.links {
		list-style: none;
		padding: 0;
		width: 80%;
		line-height: 1;
		font-size: 1.4em;
		text-align: left;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto;
		text-transform: uppercase;
	}
	ul.links li { 
		display: list-item;
		border-right: 0 none;
		border-bottom: 2px solid #e1e1e1;
		margin: 0;
		padding-top: 0.5rem;
		padding-bottom: 0.4rem;
	}
	ul.links li:last-child { border-bottom: 0 none; }
	ul.navigation li {
		float: left;
		padding: 1rem;
		position: relative;
		text-decoration: none;
		text-shadow: 0 1px 2px #276d00;
		border-left: 1px solid #91ce0f;
		border-right: 1px solid #589b09;
	}
	ul.navigation li {
		width: 100%;
		border-top: 1px solid #91ce0f;
		border-right: 0 none;
		border-bottom: 1px solid #589b09;
		border-left: 0 none;
	}
	ul.navigation li:hover > ul,
	ul.navigation li:focus-within > ul,
	ul.navigation li ul:hover,
	ul.navigation li ul:focus {
		visibility: hidden;
		opacity: 0;
		display: none;
	}
	a.download { 
		width: 100%;
		font-size: 1.3em;
	}
	.colorGuide { width: 100%; }
	.colorGuide > div {
		width: 100%;
		margin: 0 1.674107142857143% 20px 0;
		float: none;
	}
	a.toTop {
		width: 60px;
		height: 60px;
		bottom: 0;
		right: 0;
	}
	#footer-container .mission-statement { display: none; }
	#footer-container .mission-statement.sm { display: block; }
	#footer-container .mission-statement.sm .mission { font-size: 26px; }

	.footer-menu-container { display: none; }

	.copyright-container { padding-right: 20%; }
	.copyright-container p.large { display: none; }
	.copyright-container p.small {
		display: block;
		text-align: left;
		font-size: 14px;
		letter-spacing: 0;
		margin: 0;
	}

}