@charset "utf-8";
/* CSS Document */

/*********************** 
		Header 
************************/
header {
	position: fixed;
	top: 0;
	background-color: #003366;
	width: 100%;
	height: 145px;
}

#logo {
	padding: 15px;
}

#phone, #phone a {
	position: fixed;
	right: 15px;
	top: 20px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
}

/*********************** 
    Navigation Bar 
************************/
nav {
	margin: auto;
	border-top: solid 3px #00539B;
	text-align: center;
}

.topnav {
	overflow: hidden;
	background-color: #003366;
}
.topnav a {
	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 15px;
	text-decoration: none;
	font-size: .875em;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
}
.topnav a:hover {
	background-color: #00539B;
	color: #fff;
}
.topnav .icon {
	display: none;
}


/*********************** 
		Body 
************************/
body {
	font-family: futura-pt, Verdana, sans-serif;
	background-color: #f2f2f2;
	margin: 0px;
	font-weight: 200;
	font-size: 1.25em;
	margin-top: 145px;
}

h1 {
	font-size: 2em;
	padding: 10px 0px 0px 0px;
	color: #003366;
	text-align: center;
}
h2 {
	font-size: 1.5em;
	text-align: center;
	color: #003366;
}
h3 {
	font-size: 1.05em;
	text-align: center;
	color: #003366;
}

a {
	text-decoration: none;
	color: #00539B;
}

.home-image {
	width: 100%;
}

section {
	padding-bottom: 15px;
	text-align: center;
	margin: auto;
	width: 90%;
}

section ul {
	text-align: left;
	margin: auto;
	width: auto;
}

.consumer-guide {
	width: 35%;
	border: 1px solid black
}

.highlighted-text {
	font-size: 1.5em;
	font-weight: bold;
	color: #00539b;
}

.semi-highlighted-text {
	font-size: 1.25em;
	font-weight: 500;
	color: #00539b;
}
iframe {
	width: 100%;
	border: none;
	align-content: center;
}

/*********************** 
		Columns 
************************/
.three-column {
	width: 29%;
	text-align: center;
	line-height: 25px;
	float: left;
	padding: 15px;
	color: #003366;
}

.two-column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}

.clear-float {
	float: none;
	clear: both;
}


/************************
		Sections 
************************/
#Basics {
	display: block;
	height: 145px;
	margin-top: -145px;
	visibility: hidden;
}

#Basics-Content {
	
}
#Coverage a {
	text-decoration: none;
}

#Americo-Med-Sup {
	display: block;
	height: 145px;
	margin-top: -145px;
	visibility: hidden;
	background-color: #f2f2f2;
}
#Americo-Med-Sup-Content {
	background-color: #FFF;
}

#About-Americo {
	display: block;
	height: 145px;
	margin-top: -145px;
	visibility: hidden;
	background-color: #f2f2f2;
}

#About-Americo-Content {
	
}

#Contact-Us {
	display: block;
	height: 145px;
	margin-top: -145px;
	visibility: hidden;
	background-color: #FFF;
}

#Contact-Us-Content {
	padding-top: 10px;
}

#Disclosures {

}

.container {
	width: 100%; 
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}


/************************
	Coverage Chart
************************/

table {
	width: 80%;
	border: solid 1px;
	border-collapse: collapse;
	margin: 0px auto;
}
tr {
	border: solid 1px #003366;
} 

tr:hover {
	background-color: #d9d9d9;
}


th {
	border: solid 1px #003366;
	text-align: left;
	padding-left: 10px;
}
td {
	border: solid 1px;
	text-align: center;
	padding: 5px 10px;
}
.table-header {
	background-color: #00539b;
	color: #fff;
	border: solid 1px #003366; 
}

/************************
		Buttons 
************************/
.button {
	width: 30%;
	margin: 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: 400;
	letter-spacing: 2px;
	border: 3px solid #003366;
	color: #fff;
	transition: all 0.2s linear;
	background-color: #003366;
}
.button:hover {
	background-color: #00539B;
	cursor: pointer;
}
.button a {
	text-decoration: none;
	color: #fff;
}

.button-twocol {
	width: 75%;
	margin: 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: 400;
	letter-spacing: 2px;
	border: 3px solid #003366;
	color: #fff;
	transition: all 0.2s linear;
	background-color: #003366;
}
.button-twocol:hover {
	background-color: #00539B;
	cursor: pointer;
}
.button-twocol a {
	text-decoration: none;
	color: #fff;
}

/************************
	  Drop-Down
************************/
.dropdown-button {
    font-family: futura-pt, Verdana, sans-serif;
	font-size: .9em;
	background-color: #00539b;
	border: 3px solid #00539b;
    color: #fff;
    padding: 16px;
    cursor: pointer;
	width: 205px;
	margin: auto;
	text-align: center;
	text-transform: uppercase;
	
}
.dropdown-button:hover {
	border: 3px solid #003366;
}
.dropdown {
    align-content: center;
    display: inline-block;
}
.dropdown-content {  
    display: none;
    position: absolute;
    background-color: #f9f9f9;
	max-height: 350px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	overflow-y: scroll;
	width: 205px;
}
.dropdown-content a {  
    color: #003366;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
	background-color: #d9d9d9;
}

.show {
    display: block;
}


/************************
Footer/Legal Disclosures 
************************/

footer {
	font-size: 0.8em; 
	padding: 20px 0px 15px 0px;
	background-color: #f2f2f2;
	border-top: solid 1px #ddd;
	width: 95%; 
	margin-left: auto;
	margin-right: auto;
	}

.revdate {
	text-align: center;
	}

.footnotes {
	font-size: .75em;
	font-style: italic;
	padding: 10px 40px 25px 40px;
	color: #969696;
	clear: both;
	text-align: left;
}


/************************
 Collapsable Disclosures
************************/

button.accordion {
    font-family: futura-pt, Verdana, sans-serif;
	font-size: 1em;
	background-color: #f2f2f2;
    color: #000000;
    cursor: pointer;
    padding: 0px;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.3s;
}

button.accordion.active, button.accordion:hover {
    background-color: #F2F2F2;
}

button.accordion:after {
    content: '\25BC';
    color: #000000;
    font-weight: bold;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\25BA";
}

div.panel {
    padding: 0 18px;
    background-color: #F2F2F2;
	color: #000000;
	display: none;
}

div.panel a {
	font-weight: 500;
}

/*********************************
  Responsive CSS - Media Queries 
**********************************/

/* Mobile */
@media (max-width: 910px) {
	

	body {
		font-size: 1em;
	}
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.05em;
	}

	.topnav a {
		display: none;
		font-size: .875em;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}
	.topnav.responsive {
		position: relative;
	}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	.three-column {
		width: 100%;
		padding: 15px 0px 0px 0px;
		float: none;
		border-top: solid 5px #f2f2f2;
	}
	.two-column {
		width: 100%;
		padding: 0px 1px 25px 1px;
		float: none;
	}
	.footnotes {
		padding: 10px 10px 25px 10px;
		font-size: .75em;
	}
	
	.button {
		width: 40%;
	}
	.dropdown-content {  
    	max-height: 250px;
    }
}

/* Small Desktops */
	
@media (min-width: 911px) and (max-width: 1024px) {
	
	body {
		font-size: 1em;
	}
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.05em;
	}
	.footnotes {
		padding: 10px 10px 25px 10px;
		font-size: .75em;
	}
}
