html,
body {
    height: 100%;
    width: 100%;
}

.blog-header {
    position: relative;
    max-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(to top, rgba(21, 10, 5, 0.85) 0%, rgba(21, 10, 5, 0) 75%, rgba(21, 10, 5, 0) 100%);
    min-height: 130px;
}

.header-img {
    width: 100%;
    flex-shrink: 0;
    z-index: -1;
    display: block;
}

.blog-header .header-content {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 70%;
    margin-bottom: 20px;
}

.blog-date {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.blog-type {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}

.post-title {
    font-size: 3em;
    width: 70%;
}

.blog-content {
    width: 70%;
    margin-left: 15%;
    padding-top: 20px;
    font-family: sharp-sans-medium, sans-serif;
    display: inline-block;
}

.blog-copy {
    width: 70%;
    padding-right: 20px;
    float: left;
    max-width: calc(100% - 324px);
}

    .blog-copy table {
        width: 100%;
    }

        .blog-copy table tr {
            display: flex;
            flex-direction: row;
            align-items: center;
        }

        .blog-copy table td {
            width: 50%;
        }

        .blog-copy table img {
            width: 100%;
            padding: 0 20px;
            box-sizing: border-box;
        }

            .blog-copy table img + p {
                padding-top: 20px;
            }

    .blog-copy h2 {
        font-size: 16px;
        font-family: sharp-sans-bold, sans-serif;
    }

    .blog-copy p {
        margin-top: 0;
        line-height: 28px;
    }

    .blog-copy ol, .blog-copy ul {
        padding-left: 15px;
    }

.blog-right-column {
    float: right;
    width: 30%;
    min-width: 324px;
}

.case-section {
    margin-bottom: 20px;
    width: 50%;
}

.case-project-lbl,
.case-project-firm-type,
.case-project-rep-lbl {
    text-transform: uppercase;
    font-size: 13px;
}

.case-project-name,
.case-project-firm,
.case-project-rep {
    font-weight: bold;
    font-family: 'sharp-sans-bold'
}

.case-project-location,
.case-project-firm-location,
.case-project-rep-location {
    text-transform: uppercase;
    font-size: 13px;
}

.blog-link-tile {
    height: auto;
    margin-bottom: 20px;
    margin-top: 10px;
}

.blog-link-img {
    width: 100%;
    height: 75%;
    flex-shrink: 0;
}

.blog-link-detail {
    background-color: whitesmoke;
    height: auto; /*//calc(25% - 30px);*/
    padding: 15px;
    position: relative;
}

.blog-link-title {
    width: calc(100% - 47px);
    line-height: 24px;
    padding-bottom: 11px;
}

    .blog-link-title + .arrow-container {
        right: 9px !important;
        bottom: 9px !important;
    }

.link-arrow {
    width: fit-content;
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}

    .link-arrow img {
        height: auto;
        width: auto;
    }

    .link-arrow a:hover img {
        background-image: url(/Content/imgs/gray_arrow_outline_hover.png);
        z-index: 10;
        background-size: 32px;
    }

.sign-up-container, .sign-up-container-desktop {
    float: right;
    width: 30%;
    min-width: 324px;
    /*min-width: 250px;*/
}

.g-recaptcha > div {
    width: 100% !important;
}

.sign-up {
    background-color: whitesmoke;
    display: block;
    overflow: auto;
    width: 100% !important;
}

.sign-up-header {
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    font-size: 1.5em;
    width: 180px;
    margin: 20px auto;
}

.sign-up-inputs {
    text-align: center;
    margin-top: 20px;
}

    .sign-up-inputs input[type='text'],
    .sign-up-inputs input[type='email'] {
        border-radius: 34px;
        box-shadow: none;
        padding-left: 40px;
        padding-right: 10px;
        height: 36px;
        margin-bottom: 20px;
    }

.bootstrap-select {
    border-radius: 34px;
    display: block !important;
    box-shadow: none;
    padding-left: 40px;
    padding-right: 10px;
    height: 36px;
    margin-bottom: 20px !important;
}

.form-control::-webkit-input-placeholder {
    color: #a7a7a7;
    font-family: "sharp-sans-bold", sans-serif;
    text-align: center;
}

#blogsearch.form-control::-webkit-input-placeholder, .search-input .form-control::-webkit-input-placeholder {
    text-align: left !important;
}

.bootstrap-select .dropdown-toggle {
    font-family: "sharp-sans-bold", sans-serif !important;
}

.sign-up-inputs input[type='text'], .sign-up-inputs input[type='email'] {
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 36px;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
    font-family: "sharp-sans-bold", sans-serif;
    border: 0;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: center !important;
}

.find-a-rep-section .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: left !important;
    font-family: "sharp-sans-medium", sans-serif !important;
}

.find-a-rep-section .form-control::-webkit-input-placeholder {
    color: #a7a7a7;
    font-family: "sharp-sans-medium", sans-serif !important;
    text-align: left;
}

.blog-search-container:before {
    content: "\f002";
    font-family: 'FontAwesome';
    color: #6f6f70;
    position: absolute;
    left: 14px;
    z-index: 4;
    top: 9px;
    font-size: 18px;
}

.g-recaptcha {
    margin-left: 0;
}

.sign-up-inputs .blue-border-btn {
    margin-top: 20px;
}

.blog-navbar a.clear-filter {
    margin-top: 5px;
    border: 1px solid #fff;
}

    .blog-navbar a.clear-filter:hover {
        color: #00c2f3 !important;
        border: 1px solid #00c2f3 !important;
        background-color: white !important;
    }

.blog-header .post-title {
    width: 100%;
}

.blog-filter-container {
    display: none;
}

#image-gallery .modal-footer {
    display: block;
}
/*Blog gallery*/
.img-gallery-container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0 !important;
    margin-bottom: 60px;
}

.gallery-img > a > img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-img-gallery-modal .modal-body {
    padding: 0;
}

.blog-img-gallery-modal .modal-content {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

p#image-gallery-title {
    text-align: center;
    color: #fff;
    padding: 0 0 8px 0;
    margin: 0 !important;
    font-size: 24px;
}

.blog-modal-nav {
    position: absolute;
    top: 10%;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(/WebResource.axd?d=Y52qY1T6SBxeZB_oevRosSUUsHkanQnhGKn1FsZPUMPLIBPVejK5jlSpCPsEXokTm-DJR4S8gAO2E8G3Dx6XKMK9uNrwcEDOSCqmbXj8OhdXuebKw4xJtPBn5GnLTEEFQR3ZECezDgJa7GP1Av8K932AiGwumUNS2j6-Qe6nBJuF8v8jRxXapcd9TKyKY3pkGoPLVQL3j3m-gql4EElRTw2&t=637437040400000000);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.blog-modal-prev {
    left: 0;
}

.blog-modal-next {
    right: 0;
}

.blog-modal-prev span {
    left: 10px;
    background-position: 0 -36px;
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.blog-modal-next span {
    right: 10px;
    background-position: 0 -36px;
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

/*.blog-modal-nav.blog-modal-prev:hover span {*/
.blog-modal-nav.blog-modal-prev span {
    background: linear-gradient(to right, rgba(21, 10, 5, 0.85) 0%, rgba(21, 10, 5, 0) 100%, rgba(21, 10, 5, 0) 100%) !important;
    left: 0;
}

/*.blog-modal-nav.blog-modal-next:hover span {*/
.blog-modal-nav.blog-modal-next span {
    background: linear-gradient(to left, rgba(21, 10, 5, 0.85) 0%, rgba(21, 10, 5, 0) 100%, rgba(21, 10, 5, 0) 100%) !important;
    right: 0;
}

/*.blog-modal-nav.blog-modal-prev:hover span:after {*/
.blog-modal-nav.blog-modal-prev span:after {
    content: "";
    height: 64px;
    width: 50px;
    background-image: url(https://cms-test.accurex.com/Content/imgs/left-white-arrow.png);
    background-size: 34px !important;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right;
}

/*.blog-modal-nav.blog-modal-next:hover span:after {*/
.blog-modal-nav.blog-modal-next span:after {
    content: "";
    height: 64px;
    width: 50px;
    background-image: url(https://cms-test.accurex.com/Content/imgs/right-white-arrow.png);
    background-size: 34px !important;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right;
}

.gallery-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 8040;
}

    .gallery-modal-close:before {
        content: "";
        width: 50px;
        height: 50px;
        background: linear-gradient(to left, rgba(21, 10, 5, 0.85) 0%, rgba(21, 10, 5, 0) 100%, rgba(21, 10, 5, 0) 100%);
        display: inline-block;
        z-index: -1;
        position: absolute;
    }

    .gallery-modal-close:after {
        content: "";
        width: 36px;
        height: 36px;
        background-image: url(https://cms-test.accurex.com/Content/imgs/close.png);
        background-size: 36px !important;
        right: 6px !important;
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 6px;
    }

.gallery-img {
    width: 100%;
    background: grey;
    margin-top: 2%;
}

/*.blog-modal-nav:hover span {*/
.blog-modal-nav span {
    visibility: visible;
    background: none;
    height: 64px;
    width: 64px;
}

.gallery-img > a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.accordion-title-block {
    display: inline-block;
    padding: 20px 40px;
    font-size: 18px;
    width: 100%;
    text-decoration: none;
    position: relative;
}

    .accordion-title-block:hover, .accordion-title-block:focus {
        text-decoration: none;
    }

    .accordion-title-block[aria-expanded="true"]:before {
        content: "-";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 12px 6px 23px 26px;
        font-size: 26px;
    }

    .accordion-title-block[aria-expanded="false"]:before {
        content: "+";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 17px 2px 10px 26px;
        font-size: 22px;
    }

.blog-post-accordion-panel-group {
    margin-bottom: 60px;
}

    .blog-post-accordion-panel-group .panel {
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .blog-post-accordion-panel-group .panel-heading {
        padding: 0 !important;
        border: 0 !important;
        background-color: #eaeaea !important;
        border-radius: 0 !important;
    }

    .blog-post-accordion-panel-group .panel-body {
        border: 0 !important;
        padding: 29px 0 13px 0;
        font-size: 14px;
        line-height: 26px;
        font-family: "sharp-sans-medium", sans-serif;
    }

    .blog-post-accordion-panel-group .panel + .panel {
        margin-top: 22px !important;
    }

.gallery-img:before {
    content: "";
    float: left;
    padding-top: 100%;
}

h2.blog-post-section-title {
    font-size: 26px;
    font-family: sharp-sans-medium, sans-serif;
}

.blog-post-video-list {
    margin-bottom: 60px;
}

.video-list.blog-post-video-list .video-item {
    width: 31.33%;
    margin-right: 2%;
    padding: 0;
    margin-top: 8px;
}

    .video-list.blog-post-video-list .video-item:hover {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

.blog-video-author, .blog-video-author-title {
    font-size: 13px;
}

.gallery-img:before {
    content: "";
    float: left;
    padding-top: 100%;
}

h2.blog-post-section-title {
    font-size: 26px;
    font-family: sharp-sans-medium, sans-serif;
}

.blog-post-video-list {
    margin-bottom: 60px;
}

.video-list.blog-post-video-list .video-item {
    width: 31.33%;
    margin-right: 2%;
    padding: 0;
    margin-top: 8px;
}

    .video-list.blog-post-video-list .video-item:hover {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

.blog-video-author, .blog-video-author-title {
    font-size: 13px;
}

.width-100per {
    width: 100% !important;
}

.h-auto {
    height: auto !important;
}

nav.navbar.navbar-inverse.new-breadcrumb.z-4 {
    z-index: 13 !important;
}

.lambeau-body-copy img {
    display: block;
    max-width: 100%;
    height: auto;
}

    .lambeau-body-copy img.accordian-img {
        display: inline-block;
        max-width: 50% !important;
        height: auto;
        float: left;
        margin-right: 20px;
        margin-top: 8px;
    }

.lambeau-body-copy h2 {
    font-size: 26px !important;
    font-family: sharp-sans-medium, sans-serif !important;
    margin-top: 33px;
    margin-bottom: 16px;
}

.lambeau-body-copy h3 {
    font-size: 16px !important;
    font-family: sharp-sans-bold, sans-serif !important;
    margin-top: 34px;
    margin-bottom: 12px;
    line-height: 28px
}

.lambeau-body-copy .width-100per.video-item > .video-content {
    border: 0 !important;
}

    .lambeau-body-copy .width-100per.video-item > .video-content .video-description {
        font-size: 17px !important;
        font-family: sharp-sans-medium, sans-serif !important;
        margin-top: 14px;
        color: #333
    }

.lambeau-body-copy .video-description {
    font-size: 14px !important;
    color: #333
}

.lambeau-body-copy ul {
    /*margin-top: 30px;
    margin-bottom: 1px;*/
    margin-top: 13px;
    margin-bottom: 1px;
}

.lambeau-body-copy li {
    /*padding-left: 16px;
    line-height: 26px;
    padding-bottom: 24px;*/
    padding-left: 0px;
    line-height: 26px;
    padding-bottom: 3px;
}

.lambeau-body-copy .blue-border-btn {
    margin: 0;
    padding: 4px 29px;
    font-family: sharp-sans-medium, sans-serif !important;
    font-size: 14px;
    margin-bottom: 99px;
}

.lambeau-body-copy p {
    margin-bottom: 21px;
}

    .lambeau-body-copy p + h2 {
        margin-top: 36px !important;
    }

.lambeau-body-copy .case-study-info {
    text-align: center;
}

.lambeau-body-copy .case-section {
    width: 100%;
    margin-bottom: 47px;
}

.lambeau-body-copy .case-project-lbl,
.lambeau-body-copy .case-project-firm-type,
.lambeau-body-copy .case-project-rep-lbl {
    text-transform: uppercase;
    font-size: 14px;
}

.lambeau-body-copy .case-project-name,
.lambeau-body-copy .case-project-firm,
.lambeau-body-copy .case-project-rep {
    font-size: 18px;
    margin-bottom: 0;
}

.lambeau-body-copy .gallery-img {
    background: transparent !important;
}

@media (max-width: 991px) {
    .lambeau-body-copy img {
        margin: auto;
    }

    .blog-header .header-content {
        width: calc(100% - 30px) !important;
        padding: 30px 0 0 0 !important
    }

    .lambeau-body-copy h2 {
        font-size: 19px !important;
        margin-top: 13px;
        margin-bottom: 6px;
    }

    .lambeau-body-copy p + h2 {
        margin-top: 27px !important;
    }

    .lambeau-body-copy h3 {
        font-size: 14px !important;
        margin-top: 8px;
        margin-bottom: 6px;
    }

    .lambeau-body-copy .width-100per.video-item > .video-content .video-description,
    .lambeau-body-copy .video-list .video-item .video-description {
        font-size: 15px !important;
        margin-top: 14px;
        padding: 0;
    }

    .lambeau-body-copy .video-description {
        padding: 10px !important;
    }

    .lambeau-body-copy ul li {
        padding: 0 0 2px 0;
        line-height: 24px;
    }

    .lambeau-body-copy .blue-border-btn {
        margin-bottom: 30px;
    }

    .lambeau-body-copy .case-study-info {
        text-align: center;
        padding-top: 30px;
        margin: 0 15px;
        border-top: solid 2px #cac9c9;
    }

    .lambeau-body-copy .sign-up {
        margin: 0 15px 60px 15px !important;
        float: none !important;
        box-sizing: border-box;
        width: calc(100% - 30px) !important;
    }

    .lambeau-body-copy ul {
        margin: 0;
        padding: 0 15px 0 34px !important;
    }

    .lambeau-body-copy .col-md-7.col-sm-12.col-lg-8,
    .lambeau-body-copy .col-md-5.col-sm-12.col-lg-4 {
        padding: 0 !important;
    }

    .lambeau-body-copy .case-project-lbl,
    .lambeau-body-copy .case-project-firm-type,
    .lambeau-body-copy .case-project-rep-lbl {
        text-transform: uppercase;
        font-size: 13px;
    }

    .lambeau-body-copy .sign-up-header {
        text-align: center;
        font-weight: bold;
        line-height: 22px;
        font-size: 16px;
        margin: 20px 0 0 0;
        width: 100%;
    }

    .lambeau-body-copy .case-project-name,
    .lambeau-body-copy .case-project-firm,
    .lambeau-body-copy .case-project-rep {
        font-size: 15px;
    }

    .lambeau-body-copy .videos.video-list.blog-post-video-list {
        margin-bottom: 30px;
    }

    .lambeau-body-copy .col-gh-lg-3 {
        padding: 0;
    }

    .lambeau-body-copy .gallery-img:before {
        content: "";
        float: left;
        padding-top: 70%;
    }

    .lambeau-body-copy .gallery-modal-close {
        z-index: 8044;
    }

    .lambeau-body-copy .col-gh-lg-9 {
        padding: 20px 0 0 0;
    }

        .lambeau-body-copy .col-gh-lg-9 p {
            padding: 0;
        }

    .video-list .video-item .video-embed {
        height: auto !important;
    }

    .blog-post-accordion-panel-group,
    .img-gallery-container,
    h2.blog-post-section-title,
    .blog-post-video-list {
        padding: 0 30px !important;
        margin: 0
    }

        .blog-post-accordion-panel-group h4.panel-title {
            padding: 0;
        }

            .blog-post-accordion-panel-group h4.panel-title .accordion-title-block {
                padding: 10px 20px;
                font-size: 15px;
            }

    .accordion-title-block {
        display: inline-block;
        padding: 5px 20px;
        font-size: 14px;
        width: 100%;
        text-decoration: none;
        position: relative;
        line-height: 20px;
    }

        .accordion-title-block[aria-expanded="true"]:before {
            padding: 6px 2px 0px 6px !important;
        }

        .accordion-title-block[aria-expanded="false"]:before {
            padding: 10px 2px 0px 6px !important;
        }

    .video-list.blog-post-video-list .video-item {
        width: 100%;
        margin-right: 0;
    }

    .header-content {
        position: absolute;
        width: 100%;
        padding: 0 18px;
    }


    .blog-date, .blog-type {
        font-size: 18px;
    }

    .blog-header .post-title {
        font-size: 22px;
        line-height: 26px;
    }

    .blog-content {
        width: 100%;
        margin-left: 0;
    }

    .blog-copy p {
        padding: 0 15px;
        line-height: 24px;
    }

    .blog-copy ol, .blog-copy ul {
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 21px;
    }

    .blog-copy h2,
    .blog-copy h3,
    .blog-copy h4 {
        padding: 0 15px;
        line-height: 24px;
    }

    .blog-copy table img {
        padding: 0;
    }

    .blog-copy, .blog-right-column {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding-right: 0;
    }

        .blog-copy table {
            width: 100%;
        }

            .blog-copy table tr {
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .blog-copy table td {
                width: 100%;
            }

            .blog-copy table img {
                width: 100%;
                padding: 0;
                box-sizing: border-box;
            }

                .blog-copy table img + p {
                    padding-top: 10px;
                    padding-bottom: 20px;
                }
    /*.blog-header {
        min-height: 230px;
    }*/
    .blog-header .header-img {
        max-width: 100%;
        flex-shrink: 0;
        z-index: -1;
        display: block;
        max-height: 100%;
        object-fit: cover;
    }

    .g-recaptcha {
        margin: auto;
        text-align: center;
        display: inline-block;
    }

    .form-control::-webkit-input-placeholder {
        color: #a7a7a7;
        font-family: "sharp-sans-bold", sans-serif;
        text-align: center;
    }

    .bootstrap-select .dropdown-toggle {
        font-family: "sharp-sans-bold", sans-serif !important;
    }

    .sign-up-inputs input[type='text'], .sign-up-inputs input[type='email'] {
        border-radius: 6px;
        box-shadow: none;
        padding-left: 10px;
        padding-right: 10px;
        height: 36px;
        margin-bottom: 20px;
        text-align: center;
        color: #777777;
        font-family: "sharp-sans-bold", sans-serif;
        border: 0;
    }

    .event-header .header-content {
        position: relative;
        width: 100%;
        padding: 14px 18px;
    }

    .event-header .event-lbl {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 0;
        font-family: sharp-sans-bold;
    }

    .event-header .event-title {
        margin-bottom: 6px;
        font-size: 18px;
        line-height: 1.4;
        font-family: sharp-sans-medium;
    }

    .event-header .event-date {
        font-size: 12px;
        margin-bottom: 0;
        font-family: sharp-sans-medium;
    }

    .event-container .event-content {
        width: calc(100% - 36px);
        margin-left: 18px;
        padding-top: 20px;
    }

    .event-container .event-copy {
        width: 100%;
        padding-right: 0;
        float: none;
    }

    .event-copy button {
        padding: 5px 18px;
        font-size: 14px;
    }

    .event-right-column {
        float: none;
        width: 100%;
        padding: 25px 0;
    }

    .blog-navbar.new-breadcrumb {
        display: none;
        position: relative;
        top: 0 !important;
        height: 0;
    }

    .navbar.navbar-inverse.new-breadcrumb.blog-navbar {
        position: absolute;
        top: -11px !important;
        display: block !important;
    }

    .navbar.navbar-inverse.new-breadcrumb.z-4 {
        display: none;
    }

    body {
        padding-top: 55px !important;
    }

    .blog-filter-controls {
        margin: 0 auto;
        width: 100%;
        background-color: #00c2f3;
        padding: 0 18px 18px 18px;
    }

    .blog-navbar.navbar-inverse.new-breadcrumb .navbar-nav > li > .dropdown-menu {
        margin-left: 0;
        margin-top: -24px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        box-shadow: none;
    }

    .blog-navbar.navbar-inverse.new-breadcrumb .navbar-nav > li > a {
        color: #607D8B;
        width: 100% !important;
        text-align: center;
        background-color: #fff;
        margin: 10px 0;
        border-radius: 25px;
    }

    .blog-navbar.navbar-inverse.new-breadcrumb .navbar-nav > li.dropdown:hover > a {
        border-radius: 15px;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

    .blog-navbar.navbar-inverse.new-breadcrumb .icon-chevron-down {
        fill: #607D8B;
    }

    .blog-filter-controls .navbar-nav {
        float: none;
        width: 100%;
    }

    .blog-filter-close-link {
        display: none;
    }

    .blog-filter-controls .navbar-nav:before,
    .blog-filter-controls .navbar-nav .dropdown:before {
        display: none;
    }

    .blog-filter-controls .navbar-nav > li {
        width: 100%;
        margin-left: 0 !important;
    }

        .blog-filter-controls .navbar-nav > li:last-child {
            display: none;
        }

    .blog-search-container {
        width: 100% !important;
        margin-top: 6px;
    }

        .blog-search-container #blogsearch {
            width: 100% !important;
        }

    .blog-filter-container {
        display: block;
        position: relative;
        top: 0 !important;
        height: 57px;
        background-color: #00c2f3;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sign-up {
        background-color: whitesmoke !important;
        display: block;
        overflow: auto;
        width: calc(100% - 40px) !important;
        margin: 20px;
    }

    h2.blog-post-section-title {
        margin: 40px 0 10px 0 !important;
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {

    .blog-filter-controls {
        display: flex;
        flex-direction: column-reverse;
    }

        .blog-filter-controls .navbar-nav {
            flex-direction: column-reverse;
            display: flex;
        }

    .blog-search-container {
        margin-top: 12px;
        margin-bottom: 10px !important;
    }
    /*New Blog: 22Jan2021: Start*/

    .blog-post-accordion-panel-group, .img-gallery-container, h2.blog-post-section-title, .blog-post-video-list {
        padding: 0 30px !important;
    }

    .img-gallery-container {
        width: calc(100%);
        padding: 0 30px !important;
        flex-direction: column;
    }

    .accordion-title-block {
        display: inline-block;
        padding: 5px 20px;
        font-size: 14px;
        width: 100%;
        text-decoration: none;
        position: relative;
        line-height: 20px;
    }

    h2.blog-post-section-title {
        font-size: 16px;
    }

    .accordion-title-block[aria-expanded="true"]:before {
        padding: 2px 6px 23px 5px;
    }

    .accordion-title-block[aria-expanded="false"]:before {
        padding: 5px 6px 23px 5px;
    }

    .video-list.blog-post-video-list .video-item {
        width: 100%;
        margin-right: 0;
    }

    .blog-post-accordion-panel-group .panel + .panel {
        margin-top: 9px !important;
    }

    .blog-post-accordion-panel-group, .img-gallery-container, .blog-post-video-list {
        margin-bottom: 45px;
    }

    .blog-post-video-list {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    /*New Blog: 22Jan2021: End*/
}


@media (min-width: 48rem) {
    .gallery-img {
        width: 49%;
    }

        .gallery-img:nth-child(odd) {
            background: grey;
            margin-right: 2%;
        }
}

@media (min-width: 62rem) {
    .gallery-img {
        width: 23.5%;
    }

        .gallery-img:not(:nth-child(4n)) {
            background: grey;
            margin-right: 2%;
        }
}
