/* Dean note: custom alz styles shared globally */


.alz-purple{
	color: #4a0c66;
}

.greybackground {
    background-color: #F1F2F2;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    margin-left: -1rem;
    margin-right: -1rem;
    text-align: center;
}

.purplebackground {
    background-color: #4a0c66;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    position: relative;
    margin-left: -1rem;
    margin-right: -1rem;
    text-align: center;
}

[class*='purplebackground'] a{
	color: #fff;
}

[class*='purplebackground'] a:hover{
	color: #E0E0E0;
}

.fullwidth-purplebackground {
    background-color: #4a0c66;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 60px;
    margin-top: 60px;
    color: #fff;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    text-align: center;
}


[class*='purplebackground'] h1, [class*='purplebackground'] h2, [class*='purplebackground'] h3{
    color: #fff;
}


.fullwidthimage {
    width: 100% !important;
    height: auto !important;
    max-width: unset;
}

.videoEmbed iframe, .videoEmbed object, .videoEmbed embed, .videoEmbed video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.videoEmbed {
	padding-top: 0;
	padding-bottom: 56.25%;
	position: relative;
}

@media (max-width: 575px){ 
	.responsiveimage { 
	  display: block; 
	  max-width: 100%; 
	  float: none !important; 
	  margin-left: auto !important; 
	  margin-right: auto !important; 
	  height: auto !important; 
	} 
}
  
@media (min-width: 576px){ 
	.responsiveimage { 
		max-width: 50%; 
		height: auto !important; 
	}
}


.btn.haveAlzNext {
	color: #4a0d66;
	width: 100%;
	text-align: center;
}

.btn.haveAlzNext::after {
	content: "h";
	font-family: "alz-icon";
	display: inline-block;
	margin: 0 0 3px 7px;
	vertical-align: middle;
}



.articleAnchorList {
    list-style: none;
    padding: 0;
}

.articleAnchorList li {
    position: relative;
    padding: 0px 0px 0px 21px;
}

.articleAnchorList li::before {
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
	font-weight: 900;
    font-style: normal;
    display: block;
    position: absolute;
    top: 2px;
    left: 0px;
    color: rgb(53, 154, 142);
    font-variant: normal;
}

.header-with-line-through {
	display: grid;
	grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
	align-items: center;
	text-align: center;
	grid-gap: 20px;
	width: 100%;
}

.header-with-line-through:before, .header-with-line-through:after {
	content: '';
	border-top: 1px solid #bcbec0;
}






section.routingBlockSection {
    text-align: center;
    padding-top: 0;
}


.routingBlockContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 11px 0 0;
}



@media(min-width: 1400px) {
    .routingBlockContainer {
        margin-left:-25px;
        margin-right: -25px
    }
}


.routingBlock {
    width: 100%;
    color: #58595b;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,.4);
    overflow: hidden;
    margin: 0 0 2rem;
	cursor: pointer;
	background-color: white;
}

@media(min-width: 576px) {
    .routingBlock {
        width:48%;
    }
}

@media(min-width: 768px) {
    .routingBlock {
        width:31%;
    }
}

.routingBlock:hover {
    text-decoration: none
}

.routingBlock:hover h4 {
    color: #359a8e;
    text-decoration: underline
}

.routingBlock h4 {
    font-size: 22px;
    font-size: 1.375rem;
    color: #4a0d66;
    font-weight: 700
}

.routingBlockThumb {
    width: 100%
}

.routingBlockThumb::after {
    content: "";
    display: block;
    padding: 0 0 50%
}

.routingBlockContent {
    padding: 20px 20px 40px;
	background-color: white;
}

@media(min-width: 992px) {
    .routingBlockContent {
        padding:25px 45px 50px
    }
}


.twoColumnContentLeft,.twoColumnContentRight {
    text-align: center
}

.twoColumnContentLeft a:not(.btn),.twoColumnContentRight a:not(.btn) {
    font-weight: bold;
    text-decoration: underline
}

@media(min-width: 992px) {
    .twoColumnContentLeft,.twoColumnContentRight {
        display:inline-block;
        margin: 0 -5px 0 0;
        vertical-align: top;
        width: 50%;
        padding: 80px 10px
    }

    .twoColumnContentLeft h1,.twoColumnContentLeft h2,.twoColumnContentLeft h3,.twoColumnContentRight h1,.twoColumnContentRight h2,.twoColumnContentRight h3 {
        max-width: 45%;
        margin-left: auto;
        margin-right: auto
    }

    .twoColumnContentLeft p,.twoColumnContentRight p {
        margin-left: auto;
        margin-right: auto
    }
}

.twoColumnContentLeft {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem
}

@media(min-width: 992px) {
    .twoColumnContentLeft {
        border-right:1px solid #d8d8d8;
        border-bottom: none;
        padding-bottom: 80px;
        margin-bottom: 0
    }
}



.featureBox {
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.4);
    box-shadow: 0 2px 4px rgba(0,0,0,.4);
    border-radius: 6px;
    overflow: hidden;
    position: relative
}

@media(min-width: 768px) {
    .featureBox {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.featureBox.eventDetailFeature {
    background: #4a0d66
}

.featureBoxThumb {
    margin: 0 0 25px;
    position: relative
}

@media(min-width: 768px) {
    .featureBoxThumb {
        -webkit-box-flex:0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch
    }
}

@media(min-width: 992px) {
    .featureBoxThumb {
        -webkit-box-flex:0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
}

.featureBoxThumb::after {
    content: "";
    display: block;
    padding: 0 0 55%
}

.featureBoxNationalTag {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #4a0d66;
    color: #fff;
    font-weight: 700;
    padding: 11px 25px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    white-space: nowrap
}

.featureBoxContent {
    text-align: center;
    padding: 0 25px 25px
}

@media(min-width: 768px) {
    .featureBoxContent {
        -ms-flex-item-align:center;
        -ms-grid-row-align: center;
        align-self: center;
        padding: 30px 30px 30px 40px;
        text-align: left
    }
}

@media(min-width: 1200px) {
    .featureBoxContent {
        padding:40px 40px 40px 65px
    }
}

.featureBoxContent.alt a,.featureBoxContent.alt a:visited {
    color: #4a0d66
}

.featureBoxContent.alt a.btn {
    color: #fff
}








.teaserrow {
	display:flex;
	justify-content: center;
	gap: 20px;
	flex-direction: column;
}


section.newsletterTease {
    padding: 50px 0;
}

.newsletterTease .newsletterTeaseBox {
	max-width: 834px;
	width: 90%;
	padding: 112px 25px !important;
}

.newsletterTease .newsletterTeaseBox h4 {
	padding: 0 !important;
}

.teaseBox h4 {
	margin: 0 !important;
}

section.newsletterTease .newsletterTeaseBox h4 {
	padding: 0 !important;
}



@media(min-width: 768px) {
    section.newsletterTease {
        padding:75px 0;
    }

    .teaserrow {
        flex-direction: row;
    }	
}

.newsletterTeaseBox {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 950px;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.4);
    box-shadow: 0 2px 4px rgba(0,0,0,.4);
    background: #fff;
    padding: 35px;
    border-radius: 6px
}

@media(min-width: 768px) {
    .newsletterTeaseBox {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(min-width: 992px) {
    .newsletterTeaseBox {
        padding:40px 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
}

@media(min-width: 1200px) {
    .newsletterTeaseBox {
        -webkit-box-flex:0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.newsletterTeaseBox h4 {
    margin: 0 0 29px;
    font-weight: 700;
    font-size: 32px;
    font-size: 2rem;
    -webkit-font-smoothing: antialiased;
    color: #4a0d66;
    width: 100%;
    margin: 0 0 1.6rem
}



.teaseBox {
    border-radius: 6px;
    position: relative;
    color: #58595b;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px;
    padding: 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.4);
    box-shadow: 0 2px 4px rgba(0,0,0,.4);
    font-size: 18px;
    font-size: 1.125rem
}


.teaseBox::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, rgb(74, 13, 102) 0%, rgb(129, 6, 185) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4a0d66", endColorstr="#8106b9",GradientType=1 );
}


.routingIntro {
    padding: 45px 0;
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

@media(min-width: 992px) {
    .routingIntro {
        padding:65px 0
    }
}

@media(min-width: 1200px) {
    .routingIntro {
        padding:80px 0
    }
}



