@charset "UTF-8";
/* CSS Document 

FONTS:  font-family: 'Pragati Narrow', sans-serif;
            Regular 400 • Bold 700

        font-family: 'Merriweather', serif;
            Light: 300 • Regular 400 • Bold 700

COLORS: Dark Sage #7E8B7F
		Sage: #95A296
        Pale Sage: #A4AFA5
		XPale Sage #E3ECE1
	    Tan #CBCEBF
		Pale Tan #E8EADE
		Rich Green #619869

    Dark (Agrox) Sage: #717E72
    True (Hess) Sage: #A4AFA5
    Pale Sage: #E0E5DF
    Text Grey #666866
    Link Blue: #1F658C
*/

body {
    margin: 0;
    padding: 0;
    /*background: #F4F8F4;*/
}

div.wrapper {
    max-width: 1200px;
    /*border: 1px solid #D5D5D5;
    margin: 0 auto 0 auto;
    overflow: hidden;
    background-color: #FFF;
    position: relative;
    z-index: 0;*/
}
div.content {
	margin: 0px 0px 0 300px; /*moves all content to right*/
}
div.spacer {
	height: 50px;
    clear: both;
}

header {
    margin: 0px 0 0 -260px; /*moves header content left*/
}
header aside.topbarleft {
    background: #E0E5DF;
    height: 40px;
    width: 265px;
    margin: 0 0 0 -40px;
}
header aside.topbar {
    background: #A4AFA5;
    height: 40px;
    margin: -40px 0 0 265px;
    width: 1500px;
}
header img.corplogo {
    width: 225px;
    margin: -30px 0 0 0px;
}
header p.slugline {
    font-family: 'Pragati Narrow', sans-serif;
    letter-spacing: 8px;
    color: #585A58;
    margin-top: 28px;
    margin: 28px 0 0 265px;
    text-indent: 0px;
}
header h1 {
    font-family: 'Merriweather', serif;
    font-size: 62px;
    line-height: 65px;
    color: #717E72;
    font-weight: 300;
    letter-spacing: -2px;
    margin: 20px 12% 40px 0px;
}
header h1 .grey {
    color: #A4AFA5;
}
nav.pageDirectory {
    font-family: 'Pragati Narrow', sans-serif;
    /*margin: 0px 12% 0px 0px;*/
	margin: 0px 0 0px 0px;
    border-top: 1px solid #95A296;
}
nav.pageDirectory ul {
    padding: 0px;
    list-style: none;
    text-transform: uppercase;
}
nav.pageDirectory ul li.directoryHead {
	margin: -10px 0 6px -10px;
	padding: 0 0 0 10px;
    color: #585A58;
    letter-spacing: 3px;
	font-weight: 700;
	background-color: #E3ECE1;
	border: 1px solid #E3ECE1;
}
nav.pageDirectory img.burger {
    width: 30px;
    margin: 6px 0px;
}
nav.pageDirectory aside.expando {
	display: none;
    margin-top: -40px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
nav.pageDirectory aside.expando:target {
	display: block;
}
nav.pageDirectory aside.expando li {
    border-bottom: 1px solid #CBCEBF;
}
nav.pageDirectory aside.expando li.topper {
    border-top: 1px solid #CBCEBF;
}

/*  CONTENT SIDE  */
section.contentSide {
    margin: 0 12% 0 0px;
    float: right;
}
section.contentSide h2 {
    font-family: 'Merriweather', serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-style: italic;
    color: #585A58;
    margin: 20px 12% 0 0px;
	margin: 20px 0 0 0px;
}
section.contentSide p.subjectFence {
    font-family: 'Pragati Narrow', sans-serif;
    font-size: 35px;
    line-height: 33px;
    color: #7E8B7F;
    margin: 30px 0 0 0px;
    text-indent: 0px;
}
section.contentSide p.subjectBlurb {
    font-style: italic;
    text-indent: 0px;
}
section.contentSide p {
    font-family: 'Merriweather', serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #666866;
    margin: 6px 0 0 0px;
}
section.contentSide h3.topicTitle {
    font-family: 'Pragati Narrow', sans-serif;
    font-size: 34px;
    line-height: 33px;
    color: #717E72;
    margin: 30px 0 8px 0px;
    letter-spacing: -.25px;
    font-weight: 400;
}
section.contentSide p.topicBlurb {
    font-style: italic;
    text-indent: 0px;
    margin: 10px 0 0 0px;
}
section.contentSide p.topicSub {
    text-indent: 0px;
    font-family: 'Pragati Narrow', sans-serif;
    font-size: 28px;
    line-height: 27px;
    color: #95A296;
    margin: 25px 0 0 0px;
}
section.contentSide p.firstPara {
    text-indent: 0px;
	margin-top: 3px;
}
section.contentSide p.firstPara .capLead {
    text-transform: uppercase;
	font-size: 15.5px;
}
section.contentSide p.firstPara .dropCap {
    color: #fff;
	background-color: #D0D7CE;
	float: left;
	font-family: 'Pragati Narrow', sans-serif;
	font-size: 60px;
	line-height: 54px;
	padding: 0px 6px;
	margin-right: 6px;
}
section.contentSide p {
    text-indent: 21px;
    margin: 0px 0 0 0px;
}
section.contentSide p.firstParaSub {
    text-indent: 0px;
    margin: 10px 0 0 0px;
}
section.contentSide p.firstParaSub .leadin {
    font-family: 'Pragati Narrow', sans-serif;
    font-size: 19px;
    color: #7E8B7F;
    font-weight: 700;
    margin-top: 10px;
}
section.contentSide h4 {
    background-color: #E3ECE1;
    border-top: 1px solid #CBCEBF;
    border-bottom: 1px solid #CBCEBF;
    padding: 7px 0 5px 15px;
    font-family: 'Pragati Narrow', sans-serif;
    margin: 25px 0 5px -15px;
    font-size: 22px;
    line-height: 24px;
    color: #7E8B7F;
    letter-spacing: 3px;
}
section.contentSide p .note {
	font-family: 'Pragati Narrow', sans-serif;
	font-size: 14px;
    padding-left: 1px;
    vertical-align: 15%;
}
section.contentSide sup {
    line-height: 18px;
    font-size: 14px;
    font-family: 'Pragati Narrow', sans-serif;
}
section.contentSide sub {
    line-height: 18px;
    font-size: 14px;
    vertical-align: -5%;
}
section.contentSide p.footnote {
	font-family: 'Pragati Narrow', sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin: 10px 0 12px -15px;
	border-left: solid 5px #E6E7E8;
	padding-left: 10px;
    text-indent: 0px;
}
section.contentSide p.xref {
	font-family: 'Pragati Narrow', sans-serif;
	font-size: 17px;
	line-height: 24px;
    margin: 10px 0 15px 0px;
    text-indent: 0px;
    color: #A4AFA5;
}
section.contentSide p.xref .tag {
    color: #fff;
    font-size: 16px;
    padding: 0px 9px 0px 9px;
	margin: 0 5px 0 0px;
    background-color: #95A296;
    font-weight: bold;
}
section.contentSide p.xref a:hover {
	display: inline-block;
	color: #7E8B7F;
	background-color: #EEF4ED;
	padding: 3px 10px 3px 10px;
    margin: -3px 0 -3px -10px;
	letter-spacing: 1px;
	text-decoration: none;
}

/*  INSET IMAGE BLOCK  */
section.contentSide article.insetWrap {
    float: left;
	width: 225px;
    border-right: 1px solid #ccc;
    padding: 0 15px 0 0px;
    margin: 8px 15px 12px 0px;
}
section.contentSide article.insetWrap img.insetPhoto {
    width: 100%;
    border: 1px solid #838683;
}
section.contentSide article.insetWrap p.insetCaption {
	font-family: 'Pragati Narrow', sans-serif;
	color: #848684;
    font-size: 18px;
	line-height: 21px;
	text-indent: 0px;
	margin: 5px 0 0px 0px;
	padding-bottom: 8px;
}

/*  SEE ALSO CROSS-REFS  */
aside.seeAlso, .sample {
	font-family: 'Pragati Narrow', sans-serif;
    margin: 10px 0 0 0px;
    color: #666866;
}
aside.seeAlso ul, .sample ul {
	padding: 0px;
	list-style-type: none;
}
aside.seeAlso ul li.headSee, .sample ul li.headSam {
	margin: 10px 0 0px -10px;
	font-size: 17px;
	line-height: 17px;
    font-weight: 700;
	border-top: none;
	color: #95A296;
}
aside.seeAlso ul li.headSeeSM {
	margin: -15px 0 0px -10px;
	font-size: 17px;
	line-height: 17px;
    font-weight: 700;
	border-top: none;
	color: #95A296;
}
aside.seeAlso ul li, .sample ul li {
	border-top: 1px solid #CBCEBF;
	margin: 0 0 0 -10px;
	padding: 6px 0px 6px 10px;
	line-height: 1em;
}
aside.seeAlso li.xref, .sample li.xref {
	font-family: 'Pragati Narrow', sans-serif;
	font-size: 17px;
	line-height: 24px;
    margin: 0px 0 0px 0px;
    text-indent: 0px;
    color: #A4AFA5;
}
aside.seeAlso li.xref .tag, .sample li.xref .tag {
    color: #fff;
    font-size: 16px;
    padding: 0px 9px 0px 9px;
	margin: 0 5px 0 -10px;
    background-color: #95A296;
    font-weight: bold;
}
aside.seeAlso ul li a:hover, .sample ul li a:hover {
	display: inline-block;
	color: #7E8B7F;
	background-color: #EEF4ED;
	padding: 3px 10px 3px 10px;
    margin: -3px 0 -3px -10px;
	letter-spacing: 1px;
	text-decoration: none;
}
aside.seeAlso ul li.lastSee, .sample ul li.lastSam {
	border-bottom: 1px solid #CBCEBF;
}

section.contentSide a:link {
    color: #1F658C;
    text-decoration: none;
    font-weight: 400;
}
section.contentSide a:visited {
    color: #7E8B7F;
    text-decoration: none;
}
section.contentSide a:hover{
    color: #7E8B7F;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
section.contentSide footer.spacer {
    height: 50px;
    clear: both;
}

/*  LOGO-SIDE SIDEBAR CONTENT  */
section.logoSide {
    float: left;
    width: 225px;
	margin: 0px 0 0 -260px; /*moves sidebarNav left to fill vacated area*/
    font-family: 'Pragati Narrow', sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #737674;
    text-align: right;
}
section.logoSide a:link {
    text-decoration: none;
    color: #1F658C;
}
section.logoSide a:visited {
    text-decoration: none;
    color: #7E8B7F;
}
section.logoSide a:hover {
    color: #7E8B7F;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
section.logoSide p {
    margin: 6px 0 0 0px;
}
section.logoSide p.actionHead {
    margin: 0px 0 0px 0px;
    font-size: 28px;
}
section.logoSide img.photo {
    width: 100%;
    border: 1px solid #919491;
    margin-top: 0px
}
section.logoSide p.caption {
    border-top: 1px solid #95A296;
    padding-top: 4px;
    margin: 3px 0 40px 0px;
    font-size: 18px;
    line-height: 20px;
}
section.logoSide aside.navigation ul {
    list-style: none;
    padding: 0px;
}
section.logoSide aside.navigation ul li {
    margin: 12px 0 0 0px; 
    font-size: 16px;
    line-height: 16px;
}
section.logoSide aside.navigation p.footerHead {
    margin: 40px 0 15px 0px;
    font-size: 28px;
	text-indent: 0px;
}
section.logoSide aside.navigation ul p.divider {
    margin: 10px 0 8px 0px;
    font-size: 18px;
	color: #A4AFA5;
	letter-spacing: 2px;
}
section.logoSide aside.navigation ul li.miniHead {
    margin: 10px 0 0px 0px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
}

/*MEDIA QUERIES  •  •  •  MEDIA QUERIES  •  •  •  MEDIA QUERIES*/

@media screen and (max-width: 935px) {
header p.slugline {
    letter-spacing: 4px;
}   
}

@media screen and (max-width : 750px ){
div.content {
	margin: 0px 0px 0 265px; /*moves all content to right*/
}
header {
    margin: 0px 0 0 -235px; /*moves header content left*/
}
header aside.topbarleft {
    width: 245px;
    margin: 0 0 0 -40px;
}
header aside.topbar {
    margin: -40px 0 0 235px;
    width: 750px;
}
header img.corplogo {
    width: 280px;
    margin: 30px 0 0 0px;
}
header p.slugline {
    letter-spacing: 8px;
    margin: 25px 0 0 0px;
    text-indent: 0px;
}
header h1 {
    font-family: 'Merriweather', serif;
    font-size: 62px;
    line-height: 68px;
    color: #7E8B7F; 
    font-weight: 300;
    letter-spacing: -2px;
    margin: 20px 0 40px 0px;
	}
section.logoSide {
    width: 200px;
	margin: 0px 0 0 -235px; /*moves sidebarNav left to vacated area*/
}  
section.contentSide article.insetWrap {
    float: none;
	width: 99%;
    border-right: none;
    padding: 0px;
    margin: 16px 15px 20px 0px;
}
section.contentSide article.insetWrap P.insetCaption {
	margin: 5px 0 0px 0px;
	border-bottom: 1px solid #ccc;
	padding: 0px 0 12px 0px;
}
}

@media screen and (max-width : 600px ){   /* SINGLE COLUMN LAYOUT */  
div.content {
    float: none;
	margin: 0px 0px 0 30px;
} 
div.spacer {
	display: none;
}
header {
    margin: 0 12% 0 0px; 
	/*width: 90%;*/
}
header aside.topbarleft {
    display: none;
}
header aside.topbar {
    margin: -0px 0 0 -40px;
    width: 625px;
}
header p.slugline {
    letter-spacing: 2.5px;
    margin: 20px 0 0 0px;
	text-align: left;
}
header img.corplogo {
    width: 50%;
    padding: 0 0px 0 40px;
    margin: 40px 0 10px -40px;
}
header h1 {
    text-align: left;    
}
section.contentSide {
	margin: 0 12% 0 0px;
	float: left;
}
nav.pageDirectory aside.expando li {
    padding: 6px 0 6px 0px;
	font-size: 18px;
}
aside.seeAlso ul li, .sample ul li {
	margin: 0 0 0 -10px;
	padding: 12px 0px 12px 10px;
	font-size: 18px;
}
aside.seeAlso ul li.headSee, .sample ul li.headSam {
	margin: 20px 0 0px -10px;
	font-size: 19px;
	line-height: 19px;
    font-weight: 700;
	border-top: none;
	color: #95A296;
}
section.logoSide {
    float: none;
    text-align: left;
    width: 100%;
	margin: 0 0 0 0px;
}   
section.logoSide aside.topbarleft {
    display: none;
}
section.logoSide img.photo {
    margin: 30px 0 0 0px;
	width: 88%;
}
section.logoSide p.caption {
	width: 88%;
}
section.logoSide aside.navigation {
    background-color: #E0E5DF;
    margin: 30px -30px 0 -30px;
    padding: 0px 30px 30px 30px;
}
section.logoSide aside.navigation ul {
    padding-top: 10px;    
}	
section.logoSide aside.navigation p.footerHead {
    border-bottom: 1px solid #FFF;
    padding-bottom: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 14px;
    margin: 30px 0 0 -30px;
    padding-left: 30px;
	padding: 21px 0px 18px 30px;
}   
section.logoSide aside.navigation ul li.miniHead.one {
	margin-top: -10px;	
}
section.logoSide aside.navigation ul p.divider {
	color: #fff;
}
}

@media screen and (max-width : 450px ){
header img.corplogo {
    width: 60%;
}
/*section.contentSide article.insetWrap {
    float: none;
	width: 92%;
    border-right: none;
    padding: 0px;
    margin: 16px 15px 20px 0px;
}*/
/*section.contentSide article.insetWrap P.insetCaption {
	margin: 5px 0 0px 0px;
	border-bottom: 1px solid #ccc;
	padding: 0px 0 12px 0px;
}*/
/*section.contentSide article.insetWrap img.insetPhoto {
    width: 100%;
}*/   
    
}
