body{
    font-size: 16px;
}


.container{
    width:100%;
    max-width: 1350px;
}



.ml20{
    margin-left: 20px;
}

.white {
    color: #fff;
}

.header-hero{
    background-color: #5A1A34;
    /*min-height: 725px;*/
}


.navbar-custom {
    background-color: #ffffff;
    border-color: #eeeeee;
    font-size: 13px;
    font-weight: bold;

    webkit-box-shadow: 0px 4px 4px 0px rgba(51,62,72,0.13),0px 4px 4px 0px rgba(51,62,72,0.13);
    -moz-box-shadow: 0px 4px 4px 0px rgba(51,62,72,0.13),0px 4px 4px 0px rgba(51,62,72,0.13);
    box-shadow: 0px 4px 4px 0px rgba(51,62,72,0.13),0px 4px 4px 0px rgba(51,62,72,0.13);
}
.navbar-custom .navbar-brand {
    color: #333e48;
    height: auto;
    padding-top: 13px;
    padding-bottom: 13px;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
    color: #1e242a;
    background-color: transparent;
}
.navbar-custom .navbar-text {
    color: #333e48;
}
.navbar-custom .navbar-nav > li > a {
    color: #333e48;
    line-height: normal;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
    color: #666666;
    background-color: transparent;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
    color: #666666;
    background-color: #eeeeee;
}
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}
.navbar-custom .navbar-toggle {
    border-color: #dddddd;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #dddddd;
}
.navbar-custom .navbar-toggle .icon-bar {
    background-color: #cccccc;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
    border-color: #ededed;
}
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #666666;
    border-bottom-color: #666666;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
    background-color: #eeeeee;
    color: #666666;
}
.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
    border-top-color: #666666;
    border-bottom-color: #666666;
}
.navbar-custom .navbar-nav > .dropdown > a .caret {
    border-top-color: #333e48;
    border-bottom-color: #333e48;
}
@media (max-width: 767px) {
    .navbar-custom .navbar-nav > li > a {
        line-height: 20px;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
        color: #333e48;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #666666;
        background-color: transparent;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #666666;
        background-color: #eeeeee;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}
.navbar-custom .navbar-link {
    color: #333e48;
}
.navbar-custom .navbar-link:hover {
    color: #666666;
}

.mainmenu{
    margin: 14px 0;
}
.mainmenu2{
    margin: 10px 0 0;
}


.btn-color {
    background-color: #5A1A34;
    border-color: #5A1A34;
    color:#fff;
    font-size: 12px;
}
.btn-color:hover,
.btn-color:focus,
.btn-color:active,
.btn-color.active {
    background-color: #461429;
    border-color: #320f1d;
    color:#fff;
}
.btn-color.disabled:hover,
.btn-color.disabled:focus,
.btn-color.disabled:active,
.btn-color.disabled.active,
.btn-color[disabled]:hover,
.btn-color[disabled]:focus,
.btn-color[disabled]:active,
.btn-color[disabled].active,
fieldset[disabled] .btn-color:hover,
fieldset[disabled] .btn-color:focus,
fieldset[disabled] .btn-color:active,
fieldset[disabled] .btn-color.active {
    background-color: #5A1A34;
    border-color: #5A1A34;
}

.hero-section{
    background-image: url("../images/herobg2.png");
    background-repeat: no-repeat;
    background-position: 790px 200px;
    height: 643px;
    padding-top: 82px;
}

.hero-section .text-container {
    display: block;
    padding: 120px 0 0 110px;
    vertical-align: middle;
    margin: 0 auto;
}

.hero-text-1 {
    font-size: 2.3em;
    line-height: 1.45em;
    font-weight: 500;
}

.hero-section .hero-text-1 {
    font-size: 60px;
    line-height: 64px;
    max-width: 580px;
    padding-left: 5%;
    font-weight: 500;
}

.hero-section .text-container h1 {
    color: #fff;
}

.hero-section .sub-head {
    text-align: left;
    width: 95%;
    max-width: 450px;
    margin: 0 auto;
    padding-left: 5%;
}

.hero-section .text-container .sub-head {
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    margin: 10px 0 6px;
}

.hero-section .text-container .btn-container {
    padding-top: 30px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.hero-section .text-container .btn-container {
    width: 95%;
    padding-left: 5%;
    max-width: 450px;
    margin: 0 auto;
    text-align: left;
}

.hero-section .text-container .btn-container {
    margin: 0;
    max-width: none;
}

.easily {
    font-size: 50px;
    line-height: 58px;
    padding: 90px 0 75px;
    text-align: center;
}

.three-step {
    height: 450px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.three-step .step-container {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    max-width: 940px;
    text-align: center;
    display: table;
    top: 0;
    z-index: 10;
    position: relative;
}

.three-step .step-container {
    max-width: 1007px;
}

.three-step .step-container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
    display: block;
}

.three-step .step-container {
    max-width: 1007px;
}

.three-step .step-container .infobox {
    height: 220px;
    display: table-cell;
    vertical-align: top;
}

.three-step .step-container .infobox {
    max-width: 325px;
    width: 33%;
}

.three-step .step-container .infobox {
    text-align: left;
    height: 395px;
    display: inline-block;
    padding: 0 1%;
    width: 44%;
    max-width: 325px;
}

.three-step .step-container .infobox {
    width: 90%;
}

.three-step .step-container .infobox {
    max-width: 325px;
    width: 33%;
}

.three-step .step-container .infobox {
    width: 31%;
    max-width: 303px;
    display: table-cell;
}

.three-step .step-container .infobox {
    max-width: 325px;
    width: 33%;
}

.three-step .step-container .colorbox {
    position: relative;
}
.three-step .step-container .colorbox {
    height: 49%;
    border-radius: 3px 3px 0 0;
}
.three-step .step-container .colorbox {
    position: relative;
}
.three-step .step-container .colorbox {
    height: 210px;
}
.three-step .step-container .colorbox {
    position: relative;
}
.three-step .step-container .colorbox.sabeaus {
    background-color: #00bf6f;
}

.three-step .step-container .colorbox .text-container {
    width: 83%;
    margin: 0 auto;
    height: 100%;
    padding-top: 9%;
}

.three-step .step-container .colorbox .text-container {
    bottom: 5%;
    height: auto;
    left: 25px;
    padding-top: 0;
    position: absolute;
}
.three-step .step-container .colorbox .text-container {
    padding-top: 5%;
}
.three-step .step-container .colorbox .text-container {
    padding-top: 20px;
}
.three-step .step-container .colorbox .text-container {
    bottom: 5%;
    height: auto;
    left: 25px;
    padding-top: 0;
    position: absolute;
}
.three-step .step-container .colorbox .text-container {
    padding-top: 8%;
    width: 83%;
}
.three-step .step-container .colorbox .text-container {
    bottom: 5%;
    height: auto;
    left: 25px;
    padding-top: 0;
    position: absolute;
}

.number {
    line-height: 1.575em;
    font-size: 3.5em;
}
.number {
    font-size: 56px;
    line-height: 88px;
}

.national-med {
    font-weight: 500;
}
.card-title {
    line-height: 40px;
    font-size: 30px;
}

.three-step .grey-container {
    width: 100%;
    display: table;
    margin: 0 auto;
    position: absolute;
    left: 0;
    z-index: 0;
    background-color: #f7f8fa;
}

.three-step .grey-container {
    background-color: #f7f8fa;
    top: 27%;
    height: 70%;
    display: block;
    width: 100%;
}

.three-step .grey-container {
    height: 281px;
}


.three-step .grey-container, .three-step .textbox {
    background-color: #f7f8fa;
}

.three-step .grey-container, .three-step .textbox {
    background-color: #f7f8fa;
}

.three-step .grey-container, .three-step .textbox {
    background-color: #f4f4f5;
}

.three-step .step-container .textbox {
    height: 45%;
    border-radius: 0 0 3px 3px;
}

.three-step .step-container .textbox {
    padding-top: 16px;
}

.three-step .step-container .infobox .textbox {
    height: 165px;
}

.body-text {
    line-height: 1.55em;
    font-size: 1.15em;
    margin: 0;
    padding: 0;
}

.body-text {
    line-height: 27px;
    font-size: 1.063em;
    margin: 0;
    padding: 0;
    padding-top: 0px;
}

.three-step .body-text {
    font-size: 18px;
}

.three-step .step-container .textbox .body-text {
    margin: 0 auto;
    width: 80%;
    padding-top: 16px;
}

.three-step .step-container .textbox .body-text {
    margin: 0 auto;
    width: 83%;
}


.three-step .step-container .colorbox.purple {
    background-color: #671e75;
}

.three-step .step-container .colorbox.blue {
    background-color: #05467e;
}


.solutions .solutions-title {
    width: 55%;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
    font-size: 3.125rem;
    line-height: 3.625rem;
}

.solutions .solutions-menu {
    background-image: url("../images/desktop_iphone.png");
    background-repeat: no-repeat;
    /*height: 800px;*/
    background-position: 789px 70px;
}

.size5of12 {
    width: 41%;
    height: 100%;
}

.solutions .solutions-menu .solutions-table-mobile {
    height: auto;
    padding-top: 90px;
}

.solutions .solutions-menu .solutions-table-mobile .infobox {
    min-height: 140px;
    padding-left: 140px;
}

.topic-title {
    font-size: 1.575em;
    line-height: 1.35em;
}

.solutions .solutions-menu h1 {
    color: #671e75;
}

.solutions .solutions-menu p {
    padding-top: 3px;
}

.solutions .btn-container {
    padding: 20px 80px 80px;
    text-align: center;
}

.pricing-two {
    margin: 30px 0px;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
.pricing-two .table {
    border-top: 1px solid #f2f2f2;
}

.pricing-two .table th, .pricing-two .table {
    text-align: center;
}

.pricing-two .table th, .pricing-two .table {
    text-align: center;
}

.pricing-two .table th, .pricing-two .table td {
    padding: 20px 10px;
    border: 1px solid #f2f2f2;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgb(242, 242, 242);
    border-bottom-color: rgb(242, 242, 242);
}

.pricing-two .table th {
    width: 25%;
    font-size: 30px;
    font-weight: 400;
    border-bottom: 0;
}

.pricing-two .ptable-star {
    position: relative;
    display: block;
    text-align: center;
}

.pricing-two i {
    color: #32c8de;
}

.pricing-two .ptable-star i {
    width: 8px;
    font-size: 13px;
}

.pricing-two .ptable-price {
    display: block;
}

.pricing-two .table td:first-child {
    padding-left: 20px;
    text-align: left;
    padding-top: 35px;
}

.pricing-two tr td .ptable-title {
    font-size: 22px;
    font-weight: 400;
}
.pricing-two tr td .ptable-title i {
    width: 23px;
    line-height: 25px;
    text-align: right;
    margin-right: 5px;
}

.membership-pricing-table {
    width: 100%;
}

.membership-pricing-table table{
    width: 100%;
}

.membership-pricing-table table .icon-no,.membership-pricing-table table .icon-yes {
    font-size: 22px
}

.membership-pricing-table table .icon-no {
    color: #a93717
}

.membership-pricing-table table .icon-yes {
    color: #209e61
}

.membership-pricing-table table .plan-header {
    text-align: center;
    font-size: 48px;
    border: 1px solid #e2e2e2;
    padding: 25px 0
}

.membership-pricing-table table .plan-header-free {
    background-color: #eee;
    color: #555
}

.membership-pricing-table table .plan-header-blue {
    color: #fff;
    background-color: #61a1d1;
    border-color: #3989c6
}

.membership-pricing-table table .plan-header-standard {
    color: #fff;
    background-color: #ff9317;
    border-color: #e37900
}

.membership-pricing-table table td {
    text-align: center;
    width: 15%;
    padding: 7px 10px;
    background-color: #fafafa;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset
}

.membership-pricing-table table,.membership-pricing-table table td {
    border: 1px solid #ebebeb
}

.membership-pricing-table table tr td:first-child {
    background-color: transparent;
    text-align: right;
    width: 24%
}

.membership-pricing-table table tr td:nth-child(5) {
    background-color: #FFF
}

.membership-pricing-table table tr:first-child td,.membership-pricing-table table tr:nth-child(2) td {
    -webkit-box-shadow: none;
    box-shadow: none
}

.membership-pricing-table table tr:first-child th:first-child {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #e2e2e2
}

.membership-pricing-table table tr:first-child th .pricing-plan-name {
    font-size: 22px
}

.membership-pricing-table table tr:first-child th .pricing-plan-price {
    line-height: 35px
}

.membership-pricing-table table tr:first-child th .pricing-plan-price>sup {
    font-size: 45%
}

.membership-pricing-table table tr:first-child th .pricing-plan-price>span {
    font-size: 30%
}

.membership-pricing-table table tr:first-child th .pricing-plan-period {
    margin-top: -7px;
    font-size: 25%
}

.membership-pricing-table table .header-plan-inner {
    position: relative
}

.membership-pricing-table table .recommended-plan-ribbon {
    box-sizing: content-box;
    background-color: #dc3b5d;
    color: #FFF;
    position: absolute;
    padding: 3px 6px;
    font-size: 11px!important;
    font-weight: 500;
    left: -6px;
    top: -22px;
    z-index: 99;
    width: 100%;
    -webkit-box-shadow: 0 -1px #c2284c inset;
    box-shadow: 0 -1px #c2284c inset;
    text-shadow: 0 -1px #c2284c
}

.membership-pricing-table table .recommended-plan-ribbon:before {
    border: solid;
    border-color: #c2284c transparent;
    border-width: 6px 0 0 6px;
    bottom: -5px;
    content: "";
    left: 0;
    position: absolute;
    z-index: 90
}

.membership-pricing-table table .recommended-plan-ribbon:after {
    border: solid;
    border-color: #c2284c transparent;
    border-width: 6px 6px 0 0;
    bottom: -5px;
    content: "";
    right: 0;
    position: absolute;
    z-index: 90
}

.membership-pricing-table table .plan-head {
    box-sizing: content-box;
    background-color: #ff9c00;
    border: 1px solid #cf7300;
    position: absolute;
    top: -33px;
    left: -1px;
    height: 30px;
    width: 100%;
    border-bottom: none
}

.page-heading {
    text-align: left;
    padding-top: 0px;
}
.heading {
    font-size: 28px;
    margin-bottom: 10px;
    padding-top: 15px;
    font-family: National2,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    line-height: 32px;
    text-shadow: none;
}

.thin-heading {
    margin-bottom: 10px;
}
.subheading {
    text-align: left;
    font-size: 18px;
    margin-bottom: 30px;
}
.features-faq{
    text-align: left; 
}
.more-features .h1-lg, .features-faq .h1-lg, .disclaimer-text .h1-lg {
    font-size: 24px;
    color: #666;
}
.underruled {
    border-bottom: 1px solid #dfdfde;
    padding-bottom: 20px;
    margin-bottom: 33px;
}