/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	outline:none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
	display: block;
}
a {
	color:#0071BC	
}
a:link, a:visited {
	text-decoration:none
}
b, strong {
	/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}
img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
	-ms-interpolation-mode: bicubic;
}
ul {
	margin:0	
}
li {
	/*
  For IE6 + IE7.
*/
	list-style:none;
	display: list-item;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td, caption {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
sub, sup, small {
	font-size: 75%;
}
sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
svg {
	/*
  For IE9.
*/
	overflow: hidden;
}
.hidetext {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.break {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.ellipsis {
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis; /* Required for IE8 */
	-o-text-overflow: ellipsis; /* Required for Opera */
	text-overflow: ellipsis;
}
.hide {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

/* Global
----------------------------------------------------------------------------------------------------*/

body {
	background-color:#022F49
}

/* HR Classes */

.hr-blue {
	border-bottom:1px solid #2D454F;
	padding-top:30px;
	margin-bottom:40px	
}

.hr-grey {
	border-bottom:1px solid #EDECE9;
	padding-top:15px;
	margin-bottom:35px	
}

.bordered {
	border:3px solid #333	
}

/* List Styles */

ul.three-panel-justified-list {
	display:block;
	width:100%;
	text-align:justify	
}

ul.three-panel-justified-list li {
	display:inline-block;
	background-color:#fff;
	text-align:center;
	width:300px;
	padding-bottom:20px;
	vertical-align:top
}

ul.three-panel-justified-list li.last {
	width:100%;
	padding:0;
	clear:both	
}

ul.three-panel-justified-list li p {
	display:block;
	padding:0 20px	
}

ul.grey-arrow-list {
	margin-bottom:30px	
}

ul.grey-arrow-list,
ul.grey-arrow-list li {
	position:relative;
	display:block	
}

ul.grey-arrow-list li {
	height:22px;
	line-height:22px;
	font-weight:bold;
	padding-left:20px;
	background:url(../images/icon-list-arrow-grey.png) no-repeat 4px 4px
}

ul.grey-arrow-list li span.unbold {
	font-weight:normal;
}

/* Expanding List General */

ul#expanding-list {
	position:relative;
	display:block;
	width:100%
}

ul#expanding-list li,
ul#expanding-list li > a {
	display:block	
}

ul#expanding-list > li {
	border-bottom:1px solid #EDECE9;
	overflow:hidden
}

ul#expanding-list > li.last {
	border:none	
}

ul#expanding-list > li .expanding-list-content {
	display:none;
	width:100%;
	height:auto
}

ul#expanding-list > li .expanding-list-content.open {
	display:block	
}

/* Expanding List A */

ul#expanding-list.expanding-list-a li a,
ul#expanding-list.expanding-list-a li a h2 {
	height:50px;
	line-height:50px;
	color:#333
}

ul#expanding-list.expanding-list-a li a {
	background:url(../images/icon-arrow-blue-down.png) no-repeat center right	
}

ul#expanding-list.expanding-list-a li.active a {
	background:url(../images/icon-arrow-orange-left.png) no-repeat center right
}

ul#expanding-list.expanding-list-a li.active a h2 {
	color:#C84942	
}

/* Expanding List B */

ul#expanding-list.expanding-list-b li {
	background:url(../images/icon-question.png) no-repeat left 20px	
}

ul#expanding-list.expanding-list-b li > a {
	background:url(../images/icon-arrow-circular-left.png) no-repeat right 20px;
	padding:30px 40px;
	font-size:14px;
	color:#000;
	font-weight:bold
}

ul#expanding-list.expanding-list-b li.active > a {
	background:url(../images/icon-arrow-circular-down.png) no-repeat right 20px
}

ul#expanding-list.expanding-list-b li p {
	padding-left:40px	
}

/* Expanding List C */

ul#expanding-list.expanding-list-c li > a,
ul#expanding-list.expanding-list-c li > a h2 {
	height:50px;
	line-height:50px
}

ul#expanding-list.expanding-list-c > li {
	border-top:1px solid #EDECE9;
	border-bottom:none
}

ul#expanding-list.expanding-list-c li > a {
	background:url(../images/icon-arrow-circular-down.png) no-repeat right center
}

ul#expanding-list.expanding-list-c li.active > a {
	background:url(../images/icon-arrow-circular-left-orange.png) no-repeat right center
}

ul#expanding-list.expanding-list-c li.active > a h2 {
	color:#C84942
}

/* Link Styles */

.link-btn {
	display:block;
	height:40px;
	line-height:40px;
	font-family:'Dosis Bold', Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	padding:0 20px 0 35px;
	background:#62C3FB url(../images/icon-white-arrow.png) no-repeat 18px 15px;
	border-radius:5px;
	float:left
}

.link-btn:hover {
	background-color:#F94D0B
}

.link-A {
	display:inline-block;
	font-family:'Dosis Bold', Helvetica, sans-serif;
	font-size:16px;
	color:#62C3FB;
	padding-left:12px;
	background:url(../images/icon-blue-arrow.png) no-repeat 0 6px
}

.link-A:hover {
	color:#F94D0B;
	background:url(../images/icon-orange-arrow.png) no-repeat 0 6px
}

/* Fonts
----------------------------------------------------------------------------------------------------*/

@font-face {
	font-family: 'Dosis Light';
	src: url('fonts/Dosis-Light.eot'); /* IE9 Compat Modes */
	src: url('fonts/Dosis-Light.woff') format('woff'), /* Modern Browsers */
		url('fonts/Dosis-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('fonts/Dosis-Light.svg#Dosis Light') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'Dosis Regular';
	src: url('fonts/Dosis-Regular.eot'); /* IE9 Compat Modes */
	src: url('fonts/Dosis-Regular.woff') format('woff'), /* Modern Browsers */
		url('fonts/Dosis-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('fonts/Dosis-Regular.svg#Dosis Regular') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'Dosis Bold';
	src: url('fonts/Dosis-Bold.eot'); /* IE9 Compat Modes */
	src: url('fonts/Dosis-Bold.woff') format('woff'), /* Modern Browsers */
		url('fonts/Dosis-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('fonts/Dosis-Bold.svg#Dosis Bold') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'Dosis Extrabold';
	src: url('fonts/Dosis-ExtraBold.eot'); /* IE9 Compat Modes */
	src: url('fonts/Dosis-ExtraBold.woff') format('woff'), /* Modern Browsers */
		url('fonts/Dosis-ExtraBold.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('fonts/Dosis-ExtraBold.svg#Dosis Extrabold') format('svg'); /* Legacy iOS */
}


body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#666	
}

h1, h2 {
	font-weight:normal	
}

h1 {
	font-family:'Dosis Extrabold', Helvetica, sans-serif;
	font-size:36px
}

h1.xlrg {
	font-size:52px	
}

h2 {
	font-family:'Dosis Bold', Helvetica, sans-serif;
	font-size:24px;
	line-height:30px
}

h2.light {
	font-family:'Dosis Light', Helvetica, sans-serif
}

h2.heavy {
	font-family:'Dosis Extrabold', Helvetica, sans-serif
}

h2.default {
	font-family:Helvetica, Arial, sans-serif	
}

p {
	line-height:20px;
	margin-bottom:20px;
	font-weight:100
}

/* Font Color Set */

.white {
	color:#fff	
}

.black {
	color:#000	
}

.dgrey {
	color:#333	
}

.orange {
	color:#C84942	
}

.blue {
	color:#0071BC
}

.lblue {
	color:#62C3FB	
}

/* Main Layout
----------------------------------------------------------------------------------------------------*/

#header-wrapper, #header, #content-wrapper, .content, .content-full, #footer-wrapper, #footer {
	position:relative;
	display:block	
}

#header-wrapper, #content-wrapper, #footer-wrapper {
	width:100%;
	min-width:940px	
}

#header, .content, .content-full, #footer {
	margin:0 auto
}

#header, .content, #footer {
	width:940px
}

#header-wrapper, #content-wrapper {
	background-color:#fff	
}

.content-full {
	width:900px;
	padding: 30px 20px 60px	
}

#footer-wrapper {
	background-color:#022F49;
	padding:25px 0
}

/* Wrapper Styles */

.bg-shadow {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:10px;
	background:url(../images/bg-shadow.png) repeat-x center top	
}

.bg-white {
	background-color:#fff
}

.bg-lblue {
	background-color:#AEE0FD	!important
}

.bg-stripe {
	background:url(../images/bg-stripe.png)	
}

.bg-purple {
	background-color:#8A2555	!important
}


/* Header
----------------------------------------------------------------------------------------------------*/

#header {
	height:120px	
}

#header a#logo {
	float:left;
	margin:15px 5px 0	
}

#header a#tell-friend-link {
	display:block;
	text-align:center;
	padding:60px 0 20px;
	background:#62C3FB url(../images/icon-email.png) no-repeat center 25px;
	width:140px;
	float:right;
	color:#fff;
	font-weight:bold	
}

#header a#tell-friend-link:hover {
	background-color:#F94D0B
}

#header ul#header-navigation {
	float:right;
	margin-right:15px
}

#header ul#header-navigation li {
	float:right	
}

#header ul#header-navigation li.list-clear {
	float:none;
	clear:both	
}

#header ul#header-navigation li a {
	display:block;
	height:45px;
	line-height:45px;
	color:#333333
}

#header ul#header-navigation li.active a,
#header ul#header-navigation li a:hover {
	color:#F94D0B	
}

#header ul#header-navigation li.upper a {
	font-size:12px;
	font-weight:100;
	padding:0 10px 0 30px
}

#header ul#header-navigation li.upper.home.active {
	background:url(../images/icon-home-hover.png) no-repeat 8px 13px
}

#header ul#header-navigation li.upper.contact.active {
	background:url(../images/icon-contact-hover.png) no-repeat 12px 12px
}

#header ul#header-navigation li.upper.home {
	background:url(../images/icon-home.png) no-repeat 8px 13px
}

#header ul#header-navigation li.upper.home:hover {
	background:url(../images/icon-home-hover.png) no-repeat 8px 13px
}

#header ul#header-navigation li.upper.contact {
	background:url(../images/icon-contact.png) no-repeat 12px 12px
}

#header ul#header-navigation li.upper.contact:hover {
	background:url(../images/icon-contact-hover.png) no-repeat 12px 12px
}

#header ul#header-navigation li.upper:first-child a {
	padding:0 15px 0 30px	
}

#header ul#header-navigation li.lower a {
	font-family:'Dosis Bold', Helvetica, sans-serif;
	font-size:16px;
	padding:0 15px
}

/* Content
----------------------------------------------------------------------------------------------------*/

.content-main,
.content-sidebar {
	position:relative;
	display:block;
	padding:25px 20px;
	background-color:#fff
}

.content-main {
	width:580px;
	float:left
}

.content-sidebar {
	width:260px;
	float:right;
	margin-bottom:20px
}

.content-sidebar.full {
	width:300px	
}

/* Slider Content CSS */

.slider-text {
	position:absolute;
	display:block;
	top:0;
	left:0;
	padding:0 90px;
	width:750px;
	height:100%	
}

.slider-text h1 {
	text-shadow: 3px 3px 3px #000
}

.slider-text p  {
	text-shadow: 2px 2px 2px #000
}

.slider-text h1 {
	font-family:'Dosis Bold', Helvetica, sans-serif;
	color:#fff;
	line-height:40px;
	margin-bottom:5px
}

.slider-text p {
	color:#fff;
	font-size:24px;
	font-weight:100;
	line-height:30px;
	margin-bottom:10px	
}

/* Enquiry Form */

#enquiryform {
	margin:0 auto	
}
#enquiryform, #enquiryform fieldset, #enquiryform .max-width {
	width:100%
}
#enquiryform .container {
	position:relative;
	text-align:left;
	width:100%;
	padding-bottom:5px
}
#enquiryform label {
	position:relative;
	text-align:left;
	width:60px;
	padding-right:5px;
	font-size: 16px;
	line-height: 40px;
	color: #333;
	float: left;
}
#enquiryform input {
	height:40px;
	width:370px;
	border:1px solid #ccc;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:100;
	padding:0 15px;
	float:left;
	line-height:40px;
	color:#666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px
}
#enquiryform input:focus,
#enquiryform textarea:focus,
#enquiryform select:focus {
	border-color:#29ABE2	
}
#enquiryform .select-moz {
	width:400px
}
#enquiryform select {
	color:#666;
	width:402px;
	padding:12px 10px 12px 10px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:100;
	margin:0;
	-webkit-appearance: none;
	-moz-appearance: window;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	background-image:url(../images/icon-select-arrow.png);
	background-repeat: no-repeat;
	background-position: 370px 8px
}
@-moz-document url-prefix() {
.select-moz{
     background-image:url(../images/icon-select-arrow.png);
     background-repeat: no-repeat;
	background-color:#FFF;
	background-position: 370px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	border:1px solid #ccc;
	margin-bottom:4px;
	padding-bottom:0 !important
}
}
/* IE Hide Select Arrow */
#enquiryform select::-ms-expand {
    display: none
}
#enquiryform textarea {
	width:830px;
	height:150px;
	padding:15px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:100;
	color:#666;
	float:left;
	resize:none;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px
}
#enquiryform div#spamtrap {
	visibility:hidden
}
#enquiryform #scaptcha-label {
	margin-right:0;
	width:auto
}
#enquiryform .container-error-all {
	position:relative;
	display:block;
	height:auto !Important;
	margin-bottom:10px
}
#enquiryform .container-error-all span {
	height:auto !important	
}
#enquiryform .error {
	float:none;
}
#enquiryform .error, #enquiryform .error-all {
	font-size: 14px;
	font-weight:100;
	color:#C1272D
}
#enquiryform .error-all {
	padding:0;
	line-height:22px;
	margin:0
}
#enquiryform .error {
	position:relative;
	display:block;
	clear:both;
	margin:0;
	padding:0;
	z-index:2
}
#enquiryform .error div {
	height:25px;
	margin:0;
	padding:0	
}
#enquiryform .error div img {
	position:absolute;
	display:block;
	width:18px;
	height:12px;
	bottom:-14px;
	right:60px;
	z-index:100
}
#enquiryform .error div span {
	display:block;
	font-size:14px;
	font-weight:100;
	height:25px;
	line-height:25px;
	padding:0;
	margin:0
}
#enquiryform fieldset#antispam {
	padding:2px;
	border-top:1px solid #EEE;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width:350px;
}
#enquiryform fieldset#antispam legend {
	font-size: 0.8em;
	font-weight:bold;
	color:#333;
}
#enquiryform #scaptcha {
	width:370px
}
#enquiryform .short_explanation {
	display:block;
	height:40px;
	line-height:40px;
	float:none;
	clear:both;
	padding-top:5px;
	margin:0;
	font-size: 14px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:100;
	color:#333;
}
#enquiryform .short_explanation a {
	color:#0071bc
}
#enquiryform div img {
	background-color:#fff
}
#enquiryform .button {
	color:#fff;
	float:left;
	padding:0 25px 0 35px;
	width:90px;
	height:40px;
	line-height:30px;
	font-size:16px;
	background:#62C3FB url(../images/icon-white-arrow.png) no-repeat 15px 14px;
	font-family:'Dosis Bold', Helvetica, sans-serif;
	border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	cursor:pointer
}
#enquiryform .button:hover {
	background-color:#F94D0B	
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/

#enquiryform .spmhidip {
	display:none;
	width:10px;
	height:3px;
}
#fg_crdiv {
	font-size: 0.3em;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#fg_crdiv p {
	display:none;
}


/* Footer
----------------------------------------------------------------------------------------------------*/

#footer ul#footer-navigation ,
#footer ul#footer-social {
	display:block;	
	height:32px
}

#footer ul#footer-navigation {
	float:left
}

#footer ul#footer-navigation li {
	float:left;
	margin-right:30px
}

#footer ul#footer-navigation li a {
	display:block;
	height:32px;
	font-family:'Dosis Regular', Helvetica, sans-serif;
	line-height:32px;
	color:#7499AE
}

#footer ul#footer-navigation li.active a,
#footer ul#footer-navigation li a:hover {
	color:#fff	
}

#footer ul#footer-social,
#footer ul#footer-social li {
	float:right	
}

#footer ul#footer-social li {
	margin-left:6px	
}

#footer ul#footer-social li a {
	display:block;
	width:32px;
	height:32px;	
}

#footer p {
	color:#7499AE;
	font-size:12px
}

#footer p span {
	display:block;
	padding-top:20px	
}

#footer p span, #footer p span a {
	color:#022F49
}

/* Hidden Content for Popup
----------------------------------------------------------------------------------------------------*/

#hidden-content {
	display:none;
}

#scam-warning {

}

#scam-warning-content {
	display:flex;
	flex-direction:column;
	max-height:85vh;
	overflow-y:auto;
}

#scam-warning-content::-webkit-scrollbar {
    width: 4px;
}

#scam-warning-content::-webkit-scrollbar-track {
    background: none;
}

#scam-warning-content::-webkit-scrollbar-thumb {
    background: rgba(255, 0, 0, 1);
}

#scam-warning-content::-webkit-scrollbar-thumb:hover {
    background: #f00;
}

#scam-warning-content::-webkit-scrollbar-button {
    display: none;
}

#scam-warning-content  > div:last-child {
	padding:35px 60px 60px;
}

#scam-warning-content h1,
#scam-warning-content p {
	font-family: Helvetica, sans-serif;
}

#scam-warning-content h1 {
	font-size:30px;
	font-weight:bold;
	color:#FF0000;
	margin-bottom:15px;
}

#scam-warning-content p {
	font-size:18px;
	line-height: 1.2;
	color:#000000;
}

/* Fancybox Override */

.fancybox__backdrop {
	opacity:0.8;
}

.scam-warning-popup.fancybox__container {
	z-index:9999;
}

#scam-warning.fancybox__content {
	padding:0;
	max-width:800px;
}

.fancybox__content > .f-button.is-close-btn {
	opacity:1;
}

.fancybox__content > .f-button.is-close-btn:before {
	content: "CLOSE";
	display:inline-block;
	font-family: Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	position: absolute;
    left: -60px;
}

.f-button:focus-visible {
	box-shadow:none;
}

.f-button svg {
	width:40px;
	height:40px;
	color: #ffffff;
}

.fancybox__content > .f-button.is-close-btn {
	border:none;
	outline:none;
}