/*********************
SLIDER
*********************/

.slick-slider {
	box-sizing: border-box;
	display: block;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.slick-track {
	display: block;
	left: 0;
	position: relative;
	top: 0;

	.slick-loading & {
		visibility: hidden;
	}
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-slide {
	float: left;
/** /
	height: 100%;
	min-height: 1px;
/**/
	[dir="rtl"] & {
		float: right;
	}

	display: none;

	.slick-initialized & {
		display: block;
	}

	.slick-loading & {
		visibility: hidden;
	}

	.slick-vertical & {
		display: block;
		height: auto;
		border: 1px solid transparent;
	}
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-arrow.slick-hidden {
	display: none;
}


/*********************
DOTS
*********************/

.slick-dots {
	bottom: 6px;
	display: block;
	left: 0;
	list-style: none;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
	position: relative;
}

.slick-dots li button {
	background: transparent;
	border: 1px solid white;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 14px;
	margin: 0;
	padding: 0 !important;
	text-indent: -9999em;
	width: 14px;
}

.slick-dots li button:hover, .slick-dots li button:focus, .slick-dots li button:focus {
	border: 1px solid #b1a017;
}

.slick-dots li.slick-active button {
	background: white;
}

@media (min-width: 768px) {

	.slick-dots {
		bottom: 28px;
	}
	}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, .5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, .2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay, .twentytwenty-container.active :focus.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :focus.twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active :focus.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover, .twentytwenty-overlay:focus {
    background: rgba(0, 0, 0, .5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label, .twentytwenty-overlay:focus .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label, .twentytwenty-overlay:focus .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  border-radius: 1000px;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, .5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, .5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, .5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, .5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, .5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

html, body {
	margin: 0;
	min-height: 100vh;
	min-width: 100%;
	padding: 0;
	text-align: center;
}

body {
	background: #41414d
}

body.is-cardShown {
	height: 100%;
	overflow: hidden;
}

svg {
	fill: currentColor
}

svg.u-icon {
	display: inline-block;
	vertical-align: baseline;
}

svg use {
	pointer-events: none;
}

::-moz-selection {
	background: #b1a017;
	color: white;
	text-shadow: none;
}

::selection {
	background: #b1a017;
	color: white;
	text-shadow: none;
}

a {
	color: #b1a017;
	text-decoration: underline;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out
/** /
	&:link {
		-webkit-tap-highlight-color: color(var(--linkHover) alpha(50%));
	}
/**/
}

a:hover, a:focus, a:focus {
	color: rgb(113, 101, 15);
	text-decoration: none;
}

a:active {
	color: #e4d61b;
}

hr {
	clear: both;
	border: 0;
	border-bottom: 1px solid #b1a017;
	display: block;
	height: 0;
	margin: 0 0 28px;
	padding: 0;
	width: 100%;
}

img {
	max-width: 100%;
}

.Page {
	background: white;
}

.Sidebar {
	margin-bottom: 56px;
}

.Main {
	overflow: hidden;
	position: relative;
}

.post-header {
	margin-top: 28px !important;
	padding: 0 28px !important;
	position: relative;
}

.post-title {
	border-bottom: 1px solid #b1a017;
	padding: 0;
}

.post-back {
	display: block;
	clear: both;
	float: left;
	margin: 28px 0 0;
	text-decoration: none;
	text-transform: uppercase;
}

.form-edit {
	padding-bottom: 90px !important;
	padding-top: 90px !important;
	text-align: left;
}

.clearfix, .u-cf {
}

.clearfix::after, .u-cf::after {
	content: '';
	display: block;
	clear: both;
}

.u-wrap {
	position:relative;
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 28px;
	width: 100%
}

.u-wrap::after {
	content: '';
	display: block;
	clear: both;
}

.u-content {
}

.u-content :last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.Sidebar {
		float: left;
		padding-top: 8px;
		width: 36%;
	}
	
	.Main {
	}
	
	.Main--sidebar {
		float: right;
		width: 62%;
	}
}

.Post {
	text-align: left
}

.Post-title {
	color: #4991aa;
}

.SidebarLinks {
	text-align: left
}

.SidebarLinks a {
	color: #4991aa;
	font-size: 1.2em;
	text-decoration: none;
}

.SidebarLinks a:hover, .SidebarLinks a:focus {
	color: #e4d61b;
}

.SidebarLinks svg {
	height: 18px;
	width: 18px;
	margin-top: -4px;
}

.SidebarLinks-previous {
	margin-left: -23px;
}

.SidebarLinks-back {
	margin-top: 14px;
}



.slick-arrow {
	height: 38px;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 38px;
	z-index: 1
}



.slick-arrow button {
	border: none;
	color: white;
	cursor: pointer;
	height: 38px;
	padding: 0;
	width: 38px;
}



.slick-arrow button:hover, .slick-arrow button:focus, .slick-arrow button:focus {
	color: #e4d61b;
}



.slick-arrow button svg {
	height: 100%;
	width: 100%;
}



.slick-arrow.arrow-left-wrap {
	left: 28px;
}



.slick-arrow.arrow-right-wrap {
	right: 28px;
}



@media (min-width: 768px) {

	.slick-arrow {/** /
		&.arrow-left-wrap {
			left: 30px;
			right: auto;
		}

		&.arrow-right-wrap {
			right: 30px;
		}
/**/
	}
	}



@media (min-width: 1024px) {

	.slick-arrow {
		bottom: 25vw;
	}
	}

/* Text meant only for screen readers. */
.screen-reader-text, .u-screenReaderText {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden
}
.screen-reader-text:focus, .u-screenReaderText:focus {
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	display: block;
	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;
}

#wp-submit, .action button, .button, .Button, a.Button, .PageSkip:focus {
	background-color: #b1a017;
	border: none;
	border-radius: 3px;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .3);
	color: white;
	cursor: pointer;
	display: inline-block;
	font-family: "acumin-pro", "Proxima Nova", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
	min-height: 38px;
	min-width: 110px;
	/*outline: none !important;*/
	padding: 8px 12px;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	text-transform: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

#wp-submit:hover, .action button:hover, .button:hover, #wp-submit:focus, .action button:focus, .button:focus, .Button:hover, a.Button:hover, .Button:focus, a.Button:focus, .PageSkip:focus:hover, .PageSkip:focus:focus, #wp-submit:focus, .action button:focus, .button:focus, .Button:focus, a.Button:focus, .PageSkip:focus:focus {
	background-color: rgb(113, 101, 15);
	color: white;
	text-decoration: none;
}

@media (min-width: 768px) {

	#wp-submit, .action button, .button, .Button, a.Button, .PageSkip:focus {
}
		
	}

/**
 * @license
 * MyFonts Webfont Build ID 3447249, 2017-09-05T11:46:24-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: AachenStd-Bold by ITC
 * URL: https://www.myfonts.com/fonts/itc/aachen/std-bold/
 * Copyright: Copyright 1997 International Typeface Corporation. All rights reserved.
 * Licensed pageviews: 250,000
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3447249
 *
 * © 2017 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3499d1");
@font-face {font-family: 'AachenStd-Bold';src: url('../fonts/3499D1_0_0.eot');src: url('../fonts/3499D1_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/3499D1_0_0.woff2') format('woff2'),url('../fonts/3499D1_0_0.woff') format('woff'),url('../fonts/3499D1_0_0.ttf') format('truetype');}

::-webkit-input-placeholder {
	color: #8e8a85;
}
::-moz-placeholder {
	color: #8e8a85;
}
:-ms-input-placeholder {
	color: #8e8a85;
}
:-moz-placeholder {
	color: #8e8a85;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
	background: white !important;
	border: 1px solid #8e8a85;
	border-radius: 8px;
	color: #435063;
	font-size: 1em;
	font-weight: 300;
	height: 32px;
	left: 0;
	line-height: 32px;
	outline: 0;
	padding: 1px 14px 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1
}

input[type="text"]:focus, input[type="text"]:valid, input[type="password"]:focus, input[type="password"]:valid, input[type="datetime"]:focus, input[type="datetime"]:valid, input[type="datetime-local"]:focus, input[type="datetime-local"]:valid, input[type="date"]:focus, input[type="date"]:valid, input[type="month"]:focus, input[type="month"]:valid, input[type="time"]:focus, input[type="time"]:valid, input[type="week"]:focus, input[type="week"]:valid, input[type="number"]:focus, input[type="number"]:valid, input[type="email"]:focus, input[type="email"]:valid, input[type="url"]:focus, input[type="url"]:valid, input[type="search"]:focus, input[type="search"]:valid, input[type="tel"]:focus, input[type="tel"]:valid, input[type="color"]:focus, input[type="color"]:valid, select:focus, select:valid, textarea:focus, textarea:valid, .field:focus, .field:valid {
	color: #435063;
}
.Calculator-returnWrap {
	height: 32px;
	margin: 0 auto;
	max-width: 100px;
	position: relative;
	width: 100%;
}

input[type="number"].Calculator-returnInput {
	background: transparent !important;
	border: 1px solid white !important;
	color: white !important;
	text-align: center;
}

textarea {
	display: block;
	height: 200px;
	resize: vertical;
}

.gform_fields {
	list-style: none !important;
	margin: 0 !important;
}

.gfield {
	margin-bottom: 14px !important;
}

.gform_validation_container, .is-formHideLabel .gfield_label, .Contact-form .gform_heading {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.is-formHideLabel #field_3_7 .gfield_label {
	clip: auto;
	height: auto;
	overflow: auto;
	position: static !important;
	width: auto;
}

.acf-map {
	width: 90%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 90px 0
}

.acf-map img {
	max-width: inherit !important;
}

/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */

/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */

*, ::before, ::after {
	background-repeat: no-repeat; /* 1 */
	box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */

::before, ::after {
	text-decoration: inherit; /* 1 */
	vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */

html {
	box-sizing: border-box; /* 1 */
	cursor: default; /* 2 */
	-ms-text-size-adjust: 100%; /* 3 */
	-webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article, aside, footer, header, nav, section {
	display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */

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: .67em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption, figure, main { /* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 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 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol, nav ul {
	list-style: none;
}

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b, strong {
	font-weight: inherit;
}

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

b, strong {
	font-weight: bolder;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ffff00;
	color: #000000;
}

/**
 * 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: -.25em;
}

sup {
	top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::-moz-selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio, video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

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

img {
	border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg {
	fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */

/**
 * Collapse border spacing
 */

table {
	border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
	margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */

button, input, select, textarea {
	background-color: transparent;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * 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;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
	overflow: auto; /* 1 */
	resize: vertical; /* 2 */
}

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button, [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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, menu {
	display: block;
}

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

summary {
	display: list-item;
}

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}

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

template {
	display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */

/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */

a, area, button, input, label, select, summary, textarea, [tabindex] {
	-ms-touch-action: manipulation; /* 1 */
	touch-action: manipulation;
}

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

[hidden] {
	display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */

/**
 * Change the cursor on busy elements (opinionated).
 */

[aria-busy="true"] {
	cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */

[aria-controls] {
	cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */

[aria-hidden="false"][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */

[aria-disabled] {
	cursor: default;
}

:root {
	/* Colors *//* #8e8a85 *//* #827512 */

	/* Fonts */

	/* layout */

	/* Widths */
}

body {
	font-size: 100%;
	font-weight: 300;
	line-height: 1.45;
	color: #555867;
	font-family: "acumin-pro", "Proxima Nova", Helvetica, Arial, sans-serif;
	fill: #555867;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	font-family: "acumin-pro", "Proxima Nova", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 28px
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a {
	color: inherit;
	text-decoration: none;
}

h1, .h1 {
	font-size: 2.7em;/* 43.2px */
	width: 100%
}

@media (min-width: 480px) {

	h1, .h1 {/*font-size: 3.125em;*/
	}
	}

h2, .h2 {
	font-size: 1.8em;/* 28.8px */
}

h3, .h3 {
	font-size: 1.5em;/* 24px */
	font-weight: 500;
	margin: 0 0 10px;
}

h4, .h4 {
	font-size: 1.38em;/* 22.08px */
	font-weight: 500;
	margin: 0 0 14px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, p {
}

h1 br, .h1 br, h2 br, .h2 br, h3 br, .h3 br, h4 br, .h4 br, p br {
	display: none;
}

@media (min-width: 768px) {

	h1, .h1, h2, .h2, h3, .h3, h4, .h4, p {
}

	h1 br, .h1 br, h2 br, .h2 br, h3 br, .h3 br, h4 br, .h4 br, p br {
		display: block;
	}
	}

ul, ol {
	list-style: none;
}

ul, ol, li {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 28px;
}

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

cite {
	font-style: normal;
	padding: 8px 0;
}

address {
	margin: 0 0 28px;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}


/******************************************************************
ENTRY CONTENT
******************************************************************/

#tinymce {
	padding: 14px 28px !important;
	text-align: left
}

#tinymce br {
	display: block !important;
}

#tinymce, .u-content {

}

#tinymce p, .u-content p {
}

#tinymce p br, .u-content p br {
	display: block !important;
}

#tinymce hr, .u-content hr {
	border-color: #4991aa;
}

#tinymce a, .u-content a {
	text-decoration: underline;
}

#tinymce ul, #tinymce ol, .u-content ul, .u-content ol {
	margin: 0 0 28px 28px;
}

#tinymce ul, .u-content ul {
	list-style: disc;
}

#tinymce ol, .u-content ol {
	list-style: decimal;
}

#tinymce li, .u-content li {
}

#tinymce li > ul, #tinymce li > ol, .u-content li > ul, .u-content li > ol {
	margin-bottom: 0;
	margin-left: 1em;
}

#tinymce dt, .u-content dt {
	font-weight: bold;
}

#tinymce dd, .u-content dd {
	margin: 0 1em 28px;
}

#tinymce table, .u-content table {
	margin: 0 0 28px;
	width: 100%;
}

#tinymce th, .u-content th {
	font-weight: bold;
}

.entry-content {
}

.entry-content h1, .entry-content .h1, .entry-content h2, .entry-content .h2, .entry-content h3, .entry-content .h3, .entry-content h4, .entry-content .h4 {
	color: #4991aa;
}

.entry-content .is-textIntro {
	color: #4991aa;
}

.news_type-newsletter .u-content {
}

.news_type-newsletter .u-content table {
	margin: 0;
}

.news_type-newsletter .u-content img {
	height: auto;
	max-width: 100%;
}

.news_type-newsletter .u-content .m_-3167898487873465913SectionDivider {
	padding-bottom: 0 !important;/*
		& img {
			display: none !important
		}
*/
}

.news_type-newsletter .u-content .m_-3167898487873465913SectionDivider ~ .m_-3167898487873465913SectionDivider {
	display: none;
}


/******************************************************************
SPECIAL FORMATTING
******************************************************************/

.is-textYellow {
	color: #e4d61b;
}

.is-textBlue {
	color: #4991aa;
}

.is-fontQuesta {
	font-family: "questa-sans", Helvetica, Arial, sans-serif;
}

.is-textWhite {
	color: white
}

.is-textWhite .u-content a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.is-textWhite .u-content a:hover, .is-textWhite .u-content a:focus {
	text-decoration: none;
}

.is-textLarge {
	font-size: 1.25em;
}

.is-textSmall {
	font-size: 0.625em;
}

.is-textIntro {
	font-size: 1.25em;
	font-weight: 100;
}

.is-noMargin {
	margin: 0;
}

.is-fullWidth {
	width: 100% !important;
	max-width: 100% !important;
}

.is-dividerText {
	margin: 45px 0 !important;
	padding: 0 14px;
	position: relative;
	z-index: 1
}

.is-dividerText .dividerText-wrap {/* 		background: white; *//* 		padding: 0 var(--gutter); */
}

.is-dividerText .dividerText-bg, .is-dividerText::before, .is-dividerText::after {
	content: '';
	display: block;
	position: absolute;
}

.is-dividerText .dividerText-bg, .is-dividerText::before {
	background: white;
	bottom: 0;
	height: 100%;
	left: 50%;
	margin: 0 auto;
	top: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 50%;
	z-index: -1;
}

.is-dividerText::after {
	background: #555867;
	height: 1px;
	left: 0;
	right: 0;
	top: 51%;
	z-index: -2;
}

body.page-id-10 {
}

body.page-id-10 .is-dividerText {
	margin-left: auto !important;
	margin-right: auto !important;
	width: 312px !important;
}

@media (min-width: 666px) {

	body.page-id-10 .is-dividerText {
		max-width: 638px !important;
		width: 638px !important;
	}
}

@media (min-width: 992px) {

	body.page-id-10 .is-dividerText {
		max-width: 964px !important;
		width: 964px !important;
	}
}

.u-contentIcon {
	max-width: 58px !important;
}

.lazyload, .lazyloading, .lazyloaded {
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.lazyload {
	opacity: 0;
}

.lazyloading {
	background: url(../img/spinner.gif) no-repeat center;
}

.lazyloaded {
	opacity: 1;
}

#tinymce, .u-content {
}

#tinymce img, .u-content img {
	height: auto;
	margin: 0 0 28px;
	max-width: 100%;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	max-width: 100%;
	height: auto;
}

.alignnone, img.alignnone, figure.alignnone, dl.alignnone, .alignnone img {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	height: auto;
}
	.alignleft, img.alignleft, figure.alignleft, dl.alignleft, .alignright, img.alignright, figure.alignright, dl.alignright, .aligncenter, img.aligncenter, figure.aligncenter, dl.aligncenter {
		clear: both;
		display: block;
		margin-right: auto;
		margin-left: auto;
		width: 100%;
	}

@media (min-width: 480px) {
	.alignleft, img.alignleft, figure.alignleft, dl.alignleft {
		display: inline;
		float: left;
		margin-left: 0em;
		margin-right: 28px;
		width: auto;
	}
	.alignright, img.alignright, figure.alignright, dl.alignright {
		display: inline;
		float: right;
		margin-left: 28px;
		margin-right: 0em;
		width: auto;
	}
	.aligncenter, img.aligncenter, figure.aligncenter, dl.aligncenter {
		clear: both;
		display: block;
		margin-right: auto;
		margin-left: auto;
		width: auto;
	}
}

/******************************************************************
CAPTIONS
******************************************************************/

.wp-caption {
	max-width: 100%;
	background: #8e8a85;
	font-size: 0.75em;
	padding: 0.333333333em 0;
	text-align: center

	/* images inside wp-caption */
}

.wp-caption.alignleft {
	margin-right: 28px;
}

.wp-caption.alignright {
	margin-left: 28px;
}

.wp-caption.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

.wp-caption img {
	max-width: 100%;
	margin-bottom: 0;
	width: 100%;
}

.wp-caption p.wp-caption-text {
	font-size: 0.9em;
	margin: 4px 0 7px;
	text-align: center;
}

/******************************************************************
HTML5 IMAGE GALLERY
******************************************************************/

.gallery {
	text-align: justify
}

.gallery .gallery-item {
	margin: 0;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: .5em;/*outline: none;*/
}

.gallery img {
	display: block;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.gallery .gallery-caption {
	text-align: left;
	padding: .25em 0;
}

.gallery::after {
	content: '';
	display: inline-block;
	width: 100%;
}

@media (min-width: 768px) {

	.gallery {
}

	.gallery .gallery-item {
		width: 25%;
	}

	.gallery img:hover, .gallery img:focus {
		opacity: .7;
		-webkit-transition: opacity .2s ease;
		transition: opacity .2s ease;
	}
	}

.BannerPageView {
	background: white no-repeat center top;
	height: 75vh;
/*
	min-height: 60vw;
	max-height: 650px;
*/
	overflow: hidden;
	position: relative;
	text-align: center
}

.BannerPageView-image {
	height: 100%;
	max-width: none;
	width: auto;
}

.BannerPageView-bg {
	bottom: 0;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.6;
	padding: 112px 28px 28px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.BannerPageView-content {
	left: 0;
	padding: 0 28px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 55%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 100%;
}

.BannerPageView-wrap {
	text-align: center;
	width: 100%;
}

@media (max-width: 768px) {

	.BannerPageView {
}

	.BannerPageView h1 {
		font-size: 2.25em;
	}
	}

@media (min-width: 480px) {

	.BannerPageView {/* 		min-height: 40vw; */
	}
	}

@media (min-width: 768px) {

	.BannerPageView {
		height: auto;/* 		min-height: 30vw; */
	}

	.BannerPageView-bg, .BannerPageView-content {
		left: 0;
		min-width: 325px;
		padding: 90px 22% 28px 16%;
		right: auto;
		width: 43%;
	}

	.BannerPageView-content {
		padding-bottom: 0;
		padding-top: 0;
	}

	.BannerPageView-image {
		height: auto;
		width: 100%;
	}

	.BannerPageView-bg {
		-webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
		        clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
	}

	.BannerPageView-wrap {
		left: 45%;
		position: absolute;
		text-align: left;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		width: 55%;
	}

	.BannerPageView--right {
}

	.BannerPageView--right .BannerPageView-bg, .BannerPageView--right .BannerPageView-content {
		left: auto;
		right: 0;
	}

	.BannerPageView--right .BannerPageView-bg {
		-webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
		        clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
	}

	.BannerPageView--right .BannerPageView-wrap {
		left: auto;
		right: 40%;
		top: 60%;
		-webkit-transform: translate(50%, -50%);
		        transform: translate(50%, -50%);
	}
	}

/*
644 x 580
322 x 290

1024-(14+14+14+14)=968
968/3=322

1024/3 = 340
340-14-14 = 312
*/
.Box {
	display: inline-block;
	padding: 0 7px 14px;
	max-width: 100% !important;
	overflow: hidden;
/* 	padding: 0 calc(var(--gutter) / 2) var(--gutter); */
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 312px
}
.Box > * {
	background: white;
}

.BannerSlider {
	height: 75vh;
	position: relative;
	text-align: center
}

.BannerSlider-image {
	height: 100%;
	max-width: none;
	width: auto !important;
}

.BannerSlider-content {
	color: white;
	left: 50%;
	margin: 0 auto;
	opacity: 1;
	position: absolute;
	text-shadow: 0px 2px 7px rgba(0, 0, 0, .5);
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 80%;
	z-index: 5;
}

.BannerSlider-slides {
	height: 100%;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100% !important;
}

.BannerSlider-slide, .BannerSlider .slick-list, .BannerSlider .slick-track {
	height: 100%;
}

@media (min-width: 768px) {

	.BannerSlider {
		height: auto;
	}

	.BannerSlider--right {
}

	.BannerSlider--right .ContentPhoto-content {
		float: right;
	}
	}

.Boxes {
	padding-bottom: 56px;
	overflow: hidden;
	text-align: center
}

.Boxes-wrap {
	padding: 14px 7px 0;
}

@media (max-width: 1023px) {

	.Boxes {
}

	.Boxes .LoadMore {
		display: none !important;
	}
	}

@media (min-width: 768px) {

	.Boxes {
		position: relative;
	}
	}

.Boxes .slick-list {
	margin: 0 auto;
	max-width: 326px !important;
	overflow: hidden !important;
	padding: 0;
	width: 326px !important;
}

@media (min-width: 666px) {

	.Boxes .slick-list {
		max-width: 652px !important;
		width: 652px !important;
	}
}

@media (min-width: 992px) {

	.Boxes .slick-list {
		max-width: 978px !important;
		width: 978px !important;
	}
}

.Boxes.RecentNews {
}

.Boxes.RecentNews .Boxes-wrap, .Boxes.RecentNews .slick-list {
	max-width: 100% !important;
	width: 100% !important;
}

.Boxes .slick-arrow {
	height: 38px;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 38px;
	z-index: 1;
}

.Boxes .slick-arrow button {
	border: none;
	color: #555867;
	cursor: pointer;
	height: 38px;
	padding: 0;
	width: 38px;
}

.Boxes .slick-arrow button:hover, .Boxes .slick-arrow button:focus, .Boxes .slick-arrow button:focus {
	color: #e4d61b;
}

.Boxes .slick-arrow button svg {
	height: 100%;
	width: 100%;
}

.Boxes .slick-arrow.arrow-left-wrap {
	left: 0;
}

.Boxes .slick-arrow.arrow-right-wrap {
	right: 0;
}

@media (min-width: 768px) {

	.Boxes .slick-arrow {/** /
			&.arrow-left-wrap {
				left: 30px;
				right: auto;
			}

			&.arrow-right-wrap {
				right: 30px;
			}
	/**/
	}
}

@media (min-width: 1024px) {

	.Boxes .slick-arrow {
		bottom: 25vw;
	}
}

.Boxes.is-noMargin {
}

.Boxes.is-noMargin, .Boxes.is-noMargin .Boxes-wrap {
	padding: 0;
}

.Boxes.is-noMargin .Box {
	margin: 0 !important;
	width: 326px;
}

.BorrowersList {
}

.BorrowersList .LoadMore {
	display: none;
}

@media (min-width: 768px) {

	.BorrowersList .LoadMore {
		display: block;
	}
}

.RecentNews {
}

.RecentNews .slick-arrow {
	height: 38px;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 38px;
	z-index: 1;
}

.RecentNews .slick-arrow button {
	border: none;
	color: white;
	cursor: pointer;
	height: 38px;
	padding: 0;
	width: 38px;
}

.RecentNews .slick-arrow button:hover, .RecentNews .slick-arrow button:focus, .RecentNews .slick-arrow button:focus {
	color: #e4d61b;
}

.RecentNews .slick-arrow button svg {
	height: 100%;
	width: 100%;
}

.RecentNews .slick-arrow.arrow-left-wrap {
	left: 28px;
}

.RecentNews .slick-arrow.arrow-right-wrap {
	right: 28px;
}

@media (min-width: 768px) {

	.RecentNews .slick-arrow {/** /
			&.arrow-left-wrap {
				left: 30px;
				right: auto;
			}

			&.arrow-right-wrap {
				right: 30px;
			}
	/**/
	}
}

@media (min-width: 1024px) {

	.RecentNews .slick-arrow {
		bottom: 25vw;
	}
}

.RecentNews.is-noMargin {
}

.RecentNews.is-noMargin, .RecentNews.is-noMargin .Boxes-wrap {
	padding: 0;
}

.RecentNews.is-noMargin .Box {
	margin: 0 !important;
	width: 326px;
}

.BannerSlide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	bottom: 0;
	height: 100%;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 100%
}

.BannerSlide::after {
	clear: both;
	content: '';
	display: block;
}

.BannerSlide p {
	margin-bottom: 0;
}

.BannerSlide h1, .BannerSlide h2 {
	color: white;
}

.BannerSlide-content {
	background: #b1a017;
	color: white;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 180px 54px 180px 28px;
	position: relative;
	text-align: left;
	width: 100%;
}

.BannerSlide-content > * {
	color: white !important;
}

.BannerSlide-content p {
	font-size: 1.125em;
}

.BannerSlide-wrap {
	margin-bottom: 90px;
}

@media (min-width: 768px) {

	.BannerSlide {
		height: 0;
		padding: 0 0 20%;
	}

	.BannerSlide-content {
		background: rgba(177,160,23, 0.9);
		height: 100%;
		padding: 28px 28px 90px 28px;
		position: absolute;
		left: 0;
		top: 0;
		width: 50%;
	}

	.BannerSlide-wrap {
		max-width: 300px;
		position: absolute;
		right: 10%;
		top: 40%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		width: 70%;
	}
	}

.Calculator {
	text-align: center;
	padding: 0 14px
}

.Calculator-investment {
	margin: 0 auto 28px;
	width: 50%;
}

.Calculator-return {
	margin: 0 auto 28px;
	width: 50%;
}

.Calculator-percent {
	color: white;
	height: 32px;
	line-height: 32px;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}

.Calculator-term {
	margin: 0 auto 28px;
	width: 100%;
}

.Calculator-term input {
	width: 100%;
}

.Calculator-termWrap {
	position: relative;
}

.Calculator-term output {
	background: transparent;
	bottom: 2em;
	color: white;
	display: inline-block;
	font-size: 0.75em;
	font-weight: bold;
	height: 20px;
	left: 0;
	line-height: 1.5em;
	margin-left: -2em;
	position: absolute;
	text-align: center;
	width: 4em;
}

.Calculator-term output:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;/*
				border-top: 6px solid var(--blue);
				border-left: 5px solid transparent;
				border-right: 5px solid transparent;
*/
	top: 100%;
	left: 50%;
	margin-left: -5px;
	margin-top: -1px;
}

@media (min-width: 768px) {

	.Calculator {
}

	.Calculator-investment {
		float: left;
		width: 25%;
	}

	.Calculator-term {
		float: left;
		padding: 0 28px;
		width: 50%;
	}

	.Calculator-return {
		float: left;
		width: 25%;
	}
	}

.Calculator-output {
	font-size: 1.5em;
}

.Calculator-answer {
}

.Calculator-investmentInput {
	float: none;
	margin: 0 auto;
	max-width: 100px;
	text-align: center;
}


/*********************
FLIGHT CALCULATOR
*********************/
input[type=range] {
	-webkit-appearance: none;
	margin: 8.5px 0;
	width: 100%
}
input[type=range]::-webkit-slider-runnable-track {
	background: white;
	border-radius: (10px/2);
	cursor: pointer;
	height: 10px;
	width: 100%;
}
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	background: white;
	border-radius: 50%;
	cursor: pointer;
	height: 30px;
	width: 30px;
	margin-top: -8.5px;
}
input[type=range]::-moz-range-track {
	background: #8a8f94;
	border-radius: 5px;
	cursor: pointer;
	height: 10px;
	width: 100%;
}
input[type=range]::-moz-range-thumb {
	background: white;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 30px;
	width: 30px;
}
input[type=range]::-moz-range-progress {
	background: white;
	height: 3px;
}
input[type=range]::-ms-track {
	background: transparent;
	border-color: transparent;
	border-radius: 5px;
	color: transparent;
	cursor: pointer;
	height: 10px;
	width: 100%;
}
input[type=range]::-ms-fill-lower {
	background: white;
}
input[type=range]::-ms-fill-upper {
	background: #8a8f94;
}
input[type=range]::-ms-thumb {
	background: #0081c9;
	border-radius: 10px;
	cursor: pointer;
	height: 30px;
	width: 30px;
}
input[type=range]:focus {
	outline: none;
}
@media (min-width: 768px) {

	input[type=range] {
}

	input[type=range]::-webkit-slider-runnable-track {
		border-radius: 0.5px;
		height: 1px;
	}

	input[type=range]::-webkit-slider-thumb {
		height: 20px;
		width: 20px;
	}

	input[type=range]::-moz-range-track {
		border-radius: 0.5px;
		height: 1px;
	}

	input[type=range]::-moz-range-thumb {
		height: 20px;
		width: 20px;
	}

	input[type=range]::-ms-track {
		border-radius: 0.5px;
		height: 1px;
	}

	input[type=range]::-ms-thumb {
		height: 20px;
		width: 20px;
	}
	}


.Brand {
	top: 28px;
	left: 28px;
	position: absolute;
	text-align: left;
	vertical-align: top;
	width: 130px;
	z-index: 9999
}


.Brand-link {
	color: white;
	display: block;
	width: 100%;
}


.Brand-logo {
	width: 100%;
}


@media (min-width: 768px) {

	.Brand {
		top: 28px;
		left: 56px;
	}
	}

.BulletColumns {
	padding: 0 14px;
	text-align: left
}

.BulletColumns-wrap {
	max-width: 800px;
}

.BulletColumns-item {
}

.BulletColumns-item::after {
	clear: both;
	content: '';
	display: block;
}

.BulletColumns-icon {
	clear: both;
	float: left;
	width: 30px;
}

.BulletColumns-icon img {
	width: 30px;
}

.BulletColumns-content {
	float: right;
	width: calc(100% - 44px);
}

@media (min-width: 480px) {

	.BulletColumns {
}

	.BulletColumns-icon {
}

	.BulletColumns-content {
}
	}

@media (min-width: 768px) {

	.BulletColumns {
}

	.BulletColumns-list {
		float: left;
		padding: 28px;
		width: 50%;
	}
	}

.Button--outline, .Button--outlineBlue, a.Button--outline, a.Button--outlineBlue {
	background: transparent;
	box-shadow: none;
	border: 1px solid white;/* 		border-radius: 0; */
	color: white;
	min-height: 0;
	min-width: 138px;/* 		padding: 4px 12px 4px; */
	text-decoration: none;
}

.Button--outline:hover, .Button--outline:focus, .Button--outlineBlue:hover, .Button--outlineBlue:focus, a.Button--outline:hover, a.Button--outline:focus, a.Button--outlineBlue:hover, a.Button--outlineBlue:focus, .Button--outline:focus, .Button--outlineBlue:focus, a.Button--outline:focus, a.Button--outlineBlue:focus {
	background-color: transparent;
	border-color: #e4d61b;
	color: #e4d61b;
}

@media (min-width: 768px) {

	.Button--outline, .Button--outlineBlue, a.Button--outline, a.Button--outlineBlue {
		padding: 9px 12px 9px;
	}
}

.Button--outlineBlue, a.Button--outlineBlue {
	border: 1px solid #4991aa;
	color: #4991aa;
}

.Button--right, a.Button--right {
	float: right;
	margin-left: 14px;
	margin-right: 0;
}

.Button--left, a.Button--left {
	float: left;
	margin-left: 0;
	margin-right: 14px;
}

.entry-content {
}

.entry-content .Button {
	margin-left: 0;
}

.ContactList {
}

.ContactList-link {
	clear: both;
	color: white;
	display: block;
	margin-bottom: 14px;
	padding-left: 54px;
	position: relative;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

.ContactList-link::after {
	clear: both;
	content: '';
	display: block;
}

.ContactList-link:focus, .ContactList-link:hover, .ContactList-link:focus {
	color: #e4d61b;
}

.ContactList-icon {
	float: left;
	left: 0;
	position: absolute;
	top: 2px;
	width: 24px;
}

.ContactList-content {
	display: inline-block;
	float: left;
}

.ContactSection {
	background-color: #5A646D !important;
}

.Contact {
	position: relative;
	vertical-align: top
}

.Contact::after {
	clear: both;
	content: '';
	display: block;
}

.Contact-wrap {
	height: auto;
	max-height: 200px;
	-webkit-transition: max-height 0.3s ease-in-out;
	transition: max-height 0.3s ease-in-out;
}

.Contact-intro {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.Contact-content {
	margin-bottom: 28px;
	text-align: left;
}

.Contact-main {
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	visibility: hidden;
}

.Contact.is-active {
}

.Contact.is-active .Contact-wrap {
	max-height: 9999px;
}

.Contact.is-active .Contact-intro {
	display: none;
}

.Contact.is-active .Contact-main {
	opacity: 1;
	visibility: visible;
}

@media (min-width: 768px) {

	.Contact {
		text-align: center;
	}

	.Contact-content {
		display: inline-block;
		xfloat: left;
		margin-right: 10%;
		text-align: left;
		vertical-align: top;
		width: 30%;
	}

	.Contact-form {
		display: inline-block;
		xfloat: right;
		margin-left: 10%;
		text-align: left;
		vertical-align: top;
		width: 30%;
	}
	}

.ContentArticle {
	position: relative;
	width: 100%
}

.ContentArticle-mainlink {
	display: block;
}

.ContentArticle-image, .ContentArticle-img {
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ContentArticle-content {
	color: white;
	width: 100%;
}

.ContentArticle-title {
	left: 50%;
	line-height: 1.4;
	position: absolute;
	top: 40%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 95%;
}

.ContentArticle-link {
	bottom: 28px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.ContentBorrower {
	height: 290px;
	width: 100%
}

.ContentBorrower-image, .ContentBorrower-img {
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ContentBorrower-body {
	background: #4991aa;
	bottom: 14px;
	color: white;
	left: 7px;
	min-height: 104px;
	padding: 14px 14px 0 28px;
	position: absolute;
	right: 7px;
	text-align: left;
}

.ContentBorrower-title {
	font-size: 1em;
	margin: 0 0 0.5em;
}

.ContentBorrower-content {
	font-size: 0.875em;
	font-style: italic;
	line-height: 1.352941176;
}

.ContentPhoto {
	position: relative
/** /
	@media (--v_large) {

		&-content {
			padding-left: 8%;
			padding-right: 5%;
		}
		&--right {
			& .ContentPhoto-content {
				padding-left: 5%;
				padding-right: 8%;
			}
		}
	}

	@media (--v_xlarge) {
		&-content {
			padding-left: 20%;
			padding-right: 5%;
		}
		&--right {
			& .ContentPhoto-content {
				padding-left: 5%;
				padding-right: 20%;
			}
		}
	}
/**/
}

.ContentPhoto::after {
	content: '';
	display: block;
	clear: both;
}

.ContentPhoto-image, .ContentPhoto-image img, .ContentPhoto-content {
	display: block;
	width: 100%;
}

.ContentPhoto-image {
	height: 100%;
	max-height: 560px;
	overflow: hidden;
	position: relative;
}

.ContentPhoto-image img {
	height: auto;
}

.ContentPhoto-caption {
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 12px;
	font-size: .875em;
}

.ContentPhoto-content {
	padding: 28px 28px 90px;
	text-align: left;
}

.ContentPhoto-content p {
	margin-bottom: 14px;
}

@media (min-width: 768px) {

	.ContentPhoto {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
		min-height: 250px;
		max-height: 560px;
	}

	.ContentPhoto-image, .ContentPhoto-content {
		display: inline-block;
		margin: auto;
		width: 50%;
	}

	.ContentPhoto-image {
		float: right;
	}

	.ContentPhoto-content {
		float: left;
		padding: 0 56px;/* 			padding-bottom: var(--margin); */
	}

	.ContentPhoto--right {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}

	.ContentPhoto--right .ContentPhoto-image {
		float: left;
	}

	.ContentPhoto--right .ContentPhoto-content {
		float: right;
		padding-left: 28px;
		padding-right: 56px;
	}
	}

@media (min-width: 1024px) {

	.ContentPhoto {
		display: block;
		position: relative;
	}

	.ContentPhoto-content {
		left: 25%;
		max-width: 500px;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		width: 100%;
	}

	.ContentPhoto--right {
}

	.ContentPhoto--right .ContentPhoto-content {
		left: 75%;
	}
	}

.Slider {
}

.Slider .ContentPhoto-content {
	padding-bottom: 28px;
	padding-top: 20vw;
}

@media (min-width: 480px) {

	.Slider {
}

	.Slider .ContentPhoto-content {
		padding-top: 16vw;
	}
	}

@media (min-width: 768px) {

	.Slider {
}

	.Slider .ContentPhoto-content {
		padding-bottom: 0;
		padding-top: 0;/* var(--margin); */
	}
	}

.EventsSide {
	background: #4991aa url(../img/events-bg.jpg) no-repeat left top;
	background-size: cover;
	color: white;
	margin: 14px 0;
	overflow: hidden;
	text-align: left
}

.EventsSide-wrap {
	padding: 28px 14px 0;
}

.EventsSide-title {
	font-size: 24px;
	padding: 14px;
}

.EventsSide .LoadMore {
	margin: 0 28px 28px;
	text-align: left;
	width: auto;
}

.EventsSide .LoadMore a {
	color: white;
}

.EventsSide .LoadMore a svg {
	height: 30px;
	width: 30px;
}

.EventsSideItem {
	margin-bottom: 28px;
	padding: 14px
}

.EventsSideItem-title {
	font-size: 1.125em;
	margin-bottom: 14px;
}

.EventsSideItem-meta {
	font-family: "questa-sans", Helvetica, Arial, sans-serif;
	font-style: italic;
}

.EventsSideItem-date {/* 		display: block; */
}

.EventsSideItem-location {/* 		display: block; */
}

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

.ContentRecentNews {
	min-height: 300px;
	position: relative;
	width: 100%
}

.ContentRecentNews-image {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.ContentRecentNews-image, .ContentRecentNews-img {
	margin: 0;
	padding: 0;
}

.ContentRecentNews-img {
	height: auto;
	width: 100%;
}

.ContentRecentNews-content {
	bottom: 5%;
	color: white;
	font-size: 0.875em;
	position: absolute;
	right: 5%;
	width: 50%;
}

.ContentRecentNews-bg {
	bottom: 0;
	fill: none;
	height: auto;
	position: absolute;
	right: 0;
	width: 100%;
}

.ContentNews {
	text-align: left;
	width: 100%
}

.ContentNews-image, .ContentNews-img {
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ContentNews-image {
	max-height: 138px;
	overflow: hidden;
}

.ContentNews-content {
	padding: 56px 28px;
}

.ContentNews-category {
	color: #4991aa;
	font-size: 1em;
	margin-bottom: 1em;
}

.ContentNews-title {
	font-size: 1.125em;
}

.ContentNews-link {
	color: #555867;
	text-decoration: none;
}

.ContentNews-date, .ContentNews-publication {
	color: #8e8a85;
	font-family: "questa-sans", Helvetica, Arial, sans-serif;
	font-style: italic;
}

.FormSignup {
	clear: both;
	margin: 0 auto 28px
}

.FormSignup .gform_wrapper {
	padding: 0 14px;
	position: relative;
	text-align: left;
}

.FormSignup .gform_heading {
	margin-bottom: 14px;
}

.FormSignup .gform_heading h3 {
	color: #4991aa;
	line-height: 1;
	margin: 0;
}

.FormSignup .gform_heading .gform_description {
	color: #435063;
	font-size: 0.875em;
	line-height: 1;
}

.FormSignup .gform_body {
	position: relative;
	width: 100%;
}

.FormSignup .gform_body > .gform_fields {
	width: 90%;
}

.FormSignup .gform_footer {
	right: 14px;
	top: 0;
	position: absolute;
	z-index: 1;
}

.FormSignup .gform_button {
	border-radius: 0 8px 8px 0;
	min-height: 32px;
	min-width: 90px;
	padding: 0;
}

.FormSignup--content {
	max-width: 450px;
}

.FormSignup--content .gform_body {/* 			width: 95% !important; */
}

.FormSignup--header {
	margin: 0;
	max-width: 450px;
	width: 100% !important;
}

.FormSignup--header .gform_wrapper {
	padding-left: 0;
}

@media (min-width: 768px) {

	.FormSignup {
		clear: none;
		width: 55%;
	}

	.FormSignup .gform_wrapper {
}

	.FormSignup .gform_wrapper form {
}

	.FormSignup .gform_wrapper form::after {
		clear: both;
		content: '';
		display: block;
	}

	.FormSignup .gform_heading {
		float: left;
		width: 40%;
	}

	.FormSignup .gform_body {
		float: left;/* 			width: 60%; */
	}

	.FormSignup .gform_footer {
		right: 0;
		top: 0;
	}
	}

.Intro {
	background: -webkit-linear-gradient(321deg, #4c9987 0%, #4b9791 100%);
	background: linear-gradient(129deg, #4c9987 0%, #4b9791 100%);
	padding: 90px 0 0;
	position: relative;
	z-index: 1
}

.Intro::after {
	background: #4b9791;
	bottom: -6vw;/*bottom: -calc(var(--angledWidth) / 2);*/
	content: '';
	height: 15vw;/*height: var(--angledWidth);*/
	left: 0;
	overflow: visible;
	position: absolute;
	-webkit-transform: skewY(6.8deg);
	        transform: skewY(6.8deg);
	width: 100%;
	z-index: -1 !important;
}

.Intro-title {
	color: white;
	line-height: 1.5;
	text-align: center;
}

.Intro-content {
	margin-bottom: 28px;
	padding: 0 14px;
}

.Intro-content p {
	font-size: 1.5em;
	margin: 0 auto;
	max-width: 675px;
}

@media (min-width: 768px) {

	.Intro {
}
		
	}

.LegalNotice {
	clear: left;
	display: block;
	font-size: 10px;
	margin: 0 auto;
	max-width: 875px;
	padding: 0 14px;
	text-align: justify;
	width: 100%
}

.LegalNotice, .LegalNotice a {
	color: black;
}

.LoadMore {
    margin: 28px auto 0;
    text-align: center;
	width: 120px
}

.LoadMore-link {
	color: #4991aa;
	display: block;
}

.LoadMore svg {
	height: 18px;
	width: 18px;
}

.LoadMore-link {
	text-decoration: none;
}

body.is-modalOpen {
	overflow: hidden;
}

.Modal {
	background: rgba(52, 52, 56, .9);/*#3c3c40;*/
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	overflow: hidden;
	overflow-y: scroll;
	padding: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999
/** /
	&-close {
		color: white;
		border: none;
		float: right;
		text-decoration: none !important;
		background: transparent;
		height: 32px;
		line-height: 32px;
		opacity: 0.5;
		overflow: hidden;
		text-align: center;

		& span {
			border: 1px solid white;
			border-radius: 50%;
			display: inline-block;
			font-size: 30px;
			font-weight: 100;
			height: 32px;
			line-height: 32px;
			width: 32px;
		}
	
		&:hover {
			opacity: 1;
		}
	}
/**/
}

.Modal .Section {
	padding: 90px 28px;
}

.Modal .Section > section {
	margin-bottom: 28px;
}

.Modal .Section > section:first-child {
	margin-bottom: 56px;
}

.Modal .Section > section:last-child {
	margin-bottom: 0;
	margin-top: 56px;
}

.Modal .SimpleContentLeftImage-image img {
	max-width: 170px;
}

.Modal-container {
	background: white;
	box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, .4);
	margin: 0 auto;
	max-width: 700px;
	position: relative;
	width: 100%;
}

.Modal-header, .Modal-footer {/* 		padding: var(--margin); */
}

.Modal-header:after, .Modal-footer:after {
	clear: both;
	content: '';
	display: block;
}

.Modal-header {
	padding: 28px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
}

.Modal-title {
	float: left;
}

.Modal-close {
	color: white;
	cursor: pointer;
	float: right;
	text-decoration: none;
}

.Modal-icon {
	height: 32px;
	width: 32px;
}

.Modal-body {
	clear: both;
}

.Modal-content {/* 		padding: var(--margin); */
}

.Modal-footer {
	clear: both;
}

.Modal-primary {
	float: right;
	margin-right: 0;
}

.Modal-primary.is-disabled {
	opacity: 0.5;
}

.Modal.is-visible {
	display: block;
}

@media (min-width: 768px) {

	.Modal {
		padding: 90px 28px;
	}

	.Modal .Section {
		padding: 90px;
	}

	.Modal-container {
		width: 90%;
	}
	}

.NavFooter {
	margin-bottom: 14px
/* 	text-transform: uppercase; */
}

.NavFooter a {
	color: #4991aa;
	text-decoration: none;
}

.NavFooter a:hover, .NavFooter a:focus {
}

.NavFooter-list {
	margin: 0;
	padding: 0;
}

@media (min-width: 768px) {

	.NavFooter {
		float: right;
	}

	.NavFooter li {
		display: inline-block;
		padding: 0 14px;
	}
	}

.FormSearch {
	max-width: 450px;
	position: relative
}

.FormSearch::after {
	clear: both;
	content: '';
	display: block;
}

.FormSearch-field {
	border-radius: 8px 0 0 8px !important;
	float: left;
	width: 90% !important;
}

.FormSearch-submit {
	border-radius: 0 8px 8px 0;
	min-height: 32px;
	min-width: 50px;
	padding: 0;
	right: 0;
	top: 0;
	position: absolute;
	width: 10%;
	z-index: 1;
}

.FormSearch-submit svg {
	height: 15px;
	width: 15px;
}

html {
	background: #41414d;
}

.Page {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;

/*
	@media (--v_medium) {
		transform: translateX(0) !important;
	}
*/
}

.NavOverlay {
	background-color: black;
	bottom: 0;
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity 0.5s linear 0.2s;
	transition: opacity 0.5s linear 0.2s;
	z-index: -10
}

@media (min-width: 768px) {

	.NavOverlay {
		display: none;
	}
	}

body.is-navOpen {
}

body.is-navOpen .Page {
	-webkit-transform: translateX(-180px);
	        transform: translateX(-180px);
}

body.is-navOpen .NavOverlay {
	opacity: 0.75;
	z-index: 99;
}

.NavContainer {
	background: #41414d;
	bottom: 0;
	color: white;
	height: 100vh;
	padding: 32px 7px 0;
	padding: 2rem 7px 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(180px);
	        transform: translateX(180px);
	width: 180px;
	z-index: 101
}

@media (min-width: 768px) {

	.NavContainer {
		background: transparent;
		bottom: auto;
		display: inline-block;
		height: auto;
		margin: 0 auto;
		padding: 0 28px 0 0;
		position: absolute;
		right: 0;
		text-align: right;
		-webkit-transition: none;
		transition: none;
		-webkit-transform: none;
		        transform: none;
		top: 0;
		width: 65%;
		z-index: 1;
	}
	}

.NavMain {
}

.NavMain a {
	color: white;
	font-weight: 300;
	text-decoration: none;
}

.NavMain a:hover, .NavMain a:focus, .NavMain a:focus {
	color: #e4d61b;
}

.NavMain-list {
	list-style: none;
	margin: 0;
	padding: 0 14px;
	text-align: left;
}

.NavMain-list svg {
	height: auto;
	margin: -2px 4px 0 0;
	width: 18px;
}

.NavMain-list li {
	padding: 0 0 7px;
}

.NavMain {
	margin-bottom: 14px;
}

@media (min-width: 768px) {
	.NavMain {
		display: inline;
		float: right;
		font-size: 0.875em;
		font-weight: bold;
		margin: 0;
		padding: 28px 0 0;
		text-align: right;
		width: auto
	}
	.NavMain-list {
		display: inline;
		text-align: center;
		text-transform: uppercase;
	}
	.NavMain-list li {
		display: inline-block;
		padding: 0 14px;
	}
	.NavMain-list a {
		display: inline-block;
	}
}

.NavPagetop {
	background: #b1a017;
	border: none;
	bottom: 110px;
	cursor: pointer;
	display: none;
	height: 50px;
	opacity: 0.75;
	position: fixed;
	right: 0;
	width: 50px;
	z-index: 99
}

.NavPagetop svg {
	fill: none;
	left: 50%;
	position: absolute;
	stroke: white;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 18px;
}

.NavPagetop:hover, .NavPagetop:focus {
	opacity: 1;
}

@media (min-width: 768px) {

	.NavPagetop {
		display: block;
	}

	.NavPagetop--hide {
		display: none;
	}
	}

.NavSocial {
	margin: 0 auto 28px;
	text-align: center
}

.NavSocial-list {
	margin: 0;
	padding: 0 6px;
}

.NavSocial li {
	display: inline-block;
	margin: 0 9px;
}

.NavSocial a {
	color: #435063;
	display: block;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.NavSocial a svg {
	height: 24px;
	width: 24px;
}

.NavSocial a:hover, .NavSocial a:focus, .NavSocial a:focus {
	opacity: 0.75;
}

@media (min-width: 768px) {

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

.NavToggle {
	background: transparent;
	border: 0px solid white;
	border-radius: 50%;
	box-shadow: none;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 0;
	height: 50px;
	right: 7px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	padding: 0;
	text-indent: -9999em;
	top: 42px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 50px;
	z-index: 1000
}

.NavToggle span {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotateY(0deg);
	        transform: translate(-50%, -50%) rotateY(0deg);
}

.NavToggle span, .NavToggle span::before, .NavToggle span::after {
	background-color: white;
	display: block;
	height: 2px;
	position: absolute;
	-webkit-transition: background-color 0.3s linear, -webkit-transform 0.3s cubic-bezier(.645,.045,.355,1);
	transition: background-color 0.3s linear, -webkit-transform 0.3s cubic-bezier(.645,.045,.355,1);
	transition: transform 0.3s cubic-bezier(.645,.045,.355,1), background-color 0.3s linear;
	transition: transform 0.3s cubic-bezier(.645,.045,.355,1), background-color 0.3s linear, -webkit-transform 0.3s cubic-bezier(.645,.045,.355,1);
	width: 30px;
}

.NavToggle span::before, .NavToggle span::after {
	content: '';
	right: 0;
	width: 25px;
}

.NavToggle span::before {
	top: -8px;
}

.NavToggle span::after {
	bottom: -8px;
}

.NavToggle:hover, .NavToggle:focus, .NavToggle:focus {
}

.NavToggle:hover span, .NavToggle:focus span, .NavToggle:focus span {
}

.NavToggle:hover span, .NavToggle:hover span::before, .NavToggle:hover span::after, .NavToggle:focus span, .NavToggle:focus span::before, .NavToggle:focus span::after, .NavToggle:focus span, .NavToggle:focus span::before, .NavToggle:focus span::after {
	background-color: white;
}

.NavToggle.is-active {/*border: 1px solid white;*/
}

.NavToggle.is-active:hover, .NavToggle.is-active:focus, .NavToggle.is-active:focus {
	border-color: white;
}

.NavToggle.is-active span {
	background-color: transparent;
	-webkit-transform: translate(-50%, -50%) rotateY(180deg);
	        transform: translate(-50%, -50%) rotateY(180deg);
}

.NavToggle.is-active span::before {
	-webkit-transform: translate3d(0,8px,0) rotate(45deg);
	        transform: translate3d(0,8px,0) rotate(45deg);
}

.NavToggle.is-active span::after {
	-webkit-transform: translate3d(0,-8px,0) rotate(-45deg);
	        transform: translate3d(0,-8px,0) rotate(-45deg);
}

@media (min-width: 768px) {

	.NavToggle {
		display: none;
	}
	}

.NewsEvents {
	background: #ebebeb;
	overflow: auto;
	text-align: center
/** /
	@media (--v_medium) {
		& .NewsList {
			xfloat: left;
			xtext-align: left;
		}

		& .EventsSide {
			xfloat: right;
			xmargin-left: 0;
			xmargin-right: var(--gutter);
		}
	}
/**/
}

.NewsEvents-wrap {
	padding: 0;
	margin: 0 auto;
	max-width: 340px !important;
	vertical-align: top;
	width: 340px !important;/* 15 px for sidebar */
}

.NewsEvents-wrap::after {
	clear: both;
	content: '';
	display: block;
}

@media (min-width: 681px) {

	.NewsEvents-wrap {
		max-width: 666px !important;
		width: 666px !important;
	}
}

@media (min-width: 1007px) {

	.NewsEvents-wrap {
		max-width: 992px !important;
		width: 992px !important;
	}
}

@media (min-width: 1333px) {

	.NewsEvents-wrap {
		max-width: 1318px !important;
		width: 1318px !important;
	}
}

@media (min-width: 1659px) {

	.NewsEvents-wrap {
		max-width: 1644px !important;
		width: 1644px !important;
	}
}

.NewsEvents .NewsList {
	padding-bottom: 0;
	margin: 0 auto;
	text-align: center;/* 15 px for sidebar */
}

@media (min-width: 681px) {

	.NewsEvents .NewsList {
		display: inline-block;
		padding-bottom: 90px;
	}
}

.NewsEvents .NewsList .Boxes-wrap {
	max-width: 340px !important;
	width: 340px !important;
}

@media (min-width: 1007px) {

	.NewsEvents .NewsList .Boxes-wrap {
		max-width: 666px !important;
		width: 666px !important;
	}
}

@media (min-width: 1333px) {

	.NewsEvents .NewsList .Boxes-wrap {
		max-width: 992px !important;
		width: 992px !important;
	}
}

@media (min-width: 1659px) {

	.NewsEvents .NewsList .Boxes-wrap {
		max-width: 1318px !important;
		width: 1318px !important;
	}
}

.NewsEvents .EventsSide {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	vertical-align: top;
	width: 312px;/* 15 px for sidebar */
}

@media (min-width: 681px) {

	.NewsEvents .EventsSide {
		display: inline-block;
		margin-top: 14px;
	}
}

.PageFooter {
	background: white;
	padding: 90px 0;
	text-align: center;
	width: 100%
}

.PageFooter-wrap {
	max-width: 875px;
}

@media (min-width: 768px) {

	.PageFooter {
}
		
	}

.PageHeader {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9999
}

.PageHeader-wrap {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .55) 50%, rgba(0, 0, 0, .1) 80%, rgba(0, 0, 0, 0) 90%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .55) 50%, rgba(0, 0, 0, .1) 80%, rgba(0, 0, 0, 0) 90%);
	height: 112px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
}

@media (min-width: 768px) {

	.PageHeader {
		position: fixed;
		text-align: right;
	}

	.PageHeader-wrap {
		position: fixed;
	}
	}

.PageHeaderInterim {
	height: 2em;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 100
}

.PageHeaderInterim-wrap {
	position: relative;
}

@media (min-width: 768px) {

	.PageHeaderInterim {
		text-align: right;
	}
	}

.NavContainer--placeholder {
	background: rgba(138,143,148, 0.6);
	padding-bottom: 3px;
	padding-top: 3px;
	width: 100%
}

@media (min-width: 768px) {

	.NavContainer--placeholder {
		padding-right: 54px;
	}
	}

.PageSkip:focus {

	border-radius: 0 !important;
	outline: none
}

.PageSkip:focus:hover, .PageSkip:focus:focus, .PageSkip:focus:focus {
	background-color: #b1a017;
}

.People {
/* 	margin-bottom: calc(var(--margin) * 2) !important; */
}

.People-title {
	font-family: "questa-sans", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: italic;
	margin-bottom: 56px;
}

.People--featured {
}

.People--featured .People-title {
	color: #4991aa;
	font-family: "acumin-pro", "Proxima Nova", Helvetica, Arial, sans-serif;
	font-size: 1.375em;
	font-style: normal;
	font-weight: bold;
}

@media (min-width: 768px) {

	.People {/**//**/
	}

	.People-list {
		float: left;
		width: 100%;
	}

	.People--featured {
}

	.People--featured .People-list {
		width: 100%;
	}
	}

.Person {
	clear: left;
	display: block;
	position: relative;
	text-align: center
}

.Person-image {
	background: #8e8a85;
	border-radius: 50%;
	height: 60px;
	margin: 0 auto 14px;
	overflow: hidden;
	width: 60px;
}

.Person-content {
	padding: 0 14px;
	width: 100%;
}

.Person-show {
	opacity: 1;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.Person-bio {
	display: none;
	font-size: 0.8em;
}

.Person-name {
	color: #4991aa;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

.Person-title {
	color: #555867;
	font-family: "questa-sans", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 300;
}

.Person::after {
	display: block;
	clear: both;
	content: '';
}

.Person--featured {
	margin-bottom: 56px;
}

.Person--featured .Person-image {
	height: 200px;
	width: 200px;
}

.Person--featured .Person-title {
	margin-bottom: 0;
}

.Person--featured .Person-content {
	text-align: left;
}

@media (min-width: 768px) {

	.Person {
}

	.Person--standard {
		clear: none;
		float: left;
		text-align: center;
		width: 50%;
	}

	.Person--standard .Person-image {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.Person--standard .Person-content {
		padding: 0 14px;
		width: 100%;
	}

	.Person--featured {
		margin: 0 auto;/*
			padding: 0 calc(var(--margin) * 2);
			width: 90%;
*/
	}

	.Person--featured .Person-image {
		float: left;
		height: 200px;
		margin: 0 auto 14px;
		width: 200px;
	}

	.Person--featured .Person-content {
		float: right;
		right: 0;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-75%);
		        transform: translateY(-75%);
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		width: 70%;
	}

	.Person--featured .Person-content.is-showing {
		top: 0;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}

	.Person--featured .Person-content.is-shown {
		position: static;
	}
	}

@media (min-width: 1024px) {

	.Person {
}

	.Person--standard {
		width: 33.333333%;
	}

	.Person--featured {/* 			width: 80%; */
	}

	.Person--featured .Person-content {
		width: 75%;
	}
	}

.RangeReveal {
	cursor: col-resize;
	height: 75vh;
/* 	margin-top: 2em; */
/* 	min-height: 400px; */
	overflow: hidden;
/* 	padding-bottom: 56%; */
	position: relative;
	width: 100%
}

.RangeReveal-title {
	color: white;
	font-size: 3.125em;
	left: 50%;
	opacity: 1;
	position: absolute;
	text-shadow: 0px 2px 7px rgba(0, 0, 0, .5);
	top: 130px;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 5;
}

.RangeReveal-handle {
	background: #5ea393;
	border: none;
	border-radius: 50%;
	cursor: col-resize;
	left: 50%;
	height: 38px;
	outline: none;
	position: absolute;
	bottom: 10%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 38px;
	z-index: 20 !important;
}

.RangeReveal--selectRight {
}

.RangeReveal--selectRight .RangeReveal-title {
	opacity: 0;
}

.RangeReveal--selectRight .RangeRevealItem--left {/* 			width: 41%; */
}

.RangeReveal--selectRight .RangeRevealItem--left .RangeRevealItem-content {/* 				opacity: 1; */
	display: block;
}

.RangeReveal--selectRight .RangeRevealItem--right {/* 			width: 75%; */
}

.RangeReveal--selectLeft {
}

.RangeReveal--selectLeft .RangeReveal-title {
	opacity: 0;
}

.RangeReveal--selectLeft .RangeRevealItem--left {/* 			width: 75%; */
}

.RangeReveal--selectLeft .RangeRevealItem--right {/* 			width: 41%; */
}

.RangeReveal--selectLeft .RangeRevealItem--right .RangeRevealItem-content {/* 				opacity: 1; */
	display: block;
}

@media (min-width: 768px) {

	.RangeReveal {
}

	.RangeReveal-handle {/* 			display: none; */
	}

	.RangeReveal-title {
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
	}

.RangeRevealItem {
	background: no-repeat center top;
	background-size: cover;
	color: white;
	display: inline-block;
	height: 100%;
	position: relative;
	text-align: center
/* 	transition: all 0.3s ease-in-out; */
}

.RangeRevealItem-wrap {
	left: 50%;
	position: absolute;
	top: 50%;
	text-align: left;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 200px;
}

.RangeRevealItem-content {
	bottom: 0;
	display: none;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
	-webkit-filter: grayscale(0%);
	        filter: grayscale(0%);
	height: 100%;
	left: 0;/* 		opacity: 0; */
	padding: 14px 0;
	position: absolute;/* 		transition: opacity 0.3s linear; */
	width: 100%;
}

.RangeRevealItem-image {/* 		display: none; */
	height: 100%;
	max-width: none;
	position: absolute;
	top: 0;
	width: auto;
}

.RangeRevealItem-title {
	font-size: 1.2em;
	margin-bottom: 28px;
}

@media (min-width: 480px) {

	.RangeRevealItem-title {
		font-size: 2.375em;
	}
}

.RangeRevealItem--left {
	background-color: #4991aa;/* 		background-position-x: right; */
	-webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
	        clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
	left: 0;
	overflow: hidden;
	position: absolute;
	text-align: left;
	top: 0;
	width: 55%;
	z-index: 1;
}

.RangeRevealItem--left .RangeRevealItem-image {
	float: left;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.RangeRevealItem--left .RangeRevealItem-content {
	background-color: rgba(73,145,170, 0.9);
}

.RangeRevealItem--right {
	background-color: #4c9187;/*
		background-position-x: left;
		clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
*/
	position: absolute;
	right: 0 !important;
	text-align: right;
	top: 0;
	width: 55%;
}

.RangeRevealItem--right .RangeRevealItem-image {
	float: right;
	right: 50%;
	-webkit-transform: translateX(50%);
	        transform: translateX(50%);
}

.RangeRevealItem--right .RangeRevealItem-wrap {/* 			left: 60%; */
}

.RangeRevealItem--right .RangeRevealItem-content {
	background: rgba(76,145,135, 0.9);
	right: 0;
}

@media (min-width: 768px) {

	.RangeRevealItem {
}

	.RangeRevealItem-image {
		display: block;
		left: auto !important;
		position: relative !important;
		right: auto !important;
		-webkit-transform: none !important;
		        transform: none !important;
	}
	}

@media screen and (min-aspect-ratio: 3/2) {

	.RangeRevealItem {
}

	.RangeRevealItem-image {
		height: auto;
		width: 67vw;
	}
	}

@media (min-width: 1200px) {

	.RangeRevealItem {/*&-image {
			height: auto;
			width: 67vw;
		}*/
	}
	}

.Section {
	background: no-repeat center top;
	background-size: cover;
	padding: 90px 0;
	position: relative

	/* Top PREVIOUS */
}

.Section > * {
	margin-bottom: 56px;
}

.Section > *:last-child {
	margin-bottom: 0;
}

.Section--noBanner {
	padding-top: 112px;
}

.Section.is-angleTop, .Section.is-angleBottom {
	z-index: 1;
}

.Section.is-angleTop::before, .Section.is-angleBottom::after {
	background: inherit;
	content: '';
	height: 12vw;
	left: 0;
	overflow: visible;
	position: absolute;
	-webkit-transform: skewY(6deg);
	        transform: skewY(6deg);
	width: 100%;
	z-index: -1 !important;
}

.Section.is-angleTop {
	padding-top: 45px;
}

.Section.is-angleTop::before {
	top: -6vw;
}

.Section.is-angleTopPrev {
	padding-bottom: 180px;
}

.Section.is-angleBottom {
	padding-bottom: 45px;/* Bottom NEXT */
}

.Section.is-angleBottom::after {
	bottom: -6vw;
}

.Section.is-angleBottom + div, .Section.is-angleBottom + section {
	padding-top: 180px;
}

.SimpleColumns {
}

.SimpleColumns-column {
	margin: 0 0 56px;
	vertical-align: top;
}

.SimpleColumns-column img {
	margin: 0 auto 14px;
	max-width: 75%;
}

.SimpleColumns-column:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {

	.SimpleColumns-column {
		display: inline-block;
		margin: 0;
	}
}

@media (min-width: 768px) {

	.SimpleColumns {
}

	.SimpleColumns-column {
		padding: 0 28px;
	}

	.SimpleColumns.is-cols1 {
}

	.SimpleColumns.is-cols1 .SimpleColumns-column {
		padding: 0 14px;
		width: 100%;
	}

	.SimpleColumns.is-cols2 {
}

	.SimpleColumns.is-cols2 .SimpleColumns-column {
		width: 50%;
	}

	.SimpleColumns.is-cols3 {
}

	.SimpleColumns.is-cols3 .SimpleColumns-column {
		width: 33.333333333%;
	}

	.SimpleColumns.is-cols4 {
}

	.SimpleColumns.is-cols4 .SimpleColumns-column {
		width: 25%;
	}

	.SimpleColumns.is-cols5 {
}

	.SimpleColumns.is-cols5 .SimpleColumns-column {
		width: 20%;
	}

	.SimpleColumns.is-cols6 {
}

	.SimpleColumns.is-cols6 .SimpleColumns-column {
		width: 16.666666667%;
	}
	}

.SimpleColumns-image {
	margin: 0 auto 14px;
	max-width: 110px;
}

#founded-on-a-passion {
}

#founded-on-a-passion .SimpleColumns-image {
	max-width: 150px;
}

.SimpleContent {
	position: relative;
	text-align: left
}

.SimpleContent-wrap {
	max-width: 800px;
}

.SimpleContent-content {/* 		padding: 0 var(--gutter); */
}

.SimpleContent-icon {
	margin: 0 auto 28px;
	max-width: 58px;
}

.SimpleContent--openWidth {
}

.SimpleContent--openWidth .SimpleContent-wrap {
	max-width: 1024px;
}

.SimpleContentLeftImage {
	text-align: left
}

.SimpleContentLeftImage-image {
	display: block;
	margin: 0 0 28px;
	max-width: 200px;
	width: 100%;
}

.SimpleContentLeftImage-content {
	display: block;
	width: 100%;
}

@media (min-width: 768px) {

	.SimpleContentLeftImage {
		text-align: left;
	}

	.SimpleContentLeftImage-image {
		display: inline-block;
		float: left;
		width: 24%;
	}

	.SimpleContentLeftImage-content {
		display: inline-block;
		float: right;
		width: 74%;
	}
	}

.Modal {
}

.Modal .SimpleContentLeftImage-image {
	max-width: 100px;
}

.Slider {
	position: relative;
	text-align: center
}

.Slider-slides {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 768px) {

	.Slider {
}

	.Slider--right {
}

	.Slider--right .ContentPhoto-content {
		float: right;
	}
	}

.Slider .slick-arrow {
	height: 38px;
	padding: 0;
	position: absolute;
	top: 78vw;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 38px;
	z-index: 1;
}

.Slider .slick-arrow button {
	border: none;
	color: white;
	cursor: pointer;
	height: 38px;
	padding: 0;
	width: 38px;
}

.Slider .slick-arrow button:hover, .Slider .slick-arrow button:focus, .Slider .slick-arrow button:focus {
	color: #e4d61b;
}

.Slider .slick-arrow button svg {
	height: 100%;
	width: 100%;
}

.Slider .slick-arrow.arrow-left-wrap {
	left: 28px;
}

.Slider .slick-arrow.arrow-right-wrap {
	right: 28px;
}

@media (min-width: 480px) {

	.Slider .slick-arrow {
		top: 76vw;
	}
}

@media (min-width: 768px) {

	.Slider .slick-arrow {
		top: 50%;
	}

	.Slider .slick-arrow.arrow-left-wrap {
		left: 14px;
	}

	.Slider .slick-arrow.arrow-right-wrap {
		right: 14px;
	}
}

@media (min-width: 1024px) {

	.Slider .slick-arrow {/* 			bottom: 25vw; */
	}

	.Slider .slick-arrow.arrow-left-wrap {
		left: 28px;
	}

	.Slider .slick-arrow.arrow-right-wrap {
		right: 28px;
	}
}

.SearchList {
	padding: 90px 0;
}

.StrategyInteractive {
	padding: 14px
}

.StrategyInteractive-image {
	margin: 0 auto 14px;
	max-width: 656px;
	position: relative;
}

.StrategyInteractive-links {
	left: 50%;
	margin: 0 auto;
	max-width: 554px;
	padding-top: 0%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
}

.StrategyInteractive-links li {
	margin: 0 auto;
	padding-bottom: 4%;
	width: 24px;
}

.StrategyInteractive-link {
	background: rgba(67,80,99, 0.45);
	border-radius: 12px;
	color: white;
	cursor: pointer;
	display: block;
	font-family: "questa-sans", Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	font-weight: 300;
	height: 24px;
	line-height: 24px;
	padding: 0 11px;
	text-decoration: none !important;
	-webkit-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	width: auto;
	margin: 0 auto 0;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.StrategyInteractive-link.impact3-number {
	top: 6%;
}

.StrategyInteractive-link.impact2-number {
	top: 29%;
}

.StrategyInteractive-link.impact1-number {
	top: 51%;
}

.StrategyInteractive-link.is-selected, .StrategyInteractive-link:hover, .StrategyInteractive-link:focus {
	background: white;
	color: #435063;
}

.StrategyInteractive-content {
	height: 150px;
	margin: 0 14px;
	position: relative;
}

.StrategyInteractive-content .StrategyItem {
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

@media (min-width: 400px) {

	.StrategyInteractive {
}

	.StrategyInteractive-links {
		padding-top: 3%;
	}

	.StrategyInteractive-links li {
		padding-bottom: 7.5%;
	}
	}

@media (min-width: 768px) {

	.StrategyInteractive {
		padding: 0;
	}
	}

@media (min-width: 1024px) {

	.StrategyInteractive {
}

	.StrategyInteractive-links {
		padding-top: 2%;
	}
	}

.StrategyItem {
	display: none;
	margin-bottom: 28px;
	width: 100%
}

.StrategyItem h3 {
	font-size: 1.5em;
}

.StrategyItem p {
	font-weight: 100;
	margin: 0 auto;/* 		max-width: 450px; */
}

#impactIntro {
	display: block;
}

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

.BannerSlider
{
height: 37vh !important;
max-width:none !important;
width:100% !important;
}
/*kamal change*/
/*.BannerSlider-image
{
height: auto !important;
} */
/*kamal change*/
.BannerSlider-wrap > h1:nth-child(1)
{
font-size: 25px !important;
margin-top: 10px;
}

}
/*kamal change*/
.slick-slide img{
        display: block;
    width: 100% !important;
    object-fit: cover;
}
/*kamal change*/
/*# sourceMappingURL=style.min.css.map */
