#join-the-team {
  margin-bottom: 40px;
}

#join-the-team .inner-container {
  border-top: 7px solid #e81b23;
  background-color: white;
  padding: 0px 20px 0px 30px;
  text-transform: uppercase;
  line-height: 6em;
  letter-spacing: 4px;
  margin: 0;
  padding: 0;
}

#join-the-team .inner-container:after {
  content: "";
  display: table;
  clear: both;
}

#jtt-title {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
}

#join-the-team .inner-container:after {
  content: "";
  clear: both;
}

#join-the-team .title {
  font-family: "lft-etica", sans-serif;
  letter-spacing: 4px;
  font-size: 2.4em;
  box-sizing: border-box;
  padding-left: 20px;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
}

#join-the-team .sub-title {
  font-family: "lft-etica", sans-serif;
  font-size: 1.5em;
  box-sizing: border-box;
  padding-left: 20px;
  white-space: nowrap;
  letter-spacing: 3px;
}

#join-the-team-form {
  margin: 0;
  padding: 0;
  float: left;
  display: inline;
  box-sizing: border-box;
  white-space: nowrap;
}

#join-the-team input, #join-the-team button {
  margin-left: 20px;
}

#join-the-team label.xl {
  position: relative;
  margin-left: 5px;
}

#join-the-team input {
  font-family: "lft-etica", sans-serif;
  font-size: 1.4em;
  margin-left: 20px;
  margin-top: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 42px;
  padding: 0 20px;
}

#join-the-team button {
  font-size: 1.6em;
  line-height: 1.6em;
  margin-top: 17px;
  margin-left: 25px;
}

#join-the-team button:before {
  padding-top: 30px;
}

#join-the-team .fa {
  padding-left: 12px;
}

#join-the-team label.error {
  position: absolute;
  left: 0px;
  font-size: .8em;
  color: white;
  width: auto;
  background-color: red;
  letter-spacing: 0px;
  line-height: .8em;
  padding: 10px;
  font-weight: bold;
  bottom: -50px;
}

#join-the-team label.error:after {
  clear: both;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid red;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -20%;
  left: 40%;
}

#group-features .group-feature img {
  width: 100%;
}

#involved-top-features .action-items ul li img {
  margin: 13px;
}

.get-involved-leadright {
  margin: 0 0 20px 36px;
}

.get-involved-leadright h2 {
  font-size: 38px !important;
  line-height: 3.5em !important;
  letter-spacing: 7px !important;
  font-family: "jubilat", sans-serif !important;
  text-shadow: 2px 0 #464646 !important;
}

.get-involved-leadright h2 span {
  line-height: 3.8em !important;
  font-family: "lft-etica", sans-serif !important;
  text-shadow: none !important;
}
/*
* Firefox and IE fix
*/

@-moz-document url-prefix() {
  #join-the-team-form {
    margin: 0;
    padding: 0;
    float: left;
    display: inline;
    box-sizing: border-box;
    white-space: nowrap;
    width: 100%
  }
  #join-the-team button {
    padding: 0 33px 0 23px;
  }
  #join-the-team label.error:after {
    clear: both;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid red;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -20%;
    left: 40%;
  }
  #join-the-team label.error {
    position: absolute !important;
    left: 0%;
    margin-top: 0px;
    font-size: 0.8em;
    color: white !important;
    width: auto !important;
    background-color: red;
    letter-spacing: 0px;
    line-height: .8em;
    padding: 10px 5px !important;
    font-weight: bold;
    border-radius: 0px !important;
    text-align: center;
  }
  #get-involved:after {
    margin-top: -15px;
  }
}

input:-ms-input-placeholder {
  color: #ccc !important;
}

@media screen\0 {
  #join-the-team button {
    padding: 0 33px 0 33px;
  }
  #join-the-team .title {
    letter-spacing: 0px;
  }
}

/*----------------- Mobile View --------------------*/

@media only screen and (max-width: 640px) {
  .fullscreen-menu {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 1000;
    top: 15%;
  }
  #join-the-team {
    zoom: 1;
    margin-bottom: 0px;
  }
  #join-the-team .inner-container {
    border: 0;
    margin: 0 auto;
    padding: 0px;
    line-height: 3em;
  }
  #jtt-title {
    padding: 0;
    margin: 0;
    float: none;
    display: block;
  }
  #join-the-team .sub-title {
    margin-bottom: 10px;
  }
  #join-the-team input#id_email {
    margin-bottom: 0px;
    width: 90% !important;
  }
  #join-the-team input#id_phone, #join-the-team input#id_zipcode {
    width: 90% !important;
  }
  #join-the-team .title {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-left: 0pc;
    white-space: nowrap;
    margin-top: 20px;
  }
  #join-the-team-form label.xl {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 15px;
  }
  #join-the-team-form {
    margin: 0;
    padding: 0;
    float: none;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
  }
  #join-the-team input {
    width: 92%;
    margin: 10px 0 0 0;
  }
  #join-the-team label.error {
    position: absolute;
    left: 5%;
    margin-top: 30px;
    font-size: .8em;
    color: white !important;
    width: 63% !important;
    background-color: red;
    letter-spacing: 0px;
    line-height: .8em;
    padding: 9px !important;
    font-weight: bold;
    bottom: -25px;
    z-index: 500;
  }
  #join-the-team label.error:after {
    clear: both;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    /* left arrow slant */
    border-right: 10px solid transparent;
    /* right arrow slant */
    border-bottom: 10px solid red;
    /* bottom, add background color here */
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -20%;
    left: 0%
  }
  #join-the-team button {
    display: inline-block;
    text-align: center;
    margin: 16px 0 20px 0%;
  }
  #involved-top-features .action-items ul li img {
    margin: 10px;
  }
  .group-feature {
    display: block!important;
    float: none!important;
    width: 90%!important;
    margin: 15px auto 0 auto!important;
    height: auto;
    position: relative;
    border-bottom: 2px solid #e1e1e1;
    overflow: hidden;
  }
  .group-feature .group-feature-text {
    text-align: center;
    position: relative !important;
    margin: 0 auto;
    top: -26px;
    padding-bottom: 10px;
    height: auto;
  }
  .group-feature .group-feature-text h6 span {
    background: #fff;
    padding: 10px 20px !important;
    font-size: 13px;
  }
  .get-involved-leadright h2 {
    font-size: 24px !important;
    line-height: 3.5em !important;
    text-shadow: 1px 0 #464646 !important;
  }
  .get-involved-leadright h2 span {
    margin-top: -28px !important;
    line-height: 4.8em !important;
    font-size: 25px !important;
  }
  .get-involved-leadright em {
    font-size: 18px;
    line-height: 3em;
  }
}

/*--------------- iPad mini portrait view -----------------*/

@media only screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  body#get-involved-page #bd {
    width: 90%;
    margin: 100px auto;
    padding: 0px !important;
    margin-bottom: 25px;
  }
  #join-the-team .fa {
    padding-left: 4px;
    width: 5px;
  }
  #join-the-team-form {
    visibility: hidden;
  }
  #join-the-team #jtt-title {
    height: 60px;
    line-height: 5em;
  }
  #join-the-team .title {
    font-size: 1.5em !important;
    padding-left: 10px;
  }
  #join-the-team {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  #join-the-team #jtt-title {
    line-height: 3.75em;
  }
  #join-the-team .sub-title {
    font-family: "lft-etica", sans-serif;
    font-size: 1.2em;
    box-sizing: border-box;
    padding-left: 0px;
    white-space: nowrap;
    letter-spacing: 3px;
  }
  #join-the-team #main-submit {
    height: 28px;
    font-size: 1.2em;
    margin: 10px 20px 10px 0;
    padding: 0 11px;
    width: 26% !important;
  }
  #join-the-team .inner-container {
    letter-spacing: 2px;
    height: 50px;
  }

  #join-the-team .title {
    width: 210px;
    padding-left: 0px;
    letter-spacing: 2px;
  }
  #join-the-team input {
    height: 28px;
    font-size: 13px;
    margin-left: 0px;
  }
  #join-the-team input:placeholder {
    padding: auto;
  }
  #join-the-team input#id_email, #join-the-team input#id_phone, #join-the-team input#id_zipcode {
    margin-top: 10px;
    margin-right: 12px;
    width: 32%;
  }
  #join-the-team label.error {
    position: absolute;
    left: 0;
    font-size: .8em;
    color: white;
    width: auto;
    background-color: red;
    letter-spacing: 0px;
    line-height: .8em;
    padding: 10px;
    font-weight: bold;
    bottom: -20px;
  }
  #join-the-team button:before {
    padding-top: 25px;
  }
  #hd {
    height: 65px;
  }
  #hd h1.logo-h1 {
    zoom: .7;
  }
  #hd .container .hd-left {
    zoom: .8;
    -moz-transform: scale(.8);
    margin-top: 0;
    margin-left: 20px;
    padding: 20px 0 0 0
  }
  #hd .hd-left .btn {
    font-size: 12px;
    height: 33px;
    line-height: 33px;
    padding: 5px 12px;
  }
  #hd .hd-left ul {
    margin-left: 1px;
  }
  #hd .hd-left ul li a {
    padding-left: 15px;
  }
  #hd .hd-right ul#nav li a {
    padding: 14px 24px;
  }
  #hd.condensed .hd-right ul#nav li a {
    padding: 28px 24px;
    margin-top: -10px;
  }
  #hd .hd-left, #hd .hd-right {
    zoom: .86;
  }
  #hd .hd-right ul#top-links {
    margin: 27px 0 0 -37px;
  }
  #join-the-team button {
    margin: 20px 0 20px 0;
  }
  #bd {
    padding: 0 20px 0 20px;
  }
  #hd .container .hd-right {
    width: 32%;
  }
  #group-features {
    width: 100%;
    margin-top: 0px;
  }
  #group-features #join-feature {
    margin-bottom: 30px;
    width: 60%;
    zoom: unset;
  }
  #group-features #join-feature img {
    width: 100%;
    height: 293px;
  }
  #involved-top-features .action-items {
    width: 100%;
  }
  #involved-top-features {
    width: 37%;
    margin: 0 0 20px 19px;
  }
  #join-feature-info {
    position: absolute;
    top: 23%;
    left: 21%;
    width: 75%;
  }
  #join-feature-text {
    width: 61%;
  }
  #join-feature-text h2 {
    font-size: 17px;
  }
  #join-feature-text p {
    font-size: 14px;
  }
  #join-feature-text .btn {
    width: 75%;
  }
  #involved-top-features .action-items ul li {
    font-size: 13px;
  }
  #get-involved {
    width: 48%;
    padding-bottom: 5px;
    height: 280px;
  }
  #get-involved h2 {
    display: block;
    text-align: center;
    color: #464646;
    font-size: 43px;
    font-family: "lft-etica", sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 2.7em;
    letter-spacing: 9px;
  }
  #get-involved h2 span {
    font-family: "jubilat", sans-serif;
    text-shadow: 2px 0 #464646;
    letter-spacing: 3px;
    display: block;
    border-top: 1px solid;
    margin-top: -28px;
    line-height: 3.1em;
  }
  #get-involved em {
    line-height: 1.9em;
  }
  #get-involved:after {
    border-bottom: 1px solid black;
    content: '';
    display: block;
    width: 100%;
    margin-top: 1px;
  }
  .get-involved-leadright h2 {
    font-size: 36px !important;
    line-height: 3.5em !important;
    letter-spacing: 7px !important;
    font-family: "jubilat", sans-serif !important;
    text-shadow: 2px 0 #464646 !important;
    margin-bottom: 10px !important;
    height: 115px;
  }
  .get-involved-leadright h2 span {
    line-height: 4em !important;
    font-family: "lft-etica", sans-serif !important;
    text-shadow: none !important;
  }
  .get-involved-leadright {
    margin: initial;
    height: 279px !important;
  }
  #group-features .group-feature {
    zoom: .9;
    -moz-transform: scale(.9);
    margin: 0px 0 20px 0px;
    height: 320px;
    text-align: center;
    width: 48%;
  }
  .clear {
    display: none;
  }
  .clearfix:after {
    display: none;
  }
  #group-features .group-feature img {
    width: 100%;
  }
  #group-features .group-feature:nth-child(odd):last-child {
    margin-left: 0;
    margin-right: 0;
  }
  .group-feature .group-feature-text {
    position: absolute;
    padding: 0 15px;
    top: 147px !important;
  }
  #join-feature-text h2 {
    font-size: 20px;
  }
}

/*----------------- Mobile Landscape View ----------------------*/

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  /* mobile landscape view of header for get-involved page */
  body#get-involved-page {
    min-width: unset !important;
  }
  body#get-involved-page #bd {
    width: 90%;
    margin: 0px auto;
    padding-top: 0px;
  }
  #hd {
    display: none;
    visibility: hidden;
  }
  #hd-mobile {
    width: 100%;
    display: block;
    visibility: visible;
    float: none;
    background: #414959;
    margin: 0;
    padding: 0px;
    position: relative;
    height: 74px;
  }
  #hd-mobile div #logo img {
    padding: 12px 0 10px 0 !important;
  }
  #hd-mobile div.left {
    width: 40px;
    position: absolute;
    top: 12px;
    left: 15px;
  }
  #hd-mobile div.right {
    float: right;
    width: 105px;
    position: absolute;
    top: 12px;
    right: 15px;
  }
  #hd-mobile ul#mobile-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
  }
  #hd .hd-right ul#nav li.active, #hd-mobile ul#mobile-nav li.active {
    position: relative;
  }
  #hd-mobile div {
    display: inline;
    float: left;
    width: 100%;
    text-align: center;
  }
  #hd-mobile ul#mobile-nav li em#icon-menu {
    display: block;
    height: 43px;
    width: 33px;
    margin: 8px 0 0;
    background: url(../home/images/icon-menu.png) left 0 no-repeat;
  }
  #hd-mobile ul#mobile-nav li .dropdown-menu {
    width: 100%;
    min-width: 320px;
    overflow-x: hidden;
    margin-top: 11px;
  }
  #hd-mobile div.right a {
    font-size: 12px;
  }
  #hd-mobile ul#mobile-nav li .btn-group .dropdown-menu .subhead {
    color: #999;
    text-transform: uppercase;
    font-family: "lft-etica", sans-serif;
    padding: 25px 0px 0 20px;
    text-align: left;
    margin-bottom: 5px;
    width: 94%;
  }
  #hd-mobile ul#mobile-nav li .btn-group .dropdown-menu li>a {
    float: left;
    font-size: 16px;
    font-weight: 600;
    color: #7a7a7a;
    width: initial;
  }
  .fullscreen-menu {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 100;
    top: 18%;
    left: 0%;
  }
  .fullscreen-menu nav ul {
    font-size: 4em;
    list-style: none;
    margin-top: 2%;
    display: inline-block;
  }
  .btn-group .closeMenu::before {
    display: none;
  }
  /* get-involved mobile landscape footer only */
  #ft {
    display: none;
  }
  #ft-mobile {
    width: 100%;
    display: block !important;
    visibility: visible !important;
    float: none !important;
    padding: 20px 0 40px;
    padding-bottom: 10px;
    background: #414959;
    color: #b2b9bd;
  }
  #ft-mobile .container {
    width: 100% !important;
  }
  #group-features .group-feature img.hide-mobile {
    display: none;
  }
  #ft-mobile ul {
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 0px;
  }
  #ft-mobile ul li {
    display: block;
    float: left;
    width: 33.3%;
  }
  #ft-mobile ul li a {
    display: block;
    color: #fff;
    width: 100%;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 10px !important;
  }
  #ft-mobile ul li:nth-child(2) {
    background: #e81b23;
  }
  .ft-mobile__social-icons {
    display: flex;
    justify-content: space-around;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .ft-mobile__social-icons .ft-mobile__social-icons__twitter {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent url(../home/images/white-twitt-icon.png) no-repeat;
    background-size: cover;
  }
  .ft-mobile__social-icons .ft-mobile__social-icons__facebook {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent url(../home/images/white-facebook-icon.png) no-repeat;
    background-size: cover;
  }
  .ft-mobile__social-icons .ft-mobile__social-icons__instagram {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent url(../home/images/white-instagram-icon.png) no-repeat;
    background-size: cover;
  }
  .ft-mobile__social-icons .ft-mobile__social-icons__youtube {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent url(../home/images/white-youtube-icon.png) no-repeat;
    background-size: cover;
  }
  /* get-involved-page middle contents */
  #join-the-team {
    zoom: 1;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
  }
  #join-the-team .inner-container {
    border: 0;
    margin: 0 auto;
    padding: 0px;
    line-height: 3em;
    height: unset;
    letter-spacing: 4px;
  }
  #jtt-title {
    padding: 0;
    margin: 0;
    float: none;
    display: block;
  }
  #join-the-team #jtt-title {
    line-height: unset;
    height: unset;
  }
  #join-the-team .title {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-left: 0pc;
    white-space: nowrap;
    margin-top: 20px;
    font-size: 2.8em;
  }
  #join-the-team-form {
    margin: 0;
    padding: 0;
    float: none;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
    visibility: visible;
  }
  #join-the-team-form label.xl {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 15px;
  }
  #join-the-team input#id_email, #join-the-team input#id_phone, #join-the-team input#id_zipcode {
    margin-bottom: 0px;
    width: 90%;
    margin-right: 0px;
    margin-left: 0px;
  }
  #join-the-team label.error {
    position: absolute;
    left: 5%;
    font-size: .8em;
    color: white;
    width: 40%;
    background-color: red;
    letter-spacing: 0px;
    line-height: .8em;
    padding: 10px;
    font-weight: bold;
    bottom: -27px;
  }
  #join-the-team #main-submit {
    display: block;
    margin: 30px auto;
    width: 25%;
  }
  #group-features #join-feature {
    display: none;
  }
  #group-features .group-feature img {
    width: 100%;
    height: 200px;
  }
  #group-features {
    margin-bottom: 30px;
    width: 100%;
  }
  #involved-top-features {
    display: block;
    float: none;
    width: 100%;
    margin: 15px auto 0 auto;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  #involved-top-features .action-items {
    margin: 0;
    width: 100%;
  }
  #involved-top-features .action-items ul li {
    font-size: 18px;
  }
  #involved-top-features .action-items ul li img {
    margin: 13px;
  }
  .group-feature {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 15px auto 0 auto !important;
    height: auto !important;
    position: relative;
    border-bottom: 2px solid #e1e1e1;
    overflow: hidden;
  }
  #group-features .mobile-victory .group-feature-text {
    position: relative;
    padding: 0 90px;
    top: -24px;
    text-align: center;
  }
  .group-feature .group-feature-text {
    position: relative;
    padding: 0 90px;
    top: -24px;
    text-align: center;
    padding-bottom: 12px;
  }
  #group-features .mobile-victory {
    height: 320px !important;
  }
  #get-involved {
    width: 100%;
    margin: 20px 0px 20px 0px;
  }
  .get-involved-leadright h2 {
    font-size: 40px !important;
    line-height: 3.2em !important;
  }
  .get-involved-leadright h2 span {
    line-height: 3.5em !important;
    font-size: 45px !important;
    margin-bottom: 0px !important;
  }
}

/*-------------------- iPad portrait View ---------------------*/

@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body#get-involved-page #bd {
    width: 90.8%;
    margin: 100px auto;
    padding: 0px !important;
    margin-bottom: 25px;
  }
  #join-the-team .fa {
    padding-left: 4px;
    width: 5px;
  }
  #join-the-team #jtt-title {
    height: 60px;
    line-height: 5em;
  }
  #join-the-team .title {
    font-size: 1.5em !important;
    padding-left: 10px;
  }
  #join-the-team {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 0px;
  }
  #join-the-team #jtt-title {
    line-height: 3.75em;
  }
  #join-the-team .sub-title {
    font-family: "lft-etica", sans-serif;
    font-size: 1.2em;
    box-sizing: border-box;
    padding-left: 0px;
    white-space: nowrap;
    letter-spacing: 3px;
  }
  #join-the-team #main-submit {
    height: 28px;
    font-size: 1.2em;
    margin: 10px 20px 10px 0;
    padding: 0 11px;
    width: 101px !important;
  }
  #join-the-team .inner-container {
    letter-spacing: 2px;
    height: 50px;
  }
  #join-the-team .title {
    width: 210px;
    padding-left: 0px;
    letter-spacing: 2px;
  }
  #join-the-team input {
    height: 28px;
    font-size: 13px;
    margin-left: 0px;
  }
  #join-the-team input:placeholder {
    padding: auto;
  }
  #join-the-team input#id_email, #join-the-team input#id_phone, #join-the-team input#id_zipcode {
    margin-top: 10px;
    margin-right: 17px;
    width: 35%;
  }
  #join-the-team label.error {
    position: absolute;
    left: 0;
    font-size: .8em;
    color: white;
    width: auto;
    background-color: red;
    letter-spacing: 0px;
    line-height: .8em;
    padding: 10px;
    font-weight: bold;
    bottom: -20px;
  }
  #join-the-team button:before {
    padding-top: 25px;
  }
  #hd {
    height: 65px;
  }
  #hd h1.logo-h1 {
    zoom: .7;
  }
  #hd .container .hd-left {
    zoom: .8;
    -moz-transform: scale(.8);
    margin-top: 0;
    margin-left: 20px;
    padding: 20px 0 0 0
  }
  #hd .hd-left .btn {
    font-size: 12px;
    height: 33px;
    line-height: 33px;
    padding: 5px 12px;
  }
  #hd .hd-left ul {
    margin-left: 1px;
  }
  #hd .hd-left ul li a {
    padding-left: 15px;
  }
  #hd .container .hd-right {
    width: 34.6%;
  }
  #hd .hd-right ul#nav li a {
    padding: 14px 24px;
    margin-top: 0px;
  }
  #hd.condensed .hd-right ul#nav li a {
    padding: 31px 24px;
    margin-top: -14px;
  }
  #hd .hd-left, #hd .hd-right {
    zoom: .86;
  }
  #hd .hd-right ul#top-links {
    margin: 26px 0 0 -12px;
  }
  #join-the-team button {
    margin: 20px 0 20px 0;
  }
  #group-features {
    width: 100%;
    margin-top: 0px;
  }
  #group-features #join-feature {
    margin-bottom: 30px;
    width: 60%;
    zoom: 0.8;
  }
  #group-features #join-feature img {
    width: 100%;
    height: 368px;
  }
  #involved-top-features .action-items {
    width: 100%;
  }
  #involved-top-features {
    width: 37%;
    margin: 0 0 20px 19px;
  }
  #join-feature-info {
    position: absolute;
    top: 120px;
    left: 150px;
    width: 75%;
  }
  #join-feature-text {
    width: 240px;
  }
  #join-feature-text h2 {
    font-size: 17px;
  }
  #join-feature-text p {
    font-size: 14px;
  }
  #join-feature-text .btn {
    width: 75%;
  }
  #involved-top-features .action-items ul li {
    font-size: 13px;
  }
  #get-involved {
    width: 48%;
    padding-bottom: 4px;
    height: 273px;
  }
  .get-involved-leadright h2 {
    font-size: 38px !important;
    line-height: 2.7em !important;
    letter-spacing: 7px !important;
    font-family: "jubilat", sans-serif !important;
    text-shadow: 2px 0 #464646 !important;
    margin-bottom: 6px !important;
    height: 115px;
  }
  .get-involved-leadright h2 span {
    line-height: 4.3em !important;
    font-family: "lft-etica", sans-serif !important;
    text-shadow: none !important;
  }
  .get-involved-leadright {
    margin: initial;
    height: 272px !important;
  }
  #group-features .group-feature {
    zoom: .9;
    -moz-transform: scale(.9);
    margin: 0px 0 20px 0px;
    height: 315px;
    text-align: center;
    width: 48%;
  }
  .clear {
    display: none;
  }
  .clearfix:after {
    display: none;
  }
  #group-features .group-feature img {
    width: 100%;
  }
  #group-features .group-feature:nth-child(odd):last-child {
    margin-left: 0;
    margin-right: 0;
  }
  .group-feature .group-feature-text {
    position: absolute;
    padding: 0 15px;
    top: 147px;
  }
}

/*---------------------- iPad Mini Landscape ------------------------*/

@media only screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  body#get-involved-page #bd {
    width: 90%;
    margin: 100px auto;
    padding: 0px !important;
    margin-bottom: 25px;
  }
  #join-the-team {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0px;
  }
  #join-the-team .inner-container {
    height: 60px;
    letter-spacing: 2px;
  }
  #hd .hd-left ul {
    margin-left: 3%;
  }
  #hd .container .hd-right {
    width: 36%;
  }
  #join-the-team #jtt-title {
    padding-left: 0px;
    line-height: 4.5em;
  }
  #join-the-team #jtt-title .title {
    font-size: 1.5em !important;
    padding-left: 17px;
    width: 100%;
  }
  #join-the-team input#id_email, #join-the-team input#id_phone, #join-the-team input#id_zipcode {
    height: 28px;
    margin-top: 15px;
    width: 37%;
  }
  #join-the-team #main-submit {
    font-size: 1.1em;
    padding: 0 20px;
    margin-left: 20px;
    height: 28px;
    margin-top: 15px;
  }
  #join-the-team label.error {
    position: absolute;
    font-size: .8em;
    color: white;
    width: auto;
    background-color: red;
    letter-spacing: 0px;
    line-height: .8em;
    padding: 10px;
    font-weight: bold;
    left: 20px;
    bottom: -24px;
  }
  #group-features {
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }
  #group-features #join-feature {
    margin-bottom: 30px;
    width: 60%;
    zoom: unset;
  }
  #group-features #join-feature img {
    width: 100%;
    height: 292px;
  }
  #involved-top-features .action-items {
    width: 100%;
  }
  #involved-top-features {
    width: 37%;
    margin: 0 0 20px 20px;
  }
  #join-feature-info {
    position: absolute;
    top: 26%;
    right: 17%;
    width: 51%;
  }
  #join-feature-text {
    width: 240px;
  }
  #join-feature-text h2 {
    font-size: 20px;
  }
  #join-feature-text p {
    font-size: 14px;
  }
  #join-feature-text .btn {
    width: 75%;
  }
  #involved-top-features .action-items ul li {
    font-size: 13px;
  }
  #get-involved {
    width: 48%;
    display: inline;
    float: left;
    height: 310px;
    position: relative;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-top: 3px;
    padding-bottom: 2px;
  }
  #get-involved h2 {
    display: block;
    text-align: center;
    color: #464646;
    font-size: 50px;
    font-family: "lft-etica", sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 3em;
    letter-spacing: 9px;
  }
  #get-involved h2 span {
    font-family: "jubilat",sans-serif;
    text-shadow: 2px 0 #464646;
    letter-spacing: 3px;
    display: block;
    border-top: 1px solid;
    margin-top: -15px;
    line-height: 2.9em;
  }
  #get-involved:after {
    border-bottom: 1px solid black;
    content: '';
    display: block;
    width: 100%;
    margin-top: -2px;
  }
  .get-involved-leadright {
    margin: initial;
    height: 311px !important;
  }
  .get-involved-leadright h2 {
    font-size: 38px !important;
    line-height: 3.7em !important;
    letter-spacing: 7px !important;
    font-family: "jubilat", sans-serif !important;
    text-shadow: 2px 0 #464646 !important;
    margin-bottom: 1px !important;
  }
  .get-involved-leadright h2 span {
    line-height: 3.8em !important;
    font-family: "lft-etica", sans-serif !important;
    text-shadow: none !important;
    font-size: 45px;
    margin-bottom: -19px;
  }
  #group-features .group-feature {
    zoom: .9;
    -moz-transform: scale(.9);
    margin: 0px 0 20px 0px;
    height: 355px;
    text-align: center;
    width: 48%;
  }
  .clear {
    display: none;
  }
  .clearfix:after {
    display: none;
  }
  #group-features .group-feature img {
    width: 100%;
  }
  #group-features .group-feature:nth-child(odd):last-child {
    margin-left: 0;
    margin-right: 0;
  }
  .group-feature .group-feature-text {
    position: absolute;
    padding: 0 15px;
    top: 203px;
  }
}

/*-------------------- iPad Landscape View ---------------------*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body#get-involved-page #bd {
    width: 90%;
    margin: 100px auto;
    padding: 0px !important;
    margin-bottom: 25px;
  }
  #join-the-team {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0px;
  }
  #join-the-team .inner-container {
    height: 60px;
    letter-spacing: 2px;
  }
  #hd .hd-left ul {
    margin-left: 3%;
  }
  #join-the-team #jtt-title {
    padding-left: 0px;
    line-height: 4.5em;
  }
  #join-the-team #jtt-title .title {
    font-size: 1.5em !important;
    padding-left: 17px;
    width: 100%;
  }
  #join-the-team input#id_email, #join-the-team input#id_phone, #join-the-team input#id_zipcode {
    height: 28px;
    margin-top: 15px;
    width: 36%;
  }
  #join-the-team #main-submit {
    font-size: 1.1em;
    padding: 0 20px;
    margin-left: 20px;
    height: 28px;
    margin-top: 15px;
  }
  #join-the-team label.error {
    position: absolute;
    font-size: .8em;
    color: white;
    width: auto;
    background-color: red;
    letter-spacing: 0px;
    line-height: .8em;
    padding: 10px;
    font-weight: bold;
    left: 20px;
    bottom: -24px;
  }
  #hd .container .hd-right {
    width: 35.5%;
  }
  #group-features {
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }
  #group-features #join-feature {
    margin-bottom: 30px;
    width: 60%;
    zoom: 0.8;
  }
  #group-features #join-feature img {
    width: 100%;
    height: 368px;
  }
  #involved-top-features .action-items {
    width: 100%;
  }
  #involved-top-features {
    width: 37%;
    margin: 0 0 20px 20px;
  }
  #join-feature-info {
    position: absolute;
    top: 95px;
    right: 54px;
    width: 51%;
  }
  #join-feature-text {
    width: 240px;
  }
  #join-feature-text h2 {
    font-size: 20px;
  }
  #join-feature-text p {
    font-size: 14px;
  }
  #join-feature-text .btn {
    width: 75%;
  }
  #involved-top-features .action-items ul li {
    font-size: 13px;
  }
  #get-involved {
    width: 48%;
    height: 312px;
  }
  .get-involved-leadright {
    margin: initial;
    height: 300px !important;
  }
  .get-involved-leadright h2 {
    font-size: 36px !important;
    line-height: 3.7em !important;
    letter-spacing: 7px !important;
    font-family: "jubilat", sans-serif !important;
    text-shadow: 2px 0 #464646 !important;
    margin-bottom: 1px !important;
  }
  .get-involved-leadright h2 span {
    line-height: 3.8em !important;
    font-family: "lft-etica", sans-serif !important;
    text-shadow: none !important;
    font-size: 45px;
    margin-bottom: -22px;
  }
  #group-features .group-feature {
    zoom: .9;
    -moz-transform: scale(.9);
    margin: 0px 0 20px 0px;
    height: 354px;
    text-align: center;
    width: 48%;
  }
  #get-involved h2 {
    display: block;
    text-align: center;
    color: #464646;
    font-size: 50px;
    font-family: "lft-etica", sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 2.6em;
    letter-spacing: 9px;
  }
  #get-involved h2 span {
    font-family: "jubilat",sans-serif;
    text-shadow: 2px 0 #464646;
    letter-spacing: 3px;
    display: block;
    border-top: 1px solid;
    margin-top: -16px;
    line-height: 3.2em;
  }
  .clear {
    display: none;
  }
  .clearfix:after {
    display: none;
  }
  #group-features .group-feature img {
    width: 100%;
  }
  #group-features .group-feature:nth-child(odd):last-child {
    margin-left: 0;
    margin-right: 0;
  }
  .group-feature .group-feature-text {
    position: absolute;
    padding: 0 15px;
    top: 208px;
  }
}

/*------------------------ iPad Pros 10.5 portrait view-----------------------*/

@media only screen and (device-width: 834px) and (device-height: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body#get-involved-page #bd {
    width: 90%;
    margin: 100px auto;
    padding: 0px !important;
    margin-bottom: 25px;
  }
  #join-the-team .fa {
    padding-left: 4px;
    width: 5px;
  }
  #join-the-team #jtt-title {
    height: 60px;
    line-height: 5em;
  }
  #join-the-team .title {
    font-size: 1.5em !important;
    padding-left: 10px;
  }
  #join-the-team {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  #join-the-team #jtt-title {
    line-height: 3.75em;
  }
  #join-the-team .sub-title {
    font-family: "lft-etica", sans-serif;
    font-size: 1.2em;
    box-sizing: border-box;
    padding-left: 0px;
    white-space: nowrap;
    letter-spacing: 3px;
  }
  #join-the-team #main-submit {
    height: 28px;
    font-size: 1.2em;
    margin: 10px 20px 10px 0;
    padding: 0 11px;
    width: 26% !important;
  }
  #join-the-team .inner-container {
    letter-spacing: 2px;
    height: 50px;
  }
  #join-the-team .title {
    width: 210px;
    padding-left: 0px;
    letter-spacing: 2px;
  }
  #join-the-team input {
    height: 28px;
    font-size: 13px;
    margin-left: 0px;
  }
  #join-the-team input:placeholder {
    padding: auto;
  }
  #join-the-team input#id_email, #join-the-team input#id_phone, #join-the-team input#id_zipcode {
    margin-top: 10px;
    margin-right: 12px;
    width: 32%;
  }
  #join-the-team label.error {
    position: absolute;
    left: 0;
    font-size: .8em;
    color: white;
    width: auto;
    background-color: red;
    letter-spacing: 0px;
    line-height: .8em;
    padding: 10px;
    font-weight: bold;
    bottom: -20px;
  }
  #join-the-team button:before {
    padding-top: 25px;
  }
  #hd {
    height: 65px;
  }
  #hd h1.logo-h1 {
    zoom: .7;
  }
  #hd .container .hd-left {
    zoom: .8;
    -moz-transform: scale(.8);
    margin-top: 0;
    margin-left: 20px;
    padding: 20px 0 0 0
  }
  #hd .hd-left .btn {
    font-size: 12px;
    height: 33px;
    line-height: 33px;
    padding: 5px 12px;
  }
  #hd .hd-left ul {
    margin-left: 1px;
  }
  #hd .hd-left ul li a {
    padding-left: 15px;
  }
  #hd .hd-right ul#nav li a {
    padding: 9px 24px;
    margin-top: 8px;
  }
  #hd.condensed .hd-right ul#nav li a {
    padding: 16px 24px;
  }
  #hd.condensed .hd-right ul#nav li a {
    padding: 26px 24px;
    margin-top: -5px;
  }
  #hd .hd-left, #hd .hd-right {
    zoom: .86;
  }
  #hd .hd-right ul#top-links {
    margin: 30px 0 0 -38px;
  }
  #join-the-team button {
    margin: 20px 0 20px 0;
  }
  #bd {
    padding: 0 20px 0 20px;
  }
  #hd .container .hd-right {
    width: 30%;
  }
  #get-involved h2 {
    display: block;
    text-align: center;
    color: #464646;
    font-size: 43px;
    font-family: "lft-etica", sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 3em;
    letter-spacing: 9px;
    height: 127px;
  }
  #get-involved h2 span {
    font-family: "jubilat", sans-serif;
    text-shadow: 2px 0 #464646;
    letter-spacing: 3px;
    display: block;
    border-top: 1px solid;
    margin-top: -17px;
    line-height: 3.2em;
  }
  #get-involved:after {
    border-bottom: 1px solid black;
    content: '';
    display: block;
    width: 100%;
    margin-top: 2px;
  }
  #group-features {
    width: 100%;
    margin-top: 0px;
  }
  #group-features #join-feature {
    margin-bottom: 30px;
    width: 60%;
    zoom: 0.8;
  }
  #group-features #join-feature img {
    width: 100%;
    height: 368px;
  }
  #involved-top-features .action-items {
    width: 100%;
  }
  #involved-top-features {
    width: 37%;
    margin: 0 0 20px 19px;
  }
  #join-feature-info {
    position: absolute;
    top: 100px;
    left: 170px;
    width: 75%;
  }
  #join-feature-text {
    width: 61%;
  }
  #join-feature-text h2 {
    font-size: 17px;
  }
  #join-feature-text p {
    font-size: 14px;
  }
  #join-feature-text .btn {
    width: 75%;
  }
  #join-the-team input#id_email, #join-the-team input#id_phone, #join-the-team input#id_zipcode {
    margin-top: 10px;
    margin-right: 17px;
    width: 30%;
  }
  #involved-top-features .action-items ul li {
    font-size: 13px;
  }
  #get-involved {
    width: 48%;
    padding-bottom: 5px;
    height: 275px;
  }
  .get-involved-leadright {
    margin: initial;
  }
  #group-features .group-feature {
    zoom: .9;
    -moz-transform: scale(.9);
    margin: 0px 0 20px 0px;
    height: 315px;
    text-align: center;
    width: 48%;
  }
  .clear {
    display: none;
  }
  .clearfix:after {
    display: none;
  }
  #group-features .group-feature img {
    width: 100%;
  }
  #group-features .group-feature:nth-child(odd):last-child {
    margin-left: 0;
    margin-right: 0;
  }
  .group-feature .group-feature-text {
    position: absolute;
    padding: 0 15px;
    top: 163px !important;
  }
  #join-feature-text h2 {
    font-size: 20px;
  }
}

/*------------------------ iPad Pros 10.5 landscape view-----------------------*/

@media only screen and (device-width: 834px) and (device-height: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #join-the-team input#id_email, #join-the-team input#id_phone, #join-the-team input#id_zipcode {
    width: 37%;
  }
  .group-feature .group-feature-text {
    position: absolute;
    padding: 0 15px;
    top: 222px;
  }
  body#get-involved-page #bd {
    width: 90%;
    margin: 100px auto;
    padding: 0px !important;
    margin-bottom: 25px;
  }
  #join-the-team {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0px;
  }
  #join-the-team .inner-container {
    height: 60px;
    letter-spacing: 2px;
  }
  #hd .hd-left ul {
    margin-left: 3%;
  }
  #join-the-team #jtt-title {
    padding-left: 0px;
    line-height: 4.5em;
  }
  #join-the-team #jtt-title .title {
    font-size: 1.5em !important;
    padding-left: 17px;
    width: 100%;
  }
  #join-the-team #main-submit {
    font-size: 1.1em;
    padding: 0 20px;
    margin-left: 20px;
    height: 28px;
    margin-top: 15px;
  }
  #join-the-team label.error {
    position: absolute;
    font-size: .8em;
    color: white;
    width: auto;
    background-color: red;
    letter-spacing: 0px;
    line-height: .8em;
    padding: 10px;
    font-weight: bold;
    left: 20px;
    bottom: -24px;
  }
  #hd .container .hd-right {
    width: 35.5%;
  }
  #group-features {
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }
  #group-features #join-feature {
    margin-bottom: 30px;
    width: 60%;
    zoom: 0.8;
  }
  #group-features #join-feature img {
    width: 100%;
    height: 368px;
  }
  #involved-top-features .action-items {
    width: 100%;
  }
  #involved-top-features {
    width: 37%;
    margin: 0 0 20px 20px;
  }
  #join-feature-info {
    position: absolute;
    top: 95px;
    right: 54px;
    width: 51%;
  }
  #join-feature-text {
    width: 240px;
  }
  #join-feature-text h2 {
    font-size: 20px;
  }
  #join-feature-text p {
    font-size: 14px;
  }
  #join-feature-text .btn {
    width: 75%;
  }
  #involved-top-features .action-items ul li {
    font-size: 13px;
  }
  #get-involved {
    width: 48%;
    height: 326px;
  }
  #get-involved h2 {
    line-height: 3.1em;
  }
  .get-involved-leadright {
    margin: initial;
    height: 324px !important;
  }
  .get-involved-leadright h2 span {
    line-height: 4.5em !important;
    font-family: "lft-etica", sans-serif !important;
    text-shadow: none !important;
    margin-bottom: -37px;
  }
  #group-features .group-feature {
    zoom: .9;
    -moz-transform: scale(.9);
    margin: 0px 0 20px 0px;
    height: 370px;
    text-align: center;
    width: 48%;
  }
  .clear {
    display: none;
  }
  .clearfix:after {
    display: none;
  }
  #group-features .group-feature img {
    width: 100%;
  }
  #group-features .group-feature:nth-child(odd):last-child {
    margin-left: 0;
    margin-right: 0;
  }
}

/*------------------------ iPad 12.9 Pros -----------------------*/

@media only screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  body#get-involved-page #bd {
    width: 90%;
    margin: 100px auto;
    padding: 0px !important;
    margin-bottom: 25px;
  }
  #join-the-team {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    zoom: 1;
  }
  #join-the-team .title {
    padding-left: 15px;
    letter-spacing: 2px;
    font-size: 2.1em;
  }
  #join-the-team input#id_email, #join-the-team input#id_phone, #join-the-team input#id_zipcode {
    width: 34%;
  }
  #join-the-team label.error {
    position: absolute;
    font-size: .8em;
    color: white;
    width: auto;
    background-color: red;
    letter-spacing: 0px;
    line-height: .8em;
    padding: 10px;
    font-weight: bold;
    left: 20px;
    bottom: -43px;
  }
  #hd .container .hd-right {
    width: 33%;
  }
  .ft__social-icons__chairwoman a {
    margin-right: 21px;
  }
  #group-features {
    width: 100%;
    margin-top: 0px;
  }
  #group-features #join-feature {
    margin-bottom: 30px;
    width: 60%;
    zoom: 0.8;
  }
  #group-features #join-feature img {
    width: 100%;
    height: 368px;
  }
  #involved-top-features .action-items {
    width: 100%;
  }
  #involved-top-features {
    width: 37%;
    margin: 0 0 20px 20px;
  }
  #join-feature-info {
    position: absolute;
    top: 90px;
    left: 280px;
    width: 60%;
  }
  #join-feature-text {
    width: 240px;
  }
  #join-feature-text h2 {
    font-size: 21px;
  }
  #join-feature-text p {
    font-size: 14px;
  }
  #join-feature-text .btn {
    width: 75%;
  }
  #involved-top-features .action-items ul li {
    font-size: 13px;
  }
  #get-involved {
    width: 48%;
    height: 310px;
  }
  .get-involved-leadright {
    margin: initial;
    height: 324px !important;
  }
  .get-involved-leadright h2 {
    font-size: 38px !important;
    line-height: 3.8em !important;
    margin-bottom: 7px !important;
    letter-spacing: 7px !important;
    font-family: "jubilat", sans-serif !important;
    text-shadow: 2px 0 #464646 !important;
  }
  #group-features .group-feature {
    zoom: .9;
    -moz-transform: scale(.9);
    margin: 0px 0 20px 0px;
    height: 353px;
    text-align: center;
    width: 48%;
  }
  .clear {
    display: none;
  }
  .clearfix:after {
    display: none;
  }
  #group-features .group-feature img {
    width: 100%;
  }
  #group-features .group-feature:nth-child(odd):last-child {
    margin-left: 0;
    margin-right: 0;
  }
  .group-feature .group-feature-text {
    position: absolute;
    padding: 0 15px;
    top: 204px;
  }
  #get-involved h2 {
    line-height: 2.5em;
  }
  #get-involved h2 span {
    margin-top: -18px;
    line-height: 3.7em;
  }
  .get-involved-leadright h2 span {
    line-height: 3.7em !important;
    font-family: "lft-etica", sans-serif !important;
    text-shadow: none !important;
    font-size: 45px;
  }
}

/*------------------------ iPad 12.9 Pros Landscape View-----------------------*/

@media only screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body#get-involved-page #bd {
    width: 90%;
    margin: 100px auto;
    padding: 0px !important;
    margin-bottom: 25px;
  }
  #get-involved-page #hd .container {
    width: 100%;
  }
  #get-involved-page #hd .container .hd-right {
    width: 30%;
  }
  #join-the-team input#id_email, #join-the-team input#id_phone, #join-the-team input#id_zipcode {
    width: 44%;
  }
  #group-features {
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }
  #group-features #join-feature {
    margin-bottom: 30px;
    width: 60%;
    zoom: 0.8;
  }
  #group-features #join-feature img {
    width: 100%;
    height: 368px;
  }
  #involved-top-features .action-items {
    width: 100%;
  }
  #involved-top-features {
    width: 37%;
    margin: 0 0 20px 20px;
  }
  #join-feature-info {
    position: absolute;
    top: 95px;
    right: 54px;
    width: 51%;
  }
  #join-feature-text {
    width: 75%;
  }
  #join-feature-text h2 {
    font-size: 26px;
  }
  #join-feature-text p {
    font-size: 17px;
  }
  #join-feature-text .btn {
    width: 75%;
  }
  #involved-top-features .action-items ul li {
    font-size: 13px;
  }
  #get-involved {
    width: 48%;
    height: 382px;
  }
  #get-involved h2 {
    line-height: 3.4em;
  }
  #get-involved h2 span {
    font-family: "jubilat", sans-serif;
    text-shadow: 2px 0 #464646;
    letter-spacing: 14px;
    display: block;
    border-top: 1px solid;
    margin-top: -17px;
    line-height: 4em;
  }
  .get-involved-leadright {
    margin: initial;
    height: 382px !important;
  }
  .get-involved-leadright h2 {
    font-size: 38px !important;
    line-height: 4.3em !important;
    letter-spacing: 7px !important;
    font-family: "jubilat", sans-serif !important;
    text-shadow: 2px 0 #464646 !important;
  }
  .get-involved-leadright h2 span {
    line-height: 5em !important;
    font-family: "lft-etica", sans-serif !important;
    text-shadow: none !important;
    margin-bottom: -32px;
  }
  #group-features .group-feature {
    zoom: .9;
    -moz-transform: scale(.9);
    margin: 0px 0 20px 0px;
    height: 432px;
    text-align: center;
    width: 48%;
  }
  #group-features .group-feature img {
    width: 100%;
  }
  #group-features .group-feature:nth-child(odd):last-child {
    margin-left: 0;
    margin-right: 0;
  }
  .group-feature .group-feature-text {
    position: absolute;
    padding: 0px 101px;
    top: 280px;
  }
  .clear {
    display: none;
  }
  .clearfix:after {
    display: none;
  }
}

/*------------------- iPhoneX Landscape View -------------------------*/

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .group-feature {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 15px auto 0 auto !important;
    height: auto;
    position: relative;
    border-bottom: 2px solid #e1e1e1;
    overflow: hidden;
  }
  #group-features .mobile-victory {
    height: 350px !important;
  }
  #group-features .mobile-victory .group-feature-text {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding: 0px;
    top: -29px;
    text-align: center;
  }
  #get-involved {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #group-features .group-feature img {
    width: 100%;
    height: 250px;
  }
  .group-feature .group-feature-text {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding: 0px;
    top: -29px;
    text-align: center;
    padding-bottom: 12px;
  }
  .get-involved-leadright h2 {
    font-size: 44px !important;
    line-height: 2.5em !important;
  }
  .get-involved-leadright h2 span {
    line-height: 3.5em !important;
    font-size: 47px !important;
    margin-bottom: 3px !important;
  }
  .fullscreen-menu {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 100;
    top: 18% !important;
    left: 0%;
  }
  .fullscreen-menu nav ul {
    font-size: 4em;
    list-style: none;
    margin-top: 2%;
    display: inline-block;
  }
  .btn-group .closeMenu::before {
    display: none;
  }
}
/*-------------- iPhone SE & 5s landscape view------------------ */

@media only screen and (device-width : 320px) and (device-height : 568px) and (orientation : landscape) {
  .get-involved-leadright h2 {
    font-size: 24px !important;
    line-height: 3em !important;
  }
  .get-involved-leadright h2 span {
    line-height: 4em !important;
    font-size: 28px !important;
    margin-bottom: 3px !important;
  }
  .fullscreen-menu nav ul {
    font-size: 4em;
    list-style: none;
    margin-top: 2%;
    display: inline-block;
  }
  .fullscreen-menu nav ul li {
    margin-top: -18%;
    text-transform: uppercase;
  }
  .fullscreen-menu nav ul li a {
    font-size: 18px;
    text-decoration: none;
    color: #414958;
    letter-spacing: 4px;
  }
  .fullscreen-menu nav .social-wrap #social-hd__social-icons .menu-social-icons {
    width: 32px;
    height: 32px;
  }
  .menu-background {
    display: none;
  }
  .fullscreen-menu {
    top: 21%!important;
  }
}

/* iphone plus view */
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation: landscape) {
  .fullscreen-menu {
    top: 16%;
  }
}
