/*
 * Global ::::::::::::::::::::::::::::::::::::::::
 */

html {
}
body {
    background: #ffffff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #929292;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
}
img {
    border: none;
}

/*
 * Header ::::::::::::::::::::::::::::::::::::::::
 */

.header {
    background: -moz-linear-gradient(-45deg, #35b8b0 0%, #1c799d 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#35b8b0), color-stop(100%,#1c799d));
    background: -webkit-linear-gradient(-45deg, #35b8b0 0%,#1c799d 100%);
    background: -o-linear-gradient(-45deg, #35b8b0 0%,#1c799d 100%);
    background: -ms-linear-gradient(-45deg, #35b8b0 0%,#1c799d 100%);
    background: linear-gradient(135deg, #35b8b0 0%,#1c799d 100%);
    text-align: center;
}
.header-inner {
    background: transparent url('../images/bg_header_pattern.png') left top repeat;
    margin: 0 auto;
    padding: 20px 0 30px 0;
}

/*
 * Logo ::::::::::::::::::::::::::::::::::::::::
 */

h1 {
    color: #525252;
    margin: 0 auto;
    padding: 0;
}
h1 a {
}
.link {
    color: #525252;
}

/*
 * Form Elements ::::::::::::::::::::::::::::::::::::::::
 */

.content-container,
.form-container {
    background: #ededed;
    width: 640px;
    margin: 50px auto 50px auto;
    padding: 50px 80px 35px 80px;
}
.form-description {
    display: block;
    font-size: 1em;
    line-height: 1.3;
    color: #525252;
    border-bottom: 1px dotted #ccc;
    clear: both;
    margin: 0 0 1em 0;
}
form ul {
    list-style-type: none;
    width: 100%;
    font-size: 100%;
    margin: 0;
    padding: 0;
}
form li {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 4px 1% 2px 0;
    clear: both;
}
form li div,
form li span {
    color: #444;
    margin: 0 1% 0 0;
    padding: 0 0 15px 0;
}
form .inline {
    display: inline-block;
}
form .auto {
    width: auto;
    padding-right: 20px;
}
form .small {
    width: 33%;
}
form .medium {
    width: 49%;
}
form .full {
    width: 99.5%;
    margin-right: 0;
}
form .last,
form .inline:nth-last-of-type(1) {
    margin-right: 0;
}
form li div label,
form li span label {
    display: block;
    color: #444;
    font-size: 11px;
    line-height: 1;
    margin: 0;
    padding-top: 3px;
    clear: both;
}
label.description {
    font-size: 95%;
    font-weight: 300;
    line-height: 150%;
    padding: 0 0 1px 0;
}
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
    background: #fff;
    height: 54px;
    font-size: 1em;
    font-weight: 400;
    color: #666;
    padding: 0 30px 0 30px;
    border: 1px solid #fff;
}
input:focus,
select:focus,
textarea:focus {
    border-color: #00aae6;
}
input.checkbox,
input.radio {
    display: inline-block;
    float: left;
    height: 20px;
    line-height: 1.4em;
    margin: 6px 0 0 3px;
    width: 20px;
    clear: left;
}
label.choice {
    display: inline-block;
    float: left;
    font-size: 100%;
    color: #444;
    line-height: 1.4em;
    margin: 0 0 0 25px;
    padding: 4px 0 5px;
    clear: right;
}

/*
 * Specific Form Elements and Overrides ::::::::::::::::::::::::::::::::::::::::
 */

form .small input[type="text"],
form .small input[type="email"],
form .medium input[type="text"],
form .medium input[type="email"],
form .medium input[type="password"],
form .full input[type="text"],
form .full input[type="email"],
form .full input[type="password"]{
    width: 100%;
    width: -moz-calc(100% - 75px);
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
}
form .addr-state {
    min-width: 70px;
}
form .phone {
    width: 100%;
}
form .phone span {
    display: inline-block;
}
form .phone .number3 {
}
form .phone .number4 {
}
form .dash {
    display: inline-block;
    font-size: 100%;
    font-weight: 400;
    text-align: center;
    line-height: 54px;
    margin: 0 6px 0 8px;
}
form .dob {
    text-align: center;
}
form .dob2 {
    width: 30px;
}
form .dob4 {
    width: 45px;
}
form .spacing {
    margin-bottom: 20px;
}
form .hidden,
form label.hidden {
    display: none;
}
form .user-profile-form label {
    display: block;
}

/*
 * Errors and Notifications ::::::::::::::::::::::::::::::::::::::::
 */

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    background-color: #fff;
    border: 1px solid #b94a48;
}


/* ----- */


form li div.left {
    display: inline;
    float: left;
    width: 100%;
}
form li div.right {
    display: inline;
    float: right;
}

form li div.left .medium
{
    width:100%;
}

form li div.right .medium
{
    width:100%;
}

.clear
{
    clear:both;
}

form hr
{
    display:none;
}

form li.section_break
{
    border-top:1px dotted #ccc;
    margin-top:9px;
    padding-bottom:0;
    padding-left:9px;
    padding-top:13px;
    width:97% !important;
}

form ul li.first
{
    border-top:none !important;
    margin-top:0 !important;
    padding-top:0 !important;
}

form .section_break h3
{
    font-size:110%;
    font-weight:400;
    line-height:130%;
    margin:0 0 2px;
}

form .section_break p
{
    font-size:85%;

    margin:0 0 10px;
}

*:first-child+html select.select[class]
{
    margin:1px 0;
}

input.small
{
    width:25%;
}

select.small
{
    width:35%;
}



select.large
{
    width:100%;
}

/**** Errors ****/
#error_message
{
    background:#fff;
    border:1px dotted red;
    margin-bottom:1em;
    padding-left:0;
    padding-right:0;
    padding-top:4px;
    text-align:center;
    width:99%;
}

#error_message_title
{
    color:#DF0000;
    font-size:125%;
    margin:7px 0 5px;
    padding:0;
}

#error_message_desc
{
    color:#000;
    font-size:100%;
    margin:0 0 .8em;
}

#error_message_desc strong
{
    background-color:#FFDFDF;
    color:red;
    padding:2px 3px;
}

form li.error
{
    background-color:#FFDFDF !important;
    border-bottom:1px solid #EACBCC;
    border-right:1px solid #EACBCC;
    margin:3px 0;
}

form li.error label
{
    color:#DF0000 !important;
}

form p.error
{
    clear:both;
    color:red;
    font-size:10px;
    font-weight:700;
    margin:0 0 5px;
}
form p.error.alert{
    font-size: 14px;
}

form .required
{
    color:red;
    float:none;
    font-weight:700;
}

/*
 * Guidelines and Highlighting ::::::::::::::::::::::::::::::::::::::::
 */

form li.highlighted {
}

form .guidelines
{
    background:#f5f5f5;
    border:1px solid #e6e6e6;
    color:#444;
    font-size:80%;
    left:70%;
    line-height:130%;
    margin:0 0 0 8px;
    padding:8px 10px 9px;
    position:absolute;
    top:0;
    visibility:hidden;
    width:42%;
    z-index:1000;
}

form .guidelines small
{
    font-size:105%;
}

form li.highlighted .guidelines
{
    visibility:visible;
}

form li:hover .guidelines
{
    visibility:visible;
}

.no_guidelines .guidelines
{
    display:none !important;
}

.no_guidelines form li
{
    width:97%;
}

.no_guidelines li.section
{
    padding-left:9px;
}

/*** Success Message ****/
.form_success
{
    clear: both;
    margin: 0;
    padding: 90px 0pt 100px;
    text-align: center
}

.form_success h2 {
    clear:left;
    font-size:160%;
    font-weight:normal;
    margin:0pt 0pt 3px;
}

/*** Password ****/
ul.password{
    margin-top:60px;
    margin-bottom: 60px;
    text-align: center;
}
.password h2{
    color:#DF0000;
    font-weight:bold;
    margin:0 auto 10px;
}

.password input.text {
    font-size:170% !important;
    width:380px;
    text-align: center;
}
.password label{
    display:block;
    font-size:120% !important;
    padding-top:10px;
    font-weight:bold;
}

#li_captcha{
    padding-left: 5px;
}


#li_captcha span{
    float:none;
}

/** Embedded Form **/

.embed #form_container{
    border: none;
}

.embed #top, .embed #bottom, .embed h1{
    display: none;
}

.embed #form_container{
    width: 100%;
}

.embed #footer{
    text-align: left;
    padding-left: 10px;
    width: 99%;
}

.embed #footer.success{
    text-align: center;
}

.embed form.planapplication
{
    margin:0 0 0;

}

/*
 * Buttons ::::::::::::::::::::::::::::::::::::::::
 */

.submitbutton,
.resetbutton,
.backbutton {
    display: block;
    float: none;
    background: none;
    width: 100%;
    min-width: 190px;
    height: 65px;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 32px auto 0 auto;
    padding: 0 24px 0 24px;
    border: 1px solid #000;
    border-radius: 0;
    opacity: .8;
    filter: alpha(opacity = 80);
    overflow: hidden;
    cursor: pointer;
    -webkit-appearance: button;
}
.submitbutton {
    color: #5fcac1;
    border-color: #5fcac1;
}
.submitbutton:hover {
    background: #5fcac1;
    color: #fff;
}
.submitbutton.disabled{
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}
.submitbutton.disabled:hover{
    color: #5fcac1;
    border-color: #5fcac1;
}
.resetbutton {
    color: #999;
    border-color: #999;
}
.resetbutton:hover {
    background: #999;
    color: #fff;
}
.backbutton {
    color: #999;
    border-color: #999;
}
.backbutton:hover {
    background: #999;
    color: #fff;
}
.backbutton.disabled{
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}
.backbutton.disabled:hover{
    color: #999;
    border-color: #999;
}
.link {
    font-size: 1em;
    text-align: center;
    margin: 10px auto 0 auto;
}
.link a {
    color: #666;
    text-decoration: none;
    border-bottom: 1px dotted #666;
}
.home-link{
    font-size: 1em;
    text-align: center;
    margin: 10px 0 15px 0;
}
.btn-home{
    color: #666;
    text-decoration: none;
    padding: 0 0 0 24px;
    border-bottom: 1px dotted #666;
    position: relative;
}
.btn-home:before{
    content: " ";
    background: url(../images/home.png) no-repeat;
    width: 22px;
    height: 22px;
    position:absolute;
    left: 0;
}

/*
* Modal ::::::::::::::::::::::::::::::::::::::::::
*/
#renewModal{
    display: none;
}

/*
 * Footer ::::::::::::::::::::::::::::::::::::::::
 */

.footer {
    position: relative;
    background-color: #e6e6e6;
    font-size: 1.4em;
    color: #666;
    text-align: center;
    margin: 44px 0 0 0;
    padding: 16px 0 16px 0;
}
.footer a {
    color: #666;
    text-decoration: none;
    border-bottom: 1px dotted #666;
}
.footer .links {
    list-style-type: none;
    text-align: center;
    margin: 10px auto;
    padding: 0;
}
.footer .links li {
    display: inline-block;
    border-left: 1px solid #999;
    font-size: 70%;
    margin: 0;
    padding: 0 10px 0 10px;
}
.footer .links li:nth-of-type(1) {
    border-left: none;
}

/*
 * Media Queries ::::::::::::::::::::::::::::::::::::::::
 */

@media screen and (max-width: 639px) {

    @viewport {
        width: device-width;
    }

    .submitbutton {
        background-color: #cfe2f3;
        color: #073763;
        font-size: 110%;
        border: 1pt solid #629cd1;
        width: 10em;
        font-weight: 300;
        padding: 3px 10px 3px 10px;
    }
    .resetbutton {
        background-color: #fff;
        color: #073763;
        font-size: 110%;
        border: 1pt solid #629cd1;
        width: 10em;
        font-weight: 300;
        padding: 3px 25px 3px 25px;
    }
    .backbutton {
        background-color: #fff;
        color: #073763;
        font-size: 110%;
        border: 1pt solid #629cd1;
        width: 10em;
        font-weight: 300;
        padding: 3px 25px 3px 25px;
    }


    input.small
    {
        width:100%;
    }

    select.small
    {
        width:100%;
    }

    input.medium
    {
        width:60%;
    }

    select.medium
    {
        width:100%;
    }

    input.large
    {
        width:99%;
    }

    select.large
    {
        width:100%;
    }

}

/* Stylesheets for invoice form page*/
/*html,body{*/
    /*margin: 0px;*/
/*}*/
/*.wrap{*/
    /*margin-top:0;*/
    /*margin-bottom:0px;*/
    /*width:100%;*/
    /*position:relative*/
/*}*/

/*.bodywrap{*/
    /*margin-top:0;margin-bottom:0px*/
/*}*/

/*.center{*/
    /*float:left;*/
    /*width:70%;*/
    /*background-color:#fff;*/
    /*margin-left:auto;*/
    /*margin-right:auto;*/
/*}*/

/*hr{*/
    /*display: block; height: 1px;*/
    /*border: 0; border-top: 1px solid #ccc;*/
    /*margin: 1em 0; padding: 0;*/
/*}*/

/*.header {*/
    /*position: relative;*/
/*}*/

/*.header-inner {*/
    /*background: #fff;*/
    /*padding: 15px 0 10px 0;*/
    /*text-align: center;*/
/*}*/

/*.header-inner img {*/
    /*height: 110px;*/
/*}*/

/*.header_text*/
/*{*/
    /*font-size: 48px;*/
    /*vertical-align: middle;*/
    /*font-weight: bold;*/
    /*color: #ffffff;*/
    /*font-family: 'Open Sans';*/
/*}*/


/*p.dentaltext {*/
    /*display: inline;*/
    /*color: #073763;*/
    /*font-family: 'Open Sans';*/
/*}*/


/*.label-titles {*/
    /*float:left;*/
    /*display:block;*/
    /*color: #073763;*/
    /*font-size: 16px;*/
    /*font-family: 'Open Sans';*/
    /*padding-right:4px;*/
/*}*/

/*label{*/
    /*display:block;*/
    /*float:left;*/
    /*color: #ff7731;*/
    /*padding-top:2px;*/
    /*padding-bottom:2px;*/
/*}*/

/*input[type="text"] {*/
    /*padding:4px;*/
    /*margin-bottom:16px;*/
/*}*/

/*select {*/
    /*padding:4px;*/
    /*margin-top:8px;*/
    /*margin-bottom:8px;*/
/*}*/

/*.one-liner {*/
    /*float:left;*/
    /*display:block;*/
/*}*/

/*.name-Subsection,.address-Subsection,.city-state-zip-Subsection,.phone-email-ident-Subsection {*/
    /*float:left;*/
    /*display: block;*/
/*}*/

/*.city-state-zip {*/
    /*float: left;*/
    /*display: block;*/
/*}*/


/*.radiostyle {*/
    /*display:inline-block;*/
    /*width:16px;*/
    /*height:16px;*/
    /*padding: 2px;*/
    /*background-color: #cfe2f3;*/
/*}*/

/* Submit Button - Page One */

/*.submitbutton {*/
    /*background-color: #cfe2f3;*/
    /*color: #073763;*/
    /*font-size: bold;*/
    /*border: 2pt solid #629cd1;*/
    /*width: 10em;*/
    /*font-weight: bold;*/
    /*padding: 3px 25px 3px 25px;*/
/*}*/
/*.backbutton {*/
    /*background-color:#FFFFFF;*/
    /*color: #073763;*/
    /*font-size: bold;*/
    /*border: 2pt solid #629cd1;*/
    /*width: 10em;*/
    /*font-weight: bold;*/
/*}*/

/*.submitdiv{*/
    /*float:left;*/
    /*margin-top: 50px;*/
    /*margin-bottom: 50px;*/
/*}*/

/* Form validation CSS */
/*.invoice-form-validation-1 input.error {*/
    /*color: #000;*/
    /*width: auto;*/
    /*border:1px solid red;*/
/*}*/
/*.invoice-form-validation-1 label.error {*/
    /*color: #FF0000;*/
    /*margin-left: 10px;*/
    /*font-size: 12px;*/
    /*font-family: 'Open Sans';*/
    /*width: auto;*/
/*}*/
/*.invoice-form-validation-1 {*/
    /*float:left;*/
    /*padding: 0 30px 0 30px;*/
/*}*/




/*div.row {background:#fff;border:1px solid #f6f6f6;margin:0 0 5px 0;float:right;width:70%;padding:6px 0;}*/
/*div.row label {float:left;display:block;width:15em;font-weight:300;padding:0 6px;}*/
/*div.row label:hover {background:#FFFF66;cursor:pointer;}*/
/*div.row fieldset {border:1px solid gray;margin:0 6px;}*/
/*div.row fieldset span {display:block;}*/
/*div.row fieldset span label {float:none;display:inline;}*/
/*div.row fieldset legend {font-weight:bold;}*/
/*div.requiredRow {border:1px solid #049;}*/

/* Mobile Responsiveness */
/*@-ms-viewport {*/
    /*width: device-width;*/
/*}*/
/*@viewport {*/
    /*width: device-width;*/
/*}*/

/*@media screen and (max-width: 1024px) {*/

    /*@viewport {*/
        /*width: device-width;*/
    /*}*/

    /*.header-inner img {*/
        /*height: 80px;*/
    /*}*/
    /*.center{*/
        /*width:70%;*/
        /*background-color:#fff;*/
    /*}*/
/*}*/

/*@media screen and (max-width: 600px) {*/

    /*@viewport {*/
        /*width: device-width;*/
    /*}*/

    /*.header-inner img {*/
        /*height: 50px;*/
    /*}*/

    /*.center{*/
        /*width:auto;*/
        /*background-color:#fff;*/
    /*}*/
/*}*/