@font-face {
    font-family: 'icons';
    src: url('/fonts/icons/icons.woff') format('woff'),
        url('/fonts/icons/icons.ttf') format('truetype'),
        url('/fonts/icons/icons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
    font-display: swap;
}

@font-face {
    font-family: "alz-icon";
    src: url("/fonts/icons/alz-icons.eot");
    src: url("/fonts/icons/alz-icons.eot?#iefix") format("embedded-opentype"),
        url("/fonts/icons/alz-icons.woff") format("woff"),
        url("/fonts/icons/alz-icons.ttf") format("truetype"),
        url("/fonts/icons/alz-icons.svg#alz-icons") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HouschkaAltPro';
    src: url('/fonts/HouschkaAltPro-Light.eot?') format('eot'),
        url('/fonts/HouschkaAltPro-Light.woff2') format('woff2'),
        url('/fonts/HouschkaAltPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HouschkaAltPro";
    src: url('/fonts/HouschkaAltPro-Medium.eot?') format('eot'),
        url('/fonts/HouschkaAltPro-Medium.woff2') format('woff2'),
        url('/fonts/HouschkaAltPro-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HouschkaAltPro";
    src: url('/fonts/HouschkaAltPro-Bold.eot?') format('eot'),
        url('/fonts/HouschkaAltPro-Bold.woff2') format('woff2'),
        url('/fonts/HouschkaAltPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HouschkaAltPro";
    src: url('/fonts/HouschkaAltPro-ExtraBold.eot?') format('eot'),
        url('/fonts/HouschkaAltPro-ExtraBold.woff2') format('woff2'),
        url('/fonts/HouschkaAltPro-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

.mastheadGoTo {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #58595b;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
@media (min-width: 992px) {
    .mastheadGoTo {
        font-size: 0.75rem;
   }
}
.text-center {
    text-align: center;
}
.mastheadGoTo a, .mastheadGoTo a:visited {
    color: #359a8e;
    background: #f1f2f2;
    display: inline-block;
    padding: 15px 25px;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 21px;
}
.mastheadGoTo a:hover, .mastheadGoTo a:visited:hover {
    color: #256d65;
}
.mastheadGoTo a:hover, .mastheadGoTo a:visited:hover {
    color: #256d65;
}
.recognitionIntro {
    padding-bottom: 40px;
    padding-top: 20px;
}
.recognitionSlider {
    background-color: #f1f2f2;
		background-image: var(--widgetBgImage, none);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
    padding: 45px 0;
}
.recognitionSlider.recognitionSlider--white-text,
.recognitionSlider.recognitionSlider--white-text .recognitionSlider-heading,
.recognitionSlider.recognitionSlider--white-text .recognitionsSlider-attribution,
.recognitionSlider.recognitionSlider--white-text p {
    color: #ffffff;
}
.recognitionSlider-container {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: auto;
		overflow-x: hidden;
}
.recognitionSlider-slide {
    background-color: var(--cardBgColor, #ffffff);
    border-radius: 1rem;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.34);
    font-size: 1.25rem;
    overflow: hidden;
    padding: 5rem 2rem;
    opacity: 0;
    transition: opacity 0.5s;
    text-align: center;
    position: relative;
    flex-shrink: 0;
    width: 100%;
		box-sizing: border-box;
    visibility: hidden;
}
.recognitionSlider-slide h2,
.recognitionSlider-slide p {
	position: relative;
	z-index: 1;
}
@media (min-width: 768px) {
    .recognitionSlider-slide {
       /* @include rem-calc(24px);
        */
        font-size: 1.5rem;
        padding: 4rem 6rem;
   }
}
.recognitionSlider-slide.is-active {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
    order: -1;
}
.recognitionSlider-slide:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 6px 0 0 6px;
    z-index: 1;
    background: #4a0d66;
    background: linear-gradient(10deg, #4a0d66 0%, #8106b9 100%);
}
.recognitionSlider-slide:after {
    content: "o";
    display: inline-block;
    font-family: "alz-icon";
    font-size: 400px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4a0d66;
    opacity: 0.1;
    position: absolute;
    top: -54px;
    left: -28px;
}
.recognitionSlider--card-bg .recognitionSlider-slide:after {
	content: "";
	background-image: var(--cardBgImage, none);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.recognitionSlider-heading {
    font-size: 2.25rem;
    color: #4a0d66;
}
@media (min-width: 768px) {
    .recognitionSlider-heading {
        font-size: 3.5rem;
   }
}
.recognitionsSlider-attribution {
    font-size: 1.125rem;
    font-style: italic;
    margin-bottom: 1.5rem;
}
.recognitionSlider-logo {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    max-width: 75%;
		max-height: 72px;
		z-index: 1;
}
@media (min-width: 768px) {
    .recognitionSlider-logo {
        left: auto;
        right: 30px;
				max-width: 260px;
				max-height: 50px;
   }
}
