/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-pro-v21-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v21-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}

body {
	background-repeat: no-repeat;
	background-position: center -60px;
	background-attachment: fixed;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #3e3d40;
}

a {
	color: #3e3d40;
}

a:hover {
	color: #182983;
}

a img {
	border: none;
}

p {
	line-height: 20px;
	margin-bottom: 20px;
}

table {
	margin-bottom: 20px;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px dotted #3E3D40;
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

/* ########## Screen ########## */

#page {
	width: 990px;
	margin: 0px auto;
	padding-top: 130px;
}

/* ########## Header ########## */

#header {
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	position: fixed;
	left: 0px;
	right: 0px;
	z-index: 100;
}

#header-inner {
	width: 990px;
	height: 130px;
	margin: 0px auto;
	position: relative;
}

/* ########## Logo ########## */

a#logo {
	position: absolute;
	top: 27px;
	left: 0px;
}

/* ########## Main Navigation ########## */

ul#navigation {
	list-style: none;
	border-bottom: 4px solid #182983;
	position: absolute;
	right: 89px;
	bottom: 0px;
}

ul#navigation > li {
	float: left;
	background: #F3F4F9 url('../images/screen/spacer.png') no-repeat right center;
	padding-right: 2px;
}

ul#navigation > li > a {
	display: block;
	height: 39px;
	line-height: 39px;
	padding-left: 18px;
	padding-right: 18px;
	text-decoration: none;
	text-transform: uppercase;
	color: #3e3d40;
}

ul#navigation > li > a:hover {
	color: #182983;
}

ul#navigation > li.active > a {
	background: url('../images/screen/active.png') no-repeat center bottom;
}

/* ########## Language Selection ########## */

#language-selection {
	height: 16px;
	padding-top: 12px;
	padding-bottom: 11px;
	background-color: #F3F4F9;
	border-bottom: 4px solid #182983;
	padding-left: 34px;
	padding-right: 29px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#language-selection a {
	float: left;
	margin-right: 5px;
}

/* ########## Banner, Claim ########## */

#banner {
	height: 290px;
}

#banner h1 {
	color: #fff;
	font-size: 72px;
	padding-top: 60px;
}

#banner h1 span {
	background-color: rgba(0,0,0,0.6);
	font-weight: 300;
	letter-spacing: 7px;
	padding: 0 20px;
}

#banner h1 span b {
	font-weight: 700;
}

#banner h1 span.indent {
	letter-spacing: 0;
	margin-left: 110px;
}

/* ########## Content ########## */

#content {
	background: url('../images/screen/trans_white.png') repeat 0px 0px;
	min-height: 350px;
	margin-bottom: 70px;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	padding-top: 35px;
	padding-bottom: 70px;
}

.content-inner {
	padding-left: 90px;
	padding-right: 90px;
}

/* ########## Social Buttons ########## */

#social-bookmarks {
	background: url('../images/screen/trans_white.png') repeat 0px 0px;
	width: 32px;
    height: 143px;
	padding: 5px;
	position: absolute;
	top: 0px;
	right: -47px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

#social-bookmarks .button-social {
	display: block;
	width: 32px;
	height: 32px;
	margin-bottom: 5px;
}

#social-bookmarks .button_email {
	background: url('../images/icons/social/email.png') 0 0 no-repeat;
}
#social-bookmarks .button_facebook {
	background: url('../images/icons/social/facebook.png') 0 0 no-repeat;
}
#social-bookmarks .button_youtube {
	background: url('../images/icons/social/youtube.png') 0 0 no-repeat;
}
#social-bookmarks .button_instagram {
	background: url('../images/icons/social/instagram.png') 0 0 no-repeat;
}


/* ########## Footer ########## */

#footer {
	padding-top: 25px;
	padding-bottom: 10px;
	background-color: #233683;
	background: -moz-linear-gradient(top, #233683 0%, #0D0D0D 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #233683), color-stop(100%, #0D0D0D));
	background: -webkit-linear-gradient(top, #233683 0%, #0D0D0D 100%);
	background: -o-linear-gradient(top, #233683 0%, #0D0D0D 100%);
	background: -ms-linear-gradient(top, #233683 0%, #0D0D0D 100%);
	background: linear-gradient(to bottom, #233683 0%, #0D0D0D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#233683', endColorstr='#0D0D0D', GradientType=0);
}

#footer-inner {
	width: 990px;
	margin: 0px auto;
	font-size: 14px;
	color: #FFFFFF;
	overflow: hidden;
}

#footer-inner .box {
	float: left;
}

#footer-inner .box-left 	{width: 35%;}
#footer-inner .box-center 	{width: 35%;}
#footer-inner .box-right 	{width: 30%;}

#footer-inner a {
	color: #FFFFFF;
}

/* ########## Footer Navigation ########## */

#footer-inner ul.menu {
	list-style: none;
}

#footer-inner ul.menu > li {
	background: url('../images/icons/list_white.png') no-repeat 0px 6px;
	padding-left: 15px;
	margin-bottom: 5px;
}

#footer-inner ul.menu > li.last {
	margin-bottom: 0px;
}

#footer-inner ul.menu > li > a {
	text-decoration: none;
}

#footer-inner ul.menu > li > a:hover {
	text-decoration: underline;
}

/* ########## Footer Bottom ########## */

#foobar {
	background-color: #F2F2F2;
}

#foobar-inner {
	width: 990px;
	height: 55px;
	line-height: 55px;
	margin: 0px auto;
	font-size: 14px;
	color: #000000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#foobar-inner a {
	text-decoration: none;
	color: #000000;
}

#foobar-inner a:hover {
	text-decoration: underline;
}