﻿/*
font-family:'Brandon Grotesque W01 Thin';
font-family:'Brandon Grotesque W01 Thin It';
font-family:'Brandon Grotesque W01 Light';
font-family:'Brandon Grotesque W01 Light It';
font-family:'Brandon Grotesque W01 Regular';
font-family:'Brandon Grotesque W01 Rg It';
font-family:'Brandon Grotesque W01 Medium';
font-family:'Brandon Grotesque W01 Medium It';
font-family:'Brandon Grotesque W01 Bold';
font-family:'Brandon Grotesque W01 Bold It';
font-family:'Brandon Grotesque W01 Black';
font-family:'Brandon Grotesque W01 Black It';
*/


body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: rgba(229, 242, 252, .4);;
    font-family: Arial;
}

img{max-width: 100%; border: none;}
.clearDiv{clear: both;}
.setWidth{width: 90%; max-width: 1400px; margin: 0 auto;}
.setWidthLg{width: 95%; margin: 0 auto;}
*{box-sizing: border-box;}
iframe{max-width: 100%;}

/* mobile menu */

.mobileMenuWrapper {
	text-align: center;
	background: #0D5CA9;
	display: none;
}
.closeBtn {
	display: block;
    padding: 14px 20px;
    font-family:'Brandon Grotesque W01 Bold';
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    background: #00263d;
}
.closeBtn:hover {
	background: #b6dafd;
	color: #00263d;
}
.closeBtn i {
    font-size: 18px;
    padding-left: 10px;
    position: relative;
    top: -1px;
}
.mobileMenu {
	padding: 5px 0 30px;
}

/* END mobile menu */



/* banner */

.bannerWrapper {
	background-color: #000;
	/*display: none;*/
}
.topBannerWrap {
	position: relative;
}
.topBannerItem {
	padding: 10px 0;
}
.topBannerHidden {
	text-align: center;
    color: #edae4b;
    font-family: 'Brandon Grotesque W01 Bold';
    text-transform: uppercase;
    font-size: 30px;
}
.topBannerText {
	text-align: center;
	color: #fff;
	font-family:'Brandon Grotesque W01 Regular';
	font-size: 17px;
	padding: 26px 0;
}
.topBannerText p {
	margin: 0;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
}
.topBannerText a {
	color: #b6dafd !important;
	text-decoration: none !important;
}
.topBannerText a:hover {
	text-decoration: underline !important;
}
.slick-arrow {
	display: none !important;
}
.galleryNext {
    bottom: 0;
    right: 20px;
}
.galleryPrev {
    bottom: 0;
    left: 20px;
}
.galleryNav {
    position: absolute;
    z-index: 65;
    top: 38%;
    cursor: pointer;
    color: #005EB8;
    font-size: 2em;
    text-align: center;
    transition: all 0.2s ease;
}
.galleryNav i {
	color: #fff;
}
.galleryNav:hover i, .galleryNav:focus i  {
	color: #b6dafd;
	transition: all 0.3s ease;
}

/* END banner */





/* header */

.headerWrapper > .setWidth {
    display: block;
	text-align: right;
}
.logo, .menuWrapper, .phoneWrapper, .headerBtnDiv {
	display: inline-block;
    vertical-align: middle;
	margin: 0 1%;
}
.headerWrapper {
	background-color: #0D5CA9;
	padding: 8px 0;
}
.menuWrapper {
	z-index: 50 !important;
    position: relative;
}
.menuBtn {
	display: none;	
}
.phoneWrapper p {
	margin: 0;
}
.phoneWrapper {
	text-decoration: none;
}
.phoneIcon {
	float: left;
    background: url(images/phone-icon.png) center center;
    width: 44px;
    height: 44px;
    margin-right: 11px;
}
.callUs {
	color: #b6dafd;
	font-family:'Brandon Grotesque W01 Medium';
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.12px;
	text-align: left;
	line-height: 16px;
}
.phoneNum {
	color: #fff;
	font-family:'Brandon Grotesque W01 Regular';
	font-size: 18px;
	line-height: 16px;
}
.phoneInfo {
	display: inline-block;
	padding-top: 4px;
}
.headerBtn {
	border-radius: 22px;
    background-color: #00263d;
    font-family: 'Brandon Grotesque W01 Bold';
    color: #ffffff !important;
    font-size: 12px;
    text-transform: uppercase;
    padding: 4px 22px;
    text-align: center;
    text-decoration: none !important;
    display: block;
    margin: 4px 0;
}
.short-text { 
	display: none;
}
.headerBtn:hover {
	background: #fff;
    color: #00263d !important;
	transition: all 0.5s ease;
}

/* END header */





/* search module */

.searchWrapper {
	background: #00263D;
    padding: 3px 0;
}
.searchDiv {
	text-align: right;
	padding-right: 1%;
}
.psTxtSearch {
	font-family: 'Brandon Grotesque W01 Light';
    letter-spacing: 1px !important;
    border: none;
    border-radius: 5px 0 0 5px;
    padding: 0 8px;
    width: 150px;
}
.psSearchTxtBtn {
	background: #bed5eb;
    margin-left: 0;
    height: 19px;
    padding: 3px;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #99adc1;
}
.psSearchTxtBtn:hover {
	background: #9fb5cb;
	transition: all 0.3s ease;
}

/* END search module */





/* body */

.contentWrapper {
	padding-bottom: 100px;
	padding-top: 100px;
}
.light {
	font-family:'Brandon Grotesque W01 Light';
}
.shortLine {
	width: 40px;
    height: 3px;
    background-color: #0d5ca9;
    display: block;
    margin-bottom: 0;
	margin: 0 auto;
	margin-top: 23px;
}
.twoDivWrapper {
	margin: 0 auto;
    text-align: center;
	margin-bottom: 3px;
}
.leftDiv, .rightDiv {
	display: inline-block;
	width: 49%;
	text-align: left;
	vertical-align: top;
}
.leftDiv {
	background: #00263d;
	border-radius: 11px 0 0 11px;
}
.rightDiv {
	background: #0D5CA9;
	border-radius: 0 11px 11px 0;
}
.headerLine {
	color: #fff;
	position: relative;
	text-transform: uppercase;
	font-size: 34px;
	margin-top: 5px;
	padding-top: 32px;
}
.headerLine:before {
	background-color: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    top: -4px;
    width: 20%;
    margin-right: 19px;
}

/* END body */



/* three column footer */

.subscribeWrapper {
	background: url(images/subscribe-bg.png) center center no-repeat;
	background-repeat: no-repeat;
    background-size: cover;
	margin: 0 auto;
	margin-left: 14px;
    margin-right: 14px;
    border-radius: 14px;
	padding: 53px 0 41px 0;
}
.columnOneWrapper, .columnTwoWrapper, .columnThreeWrapper {
	display: inline-block;
	vertical-align: top;
	width: 33%;
}
.columnOneWrapper {
	padding: 0 29px;
}
.columnTwoWrapper {
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	padding: 0 44px 0 44px;
}
.contactFooter {
	text-align: center;
}
.contactFooter * {
	color: #fff;
}
.contactFooterHeader p, .contactFooterHeader {
	text-transform: uppercase;
    font-family: 'Brandon Grotesque W01 Bold';
    font-size: 32px;
	color: #fff;
	text-align: center;
	margin-bottom: 14px;
}
.getInTouchHeader p {
	margin-bottom: 41px !important;
}
.contactFooterLinks {
	margin: 10px 0 0 0;
    display: block;
}
.contactFooterLinks a {
	display: block;
    text-align: center;
    color: #b6dafd !important;
    text-decoration: none !important;
    margin-top: -4px;
	font-size: 21px;
	font-family: 'Brandon Grotesque W01 Regular';
}
.contactFooterLinks a:hover {
	text-decoration: underline !important;
}
.contactFooter a {
	border-radius: 22px;
    padding: 12px 32px 10px 32px !important;
    color: #000 !important;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: -6px;
    font-family: 'Brandon Grotesque W01 Bold';
    background-color: #fff;
    text-decoration: none !important;
    display: inline-block;
    min-width: 59%;
    text-align: center;
}
.contactFooter a:hover {
	color: #fff !important;
	background-color: #0D5CA9;
	transition: all 0.5s ease;
}

/* END three column footer */



/* featured product */

.featuredProdHeader {
	text-transform: uppercase;
    font-family: 'Brandon Grotesque W01 Bold';
    font-size: 32px;
	color: #fff;
	text-align: center;
	margin-bottom: 41px;
	margin-bottom: 15px;
}
.featuredProdImg {
	/*object-position: center 64%;
    height: 147px;
    object-fit: cover;*/
    margin: 0 auto;
    max-width: 78%;
	border-radius: 8px;
}
.featuredProdTitle{
	color: #fff;
    font-family: 'Brandon Grotesque W01 Medium';
    text-transform: uppercase;
    text-align: center;
    padding-top: 23px;
    font-size: 23px;
	margin-bottom: 6px;
}
.featuredProdText{
	text-align: center;
    font-size: 18px;
	line-height: 25px;
	color: #fff;
}
.featuredProdBtnWrap {
	margin-top: 22px;
	text-align: center;
}
.featuredProdBtn {    
	border-radius: 22px;
    padding: 10px 20px 10px 20px !important;
    color: #000 !important;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 5px;
    font-family: 'Brandon Grotesque W01 Bold';
    background-color: #fff;
    text-decoration: none !important;
	margin: 5px 4px;
	display: inline-block;
	min-width: 40%;
    text-align: center;
}
.featuredProdBtn i {
	font-size: 17px;
    padding-right: 10px;
    top: 1px;
    position: relative;
}
.featuredProdBtn:hover {
	color: #fff !important;
	background-color: #0D5CA9;
	transition: all 0.5s ease;
}
.featuredProdBtn:hover i {
	color: #fff;
}
.featuredProdOuter {
	position: relative;
}
.featuredProdHeaderDiv {
	padding-bottom: 39px;
}

/* END featured product */





/* team page */

.staffWrap {
	text-align: center;
	padding: 50px 0 0 0;
}
.staffItem {
    display: inline-block;
    padding: 47px 30px;
	vertical-align: top;
    font-family: 'Brandon Grotesque W01 Regular';
    color: #00263D;
    min-width: 285px;
}
.staffImg img {
	border-radius: 10px;
	transition: all 0.3s ease;
}
.staffName {
	font-family: 'Brandon Grotesque W01 Bold';
    color: #0D5CA9;
    text-transform: uppercase;
    font-size: 150%;
    line-height: 105%;
	padding: 17px 0 4px;
}
.staffTitle {
    font-size: 130%;
    line-height: 105%;
    font-family: 'Brandon Grotesque W01 Medium';
}
.staffContact {
    font-family: 'Brandon Grotesque W01 Light';
    padding-top: 10px;
    margin-top: 11px;
    border-top: 1px solid #0d5ca933;
}
.staffPhone {
	font-size: 105%;
    line-height: 100%;
}
.staffEmail {
	font-size: 105%;
}
.staffEmail a {
	color: #00263D !important;
    text-decoration: none !important;
	transition: all 0.3s ease ;
}
.staffEmail a:focus, .staffEmail a:hover {
	color: #0D5CA9 !important;
}
.staffImg a {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    text-decoration: none !important;
    background: #0D5CA9;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.staffImg a:hover img, .staffImg a:focus img {
	opacity: 60%;
}

/* END team page */






/* footer */

.linksWrapper {
	display: table;
	margin: 0 auto;
}
.roofingSystemsDiv, .productsDiv, .resourcesDiv, .contactUsDiv {
	display: table-cell;
	padding: 45px 40px 13px 40px;
}
.footerLine {
	width: 33px;
    height: 3px;
    background-color: #0d5ca9;
    display: block;
    margin-bottom: 0;
}
.linksWrapper h3 {
	font-size: 16px;
	font-family: 'Brandon Grotesque W01 Bold';
	text-transform: uppercase;
	color: #0D5CA9;
	padding-bottom: 6px;
	line-height: 28px;
	margin-top: 10px;
}
.linksWrapper ul {
	margin: 0;
	font-family: 'Brandon Grotesque W01 Regular';
    font-size: 16px;
	color: #000;
}
.linksWrapper li {
	list-style-type: none;
	padding-bottom: 10px;
	padding-left: 1px;
	font-size: 16px;
    line-height: 21px;
}
.linksWrapper a {
	text-decoration: none !important;
	color: #000 !important;
}
.linksWrapper a:hover {
	text-decoration: underline !important;
}
.bottomWrapper {
	display: table;
	margin: 0 auto;
	padding: 20px 0 62px 0;
}
.footerLogo, .footerCopy, .socialWrapper {
	display: table-cell;
	padding: 0 46px;
}
.footerCopy {
	font-family:'Brandon Grotesque W01 Light';
	font-size: 15px;
}
.footerCopy a {
	color: #000;
}
.footerCopy a:hover {
	text-decoration: none;
}
.footerIcon i {
	font-size: 25px;
	color: #0D5CA9;
	padding-left: 11px;
}
.footerIcon i:hover {
	color: #000;
}

/* END footer */





/* styling */

body *{letter-spacing: normal !important; line-height: inherit;}
.sc-content-block-quick-insert{display: none !important;}

/* GENERIC */
p, li, .contentDiv td, .Normal{
	font-family:'Brandon Grotesque W01 Regular';
	font-size: 20px;
	line-height: 29px;
	color: #000;
}

.contentDiv li{padding: 4px 0;}
.contentDiv ul, .contentDiv ol{margin: 0px 0px 25px 35px;}

strong{font-weight: normal; font-family:'Brandon Grotesque W01 Bold';}
em{font-style: normal; font-family:'Brandon Grotesque W01 Rg It';}
strong em, em strong{font-style: normal; font-weight: normal; font-family:'Brandon Grotesque W01 Bold It';}


h1{
	font-family: 'Brandon Grotesque W01 Bold';
	font-size: 66px;
	line-height: 70px;
	font-weight: 700;
	font-style: normal;
	color: #0D5CA9;
	margin: 0 0 42px 0;
}
h2{
	font-family: 'Brandon Grotesque W01 Medium';
	font-size: 45px;
	line-height: 50px;
	font-weight: 700;
	font-style: normal;
	color: #0D5CA9;
	margin: 40px 0 16px;
}
h3{
	font-family: 'Brandon Grotesque W01 Medium';
	font-size: 30px;
	line-height: 43px;
	font-weight: 500;
	font-style: normal;
	color: #0D5CA9;
	margin: 40px 0 5px;
}
h4{
	font-family: 'Brandon Grotesque W01 Medium';
	font-size: 28px;
	line-height: 38px;
	font-weight: 500;
	font-style: normal;
	color: #000;
	margin: 40px 0 5px;
}
h5{
	font-family: 'Brandon Grotesque W01 Medium';
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	font-style: normal;
	color: #000;
	margin: 40px 0 5px;
}
h6{
	font-family: 'Brandon Grotesque W01 Medium';
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
	font-style: normal;
	color: #000;
	margin: 40px 0 5px;
}

h1 + h2{margin-top: 15px;}
h1 + h3, h2 + h3{margin-top: 15px;}
h1 + h4, h2 + h4, h3 + h4{margin-top: 15px;}
h1 + h5, h2 + h5, h3 + h5, h4 + h5{margin-top: 15px;}
h1 + h6, h2 + h6, h3 + h6, h4 + h6, h5 + h6{margin-top: 15px;}

a:link, a:visited{
	text-decoration: underline;
	color: #0D5CA9;
}
a:hover, a:active{
	text-decoration: none;
	color: #0D5CA9;
}

small{font-size:8px;}
big{font-size:14px;}
blockquote, pre{font-family:Lucida Console, monospace;}
ul li{list-style-type:square;}
ul li li{list-style-type:disc;}
ul li li li{list-style-type:circle;}
ol li{list-style-type:decimal;}
ol ol li{list-style-type:lower-alpha;}
ol ol ol li{list-style-type:lower-roman;}
ol ul li{list-style-type:disc;}

hr{color: #0D5CA9; background-color: #0D5CA9; border: none; height: 1px; text-align: left; margin: 25px 0;}
img{border: none;}
.eds_galleryWrapper{padding-top: 0px !important;}
.slider-wrapper > div{background: transparent !important;}
.theme-default .nivoSlider{background: transparent !important; -webkit-box-shadow: 0px 0px 0px 0px #4a4a4a !important; -moz-box-shadow: 0px 0px 0px 0px #4a4a4a !important; box-shadow: 0px 0px 0px 0px #4a4a4a !important; margin-bottom: 0px !important;}
.eds_SwiperRotator_EverestSystems .swiper-slide {margin-bottom: 17px !important;}


.blueBtn {
	border-radius: 22px;
    background-color: #00263d;
    font-family: 'Brandon Grotesque W01 Bold';
    color: #ffffff !important;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 16px;
    text-align: center;
    text-decoration: none !important;
}
.blueBtn:hover {
	background: #0D5CA9;
	transition: all 0.5s ease;
}

#dnn_ctr591_HtmlModule_lblContent h2 {
	color: #fff;
	margin: 25px 0;
}
#dnn_ctr591_HtmlModule_lblContent {
	padding: 40px 80px;
}
#dnn_ctr592_HtmlModule_lblContent p, #dnn_ctr593_HtmlModule_lblContent p, #dnn_ctr594_HtmlModule_lblContent p {
	margin-bottom: 0;
}
#dnn_ctr592_HtmlModule_lblContent p img, #dnn_ctr593_HtmlModule_lblContent p img, #dnn_ctr594_HtmlModule_lblContent p img {
	border-radius: 0 11px 11px 0;
}
.DnnModule-592, .DnnModule-592 *, .DnnModule-593, .DnnModule-593 *, .DnnModule-594, .DnnModule-594 * {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.contentDiv  .ModDNNHTMLC {
	max-width: 900px;
    margin: 0 auto;
}


/* container */

.containerWidthHalf {
    width: 50%;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
}

/* END container */




/* page info */

.pageInfoLine {
	width: 40px;
    height: 3px;
    display: block;
    margin: 0px auto;
    margin-bottom: 31px;
}
.pageInfoItem {
	text-align: center;
    max-width: 58%;
    margin: 0 auto;
}
.pageInfoTitle {
    font-family: 'Brandon Grotesque W01 Regular';
    text-transform: uppercase;
    font-size: 30px;
	padding-bottom: 0;
}
.pageInfoSubtitle {
    font-family: 'Brandon Grotesque W01 Bold';
    text-transform: uppercase;
    font-size: 67px;
	line-height: 65px;
}
.pageInfoText {
	color: #000;
}
.pageInfoSystemsSubtitle {
	font-size: 54px;
    line-height: 40px;
	margin-bottom: 30px;
}
.pageInfoSystemsItem {
	max-width: 64%;
}
.pageInfoH1 {
	margin: 0 0 73px 0;
	line-height: 77px;
}

/* END page info */




/* team bios */

.teamItem {
	text-align: center;
    max-width: 963px;
    margin: 0 auto;
}
.teamName {
	font-family: 'Brandon Grotesque W01 Bold';
    text-transform: uppercase;
    font-size: 67px;
    line-height: 65px;
    color: #0D5CA9;
}
.teamJobTitle {
	font-family: 'Brandon Grotesque W01 Regular';
    text-transform: uppercase;
    font-size: 30px;
    padding-bottom: 67px;
    color: #0D5CA9;
}
.videoEmbed {
    text-align: center;
    margin-top: 52px;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}
.videoEmbed iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.teamPic {
	float: left;
    padding-top: 50px;
    padding-bottom: 58px;
}
.teamPhone {
	text-align: right;
    padding-top: 127px;
}
.teamEmail {
	text-align: right;
}
.teamPara {
	clear: both;
    max-width: 746px;
    margin: 0 auto;
    text-align: center;
	padding-top: 72px;
}
.teamPara p {
	color: #0D5CA9;
}
.blueText {
	color: #0D5CA9;
}

/* END team bios */





/* top image */


.topImageBg {
	background-repeat: no-repeat;
    background-size: cover;
	position: relative;
    z-index: 1;
	padding: 130px 0;
}
.topImageContent {
	text-align: center;
    width: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.topImageLine {
	width: 40px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 0px auto;
    margin-bottom: 31px;
}
.topImageTitle {
	color: #fff;
    font-family: 'Brandon Grotesque W01 Regular';
    text-transform: uppercase;
    font-size: 30px;
	padding-bottom: 10px;
}
.topImageSubtitle {
	color: #fff;
    font-family: 'Brandon Grotesque W01 Bold';
    text-transform: uppercase;
    font-size: 67px;
	line-height: 62px;
	padding-bottom: 20px;
}
.topImageText {
	color: #fff;
}
.topImageMask {
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: .55;
}
.topImagePDF {
	background: #fff;
    font-family: 'Brandon Grotesque W01 Bold';
    font-size: 14px;
    text-transform: uppercase;
    padding: 16px 24px 16px 24px;
    border-radius: 30px;
    text-decoration: none !important;
}
.topImagePDFWrap {
	margin-top: 111px;
    margin-bottom: -53px;
}
.topImagePDF:hover {
	background-color: #00263d;
	color: #fff !important;
}
.topImagePDF i {
	padding-right: 18px;
    font-size: 25px;
    top: 3px;
    position: relative;
}

/* END top image */





/* home gallery */

.galleryWrapper {
    z-index: 0 !important;
    position: relative;
}
.nivo-prevNav, .nivo-nextNav {
	display: none !important;
}
.nivo-imageLink {
	cursor: default;
}
.galleryHTMLDiv {
	position: absolute;
    top: 21%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 20;
    width: 100%;
}
.galleryHTMLDiv .line1 {
	font-size: 41px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
	font-family:'Brandon Grotesque W01 Light';
	text-shadow: 0 1px 3px rgb(255 255 255 / 68%)
}
.galleryHTMLDiv .line2 {
	font-size: 55px;
    color: #0d5ca9;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Brandon Grotesque W01 Bold';
    padding-top: 0px;
	text-shadow: 0 1px 3px rgb(255 255 255 / 68%);
}
.galleryHTMLDiv h1 {
	font-size: 77px;
    color: #0d5ca9;
    text-transform: uppercase;
    text-align: center;
	font-family:'Brandon Grotesque W01 Bold';
	padding-top: 5px;
}

/* END home gallery */



/* home tile */

.homeTileItem {
	text-align: center;
    max-width: 66%;
    margin: 0 auto;
    box-shadow: 0 8px 20px rgb(13 92 169 / 10%);
	padding: 59px 30px 41px 30px;
	background: #fff;
	margin-top: -175px;
    position: relative;
    z-index: 99999;
    border-radius: 4px
}
.homeTileTitle {
	color: #0D5CA9;
    font-family: 'Brandon Grotesque W01 Regular';
    text-transform: uppercase;
    font-size: 30px;
}
.homeTileSubtitle {
	color: #0D5CA9;
    font-family: 'Brandon Grotesque W01 Bold';
    text-transform: uppercase;
    font-size: 63px;
    line-height: 51px;
}
.homeTileDescr {
	font-family: 'Brandon Grotesque W01 Regular';
    font-size: 21px;
    line-height: 34px;
	margin-bottom: 35px;
}
.homeTileBtn {
	border-radius: 22px;
    background-color: #0D5CA9;
    font-family: 'Brandon Grotesque W01 Medium';
    color: #ffffff !important;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 27px;
    text-align: center;
    text-decoration: none !important;
}
.homeTileBtn:hover {
	transition: all 0.6s ease;
	background-color: #00263d;
}
.homeTileImgLabel {
	font-family: 'Brandon Grotesque W01 Light';
    color: #0D5CA9;
    font-size: 15px;
    margin-top: 37px;
}

/* END home tile */



/* products pages */

.productPagesWrap {
	text-align: center;
	padding-top: 100px;
}
.productPagesItem {
    max-width: 31%;
    display: inline-block;
    vertical-align: top;
    margin: 3px;
	position: relative;
}
.productPagesImgBG {
    height: 400px;
    width: 100%;
	background-color: #0d5ca9;
	border-radius: 8px;
}
.productPagesImgBG:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 7;
	border-radius: 8px;
    height: 400px;
    width: 100%;
}
.productPagesItem:hover .productPagesImgBG:before {
	background: rgba(0,38,61,.35);
}
.productsPagesImg {
    height: inherit;
    object-fit: cover;
	border-radius: 8px;
}
.productPagesTitle {
	top: 82%;
    left: 50%;
    transform: translate(-50%, -50%);
	position: absolute;
	font-family:'Brandon Grotesque W01 Bold';
    color: #ffffff;
    font-size: 23px;
    text-transform: uppercase;
	width: 95%;
	z-index: 99;
}

/* END product pages */



/* icons horizontal */

.iconsHrzWrap {
    max-width: 72%;
    margin: 0 auto;
	margin-top: 43px;
	margin-bottom: 6px;
	padding-right: 40px;
}
.iconsHrzImg {
	max-width: 40px;
	margin-right: 40px;
}
.iconsHrzTitle {
	color: #fff;
	font-size: 25px;
    margin-bottom: 6px;
}
.iconsHrzText {
	color: rgba(255,255,255,.6);
	margin-bottom: 48px;
}
.iconsHrzImgDiv {
	display: table-cell;
	width: 71px;
}
.iconsHrzContent {
	display: table-cell;
}

/* END icons horizontal */





/* contact icons */

.contactIconsWrap {
    margin: 0 auto;
    margin-top: 43px;
    margin-bottom: 6px;
    background-color: #0D5CA9;
    border-radius: 14px;
    margin-left: 14px;
    margin-right: 14px;
	padding: 132px 0;
}
.contactIconsItemWrap {
	width: 75%;
    margin: 0 auto;
}
.contactIconsItem {
	display: inline-block;
    width: 33%;
	vertical-align: top;
}
.contactIconsImg {
	color: #fff;
    font-size: 25px;
    display: block;
    margin: auto;
    padding-top: 19px;
}
.contactIconsTitle {
	color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque W01 Bold';
}
.contactIconsText * {
	color: #d3e6f9;
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Brandon Grotesque W01 Light';
    line-height: 21px;
}
.contactIconsImgDiv {
	display: inline-block;
    background-color: #00263d;
    width: 80px;
    height: 80px;
    border-radius: 50%;
	margin-right: 20px;
}
.contactIconsContent {
	display: inline-block;
	vertical-align: top;
}

/* END contact icons */





/* icons no link */

.iconNoLinksWrap {
	text-align: center;
    margin: 0 auto;
}
.iconNoLinksItem {
	display: inline-block;
    vertical-align: top;
    max-width: 230px;
    margin: 38px 4%;
}
.iconNoLinksImg {
	margin-bottom: 24px !important;
}
.iconNoLinksTitle {
	font-family: 'Brandon Grotesque W01 Bold';
    text-transform: uppercase;
    color: #0D5CA9;
    font-size: 20px;
    line-height: 24px;
	margin-bottom: 10px;
}
.iconNoLinksDescr {
	font-family: 'Brandon Grotesque W01 Regular';
	font-size: 18px;
    line-height: 25px;
	margin-bottom: 0;
}
.circleBG {
	margin: 0px auto;
	background: rgba(123,182,239,.2);
	padding: 14px;
	width: 70px;
	height: 70px;
	margin: 20px;
	shape-outside: circle();
	clip-path: circle();
}

/* END icons no link */




/* tile links */

.tileLinkWrap {
	text-align: center;
}
.tileLinkWrap a {
	text-decoration: none;
	color: #fff;
	display:block;
}
.tileLinkItem {
	background-color: #0D5CA9;
	color: #fff;
	max-width: 49%;
    display: inline-block;
    vertical-align: top;
	border-radius: 8px;
	margin-bottom: 3px;
}
.tileLinkContent {
	padding: 45px 17%;
}
.tileLinkTitle {
	font-family: 'Brandon Grotesque W01 Bold';
    text-transform: uppercase;
    font-size: 43px;
	padding-top: 6px;
	color: #fff;
	line-height: 40px;
}
.tileLinkSubtitle {
	font-family:'Brandon Grotesque W01 Medium';
	font-size: 30px;
	padding-top: 12px;
	color: #fff;
}
.tileLinkText {
	font-family:'Brandon Grotesque W01 Regular';
	font-size: 20px;
    line-height: 29px;
	padding-top: 10px;
	margin: 0;
	color: #fff;
}
.tileLinkImg img {
	border-radius: 8px 8px 0 0;
}
.tileLinkButton {
	background-color: #00263d;
    padding: 13px 19px;
    max-width: 170px;
    margin: 0 auto;
	margin-top: 30px;
    font-family: 'Brandon Grotesque W01 Medium';
    text-transform: uppercase;
    border-radius: 30px;
    font-size: 15px;
	text-decoration: none;
	color: #fff;
}
.tileLinkItem:hover .tileLinkButton {
    background-color: #fff;
	color: #00263d;
	transition: all 0.6s ease;
}

/* END tile links */




/* product galley */

.productGalWrap {
	margin-top: 100px;
	text-align: center;
}
.productGalItem {
	width: 31%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
    margin-right: 26px;
	margin-bottom: 73px;
}
.productGalImgBG{
	background-color: #0D5CA9;
    /*height: 200px;*/
    border-radius: 10px;
	box-shadow: 0 3px 7px rgb(0 0 0 / 36%);
}
.productsGalImg{
	/*width: 82%;
    height: 200px;*/
    object-fit: cover;
    margin: 0 auto;
    display: block;
	border-radius: 8px;
}
.productGalTitle{
	color: #337ab7;
    font-family: 'Brandon Grotesque W01 Bold';
    text-transform: uppercase;
    text-align: center;
    padding-top: 23px;
    font-size: 23px;
	margin-bottom: 6px;
}
.productGalText{
	text-align: center;
    font-size: 18px;
    line-height: 22px;
}
.productGalBtnWrap {
	margin-top: 9px;
}
.productGalBtn{    
	border-radius: 22px;
    border: 2px solid #000;
    padding: 10px 20px 10px 20px !important;
    color: #000 !important;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 5px;
    font-family: 'Brandon Grotesque W01 Bold';
    background-color: #fff;
    text-decoration: none !important;
	margin: 5px 4px;
	display: inline-block;
	min-width: 40%;
    text-align: center;
}
.productGalBtn i {
	font-size: 17px;
    padding-right: 10px;
    top: 1px;
    position: relative;
}
.productGalBtn:hover {
	color: #fff !important;
	background-color: #00263d;
	transition: all 0.5s ease;
}
.productGalBtn:hover i {
	color: #fff;
}
.containerWidthHalf .productGalItem {
	width: 58%;
}
.containerWidthHalf .productGalWrap {
	margin-top: 57px;
}

/* END product gallery */






/* pdf button */

.pdfBtnItem {
	text-align: center;
	margin-top: 53px;
}
.pdfBtn {
	border-radius: 22px;
    border: 2px solid #000;
    padding: 10px 20px 10px 20px !important;
    color: #000 !important;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Brandon Grotesque W01 Bold';
    background-color: #fff;
    text-decoration: none !important;
}
.pdfBtn i {
	font-size: 18px;
    top: 2px;
    position: relative;
    padding-left: 10px;
}
.pdfBtn:hover {
	color: #fff !important;
	background-color: #00263d;
}
.pdfBtn:hover i {
	color: #fff;
}

/* END pdf button */



/* forms */

.h3-form {
    font-family: 'Brandon Grotesque W01 Regular' !important;
    font-size: 30px !important;
    line-height: 38px !important;
    font-weight: normal !important;
    font-style: normal !important;
    color: #000 !important;
    margin: 15px 0 5px !important;
}
.bstrap30 label.required:after{
    content: "*";
    color: #0D5CA9;
}
.bstrap30 .form-horizontal .control-label {
    font-family: 'Brandon Grotesque W01 Regular' !important;
    font-size: 19px !important;
	line-height: 27px;
    font-weight: normal !important;
    font-style: normal !important;
	margin: 10px 0 9px !important;
	padding: 0 !important;
	color: #000 !important;
}
.bstrap30 .form-control, .bstrap30 .radio label, .bstrap30 .checkbox label{
    font-family: 'Brandon Grotesque W01 Light' !important;
    font-size: 18px !important;
    line-height: 26px !important;
    color: #00263d !important;
}
.bstrap30 input[type="radio"], .bstrap30 input[type="checkbox"] {
    margin-top: 6px !important;
}
.bstrap30 .text-danger{
    font-family: 'Brandon Grotesque W01 Regular' !important;
    font-size: 17px !important;
    line-height: 20px !important;
    display: block !important;
    padding: 5px 0 12px !important;
}
.bstrap30 .has-error .form-control{
    border-color: #0D5CA9 !important;
}
.bstrap30 .form-control {
	height: 62px !important;
	background-color: rgba(179, 214, 249, .3) !important;
	border: none !important;
    border-radius: 8px !important;
	box-shadow: none !important;
	padding: 6px 20px !important;
}
.bstrap30 .field-container {
    margin-bottom: 23px !important;
}
.bstrap30 textarea.form-control {
    height: auto !important;
	padding-top: 16px;
}
.bstrap30 .btn {
    font-family: 'Brandon Grotesque W01 Bold' !important;
    text-transform: uppercase !important;
	font-size: 17px !important;
    text-decoration: none !important;
    padding: 13px 46px !important;
}
.bstrap30 .btn-info {
    color: #fff !important;
    background-color: #00263d !important;
    border: none !important;
	border-radius: 45px !important;
}
.bstrap30 .btn-info:hover {
    background-color: #0D5CA9 !important;
	transition: all 0.5s ease;
}
.bstrap30 .alert-info {
    background-color: rgba(179, 214, 249, .3) !important;
	border: none !important;
}
.bstrap30 .fix-date-time .btn {padding: 5px !important; margin: 2px !important;}
.datetime-picker-dropdown {position: absolute; background: #fff !important;}
.jq-toast-wrap * {color:#fff !important;}
.bstrap30 .row {
    width: 66%;
	margin: 0 auto !important;
    margin-top: 0 !important;
}
.bstrap30 .btn-success {
    font-size: 16px !important;
    padding: 7px 9px 5px 9px !important;
    margin-top: 3px;
	border-radius: 22px !important;
}
.glyphicon-plus {
	font-size: 14px !important;
	top: 0 !important;
}
.ModActionFormC * {
    text-align: left;
}
.ModActionFormC {
	margin-top: 93px !important;
}
.fileupload-buttonbar {
	width: 100% !important;
}
.fileupload-buttonbar .col-lg-7 {
	padding-left: 0 !important;
}
.bstrap30 label {
	font-family: 'Brandon Grotesque W01 Regular';
    font-size: 16px;
}
.submit-confirm h2, .submit-confirm h3 {
	font-family: 'Brandon Grotesque W01 Medium' !important;
    font-size: 39px !important;
    color: #000 !important;
}
.submit-confirm {
	font-family: 'Brandon Grotesque W01 Light';
    color: #000;
    font-size: 20px;
}
.submit-confirm * {
	text-align: center;
}

/* END forms */




/* video header */

.videoWrapper {
	position: relative;
}
.videoDiv {
	width: 100%;
    max-height: 760px;
    object-fit: fill;
}
.mask {
    position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 38, 61, .6);
    z-index: 3;
}
.videoBtnDiv {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 5;
	border-radius: 40px;
	background-color: rgba(4, 29, 45, .8);
	padding: 13px 43px 24px 43px;
	font-family:'Brandon Grotesque W01 Bold';
	color: #ffffff !important;
    font-size: 15px;
	text-transform: uppercase;
	text-decoration: none !important;
	display: inline-block;
}
.videoBtnDiv a {
	font-family:'Brandon Grotesque W01 Bold';
	color: #ffffff;
    font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
}
.videoBtnDiv:hover {
	background-color: rgba(255, 255, 255, .8);
}
.videoBtnDiv i {
	display: inline-block;
	color: #fff;
	font-size: 29px;
	padding-right: 20px;
	position: relative;
    top: 5px;
}
.videoBtnDiv:hover {color: #00263d !important;}
.videoBtnDiv:hover i {color: #00263d;}
.videoPopup {display: none;}

/* END video header */




/* brochures folder module */

.ModEvotivaUserFilesC {
	max-width: 800px;
    margin: 0 auto;
}
.evftemplate-default {
	font-family: 'Brandon Grotesque W01 Regular';
}
.evftemplate-default .evpure-button {
	font-size: 15px;
}
.evftemplate-default .evpure-button:hover {
	background: #000;
	transition: all 0.4s ease;
}
.evftemplate-default .evfiles-items-header {
	background-color: #0D5CA9 !important;
}
.evftemplate-default .evfiles-breadcrumbs-holder, .evftemplate-default .evfiles-item-breadcrumbs-holder {
	background-color: rgba(179, 214, 249, .3) !important;
	margin: 15px 0 0 0 !important;
}
.evftemplate-default .evfiles-noitems-pane {
	background-color: rgba(179, 214, 249, .3) !important;
	font-size: 14px !important;
	margin-top: 0 !important;
    padding: 18px !important;
}
.evftemplate-default .evfiles-breadcrumbs li a {
	background: #00263d !important;
    height: 34px !important;
    padding: 9px 12px !important;
    margin-right: 22px !important;
    font-size: 17px;
    border-radius: 0 !important;
}
.evftemplate-default .evfiles-breadcrumbs li a:hover {
	background: #000 !important;
	transition: all 0.4s ease;
}
.evftemplate-default li {
	padding: 0 !important;
}
.evftemplate-default .evfiles-search-holder {
	display: block !important;
	text-align: right;
}
.evftemplate-default .evfiles-folderstree, .evpure-u-hide {
	display: none;
}
#evfiles-search-button-571 {
	color: #00263d !important;
	background: none !important;
	padding: 2px 3px 0 3px;
}
#evfiles-search-button-571:hover {
	color: #0D5CA9 !important;
	transition: all 0.4s ease;
}
.evpure-form input {
	height: 40px !important;
    background-color: rgba(179, 214, 249, .3) !important;
    border: none !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    padding: 6px 20px !important;
}
.evfiles-item-sort-button {
	font-weight: normal !important;
	font-size: 16px;
}
.evfiles-item-sort-button:hover {
	background: transparent !important;
	text-decoration: underline !important;
}
.evfiles-item-download-button {
	font-size: 19px !important;
	margin: 8px 0;
}
.evfiles-item-open-button{
	margin-top: 15px !important;
}
.evfiles-iconimage {
	margin-top: 11px !important;
}
.evftemplate-default .evfiles-filedetails {
	background: #E1EFFC !important;
}
.evfiles-filedetails .evfiles-item-download-button {
	font-size: 15px !important;
	margin: 0 0 0.15em 0 !important;
}
.evfiles-filedetails .evfiles-filedetails-actions {
	padding: 18px 0 3px 0 !important;
}
.evfiles-filedetails .evfiles-item-preview-button {
	margin-top: 13px;
}
.evfiles-item .evfiles-item-breadcrumbs-holder {
	display: none !important;
}
.evftemplate-default .evfiles-breadcrumbs li a:before, .evftemplate-default .evfiles-breadcrumbs li a:after {
	border-width: 1em !important;
}
.evftemplate-default .evfiles-breadcrumbs li:last-child a {
	padding: 7px 12px 7px 24px !important;
}
.evftemplate-default .evfiles-breadcrumbs li:first-child a {
	padding: 9px 12px !important;
}
.clear_input {
	text-decoration: none;
    font-size: 30px;
}

/* END brochures folder module */



/* home content section */

.homeContent {
	max-width: 800px;
    margin: 0 auto;
	margin-top: 90px;
    margin-bottom: 53px;
}
.homeContent p {
	margin: 35px 0;
}

/* END home content section */





/* saerch results */

.psTitle:link {
	font-size: 30px;
	line-height: 32px;
    font-family: 'Brandon Grotesque W01 Medium';
}
.psDesc {
	font-family: 'Brandon Grotesque W01 Light';
    font-size: 20px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 4px;
}
.psURL {
	font-family: 'Brandon Grotesque W01 Light';
    color: #72a9df;
    font-size: 13px;
    letter-spacing: 1px !important;
    margin-bottom: 44px;
}
.psResultsNav {
	font-family: 'Brandon Grotesque W01 Regular';
    font-size: 14px;
}

/* END search results */







/* responsive */

@media all and (max-width: 1535px) {
	.headerWrapper > .setWidth {width: 100%;text-align: center;}
	.footerLogo, .footerCopy, .socialWrapper {padding: 0 18px;}
	
	.topImageContent {width: 80%;}
	.iconNoLinksItem {margin: 38px 15px;}

	.subscribeWrapper {padding: 40px 0; margin-left: 9px; margin-right: 9px;}
	.featuredProdHeader, .contactFooterHeader p {font-size: 29px;}
	.contactFooter a {font-size: 15px; padding: 9px 22px 8px 22px !important; min-width: 75%;}

	.edSR_itemDescription {padding: 0 30px !important;}

	.contactIconsItemWrap { width: 89%;  }
}

@media all and (max-width: 1429px) {
	.columnTwoWrapper {padding: 0 20px;}

	.featuredProdBtn {padding: 9px 12px !important; font-size: 11px;}
	.featuredProdBtn i { font-size: 13px; }

	.contactIconsItemWrap { width: 95%; }
}

@media all and (max-width: 1180px) {
	.galleryHTMLDiv { top: 29%; width: 90%; }
	.linksWrapper h3 { font-size: 14px; line-height: 17px; }
	.linksWrapper li { padding-bottom: 6px; font-size: 14px; }
	.roofingSystemsDiv, .productsDiv, .resourcesDiv, .contactUsDiv {padding: 45px 21px 13px 21px;}
	.footerLogo, .footerCopy, .socialWrapper {padding: 0 12px;}
	.footerCopy { font-size: 13px; text-align: center; }
	.socialWrapper i { font-size: 18px; padding-left: 4px; }
	.footerLogo {width: 154px;}

	.subscribeWrapper { padding: 40px 20px 40px 0; }
	.columnOneWrapper { padding: 0 10px 0 10px; }
	.contactFooter { text-align: center; padding-left: 15px; }
	.contactFooter a { font-size: 13px; padding: 4px 10px 3px 10px !important; min-width: 87%; }
	.featuredProdHeader, .contactFooterHeader p { font-size: 28px; }

	.contactIconsImgDiv {display: block; margin: 0 auto;}
	.contactIconsContent {display: block; text-align: center; margin-top: 13px;}
}

@media all and (max-width: 1040px) {
	.iconNoLinksItem {margin: 38px 10px;}
	.tileLinkTitle { font-size: 33px; line-height: 34px; }
	.tileLinkContent {padding: 36px 8%;}
	.subscribeWrapper { margin-left: 6px; margin-right: 6px; padding: 20px 0; }
	.tileLinkSubtitle { font-size: 23px; }
	.eversealDiv { width: 207px; }
	.tileLinkText { font-family: 'Brandon Grotesque W01 Regular'; font-size: 19px; line-height: 25px; }

	.leftDiv, .rightDiv { display: block; width: 100%; border-radius: 8px; height: auto !important; }
	#dnn_ctr592_HtmlModule_lblContent p img {border-radius: 8px;}
	#dnn_ctr591_HtmlModule_lblContent h2 {text-align: center !important;}
	.headerLine { padding-top: 65px; }
	.rightDiv { margin-bottom: 57px; }

	.aboutTable td {display:block; width: 96% !important; margin: 0 auto;}

	.columnOneWrapper, .columnTwoWrapper, .columnThreeWrapper { display:block; width: 68%; margin: 0 auto; margin-top: 50px; margin-bottom: 50px;}
	.columnTwoWrapper { border-top: solid 1px #fff; border-bottom: solid 1px #fff; border-left: none; border-right: none; padding: 50px 0; }
	.columnOneWrapper { padding: 0; }
	.subscribeWrapper  {padding: 1px 20px;}
	.edSR_itemDescription {font-size: 17px !important; line-height: 26px !important; padding: 0 !important;}
	.edSR_itemTitle {font-size: 20px !important; line-height: 23px !important; margin-bottom: 9px !important;}
	.featuredProdText {font-size: 17px; line-height: 26px;}
	.featuredProdTitle {font-size: 20px; line-height: 33px;}
	.contactFooter a {padding: 9px 10px 8px 10px !important; min-width: 77%; margin-bottom: 9px;}
	.contactFooter {padding-left: 0;}

	.contactIconsWrap { margin-left: 6px; margin-right: 6px; }

	.topBannerItem {padding: 10px 70px;}
}

@media all and (max-width: 885px) {
	.logo, .menuWrapper {display: block;}
	.logo {margin: 12px 0 15px 0;}
	.menuWrapper {margin-bottom: 7px;}
	.roofingSystemsDiv, .productsDiv, .resourcesDiv, .contactUsDiv {padding: 45px 13px 13px 13px;}
	.footerLogo, .footerCopy, .socialWrapper {padding: 0 7px;}
	.socialWrapper {padding: 0;}
	.footerWrapper {width: 99% !important;}

	.galleryHTMLDiv .line1 { font-size: 33px; margin-bottom: 0; }
	.galleryHTMLDiv h1 { font-size: 64px; padding-top: 0; line-height: 64px; margin-bottom: 11px;}
	.galleryHTMLDiv .line2 { font-size: 49px; padding-top: 0; line-height: 55px; }
	.galleryHTMLDiv { top: 33%;  }

	.homeTileItem {max-width: 94%;}

	.iconNoLinksItem { display: block; margin: 0 auto; margin-top: 46px; margin-bottom: 5px; max-width: 75%; }

	.topImageLine {margin-bottom: 16px;}
	.topImageTitle {font-size: 26px;}
	.topImageSubtitle {font-size: 54px; padding-bottom: 7px;}
	.topImageText {font-size: 18px; line-height: 26px; margin-bottom: 0px;}

	.productGalItem {width: 49%; margin: 0 auto; padding: 0 12px; margin-bottom: 62px;}

	.containerWidthHalf .productGalItem { width: 79%; }

	.pageInfoItem {max-width: 90%;}

}

@media all and (max-width: 795px) {
	.contactIconsItem {display: block; margin: 0 auto; width: 100%; margin-bottom: 64px;}
	.contactIconsWrap {padding: 73px 0 12px 0; margin-top: 0;}
}

@media all and (max-width: 765px) {
	.menuWrapper {display: none;}
	.phoneWrapper {display: none;}
	.menuBtn { display: inline-block; cursor: pointer; color: #fff; padding: 14px 0; font-size: 39px; padding-right: 30px; position: relative; top: -3px; float: right; }
	.logo { margin: 12px 0 15px 2%; display: inline-block; }
	.headerBtn { font-size: 12px; padding: 3px 14px;  }
	.headerBtnDiv {display: inline-block; margin: 2px 9%; }
	.headerWrapper > .setWidth {text-align: left;}

	.galleryHTMLDiv .line1 {font-size: 27px; margin-bottom: 0;}
	.galleryHTMLDiv h1 {font-size: 53px; padding-top: 0px; line-height: 53px;}
	.galleryHTMLDiv .line2 {font-size: 41px; padding-top: 0px; line-height: 42px;}

	.topBannerText {padding: 12px 0;}
	.topBannerText p {line-height: 25px;}

	.roofingSystemsDiv, .productsDiv, .resourcesDiv, .contactUsDiv {padding: 13px 13px 13px 13px; display: block;}
	.linksWrapper {margin-top: 26px; text-align: center;}
	.footerLine {margin: 0 auto;}

	.footerLogo, .footerCopy, .socialWrapper {display: block; margin: 0 auto; padding: 15px;}
	.socialWrapper {width: 171px;text-align: center}
	.socialWrapper i {font-size: 20px; padding: 0 3px}
	.footerCopy { line-height: 22px;}
	.bottomWrapper {padding: 20px 0 33px 0;}
	.footerLogo {width: 174px;}

	.tileLinkTitle {font-size: 29px; line-height: 31px;}
	.tileLinkText {font-size: 18px; line-height: 26px;}
	.tileLinkContent {padding: 36px 8% 42px 8%;}

	.subscribeHTMLWrapper h3 { font-size: 20px; line-height: 25px; text-align: center; }
	.subscribeHTMLWrapper p { font-size: 16px; line-height: 18px; text-align: center; margin-bottom: 0; }
	.subscribeWrapper { margin-left: 10px; margin-right: 10px; padding: 30px 20px; }
	.eversealDiv {display: none;}

	.topImageLine {margin-bottom: 9px;}
	.topImageTitle {font-size: 20px; margin-bottom: 0px;}
	.topImageSubtitle {font-size: 37px; padding-bottom: 0px; margin-bottom: 10px; line-height: 38px;}
	.topImageText {font-size: 16px; line-height: 23px; margin-bottom: 0px;}
	.topImageBg {padding: 73px 0;}
	.topImagePDFWrap {margin-top: 45px; margin-bottom: -21px;}
	.topImagePDF {font-size: 13px; padding: 12px 19px;}
	.topImagePDF i {padding-right: 12px; font-size: 21px; top: 2px;}

	.pageInfoSubtitle {font-size: 53px; line-height: 53px;}

	.productPagesItem { max-width: 91%; margin: 0 auto; margin-top: 3px; margin-bottom: 3px; display: block; }
	.productsPagesImg {height: auto;width: 100%;}
	.productPagesImgBG, .productPagesImgBG:before {height: auto;}

	.productGalText {font-size: 17px; line-height: 26px;}
	.productGalTitle {padding-top: 18px; font-size: 21px; margin-bottom: 5px;}
	.productGalBtnWrap {margin-top: 11px;}

	.bstrap30 .row {width: 99% !important;}

	.teamName {font-size: 53px; line-height: 53px;}

	.containerWidthHalf {width: 100%;}
}

@media all and (max-width: 680px) {
	.teamPic { float: none; padding-top: 63px; padding-bottom: 0; }
	.teamPhone { text-align: center; padding-top: 56px; }
	.teamEmail { text-align: center; }

	.pageInfoH1 {font-size: 61px; line-height: 65px;}
}

@media all and (max-width: 610px) {
	.logo {width: 135px; margin-right: 0px;}
	.menuBtn {top: -2px;}
	.headerWrapper {padding: 4px 0 5px 0;}

	.galleryHTMLDiv {top: 32%;}
	.galleryHTMLDiv .line1 {margin-bottom: -8px; font-size: 20px;}
	.galleryHTMLDiv h1 {font-size: 36px; line-height: 36px;}
	.galleryHTMLDiv .line2 {font-size: 28px; line-height: 32px;}

	.homeTileItem {padding: 34px 30px 30px 30px;}
	.homeTileTitle {font-size: 24px; margin-bottom: 3px;}
	.homeTileSubtitle {font-size: 51px;}
	.homeTileDescr {font-size: 18px; line-height: 25px; margin-bottom: 31px;}
	.homeTileImgLabel {margin-top: 29px; margin-bottom: 10px;}

	.tileLinkItem {max-width: 95%; margin: 0 auto; display: block; margin-bottom: 5px;}

	.sideWrapper {padding-bottom: 75px;}

	.topImageContent {width: 90%; padding: 20px 0;}

	.productGalItem {width: 100%; display: block;}
	.productGalContent {height: auto !important;}
	.productGalBtn {padding: 6px 10px 4px 10px !important; font-size: 11px;}
	.productGalBtn i {font-size: 13px; padding-right: 6px; top:0;}

	.columnOneWrapper, .columnTwoWrapper, .columnThreeWrapper {width: 100%;}
}

@media all and (max-width: 500px) {

	.topBannerText p { line-height: 21px; font-size: 13px; }
	.topBannerItem {padding: 10px 30px;}
	.galleryPrev {left: 0;}
	.galleryNext {right: 0;}

	.logo { width: 96px; }
	.headerBtn { font-size: 11px; padding: 2px 11px;}
	.headerBtnDiv {margin-left: 13px; margin-right: 5px;}
	.headerWrapper {padding: 0;}
	.menuBtn { padding-right: 13px; font-size: 31px; top: 0px; }
	.short-text { display: inline-block; }
    .full-text { display: none; }

	.galleryHTMLDiv { top: 37%; }
	.galleryHTMLDiv .line1 { margin-bottom: -13px; font-size: 16px; }
	.galleryHTMLDiv h1 { font-size: 23px; line-height: 29px; }
	.galleryHTMLDiv .line2 { font-size: 20px; line-height: 29px; }

	.homeTileItem { padding: 20px 13px 30px 13px; margin-top: -115px; margin-bottom: 100px; }
	.homeTileTitle { font-size: 17px; margin-bottom: 0; line-height: 18px; }
	.homeTileSubtitle { font-size: 36px; margin-bottom: 10px; }
	.homeTileDescr { font-size: 17px; line-height: 21px; }
	.homeTileBtn { font-size: 12px; padding: 10px 20px; }
	.subscribeHTMLWrapper p { line-height: 23px; }
	.subscribeHTMLWrapper h3 { font-size: 16px; line-height: 24px; }

	.tileLinkButton { padding: 5px 0px; max-width: 119px; font-size: 13px; }
	.tileLinkSubtitle { font-size: 21px; line-height: 23px; }

	.topImageLine {display: none;}
	.topImageTitle {font-size: 16px; padding-bottom: 0px;}
	.topImageSubtitle {font-size: 24px; margin-bottom: 2px;}
	.topImageText {font-size: 15px; line-height: 18px;}
	.topImageBg {padding: 25px 0;}
	.topImagePDFWrap {margin-top: 27px; margin-bottom: -21px;}
	.topImagePDF {font-size: 13px; padding: 8px 14px;}
	.topImagePDF i {padding-right: 7px; font-size: 15px; top: 1px;}

	.pageInfoItem {max-width: 90%;}
	.pageInfoLine {margin-bottom: 24px;}
	.pageInfoTitle {font-size: 22px; line-height: 25px; margin-bottom: 10px;}
	.pageInfoSubtitle {font-size: 39px; line-height: 42px;}
	.pageInfoText {font-size: 17px; line-height: 25px;}
	.pageInfoH1 { font-size: 54px; line-height: 50px; }

	.headerLine { font-size: 25px; padding-top: 29px; }
	.iconsHrzWrap { max-width: 90%; margin-top: 15px; padding-right: 0; padding-left: 10px; }
	.headerLine:before {width: 12%;}
	.iconsHrzImg {max-width: 22px; margin-right: 15px;}
	.iconsHrzImgDiv {width: 45px;}
	.iconsHrzTitle {font-size: 21px;}
	.iconsHrzText {font-size: 17px; line-height: 23px;}

	.productPagesTitle { font-size: 20px; line-height: 22px; }

	.subscribeWrapper {padding: 30px 10px;}
	.eds_SwiperRotator_EverestSystems .swiper-button-next, .eds_SwiperRotator_EverestSystems .swiper-button-prev {display:none;}

	.videoBtnDiv i {font-size: 18px; top: 2px; padding-right: 8px;}
	.videoBtnDiv {padding: 13px 19px 17px 19px; font-size: 14px;}

	.bstrap30 .btn {font-size: 15px !important; padding: 13px 31px !important;}

	.teamName {font-size: 39px; line-height: 42px;}
	.teamJobTitle {font-size: 22px; line-height: 25px; margin-bottom: 10px; padding-bottom: 11px;}

}







