@charset "utf-8";
html {
	-webkit-text-size-adjust: none;
}
body {
	background-color: #fff;
	font: 14px/21px Helvetica, Arial, Verdana, sans-serif;
	color: #6f6f6f;
}
a {
	text-decoration: none;
	color: #3546b3;
}
a:hover {
	text-decoration: none;
	color: #293588;
}
h1, h2, h3 {
	font-family: 'SansusWebissimoRegular', Helvetica, Arial, Verdana, sans-serif;
}
h1 {
	font-size: 36px;
	line-height: 38px;
	font-weight: normal;
	color: #ff0000;
	margin-bottom: 25px;
  padding-left: 3%;
  font-weight:normal;
}
h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #3546b3;
	margin-bottom: 20px;
}
h3 {
	font-size: 19px;	
	font-weight: normal;
	color: #4e4e4e;
	margin-bottom: 13px;	
}
h2 a {
	color: #1f7fbf;	
}
h2 a:hover {
	color: #1068a1
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* => MAIN SECTIONS */
#wrap {
	max-width: 940px;
	margin: 0 auto;
	padding: 45px 15px 0 15px;
	position: relative
}
.wrapper {
	margin: 0 auto;
	max-width: 940px;
	position: relative;
}
#header {
	background: #1f7fbf url('../images/header.gif?2') repeat;
	width: 100%;
	z-index: 100;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .35);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .35);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .35);
    position: static
}
#content-wrap {
	padding-bottom: 56px;
  padding-left: 3%;
}
/* => HEADER */
/* nav */
#nav {
	list-style-type: none;
	float: left;
	margin-right: 111px;
}
#nav li {
	float: left;
}
#nav a {
	color: #9fa7e6;
	display: block;
	font-size: 13px;
	padding: 13px 12px;
	text-transform: uppercase;
	font-weight: bold;
    transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;	
}
#nav .active a, #nav .active a:hover {
	background: #6475ec;
	color: #fff;
}
#nav a:hover {
	background: #505cb5;
}
/* langmenu */
#langmenu {
	position: absolute;
    right: 0;
    top: 8px;
	background: #6475ec;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 10px 9px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.15) inset;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.15) inset;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.15) inset;		
}
#langmenu-inner {
	background: url('../images/arrow.png?1') no-repeat right center;
	color: #fff;
	float: left;
	line-height: 10px;
	padding: 0 15px 0 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase
}
#langmenu-select {
	opacity: 0;
	height: 31px;
	position: absolute;
	right: 0;
	top: 0;
	width: 59px;
	filter: alpha(opacity=0)
}
/* search */
#search-wrap {
	position: absolute;
    right: 49px;
    top: 0;
	margin: 0 17px 0 0;
}
#search-wrap .active {
	background: #6475ec;
}
#search-btn span {
	background: url('../images/search.png?1') no-repeat center center;	
	float: right;
	height: 46px;
	position: relative;
	text-indent: -9999px;
	width: 37px;
}
#search-btn {
	float: right;
    height: 46px;
    width: 37px;
	cursor: pointer;
}
#search {
	position: absolute;
	top: 46px;
	right: 0;
	border: 4px solid #6475ec;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);		
	display: none;
    z-index: 120
}
#onpage_search {
	font: 14px/30px Helvetica, Arial, Verdana, sans-serif;	
	border: none;
	height: 30px;
	padding: 0 7px;
	color: #6f6f6f;
	width: 190px;
}
/* hgroup */
#logo {
	margin-bottom: 40px;
}
.hgroup h2 {
	font-size: 55px;
	line-height: 59px;
	color: #4E4E4E;
	margin-bottom: 0;
}
/* Content-wrap */
#content-wrap p, .excerpt {
	margin-bottom: 23px;
}
#content-wrap ul, #content-wrap ol {
	margin: 0 0 23px 23px
}
#content-wrap ol {
  font-size:16px;
}
.left-column {
	width: 64%;
	float: left;
	min-height: 100px;
}
#front .left-column {
	width: 64%;	
}
.right-column {
	//width: 26%;
	width: 35.8%;
	float: left;
  margin-top:4px;
}
#front .right-column {
	//width: 30.8%;
	width: 35.8%;
	float: right;
}
/* latest news */
#wrap #latest-news {
	list-style-type: none;
	margin: 0
}
#latest-news h3 a {
	color: #4E4E4E;
}
#latest-news h3 a:hover {
	color: #353535;
}
#latest-news h3 {
	margin-bottom: 3px;
}
#wrap .meta-info {
	font-size: 13px;
	margin-bottom: 10px;
}
#front #latest-news .date {
	font-weight: bold;
	margin-left: 10px;
}
.more {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.heading {
	background: #1f7fbf;
	color: #fff;
	padding: 7px 15px;
	font-weight: bold
}
#white-box {
	background: #fff;
	border-top: 2px solid #1f7fbf;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  	margin-left:18px;
}
/* submenu */
#wrap #submenu {
	list-style-type: none;
	margin: 0;
	padding: 10px 15px;			
}
#submenu li {
	position: relative;
}
#submenu li a {
	color: #505050;
	border-bottom: 1px solid #E5E5E5;
    display: block;
    padding: 5px 0;
}
#submenu a:hover, #wrap #thirdmenu a:hover {
	color: #111;
}
#submenu .active a, #submenu .active a:hover, #wrap #thirdmenu .active a, #mobile-submenu .active a, #mobile-thirdmenu .active a {
	color: #1f7fbf;
	font-weight: bold;	
}
#submenu li:last-child a {
	border-bottom: none;
}
/* thirdmenu */
#wrap #thirdmenu {
	margin: 0 0 0 22px;
	list-style-type: none;
	border-bottom: 1px solid #E5E5E5;	
}
#wrap #thirdmenu a {
	font-size: 13px;
	font-weight: normal;
	color: #505050
}
/* blog */
.article-head {
	display: block;
	margin-left: 40px;
}
.date2 {
	display: block;
    font-size: 11px;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: 6px;
    color: #ccc;
}
#wrap #blog-list {
	list-style-type: none;
	margin: 0
}
#blog-list li {
	position: relative;
	width: 30.8%;
	display: inline-block;
	margin-right: 3%;
	margin-bottom: 40px;
	vertical-align: top;
}
#blog-list li:first-child h2 a {
	color: #383838;
}
#blog-list h2 {
	margin-bottom: 17px;
}
#blog-list li:nth-child(3n) {
	margin-right: 0;
}
#blog-list li:nth-last-child(-n+3) {
	margin-bottom: 0;
}
.date {
	font-weight: bold;
	color: #383838;
}
#article .hgroup h2 {
	font-size: 45px;
	line-height: 47px;
}
#article #content-wrap {
	margin-top: 25px;
}
.meta-data {
	margin-top: 11px;
}
/* Footer */
#footer {
	font-size: 12px;
	border-top: 1px solid #ccc;
	padding: 13px 0;
}
#footer .left {
    min-width: 100px
}
/* form */
#comments, #comment-form {
	padding-top: 23px;
}
#comments {
	margin: 23px 0;
}
#comments ul {
	list-style-type: none;
	margin: 0
}
#comments p {
	margin-bottom: 0
}
#comments ul li {
	margin-bottom: 12px;
}
#comments ul li:last-child {
	margin-bottom: 0;
}
.comment-author {
    color: #1f7fbf;
    font-size: 15px;
    font-weight: bold;
}
#comment-form .form_field label {
	display: inline-block;
	width: 110px;
	vertical-align: top
}
#comment-form .form_submit input {
	margin-left: 113px
}
.form_area {
	margin-bottom: 23px
}
.form_field label {
	display: block;
	line-height: 24px;
    color: #4E4E4E
}
.form_field {
	margin-bottom: 8px;
}
.form_field_select {
    color: #6F6F6F
}
.form_field_textfield, .form_field_textarea {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 2px 5px;
	height: 26px;
	line-height: 26px;
	width: 190px;
	color: #333;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset			
}
.form_field_radio, .form_field_checkbox {
    margin: 0 10px 0 0
}
.form_field_textfield:focus, .form_field_textarea:focus {
    border: 1px solid #439edb
}
.form_field_textarea {
	height: 110px;
	width: 402px;
}
.form_submit input {
	background: #1f7fbf;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
.form_submit input:hover, .form_submit input:focus {
	background: #1070af;
}
.form_notice {
	color: #3e9b00
}
.form_error, .form_field_error, .blog-errors {
	color: #cc0000
}
.form_notice, .form_error {
    font-size: 18px;
    margin: 13px 0
}
.form_field_with_errors input, .form_field_with_errors textarea {
    border: 1px solid #cc0000
}
#wrap .blog-errors {
	margin: 0 0 20px 51px
}
.form_field_size_small {
	width: 130px
}
.form_field_size_medium {
	width: 260px
}
.form_field_size_large {
	width: 98%
}
#mobile-submenu {
    background: #fff
}
#mobile-thirdmenu {
    background: #cce6f7;
}
#mobile-submenu, #mobile-thirdmenu {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2)
}
#mobile-submenu li, #mobile-thirdmenu li {
    float: left;
    margin-right: 14px
}
#mobile-submenu a, #mobile-thirdmenu a {
    color: #505050
}
/* mediaqueris */
 @media only screen and (max-width: 768px) {
	.hgroup h2 {
		font-size: 45px;
		line-height: 45px;
	}
	#comment-form .form_field label {
		display: block;
	}
	#comment-form .form_submit input {
		margin-left: 0;
	}
    #header {
        position: static !important
    }
    #wrap {
        padding: 23px 15px 0 !important
    }
}

.right-column .edy-padding-resizer-wrapper {
	height: 100%!important;
	padding-bottom: 0!important;
}

.right-column .edy-padding-resizer-wrapper iframe {
	position: relative!important;
}

 @media only screen and (max-width: 700px) {
	.left-column, #front .left-column, .right-column, #front .right-column {
		width: 100%;
		float: none;
	}
    .right-column {
		display: block;
		margin-top: 30px;
		margin-left: 0;
    }

    #mobile-submenu, #mobile-thirdmenu {
        display: block
    }
	#content-wrap {
		/*margin-top: 40px;*/
		padding-bottom: 40px;
	}	
	.hgroup h2, #article .hgroup h2 {
		font-size: 24px;
		line-height: 25px;	
	}
	#logo {
		margin-bottom: 20px;
	}
	#search-wrap {
		display: none;
	}
	#nav {
		margin-right: 74px;
	}
	#nav a {
		padding: 13px 10px;
	}
	#langmenu {
		right: 10px;
	}
	#blog-list li {
		width: 47%;
		margin-right: 5%;
	}
	#blog-list li:nth-child(3n) {
		margin-right: 5%;
	}
	#blog-list li:nth-child(2n) {
		margin-right: 0
	}
}
@media only screen and (max-width: 480px) {
	#blog-list li {
		width: 100%;
	}
	#blog-list li:nth-child(3n), #blog-list li {
		margin-right: 0
	}
	#blog-list li:nth-last-child(-n+3) {
		margin-bottom: 40px;
	}
	.form_field_textfield, .form_field_textarea {
		width: 97%;
	}
}
.add-lang {
	position: absolute;
	right: 0;
	top: 0;
}
.photo_gallery_area a img {
	margin: 0 7px 10px 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);		
}
.photo_gallery_area a img:hover {
	box-shadow: 0 0 4px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .5);	
}
/* search */
.edys-search-popup {
    background: rgba(168, 210, 237, .9);
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	color: #343b3e;
    text-shadow: none
}
.edys-search-popup .gs-title {
	color: #1f2122;
}
.edys-search-popup .gsc-cursor-box {
	border-top: 1px solid #9ebdd1;
}
.edys-search-popup .gsc-cursor-current-page, edys-search-popup .gsc-cursor-page:hover { 
	color: #1F2122
}
.edys-sw-search-fin {
    border-color: rgba(168, 210, 237, 0.9);    
}
.loading-icon {
    display:none;
    position: absolute;
    top: 7px;
    font-size: 10px;
    right: 6px;
}
#wrap .no-border {
	border-top: none;
}

/* Editable content image */
.edy-positionable-container-left {
  margin-right: 15px;
}
.edy-positionable-container-right {
  margin-left: 15px;
}
.edy-image-container-with-title:after {
  display: block;
  padding: 4px;
  font-size: 10px;
  line-height: 1.3em;
  content: attr(data-title);
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.language-flag {
    display: inline-block;
    width: 23px;
    height: 23px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.language-flag.language-flag--en {background-image: url('../assets/flag_us.svg')}
.language-flag.language-flag--es {background-image: url('../assets/flag_spain.svg')}
.language-flag.language-flag--de {background-image: url('../assets/flag_germany.svg')}
.language-flag.language-flag--fr {background-image: url('../assets/flag_france.svg')}
.language-flag.language-flag--ru {background-image: url('../assets/flag_russia.svg')}
.language-flag.language-flag--it {background-image: url('../assets/flag_italy.svg')}
.language-flag.language-flag--eo {background-image: url('../assets/flag_peru.svg')}
.language-flag.language-flag--pt {background-image: url('../assets/flag_portugal.svg')}
.language-flag.language-flag--nl {background-image: url('../assets/flag_netherlands.svg')}
.language-flag.language-flag--fi {background-image: url('../assets/flag_finland.svg')}

.languagepicker {
    position: absolute!important;
    top: 8px;
    right: 0;
    margin-left: 15px;
    padding: 2px 5px;
    border-radius: 2px;
    background: #6475ec;
}

.languagepicker #langmenu-inner {
    position: relative;
    top: 2px;
    float: none!important;
}

.languagepicker .dropdown__dropdown {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    z-index: 1;
    border-radius: 2px;
    background: #6475ec;
}

.languagepicker .dropdown__item {
    text-align: center;
}


.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.dropdown__dropdown {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    top: 30px;
    list-style-type: none;
    padding-left: 0;
    padding-top: 6px!important;
    padding-bottom: 6px!important;
}

.dropdown__dropdown.active {
    display: block;
}

.dropdown__dropdown a {
    display: inline-block;
}

/* LANGUAGE */

.language-flag {
    display: inline-block;
    width: 23px;
    height: 23px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

h1,
h1 span,
h1 a {
    font-size: 30px!important;
}

.arrow {
	position: absolute;
	top: 50%;
	right: 7px;
	background-image: url('../assets/arrow-small-font-color.svg');
	display: inline-block;
	height: 16px;
	width: 16px;
	vertical-align: middle;
	transform: rotate(90deg) translateX(-50%);
}

.arrow.arrow--alt-color {
	background-image: url('../assets/arrow-small-purple.svg');
}

.desktop-nav {
	display: block!important;
}

@media(max-width: 767px) {
	.desktop-nav {
		display: none!important;
	}
}

@media(max-width: 767px) {
	.right-column #submenu {
		display: none!important;
	}
}

.mobile-nav {
	display: block!important;
}

.mobile-nav.mobile-nav--row > li {
	display: inline-block!important;
}

@media(min-width: 768px) {
	.mobile-nav {
		display: none!important;
	}
}

.mobile-nav ul {
	display: none;
}
.mobile-nav li {
	float: none!important;
	cursor: pointer!important;
}


.mobile-nav a {
	position: relative;
	display: inline-block!important;
	padding-right: 30px!important;
	vertical-align: middle;
}

.mobile-nav.currently-open ul {
	display: block;
}

#nav.mobile-nav a:hover,
#nav.mobile-nav a:active,
#nav.mobile-nav a:focus {
	background: transparent;
}

#submenu.mobile-nav {
	text-align: center;
}

#submenu.mobile-nav li {
	border-bottom: 1px solid #E5E5E5;
}

#submenu.mobile-nav li a {
	border-bottom: none;
}

#mobile-thirdmenu.mobile-nav {
	text-align: center;
}

#mobile-thirdmenu.mobile-nav li {
	padding-top: 2px;
	padding-bottom: 2px;
}