/* ==========================================================================
   Author's custom styles - Christian Annese 10/30/24 (Removed Alert)
   ========================================================================== */

/* Typography 
-------------------------------------------------- */

@font-face {
	font-family: 'alright_sansregular';
	src: url("fonts/Alright-v2-Normal-LP-Regular.otf") format("opentype");
	/* src: url("fonts/AlrightSans-Regular.otf") format("opentype"); */
}

@font-face {
	font-family: 'alright_sansMedium';
	src: url('fonts/Alright-v2-Normal-LP-Medium.otf') format('opentype');
	/* src: url('fonts/AlrightSans-Medium.otf') format('opentype'); */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'alright_sansBold';
	src: url('fonts/Alright-v2-Normal-LP-Bold.otf') format('opentype');
	/* src: url('fonts/AlrightSans-Bold.otf') format('opentype'); */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'alright_sansBlack';
	src: url('fonts/Alright-v2-Normal-LP-Black.otf') format('opentype');
	/* src: url('fonts/AlrightSans-Regular.otf') format('opentype'); */
	font-weight: normal;
	font-style: normal;
}

h2,
.h2 {
	text-align: center;
	/* padding-top: 40px; */
	font-size: 1.875rem;
}

/* Typography */

h1,
.h1 {
	margin-bottom: 30px;
	font-size: 2.125rem;
}

h2,
.h2 {
	margin-bottom: 18px;
	font-size: 1.875rem;
}

h3,
.h3 {
    font-size: 1.125rem;
}

h4,
.h4 {
	margin-bottom: 18px;
}

h5,
.h5 {}

section.content p {
	margin-bottom: 1rem;
}

p {
	font-family: 'Arial';
}

a {
	color: rgb(175 22 133);
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

ul {
	list-style: none;
	/* Remove default bullets */
	padding-inline-start: 15px;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 1px;
	margin-inline-end: 0px;
	font-family: arial;
}

.table {
	/* border: 0; */
	font-family: arial;
}

.table thead{
	background-color: #008DA8;
	color: #ffffff;
}

.table thead th{
	color: #ffffff;
}

.table th {
	color: #3D5567;
}

.table tbody tr:nth-child(4n+1){
	background-color: #F1F1E8;
}

.table tbody tr:nth-child(4n+3){
	background-color: #F1F1E8;
}



.carousel-item {
	height: 39em;
}

/* FORM STYLES */

/*the container must be positioned relative:*/

.custom-select {
	position: relative;
	font-family: Arial;
}

.custom-select select {
	display: none;
	/*hide original SELECT element:*/
}

.select-selected {
	border-color: 2px solid DodgerBlue;
}

/*style the arrow inside the select element:*/

.select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
}

/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
	color: #ffffff;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
	user-select: none;
}

/*style items (options):*/

.select-items {
	position: absolute;
	background-color: DodgerBlue;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}

/*hide the items when the select box is closed:*/

.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
	Mobile < 768 css && Static Styles
========================================================================== */

/* Buttons */

#find-a-doctor {}

header.navbar #nav-icon3.open span:nth-child(1) {
	top: .3rem;
	width: 0;
	left: 50%
}

header.navbar #nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

header.navbar #nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

header.navbar #nav-icon3.open span:nth-child(4) {
	top: .4rem;
	width: 0;
	left: 50%
}

.navbar-nav>.nav-item.find-doctor {
	margin-left: 15px !important;
	padding-left: 15px;
	position: relative;
}

#find-a-doctor::after {
	content: '';
	background-image: url(/images/tpa/icon-black.arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 0.4rem;
	height: 0.8rem;
	display: inline-block;
	margin-top: -0.1rem;
	margin-left: 0.5rem;
	vertical-align: middle;
}

.ibx-btn {
	position: absolute;
	top: 10px;
	right: 100px;
	display: inline-block;
	border-radius: 2rem;
	border: 1px solid #AF1685;
	background-color: #AF1685;
	color: #fff;
	padding: 8px 26px 8px;
	white-space: nowrap;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	font-family: "alright_sansMedium";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ibx-btn::after {
	content: '';
	background-image: url(/images/tpa/icon-white.arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 0.4rem;
	height: 0.8rem;
	display: inline-block;
	margin-top: -0.1rem;
	margin-left: 0.5rem;
	vertical-align: middle;
	font-family: "AlrightSans-Regular";
}

.ibx-btn#btn-login:hover:after {
	content: '';
	background-image: url(/images/tpa/icon-magenta.arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 0.4rem;
	height: 0.8rem;
	display: inline-block;
	margin-top: -0.1rem;
	margin-left: 0.5rem;
	vertical-align: middle;
	font-family: "AlrightSans-Regular";
}

.ibx-btn#btn-login:hover {
	background-color: white;
	color: #AF1685;
}

.btn-full {
	/* position: absolute; */
	margin-top: 12px;
	right: 100px;
	display: inline-block;
	border-radius: 2rem;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #AF1685;
	padding: 8px 17px 8px;
	white-space: nowrap;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-family: "alright_sansMedium";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-full::after {
	content: '';
	background-image: url(/images/tpa/icon.arrow.magenta.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.4rem;
	height: 1.1rem;
	display: inline-block;
	margin-top: -0.1rem;
	margin-left: 0.5rem;
	vertical-align: middle;
	font-family: "AlrightSans-Regular";
}

.btn-full:hover {
	color: #ffffff;
	background-color: #AF1685;
}

/* Header 
-------------------------------------------------- */

header>.container.header-container {
	display: flex;
	flex-direction: column;
	/* border-bottom: 1px solid #F2F2F2; */
	/* padding: 0; */
	align-items: flex-start;
	background: #ffffff;
	max-width: 100%;
}

.logo {
	/* margin-left: 5%; */
	height: 44px;
}

.logo img {
	display: block;
}

nav {
	margin: 1.5em 0 0;
	display: flex;
	flex-direction: column-reverse;
	width: 100%;
}

header nav>ul {
	padding-left: 0;
}

/*
   More info on block, inline-block, inline
   https://www.w3schools.com/css/css_inline-block.asp
   */

header ul li {
	display: inline;
	/* padding: 0 1.4em 0 0; */
	font-size: 0.9em;
}

header nav>ul.navbar-nav li a {
	text-decoration: none;
	color: #212529;
	-webkit-transition: color .2s cubic-bezier(.4, .1, .6, .9);
	transition: color .2s cubic-bezier(.4, .1, .6, .9);
}

header nav>ul.navbar-nav .subnav-pane li a {
	color: #404040;
}

header nav>ul.navbar-nav li a:hover, .nav-link:focus, .nav-link:hover,
header nav>ul.navbar-nav li a.subNav-l2-active,
.nav-link:focus{
	color: #008DA8;
}

.subnav-pane ul li a::after{
	content: '';
	background-repeat: no-repeat;
	background-image: url(/images/tpa/icon-teal.arrow.svg);
	opacity: 0;
	background-size: contain;
	width: 0.6rem;
	height: 1rem;
	display: inline-block;
	margin-top: -0.1rem;
	margin-left: 0.5rem;
	vertical-align: middle;
	transition: all .2s ease-in-out;
}

header nav>ul.navbar-nav .subnav-pane li a:hover:after,
header nav>ul.navbar-nav li a.subNav-l2-active:after {
	background-image: url(/images/tpa/icon-teal.arrow.svg);
	content: '';
	opacity: 1;
	background-repeat: no-repeat;
	background-size: contain;
	width: 0.6rem;
	height: 1rem;
	display: inline-block;
	margin-top: -0.1rem;
	margin-left: 1.5rem;
	vertical-align: middle;
	transition: all .2s ease-in-out;
	/* background: #0c0; */
}

li a.active {
	color: #000000;
	border-bottom: 2px solid #000000;
	font-weight: 300;
}

li a:hover, a:hover {
	color: #008DA8;
}



#logo-main {
	width: 155px;
	position: absolute;
	top: 11px;
}

/* Navigation */

#overlay {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	border: 1px solid;
	background: #333;
	z-index: 987;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	-khtml-opacity: .6;
	opacity: .6;
}

.homepage > header {
	top: 0;
}

header {
	background-color: white;
	height: 65px;
	padding: 0;
	top:0;
}

.navbar-nav>.nav-item {
	/* position: relative; */
}

.nav-link {
	font-family: 'alright_sansMedium';
	font-size: 19px;
	padding: 16px 0;
}


a.nav-link  {
	border-top: 1px solid #cecece;
}

.subnav-pane span.h5 {}

.subnav-pane {
	display: flex;
}

.subnav-pane .col-3 {
	display: none;
}

.subnav-pane ul {
	display: flex;
	flex-direction: column;
	padding: 0;
	/* border-top: 1px solid #cecece; */
	/* background-color: #f6f6f6; */
	margin-top: 0;
	margin-bottom: 16px;
}

.subnav-pane ul li {
	/* display: block; */
	font-size: 19px;
	padding: 6px 0px;
}

.col-content#one {
	display: none;
}

#super-nav {
	display: flex;
	flex-direction: column;
	margin-top: 0;
}

.hamburger {
	display: block;
	padding: 20px;
	margin-right: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

#nav-icon3 {
	width: 2rem;
	height: 2rem;
	position: relative;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	top: 3px;
}

#nav-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: inherit;
	background: #012169;
	border-radius: 3px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
	top: 0;
}

#nav-icon3 span:nth-child(2),
section.nav .main-nav #nav-icon3 span:nth-child(3) {
	top: 0.5rem;
}

#nav-icon3 span:nth-child(3) {
	top: 0.5rem;
}

#nav-icon3 span:nth-child(4) {
	top: 1rem;
}

.submit-btn {
	background: none;
	border: none;
}

.nav-line {
	margin-top: 9px;
	border-left: 1px solid #cccccc;
	height: 60%;
	position: absolute;
	left: 0;
}

.searchForm {
	order: 4;
}


/* Main Structure
-------------------------------------------------- */

/* ---------- Homepage ---------- */

#ameriheath {}

#home-calls h2,
#home-calls .h2,
#home-cta h2,
#home-cta .h2 {
	font-family: 'alright_sansBold';
	color: #012169;
	padding-bottom: 24px;
	padding-top: 0;
}

.sections {
	position: relative;
}

#home-hero {
	height: 39em;
	margin-top: 65px;
	position: relative;
}

#hero-selector span {
	color: #ffffff;
	font-size: 27px;
}

.carousel-item#slide1 {
	background-image: url('/images/tpa/img-hero-aha.jpg');
	background-size: cover;
	background-position-x: center;
	background-position-y: inherit;
}

#slide1 .text-start {
	position: relative;
	width: 450px;
	left: 60px;
	top: 130px;
	padding: 0;
}

#hero-selector {
	background-color: rgb(175 22 133 / 75%);
	border-radius: .8rem;
	padding: 39px;
	bottom: 44px;
	position: absolute;
	z-index: 1;
	width: 994px;
	height: 130px;
}

#home-calls {
	background-color: #f1f1e7;
	padding: 24px 0;
}

#home-calls .card-img {
	margin-bottom: 20px;
}

#home-calls .card a,
.btn-learnmore {
	color: rgb(175 22 133);
	text-decoration: none;
	padding: 0 25px 0 0px;
}

#home-calls .card a::after,
.btn-learnmore::after {
	position: relative;
	top: 0px;
	display: inline-block;
	padding-left: 0.8rem;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	width: 25px;
	vertical-align: bottom;
	line-height: 1;
	content: url(/images/tpa/icon.arrow.magenta.svg);
}

.home-callCardsFull, #home-callCardsFull, .grey-callouts {
	background-color: #ffffff;
	padding: 24px 0;
}

.grey-callouts .card-body {
	
}

.grey-callouts a {
	
}

.grey-callouts a.btn-full{
	background: none;
	border: none;
	padding-left: 0;
}

.grey-callouts a.btn-full:hover{
	color: #008DA8;
}

.grey-callouts a.btn-full:hover:after {
		content: '';
	background-image: url(/images/tpa/icon-teal.arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
    width: 1.4rem;
    height: 1.1rem;
	display: inline-block;
	margin-top: -0.1rem;
	margin-left: 0.5rem;
	vertical-align: middle;
}

home-callCardsFull>.container {}, #home-callCardsFull>.container {}

.home-callCardsFull .card , #home-callCardsFull .card, .grey-callouts .card {
	background-color: #012169;
	color: #ffffff;
	margin-bottom: 10px;
	margin-top: 0px;
	border: none;
}

.grey-callouts .card {
	background-color: #F1F1E8;
	color: #343A40;
	flex: 1;
}
/* Amerihealth Sites Dropdown */

#super-nav {
    display: flex;
    flex-direction: column;
    margin-top: 0;
}


#super-nav .btn-secondary {
    --bs-btn-color: var(
    --bs-nav-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: none;
    
    --bs-btn-hover-color: #008DA8;--bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: none;
    --bs-btn-focus-shadow-rgb: none;
    
    --bs-btn-active-bg: transparent;
    --bs-btn-active-color: #008DA8;--bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
    margin-left: 0;
    font-size: 19px;
    font-family: 'alright_sansMedium';
    --bs-btn-padding-x: 0px;
    --bs-btn-padding-y: 0px;
    /* border-top: 1px solid #cecece; */
}

#super-nav .btn:active {
    color:  #rgb(0 141 168 / 100%);
    background-color: transparent;
    border-color: transparent;
}

#super-nav .dropdown {
    display: inline-block;
    margin-left: 0;
    font-size: 14px;
    font-family: 'alright_sansMedium';
}

#super-nav .dropdown-item {
    background-color: transparent;
    border: none;
    color: #404040;
    margin: 0;
    font-family: arial;
    padding: 8px 14px;
}

#super-nav .dropdown-item:active {}

.dropdown-menu.show {
    display: block;
    border-radius: 0;
    background-color: #ffffff;
    position: relative;
    border: 0;
}

/* End Dropdown  */

#home-callCardsFull h2, .grey-callouts h2 {
	padding-top: 0;
	color: #3D5567;
	margin-bottom: 20px;
}

#home-callCardsFull h5 {
	font-family: 'alright_sansBold';
	font-size: 18px
}

#home-callCardsFull .card .card-img {
	margin-bottom: 20px;
	display: none;
}

#home-callCardsTitle>.container {}

#home-callCardsTitle {
	background-color: #008DA8;
	padding: 24px 0;
}

#home-callCardsTitle .card {
	color: #012169;
	margin-bottom: 10px;
	margin-top: 0px;
}

#home-callCardsTitle h2 {
	color: #ffffff;
	padding-top: 0;
	margin-bottom: 20px;
}

#home-callCardsTitle h5 {
	color: #012169;
	padding-top: 0;
	margin-bottom: 20px;
	font-family: 'alright_sansBold';
	font-size: 18px;
}

#home-callCardsTitle .card .card-img {
	margin-bottom: 20px;
	display: none;
}

#home-callCardsMin {
	background-color: #f1f1e7;
	padding: 24px 0;
}

#home-callCardsMin .card {
	margin-bottom: 10px;
	margin-top: 0px;
}

#home-callCardsMin h2 {
	padding-top: 0;
	margin-bottom: 20px;
}

#home-callCardsMin h5 {
	color: #012169;
	font-family: 'alright_sansBold';
	font-size: 18px;
}

#home-callCardsMin .card .card-img {
	margin-bottom: 20px;
	display: none;
}

#home-why {
	background-color: #012169;
	height: 444px;
}

#img-whyamerihealth {
	/* position: relative; */
	font-size: 49px;
	top: 30px;
	/* width: 260px; */
	/* margin: 0 auto; */
	position: absolute;
	margin: auto;
	color: #ffffff;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}

#home-why p {
	top: 98px;
	position: relative;
	margin: auto;
	color: #ffffff;
	text-align: center;
	z-index: 1;
	display: block;
}

.why-items {
	font-family: 'alright_sansregular';
	position: absolute;
	top: 66%;
	transform: translateY(-50%);
	/* transform: translateX(-50%); */
	color: #fff;
	font-size: 1.15rem;
}

.why-items img {
	width: 61px;
}

.why-items .d-flex {
	padding-bottom: 12px;
}

.why-items .d-flex+.d-flex {
	padding-top: 12px;
}

.why-items .d-flex+.d-flex+.d-flex {
	border: none;
	padding-bottom: 0;
}

.why-items .flex-grow-1.ms-3 {}

#home-cta {
	background-color: white;
	padding: 40px 0;
}

#home-cta img {
	margin-bottom: 20px;
	border-radius: 10px;
}

.cta-beige {
	background-color: #F1F1E7;
	border-radius: 10px;
	padding: 20px;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.cta-white {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 36px;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#administrators section.content.grey-callouts h3.card-title {
	color: #3D5567;
	font-family: 'alright_sansMedium';
}

#home-callCardsFull .card.grey-callouts {
	background-color: #F1F1E8;
	color: #343A40;
}

/* Page Carousel */

#page-carousel {
	padding-top: 50px;
	padding-bottom: 50px;
}

#page-carousel h5 {
	color: #012169;
	font-family: 'alright_sansBold';
	font-size: 22px;
	margin-bottom: 30px;
}

#page-carousel p {
	color: #343A40;
	font-family: 'alright_sansregular';
	font-size: 16px;
}

#page-carousel .card {
	width: 268PX;
	height: 400px;
	background-color: #012169;
}

#page-carousel .card:hover {
	background-color: #008DA8;
}

#page-carousel .card h3 {
	color: #ffffff;
	font-size: 18px;
	font-family: 'alright_sansMedium';
	margin-bottom: 10px;
}

#page-carousel .card-img {
	width: 230px;
	margin-bottom: 20px;
}

#page-carousel .card-text {
	color: #ffffff;
	font-family: 'alright_sansregular';
	font-size: 12px;
}

.slick-list {
	margin-top: 40px!important;
}

.slide-arrow.prev-arrow.slick-arrow {
	background: transparent;
	border: 0;
	position: relative;
	z-index: 1;
	left: 50px;
	bottom: 0;
}

.slide-arrow.next-arrow.slick-arrow {
	background: transparent;
	border: 0;
	position: absolute;
	z-index: 1;
	left: -6px;
	top: 0;
}

/* ---------- Subpages ---------- */

/* Footer 
-------------------------------------------------- */

footer {
	padding: 0;
}

.selected {}

footer .title.selected::after {
	content: '-';
}

footer .title::after {
	content: '+';
	float: right;
	vertical-align: middle;
	margin-left: auto;
	margin-right: 0;
}

section.footer {}

section.footer>.menu {
	height: auto;
	background-color: #212529;
	padding: 20px 0;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 20px;
}

section.footer>.menu a {
	font-family: 'alright_sansregular';
	color: #FFFFFF;
	text-decoration: none;
}

section.footer>.menu a:hover {color: #008DA8;}

.footer-subnav {
	display: none;
	margin-top: 10px;
}

section.footer>.menu .title {
	padding: 8px 0;
}

section.footer>.menu a:hover {}

section.footer>.appendix {
	height: 200px;
}

section.footer>.appendix a {
	color: #343A40;
	text-decoration: none;
	/* margin: 0 10px; */
}

section.footer>.appendix a:hover {}

p.site-links {
	margin-top: 20px;
}

.site-links a {
	margin: 0 10px;
}

.site-links a:first-child {
	margin-left: 0px;
}

.menu-col .link {
	display: block;
	padding-bottom: 14px;
}

#social-links {}

.social {
	display: inline-block;
	margin-right: 14px;
	/* margin-top: 25px; */
	width: 32px;
	height: 32px;
	background-image: url('/images/tpa/icon.linkedin.svg');
	background-repeat: no-repeat;
}

.social+.social {
	background-image: url('/images/tpa/icon.instagram.svg');
}

.social+.social+.social {
	background-image: url('/images/tpa/icon.twitter.svg');
}

.social+.social+.social+.social {
	background-image: url('/images/tpa/icon.youtube.svg');
}

/* Amerihealth Administrators - Main page 
	-------------------------------------------------- */

/* Homepage */

#administrators #logo-main {
	width: 134px;
}

#administrators #home-hero {
	height: 12em;
	margin-top: 65px;
	background-image: url('/images/tpa/img-hero-aha.jpg');
	background-size: cover;
	background-position-x: center;
	background-position-y: inherit;
}

.hero-box {
	background-color: rgb(0 141 168 / 80%);
	color: #ffffff;
	border-radius: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 14px 120px 80px 14px;
	position: absolute;
}

.hero-box #aha-hero1 {
	width: 300px;
	margin-bottom: 11px;
	display: block;
}

.hero-box #tpa-hero1 {
	width: 221px;
	margin-bottom: 11px;
	display: block;
}


.hero-box span {
	display: none;
}

.hero-box .btn-full {
	font-size: 15px;
	padding: 6px 24px;
}

.hero-box .btn-full:after {
	width: 0.5rem;
	height: 0.9rem;
	margin-top: -0.1rem;
	margin-left: 1rem;
	background-size: cover;
}

#administrators #home-why {
	background-color: #008DA8;
	height: 540px;
}


#administrators #home-why a {
	color: #ffffff;
}

#administrators #home-why a:hover {
	text-decoration:underline;
}



#administrators .why-items {
	top: 64%;
	font-size: 1.15rem;
}

#administrators #img-whyamerihealth {
	/* position: absolute; */
	top: 30px;
	/* width: 217px; */
}

#administrators .why-items img {
	width: 60px;
}

/* ===============================
	   tpa - Interior Content page 
	=============================== */

#administrators .subhead {
	height: 180px;
	margin-top: 65px;
	background-image: url(/images/tpa/tpa/img-tpa-hero1.jpg);
	background-size: cover;
	background-position-x: center;
	background-position-y: inherit;
}

/* About Us  */
#administrators .subhead#about {
	background-image: url(/images/tpa/heroes/hero-about.jpg);
}

#administrators .subhead#about-careers {
	background-image: url(/images/tpa/heroes/hero-about-careers.jpg);
}

#administrators .subhead#about-ourpeople {
	background-image: url(/images/tpa/heroes/hero-about-ourpeople.jpg);
}

#administrators .subhead#about-ourstory {
	background-image: url(/images/tpa/heroes/hero-about-ourstory.jpg);
}

/* Customers  */

#administrators .subhead#customers {
	background-image: url(/images/tpa/heroes/hero-customers.jpg);
}

#administrators .subhead#customers-partners {
	background-image: url(/images/tpa/heroes/hero-customers-partners.jpg);
}

#administrators .subhead#customers-selffunded {
	background-image: url(/images/tpa/heroes/hero-customers-selffunded.jpg);
}

#administrators .subhead#customers-tribal {
	background-image: url(/images/tpa/heroes/hero-customers-tribal.jpg);
}

#administrators .subhead#customers-unique {
	background-image: url(/images/tpa/heroes/hero-customers-unique.jpg);
}

/* Expertise  */

#administrators .subhead#expertise {
	background-image: url(/images/tpa/heroes/hero-expertise.jpg);
}

#administrators .subhead#expertise-flexibleplan {
	background-image: url(/images/tpa/heroes/hero-expertise-flexibleplan.jpg);
}

#administrators .subhead#expertise-customnetwork {
	background-image: url(/images/tpa/heroes/hero-expertise-customnetwork.jpg);
}

#administrators .subhead#expertise-clinicalprograms {
	background-image: url(/images/tpa/heroes/hero-expertise-clinicalprograms.jpg);
}

#administrators .subhead#expertise-analytics {
	background-image: url(/images/tpa/heroes/hero-expertise-analytics.jpg);
}

/* Resources  */

#administrators .subhead#resources {
	background-image: url(/images/tpa/heroes/hero-resources.jpg);
}

#administrators .subhead#resources-forbrokers {
	background-image: url(/images/tpa/heroes/hero-resources-forbrokers.jpg);
}

#administrators .subhead#resources-foremployers {
	background-image: url(/images/tpa/heroes/hero-resources-foremployers.jpg);
}

#administrators .subhead#resources-formembers {
	background-image: url(/images/tpa/heroes/hero-resources-formembers.jpg);
}

#administrators .subhead#resources-forproviders {
	background-image: url(/images/tpa/heroes/hero-resources-forproviders.jpg);
}

/* Services  */

#administrators .subhead#services {
	background-image: url(/images/tpa/heroes/hero-services.jpg);
}

#administrators .subhead#services-bpo {
	background-image: url(/images/tpa/heroes/hero-services-bpo.jpg);
}

#administrators .subhead#services-customized {
	background-image: url(/images/tpa/heroes/hero-services-customized.jpg);
}

#administrators .subhead#services-dedicated {
	background-image: url(/images/tpa/heroes/hero-services-dedicated.jpg);
}

#administrators .subhead#services-hpa {
	background-image: url(/images/tpa/heroes/hero-services-hpa.jpg);
}


#subtitle_nosubhead {
	margin-top: 65px;
}

#services.subhead {
	background-image: url(/images/tpa/tpa/img.subheader.jpg);
}

#administrators #subtitle,
#administrators #subtitle_nosubhead {
	background-color: #008DA8;
}

#subtitle,
#subtitle_nosubhead {
	font-size: 16px;
	padding: 10px 0;
	display: flex;
	align-items: center;
	height: 50px;
}

#subtitle span,
#subtitle_nosubhead span {
	font-family: 'alright_sansBold';
	color: #ffffff;
	font-size: 16px;
}

section.content {
	padding: 30px 0;
}

.content .card {
	background-color: #f1f1e7;
	border: 0;
}

.content .card h3 {font-size: 1.5rem;}

.content .card p{
 font-family: arial;
}

.content .card-img {
    margin-bottom: 20px;
	
}


#administrators section.content h1 {
	color: #3D5567;
	font-family: 'alright_sansMedium';
}

#administrators section.content h2 {
	color: #3D5567;
	font-family: 'alright_sansBold';
	text-align: left;
}

#administrators section.content h3 {
	color: #212529;
	font-family: 'alright_sansMedium';
}

#administrators section.content h4 {
	font-size: 1rem;
	color: #3D5567;
	font-family: 'alright_sansBold';
}

#administrators section.content h5 {
	color: #3D5567;
	font-family: 'arial';
	font-weight: bold;
}

#administrators section.content h5 {
	color: #3D5567;
	font-family: 'arial';
	font-weight: bold;
}

#administrators section.content ul li::before {
	content: "\2022";
	/* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #012169;
	/* Change the color */
	font-weight: bold;
	/* If you want it to be bold */
	display: inline-block;
	/* Needed to add space between the bullet and the text */
	width: .76em;
	/* Also needed for space (tweak if needed) */
	margin-left: -.9em;
	/* Also needed for space (tweak if needed) */
	/* font-size: 1.5em; */
}

#administrators section.content ul li ul li::before {
	content: "-";
	/* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #19829C;
	/* Change the color */
	font-weight: bold;
	/* If you want it to be bold */
	display: inline-block;
	/* Needed to add space between the bullet and the text */
	width: .76em;
	/* Also needed for space (tweak if needed) */
	margin-left: -1.4em;
	/* Also needed for space (tweak if needed) */
	font-size: 1.5em;
}

#administrators #home-cta {
	background-color: #008DA8;
	padding: 40px 0;
}

#administrators #home-cta h2 {
	color: #ffffff;
}

#administrators #home-cta h3 {
	color: #008DA8;
}

/* ==========================================================================
	576px - 768 custom css
========================================================================== */

@media (min-width: 576px) {
	/* Typography */
	h1,
	.h1 {
		margin-bottom: 35px;
		font-size: 2.5rem;
	}
	h2,
	.h2 {
		margin-bottom: 20px;
		font-size: 1.875rem;
	}
	h3,
	.h3 {
    font-size: 1.125rem;
}
	h4,
	.h4 {
		margin-bottom: 18px;
	}
	h5,
	.h5 {}
	section.content p {
		margin-bottom: 1rem;
	}
	/* Buttons */
	.ibx-btn {
		position: absolute;
		top: 10px;
		right: 100px;
	}
	header {
		/* height: 140px; */
		padding: 0;
	}

.homepage > header {
	top: 0;
}
	/* Head 
	-------------------------------------------------- */
	#logo-main {
		/* width: 176px; */
	}
	.searchForm {
		display: inline-block;
	}
	#super-nav {
		/* top: -6px; */
		/* right: 0; */
		/* width: 450px; */
		margin-top: 0;
		/* display: flex; */
		/* flex-direction: column; */
		/* align-items: flex-end; */
		justify-content: space-between;
		/* position: absolute; */
		padding-right: calc(var(--bs-gutter-x) * .5);
	}
	#super-nav a {
		display: inline-block;
		/* margin-left: 46px; */
		/* font-size: 14px; */
		font-family: 'alright_sansMedium';
		padding: 16px 0;
	}
	.navbar-nav {
		/* margin-left: auto; */
		margin-top: 0;
		/* position: relative; */
		/* flex-direction: row; */
	}
	#home-calls h2,
	#home-calls .h2,
	#home-cta h2,
	#home-cta .h2 {
		font-family: 'alright_sansBold';
		color: #012169;
		padding: 0 0 42px 0;
		margin: 0;
	}
	.sections {
		position: relative;
	}
	#home-hero {
		height: 39em;
		margin-top: 67px;
		position: relative;
	}
	#hero-selector span {
		color: #ffffff;
		font-size: 27px;
	}
	#home-hero {
		background-image: url('/images/tpa/tpa/img-tpa-hero1.jpg');
		background-size: cover;
		background-position-x: center;
		background-position-y: inherit;
	}
	#slide1 .text-start {
		position: relative;
		width: 450px;
		left: 60px;
		top: 130px;
		padding: 0;
	}
	#hero-selector {
		background-color: rgb(175 22 133 / 75%);
		border-radius: .8rem;
		padding: 39px;
		bottom: 44px;
		position: absolute;
		z-index: 1;
		width: 994px;
		height: 130px;
	}
	#home-calls {
		/* height: 540px; */
		background-color: #f1f1e7;
		padding: 40px 0;
	}
	#home-calls .card a,
	.btn-learnmore {
		color: rgb(175 22 133) !important;
		text-decoration: none;
		/* width: 100%; */
		/* display: block; */
		padding: 0 25px 0 0px;
	}
	#home-calls .card a::after,
	.btn-learnmore::after {
		position: relative;
		top: 0px;
		display: inline-block;
		padding-left: 0.8rem;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
		width: 25px;
		vertical-align: bottom;
		line-height: 1;
		content: url(/images/tpa/icon.arrow.magenta.svg);
	}
	#amerihealth #home-why {
		height: 500px;
	}
	#img-whyamerihealth {
		/* position: absolute; */
		top: 40px;
		/* left: 100px; */
		/* width: 300px; */
	}
	.why-items {
		top: 65%;
		font-size: 1.15rem;
	}
	.why-items .d-flex {
		padding-bottom: 12px;
	}
	.why-items .d-flex+.d-flex {
		padding-top: 12px;
	}
	.why-items .d-flex+.d-flex+.d-flex {
		border: none;
		padding-bottom: 0;
	}
	.why-items .flex-grow-1.ms-3 {}
	#home-cta {
		background-color: white;
		padding: 40px 0;
	}
	#home-cta img {
		margin-bottom: 20px;
	}
	.cta-beige {
		padding: 40px;
		height: 100%;
	}
	/* Main Structure
	-------------------------------------------------- */
	/* ---------- Homepage ---------- */
	.carousel-item#slide1 {
		height: 624px;
	}
	/* Page Carousel */
	#page-carousel {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#page-carousel h5 {
		color: #012169;
		font-family: 'alright_sansBold';
		font-size: 26px;
		margin-bottom: 15px;
	}
	#page-carousel p {
		color: #343A40;
		font-family: 'alright_sansregular';
		font-size: 18px;
	}
	#page-carousel .card {
		width: 243PX;
		height: 400px;
		background-color: #012169;
	}
	#page-carousel .card h3 {
		color: #ffffff;
		font-size: 18px;
		font-family: 'alright_sansMedium';
		margin-bottom: 10px;
	}
	#page-carousel .card-img {
		width: 209px;
		margin-bottom: 20px;
	}
	#page-carousel .card-text {
		color: #ffffff;
		font-family: 'alright_sansregular';
		font-size: 14px;
	}
	.slick-list {
		margin-top: 40px!important;
	}
	.slide-arrow.prev-arrow.slick-arrow {
		background: transparent;
		border: 0;
		z-index: 1;
		left: 50px;
		bottom: 0;
	}
	.slide-arrow.next-arrow.slick-arrow {
		background: transparent;
		border: 0;
		z-index: 1;
		left: -6px;
		top: 0;
	}
	/* Footer 
	-------------------------------------------------- */
	section.footer>.menu {
		/* height: 576px; */
	}
	/* Amerihealth Administrators - Main page 
	-------------------------------------------------- */
	#administrators #logo-main {
		width: 134px;
	}
	#administrators #home-hero {
		height: 18em;
	}
	#administrators #home-hero {
		height: 16em;
		margin-top: 65px;
	}
	
	.hero-box {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		padding: 64px;
		position: absolute;
	}
	.hero-box {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		padding: 51px 100px;
	}
	.hero-box #tpa-hero1 {
		width: 270px;
		margin-bottom: 24px;
		display: block;
	}
	.hero-box span {
		font-size: 24px;
		font-family: 'alright_sansMedium';
		/* display: block; */
		margin-bottom: 40px;
	}
	.hero-box .btn-full {
		font-size: 18px;
		padding: 6px 24px;
	}
	.hero-box .btn-full:after {
		width: 0.5rem;
		height: 0.9rem;
		margin-top: -0.1rem;
		margin-left: 1rem;
		background-size: cover;
	}
	#administrators .why-items {
		top: 62%;
		font-size: 1.15rem;
	}
	#administrators .why-items img {
		width: 60px;
	}
	#administrators #img-whyamerihealth {
		top: 35px;
		/* width: 230px; */
	}
	/* ===============================
	   tpa - Interior Content page 
	=============================== */
	#administrators .subhead,
	#subtitle_nosubhead {
		height: 270px;
	}
	#services.subhead {}
	#subtitle{
		height: 70px;
		font-size: 16px;
		padding: 10px 0;
		display: flex;
		align-items: center;
	}

	#subtitle_nosubhead {
		height: 60px;
		font-size: 16px;
		padding: 10px 0;
		display: flex;
		align-items: center;
	}
	#subtitle span,
	#subtitle_nosubhead span {
		font-size: 20px;
	}
	section.content {
		padding: 35px 0;
	}
	#administrators section.content h1 {
		color: #3D5567;
		font-family: 'alright_sansMedium';
	}
	#administrators section.content h2 {
	}
	#administrators section.content h3 {
	}
	#administrators section.content h4 {
	font-size: 1rem;
	}
	#administrators section.content h5 {
		color: #3D5567;
		font-family: 'arial';
		font-weight: bold;
	}
	#administrators section.content h5 {
		color: #3D5567;
		font-family: 'arial';
		font-weight: bold;
	}

	.grey-callouts .card-body {
		padding: 20px 28px;
	}
	
	.grey-callouts a {
		
	}
	
	.grey-callouts a.btn-full{

	}
}

/* ==========================================================================
	768 - 992 custom css
========================================================================== */

@media (min-width: 768px) {
	/* Typography */
	h1,
	.h1 {
		margin-bottom: 40px;
		font-size: 3rem;
	}
	h2,
	.h2 {
		font-size: 1.875rem;
		margin-bottom: 24px;
	}
	h3,
	.h3 {
    font-size: 1.125rem;
}
	h4,
	.h4 {
		margin-bottom: 20px;
	}
	h5,
	.h5 {}
	section.content p {
		margin-bottom: 1.2rem;
	}
	/* Buttons */
	#find-a-doctor {
		padding-left: 0;
	}
	header nav>ul.navbar-nav li a.ibx-btn {
		position: initial;
		top: initial;
		right: initial;
		color: #ffffff;
	}
	/* Header 
	-------------------------------------------------- */
	header>.container.header-container {
		flex-direction: column;
		justify-content: space-between;
		position: relative;
		max-width: 720px;
	}
	.logo {
		margin-left: 0;
		height: 50px;
	}
	nav {
		align-self: flex-start;
		margin: 0 0 0px 0;
		/* align-self: flex-end; */
		width: initial;
	}
	#logo-main {
		width: 200px;
		position: relative;
		top: 0;
	}
	/* Navigation */
	header {
		height: 140px;
		/* padding: 0; */
		border-bottom: 1px solid #cecece;
	}

	.homepage > header {
		top: 0;
	}
	.nav-link {
		font-size: 14px;
		padding: 8px 0;
		border: 0;
	}
	a.nav-link {
		border:0
	}
	.subnav-pane .col-3 {
		display: block;
	}
	.subnav-pane .col ul {
		padding-left: 2rem;
		border-left: 1px solid #cecece;
		margin-bottom: 0px;
	}
	.subnav-pane .col+.col ul {
		padding-left: 2rem;
		border-left: 0px;
	}
	.subnav-pane ul li {
		padding: 6px;
		font-size: 1.1em;
		font-family: 'alright_sansregular';
	}
	header nav>ul.navbar-nav li a {
		color: #212529;
	}
	.subnav-pane span {
		font-family: 'alright_sansMedium';
		color: #012169;
		margin-bottom: 10px;
		display: block;
	}
	.subnav-pane span.h5 {
		font-size: 1.5em;
	}
	.subnav-pane p {
		line-height: 1.5em;
	}
	.subnav-pane .col {
		/* border-left: 1px solid #cecece; */
	}
	.subnav-pane {
		position: absolute;
		padding: 20px 20px 40px;
		top: 122px;
		left: 0;
		margin-left: calc(-50vw + 50%);
		width: calc(100vw);
		background-color: #ffffff;
	}
	.navbar-nav>.nav-item {
		margin-left: 0px;
		padding-left: 0;
		position: relative;
		border: none;
	}
	

	.navbar-nav>.nav-item.selected .MainNav_underline:after{
		left: 0;
		right: auto;
		width: 100%;
	}

	.navbar-nav>.nav-item:nth-child(3n+6) {
		padding-left: 9px;
	}

	.navbar-nav>.nav-item:hover .MainNav_underline:after {
		left: 0;
	    right: auto;
	    width: 100%;
	}

	.MainNav_underline {
		display: inline;
		height: 3px;
		overflow: hidden;
		/* position: relative; */
	}

	.MainNav_underline:after{
		background: #012169;
	}

	.MainNav_underline:after{
		background: #012169;
		content: "";
		height: 3px;
		bottom: -18px;
		position: absolute;
		right: 0;
		-webkit-transition: width .4s cubic-bezier(.79,.14,.16,.86);
		transition: width .4s cubic-bezier(.79,.14,.16,.86);
		width: 0;
	}

	.dropdown-menu.show {
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
}
	.dropdown-menu.show {
    position: absolute;
}
	.navbar-nav {
		/* margin-left: auto; */
		margin-top: 13px;
		/* position: relative; */
		flex-direction: row;
		justify-content: space-between;
		width: 600px;
	}
	#super-nav {
		top: -1px;
		right: 0;
		width: 340px;
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
		position: absolute;
		padding-right: calc(var(--bs-gutter-x) * .5);
	}
	#super-nav a {
		display: inline-block;
		/* margin-left: 46px; */
		font-size: 14px;
		font-family: 'alright_sansMedium';
		padding: 0;
	} 

	#super-nav a:hover{
	color: #008DA8;
	}

	#super-nav .btn-secondary {
    font-size: 14px;
}

	#super-nav .dropdown-item {
    margin: 0;
    font-family: 'alright_sansMedium';
    padding: 8px 15px;
}
	.nav-line {
		margin-top: 11px;
		height: 50%;
		left: -10px;
	}
	.searchForm {
		order: 0;
	}
	.subnav-panels {
		position: absolute;
		background-color: #ffffff;
		border-top: 1px solid #dadada;
		top: 140px;
		width: 100%;
		padding: 30px;
		display: none;
	}
	.subnav-panels ul {
		font-family: 'alright_sansMedium';
	}
	.subnav-panels li {
		display: block;
		margin-bottom: 10px;
	}
	.subnav-panels .h4 {
		margin-bottom: 15px;
	}
	#navsub-service {
		/* display: none; */
		/* position: absolute; */
		/* background-color: #ffffff; */
		/* border-top: 1px solid #dadada; */
		/* top: -1px; */
		/* width: 100%; */
		/* padding: 30px; */
	}
	/* Main Structure
	-------------------------------------------------- */
	/* ---------- Homepage ---------- */
	#home-hero {
		height: 39em;
		margin-top: 140px;
	}
	#img-whyamerihealth {
		position: relative;
		top: 120px;
		left: 0;
		/* width: 340px; */
	}
	#home-calls .card-img {
		margin-bottom: 20px;
	}
	#home-cta img {
		margin-bottom: 0;
	}
	#amerihealth #home-why {
		height: 406px;
	}
	.why-items {
		top: 50%;
		font-size: 1.5rem;
	}
	.why-items img {
		width: initial;
	}
	#home-callCardsFull, .grey-callouts {
		padding: 40px 0;
	}
	#home-callCardsFull>.container {}
	#home-callCardsFull .card, .grey-callouts .card {
		margin-bottom: 25px;
		margin-top: 10px;
	}
	#home-callCardsFull h2 {
		padding-top: 0;
		margin-bottom: 20px;
	}
	#home-callCardsFull .card .card-img {
		margin-bottom: 20px;
		display: block;
	}
	#home-callCardsTitle {
		padding: 40px 0;
	}
	#home-callCardsTitle>.container {}
	#home-callCardsTitle .card {
		margin-bottom: 25px;
		margin-top: 10px;
	}
	#home-callCardsTitle h2 {
		padding-top: 0;
		margin-bottom: 20px;
	}
	#home-callCardsTitle .card .card-img {
		margin-bottom: 20px;
		display: block;
	}
	#home-callCardsMin>.container {}
	#home-callCardsMin .card {
		margin-bottom: 25px;
		margin-top: 10px;
	}
	#home-callCardsMin h2 {
		padding-top: 0;
		margin-bottom: 20px;
	}
	#home-callCardsMin .card .card-img {
		margin-bottom: 20px;
		display: block;
	}
	#home-why {
		height: 444px;
	}

	#administrators #home-why {
	height: 440px;
	}
	
	/* Page Carousel */
	#page-carousel {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#page-carousel h5 {
		color: #012169;
		font-family: 'alright_sansBold';
		font-size: 30px;
		margin-bottom: 17px;
	}
	#page-carousel p {
		color: #343A40;
		font-family: 'alright_sansregular';
		font-size: 19px;
	}
	#page-carousel .card {
		width: 221PX;
		height: 400px;
		background-color: #012169;
	}
	#page-carousel .card-body {}
	#page-carousel .card h3 {
		color: #ffffff;
		font-size: 20px;
		font-family: 'alright_sansMedium';
		margin-bottom: 10px;
	}
	#page-carousel .card-img {
		width: 187px;
		margin-bottom: 20px;
	}
	#page-carousel .card-text {
		color: #ffffff;
		font-family: 'alright_sansregular';
		font-size: 14px;
	}
	.slide-arrow.prev-arrow.slick-arrow {
		background: transparent;
		border: 0;
		z-index: 1;
		left: 52px;
		bottom: 0;
	}
	.slick-list {
		margin-top: 40px!important;
	}
	.slide-arrow.next-arrow.slick-arrow {
		background: transparent;
		border: 0;
		z-index: 1;
		left: -7px;
		top: 0;
	}
	/* Footer 
	-------------------------------------------------- */
	section.footer>.menu {
		/* height: 576px; */
		padding: 55px 0;
		line-height: 1.5;
		margin-bottom: 40px;
	}
	.footer .title {
		margin-bottom: 25px;
	}
	.footer-subnav {
		display: block;
		margin-top: 0;
	}
	section.footer>.menu .title {
		padding: 0;
	}
	footer .title.selected::after {
		content: '';
	}
	footer .title::after {
		content: '';
		float: initial;
		vertical-align: initial;
		margin-left: 0;
		margin-right: 0;
	}
	/* Amerihealth Administrators - Main page 
	-------------------------------------------------- */
	#administrators #logo-main {
		width: 170px;
	}
	#administrators #home-hero {
		height: 25em;
		margin-top: 140px;
	}
	.hero-box {
		width: 414px;
		height: 295px;
		left: initial;
		top: 40px;
		padding: 22px 30px;
		background-color: rgb(0 141 168 / 80%);
		border-radius: 10px;
	}
	.hero-box #tpa-hero1 {
		width: 300px;
		margin-bottom: 16px;
	}
	.hero-box span {
		font-size: 16px;
		font-family: 'alright_sansMedium';
		display: block;
		margin: 19px 0;
	}
	.hero-box .btn-full {
		font-size: 16px;
		padding: 8px 26px;
	}
	.hero-box .btn-full:after {
		width: 0.5rem;
		height: 0.9rem;
		margin-top: -0.1rem;
		margin-left: 1rem;
		background-size: cover;
	}
	#administrators .why-items {
		top: 50%;
		font-size: 1.25rem;
	}
	#administrators #img-whyamerihealth {
		top: 100px;
		/* width: 330px; */
	}
	#home-why p {
		font-size: 18px;
		top: 113px;
	}
	#administrators .why-items img {
		width: 70px;
	}
	/* ===============================
	   tpa - Interior Content page 
	=============================== */
	#administrators .subhead,
	#subtitle_nosubhead {
		height: 340px;
		margin-top: 140px;
	}
	#services.subhead {}
	#subtitle{
		height: 72px;
	}

	#subtitle_nosubhead {
		height: 60px;
	}

	#subtitle span {
		font-size: 22px;
	}

	#subtitle_nosubhead span {
		font-size: 20px;
	}

	
	section.content {
		padding: 40px 0;
	}
	#administrators section.content h1 {
		color: #3D5567;
		font-family: 'alright_sansMedium';
	}
	#administrators section.content h2 {
	}
	#administrators section.content h3 {
	}
	#administrators section.content h4 {
	font-size: 1rem;
	}
	#administrators section.content h5 {
		color: #3D5567;
		font-family: 'arial';
		font-weight: bold;
	}
	#administrators section.content h5 {
		color: #3D5567;
		font-family: 'arial';
		font-weight: bold;
	}


	/* */
	.grey-callouts .card-body {
		padding: 20px 28px;
	}
	
	.grey-callouts a {
		font-size: 1.125em;
	}
	
	.grey-callouts a.btn-full{

	}
}

/* ==========================================================================
	992+ custom css
========================================================================== */

@media (min-width: 992px) {
	/* Typography */
	h1,
	.h1 {
		margin-bottom: 50px;
		font-size: 3.125rem;
	}
	h2,
	.h2 {
		font-size: 2rem;
		margin-bottom: 30px;
	}
	h3,
	.h3 {
    font-size: 1.5rem;
}
	h4,
	.h4 {
		margin-bottom: 24px;
	}
	h5,
	.h5 {}
	section.content p {
		margin-bottom: 1.5rem;
	}
	/* Buttons */
	.logo {
		height: 68px;
	}
	#find-a-doctor {
		padding-left: 0;
	}
	/* Navigation */
	header {
		height: 140px;
		/* padding: 0; */
	}
	.homepage > header {
		top: 0;
	}
	nav {
		align-self: flex-end;
		flex-direction: column;
	}
	.nav-link {
		font-size: 15px;
	}
	.subnav-pane ul li {
		padding: 6px;
		padding: 6px;
		font-size: 1.2em;
	}
	.subnav-pane {
		top: 107px;
		left: 0;
	}
	.nav-line {
		margin-top: 10px;
		height: 55%;
		left: 0;
	}
	.navbar-nav>.nav-item {
		margin-left: 18px;
	}

		.MainNav_underline:after{

		bottom: -33px;
	
	}
	
	.navbar-nav>.nav-item:nth-child(3n+6) {
		padding-left: 18px;
	}
	
	.navbar-nav {
		margin-top: 34px;
		width: initial;
	}
	/* Head 
	-------------------------------------------------- */
	header>.container.header-container {
		flex-direction: row;
		justify-content: space-between;
		max-width: 960px;
	}
	#super-nav {
		top: 0;
		right: 0;
		width: initial;
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		justify-content: flex-end;
	}
	#super-nav a {
		display: inline-block;
		margin-left: 46px;
		font-size: 14px;
		font-family: 'alright_sansMedium';
	}
	#logo-main {
		width: 236px;
	}

	#super-nav .dropdown {
    margin-left: 40px;
}
	
	/* Main Structure
	-------------------------------------------------- */
	/* ---------- Homepage ---------- */
	#img-whyamerihealth {
		top: 120px;
		/* left: 60px; */
		/* width: 370px; */
	}
	#home-callCardsFull , .grey-callouts{
		padding: 42px 0;
	}
	#home-callCardsFull>.container {
		width: 990px;
	}
	#home-callCardsFull .card, .grey-callouts .card {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#home-callCardsFull h2 {
		padding-top: 0;
	}
	#home-callCardsFull .card .card-img {
		margin-bottom: 20px;
	}
	#home-callCardsTitle {
		padding: 42px 0;
	}
	#home-callCardsTitle>.container {
		width: 990px;
	}
	#home-callCardsTitle .card {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#home-callCardsTitle h2 {
		padding-top: 0;
	}
	#home-callCardsTitle .card .card-img {
		margin-bottom: 20px;
	}
	#home-callCardsMin {
		padding: 42px 0;
	}
	#home-callCardsMin>.container {
		width: 990px;
	}
	#home-callCardsMin .card {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#home-callCardsMin h2 {
		padding-top: 0;
	}
	#home-callCardsMin .card .card-img {
		margin-bottom: 20px;
	}
	#home-why {
		height: 444px;
	}
	/* Page Carousel */
	#page-carousel {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#page-carousel h5 {
		color: #012169;
		font-family: 'alright_sansBold';
		font-size: 31px;
		margin-bottom: 26px;
	}
	#page-carousel p {
		color: #343A40;
		font-family: 'alright_sansregular';
		font-size: 19px;
	}
	#page-carousel .card {
		width: 225PX;
		height: 416px;
		background-color: #012169;
	}
	#page-carousel .card h3 {
		color: #ffffff;
		font-size: 22px;
		font-family: 'alright_sansMedium';
		margin-bottom: 10px;
	}
	#page-carousel .card-img {
		width: 196px;
		margin-bottom: 20px;
	}
	#page-carousel .card-text {
		color: #ffffff;
		font-family: 'alright_sansregular';
		font-size: 14px;
	}
	.slick-list {
		margin-top: 0px!important;
	}
	.slide-arrow.prev-arrow.slick-arrow {
		background: transparent;
		border: 0;
		position: absolute;
		z-index: 1;
		left: -189px;
		bottom: 0px;
	}
	.slide-arrow.next-arrow.slick-arrow {
		background: transparent;
		border: 0;
		position: absolute;
		z-index: 1;
		left: -246px;
		bottom: 0px;
		top: initial;
	}
	/* Footer 
	-------------------------------------------------- */
	section.footer>.menu {
		/* height: 380px; */
	}
	/* Amerihealth Administrators - Main page 
	-------------------------------------------------- */
	#administrators #logo-main {
		width: 232px;
	}
	#administrators #home-hero {
		height: 32em;
		margin-top: 140px;
	}
	.hero-box {
		width: 552px;
		height: 391px;
		top: 60px;
		padding: 30px 45px;
	}

	.hero-box #aha-hero1 {
	    width: 464px;
	    margin-bottom: 11px;
	    display: block;
	}
	
	.hero-box #tpa-hero1 {
		width: 400px;
		margin-bottom: 24px;
	}
	.hero-box span {
		font-size: 21px;
		font-family: 'alright_sansMedium';
		display: block;
		margin: 28px 0;
	}
	.hero-box .btn-full {
		font-size: 18px;
		padding: 8px 30px;
	}
	.hero-box .btn-full:after {
		width: 0.5rem;
		height: 0.9rem;
		margin-top: -0.1rem;
		margin-left: 1rem;
		background-size: cover;
	}
	#administrators .why-items {
		top: 50%;
		font-size: 1.4rem;
	}
	#administrators #img-whyamerihealth {
		top: 96px;
		/* width: 400px; */
		padding-right:50px;
	}

	#home-why p {
		font-size: 18px;
		padding-right:50px;
	}
	
	#administrators .why-items img {
		width: initial;
	}
	/* ===============================
	   tpa - Interior Content page 
	=============================== */
	#administrators .subhead {
		height: 370px;
	}
	#services.subhead {}
	
	#subtitle {
		height: 85px;
	}

	#subtitle_nosubhead {
		height: 64px;
	}

	#subtitle_nosubhead {
		height: 64px;
	}
	
	#subtitle span{
		font-size: 24px;
	}

	#subtitle_nosubhead span{
		font-size: 20px;
	}
	section.content {
		padding: 45px 0;
	}
	#administrators section.content h1 {
		color: #3D5567;
		font-family: 'alright_sansMedium';
	}
	#administrators section.content h2 {
	}
	#administrators section.content h3 {
	}
	#administrators section.content h4 {
	font-size: 1.125rem;
	}
	#administrators section.content h5 {
		color: #3D5567;
		font-family: 'arial';
		font-weight: bold;
	}
	#administrators section.content h5 {
		color: #3D5567;
		font-family: 'arial';
		font-weight: bold;
	}
}

/* ==========================================================================
	1200+ custom css
========================================================================== */

@media (min-width: 1200px) {
	/* Typography */
	h1,
	.h1 {
		margin-bottom: 50px;
		font-size: 3.25rem;
	}
	h2,
	.h2 {
		margin-bottom: 30px;
		font-size: 2rem;
	}
	h3,
	.h3 {
    font-size: 1.5rem;
}
	h4,
	.h4 {
		margin-bottom: 24px;
	}
	h5,
	.h5 {}
	section.content p {
		margin-bottom: 1.5rem;
	}
	/* Buttons */
	/* Navigation */
	.homepage > header {
		height: 140px;
		padding: 0;
	}
	header>.container.header-container {
		max-width: 1140px
	}
	.nav-link {
		font-size: 16px;
	}
	.subnav-pane {
		top: 110px;
	}
	.nav-line {
		margin-top: 9px;
		height: 60%;
		left: 0;
	}
	.navbar-nav>.nav-item {
		margin-left: 20px;
	}

	.MainNav_underline:after {
    bottom: -30px;
}

	.navbar-nav>.nav-item:nth-child(3n+6) {
		padding-left: 20px;
	}
	
	.navbar-nav {
		margin-top: 2px;
	}
	/* Head 
	-------------------------------------------------- */
	#logo-main {
		width: 275px;
	}
	#super-nav {
		top: 0;
		/* margin-right: 12px; */
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		position: initial;
		/* align-self: flex-end; */
		justify-content: flex-end;
		padding-right: 0;
	}
	/* Main Structure
	-------------------------------------------------- */
	/* ---------- Homepage ---------- */
	.carousel-item#slide1 {
		height: 624px;
	}
	#img-whyamerihealth {
		top: 120px;
		/* left: 100px; */
		width: 404px;
	}
	/* Page Carousel */
	#page-carousel {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#page-carousel h5 {
		color: #012169;
		font-family: 'alright_sansBold';
		font-size: 32px;
		margin-bottom: 30px;
	}
	#page-carousel p {
		color: #343A40;
		font-family: 'alright_sansregular';
		font-size: 21px;
	}
	#page-carousel .card {
		width: 268PX;
		height: 416px;
		background-color: #012169;
	}
	#page-carousel .card h3 {
		color: #ffffff;
		font-size: 24px;
		font-family: 'alright_sansMedium';
		margin-bottom: 10px;
	}
	#page-carousel .card-img {
		width: 230px;
		margin-bottom: 20px;
	}
	#page-carousel .card-text {
		color: #ffffff;
		font-family: 'alright_sansregular';
		font-size: 16px;
	}
	.slide-arrow.prev-arrow.slick-arrow {
		background: transparent;
		border: 0;
		position: absolute;
		z-index: 1;
		left: -232px;
		bottom: 0px;
	}
	.slide-arrow.next-arrow.slick-arrow {
		background: transparent;
		border: 0;
		position: absolute;
		z-index: 1;
		left: -291px;
		bottom: 0px;
	}
	/* Footer 
	-------------------------------------------------- */
	/* Amerihealth Administrators - Main page 
	-------------------------------------------------- */
	#administrators #logo-main {
		width: 232px;
	}
	#administrators #home-hero {
		height: 39em;
		margin-top: 140px;
	}
	.hero-box {
		width: 684px;
		height: 486px;
		top: 69px;
		padding: 40px 84px;
	}
	.hero-box #tpa-hero1 {
		width: 450px;
		margin-bottom: 30px;
		display: block;
	}
	.hero-box span {
		font-size: 24px;
		font-family: 'alright_sansMedium';
		display: block;
		margin-bottom: 40px;
	}
	.hero-box .btn-full {
		font-size: 20px;
		padding: 8px 30px;
	}
	.hero-box .btn-full:after {
		width: 0.5rem;
		height: 0.9rem;
		margin-top: -0.1rem;
		margin-left: 1rem;
		background-size: cover;
	}
	#administrators .why-items {
		top: 50%;
		font-size: 1.5rem;
	}
	#administrators #img-whyamerihealth {
		/* position: absolute; */
		top: 99px;
		width: 430px;
	}
	#administrators .why-items img {
		width: initial;
	}
	/* ===============================
	   tpa - Interior Content page 
	=============================== */
	#administrators .subhead,
	#subtitle_nosubhead {
		height: 400px;
	}
	#services.subhead {
		margin-top: 140px;
	}
	#subtitle{
		height: 85px;
	}

	#subtitle_nosubhead {
		height: 64px;
	}

	#subtitle_nosubhead span {
		font-size: 20px;
	}
	
	#subtitle span{
		font-family: 'alright_sansBold';
		color: #ffffff;
		font-size: 24px;
	}
	section.content {
		padding: 50px 0;
	}
	#administrators section.content h1 {
		color: #3D5567;
		font-family: 'alright_sansMedium';
	}
	#administrators section.content h2 {
	}
	#administrators section.content h3 {
	}
	#administrators section.content h4 {
	font-size: 1.125rem;
	}
	#administrators section.content h5 {
		color: #3D5567;
		font-family: 'arial';
		font-weight: bold;
	}
	#administrators section.content h5 {
		color: #3D5567;
		font-family: 'arial';
		font-weight: bold;
	}
}

/* ==========================================================================
	1400+ custom css
========================================================================== */

@media (min-width: 1400px) {
	.navbar-nav>.nav-item {
		margin-left: 30px;
	}

	.navbar-nav>.nav-item:nth-child(3n+6) {
		padding-left: 30px;
	}
	header>.container.header-container {
		max-width: 1320px;
	}
	.slide-arrow.prev-arrow.slick-arrow {
		background: transparent;
		border: 0;
		position: absolute;
		z-index: 1;
		left: -272px;
		bottom: 0;
	}
	.slide-arrow.next-arrow.slick-arrow {
		background: transparent;
		border: 0;
		position: absolute;
		z-index: 1;
		left: -336px;
		bottom: 0;
	}
}