/*///////////////////////////////////////////////////////
// Content Box
//////////////////////////////////////////////////////*/
.contentBox {
    position: relative;
    width: 100%;
}
.contentBox.bgSplit {
    background: var(--color-light);
}
.contentBox.twoCol .cntText {
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.cntText.borderBox {
    position: relative;
    background: var(--color-light);
    border: 4px solid;
    padding: 20px 30px 40px 30px;
    overflow: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
/*.contentBox .hideText {
    max-height: 260px;
    overflow: hidden;
}*/
.cntText h1, .cntText h2, .cntText h3 {
    margin-bottom: 25px;
    padding-top: 25px;
}
.cntText h4, .cntText h5, .cntText h6 {
    margin-bottom: 10px;
    padding-top: 20px;
}
.cntText p {
    margin-bottom: 25px;
}
.cntText b, .cntText strong {
    color: var(--color-elvigray1);
}
.cntText ul, .cntText ol {
    padding-left: 20px;
}
.cntText ul {
    list-style: none;
    margin: 15px 0;
    padding-left: 32px;
}
.cntText ul li {
    margin-bottom: 7px;
}
.cntText ol li {
    padding: 0 0 1em .5em;
}
.cntText ul li:before {
    content: "•";
    font-size: 21px;
    float: left;
    margin-left: -20px;
}
.textOverlay {
    display: none;
    position: absolute;
    border: 0;
    width: 100%;
    height: 200px;
    bottom: 20px;
    left: 0;
}
.borderBox .textOverlay {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(255,255,255,0.81) 46%,rgba(255,255,255,0.83) 47%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='var(--color-light)',GradientType=0 );
    bottom: 0;
    left: 10px;
}
/*.hideText {
    padding-bottom: 20px;
}
.hideText .textOverlay {
    display: block;
}*/
.textOverlay span {
    text-decoration: underline;
    position: absolute;
    bottom: -40px;
    left: 0;
    cursor: pointer;
}
.borderBox .textOverlay span {
    left: 20px;
    bottom: 20px;
}
.contentBox.wrap1000 .innerWrap {
    max-width: 1040px;
}
.contentBox .colLeft, .contentBox .colRight {
    position: relative;
    width: 50%;
    float: left;
}
.contentBox .colLeft {
    padding-right: 20px;
}
.contentBox .colRight {
    padding-left: 20px;
}
.contentBox .innerWrap {
    z-index: 10;
}
.cntImage {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.cntImage img {
    width: 100%;
    height: auto;
}
.cntImageText {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.contentBox.bgSplit .colLeft {
    padding-right: 0px;
}
.contentBox.bgSplit .colRight {
    padding: 0px 40px 40px 40px;
    background: var(--color-light);
}
.cntImageBg {
    float: left;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.cntImageBg:before {
    content: "";
    display: block;
    padding-top: 75%;
}
.contentBox .bgSplit {
    position: absolute;
    width: 100%;
    height: 33.33%;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.cntImage.multiImage {
    width: 50%;
}
.cntImage.multiImage:nth-child(odd) {
    padding-right: 15px;
}
.cntImage.multiImage:nth-child(even) {
    padding-left: 15px;
}
/*@media (max-width: 1024px) {
    .contentBox .hideText {
        max-height: 253px;
    }
}*/
.readMoreLink {
    margin-top: 25px;
    text-decoration: none;
}
.readMoreBlur {
    position: relative;
    left: -5%;
    width: 110%;
    float: left;
    z-index: 100;
    margin-top: -57px;
    margin-left: -10px;
    padding-top: 57px;
    background-color: var(--color-light);
    height: 10px;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}
.contentBox.bgGrey .readMoreBlur {
    background: url('../../Icons/bg_grey.jpg') repeat center center;
    background-attachment: scroll;
    -webkit-backface-visibility: hidden;
}

@media (max-width: 960px) {
    .contentBox.bgSplit .colLeft {
        width: 35%;
    }
    .contentBox.bgSplit .colRight {
        width: 65%;
    }
}
@media (max-width: 800px) {
    .moduleSec.padBottom50.bgSplit {
        padding-bottom: 75px;
    }
    .contentBox.bgSplit .colLeft {
        width: 100%;
    }
    .contentBox.bgSplit .colRight {
        width: 100%;
        padding: 50px 0px;
        background: transparent;
    }
    .cntImageBg:before {
        padding-top: 65%;
    }
    .contentBox .bgSplit {
        height: 50px;
    }
}
/*@media (max-width: 768px) {
    .contentBox .hideText {
        max-height: 272px;
    }
}*/
@media (max-width: 767px) {
    .contentBox .bgSplit {
        height: 25px;
    }
/*    .contentBox .hideText {
        max-height: 272px;
        margin-bottom: 25px;
    }*/
}
@media (max-width: 680px) {
    .contentBox.wrap1000 .innerWrap {
        max-width: 960px;
        left: 50%;
    }
    .cntImageText {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        flex-flow: column-reverse wrap;
    }
    .contentBox .cntImageText .colLeft {
        padding-right: 0;
    }
    .contentBox .cntImageText .colRight {
        padding-left: 0;
        margin-bottom: 25px;
    }
    .contentBox.bgSplit .colRight {
        padding: 20px 0px 40px 0px;
    }
    .contentBox .colLeft, .contentBox .colRight {
        width: 100%;
    }
    .cntImage.multiImage {
        width: 100%;
        margin-bottom: 25px;
    }
    .cntImage.multiImage:nth-child(odd) {
        padding-right: 0;
    }
    .cntImage.multiImage:nth-child(even) {
        padding-left: 0;
    }
/*    .contentBox .hideText {
        max-height: 292px;
    }*/
}