@charset "UTF-8";
/**
  * Architecture guidelines: https://sass-guidelin.es/#architecture
  * Components writing style in BEM: http://getbem.com/introduction/
  */
/**
  * "Hey, this is not from me, not my code, not my responsibility" folder
  */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://use.typekit.net/cmv1mjt.css");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:300,400,700");
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-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 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; }

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

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

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

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

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

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

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

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

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

.slick-initialized .slick-slide {
  display: block; }

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

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

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

html {
  font-size: 62.5%; }

::-moz-selection {
  color: #fff;
  background: #000e2b;
  text-shadow: none; }

::selection {
  color: #fff;
  background: #000e2b;
  text-shadow: none; }

p, h1, h2, h3, h4, h5, h6,
ul, ol, dl, table, pre, blockquote,
fieldset, figure {
  margin: 0 0 2rem; }

fieldset {
  padding: 0;
  border: none; }

legend {
  font-weight: 500; }

address {
  font-style: inherit; }

hr {
  display: block;
  clear: both;
  border: none;
  border-top: 1px solid #E6E9F1;
  padding: 0;
  height: 1px;
  margin: 2rem 0; }

ul:not(.gform_fields):not(.gfield_checkbox):not(.ignore-default-styling) {
  list-style: none;
  padding-left: 60px;
  margin: 0 0 3rem 0; }
ul:not(.gform_fields):not(.gfield_checkbox):not(.ignore-default-styling) li {
  position: relative; }
ul:not(.gform_fields):not(.gfield_checkbox):not(.ignore-default-styling) li:before {
  content: '—';
  display: block;
  position: absolute;
  left: -30px; }
ul:not(.gform_fields):not(.gfield_checkbox):not(.ignore-default-styling) + p:empty {
  display: none; }

ol:not(.gform_fields) {
  padding-left: 60px;
  margin: 0 0 3rem 0; }
ol:not(.gform_fields) + p:empty {
  display: none; }

blockquote, q {
  color: #7a7c81;
  background-color: #f5f5f5; }

blockquote {
  padding: 10% 7% 10% 7%;
  margin-top: 5em;
  margin-bottom: 5em; }
blockquote p {
  margin-bottom: 1em;
  text-align: center; }
blockquote cite {
  display: block; }

pre, code, kbd, samp {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace; }

pre, code {
  background-color: #E6E9F1;
  border-radius: 3px; }

pre {
  padding: .5em 1em;
  overflow: auto; }

img, iframe,
video, audio, canvas, svg, figure,
embed, object {
  box-sizing: border-box;
  max-width: 100%; }

img {
  height: auto; }

figure {
  background: #f5f5f5;
  text-align: center;
  padding: 1.5em;
  margin-left: auto;
  margin-right: auto; }

figcaption {
  padding: 1em 0; }

b {
  font-weight: bold; }

output, progress, meter {
  width: 100%;
  box-sizing: border-box; }

output {
  display: inline-block;
  padding: 1em;
  background: #f5f5f5; }

h1, .h1 {
  font-family: "soleil",sans-serif;
  font-weight: 300;
  margin-bottom: 5rem;
  font-size: 5rem;
  line-height: 1.2;
  color: #343741;
  display: table;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
  word-break: normal; }
@media all and (max-width: 1240px) {
  h1, .h1 {
    font-size: calc( 2.93333rem + 1.66667vw); } }
h1::before, h1::after, .h1::before, .h1::after {
  content: ' ';
  display: block;
  height: 0;
  width: 0; }
h1::before, .h1::before {
  margin-bottom: calc(-8px); }
h1::after, .h1::after {
  margin-top: calc(-0px); }

h2, .h2 {
  font-family: "soleil",sans-serif;
  font-weight: 400;
  margin-bottom: 3rem;
  font-size: 2.6rem;
  line-height: 1.30769;
  color: #343741;
  display: table;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
  word-break: normal; }
@media all and (max-width: 1240px) {
  h2, .h2 {
    font-size: calc( 2.6rem + 0vw); } }
h2::before, h2::after, .h2::before, .h2::after {
  content: ' ';
  display: block;
  height: 0;
  width: 0; }
h2::before, .h2::before {
  margin-bottom: calc(-7px); }
h2::after, .h2::after {
  margin-top: calc(-0px); }

h3, .h3 {
  font-family: "soleil",sans-serif;
  font-weight: 500;
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  line-height: 1.36364;
  color: #343741;
  display: table;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
  word-break: normal; }
@media all and (max-width: 1240px) {
  h3, .h3 {
    font-size: calc( 1.92444rem + 0.22222vw); } }
h3::before, h3::after, .h3::before, .h3::after {
  content: ' ';
  display: block;
  height: 0;
  width: 0; }
h3::before, .h3::before {
  margin-bottom: calc(-8px); }
h3::after, .h3::after {
  margin-top: calc(-0px); }

h4, h5, h6, .h4, .h5, .h6 {
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.85714;
  color: #343741;
  display: table;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
  word-break: normal; }
@media all and (max-width: 1240px) {
  h4, h5, h6, .h4, .h5, .h6 {
    font-size: calc( 1.4rem + 0vw); } }
h4::before, h4::after, h5::before, h5::after, h6::before, h6::after, .h4::before, .h4::after, .h5::before, .h5::after, .h6::before, .h6::after {
  content: ' ';
  display: block;
  height: 0;
  width: 0; }
h4::before, h5::before, h6::before, .h4::before, .h5::before, .h6::before {
  margin-bottom: calc(-6px); }
h4::after, h5::after, h6::after, .h4::after, .h5::after, .h6::after {
  margin-top: calc(-5px); }

table, p, ul, ol {
  font-family: "soleil",sans-serif;
  font-weight: 300;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  line-height: 1.36364;
  color: #7a7c81; }
@media all and (max-width: 1240px) {
  table, p, ul, ol {
    font-size: calc( 1.92444rem + 0.22222vw); } }

p {
  display: table;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
  display: block; }
p::before, p::after {
  content: ' ';
  display: block;
  height: 0;
  width: 0; }
p::before {
  margin-bottom: calc(-5px); }
p::after {
  margin-top: calc(-0px); }

a {
  font-family: "soleil",sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.36364;
  text-decoration: none;
  color: #7a7c81; }
@media all and (max-width: 1240px) {
  a {
    font-size: calc( 1.92444rem + 0.22222vw); } }

a.link--basker {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 700; }
@media all and (max-width: 1240px) {
  a.link--basker {
    font-size: calc( 1.6rem + 0vw); } }

.small {
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.85714;
  color: #7a7c81;
  display: table;
  padding-top: 0.1px;
  padding-bottom: 0.1px; }
@media all and (max-width: 1240px) {
  .small {
    font-size: calc( 1.4rem + 0vw); } }
.small::before, .small::after {
  content: ' ';
  display: block;
  height: 0;
  width: 0; }
.small::before {
  margin-bottom: calc(-6px); }
.small::after {
  margin-top: calc(-4px); }

cite, figcaption {
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.85714;
  color: #7a7c81; }
@media all and (max-width: 1240px) {
  cite, figcaption {
    font-size: calc( 1.4rem + 0vw); } }

cite {
  font-style: normal;
  text-align: center;
  font-weight: 600; }

table caption {
  font-size: 1.4rem;
  line-height: 1.85714; }
@media all and (max-width: 1240px) {
  table caption {
    font-size: calc( 1.4rem + 0vw); } }

form {
  font-family: "soleil",sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.36364; }
@media all and (max-width: 1240px) {
  form {
    font-size: calc( 1.92444rem + 0.22222vw); } }

.ratio-16-9, .ratio-4-3, .ratio-1-1 {
  position: relative; }
.ratio-16-9:before, .ratio-4-3:before, .ratio-1-1:before {
  content: "";
  display: block;
  padding-bottom: 56.25%; }
.ratio-16-9 > *, .ratio-4-3 > *, .ratio-1-1 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

.ratio-1-3 {
  position: relative; }
.ratio-1-3:before {
  content: "";
  display: block;
  padding-bottom: 74.18478%; }
.ratio-1-3 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

.ratio-1920-400 {
  position: relative; }
.ratio-1920-400:before {
  content: "";
  display: block;
  padding-bottom: 20.83333%; }
.ratio-1920-400 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

.ratio-1920-800 {
  position: relative; }
.ratio-1920-800:before {
  content: "";
  display: block;
  padding-bottom: 41.66667%; }
.ratio-1920-800 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

.ratio--position-bottom > * {
  bottom: 0;
  top: auto;
  right: auto;
  width: auto;
  height: auto; }

.ratio-4-3 {
  padding-bottom: 75%; }

.ratio-1-1 {
  padding-bottom: 100%; }

.ratio-9-4 {
  position: relative; }
.ratio-9-4:before {
  content: "";
  display: block;
  padding-bottom: 43.97163%; }
.ratio-9-4 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

.extend-left {
  position: relative; }
.extend-left:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: inherit; }

.extend-right {
  position: relative; }
.extend-right:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: inherit; }

.center-child-horizontally {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }

.position-relative {
  position: relative; }

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

.bold {
  font-weight: 700; }

.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.center-horizontally-and-vertically {
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.full-window-height {
  height: 100vh; }

.background-no-repeat {
  background-repeat: no-repeat; }

.background-size-cover {
  background-size: cover; }

.position-bottom {
  position: absolute;
  bottom: 0; }

.break-word {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }

.opacity-50 {
  opacity: 0.50; }

.vertical-align-top {
  vertical-align: top; }

.vertical-align-middle {
  vertical-align: middle; }

.inline-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0 -30px;
  text-align: left; }
.inline-list li {
  display: inline-block;
  margin-left: 30px; }

.half-grey-top {
  position: relative;
  z-index: 10; }
.half-grey-top:before {
  position: absolute;
  display: block;
  content: ' ';
  width: 100vw;
  top: 0;
  left: 0;
  height: 50%;
  z-index: -1;
  background-color: #f5f5f5; }
.half-grey-top:after {
  position: absolute;
  display: block;
  content: ' ';
  width: 100vw;
  top: 0;
  right: 0;
  height: 50%;
  z-index: -1;
  background-color: #f5f5f5; }

.z-minus-1 {
  z-index: -1; }

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

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

.no-apple-device.backgroundcliptext .gradient-text {
  background: linear-gradient(to right, #9E571A 0%, #D48927 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.no-apple-device.backgroundcliptext a.gradient-text:hover, .no-apple-device.backgroundcliptext a.gradient-text:focus {
  color: #e39655;
  transition: color 0.25s;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #e39655; }

.max-width-780 {
  max-width: 780px; }

.print-only {
  display: none; }

@media print {
  .print-only {
    display: block !important; }
  .print-hide {
    display: none !important; }
  @page {
    margin: 0.5cm; }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*
Reference: https://gist.github.com/jacurtis/30da4bf9a6c9b9b5cc0aebac512ca7c9
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:
.m-r-10 which gives margin-right 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.
.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels
The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
*/
.m-t-0 {
  margin-top: 0rem !important; }

.m-t-0-fluid {
  margin-top: calc( 0rem + 0vw) !important; }

.p-t-0 {
  padding-top: 0rem !important; }

.p-t-0-fluid {
  padding-top: calc( 0rem + 0vw) !important; }

.m-b-0 {
  margin-bottom: 0rem !important; }

.m-b-0-fluid {
  margin-bottom: calc( 0rem + 0vw) !important; }

.p-b-0 {
  padding-bottom: 0rem !important; }

.p-b-0-fluid {
  padding-bottom: calc( 0rem + 0vw) !important; }

.m-l-0 {
  margin-left: 0rem !important; }

.m-l-0-fluid {
  margin-left: calc( 0rem + 0vw) !important; }

.p-l-0 {
  padding-left: 0rem !important; }

.p-l-0-fluid {
  padding-left: calc( 0rem + 0vw) !important; }

.m-r-0 {
  margin-right: 0rem !important; }

.m-r-0-fluid {
  margin-right: calc( 0rem + 0vw) !important; }

.p-r-0 {
  padding-right: 0rem !important; }

.p-r-0-fluid {
  padding-right: calc( 0rem + 0vw) !important; }

.m-0 {
  margin: 0rem !important; }

.p-0 {
  padding: 0rem !important; }

.m-t-5 {
  margin-top: 0.5rem !important; }

.m-t-5-fluid {
  margin-top: calc( 0.05rem + 0.23438vw) !important; }

.p-t-5 {
  padding-top: 0.5rem !important; }

.p-t-5-fluid {
  padding-top: calc( 0.1rem + 0.20833vw) !important; }

.m-b-5 {
  margin-bottom: 0.5rem !important; }

.m-b-5-fluid {
  margin-bottom: calc( 0.05rem + 0.23438vw) !important; }

.p-b-5 {
  padding-bottom: 0.5rem !important; }

.p-b-5-fluid {
  padding-bottom: calc( 0.1rem + 0.20833vw) !important; }

.m-l-5 {
  margin-left: 0.5rem !important; }

.m-l-5-fluid {
  margin-left: calc( 0.05rem + 0.23438vw) !important; }

.p-l-5 {
  padding-left: 0.5rem !important; }

.p-l-5-fluid {
  padding-left: calc( 0.1rem + 0.20833vw) !important; }

.m-r-5 {
  margin-right: 0.5rem !important; }

.m-r-5-fluid {
  margin-right: calc( 0.05rem + 0.23438vw) !important; }

.p-r-5 {
  padding-right: 0.5rem !important; }

.p-r-5-fluid {
  padding-right: calc( 0.1rem + 0.20833vw) !important; }

.m-5 {
  margin: 0.5rem !important; }

.p-5 {
  padding: 0.5rem !important; }

.m-t-10 {
  margin-top: 1rem !important; }

.m-t-10-fluid {
  margin-top: calc( 0.1rem + 0.46875vw) !important; }

.p-t-10 {
  padding-top: 1rem !important; }

.p-t-10-fluid {
  padding-top: calc( 0.2rem + 0.41667vw) !important; }

.m-b-10 {
  margin-bottom: 1rem !important; }

.m-b-10-fluid {
  margin-bottom: calc( 0.1rem + 0.46875vw) !important; }

.p-b-10 {
  padding-bottom: 1rem !important; }

.p-b-10-fluid {
  padding-bottom: calc( 0.2rem + 0.41667vw) !important; }

.m-l-10 {
  margin-left: 1rem !important; }

.m-l-10-fluid {
  margin-left: calc( 0.1rem + 0.46875vw) !important; }

.p-l-10 {
  padding-left: 1rem !important; }

.p-l-10-fluid {
  padding-left: calc( 0.2rem + 0.41667vw) !important; }

.m-r-10 {
  margin-right: 1rem !important; }

.m-r-10-fluid {
  margin-right: calc( 0.1rem + 0.46875vw) !important; }

.p-r-10 {
  padding-right: 1rem !important; }

.p-r-10-fluid {
  padding-right: calc( 0.2rem + 0.41667vw) !important; }

.m-10 {
  margin: 1rem !important; }

.p-10 {
  padding: 1rem !important; }

.m-t-15 {
  margin-top: 1.5rem !important; }

.m-t-15-fluid {
  margin-top: calc( 0.15rem + 0.70313vw) !important; }

.p-t-15 {
  padding-top: 1.5rem !important; }

.p-t-15-fluid {
  padding-top: calc( 0.3rem + 0.625vw) !important; }

.m-b-15 {
  margin-bottom: 1.5rem !important; }

.m-b-15-fluid {
  margin-bottom: calc( 0.15rem + 0.70313vw) !important; }

.p-b-15 {
  padding-bottom: 1.5rem !important; }

.p-b-15-fluid {
  padding-bottom: calc( 0.3rem + 0.625vw) !important; }

.m-l-15 {
  margin-left: 1.5rem !important; }

.m-l-15-fluid {
  margin-left: calc( 0.15rem + 0.70313vw) !important; }

.p-l-15 {
  padding-left: 1.5rem !important; }

.p-l-15-fluid {
  padding-left: calc( 0.3rem + 0.625vw) !important; }

.m-r-15 {
  margin-right: 1.5rem !important; }

.m-r-15-fluid {
  margin-right: calc( 0.15rem + 0.70313vw) !important; }

.p-r-15 {
  padding-right: 1.5rem !important; }

.p-r-15-fluid {
  padding-right: calc( 0.3rem + 0.625vw) !important; }

.m-15 {
  margin: 1.5rem !important; }

.p-15 {
  padding: 1.5rem !important; }

.m-t-20 {
  margin-top: 2rem !important; }

.m-t-20-fluid {
  margin-top: calc( 0.2rem + 0.9375vw) !important; }

.p-t-20 {
  padding-top: 2rem !important; }

.p-t-20-fluid {
  padding-top: calc( 0.4rem + 0.83333vw) !important; }

.m-b-20 {
  margin-bottom: 2rem !important; }

.m-b-20-fluid {
  margin-bottom: calc( 0.2rem + 0.9375vw) !important; }

.p-b-20 {
  padding-bottom: 2rem !important; }

.p-b-20-fluid {
  padding-bottom: calc( 0.4rem + 0.83333vw) !important; }

.m-l-20 {
  margin-left: 2rem !important; }

.m-l-20-fluid {
  margin-left: calc( 0.2rem + 0.9375vw) !important; }

.p-l-20 {
  padding-left: 2rem !important; }

.p-l-20-fluid {
  padding-left: calc( 0.4rem + 0.83333vw) !important; }

.m-r-20 {
  margin-right: 2rem !important; }

.m-r-20-fluid {
  margin-right: calc( 0.2rem + 0.9375vw) !important; }

.p-r-20 {
  padding-right: 2rem !important; }

.p-r-20-fluid {
  padding-right: calc( 0.4rem + 0.83333vw) !important; }

.m-20 {
  margin: 2rem !important; }

.p-20 {
  padding: 2rem !important; }

.m-t-25 {
  margin-top: 2.5rem !important; }

.m-t-25-fluid {
  margin-top: calc( 0.25rem + 1.17188vw) !important; }

.p-t-25 {
  padding-top: 2.5rem !important; }

.p-t-25-fluid {
  padding-top: calc( 0.5rem + 1.04167vw) !important; }

.m-b-25 {
  margin-bottom: 2.5rem !important; }

.m-b-25-fluid {
  margin-bottom: calc( 0.25rem + 1.17188vw) !important; }

.p-b-25 {
  padding-bottom: 2.5rem !important; }

.p-b-25-fluid {
  padding-bottom: calc( 0.5rem + 1.04167vw) !important; }

.m-l-25 {
  margin-left: 2.5rem !important; }

.m-l-25-fluid {
  margin-left: calc( 0.25rem + 1.17188vw) !important; }

.p-l-25 {
  padding-left: 2.5rem !important; }

.p-l-25-fluid {
  padding-left: calc( 0.5rem + 1.04167vw) !important; }

.m-r-25 {
  margin-right: 2.5rem !important; }

.m-r-25-fluid {
  margin-right: calc( 0.25rem + 1.17188vw) !important; }

.p-r-25 {
  padding-right: 2.5rem !important; }

.p-r-25-fluid {
  padding-right: calc( 0.5rem + 1.04167vw) !important; }

.m-25 {
  margin: 2.5rem !important; }

.p-25 {
  padding: 2.5rem !important; }

.m-t-30 {
  margin-top: 3rem !important; }

.m-t-30-fluid {
  margin-top: calc( 0.3rem + 1.40625vw) !important; }

.p-t-30 {
  padding-top: 3rem !important; }

.p-t-30-fluid {
  padding-top: calc( 0.6rem + 1.25vw) !important; }

.m-b-30 {
  margin-bottom: 3rem !important; }

.m-b-30-fluid {
  margin-bottom: calc( 0.3rem + 1.40625vw) !important; }

.p-b-30 {
  padding-bottom: 3rem !important; }

.p-b-30-fluid {
  padding-bottom: calc( 0.6rem + 1.25vw) !important; }

.m-l-30 {
  margin-left: 3rem !important; }

.m-l-30-fluid {
  margin-left: calc( 0.3rem + 1.40625vw) !important; }

.p-l-30 {
  padding-left: 3rem !important; }

.p-l-30-fluid {
  padding-left: calc( 0.6rem + 1.25vw) !important; }

.m-r-30 {
  margin-right: 3rem !important; }

.m-r-30-fluid {
  margin-right: calc( 0.3rem + 1.40625vw) !important; }

.p-r-30 {
  padding-right: 3rem !important; }

.p-r-30-fluid {
  padding-right: calc( 0.6rem + 1.25vw) !important; }

.m-30 {
  margin: 3rem !important; }

.p-30 {
  padding: 3rem !important; }

.m-t-35 {
  margin-top: 3.5rem !important; }

.m-t-35-fluid {
  margin-top: calc( 0.35rem + 1.64063vw) !important; }

.p-t-35 {
  padding-top: 3.5rem !important; }

.p-t-35-fluid {
  padding-top: calc( 0.7rem + 1.45833vw) !important; }

.m-b-35 {
  margin-bottom: 3.5rem !important; }

.m-b-35-fluid {
  margin-bottom: calc( 0.35rem + 1.64063vw) !important; }

.p-b-35 {
  padding-bottom: 3.5rem !important; }

.p-b-35-fluid {
  padding-bottom: calc( 0.7rem + 1.45833vw) !important; }

.m-l-35 {
  margin-left: 3.5rem !important; }

.m-l-35-fluid {
  margin-left: calc( 0.35rem + 1.64063vw) !important; }

.p-l-35 {
  padding-left: 3.5rem !important; }

.p-l-35-fluid {
  padding-left: calc( 0.7rem + 1.45833vw) !important; }

.m-r-35 {
  margin-right: 3.5rem !important; }

.m-r-35-fluid {
  margin-right: calc( 0.35rem + 1.64063vw) !important; }

.p-r-35 {
  padding-right: 3.5rem !important; }

.p-r-35-fluid {
  padding-right: calc( 0.7rem + 1.45833vw) !important; }

.m-35 {
  margin: 3.5rem !important; }

.p-35 {
  padding: 3.5rem !important; }

.m-t-40 {
  margin-top: 4rem !important; }

.m-t-40-fluid {
  margin-top: calc( 0.4rem + 1.875vw) !important; }

.p-t-40 {
  padding-top: 4rem !important; }

.p-t-40-fluid {
  padding-top: calc( 0.8rem + 1.66667vw) !important; }

.m-b-40 {
  margin-bottom: 4rem !important; }

.m-b-40-fluid {
  margin-bottom: calc( 0.4rem + 1.875vw) !important; }

.p-b-40 {
  padding-bottom: 4rem !important; }

.p-b-40-fluid {
  padding-bottom: calc( 0.8rem + 1.66667vw) !important; }

.m-l-40 {
  margin-left: 4rem !important; }

.m-l-40-fluid {
  margin-left: calc( 0.4rem + 1.875vw) !important; }

.p-l-40 {
  padding-left: 4rem !important; }

.p-l-40-fluid {
  padding-left: calc( 0.8rem + 1.66667vw) !important; }

.m-r-40 {
  margin-right: 4rem !important; }

.m-r-40-fluid {
  margin-right: calc( 0.4rem + 1.875vw) !important; }

.p-r-40 {
  padding-right: 4rem !important; }

.p-r-40-fluid {
  padding-right: calc( 0.8rem + 1.66667vw) !important; }

.m-40 {
  margin: 4rem !important; }

.p-40 {
  padding: 4rem !important; }

.m-t-45 {
  margin-top: 4.5rem !important; }

.m-t-45-fluid {
  margin-top: calc( 0.45rem + 2.10938vw) !important; }

.p-t-45 {
  padding-top: 4.5rem !important; }

.p-t-45-fluid {
  padding-top: calc( 0.9rem + 1.875vw) !important; }

.m-b-45 {
  margin-bottom: 4.5rem !important; }

.m-b-45-fluid {
  margin-bottom: calc( 0.45rem + 2.10938vw) !important; }

.p-b-45 {
  padding-bottom: 4.5rem !important; }

.p-b-45-fluid {
  padding-bottom: calc( 0.9rem + 1.875vw) !important; }

.m-l-45 {
  margin-left: 4.5rem !important; }

.m-l-45-fluid {
  margin-left: calc( 0.45rem + 2.10938vw) !important; }

.p-l-45 {
  padding-left: 4.5rem !important; }

.p-l-45-fluid {
  padding-left: calc( 0.9rem + 1.875vw) !important; }

.m-r-45 {
  margin-right: 4.5rem !important; }

.m-r-45-fluid {
  margin-right: calc( 0.45rem + 2.10938vw) !important; }

.p-r-45 {
  padding-right: 4.5rem !important; }

.p-r-45-fluid {
  padding-right: calc( 0.9rem + 1.875vw) !important; }

.m-45 {
  margin: 4.5rem !important; }

.p-45 {
  padding: 4.5rem !important; }

.m-t-50 {
  margin-top: 5rem !important; }

.m-t-50-fluid {
  margin-top: calc( 0.5rem + 2.34375vw) !important; }

.p-t-50 {
  padding-top: 5rem !important; }

.p-t-50-fluid {
  padding-top: calc( 1rem + 2.08333vw) !important; }

.m-b-50 {
  margin-bottom: 5rem !important; }

.m-b-50-fluid {
  margin-bottom: calc( 0.5rem + 2.34375vw) !important; }

.p-b-50 {
  padding-bottom: 5rem !important; }

.p-b-50-fluid {
  padding-bottom: calc( 1rem + 2.08333vw) !important; }

.m-l-50 {
  margin-left: 5rem !important; }

.m-l-50-fluid {
  margin-left: calc( 0.5rem + 2.34375vw) !important; }

.p-l-50 {
  padding-left: 5rem !important; }

.p-l-50-fluid {
  padding-left: calc( 1rem + 2.08333vw) !important; }

.m-r-50 {
  margin-right: 5rem !important; }

.m-r-50-fluid {
  margin-right: calc( 0.5rem + 2.34375vw) !important; }

.p-r-50 {
  padding-right: 5rem !important; }

.p-r-50-fluid {
  padding-right: calc( 1rem + 2.08333vw) !important; }

.m-50 {
  margin: 5rem !important; }

.p-50 {
  padding: 5rem !important; }

.m-t-60 {
  margin-top: 6rem !important; }

.m-t-60-fluid {
  margin-top: calc( 0.6rem + 2.8125vw) !important; }

.p-t-60 {
  padding-top: 6rem !important; }

.p-t-60-fluid {
  padding-top: calc( 1.2rem + 2.5vw) !important; }

.m-b-60 {
  margin-bottom: 6rem !important; }

.m-b-60-fluid {
  margin-bottom: calc( 0.6rem + 2.8125vw) !important; }

.p-b-60 {
  padding-bottom: 6rem !important; }

.p-b-60-fluid {
  padding-bottom: calc( 1.2rem + 2.5vw) !important; }

.m-l-60 {
  margin-left: 6rem !important; }

.m-l-60-fluid {
  margin-left: calc( 0.6rem + 2.8125vw) !important; }

.p-l-60 {
  padding-left: 6rem !important; }

.p-l-60-fluid {
  padding-left: calc( 1.2rem + 2.5vw) !important; }

.m-r-60 {
  margin-right: 6rem !important; }

.m-r-60-fluid {
  margin-right: calc( 0.6rem + 2.8125vw) !important; }

.p-r-60 {
  padding-right: 6rem !important; }

.p-r-60-fluid {
  padding-right: calc( 1.2rem + 2.5vw) !important; }

.m-60 {
  margin: 6rem !important; }

.p-60 {
  padding: 6rem !important; }

.m-t-75 {
  margin-top: 7.5rem !important; }

.m-t-75-fluid {
  margin-top: calc( 0.75rem + 3.51563vw) !important; }

.p-t-75 {
  padding-top: 7.5rem !important; }

.p-t-75-fluid {
  padding-top: calc( 1.5rem + 3.125vw) !important; }

.m-b-75 {
  margin-bottom: 7.5rem !important; }

.m-b-75-fluid {
  margin-bottom: calc( 0.75rem + 3.51563vw) !important; }

.p-b-75 {
  padding-bottom: 7.5rem !important; }

.p-b-75-fluid {
  padding-bottom: calc( 1.5rem + 3.125vw) !important; }

.m-l-75 {
  margin-left: 7.5rem !important; }

.m-l-75-fluid {
  margin-left: calc( 0.75rem + 3.51563vw) !important; }

.p-l-75 {
  padding-left: 7.5rem !important; }

.p-l-75-fluid {
  padding-left: calc( 1.5rem + 3.125vw) !important; }

.m-r-75 {
  margin-right: 7.5rem !important; }

.m-r-75-fluid {
  margin-right: calc( 0.75rem + 3.51563vw) !important; }

.p-r-75 {
  padding-right: 7.5rem !important; }

.p-r-75-fluid {
  padding-right: calc( 1.5rem + 3.125vw) !important; }

.m-75 {
  margin: 7.5rem !important; }

.p-75 {
  padding: 7.5rem !important; }

.m-t-90 {
  margin-top: 9rem !important; }

.m-t-90-fluid {
  margin-top: calc( 0.9rem + 4.21875vw) !important; }

.p-t-90 {
  padding-top: 9rem !important; }

.p-t-90-fluid {
  padding-top: calc( 1.8rem + 3.75vw) !important; }

.m-b-90 {
  margin-bottom: 9rem !important; }

.m-b-90-fluid {
  margin-bottom: calc( 0.9rem + 4.21875vw) !important; }

.p-b-90 {
  padding-bottom: 9rem !important; }

.p-b-90-fluid {
  padding-bottom: calc( 1.8rem + 3.75vw) !important; }

.m-l-90 {
  margin-left: 9rem !important; }

.m-l-90-fluid {
  margin-left: calc( 0.9rem + 4.21875vw) !important; }

.p-l-90 {
  padding-left: 9rem !important; }

.p-l-90-fluid {
  padding-left: calc( 1.8rem + 3.75vw) !important; }

.m-r-90 {
  margin-right: 9rem !important; }

.m-r-90-fluid {
  margin-right: calc( 0.9rem + 4.21875vw) !important; }

.p-r-90 {
  padding-right: 9rem !important; }

.p-r-90-fluid {
  padding-right: calc( 1.8rem + 3.75vw) !important; }

.m-90 {
  margin: 9rem !important; }

.p-90 {
  padding: 9rem !important; }

.m-t-100 {
  margin-top: 10rem !important; }

.m-t-100-fluid {
  margin-top: calc( 1rem + 4.6875vw) !important; }

.p-t-100 {
  padding-top: 10rem !important; }

.p-t-100-fluid {
  padding-top: calc( 2rem + 4.16667vw) !important; }

.m-b-100 {
  margin-bottom: 10rem !important; }

.m-b-100-fluid {
  margin-bottom: calc( 1rem + 4.6875vw) !important; }

.p-b-100 {
  padding-bottom: 10rem !important; }

.p-b-100-fluid {
  padding-bottom: calc( 2rem + 4.16667vw) !important; }

.m-l-100 {
  margin-left: 10rem !important; }

.m-l-100-fluid {
  margin-left: calc( 1rem + 4.6875vw) !important; }

.p-l-100 {
  padding-left: 10rem !important; }

.p-l-100-fluid {
  padding-left: calc( 2rem + 4.16667vw) !important; }

.m-r-100 {
  margin-right: 10rem !important; }

.m-r-100-fluid {
  margin-right: calc( 1rem + 4.6875vw) !important; }

.p-r-100 {
  padding-right: 10rem !important; }

.p-r-100-fluid {
  padding-right: calc( 2rem + 4.16667vw) !important; }

.m-100 {
  margin: 10rem !important; }

.p-100 {
  padding: 10rem !important; }

.m-t-120 {
  margin-top: 12rem !important; }

.m-t-120-fluid {
  margin-top: calc( 1.2rem + 5.625vw) !important; }

.p-t-120 {
  padding-top: 12rem !important; }

.p-t-120-fluid {
  padding-top: calc( 2.4rem + 5vw) !important; }

.m-b-120 {
  margin-bottom: 12rem !important; }

.m-b-120-fluid {
  margin-bottom: calc( 1.2rem + 5.625vw) !important; }

.p-b-120 {
  padding-bottom: 12rem !important; }

.p-b-120-fluid {
  padding-bottom: calc( 2.4rem + 5vw) !important; }

.m-l-120 {
  margin-left: 12rem !important; }

.m-l-120-fluid {
  margin-left: calc( 1.2rem + 5.625vw) !important; }

.p-l-120 {
  padding-left: 12rem !important; }

.p-l-120-fluid {
  padding-left: calc( 2.4rem + 5vw) !important; }

.m-r-120 {
  margin-right: 12rem !important; }

.m-r-120-fluid {
  margin-right: calc( 1.2rem + 5.625vw) !important; }

.p-r-120 {
  padding-right: 12rem !important; }

.p-r-120-fluid {
  padding-right: calc( 2.4rem + 5vw) !important; }

.m-120 {
  margin: 12rem !important; }

.p-120 {
  padding: 12rem !important; }

.m-t-150 {
  margin-top: 15rem !important; }

.m-t-150-fluid {
  margin-top: calc( 1.5rem + 7.03125vw) !important; }

.p-t-150 {
  padding-top: 15rem !important; }

.p-t-150-fluid {
  padding-top: calc( 3rem + 6.25vw) !important; }

.m-b-150 {
  margin-bottom: 15rem !important; }

.m-b-150-fluid {
  margin-bottom: calc( 1.5rem + 7.03125vw) !important; }

.p-b-150 {
  padding-bottom: 15rem !important; }

.p-b-150-fluid {
  padding-bottom: calc( 3rem + 6.25vw) !important; }

.m-l-150 {
  margin-left: 15rem !important; }

.m-l-150-fluid {
  margin-left: calc( 1.5rem + 7.03125vw) !important; }

.p-l-150 {
  padding-left: 15rem !important; }

.p-l-150-fluid {
  padding-left: calc( 3rem + 6.25vw) !important; }

.m-r-150 {
  margin-right: 15rem !important; }

.m-r-150-fluid {
  margin-right: calc( 1.5rem + 7.03125vw) !important; }

.p-r-150 {
  padding-right: 15rem !important; }

.p-r-150-fluid {
  padding-right: calc( 3rem + 6.25vw) !important; }

.m-150 {
  margin: 15rem !important; }

.p-150 {
  padding: 15rem !important; }

.m-t-200 {
  margin-top: 20rem !important; }

.m-t-200-fluid {
  margin-top: calc( 2rem + 9.375vw) !important; }

.p-t-200 {
  padding-top: 20rem !important; }

.p-t-200-fluid {
  padding-top: calc( 4rem + 8.33333vw) !important; }

.m-b-200 {
  margin-bottom: 20rem !important; }

.m-b-200-fluid {
  margin-bottom: calc( 2rem + 9.375vw) !important; }

.p-b-200 {
  padding-bottom: 20rem !important; }

.p-b-200-fluid {
  padding-bottom: calc( 4rem + 8.33333vw) !important; }

.m-l-200 {
  margin-left: 20rem !important; }

.m-l-200-fluid {
  margin-left: calc( 2rem + 9.375vw) !important; }

.p-l-200 {
  padding-left: 20rem !important; }

.p-l-200-fluid {
  padding-left: calc( 4rem + 8.33333vw) !important; }

.m-r-200 {
  margin-right: 20rem !important; }

.m-r-200-fluid {
  margin-right: calc( 2rem + 9.375vw) !important; }

.p-r-200 {
  padding-right: 20rem !important; }

.p-r-200-fluid {
  padding-right: calc( 4rem + 8.33333vw) !important; }

.m-200 {
  margin: 20rem !important; }

.p-200 {
  padding: 20rem !important; }

.m-t-auto {
  margin-top: auto !important; }

.p-t-auto {
  padding-top: auto !important; }

.m-b-auto {
  margin-bottom: auto !important; }

.p-b-auto {
  padding-bottom: auto !important; }

.m-l-auto {
  margin-left: auto !important; }

.p-l-auto {
  padding-left: auto !important; }

.m-r-auto {
  margin-right: auto !important; }

.p-r-auto {
  padding-right: auto !important; }

.color-white {
  color: white; }
.color-white > * {
  color: white; }

.bg-white {
  background-color: white; }

.color-opaque-tuna {
  color: rgba(52, 55, 65, 0.05); }
.color-opaque-tuna > * {
  color: rgba(52, 55, 65, 0.05); }

.bg-opaque-tuna {
  background-color: rgba(52, 55, 65, 0.05); }

.color-tuna {
  color: #343741; }
.color-tuna > * {
  color: #343741; }

.bg-tuna {
  background-color: #343741; }

.color-light-grey {
  color: #f5f5f5; }
.color-light-grey > * {
  color: #f5f5f5; }

.bg-light-grey {
  background-color: #f5f5f5; }

.color-grey-chateau {
  color: #a4a7a9; }
.color-grey-chateau > * {
  color: #a4a7a9; }

.bg-grey-chateau {
  background-color: #a4a7a9; }

.color-grey-rolling-stone {
  color: #7a7c81; }
.color-grey-rolling-stone > * {
  color: #7a7c81; }

.bg-grey-rolling-stone {
  background-color: #7a7c81; }

.color-bhama-blue {
  color: #006992; }
.color-bhama-blue > * {
  color: #006992; }

.bg-bhama-blue {
  background-color: #006992; }

.color-hawaiian-tan {
  color: #9e571a; }
.color-hawaiian-tan > * {
  color: #9e571a; }

.bg-hawaiian-tan {
  background-color: #9e571a; }

.color-darker-hawaiian-tan {
  color: #d58927; }
.color-darker-hawaiian-tan > * {
  color: #d58927; }

.bg-darker-hawaiian-tan {
  background-color: #d58927; }

.color-black {
  color: black; }
.color-black > * {
  color: black; }

.bg-black {
  background-color: black; }

.color-transparent {
  background-color: rgba(0, 0, 0, 0); }

.max-width-780 {
  max-width: 78rem !important; }

.max-height-780 {
  max-height: 78rem !important; }

.visuallyhidden, .screen-reader-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important; }
.visuallyhidden.focusable:active, .focusable.screen-reader-text:active, .visuallyhidden.focusable:focus, .focusable.screen-reader-text:focus {
  height: auto;
  width: auto;
  overflow: visible;
  clip: rect(auto, auto, auto, auto); }

.invisible {
  visibility: hidden; }

.display-block {
  display: block !important; }

.display-none {
  display: none !important; }

.display-inline-block {
  display: inline-block !important; }

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

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

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

.break-words {
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.float-left, .alignleft {
  float: left; }

.float-right, .alignright {
  float: right; }

.clear {
  clear: both; }

img.float-left, img.alignleft, figure.float-left, figure.alignleft {
  margin: 0 1em 1em 0; }

img.float-right, img.alignright, figure.float-right, figure.alignright {
  margin: 0 0 1em 1em; }

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

.scroll {
  overflow: auto;
  -webkit-overflow-scrolling: scrolling;
  -webkit-overflow-scrolling: touch; }

.no-overflow {
  overflow: hidden !important; }

.full-width {
  display: block;
  box-sizing: border-box;
  width: 100%; }

.full-height {
  height: 100% !important; }

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

/* needed for old browsers */
dialog {
  display: block;
  border: 0; }

/* removes scroll when modal is opened */
.no-scroll {
  overflow: hidden;
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed; }

.font-light {
  font-weight: 300; }

.line-height-0 {
  line-height: 0 !important; }

.admin-bar header {
  top: 32px; }

.subpages .current-menu-item a {
  color: #e39655; }

html.no-flexboxtweener.no-flexbox .grid-2 {
  margin-left: -5%;
  width: 100%; }
html.no-flexboxtweener.no-flexbox .grid-2:after {
  content: '';
  display: block;
  clear: both; }
html.no-flexboxtweener.no-flexbox .grid-2 > * {
  float: left;
  box-sizing: border-box;
  margin-left: 5%;
  margin-right: calc( -.01px); }
html.no-flexboxtweener.no-flexbox .grid-2 .col-1, html.no-flexboxtweener.no-flexbox .grid-2 .grid-2--col-1 {
  width: calc( 50% - 5%); }
html.no-flexboxtweener.no-flexbox .grid-2 .col-2, html.no-flexboxtweener.no-flexbox .grid-2 .grid-2--col-2 {
  width: calc( 100% - 5%); }

html.flexboxtweener .grid-2, html.flexbox .grid-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
  margin-left: -5%; }
html.flexboxtweener .grid-2 .col-1, html.flexboxtweener .grid-2 .grid-2--col-1, html.flexbox .grid-2 .col-1, html.flexbox .grid-2 .grid-2--col-1 {
  width: 45%;
  margin-left: 5%;
  min-width: 300px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
html.flexboxtweener .grid-2 .col-2, html.flexboxtweener .grid-2 .grid-2--col-2, html.flexbox .grid-2 .col-2, html.flexbox .grid-2 .grid-2--col-2 {
  overflow: hidden;
  min-width: 95%;
  margin-left: 5%;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
html.flexboxtweener .grid-2 .col-no-expand, html.flexbox .grid-2 .col-no-expand {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.grid-2--margin-bottom [class^='col-'] {
  margin-bottom: 2rem; }
.grid-2--margin-bottom [class^='col-'] > :last-child {
  margin-bottom: 0; }

.grid-2--no-margin-bottom [class^='col-'] {
  margin-bottom: 0; }
.grid-2--no-margin-bottom [class^='col-'] > :last-child {
  margin-bottom: 0; }

html.no-flexboxtweener.no-flexbox .grid-3 {
  margin-left: -5%; }
html.no-flexboxtweener.no-flexbox .grid-3:after {
  content: '';
  display: block;
  clear: both; }
html.no-flexboxtweener.no-flexbox .grid-3 > * {
  float: left;
  box-sizing: border-box;
  margin-left: 5%;
  margin-right: calc( -.01px); }
html.no-flexboxtweener.no-flexbox .grid-3 .col-1, html.no-flexboxtweener.no-flexbox .grid-3 .grid-3--col-1 {
  width: calc( 33.33333% - 5%); }
html.no-flexboxtweener.no-flexbox .grid-3 .col-2, html.no-flexboxtweener.no-flexbox .grid-3 .grid-3--col-2 {
  width: calc( 66.66667% - 5%); }

html.flexboxtweener .grid-3, html.flexbox .grid-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5%;
  clear: both; }
html.flexboxtweener .grid-3 .col-1, html.flexboxtweener .grid-3 .grid-3--col-1, html.flexbox .grid-3 .col-1, html.flexbox .grid-3 .grid-3--col-1 {
  width: 28.33%;
  margin-left: 5%;
  min-width: 300px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
html.flexboxtweener .grid-3 .col-2, html.flexboxtweener .grid-3 .grid-3--col-2, html.flexbox .grid-3 .col-2, html.flexbox .grid-3 .grid-3--col-2 {
  width: 61.66%;
  min-width: 300px;
  margin-left: 5%;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
html.flexboxtweener .grid-3.align-top, html.flexbox .grid-3.align-top {
  -ms-flex-align: start;
  align-items: flex-start; }
html.flexboxtweener .grid-3.grid-3--mw-200 [class*='grid-3--col'], html.flexbox .grid-3.grid-3--mw-200 [class*='grid-3--col'] {
  min-width: 150px; }
html.flexboxtweener .grid-3 .no-expand, html.flexbox .grid-3 .no-expand {
  -ms-flex-positive: 0;
  flex-grow: 0; }
html.flexboxtweener .grid-3.grid3--min-width-100 [class*='grid-3--col'], html.flexbox .grid-3.grid3--min-width-100 [class*='grid-3--col'] {
  min-width: 100px; }
html.flexboxtweener .grid-3.grid3--min-width-200 [class*='grid-3--col'], html.flexbox .grid-3.grid3--min-width-200 [class*='grid-3--col'] {
  min-width: 200px; }
@media (max-width: 1050px) {
  html.flexboxtweener .grid-3 .grid-3--move-up-1050, html.flexbox .grid-3 .grid-3--move-up-1050 {
    -ms-flex-order: -1;
    order: -1;
    width: 100%; } }
html.flexboxtweener .grid-3.grid-3--no-flex-strict .col-1, html.flexboxtweener .grid-3.grid-3--no-flex-strict .grid-3--col-1, html.flexbox .grid-3.grid-3--no-flex-strict .col-1, html.flexbox .grid-3.grid-3--no-flex-strict .grid-3--col-1 {
  -ms-flex-positive: 0;
  flex-grow: 0; }
html.flexboxtweener .grid-3.grid-3--no-flex-strict .col-2, html.flexboxtweener .grid-3.grid-3--no-flex-strict .grid-3--col-2, html.flexbox .grid-3.grid-3--no-flex-strict .col-2, html.flexbox .grid-3.grid-3--no-flex-strict .grid-3--col-2 {
  -ms-flex-positive: 0;
  flex-grow: 0; }
@media (max-width: 1050px) {
  html.flexboxtweener .grid-3.grid-3--no-flex-strict .col-1, html.flexboxtweener .grid-3.grid-3--no-flex-strict .grid-3--col-1, html.flexbox .grid-3.grid-3--no-flex-strict .col-1, html.flexbox .grid-3.grid-3--no-flex-strict .grid-3--col-1 {
    width: 45%; }
  html.flexboxtweener .grid-3.grid-3--no-flex-strict .col-2, html.flexboxtweener .grid-3.grid-3--no-flex-strict .grid-3--col-2, html.flexbox .grid-3.grid-3--no-flex-strict .col-2, html.flexbox .grid-3.grid-3--no-flex-strict .grid-3--col-2 {
    width: 95%; } }
@media (max-width: 680px) {
  html.flexboxtweener .grid-3.grid-3--no-flex-strict .col-1, html.flexboxtweener .grid-3.grid-3--no-flex-strict .grid-3--col-1, html.flexbox .grid-3.grid-3--no-flex-strict .col-1, html.flexbox .grid-3.grid-3--no-flex-strict .grid-3--col-1 {
    width: 95%; }
  html.flexboxtweener .grid-3.grid-3--no-flex-strict .col-2, html.flexboxtweener .grid-3.grid-3--no-flex-strict .grid-3--col-2, html.flexbox .grid-3.grid-3--no-flex-strict .col-2, html.flexbox .grid-3.grid-3--no-flex-strict .grid-3--col-2 {
    width: 95%; } }

.grid-3--margin-25 {
  margin-top: -2.5rem; }
.grid-3--margin-25 [class*='col-'] {
  margin-top: 2.5rem; }

.grid-3--margin-50 {
  margin-top: -5rem; }
.grid-3--margin-50 [class*='col-'] {
  margin-top: 5rem; }

.grid-3--margin-100-fluid {
  margin-top: calc( -1 * (3.22222rem + 5.55556vw)); }
.grid-3--margin-100-fluid [class*='col-'] {
  margin-top: calc( 3.22222rem + 5.55556vw); }

.grid-3--margin-20 {
  margin-top: -2rem; }
.grid-3--margin-20 [class*='col-'] {
  margin-top: 2rem; }

html.no-flexboxtweener.no-flexbox .grid-4 {
  margin-left: -5%; }
html.no-flexboxtweener.no-flexbox .grid-4:after {
  content: '';
  display: block;
  clear: both; }
html.no-flexboxtweener.no-flexbox .grid-4 > * {
  float: left;
  box-sizing: border-box;
  margin-left: 5%;
  margin-right: calc( -.01px); }
html.no-flexboxtweener.no-flexbox .grid-4 .col-1, html.no-flexboxtweener.no-flexbox .grid-4 .grid-4--col-1 {
  width: calc( 25% - 5%); }
html.no-flexboxtweener.no-flexbox .grid-4 .col-2, html.no-flexboxtweener.no-flexbox .grid-4 .grid-4--col-2 {
  width: calc( 50% - 5%); }

html.flexboxtweener .grid-4, html.flexbox .grid-4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5%;
  clear: both; }
html.flexboxtweener .grid-4 .col-1, html.flexboxtweener .grid-4 .grid-4--col-1, html.flexbox .grid-4 .col-1, html.flexbox .grid-4 .grid-4--col-1 {
  width: 15%;
  margin-left: 5%;
  min-width: 300px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
html.flexboxtweener .grid-4 .col-2, html.flexboxtweener .grid-4 .grid-4--col-2, html.flexbox .grid-4 .col-2, html.flexbox .grid-4 .grid-4--col-2 {
  width: 35%;
  min-width: 300px;
  margin-left: 5%;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
html.flexboxtweener .grid-4.align-top, html.flexbox .grid-4.align-top {
  -ms-flex-align: start;
  align-items: flex-start; }
html.flexboxtweener .grid-4.grid-4--mw-200 [class*='grid-4--col'], html.flexbox .grid-4.grid-4--mw-200 [class*='grid-4--col'] {
  min-width: 200px; }
html.flexboxtweener .grid-4.grid-4--mw-100 [class*='grid-4--col'] [class*='grid-4--col'], html.flexbox .grid-4.grid-4--mw-100 [class*='grid-4--col'] [class*='grid-4--col'] {
  min-width: 100px; }
html.flexboxtweener .grid-4 .no-expand, html.flexbox .grid-4 .no-expand {
  -ms-flex-positive: 0;
  flex-grow: 0; }

.footer-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5rem; }
.footer-links p {
  font-family: "soleil",sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1; }
@media all and (max-width: 1240px) {
  .footer-links p {
    font-size: calc( 1.6rem + 0vw); } }

[class^="footer-links--"] {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.footer-links--1 {
  margin-left: 5rem; }

.footer-links--2 {
  margin-left: 5rem; }

.footer-links--3 {
  margin-left: 5rem; }

.footer-links--4 {
  margin-left: 5rem; }

.footer-links--5 {
  margin-left: auto; }

@media (max-width: 1035px) {
  .footer-links--1 {
    -ms-flex-order: 5;
    order: 5;
    width: calc(100% - 5rem); }
  .footer-links--5 {
    margin-top: 2rem;
    margin-left: 5rem;
    width: calc(100% - 5rem); } }

@media (max-width: 700px) {
  .footer-links--3 {
    margin-left: 5%; }
  .footer-links--4 {
    margin-left: 5%; } }

.menu-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center; }
.menu-container .navopen {
  margin-top: 6px; }

.menu-container__logo {
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  line-height: 0;
  transition: flex-basis .25s, height .25s;
  transition: flex-basis .25s, height .25s, -ms-flex-preferred-size .25s; }

.menu-container__primary-menu {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0; }

.navclose ul.menu-container__primary-menu {
  margin-top: 40px; }
.navclose ul.menu-container__primary-menu li {
  margin-bottom: 20px; }
.navclose ul.menu-container__primary-menu li:last-child {
  margin-bottom: 0; }

.menu-container__text {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 0;
  max-width: 350px;
  font-family: "soleil", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1;
  color: white; }
@media all and (max-width: 1240px) {
  .menu-container__text {
    font-size: calc( 2rem + 0vw); } }

.navclose .menu-container__text {
  color: #7a7c81; }

.slight-scroll .menu-container__text, .condensed .menu-container__text {
  color: #7a7c81; }

.slight-scroll .menu-container__logo, .condensed .menu-container__logo {
  -ms-flex: 0 1 60px;
  flex: 0 1 60px; }

@media (max-width: 1118px) {
  .menu-container__primary-menu {
    display: none; }
  .menu-container__text {
    display: none; }
  .navopen {
    margin-left: auto; }
  .menu-container__logo {
    -ms-flex: 0 1 60px;
    flex: 0 1 60px; }
  .navclose .menu-container {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: inherit;
    align-items: inherit;
    height: 100%; }
  .navclose .menu-container .navopen {
    top: 22px; }
  .navclose .menu-container__logo {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    top: 20px; }
  .navclose .menu-container__primary-menu {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-right: 50px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto; }
  .navclose .menu-container__text {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: none;
    display: block; } }

a {
  transition: color 0.25s;
  position: relative; }
a:link, a:visited {
  color: #9e571a; }
a:hover, a:focus {
  color: #e39655;
  transition: color 0.25s; }

a h2 {
  transition: color 0.25s; }
a h2:link, a h2:visited {
  color: #9e571a; }
a h2:hover, a h2:focus {
  color: #9e571a;
  transition: color 0.25s; }

a.link--basker {
  padding-bottom: .5rem; }
a.link--basker:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  transition: width .25s, border-bottom-color .25s;
  border-bottom: 1px solid #9e571a; }
a.link--basker:hover:after, a.link--basker:focus:after {
  width: 100%;
  border-bottom-color: #e39655; }

a.link--basker.color-white {
  transition: color 0.25s; }
a.link--basker.color-white:link, a.link--basker.color-white:visited {
  color: white; }
a.link--basker.color-white:hover, a.link--basker.color-white:focus {
  color: #e39655;
  transition: color 0.25s; }
a.link--basker.color-white:after {
  border-color: white; }
a.link--basker.color-white:hover:after, a.link--basker.color-white:focus:after {
  border-bottom-color: #e39655; }

a.link--basker.link--basker-light {
  font-weight: 300; }

a.link--basker.link--basker-no-underline:after {
  display: none; }

ul.primary-menu > li > a {
  font-family: "soleil",sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1; }
@media all and (max-width: 1240px) {
  ul.primary-menu > li > a {
    font-size: calc( 2rem + 0vw); } }

ul.primary-menu > li a {
  transition: color 0.25s; }
ul.primary-menu > li a:link, ul.primary-menu > li a:visited {
  color: white; }
ul.primary-menu > li a:hover, ul.primary-menu > li a:focus {
  color: #a4a7a9;
  transition: color 0.25s; }

.navclose ul.primary-menu > li a {
  transition: color 0.25s; }
.navclose ul.primary-menu > li a:link, .navclose ul.primary-menu > li a:visited {
  color: #a4a7a9; }
.navclose ul.primary-menu > li a:hover, .navclose ul.primary-menu > li a:focus {
  color: #9e571a;
  transition: color 0.25s; }

.slight-scroll ul.primary-menu > li > a, .condensed ul.primary-menu > li > a {
  transition: color 0.25s; }
.slight-scroll ul.primary-menu > li > a:link, .slight-scroll ul.primary-menu > li > a:visited, .condensed ul.primary-menu > li > a:link, .condensed ul.primary-menu > li > a:visited {
  color: #7a7c81; }
.slight-scroll ul.primary-menu > li > a:hover, .slight-scroll ul.primary-menu > li > a:focus, .condensed ul.primary-menu > li > a:hover, .condensed ul.primary-menu > li > a:focus {
  color: #9e571a;
  transition: color 0.25s; }

ul.primary-menu > li > ul a {
  font-family: "soleil",sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  position: relative; }
@media all and (max-width: 1240px) {
  ul.primary-menu > li > ul a {
    font-size: calc( 2rem + 0vw); } }
ul.primary-menu > li > ul a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  transition: width .25s, border-bottom-color .25s;
  border-bottom: 1px solid white; }
ul.primary-menu > li > ul a:hover:after, ul.primary-menu > li > ul a:focus:after {
  width: 100%;
  border-bottom-color: #7a7c81; }

.hero__h1--style a {
  transition: color 0.25s; }
.hero__h1--style a:link, .hero__h1--style a:visited {
  color: white; }
.hero__h1--style a:hover, .hero__h1--style a:focus {
  color: #9e571a;
  transition: color 0.25s; }

a:hover.social_icons__icon {
  background-color: #9e571a;
  border-color: #9e571a;
  transition: fill 0.25s, background-color 0.25s; }
a:hover.social_icons__icon .twitter--footer__st0 {
  fill: white; }
a:hover.social_icons__icon .linkedin__st0 {
  fill: white; }
a:hover.social_icons__icon .facebook__st0 {
  fill: white; }

.footer-links a:not(.vclogo) {
  font-family: "soleil",sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1;
  transition: color 0.25s;
  display: table;
  padding-top: 0.1px;
  padding-bottom: 0.1px; }
@media all and (max-width: 1240px) {
  .footer-links a:not(.vclogo) {
    font-size: calc( 1.6rem + 0vw); } }
.footer-links a:not(.vclogo):link, .footer-links a:not(.vclogo):visited {
  color: #7a7c81; }
.footer-links a:not(.vclogo):hover, .footer-links a:not(.vclogo):focus {
  color: #e39655;
  transition: color 0.25s; }
.footer-links a:not(.vclogo)::before, .footer-links a:not(.vclogo)::after {
  content: ' ';
  display: block;
  height: 0;
  width: 0; }
.footer-links a:not(.vclogo)::before {
  margin-bottom: calc(-5px); }
.footer-links a:not(.vclogo)::after {
  margin-top: calc(-0px); }

a.vclogo {
  transition: color 0.25s; }
a.vclogo:link, a.vclogo:visited {
  color: #7a7c81; }
a.vclogo:hover, a.vclogo:focus {
  color: #9e571a;
  transition: color 0.25s; }

a.filters__trigger {
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  transition: color 0.25s; }
@media all and (max-width: 1240px) {
  a.filters__trigger {
    font-size: calc( 1.6rem + 0vw); } }
a.filters__trigger:link, a.filters__trigger:visited {
  color: #9e571a; }
a.filters__trigger:hover, a.filters__trigger:focus {
  color: #343741;
  transition: color 0.25s; }

.pagination a {
  transition: color 0.25s;
  font-weight: 500; }
.pagination a:link, .pagination a:visited {
  color: #7a7c81; }
.pagination a:hover, .pagination a:focus {
  color: #9e571a;
  transition: color 0.25s; }

a.pagination__next {
  transition: color 0.25s;
  position: relative;
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  padding-bottom: 0.5rem;
  margin-top: 0.7rem;
  font-size: 1.6rem;
  line-height: 1; }
a.pagination__next:link, a.pagination__next:visited {
  color: #9e571a; }
a.pagination__next:hover, a.pagination__next:focus {
  color: #e39655;
  transition: color 0.25s; }
a.pagination__next:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  transition: width .25s, border-bottom-color .25s;
  border-bottom: 1px solid #9e571a; }
a.pagination__next:hover:after, a.pagination__next:focus:after {
  width: 100%;
  border-bottom-color: #e39655; }
@media all and (max-width: 1240px) {
  a.pagination__next {
    font-size: calc( 1.6rem + 0vw); } }

.tabbed__tabs a {
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  padding-bottom: 0.5rem;
  transition: color 0.25s;
  position: relative; }
@media all and (max-width: 1240px) {
  .tabbed__tabs a {
    font-size: calc( 1.6rem + 0vw); } }
.tabbed__tabs a:link, .tabbed__tabs a:visited {
  color: #7a7c81; }
.tabbed__tabs a:hover, .tabbed__tabs a:focus {
  color: #9e571a;
  transition: color 0.25s; }
.tabbed__tabs a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  transition: width .25s, border-bottom-color .25s;
  border-bottom: 1px solid #7a7c81; }
.tabbed__tabs a:hover:after, .tabbed__tabs a:focus:after {
  width: 100%;
  border-bottom-color: #9e571a; }

.tabbed__tabs a.tabbed__active {
  transition: color 0.25s;
  position: relative; }
.tabbed__tabs a.tabbed__active:link, .tabbed__tabs a.tabbed__active:visited {
  color: #9e571a; }
.tabbed__tabs a.tabbed__active:hover, .tabbed__tabs a.tabbed__active:focus {
  color: #9e571a;
  transition: color 0.25s; }
.tabbed__tabs a.tabbed__active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  transition: width .25s, border-bottom-color .25s;
  border-bottom: 1px solid #9e571a; }
.tabbed__tabs a.tabbed__active:hover:after, .tabbed__tabs a.tabbed__active:focus:after {
  width: 100%;
  border-bottom-color: #9e571a; }

a.tanned-link h3 {
  color: #9e571a;
  transition: color 0.25s; }
a.tanned-link h3:link, a.tanned-link h3:visited {
  color: #9e571a; }
a.tanned-link h3:hover, a.tanned-link h3:focus {
  color: #e39655;
  transition: color 0.25s; }

.menu-container__text a {
  transition: color 0.25s;
  font-size: 0.95em; }
.menu-container__text a:link, .menu-container__text a:visited {
  color: white; }
.menu-container__text a:hover, .menu-container__text a:focus {
  color: #7a7c81;
  transition: color 0.25s; }

.navclose .menu-container__text a {
  transition: color 0.25s; }
.navclose .menu-container__text a:link, .navclose .menu-container__text a:visited {
  color: #7a7c81; }
.navclose .menu-container__text a:hover, .navclose .menu-container__text a:focus {
  color: #9e571a;
  transition: color 0.25s; }

.slight-scroll .menu-container__text a, .condensed .menu-container__text a {
  transition: color 0.25s; }
.slight-scroll .menu-container__text a:link, .slight-scroll .menu-container__text a:visited, .condensed .menu-container__text a:link, .condensed .menu-container__text a:visited {
  color: #a4a7a9; }
.slight-scroll .menu-container__text a:hover, .slight-scroll .menu-container__text a:focus, .condensed .menu-container__text a:hover, .condensed .menu-container__text a:focus {
  color: #9e571a;
  transition: color 0.25s; }

.latest-tweets a {
  transition: color 0.25s; }
.latest-tweets a:link, .latest-tweets a:visited {
  color: #e39655; }
.latest-tweets a:hover, .latest-tweets a:focus {
  color: white;
  transition: color 0.25s; }

a:hover .tgo__footer {
  fill: #9e571a;
  transition: fill 0.5s; }

.accordion {
  border-top: 1px solid #7a7c81;
  padding: 2rem 0 2rem 0;
  position: relative; }
.accordion > br, .accordion > p {
  display: none; }
.accordion + p:empty {
  display: none; }

.accordion__trigger {
  cursor: pointer;
  padding-right: 25px; }
.accordion__trigger:before {
  content: ' ';
  position: absolute;
  top: calc(2rem + 2px);
  right: 0;
  background-image: url(../images/dev/accordion-arrow.svg);
  width: 18px;
  height: 10px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.accordion__content {
  display: none;
  width: calc(100% - 25px); }
.accordion__content > p:empty {
  display: none; }

.accordion--expanded .accordion__content {
  display: block; }

.accordion--expanded .accordion__trigger:before {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.wrapper {
  max-width: 120rem;
  padding: 0 20px;
  margin: 0 auto; }
.wrapper:after {
  content: '';
  display: block;
  clear: both; }

.wrapper__tiny {
  max-width: 780px; }

.wrapper__tiny--right {
  margin-left: auto; }

.hero {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat; }

.hero__h1 {
  position: relative;
  top: 50%; }

.hero__h1.hero__h1--position-38 {
  position: relative;
  top: 38%; }

.hero__h1--style {
  font-family: "soleil",sans-serif;
  font-weight: 300;
  margin: 0;
  font-size: 70px;
  line-height: 1.14286;
  text-align: center;
  color: white; }
@media all and (max-width: 1240px) {
  .hero__h1--style {
    font-size: calc( 0.24889rem + 5.44444vw); } }

.hero__h1--style a {
  font-family: "soleil",sans-serif;
  font-weight: 300;
  margin: 0;
  font-size: 70px;
  line-height: 1.14286;
  text-align: center;
  color: white;
  text-decoration: underline; }
@media all and (max-width: 1240px) {
  .hero__h1--style a {
    font-size: calc( 0.24889rem + 5.44444vw); } }

.hero.ratio-1920-800 {
  min-height: 74vh; }

.hero.ratio-1920-400 {
  min-height: 320px; }

button, .button, a.button {
  display: inline-block;
  width: auto;
  margin: 0;
  background: transparent;
  box-sizing: border-box;
  transition: color 0.25s, background-color 0.25s, border 0.25s;
  position: relative;
  cursor: pointer; }

button, .button--primary {
  font-family: "soleil",sans-serif;
  font-weight: 300;
  text-align: left;
  font-size: 2.2rem;
  line-height: 1.54545;
  border: 1px solid #9e571a;
  color: #9e571a;
  text-decoration: none;
  display: table;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
  padding: 30px; }
@media all and (max-width: 1240px) {
  button, .button--primary {
    font-size: calc( 1.92444rem + 0.22222vw); } }
button::before, button::after, .button--primary::before, .button--primary::after {
  content: ' ';
  display: block;
  height: 0;
  width: 0; }
button::before, .button--primary::before {
  margin-bottom: calc(-0.9rem); }
button::after, .button--primary::after {
  margin-top: calc(-0.4rem); }
@media (max-width: 1240px) {
  button, .button--primary {
    padding: calc( 1.62222rem + 1.11111vw); } }
button:link, button:visited, .button--primary:link, .button--primary:visited {
  color: #9e571a;
  border-color: #9e571a; }
button:hover, button:focus, .button--primary:hover, .button--primary:focus {
  background-color: #9e571a;
  color: white; }

.no-apple-device.backgroundcliptext .button--primary {
  background: linear-gradient(to right, #9E571A 0%, #D48927 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
.no-apple-device.backgroundcliptext .button--primary:hover, .no-apple-device.backgroundcliptext .button--primary:focus {
  color: white;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: white; }

button.button--expand {
  margin-left: auto;
  margin-right: auto;
  border: none;
  background-image: url(../images/dev/arrow-down-white.svg);
  background-repeat: no-repeat;
  padding: 0;
  width: 19px;
  height: 12px;
  background-size: cover; }
button.button--expand:hover, button.button--expand:focus {
  background-color: transparent; }

button.button--expand.flipped {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.navopen {
  display: none;
  width: 30px;
  height: 26px;
  position: relative; }

.navopen:before, .navopen:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  border: 2px solid #a4a7a9;
  border-bottom: 0;
  transition: transform .5s; }

.navopen:before {
  top: 0;
  border-style: solid none;
  height: 7px; }

.navopen:after {
  bottom: 6px;
  border-style: solid none none; }

.navopen:hover, .navopen:visited, .navopen:focus {
  background-color: transparent; }

.navopen:hover:before, .navopen:hover:after, .navopen:visited:before, .navopen:visited:after, .navopen:focus:before, .navopen:focus:after {
  border-color: #a4a7a9; }

.navclose .navopen:before, .navclose .navopen:after {
  -ms-transform: translateX(-2px) translateY(8px) rotate(45deg);
  transform: translateX(-2px) translateY(8px) rotate(45deg); }

.navclose .navopen:after {
  -ms-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg); }

@media (max-width: 1118px) {
  .navopen {
    display: block; }
  .navclose .navopen {
    position: absolute;
    top: 0;
    right: 2rem; } }

.search {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-bottom: 2px; }

.search__st0 {
  fill: none;
  stroke: white;
  stroke-width: 5;
  stroke-miterlimit: 10;
  transition: stroke .25s; }

a:hover .search__st0 {
  stroke: #7a7c81; }

.slight-scroll .search__st0, .navclose .search__st0, .condensed .search__st0 {
  stroke: #7a7c81; }

.slight-scroll a:hover .search__st0, .navclose a:hover .search__st0, .condensed a:hover .search__st0 {
  stroke: #9e571a; }

.slider {
  padding-top: 80px; }

.slick-slide {
  padding: 0 0 0 2px; }

.slider--quote-icons:before {
  content: '';
  position: absolute;
  top: 0;
  background-image: url(../images/dev/quote.svg);
  background-repeat: no-repeat;
  width: 64px;
  height: 51px; }

.slider--quote-icons:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../images/dev/quote.svg);
  background-repeat: no-repeat;
  width: 64px;
  height: 51px; }

ul.primary-menu {
  list-style: none;
  padding: 0; }
ul.primary-menu > li {
  position: relative;
  display: inline-block;
  padding: 1rem 1.5rem; }
ul.primary-menu > li:first-child {
  padding-left: 0; }
ul.primary-menu > li:last-child {
  padding-right: 0; }
ul.primary-menu > li > ul {
  z-index: 10;
  top: 100%;
  left: -40px;
  display: none;
  position: absolute;
  list-style-type: none;
  padding: 20px 40px 40px 0 !important;
  min-width: 350px;
  max-width: 400px;
  background-color: rgba(255, 255, 255, 0); }
ul.primary-menu > li > ul > li {
  padding: 0 40px 20px 40px;
  background-color: #343741;
  margin: 0 !important; }
ul.primary-menu > li > ul > li::before {
  display: none !important; }
ul.primary-menu > li > ul > li:first-child {
  padding-top: 30px; }
ul.primary-menu > li > ul > li:last-child {
  padding-bottom: 30px; }
ul.primary-menu > li > ul > li:last-child {
  margin-bottom: 0 !important; }
ul.primary-menu > li:hover > ul {
  display: block; }

li.menu-item-has-children .primary-menu__arrow {
  content: '';
  display: inline-block;
  background-image: url(../images/dev/arrow-down-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 7px;
  margin-left: 5px;
  margin-bottom: 2px; }

.slight-scroll li.menu-item-has-children .primary-menu__arrow, .condensed li.menu-item-has-children .primary-menu__arrow {
  background-image: url(../images/dev/arrow-down-grey.svg); }

.navclose li.menu-item-has-children .primary-menu__arrow {
  background-image: url(../images/dev/arrow-down-grey.svg);
  position: absolute;
  width: 18px;
  height: 10.5px;
  top: 9px;
  right: -12px;
  cursor: pointer; }

.navclose .primary-menu__arrow.flipped {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

@media (max-width: 1118px) {
  ul.primary-menu > li {
    display: block;
    padding: 0; }
  ul.primary-menu > li > ul {
    background-color: transparent;
    padding: 20px 20px 0 20px !important;
    position: static;
    left: auto;
    min-width: initial; }
  ul.primary-menu > li:hover > ul {
    display: none; }
  ul.primary-menu > li > ul.show {
    display: block; }
  .navclose ul.primary-menu > li > ul > li {
    background-color: transparent;
    padding: 10px 0 10px 0; }
  .navclose ul.primary-menu > li > ul > li:first-child {
    padding-top: 0; }
  .navclose ul.primary-menu > li > ul > li:last-child {
    padding-bottom: 0; } }

.shg-logo {
  display: none;
  max-width: 60px;
  max-height: 38.8px; }

.slight-scroll .shg-logo, .condensed .shg-logo {
  display: inline; }

.shg-logo__st0 {
  fill: url(#shg-logo__SVGID_1_); }

.shg-logo__st1 {
  fill: url(#shg-logo__SVGID_2_); }

.shg-logo__st2 {
  fill: url(#shg-logo__SVGID_3_); }

@media (max-width: 1118px) {
  .shg-logo {
    display: inline; }
  .navclose .shg-logo {
    width: 60px;
    display: inline; } }

.shg-logo-expanded {
  max-height: 119px;
  max-width: 400px}

.slight-scroll .shg-logo-expanded, .condensed .shg-logo-expanded {
  display: none; }

.shg-logo-expanded__st0 {
  -webkit-clip-path: url(#shg-logo-expanded__SVGID_2_);
  clip-path: url(#shg-logo-expanded__SVGID_2_);
  fill: #FFFFFF; }

@media (max-width: 1118px) {
  .shg-logo-expanded {
    display: none; } }

.close {
  fill: #a4a7a9; }

header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  transition: background-color .25s;
  padding-top: 20px;
  padding-bottom: 20px; }

.slight-scroll header, header.condensed {
  background-color: white; }

@media (max-width: 1118px) {
  header {
    background-color: white; }
  .navclose header {
    height: 100vh;
    width: 100vw;
    position: fixed;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0; } }

.social-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.social_icons__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #7a7c81;
  width: 50px;
  height: 50px;
  margin-right: 15px; }

.facebook__st0 {
  fill: #343842; }

.facebook__st1 {
  fill: none;
  stroke: #A4A6A8;
  stroke-width: 3;
  stroke-miterlimit: 10; }

.linkedin__st0 {
  fill: #343842; }

.linkedin__st1 {
  fill: none;
  stroke: #A4A6A8;
  stroke-width: 3;
  stroke-miterlimit: 10; }

.twitter__st0 {
  -webkit-clip-path: url(#twitter__SVGID_2_);
  clip-path: url(#twitter__SVGID_2_);
  fill: #CDE1E9; }

.twitter--footer__st0 {
  -webkit-clip-path: url(#twitter__SVGID_2_);
  clip-path: url(#twitter__SVGID_2_);
  fill: #343842; }

.header-and-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }

.header-and-link__header {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: inline-block;
  padding-right: 5rem; }

.header-and-link__link {
  display: inline-block; }

table {
  width: 100%;
  border-collapse: collapse; }
table caption {
  margin-bottom: .5em; }

td, th {
  padding: .5em 1em;
  border-bottom: 1px solid #a4a7a9;
  text-align: left;
  vertical-align: top; }
thead td,
tfoot td, thead th,
tfoot th {
  background-color: #f5f5f5; }

th {
  color: black;
  border-bottom: none; }

@media (max-width: 600px) {
  table, table thead, table tfoot, table tbody, table tr, table th, table td, table caption {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box; }
  table thead tr,
  table tfoot tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  table tr {
    margin-bottom: 2rem; }
  table td, table th {
    margin-bottom: -1px;
    border: 1px solid #a4a7a9; }
  table th {
    background: #f5f5f5; }
  table td[data-column-name],
  table th[data-column-name] {
    padding-left: 25%;
    padding-right: 0;
    overflow: hidden; }
  table td[data-column-name]:before,
  table th[data-column-name]:before {
    content: attr(data-column-name);
    float: left;
    margin-left: -34%;
    width: 30%;
    padding-left: 1em;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: bold; } }

ul.team-list {
  padding: 0;
  margin: -3rem 0 0 -5%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none; }
ul.team-list > li {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 20%;
  margin: 3rem 0 0 5%; }
@media (max-width: 995px) {
  ul.team-list > li {
    width: 28.33%; } }
@media (max-width: 716px) {
  ul.team-list > li {
    width: 45%; } }
@media (max-width: 468px) {
  ul.team-list > li {
    width: 100%; } }

ul.team-list__roles_list {
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(158, 87, 26, 0.85);
  background: linear-gradient(to left, rgba(213, 137, 39, 0.85), rgba(158, 87, 26, 0.85));
  transition: opacity .25s;
  margin: 0;
  padding: 10%; }
ul.team-list__roles_list li:first-child {
  margin-top: auto; }
ul.team-list__roles_list li:last-child {
  margin-bottom: 0; }

.team-list__image {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
.team-list__image:before {
  content: "";
  display: block;
  padding-bottom: 100%; }
.team-list__image > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box; }
.team-list__image:hover > ul.team-list__roles_list {
  opacity: 1; }

.filters {
  position: relative;
  margin-top: 50px;
  z-index: 10;
  box-sizing: border-box; }

.filters__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.filters__clearall {
  display: inline-block;
  margin-left: auto;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1; }
@media all and (max-width: 1240px) {
  .filters__clearall {
    font-size: calc( 1.4rem + 0vw); } }

.filters__close-button {
  cursor: pointer;
  position: absolute;
  right: calc( 0.95652rem + 3.26087vw);
  top: 52px; }

.filters__selected {
  list-style: none;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0;
  padding: 0; }
.filters__selected li {
  display: inline;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1; }
@media all and (max-width: 1240px) {
  .filters__selected li {
    font-size: calc( 1.4rem + 0vw); } }

.filters__trigger {
  z-index: 20;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
.filters__trigger:after {
  content: ' ';
  display: inline-block;
  margin-left: 10px;
  margin-top: 3px;
  position: absolute;
  background-image: url(../images/dev/arrow-down-grey.svg);
  background-size: cover;
  width: 12px;
  height: 7px; }

.filters--open .filters__trigger:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.filters--open .filters__background {
  content: '';
  background-color: rgba(133, 135, 141, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10; }

.filters__content {
  display: none;
  z-index: 10;
  position: absolute;
  overflow: hidden;
  left: -50px;
  top: -50px;
  padding: calc(50px + 8rem) calc( 0.95652rem + 3.26087vw) calc( 0.95652rem + 3.26087vw) 50px;
  width: 75%; }

.filters__content.filters__content--full-width {
  width: 100%; }

.filters--open .filters__content {
  display: block; }

@media (max-width: 805px) {
  .grid-4 fieldset {
    width: 100% !important; }
  .filters__buttons__topics {
    -ms-flex-order: 3;
    order: 3; } }

html.csscolumns.csscolumns-width.csscolumns-gap .filters__buttons--columned {
  column-width: 200px;
  column-gap: 5rem; }

html:not(.csscolumns.csscolumns-width.csscolumns-gap) .filters__buttons--columned {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5rem; }
html:not(.csscolumns.csscolumns-width.csscolumns-gap) .filters__buttons--columned label {
  -ms-flex: 0 0 calc(33.33% - 5rem);
  flex: 0 0 calc(33.33% - 5rem);
  min-width: 200px;
  margin-left: 5rem; }

.filters__buttons {
  overflow: auto; }
.filters__buttons input[type="checkbox"] {
  display: none; }
.filters__buttons input[type="checkbox"]:checked + label {
  color: #9e571a; }
.filters__buttons label {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  word-break: normal;
  cursor: pointer;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #7a7c81; }
@media all and (max-width: 1240px) {
  .filters__buttons label {
    font-size: calc( 1.6rem + 0vw); } }

@media (max-width: 900px) {
  .filters__content {
    width: calc(100%);
    padding-top: calc(20px + 8rem); } }

form .gform_fields {
  width: 100%; }

form .gfield {
  margin-bottom: 3rem;
  margin-top: 0.75rem; }

form .validation_message {
  color: red;
  font-size: 0.75em; }

form .gfield_error input, form .gfield_error textarea {
  border-color: red !important; }

form .gfield_label {
  display: inline-block;
  margin-bottom: 2rem; }

form .ginput_container_checkbox {
  margin-top: 1.5rem; }

form input[type="submit"] {
  display: inline-block;
  width: auto;
  background-color: transparent;
  border: none;
  color: black;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  margin: 3rem 0 0 0;
  padding: 0 0 0.35rem 0;
  transition: color .25s, border-color .25s;
  border-bottom: 1px solid black;
  border-radius: 0;
  cursor: pointer; }
@media all and (max-width: 1240px) {
  form input[type="submit"] {
    font-size: calc( 1.6rem + 0vw); } }
form input[type="submit"]:hover {
  color: #9e571a;
  border-color: #9e571a; }

form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="url"],
form input[type="tel"],
form input[type="search"],
form input[type="color"],
form input[type="number"],
form input[type="range"],
form input[type="date"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="month"],
form input[type="week"],
form textarea,
form select {
  background: transparent;
  letter-spacing: 0.01em;
  color: #7a7c81;
  padding: 1.5rem 1px;
  border: 0;
  border-bottom: 1px solid #a2a3a7;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  font-weight: 300;
  line-height: 2.8rem;
  position: relative;
  transition: border-color 0.3s ease-in-out; }
form input[type="text"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="url"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="search"]::-webkit-input-placeholder,
form input[type="color"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form input[type="range"]::-webkit-input-placeholder,
form input[type="date"]::-webkit-input-placeholder,
form input[type="time"]::-webkit-input-placeholder,
form input[type="datetime"]::-webkit-input-placeholder,
form input[type="datetime-local"]::-webkit-input-placeholder,
form input[type="month"]::-webkit-input-placeholder,
form input[type="week"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form select::-webkit-input-placeholder {
  color: #b5b6b9;
  opacity: 1; }
form input[type="text"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="url"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="search"]:-ms-input-placeholder,
form input[type="color"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form input[type="range"]:-ms-input-placeholder,
form input[type="date"]:-ms-input-placeholder,
form input[type="time"]:-ms-input-placeholder,
form input[type="datetime"]:-ms-input-placeholder,
form input[type="datetime-local"]:-ms-input-placeholder,
form input[type="month"]:-ms-input-placeholder,
form input[type="week"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form select:-ms-input-placeholder {
  color: #b5b6b9;
  opacity: 1; }
form input[type="text"]::placeholder,
form input[type="password"]::placeholder,
form input[type="email"]::placeholder,
form input[type="url"]::placeholder,
form input[type="tel"]::placeholder,
form input[type="search"]::placeholder,
form input[type="color"]::placeholder,
form input[type="number"]::placeholder,
form input[type="range"]::placeholder,
form input[type="date"]::placeholder,
form input[type="time"]::placeholder,
form input[type="datetime"]::placeholder,
form input[type="datetime-local"]::placeholder,
form input[type="month"]::placeholder,
form input[type="week"]::placeholder,
form textarea::placeholder,
form select::placeholder {
  color: #b5b6b9;
  opacity: 1; }
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="tel"]:focus,
form input[type="search"]:focus,
form input[type="color"]:focus,
form input[type="number"]:focus,
form input[type="range"]:focus,
form input[type="date"]:focus,
form input[type="time"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="month"]:focus,
form input[type="week"]:focus,
form textarea:focus,
form select:focus {
  transition: border-color 0.3s ease-in-out;
  border-color: #7a7c81; }

form select {
  color: #7a7c81; }

form select.unselected {
  color: #b5b6b9;
  opacity: 1; }

form .gfield_checkbox [type="checkbox"], form .gfield_checkbox [type="radio"], form .gfield_radio [type="checkbox"], form .gfield_radio [type="radio"] {
  position: absolute;
  box-sizing: border-box;
  opacity: 0;
  padding: 0; }

form .gfield_checkbox label, form .gfield_radio label {
  display: inline-block;
  margin-bottom: 14px; }
form .gfield_checkbox label:before, form .gfield_radio label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #5F5F5F;
  box-sizing: border-box;
  margin-right: 1rem;
  background: url(../images/dev/icon-tick.svg) no-repeat center center;
  background-size: 0% 0%;
  transition: all 0.25s; }

form .gfield_checkbox input[type="radio"]:checked + label:before, form .gfield_checkbox input[type="checkbox"]:checked + label:before, form .gfield_radio input[type="radio"]:checked + label:before, form .gfield_radio input[type="checkbox"]:checked + label:before {
  background-size: 85% 85%; }

form ul.gfield_radio {
  margin: 0 !important; }

form ul {
  margin: 0 0 15px 0;
  padding: 0 !important;
  list-style: none; }
form ul li::before {
  display: none !important; }
form ul input:first-child {
  padding-top: 0; }

html.appearance select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/dev/accordion-arrow.svg) no-repeat right 20px center;
  background-size: 18px 10px; }
html.appearance select option {
  color: #7a7c81; }
html.appearance select option:nth-of-type(1) {
  color: #f5f5f5; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html.appearance select {
    color: white; } }

/*for IE10*/
html.appearance select::-ms-expand {
  display: none; }

html.appearance select[multiple] {
  background: none !important; }

textarea.form-textarea {
  padding: 0; }

.form-style--1 form ul {
  color: white; }

.form-style--1 form input[type="text"],
.form-style--1 form input[type="password"],
.form-style--1 form input[type="email"],
.form-style--1 form input[type="url"],
.form-style--1 form input[type="tel"],
.form-style--1 form input[type="search"],
.form-style--1 form input[type="color"],
.form-style--1 form input[type="number"],
.form-style--1 form input[type="range"],
.form-style--1 form input[type="date"],
.form-style--1 form input[type="time"],
.form-style--1 form input[type="datetime"],
.form-style--1 form input[type="datetime-local"],
.form-style--1 form input[type="month"],
.form-style--1 form input[type="week"],
.form-style--1 form textarea,
.form-style--1 form select {
  border-color: rgba(255, 255, 255, 0.75);
  color: white; }
.form-style--1 form input[type="text"]::-webkit-input-placeholder,
.form-style--1 form input[type="password"]::-webkit-input-placeholder,
.form-style--1 form input[type="email"]::-webkit-input-placeholder,
.form-style--1 form input[type="url"]::-webkit-input-placeholder,
.form-style--1 form input[type="tel"]::-webkit-input-placeholder,
.form-style--1 form input[type="search"]::-webkit-input-placeholder,
.form-style--1 form input[type="color"]::-webkit-input-placeholder,
.form-style--1 form input[type="number"]::-webkit-input-placeholder,
.form-style--1 form input[type="range"]::-webkit-input-placeholder,
.form-style--1 form input[type="date"]::-webkit-input-placeholder,
.form-style--1 form input[type="time"]::-webkit-input-placeholder,
.form-style--1 form input[type="datetime"]::-webkit-input-placeholder,
.form-style--1 form input[type="datetime-local"]::-webkit-input-placeholder,
.form-style--1 form input[type="month"]::-webkit-input-placeholder,
.form-style--1 form input[type="week"]::-webkit-input-placeholder,
.form-style--1 form textarea::-webkit-input-placeholder,
.form-style--1 form select::-webkit-input-placeholder {
  color: white;
  opacity: 0.75; }
.form-style--1 form input[type="text"]:-ms-input-placeholder,
.form-style--1 form input[type="password"]:-ms-input-placeholder,
.form-style--1 form input[type="email"]:-ms-input-placeholder,
.form-style--1 form input[type="url"]:-ms-input-placeholder,
.form-style--1 form input[type="tel"]:-ms-input-placeholder,
.form-style--1 form input[type="search"]:-ms-input-placeholder,
.form-style--1 form input[type="color"]:-ms-input-placeholder,
.form-style--1 form input[type="number"]:-ms-input-placeholder,
.form-style--1 form input[type="range"]:-ms-input-placeholder,
.form-style--1 form input[type="date"]:-ms-input-placeholder,
.form-style--1 form input[type="time"]:-ms-input-placeholder,
.form-style--1 form input[type="datetime"]:-ms-input-placeholder,
.form-style--1 form input[type="datetime-local"]:-ms-input-placeholder,
.form-style--1 form input[type="month"]:-ms-input-placeholder,
.form-style--1 form input[type="week"]:-ms-input-placeholder,
.form-style--1 form textarea:-ms-input-placeholder,
.form-style--1 form select:-ms-input-placeholder {
  color: white;
  opacity: 0.75; }
.form-style--1 form input[type="text"]::placeholder,
.form-style--1 form input[type="password"]::placeholder,
.form-style--1 form input[type="email"]::placeholder,
.form-style--1 form input[type="url"]::placeholder,
.form-style--1 form input[type="tel"]::placeholder,
.form-style--1 form input[type="search"]::placeholder,
.form-style--1 form input[type="color"]::placeholder,
.form-style--1 form input[type="number"]::placeholder,
.form-style--1 form input[type="range"]::placeholder,
.form-style--1 form input[type="date"]::placeholder,
.form-style--1 form input[type="time"]::placeholder,
.form-style--1 form input[type="datetime"]::placeholder,
.form-style--1 form input[type="datetime-local"]::placeholder,
.form-style--1 form input[type="month"]::placeholder,
.form-style--1 form input[type="week"]::placeholder,
.form-style--1 form textarea::placeholder,
.form-style--1 form select::placeholder {
  color: white;
  opacity: 0.75; }

.form-style--1 form .gfield_checkbox label:before {
  border-color: white;
  background-image: url(../images/dev/icon-tick-white.svg); }

.gform_confirmation_message {
  color: black;
  font-family: "soleil",sans-serif;
  font-weight: 300;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  line-height: 1.36364; }

.bg-grey-chateau .gform_confirmation_message {
  color: white; }

.label--hidden label {
  display: none; }

.side-by-side .gfield_radio li {
  display: inline-block;
  min-width: 300px;
  width: 49%;
  margin-right: 1%; }

.side-by-side .gfield_checkbox li {
  display: inline-block;
  min-width: 300px;
  width: 49%;
  margin-right: 1%; }

.sliding-form form {
  overflow: hidden;
  transition: height .5s; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

.pagination__list {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 0 0 -1rem;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
.pagination__list li {
  display: inline-block;
  margin-left: 1rem; }
.pagination__list li span:not(.pagination__dots):not(.dots) {
  border-bottom: 1px solid #9e571a;
  color: #9e571a; }

.pagination__next {
  display: inline-block; }

.team-profile__header {
  position: absolute;
  left: 38.33%;
  z-index: 20; }

ul.team-profile__list {
  padding: 0;
  margin: 0;
  list-style: none; }
ul.team-profile__list li .small {
  color: #9e571a; }

@media (max-width: 730px) {
  .team-profile__header {
    position: static;
    left: initial; }
  .team-profile__image {
    width: 100%  !important; } }

ul.tabbed__tabs {
  list-style: none;
  margin: 0 0 0 calc( -1 * (0.28889rem + 2.22222vw));
  padding: 0; }
ul.tabbed__tabs li {
  display: inline-block;
  margin-left: calc( 0.28889rem + 2.22222vw); }

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

.services-menu ul li {
  margin-bottom: 2rem; }

.services-menu ul li a {
  font-size: 14px;
  font-family: "Libre Baskerville", serif; }
.services-menu ul li a svg {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px; }
.services-menu ul li a:hover .icon, .services-menu ul li a:focus .icon {
  stroke: #fff; }
.services-menu ul li a:hover .icon-fill, .services-menu ul li a:focus .icon-fill {
  stroke: #fff;
  fill: #fff; }
.services-menu ul li a:hover .icon-bg, .services-menu ul li a:focus .icon-bg {
  fill: url(#Gradient); }
.services-menu ul li a:hover svg, .services-menu ul li a:focus svg {
  background: linear-gradient(to right, #9e571a, #d58927); }

.services-menu ul li.active a .icon {
  stroke: #fff; }

.services-menu ul li.active a .icon-fill {
  stroke: #fff;
  fill: #fff; }

.services-menu ul li.active a .icon-bg {
  fill: url(#Gradient); }

.services-menu ul li.active a svg {
  background: linear-gradient(to right, #9e571a, #d58927); }

.latest-tweets ul {
  padding-left: 0 !important; }

.latest-tweets ul li:before {
  display: none !important; }

.latest-tweets p, a {
  color: white; }

.latest-tweets p {
  word-wrap: break-word; }

.latest-tweets .tweet-details {
  display: none; }

.ui-datepicker .ui-icon {
  position: relative; }

a.ui-datepicker-prev:before {
  content: "<";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  color: #000;
  cursor: pointer; }

a.ui-datepicker-next:before {
  content: ">";
  display: block;
  position: absolute;
  right: 5px;
  top: 0;
  color: #000;
  cursor: pointer; }

a.ui-datepicker-prev span, a.ui-datepicker-next span {
  display: none; }

a.ui-datepicker-prev, a.ui-datepicker-next {
  float: left;
  width: 1em;
  height: 1em;
  position: relative;
  margin-top: 5px; }

a.ui-datepicker-next {
  float: right; }

#ui-datepicker-div {
  background: white;
  padding: .5em 0 0 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }

table.ui-datepicker-calendar {
  margin-bottom: 0; }

table.ui-datepicker-calendar th, table.ui-datepicker-calendar td {
  padding: .25em; }

a.ui-datepicker-next.ui-corner-all {
  float: right; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-title select {
  display: inline-block;
  width: 35%;
  margin: 0 auto;
  background-position: right;
  padding: 10px;
  font-size: 22px;
  border: 0;
  font-family: "soleil",sans-serif; }

td.ui-datepicker-week-end {
  /*    background: #efefef;
  */ }

table.ui-datepicker-calendar td {
  padding: .5em;
  text-align: center; }

select[multiple] + .chosen-container li.result-selected {
  padding-left: .75em;
  background: black;
  color: white; }

td.ui-datepicker-current-day a.ui-state-active {
  display: block;
  border-radius: 50%;
  width: 1.5em; }

input.datepicker_with_icon + img {
  width: 1.5em;
  position: relative;
  left: .5em;
  top: .25em; }

.hero--blog {
  overflow: visible; }

.blog-single {
  color: #000;
  position: relative;
  top: 25%; }

.blog-single__heading {
  color: #000; }

.blog-single__details {
  width: 29%;
  display: inline-block;
  vertical-align: bottom; }

.blog-single__topics {
  width: 69%;
  display: inline-block;
  vertical-align: bottom; }

.blog_single__topics__heading, .blog-single__details__author {
  color: #000;
  font-size: 14px;
  font-family: "Libre Baskerville", serif; }

.blog_single__topics__heading {
  margin-bottom: 0; }

.blog-single__details__author {
  margin-bottom: 16px; }

.blog-single__topics__list {
  list-style: none;
  padding-left: 0;
  text-align: left;
  margin-bottom: 0; }

.blog-single__topics__list li {
  display: inline-block;
  font-size: 14px;
  color: #7a7c81;
  font-family: "Libre Baskerville", serif;
  margin-right: 30px; }

.blog-single__details__date {
  display: inline-block;
  font-size: 14px;
  color: #7a7c81;
  font-family: "Libre Baskerville", serif;
  text-align: left;
  margin-bottom: 0; }

.content--overflow {
  margin-top: 15%; }

@media (max-width: 1048px) {
  .hero--blog {
    overflow: hidden;
    padding-bottom: 25%; }
  .hero--blog .full-height {
    height: auto !important; }
  .blog-single {
    top: 12%; }
  .content--overflow {
    margin-top: 0; } }

@media (max-width: 700px) {
  .blog-single__topics, .blog-single__details {
    width: 100%;
    display: block;
    margin: 15px 0; } }

.tgo {
  margin-top: 4px; }

.tgo__footer {
  fill: #7a7c81; }

.author-item__photo {
  width: 30%;
  display: inline-block;
  vertical-align: top; }

.author-item__details {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  margin-left: 5%; }
.author-item__details h2, .author-item__details p {
  margin-bottom: 0;
  font-size: 22px; }

@media (max-width: 400px) {
  .author-item__photo, .author-item__details {
    width: 100%;
    display: block;
    margin: 10px 0; } }