/*
    Default form page styling
*/

@import url(https://fonts.googleapis.com/css?family=Heebo:100,200,300,400,500,600,700,800,900);

@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 100;
    src: local('Heebo Thin'), local('Heebo-Thin'), url(https://fonts.gstatic.com/s/heebo/v5/NGS0v5_NC0k9P9mVfbNrsw.woff) format('woff');
}

@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 300;
    src: local('Heebo Light'), local('Heebo-Light'), url(https://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9ldb6RMkKg.woff) format('woff');
}

@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    src: local('Heebo'), local('Heebo-Regular'), url(https://fonts.gstatic.com/s/heebo/v5/NGS6v5_NC0k9P9H2Tbc.woff) format('woff');
}

@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    src: local('Heebo Medium'), local('Heebo-Medium'), url(https://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9kFbqRMkKg.woff) format('woff');
}

@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    src: local('Heebo Bold'), local('Heebo-Bold'), url(https://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9lNaKRMkKg.woff) format('woff');
}

@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 800;
    src: local('Heebo ExtraBold'), local('Heebo-ExtraBold'), url(https://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9lRa6RMkKg.woff) format('woff');
}

@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 900;
    src: local('Heebo Black'), local('Heebo-Black'), url(https://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9l1aqRMkKg.woff) format('woff');
}

html {
    display: block;
    /*font-size: 10px;*/
    -webkit-tap-highlight-color: transparent;
    font-family: 'Heebo', Heebo, Arial, Helvetica, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Heebo', Heebo, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.42857;
    letter-spacing: 0px;
    color: #333333;
    background-color: transparent;
    margin: 3% 5%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

a {
    cursor: pointer;
    background-color: transparent;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    border: 1px solid transparent;
    border-radius: 5px;
}

#contentFull,
#contentAreaExtFullWidth {
    border-top: none !important;
    margin-top: 20px;
    margin-bottom: 50px;
    background-color: #FFF;
}
ul#navigation > li a {
    border: none; 
    border-radius: 0px;
}
ul#navigation > li > ul {
    border-bottom: 10px solid #b3d234;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    border: 1px solid transparent;
    border-radius: 5px;
}

:focus {
    outline: none;
}

hr {
    width: 100%;
}

/*
    Default form styling
*/
.noform {
    display: block;
}

.noform + form[action*="/formbuilder?"] {
    display: none;
    visibility: hidden;
    height: 0px;
}

form[action*="/formbuilder?"] {
    padding: 20px 20px;
    width: 100%;
}

    form[action*="/formbuilder?"] .TextHighlight {
        margin-bottom: 20px;
    }

    form[action*="/formbuilder?"] .SectionHeader {
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 5px 5px;
        width: 100%;
        color: #FFF;
        background-color: #000;
    }

    form[action*="/formbuilder?"] .Intro {
        padding: 5px 5px 5px 5px;
        background-color: lightgrey;
        border: solid 1px #000;
        border-radius: 5px;
        color: #000;
        font-weight: bold;
        text-align: center;
    }

        form[action*="/formbuilder?"] .Intro p i {
            color: #57585c;
        }

    form[action*="/formbuilder?"] .hidden {
        display: none;
    }

    form[action*="/formbuilder?"] .section {
        margin: 20px 0px;
    }

    form[action*="/formbuilder?"] ul {
        padding: 0px 50px;
    }

    form[action*="/formbuilder?"] .hidden {
        display: none;
    }

    form[action*="/formbuilder?"] label {
        display: inline-block;
        margin: 2px 0px;
        margin-top: 10px;
        margin-bottom: 5px;
        margin-right: 20px;
        font-weight: bold;
        width: 100%;
        vertical-align: top;
    }

    form[action*="/formbuilder?"] input,
    form[action*="/formbuilder?"] textarea,
    form[action*="/formbuilder?"] select {
        display: block;
        margin: 2px 0px;
        font-weight: normal;
        width: 100%;
        margin-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    form[action*="/formbuilder?"] input,
    form[action*="/formbuilder?"] select {
        min-height: 30px;
    }

        form[action*="/formbuilder?"] input[type="radio"],
        form[action*="/formbuilder?"] input[type="checkbox"] {
            /*width: 10% !important;*/
            vertical-align: middle !important;
            position: relative !important;
            margin-left: 10px !important;
            margin-top: -6px !important;
        }

    form[action*="/formbuilder?"] span:not(.children-toggle):not(.input-group-btn):not(.hidden-md-down) {
        margin: 5px 0px 10px 0px;
        width: 100%;
    }

    form[action*="/formbuilder?"] span.input-group-btn > a.btn.btn-default {
        padding: 0.42857143em 0.85714286em !important;
    }

    form[action*="/formbuilder?"] .subsection {
        padding: 10px 20px;
    }

    form[action*="/formbuilder?"] label.SectionLabel {
        display: block;
        margin: 0 !important;
        padding: 0 !important;
        padding-left: 10px !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        width: 100% !important;
        background-color: #000;
        border-radius: 5px;
        color: #FFF;
    }

    form[action*="/formbuilder?"] label.checkbox {
        display: block;
        margin: 0px;
        width: 100%;
        min-height: 30px;
        font-weight: normal;
        vertical-align: sub;
        padding-top: 5px;
    }

        form[action*="/formbuilder?"] label.checkbox input {
            display: inline-block;
            float: left;
            width: 25px;
            margin: 0px 10px;
            margin-top: -3px;
        }

    form[action*="/formbuilder?"] label.radio {
        display: inline-block;
        margin: 0px;
        margin-right: 4%;
        width: auto;
        min-height: 35px;
        font-weight: normal;
        vertical-align: sub;
        padding-top: 5px;
    }

        form[action*="/formbuilder?"] label.radio.fullwidth {
            display: block;
            width: 100%;
        }

        form[action*="/formbuilder?"] label.radio input {
            display: inline-block;
            float: left;
            width: 25px;
            margin: 0px 10px;
            margin-top: -6px;
        }

        form[action*="/formbuilder?"] label.radio.two-options {
            width: 45%;
            float: left;
        }

        form[action*="/formbuilder?"] label.radio.three-options {
            width: 30%;
            float: left;
        }

        form[action*="/formbuilder?"] label.radio.four-options {
            width: 22%;
            float: left;
        }

    form[action*="/formbuilder?"] input[type='date'] {
        display: inline-block;
        margin: 2px 0px;
        font-weight: normal;
        width: auto;
        min-width: 150px;
        max-width: 265px;
        color: #000;
        background-color: #FFF;
        text-align: center;
        font-size: 14px;
    }

form[action*="/formbuilder?"] input[type='submit'] {
    margin-top: 20px !important;
    font-size: 1.3em;
    font-weight: bold;
    color: #000;
    background-color: #FFF;
    border: 2px solid #000;
    border-radius: 20px;
    padding: 7px 20px;
    width: 20%;
    min-width: 120px;
    margin-right: 5%;
    margin-bottom: 50px;
}

    form[action*="/formbuilder?"] input[type='submit']:hover {
        color: #FFF;
        background-color: #000;
    }

form[action*="/formbuilder?"] input[value='Previous'] {
    float: left;
}

form[action*="/formbuilder?"] input[value='Next'] {
    float: right;
}
form[action*="/formbuilder?"] input[value='Submit'] {
    min-width: 120px !important;
}
form[action*="/formbuilder?"] input[value='Register Now'] {
    min-width: 145px!important;
}
form[action*="/formbuilder?"] input[value='Submit order'] {
    min-width: 140px !important;
}

form[action*="/formbuilder?"] .field-validation-error {
    display: block;
    color: red !important;
    padding-left: 10px !important;
}

form[action*="/formbuilder?"] .validation-summary-errors {
    color: red !important;
}

form[action*="/formbuilder?"] .validation-summary-errors ul {
    padding: 0 !important;
}

form[action*="/formbuilder?"] input[type="radio" i] {
    background-color: initial;
    cursor: default;
    -webkit-appearance: radio;
    box-sizing: border-box;
}

form[action*="/formbuilder?"] input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
}

form[action*="/formbuilder?"] input[type='radio']::-ms-check {
    background: #e5e5e5;
}

form[action*="/formbuilder?"] input[type='radio']:checked::-ms-check {
    background: #e5e5e5;
}

@media screen and (max-width: 1200px) {
    form[action*="/formbuilder?"] label.radio {
        margin-right: 1%;
    }
}

@media screen and (max-width: 880px) {
    form[action*="/formbuilder?"] label,
    form[action*="/formbuilder?"] label.radio,
    form[action*="/formbuilder?"] input {
        display: block;
        margin-right: 0px;
        width: 100%;
    }

    form[action*="/formbuilder?"] input[type="submit"] {
        display: inline-block;
        width: 55% !important;
        margin-left: 20%;
        margin-right: 20%;
    }

    .main-wrapper > .container {
        padding-bottom: 90px;
    }
}

