/*
 * @file
 * Overall specifications for Corporate+.
 */
:root {
  --text-size: 16px;
  --modular-ratio: 1.215;
  --mt-color-high-contrast: hsl(0, 0%, 21%);
}
.region--shade-background,
.region--colored-background,
.region--dark-colored-background,
.region--dark-background {
  --mt-heading-color: #ffffff;
  --mt-link-color: #ffffff;
  --mt-link-color-hover: #ffffff;
  --mt-color-high-contrast: hsl(0, 0%, 100%);
}
body {
  font-size: var(--text-size);
  font-weight: 300;
  line-height: 1.5;
  color: var(--mt-body-color);
  text-rendering: optimizeLegibility;
}

/*Paragraphs and links*/
p {
  margin: 0;
  padding: 0 0 15px 0;
}
p.large {
  font-size: 22px;
  line-height: 1.45;
}
p.extra-large {
  font-size: 30px;
  line-height: 1.30;
}
p.highlighted {
  background-color: #f4f4f4;
  display: inline-block;
  padding: 10px 40px;
  margin-bottom: 45px;
  border-radius: 50px;
  font-size: 16px;
}
.mt-text-muted {
  opacity: 0.65;
}
a:not([class]),
a.mt-link-stylable:not(:hover),
a.mt-style-custom-all:not(:hover),
a.username:not(:hover),
a.permalink:not(:hover) {
  text-decoration: none;
}
.region--tint-background p.highlighted {
  background-color: #ffffff;
}
.region--shade-background p.highlighted,
.region--colored-background p.highlighted,
.region--dark-colored-background p.highlighted,
.region--dark-background p.highlighted {
  background-color: rgba(255, 255, 255, 0.1);
}
a {
  -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;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
.region--dark-colored-background a.is-active {
  color: #ddd;
}
.region--dark-colored-background a:hover,
.region--dark-colored-background a:focus {
  color: #ffffff;
}
a.link--bordered,
.link--bordered a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-decoration: none;
}
a.link--bordered:hover,
.link--bordered a:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-decoration: none;
  border-color: transparent;
}
a.link--bordered,
.link--bordered a {
  color: #333333;
}
.region--shade-background a.link--bordered,
.region--colored-background a.link--bordered,
.region--dark-colored-background a.link--bordered,
.region--dark-background a.link--bordered,
.region--shade-background .link--bordered a,
.region--colored-background .link--bordered a,
.region--dark-colored-background .link--bordered a,
.region--dark-background .link--bordered a {
  border-color: #ffffff;
  text-decoration: none;
}
.region--shade-background a.link--bordered:hover,
.region--colored-background a.link--bordered:hover,
.region--dark-colored-background a.link--bordered:hover,
.region--dark-background a.link--bordered:hover,
.region--shade-background .link--bordered a:hover,
.region--colored-background .link--bordered a:hover,
.region--dark-colored-background .link--bordered a:hover,
.region--dark-background .link--bordered a:hover {
  border-color: transparent;
  text-decoration: none;
}
a.link--hover-style-2,
.link--hover-style-2 a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
}
a.link--hover-style-2:before,
.link--hover-style-2 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -5px;
  font-size: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  line-height: 1;
}
a.link--hover-style-2:hover,
.link--hover-style-2 a:hover {
  padding-left: 20px;
  text-decoration: none;
}
a.link--hover-style-2:hover:before,
.link--hover-style-2 a:hover:before {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0.1s; /* Safari */
  transition-delay: 0.1s;
}
.region--shade-background a.link--hover-style-2:before,
.region--colored-background a.link--hover-style-2:before,
.region--dark-colored-background a.link--hover-style-2:before,
.region--dark-background a.link--hover-style-2:before,
.region--shade-background .link--hover-style-2 a:before,
.region--colored-background .link--hover-style-2 a:before,
.region--dark-colored-background .link--hover-style-2 a:before,
.region--dark-background .link--hover-style-2 a:before {
  color: #ffffff;
}
.link--hover-style-3 {
  background-repeat: repeat-x;
  background-size: 0px 0px;
  background-position: 0 25%;
  transition: 150ms ease-in-out;
}
.link--hover-style-3:hover {
  background-size: 1.2em 1.4em;
  color: #ffffff;
  text-decoration: none;
}
.region--shade-background .link--hover-style-3:hover,
.region--colored-background .link--hover-style-3:hover,
.region--dark-colored-background .link--hover-style-3:hover,
.region--dark-background .link--hover-style-3:hover {
  background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.region--dark-colored-background .text--dark,
.region--dark-background .text--dark {
  color: #ffffff;
}
.region--colored-background .text--colored,
.region--dark-background .text--colored {
  color: #ffffff;
}
.text--drop-cap:first-letter {
  float: left;
  font-size: 2.77em;
  line-height: 0.8;
  padding-top: 9px;
  padding-right: 12px;
}
.drop-cap {
  text-align: center;
  display: inline-block;
  font-size: 1.66em;
  line-height: 44px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border-width: 1px;
  border-color: #878787;
  border-style: solid;
  float: left;
  margin-right: 10px;
}

/*Regions with light typography*/
.region--shade-background,
.region--colored-background,
.region--dark-colored-background,
.region--dark-background {
  color: #ffffff;
}
.subfooter.region--dark-background {
  color: #9c9c9c;
}
.region--shade-background a,
.region--colored-background a,
.region--dark-colored-background a,
.region--dark-background a,
.region--shade-background a.link--dark,
.region--colored-background a.link--dark,
.region--dark-colored-background a.link--dark,
.region--dark-background a.link--dark,
.region--shade-background .link--dark a,
.region--colored-background .link--dark a,
.region--dark-colored-background .link--dark a,
.region--dark-background .link--dark a {
  color: #ffffff;
  text-decoration: underline;
}
.region--shade-background a:hover,
.region--colored-background a:hover,
.region--dark-colored-background a:hover,
.region--dark-background a:hover,
.region--shade-background a:focus,
.region--colored-background a:focus,
.region--dark-colored-background a:focus,
.region--dark-background a:focus,
.region--shade-background a.link--dark:hover,
.region--colored-background a.link--dark:hover,
.region--dark-colored-background a.link--dark:hover,
.region--dark-background a.link--dark:hover,
.region--shade-background a.link--dark:focus,
.region--colored-background a.link--dark:focus,
.region--dark-colored-background a.link--dark:focus,
.region--dark-background a.link--dark:focus,
.region--shade-background .link--dark a:hover,
.region--colored-background .link--dark a:hover,
.region--dark-colored-background .link--dark a:hover,
.region--dark-background .link--dark a:hover,
.region--shade-background .link--dark a:focus,
.region--colored-background .link--dark a:focus,
.region--dark-colored-background .link--dark a:focus,
.region--dark-background .link--dark a:focus {
  color: #ffffff;
  text-decoration: none;
}

/*Basic elements*/
img {
  height: auto;
  max-width: 100%;
  border-radius: 0;
}
img.img--bordered,
.img--bordered img {
  border: 1px solid #e5e5e5;
}
.region--shade-background img.img--bordered,
.region--colored-background img.img--bordered,
.region--dark-colored-background img.img--bordered,
.region--dark-background img.img--bordered,
.region--shade-background .img--bordered img,
.region--colored-background .img--bordered img,
.region--dark-colored-background .img--bordered img,
.region--dark-background .img--bordered img {
  border-color: rgba(255, 255, 255, 0.15);
}
code,
pre {
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre;
  white-space: pre-wrap;
  font-family: 'Source Code Pro', Consolas, Monaco, Courier;
}
pre {
  background: #f6f6f6;
  border:none;
  border-left: 10px solid #d3d1cd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 20px;
  font-size: 12px;
  max-height: 57px;
  overflow: hidden;
  margin: 40px 0 40px 45px;
}
pre:hover,
pre:focus {
  max-height: 10000px;
 -webkit-transition: all ease-in-out 2s;
 -moz-transition: all ease-in-out 2s;
 -o-transition: all ease-in-out 2s;
 -ms-transition: all ease-in-out 2s;
 transition: all ease-in-out 2s;
}
blockquote {
  font-size: 22px;
  padding:0 0 0 150px;
  border-left: none;
  position: relative;
  margin: 40px 0 50px;
}
p + blockquote {
  margin-top: 30px;
}
blockquote p {
  line-height: 1.4;
}
blockquote {
  color: #000000;
}

/*blockquote quote symbol*/
blockquote:before {
  position: absolute;
  font-family: Georgia, Times New Roman, Serif;
  content: "\201C";
  left: 70px;
  top: 0;
  font-style: normal;
  font-size: 122px;
  line-height: 1;
  font-weight: 400;
}
.region--shade-background blockquote:before,
.region--colored-background blockquote:before,
.region--dark-background blockquote:before,
.region--dark-colored-background blockquote:before {
  color: #ffffff;
}
@media (max-width: 767px) {
  blockquote {
    padding:0 0 0 50px;
  }
  blockquote:before {
    font-size: 90px; left: 0;
  }
}

/*separator*/
hr {
  border-top: 1px solid #ebebeb;
  margin-bottom: 40px;
  margin-top: 40px;
}
.region--tint-background hr {
  border-color: #e7e7e7;
}
.region--shade-background hr,
.region--colored-background hr,
.region--dark-colored-background hr,
.region--dark-background hr {
  border-color: #ffffff;
}
.mt-separator {
  display: block;
  border: 0;
  padding: 30px 0;
  margin: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .mt-separator {
    padding: 15px 0;
  }
}
/*Headings*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.20;
  padding: 0;
  margin: 20px 0 10px 0;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--mt-heading-color);
}
.headings-wide-spacing-enabled h1,
.headings-wide-spacing-enabled h2,
.headings-wide-spacing-enabled h3,
.headings-wide-spacing-enabled h4,
.headings-wide-spacing-enabled h5,
.headings-wide-spacing-enabled h6 {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
h6 {
  font-size: var(--text-size);
  margin-top: var(--text-size);
}
h5 {
  font-size: calc(var(--text-size) * var(--modular-ratio));
  margin-top: var(--text-size);
}
h4 {
  font-size: calc((var(--text-size) * var(--modular-ratio)) * var(--modular-ratio));
  margin-top: var(--text-size);
}
h3 {
  font-size: calc(((var(--text-size) * var(--modular-ratio)) * var(--modular-ratio)) * var(--modular-ratio));
  margin-top: var(--text-size);
}
h2 {
  font-size: calc((((var(--text-size) * var(--modular-ratio)) * var(--modular-ratio)) * var(--modular-ratio)) * var(--modular-ratio));
  margin-top: var(--text-size);
}
h1 {
  font-size: calc(((((var(--text-size) * var(--modular-ratio)) * var(--modular-ratio)) * var(--modular-ratio)) * var(--modular-ratio)) * var(--modular-ratio));
  font-weight: 400;
  margin-top: var(--text-size);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}
.region--shade-background h1 a,
.region--shade-background h2 a,
.region--shade-background h3 a,
.region--shade-background h4 a,
.region--shade-background h5 a,
.region--shade-background h6 a,
.region--colored-background h1 a,
.region--colored-background h2 a,
.region--colored-background h3 a,
.region--colored-background h4 a,
.region--colored-background h5 a,
.region--colored-background h6 a,
.region--dark-colored-background h1 a,
.region--dark-colored-background h2 a,
.region--dark-colored-background h3 a,
.region--dark-colored-background h4 a,
.region--dark-colored-background h5 a,
.region--dark-colored-background h6 a,
.region--dark-background h1 a,
.region--dark-background h2 a,
.region--dark-background h3 a,
.region--dark-background h4 a,
.region--dark-background h5 a,
.region--dark-background h6 a {
  text-decoration: underline;
  color: #ffffff;
}
.region--shade-background h1 a:hover,
.region--shade-background h2 a:hover,
.region--shade-background h3 a:hover,
.region--shade-background h4 a:hover,
.region--shade-background h5 a:hover,
.region--shade-background h6 a:hover,
.region--colored-background h1 a:hover,
.region--colored-background h2 a:hover,
.region--colored-background h3 a:hover,
.region--colored-background h4 a:hover,
.region--colored-background h5 a:hover,
.region--colored-background h6 a:hover,
.region--dark-colored-background h1 a:hover,
.region--dark-colored-background h2 a:hover,
.region--dark-colored-background h3 a:hover,
.region--dark-colored-background h4 a:hover,
.region--dark-colored-background h5 a:hover,
.region--dark-colored-background h6 a:hover,
.region--dark-background h1 a:hover,
.region--dark-background h2 a:hover,
.region--dark-background h3 a:hover,
.region--dark-background h4 a:hover,
.region--dark-background h5 a:hover,
.region--dark-background h6 a:hover
 {
  text-decoration: none;
  color: #ffffff;
}
h1.title {
  margin-top: 0;
}
@media (min-width: 576px) {
  h1.page-title {
    font-size: 50px;
    margin-bottom: 0.5em;
    font-weight: 700;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: calc(((var(--text-size) * var(--modular-ratio)) * var(--modular-ratio)) * var(--modular-ratio));
  }
}
@media (max-width: 575px) {
  .mt-view-header-enabled h1.page-title {
    font-size: 35px;
  }
}
.banner h1.page-title,
.banner .mt-view-header {
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}
.banner h1.page-title {
  font-weight: 700;
}

/*resposinve text align*/
@media (min-width: 1200px) {
  .lg-text-center {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .md-text-center {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-text-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .xs-text-center {
    text-align: center;
  }
}

/*Block title*/
.block-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.block-title.block-title--border {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  margin: 0 0 12px 0;
}
.region--shade-background .block-title.block-title--border,
.region--colored-background .block-title.block-title--border,
.region--dark-colored-background .block-title.block-title--border,
.region--dark-background .block-title.block-title--border {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.block-title--medium {
  font-size: 42px;
  margin-bottom: 15px;
}
.block-title--large {
  font-size: 40px;
  margin-bottom: 15px;
}
.block-title--extra-large {
  font-size: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .block-title--medium {
    font-size: 24px;
  }
  .block-title--large {
    font-size: 30px;
  }
  .block-title--extra-large {
    font-size: 35px;
  }
}
.headings-wide-spacing-enabled .block-title--large,
.headings-wide-spacing-enabled .block-title--extra-large {
  letter-spacing: 0.55em;
  text-transform: uppercase;
}
h2.block-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
h2.title,
nav > h2,
.block-search > h2 {
  font-size: 22px;
  margin: 0 0 10px 0;
}
.headings-wide-spacing-enabled h2.title,
.headings-wide-spacing-enabled h4.title,
.headings-wide-spacing-enabled nav > h2,
.headings-wide-spacing-enabled .block-search > h2 {
  letter-spacing: 0.55em;
  text-transform: uppercase;
}
.hero__section h4.title,
.hero__section h2.title,
.hero__section nav > h2,
.hero__section .block-search > h2 {
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #dfdfdf;
}
.hero-top.region--no-paddings + .hero .hero__section h4.title,
.hero-top.region--no-paddings + .hero .hero__section h2.title,
.hero-top.region--no-paddings + .hero .hero__section nav > h2,
.hero-top.region--no-paddings + .hero .hero__section .block-search > h2 {
  margin-top: 10px;
}
.region--shade-background .hero__section h4.title,
.region--colored-background .hero__section h4.title,
.region--dark-colored-background .hero__section h4.title,
.region--dark-background .hero__section h4.title,
.region--shade-background .hero__section h2.title,
.region--colored-background .hero__section h2.title,
.region--dark-colored-background .hero__section h2.title,
.region--dark-background .hero__section h2.title,
.region--shade-background .hero__section nav > h2,
.region--colored-background .hero__section nav > h2,
.region--dark-colored-background .hero__section nav > h2,
.region--dark-background .hero__section nav > h2,
.region--shade-background .hero__section .block-search > h2,
.region--colored-background .hero__section .block-search > h2,
.region--dark-colored-background .hero__section .block-search > h2,
.region--dark-background .hero__section .block-search > h2 {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.footer__section h4.title {
  font-size: 16px;
  font-weight: 700;
}
/*footer regions*/
.footer__section h2.title,
.footer__section nav > h2,
.footer__section .block-search > h2,
.footer-bottom__section h2.title,
.footer-bottom__section nav > h2,
.footer-bottom__section .block-search > h2,
.subfooter__section h2.title,
.subfooter__section nav > h2,
.subfooter__section .block-search > h2 {
  font-size: 24px;
  margin-bottom: 25px;
}
.footer__section h2.title,
.footer__section nav > h2,
.footer__section .block-search > h2,
.footer-bottom__section h2.title,
.footer-bottom__section nav > h2,
.footer-bottom__section .block-search > h2,
.subfooter__section h2.title,
.subfooter__section nav > h2,
.subfooter__section .block-search > h2 {
  color: #666666;
}

/* block titles at full width regions */
.col-12 h2.title,
.col-12 nav > h2,
.col-12 .block-search > h2 {
  font-size: 36px;
  margin: 20px 0 60px;
  font-weight: 400;
  position: relative;
  text-align: center;
}
.col-12 .content-bottom-highlighted__section h2.title,
.col-12 .content-bottom-highlighted__section nav > h2,
.col-12 .content-bottom-highlighted__section .block-search > h2 {
  margin-top: 0;
  text-align: center;
}
@media (max-width: 575px) {
  .col-12 h2.title,
  .col-12 nav > h2,
  .col-12 .block-search > h2 {
    font-size: 30px;
  }
}
.col-12 .sub-featured__section h2.title,
.col-12 .sub-featured__section nav > h2,
.col-12 .sub-featured__section .block-search > h2 {
  text-align: center;
}
.col-12 .footer__section h4.title,
.col-12 .footer__section h2.title,
.col-12 .footer__section nav > h2,
.col-12 .footer__section .block-search > h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px 0;
  text-align: left;
}

/* news-hero block titles*/
.mt-news-hero h2.title {
  font-size: 30px;
  margin-top: 0;
  text-align: left;
  margin-bottom: 30px;
}

/*slideout region*/
.slideout__section h2.title,
.slideout__section nav > h2,
.slideout__section .block-search > h2 {
  margin: 0 0 20px 0;
}

/*spacing*/
.bottom-spacing-small {
  padding-bottom: 25px;
}
.bottom-spacing-medium {
  padding-bottom: 50px;
}
.bottom-spacing-large {
  padding-bottom: 90px;
}
.top-spacing-small {
  padding-top: 25px;
}
.top-spacing-medium {
  padding-top: 50px;
}
.top-spacing-large {
  padding-top: 90px;
}

/*misc*/
.mt-no-opacity {
  opacity: 0;
}

/*Bootstrap 5 related issues*/
em.placeholder {
  background-color: inherit;
  opacity: 1;
}
a.layout-builder__link:not(:hover) {
  text-decoration: none;
}
