@charset "utf-8";
/* CSS Document */

/**********************************************/
/* Banner Module Styles                       */
/**********************************************/

.flexslider {
	width: 100%;
margin: 0 0 60px 0;
border: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
box-shadow: 0 0 0 rgba(0,0,0,0);
-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
-o-box-shadow: 0 0 0 rgba(0,0,0,0);
}

.slides li {
  margin: 0;
  padding: 0;
  }

.Plaq {
  position: absolute;
  background: #0ace7c;
  bottom: 0;
  left: 5%;
  width: 90%; /* 325px / 1160px */
  padding: 30px 20px 30px 100px;
  box-sizing: border-box;
  }
.Plaq h1 {
  font-size: 45px;
  line-height: 1.2em;
  color: #000;
  margin: 0 0 10px 0;
  font-weight: 200;
  text-transform: none;
  }
.Plaq a.Button {
  display: inline-block;
  background: #000;
  font-size: 26px;
  line-height: 1.2em;
  color: #00fc87;
  margin: 10px 0;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 10px;
  }
.Plaq a.Button:hover {
  background: #bfbfbf;
  color: #000;
  }

.Hidden {
  display: none;
  }

/**********************************************/
/* Top Button Styles                          */
/**********************************************/

.HomeButtons {
  margin: 20px 0;
  }

.HomeButtons ul {
  list-style-type: none;
  }
.HomeButtons ul li {
  float: left;
  width: 50%;
  }
.HomeButtons ul li:nth-child(even) {
  float: right;
  }
.HomeButtons ul li a {
  display: block;
  background: #000;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  margin: 0;
  padding: 20px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  }
.HomeButtons ul li a:hover {
  background: #044f30;
  color: #fff;
  }
.HomeButtons ul li:nth-child(even) a {
  background: #0ace7c;
  }
.HomeButtons ul li:nth-child(even) a:hover {
  background: #044f30;
  }
.HomeButtons ul li a svg {
  margin: 0 10px 0 0;
  }

/**********************************************/
/* Top Styles                                 */
/**********************************************/

.MainHome {
  margin: 0 0 30px 0;
  text-align: center;
  }
.MainHome h1 {
  font-size: 45px;
  }
.MainHome p {
  font-size: 22px;
  }
.MainHome p.First b {
  font-size: 24px;
  }

/**********************************************/
/* Industries Served Styles                   */
/**********************************************/

.SpecialtiesHome {
  margin: 30px 0 0 0;
  border-top: 10px solid #0ace7c;
  }
.SpecialtiesHome h1 {
  background: #124a6f;
  font-size: 45px;
  line-height: 1em;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 20px 10px 25px 10px;
  }

#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 .ImageHolder {
  float: right;
  width: 35%;
  margin: 0 0 0 20px;
  }
.ui-accordion .Alternate {
  float: left;
  margin: 0 20px 0 0;
  }
.ui-accordion img {
  display: block;
  margin: 0 auto;
  border: 0;
  }
.ui-accordion .ui-accordion-content {
	padding: 0;
	background: #d1d2d4;
	border-bottom: 0;
  }
.SpecialtiesHome .ui-accordion .ui-accordion-content ul {
  list-style-type: disc;
  font-size: 18px;
  line-height: 1.5em;
  color: #222222;
  margin: 15px;
  }
.SpecialtiesHome .ui-accordion .ui-accordion-content ul li {
  margin: 0 0 0 15px;
  }
.ui-accordion img.Logo {
  float: left;
  width: 15%; /* 210px / 1300px */
  margin: 40px 0 0 3.07692307692308%; /* 40px / 1300px */
  }
.ui-accordion img.LogoB {
  width: 18.84615384615385%; /* 245px / 1300px */
  margin: 34px 0 0 3.07692307692308%; /* 40px / 1300px */
  }
.ui-accordion .ui-accordion-content a {
  display: block;
  width: 175px;
  background: #f5a700;
  font-size: 16px;
  line-height: 20px;
  color: #313d48;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0 0 15px;
  padding: 5px 0 7px 0;
  border-radius: 20px;
  border-top: 5px solid #f9cf73;
  border-left: 5px solid #f9cf73;
  border-bottom: 5px solid #6a4800;
  border-right: 5px solid #6a4800;
  }
.ui-accordion .ui-accordion-content a:hover {
  background: #d08a00;
  color: #fff;
  border-top: 5px solid #6a4800;
  border-left: 5px solid #6a4800;
  border-bottom: 5px solid #f9cf73;
  border-right: 5px solid #f9cf73;
  }


/**********************************************/
/* Home News Styles                           */
/**********************************************/

.HomeNews {
  background: #efefef;
  margin: 0;
  padding: 50px 0;
  }
.HomeNews h1 {
/*  font-family: 'Oswald', sans-serif; */
  font-family: 'Nunito Sans', sans-serif;
  font-size: 45px;
  font-weight: 400;
  color: #0ace7c;
  text-transform: uppercase;
  }

#News {
  margin: 0;
  }
/* #News a {
  display: block;
  float: left;
  width: 47%;
  margin: 0 3% 0 0;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  padding: 20px 10px 20px 20px;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  min-height: 110px;
  }
#News a:hover {
  background: #fff;
  color: #0ace7c;
  }
#News a span {
  float: right;
  width: 55%; /* 860px / 1070px 
  margin: 5px 0 0 0;
  } */
#News .HomeNewsItem {
  display: block;
  float: left;
  width: 47%;
  margin: 0 3% 0 0;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  padding: 20px 10px 20px 20px;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  min-height: 110px;
  }
#News .HomeNewsItem:nth-child(even) {
  clear: left;
  }
#News .HomeNewsItem:hover {
  background: #fff;
  color: #0ace7c;
  }
#News a {
  float: right;
  width: 55%; /* 860px / 1070px */
  color: #000;
  text-decoration: none;
  margin: 5px 0 0 0;
  }
#News a:hover {
  color: #0ace7c;
  }
.NewsPhoto {
  float: left;
  width: 40%; /* 180px / 1070px */
  margin: 0 0 0 0;
  }
.NewsPhoto img {
  display: block;
  border: 1px solid #000;
  }

.HomeNews a.RMSbut {
  display: block;
  clear: both;
  width: 300px;
  background: #0ace7c;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin: 40px auto 10px auto;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 10px;
  }
.HomeNews a.RMSbut:hover {
  background: #00fc87;
  }


/**********************************************/
/* 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/Mission2a4f0.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 a {
  display: inline-block;
  background: #00fc87;
  font-size: 26px;
  line-height: 1.2em;
  color: #000;
  margin: 10px 0;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 10px;
  }
.HomeMission a:hover {
  background: #bfbfbf;
  }

/**********************************************/
/* Stats Styles                               */
/**********************************************/

#StatArea {
  padding: 0;
  text-align: center;
  border-top: 10px solid #0ace7c;
  border-bottom: 10px solid #0ace7c;
  }
#StatArea h2 {
  font-size: 46px;
  margin: 0 0 50px 0;
  }

.ImpactStat {
  float: left;
  width: 67%;
  padding: 60px 0;
  }

.SideStat {
  float: right;
  width: 33%;
  background: #000;
  color: #fff;
  padding: 60px 0;
  }

.Stat {
  float: left;
  width: 33.33333333333333%;
  margin: 0 0 20px 0;
  }
.BigStat {
  width: 100%;
  }
.Stat p {
  font-size: 14px;
  }

#StatArea .SideStat h2 {
  color: #fff;
  }

.StatNumber {
  font-size: 80px;
  line-height: 85px;
  color: #0ace7c;
  font-weight: 700;
  }


/**********************************************/
/* Big News Styles                            */
/**********************************************/

#BigNews {
  display: flex;
  padding: 0;
  border-top: 10px solid #0ace7c;
  }

.BNinfo {
  background-color: rgba(75,250,139,0.17);
  width: 50%;
  padding: 75px 30px 0 30px;
  box-sizing: border-box;
  }
.BNinfo img {
  display: block;
  margin: 0 0 20px 0;
  width: 60%;
  border: 0;
  }
.BNinfo h4 {
  font-size: 20px;
  font-weight: 400;
  }

.BNinfo p {
  margin: 20px 0;
  }

.BNinfo a {
  display: inline-block;
  background: #0ace7c;
  font-size: 16px;
  color: #000;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 10px;
  }
.BNinfo a:hover {
  background: #00fc87;
  }

.BNgraphic {
  background: #000;
  width: 50%;
  box-sizing: border-box;
  }
.BNgraphic img {
  display: block;
  margin: auto;
  border: 0;
  }

/**********************************************/
/* Mentor Styles                              */
/**********************************************/

#MentorArea {
  background: #000 url(../images/3Bars-Verta4f0.png?v=0) repeat-y;
  color: #fff;
  padding: 0;
  }
#MentorArea2 {
  background: #000 url(../images/3Bars-Verta4f0.png?v=0) repeat-y;
  color: #fff;
  padding: 0;
  }

.MentorLeft {
  float: left;
  width: 25%;
  margin: auto 0;
  padding: 20px 0 10px 3%;
  box-sizing: border-box;
  }
.MentorLeft h2 {
  color: #fff;
  margin: 0 20px 10px 0;
  font-weight: 400;
  }
.MentorLeft h3 {
  color: #00fc87;
  margin: 10px 20px 10px 0;
  }
.MentorLeft p {
  margin: 10px 20px 15px 0;
  }
.MentorLeft a {
  display: inline-block;
  background: #0ace7c;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 10px;
  }
.MentorLeft a:hover {
  background: #00fc87;
  }

.MentorRight {
  float: right;
  width: 75%;
  padding: 0;
  box-sizing: border-box;
  }

.Mentor {
  float: left;
  width: 33.33333333333333%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  }
.Mentor img {
  display: block;
  border: 1px solid #000;;
  }
.Mentor span {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  padding: 30% 0 0 0;
  color: #fff;
  box-sizing: border-box;
  transition: all 0.5s ease;
  }
.Mentor:hover span {
  top: 0;
  }
.Mentor span h3 {
  font-size: 24px;
  color: #fff;
  margin: 0 15px 20px 15px;
  text-align: center;
  }
.Mentor span p {
  margin: 0 15px 20px 15px;
  }

#MentorsMatter {
  background: #000;
  color: #fff;
  }

.MMtext {
  float: right;
  width: 40%;
  box-sizing: border-box;
  padding: 0 5% 0 5%;
  }
.MMtext h2 {
  color: #fff;
  margin: 20% 0 10px 0;
  }
.MMtext h3 {
  color: #00fc87;
  margin: 10px 0;
  }
.MMtext a {
  display: inline-block;
  background: #0ace7c;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin: 20px 0 0 0;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 10px;
  }
.MMtext a:hover {
  background: #00fc87;
  }

.MMphoto {
  float: left;
  width: 60%;
  }
.MMphoto img {
  display: block;
  width: 100%;
  border: 0;
  }

/**********************************************/
/* 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;
  }


.Geom {
  background: #000 url(../images/bbbs-black-background-with-pattern-1920x1080.png) no-repeat;
  height: 50px;
  }

.BotBars {
  background: #000 url(../images/3Bars-Horz.png) repeat-x;
  height: 15px;
  }

@media screen and (max-width: 1480px) {
#StatArea .StatTitle h2 {
  font-size: 40px;
  }
}
@media screen and (max-width: 1450px) {
.BNinfo {
  padding: 35px 30px 0 30px;
  }
}
@media screen and (max-width: 1360px) {
#StatArea .StatTitle h2 {
  font-size: 32px;
  }
.BNinfo {
  padding: 25px 30px 0 30px;
  }
}
@media screen and (max-width: 1310px) {
#MentorArea {
  display: block;
  }
.MentorLeft {
  float: none;
  width: 100%;
  padding: 20px 5px 20px 35px;
  }
.MentorRight {
  float: none;
  width: 100%;
  padding: 0;
  }
.StatNumber {
  font-size: 60px;
  line-height: 65px;
  }
}
@media screen and (max-width: 1250px) {
.BNinfo {
  padding: 10px 30px 0 30px;
  }
.BNinfo img {
  margin: 0 0 10px 0;
  }
.BNinfo p {
  margin: 10px 0;
  }
}
@media screen and (max-width: 1225px) {
.Plaq h1 {
  font-size: 35px;
  }
}
@media screen and (max-width: 1100px) {
.MMtext h2 {
  margin: 10% 0 10px 0;
  }
.ImpactText {
  float: none;
  width: 100%;
  }
.ImpactFocus {
  float: none;
  width: 100%;
  }
#BigNews {
  display: block;
  }
.BNinfo {
  width: 100%;
  }
.BNgraphic {
  width: 100%;
  }
}
@media screen and (max-width: 1050px) {
#StatArea {
  padding: 0;
  }
.ImpactStat {
  float: none;
  width: 100%;
  }
.SideStat {
  float: none;
  width: 100%;
  }
.BigStat {
  margin: 0 auto;
  float: none;
  }
}
@media screen and (max-width: 1020px) {
.ui-accordion .ui-accordion-content ul {
  font-size: 16px;
  line-height: 1.2em;
  margin: 10px 15px;
  }
#News .HomeNewsItem {
  float: none;
  width: 100%;
  margin: 0;
  min-height: 25px;
  }
#News .HomeNewsItem:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
  }
}
@media screen and (max-width: 1000px) {
.Stat {
  width: 50%;
  }
}
@media screen and (max-width: 975px) {
.MMtext {
  float: none;
  width: 100%;
  padding: 20px;
  }
.MMtext h2 {
  margin: 20px 0 10px 0;
  }
.MMphoto {
  float: none;
  width: 100%;
  }
}
@media screen and (max-width: 940px) {
.Plaq {
  padding: 30px 10px 30px 50px;
  }
}
@media screen and (max-width: 930px) {
#Competencies .ui-accordion .ui-accordion-content ul {
  line-height: 1.25em;
  }
#News a {
  margin: 15px 0 0 0;
  float: none;
  display: block;
  width: 100%;
  text-align: center;
  }
.HMtext {
  width: 75%;
  }
.MentorLeft p {
  font-size: 16px;
  line-height: 1.25em;
  }
}
@media screen and (max-width: 880px) {
.Plaq h1 {
  font-size: 30px;
  }
.Plaq a.Button {
  font-size: 24px;
  }
}
@media screen and (max-width: 850px) {
.ui-accordion .ImageHolder {
  float: none;
  width: 100%;
  margin: 0;
  }
.ui-accordion img.Logo {
  float: none;
  width: auto;
  margin: 10px auto;
  }
}
@media screen and (max-width: 775px) {
#News a span {
  margin: 0;
  }
}
@media screen and (max-width: 650px) {
.ui-accordion .ui-accordion-header {
  font-size: 16px;
  text-transform: none;
  }
}
@media screen and (max-width: 600px) {
.MainHome h1 {
  font-size: 30px;
  }
#News a span {
  float: none;
  width: 100%;
  }
.NewsPhoto {
  float: none;
  width: 100%;
  margin: 0 0 10px 0;
  }
.NewsPhoto img {
  margin: 0 auto;
  }
.HMtext {
  width: 100%;
  }
.HomeMission p {
  font-size: 16px;
  }
.Stat {
  float: none;
  width: 100%;
  }
.BigStat {
  float: none;
  width: 100%;
  padding: 50px 0 5px 0;
  }
.StatTitle {
  float: none;
  width: 100%;
  padding: 50px 0 5px 0;
  }
.Mentor span {
  top: 50%;
  }
.Plaq {
  margin: 0;
  position: static;
  width: 100%;
  padding: 20px 10px 20px 20px;
  }
.Plaq h1 {
  font-size: 24px;
  }
.Plaq a.Button {
  font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
.HomeButtons ul li {
  float: none;
  width: 100%;
  }
.HomeButtons ul li a {
  text-align: left;
  }
.ui-accordion .ui-accordion-header {
  font-size: 14px;
  }
.Mentor {
  float: none;
  width: 100%;
  }
.Mentor span {
  top: 75%;
  padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
.ui-accordion .ui-accordion-header {
  font-size: 12px;
  line-height: 20px;
  }
}
@media screen and (max-width: 400px) {
.HomeMission h1 {
	letter-spacing: .3em;
  }
}
