body {
  font-family: 'Lato', sans-serif;
  color: #333;
  font-size: 93%;
  line-height: 23px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 278%;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 1px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 191%;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #2e4a56;
  font-size: 147.5%;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #2e4a56;
  font-size: 128.8%;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 0px;
}

h5 {
  font-size: 122.5%;
  line-height: 20px;
  margin-top: 20px;
}

h6 {
  font-size: 80%;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 20px;
}

a {
  color: #e3b23c;
  text-decoration: underline;
  cursor: pointer;
}

.overviewLink {
  color: #2e4a56;
  cursor: pointer;
}

a:hover {
	color:#6e675f;
}
.btmNavBtn {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

li {
  margin-bottom: 10px;
}

img {
  display: inline-block;
  max-width: 100%;
}


.nav-logo {
  width: 145px;
  padding-top: 5px;
  padding-bottom: 0px;
}

.navlink {
  padding-top: 28px;
  padding-right: 20px;
  padding-bottom: 28px;
}

.navlink:hover {
  background-color: #eaeaea;
}

.navlink.w--current {
  background-color: #e3b23c;
  color: #fff;
}

.report-title {
  background-color: #6e675f;
}

.report-pre {
  font-size: 175.7%;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.report-pre-Word {
  font-size: 18pt;
  text-transform: uppercase;
  background-color: #2e4a56;
  color: #fff;
}

.summary-heading {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 65px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 357.1%;
    background-color: #c6c2bd;
    border-bottom: 5px solid #e3b23a;
    padding-left: 15px;
    
}
.report-name {
  margin-top: 10px;
  margin-bottom: 0px;
}

.report-name-Word {
  font-size: 24pt;
  background-color: #2e4a56;
  color: #fff;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
  font-size: 14px;
}

.report-overview {
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #2e4a56;
  color: #fff;
}

.conclusion {
  margin-top: 20px;
  font-size: 153.8%;
  line-height: 40px;
}

.conclusion-Word {
  font-size: 18pt;
  text-transform: uppercase;
  background-color: #2e4a56;
  color: #fff;
}

.footer {
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #44403c;
  color: #fff;
  font-weight: 300;
}

.content {
  padding-top: 3%;
  padding-bottom: 3%;
}

.footer-nav-li {
  display: inline-block;
}

.ddown-link {
  background-color: #eaeaea;
}

.ddown-link:hover {
  background-color: #fff;
}

.ddown-link.w--current {
  background-color: #e3b23c;
  color: #fff;
}

.main-block {
  padding-top: 3%;
  padding-bottom: 3%;
}

.page-heading {
  margin-bottom: 40px;
  padding: 20px;
  border-left: 10px solid #e3b23c;
  background-color: #fcf7ea;
  color: #2e4a56;
  text-align: left;
}

.page-heading-Word {
  border-left: 10px solid #e3b23c;
  background-color: #fcf7ea;
  color: #2e4a56;
  text-align: left;
}

.footer-row {
  padding-top: 20px;
  text-align: left;
}

.banner {
    margin-top: 80px;
    padding-top: 10%;
    padding-bottom: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('http://leg.wa.gov/jlarc/reports/img/pexels-photo-54539.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('http://leg.wa.gov/jlarc/reports/img/pexels-photo-54539.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    position: relative;
    
}

#source {
    position:absolute;
    bottom:0;
    opacity: 0.5;
    right:0;
}
.banner-Word {
    padding-top: 10%;
    padding-bottom: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('http://leg.wa.gov/jlarc/reports/img/pexels-photo-54539.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('http://leg.wa.gov/jlarc/reports/img/pexels-photo-54539.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    
}


.internal-banner {
  position: static;
  margin-top: 120px;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #2e4a56;
  color: #fff;
  text-align: left;
}

.internal-banner-Word {
  position: static;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #2e4a56;
  color: #fff;
  text-align: left;
}

.internal-report-name {
  padding-top: 10px;
  background-color: #6e675f;
  color: #fff;
  font-style: italic;
}

.name-date {
  position: fixed;
  left: 0px;
  top: -2px;
  right: 0px;
  z-index: 50;
  display: block;
  margin-top: 80px;
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #77878b;
  color: #fff;
  font-size: 95%;
  font-style: italic;
  font-weight: 300;
}

.report-date {
  text-align: right;
  width: 30%;
}

.social-link {
  width: 65px;
  padding-right: 5px;
  padding-left: 5px;
}

table {
	text-align: left;
	border-collapse: collapse;
	vertical-align: top;
    font-family: 'Lato', sans-serif;
	font-size: 95%;
	line-height: 23px;
}

td, th {
	padding: 10px;
    font-family: 'Lato', sans-serif;
    vertical-align: top;
}

tr {
	
	vertical-align: top;
}

th {
	
	background-color: #6e675f;
	color: #fff;
    font-family: 'Lato', sans-serif;
    vertical-align: middle;

}



table a {
	color: #e3b23c;
	font-weight: bold;

}

table a:hover {
	color:#6e675f;
}

/*--- standard table renamed to tableNoBorderStripe ---*/
.tableNoBorderStripe {font-size:.95em; margin-bottom:20px; width:auto; border-collapse:collapse;}

.tableNoBorderStripe th, .tableNoBorderStripe thead, .tableNoBorderStripe tfoot{
                padding:7px;
                text-align:center;
                }

.tableNoBorderStripe thead th {
                font-family: 'Lato', sans-serif;
                background-color: #2e4a56;
                color:#fff;
                border:thin #fff solid;
                text-align:center;
                }
                
.tableNoBorderStripe tbody tr:nth-child(odd) {
                background-color: #eaeaea;
                color:#000000;
                
                }

.tableNoBorderStripe tbody tr:nth-child(even) {
                background-color: #dedbd8;
                color:#000000;
                }
                                                
.tableNoBorderStripe td, tableNoBorderStripe tfoot td {
                font-family: 'Lato', sans-serif; 
                border:thin #fff solid;
                }
.tableNoBorderStripe tr hover {
                background-color: #eaeaea;
}            
                
                
/* Beneficiary savings table style */         
.benSavingsTable {font-size:.95em; margin-bottom:20px; width:auto; border-collapse:collapse;}

.benSavingsTable td, .benSavingsTable th, .benSavingsTable thead, .benSavingsTable tfoot{
                text-align:center;
                padding:7px;
                }

/* colors the last three rows a nice light blue */
.benSavingsTable tbody tr:nth-last-child(-n+3){
                background-color: #f7eac9; 
                }
                
/* bolds the last row */ 
.benSavingsTable tbody tr:last-child{
                font-weight:700; 
                }
                
/* heading style */          
.benSavingsTable th {
                font-family: 'Lato', sans-serif;
                background-color: #2e4a56 ;
                color:#fff;
                border-left:thin #eaeaea solid;
                border-right:thin #eaeaea solid;
                border-top:thin #eaeaea solid;
                }
                
                
/* regular row style */   
.benSavingsTable td {
                font-family: 'Lato', sans-serif; 
                color:#000;
                border:thin #eaeaea solid;
                }      
                


/*--- table all borders plus stripes ---*/
.tableAllBorderStripe {font-size:.95em; margin-bottom:20px; width:auto; border-collapse:collapse;}

.tableAllBorderStripe td, .tableAllBorderStripe th {
                padding:7px;
                }

.tableAllBorderStripe th {
                font-family: 'Lato', sans-serif;
                background-color: #2e4a56 ;
                color:#fff;
                border-left:thin #fff solid;
                border-right:thin #fff solid;
                border-top:thin #2e4a56 solid;
                }
                
.tableAllBorderStripe th:first-child {
                border-left:thin #2e4a56 solid;
                }
.tableAllBorderStripe th:last-child {
                border-right:thin #2e4a56 solid;
                }

.tableAllBorderStripe td {
                font-family: 'Lato', sans-serif; 
                color:#000;
                border:thin #2e4a56 solid;
                }
                
.tableAllBorderStripe tbody tr:nth-child(odd){
                background-color:#eaeaea; 
                }
                                
.tableAllBorderStripe tbody tr:nth-child(even)    { 
                background-color:#fff; 
                }
                



/*--- table all borders no stripes ---*/
.tableAllBorderNoStripe {font-size:.95em; margin-bottom:20px; width:auto; border-collapse:collapse;}

.tableAllBorderNoStripe td, .tableAllBorderNoStripe th {
                padding:7px;
                }

.tableAllBorderNoStripe th {
                font-family: 'Lato', sans-serif;
                background-color: #2e4a56 ;
                color:#fff;
                border-left:thin #fff solid;
                border-right:thin #fff solid;
                border-top:thin #2e4a56 solid;
                }
                
.tableAllBorderNoStripe th:first-child {
                border-left:thin #2e4a56 solid;
                }
.tableAllBorderNoStripe th:last-child {
                border-right:thin #2e4a56 solid;
                }

.tableAllBorderNoStripe td {
                font-family: 'Lato', sans-serif; 
                color:#000;
                border:thin #2e4a56 solid;
                }
                
td.noLeftBorder {
    border-left: 0px;
}

td.noRightBorder {
    border-right: 0px;
}
                
                
/*--- sortable table (table all borders no stripes but sortable) ---*/
.sortable {font-size:.95em; margin-bottom:20px; width:auto; border-collapse:collapse;}

.sortable td, .sortable th {
                padding:7px;
                }

.sortable th {
                font-family: 'Lato', sans-serif;
                background-color: #4e4943;
                color:#fff;
               
                }
                
.sortable th:first-child {
              
                }
.sortable th:last-child {
                
                }

.sortable td {
                font-family: 'Lato', sans-serif; 
                color:#000;
               
                }
.sortable tbody tr:nth-child(odd){
                background-color:#eaeaea; 
                }
                                
.sortable tbody tr:nth-child(even)    { 
                background-color:#fff; 
                }
                
.sortable tr:hover {
                background-color: #f9efd7;
}




/*--- table one-pager table ---*/
.tableOnePager {font-size:.95em; margin-bottom:20px; width:auto; }

.tableOnePager td, .tableOnePager th {
                padding:7px;
                
                }

.tableOnePager th {
                font-family: 'Lato', sans-serif;
                text-align: left;
               color:#000;
               background-color: #fff ;
                
                border-bottom:medium #e3b23a solid;
                }
                


.tableOnePager td {
                font-family: 'Lato', sans-serif; 
                color:#000;
                border-bottom:thin #6e675f solid;
                }
                
.tableOnePager tfoot {
                font-family: 'Lato', sans-serif; 
                font-weight: normal; 
                text-align: left;
                color:#000;
                
                border-bottom:thick #6e675f solid; 
                }


/*--- recommendations table---*/
.recTable {font-size:.95em; margin-bottom:20px; width:auto; border-collapse:collapse;}

.recTable td, .recTable th {
                padding:7px;
                }

.recTable th {
                font-family: 'Lato', sans-serif;
                background-color: #4e4943 ;
                color:#fff;
                border-left:thin #4e4943 solid;
                border-right:thin #4e4943 solid;
                border-top:thin #4e4943 solid;
                }
                
.recTable th:first-child {
                border-left:thin #fff solid;
                }
.recTable th:last-child {
                border-right:thin #fff solid;
                }

.recTable td {
                font-family: 'Lato', sans-serif; 
                color:#000;
                border:thin #fff solid;
                }

.redTable tr:hover {
                background-color: #eaeaea;
}
                
/* tables on Summary tab */
.summTable  {font-size:1em; margin-bottom:20px; width:100%; border-collapse:collapse; border:none;}

.summTable a, .summTable a:visited {
                font-size:1em; 
                font-weight:700;
                }
                
.summTable th:first-child, .summTable td:first-child {
                border-left:none;
                }

.summTable th:last-child, .summTable td:last-child {
                border-right:none;
                }

.summTable th:last-child, .summTable td:last-child {
                min-width:20%;}

.summTable th {
                font-family: 'Lato', sans-serif;
                font-weight:700;
                font-size:1.15em;
                text-align:left;
                vertical-align:bottom;
                color:#000;
                border:#fff 4px solid;
                background-color:#abc5d1;
                padding:7px;
                }
                
.summTable th p {
                font-family: 'Lato', sans-serif;
                font-weight:400;
                font-size:.8em;
                font-style:italic;
                padding:0;
                margin:0;
                color:#000;
                }

.summTable td {
                font-family: 'Lato', sans-serif; 
                font-weight:400;
                font-size:1em;
                vertical-align:top;
                color:#000;
                padding:7px;
                background-color:#EAEAEA;
                border:#fff 4px solid;
                }


.summTable td ul {
                list-style-position:outside;
    padding-left:14px;      }
                
.summTable td ul {
                list-style-position:outside;
                padding-left:14px;           }
                
.summTable tr:hover {
                background-color: #eaeaea;
}
                
/* Styles for h3 in summary tables */
.summTable h3 {
                font-weight:700;
                font-size:1.05em;
                margin-top:0;
                padding-top:0;
                padding-bottom: 20px;
                }
                
/* Styles for h4 in summary tables */      
.summTable h4 {
                font-weight:700;
                font-size:.99em;
                margin-top:0;
                padding-top:0;
                }
                
/*--- floating LEFT table---*/
.floatTable {font-size:.95em; padding:10px; width:40%; border-collapse:collapse; margin-right:30px; margin-bottom:20px;}

.floatTable td, .floatTable tr {
                padding:7px;
                }

.floatTable tr {
                font-family: 'Lato', sans-serif;
                
                
                border-left:thin #4e4943 solid;
                border-right:thin #4e4943 solid;
                border-top:thin #4e4943 solid;
                }
                
.floatTable tbody tr:nth-child(odd){
                background-color:#2e4a56; 
                color:#fff;
                }
                                
.floatTable tbody tr:nth-child(even)    { 
                background-color:#eaeaea; 
                }

.floatTable td {
                font-family: 'Lato', sans-serif; 
                border:thin #fff solid;
                }
                
/*--- floating right table---*/
.float1RowTable {font-size:.95em; padding:10px; width:40%; border-collapse:collapse; margin-left:30px; margin-bottom:20px;}

.float1RowTable td, .floatTable tr {
                padding:7px;
                }

.float1RowTable tr {
                font-family: 'Lato', sans-serif;
                background-color: #eaeaea;                
                border-left:thin #fff solid;
                border-right:thin #fff solid;
                border-top:thin #fff solid;
                }
                
.float1RowTable td {
                font-family: 'Lato', sans-serif; 
                border:thin #fff solid;
                }
                
                
                
                
                
                                
/*--- floating right table with exhibit---*/
.float1RowTableExhibit {font-size:1em; border-collapse:collapse; width: 40%; margin-left:20px; margin-bottom:10px;}

.float1RowTableExhibit td, .floatTable tr {
                padding:7px;
                }

.float1RowTableExhibit tr {
                font-family: 'Lato', sans-serif;
                background-color: #fff;                
                border-left:thin #fff solid;
                border-right:thin #fff solid;
                border-top:thin #fff solid;
                }
                
.float1RowTableExhibit td {
                font-family: 'Lato', sans-serif; 
                border:thin #fff solid;
                }
                






/*--- floating RIGHT table---*/
.RfloatTable {font-size:.95em; padding:10px; width:40%; border-collapse:collapse; margin-left:20px; margin-bottom:20px;}

.RfloatTable td, .RfloatTable tr {
                padding:7px;
                }

.RfloatTable tr {
                font-family: 'Lato', sans-serif;
                
                
                border-left:thin #4e4943 solid;
                border-right:thin #4e4943 solid;
                border-top:thin #4e4943 solid;
                }
                
.RfloatTable tbody tr:nth-child(odd){
                background-color:#2e4a56; 
                color:#fff;
                }
                                
.RfloatTable tbody tr:nth-child(even)    { 
                background-color:#eaeaea; 
                }

.RfloatTable td {
                font-family: 'Lato', sans-serif; 
                border:thin #fff solid;
                }
 
 
/*--- floating RIGHT table for Public Records Data Collection Report---*/
.RfloatTable2 {font-size:.95em; padding:10px; width:25%; border-collapse:collapse; margin-left:20px; margin-bottom:20px;}

.RfloatTable2 td, .RfloatTable2 tr {
                padding:7px;
                }

.RfloatTable2 tr {
                font-family: 'Lato', sans-serif;
                
                
                border-left:thin #4e4943 solid;
                border-right:thin #4e4943 solid;
                border-top:thin #4e4943 solid;
                }
                
.RfloatTable2 tbody tr:nth-child(odd){
                background-color:#2e4a56; 
                color:#fff;
                }
                                
.RfloatTable2 tbody tr:nth-child(even)    { 
                background-color:#eaeaea; 
                }

.RfloatTable2 td {
                font-family: 'Lato', sans-serif; 
                border:thin #fff solid;
                }
                
                
 /*--- floating RIGHT table for Public Records Data Collection Report---*/
.RfloatTable3 {font-size:.95em; padding:50px; width:15%; border-collapse:collapse; margin-right:150px; }


.RfloatTable3 td, .RfloatTable3 tr {
                padding:7px;
                }

.RfloatTable3 tr {
                font-family: 'Lato', sans-serif;
                
                
                border-left:thin #4e4943 solid;
                border-right:thin #4e4943 solid;
                border-top:thin #4e4943 solid;
                }
                
.RfloatTable3 tbody tr:nth-child(odd){
                background-color:#2e4a56; 
                color:#fff;
                }
                                
.RfloatTable3 tbody tr:nth-child(even)    { 
                background-color:#eaeaea; 
                }

.RfloatTable3 td {
                font-family: 'Lato', sans-serif; 
                border:thin #fff solid;
                }
                
                




/* Styles for TAX REPORTS */

.preference {
  padding-right: 30px;

}

.tax-type {
  padding: 15px 20px;
  border: 1px solid #e3b23c;
  text-align: center;
}

.estimated-savings {
  margin-bottom: 15px;
  padding: 15px 20px;
  border: 1px solid #e3b23c;
  background-color: transparent;
  text-align: center;
}

.glance {
  padding-top: 3%;
}

.hr {
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: -webkit-linear-gradient(0deg, #e3b23c, transparent);
  background-image: linear-gradient(90deg, #e3b23c, transparent);
}

.hr2 {
  height: 4px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-image: -webkit-linear-gradient(0deg, #2e4a56, transparent);
  background-image: linear-gradient(90deg, #2e4a56, transparent);
}

.section-heading {
padding: 20px;
border: solid 1px #e3b23c;
color: #2e4a56;
text-align: center;
}

/*--- image slider */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
 .transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.transparent-btns_nav:focus {
  outline: none;
  }

.transparent-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.transparent-btns_tabs li
 {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.transparent-btns_tabs a  {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.transparent-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }

/*--- tinybox link on page  ---*/
.modalGlossary {
                border-bottom:#a2d4ca medium solid;
                margin-bottom:0;
                font-weight:400;
                cursor:pointer;
                }

/*--- tinybox pop up  ---*/            
.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(../img/preload.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(../img/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}

#error {background:#ff6969; color:#fff; text-shadow:1px 1px #cf5454; border-right:1px solid #000; border-bottom:1px solid #000; padding:0}
#error .tcontent {padding:10px 14px 11px; border:1px solid #ffb8b8; -moz-border-radius:5px; border-radius:5px}
#success {background:#2ea125; color:#fff; text-shadow:1px 1px #1b6116; border-right:1px solid #000; border-bottom:1px solid #000; padding:10; -moz-border-radius:0; border-radius:0}
#bluemask {background:#4195aa}
#frameless {padding:0}
#frameless .tclose {left:6px}
                
blockquote {
                font-family: 'Lato', sans-serif;
                
                }

blockquote > p {
                font-family: 'Lato', sans-serif; 
                color:#000;
                                
                padding:3px 0 8px 0;
                }

  
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #524d47;
    
}

.tooltip:focus {
    outline: 3px solid #6b9baf;
    
}



.tooltip .tooltiptext {
    visibility: hidden;
    width: 275px;
    background-color: #f9efd7;
    color: #000;
    text-align: center;
    border-radius: 6px;
    
    padding: 10px 0;
    position: absolute;
    z-index: 999;
    bottom: 150%;
    left: 50%;
    margin-left: -160px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 15px;
    border-style: solid;
    border-color: #f9efd7 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}


.imgtooltip {
    position: relative;
    display: inline-block;
    
    
}

.imgtooltip:focus {
    outline: 3px solid #6b9baf;
    
}



.imgtooltip .imgtooltiptext {
    visibility: hidden;
    width: 275px;
    background-color: #f9efd7;
    color: #000;
    text-align: center;
    border-radius: 6px;
    
    padding: 10px 0;
    position: absolute;
    z-index: 999;
    bottom: 150%;
    left: 50%;
    margin-left: -160px;
}

.imgtooltip .ingtooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 15px;
    border-style: solid;
    border-color: #f9efd7 transparent transparent transparent;
}

.imgtooltip:hover .imgtooltiptext {
    visibility: visible;
}


.previous:hover {
	background-color:#2e4a56;
}

.next:hover {
	background-color:#2e4a56;
}

.previous {
    background-color: #aaa39c;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 2px 18px 4px 18px;
    border-radius: 5%;
    font-size: 93.8%;
    margin-right: 50px;
}

.next {
    background-color: #aaa39c;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 2px 18px 4px 18px;
    border-radius: 5%;
    font-size: 93.8%;
}

.linkButton:hover {
	
	text-decoration: underline;
}

.linkButton {
    background-color: #fff;
    color: #e3b23a;
    text-decoration: none;
    display: inline-block;
    padding: 2px 8px 4px 8px;
    
}
button {
    background-color: #fff;
    padding: 0px 0px 0px 0px;
    color: #e3b23a;
    text-decoration: underline;
}


/* For Image Comparison Slider */
* {box-sizing: border-box;}

.img-comp-container {
  position: relative;
  height: 359px; /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
}

.img-comp-img img {
  display: inline-block;
  vertical-align: middle;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #e3b23a;
  opacity: 0.7;
  border-radius: 50%;
}



.zoom {
    padding: 0px;
    
    transition: transform .2s;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.zoom:hover {
    -ms-transform: scale(4.5); /* IE 9 */
    -webkit-transform: scale(4.5); /* Safari 3-8 */
    transform: scale(4.5); 
}

.accordion {
	background-color: #dddad7;
	font-family:"Lato", sans-serif;
	color: #272421;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: none;
    text-align: left;
   
    text-decoration: none;
    outline: solid #FFFFFF;
    font-size:1.1em;
	font-weight:400;
    transition: 0.4s;
	border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
}

accordion.talltop {
	padding-top:30px;
		 
}

.active, .accordion:hover {
    background-color: #999289;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.activeaccordion:after {
    content: "\2212";
}


.panel {
    padding: 0 0 0 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}




.row {
    padding: 10px 0px 10px 0px;
    
}
.column {
    float: left;
    padding: 10px;
	width: 45%;
    
}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.notbold {
    font-weight: normal;
}


/* Alert Message */

.alert {
  position: fixed;
  top: 30%;
  left:50%;
  transform: translate(-50%, -50%);
  text-align: center;

  padding: 2em;
  
  background-color: #eaeaea;
  font-size: 22px;
  color: black;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
  
}

.closebtn {
  margin-left: 15px;
  color: #4e4943;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  
  
}

.closebtn:hover {
  color: #e3b23a;
}

      .flip-card {
  background-color: transparent;
  width: 425px;
  height: 200px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
 
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #fff;
  color: black;
  padding: 10px;
  
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}

   .flip-card-full {
  background-color: transparent;
  width: 940px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-full-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
 
  transition: transform 1.0s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card-full:hover .flip-card-full-inner {
  transform: rotateY(180deg);
}

.flip-card-full-front, .flip-card-full-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-full-front {
  background-color: #fff;
  color: black;
  padding: 10px;
  
}

.flip-card-full-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}

.timeline {
  width:800px;
  height: 20px; 
  list-style: none;
  text-align: justify;
  margin: 80px auto;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(45%, rgba(255,255,255,0)), color-stop(51%, rgba(191,128,11,1)), color-stop(57%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
  }
  
  .timeline:after {
    display: inline-block;
    content: "";
    width: 100%;
}
.timeline li {
	display: inline-block;
	width: 20px; 
	height: 20px; 
	background: #F2BB13;
	text-align: center;
	line-height: 1.0;
	position: relative;
	border-radius: 50%;
}
.timeline li:before {
	display: inline-block;
	content: attr(data-year);
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.timeline li:nth-child(odd):before {
	top: -40px;
}
.timeline li:nth-child(even):before {
	bottom: -40px;
}

.timeline li:after {
	display: inline-block;
	content: attr(data-text);
	font-size: 14px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.timeline li:nth-child(odd):after {
	bottom: 0;
	margin-bottom: -10px;
	transform: translate(-50%, 100%);
}
.timeline li:nth-child(even):after {
	top: 0;
	margin-top: -10px;
	transform: translate(-50%, -100%);
}

 