* {
	padding: 0;
	margin: 0;
}
/*
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura.woff2') format('woff2'),
        url('Futura.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaBT-MediumItalic.woff2') format('woff2'),
        url('FuturaBT-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}
*/

.main a.btn:hover {
		color:#fff !important;
}


div.login fieldset {
	border:none;
}

div#login-page-remeber-me {
	max-width: 350px;
}

input#remember-me {
	float:left;
}

#login-page-buttons {
	margin-top:20px;
	margin-bottom: 40px;
}

a.register-button {
		color:#002b45;
		font-weight: bold;
		margin-left: 40px;
}

input.rsform-reset-button{
	background-color: transparent !important;
	background:none !important;
	border:none !important;
	box-shadow: none !important;
	text-transform: uppercase;
	font-size:16px !important;
	max-width: 200px !important;
}

div.login button.btn, div.logout button.btn-primary {
	background:#002b45;
	border:1px solid #f2f7fd;
	border-radius: 10px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
}

div.docman_download a.btn {
	background:#002b45;
	border:1px solid #f2f7fd;
	border-radius: 10px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	padding-left:20px;
	padding-right: 20px;
}

a.koowa_header__title_link  {
		color:#002b45;
		text-decoration: underline;
}


div.login #remember {
	max-width: 100px;
}

.login-page div.main {
	background:#f2f7fd;
}

.register-page div.main {
		background:#f2f7fd;
		padding-top:60px;
		padding-bottom: 60px;
}

div.logout {
	padding-top:60px;
	padding-bottom:60px;
}

.register-page div.banner {
	margin-bottom:0px !important;
}


div.login {
	margin-top:100px;
}

div.login .control-label {
	margin-top:20px;
	margin-bottom: 20px;
}

div.login input{
	padding:20px;
	border-radius: 10px;
	border:1px solid #002b45;
	margin-bottom: 20px;
	width:100%;
	max-width: 600px;
	font-size:30px;
	color:#002b45;
}

input.rsform-submit-button {
background: #002b45 !important;
color:#FFF !important;
font-size:15px !important;
border: 1px solid #f2f7fd;
border-radius: 10px;
cursor: pointer;
font-weight: bold;
text-transform: uppercase;
max-width:200px !important;
}

form#userForm input{
	padding:20px;
	border-radius: 10px;
	border:1px solid #002b45;
	margin-bottom: 20px;
	width:100%;
	max-width: 600px;
	font-size:30px;
	color:#002b45;
}

form#userForm h2 {
	margin-bottom: 10px;
}


img.login-image {
	max-height: 100px;
}

body {
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	color: #333333;
}

a.logo {
  padding-top:15px;
  padding-bottom:10px;
}


.footer-logo1 {
  width:100% !important;
  padding-bottom:20px;
}

.footer-logo1 img {
  margin-right:20px;
}

.footer-logo2 {
  width:50% !important;
}


.logo-menu {
  display:none;
}

div.open div.logo {
  display:none;
}

div.open .logo-menu {
  display:block;
  position: relative;
   z-index: 9999;
  width:200px;
}

div.open .logo-menu img {
  width:auto;
  display:inline-block;
  top:5px;
  left:0px;
}

.logo-menu .logo {
    position: relative;
   z-index: 9999;
}


span#phone-number-home-large {
	font-size:36px;
	font-weight: 600;
}

span#email-home-large {
	font-size:18px;
}

span#email-home-large a:hover {
color:#fff;
}

.item-page li {
  font-size:17px;
}

.item-page a:hover {
  text-decoration:none;
  color:#002b45;
  transition: all 0.1s ease;
}


/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Makes grid more robust so that it can be used with other block elements like lists
 */
.uk-grid {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/* 1 */
	margin: 0;
	padding: 0;
	list-style: none;
}
/*
 * DEPRECATED
 * Micro clearfix
 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
 */
.uk-grid:before, .uk-grid:after {
	content: "";
	display: block;
	overflow: hidden;
}
.uk-grid:after {
	clear: both;
}
.uk-grid.reverse {
	flex-direction: row-reverse;
}
/*
 * Grid cell
 * 1. Space is allocated solely based on content dimensions
 * 2. Makes grid more robust so that it can be used with other block elements
 * 3. DEPRECATED Using `float` to support IE9
 */
.uk-grid > * {
	/* 1 */
	-ms-flex: none;
	-webkit-flex: none;
	flex: none;
	/* 2 */
	margin: 0;
	/* 3 */
	float: left;
}
/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
	margin-bottom: 0;
}
/* Grid gutter
 ========================================================================== */
/*
 * Default gutter
 */
/* Horizontal */
.uk-grid {
	margin-left: -25px;
}
.uk-grid > * {
	padding-left: 25px;
}
[class*='uk-width'] {
 box-sizing: border-box;
}
/*
 * Widths
 */
/* Whole */
.uk-width-1-1 {
	width: 100%;
}
/* Halves */
.uk-width-1-2, .uk-width-2-4, .uk-width-3-6, .uk-width-5-10 {
	width: 50%;
}
/* Thirds */
.uk-width-1-3, .uk-width-2-6 {
	width: 33.333%;
}
.uk-width-2-3, .uk-width-4-6 {
	width: 66.666%;
}
/* Quarters */
.uk-width-1-4 {
	width: 25%;
}
.uk-width-3-4 {
	width: 75%;
}
/* Fifths */
.uk-width-1-5, .uk-width-2-10 {
	width: 20%;
}
.uk-width-2-5, .uk-width-4-10 {
	width: 40%;
}
.uk-width-3-5, .uk-width-6-10 {
	width: 60%;
}
.uk-width-4-5, .uk-width-8-10 {
	width: 80%;
}
/* Sixths */
.uk-width-1-6 {
	width: 16.666%;
}
.uk-width-5-6 {
	width: 83.333%;
}
/* Tenths */
.uk-width-1-10 {
	width: 10%;
}
.uk-width-3-10 {
	width: 30%;
}
.uk-width-7-10 {
	width: 70%;
}
.uk-width-9-10 {
	width: 90%;
}
/*Form styles*/

.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574%;
}
.row-fluid .span12 {
  width: 99.99999999%;
  *width: 99.946808500638%;
}
.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.436170203638%;
}
.row-fluid .span10 {
  width: 82.978723396%;
  *width: 82.925531906638%;
}
.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.414893609638%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.393617015638%;
}
.row-fluid .span6 {
  width: 48.936170208%;
  *width: 48.882978718638%;
}
.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.372340421638%;
}
.row-fluid .span4 {
	width: 31.914893614%;
 *width: 31.861702124638%;
}
.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.351063827638%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.840425530638%;
}
.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.3297872336383%;
}
.contact .top-a h3::before {
	content: none;
}
.visform textarea, .visform input {
	background: #f1f1f1;
	border: none;
	box-shadow: none;
	padding: 15px;
	height: auto;
}
.asterix-ancor {
	display: none;
}
.vis_mandatory.visCSSbot10.visCSStop10 {
	display: none;
}
#captcha-lbl {
	display: none;
}
.row-fluid.required {
	width: 50%;
	float: left;
}
.form-actions {
	float: right;
	width: 40%;
	margin-top: 0;
	padding: 0;
	background: none;
	text-align: right;
}
.form-actions input {
	background: #242a32;
	color: #fff;
	color: #fff;
	font-size: 14px;
	padding: 30px 50px;
	display: inline-block;
	border-radius: 0 !important;
	text-shadow: none;
}
.form-actions {
	border: none;
	margin: 40px 0;
}
#dynamic_recaptcha_1 {
	margin-top: 40px;
}
#visform3 {
	padding-top: 60px;
}
.uk-navbar-nav > li > a {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	text-transform: none;
	color: #242a32;
	letter-spacing: .5px;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
	background: none;
}
.banner h1 {
	font-size: 90px;
	font-weight: 900;
	font-family: Playfair Display;
	color: #242a32;
	position: relative;
	z-index: 10;
	line-height: 1;
	padding-left: 0;
	position: relative;
	left: -80px;
}
.wbg-text p {
	max-width: 300px;
	/* float: right; */
	color: #828e95;
	font-size: 18px;
	clear: both;
	padding-left: 150px;
	padding-top: 40px;
}
.header {
	position: relative;
	z-index: 100;
}
.uk-navbar-dropdown {
	display: none;
	position: absolute;
	z-index: 1020;
	box-sizing: border-box;
	width: 200px;
	padding: 25px;
	background: #242a32;
	color: #666;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.uk-navbar-dropdown-nav > li > a {
	color: #fff;
	font-size: 14px;
}
.btn::after {
	width: 60px;
	height: 1px;
	background: #fff;
	content: "";
	display: block;
	float: right;
	position: relative;
	top: 10px;
	margin-left: 10px;
}
.banner .btn {
	position: absolute;
	left: 0;
}
.logo img {
	position: relative;
	top: 15px;
}
.logo p {
	margin: 0;
}
.background span {
	position: absolute;
	transform: translateX(-100%);
	transition: transform 0.2s ease-in-out 0.3s;
	color: #fff;
	/* bottom: 20px; */
	/* right: 20px; */
}
.team:hover span {
	transform: translateX(0%);
}
.background2 span {
	transform: translateX(-1000%);
	position: absolute;
	transition: transform 0.2s ease-in-out 0.3s;
	color: #fff;
	z-index: 100;
	bottom: 40px;
	right: 40px;
}
.team {
	overflow: hidden;
}
.top-a p {
	color: #828e95;
	font-size: 14px;
	letter-spacing: .5px;
}
.top-a h3 {
	color: #242a32;
	font-family: Playfair Display;
	font-size: 56px;
}
.top-a img {
	background: #fff;
	padding: 30px;
	box-shadow: 1px 1px 10px rgba(108, 108, 108, .14);
}

.top-menu .moduletable {
	display: table;
	margin-right: ;
	float: right;
}
.banner {
	margin-bottom: 60px;
}
.header {
	margin-top: 20px;
}
.btn {
	background: #242a32;
	color: #fff;
	font-size: 14px;
	padding: 30px 50px;
	display: inline-block;
	transition: .5s ease;
}
.btn::after {
	top: 13px;
	transition: .5s ease;
}
.btn:hover::after {
	top: 13px;
	transition: .5s ease;
	width: 100px;
}
.btn:hover {
	text-decoration: none;
	color: #fff;
}
.wbg-text {
	position: absolute;
	right: 0;
	top: 0;
	width: 600px;
}
.uk-container {
	max-width: 1200px;
}
.banner .uk-container {
	max-width: 1400px;
}
.top-a h3::before {
	height: 120px;
	width: 1px;
	content: "";
	background: #242a32;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.top-a .custom {
	position: relative;
}
.top-a img.logo1 {
	position: relative;
	top: -80px;
	margin-top: ;
	left: -31px;
}
.top-a h3 {
	margin-bottom: 100px;
}
ul, ol {
	font-family: Noto Sans;
	font-size: 14px;
	color: #828e95;
}
ul li, ol li {
	margin: 7px 0;
}
.top-a .uk-width-1-3 p {
	padding-right: 40px;
	line-height: 2;
}
.top-a .custom {
	position: relative;
	padding-top: 70px;
}
.top-a .custom.uk-width-2-3 h3 {
	padding-left: 40px;
	margin-top: -30px;
}
.top-a .custom.uk-width-2-3 p {
	padding-left: 40px;
}
.top-b {
	background: #242a32;
	margin: 100px 40px;
}
.square {
	display: block;
	height: 180px;
	width: 360px;
	position: absolute;
	background: #fff;
	left: -158px;
}
.top-b .module-text {
	margin-top: 40px;
}
.top-b h1 {
	color: #fff;
	font-family: Playfair Display;
	font-size: 56px;
}
.top-b p {
	color: #C5D1D8;
	font-size: 14px;
	max-width: 80%;
}
.top-b img {
	margin-top: 40px;
}
.top-b h1::before {
	height: 120px;
	width: 1px;
	content: "";
	background: #fff;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 40px;
}
.top-c h3 {
	font-family: Playfair Display;
	font-size: 56px;
	color: #242a32;
	line-height: 1;
	margin-bottom: 40px;
}
.top-c p {
	color: #828e95;
	font-size: 15px;
	line-height: 32px;
}
.top-c h4{
	font-size: 24px;
	color: #242a32;
}
.top-c h3::after {
	content: "";
	display: block;
	height: 1px;
	width: 120px;
	background: #242a32;
	margin-top: 40px;
}
.top-b h3 {
	color: #fff;
	font-family: Playfair Display;
	font-size: 30px;
}
.btn {
	background: #242a32;
	color: #fff;
	color: #fff;
	font-size: 14px;
	padding: 30px 50px;
	display: inline-block;
}
.top-c .btn::after{
	top: 13px;
}
h3 {
	font-family: Playfair Display;
	font-size: 56px;
	color: #242a32;
	line-height: 1;
}
.top-e h3::after {
	content: "";
	height: 1px;
	width: 120px;
	background: #242a32;
	margin-top: 40px;
	display: inline-block;
	position: relative;
	top: -11px;
	margin-left: 20px;
}
.top-e {
	margin-top: 50px;
}
.top-e iframe {
	padding: 40px;
	box-shadow: 1px 1px 10px rgba(108, 108, 108, .14);
	/* width: 500px; */
}
.top-e p {
	max-width: 80%;
}
.top-d {
	position: relative;
}
.main-top {
	position: relative;
}
.main-top::after{
	content: "";
}
.main-top::after {
	content: "";
	background: url(../images/quote.png);
	width: 538px;
	height: 438px;
	display: block;
	position: absolute;
	bottom: -100px;
	left: 0;
}
.top-f {
	padding: 150px 0;
	background: url(../images/bottom-footer.png);
	background-size: 100%;
	padding-bottom: 20px;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.bottom-a{
	background: #f2f7fd;
}
.footer .uk-container {
	border-top: 1px solid #c9d4e6;
	padding-top: 40px;
}
.bottom-a {
	padding-bottom: 40px;
	padding-top: 50px;
}
.bottom-a .uk-width-1-4 {
	position: relative;
}

/*

.bottom-a .uk-width-1-4:first-child::before {
	content: "";
	height: 120px;
	width: 1px;
	background: #242a32;
	margin-top: 0;
	display: inline-block;
	position: relative;
	top: -30px;
	margin-left: 20px;
	position: absolute;
	left: -50px;
}
.bottom-a .uk-width-1-4:last-child::before {
	content: "";
	height: 120px;
	width: 1px;
	background: #242a32;
	margin-top: 0;
	display: inline-block;
	position: relative;
	top: -30px;
	margin-left: 20px;
	position: absolute;
	left: -50px;
}
*/

.footer{
	background: #f2f7fd;

}
.top-f h3 {
	margin-top: ;
	margin-bottom: 50px;
}
.top-e {
	position: relative;
	z-index: 10;
}
.main-top::before {
	content: "";
	display: block;
	position: absolute;
	width: 96%;
	height: 830px;
	background: #fafcff;
	top: 240px;
	left: 2%;
}
p {
	color: #828e95;
	line-height: 32px;
	font-size: 17px;
	margin-bottom: 40px;
}
.top-f .module-text {
	position: relative;
}
.top-f .module-text::after {
	content: "";
	height: 1px;
	width: 120px;
	background: #242a32;
	margin-top: 40px;
	display: inline-block;
	position: relative;
	top: -11px;
	margin-left: 20px;
	position: absolute;
	left: -170px;
}
.top-f .module-text {
	position: relative;
	margin-left: -100px;
	margin-top: 40px;
}
.bottom-a ul {
	padding: 0;
	list-style: none;
}
.bottom-a li {
	margin-bottom: 10px;
}
.bottom-a p, .bottom-a a, .bottom-a li {
	color: #242a32;
	font-size: 13px;
}
.bottom-a.uk-scrollspy-inview.uk-animation-scale-up {
	padding-top: 80px;
	padding-bottom: 40px;
}
.header.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed {
	background: #fff;
}
.icons {
	display: none;
}
.main h2 {
	color: #242a32;
	font-family: Playfair Display;
	font-size: 56px;
}
.footer p {
	color: #242a32;
	font-size: 13px;
	/* text-align: center; */
	margin: 0;
}
.footer {
	padding-bottom: 40px;
}
.banner .btn::after {
	top: 13px;
}
.djtabs-article-content img {
	max-width: 300px;
}
.default-theme .djtabs-title-wrapper .djtabs-title {
	outline: none;
	text-align: left;
	font-family: Noto Sans;
	text-transform: none;
	font-size: 18px;
	font-weight: normal;
	background: #242a32;
	border-radius: 0;
	padding: 10px 20px;
	color: #fff;
	box-sizing: border-box;
	height: auto;
}
.djtabs-article-content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.contact .top-a h3 {
	font-size: 20px;
	margin-bottom: 0;
}
.contact .top-a p {
	line-height: 1.2;
}
a {
	color: #00aac0;
}
p {
	font-family: Noto Sans;
}
.uk-width-1-4.footer-logo2 img {
	float: right;
}
.custom-banner .uk-container {
	max-width: 1200px;
	padding: 40px;
	text-align: left;
	width: 100%;
}
.custom-banner {
	height: 500px;
	display: flex;
	align-items: center;
	text-align: left;
	width: 100%;
	background-size: cover;
	background-position: center;
	margin: 0 auto;
}
.squarei {
	position: relative;
	right: 0;
	top: 0px;
	padding: 20px 40px;
	max-width: 1200px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.custom-banner p {
	color: #fff;
	font-size: 40px;
	font-family: Playfair Display;
	line-height: 1;
	text-transform: none;
}

.custom-banner p::after {
	background: #005DAA none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    width: 10%;
    margin-top: 20px;
    margin-bottom: 25px;
}


.header {
	position: relative;
	z-index: 900;
}
.custom-banner {
	position: relative;
}

.item-page em {
	color:#828e95;
}

.main .item-page h2 {
	font-size: 35px;
}
.main .item-page h3 {
	font-size: 19px;
	margin-top: 0px;
}
.custom-banner .uk-container {
	max-width: 1200px;
	padding: 40px;
	text-align: left;
	width: 100%;
}
.wbg-img {
	/* max-width: 100; */
	width: 100%;
	height: 100%;
	max-width: 897px;
	background-size: cover;
}
.mainbottom-content {
	height: 300px;
	background-size: cover;
	position: relative;
}
.wbg-text2::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	position: absolute;
	left: 0;
	top: 0;
}
.mainbottom-content {
	margin-bottom: 30px !important;
}
.wbg-text2 {
	padding: 40px;
}
.mainbottom-content h3 {
	font-size: 30px;
	color: #fff;
	z-index: 99;
	/* position: relative; */
	/* left: 20px; */
	/* height: 100%; */
	/* width: 100%; */
	/* display: block; */
	margin: 0;
}
.mainbottom-content h3 a {
	display: block;
	position: absolute;
	left: 30px;
	top: 30px;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
}
.mainbottom-content h3 a::after {
	content: "";
	display: block;
	height: 2px;
	width: 100px;
	background: #fff;
	margin-top: 20px;
}
.top-c .uk-grid > div {
	margin-bottom: 100px;
}
.top-c .uk-grid > * {
	padding-left: 50px;
}
.top-c .uk-grid {
	margin-left: -50px;
}
.team-img {
	height: 400px;
	background-size: cover;
	background-color: #ccc;
}
.team h2 {
	font-size: 21px;
	margin-top: 20px;
}
.team {
	position: relative;
}
.team-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.uk-modal-dialog {
	width: 1000px;
}
.uk-modal-dialog.uk-modal-body h3 {
	font-size: 20px;
}
.uk-modal-dialog {
	width: 100%;
	max-width: 800px !important;
}
.uk-modal-dialog.uk-modal-body p {
	color: ;
	font-size: 14px;
	margin: 10px 0;
	line-height: 1.8;
}
.team .background .portion:nth-child(2n+1) {
	transform: translateX(-100%);
}

.team .background .portion:nth-child(2n) {
	transform: translateX(100%);
}
.team .background .portion:nth-child(2n+1) {
	transform: translateX(-100%);
}
.team:hover .background .portion {
	transition: transform 0.2s ease-in-out 0.3s;
}
.team:hover .background .portion {
	transform: translateX(0%);
}
.team .background .portion {
	flex: 1 1 100%;
}
.team .portion {
	background: #242a32;
}
.team .background {
	position: absolute;
	display: flex;
	flex-flow: column;
	align-items: stretch;
	top: 0;
	left: 0;
	right: 0;
	bottom: -2px;
	overflow: hidden;
}
.team-name h2 {
	font-size: 25px;
	margin: 20px;
}
.senior-management .mod-articles-category-title {
	color: #1c4886;
	font-weight: bold;
	font-size: 20px;
    margin-bottom:0px;
}
.position {
    color: #1c4886;
}
ul.category-module.sm-1.uk-grid {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}
.senior-management ul.category-module.uk-grid {
    text-align: center;
}
ul.category-module.sm2.uk-grid img {
    max-width: 340px;
}
ul.category-module.sm2.uk-grid {
    text-align: center;
}
.sm2 .position {
    min-height: 50px;
}
.senior-management p.mod-articles-category-introtext {
    font-size: 15px;
    line-height: 1.5;
}
.senior-management img {
    margin-bottom: 40px;
}
.summary > * {
    display: inline;
}
.senior-management .category-item {
    margin-bottom: 40px;
}
.senior-management .category-module .uk-width-1-1 .category-item {
	max-width: 600px;
	margin: 0 auto;
}



