﻿h1 {
    display: block;
    font-size: 30px;
    line-height: 1.00 em;
    font-family: 'Laila', serif;
    text-align: center;
    font-weight: bold;
    color: #2f4155;
    text-shadow: 1px 1px 0 #fff;
}

h2 {
    display: block;
    font-size: 25px;
    line-height: 1.00 em;
    font-family: 'Laila', serif;
    text-align: center;
    font-weight: bold;
    color: #2f4155;
    text-shadow: 1px 1px 0 #fff;
}

.switchery {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    -radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box
}

    .switchery > small {
        background: #fff;
        border-radius: 100%;
        box-shadow: 0 1px 3px rgba(0,0,0,0.4);
        height: 30px;
        position: absolute;
        top: 0;
        width: 30px;
    }

.switchery-small {
    border-radius: 20px;
    height: 20px;
    width: 33px;
}

    .switchery-small > small {
        height: 20px;
        width: 20px;
    }

.switchery-large {
    border-radius: 40px;
    height: 40px;
    width: 66px;
}

    .switchery-large > small {
        height: 40px;
        width: 40px;
    }

.switchery {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box
}

    .switchery > small {
        background: #fff;
        border-radius: 100%;
        box-shadow: 0 1px 3px rgba(0,0,0,0.4);
        height: 30px;
        position: absolute;
        top: 0;
        width: 30px
    }

.switchery-small {
    border-radius: 20px;
    height: 20px;
    width: 33px
}

    .switchery-small > small {
        height: 20px;
        width: 20px
    }

.switchery-large {
    border-radius: 40px;
    height: 40px;
    width: 66px
}

    .switchery-large > small {
        height: 40px;
        width: 40px
    }

html, body, div, form, table, header {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




input, textarea {
    -webkit-font-smoothing: antialiased;
    outline: none;
}



.col-submit {
    text-align: center;
    padding: 20px;
}

button {
    width: 100%;
    height: 35px;
    border: none;
    border-radius: 4px;
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    overflow: hidden;
    outline: none;
}

    button.submitbtn {
        background-image: -moz-linear-gradient(#2173b2, #2f4155);
        background-image: -webkit-linear-gradient(#2173b2, #2f4155);
        background-image: linear-gradient(#2173b2, #2f4155);
        border-bottom: 1px solid #648c3a;
        cursor: pointer;
        color: #fff;
    }

        button.submitbtn:hover {
            background-image: -moz-linear-gradient(#2f4155, #056dbc);
            background-image: -webkit-linear-gradient(#2f4155, #056dbc);
            background-image: linear-gradient(#2f4155, #056dbc);
        }

        button.submitbtn:active {
            height: 34px;
            border-bottom: 0;
            margin: 1px 0 0 0;
            background-image: -moz-linear-gradient(#2173b2, #2f4155);
            background-image: -webkit-linear-gradient(#2173b2, #2f4155);
            background-image: linear-gradient(#2173b2, #2f4155);
            -moz-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
        }

form {
    display: block;
    margin: 30px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

html {
    overflow-y: scroll;
}

body {
    font-family: Arial, Tahoma, sans-serif;
    background: #e2eef4;
    font-size: 62.5%;
    padding-top: 40px;
}

label {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 27px;
    line-height: 27px;
    margin: 5px -5px 0;
    padding: 7px 5px 3px;
    border: none;
    outline: none;
    color: #555;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    /*opacity: .6;
                transition: all linear .3s;*/
}

    label > input {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 27px;
        line-height: 27px;
        margin: 5px -5px 0;
        padding: 7px 5px 3px;
        border: none;
        outline: none;
        color: #555;
        font-family: 'Helvetica Neue', Arial, sans-serif;
        font-weight: bold;
        font-size: 14px;
        opacity: .6;
        transition: all linear .3s;
    }

form > div > label {
    display: block;
    padding: 20px 20px 10px;
    vertical-align: top;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #939393;
    cursor: pointer;
}

form > div.switch > label {
    padding: 16px 20px 13px;
}

.col-2, .col-3, .col-4, .col-5 {
    border-bottom: 1px solid #e4e4e4;
}

.col-2, .col-3, .col-4, .col-5 {
    border-bottom: 1px solid #e4e4e4;
}

form > div > .col-4 > .col-5 {
    height: 86px;
}

form > div {
    display: inline-block;
}

@media(min-width: 850px) {
    form > div {
        display: inline-block;
    }

    .col-submit {
        display: block;
    }

    .col-2, .col-3, .col-4, .col-5 {
        box-shadow: 1px 1px #e4e4e4;
        border: none;
    }

    .col-2 {
        width: 49%;
    }

    .col-3 {
        width: 32.7%;
    }

    .col-4 {
        width: 24.5%;
    }

    .col-5 {
        width: 19.5%;
    }

    .col-submit button {
        width: 30%;
        margin: 0 auto;
    }
}
