@charset "utf-8";
/* CSS Document */
html {
  font-size: 22px;
  font-family: lato;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 22px;
  }
}
* {
  box-sizing: border-box;
}
/* circles */
.outer {
  align-items: center;
  border: 0px solid #ccc;
  display: flex;
  height: 160px;
  justify-content: center;
  max-width: 100%;
  padding: 10px;
  resize: both;
}
svg {
  height: 100%;
}
circle {
  fill: #64a70b;
}
text {
  fill: #fff;
  font-size: 1.5rem;
  font-family: sans-serif;
}
svg text#icon-text {
	
	font-size: 4.7rem!important;
}
/* end circles */
a.cta-color {
  background-color: #64a70b; /* Updates button colors - GREEN3 DEFAULT */
  font-size: 22px;
}
a.cta-color:hover {
  background-color: #4e7518 !important; /* Updates the button hover colors */
}
p, p.lead, ul li, .box {
  color: #36454f;
  line-height: normal;
  font-weight: normal;
  font-weight: 300;
}
h2, h1 {
  xfont-siz: 48px !important;
  color: #64a70b;
  font-weight: normal;
}
h2 {
  font-size: 30px;
}
h1 {
  margin: 3% auto;
  width: 76%;
  text-align: center;
  font-size: 48px;
}
li {
  margin-bottom: 18px;
  line-height: 1.2em;
}
.age-guidelines p {
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 12px;
}
.age-guidelines strong {
  font-size: 20px;
  text-align: center;
  color: #64a70b;
}
.age-guidelines .col-sm-3:not(:last-child) {
  border-right: 1px solid #64a70b;
}
.age-guidelines .col-sm-3 {
    min-height: 327px;
    margin: 29px 0;
    padding-top: 20px;
}


.service-icon {
    background-color: #64a70b;
    border-radius: 20px;
	padding: 40px;
  justify-content: space-between;
  cursor: pointer;
	width:100%;
	border-style: none!important;
	transition: box-shadow 0.3s ease-in-out;
margin: 12px auto;
}

.service-icon:focus 
{
outline-width: 0px!important;	
}

.service-icon:hover 
{
box-shadow:  2px 7px 8px 0px #888888;
	
}



.service-icon img {
	width: 90%;
}

p.service-icon-text {
	    color: #fff;
    font-weight: bold;
    font-size: 23px;
	margin-top: 20px;
	width: 100%;
	text-align: center!important;
}


/* STYLES FOR FULL WIDTH IMAGES (HERO ONLY)*/
#img-full > .img100 {
  margin: 0px !important;
  padding: 0px !important;
}
#img-full > .img100 img.resp-img-lg {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#img-full > .img100 img.resp-img-sm {
  display: none;
}
.highlights {
  background-color: #64a70a40;
  border-radius: 20px;
  padding: 40px;
  margin: 30px 0px;
}
a.hra-button {
  /* cursor: pointer; */
  border: 1px solid white;
  background-color: #24b5d5;
}
a.hra-button:hover {
  /* cursor: pointer; */
  background-color: #2497d5 !important;
}
a.get-screened-button {
  position: absolute;
  z-index: 100;
  top: 72%;
  left: 8%;
  padding: 1% 2% !important;
  border: 1px solid white;
  background-color: #24b5d5;
  font-size: 22px;
}
a.get-screened-button:hover {
  /* cursor: pointer; */
  background-color: #2497d5 !important;
}
/* Create two unequal columns that floats next to each other */
.hra-column {
  float: left;
  padding: 10px;
}
.hra-column img {
  width: 88%;
  height: auto;
}
.hra-left {
  width: 25%;
}
.hra-right {
  width: 75%;
}
.hra-right p {
  text-align: left !important;
  color: white;
  font-family: lato;
}
.hra-right strong {
  xfont-size: 28px;
  line-height: 30px;
}
.hra-right em {
  xfont-size: 24px;
  line-height: 26px;
}
.hra-row {
  background-color: #64a70b;
  border-radius: 20px;
}
/* Clear floats after the columns */
.hra-row:after {
  content: "";
  display: table;
  clear: both;
}
/* Select Menu */
.box {
  background-color: #fff;
  width: 75%;
  margin: 20px auto;
  color: black;
  text-align: center;
  xfont-size: 22px;
}
.box a {
  white-space: nowrap;
  cursor: none !important;
}
.box a:hover {
  background-color: #64a70b;
}
.custom-select select {
  width: 100%;
  margin: 0 auto;
  font-size: 22px !important;
  border: 2px solid #64a70b;
  padding: 6px;
  color: #64a70b;
}
select {
  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* arrows */
select.dropdown-style {
     background-image: linear-gradient(45deg, #0000 50%, #64a70b 50%), linear-gradient(135deg, #64a70b 50%, #0000 50%), linear-gradient(to right, #64a70b73, #64a70b73);
    background-position: calc(100% - 26px) calc(1.8em + -25px), calc(100% - 7px) calc(1em + -7px), 100% 0;
    background-size: 20px 20px, 20px 20px, 2.5em 2.5em;
    background-repeat: no-repeat;
}
select.dropdown-style:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, #b9d790, #b9d790);
    background-position: calc(100% - 7px) calc(1.8em + -25px), calc(100% - 26px) calc(1em + -7px), 100% 0;
    background-size: 20px 20px, 20px 20px, 2.5em 2.5em;

  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}
footer {
  border-top: 10px solid #24b5d5;
  padding: 30px 0px 50px 0px;
  margin-top: 66px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px !important;
    line-height: 60px !important;
  }
  h2 {
    font-size: 34px !important;
    line-height: 50px !important;
  }
  a.get-screened-button {
    top: 70%;
    font-size: 18px !important;
  }
	.service-icon {
		width: 75%;
	}
}
@media only screen and (min-width: 768px) {}
@media only screen and (max-width: 425px) {
  #img-full .img100 img.resp-img-lg {
    display: none;
  }
  #img-full .img100 img.resp-img-sm {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .age-guidelines .col-sm-3 {
    min-height: auto;
    margin: auto;
  }
  .hra-column a {
    width: 80%;
  }
  h1, h2 {
    margin: 20px auto;
    width: 90%;
    text-align: center;
    font-size: 28px !important;
    line-height: 30px !important;
  }
  .age-guidelines .col-sm-3:not(:last-child) {
    min-height: auto;
    border-right: 0px solid #64a70b;
  }
  a.get-screened-button {
    top: 76%;
    font-size: 1.2em !important;
    padding: 1.4% 2% !important;
    left: 12%;
    width: 75%;
  }
	a.cta-color {
    width: 100%;
    font-size: 16px;
}
  /* Create two equal columns that floats next to each other */
  .hra-left, .hra-right {
    width: 100%;
    text-align: center;
  }
  .hra-column img {
    width: 50%;
    height: auto;
  }
  .highlights {
    padding: 10px;
  }
  p.lead {
    padding: 0px 15px;
  }
  p, p.lead, ul li, .box {
    font-size: 20px;
    line-height: 20px;
    text-align: left !important;
  }
}
@media only screen and (max-width:320px) {
  a.get-screened-button {
    top: 73%;
    font-size: 1.2em !important;
  }
}
.hra-row {
  width: 100%;
}
}