/* For the sticky footer */
/* The html and body elements cannot have any padding or margin. */
html, body {
        height: 100%;
}

body {
	background: url(images2/chalk_eraseB.jpg) no-repeat scroll 0% 125px #414141;
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 62.5%;
}

/* Use this style in place of bs4 img-fluid when you want to set a max-width */
.img-responsive {
        width: 100%;
}
button:focus {
        outline-color: #fd4;
}

.bold {font-weight: bold;}
.pad10 {padding: 10px;}
.pad20 {padding: 20px;}
.pad30 {padding: 30px;}
.pad40 {padding: 40px;}

.padT10 {padding-top: 10px;}
.padB10 {padding-bottom: 10px;}
.padB20 {padding-bottom: 20px;}
.padB30 {padding-bottom: 30px;}
.padB40 {padding-bottom: 40px;}
.padT10 {padding-top: 10px;}
.padT20 {padding-top: 20px;}
.padT30 {padding-top: 30px;}
.padT40 {padding-top: 40px;}

.marB10 {margin-bottom: 10px;}
.marB20 {margin-bottom: 20px;}
.marB30 {margin-bottom: 30px;}
.marB40 {margin-bottom: 40px;}
.marT10 {margin-top: 10px;}
.marT20 {margin-top: 20px;}
.marT30 {margin-top: 30px;}
.marT40 {margin-top: 40px;}

/* 2019 */
/* backToTop needs font-awesome */
#backToTop { 
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 1000;
	border: none;
	outline: none;
	background-color: #777;
	color: #ddd;
	cursor: pointer;
	padding: 0px 2px 0px 2px;
	border-radius: 20px;
	font-size: 36px;
}
#backToTop:hover { color: #fff; }


/* keep text paragraphs from getting too long */
.limitTextLength {
	width: 100%;
	max-width: 800px;
}
.clearLeft { clear: left; }
.clearRight { clear: right; }
.clearBoth { clear: both; }

.alignLeft {
	text-align: left;
}



/* bs4 2019 carousel */
a.carousel-control-next, a.carousel-control-prev {
	font-size: 40px;
	top: 80%;
}
a.carousel-control-prev:focus, a.carousel-control-next:focus  {
	color: rgba(255,255,255,.5);
}
a.carousel-control-prev:hover, a.carousel-control-next:hover  {
	color: rgba(255,255,255,1.0);
}


.carousel-control {
        top: 90%;
	width: 30px;
	height: 30px;
	line-height: 20px;
}
.carousel-inner .item img {
	width: 100%;
}

/* Wrapper for page content to push down footer */
#pageStyle {
        position: relative;
        min-height: 100%;
        height: auto !important;
        /* Negative indent footer by it's height */
        /* margin: 0 auto -181px; */
        margin: 0 auto -230px;

	width: 100%;
	z-index: 100;
}
/* Set the fixed height of the footer */
#push, footer {
        /* height: 181px; */
        height: 220px;
}



img {
	border: 0;
}
h1 {
	font-size: 1.8em;
	color: #000;
	font-weight: normal;
	line-height: 1.0em;
	/* margin: 20px 0 20px 0; */
	/* 2022 */
	margin: 20px 0 40px 0;
}
h2 {
	font-size: 1.7em;
	color: #333333;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	color: #333333;
	font-weight: normal;
}
h4 {
	margin: 1.2em 0 0 0;
	padding: 0;
	font-weight: 600;
	font-size: 1.0em;
	line-height: 1.4em;
}
#headerBarUnlit {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images2/header_bkg_dark.png) repeat-x;
	height: 145px;
	width: 100%;
	z-index: 250;
	/* min-width: 984px; */
}
header {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images2/header_bkg.png) repeat-x;
	height: 145px;
	width: 100%;
	z-index: 200;
	text-align: center;
}
#headerShadows {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 300;
}
#headerShadows img {
	width:40%;
	height:131px;
	position: absolute;
	top: 0;
}
#headerShadowLeft {
	left: 0;
}
#headerShadowRight {
	right: 0;
}
#cwLogo {
	position: absolute;
	top: 10px;
	z-index: 400;
	margin-left: 50%;
	left: -100px;
}
#headerPhone {
	position: absolute;
	top: 30px;
	right: 11%;
	font-size: 24px;
	/* color: #bbbbbb; */
	color: #555555;
	margin-left: 40px;
}
#headerTagLine {
	position: absolute;
	top: 36px;
	left: 6%;
	/* color: #bbbbbb; */
	color: #555555;
	z-index: 300;
	/* font-size: 1.8em; */
	font-size: 24px;
	line-height: 28px;
	text-align: left;
	margin-right: 42px;
}
/* 2019 bs 4 */
#mainMenu {
	position: absolute;
	/* right: 20px; */
	/* 2022 */
	right: 4%;
}
.navbar {
	z-index: 1000;
	top: 64px;
	font-size: 18px;
	width: auto;
	min-width: 200px;
	/* 2022 */
	justify-content: flex-end;
}
.navbar button {
	position: relative;
	top: -10px;
}
.navbar-nav {
	width: auto;
}

#mainScreen {
	position: relative;
	top: 0;
	left: 0;
	width: 92%;
	margin: -380px 4% 0 4%;
}
#screenCenterTD {
	background-color: #ffffff; 
	padding-top: 500px;
	padding-bottom: 20px;
	width: 98%;
	margin: 0 1% 0 1%;

	-moz-box-shadow: 	1px 40px 60px #000;
	-webkit-box-shadow: 	1px 40px 60px #000;
	box-shadow: 		1px 40px 60px #000;
	/*
	font-size: 1.5em;
	line-height: 1.4em;
	*/
	font-size: 1.7em;
	line-height: 1.6em;
	
}
.pageIntro {
	font-size: 1.1em;
	line-height: 1.6em;
}
iframe.map {
	height: 350px;
	width: 98%;
	border: none;
	margin: 0;
	overflow:hidden;
}
#homeGreySwatch {
	position: absolute;top: 40px;left:0;z-index: 100;
	width: 100%;height: 192px;
}
.handsOnWrapper {
	text-align: center;
}
#handsOn {
	width: 200px;
	height: 190px;
}
#bigScreenTitle {
	padding: 50px 0 20px 0;
	text-align: left;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.bigScreenTitleBlurb {
	color: #4d4d4d;
	font-size: 1.6em;
	line-height: 1.3em;
	max-width:700px;
	/*
	padding-top: 1.0em;
	padding-left: 10%;
	width: 80%;
	*/
	/* 2022 */
	width: 90%;
	padding-bottom: 2em;
	padding-top: 0;
	padding-left: 0;
}
#bigScreenTitle h1 {
	padding-top:42px;
}
#contentWrapper {
	z-index: 100;
	padding: 0 5% 0 5%;
	/* margin-left: 0px; */
	/* 2019 */
        /* margin: 20px auto 0 auto; */
	/* 2022 */
        margin: 60px auto 0 auto;
        max-width: 1280px;
	
}

.list li{
	padding: 3px 0;
}
.featuredCard {
	/* display: none; */
	/* padding: 0 0 10px 0; */
	padding: 10px 0 20px 0;
	background-color: #ebedee;
	border-bottom: 3px solid #ffffff;
}
.fcOdd {
	/* alternates the background color */
	background-color: #f7f9fa;
}
h2.featuredWorkClientName {
	padding: 12px 10px 12px 12px;
	font-size: 1.6em;
}
.featuredWorkClientImage {
	margin-bottom: 10px;
	text-align: center;

}
.featuredWorkClientBlurb {
	padding: 74px 20px 10px 0;
}
.featuredWorkClientBlurb p {
	line-height: 1.6em;
}
.featuredServicesLabel {
	padding: 20px 0 0 0;
	margin: 0;
}
a.featuredLink, a.featuredLink:visited, a.featuredLink:active {
	color: #503670;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
}
a.featuredLink:hover {
	color: #503670;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
}

.contentBox {
	font-size: 1.0em;
	color: #727272;
	background-color: #fff;
	padding: 0px;
	min-height: 240px;
	margin-bottom: 20px;
	width: 100%;
}
.contentBoxCenter {
	text-align: left;
	border: 1px solid #cfcfcf;
	font-size: 1.4em;
	color: #727272;
	background-color: #f5f5f5;
	padding: 25px;
	height: 230px;
}
.contentBox a, .contentBox a:visited, .contentBox a:active {
	font-size: 1.0em;
	color: #503670;
	text-decoration: none;
}
.contentBox a:hover {
	font-size: 1.0em;
	color: #503670;
	text-decoration: underline;
}
.contentBox img {
	border: none;
}

#leftShadow {
	background-image: url(images2/screen_left_shadow2.png);
	background-repeat: repeat-y;
	min-width: 42px;
	height: 100%;
	min-height: 100%;
	border: 1px solid red;
}
#leftShadowBottom {
	position: relative;
	top: 0px;
	background: url(images2/screen_left_shadow_bottom2.png) right top  no-repeat;
	height: 110px;
}
#centerShadowBottom {
	position: relative;
	background: url(images2/screen_center_bottom2.png) repeat-x;
	width: 100%;
	padding-top: 0px;
	height: 110px;
	z-index: 100;
}
#screenRingWrapper {
	width: 100%; 
	vertical-align: top;
	text-align: center;
}
#screenRing {
	position: absolute;
	
	top: 25px;
	left: 50%;

	z-index: 110;
}
#screenRingImg {
	position: relative;
	left: -36px;
	z-index: 110;
}
.drag {
        cursor: hand;
}
#rightShadow {
	background: url(images2/screen_right_shadow2.png) left repeat-y;
	/* width: 42px; */
}
#rightShadowBottom {
	position: relative;
	top: 0px;
	background: url(images2/screen_right_shadow_bottom2.png) left top no-repeat;
	/* width: 42px; */
	height: 110px;
	min-height: 110px;
}
a.grey, a.grey:visited, a.grey:active {
	color: #484848;
	text-decoration: none;
}
a.grey:hover {
	color: #666666;
	text-decoration: none;
}
footer {
	position: relative;
	padding-left: 42px;
	padding-right: 42px;
	z-index: 200;
	/* need to fix this so curtain ring is on top - needs pageStyle height fixed first */
	/* z-index: 50; */
}
#footerCenterSpacer {
	margin-left: 14%;
}
footer a, footer a:visited, footer a:active {
        /* font-family: helvetica, "helvetica Neue", sans-serif; */
	/* font-family: "Times New Roman", Times, serif; */
        color: #efefef;
        font-size: 1.0em;
        text-decoration: none;
}
footer a:hover {
	/* font-family: "Times New Roman", Times, serif; */
        color: #ffffff;
        font-size: 1.0em;
        text-decoration: none;
        list-style: none;
}
.footer {
	/* font-family: "Times New Roman", Times, serif; */
	font-size: 1.3em;
	color: #efefef;
	text-align: left;
	line-height: 18px;
	padding-bottom: 20px;
	z-index: 50;
}
.footer ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	/* text-indent: 1em; */
	text-indent: 0;
}
footer h2  {
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	color: #ffffff;
	font-weight: normal;
	font-size: 1.3em;
	/* line-height: 22px; */
}
footer .moreLink {
	padding-top: 10px;
	width: 45px;
	/* height: 20px; */
	height: auto;
}
.dividerWrap {
        clear: both;
        width: 100%;
        height: 1px;
        overflow: hidden;
        text-align: center;
        margin-bottom: 10px;
	margin-top: 20px;
}
.dividerGrad {
        width: 90%;
        height: 1px;
        background-color: #fff;
        margin-left: 5%;
        margin-right: 5%;
        -moz-box-shadow:    0px 0px 20px 20px #fff;
        -webkit-box-shadow: 0px 0px 20px 20px #fff;
        box-shadow:         0px 0px 20px 20px #fff;
}
/* added for videos */
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
	margin-bottom: 20px;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.embed-responsive-7by5 {
	padding-bottom: 65%;
}



@media (max-width: 991px) {
	.navbar-nav {
		/* background-color: #efefef; */
		background-color: #f2df88;
		position: relative;
		top: 18px;
		right: 0px;
		/* box-shadow: inset 0px 9px 9px -6px black; */
-webkit-box-shadow: inset 0px 9px 9px -6px black, 0px 9px 13px -4px rgba(0,0,0,0.35);
-moz-box-shadow: inset 0px 9px 9px -6px black, 0px 9px 13px -4px rgba(0,0,0,0.35);
box-shadow: inset 0px 9px 9px -6px black, 0px 9px 13px -4px rgba(0,0,0,0.35);
		font-family: 'Permanent Marker', cursive;
	}
	.navbar-light .navbar-nav .nav-link {
		color: #555;
	}
	.navbar-light .navbar-nav .nav-link:hover {
		color: #222;
	}
}
@media (max-width: 720px) {
	#headerTagLine, #headerPhone {
		font-size: 18px;
	}
}	
@media (max-width: 600px) {
	#headerTagLine, #headerPhone {
		font-size: 14px;
	}
}	
@media (max-width: 520px) {
	#headerTagLine, #headerPhone {
		display: none;
	}
}	
@media (max-width: 680px) {
	#handsOn {
		/* display: none; */
	}
	#bigScreenTitle {
		padding: 20px 0 30px 0;
	}
	#bigScreenTitle h1 {
		padding-top:12px;
	}
        #footerLinks a {
                font-size: 13px;
                line-height: 30px;
                display: block;
                width: 97%;
                border-bottom: 1px solid #555;
        }
        /* destroy the stickyness of the footer */
        html, body {
                height: auto;
        }
        footer {
                height: auto;
        }
        #pageStyle {
                min-height: 0 !important;
                height: auto !important;
                margin-bottom: 0 !important;
                /* new from mine */
                padding-bottom: 10px;
        }
        #push {
                display: none;
        }
}
@media (max-width: 767px) {
	#footerCenterSpacer {
		margin-left: 0;
	}

	footer .row-fluid .section {
		border-bottom: 1px solid #bbb;
	}
	footer .row .dividerWrap {
		display: none;
	}
	.featuredWorkClientBlurb {
		padding: 20px 2% 0px 2%;
	}
	#contentWrapper {
		padding: 0 2% 0 2%;
		width: 96%;
	}


}
