/* Get Involved Frames - Three color schemes: Default (primary accent), Secondary, Monochromatic Light */
.get-involved-frame {
  padding: 60px 0;
  text-align: center;
}

.get-involved-frame .title h1 {
  font: bold 16px "Oswald-Bold", Arial, sans-serif;
  letter-spacing: 4px;
  margin-bottom: 10px !important;
  text-transform: uppercase;
  margin-top: 0;
}

.get-involved-frame .headline h2 {
  font: 800 48px "Proxima Nova", Arial, sans-serif;
  text-align: center;
  margin: 0 auto;
}

.get-involved-frame .description p {
  font: 600 18px/24px "Proxima Nova", Arial, sans-serif !important;
  margin: 35px auto 50px;
  padding: 0 8%;
  text-align: center !important;
  max-width: 800px;
}

.get-involved-frame a.call-to-action {
  background: transparent;
  cursor: pointer;
  display: inline-block;
  font: 800 13px/1.85 "Proxima Nova", Arial, sans-serif;
  height: 50px;
  letter-spacing: 2px;
  margin: 0 auto;
  /* min-width: 175px; */
  padding: 13px 0px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

/* Get Involved Frame - Default Color Scheme (primary accent)*/
.get-involved-frame.default {
  background-color: #F7C31C;
}

.get-involved-frame.default .title h1 {
  color: #000000;
}

.get-involved-frame.default .headline h2 {
  color: #0B5584;
}

.get-involved-frame.default .description p {
  color: #000000;
}

.get-involved-frame.default a.call-to-action {
  color: #000000;
}

.get-involved-frame.default .cta-button {
  border-color: #000000;
}

.get-involved-frame.default .cta-button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/* Get Involved Frame - Secondary Color Scheme */
.get-involved-frame.secondary {
  background-color: #6E9AB5;
}

.get-involved-frame.secondary .title h1 {
  color: #000000;
}

.get-involved-frame.secondary .headline h2 {
  color: #FFFFFF;
}

.get-involved-frame.secondary .description p {
  color: #000000;
}

.get-involved-frame.secondary a.call-to-action {
  color: #FFFFFF;
}

.get-involved-frame.secondary .cta-button {
  border-color: #ffffff;
}

/* Get Involved Frame - Monochromatic Light Color Scheme */
.get-involved-frame.monochrome {
  background-color: #EDEDED;
}

.get-involved-frame.monochrome .title h1 {
  color: #000000;
}

.get-involved-frame.monochrome .headline h2 {
  color: #000000;
}

.get-involved-frame.monochrome .description p {
  color: #000000;
}

.get-involved-frame.monochrome a.call-to-action {
  color: #FFFFFF;
}

.get-involved-frame.monochrome .cta-button {
  border-color: #0b5584;
  background-color: #0b5584;
}

.get-involved-frame.monochrome .cta-button:hover {
  border-color: #000000;
  background-color: #000000;
}

/* CTA Button */
.cta-button {
  margin: 40px 1% 0 1%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 400px;
  max-width: 450px;
  text-align: center;
  border: 1px solid;
}

.cta-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid;
}

.field-name-field-cta-button>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  max-width: 410px;
  margin: auto;
}

@media all and (max-width: 480px) {
  .cta-button {
    max-width: 96%!important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 760px) {
  .field-name-field-cta-button>div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: none;
    margin: auto;
    display: flex;
  }
}

@media all and (min-width: 1025px) {
  .get-involved-frame .description p {
    max-width: 80%;
    margin-top: 13px;
  }
}
