/*** BLUE COMMUNICATIONS INC STYLESHEET***/

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}


a:link {color:inherit;text-decoration:none;}
a:visited {color:inherit;text-decoration:none;}
a:hover {color:inherit;text-decoration:none;}
a:active {color:inherit;text-decoration:none;}
a, img {border:none;}


@media (max-width:767px) {
}


/*** MAIN STYLING ***/

html, body {
		padding:0;
		margin:0;
		width:100%;
		height:100%;
	}

.noscroll  {
	overflow:hidden !important;
}

.clear {clear:both; height: 0px; overflow: hidden; line-height: 0px;}


/*** FONTS ***/

h1 {font-family: 'Open Sans', sans-serif; }
h2 {font-family: 'Open Sans', sans-serif; }
h1.slide1 {font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 39px; padding-bottom: 10px; letter-spacing: 8px;}
h2.slide2 {font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 28px; letter-spacing: 5px;}
h1.header {font-family: 'Open Sans', sans-serif; font-weight: 600;}
h2.header {font-family: 'Open Sans', sans-serif; font-weight: 300; font-style: italic; letter-spacing: 1px;}
h3 {font-family: 'Open Sans', sans-serif;}
p {font-family: 'Open Sans', sans-serif;}
a {font-family: 'Open Sans', sans-serif;}
ul {font-family: 'Open Sans', sans-serif;}
li {font-family: 'Open Sans', sans-serif;}


/*** PAGE STYLING ***/

#wrapper  {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.wrapper1  {
	background-image: url("../img/01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.wrapper2  {
	background-image: url("../img/02.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.wrapper3  {
	background-image: url("../img/03.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.wrapper4  {
	background-image: url("../img/04.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}


/*** HEADER ***/

#header {
	width: 100%;
	height:67%;
	padding-bottom: 70px;
	text-align:center;
	background-color: rgba(106,172,222,0.9);
}

#logo {
	padding-top: 25px;
}

#logo p  {
	color: #FFF;
	font-size: 14px;
	letter-spacing: 5px;
}

#header img {
	padding-top:40px;
}

#header h1 {
	color:#EAE5CD;
	letter-spacing:5px;
	font-size:22px;
	padding-top:20px;
}

#header h2 {
	color:#FFFFFF;
	letter-spacing:4px;
	font-size:16px;
	padding-top:10px;
}

/*** MAIN IMAGE ***/

.clearpanel {
	width: 100%;
	height:275px;
	background-color: rgba(0,0,0,0);
}


/*** NAVBAR ***/

.navbar {
	width:100%;
	height: 60px;
	background-color: rgba(255, 255, 255, 1);
	text-align: left;
	border-top: thin solid #99CCCC;
	border-bottom: thin solid #99CCCC;
}

.navleft {
	float:left;
	color:#234568;
	width:38%;
	height: 60px;
	text-align: left;
}

.navleft p  {
	line-height: 60px;
	font-size:30px;
	letter-spacing: 2px;
	margin-left:30px;
}

.navright {
	float:right;
	width:62%;
	cursor: pointer;
}

.navbutton {
	width:33%;
	height: 60px;
	float: left;
	text-align: center;
}

.navbutton p {
	text-decoration:none;
	font-size: 18px;
	line-height: 60px;
	color:#94A3B0;
	letter-spacing:2px;
}



/*** PANELS ***/

.panel {
	height:100vh;
}

.panelcontainer  {
	width: 96%;
	height: auto;
	margin: 0 auto;
	padding-top: 8%;
}



/*** PANEL ONE ***/

#panelone  {
	background-color: rgba(148,163,176, 1);
}

.paneloneleft {
	float:left;
	width:38%;
	height: 100vh;
	color:white;
	padding-top: 17%;
	text-align:center;
}

.paneloneright {
	float:right;
	width:62%;
	height: 100vh;
	background-image:url('../img/rightbg.svg');
	background-size: 75%;
	background-position:center center;
	background-repeat:no-repeat;
}


/*** PANEL TWO ***/

#paneltwo  {
	background-color: rgba(245,245,245, 1);
	height: 85vh; !important
}

.navbar2 {
	width:100%;
	height: 60px;
	background-color: rgba(255, 255, 255, 1);
	text-align: left;
	border-top: thin solid #99CCCC;
	border-bottom: thin solid #99CCCC;
}

.nav2left {
	float:left;
	color:#234568;
	width:80%;
	height: 60px;
	text-align: left;
}

.nav2left p  {
	line-height: 60px;
	font-size:30px;
	letter-spacing: 2px;
	margin-left:30px;
}

.nav2right {
	display: none;
	float:right;
	width:15%;
	text-align: right;
	line-height: 60px;
	background-color: #234568;
	color: #FFF;
}

.nav2right p  {
	line-height: 60px;
	font-size: 18px;
	letter-spacing: 2px;
	margin-right:15px;
}

.clientlogo  {
	width: 33%;
	height: 28vh;
	float: left;
	text-align: center;
}


/*** PANEL THREE ***/

#panelthree  {
	background-color: rgba(255,255,255, 1);
}

#featuredprojectcontainer1  {
	width: 50%;
	height: 42vh;
	float: left;
	text-align: center;
	background-image: url('../img/fp1.svg');
	background-size: 45%;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 6%;
}

#featuredprojectcontainer2  {
	width: 50%;
	height: 42vh;
	float: left;
	text-align: center;
	background-image: url('../img/fp2.svg');
	background-size: 45%;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 6%;
}

#featuredprojectcontainer3  {
	width: 50%;
	height: 42vh;
	float: left;
	text-align: center;
	background-image: url('../img/fp3.svg');
	background-size: 45%;
	background-repeat: no-repeat;
	background-position: center center;
}

#featuredprojectcontainer4  {
	width: 50%;
	height: 42vh;
	float: left;
	text-align: center;
	background-image: url('../img/fp4.svg');
	background-size: 45%;
	background-repeat: no-repeat;
	background-position: center center;
}


/*** FOOTER STYLING ***/

#footer {
	width: 100%;
	height: auto;
	padding-bottom: 40px;
	padding-top: 3%;
	text-align: center;
	background-color: rgba(106,172,222,0.9);
	overflow: auto;
}

#footerleft  {
	float: left;
	width: 70%;
	height: auto;
	text-align: left;
}

.ftrclm  {
	width: 28%;
	height: auto;
	float: left;
	padding-left: 5%;
}

.ftrclm h1  {
	color: #EAE5CD;
}

.ftrclm ul  {
	color: #FFF;
	margin-top: 15px;
	padding-bottom: 5px;
}

.ftrclm li  {
	color: #FFF;
	font-size: 15px;
	line-height: 28px;
	padding-left: 2px;
}

#blog  {
	width: 61%;
	height: auto;
	float: left;
	padding-left: 5%;
	padding-top: 4%;
}

#blog h1  {
	color: #EAE5CD;
	padding-bottom: 20px;
}

#blog h2  {
	color: #EAE5CD;
	padding-bottom: 18px;
}

#blogbody  {
	background-color: #;
}

#blogheading h1  {
	color: #EAE5CD;
	padding-bottom: 15px;
}

#blogcontent p  {
	color: #FFF;
}

#ftrlinks  {
	width: 28%;
	height: auto;
	float: left;
	padding-left: 5.3%;
	padding-top: 4%;
}

#footerright  {
	float: left;
	width: 30%;
	height: auto;
	text-align: center;
}

.footerlogo {
	margin: 0 auto;
	text-align: center;
}

.footertext  {
	margin: 0 auto;
}

.footertext h1 {
	color:#EAE5CD;
	letter-spacing:5px;
	font-size:22px;
	padding-top:20px;
}

.footertext h2 {
	color:#FFFFFF;
	letter-spacing:4px;
	font-size:16px;
	padding-top:10px;
}


.footertext p  {
	color: #FFF;
	font-size: 15px;
	padding-top: 35px;
}

#copyright  {
	width: 100%;
	height: auto;
	background-color: rgba(106,172,222,0.9);
}

#copyright p  {
	color: rgba(255,255,255,0.4);
	text-align: center;
	font-size: 12px;
	padding-bottom: 7px;
}



/*** OVERLAY STYLING ***/

.overlay {
	display:block;
	position: fixed;
	overflow: auto;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(148,163,176,0.8);
	z-index: 10000000;
	text-align: center;
}

.overlaycontent  {
	width: 94%;
	height: 65vh;
    background-color: #F5F7F5;
    margin: auto;
    border-top: thin solid #99CCCC;
	border-bottom: thin solid #99CCCC;
	text-align: left;
	padding-left: 3%;
	padding-right: 3%;
    position: fixed;
    top:0;bottom:0; /* vertical center */
	left:0;right:0; /* horizontal center */
	overflow-y: scroll;
}

.hidden  {
	display: none;
}

#exitbtn  {
	width: 20px;
	height: 20px;
	float: right;
	padding-right: 15px;
	padding-top: 10px;
}

.overlaycontent h1  {
	color:#2EA5CA;
	font-weight: 500;
	letter-spacing:5px;
	font-size:22px;
	padding-top:30px;
	text-align: left;
}

.overlaycontent p  {
	color:#234568;
	letter-spacing:2px;
	font-size:16px;
	line-height: 22px;
	padding-top:20px;
	text-align: left;
}


/*** HOOK STYLING ***/

.stuck  {
	position: fixed;
	top: 0;
	z-index: 1000;
}




/*** SUBPAGE STYLING ***/

.navbarsub {
	width:100%;
	height: 60px;
	background-color: rgba(255, 255, 255, 1);
	text-align: left;
	border-top: thin solid #99CCCC;
	border-bottom: thin solid #99CCCC;
}

.navleftsub {
	float:left;
	color:#234568;
	width:38%;
	height: 60px;
	text-align: left;
}

.navleftsub p  {
	line-height: 60px;
	font-size:30px;
	letter-spacing: 2px;
	margin-left:30px;
}

.navrightsub {
	float:right;
	width:62%;
	cursor: pointer;
}

.navbuttonsub {
	width:33%;
	height: 60px;
	float: left;
	text-align: center;
}

.navbuttonsub p {
	text-decoration:none;
	font-size: 18px;
	line-height: 60px;
	color:#94A3B0;
	letter-spacing:2px;
}

#subpbody  {
	width: 100%;
	height: auto;
	background-color: #F5F7F5;
	min-height: 200px;
}

#insertcontainer  {
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 30px;
	padding-bottom: 30px;
}

#insertheader h1{
	color: #2EA5CA;
	font-size: 22px;
	margin-bottom: 30px;
}

#insertcontent  p{
	color: #234568;
}

#insertdivider  {
	width: 80%;
	height: 2px;
	margin: 0 auto;
	background-color: #2EA5CA;
	margin-top: 35px;
	margin-bottom: 35px;
}






/*
#whatwedonav {
	margin-left:7%;
}

@media (max-width:767px) {
#whatwedonav {
	margin-left: 3.5%;
}
}

#whatwedonav {
	text-align: center;
}

#howwedoitnav {
	text-align: center;
}

#letusdoitnav {
	text-align: center;
}

@media (max-width:767px) {
#clientlist {
	width: 50%;
}
}

.more {
	float: right;
	background-color: #234568;
	height: 68px;
	width: 275px;
}

@media (max-width:767px) {
.more {
	width: 38%;
}
}

.learnmore {
	color:white;
	margin-top:20px;
	letter-spacing:7px;
	padding-left:28px;
	font-size:22px;
	font-weight:200;
}

@media (max-width:767px) {
.learnmore {
	width: 90%;
	text-align: right;
	float: right;
	padding-left: 0px;
	padding-right: 4px;
	letter-spacing: 2px;
	padding-top:2%;
	font-size: 14px;
}
}

@media (max-width:767px) {
#arrow {
	width: 4%;
}
}


.sticky {
     position: fixed;
     top: 0;
  }



/*** FIRST SLIDE POP-OUT SECTIONS ***/
/*
.firstslidegraphics {
	
}

#whatwedo {
	display:none;
	/*opacity:0;*/
/*}

#whatwedocontent {
	display:none;
}

#howwedoit {
	display:none;
}

#howwedoitcontent {
	display:none;
}

#letusdoit {
	display:none;
}


.arrowup {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 15px solid #F5F7F5;
	padding-top: 9px;
	margin-left: 70px;
}

/*** WHAT WE DO ***/
/*
.firstpagedropdown {
	width:0%;
	margin-left:100%;
	height:800px;
	background-color:#F5F7F5;
	border-left-color:#99cccc;
	border-left-style: solid;
	border-left-width: 1px;
}


.dropdowncontent h1 {
	color:#2EA5CA;
	font-size:1.1em;
	letter-spacing:4px;
	text-align:left;
}

.dropdowncontent p {
	color:#234568;
	font-size:1.4em;
	letter-spacing:4px;
	text-align:left;
	width: 90%;
	padding-top: 36px;
	padding-bottom: 10px;
	line-height:30px;
}

.dropdowncontent {
	padding-left: 10%;
	padding-top: 5%;
}

/*** SECOND PAGE STYLING ***/
/*
.secondpagedropdown {
	position:relative;
	float:right;
	width:62%;
	background-color:#FFFFFF;
	display:none;
	width:0%;
}