.rounded-blurb {
  border-radius:20px !important;
}
.gutenify-section-1e9be670-c787-11ee-adb6-fdd1b4cfeb30 {
  border-radius:20px !important;
}
.card-celero {
  border-radius:20px !important;
}
.white-separator {
  color: #ffffff !important;
}
.hs-button {
  border-radius:30px !important;
}

.wp-block-column ul{
  font-size: 0.9em;
    line-height: 1.4;
    color: #3b3b3b;
    font-family: "Effra", sans-serif !important;
    margin:16px 0!important;
}

.rbox-opening-li{
border-top:0!important;
}

.rbox-job-shortdesc{
  margin-top:1rem;
}

.rbox-opening-position-info{
  margin-left:10px;
}

.rbox-opening-list{
  margin-top:0;
  /*display: grid;*/
  /*grid-template-columns: repeat(2, 1fr);*/
  /*gap:30px;*/
}
:root :where(p){
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/*Custom Clasess*/

.columns-cover .wp-block-column .wp-block-group{
  height:100%;
}

.columns-cover .wp-block-column .wp-block-group .wp-block-cover,{
  height:100%;
}

.columns-cover .wp-block-column .wp-block-cover{
  height:100%;
}

.single-post .wp-block-group p a{
  color: #fdb71c!important;
}


@media (max-width:1200px){
  .columns-cover .wp-block-column .wp-block-cover{
    padding:20px!important;
  }
   .columns-cover .wp-block-column .wp-block-cover h2{
    line-height:1;
  }
  .equal-heights .wp-block-columns .wp-block-column > .wp-block-group{
    height:100%!important;
  }
  .equal-heights .wp-block-columns{
    align-items: stretch !important;
  }
  .equal-heights .wp-block-columns .wp-block-column{
    /*height:100%!important;*/
    align-self:unset;
  } 
}

/*Vimeo Video Iframe*/
.wp-block-embed__wrapper iframe{
  width:100%;
}

/*GDPR*/
@media (min-width: 580px){
  .sgcc-main-wrapper .message-block p,
.sgcc-main-wrapper .message-block p a{
  color: #000!important;
}
}

/*Password Post Form*/
.post-password-form input[type="password"]{
  margin: 10px 0;
  border: 1px solid grey;
}

/* Resources */
.resources-block .wp-block-cover{
  border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  
}