/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: decimal;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ie header,
.ie nav,
.ie section,
.ie article,
.ie aside,
.ie footer,
.ie hgroup {
  display: block;
}
@-ms-viewport {
  width: device-width;
}
.screenreader {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  width: 0;
}
/* ==========================
           TYPOGRAPHY
============================*/
body {
  font-family: 'Lato', sans-serif;
  color: #31341f;
  background: url('img/stone-bg.jpg');
}
a {
  text-decoration: none;
  color: inherit;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
p {
  font-size: 20px;
  line-height: 1.8;
  margin: 15px 0;
}
@media all and (max-width: 1023px) {
  p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media all and (max-width: 599px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: 400;
  font-family: 'Arapey', serif;
}
.text-content p, .blog-post .text-content ol, .blog-post .text-content ul {
  font-size: 18px;
  line-height: 1.8;
  margin: 15px 0;
}

@media all and (max-width: 1023px) {
  .text-content p, .blog-post .text-content ol, .blog-post .text-content ul  {
    font-size: 18px;
    line-height: 30px;
  }
}
@media all and (max-width: 599px) {
  .text-content p, .blog-post .text-content ol, .blog-post .text-content ul  {
    font-size: 14px;
    line-height: 22px;
  }
}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  color: #667e53;
  margin: 15px 0;
}
.text-content h1 {
  font-size: 48px;
}
.text-content h2 {
  font-size: 42px;
}
.text-content h3 {
  font-size: 38px;
}
.text-content h4 {
  font-size: 32px;
}
.text-content h5 {
  font-size: 28px;
}
.text-content h6 {
  font-size: 24px;
}
.text-content a {
  color: #667e53;
}
.text-content ul {
  list-style: circle inside;
  margin: 30px;
  -webkit-columns: 300px 2;
  -moz-columns: 300px 2;
  columns: 300px 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.text-content ul li {
  text-indent: -20px;
  font-size: 20px;
  line-height: 1.8;
  padding: 7px 0 15px 22px;
  /*color: #31341f !important;*/
}
.blue-stone-bg .text-content ul li {
  color: white !important;
}
.stone-bg .text-content ul li {
  color: #31341f !important;
}
.sitemap .text-content ul {
    margin: 0;
}
@media all and (max-width: 1024px) {
  .text-content ul {
    -webkit-columns: auto auto;
    -moz-columns: auto auto;
    columns: auto auto;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
  }
}
@media all and (max-width: 1023px) {
  .text-content ul li {
    font-size: 18px;
    line-height: 30px;
  }
  
}
@media all and (max-width: 599px) {
  .text-content ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
.text-content .flat-btn {
  margin: 40px 0;
}
.text-content .flat-btn:first-of-type + .flat-btn {
  margin-left: 20px;
  margin-top: 0;
}
.text-content img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
  border: 20px solid rgba(153, 153, 153, 0.35);
}
@media all and (max-width: 999px) {
  .text-content img {
    border-width: 10px;
  }
}
.text-content form {
  background: #2c4662;
  padding: 30px 30px 0;
  position: relative;
}
@media all and (max-width: 699px) {
  .text-content form {
    padding: 20px;
  }
}
@media all and (max-width: 499px) {
  .text-content form {
    padding: 10px;
  }
}
.text-content form input {
  width: 100%;
  height: 54px;
  text-indent: 20px;
  font-size: 16px;
  margin-bottom: 20px;
  border: 0;
}
.text-content form textarea {
  width: 100%;
  font-size: 16px;
  text-indent: 20px;
  border: 0;
  padding-top: 15px;
  margin-bottom: 20px;
}
.text-content form button {
  margin-bottom: 20px;
  float: right;
  cursor: pointer;
}
.text-content form input[type="file"] {
    background-color: #ffffff;
    margin-top: 15px;
}
.text-content form label.file-upload {
    color: #ffffff;
}
.text-content #careersform #submitbutton {
    padding: 70px 0;
}
.text-content form .error {
    border: 1px solid red !important;
    color: red !important;
}
.text-content form .response {
    color: #b7cb78;
    padding-bottom: 20px;
}
.text-content #careersform .response {
    padding-left: 25px;
}
@media all and (max-width: 499px) {
  .text-content form.two-col input {
    height: 40px;
    font-size: 14px;
    text-indent: 10px;
  }
}
.text-content form.two-col .col {
  width: 50%;
  float: left;
  padding: 20px;
}
@media all and (max-width: 699px) {
  .text-content form.two-col .col {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.text-content form.two-col button {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media all and (max-width: 699px) {
  .text-content form.two-col button {
    display: block;
    margin: auto;
    position: static;
  }
}
.text-content form.half-right {
  width: 48%;
  float: right;
}
.text-content .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 20px 0;
}
.text-content .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================
           LAYOUT
============================*/
.padding {
  padding: 75px 0;
}
@media all and (max-width: 1023px) {
  .padding {
    padding: 60px 0;
  }
}
@media all and (max-width: 599px) {
  .padding {
    padding: 50px 0;
  }
}
.wrapper {
  margin: auto;
}
@media all and (max-width: 1242px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 599px) {
  .wrapper {
    padding: 0 10px;
  }
}
.module {
  position: relative;
}
/* ==========================
      RECURRING ELEMENTS
============================*/
.flat-btn {
  background: #fffbef;
  color: #667e53 !important;
  padding: 19px 22px 22px;
  display: inline-block;
  font-weight: bold;
  font-size: 17px;
  border: none;
  text-transform: uppercase;
}
@media all and (max-width: 900px) {
  .flat-btn {
    padding: 15px 18px 18px;
    font-size: 16px;
  }
}
@media all and (max-width: 599px) {
  .flat-btn {
    padding: 10px 15px 12px;
    font-size: 12px;
  }
}
.flat-btn.light-green {
  background: #b7cb78;
}
.flat-btn.green {
  background: #667e53;
  color: #fff !important;
}
.flat-btn.clear {
  background: none;
}
.flat-btn.clear.white {
  color: #fff !important;
  border: 2px solid #fff;
}
.flat-btn.clear.green {
  border: 1px solid #667e53;
  color: #667e53;
}
.flat-btn.clear.green a {
    color: #667e53;
}
.flat-btn.arrow:after {
  content: '\f105';
  font-family: 'FontAwsome';
  font-size: 120%;
  margin-left: 15px;
  position: relative;
  top: 1px;
}
.icon-rule {
  text-align: center;
  color: #667e53;
  font-size: 40px;
}
@media all and (max-width: 699px) {
  .icon-rule {
    font-size: 30px;
  }
}
.icon-rule .icon-branch-right,
.icon-rule .icon-branch-left {
  margin: 0 20px;
}
@media all and (max-width: 699px) {
  .icon-rule .icon-branch-right,
  .icon-rule .icon-branch-left {
    margin: 0 5px;
  }
}
.search-results .icon-rule {
    clear: both;
}
ul.breadcrumbs {
  position: absolute;
  top: 245px;
  right: 40px;
  columns: auto;
  -webkit-columns: auto;
  -moz-columns: auto;
  margin: 0;
}
@media all and (max-width: 1023px) {
  ul.breadcrumbs {
    top: 170px;
    right: 20px;
  }
}
@media all and (max-width: 699px) {
  ul.breadcrumbs {
    display: none;
  }
}
ul.breadcrumbs li {
  display: inline-block;
  /*border-right: 1px solid #2c4662;*/
  color: #2c4662;
  padding: 0 1px;
  text-indent: 0;
  font-size: 18px;
  line-height: 1;
}
ul.breadcrumbs li a {
  color: #2c4662 !important;
}
ul.breadcrumbs li:last-of-type {
  border: none;
  padding-right: 0;
}
.bg {
  background-size: cover;
  background-position: center center;
}
.green-bg {
  background: #667e53;
}
.blue-bg {
  background: #2c4662;
}
.stone-bg {
  background-image: url('img/stone-bg.jpg');
}
.blue-stone-bg {
  background-image: url('img/blue-stone-bg.jpg');
}
.green-stone-bg {
  background-image: url('img/green-stone-bg.jpg');
}
.woods-bg {
  background-image: url('img/woods-bg.jpg');
  background-width: 100%;
  background-repeat: no-repeat;
  background-color: #667e53;
}
#live-chat {
  position: fixed;
  left: 0;
  top: 30%;
  width: 100px;
  overflow: hidden;
  text-align: center;
  z-index: 10;
}
@media all and (max-width: 1230px) {
  #live-chat {
    display: none;
  }
}
#live-chat span {
  display: block;
  font-size: 20px;
}
#live-chat span:first-of-type {
  font-size: 27px;
}
#live-chat .flat-btn {
  padding: 10px 0 20px 0;
  display: block;
  margin-bottom: 30px;
}
#live-chat .flat-btn .f-icon {
  font-size: 32px;
  text-shadow: none;
  margin: 10px 0;
}
#live-chat .f-icon {
  display: block;
  color: white;
  font-size: 24px;
  margin: 20px 0;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.ribbon {
  background: rgba(255, 230, 110, 0.3);
  height: 96px;
  width: auto;
  display: inline-block;
  line-height: 96px;
  font-size: 60px;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  text-align: center;
  position: relative;
  margin: 12px 0;
  color: #fff;
  text-transform: uppercase;
}
@media all and (max-width: 1023px) {
  .ribbon {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
  }
}
.ribbon.ribbon-right {
  padding: 0 40px 0 0;
  left: 20px;
}
.ribbon.ribbon-right:before {
  content: '';
  border: 48px solid rgba(255, 230, 110, 0.3);
  border-left-color: transparent;
  border-left-width: 12px;
  position: absolute;
  top: 0;
  left: -60px;
}
@media all and (max-width: 1023px) {
  .ribbon.ribbon-right:before {
    border-width: 25px;
    left: -31px;
    border-left-width: 6px;
  }
}
.ribbon.ribbon-right:after {
  content: '';
  border: 48px solid transparent;
  border-left-color: rgba(255, 230, 110, 0.3);
  border-left-width: 12px;
  position: absolute;
  top: 0;
  right: -60px;
}
@media all and (max-width: 1023px) {
  .ribbon.ribbon-right:after {
    border-width: 25px;
    border-left-width: 6px;
    right: -31px;
  }
}
.ribbon.ribbon-left {
  padding: 0 0 0 40px;
  left: -20px;
}
@media all and (max-width: 1023px) {
  .ribbon.ribbon-left {
    left: -10px;
    padding-left: 35px;
  }
}
.ribbon.ribbon-left:before {
  content: '';
  border: 48px solid transparent;
  border-right-color: rgba(255, 230, 110, 0.3);
  border-right-width: 12px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -60px;
}
@media all and (max-width: 1023px) {
  .ribbon.ribbon-left:before {
    border-width: 25px;
    border-right-width: 6px;
    left: -31px;
  }
}
.ribbon.ribbon-left:after {
  content: '';
  border: 48px solid rgba(255, 230, 110, 0.3);
  border-right-color: transparent;
  border-right-width: 12px;
  position: absolute;
  top: 0;
  right: -60px;
}
@media all and (max-width: 1023px) {
  .ribbon.ribbon-left:after {
    border-width: 25px;
    border-right-width: 6px;
    right: -31px;
  }
}
.map-container {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border: 1px solid #31341f;
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================
           HEADER
============================*/
#billboard {
  background-size: cover;
  background-position: center center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media all and (max-width: 650px) {
  /*#billboard {
    background: none !important;
  }*/
}
#billboard img.billboard-mobile {
  display: none;
}
@media all and (max-width: 650px) {
  #billboard img.billboard-mobile {
    display: none;
    width: 100%;
  }
}
#main-header {
  background-image: url('img/blue-stone-bg.jpg');
  height: 212px;
  position: relative;
}
@media all and (max-width: 1100px) {
  .page #main-header {
    display: none;
  }
  .home #main-header {display:block!important;}
}
#main-header.home {
  height: 878px;
}
@media all and (max-width: 1100px) {
  #main-header.home {
    height: 600px;
  }
}
@media all and (max-width: 650px) {
  #main-header.home {
    height: 400px;
  }
}
@media all and (max-width: 1100px) {
  #main-header .title-bar {
    display: none;
  }
}
#main-header .title-bar .wrapper {
  position: relative;
  max-width: 1222px;
  text-align: center;
}
#main-header .title-bar .wrapper .logo {
  width: 185px;
  margin: auto;
  display: inline-block;
  padding: 35px 0;
}
#main-header .title-bar .wrapper .flat-btn {
  position: absolute;
  right: 0;
  top: 48px;
}
@media all and (max-width: 1242px) {
  #main-header .title-bar .wrapper .flat-btn {
    right: 20px;
  }
}
#main-header .title-bar .wrapper #main-nav {
  position: relative;
}
#main-header .title-bar .wrapper #main-nav ul {
  text-align: justify;
  color: white;
  width: 95%;
}
#main-header .title-bar .wrapper #main-nav ul:after {
  content: '';
  width: 100%;
  display: inline-block;
}
#main-header .title-bar .wrapper #main-nav ul li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
#main-header .title-bar .wrapper #main-nav ul li.menu-item-has-children:after {
  content: '\f107';
  display: inline-block;
  font-family: 'FontAwsome';
}
#main-header .title-bar .wrapper #main-nav ul li:nth-of-type(n+5) > ul {
  right: -20px;
  left: auto;
}
#main-header .title-bar .wrapper #main-nav ul li:nth-of-type(n+5) > ul:before {
  left: auto;
  right: 40px;
}
#main-header .title-bar .wrapper #main-nav ul li > ul {
  position: absolute;
  top: 32px;
  left: 0;
  text-align: left;
  background: #b7cb78;
  z-index: 11;
  width: 375px;
  padding: 10px 20px;
  display: none;
}
#main-header .title-bar .wrapper #main-nav ul li > ul:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -11px;
  left: 10%;
  border-bottom: 15px solid #b7cb78;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
#main-header .title-bar .wrapper #main-nav ul li > ul li {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  position: relative;
}
#main-header .title-bar .wrapper #main-nav ul li > ul li.menu-item-has-children:after {
  position: absolute;
  right: 10px;
  top: 12px;
}
#main-header .title-bar .wrapper #main-nav ul li > ul li:last-of-type {
  border-bottom: none;
}
#main-header .title-bar .wrapper #main-nav ul li > ul li ul {
  position: static;
  padding: 0;
  width: auto;
}
#main-header .title-bar .wrapper #main-nav ul li > ul li ul:before {
  display: none;
}
#main-header .title-bar .wrapper #main-nav ul li > ul li ul li {
  text-indent: 20px;
  padding: 15px 0 0;
}
#main-header .title-bar .wrapper #main-nav ul li > ul li ul li:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 15px;
}
#main-header .title-bar .wrapper #main-nav #search {
  position: absolute;
  bottom: 16px;
  right: 0;
  color: #fff;
  cursor: pointer;
}
@media all and (max-width: 1242px) {
  #main-header .title-bar .wrapper #main-nav #search {
    right: 20px;
  }
}
.searchForm {
    width: 95%;
    display: none;
    position: relative;
    top: -10px;
    height: 33px;
}
@media (max-width: 1200px) {
    .searchForm {
        display: none;
    }
}
.searchForm input {
    width: 50%;
    height: 33px;
    background: none;
    border: none;
    outline: none;
    font-size: 16px;
    position: absolute;
    right: 0;
    color: white;
    border-bottom: 1px solid white;
}
.searchForm input::-webkit-input-placeholder {
    color: #ffffff;
}
.searchForm input:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
}
.searchForm input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
}
.searchForm input:-ms-input-placeholder {
    color: #ffffff;
}
.searchForm input:active {
    background: none;
    outline: none;
}
.searchForm input:focus {
    background: none;
    outline: none;
}
.searchForm input input:-webkit-autofill:hover,
.searchForm input input:-webkit-autofill:focus {
    background: none;
    outline: none;
}
#main-header #tagline .wrapper {
  position: relative;
  max-width: 1222px;
}
@media all and (max-width: 650px) {
  #main-header #tagline .wrapper {
    position: relative;
  }
}
#main-header #tagline .wrapper .container {
  position: absolute;
  right: 0;
  margin: 284px 32px 0 0;
  max-width: 550px;
  text-align: center;
}
@media all and (max-width: 1242px) {
  #main-header #tagline .wrapper .container {
    right: 20px;
  }
}
@media all and (max-width: 1100px) {
  #main-header #tagline .wrapper .container {
    right: 5%;
    margin: 144px 32px 0 0;
  }
}
@media all and (max-width: 767px) {
  #main-header #tagline .wrapper .container {
    margin-top: 115px;
  }
}
@media all and (max-width: 650px) {
  #main-header #tagline .wrapper .container {
    /*position: static;*/
    margin: 21px 0;
    /*right: initial;*/
    right: 0%;
  }
  body #main-header #tagline .wrapper .container span.title {
    font-size: 18px;
  }
  body .ribbon {
      font-size: 13px;
      height: 36px;
      line-height: 36px;
  }
  .ribbon.ribbon-right {
    padding: 0 20px 0 0;
    left: 8px;
  }
  .ribbon.ribbon-right:before {
    border-width: 18px;
    left: -24px;
    border-left-width: 6px;
  }
  .ribbon.ribbon-right:after {
    border-width: 18px;
    right: -24px;
    border-left-width: 6px;
  }
  .ribbon.ribbon-left {
    padding-left: 15px;
  }
  .ribbon.ribbon-left:before {
    border-width: 18px;
    left: -24px;
    border-left-width: 6px;
  }
  .ribbon.ribbon-left:after {
    border-width: 18px;
    right: -24px;
    border-left-width: 6px;
  }
  body #main-header #tagline .wrapper .container .flat-btn {
      margin-top: 0px;
      padding: 6px 10px 7px;
      font-size: 11px;
      right: 10%;
  }
   body #main-header #tagline .wrapper .container img {
      height: 12px;
      margin: 0 13px;
  }
}
#main-header #tagline .wrapper .container span.title {
  color: #fff;
  font-size: 40px;
  font-style: italic;
}
#main-header #tagline .wrapper .container span.title:first-of-type {
  display: block;
}
@media all and (max-width: 1100px) {
  #main-header #tagline .wrapper .container span.title {
    font-size: 32px;
  }
}
@media all and (max-width: 599px) {
  #main-header #tagline .wrapper .container span.title {
    font-size: 24px;
  }
}
#main-header #tagline .wrapper .container span.ribbon {
  clear: both;
}
#main-header #tagline .wrapper .container img {
  margin: 0 20px;
  opacity: .5;
}
@media all and (max-width: 1100px) {
  #main-header #tagline .wrapper .container img {
    height: 20px;
  }
}
#main-header #tagline .wrapper .container .flat-btn {
  margin-top: 20px;
}
@media all and (max-width: 650px) {
  #main-header #tagline .wrapper .container .flat-btn {
    position: absolute;
    right: 17%;
  }
}
#small-nav {
  position: fixed;
  top: -70px;
  right: 0;
  background: #b7cb78;
  overflow: hidden;
  z-index: 10;
  width: 345px;
  text-align: right;
  -webkit-transition: max-height 0.3s, top 0.2s;
  -moz-transition: max-height 0.3s, top 0.2s;
  -ms-transition: max-height 0.3s, top 0.2s;
  -o-transition: max-height 0.3s, top 0.2s;
}
@media all and (max-width: 1100px) {
  #small-nav {
    position: static;
    width: 100%;
    background: url('img/blue-stone-bg.jpg');
    text-align: center;
  }
}
@media all and (max-width: 1100px) {
  #small-nav.open span.number {
    display: none;
  }
  #small-nav.open span.chat {
    display: inline;
  }
}
#small-nav.show {
  top: 0;
}
#small-nav.searching p {
  display: none;
}
#small-nav.searching input {
  display: inline-block;
}
#small-nav .small-logo {
  display: none;
}
@media all and (max-width: 1100px) {
  #small-nav .small-logo {
    display: inline-block;
    margin: 20px auto;
    height: 75px;
    width: auto;
  }
}
@media all and (max-width: 767px) {
  #small-nav .small-logo {
    height: 48px;
    margin: 10px auto;
  }
}
#small-nav p {
  display: inline-block;
  font-size: 18px;
  line-height: 58px;
  margin: 0 0 0 20px;
  color: #667e53;
  font-weight: bold;
}
@media all and (max-width: 1100px) {
  #small-nav p {
    display: block;
    text-align: center;
    background: #b7cb78;
    margin: 0;
    line-height: 35px;
  }
}
@media all and (max-width: 767px) {
  #small-nav p {
    font-size: 16px;
  }
}
#small-nav span.chat {
  display: none;
}
#small-nav span.chat .f-icon {
  color: white;
  font-size: 20px;
  margin-left: 10px;
}
#small-nav #small-search-button,
#small-nav #menu-button {
  display: inline-block;
  width: 60px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
@media all and (max-width: 1100px) {
  #small-nav #small-search-button,
  #small-nav #menu-button {
    position: absolute;
    top: 30px;
    font-size: 20px;
  }
    /*#menu-button .icon-close {
        display: none;
    }
    .open #menu-button .icon-close {
        display: inline;
    }
    .open #menu-button .icon-navicon {
        display: none;
    }*/
}
@media all and (max-width: 767px) {
  #small-nav #small-search-button,
  #small-nav #menu-button {
    top: 5px;
  }
}
#small-nav #menu-button {
  line-height: 60px;
  background: #2c4662;
  text-align: center;
  vertical-align: top;
}
@media all and (max-width: 1100px) {
  #small-nav #menu-button {
    right: 40px;
    background: none;
  }
}
@media all and (max-width: 599px) {
  #small-nav #menu-button {
    right: 10px;
  }
}
#small-nav #small-search-button {
  left: 40px;
}
@media all and (max-width: 767px) {
  #small-nav #small-search-button {
    left: 10px;
  }
}
#small-nav form {
  display: inline-block;
  width: auto;
}
@media all and (max-width: 1100px) {
  #small-nav form {
    display: block;
  }
}
#small-nav input {
  display: none;
  background: none;
  color: #667e53;
  width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  height: 45px;
  vertical-align: middle;
  outline: none;
  font-size: 16px;
}
@media all and (max-width: 1100px) {
  #small-nav input {
    height: auto;
    color: white;
    width: 300px;
    margin-bottom: 13px;
  }
}
#mobile-nav {
  display: none;
}
#small-nav .back-to-top {
  color: white;
  text-transform: uppercase;
  border-top: 1px solid rgba(107, 125, 145, 0.5);
  padding: 15px 0;
  cursor: pointer;
}
#small-nav .back-to-top:after {
  content: "\f062";
  font-family: 'FontAwsome';
  margin-left: 10px;
  display: inline-block;
  color: #6b7d91;
  font-size: 14px;
}
#small-nav ul {
  background: #2c4662;
  text-align: left;
  padding: 10px 20px;
}
@media all and (max-width: 1100px) {
  #small-nav ul {
    text-align: center;
    padding-bottom: 10px;
  }
}
#small-nav ul li {
  border-bottom: 1px solid rgba(107, 125, 145, 0.5);
  color: #fff;
  line-height: 50px;
  margin: auto;
  text-transform: uppercase;
  position: relative;
}
#mobile-nav ul .icon-angle-down {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 10px;
}
#small-nav ul li:last-of-type {
  border: none;
}
#small-nav ul li > a {
  display: block;
  height: 100%;
}
@media all and (max-width: 767px) {
  #small-nav ul li {
    line-height: 40px;
    font-size: 14px;
  }
}
#small-nav ul li ul {
  display: none;
  border-top: 1px solid rgba(107, 125, 145, 0.5);
  padding: 0 15px;
}
#small-nav ul li ul li {
  width: 100%;
  border-bottom: 1px solid rgba(107, 125, 145, 0.25);
  color: rgba(255, 255, 255, 0.75);
}
#small-nav ul li ul li ul li {
  color: rgba(255, 255, 255, 0.5);
}
/* ==========================
           FOOTER
============================*/
#main-footer {
  padding-top: 80px;
}
#main-footer .wrapper {
  max-width: 1222px;
}
#main-footer .col {
  width: 20%;
  margin: 22px 1.5% 0;
  float: left;
  color: #2c4662;
  text-align: center;
}
@media all and (max-width: 1023px) {
  #main-footer .col {
    width: 30%;
    margin: 1.5%;
  }
}
@media all and (max-width: 699px) {
  #main-footer .col {
    display: block;
    float: none;
    margin: 0;
    width: 100%;
  }
}
#main-footer .col:first-of-type {
  width: 15%;
  margin: 0 7% 0 0;
}
@media all and (max-width: 1023px) {
  #main-footer .col:first-of-type {
    width: 30%;
    margin: 1.5%;
  }
}
@media all and (max-width: 699px) {
  #main-footer .col:first-of-type {
    display: block;
    float: none;
    width: 100%;
  }
}
#main-footer .col:nth-of-type(4) {
  width: 32%;
  margin: 22px 0 0;
}
@media all and (max-width: 1023px) {
  #main-footer .col:nth-of-type(4) {
    display: block;
    width: 80%;
    margin: auto;
    float: none;
    clear: both;
  }
}
@media all and (max-width: 699px) {
  #main-footer .col:nth-of-type(4) {
    width: 100%;
  }
}
#main-footer .col .f-icon {
  font-size: 22px;
}
#main-footer .col p {
  font-size: 16px;
  line-height: 1.2;
  margin: 10px 0;
  text-align: left;
}
@media all and (max-width: 699px) {
  #main-footer .col p {
    text-align: center;
  }
}
#main-footer .col img {
  max-width: 185px;
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
}
#main-footer .col .social li {
  display: inline-block;
  margin: 40px 10px;
}
#main-footer .col h3 {
  font-family: 'Lato', sans-serif;
  text-align: left;
  text-transform: uppercase;
}
@media all and (max-width: 699px) {
  #main-footer .col h3 {
    text-align: center;
  }
}
#main-footer .col ul {
  text-align: left;
}
@media all and (max-width: 699px) {
  #main-footer .col ul {
    text-align: center;
  }
}
#main-footer .col ul li {
  margin-bottom: 35px;
}
#main-footer .partners {
  margin: 80px 0;
  text-align: center;
}
#main-footer .partners img {
  vertical-align: middle;
  margin: 0 20px;
}
.bottom-bar {
  color: #fff;
  text-align: center;
  padding: 15px;
}
.bottom-bar .line {
  margin: 0 20px;
}
@media all and (max-width: 699px) {
  .bottom-bar .line {
    display: none;
  }
}
@media all and (max-width: 699px) {
  .bottom-bar span {
    display: block;
  }
}
.text-module .wrapper {
  max-width: 1068px;
  position: relative;
}
.text-module header {
  margin-bottom: 20px;
}
.text-module img {
  
  height:auto;
}
.text-module h1 {
  color: #667e53;
  text-align: center;
  font-size: 50px;
}
@media all and (max-width: 1023px) {
  .text-module h1 {
    font-size: 40px;
  }

}
@media all and (max-width: 599px) {
  .text-module h1 {
    font-size: 30px;
  }
}
.text-module.two-col .text-content {
  margin: 0 -2%;
}
@media all and (max-width: 767px) {
  .text-module.two-col .text-content {
    margin: 0;
  }
}
.text-module.two-col .col {
  float: left;
  width: 46%;
  margin: 0 2%;
}
@media all and (max-width: 767px) {
  .text-module.two-col .col {
    width: 100%;
    margin: 0 0 10px 0;
    float: none;
  }
  .text-module.two-col .col img {
    margin-top: 0;
  }
}
.text-module.two-col .col img {
  margin-top: 15px;
}
.text-module.two-col .col form {
  margin-top: 20px;
}
.text-module.two-col-text .text-content .col {
  -webkit-columns: 300px 2;
  -moz-columns: 300px 2;
  columns: 300px 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.text-module.two-col-text .text-content p {
  margin: 0 0 15px 0;
}
.text-module.three-col-text .text-content .col {
  -webkit-columns: 300px 3;
  -moz-columns: 300px 3;
  columns: 300px 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.text-module.three-col-text .text-content p {
  margin: 0 0 15px 0;
}
.text-module.one-two-col .text-content .col {
  float: left;
  width: 64%;
  -webkit-columns: 300px 2;
  -moz-columns: 300px 2;
  columns: 300px 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media all and (max-width: 767px) {
  .text-module.one-two-col .text-content .col {
    width: 100%;
  }
}
.text-module.one-two-col .text-content .col p {
  margin: 0 0 15px 0;
}
.text-module.one-two-col .text-content .col:first-of-type {
  width: 33%;
  margin-right: 2%;
}
@media all and (max-width: 767px) {
  .text-module.one-two-col .text-content .col:first-of-type {
    width: 100%;
    columns: auto;
    -webkit-columns: auto;
    -moz-columns: auto;
    margin-bottom: 20px;
  }
}
.text-module.one-two-col .text-content .col:first-of-type img {
  width: 100%;
  margin-top: 15px;
}
.text-module.one-third .col {
  float: left;
  width: 64%;
}
@media all and (max-width: 767px) {
  .text-module.one-third .col {
    width: 100%;
  }
}
.text-module.one-third .col p {
  margin: 0 0 15px 0;
}
.text-module.one-third .col:first-of-type {
  width: 33%;
  margin-right: 2%;
}
@media all and (max-width: 767px) {
  .text-module.one-third .col:first-of-type {
    width: 100%;
    columns: auto;
    -webkit-columns: auto;
    -moz-columns: auto;
    margin-bottom: 20px;
  }
}
.text-module.one-third .col:first-of-type img {
  width: 100%;
  margin-top: 15px;
}
.green-stone-bg .text-module h1,
.blue-stone-bg .text-module h1,
.woods-bg .text-module h1,
.green-stone-bg .text-module .text-content,
.blue-stone-bg .text-module .text-content,
.woods-bg .text-module .text-content,
.green-stone-bg .text-module .icon-rule,
.blue-stone-bg .text-module .icon-rule,
.woods-bg .text-module .icon-rule {
  color: white;
}
.green-stone-bg .text-module a,
.blue-stone-bg .text-module a,
.woods-bg .text-module a {
  color: #ffe66e;
}
/* ==========================
    CALL TO ACTION RIBBON
============================*/
.cta-ribbon {
  padding: 60px 0;
}
.cta-ribbon .wrapper {
  text-align: center;
}
.cta-ribbon .wrapper .flat-btn {
  position: relative;
  top: -11px;
  margin-left: -40px;
  z-index: 4;
}
@media all and (max-width: 1023px) {
  .cta-ribbon .wrapper .flat-btn {
    margin: 0;
    top: initial;
  }
}
.cta-ribbon .ribbon-both {
  background: none;
  border-top: 3px solid #6b7d91;
  border-bottom: 3px solid #6b7d91;
  font-size: 55px;
  font-family: 'Arapey', serif;
  line-height: 110px;
  height: 110px;
  color: #ffe66e;
  margin: auto;
  padding: 0 100px 0 60px;
  z-index: 1;
  text-transform: none;
}
@media all and (max-width: 1023px) {
  .cta-ribbon .ribbon-both {
    border: none;
    line-height: 1.2;
    height: auto;
    margin-bottom: 20px;
    font-size: 42px;
    padding: 0;
    display: block;
  }
}
@media all and (max-width: 599px) {
  .cta-ribbon .ribbon-both {
    font-size: 30px;
  }
}
.cta-ribbon .ribbon-both:before {
  content: '';
  background-image: url('img/ribbon-both-left.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 110px;
  position: absolute;
  top: -3px;
  left: -18px;
}
@media all and (max-width: 1023px) {
  .cta-ribbon .ribbon-both:before {
    display: none;
  }
}
.cta-ribbon .ribbon-both:after {
  content: '';
  background-image: url('img/ribbon-both-right.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 110px;
  position: absolute;
  top: -3px;
  right: -18px;
}
@media all and (max-width: 1023px) {
  .cta-ribbon .ribbon-both:after {
    display: none;
  }
}
/*
 *  Base CSS for the Owl Carousel Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/* ==========================
           CAROUSEL
============================*/
.main-carousel{
  position: relative;
}
.main-carousel .owl-carousel {
  background: #3d4538;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #fff;
  width: auto;
  position: relative;
}
.main-carousel .carousel-tooltip{
  position: absolute;
  color: white;
  right: 50px;
  top: 25px;
  z-index: 100;
  color: black;
}
.main-carousel .owl-carousel .item {
  max-width: 700px;
  height: 700px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: .2;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  cursor: pointer;
}
@media all and (max-width: 900px) {
  .main-carousel .owl-carousel .item {
    width: 500px;
    height: 600px;
  }
}
@media all and (max-width: 699px) {
  .main-carousel .owl-carousel .item {
    width: 300px;
    height: 400px;
  }
}
@media all and (max-width: 399px) {
  .main-carousel .owl-carousel .item {
    width: 250px;
    height: 350px;
  }
}
.main-carousel .owl-carousel .item .preview-text {
  background: rgba(255, 251, 238, 0.8);
  text-align: center;
  height: 265px;
  margin-top: 380px;
  padding: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
@media all and (max-width: 900px) {
  .main-carousel .owl-carousel .item .preview-text {
    padding: 20px;
    height: 200px;
    margin-top: 300px;
  }
}
@media all and (max-width: 699px) {
  .main-carousel .owl-carousel .item .preview-text {
    margin-top: 200px;
    height: 180px;
  }
  .main-carousel .owl-carousel .item .preview-text p {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media all and (max-width: 399px) {
  .main-carousel .owl-carousel .item .preview-text {
    padding: 10px;
    margin-top: 180px;
  }
}
.main-carousel .owl-carousel .item .preview-text h3 {
  color: #667e53;
  font-size: 40px;
}
@media all and (max-width: 699px) {
  .main-carousel .owl-carousel .item .preview-text h3 {
    font-size: 30px;
  }
}
.main-carousel .owl-carousel .center .item {
  opacity: 1;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.main-carousel .owl-carousel .center .item .preview-text {
  opacity: 1;
  overflow: auto;
}
.main-carousel .owl-carousel .owl-controls .owl-prev,
.main-carousel .owl-carousel .owl-controls .owl-next {
  display: inline-block;
  width: 25%;
  width: -moz-calc((100% - 700px) / 2);
  width: -webkit-calc((100% - 700px) / 2);
  width: calc((100% - 700px) / 2);
  height: 100%;
  line-height: 450px;
  text-align: center;
  color: transparent;
  position: absolute;
  top: 0;
}
.main-carousel .owl-carousel .owl-controls .owl-next {
  right: 0;
}
.main-carousel .owl-carousel .owl-controls .owl-prev {
  left: 0;
}
.testimonial-carousel {
  margin-top: 40px;
}
.testimonial-carousel .controls {
  color: white;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.testimonial-carousel .controls #next,
.testimonial-carousel .controls #prev,
.testimonial-carousel .controls span {
  display: inline-block;
}
.testimonial-carousel .controls #next .f-icon,
.testimonial-carousel .controls #prev .f-icon,
.testimonial-carousel .controls span .f-icon {
  margin: 0 10px;
}
.testimonial-carousel .controls span {
  margin: 0 10%;
}
.testimonial-carousel .controls #next,
.testimonial-carousel .controls #prev {
  cursor: pointer;
}
.testimonial-carousel .owl-carousel .owl-stage-outer {
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
}
.testimonial-carousel .owl-carousel .owl-item {
  background: url('img/stone-bg.jpg');
}
.testimonial-carousel .owl-carousel .owl-item .testimonial-text {
  background: url('img/stone-bg.jpg');
}
.testimonial-carousel .owl-carousel .owl-item:nth-of-type(even) {
  background: url('img/blue-stone-bg.jpg');
  color: white;
}
.testimonial-carousel .owl-carousel .owl-item:nth-of-type(even) .testimonial-text {
  background: url('img/blue-stone-bg.jpg');
}
.testimonial-carousel .owl-carousel .item {
  text-align: center;
  position: relative;
  width: 385px;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
}
@media all and (max-width: 1200px) {
  .testimonial-carousel .owl-carousel .item {
    height: 385px;
  }
}
@media all and (max-width: 599px) {
  .testimonial-carousel .owl-carousel .item {
    width: 250px;
    height: 250px;
  }
}
.testimonial-carousel .owl-carousel .item.open {
  width: 1085px;
}
@media all and (max-width: 1200px) {
  .testimonial-carousel .owl-carousel .item.open {
    width: 500px;
  }
}
@media all and (max-width: 599px) {
  .testimonial-carousel .owl-carousel .item.open {
    width: 250px;
  }
}
.testimonial-carousel .owl-carousel .item.open .testimonial-text {
  opacity: 1;
}
.testimonial-carousel .owl-carousel .item.open .preview-text .flat-btn:after {
  content: "\f104";
}
.testimonial-carousel .owl-carousel .item .preview-text {
  width: 385px;
  height: 385px;
  padding: 40px 20px;
  display: inline-block;
  margin: 0;
  float: left;
}
@media all and (max-width: 1200px) {
  .testimonial-carousel .owl-carousel .item .preview-text {
    float: none;
  }
}
@media all and (max-width: 599px) {
  .testimonial-carousel .owl-carousel .item .preview-text {
    width: 250px;
    height: 250px;
    padding: 10px;
  }
}
.testimonial-carousel .owl-carousel .item .preview-text p {
  line-height: 1.4;
}
.testimonial-carousel .owl-carousel .item .flat-btn {
  margin-top: 40px;
  cursor: pointer;
}
@media all and (max-width: 599px) {
  .testimonial-carousel .owl-carousel .item .flat-btn {
    margin-top: 20px;
  }
}
.testimonial-carousel .owl-carousel .item .testimonial-text {
  position: absolute;
  left: 385px;
  top: 0;
  text-align: left;
  width: 700px;
  padding: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
}
@media all and (max-width: 1200px) {
  .testimonial-carousel .owl-carousel .item .testimonial-text {
    position: relative;
    width: 100%;
    left: 0;
  }
}
@media all and (max-width: 599px) {
  .testimonial-carousel .owl-carousel .item .testimonial-text {
    padding: 20px;
  }
}
.testimonial-carousel .owl-carousel .item .testimonial-text h2 {
  font-size: 40px;
}
.testimonial-carousel .owl-carousel .item .testimonial-text h2:after {
  content: '';
  display: block;
  width: 120px;
  margin-top: 20px;
  height: 1px;
  background: white;
}
/* ==========================
        SOCIAL MODULE
============================*/
.module.social {
  text-align: center;
}
.module.social > div {
  background: #fffbee;
  width: 42.5%;
  margin: 0 2.5%;
  max-width: 500px;
  padding: 40px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  position: relative;
  color: #31341f;
}
@media all and (max-width: 1023px) {
  .module.social > div {
    width: 90%;
    max-width: none;
    margin-bottom: 5%;
  }
}
@media all and (max-width: 499px) {
  .module.social > div {
    width: 100%;
    margin: 5% 0;
    padding: 20px;
  }
}
.module.social > div header {
  margin-bottom: 40px;
}
.module.social > div header h1 {
  color: #667e53;
  font-size: 40px;
}
.module.social > div header .f-icon, .module.social .social-feed .f-icon {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 30px;
  color: #667e53;
}
@media all and (max-width: 499px) {
  .module.social > div header .f-icon {
    display: none;
  }
}
.module.social > div header .f-icon.icon-speech {
  font-size: 36px;
}
.module.social .social-feed .f-icon.icon-twitter{
    right: 80px;
}
.module.social .social-feed .f-icon {
  color: #fffbee;
  text-shadow: 1px 1px 0 #6b7d91, -1px -1px 0 #6b7d91, 0 -1px 0 #6b7d91, -1px 0 0 #6b7d91;
}
.module.social #facebook-feed {
    display: none;
}
.module.social .social-feed .active .f-icon {
    color: #667e53;
}
.module.social > div ul li {
  padding-left: 30px;
  position: relative;
}
@media all and (max-width: 499px) {
  .module.social > div ul li {
    padding: 0;
  }
}
.module.social > div ul li h3 {
  font-size: 18px;
  line-height: 1.4;
  font-family: 'Lato', sans-serif;
}
.module.social > div ul li .f-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #667e53;
}
@media all and (max-width: 499px) {
  .module.social > div ul li .f-icon {
    display: none;
  }
}
.module.social > div ul li p {
  font-size: 18px;
  line-height: 22px;
}
.module.social > div .flat-btn {
  margin-left: 30px;
  margin-top: 15px;
}
/* ==========================
           BUCKETS
============================*/
.buckets {
  text-align: center;
}
.buckets .col {
  display: inline-block;
  vertical-align: top;
}
.buckets .col .image-container {
  border-radius: 9999px;
  width: 275px;
  height: 275px;
  background-size: cover;
  background-position: center center;
  margin: auto;
}
@media all and (max-width: 499px) {
  .buckets .col .image-container {
    width: 175px;
    height: 175px;
  }
}
.buckets .col h2 {
  margin: 30px 0;
  font-size: 40px;
  color: #fff;
  vertical-align: middle;
}
@media all and (max-width: 1300px) {
  .buckets .col h2 {
    font-size: 28px;
  }
}
@media all and (max-width: 499px) {
  .buckets .col h2 {
    margin: 20px 0;
  }
}
.buckets .col p {
  color: #ffe66e;
  max-width: 300px;
  margin: auto;
  margin-bottom: 15px;
}
.buckets .col .flat-btn {
  vertical-align: middle;
}
.buckets.three .col {
  width: 330px;
  margin: 0 50px;
}
@media all and (max-width: 1445px) {
  .buckets.three .col {
    margin: 0 20px 60px 20px;
    width: 280px;
  }
  .buckets.three .col .image-container {
    width: 200px;
    height: 200px;
  }
}
@media all and (max-width: 599px) {
  .buckets.three .col {
    width: 100%;
    margin: 0 auto 40px 0;
  }
}
@media all and (max-width: 499px) {
  .buckets.three .col .image-container {
    width: 175px;
    height: 175px;
  }
}
@media all and (max-width: 1200px) {
  .buckets.four {
    max-width: 800px;
    margin: auto;
  }
}
@media all and (max-width: 1200px) {
  .buckets.four .col {
    margin-bottom: 90px;
  }
}
@media all and (max-width: 499px) {
  .buckets.four .col {
    margin-bottom: 40px;
  }
}
.buckets.four .col .image-container {
  width: 200px;
  height: 200px;
  margin: 0 45px;
}
@media all and (max-width: 499px) {
  .buckets.four .col .image-container {
    width: 175px;
    height: 175px;
  }
}
.buckets.four .col h2 {
  font-size: 28px;
}
.buckets.small-buckets .image-container {
  width: 200px;
  height: 200px;
}
.stone-bg .buckets .col p {
  color: #31341f;
}
.stone-bg .buckets .col h2 {
  color: #667e53;
}
.blog-post .wrapper {
  padding-left: 100px;
}
.blog-post a[rel="next."] {

}
/*.blog-post a[rel="next."]:after {
    content: "";
    font-family: "FontAwsome";
    font-size: 120%;
    margin-left: 15px;
    position: relative;
    top: 1px;
}*/
@media all and (max-width: 999px) {
  .blog-post .wrapper {
    padding: 0;
  }
}
.blog-post header h1 {
  font-size: 60px;
  color: #2c4662;
  text-align: center;
}
@media all and (max-width: 999px) {
  .blog-post header h1 {
    text-align: left;
  }
}
@media all and (max-width: 699px) {
  .blog-post header h1 {
    font-size: 42px;
  }
}
@media all and (max-width: 499px) {
  .blog-post header h1 {
    font-size: 30px;
  }
}
.blog-post header .date-container {
  position: absolute;
  top: 10px;
  left: 40px;
  color: #2c4662;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  display: inline-block;
}
@media all and (max-width: 999px) {
  .blog-post header .date-container {
    float: right;
    position: static;
  }
}
@media all and (max-width: 699px) {
  .blog-post header .date-container {
    margin: 0 0 20px 20px;
  }
}
.blog-post header .date-container .day {
  font-size: 40px;
  letter-spacing: initial;
  color: #667e53;
  font-family: 'Arapey', serif;
}
.blog-post header .details {
  text-transform: uppercase;
  text-align: center;
  color: #667e53;
  margin: 40px 0;
}
@media all and (max-width: 699px) {
  .blog-post header .details {
    margin: 25px 0;
  }
}
.blog-post header .details .line {
  margin: 0 25px;
}
@media all and (max-width: 699px) {
  .blog-post header .details .line {
    display: none;
  }
}
@media all and (max-width: 699px) {
  .blog-post header .details span {
    display: block;
  }
}
.blog-post header .icons {
  text-align: center;
  margin-bottom: 25px;
}
.blog-post .button-container {
  margin-top: 40px;
  text-align: center;
}
.blog-list .blog-preview {
  position: relative;
  margin-bottom: 20px;
  text-align: left;
  overflow: hidden;
  max-width: 740px;
  float: left;

}
.search-results .blog-list .blog-preview {
    max-width: 9999px;
    width: 100%;
}
.search-results .blog-list .blog-preview .col-1-2 {
    width: 29%;
}
.search-results .blog-list .blog-preview .col-1-3 {
    width: 62%;
}
.search-results h1 {
    text-align: left;
}
.blog-list .blog-preview .col {
    float: left;
    padding-right: 20px;
}
.blog-list .blog-preview .col-1-1 {
    width: 9%;
}
.blog-list .blog-preview .col-1-2 {
    width: 42%;
}
.blog-list .blog-preview .col-1-3 {
    width: 49%;
}
.blog-list .blog-preview .col-2 {
    width: 89%;
}
.blog-list .blog-preview .text-content h1 {
    margin-top: 0;
}
@media all and (max-width: 999px) {
  .blog-list .blog-preview {
    padding-left: 10px;
  }
    .search-results .blog-list .blog-preview .col-1-3 {
        width: 100%;
    }
}
@media all and (max-width: 699px) {
  .blog-list .blog-preview {
    padding-left: 0;
  }
    .blog-list .blog-preview .col-1-1 {
        float: right;
    }
    .blog-list .blog-preview .col-1-2 {
        width: 91%;
    }
    .blog-list .blog-preview .col-1-3 {
        width: 100%;
        margin-top: 10px;
    }
}
.blog-list .blog-preview .details {
  margin: 20px 0;
}
.blog-list .blog-preview .details span {
  display: block;
  color: #667e53;
  text-transform: uppercase;
  margin: 10px 0;
}
.blog-list .blog-preview .flat-btn {
  margin: 20px 0;
}
.blog-list .date-container {
  color: #2c4662;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  display: inline-block;
}
@media all and (max-width: 999px) {
  .blog-list .date-container {
    float: right;
    position: static;
    margin-left: 20px;
  }
}
@media all and (max-width: 699px) {
  .blog-list .date-container {
    margin: 0 0 20px 20px;
  }
}
.blog-list .date-container .day {
  font-size: 40px;
  letter-spacing: initial;
  color: #667e53;
  font-family: 'Arapey', serif;
}
.blog-list img {
  max-width: 270px;
}
@media all and (max-width: 999px) {
  .blog-list img {
    left: 0;
  }
}
@media all and (max-width: 699px) {
  .blog-list img {
    position: static;
  }
}
.blog-list h1 {
  font-size: 34px;
  color: #2c4662;
}
.blog-list .text-content p{
  font-size: 18px;
  line-height: 1.2;
}
@media all and (max-width: 499px) {
  .blog-list .text-content p {
    font-size: 14px;
  }
}
.blog-list .icon-rule {
  margin: 25px 0;
}
.blog-list .button-container {
  margin: 40px 0;
  text-align: center;
}
.accordion-list {
  margin: 40px 0;
}
.accordion-list dt {
  font-size: 30px;
  color: #2c4662;
  font-family: 'Arapey', serif;
  cursor: pointer;
  margin: 25px 0;
  display: inline-block;
  position: relative;
  -webkit-transition: padding 0.25s;
  -moz-transition: padding 0.25s;
  -ms-transition: padding 0.25s;
  -o-transition: padding 0.25s;
}
.accordion-list dt.active {
  padding-left: 20px;
}
.accordion-list dt.active:before {
  content: "\e605";
  font-family: 'FontAwsome';
  position: absolute;
  left: -30px;
  top: 0;
  display: inline-block;
  color: #667e53;
}
.accordion-list dd {
  display: none;
  padding-left: 30px;
}
.gallery-module .wrapper {
  max-width: 1222px;
}
.gallery-module .wrapper .filters {
  margin: auto;
  text-align: center;
}
.gallery-module .wrapper .filters li {
  display: inline-block;
  margin: 0 5%;
  text-transform: uppercase;
}
@media all and (max-width: 699px) {
  .gallery-module .wrapper .filters li {
    display: block;
    margin: 20px 0;
  }
}
.gallery-module .wrapper .filters li.active {
  font-weight: bold;
}
.gallery-module .button-container {
  text-align: center;
  margin-top: 20px;
}
.gallery-module .images ul {
  margin: 0 -1% 0 -1%;
  text-align: center;
  margin-top: 40px;
}
.gallery-module .images ul li {
  width: 23%;
  margin: 0 1% 2% 1%;
  min-height: 250px;
  display: inline-block;
  float: left;
  position: relative;
  background-color: #666;
  height: 0;
  max-height: 250px;
  padding-bottom: 23%;
  padding-top: 20px;
  background-size: cover;
  background-position: center center;
}
.gallery-module .images ul li:hover .view {
  opacity: 1;
}
.gallery-module .images ul li .view {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  height: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  padding-top: 30%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.gallery-module .images ul li .view .f-icon {
  font-size: 60px;
}
.gallery-module .images ul li .view p {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 0;
}
@media all and (min-width: 900px) and (max-width: 1199px) {
  .gallery-module .images ul li {
    width: 32%;
    margin: 0 0 2% 0;
  }
  .gallery-module .images ul li:nth-of-type(3n + 2) {
    margin: 0 2%;
  }
}
@media all and (max-width: 899px) {
  .gallery-module .images ul li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
}
@media all and (max-width: 499px) {
  .gallery-module .images ul li {
    width: 100%;
    margin: 0 auto 15px auto;
    float: none;
    max-width: 300px;
    padding-bottom: 50%;
    min-height: 250px;
  }
}
.tab-list .wrapper {
  max-width: 1222px;
}
.tab-list dl {
  color: white;
  text-align: center;
}
.tab-list dl dt {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  min-width: 150px;
}
@media all and (max-width: 1023px) {
  .tab-list dl dt {
    min-width: 100px;
  }
}
.tab-list dl dt.active {
  color: #ffe66e;
}
.tab-list dl dt .f-icon {
  font-size: 48px;
}
.tab-list dl dt h4 {
  font-family: 'Lato', sans-serif;
}
.tab-list dl dd {
  display: none;
  text-align: left;
  margin-top: 40px;
}
.tab-list dl dd:first-of-type {
  display: block;
}
.tab-list dl dd .ribbon {
  margin-left: 40px;
  width: 85%;
  font-size: 48px;
}
@media all and (max-width: 1023px) {
  .tab-list dl dd .ribbon {
    margin-left: 10px;
    width: 88%;
    font-size: 30px;
  }
}
@media all and (max-width: 499px) {
  .tab-list dl dd .ribbon {
    font-size: 24px;
  }
}
.tab-list dl dd .ribbon .f-icon {
  position: relative;
  bottom: -4px;
}
@media all and (max-width: 1023px) {
  .tab-list dl dd .ribbon .f-icon {
    bottom: -2px;
  }
}
.tab-list.no-icon dl dt {
  color: #34412a;
  text-transform: uppercase;
}
.tab-list.no-icon dl dt.active {
  color: #b7cb78;
}
.staff-gallery .wrapper {
  max-width: 1222px;
}
.staff-gallery ul {
  margin: 0 -1% 0 -1%;
  text-align: center;
}
@media all and (max-width: 1199px) {
  .staff-gallery ul {
    margin: 0;
  }
}
.staff-gallery ul li {
  width: 23%;
  margin: 0 1% 2% 1%;
  height: 450px;
  display: inline-block;
  text-align: center;
  max-width: 250px;
  vertical-align: top;
}
.staff-gallery ul li img {
  width: 100%;
  height: 247px;
}
.staff-gallery ul li h3 {
  font-size: 30px;
  line-height: 1.4;
  color: #2c4662;
}
@media all and (max-width: 599px) {
  .staff-gallery ul li h3 {
    font-size: 24px;
  }
}
.staff-gallery ul li h4 {
  color: #2c4662;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
@media all and (max-width: 599px) {
  .staff-gallery ul li h4 {
    font-size: 14px;
  }
}
@media all and (min-width: 900px) and (max-width: 1199px) {
  .staff-gallery ul li {
    width: 32%;
    margin: 0 0 2% 0;
  }
  .staff-gallery ul li:nth-of-type(3n + 2) {
    margin: 0 2%;
  }
}
@media all and (max-width: 899px) {
  .staff-gallery ul li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
}
@media all and (max-width: 599px) {
  .staff-gallery ul li {
    width: 100%;
    margin: 0 auto 15px auto;
    float: none;
  }
}
@media all and (max-width: 523px) {
  .staff-gallery ul li {
    height: auto;
    margin-bottom: 40px;
  }
}
.profile {
  background: url('img/stone-bg.jpg');
  max-width: 1050px;
  text-align: center;
  padding: 40px;
}
@media all and (max-width: 499px) {
  .profile {
    padding: 15px;
  }
}
.profile h3 {
  font-size: 30px;
  line-height: 1.4;
  color: #2c4662;
}
@media all and (max-width: 599px) {
  .profile h3 {
    font-size: 24px;
  }
}
.profile h4 {
  color: #2c4662;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
@media all and (max-width: 599px) {
  .profile h4 {
    font-size: 14px;
  }
}
.profile img {
  max-width: 300px;
  width: 100%;
}
.profile .content {
  text-align: left;
}
.with-sidebar .wrapper {
  max-width: 1222px;
}
.with-sidebar .module {
  width: 65%;
  display: inline-block;
  float: left;
margin-right:35px;
}
@media all and (max-width: 999px) {
  .with-sidebar .module {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 40px;
  }
}
.with-sidebar .sidebar {
  width: 30%;
  display: inline-block;
  padding-right: 40px;
}
@media all and (max-width: 999px) {
  .with-sidebar .sidebar {
    width: 100%;
    padding: 0;
  }
  .with-sidebar .sidebar .sidebar-module {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.with-sidebar .sidebar h2 {
  font-size: 40px;
  color: #2c4662;
}
@media all and (max-width: 699px) {
  .with-sidebar .sidebar h2 {
    font-size: 32px;
  }
}
@media all and (max-width: 499px) {
  .with-sidebar .sidebar h2 {
    font-size: 24px;
  }
}
@media all and (max-width: 999px) {
  .with-sidebar .sidebar .sidebar-list {
    width: 49%;
    display: inline-block;
  }
}
@media all and (max-width: 499px) {
  .with-sidebar .sidebar .sidebar-list {
    width: 100%;
    text-align: center;
  }
}
.with-sidebar .sidebar .sidebar-list ul li, .with-sidebar .sidebar .sidebar-list dt {
  text-transform: uppercase;
  color: #667e53;
  margin: 40px 0;
  letter-spacing: 2px;
}
.with-sidebar .sidebar .sidebar-list dt {
    margin: 40px 0 0 0;
}
.with-sidebar dl p {
    font-size: 18px;
    line-height: 1.8;
    margin: 15px 0;
    color: #31341f;
}
@media all and (max-width: 499px) {
  .with-sidebar .sidebar .sidebar-list ul li, .with-sidebar .sidebar .sidebar-list dt {
    font-size: 14px;
  }
}
.with-sidebar .sidebar .sidebar-list.arrows ul li, .with-sidebar .sidebar .sidebar-list.arrows dt {
  color: #2c4662;
}
.with-sidebar .sidebar .sidebar-list.arrows li.active:before, .with-sidebar .sidebar .sidebar-list.arrows dt.active:before {
  content: "\e605";
  font-family: 'FontAwsome';
  display: inline-block;
  color: #667e53;
  margin-right: 10px;
  font-size: inherit;
}
@media all and (max-width: 499px) {
  .with-sidebar .sidebar .widget_tag_cloud {
    text-align: center;
  }
}
.with-sidebar .sidebar .widget_tag_cloud .tagcloud {
  margin: 40px 0;
}
.with-sidebar .sidebar .widget_tag_cloud a {
  background: #fff;
  padding: 20px;
  display: inline-block;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #667e53;
  margin: 0 7px 10px 0;
}
@media all and (max-width: 499px) {
  .with-sidebar .sidebar .widget_tag_cloud a {
    padding: 15px;
    font-size: 14px;
  }
}
/* FILTERS */
.filterableItem.hide {
    display: none !important;
}



.pagination {
    padding: 0px 322px 0px 100px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 100px;
    width: 100%;
}
@media (max-width: 1280px) {
    .pagination {
        padding: 0;
    }
}
.pagination ul {
    float: left;
}
@media (max-width: 400px) {
    .pagination ul {
        float: none;
    }
}
.pagination li {
    display: inline-block;
    padding-right: 7px;
}
.pagination .pagination-right {
    float: right;
    display: inline-block;
}
@media (max-width: 400px) {
    .pagination .pagination-right {
        float: left;
        display: block;
        margin-top: 20px;
    }
}
.pagination .pagination-right .button {
    margin: 0;
    padding: 13px 15px;
}
.pagination .pagination-right .fa {
    padding-left: 0px;
}


@media screen and (min-width: 1230px) and (max-width: 1500px) { 
	section, footer{
		padding-left:120px !important;
	}
}

/* Thread Landing Pages */

.page-id-4601 #main-nav {
	display: none;
}

.page-id-4601 #main-header {
	height: 154px;
}
.page-id-4601 .breadcrumbs {
	display: none;
}

.page-id-4601 #small-nav #small-search-button {
	display: none;
}

.page-id-4601 #small-nav #menu-button {
	display: none;
}

.page-id-4601 .text-content img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
  border: 0px;
}
@media all and (max-width: 999px) {
 .page-id-4601 .text-content img {
    border-width: 0px;
  }
}

.page-id-4601 .text-content .flat-btn {
  margin-top: 15px;
  margin-bottom: 40px;
}


.page-id-4640 #main-nav {
	display: none;
}

.page-id-4640 #main-header {
	height: 154px;
}
.page-id-4640 .breadcrumbs {
	display: none;
}

.page-id-4640 #small-nav #small-search-button {
	display: none;
}

.page-id-4640 #small-nav #menu-button {
	display: none;
}

.page-id-4640 .text-content img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
  border: 0px;
}
@media all and (max-width: 999px) {
 .page-id-4640 .text-content img {
    border-width: 0px;
  }
}

.page-id-4640 .text-content .flat-btn {
  margin-top: 15px;
  margin-bottom: 40px;
}


.page-id-4638 #main-nav {
	display: none;
}

.page-id-4638 #main-header {
	height: 154px;
}
.page-id-4638 .breadcrumbs {
	display: none;
}

.page-id-4638 #small-nav #small-search-button {
	display: none;
}

.page-id-4638 #small-nav #menu-button {
	display: none;
}

.page-id-4638 .text-content img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
  border: 0px;
}
@media all and (max-width: 999px) {
 .page-id-4638 .text-content img {
    border-width: 0px;
  }
}

.page-id-4638 .text-content .flat-btn {
  margin-top: 15px;
  margin-bottom: 40px;
}