
/* === FIND AWARDS === */
.awardfindboxContainer {
	max-width: 1140px;
	display: flex;
	flex-wrap: wrap;
}

.awardfindbox:hover > div {
	background-color: #98eacc;
}

.awardfindbox {
	width: calc(25% - 20px);
	min-height: 230px;
	margin: 0 10px 60px 10px;
	transition: background .3s ease-out;
}

.awardfindboxInner {
	background: #e8e8e8;
	min-height: 100%;
	border-radius: 20px;
	padding: 20px;
	transition: background .3s ease-out;
	padding-top: 40px;
	position: relative;
}

.awardfindboxHeadline {
	font-family: var(--e-global-typography-588e9fd-font-family), Sans-serif;
	font-size: 22px !important;
	color: #000 !important;
	font-weight: 600;
}

.awardfindboxImage {
	padding: 15px 13px 14px 7px;
	padding: 9px 13px 10px 9px;
	background-image: url("https://cdn-ikppmih.nitrocdn.com/VPuvCnJpgCmTNioiCISinLngTrIApZIK/assets/images/optimized/rev-932fbca/greendoorco.com.au/wp-content/plugins/greendoor-awards/icons/Mask.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 43px;
	height: 48px;
	position: absolute;
	top: -23px;
}

.awardfindboxImage.nitro-lazy {
	background-image: none !important;
}

.awardfindboxButtonArrow {
	position: absolute;
	bottom: 20px;
	right: 12px;
	display: block;
	height: 20px;
	width: 20px;
	color: #4b4f58;
	transform: rotate(-45deg);
}

/* XS ----------- */
@media only screen 
	and (min-width : 150px) {
	/* Styles */
	.awardfindbox {
		width: calc(100% - 20px);
		min-height: 230px;
		margin: 0 10px 60px 10px;
		transition: background .3s ease-out;
	}
}

/* S ----------- */
@media only screen 
	and (min-width : 768px) {
	/* Styles */
	.awardfindbox {
		width: calc(50% - 20px);
		min-height: 230px;
		margin: 0 10px 60px 10px;
		transition: background .3s ease-out;
	}
}

/* M ----------- */
@media only screen 
	and (min-width : 1024px) {
	/* Styles */
	.awardfindbox {
		width: calc(25% - 20px);
		min-height: 230px;
		margin: 0 10px 60px 10px;
		transition: background .3s ease-out;
	}
}

/* --- AWARD LIST --- */
.awardslistItem {
	margin-bottom: 2rem;
}

.awardslistItem:nth-child(odd) .awardslistItemHeader > div, .awardslistItem:nth-child(odd) .awardslistItemHeader > a {
	background: #37d1ac;
	color: white;
}

.awardslistItemHeader, .ALsecHeader {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.awardslistItemHeader > div, .awardslistItemHeader > a {
	border: 3px solid #37d1ac;
	background: white;
	color: #696969;
	font-size: 22px;
	font-family: "Urbane", Helvetica, Arial, sans-serif;
	font-weight: 600;
	padding: .5rem 1rem;
	border-radius: 10px;
	margin-left: 5px;
	margin-right: 5px;
	box-shadow: 7px 10px 7px -3px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 7px 10px 7px -3px rgba(0, 0, 0, .15);
	-moz-box-shadow: 7px 10px 7px -3px rgba(0, 0, 0, .15);
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.ALsecHeader > div {
	color: #696969;
	font-size: 24px;
	font-family: "Urbane", Helvetica, Arial, sans-serif;
	font-weight: 400;
	padding: .5rem 0;
	margin-left: 5px;
	margin-right: 5px;
}

.awardslistItemContent {
	color: rgba(0, 0, 0, .8);
	font-size: 17px;
	line-height: 26px;
	font-family: "Urbane", Helvetica, Arial, sans-serif;
	font-weight: 300;
	padding: 2rem 2rem 0 2rem;
}

.awardslistItemContent p {
	margin-bottom: 1rem;
}

.awardslistItemHeader-start, .awardslistItemHeader-end, .awardslistItemHeader-link, .ALsecHeader-start, .ALsecHeader-end, .ALsecHeader-link {
	min-width: 100px;
	text-align: center;
}

.awardslistItemHeader-title, .ALsecHeader-title {
	width: 100%;
	justify-content: space-between !important;
}

.awardslistItemHeader-link {
	align-items: center !important;
}

.awardslistItemHeader-link i {
	transform: rotate(-45deg);
}

.fa-solid.fa-chevron-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-style: normal;
}

/* XS */
@media only screen 
and (min-width : 150px) {
	.awardslistItemHeader, .ALsecHeader {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
	}
	
	.awardslistItemHeader > div, .awardslistItemHeader > a {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
		justify-content: flex-start !important;
	}
	
	.ALsecHeader {
		display: none;
	}
}

/* S */
@media only screen 
and (min-width : 768px) {
	.awardslistItemHeader, .ALsecHeader {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	
	.awardslistItemHeader > div, .awardslistItemHeader > a {
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 0;
		justify-content: center !important;
	}
	
	.ALsecHeader {
		display: flex;
	}
	
	.awardslistItemHeader > div.awardslistItemHeader-title {
		justify-content: space-between !important;
	}
}

/* -- Insustry intro -- */
.introRow {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.introRow > div {
	width: calc(50% - 10px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.introRow > div .separator {
	height: 9px;
	width: 100px;
	background: #37d1a3;
	margin: 20px 0;
}

.introRow > div h2 {
	font-family: "Urbane", Helvetica, Arial, sans-serif;
	font-size: 45px;
	font-weight: 600;
	color: #696969;
}

.introRow > div p {
	font-size: 17px;
	line-height: 24px;
}

.introRow.introRow2 > div.irCol1 {
	order: 2;
}

.introRow.introRow2 > div.irCol2 {
	order: 1;
}

@media only screen 
	and (min-width : 150px) {
	/* XS */
	.introRow {
		display: flex;
		flex-direction: column;
	}
	
	.introRow > div {
		width: calc(100%);
	}
	
	.introRow.introRow2 > div.irCol1 {
		order: 1;
	}
	
	.introRow.introRow2 > div.irCol2 {
		order: 2;
	}
}

@media only screen 
	and (min-width : 768px) {
	/* S */
	.introRow {
		display: flex;
		flex-direction: row;
	}
	
	.introRow > div {
		width: calc(50% - 10px);
	}
	
	.introRow.introRow2 > div.irCol1 {
		order: 2;
	}
	
	.introRow.introRow2 > div.irCol2 {
		order: 1;
	}
}

.fa-solid {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.alert {
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	border: solid 1px;
	padding: 5px 10px 5px 10px;
	color: #fff;
}

.alert-danger {
	background-color: red;
}

.alert-warning {
	background-color: #389a70;
}
