@charset "utf-8";

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Italianno', cursive;
font-family: 'Font Awesome\ 5 Free'; font-weight: 900;
brand: #92278f
brand rgb: 146,39,143
brand green: #63AB62
*/

/* CSS Reset */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* Globals */
html { font-size: 62.5%; /* 10px */ height: 100%; }
html, body, #wrapper  { position: relative; }
body { min-height: 100%; font-family: 'Montserrat', sans-serif; font-size: 1.6em; color: #666; font-weight: 400; line-height: 1.7; display: flex; flex-direction: column; }
body.scroll-off { overflow: hidden; }
.screen-reader { border:0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; width: 1px; overflow: hidden; position: absolute !important; word-wrap: normal !important; }
* { -webkit-tap-highlight-color: rgba(0,0,0,0); }
:focus { outline: none; background: transparent; }
::-moz-focus-inner { border: 0; background: transparent; }
select { appearance: none; -webkit-appearance: none; -moz-appearance: none; }
select::-ms-expand { display: none; }

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; color: #666; font-weight: 500; }
h1 { font-size: 1.6em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }
p { margin-bottom: 2rem; }
p.with-left-padding { padding-left: 1rem; }
a { color: #92278f; text-decoration: none; }
a:hover { color: #333; }
strong, bold, .bold { color: #555; font-weight: 500; }
.medium { font-weight: 500; }
hr { width: 100%; border: 0; height: 0; margin: 0 0 1.8rem; border-top: 1px solid #EEE; border-bottom: 0 none; }
hr.tiny { width: 40px; border-top-width: 2px; }
hr.tiny.gray { border-color: #AAA; }
hr.tiny.white { border-color: #FFF; }

.custom-font { font-family: 'Italianno', cursive; font-weight: 400; font-size: 3.5em; line-height: 1.2; }
.brand { color: #92278f; }
.brand-bg { background: #92278f; }
.alert, .notice { color: #FFF; }
.shrink { font-size: .9em; }
.large { font-size: 1.1em; }
.x-large { font-size: 1.3em; }
.x-large-block { display: inline-block; font-size: 1.3em; margin: 1rem 0; }
.x-small { font-size: .8em; }
.x-left-margin { margin-left: 1rem; }
.italic { font-style: italic !important; }
.uppercase { text-transform: uppercase !important; }
.center { text-align: center; }
.centered { margin: 0 auto; }
.align-left { text-align: left !important; }
.toggle-off-auto-margin { margin: 0 !important; }
img.autosize { width: 100%; height: auto; }
img.max-autosize { width: auto; max-width: 100%; height: auto; }

.progress { position: absolute; }

ul.disc { list-style: disc; margin-left: 1.5rem; margin-bottom: 1rem; }
ul.disc li { position: relative; margin-bottom: 1rem; }
ul.custom { margin-bottom: 1rem; line-height: 1.5; }

.go-to-top { position: fixed; bottom: 20px; right: 20px; font-size: 10px; z-index: 5; opacity: 0; visibility: hidden; transition: opacity .2s linear; }
.go-to-top.toggle-top { opacity: 1; visibility: visible; }
.go-to-top a { display: block; line-height: 1; width: 30px; height: 30px; padding: 5px; border-radius: 4px; color: #333; background: rgba(255,255,255,1); text-transform: uppercase; text-align: center; border: 1px solid #CCC; }
.go-to-top i { color: #333; font-size: 10px; line-height: 1; padding: 0; display: block; vertical-align: top; margin-top: 3px; }
.go-to-top i:hover { color: #333; }

/* Breadcrumb */
.breadcrumb { display: none; position: relative; width: 100%; height: 5rem; margin: 0; font-size: .9em; font-weight: 500; flex-direction: column; justify-content: center; }
.breadcrumb ol { display: flex; flex-direction: row; justify-content: flex-start; flex-wrap: wrap; }
.breadcrumb ol li { position: relative; margin-right: 1.5rem; padding-right: 1.5rem; }
.breadcrumb ol li::after { position: absolute; top: 20%; right: -1px; width: 1px; height: 60%; content: " "; background: #CCC; }
.breadcrumb ol li:last-child { margin-right: 0; padding-right: 0; }
.breadcrumb ol li:last-child::after { display: none; }

/* CSS Document */
#wrapper, #container, #header-placeholder, header, #header-container, #logo, nav, nav li, #toggle-nav, main, article, .article, section, .section, .content-left-right, .content-left, .content-right, #gallery, .gallery-thumb-wrap, .gallery-thumb, .gallery-img, .gallery-btn, .contact-form, #footer-container, #copyright { position: relative; }
#wrapper { width: 100%; margin: 0 auto; }
#container { display: flex; flex-flow: row nowrap; justify-content: center; }

#header-placeholder { height: 0; }
header { position: fixed; top: 0; left: 0; width: 280px; height: 100%; padding: 0 4rem; z-index: 1; display: flex; flex-direction: column; align-items: center; background: #63AB62; }
#header-container { padding: 5rem 0 15rem; display: flex; flex-direction: column; flex: 1 1 auto; }

#logo { line-height: 0; margin-bottom: 2rem; z-index: 1; }
#logo img { width: auto; max-width: 238px; height: auto; object-fit: contain; }

nav { align-self: flex-start; margin-left: 2rem; font-size: 1.1em; font-weight: 500; line-height: 1; }
nav a { color: #FFF; transition: color .1s linear; }
nav a.active, nav a:hover { color: #FFF; }
nav > ul { margin-bottom: 1.5rem; }
nav > ul:last-of-type { margin-bottom: 0; }
nav > ul > li { display: block; margin-bottom: 1.5rem; }
nav > ul > li:last-child, nav ul ul li:last-child { margin-bottom: 0; }
nav ul ul { margin: 1.5rem 0 0 .5rem; font-size: .9em; }
nav ul ul li { margin-bottom: 1rem; }
nav ul ul a::before { display: inline-block; padding-right: .5rem; content: "-"; }
nav ul.scroll-to-products { display: none; }
.is-index nav ul.scroll-to-products { display: inherit; }

nav.mobile-nav { position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: calc(100% - 10rem); height: 100%; margin: 0; padding: 0 5rem; overflow-y: scroll; background: #63AB62; font-size: 2rem; text-align: right; display: flex; flex-flow: column nowrap; justify-content: flex-start; align-items: flex-end; }
nav.mobile-nav a { color: #FFF; }
nav.mobile-nav a:hover { color: #FFF; }
nav.mobile-nav > ul { padding: 8rem 0; }
nav.mobile-nav ul ul { font-size: 1em; margin: 1.5rem 0 0; }
nav.mobile-nav ul ul a::before { display: none; }
nav.mobile-nav ul ul li { margin-bottom: 1.5rem; }

#toggle-nav { display: none; margin-right: -1.5rem; font-size: 2.5rem; }
#toggle-nav a { display: block; color: #FFF; width: 5rem; line-height: 5rem; text-align: center; }
.toggle-off-nav { display: none; position: absolute; top: 20px; right: 3.5rem; }
nav.mobile-nav .toggle-off-nav { display: block; }
.toggle-off-nav a { display: block; width: 50px; line-height: 50px; text-align: center; }

.sidebar-nav { position: fixed; right: 2rem; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 1; }
.sidebar-nav ul { line-height: 1; display: flex; flex-flow: column nowrap; }
.sidebar-nav li { position: relative; display: block; margin: 0; }
.sidebar-nav a { display: block; width: 3rem; line-height: 3rem; margin: 0 auto; text-align: center; opacity: .8; }
.sidebar-nav a::before { display: inline-block; font-family: 'Font Awesome\ 5 Free'; font-weight: 900; content: "\f111"; color: #CCC; }
.sidebar-nav a.active::before, .sidebar-nav a:hover::before { color: #92278f; }
.sidebar-nav a.active::before { font-weight: 900; }

#main { margin-left: 360px; padding: 5rem 6rem; z-index: 0; display: flex; flex-direction: column; flex-basis: 100%; }
#gallery .gallery-thumb-wrap { padding-top: 0; display: flex; flex-flow: row wrap; justify-content: flex-start; }
#gallery .gallery-thumb-wrap:first-of-type { padding-top: 2rem; }
#gallery .gallery-thumb { width: 200px; padding: 2rem 2rem 1rem; margin: 0 3rem 3rem 0; background: #FCFCFC; text-align: center; box-shadow: 0 0 0 1px #EEE; transition: box-shadow .2s linear; display: flex; flex-direction: column; justify-content: space-between; }
#gallery .gallery-thumb-wrap.x-large-thumbs .gallery-thumb { width: 400px; }
#gallery .gallery-thumb-wrap.with-heading { padding-top: 0; }
#gallery .gallery-thumb:hover { box-shadow: 0 0 0 1px #DDD; }
#gallery img { display: block; margin: 0 auto; width: auto; max-width: 100%; height: auto; max-height: 230px; object-fit: contain; }
#gallery a { display: block; text-align: center; color: #666; }
#gallery a span { display: block; padding: .5rem 0; }
#gallery p a { display: inline-block; color: #92278f; }
.gallery-img, .gallery-btn { display: block; }
.gallery-btn { padding-top: .7rem; border-top: 1px solid #EEE; }

#gallery .toggle-gallery-btn-options { color: #92278f; font-weight: 500; }
#gallery .gallery-btn-options { opacity: 0; visibility: hidden; position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; background: rgba(255,255,255,.95); font-size: .9em; font-weight: 500; box-shadow: 0 0 0 1px #CCC; transition: opacity .2s linear; display: flex; flex-direction: column; justify-content: center; align-items: center; }
#gallery .gallery-btn-options.toggle-on { opacity: 1; visibility: visible; }
#gallery .gallery-btn-options h3 { width: calc(100% - 4rem); margin-bottom: .8rem; color: #444; line-height: 1.2; }
#gallery .gallery-btn-options h3 span { display: block; }
#gallery .gallery-btn-options a:not(:first-of-type) { display: inline-block; width: calc(100% - 8rem); padding: 1rem 1.5rem; margin: .6rem 0; line-height: 2rem; background: rgba(255,255,255,0.8); box-shadow: 0 0 1px #666; color: #92278f; }
#gallery .gallery-thumb-wrap.x-large-thumbs .gallery-btn-options a:not(:first-of-type) { max-width: 160px; }
#gallery .toggle-gallery-btn-options::before, #gallery .gallery-btn-options a:not(:first-of-type)::before { display: inline-block; padding-right: 3px; content: "+"; }
#gallery .gallery-btn-options a:last-of-type { margin-bottom: 0; }
#gallery .gallery-btn-options p:last-of-type { width: 80%; margin: 15px auto 0; }

#gallery .toggle-off-gallery-btn-options { position: absolute; top: 0; right: 0; width: 50px; line-height: 50px; }
#gallery .toggle-off-gallery-btn-options::before { display: block; content: "\f057"; font-family: 'Font Awesome\ 5 Free'; color: #92278f; font-weight: 900; font-size: 1.3em; }
#gallery .toggle-off-gallery-btn-options:hover { cursor: pointer; }

.section { min-height: 350px; border-bottom: 1px solid #EEE; padding: 5rem 0; }
.section.first { padding: 0 0 5rem; }
.section:last-of-type { border-bottom: 0 none; }

.content-left-right { display: flex; flex-flow: row wrap; justify-content: space-between; }
.content-left, .content-right { width: 48%; }

#footer { position: fixed; left: 0; bottom: 0; width: 280px; padding: 0 4rem; background: #63AB62; color: #FFF; font-weight: 500; z-index: 1; }
#copyright { padding-bottom: 5rem; color: #FFF; font-size: .8em; font-weight: 500; text-align: center; }
#copyright a { color: #FFF; }
#copyright p:last-of-type { margin-bottom: 0; }

.contact-form { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }

/* Cognito Form */
#cognito-contact-form { opacity: 0; visibility: hidden; transition: opacity .5s linear; }
.contact-form.toggle-on #cognito-contact-form { opacity: 1; visibility: visible; }
.contact-form.toggle-on .progress { display: none; }
.cognito { margin: 0 !important; }
.cognito .c-forms-form { width: 100%; max-width: 500px; border: 1px solid #DDD; background: #F9F9F9 !important; padding: 1.5rem 3rem; }
.cognito .c-label label, .cognito .c-label { }
.cognito .c-field, .cognito .c-section { float: none !important; }
.cognito .c-span-24 .c-span-24 { width: 100%; display: flex; flex-flow: row nowrap; align-items: center; text-align: left; }
.cognito .c-span-24 .c-span-12 { width: 100%; }
.cognito.c-sml .c-sml-span-12 .c-sml-span-12 { text-align: left; }
.cognito .c-editor { padding: 0 !important; }
.cognito .c-field { padding: 1rem 0 !important; }
.cognito .c-label { min-width: 90px; padding: 0 !important; }
.cognito label { display: inline-block; }
.cognito fieldset .c-label { padding-bottom: .5rem !important; }
.cognito input[type=text], .cognito .c-dropdown { height: 40px !important; padding: 0 1rem !important; }
.cognito input[type="checkbox"], .cognito input[type="radio"] { margin-top: -3px !important; }
.cognito input[type="text"], .cognito input[type="password"], .cognito input[type="email"], .cognito input[type="tel"], .cognito input[type="url"], .cognito select, .cognito textarea, .c-payment .c-payment-field { border: 0 none !important; background: #FFF !important; box-shadow: 0 0 0 1px #DDD; }
.c-ie .c-forms-form input:focus, .c-ie .c-forms-form textarea:focus, .c-ie .c-forms-form a:focus, .c-ie .c-forms-form button:focus, .c-firefox .c-forms-form [type="text"]:focus, .c-firefox .c-forms-form textarea:focus, .c-firefox .c-forms-form [type="password"]:focus, .c-firefox .c-forms-form [type="email"]:focus, .c-firefox .c-forms-form [type="number"]:focus, .c-edge .c-forms-form select:focus, .c-edge .c-forms-form [type="text"]:focus, .c-edge .c-forms-form textarea:focus, .c-edge .c-forms-form [type="password"]:focus, .c-edge .c-forms-form [type="email"]:focus, .c-edge .c-forms-form [type="number"]:focus { outline-style: solid !important; outline-color: #999 !important; }
.cognito .c-editor textarea { width: 100%; height: 150px; margin-top: 1rem; padding: .8rem 1rem !important; }
.cognito .c-forms-form button:not(.c-icon-button) { border-radius: 0 !important; }
.cognito .c-field.c-required .c-label::after, .cognito .c-rating-scale.c-required .c-choice-question::after { color: #e32636 !important; }
.cognito > div:last-of-type { float: left; margin: 1rem 0 0; /*visibility: hidden;*/ }

.toggle-on-tablet { display: none; }
.test { display: none; }

/* Media Queries */
@media screen and (max-width : 1600px) {
}

@media screen and (max-width : 1599px) and (min-width : 1201px) {
}

@media screen and (max-width : 1200px) {
  #container { flex-direction: column; }
  #header-placeholder, header, #footer { width: calc(100% - 10rem); height: 100px; padding: 0 5rem; }
  header { flex-direction: row; }
  #header-container { padding: 0; flex-direction: row; flex: auto; justify-content: space-between; align-items: center; }
  #logo { margin: 0; }
  #logo img { max-width: inherit; max-height: 80px; }
  nav { display: none; }
  .sidebar-nav { right: 1rem; }
  #toggle-nav { display: block; }
  .breadcrumb { display: flex; }
  #main { margin-left: 0; padding: 0 5rem 0; }
  #footer { position: relative; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; }
  #copyright { font-size: 1em; padding: 0; }
}

@media screen and (max-width : 1000px) {
  .toggle-on-table { display: inherit; }
  .center-tablet { text-align: center; }
  .content-left-right { flex-direction: column; justify-content: center; }
  .content-left, .content-right { width: 100%; }
  .content-left { margin-bottom: 2rem; }
  .content-right { margin-top: 1rem; }
}

@media screen and (max-width : 900px) {
}

@media screen and (max-width : 768px) {
  #header-placeholder, header, #footer { width: calc(100% - 6rem); padding: 0 3rem; }
  nav.mobile-nav { width: calc(100% - 8rem); padding: 0 4rem; }
  .toggle-off-nav { right: 2.5rem; }
  #gallery .gallery-thumb-wrap { justify-content: center; }
  #gallery .gallery-thumb { width: 200px; margin: 0 1.5rem 3rem; }
  .breadcrumb { opacity: 0; visibility: hidden; align-items: center; }
  .breadcrumb ol { justify-content: center; }
  .breadcrumb ol li { margin: 0 0 1rem; padding: 0 1.5rem; }
  #main { padding: 0 4rem 0; text-align: center; }
  .contact-form { align-items: center; }
}

@media screen and (max-width : 650px) {
  #gallery .gallery-thumb { width: 70%; margin: 0 auto 3rem; }
}

@media screen and (max-width : 450px) {
  nav { font-size: .9em; }
  nav ul { flex-direction: column; }
  nav li { margin: 0 0 1rem; text-align: right; }
}
