:root {
	--bs-body-font-size: 1.3rem;
}
.ccm-block-switch-language-flags {
	position: absolute;
	right: 10px;
	top: -10px;
}

.ccm-block-switch-language-flags a {
	width: 28px;
}

.ccm-block-switch-language-flags a img {
	width: 25px;
}

.bluetext {
	color: #0061aa;
}

.bg-blue {
	background-color: #0061aa;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #ffffff;
}

.bg-lightblue {
	background-color: #cfe1ef;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #0061aa;
}

.bg-white {
	background-color: #ffffff;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #000000;
}

.bg-white h1, .bg-white h2, .bg-white h3 {
	color: #0061aa;
}

.bg-lightblue .form-actions, .bg-white .form-actions {
	text-align: center;
}

.bg-white .form-actions .btn, .bg-lightblue .form-actions .btn {
	border-radius: 50px 50px 50px 50px;
	background-color: #0061aa;
	padding: 5px 80px 5px 80px;
	font-size: 1.3rem;
}

div.ccm-block-top-navigation-bar .navbar-brand img {
	height: auto !important;
	max-height: none;
}

div.ccm-block-top-navigation-bar .input-group .form-control {
	border-radius: 25px !important;
	background-color: #cde0ef;
	color: #478cc3;
	margin-right: 40px;
}


div.ccm-block-top-navigation-bar .input-group .input-group-append {
	display: none;
}

.pageheader {
	position: fixed;
	width: 100%;
	z-index: -10;
}

.stripe-title h1 {
	font-size: 3rem;
	letter-spacing: 1.5px;
	word-wrap: break-word;
}

.bluecontainer {
	background-color: #0061aa;
	border-radius: 0 200px 200px 0;
	padding: 20px 75px 20px 10%;
	color: #ffffff;
}

.blueline {
	height: 15px;
	width: 175px;
	background-color: #0061aa;
	border-radius: 0 15px 15px 0;
	margin-top: 45px;
	margin-bottom: 45px;
}

.lightline {
	background-color: #ffffff;
	border-radius: 0 50px 50px 0;
	margin-top: 60px;
	margin-bottom: 45px;
	color: #000000;
	padding: 25px;
	min-height: 113px;
}

.lightline p {
	margin-bottom: 0;
	font-weight: 700;
}

.blueline-center {
	margin-left: auto;
	margin-right: auto;
}

.maincontent {
	margin-top: 282px;
	background-color: #ffffff;
}

@media (min-width: 992px) {
	div.ccm-block-top-navigation-bar .navbar-expand-lg .navbar-nav .nav-link {
		font-size: 1.8rem;
		color: #0061aa;
		font-weight: 600;
		margin-right: 40px;
	}

	div.ccm-block-top-navigation-bar .navbar-expand-lg .navbar-nav .nav-link.active {
		text-decoration: underline;
		text-decoration-thickness: 3px;
	}

	div.ccm-block-top-navigation-bar .navbar-expand-lg .navbar-nav .nav-link.nav-path-selected {
		text-decoration: underline;
		text-decoration-thickness: 3px;
	}

	div.ccm-block-top-navigation-bar .navbar .navbar-nav {
		margin-left: auto;
	}
}

div#ccm-toolbar {
	z-index: 2000;
}

.safety-pagelist {
	padding: 30px;
	margin: 20px;
	min-height: 300px;
	background-size: cover;
	background-position: center center;
	background-color: rgba(0, 97, 170, 0.49);
	background-blend-mode: darken;
}

.safety-pagelist-button-wrapper {
	padding: 20px;
}

.safety-pagelist-button {
	padding: 10px;
	width: 100%;
	display: flex;
	background-color: #ffffff;
	border-radius: 25px;
	color: #000000;
	font-size: 1.3rem;
	font-weight: 700;
	text-decoration: none;
	justify-content: center;
}

div.safety-pagelist .ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
	overflow-wrap: break-word;
}

div.safety-pagelist .ccm-block-page-list-page-entry-text div.ccm-block-page-list-title a {
	font-weight: 700;
	font-size: 1.5rem;
	color: #ffffff;
	text-decoration: none;
}

.imgcenter {
	padding: 35px;
}

.imgcenter img {
	margin: auto;
	display: block;
	box-shadow: 10px 10px 31px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 10px 10px 31px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 31px 0px rgba(0,0,0,0.75);
}

.question-odd {
	padding: 10px 25px 10px 100px;
}

.question-number-odd {
	padding: 10px 25px 10px 100px;
	box-shadow: 10px 10px 31px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 10px 10px 31px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 31px 0px rgba(0,0,0,0.75);
	margin-left: -20px;
	margin-bottom: 50px;
	border-radius: 0 50px 50px 0;
	width: 250px;
	background-color: #0061aa;
}

.question-number-odd p {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-weight: 700;
}

.answer-odd {
	padding: 10px 100px 10px 25px;
	margin-right: -20px;
	border-radius: 50px 0 0 50px;
	background-color: #ffffff;
	color: #0061aa;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
}

.answer-odd p {
	margin: 0;
	padding: 0;
	font-weight: 700;
}

.answer-odd-text {
	padding: 25px 100px 25px 50px;
	margin-right: -20px;
	margin-bottom: 40px;
	border-radius: 75px 0 0 75px;
	background-color: #ffffff;
	color: #0061aa;
}

.safetybtn {
	border-radius: 50px 50px 50px 50px;
	background-color: #0061aa;
	padding: 5px 80px 5px 80px;
	font-size: 1.3rem;
}


.footer ul {
	flex-direction: row;
	display: flex;
	padding: 35px;
}

.footer ul li {
	list-style: none;
	margin-right: 30px;
	color: #0061aa;
	font-size: 1.0rem;
	font-weight: 700;
}

.footer ul li a {
	text-decoration: none;
	color: #0061aa;
	font-size: 1.0rem;
	font-weight: 700;
}
