/* Custom */

.stylegreen-logo {
    margin-bottom: 60px;
}

.disabled-form {
    border: 2px solid #A8A8A8 !important;
    background: #A8A8A8 !important;
    color: #FFFFFF !important;
}

/*!---------- GLOBAL STYLES ----------*/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 24px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666;
    overflow-x: hidden;
}

ul {
    list-style: none;
}

ul.bullets {
    list-style: inside;
}

.main-container {
    clear: both;
}

hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 0 0 24px 0;
    width: 100%;
}

/*!---------- TYPOGRAPHY ----------*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
pre,
table,
blockquote,
input,
button,
select,
textarea {
    margin-bottom: 24px;
    margin-top: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #666;
}

h1,
.h1 {
    font-size: 28px;
    line-height: 32px;
}

h2 {
    font-size: 20px;
    line-height: 12px;
}

h3 {
    font-size: 16px;
    line-height: 20px;
}

h4 {
    font-size: 12px;
    line-height: 16px;
}

h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

h6,
.h6 {
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
}

@media all and (max-width: 767px) {
    h1,
    h1.large,
    .h1 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 300;
    }
    h2 {
        font-size: 24px;
        line-height: 40px;
    }
    h3 {
        font-size: 24px;
        line-height: 32px;
    }
    h4 {
        font-size: 18px;
        line-height: 26px;
    }
    h5 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
    h6,
    .h6 {
        font-size: 12px;
        line-height: 24px;
        font-weight: 700;
    }
}

.uppercase {
    font-weight: 400;
    text-transform: uppercase;
}

p,
span {
    font-weight: 400;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a {
    font-weight: 600;
    color: #97c11d;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: poitner;
}

a:hover {
    color: #11625d;
    text-decoration: none;
}

.label {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    letter-spacing: 1px;
    background: #97c11d;
    border-radius: 0;
    padding: 6px 12px;
    font-size: 10px;
    vertical-align: middle;
}

.columns-2 {
    column-count: 2;
    -webkit-column-count: 2;
}

.text-left {
    text-align: left !important;
}

/*!---------- TYPOGRAPHY - LISTS ----------*/

ul[data-bullet] li {
    line-height: 32px;
}

ul[data-bullet] li i:first-child {
    margin-right: 16px;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    display: inline-block;
}

ul.lead li {
    font-size: 16px;
    line-height: 40px;
}

/*!---------- SECTIONS ----------*/

section,
footer {
    padding: 96px 0;
    position: relative;
    overflow: hidden;
}

/*!---------- BUTTONS ----------*/

.btn {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 2px solid #97c11d;
    padding: 0 26px;
    height: 40px;
    min-width: 150px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    color: #97c11d;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-right: 8px;
    margin-bottom: 24px;
}

.btn:last-child,
.btn:last-of-type {
    margin-right: 0;
}

.btn:hover {
    background: #11625d;
    color: #fff;
}

.btn-filled {
    background: #97c11d;
    color: #fff;
}


/*!---------- TOOLTIPS ----------*/

.tooltip {
    font-weight: 600;
    font-size: 13px;
}

.tooltip-inner {
    border-radius: 0;
    padding: 9px 24px 12px 24px;
}

/*!---------- ALERTS ----------*/

.alert {
    margin-bottom: 24px;
    background: none;
    border-radius: 0;
    font-weight: 600;
    padding: 12px 16px;
}

.alert .close {
    opacity: 1;
    font-size: 24px;
    top: -2px;
    right: -4px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.alert .close span {
    font-weight: 400;
}

.alert-warning {
    border: 1px solid #d88519;
    color: #d88519;
}

.alert-success {
    border: 1px solid #60b963;
    color: #60b963;
}

.alert-danger {
    border: 1px solid #c64444;
    color: #c64444;
}

/*!---------- FORMS ----------*/

input,
button,
select,
textarea {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type="text"],
input[type="number"],
button,
textarea,
select,
input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-lh {
    line-height: 50px;
}

.attempted-submit .field-error {
    outline: 1px red !important;
}

.input-with-label span {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #292929;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    cursor: default;
}

input[type="text"],
input[type="password"],
input[type="number"] {
    background: #eeeeee;
    border: none;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
}

input[type="text"]:focus,
input[type="password"]:focus {
    outline: 1px solid #ccc;
}

textarea {
    width: 100%;
    border: none;
    background: #eeeeee;
    margin-bottom: 24px;
    border-radius: 0;
    padding: 16px 20px;
}

textarea:focus {
    outline: 1px solid #ccc;
}

::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #777;
    font-size: 11px;
}

:-moz-placeholder {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #777;
    font-size: 11px;
}

::-moz-placeholder {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #777;
    font-size: 11px;
}

:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #777;
    font-size: 11px;
}


input[type="submit"],
button[type="submit"] {
    height: 50px;
    line-height: 48px;
    border: 2px solid #97c11d;
    background: #97c11d;
    color: #fff;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0 !important;
}

input[type="submit"]:focus,
button[type="submit"]:focus {
    outline: none;
}

input[type="submit"].hollow,
button[type="submit"].hollow {
    background: none;
    border: 2px solid #97c11d;
    color: #97c11d;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

input[type="submit"].hollow:hover,
button[type="submit"].hollow:hover,
button[type="submit"]:hover {
    background: #11625d;
    color: #fff;
}

.select-option {
    position: relative;
    cursor: pointer;
    height: 50px;
    overflow: hidden;
    margin-bottom: 24px;
}

.select-option i {
    position: absolute;
    font-size: 18px;
    right: 20px;
    top: 14px;
    z-index: 2;
    pointer-events: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}

.select-option:focus i {
    color: #fff;
}

.select-option select {
    margin-bottom: 0;
}

select {
    height: 50px;
    background: #eeeeee;
    width: 100%;
    border-radius: 0;
    border: none;
    outline: none;
    padding-left: 20px;
    position: relative;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #777;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}

select:focus {
    background: #eee;
}

select:active,
select:focus,
select:hover {
    outline: none;
    border: none;
}

@media all and (min-width: 991px) {
    input.col-md-6,
    button.col-md-6 {
        width: 49%;
        float: left;
    }
    input.col-md-6:first-of-type,
    button.col-md-6:first-of-type {
        margin-right: 1%;
    }
    input.col-md-6:last-of-type,
    button.col-md-6:last-of-type {
        margin-left: 1%;
    }
}

.form-error,
.form-success {
    background: #58ce38;
    padding: 12px;
    width: 80%;
    color: #fff;
    clear: both;
    display: block;
    max-width: 700px;
    position: relative;
    top: 16px;
    margin: 0 auto;
    word-break: break-word;
}

.form-error {
    background: #ce3838;
}

.form-error a,
.form-success a {
    display: block;
    color: #fff;
}

.attempted-submit .field-error {
    outline: 1px solid #ce3838 !important;
}
