
.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%;
    }
}
.full-fluid .primary {
    width: 100%;
}
.hero-tile{
	padding-top: 80px;
	display: flex;
	justify-content: space-between;
}
.first-blog{
	width: 65%;
	border-radius: 5px;
	border: 1px solid #efefef;
	position: relative;
}
.first-blog .content{
	padding: 30px;
}
.first-blog .img-cont {
	/*height: 400px;*/
	position: relative;
	background: #e2e9f8;
	text-align: center;
	padding-bottom: calc(100% * 10 / 23);
}
.first-blog 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);
}
.first-blog .content p{
	color: #6f7c95;
}
.category{
	color: #0b4dcc;
	min-height: 40px;
}
.v-line{
	width: 1px;
	background-color: #efefef; 
}
.editors-pick{
	width: 25%;
	border-radius: 5px;
	border: 1px solid #efefef;
	margin-bottom: 0;
}
.list-content{
	padding: 20px;
}
.list-item{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.list-item img{
	margin-right: 20px;
}

.list-item div {
	flex: 1;
}

.list-item a {
	display: -webkit-box;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.25;
	line-clamp: 2;
	-webkit-line-clamp: 2;
}

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

}
.author-details{
	display: flex;
	justify-content: space-between;
	margin-top: auto;
	color: #a3afc7;
}
.blog-heading{
	font-weight: 300;
	font-size: 36px;
	line-height: 1.4;
	margin: 20px 0;
}
.blog-heading a {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.4;
}
.tile2{
	border-top: 1px solid #efefef;
	padding: 70px 0;
	margin-top: 100px;
}
.tile2 h3{
	text-align: center;
}
/* recent articles */

/*.s-blog-cont{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: auto;
	justify-content: space-between;
}*/
.s-inner-cont{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: auto;
	justify-content: space-between;
}
.image-outer-wrap {
	position: relative;
}
.s-blog-cont .img-wrap{
	/*height: 200px;*/
	position: relative;
	overflow: hidden;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-align: center;
	background: #e2e9f8;
	padding-bottom: calc(100% * 50 / 91);
}
.s-blog-cont .img-wrap 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);
}
.s-blog{
    width: 30%;
    border: solid 1px #e2e9f8;
    border-radius: 4px;
    position: relative;
    margin-bottom: 5%;
}
.s-blog h4{
	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: 30px;
}
.s-blog:hover{
    box-shadow: 0 30px 60px 0 rgba(11, 77, 204, 0.2);
}

.blog-content{
	padding: 20px;
	height: 230px;
	display: flex;
	flex-direction: column;
}
.blog-content .btn-sec{
	display: flex;
	justify-content: space-between;
}
/* other interesting topics */
.single-slide{
    border: solid 1px #e2e9f8;
    max-width: 90%;
    margin: 0 auto;
    border-radius: 6px;
    display: flex;
}
.single-slide .img-wrap img{
	height: 400px;
	object-fit: cover;
	object-position: center;
}
.text-center{
	text-align: center;
}
.tile3 .content{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 30px 30px 30px 50px;
}
/*.tile3 .content img{
    margin-bottom: 25px;
    width: auto;
    max-height: 1.667vw;
}*/
.tile3 .p-logo{
    font-size: 20px;
    font-weight: bold;
    color: #0b4dcc;
    margin-bottom: 20px;
}
.tile3 .logo-p-content{
	display: flex;
}
.tile3 .logo-p-content .icon{
	margin-right: 10px;
	width: 16%;
}
.tile3 .logo-p-content .icon img{
	margin-right: 10px;
}
.tile3 .content h4{
    font-size: 1.250vw;
    line-height: 1.5;
    text-align: left;
    color: #3e485b;
    padding-bottom: 16px;
}
.tile3 .content .product-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 80%;
    align-items: flex-start;
}
.tile3 .content p{
    color: #6f7c95;
}
.tile3 .content a{
    margin-top: 40px;
}
.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;
}
.single-slide{
display: flex !important;
flex-direction: row;
}
.slick-slide img {
    display: initial;
}
.glide__bullets{
	display: none;
}
.glide__arrow--left, .glide__arrow--right{
    border: none;
    box-shadow: none;
}
.glide__arrow--left::before{
    content: '\2023';
    font-family: none;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #6f7c95;
    width: 20px;
    border-radius: 100%;
    height: 20px;
    color: #0b4dcc;
    transform: rotate(-180deg);
    line-height: 16px;
    font-family: icomoon!important;
    opacity: .75;
}
.glide__arrow--right::before{
    content: '\2023';
    font-family: none;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #6f7c95;
    width: 20px;
    border-radius: 100%;
    height: 20px;
    color: #0b4dcc;
    line-height: 16px;
    font-family: icomoon!important;
    opacity: .75;
}
.more-btn{
	text-align: center;
}
a{
	color: inherit;
}
a:hover{
	color: inherit;
}
/* 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; 
}
.hubspot-form-container input[type="checkbox"]{
	width: 0;
}
.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;
}

/* 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;
}

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

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

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

/* 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}
}

@media (max-width: 1400px) {
	.category {
		font-size: 11px;
	}
}


@media (min-width: 768px) and (max-width: 1024px){
	.first-blog{
		width: 100%;
		margin-bottom: 30px;
	}
	.hero-tile{
		flex-direction: column;
		padding-top: 35px;
	}
	.editors-pick{
		width: 100%;
	}
	.v-line{
		display: none;
	}
	.s-blog {
	    width: 48%;
	    margin-bottom: 4%;
	}
	.tile4 h3, .tile4 p{
		text-align: center;
	}
	.single-slide{
		flex-direction: column;
	}
	/*.single-slide img{
		height: 400px;
		object-fit: cover;
	}*/
	.tile3 .content{
		width: 100%;
	}
	.glide__arrow--right{
		right: 0;
	}
	.glide__arrow--left{
		left: 0;
	}

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

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

	.category {
		font-size: 12px;
	}

}

@media (max-width: 768px){
	.first-blog{
		width: 100%;
		margin-bottom: 30px;
	}
	.first-blog .content{
		padding: 20px;
	}
	.blog-content{
		height: auto;
	}
	.blog-heading{
		line-height: inherit;
		font-size: inherit;
	}
	.blog-heading a{
		font-size: 24px;
		line-height: inherit;
	}
	.s-blog{
		width: 100%;
	}
	.s-blog h4{
		margin: 20px 0 0px 0;
		line-height: 1.4;
	}
	.editors-pick{
		width: 100%;
	}
	.v-line{
		display: none;
	}
	.hero-tile{
		flex-direction: column;
		padding-top: 50px;
	}
	.tile2 {
		padding: 20px 0 70px 0;
		margin-top: 30px;
	}
	.tile4{
		padding-right: 20px;
		padding-left: 20px;
	}
	.tile4, .tile4 p{
		text-align: center;
	}
	.single-slide{
		flex-direction: column;
	}
	.tile3 .content{
		width: 100%;
		padding: 30px 20px 30px 25px;
	}
	.tile3 .content h4{
		font-size: 16px;
	}
	.tile3 .content .product-content{
		width: 100%;
	}
	.glide__bullet.glide__bullet--active{
		background-color: #ffd522; 
	}
	.glide__arrow--right::before, .glide__arrow--left::before{
		border: none;
		font-size: 32px;
		content: '\203A';
	}
	.glide__bullets{
		left: 80%;
	}
	.glide__bullet{
		background-color: #e2e9f8;
	}
	.glide__arrow{
		top: inherit;
		bottom: -1%;
		padding: 0;
	}
	.glide__arrow--left {
	    left: 66%;
	    bottom: 0%;
	}
	.glide__arrow--left::before{
		
	}
	.glide__arrow--right {
	    right: 6%;
	    bottom: 1.5%;
	}

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

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

	.category {
		font-size: 12px;
		min-height: unset;
	}

	.blog-content h4 {
		margin-bottom: 20px;
	}
	
	.blog-home .hero-tile {
		padding-left: 20px;
		padding-right: 20px;
	}

	.blog-home #mobile-filter-nav {
		right: unset;
		left: 20px;
	}

}
/* 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 .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;
}
/* 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;
    }
}
.no-blog {
    text-align: center;
    display: none;
}

.filter-container .select-items {
    height: 300px;
    overflow: scroll;
}

.s-inner-cont{
    width: 95%;
    margin-top: 30px;
    justify-content: flex-start;
}

.s-blog {
    margin: 0px 20px 40px 20px;
}

.page-filter {
    padding: 0 30px;
}

ul.filter-category li {
    text-transform: capitalize;
}

@media (max-width: 1399px) {
	.s-blog {
        margin: 0px 16px 40px 16px;
    }
}

@media (max-width: 1024px) {
    .s-blog {
        margin: 0px 18px 40px 18px;
        width: 45%;
    }
}

@media (max-width: 768px) {
    .s-inner-cont {
        width: 90%;
    }
    
    .s-blog {
        margin: 0px 0 20px 0;
        width: 100%;
    }
}
