.container-fluid {
    width: 100%
}

.default-page-container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px
}

.row::after,
.default-page-container::after,
.leadership-row::after {
    content: "";
    display: table;
    clear: both
}

.col-xs-12 {
    width: 100%;
    box-sizing: border-box
}

.col-xs-6 {
    width: 50%;
    float: left;
    box-sizing: border-box
}

@media (min-width:768px) {
    .col-sm-4 {
        width: 33.3333%;
        float: left;
        box-sizing: border-box
    }

    .col-sm-6 {
        width: 50%;
        float: left;
        box-sizing: border-box
    }

    .col-sm-8 {
        width: 66.6666%;
        float: left;
        box-sizing: border-box
    }
}

@media (min-width:992px) {
    .col-md-4 {
        width: 33.3333%;
        float: left;
        box-sizing: border-box
    }

    .col-md-8 {
        width: 66.6666%;
        float: left;
        box-sizing: border-box
    }
}

.leadership-header {
    background: url("/wp-content/themes/schwans-company/assets/img/leadership/hdr-leadership.jpg") no-repeat center;
    background-size: cover;
    height: 250px
}

.header-line-decoration-orange {
    border-top: 5px solid #ef151e
}

.header-line-decoration-yellow {
    border-top: 5px solid #ff9700
}

.header-line-decoration-blue {
    border-top: 5px solid #006ecd
}

.header-line-decoration-white {
    border-top: 5px solid #ffffff
}

.yellow-background {
    background: rgba(255, 151, 0, 0.75)
}

.leadership-row {
    background-color: #fff
}

.leadership-heading {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%
}

.leadership-heading h2,
.leadership-heading h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 5px 0;
    padding: 5px 10px;
    font-size: 1em
}

.leadership-col {
    position: relative;
    height: auto;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    margin-bottom: 12px;
}

.leadership-col-1 {
    background: url("/wp-content/themes/schwans-company/assets/img/leadership/Roberto-Rios_Official.jpg") no-repeat center;
    background-size: cover;
    background-position: 0% 12%
}

.leadership-col-11 {
    background: url("/wp-content/themes/schwans-company/assets/img/leadership/Stacey-Fowler_Official.jpg") no-repeat center;
    background-size: cover;
    background-position: 0% 35%
}

.leadership-col-12 {
    background: url("/wp-content/themes/schwans-company/assets/img/leadership/Jacob-Berning_Official.jpg") no-repeat center;
    background-size: cover;
    background-position: 0% 25%
}

.leadership-col-18 {
    background: url("/wp-content/themes/schwans-company/assets/img/leadership/Brian-Schiegg_Official.jpg") no-repeat center;
    background-size: cover;
    background-position: 0% 0%
}

.leadership-col-19 {
    background: url("/wp-content/themes/schwans-company/assets/img/leadership/Kathy-Persian_Official.jpg") no-repeat center;
    background-size: cover;
    background-position: 0% 10%
}

.leadership-col-20 {
    background: url("/wp-content/themes/schwans-company/assets/img/leadership/Soohee-Lee_Official.jpg") no-repeat center;
    background-size: cover;
    background-position: 0% 0%
}

.leadership-col-22 {
    background: url("/wp-content/themes/schwans-company/assets/img/leadership/Scott-Xi_Official.jpg") no-repeat center;
    background-size: cover;
    background-position: 0% 0%
}

.leadership-col-25 {
    background: url("/wp-content/themes/schwans-company/assets/img/leadership/Michael-Pulcanio_Official.jpg") no-repeat center;
    background-size: cover;
    background-position: 0% 0%
}

.leadership-col-27 {
    background: url("/wp-content/themes/schwans-company/assets/img/leadership/Mark-Carter.jpg") no-repeat center;
    background-size: cover;
    background-position: 0% 0%
}

.leadership-col-28 {
    background: url("/wp-content/themes/schwans-company/assets/img/leadership/John-Davidson.jpg") no-repeat center;
    background-size: cover;
    background-position: 0% 0%
}

.leadership-col-29 {
    background: url("/wp-content/themes/schwans-company/assets/img/leadership/Won-Kang.jpg") no-repeat center;
    background-size: cover;
    background-position: 0% 0%
}

.leadership-col-31 {
    background: url("/wp-content/themes/schwans-company/assets/img/leadership/Gregory-Yep.jpg") no-repeat center;
    background-size: cover;
    background-position: 0% 0%
}

.leadership-col-32 {
    background: url("/wp-content/themes/schwans-company/assets/img/leadership/Fed-Arreola.jpg") no-repeat center;
    background-size: cover;
    background-position: 0% 0%
}

.leadership-col-33 {
    background: url("/wp-content/themes/schwans-company/assets/img/leadership/Tyler-Bolinger.jpg") no-repeat center;
    background-size: cover;
    background-position: 0% 0%
}

.leadership-col-34 {
    background: url("/wp-content/themes/schwans-company/assets/img/leadership/Robert-Dircks.jpg") no-repeat center;
    background-size: cover;
    background-position: 0% 0%
}

.leadership-col-35 {
    background: url("/wp-content/themes/schwans-company/assets/img/leadership/Doug-Herrington.jpg") no-repeat center;
    background-size: cover;
    background-position: 0% 0%
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .65);
    z-index: 9999;
    overflow: auto
}

.modal.in {
    display: block
}

.modal-dialog {
    width: 90%;
    max-width: 1200px;
    margin: 30px auto
}

@media (min-width:768px) {
    .modal-dialog {
        width: 70%
    }
}

.modal-content {
    background: #fff
}

.modal-title {
    font-size: 1.25em;
    color: #006ecd;
    display: inline-block;
    line-height: 1.12em;
    margin: 0 auto
}

@media (min-width:768px) {
    .modal-title {
        font-size: 1.75em;
        line-height: 1.75em
    }
}

.leadership-modal-body img {
    width: 100%;
    text-align: center;
    max-width: 300px;
    min-width: 100px
}

.leadership-role {
    margin-top: 25px
}

.leadership-role div {
    font-weight: 600;
    color: #000
}

div.executive-title {
    font-weight: 700;
    margin-bottom: 6px
}

button.leadership-link {
    padding: 3px 9px;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 15px
}

#myModal.modal {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 1000ms cubic-bezier(.2, .8, .2, 1), visibility 0s linear 1000ms;
}

#myModal.modal .modal-dialog {
    transform: translate3d(0, -20px, 0);
    transition: transform 1000ms cubic-bezier(.2, .8, .2, 1);
    will-change: transform;
}

#myModal.modal.in {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 1000ms cubic-bezier(.2, .8, .2, 1), visibility 0s;
}

#myModal.modal.in .modal-dialog {
    transform: translate3d(0, 0, 0);
}

.modal-backdrop.fade {
    transition: opacity 1000ms cubic-bezier(.2, .8, .2, 1);
}

button {
    font-size: 18px;
    margin-bottom: 20px;
}

.modal-logos {
    display: flex;
    gap: 10px;
    align-items: center;
    max-width: 100px;
}

@media all and (max-width: 768px) {
    .modal-logos {
        max-width: 70px;
    }

    .leadership-modal-body img {
        min-width: 70px;
    }
}

@media all and (max-width: 500px) {
    .modal-logos {
        max-width: 50px;
    }

    .leadership-modal-body img {
        min-width: 50px;
    }
}