@import url('https://fonts.googleapis.com/css?family=Oswald|PT+Serif|Playfair+Display');
@import url('https://fonts.googleapis.com/css?family=Cinzel|PT+Sans|Source+Sans+Pro');

/*
Text Classes
*/
.personnel-category {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
}

/* Hero Image Class */
.hero
{
    width: 100%;
    position: relative;
}

.hero img {
    width: 100%;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    transition: opacity .5s;
}

.hero-overlay-text {
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
    
    transition: .75s ease;
}

.hero-overlay h1 {
    /*
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    */
    z-index: 50;
    margin: 0 auto;
    opacity: 1;
    color: white;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

.hero-overlay h2 {
    /*
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    */
    left: 50%;
    z-index: 50;
    margin: 0 auto;
    opacity: 1;
    color: white;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

.hero-overlay-button {
    background-color: #2196F3;
    position: absolute;
    top: 50%;
    left: 45%;
    text-align: center;
    
    transition: .5s ease;
}

.hero-overlay-button:hover {
    background: #0b7dda;
}

.hero-column-overlay {
    position: absolute;
    top: 80%;
    width: 100%;
}

.hero-column-stat {
    width: 33%;
    float: left;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
    color: #FFFFFF;
    text-decoration: none;
}

.hero-column-stat:hover {
    color: #2196F3;
    text-shadow: 2px 2px 5px #2196F3;
}

.hero-column-stat:hover hr {
    background-image: -webkit-linear-gradient(left, #2196F3, #8c8b8b, #2196F3);
    background-image: -moz-linear-gradient(left, #2196F3, #8c8b8b, #2196F3);
    background-image: -ms-linear-gradient(left, #2196F3, #8c8b8b, #2196F3);
    background-image: -o-linear-gradient(left, #2196F3, #8c8b8b, #2196F3);
}


.hero-citation {
    float: right;
    margin-top: 0.5em;
    margin-right: 0.5em;
}

.hero-citation a{
    color: white;
}


/* Light Colored Hero Image Class */
.hero-light
{
    width: 100%;
    position: relative;
}

.hero-light img {
    width: 100%;
}

.hero-light h1 {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 99;
    margin: 0 auto;
    color: black;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

/* Header Mods */
.vivid-point {
    width: 90%;
    margin: auto;
    text-align: justify;
    font-family: 'PT Serif', serif;
    font-size: 1.25em;
    margin-top: 2em;
    margin-bottom: 2em;
}

.vivid-point h2{
    font-family: 'Oswald', sans-serif;
    font-style: italic;
}

/*
Subject Intro Capsule

This is a full width capsule for introducing a subject.
*/

.subject-intro {
    width: 90%;
    margin: auto;
    text-align: justify;
    font-family: 'PT Serif', serif;
    font-size: 1.25em;
}

.subject-intro h3 {
    font-family: 'Oswald', sans-serif;
    color: #D97236;
}

.subject-intro a {
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
    color: #5C9DC0;
}

/*
Subject Highlight Capsule

Full width capsule displaying a photo and title
and a description on hover
*/
.subject-highlight {
    width: 80%;
    margin: auto;
    margin-top: 1em;
    text-align: justify;
    background-color: #FFFFFF;
    transition: .5s ease;
}

.subject-highlight img{
    display: inline;
    vertical-align: middle;
}

.subject-highlight h3 {
    display: inline;
    vertical-align: middle;
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    margin-left: 5em;
}

.subject-highlight p {
    display: none;
    text-align: center;
    left: 50%;
    top: 25%;
    margin-left: 5em;
    font-family: 'PT Serif', serif;
    font-size: 1.25em;
}

.subject-highlight a a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

.subject-highlight:hover {
    background-color: #d3d3d3;
}

.subject-highlight:hover h3{
    display: none;
}

.subject-highlight:hover p{
    display: inline;
}

.personnel-category {
    color: #DB7D35;
}

/*
Staff Profile Capsule

This is a full width capsule for a staff profile.
*/
.staff-profile {
    width: 45%;
    height: 30em;
    display: inline-block;
    vertical-align: top;
    margin: 0.5%;
    padding: 1em;
    text-align: justify;
    font-family: 'PT Serif', serif;
    font-size: 0.9em;
    background: rgba( 150, 150, 100, 0.1);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.staff-profile img {
    height: 16em;
    float: left;
    margin-right: 3em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.staff-profile h3 {
    font-family: 'Oswald', sans-serif;
    margin: 0;
    color: #8F4914;/* Original h3 color*/
    color: #DB7D35;
}

.staff-profile h4 {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    color: #067F8F; /* Original h4 color*/
    color: #8F4914;
}

.staff-profile a {
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
    color: #5C9DC0;
}

.staff-profile p {
    float: left;
}

/*
Column Bullets

Display stats or images in inline columns
*/
.columns {
    display: block;
    width: 90%;
    margin: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 0em;
    overflow: hidden;
    display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/*Column stats are for simple icons */
.column-stat {
    width: 33%;
    float: left;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
    color: #067F8F;  
}

.column-stat img {
    width: 25%;
}

/* Column tiles are for images */
.column-tile {
    width: 33%;
    float: left;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
    color: gray;
    
}

.column-tile img {
    width: 75%;
}

.column-staff-profile {
    width: 33%;
    float: left;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
}

.column-staff-profile img {
    width: 50%;
    padding: 1em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: white;
}

.column-staff-profile h3 {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #8F4914;
}

/* Properties for three-column tool links/descriptions */
.column-tool-description {
    width: 25%;
    height: 15em;
    float: left;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 1.25em;
    border-style: solid;
    border-width: 1px;
    margin: 1.5%;
    padding: 1em;
    text-decoration: none;
    color: #067F8F;
    background-color: white;
}

.column-tool-description img {
    width: 60%;
}

.column-tool-description h3 {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #8F4914;
}

.column-tool-description p {
    display: none;
}

.column-tool-description:hover img {
    display: none;
}

.column-tool-description:hover p {
    display: block;
}

/* Properties for side-panel/Tool Configuration (like the maps */
.column-side-panel {
    float: left;
    width: 30%;

    padding: 3em;
    margin-right: 5%;
    background: #FFFFFF;
    border-radius: 1em;
    box-shadow: 0.5em 0.5em 0.5em grey;
}

.column-side-panel h4 {
    font-family: 'Oswald', sans-serif;
    margin: 0;
}

.column-data-panel {
    float: left;
    width: 50%;
}


/* Line Break Styles */
hr.faded {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

hr.subheading {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #b7b5b5, #000000, #b7b5b5);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    width: 50%;
}

/*
Image Styles
*/

/* Centered Image */
.image-centered {
    text-align: center;
    width: 30%;
    margin: auto;
}

.image-centered img {
    width: 100%;
}

/* Image card (Polaroid-like)
Image card contains an image and a text div
*/
.image-card {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}

.image-card img {
    width: 100%;
}

.image-card-text {
    padding: 1em;
}

/* Project Highlight Box */
.project-overview {
    width: 90%;
    margin: auto;
    border-style: solid;
    padding: 1em;

    font-family: 'PT Serif', serif;
    font-size: 1.25em;
}

.project-overview h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.25em;
}



.project-overview-text {
    display: inline-block;
    width: 68%;
    text-align: justify;
    vertical-align: top;
    padding-right: 1em;
    
}

.project-overview-image {
    display: inline-block;
    width: 29%;
    text-align: center;
}
.project-overview-image img {
    width: 100%;
    margin-bottom: 1em;
}

.project-overview-link {
    width: 99%;
    text-align: right;
    margin-top: 1em;
}

.project-overview-image a {
    background-color: #008CBA; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 1.25em;    
}

.project-overview-image a:hover {
    background-color: rgb(106, 202, 235);
}

.project-overview-partners img{
    display: inline-block;
    width: 5%;
    margin: 0.5em;
}

.project-overview p {
    margin-top: 0;
}


/* Image Background
Div with full background image. Set background for div
*/
.image-background {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
    height: 150%;
}

.image-background h1 {
    margin: 0;

    font-family: 'Cinzel', serif;
    text-align: center;
    font-size: 3em;
}

.image-background h2 {
    margin: 0;

    font-family: 'Cinzel', serif;
    text-align: center;
    font-size: 1.5em;
    font-style: oblique;
}

.drop-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Modal Box

*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
} 

/*
FORM STYLES
*/
form {
    width: 80%;
    margin: 0 auto;
}
.button {
  background-color: #6BA1B5;
  border: none;
  color: white;
  padding: 1em 1.5em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  margin: 4px 2px;
  cursor: pointer;
}

.button:hover {
    background: #335A69;
}

.button-generic {
  border: none;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
}

input[type=text], select {
  width: 100%;
  padding: 0.5em;
  margin: 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}
.contact_form button{
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.contact_form button:hover{
    background-color:#95d097;
}
/*
Table Styles
*/
.table-main {
    border-collapse: collapse;
    width: 90%;
    margin: auto;
}

.table-main th, td {
    text-align: left;
    padding: 8px;
}

.table-main tr {
    background-color: #ffffff;
}

.table-main tr:nth-child(even){
    background-color: #f2f2f2;
}

.table-main th {
    background-color: #679DB1;
    color: white;
}

.hover-box:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tool-title {
    margin: 0 auto;
    margin-top: 1em;
    color: #000000;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

/* jQuery UI Modifications */
.ui-dialog-titlebar {
    font-family: 'Oswald', sans-serif;
    background-color: #843EA4;
    color: #FFFFFF;
}

.ui-dialog {
    margin: auto;
    text-align: justify;
    font-family: 'PT Serif', serif;
    font-size: 1.25em;
}

.ui-dialog a {
    color: #5C9DC0;
}

/* Tabs */
.tab {
    overflow: hidden;
    margin-left: 3em;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: #35C8DB;
    color: black;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    margin-left: 0.5em;
    border-radius: 5px 5px 0 0;
    transition: 0.3s;
    margin-bottom: 0;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #68a0b4;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #067F8F;
    color: white;
}

/* Style the tab content */
.tab-content {
    display: none;
    padding: 0;
    margin-left: 3em;
    padding-left: 1em;
    padding-top: 1em;
    background: white;
} 

.tab-content h2 {
    color: #DB7D35;
    font-family: 'Oswald', sans-serif;
    font-size:1.5em;
    margin: 0;
}

.table-container {
    width: 100%;
}

.article-container {
    width: 100%;
    font-size: 0.7em;
}

.article-container-tabbed {
    background-color: white;
}

/*Title*/
.article-container h3 {
    color: #DB7D35;
    font-family: 'Oswald', sans-serif;
    font-size:1.5em;
    font-family: 'Oswald', sans-serif;
    margin: 0;
}

/*Subtitle*/
.article-container h4 {
    font-style: italic;
    font-family: 'Oswald', sans-serif;
    margin: 0;
}

/* Article Content */
.article-left {
    width: 100%;
    display: inline-block;
    font-size: 1.25em;
}

.article-left h2 {
    font-size:1em;
    font-family: 'Oswald', sans-serif;
    margin: 0;
}

.image-sidebar-right {
    float: right;
    width: 30%;
}

.image-sidebar-right img {
    width: 100%;
    margin: 1em;
}

.column-container-dashboard{
    display: block;
    width: 90%;
    margin: auto;
    padding-top: 1em;
    padding-bottom: 5em;
    margin-bottom: 0em;
    overflow: hidden;
}

.column-dashboard-tile {
    width: 33%;
    height: 15em;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    font-family: 'Oswald', serif;
    font-size: 1em;
    color: #8F4914;
}

.column-dashboard-tile img {
    background: white;
    padding: 1em;
    height: 60%;
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.column-dashboard-text {
    width: 33%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    font-family: 'Oswald', serif;
    font-size: 1em;
    color: #8F4914;
}

.w-100 {
    width: 100%;
}
