@import url('./plugins/fontawesome/css/all.min.css');

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

html,
body {
	margin: 0px;
	padding: 0px;
    
	background-color: white;
    text-align: center;
	font-size: medium;
	font-family: "Assistant", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0.5em 0px;
}

img {
	max-width: 100%;
	border-style: none;
}

textarea {
	resize: vertical;
}

a[href^='tel:'],
a[href^='mailto:'] {
	/* prevents word break, maintains display type */
	white-space: nowrap;
}
.BG-Home {
    background-image: url(Images-Main/BG-Home.jpg);
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    padding-bottom: 100px !important;
}
.BG-Home h1 {
    font-size: 3em;
}

.BG-Medicare {
    background-image: url(Images-Main/BG-Medicare.jpg);
    background-size: cover;
    background-position: right center;
    background-attachment: fixed;
}
.BG-Medicare img {
    width: 251px;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 35px;
    border-radius: 22px;
}

.BG-Medicare p {
    font-size: 1.15em;
    line-height: 1.5em;
}



.Box-2 {
    margin-top: 35px;
    width: 40%;
    display: inline-block;
    padding-left: 2%;
    padding-right: 2%;
    vertical-align: top;
}

.Box-2 p {
    text-align: left;
}
.Box-80 {
    display: block;
    width: 800px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}
.Box-Up {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: -57px;
    background-color: rgba(255,104,1,1.00);
    color: rgba(255,255,255,1.00);
    border-radius: 5px;
    display: inline-block;
    padding-bottom: 15px;
    vertical-align: top;
    min-width: 251px;
}


.Box-Up-Box {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 15px;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    border-top-left-radius: 5px;
    padding-top: 11px;
    padding-right: 11px;
    padding-bottom: 22px;
    padding-left: 11px;
    min-height: 283px;
    -webkit-box-shadow: 2px 2px 8px rgba(73,73,72,1.00);
    box-shadow: 2px 2px 8px rgba(73,73,72,1.00);
    background-color: rgba(255,110,11,1.00);
}
.Box-Up h2 {
    text-align: left;
    display: inline-block;
    float: left;
    font-family: "Dancing Script", cursive;
    font-size: 2.25em;
}
.Box-Up i {
    font-size: 4em;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 21px;
    color: rgba(235,239,243,1.00);
    vertical-align: middle;
}
.Box-Up p {
    display: inline-block;
    width: 100%;
}



.Button a {
    background-color: rgba(255,104,1,1.00);
    color: rgba(255,255,255,1.00);
    text-decoration: none;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-top-left-radius: 9px;
    border-bottom-right-radius: 9px;
    font-size: 1.25em;
}
.Button a:hover {
    background-color: rgba(33,95,154,1.00);
}
.Button-BU a {
    color: rgba(235,239,243,1.00);
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    text-decoration: none;
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    display: inline-block;
}
.Button-BU a:hover {
    background-color: rgba(224,189,6,1.00);
}

.Container {
    width: 1094px;
    display: inline-block;
    max-width: 90%;
}
.Dancing-Script {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}
footer {
    width: 100%;
    display: inline-block;
    background-color: rgba(233,237,241,1.00);
    padding-bottom: 25px;
}

.Footer-Blue {
    background-color: rgba(33,95,154,1.00);
    color: rgba(203,221,241,1.00);
    padding-bottom: 1em;
}
.Footer-Blue h3 {
    font-size: medium;
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em;
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    background-color: rgba(205,223,243,1.00);
    color: rgba(33,95,154,1.00);
    -webkit-box-shadow: inset 2px 2px 4px rgba(85,82,82,1.00);
    box-shadow: inset 2px 2px 4px rgba(85,82,82,1.00);
    margin-top: 1em;
}
footer .Header-Right {
    float: none;
    margin-top: 0px;
}
footer .Header-Right-Box {
    margin-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

.Form {
    text-align: left;
}

.Form-Area {
    background-color: #FFFFFF;
    color: #000000;
    text-align: left;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 20px;
}
.Form input , .Form textarea{
    adding: 0.5em;
    border: none;
    background-color: rgb(245, 245, 245);
    border-radius: 10px;
    font-size: medium;
    width: 100%;
    margin-bottom: 15px;
    padding: 5px;
}

header {
    width: 100%;
    display: inline-block;
    padding-bottom: 18px;
    padding-top: 18px;
}
.Header-Right {
    display: inline-block;
    float: right;
    margin-top: 29px;
}
.Header-Right-Box {
    display: inline-block;
    float: right;
    text-align: center;
    padding-left: 47px;
}
.Header-Right-Box .Button a {
    background-color: rgba(255,104,1,1.00);
    color: rgba(255,255,255,1.00);
    text-decoration: none;
    border-radius: 5px;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    font-size: medium;
}
.Header-Right-Box .Button a:hover {
    background-color: rgba(33,95,154,1.00);
}

.Header-Right-Box .Dancing-Script {
    margin-bottom: 8px;
    font-size: 1.5em;
}
.Header-Right-Box i {
    color: rgba(33,95,154,1.00);
}
.Hero {
    width: 100%;
    background-color: rgba(204,223,241,1.00);
    line-height: 0px;
}
.Hero-Home {
    background-image: url(Images-Main/BG-Hero-Home.jpg);
    background-size: cover;
}

.Hero video {
    width: 1024px;
    max-width: 100%;
}








.Logo {
    width: 300px;
    float: left;
    display: inline-block;
    max-width: 100%;
}
.No-1023 {
    display: inline-block;
}
.Regular {
    text-align: left;
}
.Regular img {
    width: 397px;
    display: inline-block;
    float: right;
    border-bottom: 4px solid rgba(33,95,154,1.00);
    margin-left: 15px;
    max-width: 60%;
}

.Regular p , .Regular li{
    line-height: 1.5em;
}



.Row-BG {
    color: rgba(255,255,255,1.00);
    width: 100%;
    display: inline-block;
    padding-bottom: 35px;
}
.Row-Color {
    background-color: rgba(235,239,243,1.00);
    width: 100%;
    display: inline-block;
    padding-bottom: 35px;
}




.Row-Contact {
    background-color: #E9EDF1;
    padding-top: 1em;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 100px;
}

.BEGIN-NAV-CSS-------------------------------------------{}

.Nav-Row {
    display: inline-block;
    background-color: #215F9A;
    width: 100%;
}

.Nav-Inline-Block {
	display: inline-block;
	width: 100%;
}

/* Navigation styles */

nav {
	display: flex;
	list-style: none;
	justify-content: center;
}


nav menu {
	display: flex;
	flex-wrap: wrap; /* Wrap menu items on mobile */
	align-items: center;
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
	margin: 0px;
}

nav li {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	margin-bottom: 0;
	position: relative; /* Added for positioning of dropdown-content */
	height: 100%;
}

nav a {
    text-decoration: none;
    color: #FFFFFF;
    padding-top: 19px;
    padding-right: 19px;
    padding-left: 19px;
    padding-bottom: 19px;
    display: inline-block;
    border-right: 2px ridge rgba(255,255,255,0.44);
}
nav a:hover {
    text-decoration: underline;
}



.menu-toggle {
    display: none;
    font-family: inherit;
    font-size: inherit;
    color: rgba(255,255,255,1.00);

}

.dropdown-content {
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 100%; /* Position dropdown below its parent */
    left: 0px;
    background-color: #215F9A;
    line-height: normal;
    width: 183px;
    margin: 0px;
    display: none;
    padding: 0px;
}

.dropdown-content a {
    display: block;
    width: 100%;
    box-sizing: border-box; /* Ensure padding is included in width calculation */
    text-align: left;
}

.dropdown-content.show {
	display: block;
}

.dropdown-toggle .close {
	display: none;
}

.dropdown-toggle.active .close {
	display: var(--fa-display, inline-block);
}

.dropdown-toggle.active .open {
	display: none;
}

.dropdown-toggle.active {
    color: #514B4B;

/ / Change color on click (optional)
}
.END-NAV-CSS-----------------------------------------{}

/* Media Queries for Mobile responsiveness */

@media only screen and (max-width:1023px){
    .BEGIN-NAV-CSS---------------------------------- {}
	nav {
		flex-direction: column;
		width: 100%;
		align-items: center; /* Center items horizontally */
	}
    nav a {
    border-bottom: 2px ridge rgba(255,255,255,0.44);
    border-right-style: none;
}

	nav ul {
		margin-top: 0; /* Reset margin */
		padding-left: 0; /* Reset padding */
		width: 100%; /* Set width to 100% */
		text-align: center; /* Center items horizontally */
	}

	nav li {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		position: relative; /* Added for positioning of dropdown-content */
	}


	nav li a {
		width: 100%;
		/*text-align: left;*/
	}

	.menu-toggle {
		display: flex;
		justify-content: flex-start;
        gap: 0.5em;
		align-items: center;
		padding: 1em;
		width: 100%;
		border: none;
		background-color: transparent; /* Optional background color */
		cursor: pointer; /* Show hand cursor on hover */
	}

	.menu-toggle i {
		font-size: 1.5em; /* Adjust icon size */
	}

	#main-menu {
    display: none; /* Hide menu by default */
    background-color: #215F9A;
    width: 100%;
	}

	.menu-toggle .close {
		display: none;
	}

	#main-nav.active .menu-toggle .close {
		display: var(--fa-display, inline-block);
	}

	#main-nav.active .menu-toggle .open {
		display: none;
	}

	#main-nav.active #main-menu {
		display: flex; /* Show menu on focus or hover of toggle button */
		flex-direction: column;
	}

	.dropdown-content {
		position: static; /* Reset position */
		width: 100%; /* Set width to 100% */
		margin: 0; /* Reset margin */
		padding: 0; /* Reset padding */
	}

	.dropdown-content.show {
		display: block;
	}
/* Prevent underlining dropdown links on hover/focus */
nav .dropdown-content a, 
    nav .dropdown-content a:active, 
    nav .dropdown-content a:focus {
        text-decoration: none !important;
    }
    .END-NAV-CSS---------------------------{}
}

/* back-to-top styles */
.BEGIN-BACKTOTOP----------------------------{}
.BackToTop {
	position: fixed;
	z-index: 10;
	right: 10px;
	bottom: 10px;
	background-color: #fcf7f7;
	padding: 10px;
	color: white;
	font-family: sans-serif;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	font-size: medium;

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 1em;
}

.BackToTop a {
	display: inline-block;
	padding: 10px;
	background-color: #e0bd06;
	border-radius: 5px;
	color: white;
	text-decoration: none;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	font-size: 0.8em;
	transition: color 0.25s, background-color 0.25s;
	line-height: normal;
	height: 50px;
	box-sizing: border-box;
	text-align: center;
}

.BackToTop a:hover {
	color: #ffffff;
	background-color: #ffd602;
}

.BackToTop #BackToTop {
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	width: 50px;
}

.BackToTop #BackToTop i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.BackToTop #CloseBTT {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.END-BACKTOTOP--------------------------{}
/* end back-to-top styles */

/* form styles */
.BEGIN-FORM-----------------------------{}
.form {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.form-row {
	display: flex;
	flex-direction: row;
	gap: 1em;
	flex-wrap: wrap;
}

.form-row .input-field {
	flex: 1;
}

.button {
    padding: 0.75em 1em;
    background-color: #C4C6C8;
    color: black;
    font-weight: bold;
    font-size: 1em;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
    transition: color 0.25s, background-color 0.25s;
}

.button:hover {
    background-color: #A8BBCE;
    color: black;
}

.input-field {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	text-align: left;
	min-width: 200px;
}

.field-label,
.field-input {
	width: 100%;
	font-size: 1em;
}

.field-input {
	padding: 0.5em;
	border: none;

	background-color: rgb(245, 245, 245);
	border-radius: 10px;
}

.field-input[type='date'],
textarea.field-input {
	font-size: 1.15em;
}

.field-input[type='file'] {
	cursor: pointer;
}

.input-field.required .field-label::before {
	content: '*';
	color: red;
}

.field-options {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0.5em;
}

.field-options.row {
	flex-direction: row;
	flex-wrap: wrap;
}

.field-options .option {
	position: relative;
}

.field-options .option .option-input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	cursor: pointer;
	margin: 0px;
}

.field-options .option .option-label {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0.75em;
	padding: 0.75em;
	background-color: rgb(245, 245, 245);
	border-radius: 10px;
}

.option-input:focus + .option-label {
	outline: black auto 1px;
}

.option-input:checked + .option-label {
	background-color: #ffd602;
	color: black;
}

.option-label::before {
	display: block;
	font-family: 'Font Awesome 5 Pro';
}

.option-input[type='radio'] + .option-label::before {
	content: '\f111';
	font-weight: 300;
}

.option-input[type='radio']:checked + .option-label::before {
	content: '\f058';
	font-weight: 600;
}

.option-input[type='checkbox'] + .option-label::before {
	content: '\f0c8';
	font-weight: 300;
}

.option-input[type='checkbox']:checked + .option-label::before {
	content: '\f14a';
	font-weight: 600;
}

.captcha-field {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 0.5em;
	column-gap: 1em;
}

.captcha-field .input-field {
	flex: 1;
	min-width: 275px;
}

.captcha {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.captcha .captcha-image {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.captcha:not([data-captcha-loaded]) {
	opacity: 0;
}

.captcha .captcha-refresh-btn {
	font-size: 1.1em;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.END-FORM----------------------------------------------{}
/* end form styles */

/* hil styles */
.BEGIN-HIL--------------------------------------------{}
.hil-container {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: 1fr auto;
	grid-template-areas: 'sidebar main' 'sidebar pagination';

	width: 100%;
	height: 90vh;

	border: 1px solid #ccc;
}

.hil-sidebar {
	grid-area: sidebar;
	display: flex;
	flex-direction: column;
	gap: 1em;

	border-right: 1px solid #ccc;
	background-color: #f5f5f5;
}

.hil-search-form {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto auto;
	grid-template-areas: 'input button' 'lang lang';
	row-gap: 1em;
	padding: 1em;
}

.hil-search-form .search-input {
	grid-area: input;
	padding: 0.25em 0.5em;
	border: none;

	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.hil-search-form .search-btn {
	grid-area: button;

	background-color: #ffd602;
	color: black;

	border: none;
	padding: 0.5em 0.75em;
	cursor: pointer;
	transition: background-color 0.25s, color 0.25s;

	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.hil-search-form .search-btn:hover {
	background-color: #e0bd06;
	color: black;
}

.hil-search-form .input-radio {
	grid-area: lang;
}

.hil-search-form .input-radio .options {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.hil-menu {
	display: flex;
	flex-direction: column;
	height: 100%;

	padding: 0px;
	margin: 0px;
}

.hil-menu-link {
	display: flex;
	padding: 1em;

	background-color: transparent;
	color: inherit;

	transition: background-color 0.25s, color 0.25s;
}

.hil-menu-link:hover {
	background-color: #ffd602;
	color: black;
}

.hil-main {
	grid-area: main;
	display: flex;
	flex-direction: column;
	row-gap: 2em;

	width: 100%;
	height: 100%;

	padding: 2em 10%;

	overflow-y: auto;
	overflow-x: hidden;
}

.hil-article {
	border: 1px solid #ccc;
	padding: 1em 2em;
}

.hil-pagination {
	grid-area: pagination;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;

	border-top: 1px solid #ccc;
}

.hil-pagination .print-friendly {
	flex: 1;
}

.hil-pagination .print-friendly,
.hil-pagination .info,
.hil-pagination .pages {
	padding: 1em;
}

.hil-pagination .info {
	border-right: 1px solid #ccc;
}

.hil-pagination .pages {
	display: flex;
	gap: 1em;

	margin: 0px;
}
.END-HIL---------------------------------------{}

@media screen and (max-width: 850px) {
	.hil-container {
		display: flex;
		flex-direction: column;
	}

	.hil-menu {
		display: none;
	}
}

@media screen and (max-width: 520px) {
	.hil-pagination .print-friendly {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		flex: 100%;
	}

	.hil-pagination .info,
	.hil-pagination .pages {
		flex: 1;
	}

	.hil-pagination .info {
		text-align: center;
	}
}
/* end hil styles */

/* review director styles */
.BEGIN-REVIEW-DIRECTOR------------------------------------------------------{}
.review-director {
	width: 325px;

	background-color: #4f525b;
	color: white;
	padding: 1em;
}

.review-director-stars {
	justify-content: center;
}

.review-director-stars button {
	background-color: transparent;
	border: none;
	color: yellow;
	padding: 0.5em;
	font-size: 1.1em;
	cursor: pointer;
}
.END-REVIEW-DIRECTOR-------------------------------------------------------{}
/* end review director styles */

/* scroll to highlight styles */
.BEGIN-SCROLL-TO-HIGHLIGHT--------------------------------------------{}
@keyframes highlight-ani {
	0% {
		background-color: transparent;
	}
	25% {
		background-color: #fff59d;
	}
	75% {
		background-color: #fff59d;
	}
	100% {
		background-color: transparent;
	}
}

.achor-highlight {
	position: relative;
}

.achor-highlight:after {
	content: '';
	width: 100%;
	height: 100%;

	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9999999999;

	opacity: 0.25;
	pointer-events: none;

	animation-name: highlight-ani;
	animation-duration: 1.5s;
	animation-iteration-count: 1;
}
.END-SCROLL-TO-HIGHLIGHT---------------------------------------{}
/* end scroll to highlight styles */

@media (max-width:1023px){
.Header-Right {
    float: none;
}
.Logo {
    float: none;
}
.Header-Right-Box {
    float: none;
    margin-left: 0px;
    padding-left: 23px;
    padding-right: 23px;
}
.Box-2 {
    width: 100%;
}
.No-1023 {
    display: none;
}
.Box-Up {
    margin-top: 35px;
}
.Regular img {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 25px;
    max-width: 100%;
    display: block;
}



}

@media (max-width:750px){
.No-750 {
    display: none;
}

}

@media (max-width:550px){
.No-550 {
    display: none;
}

}
