@font-face {
  font-family: 'EBGaramond';
  src:  url('/includes/fonts/EBGaramond/EBGaramond-VariableFont_wght.ttf') format('truetype');
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	overflow-x: hidden;
}


.mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,1);
    z-index: 1;
	position: fixed;
	left: 0;
	top: 0;

}
.loader {
	font-size: 1.5rem;
	color: #0067cc;
	position: absolute;
    top: 35vh;
    left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	/*animation: pulse infinite ease-in-out 1s;
	-webkit-animation: pulse infinite ease-in-out 1s;*/
}

.load_p {
	    color: #0067cc;
    text-align: center;
    margin-top: 20px;
	 font-weight: bold;
	 font-family: 'proxiima-nova', sans-serif;
	 text-shadow: none;
}

.fa-circle-notch {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

hr.top-rule {
	width: 100vw;
	height: 1px;
	background-color: rgba(24,40,19,.2);
	position:fixed;
	top: 20px;
	z-index:5;
	    max-width: none;
    margin:0;
    border-top: 0;
    border-right: 0;
    border-bottom: none;
    border-left: 0;
}

@media only screen and (max-width: 1000px) {
	hr.top-rule {
		display: none;
	}
}

navbar {
    width: 100%;
	height: 50px;
     display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 0 10px;
    position: fixed;
	top: 0px;
    z-index: 3000;
	opacity: 1;
    background-color: rgba(24,40,19,.7);
}

@media only screen and (max-width: 1000px) {
	navbar {
		top: 0;
	}
}

navbar textbranding {
	display: none;
}

@media only screen and (max-width: 1000px) {
	navbar textbranding {
		display: block;
		font-family: 'EBGaramond';
		color: white;
		font-size: 1.1rem;
	}
}

navbar leftalign, navbar rightalign {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
@media only screen and (max-width: 1000px) {
	navbar leftalign {
		justify-content: flex-start;
	}
}
navbar rightalign {
	margin-right: 30px;
	
}

@media only screen and (max-width: 1000px) {
	navbar rightalign {
		margin-right: 10px;
	}
	
	#nav-home {
		padding-left: 20px;
	}
}

@media only screen and (max-width: 1100px) {
	#nav-home {
		padding-left: 10px;
	}
}

.pg-post-gazette {
	color: white ;
	font-size: 2rem;
    /*margin-right: 30px;*/
	background-color: transparent;
	cursor: pointer;
}

@media only screen and (max-width: 1000px) {
	.pg-post-gazette {
		margin-right: 0;
	}
}

.screen {
	position: relative;
	width: 100%;
	height: 100vh;
	background-color: transparent;
	z-index: 3;
	overflow: hidden;
}

.byline {
	font-size: 1rem;
    /* text-align: center; */
    text-transform: uppercase;
    letter-spacing: .08rem;
    text-shadow: none;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
}

@media only screen and (max-width: 500px) {
	.byline {
		margin-left: 0;
		font-size: .9rem;
	}
}

b {
  font-weight: 600;
}

.pub-date {
  font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .08rem;
	text-shadow: none;
	font-family: 'Martel', serif;
  font-weight: 200;
	margin-top: 0px;
	margin-bottom: 60px;
}

/*------------CREDITS ------------------------------------------------------*/

/* AD STYLES----------------------------------------*/

.ad-wrapper {
	width: 100%; height: auto; position: relative; z-index:9; display:inline-block;background-color: white;
	z-index: 98;
}

.leader-ad {
    width: 728px;
    height: auto;
    display: block;
    margin: 10px auto 0 auto;
		padding-bottom: 10px;
		position:relative;
		z-index:99;
}

.box-ad {
	display: none;

}

iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ad-preview {
    text-align: center;
    font-family: "proxima-nova", Helvetica, Verdana, sans-serif;
    font-size: 11px;
    margin-bottom: 0;
    text-transform: uppercase;
}

	@media only screen and (max-width: 1000px) {

		.leader-ad {
				display: none;
		}

		.box-ad {
				width: 300px;
				height: auto;
				display: block;
				margin: 5px auto 0 auto;
				padding-bottom: 10px;
		}
	}

/*--------------------------------------------------------*/
.mobile, .mobile-flex {
	display: none !important;
}

.desktop {
  display: block;
}

@media only screen and (max-width:1000px) {
	.mobile {
		display: block !important;
	}
	
	.desktop {
		display: none !important;
	}
}

@media only screen and (max-width:1100px) {
	.mobile-flex {
		display: flex !important;
	}
	
	.desktop {
		display: none !important;
	}
}


.height-auto {
	height: auto;
}


.fa-bars {
  cursor: pointer;
 
}

.fa-bars:hover {
  opacity: .5;
}

.hamburger {
  cursor: pointer;
  width: 20px;
  height: 20px;
  color: white;
  margin-left: 10px;
}

.dropdownL {
  position: absolute;
  top: 56px;
  left: 50%;
 
  transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
  list-style-type: none !important;
  z-index:999;
  margin-left: 0;
  height: auto;
  /*background-color: rgba(0,0,0,.9);*/
  display:none;
  max-height: 60vh;
  overflow-y: scroll;
 
}

  .dropdownL li  {
    padding: 5px 10px 5px 10px;
    color: #5a7233;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    font-family: 'Montserrat', sans-serif;
	/*background: url('../img/num_bg.png') center center no-repeat;*/
	background-color: #f3f1ed;
	font-weight: bold;
  }

  .dropdownL li:last-child {
    border-bottom: none 0;
  }
  .dropdownL li:hover {
    background-color: rgba(112,141,59,.7);/* #708d3b;*/
	background-image: none;
	color: white;
  }

  .dropdownL li a:link, .dropdownL li a:visited {
    cursor: pointer;
    padding-left: 0;
    color: white !important;
	opacity: 1;
    font-weight: 400;
  }
  
  .dropdownL li a:hover {
	  opacity: .7;
  }
  
  

.background-img {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 1;
}

@media only screen and (max-width: 500px) {
	.background-img {
		
	}
}

.gradient {
	position: fixed;
	width: 100vw;
	height: 10vh;
	top: 0;
	left: 0;
	z-index: 2;
	background: linear-gradient(180deg, rgba(8,48,20,.5) 0%, rgba(8,48,20,0) 100%);
}

.desktop-nav {
	font-family: 'Montserrat';
	/*color: #e5e3db;*/
	color: white;
	font-size: 1.2rem;
}

.desktop-nav .item {
	padding-right: 30px;
	cursor: pointer;
	opacity: .7;
	font-weight: 400;
}

.desktop-nav .item:hover {
	opacity: 1;
	
}

.desktop-nav .item.active {
	opacity: 1;
	
}

.social_link {
	/*color: #e5e3db;*/
	color: white;
	font-size: 1.5rem;
	padding-left: 10px;
}

.width-100 {
	width: 100%;
}

#screen1 {
	/*margin-top: -50px;*/
}

@media only screen and (max-width: 1100px) {
	#screen1 {
		margin-top: 0px;
	}
	
	
}

.header-desktop {
	position: absolute;
	top: 27vh;
	opacity: 0;
}

.h1 {
	/*font-family: 'EBGaramond';*/
	font-family: 'Cormorant Infant';
	color: white;
	font-size: 6rem;
	width: 100%;
	text-align: center;
	z-index: 5;
	font-weight: 600;
    letter-spacing: -.06rem;
	text-shadow: 5px 5px 10px rgba(0,0,0, .7);
	letter-spacing: -.2rem;
	
}

@media only screen and (max-width: 1440px) {
	.h1 {
		top:28%;
		
	}
}

@media only screen and (max-width: 1440px) {
	.h1 {
		top:26vh;
		
	}
}

@media only screen and (max-width: 1280px) {
	.h1 {
		top:22%;
		
	}
}

@media only screen and (max-width: 1100px) {
	.h1 {
		font-size: 4rem;
		top: 25%;
	}
}

@media only screen and (max-width: 900px) {
	.h1 {
		font-size: 3rem;
		top: 13%;
	}
}

@media only screen and (max-width: 500px) {
	.h1 {
		font-size: 3rem;
		top: 13%;
	}
}

.h1-mobile {
	/*font-family: 'EBGaramond';*/
	font-family: 'Cormorant Infant';
	color: white;
	font-size: 3.5rem;
	width: 100vw;
	text-align: center;
	z-index: 5;
	font-weight: 600;
    letter-spacing: -.03rem;
	text-shadow: 5px 5px 10px rgba(0,0,0, .7);
	letter-spacing: -.2rem;
	padding-bottom: 8px;
	
}

.header-mobile {
	position: absolute;
	top: 20vh;
	opacity: 0;
}

hr.hr-home {
	background-color: white;
	height: 1px;
	width: 20%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.subtitle {
	font-family: 'EBGaramond';
	color: white;
	font-size: 3rem;
	position: absolute;
	top: 45vh;
	width: 100%;
	text-align: center;
	z-index: 5;
	font-weight: 400;
    letter-spacing: -.06rem;
}

.h2 {
	font-family: 'Montserrat';
	color: white;
	font-size: 3rem;
	margin-left: 20px;
	font-weight: 700;
	/*float: left;*/
	padding-right: 30px;
	margin-bottom: 0px !important;
	letter-spacing: -.1rem;
}

@media only screen and (max-width: 600px) {
	.h2 {
		font-size: 2.5rem;
	}
}

@media only screen and (max-width: 500px) {
	.h2 {
		font-size: 2rem;
	}
}

.chatter {
	font-family: 'Montserrat';
	color: white;
	font-size: 1.5rem;
	/*position: absolute;
	top: 46vh;*/
	text-align: center;
	z-index: 5;
	font-weight: 400;
    width: 34%;
	margin-left: auto;
	margin-right: auto;
	/*left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	text-shadow: 2px 2px 5px rgba(0,0,0,.8);*/
	
}

.date {
	font-weight: 600;
	font-size: 1.2rem;
}

@media only screen and (max-width: 1100px) {
	.chatter {
		/*top: 38%;*/
	}
}
@media only screen and (max-width: 900px) {
	.chatter {
		width: 50%;
		/*top: 30%;*/
	}
}

@media only screen and (max-width: 815px) {
	.chatter {
		width: 60%;
		/*top: 30%;*/
	}
}
@media only screen and (max-width: 700px) {
	.chatter {
		/*top: 20%;*/
	}
}
@media only screen and (max-width: 500px) {
	.chatter {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		/*top: 45%;*/
	}
}

.kicker {
	font-family: 'EBGaramond';
	color: #e5e3db;
	font-size: 1.8rem;
	margin-left: 20px;
}

@media only screen and (max-width: 1100px) {
	.kicker {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 500px) {
	.kicker {
		display: none;
	}
}

.spacer {
	width: 100%;
	height: 20px;
}

.spacer-10 {
	width: 100%;
	height: 10px;
}

footer {
 width: 100%;
	height: auto;
     display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 10px;
    position: relative;
	font-family: 'Montserrat';
	color: white;
	z-index: 5;
	font-size: .9rem;
}

.storyfeed {
	width: 60vw;
	z-index: 5;
	margin-left: 20%;
	background-color:#eae9e1; /* #9ca981;*/
   padding-bottom: 10px;
   padding-top: 10px;
   gap: 10px;
   padding-left: 20px;
}

.only-padding-top {
	padding-bottom: 0;
	padding-left: 0;
	
}

.only-padding-bottom {
	padding-top: 0;
	padding-left: 0;
	
}

.white-bg {
	background-color: white;
}

@media only screen and (max-width: 1100px) {
	.storyfeed {
		width: 80vw;
	}
}

@media only screen and (max-width: 800px) {
	.storyfeed {
		margin-left: 0;
		width: 94%;
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media only screen and (max-width: 500px) {
	.storyfeed {
		margin-left: 0;
		width: 100%;
		margin-left: 0px;
		margin-right: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.storyfeed2 {
	width: 80%;
	z-index: 5;
	margin-left: 20%;
	background-color: #f3f1ed;
   position: relative;
}

@media only screen and (max-width: 800px) {
	.storyfeed2 {
		width: 100%;
		margin-left: 0;
	}
}

.story {
	width: 100%;
	/*display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	
	justify-content: flex-start;
	align-content: flex-start;*/
	padding-top: 20px;
	padding-bottom: 20px;
	/*display: flex;*/
	z-index: 5;
}

@media only screen and (max-width: 800px) {
	.story {
		/*flex-wrap: wrap;*/
		padding-bottom: 0;
	}
}

.story-img {
	/*object-fit: cover;*/
	width: 300px;
	height: 170px;
	object-fit: scale-down;
	float: left;
	overflow: hidden;
	/*height: 170px;
	overflow: hidden;
	float: left;*/
}

.story-img img {
	
		/*padding-top: 0px;
		padding-left: 20px;*/
}

@media only screen and (max-width: 800px) {
	.story-img img {
		max-width: 100%;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 500px) {
	.story-img  {
		float: none;
		width: 100%;
		height: 200px;
	}
}

.story-squib {
	background-color: #eae9e1;
	overflow: hidden;
	padding-bottom: 10px;
	/*flex-grow: 1;*/
	height: 170px;
	
}

@media only screen and (max-width: 500px) {
	.story-squib {
		height: auto;
	}
}

.story-head {
	font-family: 'Montserrat';
    color: #787870; /*#4a5831;*/
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 1.3rem;
   margin: 20px 0 5px 20px;
	
}

@media only screen and (max-width: 800px) {
	.story-head {
		margin: 10px 0 5px 20px;
	}
}

@media only screen and (max-width: 500px) {
	.story-head {
		margin: 10px 0 5px 0px;
	}
}

.story-date {
	    font-family: 'Montserrat';
    color: black; /*#96968a;*/
    font-weight: 400;
    font-size: .8rem;
    margin: 2px 0 20px 20px;
}

@media only screen and (max-width: 800px) {
	.story-date {
		margin: 2px 0 5px 20px;
	}
}

@media only screen and (max-width: 500px) {
	.story-date {
		margin: 2px 0 5px 0px;
	}
}
	
a:link {
	text-decoration: none;
}

.hole-num-container {
	display: flex;
	 flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    z-index: 5;
	
}

.hole-num-container div {
	width: auto;
	height: auto;
	font-family: 'Montserrat';
	font-weight: bold;
	padding: 10px 20px;
	border-left: 1px solid #b1bf94; /*#941a1a;*/
	background-color: #f3f1ed; /*rgba(233,228,216, .5);*/
	margin: 0px;
	cursor: pointer;
	/*background: url('../img/num_bg.png') center center no-repeat;*/
	color: #5a7233;
	font-size: 1.5rem;
}

.hole-num-container div:first-of-type {
	border-left: 0;
}

.hole-num-container div.active {
	background-color: rgba(100,137,54,.7);     /*(112,141,59,.7); #708d3b;*/
	background-image: none;
	color: white;
}

.hole-num-container div:hover {
	background-color: rgba(100,137,54,.7);/* #708d3b;*/
	background-image: none;
	color: white;
}

.hole-nav-container {
	 display: flex;
	 flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: center;
    z-index: 5;
	margin: 0 0 20px 20px;
	padding-top: 7px;
}

@media only screen and (max-width: 1100px) {
	.hole-nav-container {
		justify-content: flex-start;
		width: 70vw;
		overflow: hidden;
	}
}

@media only screen and (max-width:800px) {
	.hole-nav-container {
		margin: 10px 0 0 0;
	}
}

.hole-nav-container-mobile {
	margin: 0 0 20px 0;
	display: none;
}

@media only screen and (max-width: 1500px) {
	.hole-nav-container-mobile {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.hole-nav-container-desktop {
		display: none;
	}
}

@media only screen and (max-width:800px) {
	.hole-nav-container-mobile {
		margin: 0;
		padding-top: 20px;
	}
}

.arrow-left {
	width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent; 
  border-right:20px solid rgba(112,141,59,.3); /*rgba(255,255,255,.5); */
  margin-right: 10px;
  cursor: pointer;
}

.arrow-right {
	width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent; 
  border-left:20px solid rgba(112,141,59,.3); /*rgba(255,255,255,.5); */
  margin-left: 10px;
  cursor: pointer;
}

.arrow-left:hover {
	border-right:20px solid rgba(255,255,255,1); 
}
.arrow-right:hover {
	border-left:20px solid rgba(255,255,255,1); 
}

.slick-slideshow {
	width: 100%;
	/*clear:both !important;*/
}

.slick-slideshow .slide-holder {
	width: 100%;
	padding: 0;
	margin: 0;
}


.hole-strip {
	width: 100%;
	height: auto;
	/*clear:both;*/
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #f3f1ed;
	/*background: url('../img/num_bg.png') center center repeat;*/
}


@media only screen and (max-width:1100px) {
	.hole-strip {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.hole-item img {
	height: 100%;
}

.vid-hole {
	height: 100%;
	aspect-ratio: 16/9;
}

.text-container {
	position: absolute;
	top: 10px;
	left: 20px;
}

.hole-stats {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
	font-family: 'Montserrat';
	color: #737368;
	font-size: 1.2rem;
	background-color: transparent;
	font-weight: 400;
	/*padding: -20px;*/
	
}

.hole-image {
	margin: -10px;
	max-height: 117px;
	max-width: 500px;
	opacity: .8;
}

.hole-num {
	font-family: 'Montserrat';
	color: #8f684f;
	font-size: 3rem;
	background-color: transparent;
	font-weight: bold;
	/*font-style: italic;*/
	padding: 20px;
	/*border-left: 2px solid #a8a696;*/
	border-right: 1px solid #a8a696;
	margin-top: -10px;
}

.hole-par {
	padding: 20px;
	/*border-left: 2px solid #a8a696;*/
}

.hole-image-container {
	/*border-left: 2px solid #a8a696;
	border-right: 2px solid #a8a696;*/
}

.hole-stats div {
	/*border-top: 2px solid #a8a696;
	border-bottom: 2px solid #a8a696;*/
	
}

@media only screen and (max-width: 800px) {
	.hole-stats div {
		border-top: none;
		border-bottom: none;
	}
	.hole-par {
		border-left: none;
	}

}

.hole-rank {
	/*border-right: 2px solid #a8a696;*/
	padding: 20px;
}


h3 {
	font-family: 'Montserrat';
	color: #838377;
	font-size: 2rem;
	margin-top: 30px;
	font-weight: 700;
	margin-bottom: 40px;
	letter-spacing: -.1rem;
	line-height: 120%;
}

.hole-story-container {
	width: 50%;
	margin-left: 25%;
}

@media only screen and (max-width: 800px) {
	.hole-story-container {
		max-width: 100%;
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
}

.hole-story-container .story-headline {
	font-family: 'Montserrat';
	color: #65665C; /*#838377;*/
	font-size: 2.5rem;
	font-weight: 800;
	margin-bottom: 20px;
	line-height: 120%;
}

@media only screen and (max-width: 800px) {
	.hole-story-container .story-headline {
		font-size: 2rem;
		line-height: 120%;
	}
}

.hole-story-container p {
	font-family: 'Montserrat';
	color: #65665C; /*#838377;*/
	font-size: 1.1rem;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 150%;
	
}

.vid-story {
	width: 70%;
	margin-left: 15%;
	aspect-ratio: 16/9;
	margin-top: 30px;
}



.bump-out-container {
	width: 50%;
	margin-left: -25%;
	padding: 20px;
	float: left;
}

.story-caption {
	color: #838377;
	font-weight: 400;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-family: 'Montserrat';
	font-size: 1rem;
	width: 100%;
	text-align: center;
}

.bg-white {
	background-color: white;
}

.clear-both {
	clear: both;
}

.spacer-top {
	height: 40px; 
	width: 100%;
}

@media only screen and (max-width: 500px) {
	.spacer-top {
		height: 55px;
	}
}

.slick-track {
	background-color: white;
}

.video-player {
	width: 70%;
	height: auto;
	aspect-ratio: 16/9;
	display: block;
	margin: 20px auto 10px auto;
}

@media only screen and (max-width: 800px) {
	.video-player {
		width: 90%;
	}
}

.video-strip-bottom {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	/*background: url('../img/num_bg.png') center center repeat;*/
	margin-top: 30px;
	clear:both;
}

@media only screen and (max-width: 800px) {
	.video-strip-bottom {
		margin-top: 0;
		padding-top: 0;
	}
}

.videos-container {
	width: 100%;
	display: flex;
	padding: 20px;
	flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
	
}

.videos-container .video-box {
	padding: 10px;
	width: 33%;
}


@media only screen and (max-width: 800px) {
	.videos-container {
		flex-wrap: wrap;
	}
	.videos-container .video-box {
		width: auto;
		padding: 0;
		max-width: 96%;
	}
}

.video-strip-video {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

.label {
	font-family: 'Montserrat';
	color: #941a1a;
	text-transform: uppercase;
	clear: both;
	font-weight: 700;
	font-size: 1.1rem;
	padding: 0 !important;
	margin: 10px 0;
	background-color: transparent;
}

.caption {
	color: #a4a295;
	font-weight: 400;
	padding-bottom: 20px;
	font-family: 'Montserrat';
	font-size: 1.1rem;
	padding: 0 !important;
}

.photo-credit {
	color: #a4a295;
	font-weight: 400;
	padding-bottom: 30px;
	font-family: 'Montserrat';
	font-size: .9rem;
	padding: 0 0 20px 0!important;
	text-align: center;
}

.story-image-container {
	width: 100%;
	padding: 0px 20px 20px 0;
}

@media only screen and (max-width:800px) {
	.story-image-container {
		width: 100%;
		float: none;
		padding: 20px;
	}
	
}

.story-image-container img {
	width: 100%;
	margin-bottom: 20px;
}

.vertical-hole {
	/*transform: rotate(90deg);
	-webkit-transform: rotate(90deg);*/
	float: right;
	padding: 20px;
}

@media only screen and (max-width: 1100px) {
	.vertical-hole {
		max-height: 50vh;
	}
}

.top-img {
	width: 100%;
}

@media only screen and (max-width: 1100px) {
	.top-img {
		
	}
}

@media only screen and (max-width: 1000px) {
	.top-img {
		margin-top: 50px;
	}
}

@media (orientation: landscape) {
	.landscape {
		display: block;
	}
	.portrait {
		display: none;
	}
	
	.homepage-video {
		/*position: relative; display: block; max-width: 100%; opacity: .9;*/
	}
}

.iframe-homepage {
	position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; width: 100%; height: 100%;
}

@media (orientation: portrait) {
	.landscape {
		display: none;
	}
	.portrait {
		display: block;
	}
	
	.homepage-video {
		/*height: 100vh;
		width: auto;
		max-width: none;
		aspect-ratio: 9/16 !important;*/
		width: 100%;
	}
	
	.iframe-homepage {
		position: absolute; top: 0px; left: 50%; height: 100%;
		width: 400%;
		transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	}
}




.subnav {
	width: 20%;
	/*float: left;*/
	position: absolute;
	left: 0;
	top: 125px;
	z-index: 9;
}

.subnav-homepage {
	display: none;
}

@media only screen and (max-width: 1100px) {
	.subnav-homepage {
		display: flex;
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 9;
	}
	
	.subnav-homepage .accordion {
		width: 100%;
	}
}

.subnav-under {
	width: 20%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 125px;
	background-color: #648936;
	z-index: 1;
}

@media only screen and (max-width: 1100px) {
	.subnav {
		top: 145px;
	}
	
	#screen1 .subnav {
		display: none;
		top: 80px;
	}
	
	.subnav-under {
		display: none;
	}
}

@media only screen and (max-width: 800px) {
	.subnav {
		width: auto;
		position: fixed;
		top: 50px;
		left: 0;
		bottom: 0;
		z-index: 999;
		overflow-y: auto;
		display: none;
	}
	#screen1 .subnav {
		display: none;
		top: 50px;
	}
}

.accordion {
	background-color: #648936; /*#7c904c;*/
	overflow-y: auto;
}

.accordion-content {
	border: none;
	 background-color: transparent;
    color: rgba(255,255,255,.5);
}

.accordion-content ul li {
	margin-bottom: 5px;
}

.accordion-content p, .accordion-content p a, .accordion-content ul li a {
	
    color: rgba(255,255,255,1);
	font-family: 'Montserrat';
	font-size: 1.1rem;
	/*margin-left: 10px;*/
    margin-bottom: 20px;
	font-weight: 200;
}

.accordion-content p:hover, .accordion-content p a:hover, .accordion-content ul li a:hover {
	font-weight: 400;
}

.accordion-title {
	border: none;
	color: white;
	font-family: 'Montserrat';
	font-size: 1.1rem;
	border-bottom: 1px solid rgba(255,255,255,.4);
}

@media only screen and (max-width: 800px) {
	.accordion-title {
		padding-right: 40px;
	}
}

:last-child:not(.is-active)>.accordion-title {
	border-bottom: 1px solid rgba(255,255,255,.4);
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
	font-weight: 900;
	 -webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
    content: "\f054";
}

.accordion-title:focus, .accordion-title:hover {
    background-color: #819B58; /*#7c904c;*/
	color: white;
}

:last-child>.accordion-content:last-child {
    border-bottom: none;
}

.fa-user {
	padding-left: 10px;
}

@media only screen and (max-width: 500px) {
	.fa-user {
		padding-left: 0;
	}
}

hr.story-divider {
	width: 96%;
	/*margin-left: 20px;*/
	margin-right: 20px;
	height: 1px;
	max-width: none;
	background-color: #CFCDC5;
	border-bottom: none;
	margin-block-start: 0;
	margin-block-end: 0;
}

@media only screen and (max-width: 800px) {
	hr.story-divider {
		width: auto;
	}
}

hr.video-divider {
	display: none;
}

@media only screen and (max-width: 800px) {
	hr.video-divider {
		width: auto;
		height: 1px;
		max-width: none;
		background-color: #a4a295;
		border-bottom: none;
		margin-block-start: 0;
		margin-block-end: 0;
		margin: 10px 0 20px 0;
		display: block;
	}
}

.cs_readmore-btn {
	font-size: 1.1rem;
    font-family: 'Montserrat';
    color: #838377;
    margin-left: auto;
    display: block;
    margin-right: auto;
    margin-top: 30px;
    font-weight: 600;
}

.space-before {
	padding-left: 20px;
}

@media only screen and (max-width: 1100px) {
	.space-before {
		padding-left: 0;
	}
}

.vert-line {
	width: 1px;
	height: 10px;
	background-color: white;
}

.video-js .vjs-control-bar {
  display: none;
}

.indent-20 {
	margin-left: 20px;
}

@media only screen and (max-width: 500px) {
	.indent-20 {
		margin-left: 0;
	}
}

.bold {
	font-weight: 600 !important;
}

#btn-download {
	padding: 10px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 10px !important;
    box-shadow: 5px 5px 10px rgba(0,0,0,.2);
    margin: 0px auto 20px auto;
	display: block;
    font-family: 'Montserrat';
	cursor: pointer;
}

#btn-download:hover {
	opacity: .7;
}

.float-left {
	float: left;
	padding: 20px 20px 20px 0;
	max-width: 300px;
}

@media only screen and (max-width: 800px) {
	.float-left {
		float: none;
		padding: 0;
		width: 100%;
	}
	
}

#CTA {
	padding: 10px 20px;
    background-color: rgba(256,256,256,.6);
    border-radius: 20px;
    color: #1D4220;
	    font-size: 1.2rem;
    font-weight: 600;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	
}

#CTA:hover {
	 background-color: rgba(256,256,256,.7);
}

a.navlink {
	color: white;
}

#timelinePlayer {
	width: 100%;
	aspect-ratio: 16/9;
}

.storyfeed p {
	font-family: 'Montserrat';
	color: #65665C; /*#838377;*/
	font-size: 1.1rem;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 150%;
	margin-left: 20px;
}

@media only screen and (max-width: 500px) {
	.storyfeed p {
		margin-left: 0;
	}
}

.italic {
	font-style: italic;
}

.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.margin-right-20 {
	margin-right: 20px;
}

.margin-left-0 {
	margin-left: 0;
}

.color-gray {
	color: #65665C;
}