#fgv-lgpd * {
	vertical-align: baseline;
	font-weight: inherit;
	/*font-family: inherit;*/
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	/*margin: 0;*/
}
  
#fgv-lgpd strong,
#fgv-lgpd b {
	font-family: 'Gotham-medium', Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#fgv-lgpd {
	position: fixed;
	left: 10px;
	bottom: 10px;
	right: 0;
	margin: 0;
	background-color: #fff;
	border: 1px #ddd solid;
	border-radius: 5px;
	width: 100%;
	max-width: 260px;
	z-index: 1000;
	font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	color: #333;
	display: none;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}
@media (min-width:600px)  {
	#fgv-lgpd {
		max-width:400px;
	}
}
@media (min-width:850px)  {
	#fgv-lgpd {
		max-width:600px;
	}
}

#fgv-lgpd p {
	font-family: 'Gotham-Book', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	color: #333;
}

#fgv-lgpd .container {
	padding: 12px;
	margin: auto;
	display: table;
	clear: both;
	/*width: 100%;*/
	width: auto;
	max-width: 1170px;
}

.fgv-lgpd-text-container,
.fgv-lgpd-button-container {
	float: left;
	display: flex;
	align-items: center;
	min-height: 44px;
}

/* .fgv-lgpd-text-container {
	width: 88%;
} */

.fgv-lgpd-button-container {
	/*width: 12%;*/
	justify-content: center;
}

#fgv-lgpd a {
  display: inline;
  color: #0c63aa;
  text-decoration: none;
}

#fgv-lgpd a:hover {
	color: #003e7e;
	text-decoration: none;
}

#fgv-lgpd a.btn,
#fgv-lgpd button.btn {
	font-family: 'Gotham-medium', Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: auto;
	color: #fff;
	background-color: #0c63aa;
	border-color: #0c63aa;
	border: 1px solid transparent;
    font-size: 14px;
    padding: 5px 20px;
	text-transform: capitalize;
	border-radius: 5px;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

#fgv-lgpd a.btn:hover,
#fgv-lgpd button.btn:hover {
	color: #fff;
	background-color: #0b3f69;
	border-color: #0b3f69;
}

@media (max-width:641px)  {
	.fgv-lgpd-text-container {
		width: 100%;
	}	
	.fgv-lgpd-button-container {
		width: 100%;
		justify-content: initial;
	}
}