/*!
Theme Name: Kiosk
Theme URI: http://underscores.me/
Author: Rick Southard
Author URI: http://richardsouthard.com
Description: Theme for the Kiosk
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kiosk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  height: 100%;
  margin: 0;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  font-family: "Open Sans", sans-serif;
  background-color: #1e3c83;
  position: relative;
  margin: 0;
  min-height: 100%;
  overflow-y: auto;
}

.rick {
  background-color: #fff;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/**
 * Basic styles for links
 */
a {
  color: #fff;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.row {
  margin-right: 0;
}

/**
 * Basic typography style for copy text
 */
@font-face {
  font-family: "FuturaStd";
  src: url("fonts/FuturaStd-Medium.otf");
  /* IE9 Compat Modes */
}
.wrapper {
  display: flex;
  flex-flow: row wrap;
  margin: 20px 20px 150px;
  padding: 0 0 150px;
}

.wrapper-career {
  max-width: 100%;
  margin: 0 20px 150px;
  padding: 0 0 150px;
  grid-gap: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(550px, 1fr));
  grid-auto-rows: minmax(400px, auto);
  z-index: -1;
}

.wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wrapper-video {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.wrapper-video > div {
  flex: 0 0 430px;
}

.row2 {
  padding-top: 1.6rem;
}

.last {
  margin-bottom: 150px;
}

header {
  height: 200px;
  padding: 25px;
  background-color: #eee;
}
.admin-bar header {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar header {
    top: 32px;
  }
}

header h3 {
  text-align: center;
  color: #0b3d91;
  font-size: 4.5vw;
  font-family: "FuturaStd", monospace;
  font-weight: bold;
  padding: 0.2em 0.5em 0 0.5em;
  text-transform: uppercase;
}

header img {
  max-width: 420px;
  height: auto;
  padding: 0 0 0 1.5em;
}

header .vid_link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  right: -43px;
  max-width: 375px;
  border: 3px solid #0b3d91;
  border-radius: 5px;
  height: 160px;
}

.vid_link h3 {
  font-size: 3em;
  color: #0b3d91;
}

footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 130px;
  background-color: #eee;
}

.nav-pills {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  font-size: 1.8vw;
  line-height: 1;
}
.nav-pills .nav-link {
  color: #333;
  border-radius: 0px;
  transition: width 0.3s ease-in-out;
}
.nav-pills .nav-link.active {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1e3c83;
  color: #fff;
  border-radius: 7px;
  transition: width 0.3s ease-in-out;
}

.panel1,
.panel2,
.panel3,
.panel4,
.panel5,
.panel6,
.panel7,
.panel8,
.panel9,
.panel10,
.panel11,
.panel12,
.panel13,
.panel14,
.panel15,
.panel16,
.panel17,
.panel18,
.panel19 {
  margin-left: 5px;
  margin-right: 5px;
  flex: 1 1 300px;
  grid-row-end: span 1;
  z-index: 51;
  background-color: #eee;
  color: #333;
  padding: 0px;
  font-size: 250%;
}

.panel20 {
  margin: 0 9px 20px;
  flex: 0 0 49%;
}
.panel20 img {
  width: 100%;
  height: 100%;
  max-height: 547px;
}

.appliance-panel {
  margin: 0 9px 20px;
  flex: 0 0 24%;
  z-index: 51;
  background-color: #fff;
  padding: 10px;
}
.appliance-panel img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 431px;
  max-height: 431px;
  object-fit: contain;
}

.appliance-panel-lower {
  position: relative;
  height: 95px;
}
.appliance-panel-lower .appl-para {
  position: absolute;
  bottom: 20px;
  text-align: left;
  color: #1e3c83;
  font-size: 1.3rem;
  line-height: normal;
  margin: 0 0 15px;
}
.appliance-panel-lower .appl-price {
  position: absolute;
  bottom: 0;
  text-align: left;
  color: #000;
  font-size: 1.3rem;
  margin: 0;
  border-radius: 5px;
}

.app_panel {
  margin: 0 9px 0;
  flex: 0 0 24%;
  z-index: 51;
}
.app_panel img {
  width: 100%;
  height: auto;
}

.Vpanel1 {
  margin: 5px;
  z-index: 51;
  background-color: #eee;
  color: #333;
  padding: 5px;
}
.Vpanel1 img {
  min-width: 420px;
  max-width: 421px;
  height: auto;
}

.returnButton {
  position: fixed;
  padding: 10px 15px;
  font-size: 2rem;
  background-color: #1e3c83;
  color: #fff;
  border: 3px solid red;
  border-radius: 5px;
  bottom: 160px;
  left: 35px;
  z-index: 150;
}

.carousel-cell {
  margin: 0 5px;
}

.carousel-container {
  display: flex;
}

.carousel {
  background: #eee;
  flex-grow: 1;
}

.carousel-main {
  margin-top: 30px;
  margin-left: 17px;
}

.carousel-cell {
  width: 50%;
  height: auto;
  margin: 0px;
  border-radius: 5px;
}

.catalog_pic img {
  height: 875px;
}

.carousel-cell img {
  display: block;
  width: 100%;
}

.carousel-cat {
  width: 120px;
  margin-top: 30px;
  margin-left: 10px;
  max-height: 875px;
  overflow-y: scroll;
}

.carousel-cat .carousel-cell {
  height: 50px;
  width: 100px;
  margin: 0 0 5px 0;
  cursor: pointer;
  opacity: 0.7;
}

.carousel-cat .carousel-cell.is-nav-selected {
  border: 3px solid #6d270e;
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}

.appliance-car {
  width: 100%;
}

.modal .modal-dialog {
  width: 1400px;
  height: 900px;
  max-width: 100%;
  margin-top: 7%;
}

.modal-content-kiosk {
  border: 3px solid #eee;
}

.modal-body-kiosk {
  padding: 1rem;
  background-color: #0b3d91;
}

.promo {
  margin: 20px 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  color: #eee;
}
.promo .promo-left {
  width: 70%;
  height: 710px;
  padding: 15px;
}
.promo .promo-left img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.promo .promo-right {
  display: flex;
  flex-flow: column nowrap;
  width: 30%;
  height: 710px;
  padding: 15px;
}
.promo .promo-right > div {
  height: 49%;
}
.promo h1 {
  text-align: center;
  margin: 0;
}

.promo_links {
  position: relative;
}
.promo_links:first-child {
  margin-bottom: 15px;
}

.promo_button_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  border: 8px solid #eee;
  border-radius: 5px;
  margin: 0 0 10px 0;
  height: 100%;
}

.promo_button_1:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../../../wp-content/uploads/2020/03/tankless-min.jpg");
  background-size: cover;
  opacity: 0.4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 3px;
}

.promo_button_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  border: 8px solid #eee;
  border-radius: 5px;
  margin: 0;
  height: 100%;
}

.promo_button_2:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../../../wp-content/uploads/2020/03/water_heater_1-min.jpg");
  background-size: cover;
  opacity: 0.4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 3px;
}

#recruitmentVideo {
  margin: 20px 0 0;
}

#career_culture {
  padding-bottom: 2%;
}

.career_title {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  margin-bottom: 3%;
}

.career_img img {
  height: auto;
  width: 80%;
  margin-left: 5%;
  margin-top: 5%;
  transform: rotate(-3deg);
  border: 1px solid #eee;
  padding: 6px;
  background-color: #fff;
}

.career_img_bene img {
  height: auto;
  width: 80%;
  margin-right: 5%;
  margin-top: 5%;
  transform: rotate(3deg);
  border: 1px solid #eee;
  padding: 6px;
  background-color: #fff;
}

.career_text {
  color: #fff;
  text-align: left;
  font-size: 1.1rem;
  border-right: 2px solid #eee;
}

.career_bene {
  color: #fff;
  text-align: left;
  font-size: 1.1rem;
  line-height: 2.2;
}

.recruitmentVideo {
  display: block;
  margin: 0 auto 3%;
}

.career_area {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 0 0 2% 0;
}

.career_panel {
  margin-left: 5px;
  margin-right: 5px;
  flex: 1 1 300px;
  grid-row-end: span 1;
  z-index: 51;
  background-color: #eee;
  padding: 15px;
}
.career_panel img {
  width: 100%;
  height: 33rem;
}
.career_panel h3 {
  padding-top: 10px;
  color: #333;
  font-weight: bold;
}
.career_panel p {
  color: #333;
  font-size: 1.1rem;
}

.product_text {
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  padding: 10px 0;
}

.svc_link {
  margin: 75px 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  color: #eee;
}
.svc_link > div {
  width: 50%;
  height: 590px;
  padding: 15px;
}
.svc_link h1 {
  text-align: center;
  margin: 0;
}

.svc_link_button_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  border: 8px solid #eee;
  border-radius: 5px;
  margin: 0;
  height: 100%;
}

.svc_link_button_1:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../../../wp-content/uploads/2020/03/service_pak-min.jpg");
  background-size: cover;
  opacity: 0.4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 3px;
}

.svc_link_button_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  border: 8px solid #eee;
  border-radius: 5px;
  margin: 0;
  height: 100%;
}

.svc_link_button_2:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../../../wp-content/uploads/2020/03/credit-min.jpg");
  background-size: cover;
  opacity: 0.4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 3px;
}

.video_link {
  margin: 75px 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  color: #eee;
}
.video_link > div {
  width: 100%;
  height: 600px;
  padding: 15px;
}
.video_link h1 {
  text-align: center;
  margin: 0;
}

.link_button_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  border: 8px solid #eee;
  border-radius: 5px;
  margin: 0;
  height: 100%;
}

.link_button_1:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../../../wp-content/uploads/2020/03/about_blossman-min.png");
  background-size: cover;
  opacity: 0.4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 3px;
}

.link_button_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  border: 8px solid #eee;
  border-radius: 5px;
  margin: 0;
  height: 100%;
}

.link_button_2:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../../../wp-content/uploads/2020/03/tv_blossman-min.png");
  background-size: cover;
  opacity: 0.4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 3px;
}

.link_button_3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  border: 8px solid #eee;
  border-radius: 5px;
  margin: 0;
  height: 100%;
}

.link_button_3:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../../../wp-content/uploads/2020/03/flame-min.jpg");
  background-size: cover;
  opacity: 0.4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 3px;
}

.container-fluid {
  margin-bottom: 9%;
}

.about_link {
  margin-top: 5%;
  text-align: center;
  color: #fff;
  font-size: 25px;
}

.first_row_1 img,
.first_row_2 img {
  width: 42rem;
}

.first_header h2,
.sec_header h2 {
  margin-top: 15px;
}

.sec_row_1 img,
.sec_row_2 img,
.sec_row_3 img {
  width: 32rem;
}

.videoHeader {
  text-align: center;
  color: #fff;
  font-size: 3rem;
}

.Vpanel1 .video-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.Vpanel1 h2 {
  font-size: 22px;
  text-align: center;
  margin: 15px 0;
  font-weight: bold;
  color: #1e3c83;
  text-transform: uppercase;
}

.services {
  width: 100%;
  margin-bottom: 9%;
  padding: 1.5rem 0 9rem;
}

.svc-para {
  display: block;
  margin: 2% auto;
  width: 90%;
  color: #fff;
  font-size: 1.8rem;
}

.services:last-child {
  margin-bottom: 9%;
}

.service_pay_intro {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  margin: 0 5% 3% 5%;
}

.service_para {
  text-align: left;
  color: #fff;
  font-size: 1.4rem;
  margin: 0 2%;
  border-radius: 5px;
}
.service_para img {
  display: block;
  margin: 0 auto;
  width: 85%;
  height: auto;
}

.service_para_1 {
  text-align: left;
  background-image: url("../img/03-service_payments/pamphlet_img/outside-254716_1280-min.jpg");
  background-size: cover;
  background-color: #d2d2d2;
  font-size: 1.5rem;
  border: 5px solid #eee;
  position: relative;
}

.service_para_1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}

.service_title {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  margin-bottom: 3%;
}

.service_sub_title {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  padding-bottom: 10px;
}

.service-header-1 {
  text-align: center;
  font-size: 2rem;
}

.service-header-2 {
  text-align: center;
  font-size: 1.5rem;
  background-color: #6cb33f;
  color: #fff;
}

.service-header-3 {
  text-align: center;
  font-size: 1.5rem;
  background-color: #005daa;
  color: #fff;
  border-top-right-radius: 8px;
}

.svg-inline--fa {
  color: #6cb33f;
}

.icon-blue {
  color: #005daa;
}

.budget {
  margin-top: 3%;
  text-align: center;
  font-size: 2vw;
}

.pak {
  font-size: 2vw;
  padding-top: 3%;
  border-bottom: 2px solid #fff;
}

.pak1 {
  font-size: 2vw;
  border-bottom: 2px solid #fff;
}

.servicePak {
  padding: 30px 15px 30px;
}

.pakStats h4 {
  font-size: 1.7vw;
  padding: 0.2em 0;
  margin-bottom: 0;
}

.pakStats p {
  font-size: 0.9vw;
  padding: 0.2em 0;
  margin-bottom: 1em;
}

.pakPrice {
  font-size: 5vw;
  text-align: center;
}

.pakPrice p {
  margin-top: -20px;
  margin-bottom: 0;
}

.savings {
  background-color: #ffff33;
  color: #dc3545;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  margin: 10px;
  height: 50%;
}

.savings p:first-child {
  margin-top: 10px;
}

.financing {
  padding: 1% 0;
}

.financingInner {
  margin: 0 auto;
}

.financing_title {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 3rem;
}

.financing p {
  padding: 0 15px 0 20px;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
}

.indent {
  text-align: left;
  text-indent: 60px;
}

.genText {
  margin-top: 10px;
}

.carousel-Service {
  background: inherit;
}

.carousel-cell-Svc {
  width: 60%;
  height: 500px;
  /* flex-box, center image in cell */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.carousel-cell-Svc img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  /* dim unselected */
  opacity: 0.7;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, transform 0.3s, -webkit-filter 0.3s, filter 0.3s;
  transition: opacity 0.3s, transform 0.3s, filter 0.3s;
}

/* brighten selected image */
.carousel-cell-Svc.is-selected img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: none;
  filter: none;
}

.service-pak-image img {
  background-color: #fff;
}

.panel-temp {
  margin-left: 5px;
  margin-right: 5px;
  flex: 1 1 300px;
  grid-row-end: span 1;
  z-index: 51;
  background-color: #fff;
  color: #333;
  padding: 10px;
  font-size: 250%;
}

.panel-temp img {
  width: 100%;
  height: auto;
  padding: 0;
}

.panel-temp h1 {
  font-size: 1.7rem;
  color: #1e3c83;
  font-weight: bold;
  margin-bottom: 0.4rem;
}

.panel-temp p {
  display: inline;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.text {
  color: #1e3c83;
}

.price {
  font-weight: bold;
  color: #000;
}

#modalImg {
  width: 40%;
}

.single-appliance {
  margin: 20px 20px;
  padding: 0 0 20px;
}

.appliance-image {
  padding: 10px;
}
.appliance-image img {
  display: block;
  margin: 1rem auto;
  width: 40%;
  height: auto;
  object-fit: cover;
}

.appliance-description {
  color: #000;
}
.appliance-description h1 {
  font-size: 3.5rem;
  color: #1e3c83;
  margin-top: 0;
}
.appliance-description p {
  font-size: 1.5rem;
}

.accordionButton {
  width: 100%;
  text-align: left;
  font-weight: bold;
  border-radius: 0;
  padding: 0.5rem 0;
  border: 0;
  box-shadow: 0px 2px 0px #444444;
  background-color: #fff;
  color: #1e3c83;
}
.accordionButton:focus {
  outline: none;
}

.accordion-toggler {
  float: right;
  margin: 0 2rem 0 0;
  position: relative;
  width: 40px;
  height: 40px;
}
.accordion-toggler span {
  position: absolute;
  transition: 0.5s;
  background: #1e3c83;
}
.accordion-toggler span:last-of-type {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
}

.collapsed .accordion-toggler {
  float: right;
  margin: 0 2rem 0 0;
  position: relative;
  width: 40px;
  height: 40px;
}
.collapsed .accordion-toggler span {
  position: absolute;
  transition: 0.5s;
  background: #1e3c83;
}
.collapsed .accordion-toggler span:first-of-type {
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%;
}
.collapsed .accordion-toggler span:last-of-type {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
}

.accordion-card-body {
  padding: 1.25rem 0;
  font-size: 1.5rem;
}

#outdoor-kitchens {
  margin: 2.5rem 12rem 12rem;
  padding: 0 1.5rem;
  line-height: 1.5;
}
#outdoor-kitchens .ok-line {
  height: 2.3px;
  margin: 0 0.75rem 2.5rem;
}

.ok-header-image > img {
  width: 100%;
  height: auto;
  margin: 0 0 2.5rem;
}

.ok-row {
  margin: 0 0 3rem;
}

.ok-header {
  font-size: 3rem;
  color: #0b3d91;
  text-align: center;
  margin: 0 0 2rem;
}

.ok-paragraph {
  font-size: 1.9rem;
  color: #808080;
  text-align: center;
  margin: 0 0 2rem;
}

.ok-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}
.ok-image img {
  width: auto;
  height: 90%;
}

.ok-subheading {
  font-size: 2.5rem;
  color: #0b3d91;
}

.ok-list {
  color: #808080;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0 1.2rem;
}
.ok-list li {
  padding: 0 0 0.25rem;
}

.ok-video {
  display: flex;
  justify-content: center;
  margin: 0 0 2rem;
}
.ok-video video {
  width: 80%;
  height: auto;
}

.ok-color-options {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.ok-color-options > div {
  flex: 0 0 33%;
}

.ok-color-options-inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 0.5rem;
}
.ok-color-options-inner img {
  margin: 0 0 1.2rem;
}
.ok-color-options-inner p {
  font-size: 1.1rem;
  text-align: center;
  margin: 0 0 1.2rem;
  padding: 0 0.5rem;
}

.kiosk_warm-front-container {
  margin: 2rem auto 180px;
  width: 70%;
}

.kiosk_warm-front-title {
  font-size: 3.5rem;
  color: #00468b;
}

.kiosk_warm-front-sub-title {
  font-size: 2.5rem;
  color: #00468b;
}

.kiosk_warm-front-text {
  font-size: 1.75rem;
  color: #808080;
}

.kiosk_warm-front-price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  line-height: normal;
  background-color: #ea1c2d;
  padding: 0.7rem 1.6rem;
  text-align: center;
  width: 100px;
  margin: 0 auto;
}

.kiosk_line {
  border-top-width: 2px;
  margin: 2.5rem 0 2rem;
}

.kiosk_warm-front-img-single img {
  margin: 0 auto;
  width: 400px;
  height: auto;
}

.kiosk_warm-front-video {
  display: flex;
  justify-content: center;
}
.kiosk_warm-front-video video {
  margin: 0 auto;
  width: 60%;
  height: auto;
  padding: 0 0 180px;
}

.kiosk_columns figure {
  margin: 1rem 0;
}

.kiosk_column-margin {
  margin: 2.5rem auto;
  width: 80%;
}

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