body { font-family: "Montserrat","Segoe UI","Helvetica Neue",Arial,sans-serif !important; }

    .products-page-container .products-block .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

@media (min-width: 640px) {
    .products-page-container .products-block .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

label.umbraco-forms-label {
    font-weight: normal !important;
    margin-top: 1rem;
}

.umbraco-forms-form .field-validation-error {
    padding-left: 0px !important;
}

.umbraco-forms-form input.contourError, .umbraco-forms-form textarea.contourError, .umbraco-forms-form input.input-validation-error, .umbraco-forms-form textarea.input-validation-error {
    margin-bottom: 7px;
}

.umbraco-forms-form fieldset {
    padding: 0 !important;
    margin: 0 0 0.5em 0;
}

.contact-details-container p{
    font-size: 1.3rem;   
}

.contact-details-container .fa {
    line-height: inherit;
}

span.umbraco-forms-submitmessage {
    padding: 20px;
    background: #7ae08b;
    display: block;
    margin-top: 30px;
    color: #fff;
    font-size: 1.2rem;
    min-height: 150px;
}

.asterisk, .umbraco-forms-indicator {
    color: #ec1c24;
}

.grecaptcha-badge {
  z-index: 99999;
}


.umbraco-forms-form textarea.form-control {
    margin: 0;
    border:none;
    height: unset;
    max-width: unset !important;
    width: 100% !important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.625rem + 0);
    padding: .8125rem 1.25rem !important;
    color: #495057;
    background-color: #f0eeee;
    background-clip: padding-box;
    border: 0 solid #ced4da !important;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

/*.products-page-container .products-block .card {
    display: flex;
    flex-direction: row;
}*/


/*.products-page-container .products-block .btn-tile {
    flex: 0 0 50%;
}
.products-page-container .products-block .card-body {
    flex: 0 0 50%;
}*/

.btn-tile {
    color: inherit;
}

.products-page-container .products-block .btn-tile {
    color: #fff !important;
}

.products-page-container .products-block .card-title {
    color: #fff !important;
}

.card-img-bg { display: none; }
.card-img-top { display: block; }

.products-page-container .products-block .card-img-bg { display: block; }
.products-page-container .products-block .card-img-top { display: none; }

.card-img-overlay { display: none; }

.products-page-container .products-block .card .card-body {
    padding: 2rem 20%;
}

.products-page-container .products-block .card-img-overlay { 
    display: block; 
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.products-page-container .products-block a:hover .card-img-overlay { 
    background: rgba(0,0,0,0.4);
}

.products-page-container .products-block .card-body {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.lv-nav>ul>li>a {
    font-weight: 600;
	text-transform: none;
	font-size: 16px;
}
.global-footer-bottom .author-logo { font-size: inherit; }
.global-footer-bottom .author-logo a { font-weight: 600; color: #fff; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
.light-bg .h1, .light-bg .h2, .light-bg .h3, .light-bg .h4, .light-bg .h5, .light-bg .h6, .light-bg h1, .light-bg h2, .light-bg h3, .light-bg h4, .light-bg h5, .light-bg h6 {
    color: #333232;
}

.card-tint { background: rgba(0,0,0,0.06) !important; }

.background-light-grey { background: #eee; }

.is-home .lv-hero-item-caption-top p {
    font-size: 1.1rem;
}
@media (min-width: 768px) {
    .is-home .lv-hero-item-caption-top p {
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) {
    .display-1 {
        font-size: 4.25rem;
        font-weight: 500;
        line-height: 1.2;
    }
}

.grid-section img { max-width: 100% !important; }


@media (max-width: 767.9px) {
    .grid-section .col-md-6 { margin-bottom: 2rem; }
}

.btn-primary {
    color: #fff;
    background-color: #ed2724;
    border-color: #ed2724;
}

.btn-primary:hover {
    background-color: #da1c19;
    border-color: #da1c19;
}

.featured-block-with-bg {
    min-height: 400px;
    background-size: cover;
    background-position: center;
}

.featured-block-with-bg p, .featured-block-with-bg h2, .featured-block-with-bg li, .featured-block-with-bg h3 {
    color: #fff !important;
}

.partners-block--image { width: 100%; height: auto; }
.partners-block--column { margin-bottom: 1.5rem; margin-top: 1.5rem;}

.lv-nav>ul>li>a:hover, .lv-nav>ul>li.has-dropdown:hover>a {
    background: rgb(255 255 255 / 8%);
}

@media (min-width: 768px) {
    .global-header-body { height: 100px; }
}
@media (min-width: 1230px) {
    .global-header-body { height: 200px; }
}
.light-grey-bg { background: #f8f8f8; }

.is-short .lv-hero-item-caption { background: none; z-index: 2;}
.is-short.lv-hero-item:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: -webkit-gradient(linear,left top, left bottom,color-stop(18%, #000),color-stop(80%, rgba(0,0,0,0)));
    background: -o-linear-gradient(top,#000 18%,rgba(0,0,0,0) 80%);
    background: linear-gradient(to bottom,#000 18%,rgba(0,0,0,0) 80%);*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.17+0,0+41 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.78) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.78) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to top,  rgba(0,0,0,0.78) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    opacity: .72;
    z-index: 1;
}

.btn {
    font-weight: 700 !important;
}
.card:not(.is-flat) {
    background: #ececec;
}
.card-white {
    background: #ffffff !important;
}

.shadow {
    box-shadow: 0 0 1rem rgba(0,0,0,.15)!important;
}

.display-1 {
    font-weight: 600;
}

.section-about .wysiwyg p {
	font-weight: 600;	
	color: #fff !important;
}

.section-about {
	color: #fff !important;
	position: relative;
}

.section-about:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    opacity: .42;
    z-index: 0;
}

/*
.lv-hero-item.is-tinted:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(bottom,#000 18%,rgba(0,0,0,0) 80%);
    background: linear-gradient(to bottom,#000 18%,rgba(0,0,0,0) 80%);
    opacity: .42;
    z-index: 1;
}
*/
.grey-bg { padding: 1.5rem 1.5rem 0.5rem 1.5rem; background: #eee; margin-bottom: 2rem; }
.grey-bg h3 { border-bottom: 1px solid #ddd; padding-bottom: 1rem; color: #222; }

.spec-col-condense {
    justify-content: flex-start;
}

.headroom--not-top .global-header .logo img { max-height: 25px; }

@media (max-width: 767.8px) {
	.headroom--top .global-header .logo img { margin-top: 22px; max-height: 45px; }
}

@media (min-width: 768px) {
	.global-header .logo img { width: 180px; }
	
	.headroom--not-top .global-header .global-header-body .logo img { max-height: 33px; }
}

@media (min-width: 1024px) {
	.global-header .logo img { width: 220px; }
}

/*@media (max-width: 767.98px) {
	p.lead { font-size: 1.6875rem; font-size: 20px; }
}*/

@media (min-width: 1670px) {
	.global-header-body .lv-nav .dropdown .dropdown {
		top: 0;
		left: 280px;
		z-index: 400;
	}
}

.alert-button {
	display: block;
	padding: 1rem;
	color: #fff;
	background-color: #5a594a;
	font-weight: bold;
	font-size: 17px;
	position: relative;
}

.alert-button:hover {
	color: #fff;
}

.alert-button:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    top: 1.2rem;
    right: 1rem;
    font-size: 1.2rem;
    line-height: 1rem;
}

.social-media a { border-radius: 100%; }
@media (max-width: 792px) {
	.social-media a { width: 2.5rem; min-width: 2.5rem; height: 2.5rem; font-size: 1.3rem !important;}
}

.headroom--not-top .global-header .global-header-body {
    background: rgb(12 12 12 / 88%);
}



.headroom--top .global-header .logo {
    margin-top: -50px;
}



@media (max-width: 1229.5px) {
    .headroom--top .global-header .logo {
        margin-top: 25px;
    }
}
@media (max-width: 767.5px) {
    .headroom--top .global-header .logo {
        margin-top: 3px;
    }
}


.global-footer-body {
    background: #ed2724;
}

.global-footer-bottom {
    background: #da1f1c;
}

.btn-relative { position: relative !important; margin: 0 auto; }

.lv-off-canvas {
    background: #1F9BC2;
}
.lv-off-canvas, .lv-off-canvas .dropdown { background: #222627; }
.lv-off-canvas .social-media a .fa { color: #222627; }
.lv-off-canvas .social-media a { background: #fff; }
.lv-off-canvas .dropdown:before {
    padding: 26px 20px 15px 20px;
	background: #313638;
}

.lv-off-canvas .dropdown:before {
    content: attr(data-parent);
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 26px 20px 15px 40px;
    background: #313638 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABaCAYAAAA4qEECAAACiUlEQVR4nO3cT2oUQRSA8S8iIh4gRxCPIIIwIrhR8Aziwi7EY7jxAtVkYXCZXSK4cWXAE4grjyDiUtzFhWnIOCZM91Cv3r9vOfTA40d1MV0DvXfGGVn7rvUeIEoJLVRCC5XQQiW0UAktVEILldBCJbRQCS3U9d4DtK4MZR94B9wD3gMv6lh/Sc+x5/ms4xz5FLhz4eNPwGNpbLdbxyXIACvgQxnKLcl5XEJfgTy1QhjbHfQWyFMroDYf6DxX0DOQp540HGctN9ALkAE+NxpnIxfQC5G/AM/aTLSZeegdkB/Wsf5sM9VmpqF3RP7RZqr/ZxbaEjIYhbaGDAahLSKDsbOOhchfgQc9kcHQiraMDEagrSODAWgPyKAc2gsyKIb2hAxKob0hg0Joj8igDNorMiiC9owMSqC9I4MC6AjI0Bk6CjJ0hI6EDJ2goyFDB+iIyCAMHRUZBKEjI4MQdHRkkFvRhwRGBjnouzOvf+UJGeSgj2def1SGMucOUJ8U9Evg44zr94FTT9gi0HWsv4GnBMYW+3kXHVv0gSUytvgjeFTsLodKEbG7HZNGw+568B8Ju/tfWVGwu0NDDGwV0OAfWw00+MZWBQ1+sdVBg09sldDgD1stNPjCVg0NfrDVQ4MPbBPQYB/bDDTYxjYFDXaxzUGDTWyT0GAP2yw02MI29XaDyypDuQmcAI9mfO07cL+O9VubqdYzvaKndljZh20m2swFNCzGvt1onI3cQMMi7IOG46zlYo/+ty337Ld1rM+FRvK1oqe2WNmiyOAUGq7EFkcGp1vHxcpQbgCv+ftG9JM61jc95nAPrSW3W4e2ElqohBYqoYVKaKESWqiEFiqhhUpooRJaqIQW6g/MUoF549GZugAAAABJRU5ErkJggg==) no-repeat 15px 27px;
    background-size: 18px;
    text-transform: uppercase;
    z-index: 1000;
}

.global-footer-body .logo img {
    width: 158px;
}
/*.global-header-top { font-weight: 600; }*/

.lv-hero-item.is-tinted:before { opacity: 0.25; }
.theme-home .lv-hero-item-caption { z-index: 100; }
.theme-home .lv-hero-item-caption .lv-hero-item-caption-top { color: inherit; color: #fff; text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.14); }

.theme-home .lv-hero-item.is-tinted:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: -webkit-gradient(linear,left top, left bottom,color-stop(18%, #000),color-stop(80%, rgba(0,0,0,0)));
    background: -o-linear-gradient(top,#000 18%,rgba(0,0,0,0) 80%);
    background: linear-gradient(to bottom,#000 18%,rgba(0,0,0,0) 80%);*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.17+0,0+41 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.78) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.78) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to top,  rgba(0,0,0,0.78) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    opacity: .72;
    z-index: 1;
}

/*.side-nav a, body, .btn-accordion { color: #474c47; }*/
.text-body {
    color: #474c47!important;
}
.wysiwyg p.lead, p.lead, .sidebox, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    color: #393c39;
}

/*
.headroom--not-top .global-header .global-header-body {
    background: #5a594a;
}
*/
/*.link-button a, a .link-button {
    clear: both;
    background: #01b5e2;
    padding: 14px 37px 14px 14px;
    display: block;
    position: relative;
    font-weight: bold;
	color: #fff;
	max-width: 750px;
	margin-bottom: 1.5rem;
}

.link-button a:hover, a:hover .link-button {
    background: #0197bc;
}


.link-button a:after, a .link-button:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    top: 17px;
    right: 14px;
    font-size: 1.1rem;
    line-height: 1rem;
}

.wysiwyg p.lead {
	margin-bottom: 2.75rem;
}
*/

.lv-google-map iframe {
    width: 100%;
    border: none;
}

.section-is-tinted:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: -webkit-gradient(linear,left top, left bottom,color-stop(18%, #000),color-stop(80%, rgba(0,0,0,0)));
    background: -o-linear-gradient(top,#000 18%,rgba(0,0,0,0) 80%);
    background: linear-gradient(to bottom,#000 18%,rgba(0,0,0,0) 80%);*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.17+0,0+41 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.08) 0%, rgba(0,0,0,0) 41%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.08) 0%,rgba(0,0,0,0) 41%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.08) 0%,rgba(0,0,0,0) 41%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    opacity: .42;
    z-index: 1;
}
.no-tint .section-is-tinted:before {
	content: none;
}
/*
.wysiwyg table { width: 100% !important; border: none !important; margin-bottom: 1rem; margin-top: 2rem; border-top: 1px solid #e5e5e5 !important;}
.wysiwyg table td { border: none !important; border-bottom: 1px solid #e5e5e5 !important; padding: 0.8rem; }*/