@-webkit-keyframes read-more-arrow {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@-o-keyframes read-more-arrow {
  0%,
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@keyframes read-more-arrow {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@-webkit-keyframes download-hover {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

@-o-keyframes download-hover {
  0%,
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

@keyframes download-hover {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

header.vmh-container {
  position: relative;
  top: 0;
  max-height: 550px;
  margin-bottom: 0;
  background-color: #fa7828;
}

header.vmh-container.bg-color-orange {
  background-color: #fa7828;
}

header.vmh-container.bg-color-green {
  background-color: #00b4ac;
}

header.vmh-container.bg-color-yellow {
  background-color: #f0ad4e;
}

header.vmh-container.bg-color-pink {
  background-color: #e83e8c;
}

header.vmh-container.bg-color-light-green {
  background-color: #22cb1f;
}

header.vmh-container.bg-color-blue {
  background-color: #278dff;
}

header.vmh-container.bg-color-sky-blue {
  background-color: #1fb3dd;
}

header.vmh-container.bg-color-purple {
  background-color: #a515ba;
}

header.vmh-container .vmh-background:empty {
  min-height: 385px;
}

@media (min-width: 768px) {
  header.vmh-container .vmh-background:empty {
    min-height: 300px;
  }
}

@media (min-width: 992px) {
  header.vmh-container .vmh-background:empty {
    min-height: 385px;
  }
}

@media (min-width: 768px) {
  header.vmh-container {
    max-height: 300px;
  }
}

@media (min-width: 992px) {
  header.vmh-container {
    max-height: 385px;
  }
}

header.vmh-container .vmh-content-wrapper {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
}

header.vmh-container .vmh-content-wrapper .vmh-content {
  width: auto;
  margin-top: 50px;
  padding: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.31);
}

@media (max-width: 767.98px) {
  header.vmh-container .vmh-content-wrapper .vmh-content {
    background: none;
  }
}

@media (min-width: 992px) {
  header.vmh-container .vmh-content-wrapper .vmh-content .vmh-page-description {
    width: 50%;
  }
}

@media (max-width: 991.98px) {
  header.vmh-container .vmh-content-wrapper .vmh-content {
    padding: 15px;
  }
}

header.vmh-container .vmh-content-wrapper .vmh-content .vmh-page-title {
  margin: 15px 0 0;
  padding: 0 0 10px;
  text-align: left;
  border-bottom: 1px solid #fff;
  font-size: calc(1.4125rem + 1.95vw);
  font-weight: bold;
}

@media (min-width: 1200px) {
  header.vmh-container .vmh-content-wrapper .vmh-content .vmh-page-title {
    font-size: 2.875rem;
  }
}

header.vmh-container .vmh-content-wrapper .row {
  margin: 0;
}

header.vmh-container .vmh-breadcrumb .breadcrumb {
  padding: 0;
  text-transform: none;
}

header.vmh-container .vmh-breadcrumb .breadcrumb .breadcrumb-item {
  font-size: 0.875rem;
  font-weight: bold;
}

header.vmh-container .vmh-breadcrumb .breadcrumb .breadcrumb-item:after {
  padding-left: 1px;
  content: "/";
}

header.vmh-container .vmh-breadcrumb .breadcrumb .breadcrumb-item:before {
  content: none;
}

header.vmh-container .vmh-breadcrumb .breadcrumb .breadcrumb-item a {
  text-decoration: none;
}

header.vmh-container .vmh-breadcrumb .breadcrumb .breadcrumb-item a:hover {
  color: #fa7828;
}

header.vmh-container .vmh-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  max-height: 500px;
}

header.vmh-container .vmh-background .field--name-field-media-image img {
  width: 100%;
}

@media (max-width: 767.98px) {
  header.vmh-container .vmh-background .field--name-field-media-image img {
    display: none;
  }
}

@media (max-width: 767.98px) {
  header.vmh-container {
    height: 250px;
  }
}

@media (min-width: 768px) {
  header.vmh-container.standard {
    background: none;
  }
  header.vmh-container.standard .vmh-background:empty {
    min-height: 135px;
  }
  header.vmh-container.standard .vmh-content-wrapper .vmh-content {
    padding: 0;
    color: #000;
    background: none;
  }
  header.vmh-container.standard .vmh-content-wrapper .vmh-content .vmh-page-title {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #000;
    border-bottom: 1px solid #000;
    font-size: calc(1.3625rem + 1.35vw);
    font-weight: 500;
    line-height: 1.18421052632;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  header.vmh-container.standard .vmh-content-wrapper .vmh-content .vmh-page-title {
    font-size: 2.375rem;
  }
}

@media (min-width: 768px) {
  header.vmh-container.standard .vmh-content-wrapper .vmh-content .vmh-breadcrumb .breadcrumb .breadcrumb-item {
    color: #000;
  }
  header.vmh-container.standard .vmh-content-wrapper .vmh-content .vmh-breadcrumb .breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: #000;
  }
  header.vmh-container.standard .vmh-content-wrapper .vmh-content .vmh-breadcrumb .breadcrumb .breadcrumb-item a:hover {
    color: #fa7828;
  }
}

#block-varbasemediaheader {
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  #block-varbasemediaheader {
    margin-top: -40px;
  }
}

@media (max-width: 991.98px) {
  #block-varbasemediaheader {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.breadcrumb {
  padding: 0;
  text-transform: none;
  background: transparent;
}

.breadcrumb .breadcrumb-item {
  font-size: 0.875rem;
  font-weight: bold;
}

.breadcrumb .breadcrumb-item a {
  color: #000;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #fa7828;
}

.breadcrumb .breadcrumb-item:after {
  padding-left: 1px;
  content: "/";
}

.breadcrumb .breadcrumb-item:before {
  content: none;
}

.breadcrumb .breadcrumb-item a {
  text-decoration: none;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #fa7828;
}

.varbase-heroslider-media {
  margin-top: -40px;
}

@media (max-width: 991.98px) {
  .varbase-heroslider-media {
    margin-top: 0;
  }
}

.region-title-breadcrumbs {
  margin-top: 60px;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .region-title-breadcrumbs {
    margin-top: 35px;
    margin-bottom: 15px;
  }
}

.region-title-breadcrumbs .title span {
  padding: 0 0 10px;
}

.paragraph--type-video .field--name-field-video {
  margin-bottom: 10px;
}

.paragraph--type-video .field--name-field-title {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 500;
}
