/* Goodlayers simulations */

/* ---- Home page  ------ */
#SR7_14_1 {
    display: none !important;
}

/* ---- Possibly many pages ---- */
div.gdlr-core-pbf-wrapper  {
    dispay: none !important;
}

/* links */
.pas-cgl-converted-content a,
.pas-cgl-converted-content a:visited {
    color: #dd3333;
}

/*table tr th {
    background-color: #026996;
    color: white;
    font-size: 16px;
    word-break: normal;
    line-height: 32px;
}
*/

.gdlr-core-button.gdlr-core-button-gradient {
    background-color: #dd3333;
    background: -webkit-linear-gradient(#dd3333, #dd3333);
    background: -o-linear-gradient(#dd3333, #dd3333);
    background: -moz-linear-gradient(#dd3333, #dd3333);
    background: linear-gradient(#dd3333, #dd3333);
    color: white;
}

.pas-cgl-converted-content .gdlr-core-button-item a {
    color: white;
}

.sr7-module {
    margin-bottom: 10px;
}

.pas-cgl-converted-content a:hover {
    color: #015c9e;
}

/* for those not yet converted */
.infinite-body a,
.fusion-fullwidth a {
    color: #dd3333;
}

/* Restore basic Goodlayers column grid */
.gdlr-core-pbf-section-container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.gdlr-core-pbf-section-container::after,
.gdlr-core-pbf-column-content::after {
    content: "";
    display: table;
    clear: both;
}

.gdlr-core-pbf-column {
    float: left;
    box-sizing: border-box;
}

.gdlr-core-column-20 {
    width: 33.333333%;
}

.gdlr-core-column-40 {
    width: 66.666667%;
}

.gdlr-core-column-60 {
    width: 100%;
    float: none;
    clear: both;
}

.gdlr-core-column-first {
    clear: both;
}

/* Goodlayers-style inner padding */
.gdlr-core-item-pdlr {
    padding-left: 20px;
    padding-right: 20px;
}

.gdlr-core-pbf-column-content-margin {
    box-sizing: border-box;
}

/* Responsive stacking */
@media only screen and (max-width: 800px) {
    .gdlr-core-pbf-column,
    .gdlr-core-column-20,
    .gdlr-core-column-40,
    .gdlr-core-column-60 {
        float: none;
        width: 100%;
        clear: both;
    }

    .gdlr-core-item-pdlr {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.gdlr-core-pbf-wrapper::after,
.gdlr-core-pbf-wrapper-content::after,
.gdlr-core-pbf-wrapper-container::after {
    content: "";
    display: table;
    clear: both;
}

.gdlr-core-center-align {
    text-align: center;
}

/* border, title,  border */
div.gdlr-core-title-item .gdlr-core-title-item-title-wrap.gdlr-core-with-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

div.gdlr-core-title-item .gdlr-core-title-item-divider.gdlr-core-left {
    order: 1;
}

div.gdlr-core-title-item .gdlr-core-title-item-title {
    order: 2;
    flex: 0 0 auto;
    margin: 0 20px !important;
    white-space: nowrap;
}

div.gdlr-core-title-item .gdlr-core-title-item-divider.gdlr-core-right {
    order: 3;
}

div.gdlr-core-title-item .gdlr-core-title-item-divider {
    flex: 1 1 auto !important;
    width: auto !important;
    border-bottom-style: solid;
}

/* refine selectors so not as broad 
table tr:nth-child(even) {
    background-color: #f3f3f3;
}
table tr:nth-child(odd) {
    background-color: #f9f9f9;
}
body table td {
    border: 2px solid white;
}
*/
.gdlr-core-column-20 {
    float: left;
    width: 33.3333%;
}

/* ---- Contact Us page */

div.gdlr-core-pbf-element .gdlr-core-icon-list-item ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

div.gdlr-core-pbf-element .gdlr-core-icon-list-item ul li {
    flex: 1 1 calc(25% - 20px);
    box-sizing: border-box;
    min-width: 220px;
    border: none;
}

.gdlr-core-item-pdb {
    padding-bottom: 30px;
}

.gdlr-core-icon-list-item {
    border-bottom: 1px solid #e2e2e2;;
    margin-bottom: margin: 0 0;0px;
}
.gdlr-core-icon-list-content {
    white-space: nowrap;
}

.gdlr-core-icon-list-caption {
    display: block;
}

/* ----- FAQ ---- */

.gdlr-core-pbf-wrapper {
    /* clear: both; */
    padding: 60px 0px 30px;
    position: relative;
}

.gdlr-core-pbf-wrapper {
    /* clear: both; */
    padding: 60px 0px 30px;
    position: relative;
}
.gdlr-core-title-item .gdlr-core-title-item-title {
    font-size: 41px;
    font-weight: 800;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
    transition: color 200ms;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    -webkit-transition: color 200ms;
    margin-left: 0 !important;
}