.feedback-button {
	position: relative;
	background-color: #ed6c02;
	fill: white;
	border: none;
	border-radius: 50%;
	min-height: 35px;
	min-width: 35px;
	height: 35px;
	width: 35px;
	transition: background-color 0.3s ease;
	cursor: pointer;
}

.feedback-button:hover {
	background-color: rgba(237,108,2, 0.7);
}

.feedback-icon {
	position: absolute;
	left: calc(50% - 11.5px);
	top: calc(50% - 11px);
}

.feedback-form-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}

.hide-feedback-form {
	display: none;
}

.feedback-iframe {
	min-height: 430px;
	min-width: 430px;
}

@media screen and (max-width: 500px) {
	.feedback-iframe {
		min-width: 100%;
	}
}

.feedback-iframe-wrapper {
	position: relative;
}

.feedback-form-close-button {
	position: absolute; 
	display: flex;
	top: 4px; 
	right: 0px; 
	background-color: unset;
	padding: 8px;
	border-radius: 50%;
	height: 36px;
	width: 36px;
	justify-content: center;
	align-items: center;
}

.feedback-form-close-button:hover {
	background-color: rgba(0, 0, 0, 0.03);
}

.feedback-form-close-icon {
	fill: rgba(0, 0, 0, 0.54);
	height: 18px;
	width: 18px;
}

.privacy-statement-text {
	font-size: 12px;
}

.privacy-statement-subheading {
	font-size: 16px;
	font-style: italic; 
	font-weight: bold;
	margin-bottom: 2px;
}

.privacy-statement-heading {
	font-size: 18px;
	margin-bottom: 4px;
}

.alert-banner {
	background-color: #ed6c02;
	padding: 8px;
	border-radius: 5px;
	color: black;
	font-size: large;
	font-weight: 600;
	text-align: center;
	box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2), 0px 6px 10px 0px rgba(0,0,0,0.14), 0px 1px 18px 0px rgba(0,0,0,0.12);
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 8px;
}

a:hover {
	text-decoration: underline !important;
}

.background-image {
	-moz-transition: background 2s linear;
	background: transparent url('/assets/img/landing-background-image.jpg') no-repeat center center /cover;
}

.footer-background {
	background-color: #b8c2c4;
}

.footer {
	width: 100%;
	xheight: 120px;
	xmin-height: 110px;
	xxbackground: white;
	xpadding-top: 10px;
	xposition: fixed;
	xbottom: 0;
}

.h-70 {
	height: 72% !important;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.modal-body a {
	color: #0178bc;
	text-transform: none;
}

.modal-body h6 {
	font-size: 1.5rem;
}

.footer a {
	color: #2a454e;
	color: black;
	font-weight: bold;
}

.mw {
	max-width: 100%
}

.rd-title {
	font-size: 28px;
	background: white;
	padding-top: 1.1rem;
	padding-bottom: 1.1rem;
	text-transform: upper-case;
}

.rd-logo {
	max-width: 100%;
}

.tiles {
	overflow: auto;
	min-height: 300px;
	padding-top: 18px;
	padding-bottom: 30px;
}

.login-button {
	color: white;
	background-color: #0178bc;
	font-size: 1.5rem;
	padding: 8px;
	margin-bottom: 1.4rem;
	margin-top: 16px;
	text-align: center;
	width: 100%;
	text-transform: none;
}

.info-text-background {
	display: flex;
	justify-content: center;
	margin-bottom: 1.6rem;
}

.info-text {
	background-color: rgba(0,0,0,0.5);
	font-size: 1.8rem;
	color: white;
	text-align: center;
	width: max-content;
	border-radius: 1px;
	padding: 0 6px;
	box-shadow: 0 0 3px 6px rgba(0,0,0,0.5);
}

@media screen and (max-width: 769px) {
	.info-text {
		font-size: 1.4rem;
	}
}

/* region social-media */

.socials-container {
	color: white;
	height: 600px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 16px;
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/assets/img/resilient-people.png');
	background-position: center;
	background-size: cover;
}

.social-links-group {
	display: flex;
	height: calc(100% - 115px);
	justify-content: space-evenly;
	align-items: center;
}

.social-link-container {
	text-align: center;
}

.social-icon {
	height: 100px;
	background-color: white;
	padding: 16px;
	border-radius: 16px;
}

.social-icon.twitter {
	background-color: black;
}

.social-link {
	align-items: center;
}

.social-link-text {
	text-transform: capitalize;
	font-size: 2.5rem;
}

@media screen and (max-width: 1700px) {
	.socials-header {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 1500px) {
	.social-links-group {
		height: calc(100% - 130px);
	}

	.social-link-text {
		font-size: 1.5rem;
	}
}

/* endregion social-media */

.tile {
	font-size: 26px;
	color: white;
	margin-bottom: 20px;
}

.tile img {
	padding: 20px;
}

.blue-tile,
.tile-1,
.tile-2,
.tile-5,
.tile-7 {
	background-color: #0178bc;
}

.grey-tile,
.tile-0,
.tile-3,
.tile-4,
.tile-6 {
	background-color: #2a454e;
}

.tile-caption {
	line-height: 1;
	margin-bottom: 10px;
}

.top-row {
	margin-left: initial;
	margin-right: initial;
}


ol {
	list-style: none;
}

li {
	padding-left: 1rem;
	margin-left: 1rem;
}

@media screen and (max-width: 1600px) {
	.rd-title {
		font-size: 1.3rem;
	}
}

@media screen and (min-width: 1600px) {
	.col-xxl-1 {
		max-width: 8.333%;
		flex: 0 0 8.333%;
	}

	.offset-xxl-5 {
		margin-left: 41.6667%;
	}
}

@media screen and (max-width: 1200px) {
	.rd-title {
		font-size: 1.1rem;
	}

	.tile-caption {
		font-size: 1.4rem;
	}
}

@media screen and (min-width : 311px) and (max-width: 577px) {
	.col-xxs {
		width: 100%;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 5%;
	}

	.tile-caption {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 320px) {
	.copyright {
		font-size: 0.7rem;
	}

	.tile-caption {
		font-size: 1.2rem;
	}
}
