/* -----------------------
Base styles
------------------------*/

body
{
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #f9f9fa;
	font: 1.2em/1.2 Open Sans, Arial, "Helvetica Neue", Helvetica, sans-serif;

}

h1,h2,h3,h4,h5,h6
{
	margin: 0 0 .5em;
	font-weight: 500;
	line-height: 1.1;
}

h1 { font-size: 1.4em; font-family: Open Sans; } /* 36px */
h2 { font-size: 1.75em; } /* 28px */
h3 { font-size: 1.375em; } /* 22px */
h4 { font-size: 1.125em; } /* 18px */
h5 { font-size: 1em; } /* 16px */
h6 { font-size: .875em; } /* 14px */

p
{
	margin: 0 0 1.5em;
	line-height: 1.5;
}

blockquote
{
	padding: 1em 2em;
	margin: 0 0 2em;
	border-left: 5px solid #eee;
}

hr
{
	height: 0;
	margin-top: 1em;
	margin-bottom: 2em;
	border: 0;
	border-top: 1px solid #ddd;
}

table
{
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
}

th, td
{
	padding: .5em 1em;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

a:link { color: royalblue; }
a:visited { color: purple; }
a:focus { color: black; }
a:hover { color: green; }
a:active { color: red; }

/* -----------------------
Layout styles
------------------------*/

.container
{
	max-width: 50em;
	margin: 0 auto;
}

.header
{
	color: #fff;
	background: #fff;
	padding-top: 8px;
	border-bottom: 2px solid #edebeb;
}

.header-heading { margin: 0; }

.nav-bar
{
	background: #000;
	padding: 0;
}

.content { padding: 1em 1.25em; }

.footer
{
	color: #fff;
	background: #000;
	padding: 1em 1.25em;
}

.small
{ 	
	font-size:12px;
}

.red
{
	color: #0431fa;
}

.alert {
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}

/* -----------------------
Nav
------------------------*/

.nav
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav li
{
	display: inline;
	margin: 0;
}

.nav a
{
	display: block;
	padding: .7em 1.25em;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid gray;
}

.nav a:link { color: white; }
.nav a:visited { color: white; }

.nav a:focus
{
	color: black;
	background-color: white;
}

.nav a:hover
{
	color: white;
	background-color: green;
}

.nav a:active
{
	color: white;
	background-color: red;
}

/* -----------------------
Single styles
------------------------*/

.img-responsive { max-width: 100%; }

.btn1
{
	color: #fff !important;
	background-color: #051df7;
	border-color: #222;
	display: inline-block;
	padding: .5em 1em;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: .2em;
	text-decoration: none;
	max-height:60px;
	width:30%;
}

.btn:hover
{
	color: #0644ec !important;
	background-color: #74aed9;
}

.btn:focus
{
	color: #fff !important;
	background-color: #74aed9;
}

.btn:active
{
	color: #fff !important;
	background-color: #74aed9;
}


.btn2
{
	color: #fff !important;
	background-color: #051df7;
	font-size:26px;
	border-color: #222;
	display: inline-block;
	padding: 20px 1em;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	text-decoration: none;
	max-height:60px;
	width:70%;
	margin-top:10px;
}






.table
{
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.list-unstyled
{
	padding-left: 0;
	list-style: none;
}

.list-inline
{
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.list-inline > li
{
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

/* -----------------------
Wide styles
------------------------*/

@media (min-width: 42em)
{
	.header { padding: 1.5em 3em; }
	.nav-bar { padding: 1em 3em; }
	.content { padding: 2em 3em; }
	.footer { padding: 2em 3em; }
	
	.nav li
	{
		display: inline;
		margin: 0 1em 0 0;
	}
	
	.nav a
	{
		display: inline;
		padding: 0;
		border-bottom: 0;
	}
}
.btn-custom{
	color: #f5f5f5 !important;
	font-weight: 400;
	font-size: 1.25em !important;
	width: 100%;
	margin-top: 10px;
}
.btn-blue{
	background: #1a224c;
	border-bottom: 3px solid #051df7;
}
.btn-green{
	background: #40c77e;
	border-bottom: 3px solid #37a66a;
}
.btn-blue:hover{
	background: #1a224c;
	border-bottom: 3px solid #0b5394;
}
.btn-green:hover{
	background: #74d187;
	border-bottom: 3px solid #40c77e;
}
.fa-custom{
	margin-right: 15px;
}

/* -----------------------
Form styles
------------------------*/

/* Add this CSS to style the form */

form {
    width: 300px;
    margin: auto;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

label {
    font-size: 14px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

input[type=text] {
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box; /* To make sure padding doesn't affect the overall width */
}

input[type=text]:focus {
    outline: none;
    border-color: #77bfa3;
}

input[type=submit] {
    width: calc(100% - 20px); /* Adjust width to account for padding */
    padding: 30px; /* Increased padding */
    border: none;
    border-radius: 0px;
    background-color: #40c77e; /* New color */
    color: white;
    cursor: pointer;
    font-size: 25px; /* Larger font size for better visibility */
    margin-top: 5px; /* Add margin if needed */
}

input[type=submit]:hover {
    background-color: #74d187; /* Slightly lighter shade on hover */
}

/* Styles for the select dropdown */
select {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

select:focus {
    border-color: #77bfa3;
}

/* Styles for the yes no question with images */

.button-card {
  border: 1px solid #ccc;
  border-radius: 8px;
  display: inline-block;
  margin: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  background: white; /* Set background color to white */
  transition: transform 0.3s ease;
  text-decoration: none; /* Remove the underline from links */
  color: black; /* Set the text color for the link to black */
}
.button-card:hover {
  transform: translateY(-5px);
  border-color: lightblue; /* Change border color to blue on hover */
}
.button-card img {
  display: block;
  margin: 0 auto; /* Center the image within the card */
  max-width: 100px; /* Set a maximum width for the image */
  max-height: 100px; /* Set a maximum height for the image */
}
.centered-bullets {
    list-style-position: inside; /* Keeps the bullet points aligned next to the text */
    text-align: center; /* Centers the entire list */
    padding: 0; /* Removes default padding from the list */
    margin: 0 auto; /* Centers the list horizontally */
    max-width: 600px; /* Optional: Limits the width of the list for better alignment */
    font-family: Arial, sans-serif; /* Optional: Font styling */
    line-height: 1.6; /* Improves readability */
}
.article-ul {
    width: 70%; /* Wider container */
    margin: auto; /* Centers the container */
    line-height: 1.8; /* Increased line spacing for readability */
}

.article-li {
    list-style: disc; /* Keeps the bullet points */
    text-align: left; /* Aligns text to the left */
    font-family: inherit; /* Ensures the font matches the parent font */
    font-size: inherit; /* Matches the font size of the parent element */
}
button {
    background-color: blue !important; /* Changes button color to blue */
    color: white; /* Ensures text remains readable */
    border: none; /* Removes default borders */
    padding: 20px 30px; /* Adjusts padding for better appearance */
    border-radius: 5px; /* Optional: Rounds corners slightly */
    cursor: pointer; /* Ensures it looks clickable */
}

button:hover {
    background-color: rgb(250, 250, 253); /* Darker blue on hover for better UI */
}

