@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'sourcesanspro';
	src: url('fonts/sourcesanspro-regular-webfont.eot');
	src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-regular-webfont.woff') format('woff'), url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'), url('fonts/sourcesanspro-regular-webfont.svg?#Zurich BT') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro-semibold';
	src: url('fonts/sourcesanspro-semibold-webfont.eot');
	src: url('fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-semibold-webfont.woff') format('woff'), url('fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'), url('fonts/sourcesanspro-semibold-webfont.svg?#Zurich BT') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro-bold';
	src: url('fonts/sourcesanspro-bold-webfont.eot');
	src: url('fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-bold-webfont.woff') format('woff'), url('fonts/sourcesanspro-bold-webfont.ttf') format('truetype'), url('fonts/sourcesanspro-bold-webfont.svg?#Zurich BT') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro-extralight';
	src: url('fonts/sourcesanspro-extralight-webfont.eot');
	src: url('fonts/sourcesanspro-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-extralight-webfont.woff') format('woff'), url('fonts/sourcesanspro-extralight-webfont.ttf') format('truetype'), url('fonts/sourcesanspro-extralight-webfont.svg?#Zurich BT') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: 'sourcesanspro';
}
a {
	text-decoration: none;
	outline: 0;
}

.c_orange {
	color: #dc780a;
}
a:hover {
	text-decoration: none;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
ul {
	list-style: none;
}
ul.list_style > li {
	background: url(../images/icons/arrow_grey.gif) no-repeat 0px 3px;
	padding-left:15px;
	line-height:18px;
	margin-bottom:10px;
}
ol.ordered_list {
	margin-bottom: 20px;
}
ol.ordered_list > li {
	margin-left: 15px;
	padding-left: 5px;
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 20px;
}
.clear {
	clear: both;
}
.flag {
	float: left;
	margin: 0px 7px;
}
.marb15{ margin-top:25px!important;}
.floatr
{
	float:right;
}
.floatl
{
	float:left;
}
.c_white {
	color: #fff;
}
.padt20 {
	padding-top: 20px;
}
.wrapper {
	width: 941px;
	margin: 0 auto;
}
.semibold {
	font-family: 'sourcesanspro-semibold';
	font-weight: normal;
}
.bold {
	font-family: 'sourcesanspro-bold';
	font-weight: normal;
}
.logo {
	margin-bottom: 30px;
}

ul.language_list {
	max-width: 300px;
	margin-top:35px;
	font-size:14px;
}
ul.language_list > li {
	display: inline-block;
	color: #FFF;
	line-height: 15px;
	margin-bottom: 5px;
	padding-right: 10px;
	border-right: 1px solid #FFF;
	margin-right: 10px;
}
ul.language_list > li.last_language {
	padding-right: 0px;
	border-right: none;
	margin-right: 0px;
}
ul.language_list > li a {
	color: #FFF;
}
header {
	padding-top: 35px;
	background: #003259;
	border: 1px solid #061a2a;
}
.content_container {
	color: #586D84;
	text-align: center;
}
.content_container h1 {
	padding-top: 20px;
	font-family: 'sourcesanspro-semibold';
	font-size: 60px;
	text-transform: uppercase;
}
.content_container h2 {
	padding: 10px 0px;
	font-size: 32px;
}
.content_container p {
	font-size: 16px;
	padding-bottom: 10px;
}
.content_container hr {
	padding: 0;
	width: 100%;
	height: 0px;
	border: none;
	border-top: 1px solid #DC780A;
	margin: 20px 0px;
}
.table_template table {
	border: 1px solid #d7d7d7;
	border-collapse: collapse;
}
/*edited new*/
.table_template table tr th {
	background-color: #ebebeb;
	padding: 20px 0px;
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	text-transform: uppercase;
	font-size: 14px;
	color: #003259;
	font-weight: normal;
	
}
td, th {
    display: table-cell;
	vertical-align: top;
	width:50%;
}
.table_template table tr td {
	padding: 20px 10px;
	border-right: 1px solid #d7d7d7;
	font-size: 14px;
	color: #003259;
	border-bottom: 1px solid #d7d7d7;
}
.table_template table tr td:last-child {
	border-right: none !important;
}
.table_template table.one_row_col tr td
{
	padding: 15px; 
}
.table_template .valign_top td, .table_template td.valign_top {
	vertical-align: top;
	text-align: left;
}
table p {
    margin: 0;
    padding: 0;
}
.text_center {
	text-align: center;
}
.text_left {
	text-align: left;
}
.wfull
{
	width:100%;
}
@media only screen and (min-width : 761px) and (max-width : 960px) {
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
.padt20 {
	padding-top: 18px;
}
.wrapper {
	width: 95%;
}
.logo {
	margin-bottom: 20px;
}
.logo img {
	width: 300px;
}
header {
	padding-top: 25px;
}
.content_container h1 {
	padding-top: 15px;
	font-size: 48px;
}
.content_container h2 {
	padding: 8px 0px;
	font-size: 27px;
}
.content_container p {
	font-size: 15px;
	padding-bottom: 8px;
}
.content_container hr {
	margin: 15px 0px;
}
}

@media only screen and (max-width : 760px) {
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
.padt20 {
	padding-top: 15px;
}
.wrapper {
	width: 98%;
}
.logo {
	margin-bottom: 15px;
}
.logo img {
	width: 280px;
}
header {
	padding-top: 20px;
}
.content_container h1 {
	padding-top: 12px;
	font-size: 40px;
}
.content_container h2 {
	padding: 6px 0px;
	font-size: 24px;
}
.content_container p {
	font-size: 12px;
	padding-bottom: 6px;
}
.content_container hr {
	margin: 12px 0px;
}

}

@media only screen and (max-width : 599px) {
.floatl, .floatr {
	float: none;
}
.padt20 {
	padding-top: 5px;
}
.logo {
	margin-bottom: 0px;
}
header {
	padding: 10px 0px;
	text-align: center;
}
h1{
	padding:10px 0}

}
img[src^="https://www.images-home.com/"]
{
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
}