@charset 'UTF-8';

/* HTML Styles */


html,
html * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Body Styles */

body {
	margin: 0 auto;
}

p   {
    margin-bottom: 15px;
    margin-left: 0.3em;
    margin-right: 0.3em;
    font-size: 1.1em;
}

/* Wrapper Styles */

#wrapper {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0px;
}


/* Header Styles */

header {
	position: relative;
    z-index: 1;
    top: 0;
	left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    }

/* Style for Tables  */

.table {
  margin-left: auto; 
  margin-right: auto;
}

.table th {
    font-size: 1.25em;
    height: 70px;
}

.table td {
    text-align: left;
    height:25px;
}

.table a
{
    display:block;
    text-decoration:none;
}

.blue-dot{
    width: .75em;
}

.green-dot{
    width: .75em;   
}

.green-dot-paragraph{
    width: .75em;
    float: left;
}

/* Styles for Images */

img {
    float: right;
    margin-right: .3em;
    margin-left: .3em;
}

.schedule{
    float: right;
    width: 800;
    border: 1px;
    solid: #dee6ef;
    margin-right: 10em;
}

figcaption {
    float: right;
}

.map {
    position: relative;
    z-index: 1;
    width: 99.55%;
    margin-left: 0.5em;
    margin-right: 0.0em;
    padding-right: 0.0em;
    margin-bottom: 0em;
}


h1 {
	color: #000;
	text-transform: none;
	font-size: 2em;
	letter-spacing: 0.5em;
    margin-bottom: 1.0em;
}

h2 {
    color: #000;
	text-transform: none;
	font-size: 1.5em;
    margin-bottom: 0.5em;
    margin-top: 1.0em;
    text-align: center;
	
}
/* Navigation Section Styles */

nav {
    background-color: #0929ac;
    height: auto;
    margin-left: 0.3em;
}

nav ul {
    list-style-type: none;
}

nav li {
	display: inline-block;
	width: auto;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .02em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro sans-serif;
}

nav a {
    color: #dee6ef;
    text-decoration-line: none;
    
}

a:hover {color: #13f249;
}


/* Main Section Styles */

/* story-images-container child Story Styles */

.the-story {
	position: relative;
	display: inline-block;
    height: auto; 
	background-color: #dee6ef;
    margin-left: 0.3em;
    padding: 0.3em;
    width: 100%;
}

.story-heading{
    line-height: 1.8em;
    background-color: #dee6ef;
    text-align: center;
}

/* blogs specific styles */

.blog-date{
    line-height: 1.5em;
    background-color: #dee6ef;
    text-align: center;
}

.blog-margins{
    margin-left: 3em;
}

/* story-images-container child Artwork Styles */


.artwork {
    flex: 1;
    border: 6px solid rgba(25,233,95,1.00);
}

.artwork-child {
    float: right;
}


/* Dropdown styles for Daily Blogs and Daily Media dropdown lists */

.row {
  display: flex;
}

.dropdown-content {
    flex: 33.33%;
    padding: 5px;
}

.dropbtn {
    background-color: #0929ac;
    color: white;
    padding: 10px;
    font-size: 14px;
    border: none;
    width: 8em;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin: 0em auto 0em;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 4px 4px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #52c2cb;
    color: black;
}

.dropdown:hover .dropdown-content     {display: block;
}

.dropdown:hover .dropbtn {
    background-color: #52c2cb;
}


/* style used to provide a scroll region for the daily blogs - thus enbaling a top button to always be visibl in the row div */

.blog-scroll-region{ 
    overflow: auto;
}

/* Styles used for the automatic TOP button display */

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}


/* Styles used for Tracking */

/* Tracking <LI> needs indent and bullets */

ul {
    padding-left: 0;
    list-style: inside;
    }

ul li {
    position: relative;
    padding-left: 48px;
    margin-bottom: 8px;
    font-size: 1.1em;
    }

/* Tracking sample map also needs it own spec as the bottom spacing is different from the Header map */

.sample-map {
    position: relative;
    z-index: 1;
    width: 99.55%;
    margin-left: 0.5em;
    margin-right: 0.0em;
    padding-right: 0.0em;
    margin-bottom: 02em;
}


/* Footer Section Styles */

footer {
    background-color: #0929ac;   
    margin-left: 0.3em;
    padding: 0.3em;
}

footer ul {
    list-style-type: none;
}

footer li {
	
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .02em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro sans-serif;
}

footer a {
    color: #dee6ef;
    text-decoration-line: none;
    
}










