/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./library/style.scss ***!
  \*********************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Robotp:600,600i);
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./library/style.scss (1) ***!
  \*************************************************************************************************************************************************************************/
/******************************************************************
Site Name: Element
Author: Element Creative, LLC

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
/**************************************************
Stylesheet: Mixins Stylesheet
**************************************************/
/*******************
FONT MIXINS (size, color, weight, line-height)
********************/
/*********************
Column split into X columns
@include column-count(3);
*********************/
/*********************
Column split with px gap
@include column-gap(40px);
*********************/
/*********************
Column split style
@include column-rule-style(solid);
*********************/
/*********************
Column split border
@include column-rule(1px solid #ededed);
*********************/
/*********************
Background gradient 2 color
@include background-gradient($gray, #000);
*********************/
/*********************
Background gradient 3 color
@include accordion-gradient($gray, #000, #666);
*********************/
/*********************
Transform duration by X seconds
@include transition(1.5s);
*********************/
/*********************
Transform Rotate element by x degrees
@include rotate(180);
*********************/
/*********************
Creates a 6px arrow with pure css
@include arrow(#000);
*********************/
/*********************
Clip 10px corner off the bottom right corner
@include cornerclip(#000);
*********************/
/*********************
Clip 3px corner off the bottom right corner
@include cornerclipsmall(#000);
*********************/
/*********************
Clip 10px corner off the top right corner
@include cornercliptop(#000);
*********************/
/*********************
Clip 10px corner off the top left corner
@include cornercliptopleft(#000);
*********************/
/*! normalize.css v8.0.0 | 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 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
   ========================================================================== */
/**
 * 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

/**
 * 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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

/**************************************************
Stylesheet: Mobile Menu Slide Stylesheet
**************************************************/
.logged-in #panel {
  top: 46px;
}

.no-scroll {
  overflow: hidden;
}

#wrapper-header {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  left: 0;
}

#wrapper {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  left: 0;
}

#mobile-menu-button {
  width: 40px;
  height: auto;
  cursor: pointer;
  position: absolute;
  top: 67px;
  right: 20px;
  display: none;
}
#mobile-menu-button img {
  width: 100%;
  height: auto;
}

#closemenu {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 10px;
  right: 10px;
  z-index: 9999;
  cursor: pointer;
}
#closemenu:before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #222222;
  position: absolute;
  top: 50%;
  right: 10px;
  transition: 0.2s ease-in-out;
  transform: translateY(-50%) rotate(45deg);
}
#closemenu:after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #222222;
  position: absolute;
  top: 50%;
  right: 10px;
  transition: 0.2s ease-in-out;
  transform: translateY(-50%) rotate(-45deg);
}
#closemenu:hover:before {
  transform: translateY(-50%) rotate(135deg);
}
#closemenu:hover:after {
  transform: translateY(-50%) rotate(-135deg);
}

#panel {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  right: -100%;
  position: fixed;
  top: 0;
  padding: 0;
  z-index: 999;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
#panel div.menu-main-menu-container ul#menu-main-menu li.noclick > a,
#panel #main-menu div.menu-main-menu-container ul.main-nav li.noclick > a {
  cursor: pointer !important;
  pointer-events: auto !important;
}
#panel p.mobile-header {
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #222222;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  margin: 0;
  padding: 15px 0;
}
#panel #mobile-menus-wrap {
  overflow: scroll;
  height: calc(100% - 46px);
  padding: 90px 30px 0 30px;
}
#panel #mobile-menus-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none !important;
}
#panel #mobile-menus-wrap ul li {
  border-bottom: #dddddd solid 1px;
  list-style: none;
  margin: 0;
  padding: 0;
  outline: none;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#panel #mobile-menus-wrap ul li.current-menu-item a:hover {
  cursor: default;
}
#panel #mobile-menus-wrap ul li.current-menu-item a:before {
  background: #ffcc00;
}
#panel #mobile-menus-wrap ul li a {
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #222222;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  margin: 0;
  padding: 8px 38px 8px 0;
  display: block;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
#panel #mobile-menus-wrap ul li a::before {
  content: url("/wp-content/themes/element/assets/images/chevron-right-icon-black.svg");
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 0;
  border: #222 solid 1.4px;
  border-radius: 40px;
  transition: right 0.25s ease-in-out;
}
#panel #mobile-menus-wrap ul li a:hover::before {
  background-color: #fc0;
}
#panel #mobile-menus-wrap ul li.menu-item-has-children {
  position: relative;
}
#panel #mobile-menus-wrap ul li.menu-item-has-children:hover {
  cursor: pointer;
}
#panel #mobile-menus-wrap ul li.menu-item-has-children:hover::before {
  background-color: #fc0;
}
#panel #mobile-menus-wrap ul li.menu-item-has-children::before {
  content: url("/wp-content/themes/element/assets/images/chevron-down-icon-black.svg");
  vertical-align: middle;
  display: inline-block;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  position: absolute;
  top: 12px;
  right: 0;
  height: 20px;
  width: 20px;
  border: #222 solid 1.4px;
  border-radius: 40px;
}
#panel #mobile-menus-wrap ul li.menu-item-has-children.rotate-icon::before {
  background-color: #fc0;
  transform: rotate(180deg);
  transition: 0.25s ease-in-out;
}
#panel #mobile-menus-wrap ul li.menu-item-has-children > a {
  pointer-events: none;
  position: relative;
  display: inline-block;
}
#panel #mobile-menus-wrap ul li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transition: 0.2s ease-in-out;
  transform: translateY(-50%);
  border: none;
}
#panel #mobile-menus-wrap ul li.menu-item-has-children.active ul.sub-menu {
  max-height: 600px;
  overflow: hidden;
  padding: 0;
}
#panel #mobile-menus-wrap ul li.menu-item-has-children.active ul.sub-menu li {
  border-bottom: none;
}
#panel #mobile-menus-wrap ul li.menu-item-has-children.active a:after {
  transform: translateY(-50%) rotate(0deg);
}
#panel #mobile-menus-wrap ul li.menu-item-has-children.active .sub-menu a:after {
  transform: translateY(0) rotate(0deg);
}
#panel #mobile-menus-wrap ul li ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}
#panel #mobile-menus-wrap ul li ul.sub-menu li:first-child a {
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #222222;
  font-weight: 600;
  line-height: 30px;
}
@media only screen and (max-width: 400px) {
  #panel #mobile-menus-wrap ul li ul.sub-menu li:first-child a {
    font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    line-height: 26px;
  }
}
#panel #mobile-menus-wrap ul li ul.sub-menu li a {
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #222222;
  font-weight: 600;
  line-height: 30px;
}
@media only screen and (max-width: 400px) {
  #panel #mobile-menus-wrap ul li ul.sub-menu li a {
    font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    line-height: 26px;
  }
}

#panel-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #222222;
  position: absolute;
  cursor: pointer;
  z-index: 997;
  left: -100%;
  opacity: 0;
  transition: left 0s ease 0.7s, opacity 0.7s ease 0s;
}

.mobile-btn {
  background: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  height: 42px;
  right: 10px;
  position: absolute;
  margin-right: 8px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 42px;
  z-index: 9999;
  display: none;
}
.mobile-btn span {
  opacity: 1;
  background-color: #222222;
  clear: both;
  display: block;
  height: 3px;
  margin: 0 auto 3px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 21px;
  left: 8px;
}
.mobile-btn span.one {
  top: 10px;
}
.mobile-btn span.two {
  top: 18px;
}
.mobile-btn span.three {
  top: 26px;
}
.mobile-btn:hover span, .mobile-btn:active span {
  background-color: #222222;
}

body.mobile-menu-view #panel-overlay {
  right: 0%;
  opacity: 0;
  transition: left 0s ease 0s, opacity 0.3s ease 0s;
}
body.mobile-menu-view #panel {
  right: 0%;
  box-shadow: 0 0 5px #222222;
}
body.mobile-menu-view .mobile-btn span {
  background-color: #222222;
}
body.mobile-menu-view .mobile-btn span.two {
  opacity: 0;
}
body.mobile-menu-view .mobile-btn span.one {
  top: 18px;
  transform: rotate(45deg);
}
body.mobile-menu-view .mobile-btn span.three {
  top: 18px;
  transform: rotate(-45deg);
}

#searchwrap {
  border: none !important;
}

#search-mobile {
  display: none;
  background-image: url("/assets/images/icon-search.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 42px;
  height: 44px;
  padding: 15px;
  cursor: pointer;
  top: 64px;
  right: 60px;
  border-left: 1px solid #606266;
  border-right: 1px solid #606266;
}
#search-mobile.mobile {
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  overflow: hidden;
  position: absolute;
  background: #606266;
  width: 150px !important;
  height: auto;
  max-height: 0;
  border: 1px solid #4f5d5c;
  margin: 15px auto 0;
  top: 93px;
  right: 10px;
}
#search-mobile.mobile.active-mobilebtn {
  max-height: 44px;
}
#search-mobile.mobile input#s {
  margin: 1px 0 1px 1px;
  background: #ffffff;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: 1px solid #606266;
  border-radius: 0;
  width: 75%;
  height: 42px;
  padding: 0 10px;
  color: #222222;
  float: left;
  line-height: 1em;
  box-sizing: border-box;
}
#search-mobile.mobile input#searchsubmit {
  margin: 1px 1px 1px 0;
  border: none;
  background: #222222;
  border-radius: 0;
  width: 23%;
  height: 42px;
  padding: 0;
  color: #ffffff;
  float: right;
  line-height: 1em;
  box-sizing: border-box;
}
#search-mobile.mobile input#searchsubmit:hover {
  background: #606266;
}

@media only screen and (max-width: 767px) {
  #search-mobile,
  .mobile-btn {
    display: block;
  }
  #wrapper-header #mobile-menu-button {
    display: block;
    z-index: 9999;
  }
}
/*iPhone 5 styles (320px and smaller)*/
@media only screen and (max-width: 330px) {
  body.mobile-menu-view #page-wrapper {
    left: -265px;
  }
  body.mobile-menu-view #wrapper-header,
  body.mobile-menu-view #wrapper {
    left: -265px;
  }
  #panel {
    width: 265px;
    right: -275px;
  }
  #panel #mobile-menus-wrap {
    font-size: 16px;
  }
  #panel #mobile-menus-wrap ul li a {
    width: 100%;
    background-position: 243px center !important;
  }
  #panel #mobile-menus-wrap ul li.menu-item-has-children a {
    width: 264px;
    background-position: 243px center !important;
  }
  #panel #mobile-menus-wrap ul li ul.sub-menu {
    width: 100%;
  }
  #panel #mobile-menus-wrap ul li ul.sub-menu.sub-menu-show-panel .sub-menu-show-panel {
    left: 0px;
    width: 264px;
  }
  #panel #mobile-menus-wrap ul li ul.sub-menu li ul.sub-menu.sub-menu-show-panel .sub-menu-show-panel {
    width: 264px;
  }
}
.social {
  padding-top: 20px;
}
.social svg {
  margin: 0 14px;
}
.social svg:hover path {
  fill: #ffcc00;
  transition: fill 0.25s ease-in-out;
}

.company-contact-info address {
  margin-top: 30px;
  line-height: 1.4;
}

ul#menu-footer-bottom-menu li a {
  line-height: 1;
}
ul#menu-footer-bottom-menu li a::before {
  content: "" !important;
}

ul#menu-footer-menu-3 li:first-child {
  display: none;
}

/**************************************************
Stylesheet: Gravity Form Customized Stylesheet
-Could disable the main gravity forms stylesheet 
and only use styles we need to reduce stylesheet size.
**************************************************/
body .gform_wrapper.gravity-theme .gform_body {
  display: inline-block;
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  line-height: 1.2em;
  width: 100%;
}
body .gform_wrapper.gravity-theme label {
  display: block !important;
}
body .gform_wrapper.gravity-theme .gfield_label {
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  line-height: 1.2em;
}
body .gform_wrapper.gravity-theme .ginput_container input,
body .gform_wrapper.gravity-theme .ginput_container textarea {
  padding: 10px 15px !important;
  border: 1px solid #606266;
  outline: none;
  background: #ffffff;
  overflow: visible;
}
body .gform_wrapper.gravity-theme .gform_wrapper .top_label input.medium,
body .gform_wrapper.gravity-theme .gform_wrapper .top_label select.medium {
  width: 100%;
}
body .gform_wrapper.gravity-theme .button {
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #222222;
  font-weight: 800;
  line-height: 1em;
  background: #606266;
  border: none;
  padding: 15px 40px;
  text-transform: uppercase;
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .button:hover {
  color: #222222;
  background: #dddddd;
}
body .gform_wrapper.gravity-theme .gform_footer {
  margin: 0;
}
body .gform_wrapper.gravity-theme .gform_wrapper textarea.small {
  height: 120px;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea:-moz-placeholder,
input:-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  line-height: 1em;
  opacity: 1;
}

/**************************************************
Stylesheet: Typography
**************************************************/
h1 {
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 36px;
  color: #222222;
  font-weight: 800;
  line-height: 1.4em;
  letter-spacing: 3px;
}

h2 {
  font-family: "Oswald", sans-serif, Helvetica, Arial, sans-serif;
  font-display: swap;
  font-size: 18px;
  color: #222222;
  font-weight: 500;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 1.92px;
  line-height: 120%;
}

h3 {
  font-family: "Oswald", sans-serif, Helvetica, Arial, sans-serif;
  font-display: swap;
  font-size: 24px;
  color: #222222;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
}

p {
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #222222;
  font-weight: 400;
  line-height: 1.4em;
  margin: 16px 0;
  padding: 0;
}

strong {
  color: #222222;
}

a {
  color: #222222;
  outline: none;
  opacity: 1;
}

a:hover {
  color: #003142;
  outline: none;
}

sup {
  font-size: 0.7em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
sup,
strong,
a {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 48px;
  }
  p {
    font-size: 18px;
  }
}
/**************************************************
Stylesheet: Header Option 1
**************************************************/
#wrapper-all {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
}

#wrapper-header-top {
  display: flex;
  align-items: center;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  color: #ffffff;
}
@media screen and (min-width: 1020px) {
  #wrapper-header-top {
    display: flex;
    align-items: center;
  }
}

#wrapper-header {
  background: #ffffff;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

#logo {
  padding: 15px 0;
  margin: 0;
  width: 140px;
}
#logo a {
  display: block;
}
#logo img {
  width: 100%;
  max-width: 136px;
  height: auto;
}

#top-menu {
  background-color: #222222;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
#top-menu .menu-top-menu-container {
  width: 100%;
  max-width: 1300px;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  padding-right: 30px;
}
#top-menu .menu-top-menu-container ul.menu li a {
  color: #ddd;
  transition: color 0.25s ease-in-out;
  margin: 0 15px;
  padding: 0 0 5px 0;
}
#top-menu .menu-top-menu-container ul.menu li a:hover {
  color: #ddd;
  border-bottom: #ffffff 1.5px solid;
}
#top-menu .search-button {
  display: inline-table;
  margin: 0 0 0 12px;
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #222222;
  font-weight: 400;
  line-height: 1.4em;
}
#top-menu ul {
  margin: 0;
  padding: 20px 0;
}
#top-menu ul li {
  display: inline-block;
}
#top-menu ul li:last-child a {
  padding-right: 0;
  border-right: 0;
}
#top-menu ul a {
  text-decoration: none;
  padding: 0 15px 0 12px;
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2em;
}

#hiddensearchbox {
  position: absolute;
  right: 0px;
  top: -200px;
  background: #ffffff;
  padding: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 9999;
}
#hiddensearchbox.active {
  opacity: 1;
  top: 25px;
}
#hiddensearchbox form#searchform {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}
#hiddensearchbox form#searchform > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#hiddensearchbox label {
  display: block;
}
#hiddensearchbox input {
  padding: 0px 15px;
  outline: none;
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #222222;
  font-weight: normal;
  line-height: 28px;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #222222;
  border-left: 1px solid #222222;
  border-bottom: 1px solid #222222;
  border-right: none;
  margin: 0;
}
#hiddensearchbox input::-webkit-input-placeholder {
  color: #222222;
}
#hiddensearchbox input[type=submit] {
  background-color: #222222;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #222222;
  line-height: 1em;
  letter-spacing: 0.05em;
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  padding: 0px 8px;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  line-height: 28px;
}
#hiddensearchbox input[type=submit]:hover {
  background-color: #ffcc00;
  color: #222222;
  background-position: 90% 50%;
}

.search-button {
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #222222;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  right: 30px;
  top: 18px;
  margin-top: 10px;
  padding: 0 20px 0 12px;
  cursor: pointer;
  display: none;
}
@media screen and (min-width: 768px) {
  .search-button {
    display: block;
  }
}
.search-button:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  font-size: 0;
  -webkit-appearance: none;
  border: none;
  background: url("/wp-content/themes/element/assets/images/icon-search.svg") white;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#main-menu {
  margin-left: 30px;
}
#main-menu ul.menu {
  margin: 0;
  padding: 0;
}
#main-menu ul.menu li {
  display: inline-block;
  position: relative;
  padding: 0;
}
#main-menu ul.menu li.menu-item-has-children::after {
  content: url("/wp-content/themes/element/assets/images/chevron-down-icon-black.svg");
  vertical-align: middle;
  display: inline-block;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#main-menu ul.menu li.menu-item-has-children.rotate-icon::after {
  transform: rotate(180deg);
  transition: 0.25s ease-in-out;
}
#main-menu ul.menu li.menu-item-has-children a {
  margin-right: 0;
}
#main-menu ul.menu li:hover > a, #main-menu ul.menu li.current_page_item > a {
  border-bottom: #222222 2px solid;
}
#main-menu ul.menu li a {
  border-top: transparent 2px solid;
  border-bottom: transparent 2px solid;
  font-weight: 600;
  text-decoration: none;
  margin: 0 12px;
  padding: 2px 0;
  color: #222222;
  line-height: 1.6em;
  display: inline-block;
}
#main-menu ul.menu li a:hover {
  border-bottom: #222222 2px solid;
}
#main-menu ul.menu li ul.sub-menu.show {
  max-height: 600px;
  box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
}
#main-menu ul.menu li ul.sub-menu {
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 336px;
  padding: 0;
  margin: 0;
  margin-top: 12px;
  transition: 0.2s ease-in-out;
  max-height: 0;
  overflow: hidden;
  border-radius: 8px;
  z-index: 9999;
}
#main-menu ul.menu li ul.sub-menu li {
  width: 100%;
}
#main-menu ul.menu li ul.sub-menu li:first-child {
  margin-top: 20px;
}
#main-menu ul.menu li ul.sub-menu li:last-child {
  margin-bottom: 20px;
}
#main-menu ul.menu li ul.sub-menu li:last-child.all-bottom-link {
  background-color: #ddd;
  margin: 20px 0 0 0;
  padding: 20px;
}
#main-menu ul.menu li ul.sub-menu li:last-child.all-bottom-link a::after {
  content: url("/wp-content/themes/element/assets/images/arrow-right-black.svg");
  display: inline-block;
  height: 12px;
  width: 12px;
  vertical-align: top;
  margin-left: 8px;
  padding-top: 2px;
}
#main-menu ul.menu li ul.sub-menu li:last-child.all-bottom-link a:hover {
  background-color: transparent;
}
#main-menu ul.menu li ul.sub-menu li a {
  border-bottom: none;
  text-align: left;
  display: block;
  transition: 0.2s ease-in-out;
  margin: 0 20px;
  padding: 12px;
}
#main-menu ul.menu li ul.sub-menu li a:hover {
  background-color: #fc0;
  border-radius: 8px;
  color: #000;
}

@media only screen and (max-width: 767px) {
  #top-menu,
  #main-menu {
    display: none;
  }
}
/**************************************************
Stylesheet: General Template Structure
**************************************************/
/*********************
AOS | Initially hide elements so they don't flash if elements inview on page load
*********************/
.initialhide:not(.aos-animate) {
  opacity: 0;
  transition: none;
}

/*********************
CLEARFIX
*********************/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*********************
LAYOUT & GRID STYLES
*********************/
div {
  box-sizing: border-box;
}

section {
  box-sizing: border-box;
}

/*********************
GENERAL STYLES
*********************/
html,
body {
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  line-height: 1em;
  background: #ffffff;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-width: 320px;
  padding: 0;
  margin: 0 auto;
}

#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#wrapper-main {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  background: #ffffff;
}

section {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
section .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 20px;
}

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

/******************************************
MINOR TEMPLATE STYLES
******************************************/
/*********************
404 PAGE STYLES
*********************/
section.error-404 .inner {
  padding: 90px 20px;
  text-align: center;
}
section.error-404 h1 {
  margin: 0;
  padding: 0;
}
section.error-404 input[type=search] {
  padding: 10px 15px !important;
  line-height: 1.4em;
  border: 1px solid #606266;
  outline: none;
  color: #ffffff;
  font-weight: 300;
  background: #ffffff;
  margin: 0;
}
section.error-404 input[type=submit] {
  background: #034f63;
  border: none;
  color: #ffffff;
  padding: 15px 40px;
  line-height: 1em;
  text-transform: uppercase;
  cursor: pointer;
}

/*********************
SEARCH RESULTS PAGE STYLES
*********************/
section.content-wrap-search article {
  border: 1px solid #606266;
  margin: 0 auto 20px auto;
  padding: 20px;
}
section.content-wrap-search article a {
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #222222;
  font-weight: 800;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
section.content-wrap-search article p {
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0 0 15px 0;
}
section.content-wrap-search article .entry-meta p,
section.content-wrap-search article .entry-summary p {
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  line-height: 1.4em;
}
section.content-wrap-search article .entry-meta p:last-child,
section.content-wrap-search article .entry-summary p:last-child {
  margin: 0;
}
section.content-wrap-search .page-header {
  margin: 0 0 35px 0;
}
section.content-wrap-search .nav-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
section.content-wrap-search .nav-links a {
  color: #034f63;
  text-decoration: none;
}
section.content-wrap-search .nav-links .nav-next a {
  padding-right: 30px;
}
section.content-wrap-search .nav-links .nav-next a:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
  background-image: url("/wp-content/themes/element/assets/images/arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section.content-wrap-search .nav-links .nav-next a:hover:after {
  right: 5px;
}
section.content-wrap-search .nav-links .nav-previous a {
  padding-left: 30px;
}
section.content-wrap-search .nav-links .nav-previous a:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.2s ease-in-out;
  background-image: url("/wp-content/themes/element/assets/images/arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section.content-wrap-search .nav-links .nav-previous a:hover:before {
  left: 5px;
}

/******************************************
BREADCRUMB STYLES
******************************************/
.breadcrumbs {
  width: 100%;
  max-width: 1418px;
  margin: 0 auto;
  background: #ffffff;
  padding: 12px 30px;
}
.breadcrumbs span a {
  padding-left: 0px;
  position: relative;
  font-family: "Oswald", sans-serif, Helvetica, Arial, sans-serif;
  font-display: swap;
  font-size: 18px;
  color: #4f5d5c;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.breadcrumbs span a:before {
  content: " > ";
}
.breadcrumbs > span:last-child {
  display: none;
}
.breadcrumbs > span:first-child a {
  padding-left: 25px;
  position: relative;
  font-family: "Oswald", sans-serif, Helvetica, Arial, sans-serif;
  font-display: swap;
  font-size: 18px;
  color: #4f5d5c;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.breadcrumbs > span:first-child a:before {
  content: "";
}
.breadcrumbs > span:first-child a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 14px;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
  background-image: url("/wp-content/themes/element/assets/images/arrow-gray.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.breadcrumbs > span:first-child a:hover:after {
  left: 8px;
}

/**************************************************
Stylesheet: Footer Option 1 
**************************************************/
#wrapper-footer {
  background: #606266;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 40;
}
#wrapper-footer #footer {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
  color: #ffffff;
}
#wrapper-footer .footer-menu {
  border-bottom: 1px solid #ffffff;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  #wrapper-footer .footer-menu {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 65px 0;
  }
}
#wrapper-footer .footer-menu .social svg {
  margin: 0 2px;
}
#wrapper-footer .footer-menu .company-contact-info {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  #wrapper-footer .footer-menu .company-contact-info {
    align-items: flex-start;
  }
}
#wrapper-footer .footer-menu .company-contact-info address {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  padding: 32px 0 40px 0;
}
#wrapper-footer .footer-menu .company-contact-info .social a {
  display: inline-block;
  padding: 5px;
}
#wrapper-footer .footer-menu .menu {
  display: none;
  justify-content: space-evenly;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #wrapper-footer .footer-menu .menu {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-grow: 3;
    flex-basis: 50%;
  }
}
#wrapper-footer .footer-menu .menu h2 {
  font-family: "Roboto", sans-serif, sans-serif;
  font-size: 14px;
  color: #ffcc00;
  letter-spacing: 0;
  padding-bottom: 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #wrapper-footer .footer-menu .menu h2 {
    text-align: left;
  }
}
#wrapper-footer .footer-menu .menu ul.menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#wrapper-footer .footer-menu .menu ul li {
  list-style: none;
  position: relative;
}
#wrapper-footer .footer-menu .menu ul li.current-menu-item > a, #wrapper-footer .footer-menu .menu ul li.current_page_ancestor > a, #wrapper-footer .footer-menu .menu ul li:hover > a {
  border-bottom: #ffffff 2px solid;
}
#wrapper-footer .footer-menu .menu ul li > a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 2px;
  margin-bottom: 14px;
  display: block;
  border-bottom: transparent 2px solid;
}
#wrapper-footer .footer-menu .menu a {
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
#wrapper-footer .footer-menu .menu ul.sub-menu {
  margin: 0;
  padding: 0;
}
#wrapper-footer .footer-menu .menu ul.sub-menu li a {
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
  padding: 0 0 12px;
  display: block;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #wrapper-footer .footer-menu .menu ul.sub-menu li a {
    font-size: 16px;
  }
}
#wrapper-footer .footer-menu .menu .menu-footer-menu-container {
  width: 100%;
}
#wrapper-footer .footer-menu .newsletter-signup {
  display: flex;
  flex-basis: 25%;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  #wrapper-footer .footer-menu .newsletter-signup {
    padding-top: 0;
  }
}
#wrapper-footer .footer-menu .newsletter-signup form {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  align-items: flex-start;
}
#wrapper-footer .footer-menu .newsletter-signup form label {
  color: #ffffff;
  padding-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
}
#wrapper-footer .footer-menu .newsletter-signup form input {
  width: 100%;
  margin-bottom: 18px;
  height: 40px;
  border-radius: 8px;
  border: none;
  padding-left: 12px;
  outline: transparent 1px solid !important;
}
#wrapper-footer .footer-menu .newsletter-signup form input:focus, #wrapper-footer .footer-menu .newsletter-signup form input:active {
  outline: #ffcc00 1px solid !important;
}
#wrapper-footer .footer-menu .newsletter-signup form button {
  font-style: normal;
  margin-top: 0;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
#wrapper-footer .footer-menu .newsletter-signup form button:hover {
  cursor: pointer;
}
#wrapper-footer .footer-bottom {
  width: 100%;
  padding: 10px 0;
  flex: 0 0 100%;
  position: relative;
}
#wrapper-footer .footer-bottom .inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 35px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #wrapper-footer .footer-bottom .inner {
    flex-direction: row;
  }
}
#wrapper-footer .footer-bottom p {
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
}
#wrapper-footer .footer-bottom .copy {
  flex: 0 0 50%;
  order: 2;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #wrapper-footer .footer-bottom .copy {
    order: 1;
  }
}
#wrapper-footer .footer-bottom .copy p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #wrapper-footer .footer-bottom .copy p {
    font-size: 16px;
  }
}
#wrapper-footer .footer-bottom .menu-footer-bottom-menu-container {
  order: 1;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #wrapper-footer .footer-bottom .menu-footer-bottom-menu-container {
    order: 2;
    padding-bottom: 0;
  }
}
#wrapper-footer .footer-bottom .menu-footer-bottom-menu-container ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#wrapper-footer .footer-bottom .menu-footer-bottom-menu-container ul li {
  padding-left: 1em;
}
#wrapper-footer .footer-bottom .menu-footer-bottom-menu-container ul li:first-child {
  padding-left: 0;
}
#wrapper-footer .footer-bottom .menu-footer-bottom-menu-container ul li a {
  color: #ffffff;
  border-bottom: transparent 1px solid;
}
#wrapper-footer .footer-bottom .menu-footer-bottom-menu-container ul li a:hover {
  border-bottom: #ffffff 1px solid;
}
#wrapper-footer .footer-bottom a {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #wrapper-footer #footer {
    flex-direction: column;
  }
  #wrapper-footer .copy {
    flex: 100%;
    text-align: center;
  }
  #wrapper-footer .social {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 599px) {
  #wrapper-footer span {
    display: block;
  }
  #wrapper-footer a {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  #wrapper-footer {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 950px) {
  #wrapper-footer .menu ul.menu {
    justify-content: center;
    flex-wrap: wrap;
  }
  #wrapper-footer .menu ul.menu > li {
    flex: 0 0 33.33%;
  }
}
@media only screen and (max-width: 600px) {
  #wrapper-footer .menu ul.menu {
    justify-content: center;
    flex-wrap: wrap;
  }
  #wrapper-footer .menu ul.menu > li {
    flex: 0 0 50% !important;
    text-align: center;
  }
}
@media screen and (min-width: 601px) {
  #wrapper-footer {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #wrapper-footer {
    text-align: left;
  }
}
@media only screen and (max-width: 500px) {
  #wrapper-footer .menu ul.menu {
    justify-content: center;
    flex-wrap: wrap;
  }
  #wrapper-footer .menu ul.menu > li {
    flex: 0 0 100% !important;
    text-align: center;
  }
}

/**************************************************
Stylesheet: Buttons
**************************************************/
.button {
  background: #ffcc00;
  border: 0;
  border-radius: 25px;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 1;
  margin-top: 18px;
  padding: 8px 20px;
  transition: 500ms 0, border 500ms;
  overflow: hidden;
  position: relative;
  max-width: max-content;
}
@media screen and (min-width: 768px) {
  .button {
    font-size: 18px;
    padding: 12px 35px;
  }
}
.button__text {
  position: relative;
  display: inline-block;
  transform: translateY(0) translateX(0);
  transition: transform 500ms;
}
.button__text:before, .button__text:after {
  content: "";
  background: #222;
  display: block;
  position: absolute;
  bottom: -3px;
  right: -2px;
  width: 1.6px;
  height: 7px;
  transition: transform 500ms, opacity 500ms;
  opacity: 0;
}
.button__text:before {
  transform: translateX(6px) translateY(-8px) rotate(-70deg);
}
.button__text:after {
  transform: translateX(6px) translateY(-8px) rotate(70deg);
}
.button:hover {
  background: #fdb913;
}
.button:hover .button__text {
  transform: translateX(-5px);
}
.button:hover .button__text:before {
  transform: translateX(15px) translateY(-9px) rotate(-45deg);
  opacity: 1;
}
.button:hover .button__text:after {
  transform: translateX(15px) translateY(-5px) rotate(45deg);
  opacity: 1;
}

.page-template-default .wrapper-page .button {
  padding: 13px 35px;
  line-height: 1.2;
  margin-top: 24px;
  display: inline-block;
}
.page-template-default .wrapper-page .button .button__text:before, .page-template-default .wrapper-page .button .button__text:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: -2px;
  width: 1.6px;
  height: 7px;
}

.button.black {
  margin-top: 24px;
  background-color: #222222;
  color: #ffffff;
}
.button.black .button__text:before, .button.black .button__text:after {
  content: "";
  background: #ffffff;
  display: block;
  position: absolute;
  bottom: -1px;
  right: -2px;
  width: 1.6px;
  height: 7px;
}

@media print {
  /**************************************************
  Stylesheet: Print Stylesheet
  **************************************************/
  * {
    background: transparent !important;
    color: #222222 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #222222 !important;
  }
  a:after, a:visited:after {
    content: "";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: "";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #606266;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}

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