@charset "utf-8";

/*
font-family: 'Roboto', sans-serif;
green #00923f
light green #77dd7f
rgba(0,146,63,1)
submenu #EEE
*/

/* 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, #header-container, #header-left, #header-right, #logo, nav, main, footer, .footer-tagline, #copyright  { position: relative; }
body { min-height: 100%; font-family: 'Roboto', sans-serif; font-size: 1.6em /* 18px */; color: #666; font-weight: 400; line-height: 1.7; display: flex; flex-direction: column; }
body.scroll-off { overflow: hidden; }
#wrapper, header, #header-container, nav, nav ul, footer, .footer-links ul { display: -webkit-box; display: -ms-flexbox; display: flex; }
#wrapper, header, nav { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#header-container, nav ul { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#header-container { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: center; }
nav, footer { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
header, nav, footer { width: 100%; }
h1 { color: #333; font-size: 2.2em; line-height: 1.3; margin-bottom: 2rem; }
h1 span { display: block; font-size: 1.8rem; color: #00923f; font-style: italic; }
h2, h3, h4, h5, h6 { line-height: 1.3; color: #555; }
h2 { font-size: 1.6em; margin-bottom: 1rem; }
h2 span { font-size: .7em; color: #999; font-style: italic; }
h3 { font-size: 1.4em; margin-bottom: 1rem; }
h4 { font-size: 1.2em; margin-bottom: 1rem; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }
p { margin-bottom: 2rem; line-height: 1.7; }
a { color: #06C; text-decoration: none; }
a:hover { color: #333; }
strong, bold { font-weight: 700; }
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; }

.brand { color: #00923f; }
.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; }
.italic { font-style: italic !important; }
.uppercase { text-transform: uppercase !important; }
.center { text-align: center; }
.centered { margin: 0 auto; }
img.autosize { width: 100%; height: auto; }
img.max-autosize { width: auto; max-width: 100%; height: auto; }
img.with-border { box-shadow: 0 0 0 1px #999; }

.map { position: relative; width: 100%; margin: 3rem 0; }
.map iframe { display: block; width: 100%; min-height: 380px; height: auto; margin: 0 auto; border: 0 none !important; box-shadow: 0 0 0 1px #999; }

main ul { margin-bottom: 1.5rem; }
ul.disc { list-style: disc; margin-left: 15px; margin-bottom: 25px; line-height: 2; }
ul.disc ul { list-style: circle; margin: 0 0 0 16px; }
ol.decimal { list-style: decimal; margin-left: 20px; margin-bottom: 25px; line-height: 2; }
ul.checked { margin-left: 0; margin-bottom: 25px; line-height: 2; }
ul.checked li { position: relative; display: block; padding-left: 20px; }
ul.checked li::before { position: absolute; top: 1px; left: 0; display: block; font-family: 'Font Awesome\ 5 Free'; content: "\f00c"; font-weight: 900; font-size: .9em; color: #00923f; }

/* CSS Document */
#wrapper { background: #FFF; }
.placeholder { display: none; position: relative; width: 100%; height: 50px; }
header.is-fixed .placeholder { /*display: inherit;*/ }

/* Header */
header { position: absolute; top: 0; z-index: 1; }
header .shrink { font-size: .9em; }
header, header a { color: #FFF; }
header a:hover { color: #DDD; }
#header-container { height: 180px; transition: height .3s linear; }
#header-container, main, .footer-wrap { width: 60%; }
#header-left, #header-right { width: 35%; }
#header-left i, #header-right i { font-size: .7em; vertical-align: top; margin-top: 7px; padding-right: 1px; }
#header-left { text-align: left; }
#header-right { text-align: right; }
#logo, .footer-logo { line-height: 0; }
#logo { width: 30%; text-align: center; }
#logo a, .footer-logo a { display: inline-block; }
#logo img { width: auto; max-width: 100%; height: auto; max-height: 150px; transition: max-height .3s linear; }

/* Navbar */
nav { top: 0; height: 50px; /*background: rgba(0,146,63,1);*/ }
header.is-fixed nav { /*background: rgba(206,223,206,0.9);*/ }
nav > ul > li { line-height: 50px; }
nav li { margin: 0 2rem; }
nav li.close-menu { position: absolute; top: 10px; right: 25px; }
nav a, #menu a, footer a { color: #FFF; }
nav a:hover, #menu a:hover, footer a:hover { color: #DDD; }

/* Mobile Menu */
#mobile-menu { position: relative; font-size: 1.5em; line-height: 1; }
#mobile-menu a { width: 40px; height: 40px; border-radius: 5px; background: rgba(0,0,0,.1); box-shadow: 0 0 0 1px #DDD; display: flex; flex-direction: column; align-items: center; justify-content: center; }
#mobile-menu li:not(:last-child) i { font-size: .7em; }
#mobile-menu ul { display: flex; flex-direction: row; justify-content: flex-end; }
#mobile-menu li { position: relative; margin-left: 1.5rem; }
#mobile-menu li:first-child { margin-left: 0; }

.toggle-off-mobile-menu { font-size: 1.3em; }

/* Main */
main { padding: 5rem 0; }

.banner-img { position: relative; width: 100%; background: #FFF url(assets/banner.jpg) no-repeat center center; background-size: contain !important; padding-top: 52.0833% /* formula: (height/width*container) (1000/1920*100) */; /*background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover !important; */ }
.banner-img::after { position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; background: rgba(0,0,0,.2); }

.section-sidebar { position: relative; width: 100%; margin: 0 auto; display: flex; flex-direction: row; flex-wrap: wrap; }
.section, .sidebar { position: relative; }
.section { width: 60%; margin-right: 8%; }
.sidebar { width: 32%; }

.sidebar-banners { position: relative; width: 100%; }
.sidebar-banners ul li { position: relative; margin: 0 auto 25px; }

.section-banners { position: relative; width: 100%; padding: 3rem 0 0; }
.section-banners ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
.section-banners li { position: relative; margin: 0 0 3rem; }
.section-banners.two-by-two li { width: 45%; }

.welcome { position: relative; padding-bottom: 3rem; }

.tiles { position: relative; width: 100%; }
.tiles h2 { line-height: 1.3; }
.tiles ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
.tiles li { position: relative; width: 26%; display: flex; flex-direction: column; }
.tiles .tile-img { position: relative; margin-bottom: 2rem; text-align: center; }
.tiles .tile-img img { width: 100%; height: auto; }
.tiles .tile-content { position: relative; text-align: center; flex: 1 1 auto; }
.tiles .button, .tiles .button-alt { margin-top: 1rem; text-align: center; }

/* Footer */
footer { width: 100%; padding: 5rem 0 6rem; margin: 0 auto; color: #333; background: #F9F9F9; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; flex: 1 1 auto; }
.footer-wrap { position: relative; padding: 0; }
footer h4 { font-size: 1.5em; color: #222; }
footer a { color: #666; }
.footer-logo { text-align: center; margin: 0 0 1rem; }
.footer-logo img { width: auto; max-height: 120px; }
.footer-tagline { position: relative; margin: 0 0 1rem; font-size: 1.2em; text-align: center; line-height: 1.3; }
.footer-address { position: relative; text-align: center; margin-bottom: 1.5rem; color: #666; }
.footer-address a { color: #666; }
.footer-address p:last-of-type { margin-bottom: 0; }
.footer-address ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; }
.footer-address li { position: relative; margin: 0 1rem; }
.footer-links-wrap { position: relative; padding: 2rem 0 3.5rem; display: flex; flex-direction: row; justify-content: space-between; }
.footer-links-container { position: relative; display: flex; flex-direction: column; }
.footer-links { display: flex; flex-direction: column; flex-wrap: wrap; }
.footer-links ul { margin: 0 4rem 0 0; flex-direction: column; }
.footer-links ul:last-of-type { margin-right: 0; }
.footer-links li { padding-bottom: 5px; margin-bottom: 6px; border-bottom: 1px dotted #999; }
#copyright, .copyright-tagline { color: #555; font-size: 1.3rem; text-align: center; }
.copyright-tagline { margin-bottom: 1rem; }
#copyright a { color: #00923f; }
#copyright a:hover { color: #222; }
#copyright ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; }
#copyright ul li { position: relative; margin: 0 .5rem; }

/* Submenu */
.with-submenu { position: relative; }
.submenu { position: absolute; left: 0; z-index: 1; padding: 5px 15px 10px; background: #EEE; font-size: .9em; }
.submenu ul { display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; }
.submenu li { position: relative; margin: 0; line-height: 1.7; border-bottom: 1px dotted #CCC; }
.submenu a { display: block; white-space: nowrap; padding: 5px 0; }

/* Toggle */
nav .toggle-off-nav, .toggle-on-tablet { display: none; }
footer .toggle-off-footer { display: none; }

.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 */
#home .breadcrumb { display: none; }
.breadcrumb { position: relative; margin: 0 0 1rem; font-size: .9em; }
.breadcrumb ol { display: flex; flex-direction: row; justify-content: flex-start; flex-wrap: wrap; }
.breadcrumb ol li { position: relative; margin-right: 10px; padding-right: 14px; }
.breadcrumb ol li::after { position: absolute; top: 3px; right: 0; content: "|"; font-size: .7em; color: #999; }
.breadcrumb ol li:last-child { margin-right: 0; padding-right: 0; }
.breadcrumb ol li:last-child::after { display: none; }

.is-phone::before, .is-readmore::before { display: inline-block; vertical-align: top; width: 14px; margin-top: 4px; padding-right: 2px; font-family: 'Font Awesome\ 5 Free'; font-weight: 900; font-style: normal; font-size: .7em; }
.is-directions i { width: 16px; font-size: .8em; vertical-align: top; margin-top: 7px; }
.is-phone::before { content: "\f095"; width: 16px; }
.is-readmore::before { content: "\f101"; }

.button, .button-alt { position: relative; font-weight: 500; }
.button a, .button-alt a { display: inline-block; padding: 15px 25px; border-radius: 27px; background: #00923f; color: #FFF; }
.button-alt a { padding: 10px 35px; }
.button i, .button-alt i { vertical-align: top; margin-top: 3px; padding-right: 3px; }

.test { display: none; }

/* Media Queries */
@media screen and (max-width : 1600px) {
  #header-container, main, .footer-wrap { width: 70%; }
}

@media screen and (max-width : 1599px) and (min-width : 1201px) {
  #header-container, main, .footer-wrap { width: 80%; }
}

@media screen and (max-width : 1200px) {
  #header-container, main, .footer-wrap { width: 90%; }
  .banner-img { background: url(assets/banner-tablet.jpg) no-repeat center center; padding-top: 41.667% /* formula: (height/width*container) (500/1920*100) */; }
  .tiles li { width: 30%; }
}

@media screen and (max-width : 1000px) {
  .toggle-on-tablet { display: block; }
  .toggle-off-tablet { display: none; }
  body { font-size: 1.6em; }
  .placeholder { display: block; }
  #header-container { position: fixed; top: 0; left: 0; right: 0; width: 90%; padding: 0 5%; justify-content: space-between; }
  .placeholder, #header-container { height: 120px; }
  header.is-fixed #header-container { height: 60px; }
  header.is-fixed #logo img { max-height: 40px; }
  #logo { width: auto; }
  #logo img { max-height: 90px; }
  h1 { font-size: 2em; }
  nav { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; font-size: 1.3em; background: rgba(0,146,63,1); overflow-y: scroll; }
  nav.toggle-on-mobile-menu { display: flex; }
  nav ul { flex-direction: column; }
  nav li { margin: 0; }
  .footer-logo img { max-height: 130px; }
  footer { font-size: 1.1em; }
  footer h4 { margin-bottom: .5rem; }
  .footer-links-wrap { padding: 1rem 0; flex-direction: column; justify-content: center; }
  .footer-links-container { align-items: center; }
  .footer-links { margin-bottom: 2rem; }
  .footer-links ul { flex-direction: row; flex-wrap: wrap; justify-content: center; }
  .footer-links li { position: relative; margin: 0 0 10px; padding: 0 18px 0 15px; border-bottom: 0 none; }
  .footer-links li::after { position: absolute; top: 2px; right: 0; content: "|"; font-size: .8em; color: #999; }
  .footer-links li:last-child::after { display: none; }
  #copyright, .copyright-tagline { font-size: 1.3rem; }
}

@media screen and (max-width : 900px) {
  main { padding: 2rem 0 3rem; }
  h1 { font-size: 1.8em; }
  h1 span { margin-top: 1rem; }
  h2 { font-size: 1.5em; }
  h2, h3, h4, h5, h6 { color: #333; }
  footer h4 { font-size: 1.4em; }
  .welcome { padding-bottom: 1rem; }
  .section-sidebar, .tiles ul { flex-direction: column; }
  .section, .tiles li { width: 100%; margin: 0 auto 1rem; }
  .tiles li { margin-bottom: 5rem; }
  .tiles li:last-child { margin-bottom: 1rem; }
  .sidebar { width: 100%; }
  .map:last-of-type { margin-bottom: 1rem; }
}

@media screen and (max-width : 768px) {
  .banner-img { background: url(assets/banner-mobile.jpg) no-repeat center; padding-top: 60% /* formula: (height/width*container) (500/1920*100) */; }
  .section-banners { padding-top: 1rem; }
  .section-banners.two-by-two li { width: 100%; }
  .section-banners li { padding-top: 1.7rem; margin-bottom: 0; border-bottom: 1px solid #DDD; }
  .section-banners li:first-child { padding-top: 0; }
  .section-banners li:last-child { border-bottom: 0 none; }
}

@media screen and (max-width : 500px) {
  footer h4 { margin-bottom: 1.5rem; }
  .footer-tagline span { display: block; font-size: .7em; color: #666; font-style: italic; }
  .footer-links ul { flex-direction: column; margin: 0 auto 1.5rem; }
  .footer-links li { padding: 0; text-align: center; }
  .footer-links li::after { display: none; }
}
