/*!
Theme Name: Handlebars Haynes
Theme URI: http://underscores.me/
Author: nicko
Author URI: http://nicko.me
Description: A nicko_s site
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: handlebarshaynes
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.

Handlebars Haynes is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  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 {
  -webkit-box-sizing: content-box;
  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;
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Site Variables and Site style
--------------------------------------------------------------*/
/*
blue: filter: invert(48%) sepia(25%) saturate(2691%) hue-rotate(185deg) brightness(97%) contrast(78%);
*/
/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
  font-family: 'DIN-Regular';
  font-style: normal;
  font-weight: normal;
  src: local("fonts/D-DIN Regular"), url("fonts/D-DIN.woff") format("woff"); }

@font-face {
  font-family: 'DIN-Italic';
  font-style: normal;
  font-weight: normal;
  src: local("fonts/D-DIN DIN-Italic"), url("fonts/D-DIN-Italic.woff") format("woff"); }

@font-face {
  font-family: 'DIN-Bold';
  font-style: normal;
  font-weight: normal;
  src: local("fonts/D-DIN DIN-Bold"), url("fonts/D-DIN-Bold.woff") format("woff"); }

@font-face {
  font-family: 'GothamMedium';
  font-style: normal;
  font-weight: normal;
  src: local("fonts/GothamMedium"), url("fonts/GothamMedium.eot?#iefix") format("embedded-opentype"), url("fonts/GothamMedium.ttf") format("truetype"), url("fonts/GothamMedium.woff") format("woff"); }

@font-face {
  font-family: 'Gotham-Book';
  src: url("fonts/Gotham-Book.eot");
  src: url("fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Book.woff2") format("woff2"), url("fonts/Gotham-Book.woff") format("woff"), url("fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Light';
  src: url("fonts/Gotham-Light.eot");
  src: url("fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Light.woff2") format("woff2"), url("fonts/Gotham-Light.woff") format("woff"), url("fonts/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

html {
  /* Currently not supported in Opera but will be soon */
  margin: 0;
  height: 100%; }

#background_container {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0b2bb1), color-stop(50%, #001689));
  background-image: -webkit-linear-gradient(bottom, #0b2bb1 0%, #001689 50%);
  background-image: -o-linear-gradient(bottom, #0b2bb1 0%, #001689 50%);
  background-image: linear-gradient(0deg, #0b2bb1 0%, #001689 50%); }

.site {
  position: relative;
  max-width: 1000px;
  margin: 0 auto; }

.site-main {
  margin: 1.5em 5%; }

.single-post .post {
  margin: 0; }

.background span.dot {
  width: 25vmin;
  height: 25vmin;
  border-radius: 25vmin;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  -webkit-animation-name: move;
  animation-name: move;
  -webkit-animation-duration: 32s;
  animation-duration: 32s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }
  .background span.dot:nth-child(1) {
    color: #FFF;
    top: 66%;
    left: 12%;
    -webkit-animation-duration: 288s;
    animation-duration: 288s;
    -webkit-animation-delay: -1.4s;
    animation-delay: -1.4s;
    -webkit-transform-origin: 1vw 23vh;
    -ms-transform-origin: 1vw 23vh;
    transform-origin: 1vw 23vh;
    -webkit-box-shadow: 50vmin 0 0vmin currentColor;
    box-shadow: 50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(2) {
    color: #FFF;
    top: 77%;
    left: 17%;
    -webkit-animation-duration: 216s;
    animation-duration: 216s;
    -webkit-animation-delay: -8.4s;
    animation-delay: -8.4s;
    -webkit-transform-origin: -3vw -14vh;
    -ms-transform-origin: -3vw -14vh;
    transform-origin: -3vw -14vh;
    -webkit-box-shadow: -50vmin 0 0vmin currentColor;
    box-shadow: -50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(3) {
    color: #FFF;
    top: 18%;
    left: 99%;
    -webkit-animation-duration: 254s;
    animation-duration: 254s;
    -webkit-animation-delay: -38.6s;
    animation-delay: -38.6s;
    -webkit-transform-origin: -16vw -20vh;
    -ms-transform-origin: -16vw -20vh;
    transform-origin: -16vw -20vh;
    -webkit-box-shadow: -50vmin 0 0vmin currentColor;
    box-shadow: -50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(4) {
    color: #FFF;
    top: 53%;
    left: 12%;
    -webkit-animation-duration: 115s;
    animation-duration: 115s;
    -webkit-animation-delay: -33.2s;
    animation-delay: -33.2s;
    -webkit-transform-origin: -19vw -12vh;
    -ms-transform-origin: -19vw -12vh;
    transform-origin: -19vw -12vh;
    -webkit-box-shadow: 50vmin 0 0vmin currentColor;
    box-shadow: 50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(5) {
    color: #FFF;
    top: 59%;
    left: 58%;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
    -webkit-animation-delay: -25.4s;
    animation-delay: -25.4s;
    -webkit-transform-origin: 0vw -9vh;
    -ms-transform-origin: 0vw -9vh;
    transform-origin: 0vw -9vh;
    -webkit-box-shadow: -50vmin 0 0vmin currentColor;
    box-shadow: -50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(6) {
    color: #FFF;
    top: 87%;
    left: 40%;
    -webkit-animation-duration: 176s;
    animation-duration: 176s;
    -webkit-animation-delay: -39.5s;
    animation-delay: -39.5s;
    -webkit-transform-origin: -6vw -6vh;
    -ms-transform-origin: -6vw -6vh;
    transform-origin: -6vw -6vh;
    -webkit-box-shadow: 50vmin 0 0vmin currentColor;
    box-shadow: 50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(7) {
    color: #FFF;
    top: 78%;
    left: 68%;
    -webkit-animation-duration: 187s;
    animation-duration: 187s;
    -webkit-animation-delay: -8.1s;
    animation-delay: -8.1s;
    -webkit-transform-origin: 9vw 12vh;
    -ms-transform-origin: 9vw 12vh;
    transform-origin: 9vw 12vh;
    -webkit-box-shadow: 50vmin 0 0vmin currentColor;
    box-shadow: 50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(8) {
    color: #FFF;
    top: 42%;
    left: 62%;
    -webkit-animation-duration: 279s;
    animation-duration: 279s;
    -webkit-animation-delay: -23.7s;
    animation-delay: -23.7s;
    -webkit-transform-origin: -16vw 2vh;
    -ms-transform-origin: -16vw 2vh;
    transform-origin: -16vw 2vh;
    -webkit-box-shadow: -50vmin 0 0vmin currentColor;
    box-shadow: -50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(9) {
    color: #FFF;
    top: 26%;
    left: 53%;
    -webkit-animation-duration: 313s;
    animation-duration: 313s;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    -webkit-transform-origin: -6vw 2vh;
    -ms-transform-origin: -6vw 2vh;
    transform-origin: -6vw 2vh;
    -webkit-box-shadow: -50vmin 0 0vmin currentColor;
    box-shadow: -50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(10) {
    color: #FFF;
    top: 11%;
    left: 42%;
    -webkit-animation-duration: 165s;
    animation-duration: 165s;
    -webkit-animation-delay: -16.4s;
    animation-delay: -16.4s;
    -webkit-transform-origin: 24vw 20vh;
    -ms-transform-origin: 24vw 20vh;
    transform-origin: 24vw 20vh;
    -webkit-box-shadow: 50vmin 0 0vmin currentColor;
    box-shadow: 50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(11) {
    color: #FFF;
    top: 76%;
    left: 85%;
    -webkit-animation-duration: 102s;
    animation-duration: 102s;
    -webkit-animation-delay: -14.6s;
    animation-delay: -14.6s;
    -webkit-transform-origin: -9vw -13vh;
    -ms-transform-origin: -9vw -13vh;
    transform-origin: -9vw -13vh;
    -webkit-box-shadow: -50vmin 0 0vmin currentColor;
    box-shadow: -50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(12) {
    color: #FFF;
    top: 53%;
    left: 62%;
    -webkit-animation-duration: 313s;
    animation-duration: 313s;
    -webkit-animation-delay: -2.1s;
    animation-delay: -2.1s;
    -webkit-transform-origin: 19vw 10vh;
    -ms-transform-origin: 19vw 10vh;
    transform-origin: 19vw 10vh;
    -webkit-box-shadow: -50vmin 0 0vmin currentColor;
    box-shadow: -50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(13) {
    color: #FFF;
    top: 26%;
    left: 43%;
    -webkit-animation-duration: 65s;
    animation-duration: 65s;
    -webkit-animation-delay: -17.3s;
    animation-delay: -17.3s;
    -webkit-transform-origin: -1vw 7vh;
    -ms-transform-origin: -1vw 7vh;
    transform-origin: -1vw 7vh;
    -webkit-box-shadow: 50vmin 0 0vmin currentColor;
    box-shadow: 50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(14) {
    color: #FFF;
    top: 97%;
    left: 91%;
    -webkit-animation-duration: 85s;
    animation-duration: 85s;
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
    -webkit-transform-origin: -5vw -6vh;
    -ms-transform-origin: -5vw -6vh;
    transform-origin: -5vw -6vh;
    -webkit-box-shadow: -50vmin 0 0vmin currentColor;
    box-shadow: -50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(15) {
    color: #FFF;
    top: 54%;
    left: 61%;
    -webkit-animation-duration: 173s;
    animation-duration: 173s;
    -webkit-animation-delay: -16.6s;
    animation-delay: -16.6s;
    -webkit-transform-origin: 16vw -8vh;
    -ms-transform-origin: 16vw -8vh;
    transform-origin: 16vw -8vh;
    -webkit-box-shadow: -50vmin 0 0vmin currentColor;
    box-shadow: -50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(16) {
    color: #FFF;
    top: 6%;
    left: 52%;
    -webkit-animation-duration: 233s;
    animation-duration: 233s;
    -webkit-animation-delay: -17.7s;
    animation-delay: -17.7s;
    -webkit-transform-origin: -24vw -4vh;
    -ms-transform-origin: -24vw -4vh;
    transform-origin: -24vw -4vh;
    -webkit-box-shadow: 50vmin 0 0vmin currentColor;
    box-shadow: 50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(17) {
    color: #FFF;
    top: 24%;
    left: 54%;
    -webkit-animation-duration: 72s;
    animation-duration: 72s;
    -webkit-animation-delay: -6.9s;
    animation-delay: -6.9s;
    -webkit-transform-origin: -7vw -23vh;
    -ms-transform-origin: -7vw -23vh;
    transform-origin: -7vw -23vh;
    -webkit-box-shadow: 50vmin 0 0vmin currentColor;
    box-shadow: 50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(18) {
    color: #FFF;
    top: 17%;
    left: 99%;
    -webkit-animation-duration: 179s;
    animation-duration: 179s;
    -webkit-animation-delay: -16.2s;
    animation-delay: -16.2s;
    -webkit-transform-origin: 6vw 7vh;
    -ms-transform-origin: 6vw 7vh;
    transform-origin: 6vw 7vh;
    -webkit-box-shadow: 50vmin 0 0vmin currentColor;
    box-shadow: 50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(19) {
    color: #FFF;
    top: 16%;
    left: 90%;
    -webkit-animation-duration: 316s;
    animation-duration: 316s;
    -webkit-animation-delay: -18.7s;
    animation-delay: -18.7s;
    -webkit-transform-origin: -20vw 21vh;
    -ms-transform-origin: -20vw 21vh;
    transform-origin: -20vw 21vh;
    -webkit-box-shadow: 50vmin 0 0vmin currentColor;
    box-shadow: 50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(20) {
    color: #FFF;
    top: 74%;
    left: 27%;
    -webkit-animation-duration: 166s;
    animation-duration: 166s;
    -webkit-animation-delay: -20.2s;
    animation-delay: -20.2s;
    -webkit-transform-origin: 8vw -2vh;
    -ms-transform-origin: 8vw -2vh;
    transform-origin: 8vw -2vh;
    -webkit-box-shadow: 50vmin 0 0vmin currentColor;
    box-shadow: 50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(21) {
    color: #FFF;
    top: 5%;
    left: 6%;
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
    -webkit-animation-delay: -37.9s;
    animation-delay: -37.9s;
    -webkit-transform-origin: -11vw -12vh;
    -ms-transform-origin: -11vw -12vh;
    transform-origin: -11vw -12vh;
    -webkit-box-shadow: -50vmin 0 0vmin currentColor;
    box-shadow: -50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(22) {
    color: #FFF;
    top: 19%;
    left: 79%;
    -webkit-animation-duration: 134s;
    animation-duration: 134s;
    -webkit-animation-delay: -9.1s;
    animation-delay: -9.1s;
    -webkit-transform-origin: -23vw 21vh;
    -ms-transform-origin: -23vw 21vh;
    transform-origin: -23vw 21vh;
    -webkit-box-shadow: -50vmin 0 0vmin currentColor;
    box-shadow: -50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(23) {
    color: #FFF;
    top: 62%;
    left: 90%;
    -webkit-animation-duration: 300s;
    animation-duration: 300s;
    -webkit-animation-delay: -36.3s;
    animation-delay: -36.3s;
    -webkit-transform-origin: 20vw 9vh;
    -ms-transform-origin: 20vw 9vh;
    transform-origin: 20vw 9vh;
    -webkit-box-shadow: -50vmin 0 0vmin currentColor;
    box-shadow: -50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(24) {
    color: #FFF;
    top: 45%;
    left: 52%;
    -webkit-animation-duration: 79s;
    animation-duration: 79s;
    -webkit-animation-delay: -4.7s;
    animation-delay: -4.7s;
    -webkit-transform-origin: -1vw 6vh;
    -ms-transform-origin: -1vw 6vh;
    transform-origin: -1vw 6vh;
    -webkit-box-shadow: -50vmin 0 0vmin currentColor;
    box-shadow: -50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(25) {
    color: #FFF;
    top: 67%;
    left: 50%;
    -webkit-animation-duration: 48s;
    animation-duration: 48s;
    -webkit-animation-delay: -6.8s;
    animation-delay: -6.8s;
    -webkit-transform-origin: -13vw 20vh;
    -ms-transform-origin: -13vw 20vh;
    transform-origin: -13vw 20vh;
    -webkit-box-shadow: 50vmin 0 0vmin currentColor;
    box-shadow: 50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(26) {
    color: #FFF;
    top: 50%;
    left: 11%;
    -webkit-animation-duration: 305s;
    animation-duration: 305s;
    -webkit-animation-delay: -33.7s;
    animation-delay: -33.7s;
    -webkit-transform-origin: -20vw -14vh;
    -ms-transform-origin: -20vw -14vh;
    transform-origin: -20vw -14vh;
    -webkit-box-shadow: 50vmin 0 0vmin currentColor;
    box-shadow: 50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(27) {
    color: #FFF;
    top: 45%;
    left: 46%;
    -webkit-animation-duration: 48s;
    animation-duration: 48s;
    -webkit-animation-delay: -38.3s;
    animation-delay: -38.3s;
    -webkit-transform-origin: -21vw 7vh;
    -ms-transform-origin: -21vw 7vh;
    transform-origin: -21vw 7vh;
    -webkit-box-shadow: 50vmin 0 0vmin currentColor;
    box-shadow: 50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(28) {
    color: #FFF;
    top: 98%;
    left: 13%;
    -webkit-animation-duration: 207s;
    animation-duration: 207s;
    -webkit-animation-delay: -12.7s;
    animation-delay: -12.7s;
    -webkit-transform-origin: -5vw -18vh;
    -ms-transform-origin: -5vw -18vh;
    transform-origin: -5vw -18vh;
    -webkit-box-shadow: -50vmin 0 0vmin currentColor;
    box-shadow: -50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(29) {
    color: #FFF;
    top: 77%;
    left: 44%;
    -webkit-animation-duration: 53s;
    animation-duration: 53s;
    -webkit-animation-delay: -4.5s;
    animation-delay: -4.5s;
    -webkit-transform-origin: 23vw 7vh;
    -ms-transform-origin: 23vw 7vh;
    transform-origin: 23vw 7vh;
    -webkit-box-shadow: -50vmin 0 0vmin currentColor;
    box-shadow: -50vmin 0 0vmin currentColor;
    opacity: 0.03; }
  .background span.dot:nth-child(30) {
    color: #FFF;
    top: 35%;
    left: 14%;
    -webkit-animation-duration: 253s;
    animation-duration: 253s;
    -webkit-animation-delay: -9.8s;
    animation-delay: -9.8s;
    -webkit-transform-origin: 21vw 14vh;
    -ms-transform-origin: 21vw 14vh;
    transform-origin: 21vw 14vh;
    -webkit-box-shadow: 50vmin 0 0vmin currentColor;
    box-shadow: 50vmin 0 0vmin currentColor;
    opacity: 0.03; }

@-webkit-keyframes move {
  100% {
    -webkit-transform: translate3d(0, 0, 1px) rotate(360deg);
    transform: translate3d(0, 0, 1px) rotate(360deg); } }

@keyframes move {
  100% {
    -webkit-transform: translate3d(0, 0, 1px) rotate(360deg);
    transform: translate3d(0, 0, 1px) rotate(360deg); } }

::-moz-selection {
  background: #dfaf00;
  /* WebKit/Blink Browsers */ }

::selection {
  background: #dfaf00;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #dfaf00;
  /* Gecko Browsers */ }

h1 {
  font-size: 3.2em;
  margin: 1em 0 0.6em 0; }

h2 {
  font-size: 2.5em;
  margin: 0.7em 0 0.5em 0; }

h3 {
  font-size: 2.5em;
  margin: 0.5em 0 0.4em 0; }

h4 {
  font-size: 1.8em;
  margin: 0.5em 0 0.3em 0; }

h5 {
  font-size: 1.6em;
  margin: 0.25em 0 0.2em 0; }

h6 {
  font-size: 1.4em;
  margin: 0.25em 0 0.1em 0; }

h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: white;
  text-align: left; }

.home h1.entry-title, .page-id-75 h1.entry-title {
  display: none; }

.single-post h1.entry-title:before {
  content: "";
  background-image: url("images/hh_speech_bubble.svg");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  display: inline-block;
  position: relative;
  height: 50px;
  width: 50px;
  background-size: 50px 50px;
  margin: 0 0.2em 0 0; }

h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.025em; }

h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #0b48bc; }

h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal; }
  .news-content h6 {
    color: white; }

a, a:visited {
  text-decoration: none;
  color: inherit; }

span.posted-on a {
  font-size: 1.2em;
  color: #5890c9; }

button, button#vscf_send, span.button, span.cat-links, span.edit-link, span.nav-subtitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  border: 0px solid;
  border-radius: 999px;
  background: -webkit-gradient(linear, left bottom, left top, from(#0b2bb1), color-stop(70%, #001689));
  background: -webkit-linear-gradient(bottom, #0b2bb1 0%, #001689 70%);
  background: -o-linear-gradient(bottom, #0b2bb1 0%, #001689 70%);
  background: linear-gradient(0deg, #0b2bb1 0%, #001689 70%);
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.2;
  padding: 0.6em 1.2em 0.6em;
  border: solid 2px white !important;
  margin: 1em 0.5em;
  display: block;
  margin: 1em auto; }
  button a, button#vscf_send a, span.button a, span.cat-links a, span.edit-link a, span.nav-subtitle a {
    color: white; }
  button:focus, button:hover, button#vscf_send:focus, button#vscf_send:hover, span.button:focus, span.button:hover, span.cat-links:focus, span.cat-links:hover, span.edit-link:focus, span.edit-link:hover, span.nav-subtitle:focus, span.nav-subtitle:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#001689), color-stop(70%, #0b2bb1));
    background: -webkit-linear-gradient(bottom, #001689 0%, #0b2bb1 70%);
    background: -o-linear-gradient(bottom, #001689 0%, #0b2bb1 70%);
    background: linear-gradient(0deg, #001689 0%, #0b2bb1 70%);
    color: #a6c9ea !important; }

span.button, span.cat-links, span.edit-link, span.nav-subtitle {
  display: inline-block;
  margin-right: 1.5em; }

span.edit-link {
  background: #f39200; }

input.search-submit {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  border: 0px solid;
  border-radius: 999px;
  background: -webkit-gradient(linear, left bottom, left top, from(#0b2bb1), color-stop(70%, #001689));
  background: -webkit-linear-gradient(bottom, #0b2bb1 0%, #001689 70%);
  background: -o-linear-gradient(bottom, #0b2bb1 0%, #001689 70%);
  background: linear-gradient(0deg, #0b2bb1 0%, #001689 70%);
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.2;
  padding: 0.6em 1.2em 0.6em;
  border: solid 2px white !important;
  margin: 1em 0.5em;
  margin-left: 1em;
  border: solid 2px white; }
  input.search-submit a {
    color: white; }
  input.search-submit:focus, input.search-submit:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#001689), color-stop(70%, #0b2bb1));
    background: -webkit-linear-gradient(bottom, #001689 0%, #0b2bb1 70%);
    background: -o-linear-gradient(bottom, #001689 0%, #0b2bb1 70%);
    background: linear-gradient(0deg, #001689 0%, #0b2bb1 70%);
    color: #a6c9ea !important; }

p {
  font-family: 'DIN-Regular', sans-serif;
  font-size: 1.2rem;
  color: white; }

.delivery .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

svg.lorry {
  margin-right: 0.5em; }
  svg.lorry .line_1, svg.lorry .line_2 {
    opacity: 0; }

p.collection {
  margin: 1em 0 1em 0; }

p.parts {
  font-size: 0.8rem; }

li {
  font-family: 'DIN-Regular', sans-serif; }

.home p {
  font-size: 2.3em;
  line-height: 1.3em;
  text-align: center;
  color: white; }

.site-info p {
  font-size: 1.5em;
  text-align: center; }

form label {
  font-family: 'Roboto', sans-serif;
  font-size: 1.0em;
  color: #fff; }

figure.wp-block-image.right {
  float: right; }

figure.wp-block-image.left {
  float: left; }

.category figure.wp-block-image {
  margin-top: -10%; }

ul {
  margin-left: 0;
  padding-left: 1em; }
  ul li {
    color: white;
    font-size: 1.1em; }
  .tabs ul li {
    color: #404040; }

.column:nth-child(1) .news-content {
  border-top: 2px solid #0b48bc; }

.news-content {
  border-bottom: 2px solid #0b48bc;
  margin-bottom: 1em;
  padding-bottom: 0.5em; }
  .news-content img.wp-post-image {
    border-radius: 9999px;
    width: 35vw;
    height: 35vw;
    max-width: 350px;
    max-height: 350px;
    min-width: 250px;
    min-height: 250px;
    margin: 0% 1em 1em 1em; }
  .category .news-content img.wp-post-image {
    max-width: 250px;
    max-height: 250px; }

.column:nth-child(odd) .wp-post-image {
  float: right; }

.column:nth-child(even) .wp-post-image {
  float: left;
  margin-top: 1em;
  margin-left: -2em; }

.column:nth-child(even) p:nth-of-type(1) {
  margin-top: 2em; }

.column:last-child, .news-content {
  display: flow-root; }

.post-thumbnail img.wp-post-image {
  border-radius: 9999px;
  width: 35vw;
  height: 35vw;
  max-width: 350px;
  max-height: 350px;
  min-width: 250px;
  min-height: 250px;
  margin: -5% 2em 1em 2em; }

.single .post-thumbnail img.wp-post-image {
  float: right; }

.news-content.sticky_posts {
  background-color: #001689;
  padding: 2em; }

form#vscf label {
  font-family: 'Gotham-Book';
  color: white;
  font-size: 90%; }

form#vscf input[type="text"], form#vscf input[type="email"], form#vscf input[type="url"],
form#vscf input[type="password"], form#vscf input[type="search"], form#vscf input[type="number"],
form#vscf input[type="tel"], form#vscf input[type="range"], form#vscf input[type="date"], form#vscf input[type="month"],
form#vscf input[type="week"], form#vscf input[type="time"], form#vscf input[type="datetime"],
form#vscf input[type="datetime-local"], form#vscf input[type="color"], form#vscf textarea {
  font-family: 'Gotham-Book';
  font-size: 90%;
  padding-top: 10px;
  line-height: 1.5; }
  form#vscf input[type="text"]:focus, form#vscf input[type="text"]:hover, form#vscf input[type="email"]:focus, form#vscf input[type="email"]:hover, form#vscf input[type="url"]:focus, form#vscf input[type="url"]:hover,
  form#vscf input[type="password"]:focus,
  form#vscf input[type="password"]:hover, form#vscf input[type="search"]:focus, form#vscf input[type="search"]:hover, form#vscf input[type="number"]:focus, form#vscf input[type="number"]:hover,
  form#vscf input[type="tel"]:focus,
  form#vscf input[type="tel"]:hover, form#vscf input[type="range"]:focus, form#vscf input[type="range"]:hover, form#vscf input[type="date"]:focus, form#vscf input[type="date"]:hover, form#vscf input[type="month"]:focus, form#vscf input[type="month"]:hover,
  form#vscf input[type="week"]:focus,
  form#vscf input[type="week"]:hover, form#vscf input[type="time"]:focus, form#vscf input[type="time"]:hover, form#vscf input[type="datetime"]:focus, form#vscf input[type="datetime"]:hover,
  form#vscf input[type="datetime-local"]:focus,
  form#vscf input[type="datetime-local"]:hover, form#vscf input[type="color"]:focus, form#vscf input[type="color"]:hover, form#vscf textarea:focus, form#vscf textarea:hover {
    border-color: #001689;
    background-color: #a6c9ea; }

form#vscf .form-group button#vscf_send {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  border: 0px solid;
  border-radius: 999px;
  background: -webkit-gradient(linear, left bottom, left top, from(#0b2bb1), color-stop(70%, #001689));
  background: -webkit-linear-gradient(bottom, #0b2bb1 0%, #001689 70%);
  background: -o-linear-gradient(bottom, #0b2bb1 0%, #001689 70%);
  background: linear-gradient(0deg, #0b2bb1 0%, #001689 70%);
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.2;
  padding: 0.6em 1.2em 0.6em;
  border: solid 2px white !important;
  margin: 1em 0.5em; }
  form#vscf .form-group button#vscf_send a {
    color: white; }
  form#vscf .form-group button#vscf_send:focus, form#vscf .form-group button#vscf_send:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#001689), color-stop(70%, #0b2bb1));
    background: -webkit-linear-gradient(bottom, #001689 0%, #0b2bb1 70%);
    background: -o-linear-gradient(bottom, #001689 0%, #0b2bb1 70%);
    background: linear-gradient(0deg, #001689 0%, #0b2bb1 70%);
    color: #a6c9ea !important; }

form#vscf .scf-confirm-checkbox {
  font-size: 80%; }

.home .teepee {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  max-width: 25vw;
  max-height: 35vh; }

.home svg.embed-svg {
  position: relative;
  display: block;
  max-width: 85vw;
  max-height: 85vh;
  margin: 2em auto 1em auto; }

.home .site-main {
  text-align: center; }

#chainring {
  -webkit-animation: rotateChainring 3s 1s 1 ease;
  animation: rotateChainring 3s 1s 1 ease;
  -webkit-transform-origin: 49.82% 52.365%;
  -ms-transform-origin: 49.82% 52.365%;
  transform-origin: 49.82% 52.365%; }

@-webkit-keyframes rotateChainring {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes rotateChainring {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

.lettergroup {
  -webkit-animation: magnify 3.25s 0s 1 ease alternate;
  animation: magnify 3.25s 0s 1 ease alternate;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.lettergroup2 {
  -webkit-animation: magnify 2.95s 0.35s 1 ease alternate;
  animation: magnify 2.95s 0.35s 1 ease alternate;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

@-webkit-keyframes magnify {
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03); } }

@keyframes magnify {
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03); } }

body.home ul.nav-menu {
  display: none; }

ul.nav-menu, ul.FP-menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 1em;
  padding: 0; }
  ul.nav-menu li, ul.FP-menu li {
    list-style: none;
    display: inline-block;
    margin: 1em;
    width: 92px; }
    ul.nav-menu li.current_page_item, ul.nav-menu li.current-menu-item, ul.nav-menu li.current-menu-parent, ul.FP-menu li.current_page_item, ul.FP-menu li.current-menu-item, ul.FP-menu li.current-menu-parent {
      opacity: 0.35; }
    ul.nav-menu li.menu-item-90 a:before, ul.FP-menu li.menu-item-90 a:before {
      background-position: 24.5% 0%; }
    ul.nav-menu li.menu-item-89 a:before, ul.FP-menu li.menu-item-89 a:before {
      background-position: 50% 0%; }
    ul.nav-menu li.menu-item-88 a:before, ul.FP-menu li.menu-item-88 a:before {
      background-position: 75.5% 0%; }
    ul.nav-menu li.menu-item-116 a:before, ul.FP-menu li.menu-item-116 a:before {
      background-position: 101% 0%; }
    ul.nav-menu li a, ul.FP-menu li a {
      color: white;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      display: block; }
      ul.nav-menu li a:before, ul.FP-menu li a:before {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        content: "";
        background-image: url("images/hh_icons.svg");
        background-repeat: no-repeat;
        background-position: -1% 0%;
        display: inline-block;
        position: relative;
        height: 72px;
        width: 72px;
        background-size: 360px 72px; }
      ul.nav-menu li a:hover, ul.nav-menu li a:focus, ul.FP-menu li a:hover, ul.FP-menu li a:focus {
        -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
        transform: scale(0.98); }
    ul.nav-menu li.current_page_item a:before, ul.nav-menu li.current-menu-item a:before, ul.FP-menu li.current_page_item a:before, ul.FP-menu li.current-menu-item a:before {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    ul.nav-menu li.current_page_item a:hover, ul.nav-menu li.current_page_item a:focus, ul.nav-menu li.current-menu-item a:hover, ul.nav-menu li.current-menu-item a:focus, ul.FP-menu li.current_page_item a:hover, ul.FP-menu li.current_page_item a:focus, ul.FP-menu li.current-menu-item a:hover, ul.FP-menu li.current-menu-item a:focus {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }

svg#hh-roundel-icon {
  width: 60px;
  position: fixed;
  top: 0;
  margin: 1em; }

.home svg#hh-roundel-icon {
  display: none !important; }

.entry-content iframe {
  height: 65vh; }

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto; }

.tabs label {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 2rem;
  margin-right: 0.2rem;
  cursor: pointer;
  -webkit-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
  transition: background ease 0.3s;
  border-radius: 15px 15px 0px 0px;
  margin-left: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  .tabs label:first-of-type {
    margin-left: 30px;
    background-color: #957655; }
  .tabs label:nth-of-type(2) {
    background-color: #9eaeb7; }
  .tabs label:nth-of-type(3) {
    background-color: #c49f4f; }
  .tabs label:nth-of-type(4) {
    background-color: #56BCBA; }

.tabs .tab {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  display: none;
  padding: 1rem;
  background: #fff;
  padding: 20px;
  border-radius: 30px; }
  .tabs .tab h2 small {
    font-size: 0.4em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #404040;
    padding: 0.3em 0.5em;
    margin-left: 1em;
    vertical-align: middle; }
  .tabs .tab h2:before {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    content: "";
    background-image: url("images/service_price.svg");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    display: inline-block;
    position: relative;
    height: 85px;
    width: 85px;
    background-size: 425px 85px;
    /*500px one more icon increase 080425 */
    vertical-align: -50%;
    margin-right: 0.2em; }
  .tabs .tab ul {
    margin: 1em 0 1.5em 0em;
    padding-left: 1.5em;
    list-style: none; }
    .tabs .tab ul li {
      font-size: 1.2rem;
      line-height: 1.4em;
      padding-bottom: 0.8em; }
      .tabs .tab ul li:before {
        content: "\2022";
        display: inline-block;
        /* Needed to add space between the bullet and the text */
        width: 1em;
        /* Also needed for space (tweak if needed) */ }
  .tabs .tab p {
    color: black;
    font-size: 1.3rem; }
  .tabs .tab:first-of-type h2 {
    color: #957655; }
  .tabs .tab:first-of-type li:before {
    color: #957655; }
  .tabs .tab:nth-of-type(2) h2 {
    color: #9eaeb7; }
  .tabs .tab:nth-of-type(2) li:before {
    color: #9eaeb7; }
  .tabs .tab:nth-of-type(3) h2 {
    color: #c49f4f; }
  .tabs .tab:nth-of-type(3) li:before {
    color: #c49f4f; }
  .tabs .tab:nth-of-type(4) h2 {
    color: #56BCBA; }
  .tabs .tab:nth-of-type(4) li:before {
    color: #56BCBA; }

.tab:nth-of-type(2) h2:before {
  background-position: 25% 0%; }

.tab:nth-of-type(3) h2:before {
  background-position: 50% 0%; }

.tab:nth-of-type(4) h2:before {
  background-position: 100% 0%; }

.tabs input[type="radio"] {
  display: none; }

.tabs input[type="radio"]:checked + label {
  background: #fff; }

.tabs input[type="radio"]:checked + label + .tab {
  display: block; }

@media (max-width: 465px) {
  .tabs .tab,
  .tabs label {
    padding: 0.6rem 0.6rem;
    margin-left: 2px !important; }
  .tabs .tab {
    border-radius: 0 10px 10px 10px; } }

.secondtabs {
  margin-top: 1em; }
  .secondtabs table {
    padding: 1em; }
    .secondtabs table tr td {
      font-size: 1.2em;
      font-family: 'DIN-Regular'; }

.secondtabs .tab:nth-of-type(1) h2:before {
  background-position: 75% 0%; }

.secondtabs .tab:first-of-type h2 {
  color: #001689; }

.secondtabs input[type="radio"]:checked + label {
  background: #fff; }

.secondtabs input[type="radio"]:checked + label + .tab {
  display: block; }

.footer-logo {
  max-width: 80vw;
  width: 350px;
  display: block;
  margin: 2em auto; }

.site-info {
  margin-bottom: 1em; }

header#masthead.site-header button.menu-toggle {
  border: none !important;
  background: none;
  border-radius: 0px;
  padding: 0.2em;
  margin: 0; }
  header#masthead.site-header button.menu-toggle #hamburger .line {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-miterlimit: 10; }

header#masthead.site-header nav.toggled button.menu-toggle #hamburger .top-bun {
  -webkit-animation: expandup 0.5s;
  animation: expandup 0.5s;
  -webkit-transform: translateY(-0.25em);
  -ms-transform: translateY(-0.25em);
  transform: translateY(-0.25em); }

@-webkit-keyframes expandup {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translateY(-0.25em);
    transform: translateY(-0.25em); } }

@keyframes expandup {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translateY(-0.25em);
    transform: translateY(-0.25em); } }

header#masthead.site-header nav.toggled button.menu-toggle #hamburger .bottom-bun {
  -webkit-animation: expanddown 0.5s;
  animation: expanddown 0.5s;
  -webkit-transform: translateY(0.25em);
  -ms-transform: translateY(0.25em);
  transform: translateY(0.25em); }

@-webkit-keyframes expanddown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translateY(0.25em);
    transform: translateY(0.25em); } }

@keyframes expanddown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translateY(0.25em);
    transform: translateY(0.25em); } }

@media (max-width: 900px) {
  ul.nav-menu li, ul.FP-menu li {
    width: 84px;
    margin: 0.5em; }
    ul.nav-menu li a::before, ul.FP-menu li a::before {
      width: 60px;
      height: 60px;
      background-size: 300px 60px; } }

@media (max-width: 600px) {
  h1 {
    font-size: 2.24em;
    margin: 1em 0 0.6em 0; }
  h2 {
    font-size: 1.75em;
    margin: 0.7em 0 0.5em 0; }
  h3 {
    font-size: 1.75em;
    margin: 0.5em 0 0.4em 0; }
  h4 {
    font-size: 1.26em;
    margin: 0.5em 0 0.3em 0; }
  h5 {
    font-size: 1.12em;
    margin: 0.25em 0 0.2em 0; }
  h6 {
    font-size: 1em;
    margin: 0.25em 0 0.1em 0; }
  ul.nav-menu li, ul.FP-menu li {
    width: 84px;
    margin: 0.5em; }
    ul.nav-menu li a::before, ul.FP-menu li a::before {
      width: 60px;
      height: 60px;
      background-size: 300px 60px; }
  .tabs .tab h2:before {
    height: 75px;
    width: 75px;
    background-size: 375px 75px;
    vertical-align: -50%;
    margin-right: 0.2em; }
  svg#hh-roundel-icon {
    right: 0; }
  p, ul li, .tabs .tab ul li, .secondtabs table tr td {
    font-size: 1rem; }
  .home p {
    font-size: 1.6rem; }
  footer .site-info p {
    font-size: 1.2rem; }
  header#masthead.site-header {
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0; }
  .home .style-svg {
    margin-top: 4em; }
  header#masthead.site-header {
    width: auto; }
  header#masthead.site-header.toggled {
    height: 100%; }
  .column:nth-child(even) .wp-post-image, .column:nth-child(odd) .wp-post-image {
    float: none;
    display: block;
    margin: 0.5em auto 0.5em auto; }
  .news-content img.wp-post-image, .single .site-main .post-thumbnail img.wp-post-image {
    float: none;
    display: block;
    margin: 0.5em auto; }
  body.toggled header#masthead div.menu-header-menu-container {
    height: 475px; }
  .main-navigation.toggled ul {
    display: none; }
  .home nav#site-navigation.main-navigation {
    display: none; }
  nav#site-navigation.main-navigation ul {
    -webkit-transition: 2s ease;
    -o-transition: 2s ease;
    transition: 2s ease;
    height: 100%;
    margin: 0em; }
    nav#site-navigation.main-navigation ul li {
      margin: 1rem;
      border-radius: 10px; }
  header#masthead.site-header button.menu-toggle {
    width: 80px;
    height: 80px;
    z-index: 1000;
    top: 0;
    position: relative;
    margin-left: 0;
    border: 0; } }

/*--------------------------------------------------------------
# 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 {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      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: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  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: -ms-grid;
  display: grid;
  grid-gap: 1.5em; }

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

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

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

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

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

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

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

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

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[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);
  -webkit-clip-path: inset(50%);
  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;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    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; }
