/*
Theme Name: Egg Donor IVF
Author: Hayes Smith / Infernal Contraption
Author URI: infernalcontraption.com
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


@import url("//hello.myfonts.net/count/2b7892");

@font-face {
	font-family: 'SketchetikLight';
	src: url('fonts/2B7892_0_0.eot');
	src: url('fonts/2B7892_0_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/2B7892_0_0.woff') format('woff'),
		 url('fonts/2B7892_0_0.ttf') format('truetype');
    font-weight: light;
    font-style: normal;
}

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


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

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

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	height: 100%;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #5c5d5f;
	font-family: Lato, sans-serif;
	font-size: 20px;
	font-weight: 200;
	line-height: 1.5;
}

body {
	background: #3d3d3d;
	height: 100%;
	/* overflow-x: hidden; */
}

a {
	color: #5c5d5f;
	text-decoration: none;
}

a:focus {
	color: #5c5d5f;
	outline: 0;
}

a:hover,
a:active {
	color: #5c5d5f;
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 200;
  margin: 0;
	padding: 0;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 33px;
	text-transform: uppercase;
}

.entry-content h2 {
	color: #e2681d;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

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

mark,
ins {
}

p {
	margin-bottom: 24px;
}

p:last-child {
	margin-bottom: 0;
}

p:empty {
	display: none;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

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

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

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

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Design Fonts */

.sketch {
	font-family: 'SketchetikLight';
	font-weight: lighter;
}

li.sketch a,
a.sketch {
	border: 1px solid;
	display: inline-block;
	font-family: 'sketch_rockwellregular';
	font-size: 30px;
	font-weight: lighter;
	padding: 5px 10px 2px;
	text-decoration: none !important;
	text-transform: uppercase;
}

ol.sketch {
	color: #3d3d3d;
	font-family:  'sketch_rockwellregular';
	font-size: 48px;
	margin-bottom: 0;
	margin-left: 55px;
}

ol.sketch li:hover {
	color: #e2681d;
}

ol.sketch a {
	color: #fff;
	font-family: Lato, sans serif;
	font-size: 20px;
	left: -55px;
	padding-left: 55px;
	position: relative;
	top: -10px;
}

.read-more:after {
	color: #e2681d;
	content: '>';
	margin-left: 10px;
	position: relative;
	top: -3px;
}

.orange {
	color: #e2681d;
}

/* Content Areas */

.grey-div,
.white-div {
	clear: both;
}

.white-div {
	background: #fff;
}

.grey-div {
	background: #818284 url(images/dots-white.png) bottom repeat-x;
	color: #fff;
	margin-bottom: 30px;
	padding: 30px 0;
	position: relative;
}

.grey-div a {
	color: #fff;
}

.grey-div a.sketch {
	border-color: #cdcdce;
}

.grey-div a.sketch:hover {
	border-color: #e2681d;
}

.grey-div:before {
	border: transparent 30px solid;
	border-top-color: #fff;
	content: '';
	left: 50%;
	margin-left: -30px;
	position: absolute;
	top: 0;
}

.grey-div:after {
	background: url(images/dots-light.png) 16px 0 repeat-x;
	bottom: -31px;
	content: '';
	height: 31px;
	position: absolute;
	width: 100%;
	z-index: 50;
}

.orange-div {
	background: #e2681d;
	width: 100%;
}
@media (max-width: 1024px) {
	#content {
		overflow-x: hidden;
		max-width: 100%;
	}
}

#content div:last-child .grey-div {
	background-image: url(images/dots-dark.png);
	margin-bottom: 0;
}

#content div:last-child .grey-div:after {
	display: none;
}

#content h2 {
	margin: 24px 0;
}

.sub-section {
	margin: -30px auto 0;
	overflow-y: hidden;
	padding: 130px 10px 100px;
	width: 1000px;
	max-width: 100%;
}

.sub-section-header {
	float: left;
	width: 325px;
}

.sub-section-title {
	font-size: 80px;
	line-height: 1.2;
	margin: 50px 0;
	position: relative;
}

.sub-section-title:before {
	color: #e2681d;
	content: '..............';
	display: block;
	font-family: 'sketch_rockwellregular';
	font-size: 78px;
	letter-spacing: 8px;
	position: absolute;
	top: -95px;
}

.sub-section-intro {
	float: right;
	width: 600px;
}

#landing-section {
	align-items: flex-end;
	box-sizing: border-box;
	display: flex;
	overflow: hidden;
	padding-top: 150px;
}

@media only screen
and (max-width : 1500px) {
	#landing-section {
/*		min-height: 100vh; */
	}
}

@media only screen
and (min-width : 569px) {
	#landing-section br {
		display: none;
	}
}

.testimonial-gallery {
	list-style: none;
	margin: 0 0 0 -20px;
	padding: 0;
	width: 1020px;
}

.testimonial-gallery li {
	background: #000;
	color: #fff;
	display: table-cell;
	float: right;
	font-size: 24px;
	font-weight: 700;
	height: 235px;
	line-height: 1.2;
	margin: 0 0 20px 20px;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	width: 235px;
}

.testimonial-gallery a, .testimonial-gallery a:hover {
	color: #fff !important;
}

.testimonial-gallery li img {
	left: 0;
	position: absolute;
	top: 0;
	transition: .5s;
}

.testimonial-gallery li p {
	font-size: 30px;
	font-weight: bold;
	margin: 25px;
	opacity: 0;
	position: relative;
	transition: .5s;
}

.testimonial-gallery li.current img,
.testimonial-gallery li:hover img {
/*
	top: -235px;
*/
}

.testimonial-gallery .large-image.current img,
.testimonial-gallery .large-image:hover img {
/*
	top: -490px;
*/
}

.testimonial-gallery li.current img,
.testimonial-gallery li:hover img {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	filter: url(css/desaturate.svg#greyscale);
	opacity: .4;
}

.testimonial-gallery li.current p,
.testimonial-gallery li:hover p {
	opacity: 1;
}

.testimonial-gallery .large-image {
	height: 490px;
	width: 490px;
}

.testimonial-gallery .large-image p {
	font-size: 50px;
}

#faq .white-div .sub-section {
	margin-top: -30px;
	overflow: visible;
	padding-top: 130px;
	position: relative;
}

#faq .white-div .sub-section p.sketch {
	font-size: 24px;
	position: relative;
	width: 50%;
}

#faq .white-div .sub-section img {
	position: absolute;
	right: -230px;
	top: 0;
}


/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #24890d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #41a62a;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


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

.site {
	background-color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	min-height: 100%;
	position: relative;
	width: 100%;
}

.container {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1200px;
}

.main-content {
	width: 100%;
}


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

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
	z-index: 3;
}

.site-header {
	position: relative;
	width: 100%;
}

.home .site-header {
	position: absolute;
}

.header-main {
	display: flex;
	justify-content: space-between;
	left: 50%;
	margin: 0 auto;
	margin-left: -600px;
	padding: 20px 0 0;
	position: fixed;
	width: 200px;
}

.home .header-main {
	left: 0;
	margin-left: auto;
	position: relative;
	width: 1200px;
	max-width: 100%;
}

.header-nav {
	align-items: flex-end;
	display: none;
	flex-direction: column;
	justify-content: space-between;
	margin-left: auto;
}

.home .header-nav {
	display: flex;
}

.site-title {
	margin: 0;
	padding: 0;
}

.site-title a,
.site-title a:hover {
	background: url(//www.eggdonorivf.com/wp-content/uploads/2018/10/RMACT-EGG-DONOR-LOGO.png) no-repeat;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	overflow: hidden;
	line-height: 0;
	padding: 67% 0 0;
	text-indent: -9999px;
	width: 180px;
	background-size: cover;
}

/* Search in the header */

.search-toggle {
	background-color: #24890d;
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #41a62a;
}

.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 48px;
	right: 0;
	width: 100%;
	z-index: 2;
}

.search-box {
	background-color: #41a62a;
	padding: 12px;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}


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

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	color: #fff;
	display: block;
	text-transform: uppercase;
}

.site-navigation a:hover {
	color: #41a62a;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #55d737;
	font-weight: 900;
}

/* Primary Navigation */

.menu-home-top-menu-container {
	clear: both;
	float: right;
	letter-spacing: .05em;
	margin: 0;
	position: relative;
	top: -10px;
	z-index: 500;
}

#menu-home-top-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-home-top-menu li {
	border-left: 1px solid #424242;
	display: none;
	float: left;
	line-height: 1;
	padding: 0 20px;
}

.home #menu-home-top-menu li {
	display: block;
}

#menu-home-top-menu li:first-child,
#menu-home-top-menu li.sketch {
	border-left: 0;
	padding-left: 0;
}
#menu-home-top-menu li:last-child {
	padding-right: 0;
}

#menu-home-top-menu a {
	text-transform: uppercase;
}

.sketch-cta {
	background: #e2681d;
	border: .2em solid #e2681d;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
	box-sizing: border-box;
	color: #fff !important;
	display: block;
	font-family: 'sketch_rockwellregular';
	font-size: 24px;
	float: right;
	line-height: auto;
	padding: .2em .8em;
	position: relative;
	text-align: 0;
	text-transform: uppercase;
}



/* Secondary Navigation */

#sticky-menu, #masthead.sticky-menu {
	background: #3d3d3d;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 500;
}

#masthead.sticky-menu {
	padding: 0 15px;
}

@media (max-width: 970px) {
	#masthead.sticky-menu .header-nav .nav-menu li {
		font-size: 14px;
	}
}

@media (min-width: 769px) {
	#masthead.sticky-menu {
		background: #ffffff;
		padding: 0 15px 10px;
	}
	#masthead.sticky-menu.show .header-main .site-title a {
		width: 100px !important;
	}
	#masthead.sticky-menu.show .header-nav .sketch-cta {
		font-size: 18px;
	}
	#masthead.sticky-menu.show .header-nav .menu-home-top-menu-container {
		top: 0;
	}
	#masthead.sticky-menu.show .header-nav .nav-menu li {
		font-size: 14px;
	}
	#sticky-menu, #masthead.sticky-menu.show {
		top: 0;
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.12);
		-moz-box-shadow:0 10px 10px 0 rgba(0,0,0,.12);
		box-shadow:0 10px 10px 0 rgba(0,0,0,.12);
	}
	#masthead.sticky-menu * {
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}
}

@media (min-width: 1224px) {
	#masthead.sticky-menu {
		padding: 0 0 10px;
	}
}

#sticky-menu .site-title a,
#sticky-menu .site-title a:hover {
	background-image: none;
	color: #fff;
	font-weight: 400;
	letter-spacing: .3em;
	line-height: 54px;
	padding: 0;
	text-indent: 0;
	text-transform: uppercase;
	width: auto;
}

.sketch-cta-dark {
	background: transparent;
	border: 1px solid #e2681d;
	box-shadow: none;
	color: #e2681d !important;
	font-size: 20px;
	margin: .4em;
	padding: .2em .6em .1em;
}

#sticky-menu .sketch-cta:hover {
	background: #e2681d;
	color: #fff !important;
}

.menu-home-sub-menu-container {
	margin: 0 auto;
	padding: 12px 0;
	position: relative;
	text-align: center;
}

#menu-home-sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-home-sub-menu li {
	display: inline-block;
	margin: 0 20px;
}

#menu-home-sub-menu a {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

#menu-home-sub-menu li.home-button {
	display: none;
	left: 0;
	position: absolute;
	top: 8px;
}

#menu-home-sub-menu li.home-button a {
	background: url(images/nav-logo.png);
	display: block;
	height: 37px;
	overflow: hidden;
	text-indent: -9999px;
	width: 212px;
}
#menu-home-sub-menu li.sketch {
	display: none;
	position: absolute;
	right: 0;
	top: 8px;
}
#menu-home-sub-menu li.sketch a:hover {
	border-color: #e2681d;
}





#home-footer.fixed #menu-home-sub-menu li.home-button,
#home-footer.fixed #menu-home-sub-menu li.sketch {
	display: inline-block;
}

/* Mobile Navigation */

#menu-toggle {
	display: none;
}

#masthead .widget_nav_menu {
	display: none;
}



/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.content-area {
	padding-top: 50px;
}

.home .content-area {
	padding-top: 0;
}

.hentry {
	margin: 0 auto 100px;
	max-width: 800px;
	padding-left: 200px;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
}

.page-content {
	margin-bottom: 48px;
}

#main-intro {
	margin: 0 auto;
	overflow: visible;
	padding: 180px 0 80px;
	position: relative;
	max-width: 1200px;
}

#main-intro p {
	margin: 0;
}

#main-intro p.sketch {
	font-size: 80px;
	line-height: 1;
}
#main-intro hr {
	border-bottom: 2px solid #424242;
	margin: 15px 0;
}
#main-intro p.brackets {
	background: #e2681d;
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
	padding: 15px 15px 20px;
}

.hero-image {
	top: 0;
	float: right;
	position: absolute;
	right: 0;
	width: 500px;
}

@media only screen
and (min-width : 1200px) {
	.hero-image {
		right: -100px;
	}
}

.orange-div {
	top: 740px;
	height: 297px;
	position: absolute;
}

.quotes {
	list-style: none;
	margin: 0;
	padding: 0;
}

.quotes.cycle-slideshow {
	height: 620px;
	width: 80%;
	margin: 0 auto;
}

.quotes div {
	font-size: 48px;
	position: relative;
	text-align: justify;
}

#what-is-your-reason .white-div {
	position: relative;
}

#what-is-your-reason .white-div:before {
	background: #e2681d;
	content: " ";
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#faq .white-div .sub-section {
	position: relative;
}

#faq .white-div .sub-section:before,
#faq .white-div .sub-section:after,
.quotes:before,
.quotes:after {
	color: #e2681d;
	font-family: 'sketch_rockwellregular';
	font-size: 300px;
	position: absolute;
}

.quotes:before {
	content: '\201C';
	left: -105px;
	top: -100px;
}

.quotes:after {
	content: '\201D';
	right: -105px;
	margin-top: -120px;
}

#faq .white-div .sub-section p {
	margin-bottom: 0;
}

#faq .white-div .sub-section:before {
	content: '\201C';
	left: -90px;
	top: 25px;
}

#faq .white-div .sub-section:after {
	content: '\201D';
	right: 430px;
	margin-top: -170px;
}

.page-id-5 .entry-content p {
	font-size: 28px;
	line-height: 1.5;
	margin: 75px 0 24px;
}

.page-id-5 .entry-content .attribution {
	color: #e2681d;
	display: block;
	font-size: 36px;
	margin-top: 0;
	text-align: right;
}


/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}

a.post-thumbnail:hover {
	background-color: #999;
}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}

.entry-title {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}

.entry-title.sketch {
	font-size: 60px;
	margin-bottom: 114px;
	max-width: 75%;
}

.entry-title.sketch:after {
	color: #e2681d;
	content: '................';
	display: block;
	font-family: 'sketch_rockwellregular';
	font-size: 150px;
	letter-spacing: 8px;
	position: absolute;
	bottom: -100px;
}


.entry-title a {
}

.entry-title a:hover {
}

.site-content .entry-header {
}

.site-content .has-post-thumbnail .entry-header {
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #41a62a;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #41a62a;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #41a62a;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #41a62a;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.site-content .entry-content,
.site-content .entry-summary,
.page-content {
}

.page .entry-content {
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	color: #E2681D;
	text-decoration: none;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: underline;
}

.entry-content li {
	margin: 0 0 9px 6px;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}

/* Mediaelements */

.hentry .mejs-container {
	margin: 12px 0 18px;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #24890d;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.hentry .mejs-overlay-loading {
	background: transparent;
}

/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #41a62a;
	border: 1px solid #41a62a;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
	padding-top: 0;
}

.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
	display: none;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #41a62a;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}


/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}


/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-header,
.page-header {
	margin: 24px auto;
	max-width: 474px;
}

.archive-title,
.page-title {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
	margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
	text-decoration: none;
}


/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:      border-box;
	padding: 48px 10px;
}

.contributor:first-of-type {
	padding-top: 24px;
}

.contributor-info {
	margin: 0 auto;
	max-width: 474px;
}

.contributor-avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 30px 20px 0;
	padding: 2px;
}

.contributor-name {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.contributor-bio a {
	text-decoration: underline;
}

.contributor-bio a:hover {
	text-decoration: none;
}

.contributor-posts-link {
	display: inline-block;
	line-height: normal;
	padding: 10px 30px;
}

.contributor-posts-link:before {
	content: "\f443";
}


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
}


/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */

.singular .site-content .hentry.has-post-thumbnail {
	margin-top: -48px;
}


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

.comments-area {
	margin: 48px auto;
	max-width: 474px;
	padding: 0 10px;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}


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

/* Secondary */

#secondary {
	background-color: #000;
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	left: 50%;
  margin-left: -600px;
  position: fixed;
  text-align: center;
	text-transform: uppercase;
  top: 200px;
	width: 180px;
}

.content-sidebar .widget_nav_menu li {
	padding: 12px 0 11px;
}

.content-sidebar .widget_nav_menu .current_page_item {
	font-weight: bold;
}

.content-sidebar a {
	font-size: 20px;
}


/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: break-word;
}

.widget a {
}

.widget a:hover {
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin: 24px 0 12px;
}

.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}

.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}

.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}

.widget h6 {
	font-size: 12px;
	line-height: 2;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}

.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
	margin-bottom: 18px;
}

.widget input,
.widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 1px 2px 2px 4px;
}

.widget input:focus,
.widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	font-size: 12px;
	padding: 5px 15px 4px;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #55d737;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.widget .widget-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	margin: 0 0 24px 0;
	text-transform: uppercase;
}

.widget-title,
.widget-title a {
	color: #fff;
}

.widget-title a:hover {
	color: #41a62a;
}

/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}

.widget_calendar caption {
	color: #fff;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
}

.widget_calendar tbody a {
	background-color: #24890d;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #41a62a;
}

.widget_calendar tbody a:hover {
	color: #fff;
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

/* Ephemera Widget*/

.widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 18px;
	padding: 0;
}

.widget_twentyfourteen_ephemera .hentry {
	margin: 0;
	max-width: 100%;
}

.widget_twentyfourteen_ephemera .entry-title,
.widget_twentyfourteen_ephemera .entry-meta,
.widget_twentyfourteen_ephemera .wp-caption-text,
.widget_twentyfourteen_ephemera .post-format-archive-link,
.widget_twentyfourteen_ephemera .entry-content table {
	font-size: 12px;
	line-height: 1.5;
}

.widget_twentyfourteen_ephemera .entry-title {
	display: inline;
	font-weight: 400;
}

.widget_twentyfourteen_ephemera .entry-meta {
	margin-bottom: 18px;
}

.widget_twentyfourteen_ephemera .entry-meta a {
	color: rgba(255, 255, 255, 0.7);
}

.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #41a62a;
}

.widget_twentyfourteen_ephemera .entry-content ul,
.widget_twentyfourteen_ephemera .entry-content ol {
	margin: 0 0 18px 20px;
}

.widget_twentyfourteen_ephemera .entry-content ul {
	list-style: disc;
}

.widget_twentyfourteen_ephemera .entry-content ol {
	list-style: decimal;
}

.widget_twentyfourteen_ephemera .entry-content li > ul,
.widget_twentyfourteen_ephemera .entry-content li > ol {
	margin: 0 0 0 20px;
}

.widget_twentyfourteen_ephemera .entry-content th,
.widget_twentyfourteen_ephemera .entry-content td {
	padding: 6px;
}

.widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 700;
	text-transform: uppercase;
}

/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 0 9px;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
	padding-bottom: 0;
}

/* Recent Posts Widget */

.widget_recent_entries .post-date {
	display: block;
}

/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}

.rssSummary {
	margin: 9px 0;
}

.rss-date {
	display: block;
}

.widget_rss li {
	margin-bottom: 18px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}


/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
}

.content-sidebar .widget a:hover {
}

.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
	color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
	color: #767676;
}

.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
	margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
	color: #767676;
}

.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}

.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	color: #fff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #55d737;
}

.content-sidebar .widget .wp-caption {
	color: #767676;
}

.content-sidebar .widget .widget-title {
	border-top: 5px solid #000;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: uppercase;
}

.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
}

.content-sidebar .widget .widget-title a:hover {
	color: #41a62a;
}

/* List Style Widgets*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
	border-color: rgba(0, 0, 0, 0.1);
}

/* Calendar Widget */

.content-sidebar .widget_calendar caption {
	color: #2b2b2b;
	font-weight: 900;
}

.content-sidebar .widget_calendar thead th {
	background-color: rgba(0, 0, 0, 0.02);
}

.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
	color: #fff;
}

/* Ephemera widget*/

.content-sidebar .widget_twentyfourteen_ephemera .widget-title {
	line-height: 1.2857142857;
	padding-top: 1px;
}

.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
	background-color: #000;
	color: #fff;
	margin: -1px 9px 0 0;
	padding: 6px 0 9px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
}

.content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
	content: "\f104";
}

.content-sidebar .widget_twentyfourteen_ephemera .audio.widget-title:before {
	content: "\f109";
}

.content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
	content: "\f473";
}

.content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
	content: "\f103";
}

.content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
	content: "\f101";
}

.content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
	content: "\f106";
}

.content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
	content: "\f107";
}

.content-sidebar .widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
	color: #ccc;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
	color: #767676;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #41a62a;
}

.content-sidebar.widget_twentyfourteen_ephemera blockquote cite {
	font-size: 13px;
	line-height: 1.3846153846;
}

.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 900;
}


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

.site-footer {
	background-color: #3d3d3d;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 100%;
}

#footer-sidebar {
}

.supplementary {
	flex-grow: 1;
}

#footer-sidebar {
	display: flex;
	justify-content: flex-start;
}

#footer-sidebar .widget {
	margin-bottom: 0;
	margin-right: 30px;
	position: relative;
	top: 18px;
	width: auto;
}

#footer-sidebar .widget:last-child {
	margin-right: 0;
}

#footer-sidebar .widget a {
	color: #E9690D;
}

#footer-sidebar #menu-social-menu li {
	border-top: 0;
	height: 20px;
	margin-right: 20px;
	padding: 0;
	position: relative;
	width: 20px;
}
#footer-sidebar #menu-social-menu li.sketch {
	display: none;
}


#footer-sidebar #menu-social-menu li:last-child {
	margin-right: 0;
}

#footer-sidebar #menu-social-menu li:before {
	color: #fff;
	font-size: 20px;
	height: 20px;
	width: 20px;
}

#footer-sidebar #menu-social-menu li:hover:before {
	color: #E9690D;
}

#footer-sidebar #menu-social-menu li a {
	display: block;
	font-size: 0;
	height: 20px;
	position: absolute;
	top: 0;
	width: 20px;
}

#footer-sidebar p {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 15px;
	margin: 0;
	text-align: left;

}

#footer-sidebar p:nth-child(4) {
	padding-left: 30px;
}

.site-info {
	margin: 0 auto;
	padding: 15px 10px;
	text-align: center;
	width: 1200px;
}


/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */

.featured-content {
	background: #000 url(images/pattern-dark.svg) repeat fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: relative;
	width: 100%;
}

.featured-content-inner {
	overflow: hidden;
}

.featured-content .hentry {
	color: #fff;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.featured-content .post-thumbnail,
.featured-content .post-thumbnail:hover {
	background: transparent;
}

.featured-content .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 55.357142857%;
	overflow: hidden;
}

.featured-content .post-thumbnail img {
	left: 0;
	position: absolute;
	top: 0;
}

.featured-content .entry-header {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	min-height: 96px;
	overflow: hidden;
	padding: 24px 10px;
}

.featured-content a {
	color: #fff;
}

.featured-content a:hover {
	color: #41a62a;
}

.featured-content .entry-meta {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.0909090909;
	margin-bottom: 12px;
}

.featured-content .cat-links {
	font-weight: 700;
}

.featured-content .entry-title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3333333333;
	margin: 0;
	text-transform: uppercase;
}


/* Slider */

.slider .featured-content .hentry {
	-webkit-backface-visibility: hidden;
	display: none;
	position: relative;
}

.slider .featured-content .post-thumbnail {
	padding-top: 55.49132947%;
}

.slider-control-paging {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	list-style: none;
	margin: -24px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-control-paging li {
	float: left;
	margin: 2px 4px 2px 0;
}

.slider-control-paging li:last-child {
	margin-right: 0;
}

.slider-control-paging a {
	cursor: pointer;
	display: block;
	height: 44px;
	position: relative;
	text-indent: -999em;
	width: 44px;
}

.slider-control-paging a:before {
	background-color: #4d4d4d;
	content: "";
	height: 12px;
	left: 10px;
	position: absolute;
	top: 16px;
	width: 12px;
}

.slider-control-paging a:hover:before {
	background-color: #41a62a;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #24890d;
}

.slider-direction-nav {
	clear: both;
	list-style: none;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-direction-nav li {
	border-color: #fff;
	border-style: solid;
	border-width: 2px 1px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	text-align: center;
	width: 50%;
}

.slider-direction-nav li:last-child {
	border-width: 2px 0 0 1px;
}

.slider-direction-nav a {
	background-color: #000;
	display: block;
	font-size: 0;
	height: 46px;
}

.slider-direction-nav a:hover {
	background-color: #24890d;
}

.slider-direction-nav a:before {
	color: #fff;
	content: "\f430";
	font-size: 32px;
	line-height: 46px;
}

.slider-direction-nav .slider-next:before {
	content: "\f429";
}

.slider-direction-nav .slider-disabled {
	display: none;
}


/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */

.site-main .widecolumn {
	padding-top: 72px;
	width: auto;
}
.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
	margin: 0 auto 48px;
	max-width: 474px;
	padding: 0 30px;
}

.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 90%;
}

.site-main .mu_register input[type="submit"],
.widecolumn #submit {
	font-size: inherit;
	width: auto;
}




#who-are-we .white-div .sub-section {
	position: relative;
}
#who-are-we .white-div .sub-section h1 {
    bottom: 353px;
    color: #e2681d;
    font-family: 'sketch_rockwellregular';
    font-size: 96px;
    left: -310px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
		transform: rotate(-90deg);
}

@media (min-width: 980px) {
	#who-are-we .white-div .sub-section > p {
		max-width: 90%;
		float: right;
	}
}

#addresses .address-block {
	float: left;
	font-size: 14px;
	margin-right: 5%;
	width: 20%;
}

#team-grid {
	margin: -24px;
	overflow: hidden;
}

#team-grid .team-member {
	box-sizing: border-box;
	float: left;
	padding: 24px;
	width: 33.333333%
}

#team-grid .team-member:nth-child(3n+1) {
	clear: both;
}

#team-grid .team-member img {
	border: 1px solid rgba(0,0,0,0.1);
	box-sizing: borer-border-box;
	height: auto !important;
	margin-bottom: 24px;
	width: 100% !important;
}

#team-grid .team-member .img-placeholder {
	background-color: rgba(0,0,0,0.1);
	margin-bottom: 24px;
	padding-top: 100%;
}

#team-grid .team-member h3 {
	color: #e2681d;
}

#addresses {
	margin-bottom: 48px;
	overflow: hidden;
}

#contact-form .actions {
	margin: 10px 0 0 !important;
	padding: 0 !important;
}

#contact-form .hs-button {
	background: transparent;
	border: 1px solid #e2681d;
	border-radius: 0;
	color: #e2681d;
	font-family: 'sketch_rockwellregular';
	font-size: 20px;
	line-height: 1.5;
	padding: .2em .6em .1em;
	text-shadow: none;
}

#contact-form .hs-button:hover {
	box-shadow: none;
}

.img-placeholder {
	box-sizing: borer-border-box;
	width: 100%;
}

.collapse {
	display: none;
}

.collapse-toggle {
	cursor: pointer;
	margin-top: 24px;
	text-decoration: none !important;
}

.video-link,
a[href^="https://vimeo.com"] {
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.video-link:after,
a[href^="https://vimeo.com"]:after {
	border-color: transparent transparent transparent #e2681d;
	border-style: solid;
	border-width: 36px 54px;
	content: " ";
	display: block;
	left: 50%;
	margin: -18px 0 0 -27px;
	opacity: .75;
	position: absolute;
	top: 50%;
	transition: 0.3s;
}

.video-link:hover:after,
a[href^="https://vimeo.com"]:hover:after {
	border-color: transparent transparent transparent #fff;
	opacity: 1;
}


/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media only screen
and (min-width : 320px)
and (max-width : 768px) {
	.grey-div {
		background: url("images/dots-white_lg.png") repeat-x 16px bottom / 46px 31px #818284;
	}
	.grey-div:after {
		background: url("images/dots-light_lg.png") repeat-x 18px 4px / 46px 27px;
	}
	#content div:last-child .grey-div {
    	background: url("images/dots-dark_lg.png") repeat-x 16px bottom / 46px 31px #818284;
	}
}

/* mobile phones */
@media only screen
and (min-width : 320px)
and (max-width : 768px) {
	body {
		max-width: 100%;
	}
	h1, h2, h3, h4, h5, h6 {
		margin-top: 14px;
	}
	h2 {
		font-size: 28px;
	}
	.site-header {
		border-top: 0;
		position: fixed !important;
		top: 0;
		z-index: 300;
	}
	.admin-bar .site-header {
		top: 46px;
	}
	.admin-bar #wpadminbar {
		position: fixed;
	}
	.site-footer {
		margin-bottom: 73px;
	}
	#footer-sticky {
		background: #3d3d3d;
		bottom: 0;
		box-sizing: border-box;
		display: flex;
		padding: 10px;
		position: fixed;
		width: 100%;
		z-index: 100;
	}
	#footer-sticky .sketch-cta {
		font-size: 28px;
		margin: 0 auto;
	}
	#main {
		margin-top: 68px;
	}
	.site-footer .container {
		display: block;
	}
	.header-main {
		background: #3d3d3d;
		left: 0;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}
	.header-nav {
		display: none !important;
	}
	.site-title {
		padding: 14px 15px 15px;
		position: relative;
		text-align: center;
		top: 0;
	}
	.site-title a, .site-title a:hover {
		background-image: none;
		background-size: 100%;
		color: #fff !important;
		font-weight: 400;
		letter-spacing: .3em;
		line-height: inherit;
		padding: 0;
		position: relative;
		text-indent: 0;
		text-transform: uppercase;
		width: auto;
	}
	.menu-home-top-menu-container {
		display: none;
		position: absolute;
		right: 25px;
		top: 4px;
	}
	.home #menu-home-top-menu li {
		display: none;
	}
	.home #menu-home-top-menu li.sketch {
		display: block;
	}
	#sticky-menu {
		display: none;
	}
	#masthead.sticky-menu {
		padding-bottom: 0;
	}
	#masthead.sticky-menu aside.widget_nav_menu {
		margin-bottom: 0;
	}
	#menu-home-top-menu li.sketch {
		background: none;
		top: 0;
	}
	#menu-home-top-menu li.sketch:before {
		display: none;
	}
	#menu-home-top-menu li.sketch a {
		border-color: #e2681d;
		color: #e2681d;
		font-size: 24px;
		line-height: 1.2;
	}
	#menu-toggle {
		color: #fff;
		content: "\f419";
		display: block;
		font-family: 'Genericons';
		font-size: 24px;
		height: 40px;
		line-height: 40px;
		position: absolute;
		right: 18px;
		text-align: right;
		top: 13px;
		width: 24px;
	}
	#menu-toggle.active {
		color: #e2681d;
	}
	#masthead .widget_nav_menu {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		background: #3d3d3d;
		font-size: 30px;
		text-align: center;
	}
	#masthead .widget_nav_menu a {
		color: #fff;
	}
	#masthead .widget_nav_menu a:hover,
	#masthead .widget_nav_menu a:focus {
		color: #e2681d;
	}
	#masthead .widget_nav_menu .current-menu-item a {
		color: #e2681d;
	}
	#landing-section {
		margin-bottom: 30px;
		padding-top: 0;
	}
	#home-footer,
	#home-footer.fixed {
		bottom: 0;
		margin-top: 0;
		position: fixed;
		top: auto;
		z-index: 200;
	}
	#home-footer .menu-home-sub-menu-container,
	#home-footer.fixed .menu-home-sub-menu-container {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		max-width: 100%;
		width: 100%;
	}
	#home-footer #menu-home-sub-menu li,
	#home-footer.fixed #menu-home-sub-menu li {
		display: none;
	}
	#home-footer #menu-home-sub-menu li.home-button,
	#home-footer.fixed #menu-home-sub-menu li.home-button {
		display: none;
	}
	#home-footer #menu-home-sub-menu li.sketch,
	#home-footer.fixed #menu-home-sub-menu li.sketch {
		display: block;
		margin: 0;
		position: inherit;
	}
	#home-footer #menu-home-sub-menu li.sketch a,
	#home-footer.fixed #menu-home-sub-menu li.sketch a {
		color: #fff;
	}
	#home-footer #menu-home-sub-menu li.sketch:before,
	#home-footer #menu-home-sub-menu li.sketch:after {
		color: #818284;
		font-family: 'sketch_rockwellregular';
		font-size: 30px;
	}
	#home-footer #menu-home-sub-menu li.sketch:before {
		content: "> > ";
	}
	#home-footer #menu-home-sub-menu li.sketch:after {
		content: " < <";
	}
	#main-intro {
		padding: 45px 15px;
	}
	#main-intro p.sketch {
		font-size: 35px;
		padding: 0 40% 0 0;
		text-align: left !important;
	}
	#main-intro p.brackets {
		border-bottom-width: 1px;
		border-top-width: 1px;
		font-size: 25px;
		margin: 10px 0 10px;
		padding: 10px 60% 20px 10px;
	}
	.hero-image {
		bottom: 0;
		max-width: 80% !important;
		right: -50px;
		top: auto;
	}
	.orange-div  {
		height: 100px;
		top: 335px
	}
	.sub-section {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 60px 15px 130px;
		width: 100%;
	}
	.white-div .sub-section {
		padding-bottom: 60px;
	}
	.sub-section-header {
		float: none;
		width: auto;
	}
	.sub-section-title {
		font-size: 40px;
		margin: 0 0 60px;
	}
	.sub-section-title:before {
		display: none;
	}
	.sub-section-title:after {
		color: #e2681d;
		content: "............";
		display: block;
		font-family: 'sketch_rockwellregular';
		font-size: 80px;
		letter-spacing: 8px;
		position: absolute;
		bottom: -55px;
	}
	.sub-section-header .read-more {
		bottom: 70px;
		position: absolute;
	}
	.sub-section-intro {
		float: none;
		width: auto;
	}
	#what-is-your-reason .white-div .sub-section {
		padding-bottom: 30px;
	}
	.testimonial-gallery {
		margin-left: -10px;
		width: auto;
	}
	.testimonial-gallery li:first-child,
	.testimonial-gallery li:nth-child(4),
	.testimonial-gallery li:nth-child(7) {
		display: none;
	}
	.testimonial-gallery li {
		height: calc(50vw - 20px);
		margin: 0 0 10px 10px;
		width: calc(50vw - 20px);
	}
	.testimonial-gallery li img {
		height: auto;
		width: 100%;
	}
  .testimonial-gallery li.current img,
	.testimonial-gallery li:hover img {
/*
		top: -140px;
*/
	}
	.testimonial-gallery li p {
		font-size: 18px;
		margin: 15px;
		margin-top: 15px !important;
	}
	.quotes {
		margin-left: 10%;
		width: 80%;
	}
	.quotes:before, .quotes:after {
		font-size: 100px;
	}
	.quotes:before {
		left: -35px;
		top: -30px;
	}
	.quotes:after {
		margin-top: -35px;
		right: -35px;
	}
	.quotes.cycle-slideshow {
		height: auto;
	}
	.quotes div {
		font-size: 20px !important;
		text-align: left;
	}
	#faq .white-div .sub-section {
		padding-top: 60px;
	}
	#faq .white-div .sub-section:before,
	#faq .white-div .sub-section:after {
		content: '';
	}
	#faq .white-div .sub-section p:first-child {
		display: none;
	}
	#faq .white-div .sub-section p.sketch {
		font-size: 20px;
		margin-left: 10%;
    	width: 80%;
	}
	#faq .white-div .sub-section p.sketch:before {
		content: "“";
		left: -35px;
		top: -30px;
	}
	#faq .white-div .sub-section p.sketch:after {
		content: "”";
		margin-top: -35px;
		right: -35px;
	}
	#faq .white-div .sub-section p.sketch:before,
	#faq .white-div .sub-section p.sketch:after {
		color: #e2681d;
		font-family: 'sketch_rockwellregular';
		font-size: 100px;
		position: absolute;
	}
	#faq .white-div .sub-section img {
		display: none;
	}
	ol.sketch {
		line-height: 20px;
		margin-left: 65px;
		padding-top: 20px;
	}
	ol.sketch li {
		margin-bottom: 20px;
	}
	ol.sketch li:last-child {
		margin-bottom: 0;
	}
	ol.sketch li a {
    display: inline-block;
    left: 0;
		padding-left: 0;
		top: 0;
	}
	.content-area {
		padding-top: 30px;
	}
	.content-sidebar {
		display: none;
	}
	.hentry {
		padding: 0 20px !important;
		margin-bottom: 30px;
	}
	.site-content .entry-header {
	}
	.entry-title.sketch {
		font-size: 50px;
		margin-bottom: 45px;
		max-width: 100%;
	}
	.entry-title.sketch:after {
    	bottom: -45px;
		content: "............";
		font-size: 80px;
	}
	.page-id-5 .entry-content p {
		font-size: 20px;
		margin-top: 24px;
	}
	.page-id-5 .entry-content .attribution {
    	font-size: 24px;
		margin-top: -12px;
	}
	.page-id-11 .entry-content div {
		width: 100% !important;
	}
	.page-id-11 .entry-content h3 {
	}
	.page-id-11 .entry-content p {
		margin-bottom: 0;
	}
	#footer-sidebar {
		flex-direction: column;
		padding-bottom: 15px;
	}
	#footer-sidebar .widget {
		margin-bottom: 15px;
		margin-right: 0;
	}
	#footer-sidebar #menu-social-menu li {
		margin-right: 10px;
	}
	#footer-sidebar #menu-social-menu li,
	#footer-sidebar #menu-social-menu li:before,
	#footer-sidebar #menu-social-menu li a {
		height: 15px;
		width: 15px;
	}
	#footer-sidebar #menu-social-menu li:before {
		font-size: 15px;
	}
	#footer-sidebar p {
		text-align: center;
	}
	.site-info {
		width: auto;
	}
	#who-are-we .white-div .sub-section h1 {
		font-size: 39px;
		margin-bottom: 0;
		position: static;
		-ms-transform: rotate(0); /* IE 9 */
		-webkit-transform: rotate(0); /* Chrome, Safari, Opera */
		transform: rotate(o);
	}
	#addresses .address-block {
		font-size: inherit;
		margin-bottom: 20px;
		margin-right: 0;
		width: 100%;
	}

}
/* iPhone 2G-4S in portrait & landscape */
@media only screen
and (min-width : 320px)
and (max-width : 480px) { /* STYLES GO HERE */}
/* iPhone 2G-4S in landscape */
@media only screen
and (min-width : 320px)
and (max-width : 480px)
and (orientation : landscape) { /* STYLES GO HERE */}
/* iPhone 2G-4S in portrait */
@media only screen
and (min-width : 320px)
and (max-width : 480px)
and (orientation : portrait) { /* STYLES GO HERE */ }

/* For general iPad layouts */
@media only screen and (device-width: 768px) {
 	body {
	}
	p {
		font-size: 24px;
	}
	.site {
		width: 1200px !important;
	    padding-bottom: 71px;
	}
	.grey-div {
		background: url("images/dots-white_lg.png") repeat-x 16px bottom / 46px 31px #818284;
	}
	.grey-div:after {
		background: url("images/dots-light_lg.png") repeat-x 18px 4px / 46px 27px;
	}
	#content div:last-child .grey-div {
    	background: url("images/dots-dark_lg.png") repeat-x 16px bottom / 46px 31px #818284;
	}
	.menu-home-sub-menu-container {
    	padding: 16px 0;
	}
	#menu-home-sub-menu a {
    	font-size: 20px;
	}
	#menu-home-sub-menu li {
		margin: 0 10px;
	}
	#menu-home-sub-menu li.home-button {
		left: 30px;
		top: 14px;
	}
	#menu-home-sub-menu li.home-button a {
		background: url(images/nav-logo_lg.png);
		background-size: 100%;
	}
	#menu-home-top-menu li.sketch {
		right: 30px;
	}
	#menu-home-top-menu li.sketch a {
    	font-size: 30px;
	}
	.widget {
    	font-size: 24px;
	}
	#footer-sidebar #menu-social-menu li,
	#footer-sidebar #menu-social-menu li:before,
	#footer-sidebar #menu-social-menu li a {
    	height: 30px;
    	width: 30px;
	}
	#footer-sidebar #menu-social-menu li:before {
    	font-size: 30px;
	}
	#main-intro {
    	padding: 200px 100px 30px;
	}
	.hero-image {
    	right: -100px;
	}
	#faq .white-div .sub-section {
		overflow: hidden;
	}
	#faq .white-div .sub-section img {
		right: -230px;
	}
}

/* very small phones */
@media only screen and (max-width : 400px) {
	h1.site-title {
		font-size: 20px;
		line-height: 39px;
	}
	#main-intro p.brackets {
		padding-right: 50%;
	}
	#main-intro .hero-image {
		max-width: 100% !important;
		left: 30%;
		right: auto;
	}
}

@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
}

@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
}
ul#menu-home-sub-menu li.sketch, .menu-social-menu-container li.sketch, ul#menu-side-menu-1 li.sketch, .page-template-default ul#menu-home-top-menu li.sketch, .page-template-default ul#menu-side-menu li.sketch{

}
li#menu-item-221, .page-id-271 li.sketch{
display:none !important;
}
