/*!
Theme Name: undcscores
Theme URI: https://undcscores.me/
Author: Digital Chaos
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>undcscores</code>, or <em>undcscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
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: undcscores
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.

undcscores is based on undcscores https://undcscores.me/, (C) 2012-2020 Digital Chaos, Inc.
undcscores 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.
 */
@import url("https://use.typekit.net/vhz4pbe.css");
html {
  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] {
  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: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  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;
}
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: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
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"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  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, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.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 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* 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-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;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.cover-page .video-wrap .image-cover {
  height: 100%;
  width: 100%;
}
.cover-page .video-wrap .image-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.estimated-costs h2 {
  font-size: 30px;
}
.estimated-costs p {
  font-size: 20px;
}
.cost-wrap {
  padding: 0px;
  page-break-inside: avoid;
  page-break-after: auto;
  margin-bottom: 12px;
}
.cost-wrap .line-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0px;
}
.cost-wrap .line-item.sub-item {
  margin-left: 40px;
}
.cost-wrap .line-item h3 {
  max-width: 75%;
  padding-right: 40px;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 20px;
  padding-left: 35px;
}
@media screen and (max-width: 575px) {
  .cost-wrap .line-item h3 {
    max-width: 70%;
    padding-right: 20px;
    margin-bottom: 15px;
    padding-left: 15px;
    margin-top: 15px;
  }
}
.cost-wrap .line-item p {
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 30px;
  top: -2px;
  position: relative;
  padding-right: 35px;
}
@media screen and (max-width: 575px) {
  .cost-wrap .line-item p {
    padding-right: 15px;
    margin-top: 15px;
  }
}
.total-wrap {
  padding: 0px;
  text-align: right;
}
.total-wrap .total {
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-right: 0px;
  top: 0px;
  position: relative;
  margin: 0px 0px 10px;
}
.total-wrap .total .total-title {
  margin-right: 20px;
  font-size: 20px;
  font-weight: 800;
}
.total-wrap .total .total-title .hst {
  font-weight: 400;
  font-style: italic;
}
.total-wrap .total span {
  font-weight: 800;
  font-size: 30px;
  padding: 5px 35px;
}
.ongoing-costs-description p {
  font-size: 20px;
}
.d-none {
  display: none;
}
.note {
  font-size: 20px;
  font-style: italic;
  text-align: right;
}
body.quoteaccepted .quote-block-navigation ul li a.AcceptedTerms:before {
  border-color: #378334;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23378334;%7D%0A%3C/style%3E%3Cpath class='st0' d='M12,6.5c0,0,2.1-4,3.5-6.5L24,8.5c-2.6,1.3-6.6,3.5-6.6,3.5L12,6.5z M3.5,13c0,0-1.3,5.3-3.5,8.6l0.8,0.8l4-4 c0.3-0.3,0.6-0.8,0.6-1.3c0-0.3,0.2-0.5,0.4-0.7c0.5-0.5,1.3-0.5,1.8,0s0.5,1.3,0,1.8c-0.2,0.2-0.5,0.3-0.7,0.4 c-0.5,0.1-0.9,0.3-1.3,0.6l-4,4L2.4,24c3.3-2.1,8.6-3.5,8.6-3.5l4.3-7.8l-4-4L3.5,13z'/%3E%3C/svg%3E%0A");
}
/* Print 
--------------------------------------------- */
.printable-page {
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.25);
  border: 1px solid #c2c2c2;
  aspect-ratio: 0.7727272727;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  max-height: 1033px;
  min-height: 1033px;
}
@media (max-width: 1250px) {
  .printable-page {
    height: auto;
    max-height: none;
    aspect-ratio: unset;
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ------------- HTML2PDF HAX -------------- */
/*   Adding Print Styles Before Generation   */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body.printing {
  margin: 0mm 0mm 5mm 0mm;
  background: #FFFFFF !important;
}
body.printing.single {
  background: #FFF;
  padding-top: 0px;
  /* @Page */
  /* Hide Elements */
  /* Basic Print */
  /* Layout */
}
body.printing.single.digitally-dark {
  /* Themes */
}
body.printing.single.digitally-dark #page.digitally-dark {
  background: #FFFFFF !important;
}
@page {
  body.printing.single {
    size: 8.5in 11.05in !important;
    size: letter !important;
    margin: 0px !important;
    max-height: 11.5in !important;
  }
}
body.printing.single .m-scroll, body.printing.single .parallax-image, body.printing.single .fullwidth-background-image, body.printing.single nav.post-navigation, body.printing.single .c-scrollbar, body.printing.single body.single main.site-main article .printable-pages .container .row #print .page-outer#WebsiteEmbed, body.printing.single .header-quote-title, body.printing.single #page header.site-header, body.printing.single footer.entry-footer, body.printing.single .quote-footer, body.printing.single .quote-navigation, body.printing.single .quote-block-navigation, body.printing.single #wpadminbar {
  display: none !important;
}
body.printing.single table, body.printing.single figure, body.printing.single img {
  page-break-inside: avoid;
}
body.printing.single main.site-main {
  height: auto !important;
}
body.printing.single main.site-main article {
  transform: none !important;
}
body.printing.single main.site-main article .printable-pages .container .row #print .page {
  border-radius: 0px;
  width: 8.5in !important;
  height: 10.92in !important;
  min-width: 580px;
  max-width: 800px;
  box-shadow: none;
  margin: 0px !important;
  page-break-after: always !important;
  overflow: hidden !important;
  padding: 30px;
}
body.printing.single main.site-main article .printable-pages .container .row #print .page .print-only-spacer {
  height: 2in !important;
}
body.printing.single main.site-main article .printable-pages .container .row #print .page .page-break-block {
  page-break-after: always !important;
  break-inside: avoid !important;
  display: block;
  position: relative;
}
body.printing.single main.site-main article .printable-pages .container .row #print .page .page-break-spacer {
  margin-top: 0.8in;
}
body.printing.single main.site-main article .printable-pages .container .row #print .page .page-wrap .cover-text-wrap {
  transform: none !important;
}
body.printing.single main.site-main article .printable-pages .container .row #print .page .page-wrap .video-wrap .image-print {
  display: block !important;
}
body.printing.single main.site-main article .printable-pages .container .row #print .page-outer {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 0px !important;
  break-inside: avoid !important;
  display: block;
  position: relative;
}
body.printing.single main.site-main article .printable-pages .container .row #print .page-outer.no-fixed-height .page {
  max-height: none !important;
  height: auto !important;
  aspect-ratio: unset !important;
}
body.printing.single main.site-main article .printable-pages .page-builder-block.no-background-tile {
  padding: 50px;
  margin-top: 0px;
}
html.has-scroll-smooth {
  margin-top: 0px !important;
}
html.has-scroll-smooth body.printing {
  margin-top: 0px !important;
  padding-top: 0px !important;
  overflow: auto !important;
  height: auto !important;
  width: 100% !important;
  background: #FFFFFF !important;
}
html.has-scroll-smooth body.printing .site header.site-header {
  display: none !important;
}
html.has-scroll-smooth body.printing .site footer.site-footer {
  display: none !important;
}
html.has-scroll-smooth body.printing .site nav.quote-navigation {
  display: none !important;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ---------- PRINT CSS AS WELL! ----------- */
/*    Whatever is added to the fix above     */
/*      needs to be added here as well!      */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media print {
  /* Basic Print */
  /* Print Layout */
  /* Other */
  /* Page Break */
  /* Visibility */
  /* Fonts */
  /* Site Layout */
  /* Blocks */
  /* Print CSS Fixes */
  @page {
    size: 8.5in 11.05in !important;
  }
  html, body {
    height: 98% !important;
    padding-top: 0px !important;
    margin: 0px !important;
    background: #FFFFFF !important;
  }
  .m-scroll, .parallax-image, .fullwidth-background-image, nav.post-navigation, main.site-main .table-of-contents, .c-scrollbar, body.single main.site-main article .printable-pages .container .row #print .page-outer#WebsiteEmbed, .header-quote-title, footer.entry-footer, .quote-footer, .quote-block-navigation, #wpadminbar {
    display: none !important;
  }
  table, figure, img {
    page-break-inside: avoid;
  }
  body.single {
    background: #FFF;
    padding-top: 0px;
  }
  body.single.digitally-dark {
    /* Themes */
  }
  body.single.digitally-dark #page.digitally-dark {
    background: #FFFFFF !important;
  }
  body.single .quote-navigation {
    display: none !important;
  }
  body.single #page header.site-header {
    display: none !important;
  }
  body.single main.site-main {
    height: auto !important;
  }
  body.single main.site-main article {
    transform: none !important;
  }
  body.single main.site-main article .printable-pages {
    height: auto !important;
    max-height: none !important;
    min-height: 1033px;
  }
  body.single main.site-main article .printable-pages .container .row #print .page {
    border-radius: 0px;
    width: 8.5in !important;
    height: 11in !important;
    aspect-ratio: 8.5 / 11in !important;
    min-width: 8.5in !important;
    max-width: 8.5in !important;
    min-height: 11in !important;
    max-height: 11in !important;
    box-shadow: none;
    margin: 0px !important;
    overflow: hidden !important;
    padding: 60px !important;
  }
  body.single main.site-main article .printable-pages .container .row #print .page .page-wrap .cover-text-wrap {
    transform: none !important;
  }
  body.single main.site-main article .printable-pages .container .row #print .page .print-only-spacer {
    height: 2in !important;
  }
  body.single main.site-main article .printable-pages .container .row #print .page .total-wrap {
    margin-top: 12px !important;
  }
  body.single main.site-main article .printable-pages .container .row #print .page .cost-items + .cost-items {
    margin-top: 12px !important;
  }
  body.single main.site-main article .printable-pages .container .row #print .page-outer {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
    page-break-before: always !important;
    break-inside: avoid !important;
    display: block;
    position: relative;
  }
  body.single main.site-main article .printable-pages .container .row #print .page-outer.no-fixed-height .page {
    max-height: none !important;
    height: auto !important;
    aspect-ratio: unset !important;
  }
  body.single main.site-main article .printable-pages .container .row #print .page-outer .page-break-block {
    page-break-after: always !important;
    break-inside: avoid !important;
    display: block;
    position: relative;
  }
  body.single main.site-main article .printable-pages .container .row #print .page-outer .page-break-spacer {
    margin-top: 0.8in;
  }
  body.single main.site-main article .printable-pages .container .row #print .page-outer:last-of-type .page {
    page-break-after: avoid !important;
  }
  body.single main.site-main article .printable-pages .page-builder-block.no-background-tile {
    padding: 50px;
    margin-top: 0px;
  }
  html.has-scroll-smooth {
    background: #FFF !important;
    overflow: auto !important;
    width: 100% !important;
  }
  .has-scroll-smooth body {
    margin-top: 0px !important;
    padding-top: 0px !important;
    overflow: auto !important;
    height: auto !important;
    width: 100% !important;
    background: #FFF !important;
  }
  .has-scroll-smooth body .site header.site-header {
    display: none !important;
  }
  .has-scroll-smooth body .site footer.site-footer {
    display: none !important;
  }
  .has-scroll-smooth body .site nav.quote-navigation {
    display: none !important;
  }
  html, body, body * {
    float: none !important;
    transform: none !important;
  }
  body .site, body main.site-main, body main.site-main article, .printable-pages {
    display: block !important;
  }
  [data-scroll-container] {
    will-change: unset !important;
    transform-style: unset !important;
  }
}
@page {
  margin: 0px !important;
}
/* Layout 
--------------------------------------------- */
html {
  background: rgba(0, 0, 0, 0.02);
}
ul li ul {
  list-style-type: circle;
}
ul li ul li ul {
  list-style-type: square;
}
.signature-hidden-field {
  height: 0px !important;
  overflow: hidden !important;
  margin-top: -20px !important;
  position: absolute !important;
}
body {
  background: #e8e5ee;
  padding-top: 80px;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* Fonts - Screen Only Responsiveness */
  /* Type */
  /* Quote Navigation */
  /* Quote */
  /* Quote Footer */
}
body.home #page header.site-header {
  display: none;
}
body.home #page #primary .home-welcome {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
body.home #page #primary .home-welcome__wrap {
  max-width: 60%;
}
body.home #page #primary .home-welcome__wrap h2 {
  background: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.01);
  text-shadow: 0px 0.2vw 0.9vw #e8e5ee;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  font-size: 14vw;
  letter-spacing: -0.4vw;
}
body.quoteaccepted .quote-block-navigation ul li a.AcceptedTerms:before {
  border-color: #378334;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23378334;%7D%0A%3C/style%3E%3Cpath class='st0' d='M12,6.5c0,0,2.1-4,3.5-6.5L24,8.5c-2.6,1.3-6.6,3.5-6.6,3.5L12,6.5z M3.5,13c0,0-1.3,5.3-3.5,8.6l0.8,0.8l4-4 c0.3-0.3,0.6-0.8,0.6-1.3c0-0.3,0.2-0.5,0.4-0.7c0.5-0.5,1.3-0.5,1.8,0s0.5,1.3,0,1.8c-0.2,0.2-0.5,0.3-0.7,0.4 c-0.5,0.1-0.9,0.3-1.3,0.6l-4,4L2.4,24c3.3-2.1,8.6-3.5,8.6-3.5l4.3-7.8l-4-4L3.5,13z'/%3E%3C/svg%3E%0A");
}
body * {
  font-family: "effra", sans-serif;
  font-weight: 600;
  font-style: normal;
}
body li, body p {
  font-weight: 300;
  line-height: 1.8;
  font-size: 20px;
}
body ul, body ol {
  margin-left: 0px;
  padding-left: 20px;
}
body.admin-bar {
  padding-top: 112px;
}
body.admin-bar main.site-main {
  top: 112px;
  height: calc(100% - 192px);
}
body.admin-bar main.site-main article .printable-pages .page-outer {
  padding: 150px 300px 0px 100px;
  margin-top: 0px;
  margin-bottom: 0px;
}
body.admin-bar main.site-main article .printable-pages .page-outer:first-of-type {
  margin-top: 122px;
}
@media screen and (max-width: 1200px) {
  body.admin-bar main.site-main article .printable-pages .page-outer:first-of-type {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1200px) {
  body.admin-bar main.site-main article .printable-pages .page-outer {
    padding: 150px 120px 0px 40px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 992px) {
  body.admin-bar main.site-main article .printable-pages .page-outer {
    padding: 150px 120px 0px 40px;
  }
}
@media screen and (max-width: 768px) {
  body.admin-bar main.site-main article .printable-pages .page-outer {
    padding: 100px 120px 0px 20px;
  }
}
body.admin-bar main.site-main .quote-footer {
  top: calc(100vh - 192px);
}
body .site {
  display: inline-block;
  width: 100%;
  position: relative;
}
body main.site-main {
  display: inline-block;
  width: 100%;
  padding: 0px;
}
body main.site-main article {
  /* overflow: hidden;
                position: fixed;
                height: calc(100% - 160px);
                width: 100%;
                top: 80px;
                left: 0;
                right: 0;
                bottom: 0; */
  display: inline-block;
  width: 100%;
}
body main.site-main article .printable-pages {
  display: inline-block;
  width: 100%;
}
body main.site-main article .printable-pages .page-builder-block {
  border: none !important;
}
body main.site-main article .printable-pages .page-builder-block.no-background-tile {
  max-width: 1440px;
  margin: 0 auto;
  padding: 110px 300px 0px 150px;
  margin-top: 90px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  body main.site-main article .printable-pages .page-builder-block.no-background-tile {
    padding: 20px 120px 0px 90px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 992px) {
  body main.site-main article .printable-pages .page-builder-block.no-background-tile {
    padding: 0px 120px 0px 90px;
  }
}
@media screen and (max-width: 768px) {
  body main.site-main article .printable-pages .page-builder-block.no-background-tile {
    padding: 0px 120px 0px 55px;
  }
}
body main.site-main article .printable-pages .page-outer {
  padding: 110px 300px 0px 150px;
  margin-top: 90px;
  margin-bottom: 50px;
  max-width: 1440px;
  margin: 0 auto;
}
body main.site-main article .printable-pages .page-outer.no-padding .page {
  padding: 0px !important;
}
body main.site-main article .printable-pages .page-outer.no-fixed-height .page {
  height: auto;
}
body main.site-main article .printable-pages .page-outer.fullwidth-cover {
  margin: 0;
  padding: 0px;
  width: 100%;
  max-width: none;
  margin-top: 0px !important;
}
body main.site-main article .printable-pages .page-outer.fullwidth-cover .page {
  border-radius: 0px;
}
body main.site-main article .printable-pages .page-outer:last-of-type {
  padding-bottom: 200px;
}
@media screen and (max-width: 1200px) {
  body main.site-main article .printable-pages .page-outer {
    padding: 120px 120px 0px 40px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 992px) {
  body main.site-main article .printable-pages .page-outer {
    padding: 100px 120px 0px 40px;
  }
}
@media screen and (max-width: 768px) {
  body main.site-main article .printable-pages .page-outer {
    padding: 35px 120px 0px 20px;
  }
}
@media screen and (max-width: 575px) {
  body main.site-main article .printable-pages .page-outer {
    padding: 35px 40px 0px 20px;
  }
}
body main.site-main article .printable-pages .page {
  padding: 120px;
  height: 100vh;
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  background: #FFF;
  transition: 1.3s ease all;
  position: relative;
}
@media screen and (max-width: 1200px) {
  body main.site-main article .printable-pages .page {
    padding: 60px;
  }
}
@media screen and (max-width: 768px) {
  body main.site-main article .printable-pages .page {
    padding: 35px;
    height: 75vh;
  }
}
body main.site-main article .printable-pages .page.table-of-contents-page {
  height: auto;
}
body main.site-main article .printable-pages .page .page-wrap .page-builder-block {
  border: none !important;
}
body main.site-main article .printable-pages .page .page-wrap .wp-block-buttons a {
  color: #FFFFFF !important;
}
body main.site-main article .printable-pages .page .page-wrap .wp-block-file a.wp-block-file__button {
  color: #FFFFFF !important;
}
body main.site-main article .printable-pages .page .page-wrap .cover-text-wrap {
  position: relative;
  z-index: 3;
}
body main.site-main article .printable-pages .page .page-wrap .cover-text-wrap h3 {
  font-size: 90px;
  color: #FFF;
  padding-left: 40px;
  text-shadow: 0px 10px 40px rgba(0, 0, 0, 0.4);
  line-height: 100px;
}
@media screen and (max-width: 768px) {
  body main.site-main article .printable-pages .page .page-wrap .cover-text-wrap h3 {
    font-size: 65px;
    line-height: 70px;
    padding-left: 0px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  body main.site-main article .printable-pages .page .page-wrap .cover-text-wrap h3 {
    font-size: 52px;
    line-height: 65px;
    margin-bottom: 20px;
  }
}
body main.site-main article .printable-pages .page .page-wrap .cover-text-wrap h4 {
  font-size: 44px;
  margin-left: 40px;
  border: 6px solid #FFF;
  display: inline-block;
  color: #FFF;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 25px;
}
@media screen and (max-width: 768px) {
  body main.site-main article .printable-pages .page .page-wrap .cover-text-wrap h4 {
    font-size: 26px;
    padding: 5px 15px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 575px) {
  body main.site-main article .printable-pages .page .page-wrap .cover-text-wrap h4 {
    font-size: 22px;
  }
}
body main.site-main article .printable-pages .page .page-wrap .cover-text-wrap h5 {
  margin-left: 65px;
  font-size: 24px;
  color: #FFF;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 768px) {
  body main.site-main article .printable-pages .page .page-wrap .cover-text-wrap h5 {
    margin-left: 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  body main.site-main article .printable-pages .page .page-wrap .cover-text-wrap h5 {
    margin-left: 12px;
    font-size: 16px;
  }
}
body main.site-main article .printable-pages .page .page-wrap .video-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
body main.site-main article .printable-pages .page .page-wrap .video-wrap .overlay {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index: 1;
}
body main.site-main article .printable-pages .page .page-wrap .video-wrap .overlay .mask {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  background: black;
  background: linear-gradient(163deg, rgba(0, 0, 0, 0.6474964986) 0%, rgba(0, 0, 0, 0.1601015406) 100%);
}
body main.site-main article .printable-pages .page .page-wrap .video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body main.site-main article .printable-pages .page .page-wrap .video-wrap .image-print {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
body main.site-main article .printable-pages .page .page-wrap .video-wrap .image-print img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body main.site-main .container {
  margin: 0 auto;
}
@media print {
  body .hidden-on-print {
    display: none !important;
  }
}
@media screen {
  body .hidden-on-screen {
    display: none !important;
  }
}
body h1 {
  margin-top: 0px;
}
body.admin-bar .quote-navigation {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .quote-navigation {
    top: 46px;
  }
}
body.admin-bar .header-quote-title {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .header-quote-title {
    top: 46px;
  }
}
body.admin-bar .quote-footer .middle-float-navigation .nav-wrap {
  display: flex;
}
body .header-quote-title {
  position: fixed;
  top: 0px;
  left: 215px;
  z-index: 999;
  height: 80px;
  display: flex;
  align-items: center;
  transition: 0.3s ease all;
}
@media screen and (max-width: 992px) {
  body .header-quote-title {
    max-width: 300px;
  }
}
@media screen and (max-width: 782px) {
  body .header-quote-title {
    top: 44px;
  }
}
@media screen and (max-width: 768px) {
  body .header-quote-title {
    display: none;
  }
}
body .header-quote-title h6 {
  margin: 0px;
  font-size: 16px;
  font-weight: 300;
}
body .header-quote-title h6 span {
  font-weight: 300;
}
body .quote-navigation {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 999;
  height: 80px;
  display: flex;
  align-items: center;
  transition: 0.3s ease all;
}
@media screen and (max-width: 575px) {
  body .quote-navigation {
    height: 65px;
  }
}
body .quote-navigation ul {
  display: flex;
  list-style: none;
  margin: 0px 40px 0px 0px;
  padding: 0px;
}
@media (max-width: 768px) {
  body .quote-navigation ul {
    margin: 0px 10px 0px 0px;
  }
}
body .quote-navigation ul li {
  padding-left: 20px;
}
@media (max-width: 768px) {
  body .quote-navigation ul li {
    padding-left: 10px;
  }
}
body .quote-navigation ul li button, body .quote-navigation ul li a {
  position: relative;
  display: inline-block;
  padding: 10px;
  background: transparent;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  border: 1px solid transparent;
}
body .quote-navigation ul li button svg, body .quote-navigation ul li a svg {
  transition: 0.3s ease all;
  width: 25px;
  height: 25px;
  fill: #393740 !important;
  position: relative;
  top: 0px;
  left: 0px;
}
body .quote-navigation ul li button span, body .quote-navigation ul li a span {
  top: -68px;
  background: #5f36ed !important;
  color: #FFF;
  padding: 10px 30px;
  transform: translateX(-50%);
  width: auto;
  border-radius: 60px;
  font-weight: 800;
  border: 1px solid #393740 !important;
  position: absolute;
  opacity: 0;
  left: 50%;
  text-transform: capitalize;
  white-space: nowrap;
  transition: 0.3s ease all;
  pointer-events: none;
  min-height: 46px;
  display: flex !important;
  align-items: center;
}
body .quote-navigation ul li button span:after, body .quote-navigation ul li button span:before, body .quote-navigation ul li a span:after, body .quote-navigation ul li a span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 14px solid #5f36ed !important;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
body .quote-navigation ul li button span:after, body .quote-navigation ul li a span:after {
  z-index: 1;
  top: -15px;
  border-bottom: 14px solid #393740 !important;
}
body .quote-navigation ul li button:hover, body .quote-navigation ul li a:hover {
  background: #5f36ed !important;
  border: 1px solid #393740 !important;
}
body .quote-navigation ul li button:hover span, body .quote-navigation ul li a:hover span {
  display: block;
  opacity: 1;
  top: 68px;
}
body .quote-navigation ul li button:hover svg, body .quote-navigation ul li a:hover svg {
  fill: #FFF !important;
}
body .quote-navigation ul li.download-icon a svg {
  top: -2px;
  left: -1px;
}
body .quote-navigation ul li.share-icon a svg {
  width: 23px;
  height: 23px;
  top: -2px;
  left: 2px;
}
body .quote-navigation ul li.print-icon button svg {
  width: 24px;
  height: 24px;
  top: 0px;
  left: 0px;
}
body .quote-navigation ul li:last-of-type a span {
  right: -15px;
  left: initial;
  transform: none;
}
body .quote-navigation ul li:last-of-type a span:before, body .quote-navigation ul li:last-of-type a span:after {
  transform: none;
  right: 22px;
  left: initial;
}
body .quote-navigation ul li:last-of-type a svg {
  width: 23px;
  height: 23px;
  top: 0px;
  left: 0px;
}
body.single-quotes nav#site-navigation {
  display: none;
}
body .quote-footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: #FFF;
  padding: 0px 40px;
  border-top: 1px solid #aeaeae;
  height: 80px;
  display: flex;
  align-items: center;
  top: calc(100vh - 160px);
}
@media screen and (max-width: 768px) {
  body .quote-footer {
    padding: 0px 15px;
  }
}
body .quote-footer .container {
  width: 100%;
}
body .quote-footer .container .row {
  width: 100%;
}
body .quote-footer .container .row .col-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
body .quote-footer .left-navigation h6 {
  font-size: 16px;
  margin: 0px;
  font-weight: 700;
}
body .quote-footer .middle-float-navigation {
  width: auto;
}
body .quote-footer .middle-float-navigation .nav-wrap {
  display: flex;
  align-items: center;
}
body .quote-footer .middle-float-navigation .nav-wrap a, body .quote-footer .middle-float-navigation .nav-wrap button {
  background: #FFF;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 600;
  border: 3px solid #FFFFFF;
  margin-right: 20px;
  transition: 0.3s ease all;
  padding: 0px 30px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #393740 !important;
}
@media screen and (max-width: 768px) {
  body .quote-footer .middle-float-navigation .nav-wrap a, body .quote-footer .middle-float-navigation .nav-wrap button {
    margin-right: 0px;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 575px) {
  body .quote-footer .middle-float-navigation .nav-wrap a, body .quote-footer .middle-float-navigation .nav-wrap button {
    font-size: 14px;
    padding: 0px 20px;
    margin-right: 0px;
    height: 40px;
  }
}
body .quote-footer .middle-float-navigation .nav-wrap a span, body .quote-footer .middle-float-navigation .nav-wrap button span {
  display: flex;
}
@media screen and (max-width: 575px) {
  body .quote-footer .middle-float-navigation .nav-wrap a span, body .quote-footer .middle-float-navigation .nav-wrap button span {
    display: none;
  }
}
body .quote-footer .middle-float-navigation .nav-wrap a svg, body .quote-footer .middle-float-navigation .nav-wrap button svg {
  width: 18px;
  height: 18px;
}
body .quote-footer .middle-float-navigation .nav-wrap a svg.chevron-left, body .quote-footer .middle-float-navigation .nav-wrap button svg.chevron-left {
  transform: rotate(180deg);
}
body .quote-footer .middle-float-navigation .nav-wrap a:first-of-type svg, body .quote-footer .middle-float-navigation .nav-wrap button:first-of-type svg {
  margin-right: 15px;
}
body .quote-footer .middle-float-navigation .nav-wrap a:last-of-type, body .quote-footer .middle-float-navigation .nav-wrap button:last-of-type {
  margin-left: 15px;
}
body .quote-footer .middle-float-navigation .nav-wrap a.print-view, body .quote-footer .middle-float-navigation .nav-wrap button.print-view {
  height: 56px;
  width: 56px;
  padding: 0px;
}
body .quote-footer .middle-float-navigation .nav-wrap a.print-view svg, body .quote-footer .middle-float-navigation .nav-wrap button.print-view svg {
  width: 25px;
  height: 25px;
  margin: 0px;
}
body .quote-footer .middle-float-navigation .nav-wrap a.print-view span, body .quote-footer .middle-float-navigation .nav-wrap button.print-view span {
  display: none;
}
body .quote-footer .middle-float-navigation .nav-wrap a.next-section, body .quote-footer .middle-float-navigation .nav-wrap button.next-section {
  flex-direction: row-reverse;
}
body .quote-footer .middle-float-navigation .nav-wrap a.next-section span, body .quote-footer .middle-float-navigation .nav-wrap button.next-section span {
  margin-left: 15px;
}
body .quote-footer .middle-float-navigation .nav-wrap a:hover, body .quote-footer .middle-float-navigation .nav-wrap button:hover {
  background: #5f36ed !important;
  border: 3px solid transparent;
  border-color: #393740 !important;
  color: #FFF !important;
  cursor: pointer;
}
body .quote-footer .middle-float-navigation .nav-wrap a:hover svg, body .quote-footer .middle-float-navigation .nav-wrap button:hover svg {
  fill: #FFF;
}
body .quote-footer .right-navigation {
  display: flex;
  white-space: nowrap;
  float: right;
}
body .quote-footer .right-navigation .open-toc {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  padding: 0px;
  cursor: pointer;
}
body .quote-footer .right-navigation .open-toc:focus svg, body .quote-footer .right-navigation .open-toc:focus-within svg, body .quote-footer .right-navigation .open-toc:hover svg {
  fill: #5f36ed !important;
}
body .quote-footer .right-navigation span {
  font-size: 16px;
  margin: 0px;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  body .quote-footer .right-navigation span {
    font-size: 14px;
  }
}
body .quote-footer .right-navigation svg {
  width: 30px;
  height: 30px;
  margin-left: 20px;
  fill: #393740 !important;
}
body.print-view main.site-main article .printable-pages .page {
  border-radius: 0px;
}
/* Side Navigation */
body.admin-bar .quote-block-navigation {
  height: calc(100vh - 192px);
}
body.quoteaccepted .quote-block-navigation ul li a.AcceptTerms:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2312A012;%7D%0A%3C/style%3E%3Cpath class='st0' d='M12,6.5c0,0,2.1-4,3.5-6.5L24,8.5c-2.6,1.3-6.6,3.5-6.6,3.5L12,6.5z M3.5,13c0,0-1.3,5.3-3.5,8.6l0.8,0.8l4-4 c0.3-0.3,0.6-0.8,0.6-1.3c0-0.3,0.2-0.5,0.4-0.7c0.5-0.5,1.3-0.5,1.8,0s0.5,1.3,0,1.8c-0.2,0.2-0.5,0.3-0.7,0.4 c-0.5,0.1-0.9,0.3-1.3,0.6l-4,4L2.4,24c3.3-2.1,8.6-3.5,8.6-3.5l4.3-7.8l-4-4L3.5,13z'/%3E%3C/svg%3E%0A");
  border-color: #00a029;
}
.quote-block-navigation {
  position: fixed;
  right: 10px;
  top: 0px;
  height: calc(100vh - 160px);
}
@media screen and (max-width: 575px) {
  .quote-block-navigation {
    display: none;
  }
}
.quote-block-navigation ul {
  position: relative;
  height: 100%;
  margin: 0px;
  list-style: none;
  padding: 60px 40px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-height: 700px) {
  .quote-block-navigation ul {
    padding: 20px 40px 30px;
  }
}
.quote-block-navigation ul li {
  position: relative;
}
.quote-block-navigation ul li:last-of-type a:after {
  top: 6px;
}
.quote-block-navigation ul li a .hover {
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  top: -18px;
  right: 22px;
}
.quote-block-navigation ul li a .hover span {
  background: #FFF;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid #b2b2b2;
  transition: 0.3s ease all;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  top: 0px;
  position: relative;
  white-space: nowrap;
  color: #5f36ed !important;
  transition: 0.3s ease all;
  opacity: 0;
  width: 0px;
  padding: 0px;
  margin: 0px;
}
.quote-block-navigation ul li a .dot {
  width: 50px;
  height: 50px;
  position: absolute;
  right: -13px;
  background: #FFF;
  z-index: 1;
  border-radius: 50%;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid #b2b2b2;
  top: -18px;
  transition: 0.3s ease all;
  opacity: 0;
}
@media screen and (max-width: 575px) {
  .quote-block-navigation ul li a .dot {
    width: 30px;
    height: 30px;
    top: -8px;
    right: -3px;
  }
}
.quote-block-navigation ul li a .dot:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  background: #5f36ed !important;
  top: 14px;
  left: 14px;
  border: 1px solid #393740 !important;
}
@media screen and (max-width: 575px) {
  .quote-block-navigation ul li a .dot:before {
    width: 15px;
    height: 15px;
    top: 7px;
    left: 7px;
  }
}
.quote-block-navigation ul li a:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 60px;
  background: #c6c5ca;
  position: absolute;
  right: 4px;
  top: 0px;
}
.quote-block-navigation ul li a:hover .hover {
  padding-right: 20px;
  position: absolute;
}
.quote-block-navigation ul li a:hover .hover span {
  opacity: 1;
  padding: 0px 30px;
  width: auto;
}
.quote-block-navigation ul li a:hover .dot {
  opacity: 1;
}
@media screen and (max-width: 575px) {
  .quote-block-navigation ul li a.EstimatedCosts .dot {
    width: 50px;
    height: 50px;
    right: -15px;
    top: -19px;
  }
}
@media screen and (max-width: 575px) {
  .quote-block-navigation ul li a.EstimatedCosts .dot:before {
    top: 14px;
    left: 14px;
    width: 20px;
    height: 20px;
  }
}
.quote-block-navigation ul li a.EstimatedCosts:before {
  content: "$";
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  background: #FFF;
  border: 3px solid #c6c5ca;
  right: -9px;
  top: -15px;
  z-index: 1;
  text-indent: 11px;
  font-size: 25px;
  color: #afafaf;
  line-height: 1.4;
}
@media screen and (max-width: 575px) {
  .quote-block-navigation ul li a.AcceptTerms .dot {
    width: 50px;
    height: 50px;
    right: -15px;
    top: -19px;
  }
}
@media screen and (max-width: 575px) {
  .quote-block-navigation ul li a.AcceptTerms .dot:before {
    top: 14px;
    left: 14px;
    width: 20px;
    height: 20px;
  }
}
.quote-block-navigation ul li a.AcceptTerms:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  background-color: #FFF;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23AFAFAF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M12,6.5c0,0,2.1-4,3.5-6.5L24,8.5c-2.6,1.3-6.6,3.5-6.6,3.5S12,6.5,12,6.5z M3.5,13c0,0-1.3,5.3-3.5,8.6 l0.8,0.8l4-4c0.3-0.3,0.6-0.8,0.6-1.3c0-0.3,0.2-0.5,0.4-0.7c0.5-0.5,1.3-0.5,1.8,0c0.5,0.5,0.5,1.3,0,1.8c-0.2,0.2-0.5,0.3-0.7,0.4 c-0.5,0.1-0.9,0.3-1.3,0.6l-4,4L2.4,24c3.3-2.1,8.6-3.5,8.6-3.5l4.3-7.8l-4-4C11.3,8.7,3.5,13,3.5,13z'/%3E%3C/svg%3E%0A");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 7px;
  border: 3px solid #c6c5ca;
  right: -9px;
  top: -15px;
  z-index: 1;
  text-indent: 11px;
  font-size: 25px;
  color: #afafaf;
  line-height: 1.4;
}
@media screen and (max-width: 575px) {
  .quote-block-navigation ul li a.TableofContents .dot {
    width: 50px;
    height: 50px;
    right: -15px;
    top: -19px;
  }
}
@media screen and (max-width: 575px) {
  .quote-block-navigation ul li a.TableofContents .dot:before {
    top: 14px;
    left: 14px;
    width: 20px;
    height: 20px;
  }
}
.quote-block-navigation ul li a.TableofContents:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  background-color: #FFF;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23AFAFAF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M21,4c0-0.5-0.4-1-1-1H4C3.4,3,3,3.5,3,4v16c0,0.6,0.5,1,1,1h16c0.5,0,1-0.4,1-1V4z M4.5,4.5h15v15h-15V4.5z M17,15.2c0-0.4-0.3-0.8-0.8-0.8H7.8c-0.4,0-0.8,0.3-0.8,0.8S7.3,16,7.8,16h8.5C16.7,16,17,15.7,17,15.2z M17,12 c0-0.4-0.3-0.8-0.8-0.8H7.8C7.3,11.3,7,11.6,7,12s0.3,0.8,0.8,0.8h8.5C16.7,12.8,17,12.4,17,12z M17,8.8C17,8.3,16.7,8,16.2,8H7.8 C7.3,8,7,8.3,7,8.8s0.3,0.8,0.8,0.8h8.5C16.7,9.5,17,9.2,17,8.8z'/%3E%3C/svg%3E%0A");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 6px;
  border: 3px solid #c6c5ca;
  right: -9px;
  top: -15px;
  z-index: 1;
  text-indent: 11px;
  font-size: 25px;
  color: #afafaf;
  line-height: 1.4;
}
.quote-block-navigation ul:after {
  content: "";
  position: absolute;
  height: calc(100% - 125px);
  background: #c6c5ca;
  width: 3px;
  right: 50px;
}
@media (max-height: 700px) {
  .quote-block-navigation ul:after {
    height: calc(100% - 50px);
  }
}
.quote-block-navigation.too-many-dots ul li a:hover .hover span {
  padding: 0px 15px;
}
.quote-block-navigation.too-many-dots ul li a .hover span {
  height: 36px;
  font-size: 14px;
  top: 5px;
}
.quote-block-navigation.too-many-dots ul li a .dot {
  width: 30px;
  height: 30px;
  right: -4px;
  top: -10px;
}
.quote-block-navigation.too-many-dots ul li a .dot:before {
  width: 14px;
  height: 14px;
  top: 7px;
  left: 7px;
}
.quote-block-navigation.too-many-dots ul li a:after {
  width: 11px;
  height: 11px;
  right: 6px;
}
.quote-block-navigation.too-many-dots ul li a.EstimatedCosts:before {
  text-indent: 7.5px;
  font-size: 18px;
  right: -4px;
  top: -10px;
  width: 30px;
  height: 30px;
}
.quote-block-navigation.too-many-dots ul li a.TableofContents:before, .quote-block-navigation.too-many-dots ul li a.AcceptTerms:before {
  width: 30px;
  height: 30px;
  background-size: 17px;
  background-position: 4px;
  right: -4px;
  top: -10px;
}
/* ~~~~~~~~~~~~~~~~~ */
/* Table of Contents */
/* ~~~~~~~~~~~~~~~~~ */
body.toc-visible #page header.site-header {
  top: -200px !important;
}
body.toc-visible #page .quote-navigation {
  top: -200px;
}
body.toc-visible #page .header-quote-title {
  top: -200px;
}
body.toc-visible .table-of-contents {
  top: -80px;
  transform: skewY(0deg);
}
body.toc-visible .viewtoc-quote {
  display: none !important;
}
.table-of-contents {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  left: 0px;
  z-index: 9999;
  background: #5f36ed !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  top: -200vh;
  transition: 1.1s ease all;
  color: #FFF;
  transform: skewY(5deg);
  padding: 80px 40px;
}
.table-of-contents .top-toc .dc-logo svg {
  width: 300px;
  height: 50px;
}
.table-of-contents .top-toc .toc-close {
  position: absolute;
  right: 100px;
  top: 80px;
  height: 50px;
  width: 50px;
  cursor: pointer;
}
@media (max-width: 700px) {
  .table-of-contents .top-toc .toc-close {
    right: 40px;
  }
}
.table-of-contents .top-toc .toc-close:before, .table-of-contents .top-toc .toc-close:after {
  content: "";
  transition: 0.3s ease all;
  rotate: 45deg;
  width: 60px;
  height: 4px;
  background: #FFF;
  position: absolute;
  top: 23px;
  right: -5px;
}
.table-of-contents .top-toc .toc-close:after {
  rotate: -45deg;
}
.table-of-contents .top-toc .toc-close:focus:before, .table-of-contents .top-toc .toc-close:focus:after, .table-of-contents .top-toc .toc-close:focus-within:before, .table-of-contents .top-toc .toc-close:focus-within:after, .table-of-contents .top-toc .toc-close:hover:before, .table-of-contents .top-toc .toc-close:hover:after {
  rotate: 0deg;
}
.table-of-contents .quote-toc-wrap {
  width: 100%;
  max-width: 50%;
  position: relative;
  top: 0px;
  opacity: 1;
  transition: 0.3s ease all;
  max-height: 50vh;
  overflow: auto;
  padding-right: 30px;
  scrollbar-color: var(--scroll-thumb-color, grey) var(--scroll-track, transparent);
  scrollbar-width: thin;
  --scroll-size: 15px;
  --scroll-radius: 20px;
  --scroll-track: rgb(255 255 255 / 10%);
  --scroll-thumb: linear-gradient(45deg, #FFF, #FFF);
}
@media (max-width: 992px) {
  .table-of-contents .quote-toc-wrap {
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  .table-of-contents .quote-toc-wrap {
    max-width: 80%;
  }
}
@media (max-width: 575px) {
  .table-of-contents .quote-toc-wrap {
    max-width: 95%;
  }
}
.table-of-contents .quote-toc-wrap::-webkit-scrollbar {
  width: var(--scroll-size, 10px);
  height: var(--scroll-size, 10px);
}
.table-of-contents .quote-toc-wrap::-webkit-scrollbar-track {
  background-color: var(--scroll-track, transparent);
  border-radius: var(--scroll-track-radius, var(--scroll-radius));
}
.table-of-contents .quote-toc-wrap::-webkit-scrollbar-thumb {
  background-color: var(--scroll-thumb-color, grey);
  background-image: var(--scroll-thumb, none);
  border-radius: var(--scroll-thumb-radius, var(--scroll-radius));
}
.table-of-contents .quote-toc-wrap ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.table-of-contents .quote-toc-wrap ul li {
  flex: 1 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding-right: 0px;
}
.table-of-contents .quote-toc-wrap ul li a {
  color: #FFF;
  font-size: 20px;
  text-align: left;
  font-weight: 800;
  text-shadow: 0px 10px 80px rgba(0, 0, 0, 0.3), 0px 4px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  padding-bottom: 15px;
  border-bottom: 6px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s ease all;
  width: 100%;
  position: relative;
}
.table-of-contents .quote-toc-wrap ul li a span {
  display: inline-block;
  width: 100%;
}
.table-of-contents .quote-toc-wrap ul li a .line {
  width: 0%;
  height: 6px;
  background: #FFF;
  transition: 0.8s ease all;
  position: absolute;
  bottom: -6px;
  left: 0px;
}
.table-of-contents .quote-toc-wrap ul li a .number {
  position: absolute;
  right: 0px;
  top: -10px;
  font-weight: 300;
}
.table-of-contents .quote-toc-wrap ul li a:hover .line, .table-of-contents .quote-toc-wrap ul li a:focus .line, .table-of-contents .quote-toc-wrap ul li a:focus-within .line {
  width: 100%;
}
.table-of-contents .bottom-toc {
  text-align: center;
  position: absolute;
  bottom: 40px;
  display: flex;
  flex-direction: column;
}
.table-of-contents .bottom-toc .viewtoc-quote, .table-of-contents .bottom-toc .discuss-quote {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  background: transparent;
  border: none;
  color: #FFF;
  cursor: pointer;
}
.table-of-contents .bottom-toc .viewtoc-quote span, .table-of-contents .bottom-toc .discuss-quote span {
  margin-right: 20px;
}
.table-of-contents .bottom-toc .viewtoc-quote span svg, .table-of-contents .bottom-toc .discuss-quote span svg {
  width: 40px;
  height: 40px;
  fill: #FFF;
}
.table-of-contents .bottom-toc .copyright-quote {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-top: 30px;
}
.table-of-contents .quote-author-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 420px;
  bottom: -500vh;
  opacity: 0;
  transition: 0.3s ease all;
  position: relative;
  height: 0px;
}
.table-of-contents .quote-author-contact .author-photo__wrap {
  position: relative;
  overflow: hidden;
  border: 6px solid;
  border-radius: 50px;
  padding: 10px 10px 5px;
  max-width: 180px;
}
.table-of-contents .quote-author-contact .author-photo__wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 40px;
}
.table-of-contents .quote-author-contact .author-photo__wrap:hover .shine {
  display: block;
}
.table-of-contents .quote-author-contact .author-details {
  width: 100%;
}
.table-of-contents .quote-author-contact .author-details .author-mail, .table-of-contents .quote-author-contact .author-details .author-phone {
  text-decoration: none;
}
.table-of-contents .quote-author-contact .author-details .author-mail svg, .table-of-contents .quote-author-contact .author-details .author-phone svg {
  height: 40px;
  width: 40px;
  fill: #FFF;
  position: relative;
  top: 11px;
}
.table-of-contents .quote-author-contact .author-details .author-mail span, .table-of-contents .quote-author-contact .author-details .author-phone span {
  margin-left: 15px;
}
.table-of-contents .quote-author-contact .author-details .author-mail:focus span, .table-of-contents .quote-author-contact .author-details .author-mail:focus-within span, .table-of-contents .quote-author-contact .author-details .author-mail:hover span, .table-of-contents .quote-author-contact .author-details .author-phone:focus span, .table-of-contents .quote-author-contact .author-details .author-phone:focus-within span, .table-of-contents .quote-author-contact .author-details .author-phone:hover span {
  text-decoration: underline;
}
.table-of-contents .quote-author-contact .author-details h2 {
  font-size: 22px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
  margin-bottom: 6px;
}
.table-of-contents .quote-author-contact .author-details h2 span {
  text-transform: capitalize;
}
.table-of-contents .quote-author-contact .author-details a {
  display: block;
  color: #FFF;
  text-decoration: none;
  letter-spacing: 1px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  margin-bottom: 6px;
  font-weight: 300;
  font-size: 22px;
}
.table-of-contents .quote-author-contact .author-details a:last-of-type {
  border-bottom: none;
}
.table-of-contents .quote-author-contact .author-details a span {
  font-weight: 300;
}
.table-of-contents .quote-author-contact .author-contact {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.table-of-contents .quote-author-contact .author-contact form textarea {
  border: none;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2), inset 0px -3px 0px rgba(0, 0, 0, 0.2);
  height: 100px;
}
.table-of-contents .quote-author-contact .author-contact form .submit-wrap {
  position: relative;
  right: 0px;
  border: 1px solid #c1c1c1;
  background: #FFF;
  border-radius: 60px;
  padding: 10px 20px;
  bottom: 0px;
  display: inline-flex;
  align-items: center;
  transition: 0.3s ease all;
}
.table-of-contents .quote-author-contact .author-contact form .submit-wrap span {
  display: flex;
  transition: 0.3s ease all;
}
.table-of-contents .quote-author-contact .author-contact form .submit-wrap span svg {
  fill: #393740 !important;
  width: 25px;
  height: 25px;
  transition: 0.3s ease all;
}
.table-of-contents .quote-author-contact .author-contact form .submit-wrap input {
  background: transparent;
  border: none;
  text-transform: capitalize;
  transition: 0.3s ease all;
  cursor: pointer;
}
.table-of-contents .quote-author-contact .author-contact form .submit-wrap:hover, .table-of-contents .quote-author-contact .author-contact form .submit-wrap:focus, .table-of-contents .quote-author-contact .author-contact form .submit-wrap:focus-within {
  background: #5f36ed !important;
  border-color: #393740 !important;
  color: #FFF;
}
.table-of-contents .quote-author-contact .author-contact form .submit-wrap:hover span svg, .table-of-contents .quote-author-contact .author-contact form .submit-wrap:focus span svg, .table-of-contents .quote-author-contact .author-contact form .submit-wrap:focus-within span svg {
  fill: #FFF !important;
}
.table-of-contents .quote-author-contact .author-contact form .submit-wrap:hover input, .table-of-contents .quote-author-contact .author-contact form .submit-wrap:focus input, .table-of-contents .quote-author-contact .author-contact form .submit-wrap:focus-within input {
  color: #FFF;
}
body.discuss-quote.toc-visible .table-of-contents .quote-toc-wrap {
  top: -100vh;
  opacity: 0;
}
body.discuss-quote.toc-visible .table-of-contents .quote-author-contact {
  bottom: calc(140px + 10%);
  opacity: 1;
  height: auto;
}
body.discuss-quote.toc-visible .viewtoc-quote {
  display: flex !important;
}
body.discuss-quote.toc-visible .discuss-quote {
  display: none !important;
}
.has-scroll-smooth .quote-login {
  height: calc(100vh - 80px);
  overflow: auto;
  margin-top: 80px;
  scrollbar-color: var(--scroll-thumb-color, grey) var(--scroll-track, transparent);
  scrollbar-width: thin;
  --scroll-size: 15px;
  --scroll-radius: 20px;
  --scroll-track: rgb(255 255 255 / 30%);
  --scroll-thumb: linear-gradient(45deg, #5F36ED, #5F36ED);
}
@media (max-width: 575px) {
  .has-scroll-smooth .quote-login {
    height: calc(100vh - 65px);
    margin-top: 65px;
  }
}
.has-scroll-smooth .quote-login::-webkit-scrollbar {
  width: var(--scroll-size, 10px);
  height: var(--scroll-size, 10px);
}
.has-scroll-smooth .quote-login::-webkit-scrollbar-track {
  background-color: var(--scroll-track, transparent);
  border-radius: var(--scroll-track-radius, var(--scroll-radius));
}
.has-scroll-smooth .quote-login::-webkit-scrollbar-thumb {
  background-color: var(--scroll-thumb-color, grey);
  background-image: var(--scroll-thumb, none);
  border-radius: var(--scroll-thumb-radius, var(--scroll-radius));
}
.has-scroll-smooth .quote-login #page .post-navigation {
  display: none;
}
/* Login Page */
.login-page {
  height: calc(100vh - 80px);
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  flex-direction: column;
  max-width: 600px;
  margin: 50px auto 50px;
  text-align: left;
}
@media (max-width: 768px) {
  .login-page {
    max-width: 480px;
  }
}
@media (max-width: 515px) {
  .login-page {
    max-width: 382px;
  }
}
.login-page > h1 {
  font-size: 3.25rem;
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: 800;
}
@media (max-width: 768px) {
  .login-page > h1 {
    font-size: 2.16667rem;
  }
}
.login-page > h2 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .login-page > h2 {
    font-size: 1rem;
  }
}
.login-page > p {
  color: #999;
  font-weight: 300;
  text-shadow: 0px 1px 0px white;
  text-align: center;
}
.login-page > p strong {
  font-weight: 800;
}
.login-page form {
  background: #FFF;
  padding: 50px;
  border-radius: 15px;
  position: relative;
  width: 100%;
}
.login-page form .field-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.login-page form .field-wrap span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 700;
}
.login-page form input[type="password"], .login-page form input[type="text"] {
  width: 100%;
  border: none;
  background-color: #f2f2f2;
  color: #1a1a1a;
  font-size: 1.125rem;
  font-family: inherit;
  padding: 0.9rem 0.8rem 0.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  border-radius: 0px;
}
.login-page form input[type="submit"] {
  position: relative;
  bottom: 0px;
  right: 0px;
  background: #5F36ED;
  border-radius: 60px;
  font-size: 18px;
  font-weight: 600;
  margin-right: 0px;
  transition: 0.3s ease all;
  padding: 0px 30px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
}
.login-page form input[type="submit"]:hover, .login-page form input[type="submit"]:focus, .login-page form input[type="submit"]:focus-within {
  opacity: 0.9;
}
/* Loco Custom Scrollbar */
html body.toc-visible .c-scrollbar {
  display: none !important;
}
html body.admin-bar .c-scrollbar {
  top: 112px;
  height: calc(100vh - 192px);
}
@media screen and (max-width: 782px) {
  html body.admin-bar .c-scrollbar {
    top: 126px;
    height: calc(100vh - 206px);
  }
}
@media screen and (max-width: 575px) {
  html body.admin-bar .c-scrollbar {
    top: 110px;
    height: calc(100vh - 191px);
  }
}
html body .c-scrollbar {
  top: 80px;
  width: 20px;
  background: #FFF;
  border-left: 1px solid #aeaeae;
  box-shadow: inset 0px 2px 9px rgba(0, 0, 0, 0.14), inset 0px 10px 4px rgba(0, 0, 0, 0.03);
  height: calc(100vh - 160px);
}
@media screen and (max-width: 575px) {
  html body .c-scrollbar {
    height: calc(100vh - 145px);
    top: 65px;
  }
}
html body .c-scrollbar_thumb {
  width: calc(100% - 8px);
  right: 2px;
  border-radius: 10px;
  background: #5f36ed;
  opacity: 1;
}
/* Locomotive Styles */
[data-scroll-container] {
  transform-style: preserve-3d;
  will-change: transform;
}
html.has-scroll-smooth {
  overflow: hidden;
}
html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.has-scroll-smooth body {
  overflow: hidden;
  height: 100vh;
}
.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}
.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.c-scrollbar:hover {
  transform: scaleX(1.45);
}
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}
.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* Animations */
.shine {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine 0.75s linear 1;
}
@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }
  50% {
    left: 25%;
    opacity: 0.5;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
.print-video-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  opacity: 0;
}
.print-video-overlay video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.show-video-overlay .print-video-overlay {
  opacity: 1;
  z-index: 1000000000000000000000;
}
.terms-wrap {
  max-height: 250px;
  border: 1px solid #B7B7B7;
  overflow: auto;
  padding: 10px 30px;
}
.signature-pad {
  padding: 10px 50px !important;
  width: 300px !important;
  height: 170px !important;
  background: transparent !important;
}
.signature-pad .signature-pad-img {
  position: absolute;
  top: 20px !important;
  left: 50px !important;
  width: calc(100% - 100px) !important;
  height: calc(100% - 40px) !important;
  border: none;
}
html.celebration-confirmation {
  background-color: #333;
}
html.celebration-confirmation body {
  overflow-x: hidden;
  width: 100%;
  height: 120vh;
  display: flex;
  align-items: center;
  line-height: 1.7;
  color: #fff;
  background-color: #333;
  padding-top: 0px;
  margin-top: -10vh;
}
html.celebration-confirmation body #wpadminbar, html.celebration-confirmation body footer, html.celebration-confirmation body header {
  display: none !important;
}
html.celebration-confirmation body .skew-wrap {
  transform: skewY(-5deg);
}
html.celebration-confirmation body .skew-wrap a {
  display: inline-block;
  border: 3px solid #FFF;
  font-weight: 700;
  padding: 0.8rem 1rem;
  border-radius: 2rem;
  line-height: 1.1;
  margin-top: 20px;
  color: #FFF;
  text-decoration: none;
  transition: 0.3s ease all;
}
html.celebration-confirmation body .skew-wrap a:hover, html.celebration-confirmation body .skew-wrap a:focus-within {
  background: #5F36ED;
  border-color: #5F36ED;
}
html.celebration-confirmation .dc-logo {
  position: fixed;
  top: 40px;
  left: 15px;
  width: 200px;
  z-index: 999999999999999;
  padding-top: 5.75rem;
  padding-left: 0.9375rem;
  margin-left: 20px;
}
html.celebration-confirmation .container {
  padding: 30px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  z-index: 9999999999;
  position: relative;
}
html.celebration-confirmation .container .col {
  max-width: 600px;
  margin: 0;
  transform: skewY(4deg);
}
html.celebration-confirmation .container .col h1 {
  font-size: 90px;
  margin: 0;
  margin-bottom: 40px;
  line-height: 1;
}
html.celebration-confirmation .container .col h1 span {
  position: relative;
}
html.celebration-confirmation .container .col h1 span::after {
  content: "";
  transition: 0.3s ease all;
  position: absolute;
  bottom: -1.2rem;
  left: -0.5rem;
  right: -0.5rem;
  height: 1.75rem;
  z-index: -1;
  width: 0%;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 260 15.6' style='enable-background:new 0 0 260 15.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%235F36ED;%7D%0A%3C/style%3E%3Cpath class='st0' d='M206.8,7.3l-0.1,0.3C206.8,7.4,206.9,7.3,206.8,7.3z M234.7,10h-0.1C234.4,10.4,234.5,10.3,234.7,10z M54.8,4.2 l-0.6-0.4C54.4,4.2,54.6,4.3,54.8,4.2z M34.5,9.6l0.1,0.3C34.6,9.7,34.6,9.6,34.5,9.6z M22.4,10.8c-0.3-0.1-0.7-0.1-1-0.1 C21.6,10.8,22.1,10.8,22.4,10.8z M17.5,5c-0.1,0.1-0.2,0.1-0.4,0.2C17.3,5.1,17.4,5,17.5,5z M52.7,9.8l0.5,0.9 C53.1,10.4,52.9,10.1,52.7,9.8z M19.5,11.6c-0.2-0.2-0.4-0.2-0.6-0.3C18.9,11.5,19.2,11.6,19.5,11.6z M120.9,11.4 c-0.1,0.1-0.2,0.2-0.2,0.3C121,11.6,121,11.5,120.9,11.4z M80.9,10.4L80.9,10.4c-0.1,0,0,0.1,0.1,0.1L80.9,10.4z M92.6,10.4 l-0.2,0.2C92.6,10.5,92.6,10.5,92.6,10.4z M72.1,11.3c-0.1,0.1-0.3,0.2-0.4,0.3L72.1,11.3z'/%3E%3Cpath class='st0' d='M260,6c-1-0.6-4.7-1.2-5.8,0.3c-0.2-0.1,0.1-0.3,0.2-0.4c-0.9,0.2-2.2,0.1-3.6,0s-2.9-0.2-4.2,0 c-1,1.5-3.9-0.6-4.8,1.4l0.5-0.4c0.9,0.5-1.2,1.4-1.5,1.9c-0.8-1.2-0.1-1-1-2l1.1,0.4l-0.3-1c-3.1,2.8-6.2-0.9-8.2,1.1 c0.1-0.1,0.1-0.3,0.2-0.4c-1.4-0.5-2.3,0.8-3.3,1.2c-0.1-0.5,0.6-0.9,1.1-1.3c-2.4-0.3-6.4,1.2-9,0.4c-0.9,0.7,0.4,0.9-0.6,1.5 c-0.8-0.2-1.4-0.7-0.4-1.1c-2.3-1.2-7.6,1-11.1-0.2c-1.8,0.8-0.7,1.1-3.5,1.6c0.7-0.5-0.7-1.7,1-1.7l0.2-0.5 c-2.8-0.1-6.6-0.3-8.1,1.2c-0.1-1.1-0.5-0.2-1.6-0.8c-0.4,0.1,0,0.2,0.2,0.2c-1,0.9-1.6-0.1-2.3,0.1l0.3-0.2l-2,0.7 c-0.3-0.2-0.8-0.4-0.9-0.7v0.8c-1.1,0-0.5-1-1.9-0.8l0.3,0.6c-0.9-0.4-2.2,0.4-2.4-0.5c0-0.2,0.1-0.1,0.4-0.1 c-1.3-1.2-3.5,0.3-5.1-0.3l0.4,1.3c-1.6,0.4-1-0.3-0.9-0.7c-1.1,0-1.3-0.4-2.7-0.6c-0.7,0.3-0.4,0.5-0.6,0.8l-1.5-0.4l1-0.7 c-2.3,1.8-5.6-0.4-7.2,1.2c-0.8-0.4,0.8-0.7,0.3-1c-2.6-0.9-6,1-8.2,0c-3.6-1-7.8-0.4-11.8-1.1l0.1,0.3l-2.9-0.4 c-0.8,0.7-2.7,0.3-4,1.1c0.1-0.3-0.1-0.7,0.2-0.9c-1.2,0.1-2.6,0.4-3.3-0.1l0.4-0.3c-2.7-0.3-6.4-0.5-7.9,0.1c-0.9,0-0.9-0.6-1.1-1 c-1.6-0.1-2.6,0.2-3.9,0.7c-0.3-0.2-0.7-0.3-1-0.6l-0.6,0.8c-0.6-0.1-0.1-0.7-0.6-0.9c-2.5,0.9-5.3-0.1-7-0.1l0.2,0.4 c-0.7,0.3-2.1-0.3-1.2-0.7c-3.4-0.6-5.1,1.2-9.6,0.8c-0.6-1.5-4.1,0.3-4.8-1.4c-1.9,0.4-3.2-0.3-4.5,0.6c0-0.2-0.2-0.2,0.1-0.3 C100.5,3.3,98,3.7,96,4.1l-0.1-0.5c-0.9,1.2-4.2,0.9-4.9,2c-0.2-0.2,0.4-0.5,0.7-0.7c-1-1.1-1.8,0.5-3.1,0.2c0.1-0.3-0.3-0.6,0-0.8 C84.2,3.1,78,5,72.3,4.2c-1.6,0,0.6,1.2-1.5,1.1c-0.6-0.6,1-1.1-0.3-1.4c-0.9,0.7-1.3,0.5-2.6,0.5c0.2-0.4,0-0.6,0.9-0.9 c-0.7-0.5-3.1,0.9-4.5,0c0.1,0.3-0.2,0.5-0.5,0.7c-2.1,1-4.9-0.9-5.1-0.4c0,0-0.7,0.2-0.1,0.3c-0.8,0-1.9-0.2-1.7-0.7 c-0.4,0.3-0.8,0.8-1.4,0.8l0.3-0.6c-0.4,0.1-0.8,0.5-1.1,0.6l0.6,0.4c-0.9-0.5-2.6,0.8-2.6-0.4H53l-1.7-0.5c-0.7,0.5-1.3,1-2.5,0.9 c-0.5-1.3-2.9-0.2-4.3-0.3l0.1-0.4c-1.1,0.6-4,0.4-3.5,0.6c-1.1,0-2.6-0.2-2-0.6C38.3,4,36.4,4,35.9,4.8l-1.8-1 c-1,1.6-3.6-0.5-3.6,1.2c-1-0.2-0.8-0.6-1.5-0.9c-1.4,0.9-2.8,0.8-4.2,0.7V4.6c-1.4-0.1-3.1,0.8-5.1,1l-0.5-1.2 c-1,0.2-1.3,1.2-2.3,1c-0.2-0.2,0-0.3,0.2-0.3c-1,0.3-2.3,0.1-3.1-0.2c-1.5,1-2.7,0.7-3.9,1.8c-1.3-1,1.7-0.6,0.6-1.6 C8.5,4.7,6.3,5.5,4,6.2C3.8,6,4,5.8,4.1,5.5c0,0-1.2,0.9-2.2,1.8c-1,1-1.9,2.1-1.4,2.7c-0.5,0.9-1.2,1.4,0.9,2 c0.6-0.5,2.5-1.3,2.9-0.4l0.1-0.9C7,10.1,4.8,12.5,8,12.3L7.3,12c0.6-0.1,1.1-0.7,1.8-0.5c0.2,0.2-0.2,0.4-0.5,0.6 c0.9-0.5,1.7-0.9,2.6-1.4c0.1,0.5,0.1,0.8-0.4,1.2c2.5-0.2-0.6-1.6,2.4-1.4c0.6,0.4-0.2,0.6-0.5,0.9c1.4,0.7,2.3-0.1,3.8-0.6 c0.1,0.8-0.9,0.7,0.3,1.2c-0.3-0.4-0.5-1.1,0.5-1.2c-0.4,0.8,0.7,0.4,1.6,0.5c-0.2-0.3-0.1-0.6,0.2-0.8c0.4-0.1,0.8,0.1,1.4,0.1 l-1.1-0.7c1.5-0.8,2.4,0.3,3.6,0.6c-0.1,0.1-0.3,0.3-0.5,0.3c1.2,0.3,2.5,0.9,4.1,0.1L26.3,11c2.9-0.9-1-1.3,2.4-2.2 c1.1,0.1-0.4,2.6,2.1,1.6c-1.3-0.6,1.6-1.7,3.1-2L32.4,10c0.6,0,1.6-0.5,2-0.3l-0.1-0.3c-0.2-1.3,1.9,0.1,3-0.7 c-1.3,1.8-1.4,1.5-1.6,3.2c1-1,2.2-1.9,4.1-1.8l-1.5,1.4c2.5,0.2,5.5-1.9,7.6-3c-0.5,1,0.3,1.4-0.6,2.2l2.4-0.3L47,11.5 c1-1.2,2.1-0.4,1.9-1.9c-0.3,0.2-0.2,0.4-0.7,0.3c0.1-0.4,0.5-1.4,1.7-1.3c0.9,0.3-0.5,0.6-0.2,1c0.8-0.6,0.9,0.3,1.7-0.1l-0.8-0.6 C51.2,8,52,8.8,52.8,8.4c-1,0.4-0.7,0.9-0.3,1.4l-0.1-0.1c0.8-0.1,1.6-0.7,2-0.2l-0.5,1.2l0.9-0.9c0.3,0.1,0.6,0.6,0,0.8 c2.8,0.7-0.1-2.5,3.6-1.5c0,0.5-0.4,0.8-1.4,0.5c-0.2,0.7,0.1,1.1,1.1,1.4v0.1c1.9,0,4.4,0,5.6-0.8c0.4,0.3,0,0.6-0.4,0.9 c2.1,0.4,2.8-0.7,5,0.1l-1-0.4c1.4-0.6,4-0.8,5.3,0.1l-0.4,0.3c1.3-0.7,3.5,0.6,4,0c-0.6-0.4,0-0.6-0.8-1l3.4-0.7l0.2,1.2l1.8-0.4 c-0.4-0.5,2.4,0.4,2.5-0.7c1,0.4-0.4,0.9-0.8,1.4c1-0.3,1.1,0.2,2.1-0.5l1,1.1l2.6-0.7c-0.1,0.1,0,0.2-0.1,0.3 c1.2-0.9,3.1,0.6,4.6-0.9c-0.1,0.1-0.1,0.1-0.1,0.2c0.9-0.8,2.9-0.2,3.7,0c1.4-0.2,0.6-1,0.6-1.4c3.9,0.4,2.7,0.3,6-0.9 c2,1.4-2.4,2.1,0.1,3c0.4-0.6,2.1-1.1,4.1-1.3c1.8,0.5,4.8,0.9,6.5,1.9l-0.2-0.9l2.6-0.4l-1.5,1.2c0.4-0.3,1.7-0.8,2.6-1.2 c2.7-0.7,1.4,1.9,3.5,0.7c0.1,0.1,0.1,0.2,0.2,0.3c0.7-0.6,2.4-0.3,4.4-0.5l-0.7,1.1l-1.3-0.3c0.7,1.1,2.1-0.1,3.4,0 c1.3-0.3,0.7-1.3,1.4-1.6c0.5,0.1,1.2-0.2,1.6,0.1c1.1,0.4,0.1,1.3-0.3,1.8c1-1.1,1.4-0.9,3.6-1.3c0.1,0.5-0.1,0.8-0.4,0.9 c0.5-0.1,0.9-0.3,1.2-0.8l0.7,0.7c2.5,1,2.6-2,5.6-1.5c-0.8,0.6,2.6,0,3.5,0.7c-1.1,0.1,0.4,1.6-0.2,2.3c2.4,0.5,1-1.3,3-1.4 l-0.9,1.3c1.9-0.5,0.5-0.7,2.4-1.1c-0.5,0.4,0.8,0.4-0.3,0.8c2.5,0.2,1.9,0.1,4.1,0.3l0.2-1.3c0.7-0.1,1,0.5,1.2,0.7 c-0.3,0-0.8-0.1-0.7,0.1c0.8,1.2,1.4-0.6,2.4,0.5c-0.2-0.4-0.5-1,0.4-1.1c-0.3,0.8,1.4,0.8,1.4,1.2c-0.6-0.6,2-0.2,2.1-1 c1,0.7-0.4,0.6-0.4,1.1c0.9-1,3.7,0,4.6-0.6c0,0.1,0.1,0.1,0.1,0.2c1.2-0.6,3-0.7,5.3-1.5l-0.8,0.7c2.2,0.4,1.4-1.5,3.3-1.5 c-0.4,1.1,3.1,0,2.2,1.2c1.1-0.6,2.3-0.8,3.1-1.7c1,0.6-2.1,1.4-0.6,1.8l1.6-0.5l0.3,0.6c0.1-0.4,1.5-0.4,1.4-0.8 c0.2,0.7,0.9,1.2,0.8,1.8c1-0.2,2.4,0.5,3.3-0.1l0.1,0.3c1-1.3,3.1-0.2,3.6-1.5l0.6,0.7c1.5-0.1,1.3-1.5,2-1.8c0.6,0,1.4-0.2,2,0 c-2,0.8,1,1.1,1.4,1.6c0.8,0,3.1,0,3.7-0.7c-1,0.7-0.4,1.2-2.1,1.3c0.9,1.3,2.6-0.2,4.5-0.1v0.6c2.7-0.4,2.8-1.5,4-2.5 c0.3,0.8,0.1,1-0.7,1.7c1.8,0.5,4.7-0.1,6.7,0c0.6,0.5,0.2,0.9-0.5,1.1c2.1-0.6,4.7,0.1,6-1.2c-0.5,0.5,0.9,0.3,1.6,0.6 c0-0.3,0.1-0.6,0.2-0.6c1.3-0.6,4.1-1.1,5.6-0.7l-0.5,0.4c1.7,0.1,3-0.5,4.3-0.9s2.6-0.8,4.5-0.4c0.7,0.3-0.7,1.1,0.7,1 c0.7-0.5,0.4-1.5,2.2-1.3l-0.1,0.9l1.2-0.9c-0.7-0.7-2.6-0.4-1.3-1.2c1.6,0.8,1.3-0.9,3.3,0c-0.4,0.1-1,0.8-1.3,1.2 c2,0.4,3.4,0.1,4.8-0.1c1.4-0.3,2.8-0.6,4.9-0.2c2-0.8,4.6-1.2,5.9-1.9c0,0.9,0,1.7-0.8,2.4c1.8,0,2.4-2.1,3.7-0.9 c0.7-1.3,4.7-1.2,5-3C258,6.8,260,6,260,6z'/%3E%3Cpath class='st0' d='M58.1,11.1c-1,0-1.9,0-2.3,0.2C56,11.5,58.1,11.9,58.1,11.1z M208.2,13.3c-0.1,0-0.3,0.1-0.4,0.1 C207.9,13.4,208.1,13.4,208.2,13.3z M216.3,12.9c-0.1-0.1-0.2-0.2-0.4-0.3C215.9,12.9,216,13.1,216.3,12.9z M178.5,13.7 c0.7-0.4,1-0.7,1-1C179.1,12.8,178.8,13,178.5,13.7z M163,12.6c-0.1,0.1-0.2,0.1-0.3,0.2C163,12.7,163,12.6,163,12.6z M130.2,12 c0.7-0.4,1.6-0.3,2.4-0.5C131.9,11.7,130.7,11.2,130.2,12z M226.1,11.4l-0.7,0.6l0.8-0.4L226.1,11.4z M218.6,12 c-0.3-0.1-1.7,0.3-1.3,0.6C217.7,12.3,218.2,12.1,218.6,12z M189.6,11.4l-0.3,0.6l0.7-0.5L189.6,11.4z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  animation: expanding 0.3s forwards linear;
  animation-iteration-count: 1;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
  transform: rotate(-3deg);
}
html.celebration-confirmation .container .col h2 {
  margin-top: 20px;
  display: inline-block;
}
html.celebration-confirmation .container .col p {
  font-size: 18px;
  font-weight: 200;
  margin: 0;
}
html.celebration-confirmation .marquee-wrap {
  position: absolute;
  top: -60%;
  left: 0px;
}
html.celebration-confirmation .marquee {
  width: 100%;
  position: relative;
  overflow: hidden;
}
html.celebration-confirmation .marquee.left .marqueeContent {
  animation-direction: reverse;
}
html.celebration-confirmation .marquee .marqueeContent {
  display: inline-block;
  animation: Scroll 100s forwards linear infinite;
}
html.celebration-confirmation .marquee .marqueeContent h1 {
  font-size: 280px;
  font-size: 18vw;
  color: #333;
  -webkit-text-stroke: 2px #383838;
  text-transform: uppercase;
  display: inline-block;
  line-height: 0.75;
  min-width: auto;
  font-weight: 800;
  text-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1), 0px 5px 10px rgba(0, 0, 0, 0.1);
  user-select: none;
  margin: 0px;
}
@keyframes Scroll {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes text-scrolling {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}
@keyframes expanding {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.quotes-template-default #page .site-main .quotes .printable-pages .page-outer .page .page-wrap .user-accept .gform_wrapper form .gform_footer .gform_button {
  background: #FFF;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 600;
  border: 3px solid #b2b2b2;
  margin-right: 20px;
  transition: 0.3s ease all;
  padding: 0.8rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #393740 !important;
}
.quotes-template-default #page .site-main .quotes .printable-pages .page-outer .page .page-wrap .user-accept .gform_wrapper form .gform_footer .gform_button:hover {
  color: #FFF !important;
  border: 3px solid transparent !important;
}
.user-accept > p {
  display: none;
}
p + .quote-accepted {
  display: flex;
}
.quote-accepted {
  display: none;
  align-items: center;
  justify-content: center;
}
.quote-accepted .confetti {
  position: absolute;
  animation: grow 1.4s cubic-bezier(0.42, 0, 0.275, 1.155) both;
}
.quote-accepted .confetti:nth-child(1) {
  width: 12px;
  height: 12px;
  left: 12px;
  top: 16px;
}
.quote-accepted .confetti:nth-child(2) {
  width: 18px;
  height: 18px;
  left: 168px;
  top: 84px;
}
.quote-accepted .confetti:nth-child(3) {
  width: 10px;
  height: 10px;
  left: 32px;
  top: 162px;
}
.quote-accepted .confetti:nth-child(4) {
  width: 20px;
  height: 20px;
  left: 82px;
  top: -12px;
}
.quote-accepted .confetti:nth-child(5) {
  width: 14px;
  height: 14px;
  left: 125px;
  top: 162px;
}
.quote-accepted .confetti:nth-child(6) {
  width: 10px;
  height: 10px;
  left: 16px;
  top: 16px;
}
.quote-accepted .confetti:nth-child(1) {
  animation-delay: 0.7s;
}
.quote-accepted .confetti:nth-child(2) {
  animation-delay: 1.4s;
}
.quote-accepted .confetti:nth-child(3) {
  animation-delay: 2.1s;
}
.quote-accepted .confetti:nth-child(4) {
  animation-delay: 2.8s;
}
.quote-accepted .confetti:nth-child(5) {
  animation-delay: 3.5s;
}
.quote-accepted .confetti:nth-child(6) {
  animation-delay: 4.2s;
}
.quote-accepted .checkmark {
  position: relative;
  padding: 30px;
  animation: checkmark 5.6s cubic-bezier(0.42, 0, 0.275, 1.155) both;
}
.quote-accepted .checkmark__check {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  fill: #fff;
}
.quote-accepted .checkmark__back {
  animation: rotate 35s linear both infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes grow {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes checkmark {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  10%, 50%, 90%, 100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* 404 */
.error404 header {
  display: none !important;
}
.error404 .error-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 30px;
}
.error404 .error-404 .text-wrap {
  border: 0.5vw solid #4169e1;
  padding: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .error404 .error-404 .text-wrap {
    border: 6px solid #4169e1;
    padding: 30px;
  }
}
.error404 .error-404 h1 {
  font-size: 15vw;
  margin: 0px;
  line-height: 16vw;
  font-weight: 900;
  position: relative;
}
@media (max-width: 1200px) {
  .error404 .error-404 h1 {
    font-size: 24vw;
    line-height: 26vw;
  }
}
@media (max-width: 768px) {
  .error404 .error-404 h1 {
    font-size: 36vw;
    line-height: 36vw;
  }
}
.error404 .error-404 h1:before {
  content: "404";
  position: absolute;
  top: 0;
  left: 0;
  color: #4169e1;
  width: 0%;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
}
.error404 .error-404 h1:hover:before {
  width: 100%;
}
.error404 .error-404 h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 0px;
}
@media (max-width: 768px) {
  .error404 .error-404 h2 {
    font-size: 26px;
    text-align: center;
  }
}
.error404 .error-404 h3 {
  font-weight: 300;
  font-size: 18px;
}
@media (max-width: 768px) {
  .error404 .error-404 h3 {
    font-size: 16px;
    text-align: center;
  }
}
body {
  /* Admin */
}
body.admin-bar #page header.site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #page header.site-header {
    top: 46px;
  }
}
body #page header.site-header {
  position: fixed;
  width: 100%;
  top: 0px;
  background: #FFF;
  border-bottom: 1px solid #aeaeae;
  box-shadow: 0px 10px 150px rgba(0, 0, 0, 0.2);
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 40px;
  height: 80px;
  transition: 0.3s ease all;
}
@media screen and (max-width: 768px) {
  body #page header.site-header {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 575px) {
  body #page header.site-header {
    height: 65px;
  }
}
body #page header.site-header .logo-wrap svg {
  width: 125px;
  height: 31px;
}
@media screen and (max-width: 575px) {
  body #page header.site-header .logo-wrap svg {
    width: 100px;
    height: 25px;
    top: 3px;
    position: relative;
  }
}
body #page header.site-header .main-navigation {
  width: auto;
}
.website-embed-block {
  margin-bottom: 0px !important;
  box-shadow: none !important;
}
.website-embed-block__wrap {
  height: 100%;
  border: 1px solid #e1e1e1;
}
.website-embed-block__wrap embed {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
}
.presets-block {
  page-break-inside: avoid;
  page-break-after: auto;
}
/* Custom Quote Adjustments
--------------------------------------------- */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* --- Custom Adjustments to Quotes --- */
/* -      Targetted via Page ID      -- */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body {
  /* HSCPOA */
}
body.postid-375 main.site-main article .printable-pages .page .page-wrap .video-wrap .overlay .mask {
  background: royalblue;
  background: linear-gradient(153deg, rgba(65, 105, 225, 0.6) 0%, rgba(0, 39, 158, 0.6) 100%);
}
.page-outer .page.table-of-contents-page .page-wrap .table-of-contents-wrap ol {
  margin-left: 0px;
  padding-left: 0px;
  font-size: 20px;
  list-style: none;
}
.page-outer .page.table-of-contents-page .page-wrap .table-of-contents-wrap ol li {
  padding: 5px 0px;
  position: relative;
}
.page-outer .page.table-of-contents-page .page-wrap .table-of-contents-wrap ol li::marker {
  font-family: "effra", sans-serif;
  font-weight: 300;
  margin-left: 20px;
}
.page-outer .page.table-of-contents-page .page-wrap .table-of-contents-wrap ol li a {
  font-family: "effra", sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
}
.page-outer .page.table-of-contents-page .page-wrap .table-of-contents-wrap ol li a span {
  border-bottom: 3px solid transparent;
  transition: 0.3s ease all;
  padding-bottom: 5px;
}
.page-outer .page.table-of-contents-page .page-wrap .table-of-contents-wrap ol li a .number {
  font-size: 20px;
  position: absolute;
  right: 0px;
  color: #333;
  top: 0px;
  width: 50px;
  height: 50px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-outer .page.table-of-contents-page .page-wrap .table-of-contents-wrap ol li:before {
  content: "";
  height: 6px;
  width: 100%;
  background: #D4D4D4;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.page-outer .page.table-of-contents-page .page-wrap .table-of-contents-wrap ol li:last-of-type:before {
  display: none;
}
.parallax-image {
  position: absolute;
  width: 300px;
  width: calc(((100vw - 1440px) / 2) + 50px);
}
@media (max-width: 1600px) {
  .parallax-image {
    width: calc(((100vw - 1440px) / 2) + 100px);
  }
}
@media (max-width: 1440px) {
  .parallax-image {
    width: initial;
    position: relative;
  }
}
.parallax-image.top_left {
  right: calc(100% - 50px);
  top: 0px;
}
@media (max-width: 1600px) {
  .parallax-image.top_left {
    right: calc(100% - 100px);
  }
}
@media (max-width: 1440px) {
  .parallax-image.top_left {
    right: initial;
    top: initial;
  }
}
.parallax-image.top_right {
  left: calc(100% - 50px);
  top: 0px;
}
@media (max-width: 1600px) {
  .parallax-image.top_right {
    left: calc(100% - 100px);
  }
}
@media (max-width: 1440px) {
  .parallax-image.top_right {
    left: initial;
    top: initial;
  }
}
.parallax-image.bottom_left {
  right: calc(100% - 50px);
  bottom: 0px;
}
@media (max-width: 1600px) {
  .parallax-image.bottom_left {
    right: calc(100% - 100px);
  }
}
@media (max-width: 1440px) {
  .parallax-image.bottom_left {
    right: initial;
    top: initial;
  }
}
.parallax-image.bottom_right {
  left: calc(100% - 50px);
  bottom: 0px;
}
@media (max-width: 1600px) {
  .parallax-image.bottom_right {
    left: calc(100% - 100px);
  }
}
@media (max-width: 1440px) {
  .parallax-image.bottom_right {
    left: initial;
    top: initial;
  }
}
.parallax-image.left_center {
  top: 50%;
  right: calc(100% - 50px);
}
@media (max-width: 1600px) {
  .parallax-image.left_center {
    right: calc(100% - 100px);
  }
}
@media (max-width: 1440px) {
  .parallax-image.left_center {
    right: initial;
    top: initial;
  }
}
.parallax-image.right_center {
  top: 50%;
  left: calc(100% - 50px);
}
@media (max-width: 1600px) {
  .parallax-image.right_center {
    left: calc(100% - 100px);
  }
}
@media (max-width: 1440px) {
  .parallax-image.right_center {
    left: initial;
    top: initial;
  }
}
.parallax-image .image-wrap .image-caption {
  background: #FFF;
  border: 1px solid #c2c2c2;
  padding: 10px;
}
.parallax-image .image-wrap .image-caption p {
  font-size: 12px;
  margin: 0px;
}
.fullwidth-background-image {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 0.4;
  transition: 0.3s ease all;
  z-index: 0;
}
.fullwidth-background-image img {
  width: 100%;
  height: auto;
}
.fullwidth-background-image:hover {
  opacity: 1;
}
.fullwidth-background-image.forefront-visability {
  opacity: 1;
  z-index: 9;
}
.m-scroll {
  position: relative;
  max-width: 100%;
  margin: auto;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
}
.m-scroll__title {
  display: flex;
  max-width: 100vw;
  overflow: hidden;
  white-space: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.m-scroll__title .m-scroll__block span, .m-scroll__title .m-scroll__block-copy span {
  padding: 0 15px;
}
.m-scroll__title .m-scroll__block {
  animation: move-horizontal-normal-text-marquee 20s linear infinite;
}
.m-scroll__title .m-scroll__block-copy {
  animation: move-horizontal-normal-text-marquee-copy 20s linear infinite;
  backface-visibility: hidden;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(100%) translateZ(0);
  will-change: transform;
}
.m-scroll__title span {
  margin: 0;
  font-size: 10vw;
  color: white;
  transition: all 2s ease;
}
/*div:hover {
    animation-play-state: paused;
  }*/
@keyframes scrollText {
  0% {
    transform: translateX(100%) translateZ(0);
  }
  to {
    transform: translateX(0) translateZ(0);
  }
}
@keyframes move-horizontal-normal-text-marquee {
  0% {
    transform: translateX(0) translateZ(0);
  }
  to {
    transform: translateX(-100%) translateZ(0);
  }
}
@keyframes move-horizontal-normal-text-marquee-copy {
  0% {
    transform: translateX(100%) translateZ(0);
  }
  to {
    transform: translateX(0) translateZ(0);
  }
}
.hidden {
  display: none;
}
.gridwrap {
  display: grid;
  max-width: 1300px;
  margin: 0 auto;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  position: relative;
  padding: 12rem 5vw 2rem;
  pointer-events: none;
}
.gridback {
  align-self: center;
  grid-area: 0.25;
  justify-self: center;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  opacity: 0;
}
.grid {
  grid-area: 0.3333333333;
  --gridgap: 3vw;
  --gridwidth: 100%;
  --gridheight: calc(100vh - 9.6875rem);
  display: grid;
  width: var(--gridwidth);
  height: auto;
  grid-template-rows: repeat(10, calc(var(--gridheight) / 10 - var(--gridgap)));
  grid-template-columns: repeat(10, calc(var(--gridwidth) / 10 - var(--gridgap)));
  grid-gap: var(--gridgap);
  align-content: center;
  justify-content: center;
}
.grid__item {
  opacity: 1;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.grid--open .grid__item {
  pointer-events: auto;
}
.grid__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: background 1s cubic-bezier(1, 0, 0, 1);
}
.grid__item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.grid--open .grid__item::after {
  background: rgba(0, 0, 0, 0);
}
.text-media-split-wrap {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 600px;
  border-bottom: 1px solid #e2e2e2;
}
.text-media-split-wrap-rel-bumper {
  position: relative;
  min-height: 500px;
  display: none;
}
.text-media-split-container {
  position: relative;
  width: calc(100% + 260px);
  left: -130px;
  top: -130px;
}
.text-media-split {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-media-split .text {
  flex: 1 0 60%;
  max-width: 60%;
  width: 60%;
  padding-left: 130px;
  padding-right: 100px;
}
.text-media-split .text h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
}
.text-media-split .text h2 {
  font-size: 1.7rem;
  font-weight: 300;
}
.text-media-split .text p {
  color: #666666;
}
.text-media-split .media {
  flex: 1 0 40%;
  max-width: 40%;
  width: 40%;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.text-media-split.media-first {
  flex-direction: row-reverse;
}
.faq-wrap .accordion .accordion-item {
  border-bottom: 1px solid #333;
}
.faq-wrap .accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid blue;
}
.faq-wrap .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.faq-wrap .accordion button:hover, .faq-wrap .accordion button:focus {
  cursor: pointer;
  color: #404040;
}
.faq-wrap .accordion button:hover::after, .faq-wrap .accordion button:focus::after {
  cursor: pointer;
  color: #404040;
  border: 1px solid blue;
}
.faq-wrap .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-size: 2rem;
  display: inline-block;
  padding-right: 120px;
}
.faq-wrap .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 50px;
  right: 10px;
  width: 40px;
  height: 40px;
}
.faq-wrap .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 16px;
  left: -2px;
  width: 25px;
  height: 3px;
  background: currentColor;
}
.faq-wrap .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 3px;
  height: 25px;
  background: currentColor;
}
.faq-wrap .accordion button[aria-expanded="true"] {
  color: #404040;
}
.faq-wrap .accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.faq-wrap .accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 20em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.faq-wrap .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.faq-wrap .accordion .accordion-content p {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 2em 0;
}
.icon-text-boxes {
  margin-bottom: 40px;
}
.icon-text-boxes .boxes {
  display: flex;
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  border-bottom: 1px solid #e2e2e2;
  flex-wrap: wrap;
}
.icon-text-boxes .boxes .box {
  padding: 60px 40px;
  border-right: 1px solid #e2e2e2;
  flex: 1;
}
.icon-text-boxes .boxes .box:last-of-type {
  border-right: none;
}
.icon-text-boxes .boxes .box .icon-wrap img {
  width: 80px;
  height: 80px;
}
.icon-text-boxes .boxes .box .paragraph-wrap p {
  font-size: 16px;
  padding-right: 20px;
  font-weight: 300;
}
