/* Header / Footer section start */

.sticky {
  position: fixed !important;
  top: 0 !important;
}

.navbar-mobile, .navbar {
	background-color: white;
	width: 100%;
	display: flex;
	z-index: 9998;
	padding: 5px;
	align-items: center;
}

.navbar {
	justify-content: space-between;
}

.link, .footer-link {
	color: black;
	text-decoration: none;
	transition-duration: 0.2s;
}

.link {
	margin: 0px 10px;
	font-weight: bold;
}

.trbssLink:hover {
	/* I added this on:hover. I thought it'd fit more than the blue colour it was before */
	color: #d1262a;
	font-weight: 700;
}

.smbssLink:hover, .swbssLink:hover {
	/* I added this on:hover. I thought it'd fit more than the blue colour it was before */
	color: #00b0c9;
	font-weight: 700;
}

.red-dot {
	color: red;
	margin: 0px 5px;
}

.logo-img-small {
	width: 50px;
}

.account-img {
	height: 40px;
	margin-right: 10px;
}

.header-links {
	display: none;
	font-size: 20px;
	font-family: system-ui;
}

.hamburg-btn {
	font-size: 33px; 
	cursor: pointer; 
	width: 40px; 
	height: 50px; 
	text-align: center;
	z-index: 1111;
}

.sidenav {
	height: 100%;
	position: fixed;
	left: 0;
	width: 0;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	top: 0;
	right: 25px;
	font-size: 36px;
	z-index: 9999;
	white-space: nowrap;
}

.closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px !important;
	margin-left: 50px;
	margin-right: -15px;
	cursor: pointer;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: white;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: black;
}

.background-cover {
	background-color: #00000055;
	height: 100%;
	position: fixed;
	z-index: 9998;
	top: 0;
}

.no-margin {
	margin: 0px;
}

.logo-img {
	width: 100px;
}

.footer { 
	border: 1px solid white; 
	background-color: white; 
	margin-top: 30px;
	justify-content: space-around;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: absolute;
	bottom: 0;
}

.col-separate {
	width: 100%;
}

.col-separate-lg {
	display: none;
	width: 0px;
	height: 170px;
	border-right: 1px solid black;
}

.business-info {
	padding: 10px 0px 10px 0px;
	max-width: 390px;
	line-height: 13px;
	font-size: 11px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ABSSG-col {
	font-size: 11px;
	display: flex;
	align-items: center;
	padding: 0px 0px 10px 0px;
}

.ABSSG-text {
	max-width: 250px;
	padding: 0px 5px;
}

.business-info {
	padding: 10px 0px 10px 0px;
}

@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}

@media (min-width: 450px) {
	.business-info {flex-direction: row; font-size: 13px; line-height: unset;}
	.logo-img {width: 120px;}
	.ABSSG-text {font-size: 14px; max-width: 260px;}
}

@media (min-width: 680px) {
	.business-info {font-size: 14px; line-height: 16px;}
}

@media (min-width: 768px) {
	.footer {flex-direction: row; text-align: left; line-height: 15px;}
	.logo-img {width: 130px;}
	.col-separate {display: none;}
	.col-separate-lg {display: block;}
	.ABSSG-col {padding: 10px 0px;}
	.ABSSG-text {max-width: 200px; width: 200px; padding: 0px 5px 0px 10px;}
	.business-info {max-width: unset; padding-right: 5px;}
	.business-text {padding: 0px 5px;}
	.logo-img-small {width: 100px;}
}

@media (min-width: 992px) {
	.header-links {display: flex;}
	.hamburg-btn {display: none;}
	.business-info {line-height: 19px;}
	.business-text, .ABSSG-text {font-size: 15px;}
	.logo-img {width: 150px;}
	.account-img {height: 80px;}
}

@media (min-width: 1200px) {
	.business-text, .ABSSG-text {font-size: 18px; line-height: 29px;}
}

@media (min-width: 1400px) {
	.ABSSG-text {max-width: 250px; width: 250px;}
}

@media (min-width: 1700px) {
	.footer {width: 99.94%;}
}

/* Header / Footer section end */

.main-body {
	width: 100%; 
	height: fit-content;
	text-align: -webkit-center;
	padding-top: 70px;
	overflow: hidden;
}

.body-style {
	margin: 0;
	font-family: arial;
	background-color: #e2c3c3;
}

.trbssBG {
	background-color: #f0e0e0;
}

.smbssBG, .swbssBG {
	background-color: #e9f0f6;
}

.trbssDarkBG {
	background-color: #d0292a;
}

.smbssDarkBG, .swbssDarkBG {
	background-color: #00b0c9;
}

.trbssTextColour {
	color: #d0292a;
}

.smbssTextColour, .swbssTextColour {
	color: #00b0c9;
}

.body-cont {
	width: 100%;
}

.contact-header {
	font-size: 30px;
	font-weight: bold;
	margin: 0px;
	color: #303030;
}

.contact-subheader {
	font-size: 12px;
	color: #545454;
}

.FAQ-cont {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.FAQ-section {
	background-color: white;
	border: 0px;
	height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 20px;
	font-size: 25px;
	user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
}

.modal-image {
	width: 200px;
}

.modal-header {
	font-weight: bold;
	font-size: 27px;
}

.FAQ-questions {
	text-align: left;
}

.FAQ-name {
	margin: 0px;
	font-size: 18px;
}

.row {
	--bs-gutter-x: 0px;
	margin-top: 20px;
	justify-content: space-between;
}

.fadeinMoveleft {
	animation: fadeinMoveleft 1.5s both;
}

.fadeinMoveright {
	animation: fadeinMoveright 1.5s both;
}

.fadeinMoveup {
	animation: fadeinMoveup 1.5s both;
	overflow: hidden;
}

.column{
	background-color: white;
	padding: 20px;
}

/* The Modal's baseplate */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 99999; /* Sit on top */
	padding-top: 150px; /* Location of the box */
	left: 0;
	top: 0px;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.85); /* Black w/ opacity */
}

.business-text {
	margin: 0px;
}

/* The Actual Modal Content */
.modal-content {
	background-color: white;
	margin: auto;
	padding: 20px;
	width: 600px;
	height: 500px;
	border-radius: 10px;
	overflow: auto;
	user-select: none;
	-webkit-user-select: none;
	position: relative;
	animation-name: fadein;
	animation-fill-mode: both;
	animation-duration: 0.5s;
	opacity: 0;
}

.close {
	background-color: transparent;
	border: 0px;
	color: black;
    float: right;
    font-size: 40px;
    font-weight: bolder;
	position: absolute;
	right: 10px;
	top: 0px;
}

.close:hover,
.close:focus {
	text-decoration: none;
	cursor: pointer;
}

@keyframes fadein {
	0%		{opacity: 0;}
	100%	{opacity: 1;}
}

@keyframes fadeinMoveup {
	0%		{opacity: 0; transform: translateY(30%);}
	100%	{opacity: 1; transform: translateY(0%);}
}

@keyframes fadeinMoveleft {
	0%		{opacity: 0; transform: translateX(30%);}
	100%	{opacity: 1; transform: translateX(0%);}
}

@keyframes fadeinMoveright {
	0%		{opacity: 0; transform: translateX(-30%);}
	100%	{opacity: 1; transform: translateX(0%);}
}

@media (min-width: 450px) {
	.contact-header {font-size: 50px;}
	.contact-subheader {font-size: 20px;}
}

@media (min-width: 576px) {
	.contact-subheader {font-size: 24px;}
	.FAQ-top-row, .FAQ-bottom-row {display: flex; flex-direction: column; justify-content: space-around;}
	.FAQ-section {width: 250px;}
}

@media (min-width: 768px) {
	.main-body {padding-top: 160px;}
	.FAQ-section {width: 300px; border-radius: 30px;}
	.FAQ-top-row, .FAQ-bottom-row {justify-content: space-between;}
}

@media (min-width: 768px) and (max-width: 991px) {
	.row {max-width: 750px; width: 750px;}
}

@media (min-width: 992px) {
	.contact-header {font-size: 60px;}
	.body-cont {width: 90%;}
	.account-img {height: 80px;}
	.FAQ-cont {flex-direction: row;}
	.FAQ-top-row, .FAQ-bottom-row {width: 50%; flex-direction: row; justify-content: space-around;}
	.FAQ-section {width: 200px; font-size: 20px;}
}

@media (min-width: 1200px) {
	.FAQ-section {width: 250px; font-size: 25px;}
}

@media (min-width: 1400px) {
	.main-body {width: 1200px; margin: 0 auto;}
}

@media (max-width: 991px) {
	.modal-content {font-size: 13px; height: 500px; width: 400px;}
}

@media (max-width: 767px) {
	.FAQ-cont {justify-content: space-around;}
}

@media (max-width: 575px) {
	.modal {padding-top: 50px;}
	.modal-content {font-size: 11px; height: 400px; width: 200px;}
	.FAQ-cont {flex-direction: column;}
}