/*fonts*/

@font-face {
    font-family: "L-black";
    src: url(../fonts/Lato-Black.ttf);
}

@font-face {
    font-family: "L-blackitalic";
    src: url(../fonts/Lato-BlackItalic.ttf);
}

@font-face {
    font-family: "L-bold";
    src: url(../fonts/Lato-Bold.ttf);
}

@font-face {
    font-family: "L-bolditalic";
    src: url(../fonts/Lato-BoldItalic.ttf);
}

@font-face {
    font-family: "L-hairline";
    src: url(../fonts/Lato-Hairline.ttf);
}

@font-face {
    font-family: "L-hairlineitalic";
    src: url(../fonts/Lato-HairlineItalic.ttf);
}

@font-face {
    font-family: "L-heavy";
    src: url(../fonts/Lato-Heavy.ttf);
}

@font-face {
    font-family: "L-heavy";
    src: url(../fonts/Lato-HeavyItalic.ttf);
}

@font-face {
    font-family: "L-italic";
    src: url(../fonts/Lato-Italic.ttf);
}

@font-face {
    font-family: "L-light";
    src: url(../fonts/Lato-Light.ttf);
}

@font-face {
    font-family: "L-lightitalic";
    src: url(../fonts/Lato-LightItalic.ttf);
}

@font-face {
    font-family: "L-medium";
    src: url(../fonts/Lato-Medium.ttf);
}

@font-face {
    font-family: "L-mediumitalic";
    src: url(../fonts/Lato-MediumItalic.ttf);
}

@font-face {
    font-family: "L-regular";
    src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: "L-semibold";
    src: url(../fonts/Lato-Semibold.ttf);
}

@font-face {
    font-family: "L-semibolditalic";
    src: url(../fonts/Lato-SemiboldItalic.ttf);
}

@font-face {
    font-family: "L-thin";
    src: url(../fonts/Lato-Thin.ttf);
}

@font-face {
    font-family: "L-thinitalic";
    src: url(../fonts/Lato-ThinItalic.ttf);
}

* {
    font-family: 'L-regular';
}


/*admin*/

#block-lazerlines-local-tasks .content li {
    display: inline-block;
}

#edit-markup {
    display: inline-block;
    width: 40%;
}

#edit-markup h3,
#edit-markup h4 {
    font-family: 'L-regular';
}


/*off canvas*/

div[role="header-second"]~nav[role="navigation"] {
    position: relative;
}

a[data-toggle="offCanvas"] {
    position: absolute;
    right: 20px;
    top: 0;
    display: none;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 100;
}

a[data-toggle="offCanvas"] span {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

a[data-toggle="offCanvas"] span,
a[data-toggle="offCanvas"] span:before,
a[data-toggle="offCanvas"] span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 29px;
    background: #fff;
    box-shadow: 0 2px 5px #fff;
    position: absolute;
    display: block;
    content: "";
}

a[data-toggle="offCanvas"] span:before {
    -ms-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
    -webkit-transform: translate(0px, -10px);
}

a[data-toggle="offCanvas"] span:after {
    -ms-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
    -webkit-transform: translate(0px, 10px);
}

a[data-toggle="offCanvas"] span,
a[data-toggle="offCanvas"] span:before,
a[data-toggle="offCanvas"] span:after {
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
}

a[data-toggle="offCanvas"].activeOpen span {
    background-color: transparent;
}

a[data-toggle="offCanvas"].activeOpen span:before,
a[data-toggle="offCanvas"].activeOpen span:after {
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
}

a[data-toggle="offCanvas"].activeOpen span:before {
    -ms-transform: translate(-0px, -0px) rotate(-45deg);
    transform: translate(-0px, -0px) rotate(-45deg);
    -webkit-transform: translate(-0px, -0px) rotate(-45deg);
}

a[data-toggle="offCanvas"].activeOpen span:after {
    -ms-transform: translate(0px, -0px) rotate(45deg);
    transform: translate(0px, -0px) rotate(45deg);
    -webkit-transform: translate(0px, -0px) rotate(45deg);
}

.off-canvas {
    background: #fff;
}

.off-canvas ul:not(.contextual-links) {
    margin: 0;
    padding: 0;
    list-style: none;
}

.off-canvas ul:not(.contextual-links) li {
    width: 100%;
    padding: 0;
}

.off-canvas ul:not(.contextual-links) li a {
    display: block;
    padding: 10px 30px;
    color: #1f1f1f;
    transition: all ease-in-out .2s;
    font-family: 'L-regular';
}

.off-canvas ul:not(.contextual-links) li a:hover {
    background: #edc34f;
}

@media all and (max-width: 1140px) {
    a[data-toggle="offCanvas"] {
        display: block;
    }
    header[role="header"] {
        position: fixed;
        width: 100%;
        z-index: 999;
    }
    div[role="header-second"] {
        padding-top: 50px;
    }
}


/*main menu*/

#block-headertop {
    float: right;
}

#block-headertop li {
    display: inline-block;
    list-style: none;
    padding: 0 10px;
}

#block-headertop li:first-child {
    border-right: 1px solid #f8f8f8;
}

#block-headertop li a {
    color: #edc34f;
    font-family: 'L-light';
}

#block-lazerlines-branding {
    display: inline-block;
}

#block-lazerlines-branding img {
    max-width: 260px;
}

#header {
    background: #1f1f1f;
    padding: 10px .9375rem;
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 999;
}

#block-lazerlines-main-menu {
    position: absolute;
    right: 30px;
    bottom: 10px;
}

#block-lazerlines-main-menu>ul li:nth-last-child(2) {
    border: 2px solid #edc34f;
}

#block-lazerlines-main-menu>ul li:nth-last-child(2) a {
    color: #edc34f;
}

#block-lazerlines-main-menu>ul li:nth-last-child(2):hover {
    background-color: #edc34f;
}

#block-lazerlines-main-menu>ul li:nth-last-child(2):hover a {
    color: #1f1f1f;
}

#block-lazerlines-main-menu>ul li:nth-last-child(1) {
    border: 2px solid #edc34f;
    background-color: #edc34f;
}

#block-lazerlines-main-menu>ul li:nth-last-child(1) a {
    color: #1f1f1f;
}

#block-lazerlines-main-menu>ul li:nth-last-child(1):hover {
    border: 2px solid #edc34f;
    background-color: #1f1f1f;
}

#block-lazerlines-main-menu>ul li:nth-last-child(1):hover a {
    color: #edc34f;
}

#block-lazerlines-main-menu>ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

#block-lazerlines-main-menu>ul li {
    display: inline-block;
    list-style: none;
    padding: 5px 15px;
}

#block-lazerlines-main-menu>ul li a {
    display: block;
    color: #f8f8f8;
    transition: all ease-in-out .2s;
    font-family: 'L-regular';
    text-transform: uppercase;
}

#block-lazerlines-main-menu>ul li:hover a {
    border-bottom: 2px dashed #edc34f;
}

#block-lazerlines-main-menu>ul li:nth-last-child(2):hover a,
#block-lazerlines-main-menu>ul li:nth-last-child(1):hover a {
    border-bottom: none;
}

@media all and (max-width: 1300px) {
    #block-lazerlines-main-menu>ul li {
        padding: 5px;
    }
}

@media all and (max-width: 1140px) {
    #block-lazerlines-main-menu>ul {
        display: none;
    }
    #block-headertop {
        margin-right: 80px;
    }
}

@media all and (max-width: 650px) {
    #block-headertop {
        margin-right: 0px;
        float: unset;
        position: absolute;
        bottom: 0;
        right: 30px;
    }
}

@media all and (max-width: 570px) {
    #block-headertop {
        display: none;
    }
}


/*banner*/

#banner {
    padding-top: 100px;
    position: relative;
}

#flexslider-1 {
    border: none;
    border-radius: unset;
    width: 100%;
}

#flexslider-1 .flex-direction-nav {
    display: none;
}

#flexslider-1 .flex-control-paging li a {
    border: 1px solid #333;
    background: #fff;
}

#flexslider-1 .flex-control-paging li a.flex-active {
    background: #333;
}

.b-inner {
    position: absolute;
    bottom: 20%;
    right: 17%;
    border: 2px solid #edc34f;
    background: #edc34f;
    color: #fff;
    padding: 5px 20px;
}

.b-inner:hover {
    background: #edc34f;
    color: #1f1f1f;
}

.b-inner a {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#block-sitebranding {
    background-color: rgba(0, 0, 0, 0.42);
    padding: 12px;
    border-radius: 8px;
    position: absolute;
    bottom: 30%;
    bottom: 6%;
    right: 15%;
    right: 3%;
    z-index: 9;
    max-width: 300px;
    width: 50%;
}

#block-sitebranding img {
    filter: brightness(104%) contrast(120%);
}


/*main*/

.tile p {
    margin: 0;
}

.tile img {
    width: 100%
}

.tile .inner p:nth-child(2) {
    padding-top: 20px;
}

.tile .inner {
    border-bottom: 1px solid #edc34f;
    border-left: 1px solid #edc34f;
    border-right: 1px solid #edc34f;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
}

#main .tile .inner {
    height: 200px;
}

#main h1 {
    color: #333;
    font-family: 'L-regular';
    font-weight: bold;
}

#main {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 80px;
}

body.path-frontpage #main {
    padding: 30px 0 20px;
}

#main h2 {
    color: #333;
    font-family: 'L-regular';
}

#main p {
    color: #333;
    font-family: 'L-regular';
    text-align: center;
}

#main h3 span {
    display: block;
    color: #661f0d;
    font-size: 2.5rem;
    line-height: 1;
    transform: translate(-20px, 20px);
    font-family: 'caclew';
}

@media all and (max-width: 870px) {
    #main h3 span {
        transform: translate(0, 20px);
    }
}

#main .content a span {
    font-family: 'calibrib';
    display: inline-block;
    background: #661f0d;
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px 3px;
    transition: all ease-in-out .2s;
    margin-top: .5rem;
}

#main .content a span:hover {
    color: #661f0d;
    background: transparent;
}

@media all and (max-width: 825px) {
    #main .tile .inner {
        height: 270px;
    }
}

@media screen and (max-width: 39.9375em) {
    #main .tile .inner {
        height: unset;
    }
}


/*front*/

#block-ourservices {}

#block-ourservices .main-grid-container {
    background: url("../img/bg.jpg") no-repeat top center;
    background-size: 100%;
    padding-top: 8%;
}

#block-ourservices .grid-container {
    background: #fff;
    /* transform: translate(0, -200px); */
    padding: 80px 80px 0;
    padding-top: 30px;
}

div.center {
    text-align: center;
    display: inline-block;
}

#block-callnowforafreequote {
    text-align: center;
    background: #f8f8f8;
    padding: 50px .9375rem;
    margin-bottom: 40px;
}

#block-callnowforafreequote h2,
#block-callnowforafreequote .content a {
    font-family: 'L-light';
    color: #333;
}

#block-callnowforafreequote p {
    font-size: 1.5rem;
}

#block-callnowforafreequote h2 {
    margin: 0;
}

.tel-b {
    text-align: center;
    width: 100%;
}

.tel-b a {
    border: 1px solid #333;
    display: inline-block;
    padding: 4px 20px;
    color: #333;
    transition: all ease-in-out .2s;
}

.tel-b a:hover {
    background: #333;
    color: #f8f8f8 !important;
}

#flexslider-2 {
    border: none;
    border-radius: unset;
    width: 100%;
    background: #1f1f1f;
    padding: 40px .9375rem;
    color: #c8c8c8;
    text-align: center;
}

#flexslider-2 img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

#flexslider-2 h3 {
    float: right;
    font-size: 0.9rem;
    text-align: left;
    margin-right: 50px;
}

#flexslider-2 .flex-control-nav {
    bottom: unset;
}

#flexslider-2 .flex-direction-nav {
    display: none;
}

#flexslider-2 .flex-control-paging li a {
    border: 1px solid #edc34f;
    background: #1f1f1f;
}

#flexslider-2 .flex-control-paging li a.flex-active {
    background: #edc34f;
}

#flexslider-2 .views-field-body .field-content {
    max-width: 60rem;
    margin: 0 auto;
}

#block-see-our-work {
    background: #1f1f1f;
    padding: 0 20px;
}

#block-see-our-work footer {
    text-align: center;
    width: 100%;
}

#block-see-our-work .cell {
    position: relative;
    margin-bottom: 20px;
}

#block-see-our-work .views-field-title {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
    display: none;
    transform: translate(-50%, -50%);
}

#block-see-our-work .views-field-title a {
    color: #fff;
    border: 2px solid #edc34f;
    padding: 8px 35px;
    transition: all ease-in-out .2s;
    text-transform: uppercase;
}

#block-see-our-work .views-field-title a:hover {
    color: #1f1f1f;
    background: #edc34f;
}

#block-see-our-work .cell:hover .views-field-title {
    display: block;
}

#block-see-our-work .content {
    max-width: 90rem;
    margin: 0 auto 80px;
    padding-top: 20px;
    padding-bottom: 50px;
}

#block-see-our-work h2,
#block-see-our-work p {
    color: #e6e6e6;
}

#block-see-our-work footer p {
    margin: 30px 20px;
    max-width: 500px;
}

#block-see-our-work footer a {
    color: #edc34f;
    border: 1px solid #edc34f;
    transition: all ease-in-out .2s;
    padding: 5px 15px;
}

#block-see-our-work footer a:hover {
    color: #1f1f1f;
    background: #edc34f;
}

#block-see-our-work .content .views-field-field-image .field-content {
    position: relative;
}

#block-see-our-work .content .views-field-field-image .field-content:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    right: 0;
    display: block;
    background: rgba(0, 0, 0, 0);
    transition: all ease-in-out .2s;
}

#block-see-our-work .content .views-field-field-image .field-content:hover:after {
    background: rgba(0, 0, 0, 0.5);
}

div.em {
    border: 1px solid #1f1f1f;
    padding: 50px 80px 30px;
    max-width: 700px;
    transform: translate(-200px, 0);
    margin: 80px auto;
}

div.apply {
    position: absolute;
    top: 60px;
    left: 55%;
    max-width: 700px;
}

div.apply p {
    margin: 0;
}

div.apply .inner {
    margin: 30px;
    border: 1px solid #edc34f;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

div.apply .inner a {
    background-color: #edc34f;
    color: #000;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all ease-in-out .2s;
    position: absolute;
    left: 50%;
    padding: 8px 20px;
    font-weight: bold;
}

div.apply .inner a:hover {
    border: 2px solid #edc34f;
    background-color: #000;
    color: #edc34f;
}

div.apply:after {
    content: "";
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: rgba(0, 0, 0, 0.5);
}

@media all and (max-width: 1110px) {
    div.em {
        transform: unset;
        margin-bottom: 0;
    }
    div.apply {
        margin: 0 auto 40px;
        position: relative;
        top: unset;
        left: unset;
    }
    div.apply img {
        float: unset;
    }
    #block-webform-2 {
        margin: 0 auto 80px;
    }
}

#block-webform-2 {
    max-width: 64rem;
    padding: 20px;
    margin: 150px auto 80px;
}

#webform-submission-contact-add-form .js-form-wrapper:nth-child(2),
#webform-submission-contact-node-5-add-form .js-form-wrapper:nth-child(2) {
    width: 40%;
    display: inline-block;
    background: #1f1f1f;
    vertical-align: top;
    color: #f8f8f8;
    padding: 50px;
    height: 613px;
}

#webform-submission-contact-add-form .js-form-wrapper:nth-child(2) p,
#webform-submission-contact-node-5-add-form .js-form-wrapper:nth-child(2) p {
    font-family: 'L-light';
    margin: 0;
    text-align: left;
    color: #fff;
}

#main #edit-processed-text p {
    text-align: left;
}

#webform-submission-contact-add-form .js-form-wrapper:nth-child(2) h3,
#webform-submission-contact-node-5-add-form .js-form-wrapper:nth-child(2) h3 {
    font-size: 1.2rem;
}

#webform-submission-contact-add-form .js-form-wrapper:nth-child(2) h4,
#webform-submission-contact-node-5-add-form .js-form-wrapper:nth-child(2) h4 {
    font-size: 1rem;
}

#edit-container {
    width: 59%;
    display: inline-block;
    padding: 50px;
    padding-right: .9375rem;
    box-shadow: 2px 2px 5px #1f1f1f;
}

#edit-container .js-form-item:not(:first-child) {
    max-width: 400px;
}

#edit-container * {
    color: #1f1f1f;
}

#edit-container label {
    letter-spacing: 1.2px;
}

#edit-container h3 {
    font-size: 1rem;
    margin-bottom: 20px;
}

div.i {
    float: left;
    margin: 5px 5px 0;
    line-height: 1;
    text-align: center;
    color: #f8f8f8 !important;
    background: #1f1f1f;
    height: 18px;
    width: 18px;
    border-radius: 50%;
}

#webform-submission-contact-add-form #edit-actions,
#webform-submission-contact-node-5-add-form #edit-actions {
    float: right;
    transform: translate(-165px, -90px);
}

#edit-actions input {
    border-radius: 0;
    border: 1px solid #1f1f1f;
    color: #1f1f1f;
    padding: 8px 20px;
    font-family: 'L-regular';
    background: transparent;
    transition: all ease-in-out .2s;
}

#edit-actions input:hover {
    background: #1f1f1f;
    color: #fff;
}

@media all and (max-width: 990px) {
    #webform-submission-contact-add-form #edit-actions,
    #webform-submission-contact-node-5-add-form #edit-actions {
        float: right;
        transform: translate(0, -90px);
        margin-right: 135px;
    }
    #webform-submission-contact-add-form .js-form-wrapper:nth-child(2),
    #webform-submission-contact-node-5-add-form .js-form-wrapper:nth-child(2) {
        height: 635px;
    }
}

@media all and (max-width: 820px) {
    #webform-submission-contact-add-form #edit-actions,
    #webform-submission-contact-node-5-add-form #edit-actions {
        margin-right: 25px;
    }
}

@media screen and (max-width: 39.9375em) {
    #webform-submission-contact-add-form .js-form-wrapper:nth-child(2),
    #webform-submission-contact-node-5-add-form .js-form-wrapper:nth-child(2) {
        width: 100%;
        height: unset;
    }
    #edit-container {
        width: 100%;
    }
}

#main .center h2 {
    font-family: 'L-regular';
    color: #1f1f1f;
    position: relative;
    letter-spacing: 1.1px;
    display: inline-block;
}

#main .center h2:after,
#block-see-our-work h2:after,
#block-employment h2:after,
#block-webform-2 h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    border-bottom: 2px dashed #edc34f;
}

#main .center h2 span {
    color: #edc34f;
    font-family: 'L-light';
}

#block-testimonials {
    margin-top: 30px;
}

#block-ourservices h2,
#block-testimonials h2,
#block-lazerlines-page-title h1 {
    position: relative;
    font-family: 'L-regular';
    text-align: center;
    color: #333;
    letter-spacing: 2px;
    font-size: 2rem;
}

#block-testimonials h2 {
    transform: translate(0, -20px);
}

#block-testimonials h2:after,
#block-ourservices h2:after,
#block-lazerlines-page-title h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 80px;
    border-bottom: 2px dashed #edc34f;
}

#block-see-our-work h2 {
    padding-top: 80px;
    color: #f8f8f8;
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 2rem;
    font-family: 'L-regular';
}

#block-see-our-work header {
    max-width: 900px;
    margin: 0 auto 50px;
}

#webform-submission-contact-add-form .js-form-wrapper:first-child,
#block-webform-2 .js-form-wrapper:first-child {
    max-width: 800px;
    margin: 0 auto 30px;
}

#block-employment h2,
#block-webform-2 h2 {
    position: relative;
    font-family: 'L-regular';
    color: #333;
    letter-spacing: 2px;
    font-size: 2rem;
}

#block-webform-2 h2 {
    max-width: 800px;
    margin: 0 auto 30px;
}

#block-employment {
    position: relative;
}


/*footer*/

#footer {
    background: #1f1f1f;
    padding-top: 50px;
    padding-bottom: 50px;
}

#footer .js-form-type-email {
    width: 60%;
    display: inline-block;
}

#footer .form-actions {
    width: 38%;
    display: inline-block;
}

#footer input[type="submit"] {
    width: 100%;
    border: 2px solid #edc34f;
    color: #edc34f;
    font-family: 'L-regular';
    background: transparent;
    border-radius: 0;
    padding-top: 11px;
    margin-top: 11px;
    padding-bottom: 11px;
}

#footer input[type="submit"]:hover {
    background: #edc34f;
    color: #1f1f1f;
}

#footer label,
#footer h2 {
    color: #d7d7d7;
    font-size: 1.2rem;
    font-family: 'L-regular';
}

#footer label {
    letter-spacing: 1.5px;
    font-size: 1rem;
}

#footer input[type="email"] {
    border: 2px solid #edc34f;
    background: #1f1f1f;
}

#footer p,
#edit-markup--2 {
    color: #d7d7d7;
    font-size: 1rem;
    font-family: 'L-light';
    margin: 0;
}

#footer .content * {
    color: #d7d7d7;
}

#block-footercolumns {
    padding-bottom: 40px;
}

#block-footercolumns p:not(:first-child) {
    margin-bottom: 0;
}

#block-footercolumns .grid-container {
    padding: 0;
}

#block-creditcards img {
    margin-left: 5px;
}

#block-social {
    display: inline-block;
}

#block-social ul {
    text-align: right;
}

#block-social ul li {
    list-style: none;
    display: inline-block;
}

#block-social a {
    width: 33px;
    height: 33px;
    border: 2px solid #edc34f;
    display: inline-block;
    padding: 2px;
    text-align: center;
    border-radius: 50%;
    background: transparent;
}

#block-social a:hover {
    background: #edc34f;
}

#footer #block-social .content i {
    color: #edc34f;
}

#footer #block-social .content a:hover i {
    color: #1f1f1f;
}

#block-paymybill {
    display: inline-block;
}

#block-paymybill a {
    border: 2px solid #edc34f;
    color: #edc34f !important;
    padding: 7px 2rem;
    margin-left: 1rem;
}

#block-paymybill a:hover {
    background-color: #edc34f;
    color: #1f1f1f !important;
}

@media all and (max-width: 925px) {
    #block-mainnavigation-2>ul {
        display: inline-block;
        text-align: center;
    }
    #block-mainnavigation-2>ul li {
        display: inline-block;
    }
    #footer .cell {
        width: 100%;
    }
    #footer * {
        text-align: center;
        float: unset;
    }
    #block-social ul {
        text-align: center;
    }
}


/*subfooter*/

#left-r {
    padding: 0;
    margin-top: 40px;
    padding-left: .9375rem;
    text-align: center;
}

#left-r p {
    font-size: 0.7rem;
    color: #fff;
    vertical-align: bottom;
    padding-right: .9375rem;
}

@media all and (max-width: 64em) {
    #left-r {
        margin-top: 30px;
    }
    #left-r p {
        text-align: center;
        margin: 5px auto;
        padding: 0;
    }
}

#block-aboutbanner img,
#block-employmentbanner img {
    width: 100%;
}

div.half {
    padding: 30px;
    vertical-align: top;
}

#block-ourservices .tile .inner {
    padding: 0 20px;
    height: 60px;
    display: flex;
    align-items: center;
}

#block-ourservices .tile .inner p {
    margin: auto;
}

.about-text {
    padding-top: 50px;
}

#service-main {
    margin-top: 80px;
}

#service-main .tile .inner {
    height: unset;
}

#block-lazerlines-page-title h1 {
    margin-bottom: 50px;
}

#webform-submission-free-quote-add-form #edit-actions {
    float: right;
    transform: translate(-165px, -90px);
}

#block-landingpages {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-top: 1rem;
}

#block-landingpages ul {
    margin: 0;
}

#block-landingpages ul li {
    list-style: none;
}

#block-landingpages ul li a {
    color: #d7d7d7;
    font-size: 1rem;
    font-family: 'L-light';
    transition: all ease-in-out .2s;
}

#block-landingpages ul li a:hover {
    color: #edc34f;
}