@media (max-width: 560px) {
    .plans .plan-price {
        text-align: left !important;
        margin-top: 1em !important;
    }

    .plans.top-plan .plan-name:before,
    .plans .plan-name .col-content {
        /*top: -16px !important;*/
        /*font-size: 10px !important;*/
    }
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.inside {
    margin-top: 20px;
    margin-bottom: 20px;
    /*background: #ededed;*/
    /*	background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
	background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
	background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);*/
}

.inside-full-height {
    /*
	// if you want to give content full height give him height: 100%;
	// with content full height you can't apply margins to the content
	// content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
	*/
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

/* columns of same height styles */

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-xs-top {
        vertical-align: top;
    }

    .col-xs-middle {
        vertical-align: middle;
    }

    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-sm-top {
        vertical-align: top;
    }

    .col-sm-middle {
        vertical-align: middle;
    }

    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-md-top {
        vertical-align: top;
    }

    .col-md-middle {
        vertical-align: middle;
    }

    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (max-width: 992px) {
    .plans .table-2col .col-md-6,
    #node-543 .table-2col .col-md-6 {
        min-height: initial;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-lg-top {
        vertical-align: top;
    }

    .col-lg-middle {
        vertical-align: middle;
    }

    .col-lg-bottom {
        vertical-align: bottom;
    }
}

/* Header */
#header-row {
    border-top: 5px solid #7dc000;
}

a#header-login {
    border-radius: 0;
    background-image: none;
}
/* /Header */

/* Slider */

#slider-row {
    margin-bottom: -10px;
}

/* /Slider */


/* Mission */
body.teethkeepers div#mission-row {
    background-color: #f4ce3d;
    padding: 30px 3%; /*30px 8%;*/
    color: #423a0b;
    font-size: 20px;
    text-align: justify;
    position: relative;
    min-height: 116px;
    background: url('../img/mission-row-bg.png') no-repeat 15px 50% #f4ce3d;
    padding-left: 134px;
    padding-right: 0;
}

div#mission-row > div {
    padding: 0;
}

div#mission-row.top-arrow {
    margin-top: 18px; /* may be needed if menu is shown */
    z-index: -1;
}

div#mission-row.bottom-arrow > div:after {
    display: none;
}

div#mission-row.top-arrow:before {
    content: "";
    position: absolute;
    left: 10%;
    top: -13px;
    width: 26px;
    height: 26px;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

div#mission-row.bottom-arrow:after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: -13px;
    width: 26px;
    height: 26px;
    background-color: #f4ce3d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

div#mission-row h1 {
    margin: 0;
    font-family: Verdana;
    font-weight: bold;
    letter-spacing: 2.5px;
}

div#mission-row strong {
    letter-spacing: 4px;
}
/* /Mission */

/* Content and various */

.form-box#form-vision-national-home > div > button {
    float: right;
}

.yellow-header {
    line-height: 48px;
}

.table-2col {
    font-size: 16px;
}

    .table-2col h3,
    .table-2col .h3 {
        font-size: 19px;
        margin-top: 0;
        margin-bottom: 6px;
        text-transform: uppercase;
    }

/* /Content and various */

/* Find a Dentist form */
#psearch_top_form #form-row-2 {
    padding-bottom: 10px;
}





#dds-provider-search-form.inpopup {
    padding-top: 3em;
}

    #dds-provider-search-form.inpopup .form-item select {
        min-width: 235px;
    }

    #dds-provider-search-form.inpopup #edit-lang-wrapper {
        margin-top: 0 !important;
    }

    #dds-provider-search-form.inpopup #edit-state-wrapper {
        margin-top: 0px !important;
    }





/*Select styles*/
/* Find a Dentist form */

/* Footer */
div#footer-row {
    border-bottom: 10px solid #7dc000;
}

/* /Footer */

/*Footer menu */

#block-menu-menu-edental-footer ul.menu,
#block-menu-menu-teethkeepers-footer ul.menu {
    color: #263741;
    font-weight: bold;
    text-align: center;
}

#block-menu-menu-edental-footer ul > li,
#block-menu-menu-teethkeepers-footer ul > li {
    list-style-image: none;
    list-style-type: none;
    display: inline;
}

    #block-menu-menu-edental-footer ul > li.leaf :after,
    #block-menu-menu-teethkeepers-footer ul > li.leaf :after {
        content: '       |  ';
        white-space: pre-wrap;
    }

    #block-menu-menu-edental-footer ul > li.leaf.last :after,
    #block-menu-menu-teethkeepers-footer ul > li.leaf.last :after {
        content: "";
    }

/* Select dropdowns */
/* Find-a-Dentist Home page*/

#dds-national-enhancements-national-form #edit-plan-wrapper {
    width: 117px;
}

    #dds-national-enhancements-national-form #edit-plan-wrapper select {
        width: 117px;
    }

/* Login-to-Your-Account Home page*/


#home-login-select-div {
    width: 190px;
    height: 28px;
    overflow-x: hidden;
    vertical-align: top;
    background: url(../img/select-arrow.html) no-repeat right #ffffff;
    border: 1px solid #ababab;
}

    #home-login-select-div select {
        width: 200px;
        border: none;
        background: transparent;
        padding-right: 30px;
    }

/* Forms sidebar left*/

div.region-sidebar-left input[type=submit],
div.region-sidebar-left button[type=submit],
#psearch_top_form #edit-submit-3,
#form-vision-national-find-a-dentist button[type=submit] {
    background-color: #0e5488;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
}

/* --Forms sidebar left */

/* Layouts from the Dentists page */


.yellow-bg .bigltrs > img {
    margin-right: -19px;
}

/* / Layouts from the Dentists page */



/* Sub-Menu */

.sub-menu ul.menu {
    width: 100%;
    list-style: none inside none;
    display: table;
    padding: 0;
    margin: 12px auto;
}

    .sub-menu ul.menu li {
        display: table-cell;
        border-right: 1px solid gray;
        padding: 0 10px;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
    }

        .sub-menu ul.menu li:last-child {
            border-right: 0 none;
        }

        .sub-menu ul.menu li a {
            color: #330072;
        }

            .sub-menu ul.menu li a:hover {
                text-decoration: none;
            }
/* /Sub-Menu */

.bg-lightgray-h3px {
    background: url('../img/bg-lightgray-h3px.png') repeat-x 0 50% white;
    height: 50px;
}

.bg-darkgray-h3px {
    background: url('../img/bg-darkgray-h3px.png') repeat-x 0 50% white;
    height: 35px;
}

.show-all-plans {
    text-align: center;
    margin: 20px -15px;
}

    .show-all-plans a {
        color: #9f045f !important;
        font-size: 26px;
        font-weight: bold;
    }

.green-header {
    background-color: #82bd01;
    text-align: center;
    height: 48px;
    overflow: hidden;
    margin-bottom: 12px;
    line-height: 40px;
    /*font-family: Verdana;*/
    font-size: 20px;
    font-weight: bold;
    color: white;
}

    .green-header a {
        color: white !important;
    }

    .green-header h2 {
        margin: 0 auto;
        color: #82bd01;
        display: inline-block;
        background-color: white;
        width: auto;
        height: 48px;
        line-height: 48px;
        white-space: nowrap;
    }

        .green-header h2 strong {
            float: left;
        }

        .green-header h2:before,
        .green-header h2:after {
            content: "";
            width: 40px;
            height: 60px;
            background-color: white;
            border-radius: 50%;
            margin: -6px auto 0px;
            padding-top: 16px;
            float: left;
        }

        .green-header h2:before {
            margin-left: -8px;
        }

        .green-header h2:after {
            margin-right: -8px;
        }


/* Plans grid */


.green-title {
}

    .green-title h2 {
        color: #82bd01;
        margin: 0;
        font-weight: bold;
        font-size: 34px;
        text-transform: uppercase;
    }

    .green-title h3 {
        color: #82bd01;
        margin: 0;
        font-weight: bold;
        font-size: 23px;
        text-transform: uppercase;
    }

    .green-title h1 {
        color: #82bd01;
    }

.plans {
    /*font-family: Verdana;*/
}

.tk-ed-list-plans div.plans-hidden {
    display: none;
}

.plans .plan-name {
    background-color: #82bd01;
    padding: 0;
}

.plans.top-plan .plan-name:before {
    content: "*TOP SELLER*";
    position: absolute;
    left: 0;
    top: -24px;
    width: 100%;
    text-align: center;
    background-color: #2d0075;
    color: white;
    font-weight: bold;
    font-size: 15px;
}

.plans.top-plan {
    margin-top: 23px;
}

.plans .plan-name .col-content {
    background-color: #82bd01;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.plans .plan-descr .col-content .h3 {
    color: #82bd01;
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 4px 0;
}

.plans .plan-descr .col-content ul {
    list-style-position: inside;
    padding-left: 5px;
    margin-bottom: 17px;
}

.plans .plan-descr .col-content .learn-more {
    color: #2d0075;
    font-size: 17px;
    font-weight: bold;
}

.plans .plan-price {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    padding-right: 0;
    border-left: 1px dotted gray;
}

    .plans .plan-price b {
        color: #82bd01;
        font-size: 62px;
        margin: -14px 0px;
        display: block;
    }

.plans .plan-name-link a {
    color: #fff !important;
    text-transform: uppercase;
    display: table-cell;
    width: 170px;
    height: 104px;
    vertical-align: middle;
}

    .plans .plan-name-link a:hover {
        text-decoration: none;
    }

.plans .plan-name .inside {
    margin: 0;
}

@media (max-width: 560px) {
    .plans .plan-name-link a {
        height: 84px;
    }
}

@media (max-width: 768px) {
    .plans .plan-descr {
        margin-top: 1.1em;
    }
}

#showallplans {
    cursor: pointer;
}

#block-menu-menu-enroll ul.nav {
    display: inline-block;
    list-style: none;
    list-style-image: none;
    padding: 0;
    text-transform: uppercase;
    line-height: 1.42857143;
}

    #block-menu-menu-enroll ul.nav > li {
        list-style-image: none;
        list-style: none;
        margin: 0;
        padding: 0;
        float: none;
    }

        #block-menu-menu-enroll ul.nav > li > a:hover {
            cursor: pointer;
            background-color: #82bd01;
        }
/* Layouts from the Select Plan page */

div.teaser strong {
    /*font-family: Verdana;*/
    font-size: 20px;
}

.h2 {
    /*font-family: Verdana;*/
    font-size: 36px;
    margin: -10px 0 0 0;
    line-height: 28px;
}

div.plans a {
    color: #82bd01;
}

.smlcaps {
    font-variant: small-caps;
}

.select-plan-table {
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
}

    .select-plan-table th {
        background-color: #82bd01;
        color: white;
        height: 48px;
        padding-left: 10px;
        text-transform: uppercase;
        border-color: white;
    }

    .select-plan-table td {
        height: 29px;
        padding-left: 10px;
    }

        .select-plan-table th:first-child,
        .select-plan-table td:first-child {
            border-left: 1px solid white;
        }

        .select-plan-table th:last-child,
        .select-plan-table td:last-child {
            border-right: 1px solid white;
        }

    .select-plan-table tr:first-child th {
        border-top: 1px solid white;
    }

    .select-plan-table tr:last-child td {
        border-bottom: 1px solid white;
    }

    .select-plan-table tr.totals-row {
        background-color: #f3f3f3;
        font-weight: bold;
    }

        .select-plan-table tr.totals-row td:first-child {
            color: #82bd01;
        }

        .select-plan-table tr.totals-row td:last-child {
            color: #b84c8a;
        }

/* /Layouts from the Select Plan page */

.rtecenter {
    text-align: center;
}


/** Enrollment forms fixes */

form#dds-enrollment-form.step-1 .form-item label {
    width: 200px;
}

table.sticky-enabled,
table#rateList,
table.payment-summary,
table.summary-pay,
table.summary-plan,
table.summary-member,
table.summary-spouse,
table.summary {
    width: 100%;
}

    table.sticky-enabled td,
    table#rateList td,
    table.payment-summary td,
    table.summary td,
    table.summary-pay td,
    table.summary-plan td,
    table.summary-spouse td,
    table.summary-member td {
        font-size: 100%;
        color: inherit !important;
        padding: 0;
    }

    table#rateList td,
    table.payment-summary td,
    table.summary-pay td,
    table.summary-spouse td,
    table.summary td,
    table.summary-plan td,
    table.summary-member td {
        width: 50%;
    }


td.value {
    width: auto;
}

#form-nav {
    margin-bottom: 0;
}

form.step-1.requiredMarkers #front-form-wrapper div#edit-front-plan-vision-wrapper {
    margin-bottom: 30px;
    display: inline-block;
}

form.step-1.requiredMarkers div > fieldset,
fieldset#ages-selects-fildset {
    margin-top: 25px;
}

.dominion-national fieldset#ages-selects-fildset {
    display: inline-block;
}

.add-family-members-link {
    display: block;
}

#dds-enrollment-form input[type="text"]:disabled {
    background: #eee;
    border: 1px solid #ccc;
}

form#dds-enrollment-form .form-item label {
    width: 180px;
}

form#dds-enrollment-form .form-item .description {
    margin-left: 180px;
}

div#edit-info-dob-age-wrapper div.description {
    margin-left: -50px !important;
    margin-top: 0px;
    display: inline-block;
}

input#edit-info-dob-age {
    margin-top: 0px;
    margin-left: 35px;
    margin-bottom: 0px;
}

div#terms-conditions-dialog {
    display: none;
}

/* Plan Comparison Charts */
table.plan-chart {
    border: 1px solid #6F6F6F !important;
    /*font-size: 11px;*/
}

    table.plan-chart tr td {
        color: #000000;
        border: 1px solid #cfcfcf;
        padding-left: 10px;
        height: 29px;
        vertical-align: baseline;
    }

tr.blue td {
    background: #22589C;
    color: #ffffff !important;
    font-weight: bold;
}

tr.green td, tr.blue td {
    background-color: #82bd01;
    color: #ffffff !important;
    font-weight: bold;
}

tr.gray td {
    background: #f3f3f3;
    color: #000000;
    font-weight: bold;
}

td.indent {
    padding: 0.3em 0.5em 0.3em 0.8em;
}

#block-block-4 {
    float: left;
    margin: 0 -11% 0 11%;
}

    #block-block-4 ul > li.leaf :after {
        content: '       |  ';
        white-space: pre-wrap;
    }

#dds-enrollment-form div.form-item label span {
    color: #aa0061 !important;
}


.tk-new-banner {
    text-align: center;
    /*background-color: #f6f6f6;*/
    margin: 0px -30px;
    padding: 10px;
}

    .tk-new-banner .head {
        font-size: 34px;
        font-weight: bold;
        color: #84bd00;
    }

    .tk-new-banner div span.green {
        color: #82bd01;
        font-size: 16px;
    }

    .tk-new-banner .icon-block img {
        width: 100%;
    }

@media (min-width: 992px) {
    .tk-new-banner .icon-block {
        width: 33%;
        display: inline-block;
        vertical-align: top;
        /*padding: 25px 50px;*/
    }
}

@media (max-width: 992px) {
    .tk-new-banner .icon-block {
        width: 50%;
        margin: 0 auto;
    }
}

.navbar-nav {
    float: right;
}

.block-provider-search-block > h3 {
    display: block;
    background-color: #175685;
    padding: 8px 12px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}

.block-provider-search-block > div {
    border: 1px solid #8c8c8c;
    background-color: #eeeeee;
    padding: 8px 12px;
    margin-top: -6px;
}

    .block-provider-search-block > div > i {
        font-size: 11px;
        font-style: normal;
    }

        .block-provider-search-block > div > i > a {
            text-decoration: underline;
        }


#edit-actions--2 .form-item {
    margin: 0;
}

#header-row a#header-login {
    margin-top: 10px;
}

#header-row .search-line {
    margin-top: -2px;
}

#header-row .navbar-default {
    margin-top: 8px;
}

form.dds-enrollment-form.step-1 .form-item label {
    width: 200px;
}

form#state-county-form input[type=submit]#edit-county-submit, form#state-county-form input[type=submit][data-drupal-selector=edit-county-submit] {
    width: 17%;
    border-radius: 50px;
}

form#state-county-form ol {
    font-size: 12px;
}

#mission-row p {
    margin: 0;
}

.buttonback {
    background-color: #3C80BD;
    border: none;
    color: white;
    padding: 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 25px;
    width: 97px;
    height: 43px;
    padding-right: 1px;
}

.btnback {
    background-color: #84bd00;
    border: none;
    color: white;
    width: 11% !important;
    padding: 6px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 3px;
}

.buttonback-SubsciberInfo {
    background-color: white;
    border: none;
    width: 11% !important;
    color: white;
    padding: 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 3px;
    margin-left: 256px !important;
    padding-right: 1px;
    /*margin-left: 256px !important;*/
    background-image: url(../img/btnbacknew.PNG);
    background-repeat: no-repeat;
    vertical-align: middle;
    /*border-radius: 25px;
    width: 110px;
    height: 43px;
    margin-left: 258px;*/
}


.buttonback-FindplanDetails {
    background-color: #84bd00;
    border: none;
    color: white;
    width: 11% !important;
    padding: 6px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 3px;
    margin-left: 45%;
}

#footnotehome {
    font-size: 13px;
    padding-left: 0px !important
}

#fontstyle {
    text-transform: none !important;
    color: #82bd01 !important;
}

#supfont {
    font-size: 20px;
}

.breadcrumb {
    background-color: white !important;
    margin-bottom: 7px;
}

.breadcrumb-item a {
    color: black !important;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: black;
    content: ">" !important;
}

.selectstateandcount {
    font-size: 15px;
}

.currentbreadcrumb {
    font-weight: bold;
    font-size: 15px;
}

.breadcrumbsalign {
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#telidentistrylanuage {
    color: #AA0061;
}

#landingpagetext {
    color: black;
}
/*Color update for compare plan page**/
#clgreen {
    color: #82bd01;
}

#clblue {
    color: #17c7ef;
}

#clvoilet {
    color: #c10e9c;
}

.learn-more {
    background: #84bd00;
    color: white;
    border: 0px !important;
    border-radius: 50px;
    width: 17%;
}

.plan-learn-more {
    background: #84bd00;
    border: 0px !important;
    border-radius: 50px;
    width: 17%;
    color: #2d0075 !important;
    font-weight: bold;
    padding: 7px;
}

.noformat-list {
    list-style-type: none
}

.container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.container-plan {
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.container-vertical {
    display: flex;
    gap: 20px;
}

.underwriting-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: -15px;
}

.underwriting-section {
    margin: 0 20px;
}

.underwriting-container p {
    margin: 1px 0;
}

.payment-method-info {
    font-size: 14px;
    margin-top: -10px;
}

.payment-note {
    margin-left: 26%;
    margin-top: -10px;
}

.disclaimer-header {
    font-weight: 600;
    color: rgb(0, 158, 204);
}

.label-state-county {
    width: auto !important;
}

.green-link {
    color: #82bd01 !important;
}

.width20 {
    width: 20%;
}

.width15 {
    width: 15%;
}
