@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/


a {
	text-decoration:none;
	}

a:visited {
    text-decoration:none;
    cursor: pointer;
}


.gelb {
	color: #f1b328;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #494744;
	font-size:24px;
	font-weight:bolder;
	line-height:1;
}

h2 {
	font-family: 'Cabin Sketch', cursive;
	color:#f1b327;
	text-align:center;
	font-size:120%;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	color: #e6e7e8;
	font-size:36px;
	font-weight:bolder;
	line-height:1;
}


/* Mobile Layout: 480px and below. */



.topnav {
	display:none;
}

.topnav a {
	display:none;
}

.dropdown {
	width:100%;
	height:55px;
    background-color:#e6e7e8;
    position:relative;
    display:block;
	z-index:1000;
	text-decoration:none;
}

.Logo2 {
    position:relative;
	display:block;
    width: 132px;
    height: 55px;
	margin-top:-20px;
	margin-left:100px;
    padding right: 60px;
	z-index:200;
}


#menuToggle {
  display: block;
  position: relative;
  top: 15px;
  left: 15px;
  width:80%;
  z-index: 10;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display:block;
  width:40px;
  height:32px;
  position:absolute;
  top:-7px;
  left:-5px;
  cursor:pointer;
  opacity:0; 
  z-index:20; 
  -webkit-touch-callout: none;
  text-decoration:none;
}


#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #f1b328;
  border-radius: 3px;
  z-index: 15;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #f1b328;
}


#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}


#menu {
  position:absolute;
  width:180px;
  margin:-100px 0 0 -50px;
  padding:50px;
  padding-top:120px;
  background:#ddd;
  list-style-type: none;
  text-decoration:none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
  padding: 10px 0;
  font-size: 16px;
  color:#494744;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:16px;
  text-decoration:none;
}

#menu li:hover {
    color: #f1b328;
	text-decoration:none;
}

#menuToggle input:checked ~ ul {
  transform: scale(1.0, 1.0);
  opacity: 0.95;
  text-decoration:none;
}

.menu a.active {
    background-color:rgba(102,51,51,.7);
    color:#FFF;
	text-decoration:none;
}

.menu a:link, a:visited {
    text-decoration: none;
    cursor: pointer;
}

.menu a:link:active, a:visited:active {
   color:#FFF;
   text-decoration: none;
}


.gridContainer {
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}

#LayoutDiv1 {
	margin-left:0%;
	margin-right:0%;
	padding:0;
	width: 100%;
	min-height:240px;
	display: block;
	text-align:right
}

#Subhead {
	clear: both;
	float: left;
	margin-left:10%;
	width: 80%;
	display: block;
	text-align:center;
	padding-bottom:10px;

}

a {
	text-decoration:none;
	outline:0;
	}

a:visited {
    text-decoration: none;
    cursor: pointer;
	outline:0;
}

#DigitalVideo {
	clear: none;
	float: none;
	margin-left:5%;
	margin-right:5%;
	width:90%;
	display: block;
	text-align:justify;
	border-bottom-style:solid;
	border-color: #bcbeba;
	border-width:2px;
	z-index:200;
}
#Construction {
	clear: none;
	margin-left: 10%;
	margin-right:10%;
	width: 80%;
	display: block;
	text-align:center;
	position:relative;
	top:-80px;
	z-index:20;
}


.ContactContainer {
	width:100%;
	padding-top: 40px;
	padding-bottom: 80px;
	position:relative;
	display:block;
	background-color:#e6e7e8;
}

.Contact-Box {
	width:95%;
	padding-left:5%;
	padding-right:0%;
	padding-top:20px;
	padding-bottom:0px;
	margin-bottom:0%;
	margin-top:0px;
	margin-right:0px;
	margin-left:0%;
	display:block;
	position:relative;
	background-color:#e6e7e8;
}

.Contact-Image {
	width:100%;
	margin-left:0%;
	margin-top:0px;
	padding-bottom:20px;
	height:180px;
	display:block;
	position:relative;
}

.ContactTextBox {
	width:100%;
	margin-left:0%;
	margin-top:0%;
	display:flex;
	position:relative;
	flex-direction: column;
  	justify-content: center;
}

.ContactText {
	width:80%;
	margin-left:10%;
	margin-right:10%;
	display:block;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	margin-top:40px;
	margin-bottom:40px;
}

.ContactForm1 {
	width:80%;
	margin-left:10%;
	margin-right:10%;
	display:block;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	margin-top:40px;
	margin-bottom:40px;
}


.ContactForm1 input {
	width:90%;
	padding:2px 5px;
	box-sizing:border-box;
	border-style:solid;
	border-width:1px;
	border-color:#f1b328;
	border-radius:3px;
	background-color:#f2f2f2;
}	

input:invalid {
    border: 2px solid red;
}


.ContactForm1 input[type=submit] {
	width:50%;
	padding:2px 10px;
	box-sizing:border-box;
	border-style:solid;
	border-width:1px;
	border-color:#f1b328;
	border-radius:3px;
	background-color:#f2f2f2;
}	

.ContactForm1 select {
	appearance:none;
	width:90%;
	padding:2px 5px;
	box-sizing:border-box;
	border-style:solid;
	border-width:1px;
	border-color:#2ba8e0;
	border-radius:3px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	display:block;
	text-overflow:
}	

.ContactForm1 textarea {
	width:90%;
	padding:2px 5px;
	box-sizing:border-box;
	border-style:solid;
	border-width:1px;
	border-color:#f1b328;
	border-radius:3px;
	overflow:hidden;
	resize:none;
	background-color:#f2f2f2;
}	






#Footer3 {
	margin-left:0;
	margin-bottom:0;
	padding-bottom:20px;
	width: 100%;
	display:flex;
	flex-direction:row;
	justify-content: center top;
	background-color:#494744;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:2;
	color: #b9b0ad;
}
#Info2 {
	margin-left:7.5%;
	padding-top:20px;
	padding-bottom:20px;
	width:47.5%;
	display:block;
	font-size:12px;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.5;
	background-color:#494744;
	color: #b9b0ad;
	outline:0;
}


#Info2 a {
	color: #b9b0ad;
	text-decoration:none;
	cursor:pointer;
	outline:0;
}

#Info2 a:link, a:visited {
    text-decoration: none;
    cursor: pointer;
	outline:0;
}

#Icons2 {
	margin-left:22.5%;
	margin-top:20px;
	width: 22.5%;
	margin-right:0%;
	display: flex;
	flex-direction: column;
  	justify-content:top;
	padding-top:20px;
	background-color:#494744;
	color: #b9b0ad;
	outline:0;
}

.Social {
	width: 25%;
	height:40px;
	display: inline-block;
	outline:0;
}

.Social img {
	width: 25px;
	height:25px;
	display: inline-block;
	opacity:.5;	
	outline:0;
}

.Social img:hover {
	opacity:1;	
	cursor:pointer;
	outline:0;
}


.copyright {
	position:relative;
	margin-left:0%;
	margin-right:0%;
	margin-bottom:0;
	margin-bottom:0;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:10%;
	padding-left:10%;
	width:80%;
	min-height:40px;
	display: block;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#494744;
	color: #b9b0ad;
	font-size:10px;

}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

h2 {
	font-size:200%;
}

.gridContainer {
	width: 100%;
	padding-left:0%;
	padding-right:0%;
	margin:0;
}
#LayoutDiv1 {
	margin-left:15%;
	margin-right:15%;
	margin-top:0;
	width:70%;
	display: block;
	min-height:300px;
	text-align:center;
}
.Subhead {
	margin-left: 10%;
	margin-right:10%;
	width: 80%;
	display: block;
	top:-220px;
}



.ContactTextBox {
	width:100%;
	margin-left:0%;
	margin-top:0%;
	min-height:400px;
	display:flex;
	position:relative;
	flex-direction: column;
  	justify-content: center;
}

.Contact-Image {
	width:60%;
	margin-left:20%;
	margin-top:0px;
	padding-bottom:20px;
	height:180px;
	display:block;
	position:relative;
}


.ContactText {
	width:80%;
	margin-left:10%;
	margin-right:10%;
	display:block;
	position:relative;
	margin-top:120px;
	margin-bottom:40px;
}

#DigitalVideo {
	margin-left:5%;
	margin-right:5%;
	width:90%;
}

#Construction {
	clear: none;
	margin-left: 10%;
	margin-right:10%;
	width: 80%;
	display: block;
	text-align:center;
	position:relative;
	top:-80px;
	z-index:20;
}

h2 {
	font-family: 'Cabin Sketch', cursive;
	font-size:150%;
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {


h1 {
	font-size:36px;
}


.dropbtn {
    display:none;
}

.dropbtn:hover, .dropbtn:focus {
    display:none;
}


.dropdown {
    display: none;
}
.dropdown {
	display:none;
}

.dropdown-content {
    top:-400px;
	z-index: -100;
}
.topnav {
   	display:block;
    background-color:rgba(204,204,204,0);
    overflow:hidden;
	width:86%;
	padding-left: 7%;
	padding-right:7%;
	z-index:200;
	position: relative;
}
.logo {
    display: inline-block;
    vertical-align: central;
    width: 132px;
    height: 55px;
	margin-top:-20px;
	margin-left:24px;
    padding right: 60px;
}
.topnav a {
    float: right;
    display: inline-block;
	position:relative;
	height:35px;
    color: #494744;
    text-align: center;
	vertical-align:-20px;
	padding-top: 20px;
	badding-bottom:12px;
	padding-left:2px;
	padding-right:8px;
    text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
    font-size: 14px;
	transition:0.3s;
	cursor:pointer;
}
.topnav a:hover {
    color: white;
	cursor:pointer;
}
.topnav a.active {
    background-color:rgba(102,51,51,.7);
    color:#494744;
	text-decoration: none;
}
a:link, a:visited {
	color:#494744;
    text-decoration: none;
}

a:link:active, a:visited:active {
   color:#494744;
   text-decoration: none;
}


.gridContainer {
	width:100%;
	max-width:1232px;
	padding-left:0%;
	padding-right:0%;
	margin:auto;
}

h2 {
	font-size:200%;
}

#LayoutDiv1 {
	clear: none;
	float: none;
	margin-left:0;
	width:30%;
	display:block;
	height:250px;
	padding: 10px 5%;
	text-align:left;
	z-index:10;
}

#LayoutDiv1 img {
	cursor:pointer;
	z-index:10;
	max-width:400px;
	text-align:left;
}

#Subhead {
	clear: both;
	float: left;
	margin:20px 0%;
	width:80%;
	display:block;
	padding-left:10%;
	padding-right:10%;
	text-align:center;

}
#DigitalVideo {
	clear: none;
	float: none;
	margin-left:5%;
	margin-right:5%;
	width:90%;
	display: block;
	text-align:justify;
	border-bottom-style:solid;
	border-color: #bcbeba;
	border-width:2px;
	z-index:200;
}
#Construction {
	clear:none;
	margin-left: 10%;
	margin-right:10%;
	width:80%;
	display:block;
	text-align:center;
	position:relative;
	top:-100px;
	z-index:20;
}

#Picframe {
	clear: none;
	float: left;
	margin-left:10%;
	margin-right:10%;
	width: 80%;
	display: block;
	text-align:justify;
}









.ContactTextBox {
	width:100%;
	margin-left:0%;
	margin-top:0%;
	padding-bottom:60px;
	display:flex;
	position:relative;
	flex-direction: row;
  	justify-content: center;
	background-image:url(../_images/Cable4Builders.png);
	background-size:cover;
	background-repeat:no-repeat;
}

.ContactText {
	width:35%;
	margin-left:15%;
	margin-right:5%;
	margin-top:10px;
	display:block;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:2;
	font-size:14px;
	text-align:justify;
	color:#494744;
	margin-top:0px;
	margin-bottom:20px;
}


.Contact-Image {
	width:100%;
	margin-left:0%;
	margin-top:0px;
	padding-bottom:20px;
	height:180px;
	display:block;
	position:relative;
}

.ContactForm1 {
	width:40%;
	padding-top:80px;
	margin-left:5%;
	margin-right:0%;
	min-height:300px;
	display:block;
	position:relative;
}

.ContactForm1 input {
	width:80%;
	padding:2px 10px;
	box-sizing:border-box;
	border-style:solid;
	border-width:1px;
	border-color:#f1b328;
	border-radius:3px;
	background-color:#f2f2f2;
}	

input:invalid {
    border: 2px solid red;
}


.ContactForm1 input[type=submit] {
	width:40%;
	padding:2px 10px;
	box-sizing:border-box;
	border-style:solid;
	border-width:1px;
	border-color:#f1b328;
	border-radius:3px;

	
}	

.ContactForm1 select {
	appearance:none;
	width:80%;
	padding:2px 10px;
	box-sizing:border-box;
	border-style:solid;
	border-width:1px;
	border-color:#f1b328;
	border-radius:3px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	display:block;
	text-overflow:
}	

.ContactForm1 textarea {
	width:80%;
	padding:2px 10px;
	box-sizing:border-box;
	border-style:solid;
	border-width:1px;
	border-color:#f1b328;
	border-radius:3px;
	overflow:hidden;
	resize:none;
	background-color:#f2f2f2;
}	

.ContactText {
	width:35%;
	margin-left:2.5%;
	margin-right:2.5%;
	display:block;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	margin-top:40px;
	margin-bottom:40px;
	
	}

.ContactForm2 {
	width:45%;
	margin-left:2.5%;
	margin-right:2.5%;
	display:block;
	position:relative;
	background-color:#eee;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	margin-top:40px;
	margin-bottom:40px;
}

.ContactForm1 .option {
	width:90%;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	color:#005d94;
}	
	





#Footer3 {
	margin-left:0;
	height:120px;
	width: 100%;
	display:block;
	background-color:#494744;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height:2;
	color: #b9b0ad;
	text-align:left;
}

#Info2 {
	clear: none;
	float: left;
	margin-left: 5%;
	padding-top:40px;
	padding-bottom:10px;
	width: 40%;
	display: block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5;
	background-color:#494744;
	color: #b9b0ad;
}

#Info2 a {
	color: #b9b0ad;
	text-decoration:none;
	cursor:pointer;
}
	
#Icons2 {
	clear: none;
	float: right;
	margin-left:5%;
	margin-top:20px;
	width: 40%;
	min-height:40px;
	display: flex;
	flex-direction: row;
  	justify-content: center center;
	padding-top:20px;
	background-color:#494744;
	color: #b9b0ad;
}

.Social {
	width: 20%;
	height:20px;
	display: inline-block;
	}

.Social img {
	width: 25px;
	height:25px;
	display: inline-block;
	opacity:.5;	
}

.Social img:hover {
	opacity:1;	
	cursor:pointer;
}

.copyright {
	position:relative;
	padding-left:10%;
	padding-right:10%;
	margin:0;
	padding-top:10px;
	padding-bottom:0px;
	width:80%;
	font-size:9px;
	min-height:40px;
	display: block;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	color:#b9b0ad;
	font-size:12px;
	background-color:#494744;
}


}

.Sunheadlines {
	font-size: 18px;
	color: #494744;
	font-family: Verdana, Geneva, sans-serif;
}



.Connect {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #494744;
	text-align:justify;
}
.Bigheadline-black {
	font-family: Verdana, Geneva, sans-serif;
	color: #494744;
	font-size: 24px;
	font-weight: bold;
}

.Bigheadline-yellow {
	font-family: Verdana, Geneva, sans-serif;
	color: #f1b328;
	font-size: 24px;
	font-weight: bold;
}

.Bigheadline-black2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #494744;
	font-size: 18px;
	font-weight: bold;


}

.Bigheadline-yellow2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #f1b328;
	font-size: 18px;
	font-weight: bold;

}


.footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #494744;
	text-align:left;

}
.bullets {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #bab1ae;
	text-indent:20px;
}




	
.italics {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style:italic;
	color: #bab1ae;
	text-align:justify;
}


