@charset "UTF-8";

/*---------------------------------------- UNIVERSAL STYLES ----------------------------------------*/		

@import url('in_css_a0c6f1a9b78d34f3a7c97b32cd46f1c1.static.com');

html, body {
	background-color: #fff;
	font-family: sans-serif;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	height: 100%;
	line-height: 1.65em;
	margin-left: auto;
	margin-right: auto;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size: 2em;
	color: #124464;
}



h1, h2, h3, h4 {
	font-weight: 700;
	text-transform: capitalize;
}

h3 {color: #333;font-weight: 400;}

p {
	margin: 0 0 1em;
}

hr {
	border-top: 1px solid #ddd;
	margin-bottom: 15px;
	margin-top: 15px;
}

blockquote {
	background: #D8EDFB;
	font-size: 1em;
	border-left: 0;
	padding-top: 16px;
}

/*----- Extra Small -----*/
@media(max-width: 767px){
	
	html, 
	
	h1 {
		font-size: 1.75em;
		margin-top: 10px;
	}
	
	h2 {
		font-size: 1.4em;
	}
	
	h3 {
		font-size: 1.25em;
	}

}

/*----- Small -----*/
@media(min-width: 768px) and (max-width: 991px){
	
}

/*----- Medium -----*/
@media(min-width: 992px) and (max-width: 1199px){
	
}

/*----- Large -----*/
@media(min-width: 1200px){

}

/*---------------------------------------- LINKS & BUTTONS ----------------------------------------*/

a {
	color: #1971A9;
	text-decoration: underline;
}
a:active,
a:hover {
	color: #248ACB;
	text-decoration: none;
	
}

p a,
blockquote a,
li a {
	font-weight: 700;
}

.button {
	background-color: #00796B;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	padding: 0 10px;
	display:inline-block;
	text-decoration:none;
}
.button:active,
.button:hover {
	background-color: #FF8300;
	text-decoration:none;
	color:#fff;
}

.button:focus {
	outline: 0;
}

.button span {
	color: #006699;
}

.b-arrow {
	background-image:url(in_css_2749109fdcfe410854026b4f2e9eaba1.static.png);
	background-repeat: no-repeat;
    background-size: auto 13px;
    background-position: center right 9px;
    padding-right: 28px;
}

.b-arrow2 {
	background-image:url(in_css_2749109fdcfe410854026b4f2e9eaba1.static.png);
	background-repeat: no-repeat;
    background-size: auto 21px;
    background-position: center right 20px;
    padding-right: 50px !important;
}

/*
.button .b-arrow {
	display: inline-block;
    width: 14px;
    border: none;
    outline: none;
    margin-left: 1px;
    margin-top: -3px;
}

.button .b-arrow2 {
	display: inline-block;
    width: 22px;
    border: none;
    outline: none;
    margin-left: 2px;
    margin-top: -5px;
}
*/
.heroContainer .button,
.articleBody .button {
	display: inline-block;
	font-size: 1.25em;
	margin: 30px auto;
	padding: 15px 25px;
	text-transform: uppercase;
}

/*---------------------------------------- HEADER ----------------------------------------*/

.logo {
	display:inline-block;
	box-sizing:border-box;
	width:250px;
	height:75px;
	float:left;
}

.logo img, .footerLogo img {
	width:100%;
	border:none;
	outline:none;
}

.containerHeader {

  	/*background-color:#fff;*/
	background: #FFFFFF;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.10);
	padding: 5px 0 10px;
	width: 100%;
}

.container {max-width: 1020px;}

header {
	font-size: 0.85em;
	height: 46px;
	width:  100%;
}

header .button {
	margin-top: 10px;
}

/*----- Extra Small -----*/
@media(max-width: 767px){
	header {
		background-size: 150px 28px;
		height: 28px;
		width: 100%;
	}
	
	header .button {
		font-size: 1em;
		margin-top: 3px;
	}
	
	.logo {
		width:150px;
		height:28px;
	}

}

/*---------------------------------------- MAIN BODY ----------------------------------------*/

.containerBody {
	margin-bottom: 100px;
	margin-top: 20px;
}

.articleInfo {
	color: #999;
	font-size: 0.85em;
	line-height: 1.5em;
}

.articleCategory {
	color: #006699;
	font-weight: 700;
	text-transform: uppercase;
}

.articleAuthor {
	color: #006699;
	font-size: 0.85em;
	text-align: left;
}

.photoAuthor{
	height: 25px;
	margin-right: 8px;
	width: 25px;
}

.articleHeadshot {
	border: 1px solid #006699;
}

.socialButtons {
	text-align: right;
}

#hero {
	height: auto;
	margin: 20px 0 1.5em;
	width: 100%;
}

.articleBody {
	margin-left: auto;
	margin-right: auto;
	/*max-width: 940px;*/
}

.containerArticleImage {
	margin: 20px 0 1.5em;
}

.articleImageContainer {
	margin-bottom: 15px;
}

.articleImageContainer img {
	margin-left: auto;
	margin-right: auto;
}

.trusted {
	margin-bottom: 15px;
}

#disclaimer {
	color: #999;
	font-size: 0.75rem;
	line-height: 1.5em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	max-width: 940px;
}

.circle-list {
	list-style: none;
	counter-reset: list-counter;
	padding-left: 0;
}

.circle-list li {
	counter-increment: list-counter;
	margin-bottom: 10px; /* Adjust the space between items */
}

.circle-list li::before {
	content: counter(list-counter);
	margin-right: 8px;
	background: #00796B;
	color: #fff;
	border-radius: 50%;
	font-weight: bold;
	width: 1.5em;
	height: 1.5em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	top: 2px;
}

/* Optional: Adjust the circle size and alignment */
.circle-list li {
	position: relative;
	padding-left: 42px; /* Adjust according to the size of the circle */
}

.circle-list li::before {
	position: absolute;
	left: 0;
}


.grid-container {
	display: flex;
	flex-wrap: wrap;
	gap: 12px; /* Adjust the space between grid items */
	justify-content: center;
}

.grid-item {
	display: flex;
	flex-direction: column; /* Stacks content vertically */
	justify-content: center; /* Centers content vertically when there's room */
	text-align: center; /* Aligns text horizontally to the center */
	gap: 10px; /* Optional: Adjusts spacing between text lines or added elements */
	background-color: #2ac7c7;
	line-height: 22px;
	border-radius: 8px;
	padding: 20px;
	flex: 1;
	min-width: calc(25% - 20px); /* For desktop */
	transition: background-color 0.3s ease;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
	height: 100px; /* Adjust based on your content */
	overflow: hidden; /* Ensures content does not overflow the box */
}

.grid-item:hover {
	background-color: #006e62; /* Light blue background on hover */
	text-decoration:none;
	color: #fff;
}

@media (max-width: 768px) {
	.grid-item {
		min-width: calc(50% - 20px); /* 2 items per row minus gap for mobile */
	}
}


/*----- Extra Small -----*/
@media(max-width: 767px){
	.containerBody {
		margin-top: 10px;
	}

}

/*---------------------------------------- FOOTER ----------------------------------------*/

.containerFooter {
	background-color: #006699;
	/*background-color: #fff;*/
	padding: 30px 0 50px;
	width: 100%;
}

footer {
	color: #f4f5e6;
  /*color:  #069 !important;*/
	font-size: 0.65em;
	line-height: 1.25em;
}
/*
footer ul li a{
  color : #069 !important;
}*/

.footerLogo {
	height: 28px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}

.footerNav li a {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
}

/*---------------------------------------- INFO TABLE ----------------------------------------*/

.infoTable {
	color: #666;
	font-size: 20px;
	line-height:1.35em;
	margin: 20px 0 2em;
	text-align: center;
	width:100%;
}

.infoTableHeader {
	background-color: #00796B;
	color: #fff;
	font-weight: 700;
	margin-bottom: 2px;
	padding: 2px 10px;
	text-transform: uppercase;
}

.infoTableContent {
	background-color: #efefef;
	min-height: 190px;
	padding: 10px 15px 15px;
}


/*----- Extra Small -----*/
@media(max-width: 767px){

	.infoTable {
		margin: 20px 0 1em;
	}

	.infoTableContent {
		margin-bottom: 20px;
		min-height: 10px;
	}

}

/*----- Small -----*/
@media(min-width: 768px) and (max-width: 991px){

	.infoTable {
		margin: 20px 0 1em;
	}

	.infoTableContent {
		margin-bottom: 20px;
		min-height: 140px;
	}

}

/*----- Medium -----*/
@media(min-width: 992px) and (max-width: 1199px){

}

/*----- Large -----*/
@media(min-width: 1200px){

}

/*---------------------------------------- SVG MAP ----------------------------------------*/

.stateText {
	fill: #FFFFFF;
	pointer-events: none;
}

.stateImage {
	fill: #F8991D;
}

.stateButton {
	fill: #000;
}

.stateImage,
.stateButton {
	cursor: pointer;
	transition: 0.4s;
}

.stateImage:hover,
.stateButton:hover {
	fill: #cc0000;
}

/*---------------------------------------- WIDGETS, MACROS, ETC. ----------------------------------------*/


/*--AGE SELECT--*/

.containerAge {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	max-width: 600px;
}

.containerAge h3 {
	color: #006699;
	text-align: center;
}

.containerAge .buttonAge {
	background-color: #eee;
	border: 2px solid #fff;
	font-size: 1.25em;
	padding: 25px 0;
	text-align: center;
}
.containerAge .buttonAge:hover {
	background-color: #ddd;
}
.containerAge .buttonAge a:hover {
	text-decoration:none;
}

/*----- Extra Small -----*/
@media(max-width: 767px){
	
	.containerAge {
		max-width: 300px;
	}

}

/* Image Banner */

.containerArticleImage img {
  margin:0 auto;
  clear:both;
}
.containerArticleImage span {
  line-height:normal;
}

