{# Was from the agency microsite stylesheet #}
.section--richtext-columns p:not(:last-child), 
.section--richtext-columns .p:not(:last-child) {
  margin-bottom: 30px;
}

.section--richtext-columns p + ul, .section--richtext-columns p + ol{
  margin-top: -10px;
}

.section--richtext-columns p+h4, 
.section--richtext-columns p+h5, 
.section--richtext-columns p+h6{
  margin-top: 12px;
}

.margin--standard--top{
  margin-top:30px;
}

@media screen and (max-width: 679px){
  .section--richtext-columns ul li:last-child, 
  .section--richtext-columns ol li:last-child,
  .section--richtext-columns ul li:last-child *, 
  .section--richtext-columns ol li:last-child *{
    margin-bottom:0px !important;
  }
}

.section--custom-bullets--color-#1d1d1f{
  color:#1d1d1f;
}

.section--custom-bullets--color-#ffffff{
  color:#ffffff;
}

@media screen and (max-width: 1023px){
  .section--richtext-columns br{
    display:none;
  }
}

.section--richtext-columns--number-wrapper{
  width: 57px; 
  height: 57px; 
  padding: 17px; 
  margin: 0 auto; 
  bottom: -13%;
}

span.custom-underline{
  position:relative;
}

@media screen and (max-width: 679px){
  span.custom-underline{
    display:block;
  }
}


span.custom-underline .underline-block{
  background-repeat: no-repeat;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  right: 0;
  margin: auto;
  bottom: -122%;
  transform: translateX(-50%);
}


@media screen and (min-width: 1024px){
  span.custom-underline .underline-block{
    width: 338px;
    height: 14px;
    background-size: 338px 14px;
  }
}

@media screen and (max-width: 1023px){
  span.custom-underline .underline-block{
    width: 240px;
    height: 14px;
    background-size: 240px 14px;
  }
}

@media screen and (max-width: 679px){
  span.custom-underline .underline-block{
    width: 240px;
    height: 14px;
    background-size: 240px 14px;
  }
}

@media screen and (max-width: 679px){
  span.custom-underline .underline-block{
    width: 190px;
    height: 14px;
    background-size: 190px 14px;
  }
}

@media screen and (max-width: 380px){
  span.custom-underline .underline-block{
    display:block;
  }
}

.section--richtext-columns--content-single.flex--wrap{
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section--richtext-columns--block--media-left .section--richtext-columns--header *{
  margin-top:0px !important;
}

.section--richtext-columns--header + .section--richtext-columns--subheader{
  margin-top:-10px;
}

@media screen and (min-width: 680px){
  .margin-left--20{
    margin-left:20px;
  }

  .margin-left--30{
    margin-left:30px;
  }

  .margin-left--40{
    margin-left:40px;
  }
}


@media screen and (max-width: 679px){
  .section--richtext-columns--block--media-left{
    flex-flow: column;
  }
  .margin-left--20{
    margin-top:20px !important;
  }

  .margin-left--30{
    margin-top:30px !important;
  }

  .margin-left--40{
    margin-top:40px !important;
  }
}

.block--card-style {
    top: 0;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 30px;
    background: white;
    -webkit-transition: box-shadow 0.3s ease-in-out, top 0.3s ease-in-out, top 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out, top 0.3s ease-in-out, top 0.3s ease-in-out;
    -ms-transition: box-shadow 0.3s ease-in-out, top 0.3s ease-in-out, top 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out, top 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, top 0.3s ease-in-out, top 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
    .block--card-style {
        margin-top: 30px;
    }
}
@media screen and (max-width: 1023px) and (min-width: 680px) {
    .block--card-style {
        margin-top: 30px;
    }
}
.block--card-style:hover {
    top: -6px;
    box-shadow: 0 22px 32px rgba(0, 0, 0, 0.1), 0 10px 60px rgba(0, 0, 0, 0.05);
}
.block--card-style .block--card-style--link {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.section--richtext-columns--content-columns .all--text--center .section--richtext-columns--content-inner {
    justify-content: center;
}

.section--richtext-columns--content-single {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.section--richtext-columns--content-inner {
    height: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: -ms-flexbox;
    display: flex;
}

.section--richtext-columns--block-container--flex {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    height: 100%;
}

.section--richtext-columns--block-container--flex--no-subheader {
    justify-content: center;
}

.section--richtext-columns--block-container--flex--has-subheader {
    justify-content: space-between;
}

.section--richtext-columns--block-container--flex .section--richtext-columns--button-container {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    bottom: 0;
    align-items: flex-end;
}
