/* cmsms stylesheet: ebl - 2016 - miltecmainstyles modified: Monday, September 7, 2026 9:14:43 AM */
/*
Theme Name: Serendipity - Fully Responsive HTML Blog
Theme URI: http://themes.iki-bir.com/serendipity-html
Author: elemis
Author URI: http://iki-bir.com
Version: 1.0
*/

/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {

	background: #3F503D;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, section {
	display: block;
}
nav {
display: inline-block;
padding: 0;
width: auto;
text-align:left;
vertical-align: top;
height: 30px;
margin-top: 45px;
float:right;
}


#mobile-menu {
display:none; 
}


input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
	border-radius: 0; 
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}

.sticky,
.gallery-caption,
.wp-caption, 
.wp-caption-text {}

/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/

body {
	padding: 0px;
}

body, input, textarea {
        font-family: 'Neue Helvetica W01', Arial, Helvetica, sans-serif;
	font-size: 15px ;
	font-weight: normal;
	line-height: 27px;
background-color: #ffffff;

	color: #000;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

/* Headings */
h1, 
h2,
h3,
h4,
h5,
h6 {
	font-family:'Neue Helvetica W01';
	font-weight: normal;
	color: #173C2A;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a { 
	color: inherit; 
}
h1 { 
	font-size: 32px; 
	line-height: 34px; 
	margin-bottom: 14px;
}
h2 { 
    color: #2b4354;
    font-size: 24px;
line-height: 28px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 10px 0px;
}
h3 { 
	font-size: 24px; 
	line-height: 26px; 
	margin-bottom: 15px; 
} 

h4 { 

    color: #2b4354;
    font-size: 24px;
line-height: 28px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 10px 0px;
margin-bottom: 10px;
} 
h5 { 
	font-size: 18px; 
	line-height: 22px; 
    color: #2b4354;
margin-bottom: 20px;
}						
h6 { 
	font-size: 12px; 
	line-height: 14px; 
}

/* Horizontal Line */
hr {	
	background: transparent url(/uploads/ebl/line.png) repeat-x bottom left;
	border: 0;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 40px;
}

/* Text elements */
p {
	margin-bottom: 20px;
   color: #404040;
    font-size: 16px;
    line-height: 1.5;

}
p.news {
    border-top: 1px inset #ffffff;
    padding: 10px 0px;
	margin-bottom: 5px;
   color: #ffffff;
    font-size: 12px;
    line-height: 16px;
}

p.roofingsite { border: 1px solid #527c9e; color: #527c9e; font-size: 19px; padding: 12px 24px; background: #dee6e3; margin-bottom: 30px; text-align:center;}

ul, ol {
	margin: 0 0 20px 0;
	list-style-position: inside;
}
ul {
	list-style: none;
}
ul li {
	background: transparent url(/uploads/ebl/dark-bullet.png) no-repeat left 13px;
	padding-left: 15px;
   color: #404040;
    font-size: 16px;
    line-height: 28px;
margin-bottom: 5px;
}
ol {
	list-style-type: decimal;
}
ol li {
	padding-left: 5px;
   color: #404040;
    font-size: 16px;
    line-height: 28px;
margin-bottom: 5px;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 0 20px 0;
	font-size: 15px;
	border-left: 5px solid #ededed;
	padding-left: 20px;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 40px;
	overflow: auto;
	padding: 0.75em 20px;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 40px;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

.dropcap {
	display:block;
	float:left;
	font-size:45px;
	padding:0;
	margin: 0;
	margin:15px 8px 0 0;
	text-transform: uppercase;
}

.lite1 {
	color: #173C2A;
	border-bottom: 1px dotted #173C2A;
}

.lite2 {
	border-bottom: 1px dotted #173C2A;
}

.download-box, .warning-box, .info-box, .content-box, .right-box, .content-box-right, .note-box {
	clear:both;
	margin: 0 0 30px 0;
	text-shadow: none;
	padding: 25px 10% 20px;
	line-height: 20px;
}

article div div.content-box {
	background-color: #f3f2f2 !important;
}

.content-box {
	margin-top:0px;
	margin-bottom: 0px;
	background-color: #f3f2f2 !important;
	color:#404040;
	padding: 15px 2.5%;
	min-height: 500px;
}

.content-box > p:first-of-type {
	font-weight: 500;
	color: #2b4354;
}

.content-box img {
float: none;
pading-top: 0px;
padding-left: 10px;
padding-right: 24px;

margin: 10px auto 20px; 
width: 100%;
max-width: 250px;
}



.content-box table {
	color:#848586;
    font-size: 16px;
    line-height: 28px;
}
.content-box tr {


}

.content-box td {
width: auto;
padding-right: 15px;
border-bottom: 1px solid #9c9c9c;
}

#floorplan img {
float: left;
pading-top: 0px;
padding-left: 0px;
padding-right: 10px;
margin-bottom: 5px;
margin-top: 10px;
width: 225px;
}

#floorplan2 img {
float: left;
pading-top: 0px;
padding-left: 0px;
padding-right: 10px;
margin-bottom: 75px;
margin-top: 10px;
width: 225px;
}


.content-box-right {
	background:#F4F4F4;
	color:#444;
	border-width:0px 3px 2px 0px;
	border-style:solid ;
	border-color:#aaa;
}

.right-box {
    background-color: #ffffff;

	color:#848586;
margin: 0px;
padding: 0px;
}

#testimonials-section {
display: none;
width: 90%;
padding: 10px 5%;
    background-color: #f3f2f2;
margin-bottom: 10px;
	color:#848586;
}

#testimonials-section h3 {
	font-size: 28px;
	line-height: 34px;
	color:#2b4354;
margin-bottom: 0px;
}

#testimonials-section p {
	margin-top: 2px;
	margin-bottom: 8px;
   color: #848586;
    font-size: 16px;
    line-height: 28px;
font-weight: 200;
}

#right-section,
#right-section3 {
width: 90%;
padding: 10px 5%;
    background-color: #f3f2f2;
margin-bottom: 10px;
	color:#848586;
}

#right-section h3,
#right-section2 h3,
#right-section3 h3 {
	font-size: 28px;
	line-height: 34px;
	color:#2b4354;
margin-bottom: 0px;
}

#right-section p,
#right-section2 p {
	margin-top: 2px;
	margin-bottom: 8px;
   color: #848586;
    font-size: 16px;
    line-height: 28px;
font-weight: 200;
}

#right-section li {
margin: 15px 0px 5px;
}

#right-section li {
    background: transparent url("/uploads/ebl/tick.png") no-repeat scroll left 0;
    color: #848586;
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
    list-style: outside none none;
    margin-bottom: 10px;
    padding-left: 40px;
    text-align: left;
}


#right-section2 {
width: 90%;
padding: 10px 5%;
    background-color: #2b4354;
margin-bottom: 10px;
	color:#ffffff;
}

#right-section2 h3 {
	font-size: 28px;
	line-height: 34px;
	color:#ffffff;
margin-bottom: 0px;
}

#right-section2 p {
	margin-top: 2px;
	margin-bottom: 8px;
   color: #ffffff;
    font-size: 16px;
    line-height: 28px;
font-weight: 200;
}

#right-section2 a {

   color: #ffffff;

}

#right-section2 img {

padding: 5px 0px 2px;

}



#right-section3 p {
	margin-top: 2px;
	margin-bottom: 18px;
   color: #848586;
    font-size: 16px;
    line-height: 28px;
font-weight: 200;
}


.right-box img {

padding: 2px 5px;


}

.right-box-COPY img {
float: left;
pading-top: 0px;
padding-left: 10px;
padding-right: 24px;
margin-bottom: 20px;
margin-top: 10px;
width: 180px;
}



.right-box-right {
	background:#F4F4F4;
	color:#444;
	border-width:0px 3px 2px 0px;
	border-style:solid ;
	border-color:#aaa;
}





.info-box {
	background:#c2ddf9;
	border:1px solid #80bbef;
	color:#4783b7;
}
.warning-box {
	background:#ffcccc;
	border:1px solid #ff9999;
	color:#c31b00;
}
.download-box {
	background:#d1f7b6;
	border:1px solid #8bca61;
	color:#5e9537;
}
.note-box {
	background:#fdebae;
	border:1px solid #e6c555;
}

/* Links */
a {
	color: #2b4354;
	text-decoration: none;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #000000;
}

/* Button */
a.button,
input#submit,
.forms fieldset .btn-submit  {
	background: #555 url(/uploads/ebl/button-bg.png) repeat-x;
	height: 28px;
	display: inline-block;
	padding: 0 17px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #383838;
	color: #fff;
	cursor: pointer;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	font-size: 12px;
	line-height: 25px;
}

input#submit  {
	font-size: 12px;
	height: 30px;
	padding-bottom: 5px;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.map.full {
	margin: 0 -40px;
}

.map iframe {
	max-width: 100%;
}

.map, .media {
	margin-bottom: 20px;
}

/* Images */

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 20px;
}


img.image-right {
float: right;
width: auto;
margin-left: 20px;
margin-bottom: 20px;
}

img.image-center {
float: none;
width: auto;
margin: 0 auto;
display: block;
}


/* 
embed,
iframe,
object {
	max-width: 100%;
} */

.intro {
	font-size: 20px;
	line-height: 32px;
	color: #a0a0a0;
	text-align: center;
	margin-top: -9px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	background: transparent url(/uploads/ebl/line.png) repeat-x center bottom;
}

/*-----------------------------------------------------------------------------------*/
/*	COLUMNS
/*-----------------------------------------------------------------------------------*/


.one-third {
	width:41.66%;
}


.two-third {
	width:55.33%;
}

.three-fourth {
	width:100%;
    background-color: #ffffff;


}
.one-fifth {
	width:17.8%;
}
.two-fifth {
	width:37.6%;
}
.three-fifth {
	width:58.4%;
}
.four-fifth {
	width:67.2%;
}
.one-sixth {
	width:13.33%;
}
.five-sixth {
	width:82.67%;
}
.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
	position:relative;
	margin-right:2.5%;
	float:left;
}
.one-half {
	width:49.5%;
	margin-right: 1%;
}
.one-fourth {
	width:19%;
	margin-right: 8%;
}
.one-third-right {
	position:relative;
        width:30.66%;
	margin-left:1.75%;
	float:right;
}

.rdlogo {
	margin-right:4.75% !important;
}

.cdlogo {
	margin-right:11.25% !important;
}

.last {
	margin-right:0 !important;
	clear:right;
}

/*-----------------------------------------------------------------------------------*/
/*	STRUCTURE
/*-----------------------------------------------------------------------------------*/

#branding #site-title {
	margin: 0px;
}

#primary {
	width: 100%;
        padding-top: 0px;
        padding-bottom: 5px;

margin-top: 0px;
}

#page {
/*	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4); */
	max-width: 1100px;
	margin: 0px auto;
        margin-top : 0px;
}

#wrapper {
	background: #ffffff;
	border: 0;
	-moz-box-shadow: inset 0 0 0px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 0 0px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 0 0px 0 rgba(0,0,0,0.15);
	margin-top: 0;
}

#content {
	margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
	width: auto;
}

#main {
	clear: both;
	padding: 0 0 0 0;

position: relative;
z-index: 9399;
margin: 0px;
        background-repeat:repeat-x;
height: auto;

}

/* Header */
#branding {
	position: relative;
	z-index: 8999;

/* height: 450px; */
}
.bar {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 40px;
	background-color: #2b4354;
	z-index: -5;
}

.wrapper {
	margin: 0 auto;
	max-width: 1100px;
	font-size: 0;
}

#site-title {
font-size: 18px;
line-height: 0px;
color: #2b4354;
}

#site-title a {
	color: #ca6d6d;
	font-size: 30px;
	line-height: 36px;
	text-decoration: none;
}
#site-title a img {
	vertical-align: bottom;
}
#site-title a:hover {
	color: #585858;
}
#branding .header-image {
	margin: 0 -1px -1px -1px;
}
#branding .header-image img {
	height: auto;
	width: 100%;
	display: block;
}


.callus {
	position: absolute;
	top:30px;
	right: 39px;
	min-width: 500px;
color: #ffffff;
font-size: 20px;
text-align: right;
}


.social {
	position: absolute;
	top:51px;
	right: 39px;
	min-width: 500px;
}

.social ul {
	float: right;
	list-style: none;
}

.social ul li {
	float: left;
	margin-right: 5px;
	padding: 0;
	background: none;
}

.social ul li img {
	display: block;
}

form#searchform {
	width: 300px;
}

.no-results form#searchform {
	padding: 10px 0 0 0;
}

form#searchform:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

input#searchsubmit {
	 float: right;
	 border: none;
	 background: #404040 url(/uploads/ebl/icon-search.png) center center no-repeat;
	 height: 25px;
	 width: 25px;
	 text-indent: -99999px;
	 cursor: pointer;
}

input#s {
    height: 21px;
    padding: 0 5px 2px 5px;
    width: 264px;
    background-color: transparent;
    border: 1px solid #a3a3a3;
    border-right: 0;
    color: #a0a0a0;
    font-size: 12px;
    display: block;
    float: left;
}

.social .widget_search .search-text-box {
    -moz-transition: 400ms width ease;
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width;
    -webkit-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width;
    -o-transition-timing-function: ease;
    height: 21px;
    padding: 0 5px 2px 5px !important;
    width: 45px;
    background-color: transparent;
    border: 1px solid #a3a3a3;
    border-right: 0;
    color: #a0a0a0;
    float: right;
    font-size: 12px;
}
.social input.search-submit-button {
	 float: right;
	 border: none;
	 background: #404040 url(/uploads/ebl/icon-search.png) center center no-repeat;
	 height: 25px;
	 width: 25px;
	 text-indent: -99999px;
	 cursor: pointer;
}
.social .widget_search .search-text-box:focus {
    width: 150px;
}

/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/


#access .menu,
#access2 .menu {
	list-style: none;
	font-weight: normal;
	position: relative;
text-align:left;
z-index: 9499;

	
}
#access .menu ul,
#access2 .menu ul {
	margin: 0;
	list-style-type: none;
	letter-spacing: normal;
	position: relative;
	text-align: right;
	z-index: 1001;
	height: 30px;
	margin: 0;
	padding: 0;

}
#access .menu ul li,
#access2 .menu ul li {
	position: relative;
	display: inline-block;
	padding: 0;
	z-index: 101;
	background: none;
	height: 30px;
	font-size: 0;
	margin: 0;
}
#access .menu ul li a,
#access2 .menu ul li a {
	display: inline-block;
	text-decoration: none;
	font-size:13px;    
	font-weight: normal;    
	line-height:28px;
	color: #ffffff;
	cursor: pointer;
	padding: 0 10px;
	margin: 0;
text-transform: uppercase;
}

#access .menu ul li a:hover,
#access2 .menu ul li a:hover {
color: #2b4354;
background-color: #ffffff
}

#access .menu ul li.active a,
#access2 .menu ul li.active a {
	color: #15819a;
font-weight: bold;
}
#access .menu ul li a.selected,
#access2 .menu ul li a.selected {
	color: #15819a;

}
#access .menu ul li a.menuactive,
#access2 .menu ul li a.menuactive {
	color: #ffffff;


}

#access .menu ul li a.menuactive:hover,
#access2 .menu ul li a.menuactive:hover {
	color: #2b4354;

}

#access .menu ul li ul,
#access2 .menu ul li ul {
	position: absolute;
	left: 0;
	height: auto;
	display: none;
	visibility: hidden;
	width: 200px;
	padding: 10px 0px;
	text-align: left;
border-bottom: 1px solid #ffffff;


}
#access .menu ul li ul li,
#access2 .menu ul li ul li {
	display: list-item;
	float: none;
	background: none;
	padding: 0;
	height: auto;
	border-bottom: 0px solid #333;
}
#access .menu ul li ul li ul, 
#access2 .menu ul li ul li ul {
	top: 0;
}
#access .menu ul li ul li a,
#access2 .menu ul li ul li a {
	margin: 0;
	border: none;
	display: block;
	padding: 5px 18px;
	font-size: 12px;
	color: #58585a;
	background-color: #ffffff;
}
#access .menu ul li ul li a:hover,
#access2 .menu ul li ul li a:hover {
	color: #000000;
}
#access .menu ul li ul li.active a,
#access2 .menu ul li ul li.active a,
#access .menu ul li ul li a.selected,
#access2 .menu ul li ul li a.selected {
	background-color: #ffffff;
	color: #15819a;
font-weight: bold; 
}
#access .menu ul li ul li:last-child,
#access2 .menu ul li ul li:last-child  {
	border: none;
}
* html #access .menu,
* html #access2 .menu {
	height: 1%;
}

.selectnav {
	display: none;
	width: 200px;
	margin: 0 auto;   
border: 1px solid #2b4354;      
height: 30px;  
}

/*-----------------------------------------------------------------------------------*/
/*	CONTENT
/*-----------------------------------------------------------------------------------*/

.hentry {
	position: relative;
	padding-bottom: 0px;

}

.hentry footer.entry-meta {
	display: none;
}

.no-results {
	margin-bottom: 40px;
}

.page-title {
	text-align: center;
	margin: 0 0 30px 0;
}
.entry-header {
	padding: 15px 2.5% 10px;
	background-color: #f3f2f2;
	text-align: left;
}

.entry-title {
	color: #173C2A;
	margin: 0 0 10px 0;
	font-size: 28px; 
}
.entry-title,
.entry-title a {
	color: #173C2A;
	text-decoration: none;
}
.entry-title a:hover {
	color: #585858;
}
.entry-title span.featured-format {
	background: url(/uploads/ebl/icon-featured.png) no-repeat center center;
	display: inline-block;
	text-indent: -9999px;
	width: 7px;
	height: 20px;
	margin-top: -10px;
	margin-right: 10px;
}

h1.entry-title {
	font-size: 30px;
	line-height: 34px;
	color:#2b4354;
	font-weight: 300;
	margin: 0;
	padding: 0px;
	letter-spacing: 0px;
}

h1.entry-title span {
	font-weight: 500;
}

.entry-meta {
	color: #a0a0a0;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 26px;
}

.entry-meta a {
	color: #a0a0a0;
}
.entry-meta a:hover {
	color: #ca6d6d;
	text-decoration: none;
}
.entry-meta .sep {
	padding: 0 5px;
}
footer.entry-meta .tags a:before{
	content: "#";
	display: inline-block;
}
.entry-meta .comments-link,
.entry-meta span.edit  {
	display: inline;
}
.entry-meta .standard-format,
.entry-meta .image-format,
.entry-meta .quote-format,
.entry-meta .link-format,
.entry-meta .chat-format,
.entry-meta .audio-format,
.entry-meta .gallery-format,
.entry-meta .video-format {
	background: url(/uploads/ebl/icon-article.png) no-repeat center center;
	text-indent: -99999px;
	display: inline-block;
	width: 11px;
	line-height: 1;
}

.entry-meta .image-format {
	background-image: url(/uploads/ebl/icon-image.png);
	background-position: center bottom;
	width: 14px;
}

.entry-meta .quote-format {
	background-image: url(/uploads/ebl/icon-quote.png);
	width: 12px;
	background-position: center bottom;
}

.entry-meta .link-format {
	background-image: url(/uploads/ebl/icon-link.png);
	width: 12px;
	background-position: center bottom;
}

.entry-meta .chat-format {
	background-image: url(/uploads/ebl/icon-chat.png);
	width: 11px;
	background-position: center bottom;
}

.entry-meta .audio-format {
	background-image: url(/uploads/ebl/icon-audio.png);
	width: 9px;
	background-position: center bottom;
}

.entry-meta .gallery-format {
	background-image: url(/uploads/ebl/icon-gallery.png);
	width: 16px;
	background-position: center bottom;
}

.entry-meta .video-format {
	background-image: url(/uploads/ebl/icon-video.png);
	width: 11px;
	background-position: center bottom;
}
.entry-header .entry-format {
	display: inline;
}

.single-author .entry-meta .by-author {
	display: none;
}

.post .sharing-wrapper {
	margin:0 0 20px;
	position: relative;
}

.post .sharing-wrapper .share-facebook {
	padding-right: 20px;
}

#section-li {
    display: inline-block;
    margin-bottom: 20px;
padding-right: 3%;
    vertical-align: top;
    width: 46.5%;
}


#section-li li {
    background: url("/uploads/ebl/tick.png") no-repeat scroll left 0px transparent;
    color: #848586;
    font-size: 16px;
    line-height: 27px;
font-weight: bold;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 40px;
    text-align: left;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title span.arrow {
	padding-left: 5px;
}
.format-link .entry-content {
	padding: 0;
}

/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	margin: 0 0 20px 0;
	font-size: 15px;
	border-left: 5px solid #ededed;
	padding-left: 20px;
}

.format-quote blockquote p {
	margin: 0;
}

.format-quote blockquote cite {
	color: #a0a0a0;
	font-variant: small-caps;
	font-style: normal;
	display: block;
}

.format-quote blockquote cite:before {
	content: "-";
	padding-right: 5px;
}

/* =Video
----------------------------------------------- */

.format-video .media {
	margin: 0 -40px 20px;
	overflow: hidden;
}

/* =Audio
----------------------------------------------- */

.audio-wrapper {
	margin: 0 auto 20px;
}


/* =Image
----------------------------------------------- */

.full-size img {
	display: block;
}

.full-size {
	margin: 0 -40px 20px;
}

.normal-size {
	margin-bottom: 20px;
	text-align: center;
}

.normal-size img {
	display: inline;
	vertical-align:bottom;
}


/* =Gallery
----------------------------------------------- */

.gallery-items {
	margin: 0 -40px 20px;
	
}

.gallery-items li.item {
	float: left;
	width: 20%;
	background: none;
	padding: 0;
}

.gallery-items li.item img{
	display: block;
	max-width: 100%;
}

.gallery-items:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.gallery-thumbnail {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	HOVER
/*-----------------------------------------------------------------------------------*/

.gallery-items li.item {
	display: block;
	position: relative;
}
.gallery-items li.item img {
	display: block;
	position: relative;
}
.gallery-items li.item a span {
	display: none;
	height: 100%;
	position: absolute;
	text-decoration: none;
	width: 100%;
	z-index: 100;
}
.zoom {
	position: absolute;
	background: transparent url(/uploads/ebl/icon-plus.png) no-repeat center center;
}
.overlay {
	background-color: rgba(15, 15, 15, 0.6);
}

/* =Chat
----------------------------------------------- */

.format-chat li {
	padding: 4px 10px;
	background: none;
}

/*-----------------------------------------------------------------------------------*/
/*	SINGULAR
/*-----------------------------------------------------------------------------------*/
.singular .hentry  {
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.singular .hentry footer.entry-meta {
	display: block;
}
.singular.page .entry-title {
	margin: 0 0 30px 0;
}
.related {
	overflow: hidden;
}
.related-container {
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
	background: transparent url(/uploads/ebl/line.png) repeat-x left bottom;
}

.related-container .entry-title {
	font-size: 18px;
	margin-bottom: 7px;
}

.related-container .entry-meta {
	margin-bottom: 15px;
}

.related-list{
	overflow: hidden;
	width: 106%;
	display: block;
	margin: 0 -6% 0 0;
}

.related-list li {
	width:29.5%;
	margin: 0 3% 0 0;
	float: left;
	background: none;
	padding: 0;
}

.related-list li img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.related-list li .full-size, 
.related-list li .normal-size {
	margin: 0 0 20px;
}

.related-list li .media {
	margin: 0 0 20px;
	overflow: hidden;
}

.related-list li .hentry {
	background: none;
	margin: 0;
	padding: 0;
}

.related-list li .entry-header {
	text-align: left;
}

.related-list li .entry-summary li {
	float: none;
	width: auto;
}

.related-container .format-gallery ul#gallery-items {
	display: none;
}

.related-container .format-gallery .gallery-thumbnail {
	display: block;
	margin-bottom: 14px;
}
/*-----------------------------------------------------------------------------------*/
/*	COMMENTS
/*-----------------------------------------------------------------------------------*/

#comments-title {

}
.nopassword,
.nocomments {
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 100%;
}
.commentlist > li.comment {
	margin: 0 0 20px;
	position: relative;
}
.commentlist li.comment .avatar {
	width: 80px;
	float: left;
}
.commentlist li.comment .comment-content {
	margin: 0 0 0 100px;
	background-color: #f4f4f4;
	padding: 20px;
}
.commentlist li.comment .comment-content em {
	font-style: normal;
	font-size: 12px;
	color: #173C2A;
}
.commentlist li.comment .comment-content h3 {
	margin: 0;
}
.commentlist li.comment .comment-meta {
	font-size: 12px;
	margin-bottom: 10px;
}
.commentlist .pingback {
	margin: 0 0 20px;
	padding: 20px;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	margin: 20px 0 0 85px;
	position: relative;
}
.commentlist li.comment footer {
	position: relative;
	line-height: 1;
}
.commentlist li.comment footer a.comment-reply-link {
	font-size: 12px;
}
.commentlist li.comment footer .edit-link {
	display: block;
	text-align: right;
	overflow: hidden;
}
.commentlist li.comment footer .edit-link a {
	font-size: 12px;
	display: inline;
	position: absolute;
	top: 4px;
	right: 0;
}
.commentlist li.comment .comment-content h3 a:hover,
.commentlist li.comment footer a.comment-reply-link:hover,
.commentlist li.comment footer .edit-link a:hover {
	text-decoration: none;
	color: #585858;
}
/* Post author highlighting */
.commentlist li.comment.bypostauthor .comment-content {
	background-color: #e9e9e9;
}

/*-----------------------------------------------------------------------------------*/
/*	FORM
/*-----------------------------------------------------------------------------------*/

input[type=text],
input[type=password],
textarea {
	background: #f4f4f4;
	border: 1px solid #dedede;
	color: #606060;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}

#respond {
	background: #f4f4f4;
	margin: 40px auto 0;
	padding: 25px;
	position: relative;
}
#respond p {
	position: relative;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond textarea {
	text-indent: 0;
	display: block;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label {
	color: #173C2A;
	display: inline-block;
	left: 4px;
	font-size: 15px;
	min-width: 60px;
	padding: 4px 10px;
	position: absolute;
	top: 0px;
	z-index: 1;
}
#respond .comment-form-comment label {
	display: none;
}
#respond .comment-form-author label:after,
#respond .comment-form-email label:after,
#respond .comment-form-url label:after {
	content: ":";
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
	border: 1px solid #c9c9c9;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #173C2A;
	font-size: 22px;
	left: 75%;
	position: absolute;
	top: 12px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 12px;
}
#respond input#submit {
	margin: 20px 0 0 0;
}
#respond #cancel-comment-reply-link {
	color: #173C2A;
	margin-left: 10px;
	text-decoration: none;
}
.commentlist #respond {
	margin: 20px 0 0;
	width: auto;
}
#reply-title {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
}
#cancel-comment-reply-link {
	color: #173C2A;
	display: block;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	right: 20px;
	text-decoration: none;
	top: 10px;
}
#cancel-comment-reply-link:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: none;
	color: #585858;
}
#respond label {
	line-height: 2.2em;
	cursor: text;
}
#respond input[type=text] {
	display: block;
	height: 20px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
p.form-submit {
	margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/

.form-container {
	overflow: hidden;
	background: #f4f4f4;
	padding: 25px;
	position: relative;
}
.form-container .loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 300px;
}
.form-container .loading span {
}
.form-container .response {
	display: none;
	margin: 0 0 15px 0;
	color:#4d8c74;
	clear:both;
	text-shadow: none;
	line-height: 17px;
	width: 650px;
	font-size: 14px;
}
.forms {
}
.forms fieldset {
	margin-bottom: -20px;
}
.forms ol {
	list-style: none;
}
/* form rows */
.forms li.form-row {
	margin-bottom: 15px;
}
.forms li.text-input-row {
}
.forms li.text-area-row {
}
.forms li.checkbox-row {
}
.forms li.radio-row {
}
.forms li.select-row {
}
.forms li.button-row {
}
.forms li.hidden-row {
	display: none;
}
/* form input fields */

.forms fieldset .text-input {
	background: #fff;
	border: 1px solid #dedede;
	padding: 10px;
	color: #606060;
	width: 75%;
	height: 20px;
}

.forms fieldset .text-area {
	background: #fff;
	border: 1px solid #dedede;
	color: #606060;
	width: 90%;
	height: 200px;
	padding: 10px;
}

.forms fieldset .text-input:focus, 
.forms fieldset .text-area:focus {
	border: 1px solid #c9c9c9;
}

.forms fieldset .radio {
}
.forms fieldset .checkbox {
}
.forms fieldset .select {
}

.forms li.error input, .forms li.error textarea {
	border: 1px #b85555 solid;
}
.forms fieldset .btn-submit  {
	padding: 0 20px 4px 20px;
	margin: 0;
	height: 30px;
}
.forms span.error {
	display: none;
}
.forms .button-row span.error {
	padding: 0;
	display: none;
}
.forms li.focus {
}
.forms label {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
	clear: both;
}
.form-container:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*-----------------------------------------------------------------------------------*/
/*	NAVIGATION
/*-----------------------------------------------------------------------------------*/

/* Next and Previous - Fixed */

#nav-single-fixed .nav-prev,
#nav-fixed .nav-previous {
	position: fixed;
	top: 40%;
	left: 0;
}
#nav-single-fixed .nav-next,
#nav-fixed .nav-next {
	position: fixed;
	top: 40%;
	right: 0;
}

#nav-single-fixed .nav-prev .meta-nav-prev,
#nav-fixed .nav-previous .meta-nav-prev {
	background: transparent url(/uploads/ebl/nav-arrows-light.png) no-repeat top left;
	width: 50px;
	height: 50px;
	text-indent: -999999px;
	display: block;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
#nav-single-fixed .nav-prev .meta-nav-prev:hover,
#nav-fixed .nav-previous .meta-nav-prev:hover {
	background-position: bottom left;
}
#nav-single-fixed .nav-next .meta-nav-next,
#nav-fixed .nav-next .meta-nav-next {
	background: transparent url(/uploads/ebl/nav-arrows-light.png) no-repeat top right;
	width: 50px;
	height: 50px;
	text-indent: -999999px;
	display: block;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
#nav-single-fixed .nav-next .meta-nav-next:hover,
#nav-fixed .nav-next .meta-nav-next:hover {
	background-position: bottom right;
}

/* Single - Older/Newer Posts */
#nav-single {
	font-size: 12px;
	line-height: 25px;
	margin-bottom: 40px;
}

#nav-single .nav-prev .meta-nav-prev,
#nav-single .nav-next .meta-nav-next {
	background: #555 url(/uploads/ebl/button-bg.png) repeat-x;
	height: 28px;
	display: inline-block;
	padding: 0 17px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #383838;
	color: #fff;
	margin: 0 5px; 
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}

#nav-single .nav-prev .meta-nav-prev:hover,
#nav-single .nav-next .meta-nav-next:hover {
	background-color: #333;
	border: 1px solid #242424;
	text-decoration: none;
}

#nav-single {
	text-align: center;
}

/* Page-Navigation Buttons */
.page-navi {
	list-style: none;
	text-align: center;
}
.page-navi li {
	display: inline;
	background: none;
	padding: 0;
}
.page-navi li a {
	background: #555 url(/uploads/ebl/button-bg.png) repeat-x;
	height: 28px;
	line-height: 25px;
	display: inline-block;
	padding: 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #383838;
	color: #fff;
	margin: 0 1px; 
	font-size: 12px;
}
.page-navi li a:hover, .page-navi li a.current {
	background-color: #333;
	border: 1px solid #242424;
	text-decoration: none;
}

.widget-title a {
	color: #686868;
}

.widget-title a:hover {
	text-decoration: none;
}


/* Breadcrumbs */
#crumbs {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 40px;
	margin-bottom: 37px;
	background: transparent url(/uploads/ebl/line.png) repeat-x center bottom;
}

#crumbs .delimiter {
	padding: 0 3px;
}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/

#colophon {
	clear: both;
	background-color: #2b4354;
    position: relative;

}

#colophon h4 {
color: #ffffff;
}
#supplementary {
	padding: 10px 0px;
	overflow: hidden;
max-width: 1050px;
margin: auto;
}

#supplementary p {
color:#f3f2f2;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3%;
	width: 20.5%;
padding-right: 1.5%;
border-right: 1px solid #005978;
}
#supplementary.three .widget-area2 {
	float: left;
	margin-right: 2%;
	width: 47%;
}
#supplementary.three .widget-area3 {
	float: right;
	margin-right: 0%;
	width: 23.5%;
padding-left: 1.5%;
border-left: 1px solid #005978;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Four Footer Widget Areas */
#supplementary.four .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 22.2%;
}
#supplementary.four .widget-area + .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Site Generator Line */
#site-generator {
	color: #ffffff;
	font-size: 12px;
	line-height: 2.2em;
	padding: 1.2em 15%;

	background-color: #2b4354;
}
#site-generator a {
	color: #999;
}
#site-generator a:hover {
	text-decoration: none;
	color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	WIDGETS
/*-----------------------------------------------------------------------------------*/

.widget {
	clear: both;
	margin: 0 0 1em;

   color: #ffffff;
    font-size: 12px;
    line-height: 18px;
}
.widget-title {
	font-weight: normal;
	margin-bottom: 15px;
}
.widget ul {
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	background-image: url(/uploads/ebl/light-bullet.png);
}
.widget a {
	text-decoration: none;
	color: #999;
}
.widget a:hover {
	color: #fff;
}

/* Search Widget */
#supplementary .widget-area {
	position: relative;
	
}
#supplementary .widget-area form#searchform {
	width: auto;
}
#supplementary .widget-area input#s {
	background-color: #111;
	font-size: 14px;
	height: 28px;
	padding: 3px 10px 5px;
	border: none;
	display: block;
	width: 95%;
}
#supplementary input#searchsubmit {
	display: none;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}


/* Twitter Widget */
#twitter  ul li {
	background: transparent url(/uploads/ebl/footer-line.png) repeat-x left top;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#twitter  ul li:first-child {
	background: none;
	margin: 0;
	padding: 0;
}

#twitter  ul li .entry-meta:before {
	content: "-";
	padding-right: 5px;
}

#twitter  ul li .entry-meta {
	margin: 0;
	font-size: 15px;
	color: #999;
}

#twitter  ul li .entry-meta a {
	color: #999;
}

#twitter  ul li .entry-meta a:hover {
	color: #fff;
}

#twitter em {
	font-style: normal;
}

.username {
	display: block;
	background: transparent url(/uploads/ebl/footer-line.png) repeat-x left top;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

/*-----------------------------------------------------------------------------------*/
/*	TOGGLE
/*-----------------------------------------------------------------------------------*/

.toggle {
	width: 100%;
	padding-bottom: 20px;
	clear:both;
}
.toggle h4.title {
	cursor: pointer;
	color: #6B6B6B;
	padding: 15px 20px 12px;
	margin: 0;
	line-height: 1;
	background-color: #f4f4f4;
	font-size: 18px;
}
.toggle h4.title.active {
	background-color: #e9e9e9;
}
.togglebox {
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #f4f4f4;
}
.togglebox div {
	padding: 20px 20px 0 20px;
	
}


/* CHROME FIX */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
input#submit,
.forms fieldset .btn-submit  {
	height: 28px;
}
a.button,
.page-navi li a,
#nav-single .nav-prev .meta-nav-prev,
#nav-single .nav-next .meta-nav-next {
	height: 27px;
}
}

/* OPERA FIX */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
input#submit,
.forms fieldset .btn-submit  {
	height: 28px;
	padding-top: 3px;
}
a.button,
.page-navi li a,
#nav-single .nav-prev .meta-nav-prev,
#nav-single .nav-next .meta-nav-next {
	height: 27px;
}
}

div#strapcontainer, div#strapcontainer2 {
	padding: 0;
	position: absolute;
	top: 8%;
	width: 100%;
	margin: 0;
	max-width: 1100px;
	z-index: 25;
	text-align: right;
}

div#strapcontainer2 {
	max-width: 1100px;
}

div#strapcontainer div {
	padding-right: 5%;
}

div#strapcontainer h2, div#strapcontainer2 h2, div#strapcontainer p, div#strapcontainer2 p {
	padding: 0;
	margin: 0;
	line-height: 1;
	/*transform: scale(1.4, 1);
	position: relative;
	right: 20%;*/
	transform: scale(1, 0.8);
}

div#strapcontainer h2, div#strapcontainer2 h2 {
	color: #2b4354;
	font-size: 50px;
	font-weight:normal;
	text-align: right;
	font-weight: 700;
	text-transform: uppercase;

}

div#strapcontainer p, div#strapcontainer2 p {
	font-weight: 300;
	font-size: 36px;

}

h1.roofing, h2.roofing, h3.roofing, h4.roofing, p.roofing, .content-box.roofing h1, .content-box.roofing h2, .content-box.roofing h3, .content-box.roofing h4, .content-box.roofing h5, .content-box.roofing a {
	color: #527c9e !important;

}

/*, .content-box.roofing > p:first-of-type*/



h1.construction, h2.construction, h3.construction, h4.construction, p.construction, .content-box.construction h1, .content-box.construction h2, .content-box.construction h3, .content-box.construction h4, .content-box.construction h5, .content-box.construction a {
	color: #00693a!important;
}
/*, .content-box.construction > p:first-of-type*/

h1.insurance, h2.insurance, h3.insurance, h4.insurance, p.insurance, .content-box.insurance h1, .content-box.insurance h2, .content-box.insurance h3, .content-box.insurance h4, .content-box.insurance h5, .content-box.insurance a {
	color: #c0212f!important;
}
/*, .content-box.insurance > p:first-of-type*/

h1.development, h2.development, h3.development, h4.development, p.development, .content-box.development h1, .content-box.development h2, .content-box.development h3, .content-box.development h4, .content-box.development h5, .content-box.development a {
	color: #d6811b!important;
}
/*, .content-box.development > p:first-of-type*/


div.development div#section-area strong { color: #d6811b!important; }

#convincers div.roofing {
	background-color: #527c9e !important;
}

div.roofing div.cdlogo a, div.roofing div.idlogo a, div.roofing div.ddlogo a {
opacity: 0.3;
}

div.roofing div.cdlogo a:hover, div.roofing div.idlogo a:hover, div.roofing div.ddlogo a:hover, div.roofing div.rdlogo a {
opacity: 1;
}

#convincers div.construction {
	background-color: #00693a !important;
}

div.construction div.rdlogo a, div.construction div.idlogo a, div.construction div.ddlogo a {
opacity: 0.3;
}

div.construction div.rdlogo a:hover, div.construction div.idlogo a:hover, div.construction div.ddlogo a:hover, div.construction div.cdlogo a {
opacity: 1;
}

#convincers div.insurance {
	background-color: #c0212f !important;
}

div.insurance div.rdlogo a, div.insurance div.cdlogo a, div.insurance div.ddlogo a {
opacity: 0.3;
}

div.insurance div.rdlogo a:hover, div.insurance div.cdlogo a:hover, div.insurance div.ddlogo a:hover, div.insurance div.idlogo a {
opacity: 1;
}

#convincers div.development {
	background-color: #d6811b !important;
}

div.development div.rdlogo a, div.development div.cdlogo a, div.development div.idlogo a {
opacity: 0.3;
}

div.development div.rdlogo a:hover, div.development div.cdlogo a:hover, div.development div.idlogo a:hover, div.development div.ddlogo a {
opacity: 1;
}

div#phonecontainer, div#phonecontainer2 {
	padding: 0;
	position: absolute;
	top: 0%;
	width: 100%;
	height: 100%;
	margin: 0;
	max-width: 1100px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 42%, rgba(255,255,255,0.5) 72%, rgba(255,255,255,0.8) 80%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 42%,rgba(255,255,255,0.5) 72%,rgba(255,255,255,0.8) 80%);
	background: linear-gradient(to right, rgba(255,255,255,0) 42%,rgba(255,255,255,0.5) 72%,rgba(255,255,255,0.8) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#26ffffff',GradientType=1 );
	z-index:20;
}

div#phonecontainer2 { 
max-width: none;

}

#phoneemail, #phoneemail2 {
	position: relative;
	width:100%;
	height: 25%;

	z-index: 25;
	max-width: 1100px;
}

#phoneemail {
	margin: -80px auto 0;
padding-bottom: 10px;
}

#phoneemail2 {
	margin: -73px auto 0;
padding-bottom: 10px;
}



#phoneemail p {
max-width: none;
}

#phoneemail p, #phoneemail2 p {
	color: #2b4354;
	font-size: 22px;
	line-height: 26px;
	font-weight:bold;
	text-align:right;
	margin: 1% 0% 0% 0%;
	transform: scale(1, 0.8);
}

#phoneemail p a, #phoneemail2 p a {
	color: #2b4354;
}

#mobilephoneemail {
	display:none;
}

#mobilephoneemail a {
	color: #2b4354;
}

.divisions:hover a {
	opacity: 0.3;
}

.divisions a:hover {
	opacity: 1;
}

#mainheader {
	width:100%;
	margin: 0px auto 8px;
	background: #d4e3e6;
	background-size:100%;
	padding: 0px;
	height: auto;
	max-height: 355px;
	position: relative;
}

#mainheader img {
	width: 100%;
	max-height: 355px;
}

#mainheaderpic, #mainheaderpic2 {
	width:100%;
	margin: 0px auto;
	max-width:1100px;
	padding: 0px;
	height: auto;
	max-height: 355px;

}

#mainheaderpic2 {

	max-width:none;

}

#mainheaderpic img {
	width: 100%;
	max-height: 355px;
}

#convincers {
	width: 100%;
	margin: 0px auto 10px;
	position: relative;
}

#convincers-wrapper {
	margin: auto;
	width: 100%;
	max-width: 1100px;
	background-color: #2b4354;
	padding: 9px 0px;
}

div#homeblock {
	font-size: 0;
	line-height: 0;
	background-color: #f3f2f2;
}

#mtt-testimonials {
	width: 100%;
	margin: 3px auto 8px;
	position: relative;
}

#mtt-testimonials-wrapper {
	margin: auto;
	width: 100%;
	max-width: 1100px;
}

#mtt-testimonials-wrapper p,
#mtt-testimonials-wrapper a {
	color: #ffffff;
	margin-bottom: 0px;
	font-weight: normal;
	line-height: 22px;
width: 100%;
display: inline-block;
}

#mtt-testimonials-wrapper a {
padding: 12px 0px 15px;
}

#mtt-testimonials .meettheteam:hover,
#mtt-testimonials .testimonials:hover {
background:#37596a;
}

.content-box
#mtt-testimonials-wrapper a {
	text-decoration: underline;
}

#mtt-testimonials-wrapper p strong {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

#mtt-testimonials div div {
	background-color: #497d93;
	display: inline-block;
	width: 49.8%;
	text-align: center;
}

#mtt-testimonials .meettheteam {
	border-right: 1% solid #ffffff;
}

#mtt-testimonials .testimonials {
	border-right: 0% solid #ffffff;
}

.convincerblock {
display: inline-block;
width: 29%;
padding: 5px 1% 5px 3%;
vertical-align: top;
}

.convincerblock ul {
margin-bottom: 0px;
}

.convincerblock ul li {
    background: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    list-style: outside none none;
    padding-left: 0px;
    text-align: left;
margin-bottom: 0px;
}

.convincerblock ul li:before {
content: "✓";
padding-right: 10px;
}

.convincerblock2 {
display: inline-flex;
width: 29%;
padding: 5px 2%;
}

#toplogo {
margin: 13px 0 25px 0;
width:275px;
display:inline-block;
background-color: #ffffff;
}

#toplogo img {
	width:94%;
	padding: 5px 3%;
}

#section-area {
	width: 100%;
	display: inline-block;
	margin: 10px 0px 25px;
}


#section-area img.align-left {
float: left;
margin: 6px 2.5% 5px 0%;
width: 100%;
padding: 0px;
border: 0px solid #2b4354;
max-width: 180px;
}

#section-area h2 { 
    font-size: 20px;
line-height: 24px;
    font-weight: normal;
    letter-spacing: 0px;
    padding: 2px 0px;
}

#section-area p { 
margin-bottom: 2px;
}

#section-area a { 
font-weight: 500;
}


.one-third #section-area h5 {
	line-height: 1.2;
	margin: 0;
	padding: 0;
	font-size: 16px;
font-weight: 500;
}

.one-third #section-area p {
	font-size: 90%;
	margin-bottom: 5px;
}

p.vidtag {
	text-align: center;
	color: #2b4354;
	font-weight: 500;
	margin: 0 0 10px;
}

#staffbox {
padding: 5px 1%;
display: inline-block;
width: 30%;
text-align: center;
line-height: 30px;
font-weight: bold;
}

#staffbox img {
width: 100%;
max-width: 260px;
padding: 0%;
margin: 0%;
border: 1px solid #2b4354;
}

#imagebox {
padding: 5px 1%;
display: inline-block;
width: auto;
}

#imagebox img {
width: 100%;
padding: 0%;
margin: 0%;
border: 1px solid #2b4354;
}

#imagebox-right {
padding: 5px 1% 5px 4%;
display: inline-block;
width: auto;
float: right;
}

#imagebox-right img {
width: 100%;
padding: 0%;
margin: 0%;
border: 1px solid #2b4354;
}

#image-left {
float: left;
padding: 5px 4% 5px 1%;
width: auto;
}

#image-left img {
padding: 0px;
margin: 2px 0px;
width: auto;
max-width: 180px;
border: 1px solid #2b4354;
}

#image-right {
float: right;
padding: 5px 1% 5px 4%;
width: auto;

}

#image-right img {
padding: 0px;
margin: 0px;
width: auto;
max-width: 180px;
border: 1px solid #2b4354;
}

img.align-left {
float: left;
margin: 5px 4% 5px 1%;
width: auto;
padding: 0px;
border: 1px solid #2b4354;
max-width: 250px;
}

img.align-right {
float: right;
margin: 5px 1% 5px 4%;
width: auto;
padding: 0px;
border: 1px solid #2b4354;
max-width: 250px;
}

#onlinequote {
padding: 15px 5%;
border: 1px solid #2b4354;
margin-bottom: 25px;
color: #848586;
}

#onlinequote hr {
margin-top: 15px;
margin-bottom: 15px;
}

#onlinequote p {
margin-bottom: 0px;
}

#bottomlogos {
width: 100%;
max-width: 1100px;
margin: 30px auto 0px;
text-align: center;
}
#bottomlogos img.tl {
padding: 2px 5px;
margin: 0px;
max-height: 56px;
}

#bottomlogos img.bl {
padding: 2px 5px;
margin: 0px;
max-height: 56px;
}

#accreditation {
display: inline-block;
width: 100%;
vertical-align: top;
height:40px;
padding: 15px 0px 0px;
text-align:right;
}

#socialmedia2 {
display: inline-block;
width: 100%;
vertical-align: top;
height:30px;
padding: 0px;
text-align:center;
}
#socialmedia2 img {
padding: 0px 10px;
}
#socialmedi2a a {
line-height: 22px;
}

#scrollertext {
    color: #ffffff;
    font-size: 30px;
    line-height: 44px;
    margin: 0;
    max-width: 513px;
    padding: 0;
    position: absolute;
    text-shadow: 1px 1px #000000;
    top: 78%;
    width: 100%;
	text-align:center;



/* Fallback for web browsers that doesn't support RGBa */
background: rgb(45, 68, 84);
/* RGBa with 0.5 opacity */
background: rgba(45, 68, 84, 0.5);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#552c4454, endColorstr=#552c4454);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#552c4454, endColorstr=#552c4454)";
}


#mobilesections {
display:none;
color: #ffffff;
font-size: 16px;
}

#mobilesections a {
vertical-align: top;
color: #ffffff;

}

#sectionconstruction {
width: 100%;
display: inline-block;
text-align: center;
 background: #408080;
margin-bottom: 10px;
padding: 35px 0px;
font-size: 22px;
}

#sectionroofing {
width: 100%;
display: inline-block;
text-align: center;
 background: #a08e74; 
margin-bottom: 10px;

padding: 35px 0px;
font-size: 22px;
}

#sectioninsurance {
width: 100%;
display: inline-block;
text-align: center;
 background: #95adb2;
margin-bottom: 10px;
padding: 35px 0px;
font-size: 22px;

}

#sectiondevelopment {
width: 100%;
display: inline-block;
text-align: center;
background: #807873;
margin-bottom: 5px;
padding: 35px 0px;
font-size: 22px;
}

#sectionconstruction img,
#sectionroofing img,
#sectioninsurance img,
#sectiondevelopment img {
width: 100%;
}

#main-menu {
width: 79%;
display: inline-block;
padding: 0px;
margin-top: 5%;
vertical-align: top;
}

/* flex video */
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 57.34%;
  height: 0;
  overflow: hidden;
  margin:0 auto 16px;
  text-align:center;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            margin-bottom: 71px;
}

refurbishment #right-section {
display: none;
}




@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#mtt-testimonials .testimonials {
		width: 43.79%;
	}
}

.awardCeremonyWithCaption img {
    max-width:1023px;
    width:100%;
    height:auto;
}
.awardCeremonyWithCaption p {
    font-size: 11.75px;
    text-align: center;
    width: 70%;
    margin: -18px auto 20px auto;
}
.two-third.last img {
    width: 100%;
    max-width: 576.1px;
    margin-left: -9px;
    float: left;
}
.content-box img.potentialHomeImg{
  display:inline-block;
  margin:15px 10px 15px 0
}
.content-box img.potentialHomeImg.full{
max-width: 100%;
width: auto;
height: 268px
}
.content-box img.potentialHomeImg.half{
width: 34.5%;
height: 380px;
margin: 15px 10px
}
.flexImgContainer{
display:flex;
justify-content:center;
flex-wrap:wrap
}
.potentialContact{
font-size: 33px;
text-align: center;
color: #2D4454;
font-weight: bold;
margin-top: 12px
}
#mainheader.newPageTitle{max-height:520px}
#mainheader.newPageTitle #mainheaderpic2{max-height:520px}
#mainheader.newPageTitle img{max-height:520px}
@media(max-width:1098px){
  .content-box img.potentialHomeImg{
    margin:15px 0 15px 0
  }
  .content-box img.potentialHomeImg.full{
    height: 188px
  }
}
@media(max-width:780px){
  .content-box img.potentialHomeImg{
    margin:15px auto;text-align:center
  }
  .content-box img.potentialHomeImg.full{
    height:auto;
    display:block;
    width:80%
  }
}
body.news #mainheader, body.news #mainheaderpic2, body.news #mainheader img{
max-height:505px
}



.cert div#strapcontainer2{display:none !important}
.cert #phoneemail, .cert div#phonecontainer2{display:none !important}




/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:355px;
	overflow: hidden;
background:#d4e3e6;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;

	color:#fff;
	width:100%;
	z-index:8;
	padding: 0px 10px;

	overflow: hidden;
	display: none;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
/* .nivo-caption p {
	padding:5px;
	margin:0;
} */
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
        display:none;  
}

#constructioncaption {
z-index: 25;
position: absolute;
top: 8%;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.slider-wrapper { 
	width: 100%; 
	margin: 0px auto 8px;
position: relative;
}

#slider-content {
	max-width: 1100px;
	margin: 0px auto;
        margin-top : 0px;
text-align: right;
height: 355px;
}

#slider-content2 {
	max-width: 1100px;
	margin: 0px auto;
        margin-top : 0px;
text-align: right;
height: auto;
}

.theme-default .nivoSlider {
	position:relative;
	background: #d4e3e6;

}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	max-height: 355px;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
	display: none;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {

}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}



.cc-link {
  display: none !important;
}


/* ------------------------------------- */
/* ------  Honey Pot Styles ------- */
/* ------------------------------------- */

div.frm-inf {display: none !important;}


/* ------------------------------------- */
/* ------  Youtube embed Styles ------- */
/* ------------------------------------- */

  .youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
  }

  .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
  }

  .youtube-player img {
    object-fit: cover;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
  }

  .youtube-player img:hover {
    -webkit-filter: brightness(75%);
  }

  .youtube-player .play {
    height: 48px;
    width: 68px;
    left: 50%;
    top: 50%;
    margin-left: -34px;
    margin-top: -24px;
    position: absolute;
    background: url('https://i.ibb.co/j3jcJKv/yt.png') no-repeat;
    cursor: pointer;
  }


.captcha { font-size: 12px; }
/* cmsms stylesheet: ebl - 2016 - miltecqueries modified: Tuesday, July 30, 2019 4:27:36 PM */
/* =Responsive Structure
----------------------------------------------- */
@media (max-width: 1200px) {
	/* Disable fixed navigation buttons */
	#nav-single-fixed,
	#nav-fixed {
		display: none;
	}
div#phonecontainer { top: 75%; }

#phoneemail p { margin: 1.5% 0% 0 0; }



}

@media (max-width: 1100px) {
	body {
		padding: 0px;

	}
	#page {
		margin: 0px auto;
	}

	#access .menu {
		margin-bottom: 0px;
	}
#access2 .menu {
		margin-bottom: 0px;
	}

	#access .menu ul,
#access2 .menu ul {
		margin: 0 1px;
	}
	/* Gallery thumbnails will be 4 columns from now on */
	.gallery-items li.item {
		width: 25%;
	}

       .callus {
                font-size: 18px;
	        }


#phoneemail p { margin: 1.5% 0% 0 0; }
#toplogo { margin-left: 5px; }

div#strapcontainer, div#strapcontainer2 { width: 98%; }
#slider-content2 { width: 98%; }
.theme-default .nivoSlider { height: auto; }

}






@media (max-width: 1080px) {


       .callus {
                font-size: 12px;
	        }



div#phonecontainer { top: 74%; }


}

@media (max-width: 1040px) {

	#page {
		margin: 0px auto;
	}
       .callus {
                font-size: 12px;
	        }



div#phonecontainer { top: 73%; }



#scrollertext { font-size: 28px; line-height: 32px; }
#mainheader, #mainheader-home { margin-bottom: 3px; background:none; }


#toplogo { display: block; margin-bottom: 10px; }
nav { display: block; margin-top: 0px; margin-bottom: 10px; float: none; }
.bar { top: 100px; }
#access .menu ul, #access2 .menu ul { text-align: center; }

div#strapcontainer { top:15%; }
#mtt-testimonials div div { width: 49.75%; }

}

@media (max-width: 980px) {


       .callus {
                font-size: 12px;
	        }



div#phonecontainer { top: 73%; }

#phoneemail p { margin: 1% 0% 0 0; }
#section1 { width: 32.6%; }
#section2 { width: 32.6%; }

#scrollertext { font-size: 24px; line-height: 28px; }


#bottomlogos img.tl { max-height:83px; }
#bottomlogos img.bl { max-height:64px; }

div#strapcontainer { top:18%; }
#phoneemail { margin-top: -78px; }

}


@media (max-width: 920px) {

div#strapcontainer { top:24%; }


}






@media (max-width: 860px) {

        #content {

	width: auto;
        }


	/* Disable body padding */
	body {
		padding: 0;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}

	/* Reorganize header elements */
	#branding #site-title {
		margin-bottom: 0px;
                padding-bottom: 10px;
		text-align: center;
	}
	#branding #site-title img {
		display: inline;
	}

       .callus {
		position: relative;
		text-align: center;
		min-width: inherit;
		top: auto;
		right: auto;
		margin-bottom: 30px;
                font-size: 16px;
	        }

#ctaleft {
float: none;
margin-left: 5%;
margin-right: 5%;
width: 90%;
text-align: center;
}


#ctaright {
width: 56%;
margin-left: 22%;
margin-right: 22%;
margin-bottom: 45px;
}

#strapline {
    display: inline-block;
    padding: 20px 15% 0;
    text-align: center;
    width: 70%;
}





#supplementary { padding: 10px 10% 10px 5%; }


div#phonecontainer { top: 72%; }

#phoneemail p { margin: 0.3% 0% 0 0; }
#section1 { width: 32.4%; }
#section2 { width: 32.4%; }




#scrollertext { font-size: 18px; line-height: 22px; }
#socialmedia { padding: 5px 0px 10px; }

.convincerblock { width: 28.5%; }
#bottomlogos img.tl { max-height:73px; padding: 2px 15px; }
#bottomlogos img.bl { max-height:54px; padding: 2px 15px; }

div#strapcontainer h2, div#strapcontainer2 h2 { font-size: 42px;  }
div#strapcontainer p, div#strapcontainer2 p { font-size: 31px }
div#strapcontainer { top:33%; }

.one-third { width: 100%; margin-right: 0; }
.two-third { width: 100%; margin-right: 0; }

#mtt-testimonials div div { width: 49.7%; }
#phoneemail { margin-top: -70px; }

}


@media (max-width: 750px) {
#access .menu ul li a, #access2 .menu ul li a { font-size: 12px; }
div#strapcontainer { top:34%; }

}



@media (max-width: 730px) {
#mtt-testimonials .meettheteam,
#mtt-testimonials .testimonials { width: 100%; border-right: 0; text-align: center; margin: 0 0 3px; }
#mtt-testimonials { margin-bottom: 5px; }
#bottomlogos img.tl { max-height:67px; padding: 2px 12px; }
#bottomlogos img.bl { max-height:48px; padding: 2px 12px; }
#access .menu ul li a, #access2 .menu ul li a { padding: 0 8px; }
div#strapcontainer { top:38%; }

}


@media (max-width: 680px) {
#access .menu ul li a, #access2 .menu ul li a { font-size: 11px; }
div#strapcontainer { top:40%; }
.one-fourth { margin-right: 3%; width: 22.5%; }
.rdlogo { margin-right: 0 !important; }
.cdlogo { margin-right: 6.25% !important; }



}



@media (max-width: 650px) {

        #content {
	margin: 0 8px;
        margin-top: 12px;
	width: auto;
        }



  .js #nav { display: none; }
  .js .selectnav { display: block; }


	/* Reorganize header elements */
	#branding #site-title {
		margin-bottom: 0px;
                padding-bottom: 10px;
		text-align: center;
	}
	#branding #site-title img {
		display: inline;
	}

       .callus {
		position: relative;
		text-align: center;
		min-width: inherit;
		top: auto;
		right: auto;
		margin-bottom: 30px;
                font-size: 14px;
	        }


	
	.social {
		position: relative;
		text-align: center;
		min-width: inherit;
		top: auto;
		right: auto;
		margin-bottom: 30px;
	}
	.social ul {
		float: none;
		text-align: center;
	}	
	.social ul li {
		float: none;
		display: inline;
		margin: 0;
		padding: 0 2px;
	}	
	.social ul li img {
		display: inherit;
		vertical-align: bottom;
	}
	.social .widget_search {
	    width: 185px;
	    margin: 0 auto 30px auto;
	    position: relative;
	}
	.social .widget_search  .search-text-box {
		float: none;
	    width: 174px;
	    display: block;
	}	
	.social .widget_search .search-text-box:focus {
	    width: 174px;
	}	
	.social input.search-submit-button {
		float: none;
		position: absolute;
		right: 0;
		top:0;
	}	
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		float: none;
	}
	.one-half, .one-third, .one-third-right, .two-third, .three-fourth, .one-fourth, .one-fifth, .one-sixth {
		float: none;
margin: 0px;
padding: 0px 0px 10px;
		width: 100%;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	/* Gallery thumbnails will be 2 columns from now on */
	.gallery-items li.item {
		width: 50%;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	ul.tabs li {
		float: none;
		margin: 0;
		display: block;
	}

	ul.tabs li a {
		text-align: center;
	}


#ctaright {
width: 64%;
margin-left: 18%;
margin-right: 18%;
margin-bottom: 45px;
}


#site-title { padding: 0; }
#content { margin: 0px; margin-top: 12px; width: auto; }
#primary { margin-top: -10px; }
#section1 { width: 32%; margin-right: 1px; }
#section2 { width: 32%; }
#main { margin-top: 20px; }


h1.entry-title { font-size: 24px; line-height: 28px; }
#supplementary { padding: 10px 5%; }
#colophon #supplementary .widget-area { border: 0px; padding: 0px; }
#supplementary.three .widget-area3 { border: 0px; padding: 0px; width: 100%; }
#supplementary.three .widget-area2 { border: 0px; padding: 0px; width: 100%; } 
.three-fourth { margin-bottom: 10px; }
.content-box { margin-bottom: 5px; margin-top: 0px;}
.one-fourth { margin-bottom: 0px; }
#mainheader { margin: 0 auto; }

div#strapcontainer { top: 40%; }
div#strapcontainer h2, div#strapcontainer2 h2 { font-size: 28px; line-height: 30px; margin-bottom: 0px; }
div#sectioncaption { font-size: 18px; line-height: 22px; }

div#phonecontainer { top: 66%; height: 28%; }

#phoneemail p { font-size: 20px; line-height: 24px; }

#socialmedia { padding: 5px 0px 5px; text-align: center; height: 0px; }
#socialmedia p { margin-bottom: 5px; }
#accreditation { padding: 5px 0px 10px; text-align: center; }


#bottomlogos img.tl { max-height:67px; padding: 2px 12px; }
#bottomlogos img.bl { max-height:48px; padding: 2px 12px; }


.rdlogo, .cdlogo, .idlogo, .ddlogo { width: 45.5% !important; margin-right: 2% !important; display: inline-block; padding: 0; }
#site-title { height: 140px; }
#phoneemail, #phoneemail2 { width: 98%; margin-top: -55px; }
#phoneemail p, #phoneemail2 p { font-size: 18px; line-height: 22px; }


#slider-content { height: 220px !important; }
div#strapcontainer p, div#strapcontainer2 p { font-size: 26px; }
div#strapcontainer { width: 96%; top: 13%;  }
div#strapcontainer2 { width: 96%; }
div#homeblock { margin: 0 2%; padding-top: 10px; }

#staffbox { width: 47%; }

}




@media (max-width: 600px) {

div#strapcontainer { top: 19%; }
div#strapcontainer2 { top: 3%; }

}




@media (max-width: 550px) {


div#strapcontainer p, div#strapcontainer2 p { font-size: 24px; }
div#strapcontainer { top: 28%; }

}



@media (max-width: 480px) {
	

	/* Dropdown menu size */
	.selectnav {

	}
	/* Related posts one column */
	.related-list{
		width: 100%;
		margin: 0 0 -40px 0;
		overflow: hidden;
	}
	.related-list li {
		width:100%;
		margin: 0 0 40px 0;
		float: none;
	}
	/* Disable avatars */
	.commentlist li.comment .avatar {
		display: none;
		float: none;
	}
	.commentlist li.comment .comment-content {
		margin: 0;
	}
	.commentlist .children li.comment {
		margin: 20px 0 0 20px;
	}

#ctaright {
width: 350px;
margin-right: 15px;
margin-left: 0;
}

.content-box img {
display: block;
float: none;

margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
margin-top: 20px;
width: 180px;
}

#site-title a {
padding-left:0px;
}


#content { margin: 0px; margin-top: 12px; width: auto; }
#primary { margin-top: -10px; }
#section1 { width: 32%; margin-right: 1px; }
#section2 { width: 32%; }
#main { margin-top: 20px; }

h1.entry-title { font-size: 24px; line-height: 28px; }
#supplementary { padding: 10px 5%; }
#colophon #supplementary .widget-area { border: 0px; padding: 0px; }
#supplementary.three .widget-area3 { border: 0px; padding: 0px; width: 100%; }
#supplementary.three .widget-area2 { border: 0px; padding: 0px; width: 100%; } 
.three-fourth { margin-bottom: 10px; }
.content-box { margin-bottom: 5px; }
.one-fourth { margin-bottom: 0px; }
#mainheader-home { margin: 0 auto; display: none; }
#mainheader { margin: 10px auto 0px; }
#mobilesections { display: inline-block; width: 100%; margin-bottom: 3px; }
div#phonecontainer { display: none; }
div#strapcontainer { top: 30%; }
div#strapcontainer h2, div#strapcontainer2 h2 { font-size: 24px; line-height: 26px; margin-bottom: 0px; }
div#sectioncaption { font-size: 14px; line-height: 18px; }
#phoneemail { display:none; }
#phoneemail p { font-size: 18px; line-height: 22px; color:#2d4454; margin: 0px; text-align: center; }
#scrollertext { font-size: 16px; line-height: 20px; }

#sections { display:none; }
#mobilephoneemail { display: inline-block; width: 100%; padding: 0px 0px 10px; }
#mobilephoneemail p { font-size: 20px; line-height: 24px; color:#2d4454; margin: 0px; text-align: center; }

#mobile-menu { display: inline-block; width: 100%; margin-top: 5px; }
#access .menu { margin-top: 0px; }
#access2 .menu { margin-bottom: 10px; }
#socialmedia { display: none; }
nav#access2 { display: none; }

.slider-wrapper { display: none; }
body.internal .slider-wrapper { display: block; }
.rdlogo, .cdlogo, .idlogo, .ddlogo { width: 100% !important; margin: 0 0 5px !important; display: inline-block; padding: 5px 0px; height: 77px; text-align: center; }
.rdlogo { border-top: 5px solid #527c9e; border-bottom: 5px solid #527c9e; }
.cdlogo { border-top: 5px solid #006839; border-bottom: 5px solid #006839; }
.idlogo { border-top: 5px solid #bf202e; border-bottom: 5px solid #bf202e; }
.ddlogo { border-top: 5px solid #d6811b; border-bottom: 5px solid #d6811b; }
.rdlogo img, .cdlogo img, .idlogo img, .ddlogo img { max-width: 300px; }
#toplogo { display: block; position: relative; width: 90%; margin: 20px 5% 10px; text-align: center; }
#toplogo img { width: 100%; max-width: 380px; min-width: 300px; padding: 0; }
.bar { display: none; }
#site-title { height: auto; }
div.divisions { margin-bottom: 5px; }

#slider-content, div#phonecontainer2, #phoneemail2, #slider-content2, #phoneemail { display: none; }

div.insurance, div.construction, div.roofing, div.development, div.internal { display: none; }
div#convincers .insurance, div#convincers .construction, div#convincers .roofing, div#convincers .development, div#convincers .internal { display: block; }
div.three-fourth .insurance, div.three-fourth .construction, div.three-fourth .roofing, div.three-fourth .development, div.three-fourth .internal { display: block; }

.convincerblock { width: 86%; padding: 7px 1% 5px 13%; }

img.align-left {
float: none;
margin: 5px 10% 20px 10%;
width: 80%;
padding: 0px;
border: 1px solid #2d4454;
}

img.align-right {
float: none;
margin: 5px auto 20px;
width: 100%;
padding: 0px;
border: 1px solid #2d4454;
}


#staffbox { width: 97%; }
#staffbox img { display: block; margin: 0 auto; }
#staffbox br { display: none; }
#section-li { width: 100%; padding-right: 0; }

}

@media (max-width: 390px) {
        #content {
	margin: 0 4px;
        margin-top: 12px;
	width: auto;
        }

#site-title a {
padding-left:0px;
}
#logobox {
width: auto;
padding-top: 10px;
}
#callusbox {
width: auto;
}

#strapline {
    display: inline-block;
    padding: 10px 5% 0;
    text-align: center;
    width: 90%;
}

#strapline p {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding: 5px;
    text-shadow: 5px 5px 5px #166574;
}
#primary {
margin-top: -30px;
}

	#supplementary {
		padding: 30px 29px 0;
		overflow: hidden;
	}
	#branding #site-title {
		margin: 0 29px 10px 29px;
	}
	.format-video .media {
		margin: 0 -30px 20px;
	}
	.format-image .full-size {
		margin: 0 -30px 20px;
	}
	.gallery-items {
		margin: 0 -30px 20px;
		
	}
	.map.full {
		margin: 0 -29px;
	}

#ctaright {
width: 350px;
margin-right: 0;
margin-left: 0;
}

div#strapcontainer { top: 25%; }
div#strapcontainer h2, div#strapcontainer2 h2 { font-size: 22px; line-height: 24px; margin-bottom: 0px; }
#scrollertext { font-size: 22px; line-height: 26px; }
#main { margin-top: 40px; }

.convincerblock { width: 92%; padding: 7px 1% 5px 7%; }

}
/* cmsms stylesheet: ebl - 2016 - miltecview modified: Tuesday, July 30, 2019 3:47:36 PM */
.viewer {
	background:rgba(31, 31, 30, 0.97);
}
.viewer li {
	background: none;
	padding: 0;
}
.viewer li>div {
	left:20px;
	top:20px;
	bottom:20px;
	right:20px
}
.viewer li.loading>div {
	background:url(../images/loading.gif) center center no-repeat;
}
.multiplebgs .viewer li.loading>div {
	background:url(../images/loading.gif) center center no-repeat,url(../images/loading_frame.png) center center no-repeat;
}
.viewer li.loading.previous,.viewer li.loading.next {
	background:0;
}
.viewer img {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5); 
}
.viewer .close {
	top:30px!important;
	right:20px!important;
	font-weight:500!important;
	filter:alpha(opacity=80);
	-khtml-opacity:.4;
	-moz-opacity:.4;
	opacity:.4;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	color: #fff;
	font-size: 32px;
	line-height: 0;
	text-align: center;
	z-index: 3;
}
.viewer .close:hover {
	filter:alpha(opacity=100);
	-khtml-opacity:1;
	-moz-opacity:1;
	opacity:1
}
.viewer .caption{
	visibility: hidden;
	opacity: 0;
	color:#cfcfcf;
	font-size:18px;
	line-height:50px;
	-webkit-transition: opacity 1.5s ease-in-out;
	-moz-transition: opacity 1.5s ease-in-out;
	transition: opacity 1.5s ease-in-out;
}
.viewer .current .caption{
	opacity: 100;
	visibility: visible;
}
/* cmsms stylesheet: ebl - 2016 - miltecIE7 modified: Tuesday, July 30, 2019 3:47:36 PM */
#access .menu ul li {
	display: inline;
}

.social .widget_search .search-text-box {
    padding: 2px 5px 0 5px !important;
}

#supplementary .widget-area input#s {
	line-height: 27px;
}

.forms fieldset .text-input {
	line-height: 19px;
}

#respond input[type="text"] {
	line-height: 19px;
	
}
/* cmsms stylesheet: ebl - 2016 - miltecIE8 modified: Tuesday, July 30, 2019 3:47:36 PM */
<!--[if IE 8]>
.social .widget_search .search-text-box {
    padding: 2px 5px 0 5px !important;
}

#supplementary .widget-area input#s {
	line-height: 27px;
}

.forms fieldset .text-input {
	line-height: 19px;
}

#respond input[type="text"] {
	line-height: 19px;
	
}
<![endif]-->
/* cmsms stylesheet: ebl - 2016 - miltecIE9 modified: Tuesday, July 30, 2019 3:47:36 PM */
<!--[if IE 9]>
#supplementary .widget-area input#s {
	line-height: 27px;
}

.forms fieldset .text-input {
	line-height: 19px;
}

#respond input[type="text"] {
	line-height: 19px;
	
}
<![endif]-->
/* cmsms stylesheet: ebl - 2016 - miltecnews modified: Tuesday, July 30, 2019 3:47:36 PM */
div#news {
/* margin for the entire div surrounding the news items */
	margin: 2em 0 1em 1em;
/* border set here */
	border: 1px solid #909799;
/* sets it off from surroundings */
	background: #f5f5f5;
}
div#news h2 {
	line-height: 2em;
/* you can set your own image here */
	background: url(/uploads/col-theme/darknav.png) repeat-x left center;
	color: #f5f5f5;
	border: none
}
.NewsSummary {
/* padding for the news article summary */
	padding-right: 0%;

/* margin to the bottom of the news article summary */
	margin: 0em 0.1em 1em 0.1em;
	border-bottom: 1px solid #ccc;
    display: inline-block;
width: 100%;
vertical-align:top;
}
.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 10px;
/* bold to set it off from text */
	font-weight: bold;
line-height: 10px;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
	padding-top: 0.2em;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */



    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
}

.NewsSummarySummary p {
    color: #848586;
    font-family: "ITCFranklinGothicW01-Bk_812647",arial;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0px;
}

.NewsSummaryLink a,
.NewsSummaryLink a:hover {
color: #2d4454;
}
.NewsSummaryMorelink {
	padding-top: 0.2em;
margin-bottom: 40px;
}

.NewsSummaryMorelink a {
color: #2d4454;
}

#NewsPostDetailDate {
/* smaller text */
	font-size: 90%;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: bold;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
color: #404040;
font-size: 18px;
line-height: 22px;
font-weight: bold;
margin-bottom: 10px;
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
text-decoration: underline;
}
div#news ul li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}


.NewsSummarySummary img {
float: left;
padding: 8px 20px 60px 0px;
width: 150px;
margin: 0px;
}
