/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-image.is-style-pill img {
  border-radius: 50rem; }

.wp-block-image.is-style-circle img {
  border-radius: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 240px;
  height: 240px; }

.wp-block-image.is-style-drop-shadow img {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

.wp-block-image.is-style-force-height {
  max-width: 100%;
  margin-bottom: 1em;
  height: 260px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50rem; }
  .wp-block-image.is-style-force-height img {
    min-width: 100%;
    min-height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -o-object-fit: cover;
       object-fit: cover; }

@media (max-width: 991.98px) {
  .wp-block-image.is-style-force-height {
    height: 150px; } }

.wp-block-button__link {
  padding: 10px 20px;
  border-radius: 50rem;
  background-color: #005777;
  color: #FFFFFF;
  font-family: "Heebo" , sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center; }
  .is-style-feature .wp-block-button__link, .is-style-external-feature .wp-block-button__link {
    padding: 13px 25px;
    border: 1px solid #005777;
    background-color: transparent;
    font-size: 16px;
    text-align: center; }

.wp-block-button.is-style-feature .wp-block-button__link, .wp-block-button.is-style-external-feature .wp-block-button__link {
  color: #fff;
	margin-right: 15px;
}

.wp-block-button.is-style-feature .wp-block-button__link:hover, .wp-block-button.is-style-external-feature .wp-block-button__link:hover {
  color: #fff;
	background-color: #e55b3c; /* Lightened version of #D44427 */
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2); /* Intensifying inner shadow on hover */
}

.wp-block-button.is-style-external-feature .wp-block-button__link:after {
  content: ' ';
	background: url(/wp-content/themes/understrap/assets/img/utility-sprites.png) no-repeat 0 -44px;
	padding-right: 18px;
  margin-left: 13px;
  display: inline-block;
  height: 16px;
}

.is-style-page-intro {
  max-width: 750px;
  text-align: center;
  margin: auto;
  padding-bottom: 30px;
  font-size: 18px; }

.has-2-columns .wp-block-column:not(:first-child) {
  margin-left: 70px; }

.wp-block-columns.is-style-extra-padding {
  padding-left: 30px;
  padding-right: 30px; }
  .wp-block-columns.is-style-extra-padding .wp-block-column {
    padding-left: 20px;
    padding-right: 20px; }

/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-ibe-flex-group {
  padding: 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .wp-block-ibe-flex-group > * {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* settings for children */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 15px 0 15px; }
  .wp-block-ibe-flex-group.max-row-number-3 > * {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    min-width: 325px; }
  .wp-block-ibe-flex-group.max-row-number-4 > * {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    min-width: 275px; }
  .wp-block-ibe-flex-group.max-row-number-5 > * {
    -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
    min-width: 225px; }
  .wp-block-ibe-flex-group .wp-block-group__inner-container {
    text-align: center; }

@media (max-width: 720px) {
  .max-row-number-3 > *, .max-row-number-4 > *, .max-row-number-5 > * {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    -ms-flex-positive: 1;
        flex-grow: 1; } }

@media (max-width: 576px) {
  .wp-block-ibe-flex-group {
    -ms-flex-direction: column;
        flex-direction: column; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-ibe-pill-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  /* Slider Styles */
  /* Feature Styles */ }
  .wp-block-ibe-pill-image .pill-image-text {
    font-weight: 500;
    margin-top: 16px; }
  .wp-block-ibe-pill-image .image-holder {
    border-top-right-radius: 50rem;
		border-bottom-right-radius: 50rem;
    width: calc(100% - 30px);
    position: relative;
    margin: auto;
	  margin-bottom: 10px;
	}
  .wp-block-ibe-pill-image .image-holder .image {
    border-radius: 50rem;
    background-size: cover;
    background-position: center;
    height: 164px; }
  .wp-block-ibe-pill-image.is-style-left-slider .image-holder, .wp-block-ibe-pill-image.is-style-right-slider .image-holder {
    height: 200px; }
  .wp-block-ibe-pill-image.is-style-left-slider.size-large .image-holder, .wp-block-ibe-pill-image.is-style-right-slider.size-large .image-holder {
    height: 262px;
    max-width: 360px; }
  .wp-block-ibe-pill-image.is-style-left-slider .pill-image-text, .wp-block-ibe-pill-image.is-style-right-slider .pill-image-text {
    color: #000000;
    font-family: "Heebo", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.57;
    padding-top: 16px; }
  .wp-block-ibe-pill-image.is-style-left-slider .pill-image-text a, .wp-block-ibe-pill-image.is-style-left-slider .pill-image-text, .wp-block-ibe-pill-image.is-style-right-slider .pill-image-text a, .wp-block-ibe-pill-image.is-style-right-slider .pill-image-text {
    color: #C26B3D;
    font-family: "Heebo", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px; }
  .wp-block-ibe-pill-image.is-style-left-slider .image-holder, .wp-block-ibe-pill-image.is-style-right-slider .image-holder {
    background-color: #F4BD15; }
  .wp-block-ibe-pill-image.is-style-left-slider.slider-color-blue .image-holder, .wp-block-ibe-pill-image.is-style-right-slider.slider-color-blue .image-holder {
    background-color: #D44427; }
  .wp-block-ibe-pill-image.is-style-left-slider.slider-color-blue .pill-image-text a, .wp-block-ibe-pill-image.is-style-left-slider.slider-color-blue .pill-image-text, .wp-block-ibe-pill-image.is-style-right-slider.slider-color-blue .pill-image-text a, .wp-block-ibe-pill-image.is-style-right-slider.slider-color-blue .pill-image-text {
    color: #005777; }
  .wp-block-ibe-pill-image.is-style-left-slider.slider-color-red .image-holder, .wp-block-ibe-pill-image.is-style-right-slider.slider-color-red .image-holder {
    background-color: #005777; }
  .wp-block-ibe-pill-image.is-style-left-slider.slider-color-red .pill-image-text a, .wp-block-ibe-pill-image.is-style-left-slider.slider-color-red .pill-image-text, .wp-block-ibe-pill-image.is-style-right-slider.slider-color-red .pill-image-text a, .wp-block-ibe-pill-image.is-style-right-slider.slider-color-red .pill-image-text {
    color: #990033; }
  .wp-block-ibe-pill-image.is-style-left-slider.slider-color-grey .image-holder, .wp-block-ibe-pill-image.is-style-right-slider.slider-color-grey .image-holder {
    background-color: #BBBBBB; }
  .wp-block-ibe-pill-image.is-style-left-slider.slider-color-grey .pill-image-text a, .wp-block-ibe-pill-image.is-style-left-slider.slider-color-grey .pill-image-text, .wp-block-ibe-pill-image.is-style-right-slider.slider-color-grey .pill-image-text a, .wp-block-ibe-pill-image.is-style-right-slider.slider-color-grey .pill-image-text {
    color: #990033; }
  .wp-block-ibe-pill-image.is-style-left-slider .image, .wp-block-ibe-pill-image.is-style-right-slider .image {
    height: 200px;
    width: 200px; }
  .wp-block-ibe-pill-image.is-style-left-slider.size-large .image, .wp-block-ibe-pill-image.is-style-right-slider.size-large .image {
    height: 262px;
    width: 262px; }
  .wp-block-ibe-pill-image.is-style-left-slider h3, .wp-block-ibe-pill-image.is-style-right-slider h3 {
    padding-top: 23px; }
  .wp-block-ibe-pill-image.is-style-right-slider .image-holder .image {
    position: absolute;
    right: 0; }
  .wp-block-ibe-pill-image.is-style-feature {
    display: block; }
  .wp-block-ibe-pill-image.is-style-feature .image-holder, .wp-block-ibe-pill-image.is-style-feature .image-holder .image {
    height: 275px;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 30px; }
  .wp-block-ibe-pill-image.is-style-feature .pill-image-text {
    position: absolute;
    bottom: 15%;
    -ms-flex-item-align: start;
        align-self: flex-start;
    background-color: #C26B3D;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 50rem; }
  .wp-block-ibe-pill-image.is-style-feature .pill-image-text a {
    color: #ffffff;
    font-size: 16px; }

@media (max-width: 720px) {
  .wp-block-ibe-pill-image {
    padding-bottom: 30px; }
  .wp-block-ibe-pill-image.is-style-feature .image-holder {
    height: 203px;
    width: 100%;
    margin-bottom: 0; }
    .wp-block-ibe-pill-image.is-style-feature .image-holder .image {
      height: 203px; }
  .wp-block-ibe-pill-image.is-style-feature .pill-image-text {
    top: 122px;
    bottom: unset; }
  .wp-block-ibe-pill-image.is-style-left-slider, .wp-block-ibe-pill-image.is-style-right-slider {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center; }
    .wp-block-ibe-pill-image.is-style-left-slider .image-holder, .wp-block-ibe-pill-image.is-style-right-slider .image-holder {
      width: 105px;
      height: 70px;
      margin: 0 14px 0 0; }
      .wp-block-ibe-pill-image.is-style-left-slider .image-holder .image, .wp-block-ibe-pill-image.is-style-right-slider .image-holder .image {
        height: 70px;
        width: 70px; }
    .wp-block-ibe-pill-image.is-style-left-slider.size-large .image-holder, .wp-block-ibe-pill-image.is-style-right-slider.size-large .image-holder {
      width: 120px;
      height: 90px;
      margin: 0 20px 0 0; }
      .wp-block-ibe-pill-image.is-style-left-slider.size-large .image-holder .image, .wp-block-ibe-pill-image.is-style-right-slider.size-large .image-holder .image {
        height: 90px;
        width: 90px; }
    .wp-block-ibe-pill-image.is-style-left-slider .pill-image-text, .wp-block-ibe-pill-image.is-style-right-slider .pill-image-text {
      margin-top: 0;
      padding-top: 0; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-ibe-pill-stat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: relative; }
  .wp-block-ibe-pill-stat .pill-stat-inner {
    border-radius: 50rem;
    height: 164px;
    width: calc(100% - 30px);
    position: relative;
    background-color: #D44427;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #ffffff;
    font-weight: 500; }
  .wp-block-ibe-pill-stat .pill-feature-text {
    font-size: 32px;
    margin: 10px;
		text-align: center;
		line-height: 1;
	}
  .wp-block-ibe-pill-stat .pill-descriptive-text {
    font-size: 16px;
    line-height: 21px;
    width: 66%;
    text-align: center;
		padding-bottom: 15px}
  .wp-block-ibe-pill-stat .pill-descriptive-text:first-child {
    font-size: 20px; }
  .wp-block-ibe-pill-stat .pill-caption {
    font-weight: 500;
    margin-top: 16px; }
  .wp-block-ibe-pill-stat.size-large .pill-stat-inner {
    height: 262px;
    width: 330px; }

.wp-block-ibe-pill-stat.slider-color-blue .pill-stat-inner {
  background-color: #005777; }

.wp-block-ibe-pill-stat.slider-color-red .pill-stat-inner {
  background-color: #F4BD15; }

.wp-block-ibe-pill-stat.slider-color-grey .pill-stat-inner {
  background-color: #BBBBBB; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-ibe-page-promo {
  width: 100%;
  min-height: 500px;
  background-position: center;
  background-size: cover;
  display: inline-block;
  margin-bottom: 60px; }
  .wp-block-ibe-page-promo .page-promo-inner {
    min-height: 300px;
    padding: 29px 50px 29px 30px;
    background-color: #005777;
    width: 360px;
    margin: 100px auto 50px 10%;
    position: relative;
    color: #FFFFFF; }
  .wp-block-ibe-page-promo .promo-title {
    margin-top: 0;
    font-size: 32px;
    line-height: 40px; }
  .wp-block-ibe-page-promo .promo-link {
    background: #7cb0c6;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 9px 20px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF; }
    .wp-block-ibe-page-promo .promo-link:after {
      position: absolute;
      margin-left: 20px;
      right: -40px;
      content: ' ';
      top: 0;
      padding: 18px 18px 0 0;
			background: #056C92 url(/wp-content/themes/understrap/assets/img/utility-sprites.png) no-repeat -23px -40px;
			border: solid #056C92 11px; }
    .wp-block-ibe-page-promo .promo-link:hover {
      background: #7cb0c6;
      text-decoration: none; }

.wp-block-column .wp-block-ibe-page-promo .page-promo-inner {
  min-height: 250px;
  max-width: 90%;
  margin-left: 0; }

.wp-block-group.has-background + .wp-block-ibe-page-promo.alignfull {
  margin-top: -32px; }

.wp-block-ibe-page-promo.alignfull + .wp-block-group.has-background {
  margin-top: -32px; }

.wp-block-ibe-page-promo.alignfull:last-child {
  margin-bottom: -94px; }

@media (max-width: 767.98px) {
  .wp-block-ibe-page-promo .page-promo-inner {
    min-height: 250px;
    max-width: 90%;
    margin-left: 0; }
  .wp-block-ibe-page-promo .promo-link {
    right: 40px; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-ibe-contact .contact-icons:before {
  margin-right: 13px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  float: left; }

.wp-block-ibe-contact.border-full {
  padding: 30px;
  word-break: break-word; }

.wp-block-ibe-contact > p.contact-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.wp-block-ibe-contact .wp-block-ibe-contact h3 {
  margin-bottom: .75rem; }

.wp-block-ibe-contact.border-right {
  padding-right: 30px;
  height: 100%; }

.wp-block-ibe-contact.border-left {
  padding-left: 30px;
  height: 100%; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-ibe-bio .wp-block-image {
  margin-bottom: 24px; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-ibe-image-callout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 30px 0; }
  .wp-block-ibe-image-callout.image-position-right {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .wp-block-ibe-image-callout > * {
    -ms-flex: 1 1;
        flex: 1 1; }
  .wp-block-ibe-image-callout .image-callout_image-container {
    -ms-flex-preferred-size: 682px;
        flex-basis: 682px; }
    .wp-block-ibe-image-callout .image-callout_image-container .image-callout_image {
      width: 100%;
      height: 455px;
      background-position: center;
      background-size: cover;
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
  .wp-block-ibe-image-callout .image-callout_content {
    -ms-flex-preferred-size: 458px;
        flex-basis: 458px;
    padding: 0 68px;
    -ms-flex-item-align: center;
        align-self: center; }
  .wp-block-ibe-image-callout:after {
    position: absolute;
    width: calc(100% + 160px);
    left: -80px;
    height: 400px;
    content: ' ';
    background-color: #F7F7F7;
    border-radius: 50rem;
    z-index: -20;
    margin-top: 30px; }
  .wp-block-ibe-image-callout .wp-block-button {
    display: inline;
    padding-right: 10px; }

@media only screen and (max-width: 575px) {
  .wp-block-ibe-image-callout {
    -ms-flex-direction: column;
        flex-direction: column; }
    .wp-block-ibe-image-callout.image-position-right {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
    .wp-block-ibe-image-callout .image-callout_image-container {
      -ms-flex-preferred-size: unset;
          flex-basis: unset;
      padding-bottom: 20px; }
      .wp-block-ibe-image-callout .image-callout_image-container .image-callout_image {
        height: 200px;
        margin: 0 10%;
        width: unset; }
    .wp-block-ibe-image-callout .image-callout_content {
      margin: 0 10%;
      padding: 0;
      -ms-flex-preferred-size: unset;
          flex-basis: unset;
      padding-bottom: 20px; }
    .wp-block-ibe-image-callout:after {
      position: absolute;
      width: 60%;
      left: 20%;
      height: 500px;
      content: ' ';
      background-color: #F7F7F7;
      border-radius: 50rem;
      z-index: -20;
      margin-top: -20px; } }
