@charset "utf-8";
/* CSS Document */
#homepage-hero
{

	background:url(../images/large/stage-dive-hub.jpg);
	background-repeat: no-repeat;
	background-size: cover;
 	margin: 0 auto 2em;
 	max-height: 600px;
	overflow:hidden;
	padding-bottom: 37.5%;
	max-width:2000px;
}
#homepage-hero:before {
  content: "";
  display: block;
  padding-bottom: 37.5%;
}

p {
	font-family: Georgia, serif;
	font-size:18px;
	line-height:28px;
}

h1, h2, h3, h4 {
	font-family: 'Francois One', sans-serif;}
	
	
#top h1 span {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
}

h1 a {
	color:#000;
}
	
.side h1, .side h2, .side h3, .side h4, footer h1	{
		font-family:'Montserrat', sans-serif;
	text-transform:uppercase;
	color:#991C30;
}
.top-bar-section ul li > a:hover {
	text-decoration:none;
}


@media only screen and (min-width: 1100px) {
#main .large-offset-1 {
	padding-top:1em;
	margin-top:-77px;
	background-color:white;}
	
	



#hero {
	background:#ccc;
	margin-bottom:1.5em;
}

.side {/*
	padding-left:1.5em;
	border-left:1px solid #999;	*/
}

.side h1, footer h1 {

	font-size:18px;	
}

.side h2 {
	font-size:16px;
}
.side p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:20px;
}

.side > div {
	padding:2em 0;
	border-bottom:1px dotted #666;
	margin-bottom:1em;
}
.side > div:first-of-type {
	padding-top:0;
}

.dek {
	
	font-family:'Montserrat', sans-serif;
	font-weight:bold;
	font-size:18px;
	line-height:28px;
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:2px dotted #999;
}
.byline + p:first-letter, hr + p:first-letter{ 
	float: left;
	color:#991C30;
	font-size:80px;
	padding: 25px 5px 10px 0;
}

.byline {
	font-weight:bold;
}

.byline:before {
	content: "by ";
	font-style:italic;
	font-weight:normal;
}
.pull {
	float:left;
	max-width:280px;
	margin-left:-100px;
	font-weight:bold;
	font-size:20px;
	font-family: 'Libre Baskerville', Georgia, serif;
	color:black;

}

.sm.pull {
	max-width:160px;
}

@media only screen and (max-width:40em) {
.pull	{
	display:none;
}}

@media only screen and (min-width: 40.063em) and (max-width:64em) {
.pull, .offset	{
	margin:0;
	border-left:0;
	padding-left:0;
}}
.pull span, .mainquote span {
	display:block;
	font-weight:normal;
	font-family:'Montserrat', sans-serif;
	font-size:14px;
	text-align:right;
}

.pull span::before, .mainquote span::before {

	content:"– ";
}

div.pull {
	margin-right:20px;
}
div.pull p {
	font-size:14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height:20px;
}

div.pull p:last-of-type {
	margin-bottom:0;
}

@media only screen and (max-width:64em) {
.panel.pull {
	display:block;
	float:none;
	margin-left:0;
	max-width:100%;
}}

.panel.pull h3 {
		font-family:'Montserrat', sans-serif;
		color:#991C30;
		font-size:20px;
}
.panel.pull li {
	font-size:14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.feature-index .previous {
	text-align:right;

}

.feature-index .nindex {
	text-align:center;
	border-left:1px solid #999;
	border-right:1px solid #999;
}

.feature-index .next {
	
}


.feature-index {	
	margin-top:4em;
	padding:1em 0;

	border-top:3px solid #991C30;
	border-bottom:1px dotted #991C30;

}

 .feature-index h3 {
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:3px;
	color: #991C30;
}
.feature-index p {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-style:italic;
	font-size:16px;
	line-height:23px;
	margin-bottom:1em;
}


.cite {
	font-size:50%;
	font-family:Helvetica, Arial, sans-serif;
		
}

a.cite {
	color: #991C30;



}
.citations {
	margin:1em 0 0;
	padding:1em 0 0;
	
}

.citations ol {
    counter-reset:li;
		margin-left:0;
	padding-left:0;
	font-size:13px;
	
	}


.citations ol > li {
	position:relative; /* Create a positioning context */
    padding:4px 8px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */

}

.citations ol > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-1px;
    left:-1em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:2em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
    padding:2px;
	font-size:10px;
	
    text-align:center;
}
.call {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:22px;
	border-top:1px dotted #999;
	padding:1em 0;
	margin:3em 0 0;
}

.intro {
}

.intro a {
	display:block;
	font-size:14px;
	font-family:'Montserrat', sans-serif;
}

.offset {
	margin-left:-100px;
}

@media only screen and (max-width:64em) {
 .offset	{
	margin:0;

}}

#listindex h1 {
	font-size:24px;
}


.list h2 {
	font-family:'Libre Baskerville', Georgia, serif;
	font-style:italic;
	max-width:600px;
	font-size:28px;
	text-align:center;
	margin:0 auto 1em;
	border-bottom: 1px dotted #666;
	padding-bottom:1em;
}

.list h3 {
	font-size:22px;
	margin-bottom:0;}
.list h4 {
	font-size: 19px;}
.list h4 span {
	font-weight:normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}
.list p {
	font-size:16px;
	line-height:22px;
}

hr {
border: none;
max-width: 10em;
margin: 2em auto;
border-top: 3px solid #999;
}

footer {
	background-color:#1a1a1a;
	border-top:4px solid #991C30;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#999;
	padding:2em 0;
}

footer h2 {
	font-size: 16px;
	color:white;
}

footer p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:20px;
}
footer a {
	color:#ccc;
}

footer ul {
	list-style-type:none;
	margin-left:0;
}
@media only screen and (max-width: 20em) {

h1, .article h1 {font-size:24px;
}
.dek {
	font-size:14px;
	line-height:20px;
}
h3 {font-size:18px;}

.side {
	padding-left:0;
	border-left:none;	
}

.feature-index .previous, .feature-index .nindex  {
	text-align:left;

}

}

/* Homepage */


#maincolumn {}

#mainfeature {

	
	}
	
#mainfeature h1, .afeature h1 {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-weight:bold;	
}

#mainfeature h4, .afeature h4 {
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #991C30;
	margin-bottom:0;
}

@media only screen and (min-width: 1100px) {
	.feature {border-bottom:4px solid #991c30;}
	
#mainfeature, .afeature {
	padding:1em 0.9375em 0 0.9375em;
	margin-top:-220px;
	background-color:rgba(255,255,255, .80);
	margin-bottom:50px;
	border-top:5px solid #991C30;


	}
.afeature {
	margin-top:-220px;
	padding:0;
	margin-bottom:35px;

}

.afeature .large-6, .afeature .large-4 {
		background-color:rgba(255,255,255, .80);
		padding-top:1em;
}
	

}


#mainfeature .dek, .afeature .dek {
	font-size:16px;
	line-height:22px;
	border-bottom:none;
	margin-bottom:0;
}


#feature-column h1 {
	font-size:28px;

}
#feature-column .dek {
	font-size:15px;
	line-height:21px;
	font-weight:normal;
	border:none;
}
#feature-column img {
	margin-bottom:5px;
}

#feature-column .row .row {
	border-bottom:2px dotted #999;
	margin-bottom:1em;
}

	
.mainquote {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-style:italic;
	font-size:28px;
	border:0;
	color:#333;
}

.mainquote span {
	font-style:normal;
}
	
/* End homepage */


.article {
	margin-bottom:2em;
	border-right:1px dotted #D7D7D7;
}

.article h1 {
		font-family: 'Libre Baskerville', Georgia, serif;
	font-weight:bold;
	font-size:2.125rem;
	}
	
.article h2 {
	font-size:1.5em;}

#archives ul{
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}

#archives li {

	font: bold 16px/22px 'Libre Baskerville', Georgia, serif;
	margin-bottom:0.5em;
	padding-bottom:0.5em;

	
}

@media only screen and (max-width: 20em) {

h1, .article h1 {font-size:24px;
}
.dek {
	font-size:14px;
	line-height:20px;
}
h3 {font-size:18px;}

.side {
	padding-left:0;
	border-left:none;	
}


}