/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}


html {
font-family: "Arial", "Atkinson Hyperlegible", sans-serif;
}

body {
/**  background-image: url("../images/blueburst.jpg");
  background-position: center 0px;
  background-repeat: no-repeat; */
}

.logo-img {
    max-height: 64px!important;
    padding: 15px 0!important;
}

.nav-wrapper .input-field input[type=search] {
  height: 64px;
}
.nav-wrapper input[type="search"]:focus {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
nav .input-field label {
  max-height: 64px;
  top: -12px;
}
.nav-wrapper input[type="search"]:focus ~ .label-icon.active {
  position: fixed;
  left: 10px;
}
.nav-wrapper input[type="search"]:focus ~ .closed {
  position: fixed;
  right: 10px;
}

#google-search-label.active {
    display:none;
}

.ondemand img {
    float:left;
    margin-right:8px;
    margin-bottom:8px;
}

.ondemand .bottom {
  width:100%;
  text-align:right;
  clear:both;
  margin-top:4px;
  margin-bottom:10px;
}

.ondemand {
      clear:both;
}

.dateposted {
font-style: italic;
    margin-bottom:10px;
}


.prevpage {
  float:left;
}
.nextpage {
  float:right;
  
}

.sidebar-box {
  border-width: 1px;
  border-color: #cecece;
  border-style: solid;
  border-radius:0px;
  margin-bottom:10px;
}

.sidebar-box img {
    width:100%;
    height:auto;
}

.sidebar-box a {
  font-weight: bold;
}

div.sidebar-box p{
  padding:8px;
  width:100%;
}

div.sidebar-box ul li, div.section ul li{
        list-style: disc;
            list-style-position: outside;

        margin-left: 20px;
}

.sidebar-title{
    color:white;
    padding:8px;
    margin:0;
    font-weight:bold;
}

.sidebar-title a {
    color:white;
}

table td{
        border: 1px solid black;
}

.aright {
  vertical-align: top;
}

.aleft {
  vertical-align: top;
}

select {
    display:block;
            border: 1px solid black;
  width: 50%;

}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.75rem;
}

th {
  text-align: center;
}

.ondemandplayer {
/** position:relative;
  margin-bottom:15px;
  margin-left:auto;
  margin-right:auto;
  width:100%; 
height:0px;
padding-bottom:56.25%; */
}

img.inlineright {
  float: right;
  padding-top: 1em;
  padding-right: 0em;
  padding-bottom: 1em;
  padding-left: 1em;
}

img.inlineleft {
  float: left;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 0em;
}

.dateline {
  font-style: italic;
}

.tags p:not(:last-child):after { content: ","; }


strong {
    font-weight: bold !important;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}