﻿/* -----------------------
Base styles
------------------------*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    -ms-zoom: 1;
    zoom: 1; /* ie 6/7 */
}

.nowrap {
    white-space: nowrap;
}

body {
    color: #333;
    background-color: #eee;
    font: 1em/1.2 "Trebuchet MS", Helvetica, sans-serif;
    line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 .5em;
    font-weight: 500;
    line-height: 1.1;
}

h1 {
    font-size: 2.25em;
}
/* 36px */
h2 {
    font-size: 1.75em;
}
/* 28px */
h3 {
    font-size: 1.375em;
}
/* 22px */
h4 {
    font-size: 1.125em;
}
/* 18px */
h5 {
    font-size: 1em;
}
/* 16px */
h6 {
    font-size: .875em;
}
/* 14px */

p {
    margin: 0 0 1.5em;
    line-height: 1.5;
}

blockquote {
    padding: 1em 2em;
    margin: 0 0 2em;
    border-left: 5px solid #eee;
}

hr {
    height: 0;
    margin-top: 1em;
    margin-bottom: 2em;
    border: 0;
    border-top: 1px solid #ddd;
}

table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
}

th, td {
    padding: .5em 1em;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

/* -----------------------
Layout styles
------------------------*/

.container {
    max-width: 61em;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    box-shadow: 7px 0 7px -7px #404040, -7px 0 7px -7px #404040;
    -webkit-box-shadow: 7px 0 7px -7px #404040, -7px 0 7px -7px #404040;
    -moz-box-shadow: 7px 0 7px -7px #404040, -7px 0 7px -7px #404040;
}

.header {
    color: #0070B8;
    margin-bottom: 10px;
    background: white;
    padding: 1em 1.25em;
    border-bottom: 5px solid cornflowerblue;
    -webkit-box-shadow: 0px 5px 5px gray;
    -moz-box-shadow: 0px 5px 5px gray;
    box-shadow: 0px 5px 5px gray;
}

.header-heading {
    margin: 0;
}

.nav-bar {
    background: #000;
    padding: 0;
}

.content {
    padding: 1em 1.25em;
}

.footer {
    color: black;
    background: white;
    border-top: 5px solid cornflowerblue;
    padding: 1em 1.25em;
    text-align: center;
    line-height: 2;
    height: 10em;
    -webkit-box-shadow: 0px -5px 5px gray;
    -moz-box-shadow: 0px -5px 5px gray;
    box-shadow: 0px -5px 5px gray;
}

/* -----------------------
anchor tags
------------------------*/

a {
    color: #0070B8;
}

/* -----------------------
Single styles
------------------------*/

.img-responsive {
    max-width: 100%;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

/* -----------------------
Wide styles
------------------------*/

@media (min-width: 42em) {
    .header {
        padding: 1.5em 3em;
    }

    .nav-bar {
        padding: 1em 3em;
    }

    .content {
        padding: 2em 1em 2em 2em;
    }

    .footer {
        padding: 2em 3em;
    }

    .nav li {
        display: inline;
        margin: 0 1em 0 0;
    }

    .nav a {
        display: inline;
        padding: 0;
        border-bottom: 0;
    }
}

/* -----------------------
Custom Styles
------------------------*/

.alignCenter {
    text-align: center !important;
}

​select option {
    font-size: 1.5em;
}

#plan .options {
    margin: 10px 0;
    padding-left: 20px;
}

.btn {
    border-radius: 60px;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    -moz-border-radius: 60px;
    padding: 12px 25px 12px 25px;
    text-decoration: none;
    -webkit-border-radius: 60px;
    cursor: pointer;
}

.btnNext {
    background: #338a00;
    background-image: linear-gradient(to bottom, #338a00, #2bb82f);
    background-image: -moz-linear-gradient(top, #338a00, #2bb82f);
    background-image: -ms-linear-gradient(top, #338a00, #2bb82f);
    background-image: -o-linear-gradient(top, #338a00, #2bb82f);
    background-image: -webkit-linear-gradient(top, #338a00, #2bb82f);
    border: solid #00a300 1px;
    box-shadow: 0px 1px 3px #0dba30;
    -moz-box-shadow: 0px 1px 3px #0dba30;
    -webkit-box-shadow: 0px 1px 3px #0dba30;
}

    .btnNext:hover {
        background: #3ac924;
        background-image: linear-gradient(to bottom, #3ac924, #0ea800);
        background-image: -moz-linear-gradient(top, #3ac924, #0ea800);
        background-image: -ms-linear-gradient(top, #3ac924, #0ea800);
        background-image: -o-linear-gradient(top, #3ac924, #0ea800);
        background-image: -webkit-linear-gradient(top, #3ac924, #0ea800);
        text-decoration: none;
    }

.btnPrev {
    background: #ff0000;
    background-image: linear-gradient(to bottom, #ff0000, #c70000);
    background-image: -moz-linear-gradient(top, #ff0000, #c70000);
    background-image: -ms-linear-gradient(top, #ff0000, #c70000);
    background-image: -o-linear-gradient(top, #ff0000, #c70000);
    background-image: -webkit-linear-gradient(top, #ff0000, #c70000);
    border: solid #d60404 1px;
    box-shadow: 0px 1px 3px #990000;
    -moz-box-shadow: 0px 1px 3px #990000;
    -webkit-box-shadow: 0px 1px 3px #990000;
}

    .btnPrev:hover {
        background: #c20000;
        background-image: linear-gradient(to bottom, #c20000, #e80303);
        background-image: -moz-linear-gradient(top, #c20000, #e80303);
        background-image: -ms-linear-gradient(top, #c20000, #e80303);
        background-image: -o-linear-gradient(top, #c20000, #e80303);
        background-image: -webkit-linear-gradient(top, #c20000, #e80303);
        text-decoration: none;
    }

.checkboxFocus {
    background-color: lightyellow !important;
}

.checkBox {
    display: inline-block;
    position: relative;
}

    .checkBox > .box {
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 4px;
        display: block;
        height: 20px;
        position: relative;
        width: 20px;
    }

        .checkBox > .box > .tick {
            border-bottom: 2px solid #333;
            border-left: 2px solid #333;
            display: none;
            height: 10px;
            left: 2px;
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            position: absolute;
            top: -2px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            width: 22px;
        }

    .checkBox > input {
        border: none;
        height: 20px;
        left: 0;
        margin: 0;
        opacity: 0;
        outline: none;
        padding: 0;
        position: absolute;
        top: 0;
        width: 20px;
        z-index: 1;
    }

        .checkBox > input:active + .box {
            background-color: #ddd;
            border-color: #aaa;
        }

        .checkBox > input:checked + .box > .tick {
            display: block;
        }

    .checkBox.checked > .box > .tick {
        display: block;
    }

.circle {
    background-color: black;
    border-radius: 100%;
    float: left;
    height: 2em;
    margin-right: 5px;
    margin-top: -5px;
    -moz-border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 100%;
    width: 2em;
}

    .circle span {
        color: white;
        font-family: sans-serif;
        font-size: 1.5em;
        font-weight: bold;
        margin-top: -0.05em;
        margin-right: 0.08em;
    }

.contactInfo {
    font-size: 1.1em;
    text-align: center;
}

.countyRestrictions {
    font-family: "Trebuchet MS Bold", Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bolder;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 48em;
    text-align: center;
}

    .countyRestrictions img {
        margin-top: -10px;
        vertical-align: middle;
    }

.denote {
    margin-left: 2em;
    margin-top: 2em;
    width: 30em;
}

.divContent {
    display: block;
    padding: 10px;
    padding: 5px 0px 5px 20px;
}

.divHeading {
    background-color: lightgrey;
    color: black;
    display: block;
    font-size: 1em;
    width: 100%;
    height: 2.5em;
}
.subHeading {
    color: black;
    display: block;
    font-size: 1em;
    width: 100%;
    height: 2.5em;
}


.innerHeadingPadding {
    padding: 5px 0 5px 10px;
    height: 100%;
    width: 100%;
    display: block;
}

.fancyBlockText {
    margin-right: 50px;
    text-align: justify;
    -ms-text-justify: inter-word;
    text-justify: inter-word;
    width: 90% !important;
}

.filler {
    border-bottom: 1px dashed black;
    display: block;
    overflow: auto;
    position: relative;
    top: -4px;
}

.floatLeft {
    Float: left;
}

.floatRight {
    Float: right;
}

.floatNone {
    Float: none
}

.fontSizeHeader {
    position: relative !important;
    top: 30px !important;
    font-size: 1em !important;
    color: #0070B8 !important;
}

    .fontSizeHeader a {
        color: #0070B8 !important;
    }

.fontSize {
    font-size: .7em;
}

    .fontSize > ul > li {
        display: inline;
        list-style-type: none;
    }

        .fontSize > ul > li > a {
            text-decoration: none;
            color: white;
        }

        .fontSize > ul > li .size1 {
            font-size: 1.4em;
        }

        .fontSize > ul > li .size2 {
            font-size: 1em;
        }

        .fontSize > ul > li .size3 {
            font-size: 18px;
        }

.formHeader {
    margin: 0 auto;
    margin-top: -20px;
    max-width: 46.5em;
    text-align: center;
}

.furtherInformation {
    font-size: 1.2em;
    font-weight: bolder;
    line-height: 1.4;
    margin: 0 auto;
    margin-top: -20px;
    max-width: 45em;
    text-align: center;
}

    .furtherInformation .heading {
        color: #0070B8;
        font-size: 1.3em;
    }

.headingArrows {
    width: 2.5em;
    height: 2.5em;
}



.infoBlock1, .infoBlock2, .infoBlock3 {
    float: left;
    height: 20.8em;
    margin-bottom: 20px;
    width: 16em;
    padding-right: 33px;
}



.infoBlockBot {
    border: 1px solid cornflowerblue;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: 11em;
    line-height: 1.72em;
    margin-top: -5px;
    -moz-bottom-top-left-radius: 18px;
    -moz-bottom-top-right-radius: 18px;
    padding-top: 5px;
    text-align: center;
    -webkit-bottom-top-left-radius: 18px;
    -webkit-bottom-top-right-radius: 18px;
    max-width: 100%;
}

.infoBlocks {
    margin: 0 auto;
    text-align: center;
    width: 96%;
    margin-left: 2.0em;
}

    .infoBlocks .alignNumber {
        position: relative;
        left: 45%;
        bottom: 3%;
    }

.infoBlockTop {
    background-color: cornflowerblue;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    color: white;
    display: block;
    font-size: 1.3em;
    font-weight: bolder;
    height: 4.4em;
    margin-top: 5px;
    -moz-border-top-left-radius: 18px;
    -moz-border-top-right-radius: 18px;
    padding: 30px;
    text-align: center;
    -webkit-border-top-left-radius: 18px;
    -webkit-border-top-right-radius: 18px;
    max-width: 100%;
}


.infoBlockTop3 {
    background-color: cornflowerblue;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    color: white;
    display: block;
    font-size: 1.02em;
    font-weight: bolder;
    height: 5.6em;
    margin-top: 5px;
    -moz-border-top-left-radius: 18px;
    -moz-border-top-right-radius: 18px;
    padding: 30px;
    text-align: center;
    -webkit-border-top-left-radius: 18px;
    -webkit-border-top-right-radius: 18px;
    max-width: 100%;
}


.initialInstructions {
    font-family: "Trebuchet MS Bold", Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bolder;
    margin: 0 auto;
    max-width: 25em;
    text-align: center;
}

.inset20 {
    margin-left: 20px;
}

.inset40 {
    margin-left: 40px;
}


.leftMargin5 {
    margin-left: 5px;
}

/*beginning 2018*/
.medicareCardDetails {
    border: 1px double black;
    border-radius: 18px;
    float: left;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    width: 90%
} 

.medicareCardInner {
    float: left;
    margin: 2% 0;
    width: 53%;
}

.medicareCardDetails .medicareCardBottom {
    padding-left: 2%;
}

    .medicareCardDetails .medicareCardBottom .medDates {
        margin: 0 auto;
        max-width: 25em;
        padding-top: 15px;
    }

        .medicareCardDetails .medicareCardBottom .medDates .medEffDate {
           width:auto;
        }

        .medicareCardDetails .medicareCardBottom .medDates .medEntitled {
            float: left;
            padding-right: 30px;
            line-height: 1.9;
        }

.medicareCardDetails .medicareCardTop {
    height: 3em;
}

    .medicareCardDetails .medicareCardTop .detailBot {
        background-color: black;
        height: 33%;
    }

    .medicareCardDetails .medicareCardTop .detailMid {
        height: 34%;
        padding-bottom: 5px;
        text-align: center;
        vertical-align: middle;
    }

        .medicareCardDetails .medicareCardTop .detailMid .left {
            margin-left: 15px;
            padding-right: 27px;
        }

        .medicareCardDetails .medicareCardTop .detailMid .right {
            padding-left: 25px;
        }

        .medicareCardDetails .medicareCardTop .detailMid .seal {
            position: relative;
        }

            .medicareCardDetails .medicareCardTop .detailMid .seal img {
                bottom: -.5em;
                height: 45px;
                left: -1.4em;
                position: absolute;
                vertical-align: middle;
                width: 45px;
            }

    .medicareCardDetails .medicareCardTop .detailTop {
        background-color: black;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        height: 33%;
        -moz-border-top-left-radius: 18px;
        -moz-border-top-right-radius: 18px;
        position: relative;
        -webkit-border-top-left-radius: 18px;
        -webkit-border-top-right-radius: 18px;
    }

.medCardDisclaimer {
    margin-top: 5%;
}

.medicareCardInfo {
    border-right: 1px double black;
    float: left;
    margin-right: 40px;
    margin-top: 1%;
    width: 35%;
    text-align: left;
    padding-right: 1%;
    padding-top: 0;
    min-height: 285px;
}

/*end beginning 2018*/




.midPageSepHeader,
.midPageSepHeaderSmall {
    background-color: lightgrey;
    border-radius: 12px;
    display: inline-block;
    font-size: 1.1em;
    max-width: 42em;
    -moz-border-radius: 12px;
    padding: 20px 60px;
    margin-top: 20px;
    text-align: center;
    -webkit-border-radius: 12px;
}

.midPageSepHeaderSmall {
    font-size: .8em !important;
    max-width: 35em !important;
    display: block;
}

.oeBold {
    font-family: "Trebuchet MS Bold", Helvetica, sans-serif;
    font-weight: bolder;
}

ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 100%;
}

    ol.progtrckr li {
        display: inline-block;
        line-height: 3em;
        width: 100%;
        margin: -4px;
        padding-bottom: 5px;
    }

    ol.progtrckr[data-progtrckr-steps="2"] li {
        width: 49%;
    }

    ol.progtrckr[data-progtrckr-steps="3"] li {
        width: 33%;
    }

    ol.progtrckr[data-progtrckr-steps="4"] li {
        width: 24%;
    }

    ol.progtrckr[data-progtrckr-steps="5"] li {
        width: 19%;
    }

    ol.progtrckr[data-progtrckr-steps="6"] li {
        width: 16%;
    }

    ol.progtrckr[data-progtrckr-steps="7"] li {
        width: 14%;
    }

    ol.progtrckr[data-progtrckr-steps="8"] li {
        width: 12%;
    }

    ol.progtrckr[data-progtrckr-steps="9"] li {
        width: 11%;
    }

    ol.progtrckr li.progtrckr-done {
        color: black;
        border-bottom: 4px solid cornflowerblue;
    }

    ol.progtrckr li.progtrckr-current {
        color: black;
        border-bottom: 4px solid cornflowerblue;
    }

    ol.progtrckr li.progtrckr-todo {
        color: silver;
        border-bottom: 4px solid silver;
    }

    ol.progtrckr li:after {
        content: "\00a0\00a0";
    }

    ol.progtrckr li:before {
        position: relative;
        bottom: -2.5em;
        float: left;
        left: 50%;
        line-height: 1em;
    }

    ol.progtrckr li.progtrckr-done:before {
        content: "\2713";
        color: white;
        background-color: cornflowerblue;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        border: none;
        border-radius: 1.2em;
        left: 4.5em;
        bottom: -2.8em;
    }

    ol.progtrckr li.progtrckr-todo:before {
        content: " ";
        background-color: white;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        border-radius: 1.2em;
        -webkit-border-radius: 1.2em;
        -moz-border-radius: 1.2em;
        border: 1px solid silver;
        left: 4.7em;
        bottom: -2.8em;
    }

    ol.progtrckr li.progtrckr-current:before {
        content: " ";
        background-color: white;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        -webkit-border-radius: 1.2em;
        -moz-border-radius: 1.2em;
        border-radius: 1.2em;
        border: 1px solid cornflowerblue;
        left: 4.7em;
        bottom: -2.8em;
    }

.oldie .checkBox {
    -ms-zoom: 1;
    zoom: 1;
}

    .oldie .checkBox > .box > .tick {
        filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476, sizingMethod='auto expand');
    }

    .oldie .checkBox > .box > .tick {
        left: 1px;
        top: -5px;
        -ms-zoom: 1;
        zoom: 1;
    }

    .oldie .checkBox > input {
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    }

.outset20 {
    margin-right: 20px;
}

.outset40 {
    margin-right: 40px;
}

.outset60 {
    margin-right: 60px;
}

.outset80 {
    margin-right: 80px;
}

.paddingInset20 {
    padding-left: 20px;
}

.paddingInset40 {
    padding-left: 40px;
}

.planAlert {
    color: red;
    background-color: khaki;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    padding: 10px;
    position: relative;
    right: 50px;
    width: 15em;
}

.pthpStep .details {
    font-size: .8em;
    margin-left: 40px;
    width: 70%;
}

.pthpStep .options {
    /*font-size: 1.1em;*/
    margin-left: 40px;
    margin-top: 10px;
}

    .pthpStep .options span.field {
        line-height: 1.8;
        margin-right: 15px;
    }

.pthpStep .question,
.pthpStep .checkQuestion {
    margin-left: 40px;
    width: 100%;
}

    .pthpStep .checkQuestion .question {
        width: 95% !important;
    }

    .pthpStep .question .checkBox {
        margin-right: 40px;
    }

.pthpStep .checkDetails {
    margin-left: 20px;
    padding-top: 20px;
}

.pthpStep .checkQuestion,
.questionGroup {
    padding: 1.2em;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border: 1px solid lightgrey;
    margin-top: 10px;
    width: 80%;
}

.questionGroup {
    width: 95% !important;
}

.redUnderline {
    color: #0070B8;
    font-size: 1.1em;
    text-decoration: underline;
}

.renalDisease {
    font-family: "Trebuchet MS Bold", Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bolder;
    margin: 0 auto;
    max-width: 40em;
    text-align: center;
}

input:focus {
    background-color: lightyellow !important;
}

.required {
    background-color: lightyellow;
    border: 2px solid lightgray;
    border-radius: 10px;
    display: inline-block;
    margin-top: 5px;
    -moz-border-radius: 10px;
    padding: 2px 3px 5px 5px;
    -webkit-border-radius: 10px;
}

.requiredLong {
    background-color: lightyellow;
    border: 2px solid lightgray;
    border-radius: 10px;
    display: inline-block;
    margin-top: 5px;
    -moz-border-radius: 10px;
    padding: 2px 3px 5px 5px;
    -webkit-border-radius: 10px;
    width: 500px;
}

.requiredFields {
    border: 5px double crimson;
    border-radius: 10px;
    margin-left: 5em;
    margin-top: 2em;
    -moz-border-radius: 10px;
    padding: 2em;
    -webkit-border-radius: 10px;
    width: 30em;
}

.errorMessage {
    width: 55em !important;
    margin-left: 10px !important;
}

.responseCheck {
    padding-left: 30px;
}

.rightMargin5 {
    margin-right: 5px;
}

.selectedPlan {
    background-color: white;
    border-bottom: 4px solid cornflowerblue;
    box-shadow: 0px 5px 5px gray;
    min-height: 9em;
    max-width: 61em;
    -moz-box-shadow: 0px 5px 5px gray;
    -webkit-box-shadow: 0px 5px 5px gray;
    width: 100%;
    z-index: 1;
}

.selectedPlanBottom {
    padding: 10px;
}

.selectedPlanTop {
    background-color: cornflowerblue;
    color: white;
    font-size: 1.3em;
    padding: 10px;
}

.sepHeader {
    background-color: lightgrey;
    border-radius: 18px;
    font-size: 1em;
    margin: 0 auto;
    max-width: 42em;
    -moz-border-radius: 18px;
    padding: 20px;
    text-align: left;
    -webkit-border-radius: 18px;
}

.spaceData {
    line-height: 2;
    margin-bottom: 15px;
}

.specialGroup {
    border: 5px double grey;
    margin-top: 20px;
    width: 90%;
}

.specialPaddingRequired {
    padding: 1.2em !important;
}

.stepTracker {
    background-color: white;
    display: block;
    max-width: 61em;
    text-align: center;
    width: 100%;
}

#sticky-div-1.sticky {
    position: fixed;
    top: 0;
}

#sticky-div-2.sticky {
    position: fixed;
    /*top: 4.3em;*/
    top: 0;
}

.subHeaderHR {
    background-color: cornflowerblue;
    border: none;
    color: cornflowerblue;
    height: 2px;
    max-width: 45em;
}

.underline {
    text-decoration: underline;
}

img.asterisk {
    height: 8px;
    margin-right: 2px;
    vertical-align: super;
    width: 8px;
}

input[type=text] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    bottom: 2px;
    font-size: 0.8em;
    font-weight: bolder;
    padding: 2px 0px;
    position: relative;
}

/* -----------------------
Jquery UI
------------------------*/

.ui-datepicker-trigger {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    text-align: center;
}

div.ui-datepicker {
    font-size: 90%;
}

/* Special Styles */
.customWidth1 {
    width: 37.5%;
}

.customWidth2 {
    width: 34.5%;
}

.customWidth3 {
    width: 13.5%;
}

.customWidth4 {
    width: 8%;
}

.customWidth5 {
    width: 37%;
}

.customWidth6 {
    width: 15.7%;
}

.customWidth7 {
    width: 23.5%;
}

.customWidth8 {
    width: 44%;
}


/*
  Modal Overlay
*/
.modal-overlay {
    background: rgba(0,0,0,.8);
    height: 100%;
    left: 0;
    display: flex;
    overflow: auto;
    padding: 1.5em;
    position: fixed;
    top: 0;
    transition: opacity .2s;
    width: 100%;
    z-index: -1;
}

    .modal-overlay[aria-hidden="true"] {
        opacity: 0;
        visibility: hidden;
    }

    .modal-overlay[aria-hidden="false"] {
        opacity: 1;
        visibility: visible;
        z-index: 2;
    }

/*
  Modal Content Area
*/
.modal-content {
    background: #efefef;
    margin: auto;
    max-width: 800px;
    overflow: auto;
    overflow-x: hidden;
    padding: 1.5em;
    position: relative;
    transform: scale(.8);
    transition: transform .3s;
    width: 100%;
}

.modal-overlay[aria-hidden="false"] .modal-content {
    transform: scale(1);
}

/*
  General Modal Content
*/
#modal-title {
    margin-top: 0;
    padding-right: 1.25em;
}

/*
  Close Modal Button
*/
.btn-close {
    background: none;
    border: none;
    cursor: pointer;
    font-family: arial;
    font-size: 2em;
    font-weight: 800;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: .25em;
    top: .25em;
    z-index: 2;
}

    .btn-close:hover {
        color: #c12f48;
    }

    .btn-close:focus {
        outline: 1px dotted;
    }

/*
    Disclaimer list
*/
.disclaimer ul {
    list-style: initial;
    margin: initial;
    padding: 0 10px 0 40px;
}

.disclaimer ul ul, ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
}

/*
    section dividers
*/
.section-divider {
    border-bottom: 2px solid;
    font-size: medium;
    color: black;
    margin: 15px 10px 15px 0;
}
.section-divider-light {
    border-bottom: 1px solid;
    font-size: medium;
    color: dimgray;
    margin: 10px 10px 10px 0; 
}

.section-divider-heavy {
    border-bottom: 5px solid;
    color: dimgray;
    margin: 15px 10px 15px 0;
}

.payment-details {
    width: 70%;
}

