/* form.login-form input[type=password], form.login-form input[type=text] {
    text-transform: unset;
} */

/* .tabs-panel img {
    overflow: visible;
} */
body {
  display: initial;
}

html {
  scroll-behavior: smooth;
}

textarea {
   resize: none;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.callout {
  display: none;
}

.callout.success {
  display: block;
}

#main-content-container {
  position: relative;
}

/* Home Slider */

.hero-slider {
  display: none;
}

.slick-initialized {
  display: block;
}

.hero-slider-container {
    overflow: hidden;
}

.slick-accessible .slick-dots {
    top: 81% !important;
}

.slick-accessible .slick-dot-content {
  background: #fff !important;
  color: #000 !important;
}

.slick-controls {
    position: absolute !important;
    top: 24px;
}

ul.slick-controls {
    width: 100%;
}

button.slick-pause.slick-control {
    background-color: #51534A !important;
    height: 30px !important;
    width: 30px !important;
}

button.slick-next.slick-arrow.slick-control:hover, button.slick-prev.slick-arrow.slick-control:hover, .button.slick-next.slick-arrow.slick-control:active, button.slick-prev.slick-arrow.slick-control:active, button.slick-next.slick-arrow.slick-control:focus, button.slick-prev.slick-arrow.slick-control:focus{
  color: #000;
}

.slick-pause {
  top: 80% !important;
  left: 41px !important;
}

.slick-pause:before {
    left: 8px !important;
    top: 23% !important;
    background: #fff !important;
}

.slick-pause:after {
    right: 8px !important;
    top: 23% !important;
    background: #fff !important;
}

.slick-dots li:before, .slick-controls li:before {
  display: none;
}

button.slick-prev.slick-arrow.slick-control {
    position: absolute;
    left: 40px;
    width: fit-content;
    padding: 0 20px;
    border-radius: 0px;
}

button.slick-next.slick-arrow.slick-control {
    position: absolute;
    right: 40px;
    width: fit-content;
    padding: 0 20px;
    border-radius: 0px;
    margin-top: -10px;
}

.slick-accessible .slick-active button .slick-dot-content {
  background: #51534A !important;
  color: #fff !important;
  border-color: #51534A !important;
}

.slick-accessible .slick-active button, .slick-accessible .slick-dot button:hover, .slick-accessible .slick-dot button:focus {
    border-color: #51534A !important;
}

.slick-pause.slick--paused:after {
    border-left: 14px solid #fff !important;
    border-right: 14px solid #51534A !important;
    border-top: 8px solid #51534A !important;
    border-bottom: 8px solid #51534A !important;
}


/* .hero-slide .hero-content {
   padding: 110px 30px 0px 30px;
} */

.front-content .hero-scene {
    z-index: 1;
    min-height: 400px;
    position: relative;
}

.front-content .hero-scene .gradient {
  position: absolute;
  padding: 0px;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.hero-slide.background {
    position: relative;
}

.corner-line {
    z-index: 1;
}

.image-hero-content {
    padding: 200px 30px;
}

@media only screen and (max-width: 1024px) {
    .hero-slide .hero-content {
        padding: 40px 30px 0px 30px !important;
    }
}

@media only screen and (min-width: 639px) and (max-width: 1024px) {
    .hero-text-content {
      position: absolute;
      bottom: 120px;
      left: 0;
      right: 0;
      margin: 0 auto;
      height: fit-content !important;
      display: block;
    }
}

@media only screen and (max-width: 639px) {
  .hero-text-content {
      position: absolute;
      bottom: 80px;
      left: 0;
      right: 0;
      margin: 0 auto;
      height: fit-content !important;
      display: block;
  }
}

.login-form .inputs label {
    font-size: 0.5rem;
    margin: 0px;
    float: left;
    padding-left: 8px;
    padding-top: 4px;
    text-decoration: underline;
    color: #51534a;
    transition: all .3s ease;
}

input#forgot_password {
    float: left;
    margin: 8px 0px 0px 8px;
}

@media only screen and (min-width: 1340px){
  .hero-slider-container {
      height: 100%;
  }
}

.corner-line {
  height: 50% !important;
}

@media only screen and (min-width: 639px) {
  .front-content .hero-scene {
    min-height: 630px;
  }

  .corner-line {
    width: 50%;
    height: 80% !important;
  }
}

@media only screen and (min-width: 1024px) {
    .hero-slide .hero-content {
    padding: 210px 30px 0px 30px;
   }
}

.products-layout .slick-pause {
    top: 104% !important;
}

.products-layout ul.slick-controls {
    bottom: -70px;
    top: unset;
}

.products-layout i.fas.fa-chevron-right.slick-arrow.slick-control {
    margin-top: -10px;
}

i.slick-control {
    padding-top: 3px;
}

@media only screen and (max-width: 639px) {
  .slick-accessible .slick-dots {
    top: 87% !important;
  }
  
  .slick-pause {
    top: 85% !important;
  }
  
  .slick-controls {
    bottom: 17px;
  }
  
/*   .hero-slide .hero-content {
    padding: 110px 0px 50px 0px;
  } */
  
  .home-nav {
      border-radius: 0;
      margin: 20px auto;
      padding: 0;
  }
  
  .front-content .hero-scene {
    min-height: 500px;
  }
}


/* Header */

button.menu-icon {
    text-indent: -90px;
    color: #698800;
/*     height: 40px; */
}

.header-logo img {
    max-height: 100px;
    margin: 0 auto;
    height: auto;
    width: 250px;
}

.header-foundation-logo img {
    max-height: 100px;
    margin: 0 auto;
    height: auto;
    width: 425px;
}

.callout {
  margin: 0px auto;
}

.callout.orange {
  background-color: #f0ad4e;
}

.callout.red {
  background-color: #d9534f;
}

.callout-red {
  background-color: #d9534f;
}

.callout.green {
  background-color: #7bbc2f;
}

.callout.pear {
  background-color: #a7d500;
}

.callout.watermelon {
  background-color: #e31c79;
}

.callout.plum {
  background-color: #84329b;
}

.callout.razzleberry {
  background-color: #00a9ce;
}

.callout a.button {
    margin-bottom: 0px;
}

object#main-logo {
    height: 30px;
}
.close-button, .close-button.medium {
    right: 0;
    top: 0;
    font-size: 1em;
    width: 40px;
    height: 100%;
}

.header-logo {
    position: relative;
    margin-top: 10px;
}

.header-logo a {
    position: absolute;
    height: 100%;
    width: 100%;
}



form.login-form {
    padding-top: 10px;
  display: -ms-flexbox;
}

form.login-form input[type=submit] {
    padding: 11px 19px 9px;
    height: 30 px;
    border: none;
    margin-top: -3px;
}

.mobile.search-form-container input {
    font-size: 1rem;
}

.off-canvas button.close-button {
    height: 20px;
    font-size: 2rem;
}


ul#offcanvas-nav {
    margin-top: 60px;
}

@media only screen and (min-width: 1024px) and (max-width: 1369px) {
  #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
      padding: 0px 10px 0px 10px;
  }
}

@media only screen and (max-width: 1414px) {
  .mobile.search-form-container {
    display: inherit;
    margin: 60px auto 20px auto;
    padding-left: 10px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .top-bar-right {
    width: fit-content ;
    position: absolute;
    right: 20px;
    top: -10px;
  }

  .header-logo.small-12.large-shrink.cell.text-center.large-text-left {
    width: fit-content;
  }
  
  .header-logo img {
    margin: 8px auto;
    width: 190px;
  }
}

@media only screen and (max-width: 639px) {
    .header-logo {
      margin-bottom: 10px;
    }
}

/* Home List */
.front-content ul li:before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #7a9e00;
    left: 0;
}

.front-content ul {
    list-style: none;
    margin-left: 0;
}

.front-content ul li {
    position: relative;
    padding-left: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}

ul.vertical.tabs li:before {
    display: none;
}

.front-content ul#home-nav li {
    padding-left: 0px;
    padding-top: initial;
    padding-bottom: initial;
}

div#mega-menu-wrap-main-nav {
    margin: 0 auto;
}

/* Rates */

.rates-archive-content .h3 {
    margin-top: 60px;
}
.rates-archive-content .h6 {
    margin-top: 50px;
}
section.disclaimer ol li, .disclaimer {
    padding-left: 0px;
    font-size: 0.55rem;
    color: #999;
}
section.disclaimer ol li:before {
    display: none;
}

section.disclaimer {
    margin-top: 60px;
}

@media only screen and (max-width: 639px) {
  .rates-archive-content thead td {
      font-size: 0.6rem;
  }

  .rates-archive-content tbody td {
      font-size: 0.8rem;
  }
}

section.image-layout {
    height: auto;
}

/* Store Locator */
#loc-list ul li:before {
  display: none;
}

input#address {
    background-color: #eee;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: .7rem;
    color: #8a8a8a;
    box-shadow: none;
    border: none;
    width: 80%;
}

div#map {
    min-height: 800px;
}

#list li {
  padding: 0px;
  margin: 7px 0px;
}

#list li:first-child {
  margin-top: 0px;
}
.list-details {
    display: flex;
}
.list-label.atm-marker, .list-label.branch-marker {
    width: 40px;
    background-color: #7a9e00;
    position: relative;
}

.list-label.atm-marker span, .list-label.branch-marker span {
  color: #fff;
  text-align: center;
  font-weight: 900;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.list-content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 100%;
}

.shop-search form#user-location {
    border-bottom: 1px solid #7a9e00;
}

.search-option-parameter {
    padding-top: 10px;
}

span#detailsToggle {
    margin-top: 20px;
}

div#search-options {
    margin-top: 40px;
}

.locator-form {
    position: relative;
}

@media only screen and (max-width: 639px) {
  div#submit-btn input {
    width: 100%;
    margin-top: 10px;
  }
  input#address {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width:1540px) {
  div#submit-btn input {
    width: 100%;
    margin-top: 10px;
  }
  input#address {
    width: 100%;
  }
}


/* Hero Images */
.contain-background {
  content: '';
  position: absolute;
  top: 0;
  max-width: 1420px;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (min-width: 639px) {
  .contain-background {
      left: 15%;
      right: 15%;
  }
}

.blur-background.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  height: 100%;
  z-index: -1;
  -webkit-filter: blur(5px);
	filter: blur(5px);
}

/* Content */
.default-page .textimage-layout .textimage-container {
    width: 100%;
}

.inner-content ul ul {
    list-style: initial;
    list-style-type: disc;
    padding-left: 20px;
}

.inner-content ul ul li {
  padding-left: 10px;
}

.inner-content ul ul li:before {
    display: none;
}

/* Menu Changes */
ul.menu ul.menu.submenu.is-dropdown-submenu.vertical ul.submenu {
    z-index:-9999;
		background-color:rgba(171, 26, 44, .8);
		top:30px;
		text-transform:none;
		opacity:0;
		transition:all ease .3s;
}
ul.menu ul.menu.submenu.is-dropdown-submenu.vertical ul.submenu:after {
background-image: url(/wp-content/uploads/2019/07/Portable-Firedisc-e1562703070764.jpg);
	position:absolute;
	content:'';
	top:0;
	background-size:cover;
	background-position:center center;
	right:0;
	width:400px;
	height:100%;

}
#centered-logo-split-menu ul.menu.dropdown ul.submenu ul {
    width: 100%;
		padding:40px 0px 40px 30px;
}

#centered-logo-split-menu ul.menu.dropdown ul.submenu ul li {
    width: 100%;
}

#centered-logo-split-menu ul.menu.dropdown ul.submenu ul li a {
text-transform:none;
	padding: 0rem 1rem
}

ul.menu ul.menu.submenu.is-dropdown-submenu li:hover ul.submenu {
    display: block;
		z-index:1;
		opacity:1;
		top:62px;
}

ul.menu.submenu.is-dropdown-submenu.first-sub.vertical {
    max-width: 123.1rem;
}

/* Footer */
.legal-bugs {
    margin-bottom: 10px;
}

.legal-bugs-img {
  max-height: 100px;
}

.inner-footer form#user-location input[type=submit] {
    width: 50%;
}

/* Speedbump */
.speed-bump {
  margin-bottom: 100px;
}

/* Search */
.search-archive h5 {
  margin-bottom: 0px;
}

.search-archive article {
  margin: 10px auto;
}

.search-archive .entry-content p {
    font-size: .9rem;
}



/* Modal */

.reveal, .reveal-overlay {
	 /*   overflow: scroll !important; */
}
.reveal .buttons-layout a {
  padding: 12px 10px 8px;
}

.hidden{
  display: none;
}

.modal-box {
    margin: 25px;
    padding: 0px;
}

.page-template .reveal {
  padding: 0px;
}

.reveal .buttons-layout {
    padding-top: 0px;
    padding-bottom: 0px;
}

.reveal form.login-form {
    padding-top: 0px;
    padding-bottom: 0px;
}

.modal-member-form {
    padding: 10px 20px 20px 20px;
    background-color: #51534a;
}

.modal-member-form p {
    text-align: left;
}

.close-button span {
    position: absolute;
    top: 10px;
    font-size: 2rem;
    right: 10px;
}
.inner-content .colored ul li:before {
    color: #fff;
}

/* Rates Archive */
.rates-archive-content td:first-of-type {
    width: 30%;
}

.rates-archive-content td:nth-child(2) {
    width: 20%;
}

.inner-content .page-navigation ul li:before, #home-nav ul li:before  {
  display: none;
}

.page-navigation {
    text-align: center;
}

/* Search */
/* Search Form */

@media only screen and (min-width: 1414px) {
  .shop-search-icons {
    display: none;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1414px) {
  .shop-search-icons {
    position: absolute;
    right: -30px;
    bottom: 29px;
  }
}

img.search-icon {
    height: 30px;
    margin-right: 0px;
    width: 30px;
    display: inline-block;
}

.shop-search-icons i {
    font-size: 1.2rem;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 auto;
}

.shop-search-icons .search-form {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 36px;

}

.shop-search-icons .search-field {
    background-color: transparent;
    content: "\f002";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0;
    box-shadow: none;
}

.shop-search-icons .search-field:focus {
    background-color: #fff;
    border: 2px solid #000;
    cursor: text;
    outline: 0;
    width: 230px;
    font-family: Roboto,Helvetica,Arial,sans-serif;
}
.shop-search-icons .search-form .search-submit {
display:none;
}

/* About Us Layout */
.about-us-layout {
  padding-top: 60px;
  background-color: #e1e3ea;
}

/* Blog Page */
.press-release.blog-page .entry-content img {
    height: 390px;
    object-fit: cover;
}

/* Landing Page */

/* Membership Benefits */
.benefits-links {
   color: #698800;
}

/* Pagination */
ul.pagination li {
  padding: 0px 5px;
}

@media only screen and (min-width:639px) {
  .search-form-container, .login-form-container.text-center {
      display: inline-block;
  }
}

@media only screen and (min-width:1024px) {
  .search-form-container.shrink.cell.show-for-medium {
      width: 150px;
  }
}

#top-bar-menu {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 20px;
}

form.login-form input[type=password], form.login-form input[type=text] {
    padding: 8px 0 3px 13px;
    font-size: 0.9rem;
}

form.login-form a.link {
    font-size: 0.8rem;
    padding-top: 7px;
}

form.login-form .inputs {
    width: 33%;
    position: relative;
}

.login-form .inputs label {
  font-size: 0.8rem;
  padding-top: 4px;
  width: fit-content;
  position: absolute;
  left: 18px;
  white-space: nowrap;
}

.off-canvas ul.submenu a {
    font-size: 1.3rem;
    padding-top: 1rem;
}

.is-at-bottom {
  top: 0 !important;
}

blockquote p {
   width: auto;
}

.sticky.is-stuck .header-logo img {
    height: 50px;
    width: auto;
}

@media only screen and (max-width: 1024px) {
  blockquote p {
   font-size: 1.1rem;
  }
  
  .how-container {
    margin: 0 45px;
  }
  
  .routing {
    color: #fff;
    font-weight: 500;
  }
}

@media only screen and (min-width: 1024px) {
  blockquote p {
   max-width: 750px;
  }
}

/* 404 */
.error404 .search-form-container {
    display: block !important;
}

div#submit-btn {
    position: unset;
}


.page-template-template-foundation {
  background:#FFF;
}
.page-template-template-foundation .off-canvas-wrapper .off-canvas-content {
  padding-top:92px;
}

.page-template-template-foundation header {
  display: flex;
  position: fixed;
  top:0;
  left:0;right:0;
  align-items: center;
  justify-content: space-between;
  padding:0 80px 0 10px;
  background:#FFF;
}
.admin-bar.page-template-template-foundation header {top:32px}
.page-template-template-foundation header .bottom_bar {position:absolute;bottom:0;left:0;right:0;height:2px;display: flex;}
.page-template-template-foundation header .bottom_bar span {flex:1;}
.page-template-template-foundation header .bottom_bar span:nth-child(1) {background:#E31C79;}
.page-template-template-foundation header .bottom_bar span:nth-child(2) {background:#00A8CE}
.page-template-template-foundation header .bottom_bar span:nth-child(3) {background:#F68D2E}
.page-template-template-foundation header .bottom_bar span:nth-child(4) {background:#A7D500}

.page-template-template-foundation header nav ul > li > a { 
  color: #51534A !important;
  font-family:"Avenir", Helvetica, Roboto, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: .05em !important;
  text-transform: uppercase;
  padding: 46px 16px !important;
}

.page-template-template-foundation .mega-sub-menu ul > li > a { 
  color: #51534A !important;
  font-family:"Avenir", Helvetica, Roboto, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: .05em !important;
  text-transform: uppercase;
  padding: 0px 0px !important;
}

.page-template-template-foundation header nav ul > li.menu-item-has-children > a::before {
  content: "";
  border-width: 4px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  margin-top:-1px;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right:0;
}

.page-template-template-foundation .footer.foundation {background:#3F4139;}

.page-template-template-foundation footer .top_bar {position:absolute;top:0;left:0;right:0;height:2px;display: flex;}
.page-template-template-foundation footer .top_bar span {flex:1;}
.page-template-template-foundation footer .top_bar span:nth-child(1) {background:#E31C79;}
.page-template-template-foundation footer .top_bar span:nth-child(2) {background:#00A8CE}
.page-template-template-foundation footer .top_bar span:nth-child(3) {background:#F68D2E}
.page-template-template-foundation footer .top_bar span:nth-child(4) {background:#A7D500}

.page-template-template-foundation footer .footer-foundation-top {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom:1px solid #6C6F62;
  padding-bottom:10px;
  margin-bottom:28px;
}

.page-template-template-foundation footer .footer-foundation-top .left {
  display: flex;
  align-items: center;
}
.page-template-template-foundation footer .footer-foundation-top .left a .phone {
  color:#FFF;
  font-family:"Avenir", Helvetica, Roboto, Arial, sans-serif !important;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 28px;
  margin-left:15px;
}
.page-template-template-foundation footer .footer-foundation-top .source-org {
  background:none;border:0;padding:0;margin:0;
}

.page-template-template-foundation footer .footer-foundation-top .social_block a {
  color:#A7D500;
  font-size:28px;
}
.page-template-template-foundation footer .footer-foundation-top .foundation_social_block a {
  color:#A7D500;
  font-size:28px;
}

.page-template-template-foundation footer .inner-footer {
  margin-bottom: 0;
}

.page-template-template-foundation footer .inner-footer .grid-x {
  justify-content: flex-start !important;
}

.page-template-template-foundation footer .inner-footer .widgettitle {
  color: #FFFFFF;
  font-family:"Avenir", Helvetica, Roboto, Arial, sans-serif !important;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 16px;
  text-align: left;
  text-transform: uppercase;
}
.page-template-template-foundation footer .inner-footer #footer-menus {
  display: flex;
}
.page-template-template-foundation footer .inner-footer .nav-blocks {
  width:calc(100% / 4);
}
.page-template-template-foundation footer .inner-footer #footer-menus ul {
  margin-bottom:20px;
}
.page-template-template-foundation footer .inner-footer #footer-menus a {
  color:#FFF;
}
.page-template-template-foundation footer .inner-footer .copyright {
  background:none !important;
  display: flex;
  border-top:0;
  justify-content: space-between;
  padding-bottom:10px;
}
.page-template-template-foundation footer .inner-footer .copyright p {
  color: #9A9E8B;
  font-family:"Avenir", Helvetica, Roboto, Arial, sans-serif !important;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 28px;
}

.page-template-template-foundation .shop-search-icons {
  display: block;
  right: 0;
  bottom: 0;
  top: 0;
}

.inner-content ul.checkmark_list li {
  position: relative;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.inner-content ul.checkmark_list li::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #7a9e00;
  left: 0;
}

@media screen and (max-width: 1275px) {
  .page-template-template-foundation header {
    padding-right:20px;
  }
  .page-template-template-foundation header nav ul > li > a {
    font-size: 12px !important;
  }
  .page-template-template-foundation header .foundnav {
    padding-right:55px;
  }
}
@media screen and (max-width: 1170px) { 
  .page-template-template-foundation header .logo {
    display: block;
    width:220px;
  }
  .page-template-template-foundation header .logo img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1120px) {
  .page-template-template-foundation header nav ul > li > a {
    font-size: 11px !important;
  }
}

#menuToggle {display: none;}

@media screen and (max-width: 1038px) {
  .foundnav, .foundnav #mega-menu-wrap-found-nav {display: none;}
  .page-template-template-foundation header {
    padding: 20px
  }
  .page-template-template-foundation footer .inner-footer .nav-blocks {
    padding: 0 15px;
  }

  #menuToggle {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }

  #menuToggle a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease;
  }

  #menuToggle a:hover {
    color: tomato;
  }
  #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */
    -webkit-touch-callout: none;
  }
  #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #000;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
  }
  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }
  #menuToggle #mega-menu-wrap-found-nav {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 100px 35px 35px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    display: flex;
    flex-direction:column;
  }

  #menuToggle #mega-menu-wrap-found-nav li {
    padding: 10px 0;
    font-size: 22px;
  }

  #menuToggle #mega-menu-wrap-found-nav li a {
    padding:0;
  }
  #menuToggle #mega-menu-wrap-found-nav > li > a {
    font-size:20px;
  }

  #menuToggle #mega-menu-wrap-found-nav li .is-dropdown-submenu {
    display: block;
    position:relative;
    top:initial;
    left:initial;
    right:initial;
    background:none;
    border:none;
  }

  #menuToggle #mega-menu-wrap-found-nav li .is-dropdown-submenu li {
    padding: 15px 0 0;
  }
  #mega-menu-wrap-found-nav #mega-menu-found-nav {
    display: flex;
    flex-wrap:wrap;
    flex-direction:column;
  }
  .page-template-template-foundation .off-canvas-wrapper .off-canvas-content {
      padding-top: 85px;
  }
}

@media screen and (max-width: 767px) {
  .page-template-template-foundation footer .footer-foundation-top .left, .page-template-template-foundation footer .inner-footer #footer-menus, .page-template-template-foundation footer .footer-foundation-top, .page-template-template-foundation footer .inner-footer .copyright {
    flex-direction:column;
  }
  .page-template-template-foundation footer .footer-foundation-top .left .source-org {
    margin: 0;
  }
  .page-template-template-foundation footer .inner-footer .nav-blocks {
    width: 100%;
  }
  .page-template-template-foundation footer .inner-footer .copyright p {
    text-align: center;
  }
  .page-template-template-foundation .grid-container:not(.full)>.grid-padding-x {margin:0;justify-content: center;}
  .page-template-template-foundation .default-page .main {padding-top: 40px;}
  .page-template-template-foundation footer .footer-foundation-top .source-org {margin:10px 0;}
}