/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/**
 * Owl Carousel v2.3.2
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin: 0px;position:absolute;bottom:20px;right:20px;}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#FFFFFF;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#FFFFFF;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:0px;position:absolute;bottom:20px;right:20px;}.owl-theme .owl-dot{display:inline-block;zoom:1;box-shadow:none;height:auto;}.owl-theme .owl-dot span{width:24px;height:24px;margin:5px 7px;background:#FFFFFF;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px;opacity:0.3}.owl-theme .owl-dot.active span,.owl-theme .owl-dot:hover span{background:#FFFFFF;opacity:1;}

.owl-theme .owl-dots {
    margin-top: 0px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.owl-theme .owl-nav {
    margin: 0px;
    position: absolute;
    bottom: 55%;
    right: 20px;
    width: 100%;
    pointer-events: none;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #FFF !important;
    margin: 0px;
    padding: 4px 7px;
    background: rgba(255,255,255,0.4) !important;
    display: block;
    cursor: pointer;
    border: 0px;
    position: absolute;
    pointer-events: auto;
}

.owl-nav button {
    border: 0px none !important;
    box-shadow: none !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: #FFF !important;
	color: #000 !important;
}

.owl-prev {
    width: 80px;
    height: 80px;
    position: absolute;
	left: 60px;
    margin-left: 20px;
    display: block!important;
    border:0px solid black;
}

.owl-next {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    display: block!important;
    border:0px solid black;
}
.owl-prev span, .owl-next span {
    transform: scale(3);
    font-weight: bold;
    position: absolute;
    top: 30px;
    left: 28px;
    width: 0px;
    height: 0px;
    line-height: 0px;
}

.owl-item > .item > div {
    background-size: cover !important;
}

@media screen and (max-width: 736px) {
	.owl-theme .owl-nav {
		bottom: 60%;
	}
	.owl-prev {
		width: 40px;
		height: 40px;
		left: 25px;
	}

	.owl-next {
		width: 40px;
		height: 40px;
		position: absolute;
		right: -15px;
		display: block!important;
		border:0px solid black;
	}
	.owl-prev span, .owl-next span {
		top: 15px;
		left: 15px;
	}
	.owl-theme .owl-dots {
		bottom: 0px;
	}
}

/* Touch Fix */
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
	-ms-touch-action: auto;
	    touch-action: auto;
}


/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	body {
		background: #FFFFFF;
	}

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	body, input, select, textarea {
		color: #002559;
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 17pt;
		font-weight: 300;
		letter-spacing: 0.025em;
		line-height: 1.65;
	}

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 14pt;
			}

		}

		@media screen and (max-width: 1280px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 360px) {

			body, input, select, textarea {
				font-size: 11pt;
			}

		}

	a {
		-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		border-bottom: dotted 1px;
		color: inherit;
		text-decoration: none;
		outline: 0;
	}

		a:hover {
			border-bottom-color: transparent;
			color: #9bf1ff !important;
		}

		a:active {
			color: #53e3fb !important;
		}

	strong, b {
		color: #002559;
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #002559;
		font-weight: 600;
		line-height: 1.65;
		margin: 0 0 1em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			border-bottom: 0;
		}

	h1 {
		font-size: 2.5em;
	}

	h2 {
		font-size: 1.75em;
	}

	h3 {
		font-size: 1.35em;
	}

	h4 {
		font-size: 1.1em;
	}

	h5 {
		font-size: 0.9em;
	}

	h6 {
		font-size: 0.7em;
	}

	@media screen and (max-width: 736px) {

		h1 {
			font-size: 2em;
		}

		h2 {
			font-size: 1.5em;
		}

		h3 {
			font-size: 1.25em;
		}

	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: solid 4px rgba(212, 212, 255, 0.1);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(212, 212, 255, 0.035);
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px rgba(212, 212, 255, 0.1);
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}
	
	.silver-bg {background-color: #f3f3f3;}
	
	.underline:after {
		content: '';
		background-color: #ffffff;
		display: block;
		height: 7px;
		margin: 0.325em auto 0.5em auto;
		width: 80%;
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(left, #00aeef 0%, #ffffff 100%);
		background: -webkit-linear-gradient(left, #00aeef 0%,#ffffff 100%);
		background: linear-gradient(to right, #00aeef 0%,#ffffff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#ffffff',GradientType=1 );
	}
	
	.gradient-border {
		display: block;
		width: 100%;
		height: 15px;
		padding: 0px;
		margin: 0px;
		background: #00aeef; /* Old browsers */
		background: -moz-linear-gradient(left, #00aeef 0%, #ffffff 100%);
		background: -webkit-linear-gradient(left, #00aeef 0%,#ffffff 100%);
		background: linear-gradient(to right, #00aeef 0%,#ffffff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#ffffff',GradientType=1 );
	}
	
	
	.add-top-sm {margin-top:20px}
	.add-top-md {margin-top:40px}
	.add-top-lg {margin-top:60px}
	.add-btm-sm {margin-bottom:20px}
	.add-btm-md {margin-bottom:40px}
	.add-btm-lg {margin-bottom:60px}
	
	.padded {padding: 120px;}
	.padded-sm{padding: 80px;}
	
	/* GRID */
	.one-third {width: 30%;}
	.one-half {width: 50%;}
	.two-thirds {width: 70%;}
	
	@media (max-width:980px) {
		.one-third,
		.two-thirds	{width: 50%;}
		
		.padded {padding: 80px;}
		.padded-sm{padding: 40px;}
	}
	@media (max-width:736px) {
		.one-third,
		.one-half,
		.two-thirds	{width: 100%;}
		
		.padded {padding: 40px;}
		.padded-sm{padding: 10px;}
	}
	
	
/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header.major {
		width: -moz-max-content;
		width: -webkit-max-content;
		width: -ms-max-content;
		width: max-content;
		margin-bottom: 2em;
		text-align: center;
	}

		header.major > :first-child {
			margin-bottom: 0;
			width: calc(100% + 0.5em);
		}

			header.major > :first-child:after {
				content: '';
				background-color: #ffffff;
				display: block;
				height: 7px;
				margin: 0.325em auto 0.5em auto;
				width: 80%;
				background: #ffffff; /* Old browsers */
				background: -moz-linear-gradient(left, #00aeef 0%, #ffffff 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(left, #00aeef 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to right, #00aeef 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
			}

		header.major > p {
			font-size: 0.7em;
			font-weight: 600;
			letter-spacing: 0.25em;
			margin-bottom: 0;
			text-transform: uppercase;
		}

		body.is-ie header.major > :first-child:after {
			max-width: 9em;
		}

		body.is-ie header.major > h1:after {
			max-width: 100% !important;
		}

	@media screen and (max-width: 736px) {

		header.major > p br {
			display: none;
		}

	}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

		form .field {
			margin: 0 0 1em 0;
		}
		.note {
			font-size: 14px;
			font-style: italic;
			line-height: 15px;
			margin-top: 0;
			opacity: 0.7;
		}

			form .field.half {
				width: 50%;
				float: left;
				padding: 0 0 0 1em;
			}

				form .field.half.first {
					padding: 0 1em 0 0;
				}

		form > .actions {
			margin: 2.5em 0 0 0 !important;
		}

		@media screen and (max-width: 736px) {

			form .field {
				margin: 0 0 1.5em 0;
			}

				form .field.half {
					padding: 0 0 0 0.75em;
				}

					form .field.half.first {
						padding: 0 0.75em 0 0;
					}

			form > .actions {
				margin: 2em 0 0 0 !important;
			}

		}

		@media screen and (max-width: 480px) {

			form .field.half {
				width: 100%;
				float: none;
				padding: 0;
			}

				form .field.half.first {
					padding: 0;
				}

		}

	label {
		color: #002559;
		display: block;
		font-size: 0.8em;
		font-weight: 600;
		letter-spacing: 0.25em;
		margin: 0 0 0.7em 0;
		text-transform: uppercase;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: rgba(0, 0, 0, 0.035);
		border: none;
		border-radius: 0;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		input[type="search"]:invalid,
		input[type="url"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		select:focus,
		textarea:focus {
			border-color: #9bf1ff;
			box-shadow: 0 0 0 2px #9bf1ff;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			color: rgba(212, 212, 255, 0.1);
			content: '\f078';
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #002559;
			cursor: pointer;
			display: inline-block;
			font-weight: 300;
			padding-left: 2.65em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(212, 212, 255, 0.035);
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				letter-spacing: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #002559;
			border-color: #9bf1ff;
			content: '\f00c';
			color: #242943;
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			box-shadow: 0 0 0 2px #9bf1ff;
		}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(0,0,0,0.3) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(0,0,0,0.3) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(0,0,0,0.3) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(0,0,0,0.3) !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: rgba(0,0,0,0.3) !important;
		opacity: 1.0;
	}
	.required {
		color: red;
		font-size: 80%;
	}

/* Box */

	.box {
		border: solid 1px rgba(212, 212, 255, 0.1);
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.alt:before {
			background-color: #002559;
			border-radius: 100%;
			color: #242943;
			display: inline-block;
			height: 2em;
			line-height: 2em;
			text-align: center;
			width: 2em;
		}

	a.icon.alt:before {
		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}

	a.icon.alt:hover:before {
		background-color: #6fc3df;
	}

	a.icon.alt:active:before {
		background-color: #37a6cb;
	}

/* Image */

	.image {
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			display: block;
		}

		.image.left, .image.right {
			max-width: 30%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			margin: 0 1.5em 1.25em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 1.25em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 2.5em 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

			@media screen and (max-width: 736px) {

				.image.main {
					margin: 1.5em 0;
				}
				.image.left, .image.right {
					float: none;
					max-width: 100%;
					margin: 0 0 1.25em 0
				}

			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px rgba(212, 212, 255, 0.1);
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0;
				}

			@media screen and (max-width: 736px) {

				ul.icons li {
					padding: 0 0.75em 0 0;
				}

			}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
			width: 100%;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1em 0 0;
				vertical-align: middle;
			}
			
			/* No anchors */
			ul.actions li {
				color: #FFFFFF;
				font-size: 0.8em;
				font-weight: 600;
				height: 3.5em;
				letter-spacing: 0.25em;
				line-height: 3.5em;
				padding: 0 1.75em;
				text-align: center;
				text-decoration: none;
				text-transform: uppercase;
				white-space: nowrap;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 1em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1em 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li:first-child {
				padding-top: 0;
			}

			ul.actions.fit {
				display: table;
				margin-left: -1em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -1em;
					width: calc(100% + 1em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 1em;
					}

		ul.pagination {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.pagination li {
				display: inline-block;
				padding-left: 0;
				vertical-align: middle;
			}

				ul.pagination li > .page {
					-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
					-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
					-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
					transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
					border-bottom: 0;
					display: inline-block;
					font-size: 0.8em;
					font-weight: 600;
					height: 1.5em;
					line-height: 1.5em;
					margin: 0 0.125em;
					min-width: 1.5em;
					padding: 0 0.5em;
					text-align: center;
				}

					ul.pagination li > .page.active {
						background-color: #002559;
						color: #242943;
					}

						ul.pagination li > .page.active:hover {
							background-color: #9bf1ff;
							color: #242943 !important;
						}

						ul.pagination li > .page.active:active {
							background-color: #53e3fb;
						}

				ul.pagination li:first-child {
					padding-right: 0.75em;
				}

				ul.pagination li:last-child {
					padding-left: 0.75em;
				}

			@media screen and (max-width: 480px) {

				ul.pagination li:nth-child(n+2):nth-last-child(n+2) {
					display: none;
				}

				ul.pagination li:first-child {
					padding-right: 0;
				}

			}

	dl {
		margin: 0 0 2em 0;
	}

		dl dt {
			display: block;
			font-weight: 600;
			margin: 0 0 1em 0;
		}

		dl dd {
			margin-left: 2em;
		}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 1.5em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px rgba(212, 212, 255, 0.1);
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(212, 212, 255, 0.035);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #002559;
			font-size: 1.1em;
			font-weight: 600;
			padding: 0 0.75em 0.75em 0.65em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px rgba(212, 212, 255, 0.1);
		}

		table tfoot {
			border-top: solid 2px rgba(212, 212, 255, 0.1);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(212, 212, 255, 0.1);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: inset 0 0 0 2px #002559;
		color: #002559;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 600;
		height: 3.5em;
		letter-spacing: 0.25em;
		line-height: 3.5em;
		padding: 0 1.75em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.button.primary {
		background-color: #002559;
		box-shadow: inset 0 0 0 0px #002559;
		color: #FFF;
	}

		input[type="submit"]:hover, input[type="submit"]:active,
		input[type="reset"]:hover,
		input[type="reset"]:active,
		input[type="button"]:hover,
		input[type="button"]:active,
		button:hover,
		button:active,
		.button:hover,
		.button:active {
			box-shadow: inset 0 0 0 2px #9bf1ff;
			color: #9bf1ff;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(155, 241, 255, 0.1);
			box-shadow: inset 0 0 0 2px #53e3fb;
			color: #53e3fb;
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.6em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 1.25em;
			height: 3em;
			line-height: 3em;
		}

		input[type="submit"].next,
		input[type="reset"].next,
		input[type="button"].next,
		button.next,
		.button.next {
			padding-right: 4.5em;
			position: relative;
		}

			input[type="submit"].next:before, input[type="submit"].next:after,
			input[type="reset"].next:before,
			input[type="reset"].next:after,
			input[type="button"].next:before,
			input[type="button"].next:after,
			button.next:before,
			button.next:after,
			.button.next:before,
			.button.next:after {
				-moz-transition: opacity 0.2s ease-in-out;
				-webkit-transition: opacity 0.2s ease-in-out;
				-ms-transition: opacity 0.2s ease-in-out;
				transition: opacity 0.2s ease-in-out;
				background-position: center right;
				background-repeat: no-repeat;
				background-size: 36px 24px;
				content: '';
				display: block;
				height: 100%;
				position: absolute;
				right: 1.5em;
				top: 0;
				vertical-align: middle;
				width: 36px;
			}

			input[type="submit"].next:before,
			input[type="reset"].next:before,
			input[type="button"].next:before,
			button.next:before,
			.button.next:before {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36px' height='24px' viewBox='0 0 36 24' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 2px%3B %7D%3C/style%3E%3Cline x1='0' y1='12' x2='34' y2='12' /%3E%3Cline x1='25' y1='4' x2='34' y2='12.5' /%3E%3Cline x1='25' y1='20' x2='34' y2='11.5' /%3E%3C/svg%3E");
			}

			input[type="submit"].next:after,
			input[type="reset"].next:after,
			input[type="button"].next:after,
			button.next:after,
			.button.next:after {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36px' height='24px' viewBox='0 0 36 24' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %239bf1ff%3B stroke-width: 2px%3B %7D%3C/style%3E%3Cline x1='0' y1='12' x2='34' y2='12' /%3E%3Cline x1='25' y1='4' x2='34' y2='12.5' /%3E%3Cline x1='25' y1='20' x2='34' y2='11.5' /%3E%3C/svg%3E");
				opacity: 0;
				z-index: 1;
			}

			input[type="submit"].next:hover:after, input[type="submit"].next:active:after,
			input[type="reset"].next:hover:after,
			input[type="reset"].next:active:after,
			input[type="button"].next:hover:after,
			input[type="button"].next:active:after,
			button.next:hover:after,
			button.next:active:after,
			.button.next:hover:after,
			.button.next:active:after {
				opacity: 1;
			}

			@media screen and (max-width: 1280px) {

				input[type="submit"].next,
				input[type="reset"].next,
				input[type="button"].next,
				button.next,
				.button.next {
					padding-right: 5em;
				}

			}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		button.special,
		.button.special {
			background-color: #002559;
			box-shadow: none;
			color: #FFFFFF;
		}

			input[type="submit"].special:hover, input[type="submit"].special:active,
			input[type="reset"].special:hover,
			input[type="reset"].special:active,
			input[type="button"].special:hover,
			input[type="button"].special:active,
			button.special:hover,
			button.special:active,
			.button.special:hover,
			.button.special:active {
				background-color: #9bf1ff;
				color: #FFFFFF !important;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			button.special:active,
			.button.special:active {
				background-color: #53e3fb;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			cursor: default;
			opacity: 0.25;
		}



/* Contact Method */

	.contact-method {
		margin: 0 0 2em 0;
		padding-left: 3.25em;
		position: relative;
	}

		.contact-method .icon {
			left: 0;
			position: absolute;
			top: 0;
		}

		.contact-method h3 {
			margin: 0 0 0.5em 0;
		}



		

/* Header */

	@-moz-keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	@-webkit-keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	@-ms-keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	@keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	#header {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		/* background-color: #002559;
		box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.15); */
		cursor: default;
		font-weight: 600;
		color: #FFF;
		height: 3.25em;
		left: 0;
		letter-spacing: 0.25em;
		line-height: 3.25em;
		margin: 0;
		position: fixed;
		text-transform: uppercase;
		top: 0;
		width: 100%;
		z-index: 10000;
	}
		.logo-img {
			max-width: 190px;
			margin: 5px 0px 0px 20px;
			line-height: 100%;
		}
		.logo-img img {
			width: 100%;
		}
		.logo-img a, .logo-img a:visited, .logo-img a:focus {
			text-decoration: none;
			-moz-outline:none;
			outline: 0;
			border: 0 none;
					
		}
		.logo-img a::-moz-focus-inner { 
			 outline: 0;
			 border: 0 none;
		}

		#header .logo {
			border: 0;
			display: inline-block;
			font-size: 0.8em;
			height: inherit;
			line-height: inherit;
			padding: 0 1.5em;
		}

			#header .logo strong {
				-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				background-color: #ffffff;
				color: #242943;
				display: inline-block;
				line-height: 1.65em;
				margin-right: 0.325em;
				padding: 0 0.125em 0 0.375em;
			}

			#header .logo:hover strong {
				background-color: #9bf1ff;
			}

			#header .logo:active strong {
				background-color: #53e3fb;
			}

		#header nav {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-justify-content: -moz-flex-end;
			-webkit-justify-content: -webkit-flex-end;
			-ms-justify-content: -ms-flex-end;
			justify-content: flex-end;
			-moz-flex-grow: 1;
			-webkit-flex-grow: 1;
			-ms-flex-grow: 1;
			flex-grow: 1;
			height: inherit;
			line-height: inherit;
		}

			#header nav a {
				border: 0;
				display: block;
				font-size: 1em;
				height: inherit;
				line-height: inherit;
				padding: 0 0.75em;
				position: relative;
				vertical-align: middle;
			}

				#header nav a:last-child {
					padding-right: 1.5em;
				}

				#header nav a[href="#menu"] {
					padding-right: 3.325em !important;
				}

					#header nav a[href="#menu"]:before, #header nav a[href="#menu"]:after {
						background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 2px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='11' x2='24' y2='11' /%3E%3Cline x1='0' y1='21' x2='24' y2='21' /%3E%3Cline x1='0' y1='16' x2='24' y2='16' /%3E%3C/svg%3E");
						background-position: center;
						background-repeat: no-repeat;
						background-size: 30px 50px;
						content: '';
						display: block;
						height: 100%;
						position: absolute;
						right: 1.5em;
						top: 0;
						vertical-align: middle;
						width: 24px;
					}

					#header nav a[href="#menu"]:after {
						-moz-transition: opacity 0.2s ease-in-out;
						-webkit-transition: opacity 0.2s ease-in-out;
						-ms-transition: opacity 0.2s ease-in-out;
						transition: opacity 0.2s ease-in-out;
						background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 2px%3B stroke: %239bf1ff%3B %7D%3C/style%3E%3Cline x1='0' y1='11' x2='24' y2='11' /%3E%3Cline x1='0' y1='21' x2='24' y2='21' /%3E%3Cline x1='0' y1='16' x2='24' y2='16' /%3E%3C/svg%3E");
						opacity: 0;
						z-index: 1;
					}

					#header nav a[href="#menu"]:hover:after, #header nav a[href="#menu"]:active:after {
						opacity: 1;
					}

					#header nav a[href="#menu"]:last-child {
						padding-right: 3.875em !important;
					}

						#header nav a[href="#menu"]:last-child:before, #header nav a[href="#menu"]:last-child:after {
							right: 2em;
						}

		/* #header.reveal {
			-moz-animation: reveal-header 0.35s ease;
			-webkit-animation: reveal-header 0.35s ease;
			-ms-animation: reveal-header 0.35s ease;
			animation: reveal-header 0.35s ease;
		} */

		#header.alt {
			-moz-transition: opacity 2.5s ease;
			-webkit-transition: opacity 2.5s ease;
			-ms-transition: opacity 2.5s ease;
			transition: opacity 2.5s ease;
			-moz-transition-delay: 0.75s;
			-webkit-transition-delay: 0.75s;
			-ms-transition-delay: 0.75s;
			transition-delay: 0.75s;
			-moz-animation: none;
			-webkit-animation: none;
			-ms-animation: none;
			animation: none;
			background-color: transparent;
			box-shadow: none;
			position: absolute;
		}

			#header.alt.style1 .logo strong {
				color: #6fc3df;
			}

			#header.alt.style2 .logo strong {
				color: #8d82c4;
			}

			#header.alt.style3 .logo strong {
				color: #ec8d81;
			}

			#header.alt.style4 .logo strong {
				color: #e7b788;
			}

			#header.alt.style5 .logo strong {
				color: #8ea9e8;
			}

			#header.alt.style6 .logo strong {
				color: #87c5a4;
			}

		body.is-loading #header.alt {
			opacity: 0;
		}

		@media screen and (max-width: 1680px) {

			#header nav a[href="#menu"] {
				padding-right: 3.75em !important;
			}

				#header nav a[href="#menu"]:last-child {
					padding-right: 4.25em !important;
				}

		}

		@media screen and (max-width: 1280px) {

			#header nav a[href="#menu"] {
				padding-right: 4em !important;
			}

				#header nav a[href="#menu"]:last-child {
					padding-right: 4.5em !important;
				}

		}

		@media screen and (max-width: 736px) {

			#header {
				height: 2.75em;
				line-height: 2.75em;
				background: none;
				background-color: #002559;
				box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.15);
			}

				#header .logo {
					padding: 0 1em;
				}
				.logo-img {
					max-width: 108px;
					margin: 4px 0px 0px 5px;
				}

				#header nav a {
					padding: 0 0.5em;
				}

					#header nav a:last-child {
						padding-right: 1em;
					}

					#header nav a[href="#menu"] {
						padding-right: 3.25em !important;
					}

						#header nav a[href="#menu"]:before, #header nav a[href="#menu"]:after {
							right: 0.75em;
						}

						#header nav a[href="#menu"]:last-child {
							padding-right: 4em !important;
						}

							#header nav a[href="#menu"]:last-child:before, #header nav a[href="#menu"]:last-child:after {
								right: 1.5em;
							}

		}

		@media screen and (max-width: 480px) {

			#header .logo span {
				display: none;
			}

			#header nav a[href="#menu"] {
				overflow: hidden;
				padding-right: 0 !important;
				text-indent: 5em;
				white-space: nowrap;
				width: 5em;
			}

				#header nav a[href="#menu"]:before, #header nav a[href="#menu"]:after {
					right: 0;
					width: inherit;
				}

				#header nav a[href="#menu"]:last-child:before, #header nav a[href="#menu"]:last-child:after {
					width: 4em;
					right: 0;
				}

		}

/* Banner */
	
	#banner {
		background-image: url("../../images/wa-investment-main-pic.jpg");
	}
	#banner,
	#banner2 {
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		/* display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex; */
		/* padding: 6em 0 2em 0 ; */
		padding: 0px;
		background-attachment: scroll;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		border-bottom: 0 !important;
		cursor: default;
		height: 60vh;
		margin-bottom: -3.25em;
		max-height: 32em;
		min-height: 22em;
		position: relative;
		top: -3.25em;
	}

		#banner:after,
		#banner2:after {
			-moz-transition: opacity 2.5s ease;
			-webkit-transition: opacity 2.5s ease;
			-ms-transition: opacity 2.5s ease;
			transition: opacity 2.5s ease;
			-moz-transition-delay: 0.75s;
			-webkit-transition-delay: 0.75s;
			-ms-transition-delay: 0.75s;
			transition-delay: 0.75s;
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			background-color: #FFF;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0.1;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

		#banner h1,
		#banner2 h1 {
			font-size: 3.25em;
			color: #FFF;
			-webkit-text-shadow: 0px 3px 9px rgba(0,0,0,0.5);
			-moz-text-shadow: 0px 3px 9px rgba(0,0,0,0.5);
			-ms-text-shadow: 0px 3px 9px rgba(0,0,0,0.5);
			-o-text-shadow: 0px 3px 9px rgba(0,0,0,0.5);
			text-shadow: 0px 3px 9px rgba(0,0,0,0.5);
			/* centered block style */
			display: inline-block;
			padding: 60px 80px;
			border: 2px solid rgba(255,255,255,1);
			background-color: rgba(0,37,69,0.5);
			line-height: 110%;
		}
		#banner h1 span,
		#banner2 h1 span {
			color: #00aeef;
		}
		#banner > .inner,
		#banner2 > .inner {
			-moz-transition: opacity 1.5s ease, -moz-transform 0.5s ease-out, -moz-filter 0.5s ease, -webkit-filter 0.5s ease;
			-webkit-transition: opacity 1.5s ease, -webkit-transform 0.5s ease-out, -webkit-filter 0.5s ease, -webkit-filter 0.5s ease;
			-ms-transition: opacity 1.5s ease, -ms-transform 0.5s ease-out, -ms-filter 0.5s ease, -webkit-filter 0.5s ease;
			transition: opacity 1.5s ease, transform 0.5s ease-out, filter 0.5s ease, -webkit-filter 0.5s ease;
			padding: 0 !important;
			position: relative;
			z-index: 2;
			width: 100%;
			max-width: 1600px;
			margin: 0px auto;
		}

			#banner > .inner .image,
			#banner2 > .inner .image {
				display: none;
			}

			#banner > .inner header,
			#banner2 > .inner header {
				width: auto;
			}

				#banner > .inner header > :first-child,
				#banner2 > .inner header > :first-child {
					width: auto;
				}

					#banner > .inner header > :first-child:after,
					#banner2 > .inner header > :first-child:after {
						max-width: 100%;
					}

			#banner > .inner .content,
			#banner2 > .inner .content {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				margin: 0 0 2em 0;
			}

				#banner > .inner .content > *,
				#banner2 > .inner .content > * {
					margin-left: 1.5em;
					margin-bottom: 0;
				}

				#banner > .inner .content > :first-child,
				#banner2 > .inner .content > :first-child {
					margin-left: 0;
				}

				#banner > .inner .content p,
				#banner2 > .inner .content p {
					font-size: 0.7em;
					font-weight: 600;
					letter-spacing: 0.25em;
					text-transform: uppercase;
				}

		#banner.major,
		#banner2.major {
			height: 75vh;
			min-height: 30em;
			max-height: 50em;
		}

			#banner.major.alt,
			#banner2.major.alt {
				opacity: 0.75;
			}

		#banner.style1:after {
			background-color: #6fc3df;
		}

		#banner.style2:after {
			background-color: #8d82c4;
		}

		#banner.style3:after {
			background-color: #ec8d81;
		}

		#banner.style4:after {
			background-color: #e7b788;
		}

		#banner.style5:after {
			background-color: #8ea9e8;
		}

		#banner.style6:after {
			background-color: #87c5a4;
		}

		body.is-loading #banner:after,
		body.is-loading #banner2:after {
			opacity: 1.0;
		}

		body.is-loading #banner > .inner,
		body.is-loading #banner2 > .inner {
			-moz-filter: blur(0.125em);
			-webkit-filter: blur(0.125em);
			-ms-filter: blur(0.125em);
			filter: blur(0.125em);
			-moz-transform: translateX(-0.5em);
			-webkit-transform: translateX(-0.5em);
			-ms-transform: translateX(-0.5em);
			transform: translateX(-0.5em);
			opacity: 0;
		}

		@media screen and (max-width: 1280px) {

			#banner,
			#banner2 {
				background-attachment: scroll;
			}

		}

		@media screen and (max-width: 736px) {

			#banner,
			#banner2 {
				padding: 5em 0 1em 0 ;
				height: auto;
				margin-bottom: -2.75em;
				max-height: none;
				min-height: 0;
				top: -2.75em;
			}

				#banner h1,
				#banner2 h1 {
					font-size: 2em;
				}

				#banner > .inner .content,
				#banner2 > .inner .content {
					display: block;
				}

					#banner > .inner .content > *,
					#banner2 > .inner .content > * {
						margin-left: 0;
						margin-bottom: 2em;
					}

				#banner.major,
				#banner2 .major {
					height: auto;
					min-height: 0;
					max-height: none;
				}

		}

		@media screen and (max-width: 480px) {

			#banner,
			#banner2 {
				padding: 6em 0 2em 0 ;
			}

				#banner > .inner .content p br,
				#banner2 > .inner .content p br {
					display: none;
				}

				#banner.major,
				#banner2 .major {
					padding: 8em 0 4em 0 ;
				}

		}

/* Main */

	#main {
		background-color: #FFFFFF;
	}

		#main > * {
			
		}

			#main > *:first-child {
				border-top: 0;
			}

			#main > * > .inner {
				padding: 4em 0 2em 0 ;
				margin: 0 auto;
				
			}

				@media screen and (max-width: 736px) {

					#main > * > .inner {
						padding: 3em 0 1em 0 ;
						width: calc(100% - 0em);
					}

				}

		#main.alt {
			background-color: transparent;
			border-bottom: solid 1px rgba(212, 212, 255, 0.1);
		}

/* Contact */

	#contact {
		border-bottom: solid 1px rgba(212, 212, 255, 0.1);
		overflow-x: hidden;
		font-size: 20px;
	}
		#contact form {
			margin: 0px;
		}

		#contact > .inner, #infrastructure .inner, #education-medicine .inner, #developments .inner {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			padding: 0 !important;
		}
		#contact > .inner {
			align-items: center;
		}
		#contact .padded {
			padding: 20px 120px;
		}
		#contact .alt li > strong {
			display: inline-block;
			margin-right:7px;
		}

		@media screen and (max-width: 980px) {

			#contact > .inner {
				display: block;
			}
			#contact .padded {
				padding: 20px 80px;
			}
		}

		@media screen and (max-width: 736px) {
			#infrastructure .inner,
			#developments .inner {
				display: block;
			}
			#infrastructure .two-thirds,
			#developments .two-thirds {
				height:350px;
			}
			#contact .padded {
				padding: 20px 20px;
			}

		}

/* Footer */
	#footer {
		background-color: #002559;
	}
	#footer .copyright {
		font-size: 0.7em;
		list-style: none;
		padding: 2em 0em;
		margin: 0px;
		text-align: center;
	}

		#footer .copyright li {
			border-left: solid 1px rgba(212, 212, 255, 0.1);
			color: rgba(244, 244, 255, 0.4);
			display: inline-block;
			line-height: 1;
			margin-left: 1em;
			padding-left: 1em;
		}
		#footer .copyright li strong {
			color: rgba(255,255,255,1);
		}

			#footer .copyright li:first-child {
				border-left: 0;
				margin-left: 0;
				padding-left: 0;
			}

	@media screen and (max-width: 480px) {

		#footer .copyright li {
			display: block;
			border-left: 0;
			margin-left: 0;
			padding-left: 0;
			line-height: inherit;
		}

	}

/* Wrapper */

	#wrapper {
		-moz-transition: -moz-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
		-webkit-transition: -webkit-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
		-ms-transition: -ms-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
		transition: filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
		padding-top: 3.25em;
	}

		#wrapper.is-transitioning {
			opacity: 0;
		}

		#wrapper > * > .inner {
			padding: 4em 0 2em 0 ;
			margin: 0 auto;
			max-width: 65em;
			width: calc(100% - 6em);
		}

			@media screen and (max-width: 736px) {

				#wrapper > * > .inner {
					padding: 3em 0 1em 0 ;
					width: calc(100% - 0em);
				}

			}

		@media screen and (max-width: 736px) {

			#wrapper {
				padding-top: 2.75em;
			}

		}

/* Menu */

	#menu {
		-moz-transition: -moz-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
		-webkit-transition: -webkit-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
		-ms-transition: -ms-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
		transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-moz-pointer-events: none;
		-webkit-pointer-events: none;
		-ms-pointer-events: none;
		pointer-events: none;
		background: rgba(0, 37, 89, 0.9);
		box-shadow: none;
		height: 100%;
		left: 0;
		opacity: 0;
		overflow: hidden;
		padding: 3em 2em;
		position: fixed;
		top: 0;
		visibility: hidden;
		width: 100%;
		z-index: 10002;
	}

		#menu .inner {
			-moz-transition: -moz-transform 0.35s ease-out, opacity 0.35s ease, visibility 0.35s;
			-webkit-transition: -webkit-transform 0.35s ease-out, opacity 0.35s ease, visibility 0.35s;
			-ms-transition: -ms-transform 0.35s ease-out, opacity 0.35s ease, visibility 0.35s;
			transition: transform 0.35s ease-out, opacity 0.35s ease, visibility 0.35s;
			-moz-transform: rotateX(20deg);
			-webkit-transform: rotateX(20deg);
			-ms-transform: rotateX(20deg);
			transform: rotateX(20deg);
			-webkit-overflow-scrolling: touch;
			max-width: 100%;
			max-height: 100vh;
			opacity: 0;
			overflow: auto;
			text-align: center;
			visibility: hidden;
			width: 22em;
		}

			#menu .inner > :first-child {
				margin-top: 2em;
			}

			#menu .inner > :last-child {
				margin-bottom: 3em;
			}
		#menu .menu-footer {
			font-size: 0.8em;
		}
		#menu .menu-footer, #menu .menu-footer strong {
			color: rgba(255,255,255,0.5);
		}
		#menu ul {
			margin: 0 0 1em 0;
		}

			#menu ul.links {
				list-style: none;
				padding: 0;
			}

				#menu ul.links > li {
					padding: 0;
				}

					#menu ul.links > li > a:not(.button) {
						border: 0;
						border-top: solid 1px rgba(212, 212, 255, 0.1);
						display: block;
						font-size: 0.8em;
						font-weight: 600;
						letter-spacing: 0.25em;
						line-height: 4em;
						text-decoration: none;
						text-transform: uppercase;
						color: #FFF;
					}

					#menu ul.links > li > .button {
						display: block;
						margin: 0.5em 0 0 0;
					}

					#menu ul.links > li:first-child > a:not(.button) {
						border-top: 0 !important;
					}

		#menu .close {
			-moz-transition: color 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
			-webkit-tap-highlight-color: transparent;
			border: 0;
			cursor: pointer;
			display: block;
			height: 4em;
			line-height: 4em;
			overflow: hidden;
			padding-right: 1.25em;
			position: absolute;
			right: 0;
			text-align: right;
			text-indent: 8em;
			top: 0;
			vertical-align: middle;
			white-space: nowrap;
			width: 8em;
		}

			#menu .close:before, #menu .close:after {
				-moz-transition: opacity 0.2s ease-in-out;
				-webkit-transition: opacity 0.2s ease-in-out;
				-ms-transition: opacity 0.2s ease-in-out;
				transition: opacity 0.2s ease-in-out;
				background-position: center;
				background-repeat: no-repeat;
				content: '';
				display: block;
				height: 4em;
				position: absolute;
				right: 0;
				top: 0;
				width: 4em;
			}

			#menu .close:before {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 2%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='20' y2='20' /%3E%3Cline x1='20' y1='0' x2='0' y2='20' /%3E%3C/svg%3E");
			}

			#menu .close:after {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %239bf1ff%3B stroke-width: 2%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='20' y2='20' /%3E%3Cline x1='20' y1='0' x2='0' y2='20' /%3E%3C/svg%3E");
				opacity: 0;
			}

			#menu .close:hover:after, #menu .close:active:after {
				opacity: 1;
			}

	body.is-ie #menu {
		background: rgba(42, 47, 74, 0.975);
	}

	body.is-menu-visible #wrapper {
		-moz-filter: blur(0.5em);
		-webkit-filter: blur(0.5em);
		-ms-filter: blur(0.5em);
		filter: blur(0.5em);
	}

	body.is-menu-visible #menu {
		-moz-pointer-events: auto;
		-webkit-pointer-events: auto;
		-ms-pointer-events: auto;
		pointer-events: auto;
		opacity: 1;
		visibility: visible;
	}

		body.is-menu-visible #menu .inner {
			-moz-transform: none;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
			opacity: 1;
			visibility: visible;
		}
		
	
/* SUB MENU */	
.sublinks {
    padding: 0px;
    margin: 0px;
}
.sublinks li {
    display: inline-block;
    margin: 0px 2px;
    list-style-type: none;
}
.sublinks li a,
.sublinks li a:visited {
	color: #FFF;
    text-transform: uppercase;
    font-size: 70%;
    letter-spacing: 2px;
	text-decoration: none;
	border: 0px none;
}
.sublinks li a:hover,
.sublinks li a:visited:hover {
	color: #9bf1ff !important;
}

		
/* SECTIONS OVERRIDE */

/* Why Invest */
#why-invest {
	background-color: #002559;
}
#why-invest .why-title h2 {
	color: #FFF;
	font-style: italic;
	font-size: 4em;
	font-weight: 100;
	line-height: 110%;
	font-family: "Lucida Caligraphy", "Tmes New Roman";
}
#why-invest ul.actions li {
	font-size: 1.1em;
}
/* Indroducing */
#introducing-watson {
	background-color: #FFF;
}
#introducing-watson .introducing-title h2 {
	color: #002559;
	font-style: italic;
	font-size: 4em;
	font-weight: 100;
	line-height: 110%;
	font-family: "Lucida Caligraphy", "Tmes New Roman";
}
#introducing-watson .content {
	width: 90%;
    max-width: 800px;
    margin: 20px auto;
}

/* Infrastructure */
article, article > .inner,
.slider, #slider,
#contact, #contact > .inner, #contact > .inner > div,
.owl-carousel,
.owl-wrapper-outer,
.owl-wrapper, .item,
.item > div,
.owl-stage,
.owl-item {
	height: 100%;
}
.owl-item > div {
	background-size:cover;
}
.owl-stage-outer{
	height: 100%;
}
.infra-title {
	text-transform: uppercase;
	margin-top: 15%;
}
#infrastructure ul.alt li {
	border-top: solid 1px rgba(200,200,200, 0.3);
	font-weight: 600;
	cursor: pointer;
	padding: 0.5em 0;
	font-size: 1.2em;
}
#infrastructure ul.alt li:hover {
    background-color: #fafafa;
}
.infra-title h3 {
    font-size: 2.2em;
    line-height: 1.1em;
    letter-spacing: 0px;
}
.infra-text-list {
	position:absolute;
	bottom: 20px;
	left:-60px;
	z-index:3;
	width: 90%;
}
.infra-text-list .infra-text {
	color: #FFF;
	line-height: 1.5em;
	padding:40px 60px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: auto;
	display: none;
	background-color:#002559;
	min-width: 350px;
	max-width: 70%;
}
.infra-text-list .infra-text > strong {
	color: #FFF;
}
.desc-box p > strong {
	color: #002559;
}
.infra-text-list .infra-text > strong:first-child,
.desc-box p > strong:first-child {
    display: block;
    font-size: 120%;
	margin-bottom: 20px;
}
.infra-text-list .infra-text:first-child {
	display:block;
}



/* Education Medicine */
.sticky-title {
	position: absolute;
	margin: 0px auto;
	width: 60%;
	transform: translateX(-50%);
	left: 50%;
	z-index: 3;
	text-transform: uppercase;
}
.light {
	background-color: #FFFFFF;
	color: #002559;
	padding:20px 40px;
	margin: 0px;
}
.peek-box .light {
    margin-top: 25px;
}
.peek-box {
	display: flex;
	width:100%;
	height:100%;
	overflow:hidden;
}
.peek > div {
	height: 100%;
	position:relative;
}
.peek {
	flex-grow: 1;
	-webkit-transition: flex-grow 0.6s cubic-bezier(0.2, 0.6, 0.2, 1) 0.1s;
	-ms-transition: flex-grow 0.6s cubic-bezier(0.2, 0.6, 0.2, 1) 0.1s;
	transition: flex-grow 0.6s cubic-bezier(0.4, 0.6, 0.2, 1) 0.1s;
}
.peek.education:hover, 
.peek.medicine:hover {
	flex-grow: 3;
}
.desc-box {
	opacity:0;
	background-color:#FFF;
	color:#002559;
	transition: opacity 0.3s linear;
	position:absolute;
	bottom:20px;
	left:20px;
	max-width: 50%;
}
.peek.education:hover .desc-box,
.peek.medicine:hover .desc-box {
	transition-delay: 0.4s;
	opacity: 1;
}
.desc-box p {
	padding:40px 60px;
	margin: 0px;
}
									


/* Lifestyle */
.lifestyle-title {
	width: auto;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.slider2 div {
	height:100% !important;
}
.white {
	background-color: #FFFFFF;
	color: #002559;
	padding: 20px 40px;
	margin: 10% 0px 0px;
}

.desktop-links {
	display: block !important;
}
#banner .desktop-links,
#banner2 .desktop-links,
#why-invest .desktop-links {
	display: inline-block !important;
}
.mobile-links {
	display: none !important;
}
@media (min-width:736px) {
	#header {
		background: rgb(0,37,89); /* Old browsers */
		background: -moz-linear-gradient(left, rgba(0,37,89,0.5) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 85%, rgba(0,37,89,0.5) 100%);
		background: -webkit-linear-gradient(left, rgba(0,37,89,0.5) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 85%, rgba(0,37,89,0.5) 100%);
		background: linear-gradient(to right, rgba(0,37,89,0.5) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 85%, rgba(0,37,89,0.5) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='##002559', endColorstr='##002559',GradientType=1 ); /* IE6-9 */
	}
	#header, #header.alt {
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	#header:hover, #header.alt:hover {
		background-color: rgba(0,37,89, 0.7);
	}
}


/* Contact */
.tabled {
	display: table;
	table-layout: fixed;
}
.tablec {
    vertical-align: middle;
    display: table-cell;
}
.promo1, .promo2 {
	letter-spacing: 0px;
	font-style: italic;
}
.promo1 {
	font-size: 2.1em;
	line-height:1.1em;
}
.promo2 {
	font-size: 1.5em;
	line-height: 1.5em;
}
.promo1 span {
	color: #01AEEF;
}

.bluebg {
	background-color: #002559;
}
.whitebg {
	background-color: #FFF;
}
.blue-title {
	color: #002559;
}
.white-title {
	color: #FFF;
}
.feat-title h2, .feat-title h3, .feat-title h4, .feat-title h5 {
	font-style: italic;
	font-weight: 100;
	line-height: 110%;
	font-family: "Lucida Caligraphy", "Tmes New Roman";
}
.feat-title h2 {
	font-size: 4em;
}
.feat-title h3 {
	font-size: 3em;
}
.feat-title h4 {
	font-size: 2.2em;
}
.feat-title h5 {
	font-size: 1.8em;
}
.feat-title h2 small, .feat-title h3 small, .feat-title h4 small, .feat-title h5 small {
    font-size: 60%;
    display: block;
    line-height: 70%;
}
.borderless, .borderless * {
	border: 0px none;
}
.feat-table tr:nth-child(2n+1) {
	background-color: transparent;
}

/* ABOUT WATSON OVERRIDES */
#banner2 {
    display: table;
    width: 100%;
    table-layout: fixed;
	top: 0px;
	bottom: 0px;
	margin: 0px;
	background: url(../../images/about/header-img.jpg) no-repeat center center;
	background-size: cover !important;
	background-attachment: static;
}
#banner2 > .inner {
	display: table-cell;
	width:100%;
	max-width: 1200px;
	vertical-align: middle;
}
#banner2 > .inner header h1 {
	background-color: transparent;
	border: 0px none;
}
#one .inner {
    width: 90%;
    max-width: 1400px;
	margin: 0px auto;
}
#one {
	background-color: #FFF;
}
#one header h2 {
	color: #002559;
	font-style: italic;
	font-size: 4em;
	font-weight: 100;
	line-height: 110%;
	font-family: "Lucida Caligraphy", "Tmes New Roman";
}
.watson-intro {
    width: 70%;
    margin: 0px auto;
}
.feat-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.feat-icons .feat-icon {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
    text-align: center;
	margin: auto;
	cursor: default;
	padding: 2em 0px;
}
.feat-icon, .feat-icon img, .feat-icon h4 {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.feat-icon > img {
    max-width: 50%;
    width: 100%;
	-webkit-filter: invert(0) grayscale(0);
            filter: invert(0) grayscale(0);
}
.feat-icon h4 {
	font-size: 1em;
	text-transform: uppercase;
}
.feat-icon:hover {
    background-color: #002559;
}
.feat-icon:hover img {
	transform: scale(1.1);
    -webkit-filter: invert(100) grayscale(1) brightness(2);
            filter: invert(100) grayscale(1) brightness(2);
}
.feat-icon:hover h4 {
    color: #FFF;
}
	.icon-capital {}
	.icon-zoning {}
	.icon-project {}
	.icon-sales {}
	

#track-record .infra-title {
	text-transform: uppercase;
    margin-top: 0px;
}



#developments .infra-title h3 {
    font-size: 1.7em;
	text-transform: none;
	margin-bottom: 0px;
}
#developments .inner {
	height: 100%;
}
.devs-table {
    line-height: 130%;
}
.devs-table th {
	padding-left: 0px;
}
.dev-maps td {
    padding: 0px;
}
.dev-maps img {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.dev-maps a {
	display: block;
	line-height: 100%;
	box-shadow: none;
	border: 5px solid #FFF;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.dev-maps a:hover {
	border-color: #002559;
}

/* Featured Development Page */
#feature .inner {
	height: 100%;
}
#feature .infra-title {
	margin: 0px;
	height: 20%;
}
#feature .infra-title h3 {
	padding-top: 5%;
	padding-left: 4%;
	margin: 0px;
}
#feature .slider {
	height: 93%;
	margin-top: 0%;
	padding-top: 0%;
	border-bottom: 10px solid #9bf1ff;
}
.feat-dev-container {
	position: absolute;
	bottom: 20px;
	right: 160px;
	max-width: 43%;
	z-index: 3;
}
.feat-dev-container .padded-sm {
	padding: 60px;
}
.feat-dev-img {
	display: block;
	width:100%;
	height: 100%;
	overflow: hidden;
}
.feat-dev-img  img {
	width: 100%;
}
.feat-dev-info {
	background-color: rgba(0,37,89,0.85);
}
.feat-table {
	margin-bottom: 0px;
	line-height: 110%;
}
.feat-table, .feat-table th, .feat-table td {
	color: #FFF;
}

#featured-dev .sticky-title {
	top: 5%;
}
#featured-dev .dev-title {
	width: auto;
}
#featured-dev .dev-title h2 {
	padding: 20px 60px 40px;
}
#featured-dev .dev-title small{
	font-size: 60%;
	display: block;
	line-height: 100%;
	font-weight: 100;
}
#featured-dev .featured-img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}



/* Current Developments */
.current-devs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	justify-content: center;
	
	max-width: 1400px;
	margin: 0 auto;
}
.current-dev {
    -webkit-box-flex: 1;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    text-align: center;
	margin: auto;
	cursor: default;
	padding: 0.5em;
}
.current-dev a {
	display: inline-block;
	box-shadow: none;
	border: 0px none;
	width: auto;
	margin: 0px auto;
}
.current-dev, .current-dev img, .current-dev h4 {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.current-dev a > img {
    width: 100%;
	border: 3px solid #FFF;
}
.current-dev h4 {
	font-size: 0.8em;
	text-transform: uppercase;
}
.current-dev h4 small {
	font-size: 80%;
	opacity: 0.8;
	line-height: 90%;
	display: block;
}
.current-dev:hover {
    background-color: #002559;
}
.current-dev:hover img {
	
}
.current-dev:hover h4 {
    color: #FFF;
}

/* Current Devs Popup Windows */
.devs-info {
    display: none;
}
.devs-box {
    width: 100%;
	max-width: 1400px;
    background-color: #FFF;
}
.devs-box img {
	width: 100%;
    padding: 0px;
    margin: 0px;
    line-height: 100%;
}
.devs-text {
    padding: 2em 2em 1em;
}
.devs-text h4 small {
	display: block;
	font-size: 80%;
	opacity: 0.6;
}
.vlink {
    display: block;
    width: 100%;
    border: 0px none;
	position: relative;
	line-height: 100%;
}
.vlink::after {
	content: "";
    background: url(../../images/play-button.png) no-repeat center center transparent;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 2;
	opacity: 0.6;
}
.vlink:hover::after {
	opacity:1;
}


/* Completed Developments */
.completed-devs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.completed-dev {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
	max-width: 20%;
    text-align: center;
	margin: auto;
	cursor: default;
	padding: 0.3em 0.3em 0px;
}
.completed-dev a {
	display: inline-block;
	box-shadow: none;
	border: 0px none;
	width: auto;
	margin: 0px auto;
}
.completed-dev, .completed-dev img, .completed-dev h4 {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.completed-dev a > img {
    width: 100%;
	border: 3px solid #FFF;
}
.completed-dev h4 {
	font-size: 0.8em;
	text-transform: uppercase;
}
.completed-dev h4 small {
	font-size: 80%;
	opacity: 0.8;
	line-height: 90%;
	display: block;
}
.completed-dev:hover {
    background-color: #002559;
}
.completed-dev:hover img {
	
}
.completed-dev:hover h4 {
    color: #FFF;
}



#wa-news .completed-devs-container {
	max-width: 100%;
	margin: 0px auto;
}

#wa-news .completed-dev {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
	max-width: 20%;
}
#wa-news .completed-dev h4 {
	text-align: left;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 0px 3px;
}

#contact ul.alt {
    line-height: 1.35;
	margin-bottom: 0px;
}
#contact ul.actions li {
	padding: 0px;
}
@media(max-width:1199px) {
	#wa-news .completed-devs-container {
		max-width: 80%;
		margin: 0px auto;
	}
}
@media(max-width:991px) {
	#wa-news .completed-devs-container {
		max-width: 100%;
		margin: 0px auto;
	}
}
@media(max-width:768px) {
	#wa-news .completed-dev {
		-webkit-box-flex: 1;
			-ms-flex: 1 1 50%;
				flex: 1 1 50%;
		max-width: 50%;
	}
}

/* Contact Flex */
.tablef {
	display: table-footer-group;
	vertical-align: top;
}
.contact-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.contact-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    text-align: left;
	margin: 0px;
	cursor: default;
	padding: 1em 0em;
}
.selling-agents-title {
    margin-bottom: 0px;
    text-align: left;
}
.selling-agents {
	font-size: 16px;
	line-height:1.6;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.selling-agents li {
    padding: 0px;
}


/* Video Frame */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.hidden-mobile,
.visible-desktop {
	display: block !important;
}
.visible-mobile,
.hidden-desktop {
	display: none !important;
}

@media screen and (max-width:1199px) {
	.selling-agents-title {
		margin-bottom: 0px;
		text-align: center;
	}
	.contact-box {
		-webkit-box-flex: 1;
			-ms-flex: 1 1 100%;
				flex: 1 1 100%;
		text-align: center;
		margin: auto;
		cursor: default;
		padding: 0.5em;
	}
}
	
@media screen and (max-width: 736px) {
	section {
		position: relative;
	}
	.infra-text-list {
		bottom: 10px;
		left: 7px;
		width: 96%;
	}
	.infra-text-list .infra-text {
		padding:20px 30px;
		min-width: 100%;
	}
	.owl-theme .owl-nav.disabled + .owl-dots {
		bottom: 5px;
	}
	.owl-theme .owl-dot span {
		width:16px;
		height:16px;
	}
	#banner h1,
	#banner2 h1 {
		padding: 80px 20px;
	}
	#banner ul.actions li,
	#banner2 ul.actions li {
		margin: 4px 0px;
		display:block;
		padding: 0px;
	}
	
	.peek-box .light {
		margin-top: 0px;
	}
	.sticky-title {
		position:relative;
		width:100%;
	}
	.peek-box {
		display: block;
	}
	.peek {
		width:100%;
		height: 410px;
		display: block;
	}
	.peek.education:hover,
	.peek.medicine:hover {
		
	}
	.desc-box {
		width:100%;
		left: 0px;
		bottom: 0px;
		margin: 0 auto;
		opacity:1;
		max-width: 100%;
	}
	.desc-box p {
		padding: 20px 30px;
		line-height: 1.3em;
	}
	
	#lifestyle {
		height: 450px;
		overflow: visible;
	}
	#lifestyle > .sticky-title {
		width: auto;
	}
	#banner, #banner2, .owl-item .item > div, .peek > div {
		background-size: cover !important;
	}
	.lifestyle-title {
		position: absolute;
	}
	.white {
		margin-top: 15px !important;
		padding: 10px 40px;
	}
	#contact .padded {
		padding: 60px 40px;
	}
	#contact img {
		width: 100%;
		max-width: 100%;
	}
	.desktop-links,
	#banner .desktop-links,
	#banner2 .desktop-links,
	#why-invest .desktop-links {
		display: none !important;
	}
	.mobile-links {
		display: block !important;
		padding: 0px !important;
	}
	
	#one {
		padding: 40px 0px;
	}
	.watson-intro {
		width: 90%;
	}
	#one header h2,
	.feat-title h2,
	.feat-title h3,
	#why-invest .why-title h2,
	#introducing-watson .introducing-title h2 {
		font-size: 2.1em;
		margin-top: 40px;
	}
	#feature .infra-title h3 {
		padding-left: 0px;
		font-size: 2em;
	}
	.feat-icons .feat-icon {
		-webkit-box-flex: 1;
			-ms-flex: 1 1 50%;
				flex: 1 1 50%;
		max-width: 50%;
		width: 50%;
	}
	#feature {
		overflow: visible;
	}
	#feature .inner {
		padding: 0px;
	}
	#feature .infra-title {
		margin: 0px 0px 30px 0px;
		height: auto;
	}
	#feature .slider {
		height: 300px;
		border: 0px none;
	}
	#feature .white {
		margin: 0px;
	}
	.feat-dev-container {
		position: relative;
		bottom: 0px;
		right: 0px;
		max-width: 100%;
		z-index: 3;
	}
	.feat-dev-container .padded-sm {
		padding: 15px;
	}
	.feat-dev-img {
		height: auto;
	}
	.feat-dev-info {
		background-color: rgba(0,37,89,1);
		position: relative;
		top: 0px;
		right: 0px;
		bottom: 0%;
		left: 0%;
	}
	.current-devs-container .current-dev,
	.completed-devs-container .completed-dev {
		-webkit-box-flex: 1;
			-ms-flex: 1 1 50%;
				flex: 1 1 50%;
		max-width: 50%;
		width: 50%;
	}
	.current-dev,
	.completed-dev {
		padding: 0.5em 0.3em;
	}
	
	.hidden-mobile,
	.visible-desktop {
		display: none !important;
	}
	.visible-mobile,
	.hidden-desktop {
		display: block !important;
	}
}


