﻿/* FONTS */
@font-face {
    font-family: alte-bold;
    src: url(../apply/psec_branding_fonts/AlteHaasGroteskBold.ttf)
}

@font-face {
    font-family: alte-regular;
    src: url(../apply/psec_branding_fonts/AlteHaasGroteskRegular.ttf)
}

@font-face {
    font-family: tahoma-bold;
    src: url('../apply/psec_branding_fonts/Tahoma Bold.ttf')
}

@font-face {
    font-family: tahoma-regular;
    src: url(../apply/psec_branding_fonts/Tahoma.ttf)
}
/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    background-color: #F26E21;
    line-height: 1;
    overflow: hidden;
    position: relative;
    height: 100vh;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End of CSS Reset */

.logo {
    background-color: #ffffff;
}

div.chromeBarDiv {
    background-color: #f26e21;
    color: #ffffff;
    text-align: center;
}


#head label {
    color: white;
}

.cont-blue {
    background-color: #f26e21;
    color: white;
}

.cont-gray {
    background-color: #4d4d4f;
    color: white;
}

.cont-custom {
    background-color: #4d4d4f;
    color: white;
}

z-index-0 {
    box-shadow: none;
}

.z-index-1 {
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

.z-index-2 {
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

.z-index-3 {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

.z-index-4 {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}

.z-index-5 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22), 0 14px 56px rgba(0, 0, 0, 0.25);
}

.z-index-6 {
    box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
}

html {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    width: 100vw;
}

select {
    font-family: 'Open Sans', sans-serif;
    width: 50%;
}

select:disabled {
    color: darkgray;
    background-color: #f0f0f0;
}

.flexbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.i-flexbox {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

td, th {
    border-radius: 0;
}

*, *:before, *:after {
    box-sizing: initial;
}

table {
    border-radius: 3px;
    border-collapse: collapse;
    overflow: hidden;
    width: 95%; /* This might not be a good idea */
}

    table thead th, table tbody td {
        padding: 0.5em;
        text-align: center;
        box-sizing: border-box;
    }

    table tbody tr {
        border-bottom: 1px solid #9E9E9E;
    }

    table thead tr th {
        padding: 0.8em;
    }

#Table_EmploymentReferences tr .status, #Table_EmploymentReferences tr .company {
    min-width: 12em;
    max-width: 12em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#Table_EmploymentReferences tr .date {
    width: 8em;
}

table .info-message {
    font-style: italic;
    color: #616161;
}

table .control-cell {
    width: 8em;
}

table .ref-control {
    padding: 0;
    height: 2em;
    min-width: 6em;
    vertical-align: middle;
    line-height: 2em;
    display: inline-flex;
}

    table .ref-control i {
        margin-right: 10px;
        font-size: 1.2rem;
        line-height: inherit;
    }

#head {
    margin-bottom: 3em;
    box-shadow: 0 3px 6px rgba(0,0,0,0.26);
}

    #head .logo {
        width: 100vw;
        padding: 1em;
        box-sizing: border-box;
    }

    #head .logo img {
        max-height:6em;
    }

.headerlabel {
    padding: 0.5em;
    width: 100vw;
    box-sizing: border-box;
}


#FloatingItems {
    position: fixed;
    z-index: 10;
    right: 5vw;
}


.formbox {
    max-width: 90vw;
    width: 660px;
    margin: 0 auto;
    height: auto;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

    .formbox .title {
        text-align: center;
        font-size: 1.2em;
        padding: 0.8em;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
        position: relative;
        z-index: 3;
    }

    .formbox .body-content {
        background-color: white;
    }

    .formbox .importantText {
        background-color: #f26e21;
        color: #ffffff;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        z-index: 2;
        line-height: 2em;
    }

    .formbox .form-body {
        box-sizing: border-box;
        padding: 1em;
    }

        .formbox .form-body .form-cell {
            height: 3em;
            width: 28em;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-align: left;
            padding: 0.5em;
        }


            .formbox .form-body .form-cell .combodate {
                flex-grow: 1;
                text-align: center;
                box-sizing: border-box;
                display: inline-flex;
            }

        .formbox .form-body .form-cell-long {
            height: 3em;
            -webkit-flex-grow: 1;
            flex-grow: 1;
            max-width:50em;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: left;
            padding: 0.5em;
        }

        .formbox .form-body .form-cell-wide {
            height: 4em;
            width: 100%;
        }

.form-cell-wide.flexbox {
    padding: 0.8em;
    box-sizing: border-box;
}

.date-dropdown-collection .combodate {
    letter-spacing: -2px;
}


.label {
    display: inline-block;
    width: 11em;
    text-align: right;
    margin-right: 0.5em;
    float: left;
}

.cb-cell .label {
    width: 20em;
    margin-right: 1em;
}

input[disabled] {
    cursor:default;
    color: darkgray;
    background-color: #f0f0f0;
}

input[type=text], input[type=email], input[type=number], input[type=password], select {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    height: 2.3em;
    font-size: 1em;
    border-radius: 2px;
    border: 1px solid #9E9E9E;
    transition: all ease .3s;
    padding: 0.2em;
    box-sizing: border-box;
}

    input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, select:focus {
        box-shadow: 0 3px 0 0 #4d4d4f;
        border: 1px solid #E0E0E0;
        transition: all ease .3s;
        outline: none;
    }

.requiredAsterisk {
    color: red;
    display: none;
}

.req .requiredAsterisk {
    display: inline-block;
}

.qPanel .requiredAsterisk{
    display:inline-block;
    margin-right:0.5em;
}

/* JQuery UI Dialog */
.ui-dialog {
    border-radius: 2px;
    padding: 0;
    box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24);
}

    .ui-dialog .ui-dialog-titlebar {
        text-align: center;
        font-size: 1.2em;
        padding: 0.6em;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
        position: relative;
        z-index: 3;
        background-color: #4d4d4f;
        color: white;
        height: 1.2em;
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
    }

    .ui-dialog .ui-dialog-title {
        float: none;
        width: 100%;
        line-height: 1.2em;
    }

.ui-widget-overlay.curtain {
    background-color: black;
    background-image: none;
    opacity: 0.4;
    z-index: 1001;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin: 0;
    top: 0;
    right: 0;
    position: absolute;
    min-width: 2.5em;
    box-shadow: none;
    height: 100%;
    border-radius: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ui-button-icon-only {
    text-indent: 0;
}

.ui-dialog .ui-dialog-titlebar-close i {
    margin: 0;
}

.ui-dialog .ui-dialog-content {
    text-align: center;
    padding: 1em;
    line-height: 1.5em;
    height: auto !important;
    max-height:30em !important;
}

.ui-dialog .ui-dialog-buttonpane {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .ui-dialog .ui-dialog-buttonpane button, .ui-dialog .ui-dialog-buttonpane input[type=button], .ui-dialog .ui-dialog-buttonpane input[type=submit] {
        width: 4em;
        height: 1.8em;
        min-width: unset;
        margin: 0.5em;
    }

    .ui-widget-content{
        background-color:#fff;
    }

    .fixed-dialog{
  position: fixed;
}

    .hidden {
        display:none;
    }


input[type=button], input[type=submit], button {
    background-color: #f26e21;
    color: white;
    border: none;
    border-radius: 2px;
    padding: 0 2rem;
    min-width: 8em;
    height: 3em;
    margin: 0.3em;
    font-size: 1em;
    transition: all ease .5s;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

    input[type=button]:hover, input[type=submit]:hover, button:hover {
        background-color: #4d4d4f;
        transition: all ease .5s;
        box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
    }

    input[type=button]:active, input[type=submit]:active, button:active {
        outline: 0;
    }

    input[type=button]:focus, input[type=submit]:focus, button:focus {
        outline: 0;
    }

    input[type=button]:disabled, input[type=submit]:disabled, button:disabled {
        background-color: #BDBDBD;
        box-shadow: none;
        cursor: default;
    }

    input[type=button] i, input[type=submit] i, button i {
        margin-right: 15px;
        line-height: inherit;
    }

input[type=button].loading, input[type=submit].loading, button.loading{
    pointer-events:none;
}

.signature-button {
    background-color: #4d4d4f;
    color: white;
}

.loader {
    display:none;
    border: 3px solid #5C6BC0; /* Light grey */
    border-top: 3px solid #FAFAFA; /* White */
    border-radius: 50%;
    height:1em;
    width:1em;
    animation: spin 2s linear infinite;
}

.loading .loader{
    display:inline-block;
}

.loading p {
    display:none;
}

.loading i {
    display:none;
}

    @-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

input[type=checkbox] {
    height: 1.8em;
    width: 1.8em;
}

#ProfilePhoto {
    float: right;
    width: 28em;
    height: 24em;
    max-width: 49%;
    text-align:center;
    box-sizing:border-box;
    padding:0.5em;
}

#ProfilePhoto img {
    max-width:100%;
max-height:100%;
}

.subsection {
    width: 100%;
    text-align: center;
    min-height: 2em;
    line-height: 2em;
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

input.invalid, select.invalid {
    background-color: #E57373;
    transition: all ease .3s;
    border-bottom: none;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

    input.invalid:focus, select.invalid:focus {
        box-shadow: 0 3px 0 0 #F44336;
        transition: all ease .3s;
        outline: none;
        border-bottom: none;
    }

input.invalid-2, select.invalid-2 {
    background-color: #FFF176;
    transition: all ease .3s;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

    input.invalid-2:focus, select.invalid-2:focus {
        box-shadow: 0 3px 0 0 #F9A825;
        transition: all ease .3s;
        border-bottom: none;
        outline: none;
    }

#ModalHolder {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 1000;
    pointer-events: all;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity ease-in 0.3s;
}

#Modal_Error {
    width: 30em;
    height: auto;
    max-height: 40vh;
}

.modal {
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21);
}

    .modal .body {
        background-color: white;
    }

    .modal .header {
        text-align: center;
        font-size: 1.2em;
        padding: 0.6em;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
        position: relative;
        z-index: 3;
    }

    .modal .body .content {
        padding: 1em;
        text-align: center;
        line-height: 1.5em;
    }

    .modal .body .footer {
        width: 100%;
        padding: 0.3em;
    }



.awake {
    opacity: 1 !important;
    transition: opacity ease-in 0.3s;
}

.error-message {
    padding: 0.4em;
}

.imgC247Logo { /* Come back and fix this for relativity. */
    margin: 1vw;
    width: 20em;
}

@media screen and (min-width: 1920px){
    .imgC247Logo{
    position: fixed;
    bottom: 0;
    right: 0;
    }
}

.form-cell-wide{
    padding:1em;
    display:flex;
    align-items:center;
    justify-content:center;
}

.form-cell-wide .qPanel {
    width:60%;
    display:inline-flex;
    align-items:center;
    min-height:3em;
}

.form-cell-wide .qPanel .label {
    line-height:1.5em;
}

.form-cell-wide .cPanel {
    width:40%;
    text-align:center;
    min-height:3em;
    display:inline-flex;
    align-items:center;
}

.form-cell-wide .cPanel.input-checkbox {
    display:inline-flex;
    justify-content:center;
    align-items:center;
}

.cPanel table {
    text-align:center;
    
}

.cPanel table input[type=radio]{
    height:1.5em;
    width:1.5em;
    margin-top: -3px;
  vertical-align: middle;
  margin-right:0.5em;
}

.form-cell-short {
    display:inline-flex;
    justify-content:flex-start;
    align-items:center;
    width:auto;
    margin-right:2em;
    padding:1em;
}

.form-cell-short input[type=checkbox]{
    margin-left:1em;
    margin-top: -1.5px;
    vertical-align: middle;
}

.custom-questions-panel {
    text-align:center;
}


#footer {
    color:white;
    min-height:8em;
    margin-top:2em;
    align-items:center;
    justify-content:center;
    display:flex;
    position:relative;
}

#footer .holder {
    text-align:center;
}

#footer .note {
    line-height:1.5em;
    font-size:1.1em;
}

.applicationBtn {
    display:flex;
    align-items:center;
    justify-content:center;
    background-color: #ffffff;
}

#locked-content {
    transition:ease-in-out 0.3s;
}

.locked{
    opacity:0.5;
}

.locked input[type=text], #locked-content.locked input[type=button], #locked-content.locked input[type=submit],  #locked-content.locked select, #locked-content.locked input[type=checkbox] {
    pointer-events:none;
}

#picture_frame {
    width:256px;
    height:256px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius:2px;
    overflow:hidden;
    margin-bottom:1em;
}

#profile_empty_photo {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    margin-right: 30px;
}

#profile_empty_photo i {
    width:100%;
    height:100%;
    display:inline-block;
    font-size:256px;
    color:#9E9E9E;
}

.box-bottom{
    margin-top:15px;
}


/* Scrollbar */
::-webkit-scrollbar {
    width: 10px;
    height: 7px;
}

    ::-webkit-scrollbar:hover {
        cursor: pointer !important;
    }

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

/* Scroll bar slider */
::-webkit-scrollbar-thumb {
    background: #4d4d4f;
    border: 0px solid #ffffff;
}

    /* Scroll bar slider hover */
    ::-webkit-scrollbar-thumb:hover {
        cursor: pointer;
        background: #4d4d4f;
    }

    /* Scroll bar slider active */
    ::-webkit-scrollbar-thumb:active {
        background: #4d4d4f;
    }

/* Scroll bar background */
::-webkit-scrollbar-track {
    background: #e9e9e9;
    border: 0px none #ffffff;
}


/*
     NEW PSEC BRANDING
*/

#header {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    box-sizing: border-box;
}

#header .header__bar {
    width: 100%;
    height: 25px;
    margin: 0 auto;
    background-color: darkgrey;
    margin-bottom: 20px;
    position: relative;
}

.header__bar .bar__circles {
    position: absolute;
    right: -35px;
    top: -35px;
}

.bar__circles .circles__orange {
    width: 155px;
}

.bar__circles .circles__grey {
    width: 70px;
    margin-left: -85px;
    margin-top: 125px;
    position: absolute;
}

@media screen and (max-width: 1024px) {
    .bar__circles .circles__orange {
        width: 105px;
    }

    .bar__circles .circles__grey {
        width: 45px;
        margin-left: -60px;
        margin-top: 85px;
    }
}

#header .header__text {
    width: 100%;
    color: #4d4d4f;
    text-align: center;
    line-height: 20px;
    background-color: #ffffff;
    padding: 10px;
}
.header__text .text__logo {
    width: 560px;
    margin-left: auto;
    margin-right: auto;
    height: 55px;
}

.logo {
    width: 270px;
    height: 100%;
}

.empty-div {
    width: 560px;
    padding-left: 25px;
    box-sizing: border-box;
}

.header__text .text__info {
    font-family: alte-bold;
    margin-left: auto;
    margin-right: auto;
    min-width: 600px;
}

.header__text span {
    color: #f26e21;
}

.content-wrapper {
    display: flex;
    margin-top: 30px;
}

.content-wrapper .content-wrapper__left {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 560px;
    height: 40vw;
    max-height: 700px;
    margin-left: 50px;
}

.left__text {
    height: 100px;
    text-align: center;
    color: #4d4d4f;
    font-family: alte-regular;
    font-size: 1.5vw;
    line-height: 30px;
}

.left__text span {
    color: #f26e21;
}

.left__images {
    position: relative;
    width: 100%;
    height: 27vw;
    max-height: 400px;
    margin-left: 50px;
}

.left__images .images__man {
    background-image: url(../apply/Artwork/psec_branding/man.jpeg);
    width: 13vw;
    height: 13vw;
    border-radius: 50%;
    background-size: 425px;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 250px;
    max-height: 250px;
    min-width: 200px;
    min-height: 200px;
}

.left__images .images__woman {
    background-image: url(../apply/Artwork/psec_branding/woman.jpeg);
    width: 13vw;
    height: 13vw;
    border-radius: 50%;
    background-size: 450px;
    background-repeat: no-repeat;
    background-position: 42% 0%;
    position: absolute;
    margin-top: -90px;
    margin-left: 130px;
    max-height: 275px;
    max-width: 275px;
    min-width: 225px;
    min-height: 225px;
}

.left__images .images__orange-lines {
    width: 8vw;
    max-width: 150px;
    position: absolute;
    margin-top: -10vw;
    margin-left: 11vw;
    z-index: -1;
}

.left__images .images__grey-lines {
    width: 75px;
    position: absolute;
    margin-top: 69px;
    margin-left: 135px;
    z-index: -1;
}

.left__companies {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin-top: auto;
}

.left__companies .companies__text {
    font-size: 30px;
    width: 100%;
    font-family: tahoma-bold;
    text-align: center;
    color: #f26e21;
}

.left__companies .companies__image-wrapper {
    display: flex;
    flex-flow: row wrap;
    width: 220px;
    height: 115px;
    margin-top: 10px;
}

.left__companies .companies__image-wrapper img:nth-child(1) {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.left__companies .companies__image-wrapper img:nth-child(2) {
    width: 75px;
    height: 52px;
    margin-right: 10px;
}


.left__companies .companies__image-wrapper img:nth-child(3) {
    width: 75px;
    margin-top: -8px;
    height: 66px;
}


.left__companies .companies__image-wrapper img:nth-child(4) {
    width: 45px;
    margin-right: 10px;
    height: 40px;
}


.left__companies .companies__image-wrapper img:nth-child(5) {
    width: 75px;
    height: 40px;
    margin-right: 15px;
}


.left__companies .companies__image-wrapper img:nth-child(6) {
    width: 65px;
    height: 75px;
    margin-top: -20px;
}


.content-wrapper .content-wrapper__application-form {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 53vw;
    min-height: 330px;
    min-width: 600px;
    margin: 0 auto;
    max-height: 685px;
}

.content-wrapper .content-wrapper__right {
    display: flex;
    flex-flow: row wrap;
    width: 560px;
    height: 39vw;
    min-height: 500px;
    max-height: 750px;
    padding-left: 25px;
    box-sizing: border-box;
}

.right__join-today, .right__staff-benefits {
    display: flex;
    flex-flow: row wrap;
    height: 120px;
    width: 100%;
}

.right__join-today p, .right__staff-benefits p {
    color: #4d4d4f;
    font-family: alte-bold;
    margin-bottom: 20px;
    font-size: 1.5vw;
}

.bullet-point {
    display: flex;
    align-items: center;
    height: 25px;
    width: 100%;
}

.bullet-point img {
    width: 13px;
    height: 13px;
    margin-right: 5px;
}

.bullet-point p {
    color: #4d4d4f;
    font-family: alte-regular;
    margin-bottom: 0;
    font-size: 18px;
}

.right__join-today span, .right__staff-benefits span {
    color: #f26e21;
}

.right__staff-portal {
    width: 20vw;
    height: 14vw;
    min-height: 240px;
    min-width: 360px
}

.support-text-wrapper {
    display: flex;
    flex-flow: column;
    width: 100%;
    align-items: center;
    background-color: #ffffff;
}

.support-text-wrapper p {
    font-size: 18px;
    color: #4d4d4f;
    margin: 20px 0;
    font-family: alte-regular;
}

.support-text-wrapper span {
    color: #f26e21;
}

.support-text-wrapper__logo {
    width: 140px;
    margin-bottom: 20px;
}

.support-text-wrapper__links {
    width: 100px;
    margin-bottom: 10px;
}

.footer__orange-circle {
    width: 130px;
    height: 130px;
    position: absolute;
    margin-left: -70px;
    bottom: -20px;
}

.footer__grey-lines {
    position: absolute;
    bottom: -50px;
    width: 80px;
    height: 80px;
    margin-left: 20px;
}

.footer__grey-circle {
    position: absolute;
    width: 220px;
    height: 220px;
    bottom: -65px;
    right: -50px;
}

.footer__orange-lines {
    position: absolute;
    right: 140px;
    width: 120px;
    height: 120px;
    bottom: -40px;
}

@media only screen and (max-width: 1440px) and (min-width: 1024px) {

    .header__text .text__info {
        margin-left: 15px;
        min-width: 390px;
        margin-left: auto;
    }

    .content-wrapper .content-wrapper__application-form {
        max-height: 600px;
        min-width: initial;
    }

    .content-wrapper .content-wrapper__left {
        flex-flow: column;
        width: 100%;
        max-width: 300px;
        height: 540px;
        margin-left: 25px;
    }
    .left__text {
        font-size: 16px;
        line-height: 20px;
    }

    .left__images {
        margin-left: 20px;
    }

    .left__images .images__man {
        width: 150px;
        height: 150px;
        background-size: 275px;
        min-height: initial;
        min-width: initial;
    }

    .left__images .images__woman {
        width: 175px;
        height: 175px;
        background-size: 290px;
        margin-top: -60px;
        margin-left: 90px;
        min-height: initial;
        min-width: initial;
    }

    .left__images .images__orange-lines {
        width: 100px;
        margin-top: -120px;
        margin-left: 110px;
        z-index: -1;
    }

    .left__images .images__grey-lines {
        width: 60px;
        margin-top: 55px;
        margin-left: 90px;
        z-index: -1;
    }

    .left__companies .companies__text {
        font-size: 24px;
    }

    .content-wrapper .content-wrapper__right {
        height: 550px;
        padding: 0 25px;
        max-width: 350px;
    }

    .right__join-today p, .right__staff-benefits p {
        font-size: 16px;
    }

    .bullet-point {
        height: 35px;
    }

    .right__staff-portal {
        width: 30vw;
        max-width: 360px;
        height: 205px;
        min-height: initial;
        min-width: initial;
    }

    .footer__grey-circle {
        width: 170px;
        height: 170px;
        bottom: -40px;
        right: -50px;
    }

    .footer__orange-lines {
        right: 90px;
        width: 75px;
        height: 75px;
        bottom: -30px;
    }
}

@media screen and (max-width: 1024px) {
    #header .header__text {
        justify-content: flex-start;
        flex-flow: row wrap;
    }

    .header__text .text__logo {
        width: 250px;
    }

    .text__logo .logo {
        width: 100%;
    }

    .header__text .text__info {
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px;
        font-size: 14px;
        width: 100%;
        min-width: initial;
    }

    .content-wrapper .content-wrapper__application-form {
        min-width: initial;
        height: 60vh;
    }

    .content-wrapper .content-wrapper__left {
        display: none;
    }

    .content-wrapper .content-wrapper__right {
        display: none;
    }

    .content-wrapper .content-wrapper__left {
        width: 360px;
    }

    .bar__circles .circles__orange {
        width: 105px;
    }

    .bar__circles .circles__grey {
        width: 45px;
        margin-left: -60px;
        margin-top: 85px;
    }

    .footer__grey-circle {
        width: 150px;
        height: 150px;
    }

    .footer__orange-lines {
        right: 80px;
        width: 80px;
        height: 80px;
    }

}

@media screen and (max-width: 600px) {
    .footer__orange-circle {
        width: 100px;
        height: 100px;
        margin-left: -55px;
        bottom: -20px;
    }

    .footer__grey-lines {
        bottom: -35px;
        width: 60px;
        height: 60px;
    }

    .footer__grey-circle {
        width: 115px;
        height: 115px;
        bottom: -25px;
        right: -45px;
    }

    .footer__orange-lines {
        right: 50px;
        width: 60px;
        height: 60px;
        bottom: -25px;
    }
}
