html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #333;
}

body {
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    background-color: #222;
}

article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    color: #EA7457;
}

a:hover {
    color: #333;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

.page-content {
    max-width: 1062px;
    padding: 85px 168px 0 168px;
    margin: auto;
    background-color: #fff;
    padding-bottom: 70px;
    position: relative;
}

.navigation-bar {
    /*position: sticky; */
    background: #222;
    padding-bottom: 17px;
    padding-top: 17px;
    top: 0;
    /* z-index: 1; */
    max-width: 1420px;
    margin: auto;
    z-index: 20;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin: auto; */
    FONT-VARIANT: JIS04;
    padding: 0px 190px 0 168px;
}

.navigation-bar .logo-name {
    display: flex;
    font-weight: 300;
    font-size: 23px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-link {
    display: flex;
    font-weight: 400;
}

.nav-link li {
    margin-right: 27px;
}

.nav-link li:last-child {
    margin-right: 47px;
}

.nav-link li a {
    font-size: 12px;
    letter-spacing: 2.4px;
    color: #fff;
    /* font-weight: 600; */
}

.nav-link li a:hover {
    color: #a7a7a7;
    font-weight: 600;
}

.nav-link li a.selected {
    color: #fff;
    font-weight: 600;
}

.banner-wrapper {
    display: flex;
    border-bottom: 1px solid #BBBBBB;
    max-width: 1054px;
    margin: auto;
    margin-top: 0;
}

.banner-wrapper h1.home-page-title {
    font-size: 56px;
    font-weight: 400;
    color: #333;
    line-height: 56.25px;
    letter-spacing: 0.56px;
    flex-basis: 100%;
}

.banner-wrapper h1.home-page-title .tag {
}

.banner-wrapper h1.home-page-title .tag.tag-line-1 {
    margin-bottom: 36px;
}

.banner-wrapper h1.home-page-title .tag.tag-line-2 {
    margin-bottom: 76px;
    width: 100%;
}

.skills-wrapper {
    display: flex;
    margin-top: 41px;
}

.skills-wrapper .skills-wrapper-list {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.skills-wrapper .skills-wrapper-list li {
    flex-basis: 45%;
    margin-bottom: 25px;
    padding-right: 38px;
}

.skills-wrapper .skills-wrapper-list li h2 {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2.34px;
    font-weight: 600;
    margin-bottom: 20px;
}

.skills-wrapper .skills-wrapper-list li p {
    line-height: 24px;
    letter-spacing: 0.16px;
}

.skills-wrapper .skills-wrapper-list li p>strong {
    font-weight: 500;
}

.brand-wrapper {
    flex-direction: column;
    display: flex;
    margin-top: 23px;
    align-items: center;
    border-top: 1px solid #BBBBBB;
    padding-top: 41px;
}

.is-mobile {
    display: none;
}

.is-desktop {
    display: flex;
}

.brand-wrapper h2 {
    font-weight: 600;
    font-size: 13px;
    line-height: 18.2px;
    letter-spacing: 2.34px;
    margin-bottom: 14px;
}

.brand-wrapper p {
    line-height: 28.5px;
    letter-spacing: 0.19px;
    font-size: 16px;
}

.brand-wrapper ul {
    display: flex;
    list-style: none;
    margin-top: 11px;
}

.brand-wrapper ul li {
    margin-right: 14px;
}

.brand-wrapper ul li img {
    width: 102px;
}

q {
    width: 108px;
}

.work-wrapper {
    margin-top: 41px;
    border-top: 1px solid #BBBBBB;
    padding-top: 41px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.work-wrapper h2 {
    font-weight: 600;
    font-size: 13px;
    line-height: 18.2px;
    letter-spacing: 2.34px;
    margin-bottom: 36px;
}

.work-wrapper .work-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.work-wrapper li {
    display: flex;
    position: relative;
    margin-bottom: 34px;
    width: 100%;
}

.work-wrapper li.left {
}

.work-wrapper li.right {
    flex-direction: row-reverse;
}

.work-wrapper li .work-image {
    min-width: 540px;
    height: 675.24px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.work-wrapper li .work-content {
    /* transform: translateX(-122px); */
    background-color: #FAFAFA;
    display: flex;
    flex-direction: column;
    align-self: baseline;
    padding: 48px 82px 28px 48px;
    position: relative;
    /* max-width: 557px; */
    top: 80px;
    z-index: 1;
}

.work-wrapper li.left .work-content {
    margin-left: -108px;
}

.work-wrapper li.left.atnt .work-content {
    top: 54px;
}

.work-wrapper li.right .work-content {
    margin-right: -108px;
    top: 54px;
}

.work-wrapper li .work-image.blue-shield-img {
    background-image: url('../images/BCBS_titlepage.png');
}

.work-wrapper li .work-image.visa-employee-img {
    background-image: url('../images/visa_tl 1.png');
}

.work-wrapper li .work-image.atnt-img {
    background-image: url('../images/image 1.png');
}

.work-wrapper li .work-content h3 {
    font-weight: 300;
    font-size: 21px;
    margin-bottom: 26px;
    line-height: 26.4px;
}

.work-wrapper li .work-content p {
    line-height: 24px;
    letter-spacing: 0.16px;
}

.work-wrapper li .work-content a {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.16px;
    display: om;
    font-weight: 500;
    color: #EA7457;
}

.work-wrapper li .work-content .link-wrapper {
    margin-top: 24px;
    display: inline-flex;
    flex-direction: column;
}

.work-wrapper li .work-content a:hover {
}

.chat-wrapper {
    border-top: 1px solid #BBBBBB;
    margin-top: 30px;
    padding-top: 41px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chat-wrapper h2 {
    font-size: 13px;
    line-height: 18.2px;
    letter-spacing: 2.34px;
    margin-bottom: 23px;
}

.chat-wrapper p {
    font-size: 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.16px;
}

.chat-wrapper a {
    color: #EA7457;
}

.chat-wrapper a:hover {
    color: #333;
}

.chat-wrapper .quote-content strong {
    font-weight: 600;
    display: block;
}

.chat-wrapper .quote-content {
    text-align: center;
    margin-top: 29px;
}

.footer-wrapper {
    color: #fff;
    display: flex;
    min-height: 69px;
    align-items: center;
    background-color: #222;
    justify-content: center;
}

.quote-content {
    padding-top: 24px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.16px;
    text-align: center;
    margin-top: 62px;
    border-top: 1px solid #BBBBBB;
    padding-bottom: 36px;
}

.profile-banner {
    display: flex;
}

.profile-img {
    background-image: url('../images/t-williams.png');
    min-width: 369px;
    height: 457px;
    margin: 10px 18px 10px 10px;
}

.profile-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0;
}

.profile-content h1 {
    font-size: 18px;
    line-height: 28.5px;
    letter-spacing: 0.19px;
    font-weight: 400;
    margin-bottom: 27px;
}

.profile-content p {
    font-size: 16px;
    line-height: 28px;
    /* or 178% */
    letter-spacing: 0.19px;
}

.margin-bottom {
    margin-bottom: 27px;
}

.teams-wrapper {
    display: flex;
    margin-top: 41px;
    flex-direction: column;
}

.teams-wrapper h2 {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    /* identical to box height, or 140% */
    letter-spacing: 2.34px;
    text-transform: uppercase;
}

.leadership-wrapper {
    display: flex;
    margin-top: 41px;
    flex-direction: column;
}

.leadership-wrapper h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 23.4px;
    letter-spacing: 2.6px;
    text-align: center;
    margin-bottom: 26px;
}

.leadership-wrapper h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 23.4px;
    /* identical to box height, or 140% */
    letter-spacing: 2.6px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 26px;
}

.leadership-wrapper p {
    font-weight: 400;
    line-height: 28.8px;
    font-size: 14px;
}

.leadership-wrapper p.spacer {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-core-leadership-value-wrapper {
    display: flex;
    margin-top: 100px;
    flex-direction: column;
}

.my-core-leadership-value-wrapper h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 23.4px;
    letter-spacing: 2.6px;
    text-align: center;
    margin-bottom: 26px;
}

.my-core-leadership-value-wrapper p {
    font-weight: 400;
    line-height: 28.8px;
    font-size: 14px;
}

.values-wrapper {
    display: flex;
    margin-top: 55px;
    flex-direction: column;
    padding-bottom: 73px;
}

.values-wrapper hr {
    border-top: 1px solid #BBBBBB;
    margin: 30px 0 40px 0;
}

.values-wrapper h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2.34px;
    margin-bottom: 26px;
}

ul.value-container {
    display: flex;
    margin: 0 -15px 0 -15px;
}

ul.value-container li {
    list-style: none;
    min-width: 216px;
    padding-right: 15px;
    padding-left: 15px;
}

ul.value-container li h3 {
    FONT-WEIGHT: 600;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2.34px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #646464;
}

ul.value-container li p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.16px;
}

.teams-wrapper .teams-logo {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 60px;
}

.teams-wrapper .teams-logo li {
    padding: 1px;
    margin-top: -65px;
}

.teams-wrapper .teams-logo li img {
    width: 162px;
    /* height: 162px; */
}

.connect-btn-wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.connect-btn-wrapper .btn {
    border: 0.5px solid #000000;
    background: #FFFDFD;
    color: #333333;
    line-height: 18px;
    letter-spacing: 2.34px;
    padding: 17px 12px;
    outline: none;
    border-radius: 5px;
}

.connect-btn-wrapper .btn:hover {
    background: #000000;
    color: #FFFDFD;
}

.work-exp-wrapper {
    border-top: 1px solid #BBBBBB;
    padding-top: 31px;
}

.work-exp-wrapper h2 {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    /* identical to box height, or 140% */
    letter-spacing: 2.34px;
    margin-bottom: 24px;
}

.work-exp-wrapper .details {
    line-height: 24px;
    /* or 171% */
    letter-spacing: 0.16px;
}

.work-exp-wrapper dl {
    display: flex;
    margin-bottom: 64px;
    flex-wrap: wrap;
}

.work-exp-wrapper dl.margin-bottom {
    margin-bottom: 30px;
}

.work-exp-wrapper dt {
    min-width: 177px;
    margin-right: 81px;
    padding: 10px 10px 10px 1;
}

.work-exp-wrapper.volunteer dt {
    max-width: 141px;
    margin-right: 51px;
    min-width: unset;
}

.work-exp-wrapper.education dt {
    max-width: 423px;
    margin-right: 115px;
    min-width: unset;
}

.work-exp-wrapper dd {
    line-height: 24px;
    /* or 171% */
    letter-spacing: 0.16px;
    padding: 10px;
}

.no-wrap {
    flex-wrap: nowrap !important;
}

.case-study-banner {
    background-image: url('../images/case-study-header.png');
    width: 1054px;
    height: 696px;
}

.case-study-banner-visa {
    background-image: url('../images/1-Visa-Cover.png');
    width: 1054px;
    height: 696px;
}

.case-study-banner-att {
    background-image: url('../images/21-ATT-cover_1.png');
    width: 1054px;
    height: 696px;
}

.case-study-wrapper {
    margin-top: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.case-study-wrapper h2 {
    font-weight: 600;
    font-size: 16px;
    /* line-height: 23px; */
    /* identical to box height, or 146% */
    text-align: center;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    margin-bottom: 34px;
}

.case-study-wrapper .heading-large {
    font-size: 32px;
}

.case-study-wrapper p {
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    max-width: 779;
}

.case-study-wrapper .link-container {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0;
}

.margin-bottom-100px {
    margin-bottom: 100px !important;
}

.margin-bottom-34px {
    margin-bottom: 34px
}

.case-study-wrapper .case-study-img {
    text-align: center;
}

.case-study-wrapper .case-study-img img {
    width: 100%;
}

.contact-wrapper {
    max-width: 709px;
    margin: 70px auto 125px auto;
}

.contact-wrapper h2 {
    /* identical to box height, or 140% */
    margin-bottom: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    /* identical to box height, or 140% */
    letter-spacing: 2.34px;
    text-transform: uppercase;
}

.contact-wrapper form {
}

.contact-wrapper .contact-wrapper-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    /* or 171% */
    letter-spacing: 0.16px;
    color: #333333;
    margin-bottom: 35px;
}

.label-s-text {
    margin-bottom: 8px;
}

.input-container {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.input-container.error input, .input-container.error select {
    border-color: #a94442
}

input.form-control, select.form-control, textarea.form-control {
    background: #FAFAFA;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    margin-bottom: 8px;
    min-height: 40px;
    padding: 6px 12px;
}

textarea.form-control {
    min-height: 100px;
}

.form-control:focus {
    border: 1px solid #EA7457;
    outline: 1px solid #EA7457;
}

label {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.16px;
    color: #333333;
}

.two-col {
    display: flex;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
}

.two-col .input-container {
    margin-right: 15px;
    margin-left: 15px;
}

.two-col .form-control {
    flex-basis: 100%;
}

.input-label {
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    letter-spacing: 0.16px;
}

.btn-container {
}

button.btn {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    letter-spacing: 2.66px;
    padding: 12px 30px 13px 30px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
}

button.btn-primary {
    background: #EA7457;
}

button.btn-primary:hover {
    background: #333;
}

button.btn-secondary {
    background: #333;
}

button.btn-secondary:hover {
    background: #EA7457;
}

.v-hidden {
    visibility: hidden;
}

@media screen and (max-width: 767px) {
    .is-mobile {
        display:flex;
    }

    .is-desktop {
        display: none;
    }

    #buttonScrollToTop {
        display: none !important;
    }

    .page-content {
        padding: 10px 19px;
    }

    .banner-wrapper h1.home-page-title {
        flex-basis: 100%;
        font-size: 25px;
        line-height: 32.8px;
    }

    .banner-wrapper h1.home-page-title .tag.tag-line-2 {
        margin-bottom: 22px;
    }

    .navigation-bar {
        flex-direction: column;
        /* position: relative; */
    }

    .nav-wrapper {
        text-align: center;
        padding: 0 19px;
        position: relative;
    }

    .nav-link li, .nav-link li:last-child {
        margin-right: 0;
    }

    .navigation-bar .logo-name {
        margin-bottom: 0;
        /* width: 100%; */
        /* text-align: center; */
        /* justify-content: center; */
    }

    .nav-link {
        flex-direction: column;
    }

    .brand-wrapper ul {
        /* flex-direction: column; */
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .work-wrapper li .work-image {
        min-width: 316px;
        height: 395px;
    }

    .work-wrapper li.left .work-content {
        margin: 0;
        top: 0;
        margin-left: -279px;
        margin-top: 305px;
    }
    .navigation-bar {
    position: sticky;
    }

    .work-wrapper li .work-content {
        padding: 27px;
        align-self: center;
    }

    .work-wrapper li.right .work-content {
        margin: 0;
        top: 0;
        margin-right: -279px;
        margin-top: 305px;
    }

    .work-wrapper li.left {
    }

    .work-wrapper li {
        /* flex-direction: column !important; */
    }

    .banner-wrapper {
        margin-top: 22px;
    }

    .skills-wrapper .skills-wrapper-list li {
        flex-basis: 100%;
        padding-right: 0;
    }

    .skills-wrapper {
        margin-top: 27px;
    }

    .case-study-banner {
        min-height: 200px;
        min-width: auto;
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .case-study-wrapper {
        margin-top: 50px !important;
    }

    .case-study-wrapper .case-study-img {
    }

    .case-study-wrapper .case-study-img img {
        background-size: cover;
        width: 100%;
    }

    .banner-leadership img {
        width: 100%;
    }

    .profile-banner {
        flex-direction: column;
        justify-content: center;
    }

    .profile-img {
        min-height: 337px;
        min-width: auto;
        height: auto;
        background-size: contain;
        display: flex;
        background-repeat: no-repeat;
        background-position: center;
    }

    .profile-content {
    }

    .work-exp-wrapper {
    }

    .work-exp-wrapper dl {
        flex-direction: column;
    }

    .work-exp-wrapper dd {
        padding: 0;
    }

    .two-col {
        flex-direction: column;
    }

    .case-study-banner {
        background-position: center;
    }


    .brand-wrapper ul {
        margin-bottom: 45px;
        border-bottom: 1px solid #BBBBBB;
        padding-bottom: 45px;
    }

    .brand-wrapper ul li {
    }

    .brand-wrapper ul li img {
        width: 102px;
    }
}

/* Leadership */
.banner-leadership {
    margin: auto;
    display: flex;
    justify-content: center;
}

.banner-leadership img {
    /* width: 100%; */
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* Scroll to top */
#buttonScrollToTop {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    background-color: #ffffffd9;
    position: fixed;
    padding: 5px;
    top: 70px;
    right: 5px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    z-index: 1000;
}

@media screen and (min-width: 1400px) {
    #buttonScrollToTop {
        right: 265px;
    }
}

#buttonScrollToTop::before {
    content: "\f0d8";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.7em;
    line-height: 0;
    position: relative;
    top: 3px;
    color: initial;
}

#buttonScrollToTop .label {
    text-transform: uppercase;
    color: #2D2D2D;
    font-size: 10px;
    letter-spacing: 2.4px;
    margin-left: 5px;
}

#buttonScrollToTop::before:hover {
    color: #fff
}

#buttonScrollToTop.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */
@media (min-width: 500px) {
    #buttonScrollToTop {
        margin: 0;
    }
}

#hamburger-icon {
    margin: auto 0;
    display: none;
    cursor: pointer;
}

#hamburger-icon div {
    width: 24px;
    height: 1px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
}

.open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-2px, 4px);
}

.open .bar2 {
    opacity: 0;
}

.open .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: inherit;
    background-color: #222222;
    border-top: 1px solid #a7a7a7;
    padding-top: 20px;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
}

.mobile-menu li {
    margin-bottom: 45px;
}

.mobile-menu li a {
    color: #fff;
    font-size: 28px;
}

.mobile-menu li a.selected {
    font-weight: 600;
}

@media only screen and (max-width: 1024px) {
    .navigation-bar .nav-link {
        display: none;
    }

    #hamburger-icon {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .is-mobile {
        display:flex;
    }

    .is-desktop {
        display: none;
    }

    .banner-wrapper h1.home-page-title .tag.tag-line-2 {
        margin-bottom: 52px;
    }

    .banner-wrapper h1.home-page-title {
        font-size: 48px;
    }

    .skills-wrapper .skills-wrapper-list li {
        padding-right: 0;
    }

    .skills-wrapper .skills-wrapper-list {
        justify-content: space-between;
    }

    .work-wrapper .work-list {
    }

    .work-wrapper li {
    }

    .work-wrapper li.left {
    }

    .work-wrapper li .work-image {
        height: 432px;
        min-width: 346px;
    }

    .work-wrapper li.left .work-content {
        padding: 38px;
        margin-left: -70px;
        margin-top: 0;
        align-self: center;
        top: 0;
    }

    .brand-wrapper ul {
    }

    .brand-wrapper ul li {
        margin-right: 0;
    }

    .brand-wrapper ul li img {
        width: 69px;
    }

    .nav-wrapper {
        padding: 0 19px;
    }

    .page-content {
        padding: 10px 19px;
        padding-top: 37px;
    }

    .brand-wrapper p {
        text-align: center;
    }

    .work-wrapper li.right .work-content {
        margin: 0;
        top: 0;
        margin-right: -70px;
        margin-top: 0;
        align-self: center;
    }

    .brand-wrapper ul {
        margin-bottom: 45px;
        border-bottom: 1px solid #BBBBBB;
        padding-bottom: 45px;
        width: 100%;
        justify-content: center;
    }
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .navigation-bar .logo-name {
        font-size: 20px;
    }

    .navigation-bar.active {
        background-color: #3AACC5;
    }

    .navigation-bar .mobile-menu {
        background-color: #3AACC5;
        border: none;
        top: 44px;
        z-index: 2;
        height: 100vh;
        align-items: center;
        padding-top: 100px;
    }
  
    ul.value-container {
        flex-direction: column;
        margin: 0;
    }

    ul.value-container li {
        margin-bottom: 20px;
    }
    .banner-leadership img {
    width: 100%;
}
 .profile-banner {
        flex-direction: column;
        justify-content: center;
    }

    .profile-img {
        min-height: 337px;
        min-width: auto;
        height: auto;
        background-size: contain;
        display: flex;
        background-repeat: no-repeat;
        background-position: center;
    }

}
