@charset "UTF-8";
/* ========================= */
/* _0_mixin.scss */
/* ========================= */
/* ========================= */
/* _0_var.scss */
/* ========================= */
/* ========================= */
/* _1_tetsytle.scss */
/* ========================= */
.msi-red-text {
  color: #BE1E2D !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-28 {
  font-size: 28px !important;
}

.fz-32 {
  font-size: 32px !important;
}

.fz-xsm {
  font-size: 12px !important;
}

.fz-sm {
  font-size: 14px !important;
}

.fz-med {
  font-size: 18px !important;
}

.fz-semilg {
  font-size: 20px !important;
}

.fz-lg {
  font-size: 28px !important;
}
@media (max-width: 800px) {
  .fz-lg {
    font-size: 25px !important;
  }
}
@media (max-width: 540px) {
  .fz-lg {
    font-size: 20px !important;
  }
}

.fz-xlg {
  font-size: 32px !important;
}

.fz-xxlg {
  font-size: 65px !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-reg {
  font-weight: 400 !important;
}

.fw-med {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-extrabold {
  font-weight: 800 !important;
}

.fw-black {
  font-weight: 900 !important;
}

a.blk2red-link {
  color: #000000 !important;
}
a.blk2red-link:hover {
  color: #BE1E2D !important;
}

.upperCase {
  text-transform: uppercase !important;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

@media (max-width: 800px) {
  .text-center-mobile {
    text-align: center !important;
  }
}

ul.red-dots {
  list-style: none;
}
ul.red-dots li::before {
  content: "•";
  color: #BE1E2D;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */
}

/* ========================= */
/* _1_layout.scss */
/* ========================= */
.mb-0 {
  margin: 0px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.p-20 {
  padding: 20px;
}

@media (max-width: 800px) {
  .margin-center-mobile {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 800px) {
  .padding-10-mobile-col > div {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.maxwidth-content-800 > .fusion-column-wrapper, .maxwidth-content-1000 > .fusion-column-wrapper {
  margin-left: auto !important;
  margin-right: auto !important;
}

.maxwidth-content-1000 > .fusion-column-wrapper {
  max-width: 1000px !important;
}
.maxwidth-content-800 > .fusion-column-wrapper {
  max-width: 800px !important;
}

.ptb-100d-10m > div {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
@media (max-width: 800px) {
  .ptb-100d-10m > div {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.ptb-70d-10m > div {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
@media (max-width: 800px) {
  .ptb-70d-10m > div {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.ptb-35d-10m > div {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
@media (max-width: 800px) {
  .ptb-35d-10m > div {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.pt-35d-10m > div {
  padding-top: 35px !important;
}
@media (max-width: 800px) {
  .pt-35d-10m > div {
    padding-top: 10px !important;
  }
}

.ptb-50d-10m > div {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
@media (max-width: 800px) {
  .ptb-50d-10m > div {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.ptb-20d-10m > div {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media (max-width: 800px) {
  .ptb-20d-10m > div {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.plr-40d-0m > div {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 800px) {
  .plr-40d-0m > div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.no-break-textcol {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.maxwidth-50percent {
  max-width: 50%;
}

@media (max-width: 540px) {
  br.nobreak-mobile {
    display: none !important;
  }
}

@media (max-width: 800px) {
  .block-on-mobile {
    display: block !important;
    width: 100% !important;
  }
}

/* ========================= */
/* _1_menu.scss */
/* ========================= */
div.msi-footer-menu-wrapper > ul {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 540px) {
  div.msi-footer-menu-wrapper > ul {
    flex-direction: column;
  }
}
div.msi-footer-menu-wrapper ul {
  list-style-type: none;
  margin: 30px 0px;
  padding: 0px;
}
div.msi-footer-menu-wrapper li {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0px 0px;
}
div.msi-footer-menu-wrapper li a {
  color: #4a4a4a !important;
  font-size: 14px;
}
@media (max-width: 800px) {
  div.msi-footer-menu-wrapper li a {
    font-size: 12px;
  }
}
div.msi-footer-menu-wrapper li a:hover {
  color: #BE1E2D !important;
}
div.msi-footer-menu-wrapper ul.sub-menu {
  margin: 10px 0px 0px 0px;
}
div.msi-footer-menu-wrapper ul.sub-menu li {
  text-transform: none;
  font-weight: 300;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
div.msi-footer-menu-wrapper ul.sub-menu li a {
  color: #ffffff !important;
}
div.msi-footer-menu-wrapper ul.sub-menu li a:hover {
  color: #BE1E2D !important;
}

/* ========================= */
/* _1_styleing.scss */
/* ========================= */
.circle-edge {
  border-radius: 50%;
}

.lg-dropshadow,
.lg-dropshadow > img {
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.4);
}

.text-dropshadow {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

/* ========================= */
/* _1_effects.scss */
/* ========================= */
.hoverWrapperRed:hover .hoverTarget,
.hoverRed:hover,
.hoverRed:hover a {
  color: #BE1E2D !important;
  transition: all 0.23s ease-in-out 0s;
}

.hoverWrapperGrey:hover .hoverTarget,
.hoverGrey:hover {
  color: #4a4a4a !important;
  transition: all 0.23s ease-in-out 0s;
}

.hoverWrapperLiteGrey:hover .hoverTarget,
.hoverLiteGrey:hover {
  color: #efeff0 !important;
  transition: all 0.23s ease-in-out 0s;
}

.hoverDropShadow:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease-in-out 0s;
}

iframe[src~="youtube.com"] .ytp-chrome-top-buttons {
  display: none !important;
}

.ytp-chrome-top-buttons {
  display: none !important;
}

/* ========================= */
/* _1_widget.scss */
/* ========================= */
/* ==== BUTTONS ====== */
.msi-redBtn {
  border-width: 0px;
  background-color: #BE1E2D;
  border: 2px solid #BE1E2D;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.25s;
}
.msi-redBtn:hover {
  border-color: #BE1E2D;
  background-color: #ffffff;
  color: #BE1E2D;
}

/* ==== FORMS ====== */
.form-wrapper input[type=text], .form-wrapper textarea {
  border-width: 1px !important;
  border-color: #4a4a4a !important;
  border-radius: 6px !important;
}

@media (max-width: 540px) {
  .contact-pg-form td {
    display: block !important;
    width: 100% !important;
  }
}

.avada-page-titlebar-wrapper h1 {
  font-weight: 900 !important;
  opacity: 1;
  text-shadow: 0px 0px 10px black;
}
@media (max-width: 800px) {
  .avada-page-titlebar-wrapper h1 {
    font-size: 50px !important;
    line-height: 1.2 !important;
  }
}
@media (max-width: 540px) {
  .avada-page-titlebar-wrapper h1 {
    font-size: 33px !important;
    line-height: 1.2 !important;
  }
}

#wrapper #main .fusion-post-content > .blog-shortcode-post-title {
  font-size: 22px !important;
  font-weight: 600 !important;
}

@media (max-width: 800px) {
  .fusion-page-title-bar {
    background-size: cover !important;
  }
}

@media (min-width: 1400px) {
  .sliderrevol_banner_class rs-sbg {
    background-size: contain !important;
  }
}
.fusion-video.fusion-vimeo {
  max-width: 100% !important;
}

/* ========================= */
/* _1_postgrid.scss */
/* ========================= */
#post-grid-1407 .filter-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#post-grid-1407 .filter.filter-1407 {
  cursor: default;
  box-sizing: border-box;
  flex: 0 0 auto;
  margin: 0px !important;
  padding: 5px 20px;
  border-top: transparent solid 2px !important;
}
#post-grid-1407 .filter.filter-1407.mixitup-control-active {
  background: #efeff0 !important;
  border-top: #BE1E2D solid 2px !important;
}
#post-grid-1407 .grid-items {
  display: flex;
  flex-wrap: wrap;
}
#post-grid-1407 .grid-items .item {
  width: 33.33%;
}
#post-grid-1407 .grid-items .item .title_link.element {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
#post-grid-1407 .grid-items .item .title_link.element a {
  color: #4a4a4a;
}
#post-grid-1407 .grid-items .item:hover a {
  color: #BE1E2D !important;
}
#post-grid-1407 .pagination .load-more {
  background-color: #efeff0 !important;
  color: #4a4a4a !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}

/* ========================= */
/* _2_aboutus.scss */
/* ========================= */
.leadership_slide_wrapper .person-author-wrapper .person-name {
  font-size: 0.8em !important;
  font-weight: 600 !important;
  text-align: center;
}
.leadership_slide_wrapper .person-author-wrapper .person-title {
  font-size: 0.7em !important;
  text-align: center;
}

.aboutus_circles .fusion-counter-circle-content-inner {
  font-size: 30px;
}

/* ========================= */
/* _2_leadership.scss */
/* ========================= */
.leadership-wrapper .content-wrapper {
  padding-top: 30px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.leadership-wrapper .cols {
  flex-basis: 50%;
}
@media (max-width: 800px) {
  .leadership-wrapper .cols {
    flex-basis: 100%;
  }
}
.leadership-wrapper .left-col {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
@media (max-width: 800px) {
  .leadership-wrapper .left-col {
    display: none;
  }
}
.leadership-wrapper .right-col {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  background-color: #efeff0;
}
@media (max-width: 800px) {
  .leadership-wrapper .right-col {
    background-color: transparent;
  }
}
.leadership-wrapper .right-col > div {
  max-width: 600px;
}
@media (max-width: 800px) {
  .leadership-wrapper .right-col > div {
    max-width: 100%;
  }
}
.leadership-wrapper .right-col .leader-pag a {
  color: #4a4a4a;
}
.leadership-wrapper .right-col .leadership-social-wrapper {
  margin-bottom: 1em;
}
.leadership-wrapper .right-col .leadership-social-wrapper a {
  color: #4a4a4a;
}
.leadership-wrapper h1 {
  font-size: 2.5em !important;
  margin-top: 0px;
  margin-bottom: 0.1em;
  color: #BE1E2D !important;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .leadership-wrapper h1 {
    font-size: 2.5em !important;
  }
}
@media (max-width: 540px) {
  .leadership-wrapper h1 {
    font-size: 2em !important;
  }
}
.leadership-wrapper h2 {
  font-size: 1.25em !important;
  margin-bottom: 2em;
  color: #BE1E2D !important;
}
@media (max-width: 800px) {
  .leadership-wrapper h2 {
    font-size: 1.25em !important;
  }
}
@media (max-width: 540px) {
  .leadership-wrapper h2 {
    font-size: 1em !important;
  }
}
.leadership-wrapper img.leader_mobile_img {
  display: none;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
@media (max-width: 800px) {
  .leadership-wrapper img.leader_mobile_img {
    max-width: 50%;
    display: inline-block;
  }
}
/* ========================= */
/* _2_career.scss */
/* ========================= */
.nowhiring-wrapper .position-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nowhiring-wrapper .position-items-wrapper .position-item-wrapper {
  flex: 0 0 auto;
  border-top: 2px transparent solid;
}
@media (max-width: 650px) {
  .nowhiring-wrapper .position-items-wrapper .position-item-wrapper {
    flex: 1 1 50%;
  }
}
@media (max-width: 540px) {
  .nowhiring-wrapper .position-items-wrapper .position-item-wrapper {
    flex: 1 1 100%;
  }
}
.nowhiring-wrapper .position-items-wrapper .position-item-wrapper:hover {
  border-top: 2px #BE1E2D solid;
}
.nowhiring-wrapper .position-items-wrapper .position-item-wrapper:hover a {
  color: inherit !important;
}

.position-items-wrapper .position-item-wrapper {
  padding: 5px 10px;
}

/* ========================= */
/* _2_position.scss */
/* ========================= */
article.position.type-position {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
article.position.type-position h1, article.position.type-position h2, article.position.type-position h3, article.position.type-position h4, article.position.type-position h5, article.position.type-position h6 {
  margin: 0px 0px 0.5em 0px !important;
  font-weight: 600 !important;
}
article.position.type-position p {
  font-size: 16px !important;
  line-height: 1.8;
}
article.position.type-position h1 {
  text-transform: uppercase;
  font-size: 28px !important;
}
article.position.type-position h2 {
  font-size: 20px !important;
}
article.position.type-position h3, article.position.type-position h4, article.position.type-position h5, article.position.type-position h6 {
  font-size: 18px !important;
}
article.position.type-position ul li {
  font-size: 14px !important;
  line-height: 1.8;
}

.position-widget h4 {
  margin-bottom: 0.25em !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
}
.position-widget p {
  font-size: 14px !important;
  line-height: 1.8 !important;
  font-weight: 300 !important;
  margin-top: 0px;
}

/* ========================= */
/* _2_service.scss */
/* ========================= */
.numbered-list {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.numbered-list > div.numbered-circle {
  margin-right: 20px;
  flex: 0 0 50px;
}

.numbered-circle {
  color: #BE1E2D;
  font-size: 30px;
  border-radius: 50%;
  border: 1px #BE1E2D solid;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}

/* ========================= */
/* _2_search_archive.scss */
/* ========================= */
body.search.search-results h2,
body.archive.category h2 {
  font-size: 25px !important;
  font-weight: 300 !important;
}
body.search.search-results h2 a,
body.archive.category h2 a {
  color: #4a4a4a !important;
}
body.search.search-results h2 a:hover,
body.archive.category h2 a:hover {
  color: #BE1E2D !important;
}

section.related-posts .fusion-carousel-meta {
  display: none;
}
section.related-posts .fusion-carousel-title {
  font-size: 18px;
  line-height: 1.2;
}

/*# sourceMappingURL=main.css.map */
