@charset "UTF-8";
/* 
	Theme Name: Thor - GetPhound SEO Theme
	Theme URI: http://www.getphound.com 
	Description: Theme for generating multiple landing pages based on cities and keywords. Intended for use with Page Generator Pro. All content is generated through theme options and custom field sections. Advanced Custom Fields (v 4.4.12) and Call Us Now (v 0.3.1) built into theme. Both admin dashboards have been disabled in functions.php and options are registered through the theme.
	Author: Ryan Rudolph
	Author URI: http://www.getphound.com/  
	Version: 3.3.0
	Template: genesis  
	Template Version: 1.0
	License: GPL-2.0+  
	License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Buttons
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Soliloquy
	- Gravity Forms
	- Simple Social Icons
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Home Page
- Testimonials
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/
/* Need to rework this section to only be 2 variants of each color. */
/* # 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: 0.67em 0;
}

mark {
  background: #ff0;
  color: #333;
}

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 {
  -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: 0.35em 0.625em 0.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,
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination: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: #fff;
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
}

a,
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  -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: #9e9ba6;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #333;
  text-decoration: none;
}

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

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

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 1em 0;
}

b,
strong {
  font-weight: 700;
}

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

blockquote {
  margin: 40px;
}
blockquote::before {
  content: "“";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

.grey-box {
  background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  border-radius: 3px;
  box-sizing: border-box;
}
.grey-box p:nth-last-child(1) {
  margin-bottom: 0;
}
.grey-box.push-bottom {
  margin-bottom: 30px;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
}

h1 {
  font-size: 26px;
  font-size: 2.6rem;
  color: #9e9ba6;
}

h2 {
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  font-weight: 600;
}

h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #65686f;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #65686f;
}

h5 {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  color: #65686f;
}

h6 {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: uppercase;
}

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

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
}

figure {
  margin: 0;
}

/* ## Gallery
--------------------------------------------- */
.gallery-section {
  text-align: center;
  position: relative;
  z-index: 1;
}
.gallery-section:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  backdrop-filter: blur(5px) grayscale(1);
}
.gallery-section h2 {
  color: #fff;
  margin-bottom: 30px;
}

.gallery {
  overflow: hidden;
}

@media only screen and (min-width: 1023px) {
  .gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
    box-sizing: border-box;
  }

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

  .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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
  }
}
.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
  width: 300px;
  height: 300px;
  box-sizing: border-box;
}
.gallery img:hover, .gallery img.focus {
  border: 1px solid #999;
}

.gallery img {
  box-shadow: 0px 0px 4px #999;
  padding: 8px;
  background: #f2f2f2;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  padding: 16px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #333;
  font-weight: 300;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

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

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

.button {
  display: inline-block;
}

a.button.small,
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small {
  padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type=button]:disabled,
.site-container input[type=button]:disabled:hover,
.site-container input[type=reset]:disabled,
.site-container input[type=reset]:disabled:hover,
.site-container input[type=submit]:disabled,
.site-container input[type=submit]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

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

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-word;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #eee;
  padding: 6px;
}

th {
  font-weight: 400;
  padding: 0 6px;
}
th:first-child, th:first-child {
  padding-left: 0;
}

/* ## Buttons
--------------------------------------------- */
button, input[type=button], input[type=reset], input[type=submit], .button {
  background-color: #ad7579;
}

.read-more {
  text-decoration: none;
  display: inline-block;
  background-color: #ad7579;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.read-more:hover {
  color: #fff;
  opacity: 0.85;
}

.fade {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -webkit-transition: opacity 0.35s ease-in-out;
}
.fade:hover {
  opacity: 0.65;
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type=submit]:focus,
.widget_search input[type=submit]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
  position: relative;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.wrap {
  margin: 0 auto;
  max-width: 1280px;
}

.site-inner {
  clear: both;
  padding-top: 0;
  word-wrap: break-word;
}

.landing-page .site-inner {
  max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 1060px;
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* ### Content */
.content {
  float: right;
  width: 880px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 660px;
}

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

/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px;
}

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

/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Added support for 5-column layouts */
/*
.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: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-fifth {
	width: 17.9487179487179488%;
}

.two-fifths {
	width: 38.4615384615384616%;
}

.three-fifths {
	width: 58.9743589743589744%;
}

.four-fifths {
	width: 79.4871794871794872%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}
*/
.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: 3.5%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.25%;
}

.one-third,
.two-sixths {
  width: 31%;
}

.four-sixths,
.two-thirds {
  width: 65.5%;
}

.one-fourth {
  width: 22.375%;
}

.three-fourths {
  width: 74.125%;
}

.one-fifth {
  width: 17.2%;
}

.two-fifths {
  width: 37.9%;
}

.three-fifths {
  width: 58.6%;
}

.four-fifths {
  width: 79.3%;
}

.one-sixth {
  width: 13.75%;
}

.five-sixths {
  width: 82.75%;
}

.first {
  clear: both;
  margin-left: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  float: left;
}
.alignleft .avatar, .author-box .avatar {
  margin-right: 24px;
}
.alignright .avatar {
  margin-left: 24px;
}
.comment .avatar {
  margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  background-color: #fff;
  font-size: 1.6rem;
  font-size: 16px;
  margin-bottom: 1px;
  padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 40px;
  padding: 60px;
}

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

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
  margin-bottom: 40px;
  width: 50%;
}

.site-header .search-form {
  float: right;
  margin: 12px auto 0;
}

.post-password-form input[type=submit],
.search-form input[type=submit] {
  margin-top: 10px;
}

.genesis-nav-menu .search input[type=submit],
.widget_search input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ## Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-size: 2rem;
}

.entry-title {
  font-size: 24px;
  font-size: 2.4rem;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #c3251d;
}

.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

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

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

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

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

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* Gravity Forms
--------------------------------------------- */
.gform_fields li {
  margin: 15px 0;
}

.gform_wrapper li.hidden_label input {
  margin-top: 0 !important;
}

body .gform_wrapper ul li.gfield {
  margin-bottom: 15px !important;
  margin-top: 0 !important;
  overflow: auto;
}

body .gform_wrapper ul li.gfield:nth-child(1) {
  margin-top: 0 !important;
}

.gform_wrapper .gfield_required {
  color: rgba(255, 255, 255, 0.33);
}

.gform_wrapper textarea {
  padding: 3px 5px;
}

/* Simple Social Icons
--------------------------------------------- */
/* Soliloquy
--------------------------------------------- */
/* ## Skip Links
--------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  z-index: 2;
}
.site-header .wrap {
  padding: 0;
  max-width: 100%;
  padding-left: 30px;
}

.header-widget-area {
  width: 800px;
  float: right;
}
.header-widget-area .widget_nav_menu {
  text-align: right;
}

.top-bar {
  padding: 5px 0;
  position: relative;
  z-index: 1;
}
.top-bar:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.top-bar .wrap {
  max-width: 100%;
  padding: 0 30px;
}
.top-bar .above-header {
  color: #fff;
  float: left;
  text-transform: uppercase;
  font-size: 1rem;
}
.top-bar .phone {
  color: #fff;
  text-align: right;
  float: right;
}
.top-bar .phone i {
  padding-right: 2px;
  vertical-align: middle;
}
.top-bar .phone-wrap {
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  padding: 0 15px;
  margin-left: 15px;
  border-radius: 3px;
}
.top-bar .social {
  float: right;
  margin-left: 20px;
}
.top-bar .social li {
  display: inline-block;
  padding-right: 10px;
}
.top-bar .social li a {
  color: #fff;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 10px 0;
  width: 300px;
}

.header-image .title-area {
  margin: 0 auto;
  max-width: 300px;
  padding: 8px 0;
}

.header-full-width .title-area {
  width: 100%;
  float: none;
}

.site-title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.site-title a,
.site-title a:hover {
  color: #333;
  text-decoration: none;
}

.header-image .site-title > a {
  background-position: left !important;
  background-size: contain !important;
  float: left;
  min-height: 80px;
  width: 100%;
}

.site-description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  width: 100%;
}
.genesis-nav-menu #menu-item-cta {
  height: 100px;
  float: right;
}
.genesis-nav-menu #menu-item-cta a {
  color: #fff;
  padding: 32px 30px;
}
.genesis-nav-menu #menu-item-cta .text {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
}

.genesis-nav-menu a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 40px 30px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  color: #999;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu {
  border-top: 1px solid #eee;
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 240px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px;
  position: relative;
  width: 200px;
  word-wrap: break-word;
}

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

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

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

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  float: right;
}

.menu-item-cta a {
    color: #fff;
    margin-bottom: 3px;
}

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
  display: none;
  visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #9e9ba6;
}
.nav-primary .genesis-nav-menu a {
  color: #fff;
}

/* ## Footer Navigation
--------------------------------------------- */
.site-footer .genesis-nav-menu {
  padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
  padding: 0 20px 10px;
}

/* # Front Page
---------------------------------------------------------------------------------------------------- */
.home .section-1 h1 {
  font-size: 3.5rem;
  margin-bottom: 30px;
  margin-top: 30px;
}

.home .section-1 h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;

}

.home .section-1 .button,
.footer-section .button {
  border-radius: 3px;
  margin-top: 30px;
  text-transform: uppercase;
}
.home .section-1 .button:hover,
.footer-section .button:hover {
  background: #333;
  color: #fff;
}
.footer-section .button {
    display: inline-block;
    clear: both;
}
.form-block {
  background: #fff;
  border-radius: 3px 3px 0 0;
  color: #000;
  text-align: center;
}
.form-block .form-title {
  padding: 30px 30px 0;
  color: #000;
}
.form-block .form-title h3 {
  color: #000;
  font-size: 2rem;
}
.form-block .form-text {
  padding: 0 30px;
  font-size: 1.6rem;
  margin-bottom: -40px;
}

.home-services {
  display: block;
  background: #f2f2f2;
  position: relative;
  padding: 60px 0;
  text-align: center;
}
.home-services .wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.home-services h2 {
  margin-bottom: 30px;
}

/* Parent container */
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  gap: 40px;
}

/* Service boxes */
.home .service-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.home .service-box img {
  margin-bottom: 10px;
}
.home .service-box p {
  margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
}
.accordion {
  display: none;
}

.accordion.open {
  display: block;
  box-shadow: none;
}

.accordion-toggle {
  text-align: center;
  font-size: 35px;
  padding: 10px 10px;
  transition: all 0.3s ease-in-out;
  border: 3px solid #000f39;
  color: #fff;
}

.accordion-toggle:hover {
  color: #fff;
  cursor: pointer;
  transform: scale(1.2);
}

.home .faqs-section h2 {
  margin-bottom: 30px;
  color: #fff;
}

/* Testimonial container */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  text-align: center;
  color: #000;
}

/* Testimonial box */
.testimonial {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
}

.testimonial p {
  margin-bottom: 0;
}

.testimonial h3 {
  color: #000;
}

img.t-stars {
  width: 100px;
  margin-top: -40px;
  margin-bottom: -30px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}
.home .about-section {
  text-align: center;
}

.about-section h2 {
  font-size: 2.8rem;
}

.footer-section {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #fff;
}
.footer-section h2 {
  color: #fff;
  margin-bottom: 30px;
}

.footer-section:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}

/* # Thor
---------------------------------------------------------------------------------------------------- */
.top-strip {
  padding: 10px 0;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
}

.top-strip:hover {
  background-color: rgba(0, 0, 0, 0.75);
}

.section {
  padding: 80px 0;
  overflow: auto;
}

.section-1 {
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
.section-1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.section-1 .wrap {
  background: 0;
  padding: 0;
  color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
}
.section-1 .full-width {
  text-align: center;
}
.section-1 h1 {
  color: #fff;
  margin-top: 10px;
}
.section-1 h2 {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
	font-size: 1.5rem;
	margin-top: 30px;
}
.section-1 h3 {
  color: #fff;
  text-align: center;
}
.section-1 h4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size: 1.5rem;
}
.section-1 .company {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.section-1 .section-1-button {
  display: block;
  text-align: center;
  margin-top: 30px;
  display: table;
}
.section-1 .hide-form {
  display: none;
}
.section-1 .gform_fields li {
  margin: 0;
}
.section-1 .gform_wrapper .top_label li.gfield.gf_left_half,
.section-1 .gform_wrapper .top_label li.gfield.gf_right_half {
  vertical-align: bottom;
}
.section-1 input[type=text],
.section-1 input[type=tel],
.section-1 input[type=email],
.section-1 textarea {
  -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;
  outline: none;
  margin: 5px 1px 3px 0px;
  border: 3px solid #fff;
}
.section-1 .gform_legacy_markup_wrapper {
  background: #fff;
  padding: 40px 24px 40px 40px;
  border-radius: 3px;
}
.section-1 .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 16px;
  padding: 10px 10px 10px 32px;
  border-radius: 2px;
  background: #f3f5f8;
}
.section-1 .gform_legacy_markup_wrapper textarea {
  margin-top: 0;
  font-size: 16px;
  padding: 10px 32px;
  border-radius: 2px;
  line-height: 1;
  background: #f3f5f8;
}
.section-1 .gform_legacy_markup_wrapper .ginput_container {
  position: relative;
}
.section-1 .gform_legacy_markup_wrapper #field_1_1 .ginput_container::before {
  font-family: "FontAwesome";
  font-weight: 300;
  content: "";
  color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 15px;
  top: 8px;
  font-size: 16px;
}
.section-1 .gform_legacy_markup_wrapper #field_1_2 .ginput_container::before {
  font-family: "FontAwesome";
  font-weight: 300;
  content: "";
  color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 15px;
  top: 8px;
  font-size: 16px;
}
.section-1 .gform_legacy_markup_wrapper #field_1_3 .ginput_container::before {
  font-family: "FontAwesome";
  font-weight: 300;
  content: "";
  color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 15px;
  top: 11px;
  font-size: 13px;
}
.section-1 .gform_legacy_markup_wrapper #field_1_4 .ginput_container::before {
  font-family: "FontAwesome";
  font-weight: 300;
  content: "";
  color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 15px;
  top: 7px;
  font-size: 16px;
}
.section-1 .gform_legacy_markup_wrapper .gform_footer {
  padding: 0 16px 0 0;
  margin: 0;
}
.section-1 .gform_legacy_markup_wrapper .gform_footer input#gform_submit_button_1 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 85%;
  width: 100%;
  border-radius: 2px;
  padding: 20px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.section-1 .gform_legacy_markup_wrapper .gform_footer input#gform_submit_button_1:hover {
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.section-1 input[type=text]:focus,
.section-1 input[type=tel]:focus,
.section-1 input[type=email]:focus,
.section-1 textarea:focus {
  box-shadow: 0 0 5px #bf3119;
  border: 3px solid #bf3119;
}

.section-1 .right-column {
	background: rgba(255, 255, 255, 0.6);
	padding: 30px;
	color: #000;
	border-radius: 3px;
}

.section-2 .button {
  display: table;
  margin-top: 30px;
}
.section-2 .one-half.first {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.section-2 img {
  padding: 30px;
  max-width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
.section-2 img:nth-child(1) {
  height: auto;
  max-width: 48%;
}
.section-2 img:nth-child(2) {
  height: auto;
  max-width: 52%;
}

.transform-active input#input_1_1 {
  box-shadow: 0 0 5px #bf3119;
  margin: 5px 1px 3px 0px;
  border: 3px solid #bf3119;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  outline: none;
}

.video-section {
  background: #333;
  background-image: url("images/low_contrast_linen.png");
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
.video-section .wrap {
  max-width: 800px;
}
.video-section h2 {
  color: #fff;
}
.video-section iframe {
  margin: 10px 0;
  border: 7px solid rgba(255, 255, 255, 0.1);
}

.section-3 {
  color: #eee;
}
.section-3 .one-fourth {
  font-size: 17px;
  line-height: 1.5;
}
.section-3 h3 {
  color: #fff;
}
.section-3 i {
  text-align: center;
  display: block;
  font-size: 4rem;
  margin-bottom: 30px;
  background: rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 3px;
}
.section-3 i::before {
  vertical-align: middle;
}
.section-3 .service-box {
  position: relative;
}
.section-3 .service-box:hover:before, .section-3 .service-box.hovered:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 6px;
  z-index: 0;
  pointer-events: none;
}
.section-3 .service-box:hover .service-content, .section-3 .service-box.hovered .service-content {
  display: block;
  transition: 2s ease-in-out;
}
.section-3 .service-box:hover .service-title, .section-3 .service-box.hovered .service-title {
  display: none;
}
.section-3 .service-box .service-content {
  position: absolute;
  top: 0;
  padding: 20px;
  font-size: 15px;
  display: none;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
}
.section-3 .service-box.hovered .service-content {
  font-size: 8.5px;
}
.section-3 .service-box .service-title {
  position: absolute;
  bottom: 5px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}
.section-3 .service-box h3 {
  font-size: 18px;
}

.vid-frame {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.vid-frame iframe {
  width: 100%;
  margin-bottom: -8px;
}
.vid-frame p {
  margin-bottom: 0;
}

.section-4 {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.section-4 img {
  width: 100%;
}
.section-4 .one-half {
  margin: 0 0 -8px;
  width: 50%;
}
.section-4 .section-4-top {
  margin-bottom: 0;
}
.section-4 .section-4-top .one-half:nth-child(2),
.section-4 .section-4-bottom .one-half:nth-child(1) {
  padding: 5%;
  box-sizing: border-box;
}

.top-cta,
.bottom-cta {
  text-align: center;
  overflow: auto;
}

.top-cta {
  color: #fff;
  font-size: 28px;
  padding: 30px 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.333);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.reviews {
  padding: 65px 0;
  background: #dbe3e7;
  text-align: center;
}
.reviews .wrap {
  padding-left: 50px;
  padding-right: 50px;
}
.reviews h3 {
  color: #333;
  padding-bottom: 15px;
}
.reviews .one-third,
.reviews .one-half,
.reviews .one-review {
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.reviews .one-third :before,
.reviews .one-half :before,
.reviews .one-review :before {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  top: 10px;
  right: 15px;
  color: #ddd;
  font-size: 1.5rem;
  opacity: 60%;
}
.reviews .author {
  font-weight: bold;
  display: block;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 20px;
}

.faqs-section h2 {
  color: #fff;
  text-align: center;
}

.bottom-cta {
  color: #fff;
  font-size: 36px;
  padding: 40px 0 50px;
  position: relative;
  line-height: 1.2;
}
.bottom-cta:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/wp-content/uploads/2022/07/tiny-squares.webp);
  z-index: 1;
  pointer-events: none;
  background-size: contain;
  background-repeat: repeat;
  opacity: 0.1;
}
.bottom-cta a {
  text-decoration: none;
}
.bottom-cta button {
  background: rgba(0, 0, 0, 0.25);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  display: block;
  margin: 15px auto 0;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}
.bottom-cta button:hover {
  background: none;
  border-color: transparent;
  border: 2px solid #fff;
}

.acf-map,
.pg-map,
.pg-map .page-generator-pro-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 0;
}

/* fixes potential theme css conflict */
.acf-map img,
.pg-map img {
  max-width: inherit !important;
}

.location {
  padding: 0;
  color: #eee;
  overflow: hidden;
  position: relative;
}
.location .company-info {
  position: absolute;
  right: 5%;
  top: 15%;
  padding: 30px;
  max-width: 450px;
}
.location h4 {
  color: #fff;
}
.location h5 {
  font-size: 1.2rem;
  color: #eee;
  margin-bottom: 0;
}
.location .one-fourth {
  padding: 80px 30px;
  box-sizing: border-box;
  min-height: 402px;
  width: 25.641025641%;
}
.location a {
  color: #fff;
  text-decoration: none;
}
.location a i {
  margin-right: 3px;
  vertical-align: middle;
}
.location .three-fourths {
  margin-left: 0;
}

#callnowbutton i {
  margin-right: 10px;
}

.wikipedia {
  background: #f2f2f2;
  padding: 60px 0;
  margin-bottom: 0px;
  margin-top: 0;
}
.wikipedia p:last-of-type {
  margin-bottom: 0;
}

.home-inner {
  padding: 40px 0;
}
.home-inner p:last-child {
  margin-bottom: 0;
}

/* Static Testimonials */
.static-reviews {
  padding: 60px 0;
}
.static-reviews .single-review {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
}
.static-reviews i {
  font-size: 3rem;
  display: block;
  margin-bottom: 10px;
}
.static-reviews .review-paragraph {
  max-width: 1080px;
  margin: 0 auto;
}
.static-reviews .review-author {
  font-weight: 600;
  margin-top: 10px;
}

.testimonials {
  background-color: #f07522;
  position: relative;
  left: 0px;
  right: 0px;
}

.testimonials_wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

.testimonial_titles_sliders {
  display: flex;
  flex-direction: row;
  margin: 0 30px;
}

.testimonial_titles {
  flex: 1;
  flex-grow: 2;
}

.white-title {
  color: #fff;
}

.testimonial_sliders {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: auto;
  margin-bottom: 20px;
}

.testimonial_slider {
  height: 50px;
  width: 50px;
}

.testimonial_card {
  border-radius: 10px;
  margin: 10px;
  padding: 20px;
  flex: 1;
  background-color: #ffffff;
  box-shadow: 0px 0px 25px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  min-height: 280px;
}
.testimonial_card i {
  float: left;
  font-size: 2rem;
  padding-right: 20px;
}

.testimonial_card p {
  font-size: 14px;
}

.person_cards {
  display: inline-block;
  text-align: right;
  margin-top: auto;
}

.testimonial_name_company {
  display: flex;
  flex-direction: column;
}

.testimonial_name {
  text-decoration: none;
  color: black;
}

.testimonials_company {
  font-size: 12px;
}

.person_cards img {
  max-height: 50px;
  max-width: 50px;
  margin-top: auto;
  margin-bottom: auto;
}

.google_image {
  height: 35px;
  width: 35px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.star_image {
  margin-bottom: 10px;
  width: 120px;
  height: 16px;
  margin-left: 2px;
}

.testimonial_buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}

.testimonial_buttons a:hover {
  background-color: transparent;
  color: #b03d27;
}

.testimonial_buttons .button {
  border-bottom: solid;
  border-color: #b03d27;
  border-radius: 0px;
  padding-bottom: 2px;
  border-width: 2px;
  padding-left: 0px;
  padding-right: 0px;
  color: black;
  background-color: #faf4f2;
  max-width: fit-content;
}

/* Glide Core
---------------------------------------------------------------------------- */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.entry-content .glide__slides li.glide__slide {
  list-style: none;
  line-height: 1.625;
}

/* GlideJS Slider
---------------------------------------------------------------------------- */
/* .testimonial-slider, */
.glide__arrows {
  display: flex;
}

.testimonials .testimonial-slider {
  padding-left: 0;
}

.testimonial-slider .glide__slide {
  list-style-type: none;
}

.glide__track .glide__slides {
  padding-left: 0;
}

.glide__arrow {
  padding: 0px;
}

.glide__slide--active {
  z-index: 100;
}

.accordion {
  max-width: 800px;
  margin: 40px auto;
  color: black;
  background-color: white;
  padding: 45px 45px;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.35);
}

.accordion .container {
  position: relative;
  margin: 10px 10px;
}

/* Positions the labels relative to the .container. Adds padding to the top and bottom and increases font size. Also makes its cursor a pointer */
.accordion .label {
  position: relative;
  padding: 10px 0;
  font-size: 1.35rem;
  color: black;
  cursor: pointer;
}

/* Positions the plus sign 5px from the right. Centers it using the transform property. */
.accordion .label::before {
  content: "+";
  color: black;
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 30px;
  transform: translateY(-50%);
}

/* Hides the content (height: 0), decreases font size, justifies text and adds transition */
.accordion .content {
  position: relative;
  background: white;
  height: 0;
  font-size: 1.15rem;
  text-align: justify;
  max-width: 780px;
  overflow: hidden;
  transition: 0.5s;
  margin-bottom: 20px;
}

/* Adds a horizontal line between the contents */
.accordion hr {
  width: 100;
  margin-left: 0;
  border: 1px solid grey;
}

/* Unhides the content part when active. Sets the height */
.accordion .container.active .content {
  height: auto;
}

/* Changes from plus sign to negative sign once active */
.accordion .container.active .label::before {
  content: "-";
  font-size: 30px;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 70px 80px;
}

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

.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 code {
  background-color: #333;
  color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}

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

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 24px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "—";
  margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination a {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #c3251d;
  color: #fff;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 40px;
}

.sidebar .widget {
  background-color: #fff;
  padding: 40px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  clear: both;
  padding: 60px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 380px;
}

.footer-widgets-1 {
  margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
  float: left;
}

.footer-widgets-3 {
  float: right;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #333;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
}
.site-footer p {
  margin-bottom: 0;
  line-height: 1.5;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer small {
  display: block;
  margin-top: 5px;
}
.site-footer small a {
  color: #f7a7ac;
}

/* Fix form submission line-height */
.form-block .form-text {
	margin-bottom: 0;
}

div#gform_confirmation_message_1 {
    padding-bottom: 40px;
	color: #000;
}

.right-column p {
	margin-bottom: 0;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1340px) {
  .wrap {
    max-width: 1140px;
  }

  .content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 920px;
  }

  .content,
.site-header .widget-area {
    width: 800px;
  }

  .sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.content-sidebar-sidebar .content {
    width: 580px;
  }

  .sidebar-primary {
    width: 300px;
  }

  .footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 340px;
  }

  .footer-widgets-1 {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .wrap {
    max-width: 960px;
  }

  .content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }

  .content,
.site-header .widget-area {
    width: 620px;
  }

  .sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.content-sidebar-sidebar .content {
    width: 400px;
  }

  .footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar-primary,
.title-area {
    width: 300px;
  }

  .footer-widgets-1 {
    margin-right: 30px;
  }

  .simple-social-icons ul {
    text-align: center !important;
  }
  .simple-social-icons ul li {
    float: none !important;
    display: inline-block !important;
  }
  .simple-social-icons ul .alignright {
    float: none;
  }

  .section-4 .section-4-top {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
  }

  .section-1 .wrap {
    width: 90%;
  }

  .content,
.content-sidebar-sidebar .content,
.content-sidebar-sidebar .content-sidebar-wrap,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.js .genesis-nav-menu .sub-menu a,
.js .genesis-nav-menu .sub-menu,
.sidebar-content-sidebar .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-primary,
.sidebar-secondary,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap,
.site-header .widget-area,
.title-area {
    width: 100%;
  }

  .site-header .wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .header-image .site-title > a {
    background-position: center !important;
  }

  .genesis-nav-menu li,
.header-image .title-area,
.site-header ul.genesis-nav-menu,
.site-header .search-form {
    float: none;
  }

  .genesis-nav-menu,
.site-description,
.site-header .title-area,
.site-header .widget-area,
.site-title {
    text-align: center;
  }

  .site-header .search-form {
    margin: 16px auto;
  }

  .js nav.nav-primary,
.js .site-header nav {
    display: none;
    position: relative;
  }

  .js .site-header nav .wrap {
    padding: 0;
  }

  .js nav.pagination {
    display: block;
  }

  .menu-toggle,
.sub-menu-toggle {
    border-width: 0;
    background-color: #333;
    color: #fff;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
    margin-top: 30px;
  }

  .sub-menu-toggle:hover,
.sub-menu-toggle:focus {
    border-width: 0;
  }

  .menu-toggle {
    border-top: 1px solid #eee;
    line-height: 20px;
    position: relative;
    right: 0;
    z-index: 1000;
    width: 100%;
    border-radius: 0;
  }

  .site-header .menu-toggle {
    border: 0;
  }

  .menu-toggle:before,
.menu-toggle.activated:before {
    margin-right: 10px;
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .sub-menu-toggle {
    float: right;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }

  .sub-menu-toggle:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .sub-menu-toggle.activated:before {
    content: "";
  }

  .js .nav-primary .genesis-nav-menu .menu-item,
.js .site-header .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    margin: 1px 0;
    position: relative;
    text-align: left;
  }

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

  .js .nav-primary .genesis-nav-menu .menu-item a,
.js .site-header .genesis-nav-menu .menu-item a {
    border: none;
    padding: 12px 0;
    width: 100%;
    box-sizing: border-box;
  }

  .js .genesis-nav-menu .sub-menu {
    border: none;
  }

  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }

  .js .genesis-nav-menu > .menu-item-has-children > a:after {
    content: none;
  }

  .js .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%;
  }

  .js .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }

  .js nav button:hover,
.js .menu-toggle:hover,
.js .nav-primary {
    background-color: #333;
    color: #fff;
  }

  .js nav button:focus,
.js .menu-toggle:focus {
    background-color: #fff;
    color: #333;
  }

  .footer-widgets-1,
.footer-widgets-2 {
    margin: 0 auto 40px;
  }

  .genesis-nav-menu a {
    text-align: center;
  }

  .genesis-nav-menu #menu-item-cta {
    float: none;
  }

  .section-1 .section-1-button {
    margin-bottom: 30px;
  }

  .section-2 img:nth-child(1),
.section-2 img:nth-child(2) {
    max-width: 100%;
    padding: 0;
  }

  .section-2 img:nth-child(1) {
    max-height: 250px;
    width: auto;
  }

  .section-2 img:nth-child(2) {
    display: none;
  }

  .vid-section {
    padding-top: 0;
  }

  .vid-frame {
    margin-top: 30px;
    background-color: none;
  }

  .section-4 .one-half {
    margin: 0;
    width: 100%;
  }

  .section-3 .one-fourth {
    width: 48%;
    margin: 0 1%;
  }

  .service-title {
    box-shadow: inset 0px -120px 115px -35px #1e73be;
  }

  .section-3 .service-box:hover .service-content {
    display: none;
    transition: 2s ease-in-out;
  }

  .section-3 .service-box:hover:before {
    display: none;
  }

  .section-3 .one-fourth:nth-child(1),
.section-3 .one-fourth:nth-child(2),
.section-3 .one-fourth:nth-child(3) {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 860px) {
  body > div {
    font-size: 1rem;
  }

  body {
    font-size: 10px;
    font-size: 1rem;
  }

  .site-inner {
    padding: 0;
  }

  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .after-entry,
.archive-description,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings,
.sidebar .widget {
    padding: 30px;
    margin-bottom: 5%;
  }

  .sidebar {
    margin-bottom: 5%;
  }

  .pagination {
    margin: 5% auto;
  }

  .archive-pagination li a {
    margin-bottom: 4px;
  }

  .five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-fifth,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    margin: 0;
    width: 100%;
  }

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

  .location .one-fourth {
    width: 100%;
  }

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

  .simple-social-icons ul {
    float: none;
  }

  .home .site-container img {
    margin-bottom: 30px;
  }

  .home .section-1 {
    padding: 40px 0;
  }

  .section-1 .wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-1 h1, .home .section-1 h1 {
    font-size: 34px;
	  margin-top: 0;
	  margin-bottom: 20px;
  }
	
	.section-1 .form-block {
		margin-top: 40px;
	}

  .section-1 h2 {
    font-size: 1.25rem;
  }

  .section-2 .one-half.first,
.section-4 .one-half:nth-child(2) {
    margin-bottom: 30px;
  }

  .section-4 .one-half:last-child {
    margin-top: 30px;
  }

  .section-4 .one-half img {
    display: block;
    margin: 0 auto;
  }

  .section-3 .one-fourth:nth-child(1),
.section-3 .one-fourth:nth-child(2),
.section-3 .one-fourth:nth-child(3) {
    margin-bottom: 30px;
  }

  .section-3 {
    padding: 50px 0;
    text-align: center;
  }

  .section {
    padding: 50px 0;
  }

  .top-cta {
    padding: 30px 0;
  }

  .bottom-cta {
    padding: 35px 0 40px;
  }

  .location.section {
    padding: 0;
  }

  .location .one-fourth {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .genesis-nav-menu {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .section-4 .section-4-top {
    margin-bottom: 0;
  }

  .section-4-bottom {
    display: flex;
    flex-direction: column;
  }
  .section-4-bottom .one-half.first {
    order: 2;
  }

  .reviews .one-third,
.reviews .one-half {
    margin-bottom: 20px;
  }

  .top-bar .phone,
.top-bar .social {
    float: none;
    text-align: center;
  }

  .vid-section {
    padding-top: 0;
  }

  .section-3 .one-fourth:nth-child(1),
.section-3 .one-fourth:nth-child(2),
.section-3 .one-fourth:nth-child(3) {
    margin-bottom: 0px;
  }

  .section-3 .service-box h3 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 641px) {
  body .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1;
  }

  body .gform_legacy_markup_wrapper .top_label div.ginput_container {
    overflow: hidden;
  }
}
@media only screen and (max-width: 640px) {
  .section-1 .gform_legacy_markup_wrapper {
    padding: 25px 25px 10px;
  }

  .section-1 .gform_legacy_markup_wrapper .gform_footer {
    padding-right: 0;
  }

  .top-cta {
    font-size: 24px;
  }

  .bottom-cta {
    font-size: 30px;
  }

  .bottom-cta button {
    font-size: 11px;
  }

  .section-1 .wrap {
    padding: 20px 30px;
  }
}
/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
a[href^="#"]:after,
.site-title > a:after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

  img,
tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  blockquote,
pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .content,
.content-sidebar {
    width: 100%;
  }

  button,
input,
select,
textarea,
.breadcrumb,
.comment-edit-link,
.comment-form,
.comment-list .reply a,
.comment-reply-title,
.edit-link,
.entry-comments-link,
.entry-footer,
.genesis-box,
.header-widget-area,
.hidden-print,
.home-top,
.nav-primary,
.nav-secondary,
.post-edit-link,
.sidebar {
    display: none !important;
  }

  .title-area {
    text-align: center;
    width: 100%;
  }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px;
  }

  .author-box {
    margin-bottom: 0;
  }

  h1,
h2,
h3,
h4,
h5,
h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }

  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
pre,
table {
    page-break-inside: avoid;
  }

  dl,
ol,
ul {
    page-break-before: avoid;
  }
}
/* # Print
---------------------------------------------------------------------------------------------------- */
/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
a[href^="#"]:after,
.site-title > a:after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

  img,
tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  blockquote,
pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .content,
.content-sidebar {
    width: 100%;
  }

  button,
input,
select,
textarea,
.breadcrumb,
.comment-edit-link,
.comment-form,
.comment-list .reply a,
.comment-reply-title,
.edit-link,
.entry-comments-link,
.entry-footer,
.genesis-box,
.header-widget-area,
.hidden-print,
.home-top,
.nav-primary,
.nav-secondary,
.post-edit-link,
.sidebar {
    display: none !important;
  }

  .title-area {
    text-align: center;
    width: 100%;
  }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px;
  }

  .author-box {
    margin-bottom: 0;
  }

  h1,
h2,
h3,
h4,
h5,
h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }

  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
pre,
table {
    page-break-inside: avoid;
  }

  dl,
ol,
ul {
    page-break-before: avoid;
  }
}

/*# sourceMappingURL=style.css.map */
