/* Reset */
html { margin: 0; padding: 0; border: 0; }
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, dialog, figure, footer, header, hgroup, nav, section { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
table { border-collapse: collapse; border-spacing: 0; }
a { text-decoration: none; outline: 0; }
a img { border: none; }

/* General */
body {
	font: 14px/21px 'Open Sans', sans-serif;
	background: #fff;
	color: #565656;
}
.left { float: left; }
.right { float: right; }
.cfx { clear: both; }

.container {
	width: 940px;
	margin: 0 auto;
}
a { color: #094283; }
a:hover { color: #166BBF; }
ul, ol { margin: 0 0 0 16px; }

/* Header */
#header-wrap {
	width: 100%;
	height: 72px;
	background: #f6f6f6;
}
	#header {
		height: 67px;
		padding-top: 5px;
	}
    #header-logos {
      height: 58px;
    }
	/* Language menu */
	#langmenu {
		margin-top: 20px;
	}
		#langmenu ul {
			list-style: none;	
		}
			#langmenu li {
				display: inline-block;
				float: left;
				margin-left: 10px;
			}
				#langmenu a {
					font-size: 11px;
					color: #8f8f8f;
					float: left;
					line-height: 18px;
				}
				#langmenu li.active a {
					color: #0b4b94;
					border-bottom: 3px solid #0b4b94;
				}
        #langmenu a:hover {
          color: #6D6D6D;
        }
	/* Search */
	#search {
		margin: 18px 0 0 20px;
	}
		#search-box {
			width: 122px;
			height: 21px;
			padding: 0 5px;
			border: 1px solid #e6e6e6;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			font-size: 11px;
			line-height: 21px;
			color: #8f8f8f;
			float: left;
		}
		#search-button {
			width: 21px;
			height: 21px;
			margin: 1px 0 0 4px;
			border: none;
			background: #094283 url(../images/search-icon.png) no-repeat 4px center;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			float: left;
			cursor: pointer;
		}

/* Main menu */
#menu-wrap {
	width: 100%;
	height: 49px;
	background: #094283;
}
	#menu ul {
		list-style: none;
    margin: 0
	}
		#menu li {
			margin-right: 25px;
			font-size: 15px;
			line-height: 48px;
			float: left;
		}
			#menu a {
				color: #d7f0ff;
			}
			#menu li.active a {
				color: #fff;
				font-weight: bold;
			}
      #menu a:hover {
        color: #fff;
      }

/* Title */
#title-wrap {
	width: 100%;
	height: 60px;
	background: #f6f6f6;
}
	#title {
		font-size: 20px;
		line-height: 43px;
		color: #094283;
		padding-top: 8px;
	}

/* Content */
#content-container {
	padding: 30px 0 50px;
	overflow: hidden;
}
#front #content-container {
	padding-top: 20px;
}
	h1 {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 18px; 
	}
	h2 {
		font-size: 21px;
		line-height: 21px;
		color: #222;
		margin-bottom: 14px;
	}
	h3 {
		font-size: 18px;
		line-height: 21px;
		color: #222;
		padding-top: 3px;
	}
	p {
		margin: 15px 0;
	}
  table, tbody {
    border-width: 0;
  }
  table td {
    border-color: #d6d6d6;
    white-space: normal;
  }
	/* Slider */
	#slider {
		padding: 0 0 30px;
		position: relative;
		width: 100%;
    height: 320px;
	}
		#slider-title {
			width: 370px;
			padding: 18px 25px;
			color: #fff;
			font-size: 26px;
			line-height: 35px;
			position: absolute;
			top: 180px;
			background: #094283;
			background: rgba(9, 61, 131, 0.62);
		}
	/* 3 columns */
	.col3 {
		width: 290px;
		margin-left: 35px;
	}
		.col3 ul {
			margin-left: 16px;
		}
	.col3.first {
		margin-left: 0;
	}
		/* Latest news */
		#latest-news td {
			line-height: 19px;
      padding: 0 0 10px;
		}
		#latest-news .date {
			color: #b5b5b5;
			font-weight: bold;
			display: inline-block;
			width: 50px;
		}
		#latest-news a, .read-more {
			color: #094283;
			font-size: 12px;
			font-weight: bold;
			text-transform: uppercase;
		}
      #latest-news a:hover, .read-more:hover {
        color: #166BBF;
      }
  	#latest-news table a {
			color: #222;
      text-transform: none;
      font-weight: normal;
      font-size: 14px;
		}
      #latest-news table a:hover {
        color: #094283;
      }
	/* Sidebar */
	#sidebar {
		float: left;
		width: 243px;
		background: #f2f2f2;
		padding-bottom: 6px;
		font-size: 13px;
		line-height: 23px;
    margin-right: 60px;
	}
		#sidebar .heading {
			background: #6e97c3;
			padding: 2px 16px 2px 19px;
			color: #fff;
		}
    /* Submenu */
		#submenu, #thirdmenu {
			list-style: none;
      margin: 0
		}
			#submenu li {
				margin: 0 16px 0 19px;
				border-top: 1px solid #d6d6d6;
			}
			#submenu li:first-child {
				border-top: none;
			}
				#submenu a {
					color: #333;
					display: inline-block;
					width: 100%;
					padding: 6px 0;
				}
      /* Third menu */
      #thirdmenu {}
        #thirdmenu li {
          border-top: none;
        }
        #submenu li.active #thirdmenu a {
          color: #333;
          font-weight: normal;
        }
  			#submenu li.active a, #submenu li.active #thirdmenu li.active a {
					color: #094283;
					font-weight: bold;
				}
        #submenu li a:hover, #submenu li.active #thirdmenu li a:hover {
          color: #094283;
        }
      
	/* Content */
	#content {
		width: 635px;
    float: left;
	}
	/* News */
	.news {
		padding-bottom: 20px;
	}
		.news h2 a {
			color: #222;
		}
	.date {
		color: #b5b5b5;
	}
	/* Forms */
  form label, .edy-form-field-label {
  	display: block;
  	padding: 5px 0;
  	font-size: 14px;
  }
  .form_field_textfield, .form_field_textarea, .textbox {
    background: none;
    border: 1px solid #c3c3c3;
    padding: 5px 5px 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  .form_submit input, .submit {
    height: 35px;
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    padding: 0 20px;
    background: #0a4282;
    cursor: pointer;
    font-size: 13px;
    display: block;
    margin-top: 15px;
  }
  .form_error, .form_notice { font-weight: bold; padding: 5px; margin-bottom: 10px; }
  .form_error { color: red; }
  .form_notice { color: green; }   
  .form_field_error { color: red; font-size: 11px; line-height: 14px; }
  .form_field_with_errors input, .form_field_with_errors textarea { border: 1px solid red; }
  .form_field { margin-bottom: 20px; }
  .form_field_size_large { width: 95%; }
  .form_field_size_medium { width: 48%; }
  .form_field_size_small { width: 25%; }
  
/*! http://responsiveslides.com v1.32 by @viljamis */
.slides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
  .slides li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
  }
  .slides li:first-child {
    position: relative;
    display: block;
    float: left;
  }
  .slides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
  }

/* Footer */
#footer {
	padding: 28px 0;
	height: 60px;
	border-top: 1px solid #ececec;
	font-size: 12px;
	line-height: 16px;
}

/* Image container styles */
.edy-positionable-container-center:first-child,
.edy-positionable-container-left-block:first-child,
.edy-positionable-container-right-block:first-child,
.edy-texteditor-container-wrapper-center:first-child,
.edy-texteditor-container-wrapper-left-block:first-child,
.edy-texteditor-container-wrapper-right-block:first-child {
  margin-top: 0;
}

.edy-positionable-container-center:last-child,.edy-positionable-container-left-block:last-child,
.edy-positionable-container-right-block:last-child,
.edy-texteditor-container-wrapper-center:last-child,
.edy-texteditor-container-wrapper-left-block:last-child,
.edy-texteditor-container-wrapper-right-block:last-child {
  margin-bottom: 0;
}

.edy-positionable-container-center,
.edy-positionable-container-left-block,
.edy-positionable-container-right-block,
.edy-texteditor-container-wrapper-center,
.edy-texteditor-container-wrapper-left-block,
.edy-texteditor-container-wrapper-right-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.edy-positionable-container-left,
.edy-texteditor-container-wrapper-left {
  margin-right: 20px;
}

.edy-positionable-container-right,
.edy-texteditor-container-wrapper-right {
  margin-left: 20px;
}

.edy-image-container-with-title:after {
  display: block;
  padding: 4px;
  font-size: 12px;
  line-height: 1.3em;
  content: attr(data-title);
}