/*
Website Name: Albrecht Home Improvements
Copyright 2016
Adventure Web Interactive
*/


/***
 *    ███████╗ ██████╗ ███╗   ██╗████████╗███████╗
 *    ██╔════╝██╔═══██╗████╗  ██║╚══██╔══╝██╔════╝
 *    █████╗  ██║   ██║██╔██╗ ██║   ██║   ███████╗
 *    ██╔══╝  ██║   ██║██║╚██╗██║   ██║   ╚════██║
 *    ██║     ╚██████╔╝██║ ╚████║   ██║   ███████║
 *    ╚═╝      ╚═════╝ ╚═╝  ╚═══╝   ╚═╝   ╚══════╝
 *
 * $$fonts
 */

@font-face {
	font-family: 'Montserrat';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Lora';
	font-weight: normal;
	font-style: italic;
	src: url('../fonts/lora-italic-webfont.woff2') format('woff2'), url('../fonts/lora-italic-webfont.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Lora';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/lora-regular-webfont.woff2') format('woff2'), url('../fonts/lora-regular-webfont.woff') format('woff');
	font-display: swap;
}


/***
 *    ███╗   ██╗ ██████╗ ██████╗ ███╗   ███╗ █████╗ ██╗     ██╗███████╗███████╗
 *    ████╗  ██║██╔═══██╗██╔══██╗████╗ ████║██╔══██╗██║     ██║╚══███╔╝██╔════╝
 *    ██╔██╗ ██║██║   ██║██████╔╝██╔████╔██║███████║██║     ██║  ███╔╝ █████╗
 *    ██║╚██╗██║██║   ██║██╔══██╗██║╚██╔╝██║██╔══██║██║     ██║ ███╔╝  ██╔══╝
 *    ██║ ╚████║╚██████╔╝██║  ██║██║ ╚═╝ ██║██║  ██║███████╗██║███████╗███████╗
 *    ╚═╝  ╚═══╝ ╚═════╝ ╚═╝  ╚═╝╚═╝     ╚═╝╚═╝  ╚═╝╚══════╝╚═╝╚══════╝╚══════╝
 *
 * $$normalize
 */

html {
	box-sizing: border-box;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

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

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

template,
[hidden] {
	display: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	border-bottom: none;
}

b,
strong {
	font-weight: inherit;
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
	color: #000;
	background-color: #ff0;
}

small {
	font-size: .75em;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

button,
input,
select,
textarea {
	margin: 0;
	font: inherit;
}

optgroup {
	font-weight: bold;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}

legend {
	display: table;
	box-sizing: border-box;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

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

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=54)';
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

::-moz-selection {
	text-shadow: none;
	background: #fff0ab;
}

::selection {
	text-shadow: none;
	background: #fff0ab;
}


/***
 *     ██████╗ ███████╗███╗   ██╗███████╗██████╗  █████╗ ██╗
 *    ██╔════╝ ██╔════╝████╗  ██║██╔════╝██╔══██╗██╔══██╗██║
 *    ██║  ███╗█████╗  ██╔██╗ ██║█████╗  ██████╔╝███████║██║
 *    ██║   ██║██╔══╝  ██║╚██╗██║██╔══╝  ██╔══██╗██╔══██║██║
 *    ╚██████╔╝███████╗██║ ╚████║███████╗██║  ██║██║  ██║███████╗
 *     ╚═════╝ ╚══════╝╚═╝  ╚═══╝╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝╚══════╝
 *
 * $$general
 */

html {
	font-family: sans-serif;
	font-size: 18px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font: 100%/1.3333 'Lora', serif;
	color: #2e2e2e;
	background: #fff;
}

p,
h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta,
form,
table,
hr,
pre,
blockquote {
	margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta {
	font-weight: 400;
	line-height: 1.2;
}

h1,
.alpha {
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	text-transform: uppercase;
}

h2,
.beta {
	font-size: 1.6667em;
}

h3,
.gamma {
	font-size: 1.3333em;
}

h4,
.delta {
	font-size: 1.125em;
}

h5 {
	font-size: .8889em;
}

h6 {
	font-size: .75em;
}

ul,
ol,
dl,
menu {
	padding: 0;
	margin: 0 0 20px 40px;
}

a {
	color: #ddb608;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:active,
a:hover {
	text-decoration: underline;
	outline: 0;
}

strong,
b {
	font-weight: bold;
}

em,
i {
	font-style: italic;
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	display: block;
	height: 1px;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

small,
sub,
sup {
	font-size: 80%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

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

blockquote {
	padding: 20px;
	background: #fff0ab;
	border-left: 8px solid #fed519;
}

blockquote p {
	margin: 0;
}


/***
 *    ████████╗ ██████╗  ██████╗ ██╗     ███████╗
 *    ╚══██╔══╝██╔═══██╗██╔═══██╗██║     ██╔════╝
 *       ██║   ██║   ██║██║   ██║██║     ███████╗
 *       ██║   ██║   ██║██║   ██║██║     ╚════██║
 *       ██║   ╚██████╔╝╚██████╔╝███████╗███████║
 *       ╚═╝    ╚═════╝  ╚═════╝ ╚══════╝╚══════╝
 *
 * $$tools
 */

.hidden,
.tablet-view,
.mobile-view {
	display: none !important;
	visibility: hidden;
}

.desktop-view {
	display: block !important;
	visibility: visible;
}

.clearfix:after,
.container:after {
	content: '';
	display: block;
	clear: both;
}

.browserupgrade {
	padding: 5px 0;
	color: #000;
	text-align: center;
	background: #ccc;
}

[style*='background-image'] {
	background-position: center;
	background-size: cover;
}

.inlineblock-fix {
	font-size: 0;
}

.inlineblock-reset {
	font-size: 18px;
	font-size: 1rem;
}

:active {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:first-child {
	margin-top: 0;
}

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

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

.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.icon-feed {
	width: .787109375em;
}

.icon-linkedin {
	width: .857421875em;
}

.icon-pinterest {
	width: .7138671875em;
}

.icon-google-plus {
	width: 1.2861328125em;
}

.icon-twitter {
	width: .9287109375em;
}

.icon-facebook {
	width: .587890625em;
}


/***
 *    ███████╗ ██████╗ ██████╗ ███╗   ███╗███████╗
 *    ██╔════╝██╔═══██╗██╔══██╗████╗ ████║██╔════╝
 *    █████╗  ██║   ██║██████╔╝██╔████╔██║███████╗
 *    ██╔══╝  ██║   ██║██╔══██╗██║╚██╔╝██║╚════██║
 *    ██║     ╚██████╔╝██║  ██║██║ ╚═╝ ██║███████║
 *    ╚═╝      ╚═════╝ ╚═╝  ╚═╝╚═╝     ╚═╝╚══════╝
 *
 * $$forms
 */

legend {
	margin-left: -7px;
	white-space: normal;
}

label {
	display: block;
	margin: 0 0 4px;
}

input,
textarea,
select,
button {
	width: 100%;
	height: 56px;
	padding: 0 12px;
	font: inherit;
	font-family: 'Montserrat', sans-serif;
	color: inherit;
	background: #fff;
	border: 2px solid #ebebeb;
	border-radius: 0;
}

input,
textarea {
	-webkit-appearance: none;
}

select {
	padding: 0 0 0 5px;
}

textarea {
	height: 120px;
	padding: 12px;
	vertical-align: top;
	overflow: auto;
	resize: vertical;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
	overflow: visible;
	cursor: pointer;
	-webkit-appearance: button;
}

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

input[type='radio'],
input[type='checkbox'] {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 4px 0 0;
	border: none;
}

input[type='radio'] {
	-webkit-appearance: radio;
}

input[type='checkbox'] {
	-webkit-appearance: checkbox;
}

input[type='file'] {
	height: auto;
	height: 32px\9;
	background: none;
	background: #fff\9;
	border: none;
	border: 1px solid #ccc\9;
}

input[type='file']::-ms-value {
	background: #fff;
	border: none;
}

input[type='search'] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

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

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
	width: auto;
	height: auto;
	padding: .75em 2.8em;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	background: #313131;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}

.button {
	position: relative;
	z-index: 1;
	display: inline-block;
	text-align: center;
	background: none;
}

.button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	transition: box-shadow .15s ease-out, -webkit-transform .15s ease-out;
	transition: transform .15s ease-out, box-shadow .15s ease-out;
	transition: transform .15s ease-out, box-shadow .15s ease-out, -webkit-transform .15s ease-out;
	-webkit-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
	background: #fed519;
	box-shadow: 1em 0 0 rgba(254, 213, 25, .5);
}

button:hover,
html input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
	text-decoration: none;
	background: #010101;
}

.button:hover {
	text-decoration: none;
}

.button:hover:before {
	-webkit-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	box-shadow: .75em .25em 0 rgba(254, 213, 25, .5);
}

button:active,
html input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active,
.button:active {
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
}

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

form .list--unstyled li + li {
	margin-top: 15px;
}

.form-field--half {
	float: left;
	width: calc(50% - 7.5px);
}

.form-field--half + .form-field--half {
	margin-left: 15px;
}

.form-field--half + li:not(.form-field--half) {
	padding-top: 15px;
	margin-top: 0;
	clear: left;
}

.form-field--half:nth-child(2) {
	margin-top: 0;
}

form .list--unstyled li:last-child {
	text-align: center;
}


/***
 *    ███████╗████████╗██████╗ ██╗   ██╗ ██████╗████████╗██╗   ██╗██████╗ ███████╗
 *    ██╔════╝╚══██╔══╝██╔══██╗██║   ██║██╔════╝╚══██╔══╝██║   ██║██╔══██╗██╔════╝
 *    ███████╗   ██║   ██████╔╝██║   ██║██║        ██║   ██║   ██║██████╔╝█████╗
 *    ╚════██║   ██║   ██╔══██╗██║   ██║██║        ██║   ██║   ██║██╔══██╗██╔══╝
 *    ███████║   ██║   ██║  ██║╚██████╔╝╚██████╗   ██║   ╚██████╔╝██║  ██║███████╗
 *    ╚══════╝   ╚═╝   ╚═╝  ╚═╝ ╚═════╝  ╚═════╝   ╚═╝    ╚═════╝ ╚═╝  ╚═╝╚══════╝
 *
 * $$structure
 */

.container {
	max-width: 1200px;
	padding: 0 30px;
	margin: 0 auto;
}

.full-width {
	float: none;
	width: 100%;
	max-width: 54em;
	margin: 0 auto;
}

.form-list {
	max-width: 500px;
	margin: 0;
	list-style: none;
}

.form-list li {
	margin: 10px 0 0;
}

.form-list li:first-child {
	margin: 0;
}


/***
 *    ██╗  ██╗███████╗ █████╗ ██████╗ ███████╗██████╗
 *    ██║  ██║██╔════╝██╔══██╗██╔══██╗██╔════╝██╔══██╗
 *    ███████║█████╗  ███████║██║  ██║█████╗  ██████╔╝
 *    ██╔══██║██╔══╝  ██╔══██║██║  ██║██╔══╝  ██╔══██╗
 *    ██║  ██║███████╗██║  ██║██████╔╝███████╗██║  ██║
 *    ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝╚═════╝ ╚══════╝╚═╝  ╚═╝
 *
 * $$header
 */

header {
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 115px;
	padding: 8px 0;
	background: #fff;
	background: rgba(255, 255, 255, .92);
}

header .logo {
	float: left;
	width: 240px;
}


/***
 *    ███╗   ██╗ █████╗ ██╗   ██╗
 *    ████╗  ██║██╔══██╗██║   ██║
 *    ██╔██╗ ██║███████║██║   ██║
 *    ██║╚██╗██║██╔══██║╚██╗ ██╔╝
 *    ██║ ╚████║██║  ██║ ╚████╔╝
 *    ╚═╝  ╚═══╝╚═╝  ╚═╝  ╚═══╝
 *
 * $$nav
 */

nav {
	float: right;
	margin-top: 25px;
}

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

.rNav {
	zoom: 1;
}

.rNav:before,
.rNav:after {
	content: '';
	display: table;
}

.rNav:after {
	clear: both;
}

.rNav > li {
	float: left;
	position: relative;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
}

.rNav a {
	display: block;
	padding: 0 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: .7em;
	color: #2e2e2e;
	text-decoration: none;
	text-transform: uppercase;
}

.rNav a:hover,
.rNav li:hover > a {
	color: #b99000;
}

.rNav ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	display: none;
	width: 0;
	height: 0;
	visibility: hidden;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.rNav li:hover > ul {
	display: block;
	width: auto;
	height: auto;
	padding: 10px 0;
	visibility: visible;
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.rNav ul li {
	float: none;
	height: 40px;
	line-height: 40px;
}

.rNav ul ul {
	top: 0;
	left: 100%;
}

#rNav-trigger {
	display: none;
}


/***
 *    ██████╗  █████╗ ███╗   ██╗███╗   ██╗███████╗██████╗
 *    ██╔══██╗██╔══██╗████╗  ██║████╗  ██║██╔════╝██╔══██╗
 *    ██████╔╝███████║██╔██╗ ██║██╔██╗ ██║█████╗  ██████╔╝
 *    ██╔══██╗██╔══██║██║╚██╗██║██║╚██╗██║██╔══╝  ██╔══██╗
 *    ██████╔╝██║  ██║██║ ╚████║██║ ╚████║███████╗██║  ██║
 *    ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═══╝╚═╝  ╚═══╝╚══════╝╚═╝  ╚═╝
 *
 * $$banner
 */

.banner {
	height: 720px;
	background: #e6e6e6;
}

.interior-banner {
	height: 420px;
}

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

.banner ul,
.banner li,
.slide {
	height: 100%;
}

.slide {
	position: relative;
	padding-top: 160px;
}

.slide:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .2;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
	background: #000;
}

.slide .container {
	position: relative;
	z-index: 1;
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 60px;
	text-align: center;
}

.slide__content {
	display: table-cell;
	vertical-align: middle;
}

.slide h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.6667em;
	color: #fff;
	text-shadow: 0 3px 5px rgba(0, 0, 0, .35);
}

.flex-direction-nav a {
	margin-top: 55px;
}

.flex-direction-nav a:before {
	color: #fff;
	text-shadow: 0 3px 5px rgba(0, 0, 0, .35);
}


/***
 *    ███████╗███████╗██████╗ ██╗   ██╗██╗ ██████╗███████╗███████╗
 *    ██╔════╝██╔════╝██╔══██╗██║   ██║██║██╔════╝██╔════╝██╔════╝
 *    ███████╗█████╗  ██████╔╝██║   ██║██║██║     █████╗  ███████╗
 *    ╚════██║██╔══╝  ██╔══██╗╚██╗ ██╔╝██║██║     ██╔══╝  ╚════██║
 *    ███████║███████╗██║  ██║ ╚████╔╝ ██║╚██████╗███████╗███████║
 *    ╚══════╝╚══════╝╚═╝  ╚═╝  ╚═══╝  ╚═╝ ╚═════╝╚══════╝╚══════╝
 *
 * $$services
 */

.service {
	float: left;
	position: relative;
	width: 25%;
	height: 400px;
}

.service:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #260000;
	background: rgba(38, 0, 0, .42);
}

.service a {
	position: relative;
	z-index: 1;
	display: table;
	width: 100%;
	height: 100%;
	padding: 15px;
	text-align: center;
	transition: background .15s ease-out;
}

.service a:hover {
	text-decoration: none;
	background: #260000;
	background: rgba(38, 0, 0, .3);
}

.service:first-child a {
	text-align: right;
}

.service:last-child a {
	text-align: left;
}

.service__inner {
	display: table-cell;
	vertical-align: middle;
}

.service h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.6667em;
	color: #fff;
	text-transform: uppercase;
}


/***
 *    ███╗   ███╗ █████╗ ██╗███╗   ██╗
 *    ████╗ ████║██╔══██╗██║████╗  ██║
 *    ██╔████╔██║███████║██║██╔██╗ ██║
 *    ██║╚██╔╝██║██╔══██║██║██║╚██╗██║
 *    ██║ ╚═╝ ██║██║  ██║██║██║ ╚████║
 *    ╚═╝     ╚═╝╚═╝  ╚═╝╚═╝╚═╝  ╚═══╝
 *
 * $$main
 */

main {
	padding: 80px 0;
}

.home main {
	padding: 120px 0;
}

article,
aside {
	float: left;
	width: 70%;
	width: calc(100% - 330px);
}

.home article {
	text-align: center;
}

.home .full-width {
	max-width: 37em;
}

.home h1 {
	font-size: 2.6667em;
}

.get-started .full-width {
	position: relative;
	z-index: 10;
	padding: 80px;
	margin: -40px auto;
	background: #fff;
	box-shadow: 8px 0 8px -8px rgba(0, 0, 0, .3), -8px 0 8px -8px rgba(0, 0, 0, .3), 0 5px 5px -5px rgba(0, 0, 0, .3), 0 15px 15px -15px rgba(0, 0, 0, .6), 0 20px 20px -20px #000;
}

.get-started h2,
.get-started p {
	text-align: center;
}

.get-started h2 {
	margin-bottom: 5px;
	font-size: 2em;
	font-style: italic;
}

.get-started p {
	text-transform: uppercase;
}

.get-started input[type='submit'] {
	font-size: 1.6667em;
}

.meet-tom {
	position: relative;
	padding: 120px 0 80px;
}

.meet-tom:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .78;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=78)';
	background: #fed519;
}

.meet-tom .container {
	position: relative;
	z-index: 1;
}

.meet-tom .inlineblock-reset {
	display: inline-block;
	vertical-align: middle;
}

.meet__img {
	width: 280px;
	height: 280px;
	padding: 18px;
	border: 2px solid #111;
	border-radius: 50%;
}

.meet__img img {
	border-radius: 50%;
}

.meet__content {
	width: calc(100% - 280px);
	padding-left: 30px;
}

.meet__content h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	color: #fff;
	text-transform: uppercase;
}

.meet__content p {
	font-style: italic;
	color: #000;
}

.logo-list {
	padding: 60px 0;
	text-align: center;
}

.logo-list li {
	display: inline-block;
	vertical-align: middle;
}

.logo-list li + li {
	margin-left: 10%;
}


/***
 *    ███████╗██╗██████╗ ███████╗██████╗  █████╗ ██████╗
 *    ██╔════╝██║██╔══██╗██╔════╝██╔══██╗██╔══██╗██╔══██╗
 *    ███████╗██║██║  ██║█████╗  ██████╔╝███████║██████╔╝
 *    ╚════██║██║██║  ██║██╔══╝  ██╔══██╗██╔══██║██╔══██╗
 *    ███████║██║██████╔╝███████╗██████╔╝██║  ██║██║  ██║
 *    ╚══════╝╚═╝╚═════╝ ╚══════╝╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝
 *
 * $$sidebar
 */

aside {
	width: 30%;
	width: calc(100% - (100% - 330px));
	padding: 0 0 0 30px;
}

.sidebar {
	margin-bottom: 30px;
}

.sidebar--dynamic {
	padding-left: 20px;
	border-left: 8px solid #b99000;
}

.sidebar--dynamic ul {
	margin-left: 0;
	list-style: none;
}

.sidebar--dynamic > ul > li {
	margin: 0 0 30px;
}

.sidebar--dynamic ul ul li {
	margin: 0 0 20px;
	line-height: 1.2;
}

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


/***
 *    ███████╗ ██████╗  ██████╗ ████████╗███████╗██████╗
 *    ██╔════╝██╔═══██╗██╔═══██╗╚══██╔══╝██╔════╝██╔══██╗
 *    █████╗  ██║   ██║██║   ██║   ██║   █████╗  ██████╔╝
 *    ██╔══╝  ██║   ██║██║   ██║   ██║   ██╔══╝  ██╔══██╗
 *    ██║     ╚██████╔╝╚██████╔╝   ██║   ███████╗██║  ██║
 *    ╚═╝      ╚═════╝  ╚═════╝    ╚═╝   ╚══════╝╚═╝  ╚═╝
 *
 * $$footer
 */

footer {
	padding: 80px 0;
	font-family: 'Montserrat', sans-serif;
	color: #9e9e9e;
	background: #111;
}

footer a {
	color: inherit;
}

.footer-left,
.footer-left > * {
	float: left;
}

.footer-left > * + * {
	margin-left: 50px;
}

.footer-left address {
	font-style: normal;
}

.bbb-logo {
	margin-left: 80px;
}

.social-media {
	float: right;
}

.social-media li {
	float: left;
}

.social-media li + li {
	margin-left: 15px;
}

.social-media a {
	display: block;
	width: 42px;
	height: 42px;
	font-size: 24px;
	line-height: 50px;
	color: #111;
	text-align: center;
	background: #fff;
	border-radius: 50%;
}

.social-media a:hover {
	background: #fed519;
}

.copyright {
	padding: 10px 0;
	margin: 0;
	font-size: 0;
	color: #fff;
	text-align: center;
	list-style: none;
	background: #333;
}

.copyright li {
	display: inline-block;
	padding: 0 6px;
	font-size: 11.25px;
	font-size: .625rem;
	line-height: 1;
	border-left: 1px solid #fff;
}

.copyright li:first-child {
	border: none;
}

.copyright a {
	color: #fff;
}


/***
 *    ██╗    ██╗██████╗  ██████╗███████╗███████╗
 *    ██║    ██║██╔══██╗██╔════╝██╔════╝╚════██║
 *    ██║ █╗ ██║██████╔╝██║     █████╗      ██╔╝
 *    ██║███╗██║██╔═══╝ ██║     ██╔══╝     ██╔╝ 
 *    ╚███╔███╔╝██║     ╚██████╗██║        ██║  
 *     ╚══╝╚══╝ ╚═╝      ╚═════╝╚═╝        ╚═╝  
 *
 * $$wpcf7
 */

.wpcf7-form.sent * {
	display: none;
}

.wpcf7-response-output {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 80%;
	line-height: 1.2;
}

.wpcf7-mail-sent-ok {
	padding: 4px 6px !important;
	color: #318a1c;
	background: #d2f7ad;
	border: 1px solid #aedb2e !important;
}

.wpcf7-validation-errors {
	color: #f00;
	border: none !important;
}

.wpcf7-not-valid-tip {
	padding: 0 !important;
	width: auto !important;
	font-size: 80% !important;
	background: none !important;
	border: none !important;
	top: 0 !important;
	left: auto !important;
}

.wpcf7-captchac {
	vertical-align: text-bottom;
	display: inline-block;
}

span.wpcf7-form-control-wrap {
	width: 100%;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
	background: #f6c1c1;
	border: 1px solid #f00;
}

div.wpcf7 img.ajax-loader {
	position: absolute;
	display: inline-block;
}

span.wpcf7-list-item {
	margin: 0 !important;
}


/***
 *         ██╗███████╗████████╗██████╗  █████╗  ██████╗██╗  ██╗
 *         ██║██╔════╝╚══██╔══╝██╔══██╗██╔══██╗██╔════╝██║ ██╔╝
 *         ██║█████╗     ██║   ██████╔╝███████║██║     █████╔╝ 
 *    ██   ██║██╔══╝     ██║   ██╔═══╝ ██╔══██║██║     ██╔═██╗ 
 *    ╚█████╔╝███████╗   ██║   ██║     ██║  ██║╚██████╗██║  ██╗
 *     ╚════╝ ╚══════╝   ╚═╝   ╚═╝     ╚═╝  ╚═╝ ╚═════╝╚═╝  ╚═╝
 *
 * $$jetpack
 */

.jetpack_subscription_widget form,
.jetpack_subscription_widget label[for='subscribe-field'] {
	margin: 0;
}

.jetpack_subscription_widget label[for='email'],
#subscribe-text {
	display: none;
}

#subscribe-email {
	margin: 0 0 10px;
}

#subscribe-submit {
	margin: 0;
}

#subscribe-email input {
	width: 100% !important;
}

div.success p {
	margin: 0 0 10px;
	font-size: 1rem;
	line-height: 1.2;
}

div.sharedaddy div.sd-block {
	margin: 0 0 15px !important;
	padding: 0 !important;
	border: none !important;
}

div.sharedaddy .sd-content {
	margin: 0 !important;
	width: 100% !important;
}

.widget_rss_links p {
	margin: 0;
	text-align: center;
}

.widget_rss_links img {
	margin-right: 5px;
	vertical-align: middle;
	display: inline;
}

#wpstats,
.home div.sharedaddy,
.archive div.sharedaddy,
.search div.sharedaddy {
	display: none;
}

.comment-subscription-form {
	margin: 0;
}

.embed-youtube,
.embed-vimeo {
	padding-bottom: 56.25%;
	max-width: 100%;
	height: 0;
	overflow: hidden;
	position: relative;
}

.embed-youtube iframe,
.embed-vimeo iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/***
 *     ██████╗ ███╗   ███╗███████╗██████╗ ██╗ █████╗
 *    ██╔═══██╗████╗ ████║██╔════╝██╔══██╗██║██╔══██╗
 *    ██║██╗██║██╔████╔██║█████╗  ██║  ██║██║███████║
 *    ██║██║██║██║╚██╔╝██║██╔══╝  ██║  ██║██║██╔══██║
 *    ╚█║████╔╝██║ ╚═╝ ██║███████╗██████╔╝██║██║  ██║
 *     ╚╝╚═══╝ ╚═╝     ╚═╝╚══════╝╚═════╝ ╚═╝╚═╝  ╚═╝
 *
 * $$media
 */

@media screen and (max-width: 1400px) {
	.service h3 {
		font-size: 2em;
	}
}

@media screen and (max-width: 1120px) {
	.service h3 {
		font-size: 1.6667em;
	}
	.service:first-child a,
	.service:last-child a {
		text-align: center;
	}
}

@media screen and (max-width: 1023px) {
	.container {
		padding: 0 20px;
	}
	main {
		padding: 70px 0;
	}
	.home main {
		padding: 100px 0;
	}
	.get-started .full-width {
		margin: -35px auto;
	}
	.get-started .full-width {
		padding: 70px;
	}
	.meet-tom {
		padding: 105px 0 70px;
	}
	.logo-list {
		padding: 50px 0;
	}
	aside {
		padding-left: 20px;
	}
	footer {
		padding: 70px 0;
	}
}

@media screen and (max-width: 940px) {
	.service h3 {
		font-size: 1.3333em;
	}
	footer {
		text-align: center;
	}
	footer .container {
		display: table;
		width: 100%;
	}
	.social-media {
		float: none;
		display: table-header-group;
	}
	.social-media li {
		float: none;
		display: inline-block;
	}
	.social-media li + li {
		margin-left: 10px;
	}
	.footer-left {
		margin-top: 20px;
	}
	.footer-left,
	.footer-left * {
		float: none;
	}
	.footer-left > * + * {
		margin: 15px 0 0;
	}
}

@media screen and (max-width: 840px) {
	header {
		top: 24px;
		height: 86px;
	}
	header .container,
	header .logo {
		height: 100%;
	}
	header .logo {
		width: auto;
	}
	nav {
		margin-top: 10px;
	}
	#rNav-wrap,
	#rNav-trigger {
		text-align: center;
	}
	#rNav-trigger {
		display: block;
		height: 50px;
		line-height: 50px;
		cursor: pointer;
	}
	#rNav-trigger div {
		display: inline-block;
		vertical-align: middle;
	}
	#rNav-trigger span {
		display: block;
		width: 40px;
		height: 4px;
		background: #333;
		border-radius: 4px;
	}
	#rNav-trigger span:first-child + span {
		margin: 5px 0;
	}
	.rNav {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 9999;
		display: none;
		width: 100%;
		background: #fff;
		background: rgba(255, 255, 255, .92);
	}
	.rNav > li {
		float: none;
		height: 40px;
		line-height: 40px;
	}
	.rNav a {
		height: auto;
		padding: 0 10px;
	}
	.rNav li.rNav-back a:before {
		content: '\25C0';
		padding: 0 10px 0 0;
	}
	.rNav li.rNav-back a:before,
	a.rNav-parent:after {
		font-family: 'Lucida Sans Unicode', 'Arial Unicode MS';
	}
	a.rNav-parent:after {
		content: '\25B6';
		padding: 0 0 0 10px;
	}
	.rNav-trans {
		position: absolute;
		display: block;
		overflow: hidden;
	}
	.rNav-trans li,
	.rNav-trans li a {
		white-space: nowrap;
		overflow: hidden;
	}
	.banner {
		height: 500px;
	}
	.slide {
		padding-top: 110px;
	}
	.flex-direction-nav a {
		margin-top: 30px;
	}
}

@media screen and (max-width: 767px) {
	blockquote {
		padding: 15px;
	}
	.container {
		padding: 0 10px;
	}
	.service {
		width: 50%;
	}
	main {
		padding: 50px 0;
	}
	.home main {
		padding: 60px 0;
	}
	.get-started .full-width {
		margin: -25px auto;
	}
	.get-started .full-width {
		padding: 50px;
	}
	.meet-tom {
		padding: 75px 0 50px;
	}
	.logo-list {
		padding: 30px 0;
	}
	article,
	aside {
		float: none;
		a width: 100%;
	}
	.meet-tom .inlineblock-reset {
		display: block;
	}
	.meet__img {
		margin: 0 auto 20px;
	}
	.meet__content {
		width: 100%;
		max-width: 37em;
		padding-left: 0;
		margin: 0 auto;
	}
	aside {
		padding: 0;
		margin-top: 20px;
	}
	.sidebar {
		padding: 15px;
	}
	footer {
		padding: 50px 0;
	}
}

@media screen and (max-width: 567px) {
	html {
		font-size: 1rem;
	}
	button,
	html input[type='button'],
	input[type='reset'],
	input[type='submit'],
	.button {
		padding: .75em 1.75em;
	}
	header {
		position: relative;
		top: 0;
	}
	.banner,
	.interior-banner {
		height: 285px;
	}
	.slide {
		padding-top: 0;
	}
	.slide .container {
		padding: 0 15px;
	}
	.slide h3 {
		font-size: 2em;
	}
	.flex-direction-nav {
		display: none;
	}
	.service {
		float: none;
		width: 100%;
		height: 250px;
	}
	main {
		padding: 30px 0;
	}
	.home main {
		padding: 40px 0;
	}
	.get-started .full-width {
		margin: -15px auto;
	}
	.get-started .full-width {
		padding: 30px;
	}
	.meet-tom {
		padding: 45px 0 30px;
	}
	.logo-list {
		padding: 20px 0;
	}
	.home h1 {
		font-size: 2em;
	}
	.get-started .full-width {
		padding: 20px 0;
		margin: 0;
		box-shadow: none;
	}
	.logo-list {
		display: none;
	}
	footer {
		padding: 30px 0;
	}
	.bbb-logo {
		margin: 20px 0 0 0;
	}
	.copyright li {
		display: block;
		padding: 0;
		line-height: 1;
		border: none;
	}
}

@media print {
	@page {
		margin: .5cm !important;
	}
	*,
	*:before,
	*:after {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	body {
		padding: .75cm !important;
		font: 10pt/1.2 Arial, Helvetica, sans-serif !important;
	}
	article,
	.container {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	nav,
	aside,
	footer {
		display: none;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	a[href^='#']:after,
	a[href^='javascript:']:after {
		content: '';
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: 18pt !important;
		font-weight: bold !important;
	}
	h2 {
		font-size: 16pt !important;
	}
	h3 {
		font-size: 14pt !important;
	}
	h4 {
		font-size: 12pt !important;
	}
	h5,
	h6 {
		font-size: 10pt !important;
	}
	code {
		font: 10pt Courier, monospace;
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
