/* 
    Document   : About
    Created on : May 5, 2023, 11:38:10 AM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/

#MainNav li a#AboutLink {
  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;
  }

/**********************************************/
/* Stats Styles                               */
/**********************************************/

.Stats {
  margin: 20px 0;
  }
.Stats p {
  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 h3 {
  font-size: 54px;
  }
#Content ul.StatNum li p {
  font-size: 12px;
  }

/**********************************************/
/* Links Styles                               */
/**********************************************/

.OurLinks {
  margin: 20px 0;
  }
.OurLinks a {
  display: inline-block;
  background: #044f30;
  color: #fff;
  padding: 12px 25px;
  border-top: 10px solid #00fc87;
  border-left: 10px solid #00fc87;
  border-bottom: 10px solid #4bbc8e;
  border-right: 10px solid #4bbc8e;
  margin: 20px 30px;
  text-decoration: none;
  }
.OurLinks a:hover {
  color: #00fc87;
  background: #000;
  border-top: 10px solid #4bbc8e;
  border-left: 10px solid #4bbc8e;
  border-bottom: 10px solid #00fc87;
  border-right: 10px solid #00fc87;
  }
.OurLinks a.Large {
  padding: 20px 100px;
  }

.LeftLinks {
  float: left;
  width: 48%;
  text-align: right;
  }

.RightLinks {
  float: right;
  width: 48%;
  text-align: left;
  }

.Financials {
  background: #000;
  color: #fff;
  padding: 30px 0;
  }
.Financials h2 {
  font-size: 45px;
  color: #fff;
  }
.Financials a {
  color: #00fc87;
  }

/**********************************************/
/* Careers Styles                             */
/**********************************************/

.Careers {
  margin: 20px 0;
  }
.Careers h1 {
  text-align: center;
  }
.Careers p {
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  margin: 0 0 20px 0;
  }
.Careers p.Job a {
  display: block;
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 20px 0;
  padding: 20px;
  background: #eee;
  border-radius: 5px;
  }
.Careers p.Job a:hover {
  background: #00fc87;
  }

/**********************************************/
/* Mission Styles                             */
/**********************************************/

.MisVis {
  background: #ccc;
  padding: 30px 0;
  }

.Mission {
  margin: 70px 0 20px 0;
  border: 20px solid #000;
  text-align: center;
  padding: 0 20px 30px 20px;
  }
.Mission2 {
  margin: 70px 15% 20px 15%;
  }
.Mission h1 {
  background: #ccc;
  display: inline-block;
  font-size: 45px;
  color: #000;
  font-weight: 700;
  margin: 0;
  padding: 0 30px;
  position: relative;
  top: -35px;
  }
.Mission p {
  font-size: 22px;
  line-height: 30px;
  color: #000;
  margin: 0 10% 20px 10%;
  font-weight: 400;
  }

/**********************************************/
/* Staff Styles                               */
/**********************************************/

.Staff {
  margin: 20px 0;
  }
.Staff h2 {
  font-size: 45px;
  }

.StaffGroup {
  margin: 0 0 40px 0;
  padding: 0 0 0 0;
  border-bottom: 1px solid #ccc;
  }
.LastGroup {
  border-bottom: none;
  }
#Content .StaffGroup ul {
  margin: 0 0 30px 0;
  list-style-type: none;
  }
#Content .StaffGroup ul li {
  float: left;
  width: 23%;
  margin: 0 2% 20px 0;
  }
#Content .StaffGroup ul li:nth-child(4n+1) {
  clear: left;
  }
#Content .StaffGroup ul h3 {
  color: #000;
  font-weight: 400;
  }
#Content .StaffGroup ul li a {
  font-size: 32px;
  }
#Content .StaffGroup ul li a:hover {
  color: #000;
  }

#Content .StaffGroup ul.TopStaff li {
  float: left;
  width: 31%;
  margin: 0 2% 20px 0;
  }
#Content .StaffGroup ul.TopStaff li:nth-child(4n+1) {
  clear: none;
  }
#Content .StaffGroup ul.TopStaff li:nth-child(3n+1) {
  clear: left;
  }

/**********************************************/
/* Board Styles                               */
/**********************************************/

.Board {
  margin: 20px 0;
  }
.Board h2 {
  font-size: 45px;
  }

/**********************************************/
/* Partners Styles                            */
/**********************************************/

.Partners {
  margin: 20px 0;
  }

.PartnerIntro {
  float: left;
  width: 40%;
  }
.PartnerIntro p {
  font-size: 18px;
  line-height: 26px;
  }

.PartnerSide {
  float: right;
  width: 55%;
  }

.Spotlight {
  background: #000 url(../images/Spotlight.png) no-repeat 20px 10px;
  color: #fff;
  padding: 10px 0 5px 0;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  }
.Spotlight h1 {
  font-size: 36px;
  line-height: 36px;
  color: #888;
  margin: 0 0 0 110px;
  font-weight: 700;
  }
.SpotIcon {
  font-size: 45px;
  text-align: left;
  margin: 0 20px;
  position: relative;
  z-index: 1;
  }
.Spotlight h3 {
  margin: 0 20px 0 110px;
  }
.Spotlight p {
  margin: 0 20px;
  }

p.RMlinks {
  text-align: center;
  margin: 5px 20px;
  }
p.RMlinks a {
  color: #fff;
  font-weight: 700;
  }

.hidden{
display:none;
}


.Glogo img {
  display: block;
  width: 45%;
  margin: 10px auto;
  border: 0;
  }


ul.Steps {
  margin: 20px 0 0 0;
  }
ul.Steps li {
  background: #333333;
  float: left;
  width: 33.33333333333334%;
  color: #fff;
  margin: 0;
  padding: 15px 30px 0 30px;
  text-align: center;
  min-height: 250px;
  box-sizing: border-box;
  }
ul.Steps li.Step2 {
  background: #191919;
  }
ul.Steps li.Step3 {
  background: #000000;
  }

/**********************************************/
/* Diversity Styles                           */
/**********************************************/

.Diversity {
  margin: 20px 0;
  padding: 0 0 20px 0;
  }
.Diversity h1 {
  }
.Diversity p {
  font-size: 19px;
  line-height: 22px;
  margin: 0 0 20px 0;
  }
#Content .Diversity ul {
  list-style-position: outside;
  margin: 0 0 20px 15px;
  }
#Content .Diversity ul li {
  margin: 0 0 5px 0;
  padding: 0 0 0 5px;
  }

.Jedi {
  border-top: 10px solid #0ace7c;
  display: flex;
  }
.NoTopBor {
  border-top: none;
  }

.JediPhoto {
  float: left;
  width: 50%;
  box-sizing: border-box;
  }
.JediPhoto img {
  display: block;
  border: 0;
  }

.JediText {
  float: right;
  width: 50%;
  padding: 0 10%;
  box-sizing: border-box;
  margin: auto;
  }

.JediFullText {
  padding: 50px 0;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
  }

.Quote {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 50px 0;
  }
.Quote p.Main {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 400;
  margin: 10px 0;
  }
.Quote img {
  display: block;
  margin: 10px auto;
  border: 0;
  }
.Quote a {
  display: inline-block;
  background: #0ace7c;
  font-size: 20px;
  font-weight: 400;
  margin: 10px auto;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  }
.Quote a:hover {
  background: #044f30;
  color: #fff;
  }

/**********************************************/
/* Impact Styles                              */
/**********************************************/

.Impact {
  margin: 20px 0;
  padding: 0 0 20px 0;
  }

.ImpactText {
  float: left;
  width: 55%;
  }

.ImpactFocus {
  float: right;
  width: 40%;
  background: #000;
  color: #fff;
  padding: 20px 20px 40px 20px;
  box-sizing: border-box;
  }
.ImpactFocus h2 {
  color: #fff;
  padding: 0 0 10px 0;
  text-align: center;
  border-bottom: 1px solid #666;
  }
.ImpactFocus p {
  clear: both;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 0;
  }

.Number {
  float: left;
  width: 25%;
  font-size: 44px;
  line-height: 48px;
  font-weight: 400;
  }

.Ndesc {
  float: right;
  width: 70%;
  font-size: 20px;
  font-weight: 400;
  }

.GrnTxt {
  color: #00fc87;
  }

.Iamp {
  clear: both;
  background: #000;
  padding: 30px 0;
  }
.Iamp h2 {
  color: #fff;
  }
.Iamp h2 span {
  color: #0ace7c;
  }

.BBstats {
  color: #fff;
  padding: 20px 0 20px 0;
  }
.BBstats p {
  font-weight: 400;
  margin: 20px 0;
  }
.BBstats p span {
  font-size: 40px;
  color: #00fc87;
  margin-right: 10px;
  }

.IampText {
  float: left;
  width: 56.81818181818182%; /* 625px / 1100px */
  }

.IampPhoto {
  float: right;
  width: 40.90909090909091%; /* 450px / 1100px */
  margin: 20px 0 0 0;
  }
.IampPhoto img {
  display: block;
  margin: 0 auto;
  border: 0;
  }


/**********************************************/
/* Programs 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;
  }


/**********************************************/
/* Tabs Styles                                */
/**********************************************/

.ui-tabs .ui-tabs-nav li {
  width: 33%;
  margin: 0 0 1px 0;
  box-sizing: border-box;
  }
.ui-widget-header a {
  font-size: 16px;
  color: #000;
  width: 100%;
  text-align: center;
  border-bottom: 5px solid #ccc;
  }
.ui-widget-header a svg {
  font-size: 24px;
  }
.ui-widget-header a:hover {
  color: #0ace7c;
  border-bottom: 5px solid #0ace7c;
  }
.ui-widget {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #0ace7c;
  }


/**********************************************/
/* Replace Tabs Styles                        */
/**********************************************/

.MyLinks {
  margin: 0 0 30px 0;
  }

#Content .MyLinks ul {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
  box-sizing: border-box;
  }
.MyLinks li {
  float: left;
  width: 25%;
  margin: 0 0 1px 0;
  box-sizing: border-box;
  }
.MyLinks li a {
  display: block;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  padding: .5em 1em;
  text-decoration: none;
  text-align: center;
  border-bottom: 5px solid #ccc;
  }
.MyLinks li a:hover {
  color: #0ace7c;
  border-bottom: 5px solid #0ace7c;
  }
.MyLinks li a.Active {
  color: #0ace7c;
  border-bottom: 5px solid #0ace7c;
  }

.MySection {
  margin: 0 0 40px 0;
  }
.MySection h3 {
  font-weight: 700;
  }

.UpLink {
  font-size: 45px;
  text-align: right;
  }
.UpLink a {
  color: #ccc;
  }
.UpLink a:hover {
  color: #0ace7c;
  }

#Hero a.InternalTop {
  background: none;
  }

/**********************************************/
/* Mission Statement Styles                   */
/**********************************************/

.HomeMission {
	position: relative;
	clear: both;
	background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.1)), url(../images/Mission4a4f0.jpg?v=0);
	background-position: center center;
	background-size: cover;
	margin: 0;
	padding: 50px 0;
	overflow: hidden;
	}

.HMtext {
  width: 50%;
  }

.HomeMission h2 {
  font-size: 36px;
  line-height: 1.4em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 .5em 0; /* 20px / 36px */
  }
.HomeMission p {
  font-size: 20px; /* 18px / 16px */
  line-height: 1.5em;
  color: #fff;
  margin: 0 0 30px 0;
  }
.HomeMission p a {
  color: #fff;
  }

/**********************************************/
/* Bottom Note Styles                         */
/**********************************************/

.Note {
  padding: 30px 0;
  text-align: center;
  }
.Note a {
  display: inline-block;
  background: #4bbc8e;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  }
.Note a:hover {
  background: #044f30;
  }

 

.BotBars {
  background: #000 url(../images/3Bars-Horz.png) repeat-x;
  height: 15px;
  }

.Geom {
  background: #000 url(../images/bbbs-black-background-with-pattern-1920x1080.png) no-repeat;
  height: 100px;
  }

.ColOne {
  float: left;
  width: 45%;
  }
.ColTwo {
  float: right;
  width: 45%;
  }

.BotSect {
  margin: 30px 0 0 0;
  }

@media screen and (max-width: 1390px) {
.JediText {
  float: right;
  width: 50%;
  padding: 0 5%;
  box-sizing: border-box;
  margin: auto;
  }
}
@media screen and (max-width: 1250px) {
.MyLinks li a {
  font-size: 16px;
  }
}
@media screen and (max-width: 1225px) {
.JediText {
  padding: 0 10px;
  }
}
@media screen and (max-width: 1120px) {
.Jedi {
  display: block;
  }
.JediPhoto {
  width: 100%;
  float: none;
  }
.JediText {
  width: 100%;
  float: none;
  padding: 0 10%;
  }
}
@media screen and (max-width: 1100px) {
#Hero .Overlay p {
  font-size: 50px;
  margin: 0;
  }
.ImpactText {
  float: none;
  width: 100%;
  }
.ImpactFocus {
  float: none;
  width: 100%;
  }
}
@media screen and (max-width: 1005px) {
.MyLinks li a {
  font-size: 13px;
  }
}
@media screen and (max-width: 950px) {
.LeftLinks {
  float: none;
  width: 100%;
  text-align: center;
  }
.RightLinks {
  float: none;
  width: 100%;
  text-align: center;
  }
#Content .StaffGroup ul li {
  float: left;
  width: 48%;
  margin: 0 2% 20px 0;
  }
#Content .StaffGroup ul.TopStaff li {
  width: 48%;
  }
#Content .StaffGroup ul li:nth-child(4n+1) {
  clear: none;
  }
#Content .StaffGroup ul li:nth-child(odd) {
  clear: left;
  }
#Content .StaffGroup ul.TopStaff li {
  width: 48%;
  }
#Content .StaffGroup ul.TopStaff li:nth-child(3n+1) {
  clear: none;
  }
#Content .StaffGroup ul.TopStaff li:nth-child(odd) {
  clear: left;
  }
.ColOne {
  float: none;
  width: 100%;
  }
.ColTwo {
  float: none;
  width: 100%;
  }
}
@media screen and (max-width: 930px) {
.HMtext {
  width: 75%;
  }
}
@media screen and (max-width: 900px) {
ul.Steps li {
  float: none;
  width: 100%;
  padding: 15px 30px 10px 30px;
  min-height: 150px;
  }
.IampText {
  float: none;
  width: 100%;
  }
.IampPhoto {
  float: none;
  width: 100%;
  }
.PartnerIntro {
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
  }
.PartnerSide {
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 825px) {
.MyLinks li a svg {
  display: none;
  }
}
@media screen and (max-width: 735px) {
.MyLinks li a {
  font-size: 11px;
  padding: .5em 0;
  }
}
@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;
  }
#Content ul.StatNum li {
  float: none;
  width: 100%;
  margin: 0 0 10px 0;
  }
.OurLinks a.Large {
  padding: 12px 75px;
  }
#Content .StaffGroup ul li {
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
  }
#Content .StaffGroup ul.TopStaff li {
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
  }
.ui-widget-header a {
  font-size: 14px;
  }
.Mission2 {
  margin: 70px 0 20px 0;
  }
.Glogo img {
  width: 60%;
  }
.Staff h2 {
  font-size: 32px;
  }
.Board h2 {
  font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
.ui-widget-header a {
  font-size: 12px;
  }
.HomeMission p {
  font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
.Spotlight h1 {
  margin: 0 0 30px 110px;
  }
}
@media screen and (max-width: 560px) {
.MyLinks {
  display: none;
  }
}
@media screen and (max-width: 540px) {
.ui-widget-header a svg {
  display: none;
  }
.ui-widget-header a {
  font-size: 10px;
  }
.Glogo img {
  width: 80%;
  }
}
@media screen and (max-width: 400px) {
.HomeMission h1 {
  letter-spacing: .3em;
  }
}
