#insights-main.reports,
#insights-main.webinars,
#insights-main.whitepapers {
    margin-top: 150px;
}

#nosearchresults {
    text-align: center;
    font-size: 16px;
}

#sub-header.secondary-header .sublink-list {
    width: 50%;
}

.tile0 {
    margin-top: 130px;
    padding-bottom: 20px;
}

.tile0 .single-slide {
    height: 550px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.tile0 .content {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 100%;
}

.tile0 .product-content {
    width: 700px;
}

.tile0 .p-logo {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 30px;
    padding-left: 40px;
}

.tile0 .p-logo.featured-webinar {
    background: url(http://web.inmobicdn.net/website/website/6.0.1/v6/img/insights/Webinar.png) left 8px no-repeat;
    background-size: 30px;
}

.tile0 .p-logo.featured-report {
    background: url(http://web.inmobicdn.net/website/website/6.0.1/v6/img/insights/Insights.png) left 8px no-repeat;
    background-size: 30px;
}

.tile0 .p-logo.featured-whitepaper {
    background: url(http://web.inmobicdn.net/website/website/6.0.1/v6/img/insights/Whitepaper.png) left 8px no-repeat;
    background-size: 30px;
}

.tile0 .content h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.24;
    color: #ffffff;
    margin-bottom: 40px;
}

.tile1 {
    margin-top: 0px;
}

.resources-container {
    margin-top: 20px;
    text-align: center;
}

.resources-blk {
    width: 100%;
    max-width: 350px;
    display: inline-block;
    border: solid 1px #e2e9f8;
    border-radius: 4px;
    position: relative;
    margin-bottom: 5%;
    margin-right: 4%;
    overflow: hidden;
}

.fulllink {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}

.insights-main .resources-blk:nth-child(3n),
.resources-blk.third-resource {
    margin-right: 0;
}

.resources-blk:hover {
    box-shadow: 0 30px 60px 0 rgba(11, 77, 204, 0.16);
    -webkit-box-shadow: 0 30px 60px 0 rgba(11, 77, 204, 0.16);
    -moz-box-shadow: 0 30px 60px 0 rgba(11, 77, 204, 0.16);
}

.res-top-container {
    position: absolute;
    width: 90%;
    top: 10px;
    left: 50%;
    margin-left: -45%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
}

.res-top-container .loc-blk {
    font-size: 12px;
    background: url(http://web.inmobicdn.net/website/website/6.0.1/v6/img/insights/Location.png) right 3px no-repeat;
    background-size: 10px;
    padding-right: 18px;
    text-align: right;
}

.whitepaper .cat-blk,
.report .cat-blk,
.webinar .cat-blk {
    background: url(http://web.inmobicdn.net/website/website/6.0.1/v6/img/insights/Whitepaper.png) left 4px no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

.report .cat-blk {
    background: url(http://web.inmobicdn.net/website/website/6.0.1/v6/img/insights/Insights.png) left 3px no-repeat;
    background-size: 20px;
    margin-right: 10px;
}

.webinar .cat-blk {
    background: url(http://web.inmobicdn.net/website/website/6.0.1/v6/img/insights/Webinar.png) left 3px no-repeat;
    background-size: 20px;
}

.res-image-container {
    background: #e2e9f8;
    width: 100%;
    height: 360px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
}

.res-image-container img {
    position: absolute;
    top: 0;
    left: 0;
}

.res-content-container {
    width: 100%;
    padding: 30px 25px;
    position: absolute;
    z-index: 1;
    bottom: -50px;
    background: #ffffff;
    transition: bottom 350ms ease-in-out;
}

.resources-blk:hover .res-content-container,
.fulllink:hover .res-content-container {
    bottom: 0;
}

.res-content p {
    display: -webkit-box;
    font-size: 18px;
    font-weight: 600;
    height: 3em;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.resources-blk:hover .res-content p {
    display: block;
    height: auto;
    overflow: unset;
    text-overflow: unset;
}

.res-content .res-topic {
    text-align: left;
    font-size: 12px;
    color: #0b4dcc;
    min-height: 36px;
    margin: 0px 0px 20px 0px;
}

.res-content .res-topic span {
    padding: 0px 5px;
    line-height: 10px;
    display: inline-block;
}

.res-content .res-topic span:last-child {
    display: none;
}

.res-content .date-blk {
    text-align: left;
    font-size: 12px;
    color: #a3afc7;
    margin-bottom: 15px;
}

.res-action-blk {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.res-action-blk::before,
.res-action-blk::after {
    content: '';
}

.res-action-blk a,
.res-action-blk .playvideo {
    color: #1f67f3;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 2px solid #ffffff;
}

.res-action-blk a:hover,
.res-action-blk .playvideo:hover {
    color: #1f67f3;
    text-decoration: none;
    border-bottom: 2px solid #1f67f3;
}

.tile4 {
    padding: 100px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.tile4 h3 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.33;
}

.tile4 p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    color: #3e485b;
    margin: 20px 0;
}

.tile4 input {
    margin-bottom: 30px;
    padding: 20px 15px;
    border-radius: 5px;
    outline: none;
    outline-style: none;
    width: 350px;
    border: solid 1px #6f7c95;
}

.more-btn {
    margin-top: 30px;
}

.center {
    text-align: center;
}

.btn-b {
    background-color: #ffffff;
    color: #0b4dcc;
    border: 1px solid #0b4dcc;
    padding: 10px 25px;
}

.btn-b:hover,
.btn-b:active {
    color: #ffffff;
    background-color: #0b4dcc;
}

.tile0 .glide__bullets {
    bottom: 6em;
}

.glide__bullet {
    background-color: #ffffff;
}

.glide__bullet--active {
    background-color: #ffd522;
}

.glide__bullet:hover,
.glide__bullet:focus {
    border: none;
    background-color: #ffd522;
}

.videoContainer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
    transform: scale(0);
    transition: transform 400ms ease-in-out;
}

.videoContainer.show {
    z-index: 999;
    transform: scale(1);
}

.crossbtn {
    background: url("https://web.inmobicdn.net/website/website/6.0.1/img/close_nav.png") center no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
}

.videoContainer #overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
}

.videoContainer iframe {
    position: absolute;
    top: calc(50% - 265px);
    left: calc(50% - 480px);
    z-index: 99;
    max-width: 960px;
    max-height: 520px;
    width: 100%;
    height: 100%;
    border: 0;
}

/* hubspot form */
.hubspot-form-container .hbspt-form {
    padding-top: 0;
}

.hubspot-form-container .hbspt-form .hs-form {
    display: flex;
    flex-direction: column;
}

.hbspt-form .hs-submit {
    margin: 0px auto 0 !important;
}

.tile4.hubspot-form-container input[type="checkbox"] {
    max-width: 40px !important;
}

.hubspot-form-container input[type="checkbox"]:before {
    left: 0;
}

.hs_email label {
    text-align: center ! important;
}

.hubspot-form-container .hs-form-field {
    width: 100% !important;
}

.tile4.hubspot-form-container .cookie-reset-container {
    text-align: center;
}

.tile4.hubspot-form-container .cookie-reset-container span {
    padding-left: 0 !important;
}

.paginate {
    text-align: center;
}

.paginate strong {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: solid 1px #000000;
    font-size: 12px;
    padding: 5px 9px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.paginate a {
    color: #000000;
    border: 1px solid #e2e9f8;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 12px;
    padding: 5px 9px;
    text-align: center;
    background-color: #e2e9f8;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.paginate a:last-child {
    padding: 5px 14px;
    border-radius: 22px;
    width: auto;
    text-transform: uppercase;
}

.paginate a:hover {
    background: #1f67f3;
    color: #ffffff;
    border: 1px solid #1f67f3;
}


@media (min-width: 1400px) {
    .tile0 .single-slide {
        height: 680px;
    }

    .resources-blk {
        max-width: 390px;
        margin-right: 5%;
    }

    .res-image-container {
        height: 385px;
    }
}

@media (max-width: 1200px) {
    .tile1-container {
        padding: 0 40px;
    }

    .tile0 .content {
        padding: 0 27px;
    }

    .resources-blk:nth-child(3n) {
        margin-right: 5%;
    }

    .resources-blk:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 1024px) {
    .tile0 .single-slide {
        background-position: center top;
    }

    .tile0 .product-content {
        width: 500px;
    }

    .tile0 .content h2 {
        font-size: 42px;
    }

    .resources-blk {
        max-width: 320px;
    }

    .res-image-container {
        height: 345px;
    }

    .tile4 p {
        text-align: center;
    }

    .tile4.hubspot-form-container .cookie-reset-container {
        text-align: center;
    }

    .tile4.hubspot-form-container .cookie-reset-container span {
        padding-left: 0 !important;
    }
}

@media (max-width: 768px) {
    .tile4 {
        padding-right: 20px;
        padding-left: 20px;
    }

    #insights-main.reports,
    #insights-main.webinars,
    #insights-main.whitepapers {
        margin-top: 130px;
    }
}

@media (max-width: 767px) {
    .tile0 {
        margin-top: 110px;
    }

    .tile0 .single-slide {
        background-image: none !important;
        height: auto;
    }

    .tile0 .content {
        justify-content: center;
    }

    .tile0 .img-wrap {
        height: 300px;
        width: 100%;
        background-size: cover;
        background-position: 66% top;
        margin-bottom: 20px;
    }

    .tile0 .product-content {
        width: 90%;
        text-align: center;
    }

    .tile0 .p-logo {
        background: none !important;
        font-size: 16px;
        color: #1f67f3;
        margin-bottom: 20px;
        padding-left: 26px;
        width: auto;
        display: inline-block;
        position: relative;
    }

    .tile0 .p-logo:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
    }

    .tile0 .p-logo.featured-webinar:before {
        background: url(http://web.inmobicdn.net/website/website/6.0.1/v6/img/insights/Webinar-blue.png) left 4px no-repeat;
        background-size: 20px;
    }

    .tile0 .p-logo.featured-report:before {
        background: url(http://web.inmobicdn.net/website/website/6.0.1/v6/img/insights/Insights-blue.png) left 4px no-repeat;
        background-size: 20px;
    }

    .tile0 .p-logo.featured-whitepaper:before {
        background: url(http://web.inmobicdn.net/website/website/6.0.1/v6/img/insights/Whitepaper-blue.png) left 4px no-repeat;
        background-size: 20px;
    }

    .tile0 .content h2 {
        font-size: 24px;
        line-height: 1.5;
        color: #000000;
        text-align: center;
    }

    .tile0 .glide__bullets {
        bottom: unset;
        top: 270px;
    }

    .tile1 {
        margin-top: 30px;
    }

    .tile1-container {
        padding: 0 20px;
    }

    .resources-container {
        margin-top: 0px;
        padding-top: 10px;
    }

    .resources-blk {
        max-width: 364px;
        margin-right: 0;
    }

    .res-image-container {
        height: 400px;
    }

    .resources-blk:nth-child(3n) {
        margin-right: 0;
    }

    .res-content-container {
        padding: 20px;
        bottom: 0px;
    }

    .tile4 {
        padding: 80px 20px 0px 20px;
    }

    .tile4 h3 {
        font-size: 24px;
        font-weight: 400;
    }

    .tile4 p {
        line-height: 1.5;
    }

    .videoContainer iframe {
        top: 0;
        left: 0;
        z-index: 99;
        max-height: 100%;
        width: 100%;
        height: 100%;
        border: 0;
        bottom: 0;
        right: 0;
    }

    .crossbtn {
        z-index: 999;
    }
}

@media (max-width: 395px) {
    .res-image-container {
        background: none;
    }
}

@media (max-width: 350px) {
    .res-image-container {
        height: 350px;
    }
}