*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.font-bs {
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 400;
}
.font-bsb {
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 700;
}
.font-bsl {
  font-family: 'BrownStd Light';
  font-style: normal;
  font-weight: 200;
}
.font-acb {
  font-family: 'Adobe Caslon Pro Bold';
  font-style: normal;
  font-weight: 700;
}
.font-acbi {
  font-family: 'Adobe Caslon Pro Bold Italic';
  font-style: italic;
  font-weight: 700;
}
.font-aci {
  font-family: 'Adobe Caslon Pro Italic';
  font-style: italic;
  font-weight: 400;
}
.font-ac {
  font-family: 'Adobe Caslon Pro';
  font-style: normal;
  font-weight: 400;
}
.font-acsb {
  font-family: 'Adobe Caslon Pro Semibold';
  font-style: normal;
  font-weight: 700;
}
.font-acsbi {
  font-family: 'Adobe Caslon Pro Semibold Italic';
  font-style: italic;
  font-weight: 700;
}
body {
  font-size: 14px;
  font-family: 'Adobe Caslon Pro', serif;
  background: #fff;
  color: #000;
}
input,
button,
textarea {
  font-family: 'BrownStd', sans-serif;
}
a {
  outline: 0 none;
  text-decoration: none;
  color: black;
}
.clear {
  clear: both;
  float: none;
}
.tipsy {
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 400;
}
.contain {
  position: relative;
  overflow: hidden;
}
.easing {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.arrow {
  content: '\f105';
  font-family: 'FontAwesome';
  font-weight: normal;
  margin-left: 3px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.wrap {
  width: 1040px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.wrap.visible {
  overflow: visible;
}
.site_header {
  position: relative;
  overflow: visible;
  text-align: center;
  height: auto;
}
.site_header h1.logo {
  padding: 25px 0 0;
  margin: 0;
  margin-bottom: 10px;
}
.site_header h1.logo a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 155px;
  height: 80px;
  text-indent: -9999px;
  background: url(/static/images/logo.png) no-repeat;
  -webkit-background-size: 150px 77px;
  -o-background-size: 150px 77px;
  background-size: 150px 77px;
}
.site_header nav {
  width: 100%;
  position: relative;
  overflow: visible;
  margin-bottom: 5px;
  text-align: left;
}
.site_header nav >ul {
  display: inline-block;
  margin: 0;
  padding: 0px;
  margin: 0 auto;
}
.site_header nav >ul li {
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 700;
  color: black;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.15em;
  position: relative;
  vertical-align: middle;
  position: relative;
}
.site_header nav >ul li:after {
  content: '/';
  color: #17a89e;
  display: inline-block;
  vertical-align: top;
  padding: 10px 44px;
}
.site_header nav >ul li:last-child {
  float: right;
  text-align: right;
}
.site_header nav >ul li:last-child:after {
  display: none;
}
.site_header nav >ul li a {
  padding: 10px 7px;
  padding-left: 0;
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.site_header nav >ul li a:hover {
  color: #17a89e;
}
.site_header nav >ul li.current a {
  color: #17a89e;
}
.site_header nav >ul li ul {
  position: absolute;
  left: -8px;
  top: 30px;
  background: #1f1f1f;
  z-index: 1001;
  display: none;
  border-top: 7px solid #000;
  border-bottom: 2px solid #17a89e;
  width: 140px;
}
.site_header nav >ul li ul li {
  display: block;
  text-align: left;
  text-transform: uppercase;
  background: transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.site_header nav >ul li ul li:after {
  display: none;
}
.site_header nav >ul li ul li a {
  width: 100%;
  font-size: 11px;
  padding: 7px 15px;
}
.site_header nav >ul li ul li a:hover {
  background: #17a89e;
  color: #fff;
  width: 100%;
  padding: 7px 13px 7px 17px;
}
.site_header nav >ul li .site_search {
  width: 100%;
  right: 0;
  padding: 10px 7px;
  padding-right: 0;
}
.site_header nav >ul li .site_search input {
  outline: none;
}
.site_header nav >ul li .site_search .input_wrapper {
  display: inline-block;
}
.site_header nav >ul li .site_search input[type='text'] {
  border: 0 none;
  border-bottom: 1px solid #17a89e;
  outline: none;
  width: 168px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.site_header nav >ul li .site_search input[type='text']:focus {
  outline: none;
}
.mmenu_btn,
.msearch_btn {
  display: none;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 100;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.mmenu_btn:hover,
.msearch_btn:hover {
  color: #17a89e;
}
.mmenu_btn:after,
.msearch_btn:after {
  content: '\f0c9';
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 14px;
}
.msearch_btn {
  left: auto;
  right: 10px;
}
.msearch_btn:after {
  content: '\f002';
}
.msearch_btn.open:after {
  content: '\f00d';
  font-weight: normal;
}
.homepage_slideshow {
  position: relative;
  overflow: hidden;
}
.homepage_slideshow .hm_pager {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 101;
}
.homepage_slideshow .hm_pager span {
  text-indent: -9999px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 12px;
  width: 12px;
  margin-left: 6px;
  border: 2px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  background: white;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.homepage_slideshow .hm_pager span.cycle-pager-active {
  background: #17a89e;
  color: #17a89e;
  border: 2px solid #17a89e;
}
.homepage_slideshow .hm_pager span:hover {
  border: 2px solid #fff;
}
.homepage_slideshow .hm_pager span:hover:after {
  background: #fff;
}
.home_ctas,
.single-page {
  position: relative;
  overflow: hidden;
  width: 1080px;
  margin: 30px 0 30px -15px;
}
.home_ctas h1,
.home_ctas h2,
.single-page h1,
.single-page h2 {
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0;
  color: #17a89e;
  border-top: 1px solid #17a89e;
  border-bottom: 1px solid #17a89e;
  padding: 13px 0;
  margin: 32px 0;
  text-align: center;
}
.home_ctas .column,
.single-page .column {
  width: 100%;
  margin: 15px;
}
.home_ctas .column img,
.single-page .column img {
  max-width: 100%;
}
.home_ctas .foundation-images,
.single-page .foundation-images {
  margin: 15px;
  position: relative;
}
.home_ctas .foundation-images img,
.single-page .foundation-images img {
  max-width: 100%;
}
.home_ctas .foundation-images .first,
.single-page .foundation-images .first {
  display: inline-block;
}
.home_ctas .foundation-images .last,
.single-page .foundation-images .last {
  display: inline-block;
  float: right;
}
.home_ctas .product-cols,
.single-page .product-cols {
  margin: 15px;
  margin-left: 0px;
  padding-bottom: 15px;
}
.home_ctas .product-cols .product-col,
.single-page .product-cols .product-col {
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  width: 16.67%;
  display: inline-block;
  text-align: center;
  margin-left: -2px;
  margin-right: -2px;
}
.home_ctas .product-cols .product-col.double,
.single-page .product-cols .product-col.double {
  width: 33.3%;
}
.home_ctas .product-cols .product-col .image-wrapper,
.single-page .product-cols .product-col .image-wrapper {
  min-height: 180px;
  position: relative;
  display: block;
  margin-top: 5px;
  margin-bottom: 25px;
}
.home_ctas .product-cols .product-col .image-wrapper img,
.single-page .product-cols .product-col .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.home_ctas .blog-cols,
.single-page .blog-cols {
  margin: 15px;
  text-align: justify;
}
.home_ctas .blog-cols .blog-col,
.single-page .blog-cols .blog-col {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  width: 31%;
  margin-right: 34px;
}
.home_ctas .blog-cols .blog-col:last-child,
.single-page .blog-cols .blog-col:last-child {
  margin-right: 0;
  float: right;
}
.home_ctas .blog-cols .blog-col .contents,
.single-page .blog-cols .blog-col .contents {
  overflow: hidden;
}
.home_ctas .blog-cols .blog-col .overlay,
.single-page .blog-cols .blog-col .overlay {
  background: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.home_ctas .blog-cols .blog-col .overlay .contents,
.single-page .blog-cols .blog-col .overlay .contents {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 18px;
  color: white;
  text-align: center;
  font-weight: normal;
}
.home_ctas .blog-cols .blog-col .overlay .contents h3,
.single-page .blog-cols .blog-col .overlay .contents h3 {
  font-family: 'Adobe Caslon Pro';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.10em;
  font-size: 26px;
  width: 90%;
  margin: 0 auto;
}
.home_ctas .blog-cols .blog-col .overlay .contents p,
.single-page .blog-cols .blog-col .overlay .contents p {
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 14px;
  margin-top: 0.5em;
  margin-bottom: 0;
}
.home_ctas .blog-cols .blog-col a,
.single-page .blog-cols .blog-col a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
}
.home_ctas .col,
.single-page .col {
  width: 327px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin: 15px;
  position: relative;
  overflow: hidden;
}
.home_ctas .col .overlay,
.single-page .col .overlay {
  background: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.home_ctas .col .overlay .contents,
.single-page .col .overlay .contents {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 18px;
  color: white;
  text-align: center;
  font-weight: normal;
}
.home_ctas .col .overlay .contents p,
.single-page .col .overlay .contents p {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.home_ctas .col > img,
.single-page .col > img {
  width: 100%;
  margin-top: -10%;
}
.home_ctas .col .desaturated,
.single-page .col .desaturated {
  position: absolute;
  top: 0;
  left: 0;
}
.home_ctas .col.intro,
.single-page .col.intro {
  font-family: 'Adobe Caslon Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  width: 96.2%;
  text-align: center;
  line-height: 1.6;
  padding: 0;
}
.home_ctas .col.intro p,
.single-page .col.intro p {
  margin: 0 0 10px;
}
.home_ctas .col.intro .learn_more,
.single-page .col.intro .learn_more {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  color: #17a89e;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.home_ctas .col.intro .learn_more:after,
.single-page .col.intro .learn_more:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-weight: normal;
  margin-left: 3px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.home_ctas .col.intro .learn_more:hover,
.single-page .col.intro .learn_more:hover {
  border-bottom: 1px solid #17a89e;
}
.home_ctas .col.intro .learn_more:hover:after,
.single-page .col.intro .learn_more:hover:after {
  margin-left: 7px;
}
.home_ctas .col.intro.half,
.single-page .col.intro.half {
  width: 49.5%;
  float: left;
  padding: 0 15px;
  margin: 15px 0;
}
.home_ctas .col .cta_link,
.single-page .col .cta_link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1101;
  background: url(/static/images/clear.gif);
}
.home_ctas .col .cta_link:hover ~ .cta_label,
.single-page .col .cta_link:hover ~ .cta_label {
  background: rgba(0,0,0,0.8);
}
.home_ctas .col .cta_link:hover ~ .cta_label.primary,
.single-page .col .cta_link:hover ~ .cta_label.primary {
  background: #13a89e;
}
.home_ctas .col .cta_label,
.single-page .col .cta_label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px;
  background: #000000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.home_ctas .col .cta_label.primary,
.single-page .col .cta_label.primary {
  background: #13a89e;
}
.home_ctas .col .cta_label.primary span:after,
.single-page .col .cta_label.primary span:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-weight: normal;
  margin-left: 3px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.single-page {
  margin-top: 0;
  margin-left: 0;
  line-height: 1.6;
  max-width: 1080px;
  width: 100%;
}
.single-page p {
  margin-top: 0;
}
.insta-wrap .home_ctas {
  padding-top: 0;
  margin-top: 0;
}
.insta-wrap .home_ctas h2 {
  margin-top: 0;
  margin-bottom: 45px;
}
#instafeed .insta-columns {
  width: 14.53%;
  float: left;
  margin: 0 0.9%;
  position: relative;
  overflow: hidden;
}
#instafeed .insta-columns a {
  cursor: pointer;
}
#instafeed .insta-columns a img {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  max-width: 100%;
}
#instafeed .insta-columns a .icon-overlay {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23,168,158,0.4);
  opacity: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#instafeed .insta-columns a .icon-overlay i {
  color: #fff;
  font-size: 3em;
}
#instafeed .insta-columns a:hover .icon-overlay {
  opacity: 1;
}
#instafeed .insta-columns a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
#instafeed .insta-columns:first-child {
  margin-left: 15px;
}
#instafeed .insta-columns:last-child {
  margin-right: 15px;
}
.site_footer {
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.15em;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #4d4d4d;
  padding-top: 15px;
  color: black;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.site_footer .left {
  float: left;
  margin-top: 10px;
}
.site_footer .right {
  float: right;
  margin-top: 10px;
  text-align: right;
  text-transform: uppercase;
}
.site_footer .right .fa {
  font-size: 18px;
  margin-left: 6px;
  margin-top: -5px;
  vertical-align: sub;
}
.site_footer .right .links {
  display: inline-block;
}
.site_footer .right .links a {
  color: black;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.site_footer .right .links a:hover {
  color: #17a89e;
}
.site_footer .right .links a:after {
  content: '\2022';
  color: #17a89e;
  display: inline-block;
  vertical-align: top;
  padding: 0px 10px;
}
.site_footer .right .links a:last-child:after {
  display: none;
}
.site_footer .right .social {
  display: inline-block;
  clear: both;
}
.site_footer .right .social a {
  color: #17a89e;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.site_footer .right .social a:hover {
  color: black;
}
.site_footer .right .credit {
  display: block;
  margin-top: 10px;
  text-transform: none;
  color: #bdbdbd;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.site_footer .right .credit:hover {
  color: #17a89e;
}
.sidebar {
  display: inline-block;
  vertical-align: top;
  margin: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1000;
  width: 230px;
  float: left;
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 700;
}
.sidebar .panel {
  padding: 0 0 9px;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #17a89e;
}
.sidebar .panel.no-extra {
  border-bottom: none;
}
.sidebar .panel h3 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
  color: #17a89e;
  border-top: 1px solid #17a89e;
  padding-top: 13px;
}
.sidebar .panel .show_hide {
  color: #bbb;
  text-transform: uppercase;
  font-size: 12px;
  padding: 4px 0px;
  display: inline-block;
  letter-spacing: 0.05em;
  position: absolute;
  right: 2px;
  top: 10px;
  z-index: 1;
}
.sidebar .panel .show_hide:hover {
  color: #17a89e;
}
.sidebar .panel .show_hide.show_hide {
  text-align: center;
}
.sidebar .panel ul {
  padding: 0;
  margin: 10px 0;
  border: 1px solid #17a89e;
  border-width: 1px 0;
  padding: 10px 0;
  list-style: none;
}
.sidebar .panel ul li {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
}
.sidebar .panel ul li a {
  display: block;
  padding: 8px 0;
  color: black;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.sidebar .panel ul li a.current,
.sidebar .panel ul li a:hover {
  color: #17a89e;
}
.sidebar .panel .cta_area {
  position: relative;
  overflow: visible;
}
.sidebar .panel .cta_area .cta_btn:first-of-type {
  float: left;
}
.sidebar .panel .cta_area .cta_btn:last-of-type {
  float: right;
}
.sidebar .panel .cta_link {
  display: block;
  margin-top: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: black;
  font-size: 12px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.sidebar .panel .cta_link:hover {
  color: #17a89e;
}
.sidebar .panel .cta_link:hover:after {
  margin-left: 7px;
}
.sidebar .panel .cta_link:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-weight: normal;
  margin-left: 3px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  float: right;
  color: #17a89e;
  font-size: 12px;
}
.sidebar .panel .cta_btn {
  background: none;
  border: 0;
  outline: none;
  color: #535255;
  font-weight: 700;
  padding: 0px 0;
  margin-bottom: -1px;
  font-size: 12px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.sidebar .panel .cta_btn .fa {
  font-size: 12px;
  margin-right: 3px;
  display: inline-block;
}
.sidebar .panel .cta_btn:hover {
  color: #17a89e;
}
.sidebar .panel .filters .icheckbox_square-green + span,
.sidebar .panel .filters input[type='checkbox'] + span {
  cursor: pointer;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  padding: 3px 0;
  color: black;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.sidebar .panel .filters .icheckbox_square-green + span:hover,
.sidebar .panel .filters input[type='checkbox'] + span:hover {
  color: #17a89e;
}
.sidebar .panel .filters li {
  padding: 5px 0;
  margin-left: -3px;
}
.mfilter_btn {
  font-family: 'BrownStd Light';
  font-style: normal;
  font-weight: 200;
  background: #404040;
  text-transform: uppercase;
  font-weight: normal;
  color: white;
  width: 782px;
  margin: 0 auto 10px;
  display: block;
  padding: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  display: none;
}
.sidebar_overlay {
  position: fixed;
  z-index: 999;
  background: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
.content_area {
  width: 800px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
  float: right;
}
.content_area .page_title {
  background: rgba(0,0,0,0.65);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 15px 45px 15px 18px;
  position: absolute;
  top: 40px;
  left: 20px;
  z-index: 1000;
  margin: 0;
}
.content_area .page_title span:after {
  position: absolute;
  right: 18px;
  top: 10px;
  content: '/';
  color: #17a89e;
  font-size: 30px;
  font-weight: 300;
}
.content_area h3 {
  font-size: 16px;
  letter-spacing: 0.04em;
  padding: 11px 0;
  margin: 10px 0 20px 20px;
  border: 1px solid #404040;
  border-width: 1px 0;
  font-weight: 300;
  color: black;
}
.content_area h3 strong {
  font-weight: 700;
  color: #17a89e;
}
.content_area .cta_link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 101;
}
.content_area .cta_label {
  font-family: 'BrownStd Light';
  font-style: normal;
  font-weight: 200;
  color: black;
  position: relative;
  width: 100%;
  z-index: 200;
  text-align: center;
  font-size: 14px;
  padding: 8px;
  letter-spacing: 0em;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.content_area .two_col_wrap {
  width: 810px;
  margin-left: 10px;
}
.content_area .two_col_wrap .cycle-slideshow {
  height: 380px;
}
.content_area .two_col_wrap .col {
  width: 380px;
  height: 411px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 10px;
  background: #404040;
}
.content_area .one_col_wrap {
  width: 780px;
  margin-left: 10px;
}
.content_area .one_col_wrap .cycle-slideshow {
  height: 380px;
}
.content_area .one_col_wrap .col {
  width: 100%;
  height: 380px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 10px;
  background: #404040;
}
.content_area .one_col_wrap .col .overlay {
  background: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.content_area .one_col_wrap .col .overlay .contents {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  letter-spacing: 0.05em;
  font-size: 20px;
  color: white;
  text-align: center;
  font-weight: normal;
}
.content_area .one_col_wrap .col .overlay .contents p {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.content_area .blog-post {
  vertical-align: top;
  max-width: 810px;
  width: 100%;
  margin-left: 10px;
  padding-top: 10px;
}
.content_area .blog-post p {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.content_area .blog-post .header-image {
  position: relative;
}
.content_area .blog-post .header-image .title {
  position: absolute;
  top: 30px;
  left: 30px;
  color: white;
}
.content_area .blog-post .header-image .title h1 {
  margin: 0;
  text-transform: none;
  letter-spacing: 0.03em;
  font-size: 32px;
}
.content_area .blog-post .header-image .title p {
  margin: 0;
  font-family: 'BrownStd Light';
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  text-transform: uppercase;
}
.content_area .blog-post h1 {
  margin: 0;
}
.content_area .blog-post h1 + p {
  margin-top: 0;
}
.content_area .blog-post h2 {
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0;
  color: #17a89e;
  border-top: 1px solid #17a89e;
  border-bottom: 1px solid #17a89e;
  padding: 15px 0;
  margin: 30px 0;
  text-align: center;
}
.content_area .blog-post .tags {
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}
.content_area .blog-post .tags a {
  color: #17a89e;
}
.content_area .blog-post .tags a:hover {
  color: black;
}
.content_area .blog-post .blog-cols {
  margin: 15px;
  text-align: justify;
  margin: 0 15px 0 0;
}
.content_area .blog-post .blog-cols .blog-col {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  width: 31%;
  margin-right: 34px;
}
.content_area .blog-post .blog-cols .blog-col:last-child {
  margin-right: 0;
  float: right;
}
.content_area .blog-post .blog-cols .blog-col .contents {
  overflow: hidden;
}
.content_area .blog-post .blog-cols .blog-col .overlay {
  background: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.content_area .blog-post .blog-cols .blog-col .overlay .contents {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 18px;
  color: white;
  text-align: center;
  font-weight: normal;
}
.content_area .blog-post .blog-cols .blog-col .overlay .contents h3 {
  font-family: 'Adobe Caslon Pro';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.10em;
  font-size: 26px;
  width: 90%;
  margin: 0 auto;
}
.content_area .blog-post .blog-cols .blog-col .overlay .contents p {
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 14px;
  margin-top: 0.5em;
  margin-bottom: 0;
}
.content_area .blog-post .blog-cols .blog-col a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
}
.content_area .blog-post .blog-cols .blog-col {
  margin-right: 25px;
}
.content_area .blog-post .blog-cols .blog-col .overlay .contents h3 {
  color: white;
  font-size: 22px;
  border: 0;
  margin-bottom: 0;
}
.content_area .blog-post .blog-cols .blog-col .overlay .contents p {
  margin: 0;
  font-size: 12px;
}
.content_area .blog-posts {
  vertical-align: top;
  width: 810px;
  margin-left: 10px;
  padding-top: 10px;
}
.content_area .blog-posts p {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.content_area .two_cols {
  margin-bottom: 30px;
}
.content_area .two_cols .col {
  width: 45%;
  margin-right: 5%;
  display: inline-block;
  vertical-align: top;
}
.content_area .two_cols .col:last-child {
  margin-right: 0;
  display: inline-block;
  position: relative;
}
.content_area .two_cols .col:last-child h2 {
  margin: 0;
  font-family: 'Adobe Caslon Pro Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
}
.content_area .two_cols .col:last-child h2 a {
  color: black;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.content_area .two_cols .col:last-child h2 a:hover {
  color: #17a89e;
}
.content_area .two_cols .col:last-child p {
  margin: 0;
}
.content_area .two_cols .col:last-child p.date {
  font-family: 'BrownStd Light';
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.content_area .two_cols .col:last-child a.read-more {
  margin-top: 12px;
  display: inline-block;
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  color: #17a89e;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.content_area .two_cols .col:last-child a.read-more:hover {
  color: black;
}
.content_area .three_cols {
  margin: 0 -1em 2em;
  position: relative;
  overflow: hidden;
}
.content_area .three_cols .col {
  width: 33.33333%;
  padding-left: 1em;
  padding-right: 1em;
  float: left;
}
.content_area .three_cols .col img {
  width: 100%;
}
.content_area .three_cols .col.x2 {
  width: 66.67%;
}
.content_area .montage_wrap {
  vertical-align: top;
  width: 810px;
  margin-left: 10px;
  padding-top: 10px;
}
.content_area .montage_wrap .col {
  width: 247px;
  height: 258px;
  display: inline-block;
  vertical-align: top;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.content_area .montage_wrap .col.big {
  width: 514px;
  height: 536px;
}
.content_area .montage_wrap .col.big .cta_link .cta_label {
  font-size: 50px;
}
.content_area .montage_wrap .col.wide {
  width: 500px;
  height: 240px;
}
.content_area .montage_wrap .col .cycle-slideshow {
  position: relative;
  z-index: 100;
  overflow: hidden;
}
.content_area .montage_wrap .col .product-panel {
  overflow: hidden;
  position: relative;
}
.content_area .montage_wrap .col .cta_link {
  opacity: 0;
  background: rgba(23,168,158,0.5);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.content_area .montage_wrap .col .cta_link .cta_label {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  z-index: 200;
  background: none;
  color: white;
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.content_area .montage_wrap .col .cta_link:hover {
  opacity: 1;
}
.content_area .montage_wrap.products_landing {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.content_area .montage_wrap.products_landing .col {
  margin: 0 10px;
  height: 270px;
}
.content_area .montage_wrap.products_landing .col.big {
  width: 514px;
  height: 540px;
}
.content_area .montage_wrap.products_landing .col:not(.big) img {
  height: 247px;
  width: 247px;
}
.content_area .montage_wrap.products_landing .col.big img {
  height: 517px;
}
.content_area .products_grid {
  vertical-align: top;
  width: 830px;
  margin: 10px 0 0 20px;
}
.content_area .products_grid .product {
  position: relative;
  overflow: hidden;
  width: 247px;
  display: inline-block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.content_area .products_grid .product .cta_label {
  position: relative;
  text-align: left;
  padding: 7px 0 0 0;
  display: inline-block;
  min-height: 49px;
  z-index: 100;
  line-height: 1.5;
}
.content_area .products_grid .product .cta_link:hover ~ .cta_label {
  color: #17a89e;
}
.content_area .product_detail {
  position: relative;
  overflow: hidden;
  width: 800px;
  margin-left: 20px;
}
.content_area .product_detail .pic_area {
  width: 522px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  margin: 10px 0 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content_area .product_detail .pic_area.full {
  width: 100%;
}
.content_area .product_detail .pic_area.full .pic {
  margin: 0 0 10px;
}
.content_area .product_detail .pic_area.full h1 {
  text-align: center;
}
.content_area .product_detail .pic_area.full .thumbs {
  text-align: center;
  margin-left: 0;
}
.content_area .product_detail .pic_area:hover .thumbs {
  max-height: 1000px;
}
.content_area .product_detail .pic_area h1 {
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0;
  color: #17a89e;
  border-top: 1px solid #17a89e;
  border-bottom: 1px solid #17a89e;
  padding: 13px 0;
  margin: 32px 0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
  padding: 11px 0 8px 0;
}
.content_area .product_detail .pic_area .pic {
  width: 522px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}
.content_area .product_detail .pic_area .pic .tip {
  width: 250px;
  background: rgba(255,255,255,0.65);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 145%;
  padding: 12px 15px 12px 50px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -125px;
  z-index: 105;
  display: none;
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.content_area .product_detail .pic_area .pic .tip .icon {
  font-size: 24px;
  position: absolute;
  left: 17px;
  top: 14px;
  color: #000;
}
.content_area .product_detail .pic_area .pic .img_wrap {
  background: white;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.content_area .product_detail .pic_area .pic img {
  max-width: 522px;
}
.content_area .product_detail .pic_area .pic:hover .prod_img_nav {
  top: 1px;
}
.content_area .product_detail .pic_area .pic .prod_img_nav {
  width: 45px;
  height: 40px;
  background: #17a89e;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  position: absolute;
  top: -47px;
  cursor: pointer;
  z-index: 101;
  opacity: .5;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.content_area .product_detail .pic_area .pic .prod_img_nav:hover {
  opacity: 1;
}
.content_area .product_detail .pic_area .pic .prod_img_nav.prev {
  right: 47px;
  background-image: url(/static/images/prev_arr.png);
}
.content_area .product_detail .pic_area .pic .prod_img_nav.prev:hover {
  background-position: -5px center;
}
.content_area .product_detail .pic_area .pic .prod_img_nav.next {
  right: 1px;
  background-image: url(/static/images/next_arr.png);
}
.content_area .product_detail .pic_area .pic .prod_img_nav.next:hover {
  background-position: 10px center;
}
.content_area .product_detail .pic_area .thumbs {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: -5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.content_area .product_detail .pic_area .thumbs .thumb {
  background: #e5e5e5;
  height: 80px;
  width: 80px;
  border: 3px solid white;
  display: inline-block;
  margin: 5px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.content_area .product_detail .pic_area .thumbs .thumb img {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  width: auto;
}
.content_area .product_detail .pic_area .thumbs .thumb.current,
.content_area .product_detail .pic_area .thumbs .thumb:hover {
  border: 3px solid #17a89e;
}
.content_area .product_detail .related_products {
  width: 230px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
}
.content_area .product_detail .related_products h3 {
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 400;
  margin: 10px 0 20px;
  padding: 0;
  display: table;
  width: 100%;
  border: 1px solid #404040;
  text-align: center;
  border-width: 1px 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.content_area .product_detail .related_products .product {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: top;
}
.content_area .product_detail .related_products .product .cta_label {
  text-transform: none;
  text-align: left;
  color: black;
  padding: 7px 0;
  font-weight: normal;
  font-size: 13px;
}
.content_area .no_results {
  margin-left: 20px;
  overflow: hidden;
  position: relative;
  width: 800px;
  border: 1px solid #404040;
  border-width: 1px 0;
  padding: 20px 40px;
}
.content_area .no_results h3 {
  margin: 10px 0;
}
.content_area .no_results h3 .fa {
  margin-right: 3px;
  color: #aaa;
}
.content_area .no_results p {
  margin-left: 23px;
}
.content_area .no_results p a {
  color: #aaa;
  border-bottom: 1px dotted #aaa;
  padding-bottom: 1px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.content_area .no_results p a:hover {
  color: #17a89e;
  border-bottom: 1px solid #17a89e;
}
.tabbed {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  width: 780px;
}
.tabbed ul.tabs {
  position: relative;
  overflow: hidden;
  z-index: 10;
  background: white;
  width: 100%;
}
.tabbed ul.tabs li {
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 400;
  background: #e6e6e6;
  border-right: 1px solid #d9d9d9;
  color: #706e74;
  list-style: none;
  float: left;
  padding: 14px 20px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.tabbed ul.tabs li.current {
  color: black;
  background: #f2f2f2;
}
.tabbed ul.tabs li:hover {
  color: black;
  background: #f2f2f2;
}
.tabbed .content_area {
  background: #f2f2f2;
  color: black;
  float: left;
  padding: 20px 25px;
  width: 100%;
}
.tabbed .content_area .wrapper {
  overflow: hidden;
  position: relative;
}
.tabbed .content_area .wrapper .content {
  display: none;
  padding: 5px 0;
}
.tabbed .content_area .wrapper .content .copy_area {
  vertical-align: top;
  display: inline-block;
  width: 345px;
  padding-right: 10px;
}
.tabbed .content_area .wrapper .content .copy_area p {
  font-size: 18px;
  line-height: 1.4;
  color: black;
  vertical-align: top;
}
.tabbed .content_area .wrapper .content .options {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 350px;
  margin: 5px 0 10px 30px;
}
.tabbed .content_area .wrapper .content h3 {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.tabbed .content_area .wrapper .content table {
  border: 1px solid #404040;
  border-width: 1px 0;
  width: 345px;
  display: inline-block;
  vertical-align: top;
  padding: 8px 0;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 145%;
}
.tabbed .content_area .wrapper .content table.no_border_top {
  border-top: 0 none;
}
.tabbed .content_area .wrapper .content table.right {
  margin-left: 15px;
}
.tabbed .content_area .wrapper .content table.left {
  margin-right: 15px;
}
.tabbed .content_area .wrapper .content table.full {
  margin: 0;
  width: 100%;
}
.tabbed .content_area .wrapper .content table table.inner {
  width: 100%;
  border: 0 none;
}
.tabbed .content_area .wrapper .content table table.inner tr td:first-child {
  min-width: 0;
}
.tabbed .content_area .wrapper .content table tr td {
  padding: 5px 0;
  vertical-align: middle;
  color: #17a89e;
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 400;
}
.tabbed .content_area .wrapper .content table tr td span:after {
  content: '·';
  margin: 0 15px;
  color: #747474;
}
.tabbed .content_area .wrapper .content table tr td span:last-child:after {
  display: none;
}
.tabbed .content_area .wrapper .content table tr td:first-child {
  text-transform: uppercase;
  font-weight: 700;
  color: #747474;
  padding-right: 30px;
  min-width: 100px;
}
.tabbed .content_area .wrapper .content table tr td.price_dets {
  font-weight: 700;
  color: #747474;
}
.tabbed .content_area .wrapper .content table tr td.price_dets .price {
  font-size: 22px;
  color: #17a89e;
  font-weight: 400;
  padding-top: 3px;
  display: inline-block;
}
.tabbed .content_area .wrapper .content table tr td.price_dets .price span {
  color: black;
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
  display: inline-block;
}
.tabbed .content_area .wrapper .content table tr td .chip {
  cursor: pointer;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  display: inline-block;
}
.tabbed .content_area .wrapper .content table.finishes .inner {
  padding: 0 10px;
}
.tabbed .content_area .wrapper .content table.finishes tr td {
  padding: 8px 2px;
  vertical-align: middle;
}
.tabbed .content_area .wrapper .content table.finishes tr td img {
  padding-bottom: 4px;
}
.tabbed .content_area .wrapper .content .btn_area {
  width: 100%;
  text-align: right;
  position: relative;
  overflow: hidden;
  padding: 15px 0 0;
}
.tabbed .content_area .wrapper .content .btn_area .btn {
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 400;
  background: #545454;
  color: #fff;
  padding: 10px 15px;
  font-size: 12px;
  display: inline-block;
  margin: 0 5px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.tabbed .content_area .wrapper .content .btn_area .btn .icon {
  margin-right: 7px;
  font-size: 14px;
}
.tabbed .content_area .wrapper .content .btn_area .btn:hover {
  color: #000;
  background: #FFF;
}
.press_releases {
  width: 810px;
  position: relative;
  overflow: hidden;
}
.press_releases .cover {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin: 14px;
  width: 375px;
}
.press_releases .cover .desaturated {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.press_releases .cover .img_wrap {
  position: relative;
  overflow: hidden;
  background: #2f2f2f;
}
.press_releases .cover .img_wrap > img {
  width: 100%;
}
.press_releases .cta_link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 101;
  background: url(/static/images/clear.gif);
}
.press_releases .cta_link:hover ~ .cta_label {
  color: #17a89e;
}
.press_releases .cta_label {
  position: relative;
  text-align: center;
  padding: 10px 0;
  letter-spacing: 0.06em;
  color: black;
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 400;
}
.press_releases .cta_link:hover ~ .cta_label {
  color: #fff;
}
.contact_page {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.contact_page h1 {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 0;
  border: 1px solid #404040;
  border-width: 1px 0;
}
.contact_page h1 span {
  display: inline-block;
  position: relative;
  overflow: visible;
  padding: 0 45px 0 0;
}
.contact_page h1 span:after {
  position: absolute;
  right: 18px;
  top: -5px;
  content: '/';
  color: #17a89e;
  font-size: 30px;
  font-weight: 300;
}
.contact_page h2 {
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0;
  color: #17a89e;
  border-top: 1px solid #17a89e;
  border-bottom: 1px solid #17a89e;
  padding: 13px 0;
  margin: 32px 0;
  text-align: center;
}
.contact_page .address_form {
  width: 33%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  margin-bottom: 20px;
}
.contact_page .address_form .address {
  font-size: 22px;
  color: black;
  line-height: 1.4;
  padding: 0 0 20px 0px;
}
.contact_page .address_form .address h3 {
  color: #17a89e;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 0 -30px;
}
.contact_page .address_form .address .icon {
  margin: 0 10px 0 -30px;
  width: 20px;
  text-align: center;
  color: #404040;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.contact_page .address_form .address p {
  margin: 0 0 30px 0;
  cursor: default;
}
.contact_page .address_form .address p:hover .icon {
  color: #fff;
}
.contact_page .address_form .address a {
  color: black;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.contact_page .address_form .address a:hover {
  color: #17a89e;
}
.contact_page .contact-form {
  display: inline-block;
  width: 63%;
  margin-right: 3%;
}
.contact_page .contact-form h2 {
  margin-top: 0;
}
.contact_page .contact-form .input_field {
  display: block;
  width: 100%;
  border: 1px solid #17a89e;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  padding-left: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.contact_page .contact-form .input_field label {
  color: #17a89e;
  display: inline-block;
  position: relative;
  z-index: 2;
  cursor: text;
  position: absolute;
  height: 100%;
  width: 200px;
  left: 20px;
  top: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15em;
  font-size: 18px;
  text-transform: uppercase;
}
.contact_page .contact-form .input_field input,
.contact_page .contact-form .input_field textarea {
  width: 100%;
  padding: 21px 20px;
  border: 0 none;
  background: none;
  color: black;
  margin-left: 200px;
}
.contact_page .contact-form .input_field .eav-textarea {
  width: 100%;
  vertical-align: top;
  display: inline-block;
}
.contact_page .contact-form .input_field textarea {
  height: 140px;
}
.contact_page .contact-form .input_field.filled label {
  color: #117b74;
}
.contact_page .contact-form .input_field.error {
  border: 1px solid #cb3737;
}
.contact_page .contact-form input[type='submit'] {
  background: #17a89e;
  color: white;
  border: 0;
  font-size: 18px;
  font-weight: 700;
  padding: 17px 26px 13px 26px;
  margin-top: 3px;
  margin-bottom: 24px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.contact_page .contact-form input[type='submit']:hover,
.contact_page .contact-form input[type='submit']:focus {
  background-color: #117b74;
}
.contact_page .map {
  width: 100%;
  background: #009b91;
  display: inline-block;
  height: 500px;
  vertical-align: top;
  border: 1px solid #09504b;
  margin-bottom: 30px;
}
.text_page {
  position: relative;
  overflow: hidden;
  margin: 10px 0 0 20px;
  color: #c2c2c2;
}
.text_page.foundation h1 {
  margin-bottom: 30px;
}
.text_page.foundation .copy_wrap {
  width: 330px;
}
.text_page.craftsmen h1,
.text_page.profile h1 {
  margin-bottom: 20px;
}
.text_page.craftsmen .copy_wrap,
.text_page.profile .copy_wrap {
  width: 380px;
}
.text_page.craftsmen .img_wrap,
.text_page.profile .img_wrap {
  width: 350px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
.text_page.craftsmen .img_wrap.narrow,
.text_page.profile .img_wrap.narrow {
  width: auto;
}
.text_page.craftsmen .img_wrap.narrow a,
.text_page.profile .img_wrap.narrow a {
  width: 100%;
}
.text_page.craftsmen .img_wrap.narrow a > img,
.text_page.profile .img_wrap.narrow a > img {
  min-width: 251px;
  max-width: 100%;
  height: auto;
}
.text_page.craftsmen .img_wrap a,
.text_page.profile .img_wrap a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 325px;
  width: 340px;
  cursor: zoom-in;
}
.text_page.craftsmen .img_wrap a > img,
.text_page.profile .img_wrap a > img {
  min-width: 340px;
  max-width: 500px;
  height: 340px;
}
.text_page.craftsmen .img_wrap:hover .img_nav,
.text_page.profile .img_wrap:hover .img_nav {
  top: 1px;
}
.text_page.craftsmen .img_wrap .img_nav,
.text_page.profile .img_wrap .img_nav {
  width: 45px;
  height: 40px;
  background: #17a89e;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  position: absolute;
  top: -47px;
  cursor: pointer;
  z-index: 101;
  opacity: .5;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.text_page.craftsmen .img_wrap .img_nav:hover,
.text_page.profile .img_wrap .img_nav:hover {
  opacity: 1;
}
.text_page.craftsmen .img_wrap .img_nav.prev,
.text_page.profile .img_wrap .img_nav.prev {
  right: 47px;
  background-image: url(/static/images/prev_arr.png);
}
.text_page.craftsmen .img_wrap .img_nav.prev:hover,
.text_page.profile .img_wrap .img_nav.prev:hover {
  background-position: -5px center;
}
.text_page.craftsmen .img_wrap .img_nav.next,
.text_page.profile .img_wrap .img_nav.next {
  right: 1px;
  background-image: url(/static/images/next_arr.png);
}
.text_page.craftsmen .img_wrap .img_nav.next:hover,
.text_page.profile .img_wrap .img_nav.next:hover {
  background-position: 10px center;
}
.text_page h1 {
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 0;
  border: 1px solid #404040;
  border-width: 1px 0;
}
.text_page h1 span {
  display: inline-block;
  position: relative;
  overflow: visible;
  padding: 0 45px 0 0;
}
.text_page h1 span:after {
  position: absolute;
  right: 18px;
  top: -5px;
  content: '/';
  color: #17a89e;
  font-size: 30px;
  font-weight: 300;
}
.text_page .copy_wrap {
  display: inline-block;
  vertical-align: top;
}
.text_page .img_wrap {
  display: inline-block;
  margin: 10px 40px 0 0;
  border: 5px solid #404040;
  vertical-align: top;
}
.text_page p {
  line-height: 1.5;
  margin: 17px 0;
}
.text_page ol {
  padding: 0 0 0 20px;
}
.text_page ol li {
  line-height: 145%;
  padding: 7px 0;
}
.text_page p a,
.text_page li a {
  color: #17a89e;
  position: relative;
  overflow: hidden;
}
.text_page p a:before,
.text_page li a:before {
  content: '';
  display: block;
  background-color: #17a89e;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.text_page p a:hover,
.text_page li a:hover {
  color: #17a89e;
}
.text_page p a:hover:before,
.text_page li a:hover:before {
  width: 100%;
}
.text_page ul {
  padding: 10px 0 10px 7px;
}
.text_page ul li {
  padding: 2px 0;
  list-style-type: none;
}
.text_page ul li:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-weight: normal;
  margin-right: 7px;
  font-size: 12px;
  color: #ccc;
}
.pagination {
  text-align: center;
  border-top: 1px solid #4d4d4d;
  padding: 15px 0;
  margin: 10px 0 0 20px;
  width: 100%;
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.pagination .pages {
  display: inline-block;
}
.pagination .pages span {
  display: inline-block;
  font-size: 12px;
  min-width: 10px;
  cursor: pointer;
  color: black;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.pagination .pages span:hover,
.pagination .pages span.current {
  border-bottom: 2px solid #17a89e;
}
.pagination .pages span:hover a,
.pagination .pages span.current a {
  color: #17a89e;
}
.pagination .pages span.current {
  margin-left: 4px;
  margin-left: 4px;
}
.pagination .pages span a {
  font-size: 12px;
  padding: 7px 4px;
  margin-left: 5px;
  margin-right: 5px;
  color: black;
  display: inline-block;
}
@media (max-width: 1040px) {
  .wrap {
    width: 100%;
    padding: 0 10px;
  }
  .site_header h1.logo {
    padding-top: 15px;
  }
  .site_header h1.logo a {
    -webkit-background-size: 100px auto;
    -o-background-size: 100px auto;
    background-size: 100px auto;
    height: 55px;
    width: 103px;
  }
  .site_header h1.logo a:after {
    display: none;
  }
  .site_header nav {
    display: none;
  }
  .mmenu_btn {
    display: block;
  }
  .msearch_btn {
    display: none;
  }
  .homepage_slideshow {
    width: 100%;
  }
  .homepage_slideshow .cycle-slide {
    width: 100%;
  }
  .homepage_slideshow .cycle-slide img {
    width: 100%;
  }
  .home_ctas {
    margin: 20px auto;
    width: 100%;
    text-align: center;
  }
  .home_ctas .product-cols {
    margin: 0px;
  }
  .home_ctas .product-cols img {
    max-width: 100%;
  }
  .home_ctas .product-cols .product-col {
    width: 50%;
  }
  .home_ctas .product-cols .product-col.double {
    width: 100%;
  }
  .home_ctas .column {
    margin: 0;
  }
  .home_ctas .col {
    width: 46.75%;
  }
  .home_ctas .col:nth-child(2n+1) {
    margin: 1.25% 1.25% 1.25% 1%;
  }
  .home_ctas .col:nth-child(2n) {
    margin: 1.25% 1% 1.25% 1.25%;
  }
  .home_ctas .col.intro {
    padding-left: 0;
  }
  .home_ctas .col img {
    width: 100%;
    height: auto;
    margin-top: -15%;
  }
  .home_ctas .foundation-images {
    float: none;
    clear: both;
    margin: auto;
    text-align: center;
  }
  .home_ctas .foundation-images .first,
  .home_ctas .foundation-images .last {
    float: none;
    clear: both;
    margin: 30px auto;
    text-align: center;
    display: block;
  }
  .home_ctas .foundation-images .first img,
  .home_ctas .foundation-images .last img {
    width: 50%;
    display: block;
    margin: auto;
  }
  .sidebar {
    height: 100%;
    overflow: auto;
    background: #fff;
    top: 0;
    left: -270px;
    margin: 0;
    padding: 20px;
    position: fixed;
    z-index: 1000;
    width: 270px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
  }
  .mfilter_btn {
    display: block;
  }
  .content_area {
    margin: 0 auto 30px;
    float: none;
    display: block;
  }
  .content_area .montage_wrap,
  .content_area .two_col_wrap {
    margin: 0;
  }
  .content_area .product_detail {
    margin-left: 0;
  }
  .content_area .product_detail .pic_area {
    margin: 10px 0 0;
  }
  .content_area .product_detail .pic_area .pic .prod_img_nav {
    top: 0;
  }
  .content_area .product_detail .pic_area .thumbs {
    max-height: 1000px;
  }
  .content_area .product_detail .pic_area .thumbs .thumb {
    width: 60px;
    height: 60px;
  }
  .content_area .products_grid {
    margin: 10px;
  }
  .content_area .pagination {
    margin: 0;
  }
  .content_area .pagination .pages span {
    margin: 5px;
  }
  .text_page.craftsmen .img_wrap .img_nav,
  .text_page.profile .img_wrap .img_nav {
    top: 0;
  }
  .content_area .blog-post {
    margin-left: 0;
  }
  .content_area .blog-post .header-image img {
    max-width: 100%;
  }
  .content_area .blog-post .blog-cols {
    margin: 0;
  }
  .content_area .blog-post .blog-cols .blog-col {
    width: 100%;
    margin: 0 auto 15px auto;
  }
  .content_area .blog-post .blog-cols .blog-col .contents img {
    width: 100%;
  }
  #instafeed .insta-columns {
    width: 33%;
    float: left;
    margin: 0 0;
  }
  #instafeed .insta-columns a {
    border: none;
    display: block;
    width: 100%;
  }
  #instafeed .insta-columns a img {
    width: 100%;
    max-width: 100%;
  }
  #instafeed .insta-columns:first-child {
    margin-left: 0;
  }
  #instafeed .insta-columns:last-child {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .wrap {
    padding: 0 10px;
  }
  .site_header .site_search {
    width: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 200;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    height: 0;
  }
  .site_header .site_search .icon,
  .site_header .site_search .haze {
    display: none;
  }
  .site_header .site_search .input_wrapper {
    padding: 10px;
    background: #404040;
    width: 100%;
    float: left;
    position: relative;
    display: inline;
  }
  .site_header .site_search .input_wrapper input[type='submit'] {
    height: 32px;
    width: 40px;
    margin: 0;
  }
  .site_header .site_search .input_wrapper span {
    display: block;
    overflow: hidden;
    padding-right: 10px;
  }
  .site_header .site_search .input_wrapper span input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #4d0708;
    font-size: 13px;
    margin: 0;
    padding: 8px;
    width: 100%;
  }
  .site_header nav > ul li:after {
    padding: 10px 3px;
  }
  .home_ctas {
    margin: 10px auto;
  }
  .home_ctas .col > img {
    margin-top: -10%;
  }
  .home_ctas .col > img.desaturated {
    display: none;
  }
  .home_ctas .blog-cols {
    margin: 0px;
  }
  .home_ctas .blog-cols .blog-col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .home_ctas .blog-cols .blog-col .contents img {
    width: 100%;
  }
  .mfilter_btn {
    width: 514px;
    margin-bottom: 14px;
  }
  .content_area {
    width: 100%;
    margin: 5px auto;
  }
  .content_area .blog-posts {
    vertical-align: top;
    width: 100%;
    margin-left: 0px;
    padding-top: 0px;
  }
  .content_area .two_cols .col {
    width: 100%;
    margin-right: 0;
    display: block;
  }
  .content_area .two_cols .col img {
    width: 100%;
  }
  .content_area .two_cols .col:last-child {
    margin-top: 1em;
    margin-bottom: 2em;
  }
  .content_area .three_cols .col {
    width: 100%;
    margin-bottom: .75em;
  }
  .content_area .three_cols .col.x2 {
    width: 100%;
  }
  .content_area .no_results {
    width: 100%;
    padding: 0 10px 40px;
    margin: 0;
    border: 0 none;
  }
  .content_area .one_col_wrap {
    margin-left: 0px;
    width: 100%;
  }
  .content_area .one_col_wrap .col {
    height: 240px;
  }
  .content_area .one_col_wrap img {
    max-width: 100%;
  }
  .content_area .one_col_wrap .overlay img {
    max-width: 60%;
    max-height: 2em;
  }
  .content_area .one_col_wrap .overlay p {
    font-size: 0.8em;
  }
  .content_area .page_title {
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 10px 0;
    border: 1px solid #404040;
    border-width: 1px 0;
    position: relative;
    background: none;
    top: auto;
    left: auto;
    color: #c2c2c2;
    text-align: center;
  }
  .content_area .page_title span {
    display: inline-block;
    position: relative;
    overflow: visible;
    padding: 0 45px 0 20px;
  }
  .content_area .page_title span:after {
    position: absolute;
    right: 18px;
    top: -5px;
    content: '/';
    color: #17a89e;
    font-size: 30px;
    font-weight: 300;
  }
  .content_area h3 {
    font-size: 14px;
    margin: 10px 0 14px;
    padding: 10px 0;
  }
  .content_area .montage_wrap.products_landing,
  .content_area .two_col_wrap {
    width: 100%;
  }
  .content_area .montage_wrap.products_landing .col,
  .content_area .two_col_wrap .col {
    float: left;
    width: 48.5%;
    margin: 0;
    height: auto;
  }
  .content_area .montage_wrap.products_landing .col .cycle-slideshow,
  .content_area .two_col_wrap .col .cycle-slideshow {
    height: auto;
    overflow: hidden;
  }
  .content_area .montage_wrap.products_landing .col.big,
  .content_area .two_col_wrap .col.big {
    height: auto;
    width: 48.5%;
  }
  .content_area .montage_wrap.products_landing .col.big img,
  .content_area .two_col_wrap .col.big img {
    height: auto;
  }
  .content_area .montage_wrap.products_landing .col:not(.big) img,
  .content_area .montage_wrap.products_landing .col img,
  .content_area .two_col_wrap .col:not(.big) img,
  .content_area .two_col_wrap .col img {
    height: auto;
    width: 100%;
  }
  .content_area .montage_wrap.products_landing .col:nth-child(odd),
  .content_area .two_col_wrap .col:nth-child(odd) {
    margin: 0 1.25% 1.75% 0;
  }
  .content_area .montage_wrap.products_landing .col:nth-child(even),
  .content_area .two_col_wrap .col:nth-child(even) {
    margin: 0 0 1.75% 1.25%;
  }
  .content_area .text_page {
    margin: 10px;
  }
  .content_area .text_page h1 {
    text-align: center;
  }
  .content_area .text_page h1 span {
    padding-left: 20px;
  }
  .content_area .text_page .img_wrap,
  .content_area .text_page .img_wrap.narrow {
    width: 40%;
    height: auto;
    float: left;
    margin: 0 2.5% 0 0;
  }
  .content_area .text_page .img_wrap a,
  .content_area .text_page .img_wrap.narrow a {
    height: auto;
    width: 100%;
  }
  .content_area .text_page .img_wrap a img,
  .content_area .text_page .img_wrap.narrow a img {
    width: 100%;
    height: auto;
    min-width: 130%;
  }
  .content_area .text_page .img_wrap.narrow a img {
    min-width: 100%;
  }
  .content_area .text_page .copy_wrap {
    margin: 0 0 0 1.5%;
    width: 56%;
    height: auto;
    float: left;
  }
  .content_area .press_releases {
    width: 100%;
    margin: 0 auto;
  }
  .content_area .contact_page {
    width: 100%;
    margin: 0;
  }
  .content_area .contact_page h1 {
    font-size: 18px;
    padding: 7px 0;
    text-align: center;
    color: #c2c2c2;
  }
  .content_area .contact_page h1 span:after {
    font-size: 25px;
    right: 25px;
    top: -4px;
  }
  .content_area .contact_page .address_form {
    width: 48%;
    padding-right: 0;
  }
  .content_area .contact_page .address_form .contact_form {
    width: 100%;
  }
  .content_area .contact_page .map {
    width: 48%;
  }
  .content_area .products_grid {
    display: block;
    margin: 0 auto;
    float: none;
    width: 516px;
  }
  .content_area .product_detail {
    width: 605px;
    margin: 0 auto 10px;
  }
  .content_area .product_detail .pic_area {
    width: 400px;
    max-height: 760px;
    height: auto;
    margin: 0;
  }
  .content_area .product_detail .pic_area .pic {
    width: 400px;
    max-height: 540px;
    height: auto;
  }
  .content_area .product_detail .pic_area .pic .img_wrap > div img:first-child {
    width: 100%;
  }
  .content_area .product_detail .pic_area .thumbs .thumb {
    height: 50px;
    width: 50px;
  }
  .content_area .product_detail .related_products {
    width: 180px;
    margin-left: 15px;
  }
  .content_area .product_detail .related_products h3 {
    margin-top: 0;
  }
  .content_area .product_detail .related_products .product {
    width: 100%;
  }
  .content_area .product_detail .related_products .product img {
    width: 100%;
  }
  .content_area .product_detail .related_products .product .cta_label {
    bottom: 0;
  }
  .content_area .product_detail .tabbed {
    width: 100%;
  }
  .content_area .product_detail .tabbed ul.tabs li {
    font-size: 11px;
    letter-spacing: 0.04em;
    padding: 14px 12px;
  }
  .content_area .product_detail .tabbed .content_area {
    margin: 0 auto;
    padding: 10px 15px;
  }
  .content_area .product_detail .tabbed .content_area .wrapper .content .copy_area {
    padding: 0;
    width: 100%;
  }
  .content_area .product_detail .tabbed .content_area .wrapper .content .options {
    width: 100%;
    margin: 0;
  }
  .content_area .product_detail .tabbed .content_area .wrapper .content table {
    width: 100%;
  }
  .content_area .product_detail .tabbed .content_area .wrapper .content table.left {
    border-width: 1px 0 0;
    padding-bottom: 0;
  }
  .content_area .product_detail .tabbed .content_area .wrapper .content table.right {
    padding-top: 0;
    margin: 0;
    border-width: 0 0 1px;
  }
  .content_area .product_detail .tabbed .content_area .wrapper .content:not(.finishes) table tr td:first-child {
    width: 120px;
    max-width: 120px;
    padding-right: 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
  .content_area .product_detail .tabbed .content_area .wrapper .content.finishes table tr td:first-child {
    width: 90px;
    min-width: 90px;
  }
  .content_area .product_detail .tabbed .content_area .wrapper .content.finishes table.inner tr td:first-child,
  .content_area .product_detail .tabbed .content_area .wrapper .content.finishes table.inner tr td {
    width: 100%;
  }
  .content_area .product_detail .tabbed .content_area .wrapper .content.finishes table.inner tr td:first-child img,
  .content_area .product_detail .tabbed .content_area .wrapper .content.finishes table.inner tr td img {
    margin-bottom: 3px;
    height: 48px;
    width: 48px;
  }
  .insta-wrap {
    margin-bottom: 40px;
  }
  .insta-wrap .home_ctas h2 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 620px) {
  .homepage_slideshow .hm_pager {
    bottom: 10px;
    right: 10px;
  }
  .homepage_slideshow .hm_pager span {
    height: 8px;
    width: 8px;
    margin-left: 4px;
  }
  .homepage_slideshow .hm_pager span.cycle-pager-active {
    background: #c6c6c6;
  }
  .home_ctas {
    width: 100%;
    text-align: center;
  }
  .home_ctas .col {
    width: 100%;
  }
  .home_ctas .col >img {
    margin-top: -20%;
  }
  .home_ctas .col:nth-child(odd),
  .home_ctas .col:nth-child(even) {
    margin: 6px 0;
  }
  .home_ctas .col.intro {
    line-height: 1.5;
    font-size: 13px;
    height: auto;
    text-align: center;
    padding: 0 5px 10px;
    margin: 0;
  }
  .home_ctas .col.intro p {
    margin-bottom: 5px;
  }
  .site_footer {
    margin-bottom: 20px;
  }
  .site_footer .left,
  .site_footer .right {
    float: none;
    width: 100%;
    text-align: center;
  }
  .site_footer .right {
    margin-top: 10px;
  }
  .site_footer .right .social {
    margin-top: 15px;
  }
  .mfilter_btn {
    width: 310px;
    margin-bottom: 14px;
  }
  .content_area .page_title {
    font-size: 18px;
    padding: 7px 0;
  }
  .content_area .page_title span:after {
    font-size: 25px;
    right: 25px;
    top: -4px;
  }
  .content_area .montage_wrap.products_landing .col,
  .content_area .two_col_wrap .col {
    width: 100%;
    height: auto;
  }
  .content_area .montage_wrap.products_landing .col.big,
  .content_area .two_col_wrap .col.big {
    height: auto;
    width: 100%;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .content_area .montage_wrap.products_landing .col .cycle-slideshow,
  .content_area .two_col_wrap .col .cycle-slideshow {
    height: auto;
    overflow: hidden;
  }
  .content_area .montage_wrap.products_landing .col .cta_link,
  .content_area .two_col_wrap .col .cta_link {
    opacity: 1;
    background: rgba(0,0,0,0.1);
  }
  .content_area .montage_wrap.products_landing .col .cta_link .cta_label,
  .content_area .two_col_wrap .col .cta_link .cta_label {
    font-size: 30px;
  }
  .content_area .montage_wrap.products_landing .col:nth-child(odd),
  .content_area .two_col_wrap .col:nth-child(odd) {
    margin: 0 1.25% 2.5% 0;
  }
  .content_area .montage_wrap.products_landing .col:nth-child(even),
  .content_area .two_col_wrap .col:nth-child(even) {
    margin: 0 0 2.5% 1.25%;
  }
  .content_area .text_page {
    margin: 10px;
  }
  .content_area .text_page h1 {
    font-size: 18px;
    padding: 7px 0;
  }
  .content_area .text_page h1 span:after {
    font-size: 25px;
    right: 25px;
    top: -4px;
  }
  .content_area .text_page .img_wrap,
  .content_area .text_page .img_wrap.narrow {
    width: 100%;
    height: 260px;
    float: none;
    margin: 0 0 20px;
  }
  .content_area .text_page .img_wrap a img,
  .content_area .text_page .img_wrap.narrow a img {
    min-width: 100%;
    margin-top: -10%;
  }
  .content_area .text_page .img_wrap.narrow a img {
    margin-top: -20%;
  }
  .content_area .text_page .copy_wrap {
    margin: 0 0 20px;
    width: 100%;
    float: none;
  }
  .content_area .press_releases {
    width: 100%;
    margin: 0 auto;
  }
  .content_area .press_releases .cover {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .content_area .contact_page {
    width: 100%;
    margin: 0;
  }
  .content_area .contact_page .address_form {
    width: 100%;
    float: none;
  }
  .content_area .contact_page .contact-form {
    width: 100%;
    float: none;
  }
  .content_area .contact_page .map {
    width: 100%;
    height: 280px;
    margin: 0 0 10px;
  }
  .content_area .products_grid {
    display: block;
    margin: 0 auto 35px;
    float: none;
    width: 310px;
  }
  .content_area .products_grid .product {
    width: 46.75%;
  }
  .content_area .products_grid .product img {
    width: 100%;
    height: auto;
  }
  .content_area .products_grid .product img.tall {
    height: 355px;
  }
  .content_area .products_grid .product .cta_link:hover ~ .cta_label:after {
    margin-left: 3px;
  }
  .content_area .products_grid .product .cta_label {
    min-height: 47px;
    line-height: normal;
  }
  .content_area .products_grid .product .cta_label span {
    font-size: 11px;
  }
  .content_area .products_grid .product .cta_label:after {
    font-size: 11px;
  }
  .content_area .product_detail {
    width: 100%;
    margin: 0 auto 10px;
  }
  .content_area .product_detail .pic_area {
    width: 100%;
    max-height: 670px;
    height: auto;
  }
  .content_area .product_detail .pic_area h1 {
    font-size: 16px;
    text-align: center;
    padding: 10px;
  }
  .content_area .product_detail .pic_area h1 span {
    padding: 0 10px;
  }
  .content_area .product_detail .pic_area h1 span:after {
    font-size: 22px;
    top: 2px;
  }
  .content_area .product_detail .pic_area .pic {
    width: 80%;
    height: auto;
    text-align: center;
    margin: 0 auto;
  }
  .content_area .product_detail .pic_area .pic img {
    max-height: 450px;
    width: auto;
    display: inline-block;
  }
  .content_area .product_detail .pic_area .pic .img_wrap {
    height: auto;
  }
  .content_area .product_detail .pic_area .pic .img_wrap > div img:first-child {
    width: auto;
    max-width: 100%;
  }
  .content_area .product_detail .pic_area .thumbs {
    height: auto;
  }
  .content_area .product_detail .related_products {
    display: none;
  }
  .home_ctas .foundation-images .first img,
  .home_ctas .foundation-images .last img {
    width: 80%;
    display: block;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .home_ctas .col {
    height: auto;
  }
  .home_ctas .col > img {
    margin-top: -20%;
  }
  .home_ctas .col.intro.half {
    width: 100%;
    clear: both;
    float: none;
  }
  .content_area .montage_wrap.products_landing .col,
  .content_area .two_col_wrap .col {
    width: 100%;
    margin: 0 0 12px;
    height: auto;
  }
  .content_area .montage_wrap.products_landing .col:nth-child(odd),
  .content_area .montage_wrap.products_landing .col:nth-child(even),
  .content_area .two_col_wrap .col:nth-child(odd),
  .content_area .two_col_wrap .col:nth-child(even) {
    margin: 0 0 12px;
  }
  .content_area .montage_wrap.products_landing .col.big,
  .content_area .two_col_wrap .col.big {
    height: auto;
    width: 100%;
  }
  .content_area .montage_wrap.products_landing .col .cycle-slideshow,
  .content_area .two_col_wrap .col .cycle-slideshow {
    height: auto;
    overflow: hidden;
  }
  .content_area .montage_wrap.products_landing .col:not(.big) img,
  .content_area .montage_wrap.products_landing .col img,
  .content_area .two_col_wrap .col:not(.big) img,
  .content_area .two_col_wrap .col img {
    height: auto;
    width: 100%;
    margin-top: -15%;
  }
  .content_area .one_col_wrap .col {
    height: 240px;
  }
  .content_area .one_col_wrap .cycle-slideshow img {
    max-width: 170%;
    transform: translateX(-15%);
  }
  .content_area .one_col_wrap .overlay img {
    max-width: 60%;
    max-height: 2em;
  }
  .content_area .one_col_wrap .overlay p {
    font-size: 0.7em;
  }
  .content_area .text_page {
    margin: 0;
  }
  .content_area .text_page .img_wrap {
    width: 100%;
    height: 180px;
    float: none;
    margin: 0 0 10px;
  }
  .content_area .text_page .img_wrap a img {
    min-width: 100%;
  }
  .content_area .text_page .img_wrap.narrow {
    height: 150px;
    margin: 0 0 10px;
  }
  .content_area .text_page .copy_wrap {
    margin: 0 0 10px;
  }
  .content_area .tabbed .content_area .wrapper .content .btn_area {
    padding-top: 5px;
  }
  .content_area .tabbed .content_area .wrapper .content .btn_area .btn {
    width: 100%;
    text-align: center;
    margin: 7px 0;
  }
  .home_ctas .foundation-images .first img,
  .home_ctas .foundation-images .last img {
    width: 100%;
    display: block;
    margin: auto;
  }
}
.mm-hidden {
  display: none !important;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}
.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%,0,0);
  -moz-transform: translate3d(100%,0,0);
  -ms-transform: translate3d(100%,0,0);
  -o-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%,0,0);
  -moz-transform: translate3d(0%,0,0);
  -ms-transform: translate3d(0%,0,0);
  -o-transform: translate3d(0%,0,0);
  transform: translate3d(0%,0,0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%,0,0);
  -moz-transform: translate3d(-30%,0,0);
  -ms-transform: translate3d(-30%,0,0);
  -o-transform: translate3d(-30%,0,0);
  transform: translate3d(-30%,0,0);
}
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-menu > .mm-panel:before,
.mm-menu > .mm-panel:after {
  content: '';
  display: block;
  height: 20px;
}
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}
.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}
.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-navbar {
  border-bottom: 1px solid transparent;
  line-height: 20px;
  height: 40px;
  padding: 0 20px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #13a89e;
}
.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  padding-right: 20px;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview {
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid #404040;
  border-width: 1px 0;
}
.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 0 10px 0;
  margin: 0;
}
.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}
.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3,2,1,0);
  width: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: '';
  border: 0 none;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 0;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 0;
  margin-right: 0;
}
.mm-menu > .mm-panel > .mm-listview {
  margin-left: 0;
  margin-right: 0;
}
.mm-menu > .mm-panel > .mm-listview.mm-first {
  margin-top: -20px;
}
.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px;
}
.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 10px;
}
.mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview > li.mm-spacer {
  padding-top: 40px;
}
.mm-listview > li.mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview > li.mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-menu {
  background: white;
  color: black;
  font-family: 'BrownStd';
  font-style: normal;
  font-weight: 400;
}
.mm-menu .mm-navbar {
  border: 0 none;
}
.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: #13a89e;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
  border-color: #13a89e;
}
.mm-menu .mm-listview > li:after {
  border: 0 none;
}
.mm-menu .mm-listview > li .mm-prev:before,
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: #13a89e;
}
.mm-menu .mm-listview > li .mm-prev:after,
.mm-menu .mm-listview > li .mm-next:before {
  border-color: rgba(0,0,0,0.1);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255,255,255,0.5);
}
.mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0,0,0,0.05);
}
.mm-menu .mm-divider {
  background: rgba(0,0,0,0.05);
}
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-opened {
  overflow: hidden;
  position: relative;
}
html.mm-opened body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3,2,1,0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}
.mm-menu.mm-current {
  display: block;
}
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 320px;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%,0);
  -moz-transform: translate(80%,0);
  -ms-transform: translate(80%,0);
  -o-transform: translate(80%,0);
  transform: translate(80%,0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px,0);
    -moz-transform: translate(140px,0);
    -ms-transform: translate(140px,0);
    -o-transform: translate(140px,0);
    transform: translate(140px,0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(320px,0);
    -moz-transform: translate(320px,0);
    -ms-transform: translate(320px,0);
    -o-transform: translate(320px,0);
    transform: translate(320px,0);
  }
}
.mm-menu.mm-top.mm-autoheight,
.mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%;
}
.mm-menu.mm-top.mm-autoheight.mm-fullscreen,
.mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
  max-height: 100%;
}
.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next {
  padding-left: 40px;
}
em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}
.mm-nosubresults > .mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(0,0,0,0.3);
}
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}
.mm-hasdividers .mm-fixeddivider {
  display: block;
}
.mm-menu .mm-fixeddivider span {
  background: rgba(0,0,0,0.05);
}
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.mm-navbar-bottom {
  border-top: 1px solid transparent;
  border-bottom: none;
  top: auto;
  bottom: 0;
}
.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}
.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}
.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}
.mm-navbar-top-1 {
  top: 0px;
}
.mm-hasnavbar-top-1 .mm-panel {
  top: 40px;
}
.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px;
}
.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px;
}
.mm-navbar-top-2 {
  top: 40px;
}
.mm-hasnavbar-top-2 .mm-panel {
  top: 80px;
}
.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px;
}
.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px;
}
.mm-navbar-top-3 {
  top: 80px;
}
.mm-hasnavbar-top-3 .mm-panel {
  top: 120px;
}
.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px;
}
.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px;
}
.mm-navbar-bottom-1 {
  bottom: 0px;
}
.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px;
}
.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px;
}
.mm-navbar-bottom-2 {
  bottom: 40px;
}
.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px;
}
.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px;
}
.mm-navbar-bottom-3 {
  bottom: 80px;
}
.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px;
}
.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px;
}
.mm-close {
  text-align: right;
}
.mm-close:after {
  content: 'x';
}
.mm-navbar-2 > *,
.mm-navbar-3 > *,
.mm-navbar-4 > *,
.mm-navbar-5 > *,
.mm-navbar-6 > * {
  display: block;
  float: left;
}
.mm-navbar-2 > * {
  width: 50%;
}
.mm-navbar-3 > * {
  width: 33.33%;
}
.mm-navbar-4 > * {
  width: 25%;
}
.mm-navbar-5 > * {
  width: 20%;
}
.mm-navbar-6 > * {
  width: 16.66%;
}
.mm-search,
.mm-search input {
  box-sizing: border-box;
}
.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
}
.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-panel.mm-hassearch {
  padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0;
}
.mm-noresults .mm-noresultsmsg {
  display: block;
}
.mm-noresults .mm-indexer {
  display: none !important;
}
li.mm-nosubresults > a.mm-next {
  display: none;
}
li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}
.mm-menu .mm-search input {
  background: rgba(0,0,0,0.05);
  color: rgba(0,0,0,0.7);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(0,0,0,0.3);
}
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}
.mm-hasindexer .mm-indexer {
  right: 0;
}
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}
.mm-menu .mm-indexer a {
  color: rgba(0,0,0,0.3);
}
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}
label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}
label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
li.mm-vertical label.mm-toggle,
li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0;
}
li.mm-vertical label.mm-toggle {
  top: 5px;
}
li.mm-vertical label.mm-check {
  top: 5px;
}
label.mm-toggle,
label.mm-check {
  right: 20px;
}
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}
a.mm-next + label.mm-toggle,
a.mm-next + label.mm-check {
  right: 60px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span,
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  margin-right: 50px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}
em.mm-counter + a.mm-next + label.mm-toggle,
em.mm-counter + a.mm-next + label.mm-check {
  right: 100px;
}
em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span,
em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px;
}
.mm-menu label.mm-toggle {
  background: rgba(0,0,0,0.1);
}
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu label.mm-check:before {
  border-color: rgba(0,0,0,0.7);
}
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none;
}
.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important;
}
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7,0.7) translate3d(-30%,0,0);
  -moz-transform: scale(0.7,0.7) translate3d(-30%,0,0);
  -ms-transform: scale(0.7,0.7) translate3d(-30%,0,0);
  -o-transform: scale(0.7,0.7) translate3d(-30%,0,0);
  transform: scale(0.7,0.7) translate3d(-30%,0,0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: scale(1,1) translate3d(0%,0,0);
  -moz-transform: scale(1,1) translate3d(0%,0,0);
  -ms-transform: scale(1,1) translate3d(0%,0,0);
  -o-transform: scale(1,1) translate3d(0%,0,0);
  transform: scale(1,1) translate3d(0%,0,0);
}
html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7,0.7) translate3d(30%,0,0);
  -moz-transform: scale(0.7,0.7) translate3d(30%,0,0);
  -ms-transform: scale(0.7,0.7) translate3d(30%,0,0);
  -o-transform: scale(0.7,0.7) translate3d(30%,0,0);
  transform: scale(0.7,0.7) translate3d(30%,0,0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: scale(1,1) translate3d(0%,0,0);
  -moz-transform: scale(1,1) translate3d(0%,0,0);
  -ms-transform: scale(1,1) translate3d(0%,0,0);
  -o-transform: scale(1,1) translate3d(0%,0,0);
  transform: scale(1,1) translate3d(0%,0,0);
}
html.mm-effect-slide-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-effect-slide-menu.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(-30%,0,0);
  -moz-transform: translate3d(-30%,0,0);
  -ms-transform: translate3d(-30%,0,0);
  -o-transform: translate3d(-30%,0,0);
  transform: translate3d(-30%,0,0);
}
html.mm-effect-slide-menu.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(0%,0,0);
  -moz-transform: translate3d(0%,0,0);
  -ms-transform: translate3d(0%,0,0);
  -o-transform: translate3d(0%,0,0);
  transform: translate3d(0%,0,0);
}
html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(30%,0,0);
  -moz-transform: translate3d(30%,0,0);
  -ms-transform: translate3d(30%,0,0);
  -o-transform: translate3d(30%,0,0);
  transform: translate3d(30%,0,0);
}
html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(0%,0,0);
  -moz-transform: translate3d(0%,0,0);
  -ms-transform: translate3d(0%,0,0);
  -o-transform: translate3d(0%,0,0);
  transform: translate3d(0%,0,0);
}
.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5,1.5) translate3d(100%,0,0);
  -moz-transform: scale(1.5,1.5) translate3d(100%,0,0);
  -ms-transform: scale(1.5,1.5) translate3d(100%,0,0);
  -o-transform: scale(1.5,1.5) translate3d(100%,0,0);
  transform: scale(1.5,1.5) translate3d(100%,0,0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left;
}
.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
  -webkit-transform: scale(1,1) translate3d(0%,0,0);
  -moz-transform: scale(1,1) translate3d(0%,0,0);
  -ms-transform: scale(1,1) translate3d(0%,0,0);
  -o-transform: scale(1,1) translate3d(0%,0,0);
  transform: scale(1,1) translate3d(0%,0,0);
}
.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7,0.7) translate3d(-30%,0,0);
  -moz-transform: scale(0.7,0.7) translate3d(-30%,0,0);
  -ms-transform: scale(0.7,0.7) translate3d(-30%,0,0);
  -o-transform: scale(0.7,0.7) translate3d(-30%,0,0);
  transform: scale(0.7,0.7) translate3d(-30%,0,0);
}
.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%,0,0);
  -moz-transform: translate3d(-100%,0,0);
  -ms-transform: translate3d(-100%,0,0);
  -o-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%,0);
  -moz-transform: translate(100%,0);
  -ms-transform: translate(100%,0);
  -o-transform: translate(100%,0);
  transform: translate(100%,0);
}
@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px,0);
    -moz-transform: translate(140px,0);
    -ms-transform: translate(140px,0);
    -o-transform: translate(140px,0);
    transform: translate(140px,0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px,0);
    -moz-transform: translate(10000px,0);
    -ms-transform: translate(10000px,0);
    -o-transform: translate(10000px,0);
    transform: translate(10000px,0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%,0);
  -moz-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
  -o-transform: translate(-100%,0);
  transform: translate(-100%,0);
}
@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px,0);
    -moz-transform: translate(-140px,0);
    -ms-transform: translate(-140px,0);
    -o-transform: translate(-140px,0);
    transform: translate(-140px,0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px,0);
    -moz-transform: translate(-10000px,0);
    -ms-transform: translate(-10000px,0);
    -o-transform: translate(-10000px,0);
    transform: translate(-10000px,0);
  }
}
.mm-menu.mm-fullscreen.mm-top,
.mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal;
}
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}
.mm-menu.mm-pageshadow.mm-next:after,
.mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none;
}
.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu.mm-right {
  left: auto;
  right: 0;
}
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%,0);
  -moz-transform: translate(-80%,0);
  -ms-transform: translate(-80%,0);
  -o-transform: translate(-80%,0);
  transform: translate(-80%,0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px,0);
    -moz-transform: translate(-140px,0);
    -ms-transform: translate(-140px,0);
    -o-transform: translate(-140px,0);
    transform: translate(-140px,0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px,0);
    -moz-transform: translate(-440px,0);
    -ms-transform: translate(-440px,0);
    -o-transform: translate(-440px,0);
    transform: translate(-440px,0);
  }
}
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}
.mm-menu.mm-front {
  z-index: 1;
}
.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%,0,0);
  -moz-transform: translate3d(-100%,0,0);
  -ms-transform: translate3d(-100%,0,0);
  -o-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}
.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%,0,0);
  -moz-transform: translate3d(100%,0,0);
  -ms-transform: translate3d(100%,0,0);
  -o-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
.mm-menu.mm-top {
  -webkit-transform: translate3d(0,-100%,0);
  -moz-transform: translate3d(0,-100%,0);
  -ms-transform: translate3d(0,-100%,0);
  -o-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0,100%,0);
  -moz-transform: translate3d(0,100%,0);
  -ms-transform: translate3d(0,100%,0);
  -o-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}
html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
.mm-menu.mm-theme-dark {
  background: #333333;
  color: rgba(255,255,255,0.8);
}
.mm-menu.mm-theme-dark .mm-navbar {
  border-color: rgba(0,0,0,0.15);
}
.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255,255,255,0.4);
}
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: rgba(255,255,255,0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li:after {
  border-color: rgba(0,0,0,0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-prev:before,
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255,255,255,0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-prev:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:before {
  border-color: rgba(0,0,0,0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0,0,0,0.1);
}
.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255,255,255,0.05);
}
.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255,255,255,0.05);
}
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255,255,255,0.8);
}
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255,255,255,0.4);
}
.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255,255,255,0.05);
}
.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.8);
}
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255,255,255,0.4);
}
.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255,255,255,0.4);
}
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0,0,0,0.15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333;
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-white {
  background: white;
  color: rgba(0,0,0,0.6);
}
.mm-menu.mm-theme-white .mm-navbar {
  border-color: rgba(0,0,0,0.1);
}
.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(0,0,0,0.3);
}
.mm-menu.mm-theme-white .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: rgba(0,0,0,0.3);
}
.mm-menu.mm-theme-white .mm-listview > li:after {
  border-color: rgba(0,0,0,0.1);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-prev:before,
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(0,0,0,0.3);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-prev:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-next:before {
  border-color: rgba(0,0,0,0.1);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0,0,0,0.05);
}
.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0,0,0,0.03);
}
.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0,0,0,0.03);
}
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0,0,0,0.6);
}
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0,0,0,0.3);
}
.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0,0,0,0.03);
}
.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0,0,0,0.05);
  color: rgba(0,0,0,0.6);
}
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0,0,0,0.3);
}
.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0,0,0,0.3);
}
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0,0,0,0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white;
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-black {
  background: black;
  color: rgba(255,255,255,0.6);
}
.mm-menu.mm-theme-black .mm-navbar {
  border-color: rgba(255,255,255,0.2);
}
.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255,255,255,0.4);
}
.mm-menu.mm-theme-black .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255,255,255,0.4);
}
.mm-menu.mm-theme-black .mm-listview > li:after {
  border-color: rgba(255,255,255,0.2);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-prev:before,
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255,255,255,0.4);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-prev:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-next:before {
  border-color: rgba(255,255,255,0.2);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255,255,255,0.3);
}
.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255,255,255,0.2);
}
.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255,255,255,0.2);
}
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255,255,255,0.6);
}
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255,255,255,0.4);
}
.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255,255,255,0.2);
}
.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.6);
}
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255,255,255,0.4);
}
.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255,255,255,0.4);
}
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255,255,255,0.2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black;
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
