/*!
Theme Name: platinum_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: platinum_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

platinum_ is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-family: 'Calibri-Bold';
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin: 0 0 24px 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* Platinum */

@font-face {
  font-family: 'Calibri';
  src: url('fonts/Calibri.eot?#iefix') format('embedded-opentype'),  url('fonts/Calibri.woff') format('woff'), url('fonts/Calibri.ttf')  format('truetype'), url('fonts/Calibri.svg#Calibri') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Calibri-Bold';
  src: url('fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/Calibri-Bold.woff') format('woff'), url('fonts/Calibri-Bold.ttf')  format('truetype'), url('fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'VAGRoundedStd-Bold';
  src: url('fonts/VAGRoundedStd-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/VAGRoundedStd-Bold.otf')  format('opentype'),
	     url('fonts/VAGRoundedStd-Bold.woff') format('woff'), url('fonts/VAGRoundedStd-Bold.ttf')  format('truetype'), url('fonts/VAGRoundedStd-Bold.svg#VAGRoundedStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: 'Calibri';
	color:#231f20;
	font-size:18px;
	line-height:1.3;
}

h2 {
	color:#002b54;
	font-family: 'VAGRoundedStd-Bold';
	font-size:32px;
	text-align:center;
	margin:0 0 20px 0;
	padding:0;
	line-height:1.2;
}
h3 {
	color:#002b54;
	font-family: 'VAGRoundedStd-Bold';
	margin:0 0 10px 0;
	font-size:20px;
}
.container {
	position:relative;
	width:1060px;
	margin:0 auto;
}
.panel a {
	color:#e8a713;
	text-decoration:none;
}
.container-left {
	display:inline-block;
	vertical-align:top;
	width:70%;
	padding:0 5% 0 0;
}
.aside-form {
	display:inline-block;
	vertical-align:top;
	width:25%;
}
.aside-form input, .aside-form textarea {
	width:100% !important;
}
.container-49, .container-49 h2 {
	text-align:center !important;
}
.section-strip {
	background:#e8a713;
	color:#fff;
	text-align:center !important;
}
.section-strip a {
	color:#fff;
	text-decoration:underline;
}
.section-strip .btn:hover, .section-strip .btn {
	border:1px solid #002b54;
}
.col {
	display:inline-block;
	position:relative;
	vertical-align:top;
}
.btn {
	display:inline-block;
	background:#e8a713;
	font-weight:bold;
	color:#fff !important;
	padding:10px 20px;
	min-width:150px;
	text-decoration:none !important;
	transition:all .5s;
	margin:10px 0 0 0;
	text-align:center;
	text-transform:uppercase;
}
.btn-alt {
	background:#002b54;
}
.btn:hover {
	background:#002b54;
	color:#fff;
}
.btn-alt:hover {
	background:#e8a713;
}
.col-50 {
	width:50%;
}
.col-33 {
	width:33.33%;
}
.col-25 {
	width:25%;
}
.col-16 {
	width:16.66%;
}
header {
	background:#fff;
}
header .container {
	padding:10px 0;
	width:80%;
}
header .logo-container, header .menu-primary-nav-container, .slogan {
	display:inline-block;
	vertical-align:middle;
}
header .menu-primary-nav-container {
	width:35%;
	position:relative;
	top:14px;
}
header .logo-container {
	width:30%;
}
header img.logo {
	width:100% !important;
}
header .top-bar {
	background:#002b54;
	color:#fff;
	padding:10px 20px;
	font-weight:bold;
	font-size:16px;
}
header .top-bar a, footer a {
	text-decoration:none;
	transition:color .5s;
}
header .top-bar a:hover, footer a:hover {
	color:#e8a713;
}
footer .copyright a:hover {
	color:#002b54;
}
header .top-bar .left, header .top-bar .right {
	display:inline-block;
	width:50%;
}
header .top-bar .left i {
	color:#e8a713;
}
header .top-bar .right {
	text-align:right;
}
header .top-bar .social {
	display:inline-block;
	width:25%;
}
header .top-bar .social i, footer .social i {
	border:1px solid rgba(255,255,255,0.7);
	border-radius:50%;
	padding:5px;
	width:30px;
	text-align:center;
}
header .slogan {
	font-family: 'VAGRoundedStd-Bold';
	text-align:right;
	font-size:18px;
	color:#002b54;
	position:absolute;
	top:24px;
	right:0;
}
header .slogan span {
	color:#e8a713;
}
header .search-form {
	position:absolute;
	left:20%;
	top:35px;
	width:50%;
	background:#fff;
	z-index:10;
	display:none;
}
header .search-form input {
	padding:10px;
	width:90%;
	box-sizing:border-box;
	display:inline-block;
	vertical-align:top;
	outline:none;
	border-radius:0;
	border-color:#f1f1f2;
	font-family:inherit;
}
header .search-form input[type=image] {
	width:8%;
	padding:0;
}
header .search-form .fa-times {
	position:absolute;
	top:13px;
	right:12%;
	opacity:0.5;
}
#primary-menu {
	margin:0;
	padding:0;
	list-style-type:none;
	text-transform:uppercase;
	font-size:19px;
	color:#002b54;
	text-align:center;
}
#primary-menu li {
	display:inline-block;
	margin:0 10px;
	position:relative;
	padding:0 0 30px 0;
}
#primary-menu li.menu-item-has-children:after {
	font-family:'Font Awesome 5 Free';
	content:'\f078';
	font-weight:900;
	font-size:12px;
	position:relative;
	top:-2px;
}
#primary-menu li:hover ul {
	display:block;
}

ul.triangle, .widget ul {
	list-style-type:none;
	margin:0 0 24px 2px !important;
}

ul.triangle li:before, .widget ul li:before {
font-family:'Font Awesome 5 Free';
content:'\f0da';
font-weight:900;
color:#e8a713;
margin-right:10px;
}
.widget ul li:before {
	color:#002b54 !important;
}
#primary-menu li ul {
	position:absolute;
	top:40px;
	left:-20px;
	margin:0;
	padding:10px;
	z-index:9999;
	border:1px solid #f1f1f2;
	box-shadow:1px 1px 5px rgba(0,0,0,0.1);
	background:#fff;
	display:none;
}
#primary-menu li ul li {
	text-align:left;
	padding:0 30px 0 10px;
	margin:0;
	display:block;
	font-size:13px;
	white-space:nowrap;
	color:#666;
	border-bottom:1px solid #f1f1f2;
	line-height:2;
}
#primary-menu li ul li:last-child {
	border:0;
}
#primary-menu li ul li a:hover {
	color:#002b54;
}
#primary-menu li a {
	color:inherit;
	text-decoration:none;
}
footer {
	background:#002b54;
	color:#fff;
	padding:20px 0 195px 0;
	font-weight:bold;
	font-size:16px;
}
.call-us, .get-started {
	background:#f1f1f2;
	text-align:center;
	padding:50px 0;
}
.call-us p {
	margin:0;
}
.tel {
	color:#182952;
	font-size:30px;
	text-decoration:none;
	font-weight:bold;
	margin:10px 0;
	display:block;
}
.blog-posts {
	padding:50px 0;
	font-size:16px;
}
.blog-posts .col {
	width:32%;
	text-align:center;
	background:#f5f5f6;
	border:1px solid #e3e4e5;
	padding:0;
	min-height:480px;
	color:#9c9c9f;
	margin:0 0.66%;
}
.blog-posts .col strong {
	color:#e8a713;
	padding:0;
	font-size:18px;
}
.blog-posts .col p {
	padding:0 20px;
}
.blog-posts .col-33 p.first {
	margin:0 0 10px 0;
}
.blog-posts .col img {
	width:100%;
	height:200px;
	object-fit:cover;
}
.blog-posts .col .btn {
	position:absolute;
	bottom:20px;
	left:50%;
	-webkit-transform:translateX(-50%);
}
.blog-posts .col-middle {
	margin:0 2%;
}
body.home .in-page-image {
	background-image:url(images/AdobeStock_47435016.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
	height:450px !important;
	width:100%;
	background-attachment:fixed;
}
body.page .in-page-image {
	height:300px;
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
	width:100%;
	background-attachment:fixed;
}
.in-page-image h2 {
	color:#fff;
	text-align:center;
	padding:50px 0 0 180px;
	margin:0;
	font-size:36px;
	text-align:right;
}
.in-page-image p {
	text-align:right;
	color:#fff;
}
.get-started .col {
	padding:0 20px;
	color:#808184;
	height:250px;
}
.get-started .col strong {
	color:#e8a713;
	font-size:24px;
	line-height:1.2;
}
.get-started .col p {
	margin:0;
}
.get-started .col .btn {
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.big-number {
	background:#002b54;
	color:#fff;
	font-size:45px;
	font-family: 'VAGRoundedStd-Bold';
	border-radius:50%;
	padding:8px 0 5px 0;
	width:60px;
	line-height:1;
	display:inline-block;
	margin:0 0 10px 0;
}
.mortgage-innovators {
	text-align:center;
	padding:50px 0;
}
.mortgage-innovators h3 {
	color:#e8a713;
	margin:0;
	font-weight:bold;
	font-size:24px;
}
.mortgage-innovators .col {
	padding:20px;
}
.mortgage-innovators .col p {
	margin:0;
}
.featured-investments {
	background:#002b54;
	padding:50px 0;
	text-align:center;
}
.featured-investments h2 {
	color:#fff;
}
.featured-investments .col {
	width:32%;
	text-align:center;
	background:#e5ecf4;
	padding:0 0 20px 0;
	color:#58595b;
	overflow:hidden;
	margin:0 0.5% 10px 0.5%;
	float:left;
}
.featured-investments .row {
	width:100%;
	margin:0;
	overflow:hidden;
	display:inline-block;
}
.featured-investments .col p {
	padding:10px 20px;
	text-align:left;
	font-weight:bold;
	margin:0;
	font-size:16px;
}
.featured-investments .col p.white-bg {
	background:#fff;
}
.featured-investments .col-33 p.first {
	margin:10px 0;
	text-align:center;
	padding:0 20px;
	font-family: 'VAGRoundedStd-Bold';
	font-size:24px;
	font-weight:normal;
	color:#e8a713;	
}
.featured-investments .col-33 p.chart-text {
	font-size:12px;
	text-align:center;
}
.featured-investments .col img.invest-image {
	width:100%;
	height:150px;
	object-fit:cover;
}
.featured-investments .col-middle {
	margin:0 2%;
}
.featured-investments .col .btn {
	margin:20px 0 0 0;
}
.featured-investments .col span, .fl-hide .invest-details p span {
	float:right;
}
.featured-investments .btn {
	margin:50px 0 0 0;
}
.featured-investments .image-banner {
	position: absolute;
    top: 40px;
    left: -40px;
    transform: rotate(-45deg);
    padding: 8px 0 5px 0;
    width:200px;
    text-align: center;
    color:#fff;
    font-family: 'VAGRoundedStd-Bold';
    text-transform:uppercase;
}
.featured-investments .banner-fully {
	background:#90c74c;
}
.featured-investments .banner-open {
	background:#f47920;
}
.featured-investments .banner-completed {
	background:#90278e;
}
.featured-investments .banner-soon {
	background:#1c68a5;
}
.featured-investments .container {
	overflow:hidden;
}
.roll {
	position: relative;
	white-space: nowrap;
	left:  0px;
}
.sections {
	display:none;
}
.navigation {
	position:  absolute;
	background:none;
	border: none;
	padding: 0;
	height: 34px;
	width: 34px;
	color:  #FFF;
	font-size: 25px;
	text-align: center;
	top: 5px;
	z-index: 10;
	transition:color .5s;
}
.navigation:visited  {
	text-decoration: none;
}
.navigation:active {
	text-decoration: none;
}
.navigation:focus {
	outline: none;
}
.navigation:hover {
	color:#00afae;
}
.navigation:first-of-type {
	left: 0px;
}
.navigation:last-of-type {
	right: 0;
}
.fl-hide {
	display:none;
	width:600px;
}
.fl-hide .invest-details p {
	border-bottom:1px solid #f1f1f2;
	margin:0;
}
.fl-hide .invest-details {
	margin:0 0 24px 0;
}
.fl-hide h2 {
	margin:0;
	line-height:1;
	background:#002b54;
	color:#fff;
	padding:7px 0 3px 0;
}
.fl-hide h3 {
	background:#e8a713;
	color:#fff;
	text-align:center;
	padding:5px 0 3px 0;
	margin:0 0 5px 0;
	font-family:'Calibri';
	text-transform:uppercase;
}
.fl-hide .invest-image {
	display:block;
}
.fl-hide input, .fl-hide textarea {
	width:100% !important;
}
.fl-hide input[type=radio] {
	width:auto !important;
	display:inline-block;
	margin-bottom:24px;
}
.fl-hide input.wpcf7-dynamictext {
	background:#fff !important;
	padding:0;
	border:0;
	color:#002b54;
	font-size:20px;
	pointer-events:none;
}
.build-own {
	padding:140px 0 50px 0;
	background:#e8a713 url(images/bg-video.png) no-repeat left center;
	background-size:15%;
}
/* body.page-id-267 .intro {
	background:#f1f1f2 url(images/bg-watermark.png) no-repeat left center;
	background-size:20%;
} */
.build-own h2 {
	color:#fff;
}
.build-own .col {
	color:#fff;
	text-align:center;
}
.build-own .col p {
	margin:0;
	padding:0 20px;
}
.video-player {
	background:#00afae url(images/bg-video.png) no-repeat left center;
	background-size:25%;
	padding:140px 0 50px 0;
}
.video-player video {
	display:block;
	margin:0 auto;
}
.banners {
	width:100%;
	height:650px;
	position:relative;
	background-color:#002b54;
	overflow:hidden;
}
.blog-banners {
	width:100%;
	height:350px;
	position:relative;
	background-color:#002b54;
	overflow:hidden;
	margin:0 0 24px 0;
}
.banners .slide, .blog-banners .slide {
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
}
.banners h1 {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	display:block;
	width:1060px;
	text-align:center;
	font-family: 'VAGRoundedStd-Bold';
	font-size:70px;
	color:#fff;
	line-height:1;
	margin:0;
	text-shadow:1px 1px 20px rgba(0,0,0,0.3);
}
.featured-buttons {
	position:absolute;
	margin:-80px 0 0 0;
	width:100%;
}
.featured-buttons a {
	text-decoration:none;
}
.featured-buttons .col-middle {
	margin:0 2%;
}
.featured-buttons .col {
	width:32%;
	text-align:center;
	background:#002a54;
	padding:20px 20px 0 20px;
	color:#fff;
	box-shadow:1px 1px 20px rgba(0,0,0,0.3);
	height:170px;
}
.featured-buttons .col p {
	margin:0;
}
.featured-buttons .col h2 {
	background:#335576;
	color:#fff;
	border:1px solid #fff;
	font-family:inherit;
	font-weight:bold;
	font-size:25px;
	padding:5px 10px 3px 10px;
	display:inline-block;
	margin:0 0 10px 0;
}
.learn-more {
	font-size:20px;
	display:block;
	margin:20px 0 0 0;
}
.page-title {
	background:#e8a713;
	color:#fff;
	padding:30px 0 25px 0;
}
.page-title .container {
	width:1260px;
}
.page-title h1 {
	font-family: 'VAGRoundedStd-Bold';
	text-transform:uppercase;
	margin:0;
	line-height:1;
	float:left;
}
.page-title #breadcrumbs {
	float:right;
	line-height:32px;
	font-family: 'VAGRoundedStd-Bold';
}
.page-title #breadcrumbs a {
	text-decoration:none;
}
.panel, .intro {
	padding:50px 0;
	text-align:left;
}
.panel table {
	margin:0 0 24px 0;
	border:0;
	border-spacing:0;
}
.panel table tr td img {
	display:block;
}
.panel table tr td {
	vertical-align:top;
}
.intro {
	background:#f1f1f2;
}
.panel h2 {
	text-align:left;
}
.panel ul {
	margin:0 0 24px 15px;
	padding:0;
}
.blue {
	background:#002b54;
	color:#fff;
	text-align:center;
}
.blue h2 {
	text-align:center !important;
	color:#fff;
}
.text-center h2 {
	text-align:center !important;
}
.text-center .alignleft {
	margin:0 10px 0 0;
}
.text-center h3 {
	color:#e8a713;
	line-height:33px;
	font-size:28px;
	margin:0 0 10px 0;
}
table.grey-table {
	background:#f1f1f2;
}
table.grey-table tr td {
	padding:20px;
	box-sizing:border-box;
}
table.grey-table h2 {
	text-align:left !important;
	margin:0 0 10px 0;
	font-size:26px;
}
table.grey-table img {
	width:100%;
	height:auto;
}
table.grey-table tr td.has-image {
	padding:0;
}
table.pricing-table {
	color:#fff;
}
table.pricing-table tr td, .help-container table tr td {
	padding:20px;
}
table.alt-blue, table.alt-blue h3 {
	color:#e8a713;
	font-size:24px;
}
table.alt-blue .btn {
	font-size:16px;
}
.help-container table {
	margin:0;
}
.help-container table tr td {
	width:33%;
}
.help-container table tr td h3 {
	font-size:inherit;
	margin:0;
}
table.pricing-table tr td:first-child {
	background:#002b54;
	font-family: 'VAGRoundedStd-Bold';
}
table.pricing-table tr td:last-child {
	background:#e8a713;
}
h2.accordion-title {
	outline:none;
	cursor:pointer !important;
	font-size:22px;
	text-transform:uppercase;
	font-family:'Calibri';
}
h2.accordion-title:before {
	font-family:'Font Awesome 5 Free';
	content:'\f0fe';
	display:inline-block;
	margin:0 10px 1px 0;
	font-size:22px;
	color:#e8a713;
	float:left;
}
.accordion-content {
	margin:0 0 20px 0;
}
ul.glossary-atoz {
	list-style-type:none;
}
ul.glossary-menu-atoz {
	margin:0 0 20px 0;
	padding:0;
}
.atoz-term-title {
	font-family: 'VAGRoundedStd-Bold';
	color:#002b54;
}
.atoz-li {
	padding:0 0 20px 0;
}
li.glossary-menu-item a {
	font-family: 'VAGRoundedStd-Bold';
	text-decoration:none;
	color:#e8a713;
}
.atozmenu-off:hover {
	background:#fff;
}
.col-blog {
	width:65%;
	display:inline-block;
	vertical-align:top;
	padding:0 5% 0 0;
}
.col-blog h2, .col-blog p {
	margin:0 0 10px 0;
}
.col-blog img {
	margin:20px 0 10px 0;
	border-top:1px solid #f1f1f2;
	padding:20px 0 0 0;
}
.col-blog img:first-child {
	margin:0 0 10px 0;
	padding:0;
}
.widget-area {
	width:30%;
	display:inline-block;
	vertical-align:top;
}
.post-categories {
	margin:0 0 10px 0 !important;
	list-style-type:none;
}
.post-categories li {
	display:inline-block;
}
body.single .post-categories {
	float:left;
	margin:0 0 24px 0 !important;
}
.post-categories li a {
	color:inherit;
}
.post-categories li:after {
	content:', ';
}
.post-categories li:last-child:after {
	content:'';
}
form.wpcf7-form input, form.wpcf7-form textarea, form.wpcf7-form select {
	background:#f1f1f2;
	border-radius:0;
	border-color:#e6e7e8;
	font-family:inherit;
	font-size:inherit;
	padding:10px;
	width:50%;
	display:block;
	margin:0 auto;
	outline:none;
}
form.wpcf7-form textarea {
	resize: none;
}
form.wpcf7-form select {
	height:40px;
}
form.wpcf7-form input[type=checkbox] {
	width:auto;
	display:inline-block;
}
form.wpcf7-form input[type=submit] {
	background:#e8a713;
	color:#fff;
	width:150px;
	border:0;
	padding:13px 20px 11px 20px;
	text-transform:uppercase;
	font-weight:bold; }
.wpcf7-response-output {
	margin:0 !important;
	padding:10px !important;
	text-align:center;
	border:0 !important;
	border-top:1px solid #002b54 !important;
}
.wpcf7-not-valid-tip {
	display:none !important;
}
.wpcf7-not-valid {
	background:#f1a6b4 !important;
}
.aside-form br {
	display:none;
}
.aside-form input, .aside-form textarea {
	margin:0 0 5px 0 !important;
}
#return-to-top {
	position:fixed;
	bottom:0;
	right:0;
	line-height:1;
	padding:20px 20px 18px 20px;
	z-index:99;
	color:#002b54;
	font-size:30px;
	transition:all .5s;
}
#return-to-top:hover {
	color:#00afae;
}
body.search .entry-footer {
	display:none;
}
body.search .entry-title {
	margin:0 !important;
	font-size:20px;
}
body.search .entry-summary {
	margin:0 !important;
}
body.search .entry-meta {
	display:none;
}
body.search .attachment-post-thumbnail {
	display:none;
}
body.search .type-post:before {
	content:'BLOG ENTRY';
	font-size:12px;
}
.coming-soon {
	position:relative;
}
.coming-soon:hover:after {
	display:block;
	position:absolute;
	left:-10px;
	top:25px;
	background:#002b54;
	color:#fff;
	content:'COMING SOON';
	padding:5px 10px;
	text-align:left;
	white-space:nowrap;	
}
.subscribe {
	position:fixed;
	bottom:0;
	left:0;
	background:#002b54;
	opacity:0;
	transition:opacity .5s;
	width:100%;
	padding:20px;
	height:195px;
}
.subscribe .wpcf7 {
	margin:0 auto;
	width:50%;
	text-align:center;
}
.subscribe .wpcf7 .wpcf7-form-control-wrap, .subscribe .wpcf7 input[type=submit] {
	width:30% !important;
	display:inline-block;
	vertical-align:top;
}
.subscribe .wpcf7 input[type=submit] {
	height:39px;
}
.subscribe .wpcf7 br {
	display:none;
}
.subscribe .wpcf7 .wpcf7-response-output {
	color:#fff !important;
	padding:0 !important;
}
.subscribe input {
	width:100% !important;
	padding:5px !important;
}
.subscribe h2 {
	color:#e8a713;
}
footer .logo {
	width:75%;
	display:block;
	margin:0 0 20px 0;
}
footer .social {
	display:block;
	padding:20px 0;
}
footer .footer-contact span {
	padding:0 0 0 1.45em;
}
footer strong {
	color:#e8a713;
	font-size:25px;
}
footer .copyright {
	background:#e8a713;
	text-align:center;
	font-size:14px;
	padding:10px 0;
	margin:20px 0 0 0;
}
footer .watermark {
	position:absolute;
	right:-110px;
	bottom:-75px;
	opacity:0.05;
	width:32%;
}

@media (max-width: 575px) { }

@media (max-width: 767px) {
	.container {width:100% !important;}
	.banners {height:calc(100vh - 230px);transition:height 9999s;}
	header .logo-container {width:85%;padding:0 0 0 0;}
	header .slogan {padding:0 20px;display:block;width:100%;text-align:left;top:78px;}
	.mob-break {display:block;margin:0 0 10px 0;}
	.subscribe, #return-to-top, footer .watermark, .menu-primary-nav-container, .fa-search {display:none !important;}
	#return-to-top {opacity:0 !important;}
	header .top-bar {position:relative;}
	header .top-bar .left, header .top-bar .right {width:100%;}
	header .top-bar .right {text-align:left;}
	header .top-bar .social {position:absolute;right:20px;bottom:10px;width:auto;}
	.banners h1 {width:100%;padding:0 20px;font-size:10vw;}
	.call-us {padding:50px 20px;}
	footer .container, .blog-posts .container, .get-started .container {padding:0 20px;}
	footer .col, .blog-posts .col {width:100%;}
	.blog-posts .col {min-height:0;margin:0 0 20px 0;}
	.blog-posts .col .btn, .get-started .col .btn {position:relative;bottom:0;left:auto;margin:0 0 0 0;width:100%;transform:translate(0);}
	.get-started .col .btn {margin:20px 0 0 0;}
	.get-started .col, .mortgage-innovators .col, .featured-investments .col, .featured-buttons .col, .build-own .col {width:100%;margin:0 0 20px 0;}
	.featured-buttons .col {margin:1px 0;}
	.build-own {padding:50px 20px;background-size:50%;}
	.featured-buttons {position:relative;margin:0;}
	.mortgage-innovators .col {margin:0;}
	body.page .in-page-image {height:auto;}
	.in-page-image {background-attachment:initial !important;}
	.in-page-image h2, .in-page-image p {padding:20px;}
	#responsive-menu-wrapper {padding-top:20px !important;}
	.page-title h1 {padding:0 0 0 20px;width:100%;}
	.page-title #breadcrumbs {float:none;display:block;padding:0 0 0 20px;}
	.intro, .container-32, .container-152, .container-159, .blue, .container-773, .container-196, .container-228, .container-253, .container-264, .container-267, .container-362, .text-center, .section-strip, .container-130, .container-323, .container-330, .container-335, .container-356 {padding:50px 20px;}
	.container-773 input, .container-773 textarea, .container-773 select, .container-362 input, .container-362 textarea, .container-362 select, .container-130 input, .container-130 textarea, .container-130 select {width:100% !important;}
	body.page-id-32 table tr td, body.page-id-159 table tr td, body.page-id-196 table tr td, body.page-id-228 table tr td, body.page-id-253 table tr td, body.page-id-49 table tr td, body.page-id-290 table tr td, body.page-id-335 table tr td {width:100% !important;display:table;}
	body.page-id-290 table tr td {text-align:center;}
	body.page-id-290 table tr td img {margin:0 auto;float:none;}
	.container-left, .aside-form {display:block;width:100%;padding:0 20px;}
	.col-blog, .widget-area {width:100%;padding:0 20px;}
	.widget-area {margin:20px 0 0 0;}
	body.single .panel .container {padding:0 20px;}
	#enquire-pop, .featherlight-content, .featherlight-inner {width:100%;}
	footer {padding-bottom:0 !important;}
	footer .logo {width:100%;}
}

@media (min-width: 768px) and (max-width:1300px) {
	.subscribe {bottom:80px;top:auto;}
	.container {width:90% !important;}
	header .slogan {display:none;}
	header .menu-primary-nav-container {width:70%;}
	.banners h1 {width:75%;}
	.page-title #breadcrumbs {float:left;clear:both;}
	footer .watermark {right:0;}
	.subscribe .wpcf7 {width:100%;}
	.roll {font-size:12px;}
	.get-started .col {height:300px;}
}

@media (min-width: 768px) and (max-width:1300px) and (orientation:portrait) {
	.menu-primary-nav-container, .fa-search {display:none !important;}
	.roll {font-size:10px;}
	header .top-bar {font-size:14px;}
	header .social {display:none !important;}
	button#responsive-menu-button {top:50px !important;}
	.featured-buttons .col {height:200px;}
	.get-started .col {height:350px;}
	footer {font-size:14px;}
}