@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   Additions
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
}

a, a img, img {
  text-decoration: none;
  outline: 0;
}

a img {
  border: none;
  outline: none;
}

ul {
  list-style: none;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*=====COLORS=====*/
/*ex: @include transition(color, 0.1s); */
/**
 * Start Vanilla CSS 1.0.2 
 */
em, i, dfn {
  font-style: italic;
}

dfn {
  font-weight: bold;
}

p, code, pre, kbd {
  margin: 0 0 1em 0;
}

blockquote {
  margin: 0 1em 1em 1em;
}

cite {
  font-style: italic;
}

li ul, li ol {
  margin: 0 1em;
}

ul, ol {
  margin: 0 1em 1em 2em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

dl {
  margin: 0 0 1em 0;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1em;
}

table {
  margin-bottom: 1.4em;
  width: 100%;
}

th {
  font-weight: bold;
}

th, td, caption {
  padding: 4px 10px 4px 5px;
}

tfoot {
  font-style: italic;
}

abbr, acronym {
  border-bottom: 1px dotted;
}

address {
  margin: 0 0 1em;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

pre {
  margin: 1em 0;
  white-space: pre;
}

img.centered, .aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  display: inline;
}

img.alignleft {
  display: inline;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.alignleft {
  float: left;
  margin-right: 10px;
}

img {
  max-width: 100%;
  height: auto;
}

* html .clearfix {
  height: 1%;
}

* + html .clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .group {
  height: 1%;
}

* + html .group {
  display: inline-block;
}

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
* End Vanilla CSS
*/
/*=======================
	CLEARS
=========================*/
.clear {
  clear: both;
}

/*=======================
	STRUCTURE
=========================*/
html, body {
  height: 100%;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -448px;
}

#page {
  height: 100%;
  line-height: 1;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #2e2e2e;
}

#footer, #push {
  height: 448px;
}

.content-wrapper {
  max-width: 1900px;
  margin: 0 auto;
  padding: 0 50px;
  clear: both;
  display: block;
}
.content-wrapper.page-content-wrapper {
  max-width: 1200px;
}
.content-wrapper.medium {
  max-width: 1600px;
}

#main {
  padding-top: 306px;
  clear: both;
}

#primary {
  width: 100%;
  padding: 40px 0;
  float: left;
  overflow: hidden;
}

#secondary {
  width: 300px;
  float: right;
  padding: 40px 0 40px 60px;
  margin-right: -360px;
}

.primary-secondary-wrapper {
  margin-right: 360px;
}

/*=======================
	PAGE
=========================*/
/*=======================
	HEADER
=========================*/
#site-title {
  margin-top: 0;
  margin-bottom: 12px;
}

#branding {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #005cb9;
  z-index: 99999;
  font-size: 0;
}
#branding .content-wrapper {
  padding-top: 18px;
  padding-bottom: 18px;
  overflow: visible;
}
#branding .site-logo {
  height: 80px;
  width: 20%;
  margin-top: -8px;
  margin-bottom: -81px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 100;
}
#branding .site-logo a {
  height: 100%;
}
#branding .site-logo a img {
  max-height: 100%;
  width: auto;
}
#branding .schedule-button {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
#branding .schedule-button:before {
  content: "";
  min-height: 60px;
  display: inline-block;
  vertical-align: middle;
}
#branding .schedule-button .button {
  vertical-align: middle;
  font-size: 18px;
  background-color: #59a844;
  text-transform: uppercase;
}
#branding .schedule-button .button:hover {
  background-color: #66b656;
}
#branding .schedule-button .button.blog-button {
  margin-right: 30px;
  background-color: white;
  color: #083868;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
#branding .schedule-button .button.blog-button:hover {
  background-color: #083868;
  color: white;
}
#branding .schedule-button .button.pricing-button {
  margin-right: 10px;
  background-color: #083868;
}
#branding .schedule-button .button.pricing-button:hover {
  background-color: #0a4785;
}
#branding .schedule-button .button.red-button {
  background-color: #ed2024;
}
#branding .schedule-button .button.red-button:hover {
  background-color: #083868;
}
#branding .schedule-button .schedule-with-us {
  display: inline-block;
  vertical-align: middle;
}
#branding .schedule-button .schedule-with-us .schedule-select {
  width: 240px;
  padding: 20px;
  padding-right: 90px;
  position: absolute;
  top: 100%;
  right: -9999px;
  opacity: 0;
  z-index: 9;
  background-color: white;
  text-align: left;
  text-transform: none;
  -webkit-transition: opacity 0.3s, right 0s 0.3s;
  -moz-transition: opacity 0.3s, right 0s 0.3s;
  -o-transition: opacity 0.3s, right 0s 0.3s;
  transition: opacity 0.3s, right 0s 0.3s;
}
#branding .schedule-button .schedule-with-us .schedule-select.active {
  right: 50px;
  opacity: 1;
  -webkit-transition: opacity 0.3s, right 0s 0s;
  -moz-transition: opacity 0.3s, right 0s 0s;
  -o-transition: opacity 0.3s, right 0s 0s;
  transition: opacity 0.3s, right 0s 0s;
}
#branding .schedule-button .schedule-with-us .schedule-select .schedule-submit {
  width: 70px;
  height: 35px;
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
  color: white;
  cursor: pointer;
  border: 0px solid white;
  background-color: #005cb9;
  font-size: 18px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#branding .schedule-button .schedule-with-us .schedule-select .schedule-submit:hover {
  background-color: #ed2024;
}
#branding .schedule-button .schedule-with-us .schedule-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 30px !important;
  padding-left: 10px !important;
  color: black !important;
  line-height: 35px !important;
  font-size: 20px !important;
}
#branding .schedule-button .schedule-with-us .schedule-select .select2-container .select2-selection--single {
  height: 35px !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border: 1px solid #b7b8b9 !important;
  padding-left: 0 !important;
  background-color: white !important;
}
#branding .schedule-button .schedule-with-us .schedule-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #b7b8b9 transparent transparent transparent !important;
  border-width: 8px 6px 0 6px !important;
  margin-left: -6px !important;
  margin-top: -4px !important;
  display: block !important;
}
#branding .schedule-button .schedule-with-us .schedule-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  width: 30px !important;
}
#branding .schedule-button .schedule-with-us .schedule-select .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  display: none !important;
}
#branding .lower-header {
  padding: 50px;
  position: relative;
  background-image: url("../images/Dark-Blue-Map-Background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
  -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
  -o-transition: padding-top 0.3s, padding-bottom 0.3s;
  transition: padding-top 0.3s, padding-bottom 0.3s;
}
#branding .lower-header .lower-header-title {
  padding: 0 200px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  -webkit-transition: font-size 0.3s ease;
  -moz-transition: font-size 0.3s ease;
  -o-transition: font-size 0.3s ease;
  transition: font-size 0.3s ease;
}
#branding .lower-header .lower-header-title h1 {
  margin-bottom: 0;
  font-size: 48px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  -webkit-transition: font-size 0.3s ease;
  -moz-transition: font-size 0.3s ease;
  -o-transition: font-size 0.3s ease;
  transition: font-size 0.3s ease;
}
#branding .lower-header .lower-header-areas-served {
  width: 100% !important;
  margin-top: 30px;
  text-align: center;
}
#branding .lower-header .lower-header-areas-served .area-served {
  padding: 2px 10px;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid white;
  font-size: 20px;
  color: white;
  line-height: 1;
}
#branding .lower-header .lower-header-areas-served .area-served:last-child {
  border-right: 0;
}
#branding .lower-header .lower-header-areas-served .area-served-button {
  padding: 10px 10px;
  padding-left: 30px;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  position: relative;
  border: 1px solid white;
  background-color: #005cb9;
  color: white;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#branding .lower-header .lower-header-areas-served .area-served-button:hover {
  background-color: #5595c0;
  text-decoration: none;
}
#branding .lower-header .lower-header-areas-served .area-served-button:before {
  content: "";
  height: 21px;
  width: 14px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: 10px;
  background-image: url("../images/location-marker-white.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#branding .lower-header .lower-header-areas-served .area-served-lightbox-link {
  cursor: pointer;
}
#branding .lower-header .lower-header-areas-served #areas-served-lightbox .area-served {
  padding: 0;
  margin-bottom: 10px;
  display: block;
  border-right: 0px solid white;
  color: #2e2e2e;
}
#branding .lower-header .lower-header-areas-served #areas-served-lightbox .area-served:last-child {
  margin-bottom: 0;
}
#branding .lower-header .lower-header-phone {
  margin-top: -21px;
  position: absolute;
  right: 50px;
  top: 50%;
}
#branding .lower-header .lower-header-phone img {
  width: 18px;
  padding-left: 2px;
  padding-right: 2px;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#branding .lower-header .lower-header-phone span {
  vertical-align: middle;
  color: white;
  font-size: 28px;
}
#branding .lower-header .lower-header-phone a {
  vertical-align: middle;
}
#branding .lower-header .lower-header-phone a:hover {
  text-decoration: none;
}
#branding .lower-header .lower-header-phone a:hover img {
  width: 22px;
  padding: 0;
}
#branding.minimized .lower-header, #branding.sub-page .lower-header {
  padding: 15px 50px;
}
#branding.minimized .lower-header .lower-header-title, #branding.sub-page .lower-header .lower-header-title {
  font-size: 19px;
}
#branding.minimized .lower-header .lower-header-title h1, #branding.sub-page .lower-header .lower-header-title h1 {
  font-size: 38px;
}
#branding.minimized .lower-header .lower-header-areas-served, #branding.sub-page .lower-header .lower-header-areas-served {
  display: none !important;
}

/*=======================
	NAV
=========================*/
#primary-nav {
  width: 80%;
  padding-top: 50px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
#primary-nav ul {
  margin: 0;
}
#primary-nav ul li {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
#primary-nav ul li:first-child {
  margin-left: 0;
}
#primary-nav ul li a {
  padding: 5px 10px;
  display: block;
  position: relative;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#primary-nav ul li a:hover {
  color: #d7d3c7;
}
#primary-nav ul li.current-menu-item a, #primary-nav ul li.current_page_ancestor a, #primary-nav ul li.current_page_parent a, #primary-nav ul li.current-page-ancestor a, #primary-nav ul li.current_page_item a {
  border: 1px solid white;
}
#primary-nav ul li.current-menu-item a:hover, #primary-nav ul li.current_page_ancestor a:hover, #primary-nav ul li.current_page_parent a:hover, #primary-nav ul li.current-page-ancestor a:hover, #primary-nav ul li.current_page_item a:hover {
  color: white;
}
#primary-nav ul li.button {
  margin-left: 20px;
}
#primary-nav ul li.button a {
  border: 0px solid white !important;
}
#primary-nav ul li.button:hover a {
  color: white;
}
#primary-nav ul li.menu-item-has-children {
  position: relative;
}
#primary-nav ul li.menu-item-has-children .sub-menu {
  max-height: 0;
  position: absolute;
  opacity: 0;
  z-index: 10000;
  overflow: hidden;
  -webkit-transition: opacity 0.3s, max-height 0s 0.3s;
  -moz-transition: opacity 0.3s, max-height 0s 0.3s;
  -o-transition: opacity 0.3s, max-height 0s 0.3s;
  transition: opacity 0.3s, max-height 0s 0.3s;
}
#primary-nav ul li.menu-item-has-children .sub-menu li {
  max-width: 300px;
  float: none;
}
#primary-nav ul li.menu-item-has-children .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
  opacity: 0;
}
#primary-nav ul li.menu-item-has-children .sub-menu li:hover {
  opacity: 1;
}
#primary-nav ul li.menu-item-has-children:after {
  content: "▼";
  font-size: 0.5em;
  display: block;
  position: absolute;
  top: 38%;
  right: 12%;
}
#primary-nav ul li:hover .sub-menu {
  max-height: 5000px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/*=======================
	BANNER
=========================*/
/*=======================
	CONTENT
=========================*/
/*====TYPOGRAPHY====*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  color: #005cb9;
  font-weight: normal;
}

h1, h2 {
  margin-bottom: 20px;
}

h3, h4, h5, h6 {
  margin-bottom: 12px;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 31px;
}

h5, h6 {
  font-size: 29px;
}

a {
  text-decoration: none;
}

.content-wrapper {
  overflow: hidden;
  position: relative;
}
.content-wrapper .attachment-featured {
  width: 100%;
}
.content-wrapper .single-post-thumbnail {
  padding-top: 40%;
  text-align: center;
  margin: 0 auto 30px;
  background-size: cover;
  background-position: center center;
}
.content-wrapper .entry-content li, .content-wrapper .page-content li {
  padding-bottom: 6px;
}
.content-wrapper .entry-content li:last-child, .content-wrapper .page-content li:last-child {
  padding-bottom: 0;
}
.content-wrapper .entry-content p:last-child, .content-wrapper .page-content p:last-child {
  margin-bottom: 0;
}
.content-wrapper .entry-content a, .content-wrapper .page-content a {
  color: #014080;
}
.content-wrapper .entry-content a:hover, .content-wrapper .page-content a:hover {
  text-decoration: underline;
}
.content-wrapper .read-more {
  margin-top: 30px;
}
.content-wrapper .read-more a {
  color: #014080;
}
.content-wrapper .read-more a:hover {
  text-decoration: underline;
}
.content-wrapper .entry-title {
  margin-bottom: 30px;
  color: #2e2e2e;
  text-transform: none;
  font-weight: normal;
}
.content-wrapper .entry-title a {
  color: #005cb9;
}
.content-wrapper .page-title {
  margin-bottom: 30px;
  color: #005cb9;
  font-size: 40px;
  text-transform: none;
  font-weight: normal;
}
.content-wrapper .page-title .content-wrapper {
  padding: 0 80px;
}
.content-wrapper .page-title a {
  margin-top: -9px;
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 18px;
  line-height: 1;
  color: #2a2a2a;
}
.content-wrapper .page-title a:hover {
  text-decoration: underline;
}
.content-wrapper .article-wrapper {
  padding-bottom: 20px;
}
.content-wrapper .article-wrapper .article-content {
  overflow: hidden;
}
.content-wrapper .article-wrapper .post-thumbnail {
  width: auto;
  max-width: 40%;
  margin-right: 30px;
  margin-bottom: 0;
  float: left;
  font-size: 0;
}
.content-wrapper .article-wrapper .button {
  color: white;
}
.content-wrapper .article-wrapper .button:hover {
  text-decoration: none;
}
.content-wrapper .article-wrapper article {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
}
.content-wrapper .article-wrapper article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px solid white;
}
.content-wrapper .article-wrapper article p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-header.blog-header {
  padding-top: 40px;
  margin-bottom: -40px;
}
.page-header h2 {
  margin-bottom: 40px;
  color: #2a2a2a;
  font-weight: 600;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
}
.page-header.has-image {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.page-header.has-image h1 {
  padding: 80px 0;
  background-color: transparent;
}

#home-slideshow {
  max-width: 2000px;
  padding: 20px;
  margin: 0 auto;
}
#home-slideshow .slide-wrapper {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
#home-slideshow .slide-wrapper:hover .slick-prev {
  left: 10px;
}
#home-slideshow .slide-wrapper:hover .slick-next {
  right: 10px;
}
#home-slideshow .slick-prev {
  height: 34px;
  width: 22px;
  padding-left: 5px;
  padding-right: 0;
  margin-top: -15px;
  top: 50%;
  left: -30px;
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  z-index: 100;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-slideshow .slick-prev:before {
  content: "";
  height: 34px;
  width: 22px;
  display: block;
  opacity: 1;
  background-image: url("../images/left-arrow.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#home-slideshow .slick-prev:hover {
  padding-left: 0;
  padding-right: 5px;
}
#home-slideshow .slick-next {
  height: 34px;
  width: 22px;
  padding-right: 5px;
  padding-left: 0;
  margin-top: -15px;
  top: 50%;
  right: -30px;
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  z-index: 100;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-slideshow .slick-next:before {
  content: "";
  height: 34px;
  width: 22px;
  display: block;
  opacity: 1;
  background-image: url("../images/right-arrow.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#home-slideshow .slick-next:hover {
  padding-right: 0;
  padding-left: 5px;
}
#home-slideshow .slick-dots {
  bottom: 30px;
}
#home-slideshow .slick-dots li {
  margin: 0 1px;
}
#home-slideshow .slick-dots li button::before {
  font-size: 14px;
  opacity: 1;
  color: white;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#home-slideshow .slick-dots li.slick-active button::before {
  color: #014080;
}
#home-slideshow .slide {
  position: relative;
}
#home-slideshow .slide img {
  width: 100%;
}

#home-content {
  padding: 30px 20px 50px;
  position: relative;
  font-size: 0;
}
#home-content .about-us-image {
  width: 30%;
  padding-right: 20px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#home-content .about-us-content {
  width: 70%;
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 20px;
}
#home-content .about-us-content a {
  color: #ed2024;
}
#home-content .about-us-content a:hover {
  text-decoration: underline;
}
#home-content .about-us-content p:last-child, #home-content .about-us-content ul:last-child, #home-content .about-us-content ol:last-child {
  margin-bottom: 0;
}
#home-content .about-us-content.full-width {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 0;
  display: block;
  text-align: center;
}
#home-content:after {
  content: "";
  height: 0;
  width: 0;
  margin-left: -60px;
  position: absolute;
  top: 100%;
  left: 50%;
  border-top: 25px solid white;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  z-index: 100;
}
#home-content .additional-content-wrapper {
  height: 0;
  overflow: hidden;
}
#home-content .additional-content-wrapper .additional-content {
  text-align: left;
}
#home-content .additional-content-wrapper .additional-content h2, #home-content .additional-content-wrapper .additional-content h3, #home-content .additional-content-wrapper .additional-content h4, #home-content .additional-content-wrapper .additional-content h5 {
  text-align: center;
}
#home-content .additional-content-wrapper .additional-content ul, #home-content .additional-content-wrapper .additional-content ol {
  margin-right: 0;
}
#home-content .additional-content-wrapper .additional-content hr {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 25px;
  display: inline-block;
}
#home-content .additional-content-button-wrapper {
  margin-top: 30px;
}

#home-what-we-do {
  padding: 80px 0;
  position: relative;
  text-align: center;
  background-image: url("../images/What-We-Do-Background.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
#home-what-we-do h2 {
  color: white;
}
#home-what-we-do .slick-no-slide .slick-track {
  width: 100% !important;
  text-align: center;
  transform: inherit !important;
}
#home-what-we-do .slick-no-slide .slick-slide {
  float: none;
  display: inline-block;
}
#home-what-we-do .what-we-do-wrapper {
  margin-top: 30px;
}
#home-what-we-do .what-we-do-wrapper .what-we-do-item {
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#home-what-we-do .what-we-do-wrapper .what-we-do-item .what-we-do-item-content {
  padding: 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  color: #2a2a2a;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#home-what-we-do .what-we-do-wrapper .what-we-do-item .what-we-do-item-content:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#home-what-we-do .what-we-do-wrapper .what-we-do-item .what-we-do-item-content .what-we-do-item-inner-content {
  display: inline-block;
  vertical-align: middle;
}
#home-what-we-do .what-we-do-wrapper .what-we-do-item .what-we-do-item-content .what-we-do-item-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
#home-what-we-do .what-we-do-wrapper .what-we-do-item .what-we-do-item-content .what-we-do-item-excerpt {
  font-size: 16px;
  line-height: 1.2;
}
#home-what-we-do .what-we-do-wrapper .what-we-do-item .what-we-do-item-content:hover {
  background-color: rgb(255, 255, 255);
}
#home-what-we-do .slick-prev {
  height: 34px;
  width: 22px;
  padding-left: 5px;
  padding-right: 0;
  margin-top: -15px;
  top: 50%;
  left: -30px;
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  z-index: 100;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-what-we-do .slick-prev:before {
  content: "";
  height: 34px;
  width: 22px;
  display: block;
  opacity: 1;
  background-image: url("../images/left-arrow.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#home-what-we-do .slick-prev:hover {
  padding-left: 0;
  padding-right: 5px;
}
#home-what-we-do .slick-next {
  height: 34px;
  width: 22px;
  padding-right: 5px;
  padding-left: 0;
  margin-top: -15px;
  top: 50%;
  right: -30px;
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  z-index: 100;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-what-we-do .slick-next:before {
  content: "";
  height: 34px;
  width: 22px;
  display: block;
  opacity: 1;
  background-image: url("../images/right-arrow.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#home-what-we-do .slick-next:hover {
  padding-right: 0;
  padding-left: 5px;
}
#home-what-we-do:after {
  content: "";
  height: 25px;
  width: 0;
  margin-left: -60px;
  position: absolute;
  top: 100%;
  left: 50%;
  background-image: url("../images/What-We-Do-Background.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  border-top: 25px solid transparent;
  border-left: 60px solid #202020;
  border-right: 60px solid #202020;
  z-index: 100;
}
#home-what-we-do .slick-arrow.slick-disabled {
  opacity: 0;
}

#home-our-work {
  padding: 80px 0;
  position: relative;
  text-align: center;
  background-color: #202020;
}
#home-our-work h2 {
  color: white;
}
#home-our-work .our-work-buttons {
  margin: 30px 0;
}
#home-our-work .our-work-buttons .button {
  color: white;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background-color: transparent;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-our-work .our-work-buttons .button:hover {
  color: #005cb9;
}
#home-our-work .our-work-buttons .button.active {
  background-color: #005cb9;
}
#home-our-work .our-work-buttons .button.active:hover {
  color: white;
}
#home-our-work .our-work-groups {
  margin: -20px 0;
}
#home-our-work .our-work-groups .our-work-group {
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, height 0s 0.3s;
  -moz-transition: opacity 0.3s, height 0s 0.3s;
  -o-transition: opacity 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, height 0s 0.3s;
}
#home-our-work .our-work-groups .our-work-group.active {
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.3s, height 0s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, height 0s 0.3s;
  -o-transition: opacity 0.3s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s 0.3s, height 0s 0.3s;
}
#home-our-work .slick-arrow.slick-disabled {
  opacity: 0;
}
#home-our-work .slick-prev {
  height: 34px;
  width: 22px;
  padding-left: 5px;
  padding-right: 0;
  margin-top: -15px;
  top: 50%;
  left: -30px;
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  z-index: 100;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-our-work .slick-prev:before {
  content: "";
  height: 34px;
  width: 22px;
  display: block;
  opacity: 1;
  background-image: url("../images/left-arrow.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#home-our-work .slick-prev:hover {
  padding-left: 0;
  padding-right: 5px;
}
#home-our-work .slick-next {
  height: 34px;
  width: 22px;
  padding-right: 5px;
  padding-left: 0;
  margin-top: -15px;
  top: 50%;
  right: -30px;
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  z-index: 100;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-our-work .slick-next:before {
  content: "";
  height: 34px;
  width: 22px;
  display: block;
  opacity: 1;
  background-image: url("../images/right-arrow.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#home-our-work .slick-next:hover {
  padding-right: 0;
  padding-left: 5px;
}
#home-our-work .gallery-wrapper .view-gallery .gallery-item-content {
  position: relative;
}
#home-our-work .gallery-wrapper .view-gallery .gallery-item-content a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0px;
  text-align: center;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#home-our-work .gallery-wrapper .view-gallery .gallery-item-content a:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#home-our-work .gallery-wrapper .view-gallery .gallery-item-content a span {
  padding: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  font-weight: bold;
}
#home-our-work .gallery-wrapper .view-gallery .gallery-item-content a:hover {
  background-color: rgba(255, 255, 255, 0.95);
}
#home-our-work .gallery-item {
  padding: 20px;
}
#home-our-work .gallery-item .lightbox-image {
  display: block;
  position: relative;
}
#home-our-work .gallery-item .lightbox-image:hover:before {
  opacity: 0.5;
}
#home-our-work .gallery-item .lightbox-image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: white;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#home-our-work .gallery-item .gallery-item-content {
  cursor: pointer;
}
#home-our-work .video-wrapper-container {
  padding: 20px;
}
#home-our-work:after {
  content: "";
  height: 0;
  width: 0;
  margin-left: -60px;
  position: absolute;
  top: 100%;
  left: 50%;
  border-top: 25px solid #202020;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  z-index: 100;
}

#home-pricing {
  padding: 80px 0;
  position: relative;
  text-align: center;
}
#home-pricing h2 {
  margin-bottom: 0;
}
#home-pricing:after {
  content: "";
  height: 0;
  width: 0;
  margin-left: -60px;
  position: absolute;
  top: 100%;
  left: 50%;
  border-top: 25px solid white;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  z-index: 100;
}
#home-pricing .pricing-wrapper {
  margin: 10px -20px -20px;
}
#home-pricing .pricing-group {
  width: 33.33%;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: left;
}
#home-pricing .pricing-group .pricing-group-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}
#home-pricing .pricing-group .pricing-table-row {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}
#home-pricing .pricing-group .pricing-table-row:last-child {
  border-bottom: 0px solid white;
}
#home-pricing .pricing-group .pricing-table-row .price-title {
  float: left;
}
#home-pricing .pricing-group .pricing-table-row .price-cost {
  max-width: 40%;
  float: right;
  text-align: right;
}

#home-testimonials {
  padding: 80px 0;
  position: relative;
  text-align: center;
  background-image: url("../images/What-Our-Clients-Say-Background.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: white;
}
#home-testimonials h2 {
  color: white;
}
#home-testimonials .slick-prev {
  height: 34px;
  width: 22px;
  padding-left: 5px;
  padding-right: 0;
  margin-top: -15px;
  top: 50%;
  left: 20px;
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  z-index: 100;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-testimonials .slick-prev:before {
  content: "";
  height: 34px;
  width: 22px;
  display: block;
  opacity: 1;
  background-image: url("../images/left-arrow.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#home-testimonials .slick-prev:hover {
  padding-left: 0;
  padding-right: 5px;
}
#home-testimonials .slick-next {
  height: 34px;
  width: 22px;
  padding-right: 5px;
  padding-left: 0;
  margin-top: -15px;
  top: 50%;
  right: 20px;
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  z-index: 100;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-testimonials .slick-next:before {
  content: "";
  height: 34px;
  width: 22px;
  display: block;
  opacity: 1;
  background-image: url("../images/right-arrow.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#home-testimonials .slick-next:hover {
  padding-right: 0;
  padding-left: 5px;
}
#home-testimonials .testimonial-wrapper {
  max-width: 1240px;
  margin: 40px auto 0;
  position: static;
}
#home-testimonials .testimonial-wrapper .slick-list {
  margin: 0 20px;
  position: relative;
}
#home-testimonials .testimonial-content {
  padding-left: 40px;
  padding-top: 10px;
  font-size: 30px;
  font-weight: 300;
  text-align: right;
  position: relative;
}
#home-testimonials .testimonial-content:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../images/quotes.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#home-testimonials .testimonial-content :last-child {
  margin-bottom: 0;
}
#home-testimonials .testimonial-content .testimonial-inner-content {
  text-align: left;
}
#home-testimonials .testimonial-details {
  max-width: 500px;
  margin-top: 20px;
  font-weight: normal;
  display: inline-block;
  text-align: left;
  line-height: 1.1;
}
#home-testimonials .testimonial-name {
  font-size: 30px;
}
#home-testimonials .testimonial-company {
  font-size: 24px;
}
#home-testimonials:after {
  content: "";
  height: 25px;
  width: 0;
  margin-left: -60px;
  position: absolute;
  top: 100%;
  left: 50%;
  background-image: url("../images/What-Our-Clients-Say-Background.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  border-top: 25px solid transparent;
  border-left: 60px solid white;
  border-right: 60px solid white;
  z-index: 100;
}

#home-team {
  padding: 80px 0;
  position: relative;
}
#home-team h2 {
  margin-bottom: 30px;
  text-align: center;
}
#home-team .content-wrapper {
  max-width: 1280px;
}
#home-team .team-member-wrapper {
  margin: -20px;
  font-size: 0;
}
#home-team .team-member-wrapper .team-member {
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#home-team .team-member-wrapper .team-member.top-align .team-member-image {
  vertical-align: top;
}
#home-team .team-member-wrapper .team-member.top-align .team-member-details {
  vertical-align: top;
}
#home-team .team-member-wrapper .team-member-image {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}
#home-team .team-member-wrapper .team-member-details {
  width: 75%;
  padding-left: 40px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#home-team .team-member-wrapper .team-member-details .team-member-name {
  font-size: 24px;
  font-weight: bold;
}
#home-team .team-member-wrapper .team-member-details .team-member-bio {
  margin-top: 20px;
  font-size: 20px;
}
#home-team .team-member-wrapper .team-member-position {
  font-size: 18px;
  font-weight: bold;
  color: #005cb9;
}
#home-team .team-member-wrapper.multiple {
  text-align: center;
}
#home-team .team-member-wrapper.multiple .team-member {
  max-width: 340px;
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
}
#home-team .team-member-wrapper.multiple .team-member-inner-content {
  cursor: pointer;
}
#home-team .team-member-wrapper.multiple .team-member-inner-content:hover .team-member-image .team-member-image-overlay {
  opacity: 1;
}
#home-team .team-member-wrapper.multiple .team-member-image {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
#home-team .team-member-wrapper.multiple .team-member-image .team-member-image-overlay {
  padding: 20px;
  display: grid;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #014080;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#home-team .team-member-wrapper.multiple .team-member-image img {
  width: 400px;
}
#home-team .team-member-wrapper.multiple .team-member-name {
  font-weight: bold;
  font-size: 24px;
}
#home-team:after {
  content: "";
  height: 0;
  width: 0;
  margin-left: -60px;
  position: absolute;
  top: 100%;
  left: 50%;
  border-top: 25px solid white;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  z-index: 100;
}

#main-gallery-wrapper {
  font-size: 0;
}
#main-gallery-wrapper .gallery-item {
  width: 33.33%;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main-gallery-wrapper .gallery-item .lightbox-image {
  display: block;
  position: relative;
}
#main-gallery-wrapper .gallery-item .lightbox-image:hover:before {
  opacity: 0.5;
}
#main-gallery-wrapper .gallery-item .lightbox-image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: white;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#main-gallery-wrapper .gallery-item .gallery-item-content {
  cursor: pointer;
}

/*=======================
	SIDEBAR
=========================*/
#secondary .widget {
  margin-bottom: 20px;
}
#secondary .widget h4 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #2e2e2e;
}
#secondary .widget ul {
  margin: 0;
  list-style: none;
}
#secondary .widget ul li {
  margin-bottom: 5px;
}
#secondary .widget ul li:last-child {
  margin-bottom: 0;
}
#secondary .widget ul a {
  color: #014080;
}
#secondary .widget ul a:hover {
  text-decoration: underline;
}
#secondary .widget .menu {
  list-style: none;
  margin-left: 0;
}
#secondary .widget .menu li {
  margin-bottom: 5px;
}
#secondary .widget .menu li a {
  display: inline-block;
  font-size: 26px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#secondary .widget .menu li a:before {
  content: "▶";
  width: 0;
  height: 18px;
  display: inline-block;
  overflow: hidden;
  font-size: 20px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#secondary .widget .menu li a:hover {
  text-decoration: none;
}
#secondary .widget .menu li a:hover:before {
  width: 20px;
}
#secondary .widget .menu li.current-menu-item a:before {
  width: 20px;
}

/*=======================
	FOOTER
=========================*/
#footer {
  background-color: #005cb9;
}

.upper-footer {
  padding: 80px 0;
  background-color: #014080;
  text-align: center;
  color: white;
  font-size: 24px;
}
.upper-footer h3 {
  margin-bottom: 0px;
  color: white;
  font-size: 40px;
  text-transform: none;
  font-weight: normal;
}
.upper-footer .button {
  font-size: 24px;
  background-color: #59a844;
}
.upper-footer .button:hover {
  background-color: #005cb9;
}

.lower-footer {
  padding: 40px 0;
  background-color: #005cb9;
  font-size: 0;
}
.lower-footer .content-wrapper {
  overflow: visible;
}
.lower-footer .footer-logo {
  width: 32%;
  padding-left: 95px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: white;
  font-size: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.lower-footer .footer-logo img {
  height: 76px;
  margin-top: -38px;
  position: absolute;
  top: 50%;
  left: 0px;
}
.lower-footer .footer-logo .footer-logo-address {
  font-size: 16px;
}
.lower-footer .footer-logo .footer-logo-address p:last-child {
  margin-bottom: 0;
}
.lower-footer .footer-phone {
  width: 36%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: white;
}
.lower-footer .footer-phone p:last-child {
  margin-bottom: 0;
}
.lower-footer .footer-phone img {
  width: 18px;
  padding-left: 2px;
  padding-right: 2px;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lower-footer .footer-phone span {
  vertical-align: middle;
  color: white;
  font-size: 30px;
}
.lower-footer .footer-phone a {
  vertical-align: middle;
}
.lower-footer .footer-phone a:hover {
  text-decoration: none;
}
.lower-footer .footer-phone a:hover img {
  width: 22px;
  padding: 0;
}
.lower-footer .footer-social {
  width: 32%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
.lower-footer .footer-social a {
  margin-left: 10px;
  display: inline-block;
  position: relative;
}
.lower-footer .footer-social a:first-child {
  margin-left: 0;
}
.lower-footer .footer-social a:hover .icon {
  opacity: 0;
}
.lower-footer .footer-social a:hover .hover-icon {
  opacity: 1;
}
.lower-footer .footer-social a .icon {
  width: 45px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lower-footer .footer-social a .hover-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* =======================================
   WP EDITOR
======================================= */
/* =======================================
	Custom
======================================= */
.wp-block-separator {
  border-top: 0px solid white;
  border-bottom: 1px solid #dddddd;
  margin: 2em 0;
}

#pagination {
  margin-top: 30px;
  padding-top: 50px;
  border-top: 1px solid #dddddd;
  text-align: center;
}
#pagination a {
  color: #014080;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#pagination a:hover {
  color: #ed2024;
}
#pagination .page-numbers {
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
  color: #014080;
}
#pagination .page-numbers.current {
  background-color: #014080;
  color: white;
}
#pagination .page-numbers .prev {
  margin-right: 10px;
}
#pagination .page-numbers .next {
  margin-left: 10px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.touchscreen #branding .lower-header {
  background-attachment: scroll !important;
}
.touchscreen #home-our-work {
  background-size: auto;
  background-attachment: scroll !important;
}
.touchscreen #home-our-work:after {
  background-size: auto;
  background-attachment: scroll !important;
}

.column-wrapper {
  margin-bottom: 20px;
  display: grid;
  gap: 0 30px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.column-wrapper ul {
  margin-bottom: 0;
}
.column-wrapper p:empty {
  display: none;
}

.button {
  padding: 5px 15px;
  display: inline-block;
  color: white;
  background-color: #ed2024;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.button:hover {
  background-color: #014080;
}
.button.blue-button {
  background-color: #014080;
}
.button.blue-button:hover {
  background-color: #ed2024;
}

.lightbox-container {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  font-size: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  -webkit-transition: opacity 0.3s, right 0s 0s;
  -moz-transition: opacity 0.3s, right 0s 0s;
  -o-transition: opacity 0.3s, right 0s 0s;
  transition: opacity 0.3s, right 0s 0s;
}
.lightbox-container.hidden {
  opacity: 0;
  right: 100%;
  -webkit-transition: opacity 0.3s, right 0s 0.3s;
  -moz-transition: opacity 0.3s, right 0s 0.3s;
  -o-transition: opacity 0.3s, right 0s 0.3s;
  transition: opacity 0.3s, right 0s 0.3s;
}
.lightbox-container.team-member-bio-container h3 {
  margin-bottom: 0;
}
.lightbox-container.team-member-bio-container .team-member-position {
  font-size: 18px;
  font-weight: bold;
  color: #005cb9;
}
.lightbox-container.team-member-bio-container .team-member-bio {
  margin-top: 20px;
}
.lightbox-container:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.lightbox-container .lightbox-wrapper {
  width: 900px;
  max-width: 90%;
  max-height: 90%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: white;
  overflow-y: auto;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.lightbox-container .lightbox-wrapper .lightbox-content-wrapper {
  padding: 40px 70px;
}
.lightbox-container .lightbox-wrapper .lightbox-content-wrapper .lightbox-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 30px;
  font-size: 24px;
  color: white;
  font-weight: bold;
  text-align: center;
  background-color: #005cb9;
  cursor: pointer;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.lightbox-container .lightbox-wrapper .lightbox-content-wrapper .lightbox-close:hover {
  background-color: #ed2024;
}
.lightbox-container .lightbox-wrapper .lightbox-content-wrapper .lightbox-content {
  font-size: 20px;
}
.lightbox-container .lightbox-wrapper .lightbox-content-wrapper .lightbox-content :last-child {
  margin-bottom: 0;
}

body .featherlight .featherlight-content {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
body .featherlight .featherlight-previous {
  height: 34px;
  width: 22px;
  padding-left: 5px;
  padding-right: 0;
  margin-top: -15px;
  top: 50%;
  left: 30px;
  right: auto;
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  z-index: 100;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .featherlight .featherlight-previous span {
  display: none;
}
body .featherlight .featherlight-previous:before {
  content: "";
  height: 34px;
  width: 22px;
  display: block;
  opacity: 1;
  background-image: url("../images/left-arrow.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
body .featherlight .featherlight-previous:hover {
  padding-left: 0;
  padding-right: 5px;
  background-color: transparent !important;
}
body .featherlight .featherlight-next {
  height: 34px;
  width: 22px;
  padding-right: 5px;
  padding-left: 0;
  margin-top: -15px;
  top: 50%;
  right: 30px;
  left: auto;
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  z-index: 100;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .featherlight .featherlight-next span {
  display: none;
}
body .featherlight .featherlight-next:before {
  content: "";
  height: 34px;
  width: 22px;
  display: block;
  opacity: 1;
  background-image: url("../images/right-arrow.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
body .featherlight .featherlight-next:hover {
  padding-right: 0;
  padding-left: 5px;
  background-color: transparent !important;
}
body .featherlight .featherlight-close-icon {
  width: 30px;
  color: white;
  text-align: center;
  background-color: #005cb9;
  top: 10px;
  right: 10px;
  line-height: 30px;
  font-size: 24px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
body .featherlight .featherlight-close-icon:hover {
  background-color: #ed2024;
}

.table-wrapper {
  overflow: auto;
}
.table-wrapper table {
  min-width: 700px;
  text-align: center;
  border-bottom: 1px solid #bfbfbf;
  color: #4a4a4a;
}
.table-wrapper table td, .table-wrapper table th {
  padding: 10px;
}
.table-wrapper table td:first-child, .table-wrapper table th:first-child {
  text-align: left;
}
.table-wrapper table thead {
  border-bottom: 1px solid #bfbfbf;
}
.table-wrapper table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

/* =======================================
	Gravity Forms
======================================= */
.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body .select2-container {
  z-index: 99999;
}

#primary .select2-container.select2-container--default {
  z-index: 999;
}

#main .gform_wrapper .top_label input.large.datepicker, #main .gform_wrapper .top_label input.medium.datepicker, #main .gform_wrapper .top_label input.small.datepicker {
  width: 100%;
}
#main .gform_wrapper div.validation_error {
  font-size: 18px;
}
#main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  font-size: 16px;
}
#main .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, #main .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
  max-width: 50%;
  padding-right: 0;
}
#main .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
  margin-right: 0px;
}
#main .gform_wrapper li.gfield.gfield_error, #main .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding-top: 0;
}
#main .gform_wrapper {
  max-width: 800px;
  margin: 0 auto;
  /* Hide the checkbox */
  /* Prepare the label */
  /* Checkboxes aspect */
  /* :before is for the box */
  /* Check symbol aspect */
  /* if "not checked" */
  /* If "checked" */
}
#main .gform_wrapper li.gfield {
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 25px;
}
#main .gform_wrapper li.gfield.gf_left_half {
  padding-right: 10px;
  padding-bottom: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper li.gfield.gf_left_half input[type=text] {
  width: 100%;
}
#main .gform_wrapper li.gfield.gf_right_half {
  padding-left: 10px;
  padding-bottom: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper li.gfield.gf_right_half input[type=text] {
  width: 100%;
}
#main .gform_wrapper li.gfield.gfield_html {
  margin-bottom: 0;
}
#main .gform_wrapper li.gfield.gfield_html h4 {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #2a2a2a;
}
#main .gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
}
#main .gform_wrapper.gravity-theme .ginput_container_address span span {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
#main .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
#main .gform_wrapper li.hidden_label input {
  margin-top: 0;
}
#main .gform_wrapper input[type=email], #main .gform_wrapper input[type=number], #main .gform_wrapper input[type=password], #main .gform_wrapper input[type=tel], #main .gform_wrapper input[type=text], #main .gform_wrapper input[type=url], #main .gform_wrapper textarea {
  padding: 10px;
  font-size: 20px;
  border: 1px solid #b7b8b9;
  background-color: white;
}
#main .gform_wrapper .gform_footer {
  padding: 0;
}
#main .gform_wrapper .gform_footer .button {
  width: 400px;
  max-width: 100%;
  padding: 10px;
  margin: 0 auto;
  display: block;
  border: 0px solid white;
  background-color: #005cb9;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#main .gform_wrapper .gform_footer .button:hover {
  background-color: #ed2024;
}
#main .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 30px !important;
  padding-left: 10px !important;
  color: black !important;
  line-height: 47px !important;
  font-size: 20px !important;
}
#main .gform_wrapper .select2-container .select2-selection--single {
  height: 47px !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border: 1px solid #b7b8b9 !important;
  padding-left: 0 !important;
  background-color: white !important;
}
#main .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #b7b8b9 transparent transparent transparent !important;
  border-width: 8px 6px 0 6px !important;
  margin-left: -6px !important;
  margin-top: -4px !important;
  display: block !important;
}
#main .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 47px !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  width: 30px !important;
}
#main .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  display: none !important;
}
#main .gform_wrapper [type=checkbox]:not(:checked),
#main .gform_wrapper [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
#main .gform_wrapper [type=checkbox]:not(:checked) + label,
#main .gform_wrapper [type=checkbox]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  text-transform: uppercase;
}
#main .gform_wrapper [type=checkbox]:not(:checked) + label:before,
#main .gform_wrapper [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #c3c3c3;
  background: #ffffff;
}
#main .gform_wrapper [type=checkbox]:not(:checked) + label:after,
#main .gform_wrapper [type=checkbox]:checked + label:after {
  content: "X";
  width: 18px;
  position: absolute;
  top: -2px;
  left: 0px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #014080;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .gform_wrapper [type=checkbox]:not(:checked) + label:after {
  opacity: 0; /* invisible */
}
#main .gform_wrapper [type=checkbox]:checked + label:after {
  opacity: 1; /* visible */
}
#main .gform_confirmation_wrapper {
  padding: 30px 0;
}
#main .gform_wrapper.gf_browser_chrome .gform_body, #main .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  width: 100%;
}

/* =======================================
	Responsiveness
======================================= */
@media screen and (max-width: 1280px) {
  #branding .content-wrapper {
    overflow: visible;
  }
  #branding .site-logo {
    width: 30%;
  }
  #branding .schedule-button {
    width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  #branding .content-wrapper {
    overflow: visible;
    position: static;
  }
  #branding .schedule-button .schedule-with-us {
    position: relative;
  }
  #branding .schedule-button .schedule-with-us .schedule-select {
    margin-top: 20px;
  }
  #branding .schedule-button .schedule-with-us .schedule-select.active {
    right: 0;
  }
  #branding .site-logo img {
    max-height: 100%;
    width: auto;
  }
  #branding .lower-header {
    padding: 20px 50px;
  }
  #branding .lower-header h1 {
    font-size: 34px;
  }
  #branding .lower-header .lower-header-areas-served {
    margin-top: 10px;
  }
  #branding .lower-header .lower-header-phone {
    display: none;
  }
  #branding .lower-header .lower-header-title {
    padding: 0;
  }
  #home-content .about-us-image {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  #home-content .about-us-content {
    width: 100%;
    padding-left: 0;
  }
  .lower-footer .footer-logo {
    width: 50%;
  }
  .lower-footer .footer-phone {
    width: 50%;
    text-align: right;
  }
  .lower-footer .footer-social {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  #wrapper {
    margin-bottom: -503px;
  }
  #footer, #push {
    height: 503px;
  }
  .primary-secondary-wrapper {
    margin-right: 0;
  }
  #secondary {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    clear: both;
    border-top: 1px solid #dddddd;
  }
}
@media screen and (max-width: 800px) {
  .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  #home-content {
    padding-left: 0;
    padding-right: 0;
  }
  #home-what-we-do .content-wrapper, #home-our-work .content-wrapper, #home-testimonials .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  #home-what-we-do .what-we-do-wrapper .what-we-do-item {
    padding: 0 10px;
  }
  #home-our-work .gallery-item, #home-our-work .video-wrapper-container, #home-our-work .video-wrapper-container {
    padding: 10px;
  }
  #home-our-work .our-work-groups {
    margin: 10px 0;
  }
  #home-testimonials .testimonial-wrapper .slick-list {
    margin: 0 10px;
  }
  #home-testimonials .slick-prev {
    left: 10px;
  }
  #home-testimonials .slick-next {
    right: 10px;
  }
  #home-testimonials .testimonial-content {
    font-size: 24px;
    line-height: 1.3;
  }
  #home-testimonials .testimonial-name {
    font-size: 24px;
  }
  #home-testimonials .testimonial-company {
    font-size: 20px;
  }
  #home-team .team-member-wrapper.multiple .team-member {
    width: 50%;
  }
  .lower-footer {
    text-align: center;
  }
  .lower-footer .footer-logo {
    width: auto;
    margin-bottom: 20px;
    text-align: left;
  }
  .lower-footer .footer-phone {
    width: 100%;
    text-align: center;
  }
  #wrapper {
    margin-bottom: 0px;
  }
  #footer, #push {
    height: auto;
  }
  .content-wrapper .post-thumbnail {
    float: none;
    margin: 0 auto 30px;
    width: auto;
    max-width: none;
  }
}
@media screen and (max-width: 641px) {
  #main .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    min-height: 0;
    line-height: 1;
  }
  #main .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  #main .gform_wrapper li.gfield.gf_right_half {
    padding-left: 0;
  }
  #main .gform_wrapper li.gfield.gf_left_half {
    padding-right: 0;
  }
  #home-testimonials .testimonial-content {
    padding: 0;
  }
  #home-testimonials .testimonial-content:before {
    display: none;
  }
  .upper-footer, #home-team, #home-testimonials, #home-our-work, #home-what-we-do {
    padding: 40px 0;
  }
  #home-content {
    padding-bottom: 40px;
  }
  #branding .site-logo {
    height: 63px;
  }
  #branding .schedule-button:before {
    display: none;
  }
  #branding .schedule-button .button {
    margin: 5px;
    margin-right: 0 !important;
    margin-left: 5px;
  }
  .content-wrapper .article-wrapper .post-thumbnail {
    max-width: 100%;
    float: none;
    margin: 0 auto 30px;
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  #home-our-work .our-work-buttons .button {
    display: block;
    margin: 0;
  }
  h1, #branding .lower-header .lower-header-title h1 {
    line-height: 1;
    font-size: 38px;
  }
  #branding.minimized .lower-header .lower-header-title h1, #branding.sub-page .lower-header .lower-header-title h1 {
    font-size: 30px;
  }
  .back-button {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #home-team .team-member-wrapper.multiple .team-member {
    width: 100%;
  }
  #branding .content-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
  #branding .site-logo {
    width: 100%;
    height: 70px;
    margin: 0;
    vertical-align: middle;
    text-align: center;
  }
  #branding .schedule-button {
    width: 100%;
    text-align: center;
  }
  #branding .schedule-button .schedule-with-us .schedule-select {
    width: 200px;
  }
  #branding .schedule-button .schedule-with-us .schedule-select.active {
    right: -20px;
  }
}

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