/* Reset */
body,
html,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
a img,
:link img,
:visited img,
abbr,
acronym {
	border: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}
ol,
ul {
	list-style: none;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: normal;
}
q:before,
q:after {
	content: '';
}
hr {
	width: 75%;
	margin-bottom: 15px;
}
/* HTML5 support */
header,
nav,
section,
aside,
article,
menu,
footer {
	display: block;
}
/* Webfonts */
@font-face {
	font-family: 'GentleSansRegular';
	src: url('../fonts/gentle-sans-regular/gentle_sans_regular-webfont.eot');
	src: url('../fonts/gentle-sans-regular/gentle_sans_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gentle-sans-regular/gentle_sans_regular-webfont.woff') format('woff'), url('../fonts/gentle-sans-regular/gentle_sans_regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GentleSansBook';
	src: url('../fonts/gentle-sans-book/gentlesansbook-webfont.eot');
	src: url('../fonts/gentle-sans-book/gentlesansbook-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gentle-sans-book/gentlesansbook-webfont.woff') format('woff'), url('../fonts/gentle-sans-book/gentlesansbook-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GentleSansBold';
	src: url('../fonts/gentle-sans-bold/gentle_sans_bold-webfont.eot');
	src: url('../fonts/gentle-sans-bold/gentle_sans_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gentle-sans-bold/gentle_sans_bold-webfont.woff') format('woff'), url('../fonts/gentle-sans-bold/gentle_sans_bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GentleSansLight';
	src: url('../fonts/gentle-sans-light/gentle_sans_light_regular-webfont.eot');
	src: url('../fonts/gentle-sans-light/gentle_sans_light_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gentle-sans-light/gentle_sans_light_regular-webfont.woff') format('woff'), url('../fonts/gentle-sans-light/gentle_sans_light_regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* Functions & variables */
/*@DefaultFontColor: #6f6f6f;*/
/*@DefaultLinkColor: #05394e;*/
/*@DefaultLinkHoverColor: #3998b5;*/
.PlaceHolder:-webkit-input-placeholder {
	font-style: italic;
	color: #b5c3cf;
}
.PlaceHolder:-moz-placeholder {
	font-style: italic;
	color: #b5c3cf;
}
.PlaceHolder::-moz-placeholder {
	font-style: italic;
	color: #b5c3cf;
}
.PlaceHolder:-ms-input-placeholder {
	font-style: italic;
	color: #b5c3cf;
}
/* General */
html,
body,
#site,
#wrapper,
#header,
#footer {
	width: 100%;
}
html,
body {
	min-width: 940px;
	height: 100%;
	font-size: 13px;
	color: #393939;
}
body {
	background: url(../img/bg-site.jpg) no-repeat 50% -5px;
	font-family: 'GentleSansRegular', Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#site {
	min-height: 100%;
}
#wrapper {
	padding: 0 0 80px;
}
.inner {
	width: 1040px;
	margin: 0 auto;
}
a {
	color: #3998b5;
	text-decoration: none;
	outline: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
a.btn, div.btn {
	display: inline-block;
	cursor: pointer;
	border: 1px solid #4fb1c9;
	border-radius: 39px;
	border-bottom-color: #246b7e;
	height: 39px;
	line-height: 39px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	background: #2794be url(../img/bg-button.png) repeat-x 0 0;
	box-shadow: 0 1px #c5d0d8;
	text-shadow: 0 1px #1f7eb0;
	margin: 16px 0;
}
.btn-send span {
	padding: 0 33px 0 49px;
	display: block;
	background: url(../img/picto-button-arrow.png) no-repeat 17px 12px;
}
.btn-upload span, div.btn-upload span {
	padding: 0 33px 0 49px;
	display: block;
	background: url(../img/icon_arrow_up.png) no-repeat 10px 3px;
}
#btn-add-itinerary span, div#btn-add-itinerary span {
	padding: 0 33px 0 49px;
	display: block;
	background: url(../img/icon_arrow_up.png) no-repeat 10px 3px;
}
.btn-next {
	padding-right: 15px;
}
.btn-next span, div.btn-next span {
	padding: 0 49px 0 33px;
	display: block;
	background: url(../img/icon_arrow_right.png) no-repeat 10px 3px;
	background-position: right;
}
.btn-previous span, div.btn-previous span {
	padding: 0 33px 0 49px;
	display: block;
	background: url(../img/icon_arrow_left.png) no-repeat 10px 3px;
}
.content h1 {
	font-size: 26px;
	color: #05394e;
	line-height: 22px;
	margin: 0 0 14px 0;
}
.content h2 {
	font-size: 17px;
	color: #05394e;
	line-height: 18px;
	margin: 0 0 18px 0;
}
.content h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
}
.content p {
	line-height: 18px;
	margin: 0 0 18px 0;
}
.content p.paragraph {
	margin-top: 50px;
}
.content p.important {
	font-size: 15px;
	font-style: italic;
}
.content p.important span {
	color: #ff0000;
	font-style: normal;
	margin-left: 3px;
}
.content ul {
	line-height: 18px;
	margin: 0 0 18px 0;
}
.content ul li {
	list-style: disc;
	margin-left: 16px;
}
.content ul li.pdf,
.content ul li.xls,
.content ul li.doc {
	list-style: none;
	margin-left: 0;
	background: no-repeat 0 1px;
	padding-left: 20px;
}
.content ul li.pdf {
	background-image: url(../img/ico-pdf.png);
}
.content ul li.doc {
	background-image: url(../img/ico-doc.png);
}
.content ul li.xls {
	background-image: url(../img/ico-xls.png);
}
.content ul.paragraphs li {
	margin-bottom: 18px;
}
.content ul.alpha li {
	list-style: lower-alpha;
}
.content ul.roman li {
	list-style: lower-roman;
}
.content ol {
	line-height: 18px;
	margin: 0 0 18px 0;
}
.content ol li {
	list-style: decimal;
	margin-left: 18px;
}
.content table.stats-table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}
.content table.stats-table td {
	vertical-align: middle;
	padding: 9px 0;
}
.content table.stats-table h2 {
	font-size: 18px;
	margin-bottom: 4px;
}
.content table.stats-table h3 {
	font-size: 13px;
	font-weight: normal;
	color: #6f6f6f;
}
.content table.data-table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}
.content table.data-table th,
.content table.data-table td {
	padding: 7px 10px;
}
.content table.data-table th {
	font-size: 17px;
	background: #2f5d74;
	color: #FFF;
	border-top: 2px solid #0b3752;
}
.content table.data-table td {
	background: #7d8488;
	border-top: 1px solid #d7d7d7;
	color: #6F6F6F;
	border-top: 1px solid #FFF;
}
.content table.data-table tr:nth-child(odd) td {
	background: none;
}
.content table.data-table tr:nth-child(even) td {
	background: #d7d7d7;
}
.content form {
	padding: 15px 6px 0 0;
}
.content form fieldset {
	padding: 5px;
	border: 1px #bbe solid;
	margin-bottom: 15px;
	background-color: #efefff;
}
.content form h2 {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.content form label {
	font-size: 16px;
	color: #7794aa;
	display: block;
	margin-bottom: 6px;
}
.content form label .note {
	font-size: 12px;
	font-style: italic;
}
.content form .required {
	font-size: 15px;
	color: #ff0000;
}
.content form p.note {
	font-size: 15px;
	font-style: italic;
	color: #05394e;
	margin: 0 0 6px;
}
.content form legend {
	color: #05394e;
	font-size: x-small;
}
.content form input[type=text],
.content form input[type=email],
.content form input[type=password],
.content form select,
.content form textarea {
	background: #ffffff url(../img/bg-textbox.gif) repeat-x;
	border: 1px solid #b2c4d4;
	border-radius: 3px;
	box-shadow: 0 0 0 3px #e4eaee;
	font-family: 'GentleSansRegular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7794aa;
}
.content form input[type=text].premium,
.content form input[type=email].premium,
.content form select.premium {
	background: #e0e0ff;
	border: 1px solid #b2c4d4;
	border-radius: 3px;
	box-shadow: 0 0 0 3px #e4eaee;
	font-family: 'GentleSansRegular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7794aa;
}
.content form input[type=text]::-webkit-input-placeholder,
.content form input[type=email]::-webkit-input-placeholder,
.content form input[type=password]::-webkit-input-placeholder,
.content form select::-webkit-input-placeholder,
.content form textarea::-webkit-input-placeholder {
	font-style: italic;
	color: #b5c3cf;
}
.content form input[type=text]:-moz-placeholder,
.content form input[type=email]:-moz-placeholder,
.content form input[type=password]:-moz-placeholder,
.content form select::-moz-placeholder,
.content form textarea:-moz-placeholder {
	font-style: italic;
	color: #b5c3cf;
}
.content form input[type=text]::-moz-placeholder,
.content form input[type=email]::-moz-placeholder,
.content form input[type=password]::-moz-placeholder,
.content form select::-moz-placeholder,
.content form textarea::-moz-placeholder {
	font-style: italic;
	color: #b5c3cf;
}
.content form input[type=text]:-ms-input-placeholder,
.content form input[type=email]:-ms-input-placeholder,
.content form input[type=password]:-ms-input-placeholder,
.content form select::-ms-input-placeholder,
.content form textarea:-ms-input-placeholder {
	font-style: italic;
	color: #b5c3cf;
}
.content form input[type=text],
.content form input[type=email],
.content form select,
.content form input[type=password] {
	width: 677px;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
}
.content form textarea {
	width: 677px;
	height: 85px;
	padding: 7px 0 0 10px;
}
.content form .half textarea {
	width: 322px;
	height: 102px;
	padding: 7px 0 0 10px;
}
.content form .radio-button {
	float: left;
	position: relative;
	margin-right: 27px;
}
.content form .radio-button .input-skin {
	display: block;
	background: #ffffff url(../img/bg-textbox.gif) repeat-x;
	border: 1px solid #b2c4d4;
	border-radius: 3px;
	box-shadow: 0 0 0 3px #e4eaee;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.content form .radio-button .input-skin span {
	display: none;
	border: 2px solid #FFF;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #7794AA;
}
.content form .radio-button input {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.content form .radio-button {
	font-size: 15px;
	font-weight: bold;
	padding-left: 25px;
	margin-top: -2px;
}
.content form .radio-button.selected .input-skin span {
	display: block;
}
.content form .field {
	margin-bottom: 18px;
}
.content form .field.full {
	width: 689px;
}
.content form .field.full input[type=text] {
	width: 667px;
}
.content form .field.half {
	width: 334px;
}
.content form .field.half input[type=text],
.content form .field.half input[type=email],
.content form .field.half input[type=password] {
	width: 312px;
}
.content form .field.half input[type=text].half,
.content form .field.half input[type=email].half,
.content form .field.half input[type=password].half {
	width: 139px;
}
.content form .field.radio-group {
	margin-bottom: 10px;
}
.content form .field.error label, label.error {
	color: #ff0000;
}
label.error {
	color: #ff0000 !important;
}
.content form .field.error input[type=text],
.content form .field.error input[type=email],
.content form .field.error input[type=password],
.content form .field.error .radio-button .input-skin,
.content form .field.error select {
	border-color: #ff0000;
	box-shadow: 0 0 0 3px #ffbfbf;
	background: #fcf4f4;
	color: #ff0000;
}
input[type="text"].error, select.error, textarea.error {
	border-color: #ff0000 !important;
	box-shadow: 0 0 0 3px #ffbfbf !important;
	background: #fcf4f4 !important;
	color: #ff0000 !important;
}
.voyage-table td.error {
	border-color: #ff0000;
	box-shadow: 0 0 0 3px #ffbfbf;
	background: #fcf4f4;
	color: #ff0000;
	z-index: -1;
}
tr.error td, table.error tr {
	padding: 10px !important;
}
tr.error, table.error {
	border: 1px solid #ff0000;
	/* border-color: #ff0000; */
	box-shadow: 0 0 0 3px #ffbfbf;
	background: #fcf4f4;
	color: #ff0000;
	z-index: 2 !important;
}
.content dl {
	/*border: 3px double #ccc;*/

	padding: 0.5em;
}
.content dt {
	float: left;
	clear: left;
	width: 150px;
	text-align: right;
	font-weight: bold;
	/*color: green;*/

}
.content dt:after {
	content: ":";
}
.content dd {
	margin: 0 0 0 160px;
	padding: 0 0 0.5em 0;
}
/* Header */
#header {
	height: 151px;
	position: relative;
	z-index: 2;
	background: repeat-x 0 0;
	background-image: url(../img/bg-header.png);
}
#header .inner {
	height: 151px;
	position: relative;
}
#header .inner .logo {
	float: left;
	margin: 25px 0 0 60px;
	display: block;
	width: 82px;
	height: 114px;
}
#header .inner .logo img {
	display: block;
	width: 82px;
	height: 114px;
}
#header .inner .menu {
	float: right;
	margin-top: 52px;
	width: 80%;
}
#header .inner .menu ul {
	overflow: hidden;
}
#header .inner .menu ul li {
	float: left;
	font-size: 13px;
	letter-spacing: 0.65px;
	text-transform: uppercase;
	height: 19px;
	line-height: 19px;
	background: url(../img/sep-global-menu.gif) no-repeat 0 0;
	padding-left: 13px;
	margin-left: 13px;
}
#header .inner .menu ul li a {
	color: #FFF;
}
#header .inner .menu ul li:first-child {
	background: none;
	padding: 0;
	margin: 0;
}
#header .inner .menu ul li.active a {
	color: #05394e;
}
#header .inner .broker-access-box {
	width: 180px;
	min-height: 25px;
	background: url(../img/bg-broker-access-box.jpg) no-repeat 0 0;
	position: absolute;
	top: 0;
	right: 0;
	box-shadow: -1px 2px 2px #2b596e;
}
#header .inner .broker-access-box a.trigger {
	display: block;
	height: 23px;
	line-height: 23px;
	color: #016999;
	font-size: 14px;
	text-align: center;
}
#header .inner .broker-access-box a.trigger.active {
	color: #05394e;
}
#header .inner .broker-access-box form {
	display: none;
	padding: 12px 14px 0;
}
#header .inner .broker-access-box form a {
	font-family: 'GentleSansRegular', Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9b9b9b;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 4px 0 6px;
}
#header .inner .broker-access-box form .field {
	margin-bottom: 3px;
	position: relative;
	overflow: hidden;
}
#header .inner .broker-access-box form .field label {
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	color: #a7a7a7;
	position: absolute;
	width: 150px;
	top: 1px;
	left: 1px;
}
#header .inner .broker-access-box form input[type=text],
#header .inner .broker-access-box form input[type=password] {
	width: 150px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #FFF;
	font-family: 'GentleSansRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a7a7a7;
	border: 1px solid #dadada;
	border-right-color: #e3e3e3;
	border-radius: 3px;
	outline: none;
}
#header .inner .locations {
	position: absolute;
	overflow: hidden;
	right: 0;
	bottom: -19px;
}
#header .inner .locations a {
	display: block;
	width: 123px;
	height: 34px;
	line-height: 34px;
	float: left;
	background: url(../img/bg-locations.png) no-repeat;
	font-size: 13px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	margin-left: 2px;
}
#header .inner .locations a.bermuda {
	background-position: 0 0;
	text-shadow: 1px 1px #218b69;
}
#header .inner .locations a.mann {
	background-position: -123px 0;
	text-shadow: 1px 1px #24718d;
}
/* Main */
#main {
	width: 1040px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#main.with-sidebar {
	overflow: hidden;
}
#main.with-sidebar .sidebar {
	float: left;
	width: 107px;
	padding: 53px 10px 0 64px;
}
#main.with-sidebar .sidebar .submenu {
	font-size: 20px;
	line-height: 19px;
}
#main.with-sidebar .sidebar .submenu ul li {
	margin-bottom: 19px;
}
#main.with-sidebar .sidebar .submenu ul li.active a {
	color: #05394e;
}
#main.with-sidebar .content {
	float: right;
	width: 80%;
	overflow: hidden;
	padding: 49px 0;
}
#main.with-sidebar .content .column {
	float: left;
	width: 14%;
	padding-right: 2%;
}
#main.with-sidebar .content .column hr {
	width: 100%;
}
#main.with-sidebar .content .column h3 {
	min-height: 35px;
}
#main.with-sidebar .content .column.third {
	width: 24%;
	padding-right: 20px;
}
#main.with-sidebar .content .column.center {
	text-align: center;
	padding: 0px;
}
#main.with-sidebar .content .center {
	text-align: center;
	padding: 0px;
}
/* Secondary content */
.secondary {
	background: #efefef;
	padding: 36px 0 45px 0;
	margin-top: 4px;
}
.secondary .content {
	width: 876px;
	padding: 0 0 0 64px;
	margin: 0 auto;
}
/* Footer */
#footer {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	background: #05394e;
	margin-top: -80px;
}
#footer {
	height: 80px;
	background: #05394e;
	margin-top: -80px;
}
#footer .inner {
	overflow: auto;
	font-size: 12px;
	color: #999;
	width: unset;
	/* padding-top: 22px; */
	/*.menu { float: left; width: 505px; */

}
#footer .inner .menu {
	/* width: 1040px;
	margin-left: auto;
	margin-right: auto; */
}
#footer .inner .menu ul {
	padding: revert;
	overflow: hidden;
}
#footer .inner .menu ul li {
	float: left;
	height: 13px;
	line-height: 13px;
	background: url(../img/sep-footer-menu.gif) no-repeat 0 1px;
	padding-left: 5px;
	margin-right: 4px;
	margin-bottom: 7px;
}
#footer .inner .menu ul li a {
	color: #999;
	opacity: 0.8;
}
#footer .inner .menu ul li:first-child {
	background: none;
	padding: 0;
}
#footer .inner .menu ul li.break {
	clear: left;
	background: none;
	padding: 0;
}
#footer .inner .menu ul li.active a {
	color: #3998b5;
}
#footer .inner p.copyright {
	width: 435px;
	line-height: 13px;
	margin: auto;
}
/* Home */
body.index {
	background-image: url(../img/bg-site-home.jpg);
}
body.index #header {
	background-image: url(../img/bg-header-home.png);
}
body.index #header .locations {
	display: none;
}
body.index .banner {
	height: 362px;
	position: relative;
}
body.index .banner h1 {
	font-family: 'GentleSansRegular', Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #FFF;
	line-height: 27px;
	text-transform: uppercase;
	letter-spacing: 0.75px;
	text-shadow: 1px 1px 1px #05394e;
	position: absolute;
	top: 273px;
	left: 60px;
}
body.index .banner h2 {
	font-size: 44px;
	line-height: 46px;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 1px 1px #4698b9;
	position: absolute;
	top: 35px;
	left: 60px;
}
body.index .content {
	margin-left: 60px;
	min-height: 196px;
	padding-bottom: 10px;
	width: 1000px;
}
body.index .content .home-nav ul {
	overflow: hidden;
	background: url(../img/bg-home-nav.png) no-repeat center 1px;
	margin: 0 0 26px 0;
}
body.index .content .home-nav ul li {
	float: left;
	list-style: none;
	margin: 0;
}
body.index .content .home-nav ul li a {
	display: block;
	text-align: center;
	height: 42px;
	line-height: 40px;
	color: #FFF;
	background: no-repeat 0 0;
}
body.index .content .home-nav ul li.sptc a {
	width: 59px;
	height: 38px;
	line-height: 40px;
	font-size: 16px;
	text-transform: uppercase;
	color: #2f8eab;
}
body.index .content .home-nav ul li.bermuda a,
body.index .content .home-nav ul li.mann a {
	width: 331px;
	font-size: 18px;
	text-transform: uppercase;
}
body.index .content .home-nav ul li.bermuda a {
	text-shadow: 1px 1px #28997b;
	background-image: url(../img/bt-bermuda-home.png);
}
body.index .content .home-nav ul li.mann a {
	text-shadow: 1px 1px #2a7b97;
	background-image: url(../img/bt-mann-home.png);
}
body.index .content p {
	font-size: 15px;
	line-height: 18.4px;
	color: #3e3e3e;
}
/* Bermuda */
body.bermuda {
	background: #b9e1cf url(../img/bg-site-bermuda.jpg) no-repeat 50% 0;
}
body.bermuda a {
	color: #136c5b;
}
body.bermuda #header {
	background-image: url(../img/bg-header-bermuda.png);
}
body.bermuda #main {
	min-height: 568px;
}
body.bermuda #main .content h1,
body.bermuda #main .content h2 {
	color: #136c5b;
}
body.bermuda #main .sidebar li.active a {
	color: #05394e !important;
}
/* Isle of Man */
body.mann {
	background: #bde5f0 url(../img/bg-site-mann.jpg) no-repeat 50% 0;
}
body.mann a {
	color: #3998b5;
}
body.mann #header {
	background-image: url(../img/bg-header-mann.png);
}
body.mann #main {
	min-height: 568px;
}
body.mann #main .content h1,
body.mann #main .content h2 {
	color: #3998b5;
}
body.mann #main .sidebar li.active a {
	color: #05394e !important;
}
/* Our history */
#timeline {
	/*background: #6ab1c7 url(../img/bg-timeline.jpg) repeat-x;*/
	margin-top: 50px;
}
#timeline .slide {
	width: 705px;
	margin: 30px auto 0 auto;
	position: relative;
}
#timeline .slide div {
	position: relative;
}
#timeline .slide div {
	font-size: 14px;
	line-height: 14px;
}
#timeline .slide h2 {
	font-family: 'GentleSansBold', Arial, Helvetica, sans-serif;
	color: #439db9;
	margin-bottom: 20px;
}
#timeline .slide h2 span {
	display: block;
	width: 300px;
	font-size: 25px;
	line-height: 25px;
}
#timeline .slide#one {
	background: url(../img/graph-slide-one.png) no-repeat right -20px;
	height: 430px;
}
#timeline .slide#one div p {
	width: 290px;
}
#timeline .slide#two {
	background: url(../img/graph-slide-two.png) no-repeat left 0;
	height: 360px;
	margin-top: 60px;
}
#timeline .slide#two div {
	width: 300px;
	position: absolute;
	text-align: right;
	right: 0;
}
#timeline .slide#two div p {
	width: 290px;
	right: 0;
	position: absolute;
}
#timeline .slide#three {
	background: url(../img/graph-slide-three.png) no-repeat right 10px;
	height: 350px;
}
#timeline .slide#three div p {
	width: 290px;
}
#timeline .slide#four {
	background: url(../img/graph-slide-four.png) no-repeat left 0;
	height: 410px;
}
#timeline .slide#four div {
	width: 300px;
	position: absolute;
	text-align: right;
	right: 0;
}
#timeline .slide#four div p {
	width: 290px;
	right: 0;
	position: absolute;
}
#timeline .slide#five {
	background: url(../img/graph-slide-five.png) no-repeat right -15px;
	height: 330px;
}
#timeline .slide#five div p {
	width: 290px;
}
/* Contact Us */
#main section .physic-address {
	width: 50%;
}
#main section .physic-address p {
	margin: 0px;
}
#main section .map-container {
	width: 50%;
	/*margin : 0px auto;*/

}
#main section .map {
	width: 300px;
	height: 260px;
	text-align: center;
	padding-top: 10px;
	margin-top: 30px;
	color: #333;
}
#main section #map-bermuda {
	background-color: #136c5b;
}
#main section #map-isle-of-man {
	background-color: #3998b5;
}
/* 404 Error */
body.error-404 {
	background: #3998b5 url(../img/bg-404.gif) repeat-x 50% 0;
}
body.error-404 #header {
	background: none;
	height: 440px;
	background: url(../img/bg-404-header.jpg) no-repeat 50% 0;
	z-index: 1;
}
body.error-404 #header .broker-access-box,
body.error-404 #header .locations {
	display: none;
}
body.error-404 #header .logo {
	position: absolute;
	top: 294px;
	margin-top: 0;
}
body.error-404 #main {
	position: relative;
	z-index: 2;
}
body.error-404 #main .content {
	float: left;
	margin: -150px 0 0 207px;
	overflow: hidden;
	width: 733px;
}
body.error-404 #main .content .title {
	float: left;
	width: 430px;
}
body.error-404 #main .content .title h1 {
	font-size: 81px;
	color: #FFF;
	text-transform: uppercase;
	line-height: 81px;
}
body.error-404 #main .content .title h2 {
	font-size: 39px;
	color: #FFF;
	letter-spacing: -1px;
	margin: -12px 0 0 4px;
	padding-bottom: 20px;
}
body.error-404 #main .content p {
	float: right;
	width: 293px;
	font-size: 22px;
	color: #87d0e3;
	line-height: 25px;
	margin: 8px 0 0 0;
}
body.error-404 #footer {
	display: none;
}
/* Notice Board */
article {
	padding-top: 25px;
}
.success {
	font-size: 1.5em;
	color: green;
}
.error {
	font-size: 1.5em;
	color: red;
}
#coop-carrier-type div {
	width: 156px;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
#txt_type_vessel, #txt_club {
	padding-right: 0px;
}
#progressBar {
	float: left;
	width: 100%;
	margin-top: 10px;
}
#status {
	margin-top: 10px;
}
#div_other_specified {
	display: none;
}
table caption {
	font-size: 16px;
	color: #7794aa;
	/*display: block;*/
	margin-bottom: 0px;
}
#tbl_upload_list, #tbl_vesel_list {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 0px auto 15px;
	width: 650px;
	border-collapse: collapse;
	text-align: left;
	display: none;
}
#tbl-voyage-static, #tbl-fleet-static {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
}
#tbl_upload_list th, #tbl_vessel_list th {
	font-size: 14px;
	font-weight: normal;
	color: #05394e;
	padding: 10px 8px;
	border-bottom: 2px solid #7794aa;
}
#tbl_upload_list td, #tbl-voyage-static td, #tbl_vessel_list td, #tbl-fleet-static td {
	color: #7794aa;
	padding: 9px 8px 0px 8px;
	min-width: 75px;
}
#tbl-voyage-static td.field, #tbl-fleet-static td.field {
	width: 150px;
	font-weight: bold;
}
#tbl-voyage-static td.value, #tbl-fleet-static td.value {
	width: 200px;
}
#overlay {
	display: none; /* ensures it’s invisible until it’s called */
	position: absolute; /* makes the div go into a position that’s absolute to the browser viewing area */
	left: 33.3%; /* positions the div half way horizontally */
	top: 33.3%; /* positions the div half way vertically */
	padding: 25px;
	border: 2px solid black;
	background-color: #efefff;
	width: 33.3%;
	height: 33.3%;
	z-index: 100; /* makes the div the top layer, so it’ll lay on top of the other content */
}
#fade {
	display: none; /* ensures it’s invisible until it’s called */
	position: absolute; /* makes the div go into a position that’s absolute to the browser viewing area */
	left: 0%; /* makes the div span all the way across the viewing area */
	top: 0%; /* makes the div span all the way across the viewing area */
	background-color: black;
	-moz-opacity: 0.7; /* makes the div transparent, so you have a cool overlay effect */
	opacity: .70;
	filter: alpha(opacity=70);
	width: 100%;
	height: 100%;
	z-index: 90; /* makes the div the second most top layer, so it’ll lay on top of everything else EXCEPT for divs with a higher z-index (meaning the #overlay ruleset) */
}
.absolute-center {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#overlay-title-div {
	top: 0%;
	bottom: 75%;
	font-size: 1.5em;
	padding-top: 15px;
	text-align: center;
	background-color: #22596e;
	color: white;
}
#overlay-wait-div {
	border-top: 3px solid #0b3748;
	border-bottom: 1px solid #0b3748;
	top: 25%;
	bottom: 20%;
	background-color: white;
}
#overlay-button-div {
	top: 80%;
	bottom: 0%;
	background-color: #71a3b7;
}
#overlay-button {
	display: none;
	width: 150px;
	height: 40px;
}
.btn-navigation {
	width: 705px;
	position: absolute;
	bottom: 20px;
}
.btn-navigation p {
	display: none;
	text-align: center;
	padding-top: 15px;
}
#frm-navigation {
	min-height: 525px;
	margin-bottom: 95px;
}
#btn-send-application {
	float: right;
}
.general-info {
	margin-bottom: 50px;
	clear: both;
}
.general-info h2 {
	font-size: 22px;
}
#txt_area_cargo_desc, #txt_area_comment {
	max-width: 322px;
}
.edit-row {
	border: 1px;
	border-style: solid;
	border-color: blue;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ddf;
}
.hide {
	display: none;
}
.btn-add-itinerary {
	margin-right: 10px;
}
.img-btn-add-itinerary {
	padding: 8px;
}
td a img {
	padding-right: 5px;
}
sup {
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	/*color:red;*/
	font-weight: normal;
}
.wizard-note {
	font-size: 1.2em;
}
#page-info {
	width: 53px;
	text-align: center;
	font-size: 1.2em;
	position: absolute;
	bottom: 30px;
	left: 326px;
}
/*.editing input{
  padding: 0 3px !important;
}.editing select{
  padding: 0 0px !important;
}*/

.voyage-table th {
	font-size: 14px;
	font-weight: normal;
	color: #05394e;
	border-bottom: 2px solid #7794aa;
}
.voyage-table td {
	text-align: left;
	color: #7794aa;
}
.voyage-table th, .voyage-table td {
	padding: 5px 2px 5px 0px;
	margin: 0px auto;
}
.long-width {
	width: 25%;
	text-align: center;
}
.medium-width {
	width: 20%;
	text-align: center;
}
.short-width {
	width: 19%;
	text-align: center;
}
.shorter-width {
	width: 14%;
	text-align: center;
}
.x-short-width {
	width: 8%;
	text-align: center;
}
#input-cargo-desc {
	width: 150px;
	height: 68px;
}
#input-txt-port {
	width: 120px;
	height: 68px;
}
.voyage-table td input[type="text"] {
	color: #7794aa !important;
	padding: 0px !important;
	width: 95% !important;
	margin: 0px auto !important;
}
.voyage-table select {
	height: 34px !important;
	color: #7794aa !important;
	padding: 0px 0px !important;
	width: 97% !important;
	margin: 0px auto !important;
}
/*
.voyage-table td input, .voyage-table td select{
  font-size:14px !important;
}
.voyage-table{
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 12px;
  text-align: left;
}
*/
table.voyage-table {
	margin-top: 25px;
}
table.voyage-table tr.editing td select,
table.voyage-table tr.editing td input,
table.voyage-table tr.editing td textarea {
	font-size: 14px !important;
}
/*#input-txt-date{
  max-width: 80px;
  padding: 0 2px;
  text-align: center;
}
#input-txt-port, #input-cargo-desc{
  max-width: 100px;
  padding: 0 2px;
}
#voyage-type, #cargo-type, #offshore-loop{
  max-width: 92px !important;
  padding: 0 0 0 1px !important;
}

.editing .port, .editing .cargo-desc {
  max-width: 100px !important;
}
.editing .cargo-type, .editing .offshore-loop {
  max-width: 50px !important;
}*/

#btn-add-vessel {
	padding: 5px 10px 0 0;
}
h2#title-vessel-name {
	width: 50%;
	text-align: center;
	float: left;
	padding-left: 25%;
	font-weight: bold;
}
p.title-vessel-tonnage {
	width: 20%;
	text-align: right;
	float: right;
}
#btn-send-application-to-client {
	float: right;
}
#td-fleet-name {
	font-weight: bold;
	font-size: 1.5em;
}
.img-btn-add-itinerary {
	cursor: pointer;
}
.txt-center {
	text-align: center !important;
}
.caption {
	text-align: center;
	margin-top: 4px;
	font-size: 12px;
	color: white;
}
.link a span {
	color: #fff;
}
.img-frame-cap {
	width: 175px;
	background: #2f6a80;
	padding: 14px 14px 2px 14px;
	border: 1px solid #2f6a80;
	border-radius: 5px;
	box-shadow: 5px 5px 2px #999;
	margin: 0 15px;
}
.img-frame-cap img {
	border-radius: 5px;
}
.link {
	position: relative;
}
.link:hover {
	cursor: pointer;
	top: -1px;
}
.margin-top {
	margin-top: 38px !important;
}
div .name {
	font-size: 1.15em;
}
.card {
	margin: 0 15px;
}

.user-card {
    border-radius: 10px;
    width: 195px;
    height: 325px;
    text-align: center;
    color: #fff;
    background-color: #36758B;
    font-family: 'GentleSansRegular', Arial, Helvetica, sans-serif;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 12px solid #36758B;
    box-sizing: border-box;
}

.user-card img {
	border-radius: 10px;
    width: 172px;
    height: 231px;
    display: block;
    flex-shrink: 0;
}

.user-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
}

.user-card-name {
    font-size: 14x;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    line-height: 1.1;
}

.user-card-title {
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 1.1;
}

.home-page-specific {
	margin-left: 0 !important;
}
.isle-of-man-img,
.private-trust,
.bermuda-img {
	font-size: 19px;
}
.isle-of-man-img {
	line-height: 40px;
	height: 131px;
	width: 160px;
	background: url(../img/isle-of-man-img.png) no-repeat 0 0;
}
.bermuda-img {
	line-height: 40px;
	height: 137px;
	width: 160px;
	background: url(../img/bermuda-img.png) no-repeat 0 0;
}
.full-line-bold {
	font-weight: bold;
	display: block;
	line-height: 22px;
}
.privacy-section span {
	line-height: 18px;
}
.less-margin-bottom {
	margin-bottom: 5px !important;
}
.launch-wrapper {
	display: block;
	margin-top: 20px;
	width: 100%;
	height: 60px;
}
.launch-wrapper a {
	width: 100%;
}
.launch-cyber-hull-insurance {
	color: white;
	font-size: 14px;
}
.box-launch-cyber-hull-insurance {
	width: 100%;
	height: 42px;
	background: rgba(18, 54, 69, 0.45);
	border-radius: 10px 0 10px 0;
	-webkit-animation-duration: 5s;
	-webkit-animation-name: launch-animation;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-duration: 5s;
	-moz-animation-name: launch-animation;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	animation-duration: 5s;
	animation-name: launch-animation;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@-webkit-keyframes launch-animation {
	0% {
		background-color: rgba(18, 54, 69, 0.45);
	}
	80% {
		background-color: rgba(18, 54, 69, 0);
	}
	100% {
		background-color: rgba(18, 54, 69, 0.45);
	}
}
@-moz-keyframes launch-animation {
	0% {
		background-color: rgba(18, 54, 69, 0.45);
	}
	80% {
		background-color: rgba(18, 54, 69, 0);
	}
	100% {
		background-color: rgba(18, 54, 69, 0.45);
	}
}
@keyframes launch-animation {
	0% {
		background-color: rgba(18, 54, 69, 0.45);
	}
	80% {
		background-color: rgba(18, 54, 69, 0);
	}
	100% {
		background-color: rgba(18, 54, 69, 0.45);
	}
}
.inside-box-launch-cyber-hull-insurance {
	display: block;
	height: 24px;
	width: 666px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
}
.inside-box-launch-cyber-hull-insurance div {
	float: left;
	height: 25px;
}
.inside-box-launch-cyber-hull-insurance div.bottom {
	margin-top: 8px;
}
.new-badge-cyber-hull-insurance {
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 2px 6px 2px 6px;
	font-size: 9px;
	border: 1px solid white;
	border-radius: 10px;
	color: white;
	margin-right: 10px;
}

.card-container {
	display: flex;
	justify-content: center;
	align-items: center;
  }