/*
	Theme Name:  Jared Atchison 2015
	Description: Custom child theme for the <a href="http://genesistheme.com">Genesis Framework</a>.
	Author:      Jared Atchison
	Author URI:  http://www.jaredatchison.com
	Version:     1.0.0
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
*/


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

/* Icon font*/
@font-face {
  font-family: "jav1";
  src:url("fonts/jav1.eot");
  src:url("fonts/jav1.eot?#iefix") format("embedded-opentype"),
    url("fonts/jav1.woff") format("woff"),
    url("fonts/jav1.ttf") format("truetype"),
    url("fonts/jav1.svg#jav1") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize
--------------------------------------------- */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Box Sizing
--------------------------------------------- */

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;	
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #202526;
	color: #3b4445;
	font-family: 'expo-serif-pro', Georgia, serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #46b6c7;
	text-decoration: none;
}

a:hover {
	color: #e97c3a;
	text-decoration: underline;
}

p {
	margin: 0 0 34px;
	padding: 0;
}

strong {
	font-weight: 700;
}

small {
	font-size: 18px;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	background-color: #f0f3f3;
	margin: 0 20px 34px;
	font-style: italic;
	padding: 20px;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 2px 4px;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 1px solid #f0f3f3;
	margin: 0 0 60px;
	padding: 60px 0 0;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #202526;
	font-family: 'futura-pt', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1 {
	font-size: 46px;
	/*text-transform: uppercase;
	letter-spacing: .100em;*/
}

h2 {
	font-size: 46px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 24px;
}

h5 {
	color: #838d8f;
	font-size: 24px;
	font-weight: 400;
}

h6 {
	color: #3b4445;
	font-size: 24px;
	font-family: 'expo-serif-pro', serif;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

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

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 2px solid #d8dbdb;
	border-radius: 3px;
	color: #3b4445;
	font-size: 18px;
	padding: 10px 20px;
	width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
	width: auto;
}

input:focus,
textarea:focus,
select:focus {
	border: 2px solid #7dccd8;
	outline: none;
}

.input-large {
	font-size: 20px;
	padding: 15px 20px;
}

select.input-large {
	height: 54px;
	line-height: 54px;
	padding-top: 12px;
}

.input-small {
	font-size: 12px;
	padding: 5px 10px;
}

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button.button-invert:hover {
	background-color: #e97c3a;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'futura-pt', sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 15px 40px !important;
	line-height: 1.2;
	letter-spacing: .100em;
	text-transform: uppercase;
	text-decoration: none;
	width: auto;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

button.button-alt,
.button.button-alt {
	background-color: #46b6c7;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button.button-blue:hover,
.button.button-invert {
	background-color: #757c7c;
	color: #fff;
	text-decoration: none;
}

.button.button-blue {
	background-color: #46b6c7;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.button.button-block {
	display: block;
	width: 100%;
}

.button.button-large {
	font-size: 26px;
	padding: 15px 40px;
}

.button.button-small,
.button.button-small.button-invert:hover {
	font-size: 14px;
	padding: 15px 20px;
}

.button.button-mini {
	font-size: 11px;
	padding: 5px 8px;
}

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

/* Search Form
--------------------------------------------- */

.search-form {
	max-width: 500px;
}

.search-form input[type="search"] {
	max-width: 300px;
}



/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper input[type="tel"],
div.gform_wrapper input[type="url"],
div.gform_wrapper textarea,
div.gform_wrapper select,
div.gform_wrapper .ginput_complex label {
	font-size: 18px;
	padding: 12px 20px;
}

div.gform_wrapper .validation_error {
	text-align: center;
	font-family: 'futura-pt', sans-serif;
	color: #e97c3a;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .100em;
	max-width: 500px;
	margin: 0 auto 40px auto;
}

div.gform_wrapper select {
	height: 50px;
}

div.gform_wrapper textarea.medium {
	height: 200px;
}

div.gform_wrapper label.gfield_label {
	color: #3b4445;
	font-size: 20px;
	font-weight: 700;
}

div.gform_wrapper .ginput_complex label {
	color: #3b4445;
	font-size: 18px;
	padding: 0;
	font-style: italic;
	display: none;
}

div.gform_wrapper .gfield_required {
	color: #660000;
	font-weight: 400;
}

div.gform_wrapper .gfield_error input,
div.gform_wrapper .gfield_error .gfield_select {
	border: 2px solid #e97c3a;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 30px 0;
	list-style: none;
}

div.gform_wrapper form li .validation_message {
	display: none;
}

div.gform_wrapper .gf_clear {
	clear: both;
}

div.gform_wrapper .ginput_left,
div.gform_wrapper .gf_left_half,
div.gform_wrapper span.name_first {
	float: left;
	width: 48%;
	clear: left !important;
}

div.gform_wrapper .ginput_right,
div.gform_wrapper .gf_right_half,
div.gform_wrapper span.name_last {
	float: right;
	width: 48%;
	clear: right !important;
}

.gform_wrapper ul li.gfield {
	clear: both;
	overflow: auto;
}

div.gform_wrapper .gform_validation_container,
div.gform_wrapper .gfield.hide_field {
	display: none;
}

div.gform_wrapper .gform_footer {
	text-align: center;
}

div.gform_wrapper .gform_footer .gform_button {
	padding: 15px 80px;
}

.thanks {
	max-width: 750px;
	margin: 0 auto;
	font-size: 24px;
	background: #fff;
	padding: 30px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.05);
}

.thanks p {
	margin: 0 0 28px 0;
}

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

.gallery {
    margin: auto;
}

.gallery-item {
    float: left;
    margin: 10px 0 0;
    text-align: center;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery img {
    border: 2px solid #cfcfcf;
}

.gallery-caption {
    margin-left: 0;
}

/* Tables
--------------------------------------------- */

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 34px;
}

.table th,
.table td {
	padding: 10px 15px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table th {
	font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed th,
.table-condensed td {
	padding: 5px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	border-radius: 3px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}

/* Alerts
--------------------------------------------- */

.alert {
  padding: 10px 35px 10px 15px;
  margin-bottom: 34px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	padding: 100px 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	width: 57.4561404%; /* 655/1140 */
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 31.578947368%; /* 360/1140 */
}

.sidebar-content .sidebar-primary {
	float: left;
}

	
/* Column Classes
 *
 * Width: 1140px
 * Gutter: 60px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 5.2631578947368%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 47.368421052632%;
}
 
.one-third,
.two-sixths {
	width: 29.824561403509%;
}
 
.four-sixths,
.two-thirds {
	width: 64.912280701754%;
}
 
.one-fourth {
	width: 21.052631578947%;
}
 
.three-fourths {
	width: 73.684210526316%;
}
 
.one-fifth {
	width: 15.789473684211%;
}
 
.two-fifths {
	width: 36.842105263158%;
}
 
.three-fifths {
	width: 57.894736842105%;
}
 
.four-fifths {
	width: 78.947368421053%;
}
 
.one-sixth {
	width: 12.280701754386%;
}
 
.five-sixths {
	width: 82.456140350877%;
}
 
.first {
	clear: both;
	margin-left: 0;
}


/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 40px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 60px 30px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 30px 60px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}


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

.site-header {
	background-color: #46b6c7;
	padding: 25px 0;
}

.title-area {
	float: left;
}

h1.site-title,
p.site-title {
	color: #fff;
	margin: 0 0 8px 0;
	font-family: 'futura-pt', sans-serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: .150em;
	line-height: 1;
	text-transform: uppercase;
}

.site-title a {
	color: #fff;
}

.site-title a:hover {
	text-decoration: none;
}

.site-title a span {
	font-weight: 700;
}

.site-description {
	font-size: 15px;
	font-style: italic;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1;
	margin: 0;
}

.nav-header {
	float: right;
	text-align: right;
	max-width: 975px;
	padding: 2px 0 0;
}

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

.genesis-nav-menu {
	clear: both;
	color: #000;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	float: left;
	list-style: none;
	margin: 0 0 0 10px;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	padding: 10px 14px;
	position: relative;
	font-family: 'futura-pt', sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.1em;
	border-radius: 3px;
	border: 1px solid #46b6c7;
}

.genesis-nav-menu .menu-item:hover > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
	border: 1px solid #46b6c7;
	text-decoration: none;
	background-color: rgba(0,0,0,0.1);
}

.genesis-nav-menu .menu-item.current-menu-item > a,
.single-work .genesis-nav-menu #menu-item-2227 a {
	border: 1px solid #fff;
	border-color: rgba(255,255,255,0.25);
}

.home .genesis-nav-menu a,
.home .genesis-nav-menu a:hover,
.home .genesis-nav-menu .menu-item.current-menu-item > a {
	border: none;
}

.home .genesis-nav-menu a:hover {
	background-color: rgba(0,0,0,0.2);
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 16px 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

#menu-toggle i {
	font-size: 12px;
}

#menu-toggle:hover {
	background: #e97c3a;
	text-decoration: none;
}

/* Mobile
--------------------------------------------- */

.lines-button {
	transition: .3s;
	cursor: pointer;
	user-select: none;
	outline: none;
}

.lines-button:hover {
	opacity: 1;
}

.lines-button:active {
	transition: 0;
}

.lines {
	display: inline-block;
	width: 2rem;
	height: 0.27143rem;
	background: #ecf0f1;
	border-radius: 0.28571rem;
	transition: 0.3s;
	position: relative;
}

.lines:before, .lines:after {
	display: inline-block;
	width: 2rem;
	height: 0.27143rem;
	background: #ecf0f1;
	border-radius: 0.28571rem;
	transition: 0.3s;
	position: absolute;
	left: 0;
	content: '';
	-webkit-transform-origin: 0.28571rem center;
	transform-origin: 0.28571rem center;
}

.lines:before {
	top: 0.5rem;
}

.lines:after {
	top: -0.5rem;
}

/*.lines-button:hover .lines:before {
	top: 0.64286rem;
}

.lines-button:hover .lines:after {
	top: -0.64286rem;
}*/

.lines-button.close {
	-webkit-transform: scale3d(0.8, 0.8, 0.8);
	transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.x2 .lines {
	transition: background 0.3s 0.5s ease;
}

.lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
	transition: top 0.3s 0.6s ease, transform 0.3s ease;
}

.lines-button.x2.close .lines {
	transition: background 0.3s 0s ease;
	background: transparent;
}

.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
	transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
	transition: top 0.3s ease, transform 0.3s 0.5s ease;
	top: 0;
	width: 2rem;
}

.lines-button.x2.close .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.x2.close .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

button.mobile-menu-toggle {
	padding: 0 0 10px 0 !important;
	background: none;
	float: right;
	height: auto;
	margin: 8px 0 0;
}

.mobile-menu-toggle  {
	display: none;
}


/* Section Heading
---------------------------------------------------------------------------------------------------- */

.section-heading {
	background-color: #f0f3f3;
	padding: 65px 0;
}

.section-heading-title {
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1;
	margin: 0;
	float: left;
	font-size: 46px;
	font-family: 'futura-pt', sans-serif;
	font-weight: 700;
}

.section-heading-title a {
	color: #202526
}

.section-heading-title a:hover {
	color: #e97c3a;
	text-decoration: none;
}

.section-heading-cta {
	color: #838d8f;
	font-family: 'futura-pt', sans-serif;
	font-size: 24px;
	font-style: italic;
	margin: 0;
	float: right;
}

.section-heading-cta .button {
	font-style: normal;
	margin: 0 0 0 20px;
	border: 2px solid #fff;
	padding: 15px 25px;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.page .entry,
.single-ja-code .entry {
	margin-bottom: 0;
}

.blog .entry,
.single-post .entry {
	border-bottom: 1px solid #d8dbdb;
	margin-bottom: 50px;
}

.single-post .entry {
	padding-bottom: 20px;
}

h1.entry-title,
h2.entry-title {
	line-height: 1;
}

h1.entry-title a,
h2.entry-title a {
	color: #202526;
}

h1.entry-title a:hover,
h2.entry-title a:hover {
	color: #e97c3a;
	text-decoration: none;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
	margin-bottom: 34px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 30px;
}

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

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

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

.entry-content .continue-reading {
	display: block;
	max-width: 240px;
	text-align: center;
	margin: 34px 0 50px 0;
}

.entry-meta {
	clear: both;
	color: #838d8f;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'futura-pt', sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
}

.entry-meta .sep {
	display: inline-block;
	background: url(images/post-meta-sep.gif) no-repeat;
	background-size: contain;
	width: 13px;
	height: 12px;
	margin: 0 12px;
}

.entry-meta a:hover {
	text-decoration: none;
}

.entry-header .entry-meta {
	margin-bottom: 30px;
}

.entry-header .entry-title {
	margin: 0 0 34px 0;
}

.entry-content .gist {
	margin-bottom: 34px;
}

.entry-content .entry-image.post-image {
	display: block;
	margin: 0 auto 34px auto;
}

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

.pagination {
	clear: both;
	font-size: 14px;
	font-family: 'futura-pt', sans-serif;
	text-transform: uppercase;
	margin: 50px 0 0 0;
	text-align: center;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #f0f3f3;
	color: #838d8f;
	cursor: pointer;
	display: inline-block;
	padding: 10px 16px;
	border-radius: 3px;
	font-weight: 700;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #46b6c7;
	color: #fff;
	text-decoration: none;
}

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

.entry-comments,
.entry-pings {
	margin-bottom: 30px;
}

.entry-comments {
	font-size: 18px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 75%
}

.comment-respond .required {
	color: #660000;
}

.comment-respond p {
	margin: 0 0 20px 0;
}

.comment-respond p:last-of-type,
.comment-respond .form-submit {
	margin: 0;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-respond label[for="subscribe"] {
	display: inline-block;
}

.comment-list .comment-respond {
	padding: 10px 20px;
	background: #f4f7f7;
}

.comment-list .comment-respond p {
	margin: 0 0 10px;
}

.comment-list .comment-respond textarea {
	height: 160px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin: 0;
	padding: 0;
}

.comment-list li article {
	margin: 0 0 30px 0;
}

.comment-list li.depth-1 {
	border-bottom: 1px solid #f1f1f1;
	padding-top: 30px;
}

.comment-list li.depth-1:first-of-type {
	padding-top: 10px;
}

.comment-list li.depth-2 {
	margin: 0 0 0 40px;
}

.comment-list li.depth-3 {
	margin: 0 0 0 60px;
}

.comment .comment-header {
	margin: 0 0 20px 0;
}

.comment .avatar {
	margin: 0 15px 0 0;
	border-radius: 50%;
	width: 48px;
}

.comment .says {
	display: none;
}

.comment .comment-author {
	color: #202526;
	font-size: 26px;
	font-family: 'futura-pt', sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 8px 0;
}

.comment .comment-meta  {
	color: #838d8f;
	font-family: 'futura-pt', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
}

.comment .comment-meta a {
	color: #838d8f;
}

.comment .comment-content p {
	margin: 0 0 20px 0;
}

.comment .comment-content p:last-of-type {
	margin: 0;
}

.comment .comment-reply {
	overflow: auto;
}

.comment .comment-reply-link {
	background: #757c7c;
	color: #fff;
	display: block;
	float: left;
	font-family: 'futura-pt', sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 3px 8px;
	margin: 10px 0 0 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor > article {
	background: #f4f7f7;
	border: 1px solid #d8dbdb;
	border-radius: 3px;
	padding: 20px;
}


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

.sidebar-primary {
	font-size: 16px;
}


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

.sidebar-primary .widget {
	margin: 0 0 75px 0;
}

.sidebar-primary p {
	margin: 0 0 20px 0;
}

.sidebar-primary .widget-title {
	color: #838d8f;
	font-size: 16px;
	font-weight: 700;
	font-family: 'futura-pt', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	margin: 0 0 24px 0;
}

.sidebar-primary .widget ul li {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	position: relative;
}

.sidebar-primary .widget ul li:last-of-type {
	margin: 0;
}

.sidebar-primary .widget ul li:before {
	content: "e";
	font-family: 'jav1';
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 1.28571429em;
	text-align: center;
	font-size: 0.5em;
	left: 0;
	position: absolute;
	top: 6px;
}

.sidebar-primary .display-posts-listing {
	margin: 0 0 20px 0;
}


/* About widget
--------------------------------------------- */

.ja-about-widget .widget-wrap {
	background-color: #f0f3f3;
	border-radius: 3px;
	padding: 0 40px 40px 40px;
	text-align: center;
}

.ja-about-widget .widget-title {
	color: #202526;
	font-size: 24px;
	text-transform: none;
	letter-spacing: 0;
	margin: 10px 0 30px 0;
}

.ja-about-widget img {
	/*display: block;*/
	margin: -63px auto 0 auto;
	border: 5px solid #fff;
	border-radius: 50%;
	max-width: 125px;
	float: none;
}

.ja-about-widget .text {
	text-align: left;
}

.ja-about-widget .text p {
	margin: 0 0 12px 0;
}

.ja-about-widget .text p:last-of-type {
	margin: 0;
}

.ja-about-widget .social-icons {
	font-size: 26px;
	line-height: 1;
	margin: 30px 0 0 0;
}

.ja-about-widget .social-icons a {
	display: inline-block;
	padding: 0 10px;
}

.ja-about-widget .social-icons a:hover {
	text-decoration: none;
}


/* Site Footer area
---------------------------------------------------------------------------------------------------- */

/* CTA
--------------------------------------------- */

.footer-cta {
	background-color: #46b6c7;
	color: #fff;
	text-align: center;
	padding: 65px 0 70px 0;
}

.footer-cta p {
	border-right: 1px solid #6bc5d2;
	margin: 0;
	font-size: 33px;
	font-style: italic;
	text-align: right;
	/*float: left;*/
	line-height: 1.2;
	display: inline-block;
	vertical-align: middle;
	padding-right: 50px;
}

.footer-cta p em {
	display: block;
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	letter-spacing: .100em;
	text-transform: uppercase;
}

.footer-cta .button {
	/*float: right;*/
	margin-top: 20px;
	margin-left: 50px;
	padding: 20px 80px;
	border: 4px solid #fff;
}

/* Contact form
--------------------------------------------- */

.footer-contact {
	display: none;
	background-color: #f0f3f3;
	padding: 65px 0;
}

.footer-contact .gform_wrapper {
	max-width: 850px;
	margin: 0 auto;
}

.footer-contact .title {
	color: #202526;
	font-size: 46px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 54px;
}

.footer-contact .description {
	text-align: center;
	font-size: 24px;
	font-style: italic;
	margin: 0 0 34px;
}

.footer-contact .how-wrap {
	overflow: auto;
	border-bottom: 1px solid #d8dbdb;
	margin: 0 0 34px 0;
	padding-bottom: 34px;
}

.footer-contact .how {
	width: 33.3333%;
	float: left;
	padding: 0 20px;
	font-size: 16px;
}

.footer-contact .how span {
	color: #a2dae3;
	font-size: 38px;
	float: left;
	height: 105px;
	margin: 0 15px 0 0;
}

.footer-contact .how:last-of-type {
	float: right;
}

.footer-contact .how-wrap h6 {
	font-family: 'futura-pt', sans-serif;
	font-size: 24px;
	font-weight: 700;
}


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

.site-footer {
	background-color: #202526;
	color: #fff;
	font-size: 15px;
	padding: 65px 0;
	text-align: center;
}

.site-footer .name {
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'futura-pt', sans-serif;
	letter-spacing: .150em;
}

.site-footer .first-name {
	font-weight: 700;
}

.site-footer .name a {
	color: #fff;
}

.site-footer .copyright {
	font-style: italic;
	margin: 0;
}

.site-footer .credits {
	font-style: italic;
	margin: 0;
}

.site-footer .favorite {
	margin: 20px 0 0;
	font-size: 14px;
	color: #999;
}

.site-footer .favorite a {
	color: #ddd;
}


/* Code Snippets
---------------------------------------------------------------------------------------------------- */

.code-list .snippet-name {
	font-size: 15px;
}

.code-list .private td {
	background: #fcfbe4;
}

.code-list .snippet-tags a {
	background: #eee;
	color: #666;
	font-size: 12px;
	font-family: sans-serif;
	padding: 2px 5px;
	border-radius: 2px;
}

.code-quicksearch {
	margin-bottom: 20px;
}

.snippet-disclaimer {
	background: #f0f3f3;
	font-size: 16px;
	text-align: center;
	padding: 10px;
}


/* Home page
---------------------------------------------------------------------------------------------------- */

.home .site-inner {
	padding: 0;
}

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

.home .site-header {
	background: #101819 url(images/header.jpg) top center no-repeat;
	/*background-size: cover;*/
	min-height: 720px;
}

.header-cta {
	clear: both;
	margin: 350px 0 0 0;
	text-align: center;
}

.header-cta h2 {
	line-height: 1;
	margin: 0;
}

.header-cta h2 .line-1 {
	display: block;
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 0 0 14px 0;
}

.header-cta h2 .line-2 {
	display: block;
	color: #b5c3c5;
	font-family: 'expo-serif-pro', Georgia, serif;
	font-weight: 400;
	font-size: 26px;
	font-style: italic;
	margin: 0 0 14px 0;
}

.header-cta h2 .line-3 {
	display: block;
	color: #46b6c7;
	font-size: 75px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.header-cta .cta {
	color: #b5c3c5;
	font-family: 'expo-serif-pro', Georgia, serif;
	font-weight: 400;
	font-size: 20px;
	font-style: italic;
	padding: 40px 0 0;
}

.header-cta .button {
	display: block;
	max-width: 240px;
	font-style: normal;
	margin: 10px auto 0 auto;
	
}

/* Companies I worked with
--------------------------------------------- */

.home-logos {
	background: #f3f3f4;
	line-height: 1;
	padding: 30px 0;
}

.home-logos p {
	font-size: 18px;
	font-style: italic;
	color: #838d8f;
	margin: 0;
	line-height: 1;
	float: left;
	padding: 15px 0 0 0;
}

.home-logos img {
	max-height: 45px;
	width: auto;
	display: block;
	margin: 0 auto;
}

.home-logos .logo-carousel-wrap {
	width: 100%;
	max-width: 910px;
	float: right;
}

.home-logos .slide {
	text-align: center;
}

.home-logos .bx-wrapper {
	margin: 0;
}

.home-logos .bx-wrapper div.bx-viewport {
	box-shadow: none;
	border: none;
	background: none;
}

.home-logos .bx-wrapper .bx-next {
	background: none !important;
	right: -15px;
	color: #ccc;
}

.home-logos .bx-wrapper .bx-prev {
	background: none !important;
	color: #ccc;
	left: -15px;
}

.home-logos .bx-wrapper .bx-next:hover,
.home-logos .bx-wrapper .bx-prev:hover {
	color: #e97c3a;
}

.home-logos .bx-wrapper .bx-next:after,
.home-logos .bx-wrapper .bx-prev:after {
	font-family: 'jav1';
	content: "n";
	display: block;
	text-indent: 0;
	width: 32px;
	height: 32px;
	font-size: 32px;
	position: absolute;
	top: 0;
	left: 0;
}

.home-logos .bx-wrapper .bx-prev:after {
	content: "o";
}

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

.home-services {
	padding: 100px 0;
	text-align: center;
}

.home-services h2 {
	font-size: 46px;
	margin: 0 0 40px;
}

.home-services .intro {
	color: #3b4445;
	font-size: 24px;
	font-style: italic;
	max-width: 750px;
	margin: 0 auto 75px auto;
}

.home-services h6 {
	color: #838d8f;
	font-size: 24px;
	font-family: 'futura-pt', sans-serif;
	font-weight: 400;
	font-style: italic;
	margin: 0 0 40px;
}

.home-services .service {
	width: 33.333333%;
	float: left;
	padding: 0 25px;
}

.home-services .circle {
	position: relative;
	border: 1px solid #c7e9ee;
	display: block;
	margin: 0 auto 55px auto;
	width: 225px;
	height: 225px;
	border-radius: 50%;
	line-height: 255px;
	font-size: 80px;
}

.home-services .circle:hover {
	text-decoration: none;
	box-shadow: inset 0px 0px 0px 10px #46b6c7;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	color: #46b6c7;
}

.home-services .circle .dot {
	width: 8px;
	height: 8px;
	background: #c7e9ee;
	display: block;
	border-radius: 50%;
	position: absolute;
	bottom: -32px;
	left: 50%;
	margin-left: -4px;
}

.home-services .circle .line {
	width: 1px;
	background: #c7e9ee;
	height: 25px;
	display: block;
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -1px;
}

.home-services .service h3 {
	font-size: 24px;
	padding: 0 40px;
	margin: 0 0 30px 0;
}

.home-services .service p {
	font-size: 18px;
	margin: 0 0 42px 0;
}

/* Why
--------------------------------------------- */

.home-why {
	background: #f0f3f3 url(images/home-why-background.gif) bottom repeat-x;
	background-size: 30px;
	padding: 100px 0;
	text-align: center;
}

.home-why .wrap {
	max-width: 945px;
}

.home-why h2 {
	font-size: 46px;
	margin: 0 0 40px;
}

.home-why .intro {
	color: #3b4445;
	font-size: 24px;
	font-style: italic;
	max-width: 750px;
	margin: 0 auto 75px auto;
}

.home-why .why {
	width: 780px;
	float: right;
	margin: 0 0 15px 0;
	text-align: left;
}

.home-why .why.why-even {
	float: left;
	text-align: right;
}

.home-why .circle {
	background-color: #fff;
	position: relative;
	display: block;
	margin: 0 195px 0 0;
	width: 225px;
	height: 225px;
	border-radius: 50%;
	line-height: 255px;
	font-size: 80px;
	color: #a2dae3;
	float: left;
	text-align: center;
}

.home-why .circle:hover {
	text-decoration: none;
	box-shadow: inset 0px 0px 0px 10px #46b6c7;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	color: #46b6c7;
}

.home-why  .why-even .circle {
	float: right;
	margin: 0 0 0 195px;
}

.home-why .circle .line {
	width: 132px;
	background-color: #fff;
	height: 1px;
	position: absolute;
	right: -132px !important;
	top: 50%;
	margin-top: -1px;
	display: block;
}

.home-why .why-even .circle .line {
	left: -132px !important;
	right: auto;
}

.home-why .circle .dot {
	width: 8px;
	height: 8px;
	background: #fff;
	display: block;
	border-radius: 50%;
	position: absolute;
	right: -132px !important;
	top: 50%;
	margin-top: -4px;
}

.home-why .why-even .circle .dot {
	left: -132px !important;
}

.home-why .why h3 {
	color: #46b6c7;
	font-size: 24px;
	margin: 55px 0 20px 0;
}

.home-why .why p {
	font-size: 18px;
}

.home-why .cta {
	margin: 0;
	color: #3b4445;
	font-size: 24px;
	font-style: italic;
	margin: 50px 0 0 0;
}

.home-why .cta a {
	color: #e97c3a;
	text-decoration: none;
}

.home-why .cta a:hover {
	text-decoration: underline;
}

/* Testimonials
--------------------------------------------- */

.home-testimonials {
	background-color: #fff;
	padding: 80px 0;
	text-align: center;
}

.home-testimonials .wrap {
	max-width: 945px;
	margin: 0 auto;
}

.home-testimonials .intro {
	color: #b5c3c5;
	font-size: 24px;
	font-family: 'futura-pt';
	font-style: italic;
	margin: 0 0 50px 0;
}

.home-testimonials .intro strong {
	display: block;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	color: #000;
}

.home-testimonials .testimonial-content-wrap {
	margin-bottom: 60px;
}

.home-testimonials .testimonial-content {
	font-style: italic;
	font-size: 24px;
	color: #3b4445;
	display: none;
}

.home-testimonials .testimonial-content p:last-of-type {
	margin: 0;
}

.home-testimonials .testimonial-content.active {
	display: block;
}

.home-testimonials .testimonial-bio {
	display: inline-block;
	width: 25%;
	vertical-align: text-top;
	opacity: 0.25;
	padding: 0 20px;
}

.home-testimonials .testimonial-bio.active {
	opacity: 1;
}

.home-testimonials .testimonial-bio:hover {
	opacity: 1;
	cursor: pointer;
}

.home-testimonials .testimonial-bio:hover img {
	border: 5px solid #ccc;
}

.home-testimonials .testimonial-bio img {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	border: 5px solid #fff;
	display: block;
	margin: auto;
	float: none;
}

.home-testimonials .testimonial-bio.active img {
	border: 5px solid #46b6c7;
}

.home-testimonials .testimonial-bio .name {
	font-family: 'futura-pt';
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 16px;
	margin: 0;
}

.home-testimonials .testimonial-bio .byline {
	font-family: 'futura-pt';
	font-style: italic;
	font-size: 15px;
	color: #838d8f;
	margin: 0;
}


/* Contact Page
---------------------------------------------------------------------------------------------------- */

.page-contact .footer-contact {
	display: block;
	background: #fff;
}

.page-contact .site-inner {
	padding: 0;
}


/* Work
---------------------------------------------------------------------------------------------------- */

.featured-work .entry .entry-image {
	max-width: 480px;
	border: 2px solid #ddd;
	border-radius: 3px;
}

.featured-work .entry .alignleft {
	margin: 0 60px 0 0;
}

.featured-work .entry .alignright {
	margin: 0 0 0 60px;
}

.featured-work .entry a img:hover {
	border-color: #e97c3a;
}

.featured-work .entry .button {
	display: inline-block;
	margin-bottom: 0;
}

.featured-work .entry {
	border-bottom: 1px solid #d8dbdb;
	margin-bottom: 60px;
	padding-bottom: 60px;
	overflow: auto;
}

.featured-work .entry:last-of-type {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.work-logos {
	border-top: 1px solid #d8dbdb;
	margin: 60px 0 0 0;
	padding: 80px 0 0 0;
}

.work-logos img {
	display: block;
	margin: 0 auto;
	max-width: 900px;
}

.work-logos h3 {
	text-align: center;
	color: #46b6c7;
	text-transform: uppercase;
}

.single-work .entry-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 48px;
	letter-spacing: 0.1em;
	margin: 0 0 20px 0;
}

.single-work .entry-content .alignleft,
.single-work .entry-content .alignright {
	border: 2px solid #ddd;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
	margin-top: 5px;
}

.single-work .entry-content img.no-border {
	border: none;
}

.single-work .entry-content a .alignleft:hover,
.single-work .entry-content a .alignright:hover {
	border-color: #e97c3a;
}

.single-work .entry-header {
	margin: 0 0 80px 0;
}

.single-work .entry-header .subheading {
	text-align: center;
	color: #3b4445;
	font-size: 24px;
	font-family: 'expo-serif-pro', Georgia, serif;
	font-weight: normal;
	font-style: italic;
	margin: 0;
}

.single-testimonial {
	background-color: #f0f3f3;
	padding: 60px 0;
	text-align: center;
	margin: 50px 0 50px 0;
}

.single-testimonial .wrap {
	max-width: 900px;
}

.single-testimonial .testimonial-content-wrap {
	margin-bottom: 30px;
}

.single-testimonial .testimonial-content {
	font-style: italic;
	font-size: 20px;
	color: #3b4445;
}

.single-testimonial .testimonial-content p:last-of-type {
	margin: 0;
}

.single-testimonial .testimonial-bio {
	display: inline-block;
	width: 100%;
	vertical-align: text-top;
}

.single-testimonial .testimonial-bio img {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	border: 5px solid #fff;
	display: block;
	margin: auto;
	float: none;
}

.single-testimonial .testimonial-bio.active img {
	border: 5px solid #46b6c7;
}

.single-testimonial .testimonial-bio .name {
	font-family: 'futura-pt';
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 16px;
	margin: 0;
}

.single-testimonial .testimonial-bio .byline {
	font-family: 'futura-pt';
	font-style: italic;
	font-size: 15px;
	color: #838d8f;
	margin: 0;
}


/* About
---------------------------------------------------------------------------------------------------- */

.about-intro {
	overflow: auto;
	font-size: 24px;
	border: 1px solid #a2dae3;
	padding: 30px;
	margin: 0 0 60px 0;
}

.about-intro p:last-of-type {
	margin: 0;
}

.about-intro img {
	margin-bottom: 0;
}

.page-about .blurb {
	overflow: auto;
	border-bottom: 1px solid #f0f3f3;
	margin: 0 0 50px;
	/*padding: 40px 0 0;*/
	padding: 0 0 50px 0;
}

.page-about .blurb p:last-of-type {
	margin: 0;
}

.page-about .blurb:last-of-type {
	margin: 0;
	border: none;
	padding-bottom: 0;
}

.page-about .blurb .circle {
	background-color: #fff;
	position: relative;
	display: block;
	margin: 0 75px 0 75px;
	width: 225px;
	height: 225px;
	border-radius: 50%;
	line-height: 255px;
	font-size: 80px;
	color: #46b6c7;
	border: 1px solid #a2dae3;
	float: left;
	text-align: center;
}

.page-about .blurb .text {
	margin: 0 0 0 375px;
}

.page-about .blurb.even .circle {
	float: right;
}

.page-about .blurb.even .text {
	margin: 0 375px 0 0;
}


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

.page-services .one-half p:last-of-type {
	margin: 0;
}

.page-services .footer-contact {
	display: block;
}


/* BxSlider
---------------------------------------------------------------------------------------------------- */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	/**zoom: 1;*/
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	/**zoom: 1;
	*display: inline;*/
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/* jQuery.mmenu CSS
---------------------------------------------------------------------------------------------------- */

/* Mobile Menu
---------------------------------------------------------------------------------------------------- */
 
/* Base Styling
-------------------------------- */
 
.sidr-open .mobile-menu-toggle .top-bar {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}
 
.sidr-open .mobile-menu-toggle .middle-bar {
	opacity: 0;
}
 
.sidr-open .mobile-menu-toggle .bottom-bar {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 7px;	
}
 
.sidr {
  /* Default Settings */
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
}
 
.sidr .sidr-inner {
  padding: 0 0 15px;
}
 
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
 
.sidr.right {
  left: auto;
  right: -260px;
  border-left: 2px solid #fff;
}
 
.sidr.left {
  left: -260px;
  right: auto;
  border-right: 2px solid #fff;
}
 
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}
 
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-bottom: 1px solid #fff;
}
 
.sidr ul li a {
	display: block;
	text-decoration: none;
	padding: 0 20px 0 20px;
	position: relative;
}

.sidr li.sidr-class-menu-item-has-children {
	position: relative;
} 

.sidr li.sidr-class-menu-item-has-children > .submenu-toggle {
	cursor: pointer;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.sidr li.sidr-class-menu-item-has-children > .submenu-toggle:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -3px;
	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
}

.sidr ul li ul {
  border-bottom: none;
  margin: 0;
  display: none;
}
 
.sidr ul li.submenu-active ul,
.sidr ul li.sidr-class-current-menu-item ul {
	display: block;
}
 
.sidr ul li.submenu-active > a,
.sidr ul li.sidr-class-current-menu-item.sidr-class-menu-item-has-children > a {
	border-bottom: 1px solid #fff;
}
 
.sidr ul li.submenu-active > .submenu-toggle:before,
.sidr ul li.sidr-class-current-menu-item > .submenu-toggle:before {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
 
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}
 
.sidr ul li ul li a {
	padding-left: 20px;
}
 
.sidr-class-sub-menu .sidr-class-current-menu-item > a {
	background: #930f14;
	font-weight: bold;
}
 
.sidr ul li.sidr-class-search,
.sidr ul li .icon {
	display: none;
}
 
.sidr ul li .label {
	display: inline;
}
 
/* Match Theme
-------------------------------- */
 
.sidr {
  font-size: 15px;
  background: #202526;
  color: white;
}
 
.sidr.right,
.sidr.left,
.sidr ul li {
	border-color: rgba(255,255,255,0.1);
}
 
.sidr ul li a {
	color: #fff;
}
 
.sidr ul li a:hover,
.sidr ul li.sidr-class-current-menu-item > a,
.sidr li.sidr-class-menu-item-has-children:hover > .submenu-toggle {
	background: #444;
}

.sidr li.sidr-class-menu-item-has-children > .submenu-toggle {
	background: rgba( 255, 255, 255, .2 );
}


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

[data-icon]:before {
  font-family: "jav1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "jav1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fontawesome-webfont:before {
  content: "a";
}
.icon-fontawesome-webfont-1:before {
  content: "b";
}
.icon-fontawesome-webfont-2:before {
  content: "c";
}
.icon-fontawesome-webfont-5:before {
  content: "f";
}
.icon-fontawesome-webfont-3:before {
  content: "d";
}
.icon-fontawesome-webfont-4:before {
  content: "e";
}
.icon-fontawesome-webfont-6:before {
  content: "g";
}
.icon-fontawesome-webfont-7:before {
  content: "h";
}
.icon-fontawesome-webfont-8:before {
  content: "i";
}
.icon-fontawesome-webfont-9:before {
  content: "j";
}
.icon-pixicon-f-56:before {
  content: "k";
}
.icon-fontawesome-webfont-10:before {
  content: "l";
}
.icon-fontawesome-webfont-12:before {
  content: "n";
}
.icon-fontawesome-webfont-13:before {
  content: "o";
}
.icon-fontawesome-webfont-14:before {
  content: "p";
}
.icon-pixicon-e-12:before {
  content: "q";
}
.icon-pixicon-c-19:before {
  content: "r";
}
.icon-shape-12:before {
  content: "m";
}
.icon-shape-7:before {
  content: "s";
}
.icon-shape-6:before {
  content: "t";
}
.icon-pixicon-e-63:before {
  content: "u";
}
.icon-fontawesome-webfont-11:before {
  content: "v";
}
.icon-fontawesome-webfont-15:before {
  content: "w";
}
.icon-pixicon-c-68:before {
  content: "x";
}
.icon-pixicon-g-69:before {
  content: "y";
}
.icon-pixicon-d-74:before {
  content: "z";
}
.icon-pixicon-d-57:before {
  content: "A";
}
.icon-pixicon-e-15:before {
  content: "B";
}
.icon-pixicon-b-02:before {
  content: "C";
}

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

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

	body {
		/*border-top: 5px solid blue;*/
	}

	.wrap {
		max-width: 960px;
	}

	.site-inner,
	.home-services {
		padding: 60px 0;
	}

	.section-heading-cta span {
		display: block;
		font-size: 20px;
	}

	.section-heading-cta {
		text-align: center;
		margin-top: -20px;
	}

	.about-intro {
		font-size: 20px;
	}

	.home-logos .logo-carousel-wrap {
		max-width: 730px;
		padding: 0 20px;
	}

	.home-services .service h3 {
		font-size: 20px;
	}

	.content {
    	width: 61%;
	}

	.ja-about-widget .widget-wrap {
		padding: 0 20px 20px 20px;
	}

}

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

	body {
		/*border-top: 5px solid orange;*/
	}

	.wrap {
		max-width: 767px;
		padding-left: 30px;
		padding-right: 30px;
	}

	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 26px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		color: #838d8f;
		font-size: 18px;
		font-weight: 400;
	}

	h6 {
		color: #3b4445;
		font-size: 14px;
		font-family: 'expo-serif-pro', serif;
	}

	.site-inner, 
	.home-services {
		padding: 45px 0;
	}

	.nav-header {
		display: none;
	}

	.section-heading {
		padding: 35px 0;
	}

	.section-heading-cta {
		display: none;
	}

	.mobile-menu-toggle {
		display: block;
	}

	.footer-cta,
	.site-footer,
	.footer-contact,
	.home-why   {
		padding: 45px 0;
	}

	.footer-cta p {
		border: none;
		text-align: center;
		padding: 0;
		float: none;
	}

	.footer-cta .button {
		margin-left: 0;
		display: block;
		max-width: 300px;
		margin: 20px auto 0 auto;
	}

	.footer-contact .title {
		font-size: 36px;
		margin: 0 0 40px 0;
	}

	.footer-contact .how span {
		font-size: 28px;
		height: auto;
		margin: 0 10px 0 0;
	}

	.footer-contact .description {
		font-size: 20px;
	}

	/* About */
	.about-intro {
		padding: 20px;
	}

	.about-intro img {
		max-width: 270px;
		margin: 20px 0 20px 20px;
	}

	.page-about .blurb .circle {
		margin-left: 0;
	}

	.page-about .blurb.even .circle {
		margin-right: 0;
		margin-left: 75px;
	}

	.page-about .blurb .text {
		margin-left: 300px;
	}

	.page-about .blurb.even .text {
		margin-right: 300px;
	}

	/* Work */
	.featured-work .entry .alignleft {
		margin: 0 30px 20px 0;
		max-width: 320px;
	}

	.featured-work .entry .alignright {
		margin: 0 0 20px 30px;
		max-width: 320px;
	}

	.featured-work .entry {
		margin-bottom: 40px;
		padding-bottom: 30px;
	}

	.entry-header .entry-title {
		margin: 0 0 20px 0;
	}

	.work-logos img {
		max-width: 100%;
	}

	.work-logos {
		margin: 30px 0 0 0;
		padding: 40px 0 0 0;
	}

	/* Home */
	.home-logos p {
		text-align: center;
		float: none;
		padding: 5px 0;
	}

	.home-logos .logo-carousel-wrap {
		max-width: 100%;
		float: none;
	}

	.home-services .intro {
		margin: 0 auto 50px auto;
	}

	.home-services .service {
		padding: 0 15px 0;
	}

	.home-services .service p {
		font-size: 16px;
	}

	.home-services .service h3 {
		font-size: 20px;
		padding: 0;
	}

	.home-services .circle {
		width: 200px;
		height: 200px;
		line-height: 225px;
	}

	.home-services .service a.button {
		padding: 15px 15px !important;
	}

	.home-why .wrap,
	.home-why .why,
	.home-testimonials .wrap {
		max-width: 767px;
	}

	.home-why .why {
		width: 100%;
	}

	.home-testimonials {
		padding: 45px 0;
	}

	.home-testimonials .testimonial-content {
		font-size: 20px;
	}

	.home-testimonials .testimonial-content-wrap {
		margin-bottom: 40px;
	}

/*	.home .site-header {
		background-size: contain;
	}

	.header-cta {
		margin: 200px 0 0;
	}

	.header-cta h2 .line-1 {
		font-size: 30px;
	}*/
}

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

	.content,
	.sidebar-primary,
	.footer-widgets .widget-area,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-fifth,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	body {
		/*border-top: 5px solid yellow;*/
		font-size: 16px;
	}
	
	.wrap {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 18px;
	}

	.site-header {
		padding: 10px 0;
	}

	h1.site-title, p.site-title {
		font-size: 18px;
		margin-top: 6px;
	}

	.site-description {
		display: none;
	}

	button.mobile-menu-toggle {
		margin: 0;
	}

	.section-heading-title {
		font-size: 26px
	}

	.section-heading {
		padding: 25px 0;
	}

	.site-inner, 
	.home-service
	.footer-cta,
	.site-footer,
	.footer-contact,
	.home-why,
	.home-testimonials   {
		padding: 25px 0;
	}

	.footer-cta p {
		font-size: 22px;
	}

	.footer-cta p em {
		font-size: 25px;
	}

	.footer-cta .button {
		padding: 15px 10px !important;
	}

	.footer-contact .title {
		font-size: 26px;
		margin: 0 0 20px 0;
	}

	.footer-contact .how {
		width: 100%;
		padding: 0;
		margin: 0 0 15px 0
	}

	.footer-contact .how:last-of-type {
		margin: 0;
	}

	.footer-contact .how-wrap h6 {
		margin: 0;
		font-size: 20px;
	}

	.footer-contact .how span {
		display: none;
	}

	.footer-contact .description {
		font-size: 
	}

	div.gform_wrapper .ginput_left,
	div.gform_wrapper .gf_left_half,
	div.gform_wrapper span.name_first,
	div.gform_wrapper .ginput_right,
	div.gform_wrapper .gf_right_half,
	div.gform_wrapper span.name_last {
		float: none;
		width: 100%;
	}

	div.gform_wrapper li, div.gform_wrapper form li,
	div.gform_wrapper span.name_first {
		margin: 0 0 15px 0;
		list-style: none;
		display: block;
	}

	/* About */

	.about-intro {
		font-size: 16px;
		margin: 0 0 40px 0;
	}

	.about-intro img {
		max-width: 100%;
		margin: 0 auto 20px auto;
		display: block;
		float: none;
	}

	.page-about .blurb {
		margin: 0 0 30px;
		padding: 0 0 30px 0;
	}

	.page-about .blurb .circle,
	.page-about .blurb.even .circle {
		margin: 0 auto 20px auto;
		float: none;
		width: 160px;
		height: 160px;
		font-size: 60px;
		line-height: 180px;
	}

	.page-about .blurb .text,
	.page-about .blurb.even .text {
		margin: 0;
	}

	hr, .clear-line {
		margin: 0 0 30px;
		padding: 30px 0 0;
	}

	.page-services .one-half {
		margin-bottom: 34px;
	}

	.featured-work .entry .alignleft,
	.featured-work .entry .alignright {
		margin: 0 auto 20px auto;
		float: none;
		display: block;
		max-width: 100%;
	}

	.ja-about-widget img {
		margin: 20px auto 0 auto;
	}

	.header-cta {
		margin: 0;
		background: #202526;
		padding: 40px 20px;
	}

	.home .site-header {
		background: #46b6c7;
		padding-bottom: 0;
		min-height: 0;
	}

	.home .site-header .wrap {
		padding: 0;
	}

	.home .site-header img {
		display: block;
		margin: 0 auto;
	}

	.home .site-header .title-area {
		padding-left: 20px;
		padding-bottom: 10px;
	}

	button.mobile-menu-toggle {
		margin-right: 20px;
	}

	.header-cta h2 .line-1 {
		font-size: 24px;
	}

	.header-cta h2 .line-2 {
		font-size: 18px;
	}

	.header-cta h2 .line-3 {
		font-size: 40px;
	}

	.header-cta .cta {
		font-size: 16px;
		padding: 20px 0 0;
	}

	.home-services h2,
	.home-why h2 {
		font-size: 22px;
		margin: 0 0 20px 0;
	}

	.home-services .intro {
		font-size: 18px;
		margin: 0 auto 20px auto;
	}

	.home-services .service {
		padding: 0;
		width: 100%;
		font-size: none;
		margin: 0 0 40px 0;
	}

	.home-services .service:last-of-type {
		margin: 0;
	}

	.home-services .service h3,
	.home-services .service p {
		margin: 0 0 10px 0;
	}

	.home-why .why,
	.home-why .why.why-even,
	.home-why .why.why-odd {
		float: none;
		text-align: center;
		font-size: 16px;
	}

	.home-why .circle,
	.home-why .why-even .circle {
		margin: 0 auto 20px auto;
		float: none;
		width: 200px;
		height: 200px;
		line-height: 225px;
		font-size: 80px;
	}

	.home-why .circle .line,
	.home-why .circle .dot {
		display: none;
	}

	.home-why .why p {
		font-size: 16px;
	}

	.home-why .why h3 {
		text-align: center;
		font-size: 20px;
		margin: 0;
	}

	.home-why .cta {
		font-size: 20px;
		margin: 20px 0;
	}

	.home-testimonials .intro {
		font-size: 18px;
		margin: 0 0 20px 0;
	}

	.home-testimonials .intro strong {
		font-size: 24px;
	}

	.home-testimonials .testimonial-content {
		font-size: 16px;
	}

	.home-testimonials .testimonial-bio {
		width: 100%;
		text-align: left;
		display: block;
		margin: 0 0 20px 0;
	}

	.home-testimonials .testimonial-bio img {
		height: 50px;
		width: 50px;
		float: left;
		margin: 0 20px 0 0;
	}
}
