/* 
    Document   : GetBig
    Created on : May 3, 2023, 1:26:09 PM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/

#MainNav li a#GetBigLink {
  color: #00fc87;
  }


#Hero {
  position: relative;
  margin: 0;
  }

.Overlay {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  text-align: center;
  }
#Hero .Overlay p {
  font-size: 70px;
  color: #fff;
  letter-spacing: 0;
  margin: 0 0 20px 0;
  text-shadow: 0 0 10px #000;
  }

#Content ul {
  list-style-position: outside;
  margin: 0 0 10px 15px;
  }

/**********************************************/
/* Stats Styles                               */
/**********************************************/

.Stats {
  margin: 20px 0;
  }
.Stats h1 {
  text-align: center;
  }
.Stats p {
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  margin: 0 0 20px 0;
  }

#Content ul.StatNum {
  list-style-type: none;
  margin: 10px 0;
  }
#Content ul.StatNum li {
  float: left;
  width: 22%;
  text-align: center;
  margin: 0 4% 10px 0;
  }
#Content ul.StatNum li:nth-child(4n+4) {
  margin: 0 0 10px 0;
  }
#Content ul.StatNum li .Icon {
  font-size: 40px;
  margin: 0 0 10px 0;
  }
#Content ul.StatNum li h3 {
  font-size: 54px;
  }
#Content ul.StatNum li p {
  font-size: 12px;
  }

.Elig {
  padding: 30px 0;
  }
.Elig svg {
  color: #00fc87;
  }

.WideSteps {
  padding: 30px 0;
  }

ul.Steps {
  margin: 20px 0;
  }
ul.Steps li {
  background: #7f7f7f;
  float: left;
  width: 16.66666666666667%;
  color: #fff;
  margin: 0;
  padding: 15px 10px 0 10px;
  text-align: center;
  min-height: 250px;
  box-sizing: border-box;
  }
ul.Steps li a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
  }
ul.Steps li a:hover {
  color: #00fc87;
  }
ul.Steps li.Step2 {
  background: #666666;
  }
ul.Steps li.Step3 {
  background: #4c4c4c;
  }
ul.Steps li.Step4 {
  background: #333333;
  }
ul.Steps li.Step5 {
  background: #191919;
  }
ul.Steps li.Step6 {
  background: #000000;
  }
ul.Steps li h2 {
  font-size: 16px;
  line-height: 20px;
  color: #0ace7c;
  font-weight: 700;
  margin: 0 0 10px 0;
  }
ul.Steps li h3 {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 10px 0;
  text-transform: none;
  }
ul.Steps li p {
  line-height: 1.2em;
  }


ul.Steps li div.Whole {
  display: none;
  }
ul.Steps li div.Title {
  margin-top: 75px;
  }
ul.Steps li:hover div.Whole {
  display: block;
  }
ul.Steps li:hover div.Title {
  display: none;
  }



/**********************************************/
/* Resources Styles                           */
/**********************************************/

.ProgSteps {
  padding: 30px 0;
  }
.ProgSteps h2 {
  font-size: 45px;
  font-weight: 400;
  text-align: center;
  }

#Content ul.ProgramSteps {
  list-style-type: none;
  margin: 0 0 10px 0;
  }
ul.ProgramSteps {
  list-style-type: none;
  margin: 0 0 10px 0;
  }
ul.ProgramSteps li {
  float: left;
  width: 31.33333333333333%;
  text-align: center;
  margin: 0 3% 10px 0;
  }
ul.ProgramSteps li:nth-child(3n+3) {
  margin: 0 0 10px 0;
  }
ul.ProgramSteps li a {
  display: inline-block;
  margin: 20px 0;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  padding: 12px 25px;
  border: 2px solid #00fc87;
  text-decoration: none;
  }
ul.ProgramSteps li a:hover {
  background: #000;
  color: #00fc87;
  }

/**********************************************/
/* Accordion Styles                           */
/**********************************************/

.AccHolder {
  padding: 20px 0;
  }

#accordion {
  margin: 25px 0;
  border-top: 1px solid #fff;
  }

.ui-accordion .ui-accordion-header {
  margin: 0;
  background: #76727b url(../images/bgAccordionInd.png) no-repeat left top;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 10px 12px 70px;
  border-bottom: 1px solid #fff;
  }
.ui-accordion .ui-accordion-header span {
  text-transform: none;
  }
.ui-accordion .ui-accordion-header-active {
  background: #76727b url(../images/bgAccordionInd.png) no-repeat left bottom;
  }
.ui-accordion .ui-accordion-content {
  font-size: 16px;
  padding: 20px;
  background: #dedede;
  border-bottom: 0;
  }
.ui-accordion .ui-accordion-content p {
  font-size: 16px;
  }

.Families {
  padding: 30px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #0ace7c;
  }
.FamPhoto {
  float: left;
  width: 30%;
  }
.FamPhoto img {
  display: block;
  margin: 0 auto;
  border: 0;
  border-radius: 50%;
  }
.FamContent {
  float: right;
  width: 65%;
  }
.FamContent h2 {
  font-size: 45px;
  color: #000;
  }
.FamContent ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 0 10px 20px;
  }
.FamContent ul li {
  margin: 0 0 10px 0;
  }

.Safety {
  padding: 30px 0;
  margin: 0 0 30px 0;
  }

@media screen and (max-width: 1340px) {
ul.Steps li h3 {
  font-size: 18px;
  line-height: 20px;
  }
ul.Steps li p {
  font-size: 15px;
  }
}
@media screen and (max-width: 1300px) {
ul.Steps li {
  min-height: 275px;
  }
}
@media screen and (max-width: 1185px) {
ul.Steps li {
  min-height: 300px;
  }
}
@media screen and (max-width: 1100px) {
#Hero .Overlay p {
  font-size: 50px;
  margin: 0;
  }
}
@media screen and (max-width: 1070px) {
ul.Steps li {
  width: 33.3333333333334%;
  min-height: 250px;
  }
}
@media screen and (max-width: 690px) {
.Overlay {
  position: static;
  margin: 0 0 0 5%;
  }
#Hero .Overlay p {
  font-size: 40px;
  color: #000;
  text-shadow: none;
  }
.FamPhoto {
  float: none;
  width: 100%;
  }
.FamContent {
  float: none;
  width: 100%;
  }
#Content ul.StatNum li {
  float: none;
  width: 100%;
  margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 660px) {
ul.Steps li {
  width: 50%;
  }
}
@media screen and (max-width: 500px) {
ul.Steps li {
  float: none;
  width: 100%;
  padding: 20px 0 10px 0;
  }
}
