
.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%;
    }
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
}

.modal-header {
    margin-bottom: 40px;
    padding: 25px 15px;
}

.modal-header h2 {
    text-transform: none;
    text-align: center;
    font-weight: 600;
}

/* Modal Content */
.modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    width: 46%;
    overflow: auto; /* Enable scroll if needed */
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    padding-bottom: 40px;
}

/* The Close Button */
.close {
    position: absolute;
    color: #A3AFC7;
    float: right;
    font-size: 28px;
    font-weight: normal;
    right: 15px;
    top: 10px;
}

.close:hover,
.close:focus {
    color: #6F7C95;
    text-decoration: none;
    cursor: pointer;
}

.modal-body {padding: 2px 16px;}

.modal-content .getintouch-form{
    margin: 0 auto; 
}

.modal-content.hubspot-form-container .hbspt-form .hs-form{
    padding: 0 20px;    
}

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


/* Add Animation */
@-webkit-keyframes slideIn {
    from {right: -300px; opacity: 0}
    to {right: 0; opacity: 1}
}

@keyframes slideIn {
    from {right: -300px; opacity: 0}
    to {right: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}





.full-width {
    width: 100% !important;
}

.posts .single h1 {
    font-size: 36px;
    line-height: 1.3;
    color: #000000;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.posts .single h2 {
    font-size: 30px;
    line-height: 1.3;
    color: #000000;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.posts .single h3 {
    font-size: 24px;
    line-height: 1.3;
    color: #000000;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: none;
}

.posts .single p {
    font-size: 18px;
    line-height: 1.5;
    color: #3e485b;
    padding-bottom: 20px    ;
}

.posts .single p strong {
    font-weight: 700;
}

.posts .single h4 {
    font-size: 18px;
    line-height: 1.3;
    color: #000000;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: none;
}

.posts .single ul,
.posts .single li,
.posts .single li span,
.posts .single p span {
    font-size: 18px;
}

.posts .single ul {
    margin-bottom: 30px;
    list-style: unset;
}

.posts .single li {
    margin-bottom: 10px;
    margin-left: 40px;
    line-height: 1.5;
    color: #3e485b;
    font-weight: 300;
}

.single-view-top-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
}

.single-view-bottom-wrap {
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
}

.single-view-top-wrapper,
.single-view-bottom-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.detail-content-wrapper {
    flex: 3;
    margin-right: 60px;
}

.side-links-wrapper {
    flex: 1;
}

.about-author-wrapper {
    margin-top: 100px;
}

.single-view-left-content,
.single-view-img-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-view-img-wrapper {
    position: relative;
}

.single-view-left-content {
    margin-right: 50px;
}

.single .single-view-left-content h1 {
    text-align: left;
    font-size: 36px;
    line-height: 1.3;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
    flex-grow: 1;
}

.cat-blk {
    margin-top: 15px;
}

.cat-blk ul {
    margin-bottom: 0 !important;
}

.cat-blk ul li {
    display: inline-block;
    font-size: 14px;
    border-right: 1px solid #0b4dcc;
    padding: 0px 10px;
    margin-bottom: 10px;
    margin-left: 0 !important;
    color: #0b4dcc;
}

.cat-blk ul li:first-child {
    padding-left: 0;
}

.cat-blk ul li:last-child {
    padding-right: 0;
    border-right: none;
}

.single-view-img-wrapper div {
    border-radius: 10px;
    background: #ffffff;
    /*border: 1px solid #e2e9f8;*/
    overflow: hidden;
    position: relative;
    padding-bottom: calc(100% * 50 / 91);
}

.single-view-img-wrapper img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.author-content-wrapper {
    display: flex;
    flex-direction: row;
    color: #6f7c95;
    font-size: 14px;
}

.author-content,
.date-content {
    flex: 1;
}

.author-content {
    display: flex;
    flex-direction: row;
}

.author-details {
    flex: 1;
    display: flex;
    align-items: center;
}

.author-content .author-pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    border: 1px solid #eee;
}

.date-content {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-author-wrapper .author-pic {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #eee;
}

.single .about-author-wrapper h4 {
    font-weight: 700;
    padding-bottom: 50px;
}

.author-bio {
    width: 70%;
}

.tag-wrapper {
    margin-top: 100px;
}

.posts .single .tag-wrapper ul li {
    display: inline-block;
    background: #f1f5fd;
    font-size: 12px;
    color: #6f7c95;
    padding: 10px;
    border-radius: 5px;
    margin: 0px 10px;
}

.posts .single .tag-wrapper ul li:first-child {
    background: none;
    font-size: 18px;
    color: #000000;
    padding: 0;
    margin-left: 0;
}

.editors-pick,
.related-articles,
.signup-block,
.download-block {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #efefef;
    margin-bottom: 50px;
}

.list-content{
    padding: 20px;
}

.list-item{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.list-item .b-content {
    width: 90%;
}
.list-item a {
    color: #3e485b;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.25;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.list-item a:hover {
    color: #0b4dcc;
}

.list-item img{
    margin-right: 20px;
}

.signup-block {
    padding: 30px;
}

.signup-title {
    font-size: 18px;
    font-weight: 700;
    color: #fc4b38;
    margin-bottom: 30px;
}

.signup-block input{
    margin: 10px 0px;
    padding: 15px;
    border-radius: 5px;
    outline: none;
    outline-style: none;
    width: 100%;
    border: solid 1px #6f7c95;
}

.download-image img {
    border-radius: 10px;
}

.download-content {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #3e485b;
}

.related-articles a {
    font-size: 14px;
    color: #6f7c95;
}

.related-articles a:hover {
    color: #0b4dcc;
}

.title{
    padding: 30px 20px;
    background-color: #e2e9f8;
    color: #3e485b;
    font-weight: bold;

}

.related-articles-wrapper {
    background: #f1f5fd;
    padding-top: 100px;
    padding-bottom: 100px;
}

.related-articles-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.related-articles-container {
    width: calc(1/3*100% - (1 - 1/3)*50px);
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    border: 1px solid #e2e9f8;
    background: #ffffff;
    position: relative;
}

.related-articles-container:hover {
    box-shadow: 0 30px 60px 0 rgba(11, 77, 204, 0.2);
}

.related-articles-img {
    /*height: 230px;*/
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    background: #e2e9f8;
    padding-bottom: calc(100% * 50 / 91);
    position: relative;
}

.related-articles-img img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
	right: 0;
	-webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.related-articles-heading {
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px;
}

.related-articles-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.posts .single .related-articles-category ul {
    margin-bottom: 0;
    font-size: 12px;
}

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

}
.posts .single .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;
}

.tile4 input::placeholder {
    text-align: center;
}

.tile4 input:-ms-input-placeholder {
    text-align: center;
}

.related-articles-category {
    height: 45px;
}

.posts .single .related-articles-category ul li {
    display: inline-block;
    font-size: 12px;
    border-right: 1px solid #0b4dcc;
    padding: 0px 10px;
    margin-bottom: 0px;
    margin-left: 0;
    color: #0b4dcc;
}

.posts .single .related-articles-category ul li:first-child {
    padding-left: 0;
}

.posts .single .related-articles-category ul li:last-child {
    padding-right: 0;
    border-right: none;
}

.related-articles-title {
    /*font-size: 18px;
    margin-bottom: 40px;
    min-height: 100px;
    font-weight: 700;
    color: #3e485b;
    flex-grow: 1;*/
    display: -webkit-box;
    font-size: 18px;
    font-weight: 600;
    color: #3e485b;
    height: 3em;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 40px;
}

.related-articles-bottom-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.related-articles-author,
.related-articles-readtime {
    color: #a3afc7;
    font-size: 13px;
}

.social-media-block {
    display: flex;
    flex-direction: column;
}

.share-icons {
    display: flex;
    flex-direction: row;
}

.share-heading {
    font-size: 18px;
    color: #3e485b;
    font-weight: 700;
}

.media-icons {
    width: 40px;
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    cursor: pointer;
}

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

.signup-block .hbspt-form .hs-form, .hs-form {
    max-width: 100%;
}

.blog .single .hbspt-form .hs-form label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px !important;
}

.blog .single .hbspt-form .hs-form span {
    font-family: 'Poppins', sans-serif;
    font-size: 16px !important;
    color: #3e485b;
    padding-left: 20px;
}

.blog .single .hbspt-form .hs-form input[type="email"] {
    font-family: 'Poppins', sans-serif;
    height: 50px;
    background-color: #ffffff;
    text-align: center;
    border: solid 1px #6f7c95;
    color: #3e485b;
}

.blog .single .hbspt-form .hs-form .legal-consent-container p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    line-height: 22px;
}

.blog .single .hbspt-form .hs-form li {
    margin-left: 0 !important;
}

.blog .single input[type="checkbox"]{
    position: absolute;
    opacity: 1;
    left: 0;
    width: 0;
}

.blog .single 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: 0px;
    top: -2px;
}

.blog .single input[type="checkbox"]:checked:before{
    background: #1f67f3;
    border: 1px solid #1f67f3;
}

.blog .single input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    left: 9px;
    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);
}

.blog .single .hbspt-form .hs-form.stacked .hs-form-field .hs-error-msgs {
    position: relative;
}

.blog .single .cookie-reset-container {
    text-align: left;
}

.blog .single .cookie-reset-container span {
    padding-left: 0 !important;
}

.blog .single .hs-richtext {
    margin-top: -30px;
}

.blog .single .actions {
    display: flex;
}

.blog .single .hbspt-form .hs-form input[type="submit"] {
    background: #1f67f3 none repeat scroll 0 0;
    border-radius: 25px;
    padding: 12px 20px;
    width: auto;
    font-size: 14px;
}

.hs-error-msgs li {
    text-align: center;
}

.hbspt-form .hs-form .hs-error-msgs li label {
    color: #FF3B31 !important;
}

.blog .single .signup-block .hbspt-form .hs-form span,
.blog .single .signup-block .hbspt-form .hs-form .legal-consent-container p,
.blog .single .signup-block .hbspt-form .hs-form input[type="email"] {
    font-size: 14px !important;
}

.signup-block .hbspt-form .hs-form .hs_email label,
.signup-block .hbspt-form .hs-form .input,
.blog .single .signup-block .hbspt-form .hs-form input[type="email"] {
    text-align: left;
}

.blog .single .hbspt-form .hs-form .hs_email span {
    padding-left: 0;
}

.blog .single .signup-block .actions {
    display: unset;
}

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

.blog .single .signup-block .hbspt-form .hs-form.stacked .hs-form-field label {
    text-align: left;
}

@media (max-width: 1400px) {
    .related-articles-content {
        padding: 20px;
    }
}

@media (max-width: 1200px) {
    .outer-padding {
        padding-left: 40px;
        padding-right: 40px;
    }

    .detail-content-wrapper {
        flex: 2;
    }

    .single .single-view-left-content h1 {
        font-size: 32px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .single-view-bottom-wrapper.max1170 {
        max-width: 100%;
        margin: 0 auto;
    }
    .single-view-bottom-wrapper.outer-padding {
        padding-left: 0px;
        padding-right: 0px;
    }
    .posts .single ul, .posts .single li, .posts .single li span, .posts .single p span,
    .posts .single .tag-wrapper ul li:first-child,
    .posts .single p {
        font-size: 16px;
    }

    .single-view-top-wrap {
        margin-top: 0;
        margin-bottom: 0;
        border: none;
    }

    .single-view-top-wrapper,
    .single-view-bottom-wrapper {
        flex-direction: column-reverse;
    }

    .side-links-wrapper,
    .detail-content-wrapper {
        max-width: 1170px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .side-links-wrapper {
        border-bottom: 1px solid #eeeeee;
        margin-bottom: 50px;
    }

    .single-view-left-content,
    .detail-content-wrapper {
        margin-right: 0;
    }

    .single-view-img-wrapper {
        margin-bottom: 15px;
    }

    .single .single-view-left-content h1 {
        font-size: 24px;
    }

    .author-content-wrapper {
        margin-top: 20px;
    }

    .tag-wrapper,
    .about-author-wrapper {
        margin-top: 50px;
    }

    .author-bio {
        width: 100%;
        padding-bottom: 30px;
    }

    .related-articles-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .related-articles-container {
        width: 70%;
        margin-bottom: 40px;
    }

    .related-articles-container:last-child {
        margin-bottom: 0;
    }

    .related-articles-block {
        flex-direction: column;
        align-items: center;
    }

    .related-articles-img {
        /*height: auto;*/
    }

    .related-articles-title {
        min-height: auto;
    }

    .tile4 {
        width: 90%;
        margin: 0 auto;
    }

    .posts .single .tile4 h3 {
        font-size: 28px;
    }

    .tile4 p {
        text-align: center;
    }

    .tab-hide {
        display: none;
    }

    .blog .single .hbspt-form .hs-form, .hs-form {
        max-width: 70%;
    }
}

@media (max-width: 767px) {
    .single-view-bottom-wrapper.max1170 {
        max-width: 100%;
        margin: 0 auto;
    }
    .single-view-bottom-wrapper.outer-padding {
        padding-left: 0px;
        padding-right: 0px;
    }
    .posts .single ul, .posts .single li, .posts .single li span, .posts .single p span,
    .posts .single .tag-wrapper ul li:first-child,
    .posts .single p {
        font-size: 16px;
    }

    .posts .single li {
        margin-left: 10px;
    }

    .outer-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .single-view-top-wrap {
        margin-top: 50px;
        margin-bottom: 0px;
        padding-bottom: 30px;
        border: none;
    }

    .single-view-top-wrapper,
    .single-view-bottom-wrapper {
        flex-direction: column-reverse;
    }

    .single-view-bottom-wrap {
        padding-bottom: 30px;
    }

    .side-links-wrapper,
    .detail-content-wrapper {
        max-width: 1170px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .side-links-wrapper {
        border-bottom: 1px solid #eeeeee;
        margin-bottom: 30px;
    }

    .single-view-left-content,
    .detail-content-wrapper {
        margin-right: 0;
    }

    .posts .single .cat-blk li {
        font-size: 12px;
    }

    .single .single-view-left-content h1 {
        font-size: 18px;
    }

    .author-content,
    .author-content-wrapper {
        flex-direction: column;
    }

    .date-content {
        margin-top: 20px;
        text-align: left;
    }

    .tag-wrapper,
    .about-author-wrapper {
        margin-top: 30px;
    }

    .single .about-author-wrapper h4 {
        padding-bottom: 30px;
    }

    .author-bio {
        width: 100%;
    }

    .related-articles-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .related-articles-heading {
        margin-bottom: 30px;
    }

    .related-articles-container {
        width: 100%;
        margin-bottom: 20px;
    }

    .related-articles-container:last-child {
        margin-bottom: 0;
    }

    .related-articles-block {
        flex-direction: column;
        align-items: center;
    }

    .related-articles-img {
        height: auto;
    }

    .related-articles-title {
        min-height: auto;
    }

    .related-articles-content {
        padding: 10px;
    }

    .tile4 {
        padding: 70px 0 0px 0;
        width: 90%;
        margin: 0 auto;
    }

    .posts .single .tile4 h3{
        font-size: 18px;
        text-align: center;
        margin-bottom: 0;
    }

    .posts .single .tile4 p {
        font-size: 14px;
        text-align: center;
        padding-bottom: 0;
    }

    .tile4 input {
        margin-bottom: 20px;
        padding: 15px;
        width: 90%;
    }

    .mob-hide {
        display: none;
    }

    .blog .single .hbspt-form .hs-form, .hs-form {
        max-width: 95%;
    }

    .blog .single .hbspt-form .hs-form span,
    .blog .single .hbspt-form .hs-form .legal-consent-container p {
        font-size: 14px !important;
    }

    .blog .single .cookie-reset-container {
        text-align: center;
    }
}



/* 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("https://i.l.inmobicdn.net/website/website/6.0.1/v3/img/global/select.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 .hs-form input[type="submit"] {
    background: #0b4dcc 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: #1f67f3;
    border: 0;
    box-shadow: none;
}