﻿@charset "UTF-8";
/* @ DO NOT import url('./bootstrap/css/bootstrap.min.css'); (see include/bootsrap.ascx) */

body, .Normal {
    font-family: "open-sans",sans-serif;
    font-size: 18px;
    color: #000;
	 line-height: 32px;
}

#Body {
    background: #fff;
}

/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/
p {
	margin: 0 0 20px;
}
h1 {
    font-size: 24px;
}
h2 {
		font-size: 24px;
}
h1 span.emphasis {
    line-height: 50px;
	  font-size: 50px;
    display: block;
    font-family: "corner-store",sans-serif; /* old script font - corner-store",sans-serif; Steve asked for it to be replaced on 1/24/2025 */
	  color: #c29533;
	  padding-top: 20px;
}

h1:after {
	display: block;
	content: "";
	width: 40%;
	height: 10px;
	margin: 30px auto;
	background: #fff;
}
.home-page h1 {
    text-transform: uppercase;
}

.home-page h1 span.emphasis {
    display: inline; /* block */
    line-height: 50px;
    text-transform: none;
    padding-left: 20px;
    padding-top: 20px;
    font-size: 5rem;
    font-family: handel-gothic, sans-serif;
    color: #fff;
}

.home-page .ContentPaneMidLeft h2 {
    margin: 0 0 30px;
    text-transform: uppercase;
    color: #c29533;
    font-size: 19px;
}

.home-page .ContentPaneMidLeft h2:after {
    content: "";
    display: block;
    width: 30%;
    background: rgb(168, 168, 168);
    height: 2px;
    margin: 10px 0 0;
}

a, a:visited {
    color: #c29533;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
    color: black;
}
/*------------------------------------------------*/
/* HEADER STYLE */
/*------------------------------------------------*/
.header-top {
    background-color: #FFFFFF;
    padding: 5px 0;
    color: #060606;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    border-bottom: 1px solid #BAB7B7;
}
.header-top span {
	text-align: center;
	display:block;
}
span.social-icons {
    float: right;
    margin-left: 20px;
}
.navbar-brand {
	max-width: 150px;
	height: 110px;
}
.navbar {
	min-height: 130px;
	border: none;
	border-bottom: 10px solid #e0e0e0;
	margin-bottom: 0;
}

.navbar-nav>li>a {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.01rem;
}

.caret {
    /* display: inline-block;
    width: 0;
    height: 0; */
    margin-left: 5px;
    /* vertical-align: middle; */
    border-top: 8px dashed;
    border-top: 4px solid\9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.navbar-nav>li.active>a {
    background: #e0e0e0;
    color: #c29533;
}
li.dropdown .caret {
	display:none;
}

.dropdown-menu>li>a {
    padding:5px 20px;
}

.dropdown-menu {
    top: 90%;
    font-size: 17px;
}
.navbar-toggle {
    margin-top: 40px;
}


/*------------------------------------------------*/
/* FOOTER STYLE */
/*------------------------------------------------*/

footer p {
    font-size: 12px;
    letter-spacing: 0.01rem;
    /* border-top: 1px solid #ddd; */
    margin: 30px 0 10px;
    padding: 15px 0;
	 line-height: 23px;
}

footer a:hover {
    color: #fff !important;
}

footer a:visited {
    color: #fff !important;
}

.footer-bottom {
	margin-top: 20px;
	max-height: 0;
	overflow: hidden;
	transition:max-height .8s ;
}
.footer-bottom.tall {
	max-height: 3000px;
}

/*------------------------------------------------*/
/* PANE & CONTENT STYLES */
/*------------------------------------------------*/
.topBGImage {
    background: transparent url(images/tlrd-bg-img_1500.jpg) no-repeat top left;
    background-size: cover;
}
#topContentPaneBG {
    background: rgba(0,0,0,.8);
}

.ContentPaneTop * {
    color: white;
}
.ContentPaneTop .Normal {
      font-size: 19px;
  line-height: 28px;
}


#midContentPaneBG {
    background: rgba(255,255,255,.85);
}
#dnn_ContentPaneTop,
#dnn_ContentPaneMid,
#dnn_ContentPaneMidLeft,
#dnn_ContentPaneMidRight {
    padding-top: 50px;
    padding-bottom: 50px;
	 z-index:1;
}


.TwoColumn h2 span.titleH02 {
    display:block;
    color: #c29533;
    text-transform: uppercase;
    font-size: 21px;
}

.TwoColumn h2 span.titleH02:after {
    margin: 15px 0 0;
    content: "";
    width: 20%;
    height: 1px;
    background: #BBB;
    display: block;
}
.White-Background {
	background: white;
	border: 1px solid #c7c5c5;
	padding: 30px;
}
.White-Background > h2 {
    padding: 0;
    margin: 0 0 20px;
    color: #c29533;
    text-transform: uppercase;
    font-size: 21px;
    text-align: center;
}
.home-page #midContentPaneBG .White-Background {
    margin: -80px 0;
}
div#dnn_ContentPane {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/


/*------------------------------------------------*/
/* PARAGRAPH STYLE */
/*------------------------------------------------*/


/*------------------------------------------------*/
/* IMAGE STYLES */
/*------------------------------------------------*/

img {
	max-width: 100%;
}


/*------------------------------------------------*/
/* lIST STYLE */
/*------------------------------------------------*/



/*------------------------------------------------*/
/* TABLE STYLE */
/*------------------------------------------------*/


/*------------------------------------------------*/
/* FORM STYLE
/*------------------------------------------------*/
.form-control {
    border-radius: 0px;
    border: 1px solid #818181;
}


/*------------------------------------------------*/
/* BUTTONS STYLE */
/*------------------------------------------------*/

.btn {
    border-radius: 0px;
    font-size: 17px;
}

.btn-primary {
    background: white;
    color: #c29533;
    border-color: #c29533;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: white;
    background-color: #c29533;
    border-color: #997320;
}
/*------------------------------------------------*/
/* ADMIN OVERRIDES */
/*------------------------------------------------*/
.DNNEmptyPane {
    padding: 0 !important;
    border: none !important;
    height: 0 !important;
    min-height: 0 !important;
}

.dnn_mact > li.actionMenuMove > ul li {
    height: 30px;
}
#ControlBar_ControlPanel * {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/*------------------------------------------------*/
/* Media Queries */
/*------------------------------------------------*/

@media (min-width: 768px) {

	.header-top .emergency {
	  float: left;
	  text-align: left;
	}

	.header-top .call {
	  float: right;
	  text-align:right;
	}

	.navbar-nav>li>a {
		padding: 70px 5px 30px;
		font-size: 14px;
	}
	li.dropdown:hover > ul.dropdown-menu  {
		 display: block;
	}

	li.dropdown .caret {
		display:inline-block;
	}
	h1 span.emphasis {
    line-height: 90px;
	  font-size: 80px;
	}
	h1 {
		 font-size: 29px;
	}
	.ContentPaneTop .Normal {
		 font-size: 24px;
		 line-height: 32px;
	}
	h2 {
		font-size: 30px;
	}
	.TwoColumn h2 span.titleH02 {
		 text-align: center;
	}
	.TwoColumn h2 span.titleH02:after {
		 margin: 15px auto 30px;
	}
	.topBGImage {
		 margin-bottom: 30px;
	}
	.TwoColumn .content {
		-moz-column-count: 2;
		-moz-column-gap: 30px;
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
	}
.navbar-right .dropdown-menu {
	left: 0;
  right: auto;
  }
}

@media (min-width: 992px) {
	.navbar-nav>li>a {
    padding: 70px 15px 30px;
	 font-size: 16px;
	}

}

/****** SEAMLESS GUTTERS SITE *******/

#seamless .navbar {
    background: transparent url(images/leaves_w1920.jpg) no-repeat center center / cover;
		border-bottom: 10px solid #E3EFC9;
}
#seamless .topBGImage {
    background: #96B58B;
}

#seamless h1 span.emphasis {
    color: #92AD5D;
}
#seamless .navbar-default .navbar-nav>.active>a,
#seamless .navbar-default .navbar-nav>.active>a:focus,
#seamless .navbar-default .navbar-nav>.active>a:hover {
    background: #99B367;
    color: #fff;
}
