/* JFWtheme18 - Global shared CSS */

/******************************************
* Fonts and Colors
*******************************************/
/*Light
font-family: "proxima-nova",sans-serif;
font-style: normal;
font-weight: 300;

Regular
font-family: "proxima-nova",sans-serif;
font-style: normal;
font-weight: 400;

Regular Italic
font-family: "proxima-nova",sans-serif;
font-style: italic;
font-weight: 400;

Semi Bold
font-family: "proxima-nova",sans-serif;
font-style: normal;
font-weight: 600;

Medium
font-family: "proxima-nova",sans-serif;
font-style: normal;
font-weight: 500;

Semi Bold Italic
font-family: "proxima-nova",sans-serif;
font-style: italic;
font-weight: 600;
*/

/*
color: #ffffff;
color: #e2d9d5;
color: #e2d9d5;
color: #48443d;
color: #978d81;
color: #3d3932;
color: #000000;
*/

/******************************************
* General Styles
*******************************************/
body {
  font-family: "proxima-nova", sans-serif;
  color: #3d3932;
  font-size: 20px;
	line-height: 1.286;
  letter-spacing: .05em;
}
body .dialog-off-canvas-main-canvas {
  overflow: hidden;
}
p, ol, ul {
  margin-bottom: 24px;
  line-height: 30px;
}
a {
  color: #978d81;
}
a:hover, a:focus, a:active {
  color: #48443d;
}
h2 {
  font-size: 25px;
  color: #49443d;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
}
p + h2 {
  margin-top: -3px;
}
h3 {
  font-size: 30px;
  color: #49443d;
  letter-spacing: 0;
  margin: 0;
  line-height: 1.15;
  font-weight: 500;
}

.container, .widget-container {
  max-width: 1014px;
  max-width: 900px;
}

/******************************************
* Header
*******************************************/
.region-header {
  background: #ffffff;
  width: 100%;
  padding: 9px 0;
  text-align: center;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
}
main {
  padding-top:128px;
}
.scrolled main {
  padding-top: 93px;
}
.site-logo img {
  height: 110px !important;
  vertical-align: middle;
  transition: height .3s linear;
}
.scrolled .site-logo img {
  height: 75px !important;
}
/*** main menu ***/
.region-primary-menu {
/*  position: absolute;
  top: 0;
  left: 0;
  width: 100%;*/
}
.region-primary-menu .menu-wrapper {
  height: 100%;
  height: calc(100% - 128px);
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #e2d9d5;
  top: 128px;
/*  padding-bottom: 3000px;
  margin-bottom: -3000px;*/
  z-index: 105;
  width: 100%;
  transition: top .3s linear;
}
.scrolled .region-primary-menu .menu-wrapper {
  height: calc(100% - 93px);
  top: 93px;
}
.region-primary-menu .menu-wrapper > ul.menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*padding-right: 25px;*/
  overflow-y: auto;
  overflow-x: hidden;
}
.region-primary-menu .block label {
  width: 0;
  height: 0;
  position: static;
}
.region-primary-menu .block label {
  position: absolute;
  position: fixed;
  z-index: 1;
  line-height: 1;
  top: 32px;
  left: 32px;
  width: 58px;
  height: 37px;
  background: url("images/menu-trigger.png") 0px 0px no-repeat;
  z-index: 110;
}
.region-primary-menu .block input:checked ~ label {
  background-position: 0px -38px;
}
/*** menu dropdown ***/
.region-primary-menu .menu-wrapper > ul.menu {
  padding: 0 32px;
}
.region-primary-menu .menu-wrapper ul.menu li {
  list-style: none;
  overflow: hidden;
}
.region-primary-menu .menu-wrapper ul.menu li a {
  font-size: 20px;
  color: #49443d;
  display: inline-block;
  line-height: 1.5;
  display: block;
}
.region-primary-menu .menu-wrapper ul.menu li.menu-item--expanded > a:after {
  content: "+";
  float: right;
}
.region-primary-menu .menu-wrapper ul.menu li.menu-item--expanded > a.js-collapse-trigger-open:after {
  content: "-";
}
.region-primary-menu .menu-wrapper ul.menu li.menu-item--expanded > a:hover:after,
.region-primary-menu .menu-wrapper ul.menu li.menu-item--expanded > a:focus:after,
.region-primary-menu .menu-wrapper ul.menu li.menu-item--expanded > a:active:after {
  text-decoration: underline;
}
.region-primary-menu .menu-wrapper ul.menu li.menu-item--expanded > a:hover:after,
.region-primary-menu .menu-wrapper ul.menu li.menu-item--expanded > a:focus:after,
.region-primary-menu .menu-wrapper ul.menu li.menu-item--expanded > a:active:after {
  text-decoration: none;
}
.region-primary-menu .menu-wrapper ul.menu li ul li a.is-active {
  font-weight: 600;
  font-style: italic;
}
.region-primary-menu .menu-wrapper > ul.menu > li {
  border-bottom: 1px solid #978d81;
  padding-bottom: 8px;
  margin-top: 17px;
}
.region-primary-menu .menu-wrapper > ul.menu > li:last-child {
  border-bottom: none;
}
.region-primary-menu .menu-wrapper > ul.menu > li > a {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 34px;
}
.region-primary-menu .menu-wrapper > ul.menu > li > ul {
  margin-bottom: 7px;
}

/*** close menu ***/
.main-menu-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 104;
  display: none;
}
.region-primary-menu .block input:checked ~ .main-menu-backdrop {
  display: block;
}

/*** search ***/
.region-secondary-menu {
}
/* default checkbox */
.region-secondary-menu .block-search input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.region-secondary-menu .block-search label {
  cursor: pointer;
  user-select: none;
}
.region-secondary-menu .block-search label:after {
  display: none;
}
/* small screens */
.region-secondary-menu .block-search > .search-form-wrapper {
  display: none;
  position: fixed;
  top: 93px;
  width: 100%;
  background: #e2d9d5;
  left: 0;
  padding: 0 32px;
  padding-top: 88px;
  box-sizing: border-box;
  z-index: 10;
  height: calc(100vh - 93px);
  min-height: 300px;
  transition: top .3s linear;
}
.region-secondary-menu .block-search label {
  width: 0;
  height: 0;
  display: block;
}
.region-secondary-menu .block-search label {
  content: '';
  position: fixed;
  z-index: 100;
  top: 32px;
  right: 32px;
  width: 39px;
  height: 37px;
  background: url("images/search-icon.png") 0px 0px no-repeat;
  line-height: 1;
}
.region-secondary-menu .block-search input:checked ~ .search-form-wrapper {
  display: block;
}
#search-block-form {
  border-bottom: 1px solid #978d81;
  position: relative;
}
#search-block-form input.form-search {
  background: none;
  border: none;
  font-weight: 600;
  color: #49443d;
  outline: none;
  font-size: 25px;
  width: 100%;
  line-height: 45px;
  padding-right: 44px;
  box-sizing: border-box;
}
#search-block-form input.form-search::placeholder {
  color: #49443d;
  text-transform: uppercase;
}
#search-block-form input.form-submit {
  background: none;
  border: none;
  -webkit-appearance: none;
  background: url("images/search-icon.png") 0px 0px no-repeat;
  height: 30px;
  background-size: 32px;
  outline: none;
  text-indent: -9999px;
  width: 32px;
  overflow: hidden;
}
#search-block-form .form-actions {
  position: absolute;
  right: 0;
  bottom: 14px;
  max-width: none;
}

.path-frontpage .page-title-wrapper {
  display: none;
}

/******************************************
* Main Content
*******************************************/
.page-title-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.js-parallax-sticky-fg .page-title-wrapper {
  padding-left: 0;
  padding-right: 0;
}
h1, .page-title, .false-page-title, .path-search h2 {
  text-align: center;
  font-size: 30px;
  color: #48443d;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 14px;
  padding-top: 8px;
}
.path-search h2 {
	padding-bottom: 40px;
}
.false-page-title {
  padding-bottom: 3px;
}
h1 span, .page-title span {
  display: block;
}
.page-node-type-centralized-document .page-title {
  border-bottom: 1px solid #978d81;
}
h1, .page-node-type-centralized-document .page-title {
  margin-bottom: 25px;
}
.page-title {
  margin-bottom: 0;
}

/*** centralized docs / legal pages ***/
.node--type-centralized-document {
  padding: 0 22px;
}
.node--type-centralized-document .node__content {
  max-width: 1014px;
  margin: auto;
}

/******************************************
* Footer
*******************************************/
footer {
  color: #978d81;
  font-size: 13px;
  text-align: center;
  padding: 50px 20px;
  border-top: 1px solid #e2d9d5;
  position: relative;
	z-index: 80;
  background: #ffffff;
}
footer p {
  margin: 0;
}
footer .menu {
  text-align: center;
  margin: 0 -15px;
}
footer .menu li.menu-item {
  display: inline-block;
  margin: 0 13px 37px 13px;
}
footer .menu li.menu-item a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
footer .menu li.menu-item a.is-active {
  color: #48443d;
}
#block-copyrightmessage {
  margin-top: -6px;
}

#block-socialmedialinks {
  margin-top: -10px;
  margin-bottom: 11px;
}
#block-socialmedialinks .field--name-body ul {
  margin: 0;
  padding: 0;
}
#block-socialmedialinks .field--name-body ul li {
  list-style: none;
  display: inline-block;
  margin: 0 4px;
}
#block-socialmedialinks .field--name-body ul li a {
  display: block;
  width: 24px;
  height: 32px;
  /*background: pink;
  text-indent: -9999px;
  overflow: hidden;*/
  /*background: url("images/social-icons.png") 0px top no-repeat;
  background-size: 54px;*/
}
#block-socialmedialinks .field--name-body ul li a i {
    font-size: 1.2rem;
}
#block-socialmedialinks .field--name-body ul li a:hover {
  background-position: 0px bottom;
}
#block-socialmedialinks .field--name-body ul li a.facebook {
  width: 10px;
}
#block-socialmedialinks .field--name-body ul li a.twitter {
  background-position: -13px top;
  width: 20px;
}
#block-socialmedialinks .field--name-body ul li a.twitter:hover {
  background-position: -13px bottom;
}
#block-socialmedialinks .field--name-body ul li a.linkedin {
  background-position: -38px top;
  width: 16px;
}
#block-socialmedialinks .field--name-body ul li a.linkedin:hover {
  background-position: -38px bottom;
}

/******************************************
* Widget - Parallax Overlay Link
*******************************************/
.widget--parallax-overlay-link {
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.widget--parallax-overlay-link .parallax-overlay-background img {
  display: block;
}
.widget--parallax-overlay-link .parallax-overlay-top {
  padding: 23px 20px 32px 20px;
}
.widget--parallax-overlay-link .parallax-overlay-top .widget-container {
  max-width: 710px;
}
.widget--parallax-overlay-link .parallax-overlay-top .field--name-field-w-pol-title {
  font-size: 40px;
}
.widget--parallax-overlay-link .parallax-overlay-top .field--name-field-w-pol-title:after {
  content: "";
  border-top: 1px solid #978d81;
  display: block;
  width: 300px;
  max-width: 100%;
  height: 0;
  margin: 9px auto 15px auto;
}
.widget--parallax-overlay-link .parallax-overlay-top a {
  text-decoration: none;
}
.widget--parallax-overlay-link .parallax-overlay-top .parallax-overlay-subtitle-text {
  color: #49443d;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 1;
}
.widget--parallax-overlay-link .parallax-overlay-top .parallax-overlay-subtitle-text .field--name-field-w-pol-subtitle {
  text-transform: uppercase;
}
.widget--parallax-overlay-link .parallax-overlay-top .field--name-field-w-pol-detail-text {
  display: none;
}
.widget--parallax-overlay-link .parallax-overlay {
  position: absolute;
  bottom: 49px;
  left: 0;
  right: 0;
  z-index: 105;
  max-width: none;
}
.widget--parallax-overlay-link .parallax-overlay .field--name-field-w-pol-link a {
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  border: 1px solid #ffffff;
  display: inline-block;
  background: rgba(73, 68, 61,.57);
  text-decoration: none;
  min-width: 280px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 15px;
  box-sizing: border-box;
  max-width: 90%;
}

/******************************************
* Widget - Video / Full Screen Image
*******************************************/
.full-screen-image-indicator-wrapper {
	height: 60px;
	overflow: hidden;
	position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.full-screen-image-indicator-wrapper img {
  margin-top: -60px;
}
.full-screen-image {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bv-video-wrap {
  display: none;
}

.field--name-field-w-fsi-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  font-size: 40px;
  width: 100%;
  padding: 0 20px;
  color: #ffffff;
  box-sizing: border-box;
}

/******************************************
* Widget - Accordion Item
*******************************************/
.widget .widget--accordion-item, .widget--accordion-item {
  margin-bottom: 20px;
}
.widget--accordion .widget--accordion-item:last-child {
  margin-bottom: 0;
}
.widget--accordion-item .accordion-item-header {
  position: relative;
}
.widget--accordion-item .accordion-item-header:hover {
  cursor: pointer;
}
.widget--accordion-item .accordion-item-header-image img {
  display: block;
  width: 100%;
}
.widget--accordion-item .accordion-item-header .accordion-item-header-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
}
.widget--accordion-item .accordion-item-header .field--name-field-w-aci-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0;
}
.widget--accordion-item .accordion-item-header .field--name-field-w-aci-subtitle {
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 0;
  font-style: italic;
}
.widget--accordion-item .accordion-item-header .field--name-field-w-aci-title:after {
  content: '';
  border-top: 1px solid #ffffff;
  display: block;
  width: 200px;
  max-width: 100%;
  height: 0;
  margin: 10px auto 9px auto;
  font-weight: normal;
}

.widget--accordion-item .accordion-item-content {
  overflow: hidden;
}
.widget--accordion-item .accordion-item-content .accordion-item-content-inner {
  padding-top: 26px;
  padding-bottom: 13px;
}
.widget--accordion-item:last-child .accordion-item-content {
  padding-bottom: 33px;
}
.accordion-item-content .widget--year {
  padding: 0 20px;
  margin-bottom: 11px;
}
.accordion-item-content .widget--year .widget-container {
  max-width: 766px;
}
.accordion-item-content .widget--year .field--name-field-w-yrw-text {
  font-size: 20px;
  line-height: 30px;
}
.accordion-item-content .widget--year .field--name-field-w-yrw-text p:last-child {
  margin-bottom: 0;
}

.js-collapse-item {
  -webkit-transition: max-height .3s ease-out,  visibility .3s ease-out;
  -moz-transition: max-height .3s ease-out,  visibility .3s ease-out;
  -o-transition: max-height .3s ease-out,  visibility .3s ease-out;
  transition: max-height .3s ease-out,  visibility .3s ease-out;
}
.js-collapse-item.js-collapse-closed {
  max-height: 0 !important;
  visibility: hidden;
}
.js-collapse-item.js-collapse-open {
  max-height: none;
  visibility: visible;
}


/******************************************
* Text Widget
*******************************************/
.widget--text {
  padding: 0 20px;
  margin-bottom: 79px;
}
.widget--text.look-mobile-only {
  text-align: center;
}

/******************************************
* Winery Nodes
*******************************************/
.node--type-winery .node__content {
  background-color: #ffffff;
}

/******************************************
* Person Nodes - Family Member Nodes
*******************************************/
.person-titles-wrapper {
  margin-bottom: 33px;
}
.page-title.person-title {
  font-size: 30px;
  text-align: left;
  padding-bottom: 8px;
}
.field--name-field-person-position {
  font-size: 22px;
  font-style: italic;
  margin-bottom: 0;
}
.field--name-field-pull-quote {
  font-size: 25px;
  line-height: 38px;
  position: relative;
  color: #49443d;
  margin-bottom: 49px;
}
.field--name-field-pull-quote p {
  line-height: 38px;
}
.field--name-field-pull-quote p:last-child {
  margin-bottom: 0;
}
.field--name-field-pull-quote p:first-child:before {
  content: '\201C';
  color: #cfcfcf;
  font-size: 110px;
  float: left;
  position: relative;
  top: 17px;
  font-weight: 300;
}
.field--name-field-pull-quote p:last-child:after {
  content: '\201D';
  color: #cfcfcf;
  font-size: 110px;
  position: absolute;
  bottom: -22px;
  font-weight: 300;
}
.page-node-type-person .person-banner-image img {
  display: block;
}

/** video popup **/
/*.video-popup-wrapper {
  width: 98vw;
}*/
.video-link-wrapper {
  width: 111px;
  height: 111px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.video-link-wrapper a {
  display: block;
  width: 111px;
  height: 112px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("images/video-play-btn.png") 0px top no-repeat;
  outline:none;
}
.video-link-wrapper a:hover {
  background-position: 0px bottom;
}

/******************************************
* Family Page - Person Node Teasers
*******************************************/
.widget--people-gallery {
  margin-bottom: 35px;
}
.widget--people-gallery .widget-container {
  overflow: hidden;
}
.widget--people-gallery .widget--people-gallery-inner {
  margin: 0 -10px;
}
.node--type-person.node--view-mode-teaser {
  width: 50%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.node--type-person.node--view-mode-teaser img {
  width: 100%;
  display: block;
}
.node--type-person.node--view-mode-teaser a {
  text-decoration: none;
}
.person-overlay-text {
  text-align: center;
  padding: 0 10px;
}
.node--type-person.node--view-mode-teaser .field--name-title {
  font-size: 23px;
  color: #48443d;
  display: block;
  margin-top: 8px;
  line-height: 1.1;
  text-transform: none;
}
.node--type-person.node--view-mode-teaser .field--name-field-person-position {
  display: none;
}

/******************************************
* Wineries Page - Winery node teasers
*******************************************/
.widget--winery-gallery .widget-container {
  max-width: 1366px;
}
.view-winery-gallery {
  margin: 0 -10px;
  margin-bottom: 35px;
}
.view-winery-gallery .widget-container {
  overflow: hidden;
}
.node--type-winery.node--view-mode-teaser {
  width: 50%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.node--type-winery.node--view-mode-teaser .node__content {
  position: relative;
}
.node--type-winery.node--view-mode-teaser img {
  width: 100%;
  display: block;
}
.node--type-winery.node--view-mode-teaser a {
  text-decoration: none;
}
.winery-category-title {
  display: block;
  clear: both;
  text-align: center;
  padding: 0 0 8px 0;
  text-transform: uppercase;
  color: #49443d;
  font-size: 20px;
  font-weight: normal;
  padding-top: 53px;
  font-weight: 600;
}
.view-winery-gallery .winery-category-title:first-child {
  padding-top: 0;
}
.winery-category-title .winery-category-prefix {
  font-weight: normal;
}
.winery-teaser-logo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.winery-teaser-logo-wrapper img {
  width: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

/******************************************
* Winery Nodes
*******************************************/
.page-node-type-winery .page-title {
  display: none;
}
.page-node-type-winery .breadcrumb {
  display: none;
}
.page-node-type-winery .js-parallax-sticky-bg .winery-sticky-header-wrapper {
  position: relative;
}
.page-node-type-winery .winery-banner-image img {
  display: block;
}
.page-node-type-winery .winery-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.page-node-type-winery .winery-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: auto;
  min-width: 0;
  max-width: 100%;
}

.page-node-type-winery .winery-bottle {
  display: none;
}
.page-node-type-winery .js-parallax-sticky-fg {
  padding-top: 71px;
}
.page-node-type-winery .winery-text-top-facts {
	font-size: 25px;
	font-weight: 600;
	color: #978d81;
  line-height: 28px;
  margin-bottom: 26px;
}
.page-node-type-winery .winery-text-top-facts .field__label {
  font-weight: 600;
  padding-right: 8px;
}
.page-node-type-winery .winery-text-top-facts .field--name-field-winery-extra-top-line p {
  margin: 0;
}
.page-node-type-winery .field--name-field-winery-link {
  text-align: center;
  margin-top: 49px;
}
.page-node-type-winery .field--name-field-winery-link a {
  display: inline-block;
  background: rgba(73, 68, 61,0.57);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 27px;
  line-height: 1;
  text-decoration: none;
  padding: 32px 30px 32px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  min-width: 0;
}
.page-node-type-winery .winery-text-wrapper .field--name-field-winery-description p:last-child {
  margin-bottom: 0;
}


/******************************************
* Breadcrumb
*******************************************/
.breadcrumb {
  text-align: center;
  padding: 0 0 4px 0;
  text-transform: uppercase;
  color: #49443d;
  font-weight: 600;
}
.breadcrumb a {
  color: #49443d;
  font-weight: normal;
}

/******************************************
* Parallax Content Widget
*******************************************/
.widget--parallax-content-section .parallax-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 41px;
  padding-bottom: 61px;
}
.widget--parallax-content-section .parallax-content .field--name-field-w-pcs-title {
  font-size: 30px;
  letter-spacing: 0;
  margin-bottom: 9px;
}
.widget--parallax-content-section .parallax-content .field--name-field-w-pcs-body p:last-child {
  margin-bottom: 0;
}
.parallax-content-quote.desktop-only {
  display: none;
}
.parallax-content-2ndtext {
  padding-top: 46px;
}
.parallax-content-2ndtext .field--name-field-w-pcs-2nd-text h3 {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.parallax-content-2ndtext .field--name-field-w-pcs-2nd-text ol,
.parallax-content-2ndtext .field--name-field-w-pcs-2nd-text ul {
  padding-left: 28px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
.parallax-content-2ndtext .field--name-field-w-pcs-2nd-text ol li .ol-li-content,
.parallax-content-2ndtext .field--name-field-w-pcs-2nd-text ul li .ol-li-content {
  font-weight: normal;
}
.parallax-content-2ndtext .field--name-field-w-pcs-2nd-text ol:last-child,
.parallax-content-2ndtext .field--name-field-w-pcs-2nd-text ul:last-child {
  margin-bottom: 0;
}

/******************************************
* PDF Carousel Widget
*******************************************/
.widget--stewardship-in-action-carousel {
  margin-top: 50px;
  margin-bottom: 70px;
}
.widget--pdf-carousel,
.widget--stewardship-in-action-carousel {
  padding-left: 20px;
  padding-right: 20px;
}
.widget--pdf-carousel .field--name-field-w-pdc-title,
.widget--stewardship-in-action-carousel .field--name-field-w-sac-title {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  position: relative;
  margin-right: 42px;
  margin-bottom: 29px;
}
.widget--stewardship-in-action-carousel .field--name-field-w-sac-title {
  margin-right: 0;
}
.widget--pdf-carousel .field--name-field-w-pdc-title .pdf-icon {
  background: url("images/pdf-icon.png") 0px 0px no-repeat;
  width: 28px;
  height: 31px;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  background-size: contain;
  position: absolute;
  bottom: 0;
  margin-left: 14px;
}

.owl-item .carousel-item-group {
  margin: 0 -7px;
}
.widget--pdf-link,
.sia-group .views-row {
  width: 214px;
  height: auto;
  position: relative;
  margin: 0 0 14px 0 !important;
  padding: 0 7px !important;
  box-sizing: border-box;
  width: 50%;
  float: left;
}
.widget--pdf-link .widget-container,
.sia-group .views-row .node {
  position: relative;
  border: 1px solid #978d81;
}
.pdf-link-title-wrapper,
.sia-title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, .75);
  min-height: 50px;
}
.field--name-field-w-pdl-title,
.sia-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  font-size: 15px;
  color: #48443d;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0;
  padding: 0 10px;
  box-sizing: border-box;
}

.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #978d81;
  background: #ffffff !important;
  box-sizing: border-box;
  margin: 0 5px !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #9e9487 !important;
  border: 1px solid #48443d !important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 1px !important;
  line-height: 1 !important;
}


.widget--pdf-carousel + .widget--text {
  padding-top: 50px;
}

/******************************************
* Contact Page
*******************************************/
.widget--_-text-columns {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 22px;
}
.js-parallax-sticky-fg .widget {
  padding-left: 0;
  padding-right: 0;
}
.widget--_-text-columns h2.small-text-area-header {
  font-size: 25px;
  margin-bottom: 3px;
}
.widget--_-text-columns .field--name-field-w-2tc-left,
.widget--_-text-columns .field--name-field-w-2tc-right {
  padding-bottom: 18px;
}
.widget--text .field--name-field-w-txt-text .mail-icon {
  font-size: 25px;
  text-transform: uppercase;
  color: #49443d;
  font-weight: 600;
  line-height: 1;
}
article.node--type-page > .page-title-wrapper:first-child {
  background: none;
}
article.node--type-page > .page-banner-wrapper:first-child + .page-title-wrapper .page-title {
  padding-top: 45px;
  padding-bottom: 33px;
}

/******************************************
* Misc
*******************************************/
.field--name-body {
  padding-left: 20px;
  padding-right: 20px;
}

/******************************************
* Search Results
*******************************************/
.search-results {
  padding: 0;
  margin: 0;
}
.search-results li {
  margin: 0;
  margin-bottom: 74px;
}
.path-search main {
  padding-left: 20px;
  padding-right: 20px;
}
.path-search main .region-content {
  max-width: 842px;
	margin: auto;
}
.region-content {
  min-height: 250px;
}
.search-results li h3 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.search-results li h3 a {
  text-decoration: none;
}
.search-results li p {
  margin-bottom: 0;
}
.pager__items {
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
}
form#search-form {
  display: none;
}
.search-read-more {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 4px;
}
/**  no results title **/
.path-search .item-list > h3:first-child {
  font-size: 30px;
  padding-top: 8px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

/******************************************
* Stewardship in Action Page
*******************************************/
.pat-image-wrapper {
  text-align: center;
  margin-bottom: 13px;
}
.pat-image-wrapper img {
  display: inline-block;
}
.widget--picture-and-text {
  padding-left: 20px;
  padding-right: 20px;
}

.page-node-type-stewardship-in-action-page .block-page-title-block {
  padding-left: 20px;
  padding-right: 20px;
}
.page-node-type-stewardship-in-action-page .page-title {
	max-width: 842px;
	margin: auto;
  padding-bottom: 37px;
}

.sia-below-content {
  padding: 0 20px;
  border: none;
  padding-bottom: 100px;
  padding-top: 35px;
}
.sia-prev-next-links {
  max-width: 842px;
  margin: auto;
  text-align: right;
  font-size: 20px;
  line-height: 1;
  height: 17px;
}
.sia-link-divider {
  margin: 0 2px;
  vertical-align: middle;
}
.sia-prev-link {
  background: url("images/arrow-prev.png") left center no-repeat;
  padding-left: 19px;
  vertical-align: middle;
  padding-top: 1px;
}
.sia-next-link {
  background: url("images/arrow-next.png") right center no-repeat;
  padding-right: 19px;
  vertical-align: middle;
  padding-top: 1px;
}

/******************************************
* Parallax Effects and Animations
*******************************************/
.js-parallax-sticky {
	position: relative;
}
.js-parallax-sticky-fg {
  position: relative;
  background: #ffffff;
  overflow: hidden;
  padding: 0 20px;
  padding-bottom: 87px;
  padding-top: 28px;
}
.js-parallax-sticky-fixed {
  position: fixed;
  top: 0;
  width: 100%;
}

.js-effect-float-in {
  opacity: 0;
  -webkit-transition: opacity 1s, transform 1s;
  -moz-transition: opacity 1s, transform 1s;
  -o-transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s;
}
.js-effect-float-in-hidden {
	opacity: 0;
  -webkit-transform: translateY(3em);
  -moz-transform: translateY(3em);
  -ms-transform: translateY(3em);
  -o-transform: translateY(3em);
	transform: translateY(3em);
}
.js-effect-float-in-show {
	opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
	transform: translateY(0);
}

.js-parallax-slide {
	position: relative;
	width:  100%;
  overflow: hidden;
  box-sizing: border-box;
  /* padding-bottom calculated from height/width so 510/480 = 106.25% */
  padding-bottom: 106.25%;
	min-height: 340px; /* min-height is what the image viewport should be when screen is at 320px wide, just as a fallback */
}
.js-parallax-slide-element img {
	position: absolute;
	top: 0;
	left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.hover-effect-zoom {
	overflow: hidden;
}
.hover-effect-zoom img {
	transition: transform 0.25s;
}
.hover-effect-zoom img:hover {
	transform: scale(1.15, 1.15);
}

/******************************************
* Age Gate - agegate
*******************************************/
#agegate {
  background: rgba(0, 0, 0,0.5);
}
.agegate-message {
  background: #e2d9d5;
  width: 670px;
  max-width: 90%;
  padding: 20px 20px 30px 20px;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#agegate h1 {
  display: none;
}
#agegate p {
  font-size: 20px;
  line-height: 18px;
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 17px;
}
.agegate-message img {
  width: 429px;
  margin-bottom: 12px;
}
.agegate-message a {
  font-size: 20px;
  color: #3d3932;
  text-transform: uppercase;
}
#agegate.box-theme .button.verify-age {
  font-size: 20px;
  line-height: 1;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #3d3932;
  border: 1px solid #3d3932;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  -webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.2);
  -o-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.2);
  padding: 20px 73px 18px 73px;
  margin: auto;
  margin-top: 2px;
}
#agegate.box-theme .button.verify-age:hover {
  background: rgba(151, 141, 129,0.5);
}

/******************************************
* Login / User Pages
*******************************************/
.path-user main .region-content {
  padding: 0 20px;
  max-width: 842px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
form input,
form textarea {
  width: 100%;
  box-sizing: border-box;
}
.path-user main .region-content form {
  text-align: left;
  display: inline-block;
}
.path-user main .region-content form input[type="submit"] {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #48443d;
  font-size: 15px;
  border: 1px solid #978d81;
  background: #ffffff;
  padding: 11px 10px 10px 10px;
  min-width: 133px;
  -webkit-transition: background-color .3s ease-out;
  -moz-transition: background-color .3s ease-out;
  -ms-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  outline:none;
  width: auto;
}
.path-user main .region-content form input[type="submit"]:hover {
  background: #978d81;
  color: #ffffff;
}

/******************************************
* Colorbox for Video
*******************************************/
#cboxWrapper, #cboxContent {
  background: none !important;
}
#cboxClose {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

#cboxTopLeft {
  width: 0 !important;
  height: 0 !important;
}
#cboxTopCenter {
  height: 0 !important;
}
#cboxTopRight {
  width: 0 !important;
  height: 0 !important;
}
#cboxBottomLeft {
  width: 0 !important;
  height: 0 !important;
}
#cboxBottomCenter {
  height: 0 !important;
}
#cboxBottomRight {
  width: 0 !important;
  height: 0 !important;
}
#cboxMiddleLeft {
  width: 0 !important;
}
#cboxMiddleRight {
  width: 0 !important;
}
.legalNotification a,.legalDocument.top-banner a{
    color: #3d3932;
    text-decoration: underline;
}
.legalTopBanner p{
    color: #3d3932;
}
.legalTopBanner {
    background: transparent!important;
    position: fixed;
    width: 100%;
    z-index: 101;
}
div#block-jfwtheme18-branding {
    padding-top: 20px;
}
.bye-header {
    display: none;
}
.bye-padding {
    padding-top: 0px!important;
}
/*.region.region-header {
    top: 36px;
}
/*label#search-trigger-button,/ label#main-menu-trigger-button {
    top: 45px;
}
.region-secondary-menu .block-search label {
    top: 45px!important;
}
#search-block-form {
    top: 20px;
}
.region-primary-menu .menu-wrapper > ul.menu {
    padding: 74px 37px 0 29px;
}
.fixed-header {
    position: fixed;
    top: 0!important;
    left: 0;
    width: 100%; 
}
.fixed-header-label {
    top:18px!important;
}
.fixed-header-search {
   top:28px!important;
}
.fixed-header-menu {
    padding-top: 36px!important;
}*/

/* Add Dflip button CSS - MGB 01.04.2021 */

._df_button, .sq-button {
  color: #48443d;
  font-size: 15px;
  border: 1px solid #978d81;
  background: #ffffff;
	padding: 11px 10px 10px 10px;
	min-width: 133px;
	-webkit-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	-ms-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
}
