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



@charset "UTF-8";

body {
	background-color: #fff;
	background-image:url(../images/scs-back.jpg);
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	margin-bottom:56px;
}
.nomargintop {
	margin-top:0px;
}
#header h1 {
	font-family: "Open Sans", "DejaVu Sans", "Trebuchet MS", Helvetica, sans-serif;
	font-weight:400;
	font-size:1.45em;
	color:#26160E;
	line-height:1.1em;
	margin-top:12px;
	margin-bottom:9px;
}
#header h2 {
	font-size:2.3em;
	line-height:1em;
	margin-top:20px;
	margin-bottom:0px;
	color:#573428;
}
.goldrule {
	border-top:6px solid #573428;
}
.goldrule2 {
	border-bottom:1px solid #573428;
}
#maincontent p {
	line-height:150%;
	margin-top:12px;
	margin-bottom:9px;
}
.extrabottompad {
	padding-bottom:48px;
}
.padright {
	padding-right:24px !important;
}
.padright2 {
	padding-right:18px !important;
}
.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;
}
.bigtype {
	font-size:125%;
	font-weight:600;
	color:#244B84;
}
.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;
}
.footcopy {
	font-size:90%;
	color:#573428;
	padding-left:6px;
	padding-right:6px;
}
.footcopy2 {
	color:#9B8871;
	margin-top:0px;
	margin-bottom:0px;
	font-size:70%;
	line-height:135%;
	padding-right:6px;
}
.footcopy2 a {
	color:#9B8871;
	text-decoration:none;
}
.footcopy2 a:hover {
	color:#766754;
	border-bottom:1px dotted;
}
li {
	line-height:125%;
	margin-bottom:6px;
}
	


/*Media Queries*/

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

#banner h1 {
	font-size:1.2em;
	line-height:1.1em;
	margin-top:8px;
	margin-bottom:9px;
}
#banner h2 {
	font-weight:400;
	font-size: 2.0em;
	line-height:1em;
	margin-top:20px;
	margin-bottom:0px;
}
.smallpad {
	padding-left:18px;
}
}

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

#banner h1 {
	font-size:1.2em;
	line-height:1.1em;
	margin-top:8px;
	margin-bottom:9px;
}
#banner h2 {
	font-weight:400;
	font-size: 1.85em;
	line-height:1em;
	margin-top:12px;
	margin-bottom:0px;
}
.leftcolpad {
	padding-bottom:0px !important;
}
#maincontent p {
	margin-top:9px;
	margin-bottom:6px;
}
.smallnopad {
	display:none !important;
}
}

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

#banner h1 {
	font-size:1.2em;
	line-height:1.2em;
	margin-top:8px;
	margin-bottom:0px;
}
#banner h2 {
	font-weight:400;
	font-size: 1.7em;
	line-height:1em;
	margin-top:0px;
	margin-bottom:0px;
}
#maincontent p {
	margin-top:9px;
	margin-bottom:6px;
}
.leftcolpad {
	padding-bottom:0px !important;
}
#maincontent ul, #maincontent ol {
	padding-left:24px;
	padding-right:6px;
}
}

