/* CSS Document */



	
	
     @media (max-width: 768px) {
	 /*@media (min-width: 100px) {*/

html{
	/*width: 100%;
	width: 100vw;
	border: 2px solid green;
	margin: 0;
	align: center;*/
	/*min-height: 100%;*/
	/*overflow-y: scroll;*/

	}
	


/* codystar-regular - latin */
@font-face {
  font-family: 'Codystar';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/codystar-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/codystar-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/codystar-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/codystar-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/codystar-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/codystar-v8-latin-regular.svg#Codystar') format('svg'); /* Legacy iOS */
}

body{
	/*align: center;*/
	margin: 0;
	/*border: 2px solid red;*/
	overflow-x:hidden;
	
 }	  

		
		#container {width: 100%;
			align: center;}


.bg {
position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
	background-color: white;
    background: url(strategyadvice03_768.jpg) no-repeat right top; 
    background-size: cover;
	opacity: 1;
	background-position: center center;
	background-attachment: fixed;
	/*border: solid 1px blue;*/
		}
		
		/*
Header is relative so z-index: 1 guarantees always displayed on top
*/
header {
    /*background-color: white;*/
	/*background: url('pm_2016_july_v2-01__x194 copy.jpg');*/
			/*background-repeat:no-repeat;
			background-position:center;*/
    padding: 10px;
    text-decoration: none;
    position: fixed;
    width: 100%;
    z-index: 1;
    /*-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);*/
}

/*
using background color is important to cover the menu
position absolute isset to cover the whole viewport
*/
#content {
    /*background-color: #FFFFFF;*/
    padding: 10px 10px 10px 10px;
    position: relative;
    width: auto;
    height: 100%;
    -webkit-box-shadow: -10px 0px 9px 0px rgba(0, 0, 0, 0.4);
    box-shadow: -10px 0px 9px 0px rgba(0, 0, 0, 0.4);
}

/*
the hamburger button with a little gradient effekt
*/
#hamburger {
   /* border: 1px solid #374C77;
    border-radius: 3px 3px 3px 3px;*/
	/*background: white;*/
    cursor: pointer;
    display: block;
    height: 24px;
    padding: 3px 4px 3px;
    position: relative;
    width: 25px;
   /*background: #4569b2;
    background: -moz-linear-gradient(top, #4569b2 0%, #4062a5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4569b2), color-stop(100%, #4062a5));
    background: -webkit-linear-gradient(top, #4569b2 0%, #4062a5 100%);
    background: -o-linear-gradient(top, #4569b2 0%, #4062a5 100%);
    background: -ms-linear-gradient(top, #4569b2 0%, #4062a5 100%);
    background: linear-gradient(to bottom, #4569b2 0%, #4062a5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4569b2', endColorstr='#4062a5', GradientType=0);*/
}

/*
The white stripes in the hamburger button
*/
#hamburger div {
   	background-color: grey;
    border: 1px solid #eee;
    border-radius: 2px 2px 2px 2px;
    height: 2px;
    margin-top: 3px;
    width: 90%;
}

/*
The navigation container in the background
*/
nav {
    opacity: 0;
    left: 0px;
    top: 0px;
    position: fixed;
    z-index: 0;
    width: 70%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    background: #3e3c3d;
   /* background: -moz-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e3c3d), color-stop(100%, #2d2c2d));
    background: -webkit-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: -o-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: -ms-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: linear-gradient(to bottom, #3e3c3d 0%, #2d2c2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3c3d', endColorstr='#2d2c2d', GradientType=0);*/
}

/*
Style the navigation menu
*/
nav ul {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
}

nav li {
    position: relative;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px solid #222222;
    border-top: 1px solid #444444;
    padding: 15px;
}

nav li a {
    color: #fff;
    text-decoration: none;
}

/*
The Layer that will be layed over the content
so that the content is unclickable while menu is shown
*/
#contentLayer {
    display: none;
    height: 9999%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    z-index: 5;
	}
	
		
		#contactstrip {
		width: 100%;
		display: block;
		align: center;
		/*margin: auto;*/
		/*border: red solid 1px;*/
		background-color:black;
		background-repeat:repeat;
		/*margin-left: 15px;
		padding-right: -15px;*/
		/*height: 17px;*/
 /* line-height: 15px;*/
 padding: 20px 0 20px 0;
 }
 
 #contactstrip a{
 			color: white;
			/*font-family: 'Open Sans', sans-serif;*/
			/*font-weight: 300; */
			font-size: 14px;
 }
		
		.cs {
			/*opacity: 1;
			background-repeat:no-repeat;
			background-position:bottom;*/
			display: inline-block;
			/*background-size: cover;
			align: center;
			text-align: center;*/
			/*padding: 0px;*/
			min-height: 16px;
			/*margin: 4px 0 4px 0;*/
			vertical-align:top;
		}
		
		#cs_email {
			background-image: url('email_us_16.png');
			width: 150px;
		}
		
		#cs_fb {
			background-image: url('fb_16.png');
			width: 35px;
		}
		
		#cs_tw {
			background-image: url('tw_16.png');
			width: 35px;
		}
	  
	    	#logoArea { 
			/*height: 254px;*/
			width: 100%;
			display: block;
			background-color: rgba(255,255,255,0.3);
		}
		
		 #logo { 
			display: inline-block;
			width: 100%;
			/*height: 244px;*/
			/*padding-top: 18px;*/
			/*background: url('pm_2016_july_v2-01__x900 copy.jpg');
			background-repeat:no-repeat;
			background-position:center;*/
			/*background-color: white;*/
			height:42px;
			align: center;
			text-align: center;
			padding:0;
			
		}
		
		/* #logo_mobile { 
			display: inline-block;
			height: 244px;
			width: 100%;
			padding-top: 18px;
			background: url('pm_2016_june_v1-03 copy_teal.jpg');
			background-repeat:no-repeat;
			background-position:center;
			margin-left: 0px;
			
		}*/
		
		 #banad_mobile { 
			display: inline-block;
			/*min-height: 30px;*/
			/*min-width: 300px;*/
			width: 100%;
			background-color: rgb(180, 216, 212);
			align: center;
			text-align: center;
			padding-top: 4px;
			/*background: url('banad_landscape_mob_05__400 copy.png');
			background-repeat:no-repeat;
			background-position:center;
			margin-left: 0px;
			background-size: cover;
			height: auto;*/
			/*max-width: 400px;*/
		}
		
				/* #logo2 { 
			display: inline-block;
			height: 244px;
			width: 510px;
			padding-top: 18px;
			background: url('banner_ad_logoarea_02 copy.jpg');
			background-repeat:no-repeat;
			background-position:right;
		}*/


		.CTA {
			
			padding: 7px 15px 7px 15px;
			background-color: rgba(40,40,40,1);
			border-radius:0px;
						color: white;
						margin-bottom: 40px;
		}

		a.CTA {
			color: white;
			/*font-family: 'Open Sans', sans-serif;*/
			/*font-weight: 300; */
			font-size: 14px;
			text-decoration: none;
		}

		.CTA2 {
			padding: 14px 19px 12px 19px;
			background-color: rgba(50,50,50,1);
			border-radius:0px;
		}

		a.CTA2 {
			color: rgb(255,255,255);
			/*font-family: 'Josefin Slab';*/
			/*font-weight: 300; */
			font-size: 12px;
			line-height: 15px;
			font-family: 'Open Sans', sans-serif;
			text-decoration: none;
		}
	  
        	h1 {
          		color: rgb(128,128,128);
			background-color:rgba(224,224,224);
        	}
				
		#topcontent { 
			width: 100%;
			/*width: 100vw; */
			/*height:500px;*/
			align: center;
			/*border: 2px solid red;*/
			/*display: inline-block;*/
			text-align: center;
			padding: 30px 0px 30px 0px;
			background-color:rgba(255,255,255,0.88);
			margin-bottom:30px;
			margin-top: 30px;
		}
		
		#topcontent h1{ 
			color: rgba(40,40,40,1);	
		  	background-color:rgba(255,255,255,0);
			font-family: Arial, sans-serif;			
			font-size: 12px;
			font-weight:200; 
			text-align: centre;
			/*border: 2px solid blue;*/
			padding-top: 20px;
			margin-bottom: 0px;
		}

		#topcontent a.sub { 			color: rgba(40,40,40,1);
		  	background-color:rgba(255,255,255,0);
			/*font-family: 'Great Vibes', cursive;*/
			font-family: Arial, sans-serif;				
			font-weight:200; 
			text-align: centre;
			font-size: 10px; margin-bottom: 50px; }
			
#topcontent p.sub { 
font-size: 12px;
color: black;
margin-top: 0px ;
margin-bottom: 0px; 
}			
		
		#topcontent a2{
			color: rgba(40,40,40,1);
		  	background-color:rgba(255,255,255,0);
			font-family: 'Codystar', cursive;
			font-size: 40px;
			font-weight:600;
			text-align: centre;	
			/*border: 2px solid blue;*/
			padding: 0px;
			margin: 0px;
		}
		
		#topcontent p{
			color: rgb(0,0,0);
		  	background-color:rgba(255,255,255,0.9);
			padding: 10px;
			/*font-family: 'Josefin Slab';*/
			font-size: 21px; 
			line-height: 25px;
			/*font-weight: 400; */
			text-align: center;
			align: center;
			width: 85%;
			margin-left: auto;
			margin-right: auto;
			/*border: 2px solid blue;*/
			margin-top: 20px;
			margin-bottom: 30px;
		}
		
					.icon-medium{}

#companysize{
display:none;
}

#midlandcompany{
display:none;
}

.selector-tool-options{
display:inline-block;
padding:5px;
padding-left: 15px;
padding-right: 15px;
cursor: pointer;
}

.hidden-button{
display:none;
cursor: pointer;
}

.selector-tool-options label{
cursor: pointer;
}

.checkertool{
background-color:white;

margin:auto;
max-width: 960px;
}

#borderActive{
border:whitesmoke solid 1px;
}

.questiontext{
	/*font-size: 13.5px;*/
}

.questionimage{
padding-bottom: 5px;
}

#eligibiltyanswer{
padding: 20px;
display:none;
}

#eligibiltycontactus{
display:none;
}

#eligibiltyanswertext{
padding: 20px;
width: 100%;
}

		
		
		#templatewrap {
			vertical-align: top; 
			width: 100%;
			margin: 0px ;
			padding: 0px;	
		}
		
		.BlockClick{
		/*background-image: url('AccelerateYourBusinessGrowth03_385x222.jpg');*/
			/*height: 750px;*/
			background-repeat:no-repeat;
			background-position:bottom;
			display: inline-block;
			width: 100%;
			background-size: cover;
			height: 735px;
		}
		
		#textblock {margin-top:30px;}
		
		h2.BlockHead {
			font-family: 'Codystar', cursive;
			font-weight:bold; /*: strong; */
			font-size:30px; 
			color: teal;
			/*padding: 0px 0px 0px 0px;*/
			line-height: 50px;
			vertical-align: middle;
			margin-top: 40px;
			margin-bottom: auto;
			/*border: 3px solid red;*/
		}

		h2.WhiteText, p.WhiteText{
			color:white;
		}
		
		h2.BlackText {color:black;}		

		h2.GoldText, p.GoldText{
			color:gold;
			/*font-weight: bold;*/
		}

		p.BlockText {
			font-size:20px; 
			/*padding: 0px 0px 0px 0px;*/
			/*font-family: 'Josefin Slab';*/
			text-align: justify;
			/*border: 3px solid red;*/
			width: 90%;
			line-height: 27px;
			margin: 40px auto 40px auto;
		}
		
		p.white{
			color:white;
		}
		
		#border {
		margin-bottom: 50px;
		
		}
		
		input[type=text] {
			padding:5px; 
			border:2px solid white; 
			/*-webkit-border-radius: 5px;*/
			border-radius: 5px;
			margin: 10px 0 10px 0;
			width:95%;
			max-width: 325px;
		}
		
		input[type=text]:focus {
			border-color:black;
		}
		
		textarea {
			padding:5px; 
			border:2px solid white; 
			/*-webkit-border-radius: 5px;*/
			border-radius: 5px;
			margin: 10px 0 10px 0;
			width:95%;
			max-width: 325px;
		}
		
		textarea:focus {
			border-color:black;
		}
		
		input[type=submit] {
			padding:10px 25px; 
			background:grey; 
			border:0 none;
			cursor:pointer;
			-webkit-border-radius: 5px;
			border-radius: 5px; 
			color:white;
			background-color: rgba(90,90,90,1);
			margin: 10px 0 10px 0;
		}

		.xPad { margin-top: 50px; border: 1px solid grey;}

		a3.white{
			color:white;
		}
		
		.BCNewYork{
			height: 735px;
		}
		
		.bottomgap {margin-bottom:50px;}

		
		#BlockNewYork{
			/*background-image: url('AccelerateYourBusinessGrowth03_385x222.jpg');*/
			background-color: rgb(245, 245, 245);
			/*background-image: url('bg_blue.jpg');*/
			opacity: 1;
			background-repeat:no-repeat;
			background-position:bottom;
			display: inline-block;
			width: 100%;
			background-size: cover;
			align: center;
			text-align: center;
			padding: 0px 0 70px 0;
			height: 100%;
		}	

		#BlockBoston{
			/*background-image: url('MobileFriendly01_333x222.jpg');*/
			background-color:rgb(240,240,240);
			opacity: 1;
			background-repeat:no-repeat;
			background-position:bottom;
			display: inline-block;
			width: 100%;
			background-size: cover;
			align: center;
			text-align: center;
			padding: 15px 0 35px 0;
			height: 100%;
			padding-bottom: 70px;
		}	
		
		#BlockLA{
			/*background-image: url('AccelerateYourBusinessGrowth03_385x222.jpg');*/
			background-color:white;
			/*background-image: url('bg_blue.jpg');*/
			opacity: 1;
			background-repeat:no-repeat;
			background-position:bottom;
			display: inline-block;
			width: 100%;
			background-size: cover;
			align: center;
			text-align: center;
			padding: 15px 0 35px 0;
			height: 100%;
			padding-bottom: 70px;
		}	
		
		#BlockDenver{
			/*background-image: url('Reputation01_333x222.jpg');*/
			background-color:rgb(240,240,240);
			opacity: 1;
			background-repeat:no-repeat;
			background-position:bottom;
			display: inline-block;
			width: 100%;
			background-size: cover;
			align: center;
			text-align: center;
			padding: 15px 0 35px 0;
			height: 100%;
			padding-bottom: 30px;  /*smaller as no image */
		}	
		
		#BlockToronto{
			/*background-image: url('Advertising02_333x222.jpg');*/
			background-color:rgb(240,240,240);
			opacity: 1;
			background-repeat:no-repeat;
			background-position:bottom;
			display: inline-block;
			width: 100%;
			background-size: cover;
			align: center;
			text-align: center;
			padding: 15px 0 35px 0;
			height: 100%;
			padding-bottom: 70px;
		}	
		
		#BlockMontreal{
			/*background-image: url('AnalyticsAndReporting01_385x222.jpg');*/
			background-color:white;
			/*background-image: url('bg_grey.jpg');*/
			opacity: 1;
			background-repeat:no-repeat;
			background-position:bottom;
			display: inline-block;
			width: 100%;
			background-size: cover;
			align: center;
			text-align: center;
			padding: 15px 0 35px 0;
			height: 100%;
			padding-bottom: 70px;
		}	
		
		#BlockStockists, #BlockStockists2{
			/*background-image: url('AllServices01_333x222.jpg')*/;
			background-color:rgba(138,177,173,1) ;
			opacity: 0.9;
			background-repeat:no-repeat;
			background-position:bottom;
			display: inline-block;
			width: 100%;
			background-size: cover;
			align: center;
			text-align: center;
			padding: 15px 0 35px 0;
			height: 100%;
			padding-bottom: 70px;
		}	
	/*	
		#brandawarenessnexample {
			background-image: url('presence_all3bestone_2.jpg');		
			width:max-100%; 
			height: auto;
			margin: auto;
			display: block;
			background-size: cover;
			border:1px solid black;
		}		*/
		
		#HomeReturnBanner {
			/*background-color:rgba(150,150,150,0.3) ;*/
			display: inline-block;
			width: 100%; 
			align: center;
			margin:auto;
			text-align: center;
			vertical-align:middle;
			margin-bottom: 8px;
			margin-top:8px;
		}
			
		#HomeReturn p, #HomeReturnBanner p {
			color: white;
			/*padding-top: 0px;*/
		}
		
		#HomeReturn a, #HomeReturnBanner a {
			padding: 10px 20px 10px 20px;
			background-color:rgba(150,150,150,1) ;
			/*font-family: 'Open Sans', sans-serif;*/
			text-decoration: none;
			color: white;
		}
		
		/*#BlockStockists2{
			background-color:darkgrey ;
			}*/
			
		#EnqForm p{
		text-align:center;
		color: white;
			/*font-family: 'Open Sans', sans-serif;*/
		font-size: 1.1rem;
		padding: 0px ;
		}
		
		#SlotSearch {
			width: 100%;
			background-color:rgba(255,255,255,0.0);
			align: center;
			text-align: center;
			height: 100%;
			display: inline-block;
			margin-bottom: 50px;
		}
		
		#SlotSearchCC {
			width: 100%;
			background-color:rgba(255,255,255,0.0);
			align: center;
			text-align: center;
			height: 100%;
			display: inline-block;
		}		
		
		#testimonial {background-color:rgba(240,242,240,1);
		width:100%; align: center;
		display:inline-block;
		}
		
		#textbox {max-width: 940px;
		align: center;
		display:inline-block;}
		
		#SlotSearch p{
			color: teal;
		  	background-color:rgba(255,255,255,0.0);
			padding: 10px;
			/*font-family: 'Josefin Slab';*/
			font-size: 40px;
			/*font-weight: 400; */
			align: center;
			text-align: center;
			width: 85%;
			margin: 10px auto 10px auto;
			/*border: 3px solid red;*/
		}
		
		#SlotSearchCC p{
			color: black;
		  	background-color:rgba(255,255,255,0.0);
			padding: 10px;
			/*font-family: 'Josefin Slab';*/
			font-size: 20px;
			/*font-weight: 400; */
			align: center;
			text-align: center;
			width: 85%;
			margin: 40px auto 20px auto;
			/*border: 3px solid red;*/
		}
		
		#textbox p {max-width: 940px;
		text-align:left;
		color: black;
		font-size: 1.4rem;
		padding: 0px;}
		
		#fullimage_mob {width:100%; align: center;
		display:inline-block;}
		
		#fullimage_desk {display:none;}
		
		#footer {
			display:inline-block;
			margin: 0px;
			text-align:left;		
			width: 100%;
			background-color:white;
		}
		
		/*#footer-background {
			
			background: white;
			height: 95px;
		}*/
				
		#footer a, #footer p{
			color: rgb(48,48,48);
			/*font-family: 'Open Sans', sans-serif;*/
			font-weight: bold; 
			font-size:12px; 
			text-decoration: none;	
			margin: 0px;
		}
		
		#footer-background a {
			font-size:14px;
			/*font-family: 'Open Sans', sans-serif;*/
			font-weight: bold; 
			
		}
		
		#footer a3{
			color: rgb(48,48,48);
			/*font-family: 'Open Sans', sans-serif;*/
			font-weight: bold; 
			font-size:12px; 
			text-decoration: none;	
			margin: 0px;
			padding-left: 10px;
		}
		
		#footer a2{
			color: rgb(48,48,48);
		  	/*background-color:rgba(255,255,255,1);*/
			/*padding: 5px;*/
			/*font-family: 'Open Sans', sans-serif;*/
			font-weight: bold; 
			/*width: inherit;*/
			/*vertical-align: bottom;*/
			font-size:12px; 
			text-decoration: none;	
			margin: 0px;
			padding-left: 10px;
			padding-right: 10px;
			/*padding-bottom: 10px;*/
		}
		
      }
