@charset "UTF-8";

@-ms-viewport {
    width: device-width;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    font-size: 62.5%;
    line-height: 1.15;
    min-height: 100%;
    position: relative;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: #ffffff;
    color: #343434;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    line-height: 1.42857;
    margin: 0;
    padding: 65px 0 330px;
    -ms-overflow-style: scrollbar;
}

@media (min-width: 768px) {
    body {
        padding: 100px 0 140px;
        overflow-y: scroll;
    }
}

@media print {
    body {
        margin: 0;
        padding: 0;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

@media (min-width: 768px) {
    *:focus {
        outline-color: none;
        outline: none;
    }
}

.material-icons {
    color: #28588b;
    direction: ltr;
    display: inline-block;
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
    font-size: 2.4rem;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-rendering: optimizeLegibility;
    text-transform: none;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

a > .material-icons {
    color: #0270AC;
}

a:hover > .material-icons {
    text-shadow: 0 2px 15px rgba(2, 136, 209, 0.2), 0 3px 15px rgba(2, 136, 209, 0.3), 0 1px 15px rgba(2, 136, 209, 0.2);
}

::-moz-selection {
    background: #28588b;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #28588b;
    color: #fff;
    text-shadow: none;
}

h1, h2 {
    font-family: Roboto, "Open Sans", "Arial Narrow", Helvetica, sans-serif;
    margin: 0 0 .8em;
}

h1 {
    font-size: 2.4rem;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 1.1;
    margin: 15px 0 0;
    position: relative;
}

@media (min-width: 768px) {
    h1 {
        font-size: 3rem;
        margin-top: 0;
    }
}

h1 i {
    display: block;
    font-family: Roboto, "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    margin-top: -5px;
}

h1 i.material-icons {
    color: #818181;
    display: none;
    font-size: 3.0rem;
    vertical-align: middle;
}

@media (min-width: 768px) {
    h1 i.material-icons {
        display: inline-block;
    }
}

h2 {
    clear: both;
    color: #676767;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
}

h2 > b {
    font-weight: 400;
}

a {
    color: #0270AC;
    font-weight: 500;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

@media (min-width: 992px) {
    a:active, a:hover, a:focus {
        outline: 0;
    }
}

a:hover {
    text-decoration: underline;
}

a:hover, a:focus {
    color: #21b1ff;
    transition: opacity ease .5s;
}

svg:not(:root) {
    overflow: hidden;
}

b {
    font-weight: bolder;
}

img {
    border-style: none;
    vertical-align: middle;
}

p {
    font-size: 1.6rem;
    letter-spacing: 0.2px;
    line-height: 1.7em;
    margin: 0 0 1.3em;
}

ul {
    font-size: 1.4rem;
    letter-spacing: 0.17px;
    line-height: 19px;
    list-style-type: disc;
    margin: 0 0 1.5em;
}

ul {
    list-style-type: disc;
}

ul ul {
    list-style-type: circle;
}

label {
    color: #676767;
    display: block;
    font-family: Roboto, "Open Sans", "Arial Narrow", Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 10px;
    max-width: 100%;
    text-transform: uppercase;
}

header,
nav {
    display: block;
}

button,
input {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
}

button {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.42857;
    margin: 10px 0;
    outline: 0;
    padding: 8px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    will-change: box-shadow, transform;
}

@media (min-width: 768px) {
    button {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    button:focus {
        outline: 0;
    }
}

button:hover {
    text-decoration: none;
}

button,
html [type="button"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.logo--azmvdnow {
    height: 50px;
    margin-top: 7px;
    width: 85px;
}

.header--page .header__nav, .mvd_container--2col, .mvd_container {
    margin: 0 auto;
    padding-left: 7px;
    padding-right: 8px;
}

.header--page .header__nav:before, .mvd_container--2col:before, .mvd_container:before, .header--page .header__nav:after, .mvd_container--2col:after, .mvd_container:after {
    content: " ";
    display: table;
}

.header--page .header__nav:after, .mvd_container--2col:after, .mvd_container:after {
    clear: both;
}

@media (min-width: 768px) {
    .header--page .header__nav, .mvd_container--2col, .mvd_container {
        width: 735px;
    }
}

@media (min-width: 992px) {
    .header--page .header__nav, .mvd_container--2col, .mvd_container {
        width: 955px;
    }
}

@media (min-width: 1268px) {
    .header--page .header__nav, .mvd_container--2col, .mvd_container {
        width: 1251px;
    }
}

@media print {
    .header--page .header__nav, .mvd_container--2col, .mvd_container {
        padding: 0 !important;
        width: 100% !important;
    }
}

.pull-right {
    float: right;
}

.row {
    margin-left: -7px;
    margin-right: -8px;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.mvd_container__right.well h2, .well.mvd_container__right--top-margin h2 {
    font-size: 2.4rem;
    font-weight: 300;
}

.col-sm-3, .col-xs-4, .col-sm-4, .mvd_container__right, .mvd_container--2col .mvd_container__main, .mvd_container__main, .col-xs-8, .mvd_container__main, .mvd_container__right {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 7px;
}

.col-xs-4, .col-xs-8 {
    float: left;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

@media (min-width: 992px) {
    .col-sm-3, .col-sm-4, .mvd_container--2col .mvd_container__main {
        float: left;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .mvd_container--2col .mvd_container__main {
        width: 58.33333%;
    }
}

@media (min-width: 992px) {
    .mvd_container__main, .mvd_container__right {
        float: left;
    }

    .mvd_container__main, .mvd_container__right {
        width: 41.66667%;
    }
}

@media (min-width: 1268px) {
    .mvd_container__right, .mvd_container__main {
        float: left;
    }

    .mvd_container__right {
        width: 33.33333%;
    }

    .mvd_container__main {
        width: 58.33333%;
    }

    .mvd_container__right {
        left: 8.33333%;
    }
}

input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="checkbox"]:focus {
    box-shadow: 0 2px 15px rgba(2, 136, 209, 0.2), 0 3px 15px rgba(2, 136, 209, 0.3), 0 1px 15px rgba(2, 136, 209, 0.2);
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #9a9a9a;
}

:-moz-placeholder {
    color: #9a9a9a;
}

::-moz-placeholder {
    color: #9a9a9a;
}

:-ms-input-placeholder {
    color: #9a9a9a;
}

::input-placeholder {
    color: #9a9a9a;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-dialog {
    margin: 10px;
    max-width: 95%;
    position: relative;
    width: auto;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}



.mvd_navbar--top a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

.mvd_navbar--top a:hover {
    color: rgba(255, 255, 255, 0.7);
}

button, .btn--default, .btn--primary {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.42857;
    margin: 10px 0;
    outline: 0;
    padding: 8px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    will-change: box-shadow, transform;
}

@media (min-width: 768px) {
    button, .btn--default, .btn--primary {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    button:focus, .btn--default:focus, .btn--primary:focus {
        outline: 0;
    }
}

button:hover, .btn--default:hover, .btn--primary:hover {
    text-decoration: none;
}

button, .btn--default {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #0270AC;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
    color: #0270AC;
    font-weight: 400;
}

button:hover, .btn--default:hover {
    border-color: #28588b;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14), 0 3px 10px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.12);
    color: #28588b;
}

.btn--icon {
    margin: 2px 2px !important;
    padding-left: 35px !important;
}

.btn--icon:hover .material-icons {
    color: #dfdfdf;
}

.btn--icon.btn--default .material-icons {
    color: #0270AC;
}

.btn--icon.btn--default:hover .material-icons {
    color: #28588b;
}

.btn--icon .material-icons {
    position: absolute;
    left: 5px;
    top: 6px;
    color: #fff;
}

.btn--primary {
    background-color: #0270AC;
    border: 1px solid rgba(255, 255, 255, 0);
    color: #fff;
    font-weight: 500;
}

.modal-dialog .btn--primary {
    color: #fff;
}

.btn--primary:hover {
    background-color: #3371b3;
    color: #fff;
}

.modal-dialog .btn--primary:hover {
    color: #fff;
}

.btn--primary, .btn--raised {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}

.btn--primary:hover, .btn--raised:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14), 0 3px 10px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.12);
}

.btn--primary:active, .btn--raised:active {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    outline: 0;
}

.btn--primary:focus, .btn--raised:focus {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
    outline-offset: -2px;
}

.btn--primary + button, button + button, .btn--default + .btn--primary, .btn--primary + .btn--primary, .btn--default + .btn--default {
    margin-left: 7px;
}

.mvd_form-control[type="email"],
.mvd_form-control[type="text"] {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    display: block;
    font-size: 1.6rem;
    height: 31px;
    line-height: 1;
    padding: 5px 10px;
    width: 100%;
}

@media (min-width: 768px) {
    .mvd_form-control[type="email"],
    .mvd_form-control[type="text"] {
        font-size: 1.4rem;
    }
}

.mvd_form-control[type="email"]:hover,
.mvd_form-control[type="text"]:hover {
    border-color: #0270AC;
    box-shadow: 1px 3px 7px rgba(52, 52, 52, 0.15);
    transition: all ease .2s;
}

.mvd_form-control[type="email"]:focus,
.mvd_form-control[type="text"]:focus {
    box-shadow: none;
    background-color: #edf8ff;
    border-color: #0270AC;
    transition: all ease .5s;
}

.mvd_form-group label {
    color: #676767;
    font-family: Roboto, "Open Sans", "Arial Narrow", Helvetica, sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.mvd_form-group {
    position: relative;
    margin-bottom: 20px;
}

.input--dollar {
    position: relative;
}

.input--dollar input {
    padding-left: 15px !important;
}

.input--dollar b {
    color: #9a9a9a;
    left: 6px;
    position: absolute;
    top: 6px;
    display: none;
}

.input--dollar:before {
    color: #9a9a9a;
    content: "$";
    font-weight: 600;
    left: 6px;
    position: absolute;
    top: 6px;
}

.header--page {
    background-color: #fff;
    width: 100%;
    z-index: 7;
}

.header--page {
    position: relative;
}

.header--page .header__nav {
    border-bottom: 1px solid #dfdfdf;
    display: block;
    margin-bottom: 30px !important;
    min-width: 100%;
    padding: 0 10px;
}
@media (min-width: 768px) {
    .header--page .header__nav {
        width: 735px;
    }
}

@media (min-width: 992px) {
    .header--page .header__nav {
        width: 955px;
    }
}

@media (min-width: 1268px) {
    .header--page .header__nav {
        width: 1251px;
    }
}

@media (min-width: 768px) {
    .header--page .header__nav {
        display: table;
        min-height: 75px;
        min-width: 0;
        table-layout: auto;
    }
}

@media print {
    .header--page .header__nav {
        padding: 0 !important;
        width: 100% !important;
    }
}

@media print {
    .header--page .header__nav {
        padding: 0 !important;
        width: 100% !important;
    }
}

.header--page .header__nav > li {
    display: block;
    margin: 0;
    vertical-align: middle;
}

.header--page .header__nav > li:last-of-type {
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .header--page .header__nav > li {
        display: table-cell;
        padding: 10px 0;
    }
}

.header--well {
    margin-bottom: -2px !important;
    min-height: 0 !important;
    padding: 16px 19px;
}

.header--well h2 {
    font-size: 1.8rem;
    margin-bottom: 0;
}

.list--info {
    color: #818181;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mvd_navbar__right__nav {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

.mvd_navbar__right__nav > li {
    float: left;
}

.mvd_navbar__container, .mvd_navbar__left__nav {
    display: table;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}

.mvd_navbar__container > li, .mvd_navbar__left__nav > li {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.nav--mega {
    display: table;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

@media (max-width: 767px) {
    .nav--mega {
        background-color: #dfdfdf;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }
}

@media (min-width: 1263px) {
    .nav--mega {
        max-width: 1263px;
    }
}

.nav--mega li {
    height: 35px;
    list-style: none;
    vertical-align: middle;
}


@media (min-width: 768px) {
    .nav--mega--container {
        background-color: #28588b;
        opacity: 1;
        pointer-events: auto;
    }
}

.modal-body:before, .modal-body:after {
    content: " ";
    display: table;
}

.modal-body:after {
    clear: both;
}

.mvd_navbar--top .mvd_navbar__link {
    color: rgba(255, 255, 255, 0.9);
    font-family: "Open Sans", Arial, Arial, Helvetica, sans-serif, sans-serif;
    font-size: 1.2rem;
}

.mvd_navbar--top .mvd_navbar__link:hover {
    color: #6ecbfe;
}

.mvd_navbar--top .mvd_navbar__link > .material-icons {
    color: rgba(255, 255, 255, 0.8);
}

.mvd_navbar__container {
    margin: 0 auto;
    max-height: 64px;
    max-width: 1263px !important;
    padding: 0 20px;
    position: relative;
}

.mvd_navbar__container > li {
    vertical-align: middle;
}

.mvd_navbar__container > li.mvd_navbar__left {
    display: table-cell !important;
}

.mvd_navbar__left {
    width: 140px;
}

@media (min-width: 1092px) {
    .mvd_navbar__left {
        width: auto;
    }
}

.mvd_navbar__left__nav {
    table-layout: auto !important;
}

.mvd_navbar__link {
    display: block;
    line-height: 24px;
    padding: 20px 8px;
    position: relative;
}

.mvd_navbar__link:hover > .material-icons {
    color: #6ecbfe;
}

.mvd_navbar__link > .material-icons {
    color: #fff;
    font-size: 3rem;
    margin-top: -6px;
}

.mvd_navbar__help {
    border-left: 1px solid rgba(52, 52, 52, 0.4);
}

.mvd_navbar__help .material-icons {
    font-size: 2.4rem;
}

.mvd_table--info, .mvd_table--primeng {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.4rem;
    width: 100%;
}

.mvd_table--info td, .mvd_table--info th {
    padding: 5px 0;
    border-top: 1px solid #dfdfdf;
    text-align: left;
}

.mvd_table--info td:last-of-type, .mvd_table--info th:last-of-type {
    text-align: right;
}

.mvd_table--label-pair {
    border-collapse: collapse;
}

.mvd_table--label-pair tr td {
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: top;
    line-height: 1.5;
}

.mvd_table--label-pair tr td:first-of-type {
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
    padding-right: 10px;
}

.mvd_table--primeng {
    background-color: #fff;
    margin-bottom: 30px;
}

.mvd_table--primeng tr {
    border-color: #d9d9d9;
}

.mvd_table--primeng th, .mvd_table--primeng td {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    padding: 4px 10px;
}

.mvd_table--primeng th {
    background-color: #ebedf0;
    border-color: #d9d9d9;
    text-align: left;
}

table .btn--default, table .btn--primary, table .mvd_form-control {
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px;
}

.w--actions {
    width: 100px;
}


.mvd_alert--message__warning {
    background-color: #fff1f1;
    border: 1px solid crimson;
    color: crimson;
}

.mvd_alert--message, .mvd_alert--message__warning, .mvd_alert--message__success {
    border-radius: 5px;
    margin: 0 0 30px;
    padding: 10px;
}

.mvd_alert--message i, .mvd_alert--message__warning i, .mvd_alert--message__success i {
    padding-right: 5px;
    display: inline-block;
}

.mvd_alert--message__warning i:after {
    content: "error_outline";
    color: crimson;
}

.mvd_alert--message__warning h2:after {
    content: "Warning";
}

.mvd_alert--message__warning h2 {
    display: inline-block;
    margin-top: -5px;
}



.mvd_alert--label {
    color: #990000;
}

.main:before, .main:after {
    content: " ";
    display: table;
}

.main:after {
    clear: both;
}

.mvd_container__right:before, .mvd_container__right:after {
    content: " ";
    display: table;
}

.mvd_container__right:after {
    clear: both;
}

.header--well, .well {
    background-color: #f8f8f8;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    min-height: 20px;
    padding: 15px 19px 19px;
    position: relative;
}

.header--well:before, .header--well:after, .well:before, .well:after {
    content: " ";
    display: table;
}

.header--well:after, .well:after {
    clear: both;
}

.well__footer {
    margin-bottom: 30px;
    clear: left;
}

.well__footer:before, .well__footer:after {
    content: " ";
    display: table;
}

.well__footer:after {
    clear: both;
}

.mvd_container__main, .mvd_container__main {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 7px;
}

[title] {
    cursor: pointer;
}

input[type="text"] {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    display: block;
    font-size: 1.6rem;
    height: 31px;
    line-height: 1;
    padding: 5px 10px;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    input[type="text"] {
        font-size: 1.4rem;
    }
}

input[type="text"]:hover {
    border-color: #0270AC;
    box-shadow: 1px 3px 7px rgba(52, 52, 52, 0.15);
    transition: all ease .2s;
}

input[type="text"]:focus {
    box-shadow: none;
    background-color: rgba(2, 136, 209, 0.07);
    border-color: #0270AC;
    transition: all ease .5s;
}

.working:not(:required) {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}

.working:not(:required):after {
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    content: '';
    display: block;
    height: 1em;
    font-size: 1.2rem;
    margin-top: -0.5em;
    width: 1em;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    -webkit-animation: spinner 1500ms infinite linear;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}