/****** FILE: themes/mytheme/css/reset.css *****/
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote { 
	margin:0;
	padding:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
/*
Chris Bolt, commented out ol so that the type attribute can be used in content
ol,*/
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
br {font-size: 0}

/****** FILE: themes/mytheme/css/base.css *****/
/* CSS Document */

/* Chris Bolt - added a default line-height */
body {
	line-height: 1.35em;	
}
body * {
	line-height: inherit;
}
/* inline styles should inherit their line height */
span, cufon, strong, em, a, b, i {
	line-height: inherit;	
}
/* input elements should not have such a high line-height */
input, select, textarea {
	line-height: normal;	
}
/* End CHris Bolt

/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
	font-style: inherit;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
	font-weight: inherit;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol {
	/*giving OL's LIs generated numbers*/
	/*list-style: decimal outside;	*/
}
ul {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
	margin-left: 1.4em;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	/*border:1px solid #000;
	padding:.5em;*/
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/* Chris Bolt, added fix for image positioning */
img, iframe {
	vertical-align: bottom;
}

/* Chris Bolt, added fix for outlines */
a:focus, button:focus { 
    outline: none; 
}

/* add HTML 5 defaults */
video {
	background-color: #000;	
}
textarea,
input,
select {
  margin: 0;
  vertical-align: bottom;
}

/* Chris Bolt, br tags are funny in some browsers ?? */
br {
	font-size: 0;
	line-height: 0;	
}

/****** FILE: themes/mytheme/css/layout.css *****/
/* CSS Document */
body, html {
	height: 100%;	
}
body {
	margin: 0;
	padding: 0;
	
	font-family: 'Gibson W01', Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 18px;
	font-weight: 200;
	
	background: #fff url(/themes/mytheme/images/bg-shadow.jpg) center 430px no-repeat;	
	
	-webkit-text-size-adjust: none;
	
}
#Wrapper {
	min-height: 100%;
	background: url(/themes/mytheme/images/header.jpg) center 144px no-repeat;	
}

strong {
	font-weight: 600;	
}


/* Header 
-------------------------------------------- */
#Header {
	height: 57px;
	max-width: 970px;
	margin: 0 auto;
	padding: 500px 28px 0 28px;
	position: relative;
	background: #fff url(/themes/mytheme/images/header.jpg) center 144px no-repeat;	
}

#Logo {
	position: absolute;
	top: 34px;
	left: 28px;
}
#Logo a {
	display: block;
	text-indent: -1000px;
	oveflow: hidden;	
	width: 218px;
	height: 84px;
	background: url(/themes/mytheme/images/logo.png) 0 0 no-repeat;	
	background-size: 100% auto;
}
.retina #Logo a {
	background-image: url(/themes/mytheme/images/logo-retina.png);	
}

#TagLine {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	position: relative;
	margin: 0 auto;
	max-width: 674px;
	padding: 27px 40px 30px 40px;
	
	/* gradient */	
	background: #00528a; /* Old browsers */
background: -moz-linear-gradient(left, #00528a 0%, #0070bb 70%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00528a), color-stop(70%,#0070bb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #00528a 0%,#0070bb 70%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #00528a 0%,#0070bb 70%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #00528a 0%,#0070bb 70%); /* IE10+ */
background: linear-gradient(to right, #00528a 0%,#0070bb 70%); /* W3C */
	
	/* shadow */
	-webkit-box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.3);
box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.3);
}
#TagLine:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-left: 40px solid #00528a;
	position: absolute;
	top: -40px;
	left: 0;	
}


/* Navigation 
-------------------------------------------- */
#Nav {
	position: absolute;
	right: 28px;
	top: 97px;	
}
#Nav ul {
	margin: 0;
	padding: 0;
	list-style: none;	
	font-size: 0;
	text-align: right;
}
#Nav li {
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 0 45px;	
}
#Nav li a {
	color: #0071bc;
	text-decoration: none;
	display: inline-block;
	height: 47px;	
	position: relative;
	overflow: hidden;
}
#Nav li a:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 20px solid #0071bc;
	
	opacity: 0;
	transition: opacity .5s ease-in-out;
}
#Nav li.current a, #Nav li.section a {
	font-weight: 600;
}
#Nav li.current a:after, #Nav li.section a:after, #Nav li a:hover:after {
	opacity: 1;
}

/* Footer 
-------------------------------------------- */

#FooterWrapper {
	margin-top: -225px;
	height: 200px;
	padding: 25px 28px 0 28px;	
	background: url(/themes/mytheme/images/footer.jpg) center 0 no-repeat;
	overflow: hidden;
}
#Footer {
	position: relative;
	margin: 40px auto 0 auto;	
	background: #fff;
	max-width: 870px;
	padding: 25px 40px 25px 60px;
	font-size: 0;
}
#Footer a {
	color: #0071bc;
	text-decoration: none;
}
#Footer:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-left: 40px solid #fff;
	position: absolute;
	top: -40px;
	left: 0;
}
#Choose {
	font-weight: 600;
	width: 270px;
	display: inline-block;
	margin-right: 20px;
	
	font-size: 17px;
	line-height: 21px;
	
	vertical-align: top;
}
#UpTo {
	display: inline;
}
#UpTo h2 {
	font-weight: 600;
	color: #0071bc;
	font-size: 17px;
	line-height: 21px;
	margin: 0 0 0 18px;
	border-right: 1px solid #0071bc;
	width: 70px;
	padding-right: 9px;
	display: inline-block;
	
	vertical-align: top;
}
#UpTo p {
	font-size: 17px;
	line-height: 21px;
	display: inline-block;
	width: 458px;
	padding: 0 0 0 22px;	
	vertical-align: top;
	margin: 0;
}

/* Content  / Layout
-------------------------------------------- */
#Layout {
	min-height: 600px;
	padding: 94px 60px 240px 60px;	
	max-width: 970px;
	background: #fff;
	margin: 0 auto;
}
.content {
	margin-left: 34%;
	width: 66%;
	position: relative;
}
.leftCol {
	position: absolute;
	left: -51.5%;
	width: 48.7%;
}
.leftText {
	bottom: 5px;
	padding-bottom: 26px;
	border-bottom: 1px solid #0071bc;
	margin: 0 !important;
}
.leftText h1 {
	margin-bottom: 0 !important;
}

/* what you get */
.gdntl li {
	position: relative;
}
.gdntl li:nth-child(1) {
	background: #0070bb; /* Old browsers */
	background: -moz-linear-gradient(left, #0070bb 30%, #00528a 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(30%,#0070bb), color-stop(90%,#00528a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #0070bb 30%,#00528a 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #0070bb 30%,#00528a 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #0070bb 30%,#00528a 90%); /* IE10+ */
	background: linear-gradient(to right, #0070bb 30%,#00528a 90%); /* W3C */
}
.gdntl li:nth-child(1):before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-right: 40px solid #00528a;
	position: absolute;
	top: -40px;
	right: 0;	
}
.gdntl li:nth-child(2) {
	background: #29abe1; /* Old browsers */
	background: -moz-linear-gradient(left, #29abe1 30%, #228dba 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(30%,#29abe1), color-stop(90%,#228dba)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #29abe1 30%,#228dba 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #29abe1 30%,#228dba 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #29abe1 30%,#228dba 90%); /* IE10+ */
	background: linear-gradient(to right, #29abe1 30%,#228dba 90%); /* W3C */
}
.gdntl li:nth-child(2):before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-right: 40px solid #228dba;
	position: absolute;
	top: -40px;
	right: 0;	
}
.gdntl li:nth-child(3) {
	background: #0070bb; /* Old browsers */
	background: -moz-linear-gradient(left, #b3b3b3 30%, #949494 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(30%,#b3b3b3), color-stop(90%,#949494)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #b3b3b3 30%,#949494 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #b3b3b3 30%,#949494 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #b3b3b3 30%,#949494 90%); /* IE10+ */
	background: linear-gradient(to right, #b3b3b3 30%,#949494 90%); /* W3C */
}
.gdntl li:nth-child(3):before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-right: 40px solid #949494;
	position: absolute;
	top: -40px;
	right: 0;	
}

.whatyouget {
	margin-top: 30px;
}
.typography .whatyouget h2 {
	margin-bottom: 28px;	
}
.whatyouget ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
.whatyouget li {
	line-height: 90px;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
}
.whatyouget li a {
	color: inherit;	
	display: block;
	padding-left: 80px;
	background: url(/themes/mytheme/images/right.png) 22px center no-repeat;
	background-size: 41px auto;
}
.retina .whatyouget li a {
	background-image: url(/themes/mytheme/images/right-retina.png);
}

/* Gradients */
.typography ul.gdntr {
	margin: 67px 0 1em 0;
	padding: 0;
	list-style: none;
}
.typography ul.gdntr > li {
	
}
.typography .gdntr > li > h2, .typography h2.gdntblue, .gdntgrey {
	position: relative;
	color: #fff;
}
.typography .gdntr > li > h2, .typography h2.gdntblue {
	color: #fff;
	line-height: 90px;
}
.typography .gdntr > li > h2 a, .typography .gdntblue a, .typography .gdntgrey a {
	color: inherit;
}
.typography .gdntr > li > h2 > span {
	display: block;
	padding: 36px 100px 36px 100px;
	font-size: 18px;
	line-height: 18px;
	background: url(/themes/mytheme/images/right.png) 40px center no-repeat;
	background-size: 41px auto;
	cursor: pointer;
}
.retina .typography .gdntr > li > h2 > span {
	background-image: url(/themes/mytheme/images/right-retina.png);
}
.typography h2.gdntblue {
	padding-left: 40px;
	margin-top: 67px;	
}

.gdntr > li:nth-child(1) > h2, .gdntblue {
	background: #00528a; /* Old browsers */
	background: -moz-linear-gradient(left, #00528a 5%, #0070bb 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(5%,#00528a), color-stop(70%,#0070bb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #00528a 5%,#0070bb 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #00528a 5%,#0070bb 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #00528a 5%,#0070bb 70%); /* IE10+ */
	background: linear-gradient(to right, #00528a 5%,#0070bb 70%); /* W3C */
}
.gdntr > li:nth-child(1) > h2:before, .gdntblue:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-left: 40px solid #00528a;
	position: absolute;
	top: -40px;
	left: 0;	
}
.gdntr > li:nth-child(2) > h2 {
	background: #228dba; /* Old browsers */
	background: -moz-linear-gradient(left, #228dba 5%, #29abe1 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(5%,#228dba), color-stop(70%,#29abe1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #228dba 5%,#29abe1 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #228dba 5%,#29abe1 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #228dba 5%,#29abe1 70%); /* IE10+ */
	background: linear-gradient(to right, #228dba 5%,#29abe1 70%); /* W3C */
}
.gdntr > li:nth-child(2) > h2:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-left: 40px solid #228dba;
	position: absolute;
	top: -40px;
	left: 0;	
}
.gdntr > li:nth-child(3) > h2, .gdntgrey {
	background: #949494; /* Old browsers */
	background: -moz-linear-gradient(left, #949494 5%, #b3b3b3 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(5%,#949494), color-stop(70%,#b3b3b3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #949494 5%,#b3b3b3 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #949494 5%,#b3b3b3 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #949494 5%,#b3b3b3 70%); /* IE10+ */
	background: linear-gradient(to right, #949494 5%,#b3b3b3 70%); /* W3C */
}
.gdntr > li:nth-child(3) > h2:before, .gdntgrey:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-left: 40px solid #949494;
	position: absolute;
	top: -40px;
	left: 0;	
}
.gdntr > li:nth-child(4) > h2 {
	background: #6a6a6a; /* Old browsers */
	background: -moz-linear-gradient(left, #6a6a6a 5%, #808080 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(5%,#6a6a6a), color-stop(70%,#808080)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #6a6a6a 5%,#808080 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #6a6a6a 5%,#808080 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #6a6a6a 5%,#808080 70%); /* IE10+ */
	background: linear-gradient(to right, #6a6a6a 5%,#808080 70%); /* W3C */
}
.gdntr > li:nth-child(4) > h2:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-left: 40px solid #6a6a6a;
	position: absolute;
	top: -40px;
	left: 0;	
}
.gdntr > li:nth-child(5) > h2 {
	background: #555454; /* Old browsers */
	background: -moz-linear-gradient(left, #555454 5%, #666666 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(5%,#555454), color-stop(70%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #555454 5%,#666666 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #555454 5%,#666666 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #555454 5%,#666666 70%); /* IE10+ */
	background: linear-gradient(to right, #555454 5%,#666666 70%); /* W3C */
}
.gdntr > li:nth-child(5) > h2:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-left: 40px solid #555454;
	position: absolute;
	top: -40px;
	left: 0;	
}



/* Home page */
.HomePage .content.row1 {
	padding-bottom: 8px;
	border-bottom: 1px solid #0071bc;
}
.HomePage .content.row2 {
	padding-top: 25px;	
	margin-bottom: 1em;	
}
.HomePage .content.row3 {
	margin-top: 2em;	
	margin-bottom: 1em;	
}
.HomePage .leftText {
	bottom: -1px;	
}
.latestBlog {
	padding: 54px 30px 68px 164px;
	background: url(/themes/mytheme/images/article-icon.png) 40px 34px no-repeat;
	background-size: 96px auto;
}
.retina .latestBlog {
	background-image: url(/themes/mytheme/images/article-icon-retina.png);
}
.typography .latestBlog h2 {
	border-bottom: 1px solid #fff;
	padding-bottom: 9px;	
	margin-bottom: 11px;
}
.typography .latestBlog article {
	position: relative;
	padding-right: 70px;
}
.typography .latestBlog article .readMore {
	position: absolute;
	right: 0;
	bottom: 8px;
	margin: 0;
}
.typography .latestBlog article .readMore a {
	display: block;
	width: 41px;
	height: 41px;
	text-indent: -1000px;
	overflow: hidden;
	background: url(/themes/mytheme/images/right.png) 0 0 no-repeat;
	background-size: 41px auto;
}
.retina .typography .latestBlog article .readMore a {
	background-image: url(/themes/mytheme/images/right-retina.png);
}

/* Profile Page */
img.round {
	border-radius: 50%;
	border: 1px solid #0071bc;	
}
.ProfilePage img.round {
	margin-bottom: 27px;	
}
.ProfilePage .whatyouget {
	top: -75px;
	bottom: auto;	
}
.quotes {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;	
}
.quotes li {
	border-bottom: 1px solid #666;	
	padding: 25px 0 25px 46px;
}

/* Services page */
.services li > div {
	padding: 25px 0 56px 105px;
}
.services li.active > h2 > span {
	background-image: url(/themes/mytheme/images/down.png);
}
.retina .services li.active > h2 > span {
	background-image: url(/themes/mytheme/images/down-retina.png);
}
.services li > div {
	display: none;	
}
.services li:nth-child(1) > div {
	display: block;	
}
.ServicesPage .leftText {
	bottom: -187px;	
}
.ServicesPage .whatyouget {
	top: auto;
	bottom: 0;	
}

/* Work with me page */
.steps > li > div {
	padding: 25px 0 56px 105px;
}
.steps.gdntr > li > h2 > span {
	background-image: url(/themes/mytheme/images/down.png);
	background-position: 85% center;
}
.retina .steps.gdntr > li > h2 > span {
	background-image: url(/themes/mytheme/images/down-retina.png);
}
.steps.gdntr > li > h2 > span > span {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 39px;
	font-weight: bold;	
	text-align: center;
	font-size: 24px;
	line-height: 39px;	
	margin: -11px 15px -12px -60px;
	background: transparent !important;
}
.steps li > div {
	display: none;	
}
.steps li:nth-child(1) > div {
	display: block;	
}
.WorkWithMePage .leftText {
	bottom: -187px;	
}
.WorkWithMePage .whatyouget {
	top: auto;
	bottom: 0;	
}
/* download */
.download {
	margin-bottom: -23px;	
}
.download a {
	display: block;
	font-weight: 600;
	text-align: right;
	border-bottom: 1px solid #666;
	position: relative;
	height: 26px;
	padding-top: 19px;
}
.download a:before {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: "";
	display: inline-block;
	width: 58px;
	height: 47px;
	background: #fff url(/themes/mytheme/images/pdf-icon.png) 0 bottom no-repeat;
	background-size: 46px auto;
}
.retina .download a:before {
	background-image: url(/themes/mytheme/images/pdf-icon-retina.png);
}

/* Contact page */
.ContactPage .leftText {
	bottom: 43px;	
}
.ContactPage .leftCol.row2 {
	font-weight: bold;
	bottom: -49px;
	top: auto;
}

/* misc */
.ErrorPage h1.seo {
	display: block;	
}
.urlSecurity h1.seo {
	display: block;	
}
.clear {
	clear: both;	
}
.seo {
	display: none;	
}
.hidden {
	visibility: hidden;	
}
.looksLikeLink {
	border-width: 0;
	padding: 0;
	margin: 0;
	font-size: 13px;
	text-transform: none;
	background: none;
}
.desktopHide {
	display: none;	
}

@media only screen and (max-width: 1099px) {
	body {
		background: #fff;	
	}
	#Layout {
		padding-left: 28px;
		padding-right: 28px;
	}
}


@media only screen and (max-width: 1025px) {
	#Footer {
		max-width: 910px;
		padding-left: 40px;
		padding-right: 20px;
	}
}
@media only screen and (max-width: 990px) {
	#UpTo p {
		width: 428px;
	}
}

/* Big Desktop Size */
@media only screen and (min-width: 1024px) {
	.desktopHide {
		display: initial;	
	}
	.bigDesktopHide {
		display: none;
	}
}

/* Tablet size */
@media only screen and (max-width: 959px) {
	body {
		background: #fff url(/themes/mytheme/images/mobile/bg-shadow.jpg) center 250px no-repeat;	
		font-size: 13px;
	}
	#Wrapper {
		background-position: center 90px;
		background-size: auto 208px;	
	}
	/* Header */
	#Header {
		background-position: center 90px;
		background-size: auto 208px;	
		
		padding: 260px 28px 0 28px;
		height: auto;
		min-height: 38px;
		max-width: 594px;
		
		z-index: 1;
	}
	#Logo {
		top: 26px;
		left: 26px;
	}
	#Logo a,
	.retina #Logo a {
		width: 142px;
		height: 48px;
		background-image: url(/themes/mytheme/images/mobile/logo.png);
	}
	#TagLine {
		max-width: 400px;
		margin: 0 auto;	
		font-size: 15px;
		line-height: 18px;
		padding: 17px 20px 20px 20px;
		
		/* shadow */
		-webkit-box-shadow: 0px 3px 13px 3px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 3px 13px 3px rgba(0,0,0,0.3);
		box-shadow: 0px 3px 13px 3px rgba(0,0,0,0.3);
	}
	#TagLine:before {
		border-top-width: 20px;
		border-left-width: 20px;
		top: -20px;
	}
	
	/* Navigation */
	#Nav {
		top: 43px;
		right: 0;
		width: 100%;
		cursor: pointer;
	}
	#Nav:before {
		content: "Menu";
		font-size: 15px;
		line-height: 15px;
		font-weight: bold;
		color: #0071bc;
		display: block;
		text-align: right;
		padding-bottom: 32px;
		padding-right: 28px;	
	}
	#Nav ul {
		background: rgba(0,113,188,0.65);	
		text-align: right;
		position: relative;
		padding: 8px 0;
		margin: 0 28px;
		display: none;
		height: 192px;
	}
	#Nav ul:before {
		content: "";
		display: inline-block;
		position: absolute;
		top: -20px;
		right: 0;
		
		width: 0;
		height: 0;
		border-top: 20px solid transparent;
		border-right: 20px solid rgba(0,113,188,0.65);
	}
	#Nav li {
		display: block;	
		margin: 0;
		padding: 0;
	}
	#Nav li a:after {
		display: none;
	}
	#Nav li a {
		color: #fff;
		font-size: 15px;
		line-height: 15px;
		height: auto;
		padding: 5px 41px 6px 41px;	
	}
	
	/* Footer */
	#FooterWrapper {
		margin-top: -176px;
		position: relative;
		height: 151px;
		background-size: auto 176px;
	}
	#Footer {
		margin: 20px auto 0 auto;
		max-width: 538px;
	}
	#Footer:before {
		border-top-width: 20px;
		border-left-width: 20px;
		top: -20px;
	}
	#Choose {
		font-size: 13px;
		line-height: 14px;
		width: auto;
		display: block;	
	}
	#UpTo {
		display: none;	
	}
	
	/* layout / content */
	#Layout {
		padding-top: 33px;
		padding-bottom: 228px;
		max-width: 594px;
		position: relative;
		min-height: 0;
	}
	.content {
		margin-left: 0;
		width: auto;
		position: relative;
	}
	.leftCol {
		position: static;
		width: auto;
	}
	.leftText {
		margin-bottom: 13px !important;
		padding: 0;
		border: 0;
	}
	.leftText h1 {
		margin-bottom: 0 !important;
	}
	/* what you get */
	.gdntl li:nth-child(1):before,
	.gdntl li:nth-child(2):before,
	.gdntl li:nth-child(3):before {
		border-top-width: 20px;
		border-right-width: 20px;
		top: -20px;
	}
	.whatyouget {
		margin-top: 14px;
		margin-bottom: 14px;
	}
	.whatyouget br {
		display: none;
	}
	.typography .whatyouget h2 {
		margin-bottom: 15px;	
	}
	.whatyouget li {
		line-height: 59px;
		font-size: 13px;
	}
	.whatyouget li a,
	.retina .whatyouget li a {
		padding-left: 60px;
		background: url(/themes/mytheme/images/mobile/right.png) 19px center no-repeat;
		background-size: 28px auto;
	}
	
	/* Gradients */
	.typography ul.gdntr {
		margin: 34px 0 1em 0;
		padding: 0;
		list-style: none;
	}
	.typography .gdntr > li > h2, .typography h2.gdntblue {
		line-height: 60px;
	}
	.typography .gdntr > li > h2 > span {
		padding: 23px 60px 23px 60px;
		font-size: 13px;
		line-height: 13px;
		background: url(/themes/mytheme/images/mobile/right.png) 20px center no-repeat;
		background-size: 28px auto;
	}
	.retina .typography .gdntr > li > h2 span {
		background-image: url(/themes/mytheme/images/mobile/right.png);
	}
	.typography h2.gdntblue {
		padding-left: 24px;
		margin-top: 34px;	
	}
	.gdntr > li:nth-child(1) > h2:before, .gdntblue:before,
	.gdntr > li:nth-child(2) > h2:before,
	.gdntr > li:nth-child(3) > h2:before,
	.gdntr > li:nth-child(4) > h2:before,
	.gdntr > li:nth-child(5) > h2:before {
		border-top-width: 20px;
		border-left-width: 20px;
		top: -20px;
	}
	
	/* Home Page */
	.HomePage .whatyouget {
		border-top: 1px solid #0071bc;
		padding-top: 13px;
	}
	.HomePage .content.row1 {
		padding: 0;
		border: 0;	
	}
	.HomePage .content.row2 {
		padding: 0;
		border: 0;	
	}
	
	/* Profile Page */
	.ProfilePage img.round {
		width: 130px;
		height: 130px;
		margin-bottom: 17px;	
	}
	.quotes {
		margin: 0;	
	}
	.quotes li {
		border-bottom: 1px solid #666;	
		padding: 13px 0 13px 24px;
	}
	
	/* Services Page */
	.services li > div {
		padding: 9px 0 13px 63px;
	}
	.services li.active > h2 > span {
		background-image: url(/themes/mytheme/images/mobile/down.png);
	}
	.retina .services li.active > h2 > span {
		background-image: url(/themes/mytheme/images/mobile/down.png);
	}
	
	/* work with me page */
	.steps > li > div {
		padding: 9px 0 13px 63px;
	}
	.steps.gdntr > li > h2 > span {
		background-image: url(/themes/mytheme/images/mobile/down.png);
		background-position: 93% center;
	}
	.retina .steps.gdntr > li > h2 > span {
		background-image: url(/themes/mytheme/images/mobile/down.png);
	}
	.steps.gdntr > li > h2 > span > span {
		font-size: 17px;
		line-height: 26px;
		width: 26px;
		margin: -7px 9px -8px -40px;
	}
	.steps li > div {
		display: none;	
	}
	.steps li:nth-child(1) > div {
		display: block;	
	}
	.WorkWithMePage .leftText {
		bottom: -187px;	
	}
	.WorkWithMePage .whatyouget {
		top: auto;
		bottom: 0;	
	}
	/* download */
	.download {
		margin-bottom: 1em;	
	}
	.download a {
		height: 20px;
		padding-top: 18px;
	}
	.download a:before {
		width: 45px;
		height: 38px;
		background: #fff url(/themes/mytheme/images/mobile/pdf-icon.png) 0 bottom no-repeat;
		background-size: 38px auto;
	}
	.retina .download a:before {
		background-image: url(/themes/mytheme/images/mobile/pdf-icon.png);
	}
	
	/* Contact page */
	.ContactPage .leftCol.row2 {
		border-top: 1px solid #666;	
		padding-top: 11px;
		margin-top: 27px;
	}
	
	/* Uppity */
	#Up {
		position: absolute;
		left: 50%;
		bottom: 	186px;
		width: 28px;
		height: 28px;
		margin: 0 auto;	
		margin-left: -14px;
	}
	#Up a {
		display: block;
		width: 28px;
		height: 28px;
		background: url(/themes/mytheme/images/mobile/up.png) 50% 0 no-repeat;
		background-size: 28px;	
		text-indent: -1000px;
		overflow: hidden;
	}
	#Up.active {
		position: fixed;
		bottom: 10px;
	}
	
	/* misc */
	br.desktopBreak {
		display: none;
	}
	.desktopHide {
		display: initial;	
	}
	.tabletHide {
		display: none;	
	}
}
/* Mobile size */
@media only screen and (max-width: 767px) {
	.desktopHide {
		display: initial;	
	}
	.tabletHide {
		display: initial;	
	}
	.mobileHide {
		display: none !important;	
	}
}

/* tiny mobile */
@media only screen and (max-width: 320px) {
	#Wrapper, #Header {
		background-image: url(/themes/mytheme/images/mobile/header.jpg);	
	}
	#FooterWrapper {
		background-image: url(/themes/mytheme/images/mobile/footer.jpg);
	}
}

/****** FILE: themes/mytheme/css/typography.css *****/
/* Font face example */
@font-face {
    font-family: 'AlrightSans';
    src: url('/themes/mytheme/webfonts/alrightsans-regular-v3-webfont.eot');
    src: url('/themes/mytheme/webfonts/alrightsans-regular-v3-webfont.eot?#iefix') format('embedded-opentype'),
         url('/themes/mytheme/webfonts/alrightsans-regular-v3-webfont.woff') format('woff'),
         url('/themes/mytheme/webfonts/alrightsans-regular-v3-webfont.ttf') format('truetype'),
         url('/themes/mytheme/webfonts/alrightsans-regular-v3-webfont.svg#alright_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

 
/* GENERIC STYLES 
-------------------------------------------- */

.typography {
	font-size: 18px;
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
 	
}

.typography .small {
	font-size: 10px;	
}

.typography .leadin, .typography .large  {
	font-size: 20px;
	color: #0071bc;
	font-weight: 600;
}

.typography .red {
	color: #ea1515;
}

.typography .blue {
	color: #0071bc;
}

.typography .marginbottom {
	margin-bottom: 1em !important
}
.typography .nomargins {
	margin: 0 !important;	
}

/* Columns */
.typography .leftcolumn {
	float: left;
	width: 48.9%;
}
.typography .rightcolumn {
	float: right;
	width: 48.9%;
}

.typography .clear {
	clear: both;	
}


/* INLINE STYLES
-------------------------------------------- */

/* TABLES
-------------------------------------------- */
.typography table {
	max-width: 100%;
	margin-top: 1em;
}
.typography table td, .typography table th {
	vertical-align: top;
}
.typography table td[valign='bottom'], .typography table th[valign='bottom'] {
	vertical-align: bottom;
}
.typography table td[valign='middle'], .typography table th[valign='middle'] {
	vertical-align: middle;
}
.typography table tr:last-child td p {
	margin-bottom: 0;	
}

/* base styles for tables with borders */
.typography table[border='1'] {
	border: 1px solid #585858;	
	border-collapse: collapse;
}
.typography table[border='1'] td, .typography table[border='1'] th {
	border: 1px solid #585858;	
	padding: 6px;
}
.typography table[border='1'] th {
	background-color: #888888;
	color: #fff;
}
.typography table[border='1'] td p:last-child, .typography table[border='1'] th p:last-child {
	margin-bottom: 0;
}
.typography table[border='1'] tr:nth-child(odd)	{ background-color:#eee; }
.typography table[border='1'] tr:nth-child(even) { background-color:#fff; }

/* QUOTES
-------------------------------------------- */

/* LINKS 
-------------------------------------------- */

.typography a { 
 	text-decoration: none;
	color: #0071bc;
}
	.typography a:hover { 
 		text-decoration: underline;
	}
	
	.typography a img {
		border: 0;	
	}


/* LIST STYLES 
-------------------------------------------- */
.typography ul, .typography ol {
	margin-top: 0;
}
.typography ul ul, .typography ol ol {
	margin-bottom: 0;	
}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1 {
	font-size: 24px;
	line-height: 28px;
	color: #0071bc;
	margin: 0 0 17px 0;
}
.typography h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	margin: 0;
}

.typography h3 {
	font-weight: 600;
	margin: 0;
}
.typography h4 {
	font-weight: 600;
	margin: 0;
}
.typography h5 {
	font-weight: 600;
	margin: 0;
}
.typography h6 {
	margin: 0;
	font-weight: 600;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
   /* border: 5px solid #d7d7d7;*/
   max-width: 100%; /* prevents width being wider than 100% */
   height: auto; /* resets the image height so that it maintains its aspect ratio when width is set */
   /*background: transparent url(../images/ajax-loader.gif) no-repeat center center;*/
}
.typography img.left {
    float: left;
    max-width: 50%;
    margin: 5px 20px 10px 0;
}
.typography img.right {
    float: right;
    max-width: 50%; /* Responsive width */
    margin: 5px 0 10px 20px;
}
.typography img.leftAlone {
    /*float: left;
    margin-right: 100%;
    margin-bottom: 10px;*/
    clear: both;
}
.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
}
.typography .captionImage { width: 100%; margin-top: 5px; }
.typography .captionImage img { margin: 0; }
  .typography .captionImage.left {
    float: left;
    margin: 5px 30px 20px 0px;
  }
  .typography .captionImage.right{
    float: right;
    margin: 5px 0 20px 30px;
  }
  .typography .captionImage.left[style],
  .typography .captionImage.right[style] {
    max-width: 50%; /* Overides core width to make responsive */
  }
  .typography .captionImage.left img,
  .typography .captionImage.right img {
    float: none;
    max-width: none;
    width: 100%;
  }
  .typography .captionImage.left img {
    margin-right: -10px;
  }
  .typography .captionImage.right img {
    margin-left: -10px;
  }
  .typography .captionImage.right p {
    margin-left: -10px;
    text-align: left;
    margin-left: -10px;
  }
.typography .captionImage.leftAlone{
  float:none;
  margin: 0 20px 20px 0px;
}
.typography .captionImage.center{
  margin: 0 auto 20px;
}
.typography .captionImage p {
  clear: both;
  margin: 5px 0;
  font-style: italic;
  color: #888;
}

@media only screen and (max-width: 959px) {
	.typography {
		font-size: 13px;	
	}
	.typography .leadin, .typography .large  {
		font-size: 13px;
	}
	/* Columns */
	.typography .leftcolumn {
		float: none;
		width: auto;
	}
	.typography .rightcolumn {
		float: none;
		width: auto;
	}
	.typography h1 {
		font-size: 15px;
		line-height: 18px;
		margin: 0 0 13px 0;
	}
	.typography h2 {
		font-size: 15px;
		line-height: 18px;
	}
}


/****** FILE: themes/mytheme/css/form.css *****/
/** ----------------------------------------------------------
 *
 * This stylesheet includes both generic form styles and 
 *    additional form styles for the User Defined Form Module.
 *
 ** ------------------------------------------------------- */


/* GENERIC FORMS
----------------------------------------------- */

form {
	margin-bottom: 1em;
}
form:after {
	display: block;
	content: "*Fields are compulsory.";
	margin-top: -32px;
	font-size: 15px;
}
div.field {
    margin: 0 0 10px;
	
	/* this prevents 100% wide form elements from breaking wider than their container,
	adjust size of this to match padding and border of input elements */
	padding-right: 32px; 
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
form label {
    margin-bottom: 5px;
}
    form label.left {
        display: block;
    }
	.typography form label.right {
		text-align: left;
    }

form input.text,
form textarea,
form .textajaxuniquetext,   /* Not sure if this is used? */
form select {
    width: 100%;
    padding: 18px 16px;
    background-color: #f2f2f2;
    border: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	font-weight: 200;
}

form input.text:focus,
form textarea:focus,
form .textajaxuniquetext:focus,
form select:focus {
    outline:none;
}
form input[disabled], form textarea[disabled] {
    background-color: #f7f7f7;
    border: 1px solid #dad9d9;
}
textarea {
    resize: vertical; /* forces text area to be resized vertically only */
	height: 222px;
}


/* Radio and Checkbox */
.field .checkbox, .field .radio {
    float: left; 
    width: 13px; 
    height: 13px; 
    margin-right: 6px; 
    margin-top: 3px;
    padding: 0;
}
    .checkbox label.right,
    .radio label.right {
        float: left;
    }

/* Chris Bolt, Options set field */
.optionset ul {
	list-style: none;
}
.optionset li {
	float: left;
}
.optionset.stacked li {
	float: none;
	clear: both;
}
.stacked {
	clear: left;
	float: none;
}

/* Messages */
form .message {
	display: inline-block;
    background-color: #fef4ba;
    padding: 5px 10px;
    border: 1px solid #e8c805;
    border-radius: 3px;
}
    form .good {
        background-color: #ecf9d0;
        border-color: #8fbe00;
    }
    form .bad, form .required {
        background-color: #f9d0d0;
        border-color: #cf0000;
        color: #b80000;
    }
	

/* This code builds a label on the side form */
/*.middleColumn {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	width: 70%;
	float: right;
}
.field {
	clear: both;	
}
label.left {
	width: 30%;
 	float:left; 
	margin: 6px 0 6px 0;
	color: inherit;
}*/
/* End label on the side form */


/* ACTIONS */
.Actions {
	text-align: right;
}
    a.btn, .Actions button, .Actions input[type="submit"], .Actions .action {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
		font-family: inherit;
		font-size: inherit;
		line-height: 41px;
		
		background: url(/themes/mytheme/images/submit.png) 100% center no-repeat;
		background-size: 41px auto;
		
		border: 0;
		font-size: 17px;
		font-weight: 600;
		color: #0071bc;
		
		padding: 0 56px 0 0; /* fix rediculously small size in ie */
		
		cursor: pointer;
    }
    a.btn:hover, button, input[type="submit"]:hover, .Actions .action:hover {
        
    }
    a.btn {
        line-height: 18px;
        margin-bottom: 10px;
    }
    a.btn:after {                     /* creates arrow in button */
        content: '\2192';
        padding-left: 10px;
    }
    .ie7 input.action {
        width: 0;                     /* IE table-cell margin fix */
        overflow: visible;
    }
    input.action[class] {             /* IE ignores [class] */
        width: auto;                  /* cancel margin fix for other browsers */
    }

    .ie7 .Actions .action {
        float: left;
    }
    .Actions:after {
        color: #B94A48;
        /*content: "* Indicates a required field";*/
        display: inline-block;
        font-weight: normal;
        margin-top: 9px;
    }
    #MemberLoginForm_LoginForm .Actions:after {
        display: none;
    }


/* AREA SPECIFIC */
    /* LOGIN and FORGOT PASSWORD */
    #Remember {
        min-height: 20px;
    }
    #ForgotPassword {
        clear: left;
    }
    #MemberLoginForm_LostPasswordForm .Actions:after {
        display: none;
    }

    /* Search / Login */
    .header form .middleColumn {
        /* float: none;
        width: 100% !important; */
    }

/* style placeholders */
::-webkit-input-placeholder {
   color:#666;	
}
:-moz-placeholder {
   color:#666;	
   opacity: 1; 
}
::-moz-placeholder {
   color:#666;	 
   opacity: 1; 
}
:-ms-input-placeholder {  
   color:#66;	 
}
.labelTextFieldInactive {
	color:#66;	
}

/* page specific */
.formLeftCol {
	float: left;
	width: 48.9%;
}
.formRightCol {
	float: right;
	width: 48.9%;
}

/* Tablet size */
@media only screen and (max-width: 959px) {
	form:after {
		font-size: 10px;
	}
	div.field {
    	margin: 0 0 5px;
		padding-right: 16px; 
	
	}
	form input.text,
	form textarea,
	form .textajaxuniquetext,   /* Not sure if this is used? */
	form select {
		padding: 9px 8px;
	}
	textarea {
		height: 124px;	
	}
	
	a.btn, .Actions button, .Actions input[type="submit"], .Actions .action {
		background-image: url(/themes/mytheme/images/mobile/submit.png);
		background-size: 28px auto;
		font-size: 13px;
		line-height: 28px;
		padding-right: 40px;
		margin-top: 3px;
		margin-bottom: 4px;
	}
	
	/* page specific */
	.formLeftCol {
		float: none;
		width: auto;
	}
	.formRightCol {
		float: none;
		width: auto;
	}
	
}

