/* ==========================================================================
   Author's custom styles - Christian Annese 6/1/23
   ========================================================================== */

/* 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;
}


body,
p {
    font-family: Arial, Helvetica, sans-serif;
}

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

.small, small, .small a, small a {
    font-size: .875rem !important;
}

/* Typography */

h1,
.h1 {
    margin: 22px 0 22px 0;
    font-size: 2.125rem;
	letter-spacing: .1px; /* gab edit */
	color: #012169;
	
}

span.secondary-title {
    display: block;
    font-family: 'alright_sansregular';
    font-size: 2rem;
	color: #012169;
}

h2,
.h2 {
  	text-align: center;
    margin-bottom: 18px;
    font-size: 1.875rem;
  	letter-spacing: .1px; /* gab edit */
	text-align:left;
	color: #012169;
}

h3,
.h3 {
    font-size: 1.125rem;
	letter-spacing: .1px; /* gab edit */
	color: #012169;
}

h4,
.h4 {
    margin-bottom: 18px;
	letter-spacing: .1px; /* gab edit */
}

h5,
.h5 {
	font-family: 'alright_sansregular';
}

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;
}


section.content p.larger {
	font-size:1.188rem; /* gab edit */
}

section.content p {
	margin-bottom: 1.5rem;
	font-size:1.125rem; /* gab edit */
}

section.content a {
	font-size:1.125rem; /* gab edit */
}

section.content ul li,
section.content ol li {
	font-size:1.125rem; /* gab edit */
	padding-bottom: 0.25rem;
}


h3 span.subtitle {
    font-family: 'alright_sansRegular';
    font-size: .95rem;
	letter-spacing: .1px; /* gab edit */
}


span.secondary-title {
    display: block;
    font-family: 'alright_sansregular';
    font-size: 2rem;
}

.carousel-item {
    height: 12em;
}

/* FORM STYLES */

.bootstrap-select > .dropdown-toggle{
    background-color: #ffffff;
    border-radius: 0;
    font-family: 'alright_sansregular';
    font-size: 20px;
    color: #012169;
}

.bootstrap-select > .dropdown-toggle:after {
    margin-top: -1px;
    color: #AF1685;
}

.heroSelector {
    background-color: #ffffff;
}

.dropdown-item.active, .dropdown-item:active {
    color: #012169;
    text-decoration: none;
    background-color: transparent;
}

.bootstrap-select .dropdown-menu li a {
    border:0;
    font-family: 'alright_sansregular';
}

.bootstrap-select .dropdown-menu li a.bootstrap-select .dropdown-menu li a{
    border:0px
}

#hero-selector  .dropdown.bootstrap-select.my-select{
        width: 132px;
    }


#hero-selector  .dropdown.bootstrap-select.my-select+span+.dropdown.bootstrap-select.my-select{
    }

#btn-selector {
    position: relative;
    font-family: Arial;
    display: inline-block;
    vertical-align: top;
    left: 10px;
    width: 35px;
}

/* FAQs */

#letterlinks {
    margin-bottom: 30px;
}

#letterlinks a {
    font-size: 1.6em;
    font-weight: bold;
    color: rgb(175 22 133);
    text-decoration: none;
    margin-right: 0.6em;
}

#letterlinks a:hover {

    color: #012169;
    /* updated */

}

dt {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    color: #012169;
    /* updated */
    font-weight: bold;
}

.letterhead {
    margin-top: 1.8em;
}

dd {
    color: #282828;
    margin-left: 1em;
    margin-right: 8em;
}

.toplink {
    color: #007db6;
    padding: 12px;
    position: fixed;
    bottom: 2em;
    right: 2em;
}

.accordion-button:not(.collapsed) { /* gab edited */
	color: #012169;
	background-color: #E2E5ED;
}

.accordion-body p,
.accordion-body ul li,
.accordion-body ol li,
.accordion-body a,
dl dd,
dl dd a,
table tbody p,
table tbody a {
    font-size:16px !important;
}



/* ==========================================================================
	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/ah/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/ah/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/ah/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-more {
    position: relative;
    display: inline-block;
    border-radius: 2rem;
    border: 1px solid #AF1685;
    background-color: #AF1685;
    color: #fff;
    padding: 9px 16px 7px;
    white-space: nowrap;
    line-height: 1.5; /* gab edit */
    font-size: 1rem;
	font-weight: bold; /* gab edit */
    text-align: center;
    vertical-align: middle;
    font-family: "alright_sansMedium"; /* gab edit */
    -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-more::after {
    content: '';
    background-image: url(/images/ah/icon-white.arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.5rem;
    height: 0.9rem;
    display: inline-block;
    margin-top: -0.1rem;
    margin-left: 0.5rem;
    vertical-align: middle;
    font-family: "AlrightSans-Regular";
}

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

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

.callout-row .card .btn-more,
.btn-more.darkblue {
    width: fit-content;
    /* margin-left: auto;
    margin-right: auto; */
    margin-top: 10px;
    background: #AF1685;
    border-color: #AF1685;
    font-size: .9rem;
    margin-top: 0;
}

#cta.sections ul li::before {
    content: "\2022";
    color: #012169;
    font-weight: bold;
    display: inline-block;
    width: 0.76em;
    margin-left: -0.9em;
}

#cta.sections ul li ul li::before {
	content: "-";
	color: #19829C;
	font-weight: bold;
	display: inline-block;
	width: .76em;
	margin-left: -1.4em;
	font-size: 1.5em;
}

.callout-row .card .btn-more:hover,
.btn-more.darkblue:hover {
    background-color: white;
}

.callout-row .card .btn-more:hover:after,
.btn-more.darkblue:hover:after {
    content: '';
    background-image: url(/images/ah/icon-magenta.arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.5rem;
    height: 0.9rem;
    display: inline-block;
    margin-top: -0.1rem;
    margin-left: 0.5rem;
    vertical-align: middle;
    font-family: "AlrightSans-Regular";
}




.btn-full {
    /* position: absolute; */
    margin-top: 30px;
    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/ah/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;
}

#level1-hero .btn-full {
    background-color: #AF1685;
    border: 1px solid #AF1685;
    color: #ffffff;
    margin-top: 14px;
}

#level1-hero .btn-full::after {
    background-image: url(/images/ah/icon-white.arrow.svg);
}

#level1-hero .btn-full:hover {
    color: #AF1685;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

#level1-hero .btn-full:hover:after {
    background-image: url(/images/ah/icon.arrow.magenta.svg);
}



/* 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: #AF1685;
}

.subnav-pane ul li a::after {
    content: '';
    background-repeat: no-repeat;
    background-image: url(/images/ah/icon-magenta.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/ah/icon-magenta.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: #012169;
}



#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;
}

header {
    background-color: white;
    height: 65px;
    padding: 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;
}


.super-nav a.nav-link:last-child {
    bottom: 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;
}

/* 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: rgb(175 22 133 / 100%);
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: none;
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-color: rgb(175 22 133 / 100%);
    --bs-btn-active-bg: transparent;
    --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(175 22 133 / 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  */



.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,
#cta h2,
#cta .h2,
#home-cta h2 {
    font-family: 'alright_sansBold';
    padding-bottom: 24px;
    padding-top: 0;
}

#cta h2 {
    color: #ffffff;
}

#home-calls h2 {
    color: #012169;
}

#home-cta h2 {
    color: #012169;
}


.sections {
    position: relative;
}

#level1-hero {
    height: 12em;
    margin-top: 0;
    position: relative;
}

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

#hero-selector .my-select span {
    color:#012169;
}

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

.carousel-item {
    background-size: cover;
    background-position-x: center;
    background-position-y: inherit;
}

#homeCarousel .carousel-item#slide1 {
    background-image: url('/images/ah/img-hero1.jpg');
}

#homeCarousel .carousel-item#slide2 {
    background-image: url('/images/ah/img-hero1.jpg');
}

#homeCarousel .carousel-item#slide3 {
    background-image: url('/images/ah/img-hero1.jpg');
}

#ExploreCarousel-lvl1 .carousel-item#slide1 {
    background-image: url('/images/ah/slide1-explore.jpg');
}

#StayHealthyCarousel-lvl1 .carousel-item#slide1 {
    background-image: url('/images/ah/img-hero1.jpg');
}

#Resources-lvl1 .carousel-item#slide1 {
    background-image: url('/images/ah/img-hero1.jpg');
}

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

#hero-selector {
    background-color: rgb(175 22 133 / 75%);
    border-radius: 0;
    /* position: absolute; */
    padding: 11px 18px;
    bottom: -60px;
    z-index: 3;
    width: 514px;
    height: 58px;
    display: none;
}

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

#home-calls h1 {
    font-family: 'alright_sansBold';
    color: #012169;
    padding: 0 0 42px 0;
    margin: 0;
    font-size: 1.5rem;
    text-align: center;
}

#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:hover,
.btn-learnmore:hover {
    color: #012169;
}

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

#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: middle; /* gab edit */
    line-height: 1;
    content: url(/images/ah/icon.arrow.magenta.svg);
}

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

.card-body h4.card-title {  /* gab edit */
	font-family: 'alright_sansMedium';
	font-size: 1.438rem;
	color:#012169;
}

.card-body h3.card-title { /* gab edit */
	margin-bottom:10px !important;
}

#home-calls .card-body h3.card-title { /* gab edit */
	font-family: 'alright_sansMedium';
	color:#012169;
}

.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/ah/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 .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;
}

#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;
    /* width: 260px; */
    /* margin: 0 auto; */
    margin-top: 60px;
    color: #ffffff;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

#home-why p {
    font-size: 22px;
    position: relative;
    margin-top: 15px;
    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 {}

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

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

#home-cta,
#cta {
	font-size: 1.2rem;
}

#home-cta h5 { /* gab edit */
	font-size: 1.6rem; 
	font-family: 'alright_sansregular';
}

#cta img,
#home-cta img { /* gab edit */
    margin-bottom: 20px;
    border-radius: 10px;
}

.cta-beige {
    background-color: #E2E5ED;
    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;
}

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

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


/* testimonial */

.testimonial>.card-body {
    padding: 30px 30px;
}

.testimonial h2.card-title {
    color: #3D5567;
    text-align: center;
    margin-bottom: 26px;
}

.testimonial .card-text {
    text-align: center;
}

/* 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;
    margin-bottom:0px
}

#page-carousel .card:hover {
    background-color: #3D5567;
}

#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;
}
                          
/* ==========================================================================
	Tables
========================================================================== */
              
.table {
	/* border: 0; */
	font-family: arial;
}

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

.table thead tr {
    border: none;
}

.table thead th {
    color: #ffffff;
    background-color: #012169;
    border-width: 0px 1px; /* added in */
    /* border-color: #012169; added in */
}

.table thead tr th:first-child {
    background-color: #ffffff;
}

.table>:not(caption)>*>* {
	--bs-table-striped-bg: #E2E5ED;
}

.table.table-striped .nested {
	padding:0px;
}

.table.table-borderless {
	margin-bottom:0px;
}

.table ul li {
    font-size:inherit !important;
}
                          
/*.table {
    font-family: arial;
}

.table thead tr {
    border: none;
}

.table thead th {
    color: #ffffff;
    background-color: #012169;
    border-width: 0px 1px;
    border-color: #012169;
}

.table thead th.empty {
    background-color: transparent;
    border:none !important;
}

.table ul li {
    font-size:inherit !important;
}

.table th {
    color: #3D5567;
}

*/

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

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


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

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


/* ==========================================================================
	Comparison Chart
========================================================================== */

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
	margin-bottom: 1.5rem;
}

.table.comparison-chart {
	margin-bottom: 2.5rem;
	width: 100%;
    max-width: 100%;
    background-color: transparent;
}

.table.comparison-chart thead th {
    color: #f4f4f4;
    padding: 5px 8px;
    border: #d8d8d8 solid thin;
	vertical-align: bottom;
}
  
.table thead th.empty {
    background-color: transparent;
    border:none;
}

.table.comparison-chart tbody {
	vertical-align: top;
}

.comparison-chart .clickable td:nth-child(1) {
	width: 5%; 
	vertical-align: top;
}

.comparison-chart .clickable td:nth-child(2) {
	width: 25%; 
}

.comparison-chart .clickable td + td + td {
	width: 14%; 
}

.comparison-chart .clickable td:nth-child(2) h5 {
    display: inline;
}

.comparison-chart .clickable td:nth-child(2) img {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: -6px;
    margin-right: 5px;
}

.table.comparison-chart tbody tr td {
    border: #d8d8d8 solid thin;
    padding: 5px 8px;
	background-color: #E2E5ED;
}

.table.comparison-chart tbody tr td tr td {
	border:none;
}

.table.comparison-chart .hiderow table {
    width: 100%;
}

.comparison-chart .hiderow table>tbody>tr>td ul {
    margin: 0;
}

@media (min-width: 540px) {

	.table.comparison-chart thead th,
	.table.comparison-chart tbody tr td {
    padding: 10px 15px;
	}

}

.comparison-chart .arrow {
    background: transparent url('/images/ah/plus_minus.svg') no-repeat scroll 0px -25px;
    width: 25px;
    background-size: 100%;
    height: 25px;
    display: block;
    position: relative;
    margin: 0 auto;
}

.comparison-chart .arrow.up {
    background: transparent url('/images/ah/plus_minus.svg') no-repeat scroll 0px 0px;
    background-size: 100%;
}



.comparison-chart .hiderow table>tbody>tr>td ul.legend {
    margin-top: 12px
}

.legend-container {
    background: #f8fbfd;
    border: 1px solid #cbd8df;
    padding: 25px 10px 10px 31px;
    margin: 0 4px 15px;
}

.legend-container ul li {
    padding: 0;
    margin: 0 0 10px 0;
}

.legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

.legend li {
    list-style: none !important;
    background: none !important;
}

.legend li::before {
	content: " " !important;
}

.legend li a {
    border: 0;
}

.legend img {
    width: 30px;
    height: 30px;
}

.hiderow .legend.list-inline li {
	display: inline-block;
	padding-right: 18px;
}

.hiderow .legend.list-inline li:first-child {
	padding-left: 9px;
}

.tTip {
	display: inline-block !important;
}

.footnotes {
    border-top: 1px solid #333;
    padding-top: 20px;
    font-size: .75rem;
}

.footnotes #footnote {
	font-size: .75rem;
}

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

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

footer {
    padding: 10px;
}

.selected {}

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

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

section.footer {
	padding:10px;
}

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: #AF1685;
}

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

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

section.footer>.menu a:hover {}

section.footer>.appendix {
    /* height: 230px; */
}

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

section.footer>.appendix a:hover {
	color:#AF1685;
	text-decoration: underline;
}

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

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

.site-links a:hover {
	color:#AF1685;
	text-decoration: underline;
}

.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/ah/icon.facebook.svg');
    background-repeat: no-repeat;
}

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

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

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

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

/* 
	-------------------------------------------------- */

/* Homepage */

#logo-main {
    width: 134px;
}


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

#level1-txt1 {
    width: 210px;
    display: block;
    position: relative;
}

.hero-box {
    background-color: rgb(1 33 105 / 75%);
    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;
}

#home-why {
    height: 540px;
}


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

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



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

#img-whyamerihealth {
    font-size: 39px;
}

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

/* ===============================
	 Interior Content page 
=============================== */

/* Level 1*/

#lvl1 .sections.subhead {
    margin-top: 0;
}

#info-bar {}

#info-bar .btn-more.darkblue {
    /* margin-top:10px; */
    background: #012169;
    border-color: #012169;
}


#info-bar .btn-more.darkblue:hover {
    /* margin-top:10px; */
    color: #012169;
    background: #ffffff;
}


#info-bar .btn-more.darkblue:hover:after {
    content: '';
    background-image: url(/images/ah/icon.arrow.darkblue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.5rem;
    height: 0.9rem;
    display: inline-block;
    margin-top: -0.1rem;
    margin-left: 0.5rem;
    vertical-align: middle;
    font-family: "AlrightSans-Regular";
}

#info-bar {
    font-size: 16px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    height: 109px;
    background-color: #E2E5ED;
    margin-top: 65px;
}

#info-bar .container {
    max-width: 100%;
}

#info-bar span>span {
    font-family: 'alright_sansregular';
    /* font-size: 16px; */
    margin-right: 20px;
}

#info-bar span {
    font-family: 'alright_sansBold';
    color: #012169;
    font-size: 15px;
}

#info-bar.thin {
    height: 50px;
}

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

/* About us  */
.subhead#about {
    background-image: url(/images/ah/hero-about.jpg);
}
 
.subhead#about-corporate {
    background-image: url(/images/ah/hero-about.jpg);
}
 
.subhead#about-careers {
    background-image: url(/images/ah/hero-about.jpg);
}
 
.subhead#about-people {
    background-image: url(/images/ah/hero-about.jpg);
}
 
.subhead#about-why {
    background-image: url(/images/ah/hero-about.jpg);
}
 
/* Explore plans  */
 
.subhead#explore {
    background-image: url(/images/ah/hero-explore.jpg);
}
 
.subhead#explore-individuals {
    background-image: url(/images/ah/hero-explore-individuals-families.jpg);
}
 
.subhead#explore-individuals-basics {
    background-image: url(/images/ah/hero-explore-basics.jpg);
}
 
.subhead#explore-individuals-plans {
    background-image: url(/images/ah/hero-explore-plans.jpg);
}
 
.subhead#explore-individuals-enroll {
    background-image: url(/images/ah/hero-explore-enroll.jpg);
}
 
.subhead#explore-employers {
    background-image: url(/images/ah/hero-explore-employers.jpg);
}
 
 
/* Get care  */
 
.subhead#get-care {
    background-image: url(/images/ah/hero-get-care.jpg);
}
 
.subhead#get-care-find-doctors {
    background-image: url(/images/ah/get-care-find-doctors.jpg);
}
 
.subhead#get-care-prescription-drug {
    background-image: url(/images/ah/get-care-prescription-drug.jpg);
}
 
.subhead#get-care-behavioral {
    background-image: url(/images/ah/get-care-behavioral.jpg);
}
 
.subhead#expertise-analytics {
    background-image: url(/images/ah/hero-get-care.jpg);
}
 
/* Stay healthy  */
 
.subhead#stay-healthy {
    background-image: url(/images/ah/hero-stay-healthy.jpg);
}
 
/* Resources  */
 
.subhead#resources {
    background-image: url(/images/ah/hero-resources.jpg);
}
 
.subhead#resources-for-brokers {
    background-image: url(/images/ah/hero-resources-brokers.jpg);
}
 
.subhead#resources-for-employers {
    background-image: url(/images/ah/hero-resources-employers.jpg);
}
 
.subhead#resources-for-members {
    background-image: url(/images/ah/hero-resources-members.jpg);
}
 
.subhead#resources-for-providers {
    background-image: url(/images/ah/hero-resources-providers.jpg);
}

.subhead#medicaid-enrollment {
    background-image: url(/images/ah/hero-medicaid-enrollment.jpg);
}

#subtitle_nosubhead {
    margin-top: 65px;
}

/* #explore.subhead {
    background-image: url(/images/ah/tpa/hero-expertise-flexibleplan.jpg);
}
 */
#subtitle,
#subtitle_nosubhead {
    background-color: #012169;
}

#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 .col-3>.card,
.content .col-md-4>.card,
.col>.card {
    background-color: #E2E5ED;
    border: 0;
    margin-bottom: 40px
}

section.content .callout-row h2 {
    text-align: center;
}

.callout-row .card {
    /* text-align: center; gab edit */
    width: 100%;
}

.callout-row .card h2,
.content .card h3 {
    text-align: center;
}

.callout-row .card .card-text {
    margin-top: 30px;
    margin-bottom: 40px;
    font-family: 'alright_sansregular';
}

#home-calls .card,
.row-callouts .card {
    background-color: #ffffff;
    border: 0;
    width: 100%;
}

.content .card h3 {
    font-size: 1.2rem;
    color: #012169;
	text-align: left /* gab edit */
}

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

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

}


section.content h1 {
    color: #012169;
    font-family: 'alright_sansMedium';
}

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

section.content h3 {
    color: #3D5567;
    font-family: 'alright_sansBold'; /* gab edit */
}

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

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

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; */
}

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;
}

#cta,
#home-cta {
    padding: 40px 0;
}

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

#cta h3 {
    color: #012169;
}

.card-body h4.card-title {
	font-size: 1.25rem;
}

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

@media (min-width: 576px) {

    /* Typography */
    h1,
    .h1 {
        margin: 20px 0 20px 0;
        font-size: 2rem;
		color: #012169;
    }

    h2,
    .h2 {
        margin-bottom: 20px;
        font-size: 1.875rem;
		color: #012169;
		text-align:left;
    }

    h3,
    .h3 {
        font-size: 1.5rem;
		 color: #012169;
    }

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

    h5,
    .h5 {}

    section.content p {
        margin-bottom: 0;
    }

    /* Buttons */
    .ibx-btn {
        position: absolute;
        top: 10px;
        right: 100px;
    }

    header {
        /* height: 140px; */
        padding: 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,
    #cta h2,
    #cta .h2 {
        font-family: 'alright_sansBold';
        /* color: #012169; */
        padding: 0 0 42px 0;
        margin: 0;
    }

    .sections {
        position: relative;
    }

    .carousel-inner {
        overflow: initial;
    }

    #level1-hero {
        height: 39em;
    }

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

    #home-hero {
        background-image: url('../img/img-tpa-hero1.jpg');
        background-size: cover;
        background-position-x: center;
        background-position-y: inherit;
    }

    #slide1 .text-start {
        position: relative;
        width: 260px;
        left: 0;
        top: 50px;
        padding: 0;
    }

    #hero-selector {
        background-color: rgb(175 22 133 / 100%);
        border-radius: 0;
        padding: 11px 18px;
        bottom: -58px;
        z-index: 3;
        width: 100%;
        height: 58px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: block;
    }

    #home-calls {
        /* height: 540px; */
        padding: 40px 0;
    }

    #home-calls .card a,
    .btn-learnmore {
        color: rgb(175 22 133);
        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: middle; /* gab edit */
        line-height: 1;
        content: url(/images/ah/icon.arrow.magenta.svg);
        margin-right: -25px;
    }

    #amerihealth #home-why {
        height: 500px;
    }

    #img-whyamerihealth {
        font-size: 49px;
		font-family: 'alright_sansBold';
    }

    #home-why p {
    position: relative;
}

    .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 {}

    #cta {
        padding: 40px 0;
    }

    #cta img {
        margin-bottom: 20px;
    }

    .cta-beige {
        padding: 40px;
        height: 100%;
    }

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

    /* ---------- Homepage ---------- */
    .carousel-item#slide1,
    .carousel-item#slide2,
    .carousel-item#slide3 {
        height: 288px;
    }

    /* 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 
	-------------------------------------------------- */
    #logo-main {
        width: 134px;
    }

    #hero-selector span {
        font-size: 12px;
    }

    #level1-hero {
        height: 18em
    }

    #home-hero {
        height: 18em;
        margin-top: 65px;
    }

    .hero-box {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 30px 64px;
        position: absolute;
    }

    #level1-txt1 {
        width: 270px;
        top: 0;
    }


    .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;
    }

    .why-items {
        top: 62%;
        font-size: 1.15rem;
    }

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

    #img-whyamerihealth {
    font-size: 38px;
    }

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


    /* Level 1 */
    section.content.lines .row {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #info-bar {
        height: 70px;
        font-size: 16px;
        padding: 10px 0;
        display: flex;
        align-items: center;
    }

    #info-bar .container {
        max-width: 100%;
    }

    #info-bar span>span {
        margin-right: 20px;
    }

    #info-bar span {
        font-size: 14px;
    }

    .subhead,
    #subtitle_nosubhead {
        height: 270px;
    }

    #explore.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;
    }

    section.content h1 {
        font-family: 'alright_sansMedium';
    }

    section.content h2 {}

    section.content h3 {}

    section.content h4 {
        font-size: 1rem;
    }

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

    section.content a {
		font-size:1.125rem; /* gab edit */
	}

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

    .grey-callouts a {}

    .grey-callouts a.btn-full {}

    /* FORM STYLES */
    .custom-select {
        width: 101px;
        font-size: 12px;
    }

    .dropdown.bootstrap-select.my-select+span+.dropdown.bootstrap-select.my-select{width: 161px;}
    .bootstrap-select > .dropdown-toggle{
        font-size: 14px;
        line-height: initial;
    }

    #btn-selector {
        left: 10px;
        width: 35px;
    }

}


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

@media (min-width: 768px) {

    /* Typography */
    h1,
    .h1 {
        margin: 30px 0 30px 0;
        font-size: 2.3rem;
		color: #012169;
    }

    h2,
    .h2 {
        font-size: 1.875rem;
        margin-bottom: 24px;
		color: #012169;
		text-align:left;
    }

    h3,
    .h3 {
        font-size: 1.7rem;
		 color: #012169;
    }

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

    h5,
    .h5 {}

    section.content p {
        margin-bottom: 0; 
    }

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

    h3 span.subtitle {
        font-size: .9rem;
    }

    #home-calls h1 {
        font-size: 1.6rem;
    }

    /* Buttons */
    #find-a-doctor {
        padding-left: 0;
    }

    header nav>ul.navbar-nav li a.ibx-btn {
        position: initial;
        top: initial;
        right: initial;
        color: #ffffff;
    }

    .btn-more {
        font-size: .9rem;
        padding: 9px 16px 7px;
    }

    /* 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;
    }

    .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: -19px;
        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;
    }

    .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: 360px;
        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 .dropdown-item {
        margin: 0;
        font-family: 'alright_sansMedium';
        padding: 8px 15px;
    }

    #super-nav a:hover {
        color: #AF1685;
    }

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

    
    .dropdown-menu.show {
        border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    }

    .dropdown-menu.show {
        position: absolute;
    }

    .nav-line {
        margin-top: 11px;
        height: 50%;
        left: 0;
    }

    .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 {}

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

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

    #level1-hero {
        height: 25em;
    }

    #home-hero {
        height: 39em;
        margin-top: 140px;
    }

    #img-whyamerihealth {
        position: relative;
        left: 0;
    }

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

    #cta img {
        margin-bottom: 0;
    }

    #cta img,
    #home-cta img {
        margin-bottom: 0px;

    }

    #amerihealth #home-why {
        height: 406px;
    }

    .why-items {
        top: 50%;
        font-size: 1.5rem;
    }

    .why-items img {
        width: initial;
    }

    .carousel-item#slide1,
    .carousel-item#slide2,
    .carousel-item#slide3 {
        height: 25em;
    }

    #slide1 .text-start {
        position: relative;
        width: 290px;
        left: 0;
        top: 80px;
        padding: 0;
    }

    #hero-selector {
        border-radius: .8rem;
        padding: 15px 26px;
        top: 160px;
        z-index: 3;
        width: 100%;
        height: 64px;
    }

    #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;
    }

    #home-why {
        height: 440px;
    }

    h2#img-whyamerihealth {
        font-size: 41px;
        margin-top:120px;
    }
    
    /* 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 
	-------------------------------------------------- */
    #logo-main {
        width: 170px;
    }

    #hero-selector span {
        font-size: 16px;
    }

    #home-hero {
        height: 25em;
        margin-top: 140px;
    }

    #level1-txt1 {
        width: 320px;
    }


    .hero-box {
        width: 414px;
        height: 295px;
        left: initial;
        top: 40px;
        padding: 22px 30px;
        background-color: rgb(1 33 105 / 75%);
        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;
    }

    .why-items {
        top: 50%;
        font-size: 1.25rem;
        width: 340px;
    }

    #img-whyamerihealth {

    }

    #home-why p {
        font-size: 18px;
        margin-top:20px;
    }

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

    /* ===============================
	    Interior Content page 
	=============================== */



    /* Level 1 */
    section.content.lines .row {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #info-bar {
        margin-top: 140px;
        height: 70px;
    }

    #info-bar.thin {
        height: 56px;
    }

    #info-bar .btn-more.darkblue {
        margin-top: 10px;
    }


    #info-bar .container {
        max-width: 720px;
    }

    #info-bar .btn-more.darkblue {
        margin-top: 0px;
        margin-left: 20px;
    }

    #info-bar span {
        font-size: 19px;
    }

    .subhead,
    #subtitle_nosubhead {
        height: 340px;
        /* margin-top: 140px; */
    }

    #explore.subhead {}

    #subtitle {
        height: 72px;
    }

    #subtitle_nosubhead {
        height: 60px;
    }

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

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

    /* Level 1 */
    seciont.content.lines .row {}

    .content .col-3>.card,
    .content .col-md-4>.card {

        margin-bottom: 0
    }

    .callout-row .col>.card { /* gab edit */
        margin-bottom: 40px
    }




    section.content {
        padding: 40px 0;
    }

    section.content h1 {
        font-family: 'alright_sansMedium';
    }

    section.content h2 {}

    section.content h3 {}

    section.content h4 {
        font-size: 1rem;
    }

    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 {}

    /* FORM STYLES */
    .custom-select {
        width: 121px;
        font-size: 16px;
    }

     #hero-selector .dropdown.bootstrap-select.my-select{
        width: 133px;
    }
    
    #hero-selector .dropdown.bootstrap-select.my-select+span+.dropdown.bootstrap-select.my-select{
        width: 254px;
    }

    .bootstrap-select > .dropdown-toggle{
        font-size: 16px;
    }
    #btn-selector {
        left: 10px;
        width: 35px;
    }

}

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

@media (min-width: 992px) {

    /* Typography */
    h1,
    .h1 {
        margin: 30px 0 30px 0;
        font-size: 2.7rem;
		color: #012169;
    }

    h2,
    .h2 {
        font-size: 2rem;
        margin-bottom: 30px;
		color: #012169;
		text-align:left;
    }

    h3,
    .h3 {
        font-size: 1.5rem;
		 color: #012169;
    }

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

    h5,
    .h5 {}

    section.content p {
        margin-bottom: 0;
    }

	section.content p.larger {
		font-size:1.35rem; /* gab edit */
    }

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

    h3 span.subtitle {
        font-family: 'alright_sansRegular';
        font-size: 1.1rem;
    }

    #home-calls h1 {
        font-size: 2rem;
    }

    /* Buttons */
    .logo {
        height: 69px;
    }

    #find-a-doctor {
        padding-left: 0;
    }

    /* Navigation */
    header {
        height: 140px;
        /* padding: 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: -32px;
    }

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

    .navbar-nav {
        margin-top: 34px;
        width: initial;
    }

    .btn-more {
        font-size: .9rem;
        padding: 8px 26px; /* gab edit */
    }

    /* 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 .dropdown {
    margin-left: 40px;
}
    #super-nav a {
        display: inline-block;
        margin-left: 46px;
        font-size: 14px;
        font-family: 'alright_sansMedium';
    }

    #logo-main {
        /* width: 236px; */
    }

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

    
    h2#img-whyamerihealth {
        font-size: 47px;
        margin-top: 135px;
    }
    

    #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;
    }

    .carousel-item#slide1,
    .carousel-item#slide2,
    .carousel-item#slide3 {
        height: 32em;
    }

    #slide1 .text-start {
        position: relative;
        width: 374px;
        /* left: 60px; */
        top: 78px;
        padding: 0;
    }

    #hero-selector {
        padding: 24px;
        top: 170px;
        height: 95px;
    }

    .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 
	-------------------------------------------------- */
    #logo-main {
        width: 232px;
    }

    #hero-selector span {
        font-size: 20px;
        margin-right: 6px;
        margin-left: 6px;
    }

    #level1-hero {
        height: 32em;
    }

    #home-hero {
        height: 32em;
        margin-top: 140px;
    }

    #level1-txt1 {
        width: 385px;
        margin-bottom: 40px;
    }


    .hero-box {
        width: 510px;
        height: 398px;
        top: 60px;
        padding: 45px 45px;
    }

    .hero-box #aha-hero1 {
        width: 500px;
        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;
    }

    .why-items {
        top: 50%;
        font-size: 1.4rem;
        width: 459px;
    }


    #home-why p {
        font-size: 25px;
        margin-top:35px;
    }

    .why-items img {
        width: initial;
    }

    /* ===============================
	    Interior Content page 
	=============================== */

    /* Level 1 */
    section.content.lines .row {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #info-bar {
        margin-top: 140px;
    }

    #info-bar.thin{
        height: 70px;
    }

    
    #info-bar .container {
        max-width: 960px;
    }

    #info-bar span {
        font-size: 20px;
    }

    .subhead {
        height: 370px;
    }

    #explore.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;
    }

    section.content h1 {
        font-family: 'alright_sansMedium';
    }

    section.content h2 {}

    section.content h3 {}

    section.content h4 {
        font-size: 1.125rem;
    }

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


    /* FORM STYLES */
    .custom-select {
        width: 147px;
        font-size: 20px;
    }

     #hero-selector  .dropdown.bootstrap-select.my-select+span+.dropdown.bootstrap-select.my-select{


        width: 350px;
    }
    .bootstrap-select > .dropdown-toggle{
        font-size: 20px;
        line-height: initial;
    }

    #btn-selector {
        width: 43px;
    }

    .card-body h4.card-title {
		font-size: 1.25rem;
	}

}

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

@media (min-width: 1200px) {

    /* Typography */
    h1,
    .h1 {
        margin-bottom: 30px;
		margin-top:30px;
        font-size: 2.85rem;
		 color: #012169;
    }

    h2,
    .h2 {
        margin-bottom: 20px;
        font-size: 2rem;
		 color: #012169;
		text-align:left;
    }

    h3,
    .h3 {
        font-size: 1.5rem;
		 color: #012169;
    }

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

    h5,
    .h5 {
		
	}


    .callout-row .card .card-text {
        font-size: 1.3rem;
    }

    section.content p {
        margin-bottom: 0;
		font-size:1.25rem; /* gab edit */
    }

    section.content a {
		font-size:1.25rem; /* gab edit */
    }

	section.content ul li,
    section.content ol li {
		font-size:1.25rem; /* gab edit */
	}

	section.content p.larger {
		font-size:1.375rem; /* gab edit */
    }

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

    h3 span.subtitle {
        font-size: 1.1rem;
    }

    /* Buttons */
    /* Navigation */
    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;
    }

    #home-calls h1 {
        font-size: 2rem;
    }

    /* 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,
    .carousel-item#slide2,
    .carousel-item#slide3 {
        height: 624px;
    }

    #img-whyamerihealth {
        
    }

    /* 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;
    }

    #slide1 .text-start {
        position: relative;
        width: 420px;
        /* left: 140px; */
        top: 130px;
        padding: 0;
    }

    #hero-selector {
        top: 230px;
        height: 130px;
        padding: 41px 61px;
    }

    .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 - Main page 
	-------------------------------------------------- */
    #logo-main {
        /* width: 261px; */
    }

    #level1-hero {
        height: 39em;
    }

    #home-hero {
        height: 39em;
        margin-top: 140px;
    }

    #hero-selector span {
        color: #ffffff;
        font-size: 26px;
        margin-right: 10px;
        margin-left: 10px;
    }

    #level1-txt1 {
        width: 410px;
    }


    .hero-box {
        width: 533px;
        height: 405px;
        top: 69px;
        padding: 41px 50px;
    }

    .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;
    }

    .why-items {
        top: 50%;
        font-size: 1.5rem;
        width: 602px;
    }

    #img-whyamerihealth {
        
    }

    .why-items img {
        width: initial;
    }

    /* ===============================
	    Interior Content page 
	=============================== */


    /* Level 1 */
    section.content.lines .row {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #info-bar span {
        font-size: 22px;
    }


    #info-bar {
        margin-top: 140px;
    }

    #info-bar .container {
        max-width: 1140px;
    }

    .subhead,
    #subtitle_nosubhead {
        height: 400px;
    }

    #explore.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 0px;
    }

    section.content:last-child {
        padding: 50px 0 50px;
    }

    section.content h1 {
        font-family: 'alright_sansMedium';
    }

    section.content h2 {}

    section.content h3 {}

    section.content h4 {
        font-size: 1.125rem;
    }

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


    .bootstrap-select > .dropdown-toggle{
        font-size:27px;
        line-height: initial;
    }

    .bootstrap-select > .dropdown-toggle{
        font-size:26px;
        line-height: initial;
    }
    
    #btn-selector {
        width: 47px;
    }

    /* FORM STYLES */

   #hero-selector .dropdown.bootstrap-select.my-select{
           width: 195px;
        
    }
     #hero-selector .dropdown.bootstrap-select.my-select+span+.dropdown.bootstrap-select.my-select{
         width: 397px;
     }

    #btn-selector {
        width: 43px;
    }

    .card-body h4.card-title {
		font-size: 1.438rem;
	}
}

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

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

    #info-bar .container {
        max-width: 1320px;
    }

    .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;
    }

    /* FORM STYLES */
    .dropdown.bootstrap-select.my-select{
        
    }
     .dropdown.bootstrap-select.my-select+span+.dropdown.bootstrap-select.my-select{

        width: 560px;
    }

    .bootstrap-select > .dropdown-toggle{
        font-size:26px;
        line-height: initial;
    }

    #btn-selector {
        width: 43px;
    }
}
