/*@font-face {
    font-family: 'Bebas Neue';
    src: url("../fonts/BebasNeue.otf");
}

#content-header h3 {
    font-family: 'Bebas Neue';
    color: #3493b7;
    font-size: 68px;
    margin: 20px 0;
    font-weight: lighter;
}

#content-wrapper {
    padding-top: 50px;
    width: 1000px;
    margin: 0 auto;
    display: block;
    position: relative;
    text-align: left;
}

.box{
    width: 300px;
    height: 410px;
    background: #f9f9f9;
    display: inline-block;
    margin-right: 45px;
    margin-bottom: 20px;
    vertical-align: top;
    text-align: center;
}

#content-wrapper div:nth-child(3n+1) {
    margin-right: 0px;
}

.box img {
    border-bottom: solid #cfcfcf 1px;
}

.box h3 {
    width: 240px;
    text-align: left;
    padding-left: 10px;
    font-family: 'Roboto Regular';
    color: #002f40;
    font-size: 22px;
    font-weight: bolder;
}

.box div {
    width: auto;
    height: 140px;
   overflow:hidden;
    text-overflow:ellipsis;
    text-align: left;
    font-family: 'Roboto Regular';
    color: #002f40;
    font-size: 14px;
    padding: 0 5px 0 10px;
}*/

.ui-dialog-titlebar {
    display: none !important;
}

.ui-widget-overlay {
    background: #000 !important;
}

.ui-dialog-content {
    padding: 50px !important;
    font-size: 14px !important;
    font-family: 'Roboto Slab' !important;
    border: 3px solid #3493b7 !important;
}

#content-wrapper {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

#content-header {
    font-family: 'Roboto Regular';
    color: #fffff9;
    font-size: 14px;
    text-align: left;
    padding: 5px 0px;
    margin: 30px 5px 54px 5px;
}

#content-header ul {
    list-style: none;
    padding-left: 0 !important;
}

#content-header ul li {
    display: inline-block;
    vertical-align: top;
    padding: 10px 18px;
    text-align: center;
    cursor: pointer;
}

#content-header ul li.active {
    border-bottom: 4px solid #1e6a84;
    display: none;
}

.mobile-image {
    display: none;
}

/* Use flexbox to keep text and image on same row - prevents images wrapping and overlapping next section */
.client {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
}

.left {
    flex: 1;
    min-width: 0; /* Allow text to shrink if needed */
}

.right {
    flex-shrink: 0;
    padding: 0;
}

#Grid {
    text-align: left;
}

#Grid .mix{
    opacity: 0;
    display: none;
}

/* Ensure client items are visible - MixItUp shows on init, but fallback if JS fails */
#Grid.mixitup-ready .mix,
#Grid .client.mix {
    opacity: 1;
    display: block;
}

/* Client page uses single-column layout, override mix display - keep flex for correct image placement */
#Grid .client.mix {
    display: flex !important;
    opacity: 1 !important;
}

.client {
    width: 100%;
    height: 200px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px dotted #156985;
}

.client:last-child {
    border-bottom: none;
}

.client h3 {
    font-family: 'Roboto Bold';
    color: #fffff9;
    font-size: 26px;
    margin-bottom: 10px;
}

.client .posted {
    font-family: 'Roboto Slab';
    color: #4498b0;
    font-size: 12px;
}

.client .snippet {
    font-family: 'Roboto Slab';
    color: #829a9c;
    font-size: 18px;
    font-weight: lighter;
    line-height: 1.5;
}

#dialog-title {
    font-family: 'Roboto Bold';
    color: #3493b7;
    font-size: 30px;
    text-align: left;
}
#dialog-author {
    color: #3493b7;
    padding-bottom: 20px;
}