@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Open Sans', sans-serif;
}

img, object, embed, video {
    max-width: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
}

small {
	font-size: 8pt;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
    width: 100%;
}

.topbar {
	margin:5px;
	padding:0;
}


.topbar .row {
	padding:0;
	margin:0;
}

.topbar .col-6 {
	padding:5px;
	margin:0;
}

.topbar p {
	text-align:right;
	color:#2a4451;
	font-weight:600;
	margin:0;
	padding:5px;
}

.topbar a {
	color:#2a4451;
	text-decoration:none;
}

.topbar a:hover {
	color:#a3bd3d;
	text-decoration:none;
}

#social {
	text-align:left;
}

.banner {
	background-image: url("images/terms-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
	min-width: 100% !important;
	min-height: 456px;
	margin:0;
	padding:0;
}

#navbarSupportedContent {
	margin:0;
	padding:0;
  	justify-content: center;
  	align-items: center;
}

.navbar .row {
	width:100%;
	text-align:center;
}

.nav-link {
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-weight:600;
	margin-left:20px;
	margin-right:20px;
}

.terms {
	margin:0;
	padding:5px;
	padding-top:16px;
	padding-bottom:4%;
	color:#2a4451;
}

.terms a {
	color:#3c5e6d;
	font-weigth:bold;
}

h2 {
	padding:0;
	padding-top:5%;
	padding-bottom:0px;
}

h3 {
	font-size:16pt;
	font-weight:700;
	padding:0;
	padding-top:20px;
	padding-bottom:20px;
}

.close-div {
	position:absolute;
	right:8px;
	padding:8px;
	margin-top:8px;
	/*pointer-events: none;*/
	z-index: 999;
}

.logo-div {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}


.btn-circle-close {
	border-radius:50px;
	border: none;
	color: #ffffff;
	background-color: #e0e0e0;
	padding:1px 7px;

}

.btn-blue {
	background-color:#2a4451 !important;
}

.btn-grey {
	background-color:#e0e0e0 !important;
}

.btn-modal-confirm {
	border: none;
	font-weight: normal;
	font-size: 19pt;
	padding: 5px 78px;

	margin-bottom: 55px;
	vertical-align: bottom;
}

.modal-style {
	max-width: 600px;
	height: 550px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 2%;
}

.form-modal-input {
	background-color: #e0e0e0;
	margin-top:10px;
	width: 350px;
	border: none;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

footer {
	background-color:#2a4451;
	color:#ffffff;
	padding:40px;
	font-size:10pt;
	margin:0;
}

footer p {
	padding:0;
	margin:0;
}

footer a {
	color:#ffffff;
	text-decoration:none;
}

footer a:hover {
	color:#3c5e6d;
}

div#resultData li {
   list-style:none;
   background-image:none;
   background-position:0;
}


.cookie-alert {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 !important;
	padding: 0.75rem 1.25rem;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	transform: translateY(100%);
	transition: all 500ms ease-out;
	color: #212327;
	background: #a3bd3d;
}

.cookie-alert.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
	transition-delay: 1000ms;
}

.cookie-alert a {
	text-decoration: underline;
	color: #2a4451;
}

.cookie-alert button {
	font-size: 12px;
	margin: -2px 5px 2px;
	/*padding: 5px;*/
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 25px;
}

.cookie-alert span {
	font-size:13pt;
}

.cookie-alert #bccs-barAgreeAll {
	background: #3c5e6d;
}

.cookie-alert {
	margin-left: 10px;
	vertical-align: baseline;
}

/* Cookie settings Modal */
#cookie-settings-modal .modal-dialog {
	max-width: 800px;
	margin: 1.75rem auto;
	color: #2a4451;
}

#cookie-settings-modal .modal-content {
	padding: 0 5px;
}

#cookie-settings-modal .modal-title, #cookie-settings-modal ul{
	line-height: 1;
}

#cookie-settings-modal h4 {
	margin-top: 10px;
}

#cookie-settings-modal a {
	color: #a3bd3d;
}

#cookie-settings-modal .bccs-option ul {
	list-style-type: none;
	/*margin: 0;*/
	padding-left: 25px;
}

#cookie-settings-modal button {
	font-size: 14px;
	margin: 0 10px;
	/*padding: 5px;*/
	padding-left: 15px;
	padding-right: 15px;
	/*color: #ffffff;*/
	/*text-transform: uppercase;*/
	border-radius: 25px;
}

@media all and (min-width: 991px) and (max-width: 1080px) {
	
	.topbar p {
		text-align:right;
	}
	
	#social {
		text-align:left;
	}
	
}
	
@media all and (max-width: 767px) {	
	.topbar p {
		text-align:center;
	}
	
	#social {
		text-align:center;
	}
}
	
