/* Fonts */

@font-face {
	font-family: 'Proxima Nova Alt Lt';
	src: url('../fonts/ProximaNovaA-Light.eot');
	src: url('../fonts/ProximaNovaA-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNovaA-Light.woff') format('woff'),
		url('../fonts/ProximaNovaA-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('../fonts/ProximaNova-Bold.eot');
	src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Bold.woff') format('woff'),
		url('../fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Alt Rg';
	src: url('../fonts/ProximaNovaA-Regular.eot');
	src: url('../fonts/ProximaNovaA-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNovaA-Regular.woff') format('woff'),
		url('../fonts/ProximaNovaA-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Bl';
	src: url('../fonts/ProximaNova-Black.eot');
	src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Black.woff') format('woff'),
		url('../fonts/ProximaNova-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
/* End Fonts */

/* General */

body{
    max-width: 2000px;
    margin: 0 auto;
    font-family: 'Proxima Nova Alt Rg', sans-serif;
}

p, a, label{
    font-size: 20px;
    line-height: 1.2;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Proxima Nova Rg';
}

.grid-x{
    width: 100%;
    padding: 0 20px;
    max-width: 1450px;
    margin: 0 auto;
}

a{
    color: #d8041a;
}

a:hover{
    color: #d8041a;
}

.h2, h2{
    font-size: 38px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
    font-family: 'Proxima Nova Rg';
}

@media screen and (max-width: 800px) {
    .h2, h2{
        font-size: 1.5rem;
    }
}

/* End General */

/* Header */

.header{
    padding: 0 1em;
}

.header-right{
    padding: 1em 0;
}

@media screen and (max-width: 640px) {
    .header-left{
        padding-bottom: 1em;
    }    
}

.header-right p{
    font-size: 28px;
    margin: 0;
}

.header-right p:last-of-type{
    color: #f3011a;
    margin-bottom: 0;
    font-weight: 900;
    font-family: 'Proxima Nova Rg';
}

.header-right .fa{
    margin-left: 15px;
    margin-right: 5px;
    color: #000;
}

.header-right .fa.fa-phone{
    margin-left: 0;
}

/* End Header */

/* Menu */

.menu-wrapper{
    background: #000;
}

.menu-wrapper nav{
    margin: auto;
    font-family: 'Proxima Nova Rg';
}

.menu-wrapper ul{
    list-style: none;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    font-weight: 600;
}

.menu-wrapper ul li{
    display: inline-block;
    margin: 0 5px;
}

.menu-wrapper ul li a{
    color: #fff;
	font-size: 12pt;
}

.menu-wrapper ul li a:hover{
    color: #d8041a;
}

.menu-wrapper ul li.active a{
    color: #d8041a;
    background: none;
}

#menu-button{
    display: none;
}

@media screen and (min-width: 1250px) {

.menu-wrapper ul li a{
	font-size: 14pt;
}

}

@media screen and (max-width: 1015px) {
    #menu-button{
        display: block;
        width: 100%;
        background: #101010;
        color: #fff;
        text-align: center;
        padding: 10px;
        cursor: pointer;
        font-family: 'Proxima Nova Rg';
        font-size: 20px;
        line-height: 30px;
    }
    #menu-button .fa{
        font-size: 26px;
        line-height: 30px;
        vertical-align: bottom;
        margin-right: 5px;
    }
    nav{
        display: none;
    }
    .menu-wrapper ul li{
        display: block;
        width: 100%;
        text-align: left;
    }
    .menu-wrapper ul li a{
        width: 100%;
    }
}

@media screen and (max-width: 1110px) {
    .menu a{
        padding: 0.7em 0.4em;
    }
}

/* End Menu */

/* Slider */

.desktop-slider{
    position: relative;
}

.slider{
    height: auto;
    margin: 0;
    background: transparent;
}

.overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    padding: 2em;
    background: black;
    z-index: 20;
    color: #fff;
    background: rgba(0, 0, 0, 0.60);
    width: 1000px;
    max-width: 90%;
}

.overlay h1{
    color: #fff;
    font-size: 74px;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: 'Proxima Nova Rg';
    line-height: 1;
    margin: 0;
}

.overlay h3{
    color: #fff;
    font-size: 36px;
}

.overlay h3 span a{
    color: #f9e200;
    font-weight: 900;
    font-size: 36px;
}

@media screen and (max-width: 655px) {
    .overlay h3 span a{
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .slide{
        width: 100%;
        height: 300px;
    }
    .slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .overlay h1{
        font-size: 3em;
    }
    .overlay h3{
        font-size: 2em;
    }
}

@media screen and (max-width: 1024px) {
    .overlay{
        padding: 1.5em;
    }
    .overlay h1{
        font-size: 2.5em;
    }
    .overlay h3{
        font-size: 24px;
    }
    .overlay h3 span a{
        font-size: 24px;
    }
}

/* End Slider */

/* Top Section */

#top-section{
    background: #f3011a;
    color: #fff;
    padding: 3em 0;
}

/* End Top Section */

/* Services Section */

#services-section{
    padding: 3em 0;
}

#services-section .cell{
    padding-left: 2em;
    padding-right: 2em;
}

@media screen and (max-width: 1024px) {
    #services-section .cell{
        padding: 1em 2em;
    }
}

#services-section img{
    margin-bottom: 25px;
    max-height: 150px;
}

#services-section a{
    color: #f3011a;
    font-weight: 900;
}

#services-section a:hover{
    color: #d8041a;
}

#services-section h3{
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family: 'Proxima Nova Bl';
}

/* End Services Section */

/* Why Section */

#why-section .grid-x{
    padding: 2em;
    background: #f9e200;
}

#why-section h3{
    margin-bottom: 25px;
    font-weight: 900;
    font-size: 38px;
}

#why-section .cell{
    padding: 0 5%;
}

@media screen and (max-width: 1024px) {
    #why-section .medium-4{
        padding: 0;
    }
}

#why-section ul{
    list-style: none;
    margin: 0;
}

#why-section ul li{
    font-weight: 900;
    padding: 5px 0;
    font-size: 20px;
    font-family: 'Proxima Nova Rg';
}

#why-section ul li:before{
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    content: "\f00c";
    color: #f3011a;
    margin: 0 5px 0 -22px;
}

/* End Why Section */

/* More Info Section */

#more-info-section{
    padding-top: 3em;
}

/* End More Info Section */

/* Quote Section */

#quote-section{
    padding-top: 3em;
}

#quote-section p{
    font-style: italic;
    font-size: 1.25em;
}

#quote-section p span{
    color: #f3011a;
    font-weight: 600;
}

/* End Quote Section */

/* Contact Form Section */

#contact-form{
    padding: 3em 0;
}

#form-contact{
    padding: 0;
}

.input-wrapper{
    padding: 0 10px;
}

.form p{
    padding: 0 10px;
}

.input-wrapper input,
.input-wrapper input:focus{
    background: #ededed;
    border: none;
    box-shadow: none;
}

.input-wrapper textarea,
.input-wrapper textarea:focus{
    background: #ededed;
    border: none;
    box-shadow: none;
}

input.form-submit{
    background: #f3011a;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    font-weight: 900;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-family: 'Proxima Nova Bl';
    font-size: 20px;
}

input.form-submit:hover{
    background: #d8041a;
}

label.captcha{
    display: inline-block;
    line-height: 40px;
}

input.captcha{
    display: inline-block;
    width: 50px;
    text-align: center;
}

p#response-success {
    background-color: #f9e200;
    padding: 10px;
    margin: 15px 10px;
    color: #000;
}

p#response-failed {
    background-color: #EC2F2F;
    padding: 10px;
    margin: 15px 10px;
    color: #fff;
}

/* End Contact Form Section */

/* Image Block Section */

#image-block{
    padding: 3em 0 0;
}

#image-block .cell{
    padding: 0 1em;
}

#image-block .border img{
    border: 20px solid #ededed;
}

#image-block .border .images-slider{
    border: 20px solid #ededed;
}

#image-block .border .images-slider img{
    border: none;
}

/* End Image Block Section */

/* Footer */

footer{
}

.link-box{
    padding: 3em 1em 0;
}

.footer-top{
    padding: 3em 1em;
    font-size: 1.4rem;
}

.link-box p,
.footer-top p{
    margin-bottom: 0;
    font-size: 28px;
}

.link-box p{
    margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
    .link-box p,
    .footer-top p{
        font-size: 24px;
    }
}

.footer-top p:last-of-type{
    color: #f3011a;
    margin-bottom: 15px;
    font-weight: 900;
    font-family: 'Proxima Nova Rg';
}

@media screen and (max-width: 460px) {
    .footer-top p:last-of-type span{
        display: block;
    }
}

.link-box .fa,
.footer-top .fa{
    margin-left: 15px;
    margin-right: 5px;
    color: #000;
}

.link-box .fa.fa-phone,
.footer-top .fa.fa-phone{
    margin-left: 0;
}

.link-box a,
.footer-top a.contact-link{
    background: #f3011a;
    color: #fff;
    display: inline-block;
    padding: 5px 30px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Proxima Nova Bl';
    font-size: 28px;
}

a.telephone{
    color: #f3011a;
    font-size: 28px;
}

@media screen and (max-width: 675px) {
    .link-box a{
        font-size: 22px;
    }
}

@media screen and (max-width: 500px) {
    .link-box a{
        font-size: 18px;
    }
}

.link-box a:hover,
.footer-top a.contact-link:hover{
    background: #d8041a;
    color: #fff;
}

.link-box a .fa,
.footer-top a .fa{
    margin: 0;
    color: #fff;
}

.footer-bottom{
    background-color: #ededed;
    padding: 1.5em 1em;
}

.footer-bottom img{
    margin-bottom: 15px;
}

.footer-bottom p{
    margin: 0;
    font-size: 18px;
}

.footer-bottom a{
    color: #000;
    font-size: 18px;
}

.footer-bottom a:hover{
    color: #f3011a;
}

/* End Footer */

/* Media Queries */


@media screen and (max-width: 800px) {
    #why-section ul li{
        margin-left: 25px;
    }
}

@media screen and (max-width: 640px) {
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        line-height: 1;
    }
    #image-block .cell{
        margin-bottom: 20px;
        &:last-of-type{
            margin-bottom: 0;
        }
    }
    .credit{
        display: block;
    }
    .divider:last-of-type{
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    a.telephone,
    .header-right p{
        font-size: 24px;
        margin: 0;
    }
}

@media screen and (max-width: 950px) {
    a.telephone,
    .header-right p{
        font-size: 20px;
    }
    #why-section ul li{
        max-width: 88%;
    }
}

@media screen and (max-width: 900px){
    #contact-form .grid-x>.medium-8{
        width: 100%;
    }
    #contact-form .grid-x>.medium-4{
        width: 100%;
    }
    #contact-form .grid-x>.medium-6{
        width: 100%;
    }
    #contact-form .small-order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    #contact-form .small-order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .form{
        margin-bottom: 1.5rem;
    }
    .form p{
        padding: 0;
    }
    .input-wrapper{
        padding: 0;
    }
}

@media screen and (max-width: 700px) {
    a.telephone,
    .header-right p{
        font-size: 17px;
    }
}

@media screen and (max-width: 410px) {
    .footer-bottom p,
    .footer-bottom a{
        font-size: 16px;
    }
}

@media screen and (max-width: 375px) {
    span.copy{
        display: block;
    }
    .divider.left{
        display: none;
    }
}

/* End Media Queries */