/*
Used by /info and /film
*/
.contentPanel { /* fix for brigman on film pages */
    line-height: 0 !important;
}
.layerSection-recreation {
    displayX: none !important;
}
.horizontalSection {
  displayX: none !important;
}
.shortLogo {
  display: none !important;
}

.aboveNavBar {
  min-height: auto !important;
}
.colorAbove {
  display: none !important;
}
.horizontalSection { /* corrects gap at top */
  /* bottom: auto !important; */
  /* top: 0 !important; */
}
.titleMenuHolder {
  display: none !important;
}
.moduleJS .navTop {
  border-bottom: 0px !important;
}
.legalInfo {
  font-size: 14px !important;
  line-height: 20px;
  font-family: 'Open Sans', 'Helvetica Neue', HelveticaNeue, calibri, arial, sans-serif;
}
h2 {
  line-height: 28px !important;
}
@media (min-width:801px) {
  .horizontalLogo {
    display: none !important;
  }
  .regularLogo {
    padding-top: 4px !important;
    display: block !important;
  }
  .regularLogo img {
    height: 85px !important;
  }
}
@media (max-width: 799px) {
  .leftMarginMobile {
    margin-left:20px;
  }
}

/*
.titleText {
  display: none !important;
}
*/
.field-defense {
  /* temp */
  display: block !important;
}

.showTopicsMenu {
    display: none !important;
}
.siteHeaderImage, .sitemoduleBackground {
    /* display: none !important; */
}
.horizontalLogo {
  text-align: left !important;
}

body {
  /* background: #1a1a1a !important; */ /* Move into params when site has hero image */
}
.moduleJS p {
  font-size: 15px; /* For #questions  */
  line-height: 22px;
  padding-bottom: 10px;
}
.moduleContent {
  display: block !important;
}
.moduleJS .navTopLeft .horizontalSectionMenu .sectionLink {
  margin-topX:4px !important; /* Need to figure out why this hack is not needed with index.html page. */
}
.introRect {
  color: #fff;
  background-color: rgba(33, 33, 33, 0.5);
  background-color: rgba(11, 11, 11, 0.8);
  margin: 0 auto;
  padding: 30px;
  max-width: 500px;
  font-size: 22px;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 0px;

  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  border-radius: 4px;
}
.introRectTitle {
  font-size: 26px;
  line-height: 28px;

  font-weight: 500;
  font-size: 32px;
  line-height: 38px;

  margin-bottom: 8px;
  margin-bottom: 14px;
  text-align: center;
}
.introRectBody {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
  text-align: center;
}
h2 {
  font-size: 22px !important;
  font-weight: bold !important;
  text-transform: uppercase;
}
.moduleContent .introText a {
  color: #3d90b8 !important;
}
.moduleContent .introText a:hover {
  color: #095988 !important;
}
.moduleContent .basicButton {
    min-width: 240px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800 !important;
    color: #fff !important;
    margin: 0px !important;
    margin-bottom: 10px !important; /* For mobile when stacked. */
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 4px !important;
    text-align: center;
}
.moduleContent .basicButtonHolder {
  margin-top:10px; margin-bottom: 40px; text-align: center;
}
.moduleContent .basicButton {
  font-size: 18px !important;
}

@media (max-width: 799px) {
  .introRect {
    margin-top: 80px !important;
  }
}

@media (max-width: 500px) {
  .introRect {
    font-size: 18px;
    line-height: 24px;
  }
  .introRectTitle {
    font-size: 28px;
    line-height: 26px;
  }

  #honeycombPanelHolder {
    display: none !important; /* Until background images appear */
  }
  .footerContent {
    display: none;
  }
}
@media (max-width: 799px) {
  .moduleContent .basicButton {
    width:100%;
  }
  .moduleContent .basicButtonHolder {
    margin-bottom: 40px;
  }
}
.moduleContent .liteGreenButton {
  background-color: #D6E058;
  color: #333 !important;
  font-size: 22px !important;
}
.moduleContent .liteGreenButton:hover {
  background-color: #fff;
}
.btnChatHide {
  display: none !important;
}
#honeycombPanel {
  background-color: #fff;
  padding-top: 30px;
}

.getstartedTitle {
  font-weight: normal;
  color: #606060;
  margin-bottom: 14px;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.getStartedColumn {
  width:33%;
  float:left;
  margin-bottom: 20px;
}
.getStartedColumnInside {
  padding-right:40px;
}
@media (max-width:700px) {
  .getStartedColumn {
    width:100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #999;
  }
}
.primaryStats {
    padding-top: 20px !important;
    text-shadow: none !important;
    color: #333 !important;
}
.fatThumbText {
  /* color: #5fab1b !important; */
}