nav,
header,
footer {
	display: block;
}

body,
div,
input,
textarea,
button,
td,
h1,
h2,
h3,
h4,
h5 {
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #c53841;
	font-weight: 400;
}

body {
	margin: 0;
	/* margin-top: 143px; */
	background: #fff;
}

p {
	margin: 0;
	margin-bottom: 24px;
}

/* Stuff */
h1 {
	font-size: 45px;
	line-height: 45px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #124075;
	margin: 0;
	margin-bottom: 50px;
}

h1::after {
	content: '';
	display: block;
	width: 20%;
	margin-top: 15px;
	border-bottom: 4px solid #C53841;
}

h1 span {
	font-size: 18px;
	color: #6f6f6f;
}


h2 {
	font-size: 35px;
	line-height: 35px;
	font-weight: 400;
	margin: 0;
	margin-bottom: 15px;
	color: #124075;
}

h2::after {
	content: '';
	display: block;
	width: 20%;
	margin-top: 15px;
	border-bottom: 4px solid #C53841;
}

h2.center {
	padding: 0 20px;
	margin: 0 auto;
	margin-bottom: 20px;
}

h3 {
	font-size: 32px;
	line-height: 32px;
	font-weight: 400;
	color: #124075;
	margin: 0;
	margin-bottom: 15px;
}

h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: -1px;
	color: #124075;
	margin: 0;
	margin-bottom: 15px;
}

h5 {
	font-size: 18px;
	font-weight: 600;
	color: #c53841;
	margin: 50px 0;
	text-align: center;
	line-height: 30px;
}

img {
	max-width: 100%;
	height: auto;
}

/*
.clearfix:after, .columns:after {
	content: "";
	display: table;
	clear: both;
}

.clear {
	clear: both;
}


.last {
	margin-right: 0 !important;
}

.last-row {
	margin-bottom: 0 !important;
}
*/

a:link,
a:visited {
	color: #124075;
	text-decoration: none;
}

a:link:hover,
a:visited:hover {
	color: #c53841;
}

a img {
	border: 0;
}

a.button {
	background: #c53841;
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	transition: all 0.2s;
	font-size: 14px;
}

a.button.block {
	display: block;
}

td a.button {
	white-space: nowrap;
}

a.button:hover {
	background: #164169;
	color: #fff;
}

a.animated {
	background: linear-gradient(currentColor 0 0) bottom left/ var(--underline-width, 0%) 0.1em no-repeat;
	padding-bottom: 5px;
	transition: background-size 0.5s;
}

a.animated:hover {
	--underline-width: 100%;
}

/*
a.button-link {
	display: inline-block;
	color: #e9faff;
	font-weight: 300;
	font-size: 16px;
	font-style: italic;
	background-image: linear-gradient(#64b6cc, #54a8c3);
	padding: 5px 10px;
	border-radius: 3px;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
*/

hr {
	clear: both;
	font-size: 1px;
	border: 0;
	margin: 20px 0;
	border-top: 1px solid #DDDEE2;
}

hr.less {
	margin: 10px 0;
}

hr.more {
	margin: 50px 0;
}

hr.clean {
	border: none;
}

hr.mobile {
	display: none;
}

.divider-gfx {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 50px 0;
}

.divider-gfx .line {
	flex-grow: 1;
	height: 1px;
	background-color: #DDDEE2;
}

.divider-gfx .icon {
	font-size: 1.2em;
	color: #bbb;
}

img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}

.bold {
	font-weight: bold;
}

strong {
	font-weight: 700;
}

/* Containers */
.site {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}

.site.narrow {
	width: 960px;
}

#content {
	min-height: 700px;
}

.main {
	margin-top: 50px;
	margin-bottom: 50px;
}

/* Headers */
header {
	display: flex;
	width: 1240px;
	margin: 0 auto;
	height: 108px;
}

#header-nav {
	flex-grow: 1;
}

#logo {
	width: 165px;
	align-self: center;
}

#logo a {
	display: block;
}

#main-menu {
	text-align: right;
	position: relative;
	height: 70px;
	padding: 15px 0;
	transition: all 0.2s;
}

#main-menu nav a {
	position: relative;
	display: inline-block;
	line-height: 70px;
	font-size: 15px;
	font-weight: 100;
	padding: 0 15px;
	transition-duration: 200ms;
}

#main-menu .submenu {
	z-index: 2000;
	display: none;
	position: absolute;
	top: 75px;
	left: 0;
	width: 250px;
	padding: 10px 5px;
	background: #fff;
	border-top: 2px solid #c53841;
	text-align: left;
	box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
}

#main-menu .submenu a {
	display: block;
	margin: 0;
	margin-bottom: 20px;
	color: #124075;
	border: none;
	border-radius: 3px;
	line-height: 24px;
}

#main-menu .submenu a:hover {
	color: #c53841;
}

#main-menu .submenu a:last-child {
	margin-bottom: 0;
}

#main-menu-mobile {
	display: none;
}

#mobile-lang {
	display: none;
}

/* Columns */
.cols {
	display: flex;
	gap: 30px;
}

.cols.gappy {
	gap: 40px;
}

.cols.spread {
	gap: 75px;
}

.cols.tight {
	gap: 20px;
}

.cols.tiny {
	gap: 2px;
}

.col {
	flex-grow: 1;
}

.col-10-1 {
	width: 10%;
}

.col-10-9 {
	width: 90%;
}

.col-5-1 {
	width: 20%;
}

.col-5-2 {
	width: 40%;
}

.col-5-3 {
	width: 60%;
}

.col-5-4 {
	width: 80%;
}

.col-4-3 {
	width: 75%;
}

.col-4-1 {
	width: 25%;
}

.col-3-1 {
	width: 33%;
}

.col-3-2 {
	width: 66%;
}

.col-2 {
	width: 50%;
}

.cols.lines .col {
	border-left: 1px solid #dddddd;
	padding-left: 40px;
}

.cols.lines .col:first-child {
	border-left: none;
	padding-left: 0;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.flex-3 {
	gap: 50px;
}

.flex-3>div {
	width: 30%;
}

/* Sidebar */
aside {
	margin-bottom: 40px;
}

aside p.block-link a {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #c53841;
	margin: 0;
}

aside p.block-link i {
	margin-right: 5px;
}

.sidebar-about p {
	line-height: 22px;
	text-align: justify;
}

/* Sections */
section {
	padding: 100px 0;
}

section.red {
	background-color: #C53841;
}

section.blue {
	background-color: #124075;
}

section.red *,
section.blue * {
	color: #fff;
}

section.red h2,
section.blue h2 {
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 50px;
}

section.red h2::after,
section.blue h2::after {
	border-color: #fff;
}

.sep-short {
	margin: 15px 0;
	display: flex;
	height: 2px;
}

.sep-short .sep-line {
	display: inline-block;
	width: 20%;
	background: #fff;
	height: 2px;
}

.bottom-margin {
	margin-bottom: 50px;
}

.slider {
	/* margin-top: -50px; */
	height: 600px;
	max-height: 600px;
	/* overflow: hidden; */
	position: relative;
	background-color: #000;
	margin-bottom: 25px;
}

.slider-slides {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.slider-slide {
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	opacity: 0;
	background-color: #000;
	transition: height 0ms, opacity 500ms;
	background-position: center;
	background-size: cover;
	z-index: 500;
}

.slide-content {
	align-items: center;
	align-self: center;
}

.slider-slide.active {
	opacity: 1;
	z-index: 600;
}

.slide-title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}

.slide-text {
	width: fit-content;
	background-color: #fff;
	color: #000;
}

.slider-arrows {
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	align-self: center;
	z-index: 700;
	font-size: 32px;
	opacity: 0;
	transition: all 0.5s;
}

.slider-arrows i {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
}

.slider-arrows.sa-next {
	left: unset;
	right: 10px;
}

.slider-nav {
	position: absolute;
	bottom: 20px;
	width: 100%;
	padding: 0;
	text-align: center;
	z-index: 800;
	transition: all 0.5s;
	opacity: 0;
}

.slider-nav span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 10px;
	margin: 0 5px;
	background: #fff;
	cursor: pointer;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	border: 2px solid #fff;
}

.slider-nav span.active {
	background-color: #00274D;
}

.slider:hover .slider-nav,
.slider:hover .slider-arrows {
	opacity: 1;
}

.slide-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

/*
.home-calltoaction {
	background-color: #C9D0DA;
	border-bottom: 3px solid #B6BDC7;
	border-radius: 6px;
	text-align: center;
	font-size: 22px;
	line-height: 22px;
	padding: 40px;
	color: #000;
}

.home-calltoaction p {
	display: inline-block;
	margin: 0;
}
*/


/* Home News */
.home-news-2 {
	margin-bottom: 50px;
}

.home-news2 {
	/* 558x362, 278x180 */
	position: relative;
	height: 180px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 2px;
	background-color: #000;
}

.home-news2-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.5s;
}

.hn2-big {
	height: 362px;
}

.home-news2-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.5s;
}

.home-news2-cat {
	position: absolute;
	right: 0;
	top: 0;
	padding: 2px 5px;
	background-color: #1565C0;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
}

.home-news2-link {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.home-news2:hover .home-news2-image {
	transform: scale(1.1);
}

.home-news2:hover .home-news2-title {
	background-color: rgba(0, 0, 0, 0.75);
}

/* Boxes */
.boxes {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.red .boxes .box {
	width: 28%;
	flex-grow: 1;
}

.red .boxes .box:nth-child(4n){
	width: 100%;
}

.blue .boxes .box {
	width: 46%;
	flex-grow: 1;
	flex-shrink: 1;
}

.blue .boxes .box:nth-child(7n+3) {
	width: 50%;
}

.blue .boxes .box:nth-child(7n+4) {
	width: 30%;
}

.blue .boxes .box:nth-child(7n+5) {
	width: 28%;
}

.blue .boxes .box:nth-child(7n+6) {
	width: 28%;
}

.blue .boxes .box:nth-child(7n+7) {
	width: 28%;
}

.box .box-title.smaller {
	font-size: 16px;
	line-height: 20px;
}


.box {
	position: relative;
	/* margin-bottom: 30px; */
	padding: 15px;
}

.box-more {
	font-size: 15px;
	font-weight: 700;
}

.box-icon {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 64px;
}

.box .box-title {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 15px;
}

.red .box {
	background-color: #D35F68;
	height: 150px;
}

.blue .box {
	background-color: #3F6790;
	height: 150px;
}

.red .box a,
.blue .box a {
	display: block;
}

.red .box a:hover,
.blue .box a:hover {
	color: #fff;
}

.red .box .box-icon {
	color: #CF4D56;
}

.blue .box .box-icon {
	color: #255583;
}

/* Categories */
.categories {
	display: flex;
	flex-wrap: 1;
	gap: 50px;
}

.categories .category {
	width: 50%;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	padding: 50px;
}

.categories .category img {
	width: 190px;
	height: auto;
	margin-bottom: 20px;
}

/* Article */
#article {
	padding: 0;
}

#article h1 {
	margin-bottom: 50px;
}

.article-main-image {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.article-links-share {
	border-top: 1px solid #dcf5ff;
	border-bottom: 1px solid #dcf5ff;
	padding: 20px 0;
	padding-top: 10px;
	margin: 20px 0;
	display: flex;
}

.article-links,
.article-share {
	flex-grow: 1;
}

.article-links p,
.article-share p {
	margin: 0px;
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
}

.article-share {
	text-align: right;
}

.article-links a,
.article-share a {
	display: inline-block;
	margin-right: 10px;
	background: #00b3fc;
	color: #fff;
	font-size: 14px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	padding: 5px 10px;
}

.article-share div {
	display: inline-block;
}

.article-share a {
	margin-right: 0;
	margin-left: 10px;
	color: #fff;
	font-size: 14px;
}

.article-links-share a:hover {
	color: #fff;
}

p.block-link {
	display: block;
	margin: 0;
}

.article-files h4::after {
	content: '';
	display: block;
	width: 20%;
	margin-top: 5px;
	margin-bottom: 25px;
	border-bottom: 2px solid #C53841;
}

.article-files a {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}

.article-files a i {
	margin-right: 5px;
}

#article-single p.block-link,
#article p.block-link {
	display: block;
	font-size: 25px;
	line-height: 40px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#article-single p.block-link i,
#article p.block-link i {
	font-size: 24px;
	margin-right: 10px;
}

#article-single p.block-link::after,
#article p.block-link::after {
	content: '';
	display: block;
	width: 20%;
	margin-top: 15px;
	border-bottom: 3px solid #C53841;
}

blockquote {
	color: #7a0000;
	padding: 20px;
	font-style: italic;
	border-left: 5px solid rgb(221, 221, 221);
}

blockquote p {
	margin: 0;
	font-size: 16px;
}

.addressbook {
	margin-top: 50px;
}

.addressbook-item {
	margin-bottom: 20px;
}

.addressbook-item .addressbook-title {
	font-weight: 700;
	cursor: pointer;
	margin-bottom: 20px;
}

.addressbook-text {
	display: none;
}

.addressbook-text.show {
	display: block;
}

.gallery {
	display: flex;
	gap: 50px;
	flex-wrap: wrap;
}

.gallery-item {
	width: 30%;
}

.gallery-item .gallery-item-title {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
}

.gallery-item img {
	cursor: zoom-in;
	box-sizing: border-box;
	display: block;
	margin-bottom: 10px;
	border-radius: 12px;
}

.gallery-item i {
	display: inline-block;
	width: 16px;
	text-align: center;
}

.gallery-item-text {
	color: #87919F;
}

.gallery-zoomed {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 2000;
	text-align: center;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.gallery-zoomed-thumbnails {
	background: transparent;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 10%;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	z-index: 120;
}

.gallery-zoomed-thumbnails img {
	display: block;
	cursor: pointer;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-bottom: 0;
}

.gallery-zoomed-thumbnails img:last-child {
	border-bottom: 2px solid #fff;
}

.gallery-zoomed-photo {
	z-index: 105;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.gallery-zoomed-photo img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 50%;
}

.gallery-zoomed-close {
	position: absolute;
	display: block;
	right: 10px;
	top: 10px;
	font-size: 28px;
	line-height: 32px;
	height: 32px;
	width: 32px;
	z-index: 150;
	cursor: pointer;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	border-radius: 16px;
}


#gmap {
	height: 520px;
	width: 100%;
	border: none;
	display: block;
}

#gmap * {
	line-height: normal;
}

#gmap button {
	min-width: auto;
}


/* Articles in Category */
.articles {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.articles .article {
	width: 30%;
	flex-grow: 1;
	margin-bottom: 20px;
	border: 1px solid #aaa;
	transition: all 300ms;
}

.articles .article:hover {
	scale: 1.05;
	box-shadow: 0.5px 0.5px 15px #124075;
}

.articles .article-title {
	color: #23527C;
	font-size: 25px;
	padding: 15px;
}

.articles .article-preview {
	padding: 15px;
	padding-top: 0;
}

.articles a.article-link {
	display: block;
	font-size: 12px;
	color: #23527C;
	font-weight: 600;
	padding: 15px;
	padding-top: 0;
}

.articles .article .article-photo img {
	width: 100%;
	display: block;
}

/* Social */
.social-links a {
	display: inline-block;
	background-color: #C53841;
	color: #fff;
	border-radius: 4px;
	font-size: 25px;
	line-height: 50px;
	text-align: center;
	margin-right: 5px;
	width: 50px;
}

.social-links a:hover {
	background-color: #cc4b53;
	color: #fff;
}

/* Icons */
.fa-check,
.fa-check-circle {
	color: #4dc600;
}

.fa-times {
	color: #dd4d00;
}

.fa-ban {
	color: #dd4d00;
}

.fa-info-circle {
	color: #ffae00;
}

/* Article */
.alt-back {
	background-color: #f5f5f5;
	padding: 50px 0;
}

#article-single {
	background-color: #fff;
	padding: 80px 100px;
}

.article-header {
	height: 280px;
	background-position: center;
	background-size: cover;
}

.article-header-title {
	margin-top: -150px;
	margin-bottom: 100px;
}

.article-header-title h1 {
	background-color: #2D343E;
	color: #fff;
	font-size: 40px;
	display: inline-block;
	padding: 10px;
}

.breadcrumbs {
	display: inline-block;
	background-color: #00274D;
	color: #fff;
	font-size: 10px;
	padding: 2px 10px;
}

.breadcrumbs a {
	color: #fff;
}

.breadcrumbs a:hover {
	color: #fff;
	text-decoration: underline;
}

.breadcrumbs-sep {
	margin: 0 5px;
}

.date {
	text-align: right;
	font-style: italic;
	font-size: 14px;
}

/* Tables */
table {
	width: 100%;
	border-collapse: collapse;
}

thead td {
	background: #00274D;
	color: #fff;
	font-weight: 600;
}

td {
	padding: 8px 10px;
	background-color: #f9f9f9;
}

tbody tr:nth-child(even) td {
	background: #edeff2;
}

/* Pagination */
.pagination {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.current {
	display: inline-block;
	padding: 9px 30px;
	box-sizing: border-box;
	vertical-align: bottom;
}

/* Tags */


/* Footer */
#footer {
	background: #0D305B;
	font-size: 12px;
	padding: 80px 0;
	color: #fff;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
}

#footer p {
	color: #7A8089;
	font-size: 12px;
	line-height: 22px;
	margin: 10px 0;
}

#footer .footer-text {
	font-size: 16px;
	line-height: 20px;
}

#footer h4 {
	font-family: 'Oswald';
	color: #fff;
	margin-bottom: 20px;
}

#footer a {
	color: #fff;
}

#footer-info {
	background-color: #124075;
	padding: 20px 0;
	font-size: 15px;
}

#footer-info .site {
	display: flex;
}

#footer-menu {
	flex-grow: 1;
}

#footer-menu a {
	display: inline-block;
	color: #fff;
	line-height: 20px;
	padding: 15px;
	font-size: 15px;
}

.copyright {
	color: #fff;
	font-size: 15px;
	padding: 15px;
}
/* Footer Slider */
/*
.footer-slider {
	position: relative;
	height: 150px;
	overflow: hidden;
}

.footer-slides {
	position: absolute;
	left: 30px;
	right: 30px;
	top: 0;
	bottom: 0;
}

.footer-slide {
	display: flex;
	height: 150px;

}

.footer-slide-item {
	flex-grow: 1;
	width: 33%;
}

.footer-slider-nav-left {
	position: absolute;
	left: 0;
}

.footer-slider-nav-right {
	position: absolute;
	right: 0;
}*/
.footer-slider {
	display: flex;
	height: 160px;
}

.footer-slider-nav {
	width: 50px;
	align-self: center;
	text-align: center;
}

.footer-slider-nav i {
	font-size: 25px;
	color: #fff;
	cursor: pointer;
}

.footer-slider .footer-slides {
	flex-grow: 1;
	position: relative;
	overflow: hidden;
}

.footer-slider .footer-slide {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	gap: 20px;
	height: 160px;
	opacity: 0;
	display: flex;
	scale: 1.5;
	transition: all 1s;
	pointer-events: none;
}

.footer-slider .footer-slide.active {
	opacity: 1;
	scale: 1;
	pointer-events: auto;
}

.footer-slider .footer-slide-item {
	flex-grow: 0;
	width: 33%;
	display: flex;
	gap: 20px;
}

.footer-slider .footer-slide-img {
	width: 25%;
	align-self: center;
}

.footer-slider .footer-slide-img img {
	height: auto;
}

.footer-slider .footer-slide-link {
	flex-grow: 1;
	width: 75%;
	align-self: center;
}

.footer-slider .footer-slide-item a {
	font-size: 21px;
}

/* Forms */
label {
	display: block;
	font-weight: 700;
}

input,
textarea {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #dddddd;
	height: 46px;
	border-radius: 2px;
	padding: 5px 10px;
	margin-bottom: 10px;
	background: #fafafa;
	font-size: 14px;
}

textarea {
	height: 200px;
	padding: 10px;
}

select {
	box-sizing: border-box;
	border: 1px solid #cecece;
	border-radius: 6px;
	padding: 5px 10px;
	margin-bottom: 20px;
	background: rgba(0, 0, 0, 0.03);
	font-size: 16px;
}

input[type="submit"],
button {
	background-color: #c53841;
	color: #fff;
	width: auto;
	height: auto;
	cursor: pointer;
	border-radius: 4px;
	padding: 10px 30px;
	border: none;
}

input[type="submit"]:disabled,
button:disabled {
	opacity: 0.5;
}

input[type="submit"]:hover,
button:hover {
	background: #124075;
}

.search-form {
	display: flex;
	gap: 0;
}

.search-form input[type="search"] {
	border: 2px solid #E5E7E9;
	height: 46px;
	padding: 12px;
	border-radius: 0;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	flex-grow: 1;
	font-size: 14px;
}

.search-form button[type="submit"] {
	border: 0;
	background: #00274D;
	color: #fff;
	display: block;
	height: 46px;
	padding: 12px 20px;
	text-align: center;
	border-radius: 0;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	width: auto;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	cursor: pointer;
}

.search-form button[type="submit"]:hover {
	background: #164169;
}

/*#contact {
		text-align: center;
}*/

.contact-set {
	margin-bottom: 20px;
}

.req {
	color: red;
}

.note {
	display: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	background: #fff;
	margin-top: 5px;
}

.box-callcenter {
	background-color: #00274D;
	color: #fff;
	font-size: 20px;
	padding: 20px;
	text-align: center;
	border-radius: 12px;
	/* line-height: 28px; */
}

a.callcenter-number {
	margin-top: 10px;
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}

a.callcenter-number:hover {
	color: #fff;
	text-decoration: underline;
}

.contact-locs {
	max-height: 300px;
	overflow-y: auto;
}

.contact-loc {
	margin-bottom: 20px;
	display: none;
}

.contact-loc-letters {
	display: flex;
	margin-bottom: 20px;
}

.contact-loc-letter {
	font-size: 16px;
	display: block;
	flex-grow: 1;
	color: #666;
}

.contact-loc-letter.clickable {
	color: #00274D;
	font-weight: 700;
	cursor: pointer;
}

.contact-loc-letter.clickable:hover {
	text-decoration: underline;
}

.news-articles {
	background-color: #f5f5f5;
	border-radius: 12px;
	padding: 15px;
}

.news-article {
	margin-bottom: 15px;
	border-bottom: 1px solid #dddee2;
}

.news-articles .news-article:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.news-article a {
	display: block;
	line-height: 18px;
	color: #00274D;
	font-weight: 600;
	margin-bottom: 5px;
}

.news-article p {
	line-height: 16px;
	color: #a6a6a6;
}

/* Web user */
.webuser-menu {
	height: 40px;
	border-bottom: 1px solid #c53841;
	margin-bottom: 40px;
}

.webuser-menu a {
	display: inline-block;
	margin-right: 20px;
}

.webuser-menu a.current {
	color: #c53841;
	font-weight: 600;
}

.webuser-account td {
	background-color: #fff;
}

.webuser-account tbody th {
	text-align: right;
	padding: 8px 10px;
	font-weight: 600;
}

.webuser-account tr:nth-child(even) td {
	background-color: #fff;
}

/* Conclusions */
.conclusion {
	/* padding: 20px; */
	margin-bottom: 20px;
	/* border: 1px solid #C53841; */
}

.conclusion .ids,
.immob {
	display: flex;
	border-bottom: 1px solid #c53841;
	padding: 10px 0;
}

.conclusion .ids {
	padding-top: 0;
}

.conclusion .ids .id,
.immob .immob-info {
	flex-grow: 1;
	width: 33.3%;
	text-align: center;
}

.conclusion .creditor {
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #c53841;
}

.tools {
	text-align: right;
	padding-top: 10px;
}

.debtor {
	border-bottom: 1px solid #ffdcde;
	padding: 10px 0;
}

.debtors .debtor:last-child {
	border-color: #C53841;
}

.debtor-data {
	display: flex;
	gap: 20px;
}

.debtor-data div {
	width: 50%;
}

.debtor-data div:first-child {
	width: 50%;
	flex-grow: 1;
	text-align: right;
}

.data-title {
	font-weight: 600;
}

.documents,
.info {
	padding: 10px 0;
	border-bottom: 1px solid #c53841;
}

.info {
	display: flex;
}

.info .info-data {
	flex-grow: 1;
	text-align: center;
}

h3.tooled {
	margin-bottom: 50px;
}

h3.tooled a {
	float: right;
}