@font-face {
	font-family: "urw_geometricbold_italic";
	src: url("../webFonts/urwgeometric-bolditalic-webfont.woff2") format("woff2"),
    url("../webFonts/urwgeometric-bolditalic-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "urw_geometricextra_light";
  src: url("../webFonts/urwgeometric-extralight-webfont.woff2") format("woff2"),
    url("../webFonts/urwgeometric-extralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: "urw_geometricXLtIt";
  src: url("../webFonts/urwgeometric-extralightitalic-webfont.woff2")
      format("woff2"),
    url("../webFonts/urwgeometric-extralightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: "urw_geometricmedium";
  src: url("../webFonts/urwgeometric-medium-webfont.woff2") format("woff2"),
    url("../webFonts/urwgeometric-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: "urw_geometricmedium_italic";
  src: url("../webFonts/urwgeometric-mediumitalic-webfont.woff2")
      format("woff2"),
    url("../webFonts/urwgeometric-mediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: "urw_geometricregular";
  src: url("../webFonts/urwgeometric-regular-webfont.woff2") format("woff2"),
    url("../webFonts/urwgeometric-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: "urw_geometricsemi_bold";
  src: url("../webFonts/urwgeometric-semibold-webfont.woff2") format("woff2"),
    url("../webFonts/urwgeometric-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: "urw_geometricsemi_bold_italic";
  src: url("../webFonts/urwgeometric-semibolditalic-webfont.woff2")
      format("woff2"),
    url("../webFonts/urwgeometric-semibolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: "helveticaneueregular";
  src: url("../webFonts/helveticaneue-regular-webfont.woff2") format("woff2"),
    url("../webFonts/helveticaneue-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: "helvetica_neue_medium_extenRg";
  src: url("../webFonts/helvetica_neue_medium_extended-webfont.woff2")
      format("woff2"),
    url("../webFonts/helvetica_neue_medium_extended-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: "helvetica_neuemedium_extended";
  src: url("../webFonts/helvetica_neue_medium_extended-webfont.woff2")
      format("woff2"),
    url("../webFonts/helvetica_neue_medium_extended-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: "urw_geometricregular" !important;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	background-color: #fff;
	position: relative;
}

p {
	color: #b3b3b3;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "urw_geometricregular" !important;
}

.icon-menu {
	color: #000;
	font-size: 36px;
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

a, a:hover {
	text-decoration: none !important;
}

.top-bar {
	padding: .5rem 0;
	background: #eee;
}

.top-bar a {
	color: #666666;
}

.site-navbar {
	margin-bottom: 0px;
	z-index: 1999;
	position: relative;
	width: 100%;
	padding: 20px 15px 25px 15px;
}

@media (max-width: 991.98px) {
	.site-navbar {
		padding: 20px 15px 25px 15px;
	}
}

.site-navbar .toggle-button {
	position: absolute;
	right: 0px;
}

.site-navbar .site-logo {
	position: absolute;
	top: 24%;
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 0;
	margin: 0;
	padding: 0;
	z-index: 3;
	margin-left: 85px;
}

.tt-select {
	height: auto;
	padding: 0px;
	text-align: left;
}

.tt-select select {
	display: none;
}

.select-selected {
	background-color: #fff;
	color: rgba(0, 0, 0, 0.8) !important;
	text-underline-offset: 6px;
	text-decoration: underline;
}

.select-selected:after {
	position: absolute;
	content: "";
	top: 15px;
	right: 7px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
}

.select-selected:before {
	position: absolute;
	content: "";
	top: 18px;
	right: 7px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: transparent transparent #000000 transparent;
	transform: rotate(180deg);
}

.select-selected.select-arrow-active:before {
	border: none;
}

.select-selected.select-arrow-active:after {
	border-color: transparent transparent #000000 transparent;
	top: 10px;
}

.select-items div,.select-selected {
	position: relative;
	color: #000;
	padding: 8px 25px;
	cursor: pointer;
}

.select-items div {
	width: 33%;
	padding: 10px 17px;
	box-shadow: inset 0 0 0 0 #d9ba90;
	color: #000;
	margin-bottom: 5px;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.select-items div:hover {
	text-underline-offset: 6px;
	text-decoration: underline;
}

.select-items {
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	right: 0;
	height: 300vh;
	z-index: 99;
	padding: 7% 50% 18% 100px;
	display: flex;
	flex-wrap: wrap;
	flex-flow: row wrap;
	align-content: flex-start;
 /* Add this*/;
}

.select-hide {
	display: none;
}

.diageo_main_bg {
	background-image: url("../images/th_brown.png");
	height: 500px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 90px 0px;
	margin-bottom: 85px;
}

.diageo_main_bg h1 {
	font-size: 65px;
	text-align: right;
	font-style:italic;
}

.diageo_main_bg h1 span {
	font-weight: 700;
	font-style:normal;
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #fff;
	border-color: #e4e5e7;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.panel-default>.panel-heading a {
	display: block;
	padding: 15px;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	/* background: linear-gradient(279.85deg,#fcf9eb,#f6e7d7 99.48%); */
	background: linear-gradient(82.39deg, rgb(86, 34, 116) 29.69%, rgb(154, 122, 171) 116.32%);
	margin-bottom: 30px;
}

.panel-default>.panel-heading a:hover { color: #fff;background:linear-gradient(82.39deg,#410067 29.69%,#572375 116.32%);
	
}
.diageo_second .accordion .panel .dataTables_paginate .page-link{
    border-radius: 0;
    background: transparent;
    color: #000;
}
.diageo_second .accordion .panel .dataTables_paginate .page-item.active .page-link {
    background-color: #e9ecef;
    border-color: #e9ecef;
}


.panel-default>.panel-heading a:after {
	content: "";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	transition: transform .25s linear;
	-webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
	background: linear-gradient(82.39deg, rgb(116 46 155) 29.69%, rgb(154, 122, 171) 116.32%);
}


.panel-default>.panel-heading a:hover[aria-expanded="true"]{ background:linear-gradient(82.39deg,#410067 29.69%,#572375 116.32%);
	
}


.panel-default>.panel-heading a[aria-expanded="true"]:after {
	content: "\2212";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
	content: "\002b";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion-option {
	width: 100%;
	float: left;
	clear: both;
	margin: 15px 0;
}

.accordion-option .title {
	font-size: 20px;
	font-weight: bold;
	float: left;
	padding: 0;
	margin: 0;
}

.accordion-option .toggle-accordion {
	float: right;
	font-size: 16px;
	color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
	content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
	content: "Collapse All";
}

.diageo_second {
	margin-bottom: 60px;
}

.diageo_second table {
	width: 100%;
}

.diageo_second .panel-collapse {
	padding: 0px 20px;
	margin-bottom: 40px;
}

.diageo_second .panel-collapse .pagination {
	margin-top: 20px;
	justify-content: end;
}

.diageo_second .panel-collapse .pagination .page-link {
	color: #000;
}

table.results tr {
	border-bottom: 1px solid #000;
}

table.results tr td {
	padding: 12px 0px;
}

.diageo_pdf_sec {
	text-align: left;
}

.diageo_pdf_sec a {
	color: #000;
}

.diageo_pdf_sec a:hover {
	text-decoration: underline !important;
	transition: 0.9s;
}

.results-table-sub-heading span {
	display: block;
	font-size: 11px;
	color: #9d5f0a;
}

.footer {
	padding: 50px 0px 35px 0px;
	background: linear-gradient(36.25deg,#bba6c8 -18.34%,#efeaf1 72.26%);
}

.footer a {
	color: #000;
}

.footer .site-assistance {
	display: flex;
	flex-wrap: wrap;
}

#footer #dg_footer_wrapper #dg_footer_wrapper_inner {
	color: inherit;
	font: inherit;
	width: auto;
	text-align: left;
}

.footer ul {
	margin-bottom: 0px;
	padding-left: 0;
}

#footer #dg_footer_wrapper #dg_footer_wrapper_inner [class^=dg_footer_row_] ul li {
	display: inline-block;
	line-height: 1.25;
	
}

.diageo_second .panel-collapse .pagination .page-link {
	border-radius: 0px;
}

.page-link:hover {
	background-color: #faf5e7;
}

nav#navbar1 {
	padding: 15px;
}

.navbar-dark .navbar-toggler {
	color: rgba(14, 14, 14, 1);
	border-color: none;
}

.navbar-dark .navbar-toggler:focus {
	border: none !important;
	outline: none;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	width: 25px;
	height: 30px;
	position: relative;
	margin: 20px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
	top: 0px;
}

#nav-icon1 span:nth-child(2) {
	top: 10px;
}

#nav-icon1 span:nth-child(3) {
	top: 20px;
}

#nav-icon1.open span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

#nav-icon1.open span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

@media (min-width: 1281px) {
	.diageo_main_bg {
		padding: 90px 0px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
	.select-items {
		padding: 7% 38% 25% 100px;
	}

	.site-navbar .site-logo {
		margin-left: 45px;
	}

	.site-navbar .site-navigation .site-menu {
		margin-right: 45px;
	}

	.diageo_main_bg h1 {
		font-size: 56px;
		line-height: 72px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.select-items {
		padding: 7% 38% 25% 100px;
	}

	.site-navbar .site-logo {
		margin-left: 45px;
	}

	.site-navbar .site-navigation .site-menu {
		margin-right: 45px;
	}

	.diageo_main_bg h1 {
		font-size: 56px;
		line-height: 72px;
		text-align: left;
	}
}

@media (max-width: 991.98px) {
	.site-navbar .site-logo {
		margin-left: 40px;
	}

	.site-navbar .site-navigation .site-menu {
		margin-right: 40px;
	}

	.diageo_main_bg h1 {
		font-size: 50px;
		line-height: 64px;
		text-align: left;
	}

	.diageo_main_bg {
		height: 435px;
		padding: 110px 0px;
	}

	.select-items {
		padding: 10% 20% 30% 75px;
	}
}

@media only screen and (max-width: 767px) {
	.site-mobile-menu {
		width: 95%;
	}

	#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
		position: absolute;
		top: 15px;
		left: 15%;
		margin: 10px auto;
	}

	.navbar {
		padding: 15px;
	}

	.navbar-brand {
		width: 100%;
		text-align: center;
	}

	.site-navbar {
		padding: 25px 15px 30px 15px;
	}

	.site-navbar .toggle-button {
		position: absolute;
		left: 15px;
		z-index: 99;
		padding-top: 5px;
	}

	.site-navbar .site-logo {
		float: left;
		position: relative;
		width: 100%;
		text-align: center;
		margin-left: 0px;
	}

	.site-mobile-menu .site-mobile-menu-header {
		float: left;
		padding-left: 0px;
		padding-right: 0px;
	}

	.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
		float: left;
	}

	.site-mobile-menu .site-mobile-menu-body {
		padding-top: 40px;
	}

	.select-selected {
		color: rgba(0, 0, 0, 1) !important;
		background: #fff;
		text-decoration: none;
		border: 2px solid;
	}

	.diageo_main_bg {
		height: 420px;
		padding: 30px 0px;
		margin-bottom: 75px;
	}

	.diageo_main_bg h1 {
		font-size: 45px;
		line-height: 62px;
		text-align: left;
	}

	table.results tr td {
		margin: 0.5rem 0;
		padding: 1rem;
		width: 100%;
		display: block;
		border-bottom: none;
	}

	.diageo_pdf_sec {
		text-align: left;
		background: #e5e3d636;
	}

	#footer #dg_footer_wrapper #dg_footer_wrapper_inner [class^=dg_footer_row_] ul li {
		display: block;
		line-height: 1.25;
		margin: 0 2rem 1rem 0;
	}

	.footer ul {
		padding: 0;
	}

	.select-items {
		padding: 0px 25px;
		flex-flow: column;
	}

	.select-items div {
		width: 100%;
		padding: 5px 18px;
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 500px) {
	#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
		left: 20px;
	}

	.diageo_main_bg h1 {
		font-size: 36px;
		line-height: 52px;
		text-align: center;
	}

	.diageo_main_bg {
		height: 300px;
		margin-bottom: 85px;
	}

	.panel-default>.panel-heading a {
		font-size: 18px;
	}
}

table.dataTable {
		border-collapse: collapse !important;
	} 
	.page-item.active .page-link {
		background-color: #e9ecef;
		border-color: #e9ecef;
	}

	#dg_footer_wrapper_inner ul li {
		float: none;
		font-family: urw_geometricregular;
	  }
	  #dg_footer_wrapper_inner ul li span {
		font-size: 14px;
	  }

	#dg_footer_wrapper {
		background: none !important;
	  }
	  #dg_footer_wrapper_inner .dg_footer_row_0 a,
	  #dg_footer_wrapper_inner .dg_footer_row_0 a:hover,
	  #dg_footer_wrapper_inner ul li span {
		color: #000 !important;
		font-weight: 500 !important;
		font-size: 15px !important;
	  }
	  #dg_footer_wrapper_inner ul li:after {
		content: "|";
		display: none !important;
	  }
	  #dg_footer_wrapper_inner .dg_footer_item_last {
		 float: none !important;
		font-size: 14px !important;
		font-weight: 400 !important;
		line-height: 24px !important;
	  }
	  #dg_footer_wrapper_inner {
		text-align: left !important;
		width: auto !important;
	  }
	  #dg_footer_wrapper_inner [class^="dg_footer_row_"],
	  #dg_footer_wrapper_inner ul li a,
	  #dg_footer_wrapper_inner ul li span {
		padding: 0 !important;
	  }
	  span#dg_SITE_NOTICE {
		left: 0;
		position: absolute;
	  }
	  span#dg_SITE_MAP {
		float: left !important;
	  }
	  
	  
	  
	  @media only screen and (max-width: 768px) {
		#dg_footer_wrapper_inner ul li {
		  text-align: left;
		  width: 50%;
		  float: left !important;
		}
		#dg_footer_wrapper_inner .dg_footer_row_0 {
		  font-size: 16px  !important;
		  letter-spacing: 0 !important;
		  padding-top: 0 !important;
		}
		#dg_footer_wrapper_inner ul li a {
		  font-size: 13px;
		}
		li.dg_footer_item_10 {
		  float: left;
		  margin: 30px 0 0;
		  width: 100% !important;
		}
		#dg_footer_wrapper_inner .dg_footer_item_last {
		  float: right;
		  width: 100%;
		}
		#dg_footer_wrapper_inner [class^="dg_footer_row_"],
		#dg_footer_wrapper_inner ul li span {
		  padding: 0 !important;
		  display: contents !important;
		}
		#dg_footer_wrapper_inner .dg_footer_row_0 a,
		#dg_footer_wrapper_inner .dg_footer_row_0 a:hover {
		  color: #000 !important;
		  float: left;
		}
		li.dg_footer_item_9 {
		 
		  width: 100% !important;
	  }
	  }
	  
	  #dg_footer_wrapper_inner .dg_footer_row_0 {
		  font-size: 16px  !important;
		  letter-spacing: 1 !important;
		  padding-top: 0 !important;
		}
	  
		#dg_footer_wrapper_inner ul li {
		  
		  padding: 0 10px 0 0 !important;
	  }
	  @media only screen and (max-width: 575px) {
.navbar-dark .navbar-toggler {
    color: transparent !important;
}
}