@charset "UTF-8";
/* CSS Document */
body {
	background-color: #FFF;
}
main {
	margin: 20px 0;
}
a:focus { 
	outline: none;
}
a, .btn-link {
    color: #03367e;
}
a:hover, .btn-link:hover {
    color: #044197;
    text-decoration: none;
}
.logo {
    height: 70px;
}
.bg-dark {
    background-color: #111!important;
}
.cke_editable {
    background-color: #FFF;
    padding: 20px;
}
.sub-heading {
    font-size: 22px;
}
@media (min-width: 992px) {
    .sub-heading {
        line-height: 60px;
        font-size: 24px;
    }
}
@media (min-width: 1200px) {
    .sub-heading {
        line-height: 50px;
        font-size: 26px;
    }
}
header {
    text-align: center;
}
.header-social {
    margin-top: 10px;
}
@media (min-width: 768px) {
    header {
        text-align: left;
    }
    .header-social {
        margin-top: 30px;
        float: right;
    }
}
/* Navbar */
.navbar {
    position: sticky;
    top: 0;
    z-index: 1020;
}
.navbar-toggler {
	border: none;
}
/* Carousel */
.carousel img {
    max-height: 400px;
    object-fit: cover;
}
.carousel-caption {
    background-color: rgba(3,54,126,0.7);
    right: 0;
    bottom: 0;
    left: 0;
}
.carousel-control-next i, 
.carousel-control-prev i {
	font-size: 60px;
}
/* Articles */
ul.article-meta {
	margin-left: 0;
	padding-left: 0;
}
ul.article-meta li {
	display: inline-block;
	margin-right: 10px;
}
ul.article-meta i {
	margin-right: 5px;
}
.article-image {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
h1 {
    font-weight: 600;
    padding: 0;
    color: #03367e;
}
h2 {
    font-weight: 400;
    padding: 0;
    color: #03367e;

}
h3 {
    font-weight: 400;
    color: #03367e;
}
h4 {
    font-weight: 400;
    color: #03367e;
}
footer h4 {
    color: #C0C2D7;
}
blockquote {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: 5px solid #ccc;
}
footer ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}
.image-style-side {
    width: 100%;
}
@media (min-width: 576px) {
    .image-style-side {
        float: right;
        margin-left: 20px;
        max-width: 50%;
    }       
}
@media (min-width: 992px) {
    .image-style-side {
        max-width: 40%;
    }
}
.image-style-side img {
display: block;
margin: 0 auto;
max-width: 100%;
min-width: 50px;
}
.btn-primary {
    background-color: #03367e;
    border-color: #03367e
}
.btn-primary:hover {
    background-color: #044197;
    border-color: #044197
}
.btn-primary.focus, .btn-primary:focus {
    background-color: #044197;
    border-color: #044197
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #03367e;
    border-color: #03367e
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #044197;
    border-color: #044197
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    background-color: #044197;
    border-color: #044197
}
.text-primary {
    color: #03367e!important;
}
.btn-secondary {
    background-color: #868EB4;
    border-color: #868EB4
}
.btn-secondary:hover {
    background-color: #737A9C;
    border-color: #737A9C
}
.btn-secondary.focus, .btn-secondary:focus {
    background-color: #737A9C;
    border-color: #737A9C
}
.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #868EB4;
    border-color: #868EB4
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color: #737A9C;
    border-color: #737A9C
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    background-color: #737A9C;
    border-color: #737A9C
}
.bg-primary {
    background-color: #03367e!important;
}
.bg-secondary {
    background-color: #868EB4!important;
}
dropdown-item.active, .dropdown-item:active {
    background-color: #03367e;
}
@media (min-width: 768px) {
    .callback {
        width: 550px;
        margin: 0 auto;
    }
}
#map_canvas {
    width: 100%;
    height: 500px;
    margin-top: -20px;
}
.form-control {
    border: 1px solid #CCC;
    color: #212529;
}
.form-control:focus {
    border: 1px solid #00A3D9;
    color: #212529;
    box-shadow: none;
    outline: none;
}
.form-control::-moz-placeholder {
    color: #CCC;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #CCC;
}
.form-control::-webkit-input-placeholder {
    color: #CCC;
}
.nav-footer {
	list-style: none
}
.nav-footer > li {
	margin-bottom: 5px;
}
footer {
    background-color: #111;
}
footer a {
    color: #FFF;
}
footer a:hover {
    color: #C0C2D7;
}
#cookie-confirmation {
	position: fixed;
	top: initial;
	bottom: 0;
	width: 100%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.85) !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	font-size: 1rem !important;
	font-weight: 400 !important;
	color: #FFF !important;
	text-align: center !important;
	z-index: 100000000 !important;
}
#cookie-confirmation-inner {
	padding: 25px;
}
#cookie-confirmation .close {
	color: #FFF;
}
#cookie-confirmation a {
	color: #C0C2D7;
}
#cookie-confirmation a:hover {
	text-decoration: underline;
}
.carousel-caption h2 {
    font-size: 36px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 1px 1px 2px rgba(0,0,0,1);
}
@media (min-width: 768px) {
    .login {
        width: 550px;
        margin: 0 auto;
    }
}
@media (min-width: 992px) {
    .carousel-caption h2 {
        font-size: 48px;
    }
}
.header {
    max-height: 300px;
    object-fit: cover;
}
.social-btn a {
    font-size: 30px!important;
    display: inline-block;
    text-align: center;
}
.list-group-item.active {
    background-color: #03367e;
    border-color: #03367e;
}