/* LG.css */
@media (min-width:1025px) {

body {
	font-size: 14px;
}
p {
	line-height: 1.286;
}
h1, .page-node-type-centralized-document .page-title {
	margin-bottom: 37px;
}
h3 {
	font-size: 30px;
	letter-spacing: .05em;
}
.look-mobile-only {
	display: none;
}

/******************************************
* Header
*******************************************/
.region-header {
  background: rgba(255,255,255,.7);
  position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
}
.path-frontpage .region-header {
  background: rgba(255,255,255,.0);
	-webkit-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
}
.path-frontpage.scrolled .region-header {
  background: rgba(255,255,255,.7);
}
.site-logo img {
  height: 107px !important;
	-webkit-transition: height .1s linear;
	-moz-transition: height .1s linear;
	-o-transition: height .1s linear;
	transition: height .1s linear;
}
.path-frontpage .site-logo img {
	height: 125px !important;
}
/*
.scrolled header {
	padding: 7px 0;
}*/
.scrolled .site-logo img {
	height: 80px !important;
}
.path-frontpage .scrolled .site-logo img {
	height: 80px !important;
}
/*** menu ***/
.region-primary-menu .block label {
	position: fixed;
  top: 18px;
  left: 24px;
  width: 55px;
  height: 51px;
  background: url("images/menu-trigger-desktop.png") 0px 0px no-repeat;
}
.region-primary-menu .block input:checked ~ label {
	top: 12px;
	left: 13px;
  background-position: 0px bottom;
	width: 154px;
	height: 13px;
}
.region-primary-menu .menu-wrapper {
	position: fixed;
	top: 0;
	width: 280px;
	height: 100%;
}
.scrolled .region-primary-menu .menu-wrapper {
	top: 0;
	height: 100%;
}
/*** menu dropdown ***/
.region-primary-menu .menu-wrapper ul.menu li a {
	font-size: 14px;
	line-height: 20px;
}
.region-primary-menu .menu-wrapper > ul.menu {
  padding: 36px 37px 0 29px;
}
.region-primary-menu .menu-wrapper > ul.menu > li {
	padding-bottom: 9px;
	margin-top: 7px;
}
.region-primary-menu .menu-wrapper > ul.menu > li > ul {
	margin-bottom: 0;
}
/*** search ***/
.region-secondary-menu .block-search > .search-form-wrapper {
	position: fixed;
	bottom: auto;
  top: 29px !important;
  left: auto;
  right: 62px;
  width: auto;
  padding: 0;
	background: none;
	z-index: 105;
	height: auto;
	min-height: 0;
}
.region-secondary-menu .block-search label {
	 background: url("images/search-icon-desktop.png") 0px 0px no-repeat;
	 position: fixed;
	 top: 22px;
	 right: 22px;
	 width: 31px;
	 height: 29px;
	 background-size: auto;
	 z-index: 110;
}
#search-block-form .form-actions {
	display: none;
}
#search-block-form input.form-search {
	color: #9e9487;
	font-size: 14px;
	line-height: 20px;
	padding-right: 0;
	width: 200px;
}
#search-block-form input.form-search::placeholder {
	color: #9e9487;
}

/*** menu silde ***/
.region-primary-menu .block > .menu-wrapper {
	display: block;
	left: -280px;
	-webkit-transition: left .15s linear;
	-moz-transition: left .15s linear;
	-o-transition: left .15s linear;
	transition: left .15s linear;
}
.region-primary-menu .block input:checked ~ .menu-wrapper {
	left: 0;
}

/******************************************
* Logged In / Clear Admin Menu
*******************************************/
.user-logged-in .region-header {
	top: 79px;
}
.user-logged-in .region-primary-menu .block label {
	top: 97px;
}
.user-logged-in .region-primary-menu .block input:checked ~ label {
	top: 91px;
}
.user-logged-in .region-primary-menu .menu-wrapper {
	top: 79px;
}
.user-logged-in .region-secondary-menu .block-search label {
	top: 101px;
}
.user-logged-in .region-secondary-menu .block-search > .search-form-wrapper {
	top: 108px;
}

/******************************************
* Main Content
*******************************************/
/* MC - changed to accomodate the ada banner */
main, .scrolled main {
    padding-top: 162px;
}
.path-frontpage main {
	/*padding-top: 177px;*/
	padding-top: 0;
}
/*** centralized docs / legal pages ***/
.node--type-centralized-document {
  padding: 0 89px;
}

/******************************************
* Footer
*******************************************/
footer {
  padding: 35px 89px;
	border-top: none;
}
footer .menu li.menu-item {
  display: inline-block;
  margin: 0 13px 15px 13px;
}

#block-socialmedialinks {
  margin-bottom: 1px;
}

/******************************************
* Widget - Parallax Overlay Link
*******************************************/
.widget--parallax-overlay-link .parallax-overlay-top {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: rgba(0,0,0,0.25);
	-webkit-transition: background-color .3s ease-out, opacity .3s ease-out;
	-moz-transition: background-color .3s ease-out, opacity .3s ease-out;
	-o-transition: background-color .3s ease-out, opacity .3s ease-out;
	transition: background-color .3s ease-out, opacity .3s ease-out;
}
.widget--parallax-overlay-link .parallax-overlay-background img {
	width: 100%;
	min-width: 1366px;
	position: relative;
	right: 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);
}
.widget--parallax-overlay-link .parallax-overlay-top .field--name-field-w-pol-title {
  font-size: 60px;
	color: #ffffff;
	letter-spacing: 0;
	text-shadow: 0 1px 16px rgba(0,0,0,0.4);
}
.widget--parallax-overlay-link .parallax-overlay-top .parallax-overlay-subtitle-text .field--name-field-w-pol-subtitle {
		text-shadow: 0 1px 16px rgba(0,0,0,0.4);
}
.widget--parallax-overlay-link .parallax-overlay-top .field--name-field-w-pol-title:after {
	margin: 8px auto 16px auto;
}
.widget--parallax-overlay-link .parallax-overlay-top .parallax-overlay-subtitle-text {
  color: #ffffff;
  font-size: 25px;
	font-weight: 600;
	position: relative;
}
.widget--parallax-overlay-link .parallax-overlay-top .field--name-field-w-pol-detail-text {
  display: block;
	color: #ffffff;
	position: absolute;
	top: 0;
	opacity: 0;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.2;
}
.widget--parallax-overlay-link:hover .parallax-overlay-top .field--name-field-w-pol-detail-text {
	opacity: 1;
}
.widget--parallax-overlay-link:hover .parallax-overlay-top .parallax-overlay-subtitle-text .field--name-field-w-pol-subtitle {
	opacity: 0;
}
.widget--parallax-overlay-link .parallax-overlay {
	bottom: 100px;
}
.widget--parallax-overlay-link .parallax-overlay .field--name-field-w-pol-link a {
	background: none;
	min-width: 300px;
	letter-spacing: 0;
	font-size: 20px;
	padding: 14px 15px;
	font-weight: normal;
}
.widget--parallax-overlay-link .parallax-overlay .field--name-field-w-pol-link a:hover {
	background: rgba(151, 141, 129,.5)
}
.widget--parallax-overlay-link:hover .parallax-overlay-top {
	background: rgba(0,0,0,0.7);
}
.widget--parallax-overlay-link .parallax-overlay-top .widget-container {
	position: absolute;
	width: 100%;
	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%);
}

/******************************************
* Widget - Video / Full Screen Image
*******************************************/
.full-screen-image-indicator-wrapper img {
	margin-top: 0;
	width: auto !important;
	min-width: 0 !important;
}

.field--name-field-w-fsi-title {
	font-size: 60px;
}

/******************************************
* Widget - Accordion Item
*******************************************/
.widget--accordion-item .accordion-item-header {
	position: relative;
	height: 327px;
	overflow: hidden;
}
.widget--accordion-item .accordion-item-header-image img {
  min-width: 1366px;
  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%);
}
.widget--accordion-item .accordion-item-header .field--name-field-w-aci-title {
  font-size: 30px;
  letter-spacing: .05em;
}
.widget--accordion-item .accordion-item-header .field--name-field-w-aci-subtitle {
  font-size: 22px;
}
.widget--accordion-item .accordion-item-header .field--name-field-w-aci-title:after {
  width: 110px;
	margin: 12px auto 10px auto;
}
.widget--accordion-item .accordion-item-header picture:after {
	background: transparent;
	-webkit-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
}
.widget--accordion-item .accordion-item-header:hover picture:after,
.widget--accordion-item .accordion-item-header.js-collapse-trigger-open picture:after {
	background: rgba(0,0,0,0.7);
}
.widget--accordion-item .accordion-item-header .accordion-item-header-overlay {
	display: none;
}
.widget--accordion-item .accordion-item-header:hover .accordion-item-header-overlay,
.widget--accordion-item .accordion-item-header.js-collapse-trigger-open .accordion-item-header-overlay {
	display: block;
}
.widget--accordion-item .accordion-item-content .accordion-item-content-inner {
	padding-top: 49px;
	padding-bottom: 3px;
}
.widget--accordion-item:last-child .accordion-item-content {
  padding-bottom: 23px;
}
.widget--accordion-item .accordion-item-content .widget--year {
	margin-bottom: 37px;
}
.widget--accordion-item .accordion-item-content .widget--year .field--name-field-w-yrw-text {
  font-size: 16px;
	line-height: 1.286;
}
.widget--accordion-item .accordion-item-content .widget--year .field--name-field-w-yrw-title {
	margin-bottom: -2px;
	letter-spacing: 0;
}

/******************************************
* Text Widget
*******************************************/
.widget--text {
  margin-bottom: 60px;
}
.node__content .widget--text:last-child {
  margin-bottom: 0;
}

/******************************************
* Person Nodes - Family Member Nodes
*******************************************/
.node--type-person > .js-parallax-sticky {
  margin-top: -162px;
}
.field--name-field-pull-quote {
  font-size: 25px;
  line-height: 28px;
}
.field--name-field-pull-quote p {
  line-height: 28px;
}
.field--name-field-pull-quote p:first-child:before {
  font-size: 72px;
  top: 10px;
  left: -31px;
}
.field--name-field-pull-quote p:last-child:after {
  font-size: 72px;
  bottom: -15px;
	margin-left: 2px;
}
.node--type-person .person-quote-wrapper {
	float: right;
	width: 50%;
	padding-left: 56px;
	box-sizing: border-box;
	border-left: 1px solid #e1e1e1;
	padding-top: 26px;
	min-height: 240px;
}
.node--type-person .field--name-field-bio {
	width: 50%;
	padding-right: 40px;
	box-sizing: border-box;
}
.false-page-title {
	display: none;
}
.page-node-type-person .site-logo img {
	height: 80px !important;
}
.person-titles-wrapper {
	width: 50%;
	float: left;
	margin-bottom: 7px;
}
.page-title.person-title {
	padding-top: 4px;
	padding-bottom: 0;
	font-size: 30px;
}
.field--name-field-person-position {
	line-height: 1;
	margin-top: -2px;
	margin-bottom: 0;
	font-size: 22px;
}

.video-link-wrapper {
  top: 62%;
  -webkit-transform: translate(-50%,-62%);
  -moz-transform: translate(-50%,-62%);
  -ms-transform: translate(-50%,-62%);
  -o-transform: translate(-50%,-62%);
  transform: translate(-50%,-62%);
}

/******************************************
* Family Page - Person Node Teasers
*******************************************/
.widget--people-gallery {
	margin: auto;
}
.widget--people-gallery .widget-container {
  max-width: 1366px
}
.node--type-person.node--view-mode-teaser {
  width: 25%;
	margin-bottom: 20px;
}
.node--type-person.node--view-mode-teaser .field--name-field-person-position {
  display: block;
}
.node--type-person.node--view-mode-teaser a {
	position: relative;
	display: block;
}
.person-overlay-text {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0);
	color: #ffffff;
	padding: 0;
	transition: background-color .3s ease-out;
}
.node--type-person.node--view-mode-teaser:hover .person-overlay-text {
	background: rgba(0,0,0,0.7);
}
.person-overlay-text-inner {
	position: absolute;
  top: 50%;
  left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
  transform: translateY(-50%);
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	display: none;
}
.node--type-person.node--view-mode-teaser:hover .person-overlay-text-inner {
	display: block;
}
.node--type-person.node--view-mode-teaser .field--name-title {
	color: #ffffff;
	font-size: 25px;
	font-weight: 600;
}
.node--type-person.node--view-mode-teaser .field--name-field-person-position {
	font-size: 22px;
	letter-spacing: 0;
	line-height: 25px;
	margin-top: 12px;
}
.node--type-person.node--view-mode-teaser .field--name-field-person-position:before {
	content: "";
	display: block;
	width: 110px;
	height: 1px;
	background: #ffffff;
	margin: auto;
	margin-bottom: 12px;
}


/******************************************
* Wineries Page - Winery node teasers
*******************************************/
.view-winery-gallery .widget-container {
  max-width: 1034px
}
.node--type-winery.node--view-mode-teaser {
  width: 25%;
}
.node--type-winery.node--view-mode-teaser .winery-teaser-logo-wrapper {
	-webkit-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
}
.node--type-winery.node--view-mode-teaser:hover .winery-teaser-logo-wrapper {
	background: rgba(0,0,0,0.7);
}
.winery-category-title {
	text-align: left;
	font-size: 15px;
	color: #978d81;
	padding-left: 50px;
	padding-right: 10px;
	padding-bottom: 12px;
	font-weight: 600;
	padding-top: 21px;
}
.winery-category-title .winery-category-prefix,
.winery-category-title .winery-category-divider {
	font-weight: normal;
}
.view-winery-gallery .winery-category-title:first-child {
	margin-top: -26px;
}

/******************************************
* Winery Nodes
*******************************************/
.page-node-type-winery .breadcrumb {
  display: block;
}
.page-node-type-winery .winery-bottle {
  display: block;
}
.node--type-winery > .js-parallax-sticky {
  margin-top: -162px;
}
.page-node-type-winery .site-logo img {
    height: 80px !important;
}
.page-node-type-winery .winery-logo {
	max-width: 420px;
	margin: auto;
}
.page-node-type-winery .winery-logo img {
	top: 58%;
}
.node--type-winery .js-parallax-sticky-fg .contained {
	max-width: 800px;
}
.node--type-winery .js-parallax-sticky-fg .contained:after {
	display: block;
  clear: both;
  content: "";
}
.node--type-winery .winery-bottle {
	float: left;
	margin-top: -283px;
	width: 200px;
  text-align: right;
}
.page-node-type-winery .winery-text-top-facts {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 8px;
}
.page-node-type-winery .js-parallax-sticky-fg {
	padding-top: 27px;
}
.node--type-winery .js-parallax-sticky-fg {
  overflow: visible;
}
.winery-text-wrapper {
  overflow: hidden;
	padding-left: 25px;
	width: 370px;
	float: left;
}
.page-node-type-winery .field--name-field-winery-link a {
  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;
}
.page-node-type-winery .field--name-field-winery-link a:hover {
	background: #978d81;
	color: #ffffff;
}
.page-node-type-winery .field--name-field-winery-link {
	float: right;
	margin-top: 70px;
}
.page-node-type-winery .winery-content-wrapper {
	overflow: hidden;
}

/******************************************
* Breadcrumb
*******************************************/
.family-breadcrumb, .wineries-breadcrumb {
	position: absolute;
	z-index: 10;
	top: 118px;
	left: 0;
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	margin-left: 40px;
}
.family-breadcrumb a, .wineries-breadcrumb a {
	color: #ffffff;
	font-weight: normal;
}
.breadcrumb-as-page-title {
	color: #ffffff;
	font-size: 15px;
	display: inline;
	font-weight: 600;
}

/******************************************
* Parallax Content Widget
*******************************************/
.parallax-content-quote.desktop-only {
  display: block;
}
.parallax-content-2ndtext .field--name-field-w-pcs-2nd-text ol,
.parallax-content-2ndtext .field--name-field-w-pcs-2nd-text ul {
  font-size: 13px;
  line-height: 22px;
}
.parallax-content {
	overflow: hidden;
}
.parallax-content-text-wrapper {
	width: 50%;
	float: left;
	padding-right: 40px;
	box-sizing: border-box;
}
.parallax-content-aside-wrapper {
	width: 50%;
	float: right;
	padding-left: 40px;
	box-sizing: border-box;
	border-left: 1px solid #e1e1e1;
	min-height: 240px;
}
.widget--parallax-content-section .parallax-content {
	padding-bottom: 45px;
}
.widget--parallax-content-section .parallax-content .field--name-field-w-pcs-title {
	font-size: 30px;
	letter-spacing: .05em;
	margin-bottom: 6px;
}

.parallax-content-quote {
	padding-left: 16px;
	padding-top: 26px;
	margin-bottom: 49px;
}
.field--name-field-w-pcs-pull-quote {
  font-size: 25px;
  line-height: 28px;
	position: relative;
  color: #49443d;
}
.field--name-field-w-pcs-pull-quote p {
  line-height: 28px;
}
.field--name-field-w-pcs-pull-quote p:last-child {
  margin-bottom: 0;
}
.field--name-field-w-pcs-pull-quote p:first-child:before {
	content: '\201C';
  color: #cfcfcf;
  float: left;
  position: absolute;
  font-weight: 300;
  font-size: 72px;
  top: 10px;
  left: -31px;
}
.field--name-field-w-pcs-pull-quote p:last-child:after {
	content: '\201D';
  color: #cfcfcf;
  position: absolute;
  font-weight: 300;
  font-size: 72px;
  bottom: -15px;
	margin-left: 2px;
}
.field--name-field-w-pcs-pull-quote-byline {
	color: #49443d;
	margin-top: 24px;
}

.parallax-content-2ndtext {
	padding-top: 26px;
	margin-bottom: 49px;
}
.parallax-content-2ndtext .field--name-field-w-pcs-2nd-text h3 {
	font-size: 20px;
}
.parallax-content-2ndtext .field--name-field-w-pcs-2nd-text h3 + ol {
	margin-top: 6px;
}

/******************************************
* PDF Carousel Widget
*******************************************/
.widget--stewardship-in-action-carousel {
  margin-top: 10px;
  margin-bottom: 50px;
}
.widget--pdf-carousel .field--name-field-w-pdc-title,
.widget--stewardship-in-action-carousel .field--name-field-w-sac-title {
	margin-bottom: 10px;
}
.widget--pdf-carousel .field--name-field-w-pdc-title .pdf-icon {
	bottom: 2px;
}
.field--name-field-w-pdl-title,
.sia-title {
  font-size: 13px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 9px !important;
}

/******************************************
* Contact Page
*******************************************/
.node--type-page > .js-parallax-sticky:first-child {
  margin-top: -162px;
}
.widget--_-text-columns {
  font-size: 22px;
	line-height: 23px;
}
.widget--_-text-columns h2.small-text-area-header {
  font-size: 20px;
  margin-bottom: 3px;
	line-height: 23px;
}
.widget--text .field--name-field-w-txt-text .mail-icon {
	font-weight: normal;
	padding-top: 16px;
}
article.node--type-page > .page-banner-wrapper:first-child + .page-title-wrapper .page-title {
	padding-top: 37px;
}
.widget--_-text-columns {
	text-align: left;
}
.widget--_-text-columns .widget-container {
	overflow: hidden;
	max-width: 900px;
}
.widget--_-text-columns .text-column-left-wrapper {
	width: 50%;
	float: left;
	padding-right: 40px;
	box-sizing: border-box;
	padding-top: 10px;
}
.widget--_-text-columns .text-column-right-wrapper {
	width: 50%;
	float: right;
	padding-left: 40px;
	box-sizing: border-box;
	border-left: 1px solid #e1e1e1;
	padding-top: 10px;
}
.widget--_-text-columns .text-column-left-wrapper .field--name-field-w-2tc-left {
	float: right;
}
.widget--_-text-columns .field--name-field-w-2tc-left, .widget--_-text-columns .field--name-field-w-2tc-right {
	padding-bottom: 4px;
}

/******************************************
* Search Results
*******************************************/
.search-results li h3 {
  margin-bottom: 0;
}
.search-results li {
  margin: 0;
  margin-bottom: 40px;
}
.search-read-more {
  font-size: 16px;
  padding-top: 11px;
}

/******************************************
* Stewardship in Action Page
*******************************************/
.widget--picture-and-text {
	margin-bottom: 30px;
}
.widget--picture-and-text .widget-container {
	display: flex;
	align-items: center;
}
.widget--picture-and-text .field--name-field-w-pat-text {
	overflow: hidden;
}
.pat-image-wrapper {
	margin-right: 35px;
	align-self: flex-start;
	margin-bottom: 0;
}
.pat-image-wrapper img {
	width: 280px;
	height: auto;
	max-width: none;
	display: block;
}
.page-node-type-stewardship-in-action-page .page-title {
	font-size: 40px;
	text-align: left;
	padding-bottom: 40px;
}

.sia-below-content {
  padding-bottom: 0;
  padding-top: 0;
}
.sia-prev-next-links {
  font-size: 12px;
}
.sia-prev-link {
  background-size: 6px;
	padding-left: 12px;
}
.sia-next-link {
  background-size: 6px;
	padding-right: 12px;
}

/******************************************
* Misc
*******************************************/
.pager__items {
	font-size: 12px;
}

/******************************************
* Parallax Effects and Animations
*******************************************/
.js-parallax-sticky-bg img {
	min-width: 1366px;
	width: 100%;
	max-width: none;
	position: relative;
  left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
  transform: translateX(-50%);
	display: block;
}
.js-parallax-sticky-fg {
	padding-bottom: 42px;
	padding-top: 37px;
}
.js-parallax-sticky-fg .contained {
	max-width: 1014px;
	margin: auto;
}

.js-parallax-slide {
  /* padding-bottom calculated from height/width so 600/1800 = .33.3% */
  padding-bottom: 33.33%;
	min-height: 342px; /* min-height is what the image viewport should be when screen is at 320px wide, just as a fallback */
}
.js-parallax-slide-element img {
  max-width: none;
	width: 100%;
	min-width:  1366px;
}


} /* end media query - don't delete this */
