/*
SASS for WP THEME
*/
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-16px); }
  80% {
    transform: translateY(-8px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

/*  FADE-IN on page LOAD with sequential options
  make keyframes that tell the start state and the end state of our object 
  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* ---------------------------------------
  VARIABLES
----------------------------------------*/
/* ---------------------
  HEADER
  --------------------*/
.mobile.logoWrap {
  display: none;
  position: absolute;
  top: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px; }

@media (max-width: 1199px) {
  .mobile.logoWrap {
    display: block; } }

@media (max-width: 1199px) {
  body:not(.home) #page {
    background-color: white; }
  body:not(.home) .mobile.logoWrap {
    width: 50px;
    top: 10px;
    left: 15px;
    right: auto; }
  body:not(.home) #content.site-content {
    margin-top: 75px; } }

#topMost {
  height: 45px;
  padding: 7px 0; }

#topMost .wrap {
  text-align: right;
  float: right; }

#topMost .btn, #topMost #gform_2 .gform_button, #gform_2 #topMost .gform_button, #topMost #gform_1 .gform_button, #gform_1 #topMost .gform_button, #topMost #wpContent .cart .button, #wpContent .cart #topMost .button {
  margin: 0 10px 0 0;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  text-transform: uppercase; }

#topMost .btn:hover, #topMost #gform_2 .gform_button:hover, #gform_2 #topMost .gform_button:hover, #topMost #gform_1 .gform_button:hover, #gform_1 #topMost .gform_button:hover, #topMost #wpContent .cart .button:hover, #wpContent .cart #topMost .button:hover, #topMost .btn:focus, #topMost #gform_2 .gform_button:focus, #gform_2 #topMost .gform_button:focus, #topMost #gform_1 .gform_button:focus, #gform_1 #topMost .gform_button:focus, #topMost #wpContent .cart .button:focus, #wpContent .cart #topMost .button:focus {
  background-color: #7fa663; }

#topMost .search-form {
  float: right;
  line-height: 1em;
  margin: 0 10px;
  width: auto;
  position: relative;
  padding-right: 33px; }

#topMost .search-form label {
  margin: 0;
  width: 100%; }

#topMost .search-form input {
  margin: 0;
  border-radius: 0;
  padding: 4px 7px;
  position: relative;
  border: none;
  font-weight: 300;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

#topMost .search-form input:focus {
  width: 300px;
  max-width: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

#topMost .search-form button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 3px; }

#topMost .search-form button i {
  font-size: 20px;
  color: white; }

@media (max-width: 1199px) {
  #topMost {
    display: none; } }

#backToTop {
  display: block;
  opacity: 0;
  color: white;
  position: fixed;
  background-color: #52848E;
  font-size: 30px;
  width: 40px;
  height: 40px;
  bottom: -20px;
  right: 20px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

#backToTop.shown {
  display: block;
  opacity: 1;
  bottom: 30px;
  z-index: 4; }

#backToTop:hover, #backToTop:focus, #backToTop:visited {
  text-decoration: none; }

#backToTop .fa {
  font-size: 25px;
  color: white;
  display: block;
  line-height: 35px; }

#topBar {
  background-color: white;
  color: white;
  width: 100%;
  padding: 20px 0 0 0;
  position: relative;
  z-index: 3;
  border: none; }

#topBar a {
  color: #71b1be; }

#topBar #branding {
  max-width: 200px; }

#topBar .navWrap #hamburger {
  background-color: transparent;
  box-shadow: none;
  border: none; }

#topBar .navWrap #hamburger span {
  background-color: #231F20; }

#topBar .navWrap .navbar {
  background-color: transparent;
  border: none; }

#topBar #mainNav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  text-align: right;
  margin: 10px auto;
  float: none; }

#topBar #mainNav ul li {
  display: inline-block;
  text-align: center;
  margin: 0 15px; }

#topBar #mainNav a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  padding: 0; }

#topBar #mainNav a:hover {
  text-decoration: none; }

#topBar #mainNav li.logoWrap {
  margin: 0 30px; }

#topBar #mainNav li.logoWrap svg, #topBar #mainNav li.logoWrap img {
  max-width: 80px; }

@media (max-width: 1199px) {
  #topBar {
    padding: 0; }
  #topBar .mobile.logoWrap {
    display: block; }
  #topBar .container-fluid {
    position: relative; }
  #topBar #branding > a {
    text-align: center;
    display: block;
    width: 100%;
    margin: 30px auto 20px;
    position: relative;
    z-index: 3;
    max-width: 300px; }
  #topBar #branding > a.smaller {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    max-width: 200px; }
  #topBar #hamburger {
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 2; }
  #topBar .navWrap {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 0; }
  #topBar .navWrap #mainNav {
    border: none;
    box-shadow: none;
    background-color: white;
    padding: 0;
    z-index: 1;
    padding-top: 0; }
  #topBar .navWrap #mainNav ul {
    margin: 130px 15px 50px; }
  #topBar .navWrap #mainNav ul li {
    display: block;
    margin: .7em 7px; }
  #topBar .navWrap #mainNav a {
    font-size: 17px;
    line-height: 2;
    letter-spacing: 2px; }
  #topBar .navWrap #mainNav li.logoWrap {
    position: absolute;
    top: 20px;
    width: 100%;
    left: 0;
    margin: 0; } }

@media (max-width: 767px) {
  #topBar #branding > a {
    width: 180px;
    margin-top: 20px;
    margin-bottom: 10px; }
  #topBar #hamburger {
    right: -10px;
    top: 5px; } }

/* ---------------------------------------
  fOOTER
----------------------------------------*/
#bottomBar {
  color: white;
  background-color: #231F20;
  padding: 20px 0; }

#bottomBar .container-fluid {
  max-width: 1080px; }

#bottomBar a {
  color: white; }

#bottomBar .links {
  padding-top: 15px;
  padding-bottom: 15px; }

#bottomBar .links ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-between; }

#bottomBar .links ul li {
  margin: 0;
  padding: 0;
  display: block;
  line-height: 2em; }

#bottomBar .links a.social i {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: white;
  color: #224460;
  line-height: 32px;
  font-size: 20px;
  text-align: center; }

#bottomBar .logo {
  padding-top: 5px; }

#bottomBar .logo img {
  max-width: 200px; }

#bottomBar .handcrafted {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px; }

#bottomBar .handcrafted svg {
  display: inline-block;
  margin-bottom: -10px; }

@media (max-width: 1199px) {
  #bottomBar .container-fluid {
    max-width: 600px; }
  #bottomBar .links {
    max-width: 700px;
    margin: 0 auto 30px;
    float: none; }
  #bottomBar .links ul {
    margin: 0 auto;
    float: none;
    width: 100%;
    display: block;
    text-align: center;
    xx_justify-content: initial; }
  #bottomBar .links ul li {
    text-align: center;
    display: inline-block;
    padding: 0 10px; } }

/* ---------------------------------------
  Content
----------------------------------------*/
#content {
  background-color: white; }

#content .container-fluid.narrow {
  max-width: 850px; }

#content #headBanner > .container-fluid {
  padding: 0; }

#content #headBanner .wrap {
  margin: 0;
  xx_background-image: url(../images/banner_green.jpg);
  background-size: cover;
  color: white;
  padding: 25px 30px; }

#content #headBanner .wrap h1 {
  font-size: 44px;
  font-weight: 300;
  margin: 0; }

@media (max-width: 991px) {
  #content #headBanner .wrap {
    padding: 15px; }
  #content #headBanner .wrap h1 {
    font-size: 30px; } }

#content section.gridRow {
  padding: 15px 0; }

#content section.gridRow h2 {
  font-size: 65px;
  font-weight: 300; }

#content section.gridRow p {
  margin-bottom: 1.4em;
  font-size: 22px; }

#content section.gridRow ol, #content section.gridRow ul:not(.gform_fields) {
  font-size: 20px;
  margin-bottom: 1.4em;
  padding-left: 25px; }

#content section.gridRow.whiteBg {
  color: #535c5e;
  background-color: white; }

#content section.gridRow.whiteBg h2 {
  color: #7a7795; }

#content section.gridRow.whiteBg p {
  color: #535c5e; }

#content section.gridRow.white {
  color: white; }

#content section.gridRow.white h2 {
  color: white; }

#content section.gridRow.white p {
  color: white; }

#content section.gridRow.white a {
  color: white; }

@media (max-width: 991px) {
  #content section.gridRow h2 {
    font-size: 30px; }
  #content section.gridRow h3 {
    font-size: 15px; }
  #content section.gridRow ol, #content section.gridRow ul, #content section.gridRow p {
    font-size: 18px; } }

#content section.gridRow, #content #wpContent {
  margin-top: -1px;
  padding: 20px 0 30px; }

#content section.gridRow.general h2, #content #wpContent.general h2 {
  font-size: 43px;
  color: #7fa663;
  font-weight: 300; }

#content section.gridRow.general a, #content #wpContent.general a {
  color: inherit; }

#content section.gridRow.general .buttonLink, #content #wpContent.general .buttonLink {
  width: 100%;
  text-align: center;
  padding: 1em 0; }

#content section.gridRow.general .buttonLink a.btn, #content section.gridRow.general .buttonLink #gform_2 a.gform_button, #gform_2 #content section.gridRow.general .buttonLink a.gform_button, #content section.gridRow.general .buttonLink #gform_1 a.gform_button, #gform_1 #content section.gridRow.general .buttonLink a.gform_button, #content section.gridRow.general .buttonLink #wpContent .cart a.button, #wpContent .cart #content section.gridRow.general .buttonLink a.button, #content #wpContent.general .buttonLink a.btn, #content #wpContent.general .buttonLink #gform_2 a.gform_button, #gform_2 #content #wpContent.general .buttonLink a.gform_button, #content #wpContent.general .buttonLink #gform_1 a.gform_button, #gform_1 #content #wpContent.general .buttonLink a.gform_button, #content #wpContent.general .buttonLink .cart a.button, #content #wpContent.general .cart .buttonLink a.button {
  margin: 0 auto;
  float: none;
  background-color: white;
  border: 2px solid #71b1be;
  color: #71b1be;
  display: inline-block;
  text-transform: uppercase;
  background-color: transparent;
  padding: 14px 37px;
  letter-spacing: 4px;
  height: auto;
  line-height: 1.3em;
  width: auto;
  border-radius: 0 !important;
  font-weight: 300;
  font-size: 16px; }

#content section.gridRow.general .buttonLink a.btn:hover, #content section.gridRow.general .buttonLink #gform_2 a.gform_button:hover, #gform_2 #content section.gridRow.general .buttonLink a.gform_button:hover, #content section.gridRow.general .buttonLink #gform_1 a.gform_button:hover, #gform_1 #content section.gridRow.general .buttonLink a.gform_button:hover, #content section.gridRow.general .buttonLink #wpContent .cart a.button:hover, #wpContent .cart #content section.gridRow.general .buttonLink a.button:hover, #content section.gridRow.general .buttonLink a.btn:focus, #content section.gridRow.general .buttonLink #gform_2 a.gform_button:focus, #gform_2 #content section.gridRow.general .buttonLink a.gform_button:focus, #content section.gridRow.general .buttonLink #gform_1 a.gform_button:focus, #gform_1 #content section.gridRow.general .buttonLink a.gform_button:focus, #content section.gridRow.general .buttonLink #wpContent .cart a.button:focus, #wpContent .cart #content section.gridRow.general .buttonLink a.button:focus, #content #wpContent.general .buttonLink a.btn:hover, #content #wpContent.general .buttonLink #gform_2 a.gform_button:hover, #gform_2 #content #wpContent.general .buttonLink a.gform_button:hover, #content #wpContent.general .buttonLink #gform_1 a.gform_button:hover, #gform_1 #content #wpContent.general .buttonLink a.gform_button:hover, #content #wpContent.general .buttonLink .cart a.button:hover, #content #wpContent.general .cart .buttonLink a.button:hover, #content #wpContent.general .buttonLink a.btn:focus, #content #wpContent.general .buttonLink #gform_2 a.gform_button:focus, #gform_2 #content #wpContent.general .buttonLink a.gform_button:focus, #content #wpContent.general .buttonLink #gform_1 a.gform_button:focus, #gform_1 #content #wpContent.general .buttonLink a.gform_button:focus, #content #wpContent.general .buttonLink .cart a.button:focus, #content #wpContent.general .cart .buttonLink a.button:focus {
  background-color: #71b1be;
  color: white; }

#content section.gridRow.general .buttonLink.purple a.btn, #content section.gridRow.general .buttonLink.purple #gform_2 a.gform_button, #gform_2 #content section.gridRow.general .buttonLink.purple a.gform_button, #content section.gridRow.general .buttonLink.purple #gform_1 a.gform_button, #gform_1 #content section.gridRow.general .buttonLink.purple a.gform_button, #content section.gridRow.general .buttonLink.purple #wpContent .cart a.button, #wpContent .cart #content section.gridRow.general .buttonLink.purple a.button, #content #wpContent.general .buttonLink.purple a.btn, #content #wpContent.general .buttonLink.purple #gform_2 a.gform_button, #gform_2 #content #wpContent.general .buttonLink.purple a.gform_button, #content #wpContent.general .buttonLink.purple #gform_1 a.gform_button, #gform_1 #content #wpContent.general .buttonLink.purple a.gform_button, #content #wpContent.general .buttonLink.purple .cart a.button, #content #wpContent.general .cart .buttonLink.purple a.button {
  border: 2px solid #b3afd4;
  color: #b3afd4; }

#content section.gridRow.general .buttonLink a.btn.box.green, #content section.gridRow.general .buttonLink #gform_2 a.box.green.gform_button, #gform_2 #content section.gridRow.general .buttonLink a.box.green.gform_button, #content section.gridRow.general .buttonLink #gform_1 a.box.green.gform_button, #gform_1 #content section.gridRow.general .buttonLink a.box.green.gform_button, #content section.gridRow.general .buttonLink #wpContent .cart a.box.green.button, #wpContent .cart #content section.gridRow.general .buttonLink a.box.green.button, #content #wpContent.general .buttonLink a.btn.box.green, #content #wpContent.general .buttonLink #gform_2 a.box.green.gform_button, #gform_2 #content #wpContent.general .buttonLink a.box.green.gform_button, #content #wpContent.general .buttonLink #gform_1 a.box.green.gform_button, #gform_1 #content #wpContent.general .buttonLink a.box.green.gform_button, #content #wpContent.general .buttonLink .cart a.box.green.button, #content #wpContent.general .cart .buttonLink a.box.green.button {
  border: 2px solid #7fa663;
  color: #7fa663; }

#content section.gridRow.general .buttonLink a.btn.box.green:hover, #content section.gridRow.general .buttonLink #gform_2 a.box.green.gform_button:hover, #gform_2 #content section.gridRow.general .buttonLink a.box.green.gform_button:hover, #content section.gridRow.general .buttonLink #gform_1 a.box.green.gform_button:hover, #gform_1 #content section.gridRow.general .buttonLink a.box.green.gform_button:hover, #content section.gridRow.general .buttonLink #wpContent .cart a.box.green.button:hover, #wpContent .cart #content section.gridRow.general .buttonLink a.box.green.button:hover, #content section.gridRow.general .buttonLink a.btn.box.green:focus, #content section.gridRow.general .buttonLink #gform_2 a.box.green.gform_button:focus, #gform_2 #content section.gridRow.general .buttonLink a.box.green.gform_button:focus, #content section.gridRow.general .buttonLink #gform_1 a.box.green.gform_button:focus, #gform_1 #content section.gridRow.general .buttonLink a.box.green.gform_button:focus, #content section.gridRow.general .buttonLink #wpContent .cart a.box.green.button:focus, #wpContent .cart #content section.gridRow.general .buttonLink a.box.green.button:focus, #content #wpContent.general .buttonLink a.btn.box.green:hover, #content #wpContent.general .buttonLink #gform_2 a.box.green.gform_button:hover, #gform_2 #content #wpContent.general .buttonLink a.box.green.gform_button:hover, #content #wpContent.general .buttonLink #gform_1 a.box.green.gform_button:hover, #gform_1 #content #wpContent.general .buttonLink a.box.green.gform_button:hover, #content #wpContent.general .buttonLink .cart a.box.green.button:hover, #content #wpContent.general .cart .buttonLink a.box.green.button:hover, #content #wpContent.general .buttonLink a.btn.box.green:focus, #content #wpContent.general .buttonLink #gform_2 a.box.green.gform_button:focus, #gform_2 #content #wpContent.general .buttonLink a.box.green.gform_button:focus, #content #wpContent.general .buttonLink #gform_1 a.box.green.gform_button:focus, #gform_1 #content #wpContent.general .buttonLink a.box.green.gform_button:focus, #content #wpContent.general .buttonLink .cart a.box.green.button:focus, #content #wpContent.general .cart .buttonLink a.box.green.button:focus {
  background-color: #7fa663;
  color: white; }

#content section.gridRow.color-blue h2, #content #wpContent.color-blue h2 {
  color: #71b1be;
  font-weight: 300; }

#content section.gridRow.color-purple h2, #content #wpContent.color-purple h2 {
  color: #7a7795;
  font-weight: 300; }

#content section.gridRow.color-purple .buttonLink a, #content #wpContent.color-purple .buttonLink a {
  border: 2px solid #7a7795;
  color: #7a7795; }

#content section.gridRow.color-purple .buttonLink a:hover, #content section.gridRow.color-purple .buttonLink a:focus, #content #wpContent.color-purple .buttonLink a:hover, #content #wpContent.color-purple .buttonLink a:focus {
  background-color: #7a7795;
  color: white; }

#content section.gridRow.color-green h2, #content #wpContent.color-green h2 {
  color: #7fa663;
  font-weight: 300; }

#content section.gridRow.color-green .buttonLink a, #content #wpContent.color-green .buttonLink a {
  border: 2px solid #7fa663;
  color: #7fa663; }

#content section.gridRow.color-green .buttonLink a:hover, #content section.gridRow.color-green .buttonLink a:focus, #content #wpContent.color-green .buttonLink a:hover, #content #wpContent.color-green .buttonLink a:focus {
  background-color: #7fa663;
  color: white; }

@media (max-width: 991px) {
  #content section.gridRow section.module .content-type.photo img, #content #wpContent section.module .content-type.photo img {
    width: 100%;
    max-width: 700px;
    margin: 0 auto; }
  #content section.gridRow section.module .content-type.wysiwyg h2, #content #wpContent section.module .content-type.wysiwyg h2 {
    text-align: center;
    word-wrap: break-word;
    font-size: 35px; }
  #content section.gridRow section.module .content-type.wysiwyg h2 br, #content #wpContent section.module .content-type.wysiwyg h2 br {
    display: none; }
  #content section.gridRow section.module a.buttonLink, #content #wpContent section.module a.buttonLink {
    margin-bottom: 2em; } }

@media (max-width: 991px) {
  #content section.gridRow p.large .email, #content #wpContent p.large .email {
    font-size: 14px; } }

body.page-template-default #content #wpContent {
  padding-bottom: 0; }

.content-type.photo {
  margin: 0 0 20px 0; }

#content #teamGrid {
  background-color: white; }

#content #teamGrid .item {
  margin-bottom: 27px; }

#content #teamGrid .item .imgWrap {
  width: 100%;
  height: 350px;
  margin-bottom: 7px;
  background-position: center center; }

#content #teamGrid .item .text {
  background-color: transparent;
  height: 90px; }

#content #teamGrid .item .text h2 {
  margin-bottom: 10px;
  font-size: 34px; }

#content #teamGrid .item .text h2.small {
  font-size: 30px; }

#content #teamGrid .item .text span {
  font-size: 22px; }

#content #teamGrid .item.last .buttonLink {
  margin: 0 auto;
  padding: 0;
  max-width: 250px; }

#content #teamGrid .item.last .buttonLink a.btn, #content #teamGrid .item.last .buttonLink #gform_2 a.gform_button, #gform_2 #content #teamGrid .item.last .buttonLink a.gform_button, #content #teamGrid .item.last .buttonLink #gform_1 a.gform_button, #gform_1 #content #teamGrid .item.last .buttonLink a.gform_button, #content #teamGrid .item.last .buttonLink #wpContent .cart a.button, #wpContent .cart #content #teamGrid .item.last .buttonLink a.button {
  border: 2px solid #71b1be;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 350px;
  position: relative;
  padding: 0;
  text-align: center;
  border-radius: 0 !important;
  background-color: transparent;
  color: #71b1be; }

#content #teamGrid .item.last .buttonLink a.btn span, #content #teamGrid .item.last .buttonLink #gform_2 a.gform_button span, #gform_2 #content #teamGrid .item.last .buttonLink a.gform_button span, #content #teamGrid .item.last .buttonLink #gform_1 a.gform_button span, #gform_1 #content #teamGrid .item.last .buttonLink a.gform_button span, #content #teamGrid .item.last .buttonLink #wpContent .cart a.button span, #wpContent .cart #content #teamGrid .item.last .buttonLink a.button span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: arial;
  line-height: 1.7;
  font-size: 20px;
  font-weight: 300;
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

#content #teamGrid .item.last .buttonLink a.btn:hover, #content #teamGrid .item.last .buttonLink #gform_2 a.gform_button:hover, #gform_2 #content #teamGrid .item.last .buttonLink a.gform_button:hover, #content #teamGrid .item.last .buttonLink #gform_1 a.gform_button:hover, #gform_1 #content #teamGrid .item.last .buttonLink a.gform_button:hover, #content #teamGrid .item.last .buttonLink #wpContent .cart a.button:hover, #wpContent .cart #content #teamGrid .item.last .buttonLink a.button:hover {
  color: white;
  background-color: #71b1be; }

#content #teamGrid.staff .item .text {
  height: 120px; }

#content #teamGrid.staff .item .text h2 {
  font-size: 30px; }

@media (max-width: 991px) {
  #content #teamGrid .container-fluid {
    max-width: 700px; }
  #content #teamGrid .item.last .buttonLink a,
  #content #teamGrid .item .imgWrap {
    max-width: 240px;
    height: 350px;
    margin: 0 auto 7px; }
  #content #teamGrid .item .text {
    text-align: center; } }

@media (max-width: 500px) {
  #content #teamGrid .item {
    width: 100%; }
  #content #teamGrid .item.last .buttonLink a {
    height: 150px; } }

#content section.module.twoColumn .content-type.photo.wrap {
  margin: 0 auto 20px;
  max-width: 500px; }

#content section.module.cta-row {
  background-color: #f5f5f5 !important;
  text-align: center;
  padding: 40px 0;
  background-image: url(../images/bg-cta.jpg);
  background-repeat: no-repeat; }

#content section.module.cta-row h2 {
  font-size: 44px;
  font-weight: 200; }

#content section.module.cta-row .btn, #content section.module.cta-row #gform_2 .gform_button, #gform_2 #content section.module.cta-row .gform_button, #content section.module.cta-row #gform_1 .gform_button, #gform_1 #content section.module.cta-row .gform_button, #content section.module.cta-row #wpContent .cart .button, #wpContent .cart #content section.module.cta-row .button {
  background-color: transparent; }

#content section.module.cta-row .btn:hover, #content section.module.cta-row #gform_2 .gform_button:hover, #gform_2 #content section.module.cta-row .gform_button:hover, #content section.module.cta-row #gform_1 .gform_button:hover, #gform_1 #content section.module.cta-row .gform_button:hover, #content section.module.cta-row #wpContent .cart .button:hover, #wpContent .cart #content section.module.cta-row .button:hover {
  color: #b3afd4; }

#content section.module.christmas {
  background-image: url(../images/bg-christmas.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center; }

#content section.module.christmas h2 {
  color: white !important; }

#content section.module.newsletter {
  background-image: url(../images/bg-community-cta.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  color: white; }

#content section.module.newsletter p {
  max-width: 670px; }

@media (max-width: 991px) {
  #content section.module.newsletter {
    background-position: 200% top;
    background-image: none; } }

#gform_2 .gfield {
  width: 50%;
  float: left;
  padding: 0;
  margin: 0;
  clear: none;
  max-width: 380px; }

#gform_2 .gfield label {
  display: none; }

#gform_2 .gfield .ginput_container {
  margin: 0 15px 0 0;
  width: 100%;
  display: block; }

#gform_2 .gfield .ginput_container input, #gform_2 .gfield .ginput_container textarea {
  background-color: #f1f1f1;
  border: none;
  width: 100%;
  max-width: 363px;
  background-color: white; }

#gform_2 .gform_button {
  background-color: #71b1be !important;
  width: 100%;
  max-width: 206px; }

#gform_2 .gform_button:hover {
  background-color: black !important; }

@media (max-width: 991px) {
  #gform_2 .gfield {
    width: 100%;
    max-width: 100%;
    margin: 5px 0; }
  #gform_2 .gform_button {
    margin: 0 auto;
    float: none;
    display: block; } }

#content section.gridRow.sponsors {
  background-color: #f5f5f5;
  padding: 50px 0 30px; }

#content section.gridRow.sponsors .heading h2 {
  color: #71b1be;
  font-weight: 300; }

#content section.gridRow.sponsors .sponsorsLinks > div {
  margin-bottom: 20px; }

#content section.gridRow.partners {
  padding: 50px 0; }

#content section.gridRow.partners .heading h2 {
  color: #71b1be; }

#content section.gridRow.partners .partnersGrid .item {
  margin-bottom: 20px; }

div.banner, a.banner {
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  max-width: 498px;
  margin: 0 auto 10px;
  background-position: center center;
  position: relative; }

div.banner .hover, a.banner .hover {
  opacity: 0;
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/hover-bg.jpg);
  background-size: cover;
  top: 0;
  left: 0; }

div.banner .hover .text, a.banner .hover .text {
  text-align: center;
  line-height: 1.3;
  font-size: 18px;
  color: white;
  text-transform: none;
  display: table-cell;
  vertical-align: middle;
  padding: 15px; }

div.banner:hover, a.banner:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

div.banner:hover .hover, a.banner:hover .hover {
  opacity: 1;
  display: table;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

div.banner .text, a.banner .text {
  color: #646464;
  margin: 30px;
  display: block;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1; }

#content section.gridRow div.banner .text.event_title p { font-size: 30px; }

#content section.gridRow .iconWidget p { font-size: 16px; }
#content section.gridRow .iconWidget.icon-clock p { margin-bottom: 0.5em; }

#eventsGrid .textbox {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 498px;
  margin: 0 auto 30px;
  background-color: white; }

#eventsGrid .textbox .text p {
  color: black;
  margin: 0 auto;
  display: block;
  font-size: 17px; }

#partnersCarousel {
  padding: 60px 0;
  position: relative; }

#partnersCarousel h2 {
  color: #7fa663; }

#partnersCarousel .owl-carousel {
  padding: 0 15px; }

#partnersCarousel .owl-carousel .owl-stage-outer {
  margin: 0 15px; }

#partnersCarousel .owl-carousel .owl-nav {
  position: absolute;
  top: 20%;
  width: 100%;
  left: 0;
  z-index: -1; }

#partnersCarousel .owl-carousel .owl-nav > div {
  color: #aca59f;
  font-size: 60px;
  display: block;
  width: auto; }

#partnersCarousel .owl-carousel .owl-prev {
  float: left; }

#partnersCarousel .owl-carousel .owl-next {
  float: right; }

#partnersCarousel .owl-carousel .owl-item .item {
  margin: 0 30px 0 0; }

#partnersCarousel .owl-carousel .owl-item .item .link:hover {
  text-decoration: none; }

#partnersCarousel .owl-carousel .owl-item .item .imgWrap {
  height: 200px;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

#partnersCarousel .owl-carousel .owl-item .item .imgWrap img {
  max-width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

#partnersCarousel .owl-carousel .owl-item .item .text {
  text-align: center;
  padding-top: 20px; }

#partnersCarousel .owl-carousel .owl-item .item .text .price {
  color: #7fa663;
  font-size: 23px;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: .5em;
  display: block; }

#partnersCarousel .owl-carousel .owl-item .item .text h3 {
  font-size: 19px;
  color: #5b5b5b; }

@media (max-width: 991px) {
  #partnersCarousel .owl-carousel .owl-nav {
    top: 30%; } }

/* ---------------------------------------
  Home page
----------------------------------------*/
body.home #topBar {
  background-color: transparent;
  position: absolute;
  top: 0; }

body.home #topBar #branding {
  max-width: 100%; }

#content #hero {
  background-position: center top;
  background-size: cover;
  padding: 0; }

#content #hero .autoHeight {
  height: 850px;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

#content #hero .text {
  text-align: center;
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0 -15px; }

#content #hero .text h2 {
  font-size: 90px;
  letter-spacing: -3px;
  line-height: 0.9em; }

#content #hero .text p {
  font-size: 22px;
  font-weight: 700;
  display: block;
  max-width: 400px;
  margin: 0 auto 1em;
  float: none; }

#content #hero .text a.btn, #content #hero .text #gform_2 a.gform_button, #gform_2 #content #hero .text a.gform_button, #content #hero .text #gform_1 a.gform_button, #gform_1 #content #hero .text a.gform_button, #content #hero .text #wpContent .cart a.button, #wpContent .cart #content #hero .text a.button {
  text-shadow: none; }

#content #hero #foldDown {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: auto;
  text-align: center;
  z-index: 2;
  background: transparent;
  margin: 0 -15px; }

#content #hero #foldDown a {
  text-align: center;
  display: inline-block;
  height: auto;
  font-size: 70px;
  opacity: .8;
  animation-duration: 1s;
  animation-fill-mode: both; }

#content #hero #foldDown i {
  color: white;
  margin-top: 0; }

#content #hero #foldDown a:hover {
  opacity: 1;
  animation-name: bounce; }

@media (max-width: 991px) {
  #content #hero .text {
    padding: 0 15px; }
  #content #hero #foldDown .triangle {
    border: none; } }

@media (max-width: 767px) {
  #content #hero .text h2 {
    font-size: 60px; }
  #content #hero .text p {
    font-size: 18px;
    line-height: .9em;
    font-weight: 400; } }

@media (max-width: 500px) {
  #content #hero #foldDown {
    bottom: 0; } }

#content #programs {
  background: white; }

#content #programs .grid {
  position: relative; }

#content #programs .grid .divider {
  width: 100%;
  height: 15px;
  background: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2; }

#content #programs .grid .gradient {
  position: absolute;
  height: 50%;
  width: 50%;
  right: 0;
  z-index: 1;
  top: 7px;
  background: #eae9f3;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #eae9f3 0%, #c4c1de 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #eae9f3 0%, #c4c1de 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #eae9f3 0%, #c4c1de 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae9f3', endColorstr='#c4c1de',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

#content #programs .grid .gradient.top-left {
  left: 0;
  background: white; }

#content #programs .grid .gradient.bottom-left {
  left: 0;
  bottom: 7px;
  top: auto;
  background: #dbdedf;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #dbdedf 0%, #b8b8b8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #dbdedf 0%, #b8b8b8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #dbdedf 0%, #b8b8b8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdedf', endColorstr='#b8b8b8',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

#content #programs .grid .gradient.bottom-right {
  bottom: 7px;
  top: auto;
  background: #e4ebde;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #e4ebde 0%, #b8c7b8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #e4ebde 0%, #b8c7b8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #e4ebde 0%, #b8c7b8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4ebde', endColorstr='#b8c7b8',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

#content #programs .container-fluid {
  background: white;
  position: relative;
  z-index: 3; }

#content #programs .container-fluid > .row {
  margin-right: -7px;
  margin-left: -7px; }

#content #programs .container-fluid .row > div {
  padding-right: 7px;
  padding-left: 7px; }

#content #programs .box.title {
  max-height: 281px;
  overflow: hidden; }

#content #programs .box {
  margin-top: 7px;
  margin-bottom: 7px; }

#content #programs .box .wrap {
  padding: 25px 0 20px;
  background: #7fa663;
  height: 281px; }

#content #programs .box .iconWrap {
  position: relative;
  height: 126px;
  width: 126px;
  background: white;
  border-radius: 63px;
  margin: 0 auto; }

#content #programs .box svg {
  height: 100%;
  max-height: 80px;
  width: auto;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#content #programs .box svg path {
  fill: #7a8b6c; }

#content #programs .box.blue .wrap {
  background: #71b1be; }

#content #programs .box.blue svg path {
  fill: #52848E; }

#content #programs .box.purple .wrap {
  background: #7a7795; }

#content #programs .box.purple svg path {
  fill: #b3afd4; }

#content #programs .box.grey .wrap {
  background: #5b5b5b; }

#content #programs .box.grey svg path {
  fill: #535c5e; }

#content #programs .box .wrap:hover {
  background-color: #231F20;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-top: 15px; }

#content #programs .box .wrap:hover .iconWrap {
  width: 136px;
  height: 136px;
  border-radius: 68px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

#content #programs .box .text {
  height: 110px;
  position: relative; }

#content #programs .box .text h3 {
  color: white;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
  width: 100%;
  font-size: 22px;
  letter-spacing: 2px; }

@media (max-width: 991px) {
  #content #programs .box.title {
    text-align: center; } }

#content #donate {
  padding: 70px 0;
  background-color: #71b1be;
  background-size: cover; }

#content #about {
  padding: 40px 0;
  background-image: url(../images/team.jpg);
  background-size: cover; }

#content #about .boxes {
  margin: 0 auto; }

#content #about .boxLink {
  border: 3px solid white;
  display: block;
  padding: 16px 30px;
  font-size: 19px;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 243px;
  margin: 0 auto; }

#content #about .boxLink:hover, #content #about .boxLink:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.3); }

@media (max-width: 991px) {
  #content #about .boxLink {
    margin-bottom: 10px; } }

#content #involve {
  padding: 40px 0;
  background-image: url(../images/pattern.jpg);
  background-size: cover; }

#content #involve .box .wrap {
  border: 3px solid #71b1be;
  position: relative;
  max-width: 240px;
  margin: 0 auto 30px; }

#content #involve .box .wrap .noClick, #content #involve .box .wrap a {
  height: 225px;
  width: 100%;
  display: block;
  color: white;
  text-align: center;
  position: relative; }

#content #involve .box .wrap a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2); }

#content #involve .box .wrap:hover {
  border: 3px solid white;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

#content #involve .box .wrap h3 {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 19px;
  padding: 0 10px; }

#content #involve .box.title .wrap {
  border: none; }

#content #involve .box.title .wrap h3 {
  text-align: left;
  text-transform: none;
  font-weight: 300;
  font-size: 65px;
  line-height: 1em;
  letter-spacing: normal;
  padding: 0; }

#content #involve .box.donate .wrap {
  background-color: #71b1be; }

#content #involve .box.donate .wrap:hover {
  background-color: transparent; }

@media (max-width: 1199px) {
  #content #involve .box .wrap {
    max-width: 100%; }
  #content #involve .box .wrap a {
    height: 200px; }
  #content #involve .box.title .wrap h3 {
    padding: 0 15px; } }

@media (max-width: 767px) {
  #content #involve .box .wrap {
    margin-bottom: 15px; }
  #content #involve .box .wrap .noClick, #content #involve .box .wrap a {
    height: 100px; }
  #content #involve .box.title .wrap h3 {
    text-align: center;
    font-size: 40px; } }

#content #contact {
  padding: 40px 0; }

#content #contact .container-fluid {
  max-width: 935px; }

#content #contact h2, #content #contact h3 {
  color: #5b5b5b; }

#content #contact p.large {
  font-size: 17px;
  line-height: 1.5;
  color: #5b5b5b;
  font-weight: 300;
  text-transform: uppercase; }

#content #contact p.large a {
  color: inherit; }

#content #contact p.large .email {
  font-size: 18px;
  word-wrap: break-word; }

@media (max-width: 991px) {
  #content #contact .container-fluid {
    max-width: 600px; }
  #content #contact p.large .email {
    font-size: 14px; } }

/* ---------------------------------------
  404 
----------------------------------------*/
body.error404 {
  background-color: white;
  background-image: url(../images/404.jpg);
  background-size: cover; }

body.error404 #page, body.error404 #content {
  background-color: transparent; }

body.error404 #topMost {
  display: none; }

body.error404 #topBar, body.error404 #bottomBar {
  display: none; }

body.error404 #content.site-content {
  margin: 0; }

body.error404 .mobile.logoWrap {
  display: none; }

body.error404 #wpContent {
  background-repeat: repeat-x;
  background-position: center top;
  background-color: #75b2be;
  background-size: cover; }

body.error404 #wpContent .container-fluid {
  max-width: 660px; }

body.error404 #wpContent #bg {
  max-width: 100%;
  height: auto;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

body.error404 #wpContent #wolf {
  max-width: 400px;
  display: block;
  width: 100%;
  height: auto; }

body.error404 #wpContent .text {
  width: 100%;
  height: auto;
  z-index: 2;
  margin: 10% auto 10%; }

body.error404 #wpContent .text h2 {
  color: #231F20;
  display: inline-block;
  font-size: 90px;
  text-transform: uppercase;
  padding: 30px 55px;
  background-image: url(../images/feathers-2.png);
  background-repeat: no-repeat;
  background-position: left top; }

body.error404 #wpContent .text p {
  font-size: 30px;
  color: #231F20; }

@media (max-width: 767px) {
  body.error404 #wpContent #wolf {
    max-width: 70%; }
  body.error404 #wpContent .text h2 {
    font-size: 50px;
    background: none;
    padding: 10px;
    margin: 0; }
  body.error404 #wpContent .text p {
    font-size: 18px; } }

/* ---------------------------------------
  Market
----------------------------------------*/
.heading-type-b {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 30px; }

.heading-type-b:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px solid #7fa663;
  left: 0;
  top: 40%;
  z-index: 1; }

.heading-type-b span {
  display: inline-block;
  padding: 0 40px;
  background-color: white;
  position: relative;
  z-index: 2;
  font-weight: 300; }

#content #productsCarousel {
  padding: 60px 0; }

#content #productsCarousel h2 {
  color: #7fa663; }

#content #productsCarousel .owl-carousel {
  padding: 0 15px; }

#content #productsCarousel .owl-carousel .owl-stage-outer {
  margin: 0 15px; }

#content #productsCarousel .owl-carousel .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
  left: 0; }

#content #productsCarousel .owl-carousel .owl-nav > div {
  color: #aca59f;
  font-size: 60px;
  display: block;
  width: auto; }

#content #productsCarousel .owl-carousel .owl-prev {
  float: left; }

#content #productsCarousel .owl-carousel .owl-next {
  float: right; }

#content #productsCarousel .owl-carousel .owl-item .item {
  margin: 0 60px; }

#content #productsCarousel .owl-carousel .owl-item .item .link:hover {
  text-decoration: none; }

#content #productsCarousel .owl-carousel .owl-item .item .imgWrap {
  height: 200px;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

#content #productsCarousel .owl-carousel .owl-item .item .imgWrap img {
  max-width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

#content #productsCarousel .owl-carousel .owl-item .item .text {
  text-align: center;
  padding-top: 20px; }

#content #productsCarousel .owl-carousel .owl-item .item .text .price {
  color: #7fa663;
  font-size: 23px;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: .5em;
  display: block; }

#content #productsCarousel .owl-carousel .owl-item .item .text h3 {
  font-size: 19px;
  color: #5b5b5b; }

/* ---------------------------------------
  Contact US Page
----------------------------------------*/
#wpContent section.module.contact-intro .col-xs-12 {
  position: relative; }

#wpContent section.module.contact-intro .col-xs-12:before {
  content: " ";
  position: absolute;
  right: 0;
  top: -40px;
  display: block;
  width: 187px;
  height: 312px;
  background-image: url(../images/dreamcatcher.png);
  z-index: 2; }

#wpContent section.module.contact-intro .col-xs-12 .wrap {
  width: 90%;
  float: left; }

@media (max-width: 991px) {
  #wpContent section.module.contact-intro .col-xs-12 .wrap {
    width: 80%; } }

@media (max-width: 500px) {
  #wpContent section.module.contact-intro .col-xs-12:before {
    content: none; }
  #wpContent section.module.contact-intro .col-xs-12 .wrap {
    width: 100%; } }

#wpContent section.module.contact-columns {
  margin-top: -50px; }

#wpContent section.module.contact-columns .row > div:nth-child(1) {
  width: 45%; }

#wpContent section.module.contact-columns .row > div:nth-child(2) {
  width: 55%; }

#wpContent section.module.contact-columns .content-type.iconWidget {
  margin: 0 auto 60px; }

#wpContent section.module.contact-columns .content-type.iconWidget .icon {
  position: relative;
  width: 120px;
  height: 60px;
  background-color: white;
  margin: -60px auto 10px; }

#wpContent section.module.contact-columns .content-type.iconWidget .icon img {
  display: block;
  margin: 0 auto;
  max-width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#wpContent section.module.contact-columns .content-type.iconWidget .wrap {
  margin: 30px auto 0;
  padding: 30px;
  border: 1px solid #5b5b5b;
  text-align: center; }

@media (max-width: 991px) {
  #wpContent section.module.contact-columns .container-fluid {
    max-width: 660px; }
  #wpContent section.module.contact-columns .row > div {
    width: 100% !important;
    max-width: 500px;
    float: none;
    margin: 0 auto; } }

#gform_1 {
  overflow: hidden; }

#gform_1 .gfield label {
  display: none;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 0; }

#gform_1 .gfield .ginput_container input, #gform_1 .gfield .ginput_container textarea {
  background-color: #f1f1f1;
  border: none;
  width: 100%;
  max-width: 363px;
  padding: 5px 15px; }

#gform_1 .gform_button {
  background-color: #7fa663 !important;
  width: 100%;
  max-width: 206px; }

#gform_1 .gform_button:hover {
  background-color: black !important; }

.contact-columns #gform_1 .gfield .ginput_container input, .contact-columns #gform_1 .gfield .ginput_container textarea {
  background-color: white;
  border: none;
  width: 100%;
  max-width: 500px;
  border: 1px solid #aca59f; }

.contact-columns #gform_1 .gform_button {
  background-color: #71b1be !important;
  width: 100%;
  max-width: 206px; }

.contact-columns #gform_1 .gform_button:hover {
  background-color: black !important; }

/* ---------------------
  BLOG
  --------------------*/
#wpContent #blogListing .item header {
  margin-bottom: 20px; }

#wpContent #blogListing .item h2.title {
  color: #231F20;
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 15px; }

#wpContent #blogListing .item h2.title a:hover {
  text-decoration: none; }

#wpContent #blogListing .item .categories {
  color: #b3afd4;
  text-transform: uppercase; }

#wpContent #blogListing .item .categories span {
  display: inline-block;
  margin: 0 10px; }

#wpContent #blogListing .item .btn, #wpContent #blogListing .item #gform_2 .gform_button, #gform_2 #wpContent #blogListing .item .gform_button, #wpContent #blogListing .item #gform_1 .gform_button, #gform_1 #wpContent #blogListing .item .gform_button, #wpContent #blogListing .item .cart .button, #wpContent .cart #blogListing .item .button {
  background-color: white;
  border: 1px solid #b3afd4;
  line-height: 37px;
  height: 37px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 300;
  color: #b3afd4;
  text-transform: uppercase;
  letter-spacing: 1px; }

#wpContent #blogListing .item .btn:hover, #wpContent #blogListing .item #gform_2 .gform_button:hover, #gform_2 #wpContent #blogListing .item .gform_button:hover, #wpContent #blogListing .item #gform_1 .gform_button:hover, #gform_1 #wpContent #blogListing .item .gform_button:hover, #wpContent #blogListing .item .cart .button:hover, #wpContent .cart #blogListing .item .button:hover {
  color: white;
  background-color: #b3afd4; }

#wpContent #blogListing .item .img-box {
  height: 350px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  margin: 0 0 10px; }

#wpContent #blogListing .item .meta-box {
  margin: 20px 0;
  padding: 17px 0;
  border-top: 2px double #b3afd4;
  border-bottom: 2px double #b3afd4;
  font-size: 14px; }

#wpContent #blogListing .item .meta-box span {
  margin-right: 1em; }

#wpContent #blogListing .item .meta-box i {
  color: #b3afd4; }

#wpContent #blogListing .item.single-post .categories {
  margin-bottom: 20px; }

#wpContent.general #sidebar .widget .widget-title {
  font-size: 27px;
  color: #b3afd4;
  display: block;
  background: url(../images/feathers.png) no-repeat left center;
  background-size: auto 100%;
  padding: 0 0 18px 32px; }

#wpContent.general.single-post #sidebar {
  margin-top: 20px; }

/* ---------------------------------------
  Shop
----------------------------------------*/
#wpContent .cart .button {
  background-color: #b3afd4 !important; }

#wpContent .cart .input-text.qty {
  line-height: 2.2;
  margin-right: 10px; }

#wpContent .woocommerce .cart_totals a.button.checkout-button {
  color: white !important; }

/*---------------------------------
	Load Fonts From local server during_development
----------------------------------*/
/* Font Awesome */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Fester';
  src: url("../fonts/fester_heavy-webfont.woff2") format("woff2"), url("../fonts/fester_heavy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*-------------------
   Typography
--------------------*/
.ff1, #content #headBanner .wrap h1, #content section.module.cta-row h2, #content #involve .box.title .wrap h3, body.error404 #wpContent .text h2, body {
  font-family: 'Lato', sans-serif; }

.ff2, #content section.gridRow.general .buttonLink a.btn, #content section.gridRow.general .buttonLink #gform_2 a.gform_button, #gform_2 #content section.gridRow.general .buttonLink a.gform_button, #content section.gridRow.general .buttonLink #gform_1 a.gform_button, #gform_1 #content section.gridRow.general .buttonLink a.gform_button, #content section.gridRow.general .buttonLink #wpContent .cart a.button, #wpContent .cart #content section.gridRow.general .buttonLink a.button, #content #wpContent.general .buttonLink a.btn, #content #wpContent.general .buttonLink #gform_2 a.gform_button, #gform_2 #content #wpContent.general .buttonLink a.gform_button, #content #wpContent.general .buttonLink #gform_1 a.gform_button, #gform_1 #content #wpContent.general .buttonLink a.gform_button, #content #wpContent.general .buttonLink .cart a.button, #content #wpContent.general .cart .buttonLink a.button, #content #about .boxLink, #wpContent #blogListing .item .btn, #wpContent #blogListing .item #gform_2 .gform_button, #gform_2 #wpContent #blogListing .item .gform_button, #wpContent #blogListing .item #gform_1 .gform_button, #gform_1 #wpContent #blogListing .item .gform_button, #wpContent #blogListing .item .cart .button, #wpContent .cart #blogListing .item .button, .btn, #gform_2 .gform_button, #gform_1 .gform_button, .contact-columns #gform_1 .gform_button, #wpContent .cart .button, .btn.box {
  font-family: 'Montserrat', sans-serif; }

.ff2light, #content section.gridRow h3, #content #contact p.large {
  font-family: arial; }

.ff3, #content #hero .text h2 {
  font-family: 'Fester', arial; }

body {
  font-size: 16px;
  color: #646464;
  font-weight: 300; }

.headingTraits, h1, h2, h3, h4, h5 {
  margin-top: 0;
  display: block;
  clear: both;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 17px; }

.h3, #content section.gridRow h3, #content #involve .box .wrap h3 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 10px;
  line-height: 1.3em; }

.textShadow, #content #hero .text h2, #content #hero .text p, #content #hero #foldDown i {
  text-shadow: 1px 1px 7px black; }

.boxShadow {
  box-shadow: 0px 1px 1px 0px white; }

.boxShadow2, div.banner:hover, a.banner:hover {
  box-shadow: 0px 1px 1px 0px #5b5b5b; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

/* -----------------------------------------------------------------------------------
   Custom helper classes also act like variables use "@extend" on a selector
-----------------------------------------------------------------------------------*/
.btn, #gform_2 .gform_button, #gform_1 .gform_button, .contact-columns #gform_1 .gform_button, #wpContent .cart .button {
  padding: 0 25px;
  border: none;
  box-shadow: none;
  background-color: #71b1be;
  color: white;
  font-weight: 400;
  border-radius: 22px;
  height: 46px;
  line-height: 46px;
  font-size: 14px; }

.btn:hover, #gform_2 .gform_button:hover, #gform_1 .gform_button:hover, #wpContent .cart .button:hover, .btn:focus, #gform_2 .gform_button:focus, #gform_1 .gform_button:focus, #wpContent .cart .button:focus {
  color: white;
  background-color: #5b5b5b;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.btn.green, #gform_2 .green.gform_button, #gform_1 .green.gform_button, #wpContent .cart .green.button {
  background-color: #7fa663; }

.btn.white, #gform_2 .white.gform_button, #gform_1 .white.gform_button, #wpContent .cart .white.button {
  color: #71b1be !important;
  background-color: white; }

.btn.white:hover, #gform_2 .white.gform_button:hover, #gform_1 .white.gform_button:hover, #wpContent .cart .white.button:hover, .btn.white:focus, #gform_2 .white.gform_button:focus, #gform_1 .white.gform_button:focus, #wpContent .cart .white.button:focus {
  color: white !important;
  background-color: #5b5b5b; }

.btn.transparent, #gform_2 .transparent.gform_button, #gform_1 .transparent.gform_button, #wpContent .cart .transparent.button {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300; }

.btn.transparent.blue, #gform_2 .transparent.blue.gform_button, #gform_1 .transparent.blue.gform_button, #wpContent .cart .transparent.blue.button {
  border: 2px solid #71b1be;
  color: #71b1be; }

.btn.box, #gform_2 .box.gform_button, #gform_1 .box.gform_button, #wpContent .cart .box.button {
  margin: 0 auto;
  float: none;
  background-color: #71b1be;
  border: none;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 14px 37px;
  letter-spacing: 4px;
  height: auto;
  line-height: 1.3em;
  width: auto;
  border-radius: 0 !important;
  font-weight: 300;
  font-size: 20px; }

.btn.box:hover, #gform_2 .box.gform_button:hover, #gform_1 .box.gform_button:hover, #wpContent .cart .box.button:hover, .btn.box:focus, #gform_2 .box.gform_button:focus, #gform_1 .box.gform_button:focus, #wpContent .cart .box.button:focus {
  background-color: #5b5b5b;
  color: white; }

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

.spacer1, .spacer2 {
  width: 100%;
  clear: both;
  height: 20px; }

.spacer2 {
  height: 40px; }

/* --------------------------------------
   DOM
-----------------------------------------*/
body {
  background-color: #231F20; }

.container-fluid {
  width: 100%;
  max-width: 1030px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1030px;
    width: 100%; } }

#page {
  position: relative; }

#page .overlay {
  z-index: 3; }

/*------------------------------------------------
	Repeating Sections
-------------------------------------------------*/
/*------------------------------------------------
	RESPONSIVE MEDIA QUERIES  
-------------------------------------------------*/
/* responsive media queries using variables */
@media (max-width: 991px) {
  body .center-sm h2, body .center-sm h3, body .center-sm p, body .center-sm img, body .center-sm input, body .center-sm li {
    text-align: center;
    margin-left: auto;
    margin-right: auto; } }

/* Bootstrap 3 navbar collapse breakpoint */
@media (max-width: 1199px) {
  .navbar-header {
    float: none; }
  .navbar-left, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; } }

/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.loading-splash {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff; }

/*# sourceMappingURL=app.css.map */
