@charset "UTF-8";

/* ========== Fonts CSS ========== */
@import "../fonts/fonts.css";

/* ======== General Style ======== */
body {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #2C2B2B;
}
.wrapper {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.center-div {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
}
footer {
    margin-top: auto;
}
h1, .h1 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 48px;
    margin: 0px;
}
h2, .h2 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 40px;
    margin: 0px;
}
h3, .h3 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    margin: 0px;
}
h4, .h4 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    margin: 0px;
}
h5, .h5 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin: 0px;
}
p {
    margin-top: 0px;
    margin-bottom: 25px;
}
p:last-of-type {
    margin-bottom: 0px;
}
ul, ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.no-scroll {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.top-band {
    background-color: #2C2B2B;
    padding: 5px 50px 3px 50px;
}
.top-band-location,
.top-band-phone {
    display: flex;
    align-items: center;
}
.top-band-location {
    margin-right: 25px;
}
.top-band-icon {
    margin-right: 10px;
    display: flex;
    align-items: center;
    margin-top: -3px;
}
.top-band-text a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}
.top-band-text a:hover {
    color: #6483B9;
}
.top-band-socials {
    margin-left: auto;
}
.top-band-socials ul {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.top-band-socials ul li {
    margin-right: 10px;
}
.top-band-socials ul li:last-child {
    margin-right: 0px;
}
.top-band-socials img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: filter 150ms ease-in-out;
    transition: filter 150ms ease-in-out;
}
.top-band-socials a {
    display: flex;
    align-items: center;
    margin-top: 2px;
}
.top-band-socials a:hover img {
    -webkit-filter: none;
    filter: none;
}
.top-navigation {
    position: absolute;
    top: 35px;
    left: 0px;
    right: 0px;
    z-index: 3;
    padding: 50px;
    transition: all 150ms ease-in-out;
}
.top-navigation .center-div {
    align-items: center;
}
.logo-wrapper img {
    vertical-align: top;;
}
.logo-wrapper a {
    display: inline-block;
}
.nav-wrapper {
    margin-left: auto;
    margin-top: 8px;
}
.nav-wrapper ul {
    display: flex;
}
.nav-wrapper li {
    padding-right: 20px;
    padding-top: 3px;
}
.nav-wrapper li:last-child {
    padding-right: 0px;
}
.nav-wrapper li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
}

.top-navigation.fixed {
    position: fixed;
    padding: 20px 50px;
    background-color: rgba(44,43,43,0.95);
    top: 0px;
    z-index: 10;
}

.mobine-nav-trigger {
    display: none;
}


.hero-section {
    height: calc(100vh - 35px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px 50px 100px 50px;
    box-sizing: border-box;
    overflow: hidden;
}
.hero-section:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #0B0B21;
    opacity: 0.65;
}
.hero-caption {
    position: relative;
    max-width: 960px;
    text-align: center;
    z-index: 2;
}
.hero-caption h1 {
    color: #ffffff;
    line-height: 90px;
}
.hero-caption h2 {
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 35px;
}
.hero-action a {
    border: 2px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    padding: 15px 50px 10px 50px;
    display: inline-block;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.hero-action a:hover {
    background-color: #334D8E;
    border-color: #334D8E;

}
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-height: calc(100vh - 35px);
    min-width: 100vw;
}
.down-arrow {
    height: 25px;
    width: 25px;
    position: absolute;
    transform-origin: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 35px;
    z-index: 2;
    border-bottom: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    -webkit-transition: bottom 150ms ease-in-out;
    transition: bottom 150ms ease-in-out;
}
.down-arrow:hover {
    bottom: 25px;
}


.header-section {
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
/*     background-image: url('../images/hero-image.jpg');
    background-position: center;
    background-size: cover; */
    overflow: hidden
}
.header-section:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #0B0B21;
    opacity: 0.65;
}
.header-caption {
    position: relative;
    max-width: 960px;
    text-align: center;
    z-index: 2;
}
.header-caption h1 {
    color: #ffffff;
    line-height: 90px;
}
.header-caption h2 {
    color: #ffffff;
    font-weight: 400;
}
.header-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-height: 275px;
    min-width: 100vw;
}



.about-section {
    padding: 150px 50px;
}
.about-logo {
    width: 50%;
}
.about-logo img {
    max-width: 100%;
    height: auto;
}
.about-text {
    width: 50%;
}
.about-text-action a {
    color: #ffffff;
    background-color: #334D8E;
    border: none;
    padding: 15px 30px 12px 30px;
    display: inline-block;
    text-decoration: none;
    margin-top: 25px;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.about-text-action a:hover {
    background-color: #6483B9;
}
.association-section {
    background-color: #F8F8F8;
    padding: 100px 50px;
}
.association-logos {
    max-width: 1440px;
    margin: -15px auto;
    display: flex;
}
.association-logos li {
    padding-left: 15px;
    padding-right: 15px;
}
.association-logos a {
    display: inline-block
}
.association-logos img {
    max-width: 100%;
    max-height: 100px;
}
footer {
    background-color: #2C2B2B;
}
.footer-wrapper {
    max-width: 1540px;
    margin: 0 auto;
    display: flex;
    padding-top: 100px;
    padding-bottom: 75px;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
}
.footer-column,
.footer-menu,
.footer-map {
    width: 33.33%;
}
.footer-menu {
    padding-left: 50px;
    padding-right: 50px;
}
.footer-text {
    margin-top: 20px;
    margin-bottom: 25px;
}
.footer-text p {
    color: #ffffff;
    font-size: 16px;
    line-height: 27px;
    margin-top: 0px;
    max-width: calc(100% - 50px);
    width: 375px;
}
.footer-menu h5 {
    color: #6483B9;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.footer-menu p {
    color: #ffffff;
    line-height: 27px;
    font-size: 16px;
}
.footer-menu p span {
    font-weight: 600;
}
.footer-menu a {
    color: #ffffff;
    text-decoration: none;
}
.footer-menu a:hover {
    color: #6483B9;
}
.footer-social ul {
    display: flex;

}
.footer-social li {
    margin-right: 15px;
}
.footer-social li:last-child {
    margin-right: 0px;
}
.footer-social img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: filter 150ms ease-in-out;
    transition: filter 150ms ease-in-out;
}
.footer-social a:hover img {
    -webkit-filter: none;
    filter: none;
}
.footer-band {
    background-color: #1a1a1a;
    padding: 20px 50px 15px;
}
.footer-band .center-div {
    display: flex;
    justify-content: space-between;
}
.footer-band p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0px;
}
.footer-band a {
    color: #ffffff;
    text-decoration: none;
}
.footer-band a:hover {
    color: #6483B9;
}
.footer-band a span {
    font-weight: 600;
    opacity: 0.75;
}
.footer-band a:hover span {
    opacity: 1;
}
.footer-map-wrapper {
    max-width: 420px;
    margin-top: 20px;
}
.footer-map-wrapper svg {
    max-width: 100%;
    height: auto;
}
.mission-section {
    padding: 100px 50px;
}
.mission-text {
    width: calc(50% + 50px);
    padding-right: 50px;
}
.mission-text h2 {
    color: #334D8E;
    margin-bottom: 35px;
    margin-top: 15px;
}
.mission-image {
    width: calc(50% - 50px);
    padding-left: 50px;
}
.mission-image img {
    max-width: 100%;
}
.facility-section {
    padding: 100px 50px;
    background-color: #F8F8F8;
}
.facility-heading {
    text-align: center;
    margin-bottom: 50px;
}
.facility-heading h2 {
    color: #334D8E;
    margin-bottom: 35px;
}
.facility-section ul {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1440px;
    margin: 0 auto;
}
.facility-section ul li {
    max-width: 25%;
    padding-right: 10px;
    padding-left: 10px;
}
.facility-section ul li img {
    max-width: 100%;
    max-height: 320px;
    object-fit: cover;
    object-position: center;
}
.trade-section {
    padding: 100px 50px 50px;
}
.trade-heading {
    text-align: center;
    margin-bottom: 75px;
}
.trade-heading h2 {
    color: #334D8E;
}
.trade-logos {
    display: flex;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: 0 auto;
}
.trade-logos li {
    width: 33.33%;
    text-align: center;
    margin-bottom: 75px;
}
.trade-logos li a {
    text-align: center;
    display: inline-block;
    max-width: 320px;
    text-decoration: none;
}
.trade-logos li a img {
    margin-bottom: 15px;
}
.trade-logos li a p {
    font-size: 16px;
    color: #2C2B2B;
    line-height: 20px;
}
.manufacturers-section {
    background-color: #F8F8F8;
    padding: 125px 50px;
}
.manufacturers-section .center-div {
    flex-wrap: wrap;
    max-width: 1460px;
}
.manufacturer-item {
    width: calc(33.33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    padding: 50px 20px;
}
.manufacturer-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #2c2b2b;
    height: 100%;
}
.manufacturer-item img {
    max-width: 275px;
    height: auto;
}
.manufacturer-logo {
    text-align: center;
    min-height: 120px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.manufacturer-logo img {
    max-height: 120px;
    height: auto;
    max-width: 275px;
    width: auto;
}
.manufacturer-name {
    text-align: center;
}
.manufacturer-name h4 {
    font-size: 24px;
    color: #334D8E;
    font-weight: 500;
}
.manufacturer-text {
    text-align: center;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    flex: 1;

}
.manufacturer-text p:first-child {
    margin-bottom: 15px;
}
.manufacturer-text p:last-child {
    margin-top: auto;
    font-size: 16px;
    opacity: 0.5;
}
.manufacturer-item:hover {
    border-color: #334D8E;
}
.manufacturer-item a:hover h4 {
    text-decoration: underline;
}
.manufacturer-item a:hover p:last-child {
    opacity: 1;
    text-decoration: underline;
    color: #999999;
}
.contact-section {
    padding: 100px 50px;
}
.info-section {
    width: 50%;
    padding-right: 100px;
}
.form-section {
    width: 50%;
}
.contact-section h3 {
    margin-bottom: 50px;
    color: #334D8E;
}
.contact-address {
    max-width: 275px;
    margin-bottom: 35px;
}
.contact-address p {
    margin-bottom: 0px;
}
.contact-address strong {
    font-weight: 600;
}
.contact-phone {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.contact-phone label {
    width: 100px;
}
.contact-phone a {
    color: #334D8E;
    text-decoration: none;
}
.contact-fax {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.contact-fax label {
    width: 100px;
}
.contact-fax span {
    color: #334D8E;
    text-decoration: none;
}
.contact-email {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.contact-email label {
    width: 100px;
}
.contact-email a {
    color: #334D8E;
    text-decoration: none;
}
#contact-form {
    display: flex;
    flex-wrap: wrap;
}
.subject-row {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 35px;
    width: calc(100% + 20px);
}
.subject-row span {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.subject-row input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    visibility: hidden;
}
.subject-row label {
    background-color: #6483B9;
    color: #ffffff;
    text-align: center;
    width: 100%;
    display: block;
    padding: 10px 5px 7px 5px;
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: -0.35pt;
    cursor: pointer;
}
.subject-row input:checked + label {
    background-color: #334D8E;
}
.input-container {
    width: calc(50% - 10px);
    margin-bottom: 30px;
}
.input-container:nth-child(2n+1) {
    margin-right: 20px;
}
.input-container label {
    width: 100%;
}
.input-container label span {
    color: #334D8E;
    font-size: 18px;
    margin-top: -5px;
}
.input-container input {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
}
.message-input {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px !important;
}
.message-input textarea {
    width: 100%;
    resize: vertical;
}
.submit-container {
    width: 100%;
}
.submit-button {
    color: #ffffff;
    background-color: #334D8E;
    border: none;
    padding: 15px 30px 12px 30px;
    min-width: 25%;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    cursor: pointer;
}
.submit-button:hover {
    background-color: #6483B9;
}
.social-section {
    background-color: #F8F8F8;
    padding: 75px 50px 70px;
}
.social-box {
    width: 25%;
}
.social-box a {
    text-align: center;
    text-decoration: none;
}
.social-box-icon {
    margin-bottom: 10px;
}
.social-box-handle p {
    color: #334D8E;
    font-weight: 500;
}
.slick-slide {
    text-align: center;
}
.form-message {
    width: 100%;
    box-sizing: border-box;
}
.form-message .message {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.form-message .mail-sent {
    background-color: #6483B9;
    color: #ffffff;
    padding: 15px 25px;
    margin-top: 25px;
    font-size: 16px;
}
.form-message .mail-not-sent {
    background-color: rgba(241,85,108,.25) !important;
    color: #f1556c !important;
    padding: 15px 25px;
    margin-top: 25px;
    font-size: 16px;
}
@media (max-width: 1279px) {
    .about-text {
        padding-left: 100px;
    }
    .about-section {
        padding: 100px 50px;
    }
    .footer-menu {
        width: 33%;
        box-sizing: border-box;
        padding-left: 0px;
    }
    .footer-map {
        width: 33.66%;
    }
    .footer-text p {
        font-size: 14px;
        line-height: 20px;
    }
    .mission-section .center-div {
        flex-wrap: wrap;
    }
    .mission-text {
        width: 100%;
        padding-right: 0px;
    }
    .mission-image {
        width: 100%;
        padding-left: 0px;
        text-align: center;
        padding-top: 75px;
    }
    .trade-logos li {
        width: 50%;
    }
    .manufacturer-item {
        width: calc(50% - 20px);
    }
    .contact-map {
        text-align: center;
    }
    .contact-map svg {
        max-width: 100%;
        height: auto;
    }
    .info-section {
        padding-right: 50px;
    }
    .subject-row {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 20px;
    }
    .subject-row span {
        width: auto;
        display: inline-block;
        box-sizing: border-box;
        padding-left: 7px;
        padding-right: 7px;
    }
    .subject-row label {
        font-size: 16px;
    }
    .input-container label {
        font-size: 16px;
    }
    .input-container {
        margin-bottom: 20px;
    }
    .input-container:nth-child(2n+1) {
        margin-right: 15px;
    }
    .input-container {
        width: calc(50% - 10px);
    }
    .message-input {
        width: 100%;
    }
    .social-box-handle p {
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    .header-video {
        height: 100%;
    }
}
@media (max-width: 1023px) {
    .about-section .center-div {
        flex-wrap: wrap;
    }
    .about-logo {
        width: 100%;
        text-align: center;
        margin-bottom: 75px;
    }
    .about-text {
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }
    #association-carousel button {
        position: absolute;
        top: 50%;
        z-index: 2;
        text-indent: 100vw;
        border: none;
        background-color: transparent;
        height: 20px;
        width: 20px;
        overflow: hidden;
        cursor: pointer;
    }
    #association-carousel button.slick-prev {
        left: -15px;
        right: auto;
        transform: rotate(45deg);
        border-left: 3px solid #334D8E;
        border-bottom: 3px solid #334D8E;
        top: 30px;
    }
    #association-carousel button.slick-next {
        left: auto;
        right: -15px;
        transform: rotate(-45deg);
        border-right: 3px solid #334D8E;
        border-bottom: 3px solid #334D8E;
        top: 30px;
    }
    .footer-column, .footer-menu {
        width: 50%;
    }
    .footer-map {
        width: 100%;
        text-align: center;
        padding-top: 50px;
    }
    .footer-wrapper {
        flex-wrap: wrap;
    }
    .footer-map-wrapper {
        display: inline-block;
    }
    .manufacturer-logo img {
        max-width: 90%;
        margin: 0 auto;
    }
    .contact-section .center-div {
        flex-wrap: wrap;
    }
    .info-section {
        width: 100%;
        padding-right: 0px;
        order: 2;
    }
    .form-section {
        order: 1;
        width: 100%;
        margin-bottom: 75px;
    }
    .social-section .center-div {
        flex-wrap: wrap;
    }
    .social-box {
        width: 50%;
        margin-bottom: 50px;
    }
    .social-section {
        padding-bottom: 20px;
    }
    .mobile-nav-trigger {
        display: block;
        margin-top: 9px;
        margin-left: auto;
        cursor: pointer;
    }
    .nav-wrapper {
        display: none;
    }
    .mobile-nav-trigger span {
        display: block;
        height: 30px;
        width: 40px;
        border-top: 4px solid #ffffff;
        border-bottom: 4px solid #ffffff;
        position: relative;
        box-sizing: border-box;
    }
    .mobile-nav-trigger span:before {
        content: "";
        height: 4px;
        background-color: #ffffff;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0px;
        right: 0px;
    }
    .nav-wrapper.active {
        display: flex;
        align-items: center;;
        position: fixed;
        z-index: 4;
        background-color: #2C2B2B;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding-top: 200px;
        padding-bottom: 150px;
    }
    .nav-wrapper {
        box-sizing: border-box;
        margin: 0px;
    }
    .logo-wrapper,
    .mobile-nav-trigger {
        position: relative;
        z-index: 6;
    }
    .nav-wrapper ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
    .nav-wrapper ul li {
        padding-right: 0px;
        padding-left: 0px;
        margin-bottom: 20px;
    }
    .nav-wrapper ul li:last-child {
        margin-bottom: 0px;
    }
    .nav-wrapper li a {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .top-band-location {
        display: none;
    }
    .top-band {
        padding-left: 30px;
        padding-right: 30px;
    }
    h1, .h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .hero-caption h1 {
        line-height: 45px;
        margin-bottom: 15px;
    }
    .hero-caption h2 {
        font-size: 18px;
        line-height: 27px;
    }
    .header-caption {
        padding-left: 30px;
        padding-right: 30px;
    }
    .header-caption h1 {
        line-height: 45px;
        margin-bottom: 15px;
    }
    .header-caption h2 {
        font-size: 18px;
        line-height: 27px;
    }
    .about-section {
        padding-top: 75px;
        padding-bottom: 75px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .about-logo {
        margin-bottom: 35px;
    }
    .association-section {
        padding-top: 50px;
        padding-bottom: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer-wrapper {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 75px;
        padding-bottom: 50px;
    }
    .footer-column, .footer-menu {
        width: 100%;
    }
    .footer-band {
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer-band .center-div {
        flex-wrap: wrap;
    }
    .footer-band p {
        letter-spacing: -0.1pt;
    }
    .top-navigation {
        padding: 30px;
    }
    .top-navigation.fixed {
        padding-left: 30px;
        padding-right: 30px;
    }
    .header-section {
        height: 275px;
    }
    .mission-section {
        padding: 75px 30px;
    }
    .facility-section {
        padding: 75px 30px;
    }
    .facility-section ul {
        flex-direction: column;
    }
    .facility-section ul li {
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .facility-section ul li img {
        vertical-align: top;
    }
    .trade-section {
        padding: 75px 30px 25px 30px;
    }
    .trade-logos li {
        width: 100%;
    }
    h2, .h2 {
        font-size: 36px;
    }
    .trade-logos li a img {
        max-width: 75%;
    }
    .manufacturers-section {
        padding: 100px 30px 75px 30px;
    }
    .manufacturer-item {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .contact-section {
        padding: 75px 30px;
    }
    .subject-row {
        flex-wrap: wrap;
    }
    .subject-row span {
        width: 100%;
        margin-bottom: 10px;
    }
    .input-container {
        width: 100%;
        margin-right: 0px !important;
    }
    .social-box {
        width: 100%;
    }
}
.staff-section {
    padding: 0px 50px 100px;
}
.staff-section .center-div {
    flex-direction: column;
}
.staff-section h2 {
    color: #334D8E;
    margin-bottom: 35px;
    margin-top: 15px;
}
.staff-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
}
.staff-member {
    width: calc(33.33% - 50px);
    box-sizing: border-box;
    padding: 50px 25px 50px 25px;
    margin-left: 25px;
    margin-right: 25px;
    background-color: #F8F8F8;
    margin-bottom: 50px;
    text-align: center;
}
.staff-icon {
    margin-bottom: 20px;
}
.staff-name p {
    font-size: 20px;
    font-weight: bold;
    color: #334D8E;
}
.staff-title {
    margin-bottom: 10px;
}
.staff-title p {
    font-size: 14px;
    color: #2C2B2B;
    opacity: 0.75;
}
.staff-email a {
    color: #2C2B2B;
    text-decoration: none;
    font-size: 16px;
}
.staff-email a:hover {
    color: #334D8E;
    text-decoration: underline;
}
.staff-phone,
.staff-cell {
    display: flex;
    align-items: center;
    justify-content: center;
}
.staff-phone a,
.staff-cell a {
    color: #2C2B2B;
    text-decoration: none;
    font-size: 16px;
}
.staff-phone a:hover,
.staff-cell a:hover {
    color: #334D8E;
    text-decoration: underline;
}
.staff-title span {
    font-weight: bolder;
}
@media (max-width: 1279px) { 
    .staff-member {
        width: calc(50% - 50px);
    }
}
@media (max-width: 767px) { 
    .staff-member {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding: 35px 20px;
        margin-bottom: 25px;
    }
}