/* All HubSpot Forms
========================================================================== */


/* Form Field (selector for form field wrapper) */

.hbspt-form {
    box-sizing: border-box;
    margin-top: 15px;
}

.hbspt-form select,
.hbspt-form textarea,
.hbspt-form input[type="text"],
.hbspt-form input[type="password"],
.hbspt-form input[type="datetime"],
.hbspt-form input[type="datetime-local"],
.hbspt-form input[type="date"],
.hbspt-form input[type="month"],
.hbspt-form input[type="time"],
.hbspt-form input[type="week"],
.hbspt-form input[type="number"],
.hbspt-form input[type="email"],
.hbspt-form input[type="url"],
.hbspt-form input[type="search"],
.hbspt-form input[type="tel"],
.hbspt-form input[type="color"],
.hbspt-form .eventpage input,
.hbspt-form .uneditable-input {
    margin-bottom: 0;
}

.hs-form select,
.hs-form textarea,
.hs-form input[type="text"],
.hs-form input[type="password"],
.hs-form input[type="datetime"],
.hs-form input[type="datetime-local"],
.hs-form input[type="date"],
.hs-form input[type="month"],
.hs-form input[type="time"],
.hs-form input[type="week"],
.hs-form input[type="number"],
.hs-form input[type="email"],
.hs-form input[type="url"],
.hs-form input[type="search"],
.hs-form input[type="tel"],
.hs-form input[type="color"],
.hs-form .eventpage input,
.hs-form .uneditable-input {
    margin-bottom: 0;
}

.hbspt-form .hs-form,
.hs-form {
    max-width: 500px;
    overflow: hidden;
    padding: 0 0 30px 0;
    margin: 0 auto;
}

.hbspt-form .hs-form .field {
    position: relative;
    margin-bottom: 30px;
}

.hbspt-form .hs-form input:not([type="image"]),
.hbspt-form .hs-form textarea {
    box-sizing: border-box;
}

.hbspt-form .hs-form p,
.hbspt-form .hs-form label,
.hbspt-form .hs-form span {
    font-size: 15px !important;
    line-height: 1;
    font-family: "Roboto", "Helvetica", "Sans-Serif";
    color: #444 !important;
    font-weight: normal !important;
    display: inline-block;
}

.hbspt-form .hs-form .input {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.hbspt-form .hs-form input[type="text"],
.hbspt-form .hs-form input[type="text"],
.hbspt-form .hs-form input[type="password"],
.hbspt-form .hs-form input[type="datetime"],
.hbspt-form .hs-form input[type="datetime-local"],
.hbspt-form .hs-form input[type="date"],
.hbspt-form .hs-form input[type="month"],
.hbspt-form .hs-form input[type="time"],
.hbspt-form .hs-form input[type="week"],
.hbspt-form .hs-form input[type="number"],
.hbspt-form .hs-form input[type="email"],
.hbspt-form .hs-form input[type="url"],
.hbspt-form .hs-form input[type="search"],
.hbspt-form .hs-form input[type="tel"],
.hbspt-form .hs-form input[type="color"],
.hbspt-form .hs-form input[type="file"],
.hbspt-form .hs-form textarea,
.hbspt-form .hs-form select,
.hbspt-form .hs-form select.hs-input,
.hbspt-form .hs-form input.hs-input[type=file] {
    width: 100%;
    height: 30px;
    padding: 5px;
    box-sizing: border-box;
    height: 30px;
    background-color: #f3f3f3;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #444;
    font-size: 15px;
    margin-bottom: 0;
    -webkit-appearance: none;
}

.hbspt-form .hs-form input[type="text"]:focus,
.hbspt-form .hs-form input[type="text"]:focus,
.hbspt-form .hs-form input[type="password"]:focus,
.hbspt-form .hs-form input[type="datetime"]:focus,
.hbspt-form .hs-form input[type="datetime-local"]:focus,
.hbspt-form .hs-form input[type="date"]:focus,
.hbspt-form .hs-form input[type="month"]:focus,
.hbspt-form .hs-form input[type="time"]:focus,
.hbspt-form .hs-form input[type="week"]:focus,
.hbspt-form .hs-form input[type="number"]:focus,
.hbspt-form .hs-form input[type="email"]:focus,
.hbspt-form .hs-form input[type="url"]:focus,
.hbspt-form .hs-form input[type="search"]:focus,
.hbspt-form .hs-form input[type="tel"]:focus,
.hbspt-form .hs-form input[type="color"]:focus,
.hbspt-form .hs-form input[type="file"]:focus,
.hbspt-form .hs-form textarea:focus,
.hbspt-form .hs-form select:focus,
.hbspt-form .hs-form select.hs-input:focus,
.hbspt-form .hs-form input.hs-input[type=file]:focus {
    outline: none;
}

.hbspt-form .hs-form p.pd-radio {
    width: 70%;
    margin-left: 29%;
}

.hbspt-form .hs-form p.pd-radio label.inline {
    margin-left: 10px;
}

.hbspt-form .hs-form .hs-form-required{
    color: #febc4a!important;
    margin-left: 3px; 
}

.hbspt-form .hs-form select {
    background: #f3f3f3 url("../png/select-3.png") no-repeat scroll right center;
}

.hbspt-form .hs-form textarea,
.hbspt-form .hs-form textarea.hs-input {
    height: 120px;
    width: 100%;
}

.hbspt-form .hs-form p.submit {
    text-align: center;
    padding: 2px 0;
}

.hbspt-form .hs-form input[type="submit"] {
    background: #038dcd none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    margin: 20px auto 0;
    padding: 14px 0px;
    text-align: center;
    width: 180px;
    font-weight: 400;
    border: 0;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

.hbspt-form .hs-form input[type="submit"]:hover {
    outline: none;
    background: #038dcd;
    border: 0;
    box-shadow: none;
}

.hbspt-form .hs-form p.errors {
    background: #f3f3f3 !important;
    color: #FF3B31;
    text-align: center;
}

.hbspt-form .hs-form p.error.no-label {
    display: none;
}

.hbspt-form .hs-form p.error.no-label.pd-radio {
    display: block;
}

.hbspt-form .hs-form p.error.no-label.pd-radio input {
    outline: 1px solid #FF3B31;
    outline-offset: 3px;
}

.hbspt-form .hs-form p.error.no-label.pd-radio input:checked {
    outline: none;
}

.hbspt-form .hs-form p.form-field.error input,
.hbspt-form .hs-form p.form-field.error select,
.hbspt-form .hs-form p.form-field.error textarea {
    border: 1px solid #FF3B31;
}

.hbspt-form .hs-form.stacked .hs-form-field label {
    width: 100%;
}

.hbspt-form .hs-form.stacked .field {
    position: relative;
    margin-bottom: 18px;
}

.hbspt-form .hs-form.stacked .hs-form-field .hs-error-msgs {
    position: absolute;
    bottom: -14px;
    left: 0;
    font-size: 12px;
    width: 100%;
}

.hbspt-form .hs-form.stacked .hs-form-field .hs-error-msgs label {
    width: 100%;
    font-size: 11px!important;
    margin: 0;
    line-height: 1;
    width: 100%;
    color: #FF3B31!important;
}

.hbspt-form .hs-form.stacked .actions {
    margin-left: 0;
    padding: 0;
}

.hbspt-form .submitted-message{
    text-align: center;
}

.company-contact .hbspt-form .hs-form.stacked .field{
    margin-bottom: 18px;
}

.company-contact .hbspt-form .hs-form.stacked .hs-form-field label{
    display: inline-block;
    width: 25%;
    vertical-align: top;
    text-align: right;
    margin-right: 3%;
}
.company-contact .hbspt-form .hs-form.stacked .hs-error-msgs label{
    width: 100%;
    text-align: left;
    margin-left: 27%;
}
.company-contact .hbspt-form .hs-form.stacked .hs-form-field .hs-error-msgs{
    bottom: -21px;
}
.company-contact .hbspt-form .hs-form .input{
    display: inline-block;
    width: 70%;
    vertical-align: top;
}

.hbspt-form .legal-consent-container  label{
    text-align: left;
    width: 100%!important;
}

.hbspt-form .legal-consent-container  .input{
    width: 100%!important;
    text-align: left;
}

.legal-consent-container .hs-dependent-field .inputs-list input[type=radio], 
.legal-consent-container .hs-dependent-field .inputs-list input[type=checkbox]{
    display: inline-block;
    vertical-align: middle;
}

.legal-consent-container .hs-dependent-field p, 
.legal-consent-container .hs-dependent-field label, 
.legal-consent-container .hs-dependent-field span{
    display: inline-block;
    width: 100%;
}

.legal-consent-container .hs-dependent-field span{
    display: inline-block;
    width: calc(100% - 20px)!important;
    text-align: left!important;
    font-size: 13px!important;
}

.tile[data-tile=comp-contact-form] form .legal-consent-container .hs-richtext p, 
.tile[data-tile=comp-contact-form] form .legal-consent-container .hs-richtext p.con_phone{
    width: 100%;
    float: none;
}


.hbspt-form .hs-form .legal-consent-container  p{
    font-size: 14px!important;
    text-align: left;
    color: #444 !important;
    font-family: "Roboto", "Helvetica", "Sans-Serif"!important;
    color: #626262!important;
}






.hbspt-form *,
form *,
hs-form *{
    -webkit-font-smoothing: anti-aliased;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    font-family: 'Poppins';
}

.hbspt-form .hs-form input[type="text"]:focus,
.hbspt-form .hs-form input[type="text"]:focus,
.hbspt-form .hs-form input[type="password"]:focus,
.hbspt-form .hs-form input[type="datetime"]:focus,
.hbspt-form .hs-form input[type="datetime-local"]:focus,
.hbspt-form .hs-form input[type="date"]:focus,
.hbspt-form .hs-form input[type="month"]:focus,
.hbspt-form .hs-form input[type="time"]:focus,
.hbspt-form .hs-form input[type="week"]:focus,
.hbspt-form .hs-form input[type="number"]:focus,
.hbspt-form .hs-form input[type="email"]:focus,
.hbspt-form .hs-form input[type="url"]:focus,
.hbspt-form .hs-form input[type="search"]:focus,
.hbspt-form .hs-form input[type="tel"]:focus,
.hbspt-form .hs-form input[type="color"]:focus,
.hbspt-form .hs-form input[type="file"]:focus,
.hbspt-form .hs-form textarea:focus,
.hbspt-form .hs-form select:focus,
.hbspt-form .hs-form select.hs-input:focus,
.hbspt-form .hs-form input.hs-input[type=file]:focus {
    outline: none;
    outline-style: none !important;
}
.hbspt-form .hs-form input[type="text"],
.hbspt-form .hs-form input[type="text"],
.hbspt-form .hs-form input[type="password"],
.hbspt-form .hs-form input[type="datetime"],
.hbspt-form .hs-form input[type="datetime-local"],
.hbspt-form .hs-form input[type="date"],
.hbspt-form .hs-form input[type="month"],
.hbspt-form .hs-form input[type="time"],
.hbspt-form .hs-form input[type="week"],
.hbspt-form .hs-form input[type="number"],
.hbspt-form .hs-form input[type="email"],
.hbspt-form .hs-form input[type="url"],
.hbspt-form .hs-form input[type="search"],
.hbspt-form .hs-form input[type="tel"],
.hbspt-form .hs-form input[type="color"],
.hbspt-form .hs-form input[type="file"],
.hbspt-form .hs-form textarea,
.hbspt-form .hs-form select,
.hbspt-form .hs-form select.hs-input,
.hbspt-form .hs-form input.hs-input[type=file] {
    width: 100%;
    height: 30px;
    padding: 5px;
    box-sizing: border-box;
    height: 30px;
    background-color: #f3f3f3;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #3e485b;
    font-size: 15px;
    margin-bottom: 0;
    -webkit-appearance: none;
}
.hubspot-form-container .hbspt-form{
    border: none;
    box-shadow: none;
    padding: 50px 0;
}

.hubspot-form-container .hbspt-form .hs-form{
    width: 100%;
}

.hbspt-form{
    width: 100%;
    max-width: 650px;
}

.hubspot-form-container .hbspt-form .hs-form .input {
    margin-right: 0;
}

.hubspot-form-container .hs-form-field {
    width: 48% !important;
    margin-right: 20px;
}

.hubspot-form-container .hs-form-field:last-child{
    margin-right: 0;
}

.hubspot-form-container .hbspt-form .hs-form .input .hs-input,
.hubspot-form-container .hbspt-form .hs-form.stacked .hs-form-field label {
    text-align: left;
    font-weight: 400;
}

.hubspot-form-container .hbspt-form .hs-form p,
.hubspot-form-container .hbspt-form .hs-form label,
.hubspot-form-container .hbspt-form .hs-form span {
    color: #a3afc7;
    font-weight: normal;
}

.hubspot-form-container .hbspt-form .hs-form .input .hs-input {
    padding: 15px !important;
    font-size: 14px;
    height: 40px;
    color: #3e485b !important;
}
.hbspt-form .hs-form input[type="checkbox"]{
    height: auto !important;
}

.hubspot-form-container .hs-input[type="text"],
.hubspot-form-container .hs-input[type="email"],
.hubspot-form-container .hs-input[type="tel"],
.hbspt-form .hs-form textarea {
    width: 100% !important;
    border: 1px solid #a3afc7 !important;
    background: transparent !important;
    border-radius: 6px !important;
}

.hubspot-form-container select.hs-input,
.hubspot-form-container .hbspt-form .hs-form .input select.hs-input {
    border: 1px solid #a3afc7 !important;
    border-radius: 6px !important;
    opacity: 1 !important;
    padding: 0 0 0 15px !important;
    font-size: 14px !important;
    width: 100%;
}

.hubspot-form-container .hbspt-form .hs-form select {
    background-image:
            linear-gradient(45deg, transparent 50%, #a3afc7 50%),
            linear-gradient(135deg, #a3afc7 50%, transparent 50%),
            linear-gradient(to right, #ffffff, #ffffff);
    background-position:
            calc(100% - 20px) calc(1em + 2px),
            calc(100% - 15px) calc(1em + 2px),
            100% 0;
    background-size:
            5px 5px,
            5px 5px,
            2.5em 2.5em;
    background-repeat: no-repeat;
    background-color: transparent;
}

.hubspot-form-container .hs-fieldtype-booleancheckbox{
    width: 100% !important;
    margin-bottom: 0 !important;
}

.hubspot-form-container .hs-fieldtype-booleancheckbox .hs-error-msgs{
    margin-left: 45px;
}

.hubspot-form-container input[type="checkbox"]{
    position: absolute;
    opacity: 1;
}

.hubspot-form-container input[type="checkbox"]:before {
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #a3afc7;
    position: absolute;
    left: -4px;
    top: -2px;
}

.hubspot-form-container input[type="checkbox"]:checked:before{
    background: #1f67f3;
    border: 1px solid #1f67f3;
}

.hubspot-form-container input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 12px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow:
            2px 0 0 white,
            4px 0 0 white,
            4px -2px 0 white,
            4px -4px 0 white,
            4px -6px 0 white,
            4px -8px 0 white;
    transform: rotate(45deg);
}

.legal-consent-container .hs-form-booleancheckbox-display span {
    display: inline-block;
    margin-left: 0;
}

.hubspot-form-container input[type="checkbox"] + span{
    margin-left: 40px;
    line-height: 27px;
}
.hubspot-form-container input[type="checkbox"] + span{
    display: flex !important;
}
.hubspot-form-container input[type="checkbox"] + span p,
.hubspot-form-container input[type="checkbox"] + span span
{
    width: auto !important;
}

.hbspt-form .hs-form fieldset{
    max-width: 100%;
    width: 100%;
}


.hbspt-form .hs-form *,
.hbspt-form .hs-form p,
.hbspt-form .hs-form label,
.hbspt-form .hs-form span {
    font-family: 'Poppins';
}

.hbspt-form .hs-form .input .hs-input{
    max-width: 100%;
}

.hbspt-form .hs-form .input .hs-input .form-columns-2{
    margin: 0;
}

.hbspt-form .hs-form .input .hs-input,
.hbspt-form .hs-form.stacked .hs-form-field label{
    text-align: center;
}

.hbspt-form .hs-form.stacked.hs-form-private select.hs-input{
    padding: 0;
}

.hbspt-form .hs-form .hs-button.primary.large{
    text-transform: uppercase;
}

.legal-consent-container .hs-dependent-field .inputs-list input[type=radio],
.legal-consent-container .hs-dependent-field .inputs-list input[type=checkbox],
.hs-form-booleancheckbox-display span{
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.legal-consent-container .hs-dependent-field .inputs-list input[type=radio],
.legal-consent-container .hs-dependent-field .inputs-list input[type=checkbox]{
    margin-right: 10px;
}

.hs_error_rollup .hs-error-msgs.inputs-list label{
    text-align: center;
    font-size: 14px !important;
    color: #6f7c95 !important;
}
.hbspt-form .hs-form input[type="submit"]:hover,
.hbspt-form .hs-form input[type="submit"]:active{
    font-family: 'Poppins' !important;
}

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

.hbspt-form .submitted-message,
.hbspt-form .submitted-message p {
    text-align: center;
}

.hbspt-form .hs-form.stacked .field {
    position: relative;
    margin-bottom: 28px;
}
.hbspt-form .hs-form p.errors {
    background: #f3f3f3 !important;
    color: #FF3B31 !important;
    text-align: center;
}

.hbspt-form .hs-form p.error.no-label {
    display: none;
}

.hbspt-form .hs-form p.error.no-label.pd-radio {
    display: block;
}

.hbspt-form .hs-form p.error.no-label.pd-radio input {
    outline: 1px solid #FF3B31;
    outline-offset: 3px;
}

.hbspt-form .hs-form p.error.no-label.pd-radio input:checked {
    outline: none;
}

.hbspt-form .hs-form p.form-field.error input,
.hbspt-form .hs-form p.form-field.error select,
.hbspt-form .hs-form p.form-field.error textarea {
    border: 1px solid #FF3B31;
}
.hbspt-form .hs-form.stacked .hs-form-field .hs-error-msgs {
    padding-top: 6px;
}

.hbspt-form .hs-form.stacked .hs-form-field .hs-error-msgs label {
    width: 100%;
    font-size: 11px!important;
    margin: 0;
    line-height: 1;
    width: 100%;
    color: #FF3B31!important;
}
.hbspt-form .hs-form .hs-button.primary.large{
    font-size: 12px;
    font-weight: 400;
    padding: 14px 20px;
    background: #1f67f3;
    box-shadow: none;
    border-color: #1f67f3;
    text-transform: uppercase;
    border-radius: 22px;
}
.hbspt-form .hs-form .actions {
    margin-top: 0;
    padding-top: 0;
}

.hbspt-form .hs-form .legal-consent-container p{
    -webkit-font-smoothing: anti-aliased;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    font-family: 'Poppins'!important;
}

@media (max-width: 767px) {
    .hubspot-form-container .hbspt-form {
        padding: 50px 0 30px 0;
    }
    .hubspot-form-container .hs-form-field {
        width: 100% !important;
        margin-right: 0px;
    }
    .hubspot-form-container input[type="checkbox"] + span {
        line-height: 14px;
    }
    .hubspot-form-container .legal-consent-container .hs-dependent-field span{
        margin-top: 0;
        font-size: 12px !important;
        line-height: 18px;
    }
    .hubspot-form-container .hbspt-form .hs-submit {
        margin: 0px auto 0 !important;
    }
    .hubspot-form-container .hs-submit input[type="submit"]{
        float: left;
    }

    .hbspt-form{
        max-width: 100%;
        padding-top: 20px;
        box-shadow: none;
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .legal-consent-container .hs-dependent-field span,
    .hbspt-form .hs-form .legal-consent-container p{
        white-space: normal;
        margin-top: -2px;
        min-width: 250px;
    }

    .legal-consent-container .hs-dependent-field span.hs-form-required {
        min-width: auto;
    }

    .hubspot-form-container .hbspt-form .hs-form p,
    .hubspot-form-container .hbspt-form .hs-form label,
    .hubspot-form-container .hbspt-form .hs-form span {
        font-size: 14px;
    }

    .hbspt-form .hs-form.stacked.hs-form-private select.hs-input {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hubspot-form-container .hbspt-form {
        max-width: 100%;
    }
}
#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(../png/webinar-2.png) left 8px no-repeat;
    background-size: 30px;
}

.tile0 .p-logo.featured-report {
    background: url(../png/insights-2.png) left 8px no-repeat;
    background-size: 30px;
}

.tile0 .p-logo.featured-whitepaper {
    background: url(../png/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(../png/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(../png/whitepaper.png) left 4px no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

.report .cat-blk {
    background: url(../png/insights-2.png) left 3px no-repeat;
    background-size: 20px;
    margin-right: 10px;
}

.webinar .cat-blk {
    background: url(../png/webinar-2.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("../png/close_nav-3.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(../png/webinar-blue.png) left 4px no-repeat;
        background-size: 20px;
    }

    .tile0 .p-logo.featured-report:before {
        background: url(../png/insights-blue.png) left 4px no-repeat;
        background-size: 20px;
    }

    .tile0 .p-logo.featured-whitepaper:before {
        background: url(../png/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;
    }
}
/* select drop down */


/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    width: 250px;
    margin: 25px auto 35px;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    color: #08183f;
    font-size: 12px;
    font-weight: 400;
    background-color: #fff;
    text-transform: capitalize;
}

.select-selected.select-arrow-active {
    font-weight: 700;
}
/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 19px;
    margin-left: 6px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: #000000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000000 transparent;
    top: 15px;
}
.select-selected.select-arrow-active {
    border-radius: 5px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    font-size: 12px;
    letter-spacing: 1.4px;
    padding: 12px 16px;
    cursor: pointer;
    user-select: none;
    text-align: left;
}

.select-items div {
    font-weight: 300;
    padding: 8px 16px;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    color: #000000;
    box-shadow: 0px 20px 20px rgba(0,0,0,0.06);
    border-radius: 0 0 5px 5px;
    padding-bottom: 10px;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}



.select-items div:hover span,
.same-as-selected span {
    border-bottom: 2px solid #1f67f3;
}

@media (max-width: 1100px) {
    .select-selected:after {
        right: 10px;
    }
}

@media (max-width: 767px){
    .custom-select {
        position: relative;
        font-family: 'Poppins';
        width: 95%;
        margin: 0 auto 30px;
    }
}