html {
  overflow-y: scroll;
}

body {
  font-family: "Proxima Nova W01", Arial, sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 300;
  color: #696969;
  background: #f1f1f1;
  margin: 0;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

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

a img {
  border: 0;
}

p {
  line-height: 1.6em;
  margin: 0.8em 0;
}

a {
  color: #888;
  font-weight: bold;
  text-decoration: none;
  background: transparent;
}

p a:hover {
  color: #959595;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Proxima Nova W01", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1em;
  margin: 22px 0 12px;
  color: #165829;
}

h2, h3, h4 {
  text-transform: none;
}

h1 {
  font-size: 40px;
  margin-top: 0;
  color: #fff;
}

@media (min-width: 800px) {
  h1 {
    font-size: 39px;
  }
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 23px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

.body-wrap {
  max-width: 1400px;
  margin: 0 auto;
}

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  box-sizing: content-box;
}

@media (min-width: 768px) {
  .wrapper {
    padding: 0 35px;
  }
}

.inner {
  padding: 60px 25px;
  position: relative;
}

.inner:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 768px) {
  .inner {
    padding: 60px 45px;
  }
}

@media (min-width: 1025px) {
  .inner {
    padding: 95px 90px;
  }
}

.clear {
  clear: both;
}

.mobile-only {
  display: block;
}

@media (min-width: 800px) {
  .mobile-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}

@media (min-width: 800px) {
  .desktop-only {
    display: block;
  }
}

.top-bar {
  background: #7ea81d;
  height: 54px;
  padding: 11px 0;
  text-align: center;
  color: #fff;
}

.top-bar .wrapper {
  padding: 0 15px;
}

.top-bar .social-links {
  display: none;
}

@media (min-width: 768px) {
  .top-bar .social-links {
    display: inline-block;
  }
  .top-bar .social-links ul li {
    display: inline-block;
  }
}

.top-bar .login {
  float: left;
}

.top-bar .login .welcome {
  padding-right: 10px;
  font-size: 14px;
  color: #fff;
}

.top-bar .login .button {
  background: #165829;
  font-weight: 300;
  padding: 5px 16px;
  height: 30px;
  font-size: 14px;
}

.top-bar .login .button.button:hover {
  background: #1b6d29;
}

header.page-header {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  padding: 22px 0 0;
  text-align: center;
}

header.page-header:after {
  content: "";
  display: block;
  clear: both;
}

header.page-header #logo {
  display: inline-block;
  line-height: 0;
  max-width: 80%;
  padding-bottom: 23px;
}

@media (min-width: 768px) {
  header.page-header {
    text-align: left;
  }
}

@media (min-width: 800px) {
  header.page-header {
    text-align: left;
  }
}

.content-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  min-height: 200px;
}

.content-header .wrapper {
  padding: 30px 20px 60px;
}

@media (min-width: 768px) {
  .content-header .wrapper {
    padding: 30px 45px 60px;
  }
}

@media (min-width: 1025px) {
  .content-header .wrapper {
    padding: 30px 45px 70px 185px;
  }
}

.content-header h1 {
  margin: 40px 0 0;
}

footer {
  padding: 22px 0;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

@media (min-width: 1025px) {
  footer .inner {
    padding: 40px 90px;
  }
}

footer .back-to-top {
  position: relative;
  display: block;
  height: 45px;
}

footer .back-to-top a.button {
  top: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  white-space: nowrap;
  background: #7ea81d url("../img/arrow_white_up.svg") no-repeat right center;
  background-size: 50px auto;
  padding-right: 44px;
}

footer .back-to-top a.button:hover {
  background-color: #92bc20;
}

footer .footer-note {
  text-align: center;
  padding: 26px 0 10px;
  overflow: hidden;
  position: relative;
}

footer a.starfish {
  background: url(../img/starfish_neg.png) top left no-repeat;
  vertical-align: middle;
  width: 84px;
  height: 23px;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  text-indent: -9999em;
  margin-top: 20px;
}

footer a.starfish:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  footer a.starfish {
    position: absolute;
    right: 0;
    top: 10px;
  }
}

#footer-nav {
  clear: both;
  padding: 80px 0 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#footer-nav ul.menu {
  display: block;
  -webkit-columns: 2 100px;
  -moz-columns: 2 100px;
  columns: 2 100px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin: 0;
  text-align: left;
}

#footer-nav ul.menu li {
  display: block;
}

#footer-nav ul.menu a {
  color: #d5d935;
  font-size: 15px;
  padding-bottom: 15px;
}

#footer-nav ul.menu a:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  #footer-nav ul.menu {
    -webkit-columns: 3 100px;
    -moz-columns: 3 100px;
    columns: 3 100px;
  }
}

@media (min-width: 1025px) {
  #footer-nav ul.menu {
    -webkit-columns: 4 100px;
    -moz-columns: 4 100px;
    columns: 4 100px;
  }
}

.footer-note .logo {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .footer-note .logo {
    display: inline-block;
    float: left;
  }
}

.footer-note .social-links {
  position: relative;
  display: block;
}

@media (min-width: 768px) {
  .footer-note .social-links {
    display: inline-block;
    float: right;
    width: 61%;
    text-align: right;
    padding-right: 85px;
  }
}

@media (min-width: 1025px) {
  .footer-note .social-links {
    width: auto;
  }
}

@media (min-width: 768px) {
  .footer-note .social-links .abn {
    display: inline-block;
    text-align: right;
    margin-bottom: 10px;
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
}

.footer-note .social-links a {
  display: block;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .footer-note .social-links a {
    display: inline-block;
    text-align: right;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 20px;
  }
}

.footer-note .social-links a span {
  height: 21px;
  width: 21px;
  background: #7ea81d;
}

.footer-note .social-links a.email {
  display: block;
  color: #7ea81d;
}

@media (min-width: 768px) {
  .footer-note .social-links a.email {
    display: inline-block;
    text-align: right;
  }
}

.footer-note .social-links a.linkedin {
  color: #7ea81d;
}

@media (min-width: 768px) {
  .footer-note .social-links a.linkedin {
    display: inline-block;
    text-align: right;
  }
}

.footer-note .social-links a.phone:hover {
  color: #7ea81d;
}

.footer-note .social-links a span.icon-email {
  background: #7ea81d url("../img/email.svg") no-repeat scroll center center/11px auto;
}

.footer-note .social-links a span.icon-linkedin {
  background: #7ea81d url("../img/linkedin.svg") no-repeat scroll center center/11px auto;
}

.footer-note .social-links a span.icon-phone {
  background: #7ea81d url("../img/phone.svg") no-repeat scroll center center/11px auto;
}

#main {
  background: #fff;
  padding: 0;
}

@media (min-width: 768px) {
  #main-column {
    width: 67%;
    margin-left: 6%;
    float: right;
  }
}

#main-column .wrapper {
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  #main-column .wrapper {
    padding: 40px 45px 20px 0;
  }
}

@media (min-width: 1025px) {
  #main-column .wrapper {
    padding: 60px 65px 40px 0;
  }
}

#content {
  min-height: 400px;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

#content:after {
  content: "";
  display: block;
  clear: both;
}

#content > .wrapper {
  width: 100%;
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  #content > .wrapper {
    padding: 40px 45px 20px;
  }
}

@media (min-width: 1025px) {
  #content > .wrapper {
    padding: 60px 65px 40px 185px;
  }
}

.home-content {
  position: relative;
}

.listing-page {
  width: 100%;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.listing-page .wrapper {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .listing-page .wrapper {
    padding: 0 45px;
  }
}

@media (min-width: 1025px) {
  .listing-page .wrapper {
    max-width: 1030px;
  }
}

.listing-page > p {
  padding: 45px;
  text-align: center;
}

.listing-page .item_list {
  border-top: 1px solid #e8e8e8;
}

.detail-page {
  width: 100%;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.detail-page .wrapper {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .detail-page .wrapper {
    padding: 0 45px;
  }
}

@media (min-width: 1025px) {
  .detail-page .wrapper {
    max-width: 1030px;
  }
}

.detail-page > .wrapper {
  padding-top: 40px;
  padding-bottom: 20px;
}

@media (min-width: 1025px) {
  .detail-page > .wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.detail-page .pagination {
  border-bottom: 1px solid #e8e8e8;
}

article {
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .column-half {
    width: 49%;
    padding: 0 65px 0 0;
    display: inline-block;
    vertical-align: top;
  }
  .column-half + .column-half {
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .column-half {
    padding: 0 90px 0 0;
  }
}

@media (min-width: 1025px) {
  .content-right-sidebar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1260px;
    max-width: 100%;
    float: right;
  }
}

.content-right-sidebar .column-main {
  padding-top: 40px;
  padding-bottom: 30px;
}

@media (min-width: 1025px) {
  .content-right-sidebar .column-main {
    padding-top: 60px;
    padding-bottom: 70px;
    width: 60%;
  }
}

.content-right-sidebar .column-aside {
  background: #f9f9f9;
  padding-top: 20px;
  padding-bottom: 30px;
}

@media (min-width: 1025px) {
  .content-right-sidebar .column-aside {
    padding-top: 42px;
    padding-bottom: 70px;
    width: 40%;
  }
}

#sidebar {
  width: 24.5%;
  float: left;
  background: #f9f9f9;
  display: none;
  min-width: 300px;
}

@media (min-width: 768px) {
  #sidebar {
    display: block;
  }
}

#sidebar ul, #sidebar li {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  position: relative;
}

#sidebar li {
  margin: 23px 0;
}

#sidebar li a {
  color: #696969;
  font-weight: 400;
  color: #165829;
}

#sidebar li a:hover {
  color: #7ea81d;
}

#sidebar li.current-menu-item > a, #sidebar li.current-menu-ancestor > a,
#sidebar li.current-cat > a, #sidebar li.current-cat-parent > a {
  color: #7ea81d;
  font-size: 17px;
}

#sidebar ul ul {
  margin-left: 20px;
}

#sidebar ul ul li a {
  font-size: 16px;
}

#sidebar h3 {
  margin-top: 0;
  font-size: 23px;
  margin-bottom: 22px;
}

#sidebar h3 a {
  font-weight: normal;
  color: #165829;
}

#sidebar .widget {
  margin-bottom: 30px;
}

#sidebar .wrapper {
  padding-right: 0;
  padding-top: 65px;
}

#sidebar .sub-menu {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.2s cubic-bezier(0, 0, 0.35, 0.9) 0s;
}

#sidebar .show-sub-menu > .sub-menu {
  margin: 0 0 10px 20px;
  max-height: 250px;
}

#sidebar .show-sub-menu > .menu-expand {
  -webkit-transform: rotate(45deg) translate(4px, 5px);
  transform: rotate(45deg) translate(4px, 5px);
}

#sidebar .menu-expand {
  border-left: 2px solid #7ea81d;
  border-top: 2px solid #7ea81d;
  cursor: pointer;
  display: block;
  height: 9px;
  left: calc(80% + 1px);
  pointer-events: visible;
  position: absolute;
  top: 2px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition: all 0.2s cubic-bezier(0, 0, 0.35, 0.9) 0s;
  width: 9px;
}

nav {
  margin: 0;
  position: relative;
}

nav ul.menu {
  margin: 0 -22px;
  padding: 0;
  font-size: 0;
  z-index: 10;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

nav ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

nav ul.menu a {
  font-size: 17px;
  font-family: "Proxima Nova W01", Arial, sans-serif;
  color: #696969;
  line-height: 20px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  transition-duration: 0.1s;
  letter-spacing: 0.4px;
}

nav ul.menu li:hover > a, nav ul.menu li.current-menu-item > a, nav ul.menu li.current-menu-ancestor > a {
  color: #68930f;
}

nav ul.sub-menu {
  display: none;
}

#main-nav {
  position: absolute;
  bottom: -1px;
  right: 30px;
  width: calc(100% - 410px);
  display: none;
}

@media (min-width: 1250px) {
  #main-nav {
    display: block;
  }
}

#main-nav ul.menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -22px;
  width: 100%;
}

#main-nav ul.menu li {
  display: inline-block;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 56px 11px 51px;
}

#main-nav ul.menu a {
  display: block;
  white-space: nowrap;
}

#main-nav ul.menu > li:hover > a {
  color: #7ea81d;
}

#main-nav ul.menu > li:hover > ul.sub-menu {
  display: block;
}

#main-nav ul.menu > li.menu-item-has-children:hover:after {
  content: " ";
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 30px;
  bottom: -11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-nav ul.sub-menu {
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  position: absolute;
  text-align: left;
  top: 127px;
  left: 0;
  z-index: 100;
  width: 245px;
}

#main-nav ul.sub-menu a {
  border: none;
  color: #696969;
  padding-left: 30px;
  font-size: 16px;
  padding: 13px 19px;
  display: block;
  white-space: normal;
}

#main-nav ul.sub-menu li {
  border-bottom: 1px solid #e8e8e8;
  display: block;
  padding: 0;
}

#main-nav ul.sub-menu li:hover > a {
  color: #7ea81d;
}

#main-nav ul.sub-menu li.current-menu-item > a, #main-nav ul.sub-menu li.current-menu-ancestor > a {
  color: #7ea81d;
}

#main-nav ul.sub-menu li.menu-item-has-children:after {
  content: ' ';
  border: 2px solid #696969;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 14px;
  right: 17px;
}

#main-nav ul.sub-menu li.menu-item-has-children.expanded:after {
  border-width: 2px 0 0 2px;
  top: 21px;
}

#main-nav ul.sub-menu li.menu-item-has-children:after {
  top: 16px;
}

#main-nav ul.sub-menu li.menu-item-has-children.expanded:after {
  top: 21px;
}

#main-nav ul.sub-menu li.menu-item-has-children > a {
  margin-right: 40px;
  padding-right: 0;
}

#main-nav ul.sub-menu li.menu-item-has-children.current-menu-item > ul.sub-menu, #main-nav ul.sub-menu li.menu-item-has-children.current-menu-ancestor > ul.sub-menu {
  display: block;
}

#main-nav ul.sub-menu ul.sub-menu {
  background: #f1f1f1;
  position: static;
  border-top: 1px solid #e8e8e8;
  padding: 5px 0;
}

#main-nav ul.sub-menu ul.sub-menu li {
  border-bottom: none;
}

#main-nav ul.sub-menu ul.sub-menu a {
  padding: 8px 19px;
  font-size: 14px;
}

.mobile-menu {
  position: absolute;
  top: -10px;
  right: 0;
  height: 52px;
  width: 56px;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 0 35px 0 0;
  color: #fff;
  z-index: 10;
  background: #68930f;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
}

.mobile-menu:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 26px;
  height: 2px;
  background: #fff;
  box-shadow: 0 16px 0 0 #fff, 0 8px 0 0 #fff;
}

.mobile-menu.expanded:after {
  box-shadow: none;
  top: 20px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
}

.mobile-menu.expanded:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 20px;
  width: 26px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
}

@media (min-width: 768px) {
  .mobile-menu {
    top: 75px;
  }
}

@media (min-width: 1250px) {
  .mobile-menu {
    display: none;
  }
}

#mobile-nav {
  position: absolute;
  top: -10px;
  right: -320px;
  width: 320px;
  z-index: 1000;
  transition: 0.4s;
  background: #7ea81d;
}

#mobile-nav ul, #mobile-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

#mobile-nav > ul > li {
  border-top: none;
}

#mobile-nav > ul a {
  display: block;
  padding: 15px 25px;
  color: #fff;
  font-size: 16px;
  font-family: "Proxima Nova W01", Arial, sans-serif;
  line-height: 20px;
  font-weight: 300;
  text-decoration: none;
  overflow: hidden;
  letter-spacing: 1px;
  text-align: left;
}

#mobile-nav > ul > li.current-menu-item, #mobile-nav > ul > li.current-menu-ancestor {
  background: #fff;
}

#mobile-nav > ul > li.current-menu-item > a, #mobile-nav > ul > li.current-menu-ancestor > a {
  color: #165829;
}

#mobile-nav > ul > li li.current-menu-item > a, #mobile-nav > ul > li li.current-menu-ancestor > a {
  color: #7ea81d;
}

#mobile-nav > ul li.cat-parent,
#mobile-nav > ul li.menu-item-has-children {
  position: relative;
}

#mobile-nav > ul li.cat-parent > a,
#mobile-nav > ul li.menu-item-has-children > a {
  margin-right: 40px;
}

#mobile-nav > ul li.cat-parent:after,
#mobile-nav > ul li.menu-item-has-children:after {
  content: ' ';
  border: 2px solid #165829;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 14px;
  right: 17px;
}

#mobile-nav > ul li.cat-parent.expanded:after,
#mobile-nav > ul li.menu-item-has-children.expanded:after {
  border-width: 2px 0 0 2px;
  top: 21px;
}

#mobile-nav > ul li.cat-parent:after,
#mobile-nav > ul li.menu-item-has-children:after {
  top: 16px;
  right: 20px;
}

#mobile-nav > ul ul.children, #mobile-nav > ul ul.sub-menu {
  display: none;
  background: #f9f9f9;
  padding: 10px 0;
}

#mobile-nav > ul ul.children a, #mobile-nav > ul ul.sub-menu a {
  color: #165829;
  font-size: 15px;
  padding: 11px 30px 11px 25px;
}

#mobile-nav > ul ul.children ul.sub-menu, #mobile-nav > ul ul.sub-menu ul.sub-menu {
  padding: 5px 0;
  background-color: #fff;
}

#mobile-nav > ul ul.children ul.sub-menu a, #mobile-nav > ul ul.sub-menu ul.sub-menu a {
  padding-left: 40px;
}

#mobile-nav > ul li.cat-parent.current-cat > ul.children, #mobile-nav > ul li.cat-parent.current-cat > ul.sub-menu, #mobile-nav > ul li.cat-parent.current-cat-parent > ul.children, #mobile-nav > ul li.cat-parent.current-cat-parent > ul.sub-menu,
#mobile-nav > ul li.menu-item-has-children.current-menu-item > ul.children,
#mobile-nav > ul li.menu-item-has-children.current-menu-item > ul.sub-menu, #mobile-nav > ul li.menu-item-has-children.current-menu-ancestor > ul.children, #mobile-nav > ul li.menu-item-has-children.current-menu-ancestor > ul.sub-menu {
  display: block;
}

#mobile-nav ul.home {
  padding-top: 50px;
}

#mobile-nav ul.home li {
  border: none;
  padding-top: 5px;
}

#mobile-nav .close-menu {
  background: none;
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  top: 0;
  left: 8px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
}

#mobile-nav .close-menu:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 3px;
  background: #fff;
  box-shadow: 0 12px 0 0 #fff, 0 6px 0 0 #fff;
}

#mobile-nav .close-menu.expanded:after {
  box-shadow: none;
  top: 20px;
  height: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
}

#mobile-nav .close-menu.expanded:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 20px;
  width: 20px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
}

@media (min-width: 1250px) {
  #mobile-nav {
    display: none;
  }
}

#mobile-nav .social-links {
  display: block;
  margin: 40px 0 40px 25px;
  float: left;
  position: static;
  font-size: 16px;
}

#mobile-nav .social-links a.linkedin {
  text-align: left;
}

.mobile-menu-visible #mobile-nav {
  -webkit-transform: translate(-320px);
  transform: translate(-320px);
}

.mobile-menu-visible:after {
  content: ' ';
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (min-width: 1250px) {
  .mobile-menu-visible:after {
    display: none;
  }
}

#mobile-nav .search {
  display: block;
  position: absolute;
  top: 10px;
  right: 13px;
}

.post-content:after {
  content: "";
  display: block;
  clear: both;
}

.post-content h1 {
  color: #165829;
  font-size: 33px;
}

.post-content ul, .post-content ol {
  margin: 0.8em 0;
  padding: 0;
}

.post-content li {
  margin: 5px 0 10px;
  line-height: 19px;
  font-weight: 400;
}

.post-content ul li {
  background: url("../img/arrow_green2.svg") no-repeat scroll 0 4px/15px auto;
  padding-left: 30px;
  list-style-type: none;
}

.post-content ol {
  margin: 0 0 1.5em;
  padding: 0 0 0 15px;
  counter-reset: item;
}

.post-content ol > li {
  margin: 5px 0 10px;
  line-height: 19px;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}

.post-content ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.1em;
  font-weight: bold;
  color: #7ea81d;
  text-align: center;
  content: counter(item) ".";
}

.post-content iframe {
  clear: both;
  max-width: 100%;
  margin: 20px 0;
}

.post-content hr {
  border: none;
  border-top: 1px solid #e8e8e8;
  clear: both;
  display: block;
  height: 1px;
  margin: 40px 0;
  padding: 0;
}

.post-content blockquote {
  font-style: italic;
  color: #767675;
  border-left: 1px solid #e8e8e8;
  margin: 30px 0 30px 20px;
  padding: 0 20px 0 20px;
}

.post-content .intro-text {
  font-size: 18px;
}

.post-content .alignright {
  clear: right;
  float: right;
  margin: 5px 0px 20px 30px;
  max-width: 100%;
}

.post-content .alignleft {
  clear: left;
  float: left;
  margin: 5px 30px 20px 0px;
  max-width: 100%;
}

.post-content .aligncenter {
  margin: 5px auto 0px;
  max-width: 100%;
  display: block;
}

.post-content .alignnone {
  margin: 5px 0 0px;
  max-width: 100%;
}

.post-content .wp-caption-text {
  font-size: 14px;
  line-height: 20px;
  margin-top: 3px;
}

.post-content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  margin: 25px 0;
}

.post-content table td, .post-content table th {
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  padding: 10px 10px;
  vertical-align: top;
  text-align: left;
  font-weight: 300;
}

.post-content table th {
  background: #f9f9f9;
  font-weight: 400;
}

form, .post-content form {
  margin: 25px 0;
  clear: both;
}

form ul, form li, .post-content form ul, .post-content form li {
  margin: 0;
  padding: 0;
  list-style: none;
}

form li, .post-content form li {
  padding: 25px 0 0;
  background: none;
}

form label, .post-content form label {
  font-size: 16px;
  color: #165829;
  margin-bottom: 4px;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'], textarea, .button, input[type=submit], select, .custom-select, .custom-select .select2-container .select2-selection {
  font-family: "Proxima Nova W01", Arial, sans-serif;
  font-weight: 300;
  display: inline-block;
  background: #fff;
  border: 1px solid #afafaf;
  color: #444;
  font-size: 16px;
  line-height: 20px;
  border-radius: 25px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'] {
  padding: 3px 20px;
  height: 47px;
  max-width: 326px;
}

input[type='text'].large, input[type='password'].large, input[type='email'].large, input[type='number'].large, input[type='tel'].large {
  max-width: 500px;
}

input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='number']:focus, input[type='tel']:focus {
  border: 2px solid #7ea81d;
  outline: none;
}

input[type='file'] {
  margin: 10px 0;
}

.file-preview, .image-preview {
  margin-top: 5px;
}

.image-preview img {
  width: 160px;
  vertical-align: top;
  margin-top: 5px;
  display: block;
  border: 3px solid #aaa;
}

textarea {
  padding: 12px 20px;
  height: 130px;
}

textarea.medium {
  height: 200px;
}

textarea.large {
  height: 300px;
}

textarea:focus {
  border: 2px solid #7ea81d;
  outline: none;
}

.button, input[type=submit] {
  padding: 11px 25px;
  width: auto;
  text-align: center;
  cursor: pointer;
  background: #7ea81d;
  height: 42px;
  color: #fff;
  border: none;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: normal;
  border-radius: 25px;
  text-transform: lowercase;
  transition: background-color 0.2s;
}

.button:hover, input[type=submit]:hover {
  background-color: #92bc20;
}

.post-content .gform_wrapper input[type=submit],
.post-content form.form input[type=submit] {
  padding: 15px 35px;
  height: 52px;
  font-size: 17px;
}

.button.circle {
  height: 35px;
  width: 35px;
  padding: 0;
}

.button.circle:hover {
  background-color: #92bc20;
}

.button-search, input[type='submit'].button-search {
  background-image: url("../img/icon-search.svg");
  background-repeat: no-repeat;
  background-size: 14px 15px;
  background-position: calc(100% - 22px) center;
  padding-right: 45px;
}

.dark-button {
  background-color: #165829;
  color: #fff;
}

.dark-button:hover {
  background-color: #1b6d29;
  color: #fff;
}

select {
  padding: 7px 35px 7px 16px;
  height: 47px;
  background: transparent;
  position: relative;
}

select:focus {
  border: 2px solid #7ea81d;
  outline: none;
}

.custom-select {
  position: relative;
  max-width: 326px;
  border: none;
}

.custom-select:before {
  display: block;
  content: url("../img/select.png");
  position: absolute;
  top: 20px;
  right: 18px;
  line-height: 0;
}

select::-ms-expand {
  display: none;
}

.ginput_container_select {
  max-width: 326px;
}

.custom-select .select2-container {
  width: 100% !important;
}

.custom-select .select2-container .select2-selection {
  padding: 7px 35px 7px 16px;
  height: 47px;
  background: transparent;
}

.custom-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  display: block;
  line-height: 31px;
}

.custom-select .select2-container .select2-selection--single .select2-selection__arrow {
  display: none;
}

.custom-select .select2-container .select2-selection--multiple {
  background: #fff;
  height: auto;
  padding: 7px 12px;
}

.custom-select .select2-container .select2-selection--multiple li {
  width: auto !important;
  max-width: 100% !important;
  margin: 5px 5px 0 0 !important;
  padding: 0 5px !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.custom-select .select2-container .select2-selection--multiple li.select2-selection__choice {
  padding: 5px 5px 4px !important;
}

.custom-select .select2-container .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 24px;
  height: 18px;
  padding: 0 2px;
  display: inline-block;
  vertical-align: middle;
}

.custom-select .select2-container.select2-container--open .select2-selection,
.custom-select .select2-container.select2-container--focus .select2-selection {
  border: 2px solid #7ea81d;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type='checkbox'], input[type='radio'] {
  position: absolute;
  opacity: 0;
  margin: 0;
  z-index: 1;
  height: 27px;
  width: 27px;
}

input[type='checkbox'] + .custom-checker, input[type='radio'] + .custom-checker {
  width: 27px;
  height: 27px;
  position: relative;
  display: inline-block;
  margin: 0 14px 0 0;
  vertical-align: middle;
  z-index: 0;
}

input[type='checkbox'] + .custom-checker:before, input[type='radio'] + .custom-checker:before {
  content: '';
  background: #fff;
  display: block;
  border: 1px solid #afafaf;
  height: 27px;
  width: 27px;
  left: 0;
  position: absolute;
  top: 0px;
  border-radius: 7px;
  box-sizing: border-box;
}

input[type='checkbox'] + .custom-checker:after, input[type='radio'] + .custom-checker:after {
  content: '';
  background: url("../img/check.png") no-repeat center;
  border-radius: 7px;
  display: block;
  height: 27px;
  width: 27px;
  left: 0;
  position: absolute;
  top: 0px;
  z-index: 1;
  opacity: 0;
}

input[type='checkbox']:focus + .custom-checker:before, input[type='radio']:focus + .custom-checker:before {
  border: 2px solid #7ea81d;
}

input[type='checkbox']:checked + .custom-checker:after, input[type='radio']:checked + .custom-checker:after {
  opacity: 1;
}

input[type='radio'] + .custom-checker {
  margin: 0 12px 0 0;
}

input[type='radio'] + .custom-checker:before {
  border-radius: 50%;
}

input[type='radio'] + .custom-checker:after {
  border-radius: 50px;
  background: #7ea81d;
  width: 11px;
  height: 11px;
  top: 8px;
  left: 8px;
}

.gform_wrapper {
  max-width: 460px;
}

.gform_wrapper .gform_body {
  margin: 0 0 20px;
}

.gform_wrapper .gform_validation_container {
  display: none;
}

.gform_wrapper .gform_heading {
  margin-bottom: 10px;
}

.gform_wrapper .gfield_description {
  margin: 5px 0 0;
  font-size: 14px;
}

.gform_wrapper .field_description_above .gfield_description {
  margin: -5px 0 5px;
}

.gform_wrapper .validation_message {
  display: block;
  padding: 10px 0 0;
  line-height: normal;
  color: #eb0000;
  margin: 0;
}

.gform_wrapper .gfield_required {
  margin-right: 3px;
  float: left;
}

.gform_wrapper .validation_error {
  margin: 10px 0;
  line-height: 1.6em;
  color: #eb0000;
}

.gform_wrapper .gform_ajax_spinner {
  margin: 10px;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper .gfield_label {
  padding: 0 0 2px 0;
  display: block;
}

.gform_wrapper .gfield_radio li, .gform_wrapper .gfield_checkbox li {
  padding: 7px 0;
  position: relative;
}

.gform_wrapper .gfield_radio input, .gform_wrapper .gfield_checkbox input {
  top: 3px;
}

.gform_wrapper .gfield_radio .custom-checker, .gform_wrapper .gfield_checkbox .custom-checker {
  position: absolute;
  left: 0;
  top: 3px;
}

.gform_wrapper .gfield_radio label, .gform_wrapper .gfield_checkbox label {
  padding-left: 40px;
  display: block;
  line-height: 1.3em;
}

.gform_wrapper .gform_footer {
  clear: both;
}

.gform_wrapper .gform_hidden {
  display: none;
}

.gform_confirmation_message {
  margin: 30px 0;
}

#checkout_form form li {
  padding: 15px 0 0;
}

#checkout_form .compact-fields:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 480px) {
  #checkout_form .compact-fields ul {
    font-size: 0;
  }
  #checkout_form .compact-fields li {
    display: inline-block;
    max-width: 100%;
    width: 340px;
    padding-right: 15px;
    font-size: 16px;
  }
  #checkout_form .compact-fields li.medium {
    width: 200px;
  }
  #checkout_form .compact-fields li.small {
    width: 140px;
  }
}

#checkout_form h2 {
  margin-top: 0;
}

#checkout_form table {
  margin-top: 5px;
}

@media (min-width: 768px) {
  #membership_choice .membership-column {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
}

#membership_choice .membership-option {
  padding: 10px 0 10px 0;
}

@media (min-width: 768px) {
  #membership_choice .membership-option {
    padding-right: 50px;
  }
}

@media (min-width: 800px) {
  #membership_choice .membership-option {
    padding-right: 80px;
  }
}

#membership_choice .custom-checker {
  vertical-align: top;
}

#membership_choice .membership-name {
  display: block;
  font-weight: 400;
  font-size: 20px;
}

#membership_choice .membership-description {
  color: #696969;
  display: block;
  margin-top: 5px;
}

#membership_choice .membership-option label {
  max-width: calc(100% - 50px);
  margin-right: 0;
}

.services-table th:first-child, .services-table td:first-child {
  width: 40px;
  padding-right: 0;
  border-right: none;
}

.services-table th:last-child, .services-table td:last-child {
  display: none;
}

@media (min-width: 768px) {
  .services-table th:last-child, .services-table td:last-child {
    display: table-cell;
    width: 65%;
  }
}

.experiences .specific-experience {
  padding: 40px 0;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
}

.experiences .specific-experience h4 {
  margin: 0;
}

.experiences .specific-experience textarea {
  height: 200px;
}

.experiences .specific-experience .project-1, .experiences .specific-experience .project-2 {
  padding-left: 30px;
  position: relative;
  margin-top: 15px;
}

.experiences .specific-experience .project-1:after, .experiences .specific-experience .project-2:after {
  content: '1';
  position: absolute;
  top: 14px;
  left: 0;
  background: #7ea81d;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding: 0px;
  font-size: 12px;
  line-height: 21px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .experiences .specific-experience .project-1, .experiences .specific-experience .project-2 {
    width: 48%;
    float: left;
  }
}

.experiences .specific-experience .project-2:after {
  content: '2';
}

@media (min-width: 768px) {
  .experiences .specific-experience .project-2 {
    float: right;
  }
}

.breadcrumbs {
  font-family: "Proxima Nova W01", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  margin: 0 0 15px;
}

.breadcrumbs a {
  color: #d5d935;
  font-weight: 300;
}

.breadcrumbs span {
  color: #fff;
}

.gallery {
  margin: 30px -5px !important;
}

.gallery .gallery-item {
  display: inline-block;
  padding: 5px;
  vertical-align: top;
  margin: 0;
  width: 50%;
}

@media (min-width: 480px) {
  .gallery .gallery-item {
    width: 33.33%;
  }
}

.gallery .gallery-item img {
  width: 100%;
}

.gallery .gallery-item .gallery-caption {
  display: none;
}

.gallery .gallery-item a {
  display: block;
  font-size: 0;
  position: relative;
}

.gallery .gallery-item a:hover {
  opacity: 1;
}

.gallery .gallery-item a:before {
  content: '';
  display: block;
  height: 100%;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.2s;
  z-index: 1;
}

.gallery .gallery-item:hover a:before {
  box-shadow: inset 0 0 0 3px #7ea81d;
  opacity: 1;
}

@media (min-width: 768px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery br {
  display: none;
}

.social-links {
  display: none;
}

@media (min-width: 768px) {
  .social-links {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 70px;
    font-size: 14px;
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }
}

@media (min-width: 768px) {
  .social-links {
    right: 15px;
  }
}

.social-links a {
  font-weight: 300;
  color: #fff;
  vertical-align: middle;
}

.social-links a span {
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  background: #fff;
  transition-duration: 0.2s;
  border-radius: 20px;
}

.social-links a span.icon-email {
  -webkit-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  background: #fff url("../img/email_green.svg") no-repeat scroll center center/15px auto;
  background-size: 14px auto;
}

.social-links a span.icon-linkedin {
  -webkit-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  background: #fff url("../img/linkedin_green.svg") no-repeat scroll center 5px/15px auto;
  background-size: 14px auto;
}

.social-links a span:hover {
  background-color: #165829;
}

.social-links a.email {
  display: none;
}

@media (min-width: 1025px) {
  .social-links a.email {
    display: inline-block;
  }
}

.sep:after {
  background: #165829 none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 5px 14px;
  opacity: 0.4;
  vertical-align: middle;
  width: 1px;
}

.social-links a:hover {
  color: #165829;
}

.social-links a:hover span {
  background-color: #165829;
}

.photo-credits {
  display: none;
}

@media (min-width: 480px) {
  .photo-credits {
    text-align: left;
    display: inline-block;
    padding: 6px 10px;
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 5;
  }
}

.photo-credits > .photo, .photo-credits > .title {
  color: #fff;
  cursor: default;
  display: inline-block;
  opacity: 0.7;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  transition: all 0.2s linear 0s;
  vertical-align: middle;
}

.photo-credits > .photo {
  background: transparent url("../img/camera.svg") no-repeat scroll 0 0/20px auto;
  height: 18px;
  margin-left: 5px;
  width: 20px;
}

.photo-credits > .popup {
  background: #7ea81d none repeat scroll 0 0;
  color: white;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin: -0.5em 0 0;
  opacity: 0;
  padding: 10px 12px;
  position: absolute;
  right: 45px;
  top: 8px;
  -webkit-transform: translate(4px, 0px);
  transform: translate(4px, 0px);
  transition: all 0.2s ease 0s;
  visibility: hidden;
  white-space: nowrap;
}

.photo-credits > .popup:after {
  border-color: transparent transparent transparent #7ea81d;
  border-image: none;
  border-style: solid;
  border-width: 8px;
  content: "";
  display: inline-block;
  position: absolute;
  right: -15px;
  top: 9px;
}

.photo-credits > .popup .name {
  color: #1a2f51 !important;
}

.photo-credits:hover > .photo, .photo-credits:hover > .title,
.photo-credits.hover > .photo,
.photo-credits.hover > .title,
.photo-credits:active > .photo,
.photo-credits:active > .title {
  opacity: 1;
}

.photo-credits:hover .popup,
.photo-credits.hover .popup,
.photo-credits:active .popup {
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

#commentform label {
  display: block;
  padding-bottom: 2px;
}

.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

#comments {
  border-top: 1px solid #e8e8e8;
  padding-top: 25px;
  margin-bottom: 25px;
}

#respond {
  border-top: 1px solid #e8e8e8;
  margin-top: 10px;
  padding-top: 5px;
}

.blog-meta {
  font-size: 14px;
  color: #767675;
  margin: -10px 0 10px;
}

.pagination {
  text-align: center;
  padding: 35px 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  clear: both;
}

.pagination:after {
  content: "";
  display: block;
  clear: both;
}

.pagination .paging {
  float: right;
}

.pagination.top .paging {
  position: absolute;
  right: 45px;
  top: -2px;
  display: none;
}

@media (min-width: 768px) {
  .pagination.top .paging {
    display: block;
  }
}

.pagination .page-numbers {
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
  padding: 3px;
  color: #696969;
  text-align: center;
  width: 27px;
  height: 25px;
  vertical-align: middle;
  margin: 0;
  transition: 0.2s;
  position: relative;
}

.pagination .page-numbers.current {
  color: #7ea81d;
}

.pagination .page-numbers.current:after {
  content: ' ';
  background: #7ea81d;
  width: 8px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 10px;
}

.pagination .page-numbers.prev, .pagination .page-numbers.next {
  display: none;
}

.back-button {
  float: left;
  color: #7ea81d;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  text-transform: lowercase;
  transition-duration: 0.2s;
}

.back-button:before {
  content: ' ';
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url("../img/arrow_green.svg") no-repeat scroll center center/20px auto;
  background-size: 16px auto;
  display: inline-block;
  height: 20px;
  margin: 0 2px 0 0;
  vertical-align: middle;
  width: 25px;
}

.back-button:hover {
  opacity: 0.7;
}

.with-background .back-button {
  color: #fff;
  background: #7ea81d;
  padding: 10px 25px;
  border-radius: 25px;
}

.with-background .back-button:before {
  background-image: url("../img/arrow_white.svg");
  background-size: 50px auto;
  background-position: -7px center;
  margin-left: -5px;
}

.with-background .back-button:hover {
  background-color: #92bc20;
  opacity: 1;
}

.results-count {
  font-size: 14px;
  display: block;
  margin-bottom: 14px;
  text-align: left;
}

.results-count + .event-filter {
  text-align: left;
}

@media (min-width: 800px) {
  .results-count {
    float: left;
    margin: 2px 0 0;
  }
  .results-count + .event-filter {
    text-align: center;
  }
}

.banner-wrap {
  position: relative;
  display: block;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .banner-wrap {
    display: inline-block;
    width: 50%;
    float: left;
  }
}

@media (min-width: 1025px) {
  .banner-wrap {
    width: 67%;
    float: left;
  }
}

#banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#banner .feature-banner-wrap {
  background-image: url("../img/banner.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 20px 70px;
  text-align: left;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#banner .owl-item {
  width: 100%;
}

#banner .owl-wrapper-outer, #banner .owl-wrapper, #banner .owl-item {
  height: 100%;
}

#banner .owl-controls {
  bottom: 21px;
  height: 32px;
  left: 65px;
  margin-top: 10px;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  width: 100%;
  z-index: 100;
}

@media (min-width: 768px) {
  #banner .owl-controls {
    left: 75px;
  }
}

@media (min-width: 1025px) {
  #banner .owl-controls {
    left: 120px;
  }
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  background: none repeat scroll 0 0 #fff;
  opacity: 0.3;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 8px;
  width: 12px;
}

.owl-page.active span {
  background: #7ea81d;
  opacity: 1;
}

.banner-content {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 60px 25px 240px;
}

.banner-content h1 {
  color: #fff;
  margin: 0;
}

@media (min-width: 800px) {
  .banner-content h1 {
    font-size: 38px;
  }
}

@media (min-width: 1025px) {
  .banner-content h1 {
    font-size: 48px;
  }
}

.banner-content p a {
  color: #d5d935;
}

@media (min-width: 768px) {
  .banner-content {
    padding: 60px 45px 190px;
    min-height: 650px;
  }
}

@media (min-width: 800px) {
  .banner-content {
    min-height: 765px;
  }
}

@media (min-width: 1025px) {
  .banner-content {
    padding: 75px 90px 190px;
  }
}

.quick-links {
  position: absolute;
  bottom: 70px;
  left: 30px;
}

@media (min-width: 768px) {
  .quick-links {
    left: 45px;
    bottom: 80px;
  }
}

@media (min-width: 800px) {
  .quick-links {
    left: 45px;
    bottom: 105px;
  }
}

@media (min-width: 1025px) {
  .quick-links {
    left: 90px;
  }
}

.quick-links span.quick-link-title {
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}

a.quick-link {
  color: #d5d935;
  display: block;
  font-weight: 300;
  font-size: 23px;
  margin: 5px 0;
}

a.quick-link span.quick-link-arrow {
  -webkit-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  background: url("../img/arrow_green_2.svg") no-repeat scroll center center/20px auto;
  background-size: 55px auto;
  display: inline-block;
  height: 25px;
  margin: 0 0 0 11px;
  transition-duration: 0.2s;
  vertical-align: middle;
  width: 25px;
}

a.quick-link:hover {
  opacity: 0.7;
}

.small-link {
  font-size: 18px;
  color: #7ea81d;
  font-weight: 300;
}

.consultant-panel {
  background: #7ea81d;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 515px;
  display: block;
  color: #fff;
  overflow: hidden;
  padding: 60px 25px;
  position: relative;
}

@media (min-width: 768px) {
  .consultant-panel {
    padding: 60px 45px;
    height: 650px;
  }
}

@media (min-width: 800px) {
  .consultant-panel {
    min-height: 765px;
  }
}

@media (min-width: 1025px) {
  .consultant-panel {
    padding: 70px 60px;
  }
}

.consultant-panel h2 {
  color: #fff;
  margin: 0 0 0px;
  font-size: 33px;
}

@media (min-width: 800px) {
  .consultant-panel h2 {
    font-size: 40px;
  }
}

.consultant-panel p {
  margin: 0 0 5px;
  font-style: italic;
  font-size: 16px;
}

@media (min-width: 768px) {
  .consultant-panel {
    display: inline-block;
    width: 50%;
    float: right;
  }
}

@media (min-width: 1025px) {
  .consultant-panel {
    width: 33%;
  }
}

.consultant-panel .header-search {
  display: block;
}

.consultant-panel .header-search form {
  position: relative;
}

.consultant-panel .become-member-link {
  display: block;
  clear: both;
}

.consultant-panel .become-member-link h2 {
  font-weight: 300;
  margin-bottom: 15px;
}

.search {
  display: none;
}

.search form {
  margin: 0;
}

@media (min-width: 768px) {
  .search {
    display: inline-block;
    float: left;
    margin-right: 15px;
    position: relative;
    width: 217px;
    height: 32px;
  }
}

.search input[type='text'] {
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  width: 217px;
  background: #68930f;
  border-radius: 20px;
  border: medium none;
  height: 32px;
  margin: 0;
  padding: 2px 0 2px 15px;
  transition: all 0.2s ease 0s;
  color: #fff;
  float: left;
}

.search input[type='text']:focus {
  border: 1px solid #fff;
}

.search input[type="submit"] {
  z-index: 2;
  background: #68930f url("../img/icon-search.svg") no-repeat scroll center center/15px 15px;
  height: 28px;
  padding: 0;
  text-indent: -9999px;
  width: 28px;
  position: absolute;
  top: 1px;
  right: 2px;
}

.search input[type="submit"]:hover {
  background: #165829 url("../img/icon-search.svg") no-repeat scroll center center/15px 15px;
}

.search input[type='text']::-webkit-input-placeholder {
  color: white;
}

.search input[type='text']::-moz-placeholder {
  /* Firefox 18- */
  color: white;
  opacity: 1;
}

.search input[type='text']:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  opacity: 1;
}

.consultant-panel .search-panel {
  margin-bottom: 219px;
}

.consultant-panel .search-panel input[type='text'] {
  background: white;
  color: #767675;
  font-style: normal;
  padding: 8px 0  8px 19px;
  height: 45px;
  font-weight: 300;
}

.consultant-panel .search-panel input[type="submit"] {
  z-index: 2;
  background-color: #165829;
  margin-top: 15px;
}

.consultant-panel .search-panel input[type="submit"]:hover {
  background-color: #1b6d29;
}

.event-panel {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 16px;
  color: white;
  clear: both;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .event-panel .inner {
    padding: 70px 90px;
  }
}

.event-panel .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: 600px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.event-panel .event-listing {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .event-panel .event-listing {
    width: 46%;
    display: inline-block;
    margin-bottom: 0px;
  }
}

@media (min-width: 1025px) {
  .event-panel .event-listing {
    width: 39%;
    float: left;
  }
}

.event-panel .event {
  border-bottom: 1px solid #7ea81d;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.event-panel .event-title {
  font-size: 20px;
}

.event-panel .event-title a {
  font-weight: 300;
  color: white;
}

.event-panel .event-title a:hover {
  color: #7ea81d;
}

.event-panel .event-link {
  position: absolute;
  top: 0;
  right: 0;
}

.event-panel .event-link a {
  text-indent: -9999px;
  background: #7ea81d url("../img/arrow_white.svg") no-repeat center center;
  background-size: 50px auto;
}

.event-panel a.quick-link {
  color: #68930f;
  font-weight: 300;
}

.event-panel a.quick-link span.quick-link-arrow {
  background: url("../img/arrow_green.svg") no-repeat scroll center center/22px auto;
}

@media (min-width: 768px) {
  .event-registration {
    width: 46%;
    display: inline-block;
    margin-left: 4%;
    float: right;
  }
}

@media (min-width: 1025px) {
  .event-registration {
    width: 54%;
    float: right;
  }
}

.event-registration h3 {
  color: #d5d935;
  font-weight: 300;
  font-size: 30px;
  margin-top: 0;
}

.event-registration .event-panel-controls .button {
  margin-top: 15px;
  background: #7ea81d url("../img/arrow_white_down.svg") no-repeat right center;
  background-size: 50px auto;
  padding-right: 44px;
}

.event-registration .event-panel-controls .button:hover {
  background-color: #92bc20;
}

.event-registration .event-panel-controls .collapse {
  background: #165829 url("../img/arrow_white_up.svg") no-repeat right center;
  background-size: 50px auto;
  display: none;
}

.event-registration .event-panel-controls .collapse:hover {
  background-color: #1b6d29;
}

.event-registration .event-panel-controls.expanded .button.collapse {
  display: inline-block;
}

.event-registration .event-panel-controls.expanded .button.expand {
  display: none;
}

.event-registration .event-panel-form {
  display: none;
}

.membership-panel {
  background: white;
}

.membership-panel:after {
  content: "";
  display: block;
  clear: both;
}

.membership-panel .inner {
  padding-top: 53px;
  padding-bottom: 60px;
}

.membership-panel a.quick-link {
  padding-bottom: 5px;
  margin-bottom: 70px;
  display: inline-block;
  position: relative;
}

.membership-panel a.quick-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #d5d935;
}

.membership-panel .membership-info {
  margin-bottom: 40px;
}

.membership-panel h2 {
  font-size: 35px;
  font-weight: 300;
  color: #7ea81d;
  margin-top: 0;
}

.membership-panel a.button {
  margin: 20px 15px 0 0;
}

.membership-panel .member-left {
  margin-bottom: 40px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .membership-panel .member-left {
    display: inline-block;
    width: 45%;
  }
}

@media (min-width: 768px) {
  .membership-panel .member-right {
    display: inline-block;
    float: right;
    width: 45%;
  }
}

.membership-panel ul.arrow-left {
  padding-left: 0;
}

.membership-panel ul.arrow-left li {
  background: url("../img/arrow_green.svg") no-repeat scroll left 3px/18px auto;
  line-height: 23px;
  list-style: outside none none;
  margin: 10px 0;
  padding: 0 0 0 30px;
  font-weight: 400;
  font-size: 16px;
}

@media (min-width: 768px) {
  .yeca-membership-panel .member-left {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .yeca-membership-panel .member-right {
    width: 30%;
  }
}

.membership-types {
  text-align: center;
}

@media (min-width: 520px) {
  .membership-types {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

@media (min-width: 800px) {
  .membership-types {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.membership-types h4 {
  color: #7ea81d;
  font-size: 22px;
  font-weight: 300;
}

.membership-types .amount {
  color: #b7b7b7;
  font-size: 27px;
  margin: 0.6em 0;
}

.type {
  margin-bottom: 40px;
}

@media (min-width: 520px) {
  .type {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 33px;
    padding: 0 10px;
  }
}

@media (min-width: 800px) {
  .type {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

.event-form .gform_wrapper {
  max-width: 100%;
}

.event-form form, .event-form .post-content form {
  margin-top: 0;
}

.event-form .gform_description {
  line-height: 1.6em;
  font-weight: 300;
}

.event-form input[type="text"] {
  width: 240px;
}

.event-form input[type="text"]:focus {
  border: 1px solid #d5d935;
}

.event-form .gform_wrapper .gfield_label {
  display: inline-block;
  float: left;
  color: #d5d935;
  vertical-align: middle;
  padding: 10px 14px 2px 0;
}

.sponsors-panel {
  background: #f9f9f9;
  display: block;
  text-align: center;
  padding-top: 60px;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}

.sponsors-panel h2 {
  color: #686868;
  margin: 0 0 8px;
  font-size: 52px;
}

.sponsors-panel .logo-panel ul {
  margin: 50px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0;
  border-top: 1px solid #e8e8e8;
}

@media (min-width: 1250px) {
  .sponsors-panel .logo-panel ul {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}

.sponsors-panel .logo-panel ul li {
  vertical-align: middle;
  padding: 20px 10px;
  width: 50%;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  list-style: none;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  position: relative;
  min-height: 90px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

@media (min-width: 768px) {
  .sponsors-panel .logo-panel ul li {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 33%;
    min-height: 150px;
  }
}

@media (min-width: 800px) {
  .sponsors-panel .logo-panel ul li {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 16%;
    padding: 30px 10px;
  }
}

.sponsors-panel .logo-panel ul li img {
  vertical-align: top;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
}

.event-item {
  background: #f9f9f9;
  overflow: hidden;
  padding: 50px 0 30px;
}

.event-item:nth-child(even) {
  background: #fff;
}

.event-item h2 {
  margin-top: 0;
}

.event-item h2 a {
  color: #7ea81d;
}

@media (min-width: 768px) {
  .event-item .event-main {
    border-left: 1px solid #e8e8e8;
    padding-left: 40px;
    margin-left: 80px;
  }
}

.event-item .event-date {
  display: none;
  color: #7ea81d;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
}

@media (min-width: 768px) {
  .event-item .event-date {
    display: block;
    position: absolute;
    top: 0;
    left: 45px;
  }
}

.event-item .event-date span {
  display: block;
}

.event-item .event-date .day {
  font-size: 41px;
  line-height: 41px;
}

.event-item .details-list .details-row.tickets-available {
  display: none;
}

@media (min-width: 520px) {
  .event-description {
    display: inline-block;
    width: 48%;
  }
}

@media (min-width: 980px) {
  .event-description {
    width: 72%;
  }
}

.event-image {
  margin: 30px 0 20px;
}

@media (min-width: 520px) {
  .event-image {
    width: 48%;
    float: right;
  }
}

@media (min-width: 980px) {
  .event-image {
    width: 28%;
  }
}

.details-list {
  display: table;
  margin: 20px 0;
}

@media (min-width: 980px) {
  .details-list {
    width: 49%;
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
  }
}

.details-list .details-row {
  display: table-row;
}

.details-list .label, .details-list .value {
  display: table-cell;
  padding: 5px 0;
  font-weight: bold;
  font-size: 16px;
}

.details-list .label {
  color: #165829;
  white-space: nowrap;
  padding-right: 15px;
}

.details-list .value a {
  color: #7ea81d;
  border-bottom: 1px solid #dae5c2;
  line-height: 16px;
  display: inline-block;
  vertical-align: baseline;
}

.details-list .buttons {
  margin-top: 20px;
}

.event-filter {
  font-size: 14px;
}

@media (min-width: 768px) {
  .event-filter {
    text-align: left;
  }
}

@media (min-width: 1025px) {
  .event-filter {
    text-align: center;
  }
}

.event-filter .custom-select {
  display: inline-block;
  width: auto;
  border: none;
  border-radius: 0;
}

.event-filter .custom-select:before {
  content: ' ';
  top: 3px;
  right: 5px;
  background-image: none;
  border-right: 2px solid #7ea81d;
  border-bottom: 2px solid #7ea81d;
  display: block;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.event-filter select {
  height: 20px;
  width: auto;
  padding: 0 25px 0 5px;
  color: #7ea81d;
  font-weight: bold;
  border: none;
  border-radius: 0;
  font-size: 14px;
}

.event-filter select:focus {
  border: none;
}

.event-detail .event-details {
  overflow: hidden;
}

.event-detail .details-list .buttons {
  display: none;
}

.event-detail .details-list:nth-child(2):before {
  content: "Ticket Information";
  display: block;
  color: #165829;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0 0 5px;
  font-size: 23px;
}

.ticket-name {
  margin: 25px 0 0;
  position: relative;
  padding-right: 48px;
}

.ticket-name .remove {
  position: absolute;
  top: 40px;
  right: 0;
  width: 38px;
  height: 38px;
  text-indent: -9999px;
  background: #c8c8c8;
  border-radius: 50%;
  transition: 0.2s;
}

.ticket-name .remove:after, .ticket-name .remove:before {
  content: ' ';
  width: 25px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 17px;
  left: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ticket-name .remove:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ticket-name .remove:hover {
  background: #d5d5d5;
}

.review h3 {
  margin-top: 0;
}

.review table {
  margin-bottom: 0;
}

.landing-features {
  margin: 40px 0 0;
}

.landing-features .landing-feature {
  padding: 15px 40px 35px;
  border: 1px solid #e8e8e8;
  margin: 0 0 -1px;
}

.landing-features .landing-feature:nth-child(even) {
  background: #f9f9f9;
}

.landing-features .button {
  margin-top: 10px;
}

.consultant-search {
  margin: 0 0 -40px;
  max-width: 740px;
}

.consultant-search form:after {
  content: "";
  display: block;
  clear: both;
}

.consultant-search .custom-select, .consultant-search input[type='text'] {
  max-width: 100%;
  margin: 0 0 15px;
}

.consultant-search .search-row > :first-child {
  margin-right: 15px;
}

@media (min-width: 520px) {
  .consultant-search .search-row.categories .custom-select, .consultant-search .search-row.categories input[type="text"] {
    width: calc(50% - 10px);
  }
}

@media (min-width: 520px) {
  .consultant-search .search-row.keywords input[type="text"] {
    width: calc(100% - 140px);
  }
}

.consultant-search .button {
  float: right;
  height: 47px;
}

.consultant-item {
  background: #f9f9f9;
  padding: 35px 0 40px;
  font-size: 15px;
}

.consultant-item:after {
  content: "";
  display: block;
  clear: both;
}

.consultant-item:nth-child(even) {
  background: #fff;
}

.consultant-item img {
  border: 1px solid #e8e8e8;
  vertical-align: top;
  margin-bottom: 10px;
}

@media (min-width: 680px) {
  .consultant-item img {
    margin: 0;
  }
}

.consultant-item h3 {
  margin: 0 0 20px;
  font-size: 20px;
}

.consultant-item h3 a {
  color: #7ea81d;
}

.consultant-item h4 {
  color: #b1b1b1;
  font-size: 14px;
  margin: 0 0 4px;
}

.consultant-item p {
  margin: 0 0 14px;
}

.consultant-item .company {
  color: #003c16;
  font-size: 13px;
}

.consultant-item .location {
  color: #767676;
  font-size: 13px;
  margin-top: 5px;
  font-weight: 400;
  padding: 0 0 0 13px;
  background: url("../img/location.svg") no-repeat left 2px;
  background-size: 7px auto;
}

.consultant-item .col2 {
  margin: 20px 0;
}

@media (min-width: 680px) {
  .consultant-item .col1 {
    float: left;
    width: 30%;
    padding-right: 20px;
  }
  .consultant-item .col2, .consultant-item .col3 {
    margin-left: 35%;
  }
}

@media (min-width: 980px) {
  .consultant-item .col2 {
    margin: 0;
    padding-right: 20px;
    width: calc(70% - 200px);
    float: left;
    max-width: 450px;
  }
  .consultant-item .col3 {
    margin: 0;
    width: 200px;
    float: right;
    text-align: right;
  }
}

.service-listing-content h2 {
  margin-top: 0;
}

.member-type {
  color: #003c16;
  font-size: 13px;
  font-weight: bold;
  margin: 25px 0 28px;
  padding: 0 0 0 20px;
  background: url("../img/membericon-1.svg") no-repeat left top;
  background-size: 14px auto;
}

.member-type.membericon-2 {
  background-image: url("../img/membericon-2.svg");
}

.member-type.membericon-4 {
  background-image: url("../img/membericon-4.svg");
  background-size: 26px auto;
  padding-left: 32px;
}

.member-type.membericon-5 {
  background-image: url("../img/membericon-5.svg");
}

.member-type.membericon-14 {
  background-image: url("../img/membericon-14.svg");
}

.my-account-page .member-type {
  margin-top: 0;
}

.consultant-detail .member-type {
  margin: 0;
}

.consultant-detail .consultant-logo img {
  border: 1px solid #e8e8e8;
  vertical-align: top;
  margin: 10px 0 3px;
}

.consultant-detail .details-list {
  width: 100%;
  display: block;
  padding: 0;
}

.consultant-detail .details-list .label {
  padding-right: 30px;
  width: 175px;
  white-space: normal;
}

.consultant-detail .details-list .value {
  font-weight: 300;
}

.detail-service {
  display: inline-block;
  background: #f1f1f1;
  padding: 7px 18px 6px;
  color: #165829;
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
  border-radius: 20px;
}

.tooltip {
  text-align: left;
  display: inline-block;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  top: -2px;
  padding: 0 20px 0 2px;
}

.tooltip > .questionmark {
  color: #fff;
  cursor: default;
  display: block;
  opacity: 0.7;
  transition: all 0.2s linear 0s;
  vertical-align: middle;
  background: #68930f;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
}

h3 .tooltip > .questionmark {
  height: 16px;
  width: 16px;
  font-size: 15px;
  line-height: 18px;
}

.tooltip > .popup {
  background: #7ea81d none repeat scroll 0 0;
  color: white;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  margin: -0.5em 0 0;
  opacity: 0;
  padding: 10px 12px;
  position: absolute;
  left: -12px;
  top: -40px;
  -webkit-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
  transition: all 0.2s ease 0s;
  visibility: hidden;
  white-space: nowrap;
}

.tooltip > .popup:after {
  border-color: #7ea81d transparent transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 8px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 13px;
  top: 100%;
}

.tooltip > .popup .name {
  color: #1a2f51 !important;
}

.tooltip:hover .popup,
.tooltip.hover .popup,
.tooltip:active .popup {
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

@media (min-width: 768px) {
  .yeca-content .banner-wrap {
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .yeca-content .banner-wrap {
    width: calc(100% - 460px);
  }
}

@media (min-width: 768px) {
  .yeca-content .banner-wrap .banner-content {
    min-height: 780px;
  }
}

.yeca-sidepanel {
  padding: 0;
}

@media (min-width: 768px) {
  .yeca-sidepanel {
    width: 50%;
    min-height: 780px;
  }
}

@media (min-width: 1025px) {
  .yeca-sidepanel {
    width: 460px;
  }
}

.yeca-sidepanel h2 {
  font-size: 33px;
}

@media (min-width: 1025px) {
  .yeca-sidepanel h2 {
    font-size: 40px;
  }
}

.yeca-sidepanel .yeca-slider-panel {
  position: relative;
}

.yeca-sidepanel .yeca-slider-panel .slide {
  height: 382px;
  background-size: cover;
  background-position: center top;
  background-repeat: none;
  position: relative;
}

.yeca-sidepanel .yeca-slider-panel .slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 20px;
}

.yeca-sidepanel .yeca-slider-panel .slide:before {
  content: ' ';
  height: 80%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}

.yeca-sidepanel .yeca-slider-panel .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.yeca-sidepanel .yeca-slider-panel .owl-prev, .yeca-sidepanel .yeca-slider-panel .owl-next {
  width: 30px;
  height: 62px;
  position: absolute;
  top: -31px;
  left: 15px;
  text-indent: -9999px;
  overflow: hidden;
}

.yeca-sidepanel .yeca-slider-panel .owl-prev:before, .yeca-sidepanel .yeca-slider-panel .owl-prev:after, .yeca-sidepanel .yeca-slider-panel .owl-next:before, .yeca-sidepanel .yeca-slider-panel .owl-next:after {
  content: ' ';
  height: 38px;
  width: 4px;
  border-radius: 10px;
  background: #7ea81d;
  position: absolute;
  top: 0;
  left: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.2s;
}

.yeca-sidepanel .yeca-slider-panel .owl-prev:after, .yeca-sidepanel .yeca-slider-panel .owl-next:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: auto;
  bottom: 0;
}

.yeca-sidepanel .yeca-slider-panel .owl-prev:hover:before, .yeca-sidepanel .yeca-slider-panel .owl-prev:hover:after, .yeca-sidepanel .yeca-slider-panel .owl-next:hover:before, .yeca-sidepanel .yeca-slider-panel .owl-next:hover:after {
  background: #d5d935;
}

.yeca-sidepanel .yeca-slider-panel .owl-next {
  left: auto;
  right: 15px;
}

.yeca-sidepanel .yeca-slider-panel .owl-next:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.yeca-sidepanel .yeca-slider-panel .owl-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.yeca-sidepanel .yeca-newsletter-panel {
  padding: 50px 25px;
}

.yeca-sidepanel .yeca-newsletter-panel:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 768px) {
  .yeca-sidepanel .yeca-newsletter-panel {
    padding: 50px 45px;
  }
}

@media (min-width: 1025px) {
  .yeca-sidepanel .yeca-newsletter-panel {
    padding: 50px 60px;
  }
}

.yeca-sidepanel .yeca-newsletter-panel h2 {
  line-height: 1em;
  margin-bottom: 10px;
}

.yeca-newsletter-form .gform_wrapper {
  max-width: 100%;
}

.yeca-newsletter-form form, .yeca-newsletter-form .post-content form {
  margin: 0;
}

.yeca-newsletter-form form li {
  padding: 15px 0 0;
}

@media (min-width: 768px) {
  .yeca-newsletter-form form li {
    text-align: right;
  }
}

.yeca-newsletter-form .ginput_container {
  width: 65%;
  display: inline-block;
}

.yeca-newsletter-form input[type="text"]:focus {
  border: none;
}

.yeca-newsletter-form .gform_wrapper .gfield_label {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 15px 0 0;
}

.yeca-newsletter-form .gform_wrapper input[type=submit].button {
  background-color: #165829;
  padding: 12px 30px;
  height: 46px;
}

.yeca-newsletter-form .gform_wrapper input[type=submit].button:hover {
  background-color: #1b6d29;
}

@media (min-width: 768px) {
  .yeca-newsletter-form .gform_wrapper input[type=submit].button {
    float: right;
  }
}

.yeca-newsletter-form .gform_wrapper .validation_error {
  display: none;
}

@media (min-width: 768px) {
  .yeca-newsletter-form .gform_wrapper .validation_message {
    padding: 0;
    margin: 4px 0 -8px;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* ------------------------------------
PRODUCT LISTING & DETAIL
------------------------------------ */
.product-grid {
  position: relative;
}

.product-grid .spinner {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -30px;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
  display: none;
}

.product-grid.loading .spinner {
  display: block;
  z-index: 1000;
}

.product-grid.loading #store {
  opacity: 0.2;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

del, .discounted, .oldprice, .old-price, .old_price {
  text-decoration: line-through;
}

/* option selector */
.sold_out, .form-options .options {
  display: none;
}

.hide {
  display: none;
}

/* matrix selector */
#product-form-matrix .hide {
  display: none;
}

#product-form-matrix .form-options .options {
  display: none;
}

#product-form-matrix .form-options .unavailable {
  opacity: 0.4;
}

.confirmation-addtocart {
  padding: 10px 0;
  text-align: right;
}

.confirmation-addtocart .status {
  color: #eb0000;
}

/* ------------------------------------
CART
------------------------------------ */
#cart {
  border: none;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 25px 0;
}

#cart td, #cart th {
  padding: 15px 10px 15px 0;
  border-right: none;
  vertical-align: middle;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}

#cart td:first-child, #cart th:first-child {
  width: 13%;
}

#cart td:last-child, #cart th:last-child {
  text-align: right;
}

#cart th {
  padding: 15px 10px 10px 0;
  background: transparent;
}

#cart td.product-image {
  line-height: 0;
}

#cart td.product-image img {
  width: 90%;
}

#cart .product-note {
  padding-top: 4px;
}

#cart .price-cell, #cart .quantity-cell, #cart .update-cell, #cart .totalprice-cell, #cart td.remove, #cart .promotion {
  white-space: nowrap;
}

#cart .price-cell, #cart .totalprice-cell, #cart .promotion {
  font-weight: bold;
}

#cart input[name='qty'] {
  width: 55px;
  margin-right: 5px;
}

#cart form {
  margin: 0;
  padding: 0;
}

#cart td.remove a {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  width: 20px;
  height: 20px;
}

#cart td.remove a:before, #cart td.remove a:after {
  content: '';
  background: #888;
  width: 16px;
  height: 3px;
  position: absolute;
  top: 9px;
  left: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cart td.remove a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#cart td.remove a:hover:before, #cart td.remove a:hover:after {
  background: #eb0000;
}

.cart-section {
  padding: 0 0 20px;
  text-align: right;
}

.cart-section form {
  margin: 0;
  padding: 0;
}

.cart-section input[type="text"], .cart-section .custom-select {
  width: 150px !important;
  margin: 0 10px;
  vertical-align: middle;
  text-align: left;
}

#shopping-cart-totals {
  margin-top: 25px;
}

#shopping-cart-totals .shopping-cart-total {
  padding: 5px 0 0;
}

#shopping-cart-totals .shopping-cart-total span {
  display: inline-block;
}

#shopping-cart-totals .shopping-cart-total .amount {
  margin-left: 5px;
}

#shopping-cart-totals #shopping-cart-total {
  font-size: 26px;
  padding: 15px 0 0;
}

#shopping-cart-buttons .next {
  float: right;
}

.gst-note {
  font-size: 0.8em;
}

/* ------------------------------------
CHECKOUT
------------------------------------ */
#checkout_form {
  width: 100%;
}

#checkout_form form {
  margin: 0;
}

#checkout_form ul, #checkout_form ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

#checkout_form label {
  padding: 0 0 2px 0;
  display: block;
}

#checkout_form label, #checkout_form .bigbuttons {
  max-width: 326px;
}

#checkout_form label a.link, #checkout_form .bigbuttons a.link {
  float: right;
  display: inline-block;
  color: #7ea81d;
}

#checkout_form .bigbuttons {
  margin: 0 0 25px;
}

#checkout_form .bigbuttons a.link {
  margin-top: 15px;
}

#checkout_form .errormsg, #checkout_form .status {
  color: #eb0000;
  display: block;
}

#checkout_form .errormsg {
  display: block;
  font-size: 14px;
  line-height: normal;
  padding: 5px 0;
}

#checkout_form .required {
  margin-right: 3px;
  float: left;
}

#checkout_form .form-section {
  margin-bottom: 20px;
  overflow: hidden;
}

#checkout_form .fieldset {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin-bottom: 25px;
  max-width: 460px;
}

#checkout_form .fieldset.right {
  float: right;
}

#checkout_form .fieldset.fullsize {
  width: 100%;
}

#checkout_form .input_check {
  display: none !important;
}

#checkout_form span.note {
  font-size: 0.8em;
  display: block;
  line-height: normal;
  padding: 0 0 12px;
}

#checkout_form .button.prev {
  margin-right: 5px;
}

#checkout_form .forgot-link {
  margin: 10px 0;
  display: inline-block;
}

#checkout_form .custom-checker + label {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 0 0;
  padding: 0;
}

#checkout_form .radio-list label, #checkout_form .checkbox-list label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}

#checkout_form .checkout-buttons {
  margin: 30px 0;
}

#checkout_form li.small-field {
  width: 48.5%;
  margin-right: 3%;
  display: inline-block;
}

#checkout_form li.small-field.right {
  margin-right: 0;
}

.securenotice {
  background: url("/_tentacle/app/_inc/img/lock.gif") no-repeat scroll 10px 9px;
  border: 1px solid #e0e0e0;
  font-size: 12px;
  margin: 50px 0 0;
  padding: 8px 15px 8px 30px;
}

.delivery-summary .smallbutton {
  display: block;
  margin-top: 5px;
}

.delivery-summary .delivery-address {
  line-height: 1.4em;
  margin: 15px 0 10px;
}

.payment-summary table {
  margin: 15px 0 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #454549;
}

.payment-summary table td {
  padding: 10px 0;
  vertical-align: middle;
  border-top: 1px solid #e0e0e0;
}

.payment-summary .totalprice-cell {
  white-space: nowrap;
  text-align: right;
}

.orders-table, .post-content .orders-table {
  margin-top: 0;
}

.orders-table th, .orders-table td, .post-content .orders-table th, .post-content .orders-table td {
  font-size: 14px;
  vertical-align: middle;
  text-align: left;
}

.orders-table form, .post-content .orders-table form {
  margin: 0;
  display: inline-block;
}

.orders-table .button, .post-content .orders-table .button {
  margin: 5px 0 5px 10px;
}

.user-orders {
  margin-top: 35px;
}

.stripe-badge {
  vertical-align: middle;
  display: block;
  width: 119px;
  height: auto;
  margin: 25px 0 0;
}

@media screen and (max-width: 860px) {
  #shopping-cart-postage, #shopping-cart-promo {
    text-align: left;
  }
  .cart-section input[type="text"], .cart-section .custom-select, .cart-section .button {
    margin: 0 5px 10px 0;
    vertical-align: top;
  }
  .cart-section .mobile label {
    display: block;
    margin-bottom: 5px;
  }
  #cart th:nth-child(3), #cart td:nth-child(3), #cart th:nth-child(2), #cart td:first-child {
    display: none;
  }
  #cart th:first-child {
    width: auto;
  }
}

/* ------------------------------------
ROOM VIEW
------------------------------------ */
@media screen and (max-width: 1000px) {
  a#preview {
    display: none;
  }
}

.preview_content {
  position: relative;
}

.preview_content .inner {
  display: block;
}

.preview {
  margin: 15px -30px 15px;
  clear: both;
}

.preview .image_wrapper {
  position: relative;
  width: 1000px;
  height: 637px;
  overflow: hidden;
  margin: 0 auto;
}

.preview .image_wrapper span {
  display: none;
  position: absolute;
  line-height: 0;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 5px 0 rgba(0, 0, 0, 0.3), inset 2px 2px 80px 0 rgba(202, 202, 202, 0.7);
  border-radius: 2px;
  padding: 15px;
  border: 5px solid #000;
  background: #fff;
}

.preview .image_wrapper span.noframe {
  box-shadow: none;
  background: transparent;
  padding: 20px;
  border: none;
}

.preview .image_wrapper span.noframe img {
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3);
}

.preview .image_wrapper span.active {
  display: block;
}

.preview .background {
  position: absolute;
  width: 100%;
}

.preview_content small {
  text-align: right;
  display: block;
}

.preview_buttons {
  position: relative;
  margin: 30px 0 0;
}

.preview_buttons #back-to-image {
  position: absolute;
  right: 0;
  bottom: 0;
}

.preview_buttons ol {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}

.preview_buttons ol li {
  list-style: none;
  display: inline-block;
}

.preview_buttons label {
  display: inline-block;
  padding: 0 10px 0 0;
}

.preview_buttons .custom-select {
  width: 150px;
  margin-right: 20px;
}

@media screen and (max-width: 520px) {
  #shopping-cart-buttons .prev {
    display: none;
  }
  #cart th:nth-child(4), #cart td:nth-child(4) {
    display: none;
  }
  #checkout_form .fieldset {
    width: 100%;
  }
  #checkout_form .fieldset.right {
    float: none;
  }
  .orders-table td:nth-child(3), .orders-table td:nth-child(5),
  .orders-table th:nth-child(3), .orders-table th:nth-child(5) {
    display: none;
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*# sourceMappingURL=../maps/main.css.map */
