@charset "UTF-8";
/*!
Theme Name: swatmosquitosystems
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: swatmosquitosystems
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

swatmosquitosystems is based 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/
*/
/* Base */
/* Underscores */
/* ***************************************** */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 */
  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 {
  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"] {
  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;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.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. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

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 {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.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 {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  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,
.clear: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,
.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;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## 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;
}

/* Underscores Reset */
/* ***************************************** */
a, a:hover {
  text-decoration: none;
}

a:active, a:focus, input:active, input:focus, textarea:active, textarea:focus, button:active, button:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

.page, .post {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

.widget {
  margin: 0;
}

.site-footer ul {
  list-style-type: none;
}

.page-content, .entry-content, .entry-summary {
  margin: 0;
}

/* Fonts */
/* ***************************************** */
body {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  font-family: "lato", sans-serif;
}

body h1, body h2, body h3, body h4, body h5, body h6, body p, body ul, body li, body input, body textarea, body select {
  font-family: "lato", sans-serif;
}

/* Hover Transition */
a, input[type="submit"] {
  transition: 0.5s ease all;
}

/* Text */
/* Blocks: titles, title underline, information, buttons, text spacer;
/* Modifications: color, sizing, alignment, uppercase/lowercase */
/* Universal Modifiers: text/btn alignment, text/btn uppercase, background colors, title/text colors */
.text-center {
  text-align: center;
}

.trademark {
  font-size: 0.7em !important;
  vertical-align: top;
  position: relative;
  top: -3px;
}

h2 .trademark, h3 .trademark {
  top: -10px;
}

/* could i replace margin bottom with spacers? */
/* OR maybe i could replace spacers with margin-bottom classes! */
/* too many different text style combination to just limit to 5, so going to have
to just use shortcut classes to apply the font styles */
/* maybe just target .information, so it affects everything inside, not just <p> tags? */
/* should font-weight be a global text class? */
/* what about a font- class instead? */
/* (used for info/details sections), but also to specific elements?
or should i always use outer divs? */
/* universal, else it'd be duplicated in titles and information */
.text-dark h1, .text-dark h2, .text-dark h3, .text-dark h4, .text-dark h5, .text-dark h6, .text-dark p, .text-dark ul, .text-dark ol {
  color: #333;
}

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light p, .text-light ul, .text-light ol {
  color: #fff;
}

.text-primary h1, .text-primary h2, .text-primary h3, .text-primary h4, .text-primary h5, .text-primary h6, .text-primary p, .text-primary ul, .text-primary ol {
  color: blue;
}

.text-secondary h1, .text-secondary h2, .text-secondary h3, .text-secondary h4, .text-secondary h5, .text-secondary h6, .text-secondary p, .text-secondary ul, .text-secondary ol {
  color: red;
}

.text-tertiary h1, .text-tertiary h2, .text-tertiary h3, .text-tertiary h4, .text-tertiary h5, .text-tertiary h6, .text-tertiary p, .text-tertiary ul, .text-tertiary ol {
  color: yellow;
}

/* WARNING - titles should have their own GLOBAL class identiers */
/* same with elements like cards */
/* only body text should use these */
/* used to make body text look more interesting */
.fs {
  /* disclaimer */
  /* smaller text */
  /* smaller body text */
  /* easily readible body text */
  /* section subtitles */
  /* cta text */
  /* card titles (dont use for titles) */
  /* h3 titles (dont use for titles) */
  /* section title (dont use for titles) */
  /* section title - larger (dont use for titles) */
  /* page title (dont use, use global title name) */
}
.fs-10 h1, .fs-10 h2, .fs-10 h3, .fs-10 h4, .fs-10 h5, .fs-10 h6, .fs-10 p, .fs-10 ol, .fs-10 ul {
  font-size: 10px;
}
.fs-12 h1, .fs-12 h2, .fs-12 h3, .fs-12 h4, .fs-12 h5, .fs-12 h6, .fs-12 p, .fs-12 ol, .fs-12 ul {
  font-size: 12px;
}
.fs-14 h1, .fs-14 h2, .fs-14 h3, .fs-14 h4, .fs-14 h5, .fs-14 h6, .fs-14 p, .fs-14 ol, .fs-14 ul {
  font-size: 14px;
}
.fs-16 h1, .fs-16 h2, .fs-16 h3, .fs-16 h4, .fs-16 h5, .fs-16 h6, .fs-16 p, .fs-16 ol, .fs-16 ul {
  font-size: 16px;
}
.fs-18 h1, .fs-18 h2, .fs-18 h3, .fs-18 h4, .fs-18 h5, .fs-18 h6, .fs-18 p, .fs-18 ol, .fs-18 ul {
  font-size: 18px;
}
.fs-20 h1, .fs-20 h2, .fs-20 h3, .fs-20 h4, .fs-20 h5, .fs-20 h6, .fs-20 p, .fs-20 ol, .fs-20 ul {
  font-size: 20px;
}
.fs-22 h1, .fs-22 h2, .fs-22 h3, .fs-22 h4, .fs-22 h5, .fs-22 h6, .fs-22 p, .fs-22 ol, .fs-22 ul {
  font-size: 22px;
}
.fs-24 h1, .fs-24 h2, .fs-24 h3, .fs-24 h4, .fs-24 h5, .fs-24 h6, .fs-24 p, .fs-24 ol, .fs-24 ul {
  font-size: 24px;
}
.fs-26 h1, .fs-26 h2, .fs-26 h3, .fs-26 h4, .fs-26 h5, .fs-26 h6, .fs-26 p, .fs-26 ol, .fs-26 ul {
  font-size: 26px;
}
.fs-30 h1, .fs-30 h2, .fs-30 h3, .fs-30 h4, .fs-30 h5, .fs-30 h6 {
  font-size: 30px;
}
.fs-34 h1, .fs-34 h2, .fs-34 h3, .fs-34 h4, .fs-34 h5, .fs-34 h6 {
  font-size: 34px;
}
.fs-42 h1, .fs-42 h2, .fs-42 h3, .fs-42 h4, .fs-42 h5, .fs-42 h6 {
  font-size: 42px;
}
.fs-92 h1, .fs-92 h2, .fs-92 h3, .fs-92 h4, .fs-92 h5, .fs-92 h6 {
  font-size: 92px;
}

/* i feel like line-height should be universal unchanged for title/info */
/* margin-bottom can have a universal setting, along with global modification
classes */
/* PROBLEM */
/*making the classes might make a future edit confusing
for example, making the section title slightly smaller
i could just update it from 72px to 65px, but
the class name would still be fs-72...*/
/* there's no way i'd want to MANUALLY want to
go page by page and update the class names */
/* if there's a specific page edit, that's no problem, but
if a global class across all pages is the issue, i'd hate
to confuse the class labels or have to go page by page...*/
/* SOLUTION */
/*These classes should only be used for body text
Global design elements such as the page title, section title,
cta section should all be very specific styles and class
names, because they're the most like to get changed */
/* maybe even a default body text size per section that
could affect the size */
/* or use em values instead, that way, if font needs to
be affected globally, you can just up or lower the section
font size */
/* already set in fonts.scss
h1, h2, h3, h4, h5, h6, p, ul, ol {
    line-height: 1;
}*/
/* body text classes */
.lh-125 h1, .lh-125 h2, .lh-125 h3, .lh-125 h4, .lh-125 h5, .lh-125 h6, .lh-125 p, .lh-125 ol, .lh-125 ul {
  line-height: 1.25;
}
.lh-15 h1, .lh-15 h2, .lh-15 h3, .lh-15 h4, .lh-15 h5, .lh-15 h6, .lh-15 p, .lh-15 ol, .lh-15 ul {
  line-height: 1.5;
}
.lh-175 h1, .lh-175 h2, .lh-175 h3, .lh-175 h4, .lh-175 h5, .lh-175 h6, .lh-175 p, .lh-175 ol, .lh-175 ul {
  line-height: 1.75;
}
.lh-2 h1, .lh-2 h2, .lh-2 h3, .lh-2 h4, .lh-2 h5, .lh-2 h6, .lh-2 p, .lh-2 ol, .lh-2 ul {
  line-height: 2;
}

.fw-1 h1, .fw-1 h2, .fw-1 h3, .fw-1 h4, .fw-1 h5, .fw-1 h6, .fw-1 p, .fw-1 ol, .fw-1 ul {
  font-weight: 100;
}
.fw-2 h1, .fw-2 h2, .fw-2 h3, .fw-2 h4, .fw-2 h5, .fw-2 h6, .fw-2 p, .fw-2 ol, .fw-2 ul {
  font-weight: 200;
}
.fw-3 h1, .fw-3 h2, .fw-3 h3, .fw-3 h4, .fw-3 h5, .fw-3 h6, .fw-3 p, .fw-3 ol, .fw-3 ul {
  font-weight: 300;
}
.fw-4 h1, .fw-4 h2, .fw-4 h3, .fw-4 h4, .fw-4 h5, .fw-4 h6, .fw-4 p, .fw-4 ol, .fw-4 ul {
  font-weight: 400;
}
.fw-5 h1, .fw-5 h2, .fw-5 h3, .fw-5 h4, .fw-5 h5, .fw-5 h6, .fw-5 p, .fw-5 ol, .fw-5 ul {
  font-weight: 500;
}
.fw-6 h1, .fw-6 h2, .fw-6 h3, .fw-6 h4, .fw-6 h5, .fw-6 h6, .fw-6 p, .fw-6 ol, .fw-6 ul {
  font-weight: 600;
}
.fw-7 h1, .fw-7 h2, .fw-7 h3, .fw-7 h4, .fw-7 h5, .fw-7 h6, .fw-7 p, .fw-7 ol, .fw-7 ul {
  font-weight: 700;
}
.fw-8 h1, .fw-8 h2, .fw-8 h3, .fw-8 h4, .fw-8 h5, .fw-8 h6, .fw-8 p, .fw-8 ol, .fw-8 ul {
  font-weight: 800;
}
.fw-9 h1, .fw-9 h2, .fw-9 h3, .fw-9 h4, .fw-9 h5, .fw-9 h6, .fw-9 p, .fw-9 ol, .fw-9 ul {
  font-weight: 900;
}

.mb-0 h1, .mb-0 h2, .mb-0 h3, .mb-0 h4, .mb-0 h5, .mb-0 h6, .mb-0 p, .mb-0 ul, .mb-0 ol {
  margin-bottom: 0;
}
.mb-15 h1, .mb-15 h2, .mb-15 h3, .mb-15 h4, .mb-15 h5, .mb-15 h6, .mb-15 p, .mb-15 ul, .mb-15 ol {
  margin-bottom: 15px;
}
.mb-25 h1, .mb-25 h2, .mb-25 h3, .mb-25 h4, .mb-25 h5, .mb-25 h6, .mb-25 p, .mb-25 ul, .mb-25 ol {
  margin-bottom: 25px;
}
.mb-50 h1, .mb-50 h2, .mb-50 h3, .mb-50 h4, .mb-50 h5, .mb-50 h6, .mb-50 p, .mb-50 ul, .mb-50 ol {
  margin-bottom: 50px;
}
.mb-75 h1, .mb-75 h2, .mb-75 h3, .mb-75 h4, .mb-75 h5, .mb-75 h6, .mb-75 p, .mb-75 ul, .mb-75 ol {
  margin-bottom: 75px;
}
.mb-100 h1, .mb-100 h2, .mb-100 h3, .mb-100 h4, .mb-100 h5, .mb-100 h6, .mb-100 p, .mb-100 ul, .mb-100 ol {
  margin-bottom: 100px;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

/* vertically between full width or inner sections on the same side */
/* or if margin bottom isn't big enough? */
.spacer-10 {
  height: 10px;
}
.spacer-15 {
  height: 15px;
}
.spacer-20 {
  height: 20px;
}
.spacer-25 {
  height: 25px;
}
.spacer-30 {
  height: 30px;
}
.spacer-35 {
  height: 35px;
}
.spacer-40 {
  height: 40px;
}
.spacer-45 {
  height: 45px;
}
.spacer-50 {
  height: 50px;
}
.spacer-75 {
  height: 75px;
}
.spacer-100 {
  height: 100px;
}
.spacer-120 {
  height: 120px;
}

@media (max-width: 991px) {
  .tablet-spacer-20 {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .mobile-spacer-20 {
    height: 20px;
  }
}
/* Mixins */
/* ***************************************** */
/* Elements */
/* Sections */
/* In ACF, allow any section the ability to adding in background images (full, left, or right) */
/* In ACF, allow the ability to choose a background color? */
/* Or should the entire section just be pasted in a single ACF editor? */
/* In ACF, all sections are just called generically 'section' and duplicates */
/* used to quickly build pages */
.section {
  padding: 0 0;
}
.section-xm {
  padding: 10px 0;
}
.section-sm {
  padding: 25px 0;
}
.section-md {
  padding: 50px 0;
}
.section-lg {
  padding: 75px 0;
}
.section-xl {
  padding: 100px 0;
}

/* used when differnt background colors and/or an image are each side */
.section-inner__right {
  padding: 50px 0 50px 30px;
}
.section-inner__right--lg {
  padding: 125px 0 125px 30px;
}
.section-inner__left {
  padding: 50px 30px 50px 0;
}
.section-inner__left--lg {
  padding: 125px 30px 125px 0;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-img--right {
  background-size: 50% 100%;
  background-position: right;
}
.bg-img--left {
  background-size: 50% 100%;
  background-position: left;
}

/* Backgrounds */
/* universal modifiers, else i'd have to duplicate them in section-outer and section-inner*/
.bg-dark {
  background-color: #333;
}

.bg-light {
  background-color: #fff;
}

.bg-primary {
  background-color: blue;
}

.bg-secondary {
  background-color: red;
}

.bg-tertiary {
  background-color: yellow;
}

/* Buttons */
.btn a {
  background-color: #EE7830;
  color: #fff;
  line-height: 19px;
  padding: 10px 36px;
  border-radius: 7px;
  display: inline-block;
}
.btn a:hover {
  background-color: #fff;
  color: #231F20;
}

/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .btn a {
    padding: 10px 30px;
  }
}
/* Components */
/* Header */
/* ***************************************** */
.site-header {
  /*background-color: #EE7830;*/
  font-family: Upgrade, sans-serif;
  position: relative;
  /* overrides display table setting, to make the background colors work */
}
.site-header:before, .site-header:after {
  display: block;
}
.site-header .row > div:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
}
.site-header .row > div:nth-child(3) {
  background-color: #231F20;
  z-index: 2;
}
.site-header .row > div:nth-child(3) .triangle {
  position: absolute;
  left: -1px;
  top: -4px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 60px solid transparent;
  /*border-top: 109px solid #EE7830;*/
  border-top: 131px solid #EE7830;
}
.site-header #primary-menu {
  text-align: right;
}
.site-header #primary-menu > li {
  float: none;
  display: inline-block;
}
.site-header .sub-menu {
  background-color: #EE7830;
  text-align: left;
  /*left: -10px;*/
}
.site-header .sub-menu li:first-child {
  border-top: 1px solid #333;
}
.site-header .sub-menu a {
  padding: 5px 10px;
}
.site-header .menu-item-has-children .down-arrow {
  display: none;
}
.site-header .background {
  background-color: #EE7830;
  z-index: 0;
}
.site-header:before {
  height: 100%;
  width: 50%;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EE7830;
  z-index: 0;
}
.site-header .inner-container:before {
  height: 100%;
  width: 50%;
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  background-color: #231F20;
  z-index: -1;
}

.sub-header {
  background-color: #D51721;
  padding: 10px 0;
  text-align: center;
}
.sub-header p {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}

.site-branding a {
  /*margin: 12px 0;*/
  /*margin: 38px 0 12px;*/
  margin: 32px 0 18px;
}

.main-navigation {
  /*margin-top: 25px;*/
  margin-top: 33px;
}
.main-navigation a {
  color: #fff;
  /*font-size: 18px;
  line-height: 21px;*/
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  padding: 25px 8px;
}
.main-navigation a:hover {
  color: #231F20;
}
.main-navigation .current_page_item > a {
  color: #231F20;
}

/*.menu-request-service-container {
	padding-top: 14px;
	text-align: right;
	.btn {
		a {
			background-color: #EE7830;
			color: #fff;
			line-height: 19px;
			padding: 10px 36px;
			border-radius: 7px;
			&:hover {
				background-color: #fff;
				color: #231F20;
			}
		}	
	}
	ul {
		list-style: none;
	}
	li {
		a {
			display: inline-block;
		}
		&:first-child {
			a {
				color: #fff;
				font-weight: 600;
				margin-bottom: 14px;
			}
		}
		&:last-child {
			a {

			}
		}
	}
}*/
.menu-request-service-container {
  padding-top: 32px;
  text-align: right;
}
.menu-request-service-container .btn {
  display: inline-block;
}
.menu-request-service-container .btn:nth-child(2) {
  margin-right: 4px;
}
.menu-request-service-container .btn a {
  background-color: #EE7830;
  color: #fff;
  font-size: 12px;
  font-size: 11px;
  line-height: 19px;
  /*padding: 7px 6px;*/
  padding: 7px 13px;
  border-radius: 7px;
  display: inline-block;
}
.menu-request-service-container .btn a:hover {
  background-color: #fff;
  /*border-color: #fff;*/
  /*color: #222;*/
  color: #231F20;
}
.menu-request-service-container ul {
  list-style: none;
}
.menu-request-service-container li a {
  display: inline-block;
}
.menu-request-service-container li:first-child a {
  color: #fff;
  font-weight: 600;
  margin-bottom: 14px;
}

/* Desktop - 992px */
/* ***************************************** */
@media (max-width: 1199px) {
  .site-header .row > div:nth-child(3) .triangle {
    border-right: 35px solid transparent;
    border-top: 134px solid #EE7830;
  }

  .site-branding a {
    margin: 38px 0 21px;
  }

  .main-navigation {
    /*margin-top: 25px;*/
    margin-top: 36px;
  }
  .main-navigation a {
    /*font-size: 17px;*/
    font-size: 13px;
    padding: 25px 5px;
  }
  .main-navigation .current_page_item > a {
    color: #231F20;
  }

  .menu-request-service-container {
    padding-top: 33px;
  }
  .menu-request-service-container li:first-child a {
    font-size: 16px;
  }
  .menu-request-service-container .btn a {
    font-size: 10px;
    /*padding: 7.5px 6px;*/
  }
}
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .site-header {
    background-color: #EE7830;
  }
  .site-header .row > div:nth-child(3) {
    display: none;
  }
  .site-header:before {
    display: none;
  }
  .site-header .inner-container:before {
    display: none;
  }
  .site-header .menu-toggle {
    display: block;
  }
  .site-header #primary-menu {
    display: none;
    position: relative;
    	/*position: absolute;
        left: 0;
        top: 30px;
        z-index: 2;
        background-color: #1C2024;
        width: 100%;*/
  }
  .site-header #primary-menu > li {
    text-align: left;
    display: block;
  }
  .site-header .menu-main-menu-container {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background-color: #EE7830;
    width: 100%;
  }
  .site-header .main-navigation {
    margin-top: 0;
  }
  .site-header .main-navigation li {
    float: none;
    display: block;
  }
  .site-header .main-navigation a {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    padding: 15px 0 15px 38px;
  }
  .site-header #primary-menu > li {
    border-bottom: 1px solid #333;
    /*&:hover {
    	.sub-menu {
    		display: none;
    	}
    }*/
  }
  .site-header #primary-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #primary-menu > li .sub-menu {
    display: none;
    float: none;
    position: relative;
    left: 0;
    box-shadow: none;
  }
  .site-header #primary-menu > li .sub-menu li {
    border-bottom: 1px solid #333;
  }
  .site-header #primary-menu > li .sub-menu li:first-child {
    border-top: 1px solid #333;
  }
  .site-header #primary-menu > li .sub-menu li:last-child {
    border-bottom: 0;
  }
  .site-header #primary-menu > li .sub-menu a {
    padding: 15px 0 15px 55px;
    width: 100%;
  }
  .site-header .toggled {
    /*.submenu {
    	display: none;
    }*/
  }
  .site-header .toggled #primary-menu {
    /*display: block;*/
    display: none;
  }
  .site-header .menu-item-has-children {
    			/*> a {
    				&:after {
    					content: '▼';
    					position: absolute;
    					right: 0;
    					top: 50%;
        				transform: translateY(-50%);
        				font-size: 15px;
        				padding: 20px;
        				z-index: 33333;
        				&:hover {
    						cursor: help;
        				}
    				}
    			}*/
  }
  .site-header .menu-item-has-children .down-arrow {
    /*content: '▼';*/
    display: block;
    position: absolute;
    right: 0;
    /*top: 50%;
    transform: translateY(-50%);*/
    top: 0;
    font-size: 15px;
    padding: 20px 38px 20px 20px;
    z-index: 33333;
    cursor: pointer;
  }
  .site-header .menu-item-has-children .down-arrow:hover {
    color: #222;
  }
  .site-header .hamburger {
    border: 0;
    background: none;
    display: block;
    outline: 0;
    position: absolute;
    right: 15px;
    top: -74px;
  }
  .site-header .hamburger:hover {
    cursor: pointer;
  }
  .site-header .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
  .site-header .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  .site-header .hamburger-inner, .site-header .hamburger-inner::before, .site-header .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #231F20;
    border-radius: 4px;
    position: absolute;
  }
  .site-header .hamburger-inner::before, .site-header .hamburger-inner::after {
    content: "";
    display: block;
  }
  .site-header .hamburger-inner::before {
    top: -10px;
  }
  .site-header .hamburger-inner::after {
    bottom: -10px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
/* Portrait Phone - 320px */
/* ***************************************** */
/* Footer */
/* ***************************************** */
.site-footer {
  padding: 65px 0;
  background-color: #EE7830;
  font-family: Upgrade, sans-serif;
  text-align: center;
}
.site-footer .site-info {
  color: #231F20;
  font-size: 15px;
  line-height: 19px;
  /*font-size: 21px;
  line-height: 26px;*/
  font-weight: 700;
  margin-bottom: 64px;
}
.site-footer .site-info .copyright {
  color: #231F20;
  margin-bottom: 5px;
}
.site-footer .site-info .address {
  color: #fff;
  font-weight: 500;
}
.site-footer .site-info img {
  margin-bottom: 16px;
}
.site-footer h3 {
  color: #231F20;
  font-size: 35px;
  line-height: 39px;
  font-weight: 600;
}
.site-footer .underline {
  background-color: #fff;
  height: 2px;
  width: 78px;
  margin: 0 auto 16px auto;
}
.site-footer .links .menu {
  /*width: 425px;*/
  width: 335px;
  margin: auto;
}
.site-footer .links li {
  display: inline-block;
  margin-right: 20px;
  /*&:nth-child(6) {
  	margin-right: 40px;
  }*/
}
.site-footer .links li:nth-child(1) {
  margin-right: 35px;
  margin-bottom: 10px;
}
.site-footer .links li:nth-child(2) {
  margin-right: 60px;
  margin-bottom: 10px;
}
.site-footer .links li:nth-child(3) {
  margin-right: 0;
  margin-bottom: 10px;
}
.site-footer .links li:nth-child(4) {
  margin-left: 0;
  margin-right: 35px;
}
.site-footer .links li:nth-child(5) {
  margin-right: 60px;
}
.site-footer .links li:last-child {
  margin-right: 0;
}
.site-footer .links .circle {
  background-color: #ED6817;
  border-radius: 50%;
  height: 52px;
  width: 52px;
  position: relative;
}
.site-footer .links a {
  color: #fff;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site-footer .links a:hover {
  color: #fff;
}
.site-footer .social img {
  margin-right: 30px;
}
.site-footer .social a:last-child img {
  margin-right: 0;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .site-footer .links {
    margin-bottom: 60px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .site-footer .links .menu {
    width: auto;
  }
  .site-footer .links li:nth-child(odd), .site-footer .links li:nth-child(even) {
    margin: 5px 40px;
  }
  .site-footer .social img {
    margin: 5px 15px !important;
  }
}
/* Footer */
/* ***************************************** */
.checkmarks-section {
  padding-top: 80px;
  padding-bottom: 38px;
  background-color: #231F20;
  overflow: hidden;
}
.checkmarks-section .header {
  text-align: center;
  /*margin-bottom: 50px;*/
  margin-bottom: 55px;
}
.checkmarks-section .header h2 {
  color: #EE7830;
  font-size: 35px;
  line-height: 42px;
  font-weight: 900;
  margin-bottom: 15px;
}
.checkmarks-section .header p, .checkmarks-section .header a {
  color: #fff;
  font-size: 23px;
  line-height: 39px;
  font-weight: 900;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.checkmarks-section .header a:hover {
  color: #fff !important;
}
.checkmarks-section .details {
  color: #fff;
  font-size: 18px;
  line-height: 16px;
  font-weight: 900;
}
.checkmarks-section .details p {
  margin-bottom: 25px;
}
.checkmarks-section .details img {
  vertical-align: top;
  margin-right: 10px;
}
.checkmarks-section .details span {
  color: #EE7830;
}
.checkmarks-section .details .row > div:last-child {
  /*text-align: center;*/
}
.checkmarks-section .details .row > div:last-child p {
  margin-bottom: 0;
}

.sub-checkmarks-section {
  padding: 21px 0 88px;
  background-color: #231F20;
}
.sub-checkmarks-section h2 {
  color: #EE7830;
  font-size: 31px;
  line-height: 39px;
  font-weight: 900;
  margin-bottom: 14px;
  text-align: center;
}
.sub-checkmarks-section p {
  color: #fff;
  font-size: 21px;
  line-height: 31px;
  font-weight: 400;
  margin-bottom: 0px;
}
.sub-checkmarks-section p a {
  color: #EE7830;
}

.contact-form-section {
  padding-bottom: 80px;
  background-color: #231F20;
  overflow: hidden;
  /*form {
  	ul.home-form-list input {
  	  width:100%;	
  	  max-width:500px;
  	  margin-bottom:15px;
  	  border:none;
  	  border-radius:10px;
  	  padding:15px;
  	  background: #C5E9FF;  
  	}
  	ul.home-form-list input.submit{
  		max-width:200px;
  	    background: #FFFF6B;
  	}
  }*/
  	/*.wpcf7, form {
  		li.hide {
  		  display: none;
  		}
  		ul.home-form-list {
  			list-style-type: none;
  		}
  		li {
  			&:before {
  				content: none !important;
  			}
  		}
  
  		input[type="text"], input[type="tel"], input[type="email"], textarea {
  			color: #C4C4C4;
  			font-size: 24px;
  			line-height: 39px;
  			font-weight: 600;
  			border: none;
  			border-bottom: 3px solid #C4C4C4;
  			width: 100%;
  			margin-bottom: 55px;
  		}
  		textarea {
  			height: 200px;
  			margin-bottom: 0;
  		}
  		.row {
  			> div {
  				&:nth-last-child(3) {
  					margin-bottom: 114px;
  				}
  			}
  		}
  		input[type="submit"] {
  			color: #fff;
  			font-size: 30px;
  			line-height: 19px;
  			font-weight: 500;
  			padding: 12px 120px;
  			background-color: #01AEF0;
  			border-radius: 7px;
  			float: right;
  			&:hover {
  				cursor: pointer;
  			}
  		}
  	}*/
}
.contact-form-section .form-container {
  position: relative;
  z-index: 2;
}
.contact-form-section .form-container:before {
  height: 100%;
  width: 50%;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.contact-form-section .form-container .underlay {
  height: 100%;
  width: 50%;
  content: ' ';
  position: absolute;
  top: 25px;
  left: 0;
  background-color: #EE7830;
  z-index: -1;
}
.contact-form-section h2 {
  color: #EE7830;
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 40px;
}
.contact-form-section .form {
  padding: 68px 0;
  background-color: #fff;
  position: relative;
}
.contact-form-section .form .underlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 25px;
  right: -50px;
  background-color: #EE7830;
  z-index: -1;
}
.contact-form-section .form:after {
  height: 100%;
  width: 50%;
  content: ' ';
  position: absolute;
  top: 25px;
  right: -25px;
  background-color: #EE7830;
  z-index: -1;
}

form li.hide {
  display: none;
}
form ul.home-form-list {
  list-style-type: none;
}
form li:before {
  content: none !important;
}
form input[type="text"], form input[type="tel"], form input[type="email"], form select, form textarea {
  /*color: #C4C4C4;*/
  color: #757575;
  font-size: 24px;
  line-height: 39px;
  font-weight: 600;
  border: none;
  border-bottom: 3px solid #C4C4C4;
  width: 100%;
  margin-bottom: 55px;
}
form select {
  /*color: #757575;*/
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 0;
  padding-bottom: 8px;
}
form ::placeholder {
  color: #757575;
}
form textarea {
  height: 200px;
  margin-bottom: 0;
}
form .row > div:nth-last-child(3) {
  /*margin-bottom: 114px;*/
}
form input[type="submit"] {
  color: #fff;
  font-size: 30px;
  line-height: 19px;
  font-weight: 400;
  padding: 14px 120px;
  background-color: #EE7830;
  border-radius: 7px;
  float: right;
  border: 0;
  margin-top: 100px;
  text-transform: uppercase;
}
form input[type="submit"]:hover {
  cursor: pointer;
  background-color: #231F20;
  color: #EE7830;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  /*.checkmarks-section {
  	.details {
  		.row {
  			> div {
  				&:last-child {
  					text-align: left;
  				}
  			}
  		}
  	}
  }*/
  .contact-form-section .form-container:before {
    background-color: transparent;
  }
  .contact-form-section .form-container > .underlay {
    background-color: transparent;
  }
  .contact-form-section .form-container .form {
    padding: 68px 60px;
  }
  .contact-form-section .form-container .form .underlay {
    top: 20px;
  }
  .contact-form-section .form-container .form:after {
    top: 20px;
    right: -20px;
  }
  .contact-form-section .form-container .wpcf7, .contact-form-section .form-container form {
    /*.your-subject, #foli13 {
    	input {
    		margin-bottom: 0;
    	}
    }*/
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .contact-form-section {
    /*.wpcf7, form {
    	input[type="submit"] {
    		padding: 12px 85px;
    	}
    }*/
  }
  .contact-form-section .form-container .form {
    padding: 65px 15px;
  }
  .contact-form-section .form-container:after {
    display: none;
  }

  form input[type="submit"] {
    padding: 12px 55px;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .checkmarks-section .header {
    margin-bottom: 16px;
  }
}
/* Subpage */
/* ***************************************** */
.page .entry-header {
  padding: 157px 0;
  text-align: center;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page .entry-header h1, .page .entry-header h3 {
  /*@include font(#EE7830, 54, 54, 700);*/
  color: #EE7830;
  font-size: 73px;
  line-height: 74px;
  font-weight: 900;
  margin-bottom: 0px;
  text-shadow: 3px 2px 0px #231F20;
  text-transform: uppercase;
}
.page .entry-content {
  font-size: 27px;
  color: #222;
  line-height: 33px;
  font-weight: 400;
}
.page .entry-content p {
  margin-bottom: 20px;
}
.page .entry-content ul {
  list-style: none;
  margin-left: 30px;
}
.page .entry-content ul li {
  margin-bottom: 5px;
}
.page .entry-content ul li:before {
  content: "\2022";
  color: #1E73BE;
  font-weight: 700;
  margin-right: 10px;
}
.page .entry-content ul li:last-child {
  margin-bottom: 0;
}
.page .entry-content a {
  color: #1E73BE;
}
.page .entry-content a:hover {
  color: #D51721;
}

.page-id-7084 .entry-header h1, .page-id-9690 .entry-header h1 {
  color: #fff;
}

.default-page-template.page {
  padding: 50px 0;
}
.default-page-template.page h1, .default-page-template.page h2, .default-page-template.page h3, .default-page-template.page h4, .default-page-template.page h5, .default-page-template.page h6 {
  color: #004375;
  line-height: 1.2;
  margin-bottom: 15px;
}
.default-page-template.page h2 {
  font-size: 42px;
}
.default-page-template.page h3 {
  font-size: 28px;
}
.default-page-template.page h4 {
  font-size: 24px;
}
.default-page-template.page p, .default-page-template.page ul {
  /*font-size: 18px !important;*/
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 15px;
}
.default-page-template.page form {
  margin-top: 50px;
}
.default-page-template.page .section {
  padding: 25px 0;
}
.default-page-template.page .offer {
  /*background-position: center;
  background-size: contain;
  background-repeat: no-repeat;*/
  text-align: center;
  /*height: 330px;*/
  /*position: relative;*/
}
.default-page-template.page .offer .content {
  /*text-align: center;*/
  width: 65%;
  margin: auto;
  /*position: absolute;
  left: 50px;
  top: 38%;
  transform: translateY(-38%);*/
}
.default-page-template.page .offer h4 {
  color: #D51721;
  font-size: 47px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 7px;
}
.default-page-template.page .offer h4 span {
  font-size: 30px;
}
.default-page-template.page .offer h3, .default-page-template.page .offer p {
  color: #1E73BE;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 7px;
}
.default-page-template.page .offer h2 {
  font-weight: 700;
}
.default-page-template.page .offer .details {
  font-weight: 400;
}
.default-page-template.page .offer .license {
  font-weight: 500;
}
.default-page-template.page .offer .expire {
  color: #D51721;
  font-weight: 700;
  margin-bottom: 0;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .page .entry-header {
    padding: 75px 0;
  }
  .page .entry-header h1, .page .entry-header h3 {
    font-size: 40px;
    line-height: 52px;
  }
  .page .entry-content ul {
    margin-left: 0;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
/* Pages */
/* Homepage */
/* ***************************************** */
.home {
  /*.reviews-section {
  	background-position: left;
  	background-repeat: no-repeat;
  	background-size: 50% 100%;
  	[class*='col-'] {
  		padding: 0;
  	}
  	h2 {
  		font-size: 35px;
  		line-height: 39px;
  		font-weight: 600;
  		text-align: center;
  	}
  	.comic-square {
  		padding-top: 56px;
  		padding-right: 30px;
  		background-size: 0 0;
  		h2 {
  			color: #EE7830;
  			margin-bottom: 84px;
  		}
  	}
  	.reviews {
  		padding: 50px 0 45px 50px;
  		h2 {
  			color: #EE7830;
  			font-weight: 900;
  			margin-bottom: 7px;
  		}
  		.underline {
  			width: 78px;
  			height: 2px;
  			background-color: #01AEF0;
  			margin: 0 auto 40px auto;
  		}
  		img {
  			display: block;
  			margin: 0 auto 40px auto;
  		}
  		p {
  			color: #231F20;
  			font-size: 19px;
  			line-height: 23px;
  			font-weight: 500;
  			margin-bottom: 25px;
  			&:last-child {
  				margin-bottom: 0;
  			}
  		}
  		.arrow {
  			position: absolute;
  			left: -1px;
  			top: 49px;
  			width: 0; 
  			height: 0; 
  			border-top: 22px solid transparent;
  			border-bottom: 22px solid transparent;
  			border-left: 33px solid #231F20;
  		}
  		.slick-slider-dots {
  			margin-top: 25px;
  		}
  		.slick-dotted.slick-slider {
  			margin-bottom: 0;
  		}
  		.slick-dots {
  			position: static;
  			li {
  				button {
  					&:before {
  						font-size: 11px;
  					}
  				}
  			}
  			li.slick-active {
  				button {
  					&:before {
  						color: #231F20;
  					}
  				}
  			}
  		}
  	}
  }*/
}
.home .hero-section-v2 {
  /*height: 625px;*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home .hero-section-v2 .break-s {
  opacity: 0;
}
.home .hero-section-v2 .container {
  position: relative;
  height: 100%;
}
.home .hero-section-v2 .row {
  margin: 0;
}
.home .hero-section-v2 .center-outer {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.home .hero-section-v2 .details {
  text-align: left;
}
.home .hero-section-v2 h2 {
  font-family: 'Lato', sans-serif !important;
  color: #EE7830 !important;
  font-size: 43px !important;
  /*line-height: 61px !important;*/
  line-height: 50px !important;
  font-weight: 900 !important;
  /*text-shadow: 0px 3px 6px #000000 !important;*/
  margin-bottom: 7px !important;
}
.home .hero-section-v2 p {
  font-family: 'Lato', sans-serif !important;
  color: #fff !important;
  /*font-size: 50px !important;*/
  font-size: 35px !important;
  line-height: 50px !important;
  font-weight: 500 !important;
  text-shadow: 0px 3px 6px #00000058 !important;
}
.home .hero-section-v2 .trademark {
  top: -9px !important;
}
.home .hero-section-v2 a {
  font-family: 'Lato', sans-serif !important;
  color: #fff !important;
  font-size: 22px !important;
  line-height: 19px !important;
  font-weight: 900 !important;
  padding: 13px 45px !important;
  background-color: #EE7830 !important;
  border-radius: 7px !important;
  box-shadow: 0px 3px 6px #000000 !important;
  display: inline-block !important;
  margin-top: 30px !important;
  /*margin-bottom: 120px !important;*/
  /*margin-bottom: 20px !important;*/
  text-transform: uppercase !important;
}
.home .hero-section-v2 a:hover {
  color: #EE7830 !important;
  background-color: #fff !important;
}
.home .hero-section-v2 img {
  position: absolute !important;
  left: 0 !important;
  top: 90px !important;
  z-index: -1 !important;
}
.home .current-offers-section {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home .current-offers-section h2 {
  color: #EE7830;
  /*font-size: 42px;*/
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
  text-transform: uppercase;
}
.home .current-offers-section .offers {
  /*padding: 65px 0;*/
  padding: 65px 0 10px 0;
}
.home .current-offers-section .offer {
  /*background-position: top left;
  background-repeat: no-repeat;*/
  max-width: 316px;
  height: 170px;
  margin: auto;
  background-color: #EE7830;
  border: 3px solid #fff;
  border-radius: 15px;
  position: relative;
}
.home .current-offers-section .details {
  /*width: 250px;*/
  /*width: 300px;*/
  width: 100%;
  margin: auto;
  text-align: center;
  position: absolute;
  /*top: 102px;
  left: 60px;*/
  /*top: 134px;*/
  top: 50%;
  /*left: 40px;*/
  transform: translateY(-50%);
}
.home .current-offers-section .details h3 {
  color: #231F20;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 8px;
}
.home .current-offers-section .details p {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.home .current-offers-section .details a {
  color: #fff;
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  padding: 5px 20px;
  background-color: #231F20;
  border-radius: 7px;
  display: inline-block;
}
.home .current-offers-section .details a:hover {
  background-color: #fff;
  /*color: #D51721;*/
  color: #231F20;
}
.home .current-offers-section .offer-btn {
  text-align: center;
  margin-top: 110px;
}
.home .current-offers-section .offer-btn a {
  color: #231F20;
  font-size: 30px;
  line-height: 19px;
  font-weight: 700;
  padding: 20px 75px;
  background-color: #EE7830;
  border-radius: 7px;
  margin: auto;
  display: inline-block;
}
.home .current-offers-section .offer-btn a:hover {
  background-color: #fff;
}
.home .locations-section {
  padding: 75px 0;
}
.home .locations-section h2 {
  color: #EE7830;
  font-size: 31px;
  line-height: 39px;
  font-weight: 900;
  margin-bottom: 15px;
  text-align: center;
}
.home .locations-section p {
  color: #231F20;
  font-size: 21px;
  line-height: 31px;
  font-weight: 400;
  margin-bottom: 0px;
}
.home .services-section {
  padding: 105px 0 85px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*background-color: #1E73BE;*/
  overflow: hidden;
}
.home .services-section .row {
  position: relative;
}
.home .services-section .row > div {
  z-index: 2;
  padding: 0;
}
.home .services-section .header {
  /*padding-top: 15px;*/
  text-align: center;
  margin-bottom: 46px;
}
.home .services-section .header h2 {
  color: #EE7830;
  font-size: 31px;
  line-height: 39px;
  font-weight: 900;
  margin-bottom: 10px;
  margin-bottom: 10px;
}
.home .services-section .header .underline {
  background-color: #fff;
  height: 2px;
  width: 78px;
  margin: 0 auto 10px auto;
}
.home .services-section .header p {
  color: #fff;
  font-size: 23px;
  line-height: 31px;
  font-weight: 900;
  margin-bottom: 0px;
}
.home .services-section .service {
  background-color: #fff;
  border-left: 1px solid #231F20;
  /*padding: 15px 21px;*/
  text-align: center;
  height: 100%;
  /*a {
  	width: 100%;
  	height: 100%;
  	display: block;
  	padding: 0 21px 15px 21px;
  }*/
}
.home .services-section .service:nth-child(2) {
  border-left: none;
}
.home .services-section .service:nth-child(2), .home .services-section .service:nth-child(3), .home .services-section .service:nth-child(4) {
  border-bottom: 1px solid #231F20;
}
.home .services-section .service:hover {
  /*background-color: red;*/
}
.home .services-section .service:hover h3 {
  color: #231F20;
}
.home .services-section .service .wrapper {
  width: 100%;
  height: 100%;
  display: block;
  padding: 21px 21px 15px 21px;
}
.home .services-section .service img {
  display: block;
  margin: 0 auto 0 auto;
}
.home .services-section .service h3 {
  color: #222;
  font-size: 19px;
  line-height: 39px;
  font-weight: 700;
  margin-bottom: 5px;
}
.home .services-section .service p {
  color: #222;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
.home .services-section .service .btn {
  margin-top: 65px;
}
.home .services-section .service .btn a {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  padding: 10px;
  width: 170px;
  position: absolute;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #231F20;
}
.home .services-section .service .btn a:hover {
  color: #fff;
  background-color: #EE7830;
}
.home .services-section .background-box {
  background-color: #EE7830;
  width: 75%;
  /*height: 100%;*/
  height: 64%;
  position: absolute;
  /*right: -15px;
  bottom: -18px;*/
  left: 50%;
  bottom: -15px;
  transform: translateX(-48%);
  z-index: 0 !important;
}
.home .orlando-section {
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 50% 100%;
}
.home .orlando-section [class*='col-'] {
  padding: 0;
}
.home .orlando-section .details {
  padding: 80px 0 80px 39px;
}
.home .orlando-section .orlando {
  padding: 80px 0 80px 39px;
  text-align: center;
  background-size: 0 0;
}
.home .orlando-section .orlando p {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 15px;
}
.home .orlando-section .orlando a {
  font-size: 29px;
  line-height: 44px;
  font-weight: 800;
}
.home .orlando-section .image-container {
  margin-top: 50px;
}
.home .orlando-section .arrow {
  position: absolute;
  left: -1px;
  top: 49px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 33px solid #231F20;
}
.home .orlando-section h2 {
  color: #EE7830;
  font-size: 35px;
  line-height: 39px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 21px;
}
.home .orlando-section h3 {
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 21px;
}
.home .orlando-section h4 {
  color: #fff;
  font-size: 29px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 0;
}
.home .orlando-section p {
  color: #231F20;
  font-size: 19px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 25px;
}
.home .orlando-section a {
  color: #EE7830;
}
.home .beyond-mosquito-control {
  padding: 75px;
}
.home .beyond-mosquito-control h2 {
  color: #EE7830;
  font-size: 35px;
  line-height: 39px;
  font-weight: 900;
  margin-bottom: 18px;
}
.home .beyond-mosquito-control p {
  color: #231F20;
  font-size: 21px;
  line-height: 31px;
  font-weight: 400;
  margin-bottom: 18px;
}
.home .video-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.home .video-section h2 {
  color: #EE7830;
  font-size: 35px;
  line-height: 39px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  text-align: center;
}
.home .video-section iframe {
  display: block;
  margin: auto;
}
.home .request-service-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 65px 0;
}
.home .request-service-section .title h2, .home .request-service-section .title p {
  color: #231F20;
  font-size: 35px;
  line-height: 42px;
  font-weight: 900;
  margin-bottom: 18px;
}
.home .request-service-section .inner {
  max-width: 800px;
  margin: auto;
}
.home .request-service-section .inner .details p {
  color: #fff;
  font-size: 25px;
  line-height: 31px;
  font-weight: 900;
  margin-bottom: 18px;
}
.home .request-service-section .inner .details p span {
  color: #231F20;
}
.home .request-service-section .btn {
  text-align: center;
  margin-top: 34px;
}
.home .request-service-section .btn a {
  color: #fff;
  color: #fff;
  font-size: 21px;
  line-height: 29px;
  font-weight: 900;
  margin-bottom: 0px;
  background-color: #231F20;
}
.home .request-service-section .btn a:hover {
  color: #231F20;
  background-color: #fff;
}
.home .about-section {
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 50% 100%;
  background-color: #EAEAEA;
}
.home .about-section [class*='col-'] {
  padding: 0;
}
.home .about-section .details {
  padding: 80px 39px 80px 0;
}
.home .about-section .details .btn a:hover {
  color: #fff;
  background-color: #333;
}
.home .about-section .reviews {
  /*padding: 0px 0 45px 50px;*/
  padding: 0px 0 0 50px;
}
.home .about-section .reviews h2 {
  color: #EE7830;
  font-weight: 900;
  margin-bottom: 7px;
}
.home .about-section .reviews .underline {
  width: 78px;
  height: 2px;
  background-color: #231F20;
  margin: 0 auto 40px auto;
}
.home .about-section .reviews img {
  display: block;
  margin: 0 auto 40px auto;
}
.home .about-section .reviews p {
  color: #231F20;
  font-size: 19px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 25px;
}
.home .about-section .reviews p:last-child {
  margin-bottom: 0;
}
.home .about-section .reviews .arrow {
  position: absolute;
  left: -1px;
  top: 49px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 33px solid #231F20;
}
.home .about-section .reviews .slick-slider-dots {
  /*margin-top: 25px;*/
  margin-top: 50px;
}
.home .about-section .reviews .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.home .about-section .reviews .slick-dots {
  position: static;
}
.home .about-section .reviews .slick-dots li button {
  /*width: 20px;
  height: 20px;*/
}
.home .about-section .reviews .slick-dots li button:before {
  font-size: 11px;
  /*color: #EAEAEA;
  border: 1px solid #000;*/
}
.home .about-section .reviews .slick-dots li.slick-active button:before {
  color: #EE7830;
}
.home .about-section .free-estimate {
  padding: 80px 0 80px 39px;
  text-align: center;
  background-size: 0 0;
}
.home .about-section .free-estimate p {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 15px;
}
.home .about-section .image-container {
  margin-top: 50px;
}
.home .about-section .arrow {
  position: absolute;
  right: -1px;
  top: 49px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 33px solid #231F20;
}
.home .about-section h2 {
  color: #EE7830;
  font-size: 35px;
  line-height: 39px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 44px;
}
.home .about-section p {
  color: #231F20;
  font-size: 19px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 15px;
}
.home .about-section a {
  color: #EE7830;
}
.home .about-section .btn {
  text-align: center;
}
.home .about-section .btn a {
  color: #fff;
  font-size: 30px;
  line-height: 19px;
  font-weight: 500;
  padding: 18px 40px;
  background-color: #EE7830;
  border-radius: 7px;
  display: inline-block;
  /*max-width: 373px;*/
  width: 373px;
}
.home .about-section .btn a:hover {
  color: #EE7830;
  background-color: #fff;
}
.home .about-section img {
  /*margin: 82px 0;*/
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;*/
}
.home .smartphone-app-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: relative;
}
.home .smartphone-app-section .details {
  padding: 60px 0;
}
.home .smartphone-app-section h2 {
  color: #000;
  font-size: 35px;
  line-height: 39px;
  font-weight: 900;
  margin-bottom: 10px;
}
.home .smartphone-app-section p {
  color: #000;
  font-size: 25px;
  line-height: 33px;
  font-weight: 900;
  margin-bottom: 18px;
}
.home .smartphone-app-section p span {
  color: #fff;
  position: relative;
  top: -1px;
  margin-right: 10px;
}
.home .smartphone-app-section p:last-child {
  margin-bottom: 0;
}
.home .smartphone-app-section img {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Desktop - 992px */
/* ***************************************** */
@media (max-width: 1199px) {
  .home .hero-section-v2 a {
    /*margin-bottom: 50px !important;*/
  }
  .home .hero-section-v2 img {
    width: 63% !important;
    /*top: 165px !important;*/
    top: 180px !important;
  }
  .home .hero-section .tagline {
    font-size: 24px;
  }
  .home .hero-section .special {
    font-size: 17px;
  }
  .home .hero-section .special strong {
    font-size: 22px;
  }
  .home .current-offers-section .offer {
    /*background-size: contain;*/
  }
  .home .current-offers-section .details {
    /*width: 255px;
    top: 113px;
    left: 30px;*/
  }
  .home .current-offers-section .details h3 {
    /*font-size: 22px;
    line-height: 28px;*/
    font-size: 26px;
  }
  .home .current-offers-section .details p {
    font-size: 14px;
  }
  .home .current-offers-section .details p:nth-child(2) {
    margin-bottom: 0;
  }
  .home .current-offers-section .details a {
    padding: 3px 20px;
  }
}
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .home {
    		/*.reviews-section {
        		background-size: 0 0;
        		.container, .row, .col-12 {
    				padding: 0;
    				margin: 0;
    				max-width: 100%;
    			}
        		.comic-square {
        			background-size: cover;
        			background-position: center;
        			background-repeat: no-repeat;
        			padding-bottom: 56px;
        			padding-right: 0;
        			h2 {
        				margin-bottom: 45px;
        			}
        			iframe {
        				display: block;
        				margin: auto;
        			}
        		}
    			.reviews {
    				padding-left: 0;
    				width: 470px;
    				margin: auto;
    				.arrow {
    					display: none;
    				}
    			}
    		}*/
  }
  .home .hero-section-v2 {
    /*height: 457px;*/
    /*p {
    	font-size: 29px !important;
    	line-height: 38px !important;
    }*/
  }
  .home .hero-section-v2 h2 {
    font-size: 40px !important;
    /*line-height: 35px !important;*/
  }
  .home .hero-section-v2 a {
    /*margin: 40px 0 0 0 !important;*/
  }
  .home .hero-section-v2 img {
    /*top: 55px !important;*/
    top: 90px !important;
  }
  .home .current-offers-section h1, .home .current-offers-section h2 {
    text-align: center;
  }
  .home .current-offers-section .offer {
    				/*width: 350px;
    				margin: auto;
    */
    margin-bottom: 65px;
  }
  .home .current-offers-section .offers .container .row > div:last-child .offer {
    margin-bottom: 0;
  }
  .home .current-offers-section .details {
    /*top: 134px;
    left: 67px;*/
  }
  .home .current-offers-section .details h3 {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 5px;
  }
  .home .current-offers-section .details a {
    padding: 8px 30px;
  }
  .home .current-offers-section .offer-btn {
    margin-top: 65px;
  }
  .home .services-section .service {
    display: block;
    max-width: 500px;
    margin: auto;
    border-bottom: 1px solid #231F20;
    border-left: 0;
  }
  .home .services-section .service .btn {
    margin-top: 60px;
  }
  .home .services-section .background-box {
    /*width: 100%;*/
    width: 70%;
    /*height: 75%;*/
    height: 77%;
    transform: translateX(-47%);
  }
  .home .orlando-section {
    background-size: 0 0;
  }
  .home .orlando-section .container, .home .orlando-section .row, .home .orlando-section .col-12 {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .home .orlando-section .details {
    padding: 128px 100px 128px 100px;
  }
  .home .orlando-section .orlando {
    padding: 128px 0 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .home .orlando-section img {
    display: block;
    margin: auto;
  }
  .home .orlando-section .arrow {
    display: none;
  }
  .home .about-section {
    background-size: 0 0;
  }
  .home .about-section .container, .home .about-section .row, .home .about-section .col-12 {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .home .about-section .details {
    /*height: 811px;*/
    padding: 128px 100px 128px 100px;
  }
  .home .about-section .reviews {
    /*padding-left: 0;*/
    padding: 0 0 0 0;
    width: 470px;
    margin: auto;
  }
  .home .about-section .reviews .arrow {
    display: none;
  }
  .home .about-section .free-estimate {
    padding: 128px 0 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .home .about-section img {
    display: block;
    margin: auto;
  }
  .home .about-section .arrow {
    display: none;
  }
  .home .smartphone-app-section img {
    position: relative;
    bottom: -7px;
  }
  .home .smartphone-app-section .details {
    padding: 75px 0 40px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .home {
    /*.hero-section {
    	.underlay {
    		height: 195px;
    	}
    }*/
    /*.reviews-section {
    	.reviews {
    		height: auto;
    	}
    }*/
  }
  .home .hero-section-v2 .details {
    text-align: center;
  }
  .home .hero-section-v2 h2 {
    font-size: 20px !important;
    line-height: 32px !important;
  }
  .home .hero-section-v2 p {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .home .hero-section-v2 .trademark {
    top: -5px !important;
  }
  .home .hero-section-v2 a {
    /*margin-top: 49px 0 0 0 !important;*/
    /*margin-bottom: 0 !important;*/
    font-size: 18px !important;
    line-height: 20px !important;
    padding: 6px 25px !important;
    margin-top: 13px !important;
  }
  .home .hero-section-v2 .n2-ss-control-bullet-horizontal {
    display: none;
  }
  .home .hero-section-v2 img {
    display: none !important;
  }
  .home .orlando-section .details {
    height: auto;
    padding: 128px 50px 128px 50px;
  }
  .home .request-service-section .title h2, .home .request-service-section .title p {
    font-size: 22px;
    line-height: 33px;
  }
  .home .request-service-section .inner .details p {
    font-size: 18px;
    line-height: 1.5;
  }
  .home .services-section .background-box {
    display: none;
  }
  .home .about-section .details {
    height: auto;
    padding: 128px 50px 128px 50px;
  }
  .home .about-section .reviews {
    /*height: 708px;*/
    height: auto;
  }
  .home .about-section .btn a {
    width: 280px;
    font-size: 26px;
    padding: 18px 0px;
  }
  .home .beyond-mosquito-control {
    padding: 50px 0;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .home {
    /*.reviews-section {
    	.reviews {
    		width: auto;
    		padding: 35px 15px 35px 15px;
    		.underline {
    			margin-bottom: 5px;
    		}
    		img {
    			margin-bottom: 15px;
    		}
    		.slick-slider-dots {
    			margin-top: 10px;
    		}
    	}
    }*/
  }
  .home .current-offers-section h2 {
    font-size: 34px;
  }
  .home .current-offers-section .offer {
    /*width: 290px;*/
    margin-bottom: 25px;
  }
  .home .current-offers-section .details {
    /*left: 31px;
    top: 108px;*/
  }
  .home .current-offers-section .details h3 {
    /*font-size: 22px;*/
    /*line-height: 25px;*/
    /*margin-bottom: 0;*/
  }
  .home .current-offers-section .details p {
    margin-bottom: 0;
  }
  .home .current-offers-section .details p:nth-child(3) {
    margin-bottom: 5px;
  }
  .home .current-offers-section .details a {
    padding: 3px 30px;
  }
  .home .current-offers-section .offer-btn a {
    font-size: 24px;
    padding: 20px 38px;
  }
  .home .services-section {
    padding: 65px 0;
  }
  .home .services-section .header {
    margin-bottom: 65px;
  }
  .home .services-section .service {
    border-bottom: 1px solid #01AEF0;
  }
  .home .services-section .service:nth-child(8) {
    border-bottom: 0;
  }
  .home .services-section .background-box {
    right: 0;
    bottom: -10px;
  }
  .home .orlando-section {
    background-size: 0 0;
  }
  .home .orlando-section .details {
    padding: 50px 15px 50px 15px;
  }
  .home .orlando-section .orlando {
    padding: 50px 15px 30px 15px;
  }
  .home .about-section {
    background-size: 0 0;
  }
  .home .about-section .details {
    padding: 50px 15px 50px 15px;
  }
  .home .about-section .reviews {
    /*height: 600px;*/
    width: auto;
    /*padding: 65px 15px 45px 15px;*/
    padding: 0px 15px 35px 15px;
  }
  .home .about-section .reviews .underline {
    margin-bottom: 5px;
  }
  .home .about-section .reviews img {
    margin-bottom: 15px;
  }
  .home .about-section .reviews .slick-slider-dots {
    margin-top: 30px;
  }
  .home .about-section .free-estimate {
    padding: 50px 15px 30px 15px;
  }
  .home .about-section .btn a {
    /*padding: 18px 45px;*/
  }
  .home .about-section .image-container {
    /*height: auto;
    img {
    	width: 90%;
    }*/
  }
}
/* About Us */
/* ***************************************** */
.page-id-7084 .entry-content {
  padding: 80px 0;
}
.page-id-7084 .entry-content .image-container {
  padding: 80px 0;
  position: relative;
}
.page-id-7084 .entry-content .image-container .header {
  height: 78px;
  width: 100%;
  position: absolute;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-id-7084 .entry-content .image-container img {
  padding-top: 39px;
}
.page-id-7084 .intro-section .highlight, .page-id-7084 .our-mission-section .highlight {
  font-size: 31px;
  line-height: 38px;
}
.page-id-7084 .our-mission-section {
  padding: 45px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-id-7084 .outro-section {
  padding-top: 80px;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
/* Landscape Phone - 576px */
/* ***************************************** */
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .page-id-7084 .entry-content .image-container img {
    width: 90%;
  }
  .page-id-7084 .our-mission-section {
    padding: 45px 0;
  }
}
/* Services */
/* ***************************************** */
.page-id-7192 .services-section {
  padding: 75px 0 95px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-id-7192 .services-section h2 {
  color: #004375;
  font-size: 42px;
  line-height: 51px;
  font-weight: 700;
  margin-bottom: 87px;
}
.page-id-7192 .services-section h3 {
  color: #1E73BE;
  font-size: 23px;
  line-height: 39px;
  font-weight: 500;
  margin-bottom: 10px;
}
.page-id-7192 .services-section p {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}
.page-id-7192 .services-section a {
  color: #fff;
  font-size: 23px;
  line-height: 39px;
  font-weight: 500;
  padding: 4px 22px;
  background-color: #1E73BE;
  border-radius: 7px;
  float: right;
}
.page-id-7192 .services-section a:after {
  clear: right;
}
.page-id-7192 .services-section a:hover {
  background-color: #D51721;
  color: #fff;
}
.page-id-7192 .services-section .highlight {
  color: #004375;
  font-size: 19px;
  line-height: 24px;
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
}
.page-id-7192 .services-section .services .outer-container {
  position: relative;
  margin-bottom: 25px;
}
.page-id-7192 .services-section .services .outer-container:before {
  height: 100%;
  width: 50%;
  content: ' ';
  position: absolute;
  top: 0;
  background-color: #EAEAEA;
}
.page-id-7192 .services-section .services .outer-container:nth-child(odd):before {
  left: 0;
}
.page-id-7192 .services-section .services .outer-container:nth-child(even):before {
  right: 0;
}
.page-id-7192 .services-section .services .outer-container:last-child > .container > .row > div:last-child .service {
  display: table;
}
.page-id-7192 .services-section .services .container > .row > div {
  padding: 0;
  /*margin-bottom: 25px;*/
  /*&:first-child {
  	.service {
  		&:before {
  		    height: 100%;
  		    width: 50%;
  		    content: ' ';
  		    position: absolute;
  		    top: 0;
  		    left: -50%;
  		    background-color: #EAEAEA;
  		}
  	}
  }
  &:nth-child(4n) {
  	.service {
  		&:before {
  		    height: 100%;
  		    width: 50%;
  		    content: ' ';
  		    position: absolute;
  		    top: 0;
  		    right: -50%;
  		    background-color: #EAEAEA;
  		}
  	}
  }
  &:nth-child(5n) {
  	.service {
  		&:before {
  		    height: 100%;
  		    width: 50%;
  		    content: ' ';
  		    position: absolute;
  		    top: 0;
  		    left: -50%;
  		    background-color: #EAEAEA;
  		}
  	}
  }*/
}
.page-id-7192 .services-section .service {
  background-color: #EAEAEA;
  padding: 25px;
  /*margin-bottom: 50px;*/
  position: relative;
  height: 100%;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .page-id-7192 .services-section .services .container > .row > div {
    margin-bottom: 50px;
  }
  .page-id-7192 .services-section .services .outer-container {
    margin-bottom: 0;
  }
  .page-id-7192 .services-section .services .outer-container:before {
    display: none;
  }
  .page-id-7192 .services-section .services .outer-container:last-child .row > div:last-child {
    margin-bottom: 0;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .page-id-7192 .services-section h2 {
    text-align: center;
  }
  .page-id-7192 .services-section a {
    float: none;
    /*display: block;
    margin: auto;*/
  }
  .page-id-7192 .services-section .service img {
    display: block;
    margin: auto;
  }
  .page-id-7192 .services-section h3 {
    text-align: center;
  }
  .page-id-7192 .services-section .btn {
    text-align: center;
  }
}
/* Financing: air-conditioner-financing-tampa */
/* ***************************************** */
.page-id-13 .tagline-section {
  padding: 80px 0 100px 0;
  text-align: center;
}
.page-id-13 .tagline-section .highlight {
  color: #004375;
  font-size: 42px;
  line-height: 46px;
  font-weight: 700;
}
.page-id-13 .tagline-section p {
  color: #222;
  font-size: 27px;
  line-height: 33px;
  font-weight: 500;
}
.page-id-13 .tagline-section p:last-child {
  margin-bottom: 0;
}
.page-id-13 .call-to-action-section {
  /*padding-bottom: 130px;*/
}
.page-id-13 .call-to-action-section .outer-container, .page-id-13 .call-to-action-section .inner-container {
  position: relative;
}
.page-id-13 .call-to-action-section .outer-container:before, .page-id-13 .call-to-action-section .inner-container:before {
  height: 100%;
  width: 50%;
  content: ' ';
  position: absolute;
  top: 0;
}
.page-id-13 .call-to-action-section .outer-container:before {
  background-color: #1E73BE;
  right: 0;
}
.page-id-13 .call-to-action-section .inner-container:before {
  background-color: #EAEAEA;
  left: 0;
}
.page-id-13 .call-to-action-section .container .row > div:first-child {
  /*padding-right: 85px;*/
  padding: 35px 85px 0 0;
  background-color: #EAEAEA;
}
.page-id-13 .call-to-action-section .container .row > div:first-child h2 {
  color: #004375;
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}
.page-id-13 .call-to-action-section .container .row > div:first-child p {
  color: #222;
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}
.page-id-13 .call-to-action-section .container .row > div:first-child p.phone {
  color: #004375;
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 0;
}
.page-id-13 .call-to-action-section .container .row > div:first-child a {
  color: #D51721;
}
.page-id-13 .call-to-action-section .container .row > div:first-child a:hover {
  color: #1E73BE;
}
.page-id-13 .call-to-action-section .container .row > div:last-child {
  padding: 35px 0 35px 85px;
  text-align: center;
  background-color: #1E73BE;
}
.page-id-13 .call-to-action-section .container .row > div:last-child h2 {
  color: #FFFF6B;
  font-size: 42px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 50px;
}
.page-id-13 .call-to-action-section .container .row > div:last-child p {
  color: #fff;
  font-size: 33px;
  line-height: 38px;
  margin-bottom: 40px;
}
.page-id-13 .call-to-action-section .container .row > div:last-child a {
  color: #004375;
  font-size: 30px;
  line-height: 40px;
  padding: 10px 40px;
  background-color: #FFFF6B;
  border-radius: 7px;
  width: 375px;
  height: 58px;
  display: inline-block;
}
.page-id-13 .call-to-action-section .container .row > div:last-child a:hover {
  background-color: #fff;
  color: #1E73BE;
}
.page-id-13 .call-to-action-section .container .row > div:last-child .ac {
  margin-bottom: 55px;
}
.page-id-13 .call-to-action-section .container .row > div:last-child .financing {
  margin-bottom: 0;
}
.page-id-13 .video-section {
  padding: 70px 0;
}
.page-id-13 .video-section iframe {
  display: block;
  margin: auto;
}
.page-id-13 .hvac-experts-section, .page-id-13 .florida-pace-section {
  padding-bottom: 130px;
}
.page-id-13 .hvac-experts-section .outer-container, .page-id-13 .florida-pace-section .outer-container {
  position: relative;
}
.page-id-13 .hvac-experts-section .outer-container:before, .page-id-13 .florida-pace-section .outer-container:before {
  height: 100%;
  width: 50%;
  content: ' ';
  position: absolute;
  top: 0;
  background-color: #FFFF6B;
}
.page-id-13 .hvac-experts-section .header, .page-id-13 .florida-pace-section .header {
  background-color: #FFFF6B;
}
.page-id-13 .hvac-experts-section .header h2, .page-id-13 .florida-pace-section .header h2 {
  color: #1E73BE;
  font-size: 41px;
  line-height: 42px;
  font-weight: 700;
}
.page-id-13 .hvac-experts-section .content, .page-id-13 .florida-pace-section .content {
  padding-top: 10px;
  color: #222;
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
}
.page-id-13 .hvac-experts-section .content p:last-child, .page-id-13 .florida-pace-section .content p:last-child {
  margin-bottom: 0;
}
.page-id-13 .hvac-experts-section img, .page-id-13 .florida-pace-section img {
  position: relative;
  top: -35px;
}
.page-id-13 .hvac-experts-section .outer-container:before {
  right: 0;
}
.page-id-13 .hvac-experts-section .header h2 {
  padding: 14px 0 14px 8px;
}
.page-id-13 .hvac-experts-section .content {
  padding-left: 8px;
}
.page-id-13 .hvac-experts-section img {
  float: right;
}
.page-id-13 .florida-pace-section .outer-container:before {
  left: 0;
}
.page-id-13 .florida-pace-section .header h2 {
  padding: 14px 0;
}
.page-id-13 .florida-pace-section img {
  display: block;
  margin: auto;
}
.page-id-13 .call-section {
  padding: 95px;
  color: #004375;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
  background-color: #EAEAEA;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-id-13 .call-section p {
  margin-bottom: 15px;
}
.page-id-13 .call-section p:last-child {
  margin-bottom: 0;
}
.page-id-13 .call-section iframe {
  margin-bottom: 15px;
}
.page-id-13 .call-section .phone {
  font-size: 46px;
  line-height: 45px;
}
.page-id-13 .call-section a {
  color: #D51721;
}
.page-id-13 .call-section a:hover {
  color: #1E73BE;
}

/* Desktop - 992px */
/* ***************************************** */
@media (max-width: 1199px) {
  .page-id-13 .call-to-action-section .container .row > div:first-child {
    padding: 35px 15px;
  }
  .page-id-13 .call-to-action-section .container .row > div:first-child p.phone {
    line-height: 52px;
  }
  .page-id-13 .call-to-action-section .container .row > div:first-child p.phone a {
    display: block;
  }
  .page-id-13 .call-to-action-section .container .row > div:last-child {
    padding: 35px 15px;
  }
  .page-id-13 .hvac-experts-section .header h2, .page-id-13 .florida-pace-section .header h2 {
    font-size: 30px;
  }
  .page-id-13 .hvac-experts-section .header h2 {
    width: 50%;
  }
}
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .page-id-13 .call-to-action-section .inner-container:before {
    display: none;
  }
  .page-id-13 .call-to-action-section .outer-container:before {
    display: none;
  }
  .page-id-13 .call-to-action-section .container .row > div:first-child p.phone a {
    display: inline-block;
  }
  .page-id-13 .hvac-experts-section .header h2 {
    width: 100%;
  }
  .page-id-13 .hvac-experts-section img {
    float: none;
    position: static;
    display: block;
    margin: 60px auto 0 auto;
  }
  .page-id-13 .florida-pace-section img {
    position: static;
    margin: 60px auto 0 auto;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .page-id-13 .call-to-action-section .container .row > div:first-child .phone {
    text-align: center;
  }
  .page-id-13 .call-to-action-section .container .row > div:first-child .phone a {
    display: inline-block;
  }
  .page-id-13 .call-to-action-section .container .row > div:last-child a {
    width: 290px;
    font-size: 28px;
    line-height: 36px;
    padding: 10px 0;
  }
  .page-id-13 .video-section iframe {
    height: 165px;
  }
  .page-id-13 .video-section .ytrp_rb_bg_bottom {
    display: none;
  }
  .page-id-13 .call-section .phone {
    font-size: 42px;
  }
  .page-id-13 .call-section .phone a {
    display: inline-block;
  }
  .page-id-13 .call-section iframe {
    height: 165px;
  }
  .page-id-13 .call-section .ytrp_rb_bg_bottom {
    display: none;
  }
}
/* Specials: air-conditioning-service-specials */
/* ***************************************** */
.page-id-11 .current-offers-section {
  padding: 45px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-id-11 .current-offers-section .row > div:nth-child(2) .offer {
  margin-bottom: 65px;
}
.page-id-11 .current-offers-section h2 {
  color: #D51721;
  font-size: 42px;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 65px;
}
.page-id-11 .current-offers-section .offer {
  background-position: center;
  /*background-size: cover;*/
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  height: 377px;
  position: relative;
}
.page-id-11 .current-offers-section .offer .content {
  width: 80%;
  margin: auto;
  position: absolute;
  left: 50px;
  top: 38%;
  transform: translateY(-38%);
}
.page-id-11 .current-offers-section .offer h4 {
  color: #FFFF6B;
  font-size: 32px;
  line-height: 36px;
  /*font-size: 36px;
  line-height: 40px;*/
  font-weight: 700;
  margin-bottom: 7px;
}
.page-id-11 .current-offers-section .offer h4 span {
  font-size: 28px;
}
.page-id-11 .current-offers-section .offer h3 {
  font-weight: 500;
}
.page-id-11 .current-offers-section .offer h3, .page-id-11 .current-offers-section .offer p {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 7px;
}
.page-id-11 .current-offers-section .offer h2 {
  font-weight: 700;
}
.page-id-11 .current-offers-section .offer .details {
  font-weight: 400;
}
.page-id-11 .current-offers-section .offer .license {
  font-weight: 500;
}
.page-id-11 .current-offers-section .offer .expire {
  color: #FFFF6B;
  /*font-weight: 700;*/
  font-weight: 500;
  margin-bottom: 0;
}
.page-id-11 .current-offers-section .offer .btn {
  margin-top: 5px;
}
.page-id-11 .current-offers-section .offer .btn a {
  color: #fff;
  font-size: 18px;
  line-height: 19px;
  font-weight: 500;
  padding: 5px 20px;
  background-color: #D51721;
  border-radius: 7px;
  display: inline-block;
}
.page-id-11 .current-offers-section .offer .btn a:hover {
  background-color: #fff;
  /*color: #D51721;*/
  color: #1E73BE;
}
.page-id-11 .current-offers-section .note {
  color: #D51721;
  font-size: 31px;
  line-height: 39px;
  font-weight: 700;
  margin: 85px 0 0 0;
  text-align: center;
}
.page-id-11 .offer-list-section {
  padding: 100px 0 60px 0;
  		/*.special {
  
  		}*/
}
.page-id-11 .offer-list-section .row > div {
  padding: 0;
}
.page-id-11 .offer-list-section .special {
  margin-bottom: 90px;
}
.page-id-11 .offer-list-section .special:nth-child(odd) .details {
  padding: 30px 100px 30px 30px;
}
.page-id-11 .offer-list-section .special:nth-child(even) .details {
  padding: 30px 30px 30px 100px;
}
.page-id-11 .offer-list-section .special:last-child {
  margin-bottom: 0;
}
.page-id-11 .offer-list-section .details {
  /*padding: 30px;*/
  background-color: #1E73BE;
  height: 100%;
}
.page-id-11 .offer-list-section img {
  position: relative;
  top: -30px;
  border-top: 30px solid #1E73BE;
  width: 100%;
}
.page-id-11 .offer-list-section h3 {
  color: #FFFF6B;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}
.page-id-11 .offer-list-section p {
  color: #fff;
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 20px;
}
.page-id-11 .offer-list-section .expiration {
  color: #FFFF6B;
  margin-bottom: 35px;
}
.page-id-11 .offer-list-section .btn {
  text-align: right;
  margin-bottom: 0;
}
.page-id-11 .offer-list-section .btn a {
  color: #1E73BE;
  font-size: 23px;
  line-height: 39px;
  font-weight: 600;
  background-color: #FFFF6B;
  padding: 5px 35px;
  border-radius: 7px;
}
.page-id-11 .offer-list-section .btn a:hover {
  background-color: #D51721;
  color: #fff;
}
.page-id-11 .offer-list-section .phone {
  font-size: 36px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 0;
}
.page-id-11 .offer-list-section .phone span {
  color: #FFFF6B;
}
.page-id-11 .offer-list-section .phone a {
  color: #fff;
}
.page-id-11 .offer-list-section .phone a:hover {
  color: #D51721;
}
.page-id-11 .offer-list-section .disclaimer {
  font-size: 19px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 50px;
}
.page-id-11 .offer-list-section.grey {
  background-position: center;
  background-position: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.page-id-11 .specials-section .header-background {
  background-color: #F9F968;
  height: 78px;
  width: 100%;
}
.page-id-11 .specials-section .specials {
  color: #222;
  position: relative;
  top: -40px;
}
.page-id-11 .specials-section .specials img {
  margin-bottom: 35px;
}
.page-id-11 .specials-section .specials h3 {
  font-size: 28px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.page-id-11 .specials-section .specials p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}
.page-id-11 .specials-section .specials .disclaimer {
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
}

/* Desktop - 992px */
/* ***************************************** */
@media (max-width: 1199px) {
  .page-id-11 .current-offers-section .offer {
    background-size: contain;
  }
  .page-id-11 .current-offers-section .offer .content {
    left: 39px;
    top: 42%;
    transform: translateY(-42%);
  }
  .page-id-11 .current-offers-section .offer h4 {
    font-size: 30px;
    line-height: 34px;
    /*font-size: 26px;
    line-height: 26px;*/
    /*margin-bottom: 3px;*/
  }
  .page-id-11 .current-offers-section .offer h3, .page-id-11 .current-offers-section .offer p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 3px;
  }
}
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .page-id-11 .current-offers-section .row > div:nth-child(2) .offer {
    margin-bottom: 35px;
  }
  .page-id-11 .current-offers-section .row > div:nth-child(7) .offer {
    margin-bottom: 0;
  }
  .page-id-11 .current-offers-section .offer {
    width: 350px;
    margin: 0 auto 35px auto;
  }
  .page-id-11 .current-offers-section .offer .content {
    left: 48px;
    top: 40%;
    transform: translateY(-40%);
  }
  .page-id-11 .current-offers-section .offer h4 {
    font-size: 32px;
    line-height: 36px;
    /*font-size: 47px;
    line-height: 47px;
    margin-bottom: 6px;*/
  }
  .page-id-11 .current-offers-section .offer p {
    font-size: 16px;
    line-height: 18px;
  }
  .page-id-11 .current-offers-section .offer .btn {
    margin-top: 15px;
  }
  .page-id-11 .offer-list-section {
    padding: 0;
  }
  .page-id-11 .offer-list-section .special {
    margin-bottom: 0;
  }
  .page-id-11 .offer-list-section .special:nth-child(even) .details, .page-id-11 .offer-list-section .special:nth-child(odd) .details {
    padding: 55px 30px;
  }
  .page-id-11 .offer-list-section img {
    height: 454px;
    width: auto;
    position: static;
    border-top: 0;
    display: block;
    margin: auto;
  }
  .page-id-11 .offer-list-section.grey {
    padding: 0 0 100px 0;
  }
  .page-id-11 .specials-section .specials img {
    display: block;
    margin: 0 auto 35px auto;
  }
  .page-id-11 .specials-section .specials .disclaimer {
    margin-bottom: 60px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .page-id-11 .specials img {
    width: 420px;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .page-id-11 .current-offers-section {
    padding: 45px 0;
  }
  .page-id-11 .current-offers-section h2 {
    font-size: 34px;
    line-height: 39px;
    text-align: center;
    margin-bottom: 30px;
  }
  .page-id-11 .current-offers-section .offer {
    background-image: none !important;
    width: auto;
    height: auto;
    margin-bottom: 40px;
  }
  .page-id-11 .current-offers-section .offer .content {
    position: static;
    transform: none;
  }
  .page-id-11 .current-offers-section .offer h4, .page-id-11 .current-offers-section .offer .expire {
    color: #D51721;
  }
  .page-id-11 .current-offers-section .offer h3, .page-id-11 .current-offers-section .offer .details, .page-id-11 .current-offers-section .offer .license {
    color: #1E73BE;
  }
  .page-id-11 .current-offers-section .offer h4 {
    font-size: 40px;
  }
  .page-id-11 .current-offers-section .offer h4 span {
    font-size: 24px;
  }
  .page-id-11 .current-offers-section .note {
    margin: 30px 0 0 0;
  }
  .page-id-11 .offer-list-section .special .details {
    padding: 55px 0;
  }
  .page-id-11 .offer-list-section img {
    height: auto;
  }
  .page-id-11 .specials-section .specials img {
    width: auto;
  }
}
/* Blog */
/* ***************************************** */
.blog .blog-header {
  padding: 157px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.blog .blog-header h1, .blog .blog-header h3 {
  color: #EE7830;
  font-size: 73px;
  line-height: 74px;
  font-weight: 900;
  margin-bottom: 0px;
  text-shadow: 3px 2px 0px #231F20;
  text-transform: uppercase;
}
.blog .about-section {
  padding: 50px 0;
}
.blog .blog-subtitle {
  /*h3 {
  	color:#EE7830;
  	font-size:24px;
  	line-height:32px;
  	font-weight:700;
  	margin-bottom: 30px;
  }*/
}
.blog .blog-subtitle h3 {
  /*color: #004375;
  font-size: 42px;
  line-height: 51px;
  font-weight: 700;
  margin-bottom: 60px;*/
}
.blog .blog-subtitle h2 {
  color: #231F20;
  font-size: 35px;
  line-height: 42px;
  font-weight: 900;
  margin-bottom: 10px;
  /*color: #231F20;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;*/
}
.blog .blog-subtitle p {
  color: #231F20;
  font-size: 21px;
  line-height: 31px;
  font-weight: 500;
  /*margin-bottom: 50px;*/
}
.blog .blog-posts {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0;
}
.blog .blog-posts h3 {
  color: #EE7830;
  font-size: 35px;
  line-height: 42px;
  font-weight: 900;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.blog .blog-posts .post {
  height: 100%;
  margin-bottom: 60px;
  position: relative;
}
.blog .blog-posts .post-thumbnail img {
  margin-bottom: 15px;
  border: 3px solid #EE7830;
}
.blog .blog-posts .entry-header h2 {
  /*margin-bottom: 15px;*/
  margin-bottom: 10px;
}
.blog .blog-posts .entry-header h2 a {
  color: #231F20;
  font-size: 23px;
  line-height: 27px;
  font-weight: 900;
  /*margin-bottom: 5px;*/
}
.blog .blog-posts .entry-header h2 a:hover {
  color: #231F20;
}
.blog .blog-posts .entry-header .author a {
  color: #222;
  font-weight: 600;
}
.blog .blog-posts .entry-meta {
  margin-bottom: 15px;
  /*.row {
  	margin: 0;
  }
  .col-4 {
  	padding: 0;
  }*/
}
.blog .blog-posts .entry-meta img {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.blog .blog-posts .entry-meta p {
  color: #EE7830;
  font-size: 16px;
  line-height: 19px;
  font-weight: 900;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}
.blog .blog-posts .entry-meta p:last-child {
  margin-right: 0;
}
.blog .blog-posts .entry-content {
  /*margin-bottom: 50px;*/
}
.blog .blog-posts .entry-content p {
  color: #231F20;
  font-size: 21px;
  line-height: 31px;
  font-weight: 400;
  margin-bottom: 40px;
}
.blog .blog-posts .entry-content .btn {
  position: relative;
  height: 48px;
  text-align: right;
  margin-bottom: 0;
}
.blog .blog-posts .entry-content .btn a {
  color: #fff;
  font-size: 23px;
  line-height: 39px;
  font-weight: 600;
  padding: 5px 34px;
  background-color: #EE7830;
  border-radius: 7px;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
}
.blog .blog-posts .entry-content .btn a:hover {
  background-color: #231F20;
  color: #fff;
}
.blog .blog-pagination {
  text-align: center;
  /*margin-bottom: 70px;*/
}
.blog .blog-pagination li {
  display: inline;
  margin: 0 4px;
}
.blog .blog-pagination a {
  color: #231F20;
  font-size: 30px;
  line-height: 37px;
  font-weight: 900;
  text-decoration: underline;
}
.blog .blog-pagination a:hover {
  color: #EE7830;
}
.blog .blog-pagination li {
  color: #231F20;
  font-size: 42px;
  line-height: 51px;
  font-weight: 900;
}
.blog .blog-pagination .active a {
  color: #EE7830;
}

.single-post {
  font-size: 18px;
}
.single-post .entry-header {
  /*padding: 157px 0;*/
  padding: 120px 0;
  text-align: center;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*background-image: linear-gradient(rgba(0,67,116,0.6),rgba(0,67,116,0.6));*/
}
.single-post .entry-header h1 {
  color: #EE7830;
  text-shadow: 3px 2px 0px #231F20;
  /*font-size: 93px;*/
  font-size: 50px;
  /*line-height: 86px;*/
  line-height: 65px;
  font-weight: 700;
  text-transform: uppercase;
}
.single-post .entry-content {
  padding: 50px 0;
}
.single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content p, .single-post .entry-content ul, .single-post .entry-content ol {
  color: #231F20;
  line-height: 1.2;
}
.single-post .entry-content h2, .single-post .entry-content p {
  margin-bottom: 15px;
}
.single-post .entry-content ul {
  margin: 0 0 15px 20px;
}
.single-post .entry-content a {
  color: #EE7830;
  font-weight: 700;
}
.single-post .entry-meta {
  margin-bottom: 15px;
}
.single-post .byline {
  display: block;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .blog .blog-header {
    padding: 75px 0;
  }
  .blog .blog-header h1, .blog .blog-header h3 {
    font-size: 40px;
    line-height: 52px;
  }

  /*.single-post {
  	.entry-header {
  		h1 {
  			font-size: 72px;
  			line-height: 72px;
  		}
  	}
  }*/
}
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .blog .blog-posts {
    padding: 75px 0 25px 0;
  }
  .blog .blog-posts .post {
    margin-bottom: 40px;
  }
  .blog .blog-posts .entry-content .btn {
    text-align: center;
    position: static;
    height: auto;
    margin-top: 30px;
  }
  .blog .blog-posts .entry-content .btn a {
    position: static;
  }
  .blog .blog-pagination a {
    font-size: 30px;
  }

  .single-post .entry-header {
    padding: 75px 0;
  }
  .single-post .entry-header h1 {
    font-size: 40px;
    line-height: 52px;
  }
}
/* Contact Us */
/* ***************************************** */
.page-id-15 .contact-details-section {
  background-color: #231F20;
  padding: 40px 0;
  text-align: center;
}
.page-id-15 .contact-details-section .header h2 {
  color: #EE7830;
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}
.page-id-15 .contact-details-section .header p {
  color: #fff;
  font-size: 29px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 10px;
}
.page-id-15 .contact-details-section .phone h3 {
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  font-weight: 500;
  margin-bottom: 10px;
}
.page-id-15 .contact-details-section .phone a {
  color: #EE7830;
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
}
.page-id-15 .contact-details-section .phone a:hover {
  color: #EE7830;
}
.page-id-15 .contact-details-section .phone p {
  margin-bottom: 0;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
/* Landscape Phone - 576px */
/* ***************************************** */
/* Portrait Phone - 320px */
/* ***************************************** */
/* Careers Page and Career Global Template */
/* ***************************************** */
.page-id-9021 .careers-section {
  padding: 80px 0 35px;
  color: #222;
}
.page-id-9021 .careers-section h2 {
  color: #004375;
  font-size: 27px;
  line-height: 37px;
  font-weight: 700;
  margin-bottom: 30px;
}
.page-id-9021 .careers-section .points {
  margin-bottom: 45px;
}
.page-id-9021 .careers-section ul {
  text-align: center;
  margin-bottom: 15px;
}
.page-id-9021 .careers-section ul li {
  display: inline-block;
  margin-right: 70px;
  margin-bottom: 15px;
}
.page-id-9021 .careers-section ul li:last-child {
  margin-right: 0;
}
.page-id-9021 .openings-section {
  padding: 80px 0 38px;
  background-color: #EAEAEA;
}
.page-id-9021 .openings-section h2 {
  color: #004375;
  font-size: 42px;
  line-height: 51px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.page-id-9021 .openings-section .col-lg-5 {
  position: relative;
  margin-bottom: 42px;
}
.page-id-9021 .openings-section .opening {
  max-width: 300px;
  margin-bottom: 60px;
}
.page-id-9021 .openings-section .opening h3 {
  color: #1E73BE;
  font-size: 23px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 6px;
}
.page-id-9021 .openings-section .opening p {
  color: #222;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 25px;
}
.page-id-9021 .openings-section .btn {
  position: absolute;
  bottom: 0;
}
.page-id-9021 .openings-section .btn a {
  color: #fff;
  font-size: 23px;
  line-height: 39px;
  font-weight: 600;
  padding: 4px 40px;
  background-color: #1E73BE;
  border-radius: 7px;
  display: inline-block;
}
.page-id-9021 .openings-section .btn a:hover {
  background-color: #004375;
}

.page-template-page_career .career-section {
  padding: 80px 0 35px;
  color: #222;
}
.page-template-page_career .career-section h1 {
  color: #004375;
  font-size: 42px;
  line-height: 51px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.page-template-page_career .career-details-section {
  padding-bottom: 80px;
}
.page-template-page_career .career-details-section h3, .page-template-page_career .career-details-section ul {
  font-size: 27px;
  line-height: 32px;
}
.page-template-page_career .career-details-section h3 {
  color: #004375;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.page-template-page_career .career-details-section ul {
  color: #222;
  font-weight: 500;
  margin-bottom: 15px;
}
.page-template-page_career .career-details-section ul li {
  margin-bottom: 15px;
}
.page-template-page_career .career-details-section .requirements, .page-template-page_career .career-details-section .comp-benefits {
  margin-bottom: 75px;
}
.page-template-page_career .career-details-section .btn {
  text-align: center;
}
.page-template-page_career .career-details-section .btn a {
  color: #fff;
  font-size: 23px;
  line-height: 39px;
  font-weight: 600;
  padding: 4px 40px;
  background-color: #1E73BE;
  border-radius: 7px;
  display: inline-block;
}
.page-template-page_career .career-details-section .btn a:hover {
  background-color: #004375;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .page-id-9021 .openings-section .opening {
    margin-left: auto;
    margin-right: auto;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .page-id-9021 .openings-section .opening {
    text-align: center;
    margin-bottom: 0;
  }
  .page-id-9021 .openings-section .btn {
    position: static;
  }

  .page-template-page_career .career-section {
    padding-top: 50px;
  }
  .page-template-page_career .career-details-section {
    padding-bottom: 50px;
  }
  .page-template-page_career .career-details-section .requirements, .page-template-page_career .career-details-section .comp-benefits {
    margin-bottom: 50px;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
/* Employment Application Page */
/* ***************************************** */
.page-id-9039 .about-section {
  padding: 80px 0 35px;
}
.page-id-9039 .about-section h1 {
  color: #004375;
  font-size: 41px;
  line-height: 51px;
  font-weight: 700;
  margin-bottom: 20px;
}
.page-id-9039 .about-section p {
  color: #222;
  font-size: 27px;
  line-height: 37px;
  font-weight: 500;
}
.page-id-9039 .form-section {
  padding: 60px 0;
  background-color: #EAEAEA;
}
.page-id-9039 .form-section .wpcf7 .header.one p {
  font-size: 27px;
  line-height: 34px;
}
.page-id-9039 .form-section .wpcf7 .header {
  margin: 30px 0 10px 0;
}
.page-id-9039 .form-section .wpcf7 .header h2 {
  color: #1E73BE;
  font-size: 39px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
}
.page-id-9039 .form-section .wpcf7 .header p {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.page-id-9039 .form-section .wpcf7 label, .page-id-9039 .form-section .wpcf7 p {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}
.page-id-9039 .form-section .wpcf7 p {
  line-height: 24px;
  margin-bottom: 8px;
}
.page-id-9039 .form-section .wpcf7 .row > div {
  margin-bottom: 0;
}
.page-id-9039 .form-section .wpcf7 input[type="text"], .page-id-9039 .form-section .wpcf7 input[type="tel"], .page-id-9039 .form-section .wpcf7 input[type="email"], .page-id-9039 .form-section .wpcf7 textarea, .page-id-9039 .form-section .wpcf7 select {
  margin-bottom: 10px;
}
.page-id-9039 .form-section .wpcf7 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/wp-content/uploads/2022/06/form-select-arrows.png");
  /* Add custom arrow */
  background-repeat: no-repeat;
  background-position: right center;
  margin-bottom: 2px;
}
.page-id-9039 .form-section .wpcf7 input, .page-id-9039 .form-section .wpcf7 select, .page-id-9039 .form-section .wpcf7 textarea {
  color: #333;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 3px;
  background-color: #FFFFFF;
  border: 2px solid #B3B7BA;
  min-height: 41px;
}
.page-id-9039 .form-section .wpcf7 select {
  text-align: center;
}
.page-id-9039 .form-section .wpcf7 select option {
  width: 100%;
}
.page-id-9039 .form-section .wpcf7 textarea {
  height: 154px;
}
.page-id-9039 .form-section .wpcf7 .disclaimer p {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 15px;
}
.page-id-9039 .form-section .wpcf7 .btn-text {
  margin-top: 30px;
  text-align: center;
}
.page-id-9039 .form-section .wpcf7 .btn-text p {
  color: #1E73BE;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.page-id-9039 .form-section .wpcf7 .btn {
  text-align: center;
  margin-top: 45px;
}
.page-id-9039 .form-section .wpcf7 input[type="submit"] {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  padding: 10px 20px;
  background-color: #1E73BE;
  border-radius: 4px;
  width: auto;
  float: none;
}
.page-id-9039 .form-section .wpcf7 input[type="submit"]:hover {
  cursor: pointer;
  background-color: #004375;
  border-color: #004375;
}
.page-id-9039 .form-section .wpcf7 .wpcf7-recaptcha {
  display: block;
  margin-top: 50px;
}
.page-id-9039 .form-section .wpcf7 .wpcf7-not-valid-tip {
  font-size: 20px;
  line-height: 24px;
}
.page-id-9039 .form-section .wpcf7 .wpcf7-response-output {
  color: #333;
  text-align: center;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .page-id-9039 .form-section .wpcf7 label, .page-id-9039 .form-section .wpcf7 p {
    font-size: 17px;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .page-id-9039 .form-section .wpcf7 .col-12.col-lg-11 p {
    line-height: 24px;
    margin-bottom: 10px;
  }
  .page-id-9039 .form-section .wpcf7 input[type="submit"] {
    width: 100%;
    white-space: normal;
    line-height: 28px;
  }
}
/* Services Single */
/* ***************************************** */
.service-page .summary-section .details {
  padding: 80px 0;
}
.service-page .summary-section .details h2 {
  color: #004375;
  font-size: 42px;
  line-height: 51px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.service-page .summary-section .details h3 {
  color: #222;
  font-size: 30px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.service-page .summary-section .details ul {
  color: #222;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  /*text-align: center;*/
  margin-left: 0;
}
.service-page .summary-section .details p {
  color: #222;
  font-size: 27px;
  line-height: 33px;
  font-weight: 500;
}
.service-page .summary-section .details p:last-child {
  margin-bottom: 0;
}
.service-page .summary-section .details .row p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
}
.service-page .summary-section .photo {
  /*position: relative;*/
}
.service-page .summary-section .photo .yellow-bar {
  background-color: #FFFF6B;
  width: 100%;
  height: 78px;
}
.service-page .summary-section .photo img, .service-page .summary-section .photo iframe {
  display: block;
  margin: auto;
  position: relative;
  top: -35px;
}
.service-page .tagline {
  padding: 50px 0;
  text-align: center;
}
.service-page .tagline p:first-child {
  color: #004375;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}
.service-page .tagline p:last-child {
  color: #222;
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 0;
}
.service-page .call-to-action {
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  text-align: center;
}
.service-page .call-to-action h2 {
  color: #1E73BE;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 10px;
}
.service-page .call-to-action h3 {
  /*font-size: 28px;;*/
  font-size: 25px;
  line-height: 52px;
  font-weight: 700;
}
.service-page .call-to-action ul {
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-left: 8px;
}
.service-page .call-to-action .details p {
  color: #222;
  /*font-size: 22px;*/
  /*font-size: 21px;*/
  font-size: 20px;
  /*line-height: 30px;*/
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 5px;
}
.service-page .call-to-action .details p:last-child {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}
.service-page .call-to-action .details p:last-child span {
  color: #575757;
}
.service-page .call-to-action .details p:last-child a {
  color: #1E73BE;
}
.service-page .call-to-action .details p:last-child a:hover {
  color: #D51721;
}
.service-page .call-to-action .btn a {
  color: #fff;
  font-size: 28px;
  line-height: 52px;
  padding: 10px 70px;
  background-color: #1E73BE;
  border-radius: 11px;
  margin-bottom: 0;
}
.service-page .call-to-action .btn a:hover {
  background-color: #D51721;
}
.service-page .call-to-action .subtext {
  color: #222;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  margin: 12px 0 0 0;
}
.service-page .large-section {
  padding: 80px 0;
}
.service-page .large-section h2 {
  color: #004375;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.service-page .large-section p {
  color: #222;
  font-size: 27px;
  line-height: 33px;
  font-weight: 400;
}
.service-page .large-section img {
  margin: 0 30px 30px 0;
}
.service-page .large-section .highlight, .service-page .large-section .phone, .service-page .large-section .btn {
  text-align: center;
}
.service-page .large-section .highlight {
  color: #1E73BE;
  /*font-size: 42px;*/
  font-size: 38px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 10px;
}
.service-page .large-section .phone {
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}
.service-page .large-section .phone a {
  color: #1E73BE;
}
.service-page .large-section .phone a:hover {
  color: #D51721;
}
.service-page .large-section .btn {
  margin-bottom: 0;
}
.service-page .large-section .btn a {
  color: #fff;
  font-size: 28px;
  line-height: 52px;
  font-weight: 700;
  padding: 10px 45px;
  background-color: #1E73BE;
  border-radius: 11px;
}
.service-page .large-section .btn a:hover {
  background-color: #D51721;
}
.service-page .call-to-action-text, .service-page .call-to-action-tagline {
  padding: 80px 0;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-page .call-to-action-text h2, .service-page .call-to-action-tagline h2 {
  color: #1E73BE;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.service-page .call-to-action-text iframe, .service-page .call-to-action-tagline iframe {
  display: block;
  margin: auto;
}
.service-page .call-to-action-text .details, .service-page .call-to-action-tagline .details {
  color: #222;
  font-size: 22px;
  line-height: 33px;
  font-weight: 500;
}
.service-page .call-to-action-text .details p, .service-page .call-to-action-tagline .details p {
  margin-bottom: 25px;
}
.service-page .call-to-action-text .details p:last-child, .service-page .call-to-action-tagline .details p:last-child {
  text-align: center;
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 40px;
}
.service-page .call-to-action-text .details p:last-child span, .service-page .call-to-action-tagline .details p:last-child span {
  color: #575757;
}
.service-page .call-to-action-text .details p:last-child a, .service-page .call-to-action-tagline .details p:last-child a {
  color: #1E73BE;
}
.service-page .call-to-action-text .details p:last-child a:hover, .service-page .call-to-action-tagline .details p:last-child a:hover {
  color: #D51721;
}
.service-page .call-to-action-text .btn, .service-page .call-to-action-tagline .btn {
  text-align: center;
  margin-bottom: 0;
}
.service-page .call-to-action-text .btn a, .service-page .call-to-action-tagline .btn a {
  color: #fff;
  font-size: 28px;
  line-height: 52px;
  font-weight: 700;
  padding: 10px 40px;
  background-color: #1E73BE;
  border-radius: 11px;
}
.service-page .call-to-action-text .btn a:hover, .service-page .call-to-action-tagline .btn a:hover {
  background-color: #D51721;
}
.service-page .two-column-right {
  padding: 80px 0;
  margin-top: 40px;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-page .two-column-right h2 {
  color: #004375;
  font-size: 42px;
  line-height: 51px;
  font-weight: 700;
  margin-bottom: 10px;
}
.service-page .two-column-right h3 {
  color: #222;
  font-size: 32px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 10px;
}
.service-page .two-column-right p {
  color: #222;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 10px;
}
.service-page .two-column-right h4 {
  color: #222;
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 10px;
}
.service-page .two-column-right ul {
  color: #222;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-left: 0;
}
.service-page .two-column-right .subtext {
  color: #222;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  margin-top: 12px;
}
.service-page .two-column-right .subtext p {
  margin-bottom: 0;
}

.page-id-6440 .contact-form-pre-section {
  padding: 42px 0;
  text-align: center;
}
.page-id-6440 .contact-form-pre-section h2 {
  color: #FFFF6B;
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}
.page-id-6440 .contact-form-pre-section p {
  color: #fff;
  font-size: 29px;
  line-height: 27px;
  margin-bottom: 10px;
}
.page-id-6440 .contact-form-pre-section h3 {
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  font-weight: 500;
  margin-bottom: 10px;
}
.page-id-6440 .contact-form-pre-section .phone {
  font-size: 42px;
  line-height: 42px;
  font-weight: 500;
}
.page-id-6440 .contact-form-pre-section .phone a {
  color: #FFFF6B;
  font-weight: 700;
}
.page-id-6440 .contact-form-pre-section .phone a:hover {
  color: #D51721;
}

.page-id-51 .pro-partner {
  padding: 80px;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-id-51 .pro-partner .image {
  height: 100%;
  position: relative;
}
.page-id-51 .pro-partner .image img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-id-51 .pro-partner .details {
  color: #222;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.page-id-51 .pro-partner .details p last-child {
  margin-bottom: 0;
}
.page-id-51 .video-section {
  padding: 80px 0;
}
.page-id-51 .video-section h2 {
  color: #004375;
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
  margin-bottom: 23px;
}
.page-id-51 .video-section h3 {
  color: #222;
  font-size: 32px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 10px;
}
.page-id-51 .video-section p {
  color: #222;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}
.page-id-51 .video-section p:last-child {
  margin-bottom: 0;
}
.page-id-51 .video-section .subtext p {
  color: #222;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  margin-top: 12px;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .service-page .summary-section .photo img {
    width: 80%;
  }
  .service-page .call-to-action iframe, .service-page .call-to-action img {
    margin-bottom: 60px;
  }
  .service-page .call-to-action h2 {
    text-align: left;
    margin-bottom: 20px;
  }
  .service-page .call-to-action .details {
    text-align: left;
  }
  .service-page .call-to-action .details p {
    margin-bottom: 20px;
  }
  .service-page .call-to-action .btn {
    text-align: left;
  }
  .service-page .large-section img {
    float: none;
    display: block;
    margin: 0 auto 40px auto;
  }
  .service-page .two-column-right .row > div:last-child {
    text-align: center;
    margin-bottom: 80px;
  }
  .service-page .two-column-right .row > div:last-child iframe {
    display: block;
    margin: auto;
  }

  .page-id-51 .pro-partner .image {
    height: auto;
    position: static;
  }
  .page-id-51 .pro-partner .image img {
    position: static;
    display: block;
    margin: auto;
    transform: translateY(0);
    margin-bottom: 80px;
  }
  .page-id-51 .video-section {
    /*iframe {
    	display: block;
    	margin: auto;
    }*/
  }
  .page-id-51 .video-section .fb-video {
    display: block;
    margin: 60px 0 12px 0;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .page-id-13 .call-section {
    padding: 95px 0;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .service-page .summary-section .details h2 {
    font-size: 40px;
  }
  .service-page .summary-section .photo img {
    width: 90%;
  }
  .service-page .summary-section .photo iframe {
    width: 90%;
    height: 165px;
  }
  .service-page .summary-section .photo .ytrp_rb_bg_bottom {
    display: none;
  }
  .service-page .call-to-action iframe {
    height: 165px;
  }
  .service-page .call-to-action .ytrp_rb_bg_bottom {
    display: none;
  }
  .service-page .call-to-action .details {
    /*p {
    	&:last-child {
    		text-align: center;
    	}
    }
    a {
    	display: block;
    }*/
  }
  .service-page .call-to-action .btn {
    text-align: center;
  }
  .service-page .call-to-action .btn a {
    font-size: 22px;
    padding: 10px 16px;
  }
  .service-page .call-to-action-text .btn {
    text-align: center;
  }
  .service-page .call-to-action-text .btn a {
    font-size: 22px;
    padding: 10px 16px;
  }
  .service-page .call-to-action-tagline .btn {
    text-align: center;
  }
  .service-page .call-to-action-tagline .btn a {
    font-size: 22px;
    padding: 10px 16px;
  }
  .service-page .large-section .btn {
    text-align: center;
  }
  .service-page .large-section .btn a {
    font-size: 22px;
    padding: 10px 16px;
  }

  .page-id-51 .pro-partner {
    padding: 80px 0;
  }
}
/* Templates */
/* General Template */
/* ***************************************** */
.page-template-general-template .header-section {
  padding: 157px 0 !important;
  text-align: center;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-template-general-template .header-section h1, .page-template-general-template .header-section h3 {
  /*@include font(#EE7830, 54, 54, 700);*/
  color: #EE7830;
  font-size: 73px;
  line-height: 74px;
  font-weight: 900;
  margin-bottom: 0px;
  text-shadow: 3px 2px 0px #231F20;
  text-transform: uppercase;
}
.page-template-general-template .section {
  padding: 50px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-general-template .section [class*='col-'] {
  position: relative;
}
.page-template-general-template .section .left-bg, .page-template-general-template .section .right-bg {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
}
.page-template-general-template .section .left-bg {
  left: 0;
}
.page-template-general-template .section .right-bg {
  right: 0;
}
.page-template-general-template .section .line {
  background-color: #EE7830;
  height: 1px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-template-general-template .section h2 {
  color: #231F20;
  font-size: 35px;
  line-height: 42px;
  font-weight: 900;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.page-template-general-template .section p, .page-template-general-template .section ul {
  color: #231F20;
  font-size: 21px;
  line-height: 31px;
  font-weight: 400;
  margin-bottom: 10px;
}
.page-template-general-template .section ul {
  margin-left: 20px;
}
.page-template-general-template .section a {
  color: #EE7830;
  text-decoration: underline;
  font-weight: 600;
}
.page-template-general-template .section iframe {
  display: block;
  margin: auto;
  width: 880px;
  height: 495px;
}
.page-template-general-template .section .call-today {
  color: #231F20;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
.page-template-general-template .section .call-today a {
  color: #EE7830;
  text-decoration: none;
}
.page-template-general-template .section .checklist-header {
  padding: 14px;
  max-width: 370px;
  margin: 0 auto 19px auto;
  height: 58px;
  /*margin-bottom: 19px;*/
}
.page-template-general-template .section .checklist-header h2 {
  color: #fff;
  font-size: 35px;
  line-height: 42px;
  font-weight: 900;
  margin-bottom: 0px;
  text-transform: none;
  text-align: center;
  position: relative;
  bottom: 6px;
}
.page-template-general-template .section .checklist-header.orange {
  background-color: #EE7830;
}
.page-template-general-template .section .checklist-header.black {
  background-color: #231F20;
}
.page-template-general-template .section .checklist-icon {
  /*max-width: 180px;*/
  max-width: 225px;
  margin: 0 auto 25px auto;
  /*margin-bottom: 25px;*/
}
.page-template-general-template .section .checklist-icon img {
  position: relative;
  top: 4px;
  margin-right: 8px;
}
.page-template-general-template .section .checklist-icon P {
  margin-bottom: 0;
}
.page-template-general-template .section .list {
  color: #231F20;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 0px;
}
.page-template-general-template .section .list a {
  text-decoration: none;
  color: #231F20;
}
.page-template-general-template .section .list a:hover {
  text-decoration: underline;
}
.page-template-general-template .section .icon-orange span {
  color: #EE7830;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 0px;
  position: relative;
  top: -4px;
}
.page-template-general-template .section .featured-image {
  text-align: center;
}
.page-template-general-template .section .align-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.page-template-general-template .section .align-bottom-middle {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}
.page-template-general-template .section .btn.bottom {
  margin-top: 95px;
}
.page-template-general-template .section .btn.bottom a {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 300px;
}
.page-template-general-template .section .btn {
  text-align: center;
  margin-top: 25px;
}
.page-template-general-template .section .btn a {
  color: #fff;
  font-size: 28px;
  line-height: 39px;
  font-weight: 700;
  margin-bottom: 0px;
  text-decoration: none;
}
.page-template-general-template .section .btn a:hover {
  background-color: #EE7830;
}
.page-template-general-template .section .hover-orange a:hover {
  color: #EE7830 !important;
}
.page-template-general-template .section .btn.black a {
  background-color: #231F20;
}
.page-template-general-template .section .btn.black a:hover {
  background-color: #231F20;
}
.page-template-general-template .section .btn.hover-black a:hover {
  background-color: #231F20;
}
.page-template-general-template .section .btn.hover-white a:hover {
  color: #231F20;
  background-color: #fff;
}
.page-template-general-template .section .btn.hover-orange-two a:hover {
  background-color: #EE7830;
}
.page-template-general-template .section .accordion .accordion-btn {
  background-color: #EE7830;
  cursor: pointer;
  padding: 10px 30px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  position: relative;
  display: inline-block;
  margin-bottom: 26px;
}
.page-template-general-template .section .accordion .accordion-btn h3 {
  color: #fff;
  font-size: 23px;
  line-height: 28px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /*margin: 0;
  padding: 0;*/
  padding-right: 75px;
}
.page-template-general-template .section .accordion .accordion-btn:after {
  content: '\002B';
  color: #fff;
  font-size: 27px;
  float: right;
  margin-left: 5px;
  background-color: #231F20;
  padding: 0 11px;
}
.page-template-general-template .section .accordion .accordion-btn.last {
  margin-bottom: 0;
}
.page-template-general-template .section .accordion .active, .page-template-general-template .section .accordion .accordion:hover {
  /*background-color: #ccc;*/
}
.page-template-general-template .section .accordion .active:after {
  content: "\2212";
}
.page-template-general-template .section .accordion .accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  /*margin-bottom: 26px;*/
}
.page-template-general-template .section .accordion .accordion-panel p {
  color: #001E40;
  font-size: 21px;
  line-height: 31px;
  font-weight: 400;
  /*margin: 26px 0;*/
  margin-bottom: 26px;
}
.page-template-general-template .form-hero-section {
  padding: 100px 0;
}
.page-template-general-template .form-hero-section h1 {
  color: #FF7002;
  font-size: 51px;
  line-height: 67px;
  font-weight: 700;
  text-shadow: 0px 3px 6px #000000;
  text-transform: uppercase;
  margin-bottom: 38px;
}
.page-template-general-template .form-hero-section h1 > span {
  color: #fff;
}
.page-template-general-template .form-hero-section h1 .trademark {
  top: -10px;
}
.page-template-general-template .form-hero-section form {
  max-width: 470px;
}
.page-template-general-template .form-hero-section form [class*="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}
.page-template-general-template .form-hero-section input[type="text"], .page-template-general-template .form-hero-section input[type="email"] {
  font-size: 17px;
  line-height: 23px;
  font-weight: 500;
  padding: 15px 25px;
  box-shadow: 0px 3px 6px #000000;
  border-radius: 6px;
  border-bottom: 0;
  margin-bottom: 5px;
}
.page-template-general-template .form-hero-section .btn {
  margin-top: 0;
}
.page-template-general-template .form-hero-section .btn p {
  margin-bottom: 0;
}
.page-template-general-template .form-hero-section .btn input {
  font-size: 17px;
  line-height: 23px;
  font-weight: 700;
  padding: 14px 60px;
  background-color: #FF7002;
  margin-top: 15px;
}
.page-template-general-template .form-hero-section .btn input:hover {
  background-color: #231F20;
}
.page-template-general-template .form-hero-section .wpcf7-response-output {
  color: #fff;
}
.page-template-general-template .form-section-two .wpcf7 {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-general-template .form-section-two .wpcf7 a:hover {
  text-decoration: underline;
}
.page-template-general-template .form-section-two .wpcf7 li.hide {
  display: none;
}
.page-template-general-template .form-section-two .wpcf7 ul.home-form-list {
  list-style-type: none;
}
.page-template-general-template .form-section-two .wpcf7 li:before {
  content: none !important;
}
.page-template-general-template .form-section-two .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 25px;
}
.page-template-general-template .form-section-two .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 15px;
}
.page-template-general-template .form-section-two .wpcf7 input[type="text"], .page-template-general-template .form-section-two .wpcf7 input[type="tel"], .page-template-general-template .form-section-two .wpcf7 input[type="email"], .page-template-general-template .form-section-two .wpcf7 select, .page-template-general-template .form-section-two .wpcf7 textarea {
  /*color: #9B9B9B;*/
  color: #757575;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  border: none;
  border: 2px solid #BEBEBE;
  width: 100%;
  padding: 9px 18px;
  border-radius: 3px;
  margin-bottom: 0px;
}
.page-template-general-template .form-section-two .wpcf7 .wpcf7-radio {
  position: relative;
  top: 10px;
}
.page-template-general-template .form-section-two .wpcf7 select {
  padding-bottom: 10px;
}
.page-template-general-template .form-section-two .wpcf7 input[type="file"] {
  color: #000;
}
.page-template-general-template .form-section-two .wpcf7 textarea {
  height: 122px;
  margin-bottom: 0;
}
.page-template-general-template .form-section-two .wpcf7 .form-btn input[type="submit"] {
  color: #fff;
  font-size: 23px;
  line-height: 19px;
  font-weight: 700;
  padding: 17px 44px 15px;
  background-color: #EE7830;
  border-radius: 7px;
  border: 0;
  margin-top: 50px;
}
.page-template-general-template .form-section-two .wpcf7 .form-btn input[type="submit"]:hover {
  cursor: pointer;
  background-color: #231F20;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .page-template-general-template .section .checklist-header h2 {
    font-size: 30px;
  }
  .page-template-general-template .section iframe {
    width: 516px;
    height: 315px;
  }
  .page-template-general-template .section .remove-align-tablet {
    position: static;
    transform: none;
  }
  .page-template-general-template .form-hero-section {
    padding: 75px 0;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .page-template-general-template .header-section {
    padding: 75px 0 !important;
  }
  .page-template-general-template .header-section h1, .page-template-general-template .header-section h3 {
    font-size: 40px;
    line-height: 52px;
  }
  .page-template-general-template .section .left-bg, .page-template-general-template .section .right-bg {
    display: none;
  }
  .page-template-general-template .section .checklist-icon {
    /*margin-bottom: 15px;*/
  }
  .page-template-general-template .section .btn.bottom {
    margin-top: 25px;
  }
  .page-template-general-template .section .btn.bottom a {
    position: static;
    transform: none;
    width: auto;
  }
  .page-template-general-template .section .btn a {
    font-size: 20px;
  }
  .page-template-general-template .form-hero-section {
    padding: 50px 0;
  }
  .page-template-general-template .form-hero-section h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
