@charset "UTF-8";
/* Body */



body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color: #FFFFFF;
	margin: 0;
}

    .faq-table-container {
        width: 100%;
        overflow-x: auto; /* Allows horizontal scroll on mobile */
        margin: 20px 0;
        border-radius: 8px;
        box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    }

    .faq-guide-table {
        width: 100%;
        border-collapse: collapse;
        min-width: 600px; /* Ensures table doesn't get too squashed */
        font-family: Arial, sans-serif;
        background-color: #ffffff;
    }

    .faq-guide-table th {
        background-color: #0071bc; /* A professional 'Expert' blue */
        color: white;
        text-align: left;
        padding: 12px 15px;
        text-transform: uppercase;
        font-size: 14px;
    }

    .faq-guide-table td {
        padding: 12px 15px;
        border-bottom: 1px solid #dddddd;
        font-size: 15px;
        color: #333;
    }

    .faq-guide-table tr:nth-of-type(even) {
        background-color: #f3faff;
    }

    .faq-guide-table tr:last-of-type {
        border-bottom: 2px solid #0071bc;
    }

    .status-high { color: #d9534f; font-weight: bold; }
    .status-low { color: #5cb85c; font-weight: bold; }
    .status-med { color: #f0ad4e; font-weight: bold; }

/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
/* Header */
header {
	width: 100%;
	height: 8%;
	background-color: #E55C67;
	border-bottom: 1px solid #000000;
}
.white-text {
  color: #ffffff;
}
a, a:visited, a:hover, a:active {
    color: white;
    text-decoration: none; /* Optional: removes the underline */
}
.big-text {
  font-size: 32px;
  font-weight: bold;
}
.logo-img {
    width: 40%; /* Returns the logo to its original size for PC */
    height: auto;
}
.logo {
	color: #fff;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 4px;
	margin-right: auto;
	text-align: center;
	padding-top: 15px;
	line-height: 2em;
	font-size: 14px;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #F8F8F8;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	border-bottom: 4px solid #A0D1E7;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #E55C67;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
}
/* More info */
.intro {
	background-color: #A0D1E7;
	padding-bottom: 35px;
	width: 100%;
}
.column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	opacity: 0.8;
}
.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	width: 80%;
	margin-top: 4%;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #E55C67;
	color: #FFFFFF;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #E55C67;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
footer {
	background-color: #A7D7C1;
	padding-top: 60px;
	padding-bottom: 60PX;
}
.intro {
	display: inline-block;
	background-color: #A0D1E7;
}
.profile {
	width: 50%;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.table-img {
    width: 50%; /* Adjust this percentage to your preferred desktop size */
    height: auto;
    display: block;
    margin: 20px 0; /* Adds some spacing above and below the table */
}

/* Mobile */
@media (max-width: 480px) {
	.header-table, 
.header-table tbody, 
.header-table tr, 
header table td:first-child {
        width: 100% !important; 
        text-align: center !important;
    }
	.table-img {
        width: 75% !important; /* Forces the image to be full width on mobile */
    }

.logo-img {
        display: block !important; /* Required to allow centering via margins */
        margin-left: auto !important;
        margin-right: auto !important;
        width: 65% !important;     /* Adjust this to your preferred mobile size */
        height: auto;
    }

header {
    height: auto;              /* Allows the header to grow to fit the menu */
    padding-bottom: 10px;
}

.white-text {
    padding: 10px;
    line-height: 1.8;          /* Adds space between menu links for easy tapping */
}
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	header table td:first-child {
        width: 30% !important; /* Gives the logo cell more room on mobile */
    }
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
	
.white-text {
  color: #ffffff;
}
a, a:visited, a:hover, a:active {
    color: white;
    text-decoration: none; /* Optional: removes the underline */
}
	.logo-img {
    width: 65%;  /* Makes the logo much larger on small screens */
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Small Tablets */
@media (min-width: 481px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.thumbnail {
	width: 100%;
}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.profile {
	width: 100%;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
}
	.white-text {
  color: #ffffff;
}
a, a:visited, a:hover, a:active {
    color: white;
    text-decoration: none; /* Optional: removes the underline */
}
	.logo-img {
    width: 65%; /* Returns the logo to its original size for PC */
    height: auto;
}

	.table-img {
        width: 50% !important; /* Forces the image to be full width on mobile */
    }

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 48%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}
	.white-text {
  color: #ffffff;
}
a, a:visited, a:hover, a:active {
    color: white;
    text-decoration: none; /* Optional: removes the underline */
}
	.logo-img {
    width: 65%; /* Returns the logo to its original size for PC */
    height: auto;
}
	.table-img {
        width: 50% !important; /* Forces the image to be full width on mobile */
    }