.c-hero--blue2 h1>span, .c-hero--blue2 h2 {
	color: #2aa9bd;
}
.c-cta--filled.is-blue2 {
    background-color: #2aa9bd;
    color: #fff;
    border: 2px solid #2aa9bd;
}
.d-block {
	display: block;
	width: 100%;
}
.pull-right {
	float: right;
}
.text-center {
	text-align: center;
	width: 100%;
}
input#tos {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
}
input.submit {
    padding: 13px 20px 7px;
    box-shadow: none;
    outline: 0;
    border: 0;
    font-family: Calibre,sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 0;
}

.languagepicker {
	padding: 0;
	height: 24px;
	width: 180px;
	overflow: hidden;
	transition: all .3s ease;
	margin: 0 50px 10px 0;
	vertical-align: top;
	position: absolute;
	top: 8px;
	display: flex;
  	flex-direction: column;
}

.languagepicker:hover {
	height: 240px;	
	background: none !important;
	text-decoration: none !important;	
	border: none !important;	
}

.languagepicker li {
	display: block;
	padding: 3px 0;
	line-height: 40px;	
	display: block;
	order: 2;
}
.languagepicker li.active {
  order: 1;
}

.languagepicker li a{
	color: #000;
	background: none !important;
	text-decoration: none !important;	
	border: none !important;	
}
.languagepicker li a:hover{
	background: none !important;
	text-decoration: none !important;	
	border: none !important;
}
.languagepicker li .flag-icon {
	margin-right: 5px;
}
.languagepicker li a:hover .label {
	text-decoration: underline;
}


.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
  transition: 0.3s;
  border-radius: 3px; /* 5px rounded corners */
  height: 335px;
}
.card:after {
	background-color: transparent;
}
.card img {
  width: 100%;
}
/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card p {
	padding: 4px 10px;
	font-size: 20px;
    line-height: 1.3;
}
.home .c-article a:hover p {
	color: #448aff;
}

.home .c-news .c-article {
	flex-basis:calc(50% - 20px);
	height: 260px;
	margin-top: 0px;
}
.home .c-news .c-article:after {
	background-color: transparent;
}
.home .c-news .c-article a:hover p {
	color: #448aff;
}
.home .c-news .c-article__title {
	font-size: 16px;
}
.home .c-article-wrapper {
	padding-top: 0;
}

.partners-carousel .c-article-wrapper {
	display:table;
	columns: 4;
}
.partners-carousel .c-article-wrapper article {
	display:table-cell;
	vertical-align:middle;
	width:25%;
	display: inline-block; /* could use floats here instead */
	margin-bottom: 30px;
	padding: 10px;
	float: left;
	line-height: 120px;
}
@media (max-width: 992px) {
	.partners-carousel .c-article-wrapper article {
	    width: 33%;
	}
}
@media (max-width: 768px) {
	.partners-carousel .c-article-wrapper article {
	    width: 50%;
	}
}
@media (max-width: 470px) {
	.partners-carousel .c-article-wrapper article {
	    width: 100%;
	}
}
.partners-carousel .c-article-wrapper article a {
	display:block;
	text-align:center;
	padding:20px 10px;
	position:relative;
	height: 140px;
	border: 1px solid #dadada;
}
.partners-carousel .c-article-wrapper article a.background-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
}
.partners-carousel .c-article-wrapper article a img {
	max-height: 100px;
	max-width: 100%;
}
.partners-carousel .c-article-wrapper article a .overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:140px;
	background:rgba(0,0,0,0.6);
	display: none;
	text-decoration: none;
	color: #fff;
	padding: 20px;
}
.partners-carousel .c-article-wrapper article a:hover .overlay {
	display: block;
}
.partners-carousel .c-article-wrapper article a .overlay h4 {
	border-top: 4px solid rgba(255,255,255,0.6);
	border-bottom: 1px solid rgba(255,255,255,0.6);
	font-weight: bold;
	padding-top: 5px;
}
.partners-carousel .c-article-wrapper article a .overlay p {
	line-height: 13px;
	font-size: 16px;
	margin-top: 6px;
}
.partners-carousel .c-article-wrapper article a .overlay.category {
	display: block;
	background:rgba(0,0,0,0.3);
}
.partners-carousel .c-article-wrapper article a .overlay.category h4 {
	border-top: 4px solid rgba(255,255,255,0.6);
	border-bottom: none;
	margin-top: 30px;
}
.partners-carousel .c-article-wrapper article a:hover .overlay.category h4 {
	border-top: 4px solid rgba(253, 195, 101, 0.6);	
}
.partner-category-filters {
	text-align: center;
    margin-bottom: 30px;       
    width: 100%;
}
.partner-category-filters button {
	display: inline-block;
	width: auto;
	padding: 14px 5px 8px;
	margin-bottom: 10px;
	margin-left: 2px;
    margin-right: 2px;
	border: 1px solid #777 !important;

}
.partner-category-filters button.selected {
	color: #fff;
	background: #777;
}
.c-hero--single-news {
	background-image: url(/images/post-header-bg.jpg);
	background-size: cover;
}
.c-single-news article figure {
	display: block;
	width: 100%;
	text-align: center;
}
.c-single-news article figure img {
	margin: 0 auto;
}
.c-main-nav__item:first-child {
	padding-top: 10px;
}
.c-card.internation {
    background-image: url(/images/internation.jpg);
}
.c-contact-form {
	padding-top: 20px;
	padding-bottom: 20px;
}
.map-title {
	border-bottom: none;
	margin-bottom: 10px;
}
.map-title .c-container {
	padding-bottom: 0;
}
.map-title .c-container .p-open,
.map-title .c-container .p-next {
	float: left;
	width: auto;
}
.map-title .c-container .legend {
    height: 24px;
    float: left;
    margin-left: 20px;
    margin-right: 10px;
}

@media (min-width: 768px) {
	.c-block--with-sidebar .c-block__sidebar {
	    flex-basis: 35%;
	    min-height: 980px;
	}
}