/* ==================================================
  General
  ================================================== */

/* Google font */

@font-face {
    font-family: 'Texta';
    src: url("fonts/texta-light-webfont.eot");
    src: url("fonts/texta-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texta-light-webfont.woff") format("woff"), url("../fonts/texta-light-webfont.ttf") format("truetype"), url("../fonts/texta-light-webfont.svg#open_sansregular") format("svg");
    font-weight: 300;
}

@font-face {
    font-family: 'Texta';
    src: url("fonts/texta-book-webfont.eot");
    src: url("fonts/texta-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texta-book-webfont.woff") format("woff"), url("../fonts/texta-book-webfont.ttf") format("truetype"), url("../fonts/texta-book-webfont.svg#open_sansregular") format("svg");
    font-weight: 400;
}

@font-face {
    font-family: 'Texta';
    src: url("fonts/texta-medium-webfont.eot");
    src: url("fonts/texta-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texta-medium-webfont.woff") format("woff"), url("../fonts/texta-medium-webfont.ttf") format("truetype"), url("../fonts/texta-medium-webfont.svg#open_sansregular") format("svg");
    font-weight: 500;
}

@font-face {
    font-family: 'Texta';
    src: url("fonts/texta-bold-webfont.eot");
    src: url("fonts/texta-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texta-bold-webfont.woff") format("woff"), url("../fonts/texta-bold-webfont.ttf") format("truetype"), url("../fonts/texta-bold-webfont.svg#open_sansregular") format("svg");
    font-weight: 700;
}

@font-face {
    font-family: 'Texta';
    src: url("fonts/texta-black-webfont.eot");
    src: url("fonts/texta-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texta-black-webfont.woff") format("woff"), url("../fonts/texta-black-webfont.ttf") format("truetype"), url("../fonts/texta-black-webfont.svg#open_sansregular") format("svg");
    font-weight: 800;
}

html {
    /*  height: 100%;
*/
}

body {
    font-family: 'Texta', 'Helvetica', 'sans-serif';
    font-size: 18px;
    font-weight: 500;
    color: #535353;
    line-height: 130%;
    text-align: left;
    background-color: transparent;
    user-select: text;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #8A8A8A;
}


h1 {
    margin-top: 10px;
    line-height: 1.2;
    color: #e68c0a;
    font-size: 110%;
    font-weight: 700;
}

h2 {
    font-size: 150%;
    font-weight: 500;
    color: #000;
    line-height: 120%;
    margin-top: 0;
}

h4 {
    font-size: 100%;
    font-weight: 700;
    color: #000;
    line-height: 120%;
}

a,
a:focus {
    color: #242349;
    font-weight: 500;
    text-decoration: none;
    -o-transition: all .1s;
    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    -ms-transition: all .1s;
    transition: all .1s;
}

    a:hover {
        color: #e68c0a;
        -o-transition: all .1s;
        -moz-transition: all .1s;
        -webkit-transition: all .1s;
        -ms-transition: all .1s;
        transition: all .1s;
        text-decoration: underline;
    }

i {
    padding-left: 4px;
    padding-right: 4px;
}

@-moz-document url-prefix() {
}

::-moz-selection {
    background: #E68C0A;
    color: #fff;
    text-shadow: none;
}

.department {
    padding-left: 50px;
    margin-top: -30px;
    font-weight: 700;
    color: #242349;
    font-size: 130%;
}


/* ==================================================
  FormStyling
  ================================================== */
.form-top {
    margin-top: 20px;
}

form {
    margin-top: 20px;
}

label.control-label {
    color: #242349;
    text-align: left;
}

label {
    text-align: left;
    color: #242349;
    font-size: 18px;
}

input.form-control {
    display: inline;
}

input,
button {
    font-family: 'Texta', Arial, sans-serif;
    font-weight: 700;
}

@-moz-document url-prefix() {
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
.form-control {
    height: 34px;
    vertical-align: middle;
    background: #fff;
    font-family: 'Texta', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    border: 1px solid #aaa;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    display: block;
    width: -webkit-fill-available;
}

    .form-control::-moz-placeholder {
        color: #4c4c4c;
        opacity: 1;
        font-size: 16px;
        text-transform: none;
    }

    .form-control:-ms-input-placeholder {
        color: #4c4c4c;
        font-size: 16px;
        text-transform: none;
    }

    .form-control::-webkit-input-placeholder {
        color: #4c4c4c;
        font-size: 16px;
        text-transform: none;
    }

input.form-control {
    display: inline;
}

.close {
    opacity: .8;
}

.text-center {
    text-align: center;
}

.form-signin {
    padding: 20px;
    margin: 0 auto;
    background-color: #ddd;
    border-bottom-right-radius: 30px;
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

form input, form label {
    margin: 0 0 0 0;
}

.options a {
    font-size: 16px;
    font-weight: 600;
}

.control-label {
    font-size: 18px;
}

i.fa.fa-google-plus {
    font-weight: 900;
}

.logo img {
    margin-right: 10px;
    vertical-align: text-top;
}

.logo-banner {
    background-color: #fff;
    padding: 8px 20px 12px 20px;
    border-bottom: 1px solid #bbb;
    /*  border-top-left-radius: 30px;
*/
}

.alert-danger {
    color: #fff;
    background-color: #b00e23;
    border-color: #b00e23;
    background-image: none;
    font-weight: 500;
}

.alert {
    text-shadow: none;
    border: 1px solid #fff;
}

.instructions {
    font-size: 16px;
    color: #2c2b2b;
}

.show-error {
    color: #b00e23;
    font-size: 16px;
}

.form-horizontal .control-label {
    text-align: left;
    padding-top: 0;
}

.form-top-border {
    margin: 0 0 0 0;
    padding: 12px 35px 15px 35px;
    background: #242349;
    -moz-border-radius: 36px 0 0 0;
    -webkit-border-radius: 36px 0 0 0;
    border-radius: 36px 0 0 0;
}
/*End Form Styles*/

/*Button-Styles*/

button {
    font-family: 'Texta', 'Open Sans', Arial, sans-serif;
}

.btn {
    background-color: #E68C0A;
    font-family: "Texta", open-sans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    min-width: 120px;
    border-radius: 0;
    border: 1px solid #fff;
}

    .btn:hover,
    .btn:focus {
        background-color: #E68C0A;
        color: #fff;
        text-decoration: none;
        border: 1px solid #fff;
    }

.btn-default {
    color: #242349;
    background-color: #bbb;
    background-image: none;
    text-shadow: none;
    margin-top: 15px;
}

    .btn-default:focus {
        color: #fff;
        background-color: #e68c0a;
    }

    .btn-default:hover {
        color: #fff;
        background-color: #e68c0a;
    }

    .btn-default:active {
        color: #fff;
        background-color: #e68c0a;
        border: 1px solid #fff;
    }

        .btn-default:active:hover,
        .btn-default:active:focus {
            color: #fff;
            background-color: #e68c0a;
        }

.btn-primary {
    color: #fff;
    background-color: #e68c0a;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
}

    .btn-primary:focus {
        color: #fff;
        background-color: #e68c0a;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #e68c0a;
        opacity: .8;
    }

    .btn-primary:active {
        color: #fff;
        background-color: #e68c0a;
    }

        .btn-primary:active:hover,
        .btn-primary:active:focus {
            color: #fff;
            background-color: #e68c0a;
        }

.btn-primary {
    margin: 15px 0 10px 0;
}

/*End Button-Styles*/

/* ==================================================
  Responsive Styling
  ================================================== */

@media (max-width: 768px) {
    h2 {
        font-size: 150%;
    }
}


@media (max-width: 767px) {
    body {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 414px) {
    body {
        padding-top: 20px;
    }

    .btn {
        width: auto;
        margin: 10px 0;
        padding: 10px;
    }

    h2 {
        font-size: 150%;
    }

    .form-signin {
        padding: 20px 20px;
        margin: 0 auto;
        background-color: #ddd;
        margin-bottom: 20px;
    }


    input[type="text"],
    input[type="email"],
    .form-control {
        width: 100%;
    }

    label {
        padding-left: 0;
    }

    .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 360px) {
    h1 {
        font-size: 95%;
    }

    .btn, a.btn {
        width: auto;
        margin: 10px 0;
        padding: 12px 6px;
        font-size: 70%;
        height: 40px;
    }
}

@media (max-width: 320px) {
    h1 {
        font-size: 80%;
    }
}
/* End of Responsive styles */

.pointer-cursor {
    cursor: pointer;
}