﻿.default input[type="text"] {
    height: 45px !important;
	padding: 2% !important;
	border-radius: 0px !important;
}
.default .btn {
    padding: 15px 25px !important;
    border-radius: 0px !important;
    width: 100%;
    background: var(--brand-blue);
    color: #fff;
    font-weight: 700 !important;
	font-size: inherit !important;
    font-family: inherit !important;
	letter-spacing: 1px;
	margin-top: 3px;
	transition: all .15s ease-in-out
}
.default .btn:hover {
    background: var(--brand-bright-blue,#00e);
}
.lc-signup-form {
padding:10px 0px 20px 0px;
}
.row.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}
.flex-3 {
    flex-basis: 25%;
    padding: 0rem 1rem;
}
.flex-3 label {
    font-family: inherit !important;
	font-size: inherit !important;
	letter-spacing: 1px;
}
@media screen and (min-width: 601px) and (max-width: 991px) {
.flex-3 {
    flex-basis: 50%;
}
}
@media screen and (max-width: 600px) {
.flex-3 {
    flex-basis: 100%;
}
}





.default label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}

.default input[type=checkbox].css-checkbox {
	position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}

.default input[type=checkbox].css-checkbox + label.css-label {
	padding-left:20px;
	height:15px; 
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}

.default .css-label{
	background-image:url(images/elegant.png);
}

.default input[type=checkbox].css-checkbox:checked + label.css-label {

    background-position: 0 -17px;
}

.default input[type=checkbox].css-checkbox + label.css-label {
	padding-left:22px;
    height:17px; 
    display:table;
	line-height:17px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
    font-weight:normal;
}

.default .desc {
    color: #999999;
    display: block;
    margin-bottom: 15px;
    margin-left: 22px;
    font-size:13px;
    font-weight:normal;
}

.default ul {
    margin:0;
    padding:0;
}

.default {
    font-family: sans-serif;
}

.default .subs-lst {
    margin-bottom:20px;
    list-style-type:none;
}

.default .btn-success {
    background-color: #5CB85C;
    border-color: #4CAE4C;
    color: #FFFFFF;
}

.default .btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.default .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color:#fff;
    background-color:#47a447;
    border-color:#398439;
}

.default input[type="text"] {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 22px;
    line-height: 1.42857;
    padding: 1%;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 98%;
}

.default input[type="text"]:focus{
    border-color:#66afe9;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
}

.default .lc-signup-form input[type="text"] {
    margin-bottom: 15px;
}

.default .ui-state-highlight {
    border: 1px solid #fcefa1; 
    background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; 
    color: #363636; 
}

.default .ui-state-highlight, .default .ui-state-error {
    text-align:center;
    padding:1.7em 0.7em;
    font-family: Verdana,Arial,sans-serif; 
    font-size: 1.1em;
}

.default .ui-state-error {
    border: 1px solid #cd0a0a; 
    background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; 
    color: #cd0a0a;  
 }


