/* @group Reset */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark

More info: http://html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,b
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #d2d3d4;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

/* Automatically clear elements for standards-compliant browsers */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Trigger has-layout for IE compatibility */
.clearfix {
	zoom: 1;
}

/* Forms
/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
	margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
	border: 0; /* 1 */
	padding: 0;
	white-space: normal; /* 2 */
	*margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *	and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
	font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
	*vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting  on  using  in
 * the UA stylesheet.
 */

button,
input {
	line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native 
 *	and  controls.
 * 2. Corrects inability to style clickable  types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *	 and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *	Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
	*overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
	cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *	Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
	*height: 13px; /* 3 */
	*width: 13px; /* 3 */
}

/*
 * 1. Addresses  set to  in Safari 5 and Chrome.
 * 2. Addresses  set to  in Safari 5 and Chrome
 *	(include  to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}

/* @end */

/*@group Fonts*/

@font-face {
    font-family: 'Brandon';
    src: url('fonts/brandon_reg-webfont.eot');
    src: url('fonts/brandon_reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandon_reg-webfont.woff') format('woff'),
         url('fonts/brandon_reg-webfont.ttf') format('truetype'),
         url('fonts/brandon_reg-webfont.svg#brandon_grotesqueRgIt') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon';
    src: url('fonts/brandon_reg_it-webfont.eot');
    src: url('fonts/brandon_reg_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandon_reg_it-webfont.woff2') format('woff2'),
         url('fonts/brandon_reg_it-webfont.woff') format('woff'),
         url('fonts/brandon_reg_it-webfont.ttf') format('truetype'),
         url('fonts/brandon_reg_it-webfont.svg#brandon_grotesqueRgIt') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Brandon';
    src: url('fonts/brandon_med-webfont.eot');
    src: url('fonts/brandon_med-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandon_med-webfont.woff2') format('woff2'),
         url('fonts/brandon_med-webfont.woff') format('woff'),
         url('fonts/brandon_med-webfont.ttf') format('truetype'),
         url('fonts/brandon_med-webfont.svg#brandon_grotesquemedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon';
    src: url('fonts/brandon_med_it-webfont.eot');
    src: url('fonts/brandon_med_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandon_med_it-webfont.woff') format('woff'),
         url('fonts/brandon_med_it-webfont.ttf') format('truetype'),
         url('fonts/brandon_med_it-webfont.svg#BrandonGrotesqueMediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Brandon';
    src: url('fonts/brandon_bld-webfont.eot');
    src: url('fonts/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandon_bld-webfont.woff2') format('woff2'),
         url('fonts/brandon_bld-webfont.woff') format('woff'),
         url('fonts/brandon_bld-webfont.ttf') format('truetype'),
         url('fonts/brandon_bld-webfont.svg#brandon_grotesquebold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon';
    src: url('fonts/brandon_bld_it-webfont.eot');
    src: url('fonts/brandon_bld_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandon_bld_it-webfont.woff2') format('woff2'),
         url('fonts/brandon_bld_it-webfont.woff') format('woff'),
         url('fonts/brandon_bld_it-webfont.ttf') format('truetype'),
         url('fonts/brandon_bld_it-webfont.svg#brandon_grotesquebold_italic') format('svg');
    font-weight: 700;
    font-style: italic;
}

/*@end*/

* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}

h1 {
	display: table;
	background: #000;
	font: 700 18px/34px 'Brandon', sans-serif;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto 54px;
	padding: 0 28px;
}

h2 {
	
}

h3 {
	font: 700 18px/26px 'Brandon', sans-serif;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0;
}

h4 {
	font: 500 14px/20px 'Brandon', sans-serif;
	color: #000;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 0;
}

h4 em {
	font: 400 21px/20px 'Crimson Text', serif;
	font-style: italic;
	letter-spacing: 1px;
	text-transform: none;
}

h5 {
	font: 500 18px/26px 'Brandon', sans-serif;
	color: #000;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 18px;
}

h5 strong {
	font-weight: 500;
	color: #d91f5d;
}

p {
	font: 400 18px/24px 'Brandon', sans-serif;
	color: #000;
	margin-bottom: 18px;
}

a {
	color: #9c517d;
	text-decoration: none;
}

a:hover, a:active {
	color: #d91f5d !important;
}

strong {
	
}

em {
	
}

blockquote {
	font: 500 26px/34px 'Brandon', sans-serif;
	font-style: italic;
	color: #d91f5d;
	margin: 36px auto;
}

ul, ol {
	font: 400 18px/24px 'Brandon', sans-serif;
	color: #000;
	margin-bottom: 18px;
}

li {
	
}

input, textarea {
	border: 1px solid #939d9c;
	padding: 10px;
	font: 700 14px/20px 'Brandon', sans-serif;
	color: #939d9c;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input {
	padding: 0 10px;
	height: 20px;
	border: 0 none;
	border-bottom: 1px solid #000;
}

input[type="submit"], button[type="submit"] {
	background: #5ba4a6;
	border: 0 none;
	font: 500 16px/38px 'Brandon', sans-serif;
	font-style: italic;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 20px;
	height: 38px;
}

label {
	display: inline;
	font: 400 18px/20px 'Brandon', sans-serif;
	color: #000;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Site */

#wrapper {
	width: 100%;
	min-width: 1200px;
	min-height: 100%;
	margin: 0 auto -180px;
	background: url('images/bg-top.jpg') repeat-x center top #fff;
}

#wrapper:after {
	content: "";
	display: block;
	height: 180px;
}

#header {
	width: 834px;
	height: 240px;
	margin: 0 auto 6px;
}

#book {
	position:fixed;
	top:0px;
	left:980px;
	z-index:1000;
		
}

#book img {
	width:220px;
	height:auto;
}

#logo {
	width: 294px;
	height: 206px;
	margin: 0 auto -118px;
	padding-top: 34px;
}

#brands {
	float: left;
	text-align: right;
}

#soul {
	float: right;
}

#brands, #soul {
	color: #000;
    font: 600 13px/14px "Brandon",sans-serif;
    letter-spacing: 3.4px;
    padding: 0 10px;
    text-transform: uppercase;
    width: 190px;
}

#brands hr, #soul hr {
	margin: 15px -26px 18px;
	width: 242px;
}

#soul em {
	font: 400 19px/14px 'Crimson Text', serif;
	font-style: italic;
	letter-spacing: 0;
	text-transform: lowercase;
}

#menu {
	width: 1096px;
	height: 82px;
	margin: 0 auto 50px;
	background: url('images/menu-bg.jpg') no-repeat center center;
	clear: both;
	position: relative;
	text-align: center;
}

#menu ul {
	color: #000;
    display: block;
    font: 600 14px/82px "Brandon",sans-serif;
    letter-spacing: 3px;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

#menu li {
	display: inline-block;
	height: 82px;
}

#menu a:hover, #menu a:active, #menu li.active a {
	background: url('images/menu-hover-small.png') no-repeat center center;
}

#menu li.large a:hover, #menu li.large a:active, #menu li.large.active a {
	background: url('images/menu-hover-large.png') no-repeat center center;

}

#menu a {
	color: #000;
	display: inline-block;
	margin: 0 10px;
	padding: 0 20px;
	height: 82px;
	line-height: 82px;
}

#menu a:hover, #menu a:active {
	color: #000;
}

#menu li ul {
	display: none;
}

.show-menu {
	font: 500 14px/42px 'Brandon', sans-serif;
	color: #000;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	display: none;
}

#menu input[type=checkbox] {
	display: none;
}

#menu input[type=checkbox]:checked ~ #dropdown-menu {
	display: block;
}

.content {
	width: 1200px;
	margin: 0 auto 100px;
	position: relative;
}

#newsletter {
	width: 620px;
	margin: 0 auto 100px;
	text-align: center;
}

#newsletter p {
	font: 400 16px/16px 'Brandon', sans-serif;
	color: #000;
	margin-bottom: 26px;
}

#newsletter p strong {
	display: block;
	font: 500 18px/18px 'Brandon', sans-serif;
	color: #5ba4a6;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#newsletter p strong span {
	color: #d91f5d;
}

#newsletter input {
	width: 315px;
	border: 1px solid #f0cee2;
	height: 38px;
	font: 400 17px/38px 'Crimson Text', serif;
	font-style: italic;
	letter-spacing: normal;
}

#footer {
	width: 100%;
	min-width: 1200px;
	height: 180px;
	background: url('images/bg-bottom.jpg') repeat-x center top;
}

#footer-inner {
	width: 1120px;
	background: url('images/footer-divider.png') no-repeat center 28px;
	margin: 0 auto;
	padding-top: 106px;
}

#social {
	width: 396px;
	height: 26px;
	margin: 0 auto;
}

#social img {
	float: left;
}

#copyright, #credit {
	 color: #939d9c;
    font: 500 11px/20px "Brandon",sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

#copyright {
	float: left;
	margin: -32px auto 0 26px;
}

#credit {
	float: right;
	margin: -32px 26px 0 auto;
}

/* Pages */

#index-top {
	margin-bottom: 0;
}

#index-top #box1 {
	width: 918px;
	margin: 0 auto;
	padding-left: 80px;
}

#index-top img#creativity {
	float: left;
}

#index-top #onenew h2 {
	font: 400 22px/32px 'Brandon', sans-serif;
	color: #000;
	text-align: left;
	margin-bottom: 38px;
}

#index-top #onenew h1 {
	background-color: white;
    color: #000;
    font: 500 26px/32px "Brandon",sans-serif;
    letter-spacing: .5px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: none;

}

#onenew {
	padding: 37px 0 0 220px;
	background:url(images/index-one-graphic.png) no-repeat top left;
}

#index-top #one img {
	margin: 32px 10px 0 0;
}

#index-top #one p {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 14px;
}

#index-top #one p.first {
	padding-top: 52px;
}

p.creativitycta {
	text-align:center;
	font-size: 22px;
}

h2.mobilereplace {
	display:none;
}

h2.desktopreplace {
	display:block;
}


a.forkeeps {
	padding:10px;
	color:white;
	background: rgba(138,24,123,1);
background: -moz-linear-gradient(left, rgba(138,24,123,1) 0%, rgba(106,28,114,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(138,24,123,1)), color-stop(100%, rgba(106,28,114,1)));
background: -webkit-linear-gradient(left, rgba(138,24,123,1) 0%, rgba(106,28,114,1) 100%);
background: -o-linear-gradient(left, rgba(138,24,123,1) 0%, rgba(106,28,114,1) 100%);
background: -ms-linear-gradient(left, rgba(138,24,123,1) 0%, rgba(106,28,114,1) 100%);
background: linear-gradient(to right, rgba(138,24,123,1) 0%, rgba(106,28,114,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a187b', endColorstr='#6a1c72', GradientType=1 );
}

#index-top #two {
	float: right;
	margin: -44px 155px -110px 0;
	position: relative;
	z-index: 9999;
}

#index-top #box2 {
	width: 1052px;
	margin: 48px auto 0;
}

#index-top #slider1 {
	max-width: 722px;
	position: relative;
	overflow: visible !important;
}

#index-top .slidesjs-navigation {
	display: block;
	width: 32px;
	height: 58px;
	position: absolute;
	z-index: 9999;
	text-indent: -9999px;
}

#index-top .slidesjs-previous {
	background: url('images/index-slideshow-left.png') no-repeat center center;
	top: 50%;
	left: -54px;
}

#index-top .slidesjs-next {
	background: url('images/index-slideshow-right.png') no-repeat center center;
	top: 50%;
	right: -384px;
}

#index-top #we-are {
	float: right;
	width: 290px;
	height: 394px;
	background: url('images/index-slideshow-over.png') no-repeat center center;
	margin: -492px 0 0;
	padding: 98px 54px 0 104px;
	position: relative;
	z-index: 999;
	font: 500 24px/42px 'Brandon', sans-serif;
	color: #000;
	text-align: right;
	-webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
}

#box3 {
	width: 100%;
	background: url('images/index-vs-bg.jpg') repeat-x center center;
	margin: 12px 0 30px;
	padding: 38px 0 78px;
}

#box3-inner {
	width: 730px;
	height: 184px;
	margin: 0 auto;
	vertical-align: middle;
}

#box3-inner img {
	float: left;
}

#box3-inner img#vs {
	padding: 46px 70px 0 56px;
}

#index-bottom h1 {
	display: block;
	background: transparent;
	font: 500 24px/34px 'Brandon', sans-serif;
	color: #000;
	letter-spacing: normal;
	text-align: center;
	text-transform: none;
	margin: 0 auto;
}

.divider {
	width: 100%;
	height: 16px;
	background: url('images/index-divider.png') no-repeat center center;
	margin: 46px auto 56px;
	clear: both;
}

#index-bottom #box4 {
	width: 940px;
	margin: 0 auto;
}

#index-bottom #slider2 {
	max-width: 392px;
	margin: 0 auto 0 0;
}

#index-bottom #slider2 .slidesjs-container {
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

#index-bottom #slider2 ul.slidesjs-pagination {
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
	text-align: center;
}

#index-bottom #slider2 ul.slidesjs-pagination li {
	display: inline;
	margin: 0 7px;
}

#index-bottom #slider2 ul.slidesjs-pagination li a {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #d2d3d4;
	border-radius: 50%;
	text-indent: -9999px;
}

#index-bottom #slider2 ul.slidesjs-pagination li a.active {
	background: #d91f5d;
}

#index-bottom #final {
	float: right;
	width: 500px;
	margin: 42px 0 0 auto;
}

#index-bottom img#three {
	margin-bottom: 20px;
}

#index-bottom #final h1 {
	line-height: 32px;
}

#index-bottom #final h2 {
	font: 400 22px/32px 'Brandon', sans-serif;
	color: #000;
	text-align: center;
	margin-bottom: 38px;
}

#index-bottom #pink-arrow {
	float: right;
	margin: -56px 72px 42px auto;
}

#index-bottom img#digihome {
	margin-bottom: 64px;
}

#index-bottom #final h3 {
	font: 400 21px/32px 'Brandon', sans-serif;
	color: #000;
	letter-spacing: normal;
	text-transform: none;
	text-align: center;
	margin-bottom: 38px;
}

#about-top {
	width: 1046px;
}

#about-top img#heart {
	margin-bottom: 62px;
}

#about-top img#heartmap {
	margin-bottom: 76px;
}

#about-top img#you-us {
	margin-bottom: 32px;
}

#about-top p, #about-bottom p {
	width: 758px;
	margin-left: auto;
	margin-right: auto;
}

#about-top blockquote {
	width: 758px;
}

#meet-us {
	width: 100%;
	min-width: 1200px;
	background: url('images/about-meet-bg.jpg') no-repeat center center;
	background-size: cover;
	margin: 106px 0 0 0;
	padding: 0;
}

#meet-us-inner {
	background: url('images/gold-bar.png') no-repeat center top;
	width: 560px;
	min-height: 120px;
	margin: 0 auto 0;
	padding: 70px 0 112px;
	position: relative;
	top: -7px;
}

#meet-us img.aligncenter {
	margin-bottom: 28px;
}

#meet-us p {
	width: 100%;
	font: 500 22px/28px 'Brandon', sans-serif;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}

#cathy-grey {
	width: 100%;
	height: 526px;
	margin: 0 0 -596px 0;
	background: #f6f5f5;
	background: -moz-linear-gradient(top,  #f6f5f5 82%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f6f5f5 82%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f6f5f5 82%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ffffff',GradientType=0 );
}

#about-bottom #cathy {
	position: relative;
	width: 792px;
	background: #fff;
	margin: 0 auto 96px;
	padding: 50px;
}

#about-bottom #cathy-photo {
	margin: 0 0 28px 28px;
}

#about-bottom #cathy-name {
	margin: 12px auto 18px -10px;
}

#about-bottom #cathy p {
	width: auto;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 42px;
}

#about-bottom #cathy span {
	display: block;
	font: 400 30px/30px 'Crimson Text', serif;
	font-style: italic;
	color: #d91f5d;
	text-align: center;
	clear: both;
}

#about-bottom #cathy span i {
	font-size: 14px;
	position: relative;
	top: -4px;
	padding: 0 24px;
}

#about-bottom #team {
	width: 892px;
	margin: 0 auto 130px;
}

#about-bottom .employee {
	float: left;
	width: 252px;
}

#about-bottom .employee.middle {
	margin: 0 68px;
}

#about-bottom .employee-name {
	position: relative;
	float: left;
	margin: -322px 0 0 -44px;
}

#about-bottom .employee-photo {
	margin: 0 auto 22px;
}

#about-bottom .employee span {
	display: block;
	font: 400 19px/26px 'Crimson Text', serif;
	font-style: italic;
	color: #d91f5d;
	text-align: center;
	margin-bottom: 26px;
}

#about-bottom .employee p {
	width: auto;
	padding: 0 13px;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}

#about-bottom #shine {
	width: 638px;
	margin: 0 auto;
}

#about-bottom #shine img.alignleft {
	margin-right: 48px;
}

#about-bottom #shine p {
	width: auto;
	font-size: 19px;
	text-align: center;
	margin-bottom: 24px;
}

#work-top {
	text-align: center;
	margin-bottom: 46px;
}

#work-top img {
	margin-bottom: 22px;
}

#scroll-gallery {
	width: 100%;
	height: 490px;
	position: relative;
	margin-bottom: 56px;
}

#scroll-gallery-tall {
	width: 100%;
	height: 844px;
	position: relative;
	background: #f2f2f2;
	margin-bottom: 56px;
}

#scroll-gallery div.scrollableArea img {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#scroll-gallery-tall div.scrollableArea img {
	position: relative;
	float: left;
	margin: 0 10px;
	padding: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

h4.scroll-drag {
	display: none;
	visibility: hidden;
}

#work-menu {
	width: 100%;
	background: #f6f5f5;
	background: -moz-linear-gradient(top,  #f6f5f5 82%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f6f5f5 82%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f6f5f5 82%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ffffff',GradientType=0 );
	margin: 0 0 76px;
	padding: 31px 0;
}

#work-menu-inner {
	background: #fff;
	width: 912px;
	height: 158px;
	margin: 0 auto;
	text-align: center;
}

#work-menu .work-menu-item {
	display: inline-block;
	font: 500 15px/16px 'Brandon', sans-serif;
	color: #000;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	padding: 40px 0 28px;
}

#work-menu .work-menu-item img {
	margin-bottom: 18px;
}

#work-menu .work-menu-item:hover, #work-menu .work-menu-item:active, #work-menu .work-menu-item.view {
	background: url('images/work-view.png') no-repeat center bottom;
}

#work-menu .work-menu-item.current, #work-menu .work-menu-item.current:hover, #work-menu .work-menu-item.current:active {
	background: url('images/work-down-arrow.png') no-repeat center bottom;
	padding-bottom: 94px;
	margin-bottom: -40px;
}

#work-menu .work-menu-plus {
	display: inline-block;
	margin: 0 34px;
	position: relative;
	top: -30px;
}

#work-bottom {
	width: 984px;
}

#work-bottom #brand {
	float: left;
	width: 570px;
	padding-left: 50px;
}

#work-bottom img#brand-promise {
	margin: 0 auto 52px 66px;
}

#work-bottom #brand p {
	width: 550px;
	margin: 0 auto 56px 0;
	font-size: 17px;
	line-height: 26px;
}

#work-bottom #brand p.blue, #work-bottom #brand p.purple {
	width: 570px;
}

#work-bottom #brand h3 {
	padding: 12px 0 0 50px;
	margin: 0 auto 0 -50px;
}

#work-bottom #brand h3.red {
	background: url('images/plus-red-med.png') no-repeat left center;
}

#work-bottom #brand h3.yellow {
	background: url('images/plus-yellow.png') no-repeat left center;
}

#work-bottom #brand h3.blue {
	background: url('images/plus-blue-med.png') no-repeat left center;
}

#work-bottom #brand h3.purple {
	background: url('images/plus-purple-med.png') no-repeat left center;
}

#work-bottom #package {
	width: 274px;
	margin: 0 0 0 auto;
	padding-top: 72px;
	background: url('images/work-arrow.png') no-repeat center top;
	text-align: center;
}

#work-bottom #package img#view-package {
	margin-bottom: 62px;
}

#work-bottom #package h2 {
	font: 400 27px/26px 'Brandon', sans-serif;
	font-style: italic;
	color: #5ba4a6;
	margin-bottom: 16px;
}

#work-bottom #package p {
	font: 500 16px/24px 'Brandon', sans-serif;
	font-style: italic;
	margin-bottom: 16px;
}

#work-bottom #package p a {
	display: block;
	font-size: 18px;
	color: #d91f5d;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 26px;
}

#work-bottom #testimonial {
	width: 250px;
	background: #fff;
	position: relative;
	border-top: 1px solid #ddae6f;
	margin: 72px auto 0;
	padding: 10px;
}

#work-bottom #testimonial:before, #work-bottom #testimonial:after {
	content: "";
	position: absolute;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ddae6f), to(transparent));
	background-image: -webkit-linear-gradient(#ddae6f, transparent);
	background-image: -moz-linear-gradient(#ddae6f, transparent);
	background-image: -o-linear-gradient(#ddae6f, transparent);
	background-image: linear-gradient(#ddae6f, transparent);
	top: -1px;
	bottom: -1px;
	width: 1px;
}

#work-bottom #testimonial:before {
	left: -1px;
}

#work-bottom #testimonial:after {
	right: -1px;
}

#work-bottom #testimonial img#quote-top {
	display: block;
	margin: -26px auto -24px;
	left: 50%;
}

#work-bottom #testimonial-inner {
	background: url('images/work-quote-bg.jpg') no-repeat center center;
	padding: 56px 24px 36px;
}

#work-bottom #testimonial-inner p {
	font: 400 20px/38px 'Brandon', sans-serif;
	margin-bottom: 30px;
}

#work-bottom #testimonial-inner h5 {
	font: 400 15px/26px 'Crimson Text', serif;
	font-style: italic;
	letter-spacing: normal;
	margin-bottom: 0;
}

#work-bottom #testimonial-inner h6 {
	font: 400 12px/26px 'Crimson Text', serif;
	font-style: italic;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 0;
}

#work-bottom #testimonial-inner h6 a {
	color: #000;
}

#process-top {
	text-align: center;
	margin-bottom: 58px;
}

#process-top img.aligncenter {
	margin-bottom: 30px;
}

#process-photo {
	width: 100%;
	margin: 0 auto;
	background: url('images/process-bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 60px 0 40px;
}

#process-photo p {
	width: 680px;
	font: 500 21px/30px 'Brandon', sans-serif;
	color: #fff;
	text-align: center;
	margin: 0 auto 20px;
}

#process-gradient {
	width: 100%;
	margin: 0 auto;
	background: #f6f5f5;
	background: -moz-linear-gradient(top,  #f6f5f5 82%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f6f5f5 82%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f6f5f5 82%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ffffff',GradientType=0 );
	padding: 44px 0;
}

#process-gradient img.aligncenter {
	background: #fff;
	padding: 24px 57px;
}

#process-bottom {
	width: 1012px;
	margin-bottom: 0;
}

#process-bottom .col {
	float: left;
	width: 400px;
	padding-left: 26px;
	margin: 0 40px 80px;
}

#process-bottom .process-number {
	display: block;
	margin: 0 auto 20px -26px;
}

#process-bottom .col h3 {
	font: 700 15px/16px 'Brandon', sans-serif;
	color: #000;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

#process-bottom .col p {
	font: 400 18px/32px 'Brandon', sans-serif;
	margin-bottom: 0;
}

#process-bottom .dots {
	clear: both;
	background: url('images/process-dots.png') no-repeat center center;
	margin: 80px 0;
}

#process-gradient-inner {
	width: 704px;
	margin: 0 auto;
	background: #fff;
	padding: 40px 43px;
	text-align: center;
}

#process-gradient-inner img.alignleft {
	margin-right: 50px;
}

#process-gradient-inner p {
	padding-top: 16px;
	font: 400 19px/24px 'Brandon', sans-serif;
	margin-bottom: 24px;
}

#learn-top {
	text-align: center;
	margin-bottom: 58px;
}

#learn-top img.aligncenter {
	margin-bottom: 30px;
}

#learn-photo {
	width: 100%;
	margin: 0 auto;
	background: url('images/learn-bg.jpg') no-repeat center center;
	background-size: cover;
}

#learn-photo-inner {
	background: url('images/gold-bar.png') no-repeat center top;
	padding: 78px 0;
	position: relative;
	top: -7px;
}

#learn-photo p {
	font: 500 23px/36px 'Brandon', sans-serif;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}

#learn-gradient {
	width: 100%;
	height: 500px;
	margin: 0 auto -470px;
	background: #f6f5f5;
	background: -moz-linear-gradient(top,  #f6f5f5 82%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f6f5f5 82%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f6f5f5 82%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ffffff',GradientType=0 );
}

a.learnlinks {
	 padding: 10px 20px;
text-transform: uppercase;
	color:white;
	background: rgba(138,24,123,1);
background: -moz-linear-gradient(left, rgba(138,24,123,1) 0%, rgba(106,28,114,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(138,24,123,1)), color-stop(100%, rgba(106,28,114,1)));
background: -webkit-linear-gradient(left, rgba(138,24,123,1) 0%, rgba(106,28,114,1) 100%);
background: -o-linear-gradient(left, rgba(138,24,123,1) 0%, rgba(106,28,114,1) 100%);
background: -ms-linear-gradient(left, rgba(138,24,123,1) 0%, rgba(106,28,114,1) 100%);
background: linear-gradient(to right, rgba(138,24,123,1) 0%, rgba(106,28,114,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a187b', endColorstr='#6a1c72', GradientType=1 );
letter-spacing:2px;
}

a.learnlinks:hover {
	color:white !important;
}



#learn-bottom {
	width: 936px;
}

#learn-cols {
	width: 888px;
	background: #fff;
	margin: 0 auto 82px;
	padding-top: 26px;
}

#learn-cols .col {
	float: left;
	width: 392px;
	margin: 0 26px;
}

#learn-cols .col img#consult-photo, #learn-cols .col img#freebie-photo {
	display: block;
	margin: 0 auto 30px;
	margin-bottom: 30px;
}

#learn-cols .col h1 {
	width: 304px;
	margin-bottom: 30px;
}

#learn-cols .col p {
	padding: 0 33px;
	font: 400 16px/24px 'Brandon', sans-serif;
	margin-bottom: 10px;
}

#learn-cols .col p a.bold {
	line-height: 42px;
	text-transform: uppercase;
	font-weight: 700;
}

#learn-cols .col img.aligncenter {
	margin-top: 40px;
}

#learn-bottom .dots {
	clear: both;
	background: url('images/learn-dots.png') no-repeat center center;
	margin: 0 0 80px;
}

#learn-bottom .three-col {
	float: left;
	width: 260px;
	margin: 0 2px 100px;
	padding: 12px 0 0 48px;
}

#learn-bottom .three-col#red {
	background: url('images/plus-red-med.png') no-repeat left top;
}

#learn-bottom .three-col#blue {
	background: url('images/plus-blue-med.png') no-repeat left top;
}

#learn-bottom .three-col#purple {
	background: url('images/plus-purple-med.png') no-repeat left top;
}

#learn-bottom .three-col h3 {
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 0;
}

#learn-bottom .three-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font: 400 14px/34px 'Brandon', sans-serif;
}

#learn-bottom .three-col ul a {
	color: #f05d9a;
}

#learn-bottom .divider {
	margin: 0 auto;
}

#start-top {
	text-align: center;
	margin-bottom: 58px;
}

#start-top img.aligncenter {
	margin-bottom: 30px;
}

#start-photo {
	width: 100%;
	margin: 0 auto 58px;
	background: url('images/start-bg.jpg') no-repeat left center;
	background-size: cover;
}

#start-photo-inner {
	background: url('images/gold-bar.png') no-repeat center top;
	padding: 60px 0;
	position: relative;
	top: -7px;
}

#start-photo p {
	font: 500 23px/36px 'Brandon', sans-serif;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}

#start-bottom {
	margin: 0 auto;
}

#start-bottom img.aligncenter {
	margin-bottom: 6px;
}

#start-bottom .dots {
	clear: both;
	background: url('images/learn-dots.png') no-repeat center center;
	margin-bottom: 74px;
}

#start-bottom h1 {
	line-height: 48px;
}

#start-form {
	width: 100%;
	margin: 0 auto;
	padding-top: 34px;
	background: #f6f5f5;
	background: -moz-linear-gradient(top,  #f6f5f5 50%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f6f5f5 50%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f6f5f5 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ffffff',GradientType=0 );
}

#start-form-inner {
	width: 854px;
	background: #fff;
	margin: 0 auto;
	padding: 36px 48px;
}

#start-form-inner img.aligncenter {
	margin-bottom: 48px;
}

/* Contact Form Code */

#start-form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#start-form li {
	display: inline;
	position: relative;
}

#start-form li div {
	display: inline;
	line-height: 0;
	
}

#start-form p {
	display: inline;
	font: 400 18px/32px 'Brandon', sans-serif;
	color: #000;
	letter-spacing: 0;
	margin-bottom: 0;
}

#start-form input, #start-form textarea {
	border: 1px solid #000;
	padding: 10px;
	font: 700 14px/20px 'Brandon', sans-serif;
	color: #939d9c;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#start-form input {
	width: auto;
	padding: 0 10px;
	height: 20px;
	border: 0 none;
	border-bottom: 1px solid #000;
}

#start-form textarea {
	width: 99%;
	height: 138px;
	margin-top: 26px;
	resize: none;
}

#start-form input[type="submit"], #start-form button[type="submit"] {
	display: block;
	margin: 50px auto 0;
	height: 46px;
	border: 0 none;
	font: 500 19px/46px 'Brandon', sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 20px;
	background: #5ba4a6;
	background: -moz-linear-gradient(45deg,  #5ba4a6 5%, #922a8e 50%, #d91f5d 95%);
	background: -webkit-linear-gradient(45deg,  #5ba4a6 5%,#922a8e 50%,#d91f5d 95%);
	background: linear-gradient(45deg,  #5ba4a6 5%,#922a8e 50%,#d91f5d 95%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ba4a6', endColorstr='#d91f5d',GradientType=1 );
	
}

#start-form label {
	display: block;
	font: 400 18px/20px 'Brandon', sans-serif;
	color: #000;
}

#start-form  .form-line-column label {
	display: none;
	visibility: hidden;
}

#start-form hr {
	border: 0 none;
	margin: 17px 0;
}

#start-form .form-error-message {
	display: inline;
	font: 400 18px/32px 'Brandon', sans-serif;
	color: #f05d9a;
	letter-spacing: 0;
	margin-bottom: 0;
}

#start-form .form-error-message:before {
	content: "(";
	display: inline;
}

#start-form .form-error-message:after {
	content: ")";
	display: inline;
}

#start-form .form-error-message img {
	display: none;
}

#start-form .form-error-arrow {
	display: none;
}

#thanks {
	text-align: center;
	margin-bottom: 158px;
}

#thanks img.aligncenter {
	margin-bottom: 30px;
}

#lookbook {
	width: 1176px;
	overflow: hidden;
}

#wordpress {
	width: 1000px;
}

#privacy {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	width: 900px;
}

#privacy p{
	
	font: 400 16px/24px "Brandon",sans-serif;
}

.w3-animate-opacity{-webkit-animation:opac 2s;animation:opac 2s}
@-webkit-keyframes opac{from{opacity:0} to{opacity:1}}
@keyframes opac{from{opacity:0} to{opacity:1}}

a img#more, div#shine a img, div#package a, a img#process-started, div#speaking.col a img, div#freebies.col a img, div.dots a h1, a img#digihomenew{
	transform:scale(0.9,0.9);
}

a:hover img#more, div#shine a:hover img, div#package a:hover, a:hover img#process-started, div#speaking.col a:hover img, div#freebies.col a:hover img, div.dots a:hover h1, a:hover img#digihomenew{
	
	-webkit-transition: all .175s ease-in-out;
transition: all .175s ease-in-out;
-ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Safari */
    transform: scale(1, 1);
}

a#work-brands img, a#work-sites img, a#work-shop img {
	transform:scale(0.9,0.9);
}

a:hover#work-brands img,  a:hover#work-sites img, a:hover#work-shop img {
	-webkit-transition: all .175s ease-in-out;
transition: all .175s ease-in-out;
-ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Safari */
    transform: scale(1, 1);
}

hr.gray {
	margin:20px 5px;
	height:20px;
    display:none;
	
}
	

img.packagescontact {
	
	padding: 20px 0 0 0; 
	margin-left: -8px; 
	transition: all 0.3s ease 0s;
	width: 80%;
	
}

img.packagescontact:hover {
	
	width: 90%;
	margin-left: -20px; 
}

img.brandcoach {
	
	padding: 20px 0 0 0; 
	margin-left: -8px; 
	transition: all 0.3s ease 0s;
	width: 50%;
	
}

img.brandcoach:hover {
	
	width: 60%;
	margin-left: -20px; 
}

h3.redplus {
	background: url('images/plus-red-med.png') no-repeat left center; padding: 12px 0 0 50px; margin: 0 auto 0 -50px;
}

h3.purpleplus {
	background: url('images/plus-purple-med.png') no-repeat left center; padding: 12px 0 0 50px; margin: 0 auto 0 -50px;
}

h3.yellowplus {
	background: url('images/plus-yellow.png') no-repeat left center; padding: 12px 0 0 50px; margin: 0 auto 0 -50px;
}

h3.blueplus {
	background: url('images/plus-blue-med.png') no-repeat left center; padding: 12px 0 0 50px; margin: 0 auto 0 -50px;
}


div#content-strategy {
	float:left; width:500px; text-align:left; padding:50px 0 0 50px;
}

div#content-strategy-img {
	float:left; width:500px;
}

div#content-strategy-img img {
	width:500px;
	
}

img.downloadnow {
	width:500px;
	padding:10px;
}

img.roadmapskip {
	width:668px;
	
}

div#process-gradient-inner.roadmap {
	width: 1100px;
}

div#confetti-background {
    background-image: url(images/confetti-background.jpg);
    background-repeat: no-repeat;
    background-position: center 130px;
    width: 700px;
    clear: both;
    text-align: center;
    margin: 0 auto;
}

#process-gradient-inner.roadmap p {
 
    font: 400 19px/28px 'Brandon', sans-serif;
 
}


