body{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #212529;
}
h1{
    font-weight: bold;
    font-size: 40px;
}
h2{
	font-size: 35px;
    font-weight: 700;
}
h3{
    font-weight: 500;
	font-size: 30px;
}
p{
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
	font-size: 15px;
}
a{
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-decoration: none;
	transition: color 0.3s ease;
}
a:hover{
	color: #DF001E;
}
pre{
	line-height: 1.4;
}
.nav-item.dropdown .dropdown-menu{
    border-radius: 0px;
    background: #fdfdfd;
    border-color: #ebebeb;
    box-shadow: 2px 2px 5px 0px #cccccc75;
}
.nav-item.dropdown .dropdown-menu li .dropdown-item{
    color: #878787;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
    background-color: #f0f0f1;
}
.nav-item.dropdown .dropdown-toggle path {
	fill: rgb(0,0,0,0.55);
}
.navbar-toggler .icon-bar{
	background-color: #DE001E;
	margin-bottom: 5px;
	display: block;
	width: 22px;
	height: 2px;
	transition: all 0.3s;
	transform-origin: center;
}
.navbar-toggler{
    border: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.roboto-slab{
	font-family: 'Roboto Slab', serif;
}
.bg-primary{
	background-color: #2487C1 !important;
}
.text-primary{
	color: #2487C1 !important;
}
.text-bg-primary {
	color: #fff !important;
	background-color: #2487C1  !important;
}
.border-primary{
	border-color: #2487C1  !important;
}
.brand-color{
	color: #2487C1 !important;
}
.brand-bg{
	background: #2487C1 !important;
	background-color: #2487C1 !important;
}
.brand-border{
	border-color: #2487C1 !important;
}
.bg-danger{
	background-color: #DF001E !important;
}
.text-danger{
	color: #DF001E !important;
}
.text-bg-danger {
	color: #fff !important;
	background-color: #DF001E  !important;
}
.border-danger{
	border-color: #DF001E  !important;
}
.form-check-input:checked {
    background-color: #2487C1;
    border-color: #2487C1;
}
.form-control:focus, .form-select:focus {
    border-color: #2487C1;
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.accordion-button:not(.collapsed){
	color: #ffffff;
	background-color: #2487C1;
}
.accordion-button:focus {
	border-color: #2487C1;
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.alert-primary{
	background-color: #2487C163;
	border-color: #2487C1;
}
.list-group-item.active {
	color: #ffffff;
	background-color: #2487C1;
	border-color: #2487C1;
}
.page-link{
	color: #2487C1;
}
.active>.page-link, .page-link.active {
	color: #ffffff;
	background-color: #2487C1;
	border-color: #2487C1;
}
.page-link:hover, .page-link:focus{
	color: #7AB3D3;
}
.page-link:focus{
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.btn-brand, .btn-primary{
    background: #2487C1;
    color: #fff;
    border-color: #2487C1;
    padding: 10px 20px;
}
.btn-brand:hover, .btn-primary:hover, .btn-brand:focus, .btn-primary:focus, .btn-brand:active, .btn-primary:focus-visible, .btn-brand:focus-visible{
	background-color: #7AB3D3 !important;
	border-color: #2487C1 !important;
	color: #fff;
}
.btn-primary:focus-visible, .btn-brand:focus-visible{
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
	border-color: #2487C1 !important;
}
.btn-outline-primary{
    border-color: #2487C1;
    color: #2487C1;
    padding: 10px 20px;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active{
    background-color: #2487C1 !important;
    border-color: #2487C1 !important;
	color: #fff;
}
.btn-outline-primary:focus-visible{
    background-color: #2487C1 !important;
    border-color: #2487C1 !important;
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
	color: #fff;
}
.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-danger{
    background: #DF001E;
    color: #fff;
    border-color: #DF001E;
    padding: 10px 20px;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:focus-visible{
	background-color: #ca011c !important;
	border-color: #ca011c !important;
	color: #fff;
}
.btn-danger:focus-visible{
    box-shadow: 0 0 0 0.2rem rgb(202 1 28 / 29%);
    border-color: #ca011c !important;
}
.btn-outline-danger{
    border-color: #DF001E;
    color: #DF001E;
    padding: 10px 20px;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active{
    background-color: #DF001E !important;
    border-color: #DF001E !important;
	color: #fff;
}
.btn-outline-danger:focus-visible{
    background-color: #DF001E !important;
    border-color: #DF001E !important;
	box-shadow: 0 0 0 0.2rem rgb(202 1 28 / 29%);
	color: #fff;
}
.btn-group .btn-primary.active{
	background-color: #7AB3D3 !important;
    border-color: #2487C1 !important;
}
footer .social .list-inline-item{
    background: #D7D7D7;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #DF001E;
    transition: background 0.3s ease;
    padding-top: 4px;
}
footer .social .list-inline-item:hover{
    background: #DF001E;
}
footer .social .list-inline-item svg{
    height: 20px;
    width: auto;
}
footer .social .list-inline-item path {
	transition: fill 0.3s ease;
}
footer .social .list-inline-item:hover path {
  fill: white;
}
@media screen and (max-width: 700px) {
	footer .padb700{
		padding-bottom: 0px !important;
	}
}
@media screen and (min-width: 801px) {
.dropdown:hover>.dropdown-menu {
	display: block;
}
}
@media screen and (max-width: 800px) {
.nav-item.dropdown .dropdown-menu {
    border-radius: 0px;
    background: #f3f3f3;
    border-color: #f3f3f3;
    box-shadow: none;
}
.dropdown-item {
    padding: 0.5em 1em;
}
}