/*!
Theme Name: North Florida HVAC
Author: 3D Digital
Author URI: https://3ddigital.com/
Contributing Team: Cam Hayes, Roxie Reeve, Sarah Callahan
Description: The theme scaffolding used for developing Wordpress themes by the team at 3D Digital.
Version: 1.0.0
License: GNU General Public License v2 or later 
License URI: LICENSE
Text Domain: nflhvacsource 
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL, and is the properity of 3D Digital and its affiliates.

North Florida HVAC is based, in part, on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
as well as the developers of the HTML5 Boilerplate: https://html5boilerplate.com/

For any additional questions about this theme scaffold or the team behind it, contact webmaster@3ddigital.com.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS: 
----------------------------------------------------------------
# Normalize & Helpers
# Variables
# Type
# Layout Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> Normalize and Helpers
----------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Responsiveness
 * 1. Set a maximum width
 * 2. Auto scale the height. Only needed if `height` attribute is present
 * 2. Corrects `max-width` behavior if padding and border are used
 */
audio,
canvas,
img,
video {
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 3 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/* --------------------------------------------------------------
>>> Variables
--------------------------------------------------------------- */
/* --------------------------------------------------------------
>>> Type
--------------------------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-style: normal; }

/*--------------------------------------------------------------
# Copy Baselines
>>> Use the mixin recipe to change font family in typography.scss
--------------------------------------------------------------*/
body {
  font-size: 100%;
  font-size-adjust: 0.5; }

#page {
  font-size: 1rem;
  /* equivalent to 16px */
  line-height: 1.25;
  /* equivalent to 20px */ }

blockquote {
  font-size: 1.25rem;
  /* 20px / 16px */
  line-height: 1.25;
  /* 25px / 20px */
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #333; }

@media (min-width: 43.75rem) {
  #page {
    font-size: 1rem;
    /* equivalent to 16px */
    line-height: 1.375;
    /* equivalent to 22px */ }

  blockquote {
    font-size: 1.5rem;
    /* 24px / 16px = */
    line-height: 1.45833333;
    /* 35px / 24px */ } }
p {
  font-size: 1rem;
  margin-bottom: 1.25rem; }

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

address {
  margin: 0 0 1.5rem; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1rem 0;
  padding: 0; }

/* Links
 ========================================================================== */
/*
 * Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  -webkit-text-decoration-skip: objects; }

/*
 * Remove the outline on focused links when they are also active or hovered
 */
a:active,
a:hover {
  outline: none; }

/*--------------------------------------------------------------
# Heading Baselines
>>> Use the mixin recipe to change font family in typography.scss
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
  clear: both; }

h1 {
  font-size: 2rem;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */ }

h2 {
  font-size: 1.625rem;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */ }

h3 {
  font-size: 1.375rem;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */ }

h4, h5, h6 {
  font-size: 1.25rem;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111; }

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6 {
  font-size: 1rem;
  /* 20px / 16px */
  line-height: 1.25;
  /* 25px / 20px */ }

@media (min-width: 43.75rem) {
  h1 {
    font-size: 2.5rem;
    /* 2.5x body copy size = 40px */
    line-height: 1.125; }

  h2 {
    font-size: 2rem;
    /* 2x body copy size = 32px */
    line-height: 1.25; }

  h3 {
    font-size: 1.5rem;
    /* 1.5x body copy size = 24px */
    line-height: 1.25; }

  h4, h5, h6 {
    line-height: 1.22222222;
    /* (22px / 18px */ }

  blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6 {
    font-size: 1rem;
    /* 24px / 16px = */
    line-height: 1.45833333;
    /* 35px / 24px */ } }
@media (min-width: 56.25rem) {
  h1 {
    font-size: 3rem;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height
    and something more appropriate for display headings */ }

  h2 {
    font-size: 2.25rem;
    /* 2.25x body copy size = 36px */
    line-height: 1.25; }

  h3 {
    font-size: 1.75rem;
    /* 1.75x body copy size = 28px */
    line-height: 1.25; }

  h4, h5, h6 {
    font-size: 1.5rem;
    /* 1.75x body copy size = 28px */
    line-height: 1.25; } }
/* --------------------------------------------------------------
>>> Layout Styles
--------------------------------------------------------------- */
#primnav {
  padding: 1rem;
  text-align: center; }
  #primnav h1 {
    margin: 0; }
  #primnav .navlist {
    display: none; }

.hero {
  height: 450px;
  background-image: url("/wp-content/uploads/2018/10/top-heading.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #ffffff;
  text-align: center;
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 100% 100%, 100% 90%, 50% 100%, 0% 90%);
  clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 100% 100%, 100% 90%, 50% 100%, 0% 90%); }
  .hero .hero-flex.content-container {
    max-width: 996px; }
  .hero p {
    font-size: 1.5rem; }
  .hero .action-button {
    display: inline-block;
    min-width: 150px;
    background-color: #FF3322;
    padding: .5em 1em;
    font-size: 1.25rem;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
    .hero .action-button:hover {
      background-color: #d51000; }

.row {
  margin: 0 auto;
  padding: 35px 8px;
  max-width: 1240px; }

.entry-content .col {
  padding: 0 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex: 1; }
  .entry-content .col h2 {
    margin-top: 0; }
  .entry-content .col img {
    width: 100%;
    max-width: none; }

.offer-ad {
  background-color: #006FBB;
  max-width: 996px;
  margin: 0 auto;
  padding: 50px 0 0 0;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 0px 6px rgba(0, 0, 0, 0.19);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 0px 6px rgba(0, 0, 0, 0.19); }
  .offer-ad .offer-inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    background-color: #efefef;
    padding: 100px 0;
    -webkit-clip-path: polygon(0% 0%, 50% 10%, 100% 0%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 50% 10%, 100% 0%, 100% 100%, 100% 100%, 50% 100%, 0% 100%); }
    .offer-ad .offer-inner-row a {
      display: inline-block;
      min-width: 150px;
      background-color: #FF3322;
      margin-top: 16px;
      padding: .5em 1em;
      font-size: 1.25rem;
      color: #ffffff;
      text-decoration: none;
      -webkit-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      .offer-ad .offer-inner-row a:hover {
        background-color: #d51000; }

.brand-shout {
  padding: 35px 16px; }
  .brand-shout h2 {
    margin-top: 0; }

.brand-cols ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  list-style: none;
  padding: 0; }
  .brand-cols ul li {
    max-width: 125px;
    padding: 8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1; }

.contact-row {
  padding: 70px 16px 100px 16px;
  background: #1071b8;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #1071b8 0%, #2989d8 50%, #58c2e2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #1071b8 0%, #2989d8 50%, #58c2e2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(45deg, #1071b8 0%, #2989d8 50%, #58c2e2 100%);
  background: linear-gradient(45deg, #1071b8 0%, #2989d8 50%, #58c2e2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1071b8', endColorstr='#58c2e2',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  color: #ffffff;
  text-align: center;
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 100% 100%, 100% 90%, 50% 100%, 0% 90%);
  clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 100% 100%, 100% 90%, 50% 100%, 0% 90%); }
  .contact-row .wpcf7 input, .contact-row .wpcf7 textarea {
    padding: 8px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none; }
  .contact-row a {
    color: #333333;
    font-weight: bold;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
  .contact-row a:hover {
    color: darkren(#FF3322, 20); }

.testimonials-row {
  text-align: center;
  padding: 35px 16px; }

.testimonial {
  background-color: #006FBB;
  color: #ffffff;
  margin: 1rem 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19); }
  .testimonial .testimonial-heading {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 1rem;
    margin-top: 0; }
  .testimonial .testimonial-content {
    padding: 0 1rem; }
  .testimonial .testimonial-name {
    position: relative;
    padding: 1rem;
    font-weight: bold;
    font-size: 1.25em;
    text-transform: uppercase; }
    .testimonial .testimonial-name:before {
      position: absolute;
      content: '';
      border-top: 2px solid rgba(255, 255, 255, 0.5);
      width: 25%;
      height: 2px;
      top: 0;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }

.simplePagerNav {
  padding: 0;
  margin-top: 32px; }
  .simplePagerNav li {
    display: inline;
    margin: 0 8px; }
    .simplePagerNav li a {
      background-color: #FF3322;
      padding: 8px 16px;
      color: #ffffff;
      text-decoration: none;
      -webkit-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      .simplePagerNav li a:hover {
        background-color: #ee1200; }

#colophon {
  background-color: #777777;
  color: #ffffff; }
  #colophon .footer-row-inner {
    padding: 35px 16px;
    text-align: center; }
  #colophon a {
    color: #FF3322;
    font-weight: bold;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
  #colophon a:hover {
    color: #ff6255; }
  #colophon h2 {
    margin-top: 0;
    font-size: 1.5rem; }
  #colophon .action-button {
    display: inline-block;
    min-width: 150px;
    background-color: #FF3322;
    padding: .5em 1em;
    font-size: 1.25rem;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
    #colophon .action-button:hover {
      background-color: #d51000;
      color: #ffffff; }

.google-map {
  width: 100%; }

#threed-copyright {
  padding: 10px 0;
  text-align: center; }

@media only screen and (min-width: 996px) {
  #primnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center; }
    #primnav h1 {
      margin-right: auto; }
    #primnav .navlist {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      -webkit-justify-content: space-evenly;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center; }
      #primnav .navlist li a {
        text-decoration: none;
        font-weight: 700;
        color: #006FBB;
        padding: 8px 16px;
        margin: 0 8px;
        display: block;
        -webkit-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
        #primnav .navlist li a:hover {
          color: #FF3322; }

  .row, .brand-shout {
    padding: 100px 8px; }

  .entry-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex; }
    .entry-content .col {
      margin: 0 35px; }

  .gallery-container {
    max-width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .gallery-container img {
      width: 33%;
      max-width: 100%; }

  .contact-row-inner {
    max-width: 1240px;
    margin: 0 auto;
    text-align: center; }
    .contact-row-inner .wpcf7 {
      max-width: 768px;
      margin: 0 auto;
      text-align: left; }
      .contact-row-inner .wpcf7 .form-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-justify-content: space-between; }
      .contact-row-inner .wpcf7 .col-50 {
        width: calc(50% - 8px); }
      .contact-row-inner .wpcf7 .col-100 {
        width: 100%; }
      .contact-row-inner .wpcf7 input[type="submit"] {
        display: inline-block;
        min-width: 150px;
        background-color: #FF3322;
        border: none;
        padding: .5em 1em;
        font-size: 1.25rem;
        color: #ffffff;
        text-decoration: none;
        -webkit-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
        .contact-row-inner .wpcf7 input[type="submit"]:hover {
          background-color: #d51000; }
      .contact-row-inner .wpcf7 .wpcf7-response-output {
        margin: 0;
        padding: 16px 32px;
        border: none;
        background-color: #008dee; }

  .testimonials-row, .brand-shout {
    text-align: center; }

  .strong-paginated.strong-normal.columns-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center; }
    .strong-paginated.strong-normal.columns-1 .testimonial {
      margin: 0 1rem;
      max-width: 30%; }

  #colophon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #colophon .footer-row-inner {
      text-align: left;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-display: flex;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      -webkit-flex-direction: column; }
      #colophon .footer-row-inner address {
        max-width: 475px;
        font-style: normal; }

  .google-map {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; } }


