body {
    color: #111111;
    font-family: 'HelveticaNeue-Bold', 'Helvetica Neue', 'Arial', 'sans-serif';
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: auto;
    
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    background: #d2ccc8; 
    margin: 1% 10%; 
   
}



.subhead {
    color: #000000;
    font-family: 'HelveticaNeue-Bold', 'Helvetica Neue', 'Arial', 'sans-serif';
    font-size: 20px;
    font-style: italic;
 
    text-transform: none;
    vertical-align: bottom;


}

.Heading_1_Gray {
    color: #666666;
    font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', 'sans-serif';
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

.flex-container {
position: relative;
top: 0px;
  display: flex;
  flex-wrap: nowrap;
  z-index: 1;
  
}

.flex-container > div {
  margin: 10px;
  text-align: left;
}

a {
    color: #999999;
    text-decoration: underline;
}
a:visited {
    color: #666666;
    text-decoration: underline;
}
a:hover {
    color: #ff0000;
    text-decoration: underline;
}
div {
    overflow: visible;
}
img {
    border: none;
}
.InlineBlock {display: inline; }
.InlineBlock {display: inline-block; }
.tinyText {
    font-size: 1px;
}



/* ------------------ NOTICE Popup ----------------------------------------------------- */





#consentBox { 
font-family: Arial, sans-serif; 
	z-index: 99;
	background: #fff; 
	padding: 20px; 
	border-radius: 15px; 
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
	text-align: center; 
	border: solid 8px #ff0000;
	margin: -1% -10%;
	
} 

#consentBox.hide { 
	opacity: 0; 
	pointer-events: none; 
	transform: scale(0.8); 
	transition: all 0.3s ease; 
} 

::selection { 
	color: #fff; 
	background: #229a0f; 
} 

#consentContent p { 
		color: #111211; 
	margin: 10px 0 20px 0; 
} 

#consentContent .buttons { 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	margin-top: 20px; 
} 

.consentButton, 
.rejectButton { 
	padding: 12px 30px; 
	border: none; 
	outline: none; 
	color: #fff; 
	font-size: 16px; 
	font-weight: 500; 
	border-radius: 5px; 
	cursor: pointer; 
	transition: all 0.3s ease; 
} 

.consentButton { 
	background: #2a910b; 
	margin-right: 10px; 
} 

.rejectButton { 
	color: #111211; 
	background: transparent; 
	border: 2px solid #099c2c; 
	text-decoration: none; 
} 

#consentBox img { 
	max-width: 90px; 
} 

#consentHeader { 
	font-size: 25px; 
	font-weight: 600; 
	margin-top: 10px; 
}



/* ------------------ END Notice Popup ----------------------------------------------------- */