/* Custom FORMS Styles */

/* HEADERS */

.typography form h1 { font-size:45px; padding-bottom:17px;line-height:45px;}
.typography form h2 { font-size:36px; padding-bottom:16px;line-height:36px;}
.typography form h3 { font-size:30px; padding-bottom:15px;margin-bottom:15px; line-height:30px;border-bottom: solid #fff 1px;}
.typography form h4 { font-size:26px; padding-bottom:14px;line-height:26px;}
.typography form h5 { font-size:22px; padding-bottom:12px;line-height:22px;}
.typography form h6 { font-size:18px; padding-bottom:10px;line-height:18px;}

.typography form { background:#d7dfe5; padding:40px 30px; border:0px;}
.typography form .inpt_bx { background:#fff; border-radius:5px; padding:0 25px; height:48px; font-size:14px; color:#bec2c4; font-family: "source-sans-pro",sans-serif; text-transform:uppercase; margin-bottom:20px;}
.typography form .half { float:left;  } 
.typography form .half + .half { float:right; } 
.typography form .full { width:100%; } 
.typography form .sbt { font-size:16px; color:#005333; font-family: 'titillium_bdbold'; padding:0 75px; border:2px solid #fff; line-height:48px; background:none;}
.typography form .sbt:hover { background:#fff; color:#575455;}
/* FORMS  */


.typography fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    font-size:16px;
}

.typography form label.right {
        font-size: 14px;
        color: #888;
    }
.typography form .bad label, form .required label{
       
    }
    
.typography form input.text,
.typography form .textajaxuniquetext,   
.typography form select {width: 100%; background:#fff; border-radius:5px; padding:0 25px; height:48px; font-size:18px; color:#666666; font-family: "source-sans-pro",sans-serif; margin-bottom:20px;}
.typography form input.text,
.typography form .textajaxuniquetext,   
.typography form select {width: 100%; background:#fff; border-radius:5px; padding:0 25px; height:48px; font-size:14px; color:#666666; font-family: "source-sans-pro",sans-serif; }
.typography .ie7 form select { width: 400px; } 

.typography form .textarea {width:100%; border-radius:5px; font-size:14px; color:#666666; font-family: "source-sans-pro",sans-serif; margin-bottom:5px;}
.typography form textarea {padding:15px 10px 15px 25px;}
.typography form .half { float:left; width:48%; } 
.typography form .half + .half { float:right; } 

.typography form input.text:focus,
.typography form textarea:focus,
.typography form .textajaxuniquetext:focus,
.typography form select:focus {
    outline:none;
}
.typography form input[disabled], form textarea[disabled] {
    background-color: #f7f7f7;
    border: 1px solid #dad9d9;
}
.typography textarea {
    resize: vertical; /* forces text area to be resized vertically only */
    padding:10px 25px;
}

.typography form ul li, 
.typography form ol li,
.typography form dl li{ list-style: none;background:none;float:left; width:auto;padding-left: 0px;padding-right: 30px;}

.typography form ul, 
.typography form ol,
.typography form dl{ margin-bottom: 30px;}

/* Radio and Checkbox */
.typography .field .checkbox, .field .radio {
    float: left;  
    margin-right: 6px; 
    margin-top: 6px;
    padding: 0 20px 0 0;
    vertical-align: middle;
}
    .typography .checkbox label.right,
    .typography .radio label.right {
        float: left;
        vertical-align: middle;
    }


/* Messages */
.typography form .requiredField .error {
        border-color: #cf0000;
        color: #b80000;
		font-size: 18px;
    }

.typography .column2 form .userformsgroup {
    margin-bottom:30px;
}
/* ACTIONS */
.typography .Actions {
    margin: 15px 0;
}
    .typography a.btn, button, input[type="submit"], .Actions .action {
        border: 3px solid #fff;    color: #00a5d7;    display: inline-block;    font-size: 18px;    font-weight: 700;    line-height: 18px;    padding: 15px 50px;    text-transform: uppercase; background:none;border-radius:5px;
    }
    .typography a.btn:hover, button, input[type="submit"]:hover, .Actions .action:hover {
        background:#fce302; 
        
    }
    .typography a.btn {
        line-height: 18px;
        margin-bottom: 10px;
    }
    .typography a.btn:after {                     /* creates arrow in button */
        content: '\2192';
        padding-left: 10px;
    }
    .typography .ie7 input.action {
        width: 0;                     /* IE table-cell margin fix */
        overflow: visible;
    }
    .typography input.action[class] {             /* IE ignores [class] */
        width: auto;                  /* cancel margin fix for other browsers */
    }

    .typography .ie7 .Actions .action {
        float: left;
    }
    .typography .Actions:after {
        color: #B94A48;
        display: inline-block;
        font-weight: normal;
        margin-top: 9px;
    }
    .typography #MemberLoginForm_LoginForm .Actions:after {
        display: none;
    }


/* AREA SPECIFIC */
    /* LOGIN and FORGOT PASSWORD */
    .typography #Remember {
        min-height: 20px;
    }
    .typography #ForgotPassword {
        clear: left;
    }
    .typography #MemberLoginForm_LostPasswordForm .Actions:after {
        display: none;
    }

    /* Search / Login */
    .typography .header form .middleColumn {
        /* float: none;
        width: 100% !important; */
    }


