@charset "UTF-8";
@import "roboto.css";

html {
  height: 100%;
}

html,
body {
  background-color: #fff;
  font-family: roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65em;
  margin-left: auto;
  margin-right: auto;
  -webkit-font-smoothing: antialiased;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-height: 100vh;
}

h1 {
  text-align: center;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  text-transform: capitalize;
}

p {
  margin: 0 0 1em;
}

hr {
  border-top: 1px solid #ddd;
  margin-bottom: 15px;
  margin-top: 15px;
}

blockquote {
  background: #eee;
  border-left: 4px solid #069;
  font-size: 1em;
}

@media (max-width: 767px) {

  html,
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 1.5em;
    margin-top: 10px;
  }

  h2 {
    font-size: 1.4em;
  }

  h3 {
    font-size: 1.25em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 1.75em;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

a {
  color: #069;
}

a:active,
a:hover {
  color: #069;
  text-decoration: underline;
}

p a,
blockquote a,
li a {
  font-weight: 700;
}

.button {
  background-color: #7ac143;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  padding: 0 10px;
  display: inline-block;
}

.button:active,
.button:hover {
  background-color: #5fb02b;
  text-decoration: none;
  color: #fff;
}

.button:focus {
  outline: 0;
}

.button span {
  color: #069;
}

.b-arrow {
  background-image: url(../images/ico-arrow-blue.png);
  background-repeat: no-repeat;
  background-size: auto 13px;
  background-position: center right 9px;
  padding-right: 28px;
}

.b-arrow2 {
  background-image: url(../images/ico-arrow-blue.png);
  background-repeat: no-repeat;
  background-size: auto 21px;
  background-position: center right 20px;
  padding-right: 50px !important;
}

.heroContainer .button,
.articleBody .button {
  display: inline-block;
  font-size: 1.25em;
  margin: 30px auto;
  padding: 15px 25px;
  text-transform: uppercase;
}

.logo {
  display: inline-block;
  box-sizing: border-box;
  width: 260px;
  height: 46px;
  float: left;
}

.logo img,
.footerLogo img {
  width: 100%;
  border: none;
  outline: none;
}

.containerHeader {
  background-color: #009c79;
  border-bottom: 4px solid #9c0023;
  padding: 5px 0 10px;
  width: 100%;
}

header {
  font-size: 0.85em;
  height: 46px;
  width: 100%;
}

header .button {
  margin-top: 10px;
}

@media (max-width: 767px) {
  header {
    background-size: 150px 28px;
    height: 28px;
    width: 100%;
  }

  header .button {
    font-size: 1em;
    margin-top: 3px;
  }

  .logo {
    width: 160px;
    height: 28px;
  }
}

.containerBody {
  margin-bottom: 100px;
  margin-top: 20px;
}

.articleInfo {
  color: #999;
  font-size: 0.85em;
  line-height: 1.5em;
}

.articleCategory {
  color: #069;
  font-weight: 700;
  text-transform: uppercase;
}

.articleAuthor {
  color: #069;
  font-size: 0.85em;
  text-align: left;
}

.photoAuthor {
  height: 25px;
  margin-right: 8px;
  width: 25px;
}

.articleHeadshot {
  border: 1px solid #069;
}

.socialButtons {
  text-align: right;
}

#hero {
  height: auto;
  margin: 20px 0 1.5em;
  width: 100%;
}

.articleBody {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.containerArticleImage {
  margin: 20px 0 1.5em;
}

.articleImageContainer {
  margin-bottom: 15px;
}

.articleImageContainer img {
  margin-left: auto;
  margin-right: auto;
}

.trusted {
  margin-bottom: 15px;
}

#disclaimer {
  color: #999;
  font-size: 0.75rem;
  line-height: 1.5em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 940px;
}

@media (max-width: 767px) {
  .containerBody {
    margin-top: 10px;
  }
}

.containerFooter {
  background-color: #009c79;
  margin-top: auto;
  padding: 30px 0 50px;
  width: 100%;
}

footer {
  color: #f4f5e6;
  font-size: 0.65em;
  line-height: 1.25em;
}

footer .footer-disclaimer {
  font-size: 13px;
  line-height: 1.5em;
  margin-top: 14px;
}

footer .footer-copyright {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 10px;
}

@media (max-width: 767px) {
  footer .footer-disclaimer {
    font-size: 12px;
  }

  footer .footer-copyright {
    font-size: 14px;
  }
}

.footerLogo {
  height: 28px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

.footerNav li a {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}

.infoTable {
  color: #666;
  font-size: 20px;
  line-height: 1.35em;
  margin: 20px 0 2em;
  text-align: center;
  width: 100%;
}

.infoTableHeader {
  background-color: #7ac143;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2px;
  padding: 2px 10px;
  text-transform: uppercase;
}

.infoTableContent {
  background-color: #efefef;
  min-height: 190px;
  padding: 10px 15px 15px;
}

@media (max-width: 767px) {
  .infoTable {
    margin: 20px 0 1em;
  }

  .infoTableContent {
    margin-bottom: 20px;
    min-height: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .infoTable {
    margin: 20px 0 1em;
  }

  .infoTableContent {
    margin-bottom: 20px;
    min-height: 140px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

.stateText {
  fill: #fff;
  pointer-events: none;
}

.stateImage {
  fill: #f8991d;
}

.stateButton {
  fill: #000;
}

.stateImage,
.stateButton {
  cursor: pointer;
  transition: 0.4s;
}

.stateImage:hover,
.stateButton:hover {
  fill: #c00;
}

.containerAge {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 600px;
}

.containerAge h3 {
  color: #069;
  text-align: center;
}

.containerAge .row {
  display: flex;
  justify-content: center;
}

.containerAge .buttonAge {
  background-color: #eee;
  border: 2px solid #fff;
  font-size: 1.25em;
  padding: 25px 0;
  text-align: center;
}

.containerAge .buttonAge:hover {
  background-color: #ddd;
}

.containerAge .buttonAge a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .containerAge {
    max-width: 300px;
  }
}