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

/*

Grey #efefef
Black #333333


new green #6abfa8
new blue #6a93ca

-webkit-border-radius: 5px;
-moz-border-radius: 5px;c
border-radius: 5px;

-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);
*/

body {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Montserrat', sans-serif;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 1px solid #333333;	
	margin: 20px 0 20px 0;
}

hr.dotted {
	border: none;
	border-top: 1px dotted #161f48;	
	margin: 30px 0 30px 0;
}

#headerBackground {
	float: left;
	width: 100%;
}

#innerPage #headerBackground {
	float: left;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #d69a36;
	padding-bottom: 10px;
}

#headerBackground header {
	margin: 0 auto;
	width: 1200px;	
}

#leftNav {
	float: left;
	width: 38%;
	margin-top: 85px;
}

#rightNav {
	float: right;
	width: 38%;
	margin-top: 85px;
}

#logo { 
	float: left;
	width: 24%;
	margin: 20px 0 0 0;
}

#logo img { 
	max-width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#logo img.mobileLogo { 
	display: none;
}

#innerPage #logo img.mobileLogo { 
	display: block;
}

#innerPage #logo img.desktopLogo { 
	display: none;
}

#logo:hover {
	cursor: pointer;	
	opacity: .8;
}



/*Top Bar*/


#topBarBackground {
	float: left;
	width: 100%;
	background-color: #efefef;
}

#topBar {
	margin: 0 auto;
	width: 1200px;	
}

#topBar ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#topBar li {
	color: #333333;
	line-height: 28px;
	font-size: 90%;
	display: inline;
	margin-left: 17px;
	padding-top: 3px;
}

#topBar li.phoneTop {
	float: left;
}

#topBar li.emailTop {
	float: right;
}

#topBar li a {
	color: #333333;
	text-decoration: none;
}

#topBar li a:hover {
	color: #333333;
	text-decoration: underline;
}

#topBar li i.fab {
	font-size: 130%;
	padding-top: 5px;
	color: #333333;
}

#topBar li i.fas {
	font-size: 130%;
	padding-top: 5px;
	color: #333333;
}

#topBar p {
	float: left;
	color:white;
	font-size: 90%;
	padding: 7px 0 0 0;
	margin: 0;
}


/*										Nav								*/

#navBackground {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	display: none;
}

nav ul {
	float: left;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0 ;
	text-align: center;
}

nav li {
	display: inline;
	color: #333333;
	font-size: 105%;
	margin: 0 17px 0 17px;
	padding: 0;
	text-transform: uppercase;
}

nav li a {
	color: #333333;
	text-decoration: none;
	margin: 0;
	padding: 7px 12px 7px 12px;
	border-radius: 5px;
}

nav li a:hover {
	color: #333333;
	background-color: #efefef;
	text-decoration: none;
}

nav li a.active {
	color: #333333;
	background-color: #efefef;
	text-decoration: none;
}


/*Mobile Menu*/

#accordionSection {
	float: left;
	display: none;
	text-align: left;
}

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	color: white;	
	height: 40px;
	width: 40px;
	padding: 0;
	margin:0;
}

.accordionContent {
	float: left;
}

.accordionContent ul {
	float: left;
	list-style-type: none;
	padding: 0;
	text-align: left;
	margin: 0;
}

#accordionSection .accordionContent li {
	display: block;
	font-size: 95%;
	margin: 0;
	padding: 0;
	line-height: 30px;
	color: #333333;
	float: none;
	text-align: left;
}

#accordionSection .accordionContent li.subNav {
	font-size: 90%;
	margin-left: 15px;
	line-height: 32px;
}

#accordionSection .accordionContent li a {
	float: none;
	color: #333333;
	border: none;
	text-align: left;
	padding: 5px;
	margin-left: 0;
}

#accordionSection .accordionContent li a:hover {
	border: none;
	text-decoration: none;
	color: #333333;
}

#accordionSection .accordionContent li a.active {
	border: none;
	text-decoration: none;
	color: #333333;
}

/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #333333;
	padding: 5px 0 10px 0;
	border-top: 1px solid white;
}

#footerBackground footer {
	width: 1200px;
	margin: 0 auto;
	padding: 6px 0 3px 0;
}

#footerBackground footer p {
	color: white;
	font-size: 80%;
	line-height: 25px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
	
#footerBackground footer p a {
	text-decoration: none;
	color:white;
}

#footerBackground footer p a:hover {
	text-decoration: underline;
	color:white;
}

#footerBackground footer img {
	border-radius: 5px !important;
}

#copyRight {
	float: right;	
}

#copyLeft {
	float: left;	
}

.socialBox {
	float: left;
	width: 100%;
	text-align: center;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #142661;
	margin-bottom: 15px;
}


/*										Blue Background						*/

#blueBackground {
	float: left;
	width: 100%;	
	background-color: #b2cfd9;
	padding: 20px 0 20px 0;
}

#blueInner {
	width: 1200px;
	margin: 0 auto;
}

#blueInner h2 {
	color: #5b5b62;
	font-size: 110%;
	text-transform: uppercase;
}

#blueInner p {
	color: white;
	font-size: 90%;
	line-height: 28px;
}

#blueInner p b {
	color: #5b5b62;
	font-weight: bold;
}	

#blueInner p a {
	color: #5b5b62;
	text-decoration: underline;
}

#blueInner p a:hover {
	color: #5b5b62;
	text-decoration: none;
}

#blueInner li {
	font-size: 90%;
	line-height: 33px;
	color: white;
}

#blueInner li b {
	font-weight: bold;
	color: #5b5b62;
}

#blueInner li a {
	color: #5b5b62;
	text-decoration: none;
}

#blueInner li a:hover {
	color:  #5b5b62;
	text-decoration: underline;
}

#blueInner ul.brandList {
	padding-left: 0;
}

#blueInner ul.brandList li {
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 95%;
	color: white;
	line-height: 42px;
	padding-left: 5px;
}

#blueInner ul.brandList li span {
	border: 1px solid white;
	padding: 10px;
	background-image: url(images/tick.png);
	background-size: 25px 25px;
	background-position: 5px 6px;
	background-repeat: no-repeat;
	padding-left: 35px;
}


/*Topbackground - banner area */

#topBackground {
	float: left;
	width: 100%;
    height: auto;
	z-index: 1;
}

#topBackground img {
	width: 100%;
	height: auto;
}



/*										Banner								*/

#bannerOuter {
	float: left;
	width: 100%;
	height: 550px;
	background: url("images/wills-brothers-roofing-dartford3.webp") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
}

#bannerInner {
	margin: 0 auto;
	width: 1200px;
	position:relative;
}

#bannerInner img {
	width: 100%;
	height: auto;
}

#bannerInner img.mobile {
	display: none;
}

#bannerSlogan {
	position: absolute;
	top: 250px;
	background-color: #333333;
	border-radius: 5px;
	padding: 10px 20px 10px 20px;
	text-align: center;
	left: 50%;
    transform: translate(-50%, 0);
}

#bannerSlogan h2 {
	color: white;
	font-size: 120%;
	margin: 0;
	padding: 0; 
}

#bannerSlogan p {
	color: white;
	font-size: 90%;
	margin: 5px 0 5px 0;
	padding: 0; 
}

#bannerSlogan p a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

#bannerSlogan p a:hover {
	color: white;
	text-decoration: underline;
}

img.mobileView {
	display: none;
}


/*											Home Boxes									*/


#homeBoxes {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
}

.homeBox {
	float: left;
	width: 23%;
	margin-right: 2.6%;
	margin-bottom: 2%;
	text-align:center;
}

.homeBox.lastBox {
	float: right;
	margin-right: 0;
}

#homeBoxes .homeBox img {
	margin: 0;	
	max-width: 100%;
	height: auto;
}

#homeBoxes .homeBox h2 {
	color: #333333;
	font-size: 100%;
	text-align:center;
	padding: 7px 0 7px 0;
	margin: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
} 

#homeBoxes .homeBox:hover {
	cursor: pointer;
} 

#homeBoxes .homeBox:hover h2 {
	background-color: #efefef;
} 


/*										Main Body						*/


#intro {
	text-align: center;	
}

#mainBodyHome {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px
}

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 750px;
	padding: 10px 0 10px 0;
	border-top: 1px solid #333333;
}

#topBackgroundImage {
	float: left;
	background: url("images/topheader.jpg") center repeat;
	height: 100px;
	width: 100%;
}


#mainBodyOuter #contact {
	margin-top: 0;
	padding-top: 0;
}

#mainBody {
	margin: 0 auto;
	width: 1200px;	
}

#mainBodyFeedback {
	margin: 0 auto;
	width: 1200px;	
}

#mainBody h1 {
	font-size: 120%;
	color: #333333;
	text-transform: uppercase;
}

#mainBody h2 {
	font-size: 120%;
	color: #333333;
}

#mainBody p {
	font-size: 90%;
	line-height: 28px;
	color: #333333;
}

#mainBody p b {
	color: #333333;
	font-weight: bold;
}	

#mainBody p a {
	color: #333333;
	text-decoration: underline;
}

#mainBody p a:hover {
	color: #333333;
	text-decoration: none;
}

#mainBody li {
	font-size: 90%;
	line-height: 33px;
	color: #333333;
}

#mainBody li b {
	font-weight: bold;
	color: #333333;
}

#mainBody li a {
	color: #333333;
	text-decoration: none;
}

#mainBody li a:hover {
	color:  #333333;
	text-decoration: underline;
}

#mainBody img {
	max-width: 100%;
	height: auto;
}	

img.rightImage {
	float: right;
	margin: 0 0 10px 20px;
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}	

#mainBody img.centerImage {
	float: none;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	display: block;
}	

#mainBody p.more a {
	color: #333333;
	background-color: #efefef;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
}

#mainBody p.more a:hover {
	color: white;
	background-color: #333333;
	text-decoration: none;
}

#mainBody ul.brandList {
	padding-left: 0;
}

#mainBody ul.brandList li {
	display: inline-block;
	margin-right: 10px;
/*	border: 1px solid #a12725;
	padding: 5px;*/
	margin-bottom: 10px;
	font-size: 95%;
	background-color: white;
	color: black;
	font-weight: bold;
}

#mainBody ul.brandList li span {
	border: 1px solid #a12725;
	padding: 5px;
}

#mainBody ul.brandList li img {
	float: left;
	margin: 4px 7px 0 0;
}

#mainBody p.highlighted span {
	color: #5b5b62;
	background-color: #b2cfd9;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
}


/* Novel Area */


#novelPage #mainBodyOuter {
	background: url("images/novel-background.jpg") center;
    background-repeat: no-repeat;
    background-size: auto;
	min-height: 950px;
}

#novelInner {
	float: left;
	width: 92%;
	padding: 4%;
	margin: 20px 0 20px 0;
}

#novelHeading {
	float: left;
	width: 100%;	
}

#novelHeading h1 {
	font-size: 150%;	
}

#novelLeft {
	float: left;
	width: 30%;	
}

#novelLeft img {
	max-width: 100%;
	height: auto;
}

#novelRight {
	float: right;
	width: 62%;	
	padding: 2%;
	background-color: rgba(27,27,27,1);
}

/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 99%;
	margin-bottom: 20px;
	margin-top: 0;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: red;
	margin: 10px 0 0 0;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 100%;
	margin-bottom: 15px;
}

#contactFormArea .submitField {
	float: left;
	width: 100%;	
}

#contactFormArea #submit.formButton {
	float: none;
	width: 100px;
	height: 40px;
	font-size: 100%;
	background-color: #efefef;
	color: #333333;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
	border-radius: 5px;
}

#contactFormArea #submit.formButton:hover {
	background-color:#333333;
	color: white;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 90%;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}	

#contactFormArea input {
	color: black;
	border: none;
	float: left;
	width: 98%;
	padding: 1%;
	height: 30px;
	background-color: white;
	font-size: 80%;
	text-transform: uppercase;
	border: 1px solid black;
	margin-top: 10px;
	border-radius: 5px;
}

#contactFormArea textarea {
	color: black;	
	float: left;
	width: 98%;
	padding: 1%;
	height: 120px;
	background-color: white;
	font-size: 80%;
	text-transform: uppercase;
	border: 1px solid black;
	margin-top: 10px;
	border-radius: 5px;
}

 
/*											Calculator Area									*/

#calculatorBox {
	float: left;
	width: 100%;
	padding: 20px 0 0 0;
	background-color: #55b6fa;
}

#calculatorInner {
	margin: 0 auto;
	width: 1200px;
}

#calculatorInner h2 {
	color: white;
	text-transform: uppercase;
	border-bottom: 2px solid white;
	font-size: 110%;
	padding-bottom: 10px;
}




/*Stand out Box*/

#standoutBox {
	float: left;
	width: 100%;
	padding: 20px 20px 10px 20px;
	box-sizing: border-box;
	background-color: #333333;
	margin: 10px 0 25px 0;
	border-radius: 5px;
}

#standoutBox img {
	float: left;
	margin: 0 20px 0 0;
}

#standoutBox h2 {
	color: #efefef;
}

#standoutBox p {
	color: white;
}

#standoutBox p b {
	color: white;
}

#standoutBox li {
	color: white;
}

#standoutBox li b {
	color: white;
}

#standoutBox hr {
	border-color: white;
}

#standoutBox p.more a {
	color: white;
	background-color: #d69a36;
	padding: 7px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#standoutBox p.more a:hover {
	color: #5b5b62;
	background-color: white;
	text-decoration: none;
}

#mainBody ul.pointersList {
	list-style-type: none;
	padding: 0;
}

#mainBody ul.pointersList li {
	display: inline-block;
	margin-right: 20px;/*
	line-height: 40px;*/
	margin-bottom: 10px;
}

#mainBody ul.pointersList li i.fa-check-square {
	font-size: 180%;
	color: #efefef;
	margin-right: 5px;
}


/*Stand out Box Two*/

#standoutBoxTwo {
	float: left;
	width: 98%;
	padding: 1%;
	background-color: #d69a36;
	margin: 15px 0 15px 0;
}

#standoutBoxTwo img {
	float: right;
	margin: 0 0 0 20px;
}

#standoutBoxTwo h2 {
	color: #5b5b62;
}

#standoutBoxTwo p {
	color: white;
}

#standoutBoxTwo p b {
	color: white;
}

#standoutBoxTwo li {
	color: white;
}

#standoutBoxTwo li b {
	color: white;
}

#standoutBoxTwo hr {
	border-color: white;
}

#standoutBoxTwo p.more a {
	color: white;
	background-color: #5b5b62;
	padding: 7px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#standoutBoxTwo p.more a:hover {
	color: #d69a36;
	background-color: white;
	text-decoration: none;
}


/*Features*/

#keyFeatures {
	float: right;
	max-width: 500px;
	background-color: #61a3dc;
	margin: 0 0 20px 20px;
	border: 1px solid #61a3dc;
	border-radius: 5px;
}

#keyFeatures h2 {
	color: white;
	background-color: #3bb441;
	padding: 10px 0 10px 10px;
	text-align: left;
	margin: 0;
}

#keyFeatures ul {
	padding: 10px 30px 10px 30px;
	margin: 0;
}

#keyFeatures li {
	color: white;
}



#topBannerArea {
	float: left;
	width: 100%;
	height: 300px;
	margin-bottom: 10px;
}

#topBannerArea.services { 
	background: url(images/meeting.jpg) repeat center;
}

#topBannerArea.about { 
	background: url(images/labs.jpg) repeat center;
}



/*Grey Box*/

#greyBox {
	float: left;
	width: 96%;
	padding: 2%;
	padding-bottom: 1%;
	background-color: #efefef;
	border-radius: 5px;
	margin-bottom: 30px;
}
/*
#standoutBox h2 {
	color: white;
	padding-top: 0;
	margin-top: 0;
}

#standoutBox p {
	color: white;
}

#standoutBox hr {
	border-color: white;
}*/



/*Gallery*/

#mainBody .gallery a {
	text-decoration: none !important;
}

#mainBody .gallery a h2 {
	text-decoration: none !important;
}

#mainBody .gallery h2 {
	font-size: 90%;
	text-transform:  none;
	color: white;
	text-decoration: none !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 30px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	margin-top: 0;
}

#mainBody .gallery h2 a {
	color: white;
	text-decoration: none !important;
	font-weight: normal;
}

#mainBody .gallery h2 a:hover {
	color: #a12725;
	text-decoration: none !important;
	font-weight: normal;
}

#mainBody .gallery img {
	margin-bottom: 0;
}




#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background: #efefef;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 3000;
	border: 1px solid white;
}

#return-to-top i {
    color: #333333;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #333333;
	color:white;
}

#return-to-top:hover i {
    color:white;
    top: 5px;
}



.brandBox {
	float: left;
	width: 18%;	
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.brandBox img {
	width: 100%;
	height: auto;
}


/*Table*/

table {
	border-collapse: collapse;
	display: block;
	overflow: scroll;
	margin-bottom: 25px;
	border: none;
	border-radius: 5px;
}	


table tbody {
	border-radius: 5px;
}	


table th {
	background-color: #6085c4;
	color: white !important;
	padding: 10px;
	font-size: 100%;
}

table td {
	padding: 13px;	
	font-size: 90%;
	background-color: white;
}

table td.name {	
	background-color: #ea424e;
	color: white;
}

table td.price {	
	background-color: #fec739;
	color: black;
}


/* Process Area 

Red #ea424e
Yellow #fec739
Blue #6085c4

*/

#processArea {
	float: left;
	width: 100%;
}

.processWide {
	float: left;
	width: 98%;
	padding: 1%;
	margin: 0;
}

.processLeft {
	float: left;
	width: 48%;
	padding: 1%;
	background-color: #ea424e;
	border-radius: 5px;
}

.processLeft p {
	color: white !important;
}

.processRight {
	float: right;
	width: 48%;
	padding: 1%;
	background-color: #6085c4;
	border-radius: 5px;
}

.processRight p {
	color: white !important;
}

.processRight p a {
	color: #fec739 !important;
}

#processArea p span {
	background-color: #fec739;
	padding: 7px;
	border-radius: 10px;
	color: black !important;
	font-size: 150%;
	font-weight: bold;
}

#processArea li {
	color: white !important;
}

.arrowRight {
	float: right;
	width: 48%;
	height: 100%;
}

.arrowLeft {
	float: left;
	width: 48%;
	height: 100%;
}

.arrowLeft img{
	float: right;
}


/*		Template Transcription		*/

#templateWide {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #55b6fa;	
}

#templateLeft {
	float: left;
	width: 47%;		
	margin-top: 130px;
}

#templateRight {
	float: right;
	width: 47%;		
}

#templateRight img {
	border: 10px solid #142661;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#templateLeft h2 {
	font-size: 160%;
	text-align: center;
}

#templateLeft ul {
	list-style-type: none;
	padding-left: 0;
}

#templateLeft li {
	font-size: 120%;
	line-height: 45px;
	text-align: center;
}



/*		How Box	*/

#howBoxes {
	float: left;
	width: 100%;
	border-bottom: 1px solid #55b6fa;	
	margin-bottom: 30px;
	text-align: center;
}

.howBox {
	float: left;
	width: 23.5%;	
	margin-right: 2%;
	background-color: white;
	margin-bottom: 2%;
}

.howBox.lastHowBox {
	float: right;
	margin-right: 0;
}

#howBoxes .howBox h3 {
	color: white;	
	font-size: 170% !important;
	font-weight: bold;
	margin: 10px 0 4px 0 !important;
} 

#howBoxes .howBox h3 span {
	background-color: #142661 !important;
	padding: 4px 12px 7px 12px;
	border-radius: 5px 5px 0 0;
} 

#howBoxes .howBox p {
	color: #142661 !important;
	font-weight: bold !important;
	font-size: 110%;
} 


#howBoxes .howBox img {
	max-width: 100%;
	height: auto;
} 




/*Contact Area*/

#contactOuter {
	float: left;
	width: 100%;	
	background-color: #333333;
	padding: 10px 0 0 0;
	text-align: left;
}

#contactInner {
	margin: 0 auto;
	width: 1200px;	
}

.contactBox {
	float: left;
	width: 33%;	
	padding: 0 0 10px 0;
}

.contactBox.lastContactBox {
	float: right;
	margin-right: 0;
	border-right: 0;
}

.contactBox.lastContactBox img {
	float: right;
	border-radius: 10px;
}

#contactInner h2 {
	color: #26a8dc;
	font-size: 110%;
	margin-top: 0;
}

#contactInner ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: white;
}

#contactInner li {
	color: white;
	line-height: 30px;
	font-size: 100%;
	display: block;
	margin-right: 30px;
}

#contactInner li span {
	font-weight: bold;
}

#contactInner li.phone {
	background-image: url(images/phone.png);
	background-size: 25px 18px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 32px;
}	

#contactInner li.email {
	background-image: url(images/email.png);
	background-size: 30px 17px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 36px;
}

#contactInner li a {
	color: white;
	text-decoration: none;
}

#contactInner li a:hover {
	color: white;
	text-decoration: underline;
}

#contactInner p {
	color: white;
	line-height: 25px;
	font-size: 90%;
	margin: 0;
	padding: 0;
}

#contactInner p span {
	font-weight: bold;
	font-size: 180%;
}

#contactInner img {
	margin-right: 10px;
}

#contactInner i.fab {
	float: right;
	font-size: 300%;
	padding-top: 5px;
	color: white;
	text-align: center;
	margin: 0 5px 0 5px;
}

#contactInner a i.fab {
	color: white;
	text-decoration: none;
}

#contactInner i.fab:hover {
	color: #efefef; 
	text-decoration: none;
}

#contactInner a i.fab:hover {
	color: #efefef; 
	text-decoration: none;
}


#contactInner i.fa-brands {
	float: right;
	font-size: 300%;
	padding-top: 5px;
	color: white;
	text-align: center;
	margin: 0 5px 0 5px;
}

#contactInner a i.fa-brands {
	color: white;
	text-decoration: none;
}

#contactInner i.fa-brands:hover {
	color: #efefef; 
	text-decoration: none;
}

#contactInner a i.fa-brands:hover {
	color: #efefef; 
	text-decoration: none;
}





.googleMap {
    	-webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}



p.flex-caption {
	font-size: 100% !important;
	font-weight: bold;
	text-align: center;
}



/*New Contact Form*/


#pjWrapperContactForm_2 .container-fluid {
	padding: 0;
	margin: 0;	
}

#pjWrapperContactForm_2 #pjCF_container_2 {
	padding: 0;
	margin: 0;	
}

#pjWrapperContactForm_2 label {
	color: #2a3681;
	font-size: 120%;
}

#pjWrapperContactForm_2 input {
	height: 40px !important;
}

#pjWrapperContactForm_2 .form-group {
	margin-bottom: 20px;
}

#pjWrapperContactForm_2 .col-sm-12 {
	margin: 0;
	padding: 0;
}

#pjWrapperContactForm_2 button.pjCF-button {
	width: 100px;
	height: 40px;
	font-size: 100% !important;
	background-color: #26a8dc !important;
	color: white !important;
	text-transform: uppercase !important;
	border-radius: 5px;
	border: none !important;
}

#pjWrapperContactForm_2 button.pjCF-button:hover {
	background-color: #2a3681 !important;
	color: white !important;
	cursor: pointer;
}



/*Candidate Form*/


#pjWrapperContactForm_3 .container-fluid {
	padding: 0;
	margin: 0;	
}

#pjWrapperContactForm_3 #pjCF_container_2 {
	padding: 0;
	margin: 0;	
}

#pjWrapperContactForm_3 label {
	color: #2a3681;
	font-size: 120%;
}

#pjWrapperContactForm_3 input {
	height: 40px !important;
}

#pjWrapperContactForm_3 .form-group {
	margin-bottom: 20px;
}

#pjWrapperContactForm_3 .col-sm-12 {
	margin: 0;
	padding: 0;
}

#pjWrapperContactForm_3 button.pjCF-button {
	width: 100px;
	height: 40px;
	font-size: 100% !important;
	background-color: #26a8dc !important;
	color: white !important;
	text-transform: uppercase !important;
	border-radius: 5px;
	border: none !important;
}

#pjWrapperContactForm_3 button.pjCF-button:hover {
	background-color: #2a3681 !important;
	color: white !important;
	cursor: pointer;
}





/*										Timetable			*/


#timetableSection {
	float: left;
	width: 100%;
	height: 300px;
	background: url("images/roofing-quote-gravesend.webp") center;
	background-size: cover;
	z-index: 510;
	position: relative;
}

#timetableInner {
	margin: 0 auto;
	width: 1200px;	
}

#timetableInner h2 {
	font-size: 120%;
	font-weight: normal;
	margin-top: 150px;
	text-align: center;
	float: left;
	text-transform: uppercase;
	background-color: #efefef;
	border-radius: 5px;
	color: #333333;
}

#timetableInner h2 a {
	text-align: center;
	background-color: #efefef;
	border-radius: 5px;
	color: #333333;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}

#timetableInner h2 a:hover {
	background-color: #333333;
	color: white;
	text-decoration: none;
}




.highlightBoxOne {
	float: left;
	width: 100%;
	padding: 30px;
	background-color: #efefef;	 
	box-sizing: border-box;
}


.highlightBoxTwo {
	float: left;
	width: 100%;
	padding: 30px;
	background-color: white;
	border: 1px solid #efefef; 
	box-sizing: border-box;
}


#mainBody .highlightBoxOne p.more a {
	color: white;
	background-color: #333333;
}

#mainBody .highlightBoxOne p.more a:hover {
	color: #333333;
	background-color: #efefef;
}



/*Roof MOT\
new green #6abfa8
new blue #6a93ca

*/



body#roofMotPage #mainBodyOuter {
	box-sizing: border-box;
	background-color: #efefef;
}

body#roofMotPage #roofArea {
	float: left;
	width: 100%;
	box-sizing: border-box;
	border-radius: 5px 5px 0 0;
	border: 5px solid #333333;
	margin-top: 30px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.25);
}

body#roofMotPage #leftRoofBox {
	float: left;
	width: 50%;
	height: 650px;
	background-color: #6abfa8 !important;
	box-sizing: border-box;
	padding: 50px;
	
	background: -webkit-gradient(linear, left top, right bottom, from(#6abfa8), to(#6a93ca));
}

body#roofMotPage #rightRoofBox {
	float: right;
	width: 50%;
	height: 650px;
	background: url("images/roofing-mot-gravesend-kent.webp") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
	box-sizing: border-box;
	padding: 20px;
}


body#roofMotPage h1 {
	font-size: 220% !important;
	margin: 0;
	padding: 10px;
}

body#roofMotPage h2 span {
	font-size: 150% !important;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	display: inline-block;
}

body#roofMotPage #leftRoofBox ul {
	list-style-type: none;
	padding-left: 0;
	margin: 35px 0 30px 0;
}

body#roofMotPage #leftRoofBox li {
	font-size: 130% !important;
	line-height: 35px !important;
}



body#roofMotPage #priceBox {
	background-color: white;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
}

body#roofMotPage #priceBox h2 {
	font-size: 220% !important;
	text-transform: uppercase;
	margin: 0;
}

body#roofMotPage #priceBox p {
	font-size: 120% !important;
	line-height: 35px !important;
	text-transform: uppercase;
	margin: 20px 0 0 0;
}

body#roofMotPage #priceBox p b {
	font-size: 160% !important;
}



#motContact {
	text-align: center;
	background-color: #333333;
	border-radius: 0 0 5px 5px;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 50px;
}

#motContact i.fa-solid {
	color: white;
	font-size: 120%;
}

#motContact h2 {
	color: white !important;
	margin: 0 0 10px 0;
	padding: 0;
}

#motContact p {
	font-size: 110% !important;
	color: white !important;
	margin: 0;
	padding: 0;
}

#motContact p a {
	color: white !important;
	text-decoration: none !important;
}





/* 1199*/
@media only screen 
and (max-width : 1199px) 
				 {

					 
#topBar {
	width: 95%;	
	padding: 1%;
	padding-top: 0;
}
						 
					 
nav {
	width: 100%;
}

#topBar {
	width: 95%;	
	padding: 1%;
	padding-top: 0;
}				
					 
#headerBackground header {
	width: 95%;	
	padding: 1%;
	padding-top: 0;
}

#mainBody {
	width: 95%;	
	padding: 1%;
}
					 
					 
#calculatorInner {
	width: 95%;	
	padding: 1%;
}
					 
#mainBodyFeedback {
	width: 95%;	
	padding: 1%;
}

#contactInner {
	width: 95%;	
	padding: 1%;
}	

#footerBackground footer {
	width: 95%;	
	padding: 1%;	
}
				 
#blueInner {
	width: 95%;	
	padding: 1%;	
}

					 
#bannerInner {
	width: 100%;
}						 
					 
					 
#timetableInner {
	width: 95%;	
	padding: 1%;
}
					 
					
body#roofMotPage #leftRoofBox {
	height: 750px;
	padding: 30px;
}					 
					 
body#roofMotPage #rightRoofBox {
	height: 750px;
}						 
					 
}





/* 959*/
@media only screen 
and (max-width : 959px) 
				 {
			
					 
.priceBoxes {
	float: none;
}
					 
#mainBodyOuter #mainBody {
	margin-top: 0;
}

#mainBodyOuter #mainBodyFeedback {
	border-top: none;
	margin-top: 0;
}

#mainBodyOuter {
	margin-top: 0;
}
					 
#headerBackground {
	background-color: white;
	position: relative;
}				 

#leftNav {
	display: none;
}

#rightNav {
	display: none;
}
	
#accordionSection {
	display: block;
	margin-left: 10px;
}
					 
#navBackground {
	display: block;
	padding: 10px 0 0 0;
	border-top: 1px solid #efefef;
}				 
					 
#logo {
	float: left;
	width: 100%;
}	

#logo img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
	height: auto;
}	
					 
					 
nav ul.mainNav {
	display: none;
}	

nav ul {
	margin: 0 ;
}

nav {
	float: left;
	width: 100%;
	margin: 0;	
	padding-bottom: 0;
	border-bottom: 0px;
}	
					 
#calculatorInner form {
	float: left;
	width: 100%;
}	
					 
					 
#formLeft {
	float: left;
	width: 100%;
}

#formRight {
	float: left;
	width: 100%;
}
					 
#rightCalculator {
	float: left;
	width: 100%;
}

#rightCalculator img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}				 
	
#topBar ul {
	float: left;
	width: 100%;
	text-align: center;
}
					 
#topBar li {
	text-align: center;
}				 
					 
#blueInner ul.brandList li {
	border: 1px solid white;
	padding: 10px;
	line-height: 28px;
	background-image: url(images/tick.png);
	background-size: 25px 25px;
	background-position: 12px 10px;
	background-repeat: no-repeat;
	padding-left: 45px;
}

#blueInner ul.brandList li span {
	border: none;
	padding: 0;
	background: none;
}		
					 
#blueInner img {
	float: none;
	clear: both;
	margin-left: 0;
}	
					 
					 

							 
					 
					 
}






 /* 850*/
@media only screen 
and (max-width : 850px) 
	{
		
		
body#roofMotPage #leftRoofBox {
	height: 800px;
	padding: 20px;
}					 
					 
body#roofMotPage #rightRoofBox {
	height: 800px;
}						 
	
}







 /* 730*/
@media only screen 
and (max-width : 730px) 
	{

					 	


#mainBody {
	width: 95%;	
	padding: 1%;
}

#copyright {
	width: 95%;	
	padding: 1%;
}

img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}	
		
#standoutBox img {
	float: none;
	clear: both;
	margin-left: 0;
}	
		
#standoutBoxTwo img {
	float: none;
	clear: both;
	margin-left: 0;
}		
					 
#gallery img {
	float: left;
	width: 48%;
	height: auto;
}

p.copyLeft {
	float: left;
}

p.copyRight {
	float: left;
}	

#loveFootball {
	float: left;
	width: 100%;
	text-align: left;
}

#followUs {
	float: left;
	width: 100%;
	text-align: left;
}


#keyFeatures {
	float: none;
	clear: both;
	margin-left: 0;
}	
		
#templateLeft {
	float: left;
	width: 100%;		
	margin-top: 0;
}

#templateRight {
	float: left;
	width: 100%;	
}		
		
.howBox {
	float: left;
	width: 48%;	
	margin-right: 2%;
	margin-bottom: 2%;
	min-height: 350px;
}

.howBox.lastHowBox {
	float: left;
	width: 48%;	
	margin-right: 2%;
	margin-bottom: 2%;
}

#novelInner {
	margin: 0;	
	padding-top: 0;	
}
		
#novelLeft {
	float: left;
	width: 100%;	
}

#novelLeft img {
	max-width: 100%;
	height: auto;
}

#novelRight {
	float: left;
	width: 96%;
	padding: 2%;
	margin-top: 2%;
}
		

.contactBox {
	float: left;
	width: 100%;	
	border: none;
	border-right: 0;
}


.contactBox.lastContactBox {
	float: left;
	width: 100%;	
	border-right: 0;
	border-bottom: 0;
	margin-bottom: 0;
} 
		
.contactBox.lastContactBox img {
	float: left;
	max-width: 100%;
	height: auto;
}
	#copyRight {
	float: left;	
}	
		
#contactInner i.fab {
	float: left;
}

		

.homeBox {
	float: left;
	width: 48%;	
	margin-right: 2%;
	margin-bottom: 2%;
}

.homeBox.lastBox {
	float: left;
	width: 48%;	
	margin-right: 2%;
	margin-bottom: 2%;
}

			
		
#topBar ul {
	margin-bottom: 10px;
}
					 
#topBar li {
	margin: 0;
	line-height: 18px;
	text-align: center;
	display: block;
	width: 100%;
}					 
	
#topBar p {
	font-size: 90%;
	padding: 5px 0 5px 0;
	text-align: center;
	width: 100%;
}	
		


#bannerSlogan {
	width: auto;
	top: 100px;
}	
					 
#bannerInner img.mobile {
	display: block;
}	
					 
#bannerInner img.desktop {
	display: none;
}	
		
#bannerOuter {
	background: url("images/wills-brothers-roofing-dartford-mobile3.webp") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
}	
		
		
body#roofMotPage #leftRoofBox {
	width: 100%;
	height: auto;
	padding: 30px;
	text-align: center;
}					 
					 
body#roofMotPage #rightRoofBox {
	width: 100%;
	height: 400px;
}		
		
		
 }
 



/* 580*/
@media only screen 
and (max-width : 580px) 
				 {


#timetableInner h2 {
	font-size: 90%;
}					 

					 
}
					 


/* 480*/
@media only screen 
and (max-width : 480px) 
				 {

				 

					 
footer img {
	float: none;
	margin: 10px 0 10px 0;
}					 

img.desktopView {
	display: none;
}

img.mobileView {
	display: block;
}


#contactFormArea input {
	width: 95% !important;
}

#contactFormArea textarea {
	width: 98% !important;
}

.brandBox {
	width: 46%;	
	padding-left: 2%;
	padding-right: 2%;
}


.processLeft {
	float: left;
	width: 98%;
	padding: 1%;
}

.processRight {
	float: left;
	width: 98%;
	padding: 1%;
}

.arrowRight {
	display: none;
}

.arrowLeft {
	display: none;
}



.howBox {
	float: left;
	width: 100%;	
	border: none;
	margin-bottom: 20px;
}
					 
.howBox.lastHowBox {
	float: left;
	width: 100%;	
	margin-bottom: 20px;
} 

					 
#topBar p {
	float: left;
	width: 100%;
	margin: 5px 0 5px 0
}

#topBar li {
	margin-left: 0;
	line-height: 25px;
	margin-right: 0;
}					 

.homeBox img {
	width: 100%;
	height: auto;	
}

.homeBox {
	float: left;
	width: 100%;	
	border: none;
	margin-bottom: 20px;
}

.homeBox h2 {
	font-size: 90%;
}

.homeBox.lastBox {
	float: left;
	width: 100%;	
	margin-bottom: 20px;
} 				 
	
body#roofMotPage #leftRoofBox {
	padding: 15px;
}					 
						 
					 
body#roofMotPage #rightRoofBox {
	height: 275px;
}					 
					 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	


}



#pjWrapper header.pjJlHeader {
	display: none;	
}






.iris {
	width: 100% !important;
	border: none !important;
	font-family: 'Montserrat', sans-serif;
	color: #333333 !important;
	padding: 0 !important;
	margin-top: 20px !important;
}

.iris h1 {
	display: none !important;
}


.iris-form {
	width: 100% !important;
	box-sizing: border-box;
	border: none !important;
	color: #333333  !important;
	padding: 0 !important;
}

.iris .iris-row {
	float: left;	
	width: 100%;
	margin-bottom: 5px !important;
	box-sizing: border-box;
}

.iris .g-recaptcha {
	float: left;	
	width: 100%;
	margin-bottom: 5px !important;
	box-sizing: border-box;
	clear: both;
}

.iris .iris-row button {
	float: none;
	width: 100%;
	height: 40px;
	font-size: 100%;
	background-color: #333333;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 !important;
	margin: 0 !important;
}

.iris .iris-row button:hover {
    background-color: #efefef !important;
	color: #333333  !important;
	cursor: pointer;
}

.iris .iris-row .label {
	font-size: 100%;
	color: #333333 ;
	font-weight: bold;
	text-align: left;
	box-sizing: border-box;
}	

.iris .iris-row input {
	color: #333333 ;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: #efefef;
	font-size: 80%;
	border: 1px solid #efefef !important;
	margin-top: 10px;
	border-radius: 5px;
	text-align: left !important;
	box-sizing: border-box;
}


.iris .attachment-row input {
	border: none !important;
	box-sizing: border-box;
}


.iris .iris-row select {
	color: #333333;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: #efefef;
	font-size: 80%;
	border: 1px solid #efefef;
	margin-top: 10px;
	border-radius: 5px;
	box-sizing: border-box;
}


.iris .iris-row textarea {
	color: #333333;	
	float: left;
	width: 100%;
	height: 340px;
	background-color: #efefef;
	font-size: 80%;
	border: 1px solid #efefef;
	margin-top: 10px;
	border-radius: 5px;
	text-align: left !important;
	box-sizing: border-box;
}

.iris .iris-row .checkboxes {
	box-sizing: border-box;
}


.iris .iris-row .checkbox {
	float: left;
	width: auto !important;
	margin-top: 10px;
	text-align: center;
	border: 1px solid #efefef;
	padding: 7px;
	font-size: 95% !important;
	color: #1a1a1a !important;
	box-sizing: border-box;
}

.iris .iris-row .checkbox input {
	float: left !important;
	width: 10px !important;
	height: auto !important;
	margin-top: 3px !important;
	margin-right: 5px !important;
	box-sizing: border-box;
}



.iris .success {
	background-color: #333333  !important;
	border: #333333  1px solid !important;
	padding: 10px !important;
	box-sizing: border-box;
	color: white !important;
	font-size: 110% !important;
	font-weight: bold !important;
	text-align: center !important;
}


