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

html {
	scroll-behavior: smooth;
}

/* styling for Content */

.content {
	width: 100%;
	margin: 0;
	position: relative;
	float: left;
	top: 0;
}

.content a,visited {
	color: #000000;
	font-weight:bold;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	text-decoration: none;
	}
	
.content a:hover {  
	color: #999999;
	font-weight:bold;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: 2px;
	text-decoration: none ! important
	}

.content p {
	width: 100%;
	padding-right: 20%;
	font-size: 0.9em;
	line-height: 1.8;
	text-align: left;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 0;
	margin-bottom: 2.5%;
	font-family: "Avenir", sans-serif;
}

.content h1 {
	font-family: "Avenir", sans-serif;
	font-size: 1.2em;
	margin-top: 2%;
	margin-bottom: 1%;
}

.content h3 {
	font-family: "Avenir", sans-serif;
	color: #999999;
	font-size: 0.9em;
	margin-top: 2%;
	margin-bottom: 3%;
}

.content h4 {
	font-family: "Avenir", sans-serif;
	color: #999999;
	font-size: 0.9em;
	line-height: 1.3em;
	margin-top: 1%;
	margin-bottom: 1%;
}

.content ul {
	font-size: 0.7em;
	line-height: 1.7em;
	margin-bottom: 0px;
	list-style-type: none;
	font-family: "Avenir", sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2%;
	padding-left: 0;
	}


.content img {
	margin-bottom: 0.625%;
}


/* styling for Anchor */

.wrapper #main .content #anchorholder {
    position: relative;
    top: 0;
	width: 100%;
	visibility: hidden;
}

.wrapper #main .content .anchorpoint {
    position: absolute;
    top: -80px;
	width: 50%;
	border: 3px solid #000000;
}

/* end styling for Anchor */



/* styling for Main Image */

.mainpic {
	width: 100%;
	height: auto;
	margin-bottom: 1.25%;
	top: 0;
	left: 0;
}

.mainpic .cap {
	width: 100%;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 4px;
	float: left;
	background-color: transparent;
	left: 0;
	font-size: 70%;
	color: #000000;
	text-align: left ! important;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.mainpic .credit {
	width: 100%;
	font-size: 100%;
	color: #000000;
	text-align: left ! important;
	font-family: "Times New Roman", serif;
	font-style:italic;
	}
	
.mainpicvert {
	width: 100%;
	height: auto;
	margin-bottom: 12%;
	top: 0;
	left: 0;
}

.mainpicvert img {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

.mainpicvert .cap {
	width: 100%;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 4px;
	background-color: transparent;
	left: 0;
	font-size: 70%;
	color: #000000;
	text-align: left ! important;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.mainpicvert .credit {
	width: 100%;
	font-size: 100%;
	color: #000000;
	float:left;
	left: 0;
	text-align: left ! important;
	font-family: "Times New Roman", serif;
	font-style:italic;
	}

/* End Main Image */

/* styling for Main Map */

.mainmap {
	display: none;
}


/* End Main Map */

/* illustrations */
	
#illust {
	width: 100%;
	height:auto;
	position:relative;
	margin-bottom: 12px;
	}
	
#illust img {
	width: 100%;
	margin-bottom: 0;
	}

#illust .cap {
	width: 100%;
	position: relative;
	float: left;
	margin-top: 0;
	background-color:transparent;
	left: 0;
	font-size: 70%;
	color:#000000;
	text-align:left ! important;
	}
	
#illust .credit {
	width: 100%;
	font-size: 100%;
	color: #000000;
	text-align: left ! important;
	font-family: "Times New Roman", serif;
	font-style:italic;
	}
	
#illustvert {
	width: 100%;
	height: auto;
	position:relative;
	float:left;
	margin-bottom: 15px;
	}
	
#illustvert img {
	float:left;
	width: 200px;
	}

#illustvert .cap {
	width: 25%;
	float: left;
	bottom: 0%;
	left: 212px;
	font-size: 65%;
	color:#000000;
	text-align:left ! important;
	}
	
#illustvert .credit {
	width: 100%;
	font-size: 100%;
	color: #000000;
	text-align: left ! important;
	font-family: "Times New Roman", serif;
	font-style:italic;
	}

/* end illustrations */
	
/* Credits box */

.creditsbox {
	width: 100%;
	height: auto;
	position:relative;
	float:left;
	margin-bottom: 5%;
	top: 0;
	left: 0;
}

.creditsbox img {
	display: none;
}

/* styling for Credits */

.credits a, visited {
	color: #666666;
	font-weight:300;
	text-transform:none;
	text-decoration: none;
	}
	
.credits .creditsnav ul {
	list-style-type: none;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 0;
	padding-right: 0;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	background-color: transparent;
	font-weight: bold;
	font-size: 0.75em;
	text-transform: uppercase;
	line-height: 1.3;
	position: relative;
	border-bottom: none !important;
}

.credits .creditsnav ul li {
	display: inline-block;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	color: #666666;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	border-bottom: none !important;
	}

.credits .creditsnav ul li a,visited{
	color: #000000;
	padding-top: 0%;
	padding-bottom: 1%;
	border-bottom: none !important;
	text-decoration: none !important;
	
}

.credits .creditsnav ul li a:hover {
	color: #333333;
	font-weight:700;
	border-bottom: none !important;
	text-decoration: none !important;
}

.content .credits .creditsnav .slant {
	font-family: "Avenir", sans-serif;
	font-weight: normal; 
	text-transform: none;
	font-style: italic;
	line-height: 1.3;
}


/* end Credits box */


/* Multiple columns */

#multicolumn {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
	padding-top: 4%;
	padding-bottom: 4%;
}
#multicolumn {
    -webkit-column-gap: 12px; /* Chrome, Safari, Opera */
    -moz-column-gap: 12px; /* Firefox */
    column-gap: 12px;
}

#multicolumn p {
	font-size: 1em;
	color: #999999; 
	line-height: 2.5;
	text-align: left;
	padding-bottom: 0;
	text-transform: uppercase;
}

#multicolumn hr {
	color: #DADADA;
	margin-top: 3%;
	margin-bottom: 6%;
}

/* End Multiple columns */


/* Multiple columns index */

.multicolumn2 {
    -webkit-column-count: 5; /* Chrome, Safari, Opera */
    -moz-column-count: 5; /* Firefox */
    column-count: 5;
	padding-top: 4%;
	padding-bottom: 4%;
}

.multicolumn2 {
    -webkit-column-gap: 12px; /* Chrome, Safari, Opera */
    -moz-column-gap: 12px; /* Firefox */
    column-gap: 12px;
}

.multicolumn2 p {
	font-size: 1.5em;
	color: #999999; 
	line-height: 2.0;
	text-align: left;
	padding-bottom: 0;
	text-transform: uppercase;
}

.multicolumn2 hr {
	color: #DADADA;
	margin-top: 3%;
	margin-bottom: 6%;
}

/* End Multiple columns */


/* Multiple columns place */

#multicolumn3 {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	padding-top: 4%;
	padding-bottom: 4%;
}
#multicolumn3 {
    -webkit-column-gap: 12px; /* Chrome, Safari, Opera */
    -moz-column-gap: 12px; /* Firefox */
    column-gap: 12px;
}

#multicolumn3 p {
	font-size: 0.7em;
	color: #999999; 
	line-height: 1.5em;
	text-align: left;
	padding-bottom: 0;
	text-transform: uppercase;
}

#multicolumn3 hr {
	color: #DADADA;
	margin-top: 3%;
	margin-bottom: 6%;
}

/* End Multiple columns */



/* styling for Content Boxes */

.contentboxl {
	width: 48%;
	margin-bottom: 2.0833%;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #fff;
	position: relative;
	float: left;
}

.contentboxl img {
	max-width: 100%;
}

.contentboxl p {
	font-size: 0.85em;
	text-align:left;
	color: #333;
	background-color: #e1e4e9;
	width: 94%;
	margin-top: -2%;
	padding-top: 3%;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 2%;
}

.contentboxl a:link {
	color: #000000;
	text-decoration: none;
	border: 0;
	}
	
.contentboxl a:hover {
	border: 0;
	text-decoration: none ! important
	}
	
.contentboxr {
	width: 48%;
	height: 48%;
	margin-bottom: 2.0833%;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #fff;
	position: relative;
	float: right;
}

.contentboxr img {
	max-width: 100%;
	height: auto;
}

.contentboxr p {
	font-size: 0.85em;
	text-align:left;
	color: #333;
	background-color: #e1e4e9;
	width: 94%;
	margin-top: -2%;
	padding-top: 3%;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 2%;
}

.contentboxr a:link {
	color: #000000;
	text-decoration: none;
	border: 0;
	}
	
.contentboxr a:hover {
	border: 0;
	text-decoration: none ! important
	}

.contentboxwide {
	width: 100%;
	margin-top: 2.0833%;
	margin-bottom: 2.0833%;
	margin-right: 3.125%;
	position: relative;
	float: left;
}

.contentboxwide p {
	font-size: 0.85em;
	text-align:left;
	color: #333;
	margin-top: 1%;
}

/* pinterest */

#pinterest-widget {
	margin-bottom: 3.5%;
}

#pinterest-widget span {
	width: 100%; overflow: hidden;
}
#pinterest-widget span span {
	width: 95%;
}

/* end pinterest */


/* styling for Sidebar */

#sidebar {
	display: none;
}
	
/* searchboxes */

.searchbox-960 {
	display:block;
}

.searchbox-tablet {
	display:none;
}

.searchbox-mobile {
	display:none;
}

/* end of searchboxes */


/* End main content elements */