/**
 * @file
 * ABIMS color styling v2 for Minimal+ for Drupal 9 built by SCROL.
 *
 * $base: #2A7FD5;
 * $dark: #E8850C;
 */
/* base: elements */
a {
    color: #E8850C;
  }
  
  a:hover,
  a:focus {
    color: #2A7FD5;
  }
  
  .region--dark-typography h1 a:hover,
  .region--dark-typography h2 a:hover,
  .region--dark-typography h3 a:hover,
  .region--dark-typography h4 a:hover,
  .region--dark-typography h5 a:hover,
  .region--dark-typography h6 a:hover,
  .region--dark-typography h1 a:focus,
  .region--dark-typography h2 a:focus,
  .region--dark-typography h3 a:focus,
  .region--dark-typography h4 a:focus,
  .region--dark-typography h5 a:focus,
  .region--dark-typography h6 a:focus {
    color: #2A7FD5;
  }
  
  a.link--dark,
  .link--dark a {
    color: #2A7FD5;
  }
  
  a.link--dark:hover,
  .link--dark a:hover,
  a.link--dark:focus,
  .link--dark a:focus {
    color: #E8850C;
  }
  
  a.link--bordered,
  .link--bordered a {
    border-color: #E8850C;
  }
  
  .text--dark {
    color: #2A7FD5;
  }
  
  .region--colored-background h1.text--dark,
  .region--colored-background h2.text--dark,
  .region--colored-background h3.text--dark,
  .region--colored-background h4.text--dark,
  .region--colored-background h5.text--dark,
  .region--colored-background h6.text--dark {
    color: #2A7FD5;
  }
  
  .text--colored {
    color: #E8850C;
  }
  
  .region--black-background h1.text--colored,
  .region--black-background h2.text--colored,
  .region--black-background h3.text--colored,
  .region--black-background h4.text--colored,
  .region--black-background h5.text--colored,
  .region--black-background h6.text--colored,
  .region--dark-background h1.text--colored,
  .region--dark-background h2.text--colored,
  .region--dark-background h3.text--colored,
  .region--dark-background h4.text--colored,
  .region--dark-background h5.text--colored,
  .region--dark-background h6.text--colored {
    color: #E8850C;
  }
  
  .link--hover-style-3 {
    background-image: linear-gradient(rgba(232, 133, 12, 0.5) 0%, rgba(232, 133, 12, 0.5) 100%);
  }
  
  .link--hover-style-3:hover {
    background-image: linear-gradient(#E8850C 0%, #E8850C 100%);
  }
  
  .region--light-typography .link--hover-style-3:hover {
    color: #E8850C;
  }
  
  .mt-link-style-animated-underline-1 .mt-link-stylable:after {
    background-color: #E8850C;
  }
  
  .mt-link-style-animated-underline-2 .mt-link-stylable:after {
    background-color: #E8850C;
  }
  
  .mt-link-style-animated-background-1 .mt-link-stylable:before {
    background-color: #E8850C;
  }
  
  .mt-link-style-animated-background-2 .mt-link-stylable:after {
    background-color: #E8850C;
  }
  
  .mt-link-style-animated-background-3 .mt-link-stylable:before {
    background-color: #E8850C;
  }
  
  .region--dark-typography .block-title.block-title--border {
    border-color: #E8850C;
  }
  
  /* base: layout */
  .region--dark-background {
    background-color: #2A7FD5;
  }
  
  .region--colored-background {
    background-color: #E8850C;
  }
  
  .region--white-dark-colored-background {
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 35%, #2A7FD5 35%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="$dark",GradientType=0 );
  }
  
  .region--gray-background + .region--white-dark-colored-background {
    background: #f6f6f6;
    background: linear-gradient(to bottom, #f6f6f6 35%, #2A7FD5 35%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6f6f6", endColorstr="$dark",GradientType=0 );
  }
  
  .region--dark-background + .region--separator-incline-diagonal:before {
    background: linear-gradient(to bottom right, #2A7FD5 49.5%, transparent 50%);
  }
  
  .region--colored-background + .region--separator-incline-diagonal:before {
    background: linear-gradient(to bottom right, #E8850C 49.5%, transparent 50%);
  }
  
  .region--dark-background + .region--separator-decline-diagonal:before {
    background: linear-gradient(to bottom left, #2A7FD5 49.5%, transparent 50%);
  }
  
  .region--colored-background + .region--separator-decline-diagonal:before {
    background: linear-gradient(to bottom left, #E8850C 49.5%, transparent 50%);
  }
  
  .page-container-border-enabled .page-container {
    border-color: #E8850C;
  }
  
  /* components: buttons */
  a.mt-button,
  .mt-button > a,
  button.mt-button,
  input[type=submit],
  input[type=reset],
  input[type=button] {
    border-color: #E8850C;
    background-color: #E8850C;
  }
  
  a.mt-button:hover,
  a.mt-button:focus,
  .mt-button > a:hover,
  .mt-button > a:focus,
  button.mt-button:hover,
  button.mt-button:focus,
  input[type=submit]:hover,
  input[type=submit]:focus,
  input[type=reset]:hover,
  input[type=reset]:focus,
  input[type=button]:hover,
  input[type=button]:focus {
    border-color: #2A7FD5;
    color: #2A7FD5;
  }
  
  .region--dark-typography a.mt-button.mt-button--outline,
  .region--dark-typography .mt-button.mt-button--outline > a,
  .region--dark-typography input[type=submit].mt-button--outline,
  .region--dark-typography input[type=reset].mt-button--outline,
  .region--dark-typography input[type=button].mt-button--outline {
    border-color: #E8850C;
    color: #E8850C;
  }
  
  .region--dark-typography a.mt-button.mt-button--outline:hover,
  .region--dark-typography .mt-button.mt-button--outline > a:hover,
  .region--dark-typography input[type=submit].mt-button--outline:hover,
  .region--dark-typography input[type=reset].mt-button--outline:hover,
  .region--dark-typography input[type=button].mt-button--outline:hover,
  .region--dark-typography a.mt-button.mt-button--outline:focus,
  .region--dark-typography .mt-button.mt-button--outline > a:focus,
  .region--dark-typography input[type=submit].mt-button--outline:focus,
  .region--dark-typography input[type=reset].mt-button--outline:focus,
  .region--dark-typography input[type=button].mt-button--outline:focus {
    background-color: #2A7FD5;
    border-color: #2A7FD5;
  }
  
  /* components: collapsible block */
  .collapsible-block__trigger a {
    background-color: #2A7FD5;
  }
  
  .collapsible-block__trigger a:hover,
  .collapsible-block__trigger a:focus {
    background-color: #2A7FD5;
  }
  
  .region--colored-background .collapsible-block__trigger a {
    background-color: #2A7FD5;
    text-decoration: none;
  }
  
  .region--colored-background .collapsible-block__trigger a:hover {
    background-color: rgba(232, 133, 12, 0.8);
  }
  
  /* components: detailed feature block */
  .region--dark-typography .detailed-feature-block__section .svg-inline--fa {
    color: #2A7FD5;
  }
  
  .region--dark-typography .detailed-feature-block__section h2 {
    color: #2A7FD5;
  }
  
  .region--dark-typography .list--fa-check-circle li:before {
    color: #2A7FD5;
  }
  
  /* components: detailed pager */
  .region--dark-typography .detailed-pager--bottom {
    border-top-color: #E8850C;
  }
  
  /* components: dropdowns */
  .region--colored-background .dropdown-menu {
    background-color: rgba(232, 133, 12, 0.95);
  }
  
  .region--dark-background .dropdown-menu {
    background-color: rgba(42, 127, 213, 0.95);
  }
  
  /* components: fancy block */
  .region--dark-background .fancy-block-text {
    background-color: #2A7FD5;
  }
  
  .region--colored-background .fancy-block-text {
    background-color: #E8850C;
  }
  
  /* components: fancy linked images block */
  .clip-path-support .clip-pentagon-container {
    background-color: #2A7FD5;
  }
  
  .clip-path-support .clip-circle-container {
    background-color: #2A7FD5;
  }
  
  .clip-path-support .clip-rectangle-container:before {
    border-color: #2A7FD5;
  }
  
  /* CSS rules only for FF*/
  @-moz-document url-prefix() {
    .clip-pentagon-container {
      background-color: #2A7FD5;
    }
    .clip-circle-container {
      background-color: #2A7FD5;
    }
    .clip-rectangle-container:before {
      border-color: #2A7FD5;
    }
  }
  /* components: featured linked text tiles block */
  .region--light-typography .featured-linked-text-tile__body a {
    color: #E8850C;
  }
  
  .featured-linked-text-tile .featured-linked-text-tile__title a {
    color: #E8850C;
  }
  
  .region--light-typography .featured-linked-text-tile a.mt-button {
    border-color: #E8850C;
    color: #E8850C;
  }
  
  .region--light-typography .featured-linked-text-tile a.mt-button:hover,
  .region--light-typography .featured-linked-text-tile a.mt-button:focus {
    background-color: rgba(232, 133, 12, 0.3);
    border-color: #E8850C;
  }
  
  /* components: feature */
  .region--dark-typography .feature-item__title {
    color: #E8850C;
  }
  
  /* components: forms */
  input.form-text:hover,
  input.form-tel:hover,
  input.form-email:hover,
  input.form-url:hover,
  input.form-search:hover,
  input.form-file:hover,
  input.form-number:hover,
  input.form-color:hover,
  input.form-date:hover,
  input.form-time:hover,
  textarea:hover,
  select:hover,
  input.form-text:focus,
  input.form-tel:focus,
  input.form-email:focus,
  input.form-url:focus,
  input.form-search:focus,
  input.form-file:focus,
  input.form-number:focus,
  input.form-color:focus,
  input.form-date:focus,
  input.form-time:focus,
  textarea:focus,
  select:focus {
    border-color: #E8850C;
  }
  
  .region--dark-typography .form--style-2 a.mt-button:hover,
  .region--dark-typography .form--style-2 .mt-button > a:hover,
  .region--dark-typography .form--style-2 button.mt-button:hover,
  .region--dark-typography .form--style-2 input[type=submit]:hover,
  .region--dark-typography .form--style-2 input[type=reset]:hover,
  .region--dark-typography .form--style-2 input[type=button]:hover,
  .region--dark-typography .form--style-2 a.mt-button:focus,
  .region--dark-typography .form--style-2 .mt-button > a:focus,
  .region--dark-typography .form--style-2 button.mt-button:focus,
  .region--dark-typography .form--style-2 input[type=submit]:focus,
  .region--dark-typography .form--style-2 input[type=reset]:focus,
  .region--dark-typography .form--style-2 input[type=button]:focus {
    color: #2A7FD5;
  }
  
  /* components: content front page background */
  @media (max-width: 767px) {
    .background-image-area.region--colored-background .header {
      background-color: #E8850C;
    }
    .background-image-area.region--dark-background .header {
      background-color: #2A7FD5;
    }
  }
  /* components: fixed header */
  .onscroll .header.js-fixed.region--dark-background,
  .onscroll .region--dark-background .header.js-fixed {
    background-color: rgba(42, 127, 213, 0.95);
  }
  
  .onscroll .header.js-fixed.region--colored-background,
  .onscroll .region--colored-background .header.js-fixed {
    background-color: rgba(232, 133, 12, 0.95);
  }
  
  /* components: flexslider in page */
  .in-page-images-carousel .slides li a:after {
    background-color: rgba(42, 127, 213, 0.8);
  }
  
  .in-page-images-carousel .slides li a:hover:after {
    background-color: rgba(42, 127, 213, 0.5);
  }
  
  /* components: frontpage cover block */
  .cta-button {
    border-color: #E8850C;
  }
  
  .cta-button:hover,
  .cta-button:focus {
    background-color: rgba(232, 133, 12, 0.15);
  }
  
  .cta-button span {
    background-color: #E8850C;
  }
  
  /* components: hero */
  .region--dark-background .hero-caption {
    background-color: #2A7FD5;
  }
  
  .region--colored-background .hero-caption {
    background-color: #E8850C;
  }
  
  /* components: highlight */
  .field--name-field-mt-highlight-link a {
    border-color: #E8850C;
    background-color: #E8850C;
  }
  
  .field--name-field-mt-highlight-link a:hover,
  .field--name-field-mt-highlight-link a:focus {
    border-color: #2A7FD5;
    color: #2A7FD5;
  }
  
  /* components: highlights */
  .region--dark-typography .highlights-grid-item .svg-inline--fa {
    color: #2A7FD5;
  }
  
  .region--dark-typography .highlights-grid-item h5 {
    color: #2A7FD5;
  }
  
  /* components: how it works */
  .region--dark-background .field--name-field-mt-hiw-item .field__item .how-it-works__badge {
    background-color: #2A7FD5;
  }
  
  .region--colored-background .field--name-field-mt-hiw-item .field__item .how-it-works__badge {
    background-color: #E8850C;
  }
  
  /* components: icons feature */
  .region--dark-typography .feature__icon {
    color: #E8850C;
  }
  
  .region--dark-typography .feature__title {
    color: #E8850C;
  }
  
  /* components: icons list */
  .region--dark-typography ul.icons-list.icons-list--bordered li a:hover {
    color: #E8850C;
    border-color: #E8850C;
  }
  
  /* components: image overlay */
  .overlay--colored {
    background-color: rgba(42, 127, 213, 0.5);
  }
  
  .overlay--visible:hover {
    background-color: rgba(42, 127, 213, 0.6);
  }
  
  .overlay-icon:hover,
  .overlay-icon:focus,
  .region--light-typography .overlay-icon:hover,
  .region--light-typography .overlay-icon:focus {
    color: #2A7FD5;
  }
  
  .overlay-icon--button {
    color: #2A7FD5;
  }
  
  /* components: image with overlaid text */
  .region--colored-background .image-with-overlaid-text__text {
    background-color: rgba(232, 133, 12, 0.75);
  }
  
  .region--dark-background .image-with-overlaid-text__text {
    background-color: rgba(42, 127, 213, 0.75);
  }
  
  /* components: in page navigation */
  .header-container ul.in-page-navigation li a.active,
  .header-container ul.in-page-navigation li a:hover,
  .header-container ul.in-page-navigation li a:focus {
    color: #E8850C;
  }
  
  /* components: inverted header */
  .inverted-header-enabled:not(.onscroll) .header-container .sf-menu ul li.sfHover > a,
  .inverted-header-enabled:not(.onscroll) .header-container .sf-menu ul li > a:hover,
  .inverted-header-enabled:not(.onscroll) .header-container .sf-menu ul li > a.is-active,
  .inverted-header-enabled:not(.onscroll) .header-container .sf-menu ul li.active-trail > a,
  .inverted-header-enabled:not(.onscroll) .header-container .sf-menu ul li.sfHover > a.is-active,
  .inverted-header-enabled:not(.onscroll) .header-container .sf-menu ul li.sfHover.active-trail > a {
    color: #E8850C;
  }
  
  /* components: language switcher */
  .region--dark-typography .block-language ul li .is-active {
    color: #E8850C;
  }
  
  /* components: layout switcher */
  .layout-switcher ul li.active a,
  .layout-switcher ul li a:hover,
  .layout-switcher ul li a:focus {
    color: #E8850C;
    border-color: #E8850C;
  }
  
  /*main slideshow block*/
  .ms-transparent-background .region--dark-typography.tp-caption__title a:hover {
    color: #E8850C;
  }
  
  /* components: menu */
  .region--dark-typography ul.menu li a.is-active {
    color: #E8850C;
  }
  
  .region--dark-typography ul.menu li a:hover,
  .region--dark-typography ul.menu li a:focus {
    color: #E8850C;
  }
  
  .header-container ul.menu > li > a:hover,
  .header-container .region--dark-typography ul.menu li > a.is-active,
  .header-container .region--dark-typography ul.menu li.active-trail > a {
    color: #E8850C;
  }
  
  .header-container .sf-menu li.sfHover > a,
  .header-container .sf-menu li > a:hover,
  .header-container .sf-menu li.sfHover > a.is-active,
  .header-container .sf-menu li.sfHover.active-trail > a {
    color: #E8850C;
  }
  
  .header-container .sf-menu ul li.sfHover > a,
  .header-container .sf-menu ul li a:hover,
  .header-container .sf-menu ul li > a.is-active,
  .header-container .sf-menu ul li.active-trail > a {
    color: #E8850C;
  }
  
  .region--dark-typography ul.menu.cta-active > li:last-child > a {
    border-color: #E8850C;
    color: #E8850C;
  }
  
  .region--dark-typography ul.menu.cta-active > li:last-child > a:hover,
  .region--dark-typography ul.menu.cta-active > li:last-child > a:focus {
    border-color: #E8850C;
    background-color: rgba(232, 133, 12, 0.15);
  }
  
  .region--light-typography .menu.cta-active > li:last-child > a:hover {
    opacity: 1;
  }
  
  .region--light-typography .menu.cta-active > li:last-child > a:hover,
  .region--light-typography .menu.cta-active > li:last-child > a:focus {
    color: #E8850C;
  }
  
  .region--dark-typography .footer-bottom__section ul.menu li a:hover,
  .region--dark-typography .footer-bottom__section ul.menu li a:focus {
    border-bottom-color: #E8850C;
    color: #E8850C;
  }
  
  .region--dark-typography .subfooter-top__section ul.menu li a:hover,
  .region--dark-typography .subfooter-top__section ul.menu li a:focus {
    border-bottom-color: #E8850C;
    color: #E8850C;
  }
  
  .region--dark-typography .subfooter__section ul.menu li a:hover,
  .region--dark-typography .subfooter__section ul.menu li a:focus {
    border-bottom-color: #E8850C;
    color: #E8850C;
  }
  
  /* components: mt count down */
  .mt-count-down-block.mt-count-down-theme .mt-count-down__button {
    border-color: #E8850C;
    color: #E8850C;
  }
  
  .mt-count-down-block.mt-count-down-theme .mt-count-down__button:hover,
  .mt-count-down-block.mt-count-down-theme .mt-count-down__button:focus {
    color: #E8850C;
    border-color: #E8850C;
    background-color: rgba(232, 133, 12, 0.15);
  }
  
  /* components: node article*/
  .node--view-mode-teaser.node--type-article .node__header h2 a:hover {
    color: #2A7FD5;
  }
  
  /* components: node images */
  .image-caption h4 {
    background-color: rgba(232, 133, 12, 0.8);
  }
  
  /* components: node product */
  .page-node-type-mt-product .banner__section .breadcrumb .breadcrumb__item a {
    color: #E8850C;
  }
  
  .page-node-type-mt-product .banner__section .breadcrumb .breadcrumb__item a:hover,
  .page-node-type-mt-product .banner__section .breadcrumb .breadcrumb__item a:focus {
    color: #2A7FD5;
  }
  
  .node--type-mt-product .field--name-field-mt-prd-buy-link a {
    border-color: #E8850C;
    color: #2A7FD5;
  }
  
  .node--type-mt-product .field--name-field-mt-prd-buy-link a:hover,
  .node--type-mt-product .field--name-field-mt-prd-buy-link a:focus {
    border-color: #2A7FD5;
    background-color: #2A7FD5;
  }
  
  /* components: node services */
  .node--type-mt-service .field--name-field-mt-srv-buy-link a {
    border-color: #E8850C;
    color: #2A7FD5;
  }
  
  .node--type-mt-service .field--name-field-mt-srv-buy-link a:hover,
  .node--type-mt-service .field--name-field-mt-srv-buy-link a:focus {
    border-color: #2A7FD5;
    background-color: #2A7FD5;
  }
  
  /* components: node testimonial */
  .field--name-field-mt-tst-testimonial-link a {
    border-color: #E8850C;
    background-color: #E8850C;
  }
  
  .field--name-field-mt-tst-testimonial-link a:hover,
  .field--name-field-mt-tst-testimonial-link a:focus {
    border-color: #2A7FD5;
    color: #2A7FD5;
  }
  
  /* components: node view mode featured products */
  .region--dark-typography .node--view-mode-mt-featured-product .field--name-field-mt-prd-price {
    color: #E8850C;
  }
  
  /* components: node view mode teaser */
  .region--dark-typography .node--view-mode-teaser .field--entity-reference-target-type-taxonomy-term .field__item a,
  .region--dark-typography .node--view-mode-teaser .field--entity-reference-target-type-taxonomy-term.field__item a {
    border-color: #E8850C;
    color: #E8850C;
  }
  
  .region--dark-typography .node--view-mode-teaser .field--entity-reference-target-type-taxonomy-term .field__item a:hover,
  .region--dark-typography .node--view-mode-teaser .field--entity-reference-target-type-taxonomy-term.field__item a:hover,
  .region--dark-typography .node--view-mode-teaser .field--entity-reference-target-type-taxonomy-term .field__item a:focus,
  .region--dark-typography .node--view-mode-teaser .field--entity-reference-target-type-taxonomy-term.field__item a:focus {
    background-color: rgba(232, 133, 12, 0.8);
    border-color: rgba(232, 133, 12, 0.8);
  }
  
  /* components: owl carousel global */
  .owl-dot.active span {
    border-color: #E8850C;
    background-color: #E8850C;
  }
  
  .owl-dot:hover span {
    border-color: #2A7FD5;
    background-color: #2A7FD5;
  }
  
  /* components: owl carousel testimonials */
  /* components: pager */
  li.pager__item.is-active a,
  li.pager__item.is-active a:hover,
  li.pager__item.is-active a:focus {
    border-color: #E8850C;
  }
  
  li.pager__item a:not(.mt-button):hover,
  li.pager__item a:not(.mt-button):focus {
    color: #E8850C;
  }
  
  /* components: post progress */
  .post-progress__bar {
    background-color: #E8850C;
  }
  
  /* components: pills */
  .nav-pills > li > a.nav-link:hover,
  .nav-pills > li > a.nav-link:focus {
    background-color: #2A7FD5;
  }
  
  /* components: progress bars */
  .progress-bar-default {
    background-color: #E8850C;
  }
  
  /* components: search */
  .header-top__section .block.block-search .form-actions:after {
    background-color: #E8850C;
  }
  
  .header-top__section .block.block-search .form-actions:hover:after {
    background-color: #2A7FD5;
  }
  
  .region--light-typography .header-top__section .block.block-search .form-actions:after {
    color: #E8850C;
  }
  
  /* components: separators */
  .separator {
    background: #E8850C;
  }
  
  /* components: share links */
  .js-share-links-fixed .share-links ul li a:hover {
    background-color: #2A7FD5;
  }
  
  /* components: slideout */
  .view-filters--slideout .form-actions input[type=submit] + input[type=submit] {
    color: #2A7FD5;
  }
  
  .view-filters--slideout .form-actions input[type=submit] + input[type=submit]:hover,
  .view-filters--slideout .form-actions input[type=submit] + input[type=submit]:active,
  .view-filters--slideout .form-actions input[type=submit] + input[type=submit]:focus {
    background-color: #2A7FD5;
  }
  
  .slideout-toggle {
    background-color: #2A7FD5;
  }
  
  /* components: slider revolution global */
  .tp-tabs {
    background-color: rgba(232, 133, 12, 0.93) !important;
  }
  
  .tp-tabs .tp-tab.selected,
  .tp-tabs .tp-tab:hover {
    background-color: #E8850C;
  }
  
  .rev_slider .tp-caption__buttons-container a.mt-button:hover,
  .rev_slider .tp-caption__buttons-container a.mt-button:focus {
    color: #E8850C;
  }
  
  /* components: sticky footer */
  .collapsible-sticky-footer-trigger .region--dark-background.mt-button {
    background-color: #2A7FD5;
    border-bottom-color: #2A7FD5;
  }
  
  .collapsible-sticky-footer-trigger .region--colored-background.mt-button {
    background-color: #E8850C;
    border-bottom-color: #E8850C;
  }
  
  /* components: subscribe form */
  .region--dark-typography .subscribe-form input[type=submit]:hover,
  .region--dark-typography .subscribe-form input[type=submit]:focus {
    color: #2A7FD5;
  }
  
  /* components: tables */
  table tr th {
    background-color: #E8850C;
    border-color: #E8850C;
  }
  
  /* components: tabs */
  .nav-tabs a.nav-link.active,
  .nav-tabs a.nav-link.active:focus,
  .nav-tabs a.nav-link.active:hover {
    border-color: #E8850C;
    color: #E8850C;
  }
  
  .nav-tabs a.nav-link:hover,
  .nav-tabs a.nav-link:focus {
    border-color: #E8850C;
    color: #E8850C;
  }
  
  .nav-tabs.nav-tabs--fancy a.nav-link.active,
  .nav-tabs.nav-tabs--fancy a.nav-link.active:focus,
  .nav-tabs.nav-tabs--fancy a.nav-link.active:hover {
    border-color: #E8850C;
  }
  
  /* components: timeline */
  .region--dark-background .field--name-field-mt-tml-timeline-item .field__item .timeline__badge {
    background-color: #2A7FD5;
  }
  
  .region--colored-background .field--name-field-mt-tml-timeline-item .field__item .timeline__badge {
    background-color: #E8850C;
  }
  
  /* components: to top */
  .to-top {
    border-color: #E8850C;
    color: #E8850C;
  }
  
  .to-top:hover {
    background-color: rgba(232, 133, 12, 0.15);
    border-color: #E8850C;
  }
  
  /* components: view articles carousel */
  .region--dark-typography .view-articles-grid .mt-carousel-item .views-field-title a:hover,
  .region--dark-typography .view-articles-grid .mt-carousel-item .views-field-title a:focus {
    color: #2A7FD5;
  }
  
  /* components: view articles list 2 */
  .region--dark-typography .view-articles-list-2 .views-row:after {
    color: #E8850C;
  }
  
  /* components: view collections image overlay */
  .view-collections-grid .overlay-inner a,
  .view-collections-carousel .overlay-inner a,
  .view-collection-masonry .overlay-inner a {
    border-color: #E8850C;
    background-color: #E8850C;
  }
  
  .view-collections-grid .overlay-inner a:hover,
  .view-collections-carousel .overlay-inner a:hover,
  .view-collection-masonry .overlay-inner a:hover {
    border-color: #2A7FD5;
    color: #2A7FD5;
  }
  
  /* components: view popular taxonomy */
  .region--dark-typography .view-mt-popular-tags .views-row a {
    color: #E8850C;
  }
  
  .region--dark-typography .view-mt-popular-tags .views-row a:hover {
    background-color: #2A7FD5;
  }
  
  .region--light-typography .view-mt-popular-tags .views-row a:hover {
    color: #2A7FD5;
  }
  
  /* components: view pricing tables */
  .view-pricing-tables .pricing-table .views-field-title a {
    color: #E8850C;
  }
  
  .view-pricing-tables .pricing-table .views-field-title a:hover {
    color: #E8850C;
  }
  
  .view-pricing-tables .pricing-table .pricing-table-body .svg-inline--fa {
    color: #E8850C;
  }
  
  .view-pricing-tables .pricing-table a.mt-button {
    border-color: #E8850C;
    background-color: #E8850C;
  }
  
  .view-pricing-tables .pricing-table a.mt-button:hover,
  .view-pricing-tables .pricing-table a.mt-button:focus {
    border-color: #2A7FD5;
    color: #2A7FD5;
  }
  
  /* components: view team members carousel */
  .region--light-typography .view-team-members-carousel .text-container .views-field-title a {
    color: #E8850C;
  }
  
  /* components: view team members masonry */
  .view-team-members-masonry .masonry-grid-item .overlay__text:after {
    background-color: #E8850C;
  }
  
  /* components: views */
  .col-12 .view > .more-link a {
    border-color: #E8850C;
    background-color: #E8850C;
  }
  
  .col-12 .view > .more-link a:hover,
  .col-12 .view > .more-link a:focus {
    border-color: #2A7FD5;
    color: #2A7FD5;
  }/*# sourceMappingURL=local-color.css.map */