:root {
    /* Light */
    --lightblue: #bed6db;
    --lightteal: #cdf0ec;
    --lightpurple: #ead4e8;
    --lightred: #eed0cd;
    --lightorange: #fadfc8;
    /* Brand Colors */
    --cfblue: #0099cc;
    --cfteal: #009382;
    --cfpurple: #84387b;
    --cfred: #a02741;
    --cforange: #e97200;
    --cfyellow: #ffcc33;
    /* Brand Colors Blues */
    --cfdarkblue: #003359;
    --cfinteractiveblue: #086ea1;
    --cfprocessblue: #0099cc;
    --cfarticblue: #8fcae7;
    --cfhighlightblue: #e0f3fb;
    --cfwhite: #ffffff;
    /* Dark */
    --darkblue: #005172;
    --darkteal: #0d3e38;
    --darkpurple: #390532;
    --darkred: #4b0011;
    --darkorange: #802d00;
}

.pregnancy a {
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

a.btn.btn-primary {
    font-weight: initial;
}

.welcome-heading {
    margin-top: 2rem;
    color: var(--cfdarkblue);
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
}

.header__card-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
}

/*========== PREGNANCY GLOBAL STYLES  ========== */
strong {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}

.cardheader-white {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--cfwhite);
}
/**/

/*========== UTILS ========== */
.bc-indigo {
    background-color: var(--darkblue);
}
.bc-seasalt {
    background-color: #fafafa;
}
.bc-process {
    background-color: var(--cfprocessblue);
}
.bc-alice {
    background-color: #eff9fd;
}
.font-indigo {
    color: var(--darkblue);
}
.font-weight-bold {
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 136%;
    letter-spacing: 0%;
}

/* Classes to go back and add in HTML*/
.lead-in {
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}
/**/

.box-note-blue {
    border-radius: 6px;
    background-color: var(--cfhighlightblue);
    padding: 20px;
}
.box-note-blue p {
    color: #303030;

    font-weight: 400;
    letter-spacing: 0;
    font-size: 1rem;
}
.border-right-grey {
    border-right: 1px solid #dddddd;
}

.cardbottom {
    border-radius: 0 0 1rem 1rem;
}
/*========== LOGOS & ICONS ========== */
.download-icon .fa-circle-down {
    color: #086ea1;
    height: 1.5rem;
    width: 1.5rem;
}
.tooltip-icon {
    color: var(--cfinteractiveblue);
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    font-size: 1.25rem;
}
/**/

/*========== CHECKLIST ========== */
.borderbtm-grey {
    border-bottom: 1px solid #dddddd;
}

.checklist__img {
    height: 1.2rem;
    width: 1.68rem;
}
.checklist__item {
    border-bottom: 2px dashed #dddddd;
    display: flex;
}

.checklist__item.striped {
    background-color: #f6f6f6;
}
/**/

/*========== JOURNEY ========== */
#journey .journeypoint.container {
    background-color: var(--cfwhite);
}
#journey .journeypoint .maternity-icon {
    height: 3.375rem;
    width: 1.843rem;
}

#journey .journeypoint .cardcount {
    height: 2.625rem;
    width: 2.625rem;
}
#journey .journeypoint .labor-icon {
    height: 2.06rem;
    width: 2.06rem;
}
#journey .journeypoint .postpartum-icon {
    height: 1.625rem;
    width: 2rem;
}

#journey #healthy-pregnancy-resource-guide h3,
#journey #choose-plan h3,
#journey #medicaid h3,
#journey #behavioral-health h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
}
#journey .journeypoint .weeks {
    font-size: 1rem;
    font-weight: 400;
    color: var(--cfdarkblue);
}
#journey .journey-context {
    border-radius: 11px;
}
#journey .journey-context .expect {
    padding: 1rem 0 0 1.5rem;
    margin: 0;
}
#journey .journey-context .list-group {
    padding: 0 0 1rem 3rem;
    margin: 0;
}

/* #journey .journeycard */
#journey .journeypoint h3 {
    font-size: 1.75rem;
    font-weight: 700;
    /* color: var(--cfdarkblue); */
    color: #000;
}

#journey .timeline .journeypoint .lead-in {
    font-size: 1.25rem;
    font-weight: 400;
    color: #000;
}
#journey .timeline .journeypoint h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #000;
}
#journey .journeypoint .fa-circle-question {
    font-size: 1.88rem;
    color: var(--cfinteractiveblue);
}

/* Lists */
#journey .list-group.journeylist {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0.5rem 0 0 0;
    line-height: 1.5;
}
#journey .list-group.journeylist li {
    display: flex;
    flex-direction: row;
    align-items: start;
    margin-bottom: 1.5rem;
    text-decoration: none;
}
#journey .list-group.journeylist li:before {
    display: none;
}
#journey .journeylist .fa-circle-check {
    font-size: 1.438rem;
    margin-right: 1rem;
    color: var(--cfprocessblue);
}
.journeylist span {
    line-height: normal;
}

/* list-group-revert | For nested list on Third Trimester card */
.list-group-revert {
    margin: 0 0 0 1rem !important;
    display: block !important;
}
.list-group-revert li {
    display: inline-block !important;
    list-style: none !important;
    margin: 0.5rem 0 0 0.5rem !important;
}
.list-group-revert li:before {
    content: "" !important;
    position: absolute !important;
    margin: 0.6rem 0 0 -1.5rem !important;
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    border-radius: 5px !important;
    background-color: #ccc !important;
}
.list-group-revert li ul,
ol li ul {
    margin-left: 15px !important;
    padding: 0 !important;
    list-style: none !important;
}
.list-group-revert li li:before,
ol li ul li:before {
    content: "" !important;
    position: absolute !important;
    margin: 10px 0 0 -15px !important;
    display: inline-block !important;
    width: 5px !important;
    height: 2px !important;
    border-radius: 0 !important;
    background-color: #dddddd !important;
}
ol li {
    margin: 0.5rem 0;
}
/*  */

/* Timeline */

.pregnancy .timelinecard {
    padding: 0 0 0 3rem;
}

.pregnancy .right-timeline::before {
    content: " ";
    position: absolute;
    top: 25%;
    width: 105px;
    left: 0;
    border: 2px dashed #086ea1;
    opacity: 22%;
    z-index: -1;
}

.pregnancy .a.timelinecard::after {
    content: " ";
    position: absolute;
    top: 0%;
    top: 14%;
}

.pregnancy .b.timelinecard::after,
.pregnancy .c.timelinecard::after,
.pregnancy .d.timelinecard::after {
    content: " ";
    position: absolute;
    top: 0%;
    top: 20%;
}

.pregnancy .timelinecard.a {
    top: -4rem;
    position: relative;
}

.pregnancy .timelinecard.b {

}

.pregnancy .b.timelinecard {
    top: 0;
    position: relative;
    padding: 25px 70px 25px 0px;
}

.pregnancy .b.left-timeline::before {
    z-index: -1;
    top: 34%;
}

.pregnancy .b.left-timeline.timelinecard::after {
    top: 30%;
}

.pregnancy .timelinecard.c {
    /* bottom: -2rem; */
    position: relative;
}

.pregnancy .timelinecard.d {
    /*bottom: -4rem;*/
    position: relative;
}

.pregnancy .timelinecard.e {
    /* bottom: 7%; */
    /* position: absolute; */
}

.pregnancy .callout-box {
    padding: 1.25rem;
    border-radius: 0.5rem;
}

.pregnancy .callout-box div:nth-child(1) {
    padding: 1rem 0 2rem;
}

.pregnancy .callout-box div:nth-child(2) {
    padding: 2rem 0 1rem;
}

.pregnancy .left-timeline::before {
    z-index: -1;
    top: 15%;
}

.pregnancy .timelinecard .body {
    /* padding: 1rem 2rem 1rem 4rem; */
    padding: 1rem 0 1rem 1rem;
}

.timeline-vl-ib101 {
    height: 102%;
}

/* RS ADDed */

.pregnancy .b.right-timeline::before {
    top: 25%;
}  

.pregnancy .c.right-timeline::before {
    top: 6.45rem;
}   

.pregnancy .d.right-timeline::before {
    top: 24%;
}    

.pregnancy .e.timelinecard::after {
    top: 14%;
}

.pregnancy .f.left-timeline::before {
    top: 10.5%;
}

.pregnancy .f.timelinecard::after {
    top: 10%;
}

.pregnancy .f.right-timeline::before {
    top: 10.75%;
}

.pregnancy .f.timelinecard::after {
    top: 10%;
}

.pregnancy .g.right-timeline::before {
    top: 9.65rem;
}

.pregnancy .g.timelinecard::after {
    top: 10%;
}

.pregnancy .h.left-timeline::before {
    top: 10.5%;
}

.pregnancy .h.timelinecard::after {
    top: 10%;
}

/* When the browser is between 420px and 991px */
@media (min-width: 420px) and (max-width: 991px) {
  
    .pregnancy .left-timeline::before, .pregnancy .right-timeline::before {
        z-index: -1;
        left: 30px;
    }  

    .a.left-timeline.timelinecard {
        padding: 120px 10px 10px 70px;
    }

    .pregnancy .timelinecard.a,
    .pregnancy .timelinecard.b,
    .pregnancy .timelinecard.c,
    .pregnancy .timelinecard.d,
    .pregnancy .timelinecard.e,
    .pregnancy .timelinecard.f,
    .pregnancy .timelinecard.g,
    .pregnancy .timelinecard.h {
        top: 0;
        position: relative;
        padding: 25px 0px 25px 70px;
    }
    .pregnancy .timeline.hi::after {
        height: 100.65%;
        top:-30px;        
    }
    .pregnancy .timelinecardtop::after {
        top:-75px;
    }
    .pregnancy.timeline-section {
        padding-top: 100px;
    }  
}

/* When the browser is above 992px */
@media screen and (min-width: 992px) {
    .pregnancy .timelinecard.a {
        top: 0;
        position: relative;
        padding: 25px 70px 25px 0px;
    }

    .pregnancy .timelinecard.e,
    .pregnancy .timelinecard.f,
    .pregnancy .timelinecard.h {
        padding: 0 3rem 0 0;
    }

    .pregnancy .right-timeline.timelinecard.b,
    .pregnancy .right-timeline.timelinecard.c,
    .pregnancy .right-timeline.timelinecard.d,
    .pregnancy .right-timeline.timelinecard.f,
    .pregnancy .right-timeline.timelinecard.g {
        padding: 1rem 0 1rem 3rem;
    }
    .pregnancy .timeline.hi::after {
        height: 100.65%;
        top:-30px;        
    }
}

#your-journey .top-nav {
    border: none;
}
#journey h2 {
    font-family: "Oswald", "Arial Black", sans-serif;
    color: var(--cfdarkblue);
    font-size: 2rem;
}

#journey-support .lead-in {
    font-size: 1.125rem;
    color: #303030;
}
/**/

/*========== CHOOSE HEALTH PLAN  ========== */
#medical-plan .keythings {
    border-radius: 11px;
}
#medical-plan .maternity-icon {
    height: 2.97rem;
    width: 1.62rem;
    margin: 0 0.7rem 0 0.7rem;
}
#medical-plan .network-icon {
    height: 2.24rem;
    width: 2rem;
}
#medical-plan .costs-icon {
    height: 2.18rem;
    width: 2.18rem;
    margin: 0 0.4rem 0 0.4rem;
}
#medical-plan .prescription-icon {
    height: 2.5rem;
    width: 1.69rem;
    margin: 0 0.65rem 0 0.65rem;
}
#medical-plan .specialist-icon {
    height: 2.12rem;
    width: 2.12rem;
}
#medical-plan .postpartum-icon {
    height: 1.62rem;
    width: 2rem;
}
#medical-plan .newborn-icon {
    height: 2.12rem;
    width: 2.12rem;
}

.container.process,
.container.blueheader {
    background-color: #086ea1;
    border-radius: 0.68rem 0.68rem 0rem 0rem;
    color: #fff;
    font-size: 1.5rem;
    height: auto;
    line-height: 70px;
    margin-top: 40px;
    padding-left: 40px;
}
.container.process {
    background-color: var(--cfprocessblue);
}
.container.blueheader.dark {
    background-color: #005172;
    padding: 0.625rem 2.18rem;
}

.process__card-title,
.blueheader__card-title {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 24px;
}
.process__card-title {
    font-size: 20px;
}

#support-info .profile-icon {
    height: 2.56rem;
    width: 2.56rem;
}

#support-info .phone-icon {
    height: 2.5rem;
    width: 2.48rem;
}

.greycard {
    background-color: #deeaed45;
}
.cardfooter {
    border-top: 1px solid #dddddd;
    border-radius: 0 0 1rem 1rem;
    padding: 2.18rem;
}
/**/

/*========== BENEFITS ========== */
.notecard {
    background-color: #e0f3fb;
}

#covered-services h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
}

#covered-services h4 {
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
}

/* #covered-services ul {
    margin: 1rem 0;
    list-style-type: disc;
}
#covered-services li {
    color: #000;
    margin: 5px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 136%;
}
#covered-services li::marker {
    font-size: 10px;
    vertical-align: middle;
} */

#covered-services .newborn-icon,
#covered-services .specialist-icon {
    height: 2.125rem;
    width: 2.125rem;
}
#covered-services .family-icon {
    height: 2.18rem;
    width: 2.18rem;
}
#covered-services .hand-heart-medical-icon {
    height: 1.938rem;
    width: 2.126rem;
}

#use-HSA-FSA {
    background-color: #fafafa;
    border-radius: 0.688rem;
    padding: 0.375rem;
}

#use-HSA-FSA .piggy-bank-icon {
    height: 3.25rem;
    width: 3.25rem;
}

#use-HSA-FSA p {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
}
/**/

/*========== CHALLENGES ========== */
/* #pregnancy-challenges {

} */
#speaking-up .profile-shield-icon-white {
    height: 2.2rem;
    width: 2.75rem;
}

#speaking-up .container.bc-seasalt {
    border-radius: 0 0 11px 11px;
}

#LossTab .container.care-management {
    border-radius: 8px;
}
#LossTab .care-management ul {
    border-radius: 8px;
}

#call-member-services .phone-icon {
    height: 2.06rem;
    width: 2rem;
}
#call-member-services.bc-seasalt {
    border-radius: 11px;
}

#experience-loss h3,
#expecting-multiples h3 {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
}

#discover-answers .fa-circle-question {
    color: var(--cfinteractiveblue);
    font-size: 2.5rem;
}
#discover-answers,
#CareFirst-coverage .container.extent-coverage {
    border-radius: 11px;
}

/**/

/*========== Advocacy ========== */
/* #safety-and-advocacy {
} */
#advocacy .cardheader-white {
    font-size: 1.25rem;
}

#how-to-advocate .container.bc-indigo,
#when-to-advocate .container.bc-process {
    /* padding: 1.5rem 2.5rem; 
    padding: 1.5rem 0 1.5rem 2rem;
    border-radius: 7px 7px 0 0;*/
    min-height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#how-to-advocate .card-body.bc-alice,
#when-to-advocate .card-body.bc-alice {
    padding-top: 2rem;
    border-radius: 0 0 7px 7px;
}

@media screen and (min-width: 768px) {
    #how-to-advocate .card-body.bc-alice {
        border-right: 1px #cecece solid;
    }

    #how-to-advocate .container.bc-indigo {
        border-radius: 7px 0 0 0;
    }
    #when-to-advocate .container.bc-process {
        border-radius: 0 7px 0 0;
    }
    #how-to-advocate .card-body.bc-alice {
        border-radius: 0 0 0 7px;
    }
    #when-to-advocate .card-body.bc-alice {
        border-radius: 0 0 7px 0;
    }
}
/**/

/*========== QUESTIONS FOR OB/GYN ========== */
#questions-for-OBGYN .download-icon {
    color: var(--cfinteractiveblue);
}

#nurse-advice-line .container.nurse-line {
    border-radius: 11px;
}

#postpartum #nurse-advice-line .phone-icon {
    width: 2rem;
    height: 2.1rem;
}
#postpartum #nurse-advice-line .phone-link-icon {
    width: 2rem;
    height: 2.1rem;
}
/**/

/*========== HSA/FSA ========== */
/* #using-HSA-or-FSA {

} */
/* #card-variety .borderbottom  */
#card-variety .credit-card-icon {
    height: 2.62rem;
    width: 2.62rem;
}
#card-variety .postpartum-icon {
    height: 1.6rem;
    width: 2rem;
}
#card-variety .maternity-icon {
    height: 2.4rem;
    width: 1.3rem;
}
#card-variety .newborn-icon {
    height: 1.9rem;
    width: 2.12rem;
}

#contribution-limits .piggy-bank-icon-white {
    height: 2.68rem;
    width: 2.68rem;
}
#contribution-limits .cash-money-icon-white {
    height: 2.62rem;
    width: 2.62rem;
}
#HSA-resources .support-specialist-icon {
    height: 2.9rem;
    width: 2.9rem;
}

#HSA-resources .bc-seasalt {
    border-radius: 11px;
}
/**/

/*========== TABS ===== */
#pregnancy-challenges .top-nav {
    padding: 0px 0px 10px 0px;
    border-bottom: none;
}

.top-nav li {
    display: block;
    width: 100%;
    padding: 11px;
    background: var(--cfhighlightblue);
    margin-bottom: 5px;
    border-radius: 5px;
    text-align: center;
}

@media only screen and (min-width: 420px) {
    .top-nav li {
        display: inline;
        padding: 0;
        margin-left: 5px;
        width: auto;
        background: #ffffff;
    }
}
.top-nav li.active {
    background: var(--cfdarkblue);
}
.top-nav li a {
    color: #086ea1 !important;
    text-decoration: none;
    background: #e0f3fb;
    padding: 6px 10px;
    border-radius: 5px;
}
@media only screen and (min-width: 420px) {
    .top-nav li a {
        display: inline-block;
        margin: 6px 0px;
    }
}
.top-nav li a.active,
.top-nav li a:hover {
    color: #ffffff !important;
    background: var(--cfdarkblue);
}

/*========== ACCORDION  ========== */
.accordion-expand-collapse {
    border-bottom: 1px solid #f2f2f2;
    margin: 0 -10px;
    padding: 15px;
}

#questions-for-OBGYN .accordion .card,
#accordion .card {
    border-top: none;
    border-color: #dddddd;
    border-right: none;
    border-left: none;
    border-radius: 0;
}
#questions-for-OBGYN .accordion .card:first-child,
#accordion .card:first-child {
    border-top: 1px solid #dddddd;
}

#questions-for-OBGYN .accordion .card-header,
#accordion .card-header {
    background: white;
    border: 0;
    padding: 0rem;
}

#questions-for-OBGYN .accordion button:before,
#accordion button:before {
    font-family: "Font Awesome\ 5 Pro";
    /* content: "\f139"; */
    content: "\f077";
    color: #086ea1;
    padding: 0.2rem 1rem;
    /* padding: 0.2rem 0 0 2rem; */
    float: none;
    font-size: 1.6rem;
    margin-top: -3px;
    font-weight: 300;
    position: absolute;
    right: 0;
}

#questions-for-OBGYN .accordion button.collapsed:before,
#accordion button.collapsed:before {
    font-family: "Font Awesome\ 5 Pro";
    padding: 0.2rem 1rem;
    /* content: "\f13a"; */
    content: "\f078";
}

#questions-for-OBGYN .accordion button,
#accordion button {
    display: block !important;
    color: #086ea1 !important;
    position: relative;
    padding: 0.8rem 2.7rem 0.8rem 1rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.8rem;
    text-decoration: none !important;
    text-align: left !important;
    background: #f0f0f0;
    width: 100%;
    border-radius: 0;
    white-space: normal;
    display: flex;
}
#questions-for-OBGYN .accordion button.collapsed,
#accordion button.collapsed {
    background: #ffffff;
}
#questions-for-OBGYN .accordion button:hover,
#accordion button:hover {
    background: #f0f0f0;
}
#questions-for-OBGYN .accordion button:focus,
#accordion button:focus {
    border: 1px dotted #086ea1;
}
#questions-for-OBGYN .accordion .card-body,
#accordion .card-body {
    border: 0;
}
#questions-for-OBGYN .accordion .card-body p,
#accordion .card-body p {
    margin-top: 1rem;
}
/*  */
