.alignwide {
    margin: 32px calc(25% - 25vw);
    max-width: 100vw;
    width: 100vw;
}

.ds_flex_container {
    padding: 0.5rem;
    display: flex;
    flex-wrap: wrap;
}

.ds_flex_item {
    display: inline-flex;
    flex-direction: column;
    text-align: left;
    background: #E7EBFC;
    font-weight: bold;
    font-size: 2rem;
    padding: 32px;
    margin: 0.5rem;
    flex: 1 1 auto;
    color: #000;
    border-radius: 8px;
    max-width: calc(33% - 1rem);
}

.ds_flex_item:hover {
    -webkit-box-shadow: 0 0 14px 5px rgba(140, 140, 140, 0.33);
    box-shadow: 0 0 14px 5px rgba(140, 140, 140, 0.33);
}

@media screen and (min-width: 320px) {
    .ds_flex_item {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 640px) {
    .ds_flex_item {
        width: calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }
}

@media screen and (min-width: 1100px) {
    .ds_flex_item {
        width: calc(33% - 1rem);
        max-width: calc(33% - 1rem);
    }
}

.fs_flex_item_bt_div div {
    float: left;
}

.fs_flex_item_bt_div div:nth-child(2) {
    float: right;
}

.ds_flex_separator {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    flex-grow: 1;
}

#ds_ats_connector_form_filter label {
    font-weight: bold;
    margin-right: 18px;
    margin-left: 18px;
    color: #0D1634;
}

.ds_filter_select {
    color: #0D1634;
    opacity: .8;
    border-radius: 16px;
    padding: 5px 16px;
}

input[type="text"].ds_search {
    border-radius: 16px;
    color: #0D1634;
    width: 76%;
}

#ds_ats_connector_filter p {
    margin-top: 16px;
}

@media screen and (max-width: 640px) {
    .ds_filter_select, input[type="text"].ds_search {
        width: 100%;
    }

    .mobile_ds_100 {
        width: 100%;
        display: block;
    }

    #ds_ats_connector_form_filter label {
        margin-left: 0;
    }
}

.post-content h3.ds_h3 {
    font-size: 22px;
    margin-bottom: 8px;
    color: #0d1634;
}

.post-content h4.ds_h4 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 8px;
    color: #0d1634;
    opacity: .6;
}

.ds_metas {
    font-weight: normal;
    font-size: 14px;
    opacity: .8;
}

p.ds_margin_top_16 {
    margin-top: 16px !important;
}

.fs_flex_item_bt_div {
    margin: 16px 0;
}

.ds_submit a {
    border-radius: 8px;
    padding: 8px 16px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    opacity: 0.6;
    transition: 0.3s;
    font-size: 16px;
    color: #0D1634;
    background: transparent;
    border: 1px solid #0D1634;
}

.ds_submit a:hover,
.ds_submit a:active {
    opacity: 1;
    color: #FFF;
    background: #0D1634;
    border: 1px solid #0D1634;
}

.ds_secondary_button a {
    text-decoration: none;
    opacity: .6;
    transition: 0.3s;
    font-size: 16px;
}

.ds_secondary_button a:hover,
.ds_secondary_button a:active {
    opacity: 1;
}

#ds_pagination {
    text-align: center;
}

#ds_pagination span.page-numbers {
    border-radius: 4px;
    border: 1px solid #0D1634;
    padding: 2px 5px;
    color: #0D1634;
    margin: 0 5px;
}

#ds_pagination span.dots {
    border: none;
}

#ds_pagination span.current {
    background: #0D1634;
    color: #FFF;
}

#ds_pagination a.page-numbers {
    border-radius: 4px;
    padding: 2px 5px;
    opacity: .6;
    border: 1px solid transparent;
    transition: 0.3s;
    margin: 0 5px;
}

#ds_pagination a.page-numbers:hover {
    opacity: 1;
    border: 1px solid #0D1634;
    background: #0D1634;
    color: #FFF;
}

#ds_noresults {
    text-align: center;
    padding: 10%;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #0D1634;
}
