@charset "UTF-8";
/* STYLES SPECIFIC TO FOOTER  */
.footer {
	width: 80%;
	position: relative;
	height: auto;
	background-color: #5674B3;
	margin-left: 10%;
	margin-right: 5%;
}
.footer .col {
	width: 190px;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 0px 20px 20px 20px;
}
.footer .col h4 {
	margin: 0;
	font-family: inherit;
	font-size: 12px;
	line-height: 17px;
	padding: 20px 0px 5px 0px;
	color: #FCFCFD;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.250em;
}
.footer .col ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer .col ul li {
	color: #FCFCFC;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	cursor: pointer;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}
.footer .col a {
    text-decoration: none; 
    color: inherit;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
}
.social ul li {
	display: inline-block;
	padding-right: 5px !important;
}
.footer .col ul li:hover {
    color: #D1D1D1;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
.clearfix {
	clear: both;
}

/* STYLES SPECIFIC TO COOKIE-BANNER  */
.cookie-banner {
    width: 300px;
    position: fixed;
    bottom: 25px;
    left: 40px;
    background-color: #5674b3;
    color: #fff;
    text-align: center;
    padding: 6px;
    border: 2px solid #4267b2;
    border-radius: 5px 5px 5px 5px;
    z-index: 9999;
}

.cookie-banner-text {
    font-size: 10px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: justify;
}

.cookie-banner-close {
    text-align: right;
    font-weight: bold;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 6px;
}

.cookie-banner button {
    background-color: #F5CD2E;
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .cookie-banner {
        width: fit-content;
        bottom: 0px;
        right: 0px;
        left: 0px;
        padding: 10px;
    }
}
