
/* Shared*/


	ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.tabs li{
			background: none;
			color: #222;
			display: inline-block;
			padding:;
			cursor: pointer;
		}

		ul.tabs li.current{
			background: #ffc262;
			color: #222;
		}

		.tab-content{
			display: none;
			background: #FFF;
			padding: 15px 15px 15px 0;
		}

		.tab-content.current{
			display: inherit;
		}



/* Sections */
.section {
  clear:both;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}


/* Footer */
.footer-top {
	padding: 1.75rem 0;
	background-color: #464649;
	overflow:hidden;
}

.footer-nav {
	display:none;
}

.footer-nav a, .footer-nav a:active, .footer-nav a:visited {
	color:#FFF;
	text-decoration:none;
	margin-bottom:0px;	
	
}

.footer-nav a:hover{
	color:#ffaa25;
}

.footer-bottom {
	padding: 2em 0 4em;
	background-color: #56565a;
	overflow:hidden;
}

.footer-bottom p {
	color:#FFF;
	font-weight:300;
	margin-bottom:.75em;
	line-height:1.3em;
}


.footer-bottom p span {
	text-transform:uppercase;
	font-size:.75em;
	font-weight:600;
}



/* Content Sections */

.angle {
	background-image: url(../images/bio-angle.png);
	background-position: right top;
}

.content {
	padding: 4rem 0 3rem;
	overflow:hidden;
}

.header {
	padding: 7rem 0 3rem;
	background-color: #262626;
	overflow:hidden;
	background-image: url(../images/secondary-page.jpg);
	background-size:cover !important;;
}

.contact-image {
	background-color: #FFF;
	overflow:hidden;
	background-image: url(../images/contact-image.jpg);
	background-size:cover !important;;
	height:300px;
	background-position: right;
}

.qa-image {
	background-color: #FFF;
	overflow:hidden;
	background-image: url(../images/qa-image.jpg);
	background-size:cover !important;;
	height:300px;
	background-position: center;
}

.process-content {
	background-color: #737477;
	overflow:hidden;
	background-image: url(../images/process-mobile.jpg);
	background-size:cover !important;;
	background-position: right;
	color: #FFF;
	padding: 6rem 0 0;
}

.philosophy-content {
	background-color: #737477;
	overflow:hidden;
	background-image: url(../images/philosophy-mobile.jpg);
	background-size:cover !important;;
	background-position: right;
	color: #FFF;
	padding: 6rem 0 0;
}

  .slider-half.column                { width: 100%; }

.welcome, .secondary-page .blog-page{
	padding: 4rem 0;
	overflow:hidden;
	
}

.secondary-page p a, .secondary-page h5 a  {
	color:#56565a;
}
.slider {
	overflow:hidden;
	text-align:center;
	padding: 8rem 0 7rem;
	background-image: url(../images/white-bg.png);
	background-repeat: repeat;

}

.caption {
	background-image: url(../images/caption.png);
	background-position: left;
	padding:20px 20px 40px 20px;
}

.masthead {
	overflow:hidden;
	text-align:center;
	padding: 0rem 0;
    background: linear-gradient(90deg, #56565a 50%, #FFF 50%);
	
}

.white-bg {
    background-color: #FFF;;
	
}

.right {
	text-align:left;
}

/* Content Sections */



.button {
	border: none;
	cursor: pointer;
	padding: 1.25rem 1.75rem;
	*display:inline;
	zoom:1;
	position: relative;
	background-color: #ffaa25;
	text-transform: uppercase;
	text-decoration:none;
	color:#ffffff;
	font-size: .9em;
}


.button-input {
	border: none;
	cursor: pointer;
	padding: 1rem 5.5rem 1rem 3rem;
	display: inline-block;
	*display:inline;
	zoom:1;
	position: relative;
	background-color: #ffaa25;
	text-transform: uppercase;
	text-decoration:none;
	color:#ffffff;
	font-size: 1.25em;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 88% center;
}


.button:hover, .button-input:hover {
	background-color: #56565a;
	text-decoration: none;
	color:#FFF;
}
  
#nav-normal {
	display:none;  
}

#client-login {
	display:none;  
}

#logo {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: url(../images/cam-logo-small.jpg);
	background-origin: padding-box;
	background-position: left;
	background-repeat: no-repeat;
	background-size: auto auto;
	display: block;
	height: 60px;
	text-indent: -99999em;
	transition-delay: 0s;
	transition-duration: 0s;
	transition-property: all;
	transition-timing-function: ease-in;
	width: 201px;
	position: relative;
	float:left;
}

#logo2 {
display:none;
}

.team-member {
 	margin-top:50px;
 }


/* Banner */

.process {
	position: relative;
	overflow: auto;
	text-align: left;
	color: #FFF;
}


.banner {
	position: relative;
	width: 100%;
	overflow: auto;
	
	font-size: 18px;
	text-align: left;
	
	color: #FFF;
	
	background: #FFF;
}

.banner ul, .process ul {
		list-style: none;
		width: 300%;
}

.banner ul li {
	display: block;
	float: left;
	width: 33%;
	padding: 135px 0 85px;
	min-height: 300px;	
/*	-webkit-background-size: 100% 100%;*/
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
/*	background-size: 100% 100%;*/
}

.process ul li {
	display: block;
	float: left;
	width: 33%;
	padding: 25px 0 85px;
	min-height: 250px;	
/*	-webkit-background-size: 100% 100%;*/
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
/*	background-size: 100% 100%;*/
}

.banner .btn, .process .btn {
	display: inline-block;
	margin: 25px 0 0;
	padding: 9px 22px 7px;
	clear: both;	
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid rgba(255,255,255,.4);
	border-radius: 5px;
}

.banner .btn:hover, .process .btn:hover {
	background: rgba(255,255,255,.05);
}

.banner .btn:active, .process .btn:active {
	-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
}
		
.banner .btn, .banner .dot, .process .btn, .process.dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}
	
.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	text-align:center;
}

.process .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
}


.banner .dots li, .process .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 6px;
	text-indent: -999em;	
	border-radius: 6px;
	background-color:#FFF;
	cursor: pointer;
	opacity: .8;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
	border: 1px solid #c7c7c7;
}

.banner .dots li.active, .process .dots li.active {
	background: #ffaa25;
	opacity: 1;
}	
		
/* Bigger than 550 */
@media (min-width: 550px) {

.welcome, .secondary-page, .blog-page {
    padding: 8rem 0;
	overflow:hidden;
}
  


#logo2 {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: url(../images/eCCW-gray.png);
	background-origin: padding-box;
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: auto auto;
	display: block;
	height: 81px;
	text-indent: -99999em;
	transition-delay: 0s;
	transition-duration: 0s;
	transition-property: all;
	transition-timing-function: ease-in;
	width: 202px;
	position: relative;
	float:right;
}

}

/* Bigger than 640 */
@media (min-width: 640px) {
}


/* Bigger than 750 */
@media (min-width: 750px) {

.team-member {
 	margin-top:0;
 }

.process-content {
	background-color: #737477;
	overflow:hidden;
	background-image: url(../images/process.jpg);
	background-size:cover !important; !important;;
	background-position: center;
	color: #FFF;
	padding: 6rem 0 0;
}

.philosophy-content {
	background-color: #737477;
	overflow:hidden;
	background-image: url(../images/philosophy.jpg);
	background-size:cover !important;;
	background-position: center;
	color: #FFF;
	padding: 6rem 0 0;
}

  .slider-half.column                { width: 50%; }

.button {
	border: none;
	cursor: pointer;
	padding: 1rem 3rem 1rem 3rem;
	display: inline-block;
	*display:inline;
	zoom:1;
	position: relative;
	background-color: #ffaa25;
	text-transform: uppercase;
	text-decoration:none;
	color:#ffffff;
	font-size: 1.25em;
}

.button-input {
	border: none;
	cursor: pointer;
	padding: 1rem 5.5rem 1rem 3rem;
	display: inline-block;
	*display:inline;
	zoom:1;
	position: relative;
	background-color: #ffaa25;
	text-transform: uppercase;
	text-decoration:none;
	color:#ffffff;
	font-size: 1.25em;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 88% center;
}


.button:hover, .button-input:hover {
	background-color: #56565a;
	text-decoration: none;
	color:#FFF;
}
.caption {
	background-image: url(../images/caption.png);
	background-position: right;
	padding:20px 100px 20px 40px;
}
.right {
	text-align:right;
	margin-top:0;
}

.footer-bottom {
	padding: 1.25em 0 5em;
	background-color: #56565a;
	overflow:hidden;
}

.footer-nav {
	color:#FFF;
	margin-bottom:0px;	
	display:inline-block;
}

.footer-nav a, .footer-nav a:active, .footer-nav a:visited {
	color:#FFF;
	text-decoration:none;
	margin-bottom:0px;	
	
}

.footer-nav a:hover{
	color:#ffaa25;
}

}

/* Bigger than 1000 */
@media (min-width: 1000px) {
	
	


}

/* Media - Fluid Images - Video 
============================================================================================== */
figure {margin: 0}
img, object, embed, video {max-width: 100%;	_width: 100%} /* Fluid images */
img {border: 0;	-ms-interpolation-mode: bicubic} /* Improve IE's resizing of images */
svg:not(:root) {overflow: hidden} /* Correct IE9 overflow */
img {height: auto;}


input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
	width: 100%;
 
}

input .button{
	width: auto;
 
}

.form li {
	padding:26px 0px;
	border-top:1px dotted #c7c7c7;
	min-height:27px;
	list-style-type: none;
	list-style-image: none;
}


/* Reveal Modal Dialog 
============================================================================================== */
		
	.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
	/* [disabled]background-color: rgba(91,199,199,.8); */
	background-image: url(../images/bg-alpha.png);
	background-repeat: repeat;
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -155px;
		width: 220px;
		background: #eee url(modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		



	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
		
		.error {
	color: #ff0000;
	border: 1px solid #ff0000;
	background-color:#ffdfdc;
	padding: 10px;
	margin-bottom: 10px;
}

.success, .result {
	border: 1px solid #B4B4B4;
	background-color:#E9E9E9;
	padding: 10px;
	margin-bottom: 10px;
}



input.error {
	background: #FFE6E6;
}

label.error {
	width:300px;	
}



/* Google Maps
============================================================================================== */
		
.google-maps {
        position: relative;
        padding-bottom: 45%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

div.ctct-form-embed div.ctct-form-defaults {
    padding: 0 !important;
}
.ctct-gdpr-text {display:none !important;}