@import url(styles/reset.css);

/*!
Theme Name: Corios Custom Theme
Theme URI: http://www.kinesisinc.com
Description: A wordpress theme made custom for Corios.
Version: 1.3
Author: Kinesis Team
Author URI: http://www.kinesisinc.com

This theme was originally created by Jade Faist

*/

/*------------------------------------ Fonts */

@font-face {
	font-family: 'Bodoni';
	src: url("fonts/284EDF_0_0.eot");
	src: url("fonts/284EDF_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/284EDF_0_0.woff") format("woff"), url("fonts/284EDF_0_0.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bodoni';
	src: url("fonts/284EDF_5_0.eot");
	src: url("fonts/284EDF_5_0.eot?#iefix") format("embedded-opentype"), url("fonts/284EDF_5_0.woff") format("woff"), url("fonts/284EDF_5_0.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'TradeGothic';
	src: url("fonts/284EDF_1_0.eot");
	src: url("fonts/284EDF_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/284EDF_1_0.woff") format("woff"), url("fonts/284EDF_1_0.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TradeGothic';
	src: url("fonts/284EDF_3_0.eot");
	src: url("fonts/284EDF_3_0.eot?#iefix") format("embedded-opentype"), url("fonts/284EDF_3_0.woff") format("woff"), url("fonts/284EDF_3_0.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'TradeGothic';
	src: url("fonts/284EDF_4_0.eot");
	src: url("fonts/284EDF_4_0.eot?#iefix") format("embedded-opentype"), url("fonts/284EDF_4_0.woff") format("woff"), url("fonts/284EDF_4_0.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'TradeGothic';
	src: url("fonts/284EDF_2_0.eot");
	src: url("fonts/284EDF_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/284EDF_2_0.woff") format("woff"), url("fonts/284EDF_2_0.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
}

/*------------------------------------ Basic Structure */

/* Max-width option
#main,
#header,
#page,
#posts,
#single,
#footer {
max-width: 1450px;
margin: 0 auto;
}
*/

.content {
	position: relative;
}

/*------------------------------------ General Styles */

html {
	height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}

body {
	background: #e4e4e4 url("images/backgrounds/paper.jpg") repeat 0 0;
	color: #000000;
	font-family: 'TradeGothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	line-height: 1.3333333em;
	margin: 0 0;
	padding: 0 0;
}

img {
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
}

video {
	width: 100%    !important;
	height: auto   !important;
}

a:link,
a:visited {
	color: #d3441c;
}

a:active,
a:hover {
	color: #954e0f;
	text-decoration: underline;
}

hr {
	background-color: #ffffff;
	border: 0;
	height: 3px;
	margin: 10px 0;
	clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	font-weight: bold;
	line-height: 1.2em;
	padding: 15px 0 0 0;
}

h1 {
	font-family: 'Bodoni', Georgia, "Times New Roman", Times, serif;
	font-size: 3.2222em;
	font-weight: normal;
	line-height: 1.12em;
	padding: 10px 0 20px 0;
}

h2 {
	font-size: 1.5555em;
	text-transform: uppercase;
}

h3 {
	color: #777777;
	font-size: 1.4em;
	text-transform: uppercase;
}

h4 {
	color: #777777;
	font-size: 1.5em;
	font-weight: normal;
}

h5 {
	font-size: 1em;
	text-transform: uppercase;
}

h6 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
}

p {
	padding: 10px 0;
}

ul {
	list-style: disc;
	margin: 10px 0 0 35px;
}

ol {
	list-style: decimal;
	margin: 10px 0 0 35px;
}

li {
	margin: 0 0 10px 0;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

dl {
	margin: 10px 0 0 35px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 10px 0;
}

strong {
	font-weight: bold;
}

.strong {
	font-weight: bold;
	color: #777777;
}

cite,
em,
i {
	font-style: italic;
}

big {
	font-size: 131.25%;
}

ins {
	background: #ffc;
	text-decoration: none;
}

blockquote {
	color: #777777;
	font-family: 'Bodoni', Georgia, "Times New Roman", Times, serif;
	font-size: 2.3333em;
	font-style: italic;
	line-height: 1.1428em;
	padding: 20px 20px;
	text-align: center;
}

blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
	font-size: 1.8em;
	line-height: 1.3333em;
}

pre {
	background: #ffffff;
	color: #777777;
	font-family: "Courier 10 Pitch", Courier, monospace;
	margin: 10px 0;
	padding: 1.5em;
}

code {
	background: #ffffff;
	color: #777777;
	font-family: "Courier 10 Pitch", Courier, monospace;
	margin: 10px 0;
	padding: 1.5em;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #777777;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

input,
textarea,
select,
button {
	background: #f5f5f5;
	border: 1px solid #a3a3a3;
	color: #111111;
	font-family: 'TradeGothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0 0;
	max-width: 100%;
	padding: 8px 8px;
	vertical-align: middle;
}

textarea {
	resize: vertical;
}

input:hover,
textarea:hover,
select:hover {
	outline: 0;
	border: 1px solid #954e0f;
}

input:focus,
textarea:focus,
select:focus {
	background-color: #e5e5e5;
}

input[type="button"],
input[type="submit"] {
	border: none;
	color: #f4b88c;
	display: inline-block;
	font-size: 28px;
	line-height: 35px;
	padding: 2px 16px;
	text-transform: uppercase;
	text-shadow: 0px 0px 3px #952e13;
	-webkit-filter: dropshadow(color=#952e13, offx=0, offy=0);
	        filter: dropshadow(color=#952e13, offx=0, offy=0);
	background: #d3441c;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzNDQxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZjI5MTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3441c), color-stop(100%, #7f2911));
	background: -webkit-linear-gradient(top, #d3441c 0%, #7f2911 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#d3441c), to(#7f2911));
	background: linear-gradient(to bottom, #d3441c 0%, #7f2911 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3441c', endColorstr='#7f2911',GradientType=0 );
}

button,
a.more-link,
.more-link a,
.more-link-brown a,
.more-link-gold a {
	border: none;
	color: #f4b88c;
	display: inline-block;
	font-size: 28px;
	line-height: 35px;
	padding: 2px 16px;
	text-transform: uppercase;
	text-shadow: 0px 0px 3px #952e13;
	-webkit-filter: dropshadow(color=#952e13, offx=0, offy=0);
	        filter: dropshadow(color=#952e13, offx=0, offy=0);
	background: #d3441c;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzNDQxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZjI5MTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3441c), color-stop(100%, #7f2911));
	background: -webkit-linear-gradient(top, #d3441c 0%, #7f2911 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#d3441c), to(#7f2911));
	background: linear-gradient(to bottom, #d3441c 0%, #7f2911 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3441c', endColorstr='#7f2911',GradientType=0 );
}

input[type="button"]:hover,
input[type="button"]:focus {
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0px 0px 3px #69340a;
	-webkit-filter: dropshadow(color=#69340a, offx=0, offy=0);
	        filter: dropshadow(color=#69340a, offx=0, offy=0);
	background: #954e0f;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk1NGUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YTJmMDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #954e0f), color-stop(100%, #5a2f09));
	background: -webkit-linear-gradient(top, #954e0f 0%, #5a2f09 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#954e0f), to(#5a2f09));
	background: linear-gradient(to bottom, #954e0f 0%, #5a2f09 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#954e0f', endColorstr='#5a2f09',GradientType=0 );
}

input[type="submit"]:hover,
input[type="submit"]:focus {
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0px 0px 3px #69340a;
	-webkit-filter: dropshadow(color=#69340a, offx=0, offy=0);
	        filter: dropshadow(color=#69340a, offx=0, offy=0);
	background: #954e0f;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk1NGUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YTJmMDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #954e0f), color-stop(100%, #5a2f09));
	background: -webkit-linear-gradient(top, #954e0f 0%, #5a2f09 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#954e0f), to(#5a2f09));
	background: linear-gradient(to bottom, #954e0f 0%, #5a2f09 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#954e0f', endColorstr='#5a2f09',GradientType=0 );
}

button:hover,
button:focus {
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0px 0px 3px #69340a;
	-webkit-filter: dropshadow(color=#69340a, offx=0, offy=0);
	        filter: dropshadow(color=#69340a, offx=0, offy=0);
	background: #954e0f;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk1NGUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YTJmMDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #954e0f), color-stop(100%, #5a2f09));
	background: -webkit-linear-gradient(top, #954e0f 0%, #5a2f09 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#954e0f), to(#5a2f09));
	background: linear-gradient(to bottom, #954e0f 0%, #5a2f09 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#954e0f', endColorstr='#5a2f09',GradientType=0 );
}

a.more-link:hover,
.more-link a:hover {
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0px 0px 3px #69340a;
	-webkit-filter: dropshadow(color=#69340a, offx=0, offy=0);
	        filter: dropshadow(color=#69340a, offx=0, offy=0);
	background: #954e0f;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk1NGUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YTJmMDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #954e0f), color-stop(100%, #5a2f09));
	background: -webkit-linear-gradient(top, #954e0f 0%, #5a2f09 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#954e0f), to(#5a2f09));
	background: linear-gradient(to bottom, #954e0f 0%, #5a2f09 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#954e0f', endColorstr='#5a2f09',GradientType=0 );
}

a.more-link.brown,
.more-link a.brown,
a.more-link-brown,
.more-link-brown a {
	color: #e7b28f;
	text-shadow: 0px 0px 3px #6b3617;
	-webkit-filter: dropshadow(color=#6b3617, offx=0, offy=0);
	        filter: dropshadow(color=#6b3617, offx=0, offy=0);
	background: #763f1b;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk1NGYyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YTMwMTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #954f22), color-stop(100%, #5a3014));
	background: -webkit-linear-gradient(top, #954f22 0%, #5a3014 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#954f22), to(#5a3014));
	background: linear-gradient(to bottom, #954f22 0%, #5a3014 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#954f22', endColorstr='#5a3014',GradientType=0 );
}

a.more-link.brown:hover,
.more-link a.brown:hover,
a.more-link-brown:hover,
.more-link-brown a:hover {
	text-shadow: 0px 0px 3px #532912;
	-webkit-filter: dropshadow(color=#532912, offx=0, offy=0);
	        filter: dropshadow(color=#532912, offx=0, offy=0);
	background: #5f3216;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1M2UxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NzI1MTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #753e1b), color-stop(100%, #472510));
	background: -webkit-linear-gradient(top, #753e1b 0%, #472510 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#753e1b), to(#472510));
	background: linear-gradient(to bottom, #753e1b 0%, #472510 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#753e1b', endColorstr='#472510',GradientType=0 );
}

a.more-link.gold,
.more-link a.gold,
a.more-link-gold,
.more-link-gold a {
	color: #efd1a8;
	text-shadow: 0px 0px 3px #8f591a;
	-webkit-filter: dropshadow(color=#8f591a, offx=0, offy=0);
	        filter: dropshadow(color=#8f591a, offx=0, offy=0);
	background: #a97121;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmOGEyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZDUzMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cf8a29), color-stop(100%, #7d5319));
	background: -webkit-linear-gradient(top, #cf8a29 0%, #7d5319 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#cf8a29), to(#7d5319));
	background: linear-gradient(to bottom, #cf8a29 0%, #7d5319 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf8a29', endColorstr='#7d5319',GradientType=0 );
}

a.more-link.gold:hover,
.more-link a.gold:hover,
a.more-link-gold:hover,
.more-link-gold a:hover {
	text-shadow: 0px 0px 3px #663f11;
	-webkit-filter: dropshadow(color=#663f11, offx=0, offy=0);
	        filter: dropshadow(color=#663f11, offx=0, offy=0);
	background: #7a5016;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk1NjIxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YjNjMTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #95621b), color-stop(100%, #5b3c11));
	background: -webkit-linear-gradient(top, #95621b 0%, #5b3c11 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#95621b), to(#5b3c11));
	background: linear-gradient(to bottom, #95621b 0%, #5b3c11 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95621b', endColorstr='#5b3c11',GradientType=0 );
}

.formFieldTextError,
.formFieldFileError {
	border: #d34627 solid 1px;
	background-color: #ffffcc;
}

label {
	color: #888888;
	display: none;
	padding: 0 8px;
}

label.show {
	display: inline-block;
}

form ul {
	list-style: none;
	margin-left: 0;
}

form ul li {
	list-style: none;
	margin-left: 0;
}

.content form ul li:before {
	content: normal;
}

.formFieldLarge {
	width: 100%;
}

.formTextAreaLarge {
	width: 100%;
	min-height: 150px;
}

.more {
	font-weight: bold;
	text-transform: uppercase;
}

.more:hover,
.more:focus {
	text-decoration: none;
}

/*------------------------------------ Header */

#header {
	position: relative;
}

#branding {
	background-color: #ffffff;
	text-align: center;
}

/*------------------------------------ Navigation */

#navigation {
	background: #000;
	display: block;
	font-size: 0.8888em;
	text-align: center;
}

#navigation a {
	color: #ffffff;
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation #shownav {
	background: #000 url("images/icons/menu.png") no-repeat right center;
	display: inline-block;
	padding-right: 40px;
	padding-left: 20px;
}

#navigation ul {
	border-top: 2px solid #484848;
	margin: 0 0;
	display: none;
}

#navigation ul li {
	list-style: none;
	margin: 0 0;
	padding: 0 0;
}

#navigation ul a {
	border-bottom: 2px solid #484848;
	display: block;
	padding-left: 20px;
	text-align: left;
}

#navigation ul a:hover {
	background-color: #232323;
}

#navigation ul li.current-menu-item > a,
#navigation ul li.current-menu-ancestor > a {
	background-color: #232323;
}

#navigation ul ul {
	display: none;
	border-top: none;
	padding: 10px 0;
}

#navigation ul ul:hover {
	display: none;
}

#navigation ul ul a {
	border: none;
	padding-left: 40px;
}

#navigation ul li.current-menu-item ul,
#navigation ul li.current-menu-ancestor ul {
	background-color: #232323;
	border-bottom: 2px solid #484848;
}

#navigation ul li.current-menu-item > a,
#navigation ul li.current-menu-item a:hover {
	color: #cf8a29;
}

#navigation ul li.current-menu-ancestor a:hover {
	color: #cf8a29;
}

#navigation ul li.current-menu-item > ul,
#navigation ul li.current-menu-ancestor ul {
	display: block;
}

#navigation ul ul ul {
	padding: 0 0;
}

#navigation ul ul ul a {
	padding-left: 60px;
}

#navigation ul ul ul a:before {
	content: "\00bb\00a0";
}

#navigation ul li.current-menu-item ul ul,
#navigation ul li.current-menu-ancestor ul ul {
	display: none;
}

#navigation ul ul li.current-menu-item ul,
#navigation ul ul li.current-menu-ancestor ul {
	display: block;
}

#navigation ul li.current-menu-item ul ul,
#navigation ul li.current-menu-ancestor ul ul {
	border-bottom: none;
}

/* sub nav */

/* Tertiary nav */

/*------------------------------------ Side Navigation */

#sidenav {
	display: none;
	font-size: 0.8888em;
	list-style: none;
	margin: 0 0;
}

#sidenav li {
	margin: 0 0 2px 0;
}

#sidenav a {
	color: #000000;
	display: inline-block;
	padding: 8px 10px;
	text-transform: uppercase;
}

#sidenav a:hover,
#sidenav a:focus {
	background-color: #232323;
	color: #cf8a29;
	text-decoration: none;
}

#sidenav .current_page_item > a {
	background-color: #232323;
	color: #cf8a29;
	text-decoration: none;
}

#sidenav ul {
	display: none;
	list-style: none;
	margin: 2px 0 0 0;
}

#sidenav ul a {
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

#sidenav .current_page_item ul,
#sidenav .current_page_ancestor ul {
	display: block;
}

#sidenav ul a:before {
	content: "\00bb\00a0";
}

/*------------------------------------ Main Content */

#page,
#posts,
#single {
	padding: 0 20px;
}

.content ul li {
	list-style: none;
}

.content ul li:before {
	content: '\2022';
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	left: -15px;
	color: #777777;
	font-size: 14px;
}

article {
	padding-bottom: 60px;
}

.loop article {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 60px;
	padding-bottom: 60px;
}

.loop article:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.entry-content {
	padding-bottom: 40px;
}

.entry-title a:link,
.entry-title a:visited {
	color: #000000;
}

.entry-title a:active,
.entry-title a:hover {
	color: #d3441c;
	text-decoration: none;
}

#single h1.entry-title {
	padding-bottom: 0;
}

#single h2.entry-subtitle {
	padding-bottom: 20px;
}

#posts .entry-link {
	display: inline-block;
}

#posts .entry-link:hover,
#posts .entry-link:active {
	text-decoration: none;
}

#posts .entry-link:hover h1,
#posts .entry-link:hover h2 {
	color: #d3441c;
}

#posts .entry-link h1 {
	padding-bottom: 0;
}

#posts .entry-link h2 {
	padding-bottom: 20px;
}

.signupwidget.footer input[type="text"] {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

/* ---------------------- Homepage - Solutions */

#solutions {
	border-bottom: 10px solid #ffffff;
	text-align: center;
	background: #cccccc;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #cccccc), color-stop(20%, #f5f5f5), color-stop(80%, #f5f5f5), color-stop(100%, #cccccc));
	background: -webkit-linear-gradient(left, #cccccc 0%, #f5f5f5 20%, #f5f5f5 80%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, right top, from(#cccccc), color-stop(20%, #f5f5f5), color-stop(80%, #f5f5f5), to(#cccccc));
	background: linear-gradient(to right, #cccccc 0%, #f5f5f5 20%, #f5f5f5 80%, #cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=1 );
}

#solutions h1 {
	font-size: 40px;
	font-style: italic;
	font-weight: normal;
	padding-top: 20px;
	text-align: center;
}

#solutions h1 em {
	color: #d3441c;
}

#solutions h2 {
	background-repeat: no-repeat;
	background-position: top center;
	font-family: 'Bodoni', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 46px;
	padding-top: 200px;
	text-transform: uppercase;
}

#solutions .block {
	background: transparent url("images/backgrounds/solutions-bars.png") repeat-x center 46px;
	padding: 0 20px;
}

#solutions .harmony h2 {
	background-image: url("images/icons/harmony.png");
}

#solutions .tempo h2 {
	background-image: url("images/icons/tempo.png");
}

#solutions .volume h2 {
	background-image: url("images/icons/volume.png");
}

#solutions .harmony .more,
#solutions .tempo .more,
#solutions .volume .more {
	background-repeat: no-repeat;
	display: block;
	height: 72px;
	margin: 20px auto 50px auto;
	text-indent: -99999em;
}

#solutions .harmony .more {
	background-image: url("images/interactive/harmony.png");
	width: 177px;
}

#solutions .tempo .more {
	background-image: url("images/interactive/tempo.png");
	width: 186px;
}

#solutions .volume .more {
	background-image: url("images/interactive/volume.png");
	width: 196px;
}

/* ---------------------- Homepage - Approach */

#approach {
	background: #000000 url("images/backgrounds/approach-bg.jpg") no-repeat 0 0;
	background-size: contain;
	color: #959595;
	padding: 38% 20px 20px 20px;
}

#approach .content {
	max-width: 540px;
	margin: 0 auto;
}

#approach h2 {
	color: #ffffff;
	font-family: 'Bodoni', Georgia, "Times New Roman", Times, serif;
	font-size: 54px;
	font-weight: normal;
	text-transform: none;
}

/* ---------------------- Homepage - Industries */

#industries {
	background-color: #ffffff;
	padding: 40px 20px;
	text-align: center;
}

#industries h3 {
	color: #000000;
	font-family: 'Bodoni', Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: normal;
	padding: 0 20px 0 0;
}

#industries .more-link {
	margin: 8px 10px;
	padding: 10px 20px;
}

/* ---------------------- Homepage - Services */

#services {
	background-color: #000000;
	border-bottom: 10px solid #ffffff;
	color: #777777;
	text-align: center;
	padding: 20px 0 0 0;
}

#services h3 {
	color: #ffffff;
	font-family: 'Bodoni', Georgia, "Times New Roman", Times, serif;
	font-size: 54px;
	font-weight: normal;
	text-transform: none;
}

#services .blurb {
	padding: 20px 20px 40px 20px;
	max-width: 880px;
	margin: 0 auto;
}

#services .widgets {
	list-style: none;
	margin: 0 0;
}

#services .widget-container {
	background-color: #000000;
	border: 2px solid #959595;
	padding: 30px 30px;
	margin: 0 10px 20px 10px;
}

#services .widgets .more {
	display: none;
}

/* ---------------------- Homepage - Resources */

#resources {
	text-align: center;
}

#resources h3 {
	color: #000000;
	font-family: 'Bodoni', Georgia, "Times New Roman", Times, serif;
	font-size: 38px;
	font-weight: normal;
	padding: 20px 20px;
	text-transform: none;
}

#resources .robin {
	display: block;
	margin: 0 auto;
	padding: 0 10px;
}

#resources .widgets {
	list-style: none;
	margin: 0 0;
}

#resources .widgets li:first-child {
	background: #ffffff;
	margin: 10px 10px 40px 10px;
	padding: 30px 30px;
}

#resources .widgets li:first-child .widget-title {
	padding: 0 0 20px 0;
	font-size: 28px;
	font-weight: normal;
}

/* ---------------------- Metrics */

.metric {
	background: transparent url("images/backgrounds/solutions-bars.png") repeat-x center 60px;
	color: #cf8a29;
	text-align: center;
	padding: 20px 0;
}

.metric .number {
	display: block;
	font-family: 'Bodoni', Georgia, "Times New Roman", Times, serif;
	font-size: 80px;
	font-weight: normal;
	line-height: 70px;
	padding: 64px 10px 40px 10px;
}

.metric .label {
	display: block;
	font-weight: bold;
	padding: 0 10px;
	text-transform: uppercase;
}

/* --------- Meta */

.entry-meta {
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	margin-bottom: 20px;
	padding: 10px 0;
}

.entry-content .more-link {
	display: inline-block;
	margin: 20px 0 0 0;
}

.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}

.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* --------- Subscribe link */

a.postSignup {
	background-color: #000000;
	color: #ffffff;
	display: block;
	font-family: 'Bodoni', Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	margin: 0 0 20px 0;
	padding: 20px 20px;
	text-align: center;
	text-transform: uppercase;
}

a.postSignup span {
	color: #cf8a29;
}

a.postSignup:hover,
a.postSignup:focus {
	background-color: #d3441c;
	text-decoration: none;
}

a.postSignup:hover span,
a.postSignup:focus span {
	color: #ffffff;
}

/*------------- Social */

#share {
	display: none;
}

article .social {
	padding-top: 10px;
	min-height: 40px;
	text-align: center;
}

article .social > iframe,
article .social > div,
article .social > span {
	margin: 0 2% !important;
}

/*------------- Related Posts */

.yarpp-related {
	background-color: #ffffff;
	padding: 0 8px 0 28px;
}

.yarpp-related h3 {
	margin-bottom: 28px;
	padding-top: 28px;
}

.yarpp-related ul {
	list-style: none;
	margin: 0 0;
}

.yarpp-related li {
	width: 50%;
	padding: 0 20px 28px 0;
	margin: 0 0;
}

.yarpp-related a {
	display: block;
}

.yarpp-related img {
	margin-right: 20px;
	float: left;
}

/*------------- Images */

.content img {
	margin: 0;
	height: auto;
	width: auto;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

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

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

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone,
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/*------------- Pagination */

.pagination {
	border-bottom: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	clear: both;
	color: #676C73;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 60px 0;
	text-align: center;
	text-transform: uppercase;
}

.pagination ul {
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 20px 0;
	width: 50%;
}

.pagination li {
	display: inline-block;
	margin: 0 0;
}

.pagination ul li:before {
	content: normal;
}

.pagination a,
.pagination .current {
	color: #000000;
	display: inline-block;
	padding: 5px 10px;
}

.pagination a:hover,
.pagination a:focus {
	color: #d3441c;
	text-decoration: none;
}

.pagination .newest,
.pagination .oldest {
	display: block;
	float: left;
	padding: 20px 0;
	width: 25%;
}

.pagination .current {
	background: #ffffff;
	color: #000000;
}

/*------------------------------------ Comments */

#comments {
	clear: both;
}

.commentlist {
	list-style: none;
	margin: 0;
}

.commentlist li.comment {
	background-color: #ffffff;
	margin: 0 0 24px 0;
	padding: 28px 28px 28px 28px;
	position: relative;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}

#comments .comment-body p:last-child {
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}

.commentlist ol {
	list-style: decimal;
}

.comment-author cite {
	display: inline-block;
	font-size: 28px;
	font-style: normal;
	padding: 0 0 0 20px;
}

.comment-author .timestamp {
	color: #898989;
	display: block;
	font-size: 14px;
	padding-top: 10px;
}

.commentlist .bypostauthor {
	border: 2px solid #cf8a29;
}

.nopassword,
.nocomments {
	display: none;
}

/* ------ Comments form */

#respond {
	background-color: #ffffff;
	margin-top: 40px;
	padding: 28px 28px;
}

#reply-title {
	padding: 10px 0 20px 0;
}

#respond label {
	display: none;
}

#respond input,
#respond textarea {
	width: 100%;
}

#respond input[type=submit] {
	width: auto;
}

/*------------------------------------ Sidebars */

#primary {
	margin: 0;
	padding: 0;
}

#primary .widget-container {
	background: #ffffff;
	margin: 0 0 40px 0;
	padding: 30px 30px;
}

#primary .widget-title {
	padding: 0 0 20px 0;
}

.widget-area {
	list-style: none;
	margin-left: 0;
}

.widget-title {
	font-size: 28px;
	font-weight: normal;
	text-transform: none;
	color: #000;
}

.widget_categories ul li {
	list-style-type: none;
}

.widget_categories ul li:before {
	content: '\00BB';
	position: relative;
	font-size: 30px;
	top: 1px;
	margin-right: 8px;
	color: #777;
}

ul.social {
	margin: 0;
}

.blog-cta-block {
	padding: 30px;
	background: #fff;
	margin-bottom: 15px;
}

.blog-cta-block.form h3 {
	font-size: 28px;
	font-weight: normal;
	padding-top: 0;
	text-transform: none;
	color: #000;
}

/* -------- Search Widget */

.search input {
	margin-right: -42px;
	padding-right: 42px;
	width: 100%;
}

.search button {
	background-image: url("images/interactive/search.png");
	text-indent: -999999em;
	height: 42px;
	width: 42px;
}

.search button:hover {
	background-position: 0 -42px;
}

/* ------ Social Widget */

.coriosSocial a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 48px;
	text-indent: -99999em;
	width: 49px;
}

.coriosSocial a:hover {
	background-position: 0 -48px;
}

.coriosSocial .widget_facebook {
	background-image: url("images/icons/facebook.png");
}

.coriosSocial .widget_linkedin {
	background-image: url("images/icons/linkedin.png");
}

.coriosSocial .widget_youtube {
	background-image: url("images/icons/youtube.png");
}

.coriosSocial .widget_twitter {
	background-image: url("images/icons/twitter.png");
}

.coriosSocial li {
	display: inline-block;
	list-style: none;
	margin: 0 5px 10px 0;
}

#primary .coriosSocial li:last-child {
	margin-right: 0;
}

/* -------- Subscribe Widget */

.coriosSignup input {
	margin-bottom: 20px;
	width: 100%;
}

.coriosSignup label {
	display: none;
}

/* -------- Page Widget */

.coriosPage {
	color: #777777;
	text-align: center;
}

.coriosPage .page-icon {
	display: block;
	margin-bottom: 20px;
}

.coriosPage .widget-title {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0;
}

#primary .coriosPage .widget-title {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0;
}

.coriosPage .widget-title a:hover,
.coriosPage .widget-title a:focus {
	text-decoration: none;
}

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

#footer {
	background: #ffffff;
	clear: both;
	font-size: 16px;
	line-height: 1.2em;
	padding: 10px 0 0 0;
	margin: 0 0;
}

#colophon {
	background: #000000;
	color: #959595;
}

#colophon a:link,
#colophon a:visited,
#colophon a:active {
	color: #ffffff;
}

#colophon a:hover,
#colophon a:focus {
	color: #d3441c;
	text-decoration: none;
}

#colophon ul {
	list-style: none;
	margin: 0 0;
}

#colophon .widgets {
	text-align: center;
	padding-top: 20px;
}

#colophon .widget-title {
	margin-bottom: 20px;
}

#colophon #menu-footer {
	padding: 0 0 80px 0;
	text-align: center;
}

#colophon #menu-footer a {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#colophon h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

#colophon .sub-menu {
	display: none;
}

#colophon #menu-footer .sub-menu a {
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
}

#site-info {
	padding: 20px 0;
	position: relative;
	text-align: center;
}

#site-info .backhome {
	display: block;
	position: absolute;
	margin: 0 0 0 50%;
	top: -70px;
	left: -40px;
}

/*------------------------------------ Responsive */

/* Reusable column setup */

.col {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-clip: padding-box !important;
}

/*------------------------------------ 16 Column Grid 761px - 1060px */

/*------------------------------------ 16 Column Grid 1060px - infinity */

/* Retina Display images */

/*------------------------------------  Misc */

::selection,
::-webkit-selection,
::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

.video-player {
	padding: 0;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap iframe,
.fancybox-wrap object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-nav {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-nav span {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer {
	position: relative;
}

.fancybox-inner {
	position: relative;
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/

.page-id-37 #coriospage-11 {
	display: none;
}

.page-id-1562 h1 {
	padding-bottom: 10px;
	border-bottom: 2px solid white;
}

.page-id-1562 #page {
	width: 72%;
}

.page-id-1562 div[id^=gform_wrapper] .gfield_label {
	font-size: 27px;
	color: #000;
}

.page-id-1562 div[id^=gform_wrapper] td {
	background-clip: padding-box;
}

.page-id-1562 div[id^=gform_wrapper] table.gsurvey-likert td.gsurvey-likert-choice-label {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px 0;
	vertical-align: top;
	font-size: 16px;
	line-height: normal;
}

.page-id-1562 div[id^=gform_wrapper] table.gsurvey-likert td.gsurvey-likert-choice-label span {
	font-size: 36px;
	color: #CF8B2A;
	font-family: 'Bodoni', Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	display: block;
	margin-bottom: -15px;
}

.page-id-1562 div[id^=gform_wrapper] .gsurvey-likert-choice {
	background-color: #F6F6F6;
	padding: 25px 0;
}

.page-id-1562 div[id^=gform_wrapper] table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-focus {
	background-color: #D9D9D9 !important;
}

.page-id-1562 div[id^=gform_wrapper] table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-hover {
	background-color: #D9D9D9;
}

.page-id-1562 div[id^=gform_wrapper] table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected {
	background-color: #CF8B2A !important;
}

.page-id-1562 div[id^=gform_wrapper] table#input_11_6 tr td:first-child {
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
}

.page-id-1562 div[id^=gform_wrapper] .gfield.italic {
	padding-bottom: 10px;
	border-bottom: 2px solid white;
}

.page-id-1562 div[id^=gform_wrapper] .gfield.italic .gfield_label {
	font-style: italic;
	font-weight: normal;
	margin-bottom: 5px;
}

.page-id-1562 div[id^=gform_wrapper] .gfield.bordered {
	padding-bottom: 10px;
	border-bottom: 2px solid white;
}

.page-id-1562 div[id^=gform_wrapper] input[type="text"],
.page-id-1562 div[id^=gform_wrapper] textarea {
	margin-bottom: 20px;
}

.page-id-1562 div[id^=gform_wrapper] .top_label input.medium,
.page-id-1562 div[id^=gform_wrapper] .gform_wrapper .top_label select.medium {
	width: 99%;
}

.page-id-1562 div[id^=gform_wrapper] .validation_message,
.page-id-1562 div[id^=gform_wrapper] li.gfield.gfield_error .gfield_description {
	font-size: 11px;
	font-weight: normal;
	display: none;
}

.page-id-1562 div[id^=gform_wrapper] li.gfield.gfield_error {
	background-color: transparent !important;
	border: none !important;
	margin-bottom: 0px !important;
	padding: 6px 6px 4px 0 !important;
}

.page-id-1562 div[id^=gform_wrapper] li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	border: none !important;
	margin-bottom: 0px !important;
	padding: 6px 6px 4px 0 !important;
}

.page-id-1562 div[id^=gform_wrapper] .top_label .gfield_error {
	width: 100%;
}

.page-id-1562 div[id^=gform_wrapper] .top_label .gfield_error .ginput_container {
	max-width: 100%;
}

.page-id-1562 div[id^=gform_wrapper] .gfield_error input[type="text"],
.page-id-1562 div[id^=gform_wrapper] .gfield_error input[type="email"],
.page-id-1562 div[id^=gform_wrapper] .gfield_error input[type="tel"],
.page-id-1562 div[id^=gform_wrapper] .gfield_error textarea {
	border: 1px solid red !important;
}

.page-id-1562 div[id^=gform_wrapper] .gfield_error .gfield_label {
	color: red;
}

.page-id-1562 div[id^=gform_wrapper] .gfield_required {
	color: #d2722d !important;
}

.page-id-1562 div[id^=gform_wrapper] li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.page-id-1562 div[id^=gform_wrapper] li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	color: !important;
	padding: 0 !important;
}

.page-id-1562 div[id^=gform_wrapper] li.gfield.gfield_error.gfield_contains_required {
	padding: 0 !important;
}

.page-id-1562 .validation_error {
	color: #DF1C1C !important;
	font-size: 11px !important;
	display: none;
}

.page-id-1562 #gforms_confirmation_message {
	background-color: none !important;
	color: #666 !important;
	border: none !important;
	font-size: 15px !important;
	margin-bottom: 40px !important;
}

.page-id-1562 .gform_validation_container {
	display: none !important;
	left: -9000px;
	position: absolute !important;
}

#book-popup {
	margin-top: -173px;
	-webkit-transition: 1000ms ease-in-out;
	transition: 1000ms ease-in-out;
}

#book-popup.expanded {
	margin-top: 0;
}

#book-popup .book-popup-content {
	background: #f7f7f7;
	padding: 10px 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-webkit-box-shadow: 0 -5px 9px -2px rgba(0, 0, 0, 0.4) inset;
	        box-shadow: 0 -5px 9px -2px rgba(0, 0, 0, 0.4) inset;
}

#book-popup .book-popup-content .container {
	position: relative;
}

#book-popup .book-popup-content .book-image img {
	position: relative;
	left: 90px;
	z-index: 0;
}

#book-popup .book-popup-content p {
	font-size: 30px;
	position: relative;
	z-index: 10;
	font-weight: 700;
}

#book-popup .book-popup-content p span {
	font-size: 20px;
	font-weight: 500;
}

#book-popup .book-popup-content .button {
	border: 2px solid #d90911;
	font-size: 14px;
	color: #d90911;
	text-transform: uppercase;
	display: inline-block;
	padding: 3px 10px;
	font-weight: bold;
}

#book-popup .book-popup-content .button:hover {
	background: #d90911;
	color: #fff;
	text-decoration: none;
}

#book-popup .book-popup-content .button:hover svg * path {
	fill: white;
}

#book-popup .book-popup-content .button svg {
	position: relative;
	top: 3px;
}

#book-popup .close {
	position: absolute;
	top: 5px;
	right: 5px;
}

.page-template-page-landing,
.page-template-page-landing-ty {
	background: none; /*  .bounce-up {
-webkit-animation-name: bounce-up;
animation-name: bounce-up;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-duration: 2s;
animation-duration: 2s;
} */
}

.page-template-page-landing #shr-admin-badge,
.page-template-page-landing-ty #shr-admin-badge {
	display: none !important;
}

.page-template-page-landing #navigation,
.page-template-page-landing-ty #navigation {
	background: none;
	border: none;
	padding: 0;
	width: auto;
}

.page-template-page-landing #navigation a,
.page-template-page-landing-ty #navigation a {
	color: #000;
}

.page-template-page-landing .animated,
.page-template-page-landing-ty .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.page-template-page-landing .pulse,
.page-template-page-landing-ty .pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

.page-template-page-landing .bounce,
.page-template-page-landing-ty .bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	    transform-origin: center bottom;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	visibility: visible !important;
}

.page-template-page-landing .scroll-arrow,
.page-template-page-landing-ty .scroll-arrow {
	position: absolute;
	left: 0px;
	bottom: 15%;
	-webkit-animation: arrowfade 1500ms linear infinite 4s;
	        animation: arrowfade 1500ms linear infinite 4s;
}

.page-template-page-landing .container,
.page-template-page-landing-ty .container {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

.page-template-page-landing header,
.page-template-page-landing-ty header {
	background: white;
	padding: 12px 5%;
}

.page-template-page-landing header .brand,
.page-template-page-landing-ty header .brand {
	width: 22px;
	margin-right: auto;
}

.page-template-page-landing header .tagline,
.page-template-page-landing-ty header .tagline {
	display: block;
	width: 320px;
	height: auto;
}

.page-template-page-landing header .tagline div,
.page-template-page-landing-ty header .tagline div {
	font-family: 'Bodoni';
	font-size: 16px;
}

.page-template-page-landing header .tagline div:first-child,
.page-template-page-landing-ty header .tagline div:first-child {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #B4B4B4;
}

.page-template-page-landing header .tagline div:last-child,
.page-template-page-landing-ty header .tagline div:last-child {
	font-style: italic;
}

.page-template-page-landing header .tagline span,
.page-template-page-landing-ty header .tagline span {
	color: #d3441c;
}

.page-template-page-landing .landing-hero,
.page-template-page-landing-ty .landing-hero {
	background-size: cover;
	background-position: center;
	margin-bottom: 10px;
}

.page-template-page-landing .landing-hero--copy,
.page-template-page-landing-ty .landing-hero--copy {
	margin-bottom: 50px;
}

.page-template-page-landing .landing-hero--copy *,
.page-template-page-landing-ty .landing-hero--copy * {
	color: #fff;
}

.page-template-page-landing .landing-hero--copy h1,
.page-template-page-landing-ty .landing-hero--copy h1 {
	font-size: 58px;
	line-height: 70px;
}

.page-template-page-landing .landing-hero--copy p,
.page-template-page-landing-ty .landing-hero--copy p {
	margin-bottom: 15px;
}

.page-template-page-landing .landing-hero--copy a,
.page-template-page-landing-ty .landing-hero--copy a {
	background: -webkit-gradient(linear, left top, left bottom, from(#D34827), to(#772917));
	background: -webkit-linear-gradient(top, #D34827, #772917);
	background: linear-gradient(top, #D34827, #772917);
	display: inline-block;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	position: relative;
	padding-right: 50px;
	-webkit-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
}

.page-template-page-landing .landing-hero--copy a:after,
.page-template-page-landing-ty .landing-hero--copy a:after {
	content: '';
	position: absolute;
	right: 14px;
	top: 13px;
	background: url("/wp-content/themes/corios/images/landing/white-arrow-right.svg") 0 0 no-repeat;
	width: 20px;
	height: 20px;
}

.page-template-page-landing .landing-hero--copy a:hover,
.page-template-page-landing-ty .landing-hero--copy a:hover {
	text-decoration: none !important;
	opacity: 0.7;
}

.page-template-page-landing .landing-hero--image a,
.page-template-page-landing-ty .landing-hero--image a {
	display: block;
	position: relative;
}

.page-template-page-landing .landing-hero--image a:after,
.page-template-page-landing-ty .landing-hero--image a:after {
	-webkit-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	        transform: scale(0.9);
	-webkit-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
	opacity: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	content: 'Get it now!';
	position: absolute;
	top: -35px;
	right: -128px;
	background-color: white;
	width: 150px;
	padding: 5px;
	border-radius: 10px 10px 10px 0;
	font-weight: bold;
	color: #000;
	font-family: 'Bodoni';
}

.page-template-page-landing .landing-hero--image a:hover:after,
.page-template-page-landing-ty .landing-hero--image a:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.page-template-page-landing .landing-hero--image img,
.page-template-page-landing-ty .landing-hero--image img {
	display: block;
}

.page-template-page-landing .download-resource,
.page-template-page-landing-ty .download-resource {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #D34827), to(#AF3B20));
	background: -webkit-linear-gradient(top, #D34827 70%, #AF3B20 100%);
	background: linear-gradient(top, #D34827 70%, #AF3B20 100%);
	padding: 100px 0;
}

.page-template-page-landing .download-resource .download-resource--copy,
.page-template-page-landing-ty .download-resource .download-resource--copy {
	padding-top: 20px;
	margin-bottom: 50px;
}

.page-template-page-landing .download-resource .download-resource--copy *,
.page-template-page-landing-ty .download-resource .download-resource--copy * {
	color: #fff;
}

.page-template-page-landing .download-resource .download-resource--copy h2,
.page-template-page-landing-ty .download-resource .download-resource--copy h2 {
	font-family: 'TradeGothic';
	font-size: 44px;
	line-height: 50px;
	font-weight: bold;
	text-transform: none;
	padding-top: 0;
}

.page-template-page-landing .content-highlights,
.page-template-page-landing-ty .content-highlights {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), to(#c5c5c5));
	background: -webkit-linear-gradient(top, #fff 40%, #c5c5c5 100%);
	background: linear-gradient(top, #fff 40%, #c5c5c5 100%);
	padding: 80px 0;
}

.page-template-page-landing .content-highlights--entries,
.page-template-page-landing-ty .content-highlights--entries {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.page-template-page-landing .content-highlights--entries h3,
.page-template-page-landing-ty .content-highlights--entries h3 {
	font-family: 'TradeGothic';
	font-weight: bold;
	text-transform: none;
	color: #000;
	font-size: 28px;
	line-height: 26px;
}

.page-template-page-landing .landing-cta,
.page-template-page-landing-ty .landing-cta {
	background: -webkit-gradient(linear, left top, left bottom, from(#D34827), to(#6A2414));
	background: -webkit-linear-gradient(top, #D34827 0%, #6A2414 100%);
	background: linear-gradient(top, #D34827 0%, #6A2414 100%);
	padding: 70px 0;
}

.page-template-page-landing .landing-cta--copy *,
.page-template-page-landing-ty .landing-cta--copy * {
	color: #fff;
}

.page-template-page-landing .landing-cta--copy h2,
.page-template-page-landing-ty .landing-cta--copy h2 {
	font-size: 48px;
	line-height: 26px;
	text-transform: none;
	margin: 0;
	padding: 0;
	font-family: 'Bodoni';
	font-weight: normal;
}

.page-template-page-landing .landing-cta--copy a,
.page-template-page-landing-ty .landing-cta--copy a {
	background: -webkit-gradient(linear, left top, left bottom, from(#D34827), to(#772917));
	background: -webkit-linear-gradient(top, #D34827, #772917);
	background: linear-gradient(top, #D34827, #772917);
	display: inline-block;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	position: relative;
	padding-right: 50px;
	-webkit-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
	background: -webkit-gradient(linear, left top, left bottom, from(#333232), color-stop(70%, #000));
	background: -webkit-linear-gradient(top, #333232 0%, #000 70%);
	background: linear-gradient(top, #333232 0%, #000 70%);
	color: #fff;
}

.page-template-page-landing .landing-cta--copy a:after,
.page-template-page-landing-ty .landing-cta--copy a:after {
	content: '';
	position: absolute;
	right: 14px;
	top: 13px;
	background: url("/wp-content/themes/corios/images/landing/white-arrow-right.svg") 0 0 no-repeat;
	width: 20px;
	height: 20px;
}

.page-template-page-landing .landing-cta--copy a:hover,
.page-template-page-landing-ty .landing-cta--copy a:hover {
	text-decoration: none !important;
	opacity: 0.7;
}

.page-template-page-landing footer,
.page-template-page-landing-ty footer {
	background: -webkit-gradient(linear, left top, left bottom, from(#333232), color-stop(70%, #000));
	background: -webkit-linear-gradient(top, #333232 0%, #000 70%);
	background: linear-gradient(top, #333232 0%, #000 70%);
	padding: 50px 0;
}

.page-template-page-landing footer .footer-branding,
.page-template-page-landing-ty footer .footer-branding {
	width: 200px;
}

.page-template-page-landing footer .footer-meta p,
.page-template-page-landing-ty footer .footer-meta p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 26px;
	color: #787878;
}

.page-template-page-landing footer .footer-meta p a,
.page-template-page-landing-ty footer .footer-meta p a {
	color: inherit;
	padding: 0 5px;
	-webkit-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
}

.page-template-page-landing footer .footer-meta p a:not(:last-child),
.page-template-page-landing-ty footer .footer-meta p a:not(:last-child) {
	border-right: 1px solid #787878;
}

.page-template-page-landing footer .footer-meta p a:hover,
.page-template-page-landing-ty footer .footer-meta p a:hover {
	color: #fff;
	text-decoration: none;
}

.page-template-page-landing footer .footer-meta p img,
.page-template-page-landing-ty footer .footer-meta p img {
	width: 34px;
	height: auto;
	margin-left: 10px;
	position: relative;
	top: -8px;
}

.page-template-page-landing div[id^=gform_wrapper] .gfield_label,
.page-template-page-landing-ty div[id^=gform_wrapper] .gfield_label {
	display: none;
}

.page-template-page-landing div[id^=gform_wrapper] input[type="text"],
.page-template-page-landing div[id^=gform_wrapper] input[type="email"],
.page-template-page-landing-ty div[id^=gform_wrapper] input[type="text"],
.page-template-page-landing-ty div[id^=gform_wrapper] input[type="email"] {
	border: none;
	padding: 15px 10px !important;
	display: block;
	width: 100% !important;
}

.page-template-page-landing div[id^=gform_wrapper] button,
.page-template-page-landing-ty div[id^=gform_wrapper] button {
	background: -webkit-gradient(linear, left top, left bottom, from(#D34827), to(#772917));
	background: -webkit-linear-gradient(top, #D34827, #772917);
	background: linear-gradient(top, #D34827, #772917);
	display: inline-block;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	position: relative;
	padding-right: 50px;
	-webkit-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
	background: -webkit-gradient(linear, left top, left bottom, from(#333232), color-stop(70%, #000));
	background: -webkit-linear-gradient(top, #333232 0%, #000 70%);
	background: linear-gradient(top, #333232 0%, #000 70%);
	color: #fff;
	float: right;
	margin-right: 15px;
}

.page-template-page-landing div[id^=gform_wrapper] button:after,
.page-template-page-landing-ty div[id^=gform_wrapper] button:after {
	content: '';
	position: absolute;
	right: 14px;
	top: 13px;
	background: url("/wp-content/themes/corios/images/landing/white-arrow-right.svg") 0 0 no-repeat;
	width: 20px;
	height: 20px;
}

.page-template-page-landing div[id^=gform_wrapper] button:hover,
.page-template-page-landing-ty div[id^=gform_wrapper] button:hover {
	text-decoration: none !important;
	opacity: 0.7;
}

.page-template-page-landing div[id^=gform_wrapper] .validation_error,
.page-template-page-landing div[id^=gform_wrapper] li.gfield.gfield_error .gfield_description,
.page-template-page-landing-ty div[id^=gform_wrapper] .validation_error,
.page-template-page-landing-ty div[id^=gform_wrapper] li.gfield.gfield_error .gfield_description {
	display: none !important;
}

.page-template-page-landing div[id^=gform_wrapper] li.gfield.gfield_error,
.page-template-page-landing-ty div[id^=gform_wrapper] li.gfield.gfield_error {
	background-color: transparent !important;
	border: none !important;
	margin-bottom: 0px !important;
	padding: 6px 6px 4px 0 !important;
	width: 100%;
}

.page-template-page-landing div[id^=gform_wrapper] li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.page-template-page-landing-ty div[id^=gform_wrapper] li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	border: none !important;
	margin-bottom: 0px !important;
	padding: 6px 6px 4px 0 !important;
}

.page-template-page-landing div[id^=gform_wrapper] .top_label .gfield_error,
.page-template-page-landing-ty div[id^=gform_wrapper] .top_label .gfield_error {
	width: 100%;
}

.page-template-page-landing div[id^=gform_wrapper] .top_label .gfield_error .ginput_container,
.page-template-page-landing-ty div[id^=gform_wrapper] .top_label .gfield_error .ginput_container {
	max-width: 100%;
}

.page-template-page-landing div[id^=gform_wrapper] .gfield_error input[type="text"],
.page-template-page-landing div[id^=gform_wrapper] .gfield_error input[type="email"],
.page-template-page-landing div[id^=gform_wrapper] .gfield_error input[type="tel"],
.page-template-page-landing div[id^=gform_wrapper] .gfield_error textarea,
.page-template-page-landing-ty div[id^=gform_wrapper] .gfield_error input[type="text"],
.page-template-page-landing-ty div[id^=gform_wrapper] .gfield_error input[type="email"],
.page-template-page-landing-ty div[id^=gform_wrapper] .gfield_error input[type="tel"],
.page-template-page-landing-ty div[id^=gform_wrapper] .gfield_error textarea {
	border: 2px solid black !important;
}

.page-template-page-landing div[id^=gform_wrapper] .gfield_error .gfield_label,
.page-template-page-landing-ty div[id^=gform_wrapper] .gfield_error .gfield_label {
	color: red;
}

.page-template-page-landing div[id^=gform_wrapper] .gfield_required,
.page-template-page-landing-ty div[id^=gform_wrapper] .gfield_required {
	color: #d2722d !important;
}

.page-template-page-landing div[id^=gform_wrapper] li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.page-template-page-landing div[id^=gform_wrapper] li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.page-template-page-landing-ty div[id^=gform_wrapper] li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.page-template-page-landing-ty div[id^=gform_wrapper] li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	color: !important;
	padding: 0 !important;
}

.page-template-page-landing div[id^=gform_wrapper] li.gfield.gfield_error.gfield_contains_required,
.page-template-page-landing-ty div[id^=gform_wrapper] li.gfield.gfield_error.gfield_contains_required {
	padding: 0 !important;
}

.page-template-page-landing-ty .mobile-lp-nav {
	margin-top: 10px;
	background: #fff;
	display: block;
	font-size: 0.8888em;
	text-align: center;
}

.page-template-page-landing-ty .mobile-lp-nav a {
	color: #ffffff;
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.page-template-page-landing-ty .mobile-lp-nav #shownav {
	background: none;
	display: inline-block;
	padding: 10px;
}

.page-template-page-landing-ty .mobile-lp-nav #shownav img {
	width: 20px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.page-template-page-landing-ty .mobile-lp-nav #shownav.open {
	background-color: #E8E8E8;
}

.page-template-page-landing-ty .mobile-lp-nav ul {
	border-top: none;
	margin: -7px 0 0;
	padding: 40px 0;
	display: none;
	background-color: #E8E8E8;
}

.page-template-page-landing-ty .mobile-lp-nav ul li {
	list-style: none;
	margin: 0 0;
	padding: 0 0;
}

.page-template-page-landing-ty .mobile-lp-nav ul a {
	border-bottom: 2px solid #E8E8E8;
	display: block;
	padding: 10px 20px;
	text-align: center;
	color: #000;
}

.page-template-page-landing-ty .mobile-lp-nav ul a:hover {
	background-color: #232323;
	color: #fff;
}

.page-template-page-landing-ty .mobile-lp-nav ul li.current-menu-item > a,
.page-template-page-landing-ty .mobile-lp-nav ul li.current-menu-ancestor > a {
	background-color: #232323;
}

.page-template-page-landing-ty .mobile-lp-nav ul ul {
	display: none;
	border-top: none;
	padding: 10px 0;
}

.page-template-page-landing-ty .mobile-lp-nav ul ul:hover {
	display: none;
}

.page-template-page-landing-ty .mobile-lp-nav ul ul a {
	border: none;
	padding-left: 40px;
}

.page-template-page-landing-ty .mobile-lp-nav ul li.current-menu-item ul,
.page-template-page-landing-ty .mobile-lp-nav ul li.current-menu-ancestor ul {
	background-color: #232323;
	border-bottom: 2px solid #484848;
}

.page-template-page-landing-ty .mobile-lp-nav ul li.current-menu-item > a,
.page-template-page-landing-ty .mobile-lp-nav ul li.current-menu-item a:hover {
	color: #cf8a29;
}

.page-template-page-landing-ty .mobile-lp-nav ul li.current-menu-ancestor a:hover {
	color: #cf8a29;
}

.page-template-page-landing-ty .mobile-lp-nav ul li.current-menu-item > ul,
.page-template-page-landing-ty .mobile-lp-nav ul li.current-menu-ancestor ul {
	display: block;
}

.page-template-page-landing-ty .mobile-lp-nav ul ul ul {
	padding: 0 0;
}

.page-template-page-landing-ty .mobile-lp-nav ul ul ul a {
	padding-left: 60px;
}

.page-template-page-landing-ty .mobile-lp-nav ul ul ul a:before {
	content: "\00bb\00a0";
}

.page-template-page-landing-ty .mobile-lp-nav ul li.current-menu-item ul ul,
.page-template-page-landing-ty .mobile-lp-nav ul li.current-menu-ancestor ul ul {
	display: none;
}

.page-template-page-landing-ty .mobile-lp-nav ul ul li.current-menu-item ul,
.page-template-page-landing-ty .mobile-lp-nav ul ul li.current-menu-ancestor ul {
	display: block;
}

.page-template-page-landing-ty .mobile-lp-nav ul li.current-menu-item ul ul,
.page-template-page-landing-ty .mobile-lp-nav ul li.current-menu-ancestor ul ul {
	border-bottom: none;
}

.page-template-page-landing-ty .landing-ty-hero {
	background-image: url(images/landing/tempo-landing-page-hero-2.jpg);
	background-size: cover;
	background-position: center;
}

.page-template-page-landing-ty .landing-ty-hero * {
	color: #fff;
	text-align: center;
}

.page-template-page-landing-ty .landing-ty-hero--copy h1 {
	font-size: 58px;
	line-height: 70px;
}

.page-template-page-landing-ty .landing-ty-hero--copy p:last-child a {
	background: -webkit-gradient(linear, left top, left bottom, from(#D34827), to(#772917));
	background: -webkit-linear-gradient(top, #D34827, #772917);
	background: linear-gradient(top, #D34827, #772917);
	display: inline-block;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	position: relative;
	padding-right: 50px;
	-webkit-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
}

.page-template-page-landing-ty .landing-ty-hero--copy p:last-child a:after {
	content: '';
	position: absolute;
	right: 14px;
	top: 13px;
	background: url("/wp-content/themes/corios/images/landing/white-arrow-right.svg") 0 0 no-repeat;
	width: 20px;
	height: 20px;
}

.page-template-page-landing-ty .landing-ty-hero--copy p:last-child a:hover {
	text-decoration: none !important;
	opacity: 0.7;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("images/fancybox/fancybox_sprite@2x.png");
	background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}

#fancybox-loading div {
	background-image: url("images/fancybox/fancybox_loading@2x.gif");
	background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

.page-template-page-landing .download-resource .download-resource--copy,
.page-template-page-landing-ty .download-resource .download-resource--copy {
	width: 60%;
}

.page-template-page-landing .download-resource .download-resource--form,
.page-template-page-landing-ty .download-resource .download-resource--form {
	width: 35%;
}

}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {

#solutions .harmony h2 {
	background-image: url("images/icons/harmony@2x.png");
	background-size: 100px 185px;
}

#solutions .tempo h2 {
	background-image: url("images/icons/tempo@2x.png");
	background-size: 100px 185px;
}

#solutions .volume h2 {
	background-image: url("images/icons/volume@2x.png");
	background-size: 100px 185px;
}

#solutions .harmony .more {
	background-image: url("images/interactive/harmony@2x.png");
	background-size: 177px 72px;
}

#solutions .tempo .more {
	background-image: url("images/interactive/tempo@2x.png");
	background-size: 186px 72px;
}

#solutions .volume .more {
	background-image: url("images/interactive/volume@2x.png");
	background-size: 196px 72px;
}

}

@media screen and (min-width: 741px) {

/* ---- Header */

#header {
	z-index: 1000;
}

#branding {
	background: none;
	position: absolute;
	padding-left: 4.375%;
	text-align: left;
}

#branding #site-logo {
	-webkit-box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.25);
	display: inline-block;
}

/* ---- Navigation */

#navigation {
	border-bottom: 10px solid #ffffff;
	padding: 15px 10.75% 15px 51.0%;
	text-align: left;
}

#navigation #shownav {
	display: none;
}

#navigation .menu {
	display: block;
}

#navigation .menu .sub-menu {
	display: none;
}

#navigation ul {
	border-top: none;
}

#navigation ul a:hover {
	background-color: #232323;
	color: #cf8a29;
}

#navigation ul li.current-menu-item > a,
#navigation ul li.current-menu-ancestor > a {
	background-color: #232323;
	color: #cf8a29;
}

#navigation ul a {
	border-bottom: none;
	display: inline-block;
	padding: 4px 12px;
}

#navigation ul li {
	display: inline-block;
	margin: 1px 1px;
	width: 48%;
}

/* ---- Side Nav */

#sidenav {
	display: block;
	padding: 180px 0 20px 4.375%;
}

/* ---- Main Content */

#featured {
	padding: 0 4.375% 0 0;
}

#page {
	padding: 50px 4.375% 0 0;
}

#posts,
#single {
	padding: 80px 0 0 6.375%;
}

/* ----- Homepage */

#solutions {
	background: #f5f5f5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iNjYlIiBzdG9wLWNvbG9yPSIjZjVmNWY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(66%, #f5f5f5), color-stop(100%, #cccccc));
	background: -webkit-radial-gradient(center, ellipse cover, #f5f5f5 66%, #cccccc 100%);
	background: -webkit-radial-gradient(center, ellipse, #f5f5f5 66%, #cccccc 100%);
	background: radial-gradient(ellipse at center, #f5f5f5 66%, #cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#cccccc',GradientType=1 );
}

#solutions h1 {
	font-size: 44px;
	padding-top: 80px;
}

#approach {
	background-position: top center;
	background-size: auto;
}

#services {
	padding: 40px 0 20px 0;
}

#services .widget-container {
	margin-right: 0;
}

#resources h3 {
	float: right;
	font-size: 54px;
	width: 55.375%;
	text-align: left;
}

#resources .robin {
	float: left;
	width: 42.625%;
}

#resources .widgets li:first-child {
	text-align: left;
	clear: both;
}

#resources .widgets li:first-child .page-icon {
	float: left;
	margin-right: 30px;
}

#resources .widgets li:first-child .widget-title {
	padding-left: 120px;
	padding-bottom: 0;
}

#resources .widgets li:first-child .singlewidget {
	padding-left: 120px;
}

/* ---- Metrics */

#metrics {
	padding-right: 4.375%;
}

.blankmetric {
	background: transparent url("images/backgrounds/solutions-bars.png") repeat-x center 60px;
	padding: 20px 0;
	height: 177px;
}

.metric .number {
	font-size: 60px;
}

/* ---- Sidebar */

.page #primary {
	padding: 20px 0 0 4.375%;
}

#primary {
	padding: 0px 4.375% 0 4.375%;
}

/* ---- Comments */

.commentlist li.comment {
	padding-left: 164px;
}

.commentlist .avatar {
	position: absolute;
	top: 28px;
	left: 28px;
}

.comment-author cite {
	padding: 0 20px 0 0;
}

.comment-author .timestamp {
	color: #000000;
	display: inline;
	font-size: 18px;
	padding: 0 0;
}

/* ---- Footer */

#colophon #menu-footer {
	text-align: left;
}

#colophon #menu-footer > li {
	padding-top: 50px;
}

#colophon .widgets {
	padding: 50px 2% 0 2%;
}

#colophon #menu-footer > li > a {
	display: inline-block;
	padding: 15px 0 20px 0;
}

#colophon .sub-menu {
	display: block;
}

/* ---- Grid */

.span_1 {
	width: 4.375%;
	margin-left: 2%;
	float: left;
}

.span_2 {
	width: 10.75%;
	margin-left: 2%;
	float: left;
}

#menu-footer > li,
.span_3 {
	width: 17.125%;
	margin-left: 2%;
	float: left;
}

#colophon .widgets,
.span_4 {
	width: 23.5%;
	margin-left: 2%;
	float: left;
}

#branding,
#sidenav,
.page #primary,
.span_5 {
	width: 29.875%;
	margin-left: 2%;
	float: left;
}

#primary,
.span_6 {
	width: 36.25%;
	margin-left: 2%;
	float: left;
}

.span_7 {
	width: 42.625%;
	margin-left: 2%;
	float: left;
}

#services .widget-container,
.span_8 {
	width: 49.0%;
	margin-left: 2%;
	float: left;
}

.span_9 {
	width: 55.375%;
	margin-left: 2%;
	float: left;
}

#posts,
#single,
.span_10 {
	width: 61.75%;
	margin-left: 2%;
	float: left;
}

#page,
#featured,
#metrics,
.span_11 {
	width: 68.125%;
	margin-left: 2%;
	float: left;
}

.span_12 {
	width: 74.5%;
	margin-left: 2%;
	float: left;
}

.span_13 {
	width: 80.875%;
	margin-left: 2%;
	float: left;
}

.span_14 {
	width: 87.25%;
	margin-left: 2%;
	float: left;
}

.span_15 {
	width: 93.625%;
	margin-left: 2%;
	float: left;
}

#navigation,
.span_16 {
	width: 100%;
	margin-left: 0;
	float: left;
}

#branding,
#sidenav,
#posts,
#single,
.page #primary,
#colophon .widgets,
#services .widget-container:nth-child(odd),
.row .col:first-child {
	margin-left: 0;
}

#services .widget-container:nth-child(odd) {
	clear: left;
}

#page {
	float: right;
}

#metrics .metric,
#metrics .blankmetric {
	float: left;
	width: 33.333333%;
}

#solutions .block {
	float: left;
	padding: 0 4.375%;
	width: 33.333333%;
}

}

@media screen and (min-width: 768px) {

.page-template-page-landing header,
.page-template-page-landing-ty header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.page-template-page-landing .landing-hero .container,
.page-template-page-landing-ty .landing-hero .container {
	height: 50vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.page-template-page-landing .landing-hero--copy,
.page-template-page-landing-ty .landing-hero--copy {
	margin: 0;
	width: 60%;
}

.page-template-page-landing .landing-hero--image,
.page-template-page-landing-ty .landing-hero--image {
	width: 32%;
}

.page-template-page-landing .download-resource .container,
.page-template-page-landing-ty .download-resource .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.page-template-page-landing .landing-cta--copy,
.page-template-page-landing-ty .landing-cta--copy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.page-template-page-landing-ty .landing-ty-hero .container {
	height: 70vh;
}

.page-template-page-landing-ty .landing-ty-hero--copy {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

}

@media screen and (min-width: 769px) {

.page-template-page-landing .download-resource .download-resource--copy,
.page-template-page-landing-ty .download-resource .download-resource--copy {
	width: 40%;
}

.page-template-page-landing .download-resource .download-resource--form,
.page-template-page-landing-ty .download-resource .download-resource--form {
	width: 40%;
}

.page-template-page-landing .content-highlights--entry,
.page-template-page-landing-ty .content-highlights--entry {
	width: 30%;
}

.page-template-page-landing footer .container,
.page-template-page-landing-ty footer .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

}

@media screen and (min-width: 1024px) {

/* ---- Header */

#branding {
	padding-left: 6.34375%;
}

/* ---- Navigation */

#navigation {
	padding: 15px 6.34375% 15px 25.375%;
	text-align: center;
}

#navigation ul li {
	width: auto;
}

#navigation ul a {
	display: block;
}

/* ---- Side Nav */

#sidenav {
	padding-left: 6.34375%;
}

/* ---- Main Content */

#featured {
	padding-right: 6.34375%;
}

#page {
	float: left;
	padding: 50px 2.4% 0 0;
}

#posts,
#single {
	padding: 140px 6.34375% 0 7.84375%;
}

/* ----- Homepage */

#solutions h1 {
	padding-top: 80px;
	padding-left: 260px;
	padding-right: 260px;
}

#solutions h2 {
	font-size: 54px;
}

#approach {
	background-position: 0 0;
	background-size: 49.25%;
	padding: 40px 4.84375% 40px 49.25%;
}

#industries h3,
#industries .links {
	display: inline-block;
}

#services .widgets .more {
	display: block;
}

#services .widget-container:nth-child(odd) {
	clear: none;
	margin-left: 1.5%;
}

#resources {
	padding: 10px 0;
}

#resources h3 {
	width: 55.59375%;
	padding: 5% 20px;
}

#resources .robin {
	max-width: 580px;
	padding-right: 0;
	width: 42.90625%;
}

#resources .widgets li {
	clear: both;
}

#resources .widgets li:first-child {
	clear: none;
	float: right;
	margin: 0 0 30px 0;
	width: 57.09375%;
}

/* ---- Metrics */

#metrics {
	padding-right: 6.34375%;
}

.metric .number {
	font-size: 80px;
}

/* Social */

.entry-content {
	position: relative;
}

.content iframe {
	display: block;
	margin: 10px auto;
}

article .social {
	display: none;
}

#share {
	display: block;
	margin-left: -120px;
	position: relative;
	z-index: 1000;
}

#share .sharelink {
	background-color: #cf8a29;
	color: #ffffff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 45px;
	float: left;
	margin-top: 10px;
	padding: 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
	height: 45px;
	z-index: 1000;
}

#share:hover .sharelink {
	text-decoration: none;
}

#share .sharelink:hover + .social,
#share .social:hover {
	display: block;
	position: absolute;
	top: 55px;
	left: 0;
}

.stickem-container {
	position: relative;
}

#share.stickit {
	margin-top: 20px;
	position: fixed;
	top: 0;
}

#share.stickit-end {
	bottom: 0;
	position: absolute;
}

#share .social {
	background-color: rgba(207, 138, 41, 0.6);
	display: none;
	width: 130px;
	text-align: left;
	padding: 20px 0 20px 25px;
}

#share .social > iframe,
#share .social > div,
#share .social > span {
	display: block;
	margin: 5px 0 !important;
	z-index: 1000;
}

/* ---- Sidebar */

.page #primary {
	float: right;
	padding: 60px 6.34375% 0 0;
}

#primary {
	padding: 0px 6.34375% 0 0;
}

.col {
	margin-left: 1.5%;
	padding: 0 0%;
}

/* ---- Grid */

.span_1 {
	width: 4.84375%;
	margin-left: 1.5%;
}

.span_2 {
	width: 11.1875%;
	margin-left: 1.5%;
}

#menu-footer > li,
.span_3 {
	width: 17.53125%;
	margin-left: 1.5%;
}

#branding,
#sidenav,
#colophon .widgets,
#services .widget-container,
.span_4 {
	width: 23.875%;
	margin-left: 1.5%;
}

.page #primary,
#primary,
.span_5 {
	width: 30.21875%;
	margin-left: 1.5%;
}

.span_6 {
	width: 36.5625%;
	margin-left: 1.5%;
}

#page,
.span_7 {
	width: 42.90625%;
	margin-left: 1.5%;
}

.span_8 {
	width: 49.25%;
	margin-left: 1.5%;
}

.span_9 {
	width: 55.59375%;
	margin-left: 1.5%;
}

.span_10 {
	width: 61.9375%;
	margin-left: 1.5%;
}

#posts,
#single,
.span_11 {
	width: 68.28125%;
	margin-left: 1.5%;
}

#featured,
#metrics,
.span_12 {
	width: 74.625%;
	margin-left: 1.5%;
}

.span_13 {
	width: 80.96875%;
	margin-left: 1.5%;
}

.span_14 {
	width: 87.3125%;
	margin-left: 1.5%;
}

.span_15 {
	width: 93.65625%;
	margin-left: 1.5%;
}

.span_16 {
	width: 100%;
	margin-left: 0;
}

#branding,
#sidenav,
#posts,
#single,
#colophon .widgets,
#services .widget-container:first-child,
.row .col:first-child {
	margin-left: 0;
}

.page-template-page-landing .landing-hero .container,
.page-template-page-landing-ty .landing-hero .container {
	height: 100vh;
}

.page-template-page-landing-ty .landing-ty-hero .container {
	height: 100vh;
}

}

@media screen and (min-width: 1025px) {

#book-popup .book-popup-content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#book-popup .book-popup-content div:not(:last-child) {
	margin-right: 55px;
}

.page-template-page-landing header .brand svg,
.page-template-page-landing-ty header .brand svg {
	display: none;
}

.page-template-page-landing-ty .mobile-lp-nav {
	display: none;
}

}

@media screen and (min-width: 1600px) {

.page-template-page-landing .scroll-arrow,
.page-template-page-landing-ty .scroll-arrow {
	bottom: 25%;
}

}

@media screen and (max-width: 1099px) {

.page-template-page-landing .container,
.page-template-page-landing-ty .container {
	padding: 0 15px;
}

}

@media screen and (max-width: 1050px) {

.page-template-page-landing .landing-hero--copy h1,
.page-template-page-landing-ty .landing-hero--copy h1 {
	font-size: 50px;
	line-height: 60px;
}

.page-template-page-landing .landing-hero--copy h1 br,
.page-template-page-landing-ty .landing-hero--copy h1 br {
	display: none;
}

}

@media screen and (max-width: 1025px) {

#book-popup {
	margin-top: -276px;
}

#book-popup .book-popup-content {
	text-align: center;
	padding: 20px 0;
}

#book-popup .book-popup-content .book-image img {
	left: 40px;
}

#book-popup .book-popup-content p {
	font-size: 25px;
}

}

@media screen and (max-width: 1024px) {

.page-id-1562 #page {
	width: 100%;
}

.page-template-page-landing .scroll-arrow,
.page-template-page-landing-ty .scroll-arrow {
	left: 15px;
	bottom: 8%;
}

.page-template-page-landing header .brand,
.page-template-page-landing-ty header .brand {
	width: 120px;
	margin: 0 auto;
}

.page-template-page-landing header .brand img,
.page-template-page-landing-ty header .brand img {
	display: none;
}

.page-template-page-landing header .tagline,
.page-template-page-landing-ty header .tagline {
	display: none;
}

.page-template-page-landing .landing-hero--image a:after,
.page-template-page-landing-ty .landing-hero--image a:after {
	display: none;
}

.page-template-page-landing-ty header {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	display: block;
}

.page-template-page-landing-ty #navigation {
	display: none;
}

}

@media screen and (max-width: 768px) {

.page-template-page-landing header .tagline div:first-child,
.page-template-page-landing-ty header .tagline div:first-child {
	margin-right: 0;
	padding-right: 0;
	margin-bottom: 5px;
	padding-right: 10px;
	border-right: none;
	border-bottom: 1px solid #B4B4B4;
}

.page-template-page-landing .download-resource,
.page-template-page-landing-ty .download-resource {
	padding: 70px 0;
}

.page-template-page-landing .content-highlights--entry:not(:last-child),
.page-template-page-landing-ty .content-highlights--entry:not(:last-child) {
	margin-bottom: 55px;
}

.page-template-page-landing .landing-cta--copy h2,
.page-template-page-landing-ty .landing-cta--copy h2 {
	font-size: 40px;
	line-height: 26px;
}

.page-template-page-landing footer .container,
.page-template-page-landing-ty footer .container {
	text-align: center;
}

.page-template-page-landing footer .footer-branding,
.page-template-page-landing-ty footer .footer-branding {
	margin: 0 auto;
	margin-bottom: 40px;
}

}

@media screen and (max-width: 767px) {

.page-template-page-landing .scroll-arrow,
.page-template-page-landing-ty .scroll-arrow {
	display: none;
}

.page-template-page-landing .landing-hero .container,
.page-template-page-landing-ty .landing-hero .container {
	padding: 20px 0;
	text-align: center;
}

.page-template-page-landing .landing-hero--copy,
.page-template-page-landing-ty .landing-hero--copy {
	padding: 0 15px;
}

.page-template-page-landing .landing-hero--copy h1,
.page-template-page-landing-ty .landing-hero--copy h1 {
	font-size: 40px;
	line-height: 50px;
}

.page-template-page-landing .landing-hero--image img,
.page-template-page-landing-ty .landing-hero--image img {
	width: 90%;
	margin: 0 auto;
}

.page-template-page-landing .landing-cta--copy,
.page-template-page-landing-ty .landing-cta--copy {
	text-align: center;
}

.page-template-page-landing .landing-cta--copy h2,
.page-template-page-landing-ty .landing-cta--copy h2 {
	margin-bottom: 30px;
	line-height: 45px;
}

.page-template-page-landing footer .footer-meta p a,
.page-template-page-landing-ty footer .footer-meta p a {
	padding-right: 10px;
	margin-right: 0px;
}

.page-template-page-landing footer .footer-meta p a:nth-child(2),
.page-template-page-landing-ty footer .footer-meta p a:nth-child(2) {
	border: none !important;
}

.page-template-page-landing footer .footer-meta p a:last-child,
.page-template-page-landing-ty footer .footer-meta p a:last-child {
	border: none !important;
	display: block;
	margin: 10px 0 0;
}

.page-template-page-landing-ty .landing-ty-hero .container {
	padding: 50px 15px;
	text-align: center;
}

.page-template-page-landing-ty .landing-ty-hero--copy h1 {
	font-size: 45px;
	line-height: 55px;
}

}

@media screen and (max-width: 480px) {

#book-popup {
	margin-top: -306px;
}

#book-popup .book-popup-content {
	padding-bottom: 30px;
}

#book-popup .book-popup-content p span {
	display: block;
}

}

@-webkit-keyframes pulse {

from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
}

to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@keyframes pulse {

from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
}

to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@-webkit-keyframes bounce {

from,10%,to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

50% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

100% {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}

@keyframes bounce {

from,10%,to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

50% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

100% {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}

@-webkit-keyframes bounce-up {

from,10%,to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

50% {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

100% {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}

@keyframes bounce-up {

from,10%,to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

50% {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

100% {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}

@-webkit-keyframes arrowfade {

0% {
	opacity: 0;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

50% {
	opacity: 1;
	-webkit-transform: translate(0, 15px);
	        transform: translate(0, 15px);
}

100% {
	opacity: 0;
	-webkit-transform: translate(0, 30px);
	        transform: translate(0, 30px);
}

}

@keyframes arrowfade {

0% {
	opacity: 0;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

50% {
	opacity: 1;
	-webkit-transform: translate(0, 15px);
	        transform: translate(0, 15px);
}

100% {
	opacity: 0;
	-webkit-transform: translate(0, 30px);
	        transform: translate(0, 30px);
}

}

