﻿/*
    Theme: FAONCALL / BUSINESS CARD SITE
    Parent Theme: PJS.Bootstrap
    Author: TKT Consulting – http://www.tktlc.com
    Copyright: 2010, Orchard. All Rights Reserved
*/

/*------------------
# General
-------------------*/

@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@400;800&display=swap');

html, body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    height: 100%;
}

body {
    font-size: 18px;
    color: #000000;
}

a:link,
a:visited {
    color: #0284c7;
    text-decoration: none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

a:focus,
a:hover {
    color: #0e6b9c;
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
    color: #000;
    font-weight: 900;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
    color: #4761ac;
}

.h3-sub  {
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin-top: 5px;
}

strong:not(#footer strong) {
    color: black;
}

.btn {
    font-size: inherit;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 25px !important;
    margin: 0 5px 0 5px;
    border-radius: 50px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.btn-orange,
.btn-orange:visited {
    background: #fa923c;
    color: white !important;
    border: none;
}

.btn-orange:hover,
.btn-orange:focus {
    background: #fdba74;
    text-decoration: none !important;
}

.btn-green,
.btn-green:visited {
    background: #81c341;
    color: white !important;
    border: none;
}

.btn-green:hover,
.btn-green:focus {
    background: #68973e;
    text-decoration: none !important;
}

/* Checkmarks */
ul.checkmarks.grid3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

ul.checkmarks.grid2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

ul.checkmarks.grid li {
    margin-right: 20px;
}

ul.checkmarks {
    position: relative;
    list-style-type: none !important;
    margin-top: 30px;
    padding-left: 15px;
    line-height: 1.45 !important;
}

ul.checkmarks li {
    position: relative;
    margin-left: 20px;
}

ul.checkmarks > li:before {
    position: absolute;
    left: -20px;
    content: '';
    margin-top: 3px;
    display: block;
    width: 8px;
    height: 15px;
    border: solid #6ebf4b;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
}

ul.checkmarks li {
    margin-bottom: 10px;
}

.sup {
    color: #1d4eda;
    font-size: 16px;
    font-weight: normal;
}

i.checkmark,
i.no-checkmark {
    position: relative;
    margin: 0 auto;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

i.checkmark:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 15px;
    border: solid #6ebf4b;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
}

.nurses-wrapper {
    padding: 40px 45px 65px 45px;
    margin-bottom: 95px;
    background-color: #ffffff;
    border: 10px solid red;
    box-shadow: 1px 2px 40px 0px rgb(15,15,15, 0.2);
}


/** @section Panel custom-styles */
.card-group-custom {
    margin-bottom: 0;
}

    .card-group-custom .card-header + .collapse > .card-body,
    .card-group-custom .card-header + .collapse > .list-group {
        border-top: 0;
    }

    .card-group-custom .card + .card {
        margin-top: 0;
    }

    .card-group-custom.card-group-corporate .card + .card {
        margin-top: 30px;
    }

.card-custom {
    display: block;
    margin: 0;
    background: inherit;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
}

.card-custom a {
    display: block;
}

.card-custom .card-header {
    padding: 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    cursor: pointer;
}

.card-custom .card-body {
    padding: 0;
    border: 0;
}

.card-custom .card-title {
    position: relative;
    margin-bottom: 0;
}

.card-group-custom {
    margin-top: 35px;
}



.card-corporate {
    position: relative;
    text-align: left;
    box-shadow: -1px 2px 5px 0px rgba(68, 73, 83, 0.12);
}

.card-corporate .card-title a,
.card-corporate .card-body {
    background: #ffffff;
}

.card-corporate .card-title a {
    position: relative;
    z-index: 1;
    padding: 21px 82px 21px 32px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0;
    color: #4C4D4F;
    transition: 1.3s all ease;
    background: transparent;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #dedede;
    z-index: 10;
}

.card-corporate .card-title a + .card-arrow:after {
    opacity: 0;
    visibility: hidden;
}

.card-corporate .card-title a.collapsed {
    border-radius: 6px;
    border-bottom-width: 0;
}

.card-corporate .card-title a.collapsed + .card-arrow {
    border-radius: 0 6px 6px 0;
}

h1:has(+ h2) {
    margin: 0 0 0.25rem 0;
}

.panel .card-header:has(+ .collapse) {

}


.card-corporate .card-title a.collapsed + .card-arrow:after {
    opacity: 1;
    visibility: visible;
}

.card-corporate a + .card-arrow::before,
.card-corporate  a + .card-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    z-index: 4;
    transform: translateY(-50%);
    background: #ffffff;
}

.card-corporate .card-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    background: #fa923c;
    border-radius: 0 6px 0 0;
    transition: .33s all ease;
}



.card-corporate .card-arrow::before {
    width: 14px;
    height: 2px;
    right: 28px;
}

.card-corporate .card-arrow::after {
    width: 2px;
    height: 14px;
    right: 34px;
}

.card-corporate .collapse {
    position: relative;
    z-index: 1;
    color: #9399A9;
    border-radius: 0 0 6px 6px;
}

.card-corporate .card-body {
    padding: 25px;
}

@media (max-width: 991.98px) {
    .card-corporate .card-title a,
    .card-corporate .card-body {
        padding-left: 25px;
    }
}

@media (min-width: 768px) {
    .card-corporate .card-title a {
        font-size: 18px;
    }
}


/*------------------
# Layout
-------------------*/

#layout-wrapper { 
	position: relative; 
	width: 100% !important; 
	min-height: 100% !important; 
}

.services-box-header {
    display: flex;
    align-items: center;
}

/** @section Services */
.services {
    padding: 0 40px;
}

.services-left {
    padding-right: 0;
}

@media (min-width: 1400px) {
    .services-left {
        padding-left: 0;
    }
}

.services-right {
    padding-right: 0;
}

.services-header {
    position: relative;
    line-height: 1.3;
}

.services-header a, .services-header a:focus, .services-header a:active {
    color: #273252;
}

.services-header a:hover {
    color: #5AD9AC;
}

.services-number {
    position: absolute;
    left: -40px;
    bottom: 0;
    color: #273252;
    font-size: 3em;
    font-weight: 900;
    letter-spacing: 0;
    line-height: .9;
    opacity: .1;
}


.services-title {
    position: relative;
}

.services-box {
    text-align: left;
    position: relative;
    padding: 40px 15px;
    background-color: #ffffff;
    box-shadow: 2px 2px 20px rgba(47, 47, 47, 0.1);
    z-index: 1;
}

.services-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 0 0 transparent;
    z-index: -1;
}

.services-box {
    margin-bottom: 30px;
}

.services-box:hover::before {
    box-shadow: 10px 10px 0 #81cc1a;
}

.services-box-header {
    display: flex;
    align-items: center;
}

.services-box-title {
    margin: 0;
    line-height: 23px;
    padding-left: 18px;
    padding-right: 20px;
}


@media(min-width: 1200px) {

    .services-row {
        display: flex;
    }

    .services-row .services-box {
        height: 100%;
    }
}


/*************
*= Plan/Pricing Page
*************/

.services-box {
    width: 100% !important;
    margin-bottom: 30px;
}

/* Custom Plan Pricing Table */

.pricing-table .btn {
   padding: 10px 15px !important;
   font-size: 13px;
   margin: 5px 5px;
}

.inline-buttons {

}

.pricing-table,
.pricing-table .th {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    position: sticky;
    top: 0px;
    z-index: 10;
    background-color: white;
    width: 100% !important;
    box-shadow: inset 0 -1px 0 #afafaf;
}

.pricing-table .th {
    width: 100%;
}

.table-cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    overflow: hidden;
    list-style-type: none;
    outline: 1px solid #ddd;
    text-align: center;
    font-weight: 300;
    margin-top: 1px;
    margin-left: 1px;
}

.pricing-table .th .table-cell div:last-child {
    margin-top: auto;
    overflow: hidden;
}

.pricing-table .table-cell:first-child {
    outline: 1px solid #fff;
    background: transparent;
}

.pricing-table .table-cell > h3 {
    font-size: 22px;
}

.pricing-table .table-cell p span {
    font-size: smaller;
}

.pricing-table .table-cell.cell-feature {
    display: block;
    text-align: left;
    background: #fafafa;
}

.pricing-table .th .table-cell {
    padding: 15px;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.pricing-table .table-cell.family {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing-table .table-cell .employers {
    font-size: 15px !important;
}

.pricing-table .table-cell .employers div {
    display: block;
    margin: 7px 0;
}

.pricing-table .table-cell .employers div span {
    display: block;
}

.pricing-table .plan-price,
.pricing-table .plan-billing {
    display: block;
}

.pricing-table .plan-price {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}

.pricing-table .fa-check {
    font-size: 30px;
    color: #81cc1a;
}


/* Table columns
================================== */
.table-cell {
    /* width: calc(33.33% - 1px); */
    width: calc(25% - 1px);
}

section header {
    display: none;
}

.lead {
    font-size: x-large;
}

.bold {
    font-weight: bold;
}

.disclaimer {
    font-size: 75%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: left !important;
}

.mb {
    margin-bottom: 30px !important;
}

#hero {
    padding: 75px 0;
    text-align: center;
}

#hero .container {
    flex: 1;
}

.right-aligned-link {
    position: absolute;
    top: 30px;
    right: 30px;
}



.logo {
    display: inline-block;
    margin: 0 auto;
}

.hero-logo {
    margin-bottom: 30px;
}

.inner-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-flex .container .row {
    display: flex;
    align-items: center;
}

.inner-padding {
    padding: 75px 0px;
}

.inner-padding-small {
    padding: 30px 0px;
}

.banner-overlay {
    position: relative;
}

.banner-overlay:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.2) 100%);
}

.banner-overlay div { position: relative; z-index: 1; }

.section-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 450px;
}


.color-text {
    color: #81c341;
}

.white-text {
    color: white;
}


.light-bg {
    background: #eef0f2;
}

.green-bg {
    background: #bbdf98;
}

.light-blue-bg {
    background: #afc8db;
}

.dark-bg {
    background: #999;
    background: linear-gradient(to bottom, white 50%, gray 0%);
}

.digital-bg {
    background: white url('../Content/images/digital-bg.png');
    background-size: cover;
}


/*------------------
# Collapsable Content
-------------------*/

.collapse-content a[role=button]:after {
    position: relative;
    top: 30px;
    font-size: x-large;
    font-weight: bold;
    color: #fa923c;
}

.collapse-content a[role=button].collapsed:after {
    content: '+ How it works';
}

.collapse-content a[role=button]:not(.collapsed):after {
    content: '- How it works';
}

.collapse-content ol {
    margin: 30px 0;
}

.collapse-content ol li {
    list-style-type: none;
    counter-increment: list;
    margin-bottom: 15px;
}

.collapse-content ol li::before {
    color: black;
    font-size: 20px;
    font-weight: bold;
    content: counter(list) ".";
    margin-right: 5px;
}

.collapse-content ol li p {
    margin: 30px;
}

/*------------------
# Cards
-------------------*/

.section-cards h2 {
    margin-bottom: 45px;
}

.card {
    text-align: center;
    margin-bottom: 30px;
}

.card .card-icon img {
    max-width: 200px;
}

/*------------------
# Responsive Video
-------------------*/

.video-container {
    flex: 1;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
    border-radius: 10px;
}

/*------------------
# Footer
-------------------*/

#footer {
    background: #2c2e35;
    color: white;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 75px 0px 75px 0px;
}

.copyright {
    margin: 10px 0 0 0;
}



/* BACK TO TOP */
#toTop {
    position: fixed;
    right: 25px;
    bottom: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    background-color: #81c341;
    display: none;
    text-align: center;
    z-index: 500;
    border-radius: 5px;
}

#topTop h1 {
    font-size: 26px;
}

#toTop i {
    position: relative;
    top: -4px;
    color: white !important;
    font-size: 16px;
}

#toTop h1 {
    border: none;

}

#toTop:hover {
    opacity: .7;
}


/*------------------
# Media Queries
-------------------*/

@media(min-width: 1024px) {

}

@media (min-width: 993px) {

    #hero {
        padding: 125px 0 75px 0;
    }

    .logo img {
        max-width: 350px;
    }
}

@media (max-width: 992px) {
    .logo img {
        max-width: 250px;
    }

    .pricing-table,
    .pricing-table .th {
        position: relative !important;
    }
}

@media (max-width: 768px) {

    .nurses-wrapper {
        padding: 20px;
        border: 5px solid red;
    }


    .table-cell.cell-feature {
        width: 100%;
        text-align: center;
    }

    .table-cell:first-child {
        display: none;
    }

    .plan-price {
        font-size: 2rem;
        line-height: 5rem;
        font-weight: bold;
    }


    .pricing-table .th .table-cell:first-child {
        display: none;
    }

    .table-cell {
        width: calc(33.33% - 1px);
    }

    .pricing-table .plan-price {
        font-size: 30px;
        line-height: 5rem;
        font-weight: bold;
    }

    .pricing-table .table-cell > h3 {
        font-size: 18px;
    }



    .right-aligned-link {
        position: relative;
        top: -50px;
        right: auto;
    }

    section {
        text-align: center;
    }

    section :where(ul, ol) {
        text-align: left;
    }

    .inner-flex .container .row {
        display: block;
    }

    .card {
        text-align: center;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #ccc;
    }

    .pricing-table .table-cell.cell-feature {
        text-align: center;
    }

    .disclaimer {
        margin-left: 5%;
        margin-right: 5%;
    }
}


@media (max-width: 480px) {


}

