/*
	Theme Name: TMS Media Limited - Website Theme
	Description: Core WordPress Theme, developed by Christopher Hill at Chill Web Designs.
	Version: 1.0.3
	Author: Christopher Hill
	Author URI: http://www.chillwebdesigns.co.uk
	License: GPL
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
* {
	padding: 0;
	margin: 0;
}

/* 
	====================================================================================================================================================================================
	Reset Styles
	====================================================================================================================================================================================
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-family: 'Work Sans', sans-serif;	
	}

html {
	box-sizing: border-box;
	background:#ffffff;
	line-height:1.65;
	}
*, *:before, *:after {
	box-sizing: inherit;
	}
/* 
	====================================================================================================================================================================================
	Headings / paragraphs / padding / more
	====================================================================================================================================================================================
*/
	h1{
		color: #ffffff;
		text-transform: capitalize;
		font-family: 'Work Sans', sans-serif;
		font-weight: 600;
		font-size: 55px;
		margin: 0;
		padding: 0;
		line-height:70px;
		}
	h1.postTitle {
		color: #000;
		text-transform: capitalize;
		font-family: 'Work Sans', sans-serif;
		font-weight: 600;
		font-size: 55px;
		margin: 0;
		padding: 0;
		line-height:70px;
		margin: 25px auto;
	}
	h2{
		font-size:50px;
		margin-bottom:15px;	
		}
	h3{
		font-size:20px;
		margin-bottom:15px;	
		}
	h4{
		font-size:16px;
		margin-bottom:15px;	
		}
	h5{
		font-size:12px;
		margin-bottom:15px;	
		}	
	p{
		font-size:16px;
		margin-bottom:15px;
		color:#000000;
		
		}
	li{
		font-size:16px;
		color:#000000;
		
		}		
	
	li{
		list-style-position:inside;
	
		}
	ol li {
		margin-bottom: 15px
	}
	a{
		color:#ff7d15;
		text-decoration:none;
		}
	button{
		cursor:pointer;	
		}
	button:hover{
	
		}
	
	/* Padding */
	
	.padding{
		padding:15px;
		}
	.npb{
		padding-bottom:0;
		}
	.npt{
		padding-top:0;
		}
	.npl{
		padding-left:0;
		}
	.npr{
		padding-right:0;
		}	
	.show{
		display:block;
		}
	.hidden{
		display:none;
		}
	.mt40 {
		margin-top:40px;
	}
	.mr10 {
		margin-right:0px;
	}
	.mr12 {
		margin-right:0;
	}	
	.line{
		height:1px;
		float:left;
		width:100%;
		background:#ccc;
		margin:10px 0 25px 0;
		}	
/* 
	====================================================================================================================================================================================
	Wrappers
	====================================================================================================================================================================================
*/
	.wrapper{
		max-width:1330px;
		width:100%;
		margin:0 auto;
		padding:0 15px;
		}
	.halfwrapperLeft {
		max-width: 665px;
		height: auto;
		width:100%;
		margin: 0 0 0 auto;

	}
	.halfwrapperRight{
		max-width:650px;
		width:100%;
		float:left;
		padding: 0 15px;
		}
	.centered {
		text-align: center;
		margin:2px auto 15px;
	}
	#trustedDesktop {
		margin: 0 auto;
	}
	#trustedTablet {
		margin: 0 auto;
	}	
	#trustedMobile {
		margin: 0 auto;
	}
	.iframeWrapper {
		width: auto;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
	@media only screen and (min-width:1121px) {	
		#trustedTablet {
			display:none;
		}	
		#trustedMobile {
			display:none;
		}		
	}	
	@media only screen and (min-width:770px) and (max-width: 1120px){	
		#trustedDesktop {
			display:none;
		}
		#trustedMobile {
			display:none;
		}
	}	
	@media only screen and (min-width:0px) and (max-width:  769px){	
		#trustedDesktop {
			display:none;
		}
		#trustedTablet {
			display:none;
		}	
	}
/* 
	====================================================================================================================================================================================
	Column Sizes
	====================================================================================================================================================================================
*/
   [class*="col-"]{
		float:left;
    	}
	.col-1-12{
		width:8.33%;
		}
	.col-2-12{
		width:16.66%;
		}
	.col-1-5{
		width:20%;
		}
	.col-3-12,.col-1-4{
		width:25%;
		}
	.col-4-12,.col-1-3{
		width:33.33%;
		}
	.col-2-5{
		width:40%;
		}
	.col-5-12{
		width:41.66%;
		}
	.col-6-12,.col-1-2{
		width:50%;
		}
	.col-7-12{
		width:58.33%;
		}
	.col-3-5{
		width:60%;
		}
	.col-8-12,.col-2-3{
		width:66.66%;
		}
	.col-9-12{
		width:75%;
		}
	.col-4-5{
		width:80%;
		}
	.col-10-12{
		width:83.33%;
		}
	.col-11-12{
		width:91.66%;
		}
	.col-12-12,.col-5-5,.col-3-3{
		width:100%;
		}
/* 
	====================================================================================================================================================================================
	Content Divs
	====================================================================================================================================================================================
*/
	article, aside, footer, header, hgroup, nav, section {
		display:block;
	}
	.right{
		float:right;
		width:auto;
		}
	#searchform{
		float:right;
		padding:15px 0;
		}
	.left{
		float:left;
		}
/* 
	====================================================================================================================================================================================
	Header
	====================================================================================================================================================================================
*/	
	header{
		float:left;
		width:100%;
		}
	header #headerTop{	
		background:#ffffff;
		float:left;
		width:100%;
		min-height:148px;
		}
	header #headerTop a{
		text-decoration:none;
		text-align: center;
		}
	.alignCenter {
		width:100%;
		height: auto;
		margin: 0 auto;
		margin-top:18px;
	}
	header #wrapperFlexHeader{
		padding: 0;
		margin: 0 auto;
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;	
		padding: 0 15px;
		}
	#wrapperFlexHeader #tagline { order: 1; flex-shrink: 1; width:33.33333%;}
	#wrapperFlexHeader #contact1 { order: 4;  width: 16.666666%; margin-top:-105px}
	#wrapperFlexHeader #contact2 { order: 5;  width: 16.666666%; margin-top:-105px}
	#wrapperFlexHeader #logo { order: 2; flex-shrink: 1; width:33.333333%; height:150px; justify-content: center;}
	#wrapperFlexHeader #affiliates { display: flex; order: 3;flex-shrink: 1; width:33.333333%; margin-top:42px; justify-content: space-between; }
	#affiliates {
		position:relative;
	}
	#affiliates .facebookHeader a{
		position: absolute;
		top: 0;
		right: 0;
		display: block;
	}
	.tagline {
		margin-bottom:1px;
	}	
	.tagline p{
		text-transform: uppercase;
		font-weight: 500;
		font-size: 15px;
		color: #ff7d15;
		text-align: left;
		letter-spacing: 1px;
		margin-bottom:0;
	}
	#affiliates img {
		height: 71px;
		width:auto;
	}
	#headerLogo {
		margin: 0 auto;
		text-align: center;
		margin-top:15px;
	}	
	.taglineDots {
		height: 5px;
		width: 5px;
		background-color: #ff7d15;
		border-radius: 50%;
		display: inline-block;
		vertical-align:middle;
		margin-top:-2.5px;
		}
	#phoneContact {
		position: absolute;
		margin-top:24px;
		width:445px;
	}	
	.customerSupport, .twentyfourhourSupport {
		position:relative;
    	margin-top: 7.5px;
	}
	.twentyfourhourSupport {
		margin-left:10px;
	}
	.customerSupport p, .twentyfourhourSupport p {
		margin-bottom:0;	
	}
	.customerSupport p:first-of-type,
	.twentyfourhourSupport p:first-of-type {
		color:#000000;
		font-size: 26px;
		font-weight: 900;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	#phone, #clock {
		display:inline-block;
		position: absolute;
		top: 4px;
		width: 34px;
		height: 34px;
		}
		
	#phone {
		background:url('./images/phone.jpg') center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		}	
	#clock {
		background:url('./images/clock.jpg') center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		}
		
	}
	.tick {
		background: url('./images/tick.png') center center no-repeat;
		position: absolute;
		width:13px;
		height:13px;
		display:inline-block;
		top:2px;
		left:-17px;
	}	
	#phone {
		left:74px;
	}
	#clock {
		left:74px;
	}
	.time, .emergency {
		position:absolute;
		top: 4px;
		color:#000000;
		font-size: 13px;
		font-weight: 400;
		text-transform:capitalize;
		line-height: 18px;
	}
	.time {
		left:119px;
	}
	.emergency {
		left:119px;
	}
	.customerSupportNumber, .emergencySupportNumber {
		color:#ff7d15;
		font-size: 26px;
		font-weight: 900;
		text-transform: uppercase;
		margin-top:-2px;
	}
	.customerSupportNumber p a, .emergencySupportNumber p a{
		color:#ff7d15;
	}
	.customerSupportNumber {
		letter-spacing:0.925px;
	}
	.emergencySupportNumber {
		letter-spacing:1.15px;
	}
	.customerSupportNumber br, .emergencySupportNumber br  {
		display:none;
		}
	.time br {
		display:static !important;
	}	
	header #headerTop a:after {
		/* content:'|';
		color:#ccc;
		margin:0 10px; */
		text-decoration:none;
		}
	header #headerTop a:after:last-of-type {
		content:'';
		}
	#headerImage img {
		width:100%;
		height:auto;
		float:left		
		}
	header #headerMiddle {
		background:#ebebeb;
		float:left;
		width:100%;
		min-height:auto;
		}
	header #headerBottom {
		float:left;
		width:100%;
		background:#fff;
		min-height:60px;
		}
	/* Navigation */
	nav{
	 margin-left:-7.5px; 
	}
	.nav-mixed {
		/* display: flex;
		flex-wrap: wrap;
		justify-content: space-between; */
	}
	.multi-level-nav ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.multi-level-nav li {
		flex: 1 0 auto;
		text-align: center;
	}
	.menu ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	.social-menu ul {
		list-style-type: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.svg-inline--fa {
		font-size: 14px;
	}	
	.menu li a {
		display: block;
		text-decoration: none;
		color: #000000;
		font-size:15px;
		line-height:15px;
		padding: 15px 7.5px;
		text-transform: uppercase;
		text-align: center;
		}
	.menu li.current_page_item a {
		color:#ff7d15;
	}
	.menu li a:hover {
		color:#ff7d15;
		background:#ffffff;
	}		

	#headerImage {
		position:relative;
		width:100%;
		height:auto;
		float:left;
	}
	#abovethefold {
		position: absolute;
		background: rgba(0, 0, 0, 0.70);
		width: 50%;
		height: 100%;
		float: left;
		left: 0;
		top: 0;
		z-index: 500;
		display:block;
	}
	.abovethefoldCategory{
		color: #d8261c;
    	text-transform: uppercase;
		font-family: 'Work Sans';
		font-size:16px;
		letter-spacing:1.1px;
		margin-top: 105px
	}
	.abovethefoldTitle{
		color: #ffffff;
    	text-transform: capitalize;
		font-family: 'Work Sans', sans-serif;
		font-weight: 900;
		font-size: 55px;
		margin:0;
		padding: 0;
	}
	.abovethefoldExcerpt{
		color: #fff;
		font-size:16px;
		font-family: 'Work Sans', sans-serif;
		max-width:80%;
		margin-top: 26px;
	}
	.abovethefoldCTA{
		font-family: 'Work Sans', sans-serif;
		text-align: center;
		text-transform: uppercase;
	  width: 175px;
		margin-top: 26px;
	}

	.abovethefoldCTA a {
		font-size: 16px; 
		margin:0;
		color: #ffffff;
		width: 100%;
		float: left;
		padding: 15px 25px;
		background: #ff7d15;
	}
	.abovethefoldCTA a:hover {
		font-size: 16px; 
		margin:0;
		color: #ffffff;
		width: 100%;
		float: left;
		padding: 15px 25px;
		background: #959595;
	}

/* 
	====================================================================================================================================================================================
	Responsive Slides
	====================================================================================================================================================================================
*/	
	.rslides {
		position: relative;
		list-style: none;
		overflow: hidden;
		width: 100%;
		padding: 0;
		margin: 0;
		}
	  
	  .rslides li {
		-webkit-backface-visibility: hidden;
		position: absolute;
		display: none;
		width: 100%;
		left: 0;
		top: 0;
		}
	  
	  .rslides li:first-child {
		position: relative;
		display: block;
		float: left;
		}
	  
	  .rslides img {
		display: block;
		height: auto;
		float: left;
		width: 100%;
		border: 0;
		}
	  
	  .rslides {
		margin: 0 auto;
		}
	  
	  .rslides_container {
		position: relative;
		float: left;
		width: 100%;
		}
	  .abovethefold {
		position: absolute;
		background: rgba(0, 0, 0, 0.0);
		width: 50%;
		height: 100%;
		float: left;
		left: 0;
		top: 0;
		z-index: 500;
		display: block;
		}
	  
	  .centered-btns_nav {
		z-index: 3;
		position: absolute;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		top: 50%;
		left: 0;
		opacity: 0.7;
		text-indent: -9999px;
		overflow: hidden;
		text-decoration: none;
		height: 61px;
		width: 38px;
		background: transparent url("themes.gif") no-repeat left top;
		margin-top: -45px;
		}
	  
	  .centered-btns_nav:active {
		opacity: 1.0;
		}
	  
	  .centered-btns_nav.next {
		left: auto;
		background-position: right top;
		right: 0;
		}
	  
	  .transparent-btns_nav {
		z-index: 3;
		position: absolute;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		top: 0;
		left: 0;
		display: block;
		background: #fff; /* Fix for IE6-9 */
		opacity: 0;
		filter: alpha(opacity=1);
		width: 7%;
		text-indent: -9999px;
		overflow: hidden;
		height: 91%;
		}
	  
	  .transparent-btns_nav.next {
		left: auto;
		right: 0;
		}
	  
	.large-btns_nav {
		z-index: 3;
		position: absolute;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		opacity: 0.6;
		text-indent: -9999px;
		overflow: hidden;
		top: 33.333%;
		bottom: 0;
		left: 0;
		background: #000 url(themes.gif) no-repeat left 50%;
		width: 38px;
		height: 50px;
		}
	  
	  .large-btns_nav:active {
		opacity: 1.0;
		}
	  
	  .large-btns_nav.next {
		left: auto;
		background-position: right 50%;
		right: 0;
		}
	  
	  .centered-btns_nav:focus,
	  .transparent-btns_nav:focus,
	  .large-btns_nav:focus {
		outline: none;
		}
	  
	  .centered-btns_tabs,
	  .transparent-btns_tabs,
	  .large-btns_tabs {
		position: absolute;
		bottom: 8.833%;
		left: 75.833%;
		text-align: center;
		z-index: 10000;
		}
		#testimonials .centered-btns_tabs,
		#testimonials .transparent-btns_tabs,
	  #testimonials .large-btns_tabs {
		position: static;


		text-align: center;
		z-index: 10000;

		width:100%;

		}
	  .centered-btns_tabs li,
	  .transparent-btns_tabs li,
	  .large-btns_tabs li {
		display: inline;
		float: none;
	  
		margin-right: 5px;
		}
	  
	  .centered-btns_tabs a,
	  .transparent-btns_tabs a,
	  .large-btns_tabs a {
		text-indent: -9999px;
		overflow: hidden;
	  
		background: #ccc;
		background: rgba(255, 255, 255, 0.2);
		display: inline-block;
	  
		-webkit-box-shadow: inset 0 0 2px 0 rgba(255, 255, 255,.3);
		-moz-box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, .3);
		box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, 0.3);
		width: 44px;
		height: 22px;
		}
	  
	  .centered-btns_here a,
	  .transparent-btns_here a,
	  .large-btns_here a {
		background: #222;
		background: rgba(255, 125, 21, 0.8);
		}

/* 
	====================================================================================================================================================================================
	Heating Services Section
	====================================================================================================================================================================================
*/	
	#heatingServices {
		position:relative;
		width: 100%;
		height: auto;
		float: left;
	}
	#heatingServicesWrapper {
		width: 49.9999%;
		float: left;
		height: auto;
		z-index: 500;
		background: #ff7d15;
	}
	#accreditationsWrapper {
		width: 50%;
		float: right;
		z-index: 500;
		background: #ffffff;
		padding-left:40px;
	}
	.heatingServicesContent {
		padding-right: 5%;
		color: #ffffff;
		margin: 50px 0;
	}
	.accreditations {
		max-width: 80%;
		color: #000;
		margin: 40px 0 0 0;
	}
	.heatingServicesContent p {
		font-size: 16px; 
		margin:0;
		color: #ffffff;
		margin-bottom:26px;
	}
	.heatingServicesCTA {
		font-family: 'Work Sans', sans-serif;
		margin-bottom: 45px;
	}
	.heatingServicesCTA a:hover{
		font-size: 16px; 
		margin:0;
		color:#000000;
		background:#959595;
		padding: 15px 25px;	
	}
	.heatingServicesCTA a {
		font-size: 16px; 
		margin:0;
		color:#000000;
		background:#fff;
		padding: 15px 25px;
		text-transform: uppercase;		
	}
	.strong {
		font-weight: bold;
	}
/*
	====================================================================================================================================================================================
	Home Page Service Section
	====================================================================================================================================================================================
*/	
	#services {
		width:100%;
		height:auto;
		float: left;
		padding-bottom: 60px;
	}
	.gradient {
		background: linear-gradient(90deg, #ffffff, #dadada);
	}
	.serviceTitle {
		text-align: center;
		margin-top:78px;
	}
	.serviceTitleGallery {
		text-align: center;
		margin-top:50px;
	}
	.serviceTitleSmall {
		color:#ff7d15;
		text-transform:uppercase;
		margin-top:-10px;
		margin-bottom:23px;
		font-size:20px;
		font-weight:600;
	}
	.TitleSmall {
		color:#ff7d15;
		text-transform:uppercase;
		font-size:20px;
		margin-bottom: 10px;
		font-weight:600;
	}
	.serviceHeading {
		text-align: center;
	}
	.serviceParagraph {
		text-align: center;
		max-width:825px;
		margin: 0 auto;
	}
	.serviceSwitcher {
		display:block;
		text-transform:uppercase;
		text-align:center;
	}
	#services ul {
		list-style-type:none;
		margin: 0 45px 45px 15px;
	}
	.card {
		position: relative;
		width:auto;
		margin: 0 0 25px 0;
	}
	.card a{
		font-weight:600;
	}
	.serviceBulletTitle {
		font-size:17px;
		margin-bottom:5px;
		line-height: 17px;	
	}
	#services img {
		width: 100%;
		height: auto;
	}
	.service_area{
		display: none;
	}
	.service_area{
		margin-top:60px;
	}
	.service_area:first-child{
		display: block;
	}
	.serviceSwitcher{
		float: left;
		width:100%;
		text-align: center;
	}
	.serviceSwitcher a{
		width: 250px;
		display:inline-block;
		background: #fff;
		color: #000;
		font-weight: 600;
		padding: 8px;
		margin: 25px 0 45px 0;
	}
	.serviceSwitcher a.active{
		width: 250px;
		display:inline-block;
		background: #ff7d15;
		color: #fff;
		font-weight: 600;
		padding: 8px;
	}
	.serviceSwitcher a:hover{

		background: #959595;

	}
	.wysiwyg {
		width:100%;
		height: 200px;
		float: left;
		display:block;

	}
	table {
		width: 100%;
		background: #fff;
	}
	th:first-of-type {
		text-align:left;
		width: 50%;
	}
	th, tr, td{
		padding: 3px;
	}
	tr td:not(:first-of-type) {
		text-align:center;
	}
	tr:hover {
		background: #ccc;
	}
	/*
	====================================================================================================================================================================================
	Home Page Mini Gallery
	====================================================================================================================================================================================
*/
	#miniGallery img {
		width: 100%;
		height:auto;
		float:left;
	}

	#leftImage, #middleImage, #rightImage {
		position: relative;
	}
	.imgSelector {
		position: absolute;
		background: rgba(0, 0, 0, 0.70);
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		-webkit-transition: background 250ms linear;
		-ms-transition: background 250ms linear;
		transition: background 250ms linear;
	}

	#leftImage:hover .imgSelector,
	#middleImage:hover .imgSelector,
	#rightImage:hover .imgSelector {
		background: transparent;
	}
	#leftImage:hover .imgSelector h4,
	#middleImage:hover .imgSelector h4,
	#rightImage:hover .imgSelector h4 {
		background: rgba(0, 0, 0, 0.50);
		width:auto;
		-webkit-transition: background 200ms linear;
		-ms-transition: background 200ms linear;
		transition: background 200ms linear;
	}
	#middleImage h4,
	#middleImage .miniGalleryDescription {
		background:rgba(0, 0, 0, 0.50);
	}
	#leftImage:hover .miniGalleryDescription,
	#middleImage:hover .miniGalleryDescription ,
	#rightImage:hover .miniGalleryDescription  {
		background: rgba(0, 0, 0, 0.50);
		-webkit-transition: background 200ms linear;
		-ms-transition: background 200ms linear;
		transition: background 200ms linear;
	}
	.imgSelector.active {
		background: transparent;
	}
	.imgSelector {
		padding:75px;
		color:#ffffff;
	}
	.imgSelector h4 {
		font-size: 26px;
		font-weight: 600;
		padding-left:15px;
	}
	.imgSelector a{
		width: auto;
		display: inline-block;
		background: #ff7d15;
		color: #fff;
		text-align: center;
		padding: 10px 15px;
		text-transform: uppercase;
		font-weight:600;
	}
		.imgSelector a:hover {
		width: auto;
		display: inline-block;
		background:#959595;
		color: #fff;
		text-align: center;
		padding: 10px 15px;
		text-transform: uppercase;
	}
	.activated {
		background: rgba(0, 0, 0, 0.70);
		-webkit-transition: background 250ms linear;
		-ms-transition: background 250ms linear;
		transition: background 250ms linear;
		width:auto;
	}

	.miniGalleryDescription {
		position: absolute;
		left:75px;
		right:75px;
		bottom: 150px;
		border-left: #ff7d15 solid 1px;
		padding-left:15px;

	}
	.captionImg {
		color:#ffffff;
		font-size: 17px;
		line-height: 17px;
		margin-top:15px;
	}
	.captionLink {
		position: absolute;
		left:90px;
		bottom: 90px;
		padding-left:15px;
	}

/* 
	====================================================================================================================================================================================
	Heating Services Section
	====================================================================================================================================================================================
*/	
	#aboutUs {
		position:relative;
		width: 100%;
		height: auto;
		float: left;
	}
	#aboutUsLeftWrapper {
		width: 50%;
		float: left;
		left: 0;
		top: 0;
		z-index: 500;
		display: block;
	}
	.aboutUsImg {
		max-width: 80%;
		color: #ffffff;
		margin: 53px 0 0 0;
	}
	#aboutUsRightWrapper {
		max-width: 650px;
		width: 100%;
		padding: 0 0 0 50px;
		float: left;
	}
	.aboutUsContent {
		max-width: 80%;
		margin: 53px 0 0 0;
	}
	.aboutUsContent h2 {
		font-size: 50px;
		line-height: 55px;
		margin: 0 0 40px 0;
	}
	.aboutUsCTA {
		font-family: 'Work Sans', sans-serif;
		color: #ff7d15;
		background: #fff;
		text-align: center;
		padding: 8px 23px;
		text-transform: uppercase;
		width: 180px;
		margin-top: 26px;
		margin-bottom: 47px;
		font-weight:600;
		border: 2px solid #ff7d15;
	}
	.aboutUsCTA p, .aboutUsCTA a {
		font-size: 16px;
		margin: 0;
		color: #000000;
	}
	.aboutUsCTA:hover{
		background:#959595;	
	}
/*
	====================================================================================================================================================================================
	Home page Testimonials
	====================================================================================================================================================================================
*/
	#testimonials{
		position: relative;
		width: 100%;
		height: auto;
		float: left;
	}
	.fullImg {
		width:100%;
		height:auto;
		float:left		
	}
	#testimonialgrey {
		position: absolute;
		background: rgba(0, 0, 0, 0.70);
		width: 50%;
		height: 100%;
		float: right;
		right: 0;
		top: 0;
		z-index: 500;
		display: block;
		color: #fff;
		text-align: center;
	}
	#testimonialImage {
		margin-top: 55px;
		text-align: left;
	}
	.testimonialTitle  {
		text-align: center;
		margin-top: 25px;
	}
	#testimonialHeading h2  {
		font-size:50px;
		line-height: 55px;
		margin: 0 0 50px 0;
		color:#ffffff;
		text-align: center;
	}
	#testimonialContent {
		width: 80%;
    	margin: 0 auto;
	}
	#testimonialContent p{
		color:#ffffff;
	}
	#testimonialSource {
		text-transform: uppercase;
		color: #ff7d15;
		margin-top: 25px;
		font-weight: 600;
	}
	#testimonialPullQuote {
		margin-bottom: 20px;
		color:#ffffff;
	}
	#testimonialDate {
		margin-bottom:45px;
		color: #ffffff;
	}
/*	
	====================================================================================================================================================================================
	Our Team
	====================================================================================================================================================================================
*/
	#ourTeam {
		width: 100%;
		height: auto;
		float:left;
		text-align: center;	
	}
	#ourteamTitle {
		text-align: center;
		margin-top: 78px;
	}
	.ourteamTitleSmall {
		color: #ff7d15;
		text-transform: uppercase;
		margin-top: -10px;
		margin-bottom: 23px;
		font-size: 15px;
		font-weight: 600;
	}
	.member {
		width:100%;
		height: auto;
		float: left;
		padding:0 0px;
	}
	.memberContainer{
		max-width: 400px;
		margin: 0 auto;
	}
	#ourteamHeading {
		margin: 0 0 40px 0;
	}
	.teammemberName p{
		color: #ff7d15;
		text-transform: capitalize;
		font-size: 15px;
		font-weight: 600;
		margin: 20px 0 0 0 ;
		float: left;
		text-align: center;
		width:100%;
	}
	.teammemberTitle p{
		text-transform: capitalize;
		font-size: 15px;
		font-weight: 400;
		margin:0;
		float: left;
		text-align: center;
		width:100%;
	}
	.teammemberPhoto img{
		max-width:350px;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}	
	#teammemberPageLink  {
		width:100%;
		height: auto;
		float:left;
		margin:65px auto;
		margin-bottom:145px;
	}
	#teammemberPageLink a {
		font-size:16px;
		text-align:center;
		background: #ff7d15;
		padding:22px 45px;
		color: #fff;
		text-transform:uppercase;
	}
	#teammemberPageLink a:hover {
		background:#959595;
	}
/*	
	====================================================================================================================================================================================
	Get a Quote
	====================================================================================================================================================================================
*/
	#getaQuote {
		background: #ff7d15;
		width: 100%;
		height:auto;
		float:left;
		text-align:center;
		padding:50px 0;
		margin-bottom:60px;
		vertical-align: middle;

	}
	.quote {
		font-size:30px;
		font-weight: 600;
		margin: 0 10% 0 0;
		color:#fff !important;
	}
	#mb0{
		margin-bottom: 0;
	}
	.callUs {
		color:#000;
		padding: 10px 25px;
		background: #fff;
		font-size:18px;
		line-height: 18px;
		margin:0;
		font-weight: 400;
		text-transform: uppercase;
		vertical-align:20%;
	}
	.callUs br {
		display:none;
	}
	.callUs:hover {
		background: #000;
	}
	footer.callUs a:hover {
		background: #fff !important;
	}
	/*	
	====================================================================================================================================================================================
	Main
	====================================================================================================================================================================================
*/
	main {

		}
	#featuredImage img{
		
		}
	main p{

		}
	main #mainTop{
		
		}
	main #mainMiddle{
		
		}
	main #mainBottom{
		
		}
	
	/* Sidebar */

/* 
	====================================================================================================================================================================================
	Footer
	====================================================================================================================================================================================
*/		
	footer p, 	footer a {
		margin-bottom: 0;
		margin: 0;
		padding: 0;
		font-size:15px;
		line-height:20px;
		}
	footer a{
		color:#000;
		}
	footer a:hover {
		color:#959595;
		}
	#footerMiddle h4 {
		font-size: 26px;
		font-weight:600;
		}
	.smalltext p, 	.smalltext a {
		font-size:11px;
		font-weight:600;
		line-height:14px;
		}
	.redborderleft{
		border-left: 1px solid #ff7d15;
		padding: 0 0 0 12px;
		}
	#footerImage img{
		width:100%;
		height:auto;
		float:left;
	}
	.footerAccreditations{
		margin-top:7px;
		margin-bottom:11px;
		}
	.footerAccreditations img {
		vertical-align:top !important;
		}
	#footerMiddle {
		width: 100%;
		height:auto;
		float: left;
		margin: 0 0 15px 0;
		}
	#copyright {
		text-align: right;
		}
	#copyright p{
		color:#959595;
		font-size: 11px;
		margin-right:20px;
		}	
	.cd-top {
		display: inline-block;
		height: 40px;
		width: 40px;
		position: fixed;
		bottom: 10px;
		right: 10px;
		z-index: 10;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
		/* image replacement properties */
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		background: #ff7d15 url(./images/cd-top-arrow.svg) no-repeat center 50%;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity .3s 0s, visibility 0s .3s;
		-moz-transition: opacity .3s 0s, visibility 0s .3s;
		transition: opacity .3s 0s, visibility 0s .3s;
		}
	.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
		-webkit-transition: opacity .3s 0s, visibility 0s 0s;
		-moz-transition: opacity .3s 0s, visibility 0s 0s;
		transition: opacity .3s 0s, visibility 0s 0s;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
		}
	.cd-top.cd-is-visible {
		/* the button becomes visible */
		visibility: visible;
		opacity: 1;
		}
	.cd-top.cd-fade-out {
		/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
		opacity: .5;
		}
	.no-touch .cd-top:hover {
		background-color: #d8261c;
		opacity: 1;
		}

		.teammemberTitle p {
			font-weight: 600;
		}
		#teammemberPageLink {
	
			margin-bottom: 55px;
		}	
		.teammemberBio {
			widtH:100%;
			height: auto;
			text-align: left;
			padding: 15px 0;
			float:left;
		}				
/* 
	====================================================================================================================================================================================
	Media Queries
	====================================================================================================================================================================================
*/
	#navTop select {
		display: none;
	}
	#services .col-12-12 .wrapper .col-12-12 {
		padding: 0;
		margin: 0;
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;

	}	
	#services #serviceLeft { order:1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

	} 
	#services #serviceRight { order: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

	}
	#services #serviceImage { order: 3;

	}
.blog .col-8-12,
.single .col-8-12 {
	padding: 0 25px 25px 0;
}
.blog .line,
.single .line  {
    height: 1px;
    float: left;
    width: 98%;
    background: #ccc;
    margin: 10px 25px 25px 0;
}
#featuredImage img {
	width: 100%;
	height: auto;
}
#pagination ul {
	margin:0 auto;
	text-align: center;
	display: block;
	width: auto;
	height: auto;
	
}
#pagination li {
	list-style: none;
	display: inline;
	margin: 0 auto;
}
#sidebar{
	background: #ebebeb;
}
#sidebar h2{

		font-size: 32px;
		line-height: 35px;
		margin-bottom: 15px;
		background-image: url("./images/viking-plumbing-helmet.png"); /* set each bg image */
		background-position: left 10px; /* set position of each bg image */
		background-repeat: no-repeat; /* set repeat of each bg image */
		padding:  0 0 0 30px;
}
#sidebar ul li{
	list-style: none;
	padding:  0 0 0 30px;
}

/*image wrapping in wordpress posts*/
img.alignright {float:right; margin:1em 0 1em 1em}
img.alignleft {float:left; margin:1em 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

@media only screen and (min-width: 1280px) and (max-width: 1600px){
	#wrapperFlexHeader #tagline { order: 1; flex-shrink: 1; width:33.33333%;}
	#wrapperFlexHeader #contact1 { order: 4;  width: 16.666666%; margin-top:-105px}
	#wrapperFlexHeader #contact2 { order: 5;  width: 16.666666%; margin-top:-105px}
	#wrapperFlexHeader #logo { order: 2; flex-shrink: 1; width:33.333333%; height:150px}
	#wrapperFlexHeader #affiliates { display: flex; order: 3;flex-shrink: 1; width:33.333333%; margin-top:42px; justify-content: space-between; }
	.tagline p {
		font-weight: 400;
		font-size: 15px;
		letter-spacing: 0.85px;
		text-align: center;
	}
	#affiliates img {
		height: 81px;
		width:auto;
	}	
	.halfwrapperLeft {
		padding: 0 0 25px 25px;
	}
	#aboutUsRightWrapper {
		max-width: 48%;
		width: 100%;
		padding: 0;
		float: left;
	}
	.testimonialTitle {
		text-align: center;
		margin-top: -105px;
	}
	#teammemberPhoto img{
		max-width: 350px;
		margin: 0 auto;
		text-align: center;
	}
}
@media only screen and (min-width:1100px) and (max-width: 1279px){
	#wrapperFlexHeader #tagline { order: 1; flex-shrink: 1; width:33.33333%;}
	#wrapperFlexHeader #contact1 { order: 4;  width: 16.666666%; margin-top:-105px}
	#wrapperFlexHeader #contact2 { order: 5;  width: 16.666666%; margin-top:-105px}
	#wrapperFlexHeader #logo { order: 2; flex-shrink: 1; width:33.333333%; height:150px}
	#wrapperFlexHeader #affiliates { display: flex; order: 3;flex-shrink: 1; width:33.333333%; margin-top:55px; justify-content: space-between; }
	.tagline p {
		font-size: 12px;
	}
	#affiliates img {
		height: 60px;
		width:auto;
	}	

	#phoneContact {
		position: absolute;
		margin-top:18px;
		width:340px;
	}
	.customerSupportNumber, .emergencySupportNumber {
	text-align: left;
    font-size: 18px;
    margin-top: -2px;
}	
	.halfwrapperLeft {
		padding: 0 0 25px 25px;
	}
	#aboutUsRightWrapper {
		max-width: 48%;
		width: 100%;
		padding: 0;
		float: left;
	}
	.testimonialTitle {
		text-align: center;
		margin-top: -105px;
	}
	.twentyfourhourSupport {
		margin-left: -15px;
	}
	.right img {
		width: auto;
		height: 60px;
	}
	.abovethefoldCategory {
		margin-top: 55px;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1099px){
	#wrapperFlexHeader #tagline { order: 1; flex-shrink: 1; width:33.33333%;}
	#wrapperFlexHeader #contact1 { order: 4;  width: 16.666666%; margin-top:-105px}
	#wrapperFlexHeader #contact2 { order: 5;  width: 16.666666%; margin-top:-105px}
	#wrapperFlexHeader #logo { order: 2; flex-shrink: 1; width:33.333333%; height:150px}
	#wrapperFlexHeader #affiliates { display: flex; order: 3;flex-shrink: 1; width:33.333333%; margin-top:55px; justify-content: space-between; }
	.tagline p {
		font-weight: 400;
		font-size: 10px;
		letter-spacing: 0.85px;
	}
	#affiliates img {
		height: 60px;
		width:auto;
	}	
	.customerSupportNumber, .emergencySupportNumber {
		font-size: 20px;
		text-align: left;
	}
	.right img {
		width: auto;
		height: 55px;
	}
	#abovethefold {
		width: 75%;
	}
	.abovethefoldCategory {
		margin-top: 55px;
	}
	h1.postTitle {
		color: #000;
		font-size: 45px;
		line-height: 60px;
	}
	h1 {
		font-size: 45px;
		line-height: 60px;
	}
	.halfwrapperLeft {
		padding: 0 0 25px 25px;
	}
	.heatingServicesCTA {
		width: 50%;
	}
	.imgSelector {
		padding: 5px;
	}
	.imgSelector h4 {
		font-size: 16px;
		font-weight: 600;
		padding: 15px;
	}
	.miniGalleryDescription {
		position: absolute;
		left: 50px;
		right: 50px;
		bottom: 150px;
		border-left: #d8261c solid 1px;
		padding-left: 15px;
	}
	.captionLink {
		position: absolute;
		left: 45px;
		bottom: 45px;
		padding-left: 15px;
	}
	.aboutUsContent h2 {
		font-size: 50px;
		line-height: 55px;
		margin: 0 0 40px 0;
	}
	#aboutUs .halfwrapperLeft {
		max-width:450px;
		margin: 0 0 0 auto;
		padding: 0;
	}
	#aboutUs .halfwrapperRight {
		max-width:450px;
		width: 100%;
		padding: 0;
		float: left;
	}
	#aboutUsRightWrapper {
		max-width: 500px;
		width: auto;
		padding: 0;
		float: left;
	}
	.aboutUsContent h2 {
		font-size: 35px;
		line-height: 38px;
		margin: 0 0 40px 0;
	}
	#testimonialgrey {
		width: 100%;
		height: 100%;
	}
	.testimonialTitle {
		text-align: center;
		margin-top: -125px;
	}
	.serviceTitleSmall {
		margin-top: -10px;
		margin-bottom: 13px;
	}
	#testimonialHeading h2 {
		font-size: 45px;
		line-height: 55px;
		margin: 0 0 20px 0;
		color: #ffffff;
		text-align: center;
	}
	#testimonials .halfwrapperRight {
		max-width: 100%;
		width: 100%;
		padding: 15px;
		float: left;
	}
	#testimonials .large-btns_tabs, #testimonials .large-btns2_tabs {
		display:none;
	}
	#footerLogo {
		margin: 0 auto;
		text-align: center;
	}
	#footerLogo img {
		width: auto;
		height: 100px;
	}
	footer p, footer a {
		margin-bottom: 0;
		margin: 0;
		padding: 0;
		font-size: 12px;
		line-height: 16px;
	}
	.quote {
		margin: 0 2% 0 0;
	}
}
@media only screen and (min-width: 901px) and (max-width: 959px){
	#wrapperFlexHeader #tagline { order: 1; flex-shrink: 1; width:33.33333%;}
	#wrapperFlexHeader #contact1 { order: 4;  width: 16.666666%; margin-top:-90px}
	#wrapperFlexHeader #contact2 { order: 5;  width: 16.666666%; margin-top:-90px}
	#wrapperFlexHeader #logo { order: 2; flex-shrink: 1; width:33.333333%; height:150px}
	#wrapperFlexHeader #affiliates { display: flex; order: 3;flex-shrink: 1; width:33.333333%; margin-top:55px; justify-content: space-between; }
	.tagline p {
		font-weight: 400;
		font-size: 10px;
		letter-spacing: 0.85px;
	}
	#affiliates img {
		height: 60px;
		width:auto;
	}
	#phone, #clock {
		left: 41%;
		top: -28px;
	}
	p.time {
		display:none;
	}
	p.emergency {
		display:none;
	}
	.customerSupport p:first-of-type, .twentyfourhourSupport p:first-of-type {
		text-align: center;
	}
	.customerSupportNumber, .emergencySupportNumber {
		font-size: 19px;
		margin-top:-12px;
	}
	.tagline p {
		text-align: center;
		font-size: 9px;
	}
	.right img {
		width: auto;
		height: 55px;
	}
	#abovethefold {
		width: 75%;
	}
	.abovethefoldCategory {
		margin-top: 55px;
	}
	.time {
		left: 110px;
	}
	.emergency {
		left: 110px;
	}
	h1.postTitle {
		color: #000;
		font-size: 45px;
		line-height: 60px;
	}
	h1 {
		font-size: 45px;
		line-height: 60px;
	}
	.halfwrapperLeft {
		padding: 0 0 25px 25px;
	}
	.heatingServicesCTA {
		width: 50%;
	}
	.imgSelector {
		padding: 5px;
	}
	.imgSelector h4 {
		font-size: 16px;
		font-weight: 600;
		padding: 15px;
	}
	.miniGalleryDescription {
		position: absolute;
		left: 50px;
		right: 50px;
		bottom: 150px;
		border-left: #d8261c solid 1px;
		padding-left: 15px;
	}
	.captionLink {
		position: absolute;
		left: 45px;
		bottom: 45px;
		padding-left: 15px;
	}
	.aboutUsContent h2 {
		font-size: 50px;
		line-height: 55px;
		margin: 0 0 40px 0;
	}
	#aboutUs .halfwrapperLeft {
		max-width:450px;
		margin: 0 0 0 auto;
		padding: 0;
	}
	#aboutUs .halfwrapperRight {
		max-width:450px;
		width: 100%;
		padding: 0;
		float: left;
	}
	#aboutUsRightWrapper {
		max-width: 400px;
		width: auto;
		padding: 0;
		float: left;
	}
	.aboutUsContent h2 {
		font-size: 35px;
		line-height: 38px;
		margin: 0 0 40px 0;
	}
	#testimonialgrey {
		width: 100%;
		height: 100%;
	}

	.testimonialTitle {
		text-align: center;
		margin-top: -125px;
	}
	.serviceTitleSmall {
		margin-top: -10px;
		margin-bottom: 13px;
	}
	#testimonialHeading h2 {
		font-size: 45px;
		line-height: 55px;
		margin: 0 0 20px 0;
		color: #ffffff;
		text-align: center;
	}
	#testimonials .halfwrapperRight {
		max-width: 100%;
		width: 100%;
		padding: 15px;
		float: left;
	}
	#testimonials .large-btns_tabs, #testimonials .large-btns2_tabs {
		display:none;
	}
	#footerLogo {
		margin: 0 auto;
		text-align: center;
	}
	#footerLogo img {
		width: auto;
		height: 100px;
	}
	footer p, footer a {
		margin-bottom: 0;
		margin: 0;
		padding: 0;
		font-size: 12px;
		line-height: 16px;
	}
	.tagline p {
		font-weight: 400;
		font-size: 9px;
		letter-spacing: 0.85px;
		text-align: center;
	}
	.right img {
		width: auto;
		height: 45px;
	}
	h1 {
		font-size: 35px;
		line-height: 45px;
	}
	#services .col-12-12 .wrapper .col-12-12 {
		padding: 0;
		margin: 0;
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}	
	#services #serviceLeft { order:1;
	} 
	#services #serviceRight { order: 2;
	}
	#services #serviceImage { order: 3;
	}
	.quote {
		margin: 0 2% 0 0;
	}	
}
@media only screen and (min-width: 770px) and (max-width: 900px){
	header #wrapperFlexHeader{
		padding: 0;
		margin: 0;
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;	
		padding: 0 15px;
		}
		#wrapperFlexHeader #tagline { order: 1; flex-shrink: 0; width:100%;}
		#wrapperFlexHeader #contact1 { order: 2;  width: 30%; margin-top: 25px}
		#wrapperFlexHeader #contact2 { order: 4;  width: 30%; margin-top: 25px}
		#wrapperFlexHeader #logo { order: 3; flex-shrink: 1; width:40%; height:90px; text-align: center}
		#wrapperFlexHeader #affiliates { display: flex; order:5;flex-shrink: 1; width:50%; margin-top:55px; justify-content:center; margin: 15px auto; }

		.tagline p {
			text-align: center;
		}
		.customerSupport, .twentyfourhourSupport {
			text-align: center;
		}
		.customerSupportNumber, .emergencySupportNumber {
			margin-top: -15px;
			text-align: center;
		}
		#headerLogo img {
			width: auto;
			height: 90px;
		}
		#phone, #clock {
			left: 50%;
			margin-left:-17px;
			top: -28px;
		}
		p.time {
			display:none;
		}
		p.emergency {
			display:none;
		}
		#wrapperFlexHeader #affiliates img { 
			height: 45px;
			width: auto;
		}
		#wrapperFlexHeader #affiliates img:nth-of-type(2) { 
			height: 45px;
			width: auto;
			margin: 0 15px;
		}

		.mr12 {
			margin-right: 0;
		}
	[class*="col-"] {
		width: 100%;
		}
		#abovethefold {
			position: relative;
			background: rgba(0, 0, 0, 0.70);
			width: 100%;
			height: auto;
			float: left;
			}
		.abovethefoldCategory {
			color: #d8261c;
			text-transform: uppercase;
			font-family: 'Work Sans';
			font-size: 16px;
			letter-spacing: 1.1px;
			margin-top: 10px;
			}
		.abovethefoldTitle h1{
			font-size: 25px;
			line-height: 35px;
			}
		.abovethefoldCTA {
			font-family: 'Work Sans', sans-serif;
			text-align: center;
			text-transform: uppercase;
			}
		.halfwrapperLeft {
			max-width: 100%;
			width: 100%;
			float: left;
			height: auto;
			margin: 0 auto;
			padding: 25px;
		}
		.heatingServicesCTA {
			width: 100%;
		}
		h1.postTitle {
			color: #000;
			font-size: 30px;
			line-height: 45px;
			margin: 25px auto;
		}
		h2 {
			font-size: 25px;
			margin-bottom: 15px;
		}
		#services .col-12-12 .wrapper .col-12-12 {
			display:block
		}	
		#services #serviceLeft { order:2;
			width: 50%;
			float: left;
			height: auto;
		} 
		#services #serviceRight { order: 3;
			width: 50%;
			float: left;
			height: auto;
		}
		#services #serviceImage { order: 1;
			width: 50%;
			float: right;
			height: auto;

		}	
		#miniGallery .col-4-12, .col-1-3 {
			width: 33.33%;
		}	
		.imgSelector {
			padding: 5px;
		}
		.miniGalleryDescription {
			position: absolute;
			left: 25px;
			right: 25px;
			bottom: 120px;
			border-left: #d8261c solid 1px;
			padding-left: 15px;
		}
		.captionLink {
			position: absolute;
			left: 15%;
			bottom: 45px;
			padding-left: 15px;
		}	
		
		#aboutUsRightWrapper {
			max-width: 100%;
			width: 50%;
			padding: 0 0 0 50px;
			float: left;
		}
		.aboutUsContent h2 {
			font-size: 30px;
			line-height: 32px;
			margin: 0 0 20px 0;
		}
		#testimonialgrey {
			width: 100%;
			height: 100%;
		}
		#testimonialImage {
			margin-top: 40px;
			text-align: left;
		}
		.serviceTitleSmall {
			margin-top: -15px;
			margin-bottom: 10px;
		}
		#testimonialPullQuote {
			margin-bottom: 1px;
		}
		.testimonialTitle {
			text-align: center;
			margin-top: -125px;
		}
		.serviceTitleSmall {
			margin-top: -10px;
			margin-bottom: 13px;
		}
		#testimonialHeading h2 {
			font-size: 35px;
			line-height: 37px;
			margin: 0 0 15px 0;
		}
		#testimonialContent p {
			color: #ffffff;
			font-size: 14px;
			margin-bottom: 7px;
		}
		#testimonialSource {
			margin-top: 10px;
		}
		#testimonials .halfwrapperRight {
			max-width: 100%;
			width: 100%;
			padding: 15px;
			float: left;
		}
		#testimonials .large-btns_tabs, #testimonials .large-btns2_tabs {
			display:none;
		}
		.quote {
			margin: 0 2% 0 0;
		}
		#footerMiddle .col-1-4 {
			width: 33.333333%;	
		}
}
@media only screen and (min-width: 425px) and (max-width: 769px){
	header #wrapperFlexHeader{
		padding: 0;
		margin: 0;
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;	
		padding: 0 15px;
		}
	#wrapperFlexHeader #tagline { order: 1; flex-shrink: 0; width:100%;}
	#wrapperFlexHeader #contact1 { order: 3;  width: 50%; margin-top: 25px}
	#wrapperFlexHeader #contact2 { order: 4;  width: 50%; margin-top: 25px}
	#wrapperFlexHeader #logo { order: 2; flex-shrink: 1; width:100%; height:90px; text-align: center}
	#wrapperFlexHeader #affiliates { display: flex; order:5;flex-shrink: 1; width:50%; margin-top:55px; justify-content:space-between; margin: 15px auto; }
	/* For mobile phones: */
	#wrapperFlexHeader #affiliates img { 
		height: 45px;
		width: auto;

	}
	/* For mobile phones: */
	[class*="col-"] {
		width: 100%;
		}
	#headerTop .col-6-12 {
		width: 50%;
		}
	.customerSupport,
	.twentyfourhourSupport {
		text-align: center;
		margin: 35px auto 0;
		}
	.time {
		display:none;
		}
	.emergency {
		display:none;
		}
	.customerSupportNumber,
	.emergencySupportNumber {
		font-size: 15px;
		}
	#phone{
		left:40%;
		top:-30px;		
		}
	#clock {
		left:40%;
		top:-30px;	
		}
	#navTop {
		width: 100%;
		}
	nav #navTop ul {
		display:none;
		}
	nav #navTop select {
		display: block;
		margin: 15px 0;
		width: 100%;
		padding: 5px;
		float: left;
		border: 1px solid #ccc;
		}
	nav #navTop select option {
		width: 100%;
		background:#fff;
		}
	nav #navTop select .selected {

		background:#959595;
		}		
	.alignCenter {
		margin-top: 2px;
		margin-left: 0;
		}
	.tagline p {
		text-transform: uppercase;
		font-weight: 400;
		font-size: 9px;
		letter-spacing: 0.85px;
		margin-bottom: 0;
		text-align: center;
		}
	#headerLogo img {
		max-width: 180px;
		height: auto;
		margin: 0 auto;
		}
	header #headerTop a {
		float: none;
		text-align: center;
		}	
	.right {
		width:100%;
		height:auto;
		text-align: center;
		margin:10px auto 0;
		}
	.right img {
		width: auto;
		height:45px;
		}
	.right img:last-of-type{
		max-width: 28.5%;
		}
			/* Navigation */
	.nav-mixed {
		 display: block;
		 flex-wrap: none;
		 align-content: normal;
	 	}
	.multi-level-nav ul {
		 display: none;
		 flex-wrap: wrap;
		 align-content: normal;
	 	}
	.multi-level-nav li {
		 flex: 1 0 auto;
		 text-align: center;
		}
	.menu ul {
		 list-style-type: none;
		 padding: 0;
		 margin: 0;
		 }
	.social-menu ul {
		list-style-type: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	 	}
	.svg-inline--fa {
		font-size: 14px;
		}	
	.menu li a {
		display: block;
		text-decoration: none;
		color: #000000;
		font-size:15px;
		line-height:15px;
		padding: 15px 7.5px;
		text-transform: uppercase;
		text-align: center;
		}
	.menu li.current_page_item a {
		color:#ff7d15;
		}
	.menu li a:hover {
		color:#ff7d15;
		background:#ffffff;
		}
	#abovethefold {
		position: relative;
		background: rgba(0, 0, 0, 0.70);
		width: 100%;
		height: auto;
		float: left;
		}
	.abovethefoldCategory {
		color: #d8261c;
		text-transform: uppercase;
		font-family: 'Work Sans';
		font-size: 16px;
		letter-spacing: 1.1px;
		margin-top: 10px;
		}
	.abovethefoldTitle h1{
		font-size: 25px;
		line-height: 35px;
		}
		.abovethefoldCTA {
			font-family: 'Work Sans', sans-serif;
			text-align: center;
			text-transform: uppercase;
			}
	#heatingServicesWrapper {
		width:100%;
		} 
	.halfwrapperLeft {
		max-width: 100%;
		width: 100%;
		float:left;
		height: auto;
		margin: 0 auto;
		padding:25px;
		}
	.heatingServicesContent {
		max-width: 95%;
		margin: 25px 0 0 0;
		}
	.heatingServicesCTA {
		width: auto;
		margin-top: 25px;
		margin-bottom: 25px;
		}
	#accreditationsWrapper {
		width: 100%;
		float: left;
		padding-left: 0;
		}
	.halfwrapperRight {
		max-width:100%;
		width: 100%;
		float:left;
		height: auto;
		margin: 0 auto;
		padding:25px;
		}
	.accreditations {
		max-width: 100%;
		margin: 25px 0 0 0;
		text-align:center;
		}
	h1.postTitle {
		color: #000;
		font-size: 30px;
		line-height: 45px;
		margin: 25px auto;
	}	
	h2 {
		font-size: 30px;
		margin-bottom: 10px;
		line-height: 32px;
		
		}
	.halfwrapperRight .accreditations .col-6-12 {
		width: 50%;
		height: auto;
		float: left;
	}
	.aboutUsContent h2 {
		font-size: 30px;
		line-height: 32px;
	}
	#testimonialHeading h2 {
		font-size: 30px;
		line-height: 32px;
		margin: 0 0 20px 0;
		color: #ffffff;
		text-align: center;
	}
	#aboutUs .wrapper{
		position: relative;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;	
		}
	#aboutUsLeftWrapper { order: 2; }
	#aboutUsRightWrapper { order: 1; }

	#aboutUsLeftWrapper {
		width: 100%;
		float: left;
		left: 0;
		top: 0;
		}
	#aboutUs .halfwrapperLeft {
		padding: 0px 0px 15px 0px;
		}
	.aboutUsImg {
		max-width: 100%;
		margin: 0;
		}
	#aboutUsRightWrapper {
		max-width: 100%;
		width: 100%;
		padding: 0;
		float: left;
		}
	.aboutUsContent h2 {
		font-size: 30px;
		line-height: 32px;
		margin: 0 0 40px 0;
		}
	.aboutUsContent {
		max-width: 100%;
		margin: 25px 0 0 0;
		}
	.aboutUsCTA {
		width: 180px;
		margin-top: 26px;
		margin-bottom: 47px;
		margin: 0 auto;
		}
	#testimonials {
		position: relative;
		width: 100%;
		height: auto;
		float: left;
		}
	#testimonialgrey {
		position: relative;
		background: rgba(0, 0, 0, 0.70);
		width: 100%;
		height: 100%;
		float: right;
		right: 0;
		top: 0;
		z-index: 500;
		display: block;
		color: #fff;
		text-align: center;
		}
	#testimonialImage {
		margin-top: 25px;
		}	
	.large-btns_nav {
		z-index: 3;
		position: absolute;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		opacity: 0.6;
		text-indent: -9999px;
		overflow: hidden;
		top: 75.333%;
		bottom: 0;
		left: 0;
		background: #000 url(themes.gif) no-repeat left 50%;
		width: 25px;
		height: 25px;
		}
	.teammemberTitle p {
		font-weight: 600;
	}
	#teammemberPageLink {

		margin-bottom: 55px;
	}	
	.teammemberBio {
		widtH:100%;
		height: auto;
		text-align: left;
		padding: 15px 0;
		float:left;
	}				
	#getaQuote {
		margin-bottom: 30px;
		}
		.member {
			width: 100%;
			height: auto;
			float: left;
			padding: 0 20px;
		}	
	.quote{
		margin: 0;
		}
	span.quote:after { 
		content: ''; 
		display: block;
		clear:left;
		width:100%;
		margin:25px auto;	
		}
	#footerLogo {
		text-align: center;
		margin: 0 auto;
		}	
			
}
@media only screen and (min-width: 0) and (max-width: 424px){
	header #wrapperFlexHeader{
		padding: 0;
		margin: 0;
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;	
		padding: 0 15px;
		}
	#wrapperFlexHeader #tagline { order: 1; flex-shrink: 0; width:100%;}
	#wrapperFlexHeader #contact1 { order: 3;  width: 100%; margin-top: 25px}
	#wrapperFlexHeader #contact2 { order: 4;  width: 50%; margin-top: 25px}
	#wrapperFlexHeader #logo { order: 2; flex-shrink: 1; width:100%; height:90px; text-align: center}
	#wrapperFlexHeader #affiliates { order: 5; width:100%; margin: 15px auto; padding: 10px;text-align:center;}
	/* For mobile phones: */

	#wrapperFlexHeader #affiliates img { 
		height: 45px;
		width: auto;
		margin: 0 35px;
	}
	#wrapperFlexHeader #affiliates img:nth-of-type(1) { 
		margin: 0 0 0 -10px;
	}
	#wrapperFlexHeader #affiliates img:nth-of-type(2) { 
		margin: 0 10px 0 25px;
	}
	#wrapperFlexHeader #affiliates img:nth-of-type(3) { 
		margin: 0 15px;
	}
	[class*="col-"] {
		width: 100%;
		}
	#phoneContact {
		display:block;
		position: relative;
		margin-top:18px;
		width:340px;
	}	
	#headerTop .col-6-12 {
		width: 50%;
		}
	.customerSupport,
	.twentyfourhourSupport {
		text-align: center;
		margin: 35px auto 0;
		}
	.time {
		display:none;
		}
	.emergency {
		display:none;
		}
	.customerSupportNumber,
	.emergencySupportNumber {
		font-size: 15px;
		}
	#phone{
		left:45%;
		top:-30px;		
		}
	#clock {
		left:40%;
		top:-30px;	
		}
	#navTop {
		width: 100%;
		}
	nav #navTop ul {
		display:none;
		}
	nav #navTop select {
		display: block;
		margin: 15px 0;
		width: 100%;
		padding: 5px;
		float: left;
		border: 1px solid #ccc;
		}
	nav #navTop select option {
		width: 100%;
		background:#fff;
		}
	nav #navTop select .selected {

		background:#959595;
		}		
	.alignCenter {
		margin-top: 2px;
		margin-left: 0;
		}
	.tagline p {
		text-transform: uppercase;
		font-weight: 400;
		font-size: 9px;
		letter-spacing: 0.85px;
		margin-bottom: 0;
		text-align: center;
		}
	#headerLogo img {
		max-width: 240px;
		height: auto;
		margin: 0 auto;
		}
	header #headerTop a {
		float: none;
		text-align: center;
		}	
	.right {
		width:100%;
		height:auto;
		text-align: center;
		margin:10px auto 0;
		}
	.right img {
		width: auto;
		height:45px;
		}
	.right img:last-of-type{
		max-width: 28.5%;
		}
			/* Navigation */
	.nav-mixed {
		 display: block;
		 flex-wrap: none;
		 align-content: normal;
	 	}
	.multi-level-nav ul {
		 display: none;
		 flex-wrap: wrap;
		 align-content: normal;
	 	}
	.multi-level-nav li {
		 flex: 1 0 auto;
		 text-align: center;
		}
	.menu ul {
		 list-style-type: none;
		 padding: 0;
		 margin: 0;
		 }
	.social-menu ul {
		list-style-type: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	 	}
	.svg-inline--fa {
		font-size: 14px;
		}	
	.menu li a {
		display: block;
		text-decoration: none;
		color: #000000;
		font-size:15px;
		line-height:15px;
		padding: 15px 7.5px;
		text-transform: uppercase;
		text-align: center;
		}
	.menu li.current_page_item a {
		color:#ff7d15;
		}
	.menu li a:hover {
		color:#ff7d15;
		background:#ffffff;
		}		
	#abovethefold {
		position: relative;
		background: rgba(0, 0, 0, 0.70);
		width: 100%;
		height: auto;
		float: left;
		}
	.abovethefoldCategory {
		color: #d8261c;
		text-transform: uppercase;
		font-family: 'Work Sans';
		font-size: 16px;
		letter-spacing: 1.1px;
		margin-top: 10px;
		}
	.abovethefoldTitle h1{
		font-size: 25px;
		line-height: 35px;
		}
	.abovethefoldCTA {
		font-family: 'Work Sans', sans-serif;
		text-align: center;
		text-transform: uppercase;
		}
	#heatingServicesWrapper {
		width:100%;
		} 
	.halfwrapperLeft {
		width: 100%;
		float:left;
		height: auto;
		margin: 0 auto;
		padding:25px;
		}
	.heatingServicesContent {
		max-width: 95%;
		margin: 25px 0 0 0;
		}
	.heatingServicesCTA {
		width: auto;
		margin-top: 25px;
		margin-bottom: 25px;
		}
	#accreditationsWrapper {
		width: 100%;
		float: left;
		padding-left: 0;
		}
	.halfwrapperRight {
		width: 100%;
		float:left;
		height: auto;
		margin: 0 auto;
		padding:25px;
		}
	.accreditations {
		max-width: 100%;
		margin: 25px 0 0 0;
		text-align:center;
		}
	h1.postTitle {
		color: #000;
		font-size: 30px;
		line-height: 45px;
		margin: 25px auto;
	}	
	h2 {
		font-size: 30px;
		margin-bottom: 10px;
		line-height: 32px;
		
		}
	.col-6-12, .col-1-2 {
		width: 50%;
		}
	.accreditations img{
		width: auto;
		max-height: 55px;
		}
	.serviceTitle {
		text-align: center;
		margin-top: 35px;
		}
	.serviceSwitcher {
		margin: 25px auto 36px auto;
		}
	#services ul {
		margin: 0 15px 25px 15px;
		}

	.imgSelector {
		padding: 20px;
		color: #ffffff;
	}	
	#aboutUs .wrapper{
		position: relative;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;	
		}
	#aboutUsLeftWrapper { order: 2; }
	#aboutUsRightWrapper { order: 1; }

	#aboutUsLeftWrapper {
		width: 100%;
		float: left;
		left: 0;
		top: 0;
		}
	#aboutUs .halfwrapperLeft {
		padding: 0px 0px 15px 0px;
		}
	.aboutUsImg {
		max-width: 100%;
		margin: 0;
		}
	#aboutUsRightWrapper {
		max-width: 100%;
		width: 100%;
		padding: 0;
		float: left;
		}
	.aboutUsContent h2 {
		font-size: 30px;
		line-height: 32px;
		margin: 0 0 40px 0;
		}
	.aboutUsContent {
		max-width: 100%;
		margin: 25px 0 0 0;
		}
	.aboutUsCTA {
		width: 180px;
		margin-top: 26px;
		margin-bottom: 47px;
		margin: 0 auto;
		}
	#testimonials {
		position: relative;
		width: 100%;
		height: auto;
		float: left;
		}
	#testimonialgrey {
		position: relative;
		background: rgba(0, 0, 0, 0.70);
		width: 100%;
		height: 100%;
		float: right;
		right: 0;
		top: 0;
		z-index: 500;
		display: block;
		color: #fff;
		text-align: center;
		}
	#testimonialImage {
		margin-top: 25px;
		}	
	.large-btns_nav {
		z-index: 3;
		position: absolute;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		opacity: 0.6;
		text-indent: -9999px;
		overflow: hidden;
		top: 75.333%;
		bottom: 0;
		left: 0;
		background: #000 url(themes.gif) no-repeat left 50%;
		width: 25px;
		height: 25px;
		}
	
	#getaQuote {
		margin-bottom: 30px;
		}
		.member {
			width: 100%;
			height: auto;
			float: left;
			padding: 0 20px;
		}	
	.quote{
		margin: 0;
		}
	span.quote:after { 
		content: ''; 
		display: block;
		clear:left;
		width:100%;
		margin:25px auto;	
		}
	#footerLogo {
		text-align: center;
		margin: 0 auto;
		}	
}
.serviceImg img {
	width: 100%;
	height: auto;
	padding: 0 15px 0 0;
}
.vikingNews ul {
	list-style-type: none;
	margin: 0 25px 25px 25px;	
}
#How_does_it_work .serviceInstruction h4{
 display:none;
}

#topBar{
	background: #ff7d15;
	color:#ffffff;
	padding: 10px 0px;
	float:left;
	width:100%;
}

#topBar .topBarContent{
	float:right;
	margin-right:20px;
}

#topBar a{
	color:#ffffff;
}