/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Typography settings */

a {
	color: #49908C;
}

.white-text {
	color: #fff !important;
}

a:hover,
.footer-link:hover {
	color: #62348B;
}

h1,
h2,
.footer-header,
.footer-header p strong {
	font-family: "Hind", Sans-serif !important;
	font-weight: bold !important;
}

.megamenu {
	z-index: 99 !important;
}



.dropdown-item.active-sub {
	background-color: transparent !important;
	color: #62348B !important;
	font-weight: bold;
}

.nav-item.active {
	border-bottom: none;
	font-weight: bold;
}

.nav-item.active:hover {
	border-bottom: none;
}

.nav-item.active-sub {
	/* border-bottom: 3px solid #62348B;
    padding-bottom: 18px; */
	font-weight: bold;
}

.navbar-collapse {
	height: 90px;
}

.catch-all-container .btn-header {
	margin-top: 0px;
}

.footer-header p strong {
	text-transform: capitalize;
}


.primary-text {
	color: #62348B;
}



.no-bullet {
	list-style: none;
}

.skinny h6 {
	font-weight: 300 !important;
}

.footer-link {
	color: #707070;
}

.navbar-catch-all {
	max-height: 90px !important;
}

/* CSS covid */

#covid-banner {
	width: 100vw !important;
}

//css for active navigation item
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	/* border-bottom: 3px solid #62348B !important;
    padding-bottom: 18px; */
	font-weight: bold;
}



/* Home page */


.box-shadow-header,
.mega-has-mega-menu .mega-sub-menu,
.box-shadow a:hover,
.elementor-field-type-select select:hover,
.elementor-field select:hover,
.box-shadow-container,
.btn-purple {
	box-shadow: 2px 2px 3px 0px #E5E5E5 !important;
}

.elementor-field select:hover {
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .3) !important;
}

#county-submit {
	background-color: #62348B;
	text-align: center;
	padding: 10px;
}

#county-submit:hover {
	background-color: #49908C;
}

#close-banner:hover {
	cursor: pointer;
}

.underline:hover {
	text-decoration: underline;
}

/* County page */


/* Interior page */

/* Side menu */
.sub-menu .menu-item {
	margin-bottom: -15px !important;
}

.button-underline .elementor-button-text {
	color: #fff !important;
}

.button-underline .elementor-button-text:hover {
	text-decoration: underline !important;
}


.sub-menu .menu-item.menu-item-745,
.sub-menu .menu-item.menu-item-736 {
	margin-bottom: 0px !important;
}

.sub-menu:last-child {
	margin-bottom: 1.5rem
}


.left-menu li a {
	background-color: #F7F7F7;
	border-radius: 25px;
	margin-bottom: 10px;
}

.side-menu-enroll a,
.left-menu .menu-item-446 a:hover,
.menu-item-777 a {
	background-color: #49908C !important;
	color: #fff;
}

nav a {
	text-transform: capitalize !important;
}

.left-menu li .highlighted a {
	color: #62348B !important;
	font-weight: bold;
	background-color: #fff !important;
}

.active>.elementor-sub-item,
.active li a:focus {
	color: #62348B !important;
	font-weight: bold !important;
}

.menu-item-has-children>.highlighted,
.side-menu-custom-parent>.active {
	background-color: #62348B !important;
}

.side-menu-find .has-submenu:focus {
	background-color: #62348B !important;
	color: #fff !important;
}

.side-menu-custom-parent a:focus {
	color: #62348B;
}

.elementor-sub-item a:focus {
	background-color: #fff !important;
}

.left-menu li a:hover {
	background-color: #62348B !important;
}

.left-menu .elementor-sub-item {
	background-color: transparent;
	font-size: 12px !important;
}


.left-menu .elementor-sub-item:hover {
	background-color: transparent !important;
	color: #62348B !important;
}

.left-menu li a {
	font-weight: 300 !important;
	text-transform: uppercase;
}

.left-menu li a:hover {
	color: #fff !important;
}

.menu-item-491 {
	margin-bottom: -15px !important;
}

/* Last side menu item */
.menu-item-1585 a,
.menu-item-1574 a {
	margin-bottom: 20px !important;
}

.menu-item-446 a {
	background-color: #49908C !important;
	color: white;
}

/* Hide submit button for forms */
.btn,
.elementor-button-text {
	/*	font-weight: bold !important;*/
}




.btn-primary {
	background-color: #49908C;
	border-radius: 25px;
	width: 150px;
	margin-top: 20px;
	border: #49908C 2px solid;
	color: #fff;
}

.btn-primary:hover {
	background-color: #fff;
	border-radius: 25px;
	margin-top: 20px;
	border: #49908C 2px solid;
	color: #49908C;
}

.btn-secondary {
	background-color: #49908C;
	border-radius: 25px;
	border: none !important;
	width: 200px;
	margin-top: 20px;
	color: white;
}

.btn-purple {
	background-color: #62348B;
	border-radius: 25px;
	border: none !important;
	color: white;
	font-weight: bold;
	font-family: var(--e-global-typography-accent-font-family);
	font-size: .8em;
	/*width: 150px;*/
	height: 100%;
	text-transform: uppercase;
	padding: 12px 24px;
	margin-top: 22px;
	display: block;
	width: fit-content;
}

.btn-purple:hover {
	background-color: #49908C;
	color: #fff;
}






.container-h5496,
.container-h2793 {
	max-height: 90px !important;
}

.navbar {
	max-height: 100px;
}

.navbar-h5496 img {
	height: 140px !important;
	margin-left: 10px;
}

.navbar-brand,
.navbar-brand-catch-all {
	width: 200px;
}

#plan-submit {
	background-color: transparent;
	border: solid 2px #fff !important;
}

#county-sidebar-submit {
	background-color: #62348B;
	border: solid 2px #62348B !important;
}

#plan-submit:focus,
#plan-submit:hover,
#county-sidebar-submit:focus,
#county-sidebar-submit:hover {
	background-color: #49908C !important;
	color: #fff !important;
	border: 2px solid #49908C !important;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
	background-color: #49908C;
	color: white;
	border: none !important;
	box-shadow: none !important;
}

.btn-secondary-outline:hover {
	background-color: #62348B;
	margin-top: 20px;
	color: #fff;
}

#pbp-button {
	width: 50%;
}

/* Mega menu */
@media screen and (min-width: 600px) {
	.has-mega-menu {
		position: static;
	}

	li.has-mega-menu .sub-menu {
		width: 100%;
		position: absolute;
		z-index: 100;
		left: 0px;
		right: 0px;
		display: flex;
		flex-wrap: wrap;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
	}
}

@media screen and (min-width: 992px) {
	li.has-mega-menu:hover>.sub-menu {
		grid-template-columns: repeat(auto-fit, minmax(33.3333%, 1fr));
	}
}

@media screen and (min-width: 1200px) {
	li.has-mega-menu:hover>.sub-menu {
		grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
	}
}

@media screen and (min-width: 600px) {
	li.mega-menu-column {
		width: 100%;
		max-width: 100%;
		min-height: 1px;
		padding: 10px 25px;
		flex: 1 0 calc(50%);
	}

}


@media screen and (max-width: 600px) {
	.btn-header {
		float: right;
		margin-right: 20px;
	}

	#health-plan {
		width: 100% !important;
	}

	.elementor-element-2a8eb5f {
		height: 100px !important;
	}
}

@media screen and (min-width: 992px) {
	li.mega-menu-column {
		flex: 1 0 calc(33.333%);
	}
}

@media screen and (min-width: 1200px) {
	li.mega-menu-column {
		flex: 1 0 calc(25%);
	}
}

.megamenu .row {
	margin-left: 55px;
}


.c-accordion__title {
	color: #62348B;
	font-size: 18px;
	font-weight: 400;
}

.eael-accordion-list .active .fa-angle-down {
	transform: rotate(180deg) !important;
}

.wp-block-pb-accordion-item {
	background-color: #F7F7F7;
	padding: 5px 45px .1px 25px;
	margin-bottom: 15px;
	border-radius: 25px;
}

.eael-accordion-list,
.eael-accordion-list .active:focus,
.elementor-tab-title:focus {
	outline: none !important;
}


/* end of accordion styling */

/* Service area */
.h2793-service-map,
.service-area-map {
	max-height: 300px;
}

/* End of service area */

#counties,
#states,
#health-plan,
#county-selection-side-menu {
	color: #62348B;
	border-radius: 25px;
	border: transparent;
	padding: 10px 25px;
}

#county-submit,
#mktCounties,
#counties,
#plan-submit {
	display: none;
}

#counties {
	margin-top: 0px;
}

#plan-submit {
	border: 2px solid white;
	color: #fff;
	text-align: center;
	padding: 10px;
}

#plan-submit:hover {
	border: 2px solid #62348B;
	color: #fff;
}

#county-selection-side-menu {
	background-color: #F7F7F7;
	color: #707070;
}

#county-sidebar-submit {
	display: none;
}

#plans-container {
	height: 320px !important;
}

.side-menu-custom-parent:focus,
.has-submenu:focus {}

.dropdown-item:focus {
	background-color: transparent !important;
	color: #62348B !important;
}

.elementor-image a:focus {
	background-color: transparent !important;
}

.pull-right {
	float: right;
}

/* Mega menu */

.nav-item {
	height: 100%;
	position: relative;
}

.nav-item:hover {
	border-bottom: 3px solid #62348B;
	/*padding-bottom: 17px;*/
}

.navbar {
	background: #fff;
	padding-bottom: 0;
	float: right;
}

.nav-link {
	color: #62348B !important;
	height: 100%;
	position: relative;
}


.nav-link:hover {
	background-color: white !important;
	color: #62348B !important;
}

.navbar-light .navbar-brand {
	color: #2196F3;
}

.dropdown-item:hover {
	color: red;
	background-color: #62348B;
}

.navbar-light .navbar-nav .nav-link {
	color: #1ebdc2;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}

.navbar-light .navbar-nav .nav-link {
	/*  padding-top: 25px;*/
	padding-top: 0px;
	padding-bottom: 0px;
	transition: 0.3s;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	background: #1ebdc2;
	transition: 0.3s;
}

.dropdown-item:focus,
.dropdown-item:hover {
	background-color: transparent !important;
	color: #62348B !important;
	font-weight: bold;
}

.sm-menu {
	border-radius: 0px;
	border: 0px;
	top: 97%;
	box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}

.dropdown-item {
	color: #3c3c3c;
	font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
}

.navbar-toggler {
	outline: none !important;
}

/* Custom kai edits to megamenu */
.megamenu,
.navbar-expand-lg {
	width: 100%;
}

li a:focus {
	background-color: transparent !important;
}

.navbar-nav {
	text-align: right !important;
}

.mega {
	margin-top: 20px;
}

.megamenu-li {
	position: static;
}

.megamenu h6,
.megamenu h3,
.county-menu-title {
	margin-left: 21px;
}

.megamenu i {
	width: 20px;
}

.county-menu-title {
	text-transform: capitalize;
}

#county-submit,
#county-sidebar-submit {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 15px;
}


/*css to make select caret pad inward*/
#counties,
#states,
#health-plan,
#county-selection-side-menu,
#hmoState,
#mktCounties,
#mktStates {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(/wp-content/uploads/2020/07/PinClipart.com_school-buildings-clip-art_734061.png);
	background-size: 15px 8px;
	background-position-x: calc(100% - 25px);
	background-position-y: calc(50%);
	background-repeat: no-repeat;
}


.home-dropdowns #states,
.home-dropdowns #counties,
.home-dropdowns #mktStates,
.home-dropdowns #mktCounties,
.home-dropdowns #hmoState {
	background-color: transparent;
	border: 0;
	color: #49908C;
	max-width: 220px;
	background-image: url('/wp-content/uploads/2022/09/expand_more.svg');
	margin: 0 auto;
}

.home-dropdowns #county-submit,
.home-dropdowns #mktCounty-submit,
.home-dropdowns #hmo-state-submit {

	margin: 0 auto;
	background-color: #49908C;
	font-size: 13px;
	margin-bottom: 2rem;
	margin-top: 1rem;
	padding: 10px;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	width: 200px;
	display: none;

}

.tablet-mega .navbar-nav {
	flex-direction: row !important;
}

.container-h5486-tablet {
	flex-wrap: nowrap !important;
}

.tablet-mega .dropdown-menu {
	position: absolute !important;
}

.tablet-mega .mega-container {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.tablet-mega .col-sm-4 {
	max-width: 30.333333% !important
}

/*

end of mega menu

*/




/* Accordion */
.eael-accordion-content {
	border-radius: 25px;
}

.elementor-accordion-item {
	margin-bottom: 15px;
}

.elementor-tab-content {
	margin-top: -48px;
	border-left: 2px solid #62348B !important;
	border-bottom: 2px solid #62348B !important;
	border-right: 2px solid #62348B !important;
	border-radius: 25px;
}

.nav-item.active-sub {
	/* border-bottom: 3px solid #62348B;
    padding-bottom: 18px; */
	font-weight: bold;
}

/* Global 2020 quick link */
.quick-link .elementor-button-text {
	color: #62348B !important;
}

@media only screen and (min-width : 1025px) {

	.navbar-h2793 {
		width: 250px !important;
	}

	.mega-container {
		margin: auto !important;
		max-width: 1280px !important;
	}

	.container {
		max-width: 1280px !important;
		padding: 0px !important;
	}

}


/* Global Items */

.btn-backTop {
	font-family: 'Hind';
	font-weight: 500;
	font-size: 20px;
	color: #633789;
	display: flex;
	flex-direction: column;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.5rem;
}

/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.elementor-1109 .elementor-element.elementor-element-8111ea8>.elementor-element-populated {
		padding-right: 175px;
	}

}


h3,
h4,
h5,
h6,
p,
li a {
	font-family: "Arimo";
}

p,
ul,
li {
	font-size: 14px;
}








#mobile_nav	ul{
		height: 100%;
}
#mobile_nav ul a.nav-link{
	  display: flex;
    flex-direction: row;
    align-items: center;
}

.w-100{
	width: 100%;
}

nav.navbar{
	padding: 0;
	margin: 0;
}



#enroll-btn{
    background-color: #62348B;
    border-radius: 25px;
    border: none !important;
    color: white;
    font-weight: 600;
    font-size: 1em;
    width: 132px;
    height: 100%;
    text-transform: uppercase;
    padding: 8px 20px;
    margin-top: 0;
		text-align: center;
}

#enroll-btn:hover{
	background-color: #49908C;
	border-radius: 25px;
	border: none !important;
	height: 100%;
	color: white;
}

.btn-header:hover,
.btn-header:focus {
	background-color: #49908C;
	border-radius: 25px;
	border: none !important;
	height: 100%;
	color: white;
}



.btn-header2 {
	background-color: #62348B;
	border-radius: 25px;
	border: none !important;
	color: white;
	font-weight: 400;
	font-size: 1em;
	height: 100%;
	text-transform: uppercase;
	padding: 12px 24px;
	margin-left: 40px;
	margin-top: 0px;
}

.btn-header2:hover,
.btn-header:focus {
	background-color: #49908C;
	border-radius: 25px;
	border: none !important;
	height: 100%;
	color: white;
}


@media (min-width: 992px) {
  .navbar .dropdown.has-megamenu {
    position: static;
  }

  .navbar .dropdown-menu.megamenu {
    width: 100vw;
    left: 0;
    right: 0;
    top: 100%;
    padding: 1rem 0;
    border: none;
    border-radius: 0;
  }

  .navbar .dropdown-menu .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}












@media (max-width: 991.98px) {
  .navbar-nav {
    flex-direction: column;
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-collapse {
    background-color: #fff;
    padding: 1rem 0;
  }

  .navbar-nav .nav-link {
    padding: 12px 10px;
    font-size: 16px;
    color: #62348B !important;
  }

  .navbar-nav .dropdown-menu.megamenu {
    display: none !important;
  }

  .dropdown.megamenu-li {
    position: static;
  }

  .dropdown.megamenu-li > .nav-link::after {
    display: none;
  }

  .navbar-toggler {
    border: none;
    padding: 0.5rem 1rem;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' fill='%2362348B' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7h22M4 15h22M4 23h22' stroke='%2362348B' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
  }

  #enroll-btn {
    width: 100%;
    margin: 1rem 0;
    display: block;
    text-align: center;
  }

  .navbar .phone-enroll-info {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 14px;
    line-height: 1.4;
    color: #62348B;
  }

  .navbar .phone-enroll-info a {
    display: inline-block;
    margin-top: 5px;
    text-decoration: underline;
    color: #62348B;
  }
}

a{
	color: #49908C;
}