/* Id: 7.3531258.1458743201
 * Generated: 24-Nov-2016 01:03:12
 */
    /* Pull Quote */
.pullquote {
  font-size: 24px;
    line-height: 38px;
    color: #D9C782;
    padding-bottom: 25px;
}

.pullquote::before {
      content: "";
    background-image: url("/polopoly_fs/1.2584398.1458742551!/image/image.png");
    background-size: 120px 100px;
    background-repeat: no-repeat;
    height: 100px;
    width: 130px;
    position: absolute;
    z-index: -1;
    }

.pullquote::after {
      content: "";
    background-image: url("/polopoly_fs/1.2584405.1458743061!/image/image.png");
    background-size: 120px 100px;
    background-repeat: no-repeat;
    height: 100px;
    width: 130px;
    position: absolute;
    z-index: -1;
      margin-left: -100px;
    margin-top: -50px;
  	right: 0;
    }


/* ===================================================================== */
/* Full Width Override */
/* ===================================================================== */

.full-width-banner { 
	clear: left; 
	float: left; 
	width: 100%; 
	height: auto;  
	background-size: cover; 
	position:relative; 
	
	/*background-attachment: fixed; 
	-webkit-transform: translate3d(0,0,0);
	-webkit-backface-visibility:hidden; */
}

.full-width-banner:before{
	background-position: 60% center;  
	content: " ";
	position: fixed;
  	display:block;
	will-change: transform;
	width: 100%;
	height: 100%;

}
footer{
  z-index:1;
}


#torso.guttered{
	margin-top:71px;
}
/* ===================================================================== */
/* Cookie-Policy Overrides */
/* ===================================================================== */

#cookies-policy-wrapper #cookies-policy{
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 9000000;
    width: 100%;
    background: rgba(0,0,0,0.6);
    color: #fff;
  	padding:5px;
  	box-sizing:border-box;
 	border:none;
  	
}
#cookies-policy-wrapper #cookies-policy-moreinfo{
	color:#dfcc88;
}
#cookies-policy-wrapper .close-btn{
	color:#fff;
}

/* ===================================================================== */
/* Generic */
/* ===================================================================== */

body, .story p {
  -webkit-font-smoothing: antialiased;
  font-family: 'Merriweather', serif;
  font-weight: 300;
}

.heading {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #2c2a2d;
  font-size: 2.2em;
  letter-spacing: 2px;
}

.sub-heading {
  color: #dfcc88;
  font-size: 1.3em;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.highlight {
  color: #dfcc88;
}

/* ===================================================================== */
/* Slim Nav Bar */
/* ===================================================================== */



header {
position:relative;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;  
}

header.affix {
  position:fixed;
  animation-name:move-down;
  animation-duration:0.35s;
  animation-iteration-count:1;
  -webkit-animation-name:move-down;
  -webkit-animation-duration:0.35s;
  -webkit-animation-iteration-count:1;
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  margin-top:71px;
  top:-71px;
  z-index:999;
}

@keyframes move-down{
  0%{margin-top:0;}
  100%{margin-top:71px;}
}
  @-webkit-keyframes move-down{
  0%{margin-top:0;}
  100%{margin-top:71px;}
}
  
#wrapper {
    min-height: 0%;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#page-metadata {
    padding-bottom: 0px; 
}

.header-slim-wrapper {
	height: 50px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.header-slim-logo {
	padding-left: 7px;
	width: 288px;
	vertical-align: middle;
	float: left;
}

.nav-1916 {
	float: right;
	font-size: 22px;
	margin-top: -20px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
	color: #dfcc88;
	text-shadow: 0px 1px #bca964;
	font-weight: 700;
}

.nav-1916 ul li {
	display:inline-block;
	padding-left: 15px;
}

.nav-1916 ul li a {
	color: #dfcc88;
}

#page-metadata #logo a {
    background-image: url(/static/1916/images/1916-masthead.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 600px;
    height: 48px;
    margin: 0 auto;
}

#page-metadata #logo a {
  backgorund-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 300px;
  margin-top:-8px;
}

/* ===================================================================== */
/* Home Hero Area */
/* ===================================================================== */

.hero-bg {
	/* background-color: #292929;*/
	height: 100vh;
	overflow: hidden; 
	/*padding-top: 200px;
	margin-top: -140px;*/
	margin-top: -40px;
}

.hero-bg:before {
	background-image: url(/static/1916/images/hero-images/hero-image.jpg);
	background-position: right bottom, left top;
	background-repeat: no-repeat;
  	background-size: cover;
  	top:0;
}

.hero-masthead{
	padding-top: 100px;
}

.hero-masthead, .hero-text {
	text-align: center;
}

.hero-masthead figure {
  margin: auto;
  width:600px;
}

svg#Layer_1 path {
    fill: #fff;
}

.hero-text {
  margin-top: 20px;
  color: #fff;
  font-family: 'Oswald', sans-serif;    
}

.hero-text h1  {
  font-size: 100px;
  padding-bottom: 20px; 
  text-shadow: 1px 1px #292929;
  letter-spacing: 10px;
  color: #fff;
  font-weight: 700;
}

.hero-shares {
  text-align: center;
  margin-top: 50px;
}

/* ===================================================================== */
/* Intro Text */
/* ===================================================================== */

.intro-text {
  text-align: center;
  margin-top: 160px;
  margin-bottom: 100px;
  font-size: 20px;
  line-height: 46px;
  color: #757575;
}

.intro-text small {
  font-family: 'Lato', sans-serif;
  color: #dfcc88;
}

/* ===================================================================== */
/* Features */
/* ===================================================================== */

.features-bg {
  background-color: #f6f6f6;
  padding-bottom: 50px;
}

.features-heading, .articles-heading, .videos-heading {
  margin-top:40px;
  margin-bottom:40px;
  text-align: center;
  letter-spacing: 7px;
}

.features-gutter {
  padding: 20px 20px 20px 20px;
}

.features-map, .features-people, .features-places, .features-timeline {
  background-color: #fff;
  box-shadow: 1px 1px 6px #dfdede;
  margin-bottom: 25px;
}

/* ===================================================================== */
/* Features Overrides */
/* ===================================================================== */

.feature-area .feature_box {
    border: none;
    border-bottom: none;
    background: #fff;
    margin: 0 0 20px 0;
    position: relative;
    padding: 10px;
    min-height: 270px;
    box-shadow: 1px 1px 6px #dfdede;
    margin-bottom: 25px;
}

.feature-area .feature_box span.h2 {
    padding: 8px 8px 0;
    margin-bottom: 0 !important;
    color: #dfcc88;
    display: block;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Lato';
    letter-spacing: 2px;
    font-weight: 700;
}

.feature-area .feature_box span.p {
    line-height: 25px;
}

/* ===================================================================== */
/* Articles Area */
/* ===================================================================== */

.articles-bg {
  background-color: #292929;
  padding-bottom: 50px;
  margin-top: -1px;
}

.article-container {
  background-color: #fff;
  background-color: #fff;
  box-shadow: 1px 1px 6px #191919;
  margin-bottom: 25px;
  height: 420px;
}

.article-img {
  height: 170px;
  background-color: #ccc;
  overflow: hidden;
}

.articles-load-more-container {
  text-align: center;
  margin-top: 20px;
}

.articles-load-more-btn {
  width: 200px;
  height: 50px;
  line-height:50px;
  border: 3px solid #f3dd90;
  text-align: center;
  margin: 0 auto;
  color: #dfcc88;
  font-size: 1.3em;
  font-weight: 900;
  letter-spacing: 2px;
  font-family: 'Lato', sans-serif;
}

.articles-load-more-btn a{
	display:block;	
}

.articles-load-more-btn a:hover{
  background-color: #f3dd90;
  color: #fff;
}

.articles-load-more-btn a:hover .articles-load-more-btn-text{
  color: #inherit;
}

.articles-load-more-btn-text {
  /*position: relative;
  top: 23%;
  transform: translateY(-30%);*/
  color: #dfcc88;
}

.articles-load-more-btn:hover .articles-load-more-btn-text, .articles-load-more-btn-text:hover {
  color: #fff;
}

/* ===================================================================== */
/* Articles Overrides */
/* ===================================================================== */

.article-area .story p a {
    background-color: #fff;
    color: #757575;
}

.article-area .story a .h2 {
    font-family: 'Lato', sans-serif;
    color: #dfcc88;
    font-size: 22px;
    font-weight: 700;
    padding: 5px;
    letter-spacing: 2px;
    line-height: 1.3em;
}
  
.article-area .story.span3 a .h2 {
    font-size: 18px;
    padding: 10px 10px 0px 10px;
}
  
.article-area .story p {
    font-size: 16px;
    background-color: #fff;
    padding-bottom: 0px;
    line-height: 1.5em;
    padding: 10px;
}

.article-area .horizontalteaserlist .firstrow .btm-line {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.article-area .story {
  cursor:pointer;
    transition: all .3s ease-in-out; 
}

.article-area .story p a:hover, .story-active p:hover {
    color: #363636;
}

.article-area .story a:hover .h2, .story-active a:hover .h2 {
   color: #cdb971;
}

/* RHS TEASERS */
#content_right .feature_box {
  border: none;
    border-bottom: none;
    background: #fff;
    margin: 0 0 20px 0;
    position: relative;
    box-shadow: 1px 1px 6px #dfdede;
    padding: 10px 5px;
}

#content_right .feature_box span.h2 {
    padding: 8px 8px 0;
    margin-bottom: 0 !important;
    color: #dfcc88;
    display: block;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Lato';
    letter-spacing: 2px;
    font-weight: 700;
}

/* ===================================================================== */
/* Events Area */
/* ===================================================================== */

.events-banner {
/*  background-color: #ccc; */
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}

.events-banner:before{
	 background-image: url(/static/1916/images/hero-images/hero-image.jpg);
    background-position: right bottom, left top;
    background-repeat: no-repeat;
}

.events-text {
  color: #fff;
  font-size: 2.2em;
  padding-bottom: 40px;
  text-shadow: 1px 1px #292929;
}

.events-btn {
  margin-top: 40px;
}

/* ===================================================================== */
/* Videos */
/* ===================================================================== */

.video-splitter .alsoin .span4{
	margin-bottom: 10px !important;
}

.video-splitter .alsoin .span4 a{
	margin-bottom: 10px;
    padding-top: 10px;
}


/* ===================================================================== */
/* Home AddThis Overrides */
/* ===================================================================== */

.hero-shares .at-share-tbx-element .at-share-btn {
    margin: 10px !important;
}

.hero-shares .at-custom-button-color .at-icon-wrapper {
    background-color: transparent !important;
    border: 2px solid #dfcc88;
}

.hero-shares .at-icon {
    fill: #dfcc88 !important;
    border: 0;
}
.shareTools.is_stuck{
    margin-top:25px!important;
}

/* ===================================================================== */
/* Small Desktop/Laptop */
/* ===================================================================== */

@media screen and (max-width: 1400px) {
.hero-bg {
    /*margin-top: -150px;*/
	
 }
 
}

/* ===================================================================== */
/* Media 667px */
/* ===================================================================== */

@media screen and (max-width: 667px) {
.header-slim-logo {
    display:none;
}
.header-slim-wrapper .container{
  	box-sizing:border-box;
    padding-right:15px;
  	
	}     

.hero-bg {
    background-color: #292929;
    height: 100vh;
    background-image: url(/static/1916/images/hero-images/hero-image.jpg);
    background-position: inherit;
    background-repeat: no-repeat;
    overflow: hidden;
    width:100%;
  	background-color: #ccc;
    padding-top: 200px;
    margin-top: -240px;
}

.hero-masthead figure {
    width: inherit;
  }
  
.hero-text h1 {
    font-size: 40px;
}
    
.events-text {
    line-height: 45px;
}
  
.intro-text {
  text-align: left;
  margin-top: 80px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
 }
}

/* ===================================================================== */
/* ipad portrait specific */
/* ===================================================================== */

@media screen  and (min-width: 768px) and (max-width: 979px) {
#page-metadata #logo {
    width: 64%;
    padding-top: 0px;
 	}
  .header-slim-wrapper .container{
    box-sizing: border-box;
    padding-right: 15px;
	}
#cookies-policy-wrapper #cookies-policy{
	font-size:89%;
	}

.events-text {
    color: #fff;
    font-size: 2.2em;
    padding-bottom: 40px;
    text-shadow: 1px 1px #292929;
    line-height: 45px;
}
}

/* ===================================================================== */
/* Media up to 767px (Cookie Policy) */
/* ===================================================================== */
@media screen  and (max-width: 767px) {

#cookies-policy-wrapper #cookies-policy{
  	top:51px;
    bottom:inherit;
    font-size:89%;
  }

}

/* ===================================================================== */
/* Media 480px - 767px */
/* ===================================================================== */

@media screen and (min-width: 480px) and (max-width:767px) {
.header-slim-logo{
    display:block;
    width:190px!important;
}
    .nav-1916 {
    font-size: 16px;
    margin-top: 13px;
}

.nav-1916 ul {
    margin: 0px; 
    padding-left: 0px;
}

.nav-1916 ul li{
  padding-left: 6px; 
}
  

#page-metadata #logo a { 
    width:180px;
  	margin-top:0;
 }
 
}

/* ===================================================================== */
/* Media 480px - 667px */
/* ===================================================================== */

/*@media screen and (min-width: 668px) and (max-width:767px) {
.header-slim-logo{
  display:block;
    width:190px!important;
    padding-left:0;
}

#page-metadata #logo a {
    width:180px;
}

.nav-1916 {
    margin-top:-5px;
    margin-bottom:0;
    font-size:18px;
 }
}*/

/* ===================================================================== */
/* Media 480px  */
/* ===================================================================== */

@media only screen and (max-width: 479px) {
#page-metadata #logo, #page-metadata.alternate #logo {
    padding-top: 0px;
    width: 80%;
 }

 .hero-masthead figure {
    margin: auto;
    width: inherit;
 }


.nav-1916 {
    font-size: 16px;
    margin-top: -1px;
    margin-left: 5px !important;
    position: absolute;
} 
.nav-1916 ul{
	padding-left:0;
} 
 .nav-1916 ul li {
    padding-left: 15px;
}

}

/* ===================================================================== */
/* Media 375px  */
/* ===================================================================== */

@media screen and (max-width: 375px) {
  .hero-bg {
    margin-top: -240px;
  }
    
  .hero-bg .hero-shares {
      margin-top: 30px;
  }
}

/* ===================================================================== */
/* Media 320px  */
/* ===================================================================== */

@media screen and (max-width: 320px) {
 .hero-bg {
    margin-top: -280px;
  }
  
  .hero-text h1 {
    font-size: 30px;
}
    
.intro-text {
    padding-left: 10px;
    padding-right: 10px;
      }

}

/* ===================================================================== */
/* Retina Specific */
/* ===================================================================== */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
  .full-width-banner:before{
  	background:none!important;
	background-position: none!important;  
	content: " ";
	position:relative!important;
  	display:none!important;
	width: 0!important;
	height: 0!important;

}
  .hero-bg, .events-banner, .timeline-bg, .people-banner{
  background-attachment:scroll!important;
    background-size:auto 100%;
  }
  .events-banner, .people-banner{
    background-size:cover;
  }
  .people-bg{
    background-attachment:scroll!important;
  background-size: initial!important;
  background-position: top!important;
  background-repeat: repeat-y!important;
  }
	.hero-bg{
	background-image: url(/static/1916/images/hero-images/hero-image.jpg);
	}
	.people-banner{
		background-image: url(/static/1916/images/hero-images/hero-image.jpg);	}
	}
	.people-bg{
		background-image: url(/static/1916/images/people/people-bg.jpeg);
	}
	.events-banner{
  		background-image: url(/static/1916/images/hero-images/hero-image.jpg);
	}
  	.timeline-bg{
  		background-image: url(/static/1916/images/timeline-bg.jpeg);
	}
}


/* ===================================================================== */
/* IE8 Specific */
/* ===================================================================== */

.no-svg #page-metadata #logo a{
  background-image:url(/static/1916/images/1916-masthead-resize.png);
    background-repeat:no-repeat;
    background-size:contain;
}
.no-svg .hero-masthead{
  background-image:url(/static/1916/images/1916-masthead-white-resize.png);
    background-repeat:no-repeat;
    width:565px;
    height:69px;
    margin:0 auto;
    text-align:center;
}


      