﻿/* ========================================================================
 * FONT FACE
 * ======================================================================== */

@font-face {
    font-family: 'Stag';
    src: url('/fonts/stag/Stag-Thin.otf');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Stag';
    src: url('/fonts/stag/Stag-Light.otf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Stag';
    src: url('/fonts/stag/Stag-Book.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Stag';
    src: url('/fonts/stag/Stag-Medium.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Stag';
    src: url('/fonts/stag/Stag-Semibold.otf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Stag';
    src: url('/fonts/stag/Stag-Bold.otf');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Stag';
    src: url('/fonts/stag/Stag-Black.otf');
    font-weight: 900;
    font-style: normal;
}

/* ========================================================================
 * ITALIC
 * ======================================================================== */

@font-face {
    font-family: 'Stag';
    src: url('/fonts/stag/Stag-ThinItalic.otf');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Stag';
    src: url('/fonts/stag/Stag-LightItalic.otf');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Stag';
    src: url('/fonts/stag/Stag-BookItalic.otf');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Stag';
    src: url('/fonts/stag/Stag-MediumItalic.otf');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Stag';
    src: url('/fonts/stag/Stag-SemiboldItalic.otf');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Stag';
    src: url('/fonts/stag/Stag-BoldItalic.otf');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Stag';
    src: url('/fonts/stag/Stag-BlackItalic.otf');
    font-weight: 900;
    font-style: italic;
}

/* ========================================================================
 * FONT FACE
 * ======================================================================== */

body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: "Stag";
    font-size: 16px !important;
}

.form-control {
    border-color: #575962;
}

fieldset {
    font-family: sans-serif;
    border: 2px solid #000;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    padding-bottom: 50px;
}

.m-form .m-form__group {
    padding-top: 0px;
}

fieldset legend {
    margin-left: 20px;
    width: auto !important;
    border-bottom: none !important;
    font-size: 16px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/*.m-form .form-control-label, .m-form label {
    font-size: 12px !important;
}*/

.form-control {
    font-size: 16px !important;
}

.application-form-header {
    text-align: center;
    margin: auto;
    width: 80%;
    color: aliceblue;
    text-transform: uppercase;
}

.application-form-header-question {
    margin-top: 10px;
    text-align: right;
}

#header a {
    height: 69px !important;
    width: 300px !important;
    margin-left: 20px;
    margin-top: 10px;
    display: block;
    text-indent: -99999px;
    text-transform: capitalize;
    background: transparent url(../images/logo/adv-logo-white-new.svg);
    background-repeat: round;
    background-position: center;
    position: relative;
}

#header {
    background: transparent url('../images/logo/caption-bg.png') bottom left repeat-x;
    position: relative;
}

.m-content {
    min-width: 500px !important;
}

.m-portlet__head-caption {
    width: 200px !important;
}

.form-control-feedback {
    position: unset !important;
    top: 0;
    right: 0;
    z-index: 2;
    display: unset !important;
    width: unset !important;
    height: unset !important;
    line-height: unset !important;
    text-align: unset !important;
    pointer-events: none;
}

.form-group .required {
    color: #e02222;
    font-size: 12px;
    padding-left: 2px;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .row:before, .row:after {
        /*display: none !important;*/
        display: inline-block;
    }

.capitalized {
    text-transform: capitalize;
}

.m-form .m-form__help {
    font-size: 1rem;
}

label {
    font-family: sans-serif;
    font-weight: normal;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

#g-recaptcha-response-error {
    color: #f4516c !important;
}