.elementor-96 .elementor-element.elementor-element-8740be8{--display:flex;--padding-top:40px;--padding-bottom:20px;--padding-left:10px;--padding-right:10px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-96 .elementor-element.elementor-element-38c06f7{text-align:center;}.elementor-96 .elementor-element.elementor-element-38c06f7 .elementor-heading-title{font-family:"Catamaran", Sans-serif;font-size:40px;font-weight:700;line-height:40px;color:var( --e-global-color-85a8145 );}.elementor-96 .elementor-element.elementor-element-680191e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-2936cb7 */.staff-title:first-child {
    margin-top: 0;
}

.staff-title {
    background-color: #002f5f;
    color: white;
    padding: 10px 130px;
    font-size: 20px; 
    font-family: "Catamaran";
    font-weight: 400;
}

.staff-list {
    padding: 10px 130px;
    margin-bottom: 50px;
    font-family: "Catamaran";
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
}

.staff-row {
    width: 30%;
    -webkit-box-shadow: 5px 5px 15px 5px #ddd; 
    box-shadow: 5px 5px 15px 5px #ddd;
    border-radius: 5px;
    padding: 20px;
}

.staff-name {
    color: #002f5f;
    font-weight: 700;
    font-size: 25px;
}

.staff-phone {
    font-size: 18px;
    font-weight: 400;
    color: #747474;
    line-height: 27px;
}

.staff-links {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.staff-links a {
    color: #002f5f;;
}

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

.staff-list, .staff-title {
    padding: 10px 20px; 
}

.staff-name {
    font-size: 20px;
}

.staff-phone, .staff-links {
    font-size: 16px;
    line-height: 16px;
}

.staff-links {
    column-gap: 15px;
    row-gap: 15px;
}

    
}

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

.staff-row {
    width: 100%;
}

}/* End custom CSS */