/* Custom FORMS Styles */

/* HEADERS */
.typography form h1,
.typography form h2,
.typography form h3,
.typography form h4,
.typography form h5,
.typography form h6 {font-size:28px; font-weight: 700;text-transform: uppercase; margin-bottom: 30px;}
.typography form { background:#f0f3f7; 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;
}
.typography form label, .typography form left {
    padding-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    clear: both;
}
.userform left {
    margin-bottom: 10px;

}
.typography form label.right {
        font-size: 12px;
        color: #888;
    }
.typography form .bad label, .typography form .required label{
        display: none;
    }
    
.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; 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:18px; 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;
}


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


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

.typography .column2 form .userformsgroup {
    margin-bottom:30px;
}
/* ACTIONS */
.typography .Actions {
    margin: 15px 0;
}
    .typography a.btn, .typography button, .typography input[type="submit"], .typography .Actions .action {
        max-width:291px;display:block; border:2px solid #fff; text-transform: uppercase; background:#18acec; line-height:61px; text-align:center; padding: 0px 50px; color:#fff; font-weight:400;
    }
    .typography a.btn:hover, button, input[type="submit"]:hover, .Actions .action:hover {
        background:#000; color:#fff; border:2px solid #fff;
    }
    .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; */
    }




/* USER DEFINED USER FORM MODULE STYLES
----------------------------------------------- */

/*Generic and mixed*/
.typography .FormHeading {
    clear: both;
    padding-top: 15px;
}
.typography form .date .middleColumn input {
    /*background: transparent url(../images/icons/your_icon_here.png) no-repeat scroll 90px 5px;*/
    width: 114px;
}
.typography .Actions input.resetformaction,
.typography .Actions input.action-minor {                  /* Clear button */
    float: left;
    background-color: #888;
}
.typography .Actions input.resetformaction:hover,
.typography .Actions input.action-minor:hover {            /* Clear button */
    background-color: #aaa;
}

/* Labels */
.typography .checkbox label.right {
    font-size: 13px;                            /* reset to default */
    color: #333;                                /* reset to default */
}
.typography form .requiredField label.left:after { /* pseudo element adds an asterisk to a required fields label */
    color: #B94A48;
    content: "*";
    font-size: 14px;
    font-weight: normal;
    padding-left: 3px;
}

/* Radio / Checkbox */
.typography form .checkboxset ul,
.typography form .optionset ul {
    margin: 0;
}
    .typography form .checkboxset li,
    .typography form .optionset li {
        margin-bottom: 5px;
        list-style-type:none;
    }
    .typography form div.checkbox:after { /* clearfix */
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .typography form .checkbox .checkbox { clear: both; }

/* Messages */
.typography span.message {
    margin: 10px 0;
    display: block;
    max-width: 390px;
    clear: left;
}

.typography form input.holder-required {        /* This class needs to be changed - is used for both input and div */
    border: 0px solid #cf0000; 
}

/* Error messages */
.typography input:invalid,
.typography textarea:invalid {

}

.typography input:invalid::-webkit-input-placeholder:after {
   content: ' *';
}

.typography input:invalid:-moz-placeholder:after { /* Firefox 18- */
   content: ' *'; 
}

.typography input:invalid::-moz-placeholder:after {  /* Firefox 19+ */
   content: ' *';
}

.typography input:invalid:-ms-input-placeholder:after {  
   content: ' *';
}
.typography .no-boxshadow input:invalid,
.typography .no-boxshadow textarea:invalid {
    background-color: #f0dddd
}

