.site-slogan {
    padding-top: 5px;
}

.rev_slider_wrapper {
    height: 900px !important;
}
.rev_slider {
    height: 900px !important;
}

.tp-caption__title {
    font-size: 50px;
    font-weight: bold;
}
.tp-caption__text {
    font-weight: 600;
}
@media (min-width: 1445px){
  .container {
    max-width: 1585px;
  }
}

.call-to-action a {
  font-size: 15px;
  font-weight: 600;
  padding: 16px 30px 15px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 10px 0;
  text-align: center;
  background-color: transparent;
  text-transform: uppercase;
}

.row-call-to-action .field.field--name-field-call-to-action.field--type-entity-reference-revisions.field--label-hidden.field__items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.row-call-to-action .field > .field__item {
    width: 50%;
}
.region--dark-typography .highlights-grid, .region--dark-typography .highlights-grid-item {
  border: 0;
}
[class^="icon-"]:before, [class*=" icon-"]:before{
  font-family: inherit;
}
.fas {
    position: relative;
    top: calc(50% - 15px);
}

#banner .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
#content-top  .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

figure.caption.align-center {
  display: table;
}

figure article.media--type-image img {
 padding: 0; 
}

figure figcaption {
    color: #ffffff;
    background: rgba(48,48,48,0.75);
    padding: 6px 20px;
    font-size: 0.9em;
}

.align-center.media.media--type-image {
  text-align: center;
  display: block;
}

.align-left.media.media--type-image {
  margin-right: 1em;
}

.align-right.media.media--type-image {
  margin-left: 1em;
}

.region--light-typography .header__container ul.menu > li > span,
.region--light-typography .header-container ul.menu > li > span {
  padding-right: 25px;
}

ul.sf-menu .sf-sub-indicator:after {
  content: "\f107";
  font-family: 'fontello';
  left: 50%;
  top: -2px;
  margin-left: -3px;
  font-size: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  transform: none;
}