/**
 * Start Reset css
 */ 
body {
	margin: 0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6, p, a, li, * {
	font-family: 'Roboto', sans-serif;
}
pre, code, tt {
	font: 1em/1.5em 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bold;
	margin:0px;
}
h1 {
    color: #212121;
    font-size: 3em;
    font-weight: normal;
	margin: 0 0 30px;
}
.clear {
	clear: both;
}
em, i, dfn {
	font-style: italic;
}
dfn {
	font-weight:bold;
}
p, code, pre, kbd {
	margin:0 0 1.5em 0;
}
blockquote {
	margin:0 1.5em 1.5em 1.5em;
}
cite {
	font-style: italic;
}
li ul, li ol {
	margin:0px;
	padding:0px;
}
ul, ol {
	margin:0px;
}
ul {
	list-style:none;
}
ol {
	list-style-type:decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	font-weight:bold;
}
th, td, caption {
	padding:4px 10px 4px 5px;
}
tfoot {
	font-style:italic;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom: 1px dotted;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	text-decoration: line-through;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
}
img.alignleft {
	display: inline;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
img {
	max-width: 100%;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
* html .clearfix {
    height: 1%;
}
* + html .clearfix {
	display: inline-block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .group {
    height: 1%;
}
* + html .group {
	display: inline-block;
}
body{
	background: #eeeeee;
}
.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* End Reset css */

/*Global CSS*/
.co{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}

/* Mobile Menu Toggle Button */
.menu-toggle {
	display: none;
	cursor: pointer;
	background: none;
	border: none;
	padding: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 1001;
    transform: translateY(-50%);
}

.menu-toggle span {
	display: block;
	width: 25px;
	height: 3px;
	background-color: #212121;
	margin: 5px 0;
	transition: all 0.3s ease;
}

.menu-toggle.active span:nth-child(1) {
	transform: rotate(45deg) translate(7px, 5px);
}

.menu-toggle.active span:nth-child(2) {
	opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -5px);
}
/*Header*/
.mi-search-wrapper {
    background: #b01209 none repeat scroll 0 0;
   
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 5px;
	padding-bottom: 5px;
}
.mi-search {
    float: right;
    margin-right: 12px;
}
/* Header wrapper styles */
.mi-header-wrapper{
	display: block;
}
.mi-logo-nav {
    padding: 10px 20px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    background:#fff;
    position: relative;
    z-index: 1000;
}

.mi-logo {
    float: left;
    margin-top: 17px;
}

.mi-nav {
    float: right;
    padding-top: 32px;
    padding-right: 50px;
}

.mi-logo-nav .co {
    position: relative;
    padding-right: 26px;
    padding-left:35px;
}

.mi-nav > ul > li {
    float: left;
    font-size: 15px;
    padding: 8px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    color: #212121;
    position: relative;
    transition:0.5s;
}
.clearfix{
    clear: both;
}
.mi-dropdown li:hover {
	background-color: #b01209;
}
.mi-dropdown li:hover a {
	color: #ffffff;
}
.mi-nav > ul > li a {
    color: #212121;
    text-decoration: none;
}
.mi-nav > ul > li ul.mi-dropdown{
    visibility: hidden;
    opacity: 0;
     transition:0.5s;
}
.mi-nav > ul > li:hover ul.mi-dropdown{
    visibility: visible;
    opacity: 1;
}
ul.mi-dropdown {
    position: absolute;
    z-index: 100000;
    background: #fff;
    width: 250px;
    top: 44px;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.5);
}

ul.mi-dropdown > li {
    padding: 7px 10px;
    border-bottom: solid 1px #BBB;
}

ul.mi-dropdown > li:last-child {
    border-bottom: none;
    padding-bottom: 10px;
}

.mi-trusted {
    position: absolute;
    right: 25px;
    top: 15px;
}
.mi-inner-body:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
}
/* Responsive Styles */
@media screen and (max-width: 1080px) {
	
    .co {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .menu-toggle {
        display: block;
    }
    
    .mi-nav {
        float: none;
        width: 100%;
        padding-top: 0;
        padding-right: 0;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        box-shadow: 0 5px 5px rgba(0,0,0,0.2);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        z-index: 1000;
    }
    
    .mi-nav.active {
        max-height: 1000px;
    }
    
    .mi-nav > ul > li {
        float: none;
        width: 100%;
        padding: 10px 20px;
       
    }
    
    .mi-nav > ul > li:last-child {
        border-bottom: none;
    }
    
    ul.mi-dropdown {
        position: relative;
        width: 100%;
        top: 10px;
        box-shadow: none;
        margin-bottom: 10px;
    }
    
    .mi-trusted {
        position: static;
        text-align: center;
        margin: 10px 0;
    }
    
    .mi-logo {
        float: none;
        text-align: center;
        margin: 10px 20px 10px 0px;
    }
    
    .mi-logo-nav .co {
        padding-right: 15px;
        padding-left: 15px;
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .mi-header-text {
        float: none;
        width: 100%;
        padding: 20px;
    }
    
    .me-right-box {
        float: none;
        width: 100%;
        margin: 20px 0;
    }
    
    .mi-bottom-nav ul {
        flex-direction: row;
    }
    
    .mi-bottom-nav ul li {
        border-right: none;
        border-bottom: 1px solid #d9dddf;
    }
    
    .mi-bottom-nav ul li:first-child a {
        padding-left: 17px;
    }
}
/*Mi Body start*/
.mi-body-wrapper{
	background: url(../images/background_02.jpg) center 3px no-repeat;
	height: 570px;
	background-size: cover;
	width: 90%;
    margin: 0 auto;
    max-width: 1280px;

}
.mi-body-wrapper .co {
    overflow: hidden;
}

/*Left header*/
.mi-header-text {
    float: left;
    width: 367px;
    padding-left: 36px;
    padding-top: 54px;
}

.mi-header-text h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    color: #212121;
    margin-bottom: 21px;
}


.mi-header-text h2 span {
    color: #B0120A;
    font-weight: 400;
}

.mi-header-copy {
    font-size: 13px;
    line-height: 18px;
    color: #212121;
    padding-right: 70px;
    padding-bottom:45px; 
}

/*Header right box*/
.me-right-box {
    float: right;
    padding: 25px;
    background: rgba(66,90,100,0.15);
    margin-right: 26px;
    margin-top: 26px;
    width: 230px;
}

.me-right-box h4 {
    font-size: 18px;
    line-height: 20px;
    color: #455a64;
    font-weight: 500;
    margin-bottom: 11px;
}

.me-right-box ul {
    margin: 0px;
    padding: 0px;
}

.me-right-box ul li {
    font-size: 14px;
    color: #212121;
    padding-bottom: 8px;
    margin-left: 18px;
    font-weight: 300;
}

/*Bottom nav*/
.mi-bottom-wrapper {
    margin: auto;
}
.mi-bottom-wrapper .co{
	padding-left: 12px;
	padding-right: 12px;
}

.mi-bottom-nav {
    background: rgba(66,90,100,0.15);
    padding: 0px;
}

.mi-bottom-wrapper h3 {
    font-size: 19px;
    line-height: 30px;
    color: #212121;
    font-weight: 400;
    margin-bottom: 5px;
    padding-left: 26px;
}

.mi-bottom-nav ul {
    margin: 0px;
    padding: 0px;
    display: flex;
}

.mi-bottom-nav ul li {
    font-size: 16px;
    line-height: 18px;
    border-right: solid 1px #d9dddf;
    color: #336666;
    font-weight: 200;
}
.mi-bottom-nav ul li a{
    color: #336666;
    text-decoration: none;
    padding: 16px 17px;
    display: block;
}
.mi-bottom-nav ul li:first-child a{
	padding-left:26px;
}
.mi-bottom-nav ul li:last-child{
	border-right:none;
}
.mi-bottom-nav ul li:last-child a {
    padding-left: 20px;
    padding-right: 20px;
}
.mi-bottom-nav {
    overflow: hidden;
}
.mi-bottom-nav ul li:hover a{
    color: #fff;
}
.mi-bottom-nav ul li:hover {
    background-color: #336666;
    color: #fff;
}



/*Bottom headline*/
.mi-bottom-headline.co {
    padding: 30px 36px 32px 0px;
    padding-right: 36px;
    font-size: 16px;
    line-height: 30px;
    color: #B0120A;
}

/*Inner page css start*/
.mi-nav-bottom-logos.co {
    padding-left: 36px;
    padding: 10px 36px 5px 36px;
}
.mi-inner-banner{
    height: 300px;
}
.builders {
	background: url(../images/builders-banner.jpg) left top no-repeat;
}
.landscaping {
	background: url(../images/landscaping-banner.jpg) left top no-repeat;
}
.excavation {
	background: url(../images/excavation-banner.jpg) left top no-repeat;
}
.metalManu {
	background: url(../images/metal-banner.jpg) left top no-repeat;
}
.poolSpa {
	background: url(../images/pool-banner.jpg) left top no-repeat;
}
.plasticManu {
	background: url(../images/plastic-banner.jpg) left top no-repeat;
}
.woodManu {
	background: url(../images/wood-banner.jpg) left top no-repeat;
}
.technology {
	background: url(../images/technology-banner.jpg) left top no-repeat;
}
.aboutUs {
	background: url(../images/aboutus-banner.jpg) left top no-repeat;
}
.quotes {
	background: url(../images/quotes-banner.jpg) left top no-repeat;
}
.claims {
	background: url(../images/claims-banner.jpg) left top no-repeat;
}
.certificatesBanner {
	background: url(../images/certificates-banner.jpg) left top no-repeat;
}
.careersBanner {
	background: url(../images/careers-banner.jpg) left top no-repeat;
}
.contact {
	background: url(../images/contact-banner.jpg) left top no-repeat;
}
.risk {
	background: url(../images/articles-slices.jpg) left top no-repeat;
}
.fpo {
	background: url(../images/FPOHeader.jpg) left top no-repeat;
}
.mi-in-left-box {
    float: left;
    width: 400px;
    font-size: 39px;
    color: #fff;
    font-weight: 300;
    line-height: 47px;
    text-shadow: 8px 3px 7px rgba(0,0,0,0.5);
    margin-top: 63px;
}

.mi-inner-banner.co {
    padding-left: 36px;
    padding-right: 36px;
    /* width: 300px; */
	background-size: cover;
	    background-position: center;
}

.mi-in-right-box {
    float: right;
    width: 227px;
}

.mi-free-quote {
    /* background-color: #A65C5C; */
    margin-top: 24px;
}

.mi-call-today {
    background-color: rgba(255,255,255,0.8);
    padding: 23px;
    font-size: 14px;
    line-height: 16px;
}

.mi-call-today span {
    display: block;
    margin-top: 10px;
    font-weight: 600;
}

.mi-inner-body {
    padding: 35px 36px 35px 36px;
}

.mi-body-box {
    float: left;
    width: 50%;
}

.mi-body-box h3 {
    font-size: 18px;
    line-height: 40px;
    color: #455a64;
    font-weight: 500;
    border-top: solid 2px #455a64;
}

.mi-body-box.mi-left {
    padding-right: 17px;
}

.mi-body-box.mi-right {
    padding-left: 17px;
}

.mi-body-box ul li {
    color: #212121;
    font-size: 14px;
    font-weight: 300;
    float: left;
    margin-bottom: 9px;
    position:relative;
}

.mi-body-box ul li {
    text-decoration: none;
    color: #212121;
    padding-left: 6px;
    padding-right: 6px;
}

.mi-body-box ul {
    margin: 0px 0px 0px -6px;
    padding: 0px;
}

.mi-body-box ul li:before {
    position: absolute;
    right: 0px;
    border-right: solid 1px #212121;
    height:13px;
    width:1px;
    content:"";
    top:3px;
}
.mi-body-box ul li:last-child:before {
    border-right: none;
}
.col-50 {
	width: 49%;
	float:left;
}


/* Footer CSS */
.mainContainer {
	position: relative;
}
.footer {
    background-color: #e0e0e0;
    padding: 30px 0;
    -webkit-box-shadow: inset 0 10px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 10px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 10px 20px -20px rgba(0,0,0,0.8);
	position: absolute;
	width: 100%;
}
.footer p {
    color: #455a64;
    text-align: center;
}
.footer a {
    color: #455a64;
}
#footerBG {
    background-color: #e0e0e0;
}
.mainContainer {
    background-color: #eeeeee;
}
/* End Footer CSS */
.contactForm input:not([type=checkbox]) {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    height: 30px;
    margin: 0 0 15px;
    width: 100%;
	padding: 3px 0px 0px 3px;
}
.contactForm p {
    margin: 0 0 10px;
    padding: 0 30px 0 0;
}
.contactLabel {
	font-weight: bold;
}
.contactForm textarea {
    margin-bottom: 15px;
    resize: none;
	width: 100%;
	height: 100px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
	padding: 3px;
}
#submit, #print, #reset {
    background-color: #b01209;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    height: auto;
    padding: 7px 30px;
    width: auto;
}
.contactForm h3 {
    font-size: 1.7em;
    font-weight: normal;
    margin-bottom: 10px;
}
.quotesForm input:not([type=checkbox]) {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    height: 30px;
    margin: 0 0 15px;
	width: 100%;
	padding: 3px 0px 0px 3px;
}
.quotesForm select {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    height: 30px;
    margin: 0 0 15px;
    padding: 3px 0 0 3px;
	width: 100%;
}
.quotesForm p {
    margin: 0 0 10px;
    padding: 0 30px 0 0;
}
.quotesForm textarea {
    margin-bottom: 15px;
    resize: none;
	width: 100%;
	height: 100px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
	padding: 3px;
}
.quotesForm h3 {
    font-size: 1.7em;
    font-weight: normal;
    margin-bottom: 10px;
}
.formName {
    font-size: 16px;
    margin: 17px 0 7px !important;
}
.dottedHoriz {
    border-top: 1px dotted gray;
    height: 1px;
    margin-bottom: 10px;
    width: 80%;
}
.contactGroup p {
    line-height: 100%;
    margin-bottom: 3px;
}
.red1 {
	color: #b01209;
}
 .leftCol {
    padding-left: 90px !important;
	margin-right: 2%;
}
.state {
    float: left;
    width: 60%;
}
.state select {
    width: 90%;
}
.zipCode {
    float: left;
    width: 40%;
}
.zipCode input {
    width: 100%;
}
.formChecks {
    padding-left: 90px;
}
.formSubhead {
    font-size: 1.5em;
    font-weight: bold;
    margin: 20px 0 !important;
}
.checkBox {
    float: left;
    width: 32%;
}
.checkBox input {
    float: left;
    margin-right: 10px;
    width: auto;
}
.checkBox label {
    float: left;
    margin-top: 5px;
}
.me-right-box a {
    color: #212121;
    text-decoration: none;
}
.me-right-box a:hover {
    text-decoration: underline;
}
.mainContent {
    margin: 0 auto;
    width: 90%;
    max-width: 1280px;
}
#contentTabs div {
    border-bottom: 1px solid #000000;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: 200;
    line-height: 18px;
}
#contentTabs div:hover {
	background-color: #f5f5f5;
}
#contentTabs div:hover p {
	color: #336666 !important;
	font-weight: bold;
}
#contentTabs p {
    padding-left: 26px;
    padding: 15px 0px;
	margin-bottom: 0;
	text-align: center;
}
#historyContent > div {
    padding: 20px 36px 36px 36px;
}
.activeTab {
    border-bottom: 5px solid #336666 !important;
}
.activeTab p {
    color: #336666 !important;
	font-weight: bold;
	margin-bottom: -2px !important;
}
.tabContent > div {
    padding: 20px 36px 50px 36px;
}
.shorter {
    width: 10.54%;
}
.longer {
    width: 18.54%;
}
#businessContent > ul, #companiesContnet ul {
    list-style-type: disc;
    padding-left: 0;
}
#businessContent a, #companiesContnet a {
    color: #000;
}
#valuesContent > ul, #valuesContnet ul {
    list-style-type: disc;
    padding-left: 0;
}
#valuesContent a, #valuesContnet a {
    color: #000;
}
.tabBody {
	display: none;
}
.aboutLeftnav {
    float: left;
    width: 20%;
}
.staffContent {
    float: right;
    width: 79%;
	padding-left: 20px;
}
.aboutLeftnav > p {
    font-weight: bold;
    margin: 10px 0 0;
}
.aboutLeftnav p:first-child {
	margin-top: 0px !important;
}
.hidestaffSpecific {
    color: #000;
    display: inline-block;
    margin-left: 15px;
}
.staffTitle {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 15px;
}
.staffSub {
    margin: 0;
}
.staffContent ul {
    list-style-type: disc;
    margin-top: 15px;
    padding-left: 15px;
}
.staffSpecific {
	display: none;
}
.staffSpecific a {
    color: #000;
}
.staffSpecific div p {
    margin: 0;
}
.careers > ul {
    list-style-type: disc;
    padding-left: 15px;
}
.careers h2 {
    font-weight: normal;
    margin-bottom: 10px;
}
.dropdownContent {
    background-color: #c3c9ce;
    display: none;
    position: absolute;
}
.hoverMenu:hover .dropdownContent {
    display: block;
}
.me-right-box .dropdownContent > li {
    color: #336666;
    margin-left: 0;
    padding: 10px;
}
.me-right-box .dropdownContent > li:hover {
    color: #ffffff;
	background-color: #336666;
}
.me-right-box .dropdownContent > li:hover a {
	color: #fff;
	text-decoration: none;
}
.certsForm {
    padding-left: 90px;
}
.workDates > input {
    float: left;
    max-width: 160px;
	width: 100%;
}
.workDates > p {
    float: left;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    width: 30px;
}
.certificates .formSubhead {
    padding-left: 90px;
}
.certsButton {
    margin-right: 17px !important;
}
.riskMA h2 {
    margin: 20px 0 10px;
}
.riskMA > ul {
    list-style-type: disc;
    padding-left: 13px;
}
.riskMA li {
    margin-bottom: 5px;
}
.riskMA li a {
    color: #000000;
}
.formChecks p {
    font-size: 1.2em;
}
input.error {
    border: 2px solid #b01209;
}
.errorRef {
	position: relative;
}
#errors {
    background-color: #b01209;
    border-radius: 5px;
    bottom: 15px;
    color: #fff;
    left: -235px;
    position: absolute;
    width: 225px;
}
#errors > p {
    margin: 10px 0;
    padding-left: 15px;
	font-size: 0.9em;
}
.branchinfo h2 {
    margin: 30px 0 15px;
}
.col-32 > p {
    display: inline-block;
    width: 32%;
}
.branchinfo a {
    color: #000;
}
.branchinfo p {
    margin: 0;
    padding: 10px 0 10px 10px;
}
.col-25 p {
    display: inline-block;
    width: 24.5%;
}
.branchinfo div:nth-child(2n+1) {
    background-color: #fff;
}
.branchinfo {
	display: none;
}
#thankyou, #errormessage {
	display: none;
}
#print {
    border-radius: 5px;
    float: left;
    height: 33px;
    padding: 7px 0;
    text-align: center;
    width: 125px;
}
#print > p {
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}
.certsButton {
    height: 33px !important;
	float: left;
}
.separator {
	width: 1px;
	float: left;
	height: 480px;
	background-color: #000000;
}
.claimsreporting {
    margin: 0 auto;
    width: 1024px;
}
.claimsreporting h1 {
    padding: 20px 35px;
}
.claimsgroup {
    padding: 0 0 0 35px;
}
.companytitle {
    font-size: 1.5em;
    font-weight: bold;
    padding-left: 10px;
	margin-bottom: 10px;
}
.claimsgroup .col-50 p {
    font-size: 1.1em;
    margin: 0 0 10px;
}
.claimsgroup .subhead {
    font-size: 0.8em !important;
}
.whiteBG:nth-child(odd) {
    background-color: #ffffff !important;
	padding-top: 20px;
	margin-bottom: 20px;
}
.whiteBG {
    padding-bottom: 10px;
}
.claimsgroup .col-50 {
    padding: 10px;
}
.claimsgroup a {
    color: #000000;
    font-size: 1.1em;
	clear: both;
    float: left;
}
.certsBottom {
	padding-left: 90px;
}
.certsBottom > textarea {
    width: 735px;
}
.image-link {
	text-decoration: none;
}
/* Print Styles */
@media print{
	.mi-search-wrapper,
	.mi-logo-nav,
	.mi-inner-banner,
	h1,
	h1 + p,
	textarea + p,
	.mi-bottom-headline,
	#submit,
	#print
		{
		display: none;
	}
	body {
		background-color: #ffffff;
	}
	.formSubhead {
		margin: 10px 0px;
		font-size: 1em;
		font-weight: normal;
	}
	.quotesForm input {
		margin: 0 0 10px;
	}
}
/* End Print Styles */

.co { position: relative; }
.awardWrapper {
    position: absolute;
    right: 70px;
    bottom: 0;
}

.awardWrapper img {
    width: 170px;
    height: auto;
}
.google-review {
	display: block;
	margin-top: 0px;
	padding-left: 30px;
}

.google-review a {
	display: flex;
	color: #fff;
	line-height: 15px;
	font-size: 15px;
	text-decoration: none;
	align-items: center;
	gap: 5px;
	font-weight: 300;
}
.google-review a u{
	font-weight: 400;
}
.google-review a span{

	display: inline-block;
	font-weight: 300;
	margin-top: 2px;
	line-height: 20px;
}
.google-review img {
	display: inline-block;
	height: 16px;
	width: 16px;
	vertical-align: middle;
}
.mi-search-wrapper .co {
    display: flex;
    justify-content: space-between;
}
.searchBox {
	display: none;
}
div#contentTabs {
        white-space: nowrap;
        width: 100%;
        overflow: auto;
    }
    #contentTabs div {
        border-bottom: 1px solid #000000;
        cursor: pointer;
        float: none;
        font-size: 16px;
        font-weight: 200;
        line-height: 18px;
        display: inline-block;
    }
@media(max-width:1080px) {
	.mi-bottom-nav ul li:first-child a,
	.mi-bottom-nav ul li:last-child a	{
		padding: 16px 17px;
	}
    .mi-bottom-nav ul {
        flex-wrap:wrap
    }
    .mi-bottom-nav ul li {
        width: 25%;
        flex: 0 0 25%;
    }
    .mi-bottom-nav ul li:nth-of-type(1),
    .mi-bottom-nav ul li:nth-of-type(2),
    .mi-bottom-nav ul li:nth-of-type(3),
    .mi-bottom-nav ul li:nth-of-type(4) {

        border-bottom: solid 1px #d9dddf;
    }
    .mi-bottom-nav ul li:nth-of-type(4) {
        border-right: solid 0px #d9dddf; 
    }
    .mi-nav > ul > li ul.mi-dropdown {
        visibility: visible;
        opacity: 1;
    }
    .device-white {
        background: rgba(255, 255, 255, 1);
    }
    .quotesForm p {
        margin: 0 0 10px;
        padding: 0 0px 0 0;
    }
    .quotesForm p.leftCol,
    .quotesForm .leftCol {
        padding-left: 0 !important;
    }
    form#quotesForm,
    form#certificatesForm,
    form#claimsForm {
        display: flex;
        flex-wrap: wrap;
        gap: 4%;
    }
    form#quotesForm .formSubhead,
    form#certificatesForm .formSubhead,
    form#claimsForm .formSubhead {
        flex: 0 0 100%;
        width: 100%;
    }
    form#quotesForm .col-50,
    form#certificatesForm .col-50,
    form#claimsForm .col-50 {
        width: 47%;
        float: none;
    }
    form#quotesForm .formChecks,
    form#certificatesForm .formChecks,
    form#claimsForm .formChecks {
        padding-left: 0px;
    }
    .certificates .formSubhead {
        padding-left: 0px;
    }
    .certsForm,
    .certsBottom {
        padding-left:0px;
    }
    .workDates {
        width: 100%;
        display: flex;
    }
    .mainContent {
        margin: 0 auto;
        width: 100%;
    }
    div#contentTabs {
        white-space: nowrap;
        width: 100%;
        overflow: auto;
    }
    #contentTabs div {
        border-bottom: 1px solid #000000;
        cursor: pointer;
        float: none;
        font-size: 16px;
        font-weight: 200;
        line-height: 18px;
        display: inline-block;
    }
    .checkBox {
        float: left;
        width: 50%;
    }
    .mi-bottom-headline.co {
        padding: 30px;
    }
    ul.mi-dropdown > li {
		padding: 7px 10px;
		border-bottom: solid 1px #BBB;
	}
	.mi-nav > ul > li {
        float: none;
        width: 100%;
        padding: 10px 20px;
        border-bottom: solid 1px #BBB;
    }
	.quotesForm input:not([type=checkbox]) {
		max-width: 100%;
	}
	.quotesForm select {
		max-width: 100%;
		width: 90%;
	}
	.zipCode {
		float: left;
		width: 40%;
	}
	.google-review {
		display: block;
		margin-top: 0px;
		padding-left: 0;
		margin-left: -8px;
	}
}
@media(max-width:767px) {
	.quotesForm input:not([type=checkbox]) {
		max-width: 100%;
	}
	.quotesForm select {
		max-width: 100%;
		width: 90%;
	}
	.zipCode {
		float: left;
		width: 40%;
	}
	.mi-search-wrapper {
		display: block;
	}
	.mi-search-wrapper .co {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		gap: 5px;
		justify-content: center;
		text-align: center;
	}
	
	.google-review a {
		justify-content: center;
	}
	.mi-search {
		float: none;
		margin-right: 0px;
	}
    .mi-header-text {
        float: none;
        width: 100%;
        padding: 20px;
    }
    .me-right-box {
        float: none;
        padding: 20px;
        background: rgba(66, 90, 100, 0.15);
        margin-right: 0px;
        margin-top: 0px;
        width: 100%;
    }
    .awardWrapper {
        position: relative;
        right: 0px;
        bottom: 0;
        text-align: center;
    }
    .mi-bottom-nav ul li {
        width: 50%;
        flex: 0 0 50%;
        border-right: solid 0px #d9dddf;
    }
    .mi-inner-banner {
        height: auto;
    }
    .mi-in-left-box,
    .mi-in-right-box {
        float: none;
        width: 100%;
        margin-top: 0;
        padding-top: 20px;
    }
    .mi-inner-banner.co {
        background-size: cover;
        padding: 0 36px 26px;
    }
    .mi-body-box.mi-left,
    .mi-body-box.mi-right {
        float: none;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-bottom: 20px;
        padding-left: 0;
    }
    .mi-body-box.mi-left ul,
    .mi-body-box.mi-right ul {
        display: flex;
        flex-direction: column;
    }
    .mi-body-box.mi-left ul li:before,
    .mi-body-box.mi-right ul li:before {
        display: none;
    }
    form#quotesForm .col-50, form#certificatesForm .col-50, form#claimsForm .col-50 {
        width: 100%;
        float: none;
		margin-right: 0;
    }
    .checkBox {
        float: none;
        width: 100%;
    }
    .formChecks {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .certsBottom > textarea {
        width: 100%;
    }
    .aboutLeftnav {
        float: none;
        width: 100%;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
    }
    #serviceContent .separator {
        width: 100%;
        height: 1px;
        margin-bottom: 20px;
    }
    .staffContent {
        float: none;
        width: 100%;
        padding-left: 0px;
    }
	.col-25 p {
		width: 49%;
	}
}
@media(max-width: 680px) {
	.col-25 p {
		width: 100%;
	}
}