/*
 ----------------------------- 
 Custom Styles
 © Cynthia Pinsonnault
 February 2017
 -----------------------------
*/


@charset "UTF-8";

body {
	background-color: #005680;
	margin-bottom: 56px;
	font-size: 105%;
}
.nomargintop {
	margin-top: 0px;
}
#banner h1 {
	font-size: 3.0em;
	letter-spacing:0.01em;
	line-height:1em;
	margin-top:0px;
	margin-bottom: 0px;
	padding:36px 20px 9px 20px;
}
.whiterule {
	border-top:4px solid #005680;
	border-bottom:1px solid #FFF;
}
.bluerule {
	border-top:4px solid #005680;
}
.mainback {
	background-image:url(../images/mainback2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom right;
}
.copyover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.6+0,0.4+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#66ffffff',GradientType=0 ); /* IE6-9 */
	padding:12px 24px 80px 40px !important;
}
.side {
	padding:48px 0px 80px 6px !important;
	font-size:90%;
	color:#005680;
}
#maincopy p {
	line-height:150%;
	margin-top:12px;
	margin-bottom:9px;
	padding-left:18px;
	padding-right:18px;
}
.smhead {
	font-family:Rokkitt, serif;
	color:#000;
	font-size:120%;
	font-weight:700;
}
.attrib {
	font-size:85%;
	color:#000;
}
.padright {
	padding-right:10px !important;
}
.padleft {
	padding-left:10px !important;
}
/*
.bigtype {
	font-family: 'Rokkitt', Arial, Helvetica, sans-serif;
	font-size:130%;
	color:#467EA9;
}
.cases li {
	margin-bottom:12px;
	line-height:140%;
	padding-right:48px;
}
*/
.footcopy {
	font-size:90%;
	padding:7px 6px 6px 6px !important;
}
.footcopy2 {
	font-size:70%;
	padding:6px;
}
.footcopy2 a {
	color:#999999;
	text-decoration:none;
}
.footcopy2 a:hover {
	color:#EEE;
	border-bottom:1px dotted;
}

.listco {
	text-transform:uppercase;
	line-height:120% !important;
	margin-bottom:0px !important;
	margin-top:18px !important;
}
.listco2 {
	text-transform:uppercase;
	line-height:120% !important;
	margin-bottom:3px !important;
	margin-top:18px !important;
}
.listco3 {
	line-height:120% !important;
	margin-bottom:3px !important;
	margin-top:4px !important;
}
.listname {
	font-size:85%;
	line-height:110% !important;
	margin-top:2px !important;
}
.topspace {
	margin-top:24px;
	border-top:1px dotted;
}
.nobot {
	margin-bottom:0px !important;
	margin-top:0px !important;
}
.imgborder {
	border-bottom:1px dotted #257383;
}
.hangingindent {
	margin-left:36px;
	text-indent: -24px;
	line-height:1.2em;
	margin-top:6px;
	margin-bottom:6px;
}
.borderleft {
	border-left: 1px dotted;
}
.caption {
	font-size:80%;
	margin-top:3px;
	margin-bottom:24px;
}
.quote {
	font-style:italic;
	font-size:1.25em;
	line-height:140% !important;
	color:#3E762D;
	padding:12px 18px;
}
.semibold {
	font-weight:600;
}



/*Media Queries*/

@media only screen and (min-width: 768px) and (max-width: 1100px) {

#banner h1 {
	font-size: 2.6em;
	padding-top:36px;
}
.copyover {
	padding:12px 24px 80px 30px !important;
}
}

@media only screen and (min-width: 480px) and (max-width: 700px) {

#banner h1 {
	font-size: 2.5em;
	padding-top:30px;
}
.copyover {
	padding:10px 10px 80px 10px !important;
}
.side {
	padding:24px 9px 30px 9px !important;
}
#maincopy p {
	margin-top:9px;
	margin-bottom:6px;
}
.footcopy {
	font-size:80%;
}
}

@media only screen and (min-width: 0px) and (max-width: 480px) {

#banner h1 {
	font-size: 2.3em;
	padding-top:24px;
}
.copyover {
	padding:10px 10px 80px 10px !important;
}
.side {
	padding:12px 9px 30px 9px !important;
}
#mainconpy p {
	margin-top:9px;
	margin-bottom:6px;
}
.footcopy {
	font-size:75%;
}
}
