/******************************************************************
Mixins & Constants Stylesheet
******************************************************************/
/*********************
TRANSITIONS
*********************/
/*********************
RATIOS
*********************/
/*********************
OPACITY
*********************/
body {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #4d4d4d;
  padding: 0;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.row {
  width: 100%;
  padding: 0;
  max-width: 1320px;
}

h1, h2 {
  font-family: "bookmania", serif;
  font-weight: 400;
}

h3 {
  font-family: "franklin-gothic-urw", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

h4, h5, h6 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 600;
  margin: 15px 0 0;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
}

p {
  font-size: 1.1rem;
  font-weight: 200;
  margin: 0;
  padding: 5px 0 25px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

a, a:active, a:visited {
  color: #1e874a;
  outline: none !important;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -transition: 0.3s;
  transition: 0.3s;
}
a:hover, a:active:hover, a:visited:hover {
  color: #36573d;
}
a.anchor, a:active.anchor, a:visited.anchor {
  position: absolute;
  -ms-transform: translateY(-150px);
  -moz-transform: translateY(-150px);
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
}

.title {
  font-family: "bookmania", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.subtitle {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
}

.icon,
.title,
.subtitle {
  margin: 15px 0;
  padding: 0;
}

hr {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #826140;
}

/* Buttons ---------------------------------- */
button,
input[type=submit] {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  color: #FFFFFF;
  padding: 8px 60px 8px 15px;
  border: 0;
  border-radius: 5px;
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-color: #1e874a;
  background-image: url("images/arrow-right-white.png");
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -transition: 0.3s;
  transition: 0.3s;
}
button:hover,
input[type=submit]:hover {
  background-color: #36573d;
}

.button {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 60px 8px 15px;
  border-radius: 5px;
  background-position: right 15px center;
  background-repeat: no-repeat;
}

.arrow {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 26px;
  font-weight: bold;
}

/* Colors ----------------------------------- */
.white {
  background-color: #FFFFFF;
}

.ivory {
  background-color: #f9f3e1;
}

.white .title,
.white .subtitle,
.ivory .title,
.ivory .subtitle {
  color: #36573d;
}
.white p,
.ivory p {
  color: #4d4d4d;
}
.white .button,
.ivory .button {
  background-color: #1e874a;
  color: #FFFFFF;
  background-image: url("images/arrow-right-white.png");
}
.white .button:hover,
.ivory .button:hover {
  background-color: #36573d;
  color: #FFFFFF;
}
.white .arrow,
.ivory .arrow {
  color: #1e874a;
  background-image: url("images/arrow-right-green.png");
}
.white .arrow:hover,
.ivory .arrow:hover {
  color: #36573d;
  background-image: url("images/arrow-right-darkgreen.png");
}

.darkgreen {
  background-color: #36573d;
}
.darkgreen .title,
.darkgreen .subtitle,
.darkgreen p {
  color: #FFFFFF;
}
.darkgreen .button {
  background-color: #f2e5b3;
  color: #36573d;
  background-image: url("images/arrow-right-darkgreen.png");
}
.darkgreen .button:hover {
  background-color: #1e874a;
  color: #FFFFFF;
  background-image: url("images/arrow-right-white.png");
}
.darkgreen .arrow {
  color: #f2e5b3;
  background-image: url("images/arrow-right-ivory.png");
}
.darkgreen .arrow:hover {
  color: #FFFFFF;
  background-image: url("images/arrow-right-white.png");
}

/* Header ----------------------------------- */
.site-header {
  display: table;
  background-color: #36573d;
  position: fixed;
  width: 100%;
  z-index: 940;
}
.site-header a {
  color: #f9f3e1;
}
.site-header a:hover {
  color: #1e874a;
}
.site-header .logo {
  display: block;
  float: left;
  position: relative;
  width: auto;
  height: auto;
  margin: 10px;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -transition: 0.3s;
  transition: 0.3s;
}
.site-header .logo a {
  display: block;
  width: 200px;
  height: 91px;
  background: url("images/jay-heritage-logo.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -transition: 0.3s;
  transition: 0.3s;
}
.site-header #site-navigation {
  border-left: 1px solid #2e4834;
}
.site-header .site-branding,
.site-header .site-nav {
  display: table-cell;
  width: auto;
  vertical-align: top;
}
.site-header .site-nav {
  width: 100%;
}

.spacer {
  height: 110px;
}

.home .spacer {
  height: 0;
}

/* Utility Nav ----------------------------------- */
.utility {
  border-bottom: 1px solid #2e4834;
  border-left: 1px solid #2e4834;
}

#utility-menu {
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: right;
  margin: 0;
  padding: 0;
}
#utility-menu li {
  display: inline-block;
}
#utility-menu li a {
  display: inline-block;
  padding: 8px 10px;
}

@keyframes navFadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 25px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* Main Navigation -------------------------------- */
.main-navigation {
  clear: none;
}
.main-navigation .utility,
.main-navigation .menu-main-menu-container,
.main-navigation .menu-utility-menu-container {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.main-navigation ul {
  margin: 0;
  padding: 0;
}
.main-navigation ul li {
  display: inline-block;
  float: none;
  vertical-align: top;
  overflow: hidden;
}
.main-navigation ul li:hover {
  overflow: visible;
}
.main-navigation ul li:hover .sub-menu {
  display: block;
  top: 100%;
  text-align: center;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.main-navigation ul .sub-menu {
  display: block;
  position: absolute;
  width: 260px;
  height: auto;
  top: 80%;
  left: 50%;
  margin: 0;
  padding: 0;
  z-index: 99;
  background-color: #2e4834;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-navigation ul .sub-menu a {
  padding: 8px 10px;
  width: 100%;
}
.main-navigation ul .sub-menu li {
  display: block;
  background: #36573d;
  text-align: center;
  float: none;
}
.main-navigation .menu {
  text-align: right;
  width: 100%;
}
.main-navigation a {
  padding: 25px 20px;
}

#primary-menu,
#footer-menu {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.widget_categories .cat-item-16 {
  display: none;
}

/* Animated Header */
.site-header.smaller {
  background: #36573d;
}
.site-header.smaller .logo {
  margin: 5px;
}
.site-header.smaller .logo a {
  width: 150px;
  height: 70px;
}
.site-header.smaller .main-navigation a {
  padding: 10px 15px;
}
.site-header.smaller .main-navigation .sub-menu a {
  padding: 8px 10px;
}

.error-404 {
  text-align: center;
  margin-bottom: 100px;
}
.error-404 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.error-404 ul li {
  display: inline-block;
  width: 100%;
}
.error-404 a {
  color: #1e874a;
  font-weight: 200;
  font-size: 1rem;
}
.error-404 a:hover {
  color: #36573d;
}

.search-form input {
  border: 0;
  background-color: #f9f3e1;
  color: #36573d;
  padding: 7px 15px;
  outline: none;
}
.search-form .search-submit {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 60px 8px 15px;
  border-radius: 5px;
  border: 0;
  font-size: 1rem;
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-color: #1e874a;
  color: #FFFFFF;
  background-image: url("images/arrow-right-white.png");
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -transition: 0.3s;
  transition: 0.3s;
}
.search-form .search-submit:hover {
  background-color: #36573d;
}

.home .latest {
  display: inline-block;
  width: 100%;
  background-color: #f9f3e1;
  padding: 20px 0;
  color: #FFFFFF;
  margin-top: -10px;
}
.home .latest .subtitle {
  text-align: center;
  color: #36573d;
}
.home .latest .subtitle .icon {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}
.home .latest hr {
  height: 1px;
  background-color: #1e874a;
  width: 100%;
  margin: 20px 0;
}
.home .latest .row {
  display: table;
  width: 100%;
  text-align: center;
}
.home .latest .columns {
  display: inline-block;
  float: none;
  width: 23%;
  height: 360px;
  vertical-align: top;
  position: relative;
  margin: 8px;
  text-align: left;
}
.home .latest .layer {
  background-color: #36573d;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .latest .layer .news {
  vertical-align: top;
  padding: 25px 40px;
}
.home .latest .layer .news .title {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "franklin-gothic-urw", sans-serif;
  margin: 0;
}
.home .latest .layer .news .title a {
  color: #f2e5b3;
}
.home .latest .layer .news h4 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.home .latest .layer .news h4 a {
  color: #FFFFFF;
}
.home .latest .layer .news h4 a:hover {
  color: #FFFFFF;
}
.home .latest .layer .news p {
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 10px 0 0 0;
}
.home .latest .twitter .layer {
  padding: 25px 40px;
  position: relative;
}
.home .latest .twitter .layer p {
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  word-wrap: break-word;
}
.home .latest .twitter .layer p a {
  color: #FFFFFF;
}
.home .latest .twitter .layer p a:hover {
  color: #1e874a;
}
.home .latest .twitter .layer span {
  position: absolute;
  bottom: 25px;
  left: 40px;
}
.home .latest .twitter .layer span a {
  color: #FFFFFF;
}
.home .latest .twitter .layer span a:hover {
  color: #FFFFFF;
}
.home .latest .soc-box {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
}
.home .latest .soc-box p {
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.home .latest .soc-box p a {
  color: #FFFFFF;
}
.home .latest .soc-box p a:hover {
  color: #1e874a;
}
.home .latest .soc-box .soc-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.home .latest .soc-box .fac-opa,
.home .latest .soc-box .ins-opa {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 25px 40px;
  z-index: 2;
}
.home .latest .soc-box .fac-opa {
  background: rgba(54, 87, 61, 0.82);
}
.home .latest .soc-box .ins-opa span {
  position: absolute;
  bottom: 25px;
  left: 40px;
  color: #FFFFFF;
}

.hfeed #secondary {
  margin-top: 0;
}
.hfeed .featured-image {
  display: block;
  width: 25%;
  float: left;
}
.hfeed .featured-image img {
  padding-right: 25px;
}
.hfeed .entry-body {
  display: block;
  width: 75%;
  float: left;
}
.hfeed .entry-title {
  margin-top: 0;
}
.hfeed .post {
  display: inline-block;
  width: 95%;
  padding: 30px 0 50px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #826140;
}

.blog .entry-meta,
.blog .entry-footer,
.single .entry-meta,
.single .entry-footer {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
}
.blog .entry-meta span,
.blog .entry-footer span,
.single .entry-meta span,
.single .entry-footer span {
  padding-right: 15px;
}
.blog .entry-title,
.single .entry-title {
  font-weight: 400;
  margin-bottom: 0;
  font-family: "bookmania", serif;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #36573d;
}
.blog ul li, .blog ol li,
.single ul li,
.single ol li {
  color: #4d4d4d;
  font-size: inherit;
}
.blog .entry-header,
.blog .entry-content,
.single .entry-header,
.single .entry-content {
  padding-right: 0%;
}
.blog .underlined,
.single .underlined {
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 20px;
  padding-right: 25px;
  background-image: url("images/arrow-right-green.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.blog .underlined:hover,
.single .underlined:hover {
  background-image: url("images/arrow-right-darkgreen.png");
}

.single .featured-image {
  margin: 70px 50px 50px 0;
}
.single .entry-title {
  font-size: 3rem;
}
.single #secondary {
  margin-top: 70px;
}
.single .byline {
  display: none;
}

#secondary .widget-title {
  margin: 25px 0 10px;
}
#secondary ul, #secondary ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* FLEXSLIDER */
.flex-control-nav li {
  display: inline-block;
  margin: 0 10px;
}
.flex-control-nav li a {
  text-indent: -9999px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  vertical-align: middle;
  transform: rotate(-45deg);
}
.flex-control-nav li a:hover, .flex-control-nav li a.flex-active {
  background-color: #36573d;
}

/* HERO STORY */
#hero {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#hero ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#hero .heroslider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hero .heroslider li {
  position: relative;
  height: 100%;
}
#hero .flex-viewport,
#hero .slides {
  display: inline-block;
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#hero .layer {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 25px 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#hero .overlay {
  display: inline-block;
  background: rgba(249, 246, 235, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: 10;
}
#hero .content {
  position: relative;
  z-index: 20;
}
#hero .content .icon {
  display: inline-block;
  max-height: 20px;
  margin-right: 10px;
}
#hero .content h1 {
  font-family: "bookmania", serif;
  font-size: 3.6rem;
  line-height: 1.1;
  font-weight: 400;
  color: #36573d;
  margin: 10px 0 0;
}
#hero .content h3 {
  color: #36573d;
  text-transform: uppercase;
}
#hero .content .button {
  background-color: #1e874a;
  color: #FFFFFF;
  background-image: url("images/arrow-right-white.png");
}
#hero .content .button:hover {
  background-color: #36573d;
}
#hero .flex-control-nav {
  width: auto;
  position: absolute;
  bottom: 40px;
  right: 25%;
  z-index: 900;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}

/* PAGE NAME */
.pagename {
  display: inline-block;
  width: 100%;
  height: auto;
}
.pagename .bgimage {
  display: block;
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.pagename .bgimage img {
  display: inline-block;
  width: 100%;
}
.pagename .page-title {
  font-family: "bookmania", serif;
  font-size: 3rem;
  text-align: center;
  color: #36573d;
  font-weight: 300;
  margin: 50px 0 0;
}

/* DIVIDER */
.divider {
  display: block;
  width: 100%;
  max-width: 1320px;
  margin: 50px auto;
  position: relative;
  background-color: #FFFFFF;
}
.divider .img {
  display: block;
  position: absolute;
  width: 55px;
  top: -30px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 0 50px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
}
.divider .img.floral {
  background-image: url("images/floral.png");
  height: 55px;
}
.divider .img.redoakleaf {
  background-image: url("images/redoakleaf.png");
  height: 65px;
}
.divider .img.romancircle {
  background-image: url("images/romancircle.png");
  height: 65px;
}
.divider .img.none {
  display: none;
}
.divider .line {
  position: absolute;
  height: 2px;
  background-color: #36573d;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* FULL WIDTH */
.fullwidth {
  text-align: center;
  padding: 50px 0;
  position: relative;
}
.fullwidth .layer {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  text-align: center;
}
.fullwidth p {
  padding: 15px 0;
}
.fullwidth.white {
  background-color: #FFFFFF;
}
.fullwidth.darkgreen {
  background-color: #36573d;
}
.fullwidth.darkgreen .tribe-event-date-start,
.fullwidth.darkgreen .tribe-event-time,
.fullwidth.darkgreen .tribe-events-title {
  color: #FFFFFF;
}
.fullwidth.ivory {
  background-color: #f9f3e1;
}
.fullwidth.hasimage {
  margin: 0 auto;
  padding: 10% 0;
}
.fullwidth.hasimage .layer {
  padding: 2% 7%;
  max-width: 760px;
}
.fullwidth.hasimage .darkgreen.overlay {
  background: rgba(54, 87, 61, 0.9);
}
.fullwidth.hasimage .ivory.overlay {
  background: rgba(249, 243, 225, 0.9);
}
.fullwidth.hasimage .white.overlay {
  background: rgba(255, 255, 255, 0.9);
}
.fullwidth .subtitle .icon {
  margin: 0 15px;
}
.fullwidth .tile-left,
.fullwidth .tile-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 302px;
  z-index: 1;
}
.fullwidth .tile-left {
  left: 0;
  background: url("images/tile-left-green.png") no-repeat center left;
}
.fullwidth .tile-right {
  right: 0;
  background: url("images/tile-right-green.png") no-repeat center right;
}

/* PARALLAX */
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax .layer {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
  padding: 200px 20px;
}
.parallax.white {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  background-color: transparent;
}
.parallax.white .overlay {
  background: rgba(255, 255, 255, 0.9);
}
.parallax.ivory {
  background-color: unset;
}
.parallax.ivory .overlay {
  background: rgba(249, 243, 225, 0.9);
}
.parallax.darkgreen {
  background-color: unset;
}
.parallax.darkgreen .overlay {
  background: rgba(54, 87, 61, 0.9);
}

/* TWO COLUMNS */
.twocolumns {
  text-align: center;
  padding: 50px 0;
  position: relative;
}
.twocolumns .leftside,
.twocolumns .rightside {
  padding: 0 60px;
}
.twocolumns .row {
  position: relative;
}
.twocolumns .layer {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
.twocolumns .verticalline {
  position: absolute;
  top: 12px;
  bottom: 25px;
  left: 0;
  right: 0;
  width: 1px;
  margin: 0 auto;
}
.twocolumns.white .verticalline, .twocolumns.ivory .verticalline {
  background-color: #826140;
}
.twocolumns.darkgreen .verticalline {
  background-color: #FFFFFF;
}

/* THREE COLUMNS */
.threecolumns {
  padding: 10px 0;
  position: relative;
}
.threecolumns .icon {
  display: inline-block;
  padding: 0 25px;
  vertical-align: middle;
}
.threecolumns .title,
.threecolumns .subtitle {
  text-align: center;
}
.threecolumns .title {
  font-size: 3rem;
}
.threecolumns .subtitle {
  font-size: 0.93rem;
}
.threecolumns .row {
  padding: 50px 0 15px;
  position: relative;
  z-index: 5;
}
.threecolumns .row.bgflower {
  max-width: 1280px;
  display: block;
  margin: 0 auto;
  padding: 50px 0;
}
.threecolumns .leftcol,
.threecolumns .middlecol,
.threecolumns .rightcol {
  padding: 0;
}
.threecolumns .leftcol .title,
.threecolumns .leftcol .subtitle,
.threecolumns .middlecol .title,
.threecolumns .middlecol .subtitle,
.threecolumns .rightcol .title,
.threecolumns .rightcol .subtitle {
  text-align: left;
}
.threecolumns .leftcol .subtitle,
.threecolumns .middlecol .subtitle,
.threecolumns .rightcol .subtitle {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1;
}
.threecolumns .leftcol .title,
.threecolumns .middlecol .title,
.threecolumns .rightcol .title {
  font-size: 2rem;
}
.threecolumns .leftcol img,
.threecolumns .middlecol img,
.threecolumns .rightcol img {
  margin-bottom: 10px;
}
.threecolumns .leftcol p:last-child,
.threecolumns .middlecol p:last-child,
.threecolumns .rightcol p:last-child {
  padding-bottom: 0;
}
.threecolumns .leftcol .layer,
.threecolumns .middlecol .layer,
.threecolumns .rightcol .layer {
  padding: 0 25px;
}
.threecolumns .middlecol .layer {
  border-left: 1px solid;
  border-right: 1px solid;
}
.threecolumns.white .middlecol, .threecolumns.ivory .middlecol {
  border-color: #826140;
}
.threecolumns.darkgreen .middlecol {
  border-color: #FFFFFF;
}
.threecolumns .flower-left,
.threecolumns .flower-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 300px;
  z-index: 1;
}
.threecolumns .flower-left {
  left: 0;
  background: url("images/tile-left-green.png") no-repeat center center;
}
.threecolumns .flower-right {
  right: 0;
  background: url("images/tile-right-green.png") no-repeat center center;
}

/* FIVE COLUMNS */
.fivecolumns {
  padding: 50px 0 25px;
  position: relative;
  z-index: 5;
}
.fivecolumns .icon {
  display: inline-block;
  padding: 0 25px;
  vertical-align: middle;
}
.fivecolumns .fivecolumns-header {
  width: calc(100% - 50px);
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}
.fivecolumns .fivecolumns-header .title,
.fivecolumns .fivecolumns-header .subtitle {
  text-align: center;
}
.fivecolumns .fivecolumns-header .title {
  font-size: 3rem;
}
.fivecolumns .fivecolumns-header .subtitle {
  font-size: 0.93rem;
}
.fivecolumns .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 50px 0 15px;
  position: relative;
  z-index: 5;
}
.fivecolumns .row .column {
  flex: 1 0 100%;
  border-bottom: 1px solid;
}
.fivecolumns .row .column img {
  display: block;
  width: 100%;
  height: auto;
}
.fivecolumns .row .subtitle {
  font-size: 0.93rem;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1;
}
.fivecolumns .row .title {
  font-size: 2rem;
}
.fivecolumns .row img {
  margin-bottom: 10px;
}
.fivecolumns .row p:last-child {
  padding-bottom: 0;
}
.fivecolumns .row .layer {
  padding: 25px;
}

@media all and (min-width: 640px) {
  .fivecolumns .row .column {
    flex: 1 1 33.33%;
    border-right: 1px solid;
    border-bottom: 0;
    margin-bottom: 50px;
  }
  .fivecolumns .row .column:last-child {
    border-right: 0;
  }
  .fivecolumns .row .layer {
    padding: 0 25px;
  }
  .fivecolumns.white .column, .fivecolumns.ivory .column {
    border-color: #826140;
  }
  .fivecolumns.darkgreen .column {
    border-color: #FFFFFF;
  }
}
@media all and (min-width: 1280px) {
  .fivecolumns .row {
    flex-wrap: nowrap;
  }
  .fivecolumns .row .column {
    flex: 1 1 20%;
  }
}
/* FOUR UP */
.fourup {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 40px 0;
}
.fourup .layer {
  width: 60%;
  margin: 0 auto;
  padding: 0 1%;
}
.fourup .item {
  display: inline-block;
  width: 24%;
  vertical-align: top;
}
.fourup h4 {
  font-size: 2rem;
  color: #36573d;
  font-family: "bookmania", serif;
  font-weight: 200;
  margin: 25px 0;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -transition: 0.3s;
  transition: 0.3s;
}
.fourup h4:hover {
  color: #1e874a;
}

/* FIFTY FIFTY */
.fiftyfifty {
  position: relative;
}
.fiftyfifty .imgside,
.fiftyfifty .contentside {
  width: 50%;
}
.fiftyfifty .image-content,
.fiftyfifty .content-image {
  position: relative;
}
.fiftyfifty .image-content .contentside,
.fiftyfifty .image-content .imgside,
.fiftyfifty .content-image .contentside,
.fiftyfifty .content-image .imgside {
  position: relative;
}
.fiftyfifty .image-content .contentside .layer,
.fiftyfifty .content-image .contentside .layer {
  padding: 18.5% 10%;
  text-align: center;
}
.fiftyfifty .image-content .imgside,
.fiftyfifty .content-image .imgside {
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 50%;
}
.fiftyfifty .image-content .imgside .layer,
.fiftyfifty .content-image .imgside .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fiftyfifty .image-content .imgside {
  left: 0;
}
.fiftyfifty .image-content .contentside {
  float: right;
}
.fiftyfifty .content-image .imgside {
  right: 0;
}
.fiftyfifty .content-image .contentside {
  float: left;
}

/* EIGHTYT WENTY */
.sidecontent {
  display: inline-block;
  width: 25%;
}

.maincontent {
  display: inline-block;
  width: 75%;
}

.floatsideright .sidecontent {
  float: right;
}
.floatsideright .maincontent .layer {
  padding-right: 60px;
}

.floatsideleft .sidecontent {
  float: left;
}
.floatsideleft .maincontent .layer {
  padding-left: 60px;
}

/* EIGHTY TWENTY - TITLE */
.eightytwentytitle {
  padding: 50px 0;
}
.eightytwentytitle .subtitle img {
  display: inline-block;
}
.eightytwentytitle .subtitle img:first-child {
  padding-right: 8px;
}
.eightytwentytitle .subtitle img:last-child {
  padding-left: 8px;
}

/* EIGHTY TWENTY - LINKS */
.eightytwentylinks {
  padding: 50px 0;
}
.eightytwentylinks .sidecontent ul {
  list-style: none;
  margin: 18px 0;
  padding: 0;
}
.eightytwentylinks .sidecontent ul li {
  padding: 12px 0;
}
.eightytwentylinks .sidecontent ul li a {
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: bold;
  padding-right: 26px;
  background-repeat: no-repeat;
  background-position: center right;
}
.eightytwentylinks.white .sidecontent ul, .eightytwentylinks.ivory .sidecontent ul {
  border-top: 1px solid #826140;
}
.eightytwentylinks.white .sidecontent ul li, .eightytwentylinks.ivory .sidecontent ul li {
  border-bottom: 1px solid #826140;
}
.eightytwentylinks.white .sidecontent ul li a, .eightytwentylinks.ivory .sidecontent ul li a {
  color: #1e874a;
  background-image: url("images/arrow-right-green.png");
}
.eightytwentylinks.white .sidecontent ul li a:hover, .eightytwentylinks.ivory .sidecontent ul li a:hover {
  color: #36573d;
  background-image: url("images/arrow-right-darkgreen.png");
}
.eightytwentylinks.darkgreen .sidecontent ul {
  border-top: 1px solid #FFFFFF;
}
.eightytwentylinks.darkgreen .sidecontent ul li {
  border-bottom: 1px solid #FFFFFF;
}
.eightytwentylinks.darkgreen .sidecontent ul li a {
  color: #f2e5b3;
  background-image: url("images/arrow-right-ivory.png");
}
.eightytwentylinks.darkgreen .sidecontent ul li a:hover {
  color: #FFFFFF;
  background-image: url("images/arrow-right-white.png");
}

/* EIGHTY TWENTY - CALLOUT */
.eightytwentycallout {
  padding: 50px 0;
}
.eightytwentycallout .headline {
  font-family: "bookmania", serif;
  font-size: 2.5rem;
  font-weight: 300;
  margin: 0;
}
.eightytwentycallout .headline img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -5px;
}
.eightytwentycallout .sidecontent {
  border-top: 1px solid;
  margin-top: 22px;
  padding-top: 20px;
}
.eightytwentycallout .sidecontent p {
  font-size: 0.85rem;
  font-weight: 200;
  letter-spacing: 0.03em;
}
.eightytwentycallout .sidecontent .button {
  font-size: 1rem;
  letter-spacing: 0.06em;
}
.eightytwentycallout .sidecontent img {
  margin: 12px 0;
}
.eightytwentycallout.white, .eightytwentycallout.ivory {
  border-color: #826140;
}
.eightytwentycallout.darkgreen .sidecontent {
  border-color: #FFFFFF;
}
.eightytwentycallout.darkgreen .headline {
  color: #FFFFFF;
}

/* EIGHTY TWENTY - TEXT & COPY - STANDARD */
.eightytwenty {
  padding: 50px 0;
}
.eightytwenty .row {
  position: relative;
}
.eightytwenty .maincontent {
  width: 70%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.eightytwenty .maincontent .wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.eightytwenty .sidecontent {
  width: 30%;
}
.eightytwenty .sidecontent .layer {
  padding: 50px;
  text-align: center;
}
.eightytwenty .sidecontent .icon {
  margin-bottom: 10px;
}
.eightytwenty .floatsideleft .maincontent {
  right: 0;
}
.eightytwenty .floatsideright .maincontent {
  left: 0;
}

/* GALLERY */
.gallery {
  display: block;
  width: 100%;
  margin: 50px auto;
  overflow: hidden;
}
.gallery .slides {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}
.gallery .slides li {
  height: 800px;
  position: relative;
}
.gallery .subtitle .icon {
  display: inline-block;
  vertical-align: middle;
}
.gallery .subtitle .icon:first-child {
  padding-right: 14px;
}
.gallery .subtitle .icon:last-child {
  padding-left: 14px;
}
.gallery .details .row {
  width: 100%;
}
.gallery .layer {
  width: 60%;
  margin: 0;
  position: relative;
  top: -15px;
}
.gallery.white {
  max-width: 1320px;
  margin: 100px auto;
}
.gallery .flexslider {
  position: relative;
}
.gallery .flexslider li.flex-active-slide {
  display: block;
  cursor: pointer;
}
.gallery .flex-control-nav {
  width: 100%;
  max-width: 1320px;
  list-style: none;
  position: relative;
  top: -40px;
  margin: 0 auto;
  padding: 0;
  left: 25px;
  overflow: hidden;
}

/* PHOTO STREAM */
.photostream {
  display: inline-block;
  width: 100%;
  height: auto;
}
.photostream .subtitle {
  margin: 25px auto;
  text-align: center;
  color: #36573d;
}
.photostream .subtitle .icon {
  display: inline-block;
  margin: 0 15px;
  vertical-align: text-top;
}
.photostream .thestream {
  display: block;
  width: 100%;
}
.photostream .justified-gallery {
  display: block;
  height: 475px !important;
  width: 100%;
}

#swipebox-overlay {
  background: rgba(77, 77, 77, 0.9) !important;
}

#swipebox-slider .slide img {
  box-shadow: 0 0 15px 0 #333;
}

.simcal-default-calendar-grid table thead th {
  text-transform: uppercase;
  color: #36573d !important;
  letter-spacing: 0.1em;
  font-size: 1.1em !important;
}
.simcal-default-calendar-grid .simcal-calendar-head .simcal-nav.simcal-current h3 {
  font-family: "bookmania", serif !important;
  font-size: 3rem !important;
  text-transform: capitalize !important;
  margin: 50px 0;
  line-height: 1.2;
  font-weight: 500 !important;
}
.simcal-default-calendar-grid .simcal-icon-left,
.simcal-default-calendar-grid .simcal-icon-right {
  background-color: #1e874a;
  padding: 12px 0 6px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -transition: 0.3s;
  transition: 0.3s;
}
.simcal-default-calendar-grid .simcal-icon-left:before,
.simcal-default-calendar-grid .simcal-icon-right:before {
  content: " ";
  width: 100%;
  height: 18px;
}
.simcal-default-calendar-grid .simcal-icon-left:before {
  background: url("images/arrow-left-white.png") no-repeat center center;
}
.simcal-default-calendar-grid .simcal-icon-right:before {
  background: url("images/arrow-right-white.png") no-repeat center center;
}
.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day {
  padding: 1px !important;
}
.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day:hover {
  background-color: #f6f6f6 !important;
}
.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-number {
  background: #f9f3e1 !important;
  color: #36573d !important;
}
.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-today .simcal-day-number {
  background: #826140 !important;
  color: #f9f6eb !important;
}
.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-today > div {
  border: 1px solid #826140 !important;
}
.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void {
  background-color: #f6f6f6 !important;
}
.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-event {
  font-size: 1.2em !important;
}

.simcal-default-calendar .simcal-nav-button.simcal-prev:hover, .simcal-default-calendar .simcal-nav-button.simcal-next:hover {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.simcal-default-calendar .simcal-nav-button.simcal-prev:hover .simcal-icon-left,
.simcal-default-calendar .simcal-nav-button.simcal-prev:hover .simcal-icon-right, .simcal-default-calendar .simcal-nav-button.simcal-next:hover .simcal-icon-left,
.simcal-default-calendar .simcal-nav-button.simcal-next:hover .simcal-icon-right {
  background: #36573d !important;
}

.qtip-content {
  height: 360px;
  overflow: scroll !important;
}
.qtip-content p {
  font-size: 1rem;
  padding: 0;
}
.qtip-content p .simcal-event-title {
  font-size: 1.1rem;
}

.gform_wrapper.gf_browser_chrome input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=file]), .gform_wrapper.gf_browser_chrome textarea, .gform_wrapper.gf_browser_gecko input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=file]), .gform_wrapper.gf_browser_gecko textarea, .gform_wrapper.gf_browser_safari input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=file]), .gform_wrapper.gf_browser_safari textarea {
  border: 1px solid #36573d !important;
  background-color: #FFFFFF;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 8px 10px !important;
  border-radius: 5px !important;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
  color: #4d4d4d;
  outline: none;
}

.gform_wrapper .gfield_required {
  color: #1e874a !important;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  font-size: 0.85rem !important;
  letter-spacing: 0 !important;
  color: #2e4834;
}

.darkgreen .gform_wrapper .gfield_required {
  color: #f2e5b3 !important;
}
.darkgreen .gform_wrapper label {
  color: #FFFFFF;
}
.darkgreen .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  font-size: 0.85rem !important;
  letter-spacing: 0 !important;
  color: #FFFFFF;
}
.darkgreen .gform_wrapper .gform_wrapper.gf_browser_chrome input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=file]),
.darkgreen .gform_wrapper .gform_wrapper.gf_browser_chrome textarea,
.darkgreen .gform_wrapper .gform_wrapper.gf_browser_gecko input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=file]),
.darkgreen .gform_wrapper .gform_wrapper.gf_browser_gecko textarea,
.darkgreen .gform_wrapper .gform_wrapper.gf_browser_safari input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=file]),
.darkgreen .gform_wrapper .gform_wrapper.gf_browser_safari textarea {
  border: 1px solid #1e874a !important;
  color: #FFFFFF;
}

.site-footer {
  display: inline-block;
  float: left;
  width: 100%;
  background-color: #36573d;
  padding: 0 0 25px 0;
}
.site-footer p {
  color: #FFFFFF;
  font-size: 0.95rem;
}
.site-footer a {
  color: #f9f3e1;
}
.site-footer a:hover {
  color: #1e874a;
}
.site-footer .romankey {
  display: block;
  width: 100%;
  height: 22px;
  background: rgba(255, 255, 255, 0.4);
  background-image: url("images/romankey-repeater.png");
  background-repeat: repeat-x;
  background-position: left;
  margin-bottom: 25px;
}
.site-footer .site-info p {
  font-size: 0.75rem;
}
.site-footer #footer-menu {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.site-footer #footer-menu li {
  display: inline-block;
  padding: 0 0 0 10px;
}
.site-footer .address {
  text-align: right;
  margin: 15px 0;
}
.site-footer .social-icons {
  text-align: right;
  margin: 15px 0;
}
.site-footer .social-icons a {
  display: inline-block;
  margin: 0 0 0 5px;
  background-repeat: no-repeat;
  background-position: center;
}
.site-footer .social-icons a:hover {
  -webkit-opacity: 0.75;
  -ms-opacity: 0.75;
  -o-opacity: 0.75;
  -opacity: 0.75;
  opacity: 0.75;
}

@media screen and (max-width: 1320px) {
  #hero .layer {
    padding: 4%;
  }
  p {
    font-size: 1rem;
  }
  .title {
    font-size: 2.4rem;
  }
  .subtitle {
    font-size: 1rem;
  }
  .eightytwentytitle .sidecontent,
  .eightytwentytitle .maincontent,
  .eightytwentylinks .sidecontent,
  .eightytwentylinks .maincontent,
  .eightytwentycallout .sidecontent,
  .eightytwentycallout .maincontent {
    padding: 0 4%;
  }
  .floatsideright .maincontent .layer {
    padding-right: 0;
  }
  .floatsideleft .maincontent .layer {
    padding-left: 0;
  }
  .eightytwentycallout .headline {
    font-size: 2rem;
  }
  .twocolumns .layer {
    width: 100%;
  }
  .threecolumns .title {
    font-size: 2.4rem;
  }
  .gallery .layer {
    width: 100%;
    padding: 0 4%;
  }
  .site-footer .row {
    width: 92%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  #hero .overlay {
    width: 100%;
  }
  #hero .layer {
    padding: 1% 4% 6% 4%;
  }
  #hero .flex-control-nav {
    right: 0;
    width: 100%;
    text-align: center;
  }
  .tribe-list-widget {
    display: block;
    margin: 25px auto;
  }
  .tribe-list-widget .type-tribe_events {
    display: inline-block;
    width: 100%;
    margin: 25px auto;
    padding: 0 0 40px 0;
    border-bottom: 2px solid #f9f3e1;
    border-right: 0;
  }
  .tribe-list-widget .type-tribe_events:last-child {
    border-bottom: 0;
  }
  .fourup .item {
    width: 45%;
  }
  .home .latest .columns {
    width: 48%;
  }
}
@media screen and (max-width: 940px) {
  .site-header .logo {
    margin: 5px;
  }
  .site-header .logo a {
    width: 150px;
    height: 70px;
  }
  .main-navigation a {
    padding: 15px 10px;
  }
  .spacer {
    height: 90px;
  }
  .sidecontent {
    width: 35%;
  }
  .maincontent {
    width: 65%;
  }
  .eightytwenty .sidecontent,
  .eightytwenty .maincontent {
    width: 100%;
  }
  .eightytwenty .maincontent {
    position: relative;
    height: 460px;
  }
}
@media screen and (max-width: 768px) {
  .site-header {
    position: relative;
  }
  .spacer {
    height: 0;
  }
  #hero .overlay {
    display: none;
  }
  #hero .layer {
    background: rgba(249, 246, 235, 0.9);
  }
  .twocolumns .leftside,
  .twocolumns .rightside {
    padding: 0 4%;
  }
  .sidecontent,
  .maincontent {
    width: 100%;
  }
  .twocolumns {
    padding: 4% 0;
  }
  .fullwidth {
    padding: 4%;
  }
  .fullwidth.hasimage .layer {
    width: 80%;
  }
  .eightytwentycallout {
    padding: 4% 0;
  }
  .eightytwentycallout .sidecontent {
    display: table;
    width: 92%;
    margin: 0 auto 4%;
    float: none;
    padding: 4%;
    border: 1px solid;
  }
  .eightytwentycallout .sidecontent img {
    display: inline-block;
    float: left;
    width: 40%;
  }
  .eightytwentycallout .sidecontent .icon {
    display: inline-block;
    width: auto;
    float: none;
  }
  .eightytwentycallout .sidecontent .layer {
    display: inline-block;
    width: 50%;
    float: right;
  }
  .gallery .slides li {
    height: 460px;
  }
}
@media screen and (max-width: 767px) {
  .menu-toggle {
    float: right;
    position: relative;
    padding: 5px 10px;
    margin: 5px;
    background-image: none;
    background-color: #36573d;
    color: #f9f3e1;
    font-size: 1.15rem;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 600;
    outline: none;
    cursor: pointer;
  }
  #utility-menu li a {
    padding: 4px 10px;
  }
  .logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  .site-header a:hover {
    color: #FFFFFF;
  }
  .main-navigation {
    position: relative;
  }
  .main-navigation .menu-main-menu-container {
    float: right;
  }
  .main-navigation.toggled .menu-main-menu-container {
    float: none;
  }
  .main-navigation.toggled ul li {
    width: 100%;
    text-align: center;
  }
  .main-navigation.toggled ul li a {
    display: inline-block;
  }
  .main-navigation.toggled ul li.menu-item-has-children::after {
    display: inline-block;
    width: 6px;
    height: 8px;
    content: " ";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-top: 6px solid #f9f3e1;
  }
  .main-navigation.toggled ul li .sub-menu {
    display: none;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-color: #2e4834;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: none;
  }
  .main-navigation.toggled ul li .sub-menu::before {
    display: none;
  }
  .main-navigation.toggled ul li .sub-menu li {
    text-align: center;
    background-color: #2e4834;
  }
  .main-navigation.toggled ul li .sub-menu li a {
    width: 100%;
    color: #FFFFFF;
  }
  .main-navigation.toggled ul li.focus .sub-menu {
    display: block;
  }
  .main-navigation.toggled .site-nav {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .verticalline {
    display: none;
  }
  .site-header .logo a,
  .site-header.smaller .logo a {
    width: 120px;
    height: 55px;
  }
  .title {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  #hero .layer {
    padding-bottom: 10%;
  }
  #hero .content h1 {
    font-size: 2.6rem;
  }
  #hero .flex-control-nav {
    bottom: 25px;
  }
  .home .latest .columns {
    width: 90%;
  }
  .fiftyfifty .image-content .imgside,
  .fiftyfifty .content-image .imgside {
    position: relative;
    width: 100%;
    height: 420px;
  }
  .fiftyfifty .image-content .contentside .layer,
  .fiftyfifty .content-image .contentside .layer {
    padding: 4%;
  }
  .fiftyfifty .contentside {
    width: 100%;
  }
  .threecolumns .middlecol {
    border: 0;
  }
  .threecolumns .leftcol,
  .threecolumns .middlecol,
  .threecolumns .rightcol {
    border-bottom: 1px solid;
    margin-bottom: 4%;
    padding-bottom: 4%;
  }
  .fourup .layer {
    width: 80%;
  }
  .fourup .item {
    width: 100%;
  }
  .site-footer .site-info,
  .site-footer #footer-menu,
  .site-footer .social-icons,
  .site-footer .address {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  #hero .layer {
    height: 45%;
  }
}
@media screen and (min-width: 1441px) {
  #hero .content {
    margin-left: 10%;
  }
}
@media screen and (min-width: 1320px) {
  .threecolumns .middlecol {
    border: 0;
    padding: 0;
  }
}
