.full-width-short-gradient {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 31%, rgba(0, 0, 0, 0.1));
  height: 75px;
}

.dots-on-gradient {
  background-image: url(https://image.e.healthtrustpg.com/lib/fe2f117371640575701270/m/1/b8a8183e-0359-4f47-bef1-a3e137e74b0a.png);
  bottom: -21px;
  height: 50px;
  left: -110px;
  position: relative;
  width: 133px;
}

@media (max-width: 1240px) {
  .dots-on-gradient {
    left: -30px;
  }
}

.iframe_wrapper {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}

.embed-container {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}

.embed-container iframe {
  left: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.theme-rich-text hr {
  border-bottom-width: 5px;
  border-color: #f38b00;
  margin-top: 0;
  width: 168px;
}

@media (min-width: 801px) {
  .theme-rich-text--inner {
    max-width: 100%;
    width: var(--width);
  }

  .theme-rich-text--inner.align-center {
    margin: 0 auto;
  }

  .theme-rich-text--inner.align-right {
    margin-left: auto;
  }
}

.col-image-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-image-tiles--tile {
  border-radius: 15px;
  box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  width: calc(33% - 10px);
}

.col-image-tiles--tile--image {
  aspect-ratio: 355/290;
  border-bottom: 4px solid #f38b00;
  border-radius: 15px 15px 0 0;
  object-fit: cover;
  width: 100%;
}

.col-image-tiles--tile--content {
  padding: 25px;
  position: relative;
}

.col-image-tiles--tile--content p {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.0714;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  width: 260px;
}

.col-image-tiles--tile--symbol {
  align-items: center;
  background-color: #0082cb;
  border-radius: 50%;
  bottom: 30px;
  color: #ffffff;
  display: flex;
  font-size: 50px;
  font-weight: 900;
  height: 50px;
  justify-content: center;
  position: absolute;
  right: -30px;
  width: 50px;
  z-index: 2;
}

.col-image-tiles--tile--symbol span {
  position: relative;
  top: -2px;
}

@media (max-width: 1024px) {
  .col-image-tiles--tile--content p {
    font-size: 22px;
  }

  .col-image-tiles--tile--symbol {
    font-size: 40px;
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 910px) {
  .col-image-tiles--tile--content p {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .col-image-tiles--tile--content p {
    font-size: 20px;
    width: 200px;
  }

  .col-image-tiles--tile {
    margin-bottom: 35px;
    width: 100%;
  }

  .col-image-tiles--tile--symbol {
    bottom: -42px;
    font-size: 50px;
    height: 50px;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 50px;
  }
}

.hero-section {
  padding: 0;
  position: relative;
  z-index: 50;
}

.hero-section .container {
  position: relative;
  z-index: 20;
}

.hero-section h1:after {
  background-color: #f38b00;
  content: '';
  display: block;
  height: 5px;
  margin-top: 10px;
  max-width: 50%;
  width: 166px;
}

.hero-section .hero-section--body-position-center h1:after {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 800px) {
  .hero-section__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero-section__body {
    margin-top: 0;
  }

  .hero-section__body--no-image {
    width: 100%;
  }

  .hero-section__foreground {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .hero-section--body-position-center {
    margin: 0 auto;
    max-width: var(--hero-centered);
    text-align: center;
  }

  .hero-section--body-position-left .hero-section__body,
  .hero-section--body-position-right .hero-section__body {
    width: 55%;
  }

  .hero-section--body-position-left .hero-section__foreground--position-opposite-text,
  .hero-section--body-position-right .hero-section__foreground--position-opposite-text {
    max-width: 55%;
  }

  .hero-section--body-position-left .hero-section__body {
    padding-right: 1.5em;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hero-section--body-position-left .hero-section__foreground {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .hero-section--body-position-right .hero-section__body {
    margin-left: auto;
    padding-left: 1.5em;
  }
}

.hero-section--overlay {
  position: relative;
}

.hero-section--overlay:before {
  background-color: var(--hero-overlay);
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.hero-section--overlay--medium:before {
  opacity: 0.4;
}

.hero-section--overlay--light:before {
  opacity: 0.25;
}

.hero-section__logo {
  margin-bottom: 3.5em;
  position: relative;
  text-align: center;
}

.hero-section__logo img {
  max-width: 200px;
}

.hero-section--pullover-header .hero-section__container {
  padding-top: var(--header-height);
}

.hero-section__inner {
  overflow-x: hidden;
  padding: var(--padding-top-mobile, 0) var(--padding-right-mobile, 0) var(--padding-bottom-mobile, 0) var(--padding-left-mobile, 0);
  position: relative;
  z-index: 1;
}

@media (min-width: 1280px) {
  .hero-section__inner {
    padding: var(--padding-top, 0) var(--padding-right, 0) var(--padding-bottom, 0) var(--padding-left, 0);
  }
}

.no-header .hero-section__inner {
  padding-top: 2.8em;
}

@media (min-width: 1280px) {
  .no-header .hero-section__inner {
    padding-top: 4em;
  }
}

.hero-section__foreground--form {
  margin-top: 0;
  max-width: 100%;
  width: 500px;
}

.hero-section__foreground--form-text {
  margin-bottom: 1.5em;
}

.hero-section__body {
  position: relative;
  z-index: 50;
}

.hero-section__body p {
  color: var(--subheadline-font-color);
  font-size: var(--base-font-size);
  margin-top: 1em;
}

.hero-section__ctas {
  margin-left: -0.5em;
  margin-top: 0.75em;
}

.hero-section__ctas .button {
  margin-left: 0.5em;
  margin-top: 1em;
}

.overlapping-image-content {
  background: #e2ebf2;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 40px 40px 0;
  position: relative;
}

.overlapping-image-content--content-block {
  width: calc(98% - 410px);
}

.overlapping-image-content--image-block {
  position: relative;
  width: 410px;
}

.overlapping-image-content--image-block img {
  bottom: calc(var(--vertical-spacing) * -1.53);
  position: absolute;
  width: 100%;
}

@media (max-width: 1024px) {
  .overlapping-image-content--image-block img {
    bottom: calc(var(--vertical-spacing) * -1.2);
  }
}

@media (max-width: 900px) {
  .overlapping-image-content {
    padding: 40px;
  }

  .overlapping-image-content--content-block {
    order: 1;
    width: 100% !important;
  }

  .overlapping-image-content--image-block {
    margin: 20px auto -40px;
    max-width: 300px;
    order: 2;
    width: 80% !important;
  }

  .overlapping-image-content--image-block img {
    bottom: unset;
    position: relative;
  }

  .row-number-21 > .row-fluid > .span7 {
    width: 100% !important;
  }
}

@media (max-width: 500px) {
  .overlapping-image-content {
    padding: 30px;
  }

  .overlapping-image-content--image-block {
    margin-bottom: -30px;
  }
}

#hs_cos_wrapper_widget_1748554561917 .theme-heading {
  color: #ffffff;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

#hs_cos_wrapper_widget_1748554561917 .theme-heading--eyebrow {
  color: #0082cb;
}

#hs_cos_wrapper_widget_1750435469048 {
  display: block !important;
  padding-top: 0px !important;
}

#hs_cos_wrapper_widget_1750973024387 {
  display: block !important;
  padding-top: 20px !important;
}

#hs_cos_wrapper_widget_1748552240403 {
  border-color: #f38b00 !important;
  border-radius: 8px !important;
  border-style: none !important;
  border-width: 0px !important;
  display: block !important;
  line-height: 0px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
}

#hs_cos_wrapper_widget_1748552240403 p,
#hs_cos_wrapper_widget_1748552240403 li,
#hs_cos_wrapper_widget_1748552240403 span,
#hs_cos_wrapper_widget_1748552240403 label,
#hs_cos_wrapper_widget_1748552240403 h1,
#hs_cos_wrapper_widget_1748552240403 h2,
#hs_cos_wrapper_widget_1748552240403 h3,
#hs_cos_wrapper_widget_1748552240403 h4,
#hs_cos_wrapper_widget_1748552240403 h5,
#hs_cos_wrapper_widget_1748552240403 h6 {
  line-height: 0px !important;
}

#hs_cos_wrapper_widget_1746634068762 {
  border-color: #f38b00 !important;
  border-radius: 8px !important;
  border-style: solid !important;
  border-width: 2px !important;
  display: block !important;
}

#hs_cos_wrapper_module_17503828879414 {
  border-color: #f38b00 !important;
  border-radius: 8px !important;
  border-style: solid !important;
  border-width: 2px !important;
  display: block !important;
}

#hs_cos_wrapper_module_17466366250293 {
  border-color: #f38b00 !important;
  border-radius: 8px !important;
  border-style: solid !important;
  border-width: 2px !important;
  display: block !important;
}

#hs_cos_wrapper_module_17513240939195 {
  border-color: #f38b00 !important;
  border-radius: 8px !important;
  border-style: solid !important;
  border-width: 2px !important;
  display: block !important;
}

#hs_cos_wrapper_widget_1750435469048 {
  display: block !important;
  padding-top: 0px !important;
}

#hs_cos_wrapper_widget_1750973024387 {
  display: block !important;
  padding-top: 20px !important;
}

#hs_cos_wrapper_widget_1748552240403 {
  border-color: #f38b00 !important;
  border-radius: 8px !important;
  border-style: none !important;
  border-width: 0px !important;
  display: block !important;
  line-height: 0px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
}

#hs_cos_wrapper_widget_1748552240403 p,
#hs_cos_wrapper_widget_1748552240403 li,
#hs_cos_wrapper_widget_1748552240403 span,
#hs_cos_wrapper_widget_1748552240403 label,
#hs_cos_wrapper_widget_1748552240403 h1,
#hs_cos_wrapper_widget_1748552240403 h2,
#hs_cos_wrapper_widget_1748552240403 h3,
#hs_cos_wrapper_widget_1748552240403 h4,
#hs_cos_wrapper_widget_1748552240403 h5,
#hs_cos_wrapper_widget_1748552240403 h6 {
  line-height: 0px !important;
}

#hs_cos_wrapper_widget_1746634068762 {
  border-color: #f38b00 !important;
  border-radius: 8px !important;
  border-style: solid !important;
  border-width: 2px !important;
  display: block !important;
}

#hs_cos_wrapper_module_17503828879414 {
  border-color: #f38b00 !important;
  border-radius: 8px !important;
  border-style: solid !important;
  border-width: 2px !important;
  display: block !important;
}

#hs_cos_wrapper_module_17466366250293 {
  border-color: #f38b00 !important;
  border-radius: 8px !important;
  border-style: solid !important;
  border-width: 2px !important;
  display: block !important;
}

#hs_cos_wrapper_module_17513240939195 {
  border-color: #f38b00 !important;
  border-radius: 8px !important;
  border-style: solid !important;
  border-width: 2px !important;
  display: block !important;
}

.main_body-row-1-max-width-section-centering > .row-fluid {
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.main_body-row-2-force-full-width-section > .row-fluid {
  max-width: none !important;
}

.main_body-row-3-max-width-section-centering > .row-fluid {
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.main_body-row-4-max-width-section-centering > .row-fluid {
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.main_body-row-5-force-full-width-section > .row-fluid {
  max-width: none !important;
}

.main_body-row-7-max-width-section-centering > .row-fluid {
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.main_body-row-8-max-width-section-centering > .row-fluid {
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.main_body-row-10-max-width-section-centering > .row-fluid {
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.main_body-row-12-max-width-section-centering > .row-fluid {
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.widget_1750435469048-flexbox-positioning {
  display: -ms-flexbox !important;
  -ms-flex-direction: column !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: start;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start;
}

.widget_1750435469048-flexbox-positioning > div {
  max-width: 100%;
  flex-shrink: 0 !important;
}

/*  Non-stacked Media Query Styles */
@media (min-width: 768px) {
  .main_body-row-3-vertical-alignment > .row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
  }

  .main_body-row-8-vertical-alignment > .row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
  }

  .main_body-row-10-vertical-alignment > .row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
  }

  .main_body-row-12-vertical-alignment > .row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
  }

  .cell_1750438764604-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: start !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }

  .cell_1750438764604-vertical-alignment > div {
    flex-shrink: 0 !important;
  }

  .cell_17485522405132-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: start !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }

  .cell_17485522405132-vertical-alignment > div {
    flex-shrink: 0 !important;
  }

  .cell_17504361677095-row-1-vertical-alignment > .row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
  }

  .cell_1750690268427-hidden {
    display: block !important;
  }

  .cell_1750690268429-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .cell_1750690268429-vertical-alignment > div {
    flex-shrink: 0 !important;
  }

  .cell_1750690268427-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .cell_1750690268427-vertical-alignment > div {
    flex-shrink: 0 !important;
  }

  .cell_1746634068887-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: start !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }

  .cell_1746634068887-vertical-alignment > div {
    flex-shrink: 0 !important;
  }

  .cell_1746636922436-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: start !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }

  .cell_1746636922436-vertical-alignment > div {
    flex-shrink: 0 !important;
  }

  .cell_17466362827782-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: start !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }

  .cell_17466362827782-vertical-alignment > div {
    flex-shrink: 0 !important;
  }

  .cell_1746636630226-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: start !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }

  .cell_1746636630226-vertical-alignment > div {
    flex-shrink: 0 !important;
  }

  .cell_17485543078484-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .cell_17485543078484-vertical-alignment > div {
    flex-shrink: 0 !important;
  }

  .cell_1746637697720-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .cell_1746637697720-vertical-alignment > div {
    flex-shrink: 0 !important;
  }

  .footer_dnd_main-row-0-vertical-alignment > .row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
  }

  .cell_1746205447431-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .cell_1746205447431-vertical-alignment > div {
    flex-shrink: 0 !important;
  }

  .cell_1746205493903-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .cell_1746205493903-vertical-alignment > div {
    flex-shrink: 0 !important;
  }
}

/*  Styles (default) */
.main_body-row-0-padding {
  padding-top: 15px !important;
  padding-bottom: 0px !important;
}

.main_body-row-1-margin {
  margin-top: -55px !important;
  margin-bottom: -40px !important;
}

.main_body-row-1-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.main_body-row-1-background-layers {
  background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) !important;
  background-position: left top !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}

.main_body-row-2-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.main_body-row-3-padding {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.main_body-row-3-background-layers {
  background-image: url('https://image.e.healthtrustpg.com/lib/fe2f117371640575701270/m/1/a334bc39-ffdb-46e6-b6f1-370e924c8bf8.png') !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.main_body-row-4-padding {
  padding-top: 50px !important;
  padding-bottom: 100px !important;
}

.main_body-row-5-padding {
  padding-bottom: 1px !important;
}

.main_body-row-5-background-layers {
  background-image: url('https://image.e.healthtrustpg.com/lib/fe2f117371640575701270/m/1/2795d5ff-786c-4239-a100-52c211d96700.jpg?width=2000&height=1333.3333333333333') !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.main_body-row-6-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.main_body-row-7-margin {
  margin-top: 20px !important;
  margin-bottom: -30px !important;
}

.main_body-row-7-padding {
  padding-top: 100px !important;
  padding-bottom: 50px !important;
}

.main_body-row-8-padding {
  padding-top: 100px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.main_body-row-8-hidden {
  display: block !important;
}

.main_body-row-8-background-layers {
  background-image: url('https://image.e.healthtrustpg.com/lib/fe2f117371640575701270/m/1/d60dffb4-b933-4f11-9b82-9703f507f9dc.png') !important;
  background-position: right top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.main_body-row-9-hidden {
  display: none !important;
}

.main_body-row-10-padding {
  padding-top: 150px !important;
  padding-bottom: 200px !important;
}

.main_body-row-10-background-layers {
  background-image: url('https://image.e.healthtrustpg.com/lib/fe2f117371640575701270/m/1/88e65ee8-f3ad-41d9-88fc-40b8b1949570.png') !important;
  background-position: left bottom !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.main_body-row-11-hidden {
  display: none !important;
}

.main_body-row-12-padding {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.main_body-row-12-background-layers {
  background-image: url('https://image.e.healthtrustpg.com/lib/fe2f117371640575701270/m/1/61c0e85c-1375-463e-b41d-8f3a89d0e70e.png') !important;
  background-position: right center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.cell_1746634068887-margin {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.cell_17466362827782-margin {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.footer_dnd_main-row-0-padding {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/*  Styles (mobile) */
@media (max-width: 1200px) {
  .cell_1750690268427-hidden {
    display: none !important;
  }

  .row-number-21 .span7 {
    width: 70% !important;
    margin-right: auto !important;
  }
}

@media (max-width: 800px) {
  .main_body-row-3-padding {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .main_body-row-4-padding {
    padding-top: 15px !important;
    padding-bottom: 50px !important;
  }

  .main_body-row-8-padding {
    padding-top: 20px !important;
  }

  .main_body-row-8-hidden {
    display: none !important;
  }

  .main_body-row-9-hidden {
    display: block !important;
  }

  .main_body-row-10-padding {
    padding-bottom: 100px !important;
  }

  .main_body-row-10-hidden {
    display: none !important;
  }

  .main_body-row-11-hidden {
    display: block !important;
  }

  .cell_17466347294292-padding {
    padding-top: 50px !important;
  }

  .row-number-21 {
    margin-top: 1 !important;
  }

  .row-number-21 > .row-fluid > .span7 .spacing-form {
    margin-top: calc(75px - 4em) !important;
  }
}