/*!
Theme Name: La Jolla Car Detail
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: la-jolla-car-detail
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.

La Jolla Car Detail is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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 {
  font-family: "Nunito Sans", SansSerif, serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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],
.hidden {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #252424;
  font-family: "Nunito Sans", Roboto, Oxygen-Sans, Ubuntu, Cantarell,
    "Helvetica Neue", sans-serif;
  /*font-size: 1rem;*/
	font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
h5 {
  font-weight: 400;
  margin: 0;
}

h1 span,
h2 span,
h3 span,
h4 span {
  color: #2999b4;
}

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;
  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;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
	width:100%;
}

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: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #252424;
}

a:visited {
  color: #252424;
}

a:hover,
a:focus,
a:active {
  color: #2999b4;
}

a:focus {
  outline: thin dotted;
}

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

/* 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);
  line-height: 1;
  padding: 0.6em 1em 0.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"],
select,
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px 8px;
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: center;
}

.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 {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 30px;
  height: 22px;
  border: none;
  border-radius: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAWCAYAAADXYyzPAAAACXBIWXMAAAsTAAALEwEAmpwYAAA4JGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU1NzcyLCAyMDE0LzAxLzEzLTE5OjQ0OjAwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTYtMDEtMjdUMTc6NDk6NTUrMDE6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNi0wMS0yOFQxNToyMjoxOCswMTowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTYtMDEtMjhUMTU6MjI6MTgrMDE6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6ZGY2MjU4MzYtM2I1My0xNzRjLWE2YTgtY2JmMTE2OGE1NjQ3PC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOmRmNjI1ODM2LTNiNTMtMTc0Yy1hNmE4LWNiZjExNjhhNTY0NzwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOmRmNjI1ODM2LTNiNTMtMTc0Yy1hNmE4LWNiZjExNjhhNTY0NzwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpkZjYyNTgzNi0zYjUzLTE3NGMtYTZhOC1jYmYxMTY4YTU2NDc8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTYtMDEtMjdUMTc6NDk6NTUrMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MzA8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MjI8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Pq2nqr8AAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAC9JREFUeNpiSEtL+z8QmOH/AAGGUTAKRsHQB6Ml1ygYBaNgtOQa9CUXAAAA//8DABLyK/G0R3VCAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center;
  padding: 14px 20px;
  border-radius: 3px;
  background-color: transparent;
  transition: all ease-in 0.2s;
  -webkit-appearance: none;
}
.toggled .menu-toggle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAYAAADafVyIAAAZ3npUWHRSYXcgcHJvZmlsZSB0eXBlIGV4aWYAAHjarZtZciOxckX/sQovoTADy8EY4R14+T4XoNSSWj09uxUtUmSxCoXMvEMCNOt//nub/+Jfji6YEHNJNaWHf6GG6hpPynP/1fPbPuH8vn+8vWc/v25ser3heMnz6O+fub2Ob7wef3zg/Tz98+umvN5x5XWi1xtvJ/S6suPJ/DhIXnf3dRteJ6rrPkm15I9D7e4+jteBZyiv/z6fU7+fRH+bjy+EzCzNyFHeueWtf/jt/GsE/v5vep3fj48c9/h0XrHmPJTXSJiQT7f39vg8Hyfo0yS/PTNfZ3+17yfftdcR/stcvoJlePLtGzZ+P/lnij9c2L+PyH1+wy07frqd1/+9Z9l73btrITGj6ZVRj3mbHX2GAztT7s/HEj+Z/5Hn+fxUfsrTnkFw5jOezs+w1Tpmfxsb7LTNbrvO47CDIQa3XObRueH8ea347KobRMn6oB+7XfbVT1+I5XDLeM/L7n0s9ly3nusNymE+03Kos5zM8pFf/pjfvfkvP2Zvza21msx1Q8y4nDKXYShy+s1RBMTuV9zimeC3n1f4nw+JpVQNHKZpLtxge/o9RY/2R275E2fPcZHHWxXW5Pk6AVPEtSODIeGDfZL10Sb7ZOeytcxjIUCNkTsfXCcCNkY3GaQL3idnsitO1+Yz2Z5jXXTJ6WWwiUBEqikTm+obwQohkj85FHKoRR9DjDHFHIuJNbbkU0gxpZSTQK5ln0OOOeWcS665FV9CiSWVXEqppVVXPRgYa6q5llpra840LtQ4V+P4xivddd9Djz313EuvvQ3SZ4QRRxp5lFFHm276CUzMNPMss862rFkgxQorrrTyKquutsm17XfYcaedd9l1t/eovaL6088/RM2+ouZOpHRcfo8ar5qc305hBSdRMSNiLlginhUBEtopZk+xIThFTjF7qqMoomOQUbEx0ypihDAs6+K277H7Ebm/ipuJ5a/i5v4UOaPQ/X9EzhC6n+P2TdSmIHiciN0q1Jw+nurbmXMkQ1AoSYV2n8eZnd1jzBx6ac3n3mKwuXsmN+SqCpt9M+V72bXDY1eyy/u9jSjPD57FrVgT8Jj5v8YE2/YzmMGRarfNj64A1wIE1jxtn61XPlcotbC22XXNHDWWPME3jc1zoWE5H9cqeqU+M+hSa+lSFDN8vqaNhXPtkt3YMZneY125OmIUA1kYEvg0wPW1nt3g6VxrtHH6XcoevqYM6tdt54h9VK+oCBKqIWtsGdbP8uzApKEBnuZK+9dH8/WF1XvQdMWyyIjARGcfmJ3uQu2dcNXwLFvKWn628rieywmSWUKcvGfuPe9VyJ65y+J+bQv53L9OkNAa3D75GlwJoYyncPt2DeRPzMGnaNKqpPFO8+H+dd3WSOHViwvULHjYp83Dn6uiLKaA4DlB4eOtVT17SkqmTj1lmERk7Xbit1wiBvPhBDHlZ5Wetm2jezIl55jsnuTwDKLUw6u6tZH34LRxnEB74uPA4u4mqqG7SjnYPiiytuauRQft1PosjHa7cyLqb+3HZLKf68Sxd9/2nt0yvrVJpeWJex65At6zNeqTxIZGEZ7PTIsUDaT/iMU10yn7mRIp4Dkxs7ytowy9TtiVjyTLUD6uwTgVDwq7MBegQ2TIjumNyRczVT+cf0Pqq3CfqTs+Ze3u/WT1qucG5g686Sg9P/l4UV1xWvtwFR6z6VGlvcMUps7kV1OZMutzOvK0AxxjFEomuKCQk0An5K1MLn/qFaUQvNHVbhGRkJQRNfH45cJ0iRlKE2kI8eUi5InPCoPkUCnYSSLGtggzwyrTBKKeqWRykrvV6RhYFuqHlnTasqINUXr1t4/muzdCV35GBhFiItsp3DicqyQv6W2ZlRgpnDdkiEztNHkwV+e2lMjzZGoJTvxwpnpT6mAg9bO58UnS1JZHb4D7fmLTBE4gr5vuopilQhq97EyuRef2nAzNclWwuWVeWrVBR5q1iJwLvbonIf4zDDhTb3Ya8o38Ky41nM1KqXMTg9sBBvvuQOeEDeZ6xo3OfAVn3rtwms5YSQwye/aL1THuA0duK2H8zvlWoTsF2xdTUpgybjWNnXpCXLrFfLqVHbzWMFuJLPclByZpJTKnv0qDhEHXUBqtqjTmc4ApkWqJ9B5ozNYhxLUSUSuITEpDYWEgPsCIpzxWsb0tJUUhKEAUmqrz7i0ZDlHJ2Hsks9LNSorWgUgVdHqYFBBhgcSrnQM5QGwBmHPzAQgcAPqDaGlg6OLeIegZDThawAwgMPYMs6bYQXdSsUFElB2lV8eKD2Mhj7fKsKlwuAayfZ46BCmCUY2RE5SF9FK6fAn9XYzKG8Uxke+U1lpCkTUG6G0XesYJom5aovxlOan8bU8qDtEf3EV8hFOx9UJRJ7AFOkputAUwlWkZPmQRAN1nEM+5pomjKdqWfOWRsLYb7HqCTxozcrgCDtcUbZTSvBX5aN64FMAxi59m9SdHNF2b8A8Iw3FU/iQrqyN3L/0INEfuquEKGXxHl+YzX/6ndLmotX+lQ+HnN1xoOANY7EPdBBNc9RkwG2jINRbs8T7K8jbKkkaaFU0VSXKgs1NrEI8BQaEQ69QM4EJwGCOgQC0n5HJPlv7oEfR9EzDf6Zc4TUvFk2NdtUZKFgC1kgS9t/7AmBYW4xNbZbKAAn53qawEDXDSGOBNpfTgRN6FtB2SNpOOgrlCfAK4TZ2S/PCjQwctCmqRln4iQAFjC/UixaMbBfp8vAHZ1SQAPamqRraA6bafYiOpQJi0zvBbIMj5ykRcJfzxSN8lUdjOy5mkISP10l6OhHBx5dI7A8tZFDHyw1NEWPekDKdzzxRDYsuAbyJ/hGTZwQjx1dT4/Hio9u3apzDP1Xs9V7f34qQ4YgX4amkXsz2pyZxQmU9vJT1kl21kApSBtStENyYAHhzztmQ7NxjN/LXdThGlzGkZHIJdZAKGhgO4OBANqBVNbuRG0Q4j2453t3D0GFk9BGIbfuDxQWOzDxhTnggvlD+fFSkyc6eQJSKY8/gq5P4q5EFw3HCx60VHxqRgIBo0kIgdiAGUyA0wmSnP0tkkZjkSTIK+PU4q19bD6O4To1es6K8oHfwQqX/l9MPowBNTPRIuhjjYgRX9bWX7KwX/hnnNV+r9lnnzn5nXfKXeH8zb/4V589FHQWkRACECe+JzZQWTTvFFHXhvMKMsmbAW/K191UubsNzCr62ZBjMPdDPrQxUWVsPQlYYurrI3E0jIr/wFkfCQpG90pC+3R97aNFGRZpKBtSCLUxp1Dk5qwR3yl+SXa0Tq7iztOGAWim6KhKBJcodYQnrcp0/VYWrwqykHZHUdOF6gIE+0b8uQ9JkBFyijU3n9IcvJJwcsI7o/hdn8HtnBV79POanaS7715MCUDVDh6ShuMH/kAoygRDRuENeimneAkHcXqlWwOtY9Wqj4/oA7SWrSzMisxzhPta2XyAjGX/bGePeLv125Sm33KrUMwGG5+chzIhmslbqNcEyYwtha0QhJvLYgxLWo4+sWUTVkCGW3r0xnnq90cZOEgoA4oAKU07tTaDAIM/6EZgSYI3FDVCveQtiA3DikjE/nlFHFcAQCqeFRAbyA9e9X0Ekh2NSnx4s4ZH4Kc4kpQiekp2tQxHoO7YabAx+8p6YXaCQfQmkdq6nZpVh2AwRNJeNSBbERMRNX73Lu1FDi1wLEYoY8rwSHZIDbYtHxaxU+km0mGfsidrObSt4lW8FREGRLJyQy+Be8HCOT00PQr91LIhtBFm7TVbi/ToZ8OJmwP2p6wLYUx7Mol5MkzAm2VvDoNSezXUwNyV+xXxFyhoOOIpKQLZAU0rFOK2xxQOmyAX+HC5rHfYp6bP6WdQ2YkHZi4hGLHJNg1RHSQ9nBiBvUanDuIATMIOKiCzyRq0hOSrUx09n64HY3Qb6zK9194cBhgUUyCgn7M+ny8rocJ9pV3TB/6wp6M5/hbyXFdA4a8GChunfsVAGUywi3JDp8v5Omb6eNS1oDNJkwImwLfJpHDf+s1QyPFb1q2/3jo7jSvHTzGd5RzpnIQxX+yOY+1ayelFD326pP5qanAp6CRAATF7eGfp+MCBaNGGSqS4oL57uktJqaWOuR7anOTvzkImqnbJs7nmVwU90fk10x2dPU8Gayt2qdKtTgyn6J4B0I9tpNih/lXpvOgkq8+i3ao9+UYuYoj/wScMVD+hWJjF4PNQG3pETAW+NGPjIx/3P8zMTmWyqOP6j4xcTXMqKVLm+95PwH4jSfmXMVQfY7GS9Nzne8fb14Ut+zTrB/N0MSktMIZA8YvNRELBWigGV7FK+OF8tWTNQv/a15Z9n0sUHxuT9hD7HKmh9qvZb2GNqsxl5T0pvv44Nvs5QDp4+fnOvLuM4zqT4vISYF15lsr2WVqeZtcZjTQskXzhMjeQJpPnii2kE7eATcejDOQZ1TRdmRshPSXh2lbuKMAthDUISIUYyWJNxbAApw5HU+aIqshR0UGeAeW/3G3Zof9vazu/3XR/NTAf6VPfYYTVRBOHdlcQjBdLATz0vktdoKlxI9V10YROUhbyXYgepdo/zhRwT6DEDmIpDMMXZjaYXjBprQ8MQKo4NUSIxixCSjHGEdBHj2xMR3rOTqVD8+l7oO0l/+CqjbRn6e20iuSO0tg/NQdMz1ksbuaQ5wAKAXBYl9psknlNS7zDLie11esKjQIRc/llqae1xnRiVGmekfLU28BFiZ9omaP3m7lfWLEZCPtidmscNeN13V1CiqSRFtAABfIlFqaVELtRi8JVOfmf9YkoX0kgiXiBGLDTNPFS/UzWfL7euQ4CLLozXVxXRgZWFERb13e8VNSSceoGI/3IVJzaAp6k6k5CeaeZLyCXaQqYZtcSc1J9eSkWuxISsXtRyKVqAMmdTv7devH83fHYicuH1i5i5cKAMaBBR7XrtlbI4JyYB6ajh+ElCrIYcEhyBvRNQxZNxuG2/khkr1eyjzZnZECCmgI8yYZZaR/chuJAU75QiMpUJcLeEcw0nKpocz7s9Yw+wMf6x9ScvwEnnSJULBh/gct7NfauP0i6Ba+1HpZxwC91shuTYh/t47BEBm5+J9r01t7JaBCyoS8NwAO/GpZ1XDnczfc/zo01gFZXYGa10PqRucPRg08+KtsuG6cHvsTQ4LiAP2dEst6W9EvJZUOtCW1R+KFBWp0eqpNXn+f4z1N4/mywtk50ImPqlWrgnuzhEHgQRGdsZ2wcgYDkggp9P1t8JrTbh55jfdTvU0UOSaSm5moTPI564uFTD1pleZx8zJQF4KeZvGUNQo9blcHxsY1DWgry5jEj2eRYsLEKT/OmR9jpL/wpd4g6VCLIu6QqByXJnYY5QebjFP0o4KeyQu9knIH6KRaOyjGefVjCb5z6JxRvXnAmDZBZZA5b315wWvgsv4Dpe5RnkR940X4VT+T17Ey4vA3m9ehFTDriOS1qAc4PqVzvqDVuFI6PHCxK4WxrnIzBXGa2IY4FavP9LyWtdrwuwGE59lJybFAlQLJnWhrvyTHeF0r6gvtfEp8OVQ5RkgNZiBUVbCexFdroTDrL6D51ZzRHyh0bMF6A8Maf5IoavqfgnGLzSSl1fo3kgkvTQSTLrqx1bERJoSvnDXS1t/6aRyZZ2HK8Hmo+riYxj3Ov2V8uqvaAUNTbc/CE1BSH/pzJDLjWPw9qN5MupwnT6dwGu+g5e/MilemTS/l0nxg0wyL530n8gkNd/e5b75Tu+j4nibbKlaczh6xF5NALvgALd2aHxp6JlfdPRWRbikDU3WrXYik1+Z9xKE7ggxzH1yYTX4C3c1SkaMWufBuHU6CtjTM6lPOAOiNCjx9IpatKcBl3Krcmy5ptHtQNraB+mHUCPp7gJdxoom6fjT2amXyeB0xOdp4eXTwstfWniXyI16eIBbD6hnCpSiB/Dr09XDjQHpxpCP6EZi4vsrBHJ8f7wN5Ov7T6+2QQNMb7ZarJzHQg71hB2WCup6wFb4REKMv9ACmBl1sqnNtCy1lZx2IGWTpM3qAHwxv2psUeF3PTyl1agEZH0/BrTtfJTkWX1fMX6mAPNXHBFxpqRV0KqBrD/Y0ITxSBGb0CKoUJOYdxJR8k3QqD5cfdmF8cUukJtauyCZvmEE85US8hs+hdP9CemlKN97CNoIcUD39BGKZFISHe3bmVEXYb01KOWdfttDSHfFC2l5clvr15yIGbAROZe7gpEIvfQ46gwFCJrnIvc2pra2MfN5XCxC1JHSZ2wC3WXwE/lzk+ubHhdsBOcmQYu1C7lDPBvpgDh1eHXYORlA3EYthqBofNEGx3VEYJPz+ofWnfncu/vPW3fmj7f11rpDz973IIfPzbvAydQ/ItLIgISR+eov7jaVay/GN/YCJZAf9VCpWzNIUpugAbWN2sDs9/LUQJrul8vI6ibvIndc8CO9o8bgMN9wxqNpGQBhE42/Kxsr27gQb65KZ0AI5zbeGvSaVpBNfTksDUrp9vVGR9pnLSXlYRp8PCag9IyzHnf7bPDzq8JaPhWmqoCj1DjbA0nSKPYALXjSKqmpZjrIFdpv1+FaRELAjTW7SsXIYBQGjbxUe4VydGr7YB0Ph8Jp+awCEa+hnEm/IFjRa5R1QlMRiY4mIReyyWdDW3RLoi9wh0/OWsAmKmD8Rh+QJeQrch5t4JzTCkHYrpU0LJhWE86FK8P9cTpouBfpJORIiTKb3y3Gp9Mo6Z96Fa8xxmY2h6F6cH2IZ5Qs2iNaie4KDhTJ8a3BwSVeyrpujpaVEXhRrRTNBW9zFn7GOEvwMwKDZFes+K6uRbgO7cBxFAgSQgoKQTQ2mIJ6JtGY1eWe6QimwdJx90UN/HKcnvYyiT6QFaDdEkCH/aul+/G+dG++W7v/sXSvrZm/W7pP8fRHrFtoSBW71ZopyUoKBtClKsIIZRSAFtsriYT0Rz9I5FZtQ7FqiSIC2q8sxE/Lfqc1d5f9TrFekcCbr37Em1Aw/6QUfhIKslLFj1g5EalJniZ1GD4EgRhACzhErya1pibl+pTRqicJwaHbXpgoO3/akcadfuRo5fPSIHqpHY+4lpYnsa5okxSbdt44NEcHqYlTpnCZaSYaTzt81PI+1FjVj8K9y9HOtNSGIZ34JKjosnwlch/tNtXF4wY4FsStmGLt0FRnUj2QmH9ZAAmJCW3yxIpYOxqjkFScGSjx9XR9DQjYZevX0UWzJW2xSgnIz5yipdTISsckJXVMajpTwgWt1iWvCdDMBnPAIIY/tkLBIAKU2vVVzMeYCVmrjdOD4ulA7eMJ9lA2gEgJ20FCPAJQSLaGnhDpCsYQpZfdWogOgJdwq7ZrM7U2TRTDjQpGj+QhDSPHfwt1DbfyjP6EkkBc/CZWE3+9GkBBZTTkcfq4kUmGRz5Lhieoh6W9caAMkYtVi+HUtlrgAViRHr+7G5glrKj/soyCuHEkqZZRmuR+O3tHvxhjPD44ldqu4ZILI/KNawKgrw0oihvUks4GlKRiH+CrdoKMl68961L6UgBnoKwOLT64I7zOANQY7lBa6IrDH18cphzi8cWUar2u2F5XjKMFyLWSck2x8RA0OnRrW4Tm6d9WQ370Is3/bTXkx2KI+ffVkO+bsObPXdi/a8Ka04UFHQpMqCVoMIsJg4u0ExqY434EcQ1+AZywp5SOFfmDocPfvf/aWWhIaT4aMxF+yWDMoRw9kSqYfu1Frp7YJtQmiIdySytjCnImpedpnlJhydRjEtQ5U0pfFUb2oFWR5LtJ7aopGtyP3gOpkl35oqHMEVFwx+9E1N9oKCMR9Z7nyX8rotrUcuqHZsQp8f1qRZRTmWb+dSvil52EI3SM/Unp/E7o+Heh0wZXkNBBZWBLgtnOfVE6EjqYxvxV6HB7H5sNjOnV2Dju1NzFlWNQrz3F1ICWD2CXKNgZV3Q7kR6IjaI9Y/q6CifeSTtt4TypGnyVERht1avN33jjNmELR/Z03xMkFeANpOQktYm8mhXZ9bPOZi69ebWrtFnpsFsCEiCCCLWAOc4lTbfXVwG0eIbs0fZ37c/ZP3ZLmE/bJfrH7RK/2S0hlXN3CucLJj6bePqvbz12AAeDvUnWu/CAi0Gvl/mJiikPLQdIZgRoCmxFQYtFLH5H0gdEWa6vs8Hyn1d+zNuTHvEtsVVkHVwD+RQtydnEjbsBVlqA1Cqp0JJBPdbnXLrYsw9uFfNarz17e14dHBXupwaOOut/WrI1H9Zsf7lkW1UauXTtW24pczoZqaXiwLPDV6CzWXl91LRja4Mf9KVwE5zTgWxwKmrckZwdccT7T/BARiUo2oap7gqedminFQ4d4kftaMRa1ABP9tT2G/XG37ZmpKSNYB9Fa3xe8TM3gKN8jR4FMLV85zk4ULxDXySATLdaf8vd/i1VeHd0+Gmatgbunt42wdetHhAOYeRIcs4WE9X6cxOIAun2Nve62sJagl5jgmBUK8g0JTODF1qCGQQ+p+wccccO+7vXQwoMPTIH4h8Zp68YoiMNs9csTONIjEQohzo++S6CPQVtHO/QtWzwceSnpStEAmee7aMRDzMX43GQUBQiYSkWsL4kEbQrk/HnvK671mrePF8JUQ9HiyRPvVv17qoo+Xe0zdnfXlw/Sx5LpXn6KOSsEuP1PYCHVJ0oS1yIOjT8xX0Po28yXPEw3jcXq31/LoA6VDuxTK2+6hsxVT2Nol2a6mhoda24GzfEaD+NUhTE32xV/+Wj+ekN1BFDu18VYGjnqwJSahoYxfxjYJ+bLebrRqlzm5e/X+ytryC++v7ubPOJW5Lty7KC0bqCth/sdVeNXqusH7+qc+Ny1xS0/fmuKLzWE+JZ0ZzV/C8bawl36raz5wAAAYRpQ0NQSUNDIHByb2ZpbGUAAHicfZE9SMNAHMVfW0tLaXGwg4hIhupkQVTEUapYBAulrdCqg8mlX9CkIUlxcRRcCw5+LFYdXJx1dXAVBMEPECdHJ0UXKfF/SaFFjAfH/Xh373H3DvC2akwx+iYARTX1TDIh5AurQuAVIfgRQRAjIjO0VHYxB9fxdQ8PX+/iPMv93J8jIhcNBngE4jmm6SbxBvHMpqlx3ieOsoooE58Tj+t0QeJHrksOv3Eu2+zlmVE9l5knjhIL5R6WephVdIV4mjgmKyrle/MOy5y3OCu1Buvck78wXFRXslynOYwklpBCGgIkNFBFDSbitKqkGMjQfsLFP2T70+SSyFUFI8cC6lAg2n7wP/jdrVGamnSSwgnA/2JZH6NAYBdoNy3r+9iy2ieA7xm4Urv+eguY/SS92dViR0D/NnBx3dWkPeByBxh80kRdtCUfTW+pBLyf0TcVgIFbILTm9NbZx+kDkKOulm+Ag0NgrEzZ6y7vDvb29u+ZTn8/LxxyjKe5jIQAABMRaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJYTVAgQ29yZSA0LjQuMC1FeGl2MiI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICB4bWxuczppcHRjRXh0PSJodHRwOi8vaXB0Yy5vcmcvc3RkL0lwdGM0eG1wRXh0LzIwMDgtMDItMjkvIgogICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIgogICAgeG1sbnM6cGx1cz0iaHR0cDovL25zLnVzZXBsdXMub3JnL2xkZi94bXAvMS4wLyIKICAgIHhtbG5zOkdJTVA9Imh0dHA6Ly93d3cuZ2ltcC5vcmcveG1wLyIKICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIgogICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ZGY2MjU4MzYtM2I1My0xNzRjLWE2YTgtY2JmMTE2OGE1NjQ3IgogICB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUzZDI2NDc1LWIyYmYtNDRmZC04MTFmLTA3MTEwNmQ1YWEyNCIKICAgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmRmNjI1ODM2LTNiNTMtMTc0Yy1hNmE4LWNiZjExNjhhNTY0NyIKICAgR0lNUDpBUEk9IjIuMCIKICAgR0lNUDpQbGF0Zm9ybT0iV2luZG93cyIKICAgR0lNUDpUaW1lU3RhbXA9IjE2MDE5MDM0NzgwOTE2MzQiCiAgIEdJTVA6VmVyc2lvbj0iMi4xMC4yMCIKICAgZGM6Rm9ybWF0PSJpbWFnZS9wbmciCiAgIGV4aWY6Q29sb3JTcGFjZT0iMSIKICAgZXhpZjpQaXhlbFhEaW1lbnNpb249IjMwIgogICBleGlmOlBpeGVsWURpbWVuc2lvbj0iMjIiCiAgIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiCiAgIHRpZmY6T3JpZW50YXRpb249IjEiCiAgIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiCiAgIHRpZmY6WFJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIKICAgdGlmZjpZUmVzb2x1dGlvbj0iNzIwMDAwLzEwMDAwIgogICB4bXA6Q3JlYXRlRGF0ZT0iMjAxNi0wMS0yN1QxNzo0OTo1NSswMTowMCIKICAgeG1wOkNyZWF0b3JUb29sPSJHSU1QIDIuMTAiCiAgIHhtcDpNZXRhZGF0YURhdGU9IjIwMTYtMDEtMjhUMTU6MjI6MTgrMDE6MDAiCiAgIHhtcDpNb2RpZnlEYXRlPSIyMDE2LTAxLTI4VDE1OjIyOjE4KzAxOjAwIj4KICAgPGlwdGNFeHQ6TG9jYXRpb25DcmVhdGVkPgogICAgPHJkZjpCYWcvPgogICA8L2lwdGNFeHQ6TG9jYXRpb25DcmVhdGVkPgogICA8aXB0Y0V4dDpMb2NhdGlvblNob3duPgogICAgPHJkZjpCYWcvPgogICA8L2lwdGNFeHQ6TG9jYXRpb25TaG93bj4KICAgPGlwdGNFeHQ6QXJ0d29ya09yT2JqZWN0PgogICAgPHJkZjpCYWcvPgogICA8L2lwdGNFeHQ6QXJ0d29ya09yT2JqZWN0PgogICA8aXB0Y0V4dDpSZWdpc3RyeUlkPgogICAgPHJkZjpCYWcvPgogICA8L2lwdGNFeHQ6UmVnaXN0cnlJZD4KICAgPHhtcE1NOkhpc3Rvcnk+CiAgICA8cmRmOlNlcT4KICAgICA8cmRmOmxpCiAgICAgIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIKICAgICAgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpkZjYyNTgzNi0zYjUzLTE3NGMtYTZhOC1jYmYxMTY4YTU2NDciCiAgICAgIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChXaW5kb3dzKSIKICAgICAgc3RFdnQ6d2hlbj0iMjAxNi0wMS0yN1QxNzo0OTo1NSswMTowMCIvPgogICAgIDxyZGY6bGkKICAgICAgc3RFdnQ6YWN0aW9uPSJzYXZlZCIKICAgICAgc3RFdnQ6Y2hhbmdlZD0iLyIKICAgICAgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjOTRlNmEyYy03OTkyLTQ1MDYtYWJkZS1hNWQzMDkwOTFkMjQiCiAgICAgIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkdpbXAgMi4xMCAoV2luZG93cykiCiAgICAgIHN0RXZ0OndoZW49IjIwMjAtMTAtMDVUMDY6MDI6MzkiLz4KICAgICA8cmRmOmxpCiAgICAgIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiCiAgICAgIHN0RXZ0OmNoYW5nZWQ9Ii8iCiAgICAgIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NzhhM2E2OWUtYjNjYy00NTA0LWJkNTQtODkxOWU4ODY1Mjc0IgogICAgICBzdEV2dDpzb2Z0d2FyZUFnZW50PSJHaW1wIDIuMTAgKFdpbmRvd3MpIgogICAgICBzdEV2dDp3aGVuPSIyMDIwLTEwLTA1VDA2OjExOjE4Ii8+CiAgICA8L3JkZjpTZXE+CiAgIDwveG1wTU06SGlzdG9yeT4KICAgPHBsdXM6SW1hZ2VTdXBwbGllcj4KICAgIDxyZGY6U2VxLz4KICAgPC9wbHVzOkltYWdlU3VwcGxpZXI+CiAgIDxwbHVzOkltYWdlQ3JlYXRvcj4KICAgIDxyZGY6U2VxLz4KICAgPC9wbHVzOkltYWdlQ3JlYXRvcj4KICAgPHBsdXM6Q29weXJpZ2h0T3duZXI+CiAgICA8cmRmOlNlcS8+CiAgIDwvcGx1czpDb3B5cmlnaHRPd25lcj4KICAgPHBsdXM6TGljZW5zb3I+CiAgICA8cmRmOlNlcS8+CiAgIDwvcGx1czpMaWNlbnNvcj4KICA8L3JkZjpEZXNjcmlwdGlvbj4KIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PoaMiPcAAAAGYktHRAD/AP8A/6C9p5MAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfkCgUNCxIk+iB3AAACT0lEQVRIx63UPWvbQBzH8TtaSAYVzwFhO/hhSodSAk1LMoRuHb06RdIZfEJ6EZky5GU0Hr32BcQnyzqJuoG23krpmCWQhyXD/X9dlKKkie2oufnu84V7YsYYSyk17Pf7qtfrVdl/jl6vV+33+0opNTTGWAzAmjFmqpSClPJYCFEriwshalLKY6UUjDFTAGuMMcYAtI0xWRRFkFKOykRyfBRFEYwxGYD2rQl5JC0TuYOn/+CFSKsQUUKI+hJ4XUqpCnhr7oI8oqMogu/7cyNCiLrv+ze4XogXIk0i0uPxGL7vR0KI9Xvwdd/3o/F4DCLSAJqPOrQ8ktxEPM/7G/E8r4gn83C+INIAMJhMJm8Gg0F8fX3dZYyxlZWVQbfbfbu1tZVwzruc85+lHw6ABhFN4jiGlPKLlPJ7HMcgogmABnuKkUcQxzEODg5wenr6Y1n8+ZL3nNm2/W1/f/8l55wdHh7Wzs7OqoyxhVvzbNEEz/Maq6urg06n89q27alt2y8qlYo1m806Gxsb+uTk5FfprXFddzcIgsskSUBEFwB2AOwQ0UWSJAiC4NJ13d2yeLOAnwPYLpzJNhGdFyLvy+D6PrwQWSeiKI9o13Wby+KtO/i7OberTkSqEGktg6c5rubhD0TSByOu67aDIEi11iCiEYDaI95JjYhGWuubyO3v2nGcdhiGWRn8vkgYhpnjOG3GGOOO46xZlvV5b2/v1ebm5ohz/pFz/rvki68B+JRl2c7R0dHXq6urDywMQytN0yEABaD6BN9KFYBK03QYhqH1B6w7EJbVabR/AAAAAElFTkSuQmCC);
}
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
  .main-navigation ul ul li:hover ul, .main-navigation ul ul li.focus ul {
    left: 100%;
  }
}

.site {
  overflow: hidden;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

.post,
.page {
  margin: 0;
}

.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;
}

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

.widget select {
  max-width: 100%;
}

/* 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 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-center {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
}

.alignright {
  /*rtl:ignore*/
  float: right;
}

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

/* GENERAL STYLES */
section {
  padding-top: 40px;
  padding-bottom: 40px;
}
section h2 {
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0;
}
.container {
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto;
}
.relative {
  position: relative;
}
.anchor {
	position: absolute;
	width: 100%;
	height: 1px;
	pointer-events: none;
	top: -100px;
	opacity: 0;
}
@media screen and (max-width: 767px) {
  .container,
  section h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  section .container h2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.button,
.button:visited,
button.button,
input[type="button"].button,
input[type="reset"].button,
input[type="submit"].button {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #ffb400;
  border-radius: 10px;
  box-shadow: 1px 2px 5px 0 rgba(23, 23, 23, 0.7);
  cursor: pointer;
  padding: 16px 40px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.page-template-page-city-page input[type="submit"].wpcf7-submit{
  margin-left: 48px;
}
.button.smaller {
  padding: 8px 18px;
  font-size: 14px;
}
.button.inverted,
.button.inverted {
  color: #ffb400;
  background-color: #fff;
  border: 1px solid #ffb400;
}
.arrow {
  text-decoration: none;
}
.arrow:after {
  display: inline-block;
  padding-left: 5px;
  content: "\f105";
  font: bold normal normal 18px/1 "Font Awesome 5 Free";
  transition: all ease-in 0.1s;
}
.arrow:after {
  color: #ffb400;
}
.arrow.button:after {
  color: #fff;
}
.arrow.button.inverted:after {
  color: #ffb400;
}
.arrow:hover:after {
  padding-left: 10px;
}
.button:hover {
  color: #fff;
  opacity: 0.7;
}
.button.inverted:hover {
  color: #ffb400;
}
.uppercase {
  text-transform: uppercase;
}
.time-string {
  font-size: 13px;
  color: #87878d;
}
.display-flex {
  display: flex;
}
.full-size {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .flex-column-m {
    flex-direction: column;
  }
  .flex-column-reverse-m {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .flex-column-s {
    flex-direction: column;
  }
  .flex-column-reverse-s {
    flex-direction: column-reverse;
  }
}

/* HEADER */
.header-container.fixed {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    box-shadow: 1px 2px 5px 0 rgba(23, 23, 23, 0.7);
}
#masthead {
  display: flex;
  padding-top: 10px;
  padding-bottom: 0;
  position: relative;
}
#masthead.container {
  max-width: 1600px;
}
#masthead .site-branding {
  width: 32%;
}
#masthead .main-navigation {
  text-align: right;
}
#masthead .main-navigation .menu-header-menu-container {
  text-align: center;
  display: inline-block;
}
#masthead .main-navigation ul li {
  padding: 20px 0 0 20px;
  text-transform: uppercase;
}
#masthead .main-navigation ul li .sub-menu li {
  text-transform: none;
  text-align: left;
  padding: 5px;
}
.subheader {
  height: 380px;
  width: 100%;
  background-size: cover;
  background-color: #cce6ef;
  background-position: center;
  position: relative;
}
.subheader .overlay{
  position: absolute;
  width: 100%;
  background-color: rgba(255,255,255,0.5);
  height: 100%;
  left: 0;
  top: 0;
}
.home .subheader .overlay{
  display: none;
}
.subheader .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.page-template-page-homepage .subheader .container,
.page-template-page-city-page .subheader .container,
.page-template-page-special-service .subheader .container {
  top: 20px;
  transform: translateX(-50%);
}
.subheader .container h1 {
  text-transform: none;
  display: block;
  color: #252424;
}
.subheader .container span {
  color: #2999b4;
}
.subheader .container h3 {
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 1440px) {
  #masthead {
    flex-direction: column;
    padding-bottom: 10px;
  }
  #masthead .site-branding {
    text-align: center;
    width: 100%;
  }
  #masthead .main-navigation {
    text-align: center;
  }
  #masthead .main-navigation li {
    background-color: #fff;
  }
}
@media screen and (min-width: 1441px) {
  #masthead .main-navigation ul {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  #masthead .site-branding {
    text-align: left;
  }
  #masthead .main-navigation.toggled .menu-toggle {
    right: 280px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 1px 2px 5px 0 rgba(23, 23, 23, 0.7);
  }
  #masthead .main-navigation .menu-header-menu-container {
    position: absolute;
    right: -290px;
    top: 0;
    transition: all ease-in 0.2s;
    z-index: 999;
	height: 100vh;
    overflow-y: scroll;
  }
  #masthead .main-navigation.toggled .menu-header-menu-container {
    right: 0;
  }
  #masthead .main-navigation li {
    width: 270px;
    color: #fff;
    background-color: #252424;
    padding: 10px !important;
    text-align: left;
    border: 1px solid #fff;
  }
  #masthead .main-navigation li a {
    color: #fff;
  }
  #masthead .main-navigation li ul.sub-menu {
    padding-left: 20px;
    position: static;
    left: auto;
    display: block;
    float: none;
    box-shadow: none;
  }
  #masthead .main-navigation li ul.sub-menu li {
    border: none;
    width: 230px;
  }
  #masthead .main-navigation li ul.sub-menu li ul.sub-menu li {
    width: 200px;
  }
  #masthead .main-navigation ul li.special-item {
    font-weight: 800;
  }
  .home-blue{
	display: none;
  }
}
@media screen and (min-width: 768px) {
  #masthead .main-navigation li ul.sub-menu {
    display: block;
  }
  #masthead .main-navigation ul li.special-item {
    background-color: #2DA562;
    border-radius: 10px;
    padding: 8px 12px;
    margin: 12px 0 0 20px;
    box-shadow: 1px 2px 5px 0 rgba(23, 23, 23, 0.7);
    cursor: pointer;
  }
  #masthead .main-navigation ul li.special-item:hover {
    opacity: 0.7;
  }
  #masthead .main-navigation ul li.special-item a {
    color: #fff;
  }
  #masthead .main-navigation ul li .sub-menu li {
    background-color: #fff;
  }
}

/* FOOTER */
.site-footer {
  color: #fff;
  padding-top: 40px;
  background-color: #252424;
}
.site-footer h3 {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  position: relative;
}
.site-footer h3:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 60px;
  background-color: #2999b4;
  text-align: center;
}
.footer-map h3:before {
	display: none;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer ul a:hover {
  opacity: 0.7;
}
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-footer ul li {
  padding-bottom: 4px;
}
.site-footer .contact-us a,
.site-footer .social-icons a {
  color: #ffb400;
}
.site-footer .social-icons li {
  display: inline-block;
  margin-right: 50px;
  font-size: 20px;
}
.site-footer .social-icons li:last-child {
  margin-right: 0;
}
.site-footer .copyright {
  font-family: Roboto, sans-serif;
  font-size: 11px;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 20px;
}
.site-footer ul.sub-menu {
  padding: 8px 20px;
}
@media screen and (max-width: 900px) {
  .footer-logo {
    padding-bottom: 20px;
  }
  .site-footer {
    text-align: center;
  }
  .site-footer h3 {
    margin-top: 30px;
  }
  .site-footer h3:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .site-footer ul li {
    padding-bottom: 10px;
  }
  .site-footer ul li ul.sub-menu {
    padding-top: 10px;
  }
  .site-footer ul li ul.sub-menu li {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }
}
@media screen and (min-width: 901px) {
  .site-footer li.menu-item-has-children {
    position: relative;
  }
  .site-footer {
    text-align: center;
  }
  .site-footer h3:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .site-footer li.menu-item-has-children ul.sub-menu {
    position: absolute;
    display: none;
    bottom: -20px;
    border: 1px solid #fff;
    background-color: #252424;
  }
  .site-footer li.menu-item-has-children:hover ul.sub-menu {
    display: inline-block;
  }
}

/* HOMEPAGE */
.page-template-page-homepage .subheader {
  height: 700px;
}
.page-template-page-homepage .relative_section {
  /* background-color: #ffb400; */
  background-color: #249ab5;
}
@media screen and (max-width: 768px){
	.page-template-page-homepage .relative_section{
		padding-top: 0px;
	}
}
.page-template-page-homepage section.double-section {
	background-color: #f5f5f5;
}
.page-template-page-homepage section.double-section .content{
	position: relative;
}
.page-template-page-homepage section.double-section .content .text{
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	left: 0;
}
.page-template-page-homepage section.double-section .content .text.alignright{
	left: initial;
	right: 0;
}
@media screen and (max-width: 768px){
	.page-template-page-homepage section.double-section .content .text{
		position: initial;
		top: initial;
    transform: none;
	}
}
.page-template-page-homepage .center-outer{
	display: table;
	width: 100%;
	height: 100%;
}
.page-template-page-homepage .center-inner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.bubbles{
	position: relative;
}
.individual-bubble{
	position: absolute;
	border-radius: 100%;
	bottom: 10px;
	background-color: rgba(41, 153, 180, 0.5);
	z-index: 1;
}
section.double-section .image img {
    min-height: 100%;
    object-fit: cover;
}
section.double-section ul {
	padding: 20px 0 0;
}
section.double-section ul, section.double-section ul li {
	margin-left: 0;
	list-style-type: none;
}
section.double-section ul li {
	padding-left: 20px;
	position: relative;
}
section.double-section ul li:after {
	position: absolute;
	content: '';
	left: 0;
	top: 2px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ffb400;
}
.page-template-page-special-service .image_left {
	background-color: #2999b4;
	color: #fff;
}
.home-blue{
	background-color: #249ab5;
	padding-top: 150px;
	padding-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .page-template-page-homepage .subheader .container h1,
  .single .subheader .container h1 {
    font-size: 65px;
    font-weight: 800;
  }
}
@media screen and (max-width: 767px){
	.page-template-page-homepage .subheader{
		height: 420px;
		background-image: url('/wp-content/uploads/2021/08/la-jolla-mobile-car-detail-mobile.png') !important;
	}
	.page-template-page-homepage .subheader .container{
		/* top: 50%; */
		top: 20%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.page-template-page-homepage .subheader h1{
		margin-bottom: 0;
		font-weight: 900;
		font-size: 36px;
		color: #252424;
	}
}

/* THREE SECTION */

.three_section .three_single {
  width: 100%;
  padding: 0 60px 0 80px;
  background-size: auto 110px;
  background-repeat: no-repeat;
  background-position-y: 8px;
  min-height: 120px;
  margin-left: 10px;
  margin-right: 10px;
}
.three_section h4 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
}
.three_section .inner {
  font-size: 13px;
  font-weight: 300;
}
.page-template-page-homepage .three_section{
	color: #fff;
	padding-top: 36px;
	padding-bottom: 24px;
}
@media screen and (max-width: 900px) {
  .three_section .three_single {
    max-width: 500px;
    margin: 20px auto;
    text-align: right;
  }
}
@media screen and (max-width: 900px) {
  .three_section .three_single {
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .three_section {
    padding-top: 40px;
  }
}

/* FAQ */
.accordion_faq {
  list-style: none;
  padding: 0;
  max-width: 970px;
  margin: 30px auto 0;
}
.faq_section {
  position: relative;
}
.accordion_faq .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
  padding-bottom: 20px;
}
.accordion_faq .inner ul {
  padding-left: 20px;
}
.accordion_faq .inner h3 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.accordion_faq > li {
  margin: 0.5em 0;
  border-color: transparent;
  padding: 0;
  border-bottom: 2px solid #93daf8;
}
.accordion_faq > li:first-child {
  border-top: 2px solid #93daf8;
}
.accordion_faq li a.toggle {
  width: 100%;
  display: block;
  background: transparent;
  color: #331f0b;
  padding: 0.75em 2em 0.75em 0.75em;
  border-radius: 0;
  transition: background 0.3s ease;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}
.accordion_faq li a.toggle:before {
  content: "\f107";
  color: #f7941e;
  font: bold normal normal 14px/1 "Font Awesome 5 Free";
  font-size: 24px;
  transition: all 0.3s ease;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion_faq li a.toggle.clickme:before {
  transform: rotate(180deg) translateY(50%);
}

.accordion_faq li a.toggle:hover {
  text-decoration: none;
}
.accordion_faq > li {
  border-bottom: 2px solid #e1e1e1;
}
.accordion_faq > li:first-child {
  border-top: 2px solid #e1e1e1;
}

/* FORM */
.form_section {
  margin-top: -40px;
  min-height: 120px;
  position: relative;
}
.form_section .form_container {
  min-height: 475px;
  background-color: #fff;
}
.contact_form {
  padding: 20px;
  text-align: center;
  position: relative;
}
.contact_form p {
  margin: 0;
}
.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form select {
  display: block;
  width: 100%;
}
.contact_form select {
  margin-bottom: 20px;
}
.contact_form label {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-weight: 700;
}
.contact_form h2 {
  margin-bottom: 10px;
}
.contact_form div.wpcf7 .ajax-loader {
  display: block !important;
  margin: 0 auto !important;
}
.contact_form .use-floating-validation-tip .wpcf7-not-valid-tip {
  width: 300px;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .form_section .form_container {
    position: absolute;
    top: -400px;
    left: 50%;
    transform: translateX(-50%);
    width: 730px;
    border-radius: 10px;
    box-shadow: 1px 2px 5px 0 rgba(23, 23, 23, 0.7);
  }
  .form_section .form_container.blank {
    top: -455px;
    background-color: transparent;
    box-shadow: none;
    height: 540px;
    overflow: hidden;
  }
  .form_section .form_container.blank .calendly-inline-widget {
    margin-top: -15px;
  }
  .contact_form .wpcf7 form .wpcf7-response-output {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

/* DOUBLE SECTIONS */
section.double-section {
  padding: 0;
}
section.double-section h2 {
  text-align: left;
  margin-bottom: 10px;
}
.double-section .content .text p {
  margin-bottom: 0;
  font-size: 15px;
}
@media screen and (min-width: 901px) {
  .double-section .content .text {
    max-width: 500px;
    padding: 40px 60px;
  }
  .double-section.image_right .content .text {
    padding-left: 5px;
  }
  .double-section.image_left .content .text {
    padding-right: 5px;
  }
  .double-section .content .text p {
    margin-bottom: 0;
    font-size: 15px;
  }
  section.double-section .image {
    line-height: 0;
  }
}
@media screen and (max-width: 900px) {
  .double-section .content .text {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  section.double-section h2 {
    text-align: center;
  }
}

/* OPTIONS SECTION */
.options_section {
  padding-bottom: 80px;
}
.options_section .button {
  margin-top: 40px;
}
.options_section .option_single {
  padding: 0 15px;
}
.options_section .option_single h4 {
  text-transform: uppercase;
  font-weight: 600;
}
.options_section .option_single .inner {
  font-size: 15px;
}
.options_section h2 {
  padding: 20px;
}
.option_circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #2999b4;
}
@media screen and (max-width: 900px) {
  .options_section .option_single {
    padding: 15px;
    text-align: center;
  }
  .option_circle {
    margin: 0 auto;
  }
}

/* LOCATIONS SECTION */
section.locations_section {
  background-color: #252424;
  background-image: url("/wp-content/uploads/2020/09/locations-cover.jpg");
  color: #fff;
  padding: 0;
  background-size: cover;
  background-position-x: center;
}
.locations_section h2 {
  font-size: 50px;
  font-weight: 800;
  text-align: left;
  line-height: 60px;
  margin-bottom: 30px;
}
.locations_section a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.locations_section a:after {
  display: inline-block;
  padding-left: 5px;
  content: "\f105";
  font: bold normal normal 18px/1 "Font Awesome 5 Free";
  transition: all ease-in 0.1s;
}
.locations_section a:hover:after {
  padding-left: 10px;
}
.locations_section a.button {
  margin-top: 30px;
  display: inline-block;
  font-weight: 700;
}
.locations_section .location_single a:after {
  color: #ffb400;
}
.locations_section .location_single {
  margin: 0 0 8px;
}
.page-template-page-special-service .locations_section .location_single {
  display: none;
}
.locations_section .location_single a, .locations_section .location_single p {
  position: relative;
  text-transform: uppercase;
}
.locations_section .location_single a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.locations_section .container {
  position: relative;
  height: 550px;
}
.locations_content {
  position: absolute;
  max-width: 800px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .locations_content {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .locations_content {
    width: 90%;
  }
  .locations_content h2 {
    font-size: 38px;
  }
}

/* BLOG */
article h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
article h2 a {
  text-decoration: none;
}
article p {
  margin: 10px 0;
}
article .entry-content {
  margin-top: 0;
}
article .entry-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.post_single {
  padding-top: 40px;
  padding-bottom: 40px;
}
.single-post .entry-meta {
  padding-bottom: 15px;
}
.single-post .entry-meta,
.single-post .image-container {
  text-align: center;
}
.page-template-page-blog article p {
  font-size: 13px;
}
.page-template-page-blog .image-container {
  min-width: 320px;
  display: inline-block;
  width: 100%;
  margin-right: 20px;
}
.page-template-page-blog .bottom-link {
  font-size: 13px;
  font-weight: 700;
}
.page-template-page-blog .bottom-link a:after {
  vertical-align: text-top;
}
.single-post .subheader .container h1{
	text-shadow: 3px 0 lightblue, 0 3px lightblue, -3px 0 lightblue, 0 -3px lightblue;
}
.single-post .entry-meta .time-string{
	font-weight: 800;
    font-size: 30px;
	text-shadow: 2px 0 lightblue, 0 2px lightblue, -2px 0 lightblue, 0 -2px lightblue;
}
.single-post .entry-container img{
	margin: 10px;
	width: 50%;
}

.pagination-nav{
	padding-top: 30px;
	text-align: center;
}
.pagination-nav .navigation li a,
.pagination-nav .navigation li a:hover,
.pagination-nav .navigation li.active a,
.pagination-nav .navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
.pagination-nav .navigation li {
    display: inline;
}
.pagination-nav .navigation li a,
.pagination-nav .navigation li a:hover,
.pagination-nav .navigation li.active a,
.pagination-nav .navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
.pagination-nav .navigation li a:hover,
.pagination-nav .navigation li.active a {
    background-color: #3C8DC5;
}

.post-container{
	flex-direction: row;
    display: flex;
}
.post_single{
	width: 75%;
    margin-right: 5%;
}
.recent_list{
	width: 25%;
	padding: 20px;
}
.recent_list .recent-title{
	font-size: 20px;
	padding-top: 50px;
}
.recent_list p{
	margin-bottom: 0px;
	color: #2999b4;
    font-weight: 700;
}
.recent_list h2{
	font-size: 16px;
    font-weight: 700;
    padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-block-start: 0px;
}
.recent_list a{
	text-decoration: none;
}
.recent_list ul{
	padding-inline-start: 0px;
}
.recent_list li{
	list-style: none;
	margin-top: 15px;
}

@media screen and (max-width: 900px) {
	.post-container{
		flex-direction: column;
	}
	.post_single {
    	width: 95%;
	}
	.recent_list {
    	width: 90%;
	}
	.recent_list .recent-title {
    	padding-top: 0px;
	}
	.single-post .entry-container img{
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
  .page-template-page-blog .image-container {
    min-width: auto;
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .page-template-page-blog .entry-meta,
  .page-template-page-blog .entry-title {
    text-align: center;
  }
  .page-template-page-blog .entry-title a {
    text-decoration: none;
  }
  .page-template-page-blog .bottom-link {
    text-align: right;
  }
}

/* TESTIMONIALS */
.testimonials h4 {
  margin-top: 10px;
  margin-bottom: 0;
}
.testimonials .image-wrap {
  text-align: center;
}
.testimonials .image-wrap img {
  display: inline-block;
  width: auto;
}
.testimonials .testimonial-slider__content {
  max-width: 900px;
  padding: 20px 20px 0;
  margin: 40px auto 0;
  position: relative;
}
.testimonials .testimonial-slider__content:before {
  content: " ";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 31px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAfCAYAAACRdF9FAAADWElEQVRYha2YaYhOYRTHf8Ng7MUk0TSKZMrMGFKUD9SQEiYkPgjZsksaWcvkRRTKkkGWRJYIWcZuGMlYU6bsZGmIaQZDY+9M59btdpfnvvf+P73vuef53/99nvOcc54nJav4FB5oD/QDugJpwGfgEXAbqPEaZIiGQA7QHUgH/gLvgYfAYzeKVBdbK2AaMEbJ7D5flOwEsFvFh0V/YB7QE8iwjRWxz4G7yn3ezuuc0UxgOzDI4OUPgLnAtRBCJwHrdTL8UAfsBAqB7+LXwObcHNhmKFLQAzgCDDD0HwhsNBApaALMVD1NnUJHAIMNX2qhHbAB6BjgJy9LAC1C8o8DJtiFSnAPD0liIVcJ/SBx2StJ/tkSy5bQtkB2kkSCURo6Xsh1rF4YZAEF1uCWQOsIQmUHd/J53iECtyDfEiopKCUCkYzt4vO8WQRuQWdL6E/gX0Qyv41SG5E7zRL6CXgTkUyKgRcqInLXWEK/AsciEP0BXvg8l6ryNgL/E/tOLAZuJklUEbAi74BlSXILSu1Cq4CJQFkSROcCll6wB5ijYRYGUv8vOHObdC4jgTVApSHZN+Csoe8mYAiwL8QGuyxi3ZLwR2AR0BdYpxnBD9KU3DB8qaAcGK/V6mKArzQk+wmoFq+0eyn0EftbZ6kuhFA0Fd4BxgZ85BngepBQC7u0R3TDIY3PZCHxusNjrMT8Ku1TjYT+AD642F8DK2IoFF6nBQm7+9YfE6EZLg2LhMIS4Gk0jfXIcbGVAJvtBhOh+VJrHTbp0g9E01cPaYQKHLaX2tpV241BQtsAsxy2vcDyGJYcPZrk2f5Xqe2Z0zFIaJFjaY7rwexXDCL7aBq0ILE6Fbji5uwndKGeWywc1vxX7TPGFNmaTdLVX3qNKcBRr/FuQlM0dxbZbEI62aBMmiBPPzpLfSVfj9aDoiecQqXBXQusBhqrTQ5lM/Sro2IYcBLopjy3tGSXBPHaLxcytcoM1f+VOrP7YhAop9AFwGK9dUGzxnyPHO0qtJGKS9i+tFRJ7sUgsjewVGcT3dkJnRTjTZmqrd0W/V2riTYR01LLTK60XWpc1U1aHpYoVVu0Mr3BkKW+FINAC1J+t+oFxUG9KZG2MDREqHTm03UGpROPG6f1nkp6g+QA/AdbgK2kRYPwqwAAAABJRU5ErkJggg==);
}
.testimonials .testimonial-slider__content p {
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}

/* ABOUT US */
.page-template-page-about .relative_section {
  background-color: #f5f5f5;
}
.page-template-page-about .relative_section h4 {
  color: #2999b4;
}
.recent-slider {
  margin-top: 30px;
  margin-bottom: 20px;
}
.recent-slider .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.recent-slider .owl-dots .owl-dot {
  background-color: #c8c8c8;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
}
.recent-slider .owl-dots .owl-dot.active {
  width: 10px;
  height: 10px;
  background-color: #2999b4;
}

/* CONTACT US */
section.tall_section .form_section {
  margin-bottom: 40px;
}
section.tall_section .form_container {
  position: static;
  transform: none;
  margin: 0 auto;
}
.four_single {
  text-align: center;
}
.four_single .icon {
  width: 48px;
  height: 48px;
  background-color: #2999b4;
  border-radius: 50%;
  position: relative;
  margin: 20px auto;
  box-shadow: 0 0 6px 0 rgba(51, 51, 51, 0.4),
    inset 0 -1px 0 0 rgba(165, 165, 165, 0.004);
}
.four_single .icon i {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.four_single .text {
  font-weight: 600;
}
@media screen and (min-width: 901px) {
  .four_section .container {
    padding: 20px 60px 40px;
  }
}

/* CITY PAGE */
.page-template-page-city-page .subheader,
.page-template-page-special-service .subheader {
  height: 700px;
  background-image: url("/wp-content/uploads/2020/09/city-page-hero.jpg");
}
.page-template-page-city-page .image_right,
.page-template-page-special-service .image_right {
  background-color: #f5f5f5;
}
.title_text {
  font-weight: 400;
}
.process_single {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.process_single .image {
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  background-color: rgb(245, 245, 245);
  box-shadow: 0 2px 10px 0 rgba(66, 66, 66, 0.33);
  width: 154px;
  height: 154px;
}
.process_single .image span {
	color: #2999b4;
	position: absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	font-size: 30px;
    font-weight: 700;
}
.process_single .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
}
.process_single h4 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}
.process_single .inner {
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
}
.value_section {
  background-color: #2999b4;
  color: #fff;
}
.value_section h4 {
  text-transform: uppercase;
  margin-top: 8px;
}
.value_section .text div {
  font-size: 13px;
}
.value_section .image {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pricing_section h2 {
  padding-bottom: 30px;
}
.pricing_section h5 {
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 30px;
}
.pricing_box {
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 2px 10px 0 rgba(66, 66, 66, 0.33);
  border-radius: 3px;
  text-align: center;
}
.pricing_box.highlight {
  margin-top: -20px;
  /*margin-bottom: 20px;*/
  background-color: #f3f8f9;
}
.page-template-page-special-service .pricing_box.highlight {
  margin-top: 0;
  margin-bottom: 0;
}
.pricing_box h4 {
  margin: 0;
  padding: 15px;
  text-transform: uppercase;
  text-align: center;
  background-color: #f5f5f5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.pricing_box.highlight h4 {
  background-color: #2999b4;
  color: #fff;
}
.pricing_box .inner {
  padding: 20px 30px 30px;
  display: flex;
  flex-direction: column;
  height: 95%;
}
.pricing_box h3 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 800;
  color: #429bda;
  margin: 0;
}
.pricing_box.highlight h3 {
  color: #0977c4;
}
.pricing_box .sub {
  margin: 0;
  font-size: 16px;
  color: #9c9c9c;
  padding-bottom: 20px;
}
.pricing_box .content {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: left;
  height: 100%;
}
.pricing_box .content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.pricing_box .content ul li {
  padding-left: 20px;
  position: relative;
}
.pricing_box .content ul li:before {
  content: "\f105";
  font: bold normal normal 18px/1 "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 2px;
  color: #0977c4;
}
.pricing_box .content ul.green li:before {
  color: #56bb12;
}
.pricing_box .content ul.black li:before {
  color: #252424;
}
@media screen and (min-width: 1100px) {
  .page-template-page-city-page .subheader .container h1,
  .page-template-page-special-service .subheader .container h1 {
    /*padding-left: 180px;
    padding-right: 180px;*/
  }
}
@media screen and (max-width: 900px) {
  .pricing_box {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .pricing_box .content {
    display: inline-block;
  }
  .value_section {
    text-align: center;
    padding-bottom: 20px;
  }
  section.value_section.double-section h2 {
    text-align: center;
  }
}
@media screen and (min-width: 901px) {
  .process_section .relative.container:after {
    content: " ";
    position: absolute;
    top: 120px;
    left: 50%;
    width: 700px;
    height: 2px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA2gAAAACCAYAAAAtkf+cAAAAOUlEQVRYhe3NoREAIBADwTz9d/cFgUeAArVrczOp7p45q23V6/V6vV6v1+v1ev2DflzOAQAA+CHJAuXdS3yEJpFWAAAAAElFTkSuQmCC);
    z-index: -1;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .page-template-page-city-page .subheader .container h1,
  .page-template-page-special-service .subheader .container h1, .subheader .container h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-city-page .subheader,
  .page-template-page-special-service .subheader {
    height: 320px;
  }
  .page-template-page-city-page .subheader .container,
  .page-template-page-special-service .subheader .container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* EXPANDED CONTENT */
.expanded-content {
	padding-top: 0;
}
.expanded-content h2, .expanded-content h3 {
	text-align: center;
	margin: 20px 0 10px;
}
.expanded-content h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
	margin-bottom: 40px;
}

/* BECOME A DETAILER */
.page-template-page-detailer .locations_section h2,
.page-template-page-detailer .locations_section .location_single p {
	color: #252424;
}
.page-template-page-detailer .process_single {
	width: 100%;
	padding-bottom: 0;
}
.page-template-page-detailer .process_single .image {
	width: 100px;
	height: 100px;
}
.page-template-page-detailer .relative_section {
	background-color: #f5f5f5;
}
.page-template-page-detailer .relative_section .three_section {
	max-width: 1200px;
    padding: 20px;
    margin: 0 auto;
}
.page-template-page-detailer .relative_section .three_section p {
	padding: 20px 0;
	text-align: center;
    margin: 10px 30px;
}
.page-template-page-detailer .relative_section .three_section .three_single {
    padding-top: 12px;
}
.page-template-page-detailer .relative_section .three_section .three_single:first-child {
    background-position-x: 30px;
}
.page-template-page-detailer .relative_section .three_section .three_single h4 {
	color: #2999b4;
	font-weight: 600;
}
.page-template-page-detailer .relative_section .three_section .inner {
	font-size: 13.5px;
    line-height: 1.2;
}
@media screen and (min-width: 901px) {
  .page-template-page-detailer .process_section .relative.container:after {
    content: " ";
    position: absolute;
    top: 90px;
    left: 50%;
    width: 680px;
    height: 2px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA2gAAAACCAYAAAAtkf+cAAAAOUlEQVRYhe3NoREAIBADwTz9d/cFgUeAArVrczOp7p45q23V6/V6vV6v1+v1ev2DflzOAQAA+CHJAuXdS3yEJpFWAAAAAElFTkSuQmCC);
    z-index: -1;
    transform: translateX(-50%);
  }
  .process_section p.container {
	padding-top: 0;
	padding-left: 50px;
	padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-detailer .relative_section .three_section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*GIFT PAGE*/
.page-template-page-gift-page .pricing_box h4 {
	background-color: #81c784;
	color:#fff;
}
.page-template-page-gift-page .pricing_box.highlight h4 {
	background-color: #4caf50;
}
.page-template-page-gift-page .pricing_box h3, .page-template-page-gift-page .pricing_box.highlight h3 {
	color:#fff;
}
.page-template-page-gift-page .pricing_box {
	background-color:#e57373;
}
.page-template-page-gift-page .pricing_box.highlight {
	background-color:#f44336;
}
.page-template-page-gift-page .pricing_box .sub {
	color: #252934;
}
.page-template-page-gift-page .pricing_box .content ul li {
	color:#fff;
}
.page-template-page-gift-page .entry-content {
	background-image:url('https://lajolladetail.com/wp-content/uploads/2020/12/gift-card-hero.jpg');
/* 	background-color: #f5f5f5; */
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.page-template-page-gift-page .entry-content h1 {
	color:#fff;
}
.gift-content-img-form-wrap img{
	width:50%;
}
@media screen and (max-width: 900px) {
	.gift-content-img-form-wrap img{
	width:100%;
	}
}
.page-template-page-gift-page .contact_form h2, .page-template-page-gift-page .contact_form label {
	color:#fff;
}
.page-template-page-gift-page .contact_form {
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.page-template-page-gift-page .contact_form a{
  position: absolute;
  bottom: 95px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 700;
}
.page-template-page-gift-page .contact_form > .wpcf7 {
	background-color: rgba(0,0,0,0.5);
    padding: 30px 25px;
    width: 100%;
    border-radius: 6px;
}
.page-template-page-gift-page #contact_section {
	padding-bottom:45px;
}
/*POPUP*/
.custom-popup-overlay {
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  background:black;
  z-index:11000;
  display:none;
}
.custom-popup-modal {
  display:none;
  width: 1184px;
  height: 620px;
  background: white;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11500;
  border-radius: 7px;
  overflow: hidden;
}
.custom-popup-content-wrap {

}
.custom-popup-modal .close {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 100;
  font-size: 20px;
  color: #fff;
  background-color: #ffb400;
  padding: 0px 10px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  margin: 0;
}
.custom-popup-modal .close:hover {
  color: #000;
}
.custom-popup-content-wrap-left {
  background-image: url('popup-img/left-img-popup.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width:500px;
  height:620px;
  float: left;
  padding: 100px 40px 80px;
}
.custom-popup-content-wrap-right {
  background-image: url('popup-img/gift-card-popup-pic-2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width:684px;
  height:620px;
  float: left;
}
.custom-popup-heading {
  font-size: 60px;
  line-height: 1.1;
  color: #fff;
  font-weight: 900;
  margin: 0 0 20px
}
.custom-popup-heading span {
  color:#2999b4;
}
.custom-popup-copy {
  font-size: 24px;
  text-transform: uppercase;
  color:#fff;
}
@media screen and (max-width: 1200px) {
  .custom-popup-modal {
    width: 800px;
  }
  .custom-popup-content-wrap-right {
    width:300px;
  }
}
@media screen and (max-width: 850px) {
  .custom-popup-modal {
    width: 500px;
  }
  .custom-popup-content-wrap-right {
    display: none;
    width: 0;
  }
}
@media screen and (max-width: 520px) {
  .custom-popup-modal {
    width: 90%;

  }
  .custom-popup-content-wrap-left {
    width: 100%;
    padding: 56px 40px 30px;
  }
  .custom-popup-heading {
    font-size: 42px;
  }
  .custom-popup-copy {
    font-size: 18px;
  }
}
/*POUP END*/

/* Five star template part - START */
.five-star {
  background-color: white;
  padding: 0;
}

.five-star_box {
    text-align: center;
    color: #249ab5;
    width: 100%;
}

.five-star_box p {
    margin: 10px auto 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.five-star_box svg {
    height: auto;
    width: 60%;
}

.five-star_box span {
    margin-top: 10px;
    display: block;
    color: #ffb400;
}
/* Five star template part - END */

/* Quotes */
.testimonials-v2 {

}
.testimonial-slider-v2 {
	margin-top:20px;
}
.testimonials-v2 .overlay {
	background-color: rgba(0, 0, 0, 0.5);
}
.testimonials-v2  .sct-quote-src {
	text-align: center;
}
.testimonials-v2  .sct-quote-profile img {
	border-radius: 50%;
	max-width: 100%;
	width: 100px;
	display: block;
	margin: 0 auto 20px;
	border: 5px solid #f1f1f1;
}
.testimonials-v2  .sct-quote {
	font-size: 14px;
	margin: 0;
	line-height: 1.8;
	font-style: italic;
	transition: all 0.3s;
}
.testimonials-v2  .sct-quote p {
	margin: 0;
	padding: 16px 0;
	font-size: 16px;
	font-style: italic;
	line-height: 1.5;
	text-align: left;
	color: #5f626a;
	position: relative;
}
.testimonials-v2  .sct-quote p .fa-quote-left {
	position: absolute;
	font-size: 130px;
	top: 65px;
	color: #F1F1F1;
	z-index: -1;
	line-height: 0;
	left: -10px;
}
.testimonials-v2  .sct-quote a {
	color: #00aeef;
	font-size: 14px;
	margin-top: 0;
	line-height: 0;
	text-transform: none;
	transition: all 0.3s;
}
.testimonials-v2  .sct-quote a:hover {
	color: #fff;
}
.testimonials-v2  .sct-author {
	font-size: 18px;
	margin: 0;
	line-height: 1.8;
	font-family: 'Oswald', sans-serif;
	transition: all 0.3s;
}
.author{
	text-align: right;
	font-size: 16px;
	color: #429bda;
}
.testimonials-v2 .testimonial-slider__content a{
  text-decoration: none;
}
.testimonials-v2  .sct-source {
	color: #5f626a;
	margin: 20px 0 10px;
	display: inline-block;
}

	.testimonials-v2  .sct-source .source{
		font-size: 3rem;
		margin-right: 7px;
	}

	.sct-rating{
		position: relative;
		text-align:center;
	}

	.sct-quote-soc-url{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 10;
	}

	.sct-source .source.fa-facebook{
		color: #3b5998;
	}

	.sct-source .source.fa-yelp{
		color: #c41200;
	}

	.sct-source .source.fa-google{
		color: #dd4b39;
	}

	.gold-star{
		color: #fdd835;
	}

	.review-inner .fa-star{
	font-size: 20px;
    margin-left: 3px;
    position: relative;
    bottom: 20px;
	}

	.testimonials-v2  .sct-source img {
		display: inline-block;
		height: 40px;
		width: 40px;
		-moz-border-radius: 50%;
		-webki-border-radius: 50%;
		border-radius: 50%;
		margin-right: 5px;
		padding: 5px;
		box-shadow: 2px 2px #e0e0e0;
		position: relative;
		bottom: 8px;
	}
	.testimonials-v2 .owl-theme .owl-controls .owl-buttons div {
		transition: all 0.3s;
	}
	.testimonials-v2 .owl-theme .owl-controls .owl-buttons div:hover {
		color: #00aeef;
	}
	.testimonials-v2 .row > div:hover .sct-quote,
	.testimonials-v2 .row > div:hover .sct-author {
		color: #00aeef;
	}
.review-inner {
    padding: 0 2rem;
}
.testimonials-v2 .owl-nav {
	color: #191a1f;
    font-size: 60px;
    background: transparent;
    transition: all 0.3s;
    text-align: center;
}
.testimonials-v2 .owl-nav button {
	margin: 0 10px;
}
.testimonials-v2 .owl-nav button i {
	outline:none;
	transition: all 0.3s;
}
.testimonials-v2 .owl-nav button i:hover, .testimonials-v2 .owl-nav button i:focus {
	color:#429bda;
	outline:none;
}
.testimonials-v2 .owl-nav button:hover, .testimonials-v2 .owl-nav button:focus {
	color:#429bda;
	outline:none;
}

/* ALTERNATE MENU */
#masthead .main-navigation.alt-cta ul li.original {
	display: none !important;
}
#masthead .main-navigation.alt-cta ul li.alternate {
	display: list-item !important;
}
.contact_form #contact {
	position: absolute;
	top: -200px;
	opacity: 0;
	height: 1px;
	width: 100%;
	pointer-events: none;
}

/* Infographic Section */
.infographic-image h2{
	padding-bottom: 50px;
}

/* Popup box BEGIN */
.gift_popup{
  background:rgba(0,0,0,.4);
  display:none;
  height:100%;
  position:fixed;
  text-align:center;
  top:0;
  width:100%;
  z-index:10000;
}
.gift_popup .helper{
  display:inline-block;
  height:100%;
  vertical-align:middle;
}
.gift_popup .content {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 1100px;
  width: 80%;
  min-height: 100px;
  vertical-align: middle;
  position: relative;
  border-radius: 20px;
  padding: 0 0 25px;
  margin: 30px 0;
}
.popupCloseButton {
  background-color: #fff;
  border: 3px solid #999;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
  line-height: 25px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.popupCloseButton:hover {
  background-color: #ccc;
}
.trigger_popup_fricc {
  cursor: pointer;
  font-size: 20px;
  margin: 20px;
  display: inline-block;
  font-weight: bold;
}
.gift_popup .wrapper .heading {
  background-image: url('popup-img/popup-heading.jpg');
  background-size: cover;
  background-position: left center;
  min-height: 320px;
  border-radius: 20px 20px 0 0;
}
.gift_popup .wrapper .heading h2{
  margin: 0;
  font-size: 66px;
  color: #fff;
  padding: 40px 15px 0;
}
.gift_popup .wrapper .text-box{
  text-align: center;
  margin-top: 30px;
  padding: 0 25px;
  overflow: auto;
}
.gift_popup .wrapper .text-box .left, .gift_popup .wrapper .text-box .right{
  float: left;
  width: 50%;
  position: relative;
  padding: 0 25px;
}
.gift_popup .wrapper .text-box .left h3{
  color: #108cab;
  margin: 0;
  line-height: normal;
  font-size: 28px;
  font-weight: 600;
}
.gift_popup .wrapper .text-box .left p{
  font-size: 18px;
  margin: 25px 0 0;
  color: #252424;
}
.gift_popup .wrapper .text-box .left h3 span{
  font-size: 32px;
  font-weight: 700;
}
.gift_popup .wrapper .text-box .left:after{
  content: " ";
  position: absolute;
  width: 3px;
  background: #c4d0d2;
  right: 0;
  height: 100%;
  top: 0;
}
.gift_popup .wrapper .text-box .action_box{
  margin: 25px auto 0;
  max-width: 350px;
}
.gift_popup .wrapper .text-box .action_box a{
  display: block;
  margin: 0 0 15px;
  background-color: #deecef;
  border-radius: 7px;
  text-decoration: none;
  color: #252424;
  padding: 8px 12px;
  box-shadow: 1px 2px 5px 0 rgb(23 23 23 / 70%);
}
.gift_popup .wrapper .text-box .action_box a span{
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.gift_popup .wrapper .text-box .action_box a:hover, .gift_popup .wrapper .text-box .action_box a:focus{
  background-color: #ffb400;
}
.gift_popup .wrapper .text-box .right h3{
  color: #252424;
  font-weight: 800;
  font-size: 26px;
  margin: 0;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.gift_popup .wrapper .text-box .right h3:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 80%;
  background-color: #108cab;
  text-align: center;
}
.gift_popup .wrapper .text-box .right p{
  margin: 25px 0 0;
  line-height: normal;
  color: #252424;
}
.gift_popup .wrapper .text-box .right .price-box{
  margin: 15px 0 0;
  overflow: auto;
}
.gift_popup .wrapper .text-box .right .price-box .label{
  float: left;
}
.gift_popup .wrapper .text-box .right .price-box .label p{
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
  margin: 53px 0 0px;
}
.gift_popup .wrapper .text-box .right .price-box .price{
  float: left;
  position: relative;
  padding: 40px 0 0;
}
.gift_popup .wrapper .text-box .right .price-box .price .regular{
  font-size: 18px;
}
.gift_popup .wrapper .text-box .right .price-box .price .regular span{
  color: #3cc046;
  font-weight: 800;
  font-size: 36px;
  margin: 0 0 0 5px;
}
.gift_popup .wrapper .text-box .right .price-box .price .old{
  position: absolute;
  top: 0;
  left: 0;
}
.gift_popup .wrapper .text-box .right .price-box .price .old span{
  color: #252424;
  font-weight: 800;
  font-size: 28px;
  margin: 0 0 0 10px;
  text-decoration: line-through;
  text-decoration-color: #fb1212;
  text-decoration-thickness: 3px;
}
.gift_popup .wrapper .text-box .right .time-box{
  clear: both;
}
.gift_popup .wrapper .text-box .right .time-box input[type=radio ]:not(old){
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.gift_popup .wrapper .text-box .right .time-box input[type=radio ]:not(old) + label{
  display: inline-block;
  margin-left: -28px;
  padding-left: 28px;
  background: url('popup-img/checks.png') no-repeat 0 0;
  line-height: 24px;
}
.gift_popup .wrapper .text-box .right .time-box input[type=radio]:not(old):checked + label{
  background-position: 0 -24px;
}
.gift_popup .wrapper .text-box .right .time-box{
  margin-top: 15px;
}
.gift_popup .wrapper .text-box .right .time-box div{
  display: inline-block;
}
.gift_popup .wrapper .text-box .right .btn-sign{
  display: inline-block;
  background: #2999b4;
  margin: 15px 0 0;
  color: #fff;
  text-decoration: none;
  min-width: 160px;
  text-transform: uppercase;
  font-weight: 800;
  box-shadow: 1px 2px 5px 0 rgb(23 23 23 / 70%);
  padding: 8px 15px 5px;
  border-radius: 7px;
}
.gift_popup .wrapper .text-box .right .btn-sign:hover{
  color: #ffb400;
}
.gift_popup .wrapper .bottom-info{
  margin: 35px 0 0;
  clear: both;
  padding: 0 50px;
}
.gift_popup .wrapper .bottom-info .info-box{
  float: left;
  width: 50%;
  text-align: left;
}
.gift_popup .wrapper .bottom-info .logo-box{
  float: right;
  width: 50%;
  text-align: right;
}
.gift_popup .wrapper .bottom-info .info-box p{
  margin: 0 0 5px;
}
.gift_popup .wrapper .bottom-info .info-box a{
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #2999b4;
}
.gift_popup .wrapper .bottom-info .logo-box .content-box{
  max-width: 300px;
  display: inline-block;
}
.gift_popup .wrapper .bottom-info .logo-box img{
  max-width: 100%;
}
/* Popup box BEGIN */
section#hero{
  padding: 140px 0;
  background-size: cover;
  background-position: center;
}
section#hero h1, section#herojulian h1, section#heroethan h1, section#herochristian h1, section#heroisaiah h1{
  font-size: 60px;
  margin: 0;
  font-weight: 800;
  line-height: normal;
  padding: 0 40px 0 0;
}
section#hero h1 span, section#herojulian h1 span, section#heroethan h1 span, section#herochristian h1 span, section#heroisaiah h1 span{
  color: #E4394D;
}
section#hero .contact_form, section#herojulian .contact_form, section#heroethan .contact_form, section#herochristian .contact_form, section#heroisaiah .contact_form{
  min-width: 380px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 2px 5px 0 rgb(23 23 23 / 70%);
}
section#hero .contact_form, section#herojulian .contact_form, section#heroethan .contact_form, section#herochristian .contact_form, section#heroisaiah .contact_form{
  padding: 30px 40px;
}
section#hero .contact_form h2, section#herojulian .contact_form h2, section#heroethan .contact_form h2, section#herochristian .contact_form h2, section#heroisaiah .contact_form h2{
  font-size: 30px;
  margin-bottom: 15px;
}
section#hero .contact_form input[type="submit"].button, section#herojulian .contact_form input[type="submit"].button, section#heroethan .contact_form input[type="submit"].button, section#herochristian .contact_form input[type="submit"].button, section#heroisaiah .contact_form input[type="submit"].button{
  padding: 16px 30px;
}
section#hero .contact_form .wpcf7-spinner, section#herojulian .contact_form .wpcf7-spinner, section#heroethan .contact_form .wpcf7-spinner, section#herochristian .contact_form .wpcf7-spinner, section#heroisaiah .contact_form .wpcf7-spinner{
  margin: 0 auto;
  display: block;
  text-align: center;
}
.page-template-page-blog .subheader h1{
  text-shadow: 3px 0 lightblue, 0 3px lightblue, -3px 0 lightblue, 0 -3px lightblue;
  font-size: 65px;
  margin: 0 0 20px;
}
.page-template-page-blog .subheader h3{
  font-weight: 800;
  font-size: 30px;
  color: #252424;
  margin: 0;
  text-shadow: 2px 0 lightblue, 0 2px lightblue, -2px 0 lightblue, 0 -2px lightblue;
}
section.recent_section{
  text-align: center;
}
section.recent_section .recent-gallery{
  overflow: auto;
  margin: 25px 0;
}
section.recent_section .recent-gallery .item-box{
  float: left;
  width: calc(100% / 3);
}
section.recent_section .recent-gallery .item-box .image-box{
  height: 290px;
  margin: 5px;
  background-position: center;
  background-size: cover;
}
section.recent_section  #recent-work-show-more-btn{
  color: #2999b4;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 1px 2px 5px 0 rgb(23 23 23 / 70%);
  background: #f5f5f5;
  padding: 12px;
  border-radius: 10px;
  text-decoration: none;
  min-width: 210px;
  margin: 15px 0 0;
}
section.recent_section  #recent-work-show-more-btn:hover{
  background: #e7e6e6;
}
.load-more-box{
  display: none;
}
section#description .container{
  padding: 0;
}
section#description .list .read-more{
  display: none;
}
section#description .list .item-box{
  width: 100%;
  padding: 20px 25px;
  border-right: 2px solid #e2e2e2;
}
section#description .list .item-box:last-child{
  border-right: none;
}
section#description .list .item-box h3{
  color: #252424;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 12px;
}
section#description .list .item-box h3:before{
  content: "\f111";
  color: #2999b4;
  margin: 0 8px 0 0;
  font: bold normal normal 18px/1 "Font Awesome 5 Free";
}
section#description .list .item-box .text-box{
  margin-bottom: 12px;
}
section#description .list .item-box .text-box, section#description .list .item-box .read-more{
  font-size: 15px;
  font-weight: 600;
}
section#description .list .item-box a{
  font-size: 16px;
  color: #2999b4;
  text-transform: uppercase;
  font-weight: 600;
  outline: none;
  text-decoration: none;
}
section#description .list .item-box a:after{
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
}
section#description .list .item-box a.rotate-arrow:after{
  content: "\f077";
}
section#description .car-box{
  text-align: right;
  padding: 0 15px;
}
section#description .car-box img{
  max-width: 100%;
}
/*Pricing Table*/
.pricing-table-heading-wrap {
  width: 100%;
  float: left;
}
.pricing-table-heading-wrap .at-head-1 {
  width: 25%;
  float: left;
  text-align: center;
  background-color: #252424;
  color: #fff;
  border-top-left-radius: 10px;
  position: relative;
  min-height: 80px;
}
.pricing-table-heading-wrap .at-head-1::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: -1.2px;
  background-color: #cecece;
  top: 0;
}
.pricing-table-heading-wrap .at-head-2 {
  width: 25%;
  float: left;
  text-align: center;
  background-color: #252424;
  color: #fff;
  position: relative;
  min-height: 80px;
}
.pricing-table-heading-wrap .at-head-2 h3 {
  margin: 0;
  font-weight: 800;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 18px;
  color:#fff;
	  text-transform:uppercase;
}

.pricing-table-heading-wrap .at-head-3 {
  width: 25%;
  float: left;
  text-align: center;
  background-color: #252424;
  color: #fff;
  position: relative;
  min-height: 80px;
}
.pricing-table-heading-wrap .at-head-3 h3 {
  margin: 0;
  font-weight: 800;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 18px;
  color:#fff;
	  text-transform:uppercase;
}
.pricing-table-heading-wrap .at-head-3 h3 span {
  font-weight: 500;
}

.pricing-table-heading-wrap .at-head-4 {
  width: 25%;
  float: left;
  text-align: center;
  background-color: #252424;
  color: #fff;
  position: relative;
  min-height: 80px;
  border-top-right-radius: 10px;
}
.pricing-table-heading-wrap .at-head-4 h3 {
  margin: 0;
  font-weight: 800;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 18px;
	color:#fff;
	  text-transform:uppercase;
}
.pricing-table-heading-wrap .at-head-4 h3 span {
  font-weight: 500;
}
.pricing-table-wrap .pricing-table-row:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/*.pricing-table-wrap {
	border-radius: 30px;
    float: left;
    width: 100%;
}*/
.pricing-table-row {
  /*float: left;*/
  display: table;
  width: 100%;
  background-color: #fff;
	border-top: 2px solid #cecece;

}
.pricing-table-row:first-child {
	border-top:0;
}
.pricing-table-row.stripped-row {
  background-color: #f4f4f4;
}

.pricing-table-row .first-col-text {
  width: 25%;
  /*float: left;*/
  display: table-cell;
  font-size: 18px;
  font-weight: 500;
  padding: 37px 27px;
  position: relative;
  font-weight:bold;
}
.pricing-table-row .first-col-text::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: -1.2px;
  background-color: #cecece;
  top: 0;
}

.pricing-table-row .second-col-price {
  width: 25%;
  /*float: left;*/
  display: table-cell;
  position: relative;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.pricing-table-row .second-col-price::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: -1.2px;
  background-color: #cecece;
  top: 0;
}

.pricing-table-row .third-col-price {
  width: 25%;
  /*float: left;*/
  display: table-cell;
  position: relative;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.pricing-table-row .third-col-price::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: -1.2px;
  background-color: #cecece;
  top: 0;
}

.pricing-table-row .fourth-col-price {
  width: 25%;
  /*float: left;*/
  display: table-cell;
  position: relative;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
	vertical-align: middle;
}

.pricing-table-row > div > p {
	margin:0;
	font-weight:800;
	line-height:1;
}
.pricing-table-row > div > a {
	font-size:14px;
	font-weight:800;
	text-transform:uppercase;
	color:#2999b4;
	text-decoration:none;
	display: block;
    margin-top: 6px;
}
.pricing-table-row > div > a:hover, .pricing-table-row > div > a:focus {
	color:#252424;
}
.pricing-table-whole-wrap {
	box-shadow: 1.03px 1.714px 24px 0px rgba(23, 23, 23, 0.31);
	border-radius: 10px;
	margin-top:70px;
}
.pricing-table-whole-wrap .most-popular {
    height: 115px;
    background-color: rgba(58, 174, 202, 0.8);
    position: absolute;
    width: 100%;
    top: -35px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;	
}
.pricing-table-whole-wrap .most-popular p {
	    margin: 6px 0 0 0;
}

.page-template-page-wash .subheader {
	min-height:464px;
}
.page-template-page-wash .subheader .overlay {
	display:none;
}
.page-template-page-wash .subheader h1 {
	font-size: 48px;
    font-weight: 800;
    max-width: 830px;
    margin: 0 auto;
    line-height: 1.2;
}
.page-template-page-wash .subheader h3 {
    max-width: 830px;
    margin: 15px auto 0;
	color:#252424;
}
.pricing-table h2 {
	max-width:800px;
	line-height:1.2;
	margin:0 auto;
}
.pricing-table h2 span {
	text-decoration:underline;
	font-style:italic;
}
.pricing-table-yellow-button-wrap {
	margin-top:55px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.pricing-table-yellow-button-wrap a {
	background-color: rgb(255, 180, 0);
    box-shadow: 1.03px 1.714px 24px 0px rgb(23 23 23 / 31%);
    text-decoration: none;
    /*width: 100%;
    display: block;*/
    text-align: center;
    border-radius: 10px;
    padding: 18px 26px;
    font-size: 24px;
    font-weight: 700;
	display:inline-block;
}
.pricing-table-yellow-button-wrap a span {
	font-weight:800;
}
.pricing-table-yellow-button-wrap a:hover, .pricing-table-yellow-button-wrap a:focus {
	color: #252424;
    opacity: 0.7;
}
.pricing-table-big-numbers {
	justify-content: center;
    align-items: center;
	margin-top:35px;
}
.pricing-table-big-numbers > div {
	text-align:center;
}
.pricing-table-big-numbers > div > p {
	font-size:42px;
	font-weight:800;
	margin:0;
}
.pricing-table-big-numbers > div > span {
	font-size:14px;
	font-weight:600;
	font-size: 14px;
    font-weight: 600;
    display: inline-block;
	margin-left:0;
	margin-right:8px;
}
.pricing-table-big-numbers > div > span:last-child {
    margin-left:8px;
	margin-right:0;
}
.pricing-table-big-numbers-image {
	margin: 0 50px;
}
.pricing-table-big-numbers-2 p {
	color:#3cc046;
}
.pricing-table-big-numbers-1 p {
	position:relative;
}
.pricing-table-big-numbers-1 p::after {
	position:absolute;
	content:"";
	top:50%;
	transform:translateY(-50%);
	width:100%;
	height:8px;
	background-color:rgb(251, 18, 18);
	left:0;
	border-radius: 5px;
}
.pricing-table-reffer {
	justify-content: center;
    align-items: center;
	margin-top:50px;
}
.pricing-table-reffer p {
	margin: 0 5px;
    font-size: 24px;
	font-weight:700;
	text-align:center;
}
.pricing-table-reffer  i {
	color:#2999b4;
}
.table-left-section {
	background-image:url(https://lajolladetail.com/wp-content/uploads/2021/12/wash-bottom-table.png);
	background-size:cover;
	background-position:center center;
}
.table-left-section-wrap {
	max-width:440px;
	border-radius: 4px;
	background-color:#fff;
	
}
.table-left-section-wrap h2 {
	font-size:24px;
	font-weight:800;
	padding:23px 5px;
	background-color:#f5f5f5;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.table-left-section-wrap-inner {
	padding:25px 45px 30px;
}
.table-left-section-wrap-inner ul {
	list-style:none;
	padding-left:0
}
.table-left-section-wrap-inner ul li {
    position: relative;
    border-bottom: 2px solid #d6d6d6;
    padding: 5px 0 5px 50px;
    font-size: 18px;
    font-weight: 400;
}
.table-left-section-wrap-inner ul li + li {
	
}
.table-left-section-wrap-inner ul li::before {
 	content: "\f00c";
   	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	position:absolute;
	left: 17px;
    top: 5px;
	color:#2999b4;
}
a.table-left-section-button {
	font-weight: 800;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    width: 100%;
    color: #000000;	
}
a.table-left-section-button::after {
	color: #000000;
}
section#plain-text{
  background: #249ab5;
  text-align: center;
  position: relative;
  padding: 80px 0 120px;
}
section#plain-text:after{
  content: "\f1b9";
  color: #43a8bf;
  font-size: 180px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  bottom: 0;
  z-index: 0;
  left: 0;
  right: 0;
}
section#plain-text .text-box{
  color: #fff;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
section#plain-text .text-box p{
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 15px;
}
section#plain-text .text-box p:last-child{
  margin: 0;
}
section#grid{
  padding-bottom: 0;
}
section#grid .heading{
  text-align: center;
  margin: 0 0 30px;
}
section#grid .heading h2{
  font-size: 36px;
  margin: 0 0 30px;
  font-weight: 900;
}
section#grid .heading .desc{
  max-width: 980px;
  margin: 0 auto 20px;
  font-weight: lighter;
}
section#grid .heading p.list-label{
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
section#grid .grid-wrapper{
  background: #f5f5f5;
}
section#grid .grid-wrapper .image-box, section#grid .grid-wrapper .text-box{
  width: 100%;
}
section#grid .grid-wrapper .image-box{
  background-size: cover;
  background-position: center;
}
section#grid .grid-wrapper .item_box:nth-child(odd) .image-box{
  float: right;
  order: 2;
}
section#grid .grid-wrapper .text-box .content-wrapper{
  display: table;
  width: 100%;
  min-height: 450px;
  max-width: 620px;
}
section#grid .grid-wrapper .text-box .content-box{
  display: table-cell;
  vertical-align: middle;
  padding: 50px;
}
section#grid .grid-wrapper .text-box .content-box h3{
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 25px;
}
section#grid .grid-wrapper .text-box .content-box p{
  font-weight: lighter;
  margin: 0 0 15px;
}
section#grid .grid-wrapper .text-box .content-box p:last-child{
  margin: 0;
}
section#grid .grid-wrapper .item_box:nth-child(odd) .text-box .content-wrapper{
  float: right;
}
.page-template-page-contact .five-star{
  background: #f5f5f5;
}
section.locations_section .desc{
  max-width: 530px;
}
.page-template-page-services section.locations_section{
  padding: 50px 0;
}
.page-template-page-services .locations_section .container{
  height: auto;
}
.page-template-page-services section.locations_section h2{
  font-size: 40px;
  line-height: normal;
}
.page-template-page-services section.locations_section .locations_content{
  top: initial;
  transform: initial;
  position: relative;
  left: initial;
}
.page-template-page-services .site-footer{
  padding: 0;
}
.page-template-page-services .site-footer .copyright{
  margin: 0;
  background: #fff;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #252424;
}
.page-template-page-services .site-footer .copyright a{
  color: #252424;
}
.page-template-page-services .site-footer .main-content{
  display: none;
}
section.image_right a.button{
  display: inline-block;
  margin: 30px 0 0;
}

































/*  Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  .gift_popup .wrapper .heading h2{
    font-size: 50px;
    padding: 30px 15px 0;
  }
  .gift_popup .wrapper .heading{
    min-height: 250px;
  }
  .gift_popup .wrapper .text-box .right .price-box .label p{
    font-size: 18px;
    margin: 56px 0 0px;
  }
  .gift_popup .wrapper .text-box .left, .gift_popup .wrapper .text-box .right{
    width: 100%;
  }
  .gift_popup .wrapper .text-box .right{
    margin-top: 30px;
  }
  .gift_popup .wrapper .text-box .left:after{
    display: none;
  }
  .gift_popup .wrapper .text-box .right .price-box{
    display: inline-block;
  }
  .gift_popup{
    max-height: 100vh;
    overflow: auto;
  }
  section#hero{
    padding: 100px 0;
  }
  section#hero h1{
    font-size: 44px;
  }
  .page-template-page-gift-page .contact_form a{
    bottom: 85px;
  }
  .page-template-page-services section.locations_section h2{
    font-size: 33px;
  }
}
@media (max-width: 1050px) {
  .page-template-page-gift-page .contact_form a{
    bottom: 100px;
  }
}
/*  Large devices (desktops, 992px and up)  */
@media (max-width: 992px) {
  section#hero{
    padding: 50px 0;
  }
  section#hero h1{
    text-align: center;
    margin: 0 0 30px;
    padding: 0;
  }
  .page-template-page-gift-page .contact_form a{
    bottom: 108px;
    font-size: 10px;
  }
  section.recent_section .recent-gallery .item-box{
    width: 50%;
  }
  .page-template-page-services section.locations_section h2{
    font-size: 30px;
  }
}
@media (max-width: 900px) {
  section#hero{
    background: #E7EBEE !important;
  }
  .page-template-page-gift-page .contact_form a{
    bottom: 120px;
    font-size: 14px;
  }
  section#grid .grid-wrapper .display-flex{
    display: flex;
  }
  section#grid .grid-wrapper .image-box{
    height: 350px;
  }
  section#grid .grid-wrapper .item_box:nth-child(odd) .image-box{
    float: none;
    order: initial;
  }
  section#grid .grid-wrapper .item_box:nth-child(odd) .text-box .content-wrapper{
    float: none;
  }
  section#grid .grid-wrapper .text-box .content-wrapper{
    min-height: initial;
    max-width: 100%;
  }
}
/*  Medium devices (tablets, 768px and up)  */
@media (max-width: 768px) {
  .gift_popup .wrapper .heading h2{
    font-size: 36px;
  }
  .gift_popup .wrapper .heading{
    min-height: 200px;
  }
  .gift_popup .wrapper .text-box .left h3{
    font-size: 24px;
  }
  .gift_popup .wrapper .text-box .left h3 span{
    font-size: 28px;
  }
  .gift_popup .wrapper .text-box .right h3{
    font-size: 22px;
  }
  .gift_popup .wrapper .text-box .action_box a span{
    font-size: 16px;
  }
  .gift_popup .wrapper .text-box .right .price-box .price .regular span{
    font-size: 32px;
  }
  .gift_popup .wrapper .text-box .right .price-box .price .old span{
    font-size: 22px;
  }
  .page-template-page-gift-page .contact_form a{
    bottom: 110px;
  }
  .page-template-page-blog .subheader h1{
    font-size: 32px;
  }
  .page-template-page-blog .subheader h3{
    font-size: 22px;
  }
  section#plain-text{
    padding: 50px 0 80px;
  }
  section#plain-text:after{
    bottom: -30px;
  }
}
@media (max-width: 667px) {
  .page-template-page-gift-page .contact_form a{
    bottom: 90px;
  }
  section.recent_section .recent-gallery .item-box .image-box{
    height: 250px;
  }
}
/*  Small devices (landscape phones, 576px and up)  */
@media (max-width: 576px) {
  .gift_popup .wrapper .text-box{
    padding: 0;
  }
  .gift_popup .wrapper .bottom-info{
    padding: 0 25px;
  }
  section#hero h1{
    font-size: 36px;
  }
  .page-template-page-gift-page .contact_form a{
    font-size: 10px;
    bottom: 85px;
  }
  section.recent_section .recent-gallery .item-box{
    width: 100%;
  }
  section#grid .grid-wrapper .text-box .content-box{
    padding: 30px 25px;
  }
  section#grid .grid-wrapper .text-box .content-box h3{
    font-size: 26px;
  }
  .page-template-page-services section.locations_section h2{
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .gift_popup .wrapper .heading h2{
    font-size: 32px;
    padding: 20px 15px 0;
  }
  .gift_popup .wrapper .heading{
    min-height: 160px;
  }
  .gift_popup .wrapper .text-box .right h3{
    font-size: 18px;
  }
  .gift_popup .wrapper .text-box .right .price-box .label{
    float: none;
  }
  .gift_popup .wrapper .text-box .right .price-box .label p{
    margin: 20px 0 0;
  }
  .gift_popup .wrapper .bottom-info .info-box{
    width: 65%;
  }
  .gift_popup .wrapper .bottom-info .logo-box{
    width: 35%;
  }
  .gift_popup .content{
    width: 90%;
  }
  section#hero .contact_form{
    min-width: 100%;
  }
  section#hero h1{
    font-size: 32px;
  }
  section#hero .contact_form{
    padding: 30px 20px;
  }
  .page-template-page-gift-page .contact_form a{
    bottom: 70px;
  }
	.pricing-table-row .first-col-text {
		padding: 20px 10px;
		font-size:15px;
	}
	.pricing-table-heading-wrap .at-head-2 h3, .pricing-table-heading-wrap .at-head-3 h3, .pricing-table-heading-wrap .at-head-4 h3 {
		font-size:15px;
	}
	.pricing-table-row > div > p {
		font-size:18px;
	}
	.pricing-table-row > div > a {
		font-size:11px;
	}
  .page-template-page-city-page input[type="submit"].wpcf7-submit{
    margin-left: 0;
  }
  .page-template-page-city-page .form_section .wpcf7-spinner{
    display: block;
  }
  .page-template-page-services section.locations_section a.button{
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  section#hero .contact_form h2{
    font-size: 28px;
  }
  .page-template-page-gift-page .contact_form a{
    bottom: 60px;
  }
}

@media (max-width: 360px) {

}

@media (min-width: 1200px) {

}

@media screen and (min-width: 768px) {

}

.page-id-1417 #contact_section, .page-id-1417 .contact_form {
	padding:0;
	margin:0;
	width:100%
}