/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/accordion/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/**
 * Common SASS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-voa-theme-accordion {
  padding: 0.5rem 0 0 0;
  position: relative;
}
.wp-block-voa-theme-accordion .content-container .inner-container-block {
  max-width: 1240px;
  margin: 0 auto;
}
.wp-block-voa-theme-accordion .content-container .inner-container-block h1,
.wp-block-voa-theme-accordion .content-container .inner-container-block h2,
.wp-block-voa-theme-accordion .content-container .inner-container-block h3,
.wp-block-voa-theme-accordion .content-container .inner-container-block h4,
.wp-block-voa-theme-accordion .content-container .inner-container-block h5,
.wp-block-voa-theme-accordion .content-container .inner-container-block h6 {
  margin-bottom: 3.5rem;
}
.wp-block-voa-theme-accordion .content-container .wp-block-voa-theme-accordion-item {
  margin-bottom: 1.5rem;
}
.wp-block-voa-theme-accordion .content-container .wp-block-voa-theme-accordion-item p {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.wp-block-voa-theme-accordion .accordion {
  background-color: transparent;
  border: none;
  color: rgb(0, 0, 0);
  cursor: pointer;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  outline: none;
  padding: 0;
  text-align: left;
  transition-duration: 0.5s;
  width: 100%;
}
.wp-block-voa-theme-accordion .accordion:active,
.wp-block-voa-theme-accordion .accordion:focus,
.wp-block-voa-theme-accordion .accordion:hover {
  color: var(--theme-link-color);
}
.wp-block-voa-theme-accordion .accordion:after {
  content: ">";
  color: rgb(0, 0, 0);
  font-size: inherit;
  margin-left: 5px;
  transition-duration: 0.5s;
}
.wp-block-voa-theme-accordion .accordion:active:after,
.wp-block-voa-theme-accordion .accordion:focus:after,
.wp-block-voa-theme-accordion .accordion:hover:after {
  color: var(--theme-link-color);
}
.wp-block-voa-theme-accordion .active:after {
  content: "<";
}
.wp-block-voa-theme-accordion .active:active:after,
.wp-block-voa-theme-accordion .active:focus:after,
.wp-block-voa-theme-accordion .active:hover:after {
  color: var(--theme-link-color);
}
.wp-block-voa-theme-accordion .panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/affiliate-locations/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/**
 * Common SASS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.affiliate-locations-wrapper {
  position: relative;
}
.affiliate-locations-wrapper .affiliate-locations {
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: relative;
}
.affiliate-locations-wrapper .affiliate-locations .affiliate-locations-row {
  display: flex;
  flex-wrap: wrap;
}
.affiliate-locations-wrapper .affiliate-locations .affiliate-locations-row .affiliate-locations-column {
  flex: 0 0 auto;
  margin-bottom: 2rem;
  max-width: 390px;
  padding-right: 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .affiliate-locations-wrapper .affiliate-locations .affiliate-locations-row .affiliate-locations-column {
    margin-bottom: 1.5rem;
    width: 33.33333333%;
  }
}
.affiliate-locations-wrapper .affiliate-locations .affiliate-locations-row .affiliate-locations-column figure {
  align-items: center;
  display: flex;
}
.affiliate-locations-wrapper .affiliate-locations .affiliate-locations-row .affiliate-locations-column h2 {
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.15;
  margin-bottom: 0.5rem;
  margin-top: 0;
  padding-top: 0;
}
.affiliate-locations-wrapper .affiliate-locations .affiliate-locations-row .affiliate-locations-column p {
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.affiliate-locations-wrapper .affiliate-locations .affiliate-locations-row .affiliate-locations-column p span {
  display: block;
}
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/bio-card/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/**
 * Common SASS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-voa-theme-bio-card {
  margin: 2.5rem 0;
  position: relative;
}
.wp-block-voa-theme-bio-card .editor-preview .inner-container-block {
  padding: 2rem;
}
.wp-block-voa-theme-bio-card.background-image-outer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-bio-card.background-image-outer {
    height: 500px;
    flex-direction: row;
  }
}
.wp-block-voa-theme-bio-card.background-image-outer .background-image-inner {
  height: 400px;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-bio-card.background-image-outer .background-image-inner {
    height: 100%;
    position: absolute;
    width: 50%;
  }
}
.wp-block-voa-theme-bio-card.background-image-outer .content-container {
  align-items: center;
  display: flex;
  height: 100%;
  margin: 0;
  position: relative;
  right: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-bio-card.background-image-outer .content-container {
    padding-left: 4.688rem;
    position: absolute;
    width: 50%;
  }
}
.wp-block-voa-theme-bio-card.background-image-outer .content-container .inner-container-block {
  max-width: 1240px;
  margin: 0;
  padding-bottom: 4.688rem;
  padding-top: 4.688rem;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-bio-card.background-image-outer .content-container .inner-container-block {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.wp-block-voa-theme-bio-card.background-image-outer .content-container .inner-container-block h1,
.wp-block-voa-theme-bio-card.background-image-outer .content-container .inner-container-block h2,
.wp-block-voa-theme-bio-card.background-image-outer .content-container .inner-container-block h3,
.wp-block-voa-theme-bio-card.background-image-outer .content-container .inner-container-block h4,
.wp-block-voa-theme-bio-card.background-image-outer .content-container .inner-container-block h5,
.wp-block-voa-theme-bio-card.background-image-outer .content-container .inner-container-block h6 {
  margin-bottom: 2rem;
}
.wp-block-voa-theme-bio-card.background-image-outer .content-container .inner-container-block p {
  margin-bottom: 2rem;
}
.wp-block-voa-theme-bio-card.background-image-outer .content-container .inner-container-block p:last-of-type {
  margin-bottom: 2rem;
}
.wp-block-voa-theme-bio-card .content-container .inner-container-block {
  max-width: 1240px;
  margin: 0 auto;
  padding-bottom: 4.688rem;
  padding-top: 4.688rem;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-bio-card .content-container .inner-container-block {
    padding-bottom: 5rem;
    padding-left: 4.063rem;
    padding-top: 4.688rem;
  }
}
.wp-block-voa-theme-bio-card .bio-card-quote {
  font-style: italic;
}
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/form-callout/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/**
 * Common SASS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-voa-theme-form-callout {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}
.wp-block-voa-theme-form-callout .editor-preview.light-gray-background-dropdown {
  background-color: #f8f8f8;
}
.wp-block-voa-theme-form-callout .editor-preview.mint-green-background-dropdown {
  background-color: #e1ecea;
}
.wp-block-voa-theme-form-callout .editor-preview.white-background-dropdown {
  background-color: #ffffff;
}
.wp-block-voa-theme-form-callout .editor-preview.white-background-dropdown h1,
.wp-block-voa-theme-form-callout .editor-preview.white-background-dropdown h2,
.wp-block-voa-theme-form-callout .editor-preview.white-background-dropdown h3,
.wp-block-voa-theme-form-callout .editor-preview.white-background-dropdown h4,
.wp-block-voa-theme-form-callout .editor-preview.white-background-dropdown h5,
.wp-block-voa-theme-form-callout .editor-preview.white-background-dropdown h6 {
  color: #000000;
}
.wp-block-voa-theme-form-callout .editor-preview.white-background-dropdown h1 a,
.wp-block-voa-theme-form-callout .editor-preview.white-background-dropdown h2 a,
.wp-block-voa-theme-form-callout .editor-preview.white-background-dropdown h3 a,
.wp-block-voa-theme-form-callout .editor-preview.white-background-dropdown h4 a,
.wp-block-voa-theme-form-callout .editor-preview.white-background-dropdown h5 a,
.wp-block-voa-theme-form-callout .editor-preview.white-background-dropdown h6 a {
  color: #000000;
}
.wp-block-voa-theme-form-callout .editor-preview.white-background-dropdown p {
  color: #000000;
}
.wp-block-voa-theme-form-callout .editor-preview.white-background-dropdown p a {
  color: #000000;
}
.wp-block-voa-theme-form-callout .editor-preview.white-background-dropdown a {
  color: #000000;
}
.wp-block-voa-theme-form-callout .editor-preview.theme-settings {
  background-color: #25408f;
}
.wp-block-voa-theme-form-callout .editor-preview.theme-settings h1,
.wp-block-voa-theme-form-callout .editor-preview.theme-settings h2,
.wp-block-voa-theme-form-callout .editor-preview.theme-settings h3,
.wp-block-voa-theme-form-callout .editor-preview.theme-settings h4,
.wp-block-voa-theme-form-callout .editor-preview.theme-settings h5,
.wp-block-voa-theme-form-callout .editor-preview.theme-settings h6 {
  color: #ffffff;
}
.wp-block-voa-theme-form-callout .editor-preview.theme-settings h1 a,
.wp-block-voa-theme-form-callout .editor-preview.theme-settings h2 a,
.wp-block-voa-theme-form-callout .editor-preview.theme-settings h3 a,
.wp-block-voa-theme-form-callout .editor-preview.theme-settings h4 a,
.wp-block-voa-theme-form-callout .editor-preview.theme-settings h5 a,
.wp-block-voa-theme-form-callout .editor-preview.theme-settings h6 a {
  color: #ffffff;
}
.wp-block-voa-theme-form-callout .editor-preview.theme-settings p {
  color: #ffffff;
}
.wp-block-voa-theme-form-callout .editor-preview.theme-settings p a {
  color: #ffffff;
}
.wp-block-voa-theme-form-callout .editor-preview.theme-settings a {
  color: #ffffff;
}
.wp-block-voa-theme-form-callout.light-gray-background-dropdown {
  background-color: #f8f8f8;
}
.wp-block-voa-theme-form-callout.mint-green-background-dropdown {
  background-color: #e1ecea;
}
.wp-block-voa-theme-form-callout.white-background-dropdown {
  background-color: #ffffff;
}
.wp-block-voa-theme-form-callout .form-callout-background-image {
  display: none;
  height: 100%;
  left: 0;
  max-width: 1400px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout .form-callout-background-image {
    display: block;
  }
}
.wp-block-voa-theme-form-callout.remove-padding .form-callout {
  padding-top: 0;
  padding-bottom: 0;
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout {
  position: relative;
  margin: 0 auto;
  max-width: 1240px;
  padding-bottom: 5.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 4.5rem;
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-copy-wrapper .form-callout-heading {
  font-size: 1.75rem;
  letter-spacing: 0.2rem;
  line-height: 2rem;
  margin-bottom: 2.25rem;
  padding-top: 0;
  text-transform: uppercase;
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-copy-wrapper .form-callout-description {
  font-size: 1.3225rem;
  letter-spacing: 0;
  line-height: 1.5rem;
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper {
    width: 100%;
  }
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_heading {
  display: none;
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield {
  margin-bottom: 1.2rem;
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield:last-of-type {
  margin-bottom: 0;
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield_contains_required {
  position: relative;
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield_label {
  display: none;
  pointer-events: none;
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield_contains_required .gfield_label {
  display: inline-block;
  font-weight: 400;
  font-size: 1.125rem;
  left: 1.25rem;
  letter-spacing: 0.2rem;
  margin-bottom: 0;
  position: absolute;
  text-transform: uppercase;
  top: -4px;
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield_contains_required .gfield_label .gfield_required {
  color: rgb(193, 0, 0);
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper .gform_fields input:not([type=checkbox]):not([type=radio]) {
  padding: 0 0 1rem 0;
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield input.large {
  padding-left: 1.25rem;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield input.large {
    width: 350px;
  }
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper select {
  font-size: 0.9rem;
  font-weight: normal;
  min-height: 50px;
  padding: 0 0 0 1.25rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper select {
    font-size: 1.125rem;
  }
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield select {
  background: rgb(255, 255, 255);
  border: 1px solid #000;
  position: relative;
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper .ginput_container.ginput_container_select {
  position: relative;
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper .ginput_container.ginput_container_select:after {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid rgb(0, 0, 0);
  content: "";
  height: 0;
  letter-spacing: 0.2rem;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 0;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form {
    flex-direction: column;
  }
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_body.gform-body {
  margin-top: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_body.gform-body {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_body.gform-body .gform_fields {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 0;
    justify-content: space-between;
  }
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_body.gform-body .gfield:last-of-type {
  margin-bottom: 3.125rem;
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_body.gform-body .gfield input {
  padding-left: 1.25rem;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_body.gform-body {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    width: 100%;
  }
  .wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_body.gform-body .gfield {
    margin-bottom: 2.5rem;
    width: 350px;
  }
  .wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_body.gform-body .gfield:last-of-type {
    margin: 1.25rem auto 3.125rem;
  }
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form.national-partner-form .gform_body.gform-body .gfield:last-of-type {
    margin: 0 auto 2.5rem 60px;
  }
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_footer {
  flex-direction: column;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_footer {
    width: 100%;
  }
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_footer p {
  font-size: 0.75rem;
  font-style: italic;
  order: 1;
  margin-bottom: 2rem;
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_footer input[type=submit] {
  align-self: flex-start;
  order: 2;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_footer input[type=submit] {
    align-self: center;
    order: 0;
  }
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form input:not([type=submit]) {
  background: transparent;
  border: none;
  border-bottom: 2px solid rgb(0, 0, 0);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form input:not([type=submit]) {
    font-size: 1.125rem;
  }
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form input[type=submit] {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
  border-radius: 13px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-size: 0.625rem;
  height: 70px;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  transition-duration: 0.5s;
  width: 215px;
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form input::-webkit-input-placeholder {
  color: rgb(0, 0, 0);
  letter-spacing: 0.2rem;
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form input:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(0, 0, 0);
  letter-spacing: 0.2rem;
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(0, 0, 0);
  letter-spacing: 0.2rem;
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form input:-ms-input-placeholder {
  color: rgb(0, 0, 0);
  letter-spacing: 0.2rem;
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form input[placeholder], .wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form [placeholder] {
  color: rgb(0, 0, 0);
  opacity: 1;
  position: relative;
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form input::-moz-placeholder {
  position: relative;
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form input::placeholder {
  position: relative;
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form input::-moz-placeholder:after {
  display: block;
  content: "!";
  color: blue;
}
.wp-block-voa-theme-form-callout.form-contact-us .form-callout .form-callout-row > div .form-callout-form-wrapper form input::placeholder:after {
  display: block;
  content: "!";
  color: blue;
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout {
  position: relative;
  margin: 0 auto;
  max-width: 1240px;
  padding-bottom: 4.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 4.5rem;
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-copy-wrapper {
  flex: 0 0 auto;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-copy-wrapper {
    margin-bottom: 0;
    width: 33.33333333%;
  }
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-copy-wrapper .form-callout-heading {
  font-size: 1.75rem;
  letter-spacing: 0.2rem;
  line-height: 2rem;
  margin-bottom: 2.25rem;
  padding-top: 0;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-copy-wrapper .form-callout-heading {
    max-width: 300px;
  }
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-copy-wrapper .form-callout-description {
  font-size: 1.313rem;
  letter-spacing: 0;
  line-height: 1.5rem;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-copy-wrapper .form-callout-description {
    padding-right: 6.375rem;
  }
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper {
    width: 66.66666667%;
  }
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield_label {
  display: none;
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield {
  margin-bottom: 1.2rem;
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield:last-of-type {
  margin-bottom: 0;
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper .gform_fields input:not([type=checkbox]):not([type=radio]) {
  padding: 0 0 1rem 0;
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper .ginput_container.ginput_container_select {
  position: relative;
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper .ginput_container.ginput_container_select:after {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid rgb(0, 0, 0);
  content: "";
  height: 0;
  letter-spacing: 0.2rem;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 0;
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield select {
  background: rgb(255, 255, 255);
  border: 1px solid #000;
  position: relative;
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form {
    flex-direction: row;
  }
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_body.gform-body {
  margin-top: 3.125rem;
  width: 95%;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_body.gform-body {
    margin-right: 0;
    margin-top: 0;
    max-width: 480px;
    width: 66.66666667%;
  }
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_footer {
  flex-direction: column;
  margin-top: 4.8rem;
  padding-bottom: 0;
  padding-top: 0;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_footer {
    margin-top: 3.5rem;
    width: 33.33333333%;
  }
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_footer p {
  font-size: 0.75rem;
  font-style: italic;
  order: 1;
  margin-bottom: 2rem;
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_footer input[type=submit] {
  align-self: flex-start;
  order: 2;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_footer input[type=submit] {
    align-self: flex-end;
    order: 1;
  }
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form input:not([type=submit]) {
  background: transparent;
  border: none;
  border-bottom: 2px solid rgb(0, 0, 0);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form input:not([type=submit]) {
    font-size: 1.125rem;
  }
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form input[type=submit] {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
  border-radius: 13px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-size: 0.625rem;
  height: 70px;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  transition-duration: 0.5s;
  width: 215px;
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form select {
  font-size: 0.9rem;
  font-weight: normal;
  min-height: 50px;
  padding: 0 0 0 1.25rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form select {
    font-size: 1.125rem;
  }
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form input::-webkit-input-placeholder {
  color: rgb(0, 0, 0);
  letter-spacing: 0.2rem;
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form input:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(0, 0, 0);
  letter-spacing: 0.2rem;
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(0, 0, 0);
  letter-spacing: 0.2rem;
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form input:-ms-input-placeholder {
  color: rgb(0, 0, 0);
  letter-spacing: 0.2rem;
}
.wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form input[placeholder], .wp-block-voa-theme-form-callout.form-job-alerts-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form [placeholder] {
  color: rgb(0, 0, 0);
  opacity: 1;
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout {
  position: relative;
  margin: 0 auto;
  max-width: 1240px;
  padding-bottom: 5.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 4.5rem;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout {
    padding-bottom: 7.625rem;
    padding-top: 7.625rem;
  }
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-copy-wrapper {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-copy-wrapper {
    width: 33.33333333%;
  }
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-copy-wrapper .form-callout-heading {
  font-size: 1.75rem;
  letter-spacing: 0.2rem;
  line-height: 2rem;
  margin-bottom: 2.25rem;
  padding-top: 0;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-copy-wrapper .form-callout-heading {
    margin-bottom: 4.5rem;
  }
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-copy-wrapper .form-callout-description {
  font-size: 1.3225rem;
  letter-spacing: 0;
  line-height: 1.5rem;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-copy-wrapper .form-callout-description {
    padding-right: 6.375rem;
  }
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper {
    width: 66.66666667%;
  }
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield_label {
  display: none;
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield {
  margin-bottom: 1.2rem;
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield:last-of-type {
  margin-bottom: 0;
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper .gform_fields input:not([type=checkbox]):not([type=radio]) {
  padding: 0 0 1rem 0;
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper .ginput_container.ginput_container_select {
  position: relative;
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper .ginput_container.ginput_container_select:after {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid rgb(0, 0, 0);
  content: "";
  height: 0;
  letter-spacing: 0.2rem;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 0;
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield select {
  background: rgb(255, 255, 255);
  border: 1px solid #000;
  position: relative;
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form {
    flex-direction: row;
  }
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_body.gform-body {
  margin-top: 3.125rem;
  width: 95%;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_body.gform-body {
    margin-right: 3.125rem;
    width: 50%;
  }
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_footer {
  flex-direction: column;
  margin-top: 4rem;
  padding-bottom: 0;
  padding-top: 0;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_footer {
    width: 50%;
  }
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_footer p {
  font-size: 0.75rem;
  font-style: italic;
  order: 1;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_footer p {
    max-width: 300px;
  }
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_footer input[type=submit] {
  align-self: flex-start;
  order: 2;
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form input:not([type=submit]) {
  background: transparent;
  border: none;
  border-bottom: 2px solid rgb(0, 0, 0);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form input:not([type=submit]) {
    font-size: 0.75rem;
  }
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form input[type=submit] {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
  border-radius: 13px;
  color: rgb(0, 0, 0);
  font-size: 0.625rem;
  height: 70px;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  transition-duration: 0.5s;
  width: 215px;
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form select {
  font-size: 0.9rem;
  font-weight: normal;
  min-height: 50px;
  padding: 0 0 0 1.25rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form select {
    font-size: 1.125rem;
  }
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form input::-webkit-input-placeholder {
  color: rgb(0, 0, 0);
  letter-spacing: 0.2rem;
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form input:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(0, 0, 0);
  letter-spacing: 0.2rem;
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(0, 0, 0);
  letter-spacing: 0.2rem;
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form input:-ms-input-placeholder {
  color: rgb(0, 0, 0);
  letter-spacing: 0.2rem;
}
.wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form input[placeholder], .wp-block-voa-theme-form-callout.form-newsletter-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form [placeholder] {
  color: rgb(0, 0, 0);
  opacity: 1;
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout {
  position: relative;
  margin: 0 auto;
  max-width: 1240px;
  padding-bottom: 2.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 4.5rem;
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-copy-wrapper {
  flex: 0 0 auto;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-copy-wrapper {
    margin-bottom: 0;
    width: 50%;
  }
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-copy-wrapper .form-callout-heading {
  font-size: 1.75rem;
  letter-spacing: 0.2rem;
  line-height: 2rem;
  margin-bottom: 2.25rem;
  padding-top: 0;
  text-transform: uppercase;
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-copy-wrapper .form-callout-description {
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.5rem;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-copy-wrapper .form-callout-description {
    padding-right: 0;
  }
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper {
    width: 50%;
  }
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield_label {
  display: none;
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield {
  margin-bottom: 1.2rem;
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield:last-of-type {
  margin-bottom: 0;
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper .gform_fields input:not([type=checkbox]):not([type=radio]) {
  padding: 0 0 1rem 0;
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper .ginput_container.ginput_container_select {
  position: relative;
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper .ginput_container.ginput_container_select:after {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid rgb(0, 0, 0);
  content: "";
  height: 0;
  letter-spacing: 0.2rem;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 0;
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield select {
  background: rgb(255, 255, 255);
  border: 1px solid #000;
  position: relative;
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_body.gform-body {
  margin-bottom: 2rem;
  margin-top: 0;
  width: 100%;
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_footer {
  margin-top: 0;
  width: 100%;
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_footer p {
  font-size: 0.75rem;
  font-style: italic;
  order: 1;
  margin-bottom: 2rem;
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_footer input[type=submit] {
  align-self: flex-start;
  order: 2;
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form input:not([type=submit]) {
  background: transparent;
  border: none;
  border-bottom: 2px solid rgb(0, 0, 0);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form input:not([type=submit]) {
    font-size: 1.125rem;
  }
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form input[type=submit] {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
  border-radius: 13px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: 0.2rem;
  height: 70px;
  text-transform: uppercase;
  transition-duration: 0.5s;
  width: 215px;
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form select {
  font-size: 0.9rem;
  font-weight: normal;
  min-height: 50px;
  padding: 0 0 0 1.25rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form select {
    font-size: 1.125rem;
  }
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form input::-webkit-input-placeholder {
  color: rgb(0, 0, 0);
  letter-spacing: 0.2rem;
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form input:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(0, 0, 0);
  letter-spacing: 0.2rem;
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(0, 0, 0);
  letter-spacing: 0.2rem;
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form input:-ms-input-placeholder {
  color: rgb(0, 0, 0);
  letter-spacing: 0.2rem;
}
.wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form input[placeholder], .wp-block-voa-theme-form-callout.form-volunteer-sign-up .form-callout .form-callout-row > div .form-callout-form-wrapper form [placeholder] {
  color: rgb(0, 0, 0);
  opacity: 1;
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout {
  position: relative;
  margin: 0 auto;
  max-width: 1240px;
  padding-bottom: 2.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 4.5rem;
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-copy-wrapper {
  flex: 0 0 auto;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-copy-wrapper {
    margin-bottom: 0;
    width: 100%;
  }
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-copy-wrapper .form-callout-heading {
  font-size: 1.75rem;
  letter-spacing: 0.2rem;
  line-height: 2rem;
  margin-bottom: 2.25rem;
  padding-top: 0;
  text-transform: uppercase;
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-copy-wrapper .form-callout-description {
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.5rem;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-copy-wrapper .form-callout-description {
    padding-right: 0;
  }
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper {
    width: 100%;
  }
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield_label {
  display: none;
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield {
  margin-bottom: 1.2rem;
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield--input-type-checkbox {
  margin-bottom: 0rem;
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper .gform_fields .ginput_container_checkbox .gfield_checkbox .gchoice {
  align-items: baseline;
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper .gform_fields .ginput_container_checkbox .gfield_checkbox .gchoice label {
  font-family: HaboroSans-NormRegular;
  font-size: 1.25rem;
  font-weight: 600;
  max-width: calc(100% - 40px);
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield:last-of-type {
  margin-bottom: 0;
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper .gform_fields input:not([type=checkbox]):not([type=radio]) {
  padding: 0 0 1rem 0;
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper .ginput_container.ginput_container_select {
  position: relative;
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper .ginput_container.ginput_container_select:after {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid rgb(0, 0, 0);
  content: "";
  height: 0;
  letter-spacing: 0.2rem;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 0;
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield select {
  background: rgb(255, 255, 255);
  border: 1px solid #000;
  position: relative;
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper form {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_body.gform-body {
  margin-bottom: 2rem;
  margin-top: 0;
  width: 100%;
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_footer {
  margin-top: 0;
  width: 100%;
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_footer p {
  font-size: 0.75rem;
  font-style: italic;
  order: 1;
  margin-bottom: 2rem;
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_footer input[type=submit] {
  align-self: flex-start;
  order: 2;
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper form .ginput_container_text {
  font-weight: 600;
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper form input:not([type=submit]) {
  background: transparent;
  border: none;
  border-bottom: 2px solid rgb(0, 0, 0);
  letter-spacing: 0.2rem;
  text-transform: none;
  font-family: "HaboroSans-NormRegular";
  color: #000;
  font-weight: 600;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper form input:not([type=submit]) {
    font-size: 1.5rem;
  }
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper form input[type=submit] {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
  border-radius: 13px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: 0.2rem;
  height: 70px;
  text-transform: uppercase;
  transition-duration: 0.5s;
  width: 215px;
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper form select {
  font-size: 0.9rem;
  font-weight: normal;
  min-height: 50px;
  padding: 0 0 0 1.25rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper form select {
    font-size: 1.125rem;
  }
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper form input::-webkit-input-placeholder {
  color: rgb(0, 0, 0);
  letter-spacing: 0.2rem;
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper form input:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(0, 0, 0);
  letter-spacing: 0.2rem;
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper form input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(0, 0, 0);
  letter-spacing: 0.2rem;
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper form input:-ms-input-placeholder {
  color: rgb(0, 0, 0);
  letter-spacing: 0.2rem;
}
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper form input[placeholder], .wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper form [placeholder] {
  color: rgb(0, 0, 0);
  opacity: 1;
}
.wp-block-voa-theme-form-callout.theme-settings .form-callout .form-callout-row > div .form-callout-copy-wrapper h1,
.wp-block-voa-theme-form-callout.theme-settings .form-callout .form-callout-row > div .form-callout-copy-wrapper h2,
.wp-block-voa-theme-form-callout.theme-settings .form-callout .form-callout-row > div .form-callout-copy-wrapper h3,
.wp-block-voa-theme-form-callout.theme-settings .form-callout .form-callout-row > div .form-callout-copy-wrapper h4,
.wp-block-voa-theme-form-callout.theme-settings .form-callout .form-callout-row > div .form-callout-copy-wrapper h5,
.wp-block-voa-theme-form-callout.theme-settings .form-callout .form-callout-row > div .form-callout-copy-wrapper h6,
.wp-block-voa-theme-form-callout.theme-settings .form-callout .form-callout-row > div .form-callout-copy-wrapper .form-callout-heading {
  color: rgb(255, 255, 255);
}
.wp-block-voa-theme-form-callout.theme-settings .form-callout .form-callout-row > div .form-callout-copy-wrapper p,
.wp-block-voa-theme-form-callout.theme-settings .form-callout .form-callout-row > div .form-callout-copy-wrapper .form-callout-description {
  color: rgb(255, 255, 255);
}
.wp-block-voa-theme-form-callout.theme-settings .form-callout .form-callout-row > div .form-callout-form-wrapper form .gform_footer p {
  color: rgb(255, 255, 255);
}
.wp-block-voa-theme-form-callout.theme-settings .form-callout .form-callout-row > div .form-callout-form-wrapper form input:not([type=submit]) {
  border-bottom: 2px solid rgb(255, 255, 255);
}
.wp-block-voa-theme-form-callout.theme-settings .form-callout .form-callout-row > div .form-callout-form-wrapper form input::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
}
.wp-block-voa-theme-form-callout.theme-settings .form-callout .form-callout-row > div .form-callout-form-wrapper form input:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(255, 255, 255);
}
.wp-block-voa-theme-form-callout.theme-settings .form-callout .form-callout-row > div .form-callout-form-wrapper form input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(255, 255, 255);
}
.wp-block-voa-theme-form-callout.theme-settings .form-callout .form-callout-row > div .form-callout-form-wrapper form input:-ms-input-placeholder {
  color: rgb(255, 255, 255);
}
.wp-block-voa-theme-form-callout.theme-settings .form-callout .form-callout-row > div .form-callout-form-wrapper form input[placeholder], .wp-block-voa-theme-form-callout.theme-settings .form-callout .form-callout-row > div .form-callout-form-wrapper form [placeholder] {
  color: rgb(255, 255, 255);
}

.wp-block-voa-theme-form-callout .gform_wrapper.gravity-theme textarea {
  font-size: 20px;
}

.wp-block-voa-theme-form-callout .form-callout .form-callout-row > div .form-callout-form-wrapper form .gfield-choice-input[type=checkbox] {
  width: 20px;
  height: 20px;
}

.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield--type-checkbox .gfield_label,
.wp-block-voa-theme-form-callout.form-full-width .form-callout .form-callout-row > div .form-callout-form-wrapper .gform_wrapper.gravity-theme .gfield--type-textarea .gfield_label {
  display: block;
  font-family: HaboroSans-NormRegular;
  font-size: 1.5rem;
  font-weight: 600;
}

/* generic form updates */
/* fix width issues */
.wp-block-voa-theme-form-callout.form-generic {
  width: 100%;
  height: auto;
  left: 0;
  margin: 0 auto;
  max-width: 1240px;
}
.wp-block-voa-theme-form-callout.form-generic label,
.wp-block-voa-theme-form-callout.form-generic li, .wp-block-voa-theme-form-callout.form-generic p, .wp-block-voa-theme-form-callout.form-generic legend, .wp-block-voa-theme-form-callout.form-generic .gfield_description {
  color: black;
}

/* required legend*/
.wp-block-voa-theme-form-callout.form-generic .gform_required_legend {
  display: none;
}

.wp-block-voa-theme-form-callout.form-generic .gravity-theme .gfield-type-checkbox,
.wp-block-voa-theme-form-callout.form-generic .gravity-theme .gfield-type-textarea,
.wp-block-voa-theme-form-callout.form-generic .gravity-theme .gfield_checkbox label,
.wp-block-voa-theme-form-callout.form-generic .gravity-theme .gform-field-label,
.wp-block-voa-theme-form-callout.form-generic .gravity-theme .gfield_description {
  display: block;
  font-family: HaboroSans-NormRegular;
  font-size: 1.25rem !important;
  font-weight: 600;
  color: rgb(0, 0, 0);
}

/* color white for labels, text, list items etc. */
.wp-block-voa-theme-form-callout.form-generic.theme-settings label,
.wp-block-voa-theme-form-callout.form-generic.theme-settings li, .wp-block-voa-theme-form-callout.form-generic.theme-settings p, .wp-block-voa-theme-form-callout.form-generic.theme-settings legend, .wp-block-voa-theme-form-callout.form-generic.theme-settings .gfield_description, .wp-block-voa-theme-form-callout.form-generic.theme-settings .gform-field-label {
  color: white;
}

.wp-block-voa-theme-form-callout.form-generic .gravity-theme .gform-field-label--type-inline {
  display: inline-block;
}

.wp-block-voa-theme-form-callout.form-generic .gfield_checkbox label {
  padding-bottom: 0;
}

.wp-block-voa-theme-form-callout.form-generic input:not(.gfield-type-checkbox) .wp-block-voa-theme-form-callout.form-generic input:not(.gfield-type-paragraph) {
  max-height: 2.6rem;
  height: auto;
}

.wp-block-voa-theme-form-callout.form-generic input::-moz-placeholder {
  color: #000;
  font-family: HaboroSans-NormRegular;
  font-size: 1.25;
  font-weight: 600;
  text-transform: uppercase;
}

.wp-block-voa-theme-form-callout.form-generic input::placeholder {
  color: #000;
  font-family: HaboroSans-NormRegular;
  font-size: 1.25;
  font-weight: 600;
  text-transform: uppercase;
}

.wp-block-voa-theme-form-callout.form-generic .gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: calc(100% - 40px);
}

.wp-block-voa-theme-form-callout.form-generic .gform_wrapper.gravity-theme .gfield-choice-input {
  align-items: flex-start;
}

.wp-block-voa-theme-form-callout.form-generic .gform_wrapper .ginput_container_checkbox {
  padding: 0 0 1rem 0;
}

/* Color label / text options based on background color */
.wp-block-voa-theme-form-callout.theme-settings .gform-field-label {
  color: #fff;
}

.wp-block-voa-theme-form-callout.form-generic .form-callout .form-callout-row > div .form-callout-form-wrapper form input:not([type=submit]) {
  font-family: HaboroSans-NormRegular;
  font-size: 1.25rem;
}

.wp-block-voa-theme-form-callout.form-generic .form-callout .form-callout-row > div .form-callout-form-wrapper form input:not([type=submit]) {
  color: black;
}

.wp-block-voa-theme-form-callout.form-generic.theme-settings .form-callout .form-callout-row > div .form-callout-form-wrapper form input:not([type=submit]) {
  color: white;
}

.wp-block-voa-theme-form-callout.form-generic .gfield {
  padding: 10px;
}

/* select width adjustments */
@media (max-width: 767.98px) {
  .wp-block-voa-theme-form-callout.form-generic .form-callout .gform_wrapper.gravity-theme .gfield select.medium,
.wp-block-voa-theme-form-callout.form-generic .form-callout .gform_wrapper.gravity-theme .gfield select.small,
.wp-block-voa-theme-form-callout.form-generic .form-callout .gform_wrapper.gravity-theme .gfield select,
.wp-block-voa-theme-form-callout.form-generic .form-callout .gform_wrapper.gravity-theme .gfield input.medium,
.wp-block-voa-theme-form-callout.form-generic .form-callout .gform_wrapper.gravity-theme .gfield input.small,
.wp-block-voa-theme-form-callout.form-generic .form-callout .gform_wrapper.gravity-theme .gfield input[type=text] {
    width: 100%;
  }
}
.wp-block-voa-theme-form-callout.form-generic input:not([type=submit]),
.wp-block-voa-theme-form-callout.form-generic textarea {
  background: transparent;
  border: none;
  border-bottom: 2px solid rgb(0, 0, 0);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.wp-block-voa-theme-form-callout.form-generic textarea {
  border: 2px solid rgb(0, 0, 0);
}

.wp-block-voa-theme-form-callout.form-generic .wp-block-voa-theme-form-callout .form-callout-row > div .form-callout-form-wrapper form input[type=submit],
.wp-block-voa-theme-form-callout.form-generic .gform_button {
  display: block;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
  border-radius: 13px;
  box-shadow: none;
  color: rgb(0, 0, 0);
  font-family: "BentonSansWideBold";
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  min-width: 210px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  outline: none;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 0.5s;
}

@media (max-width: 767.98px) {
  .wp-block-voa-theme-form-callout.form-generic .wp-block-voa-theme-form-callout .form-callout-row > div .form-callout-form-wrapper form input.gfield-choice-input {
    width: auto;
  }
}

@media (max-width: 767.98px) {
  .wp-block-voa-theme-form-callout.form-generic .wp-block-voa-theme-form-callout .form-callout-row > div .form-callout-form-wrapper form input[type=text] {
    width: 100%;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/image-content/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/**
 * Common SASS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-voa-theme-image-content {
  margin: 0 0 2.5rem;
  position: relative;
}
.wp-block-voa-theme-image-content .editor-preview .inner-container-block {
  padding: 2rem;
}
.wp-block-voa-theme-image-content .content-container .inner-container-block {
  max-width: 1240px;
  margin: 0 auto;
  padding: 4.5rem 0.75rem;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-image-content .content-container .inner-container-block {
    padding: 5rem 4.5rem;
  }
}
.wp-block-voa-theme-image-content .content-container .inner-container-block .image-content-group {
  margin-bottom: 3.5rem;
  position: relative;
}
.wp-block-voa-theme-image-content .content-container .inner-container-block .image-content-group:last-of-type {
  margin-bottom: 0;
}
.wp-block-voa-theme-image-content .content-container .inner-container-block h1,
.wp-block-voa-theme-image-content .content-container .inner-container-block h2,
.wp-block-voa-theme-image-content .content-container .inner-container-block h3,
.wp-block-voa-theme-image-content .content-container .inner-container-block h4,
.wp-block-voa-theme-image-content .content-container .inner-container-block h5,
.wp-block-voa-theme-image-content .content-container .inner-container-block h6 {
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}
.wp-block-voa-theme-image-content .content-container .inner-container-block .wp-block-button {
  margin-top: 4rem;
}
.wp-block-voa-theme-image-content.background-image-outer {
  position: relative;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-image-content.background-image-outer {
    display: flex;
  }
}
.wp-block-voa-theme-image-content.background-image-outer .background-image-inner {
  height: 400px;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-image-content.background-image-outer .background-image-inner {
    left: 0;
    height: 100%;
    position: absolute;
    width: 50%;
  }
}
.wp-block-voa-theme-image-content.background-image-outer .content-container {
  align-items: center;
  display: flex;
  margin: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-image-content.background-image-outer .content-container {
    align-items: center;
    display: flex;
    margin-left: auto;
    min-height: 600px;
    width: 50%;
  }
}
.wp-block-voa-theme-image-content.background-image-outer .content-container .inner-container-block {
  max-width: 1240px;
  margin: 0;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-image-content.background-image-outer .content-container .inner-container-block {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-image-content.background-image-outer.align-image-right .background-image-inner {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-image-content.background-image-outer.align-image-right .content-container {
    margin-left: 0;
    padding-left: 0;
    padding-right: 4.688rem;
  }
}
.wp-block-voa-theme-image-content.full-width {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-image-content.background-image-outer.align-image-right.white-background .content-container .inner-container-block {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-image-content.background-image-outer.full-width .content-container .inner-container-block {
    max-width: 650px;
    padding-bottom: 5rem;
    padding-top: 4.688rem;
  }
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-image-content.background-image-outer.align-image-right.full-width .background-image-inner {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-image-content.background-image-outer.align-image-right.full-width .content-container {
    justify-content: flex-end;
    padding-right: 0;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-image-content.background-image-outer.align-image-right.full-width .content-container .inner-container-block {
    width: 620px;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/image-content-semi-opaque-overlay/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/**
 * Common SASS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-voa-theme-image-content-semi-opaque-overlay {
  position: relative;
  margin: 2.5rem 0;
}
.wp-block-voa-theme-image-content-semi-opaque-overlay .editor-preview .inner-container-block {
  padding: 2rem;
}
.wp-block-voa-theme-image-content-semi-opaque-overlay.no-background-outer .content-container .inner-container-block {
  max-width: 1240px;
  margin: 0 auto;
  padding: 4.5rem;
}
.wp-block-voa-theme-image-content-semi-opaque-overlay.background-image-outer .background-image-inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-image-content-semi-opaque-overlay.background-image-outer .background-image-inner {
    flex-direction: row;
    min-height: 630px;
  }
}
.wp-block-voa-theme-image-content-semi-opaque-overlay.background-image-outer .background-image-inner .background-image {
  background-position: 65% 0;
  height: 300px;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-image-content-semi-opaque-overlay.background-image-outer .background-image-inner .background-image {
    background-position: 50% 0;
    left: 0;
    height: 100%;
    position: absolute;
  }
}
.wp-block-voa-theme-image-content-semi-opaque-overlay.background-image-outer .background-image-inner .content-container {
  align-items: center;
  display: flex;
  position: relative;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-image-content-semi-opaque-overlay.background-image-outer .background-image-inner .content-container {
    bottom: auto;
    margin-left: auto;
    min-height: 630px;
    width: 50%;
  }
}
.wp-block-voa-theme-image-content-semi-opaque-overlay.background-image-outer .background-image-inner .content-container .inner-container-block {
  padding: 4.5rem 0.75rem;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-image-content-semi-opaque-overlay.background-image-outer .background-image-inner .content-container .inner-container-block {
    padding: 2.5rem 4.5rem 2.5rem 4.5rem;
  }
}
@media (min-width: 992px) {
  .wp-block-voa-theme-image-content-semi-opaque-overlay.background-image-outer.align-content-left .background-image-inner .content-container {
    margin-left: 0;
    margin-right: auto;
  }
}
.wp-block-voa-theme-image-content-semi-opaque-overlay .inner-container-block h1,
.wp-block-voa-theme-image-content-semi-opaque-overlay .inner-container-block h2,
.wp-block-voa-theme-image-content-semi-opaque-overlay .inner-container-block h3,
.wp-block-voa-theme-image-content-semi-opaque-overlay .inner-container-block h4,
.wp-block-voa-theme-image-content-semi-opaque-overlay .inner-container-block h5,
.wp-block-voa-theme-image-content-semi-opaque-overlay .inner-container-block h6 {
  font-size: 1.375rem;
  letter-spacing: 0;
  margin-bottom: 2.5rem;
}
.wp-block-voa-theme-image-content-semi-opaque-overlay .inner-container-block p {
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-image-content-semi-opaque-overlay .inner-container-block p {
    max-width: 380px;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/image-icon-content-cards/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/**
 * Common SASS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-voa-theme-image-icon-content-cards {
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: relative;
}
.wp-block-voa-theme-image-icon-content-cards .image-icon-content-cards-container .section-intro {
  position: relative;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-image-icon-content-cards .image-icon-content-cards-container .section-intro {
    max-width: 565px;
  }
}
.wp-block-voa-theme-image-icon-content-cards .image-icon-content-cards-container .section-intro .section-intro-heading h1,
.wp-block-voa-theme-image-icon-content-cards .image-icon-content-cards-container .section-intro .section-intro-heading h2,
.wp-block-voa-theme-image-icon-content-cards .image-icon-content-cards-container .section-intro .section-intro-heading h3,
.wp-block-voa-theme-image-icon-content-cards .image-icon-content-cards-container .section-intro .section-intro-heading h4,
.wp-block-voa-theme-image-icon-content-cards .image-icon-content-cards-container .section-intro .section-intro-heading h5,
.wp-block-voa-theme-image-icon-content-cards .image-icon-content-cards-container .section-intro .section-intro-heading h6 {
  font-size: 1.75rem;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.wp-block-voa-theme-image-icon-content-cards .image-icon-content-cards-container .section-intro .section-intro-content {
  margin-bottom: 4rem;
}
.wp-block-voa-theme-image-icon-content-cards .image-icon-content-cards-container .image-icon-content-cards-row {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-voa-theme-image-icon-content-cards .image-icon-content-cards-container .image-icon-content-cards-row .image-icon-content-card-column {
  flex: 0 0 auto;
  margin-bottom: 2rem;
  max-width: 390px;
  padding-right: 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .wp-block-voa-theme-image-icon-content-cards .image-icon-content-cards-container .image-icon-content-cards-row .image-icon-content-card-column {
    margin-bottom: 0.5rem;
    width: 33.33333333%;
  }
}
.wp-block-voa-theme-image-icon-content-cards .image-icon-content-cards-container .image-icon-content-cards-row .image-icon-content-card-column figure {
  align-items: center;
  display: flex;
}
.wp-block-voa-theme-image-icon-content-cards .image-icon-content-cards-container .image-icon-content-cards-row .image-icon-content-card-column .card-heading {
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 1rem;
  margin-top: 0;
  padding-top: 0;
}
.wp-block-voa-theme-image-icon-content-cards .image-icon-content-cards-container .image-icon-content-cards-row .image-icon-content-card-column p {
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.wp-block-voa-theme-image-icon-content-cards.center-section-intro .image-icon-content-cards-container .section-intro {
  text-align: center;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-image-icon-content-cards.center-section-intro .image-icon-content-cards-container .section-intro {
    max-width: none;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/location-careers-callout/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/**
 * Common SASS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-voa-theme-location-careers-callout {
  position: relative;
  margin: 2.5rem 0;
}
.wp-block-voa-theme-location-careers-callout .editor-preview .inner-container-block {
  padding: 2rem;
}
.wp-block-voa-theme-location-careers-callout.no-background-outer .content-container .inner-container-block {
  max-width: 1240px;
  margin: 0 auto;
  padding: 4.5rem;
}
.wp-block-voa-theme-location-careers-callout.background-image-outer .background-image-inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-location-careers-callout.background-image-outer .background-image-inner {
    flex-direction: row;
    min-height: 630px;
  }
}
.wp-block-voa-theme-location-careers-callout.background-image-outer .background-image-inner .background-image {
  background-position: 65% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-location-careers-callout.background-image-outer .background-image-inner .background-image {
    background-position: 50% 0;
    left: 0;
    height: 100%;
    position: absolute;
  }
}
.wp-block-voa-theme-location-careers-callout.background-image-outer .background-image-inner .content-container {
  align-items: center;
  display: flex;
  position: relative;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-location-careers-callout.background-image-outer .background-image-inner .content-container {
    bottom: auto;
    margin-left: auto;
    min-height: 630px;
    width: 50%;
  }
}
.wp-block-voa-theme-location-careers-callout.background-image-outer .background-image-inner .content-container .inner-container-block {
  padding: 4.5rem 0.75rem;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-location-careers-callout.background-image-outer .background-image-inner .content-container .inner-container-block {
    padding: 2.5rem 4.5rem 2.5rem 4.5rem;
  }
}
@media (min-width: 992px) {
  .wp-block-voa-theme-location-careers-callout.background-image-outer.align-content-left .background-image-inner .content-container {
    margin-left: 0;
    margin-right: auto;
  }
}
.wp-block-voa-theme-location-careers-callout .inner-container-block h1,
.wp-block-voa-theme-location-careers-callout .inner-container-block h2,
.wp-block-voa-theme-location-careers-callout .inner-container-block h3,
.wp-block-voa-theme-location-careers-callout .inner-container-block h4,
.wp-block-voa-theme-location-careers-callout .inner-container-block h5,
.wp-block-voa-theme-location-careers-callout .inner-container-block h6 {
  font-size: 1.375rem;
  letter-spacing: 0;
  margin-bottom: 2.5rem;
}
.wp-block-voa-theme-location-careers-callout .inner-container-block p {
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-location-careers-callout .inner-container-block p {
    max-width: 380px;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/link-list-featured-image/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/**
 * Common SASS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-voa-theme-link-list-featured-image {
  padding: 4.5rem 0;
  position: relative;
}
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .section-intro {
  position: relative;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .section-intro {
    max-width: 50%;
  }
}
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .section-intro .section-intro-heading h1,
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .section-intro .section-intro-heading h2,
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .section-intro .section-intro-heading h3,
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .section-intro .section-intro-heading h4,
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .section-intro .section-intro-heading h5,
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .section-intro .section-intro-heading h6 {
  font-size: 1.75rem;
  letter-spacing: 0.2rem;
  margin-bottom: 4rem;
  text-transform: uppercase;
}
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block h1,
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block h2,
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block h3,
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block h4,
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block h5,
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block h6,
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .link-list-heading {
  font-size: 1.375rem;
  padding-top: 0;
  margin-bottom: 3.75rem;
  text-transform: uppercase;
}
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .link-list-featured-image-inner > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .link-list-featured-image-inner > .wp-block-group__inner-container {
    flex-direction: row;
  }
}
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .link-list-featured-image-inner > .wp-block-group__inner-container .link-list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .link-list-featured-image-inner > .wp-block-group__inner-container .link-list-wrapper {
    padding-right: 2rem;
    width: 50%;
  }
}
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .link-list-featured-image-inner > .wp-block-group__inner-container .link-list-wrapper h1,
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .link-list-featured-image-inner > .wp-block-group__inner-container .link-list-wrapper h2,
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .link-list-featured-image-inner > .wp-block-group__inner-container .link-list-wrapper h3,
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .link-list-featured-image-inner > .wp-block-group__inner-container .link-list-wrapper h4,
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .link-list-featured-image-inner > .wp-block-group__inner-container .link-list-wrapper h5,
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .link-list-featured-image-inner > .wp-block-group__inner-container .link-list-wrapper h6 {
  letter-spacing: 0;
  margin-bottom: 2.25rem;
  padding-top: 0;
  text-transform: none;
}
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .link-list-featured-image-inner > .wp-block-group__inner-container .link-list-wrapper p {
  margin-bottom: 2.25rem;
}
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .link-list-featured-image-inner > .wp-block-group__inner-container .link-list-wrapper a {
  color: inherit;
  display: block;
  font-size: inherit;
  letter-spacing: 0;
  line-height: 1.5rem;
  text-decoration: none;
}
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .link-list-featured-image-inner > .wp-block-group__inner-container .featured-image-link-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .link-list-featured-image-inner > .wp-block-group__inner-container .featured-image-link-wrapper {
    align-items: flex-end;
    width: 50%;
  }
}
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .link-list-featured-image-inner > .wp-block-group__inner-container .featured-image-link-wrapper .link-list-featured-image-text-small {
  font-size: 0.75rem;
}
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .link-list-featured-image-inner > .wp-block-group__inner-container .featured-image-link-wrapper h1,
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .link-list-featured-image-inner > .wp-block-group__inner-container .featured-image-link-wrapper h2,
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .link-list-featured-image-inner > .wp-block-group__inner-container .featured-image-link-wrapper h3,
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .link-list-featured-image-inner > .wp-block-group__inner-container .featured-image-link-wrapper h4,
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .link-list-featured-image-inner > .wp-block-group__inner-container .featured-image-link-wrapper h5,
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .link-list-featured-image-inner > .wp-block-group__inner-container .featured-image-link-wrapper h6 {
  letter-spacing: 0;
  margin-bottom: 1.875rem;
  padding-top: 0;
  text-transform: none;
}
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .link-list-featured-image-inner > .wp-block-group__inner-container .featured-image-link-wrapper p {
  margin-bottom: 1.25rem;
}
.wp-block-voa-theme-link-list-featured-image .content-container .inner-container-block .link-list-featured-image-inner > .wp-block-group__inner-container .featured-image-link-wrapper a {
  color: inherit;
  display: block;
  font-size: inherit;
  letter-spacing: 0;
  line-height: 1.5rem;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-link-list-featured-image.align-image-left .link-list-wrapper {
    order: 2;
    padding-left: 4.5rem;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-link-list-featured-image.align-image-left .featured-image-link-wrapper {
    order: 1;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/related-links/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/**
 * Common SASS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-voa-theme-related-links {
  position: relative;
}
.wp-block-voa-theme-related-links .editor-preview .inner-container-block {
  padding: 2rem;
}
.wp-block-voa-theme-related-links .content-container .inner-container-block .related-links-inner .wp-block-group__inner-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3.75rem 1.25rem;
}
.wp-block-voa-theme-related-links .content-container .inner-container-block .related-links-inner .wp-block-group__inner-container h1,
.wp-block-voa-theme-related-links .content-container .inner-container-block .related-links-inner .wp-block-group__inner-container h2,
.wp-block-voa-theme-related-links .content-container .inner-container-block .related-links-inner .wp-block-group__inner-container h3,
.wp-block-voa-theme-related-links .content-container .inner-container-block .related-links-inner .wp-block-group__inner-container h4,
.wp-block-voa-theme-related-links .content-container .inner-container-block .related-links-inner .wp-block-group__inner-container h5,
.wp-block-voa-theme-related-links .content-container .inner-container-block .related-links-inner .wp-block-group__inner-container h6,
.wp-block-voa-theme-related-links .content-container .inner-container-block .related-links-inner .wp-block-group__inner-container .related-links-heading {
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin-bottom: 2.5rem;
}
.wp-block-voa-theme-related-links .content-container .inner-container-block .related-links-inner .wp-block-group__inner-container .related-links-wrapper .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .wp-block-voa-theme-related-links .content-container .inner-container-block .related-links-inner .wp-block-group__inner-container .related-links-wrapper .wp-block-group__inner-container {
    flex-direction: row;
  }
}
.wp-block-voa-theme-related-links .content-container .inner-container-block .related-links-inner .wp-block-group__inner-container .related-links-wrapper .wp-block-group__inner-container p {
  font-size: 1.25rem;
  margin: 0;
}
.wp-block-voa-theme-related-links .content-container .inner-container-block .related-links-inner .wp-block-group__inner-container .related-links-wrapper .wp-block-group__inner-container a {
  display: block;
  margin: 10px 20px;
  text-decoration: none;
}
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/section-container/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/**
 * Common SASS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-voa-theme-section-container {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  padding: 4rem 0;
  position: relative;
  right: 50%;
  width: 100vw;
}
.wp-block-voa-theme-section-container .editor-preview.light-gray-background-dropdown {
  background-color: #f8f8f8;
}
.wp-block-voa-theme-section-container .editor-preview.mint-green-background-dropdown {
  background-color: #e1ecea;
}
.wp-block-voa-theme-section-container .editor-preview.white-background-dropdown {
  background-color: #ffffff;
}
.wp-block-voa-theme-section-container .editor-preview.white-background-dropdown h1,
.wp-block-voa-theme-section-container .editor-preview.white-background-dropdown h2,
.wp-block-voa-theme-section-container .editor-preview.white-background-dropdown h3,
.wp-block-voa-theme-section-container .editor-preview.white-background-dropdown h4,
.wp-block-voa-theme-section-container .editor-preview.white-background-dropdown h5,
.wp-block-voa-theme-section-container .editor-preview.white-background-dropdown h6 {
  color: #000000;
}
.wp-block-voa-theme-section-container .editor-preview.white-background-dropdown h1 a,
.wp-block-voa-theme-section-container .editor-preview.white-background-dropdown h2 a,
.wp-block-voa-theme-section-container .editor-preview.white-background-dropdown h3 a,
.wp-block-voa-theme-section-container .editor-preview.white-background-dropdown h4 a,
.wp-block-voa-theme-section-container .editor-preview.white-background-dropdown h5 a,
.wp-block-voa-theme-section-container .editor-preview.white-background-dropdown h6 a {
  color: #000000;
}
.wp-block-voa-theme-section-container .editor-preview.white-background-dropdown p {
  color: #000000;
}
.wp-block-voa-theme-section-container .editor-preview.white-background-dropdown p a {
  color: #000000;
}
.wp-block-voa-theme-section-container .editor-preview.white-background-dropdown a {
  color: #000000;
}
.wp-block-voa-theme-section-container .editor-preview.theme-settings {
  background-color: #25408f;
}
.wp-block-voa-theme-section-container .editor-preview.theme-settings h1,
.wp-block-voa-theme-section-container .editor-preview.theme-settings h2,
.wp-block-voa-theme-section-container .editor-preview.theme-settings h3,
.wp-block-voa-theme-section-container .editor-preview.theme-settings h4,
.wp-block-voa-theme-section-container .editor-preview.theme-settings h5,
.wp-block-voa-theme-section-container .editor-preview.theme-settings h6 {
  color: #ffffff;
}
.wp-block-voa-theme-section-container .editor-preview.theme-settings h1 a,
.wp-block-voa-theme-section-container .editor-preview.theme-settings h2 a,
.wp-block-voa-theme-section-container .editor-preview.theme-settings h3 a,
.wp-block-voa-theme-section-container .editor-preview.theme-settings h4 a,
.wp-block-voa-theme-section-container .editor-preview.theme-settings h5 a,
.wp-block-voa-theme-section-container .editor-preview.theme-settings h6 a {
  color: #ffffff;
}
.wp-block-voa-theme-section-container .editor-preview.theme-settings p {
  color: #ffffff;
}
.wp-block-voa-theme-section-container .editor-preview.theme-settings p a {
  color: #ffffff;
}
.wp-block-voa-theme-section-container .editor-preview.theme-settings a {
  color: #ffffff;
}
.wp-block-voa-theme-section-container .editor-preview.red-background-dropdown {
  background: #9f3431;
}
.wp-block-voa-theme-section-container.light-gray-background-dropdown {
  background-color: #f8f8f8;
}
.wp-block-voa-theme-section-container.mint-green-background-dropdown {
  background-color: #e1ecea;
}
.wp-block-voa-theme-section-container.white-background-dropdown {
  background-color: #ffffff;
}
.wp-block-voa-theme-section-container.theme-settings h1,
.wp-block-voa-theme-section-container.theme-settings h2,
.wp-block-voa-theme-section-container.theme-settings h3,
.wp-block-voa-theme-section-container.theme-settings h4,
.wp-block-voa-theme-section-container.theme-settings h5,
.wp-block-voa-theme-section-container.theme-settings h6 {
  color: #ffffff;
}
.wp-block-voa-theme-section-container.theme-settings h1 a,
.wp-block-voa-theme-section-container.theme-settings h2 a,
.wp-block-voa-theme-section-container.theme-settings h3 a,
.wp-block-voa-theme-section-container.theme-settings h4 a,
.wp-block-voa-theme-section-container.theme-settings h5 a,
.wp-block-voa-theme-section-container.theme-settings h6 a {
  color: #ffffff;
}
.wp-block-voa-theme-section-container.theme-settings h1.has-text-color a,
.wp-block-voa-theme-section-container.theme-settings h2.has-text-color a,
.wp-block-voa-theme-section-container.theme-settings h3.has-text-color a,
.wp-block-voa-theme-section-container.theme-settings h4.has-text-color a,
.wp-block-voa-theme-section-container.theme-settings h5.has-text-color a,
.wp-block-voa-theme-section-container.theme-settings h6.has-text-color a {
  color: inherit;
}
.wp-block-voa-theme-section-container.theme-settings p {
  color: #ffffff;
}
.wp-block-voa-theme-section-container.theme-settings p a {
  color: #ffffff;
}
.wp-block-voa-theme-section-container.theme-settings p.has-text-color a,
.wp-block-voa-theme-section-container.theme-settings p.has-text-color a,
.wp-block-voa-theme-section-container.theme-settings p.has-text-color a,
.wp-block-voa-theme-section-container.theme-settings p.has-text-color a,
.wp-block-voa-theme-section-container.theme-settings p.has-text-color a,
.wp-block-voa-theme-section-container.theme-settings p.has-text-color a {
  color: inherit;
}
.wp-block-voa-theme-section-container.theme-settings a {
  color: #ffffff;
}
.wp-block-voa-theme-section-container.red-background-dropdown {
  background: #9f3431;
}
.wp-block-voa-theme-section-container .background-image {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  margin: 0 auto;
  max-width: 1400px;
  right: 0;
  top: 0;
  width: 100%;
}
.wp-block-voa-theme-section-container .inner-container-block {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: relative;
  z-index: 1;
}
.wp-block-voa-theme-section-container .inner-container-block h1:first-child,
.wp-block-voa-theme-section-container .inner-container-block h2:first-child,
.wp-block-voa-theme-section-container .inner-container-block h4:first-child,
.wp-block-voa-theme-section-container .inner-container-block h5:first-child,
.wp-block-voa-theme-section-container .inner-container-block h6 :first-child {
  margin-bottom: 3rem;
}
.wp-block-voa-theme-section-container .inner-container-block h1:first-child a:after,
.wp-block-voa-theme-section-container .inner-container-block h2:first-child a:after,
.wp-block-voa-theme-section-container .inner-container-block h4:first-child a:after,
.wp-block-voa-theme-section-container .inner-container-block h5:first-child a:after,
.wp-block-voa-theme-section-container .inner-container-block h6 :first-child a:after {
  margin-left: 1rem;
}
.wp-block-voa-theme-section-container .inner-container-block h1:first-child:last-child,
.wp-block-voa-theme-section-container .inner-container-block h2:first-child:last-child,
.wp-block-voa-theme-section-container .inner-container-block h3:first-child:last-child,
.wp-block-voa-theme-section-container .inner-container-block h4:first-child:last-child,
.wp-block-voa-theme-section-container .inner-container-block h5:first-child:last-child,
.wp-block-voa-theme-section-container .inner-container-block h6:first-child:last-child {
  margin-bottom: 0;
}
.wp-block-voa-theme-section-container.remove-padding {
  padding: 0;
}
/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/slider/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * Common SASS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-voa-theme-slider {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}
.wp-block-voa-theme-slider .editor-preview .inner-container-block {
  padding: 2rem;
}
.wp-block-voa-theme-slider .wp-block-voa-theme-slide {
  display: flex;
  height: 100%;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-slider .wp-block-voa-theme-slide {
    flex-direction: row;
    width: 100%;
  }
}
.wp-block-voa-theme-slider .wp-block-voa-theme-slide .background-image-inner {
  background-repeat: no-repeat;
  height: 300px;
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-slider .wp-block-voa-theme-slide .background-image-inner {
    height: 100%;
    left: 0;
    width: 50%;
  }
}
.wp-block-voa-theme-slider .wp-block-voa-theme-slide .content-container {
  align-items: center;
  display: flex;
  flex: 1;
  height: 100%;
  position: relative;
  width: 100%;
}
.wp-block-voa-theme-slider .wp-block-voa-theme-slide .content-container.voa-logo-pattern:after {
  background-image: url(images/v-pattern-total-opacity.16877f5a.png);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-slider .wp-block-voa-theme-slide .content-container {
    display: flex;
    height: 100%;
    margin: 0;
    padding-bottom: 10.25rem;
    padding-left: 5rem;
    padding-top: 5.875rem;
    width: 50%;
  }
}
.wp-block-voa-theme-slider .wp-block-voa-theme-slide .content-container .inner-container-block {
  max-width: 1240px;
  margin: 0;
  padding-bottom: 5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 3rem;
  position: relative;
  z-index: 1;
}
.wp-block-voa-theme-slider .wp-block-voa-theme-slide .content-container .inner-container-block h1,
.wp-block-voa-theme-slider .wp-block-voa-theme-slide .content-container .inner-container-block h2,
.wp-block-voa-theme-slider .wp-block-voa-theme-slide .content-container .inner-container-block h3,
.wp-block-voa-theme-slider .wp-block-voa-theme-slide .content-container .inner-container-block h4,
.wp-block-voa-theme-slider .wp-block-voa-theme-slide .content-container .inner-container-block h5,
.wp-block-voa-theme-slider .wp-block-voa-theme-slide .content-container .inner-container-block h5 {
  font-size: 1.75rem;
  margin-bottom: 2.5rem;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-slider .wp-block-voa-theme-slide .content-container .inner-container-block {
    max-width: 475px;
    padding: 0;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/testimonial-quote/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/**
 * Common SASS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-voa-theme-testimonial-quote {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  position: relative;
}
.wp-block-voa-theme-testimonial-quote .editor-preview .inner-container-block {
  padding: 2rem;
}
.wp-block-voa-theme-testimonial-quote .content-container .inner-container-block .wp-block-group__inner-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1240px;
  padding: 0 20px;
  text-align: center;
}
.wp-block-voa-theme-testimonial-quote .content-container .inner-container-block .wp-block-group__inner-container .testimonial-quote {
  font-size: 1.375rem;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 2rem;
  margin-bottom: 40px;
  max-width: 800px;
}
.wp-block-voa-theme-testimonial-quote .content-container .inner-container-block .wp-block-group__inner-container .testifier {
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  max-width: 400px;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/two-column-header-copy-list/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/**
 * Common SASS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-voa-theme-two-column-header-copy-list {
  padding: 4.5rem 0;
  position: relative;
}
.wp-block-voa-theme-two-column-header-copy-list .content-container .inner-container-block .section-intro {
  position: relative;
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-two-column-header-copy-list .content-container .inner-container-block .section-intro {
    max-width: 50%;
  }
}
.wp-block-voa-theme-two-column-header-copy-list .content-container .inner-container-block .section-intro .section-intro-heading h1,
.wp-block-voa-theme-two-column-header-copy-list .content-container .inner-container-block .section-intro .section-intro-heading h2,
.wp-block-voa-theme-two-column-header-copy-list .content-container .inner-container-block .section-intro .section-intro-heading h3,
.wp-block-voa-theme-two-column-header-copy-list .content-container .inner-container-block .section-intro .section-intro-heading h4,
.wp-block-voa-theme-two-column-header-copy-list .content-container .inner-container-block .section-intro .section-intro-heading h5,
.wp-block-voa-theme-two-column-header-copy-list .content-container .inner-container-block .section-intro .section-intro-heading h6 {
  font-size: 1.75rem;
  letter-spacing: 0.2rem;
  margin-bottom: 4rem;
  text-transform: uppercase;
}
.wp-block-voa-theme-two-column-header-copy-list .content-container .inner-container-block h1,
.wp-block-voa-theme-two-column-header-copy-list .content-container .inner-container-block h2,
.wp-block-voa-theme-two-column-header-copy-list .content-container .inner-container-block h3,
.wp-block-voa-theme-two-column-header-copy-list .content-container .inner-container-block h4,
.wp-block-voa-theme-two-column-header-copy-list .content-container .inner-container-block h5,
.wp-block-voa-theme-two-column-header-copy-list .content-container .inner-container-block h6,
.wp-block-voa-theme-two-column-header-copy-list .content-container .inner-container-block .two-column-heading {
  font-size: 1.75rem;
  letter-spacing: 0.2rem;
  margin-bottom: 4rem;
  text-transform: uppercase;
}
.wp-block-voa-theme-two-column-header-copy-list .content-container .inner-container-block .wp-block-columns .wp-block-column {
  display: flex;
  flex-direction: column;
}
.wp-block-voa-theme-two-column-header-copy-list .content-container .inner-container-block .wp-block-columns .wp-block-column h1,
.wp-block-voa-theme-two-column-header-copy-list .content-container .inner-container-block .wp-block-columns .wp-block-column h2,
.wp-block-voa-theme-two-column-header-copy-list .content-container .inner-container-block .wp-block-columns .wp-block-column h3,
.wp-block-voa-theme-two-column-header-copy-list .content-container .inner-container-block .wp-block-columns .wp-block-column h4,
.wp-block-voa-theme-two-column-header-copy-list .content-container .inner-container-block .wp-block-columns .wp-block-column h5,
.wp-block-voa-theme-two-column-header-copy-list .content-container .inner-container-block .wp-block-columns .wp-block-column h6 {
  font-size: 1.375rem;
  letter-spacing: 0;
  margin-bottom: 1.875rem;
  text-transform: none;
}
.wp-block-voa-theme-two-column-header-copy-list .content-container .inner-container-block .wp-block-columns .wp-block-column p {
  margin-bottom: 3.75rem;
}
.wp-block-voa-theme-two-column-header-copy-list .content-container .inner-container-block .wp-block-columns .wp-block-column .wp-block-button {
  margin-top: 8.75rem;
}
/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/video-image-content/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/**
 * Common SASS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-voa-theme-video-image-content {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
@media (min-width: 1240px) {
  .wp-block-voa-theme-video-image-content {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }
}
.wp-block-voa-theme-video-image-content .editor-preview .inner-container-block {
  padding: 2rem;
}
.wp-block-voa-theme-video-image-content.no-background-outer .content-container .inner-container-block {
  margin: 0 auto;
  max-width: 1240px;
  padding: 4.5rem;
}
.wp-block-voa-theme-video-image-content.background-image-outer .background-image-inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-video-image-content.background-image-outer .background-image-inner {
    flex-direction: row;
    min-height: 630px;
  }
}
.wp-block-voa-theme-video-image-content.background-image-outer .background-image-inner .background-image {
  background-position: 65% 0;
  height: 300px;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-video-image-content.background-image-outer .background-image-inner .background-image {
    background-position: 50% 0;
    left: 0;
    height: 100%;
    position: absolute;
  }
}
.wp-block-voa-theme-video-image-content.background-image-outer .background-image-inner .content-container {
  align-items: center;
  display: flex;
  position: relative;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-video-image-content.background-image-outer .background-image-inner .content-container {
    bottom: auto;
    margin-left: auto;
    min-height: 630px;
    width: 50%;
  }
}
.wp-block-voa-theme-video-image-content.background-image-outer .background-image-inner .content-container .inner-container-block {
  padding: 4.5rem 0.75rem;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-video-image-content.background-image-outer .background-image-inner .content-container .inner-container-block {
    padding: 2.5rem 4.5rem 2.5rem 4.5rem;
  }
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-video-image-content.background-image-outer .background-image-inner .content-container .inner-container-block {
    padding-right: 12rem;
  }
}
@media (min-width: 992px) {
  .wp-block-voa-theme-video-image-content.background-image-outer.align-content-left .background-image-inner .content-container {
    margin-left: 0;
    margin-right: auto;
  }
}
.wp-block-voa-theme-video-image-content.background-video-outer .background-video-inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1240px;
  position: relative;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-video-image-content.background-video-outer .background-video-inner {
    flex-direction: row;
    min-height: 630px;
  }
}
.wp-block-voa-theme-video-image-content.background-video-outer .background-video-inner .background-image {
  align-items: center;
  display: flex;
  height: 300px;
  justify-content: center;
  position: relative;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-video-image-content.background-video-outer .background-video-inner .background-image {
    height: 100%;
    left: 0;
    position: absolute;
    right: auto;
    width: 50%;
  }
}
.wp-block-voa-theme-video-image-content.background-video-outer .background-video-inner .background-image .play-btn-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.wp-block-voa-theme-video-image-content.background-video-outer .background-video-inner .background-image .play-btn-wrapper .play-btn {
  background-image: url(images/play-button.7ed8dd6a.png);
  background-repeat: no-repeat;
  background-size: 77px 89px;
  cursor: pointer;
  height: 89px;
  width: 77px;
}
.wp-block-voa-theme-video-image-content.background-video-outer .background-video-inner .content-container {
  align-items: center;
  display: flex;
  position: relative;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-video-image-content.background-video-outer .background-video-inner .content-container {
    bottom: auto;
    margin-left: auto;
    min-height: 630px;
    width: 50%;
  }
}
.wp-block-voa-theme-video-image-content.background-video-outer .background-video-inner .content-container .inner-container-block {
  padding: 4.5rem 0.75rem;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-video-image-content.background-video-outer .background-video-inner .content-container .inner-container-block {
    padding: 2.5rem 4.5rem 2.5rem 4.5rem;
  }
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-video-image-content.background-video-outer .background-video-inner .content-container .inner-container-block {
    padding-right: 12rem;
  }
}
.wp-block-voa-theme-video-image-content.background-video-outer #video,
.wp-block-voa-theme-video-image-content.background-video-outer .video-hooked {
  height: 0;
  opacity: 0;
  position: relative;
}
.wp-block-voa-theme-video-image-content.background-video-outer.align-content-left .background-video-inner .background-image {
  left: auto;
  right: 0;
}
.wp-block-voa-theme-video-image-content.background-video-outer.align-content-left .background-video-inner .background-image .play-btn-wrapper {
  margin: 0;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-video-image-content.background-video-outer.align-content-left .background-video-inner .content-container {
    margin-left: 0;
    margin-right: auto;
  }
}
.wp-block-voa-theme-video-image-content.background-image-video-outer .background-image-video-inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-video-image-content.background-image-video-outer .background-image-video-inner {
    flex-direction: row;
    min-height: 630px;
  }
}
@media (min-width: 1240px) {
  .wp-block-voa-theme-video-image-content.background-image-video-outer .background-image-video-inner {
    padding-left: 0;
    padding-right: 0;
    max-width: 1240px;
  }
}
.wp-block-voa-theme-video-image-content.background-image-video-outer .background-image-video-inner .background-image {
  height: 300px;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-video-image-content.background-image-video-outer .background-image-video-inner .background-image {
    left: 0;
    height: 100%;
    position: absolute;
  }
}
.wp-block-voa-theme-video-image-content.background-image-video-outer .background-image-video-inner .background-image .play-btn-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-video-image-content.background-image-video-outer .background-image-video-inner .background-image .play-btn-wrapper {
    width: 50%;
  }
}
.wp-block-voa-theme-video-image-content.background-image-video-outer .background-image-video-inner .background-image .play-btn-wrapper .play-btn {
  background-image: url(images/play-button.7ed8dd6a.png);
  background-repeat: no-repeat;
  background-size: 77px 89px;
  cursor: pointer;
  height: 89px;
  width: 77px;
}
.wp-block-voa-theme-video-image-content.background-image-video-outer .background-image-video-inner .content-container {
  align-items: center;
  display: flex;
  position: relative;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-video-image-content.background-image-video-outer .background-image-video-inner .content-container {
    bottom: auto;
    margin-left: auto;
    min-height: 630px;
    width: 50%;
  }
}
.wp-block-voa-theme-video-image-content.background-image-video-outer .background-image-video-inner .content-container .inner-container-block {
  padding: 4.5rem 0.75rem;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-video-image-content.background-image-video-outer .background-image-video-inner .content-container .inner-container-block {
    padding: 2.5rem 0 2.5rem 4.5rem;
  }
}
@media (min-width: 1200px) {
  .wp-block-voa-theme-video-image-content.background-image-video-outer .background-image-video-inner .content-container .inner-container-block {
    padding-right: 12rem;
  }
}
.wp-block-voa-theme-video-image-content.background-image-video-outer .background-image-video-inner #video,
.wp-block-voa-theme-video-image-content.background-image-video-outer .background-image-video-inner .video-hooked {
  height: 0;
  opacity: 0;
  position: relative;
}
.wp-block-voa-theme-video-image-content.background-image-video-outer.align-content-left .background-image-video-inner .background-image .play-btn-wrapper {
  margin-left: auto;
}
@media (min-width: 992px) {
  .wp-block-voa-theme-video-image-content.background-image-video-outer.align-content-left .background-image-video-inner .content-container {
    margin-left: 0;
    margin-right: auto;
  }
}
.wp-block-voa-theme-video-image-content .inner-container-block h1,
.wp-block-voa-theme-video-image-content .inner-container-block h2,
.wp-block-voa-theme-video-image-content .inner-container-block h3,
.wp-block-voa-theme-video-image-content .inner-container-block h4,
.wp-block-voa-theme-video-image-content .inner-container-block h5,
.wp-block-voa-theme-video-image-content .inner-container-block h6 {
  font-size: 1.375rem;
  letter-spacing: 0;
  margin-bottom: 2.5rem;
}
.wp-block-voa-theme-video-image-content .inner-container-block p {
  letter-spacing: 0;
}

/*# sourceMappingURL=style-index.css.map*/