﻿/*PACKAGE FEATURE STYLE*/
.containerD {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

ul li {
    font-family: open sans, sans-serif;
    color: #616262;
    font-size: 10pt;
}



/*====================NAV BAR=====================*/
.HeaderContents {
    width: 100%;
    max-width: 1024px;
    height: 50px;
    margin: auto;
    position: relative;
}

header {
    height: 58px;
    width: calc(100% - 8px);
    background: #fff;
    padding: 4px;
    z-index: 100;
    position: fixed;
}

.NavContainer {
    height: 50px;
    width: auto;
    /*display: inline-block;*/
    margin-left: 30px;
    float: right;
}

.circle, .pill {
    border-radius: 8em;
}

.pill, .rectangle {
    width: 16em;
}

.square, .circle {
    margin-left: 9em;
}

.border {
    border: 2px solid #333333;
}

.toggles {
    width: 200px;
}

.toggle-wrap, .shape {
    display: inline-block;
    vertical-align: top;
}

.controls {
    background: #ccc;
    padding: 1em;
    display: inline-block;
}


/*TOOL TIP*/

.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }


/*TABS*/
.ui-tabs-vertical {
    width: 55em;
}

    .ui-tabs-vertical .ui-tabs-nav {
        padding: .2em .1em .2em .2em;
        float: left;
        width: 12em;
    }

        .ui-tabs-vertical .ui-tabs-nav li {
            clear: left;
            width: 100%;
            border-bottom-width: 1px !important;
            border-right-width: 0 !important;
            margin: 0 -1px .2em 0;
        }

            .ui-tabs-vertical .ui-tabs-nav li a {
                display: block;
            }

            .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
                padding-bottom: 0;
                padding-right: .1em;
                border-right-width: 1px;
            }

    .ui-tabs-vertical .ui-tabs-panel {
        padding: 1em;
        float: right;
        width: 40em;
    }





/*STYLING FROM PREVIOUS PRICING PAGE - BUTTONS*/

table.PlanTable-table tbody tr th:nth-child(5) {
    background-color: rgba(216, 216, 216, 0.6);
}

table.PlanTable-table tbody tr.Plan-Footer td:nth-child(5) {
    background-color: rgba(216, 216, 216, 0.6);
}

table.PlanTable-table tbody tr td:nth-child(5) {
    background-color: rgba(216, 216, 216, 0.6);
}



.PageWrapper {
    position: relative;
    margin-bottom: -100px;
    min-height: 100%
}

    .PageWrapper:after {
        content: "";
        display: block;
        height: 100px
    }




.PlanTable {
    /*background: #fff;*/
    border-radius: 4px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.1), 3px 8px 14px 1px #b5b5b5;
    padding: 2%;
}

    .PlanTable .Plan-name {
        text-align: left;
        font-size: 1.7em;
        font-weight: 500;
        color: #3a515d;
        vertical-align: initial !important;
    }

.PlanTable-table {
    width: 100%;
    /*border: solid 1px rgba(216, 216, 216, 0.6);*/
}

.Plan-Btns {
    display: flex;
    justify-content: center;
}

    .Plan-Btns .Plan-Btn {
        display: inline-flex;
        margin-left: 0.1em;
        margin-right: 0.1em;
    }

.packageFeatures .Plan-name {
    text-align: center;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
    color: #333;
    background: rgba(255,255,255,.8);
    border-color: #1e90ff;
}



.Plan-Btns .Plan-Btn {
    display: inline-flex;
    margin-left: 0.1em;
    margin-right: 0.1em;
}

.btn-default {
    color: #1e90ff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #e9ecef;
    border: 2px solid #1e90ff;
    padding: 9px 19px 7px 19px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}


.compareBTN {
    margin-bottom: 1em;
    font-style: italic;
    text-align: center;
    background-color: rgba(235, 235, 235, .8);
    color: black;
    border: 2px solid #1e90ff;
    border-radius: 8px;
    font-family: sans-serif;
}

    .compareBTN:hover {
        background: rgba(255,255,255,.8);
        box-shadow: 0 0 20px #2c99cc;
        /*min-height: 700px;*/
        border: 2px solid white;
    }
/*CUSTOM STYLING*/
.b {
    border: 2px solid black;
    box-shadow: 0px 0px 8px grey;
    margin: auto;
    margin: 1em;
    height: 100px;
    text-align: center;
    padding: 2em 2em 2em 2em;
    width: 217px;
    height: 161px;
    background-color: white;
    color: black;
}

/*.displayB{
            height: 420px;
        }*/




.containerB {
    max-width: 630px;
    height: auto;
    min-height: 480px;
    width: 600px;
    border-radius: 5px;
    background: rgba(255,255,255,.8);
    background: #ddd;
    border: 2px solid #2c99cc;
    z-index: 99;
    top: 0;
    bottom: 0;
    /*margin: 2em;*/
    right: 0;
    left: 0;
    padding: 40px;
    margin-top: 71px;
    box-shadow: 0px 0px 8px grey;
    font: #2c99cc;
    float: left;
    /*NEEDED WITH YOU GET RID OF LEFT SIDE BAR*/
    /*margin-left: 36em;*/
}

    .containerB:hover {
        background: rgba(255,255,255,.8);
        box-shadow: 0 0 20px #2c99cc;
        /*min-height: 700px;*/
        border: 2px solid white;
    }

.listFeatures ul {
    margin-left: -3em;
}




.allInPackage {
    max-width: 630px;
    height: auto;
    height: 400px;
    /*min-height: 500px;*/
    border-radius: 5px;
    background: rgb(33, 150, 243);
    border: 2px solid #e2eaef;
    font: #e2eaef;
    z-index: 99;
    top: 0;
    bottom: 0;
    margin: 3em;
    right: 0;
    left: 0;
    padding: 40px;
    margin-top: 100px;
    box-shadow: 0px 0px 8px grey;
    font: #2c99cc;
    float: right;
    margin-right: 365px;
    color: white;
}

/*===================4 PACKAGE SECTION=====================*/
.containerPackages {
    max-width: 630px;
    height: auto;
    min-height: 480px;
    width: 600px;
    z-index: 99;
    top: 0;
    bottom: 0;
    /* margin: 2em; */
    right: 0;
    left: 0;
    padding: 40px;
    margin-top: 75px;
    /* box-shadow: 0px 0px 8px grey; */
    font: #2c99cc;
    float: right;
    margin-right: -6em;
    /*margin-left: 74em;*/
}

.fourPackages p {
    font-size: 12px;
    text-align: center;
    align-content: center;
    color: black;
}

.fourPackages i:hover {
    cursor: pointer;
}

.packagePro {
    max-width: 630px;
    height: 218px;
    width: 243px;
    /*min-height: 500px;*/
    border-radius: 5px;
    background: rgb(33, 150, 243);
    border: 2px solid #e2eaef;
    font: #e2eaef;
    z-index: 99;
    top: 0;
    bottom: 0;
    /*margin: 3em;*/
    right: 0;
    left: 0;
    padding: 17px;
    /*margin-top: 100px;*/
    box-shadow: 0px 0px 8px grey;
    font: #2c99cc;
    /*float: right;
    margin-right: 519px;*/
    color: white;
    display: block;
    text-align: center;
}




.packageUltimate {
    max-width: 630px;
    height: 218px;
    width: 243px;
    /*min-height: 500px;*/
    border-radius: 5px;
    background: rgb(33, 150, 243);
    border: 2px solid #e2eaef;
    font: #e2eaef;
    z-index: 99;
    top: 0;
    bottom: 0;
    /*margin: 3em;*/
    right: 0;
    left: 0;
    padding: 17px;
    margin-top: 0px;
    box-shadow: 0px 0px 8px grey;
    font: #2c99cc;
    /*float: right;
    margin-right: 519px;*/
    color: white;
    display: block;
    text-align: center;
}

.packageBusiness {
    max-width: 630px;
    height: 218px;
    width: 243px;
    /* min-height: 500px; */
    border-radius: 5px;
    background: rgb(33, 150, 243);
    border: 2px solid #e2eaef;
    font: #e2eaef;
    z-index: 99;
    top: 0;
    bottom: 0;
    /*margin: 3em;*/
    right: 0;
    left: 0;
    padding: 17px;
    margin-top: 10px;
    box-shadow: 0px 0px 8px grey;
    font: #2c99cc;
    /*float: right;
    margin-right: -562px;*/
    color: white;
    display: block;
    text-align: center;
}

.packageEnterprise {
    max-width: 630px;
    height: 218px;
    width: 243px;
    /* min-height: 500px; */
    border-radius: 5px;
    background: rgb(33, 150, 243);
    border: 2px solid #e2eaef;
    font: #e2eaef;
    z-index: 99;
    top: 0;
    bottom: 0;
    /*margin: 3em;*/
    right: 0;
    left: 0;
    padding: 17px;
    margin-top: 10px;
    box-shadow: 0px 0px 8px grey;
    font: #2c99cc;
    /*float: right;
    margin-right: -562px;*/
    color: white;
    display: block;
    text-align: center;
}

.spanBlock {
    background-color: green;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 9pt;
    margin-right: 18px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.spanBlock2 {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 9pt;
    margin-right: 36px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.customPackageSelectBtn {
    margin-top: 2em;
}

.package2Row {
    float: right;
}

.package1Row {
    float: left;
}
/*MUST CALL FOR ENTERPRISE*/
.mustCall h6 {
    font-size: 9pt;
    font-style: italic;
    color: lightblue;
    margin: -11px 0;
    padding: 0em;
}

    .mustCall h6 a {
        font-size: 11pt;
        font-weight: bold;
    }













.allInPackage i:hover: {
    color: green;
}

.advFeatures {
    max-width: 630px;
    height: 300px;
    /* min-height: 500px; */
    border-radius: 5px;
    background: #d9534fb5;
    border: 2px solid #e2eaef;
    font: #e2eaef;
    z-index: 99;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    padding: 40px;
    margin-top: 27px;
    box-shadow: 0px 0px 8px grey;
    font: #2c99cc;
    float: right;
    margin-right: 17px;
    color: white;
}

@media(max-width: 800px) {
    .advFeatures {
        margin-right: auto;
    }
}


.packageContainer {
    background: rgba(255,255,255,.8);
    border: 2px solid #2c99cc;
    z-index: 99;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    padding: 40px;
    margin-top: 100px;
}

.packageHeading {
    border-bottom: 1px solid #2c99cc;
    text-align: center;
    color: #1e90ff;
    letter-spacing: .5px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.featuresHeading {
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    color: #ebebeb;
    letter-spacing: .5px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.packagePrice {
    border-bottom: 1px solid #2c99cc;
    text-align: center;
    color: black;
    letter-spacing: .5px;
    font-family: Poppins, sans-serif;
}

.packageHeading2 {
    border-bottom: 1px solid white;
    text-align: center;
    color: white;
    letter-spacing: .5px;
}

.packageHeading3 {
    border-bottom: 1px solid white;
    text-align: center;
    color: white;
    letter-spacing: .5px;
    font-size: 18pt;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.dependency p {
    font-size: 12px;
    text-align: center;
    align-content: center;
    color: black;
}

.dependency {
    background-color: #8080804a;
}




.membershipHeading {
    border-bottom: 1px solid black;
    text-align: center;
    color: black;
    letter-spacing: .5px;
    font-size: 18pt;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.totalHeading {
    text-align: right;
    color: Black;
    letter-spacing: .5px;
    font-size: 14pt;
}

.userContainer {
    background: rgba(255,255,255,.8);
    border: 2px solid #2c99cc;
    z-index: 99;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    padding: 40px;
    margin-top: 100px;
    color: black;
}

.btnSelect button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}


.w3-btn {
    margin-top: 2em;
}

.w-btn:hover {
    color: #1e90ff;
}


.novaHeading {
    background-color: rgba(216, 216, 216, 0.6);
    text-align: center;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 1px 10px;
    margin-bottom: 0em;
    background-size: cover;
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 50px 10%;
}

.novaTitle {
    margin: 0;
    font-size: 2.3em;
    font-weight: 600;
    color: #434852;
}

.smallTot {
    float: right;
    font-size: 12pt;
    font-style: italic;
}




.containerP {
    border-radius: 5px;
    background: white;
    border: 2px solid #2c99cc;
    z-index: 99;
    top: 0;
    bottom: 0;
    margin: 13px;
    right: 0;
    left: 0;
    padding: 8px;
    margin-top: 20px;
    margin-bottom: 64px;
    box-shadow: 0px 0px 8px grey;
    font: #2c99cc;
}

.icon {
    align-content: center;
}

.featureContainer {
    background-color: rgba(255,255,255,.3);
}


/*HEADING LOGO*/
.novaLogo img {
    width: 488px;
    align-content: center;
}

.novaLogo {
    background: #ffffff69;
    border-radius: 4px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.1), 3px 8px 14px 1px #b5b5b5;
    padding: 2%;
}

.novaLogo-inner {
    width: 100%;
    border: solid 1px rgba(216, 216, 216, 0.6);
}

.highlight {
    background-color: rgba(0,123,255,.25);
}

    .highlight p {
        font-size: 12px;
        text-align: center;
        align-content: center;
        color: black;
    }

.selectOne {
    text-align: right;
    background-color: rgba(0,123,255,.25);
    font-style: italic
}

.bottomBorder {
    border-bottom: dashed;
}

.Save{
    font-size: 14px;
    text-align: center;
    align-content: center;
    color: red;
    font-weight:bold;
}
/*==============OVERRIDES=================*/
/*W3 OVERRIDE*/
.w3-col {
    margin-left: 0em;
    padding: 2em;
    margin-right: 5em;
}

.w3-padding {
    padding: 2px;
    ;
}

.bh-tag {
    background-color: #337ab7;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}


/*render body container override*/
.IntroHeightAdjustment {
    height: auto;
    padding-bottom: 156px;
    padding-top: 8em;
    min-height: calc(100vh - 143px);
}

.row {
    display: unset;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    margin-right: auto;
    margin-left: auto;
}

.IntroContainer {
    position: absolute;
}

.w3-xlarge {
    font-size: 17px !important;
}

.w3-container h3 {
    font-size: 14pt;
}

/*==========MODAL============*/
@media (max-width: 768px) {
    .w3-modal {
        padding-top: 131px;
    }
}

.infoRight {
    text-align: end;
}

#Features h3 {
    text-align: center;
    font: black;
    border-bottom: 1px solid #2c99cc;
}

.feature {
    color: black;
    text-align: center;
    border-bottom: 1px solid #2c99cc;
}


/*======================CONTINUE BUTTON=====================*/
.PlanTable {
    border-radius: 4px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
    padding: 2%;
    position: relative;
    z-index: 2;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*========================MEMBERSHIP OPTIONS=====================*/



.membership-section {
    padding: 2%;
    position: relative;
    z-index: 2;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*height: 29em;*/
    margin-top: 33em;
    border-radius: 5px;
    background: rgba(255,255,255,.8);
    background: #ddd;
    border: 2px solid #2c99cc;
    box-shadow: 0px 0px 8px grey;
}

.StepHeadingIndex {
    font-family: open sans, sans-serif;
    color: #1e90ff;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}

.StepCircleIndex {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #1e90ff;
    display: inline-block;
    margin-right: 10px;
    color: white;
    text-align: center;
    /*line-height: 30px;*/
    font-family: Poppins, sans-serif;
}
/*======================PRICING PAGE - LISTING FEATURES======================*/
.packageColumn {
    border-radius: 4px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
    padding: 2%;
    position: relative;
    z-index: 2;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    width: 25%;
    padding: 10px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}


.packageFeatureColumn {
    border-radius: 4px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
    padding: 2%;
    position: relative;
    z-index: 2;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    padding: 10px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.ultPackage {
    background-color: rgba(0,123,255,.25);
}

.greenCheck {
    color: green;
}

.redX {
    color: red;
}

/*input[disabled] {
    position: relative;
    height: 15px;
    width: 15px;
    box-sizing: border-box;
    margin: 0;
}
input[disabled]::after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: red;
}*/
/*========================RESPONSIVE==================================*/
@media only screen and (max-width: 640px) {
    .containerB {
        max-width: 630px;
        height: auto;
        width: auto;
        border-radius: 5px;
        background: rgba(255,255,255,.8);
        border: 2px solid #2c99cc;
        z-index: 99;
        top: 0;
        bottom: 0;
        /* margin: -5px; */
        /* margin: -14px; */
        /* right: 0; */
        /* left: 0; */
        padding: 8px;
        margin-top: 20px;
        /* margin-bottom: 64px; */
        box-shadow: 0px 0px 8px grey;
        font: #2c99cc;
        /* float: left; */
        display: inline-block;
    }

    .highlight {
        padding-right: 3em;
    }

    .allInPackage {
        max-width: 630px;
        height: auto;
        /*min-height: 500px;*/
        border-radius: 5px;
        background: rgba(33, 150, 243, 0.64);
        border: 2px solid #e2eaef;
        font: #e2eaef;
        z-index: 99;
        top: 0;
        bottom: 0;
        margin: -1em;
        right: 0;
        left: 0;
        padding: 40px;
        margin-top: 48px;
        box-shadow: 0px 0px 8px grey;
        font: #2c99cc;
        float: right;
        /*margin-right: 133px;*/
        color: white;
    }



    .packagePro {
        margin-right: 42px;
        width: 309px;
        margin-top: 20px;
    }

    .packageBusiness {
        margin-right: 42px;
        width: 309px;
        margin-top: 1em;
    }

    .packageUltimate {
        margin-right: 42px;
        width: 309px;
        margin-top: 20px;
    }

    .packageEnterprise {
        margin-right: 42px;
        width: 309px;
        margin-top: 20px;
    }

    .package2Row {
        /*float: right;
        margin-right: -52px;
        margin-right: -63px;*/
        display: inline-block;
        float: unset;
        padding: inherit;
    }

    .package1Row {
        /*float: left;
        /* margin-right: 2em; */
        /*margin-left: -24px;*/
        padding: inherit;
    }


    .containerPackages {
        right: 0;
        left: 0;
        padding: inherit;
        float: none;
        margin-right: 0em;
        width: auto;
    }

    .membership-section {
        height: 35em;
        margin-top: 4em;
    }

    .fourPackages {
        width: auto;
    }
}

/*===================IPAD===============*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    .containerPackages {
        max-width: 630px;
        height: auto;
        min-height: 480px;
        width: 600px;
        z-index: 99;
        top: 0;
        bottom: 0;
        /* margin: 2em; */
        right: 0;
        left: 0;
        padding: 40px;
        margin-top: 75px;
        /* box-shadow: 0px 0px 8px grey; */
        font: #2c99cc;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }

    .containerB {
        float: unset;
        width: auto;
        border-radius: 5px;
        background: rgba(255,255,255,.8);
        background: #ddd;
        border: 2px solid #2c99cc;
        z-index: 99;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 40px;
        box-shadow: 0px 0px 8px grey;
        font: #2c99cc;
        margin: inherit;
    }
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {



    .membership-section {
        padding: 2%;
        position: relative;
        z-index: 2;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: 29em;
        margin-top: 2em;
        border-radius: 5px;
        background: rgba(255,255,255,.8);
        background: #ddd;
        border: 2px solid #2c99cc;
        box-shadow: 0px 0px 8px grey;
        float: left;
        margin-left: 0em;
        /* display: contents; */
    }

    .packageHeading3 {
        border-bottom: 1px solid white;
        text-align: center;
        color: white;
        letter-spacing: .5px;
        font-size: 15pt;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        float: initial;
        display: grid;
        padding-left: 0em;
    }


}

