.cookie-disclaimer {
	position: fixed;
	left: 15px;
	bottom: 15px;
	width: 360px;
	min-height: 70px;
	background: #FFF;
	padding: 1rem;
	z-index: 1002;
	border: 1px solid #5b8bc0;
    border-radius: 8px;
	font-size: 13px;
    color: #5b8bc0;
}
.cookie-disclaimer.top-left {
	left: 15px;
	top: 15px;
	right: inherit;
	bottom: inherit;
}
.cookie-disclaimer.top-right {
	right: 15px;
	top: 15px;
	bottom: inherit;
	left: inherit;
}
.cookie-disclaimer.bottom-left {
	left: 15px;
	bottom: 15px;
	right: inherit;
	top: inherit;
}
.cookie-disclaimer.bottom-right {
	right: 15px;
	bottom: 15px;
	top: inherit;
	left: inherit;
}

.cookie-disclaimer .disclaimer-button-wrap {
	background-image: none;
    background-color: #5b8bc0;
    border: 1px solid transparent;
    border-radius: 3px;
    border-color: #5b8bc0;
    margin-top: 10px;
}

.cookie-disclaimer .cookie-disclaimer-answer {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    background-color: initial;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    color: #fff;   
    line-height: 1.5;
    font-size: 16px;
    padding: 5px 10px;
    margin-top: 0px;
    width: 100%;
}
.cookie-disclaimer button:not(.cookie-disclaimer-answer) {
  background: none;
  border: none;
  text-decoration: underline;
  font-weight: 700;
  color: #184690;
  outline: none;
}

@media (max-width: 768px) {
	.cookie-disclaimer {
		width: 100%;
		bottom: 0;
		padding: 0;
		border-radius: 0;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	.cookie-disclaimer.bottom-left {
		left: 0px;
		right: 0px;
		bottom: 0;
	}
	.cookie-disclaimer.bottom-right {
  		left: 0px;
		right: 0px;
		bottom: 0;
	}
	.cookie-disclaimer div:nth-child(1) {
		float: left;
		height: 100%;
		padding: 10px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.cookie-disclaimer div:nth-child(2) {
		float: left;
		width: 32%;
		height: 100%;
		padding: 10px;
		border-color: #357ebd;
		background-color: #428bca;
		line-height: 180px;

		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		height: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.cookie-disclaimer .cookie-disclaimer-answer {
		white-space: initial;
		padding: initial;
		margin: 0;
		height: 100%;
		width: 100%;
	}
	.cookie-disclaimer .disclaimer-button-wrap {
		margin-top: initial;
		border-radius: initial;
	}
}
