﻿/*Delta Dental Green  
    #2D771D, accessible greens #2D771D, #215615
    Replace Red with #9E0000 for accessibility
*/


html {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    font-size: .85em;
    font-family: "Calibri", Sans-Serif;
    margin: auto;
    padding: 0;
    width: 985px;
}

a {
    color: #2D771D;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
    font-weight: bold;
}


    a:hover, a:focus {
        background-color: #563d82;
        color: white;
    }


.disabledLink {
    text-decoration: none;
    color: black;
}
.disabledLink:hover, .disabledLink:hover {
    background-color: transparent;
    color: black;
}

header, footer, hgroup, section {
    display: block;
}

/* menu */
nav {
    display: block;
    width: 100%; /*985px;*/
    /*font-size: 18px;*/
    font-size: 16px;
    font-weight: normal;
    background-color: #bfbfbf;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    margin-bottom: 25px;
    color: #563d82;
    z-index: 3;
    list-style: none;
    float: left;
}

    nav ul {
        list-style: none;
        position: relative;
        margin: 0 0 0px 0; 
        padding-left: 25px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        z-index: 3;
        box-shadow: 3px 3px 2px #666666;
    } 

    nav ul:after {
        content: "";
        clear: both;
        display: block;
    }

        nav ul li {
            float: left;
            text-align: center;
            text-decoration: none;
            border-right: 1px solid #666666;

        }

            nav ul li:last-child {
                border-right: none;
            }

            nav ul li:hover, nav ul li:focus {
                background-image: -ms-linear-gradient(top, #f2f2f2 0%, #bfbfbf 100%);
                background-image: linear-gradient(top, #f2f2f2 0%, #bfbfbf 100%);
                background-image: -moz-linear-gradient(top, #f2f2f2 0%, #bfbfbf 100%);
                background-image: -webkit-linear-gradient(top, #f2f2f2 0%,#bfbfbf 100%);
                text-decoration: none;
                color: white;
            }

            nav ul li a, nav ul li a:link, nav ul li a:visited {
                display: block;
                text-decoration: none;
                height: 32px;
                padding: 15px 15px 0px;
                font-weight: 600;
                vertical-align: text-bottom;
                color: #563d82;
            }

                nav ul li a:hover, nav ul li a:focus {
                    color: white;
                    background-color: #666666;
                }

            nav ul ul {
                border-radius: 10px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                max-width: 30%;
                padding: 0;
                position: absolute;
                opacity: 0;
                display: none;
            }

                nav ul ul li {
                    float: none;
                    /*position: relative;*/
                    border: none;
                    color: #563d82;

                }

                    nav ul ul li:first-child a, 
                    nav ul ul li:first-child {
                        border-top-left-radius: 10px;
                        border-top-right-radius: 10px;
                    }

                    nav ul ul li:last-child a, 
                    nav ul ul li:last-child {
                        border-bottom-left-radius: 10px;
                        border-bottom-right-radius: 10px;
                    }

                    nav ul ul li a {
                        text-decoration: none;
                        background-color: #bfbfbf;
                        border-bottom: 1px solid #666666;
                        padding: 5px 0 0 0;
                        font-weight: 600;
                    }

    nav li a:focus,
    nav li:focus ul,
    nav li:focus-within > ul {
        color: #ffffff;
        text-decoration: none;
        background-color: #666666;
        border-bottom: 1px solid #262626;
        opacity: 0.99;
        display: block;

    }



                        ul li:hover > ul, ul li ul:hover {
                            color: #ffffff;
                            text-decoration: none;
                            background-color: #666666;
                            border-bottom: 1px solid #262626;
                            opacity: 0.99;
                            display: block;
                        }



.beNavHighlight {
    color: white;
    background-color: #2D771D;
    cursor: pointer;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
    margin: auto;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 985px;
}

#body {
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    /*background: url("../images/accent.png") no-repeat;*/
    padding-left: 10px;
    padding-top: 30px;
    max-width: 985px;
    min-width: 735px;
    width: auto;
}


.featured + .main-content {
    background: url("../images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    clear: both;
    font-size: .8em;
    height: 100px;
    padding-top: 10px;
}

input, textarea {
    border: 1px solid #666666;
    width: 95%;
}



textarea {
    font-family: inherit;
    width: 100%;
}

    input:focus, textarea:focus {
        border: 1px solid #99dfe9;
    }

/* site title
----------------------------------------------------------*/
.site-title {
    color: #2D771D;
    font-family: "Calibri", Sans-Serif;
    font-size: 2.0em;
    margin: auto;
    vertical-align: middle;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }

.site-title-login {
    color: #2D771D;
    font-family: "Calibri", Sans-Serif;
    font-size: 2.0em;
    margin: auto;
    vertical-align: middle;
    padding-top: 20px;
}

    .site-title-login a, .site-title-login a:hover, .site-title-login a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }

.site-logo {
    color: #c8c8c8;
    font-family: "Calibri", Sans-Serif;
    font-size: 2.3em;
    margin: auto;
    vertical-align: middle;
    padding-left: 15px;
    float: none;
}

    .site-logo a, .site-logo a:hover, .site-logo a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 10px 0 10px 10px;
    text-align: right;
    vertical-align: central;
}

    #login legend {
        display: none;
    }

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin-left: 0px;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #51447a;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 675px;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*box-shadow: 3px 3px 2px #2D771D;*/
}

.outeraside {
    float: right;
    width: 225px;
    padding: 8px 8px 8px;
    background-color: #04B02A;
    /*border: 1px solid #bfbfbf;*/
    box-shadow: 3px 3px 2px #C0C0C0;
    border-radius: 20px;
    margin-top:15px;
}

aside {
    padding: 17px;
    background-color: #fff;
    /*border: 1px solid #bfbfbf;*/
    margin-bottom: 0px;
    /*box-shadow: 3px 3px 2px #666666;*/
    border-radius: 12px;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

.loginImage {
    margin: auto;
    height: 400px;
    background-image: url(https://sites.deltadentalok.org/sites_resources/images/OnlineResources_Login_Background.jpg);
}

.beValidationSummary {
    color: #9E0000;
    background-color: #ffdbdb;
    border-width: 1px;
    border-color: #9E0000;
    font-size: x-small;
    border-style: solid;
    text-align: left;
    width: 300px;
    margin-bottom: 10px;
}


/* login page */
#loginForm {
    font-size: 1em;
    padding-top: 100px;
    padding-left: 450px;
}

    #loginForm .validation-error {
        color: #9E0000;
        background-color: #ffdbdb;
        border-width: 1px;
        border-color: #9E0000;
        font-size: x-small;
        border-style: solid;
        text-align: left;
        width: 250px;
        margin-bottom: 10px;
    }

    #loginForm fieldset {
        border: thick 2px solid #bfbfbf;
        margin: auto;
        padding: 0;
        width: 300px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        box-shadow: 3px 3px 2px #666666;
        color: white;
        font-size: 1.2em;
    }

    #loginForm ol {
        list-style: none;
    }

        #loginForm ol label {
            color: #2D771D;
        }

    #loginForm fieldset input[type="checkbox"] {
        font-size: 1em;
    }

    #loginForm fieldset input[type="submit"] {
        font-size: 1em;
        margin-bottom: 15px;
    }

    #loginForm fieldset ol li input[type="text"], input[type="password"] {
        width: 75%;
    }

    #loginForm fieldset legend {
        display: none;
    }

    #loginForm text {
        border: 1px solid #666666;
        background: #fff;
        color: #333;
        width: 300px;
        font-size: 1.2em;
        margin: 2px 0 6px 0;
        padding: 2px;
    }

    #loginForm a {
        color: #51447a;
        font-size: 1em;
        cursor: pointer;
    }

        #loginForm a:hover {
            color: white;
            font-size: 1em;
            background: #563d82;
            cursor: pointer;
        }



#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: thick 2px solid #bfbfbf;
    margin: 0 0 15px 10px;
    padding: 10px 0 10px 10px;
    box-shadow: 3px 3px 2px #666666;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f2f2f2;
    position: relative;
}

    fieldset legend {
        font-family: Calibri;
        font-size: medium;
        color: #6f5a95;
        position: absolute;
        margin-top: -20px;
        background-color: #f2f2f2;
        background: linear-gradient(#ffffff, #f2f2f2);
    }

    fieldset ol {
        padding: 5px;
        margin: 0px 0px 0px 15px;
    }

        fieldset ol li {
            padding: 2px;
        }

label {
    display: block;
    /*font-size: 1.2em;*/
    font-weight: 600;
}



    label.checkbox {
        display: inline;
        font-size: 1em;
    }

.btnimage {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 2px 0 6px 0;
    padding: 2px;
}



input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}


section td input[type="submit"],
td input[type="button"],
td button {
    background-color: #2D771D;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-left: 40%;
    margin-right: 15px;
    width: auto;
    color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    td input[type="submit"]:hover,
    td input[type="button"]:hover,
    td button:hover {
        background: #563d82;
        cursor: pointer;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #9E0000;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #9E0000;
}

/* styles for validation helpers */
.field-validation-error {
    color: #9E0000;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #9E0000;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #9E0000;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


.grpGridview {
    width: 99%;
    border-bottom: 1px solid #563d82;
}


    .grpGridview th {
        background-color: #563d82;
        color: white;
    }

        .grpGridview th img {
            display: inline-block;
            vertical-align:central;
            padding-top:2px;
            padding-bottom: 2px;
            color: white; /*#51447a;*/
            float:right;
        }

        .grpGridview th a {
            display: block;
            position: relative;
            color: white;/*#51447a;*/
            /*vertical-align:central;
            margin-top: 4px;*/
        }

            .grpGridview th a:link, th a:visited, th a:active, th a:hover {
                color: white; /*#bfbfbf;*/
                font-weight: 600;
                text-decoration: none;
                padding: 0;
            }

    .grpGridview td {
        padding: 0.25em .5em 0.25em 0.5em;
        border: 0 none;
    }

        .grpGridview td input, textarea {
}

        .grpGridview td label {
            font-size: 1em;
        }


    .grpGridview tr.pager td {
        padding: 0 0.25em 0 0;
    }

    .grpGridview tr:nth-child(odd) {
        background-color: white;
    }

    .grpGridview tr:nth-child(even) {
        background-color: #d5cfe0;
    }

        .grpGridview tr:nth-child(even) a, .grpGridview tr:nth-child(even) .emCustomLink {
            background-color: #d5cfe0;
            color: #173E0F;
        }



            .grpGridview tr:nth-child(even) a:hover, .grpGridview tr:nth-child(even) .emCustomLink:hover {
                background-color: #563d82;
                color: white;
            }

/*    .grpGridview th.sortAsc a {
        display: block;
        padding: 0 4px 0 15px;
        background: url('../images/SortAsc.png') no-repeat;
    }

    .grpGridview th.sortDesc a {
        display: block;
        padding: 0 4px 0 15px;
        background: url('../images/SortDesc.png') no-repeat;
    }*/

 /*.grpGridview.disabledLink:hover {
             color: #666666;
        }

    .grpGridview tr a {
        display: block;
        position: relative;
    }

        .grpGridview tr a:disabled {
            text-decoration: none;
            color: #666666;
        }

        .grpGridview tr a:link, tr a:visited, tr a:active {
            color: #51447a;
            font-weight: 600;
            text-decoration: underline;
            padding: 0;
        }

        .grpGridview tr a:hover {
            color: white;
        }*/

       



.centerText {
    float: none;
    text-align: center;
    margin: auto;
    padding-top: 5px;
}


/* HR overload */
.hr {
    height: 0;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #cecece;
}

.full {
    width: 100%;
    height: 100%;
    /*display: block;*/
}

.fullLabel {
    height: 25px;
    font-size: medium;
    padding-bottom: 5px;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.top {
    vertical-align: top;
}

/*************************************************************************/
/* General style for base engine pages  */

.bePageHeaderTable {
    width: 100%;
    border-collapse: collapse;
}

.bePageHeaderLeft {
    text-align: left;
    padding-left: 30px;
    padding-top: 10px;
    font-family: Calibri;
    font-size: 24px;
    color: #2D771D;
    border-bottom: solid 1px gray;
}

.bePageHeaderRight {
    width: 169px;
    border-bottom: solid 1px gray;
    padding: 0px;
}

.bePageHeader {
    font-family: Calibri;
    font-size: 24px;
    color: #2D771D;
}

.beSectionHeader {
    font-family: Calibri;
    font-size: 1.1em;
    font-weight: bold;
    color:black;
}

.beRowHeader {
    font-weight: bold;
    font-size: small;
    color: #2D771D;
}

.beEnrollmentRowHeader {
    font-weight: bold;
    font-size: medium;
    color: Black;
}

.beErrorLine {
    font-size: small;
    color: #9E0000;
    background-color: #f2f2f2;
}

.beResponseLine {
    font-size: small;
    color: #9E0000;
}
.bePResponseLine {
    font-size: small;
    color: Green;
}

.beLinkButton {
    font-size: small;
    color: Black;
}

.beHyperlink {
    font-weight: bold;
    font-size: small;
    color: #215615;
}

    .beHyperlink:hover, .beHyperlink:focus {
        font-weight: bold;
        font-size: small;

        color: #ffffff;
        text-decoration: underline;
    }

.beLabel {
    font-weight: bold;
    font-size: small;
    color: black;
}

.beNote {
    font-weight: normal;
    font-size: small;
    border-width: medium;
    border-color: #bfbfbf;
}
.beNoteBlack {
    font-weight: normal;
    font-size: small;
    border-width: medium;
    color: black;
}

.beHR {
    color: #c1c1aa;
    width: 95%;
}

.bePageCellSmall {
    color: #2D771D;
    font-size: small;
    font-weight: bold;
}

.bePageCellXSmall {
    color: #2D771D;
    font-size: x-small;
    font-weight: bold;
}

.beSmallText {
    font-weight: normal;
    font-size: 11px;
    color: black;
}

.beNormalText {
    font-size: small;
    color: Black;
}

.beValidator {
    font-weight: bold;
    font-size: medium;
    color: #9E0000;
}

/*************************************************************************/
/* Error page Styles */
/* Div Tage for Error Label */

.beErrorDiv {
    color: #9E0000;
    font-size: small;
    font-weight: bold;
}

/************************************************************************/
/*Reporting Styles */

.beParamControl td {
    background-color: #bfbfbf;
    border: none 0;
}

.beReportTableleft {
    width: 150px;
    text-align: left;
}




/************************************************************************/
/*Radio Button List Styles */
.beRadioButtonList {
    border: none;
    width: auto;
    background-color: #f2f2f2;
}

    .beRadioButtonList input {
        width: 15px;
        margin-left: 25px;
    }

    .beRadioButtonList input, label {
        display: inline;
    }

    .beRadioButtonList tr {
        background-color: #f2f2f2;
    }

    .beRadioButtonList td {
        padding: 0;
    }


/*.beRadioButtonList label:after {
           clear: both;
            display: inline;
        }*/


/************************************************************************/
/*Validation Styles */
.beValidationSummary {
    color: #9E0000;
    background-color: #ffdbdb;
    border-width: 1px;
    border-color: #9E0000;
    font-size: x-small;
    border-style: solid;
    text-align: left;
    width: 300px;
    margin-bottom: 10px;
}

/************************************************************************/

.beouterContainer {
    border: 1px solid #bfbfbf;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 3px 3px 2px #666666;
    overflow: hidden;
    padding-left: 10px;
    background-color: #f2f2f2;
}

.beBold {
    font-weight: bold;
}

.beHeaderInfo   
{
    margin: 10px 15px 10px 5px;
}

/***************  Broker Commission Page  **************************/

.brkCommissionMonthButton {
   
    width: 150px !important;
    font-size: 11px !important;
    font-weight: normal !important;   
    margin-left: 100px !important;
}


/* Login Page */
.LoginHeader {
    height: auto;
    width: 945px;
    /*margin-left: 10%;
    margin-right: 10%;*/
    margin-bottom: 0px;
    margin-top: 20px;
    clear: both;
    border: 1px solid #C9C9DB;
    -moz-border-radius: .6em;
    border-radius: .6em;
    -webkit-border-radius: .6em;
    padding: 10px;
    -moz-box-shadow: 0px 0px 12px #C9C9DB /*{global-active-background-color}*/;
    -webkit-box-shadow: 0px 0px 12px #C9C9DB /*{global-active-background-color}*/;
    box-shadow: 0px 0px 12px #C9C9DB /*{global-active-background-color}*/;
    margin-left: -1px;
    padding-left: 22px;
    padding-right: 22px;
}
.warning {
    color: #9E0000;
}

/*OGS Progress Tabs*/
.tabs ul {
    list-style-type: none;
    padding-left: 10px;
}
.tabs li {
    /* Makes a horizontal row */
    float: left;
    /* So the psueudo elements can be
     abs. positioned inside */
    position: relative;
    list-style-type: none;
}

.tabs a {
    /* Make them block level
     and only as wide as they need */
    float: left;
    padding: 10px 40px;
    text-decoration: none;
    /* Default colors */
    color: white;
    background: #215615;
    /* Only round the top corners */
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.tabs .active {
    /* Highest, active tab is on top */
    z-index: 3;
}

    .tabs .active a {
        /* Colors when tab is active */
        background: white;
        color: black;
    }

.tabs li:before, .tabs li:after,
.tabs li a:before, .tabs li a:after {
    /* All pseudo elements are 
     abs. positioned and on bottom */
    position: absolute;
    bottom: 0;
}
/* Only the first, last, and active
   tabs need pseudo elements at all */
.tabs li:last-child:after, .tabs li:last-child a:after,
.tabs li:first-child:before, .tabs li:first-child a:before,
.tabs .active:after, .tabs .active:before,
.tabs .active a:after, .tabs .active a:before {
    content: "";
}

.tabs .active:before, .tabs .active:after {
    background: white;
    /* Squares below circles */
    z-index: 1;
}
/* Squares */
.tabs li:before, .tabs li:after {
    background: #215615;
    width: 10px;
    height: 10px;
}

.tabs li:before {
    left: -10px;
}



.tabs li:after {
    right: -10px;
}
/* Circles */
.tabs li a:after, .tabs li a:before {
    width: 20px;
    height: 20px;
    /* Circles are circular */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f2f2f2;
    /* Circles over squares */
    z-index: 2;
}

.tabs .active a:after, .tabs .active a:before {
    background: #215615;
}
/* First and last tabs have different
   outside color needs */
.tabs li:first-child.active a:before,
.tabs li:last-child.active a:after {
    background-color: #f2f2f2;
}

.tabs li a:before {
    left: -20px;
}

.tabs li a:after {
    right: -20px;
}

/*OGS Steps Tabs*/
.stepsTabs ul {
    list-style-type: none;
    padding-left: 10px;
}

.stepsTabs li {
    /* Makes a horizontal row */
    float: left;
    /* So the psueudo elements can be
     abs. positioned inside */
    position: relative;
    list-style-type: none;
}

.stepsTabs a {
    /* Make them block level
     and only as wide as they need */
    float: left;
    padding: 5px 20px;
    text-decoration: none;
    /* Default colors */
    color: white;
    background: #2D771D; /*#215615;*/
    /* Only round the top corners */
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.stepsTabs .active {
    /* Highest, active tab is on top */
    z-index: 3;
}

    .stepsTabs .active a {
        /* Colors when tab is active */
        background: white;
        color: black;
    }
    .stepsTabs a:focus {
        text-decoration: underline;
    }

.stepsTabs li:before, .stepsTabs li:after,
.stepsTabs li a:before, .stepsTabs li a:after {
    /* All pseudo elements are 
     abs. positioned and on bottom */
    position: absolute;
    bottom: 0;
}
/* Only the first, last, and active
   tabs need pseudo elements at all */
.stepsTabs li:last-child:after, .stepsTabs li:last-child a:after,
.stepsTabs li:first-child:before, .stepsTabs li:first-child a:before,
.stepsTabs .active:after, .stepsTabs .active:before,
.stepsTabs .active a:after, .stepsTabs .active a:before {
    content: "";
}

.stepsTabs .active:before, .stepsTabs .active:after {
    background: white;
    /* Squares below circles */
    z-index: 1;
}
/* Squares */
.stepsTabs li:before, .stepsTabs li:after {
    background: #2D771D; /*#215615;*/
    width: 10px;
    height: 10px;
}

.stepsTabs li:before {
    left: -10px;
}



.stepsTabs li:after {
    right: -10px;
}
/* Circles */
.stepsTabs li a:after, .stepsTabs li a:before {
    width: 20px;
    height: 20px;
    /* Circles are circular */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: white;
    /* Circles over squares */
    z-index: 2;
}

.stepsTabs .active a:after, .stepsTabs .active a:before {
    background: #2D771D; /*#215615;*/
}
/* First and last tabs have different
   outside color needs */
.stepsTabs li:first-child.active a:before,
.stepsTabs li:last-child.active a:after {
    background-color: white;
}

.stepsTabs li a:before {
    left: -20px;
}

.stepsTabs li a:after {
    right: -20px;
}

.stepComplete {
    width: 10px;
    text-align: right;
    position: absolute;
    /*top: -10px; */ /*This is for a hover over the tab look*/
    top: 7px;
    left: 85%;
    z-index: 10;
    display: none;
}