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;
	
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body {
	line-height: 1;
	min-height:100%;
	overflow-x: hidden;
	
}
body {
	overflow-x: hidden;
	font-family: 'proxima-nova', sans-serif !important;
}
.screen {
	position: relative;
	width: 100vw;
	height: 100vh;
	display: inline-block;
	overflow: hidden;
}
.screen:first-child {
	height: 100vh;
}


h5 {
   font-size: .9rem;
   font-weight: 700;
   margin-bottom: 5px !important;
}
h4 {
   font-size: 1rem;
   font-weight: 700;
}
.top-video {
	width: 100vw;
	min-height: 50vh;
	
}
.header-wrap {
	position: absolute;
	top: 30vh;
	left: 0px;
	z-index: 5;
	width: 100vw;
	
}

@media only screen and (max-width: 500px) {
	.header-wrap {
		top: 70px;
	}
}

.header {
	color: black;
	width: 100%;
	text-align: center;
	font-size: 5rem;
	font-weight: bold;
	font-family: 'proxima-nova', sans-serif;
	letter-spacing: .1rem;
	margin-bottom: 10px;
}

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

.subhead {
	color: black;
	width: 50%;
	margin-left: 25%;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	font-family: 'proxima-nova', sans-serif;
	letter-spacing: .1rem;
	line-height: 120%;
}

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

.story {
	width: 50vw;
	margin-left: 25vw;
	display:block;
	max-width: 800px;
}

@media only screen and (max-width: 1024px) {
	.story {
		width: 80%;
		margin-left: 10%;
	}
}

.story80 {
	width: 80%;
	margin-left: 10%;
	display:block;
	
}
p {
	font-size: 1.1rem;
    color: #000;
    line-height: 150%;
	padding: 10px 0 20px 0;
}

.locator {
	display: block;
	height: 20vh;
	width: 20vw;
	margin-bottom: 20px;
	float: left;
	margin-left: -22vw;
}

.locator-mobile {
	display: none;
}

@media only screen and (max-width: 1280px) {
	.locator-mobile {
		float: none;
		margin-left: 0;
		width: 100%;
		display: inline-block !important;
	}
	.locator {
		display: none;
	}
}

.byline {
	font-size: .9rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .05rem;
	font-weight: 800;
}
.date {
	text-transform: uppercase;
    font-size: .8rem;
}
.spacer {
	height: 20px;
}
.story-subhead {
	    font-size: 2rem;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}
.dropcap {
	float: left;
    font-size: 90px;
    line-height: 60px;
    margin-top: 10px;
    padding-right: 8px;
    padding-bottom: 0px;
    color: #ed1b24;
    font-weight: bold;
}
}
.no-margin-bottom {
	margin-bottom: 0px;
}
.credits {
	background-color: #eee;
	padding-bottom: 40px;
}
.credits-head {
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: bold;
}
.credit-text {
	text-align: center;
	
}

.full-width {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.caption {
	color: gray;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
	line-height: 130%;
}

ul {
	margin-left: 20px;
	margin-bottom: 10px;
}

ul li {
	color: #808080;
	font-size: 1.1rem;
	padding-bottom: 10px;
	line-height: 150%;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

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

@media only screen and (max-width: 800px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

.span_1_of_2 img, .span_1_of_3 img, .span_1_of_4 img, .span_1_of_5 img, .span_2_of_4 img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	cursor: pointer;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 800px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}

.span_1_of_4 img {
	width: 100%;
}
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 800px) {
	.col {  margin: 1% 1% 1% 20px; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 94%; }
}

/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.68%;
}
.span_3_of_5 {
	width: 59.36%;
}
.span_2_of_5 {
	width: 39.04%;
}
.span_1_of_5 {
	width: 18.72%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 800px) {
	.col {  margin: 1%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
}

.height-auto {
	height: auto !important;

}

b { font-weight: bold; }

.align-right {
	text-align: right;
	padding-right: 20px;
}

@media only screen and (max-width: 500px) {
	.align-right {
		text-align: center;
		padding-right: 0px;
	}
}

.mycredits
{
	width:100%;
	text-align:center;
	padding:1% 0px;
	z-index:98;
	font-family: 'proxima-nova', serif;
	/*background-color: #f2f2eb;*/

}

	.credits-wrapper
	{
	width:60%;
	margin:auto;
	}

	.credits-wrapper h2
	{
	margin-top: 30px !important;
	margin-bottom: 20px !important;
	font-weight: 700;
	font-size: 2rem;
	color: black;
	}

	.credits-wrapper h3
	{
		margin-top: 30px !important;
		font-weight: 700;
		font-size: 1.3rem;
		color: gray;
		margin-bottom: 10px;
	}

	.credits-wrapper p {
		color: black;
		text-align: center;
		line-height: 150%;
		font-family: 'proxima-nova';
	}
	
	.bold { font-weight: bold; }
	
table {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	
}
	table tr td {
		padding: 5px;
		vertical-align: top;
		line-height: 120%;
		width: 33%;
	}
	
	table tr th {
		width: 33%
	}
	
	table tr:nth-child(even) {background-color: #F8F8F8; }
	
.desktop {
	display: block !important;
}
.mobile {
	display: none !important;
}
	
@media only screen and (max-width: 800px) {
	.mobile {
		display: block !important;
	}
	.desktop {
		display: none !important;
	}
	
}
	
.popup {
	position: fixed;
	top: 0;
	left: 0;
	overflow-x: hidden;
	z-index: 30001;
	width: 100%;
	background-color: rgba(0,0,0,.9);
	height: 100%;
	display: none;
}

	.popup img {
		
  height: 80%;
  max-width: 90%;
  margin-top: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 30002;
  margin-bottom: 10px;
  
	}
	
	@media only screen and (max-width: 500px) {
		.popup img {
			width: 90%;
			height: auto;
			margin-top: 50px;
		}
	}
	
	.popup .caption {
		position: relative;
  width: 90%;
  text-align: center;
  left: 0;
  margin-left: 5%;
 
  color: white;

		
	}

@media only screen and (max-width: 1100px) {
	.popup {
		width: 100%;
		left: 0;
		top: 0;
		height: 100%;
	}
}

#popupMap {
	border: 1px solid lightgray;	
	position: absolute;
	top: 50px;
	width: 90%;
	height: 90%;
	left: 5%;
	z-index: 99;
	
}

.close {
	position: fixed;
    right: 30px;
    top: 10px;
	font-size: 2rem;
	color: lightgray;
	cursor: pointer;
	z-index: 300006;
}

@media only screen and (max-width:1100px) {
	.close {
		position: fixed;
	}
}

.close:hover {
	opacity: .7;
}

navbar {
    width: 100vw;
	height: 50px;
    /*background: #f2f2eb;*/
	background-color: black;
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 0 10px;
    position: fixed;
	top: 0;
    z-index: 3000;
	opacity: 1;
   transform: translate3d(0,0,0);
}

navbar textbranding {
	font-family: 'proxima-nova', sans-serif;
  font-size: 1.2rem;
 color: silver;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .2rem;
}

@media only screen and (max-width: 500px) {
	navbar textbranding {
		font-size: .8rem;
		letter-spacing: .2rem;
	}
}

@media only screen and (max-width: 414px) {
	navbar textbranding {
		display: none;
	}
}

.pg-post-gazette {
	font-size: 2rem;
    padding-right: 10px;
	color: white;
}

navbar alignleft, navbar alignright {
    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: 1024px) {
	navbar alignleft {
		justify-content: flex-start;
	}
}
navbar alignright {
	margin-right: 30px;
	margin-top: -9px;
}
@media only screen and (max-width: 500px) {
	navbar alignright {
		margin-right: 30px;
		margin-top: -5px;
	}
}


navbar alignright a:link, navbar alignright a:visited {
  font-family: 'proxima-nova', sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
  color: white;
  /*padding-left: 40px;*/
  padding-top: 2px;
  padding-right: 10px;
}




.social {
    font-size: 1.5rem;
    width: auto;
    margin-top: 8px;
    padding-left: 10px;
    color: white !important;
}
.social:hover {
  color: silver !important;
}

.enlarge {
	cursor: pointer;
}

.map-instructions {
	width: 100%;
	padding: 20px;
	border: 2px solid #808080;
	background-color: #fff;
	margin-bottom: 20px;
}

.inscotcherans {
	border: 2px solid #808080;
	background-color: #fff;
	padding: 10px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9999;
}

.margin-bottom-18px {
	margin-bottom: 18px;
}
/* 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;

}

.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;
		}
	}

.no-bold {
	font-weight: 400;
}

.legend {
	left: 12px;
    top: 150px;
    width: 200px;
    z-index: 999;
	position: absolute;
}

.img-float-wrapper {
	width: 33%;
	float: right;
	padding: 20px;
}

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

.img-float-wrapper img {
	width: 100%;
}

.img-container {
	width: 100%;
	height: auto;
	position: relative;
}

.img-container .stacked {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
	
	#stacked1 {
		opacity: 1;
	}

.caption-container {
	width: 100%;
	height: 50px;
	position: relative;
}

.caption-container .caption-stacked {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	text-align: center;
	background-color: white;
}
	
	#caption1 {
		/*opacity: 1;*/
	}

.img-container .stacked.active {
  opacity: 1;
}

#AnaRothschildDesktop7 {
	margin-top: 44px !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 1500px;
	height: 978px; 
}

#MaralagoBreachMobile {
	margin-top: 50px !important;
	display: block;
	width: 375px;
	height: 615px;
	margin-left: auto;
	margin-right: auto;
}

#screen1 {
	height: 1000px !important;
	overflow: visible;
}

@media only screen and (max-width: 800px) {
	#screen1 {
		max-height: 615px;
	}
}

.subhead-img {
	width: 70%;
	margin-left: 15%;
}

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

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

a:link {
	color: #1565c0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.top-credit {
	text-align: right;
    margin-right: 11%;
}

@media only screen and (max-width: 800px) {
	/*top-credit {
		text-align: center;
		margin-right: 0;
	}*/
}