@import url('https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:700&display=swap');

/* Health Yourself CSS*/

.n11602 .titleinner {
  background: none;
}
.n11602 #title h1 {
  background: url(../gfx/health-yourself-logo@2x.png) 23px 60px no-repeat;
  background-size: 186px;
  color: #84be1a;
  font-size: 45px;
  max-width: 100%;
}
.OTAGO710755 #title h1 {
  color: #84be1a;
  font-size: 45px;
  max-width: 100%;
}
#content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.OTAGO710755 #content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.OTAGO710755 #content .introduction {
  /*background: url(../gfx/health-yourself-logo.png) right 0 no-repeat;
  background-size: 114px;*/
  min-height: 100px;
  margin-bottom: 35px;
  width: 100%;
}
#content h2 {
  font-size: 32px;
  margin-bottom: 28px;
}
.OTAGO710755 #content .introduction h2 {
  font-size: 30px;
  line-height: 1.3;
}
#content h3 {
  font-family: 'Amsi pro condbold', Helvetica, Arial, sans-serif;
  margin-bottom: 14px;
  margin-top: 21px;
}
#content h3 strong {
  color: #84be1a;
}
.message-box {
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 20px #f5f5f5;
  box-shadow: 0 10px 20px #f5f5f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin-bottom: 46px;
  padding: 14px;
  position: relative;
}
.no-flexbox .message-box {
  float: left;
  margin-right: 5.1%;
  width: 29.9%;
}
.no-flexbox .message-box:nth-of-type(3n+1) {
  margin-right: 0;
}
.OTAGO710755 #content .message-box h2 {
  border-bottom: 0;
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 32px;
  font-style: italic;
  margin-top: 14px;
  padding: 21px 20px 0 20px;
  line-height: 1.0;
  text-align: center;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
#content .message-box h2 span {
  color: #85be19;
}
#content .message-box h2:after {
  background: #85be19;
  content: '';
  display: block;
  height: 3px;
  margin-bottom: 70px;
  margin-left: calc(50% - 40px);
  margin-top: 25px;
  width: 80px;
}
#content p {
  line-height: 1.5;
}
#content .message-box p {
  font-size: 13px;
  left: calc(50% - 55px);
  position: absolute;
  text-align: center;
  bottom: 7px;

}
#content .message-box p a {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 18px;
  display: inline-block;
  margin-top: 14px;
  padding: 7px 14px;
}
#content .content-button.content-next a {
  background-color: #84be1a;
  border: 2px solid #6fa114;
  border-radius: 18px;
  color: #ffffff;
  font-family: 'Amsi pro condbold', Helvetica, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-top: 21px;
  padding: 1px 35px 5px 14px;
}
#content .content-button.content-next a:hover {
  background-color: #6fa114;
  border: 2px solid #6fa114;
}
#content ul,
#content ol {
  margin-left: 16px;
}
#content ul li {
  list-style-image: url(/_assets/_gfx/arrow-grey-forward.svg);
  margin-bottom: 7px;
  margin-left: 0px;
}
#content ol {
  color: #84be1a;
  font-family: 'Amsi pro condbold', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
#content ol li {
  margin-bottom: 7px;
}
#content ol li span {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
#content table {
  border: 1px solid #dddddd;
}
#content table th {
  background: #f9f9f9;
  font-family: 'Amsi pro condlight', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 14px;
}
#content table th:nth-of-type(1) {
  min-width: 30%;
}
#content table td {
  font-size: 14px;
  padding: 14px;
}
#content .focus-box {
  background: #84be1a;
  border-radius: 3px;
/*   display: inline-block; */
  display: auto;
  text-align: center;
  padding: 100px 200px 50px 200px;
  margin-bottom: 50px;
  font-size: 100px;
  margin-top: -20px;
}
#content .focus-box h2 {
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 100px;
  font-style: italic;
  line-height: 100px;
  padding-bottom: 30px;
  transform: rotate(-5deg);
}
#content .focus-box p:first-of-type{
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 30px;
}
#content .focus-box p:last-of-type{
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 25px;
  padding: 10px;
  margin-top: 40px;
  border-radius: 30px;
  background-color: #f5f5f5;
/*   border: 1px solid #dddddd; */
  width: 50%;
  display: inline-block
}
#content .focus-box a {
  border-bottom: none;
}
#content .focus-box h2 span {
  color: #f9f9f9;
}
#content .focus-box h2:after {
  background: #f9f9f9;
  content: '';
  display: block;
  height: 5px;
  margin-left: calc(50% - 110px);
  margin-top: 35px;
  width: 200px;
}
.OTAGO733831 #title h1 {
  font-size: 55px;
}
.OTAGO733831 #content h2 {
  font-size: 45px;
}
.OTAGO733831 #content h3 {
  color: #555555;
  font-size: 25px;
  margin-bottom: 21px;
}
.OTAGO733831 #content p,
.OTAGO733831 #content ul li,
.OTAGO733831 #content ol li {
  font-size: 16px;
  line-height: 1.6;
}
.OTAGO733831 #content ol li {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
#content ul.pagesubnav {
  background: #f9f9f9;
  border: 1px solid #dddddd;
  padding-bottom: 14px;
  padding-top: 21px;
}
#content ul.pagesubnav li {
  margin-bottom: 7px;
}
#content ul.pagesubnav li a {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}




@media only screen and (min-width: 701px) and (max-width: 768px) {
  .message-box {
    -ms-flex-preferred-size: 47.5%;
    flex-basis: 47.5%;
    margin-bottom: 21px;
  }
}




@media only screen and (max-width: 700px) {
  .n11602 #title h1 {
    background: url(../gfx/health-yourself-logo@2x.png) 0px 35px no-repeat;
    background-size: 186px;
    font-size: 40px;
  }
  #content,
  .OTAGO710755 #content {
    width: 97%;
  }
  .OTAGO710755 #content .introduction {
    margin-bottom: 21px;
  }
  .message-box {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    margin-bottom: 28px;
    padding: 10px;
  }
  .OTAGO710755 #content .message-box h2 {
    font-size: 27px;
    line-height: 1.2;
    padding: 0;
  }
  #content .message-box h2::after {
    margin-bottom: 65px;
    margin-left: calc(50% - 35px);
    margin-top: 14px;
    width: 70px;
  }
  #content table tr:last-child {
    border-bottom: 1px solid #dddddd;
  }
}




@media only screen and (max-width: 500px) {
  .n11602 #title h1 {
    font-size: 36px;
    line-height: 1.2;
  }
  .OTAGO710755 #content .introduction h2 {
    font-size: 27px;
    line-height: 1.3;
  }
  .message-box {
    -ms-flex-preferred-size: 47.5%;
    flex-basis: 47.5%;
    margin-bottom: 21px;
  }
  #content .focus-box {
    background: #84be1a;
    border-radius: 3px;
    box-sizing: border-box;
    display: auto;
    margin-bottom: 30px;
    margin-top: -20px;
    padding: 60px 50px 30px 50px;
    text-align: center;
    width: 100%;
  }
  #content .focus-box h2{
    /*   font-family: 'Saira Extra Condensed', sans-serif; */
    font-size: 50px;
    font-style: italic;
    line-height: 50px;
    padding-bottom: 5px;
    transform: rotate(-5deg);
  }
  #content .focus-box p:first-of-type{
    font-family: 'Amsi pro condlight', Helvetica, Arial, Geneva, sans-serif;
    font-size: 23px;
    line-height: 28px;
  }
  #content .focus-box p {
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 20px;
  }
  #content .focus-box p:last-of-type {
   margin-top: 20px;
  }
  #content .focus-box h2 span {
    color: #f9f9f9;
  }
  #content .focus-box h2:after {
    background: #f9f9f9;
    content: '';
    display: block;
    height: 3px;
    margin-left: calc(50% - 45px);
    margin-top: 35px;
    width: 80px;
  }
  /*   #content .focus-box a:last-of-type {
    padding:
  } */  
}




@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .message-box {
    flex-basis: 27%;
  }
}
