html {

}

body {
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: 'Caudex', serif;  /* a certain font may creating alignment issues unless line-height is being used to fix it */
	font-size: 1rem;
	line-height: 1.8rem;
	font-weight: 400;
	background-color: #FFFFFF;
	-webkit-font-smoothing: antialiased;
}


#slidingComments {
	margin-top: 10px;
	/* [disabled]margin-bottom: 20px; */
}
/* Use Top-Margin to push content below the header */
.content {
	margin-top: 0px;
	margin-bottom: 12px;
	padding-top: 0px;
	/* [disabled]background-color: #000; */
}
.content .contentBackgr {
	border-radius: 0px;
	/* [disabled]background-color: rgba(98,73,50,1); */
	/* [disabled]padding-top: 10px; */
}
.content p {
	/* Mobile font */
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 12px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.3rem;
	color: #768087;
	/* [disabled]padding-top: 4px; */
	padding-bottom: 6px;
	/* [disabled]text-align: left; */
}
.row {
	width: 100%;
	display: block;
	clear: both;
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Domine', serif;
	font-weight: 700;
	letter-spacing: 1px;
}

.itemVideoContainer p {
	font-size: 17px;
	line-height: 15px;
	color: #fff;
	padding-top: 16px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	font-weight: 500;
}



blockquote {
    padding: 10px 20px 10px 20px;
    margin: 10px 0px 20px 0px;
    border-left: 5px solid #eee;
    font-style:italic;
}

.child {
	display: table-cell;
	text-align: center;
	min-height: 100px;
	min-width: 100px;
}

/* Menu modifications */
.subMenuDivider {
	background-color: #FFFFFF!important;
	padding-top: 12px;
	/* [disabled]padding-right: 4px; */
	/* [disabled]padding-left: 4px; */
	padding-bottom: 8px;
	text-align: center;
	color: #B9B9B9!important;
	font-size: 0.9rem;
	font-weight: bold;
	letter-spacing: 2px;
}


/* Title tags */
h1 {
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 2.4rem;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	color: #00518F;
	/* [disabled]text-align: center; */
}
h2 {
	font-size: 1.6rem;
	line-height: 1rem;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #868686;
	/* [disabled]text-align: center; */
	/* [disabled]letter-spacing: 1px; */
	/* [disabled]font-style: italic; */
	text-transform: none;
	font-weight: normal;
}
h3 {
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.6rem;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 12px;
	color: #00518F;
	margin-top: 17px;
	/* [disabled]text-transform: uppercase; */
}
h4 {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.8rem;
	/* [disabled]margin-top: 20px; */
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 8px;
	color: #818181;
	/* [disabled]letter-spacing: 1px; */
	text-transform: uppercase;
}
h5 {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.4rem;
	margin-top: 40px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	color: #D5D5D5;
	/* [disabled]letter-spacing: 1px; */
	text-transform: none;
}
h6 {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.2rem;
	margin-top: 0px;
	/* [disabled]margin-right: 30px; */
	margin-left: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0px;
	/* [disabled]text-align: right; */
	/* [disabled]margin-right: 30px; */
	padding-bottom: 0px;
	display: block;
}

.sectionHeading {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 12px;
	font-size: 1.4rem;
	line-height: 1rem;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	color: #8BCBFB;
}

.secHeadingOnDark {
	color: #fff;
}

.secHeadingOnLight {
	color: #ccc;
}

/* Slide Show on main page /*  @media only screen and (max-width : 700px) {
    /* Show large   */
    .slider_Large {
	display: none;
    }


a {
	/* [disabled]color: inherit; */
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: inherit;
	background-color: transparent;
}

/* for scrolling on a page. The TOP is determined by the height of the header so no content gets hidde */
#goToTop {
	display: block;
	position: relative;
	top: 80px;
	visibility: hidden;
}
.anchorOffset {
	display: block;
	position: relative;
	top: 160px;
	visibility: hidden;
}

/*.enableLinks a {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
	background-color: transparent;
} */

.enableLinks a {
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 0px;
	text-decoration: underline;
	/* [disabled]text-decoration-color: #FBB825; */
	color: #768087;
	white-space: nowrap;
	transform: .6s;
}
.enableLinks a:hover {
	color: #076BB4;
	text-decoration: none;
	/* [disabled]font-style: italic; */
}


/* Nav Links for FAQs menus */
.content .subMenuWrapper {
	/* [disabled]border-top-right-radius: 6px; */
	/* [disabled]border-top-left-radius: 6px; */
	/* [disabled]padding-top: 1px; */
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	/* [disabled]border-color: #7F7F7F; */
	/* [disabled]border-style: solid; */
	/* [disabled]border-left-width: 1px; */
	/* [disabled]border-right-width: 1px; */
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-top-width: 1px; */
	margin-bottom: 12px;
	background-color: #FFFFFF;
}
.content .subMenuWrapper p {
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: center;
	margin: 0;
	color: #888888;
	font-size: 1.4rem;
	line-height: 1rem;
}

.contentSub {
	margin-bottom: 4rem;
}	
.menuSide {
	margin-top: 30px;
}
.menuSideSub {
	margin-top: 20px;
}

.content .secondaryMenu {
	/* [disabled]border-radius: 6px; */
	/* [disabled]padding-top: 2px; */
	/* [disabled]padding-right: 2px; */
	/* [disabled]padding-left: 2px; */
	/* [disabled]padding-bottom: 2px; */
	border: 1px solid #FFFFFF;
	margin-top: 10px;
}
.content .secondaryMenu ul {
	list-style-type: none;
	padding: 0px;
}
.content .secondaryMenu ul li {
	padding: 0;
	/* [disabled]margin-top: 1px; */
	/* [disabled]margin-right: 1px; */
	/* [disabled]margin-left: 1px; */
	margin-bottom: 0px;
}
.content .secondaryMenu a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	text-align: center;
	font-size: 1.2rem;
	padding-top: 14px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #9FD6FF;
	/* [disabled]border-radius: 6px; */
	transition-duration: .5s;
	border: 1px solid #FFFFFF;
	transition: .6s;
}
.content .secondaryMenu a:link {    /* unvisited link */

}
.content .secondaryMenu a:visited {    /* visited link */
	/* [disabled]background-color: #FFFFFF; */
	/* [disabled]color: #7F7F7F; */
}
.content .secondaryMenu a:hover {    /* mouse over link */
	background-color: #0093FF;
	color: #FFFFFF;
}
.content .secondaryMenu a:active {    /* active link */
	/* [disabled]background-color: #FFFFFF; */
	/* [disabled]color: #000000; */
}
.content .secondaryMenu a:focus {
	background-color: #FFFFFF;
	color: #000000;
}


/* Nav Links for tertiary menus */
.content .tertiaryMenu {
	/* [disabled]background: #fff; */
	/* [disabled]border-radius: 4px; */
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border: 1px solid #FFFFFF;
}
.content .tertiaryMenuBG {
	/* [disabled]border-bottom-left-radius: 4px; */
	/* [disabled]border-bottom-right-radius: 4px; */
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	/* [disabled]border: solid 1px #7F7F7F; */
	background-color: #8A8A8A;
	margin-bottom: -3px;
}
.tertiaryMenuHeader {
	padding: 0;
	margin: 0;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
}
.content .tertiaryMenu ul {
	list-style-type: none;
	padding: 0px;
}

.content .tertiaryMenu ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	background-image: none;
}
.content .tertiaryMenu a {
	text-decoration: none;
	color: #000000;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	padding-top: 14px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 14px;
	background-color: #FFFFFF;
	border-radius: 0px;
	border: 1px solid #FFFFFF;
	transition-duration: .5s;
	transition: all .5s ease;
}
.content .tertiaryMenu a:hover {
	background-color: #fbb825;
	color: #000000;
}
.content .tertiaryMenu a:active {
	/* [disabled]background-color: #ed1d24; */
	color: #fff;
}

/* menu mods */
.content .secondaryMenu.menuBiggerFont a {
	font-size: 110%;
}


/* with icons */ 
.content .tertiaryMenuWithIcons {
	/* [disabled]background: #F3B559; */
	/* [disabled]border-radius: 4px; */
	/* [disabled]padding: 2px; */
	/* [disabled]border: solid 1px #7F7F7F; */
}
.content .tertiaryMenuWithIcons ul {
	list-style-type: none;
	padding: 0px;
}

.content .tertiaryMenuWithIcons ul li {
	list-style-type: none;
	list-style-image: none;
	background-image: none;
	background-color: #ccc;
	margin-bottom: 2px;
}
.content .tertiaryMenuWithIcons a {
	text-decoration: none;
	color: #3C2313;
	display: block;
	text-align: center;
	font-size: 1.3rem;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	border-radius: 0px;
	/* [disabled]border: 1px solid #3C2313; */
	transition-duration: .5s;
	transition: all .5s ease;
}
	.content .tertiaryMenuWithIcons ul li a .menuIcon {
	font-size: 1.6rem;
	margin-bottom: 6px;
	opacity: .6;
	}
	.content .tertiaryMenuWithIcons ul li a .menuText {
		font-size: 1.4rem;
	}
	
	.content .tertiaryMenuWithIcons ul li a .menuText span {
		display: block;
		font-size: 1.2rem;
		font-weight: normal;
	}

.content .tertiaryMenuWithIcons a:hover {
	background-color: #E97337;
	color: #fff;
}
.content .tertiaryMenuWithIcons a:active {
	background-color: #000;
	color: #fff;
}


#faqIndex a {
	color: #000000;
	cursor: pointer;
	border-radius: 5px 5px 0px 0px;
	font-stretch: wider;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 0px;
	font-size: 20px;
	line-height: 30px;
}

#faqIndex a:hover {
	color: #000000;
	font-size: 20px;
	border-radius: 5px 5px 0px 0px;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	background-color: transparent;
}
#faqIndex a:active {
	color: #fff;
	font-size: 20px;
	border-radius: 5px 5px 0px 0px;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	background-color: #000;
}

img {
	max-width: 100%;
	vertical-align: middle;
	transition: filter 0.3s;
}

img.lazyload {                
	width: 100%;
	filter: blur(8px);
}

.imgInsert a {
	opacity: 1;
	/* [disabled]transition: opacity .5s ease-out; */
	/* [disabled]-moz-transition: opacity .5s ease-out; */
	/* [disabled]-webkit-transition: opacity .5s ease-out; */
	/* [disabled]-o-transition: opacity .5s ease-out; */
}
.imgInsert a:hover {
	/* [disabled]opacity: 1; */
	/* [disabled]transition: opacity .5s ease-out; */
	/* [disabled]-moz-transition: opacity .5s ease-out; */
	/* [disabled]-webkit-transition: opacity .5s ease-out; */
	/* [disabled]-o-transition: opacity .5s ease-out; */
}

/* Logos in a row */
.content .layoutLogos {
	/* [disabled]background: #fff; */
	/* [disabled]border-radius: 4px; */
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	/* [disabled]border: solid 1px #7F7F7F; */
}
.content .layoutLogos ul {
	list-style-type: none;
	padding: 0px;
}

.content layoutLogos ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	background-image: none;
}
	
.content .layoutLogos ul li img {
	margin-right: auto;
	margin-left: auto;
}

/* Layout Elements */
	
	/* ==============
	Containers
	============== */
	.container-wrapper {
		width: 90%;
		max-width: 1200px;
		margin: 0 auto;
	}
	.container-flex {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}	



/* --- Did you know? --*/
#wrapperDidYouKnow {
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#bgDidYouKnow {
	background-color: #FBB825;
	margin-bottom: 6px;
	padding:8px;
}
#bgDidYouKnow #headerDidYouKnow {
	background-color: #000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 6px;
	padding-left: 6px;
}
#bgDidYouKnow #headerDidYouKnow h1 {
	color: #FBB825;
	font-size: 1.6rem;
	line-height: 1.2rem;
	text-align: center;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0;
}
#bgDidYouKnow #contentDidYouKnow {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 12px;
}
#bgDidYouKnow #contentDidYouKnow h2 {
	color: #000000;
	font-size: 1.6rem;
	line-height: 1.4rem;
	/* [disabled]padding-top: 10px; */
	padding-right: 0px;
	padding-left: 0px;
	/* [disabled]padding-bottom: 10px; */
	margin-bottom: 6px;
}
#bgDidYouKnow #contentDidYouKnow p {
	color: #000;
	font-size: 1rem;
	line-height: 1.4rem;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}



a.button {
    display:inline-block;
    font-size:15px;
    font-weight:400;
    line-height:157%;
    margin:10px 0;
    color:#FFFFFF;
    text-decoration:none;
    padding:15px 30px;
    background-color:#9BCB43;
    border:0 solid;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;
    cursor:pointer;
    text-align:center;
    transition: all 0.4s linear 0s;
}
a.button:hover {
    background-color:#8FBF35;
    color:#FFFFFF;
    font-size:15px;
    font-weight:400;
}
a.button:active {
    background-color:#8FBF35;
    font-size:15px;
    font-weight:400;
    box-shadow:0 3px 2px 0 rgba(0, 0, 0, .13) inset;
    color:#FFFFFF;
    -moz-box-shadow:0 3px 2px 0 rgba(0, 0, 0, .13) inset;
    -webkit-box-shadow:0 3px 2px 0 rgba(0, 0, 0, .13) inset;
}

/* Tooltips */
a[data-tool-tip] {
	position: relative;
}

a[data-tool-tip]::after {
	content: attr(data-tool-tip);
	display: block;
	position: absolute;
	background-color: #000;
	padding: .8em 2em;
	color: #fff;
	border-radius: 5px;
	font-size: .8em;
	bottom: 0%;
	left: 0;
	white-space: nowrap;
	transform: scale(0);
	transition: 
		transform ease-out 150ms,
		bottom ease-out 150ms;
}
a[data-tool-tip]:hover::after {
	transform: scale(1);
	bottom: 100%;
}

/* link decorations */
a[href^=".pdf"]::after {
	/*font-family: "Font Awesome 5 Pro";
	content: " \f1c1";
	font-weight: 400;
	color: #f5b062;
	vertical-align: top;*/
}

a[href^="http"]::after {
/*	font-family: "Font Awesome 5 Pro";
	content: " \f35d";
	font-size: .8em;
	font-weight: 400;
	color: #f5b062;
	padding-right: 14px; */
		/* moves icon */
	/* line-height: .5em;
	vertical-align: bottom;*/
}

/* Dividers */
.dividerImage {
	background-image: url(../images/miscellanous/divider.png);
	height: 60px;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-bottom: 40px;
	background-size: contain;
	background-position: center;
	
}
.addDivider::before {
	font-family: "Font Awesome 5 Pro";
	content: " \f0e7";
	font-size: 1em;
	font-weight: 900;
	color: #f5b062;
	display: block;
	margin-bottom: 10px;
	margin-top: 20px;
}
/* Add Counters */
.listWithCounter {
	background-color: #ccc;
	margin-top: 30px;
	padding: 5em 8em;
	
	counter-reset: counter-name;
}
.addCounter {
	position: relative;
}
.addCounter::before {
	counter-increment: counter-name;
	/*content: counter(counter-name) ") ";*/
	content: counter(counter-name);
	position: absolute;
	left: -2.5em;
	top: -.5em;
	background: #fff;
	height: 2em;
	width: 2em;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	border: 3px solid #000;
	color: #000;
	box-sizing: inherit;
}
/* change color of header when mouse moves over any part of the container */
.content .serviceContainer:hover .serviceHeader {
	background-color: #E9F4FF;
	/* [disabled]border-bottom: 3px solid #ed1d24; */
}
.content .serviceContainer:hover .serviceHeaderTitle p {
	color: #777777;
	/* [disabled]font-style: italic; */
	/* [disabled]font-weight: bold; */
	/* [disabled]text-transform: uppercase; */
}


.serviceHeader a, .serviceHeader a:active {
	color: #9E9E9E!important;
	text-decoration: none;
	margin-right: 10px;
}
.content .serviceContainer:hover .serviceHeader a {
	color: #575757!important;
}


#pageTitle {
	border-top: 0px solid rgba(255,255,255,0.40);
	padding-top: 10rem;
	padding-bottom: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background-attachment: fixed;
}
.pageTitleTransparency {
	background-color: #0086EF;
	margin-bottom: 2rem;
	/* [disabled]margin-top: -80px; */
	z-index: 5000;
	border-bottom: 2px solid #FFFFFF;
	border-top: 6px solid #FFFFFF;
}
#pageName p {
	/* [disabled]font-family: 'Open Sans Condensed', sans-serif; */
	text-align: left;
	font-size: 1.4rem;
	color: #FFFFFF;
	font-weight: 400;
	letter-spacing: 1px;
	padding-top: 0.8rem;
	padding-bottom: 0.4rem;
	/* [disabled]border-radius: 6px 6px 0px 0px; */
	line-height: 1.2rem;
	/* [disabled]background-color: #FFFFFF; */
	/* [disabled]font-style: italic; */
	text-transform: none;
	margin-bottom: 0px;
}



#tagline {
	clear: both;
	margin-bottom: 20px;
	/* [disabled]margin-top: 20px; */
	/* [disabled]border-top: 1px solid #ccc; */
	/* [disabled]border-bottom: 1px solid #ccc; */
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: rgba(245,176,98,0.43);
}
#tagline p {
	/* [disabled]font-family: 'Tangerine', cursive; */
	font-weight: 300;
	font-size: 40px;
	color: #7b2629;
	text-align: center;
	line-height: 26px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* Announcements  */
.AnnouncementsCont {
	clear: both;
	/* [disabled]width: 96%; */
	margin-top: 10px;
	/* [disabled]margin-right: 10px; */
	/* [disabled]margin-left: 10px; */
	margin-bottom: 40px;
	/* [disabled]background-color: #DF1417; */
}
.announcementsCol {
	width: auto;
	min-height: 50px;
}
#headerAnnouncements {
	padding-top: 0.4rem;
	padding-right: 0.4rem;
	padding-left: 0.4rem;
	padding-bottom: 0.4rem;
	color: #FFFFFF;
	background-color: #B8024D;
	font-weight: 700;
	/* [disabled]border-top-right-radius: 8px; */
	/* [disabled]border-top-left-radius: 8px; */
	text-align: center;
	margin-top: 40px;
	font-size: 1.5rem;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	/* [disabled]border-bottom-width: 1px; */
	
}
#contAnnouncements {
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 50px;
	background-position: left top;
	padding-top: 20px;
	padding-bottom: 16px;
	/* [disabled]border-bottom-left-radius: 6px; */
	/* [disabled]border-bottom-right-radius: 6px; */
	/* [disabled]border-top-right-radius: 10px; */
	border-left: 3px solid #B8024D;
	border-right: 3px solid #B8024D;
	border-bottom: 3px solid #B8024D;
	border-top-color: #000000;
	border-top-style: solid;
	/* [disabled]border-top-width: 3px; */
	width: auto;
	margin-top: 0px;
	margin-bottom: 60px;
}
.itemCont {
	margin-bottom: 10px;
}
.announceItemTitle {
	float: left;
	width: 70px;
	clear: left;
	margin-bottom: 0px;
}
#contAnnouncements .announceItemTitle p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #000;
}
.announceItemDescr {
	float: left;
}
#contAnnouncements .announceItemDescr p {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-weight: 400;
	
}

#contAnnouncements p {
	text-align: justify;
	font-size: 1.7rem;
	color: #000000;
	/* [disabled]font-weight: 300; */
	text-align: left;
	line-height: 2rem;
	/* [disabled]font-family: 'Marck Script', cursive; */
}
#contAnnouncements a {
	color: #FFFFFF;
	text-decoration: underline;
}

#contAnnouncements a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.announceButton {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.AnnouncementsCont .announceButton a{
	color: #fff;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-radius: 6px;
	background-color: #1A9082;
	border: 2px solid #fff;
	font-size: 24px;
}
.AnnouncementsCont .announceButton a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1EB5A4;
}
#contAnnouncementTitle {
	/* [disabled]background-color: #EBD22A; */
	border-radius: 4px 4px 0px 0px;
	/* [disabled]padding-top: 10px; */
	padding-right: 10px;
	padding-left: 10px;
	/* [disabled]padding-bottom: 8px; */
	width: auto;
}
#contAnnouncementTitle p {
	font-size: 32px;
	color: #147F76;
	font-weight: 900;
	text-align: center;
	line-height: 28px;
	letter-spacing: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-transform: uppercase;
	/* stroke */
	text-shadow: 2px 0px 0px rgba(0,0,0,1.00),rgb(255, 255, 255) 2.83487px 0.981584px 0px,rgb(255, 255, 255) 2.35766px 1.85511px 0px,rgb(255, 255, 255) 1.62091px 2.52441px 0px,rgb(255, 255, 255) 0.705713px 2.91581px 0px,rgb(255, 255, 255) -0.287171px 2.98622px 0px,rgb(255, 255, 255) -1.24844px 2.72789px 0px,rgb(255, 255, 255) -2.07227px 2.16926px 0px,rgb(255, 255, 255) -2.66798px 1.37182px 0px,rgb(255, 255, 255) -2.96998px 0.42336px 0px,rgb(255, 255, 255) -2.94502px -0.571704px 0px,rgb(255, 255, 255) -2.59586px -1.50383px 0px,rgb(255, 255, 255) -1.96093px -2.27041px 0px,rgb(255, 255, 255) -1.11013px -2.78704px 0px,rgb(255, 255, 255) -0.137119px -2.99686px 0px,rgb(255, 255, 255) 0.850987px -2.87677px 0px,rgb(255, 255, 255) 1.74541px -2.43999px 0px,rgb(255, 255, 255) 2.44769px -1.73459px 0px,rgb(255, 255, 255) 2.88051px -0.838247px 0px;
	margin: 0px;
}

/* add icon in front of header */
#contAnnouncementTitle p::before {
	font-family: "Font Awesome 5 Pro";
	font-size: 1em;
	font-weight: 400;
	color: #f5b062;
	/*content: "\f0a1";*/
	padding-right: 14px;
		/* moves icon */
	line-height: .5em;
	vertical-align: bottom;
}


#commentsSliding {
	margin-top: 0px;
	/* [disabled]margin-bottom: 30px; */
}
#commentsSliding h1 {
	font-size: 30px;
	color: #AAAAAA;
	font-weight: 700;
	text-align: center;
	line-height: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#logosSliding {
	
}
#logosSliding h1 {
	font-size: 30px;
	color: #AAAAAA;
	font-weight: 700;
	text-align: center;
	line-height: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#logosStationary {
	
}
#logosStationary h1 {
	font-size: 1.4rem;
	color: #CCCCCC;
	font-weight: normal;
	text-align: center;
	line-height: 1rem;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-transform: uppercase;
}

/* Containers */

	.content #pageContent {
	margin-bottom: 1rem;
	margin-top: 2rem;
	}	
	.content #pageContent .contentHeader  {
	padding-top: 4px;
	padding-right: 10px;
	/* [disabled]padding-left: 20px; */
	padding-bottom: 0px;
	/* [disabled]border-radius: 5px 5px 0px 0px; */
	background-color: #FFFFFF;
	/* [disabled]display: flex; */
	/* [disabled]justify-content: space-between; */
	transition: .6s;
	border-bottom: 3px solid #000000;
	z-index: 1000;
	margin-bottom: 10px;
	}
	.content #pageContent .contentHeader h4 {
	color: #000000;
	font-size: 1.6rem;
	font-weight: bold;
	padding-top: 6px;
	/* [disabled]padding-right: 10px; */
	/* [disabled]padding-left: 20px; */
	padding-bottom: 6px;
	margin: 0;
	text-align: center;
	}


	.content #highlights {
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	/* [disabled]margin-top: 3rem; */
	margin-bottom: 1rem;
	}	
	.content #highlights .highlightsHeader {
	padding-top: 4px;
	padding-right: 10px;
	/* [disabled]padding-left: 20px; */
	padding-bottom: 0px;
	/* [disabled]border-radius: 5px 5px 0px 0px; */
	background-color: #FFFFFF;
	/* [disabled]display: flex; */
	/* [disabled]justify-content: space-between; */
	transition: .6s;
	/* [disabled]border-bottom: 3px solid #000000; */
	z-index: 1000;
	}
	.content #highlights .highlightsHeader h4 {
	color: #000000;
	font-size: 2.2rem;
	font-weight: 700;
	padding-top: 4px;
	/* [disabled]padding-right: 10px; */
	/* [disabled]padding-left: 20px; */
	padding-bottom: 16px;
	margin: 0;
	text-align: center;
	}
	
	.content .serviceContainer {
	margin-bottom: 20px;
	background-color: #F4FAFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	transition: all .6s;
	}
	.content .serviceContainer:hover {
	background-color: #E9F4FF;
	}
	
	.content .serviceHeader {
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 0px;
	/* [disabled]border-radius: 5px 5px 0px 0px; */
	background-color: #F4FAFF;
	display: flex;
	justify-content: space-between;
	transition: .6s;
	/* [disabled]border-bottom: 3px solid #000000; */
	z-index: 1000;
	}
	.content .serviceHeader .serviceHeaderTitle {
		justify-content: flex-start;
	}
	.content .serviceHeader .serviceHeaderTitle p {
	font-weight: bold;
	font-size: 1.3rem;
	/* [disabled]line-height: 1rem; */
	color: #8E8E8E;
	transition: all .4s;
	padding-top: 4px;
	text-transform: none;
	margin-left: 0px;
	letter-spacing: 1px;
	}

	.content .serviceHeader .serviceHeaderMenu {
		justify-content: flex-end;

	}

	.content .menuItemContainer {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	/* [disabled]padding-bottom: 10px; */
	margin-top: 14px;
	border-radius: 6px;
	background-color: rgba(66,123,116,0.09);
	 }
	.content .serviceContainer .menuItemDescr {
	/* [disabled]margin-left: 10px; */
	/* [disabled]margin-top: 4px; */
	}
	.content .serviceContainer .menuItem {
	float: left;
	}
	.content .serviceContainer .menuPrice {
		float: right;
	}
		.content .menuPrice .narrow {
			width: 80px;
		}
		.content .menuPrice .wide {
	width: 200px;
	/* [disabled]background-color: #ccc; */
		}
	.content .menuItem p {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	color: #000000;
	line-height: 24px;
	font-size: 26px;
	margin-bottom: 0px;
	font-weight: 500;
	}
	.content .menuPrice p {
	padding: 0px;
	color: #000;
	font-size: 20px;
	text-align: right;
	line-height: 24px;
	}
	.content .menuItemDescr p {
	font-size: 20px;
	line-height: 24px;
	color: #525252;
	}


	.content .serviceContent {
	/* [disabled]padding-top: 3px; */
	/* [disabled]padding-right: 4px; */
	/* [disabled]padding-left: 4px; */
	/* [disabled]padding-bottom: 4px; */
	/* [disabled]background-color: #DCDCDC; */
	/* [disabled]border-left-color: #E8E8E8; */
	/* [disabled]border-style: solid; */
	/* [disabled]border-right-color: #E8E8E8; */
	/* [disabled]border-bottom-color: #3C2313; */
	/* [disabled]border-top-color: #B0E7E0; */
	/* [disabled]border-radius: 0px 0px 5px 5px; */
	opacity: 1;
	/* [disabled]border-left-width: 0px; */
	/* [disabled]border-right-width: 0px; */
	/* [disabled]border-bottom-width: 3px; */
	/* [disabled]border-top-width: 0px; */
	margin-bottom: 10px;
	}
	
	.content .serviceContent h2 {
	padding-top: 14px;
	padding-bottom: 2px;
	opacity: 0.8;
	color: #00A89A;
	text-align: left;
	line-height: 80%;
	font-size: 36px;
	border-left: 4px solid #B0E7E0;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-top: 1px solid #C7BFA7;
	margin-right: 6px;
	}
	.content .serviceContent H3 {
		padding-top: 0px;
		padding-bottom: 0px;
		line-height: 12px;
		font-size: 24px;
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 10px;
		padding-left: 14px;
	}
	.content .serviceContent H6 {
	/* [disabled]padding-top: 4px; */
	padding-bottom: 10px;
	line-height: 80%;
	font-size: 21px;
	color: #4B4B4B;
	font-weight: normal;
	}
	
	.grow:hover {
		-ms-transform: scale(1.05, 1.05); /* IE 9 */
		-webkit-transform: scale(1.05, 1.05); /* Safari */
		transform: scale(1.05, 1.05);
	}
	.transitionEffect {
		-webkit-transition: all 200ms ease-in;
		-webkit-transform: scale(1); 
		-ms-transition: all 200ms ease-in;
		-ms-transform: scale(1); 
		-moz-transition: all 200ms ease-in;
		-moz-transform: scale(1);
		transition: all 200ms ease-in;
		transition: all 200ms ease-out;
		-o-transition: all 200ms ease-out;
	}
	
	.columns2 {
	width: auto;
	padding: 0;
	margin-bottom: 20px;
	}
	.columns3 {
	width: auto;
	margin-bottom: 20px;
    }
	.columns4 {
		width: auto;
		margin-bottom: 20px;
    }	
	.columns5 {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
    }	
	.column3rd {
		float: none;
		width: auto;
    }
	.column4th {
		float: none;
		width: auto;
    }
    .columnOne3rd {
		float: none;
		width: auto;
    }
    .columnTwo3rd {
		float: none;
		width: auto;
    }
	.column-side {

	}

	.sectionBackground {
	padding: 15px;
	border-radius: 10px;
	background-color: #1A4572;
	margin-bottom: 20px;
	}

	.sectionBackGalleries {
	margin-top: 3rem;
	padding-top: 2rem;
	padding-bottom: 1rem;
	padding-left: 15px;
	padding-right: 15px;
	border-color: #666666 #ccc #464646;
	border-style: solid;
	/* [disabled]border-left-width: 3px; */
	/* [disabled]border-right-width: 3px; */
	/* [disabled]border-bottom-width: 11px; */
	border-top-width: 9px;
	background-color: #555555;
	background-image: url(../images/miscellanous/decoration-section.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 70px auto;
	}
	.sectionBackGalleries h1 {
	margin-top: 0;
	padding: 0;
	margin-bottom: 2rem;
	color: #B9B9B9;
	letter-spacing: 4px;
	font-weight: bold;
	text-align: center;
	}
	.sectionBackGalleries h4 {
	margin-top: 3rem;
	padding: 0;
	color: #B9B9B9;
	letter-spacing: 2px;
	text-align: center;
	}

/* Floats & aligns*/
.alignLeft {
	float: left;
	margin-top: 4px;
	margin-right: 16px;
	margin-bottom: 4px;
	border-radius: 5px;
	margin-left: -2px;
}
.alignRight {
	float: right;
	margin-top: 4px;
	margin-left: 16px;
	margin-bottom: 4px;
	border-radius: 5px;
	margin-right: -2px;
}
.floatLeft {
    float: left;
}
.floatLeftWithMargins {
	float: none;
	margin-right: auto;
	margin-bottom: 14px;
	margin-left: auto;
	margin-top: 4px;
}

.floatRight {
    float: right;
}
.clearFloat {
	float: none;
}
.centerText {
	text-align: center;
}
.noWrap {
	white-space: nowrap; /* prevents links from breaking into multiple lines*/
}
.paddingSides15 {
	padding-left: 15px;
	padding-right: 15px
}

/* Testimonials - GLOBAL (mobile first) */
	/*
	<div class="testimContainer">
		<div class="testimHeadline"><p>Headline</p></div>
		<div class="testimWriteup"><p>"Comments"</p></div>
		<div class="testimName"><p>Name</p></div>
	</div>
	*/
.testimContainer {
	background-color: #1E512C;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	/* [disabled]margin-top: -10px; */
	border-radius: 6px;
}
.testimHeadline {
	/* [disabled]background-color: #FFFFFF; */
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 0px;
	padding-top: 1%;
	/* [disabled]padding-bottom: 1%; */
	/* [disabled]margin-top: -10px; */
}
.testimHeadline p {
	color: #FFFFFF;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 8px;
	line-height: 90%;
}
.testimWriteup {
	background-color: #D9F1C7;
	padding-left: 3%;
	padding-right: 3%;
	/* [disabled]margin-bottom: 20px; */
	padding-top: 2%;
	padding-bottom: 2%;
	/* [disabled]margin-top: -10px; */
}

.testimWriteup p {
	font-family: 'Dancing Script', cursive;
	color: #1E512C;
	font-size: 140%;
}
.testimName {
	padding-left: 3%;
	padding-right: 6%;
	margin-bottom: 0px;
	/* [disabled]padding-top: 1%; */
	background-color: #183D22;
}
.testimName p {
	color: #D9F1C7;
	font-size: 100%;
	text-align: right;
	/* [disabled]padding-right: 40px; */
	padding-top: 6px;
	padding-bottom: 0px;
}

#faqIndex {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}


.imageRoundedCorners {
	border-radius : 6px;
	-moz-border-radius : 6px;
	-webkit-border-radius : 6px;
	/* [disabled]padding-top: 6px; */
	/* [disabled]padding-right: 6px; */
	/* [disabled]padding-left: 6px; */
	/* [disabled]padding-bottom: 6px; */
	/* [disabled]border: 2px solid #000000; */
}
.imageWithOutline {
	border-left: 5px solid rgba(255,255,255,1.00);
	border-right: 5px solid rgba(255,255,255,1.00);
	border-bottom: 8px solid rgba(255,255,255,1.00);
	border-top: 7px solid rgba(255,255,255,1.00);

}


/* Image Align (vertical) */
img.alignBase {
    vertical-align: baseline;
}

img.alignTop {
    vertical-align: text-top;
}

img.alignBottom {
	vertical-align: text-bottom;
}

img.alignSub {
    vertical-align: sub;
}

img.alignSuper {
    vertical-align: super;
}



/* Elements around content */

	/* add the class to the (likely <p>) element where quotes are required or reference the element here to automatically add quotes */
	.addQuotes::before { 
		content: url(../images/icons/leftQuotes.png);
	}
	.addQuotes::after { 
		content: url(../images/icons/rightQuotes.png);
	}
	.skin9 .skin9_p::before { 
		content: url(../images/icons/leftQuotes.png);
	}
	.skin9 .skin9_p::after { 
		content: url(../images/icons/rightQuotes.png);
	}


/* Call for Action bar  */ 
#call4actionContainer {
	clear: both;
	width: auto;
	/* [disabled]min-height: 100px; */
	/* [disabled]border-top: 1px solid rgba(14,52,15,1.00); */
	/* [disabled]border-bottom: 1px solid rgba(14,52,15,1.00); */
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
}
.call4actionButtonCont {
	float: none;
	/* [disabled]width: 70%; */
	/* [disabled]min-height: 100px; */
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
#call4actionHeader p {
	font-size: 42px;
	line-height: 24px;
	color: #1A9082;
	padding: 0px;
	text-transform: none;
	font-weight: 500;
	/* stroke */
	text-shadow: 2px 0px 0px rgb(255, 255, 255),rgb(255, 255, 255) 2.83487px 0.981584px 0px,rgb(255, 255, 255) 2.35766px 1.85511px 0px,rgb(255, 255, 255) 1.62091px 2.52441px 0px,rgb(255, 255, 255) 0.705713px 2.91581px 0px,rgb(255, 255, 255) -0.287171px 2.98622px 0px,rgb(255, 255, 255) -1.24844px 2.72789px 0px,rgb(255, 255, 255) -2.07227px 2.16926px 0px,rgb(255, 255, 255) -2.66798px 1.37182px 0px,rgb(255, 255, 255) -2.96998px 0.42336px 0px,rgb(255, 255, 255) -2.94502px -0.571704px 0px,rgb(255, 255, 255) -2.59586px -1.50383px 0px,rgb(255, 255, 255) -1.96093px -2.27041px 0px,rgb(255, 255, 255) -1.11013px -2.78704px 0px,rgb(255, 255, 255) -0.137119px -2.99686px 0px,rgb(255, 255, 255) 0.850987px -2.87677px 0px,rgb(255, 255, 255) 1.74541px -2.43999px 0px,rgb(255, 255, 255) 2.44769px -1.73459px 0px,rgb(255, 255, 255) 2.88051px -0.838247px 0px;
	margin: 0px;
	color: #7b2629;
	text-align: center;
}
.call4actionBarHeight {
	clear: both;
	padding-top: 0px;
}

#call2actionTopSpacing {
	margin-top: 60px;
	background-color: #00AD39;
}
	
a.button_call4Action {
	display: block;
	font-size: 32px;
	line-height: 32px;
	text-decoration: none;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
	/* [disabled]border-left-color: #7D7D7D; */
	/* [disabled]border-left-style: solid; */
	/* [disabled]border-left-width: 4px; */
	/* [disabled]border-right-color: #7D7D7D; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-right-width: 4px; */
	/* [disabled]border-bottom-color: #000000; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-width: 6px; */
	/* [disabled]border-top: 6px solid #000000; */
	/* [disabled]border-radius: 4px; */
	cursor: pointer;
	text-align: center;
	background-color: #E75E32;
	color: #FFFFFF;
	font-weight: 300;
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
}
a.button_call4Action:hover {
	/* [disabled]font-size: 30px; */
	color: #FFFFFF;
	background-color: #3F868A;
}
#cmsCall4Action p {
	font-size : 28px;
	color : #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	font-weight : 400;
	line-height : 120%;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-color: rgba(0,0,0,0.54);
	border-radius: 8px;
	text-align: center;
}
/* backgrounds */

	.backgrPhoto-left, .backgrPhoto-right {
	/*background-size: cover;*/
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
	background-repeat: no-repeat;
	width: auto;
	float: none;
	}
.bgPhoto-1 {
	background-image: url(../images/backgrounds/sections/half-1m.jpg);
}
.bgPhoto-2 {
	background-image: url(../images/backgrounds/sections/half-2m.jpg);
}
.bgPhoto-3 {
	background-image: url(../images/backgrounds/sections/half-3m.jpg);
}
.bgPhoto-4 {
	background-image: url(../images/backgrounds/sections/half-4m.jpg);
}

.pageTitleBG-1 {
	background-image: url(../images/backgrounds/pages/Main-m.jpg);
}
.pageTitleBG-2 {
	background-image: url(../images/backgrounds/pageTitles/Driveways-m.jpg);
}
.pageTitleBG-3 {
	background-image: url(../images/backgrounds/pageTitles/Steps-m.jpg);
}
.pageTitleBG-4 {
	background-image: url(../images/backgrounds/pageTitles/Walkways-m.jpg);
}
.pageTitleBG-5 {
	background-image: url(../images/backgrounds/pageTitles/Patios-m.jpg);
}
.pageTitleBG-6 {
	background-image: url(../images/backgrounds/pageTitles/Specialty-m.jpg);
}
.pageTitleBG-7 {
	background-image: url(../images/backgrounds/pageTitles/Finishes-m.jpg);
}
.pageTitleBG-FAQ {
	background-image: url(../images/backgrounds/pageTitles/FAQ-m.jpg);
}
.pageTitleBG-Main {
	background-image: url(../images/backgrounds/pageTitles/Main-m.jpg);
}
.pageTitleBG-Process {
	background-image: url(../images/backgrounds/pageTitles/Process-m.jpg);
}

.textCont-half-left, .textCont-half-right {
	width: auto;
	float: none;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.addParallax {
	z-index: 1;
	background-attachment: fixed;
	position: relative;
}

	.call4actionBackgr {
	background-position: center bottom;
	/* [disabled]background-size: cover; */
	/* [disabled]background-color: rgba(8,51,11,1.00); */
	background-repeat: no-repeat;
	/* [disabled]background-image: url(../images/backgrounds/call4actionMobile.jpg); */
	}

/* Footer */

	#footer .footerContainer {
	/* [disabled]min-height: 200px; */
	padding-top: 2px;
	background-position: left top;
	/* [disabled]background-size: cover; */
	/* [disabled]color: #FFFFFF; */
	/* [disabled]border-top: 4px solid rgba(51,102,0,0.70); */
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	/* [disabled]background-image: url(../images/backgrounds/footerBackMobile.jpg); */
	}
	#footer .footerContCol {
	clear: both;
	width: auto;
	/* [disabled]min-height: 100px; */
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-left: 0px;
	/* [disabled]padding-bottom: 2%; */
	}
	#footer .footerColLeft {
	float: none;
	width: 200px;
	/* [disabled]min-height: 100px; */
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	}
	#footer .footerColMiddle {
	float: none;
	width: 100px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	}
	#footer .footerColRight {
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	/* [disabled]padding-bottom: 10px; */
	padding-top: 10px;
	/* [disabled]background-color: rgba(160,160,160,1.00); */
	/* [disabled]border-radius: 6px; */
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	}
	#footerColRight1 {
	clear: left;

		
	}
	#footerColRight2 {
		
	}


#footer .footerContactRow {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	display: block;
	clear: both;
}
#footer .footerHeading {
	width: 80px;
	float: left;
	padding-right: 14px;
	/* [disabled]padding-left: 10px; */
	line-height: normal;
}
#footer .footerHeading p {
	line-height: 22px;
	color: #979797;
	font-size: 20px;
	text-align: left;
	margin-bottom: 6px;
}
#footer .footerContent {
	/* [disabled]float: left; */
	/* [disabled]width: auto; */
}
#footer .footerContent p {
	line-height: 20px;
	font-size: 20px;
	/* [disabled]margin-bottom: 2px; */
	text-align: left;
	color: #000;
	padding: 0px;
	background-color: #fff;
}
#footer .footerContent p a {
	color: #000000;
	font-size: 20px;
	line-height: 24px;
	height: 100%;
}
#footer .footerContent p a:hover {
	color: #000000;
}
	
#footer .footerContactInfo a {
	line-height: 20px;
	font-size: 20px;
	}		

#footer .footerText p {
		text-align: left;
		font-size:15px;
		margin-right:0px;
	}
#footer .footerEmail {
		font-size: 120%;
	}
#footer .footerPhone {
		font-size: 260%;
		letter-spacing: 1px;
	}
	img.logoFooterAssociation {
		padding-top: 2px;
		padding-right: 2px;
		padding-bottom: 2px;
		padding-left: 2px;
	}
	
	#logosFooter {
		width: auto;
		margin-top: 10px;
	}
	.footerContactInfo a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	cursor: hand;
	/* [disabled]font-weight: bold; */
	}

	#footerImage1Cont {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	float: left;
		
	}
	#footerImage2Cont {
	float: left;
	margin-bottom: 16px;
		
	}
	#footerImage3Cont {
	clear: both;
		
	}
	#footerImage4Cont {
		
	}
	#footerImage4Cont {
		
	}
		#footerImage1Size {
	width: auto;
	margin-top: 0px;
		}
		#footerImage2Size {
			width: auto;
			margin-top: 0px;
		}
		#footerImage3Size {
	width: auto;
	/* [disabled]margin-top: 26px; */
	margin-right: 10px;
		}
		#footerImage4Size {
			width: auto;
			margin-top: 0px;
		}

	.footerCopyright {
	/* [disabled]border-top: 3px solid rgba(160,160,160,1.00); */
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #432628;
	}
	.footerCopyright a {
		color: #fff;
	}
	.footerCopyright a:hover {
	color: #878787;
	}
	.footerCopyrightCol {
	width: auto;
	/* [disabled]min-height: 100px; */
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]padding-top: 10px; */
	}
	p.footerCopyrightText {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	color: #BCBCBC;
	/* [disabled]letter-spacing: 1px; */
	}
		
	


/* Image Resizing */
	.imageResize100width {
	max-width: 100%;
	height: auto;
	margin-bottom: 14px;
	}
	/* Make image 100% width on phones. Refer to Media Query below for sizing on larger screens. */
	.imageResizePercentage {
	width: 100%;
	max-width: 100%;
	height: auto;
	/* [disabled]display: block; */
	}
	.imageMinWidth200 {
	  width: 100%;
	  height: auto;
	  max-width: 200px;
	}

	.imageCenter {
		margin-left: auto;
		margin-right: auto;
	}


/* Page title properties */
.titleContFullWidth {
	clear: both;
	/* [disabled]min-height: 100px; */
	text-align: center;
	/* [disabled]padding-top: 1%; */
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: 1%;
	width: auto;
}

.divider {
	border-top: 1px solid #cccccc;
	padding-top: 10px;
	width: 400px;
	margin: auto;
}


/* Margins */
.marginBottom10 {
	margin-bottom: 10px;
}
.marginBottom20 {
	margin-bottom: 20px;
}
.marginBottom25 {
	margin-bottom: 25px;
}
.marginBottom30 {
	margin-bottom: 30px;
}
.marginBottom40 {
	margin-bottom: 40px;
}
.marginBottom50 {
	margin-bottom: 50px;
}
.marginTop5 {
	/* [disabled]margin-bottom: 10px; */
	margin-top: 5px;
}
.marginTop10 {
	/* [disabled]margin-bottom: 10px; */
	margin-top: 10px;
}
.marginTopPull10 {
	/* [disabled]margin-bottom: 10px; */
	margin-top: -10px;
}
.marginTop20 {
	margin-top: 20px;
}
.marginTop30 {
	margin-top: 30px;
}
.marginTop40 {
	margin-top: 40px;
}
.marginTop50 {
	margin-top: 50px;
}
.marginTop60 {
	margin-top: 60px;
}
.marginLeft10 {
	margin-left: 10px;
}
.marginLeft20 {
	margin-left: 20px;
}
.marginRight5 {
	margin-right: 5px;
}
.marginRight10 {
	margin-right: 10px;
}
.marginRight15 {
	margin-right: 15px;
}
.marginRight20 {
	margin-right: 20px;
}


.noBottomMargin {
	padding-bottom: 0px;
	margin-bottom: 4px;
}

.MaxColWidth {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 1200px;
}

.contFill {
	background-color: #FFFFFF;
	border-radius: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	/* [disabled]border: 1px solid rgba(131,131,131,0.30); */
	/* [disabled]margin-left: 10px; */
	/* [disabled]margin-right: 10px; */
}

.contSection1 {
	/* [disabled]padding-top: 10px; */
	/* [disabled]padding-right: 6px; */
	/* [disabled]padding-left: 6px; */
	/* [disabled]padding-bottom: 10px; */
	/* [disabled]border-bottom-color: #FFFFFF; */
	border-bottom-style: solid;
	/* [disabled]border-bottom-width: 10px; */
	border-top-color: #E0E0E0;
	border-top-style: solid;
	/* [disabled]border-top-width: 6px; */
	/* [disabled]background-color: #5A1411; */
	/* [disabled]margin-bottom: 10px; */
	margin-left: 0px;
	margin-right: 0px;
}

.wrapperLogosSliding {
	padding-top: 30px;
	padding-bottom: 0px;
	border-bottom: 7px solid #FFFFFF;
	border-top: 52px solid #8BCBFB;
	background-color: #FFFFFF;
	/* [disabled]margin-top: 20px; */
	margin-bottom: 20px;
}
.wrapperLogosStationary {
	padding-top: 30px;
	padding-bottom: 0px;
	border-bottom-color: #8A8D8F;
	border-bottom-style: solid;
	/* [disabled]border-bottom-width: 10px; */
	border-top: 38px solid #8BCBFB;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.wrapperCommentsSliding {
	padding-top: 20px;
	padding-bottom: 30px;
	border-bottom-color: #8A8D8F;
	border-bottom-style: solid;
	/* [disabled]border-bottom-width: 10px; */
	border-top: 3px solid #949494;
	background-color: #FFFFFF;
}

.contSection3 {
	padding: 10px 6px;
	border-bottom-color: #8A8D8F;
	border-bottom-style: solid;
	/* [disabled]border-bottom-width: 10px; */
	border-top-color: #8A8D8F;
	border-top-style: solid;
	/* [disabled]border-top-width: 6px; */
	background-color: #1ABFD2;
}





/* Padding */
.paddingTop10 {
	padding-top: 10px;
}
.paddingTop20 {
	padding-top: 20px;
}
.paddingTop30 {
	padding-top: 30px;
}
.paddingTop40 {
	padding-top: 40px;
}

.paddingLR20 {
	padding-left: 20px;
	padding-right: 20px;
}

.topSpacer4contentSlider {
	margin-top: 30px;
}

/* Top Slideshow mods */
	.slideshow-overlay-wrapper {
	position: absolute;
	bottom: 0px;
	z-index: 200;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	}
	.slidehow-overlay-container {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 8px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	padding-bottom: 4px;
	}
	.slidehow-overlay-container h2 {
	color: #808F8F;
	font-size: 1.4rem;
	margin: 0;
	text-align: center;
	font-weight: bold;
	margin-bottom: 4px;
	}
	.slidehow-overlay-container h3 {
	color: #8FA2A2;
	font-size: .9rem;
	margin: 0;
	text-align: center;
	font-weight: normal;
	}

/*-- ----------------------- MEDIA QUERIES --------------------- */

@media (min-width: 600px) {
	.slideshow-overlay-wrapper {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 200;
	width: 60%;
	margin: 0;
	max-width: 500px;
	}
	.slidehow-overlay-container {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 40px;
	border-radius: 0px 6px 0px 0px;
	padding-bottom: 12px;
	}
	.slidehow-overlay-container h2 {
		font-size: 1.9rem;
		text-align: left;
	}
	.slidehow-overlay-container h3 {
	font-size: 1.2rem;
	text-align: left;
	}


	/* Text mods */
	#logoBar h3 {
		color: #0770AF;
		text-align: center;
		font-weight: 700;
		/* [disabled]letter-spacing: 2px; */
		font-size: 160%;
	}


	/* YouTube Videos */
		/* Wrap a DIV with class 'responsiveVideo' around the YouTube embed code to make them responsive */
		.responsiveVideo {
			display:block;
			width:auto;
			height:426px;
			min-height:426px;
		}
		.responsiveVideo iframe {
			width:100%;
			height:100%;
		}

	/* Columns */
		.column-main {
			width: 60% 
		}
		.column-side {
		width: 30%;
		background-color: #ccc;
		}

	/* Google Maps */
		/* Wrap a DIV with class 'makeResponsive' around the Google embed code to make them responsive */
		.responsiveMap {
			overflow:hidden;
			padding-bottom:70%;
			/* Set Aspect Ratio */
			position:relative;
			height:0;
		}
		.responsiveMap iframe {
			left:0;
			top:0;
			height:100%;
			width:100%;
			position:absolute;
		}




	/* BACKGROUNDS  */ 
	/* Page Title Backgrounds */
	.welcome {
		background-image: url(../images/backgrounds/pageTitles/1.jpg);
		/* [disabled]background-repeat: no-repeat; */
	}
	.about {
		background-image: url(../images/backgrounds/pageTitles/2.jpg);
		/* [disabled]background-repeat: no-repeat; */
	}
	.faq {
		background-image: url(../images/backgrounds/pageTitles/3.jpg);
		/* [disabled]background-repeat: no-repeat; */
	}
	.listings {
		background-image: url(../images/backgrounds/pageTitles/4.jpg);
		/* [disabled]background-repeat: no-repeat; */
	}
	.contact {
		background-image: url(../images/backgrounds/pageTitles/5.jpg);
		/* [disabled]background-repeat: no-repeat; */
	}

	/* Boxes */
		/* Box backgrounds */
		.bgStyle1 {
		/* [disabled]background-image:url(../images/backgrounds/boxes/1.jpg); */
		}
		.bgStyle2 {
		background-image: url(../images/backgrounds/boxes/2.jpg);
		background-color: #1A4572;
		/* [disabled]padding-left: 20px; */
		/* [disabled]padding-right: 20px; */
		}
		.bgStyle3 {
			background-image:url(../images/backgrounds/boxes/3.jpg);
		}
		.bgStyle4 {
			background-image:url(../images/backgrounds/boxes/4.jpg);
		}
		.bgStyle5 {
			background-image:url(../images/backgrounds/boxes/5.jpg);
		}
		.bgStyle6 {
			background-image:url(../images/backgrounds/boxes/6.jpg);
		}

	/* ------------- End Boxes ------- */

	.transparent {
		color: transparent;
	}

	.noClickCursor {
		cursor: default;
		text-decoration: none!important;
		/* [disabled]color: #FFFFFF; */
	}
	.noClickCursor:hover {
		cursor: default;
		text-decoration: none!important;
	}


	/* used for Fontawesome */
	  .icon::before {
		position: relative;
		display: block;
		/*display: inline-block;*/
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
	  }

	/* Push down destinations for page anchors by the height of the fixed header */
		/* 	<div class="pushDownAnchor">
				<a id="basements"></a>
			</div>
		*/

	.pushDownAnchor {
		margin: -130px 0px 130px 0px;
		position: absolute;
		padding: 0px;
	}
	.pushDownAnchor a {
		color: transparent;
		background-color: transparent;
		border: 0px;
	}


	/* Hide information  */ 
		.hideOnPhones {
			display: none;
		}
		.hideOnLarge p {
		color: #ED3340;
		margin-left: 15px;
		margin-right: 15px;
		}

	/* Spacing of Sub Menu */
		#subMenu {
		margin-top: 30px;
		margin-botton: 0px;
		width: 380px;
		margin-left: auto;
		margin-right: auto;

		display: block;
		}
		#subMenuContainer {
		position: fixed;
		}

	/* Video */
	.videoResponsive {
		overflow:hidden;
		padding-bottom:50%;
		/* Set Aspect Ratio */
		position:relative;
		height:0;
	}
	.videoResponsive iframe {
		left:0;
		top:0;
		height:100%;
		width:100%;
		position:absolute;
	}




	/* Push slideshow down beyond mobile header  */
		.Spacer4SlideshowHeight {
		margin-top: 0px;
		/* [disabled]clear: both; */
		margin-bottom: 0px;
		/* [disabled]background-color: #FFFFFF; */
		}


	/* MOBILE: Move content + Slideshow down/up to show below sticky header - adjust height to content below the header.    */
	#page-content {
	float: none;
	width: auto;
	/* [disabled]background-position: right bottom; */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-attachment: fixed; */
	background-color: #FFFFFF;
	/* [disabled]padding-top: 60px; */
	}


	#row-mainSlider {
		/* [disabled]background-color: #FFFFFF; */

	}

	.contactInfoContainer {
		padding-left: 2%;
		padding-right: 6%;
		/* [disabled]z-index: -10; */
		/* [disabled]position: absolute; */
		padding-bottom: 0px;
		width: 90%;
		/* [disabled]background-color: #ccc; */
		float: right;
	}

	/* Effects */
		.stickyPrimary {
		position: sticky;
		position: -webkit-sticky;
		top: 94px;
		}		
		.stickySecondary {
		position: sticky;
		position: -webkit-sticky;
		top: 120px;
		}	
		.hoverEffectGrow {
		-webkit-transform: scale(.90);
		transform: scale(.90);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		}
		.hoverEffectGrow:hover {
		-webkit-transform: scale(.095);
		transform: scale(.95);
		}


	/* Facebook Feed common formatting  */ 

		#fbContainer p {
		font-size: 28px;
		/* [disabled]line-height: 14px; */
		color: #818181;
		padding: 0px;
		margin: 0px;
		text-align: center;
		font-weight: 700;
		}	


	/* Page Scroll Progress Indicator */
	/* The progress container */
	.progress-container {
	width: 100%;
	height: 3px;
	background: #fff;
	}

	/* The progress bar */
	.progress-bar {
	height: 3px;
	background: transparent;
	width: 0%;
	border-top: 3px solid #0096FF;
	}

	/* Layout Elements */

		/* ==============
		Containers
		============== */
		.container-flex {
			flex-direction: row;
		}
		.content-main {
	width: 66%;
		}
		.content-side {
	width: 30%;
	min-width: 240px; /* prevent it from getting too narrow */
	margin-left: 1em; /* to make sure aside is not colliding with main at the minimum width */
		}

	.content #pageContent {
	margin-bottom: 1rem;
	margin-top: 0;
	}	
	
	.content p {
	font-size: 1.3rem;
	line-height: 1.6rem;
	/* [disabled]text-align: justify; */
	margin-bottom: 16px;
	margin-top: 0px;
	margin-left: 0px;
	}

	p.headingOnDark {
		font-size: 34px;
		line-height: 40px;
	}
	
	/* Nav Links for FAQ  */
	.content .secondaryMenu a {
	font-size: 1.2em;
	white-space: nowrap;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	.content .secondaryMenu ul {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.content .secondaryMenu ul li {
		flex: 1 1 0;
		margin: 0;
	}
	
	
	/* Nav Links for tertiary menu  */
	.content .tertiaryMenu a {
	font-size: 1rem;
	white-space: nowrap;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0px;
	}
	.content .tertiaryMenu ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
	}
	
	.content .tertiaryMenu ul li {
	margin: 0;
	flex-grow: 1;
	flex-basis: auto;
	flex-shrink: 0;
	}
	
	/* -----  */
	
	.content .tertiaryMenuWithIcons ul {
	display: flex;
	/* [disabled]justify-content: space-between; */
	flex-wrap: wrap;
	/* [disabled]align-items: stretch; */
	/* [disabled]flex-grow: 1; */
	}	
	.content .tertiaryMenuWithIcons ul li {
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 1px;
	flex-grow: 1;
	flex-shrink: 0;
	display: flex;
	}
	
	.content .tertiaryMenuWithIcons ul li a {
	display: flex;
	flex-grow: 1;
	}
	
	.content .tertiaryMenuWithIcons ul li a .menuIcon {
	flex-basis: 40px;
	font-size: 1.6rem;
	align-self: center;
	/* [disabled]background-color: #fff; */
	margin-right: 6px;
	margin-bottom: 0px;
	}
	
	.content .tertiaryMenuWithIcons ul li a .menuText {
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
	}
	
	.content .tertiaryMenuWithIcons ul li a .menuText span {
	display: block;
	font-size: 0.9rem;
	font-weight: normal;
	text-align: left;
	}
	
/* ---------------------- */	
	
/* for scrolling on a page. The TOP is determined by the height of the header so no content gets hidden */
.anchorOffset {
	display: block;
	position: relative;
	top: 114px;
	visibility: hidden;
}
	
	/* layout for logo row  */
	.content .layoutLogos ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
	}
	
	.content .layoutLogos ul li {
	margin-right: auto;
	margin-left: auto;
	flex-grow: 1;
	flex-shrink: 0;
	justify-content: center;
	}

	
/* ---------------------- */		

	#SlidingComments {
	margin-top: 10px;
	margin-bottom: 20px;
	}
    .titleContFullWidth {
		clear: both;
		/* [disabled]min-height: 200px; */
		/* [disabled]padding-left:20%; */
		text-align: left;
    }

	#contAnnouncementTitle p {
	font-size: 42px;
	line-height: 36px;
	}
	#headerAnnouncements {
	border-top: 2px solid #fff;
	margin-top: 0;
	font-size: 1.3rem;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	/* [disabled]border-right-width: 2px; */
	border-left-color: #FFFFFF;
	border-left-style: solid;
	/* [disabled]border-left-width: 2px; */



	}
	#contAnnouncements {
	/* [disabled]padding-left: 20px; */
	/* [disabled]padding-right: 20px; */
	/* [disabled]padding-top: 17px; */
	/* [disabled]padding-bottom: 12px; */
	/* [disabled]border-left: 2px solid #00518F; */
	/* [disabled]border-right: 2px solid #00518F; */
	/* [disabled]border-bottom: 2px solid #00518F; */
	/* [disabled]border-top: 0px solid #fff; */
	/* [disabled]border-bottom-left-radius: 8px; */
	/* [disabled]border-bottom-right-radius: 8px; */
	margin-top: 0px;
	}
	.announceItemTitle {
	float: left;
	width: 190px;
	clear: left;
	}
	#contAnnouncements .announceItemTitle p {
	/* [disabled]font-weight: bold; */
	font-size: 30px;
	line-height: 30px;
	}
	.announceItemDescr {
		float: left;
	}
	#contAnnouncements .announceItemDescr p {
	font-size: 30px;
	line-height: 30px;

	}

	#contAnnouncements p {
	text-align: justify;
	font-size: 1.4rem;
	text-align: left;
	line-height: 2rem;
	}
	
	
	
	#SlidingComments {
		margin-top: 30px;
	}
	#SlidingComments h1 {
	font-size: 1.6rem;
	margin: 0;
	padding: 0;
	line-height: 1.4rem;
	}

    .watermark {
	/* Adjust width and height to image  */
		/* <div class="watermark"></div> */
	background-image: url(../images/miscellanous/watermark.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	z-index: 5000;
	position: fixed;
	height: 246px;
	width: 79px;
	bottom: 0px;
	right: 0px;
	/* [disabled]left: 0px; */
    }

	#pageTitle {
	padding-top: 14rem;
	background-size: cover;
	}
	#pageName p {
	font-size: 1.4rem;
	line-height: 1;
	padding-top: 0.6rem;
	padding-bottom: 0.4rem;
	/* [disabled]margin-bottom: 4rem; */
	/* [disabled]padding-left: 1.4rem; */
	/* [disabled]margin-left: -10px; */
	}

	
/* --- Did you know? --*/
	#wrapperDidYouKnow {
		padding-right: 0px; /* no padding on right because it is the right utmost column  */
		padding-left: 10px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#bgDidYouKnow {
		margin-bottom: 6px;
		padding:10px;
	}
	#bgDidYouKnow #headerDidYouKnow {
		padding-left: 15px;
		margin-bottom: 8px;
	}
	#bgDidYouKnow #headerDidYouKnow h1 {
		font-size: 1.4rem;
		line-height: 1.2rem;
		padding-top: 4px;
		padding-bottom: 4px;
		margin: 0;
	}
	#bgDidYouKnow #contentDidYouKnow {
		padding-bottom: 14px;
	}
	#bgDidYouKnow #contentDidYouKnow h2 {
		font-size: 1.6rem;
		line-height: 1.4rem;
		margin-bottom: 6px;
	}
	#bgDidYouKnow #contentDidYouKnow p {
		font-size: 1rem;
		line-height: 1.4rem;
		padding-bottom: 10px;
		text-align: left;
	}

	/* Footer and Logos */

		.footerCopyright {
			/* [disabled]min-height: 127px; */
		}
		.footerCopyrightCol {
			/* [disabled]min-height: 94.09375px; */
			width: 90%;
			/* [disabled]padding-left: 15px; */
			/* [disabled]padding-right: 15px; */
			margin-left: auto;
			margin-right: auto;
		}
	
	
		p.footerCopyrightText {
			color: #ccc;
		}

	
	/* Testimonial boxes - large screen */
		.testimHeadline p {
			font-size: 22px;
			margin-bottom: 8px;
			line-height: 90%;
		}
		.testimWriteup p {
			font-size: 110%;
		}
		.testimName p {
			font-size: 80%;
		}
		
	
	/* Title tags */
		h1 {
	font-size: 2.2rem;
	line-height: 2rem;
	/* [disabled]margin-top: 20px; */
	margin-bottom: 16px;
	margin-left: -4px;
		}
		h2 {
	font-size: 2.1rem;
	line-height: 1.8rem;
	margin-top: 10px;
	margin-bottom: 0px;
		}
		h3 {
	font-size: 1.8rem;
	line-height: 1;
	/* [disabled]margin-bottom: 6px; */
	/* [disabled]margin-top: 10px; */
	margin-right: 0px;
	margin-left: 0px;
		}

		h4 {
	font-size: 1.3rem;
	line-height: 1.4rem;
	/* [disabled]margin-top: 20px; */
	/* [disabled]margin-bottom: 0px; */
		}
		h5 {
	font-size: 1.2rem;
	/* [disabled]margin-top: 30px; */
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	line-height: 1.2rem;
		}
		h6 {
	font-size: 1.8rem;
	line-height: 0.8rem;
	padding: 0;
	margin: 0;
	text-align: left;
		}	
	
.sectionHeading {
	/* [disabled]margin: 0; */
	/* [disabled]padding: 0; */
	font-size: 1.4rem;
	line-height: 1rem;
}


/* Google Maps */
	/* Wrap a DIV with class 'makeResponsive' around the Google embed code to make them responsive */
	.responsiveMap {
	overflow: hidden;
	padding-bottom: 60%;
	/* Set Aspect Ratio */
	position: relative;
	height: 0;
	}
	.responsiveMap iframe {
	left: 0;
	top: 0;
	/* [disabled]height: 80%; */
	width: 100%;
	}
	
    .colRightContainer {
	/* [disabled]margin-top: 0px; */
	/* [disabled]margin-right: 0px; */
	/* [disabled]margin-left: 10px; */
	/* [disabled]margin-bottom: 0px; */
	clear: both;
    }
	
    .columnOne3rd {
		float: left;
		width: 33%;
    }
    .columnTwo3rd {
		float: left;
		width: 66%;
    }
	
	.textCont-backgrPhoto-left {
	padding-top: 40px;
	padding-bottom: 60px;
	max-width: 560px;
	float: right;
	}
	.textCont-backgrPhoto-right {
	padding-top: 40px;
	padding-bottom: 60px;
	max-width: 560px;
	}
	.textCont-backgrPhoto-left p {
	font-size: 22px;
	line-height: 28px;
	text-align: right;
	}
	.textCont-backgrPhoto-right p {
	font-size: 22px;
	line-height: 28px;
	}
	

	

	.continuePageTitleBackgroundInContent {	
		background-image: url(../images/backgrounds/pageTitle_bottomContinue.png);
		background-repeat: no-repeat;
		background-position: right top;
	}
	.call4actionBarHeight {
		clear: both;
		padding-top: 0px;
    }
	.call4actionBackgr {
	/* [disabled]background-image: url(../images/backgrounds/call4actionDecoration.png); */
		background-position: center top;
		/* [disabled]padding-top: 138px; */
		background-repeat: no-repeat;
		padding-bottom: 0px;
	}
	

	.backgrPhoto-left {
	width: 46%!important;
	border-bottom-right-radius: 6px;
	padding-right: 2%;
	padding-left: 2%;
	border-top-right-radius: 6px;
	float: left;
	}
	
	.backgrPhoto-right {
	width: 46%!important;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	padding-left: 2%;
	padding-right: 2%;
	float: right;
	}
	.bgPhoto-1 {
		background-image: url(../images/backgrounds/sections/half-1.jpg);
	}
	.bgPhoto-2 {
		background-image: url(../images/backgrounds/sections/half-2.jpg);
	}
	.bgPhoto-3 {
		background-image: url(../images/backgrounds/sections/half-3.jpg);
	}
	.bgPhoto-4 {
		background-image: url(../images/backgrounds/sections/half-4.jpg);
	}
	
	.pageTitleBG-1 {
	background-image: url(../images/backgrounds/pages/Main-l.jpg);
	/* [disabled]background-position: left center; */
	}
	.pageTitleBG-2 {
	background-image: url(../images/backgrounds/pageTitles/Driveways-l.jpg);
	}
	.pageTitleBG-3 {
	background-image: url(../images/backgrounds/pageTitles/Steps-l.jpg);
	}
	.pageTitleBG-4 {
	background-image: url(../images/backgrounds/pageTitles/Walkways-l.jpg);
	}
	.pageTitleBG-5 {
	background-image: url(../images/backgrounds/pageTitles/Patios-l.jpg);
	}
	.pageTitleBG-6 {
	background-image: url(../images/backgrounds/pageTitles/Specialty-l.jpg);
	}
	.pageTitleBG-7 {
	background-image: url(../images/backgrounds/pageTitles/Finishes-l.jpg);
	}
	.pageTitleBG-FAQ {
	background-image: url(../images/backgrounds/pageTitles/FAQ-l.jpg);
	}
	.pageTitleBG-Main {
	background-image: url(../images/backgrounds/pageTitles/Main-l.jpg);
	}
	.pageTitleBG-Process {
	background-image: url(../images/backgrounds/pageTitles/Process-l.jpg);
	}
		
	
	.textCont-half-left {
	max-width: 600px;
	margin-top: 0px;
	padding-top: 6px;
	margin-left: 1%;
	margin-right: 1%;
	width: 48%;
	float: right;
	}
	.textCont-half-right {
	max-width: 600px;
	float: left;
	margin-top: 0px;
	padding-top: 6px;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 0px;
	}
	
	
	#tagline p {
	font-size: 47px;
	line-height: 40px;
	}
	
	/* Maps */
	.makeResponsive {
		overflow: hidden;
		padding-bottom: 30%;
		position: relative;
		height: 0;
	}
	
	/*  Announcements  */
	.AnnouncementsCont {
	/* [disabled]width: 80%; */
	margin-top: 20px;
	margin-bottom: 60px;
	}


	
/* Show information hidden on phones */ 
	.hideOnPhones {
		display: block;
    }
	
	.AnnouncementsCont .announceButton a{
		padding-top: 10px;
		padding-right: 40px;
		padding-left: 40px;
		padding-bottom: 10px;
		border-radius: 6px;
		font-size: 30px;
	}
	
} 

/* End Large Screen */

@media only screen and (min-width : 768px) and (max-width : 1200px) {
		/* Collapse 4 columns into 2  */ 
	.columnFourEven {
	float: left;
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
	}
		/* Collapse 5 columns into 2 in 3 rows  */ 
			.changeTo2 {
				float: left;
				width: 40%;
				margin-right: 5%;
				margin-left: 5%;
			}
			.content5thContainer {
				min-height: 300px;
			}
}



@media only screen and (min-width : 660px) {
	.hideOnLarge {
		display: none;
		width: auto;
	}
	.stickyPrimary {
	position: sticky;
	position: -webkit-sticky;
	top: 104px;
	}	
	.stickySecondary {
	position: sticky;
	position: -webkit-sticky;
	top: 146px;
	/* [disabled]background-color: #ccc; */
	}	
	.stickyTertiary {
	position: sticky;
	position: -webkit-sticky;
	top: 160px;
	}
	
	.stickyFB {
		position: sticky;
		position: -webkit-sticky;
		top: 130px;
	}
	
	.menuSide {
	margin-top: 30px;
	padding-top: 20px;
	}
	.menuSideSub {
		margin-top: 20px;
	}
	
	.content .secondaryMenu {
	/* [disabled]margin-top: 0px; */
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	}
	.content .tertiaryMenu {
		margin: 0;
	}


    /* Shrink aligned image inserts on larger screen  */
    .imageResizePercentage {
	/* [disabled]min-width: 180px; */
	max-width: 60%!important;
	/* [disabled]display: inline; */
    }
	.resizePercLarge {
	width: 50%;
	min-width: 220px;
    }
	.resizePercSmall {
	max-width: 46%;
		min-width: 250px;
    }
	.floatLeftWithMargins {
	float: left;
	margin-right: 20px;
	margin-bottom: 2px;
	/* [disabled]margin-top: 10px; */
	}
	
	/* Create Columns */
	.colForm {
	min-width: 360px;
	padding-bottom: 4rem;
	}
	
    .columns2 {
	display: flex;
	margin-bottom: 40px;
	/* [disabled]padding-bottom: 60px; */
    }
    .cols2LeftContainer {
	padding-right: 20px;
	min-height: 10px;
	border-right-width: thin;
	/* [disabled]padding-bottom: 50px; */
	}
	
	.content #pageContent .contentHeader {
	margin-bottom: 6px;
	padding-left: 0px;
	/* [disabled]margin-top: 3rem; */
	padding-bottom: 4px;
	padding-right: 15px;
	}
	.content #pageContent .contentHeader h4 {
	font-size: 1.1rem;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 4px;
	margin: 0;
	text-align: center!important;
	}
	
	.content #highlights .highlightsHeader {
	margin-bottom: 3px;
	padding-left: 0px;
	/* [disabled]margin-top: 3rem; */
	padding-bottom: 4px;
	padding-right: 15px;
	}
	.content #highlights .highlightsHeader h4 {
	font-size: 1.6rem;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 4px;
	text-align: right!important;
	}


	/* Facebook Feeds */		
	#fbContainer {
		width: 300px;
	}	
	#fbFeedNarrow {
        display: none;
    }
	#fbFeedMedium {
        display: inline;
    }
	#fbFeedWide {
		display: none;
    }
	
	/* Containers */
	.sectionBackGalleries {
		margin-top: 3rem;
		padding-top: 2rem;
		padding-bottom: 1rem;
		background-position: 10px 10px;
		background-size: 100px auto;
	}

}


@media only screen and (min-width : 760px) {	
	/* Create Columns */
	.colForm {
	min-width: 450px;
	}
	.columns3 {
		display: flex;
	}
    .cols3LeftContainer {
		margin-right: 20px;
		padding-right: 20px;	
		min-height: 10px;
		border-right: thin solid #FFFFFF;
    }	

	.columns4 {
		display: flex;
	}
	.columns4Pairs {
		flex-direction: column;
		padding-right: 30px;
	}
	.minColWidthHalf {
		min-width: 50%;
	}
	
	
	/* push header to left to ensure it is not covered ny logo */
	.content .serviceHeader .serviceHeaderTitle p {
	/* [disabled]margin-left: 60px; */
	margin-top: 0px;
	}

}



@media only screen and (min-width : 800px) {
	/* Hide narrow and wide FB feed on larger screens  */ 
	#fbContainer {
	min-width: 440px;
	}	
	#fbFeedNarrow {
        display: none;
    }
	#fbFeedMedium {
        display: none;
    }
	#fbFeedWide {
		display: inline;
    }
	
	
	.minColWidth {
		min-width: 330px;
	}

}

@media only screen and (min-width : 1000px) {	
	/* Create Columns */
	.columns4Pairs {
		flex-direction: row;
		display: flex; /* make flex container so 2 columns can be stacked */
		padding-right: 0px;
	}
	.columns4Spacing {
		padding-right: 30px;
	}
	
	.minColWidth {
		min-width: 440px;
	}
}

@media only screen and (min-width : 870px) {	
    /* Shrink aligned image inserts on larger screen  */
    .imageResizePercentage {
	/* [disabled]min-width: 260px; */
	max-width: 50%!important;
	/* [disabled]display: inline; */
    }
	.resizePercLarge {
	width: 50%;
	min-width: 220px;
    }
	.resizePercSmall {
	max-width: 46%;
		min-width: 250px;
    }
	.floatLeftWithMargins {
	float: left;
	/* [disabled]margin-right: 20px; */
	/* [disabled]margin-bottom: 2px; */
	/* [disabled]margin-top: 10px; */
	}
	
	/* The point at which the column divs in the footer are no longer stacked and can be spread out horizontally */
	#footer .footerContainer {
	background-image: url(../images/backgrounds/footerBack.png);
	padding-top: 0px;
	background-position: left 40px;
	}
	#footer .footerContCol {
		min-height: 0px;
		/* [disabled]width: 100%; */
		padding-left: 0px;
		padding-right: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}
	#footer .footerColLeft {
	float: left;
	width: 340px;
	min-height: 0px;
	/* [disabled]padding-left: 15px; */
	/* [disabled]padding-right: 15px; */
	margin-bottom: 20px;
	/* [disabled]min-width: 390px; */
	/* [disabled]margin-top: 80px; */
	/* [disabled]margin-left: 260px; */
		}
	#footer .footerColMiddle {
	float: left;
	width: 360px;
	/* [disabled]min-height: 330px; */
	padding-left: 0px;
	padding-right: 0px;
	/* [disabled]padding-top: 42px; */
	}
	#footer .footerColRight {
	width: 430px;
	min-height: 0px;
	padding-left: 0px;
	/* [disabled]padding-right: 40px; */
	text-align: left;
	/* [disabled]padding-bottom: 10px; */
	padding-top: 0px;
	margin-bottom: 0px;
	border-radius: 6px 0px 0px;
	margin-top: 0px;
	float: right;
	}
	#footerColRight1 {
	margin-bottom: 20px;
		
	}
	#footerColRight2 {
		
	}
	
	#footerImage1Cont {
		width: auto;
	}
	#footerImage2Cont {
		width: auto;
	}
	#footerImage3Cont {
	margin: 0px;
	float: left;
	clear: none;
	}
	#footerImage4Cont {
		
	}
	#footerImage4Cont {
		
	}	
		#footerImage1Size {
	width: 70px;
	margin-top: 20px;
	/* [disabled]margin-right: 10px; */
	margin-left: 60px;
		}
		#footerImage2Size {
			width: auto;
			margin-top: 0px;
		}
		#footerImage3Size {
			width: auto;
			margin-top: 0px;
			margin-right: 0px;
			margin-left: 10px;
		}
		#footerImage4Size {
			width: auto;
			margin-top: 0px;
		}
	#footer .footerHeading {
	width: 90px;
	/* [disabled]float: left; */
	margin-right: 12px;
	}
	#footer .footerHeading p {
	line-height: 24px;
	font-size: 20px;
	text-align: right;
	}
	#footer .footerContent {
	float: left;
	width: 300px;
	}
	#footer .footerContent p {
	line-height: 24px;
	font-size: 20px;
	/* [disabled]margin-bottom: 2px; */
	text-align: left;
	}

	#footer .footerContent p a {
	font-size: 20px;
	line-height: 24px;
	}
    #footer .footerContactInfo p {
	/* [disabled]font-size: 24px; */
	/* [disabled]color: #1A4572; */
		}
		#footer .footerText p {
			text-align: left;
			/* [disabled]font-size:15px; */
			margin-right: 0px;
		}
		#footer .footerEmail {
			font-size: 110%;
		}
		#footer .footerPhone {
			font-size: 190%;
			letter-spacing: 1px;
		}
	
	/* Create Columns */
	.cont3cols {
	}
	.cont4cols {
	}
}

/* Hide 1st footer column on small screen when I need more room  */ 
@media only screen and (max-width : 1070px) {
    .hideFooterColOnPhone {
        display: none;
    }
}


	
@media only screen and (max-width : 768px) {
/* Page Title Backgrounds */
    .pageBackground2cols {
	background-image: none;
    }
	
}

@media only screen and (min-width : 1024px) {
	.footerContCol {
	/* [disabled]max-width: 1232px; */
    }
    .footerCopyrightCol {
		max-width: 1232px;
    }
}

/* End 768 */




@media only screen and (min-width : 620px) {
	/* Size at which the header contact container floats to the right */
	/* (#) */
	/* push content below header. For some reason a negative margin is needed */
    #page-content {
	/* [disabled]background-image: url(../images/backgrounds/pageBorder.png); */
	/* [disabled]background-position: right 160px; */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-attachment: fixed; */
	margin-top: -110px;
    }
	
	/* Call 4 Action */
    #call4actionContainer {
	/* [disabled]min-width: 700px; */
	/* [disabled]max-width: 900px; */
	margin-bottom: 0px;
	margin-top: 60px;
    }
	#call4actionHeader p {
	font-size: 50px;
	line-height: 40px;
	}
    .call4actionCol {
        width: 90%;
        padding-left:15px;
        padding-right:15px;
        margin-left:auto;
        margin-right:auto;
    }
	.call4actionButtonCont {
	float: none;
	/* [disabled]width: 60%; */
	/* [disabled]min-height: 50px; */
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	margin-top: -4px;
    }
	
	.floatLeftFullOnMobile {
	float: left;
	margin-right: 20px;
	margin-bottom: 14px;
	}
	.floatRightFullOnMobile {
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
	}

}



@media only screen and (min-width : 891px) {
	/* show background image only on larger displays */
	body {
	/* [disabled]background-image: url(../images/backgrounds/body.png); */
	/* [disabled]background-position: 40px top; */
	/* [disabled]background-repeat: no-repeat; */
	}
	/* Change top-margin to push content below header */
	#page-content {

	}
	
	/* decorative background behind contact info */
	.contactBack {
		z-index: -1;
		font-size: 30px;
		font-weight: 900;
		color: #868686;
		position: absolute;
		/* [disabled]letter-spacing: -1px; */
	}
	.showLogoOnMobile {
		display: none;
	}

	#topSlideshow {

	}
	
	.Spacer4SlideshowHeight {
	margin-top: 0px;
	/* [disabled]clear: both; */
	margin-bottom: 4px;
	}

}



/* Slideshows  */ 
@media only screen and (max-width : 700px) {
	/* Hide large slideshow on small screens. The width is determined by width of mobile slideshow  */ 
	.slider_Large {
		display: none;
    }
	.slider_Mobile {
    }
}

@media only screen and (min-width : 700px) {
	/* Hide small slideshow on large screens  */ 
	.slider_Mobile {
		display: none;
    }

	.slider_Large {
		display: block;
    }
}
