p, a, span{
    font-family: montserrat;
}
h1, h2, h3, h4, h5, h6{
    font-family: lora;
}
.logo-img{
    height: 100px;
    width: auto;
    margin: 15px 0;
}
.t4-header .menu-item-title{
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}
.t4-header .nav-item:hover .menu-item-title{
    transition-duration: 0.2s;
}
.t4-header #triggerButton{
    color: #ed8b00
}
.t4-section-2{
    margin: 50px 0;
}
.home-services{
    display: flex;
}
.home-services img{
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    width: 100%;
    height: auto;
}
.home-services .wf-column > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.home-services .wf-column{
    display: flex;
    flex-direction: column;
    box-shadow: -4px 0 6px -4px rgba(0, 0, 0, 0.3), 4px 0 6px -4px rgba(0, 0, 0, 0.3);
    transition-duration: 0.2s;
}
.home-services .content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.home-services .content .text{
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
    flex: 1;
}
.home-services .content .button{
    width: 100%;
    background-color: #000000;
    padding: 10px;
    text-align: center;
    margin-top: auto;
    font-size: 20px;
    color: #ffffff;
}
.home-services .content .button a{
    color: #ffffff;
}
.home-services .wf-column:hover{
    transform: scale(1.01);
    background-color: #ed8b00;
    color: #ffffff;
}
.home-services .wf-column:hover .image-overlay-orange::before{
    background-color: #000000;
}
#contactHomeButton a{
    color: #ed8b00;
}
.t4-slideshow{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 75% 90%, 50% 100%, 25% 90%, 0 100%);
}
.experts{
    gap: 0;
}
.experts .wf-column:nth-child(2){
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    padding: 0 15px;
}
.experts .wf-column:nth-child(2) h3{
    font-size: 50px;
    margin-top: 0;
}
.experts .wf-column:nth-child(2) .fully-insured{
    width: fit-content;
    padding: 10px;
    box-shadow: 0px 1px 200px rgba(0, 0, 0, 0.6);
}
div#n2-ss-3 .n2-style-785355f374be86c332d4665aae819858-dot.n2-active, div#n2-ss-3 .n2-style-785355f374be86c332d4665aae819858-dot:HOVER, div#n2-ss-3 .n2-style-785355f374be86c332d4665aae819858-dot:FOCUS {
    background: #ed8b00 !important;
}
.t4-megamenu .dropdown-toggle .item-caret::before {
    border-top: 4px solid #ed8b00;
}
.t4-footnav{
    background-color: #000000;
}
.t4-footnav .module-title{
    color: #ed8b00;
    font-size: 20px;
}
.t4-footnav .menu-item-title{
    color: #ffffff;
}
.t4-footnav .nav-item:hover span{
    font-weight: bold;
}
.t4-footnav strong{
    color: #ed8b00;
}
.t4-footnav p, a{
    color: #ffffff;
}
.t4-footnav a{
    transition-duration: 0.2s;
}
.t4-footnav a:hover{
    color: #ed8b00;
}
.t4-footnav .footnav-4 img{
    display: block;
    margin-left: auto;
}
.t4-header .mega-dropdown-inner img{
    margin-right: 20px;
}
.t4-header .mega-dropdown-inner .nav-item{
    margin-bottom: 10px;
}
.t4-header .dropdown-menu {
    background-color: #303133;
}
.t4-header .dropdown-menu .image-title{
    color: #ffffff;
    transition-duration: 0.2s;
}
.t4-header .dropdown-menu .nav-item a:hover .image-title{
    font-weight: bold;
}
.formControlLabel{
    display: none;
}
.formControls{
    width: 100% !important;
}
.form-control{
    max-width: none;
    border-radius: 0;
    border: 1px solid #7F7F7F;
}
.rsform-submit-button{
    width: 100%;
    background-color: #ed8b00 !important;
    border: #ed8b00 !important;
    border-radius: 0;
}
.quote-box{
    background-color: #ffffff;
}
.quote-box .content-form .mb-3{
    margin-bottom: 2rem !important;
}
.quote-box .heading{
    background-color: #ed8b00;
    color: #fafafa;
    text-align: center;
    height: 75px;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
}
.quote-box .content-form{
    background-color: #ffffff;
    padding: 30px 30px 0 30px;
}
.quote-box h3{
    margin-bottom: 0;
    padding: 12px;
}
.n-uc-1f5a99d761dc5, .n-uc-DLGRU6sHmnmo{
    max-width: 65% !important;
}
.image-wrap {
	position: relative;
	display: inline-block;
}
.image-wrap img {
	display: block;
	position: relative;
	z-index: 2;
}
.image-overlay-orange::before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 15px);
    background-color: #ed8b00;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    transition-duration: 0.2s;
}
.banner-text{
    min-width: 300px;
    max-width: fit-content !important;
}
.banner-text div:first-of-type{
    padding: 20px 20px 35px 20px !important;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 75% 85%, 50% 100%, 25% 85%, 0 100%) !important;
}
.subpages-content img{
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}
.subpages-content .wf-column{
    box-shadow: -4px 0 6px -4px rgba(0, 0, 0, 0.3), 4px 0 6px -4px rgba(0, 0, 0, 0.3);
}
.image-overlay-subheadline {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ED8B00;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	margin: 0;
	z-index: 2;
}
.subpages-content .content{
    padding: 0 25px;
    margin: 30px 0;
    text-align: left;
}
.subpages-content .button{
    display: block;
    width: 100%;
    background-color: #000000;
    padding: 10px;
    text-align: center;
    margin-top: auto;
    font-size: 20px;
    transition: 0.2s;
}
.subpages-content .button:hover{
  background: #ed8b00;
  color: #ffffff !important;
  font-weight: bold;
}
.subpages-content .content .button a{
    color: #ffffff;
}
.roofing-services{
    display: flex;
    margin-bottom: 20px;
}
.roofing-services img{
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    width: 100%;
    height: auto;
}
.roofing-services .wf-column > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.roofing-services .wf-column{
    display: flex;
    flex-direction: column;
    box-shadow: -4px 0 6px -4px rgba(0, 0, 0, 0.3), 4px 0 6px -4px rgba(0, 0, 0, 0.3);
    transition-duration: 0.2s;
    min-height: 400px;
}
.roofing-services .content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.roofing-services .content .text{
    padding: 10px;
    margin: 10px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.roofing-services .content .button{
    width: 100%;
    background-color: #000000;
    padding: 10px;
    text-align: center;
    margin-top: auto;
    font-size: 20px;
    color: #ffffff;
}
.roofing-services .content .button a{
    color: #ffffff;
}
.roofing-services .wf-column:hover{
    transform: scale(1.01);
    background-color: #ed8b00;
    color: #ffffff;
}
.roofing-services .wf-column:hover h3{
    font-weight: 100 !important;
}
.roofing-services .wf-column:hover .image-overlay-orange::before{
    background-color: #000000;
}
.roofing-services .content .text h3{
    font-weight: bold;
}
.contact{
    margin-bottom: 20px;
}
.contact-map iframe{
    margin-bottom: -7px;
}
.contact h3{
    text-align: center;
    color: #ffffff;
    background: #ed8b00;
    margin-top: 0;
    padding: 10px 10px 30px 10px;
    clip-path: polygon(0 0, 100% 0, 100% 66%, 50% 100%, 0 66%);
}
.contact .form{
    padding: 0 30px;
}
.contact .contact-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact a{
    color: #000000;
    transition-duration: 0.2s;
}
.contact a:hover{
    color: #ed8b00;
}
.t4-footnav .module-title span{
    font-weight: bold;
}
.t4-offcanvas .dropdown-menu img{
    display: none;
}
@media(max-width: 1586px){
    .quote-box h3{
        font-size: 15px;
    }
}
@media(max-width: 1412px){
    .n-uc-1d8329e0499e4{
        display: none !important;
    }
}
@media(max-width: 991px){
    .footnav-3, .footnav-4{
        margin-top: 50px;
    }
    .footnav-4 img{
        margin-right: auto;
    }
    .experts{
        display: flex;
        flex-direction: column-reverse;
    }
    .experts div:nth-child(2){
        margin-bottom: 20px;
    }
    .navbar-toggler{
        display: none;
    }
}
@media(max-width: 930px){
    .n-uc-1a9c714d53a83{
        transform: scale(0.7);
        margin-left: -250px;
        width: 1000px !important;
    }
    .n-uc-1a9c714d53a83{
        padding: 0 !important;
    }
    .n-uc-qrh4jYEo4l0E-inner{
        display: block !important;
    }
    .n2-ss-slider-4{
        height: 500px !important;
    }
}
@media(max-width: 767px){
    .footnav-3{
        margin-top: 0;
    }
    .footnav-4 img{
        margin-left: 0 !important;
    }
    .image-wrap.image-overlay-orange img {
        display: none;
    }
    .image-overlay-subheadline{
        position: relative;
    }
}
@media(max-width: 664px){
    .n-uc-1a9c714d53a83{
        margin-left: -50px !important;
    }
}
@media(max-width: 552px){
    .n-uc-1a9c714d53a83 {
        transform: scale(0.56) !important;
        margin-left: -100px !important;
    }
}
@media(max-width: 500px){

}
@media(max-width: 436px){
    .n-uc-1a9c714d53a83{
        margin-left: -150px !important;
    }
}
@media(max-width: 401px){
    .t4-main-bottom-1{
        margin-bottom: -2px;
    }
}
@media(max-width: 400px){
    .n-uc-1a9c714d53a83-inner{
        transform: scale(1.5) !important;
        margin-left: -150px;
    }
}
@media(max-width: 400px){
    .n2-ss-layer-with-background{
        transform: scale(0.8);
    }
    .t4-slideshow{
        margin-bottom: 25px;
        clip-path: none;
    }
    .n-uc-ejPbdqL059wr{
        transform: translate(405px, -68px) translate(-100%, 0%) !important;
    }
}
@media(max-width: 390px){
    .n-uc-ejPbdqL059wr{
       display: none;
    }
}
@media(max-width: 366px){
    .n-uc-52B4Lz6loxlp{
        display: none !important;
    }
}
@media(max-width: 337px){
    .t4-main-bottom-1{
        margin-bottom: -3px;
    }
    .n-uc-1a9c714d53a83{
        margin-left: -200px !important;
    }
}
@media(max-width: 301px){
    .t4-main-bottom-1{
        margin-bottom: -4px;
    }
}
@media(max-width: 262px){
    .t4-main-bottom-1{
        margin-bottom: -5px;
    }
}
@media(max-width: 226px){
    .t4-main-bottom-1{
        display: none;
    }
}
#osmap-ul-uid-mainmenu a {
    color: #333;
}