/*!
Theme Name: Lightmark Media
Theme URI: http://underscores.me/
Author: Lightmark Media
Author URI: https://lightmarkmedia.com
Description: Custom theme developed by Lightmark Media
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lightmarkmedia
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Lightmark Media is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, 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-color: transparent; }

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

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

h1 { font-size: 2em; margin: 0.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: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

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

figure { margin: 1em 40px; }

hr { -webkit-box-sizing: content-box; -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"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; 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-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

/*-- Mixin --*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 16px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }

body { background: #fff; /* Fallback for when there is no custom background color defined. */ }

body, button, input, select, textarea { color: #444; font-family: "Open Sans", sans-serif; font-size: 16px; font-size: 1rem; line-height: 1.5; }

h1, h2, h3, h4, h5, h6 { clear: both; color: #139659; font-family: "Roboto Condensed", sans-serif; font-weight: 400; margin: 32px 0 24px; }

h1 + .subheading, h2 + .subheading, h3 + .subheading, h4 + .subheading, h5 + .subheading, h6 + .subheading { margin: -1em auto 2em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; }

h1 a:hover, h1 a:active, h1 a:focus, h2 a:hover, h2 a:active, h2 a:focus, h3 a:hover, h3 a:active, h3 a:focus, h4 a:hover, h4 a:active, h4 a:focus, h5 a:hover, h5 a:active, h5 a:focus, h6 a:hover, h6 a:active, h6 a:focus { color: inherit; text-decoration: underline; }

p { margin-bottom: 1.5em; }

h1 { font-size: 48px; font-size: 3rem; line-height: 1.1; }

h2 { font-size: 48px; font-size: 3rem; line-height: 1.1; }

h3 { font-size: 36px; font-size: 2.25rem; line-height: 1.2; }

h4 { font-size: 24px; font-size: 1.5rem; line-height: 1.4; }

h5 { font-size: 18px; font-size: 1.125rem; line-height: 1.5; }

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

blockquote { margin: 0; font-style: italic; padding: 0 1.5em; }

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

q { quotes: "" ""; }

address { margin: 0 0 1.5em; font-style: normal; }

pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }

code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; }

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

mark, ins { background: #fff9c0; text-decoration: none; }

big { font-size: 125%; }

small { font-size: 75%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
hr { background-color: #139659; border: 0; height: 5px; margin: 0; }

ul, ol { margin: 0 0 1.5em 0; }

ul { list-style: disc; }

ol { list-style: decimal; }

li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; }

li { margin: 0 0 0.5em; }

dt { font-weight: bold; }

dd { margin: 0 1.5em 1.5em; }

img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ }

table { margin: 0 0 1.5em; width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
label { display: block; }

button, input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-transition: background 0.2s linear; -o-transition: background 0.2s linear; -moz-transition: background 0.2s linear; transition: background 0.2s linear; font-size: 18px; font-size: 1.125rem; border: none; background: #e97707; color: #fff; font-weight: 700; margin: 1.5em 0; max-width: 350px; padding: 0.75em 2em; width: 100%; }

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { background: #f99d43; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-transition: outline 0.2s ease-out; -o-transition: outline 0.2s ease-out; -moz-transition: outline 0.2s ease-out; transition: outline 0.2s ease-out; color: #444; border: 1px solid #444; outline: 2px solid transparent; padding: 3px; margin: 0.25em 0 0.5em; width: 100%; max-width: 350px; }

input[type="text"] ::-webkit-input-placeholder, input[type="email"] ::-webkit-input-placeholder, input[type="url"] ::-webkit-input-placeholder, input[type="password"] ::-webkit-input-placeholder, input[type="search"] ::-webkit-input-placeholder, input[type="number"] ::-webkit-input-placeholder, input[type="tel"] ::-webkit-input-placeholder, input[type="range"] ::-webkit-input-placeholder, input[type="date"] ::-webkit-input-placeholder, input[type="month"] ::-webkit-input-placeholder, input[type="week"] ::-webkit-input-placeholder, input[type="time"] ::-webkit-input-placeholder, input[type="datetime"] ::-webkit-input-placeholder, input[type="datetime-local"] ::-webkit-input-placeholder, input[type="color"] ::-webkit-input-placeholder, textarea ::-webkit-input-placeholder { color: #6a6a6a; }

input[type="text"] :-moz-placeholder, input[type="email"] :-moz-placeholder, input[type="url"] :-moz-placeholder, input[type="password"] :-moz-placeholder, input[type="search"] :-moz-placeholder, input[type="number"] :-moz-placeholder, input[type="tel"] :-moz-placeholder, input[type="range"] :-moz-placeholder, input[type="date"] :-moz-placeholder, input[type="month"] :-moz-placeholder, input[type="week"] :-moz-placeholder, input[type="time"] :-moz-placeholder, input[type="datetime"] :-moz-placeholder, input[type="datetime-local"] :-moz-placeholder, input[type="color"] :-moz-placeholder, textarea :-moz-placeholder { color: #6a6a6a; }

input[type="text"] ::-moz-placeholder, input[type="email"] ::-moz-placeholder, input[type="url"] ::-moz-placeholder, input[type="password"] ::-moz-placeholder, input[type="search"] ::-moz-placeholder, input[type="number"] ::-moz-placeholder, input[type="tel"] ::-moz-placeholder, input[type="range"] ::-moz-placeholder, input[type="date"] ::-moz-placeholder, input[type="month"] ::-moz-placeholder, input[type="week"] ::-moz-placeholder, input[type="time"] ::-moz-placeholder, input[type="datetime"] ::-moz-placeholder, input[type="datetime-local"] ::-moz-placeholder, input[type="color"] ::-moz-placeholder, textarea ::-moz-placeholder { color: #6a6a6a; }

input[type="text"] :-ms-input-placeholder, input[type="email"] :-ms-input-placeholder, input[type="url"] :-ms-input-placeholder, input[type="password"] :-ms-input-placeholder, input[type="search"] :-ms-input-placeholder, input[type="number"] :-ms-input-placeholder, input[type="tel"] :-ms-input-placeholder, input[type="range"] :-ms-input-placeholder, input[type="date"] :-ms-input-placeholder, input[type="month"] :-ms-input-placeholder, input[type="week"] :-ms-input-placeholder, input[type="time"] :-ms-input-placeholder, input[type="datetime"] :-ms-input-placeholder, input[type="datetime-local"] :-ms-input-placeholder, input[type="color"] :-ms-input-placeholder, textarea :-ms-input-placeholder { color: #6a6a6a; }

input[type="text"] ::-ms-input-placeholder, input[type="email"] ::-ms-input-placeholder, input[type="url"] ::-ms-input-placeholder, input[type="password"] ::-ms-input-placeholder, input[type="search"] ::-ms-input-placeholder, input[type="number"] ::-ms-input-placeholder, input[type="tel"] ::-ms-input-placeholder, input[type="range"] ::-ms-input-placeholder, input[type="date"] ::-ms-input-placeholder, input[type="month"] ::-ms-input-placeholder, input[type="week"] ::-ms-input-placeholder, input[type="time"] ::-ms-input-placeholder, input[type="datetime"] ::-ms-input-placeholder, input[type="datetime-local"] ::-ms-input-placeholder, input[type="color"] ::-ms-input-placeholder, textarea ::-ms-input-placeholder { color: #6a6a6a; }

input[type="text"] ::placeholder, input[type="email"] ::placeholder, input[type="url"] ::placeholder, input[type="password"] ::placeholder, input[type="search"] ::placeholder, input[type="number"] ::placeholder, input[type="tel"] ::placeholder, input[type="range"] ::placeholder, input[type="date"] ::placeholder, input[type="month"] ::placeholder, input[type="week"] ::placeholder, input[type="time"] ::placeholder, input[type="datetime"] ::placeholder, input[type="datetime-local"] ::placeholder, input[type="color"] ::placeholder, textarea ::placeholder { color: #6a6a6a; }

input[type="text"]:hover, input[type="text"]:active, input[type="text"]:focus, input[type="email"]:hover, input[type="email"]:active, input[type="email"]:focus, input[type="url"]:hover, input[type="url"]:active, input[type="url"]:focus, input[type="password"]:hover, input[type="password"]:active, input[type="password"]:focus, input[type="search"]:hover, input[type="search"]:active, input[type="search"]:focus, input[type="number"]:hover, input[type="number"]:active, input[type="number"]:focus, input[type="tel"]:hover, input[type="tel"]:active, input[type="tel"]:focus, input[type="range"]:hover, input[type="range"]:active, input[type="range"]:focus, input[type="date"]:hover, input[type="date"]:active, input[type="date"]:focus, input[type="month"]:hover, input[type="month"]:active, input[type="month"]:focus, input[type="week"]:hover, input[type="week"]:active, input[type="week"]:focus, input[type="time"]:hover, input[type="time"]:active, input[type="time"]:focus, input[type="datetime"]:hover, input[type="datetime"]:active, input[type="datetime"]:focus, input[type="datetime-local"]:hover, input[type="datetime-local"]:active, input[type="datetime-local"]:focus, input[type="color"]:hover, input[type="color"]:active, input[type="color"]:focus, textarea:hover, textarea:active, textarea:focus { color: #444; outline: 2px solid #f99d43; }

select { border: 1px solid #444; }

textarea { width: 100%; }

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a { color: #e97707; font-weight: 700; text-decoration: underline; -webkit-transition: color 0.2s ease; -o-transition: color 0.2s ease; -moz-transition: color 0.2s ease; transition: color 0.2s ease; }

a img { opacity: 1; -webkit-transition: opacity 0.2s ease; -o-transition: opacity 0.2s ease; -moz-transition: opacity 0.2s ease; transition: opacity 0.2s ease; }

a:hover, a:focus, a:active { color: #f99d43; }

a:hover img, a:focus img, a:active img { opacity: 0.8; }

a:focus { outline: thin dotted; }

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

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.lg-container, .md-container, .sm-container { max-width: 92%; margin: 0 auto; }

.lg-container { width: 1170px; }

.md-container { width: 960px; }

.sm-container { width: 768px; }

.row { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.column { display: inline-block; margin: 1.5em 0; }

.full-width { width: 100vw; max-width: 1170px; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }

.full-width > div { margin-left: auto; margin-right: auto; }

.col-two { width: 50%; }

.col-three, .col-one-third { width: 33.3333333333%; }

.col-two-third { width: 66.6666666667%; }

.col-three-fourth { width: 75%; }

.col-four, .col-one-fourth { width: 25%; }

.col-five { width: 20%; }

.col-six { width: 16.6666666667%; }

.gutter { padding: 0 3%; }

.gutter-half { padding: 0 1.5%; }

/*--------------------------------------------------------------
# Plugin Dependent
--------------------------------------------------------------*/
.nf-form-fields-required { display: none; }

.label-above .nf-field-label { margin-bottom: 0px; }

.nf-field-container { margin-bottom: 10px; }

.field-wrap input[type="button"] { width: 100%; margin-top: 0px; }

.field-wrap.submit-wrap { text-align: center; }

/*--------------------------------------------------------------
# Post / Comment Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; }

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus { outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft { display: inline; float: left; margin-right: 1.5em; }

.alignright { display: inline; float: right; margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .icon-with-text:before, .clear:after, .icon-with-text:after, .lg-container:before, .lg-container:after, .md-container:before, .md-container:after, .sm-container:before, .sm-container:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; }

.clear:after, .icon-with-text:after, .lg-container:after, .md-container:after, .sm-container:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget { margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select { max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky { display: block; }

.hentry { margin: 0 0 1.5em; }

.byline, .updated:not(.published) { display: none; }

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

.page-content, .entry-summary { margin: 1.5em 0 0; }

.page-links { clear: both; margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a { word-wrap: break-word; }

.bypostauthor { display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer { display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object { max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption { margin-bottom: 1.5em; max-width: 100%; }

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

.wp-caption .wp-caption-text { margin: 0.8075em 0; }

.wp-caption-text { text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery { margin-bottom: 1.5em; }

.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }

.gallery-columns-2 .gallery-item { max-width: 50%; }

.gallery-columns-3 .gallery-item { max-width: 33.33%; }

.gallery-columns-4 .gallery-item { max-width: 25%; }

.gallery-columns-5 .gallery-item { max-width: 20%; }

.gallery-columns-6 .gallery-item { max-width: 16.66%; }

.gallery-columns-7 .gallery-item { max-width: 14.28%; }

.gallery-columns-8 .gallery-item { max-width: 12.5%; }

.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption { display: block; }

/** Owl Carousel v2.3.4 Copyright 2013-2018 David Deutsch Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */
/* Owl Carousel - Core */
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; }

.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; touch-action: manipulation; -moz-backface-visibility: hidden; /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper, .owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }

.owl-carousel .owl-item img { display: block; width: 100%; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot { cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot { background: none; color: inherit; border: none; padding: 0 !important; font: inherit; }

.owl-carousel.owl-loaded { display: block; }

.owl-carousel.owl-loading { opacity: 0; display: block; }

.owl-carousel.owl-hidden { opacity: 0; }

.owl-carousel.owl-refresh .owl-item { visibility: hidden; }

.owl-carousel.owl-drag .owl-item { -ms-touch-action: pan-y; touch-action: pan-y; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel.owl-grab { cursor: move; cursor: -webkit-grab; cursor: -moz-grab; cursor: grab; }

.owl-carousel.owl-rtl { direction: rtl; }

.owl-carousel.owl-rtl .owl-item { float: right; }

/* No Js */
.no-js .owl-carousel { display: block; }

/* Owl Carousel - Animate Plugin */
.owl-carousel .animated { -webkit-animation-duration: 1000ms; -moz-animation-duration: 1000ms; -o-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; }

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut { -webkit-animation-name: fadeOut; -moz-animation-name: fadeOut; -o-animation-name: fadeOut; animation-name: fadeOut; }

@-webkit-keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

@-moz-keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

@-o-keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

@keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

/* Owl Carousel - Auto Height Plugin */
.owl-height { -webkit-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }

/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item { /** This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong calculation of the height of the owl-item that breaks page layouts */ }

.owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) { max-height: 0; }

.owl-carousel .owl-item img.owl-lazy { -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; }

/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }

.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; -webkit-transition: -webkit-transform 100ms ease; transition: -webkit-transform 100ms ease; -o-transition: -o-transform 100ms ease; -moz-transition: transform 100ms ease, -moz-transform 100ms ease; transition: transform 100ms ease; transition: transform 100ms ease, -webkit-transform 100ms ease, -moz-transform 100ms ease, -o-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); -webkit-transform: scale(1.3, 1.3); -moz-transform: scale(1.3, 1.3); -o-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; }

.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; -webkit-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; }

/* Default theme - Owl Carousel CSS File */
.owl-theme .owl-nav { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] { color: #FFF; font-size: 14px; margin: 5px; padding: 4px 7px; background: #D6D6D6; display: inline-block; cursor: pointer; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover { background: #fff; color: #FFF; text-decoration: none; }

.owl-theme .owl-nav .disabled { opacity: 0.5; cursor: default; }

/* .owl-theme .owl-nav.disabled + .owl-dots { margin-top: 10px; } */
.owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; width: auto; margin: 0; }

.owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 7px; background: rgba(255, 255, 255, 0.3); border: none; display: block; -webkit-backface-visibility: visible; -webkit-transition: opacity 200ms ease; -o-transition: opacity 200ms ease; -moz-transition: opacity 200ms ease; transition: opacity 200ms ease; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #869791; }

/* Custom Owl Carousel CSS */
.owl-theme .owl-dots .owl-dot span { width: 13px; height: 13px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background-color: #e97707; }

.site-header { border-bottom: 5px solid #1f5c3f; }

.site-header .mobile-only { display: none; }

.bbb { padding: 0.25em 0; }

.bbb a { color: #444; font-weight: 400; text-decoration: none; }

.bbb a:hover, .bbb a:active, .bbb a:focus { color: #f99d43; text-decoration: underline; }

.no-bbb { margin-bottom: 1.5em; }

.site-branding { float: left; padding-bottom: 0.75em; }

.site-title { margin: 0; line-height: 0.8; font-size: 16px; font-size: 1rem; }

.header-contact { float: right; padding-top: 2em; padding-bottom: 0.75em; }

.phone.large-only { display: inline-block; text-align: center; margin-left: 1.5em; }

.phone.large-only a { font-size: 24px; font-size: 1.5rem; color: #444; line-height: 1.2; text-decoration: none; }

.phone.large-only a:hover, .phone.large-only a:active, .phone.large-only a:focus { color: #f99d43; text-decoration: underline; }

.cta-button { display: inline-block; vertical-align: top; text-align: center; margin-top: 4px; margin-left: 1.5em; }

/*
==== Global Content
*/
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }

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

a.button-1, .button-1, a.button-2, .button-2 { -webkit-transition: background 0.2s linear; -o-transition: background 0.2s linear; -moz-transition: background 0.2s linear; transition: background 0.2s linear; display: inline-block; font-size: 18px; font-size: 1.125rem; font-weight: 700; min-width: 230px; text-align: center; text-decoration: none; padding: 0.5em 1.5em; }

a.button-1, .button-1 { background: #e97707; color: #fff; }

a.button-1:hover, a.button-1:active, a.button-1:focus, .button-1:hover, .button-1:active, .button-1:focus { background: #f99d43; }

a.button-2, .button-2 { background: #e97707; color: #fff; }

a.button-2:hover, a.button-2:active, a.button-2:focus, .button-2:hover, .button-2:active, .button-2:focus { background: #f99d43; }

.external-link { text-decoration: none; font-weight: 400; color: #444; }

.text-center { text-align: center; }

.text-nowrap { white-space: nowrap; }

.section-title { margin: 0 0 0.75em; }

.form { background-color: #fff; border: 1px solid #b7b7b7; padding: 0 1.5em 1.5em; }

.form h2 { text-align: center; }

.form .intro { max-width: 90%; text-align: center; margin: 0 auto 1.5em; }

.form .badge { text-align: center; }

.card { background: #fff; border: 1px solid #b7b7b7; -webkit-box-shadow: 4px 7px 15px rgba(51, 51, 51, 0.25); -moz-box-shadow: 4px 7px 15px rgba(51, 51, 51, 0.25); box-shadow: 4px 7px 15px rgba(51, 51, 51, 0.25); display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; margin: 0 0 1.5em; }

.card .tab { background-color: #e1e1e1; width: 37px; min-height: 100%; }

.card .step { width: 56px; min-height: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.card .step img { margin: auto 0 auto -28px; }

.card .text { width: -webkit-calc(100% - 38px); width: -moz-calc(100% - 38px); width: calc(100% - 38px); padding: 1.5em; }

.card h4 { margin: 0; }

.card h4 a { font-weight: 400; color: #e97707; }

.card p { margin: 0.5em 0 0; }

.phone-cta { font-family: "Roboto Condensed", sans-serif; font-size: 24px; font-size: 1.5rem; line-height: 1.3; margin: 0.75em 0; }

.phone-cta .link { color: #e97707; }

.phone-cta a { text-decoration: none; }

.phone-cta a:hover, .phone-cta a:active, .phone-cta a:focus { text-decoration: underline; }

.icon-with-text .icon { width: 60px; float: left; margin-bottom: 1.5em; }

.icon-with-text .text { width: -webkit-calc(100% - 60px); width: -moz-calc(100% - 60px); width: calc(100% - 60px); float: left; padding-left: 1.5em; }

.icon-with-text .text p { margin-top: 0; }

/*
==== Home Page	
*/
.feature-section-top { background-image: url("img/hero.png"); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; min-height: 349px; }

.feature-section .form { margin-top: -306px; }

.feature-section-bottom { display: none; }

.our-process { background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; padding: 6em 0 131px; }

.our-process .content { width: 48%; float: left; }

.our-process .video { width: 48%; float: right; }

.our-process.no-video { background-image: url("img/how-it-works-bkgd.jpg"); }

.our-process.no-video .content { width: 558px; max-width: 100%; }

.about { padding: 6em 0; }

.about .content { width: 48%; float: left; }

.about .map { width: 48%; float: right; }

.about p:first-of-type { margin-top: 0; }

.faq { padding: 6em 0 3em; }

.faq .content { width: 48%; float: left; }

.faq .photo { width: 48%; float: right; }

.faq .icon { color: #139659; font-size: 28px; font-size: 1.75rem; line-height: 1.2; float: left; }

.faq .text { width: -webkit-calc(100% - 60px); width: -moz-calc(100% - 60px); width: calc(100% - 60px); float: left; padding-left: 1.5em; }

.faq .text p { margin-top: 0; }

.faq .question { font-weight: 700; }

.faq .question .icon { font-weight: 400; margin-top: -4px; }

.faq .question p { margin: 0 0 1em; }

.faq .answer p { margin: 0 0 2.5em; }

.testimonials { padding: 3em 0; }

.testimonials h3 { color: #fff; text-align: center; margin-top: 0; }

.testimonial-box { background: #0054a6; color: #fff; padding: 3em 1.5em; }

.testimonial-quotes { background: url("img/quote-open.png") no-repeat scroll left top, url("img/quote-close.png") no-repeat scroll right bottom; }

.testimonial { max-width: 662px; margin: 0 auto; }

.testimonial blockquote { padding: 0; font-style: normal; }

.testimonial figcaption { font-weight: 700; }

.offer { background-color: #139659; background-image: url("img/footer-overlay.png"); background-repeat: no-repeat; background-attachment: scroll; background-position: center bottom; padding: 3em 0; }

/*
==== Interior Pages	
*/
.page-header { background-color: #139659; background-image: url("img/page-header-bkgd.png"); background-repeat: repeat-x; background-attachment: scroll; background-position: center bottom; padding: 3em 0; }

.page-title { color: #fff; margin: 0; text-align: center; }

.interior-content { padding: 0 0 1.5em; }

.interior-content h1 { text-align: center; }

.interior-content .buttons { margin-top: 3em; text-align: center; }

.phone-call-banner { background-color: #139659; font-family: "Roboto Condensed", sans-serif; }

.phone-call-banner .content { max-width: 482px; margin: 0 auto; }

.phone-call-banner .text { display: inline-block; vertical-align: middle; width: -webkit-calc(100% - 160px); width: -moz-calc(100% - 160px); width: calc(100% - 160px); }

.phone-call-banner .graphic { display: inline-block; vertical-align: middle; margin: -32px 0 0; width: 136px; }

.phone-call-banner .cta { color: #fff; font-size: 24px; font-size: 1.5rem; }

.phone-call-banner .phone-button { background-color: #e97707; color: #fff; display: inline-block; font-size: 36px; font-size: 2.25rem; line-height: 1.2; padding: 0.2em; text-decoration: none; }

.phone-call-banner .phone-button:hover, .phone-call-banner .phone-button:active, .phone-call-banner .phone-button:focus { background-color: #f99d43; }

/*
==== Footer
*/
.site-footer { margin: 0; }

.site-info .row { -webkit-box-align: space-between; -webkit-align-items: space-between; -moz-box-align: space-between; -ms-flex-align: space-between; align-items: space-between; }

.site-info .col-2 { text-align: center; }

.site-info .col-3 { text-align: right; }

.site-info .phone { padding: 2.5em 0 0; }

.site-info .phone a { font-size: 24px; font-size: 1.5rem; line-height: 1.2; text-decoration: none; }

.site-info .phone a:hover, .site-info .phone a:active, .site-info .phone a:focus { color: #f99d43; text-decoration: underline; }

.footer-nav { text-align: center; margin: 1.5em 0; }

.footer-nav ul { list-style: none; margin: 0; padding: 0; }

.footer-nav li { display: inline-block; }

.footer-nav li:after { content: " | "; margin: 0 0.5em; }

.footer-nav li:last-of-type:after { content: ""; margin: 0; }

.footer-nav p { margin-top: 0; }

.footer-nav a { color: #444; text-decoration: none; font-weight: 400; }

.footer-nav a:hover, .footer-nav a:active, .footer-nav a:focus { text-decoration: underline; color: #f99d43; }

@media screen and (max-width: 1080px) { .col-six { width: 33.3333333333%; } }

@media screen and (max-width: 811px) { .site-branding { float: none; text-align: center; width: 100%; }
  .header-contact { display: none; }
  .site-header .phone.mobile-only { display: block; text-align: center; }
  .site-header .phone.mobile-only a { background-color: #e97707; color: #fff; font-weight: 400; display: block; padding: 1em 0.5em; text-decoration: none; }
  .site-header .phone.mobile-only a:hover, .site-header .phone.mobile-only a:active, .site-header .phone.mobile-only a:focus { background-color: #f99d43; }
  .site-header .phone.mobile-only .phone-number { font-weight: 700; } }

@media screen and (max-width: 780px) { .row { -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .col-two, .col-two-third, .col-three-fourth { width: 100%; }
  .col-three, .col-four, .col-five, .col-one-third, .col-one-fourth { width: 50%; }
  h1 { font-size: 36px; font-size: 2.25rem; line-height: 1.2; }
  h2 { font-size: 36px; font-size: 2.25rem; line-height: 1.2; }
  h3 { font-size: 28px; font-size: 1.75rem; line-height: 1.3; }
  h4 { font-size: 22px; font-size: 1.375rem; line-height: 1.4; }
  h5 { font-size: 16px; font-size: 1rem; line-height: 1.5; }
  .card .text { width: -webkit-calc(100% - 28px); width: -moz-calc(100% - 28px); width: calc(100% - 28px); padding: 1.5em 1.5em 1.5em 0; }
  .feature-section { background-color: #139659; }
  .feature-section-top { display: none; }
  .feature-section .form { margin-top: 1.5em; }
  .feature-section-bottom { display: block; background-image: url("img/hero.png"); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; min-height: 145px; }
  .our-process { padding: 3em 0 100px; }
  .our-process .content { width: 100%; float: none; }
  .our-process .video { width: 100%; float: none; }
  .our-process.no-video { background: none; padding: 3em 0 0; }
  .our-process.no-video .mobile-photo { background-image: url("img/how-it-works-bkgd-mobile.jpg"); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 280px; }
  .about { padding: 3em 0 1.5em; }
  .about .content { width: 100%; float: none; }
  .about .map { width: 100%; float: none; margin-top: 1.5em; }
  .faq { padding: 1.5em 0; }
  .faq .content { width: 100%; float: none; }
  .faq .photo { width: 100%; float: none; margin-top: 1.5em; }
  .testimonials { padding: 1.5em 0; }
  .testimonial-quotes { background-position: 0 60px, 100% 80%; -webkit-background-size: 72px 54px; -moz-background-size: 72px 54px; -o-background-size: 72px 54px; background-size: 72px 54px; }
  .site-info { text-align: center; }
  .site-info .row { display: block; }
  .site-info .column { display: block; }
  .site-info .phone { padding: 0; } }

@media screen and (max-width: 580px) { .row { display: block; }
  .col-three, .col-four, .col-one-third, .col-two-third, .col-one-fourth, .col-three-fourth, .col-five, .col-six { width: 100%; }
  .gutter, .gutter-half { padding: 0; }
  .phone-call-banner .content { max-width: 482px; margin: 0 auto; }
  .phone-call-banner .text { width: -webkit-calc(100% - 121px); width: -moz-calc(100% - 121px); width: calc(100% - 121px); }
  .phone-call-banner .graphic { margin: -21px 0 0; width: 97px; }
  .phone-call-banner .cta { font-size: 20px; font-size: 1.25rem; }
  .phone-call-banner .phone-button { font-size: 30px; font-size: 1.875rem; } }

@media screen and (max-width: 420px) { .our-process { padding: 1.5em 0; }
  .phone-call-banner { text-align: center; padding: 1.5em 0; }
  .phone-call-banner .text { width: 100%; }
  .phone-call-banner .graphic { display: none; } }
