.about .intro {
  background: url(../img/ab_intro.jpg) center;
  background-size: cover;
  padding: 70px 0;
}
@media (max-width: 1200px) {
  .about .intro {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .about .intro {
    padding: 40px 0;
    background: #3b3a4a;
  }
}
.about .intro .switch .switcher {
  padding: 40px;
  background: #3b3a4a;
  border-radius: 40px;
  margin: 20px 0;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.about .intro .switch .switcher:hover img {
  opacity: 1;
  transform: scale3d(1.1, 1.1, 1.1);
}
.about .intro .switch .switcher img {
  max-width: 100px;
  margin: 0 auto;
  display: block;
  opacity: 0.8;
  transition: 0.3s;
}
.about .intro .switch .switcher:before {
  content: "";
  width: 40px;
  height: 40px;
  background: #3b3a4a;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -20px;
  transform: rotate(45deg);
  transition: 0.3s;
}
.about .intro .switch .switcher h3 {
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0 0;
}
.about .intro .switch .switcher.active {
  background: #141429;
}
.about .intro .switch .switcher.active:before {
  background: #141429;
}
@media (max-width: 1200px) {
  .about .intro .switch .switcher h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .about .intro .switch {
    display: flex;
  }
  .about .intro .switch .switcher {
    width: 50%;
  }
  .about .intro .switch .switcher:before {
    top: auto;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
  }
  .about .intro .switch .switcher h3 {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .about .intro .switch .switcher {
    padding: 30px 10px;
    border-radius: 20px;
  }
  .about .intro .switch .switcher h3 {
    font-size: 14px;
  }
}
.about .intro .contentSwitch {
  padding: 40px 0 40px 40px;
  color: #fff;
}
.about .intro .contentSwitch h4 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
}
.about .intro .contentSwitch p {
  font-size: 20px;
  font-weight: 400;
}
.about .intro .contentSwitch .contentBox {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s, transform 0.6s;
  transform: translateX(100%);
}
.about .intro .contentSwitch .contentBox.active {
  max-height: 2000px;
  opacity: 1;
  transform: translateX(0%);
}
@media (max-width: 991px) {
  .about .intro .contentSwitch {
    text-align: center;
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .about .intro .contentSwitch {
    padding: 30px 0;
  }
  .about .intro .contentSwitch h4 {
    font-size: 24px;
  }
}
.about .mission {
  padding: 5vw 0;
  background: url(../img/front_hero.jpg) left bottom;
  background-size: cover;
}
.about .mission h3 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  text-transform: uppercase;
  text-align: center;
}
.about .mission h3 span {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  color: #A84747;
  display: block;
}
.about .mission p {
  font-size: 20px;
}
.about .mission p strong {
  color: #A84747;
}
@media (max-width: 991px) {
  .about .mission {
    padding: 40px 0;
    background: #fff;
  }
  .about .mission h3 {
    font-size: 36px;
  }
  .about .mission h3 span {
    font-size: 23px;
  }
  .about .mission p {
    font-size: 18px;
    text-align: center;
  }
}
.about .mission ul {
  font-size: 20px;
  background: #3b3a4a;
  padding: 40px 20px 40px 60px;
  margin-left: 0;
  border-radius: 10px;
}
.about .mission ul li {
  line-height: 1.5;
  margin-bottom: 15px;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
}
.about .mission ul li svg {
  color: #6F99D0;
}
.about .promise {
  padding: 5vw 0;
  background: url(https://standforamerica.com/wp-content/themes/_sfa/img/ab_promise-new.jpg) right;
  background-size: cover;
}
.about .promise h3 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  text-transform: uppercase;
  text-align: center;
}
.about .promise h3 span {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  color: #A84747;
  display: block;
}
.about .promise p {
  font-size: 20px;
}
@media (max-width: 991px) {
  .about .promise {
    padding: 40px 0;
    background: #fff;
  }
  .about .promise h3 {
    font-size: 36px;
  }
  .about .promise h3 span {
    font-size: 23px;
  }
  .about .promise p {
    font-size: 18px;
    text-align: center;
  }
}
.about .quote {
  padding: 8vw 0;
  background: url(../img/ab_quote.jpg) center;
  background-size: cover;
}
.about .quote blockquote {
  text-align: center;
  color: #fff;
}
.about .quote blockquote p {
  font-family: proxima-nova, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.7;
  text-align: center;
}
.about .quote blockquote h5 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 29px;
  margin: 20px 0 10px;
}
.about .quote blockquote h6 {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .about .quote blockquote {
    margin: 0;
  }
  .about .quote blockquote p {
    font-size: 18px;
  }
  .about .quote blockquote h5 {
    font-size: 20px;
    margin: 10px 0;
  }
  .about .quote blockquote h6 {
    font-size: 16px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .about .quote {
    background: #3b3a4a;
  }
  .about .quote h5 {
    color: #A84747;
  }
}
.about .aboutSocial {
  padding: 7vw 0;
  background: url(../img/twitter.svg) left no-repeat;
  background-size: 30%;
}
.about .aboutSocial .logo {
  max-width: 360px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .about .aboutSocial .logo {
    max-width: 240px;
  }
}
@media (max-width: 767px) {
  .about .aboutSocial .logo {
    display: none;
  }
}
.about .aboutSocial .icons {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.about .aboutSocial .icons h2 {
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 90.2%;
  text-transform: uppercase;
}
.about .aboutSocial .icons ul {
  margin: 0 0 5px;
}
.about .aboutSocial .icons ul li {
  display: inline-block;
  list-style-type: none;
}
.about .aboutSocial .icons ul li a {
  padding: 10px;
  font-size: 33px;
}
.about .aboutSocial .icons ul li a svg {
  color: #9e9e9e;
  transition: 0.3s;
}
.about .aboutSocial .icons ul li a:hover svg {
  transform: scale3d(1.1, 1.1, 1.1);
  color: #141429;
}
@media (max-width: 1200px) {
  .about .aboutSocial .icons h2 {
    font-size: 44px;
  }
  .about .aboutSocial .icons ul li a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .about .aboutSocial .icons h2 {
    font-size: 30px;
  }
  .about .aboutSocial .icons ul li a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .about .aboutSocial .icons {
    flex-direction: column;
  }
  .about .aboutSocial .icons ul {
    padding: 0;
  }
}
.about .aboutSocial .twitterFeed blockquote p.ctf-tweet-text {
  font-family: proxima-nova, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 22px;
  line-height: 170.2%;
}
.about .aboutSocial .twitterFeed blockquote #ctf .ctf-tweet-content, .about .aboutSocial .twitterFeed blockquote #ctf .ctf-tweet-actions {
  margin-left: 80px;
}
.about .aboutSocial .twitterFeed blockquote h6 {
  font-style: italic;
  font-weight: bold;
  font-size: 22px;
  color: #A84747;
  margin-left: 85px;
}
.about .team {
  background: #3b3a4a;
  padding: 70px 0;
  text-align: center;
  color: #fff;
}
.about .team h2 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
}
.about .team .stars {
  margin-bottom: 40px;
}
.about .team .member {
  margin: 40px 0;
  /*             max-width: 100%;
              max-height: 90px; */
}
@media (max-width: 991px) {
  .about .team {
    padding: 40px 0 0;
  }
  .about .team h2 {
    font-size: 48px;
  }
  .about .team .stars {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .about .team {
    padding: 40px 0 20px;
  }
  .about .team .member {
    margin: 20px 0;
  }
}
