@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Pacifico:100,300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);

/* Eric Meyer's Reset CSS v2.0 - 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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}

 /*! normalize.css v3.0.2 | MIT License | git.io/normalize */ html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button, html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled], html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
 
@font-face{font-family:'nexa_lightregular';src:url('../fonts/Nexa_Free_Light-webfont.eot');src:url('../fonts/Nexa_Free_Light-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/Nexa_Free_Light-webfont.woff') format('woff'),url('../fonts/Nexa_Free_Light-webfont.ttf') format('truetype'),url('../fonts/Nexa_Free_Light-webfont.svg#nexa_lightregular') format('svg');font-weight:normal;font-style:normal;}@font-face{font-family:'nexa_boldregular';src:url('../fonts/Nexa_Free_Bold-webfont.eot');src:url('../fonts/Nexa_Free_Bold-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/Nexa_Free_Bold-webfont.woff') format('woff'),url('../fonts/Nexa_Free_Bold-webfont.ttf') format('truetype'),url('../fonts/Nexa_Free_Bold-webfont.svg#nexa_boldregular') format('svg');font-weight:normal;font-style:normal;} 

a {
	text-decoration:none;
	cursor:pointer;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
p {
	margin:10px 0px;
	padding:0;
}

body {
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-family: Lato;
	font-size: 14px;
	color: #333333;
	background-color: #333333;
	font-weight:300;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("https://s3.amazonaws.com/envisionweb.ca/images/dots.gif") 50% 50% no-repeat #ffffff;
}

.panel-top {
	/* Location of the image */
  background-image: url("https://s3.amazonaws.com/envisionweb.ca/images/background-bw-big.jpg");
  
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  background-attachment: scroll;
  
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
  
  /* Set a background color that will be displayed
     while the background image is loading */
  background-color: #000000;
  min-height:450px;
}
.panel-top-shadow {
	background-image: -moz-linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .6));
  background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .6)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .6));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .2));
  background-image: -o-linear-gradient(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .6));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .2), rgba(0, 0, 0, .6));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .6) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#33000000\', endColorstr=\'#99000000\',GradientType=0 )";
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#99000000',GradientType=0 );
	 background-size: cover;
	 height:100%;
}
header {
	background: transparent;
	padding: 0;
}
#navigation {
	margin-right: auto;
	margin-left: auto;
}
#navbar {
	padding: 0;
	margin: 0;
	position: relative;
	top: 0px;
	z-index: 1000;
	overflow:hidden;
	padding: 15px 0px;
}
a.navbar-logo {
	margin: 0px;
	float: left;
	padding-left:15px;
}
button.navbar-toggle {
	float: right;
	margin-right: 20px;
	background-color: transparent;
	border: 0 none;
	outline:none;
	padding:0px;
	padding-top:13px;
}
button.navbar-toggle span.icon-bar+span.icon-bar {
	margin-top: 4px;
}
ul.main-menu {
	float:right;
	margin-right:15px;
	display:none;
}
ul.main-menu li {
	text-transform:uppercase;
	float:left;
}
ul.main-menu li a {
	padding: 14px 10px;
	font-size:16px;
	color: #ffffff;
	font-family: 'nexa_boldregular',sans-serif;
	line-height: 42px;
}
span.icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #ffffff;
}
#container {
	background:#fff;
	min-height:300px;
	overflow:auto;
	clear:both;
}
#content {
	padding:20px;
}
h1.article-title {
	font-size:30px;
	font-weight:bold;
}
p.article-content {
	line-height:24px;
	font-size:16px;
	color:#555555;
}
#sidebar {
	padding:20px;
}
img.ad {
	width:100%;
}
.sidebar-title {
h2	font-size:24px;
	font-weight:bold;
}
.pacifico {
	font-family: 'Pacifico',cursive;
}
ul.main-menu-toggle {
  display: none;
  margin: 0px;
  padding:0px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width:250px;
}
ul.main-menu-toggle li {
	float:left;
	width:100%;
	background-color:#333;
	border-bottom:1px solid rgba(255, 255, 255, 0.1);
}
ul.main-menu-toggle li:last-child {
	border-bottom:none;
}
ul.main-menu-toggle li a {
	padding: 15px 20px;
	font-size:18px;
	color: #fff;
	font-family: Lato;
	float:left;
	width:210px;
}
button.navbar-toggle-x {
	display:none;
	float: right;
	margin-right: 23px;
	margin-top:7px;
	background-color: transparent;
	border: 0 none;
	outline:none;
	color: #fff;
	font-family: Lato;
	font-size: 24px;
	font-weight:500;
	padding:0px;
}
span.panel-top-title {
	margin:0px;
	padding:0px;
	font-size:50px;
	color:#ffffff;
	text-align:center;
	font-family:Lato;
	padding:0px 15px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
footer {
	clear:both;
	float:left;
	color: #666;
	background-color:#f7f7f7;
	padding: 10px 0;
	width:100%;
	text-align:center;
	font-size:12px;
	line-height:20px;
}
footer a {
	color:#fff;
}

.section {
  background: #fff;
  float:left;
  width:100%;
  overflow: auto;
  clear: both;
}
span.section-title {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: Lato;
  font-size: 30px;
  font-weight: 300;
  float: left;
  color: #666;
  line-height:36px;
  text-transform: uppercase;
  padding:20px 0px;
}
.blue {
  color: #0caae2;
}
.teal {
  color: #19ac8d;
}
.orange {
  color: #f04f23;
}
.green {
  color: #a2b53a;
}
.panel-top-cta {
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 35%;
}
span.text-center {
  max-width:900px;
  text-align: center;
  color: #666;
  font-weight: 300;
  font-family:Lato;
  font-size: 20px;
  line-height:24px;
  margin:15px 0px;
  display:block;
  margin-left:auto;
  margin-right:auto;
}
a.learn-button {
  -webkit-transition: all 500ms;
  transition: all 500ms;
  padding: 11px 17px;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.7);
  font-size: 18px;
  font-family: Lato;
  font-weight: 300;
  color: #fff;
}


	

ul.content-list {
	padding:0px;
	margin:0px;
	list-style:nonee;
	margin-top: 20px;
  	float: left;
}
ul.content-list li {
	float:left;
	width:100%;
	margin-bottom:40px;
}
span.list-desc {
  font-size: 18px;
  color: #666;
  font-weight: 300;
  text-align: center;
  float: left;
  line-height: 24px;
  padding: 0px 20px;
}
h3.content-list {
  font-size: 24px;
  font-weight: 300;
  text-align: Center;
  margin-bottom: 10px;
}
.bubble {
  width: 140px;
  height: 140px;
  display: block;
  margin: 0 auto 50px;
  position: relative;
  background: #19ac8d;
  border-radius: 140px;
  margin-bottom: 20px;
  text-align:center;
}
.bubble:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  border: 14px solid transparent;
  border-top-color: #19ac8d;
  margin: -3px 0 0 -14px;
}
.bubble img {
	height:80px;
	margin-top:30px;
}
.icon {
  margin-bottom: 20px;
  text-align:center;
}
.icon img {
	height:120px;
}

.square {
  width: 160px;
  display: block;
  margin: 0 auto 50px;
  background: #f04f23;
  margin-bottom: 20px;
  text-align:center;
  padding: 15px;
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
}

.quote {
  background-color: #000000;
  clear:both;
  float:left;
  width:100%;
}

.quote-shadow {
	background-image: -moz-linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .6));
  background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .6)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .6));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .2));
  background-image: -o-linear-gradient(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .6));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .2), rgba(0, 0, 0, .6));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .6) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#33000000\', endColorstr=\'#99000000\',GradientType=0 )";
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#99000000',GradientType=0 );
	 background-size: cover;
	 clear:both;
	 float:left;
	 width:100%;
}
.david {
	/* Location of the image */
  background-image: url("https://s3.amazonaws.com/envisionweb.ca/images/david-ogilvy-2.png"); 
}

.bill {
	/* Location of the image */
  background-image: url("https://s3.amazonaws.com/envisionweb.ca/images/bill-bernbach-6.png");
}
.mark {
	/* Location of the image */
  background-image: url("https://s3.amazonaws.com/envisionweb.ca/images/mark-twain-3.png");
}
span.quote {
  font-size: 28px;
  line-height:32px;
  color: #ffffff;
  background:transparent;
  text-align:Center;
}
span.quote-small {
  font-size: 20px;
  line-height:24px;
  color: #ffffff;
  font-style:italic;
  background:transparent;
  margin-top: 30px;
  clear: both;
  float: right;
  width: 100%;
  text-align:center;
}
.quote-text {
	float:right;
	width:100%;
	box-sizing:border-box;
	padding:130px 15px;
}
.quote-background {
	max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
  background-color: #000000;
}

#splashscreen {
    height: 100%;
    width: 100%;
    z-index: 99999;
	background-color:#ffffff;
}

#contact_form {
	margin-top:20px;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
}

input.contact {
  width: 90%;
  padding:2% 5%;
  clear: both;
  float: left;
  overflow: auto;
  border: 1px solid #E2E2E2;
  margin-bottom: 10px;
  font-size: 16px;
  color: #aaa;
}
textarea.contact {
  width: 90%;
  padding:5% 5%;
  min-height:60px;
  float: left;
  overflow: auto;
  border: 1px solid #E2E2E2;
  margin-bottom: 10px;
  font-size: 16px;
  color: #aaa;
}
input.submit {
  width: 100%;
  padding: 15px 0px;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom:15px;
  border:0 none;
  background-color:#666666;
  color:#fff;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

input.submit:hover {
  background-color:#333333;
}

img.headshot {
	display:none;
}
.section-inner {
  padding: 15px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  overflow: hidden;
}
div.who {
	padding-bottom:20px;
}
span.contact-success {
  color: green;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height:30px;
  clear:both;
  float:left;
  display:none;
  margin-bottom:15px;
}

span.contact-fail {
  color: red;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height:30px;
  clear:both;
  float:left;
  display:none;
  margin-bottom:15px;
}

#contact_form_interior {

}
@media (min-width: 500px) {
ul.content-list li {
  width: 50%;
  margin-bottom:35px;
}
span.section-title {
	padding:30px 0px;
}
ul.content-list {
	margin-top:30px;
}
div.who {
	padding-bottom:20px;
}

@media (min-width: 970px) {
#navigation {
	padding-left:0px;
	padding-right:0px;
	border-bottom:0 none;
}
#navbar {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a.navbar-logo {
	font-size:42px;
	line-height:42px;
}
button.navbar-toggle {
	display:none;
}
ul.main-menu-toggle {
	display:none;
}
ul.main-menu {
	float:right;
	margin-right:15px;
	display:block;
}
ul.main-menu li {
	text-transform:uppercase;
	float:left;
}
ul.main-menu li a {
	padding: 14px 28px;
	font-size:16px;
	color: #ffffff;
	font-family: Lato;
	line-height: 42px;
	font-weight:500;
}
ul.main-menu li a:hover {
	text-decoration:underline;
}
.panel-top-cta {
    top: 40%;
}
span.panel-top-title {
	font-size:56px;
}

ul.content-list {
	margin-bottom:55px;
	margin-top:55px;
}
ul.content-list li {
  width: 25%;
  margin-bottom:0px;
}
span.list-desc {
	width:auto;
	padding:0px 20px;
	font-size:18px;
}
.quote-background {
	max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-position: left;
  background-repeat: no-repeat;
  background-size:contain;
  background-color: #000000;
}
.quote-text {
	float:right;
	max-width:590px;
	box-sizing:border-box;
	padding:130px 15px;
}
span.quote {
	font-size:36px;
	line-height:42px; 
}
span.quote-small {
	font-size:24px;
}
span.section-title {
	font-size:42px;
	line-height:50px;
	padding:50px 0px;
}

span.text-center {
	font-size:22px;
	line-height:28px;
}
span.wealth {
	float:left;
	width:550px;
	margin-left: 0px;
	margin-top: 40px;
}
img.headshot {
	float:right;
	margin-bottom: -53px;
  	height: 420px;
	display:block;
}
#contact_form {
	margin-bottom:30px;
}
a.learn-button:hover {
	-webkit-transition: all 500ms;
  	transition: all 500ms;
	background-color:#ffffff;
	color:#3c3c3c;
	text-decoration:none;
}
input.submit {
	padding:20px 0px;
}
div.who {
	padding-bottom:0px;
}
.section-inner {
	padding:50px 15px;
}
.quote-inner {
	padding:150px 15px;

}
div.who .section-inner {
	background: url("https://s3.amazonaws.com/envisionweb.ca/images/headshot2.png") no-repeat bottom right transparent;
}

span.contact-success {
  font-size: 28px;
  line-height:36px;
}

span.contact-fail {
  font-size: 28px;
  line-height:36px;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #aaaaaa url("https://s3.amazonaws.com/envisionweb.ca/images/cd-top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out,.cd-top:hover, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 0.8;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.4;
}
.no-touch .cd-top:hover {
  background-color: #aaaaaa;
  opacity: 1.0;
}
.cd-top:hover {
  background-color: #aaaaaa;
  opacity: 1.0;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


}

@media (min-width: 1024px) {
span.wealth {
	margin-left: 30px;
}

}

@media (min-width: 1200px) {
span.wealth {
	margin-left: 80px;
}
.panel-top {
	background-attachment:fixed;
}
.quote {
}

}