@charset "utf-8";


/*  Reset Styles */

html, body, div, section, article, header, footer, nav, h1, h2, h3, h4, h5, h6, p, span, em, strong, img, ol, ul, li, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	font: inherit;
}

/*  Viewport Styles  */

@-ms-viewport { width:device-width; }







/*  Global Styles  */


html {
	height: 100%;
}


body {
	position: relative;
	width: 100%;
	font-family:Lato, sans-serif;
	text-shadow: 0 0 .5px rgba(0,0,0,0.3);
	font-size:100%;
	min-height:100%;
}




/*  Menu Styles  */


#menuTitle	{display:none;}

		#nav {
			width: 80%;
			position: absolute;
			top:0px;
			font:.95em;
			text-shadow: none;
			z-index: 1;
		}

			#nav > a {
				display: none;
			}

			#nav li {
				list-style: none;
			}
			
				#nav li a {
					display: block;
					text-decoration: none;
					-webkit-transition: background .5s ease-in;
					-moz-transition: background .5s ease-in;
					-ms-transition: background .5s ease-in;
					-o-transition: background .5s ease-in;
					transition: background .5s ease-in;
				}
				
				#nav li a:hover {
					color: black;
				}
				

			#nav span:after {
				width: 0;
				height: 0;
				border: 0.313em solid transparent;
				border-bottom: none;
				border-top-color: black;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em;
			}
			
			
		
			
			/* Desktop First Level */

			#nav > ul
			{
				height: 2em; 
				background-color: none;
			}
				#nav > ul > li
				{
					width: 20%;
					float: left;
					padding: 0 .5%;
				}
					#nav > ul > li > a
					{
						height: 100%;
						font-size: 1.1em;
						text-align: center;
						font-weight: 900;
						color: #244770;
						
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							color: #4f81bd;
						}


				/* Desktop Second Level */

				#nav li ul
				{
					display: none;
					position: relative;
					margin: 15px 0 0 40px;
					white-space:nowrap;
					background-color: #ffe5b6;	
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					border-radius: 5px;
					-moz-box-shadow: 0px 0px 13px #000000;
					-webkit-box-shadow: 0px 0px 13px #000000;
					box-shadow: 0px 0px 13px #000000;
				}
				
				#nav li:last-child  ul{
				margin: 15px 0 0 -40px;
				}
				
				#nav li:hover ul
					{
						display: inline-block;
						left: 0;
						right: 0;
						
					}
					
						#nav li ul a
						{
							padding: 0 10px;
							font-size: 1em;
							font-weight:700;
							line-height: 2.5em;
							color: #244770;
							border-bottom: solid #2c6eba 1px;							
						}
						
						#nav li ul li:last-child > a{
							border-bottom: none;
						}
						
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color: #244770;
								color: #ffe5b6;
							}
							
		
		

		
		
/*  Container Styles  */
		
		
		#navHoldOne {
			height: 60px;
		}

		
		#navHoldTwo {
			position: relative;
			width: 100%;
			max-width: 900px;
			margin: 5px 0 0 0;
			float: right;
		}
		
		
		#call {display: none;}
		
		
		#HomebgTop {
			width: 100%;
			height: 300px;
			background: #4f81bd;
		}
		
		#HomeContentTop {
			width: 100%;
			max-width: 1000px;
			height: 300px;
			margin: 0 auto;
			background-image: url(../images/B2B-calgary-logo-white.png), url(../images/home_testimonials.gif);
			background-position: center left, center right;
			background-repeat: no-repeat;
		}
		
		
		#childBanner {
			width: 100%;
			height: 130px;
			background: #4f81bd;
		}
		
		
		#childBannerContent {
			position: relative;
			width: 100%;
			height: 130px;
		}
		
		
		#childLogo {
			position: relative;
			float: left;
			margin: 0 0 0 20px;
			background: url(../images/B2B-calgary-logo-white.png) no-repeat;
			background-size: 100%;
			background-position: center;
			width: 200px;
			height: 130px;
		}

		
		
		#childBannerContent h1{
			width: 1%;
			height: 130px;
			padding: 0 20px 0 15%;
			display: table-cell;
			vertical-align: middle;
			color: #fff;
			font-size: 3em;
			font-weight: 900;
			text-align: center;			
		}
		
		
		#bg2 {
			width: 100%;
			background: url(../images/home_page_ani.gif) no-repeat center, #ffe5b6;
			background-size: 100% 100%;
		}
		
		
		
		#heading {
			width: 100%;
			background: #ffe5b6;
			background: -moz-linear-gradient(left,  rgba(255,229,182,0) 0%, rgba(255,229,182,1) 15%, rgba(255,229,182,1) 85%, rgba(255,229,182,0) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,229,182,0)), color-stop(15%,rgba(255,229,182,1)), color-stop(85%,rgba(255,229,182,1)), color-stop(100%,rgba(255,229,182,0))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(left,  rgba(255,229,182,0) 0%,rgba(255,229,182,1) 15%,rgba(255,229,182,1) 85%,rgba(255,229,182,0) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(left,  rgba(255,229,182,0) 0%,rgba(255,229,182,1) 15%,rgba(255,229,182,1) 85%,rgba(255,229,182,0) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(left,  rgba(255,229,182,0) 0%,rgba(255,229,182,1) 15%,rgba(255,229,182,1) 85%,rgba(255,229,182,0) 100%); /* IE10+ */
			background: linear-gradient(to right,  rgba(255,229,182,0) 0%,rgba(255,229,182,1) 15%,rgba(255,229,182,1) 85%,rgba(255,229,182,0) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe5b6', endColorstr='#00ffe5b6',GradientType=1 ); /* IE6-9 */
		}
		
		
		#heading h1 /* home page heading */ {
			font-size: 5em;
			padding: 20px 20px 0 20px;
			text-align:center;
			font-weight: 900;
			text-shadow: 0 0 1px rgba(0,0,0,0.3);
		}
		
		
		#content2 {
			width: 100%;
			max-width: 1400px;
			margin: 0px auto;
			padding: 0 20px 20px 20px;
			background: #ffe5b6;
			background: -moz-linear-gradient(left,  rgba(255,229,182,0) 0%, rgba(255,229,182,1) 15%, rgba(255,229,182,1) 85%, rgba(255,229,182,0) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,229,182,0)), color-stop(15%,rgba(255,229,182,1)), color-stop(85%,rgba(255,229,182,1)), color-stop(100%,rgba(255,229,182,0))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(left,  rgba(255,229,182,0) 0%,rgba(255,229,182,1) 15%,rgba(255,229,182,1) 85%,rgba(255,229,182,0) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(left,  rgba(255,229,182,0) 0%,rgba(255,229,182,1) 15%,rgba(255,229,182,1) 85%,rgba(255,229,182,0) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(left,  rgba(255,229,182,0) 0%,rgba(255,229,182,1) 15%,rgba(255,229,182,1) 85%,rgba(255,229,182,0) 100%); /* IE10+ */
			background: linear-gradient(to right,  rgba(255,229,182,0) 0%,rgba(255,229,182,1) 15%,rgba(255,229,182,1) 85%,rgba(255,229,182,0) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe5b6', endColorstr='#00ffe5b6',GradientType=1 ); /* IE6-9 */
		}
		
		
		#content2 h2  {
			font-size: 3em;
			width: 100%;
			max-width: 900px;
			margin: 0 auto 30px auto;
			text-align: center;
			font-weight: 400;
			text-shadow: 0 0 1px rgba(0,0,0,0.3);
		}
		
		#content2 .twentyOne {
			width: 100%;
			max-width: 900px;
			margin: 20px auto;
			font-size:1.5em;
		}
		
		
		
		#teasers {
			width: 100%;
			min-height: 370px;
			max-width: 1200px;
			margin: 0 auto;	
		}
		
		
		#consumer, #mktngResearch, #mktngStrategy {
			width: 25%;
			float: left;
			margin: 4% 4% 0 4%;
			min-height: 250px;
			background: #84bcff;
			border-radius: 10px 10px 10px 10px;
			box-shadow: 10px 10px 10px #888888;
		}
		
		
		
		#bg3 {
			width: 100%;
			background: #705119;
		}
		
		
		#content3   {
			width: 100%;
			max-width: 900px;
			margin: 0 auto;
			padding: 20px 0 20px 0;
			color: #ffffff;
		}
		
		
		
		#childWrap {
			overflow: hidden;
			padding-bottom:300px;
		}
		
		
		#childSide {
			float: left;
			width: 25%;
			background-color: #84bcff;
			padding-bottom: 1000em;
			margin-bottom: -1000em;
		}
		
		#childContent {
			float: right;
			width: 75%;
			background-color: #ffe5b6;
			padding-bottom: 1000em;
			margin-bottom: -1000em;
		}
		
		#childContent .twentyOne {
			width: 70%;
			margin: 20px auto;
			font-size: 1.25em;
		}
		
		
		#childContent h1{
			display: none;
		}
		
		
		#childContent h2{
			width: 80%;
			margin: 40px auto 30px auto;
			font-size: 2em;
			font-weight: 700;
		}
		
		#childContent h3{
			width: 80%;
			margin: 40px auto 10px auto;
			font-size: 1.5em;
			font-weight: 700;
		}
		
		
		#testimonials {
			width: 70%;
			margin: 20px auto 0 auto;
			display: block;
			padding: 2%;
			background: #ffe5b6;
			background-size: 100%;
			box-shadow: 10px 10px 10px #888888;
			-webkit-border-radius: 10px 10px 10px 10px;
			border-radius: 10px 10px 10px 10px;
		}
		

	
		#benefits {
			width: 80%;
			margin: 100px auto;
			padding: 20px;
			color: #fff;
			background: #705119;
			-webkit-border-radius: 10px 10px 10px 10px;
			border-radius: 10px 10px 10px 10px;
		}
		

	
		#woody {
			background: url(../images/woody_intro.png) no-repeat;
			width: 80%;
			margin: 50px auto;
			min-height: 100px;
		}
		
				
		
		.presentationOffer {
			margin: 100px auto;
			width:80%;
			padding:1%;
			border-top: double 10px #705119;
			border-bottom: double 10px #705119;
			background: #ffe5b6;
			text-align:center;
			font-size: 1.5em;
		}
		
		
		.click {
			position: absolute;
			left: 0;
			top: 0;
			height: 100%;
			width: 100%;
			z-index: 3;
		}
	
	
	
	    .form {
			width:80%;
			margin: 50px auto;
			padding:1%;
			border: solid 6px #daaf04;
			background-color:#dae4f1;
		}


	
		.videoContainer {
			position: relative;
			padding-bottom: 60%;
			height: 0;
			overflow: hidden;
			width: 50%;
			margin: 50px auto 0 auto;
		}
	
	
		.videoContainer iframe,
		.videoContainer object,
		.videoContainer embed {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 70%;
		}
	
	
		#footer {
			clear: both;
			width: 100%;
			margin: 0 auto;
			padding: 1%;
			background: #CACFD3;
		}
		
		#footerChild {
			position:absolute;
			bottom:0;
			width: 100%;
			margin: 0 auto;
			padding: 1%;
			background: #CACFD3;
		}
		
		
		#footerContent {
			margin: 0 auto;
			max-width: 1200px;
		}
		
	
	
		
/*  Text Styles  */
		
		h3 { font-size:1.5em; font-weight: 900; margin:10px 0 10px 0; }
		
		.cursive21 {font-family: 'Architects Daughter', serif; font-size: 1.3125em; font-weight:bold; margin: 0 0 0 150px; line-height: 125%;}
			
		.fourteen { font-size: .875em; margin: 10px 0;  }
		.sixteen { font-size: 1em; margin: 10px 0; }
		.eighteen { font-size: 1.125em; margin: 10px 0;  }
		.twenty { font-size: 1.25em; margin: 10px 0;  }
		.twentyOne { font-size: 1.3125em; margin: 15px 0; }
		.twentyTwo { font-size: 1.375em; margin: 15px 0;  }
		.twentyFour { font-size: 1.5em; margin: 15px 0;  }
		
		.elevator {  width: 80%; font-size: 1.3125em; margin: 25px auto 0 auto; }
		

		
		
		#bodyCopy h3 {
			margin: 50px 0 0 0;
		}

	
		#consumer h2, #mktngResearch h2, #mktngStrategy h2 {font-size: 1.5em; margin:10px; text-align:center; }
		
		#consumer p, #mktngResearch p, #mktngStrategy p { color:black; font-size: 1em; margin:10px;  }
		
		#consumer .readMore {float: right; margin: 10px 30px 10px 0; font-size: 1.1em;}
		#mktngResearch .readMore {float: right; margin: 10px 30px 10px 0; font-size: 1.1em;}
		#mktngStrategy .readMore {float: right; margin: 10px 30px 10px 0; font-size: 1.1em;}
		
		#footerContent .fourteen {margin: 0px 0px 10px 200px; text-align:center; }
		#footerContent .sixteen {margin: 20px 0 10px 200px; text-align:center; letter-spacing: 3px;}
		


		
		.form p { text-align:center; font-size: 1em; margin: 10px 0; }

		
		.lines {width:80%; margin:50px auto; border-top:double 10px;}
		
		
		legend {white-space: normal; width: 100%; }
		
		
		
		
/*  List Styles  */
		
		ul.arrow {list-style-image: url(../images/bullet_arrow.gif); font-size:1.25em; margin: 0 0px 0 20px;}
		ul.arrow li {padding: 10px 0 0 5px;}
		
		.checkmark {list-style:url(../images/checkmark.png); font-size:1.25em; width: 80%}
		.checkmark li {margin:10px 0 0 25%;}
		
		ol.paraList li { font-size:1.3125em; margin: 30px 0 0 15%; width: 70%;}
		ol.paraList p { margin: 10px 0 0 0; }
		
		ul.twentyOne li { margin: 10px 0 0 50px; }
		
		ul.noDot { list-style:none; font-size: 1.25em; width: 70%; }
		ul.noDot li {margin: 10px 0 0 25%;}
		
		.circle {list-style-type:circle; font-size: 1.3125em; width: 70%;}
		.circle li {margin: 10px 0 0 25%;}
		
		
/* Link Styles */
		
		.twentyOne a { color: #244770; }
		.twentyOne a:hover { color:#705119; text-decoration:none; }
		
		#consumer h2 a, #mktngResearch h2 a, #mktngStrategy h2 a { color:#fff; text-decoration:none; font-weight: 700; }
		#consumer h2 a:hover, #mktngResearch h2 a:hover, #mktngStrategy h2 a:hover { color: #ffe5b6; }
		
		#consumer p a, #mktngResearch p a, #mktngStrategy p a { color:#fff; text-decoration:none;  }
		#consumer p a:hover, #mktngResearch p a:hover, #mktngStrategy p a:hover { color: #ffe5b6; }
		
		#content3 a {color:#84bcff;}
		#content3 a:hover {color:#ffe5b6;}

		.presentationOffer a {color:red; text-decoration: none;}
		.presentationOffer a:hover {color: #705119;}


		#footerContent .fourteen a {text-decoration: none;}
		#footerContent .fourteen a:hover {color: red;}
		

/* Image Styles */

		#footerContent img {
			float: left;
			margin: 0 20px 0 0;
		}


		
		
		
		

/*  1000px  */


@media only screen and ( max-width: 1000px ) {

		#bg2 {
			background: #ffe5b6;
		}
		
		#content2 {
			width: 95%;
		}
		
		#content3   {
			width: 95%;
		}
		
		#childBannerContent h1{
			font-size: 2.5em;
		}

		#benefits {
			width: 70%;
			margin: 80px auto;
		}		
		
}

		

/*  900px  */


@media only screen and ( max-width: 900px ) {
		
			
		#childBannerContent h1{
			display: none;
		}

		#childLogo {
			float: none;
			margin: 0 auto;
		}		
		

		
		#childContent h1{
			display: block;
			color: 000000;
			font-size: 3em;
			font-weight: 900;
			text-align: center;
			margin: 20px 20px;
		}
		
		
		#childSide {
			width: 100%;
		}
		
		#childContent {
			width: 100%;
		}
		
		
}

		
		
		
		
/*  850px  */
		
@media only screen and ( max-width: 850px ) {

		
	
		#menuTitle	{
			display: block;
			float: left;
			margin: 10px 0 0 50px;
			font-size: 20px;
			font-weight:bold;
			color: #244770;
		}
				
		
		#nav {
			top: 0px;
			left: 20px;
			font-size:90%;
		}
				#nav > a
				{
					margin: 0px 0 0 0;
					width: 3.125em;
					height: 3.125em;
					text-align: left;
					text-indent: -9999px;
					background-color: #ffe5b6;
					position: relative;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px double #244770;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block;
				}


			#nav span:after
			{
				border-top-color: #f7f2e5;
			}
				


			/* 850px First Level */

			#nav > ul
			{
				height: auto;
				width:200px;
				display: none;
				margin: 0 0 0 50px;
				white-space:nowrap;
				background-color: #244770;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border-radius: 5px;
				-moz-box-shadow: 0px 0px 13px #000000;
				-webkit-box-shadow: 0px 0px 13px #000000;
				box-shadow: 0px 0px 13px #000000;
			}
			


			#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: auto;
					float: none;
				}
					#nav > ul > li > a
					{
						text-align: left;
						padding: 1em;
						color: white;
						font-weight: 400;
					}
					
					
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							color: #ffe5b6;
						}
					
					
					#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							border-bottom: solid #7496bc 1px;
						}


				/* 850px Second Level */

				#nav li ul
				{
					float: right;
					margin: -10px -50px 0 0;
					z-index: 2;
					min-width:150px;
					background-color: #ffe5b6;
					border: solid 3px #244770;
				}
				
				#nav li:last-child  ul{
					margin: -10px -50px 0 0;
				}
				
				
						
		#call {
			position: relative;
			display: block;
			float: right;
			margin: 10px 20px 6px 0;
 			width: 180px;
			height: 40px;
			text-indent:-9999px;
			background: url(../images/call_button.png) no-repeat;
			background-size: 100%;
		}
		
				

		#HomeContentTop {
			background-image: url(../images/B2B-calgary-logo-white-large.png);	
			background-position: center;
			background-size: 60%;
		}		
				

		#bg2 {
			background: #ffe5b6;		
		}
				
		
		#teasers {
			margin: 30px auto;
		}
		
		#consumer, #mktngResearch, #mktngStrategy {
			width: 50%;
			min-height: 0px;
			float: none;
			display: inline-block;
			margin: 20px 24%;
		}
		
		
		#footerContent img {
			float: none;
			display:block;
			margin: 10px auto;
		}
		
	
		#footerContent .fourteen {margin: 10px; text-align:center;}
		#footerContent .sixteen {margin: 10px; text-align:center;}
		
		#benefits ul.bullet12 {font-size: 1.2em}
		
		
		
}
		
		



/*  600px  */
		
@media only screen and ( max-width: 600px ) {



		#HomebgTop {
			height: 280px;
		}

		
		#HomeContentTop {
			height: 280px;
			background-size: 80%;
		}	


		
		#content2 h2  {
			width: 95%;
			max-width: 900px;
			margin: 20px auto;
			text-align: center;
		}
		
		
		#consumer, #mktngResearch, #mktngStrategy {
			width: 80%;
			margin: 20px 9%;
		}
		
	
		.videoContainer {
			padding-bottom: 100%;
			width: 100%;
			height: 100%;
		}


		
		#footerContent img {
			max-width: 189px;
		}
		
		
}
			


/*  400px  */
		
@media only screen and ( max-width: 400px ) {


		#menuTitle	{
			display: none;
		}
		
		#HomebgTop {
			height: 220px;
		}
		
		
		#HomeContentTop {
			height: 220px;
			background-size: 80%;
		}
		
		#heading h1  {
			font-size: 4em;
		}