/* -- Instant Roofer -- */

.ir-global {
    background-image: linear-gradient(20deg, rgba(255, 255, 255, .35) 0%, rgba(255, 255, 255, .35) 100%), url(/imageserver/UserMedia/stallion/2023/abstract-bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 80px 3%;
}
.ir-wrapper {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ir-content {
    width: 60%;
    padding: 20px;
}
.ir-content h2 {
    font-size: 2.5rem;
    margin-bottom: 25px;
}
.h-highlight {
    position: relative;
}
.h-highlight::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-color: var(--accent-yellow);
    clip-path: polygon(0 0, 100% 0, 0 100%);
}
.ir-content p {
    font-size: 1.025rem;
}
.ir-list {
    list-style: none;
    margin: 35px 0 20px;
    padding: 0;
}
.ir-item {
    position: relative;
    margin-bottom: 15px;
    padding-left: 40px;
}
.ir-num {
    position: absolute;
    top: -1px;
    left: 0;
    border-radius: 50%;
    color: #111;
    background-color: var(--accent-yellow);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
}
.ir-item p {
    margin: 0;
}
.ir-widget {
    width: 40%;
    padding: 20px;
}
.ir-widget iframe {
    background-color: #f6f6f6;
    box-shadow: 0 5px 10px #ccc;
}
.ir-poweredby {
    font-size: .9rem;
    text-align: center;
    font-style: italic;
    color: #888;
    margin-top: 10px;
}

@media (max-width: 981px) {
    .ir-global {
        padding-left: 0;
        padding-right: 0;
    }
    .ir-content,
    .ir-widget {
        max-width: 850px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .ir-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ir-content h2 {
        font-size: 2rem;
    }
    .ir-widget {
        padding: 0;
    }
    .ir-widget iframe {
        margin-top: 50px;
    }
}



/* ======================================================================== */
/* ============================ Contact Page ============================== */
/* ======================================================================== */
.contact_info_wrap { float:left;position:relative;width:49%; }
.map_wrap { margin:0px 0px 20px 0px;float:right;position:relative;text-align:center;width:49%;border-radius:0px;box-shadow:#000000 0px 0px 4px 1px; }
@media (max-width:768px) {
	.contact_info_wrap { float: none;width: 100%; }
	.map_wrap { margin:12px 0 0 0;float:none;width:100%; }
}

.maincontent {
max-width:100%;
width:100%;
padding:0;
border:0;
}

.maincontent_wrapper form {
    margin: 0 auto;
    width: 100%;
    max-width: 82vw;
    margin-top: -25px;
    margin-bottom: 50px;
}

.btn.btn-primary {
border:3px solid #000000;
text-transform:uppercase;
color:#000000;
font-weight:700;
padding:12px 0;
background:var(--accent-yellow);
width:40%;
}

.btn.btn-primary:hover {
background-color:var(--accent-blue);
color:#000000;
}


.contact-icon {


padding:8px;
  margin-right:12px;
color:#333333;
}





    .webLeadForm__outerDiv {
        max-width: 500px;
width: 100%;
        background-color: #FFDC00;
        color: #000000;
        position: relative;
        padding-top: 40px;
        padding-bottom: 40px;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
margin: 25px auto;
    }
 
    .webLeadForm__form {
        margin: 0;
        width: 100%;
    }
 
    .webLeadForm__fieldDiv {
        margin: 0 20px 15px 20px;
    }
 
    .webLeadForm__messageSentDiv {
        display: none;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }
 
    .webLeadForm__messageSent {
        font-weight: bold;
        font-size: 18px;
    }
 
    .webLeadForm__successMessage {
        font-size: 13px;
        margin-top: 20px;
    }
 
    .webLeadForm__label {
        padding-bottom: 4px;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
    }
 
    .webLeadForm__inputDiv {
        display: flex;
        justify-content: center;
        align-items: center;
    }
 
    .webLeadForm__input {
        width: 100%;
        border-radius: 6px;
        border: none;
        font-size: 18px;
        padding-left: 5px;
        padding-right: 5px;
    }
 
    input.webLeadForm__input {
        height: 40px;
    }
 
    textarea.webLeadForm__input {
        font-family: inherit;
        padding-top: 5px;
        padding-bottom: 5px;
        resize: none;
    }
 
    .webLeadForm__stateZipDiv {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        margin: 0 20px 15px 20px;
    }
 
    .webLeadForm__stateZipDiv .webLeadForm__fieldDiv:first-child {
        margin: 0 10px 0 0;
        width: 50%;
    }
 
    .webLeadForm__stateZipDiv .webLeadForm__fieldDiv:last-child {
        margin: 0 0 0 10px;
        width: 50%;
    }
 
    .webLeadForm__submitDiv {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: nowrap;
    }
 
    .webLeadForm__submit {
        background-color: #000000;
        color: #FFFFFF;
        margin-left: 20px;
        padding: 8px 20px;
        font-size: 13px;
        font-weight: 600;
        border-radius: 6px;
        border: none;
        cursor: pointer;
        text-transform: uppercase;
    }
 
    .webLeadForm__requiredLabel {
        font-size: 11px;
        padding: 0;
        margin-right: 20px;
    }