* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.5s ease;
}



html {
	scroll-behavior: smooth;
}

html, body {
	font-family: var(--font);
}

h1 {
	font-family: var(--feature-font);
	font-weight: 800;
	font-size: 40px;
	line-height: 130%;
	margin: 50px 0 20px;
}

h2 {
	font-family: var(--feature-font);
	font-size: 30px;
	margin: 20px 0;
}

h2.centered {
	text-align: center;
}

.h2__subtitle {
	display: block;
	font-size: 18px;
	opacity: 0.7;
	font-weight: normal;
	margin-top: 5px;
}


h2.fun {
	display: inline-block;
	background-color: var(--anza-blue);
	color: #FFF;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 20px;
	font-weight: 500;
	position: relative;
	min-width: 220px;
	text-align: center;
}

h2.fun::before {
	content: '&nbsp;';
	width: 95%;
	height: 40px;
	left: 20px;
	transform: rotate(-2deg);
	background-color: var(--anza-red);
	z-index: -9;
	position: absolute;
	border-radius: 4px;
}

h3, h4 {
	font-family: var(--feature-font);
	margin: 20px 0;
	font-size: 22px;
	line-height: 130%
}

p {
	line-height: var(--line-height);
	margin: 20px 0 3px;
}

a {
	color: var(--anza-blue);
}


.splide, .splide * {
	transition: none;
}


main ul, main ol {
	margin: 20px 0 3px;
}

main ul li, main ol li {
	list-style-type: disc;
	line-height: 150%;
	margin: 10px 10px 10px 40px;
}

main ol li {
	list-style-type: numeric
}

main ul li ul {
	margin-top: 0;
}

main ul li ul li {
	margin-left: 20px;
}





main table {
	margin: 20px 0;
	border: 2px solid var(--anza-blue)
}

main table th {
	background-color: var(--anza-blue);
	color: #FFF;
	text-align: left;
	padding: 4px 8px;
}

main table td {
	padding: 4px 8px;
	
}

main table tr:nth-child(even) td {
	background-color: var(--light-grey)
}





.container {
	margin: 0 auto;
	max-width: 1300px;
	padding-left: 15px;
	padding-right: 15px;
}


.page-introduction p {
	font-size: 22px;
	margin-bottom: 20px;
}


.breadcrumb {
	margin-top: 30px;
	font-size: 15px;
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 20px;
}




.search-dialog {
	display: none;
	background-color: var(--light-grey);
	padding: 20px 0;
}

.search-dialog--active {
	display: block;
}

.search-dialog__input {
	width: 100%;
	border: 1px solid #C1C9D1;
	font-size: 20px;
	padding: 10px;
}




.search-options {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.search-options__item {
	list-style-type: none;
	margin: 0;
	margin-right: 10px;
}

.search-options__item__link {
	display: block;
	background-color: var(--light-grey);
	border-radius: 50px;
	padding: 5px 15px;
	text-decoration: none;
}

.search-options__item__link:hover {
	background-color: #D1DCE8;
}

.search-options__item__link--active {
	background-color: var(--anza-blue) !important;
	color: #FFF;
}








div.SFbox {
	border-top: none !important;
	border-bottom: none !important;
}







.weeklynewsform {
	background-color: var(--light-grey);
	padding: 20px;
	border-radius: 4px;
}

.weeklynewsform__field__label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.weeklynewsform__field {
	margin-bottom: 20px;
}

.weeklynewsform__field input {
	width: 100%;
	max-width: 400px;
	border: 1px solid #8888;
	padding: 10px;
	font-size: 15px;
	border-radius: 4px;
}

.weeklynewsform__button button {
	background-color: var(--anza-blue);
	color: #FFF;
	border-radius: 4px;
	border: 0;
	padding: 10px 20px;
	font-size: 16px;
}







.advertise-with-anza {
	display: block;
	margin-top: 10px;
	font-size: 12px;
}


.single__postInfo {
	display: flex;
	margin-bottom: 20px;
	border-bottom: 1px solid #E6E6E5;
	padding-bottom: 20px;
}

.single__postInfo__date {
	font-style: italic;
	margin-right: 30px;
}

.single__postContainer--narrow {
	max-width: 695px;
	margin: 0 auto;
}

.sponsoredPost {
	display: inline-block;
	background-color: var(--light-grey);
	padding: 10px;
	margin: 20px 0 50px;
	color: var(--anza-blue);
	border-radius: 3px;
	border-left: 3px solid var(--anza-blue)
}

.sponsoredPost p:first-child {
	margin-top: 0;
}



/**
 * Adverts
 */

.adverts--sports-home .adverts__ads {
	text-align: center;
	margin-top: 50px;
}

.adverts__ads {
	
}

.adverts__ads__ad {
	margin-bottom: 20px;
	width: 250px;
	height: 250px;
}


.ads-sports-home {
	display: flex;
}

.adverts__promo {
	display: block;
	text-align: center; 
	font-size: 14px;
	margin: 0 auto;
}




/**
 * My ANZA Links
 */
a.my-anza-link {
	background-color: var(--anza-blue);
	padding: 20px;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	width: 100%;
	max-width: 400px;
	background-size: 30px;
	padding-left: 70px;
	margin-bottom: 5px;
	background-position: left 20px center;
	border-radius: 8px;
	font-weight: bold;
	font-size: 18px
}

a.my-anza-link:hover {
	transform: scale(1.05);
	opacity: 0.8
}

a.my-anza-link--discounts {
	background-image: url('../images/my-anza-discounts.svg')
}

a.my-anza-link--card {
	background-image: url('../images/my-anza-card.svg')
}

a.my-anza-link--account {
	background-image: url('../images/my-anza-account.svg')
}

a.my-anza-link--logout {
	background-image: url('../images/my-anza-logout.svg')
}





/**
 * Magic Table
 */
table.magic .mobile-header {
    display: none;
}

table.magic td {
	line-height: 170% !important
}

@media only screen and (max-width: 680px) {

    table.magic, table.magic thead, table.magic tbody, table.magic th, table.magic td, table.magic tr {
        display: block;
    }
	
	table.magic {
		border: 0
	}

    table.magic th {
        display: none;
    }

    table.magic .mobile-header {
        display: block;
        margin-right: 10px;
        font-weight: bold;
    }

	main table tr:nth-child(even) td {
		background-color: transparent !important
	}
	
	table.magic tr td:nth-child(even) {
		background-color: var(--light-grey) !important
	}
	
	table.magic tr td:nth-child(odd) {
		background-color: #DFE9F1 !important
	}
	
	table.magic tr {
		margin-bottom: 10px;
		border: 1px solid #B0BEC9
	}
	
	table.magic tr:last-child {
		border-bottom: none
	}
}






@media only screen and (min-width: 680px) {

	.adverts--sports-home .adverts__ads {
		display: grid;
		max-width: 700px;
		margin: 50px auto;
		column-gap: 20px;
		row-gap: 20px;
		grid-template-columns: 1fr 1fr;
	}
	
}

@media only screen and (min-width: 850px) {


	.container {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.adverts--sports-home .adverts__ads {
		grid-template-columns: 1fr 1fr;
		margin: 50px auto;
		
	}

}