@charset "UTF-8";
/************************************************

Stylesheet: Main Stylesheet

Black: #000
Green: #4a9d2e
Orange: #d8512a
Lt Grey: #e4e4e4

*************************************************/
/*********************
GENERAL STYLES
*********************/

body{
font-family: 'Lato', sans-serif;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child){
float: left;
}

strong{font-weight: 900;}

.clear{clear: both;}
.center{text-align: center;}
.greentext{color: #0095d5}
.whitetext{color: #fff;}

/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

a{color: #4a9d2e;}

.button{
background: #4a9d2e;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-weight: 600;
padding: 0.55em 1em 0.65em 1em;
}
	.button.large{
	font-size: 1.8rem;
	padding: 0.45em 1.5em 0.5em 1.5em;
	}

	.button:hover{background: #000;}

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

h1{
font-family: 'Lato', sans-serif;
font-weight: 300;
line-height: 1.1;
margin-bottom: 1rem;
}
	h1.page-title{
	font-weight: 500;
	font-size: 2.7rem;
	}
h2{
font-family: 'Lato', sans-serif;
font-size: 2.3rem;
font-weight: 800;
line-height: 1.1;
}
h3{
font-family: 'Lato', sans-serif;
font-weight: 500;
line-height: 1.2;
}
h4{
font-family: 'Lato', sans-serif;
line-height: 1.2;
font-weight: 800;
}
h5{
font-family: 'Lato', sans-serif;
}
p{
font-size: 1.2rem;
}
ul, ol{
font-size: 1.1rem;
}
	ul li, ol li{
	font-size: 1.1rem;
	line-height: 1.5;
	margin-bottom: 5px;
	}

/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }

.top-bar{
background: #fff;
border-bottom: 1px solid #efefef;
padding: 0.75rem 0.5rem;
}

.phone{
float: right;
display: inline-block;
text-align: right;
font-size: 2rem;
line-height: 1;
font-weight: 800;
padding: 0 10px 0 10px;
margin: 0.25rem 0;
}
	.phone img{
	position: relative;
	top: -3px;
	margin-right: 5px;
	}
	.phone a{
	color: #4a9d2e;
	font-size: 2.2rem;
	line-height: 1;
	}

/* Small */
@media screen and (max-width: 40em) {
	.phone{
	margin-top: 10px;
	}
	.phone a{
	font-size: 1.7rem;
	}
}

.iicrc-logo{
float: right;
display: inline-block;
text-align: right;
margin-left: 20px;
padding-top: 5px;
}

.mini-certificate{
float: right;
display: inline-block;
text-align: right;
margin-left: 18px;
}

/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
margin-left: 0; }
  .off-canvas-list ul li a {
  border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
  margin-left: 20px; }

.top-bar ul{
background: none;
}

.menu{
color: #000;
margin-top: 16px;
}
	.menu > li{
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 500;
	}
	.menu > li > a{
	color: #000;
	}
	.menu .active > a{
	background: none;
	color: #4a9d2e;
	}
	.menu > li > a:hover{
	color: #4a9d2e;
	}
	.menu > li:first-child a{
	padding-left: 0.7rem;
	}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after{
border-color: #4a9d2e transparent transparent;
}
.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu{
top: 35px;
}

.menu.submenu{
background: #fff;
padding: 0.3rem 0;
}
	.submenu li{
	text-transform: none;
	font-size: 0.9rem;
	}
	.submenu li a{
	line-height:1.2;
	padding: 0.3rem 0.8rem;
	}

.off-canvas{
background: #fff;
}
.is-accordion-submenu-parent > a::after{
border-color: #4a9d2e transparent transparent;
}

/*********************
POSTS & CONTENT STYLES
*********************/

/* Homepage */

.notice-bar{
background:#e4e4e4;
text-align: left;
font-size: 16px;
line-height:19px;
padding: 15px 10px 17px 10px;
}
.notice-bar h4{
font-size: 24px;
font-weight: 400;
color: #000;
margin-bottom: 5px;
}
.notice-bar h5{
font-size: 18px;
font-weight: 800;
color: #000;
text-transform: uppercase;
margin-bottom: 5px;
}
.notice-bar p{
font-size: 16px;
line-height: 22px;
color: #000;
}

.intro-bg{
background: url('../images/background-sanitized-kitchen.jpg') no-repeat center center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
color: #fff;
padding-bottom: 18em;
}
	.intro-bg h1{
	font-size: 2.8rem;
	font-weight: 800;
	}

	/* Medium */
	@media screen and (max-width: 64em) {
		.intro-bg h1{
		font-size: 2.1rem;
		}
	}

	/* Small */
	@media screen and (max-width: 30em) {
		.intro-bg h1{
		font-size: 1.9rem;
		}
	}

.intro-box{
background: #d8512a;
float: right;
color: #fff;
text-align: center;
padding: 2em;
margin: 0;
}
	.intro-box h2{
	font-size: 2.1rem;
	color: #fff;
	margin-bottom: 0.25rem;
	}
	.intro-box h1{
	font-weight: 400;
	color: #fff;
	margin-bottom: 0.25rem;
	}
	.intro-box h1 a{
	font-weight: 400;
	color: #fff;
	margin-bottom: 0.25rem;
	}

.cta-flag{
background: url('../images/black-ribbon.png') no-repeat center center;
margin: 2em auto;
padding-top: 2em;
height: 173px;
width: 621px;
}
	.cta-flag h1{
	font-weight: 400;
	color: #fff;
	margin-bottom: 0.25rem;
	}
	.cta-flag h1 a{
	font-weight: 800;
	color: #fff;
	}

	/* Medium */
	@media screen and (max-width: 64em) {
		.cta-flag{
		width:100%;
		}
	}

.black-bg{
background: #000;
color: #fff;
padding: 1rem 0 1rem 0;
}
	.black-bg h3{
	padding-top: 1.1rem;
	font-weight: 500;
	}


.home-services{
}	
	.home-services a{
	color: #000;
	cursor: pointer;
	}
	.home-services h4{
	font-weight: 600;
	padding-top: 10px;
	}

.green-bigflag{
background: url(../images/flag-right-end.jpg) #469e24 no-repeat right center;
color: #fff;
padding: 2rem 8rem 2rem 5rem;
margin-top: 1em;
}
	.green-bigflag p{
	font-size: 1.7rem;
	line-height: 1.3;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 0.5rem;
	}

/* Medium */
	@media screen and (max-width: 64em) {
		.green-bigflag{
		background: #469e24;
		padding: 2rem;
		}
	}

/* Pages */

#content #inner-content {
  padding: 2rem 0rem; }

.grey-box{
background: #e4e4e4;
padding: 1rem 1.5rem;
margin-bottom: 1em;
}

.checklist{
list-style: none;
margin: 0.25rem 0;
}
	.checklist li{
	background: url(../images/check.png) no-repeat left 1px;
	padding: 0 0 8px 39px;
	}

.testimonial{
font-weight: 600;
font-size: 1.15rem;
line-height: 1.5;
font-style: italic;
}
.author{
font-weight: 600;
text-transform: uppercase;
}

.cta-flag-left{
background: url(../images/CTA-flag-left.png) no-repeat left center;
margin: 2em 0;
padding: 13px 0 0 30px;
height: 102px;
}
	.cta-flag-left h4{
	font-weight: 600;
	font-size: 1.7rem;
	line-height: 1.3;
	margin: 0;
	}
	.cta-flag-left a{
	color: #fff;
	}

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background: #1583cc;
    color: #fff; }

/* Blog Posts */
.article-header h2{
font-weight: 400;
}
	.article-header h2 a{
	color: #0095d5;
	}
.byline{
}
	.byline a{
	color: #0095d5;
	}

.more-link{
}
	.more-link button{
	background: #0095d5;
	color: #fff !important;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	cursor: pointer;
	padding: 6px 10px;
	}

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

.widget{
background: #e4e4e4;
padding: 1.1rem 1.5rem 0.75rem 1.5rem;
margin-bottom: 1rem;
}
	h4.widgettitle{
	font-weight: 600;
	}
	.widget .button.large{
	font-size: 1.6rem;
	padding: 0.5em 0.75em 0.55em 0.75em;
	}
	.widget .checklist{
	margin: 1em 0;
	}

#custom_html-3{
background: url(../images/quote.png) no-repeat 94% 90% #4a9d2e;
color: #fff !important;
padding-bottom: 2rem;
}

.widget_categories{

}
	.widget_categories a{
	color: #0095d5;
	}

/*********************
FOOTER STYLES
*********************/
.footer {
clear: both;
background: #000;
color: #fff;
font-weight: 600;
padding: 2em 0 2em 0;
margin-top: 3em;
}
	.footer .widget{
	background: none;
	margin: 0;
	padding: 0;
	}
	.footer .widget a{
	color: #fff;
	}

.service-areas{
}
	.service-areas .widget_text{
	float: left;
	width: 25%;
	}
	.service-areas p{
	margin-bottom: 0;
	}

/* Small */
@media screen and (max-width: 40em) {
	.service-areas p{
	font-size: 0.9rem;
	line-height: 1.4;
	}
}


	.footer .button:hover{
	background: #fff;
	color: #000 !important;
	}

.sub-footer{
background: #fff;
padding: 0.75rem 0;
}
	.sub-footer a{color: #4a9d2e;}

/* Small */
@media screen and (max-width: 40em) {
	.sub-footer .logo{
	text-align: center;
	margin-bottom: 10px;
	}
}

.group-bar{
background: #fff;
padding: 10px 0;
}


#menu-footer-menu{
display: inline-block;
text-align: center;
}
	#menu-footer-menu > li{
	float: none;
	text-align: center;
	text-transform: none;
	font-size: 1rem;
	}
	#menu-footer-menu > li > a{
	color: #4a9d2e;
	padding: 0.25rem 0.6rem 0.1rem 0.6rem;
	}
	#menu-footer-menu > li > a:hover{
	color: #000;
	}

.copyright{
color: #000;
font-size: 0.95rem;
text-align: center;
margin-bottom: 0;
}

.social-icons{
float: right;
margin-top: 6px;
}

/* Small */
@media screen and (max-width: 40em) {
	.social-icons{
	float: none;
	text-align: center;
	margin-top: 10px;
	}
}

/*********************
FOUNDATION STYLES
*********************/

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

.wpcf7-form{
}
	.wpcf7-form .wpcf7-form-control{
	background: #e4e4e4;
	}
	.wpcf7-form .wpcf7-submit{
	background: #4a9d2e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	padding: 0.55em 1.5em 0.6em 1.5em;
	}
	.wpcf7-form .wpcf7-submit:hover{
	background: #000;
	}

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
