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, font, 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, caption {
    margin: 0;
    padding: 0;
    border: 0;d
    outline: 0;b
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

* {
    box-sizing: border-box;
    font-family: "Proxima Nova", sans-serif;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e1e1e1;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #e1e1e1;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #e1e1e1;
}

.logo {
    width: 200px;
}

.logo.header-logo {
    width: 300px;
}

.company-logo {
    width: 200px;
}

.login-logo {
    width: 300px;
}



.topbar, .footer {
    background-color: #222d5c;
    color: white;
    height: 100px;
}

.topbar h1 {
    font-size: 48px;
    font-family: "Impact", sans-serif;
    font-weight: 400;
}

.container {
    max-width: 1500px;
    padding: 0 25px;
    margin: 0 auto;
}

.topbar-container {
    height: 100px;
}

.flex {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.menu {
    cursor: pointer;
    margin-left: 50px;
}

.dropdown {
    background-color: white;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(110%);
    font-size: 24px;
    padding: 15px 25px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    display: none;
    z-index: 1;
}

.dropdown ul {
    list-style: none;
}

.dropdown ul li {
    padding: 10px 0;
}

.dropdown ul li:first-child {
    border-bottom: 1px solid #e1e1e1;
}

.dropdown a {
    text-decoration: none;
    color: #83858c;
    transition: 0.15s ease;
}

.dropdown a:hover {
    color: black;
}

.content {
    padding: 50px 0;
    background-color: #f5f6fb;
}

.content.login {
    padding: 90px 0;
}

.content.white-bg {
    background-color: white;
    padding: 0;
}

.footer {
    position: relative;
    padding-top: 25px;
    box-shadow: 0 50vh 0 50vh #222d5c;
}


.footer .copyright {
    color: #83858c;
    font-size: 14px;
}

.login-box {
    max-width: 570px;
    border: 1px solid #e1e1e1;
    margin: 0 auto;
}

.login-box .top {
    background-color: #e1e3ea;
    border-bottom: 1px solid #e1e1e1;
    padding: 35px 0;
    font-size: 20px;
    font-family: "Proxima Nova", sans-serif;
    text-align: center;
}

.login-box .middle {
    background-color: white;
    padding: 60px 50px 45px;
}

.login-box .middle input {
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 20px 25px;
    margin-bottom: 30px;
    font-size: 20px;
}

.login-box .middle input[type="submit"] {
    border-radius: 50px;
    background-color: #3bb34b;
    color: white;
    text-align: center;
    padding: 15px 0;
    border: 0px;
    width: 240px;
    font-size: 24px;
    display: block;
    margin: 0 auto;
    transition: all 0.2s ease;
    cursor: pointer;
}

.login-box .middle input[type="submit"]:hover {
    background-color: #5bd36b;
}

.login-box .middle .captcha-holder {
    margin-bottom: 25px;
}

.login-box .middle .g-recaptcha > div {
    margin: 0 auto;
}

.login-box .logo {
    margin: 0 auto 60px;
    display: block;
}

.login-box .bottom {
    background-color: #e1e3ea;
    padding: 20px 0;
    text-align: center;
}

.login-box a {
    color: black;
    text-decoration: none;
}

.company-select {
    float: right;
    height: 35px;
    padding: 5px 10px;
    width: 200px;
}

.dashboard-header {
    margin-bottom: 160px;
    position: relative;
}

.dashboard-header select {
    position:absolute;
    top: 0;
    right: 0;
}

.dashboard-header-left {
    width: 75%;
    display: inline-block;
}

.dashboard-header p {
    color: #83858c;
}

.dashboard-header p:first-child {
    font-size: 38px;
}

.dashboard-header p:nth-child(2) {
    font-size: 16px;
}

.project-wrapper {
    display: flex;
    justify-content: center;
}

.project-link {
    text-decoration: none;
    color: black;
    width: 100%;
    display: inline-block;
}

.project-block {
    width: 270px;
    padding-top: 120px;
    border: 1px solid #e1e1e1;
    background-color: white;
    position: relative;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 125px;
}

.project-image-wrap {
    border-radius: 500px;
    border: 1px solid #e1e1e1;
    width: 198px;
    height: 198px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.project-image {
    width: 100%;
}

.project-details > .sub-box {
    border-top: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
}

.project-details .project-left-header {
    width: 80px;
    padding: 20px 17px;
    background-color: #f9fafe;
    color: #83858c;
    font-size: 10px;
}

.project-details > .sub-box > p {
    padding: 0 17px;
}

.project-details > .sub-box > a {
    padding: 0 17px;
    text-decoration: none;
}

.outer-border {
    width: 198px;
    margin: 0 auto;
    border-radius: 50px;
    border: 1px solid #e1e1e1;
}

.inner-border {
    border-radius: 50px;
    border: 5px solid #ebedf4;
}

.status-bar {
    /* width: 60%; */
    height: 20px;
    margin: 0 auto;
    display: flex;
}

.status-bar div {
    height: 20px;
}

.status-bar div.green {
    background-color: #3bb34b;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-right: 2px solid #ebedf4;
}

.status-bar div.yellow {
    background-color: #efc338;
    border-left: 1px solid #ebedf4;
    border-right: 1px solid #ebedf4;
}

.status-bar div.red {
    background-color: #d8373d;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-left: 2px solid #ebedf4;
}

.project-name {
    text-align: center;
    font-size: 18px;
    margin: 17px 25px 50px 25px;
    height: 50px;
}

.report-block {
    text-align: center;
}

.report-block > div {
    width: 30%;
    margin-bottom: 50px;
}

.report-block > div:nth-child(3n+1) {
    float: left;
}

.report-block > div:nth-child(3n) {
    float: right;
}

.report-block > div:nth-child(3n+2):last-child {
    position: relative;
    right: 15%;
}

.report-header-wrap {
    background-color: #ebedf4;
    padding: 20px 0;
    margin-bottom: 25px;
}

.report-header {
    display: flex;
    justify-content: space-between;
}

.report-header h2 {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #555555;
}

.left-block {
    display: inline-block;
    width: 65%;
}

.report-subheader .left-block {
    display: flex;
    justify-content: flex-start;
    font-size: 26px;
}

.report-subheader .left-block h3 {
    margin-right: 10px;
}

.report-subheader a {
    text-decoration: none;
    color: #777777;
    font-size: 14px;
}

.right-block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 30%;
}

.report-header .right-block select {
    height: 35px;
    margin-left: 25px;
    padding: 5px 10px;
    width: 150px;
}

.right-block h3 {
    color: #777777;
}

.report-subheader {
    display: flex;
    justify-content: space-between;
    margin-bottom: 75px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
}

.report-subheader .left-block p {
    color: #55dd55;
}

.header-block {
    display: flex;
    float: left;
    margin-right: 25px;
}

.header-block h3 {
    color: #777777;
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
}

.header-block p {
    font-size: 14px;
}

.reportRow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.report {
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f6fb;
    padding: 25px;
    width: 30%;
    /* height: 162px; */
    text-align: center;
    color: #3d3f46;
    border-left: 5px solid lightgrey;
}

.report > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.report img {
    /* position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); */
    width: 40px;
    height: 40px;
    margin-right: 25px;
}

.report h4 {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    text-align: left;
    width: 145px;
    font-size: 20px;
    font-weight: 400;
}

.report a {
    border: 2px solid #3d3f46;
    background-color: white;
    border-radius: 50px;
    padding: 5px 20px;
    text-decoration: none;
    color: #3d3f46;
}

.archive-header {
    background-color: #ebedf4;
    padding: 25px 0;
    margin-bottom: 25px;
    font-size: 24px;
}

.archive {
    background-color: #f9f9ff;
    padding-bottom: 25px;
    clear: both;
}

.archive ul {
    list-style: none;
}

.archive ul li {
    margin: 10px 0;
}

.archive a {
    text-decoration: none;
    color: black;
}

.survey-header, .survey-footer {
    background-color: #222f5b;
}

.survey-wrap {
    display: flex;
    justify-content: space-evenly;
    color: white;
    text-align: center;
}

.survey-wrap > div {
    width: 50%;
    padding: 45px 20px 100px;
}

.survey-wrap h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

.survey-wrap .survey-closes {
    font-size: 20px;
    margin-bottom: 25px;
}

.survey-wrap p {
    font-size: 30px;
    margin-bottom: 40px;
}

.survey-wrap p.confidential {
    font-size: 20px;
}

.survey-wrap .survey-left {
    border-right: 1px solid white;
}

.survey-wrap .survey-left, .survey-wrap .survey-right {
    position: relative;
}

.survey-left a, .survey-right a {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.survey-company-image {
    width: 200px;
    margin-bottom: 25px;
}

.survey-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.survey-header {
    height: 176px;
    color: white;
    padding: 25px 0 30px;
    font-size: 22px;
}

.survey-footer {
    height: 64px;
    color: #83858c;
}

.survey-footer .survey-flex {
    height: 64px;
}

.survey-body {
    min-height: 550px;
    height: calc(100vh - 176px - 64px);
    padding-top: 100px;
}

.survey-btn {
    background-color: white;
    border: 1px solid white;
    border-radius: 50px;
    color: black;
    text-decoration: none;
    padding: 10px 20px;
    transition: all 0.2s ease;
}

.survey-btn:hover {
    background-color: transparent;
    color: white;
}

.btn {
    border: 1px solid #222d5c;
    border-radius: 50px;
    background-color: #222d5c;
    color: white;
    transition: all 0.2s ease;
    padding: 10px 20px;
    text-decoration: none;
}

.btn:hover {
    background-color: transparent;
    color: #222d5c;
}

@media only screen and (max-width: 1250px) {
    .project-block {
        width: 30%;
        margin-right: 25px;
    }
    .reportRow .report {
        margin-right: 10px;
        flex-direction: column;
    }
    .reportRow .report > div {
        margin-bottom: 25px;
    }
    .reportRow .report > div h4 {
        text-align: left;
    }
    
    .report-block .report {
        float: none;
        width: 45%;
    }
    
    .report-block .report:nth-child(2n) {
        float: right;
        clear: right;
    }
    
    .report-block .report:nth-child(2n+1) {
        float: left;
        clear: left;
    }
    
    .report-block > div {
        position: static !important;
    }
}

@media only screen and (max-width: 1090px) {
    .report-header .right-block {
        flex-direction: column;
        align-items: flex-end;
    }
    
    .report-header .right-block h3 {
        margin-bottom: 15px;
    }
    
    .project-wrapper {
        display: block;
    }
}

@media only screen and (max-width: 930px) {
    
    
}

@media only screen and (max-width: 850px) {
    .dashboard-header-left {
        width: 100%;
        margin-bottom: 25px;
    }
    .dashboard-header .company-select {
        position: relative;
        float: none;
        margin-top: 25px;
    }
    .report h4 {
        width: 110px;
    }
    
    .report-block .report {
        max-width: 500px;
        width: 100%;
        float: none !important;
    }
}

@media only screen and (max-width: 800px) {
    .project-block {
        width: 45%;
    }
    
}

@media only screen and (max-width: 700px) {
    .reportRow {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }
    .reportRow .report {
        width: 400px;
        margin-bottom: 30px;
        flex-direction: row;
        align-items: center;
    }
    .reportRow .report > div {
        margin-bottom: 0;
    }
    .report-subheader .left-block {
        flex-direction: column;
    }
    .report-header {
        flex-direction: column;
    }
    .report-header .right-block {
        align-items: flex-start;
    }
    .report-header .left-block {
        margin-bottom: 20px;
    }
    .report-header .left-block, .report-header .right-block {
        width: 100%;
    }
    .report-header .header-block {
        display: block;
        margin-bottom: 10px;
    }
    
    .survey-wrap {
        flex-direction: column;
    }
    
    .survey-wrap > div {
        width: 100%;
    }
    
    .survey-wrap .survey-left {
        border-right: 0;
        border-bottom: 1px solid white;
    }
    .survey-body {
        height: auto;
        padding: 100px 0;
    }
}

@media only screen and (max-width: 600px) {
    .footer {
        height: auto;
        padding-bottom: 25px;
    }
    .footer .flex {
        flex-direction: column;
    }
    .footer img {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 550px) {
    .login-box .middle img {
        width: 200px;
    }
    .login-box .middle input {
        padding: 10px 15px;
    }
    .login-box .captcha-holder {
        transform: scale(0.77);
    }
    .login-box .middle input[type="submit"] {
        font-size: 18px;
        width: 150px;
    }
    .login-logo {
        width: 200px;
    }
    .logo {
        width: 150px;
    }
    .topbar .topbar-container div img:first-child {
        width: 150px;
        margin-left: 0;
    }
    .topbar .topbar-container div img.menu {
        margin-left: 25px;
    }
    .topbar .topbar-container h1 {
        font-size: 36px;
    }
    .project-block {
        width: 100%;
        margin-right: 0;
    }
    .survey-header {
        height: auto;
        text-align: center;
    }
    .survey-header p {
        margin-bottom: 10px;
    }
    
}

@media only screen and (max-width: 450px) {
    .login-box .captcha-holder {
        transform-origin: 0 0;
        transform: scale(0.5);
    }
    
    .login-box .middle img {
        width: 150px;
    }
    .login-box .middle input {
        font-size: 16px;
    }
    .company-logo {
        display: none;
    }
    .report-block .report {
        max-width: 270px;
        flex-direction: column;
    }
    .report-block .report > div {
        margin-bottom: 25px;
    }
}