#singleContent section {
    border-bottom: 1px solid var(--grey2);
    padding-bottom: 32px;
    margin-bottom: 32px;
}

#singleContent section .brxe-container {
    max-width: 100%
}

#singleContent .brxe-post-content {
    width: 720px;
    max-width: 100%;
}

#singleContent0 figcaption.bricks-image-caption {
    position: relative !important;
    background: transparent;
    bottom: auto;
    text-align: left;
    z-index: 2;
    margin-top: 10px;
}

#singleContent .brxe-image img+figcaption.bricks-image-caption {
    position: relative !important;
}

#singleContent .caption {
    overflow: visible;
    position: relative;
    height: auto;
}

#singleSidebar {}

#singleContent,
#singleContent * {
    max-width: 100%;
    box-sizing: border-box;
}

#singleSidebar {
    width: 344px;
}

#contentNav h5 {
    margin-bottom: 12px;
}

#contentNav li {
    margin-bottom: 12px;
}

#singleContent .brxe-image img+figcaption.bricks-image-caption {
    text-align: left;
    background: transparent;
    font-size: 13px;
    font-style: italic;
    padding-left: 0
}

#contentNav a {
    transition: all 0.3s;
}

#contentNav a.active,
#contentNav a:hover {
    color: var(--teal)
}

.caseStudyNumber {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
    padding-top: 32px;
    border-top: 1px solid var(--grey2);
}

.caseStudyNumber>div {
    flex: 1;
    min-width: 200px;
    box-sizing: border-box;
    text-align: center;
}

.caseStudyNumber>div+div {
    border-left: 1px solid var(--grey2);
}

@media screen and (min-width:837px) and (max-width:1098px) {
    .caseStudyNumber>div+div {
        border-left: 0px solid var(--grey2);
    }
}

@media screen and (min-width:770px) and (max-width:836px) {
    .caseStudyNumber>div+div {
        border-left: 0px solid var(--grey2);
    }

    .caseStudyNumber>div {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .caseStudyNumber>div:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0
    }
}

@media screen and (max-width:675px) {
    .caseStudyNumber>div+div {
        border-left: 0px solid var(--grey2);
    }

    .caseStudyNumber>div {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .caseStudyNumber>div:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0
    }
}

.caseStudyNumber h3 {
    font-size: 16px;
    line-height: 24px;
}


.caseStudyNumber>div::after {}

.case-breadcrumbs {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 40px;
}

.case-breadcrumbs a {
    color: #87898f;
    transition: all 0.3s
}

.case-breadcrumbs a:hover {
    color: var(--teal)
}

.case-breadcrumbs span {
    color: var(--teal);
    display: inline-block;
    margin-left: 11px;
    padding-left: 20px;
    background: url(../../img/breadumbNav.svg) no-repeat center left;
}

.paragraphBlock {
    font-size: 19px;
    line-height: 28px;
}

.paragraphBlock ul+p,
.paragraphBlock ol+p,
.paragraphBlock ul+h2,
.paragraphBlock ul+h3,
.paragraphBlock ul+h4,
.paragraphBlock ul+h5,
.paragraphBlock ol+h2,
.paragraphBlock ol+h3,
.paragraphBlock ol+h4,
.paragraphBlock ol+h5 {
    margin-top: 32px
}

.paragraphBlock ul li {
    padding-left: 30px;
    background: url(../../img/liCheck.svg) no-repeat center left;
    background-size: 20px auto;
    margin-bottom: 16px;
}

.paragraphBlock ul li:last-child {
    margin-bottom: 0
}

.relWrap {
    border: 1px solid var(--grey2);
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.relImg {
    width: 100%;
    padding-bottom: 60%;
    border-radius: 8px 8px 0 0
}

.case-tag {
    position: absolute;
    bottom: 12px;
    left: 12px;
}

.case-tag a {
    display: inline-block;
    background: #0f121e;
    color: var(--teal);
    transition: all 0.3s;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 8px;
    border-radius: 8px;
}

.mainCaseRightWrapper .case-tag a {
    background-color: transparent;
}

.mainCaseRightWrapper .case-tag a:hover {
    background-color: transparent;
    text-decoration: underline;
    color: var(--teal)
}

.relImg img {
    position: absolute !important;
    width: 100%;
    height: 100%;
}

.relImg a.brxe-image {
    position: absolute !important;
    width: 100%;
    height: 100%;
}

.relImg .brxe-shortcode {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
}

.case-tag a:hover {
    background: var(--teal);
    color: #0f121e
}

.relTxt a {
    padding: 24px;
    background: var(--darkMidBlue);
    display: block;
    border-radius: 0 0 8px 8px;
    transition: all 0.3s;
}


.relWrap:hover .relTxt a {
    color: var(--teal)
}


.arrowedHeading:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../img/arrowRight.svg) no-repeat center center;
    position: absolute;
    right: 24px;
    top: calc(50% - 10px);
    transition: all 0.3s;
}

.relWrap:hover .arrowedHeading:after {
    transform: translateX(9px)
}

.otherCaseRow {
    row-gap: 24px
}

.mainCase {
    border: 1px solid var(--teal);
    border-radius: 8px;
    background-color: #112630;
    overflow: hidden;
}

.mainCase>div {
    padding: 0
}

.mainCaseImage {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:767px) {
    .mainCaseImage {
        height: auto;
        padding-bottom: 45%
    }
}

.mainCaseImage img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.mainCaseImage a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.mainCase>div.mainCaseRight {}


.mainCaseRightWrapper {
    padding: 64px 32px;
    min-height: 378px
}

.mainCase .case-tag {
    position: relative;
    bottom: auto;
    left: auto
}

.searchWrapper {
    width: 290px;
    display: flex;
    margin-left: auto;
}

.searchWrapper input[type=search] {
    border: 0;
    background: transparent;
    padding: 2px 24px;
    border: 1px solid var(--grey2);
    border-radius: 8px;
}

.searchWrapper button {
    position: absolute;
    right: 0;
    top: 0px;
    width: 60px;
    height: 44px;
    background: url(../../img/searchBtn.svg) no-repeat center center;
    text-indent: -9999px;
    transition: all 0.3s;
}

.searchWrapper input[type=search]:focus-visible {
    box-shadow: var(--shadow);
    border-color: var(--teal);
    outline: none
}

.selectWrapper {
    width: 223px;
}

.bricks-posts-nothing-found {
    padding: 0 12px
}