.mobileOnly {
  display: inline-block !important;
}

.noMobile {
  display: none !important;
}

.mobileFull {
  width: 100% !important;
  float: none;
}

#mobile {
  width: 0;
  height: 0;
}

.photoBox {
  display: block;
  text-align: center;
  margin: 10px auto;
  float: none;
}

.centeredImageBox {
  width: 90%;
  margin: 1.0em 5%;
  text-align: center;
  position: relative;
}
.centeredImageBox img {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 100% !important;
}

.centeredVideoBox {
  width: 90%;
  margin: 1.0em 5%;
  text-align: center;
  position: relative;
}
.centeredVideoBox iframe {
  position: relative;
  width: 300px;
  height: 168px;
  margin: 0 auto;
  border: 0;
}
@media screen and (min-width: 500px) {
  .centeredVideoBox iframe {
    width: 500px;
    height: 280px;
  }
}

img {
  max-width: 500px;
  height: auto;
}
@media screen and (max-width: 500px) {
  img {
    max-width: 480px;
  }
}
@media screen and (max-width: 320px) {
  img {
    max-width: 300px;
  }
}

.page {
  margin: 0 auto;
  width: 95%;
}
.page .upperNav {
  display: none;
}
.page #mobileMenu {
  float: right;
}
.page .topBar {
  position: relative;
  width: 100%;
  height: 70px;
  text-align: left;
  background-size: cover;
}
@media screen and (min-width: 600px) {
  .page .topBar {
    height: 120px;
  }
}
@media screen and (min-width: 800px) {
  .page .topBar {
    height: 150px;
  }
}
.page .topBar .logoTop {
  margin: 5px;
  width: auto;
  height: 60px;
}
@media screen and (min-width: 600px) {
  .page .topBar .logoTop {
    height: 90px;
  }
}
@media screen and (min-width: 800px) {
  .page .topBar .logoTop {
    height: 120px;
  }
}
.page .topBar .logoTop.full {
  height: 70px;
}
@media screen and (min-width: 600px) {
  .page .topBar .logoTop.full {
    height: 120px;
  }
}
@media screen and (min-width: 800px) {
  .page .topBar .logoTop.full {
    height: 150px;
  }
}
.page .navBar {
  display: none;
}
.page .titleBar {
  background-image: none !important;
  height: 70px;
}
.page .titleBar h1 {
  font-size: 1.2em;
  padding-top: 0.4em;
}
.page .titleBar h2 {
  font-size: 0.8em;
  margin: 0.4em 1.0em;
}
.page .footer {
  height: auto;
}
.page .footer .footerItem {
  top: 0;
  -webkit-transform: none;
  transform: none;
  position: relative;
  display: inline-block;
  margin: 1.0em 2.0em;
  font-size: 0.65em;
  line-height: 1.5em;
}

#mobileCompatibility {
  margin: 30px 0;
  background: #666666;
  color: #fff;
  border-radius: 4px;
  text-align: center;
}
#mobileCompatibility p {
  margin: 0;
  padding: 0.25em 0.5em;
  font-family: "Lora", serif;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 1.2em;
}

#mobileMenu {
  display: none;
}

.slicknav_menu {
  display: block;
}

.slicknav_nav a.socialLink {
  display: inline-block !important;
  margin-right: 0;
}
.slicknav_nav a.socialLink:after {
  content: "" !important;
}
.slicknav_nav a.socialLink img {
  float: left;
  width: 30px;
  height: auto;
  margin: 5px 0 0 0;
}

.topLock {
  display: block;
  position: fixed;
  bottom: 0;
  left: 15px;
  width: 100px;
  z-index: 1000;
  background: #666666;
  color: #fff;
  text-align: center;
  padding: 6px 3px;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  font-family: "Lora", serif;
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: 0.5s ease-in-out;
}
.topLock.on {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

.rightFullMobile {
  width: 98%;
  margin: 0 1%;
  padding-left: 0;
}
.rightFullMobile img {
  max-width: 250px;
  height: auto;
}
.rightFullMobile img.right {
  float: none;
  margin-left: 0;
  margin-bottom: 10px;
  display: block;
  max-width: 200px !important;
}
.rightFullMobile .yearsNav {
  width: 100%;
  text-align: center;
}
.rightFullMobile .yearsNav p {
  text-align: center;
}

.relatedLinks h2 {
  color: #666666 !important;
  font-family: "Cinzel", serif !important;
  font-weight: normal !important;
  font-size: 1.75em !important;
  line-height: 1.25em !important;
}
.relatedLinks h3 {
  margin: 1.0em 0 0.5em 0 !important;
}
.relatedLinks p {
  margin-bottom: 0.5em !important;
}
.relatedLinks ul {
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-left: 20px;
}
