@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
    scroll-behavior: smooth;
}
/* styles from dmsite.css and theme.css need to be overridden for parallax pages*/
/*from dmsite.css styles*/
body#sitebody, body {
background-color: #ffffff; /*normal color*/
/*background-color: lavender; spirit day color*/
color: #4e4e4e;
font-size: 1em;
line-height: 1.5em;
margin: 0;
padding: 0;
text-align: left;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
height: 100%;
}
.parallax {
/* Set a specific height */
height: 100%;
margin-top: -13px;
/* Create the parallax scrolling effect */
background-color: #002840;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-bottom: -67px; /*added to compensate for margin added to flush main*/
}
/*parallax-no-roster should be the same as parallax except for the margin-top. why is it not behaving the same as parallax on iphones? has to do with background-attachment. */
.parallax-no-roster {
/* Set a specific height */
height: 20%;
/*margin-top: -13px;*/
/* Create the parallax scrolling effect */
background-color: #002840;
background-attachment: fixed; /*turning this off in BrowserStack seems to fix the image display on the iPhone. added a style in media query line 253*/
background-position: center; 
background-repeat: no-repeat;
background-size: cover;
margin-bottom: -67px; /*added to compensate for margin added to flush main*/
}
.parallax-no-roster-no-title  {
/* Set a specific height */
height: 10%;
/*margin-top: -13px;*/
/* Create the parallax scrolling effect */
margin-bottom: -67px; /*added to compensate for margin added to flush main*/
}
/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
.parallax-rollup {
/* Set a specific height */
height: 30%;
/*margin-top: -13px;*/
/* Create the parallax scrolling effect */
background-color: #002840;
background-attachment: fixed;
background-position: left;
background-repeat: no-repeat;
/*background-size: cover;*/
margin-bottom: -67px; /*added to compensate for margin added to flush main*/
}
/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
.rosterButton, .forPressButton, .subscribeButton, .jumboButton {
margin: 1.2em 5em 5em;
position: -webkit-sticky;
position: sticky;
top: 85%;
z-index: 1000;
text-align: right;
}
h1.jumboheading {
color: #ffffff;
font-size: 4em;
font-family: 'Roboto', sans-serif;
font-weight: 700;
padding: 0 1em;
text-transform: uppercase;
margin: 0px;
position: absolute;
bottom: 30%;
text-shadow: 0 0 35px black;
}
h1.jumboheading-rollup {
color: #ffffff;
font-size: 3.5em;
font-family: 'Roboto', sans-serif;
font-weight: 700;
padding: 15px;
margin: 0 3em;
text-transform: uppercase;
position: absolute;
top: 11%;
/*bottom: 30%;*/
text-shadow: 0 0 35px black;
justify-content: left;
background: rgba(0, 40, 64, 0.8);
min-width: 75%;

}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
.rosterButton, .forPressButton, .subscribeButton, .jumboButton {
margin: 1.2em 5em 5em;
position: absolute;
z-index: 100;
}
h1.jumboheading {
bottom: 35%;
}
#messageBox {
	position: absolute;
}
.scrolly {
position: absolute;
}
.img-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 5em;
text-align: right;
}
.img-overlay:before {
content: ' ';
display: block;
/* adjust 'height' to position overlay content vertically */
height: 70%;
}
}
/*end IE styles*/
.flush-main {
background: #fff none repeat scroll 0 0;
padding-bottom: 50px;
padding-left: 0;
padding-right: 0;
}
@media (min-width: 1200px) {
h1.jumboheading {
padding: 0 1em;
}
}
@media (max-width: 1439px) and (orientation: portrait) {
h1.jumboheading {
font-size: 4em;
padding-left: 1em;
bottom: 25%;
}
h1.jumboheading-rollup {
font-size: 2.5em;
padding: 5px 10px;
margin: 0 1em;
}
}
@media (max-width: 1439px) and (orientation: landscape) {
h1.jumboheading {
font-size: 3em;
padding-left: 1em;
}
h1.jumboheading-rollup {
font-size: 2.5em;
padding: 10px 10px;
margin: 0 1em;
}
.rosterButton, .forPressButton, .subscribeButton, .jumboButton {
margin: 1.2em 2em 5em;
}
}
@media (max-width: 767px) {
h1.jumboheading {
font-size: 1.8em;
padding-left: 1em;
bottom: 30%;
}
h1.jumboheading-rollup {
font-size: 1.6em;
padding-left: 1em;
top: 14%;
}
.rosterButton, .forPressButton, .subscribeButton, .jumboButton {
margin: 1.2em 2em 5em;
}
}
/*end dmsite.css*/
#messageBox {
position: sticky;
top: 85%;
left: 0;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
#messageBox * {
margin: 0.2em
}
#messageBox div {
text-align: center
}
#messageBox h3 {
color: /*#bbb*/white;
font-size: 3.5rem;
letter-spacing: -1px;
text-shadow: 2px 2px 5px rgb(0, 0, 0);
}
#messageBox h3 a:link {
color: white;
text-decoration: none;
}
#messageBox h3 a:hover {
color: lightgray;
text-decoration: none;
border-bottom: 2px white dotted;
}
#messageBox h3 a:active {
color: white;
text-decoration: none;
border-bottom: 2px white dotted;
}
#messageBox h3 a:visited {
color: white;
text-decoration: none;
}
@media only screen and (min-width: 992px) {
#messageBox h1 {
letter-spacing: 1px;
}
}
.scrolly {
position: -webkit-sticky;
position: sticky;
left: 45%;
bottom: 25%;
-ms-transform: translateY(94%);
transform: translateY(94%);
z-index: 3;
}
@media (max-width: 767px) {
#messageBox h3 {
font-size: 1.5rem;
}
}
@media (max-width: 480px) {
#messageBox {
display: flex; 
bottom: 30%;
    }}

@media (max-width: 480px) and (orientation: portrait) {
h1.jumboheading-rollup {
font-size: 1.4em;
padding-left: 1em;
top: 13%;
}
.parallax-no-roster {
background-attachment: unset; /*turning fixed off in BrowserStack seems to fix the image display on the iPhone.*/
}
}

@media (max-width: 375px) and (orientation: portrait) {
h1.jumboheading-rollup {
font-size: 1.4em;
padding-left: 1em;
top: 13%;
}
}

@media (max-width: 667px) and (orientation: landscape) {
.parallax-rollup {
/* Set a specific height */
height: 40%;
}
h1.jumboheading-rollup {
font-size: 1.4em;
padding-left: 1em;
top: 25%;
}
}


@media only screen and (max-device-width: 1366px) {
.parallax, .parallax-rollup {
background-attachment: scroll;
}
}
.btn-responsive {
/* matches 'btn-md' */
padding: 6px 12px;
font-size: 14px;
line-height: 1.3333333;
border-radius: 6px;
}
@media (max-width:760px) { 
/* matches 'btn-xs' */
.btn-responsive {
padding: 3px 8px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.img-overlay {
right: 2em;
}
}
/*added for aticles & news items*/
.pub-meta {
  position: absolute;
/*  bottom: 30%;*/
  top: 30%;
  align-items: left;
  justify-content: left;
  background: rgba(0, 40, 64, 0.8);
  padding: 2em;
  margin: 0 3em 0 3em;
}
.pub-meta p {
  color: white;
  text-shadow: 0 0 35px black;
  font-weight: bold;
  margin-left: 4em;
  margin-top: 1em;
  font-size: 1em;
}
h1.pubjumboheading {
  color: #ffffff;
  font-size: 3.5em;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 0 1em;
  margin: 0px;
  text-shadow: 0 0 35px black;
}
h2.jumbosubheading {
  color: #ffffff;
  font-size: 2em;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 0 1em;
  text-transform: uppercase;
  margin: 0px;
  position: absolute;
  top: 15%;
  text-shadow: 0 0 35px black;
}
.article-body {
    width: unset;
}
.pub-meta-print {
	display: none;
}
/*xs*/
@media (max-width: 767px) {
    .pub-meta {
        padding: 1em;
        margin: 0 2em 0 2em;
        top: 20%;
    }
    .pub-meta p {
        margin-left: 1.5em;
    }
    h1.pubjumboheading {
        font-size: 1.5em;
    }
    h2.jumbosubheading {
        font-size: 1.2em;
        top: 10%;
    }
}
/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
   .pub-meta {
        padding: 1em;
        margin: 0 2em 0 2em;
        top: 20%;
    }
    .pub-meta p {
        margin-left: 1.5em;
    }
    h1.pubjumboheading {
        font-size: 2em;
    }
    h2.jumbosubheading {
        font-size: 1.5em;
        top: 10%;
    }
    .article-body {
        width: 710px;
        margin: auto;
    }
}
/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
    h1.pubjumboheading {
        font-size: 3em;
    }
    h2.jumbosubheading {
        font-size: 2em;
        top: 10%; 
    }
}
/*lg*/
@media (min-width: 1200px) {
    
}
#extraInfo-left {
  background-color: #bdcfde;
  position: relative;
  left: 30px;
  width: 245px;
  display: block;
  transition: top 0.3s;
  z-index: 9999;
  padding: 0 10px 15px 10px;
  border: 1px solid #bdcfde;
  border-radius: 3px;
}
#extraInfo-left > p {
  font-size: 0.8em;
  color: #4e4e4e;
  line-height: 1.5em;
  text-align: right;
}

#extraInfo-right {
  background-color: #bdcfde;
  position: relative;
  right: 30px;
  width: 245px;
  display: block;
  transition: top 0.3s;
  z-index: 9999;
  padding: 0 10px 15px 10px;
  border: 1px solid #bdcfde;
  border-radius: 3px;
  text-align: center;
    max-height: 465px;
    overflow-y: auto;
}
/* Hide scrollbar for Chrome, Safari and Opera  */
#extraInfo-right::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#extraInfo-right {
  -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}


#extraInfo-right > p {
  font-size: 0.8em;
  color: #4e4e4e;
  line-height: normal;
  text-align: center;
}

#extraInfo-right.alert > p {
  font-size: 0.8em;
  color: #4e4e4e;
  line-height: normal;
  text-align: left;
  padding: 15px 10px 10px;
}
@media (min-width: 1200px) and (max-width: 1300px) {
    .article-body {
        width: 680px;
        margin: auto;
    }
    #extraInfo-left {
        width: 200px;
    }
    #extraInfo-right {
        width: 200px;
    }
}

@media (min-width: 1300px) and (max-width: 1650px) {
    .article-body {
        width: 730px;
        margin: auto;
    }
    .hidden-md-special {
    display: none !important;
  }
  .visible-md-special {
    display: block !important;
  }
}

@media (min-width: 1921px) and (max-width: 2560px) {
    #extraInfo-left {
        left: 7%;
    }
    #extraInfo-right {
        right: 7%;
    }
}/*end added for aticles & news items*/