div.col-sm-4.requirements ul {
    margin-left: 17px;
    font-size: 14px;
}

#about-wrapper {
    font-size: 16px;
}

#about-wrapper p.body.we-work-to {
    font-size: 1.125rem;
}

#about-wrapper h1,
#about-wrapper h2,
#about-wrapper h3,
#about-wrapper h4,
#about-wrapper h5,
#about-wrapper a,
a.secondary-button,
#about-wrapper p,
#about-wrapper span,
#about-wrapper ul,
#about-wrapper ul li {
    /*20220418*/
}

div#header.abouthome {
    background: url('/jicsite/static/images/about/about_banner.jpg') center 0 no-repeat #d6d7d8;
}

/* Proxima weights
    thin: 100
    light: 300
    regular: 400
    semibold: 600
    black: 900
*/

div#header h1,
div#header h1 + p {
    color: white
}

div#header h1 + p {
    margin-bottom: inherit !important;
}

#about-wrapper h1 {
    font-weight: 400;
    margin-top: 2.2em;
    margin-bottom: 0.4em;
    color: #445c6d;
}

#about-wrapper h1,
#about-wrapper h1 + p {
    font-size: 1.6875em;
}

#about-wrapper h1 + p {
    margin-bottom: 3.15em;
    font-weight: 100;
    line-height: 1.3;
}

#about-wrapper h2 {
    font-size: 1.5em;
    font-weight: 400;
    color: #445c6d;
}

#about-wrapper h2 + p {
    font-size: 1.125em;
    font-weight: 300;
}

#about-wrapper h2 + p.body, #about-wrapper p.body {
    font-size: 1em;
    font-weight: 300;
}

#about-wrapper h2.thin.homepage {
    font-size: 1.3125em !important;
    line-height: 1.6;
    font-weight: 400;
    margin-right: 25px;
}

#about-wrapper h5 {
    font-size: 1em !important;
    font-weight: 600 !important;
}

#about-wrapper h5 + p.small {
    font-weight: 300 !important;
    font-size: 0.875em !important;
}

#about-wrapper p,
.body-copy {
    font-size: 1em;
    font-weight: 300;
    color: #4e4e4e;
}

#about-wrapper p.heavy {
    font-size: 1em;
    font-weight: 600;
    color: #4e4e4e;
}

#about-wrapper p a {
    font-size: inherit !important;
}

#about-wrapper a:link,
#about-wrapper a:visited,
#about-wrapper a:active {
    font-size: 0.925em;
    color: #4a90ad;
    font-weight: 400;
}

#about-wrapper a:hover {
    text-decoration: underline;
}

ul.inner-nav,
ul.inner-nav li {
    display: inline-block;
}

ul.inner-nav {
    padding: 0;
    margin: 0;
}

.inner-nav-wrapper {
    border-bottom: 1px solid #eaeaea;
}

.inner-nav-wrapper.abouthome {
    background-color: rgba(0, 0, 0, 0.1) !important;
    overflow: hidden;
    position: relative;
    border: none;
}

.inner-nav-wrapper.abouthome ul.inner-nav {
    color: white !important;
}

.inner-nav-wrapper.abouthome ul.inner-nav li a:link,
.inner-nav-wrapper.abouthome ul.inner-nav li a:active,
.inner-nav-wrapper.abouthome ul.inner-nav li a:visited {
    font-size: 0.75em;
    color: #ffffff !important;
    padding: 0.15em 0.625em;
    margin: 0.546875em !important;
    display: inline-block;
    border-radius: 0.1875em;
}

.inner-nav-wrapper.abouthome ul.inner-nav li a:hover,
.inner-nav-wrapper.abouthome ul.inner-nav li a.active {
    background-color: rgba(0, 0, 0, 0.1) !important;
    text-decoration: none !important;
}

ul.inner-nav li a:link,
ul.inner-nav li a:active,
ul.inner-nav li a:visited {
    font-size: 0.75em;
    color: #919191 !important;
    padding: 0.15em 0.625em;
    margin: 0.546875em !important;
    display: inline-block;
    border-radius: 0.1875em;
}

ul.inner-nav li a:hover,
ul.inner-nav li a.active {
    background-color: #eaeaea !important;
    text-decoration: none !important;
}

#currentpage {
    display: none;
}

/* Behavior for subnav*/
@media only screen and (max-width: 50em) {

    #about-wrapper h1 {
        margin-top: 3.25em;
    }

    div#header {
        margin-top: 0;
        overflow: visible;
    }

    #about-wrapper .inner-nav-wrapper {
        border-bottom: none;
        background-color: transparent;

    }

    .inner-nav-wrapper.abouthome ul.inner-nav li a:link,
    .inner-nav-wrapper.abouthome ul.inner-nav li a:active,
    .inner-nav-wrapper.abouthome ul.inner-nav li a:visited,
    .inner-nav-wrapper ul.inner-nav li a:link,
    .inner-nav-wrapper ul.inner-nav li a:active,
    .inner-nav-wrapper ul.inner-nav li a:visited {
        font-size: 0.875em;
        color: #808080 !important;
        padding: 0.15em 0.625em;
        margin: 0.546875em !important;
        display: inline-block;
        border-radius: 0.1875em;
    }

    .inner-nav-wrapper.abouthome ul.inner-nav li a:hover,
    .inner-nav-wrapper.abouthome ul.inner-nav li a.active,
    .inner-nav-wrapper ul.inner-nav li a:hover,
    .inner-nav-wrapper ul.inner-nav li a.active {
        background-color: rgba(0, 0, 0, 0.1) !important;
        text-decoration: none !important;
    }

    div.inner-nav-wrapper {
        position: absolute !important;
        width: 100%;
        z-index: 10;
        text-align: center;
    }

    span#currentpage:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #666;
        margin-left: .7em;
    }

    span#currentpage {
        width: 11.6em;
        background-color: white;
        border: 1px solid #dfdfde;
        display: block;
        position: relative;
        margin: .9em auto 0 auto;
        padding: .5em 0 .5em 0;
        border-radius: 5px;
        z-index: 11;
        font-size: 0.875em !important;
        cursor: pointer;
    }

    ul.inner-nav {
        position: relative;
        background-color: #eaeaea;
        border-radius: 5px;
        padding-top: 2em;
        margin-top: -1.4em;
        width: 10.2em;
        display: none;
    }

    ul.inner-nav.visible {
        display: inline-block;
    }

    ul.inner-nav li {
        display: inline-block
    }

    ul.inner-nav li a {
        color: #666;
    }

}

div#header {
    background-color: #d6d7d8;
    padding-bottom: 8em;
    padding-top: 6.25em;
    margin-top: -48px;
    background-size: cover !important;
}

div#learn-more.abouthome {
    background: url('/jicsite/static/images/about/about_footer.jpg') center 0 no-repeat #eaeaea;
}

div#learn-more.founders-footer {
    margin-top: 6em;
    background: url('/jicsite/static/images/about/about_footer_foundersMessage.jpg') center 0 no-repeat #eaeaea;
}

div#learn-more {
    background-color: #d6d7d8;
    padding: 3.25em 0 4.8em 0;
    background-size: cover !important;
}

#learn-more h2 {
    margin-bottom: 2.525rem;
    font-size: 24px !important;
    color: white !important;
}

#header,
#customers {
    margin-bottom: 6.25em;
}

#section1 {
    margin-bottom: 5em;
}

#careers {
    margin-bottom: 0.75em;
}

#numbers {
    margin-bottom: 4.5em;
}

#customer-career {
    margin: 4em 0;
}

#customers h2 {
    margin-bottom: 1em;
}

h4, h4 span {
    color: #8dc63f;
    font-weight: 900;
    font-size: 1.5em;
    margin-bottom: -0.4375rem !important;
    margin-top: 0.4375rem !important;
}

a.tertiary-button:link,
a.tertiary-button:active,
a.tertiary-button:visited {
    font-size: 1em !important;
    color: white !important;
    border: 2px solid #3f6a84;
    font-weight: 400 !important;
    text-align: center;
    width: 13em;
    padding: 0.5em 1em;
    margin: auto 0.9375em auto 0.9375em;
    display: inline-block;
    border-radius: 0.25em;
    transition: all 100ms;
    -webkit-transition: all 100ms;
}

a.tertiary-button.left-arrow,
a.tertiary-button.right-arrow {
    background-size: 12px !important;
}

a.tertiary-button.left-arrow {
    width: 13em;
    padding-right: 10px;
}

a.tertiary-button.right-arrow:after,
a.tertiary-button.left-arrow:before {
    content: "";
    display: inline-block;
    background-size: 1em;
    height: 17px;
    width: 18px;
    position: relative;
    top: 3px;
    background-size: inherit !important;
}

a.tertiary-button.left-arrow:before {
    background: url('../images/footer/footer_arrow_left.png') center no-repeat transparent;
    left: -7px;
}

a.tertiary-button.left-arrow:hover:before {
    background-image: url('../images/footer/footer_arrow_left.png')
}

a.tertiary-button.right-arrow:after {
    background: url('../images/footer/footer_arrow_right.png') center no-repeat transparent;
    right: -7px;
}

a.tertiary-button.right-arrow:hover:after {
    background-image: url('../images/footer/footer_arrow_right.png')
}

a.tertiary-button:hover {
    text-decoration: none !important;
    color: white !important;
    background-color: #3f6a84;
}

div.carousel-previous,
div.carousel-next {
    margin-top: 0.9375em;
    margin-bottom: 0.9375em;
    height: 17em;
    padding-top: 6.7em;
}

div.carousel-previous img,
div.carousel-next img {
    max-width: 2.1875em;
    cursor: pointer;
}

div.company-logo-wrapper {
    width: 83.33333% !important;
    min-height: 300px;
    margin-bottom: 2em;
}

ul.company-logo {
    list-style-type: none;
    text-align: center;
    margin: 0;

}

ul.company-logo li {
    display: inline-block;
    padding: 0;
    text-align: center;
    min-height: 300px;
}

ul.company-logo li div.company-logo-image {
    width: 16% !important;
    margin: 0.9375em;
    float: left !important;
}

ul.company-logo li img {
    max-width: 140px;
}

.tablet-logos div img {
    margin-top: 0.9375em;
    margin-bottom: 0.9375em;
}

.separator {
    height: 4.0625em;
    width: 1px;
    border-left: 1px solid #dfdfde;
    position: absolute;
    top: 2em;
    left: 0;
}

h2.thin.homepage {
    margin-top: 1.5em;
}

#founders-message {

}

#founders-message img {
    margin-top: 0;
    padding-top: 0.2em;
}

#iaaaeoe {
    color: #8e8e8e;
    font-size: 14px;
    padding: 2rem 1rem;
}

/* Special case breakpoint for thin H2 on the homepage */
@media only screen and (min-width: 994px) and (max-width: 1024px) {

    h2.thin.homepage {
        margin-top: 1em !important;
    }
}

/* Small and Medium screens */
@media only screen and (max-width: 64.063em) {

    #about-wrapper h1 {
        font-size: 1.5em;
    }

    #about-wrapper h1 + p {
        font-size: 1.3em;
    }

    #about-wrapper h2 {
        /*font-size: 1.3125em !important;*/
        font-size: 1.3em;
    }

    #about-wrapper h2 + p {
        /*font-size: 1.3125em !important;*/
        font-size: 1em;
    }

    #about-wrapper h2 + p + a {
        font-size: 0.875em;
    }

    #about-wrapper h2.thin.homepage {
        font-size: 1.125em;
        margin-top: 0;
    }

    .separator {
        top: 2em;
        height: 2.8125em;
    }

    ul.company-logo li img {
        width: 100%;
        margin: 0 0.9375em;

    }

    #about-wrapper a:link,
    #about-wrapper a:visited,
    #about-wrapper a:active {
        font-size: 0.875em;

    }

}

/* Medium Screens Only */
@media only screen and (min-width: 40.064em) and (max-width: 64.062em ) {

    #section1 {
        margin-bottom: 4.6875em;
    }

    #numbers {
        margin-bottom: 4.6875em;
    }

    #customer-career {
        margin: 4.6875em 0;
    }

    #about-wrapper h2 + p.body,
    #about-wrapper p.body,
    #about-wrapper p {
        font-size: 0.9375em;
    }

    h2.thin.homepage {
        margin-top: 1.5em !important;
    }

}

/* Small Screens Only */
@media only screen and (max-width: 40.063em) {

    #about-wrapper h2 + p.body,
    #about-wrapper p.body,
    #about-wrapper p {
        /*font-size: 1.125em;*/
        font-size: 0.875em;
    }

    #about-wrapper p.body.we-work-to {
        font-size: 1rem;
    }

    #about-wrapper h2.thin.homepage {
        margin-right: 0;
    }

    a.tertiary-button.right-arrow,
    a.tertiary-button.left-arrow {
        font-size: 1em !important;
    }

    a.tertiary-button {
        width: 14em !important;
        margin: 0 0 2em 0 !important;
    }

    .numbershr1 {
        margin-bottom: 2.7em;
    }

    #header {
        margin-bottom: 2.39em;
    }

    div#header {
        padding-bottom: 11em;
        padding-top: 3.25em;
    }

    #section1 {
        margin-bottom: 3em;
    }

    #numbers {
        margin-bottom: 3em;
    }

    #customers {
        margin-bottom: 2em;
    }

    #customer-career {
        margin: 0.125em 0 1.1875em 0;
    }

    #first-article {
        margin-bottom: 3em !important;
    }

    #learn-more {
        text-align: center;
    }

    a.tertiary-button.left-arrow,
    a.tertiary-button.right-arrow {
        margin: 1em auto;
        display: inline-block;
        text-align: center;
    }

    #first-article p,
    #second-article p {
        margin-bottom: 0.75em;
    }
}

/* Special case breakpoint for the tertiary buttons at small resolutions */
@media only screen and (max-width: 482px) {

    a.tertiary-button.left-arrow,
    a.tertiary-button.right-arrow {
        position: relative;
    }

    a.tertiary-button.left-arrow {
        top: 76px;
    }

    a.tertiary-button.right-arrow {
        top: -76px;
    }
}

/* Special positioning of emails on contact page */
.contact-email-list {
    white-space: nowrap;
}

@media only screen and (min-width: 640px) and (max-width: 855px) {
    .contact-email-list {
        position: relative;
        left: -45px;
    }
}

#customers.row {
    display: inherit !important;
}

#customers .row {
    display: inherit !important;
}