﻿.popup-box .btn {
  margin-top:10px !important;
  padding:5px 10px !important;
  display:inline-block;
  -webkit-transition:all linear 0.15s !important;
  transition:all linear 0.15s !important;
  border-radius:3px !important;
  background:#3498db !important;
  font-size: 20px !important;
  font-weight: bold;
  text-decoration:none;
  color:#fff !important;
}
.popup-box .btn:hover, .popup-box .btn:visited {
	color:#fff !important;
    background:#34495E !important;
 }

.btn:visited {
	color:#fff;
}
/*----- Popoup */
.popup-wrap {
  width:100%;
  height:100%;
  display:none;
  position:absolute;
  z-index: 15;
  top:0px;
  left:0px;
  margin-top: 80px;
  content:'';
  /* background:rgba(0,0,0,0.85); */
}

.popup-box {
  width:500px;
  /* padding:70px !important; */
  padding: 42px 20px !important;
  /* transform:translate(-50%, -50%) scale(0.75) !important; */
  position:absolute;
  top:150px !important;
  left: 50% !important;
  border: 1px solid #000;
  box-shadow:0px 2px 16px rgba(0,0,0,0.5);
  border-radius:3px;
  background:#fff;
  text-align:center;
 }
.popup-box h3 {color:#000 !important;/* font-size:xx-large; */}

a.close-btn {
	width:45px;
	height:45px;
	font-size: 20px;
	display:inline-block;
	position:absolute;
	top:10px;
	right:10px;
	-webkit-transition:all ease 0.5s !important;
	transition:all ease 0.5s !important;
	border-radius:1000px !important;
	background:#3498db !important;
	font-weight:bold;
	text-decoration:none;
	color:#fff !important;
	line-height:190%;
}

a.close-btn:hover, a.close-btn:focus {
  -webkit-transform:rotate(180deg) !important;
  transform:rotate(180deg) !important;
  color:#fff !important;
  background:#34495E !important;
}

a.close-btn:visited {
color:#fff;
}

.transform-in, .transform-out {
  display:block;
  -webkit-transition:all ease 0.25s;
  transition:all ease 0.25s;
}

.transform-in {
	-webkit-transform:translate(-50%, -50%) scale(1);
	transform:translate(-50%, -50%) scale(1);
}

.transform-out {
	-webkit-transform:translate(-50%, -50%) scale(0.5);
	transform:translate(-50%, -50%) scale(0.5);
}
@media (max-width:767px){
	.popup-box {
		/* padding: 42px 20px !important; */
		/* margin: 20px !important; */
		margin-top: 80px;
		/* left: 0 !important; */!i;!;!i;!;
	}
	.popup-box h3 {
		font-size: 1.25em !important;
	}
	.popup-box a {
		font-size: .8em !important;
	}
	a.close-btn {
		height: 24px !important;
		width:24px !important;
	}
}
@media (max-width:575px){
	.popup-box {
		width: 90% !important;
	}
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #202838;
}
.alert-cases {
	font-family: 'open_sansbold';
}

.fw-bold {
	font-weight: bold !important;
}
.fw-bolder {
    font-weight: bolder !important;
}
.fs-3 {
    font-size: calc(1.3rem + .6vw) !important;
}
.mb-0 {
	margin-bottom:0;
}
.w-10 {
	width: 10%;
}
.w-25 {
	width: 25%;
}
.w-100 {
	width: 100%;
}
.h-100 {
	height: 100%;
}
.sc-blue {
    color: #2a6ebb;
}
.text-shadow-none {
    text-shadow: none;
}
.colList {
	padding-bottom: 0;
	margin-bottom: 0;
}
.colList h4 {
    font-size: 1.5rem;
}
.colList h4 a {
    text-decoration: none;
    text-align: center;
}
.colList .linksRow > div {
    flex: 1 1 0px;
    padding: 0 10px;
}
.fa-stack-1x {
    font-size: 4rem;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-start {
	justify-content: flex-start;
}
.justify-content-between {
	justify-content: space-between !important; 
}
.align-self-end {
	align-self: flex-end !important;!im;!;
}
.d-flex {
    display: flex;
}
.d-block {
	display: block;
}
.d-none {
	display: none !important;
}

@media (min-width: 576px) {
	.d-sm-block {
		display: block !important;
	}
	.d-sm-none {
		display: none !important;
	}
}
@media (min-width: 1400px) {
	.d-xxl-block {
		display: block !important;
	}
	.d-xxl-none {
		display: none !important;
	}
}

.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.mb-3 {
	margin-bottom: 1rem !important;
}
.mb-5 {
	margin-bottom: 3rem !important;
}
.ms-0 {
	margin-left: 0 !important;
}
.flex-column {
	flex-direction: column;
}
.flex-row {
	flex-direction: row;
}
@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important;
	}
}
@media (max-width: 767px) {
    .colList .linksRow {
        flex-wrap: wrap;
    }
}
.border-bottom {
    border-bottom: 1px solid #b8b8b8 !important;
}
.card {
	padding: 20px;
	margin: 0 8px;
	background: #ffffff;
	border: 1px solid #dbdbdb;
}
.card img {
    height: 180px !important;
    width: 100%;
    max-width: 100%;
    object-fit: cover !important;
}
@media (max-width: 767px) {
	.card img {
	    height: unset !important;
	}
}
.card .card-date {
	font-size: 1.5rem;
    font-family: 'open_sansregular';
    margin: 12px 0 0 0;
    	padding: 8px 0;
}
.card .btn-primary {
	background: #2a6ebb;
}
.card .btn {
	padding: 0;
}
.card .btn a {
	display: block;
	color: #fff !important;
	text-decoration: none;
	text-wrap: wrap;
	width: 100%;
	padding: 6px 12px;
}
.card .btn a:hover {
    color: #1f5b83 !important;
    background-color: #e1e8ee !important;
}

.card h4 {
	font-weight: bold;
	line-height: 1.4em;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
}
.card .card-body {
	margin: 0;
	/* padding: 0 20px; */
	display: flex;
	flex-direction: column;
	align-items: center;
}
h4.stretched-link a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.bg-sc-blue {
    background-color: #2a6ebb;
}
.rounded-circle.icon {
    display: flex;
    width: fit-content;
    padding: 24px;
    font-size: 4rem;
}
.rounded-circle {
    border-radius: 50% !important;
}
.border-0 {
    border-width: 0;
}
.border-top {
	border-top: 1px solid lightgrey;
}
.footer {
	border-top: 1px solid lightgrey;
}
.footer-contact > div {
	margin: 0 16px;
}
@media (max-width: 991px) {
	.footer-contact {
		flex-direction: column;
	}
	.footer-contact > div {
		padding-bottom: 12px;
	}
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb li {
    margin: 0px !important;
    padding: 0 !important;!i;!;
}

.breadcrumb li a {
    margin-right: 8px;
}

.breadcrumb li a:not(:first-child) {
    margin-left: 8px;
}

.breadcrumb {
    padding-left: 0;
    margin: 27px 0;
    background: none;
}

h2 {
    font-weight: 500;
    line-height: 5.6rem;
}

.date {
    padding: 0 0 16px 0;
    font-weight: 600;
}
.p-0 {
    padding: 0 !important;
}

div#\:0\.targetLanguage + * {
    display: none;
}

