/*!
 Theme Name: Panic Base
 Theme URI: http://underscores.me/
 Author: Panic Marketing Oy
 Author URI: https://panic.fi
 Description: Panic Website Template
 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: pnc
 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.
 Panic Base 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/
 TINO KAARTOVUORI SCSS (muunnettu 2.5)
 */
/*--------------------------------------------------------------
 >>> 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
 --------------------------------------------------------------*/
/* Spaces */
/* Rounded corners */
/* Navigation bar */
/* Footer */
/* Contact Forms 7 */
/* Cookie Notice */
/*--------------------------------------------------------------
 # 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
 * `` 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: #012012;
  font-family: "Poppins", 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: #428587;
}
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: #428587;
}
a:visited {
  color: #428587;
}
a:hover, a:focus, a:active {
  color: #ccc;
}
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: 5px;
  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, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, 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%;
}
/* HTML
 --------------------------------------------- */
html {
  scroll-behavior: smooth;
}
/*--------------------------------------------------------------
 # Layouts
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Components
 --------------------------------------------------------------*/
/* Navigation
 --------------------------------------------- */
.main-navigation {
  display: block;
  margin-left: auto;
  width: auto;
  margin-right: 30px;
}
.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;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f3fbfd;
  display: flex;
  flex-direction: column;
}
.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;
  color: #428587;
}
.main-navigation ul ul :hover > a, .main-navigation ul ul .focus > a {
  color: #fd8431;
}
.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
  color: #fd8431;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #fd8431;
}
.main-navigation a {
  cursor: pointer;
  display: block;
  text-decoration: none;
  font-weight: 300;
  color: #428587;
  margin-left: 12.5px;
  margin-right: 12.5px;
  transition: 0.5s;
  /* Uppercase or not */
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
  color: #428587;
  font-weight: 300;
}
@media screen and (min-width: 700px) {
  .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: 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;
}
/* Page
 --------------------------------------------- */
.site {
  position: relative;
}
.site-main {
  padding-bottom: 200px;
}
.page-content {
  position: relative;
  height: calc(100vh - 200px - 90px - 85px);
}
/* Gutenberg Color Classes
 --------------------------------------------- */
.has-black-color {
  color: #2b2b2b !important;
}
.has-black-background-color {
  background-color: #2b2b2b !important;
}
.has-white-color {
  color: #fff !important;
}
.has-white-background-color {
  background-color: #fff !important;
}
.has-accent-01-color {
  color: #fd8431 !important;
}
.has-accent-01-background-color {
  background-color: #fd8431 !important;
}
.has-accent-01-tint-color {
  color: #ff9349 !important;
}
.has-accent-01-tint-background-color {
  background-color: #ff9349 !important;
}
.has-accent-02-color {
  color: #d33 !important;
}
.has-accent-02-background-color {
  background-color: #d33 !important;
}
.has-accent-02-tint-color {
  color: #a1ebed !important;
}
.has-accent-02-tint-background-color {
  background-color: #a1ebed !important;
}
.has-primary-color {
  color: #428587 !important;
}
.has-primary-background-color {
  background: #428587 !important;
}
.has-secondary-01-color {
  color: #f3fbfd !important;
}
.has-secondary-01-background-color {
  background-color: #f3fbfd !important;
}
.has-secondary-02-color {
  color: #81cbce !important;
}
.has-secondary-02-background-color {
  background-color: #81cbce !important;
}
.has-secondary-03-color {
  color: #053036 !important;
}
.has-secondary-03-background-color {
  background-color: #053036 !important;
}
.has-text-dark-color {
  color: #012012 !important;
}
.has-text-light-color {
  color: #fff !important;
}
/* Gutenberg Font Classes
 --------------------------------------------- */
.has-extra-small-font-size {
  font-size: 8px !important;
}
.has-small-font-size {
  font-size: 12px !important;
}
.has-medium-font-size {
  font-size: 16px !important;
}
.has-large-font-size {
  font-size: 38px !important;
}
.has-extra-large-font-size {
  font-size: 48px !important;
}
.has-massive-font-size {
  font-size: 62px !important;
}
/* Gutenberg Other Classes
 --------------------------------------------- */
.pnc-box-shadow {
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.2);
}
.pnc-text-shadow {
  text-shadow: 2px 3px 15px rgba(0, 0, 0, 0.2);
}
.pnc-button-hover a {
  transition: 0.5s !important;
}
.pnc-button-hover:hover a {
  box-shadow: inset 0 0 400px rgba(0, 0, 0, 0.4);
}
.pnc-title-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  bottom: -320px;
  left: 30px;
  width: 400px;
  height: 200px;
  background-color: #053036;
  z-index: 3;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s ease;
}
.pnc-title-container h1 {
  color: #f3fbfd;
}
.pnc-title-container:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 800px) {
  .pnc-title-container {
    transform: scale(0.8);
    left: -10px;
  }
  .pnc-title-container:hover {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 600px) {
  .pnc-title-container {
    transform: scale(0.7);
    left: -40px;
  }
  .pnc-title-container:hover {
    transform: scale(0.8);
  }
}
.pnc-video .wrapper-inner {
  padding: 0;
  margin: 0;
  max-width: unset;
  max-height: unset;
}
.pnc-video .wrapper-inner .wrapper-inner-blocks {
  width: 100%;
  max-width: unset;
  max-height: unset;
  margin: 0;
  padding: 0;
}
.pnc-video .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0;
}
.pnc-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: unset;
  max-height: unset;
}
.pnc-lift-wrapper {
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.gutentor-module-tabs-nav .gutentor-module-tabs-item {
  transition: 0.5s ease !important;
}
/* Gutenberg Blocks Columns
 --------------------------------------------- */
/*.wp-block-column {
 margin-left: $size__space-horizontal !important;
 margin-right: $size__space-horizontal !important;
 margin-bottom: $size__space-vertical !important;
 margin-top: $size__space-vertical !important;
 flex-grow: unset !important;
 }
 .wp-block-columns {
 margin: 0;
 }
 */
@media screen and (max-width: 599px) {
  .wp-block-column {
    margin-top: 12.5px;
    margin-bottom: 12.5px;
  }
}
/* Gutenberg Blocks Button
 --------------------------------------------- */
/*.wp-block-button__link {
 transition: 0.5s;
 &:hover {
 background-color: $color__secondary-02 !important;
 //color: $color__text-dark !important;
 }
 }*/
/* Site Header
 --------------------------------------------- */
/* Header container */
.site-header {
  background-color: #f3fbfd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99999;
  /* Implementing stickiness */
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
}
.site-header .site-branding {
  display: flex;
}
.site-header .site-branding img {
  margin-left: 20px;
  max-height: 90px;
  padding-top: 13px;
  padding-bottom: 13px;
  width: auto;
}
.site-main {
  /* Implementing stickiness */
  margin-top: 90px;
}
/* MOVE THESE */
.hero-title {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  margin: 0;
  font-size: calc(3vw + 20px);
  /*
   @media screen and (max-width: 1200px) {
   font-size: 48px;
   }
   @media screen and (max-width: 900px) {
   font-size: 32px;
   }
   */
}
@media screen and (max-width: 600px) {
  .hero-can {
    display: flex;
    flex-direction: column;
  }
  .hero-can img {
    width: 300px;
    margin-left: auto;
    justify-content: center;
  }
}
.many-cans img {
  transform: translate(-40%, 0);
  width: auto;
  max-height: 400px;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .many-cans img {
    transform: translate(0, 0);
    width: 100%;
    max-height: unset;
  }
}
.many-cans .wp-block-media-text__content {
  z-index: 10;
  padding-bottom: 25px;
  padding-top: 25px;
}
/* Site Footer
 --------------------------------------------- */
.site-footer {
  background-color: #053036;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.site-footer p {
  color: #fff;
}
.site-footer .site-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer .copyright {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.site-footer .copyright a {
  text-decoration: none;
  color: #fff;
}
.site-footer .footer-image-container {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
.site-footer .footer-image-container a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .footer-image-container a img {
  display: block;
  width: 33%;
  max-height: 90px;
  min-width: 160px;
  height: auto;
  object-fit: contain;
}
/* Site Main
 --------------------------------------------- */
main article {
  margin: 0 !important;
}
.page {
  margin: 0 !important;
}
/* Responsive Mobile Menu
 --------------------------------------------- */
.rmp_menu_trigger {
  display: none;
  background: #81cbce !important;
  width: 50px !important;
  height: 50px !important;
  top: 20px !important;
  right: 15px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  position: fixed !important;
}
.rmp_menu_trigger:hover {
  background: #fd8431 !important;
}
.rmp_menu_trigger .responsive-menu-pro-inner {
  width: 30px;
  background-color: #f3fbfd !important;
}
.rmp_menu_trigger .responsive-menu-pro-inner:after {
  background-color: #f3fbfd !important;
}
.rmp_menu_trigger .responsive-menu-pro-inner:before {
  background-color: #f3fbfd !important;
}
.rmp-container {
  background-color: #f3fbfd !important;
  z-index: 999999;
}
.rmp-container .rmp-menu-title {
  background-color: transparent !important;
  padding-bottom: 25px !important;
}
.rmp-container .rmp-menu-title a span {
  font-family: "Poppins", sans-serif !important;
  color: #fff !important;
}
.rmp-container .rmp-search-box input {
  margin-bottom: 20px !important;
  background-color: #81cbce !important;
  color: #fff !important;
}
.rmp-container .rmp-search-box input::placeholder {
  color: #fff !important;
}
.rmp-container .rmp-menu-wrap .rmp-menu-item {
  width: 100% !important;
}
.rmp-container .rmp-menu-wrap .rmp-menu-item .rmp-menu-item-link {
  background-color: transparent !important;
  color: #428587 !important;
}
.rmp-container .rmp-menu-wrap .rmp-menu-item .rmp-menu-item-link:hover {
  background-color: transparent !important;
  color: #fd8431 !important;
}
.rmp-container .rmp-menu-wrap .rmp-menu-current-item .rmp-menu-item-link {
  background-color: transparent !important;
  color: #428587 !important;
  font-weight: 300 !important;
}
.rmp-container .rmp-menu-wrap .rmp-menu-current-item .rmp-menu-item-link:hover {
  background-color: transparent !important;
  color: #fd8431 !important;
}
.rmp-container .rmp-menu-wrap .rmp-menu-subarrow {
  position: relative !important;
  margin-left: auto !important;
  color: #81cbce !important;
}
.rmp-container .rmp-menu-wrap .rmp-menu-item-link {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 12.5px !important;
  padding-right: 12.5px !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  font-weight: 300 !important;
  cursor: pointer !important;
}
.rmp-menu-additional-content {
  background-color: transparent !important;
  color: #fff !important;
}
.rmp-menu-title {
  padding: 10% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.rmp-menu-title img {
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
}
/* Form (Contact Forms 7)
 --------------------------------------------- */
.wpcf7-form {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wpcf7-form .upper-form {
  background-color: transparent;
  width: fit-content;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.wpcf7-form .under-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  width: 100%;
}
.wpcf7-form .ajax-loader {
  align-self: center;
  background-color: #428587;
  margin: 10px;
}
.wpcf7-form .ajax-loader::before {
  background-color: #428587;
}
.wpcf7-form .form-part {
  margin-left: 10px;
  margin-right: 10px;
  width: auto;
  min-width: 100px;
}
.wpcf7-form label {
  color: #fff;
  font-weight: bold;
}
.wpcf7-form p {
  color: #fff;
}
.wpcf7-form textarea, .wpcf7-form input[type="tel"], .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="number"] {
  width: 100%;
  background-color: transparent;
  border-radius: 0px;
  padding: 12.5px;
  outline: 0;
  color: #fff;
  transition: 0.5s;
  resize: none;
  border: 0;
  border-bottom: 1px solid #fff;
}
.wpcf7-form textarea:focus, .wpcf7-form input[type="tel"]:focus, .wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form input[type="number"]:focus {
  color: #ff9349;
}
.wpcf7-form textarea::placeholder, .wpcf7-form input[type="tel"]::placeholder, .wpcf7-form input[type="text"]::placeholder, .wpcf7-form input[type="email"]::placeholder, .wpcf7-form input[type="number"]::placeholder {
  color: #fff;
}
.wpcf7-form textarea {
  width: 100%;
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.5s;
  resize: none;
}
.wpcf7-form textarea:focus {
  color: #ff9349;
}
.wpcf7-form .form-submit-container {
  display: flex;
  justify-content: center;
}
.wpcf7-form .submit-button {
  font-size: 1.125em;
  cursor: pointer;
  padding: 0.667em 1.33em;
  background-color: #fd8431;
  color: #fff;
  border-radius: 0px;
  border: 0px;
  transition: 0.5s;
  width: auto;
  line-height: 1.5;
  margin-top: 10px;
}
.wpcf7-form .submit-button:hover {
  background-color: #fff;
  color: #012012;
}
.wpcf7-form .wpcf7-response-output {
  color: #fff;
  border: 1px solid #fff !important;
  border-radius: 0px;
  margin: 0 !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: #fd8431;
}
.video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  max-height: unset;
  max-width: unset;
}
.video-foreground, .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  max-width: unset;
  max-height: unset;
}
@media (min-aspect-ratio: 16 / 9) {
  .video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16 / 9) {
  .video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.pnc-hero-wrapper {
  padding-top: clamp(50px, 20vw, 250px) !important;
  padding-bottom: clamp(50px, 20vw, 100px) !important;
}
.uagb-buttons-repeater {
  transition: 0.5s;
  text-decoration: none;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.2);
}
/* Cookie notice
 --------------------------------------------- */
#cookie-notice {
  background-color: rgba(5, 48, 54, 1) !important;
}
#cookie-notice .cn-text-container {
  color: #fff !important;
}
.cn-button {
  background: #fd8431 !important;
  color: #fff !important;
  transition: 0.5s;
  width: 100px;
  border-radius: 0px !important;
}
.cn-button:hover {
  box-shadow: none !important;
  background: #fff !important;
  color: #012012 !important;
}
.cn-close-icon {
  display: none;
  box-shadow: none !important;
  transition: 0.5s;
  margin: 25px;
}
.cn-close-icon::before {
  box-shadow: none !important;
  background-color: #fd8431 !important;
}
.cn-close-icon::after {
  box-shadow: none !important;
  background-color: #fd8431 !important;
}
.cn-close-icon:hover::after {
  background-color: #fff !important;
}
.cn-close-icon:hover::before {
  background-color: #fff !important;
}
/* Page not found
 --------------------------------------------- */
.not-found {
  background-color: #f3fbfd;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-right: 30px;
  padding-left: 30px;
}
.not-found .page-header {
  color: #428587;
}
.not-found p {
  color: #428587;
}
/* BLOCKS
 --------------------------------------------- */
.border-radius-none {
  border-radius: 0px;
}
.border-radius-sm {
  border-radius: 3px;
}
.border-radius-md {
  border-radius: 8px;
}
.border-radius-lg {
  border-radius: 18px;
}
.border-radius-full {
  border-radius: 1000px;
}
/* PNC Image Card */
.pnc-image-card {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  line-height: 1.6;
  background: white;
}
.pnc-image-card .pnc-card-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.pnc-image-card:hover img, .pnc-image-card:focus img {
  transform: scale(1.1);
}
.pnc-image-card:hover .pnc-content-container, .pnc-image-card:focus .pnc-content-container {
  opacity: 0.6;
}
.pnc-image-card img {
  position: relative;
  transition: transform 0.7s ease;
  flex-shrink: 0;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  min-height: 40ch;
}
.pnc-image-card .pnc-content-container {
  padding: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  display: inline-block;
  opacity: 0;
}
.pnc-image-card .pnc-content-container p {
  position: relative;
  color: white;
  margin: 0;
  padding: 0;
}
.pnc-image-card .pnc-content-container .pnc-card-title {
  font-size: 2em;
  max-width: max-content;
}
.pnc-image-card .pnc-content-container .pnc-card-description {
  font-size: 1em;
}
/* PNC Anchor */
.pnc-anchor {
  position: relative;
  display: block;
  visibility: hidden;
  top: -170px;
}
/*--------------------------------------------------------------
 # 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: #acacac;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #428587;
  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;
}
