@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&family=Open+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,600;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@700&display=swap');

:root{
	 var-Media: #c51a1b;
    --Media: #c51a1b;
	var-ShareHolders: #2a718f;
    --ShareHolders: #2a718f;
	var-OurCompany: #ad936d;
    --OurCompany: #ad936d;
	var-Sustainability: #89b65c;
    --Sustainability: #89b65c;
	var-OurBrands: #eaaa00;
    --OurBrands: #eaaa00;
	var-OurBrands: #eaaa00;
    --OurBrands: #eaaa00;
}

body {
  background: #fff;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  line-height: 175%;
}
html {
	scroll-behavior: smooth;
}
/********************************************************************************LAYOUT*************************************************************************************/
#outer-wrapper {
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
#wrapper {
	background-color: #fff;
    position: relative;
}
.item-page {
  position: relative;
}
.articleBody, .sub_article .custom, .media-items .below {
  position: relative;
  padding: 40px 0px 40px 0px;
  column-count: 2;
  column-gap: 100px;
	margin-top: 40px;
	z-index:100;
}
.agm-2024 .articleBody, .notice-of-interim-dividend .articleBody {
	column-count: 1;
}
body.home .banner {
	margin-top:130px;
	position:relative;
}
 
.sub_article .custom {
  padding: 90px 0px 90px 0px;
}
body.home .articleBody/*, body.our-brands .articleBody*/, .item-page.singleC .articleBody {
  column-count: 1;
	padding: 20px 0px;
}
#inner-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 180px auto 40px auto;
  position: relative;
}
#inner-wrapper.withBanner {
  margin: 40px auto;
}
body.home #inner-wrapper.withBanner {
  margin: 0px auto;
}
#footer-wrapper {
  width: 100%;
  height: auto;
  border-top: #ab916d solid 2px;
  position: relative;
}
#footer-inner {
  max-width: 1200px;
  margin: 20px auto;
}
#nav-wrapper {
  position: fixed;
  background-color: #fff;
  height: 110px;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 800;
  -webkit-box-shadow: 0 10px 10px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 10px 10px 1px rgba(0, 0, 0, .2);
}
/*#wrapper {
	background-color:#fff;
	width:100%;
	position:relative;
	margin:0px;
	padding:0px;
	display:flex;
}*/
#nav-inner {
  max-width: 1200px;
  width: 100%;
  margin: 20px auto;
}
#footer-brand, #footer-menu, #footer-contact, #footer-BTT {
  border-right: #ab916d solid 1px;
}
.item-page .page-header, .sub_article .page-header  {
  border-bottom: 1px none #eeeeee;
  position: absolute;
  top: -80px;
  z-index: 0;
  background-color: #fff;
  padding: 0px 200px 20px 20px;
  -webkit-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  left: -20px;
  min-width: 40%;
}
.withBanner .item-page .page-header {
  border-bottom: 1px none #eeeeee;
  position: absolute;
  top: -80px;
  z-index: 600;
  background-color: #fff;
  padding: 0px 200px 0px 20px;
  -webkit-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  left: -20px;
  min-width: 40%;
}
body.home .item-page .page-header {
  top: -40px;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
body.home .scroll .item-page .page-header {
  top: -40px;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.item-page .page-header h1 {
  margin: 0px;
	line-height:110%;
}
.column {
  display: table-cell;
	height:100%;
}
#footer-inner .column {
  width: 25%;
  vertical-align: top;
  padding: 0px 20px 0px 20px;
}
#footer-credits {
  width: 100%;
  background-color: #e6d6bfc9;
  padding: 10px 40px;
}
#footer-credits .custom {
  display: flex;
  justify-content: center;
  font-size: 14px;
}
#footer-credits .custom p > a {
  padding: 0px 2vw;
  color: #000;
}
#footer-credits .custom.designC p > a {
  padding: 0px;
}
#footer-credits .custom.designC p {
  padding: 0px 2vw;
}
a.pdf {
	padding-left: 64px;
    position: relative;
    margin-bottom: 50px;
    /* height: 150px; */
    width: 100%;
    clear: both;
    display: inline-block;
}
a.pdf:before {
	content:url("../../../images/pdf-download.png");
	position:absolute;
	left:0px;
	top:0px;
}
.brand_panels {
	-webkit-box-shadow: 5px 5px 20px 2px rgba(0,0,0,.2);
box-shadow: 5px 5px 20px 2px rgba(0,0,0,.2);
	-webkit-border-radius: 10px;
border-radius: 10px;
	padding: 20px 60px;
    display: flex;
	margin-bottom: 60px;
}
.brand_panels .twoColumn {
	margin-left:-15px !important;
}
.winesTitle h3 {
	margin-left: 75px;
}
.alert {
    max-width: 100%;
	    margin: 41px 0px;
}
body.international-spirits-wines .brand_panels .BrandSection img {
	margin-top:30px;
}
.alignBottom {
	position:relative;
	bottom:0px;
	padding-top:100px;
}
.hImage {
	-webkit-border-radius: 10px;
border-radius: 10px;
}
.spacer100 {
	height: 100px;
    float: left;
    width: 100%;
	display:block;
}
.spacer200 {
	height: 200px;
    float: left;
    width: 100%;
	display:block;
}
.spacer300 {
	height: 300px;
    float: left;
    width: 100%;
	display:block;
}
.spacer30 {
	height: 30px;
    float: left;
    width: 100%;
	display:block;
}
.leadershipP {
	padding:30px;
	margin-bottom:0px;
}
.leadershipWrap {
	margin:-15px -30px 0px -30px;
}
.leadershipP img {
	border-radius:10px;
}
.committeesP, .contactInfo {
	padding:30px;
}
.committeesI {
	border: 1px solid var(--OurCompany);
	border-color: var(--OurCompany);
	border-color: var(OurCompany);
	border-radius:10px;
	padding:20px;
}
.shareholders .contactInfo, .shareholders .committeesI {
	border: 1px solid var(--ShareHolders);
	border-color: var(--ShareHolders);
	border-color: var(ShareHolders);
	border-radius:10px;
	padding:20px;
}
body.faqs .committeesI {
	display:grid;
	width: 700px;
    max-width: 100%;
	margin-left: -30px;
	border-color:var(--ShareHolders);
    border-color: var(ShareHolders);
}
.NewsWrap {
	width: 100%;
    display: block;
    float: left;
    margin-bottom: 60px;
}
.NewsWrap .PressTitle {
	width:100%;
	display:block;
	/*padding-right:50%;*/
}
.NewsWrap img {
	margin-left:-15px;
}
.columns2 {
	column-count: 2;
}
.brandsR {
	border-top: 1px solid var(--OurBrands);
    border-top: 1px solid var(OurBrands);
    margin: 0px 0px 15px 0px;
    height: 1px;
}
.drinksWrap {
	margin:-15px;
}
.wineD {
	width: 100%;
    float: left;
    margin: 0px -15px;
}
.committeesI.careersB, .committeesI.contactB {
	background-color:#ad936d26;
	width:30%;
	float:left;
}
.contractorO {
	margin-left:20px;
}
.committeesI.contactB {
	background-color:#ad936d26;
	width:100%;
	display:flex;
}
.wf-mediabox-container {
    padding: 20px;
}
.homeBanner .pad, .homeBanner .mobile {
	display:none;
}
.homeBanner .bannerLogo {
	position: absolute;
    left: 100px;
    top: 35%;
    width: 80%;
	transition-delay: 5s;
	-webkit-transition: all 20s ease-in-out;
-moz-transition: all 20s ease-in-out;
-ms-transition: all 20s ease-in-out;
-o-transition: all 20s ease-in-out;
transition: all 20s ease-in-out;
}
body.loaded .homeBanner .bannerLogo {
	position: absolute;
    left: 100px;
    top: 35%;
    width: 40%;
	transition-delay: 5s;
	-webkit-transition: all 20s ease-in-out;
-moz-transition: all 20s ease-in-out;
-ms-transition: all 20s ease-in-out;
-o-transition: all 20s ease-in-out;
transition: all 20s ease-in-out;
}
.cc-banner .cc-btn:last-child {
    border-radius: 10px;
}
.yui-calcontainer {
    position: relative;
    padding: 5px;
    background-color: #F7F9FB;
    border: 1px solid var(--OurCompany) !important;
	border: 1px solid var(OurCompany) !important;
    float: left;
    overflow: hidden;
}
.news-wall-loadmore .btn-loadmore {
    border: none;
    margin-top: 10px;
    background: #333333 !important;
    padding: 10px 40px;
	color:#ffffff !important;
}
.news-wall-loadmore {
    text-align: center;
    margin-bottom: 40px;
}
@media(max-width:1200px) {
  #nav-wrapper {
    padding: 0px 10px;
  }
  #inner-wrapper {
    padding: 0px 40px;
  }
	.homeBanner .deskTop, .homeBanner .mobile {
	display:none;
}
	.homeBanner .pad {
	display:block;
}
}
@media(max-width:992px) {
  #inner-wrapper {
    padding: 0px 20px;
  }
	.articleBody, .sub_article .custom, .media-items .below {
  padding: 40px 0px 90px 0px;
  column-count: 1;
	}
	.sub_article .custom {
  padding: 90px 0px 90px 0px;
	}
  #nav-wrapper {
    position: absolute;
    background-color: #fff;
    height: 110px;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 1000;
  }
  .item-page .page-header {
    left: 0px;
  }
	.spacer100, .spacer200, .spacer300, .spacer30 {
		display:none;
	}
	.column {
  display: block;
	height:100%;
}
	.alignBottom {
	bottom:0px;
	padding-top:20px;
}
	.dSubs img, .dSubs h4 {
		margin: auto;
		text-align:center;
	}
	.brand_panels {
	padding: 20px 20px;
    display: flex;
	margin-top: 60px;
}
	.brand_panels .twoColumn {
	margin-left:0px !important;
}
.winesTitle h3 {
	margin-left: 0px;
}
	.committeesI.careersB {
	background-color:#ad936d26;
	width:100%;
}
	#footer-credits .custom {
  display: block;
  justify-content: center;
  font-size: 14px;
		text-align:center;
}
	body.home .banner {
	margin-top:130px;
}
}
.newsI {
	margin-bottom:150px;
}
@media(max-width:768px) {
  .item-page .page-header {
    left: 0px;
    right: 0px;
    min-width: 40%;
    padding: 0 20px 5px 20px;
  }
  #footer-inner .column {
    width: 100%;
    vertical-align: top;
    padding: 20px 20px 10px 20px;
    display: block;
    text-align: center;
  }
  #footer-brand, #footer-menu, #footer-contact, #footer-BTT {
    border-right: #ab916d none 1px;
    border-bottom: #ab916d solid 1px;
  }
  #footer-wrapper {
    height: auto;
    border-top: #ab916d solid 2px;
  }
	body.home .articleBody/*, body.our-brands .articleBody*/, .item-page.singleC .articleBody {
  column-count: 1;
	padding: 120px 0px;
}
	.item-page .page-header, .sub_article .page-header, .withBanner .item-page .page-header  {
  padding: 0px 80px 20px 20px;
  left: -20px;
  min-width: 40%;
}
		.homeBanner .deskTop, .homeBanner .pad {
	display:none;
}
	.homeBanner .mobile {
	display:block;
}
}
@media(max-width:450px) {
  .articleBody {
    padding: 60px 0px;
  }
}
/********************************************************************************NAVIGATION*************************************************************************************/
#dj-megamenu93 .dj-stickylogo {
  position: absolute;
  z-index: 550;
  width: 250px;
}
#dj-megamenu93sticky .dj-stickylogo img {
  width: 100%;
  height: auto;
  max-height: 70px !important;
}
#dj-megamenu93sticky {
  display: block !important;
  position: absolute;
  top: 5px !important;
  left: 0px !important;
  width: 250px !important;
  height: auto !important;
}
#dj-megamenu93 {
  top: 25px;
  right: 3vw;
  display: flex;
  width: auto !important;
  position: absolute;
  font-family: 'Open Sans', sans-serif !important;
	background:none;
}
.dj-megamenu-wrapper {
  height: 180px;
  /* padding: 40px; */
  position: relative;
  z-index: 500;
  top: 0px;
  /*max-width: 1200px;*/
  margin: 10px auto;
}
#dj-megamenu93 li a.dj-up_a {
  display: block;
  float: left;
  height: 60px;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 0 20px;
  padding: 0 16px !important;
  color: rgba(0, 0, 0, 1);
	background:none;
  border-right: 1px solid rgba(44, 44, 44, 0);
  border-left: 1px solid rgba(67, 67, 67, 0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.dj-megamenu-default, .dj-submenu, .dj-subcol {
	background:none !important;
	background-color:#fff;
}
#dj-megamenu93 .dj-stickylogo.dj-align-left {
  left: 0px !important;
}
.articleBody ul.nav.menu {
  margin-top: 90px;
list-style: none;
}
.articleBody ul.nav.menu li > a, .articleBody ul.nav.menu li {
  text-transform: uppercase;
  padding: 0px;
  color: #000;
  font-size: 18px;
}
.articleBody ul.nav.menu li:before {
	display:none;
}
.articleBody ul.nav.menu li > a:hover, .articleBody ul.nav.menu li > a:focus {
  color: #ab916d;
  background-color: rgba(0, 0, 0, 0);
}
.articleBody ul.nav.menu li.divider {
  color: #ab916d;
  font-weight: 600;
}
#dj-megamenu93 li:hover div.dj-subwrap, #dj-megamenu93 li.hover div.dj-subwrap {
  top: 160% !important;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, .2);
  box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, .2);
}
#dj-megamenu93 li ul.dj-submenu > li > a {
  font-size: 14px !important;
    font-weight: 600 !important;
  line-height: 16px !important;
  padding: 8px 20px !important;
  text-transform: uppercase;
}
#dj-megamenu93 li ul.dj-submenu > li.active > a {
  font-weight: 700 !important;
}
#dj-megamenu93 li ul.dj-submenu {
  padding: 8px 0px !important;
}
.triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 18px solid white;
  position: absolute;
  left: 25px;
  top: -18px;
}
#footer-menu ul > li.divider {
  display: none;
	
}
#footer-menu .nav > li > a, .mod-list .nav > li > a {
  position: relative;
  display: block;
  padding: 0px 0px;
}
#footer-menu .nav > li > a:hover, #footer-menu .nav > li > a:focus, .mod-list .nav > li > a.mod-articles-category-title:hover, .mod-list .nav > li > a.mod-articles-category-title:focus {
  background-color: rgba(0, 0, 0, 0.00);
  text-decoration: none !important;
  color: #000;
}
ul.historyMenu {
	list-style: none;
    display: flex;
    justify-content: center;
}
ul.historyMenu li {
	color: rgba(173, 148, 111, 1) !important;
	font-weight:600;
	padding:8px 20px;
	font-size: 18px;
}
ul.historyMenu li a {
	font-size:18px;
	color:#fff;
	font-weight:300;
	text-decoration:none;
}
ul.historyMenu li a:hover {
	color: rgba(173, 148, 111, 1) !important;
	text-decoration:none;
}
.articleBody ul.nav li a i {
	display:none;
}
button.dj-mobile-open-btn {
	display:none;
}
#dj-megamenu93mobile {
	display:none;
}
@media(max-width:1200px) {
	.dj-drop .arrow  {
		display:none !important;
	}
	#dj-megamenu93 li a.dj-up_a span.dj-drop {
    margin-right: -20px;
}
	#dj-megamenu93 li a.dj-up_a {
    float: none;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 0 8px !important;
}
}
@media(max-width:992px) {
  #nav-wrapper #dj-megamenu93sticky {
    display: block !important;
    position: relative;
    top: 5px !important;
    right: 0px !important;
    width: 70% !important;
    height: auto !important;
    float: right;
  }
  .dj-megamenu-select-custom93 .dj-mobile-open-btn:focus, .dj-megamenu-select-custom93:hover .dj-mobile-open-btn, .dj-megamenu-offcanvas-custom93 .dj-mobile-open-btn:hover, .dj-megamenu-offcanvas-custom93 .dj-mobile-open-btn:focus, .dj-megamenu-accordion-custom93 .dj-mobile-open-btn:hover, .dj-megamenu-accordion-custom93 .dj-mobile-open-btn:focus {
    background: rgba(110, 73, 41, 0.25) !important;
    color: rgba(173, 148, 111, 1) !important;
    text-decoration: none;
  }
  #dj-megamenu93mobile {
    padding-top: 18px;
	  display:block;
	  font-size:32px;
  }
  .nav-wrapper #dj-megamenu93 .dj-stickylogo {
    position: absolute;
    z-index: 550;
    width: 100%;
    margin-left: 0%;
  }
  #dj-megamenu93 .dj-stickylogo img {
    /* width: 100% !important; */
    height: auto;
    max-height: 75px !important;
  }
}
/*************************************************************Nav-animation***************************************************************/
@media(min-width:993px) {
  body.front .nav-wrapper #dj-megamenu93sticky .dj-stickylogo {
    position: absolute;
    z-index: 550;
    width: 250px;
    margin-left: -50%;
	  -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
  }
	.nav-wrapper #dj-megamenu93sticky .dj-stickylogo {
    position: absolute;
    z-index: 550;
    width: 250px;
    margin-left: 0;
	  -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
  }
.scroll .nav-wrapper #dj-megamenu93sticky .dj-stickylogo {
    position: absolute;
    z-index: 550;
    width: 250px;
    margin-left: 0% !important;
	-webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
  }
	.scroll .nav-wrapper #dj-megamenu93sticky .dj-stickylogo {
    margin-left: 0%;
	  -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
  }
  .nav-wrapper #dj-megamenu93sticky {
    position: absolute;
    width: 250px !important;
    height: auto !important;
    left: 3vw !important;
    margin: 0px 0px !important;
  }
  body.home .nav-wrapper #dj-megamenu93sticky {
    position: absolute;
    width: 350px !important;
    height: auto !important;
    margin: 0px auto !important;
    left: 50% !important;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
  }
  body.home .scroll .nav-wrapper #dj-megamenu93sticky {
    position: absolute;
    width: 250px !important;
    height: auto !important;
    left: 3vw !important;
    margin: 0px 0px !important;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
  }
  body.home .nav-wrapper .dj-stickylogo {
    position: absolute;
    z-index: 550;
    width: 350px;
    margin-left: -50%;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
  }
  body.home .scroll .nav-wrapper .dj-stickylogo {
    position: absolute;
    z-index: 550;
    width: 250px;
    margin-left: 0%;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
  }
  body.home .dj-stickylogo img {
    width: 100%;
    height: auto;
    max-height: 102px !important;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
  }
  body.home .scroll .dj-stickylogo img {
    width: 100%;
    height: auto;
    max-height: 70px !important;
  }
  body.home .nav-wrapper #dj-megamenu93 {
    opacity: 0;
    filter: blur(10px);
	  background:none;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
  }
  body.home .scroll .nav-wrapper #dj-megamenu93 {
    opacity: 1;
    filter: blur(0);
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
  }
  body.home #nav-wrapper {
    height: 140px;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
  }
  body.home .scroll #nav-wrapper {
    height: 110px;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
  }
  #nav-reveal {
    display: none;
  }
  body.home #nav-reveal {
    display: block;
    position: absolute;
    top: 40px;
    left: 40px;
    cursor: pointer;
    font-size: 42px;
    z-index: 600;
    background: rgba(0, 0, 0, 0.00);
    border: none;
    opacity: 1;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
  }
  body.home #nav-reveal span.fa-bars {
    color: rgba(110, 73, 41, 1);
    padding: 3px 8px;
  }
  .scroll #nav-wrapper #nav-reveal {
    opacity: 0;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
  }
}
body.home #nav-reveal span.fa-bars:hover, #nav-reveal span.fa-bars:focus {
  background: rgba(110, 73, 41, 0.25) !important;
  color: rgba(173, 148, 111, 1) !important;
  border: none !important;
}
@media(max-width:992px) {
  body.home #nav-reveal {
    display: none;
  }
}
/**********************************Nav*colour*coding**************************************************************/
#dj-megamenu93>li.itemid101.active>a, #dj-megamenu93 li.itemid101 a:hover, #dj-megamenu93>li.itemid109.active>a, #dj-megamenu93 li.itemid109 a:hover {
	color: var(--OurCompany);
	color: var(OurCompany);
}
#dj-megamenu93>li.itemid108.active>a,#dj-megamenu93>li.itemid108.hover>a.dj-up_a, #dj-megamenu93 li.itemid108 a:hover, #dj-megamenu93>li.itemid108.current>a.dj-up_a.active, #dj-megamenu93 li.itemid108 ul.dj-submenu > li > a.active {
	color: var(--OurBrands) !important;
	color: var(OurBrands) !important;
}
#dj-megamenu93>li.itemid126.active>a,#dj-megamenu93>li.itemid126.hover>a.dj-up_a, #dj-megamenu93 li.itemid126 a:hover, #dj-megamenu93>li.itemid126.current>a.dj-up_a.active, #dj-megamenu93 li.itemid126 ul.dj-submenu > li > a.active {
	color: var(--Sustainability) !important;
	color: var(Sustainability) !important;
}
#dj-megamenu93>li.itemid107.active>a,#dj-megamenu93>li.itemid107.hover>a.dj-up_a, #dj-megamenu93 li.itemid107 a:hover, #dj-megamenu93>li.itemid107.current>a.dj-up_a.active, #dj-megamenu93 li.itemid107 ul.dj-submenu > li > a.active {
	color: var(--ShareHolders) !important;
	color: var(ShareHolders) !important;
}
#dj-megamenu93>li.itemid106.active>a,#dj-megamenu93>li.itemid106.hover>a.dj-up_a, #dj-megamenu93 li.itemid106 a:hover, #dj-megamenu93>li.itemid106.current>a.dj-up_a.active, #dj-megamenu93 li.itemid106 ul.dj-submenu > li > a.active {
	color: var(--Media) !important;
	color: var(Media) !important;
}
#dj-megamenu93mobile.dj-megamenu-select-dark .dj-mobile-open-btn, #dj-megamenu93mobile.dj-megamenu-offcanvas-dark .dj-mobile-open-btn, #dj-megamenu93mobile.dj-megamenu-accordion-dark .dj-mobile-open-btn {
    background: rgba(173, 148, 111, 0);
	
}
#dj-megamenu93mobile.dj-megamenu-select-dark .dj-mobile-open-btn:focus, #dj-megamenu93mobile.dj-megamenu-select-dark:hover .dj-mobile-open-btn, #dj-megamenu93mobile.dj-megamenu-offcanvas-dark .dj-mobile-open-btn:hover, #dj-megamenu93mobile.dj-megamenu-offcanvas-dark .dj-mobile-open-btn:focus, #dj-megamenu93mobile.dj-megamenu-accordion-dark .dj-mobile-open-btn:hover, #dj-megamenu93mobile.dj-megamenu-accordion-dark .dj-mobile-open-btn:focus {
    background: rgba(110, 73, 41, 1) !important;
	color:#ffffff !important;
}
body.our-company .articleBody ul.nav li.active a {
	color: var(--OurCompany);
	color: var(OurCompany);
	font-weight:600;
}
body.our-company .articleBody ul.nav lie a:hover, body.our-company .articleBody ul.nav li a:focus {
	color: var(--OurCompany);
	color: var(OurCompany);
}


body.our-company a.btn-primary {
	border-color: var(--OurCompany) !important;
	border-color: var(OurCompany) !important;
}
/********************************************************************************Article BANNER*************************************************************************************/
.articleBanner {
  /*height: 60vh;*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
	margin-bottom: -40px;
}
.bottom .articleBanner {
	height:40vh;
}
header .articleBanner {
	padding-top:20px;
}
header .articleBanner.static {
	height:60vh;
}
.banner-OurHistory {
  background-image: url("../../../images/banner/Banner-Our-History.jpg");
}
.banner-OurHistory1670 {
  background-image: url("../../../images/banner/Banner-Our_History_1670.jpg");
}
.banner-OurHistory1700s {
	background-image: url("../../../images/banner/Banner-Our_History_1700s.jpg");
}
.banner-Sustainability {
  background-image:url("../../../images/banner/HP-Sustainability.jpg");
}
.banner-OurCompany {
	background-image:url("../../../images/banner/HP-Our-Company.jpg");
}
.banner-OurBrands {
	background-image:url("../../../images/banner/HP-Our-Brands2.jpg");
}
.banner-Shareholders {
	background-image:url("../../../images/banner/banner-shareholders.jpg");
}
.banner-Media {
	background-image:url("../../../images/banner/banner-media.jpg");
}
.banner-OurBusiness {
  background-image:url("../../../images/banner/HP-Our-Brands2.jpg");
}
.banner-Subsidiaries {
  background-image:url("../../../images/banner/banner-subsidiaries.jpg");
}
.banner-DomesticWines {
  background-image:url("../../../images/OurBrands/banner-domestic-spiritsWines.jpg");
}
.banner-Beverages {
  background-image:url("../../../images/OurBrands/banner-beverages.jpg");
}
.banner-Household {
  background-image:url("../../../images/OurBrands/banner-household.jpg");
}
.banner-ImportedWines {
  background-image:url("../../../images/OurBrands/banner-importWinesSpirits.jpg");
}
.banner-BrightFuture {
  background-image:url("../../../images/Shareholders/banner-bright-future.png");
}
.banner-enviroC {
  background-image:url("../../../images/banner/banner-sustainability.jpg");
}
.banner-socialC {
  background-image:url("../../../images/banner/banner-social.jpg");
}
.banner-qualityC {
  background-image:url("../../../images/banner/banner-quality.jpg");
}
.banner-Leadership {
  background-image:url("../../../images/banner/banner-leadership.jpg");
}
.banner-jointheteam {
  background-image:url("../../../images/banner/Banner-joinourteam.jpg");
	background-position: center top;
}
.historyDate {
  position: absolute;
  bottom: 80px;
  right: 20vw;
  font-family: 'Cormorant', serif;
  color: #fff;
  font-size: 110px;
  font-weight: 600;
  text-shadow: 3px 3px 12px rgba(0, 0, 0, .6);
}
.sub_article {
	position:relative;
	z-index:100;
}
.sub_article  img, .articleBody img, .below img {
	-webkit-border-radius: 15px;
    border-radius: 15px;
}
.sub_article .articleImage {
    display: flex;
    flex-direction: column;
    float: left;
    clear: both;
}
.sub_article .articleImage h4 {
	line-height: 60px;
}
/********************************************************************************Age Pop Up***********************************************************************************/
.btn-yes, .btn-no {
	background-color: #000;
    border: 1px solid #fff;
    padding: 6px 15px;
    color: #fff;
	-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
	text-decoration: none;
	margin:0px -1px !important;
}
.btn-yes:hover, .btn-yes:focus {
	background-color:#fff;
	color:#000;
	text-decoration: none;
	-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.btn-no {
	background-color:#ddd4c7;
	color:#000;
	text-decoration: none !important;
}
.btn-no:hover, .btn-no:focus {
	background-color:#000;
	color:#fff;
text-decoration: none !important;}
#botones {
    margin: 5px auto 30px !important;
	
}
#cdm {
	border:1px solid #fff;
}
/********************************************************************************NEWSWALL*************************************************************************************/
.itemListView {
	/*margin:-40px -40px 0px -40px;*/
	width: 100%;
    clear:both;
}
.below .itemListView {
	margin:-40px 0px 0px 0px;
	width: 100%;
    clear:both;
}
.wall-item .wall-top .wall-image {
  max-width: 100%;
  height: 300px;
  overflow: hidden;
  -webkit-border-radius: 40px;
  border-radius: 15px;
}
.wall-item .wall-top .wall-image img {
  width: 100%;
  height: auto;
}
.wall-item .wall-bottom .item-content {
  padding: 20px 0px;
}
#news-itemList-98 {
  margin: auto -40px;
}
.wall-item .wall-bottom .item-content .catItemLinks {
  border-top: 1px none #7c7c7c !important;
}
#news-wall-98 .wall-item .wall-bottom .item-content:before {
  border-bottom-color: #fff;
  display: none;
}
.wall-item .wall-bottom .item-content .jux-readmore a {
  background: rgba(173, 148, 111, 0) !important;
  border: 1px solid rgba(173, 148, 111, 1);
  color: #000 !important;
  font-size: 16px !important;
  padding: 4px 20px !important;
  border-radius: 10px !important;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  text-decoration: none;
}
.wall-item .wall-bottom .item-content .jux-readmore a:hover, .wall-item .wall-bottom .item-content .jux-readmore a:focus {
  background: rgba(173, 148, 111, 1) !important;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  text-decoration: none;
}
.wall-item .wall-bottom .item-content .catItemTitle {
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 12px;
}
.wall-item .wall-bottom .item-content .catItemIntroText {
  padding-bottom: 0px !important;
  font-size: 18px !important;
  color: #666 !important;
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.wall-image {
  position: relative;
}
.wall-image a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-position: center center;
  background-size: cover;
}
.wall-item .newsItem p:first-child {
	display:none;
}
#maincontent img {
	max-width:100% !important;
}
@media(max-width:1200px) {
	.itemListView {
	margin:-40px 0px 0px 0px;
	width: 100%;
    clear:both;
}
}
/****************************************************************************AGM 2021*************************************************************************************/
.custom.agm2021 {
	background-image: url(../../../images/agm2021BG.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    padding-top: 130px;
}
.agm2021 .agmWrapper {
	width: 700px;
    background-color: rgba(0,0,0,0.58);
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    padding: 40px;
	max-width:100%;
	border-radius:10px;
}
.agmWrapper h2 {
	color: #fff;
    font-weight: 300;
    margin-top: 30px !important;
    font-size: 72px;
}
.agmWrapper p a {
	color: #fff;
    font-weight: 300;
}
/****************************************************************************TYPOGRAPHY*************************************************************************************/
h1, H1, .page-header h2 {
  font-family: 'Cormorant', serif;
  font-size: 52px;
  color: var(OurCompany);
color: var(--OurCompany);
  font-style: italic;
  font-weight: 400;
	text-transform:none;
}
body.shareholders h1, body.shareholders h4, body.shareholders ul.nav.menu li.divider, body.shareholders .page-header h2, body.shareholders .articleBody ul.nav.menu li > a:hover, body.shareholders .articleBody ul.nav.menu li > a:focus {
	color: var(--ShareHolders);
	color: var(ShareHolders);
}
body.our-company h1, body.our-company h4, body.our-company ul.nav.menu li.divider, body.our-company .page-header h2, body.our-company .articleBody ul.nav.menu li > a:hover, body.our-company .articleBody ul.nav.menu li > a:focus, .leadershipG h3 {
	color: var(--OurCompany);
	color: var(OurCompany);
}
body.our-brands h1, body.our-brands h4, body.our-brands ul.nav.menu li.divider, body.our-brands .page-header h2, body.our-brands .articleBody ul.nav.menu li > a:hover, body.our-brands .articleBody ul.nav.menu li > a:focus, body.our-brands .articleBody ul.nav.menu li.active > a, body.our-brands h3, body.our-brands h3 a {
	color: var(--OurBrands);
	color: var(OurBrands);
}
body.sustainability h1, body.sustainability h4, body.sustainability ul.nav.menu li.divider, body.sustainability .page-header h2, body.sustainability .articleBody ul.nav.menu li > a:hover, body.sustainability .articleBody ul.nav.menu li > a:focus, body.sustainability h5 {
	color: var(--Sustainability);
	color: var(Sustainability);
}
body.media-items h1, body.media-items h4, body.media-items ul.nav.menu li.divider, body.media-items .page-header h2, body.media-items .articleBody ul.nav.menu li > a:hover, body.media-items .articleBody ul.nav.menu li > a:focus, body.media-items h3.catItemTitle a {
	color: var(--Media);
	color: var(Media);
}
h2, H2 {
  font-size: 26px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.drinkCharts h2 {
	font-family: 'Cormorant', serif;
    font-size: 48px;
    margin-bottom: 0px;
}
h3, H3 {
  font-size: 28px;
}
 
body.faqs h2 {
	position:relative;
	margin-bottom:20px;
}
body.faqs h2:after {
	position:absolute;
	content:"";
	border-top:#000000 solid 1px;
	width:100%;
	bottom:-10px;
	left:0px;
}
.faqs .qanda {
	color: var(--ShareHolders);
	color: var(ShareHolders);
	font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

#footer-inner h3 {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
h4, H4 {
  font-size: 22px;
  color: #ab916d;
  font-weight: 600;
	text-transform: uppercase;
}
.diamondRangeWrapper h4 {
	font-size: 18px;
}
.leadershipG h4 {
	font-size:16px;
	margin-top:0px !important;
}
.BrandSection h4 {
	margin-top:20px !important;
}
.careersB h4, .contactB h4 {
	margin-top:0px !important;
}
#maincontent h4, .bottom h4 {
	margin-top:30px;
}
#maincontent .contactInfo h4 {
	margin-top:0px;
}
.NewsWrap h4 {
	margin-top:0px !important;
}
p {
  line-height: 170%;
}
.hDates {
	    font-family: 'Cormorant', serif;
    font-size: 70px;
	color: var(OurCompany);
color: var(--OurCompany);
}
.articleBody ul {
	list-style:none;
}
.articleBody ul>li {
	position:relative;
	padding:0px 0px 20px 20px;
}
.articleBody ul>li:before {
	content:"•";
	font-size:200%;
	position:absolute;
	left:0px;
}
.shareholders .articleBody ul>li:before, .shareholders .articleBody a {
	color: var(ShareHolders);
color: var(--ShareHolders);
}
.our-company .articleBody ul>li:before, .our-companys .articleBody a {
	color: var(OurCompany);
color: var(--OurCompany);
}
.our-brands .articleBody ul>li:before, .our-brands .articleBody a {
	color: var(OurBrands);
color: var(--OurBrands);
}
.our-brands .articleBody ul>li:before, .our-brands .articleBody a {
	color: var(OurBrands);
color: var(--OurBrands);
}
.sustainability .articleBody ul>li:before, .sustainability .articleBody a {
	color: var(Sustainability);
color: var(--Sustainability);
}
.media-items .articleBody ul>li:before, .media-items .articleBody a {
	color: var(Media);
color: var(--Media);
}
.dj-offcanvas-modules p {
	color:#fff;
	font-size:14px;
}
@media(max-width:992px) {}
@media(max-width:768px) {
  .item-page .page-header h1 {
    margin: 0px;
    font-size: 11vw;
  }
  h2, H2 {
    font-size: 4.0vw;
  }
  h3, H3 {
    font-size: 3.0vw;
  }
  P, p {
    font-size: 2.2vw;
  }
}
@media(max-width:450px) {
  h2, H2 {
    font-size: 7vw;
  }
  h3, H3 {
    font-size: 6vw;
  }
  P, p {
    font-size: 4vw;
  }
}
