<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   Fluid Studios defaults
   ========================================================================== */
html,body {
	background:#fff;
	color:#333;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 0.2px; 
	/*color: #858585;*/
	font-weight: 300;
	font-size: 16px; 
	line-height: 30px;   
}

* {
	box-sizing: border-box; 
}
/* ALIGNMENT */
.text-left {text-align:left;}
.text-right {text-align:right;}
.text-center {text-align:center;}
.clear {clear:both; height: 1px;}
.clear-cms {display: none;}
/* CMS */
.control-panel {
	z-index:9999;
	width:170px;
	min-height:100px;
	border-radius:10px;
	background:#fff;
	position:fixed;
	top:100px;
	border:solid 1px #2a9bab;
	right:-140px;
	overflow:hidden;
	padding:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}
.control-panel img {
	margin:2px;
}
.control-panel a {
	float:right;
}
.gallery * {
	transition: none;
}
/* DIVS */
.row {margin-bottom:10px;}
.pad {padding:20px;}
.max-width, .limiter {max-width:1440px; margin:0 auto;}
main, article, aside, header, footer {display:block;}
/* FONTS */
.mark, .highlight {color:#F00; background:none;}
.white {color:#FFF}
.black {color:#000;}
h1 {font-size:24px; line-height:26px; font-weight:normal;}
h2 {font-size:24px; line-height:39px; font-weight:700; color:#858585;}
h3 {}
h4 {font-size: 24px; line-height:39px; font-weight: 400;}
h5 {font-size: 24px; line-height:39px; font-weight: 300; text-transform: uppercase; }
h6 {font-size: 18px; line-height:29px; font-weight: 400; letter-spacing: 0.5px;}
/* FORMS */
.req {color: #F00;}
.btn-inverse {color:#ccc;}
.span1.add-on {
	margin-left: -1px;
	float: none;
	width: 8.547008547008547%;
}
form {
	margin:0
}
.btn {
    background: #fff;
    border: solid 1px #ccc;
    box-shadow: none;
    padding: 15px;
    border-radius: 0px;
}
/* LINKS */
.clickable {cursor:pointer;}
a {text-decoration:none; transition:0.4; font-size: 16px; text-transform: uppercase; transition: ease-in-out 0.3s; color: #858585; 	letter-spacing: 0.5px; }
a:link, a:visited {color:#858585;}
a:hover, a:active {color:#858585; text-decoration:none; transition: ease-in-out 0.3s;}
.font-small {font-size: 10px;}
.font-standard {font-size: 11px;}
.font-large {font-size: 14px;}
.font-xlarge {font-size: 18px;}
.a2a_label {
	display:none;
}

/* ==========================================================================
   div styles - modern desktops
   ========================================================================== */

/* ===== HEADER ===== */
#cookie-bar {
	height: auto !important;
	z-index: 9999;
}
#header-top {
	background:#000;
	color:#fff;
	line-height:30px;
}
#header-main {
	line-height:25px;
}
#header-info {
	line-height:20px;
	text-align:right;
} 
#header-social {
	padding:5px 0;
	text-align:right;
} 

/* ===== SEARCH ===== */
.search-btn {
	height: 30px !important;
}
.search {
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #999;
	margin: 20px auto;
}
.search header {
	cursor: pointer;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}
.search header:hover,
.search header:focus,
.search header:active,
.search span.clickable:hover,
.search span.clickable:focus,
.search span.clickable:active {
	color: #07c;
}
.search-content {
	line-height: 18px;
	max-height: 54px;
	overflow: hidden;
}

/* ===== MENU ===== */
.navbar {
	margin-bottom:0;
}

.navbar-inner {
    background: transparent;
    border: none;
    box-shadow: none;
}

/* left or right align menu */
.navbar .nav {
    width: 100%;
    text-align: center;
}
/* change menu highglight (top level) */
.navbar .nav &gt; .active &gt; a, .navbar .nav &gt; .active &gt; a:hover, .navbar .nav &gt; .active &gt; a:focus {  
	background:none;
	box-shadow:none;
	color:#000;
}
.navbar .nav &gt; li &gt; a {
	text-shadow:none;
	color: #fff;
	text-transform: capitalize;
}

.navbar .nav &gt; .active &gt; a, .navbar .nav &gt; .active &gt; a:hover, .navbar .nav &gt; .active &gt; a:focus {
    background: none;
    box-shadow: none;
    color: #fff;
}

.navbar .nav &gt; li &gt; a:focus, .navbar .nav &gt; li &gt; a:hover {
    color: #858585;
    text-decoration: none;
    background-color: transparent;
}

.navbar .nav li.dropdown.open &gt; .dropdown-toggle,
.navbar .nav li.dropdown.active &gt; .dropdown-toggle,
.navbar .nav li.dropdown.open.active &gt; .dropdown-toggle {
	background:none;
	color:#000;
}
.menu-left {
	color:#666;
	float:left;
	padding-right:8px;
	padding-top:2px;
	font-size:12px;
	line-height:14px;
	color:#999;
	text-shadow:none;
}
.menu-right {float:right}

/* ===== BANNER ===== */
.banner-wrap {
	background:#fff;
	padding:0;
	margin-bottom:0;
}
.banner {
	width: 100%;
	position:relative;
	overflow: visible;
	background-image: url("../img/tandi-fire-sprinklers-01.jpg");
	background-size: cover;
}

.banner-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}

/*.banner-inner:before {*/
	/*content: "";*/
    /*display: block;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: rgba(0,0,0,0.5);*/
    /*z-index: 1000;*/

/*}*/
.banner-text-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 10px;
	height: auto;
}

.banner-text {
	background: none;
	margin: 20% auto 0;
	padding: 40px;
	width: 75%;
	position: relative;
	z-index: 99;
}

.banner-text-container {
	background:rgba(0,0,0,0.7);
	padding: 40px;
}


 @media (max-width: 1600px) {
	.banner-text-wrap-inner {
		padding: 40px 20px 30px;
	}
  
  }

@media (max-width: 1399px) {
	.banner-form-container {
		display: none;  
	}
	.banner-text-wrap-inner h1 {
		font-size: 30px !important;
		line-height: 40px !important;
	}
	.banner-logo-container {
    padding: 20px 0 20px !important; 
    width: 100% !important; 
	}

	.header-main-container .container-fluid {
		padding-left: 0!important; 
		padding-right: 0!important; 
	}
}


/*.banner-text-wrap:before,*/
/*.index-parallax-outer-container:before {*/
	/*content: "";*/
    /*display: block;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: rgba(0,0,0,0.8);*/
    /*z-index: 1000;*/
/*}*/

.banner-logo-container div span a {
	color: #fff !important;
}


.banner-text-wrap-inner {
    border: 1px solid #d3d3d3;
    position: relative;
    z-index: 1001; 
}

.banner-text-wrap-inner h1,
.banner-text-wrap-inner h3,
.content-general1 h1  {
    font-size: 60px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 60px; 
}

.banner-text-wrap-inner h3 {
	font-size: 18px; 
	line-height: 29px; 
	font-weight: 300;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 50px;
    /*padding: 25px 12px;*/
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555 !important;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
}

::-webkit-input-placeholder { /* Chrome, Safari */
	color: #555555 !important;
}

:-moz-placeholder {           /* Firefox 18- */
	color: #555555 !important;
}

::-moz-placeholder {          /* Firefox 19+ */
	color: #555555 !important;
}

:-ms-input-placeholder {      /* Internet Explorer */
	color: #555555 !important;
}

.banner-form-container {
	margin-top: 30px; 
}

.banner-form-block {
	flex: 0 0 25%;  
}

.banner-text {
	text-align:center;
}
.banner-text h1 {
	color:#fff;
	margin:0 auto;
	padding:20px;
	display:table;
}
.banner-text h2 {
	color:#fff;
	margin:0 auto;
	padding:20px;
	display:table;
}
.general-banner {
	background: rgba(0,0,0,1);
}
.general-banner img {
	width: 100%;
	opacity: 0.5;
}
#banner-home {
}
.mobile-banner {
	display:none;
}

.banner-logo-container {
	background-color: #858585;
	color: #e0e0e0;
	text-align: center; 
	padding: 40px 0 25px;  
	width: 50%; 
	margin: 0 auto; 

}

.banner-logo-container h1 {
	font-size: 46px;
	color: #e0e0e0; 
	text-transform: uppercase; 
	line-height: 40px;
	font-weight: 800;  
}

.banner-logo-container div {
	font-size: 18px;
	font-weight: 300;
	line-height: 29px;   

}

.banner-logo-container div a {
	color: #fff;
}
.index-cta-content {
    color: #c6c6c6;
    background-color: #858585;
    padding: 25px;
    font-size: 24px;
    font-weight: 300;
    line-height: 39px;
}

/* ===== CONTENT ===== */
.content1 {
	padding:30px 0;
}
.content2 {
	padding:30px 0;
	background:#000;
	color:#fff;
}
.content3 {
	padding:30px 0;
}
.general-content1 {
	padding:30px 0;
}
.general-content2 {
	padding:30px 0;
}

.content-general1 {
	padding: 80px 0; 
	text-align: center; 
}

/* ===== CONTACT ===== */

.contact-block {
	border: 1px solid #d3d3d3;
	flex-basis: 46%;
	flex-grow: 1;
	margin: 2%;
	padding: 4%;
	flex: 1;
	width: 50%;
}

.cb-left {
	margin-left: 0;
	margin-right: 1%;
}

.cb-right {
	margin-right: 0;
	margin-left: 1%;
}


.contact-flex-container {
	display: flex; 
	flex-wrap: wrap; 
}

.contact-block textarea {
	height: 196px;
    padding: 15px;
}

/* ===== FOOTER ===== */
footer {
	background:	#858585;
	font-size:12px;
	color: #c6c6c6;
}
#footer-tagline {
	padding:20px;
}
.footer-main {
	padding:10px;
	line-height:40px;
	font-size:14px;
}

.footer-main a {
	color: #fff;
	font-size: 24px;
	line-height: 39px;
}
.footer-main a:hover {
	color: #000;
}

.footer-main h1 {
	font-size:14px;
	line-height:40px;
	margin:0;
}
address {
	padding:20px 0;
	margin-bottom:0;
	line-height:22px;
	color:#000;
}
.share-this {
	text-align:right;
}

.footer-copy {
	font-size: 16px; 
	text-align: left;
	color: #8b8b8b; 
	text-transform: uppercase; 

}

.footer-rights {
    float: left;
    line-height: 16px;
    margin-right: 10px;
}

.footer-link {
    float: left;
    line-height: 16px;
    margin-right: 10px;
}



/* ===== COPYRIGHT ===== */
.top-link {
	float:right;
}
.copy {
	background:#242424; 
	color:#fff;
	padding:0;
	line-height:40px;
	padding: 10px 0; 
}
.a2a_kit {
    margin: 4px 0;
    margin-left: 10px;
}


/* ==========================================================================
   Custom Styles
   ========================================================================== */

/* NAV */

.index-content1 {
	padding: 80px 0px;  
}

.navbar .nav &gt; li {
    float: none; 
    display: inline-block;
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

.navbar {
    margin-bottom: 20px;
    overflow: visible;
    position: relative; 
    width: 100%;
    text-align: center;
}

#header-main {
    margin-bottom: 20px;
    overflow: visible;
    position: relative; 
    width: 100%;
    text-align: center;
}

.header-main-container {
	 margin-bottom: 20px;
    overflow: visible;
    position: absolute;
    z-index: 999;
    width: 100%;
    text-align: center;
    display: block; 
}

.bottom-banner-cta {
	position: absolute; 
	z-index: 1000;
	display: block;
	bottom: 0; 
	width: 100%; 
	padding: 25px; 
	text-align: center; 
	background-color: #858585;
	font-size: 18px;
	color: #c6c6c6;
	letter-spacing: 2px; 
	font-weight: 300;  
}

.index-service-btn-container,
.ip-button-container {
	width: auto;
    margin: 0 auto;
    margin-top: 40px;
}


.index-service-btn-container a,
.ip-button-container a {
	border: 1px solid #d3d3d3;
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 60px;
	display: inline-block;
}

.ip-button-container a {
	color: #fff;
	background-color: #858585;
	border: none;
	text-transform: capitalize;
}

.ip-button-container a:hover {
	color: #858585;
	background-color: #fff;
	text-transform: capitalize;
}

.index-service-btn-container a:hover {
	background: #858585;
	color: #fff;
}

.index-services-flex-container,
.index-accred-flex-container {
	display: flex; 
	flex-wrap: wrap; 
}

.index-services-flex-block {
	flex-basis: 31%;
	flex-grow: 1;
	margin: 1%;
}

.cta-text {
    display: inline-block;
    border-right: 1px solid #c6c6c6;
    padding: 0px 8px;
    line-height: 20px;
}

.index-cta-4 {
	border-right: none;
	padding-right: 0px;  
}




.index-services-flex-block h3 {
	margin-bottom: 20px;
	text-transform: uppercase;
}

.index-service-img-container {
	margin-bottom: 30px;  
}

.index-service-img-container img {
	border: 1px solid #d3d3d3;
	border-radius: 200px; 
}

.index-content2 {
	/*background: url(../img/tandi-sprinklers-parallax-img.jpg) bottom fixed no-repeat;*/
	background-color: #858585;
	position: relative;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
    color: white;
}

.index-parallax-outer-container {
	padding: 40px;
	position: relative;
	background: rgba(0,0,0,0.7);
}

.index-content2 .index-parallax-outer-container {
	background: none;
}

.index-content2 .index-parallax-outer-container a:link,
.index-content2 .index-parallax-outer-container a:visited {
	color:#ccc;
}

.index-content2 .index-parallax-outer-container a:active,
.index-content2 .index-parallax-outer-container a:hover {
	color:#fff;
}

.index-content2 .index-parallax-outer-container .ip-button-container a {
	background: #ccc;
    color: #000;
}

.ip-inner-container { 
	border: 1px solid #d3d3d3;
	padding: 80px 100px;
	position: relative; 
	z-index: 1001;
}

.ip-inner-container h6 {
	margin-top: 20px; 
}

.index-content3 {
	padding: 80px 0; 
}

.index-accred-flex-container {
	border: 1px solid #d3d3d3;
	padding: 60px 80px; 
	margin-top: 40px; 
}


.index-accred-flex-block {
	flex-grow: 1; 
	flex-basis: 20%;
}

@media (max-width: 1300px) {
	.index-accred-flex-container {
	padding: 60px 20px;  
	}
}

@media (max-width: 1100px) {
	.index-accred-flex-container {
	padding: 30px 2%; 
	}

	.index-accred-flex-block img {
	width: 75%; 	
	}

	.index-content2,
	.index-content3 {
    padding: 60px 0;
	}

	footer .span2,
	footer .span3,
	footer .span7 {
	width: 100% !important;  
	text-align: center;
	margin: 0px !important;  
	}
	.footer-copy {
    font-size: 16px;
    text-align: center;
	}
	.top-link {
    float: none!important; 
	}
	.a2a_default_style a {
    float: none !important; 
    line-height: 16px;
    padding: 0 2px;
    display: inline-block;
	}
	.share-this {
    text-align: center;  
	}
	.copy {
	padding: 40px 0 30px; 
	}
	.cta-text {
		display: block;
		border-right: none;
		padding: 0px;
		font-size: 20px;
		line-height: 30px;
	}
	.index-content2 {
    background: url(../img/tandi-sprinklers-parallax-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
	}
}

@media (max-width: 800px) {

	.index-accred-flex-block img {
		width: 30%;
	}

	.index-accred-flex-container {
	border: none; 
	}
	.index-accred-flex-block {
    flex-grow: 1;
    flex-basis: 100%;
    margin-top: 40px; 
	}
	.ic-fb-1 {
	margin-top: 0px; 
	}
	.index-accred-flex-container {
    margin-top: 20px;
	}
	.cta-text {
    display: block;
    border-right: none;
    padding: 0px;
    line-height: 35px;
    font-size: 18px;
	}

}



/* FIXES */

.gen-style {
	text-align: left;
	border: 1px solid #d3d3d3;
	padding: 50px;
}

.gen-style a {
	text-transform: inherit;
	color: #0a9598;
}

.gen-grey-content a {
    text-transform: inherit;
    color: #b9edf5;
}

.ip-text-container h4 a {
	font-size: 24px;
	line-height: 39px;
	font-weight: 400;
	text-transform: inherit !important;
}

.gen-grey-content {
	color: #fff;
	background-color: #858585;
	padding: 50px 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}
.margin-top-50 {
	margin-top: 50px;
}

li {
	line-height: 30px;
}

.embed-container {
	height: 0;
	width: 50%;
	padding-bottom: 50%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.embed-container iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#contact-msg-Two h1 {
    font-size: 30px;
}

#contact-msg-Two {
    font-size: 16px;
    line-height: 29px;
    font-weight: 800;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: white;
}

#contact-msg-One h1 {
    color: #858585;
    font-size: 24.5px;
    font-weight: 700;
}

#contact-msg-One {
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.2px;
    color: #858585;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
}

.services-new {
    padding: 50px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.services-new-grey {
	color: #fff;
    background-color: #858585;
}

.services-new-flex {
	display: flex;
	justify-content: space-between;
}

.services-new-main {
	flex-basis: 65%;
}

.services-new-list {
	flex-basis: 30%;
	background: rgba(0,0,0,0.1);
    padding: 30px;
}

.services-new-grey .services-new-list {
	background: rgba(255,255,255,0.1);
}

/* ==========================================================================
   CMS styles
   ========================================================================== */

/* ===== BLOG PAGE ===== */

.blog {
	margin-bottom: 20px;
	text-align: left;
}

.blog a{
	color: #5c8e98;
	text-transform: inherit;
	font-weight: 400;
}

.blog a:hover {
	color: #5c8e98;
	text-decoration: underline;
}
#blog-menu {
	background:#eeeeee;
	padding:20px;
	color:#fff;
	margin-top: 10px;
}

.blog-post-preview {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #eee;
}
.blog-post-preview:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.blog-post-preview header, .blog header {
	padding: 0;
	margin: 0 0 10px 0;
	background: none;
	font-size: 20px;
	font-weight: 700;
	color: #8c8c8c;
	text-align: left;
}
.blog-post-preview-img {
	width: 25%;
	float: left;
}
.blog-post-preview-content {
	width: 72%;
	float: right;
}
.blog-post-preview-content img {
	display:none;
}
.blog-post-content {
	height: 60px;
	line-height: 18px;
	overflow: hidden;
	text-align: left;
}
.blog-post-more {
	float: right;
	background: #eee;
	color:#555;
	border-radius: 1px;
	padding: 5px 10px;
	margin-top: 20px;
}
.blog-post-preview a:link, .blog-post-preview a:visited {
	color:#555;
}

.blog-post-preview a:hover, .blog-post-preview a:active {
	color:#555;
}
.blog-year-title {

	padding: 5% 0;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	color:#000;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}
.blog-month-title {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color:#000;
	margin: 5px 0;
}
.blog-cloud {
	width: 100%;
	padding: 5%;
	margin-top: 5%;
	border-radius: 2px;
	background: #858585;
}
.blog-cloud a:link, .blog-cloud a:visited {color:#fff !important; text-decoration:none;}
.blog-cloud a:hover, .blog-cloud a:active {color:#000 !important; text-decoration:none;}
.blog-wc-smallest {font-size: 0.6em; padding: 3px;}
.blog-wc-small {font-size: 0.8em; padding: 3px;}
.blog-wc-medium {font-size: 1em; padding: 3px;}
.blog-wc-large {font-size: 1.2em; padding: 5px;}
.blog-wc-largest {
	font-size: 1em;
	padding: 5px;
}
.blog-post-date {
	font-size: 14px;
	float: right;
}

#blog-search {
	margin-bottom:0;
}

.grey {
	color:#8f8f8f;
}
.blog-social .a2a_kit {
    float: left;
    margin: 10px 0;
}

/* ===== CONTACT PAGE ===== */

#contact-msg {
	margin-bottom: 10px;
	display: none;
}
#contact-form {
	margin-bottom: 10px;
}

.contact article {
	padding:20px;
}

.contact aside {
	padding:20px;
	background:#eee;
}

.map-cover {
	position:relative;
}

.map-absolute {
	position:absolute;
	width:100%;
	top:0;
	bottom:0;
}

/* ===== GALLERY ===== */

#galleria {
	width: 100%;
	height: auto;
}

.statement {
	background:#eee;
	font-size:24px;
	line-height:36px;
	padding:40px;
	text-align:center;
}

.gallery-bg {
	background: #f6f6f6;
}

/* ===== GENERAL ===== */
.statement &gt; div {
	width: 80%;
	padding: 10%;
}

/* ==========================================================================
   RESPONSIVE OVERRIDES
   ========================================================================== */

/* iPads (landscape) 768x1024 ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
  
}

/* iPads (portrait) 768x1024 ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
  
}
/* Large desktop */
@media (min-width: 1400px) {
	.banner-text-wrap-inner h1 {
    font-size: 52px;
	}

	.index-cta-content {
		font-size: 22px;
		line-height: 30px;
	}

}
/* Standard desktop */
@media (min-width: 1200px) and (max-width: 1400px) {

	.banner-logo-container {
		padding: 10px 0 !important;
		width: 100% !important;
	}

	.banner-logo-container h1 {
		font-size: 30px;
		line-height: 30px;
	}

	.banner-logo-container div {
		font-size: 18px;
		line-height: 20px;
	}

	.index-cta-content {
		font-size: 18px;
		line-height: 30px;
	}

	.index-services-flex-block {
		flex-basis: 30%;
		flex-grow: 1;
		margin: 1%;
	}

}

/* Small desktop */
@media (min-width: 980px) and (max-width: 1199px) {

	.banner-logo-container {
		padding: 10px 0 !important;
		width: 100% !important;
	}

	.banner-logo-container h1 {
		font-size: 30px;
		line-height: 30px;
	}

	.banner-logo-container div {
		font-size: 18px;
		line-height: 20px;
	}

	.index-services-flex-block {
		flex-basis: 100%;
		flex-grow: 1;
	}

	.index-content1 {
		padding: 20px 0px;
	}

	.index-services-flex-block {
		margin: 30px 60px;
	}

	.footer-main a {
		color: #fff;
		font-size: 20px;
		line-height: 30px;
		display: block;
	}

	.footer-main h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.content-general1 {
		padding: 20px 0;
		text-align: center;
	}

	.banner-text {
		width: 80%;
	}

	.banner-text-wrap-inner {
		padding: 20px;
	}

	.banner-text h1 {
		padding: 10px 0;
	}

}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
	.banner-text h1 {
	  margin: 2.5% auto 10px auto;
	  font-size:22px;
	}
	.navbar .btn-navbar {
		width:100%;
		color:#000;
		margin-left:0;
		background: none;
		border: none;
		filter: none;
		box-shadow: none;
	}
	.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
		color: #000;
		background: none;
	}
	.nav-collapse .nav &gt; li &gt; a:hover, .nav-collapse .nav &gt; li &gt; a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
		background: none;
		color:#000;
	}
	.dropdown-menu&gt;.active&gt;a, .dropdown-menu&gt;.active&gt;a:hover, .dropdown-menu&gt;.active&gt;a:focus {
		background:none;
		color:#000;
	}
	.navbar-inner {
		background:none;
		border:none;
		box-shadow:none;
	}
	.navbar .nav &gt; .active &gt; a, .navbar .nav &gt; .active &gt; a:hover, .navbar .nav &gt; .active &gt; a:focus {
		background:none;
		color:#000;
		box-shadow:none;
	}
	.navbar .nav li.dropdown.open&gt;.dropdown-toggle, .navbar .nav li.dropdown.active&gt;.dropdown-toggle, .navbar .nav li.dropdown.open.active&gt;.dropdown-toggle {
		background:none;
		color:#000;
	}
	.index-services-flex-block {
		flex-basis: 100%;
		flex-grow: 1;
		padding: 20px;
	}
	.index-service-btn-container, .ip-button-container {
    width: 245px;
    margin: 0 auto;
    margin-top: 40px;
	}
	.ip-button-container {
    width: 280px;
	}
	.ip-inner-container {
    padding: 60px 20px; 
	}
	.index-parallax-outer-container {
    padding: 40px;
	}
	h4, h6 {
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
	}
	.index-content2 {
    padding: 40px 0;
	}
	#header-main {
    margin-bottom: 0px;
	}
	.navbar {
		background-color: #fff;
		border-bottom: solid 2px #858585;
		padding: 10px;
	}
	.menu-left {
    font-size: 14px;
	}
	.index-content1 {
    padding: 20px 0px 60px;
	}
	.navbar .nav &gt; li {
    display: block;
	}

	.navbar .nav &gt; li &gt; a {
		text-shadow: none;
		color: #858585;
		text-transform: capitalize;
	}

	.footer-main a {
		color: #fff;
		font-size: 20px;
		line-height: 30px;
		display: block;
	}

	.footer-main h5 {
		font-size: 20px;
		line-height: 30px;
	}

	.header-main-container {
		position: relative;
		margin-bottom: 0;
	}

	.navbar {
		background-color: #fff;
		border-bottom: solid 1px #858585;
		padding: 10px;
		margin-bottom: 0;
	}

	.gen-style {
		text-align: left;
		border: 1px solid #d3d3d3;
		padding: 30px;
	}

	.index-service-btn-container {
		width: 260px;
		margin: 0 auto;
		margin-top: 40px;
	}

	.ip-button-container {
		width: 300px;
		margin: 0 auto;
		margin-top: 40px;
	}

	.content-general1 {
		padding: 20px 0;
		text-align: center;
	}

	.banner-text {
		width: 90%;
		margin: 30% auto 0;
	}

	.banner-text-wrap-inner {
		padding: 20px;
	}

	.banner-text h1 {
		padding: 10px 0;
	}

	.banner-text-wrap-inner h1 {
		font-size: 27px !important;
		line-height: 30px !important;
	}


}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	body, html {
		margin:0;
		padding:0;
	}
	header, header div, header article, header aside, header .text-right {
		text-align:center;
	}
	#header-top {
		padding:10px 20px;
		box-sizing:border-box;
	}
	.banner-text h1 {
	  margin: 2.5% auto 10px auto;
	  font-size:18px;
	  line-height:18px;
	  padding:10px;
	}
	.banner-text h2 {
	  margin: 0 auto;
	  font-size:14px;
	  line-height:14px;
	  padding:10px;
	}
	.navbar .btn-navbar {
		width:100%;
		color:#000;
		margin-left:0;
		background: none;
		border: none;
		filter: none;
		box-shadow: none;
	}
	.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
		color: #000;
		background: none;
	}
	.nav-collapse .nav &gt; li &gt; a:hover, .nav-collapse .nav &gt; li &gt; a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
		background: none;
		color:#000;
	}
	.dropdown-menu&gt;.active&gt;a, .dropdown-menu&gt;.active&gt;a:hover, .dropdown-menu&gt;.active&gt;a:focus {
		background:none;
		color:#000;
	}
	.navbar-inner {
		background:none;
		border:none;
		box-shadow:none;
	}
	.navbar .nav &gt; .active &gt; a, .navbar .nav &gt; .active &gt; a:hover, .navbar .nav &gt; .active &gt; a:focus {
		background:none;
    	color: #000;
		box-shadow:none;
	}
	.navbar .nav li.dropdown.open&gt;.dropdown-toggle, .navbar .nav li.dropdown.active&gt;.dropdown-toggle, .navbar .nav li.dropdown.open.active&gt;.dropdown-toggle {
		background:none;
    	color: #858585;
	}
	.navbar .nav &gt; li &gt; a {
    text-shadow: none;
    color: #858585;
    text-transform: capitalize;
	}

	.navbar .nav &gt; li &gt; a {
		text-shadow: none;
		color: #858585;
		text-transform: capitalize;
	}

	.navbar {
		background-color: #fff;
		border-bottom: solid 2px #858585;
		padding: 10px;
	}
	
	address, .copy {
		text-align:center;
		line-height:20px;
	}
	address {
		padding-bottom:0;
	}
	.top-link {
		float:none;
	}
	#blog-menu input {
		width:75%;
	}
	#blogs {
		width: 65%;
		float: left;
		padding-right: 5%;
	}
	#blog-menu {
		width: 35%;
		float: left;
	}

	.blog-post-date {
		font-size: 10px;
		display: block;
		width: 100%;
	}

	.content1, .content2, .content3, .general-content1, .general-content2{
		padding:20px;
		box-sizing:border-box;
	}
	footer, footer div, footer article, footer aside, footer .text-right, .share-this {
		text-align:center;
	}
	.index-services-flex-block {
		flex-basis: 100%;
		flex-grow: 1;
		padding: 20px 0;
	}
	.index-service-btn-container, .ip-button-container {
    width: 245px;
    margin: 0 auto;
    margin-top: 40px;
	}
	.ip-button-container {
    display: none; 
	}
	.ip-inner-container {
    padding: 40px 20px !important; 
	}
	.index-parallax-outer-container {
    padding: 20px;
	}
	h4, h6 {
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
	}
	.index-content2 {
    padding: 40px 0;
	}
	.footer-copy {
    font-size: 16px;
    text-align: center;
    color: #8b8b8b;
    text-transform: uppercase;
	}
	.header-main-container {
    position: relative;
    margin-bottom: 10px; 
	}
	.banner-logo-container {
    padding: 20px 20px 20px !important;
	}
	.banner-logo-container h1 {
    line-height: 52px;
	}
	.navbar .nav &gt; li {
    float: none;
    display: block;
	}
	.menu-left {
	color: #858585;
    font-size: 14px;
    line-height: 14px;
	}
	.mobile-banner-text {
	display: none; 
	}
	.banner-logo-container div {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
	}
	.ip-text-container h4 {
	font-size: 16px; 
	line-height: 25px; 
	}

	.header-main-container {
		position: relative;
		margin-bottom: 0;
	}

	.navbar {
		background-color: #fff;
		border-bottom: solid 1px #858585;
		padding: 10px;
		margin-bottom: 0;
	}

	.gen-style {
		text-align: left;
		border: 1px solid #d3d3d3;
		padding: 30px;
	}
	#header-main {
		margin-bottom: 0;
	}

	.footer-main a {
		color: #fff;
		font-size: 20px;
		line-height: 30px;
		display: block;
	}

	.footer-main h5 {
		font-size: 20px;
		line-height: 30px;
	}

	.header-main-container {
		position: relative;
		margin-bottom: 0;
	}

	.navbar {
		background-color: #fff;
		border-bottom: solid 1px #858585;
		padding: 10px;
		margin-bottom: 0;
	}

	.gen-style {
		text-align: left;
		border: 1px solid #d3d3d3;
		padding: 30px;
	}

	.index-service-btn-container, .ip-button-container {
		width: 260px;
		margin: 0 auto;
		margin-top: 40px;
	}
	#header-main .row-fluid .span12 {
		margin-bottom: 0 !important;
	}

	.index-content1 {
		padding: 30px 0px;
	}
	.ip-text-container h4 a {
		font-size: 16px;
		line-height: 20px;
		font-weight: 400;
		text-transform: inherit !important;
	}
	.list .span6 {
		margin-bottom: 0 !important;
	}

	.embed-container {
		width: 100%;
		padding-bottom: 100%;
	}
	.margin-top-50 {
		margin-top: 0px;
	}
	h3 {
		font-size: 20px;
	}
	h2 {
		font-size: 18px;
		line-height: 30px;
	}

	.content-general1 {
		padding: 30px 0px;
		text-align: center;
	}

	.contact-block {
		border: 1px solid #d3d3d3;
		flex-grow: 1;
		margin: 20px 0;
		padding: 4%;
		flex: auto;
		width: 100%;
	}

	.footer-copy a {
		display: block;
	}

	.banner-text-wrap {
		display: none;
	}
}

/* Landscape phones and down iphone 320x480 */
@media (max-width: 480px) {
	#cookie-bar {
		font-size:12px;
	}
	.row-fluid [class*="span"] {
		margin-bottom:25px;
	}
	.row-fluid [class*="span"]:last-child {
		margin-bottom:10px;
	}
	.banner,
	.general-banner {
		display:none;
	}
	.mobile-banner {
		display:block;
		position:relative;
	}
	.mobile-banner .banner-text {
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		padding:50px 20px;
		box-sizing:border-box;
	}
		#blog-menu input {
		width:75%;
	}
	.blog header {
		text-align:left;
	}
	
	.blog-post-date {
		font-size:10px;
	}
	footer {
		font-size:10px;
	}
	.copy {
		line-height:20px;
	}

	.banner-logo-container h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.banner-logo-container div {
		font-size: 16px;
		line-height: 20px;
	}

	.banner-logo-container div span {
		display: block;
	}

	.index-accred-flex-block img {
		width: 40%;
	}

	#contact-form-One a, .contact-block a {
		font-size: 14px;
	}
	
}</pre></body></html>