  .clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; 
  color:#fff;}

a:active, a:hover {
  outline: 0; 
  color:#ffcd00;}

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
body {
  font: 16px/1.5 'Raleway', Helvetica, Helvetica Neue, Arial, sans-serif;
  background-color: #212121; }

.wrapper {
  width: 80%;
  margin: 0 10%; }

/* Make the body 100% of the browser viewport height */
html, body {
  height: 100%;
  margin: 0; }

h1 {
  font-size: 2em;
  margin-top: 0;
  font-family: 'Roboto Condensed', Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: 700; }
  
/* hidden on default */
div#mobile-popup { display: none; }

/* use a media query to filter small devices */
@media only screen and (max-width:1080px) {
    /* show the popup */
    div#mobile-popup { display: block;z-index:1000;width:100%;height:100%;position:fixed;  background: url(/news/archives/timeline/img/UAF_100_pattern.png) no-repeat center center; background-size: cover; }
	div#mobile-popup .mobile-wrapper { display: block;z-index:1000;width:40%;margin-left:auto;margin-right:auto; top:15%;position:relative;}
	div#mobile-popup p { font-size:1.2rem;color:#000; }
	.button-right, .scroll-hint {display:none;}
}
@media only screen and (max-device-width:1080px)  {
    /* show the popup */
    div#mobile-popup { display: block;z-index:1000;width:100%;height:100%;position:fixed;  background: url(/news/archives/timeline/img/UAF_100_pattern.png) no-repeat center center; background-size: cover; }
	div#mobile-popup .mobile-wrapper { display: block;z-index:1000;width:40%;margin-left:auto;margin-right:auto; top:15%;position:relative;}
	div#mobile-popup p { font-size:1.2rem;color:#000; }
	.button-right, .scroll-hint {display:none;}
}
.no-js .dynamic-element {
display: inline-block;  
}

.js .dynamic-element {
display: block;  
}
.noscriptmsg {display: block;z-index:1000;width:100%;height:100%;position:fixed;  background: url(/news/archives/timeline/img/UAF_100_pattern.png) no-repeat center center; background-size: cover; }
.noscriptp {margin-top:25%;width:50%;margin-left:auto;margin-right:auto;font-size:20px;}
.noscriptp a {color:#000;}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* =Preloader */
#preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 101;
  background-color: #212121;
  color: #ffffff; }
  #preloader .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  #preloader .txt-perc {
    font-size: 35px;
    font-family: 'Roboto Condensed', Helvetica, Helvetica Neue, Arial, sans-serif;
    opacity: 1;
    margin: 0 0 6px 0;
    max-width: 400px;
    text-align: center; }
  #preloader .progress {
    width: 100px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 auto 15px auto; }
    #preloader .progress span {
      display: block;
      width: 0;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.8); }
  #preloader.is-hidden {
    visibility: hidden;
    opacity: 0; }

.is-loading {
  overflow: hidden; }

/* =Header */
.header-container {
  text-align: center;
  color: #ffffff; }
  .header-container .wrapper {
    padding-top: 120px;
    z-index: 2;
    position: relative; }
  .header-container .bcg {
    -webkit-transition: -webkit-transform 4s ease-out;
            transition: transform 4s ease-out;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center; }
  .header-container.is-loaded .bcg {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

.bcg {
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5; }
  .bcg2 {
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0; }
 .bcg3 {
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0; }
 .bcg4 {
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0; }
 .bcg5 {
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0; }
.bcg6 {
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0; }
.bcg7 {
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0; }
  .header-container .bcg {
    background-image: url(/news/archives/timeline/img/chap3/1972-75_aerial-campus-fairbanks.jpg);
    background-size: cover; }
 #slide01 .bcg {background: url(/news/archives/timeline/img/chap3/bluebabecover_edit.jpg) no-repeat center center;
    background-size: cover;
   }
  #slide02 .bcg {
    background: url(/news/archives/timeline/img/chap3/RAHI-1983-1.jpg) no-repeat center center;
    background-size: cover; }
  #slide03 .bcg {
    background: url(/news/archives/timeline/img/chap3/ksua-wall.jpg) no-repeat center center;
    background-size: cover;
    opacity: 0.7; }
#slide04 .bcg {
    background: url(/news/archives/timeline/img/chap3/oil-barrels.png) no-repeat center center;
    background-size: cover;
    opacity: 0.7; }
#slide04 {background-color: #fff;}
#slide05 .bcg {background: url(/news/archives/timeline/img/chap3/CAM-13-3979-18_slr.jpg) no-repeat center center;
    background-size: cover;
   }
#slide06 .bcg {
		 background: url(/news/archives/timeline/img/chap3/Walmart-go-home_slr.jpg) no-repeat center center;
    background-size: cover; background-color:#000; }
	 #slide07 .bcg {
    background: url(/news/archives/timeline/img/chap3/map-ak-japan.jpg) no-repeat center center;
    background-size: cover; }
	#slide08 .bcg {
    background: url(/news/archives/timeline/img/chap3/JR-17-5423-75.jpg) no-repeat center center;
    background-size: cover; }
  #slide09 .bcg {
    background: url(/news/archives/timeline/img/chap3/rifle-team-bkgrd.jpg) no-repeat center center;
    background-size: cover; }
  #slide10 .bcg {
    background: url(/news/archives/timeline/img/chap3/AAR-10-2830-24.jpg) no-repeat center center;
    background-size: cover;
    opacity: 0.7; }
	 #slide11 .bcg {
    background: url(/news/archives/timeline/img/chap3/troth-yeddha-clip.jpg) no-repeat center center;
    background-size: cover; }
  #slide12 .bcg {
    background: url(/news/archives/timeline/img/chap3/AAR-15-4593-348.jpg) no-repeat center center;
    background-size: cover; }
#slide13 .bcg {
    background: url(/news/archives/timeline/img/chap3/CAM-16-4992-073.jpg) no-repeat center center;
    background-size: cover; }
#slide14 .bcg {
    background: url(/news/archives/timeline/img/chap3/AAR-12-3594-147.jpg) no-repeat center center;
    background-size: cover; }
#slide15 .bcg {
    background: url(/news/archives/timeline/img/chap3/AAR-15-4600-124.jpg) no-repeat center center;
    background-size: cover; }
#slide16 .bcg {
    background: url(/news/archives/timeline/img/chap3/CAM-11-3251-33.jpg) no-repeat center center;
    background-size: cover; }
#slide17 .bcg {
    background: url(/news/archives/timeline/img/UAF_100_pattern.png) no-repeat center center;
    background-size: cover; }
	
  
/* =Navigation */

/* General styles for all menus */

.cbp-spmenu {
	background: #47a3da;
	position: fixed;
}

.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 0.8em;
	font-weight: 300;
	text-decoration:none;
}

.cbp-spmenu a:hover {
	background: #258ecd;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}
.cbp-spmenu ul {padding-left:0px;}
.cbp-spmenu li {list-style-type:none;}
.button-right {z-index:3000; position:fixed;width:50px;height:50px;top:5px;left:5px;}
.offButton:before {font-family:fontawesome; content:"\f00d";}
.onButton:before {font-family:fontawesome; content:"\f0c9";}
.openButton.active:before {font-family:fontawesome; content:"\f00d";}
.button-right button {
    border: none;
    background: #47a3da;
    color: #fff;
    display: block;
    width: 100%;
    cursor: pointer;
    font-size: 0.8em;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
	overflow:auto;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #258ecd;
	padding: .3em .3em .3em 1.5em;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
	overflow:auto;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

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

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}

.scroll-hint {
  color: #ffcd00;
  text-shadow: 2px 0px 2px rgba(150, 150, 150, 0.6);
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px 40px;
  border: 2px #236192 solid;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Roboto Condensed', Helvetica, Helvetica Neue, Arial, sans-serif;
  background-color: rgba(255, 255, 255, 0.9);
  background: url(/news/archives/timeline/img/UAF_100_pattern.png) no-repeat center center;
  z-index: 2; }
  .jquery-hint {
  color: #ffcd00;
  text-shadow: 2px 0px 2px rgba(150, 150, 150, 0.6);
  position: absolute;
  bottom: 115px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px 40px;
  border: 2px #236192 solid;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: 'Roboto Condensed', Helvetica, Helvetica Neue, Arial, sans-serif;
  background-color: rgba(255, 255, 255, 0.9);
  background: url(/news/archives/timeline/img/UAF_100_pattern.png) no-repeat center center;
  z-index: 2; }

/* =Main */
p {
  font-size: 16px; }

.fs {
  height: 100vh; }

.slide {
  color: #ffffff;
  position: relative; }
  .slide .wrapper {
    padding-top: 30px;
    text-align: center;
    position: relative;
    z-index: 2; }
  .slide#slide01 .wrapper {
    position: absolute;
    top: 10%; }
  .slide#slide02 .wrapper {
    position: absolute;
    bottom: 40%; }
.slide#slide02 .wrapper {
        bottom: auto;
        top: 0;
        text-align: left;
        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0);
        padding: 0; 
		right:0%;}
  .slide#slide03 .wrapper {
    top: 2%;
    padding-top: 100px; }
  .slide#slide04 .wrapper {
	  position: absolute; 
    bottom: 10%;
   }
    
.slide#slide05 .wrapper {
    position: absolute;
	top:28%;
    bottom: 10%; }
  .slide#slide06 .wrapper {
    position: absolute;
    bottom: 50%; }
	.slide#slide07 .wrapper {
    position: absolute;
    bottom: 10%; }
	 .slide#slide08 {
    background-color: #be4c2c; }
.slide#slide09 .wrapper {
    position: absolute;
    top: 30%; }
  .slide#slide10 .wrapper {
    position: absolute;
    top: 38%; }
.slide#slide11 {
    background-color: #236192; }
.slide#slide12 .wrapper {
    position: absolute;
    bottom: 40%; 
	top: 50%;
    left: 53%;}
  .slide#slide13 .wrapper {
    position: absolute;
    top: 10%; }
  .slide#slide14 .wrapper {
    position: absolute;
    top: 25%; }
  .slide#slide15 .wrapper {
    position: absolute;
	bottom:0;
    top: 69%;
    left: 92%; }
  .slide#slide16 .wrapper {
    position: absolute;
    top: 20%; }
 .slide#slide17 .wrapper {
    position: absolute;
    top: 10%; }
/* =Content Block */
.content-block {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.9); }
  .content-block .wrapper {
    padding: 30px 0;
    text-align: center; }
  .no-touch .content-block .wrapper {
    visibility: hidden;
    opacity: 0; }
  .no-touch .content-block.is-active .wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
	
	/* = Buttons for Content */
.extra-wrapper {position:absolute;width:100%;height:50%; z-index:7;}
.extra-wrapper2 {position:absolute;width:100%;height:5%; z-index:7; bottom:0;text-align:center;}
.extra-wrapper3 {position:absolute;width:7%;height:100%; z-index:7; top:50px; left:50px; text-align:center;}
.extra-wrapper4 {position:absolute;width:100%;height:15%; z-index:7; top:0;text-align:center;}
.extra-wrapper5 {position:absolute;width:65%;height:15%; z-index:3000;text-align:center;margin-top:0.5rem;}
.extra-wrapper6 {position:absolute;width:100%;height:15%; z-index:7;text-align:center;}
.extra-wrapper7 {position:absolute;width:7%;height:100%; z-index:7; top:50px; left:75px; text-align:center;}
.extra-wrapper8 {position:absolute;width:100%;height:5%; z-index:7; bottom:20px;text-align:center;}
.quotebuttonL {left: 47%;position: relative; top: 20%;clear:both;}
.quotebuttonR {right: 47%;position: relative; top: 20%; float:right; clear:both;}
.quotebuttonM {left: 47%;position: relative; top: 20%;clear:both;}
.quotebuttonB {left: 47%;position: relative; top: 20%;clear:both;}
.videobuttonL {left: 47%;position: relative; top: 20%;clear:both;}
.videobuttonR {right: 47%;position: relative; top: 20%; float:right;}
.videobuttonM {left: 44%; position: relative; top:20%; clear:both;}
.videobuttonB {left: 47%;position: relative; top: 20%;clear:both;}
.textbuttonL {left: 47%;position: relative; top: 20%;clear:both;}
.textbuttonR {right: 47%;position: relative; top: 20%; float:right;clear:both;}
.textbuttonM {left: 40.3%;position: relative; top: 20%;clear:both;}
.textbuttonB {left: 47%;position: relative; top: 20%;clear:both;}
.textbuttonNorm {position: relative; top: 20%;clear:both;}
.quotebuttonX {position: relative;}
.quotebuttonY {position: relative;}
.quotebuttonZ {position: relative;}
.quotebuttonW {position: relative;}
.textbuttonX {position: relative;}
.textbuttonY {position: relative;}
.textbuttonZ {position: relative;}
.videobuttonX {position: relative;}
.videobuttonY {position: relative;}
.videobuttonZ {position: relative;}
.imagebuttonX {position: relative;}
.imagebuttonY {position: relative;}
.imagebuttonZ {position: relative;}
/*** MODAL POPUPS */
.quote-modal {padding:30px;margin-top: 5%;
    height: 50%;
    width: 65%;
    margin-left: auto;
    margin-right: auto;}
.quote-modal p {font-size:24px;margin-top:10%;}
.quote-modal .quotebyline {font-size:18px;font-style: italic;}
.quote-modal p span {font-size:20px;margin-top:15px;}
.text-modal {padding:20px;}
.text-modal p {font-size:18px;}
.video-modal iframe {width:100%; height:85%;}
#babeQuote-content {display:none;}
#babeQuote2-content {display:none;}
#babeText-content {display:none;}
#imagebabe-content {display:none;}
#text1983-content  {display:none;}
#quoteA1983-content {display:none;}
#image1983-content {display:none;}
#video1983-content {display:none;}
#text1984-content {display:none;}
#quoteA1984-content {display:none;}
#quoteB1984-content {display:none;}
#imageksua-content {display:none;}
#videoksua-content {display:none;}
#text1987-content {display:none;}
#quote1987-content {display:none;}
#image1987-content  {display:none;}
#text1991-content {display:none;}
#quote1991-content {display:none;}
#text1993-content {display:none;}
#quote1993A-content {display:none;}
#quote1993B-content {display:none;}
#quote1998A-content {display:none;}
#quote1998B-content {display:none;}
#image1998-content {display:none;}
#text1998-content {display:none;}
#text2005-content {display:none;}
#quote2005A-content {display:none;}
#quote2005B-content {display:none;}
#quote2005C-content {display:none;}
#image2005-content {display:none;}
#text2008-content {display:none;}
#quote2008A-content {display:none;}
#quote2008B-content {display:none;}
#text2009-content {display:none;}
#quote2009A-content {display:none;}
#quote2009B-content {display:none;}
#text2013-content {display:none;}
#quote2013A-content {display:none;}
#quote2013B-content {display:none;}
#videoridge-content {display:none;}
#text2013B-content {display:none;}
#quote2013C-content {display:none;}
#video2013D-content {display:none;}
#text2014-content {display:none;}
#quote2014-content {display:none;}
#image2014-content {display:none;}
#image2014B-content {display:none;}
#image2014C-content {display:none;}
#image2014D-content {display:none;}
#image2014E-content {display:none;}
#text2015A-content {display:none;}
#quote2015A-content {display:none;}
#quote2015B-content {display:none;}
#image2015A-content {display:none;}
#video2015A-content {display:none;}
#text2015B-content {display:none;}
#quote2015C-content {display:none;}
#quote2015D-content {display:none;}
#image2015B-content  {display:none;}
#video2015B-content  {display:none;}
#quote2017A-content {display:none;}
#quote2017B-content {display:none;}
#quote2017C-content {display:none;}
#quote2017D-content {display:none;}

/* Overlay */
/* #simplemodal-overlay {background-color:#000;} */
 #simplemodal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  
}

/* Container */

#simplemodal-container ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
#simplemodal-container ::-webkit-scrollbar-button {
  width: 12px;
  height: 12px;
  background:#ffffff;
  color:#236192;
}
#simplemodal-container ::-webkit-scrollbar-thumb {
  background: #84b8d9;
  border: 0px none #236192;
  border-radius: 50px;
}
#simplemodal-container ::-webkit-scrollbar-thumb:hover {
  background: #ffcd00;
}
#simplemodal-container ::-webkit-scrollbar-thumb:active {
  background: #99ccff;
}
#simplemodal-container ::-webkit-scrollbar-track {
  background: #ffffcc;
  border: 0px none #236192;
  border-radius: 50px;
}
#simplemodal-container ::-webkit-scrollbar-track:hover {
  background: #666666;
}
#simplemodal-container ::-webkit-scrollbar-track:active {
  background: #cccccc;
}
#simplemodal-container ::-webkit-scrollbar-corner {
  background: transparent;
}
#simplemodal-container {
  margin: 70px auto;
  padding: 10px;
  color:#fff; background-color:#333; border:4px solid #444;
  border-radius: 5px;
  height:650px; 
  width:850px;
  position: relative;
  transition: all 5s ease-in-out;
}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(/news/archives/timeline/img/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}
#simplemodal-container .resource-wrapper h3 {color:#84b8d9;border-bottom: 1px dotted;}
#simplemodal-container .resource-wrapper p {font-size:14px;}
#simplemodal-container .resource-wrapper h3 {color:#84b8d9;border-bottom: 1px dotted;}
#simplemodal-container .resource-wrapper p {font-size:14px;}
.simplemodal-wrap {overflow:auto !important;}
.simplemodale .quoteauthor {}

 
/* -- cosmetics -- */
  .panel .pad {padding: 0 15px;}
  .panel .pad p {font-size:16px; font-weight:500;}
  .panel.flip .action {display: none; }
  .block .action {display: block; padding: 3px; background: #333; text-align: right; font-size: .8em; opacity: 0; position: absolute; cursor: pointer; -webkit-transition: opacity .2s linear; }
  .block:hover .action {opacity: .7; }
  .circle div {border-radius: 100px; }
  .circle div h2 {padding-top: 3em; text-align: center; }
/* intros to buttons */
.hidden {display:none;visibility:hidden;}
.intro {position:relative;width:50%;}
.quoteLL {display:block; z-index:2000; position:absolute; top:55px; left:-5px; width:100px; height:100px;}
.quoteLR {display:block; z-index:2000; position:absolute; top:55px; right:-5px; width:100px; height:100px;}
.videoLT {display:block; z-index:2000; position:absolute; top:55px; right:-25px; width:100px; height:100px;}
.videoML {display:block; z-index:2000; position:absolute; top:0px; margin-left: 50px; width:100px; height:100px;}
.textLT {display:block; z-index:2000; position:absolute; top:55px; right:-25px; width:100px; height:100px;}
.cameraLR {display:block; z-index:2000; position:absolute; top:55px; right:-5px; width:100px; height:100px;}
.menuLT {display:block; z-index:2000; position:absolute; top:24px; width:100px; height:100px;}
.flipTD {display:block; z-index:2000; position:absolute; top:-115px; padding-left:35%;width:100px; height:100px;}

/****  lightbox in simple modal boxes /

.image-wrap {float:left; margin: 0px 15px 15px 0px; max-width: 100%;}
.image-wrapL {float:left; margin: 0px 15px 15px 0px; max-width: 40%;}
.image-wrapR {float:right; margin: 0px 0px 15px 15px; max-width: 40%;}
.image-wrapC {margin-left: auto; max-width: 87%;margin-right: auto;display: block;text-align: center;overflow: hidden;}
.image-wrapC img {width:90%;}
.image-wrapC a {padding-bottom: 50px;display: block;}
.image-wrap img, .image-wrapL img, .image-wrapR img {width:100%;}
.lightbox-sub {font-size:.9rem !important; color:#fc0;}
.lightbox-caption {font-size:1rem !important; color:#fff; width: 80%;
    text-align: left;
    margin-right: auto;
    margin-left: auto;margin-top:10px !important;}
/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 5000;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightboxShow {
	outline: none; /** Remove default browser outline */
	display: block !important; /** Unhide lightbox **/
}

/*** figure boxes for images /
.fig-left {float:left;}
.fig-left figcaption {text-align:center;}
.fig-right {float:right;}
.fig-right figcaption {text-align:center;}

/* animations for credits */
  
.credit-wrapper {
 position: absolute;
  top: 100%;
  left: 50%;
      width: 640px;
    margin-left: -350px;
  font: 300 30px/1 'Open Sans Condensed', sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  animation: 40s credits linear infinite; 
  z-index:15;
}
.credit-wrapper:hover {animation-play-state:paused;}
.movie {
  margin-bottom: 50px;
  font-size: 50px;
}

.job {
  margin-bottom: 5px;
  font-size: 18px;
}

.name {
  margin-bottom: 50px;
  font-size: 35px;
}
.nameEx {
  margin-bottom: 20px;
  font-size: 35px;
}

@keyframes credits {
  0% {
    top: 100%;
  }
  100% {
    top: -170%;
  }
} 
/* ==== GRID SYSTEM ==== */

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

@media only screen and (min-width: 33.75em) {  /* 540px */
  .container {
    width: 80%;
  }
}

@media only screen and (min-width: 45em) {  /* 720px */
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}

@media only screen and (min-width: 60em) { /* 960px */
  .container {
    width: 75%;
    max-width: 60rem;
  }
}
/* Typing animation for Chapter Titles ***/
.type-chapter{
  color: #ffcd00; 
  font-family: "Oswald";
  font-size: 5rem;
  margin: 30% auto 0 auto;
  white-space: nowrap;
  position:relative;
  z-index:1000;
  overflow: hidden;
  opacity:0;
  width: 7.5em;
}


@keyframes type{ 
  from { width: 0; } 
} 

@keyframes blink{
  to{opacity: .0;}
}
		
/* =Footer */
.footer-container {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  background-color: #06060d; }
  .footer-container h3 {
    margin: 0;
    padding: 20px 0;
    font-weight: normal; }
  .footer-container a {
    color: rgba(255, 255, 255, 0.5); }

/* =Simple animation up */
.no-touch .slideInUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
          transition: all 0.7s ease-out;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }
.no-touch .is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.slideInUp.slideInUp2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }
.slideInUp.slideInUp3 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s; }

#iht_logo {
  width: 100px;
  margin-bottom: 30px; }
  
  /* ==========================================================================
            Extra scene controls
   ========================================================================== */ 
   /* =========================== Scene slides ============================ */ 
   .slideLeft {left:-600px; position:relative;height:100%;z-index:5;width:43%;}
   .slideRight {right:-600px; position:relative;height:100%;z-index:5;float:right;width:43%;}
   .slideLeft img {z-index:5;width:82%;}
   .slideRight img {z-index:5;width:82%;}
   
   .slideLeft2 {left:-600px; top:0; position:relative;height:100%;z-index:5;width:43%;}
   .slideRight2 {right:-600px; top:0; position:relative;height:100%;z-index:5;float:right;width:43%;}
   .slideLeft2 img {z-index:5;width:94%;}
   .slideRight2 img {z-index:5;width:94%;}
   
   .slideLeft3 {left:-600px; top:0; position:relative;height:100%;z-index:5;width:43%;}
   .slideRight3 {right:-600px; top:0; position:relative;height:100%;z-index:5;float:right;width:43%;}
   .slideLeft3 img {z-index:5;width:94%;}
   .slideRight3 img {z-index:5;width:94%;}
   
   .slideLeftF {left:-1000px; position:relative;height:100%;z-index:5;width:100%;}
   .slideRightF {right:-1000px; position:relative;height:100%;z-index:5;float:right;width:100%;}
   
 

/* =========================== Scene INTRO ============================ */ 
  #intro img {width:20%;}
  
  /* =========================== Scene 1979 ============================ */ 
  
   .quoteBabe-content .caption{background-color:rgba(0,0,0,0.6);padding:20px;z-index:6;text-align:left;color:#fff;position: absolute;left: 0px;top: 3%;width: 100%;}


 /* =========================== Scene 1983 ============================ */ 
.body1983-content {background-color:rgba(0,0,0,0.6);padding:20px;z-index:6;text-align:left;color:#fff;position: absolute;left: 30px;top: 20%;width: 45%;}


  /* =========================== Scene 1984============================ */ 
  .maincaption1984 {width:35%;text-align:left;color:#fff;position: absolute;
    padding: 20px;margin:85px;z-index:6;visibility: hidden; opacity: 0;background-color:rgba(0,0,0,0.6);}
  
   /* =========================== Scene 1987============================ */ 
.caption1987{width:90%;text-align:left;color:#fff;position: absolute;
    padding: 20px;margin:20px;z-index:6;background-color:rgba(0,0,0,0.6);}
.svg-animate{}
.svg-animate-wrap {top:-1000px;position:absolute;width:95%;margin-left:auto;margin-right:auto;}
.path {
	display:block;
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
  animation: dash 10s linear forwards;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
	
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

  /* =========================== Scene 1991============================ */ 
 .asfQuote {background-color:rgba(0,0,0,0.6); padding:20px; color:#fff;}
 /* =========================== Scene 1993=========================== */ 
.caption1993-wrapper {background-color:rgba(0,0,0,0.6); padding:20px; color:#fff;z-index: 200;
    position: relative;
    margin: 3% 0 0 30px;
    width: 60%;}
.credit-1993 {background-color: rgba(0,0,0,0.6);
    padding: 10px;
    color: #fff;
    z-index: 200;
    position: relative;
    margin: 3% 0 0 0px;
    width: 53%;
    text-align: center;
    float: right;}
/* =========================== Scene 1987=========================== */ 
#slide04 .bcg2 {
    background: url(/news/archives/timeline/img/chap3/4-11.png) no-repeat center center;
    background-size: cover; }
#slide04 .bcg3 {
    background: url(/news/archives/timeline/img/chap3/3-63.png) no-repeat center center;
    background-size: cover; }
#slide04 .bcg4 {
    background: url(/news/archives/timeline/img/chap3/3-39.png) no-repeat center center;
    background-size: cover; }
#slide04 .bcg5 {
    background: url(/news/archives/timeline/img/chap3/3-26.png) no-repeat center center;
    background-size: cover; }
#slide04 .bcg6 {
    background: url(/news/archives/timeline/img/chap3/3-08.png) no-repeat center center;
    background-size: cover; }
#slide04 .bcg7 {
    background: url(/news/archives/timeline/img/chap3/1-79.png) no-repeat center center;
    background-size: cover; }

 /* =========================== Scene 1988============================ */ 
.iarc1998-caption {background-color:rgba(0,0,0,0.6); padding:20px; color:#fff;z-index: 200;
    position: relative;
    margin: 3% 0 0 30px;
    width: 85%;font-size:1.3rem;}
#slide07 section {margin-left:auto;margin-right:auto;}

 /* =========================== Scene 2005============================ */ 

.tradition-wrapper {opacity:0; visibility:hidden;}
.tradition-wrapper img {width:100%;}
.tradition-caption {width:94%;background-color:rgba(0,0,0,0.5);padding:20px;z-index:6;text-align:left;display:block;color:#fff;font-size:1.3rem;}
#slide08 section  {margin-left:auto;margin-right:auto;}
 /* =========================== Scene 1958============================ */ 
 
 .chariot-caption {width:50%; right:10px;opacity:1;visibility:visible;bottom:70px;background-color:rgba(0,0,0,0.6);color:#fff;position:absolute;padding:10px;font-size:1.3rem;}

  /* =========================== Scene 2009============================ */ 
   
  .lg-caption {background-color:rgba(0,0,0,0.6);padding:20px;z-index:6;text-align:left;color:#fff;font-size:1.3rem;}
  #slide10 section  {width:100%;max-width:50%;}
  
   /* =========================== Scene 1962 ============================ */ 
   
   .kuac-caption {background-color:rgba(0,0,0,0.6);padding:20px;z-index:6;text-align:left;color:#fff;font-size:1.3rem;width:60%;}
   .kuac-caption p {padding-top:45px;}
   #slide11 section {max-width:100%;}
   
   
    /* =========================== Scene 1964 ============================ */ 
	
	.nanook-caption {background-color:rgba(0,0,0,0.6);padding:20px;z-index:6;text-align:left;display:block;color:#fff;position:relative;width: 80%;margin-bottom:50px;}
   .nanook-caption p {padding-top:25px; background-color:transparent;}
   
	 /* =========================== Scene 1967 ============================ */ 
	 

	.flood-caption {background-color:rgba(0,0,0,0.6);padding:20px;z-index:6;text-align:left;display:block;color:#fff;position: absolute;
    bottom: 60px;
    width: 45%;}
.mm-header, .wc-header, .ef-header, .hp-header {z-index:6;text-align:center;display:block;position: absolute;}
.btn-large-royal {height:77px;width:80px;font-size:30px;line-height:70px;}
/*.wc-header {width: 22%;height: 60px;}
.hp-header {width: 25%;height: 60px;}
.ef-header {width:35%; height:60px;}
.mm-header {width: 22%;height: 60px;} */
#slide13 .bcg2 {
    background: url(/news/archives/timeline/img/chap3/murie.png) no-repeat center center;
    background-size: cover; }
#slide13 .bcg3 {
    background: url(/news/archives/timeline/img/chap3/woodcenter.png) no-repeat center center;
    background-size: cover; }
#slide13 .bcg4 {
    background: url(/news/archives/timeline/img/chap3/enginneering.png) no-repeat center center;
    background-size: cover; }
#slide13 .bcg5 {
    background: url(/news/archives/timeline/img/chap3/heatandpower.png) no-repeat center center;
    background-size: cover; }
	 /* =========================== Scene 2013 ============================ */ 
	 

	.gi-caption {background-color:rgba(0,0,0,0.6);padding:20px;z-index:6;text-align:left;display:block;color:#fff;position: absolute;
    top: 0;width: 53%;}
	
	
	 /* =========================== Scene 2015============================ */ 
	 

	.rules-caption {background-color:rgba(0,0,0,0.6);padding:20px;z-index:6;text-align:left;display:block;color:#fff;position: absolute;
    bottom: 60px;
    width: 45%;}
	
	 /* =========================== Scene 1975 ============================ */ 
	 
.startbutton {background-image:url(/news/archives/timeline/img/chap3/fwStart.png); background-repeat:no-repeat;height:220px;width:200px;background-position:top center;right: 100px;position: absolute;z-index: 20;padding-top:200px;text-align:center;}
#toggle_event_editing button {background: #fa6d3e;
    color: #000;}
	.uaf-caption {background-color:rgba(0,0,0,0.6);padding:20px;z-index:6;text-align:left;display:block;color:#fff;position: absolute;width: 70%;}
	
	#slide16 section {max-width:100%;padding-top:250px;}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1600px){  
   .rainey-caption {
    width: 56%;
    bottom: 18px;
    left: 23%;
}
  }
@media only screen and (max-width: 1400px){  
  .slide#slide02 .wrapper {
    bottom: 15%;}
	.slideLeft img {
    width: 90%;
}
.slideRight img {
    width: 90%;
}
.slide#slide02 .wrapper {
    bottom: 20%;}
.LHess-img img {
    width: 85%;
}
.LHess-caption {
    width: 79%;}
.strong-img img {
    width: 90%;
}
.debate-content2 {
    bottom: 2%;
}
.rainey-wrapper {
    margin-top: 12%;
}
  }
@media only screen and (max-width: 1200px){  
   .gradContent {
    width: 32%;}
	.fuller-caption {
    width: 44%;}
	.rainey-wrapper {
    margin-top: 14%;
}
.rainey-caption {
    width: 67%;
    bottom: 18px;
    left: 19%;
}
	.rainey-img img {
    width: 84%;
    margin-left: -15px;
}
.rainey-img-caption {
    width: 81%;
    margin-left: -14px;
}
  }
   @media only screen 
  and (max-width: 1024px){
	   #slide04 .slideLeft {margin-top: 120px;}
    #slide04 .slideRight {margin-top: 488px;}
	#slide04 .slideLeft2  {bottom: 0 !important;height: 59%;width: 82%;}
	#slide04  .slideRight3 {width: 83%;}
	
  }
   @media only screen 
  and (max-device-width: 1024px){
  }
@media only screen and (min-width: 768px) {
  body {
    font-weight: 100; }
  h1 {
    font-size: 3em; }
  p {
    font-size: 20px; }
  /* =Header */
  .header-container {
    overflow: hidden;
    position: relative; }
    .header-container .wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -100%);
          -ms-transform: translate(-50%, -100%);
              transform: translate(-50%, -100%);
      margin: 0;
      padding: 0; }
    .header-container:before {
      font-size: 70em; }
  .scroll-hint {
    font-size: 20px; }
  .bcg {
    opacity: 1; }
  .slide {
    overflow: hidden;
    overflow-x: hidden; }
    .slide section {
      max-width: 400px; }
	  .slide#slide05 section {
      max-width: 60%; }
	   .slide#slide06 section {
      max-width: 60%; }
	     .slide#slide12 section {
      max-width: 60%; }
    .slide .wrapper {
      padding-top: 120px;
      position: absolute;
      top: 45%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      text-align: left;
      width: 100%;
      margin: 0; }
    .slide#slide01, .slide#slide02, .slide#slide03,.slide#slide04, .slide#slide05, .slide#slide06, .slide#slide07, .slide#slide08, .slide#slide09,.slide#slide10, .slide#slide11, .slide#slide12, .slide#slide13, .slide#slide14, .slide#slide15, .slide#slide16, .slide#slide17 {
      color: #212121; }
      .slide#slide01 .wrapper {
        top: 20%;
        text-align: center; }
      .slide#slide01 section, .slide#slide02 section, .slide#slide03 section,.slide#slide04 section, .slide#slide05 section, .slide#slide06 section, .slide#slide07 section, .slide#slide08 section, .slide#slide09 section,.slide#slide10 section, .slide#slide11 section, .slide#slide12 section, .slide#slide13 section, .slide#slide14 section, .slide#slide15 section, .slide#slide16 section, .slide#slide17 section {
        margin: 0 auto; }
    .slide#slide02 {
      color: #ffffff; }
   
      .slide#slide02 section {
        margin: 0; }
    .slide#slide03 .wrapper {
      padding: 0;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .slide#slide03 section {
      margin: 0 auto;
      max-width: 570px; }
   
    .slide#slide03 .bcg {
      opacity: 1; }
	 #slide08 section {max-width:700px;}
	 #slide08 .wrapper {padding-top:80px;}
     #slide09 section {max-width:90%;margin-left:auto;margin-right:auto;}
	 #slide11 .wrapper {top:20%;}
	
  nav {
    display: block; }
  .content-block .wrapper {
    padding: 120px 0; } 
	}
 
  @media screen 
  and (max-width: 601px) {
	
	   #slide04 .slideLeft {margin-top: 120px;}
       #slide04 .slideRight {margin-top: 488px;}
	    #slide04 .slideLeft2  {bottom: 0 !important;height: 59%;width: 82%;}
	   #slide04  .slideRight3 {width: 83%;}
	
	  }
 @media screen 
  and (max-device-width: 601px) {
	  
	  }
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }
