#loading-overlay {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 40%;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

.multi_info {
    font-size: small;
    opacity: 75%;
}

#authorized_automation {
    margin-bottom: 5%;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

#contract_service, #autho {
    font-size: 24px;
    color: white;
    animation: blink 1s infinite;
}

.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: inherit;
    left: 55%;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.authorized-block {
    display: none;
    width: 40%;
    padding-bottom: 20px;
    label {
        margin-bottom: 0;
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

/* Base styles: opinionated defaults ========================================================================== */
html {
    color: #222;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 5px solid var(--blue);
    margin: 1rem 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/* colors ========================================================================== */
:root {
    --white: #ffffff;
    --gold: #eab200;
    --blue: #00194c;
    --red: #ff0000;
    --lt-grey: #efefef;
    --med-grey: #414548;
    --drk-grey: #414548;
}

/* custom styles ========================================================================== */
/* TEMPLATE ============================================================================= */
#wrapper {
    display: grid;
    grid-template-columns: 373px auto;
    grid-column-gap: 0;
    width: 100%;
    max-width: 1918px;
    height: 100%;
    min-height: 100vh;
    margin: 0 auto 0 0;
}

main {
    max-width: 1545px;
    height: 100%;
}

main section {
    position: relative;
}

/* LINKS ================================================================================ */
a,
a:visited {
    color: var(--white);
    text-decoration: none;
}

a:focus,
a:active,
a:hover {
}

#form a,
#form a:visited {
    color: var(--drk-grey);
    text-decoration: underline;
}

.btn {
    display: inline-block;
    letter-spacing: 2px;
    color: var(--white);
    text-transform: uppercase;
}

a.btn {
    font-size: 24px;
    padding: 8px 46px;
    margin: 12px 0;
    background-color: rgba(0, 25, 76, 0.7);
}

button.btn {
    outline: none;
    border: none;
    font-size: 16px;
    padding: 0.75rem 1.25rem;
    margin: 0 1rem 0 0;
    background-color: var(--blue);
}

button.btn:last-of-type {
    margin: 0;
}

/* TYPOGRAPHY =========================================================================== */
h1 {
    font-size: 36px;
    letter-spacing: 2px;
    margin: 0;
}

p {
    word-spacing: 3px;
    margin: 10px 0;
}

/* BRANDING =========================================================================== */
header {
    width: 373px;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #00194c;
}

.logo {
    padding: 113px 40px 0 61px;
}

.logo a {
    display: block;
    margin-bottom: 12px;
}

.tagline {
    display: block;
    color: var(--white);
    font-size: 14px;
    padding: 0 0 0 16px;
}

/* NAVIGATION ========================================================================= */
#nav-main {
    color: var(--white);
    font-size: 17px;
    margin-top: 95px;
}

#nav-main ul {
    list-style: none;
    margin: 0 18px;
    padding: 0;
}

#nav-main li {
    display: block;
    margin: 0 0.75rem 0.5rem;
}

#nav-main a {
    display: block;
    position: relative;
    padding: 0.25rem 1.75rem;
}

#nav-main a::after {
    content: '\2022';
    display: none;
    margin-left: 1rem;
}

#nav-main a:focus::after,
#nav-main a:hover::after,
#nav-main a:active::after,
#nav-main a.active::after {
    display: inline-block;
}

#nav-form {
    border-bottom: 5px solid var(--blue);
}

#nav-form ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

#nav-form li {
    margin: 0;
    padding: 0;
}

#nav-form a {
    display: block;
    height: 222px;
    background-position: 0 -16px;
}

#co-info {
    width: 309px;
    background-image: url('../img/co-info.png');
}

#co-info:hover,
#co-info.active {
    background-image: url('../img/co-info.png');
}

#locations {
    width: 229px;
    background-image: url('../img/locations-inactive.png');
}

#locations:hover,
#locations.active {
    background-image: url('../img/locations-active.png');
}

#carriers {
    width: 229px;
    background-image: url('../img/carriers-inactive.png');
}

#carriers:hover,
#carriers.active {
    background-image: url('../img/carriers-active.png');
}

#circut {
    width: 230px;
    background-image: url('../img/circuit-spend-inactive.png');
}

#circut:hover,
#circut.active {
    background-image: url('../img/circuit-spend-active.png');
}

#mobility {
    width: 230px;
    background-image: url('../img/mobility-inactive.png');
}

#mobility:hover,
#mobility.active {
    background-image: url('../img/mobility-active.png');
}

#objectives {
    width: 320px;
    background-image: url('../img/objectives-inactive.png');
}

#objectives:hover,
#objectives.active {
    background-image: url('../img/objectives-active.png');
}


/* WELCOME & SUCCESS =============================================================== */
main.welcome,
main.success {
    display: flex;
    min-height: 969px;
    color: var(--white);
}

main.welcome {
    font-size: 18px;
    background-image: url('../img/welcome-bg.jpg');
}

main.welcome button.btn {
    float: right;
    margin-top: 40px;
}

main.success {
    font-size: 30px;
    background-image: url('../img/success-bg.jpg');
}

main.success a.btn {
    float: left;
    text-align: center;
}

main.welcome section,
main.success section {
    margin: 15% 10% 0;
}

main.success h1 {
    font-size: 114px;
}

main.success small {
    font-size: 10px;
    clear: both;
    float: left;
    margin-top: 50px;
    width: 700px;
}

.success-buttons {
    padding-left: 20px;
}

.success-buttons a.btn {
    width: 292px;
}

/* FORM ============================================================================ */
form {
    position: relative;
    width: 100%;
}

form section:not(.form-footer) {
    min-height: 580px;
}

label,
legend {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--drk-grey);
    margin-bottom: 0.5rem;
}

input,
select,
textarea {
    width: calc(100% - 1rem);
    font-size: 16px;
    color: var(--drk-grey);
    padding: 0.5rem;
    border: none;
    border-radius: 0.25rem;
    background-color: var(--lt-grey);
}

textarea {
    min-height: 10rem;
}

.required {
    color: var(--red);
    font-weight: bold;
}

.row,
form p {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 20rem);
    padding: 1rem 10rem;
}

.row:not(.col-2, .col-3, .col-5) input {
    min-width: 300px;
}

.row:first-of-type {
    margin-top: 1rem;
}

.col-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.full-width {
    width: 100%;
}

.col-5 .col {
    flex-basis: 18%;
    margin-right: 2%;
}

.col-5 .col:last-of-type {
    margin-right: 0;
}

.col-4 .col {
    flex-basis: 23%;
    margin-right: 2%;
}

.col-4 .col:last-of-type {
    margin-right: 0;
}

.col-3 .col {
    flex-basis: 31%;
    margin-right: 2%;
}

.col-3 .col:last-of-type {
    margin-right: 0;
}

.col-3 input {
    max-width: 200px;
}

.col-2 .col {
    flex-basis: 49%;
    margin-right: 2%;
}

.col-2 .col:last-of-type {
    margin-right: 0;
}

.col-2 input {
    max-width: 300px;
}

.btn-file {
    position: relative;
    display: inline-block;
    padding: 0.75rem 1.25rem;
    margin: 1rem 0 0;
    border-radius: 0.25rem;
    background-color: var(--lt-grey);
    overflow: hidden;
    cursor: pointer;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
}

/* CHECKBOXs & RADIOS ======================================================================== */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-right: 3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.container:hover input ~ .checkmark,
.container:hover input ~ .radio {
    background-color: var(--drk-grey);
}

.container input:checked ~ .checkmark,
.container input:checked ~ .radio {
    background-color: var(--blue);
}

.checkmark,
.radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: var(--lt-grey);
}

.checkmark {
    border-radius: 0.25rem;
}

.radio {
    border-radius: 50%;
}

.checkmark:after,
.radio:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after,
.container input:checked ~ .radio:after {
    display: block;
}

.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container .radio:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--blue);
}


.form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 10rem;
    margin: 1rem 0 0;
    border-top: 5px solid var(--blue);
}

/* Helper classes ========================================================================== */
.hidden,
[hidden] {
    display: none !important;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}


/* Print styles.  ========================================================================== */
@media print {

    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
#docusign-container {
    height: 100%;
    width: 100%;
}
/* Modal styles.  ========================================================================== */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

/* Modal box styling */
.modal {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 300px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Modal button styling */
.modal button {
    margin: 10px;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.confirm-btn {
    background-color: rgba(0, 25, 76, 0.7);
    color: white;
}

.cancel-btn {
    background-color: #f44336;
    color: white;
}

