/*
	Theme Name: Custom Theme v2
	Theme URI: http://www.stirlingitwebdesign.com
	Description: Custom theme built by Stirling IT Web Design
	Author: James Callaghan
	Author URI: http://www.stirlingitwebdesign.com
	Version: 2.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*------------------------------------*\
	COLORS
\*------------------------------------*/
/*------------------------------------*\
	BUTTONS & UI
\*------------------------------------*/
/*------------------------------------*\
	LAYOUT
\*------------------------------------*/
/*------------------------------------*\
	BREAKPOINTS
\*------------------------------------*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/* fix blurry image rendering in Chrome */
@import url("//fonts.googleapis.com/css?family=Montserrat:200,600|Barlow+Semi+Condensed:400,600");
* {
  image-rendering: -webkit-optimize-contrast;
}

/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 80%;
  line-height: 1.2;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* This may improve performance in IE by disabling fixed background images
html { -webkit-transform: translate3d(0,0,0); } */
.screenreader-links {
  position: absolute;
  top: -100vh;
  opacity: 0;
}

/* admin bar */
#wpadminbar {
  position: fixed !important;
}

/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* improve image quality on safari */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    * {
      image-rendering: optimizeSpeed !important;
    }
  }
}

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
}

a, a:hover {
  text-decoration: none !important;
}

/* no word breaks */
* {
  -webkit-hyphens: none !important;
      -ms-hyphens: none !important;
          hyphens: none !important;
}

/* fade effects */
a, button, input {
  transition: 0.2s;
  -webkit-transition: 0.2s;
}

/* remove bullets & padding from unordered lists... */
ul {
  list-style-type: none;
  padding: 0;
}

/* ...but add it back in if it's part of the content */
article ul {
  list-style-type: inherit;
  padding-left: 30px;
}

article ul li {
  margin-bottom: 0.5em;
}

/* content touches the edges of the browser window without this padding, but it overrules elementor's padding so shouldn't be used...
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated.elementor-column-wrap { padding: 20px; } */
/* this stops parallax backgrounds from appearing jumpy when user scrolls */
.parallax-slow, .parallax, .parallax-fast {
  -webkit-transition: none !important;
  transition: none !important;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
/* editor links */
#editor-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 5px;
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 0;
}

body.elementor-editor-active #editor-buttons {
  display: none;
}

#editor-buttons a {
  text-decoration: none;
}

.post-edit-link, #vc_load-inline-editor, #visual-edit-link, #elementor-edit-link {
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 10pt;
  margin: 0 5px;
  padding: 5px 10px;
  text-align: center;
  float: left;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.post-edit-link {
  -webkit-box-shadow: inset 0 0 0 2px #444;
          box-shadow: inset 0 0 0 2px #444;
  color: #444 !important;
  background: #DADADA;
}

.post-edit-link:hover {
  -webkit-box-shadow: inset 0 0 0 20px #444;
          box-shadow: inset 0 0 0 20px #444;
  color: #fff !important;
}

#elementor-edit-link {
  -webkit-box-shadow: inset 0 0 0 2px #9B0A46;
          box-shadow: inset 0 0 0 2px #9B0A46;
  color: #9B0A46 !important;
  background: #EBCEDA;
}

#elementor-edit-link:hover {
  -webkit-box-shadow: inset 0 0 0 20px #9B0A46;
          box-shadow: inset 0 0 0 20px #9B0A46;
  color: #fff !important;
}

/* admin bar */
#wpadminbar {
  position: absolute;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #fff;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !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) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*--------------------------------------------------------------
# Styling
--------------------------------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
html {
  font-family: "Barlow Semi Condensed", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
}

header,
footer {
  font-family: "Montserrat";
}

/* heading styles are defined in _mixins.scss */
h1, .elementor-widget-heading h1.elementor-heading-title {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1;
  margin: 0;
}

h2, .elementor-widget-heading h2.elementor-heading-title {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 1.3rem;
}

h3, .elementor-widget-heading h3.elementor-heading-title {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.2;
}

h4, .elementor-widget-heading h4.elementor-heading-title {
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-transform: uppercase;
}

h5, .elementor-widget-heading h5.elementor-heading-title {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  margin: 0;
}

h6, .elementor-widget-heading h6.elementor-heading-title {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  margin: 0;
}

/* all headings */
h1, .elementor-widget-heading h1.elementor-heading-title,
h2, .elementor-widget-heading h2.elementor-heading-title,
h3, .elementor-widget-heading h3.elementor-heading-title,
h4, .elementor-widget-heading h4.elementor-heading-title,
h5, .elementor-widget-heading h5.elementor-heading-title,
h6, .elementor-widget-heading h6.elementor-heading-title {
  margin-top: 0;
  margin-bottom: 0.5em;
}

p, sub, sup {
  font-family: "Barlow Semi Condensed";
  margin-top: 0;
  text-align: justify;
}

b,
strong,
.wpcf7 label {
  font-weight: 600;
}

i, em {
  font-weight: inherit;
}

a {
  font-weight: 600;
}

/* desktop */
@media screen and (min-width: 1200px) {
  body {
    font-size: 14pt;
  }
}

/* desktop */
@media screen and (max-width: 1200px) {
  body {
    font-size: 13pt;
  }
}

/* tablet 
@media screen and (min-width: $width-phone) and (max-width: 1500px) {
	h1, .elementor-widget-heading h1.elementor-heading-title { font-size: 2em; }
	h3, .elementor-widget-heading h3.elementor-heading-title { font-size: 1.2em; }
}*/
/* mobile */
@media screen and (max-width: 481px) {
  body {
    font-size: 13pt;
  }
  h1, .elementor-widget-heading h1.elementor-heading-title {
    font-size: 1.6em;
  }
}

html {
  background: #fff;
  color: rgba(41, 46, 52, 0.6);
}

/* general link colours */
a {
  color: #C7B668;
}

a:hover, a:focus, a:active {
  color: inherit;
}

h2, h3, h5 {
  color: #152E4D;
}

h2 a, h2 a:visited,
a h2, a:visited h2, h3 a, h3 a:visited,
a h3, a:visited h3, h5 a, h5 a:visited,
a h5, a:visited h5 {
  color: #152E4D;
}

sup, sub {
  opacity: 0.6;
}

/* header */
#site-header {
  background: rgba(21, 46, 77, 0.7);
  color: #fff;
}

#site-header #logo-link {
  background: url("img/logo-tab.png") bottom center/100% 100%;
}

#site-header .search-box {
  background: #C7B668;
}

#site-header a, #site-header a:visited {
  color: inherit;
}

#site-header #search-box {
  background: url("img/gold-tab.png") bottom center/100% 100%;
}

#site-header #search-box h5 {
  color: #fff;
}

/* homepage */
.home-page-content {
  color: #fff;
}

.home-page-content .home-content-container {
  background: rgba(199, 182, 104, 0.7);
}

.home-page-content .home-reports-container,
.home-page-content .home-news-container {
  background: rgba(21, 46, 77, 0.7);
}

.home-page-content .home-reports-container h2, .home-page-content .home-reports-container h3,
.home-page-content .home-news-container h2,
.home-page-content .home-news-container h3 {
  color: #fff;
}

.home-page-content .home-reports-container a, .home-page-content .home-reports-container a:visited,
.home-page-content .home-news-container a,
.home-page-content .home-news-container a:visited {
  color: #C7B668;
}

.home-page-content .home-reports-container a:hover, .home-page-content .home-reports-container a:active, .home-page-content .home-reports-container a:focus, .home-page-content .home-reports-container a:visited:hover, .home-page-content .home-reports-container a:visited:active, .home-page-content .home-reports-container a:visited:focus,
.home-page-content .home-news-container a:hover,
.home-page-content .home-news-container a:active,
.home-page-content .home-news-container a:focus,
.home-page-content .home-news-container a:visited:hover,
.home-page-content .home-news-container a:visited:active,
.home-page-content .home-news-container a:visited:focus {
  -webkit-box-shadow: 0 4px 0 0 rgba(199, 182, 104, 0.7);
          box-shadow: 0 4px 0 0 rgba(199, 182, 104, 0.7);
}

/* other pages */
#main-content-container {
  background: #fff;
}

.sidebar {
  background: #f6f6f6;
}

.sidebar a, .sidebar a:visited {
  color: #152E4D;
}

.sidebar a:hover, .sidebar a:focus, .sidebar a:active, .sidebar a:visited:hover, .sidebar a:visited:focus, .sidebar a:visited:active {
  color: #87949C;
}

/* footer */
.footer {
  background: #fff;
  color: #152E4D;
}

.footer a, .footer a:visited {
  color: #152E4D;
  font-weight: 600 !important;
}

.footer a:hover, .footer a:active, .footer a:focus, .footer a:visited:hover, .footer a:visited:active, .footer a:visited:focus {
  -webkit-box-shadow: inset 0 -4px 0 0 rgba(30, 30, 30, 0.1);
          box-shadow: inset 0 -4px 0 0 rgba(30, 30, 30, 0.1);
}

/*------------------------------------*\
	BUTTONS
\*------------------------------------*/
a.button {
  display: inline-block;
}

.widget_button-widget {
  margin: 0.5em;
  /* don't let buttons touch */
  white-space: nowrap;
}

.elementor-button .elementor-button-content-wrapper .elementor-button-text {
  display: inline;
}

/* fix elementor's stupid icon wrapping */
button,
input[type="submit"],
.button,
.button:visited,
a.elementor-button-link,
a.elementor-button-link:visited,
.rev-btn,
a.page-numbers {
  border-radius: 0 !important;
  /* do you want round corners? because this is how you get round corners */
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  margin: 0;
  background: #C7B668;
  color: #fff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  line-height: 1.4;
}

button:not([type="submit"]),
input[type="submit"]:not([type="submit"]),
.button:not([type="submit"]),
.button:visited:not([type="submit"]),
a.elementor-button-link:not([type="submit"]),
a.elementor-button-link:visited:not([type="submit"]),
.rev-btn:not([type="submit"]),
a.page-numbers:not([type="submit"]) {
  padding: 12px 24px;
}

button:hover, button:active, button:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
.button:hover,
.button:active,
.button:focus,
.button:visited:hover,
.button:visited:active,
.button:visited:focus,
a.elementor-button-link:hover,
a.elementor-button-link:active,
a.elementor-button-link:focus,
a.elementor-button-link:visited:hover,
a.elementor-button-link:visited:active,
a.elementor-button-link:visited:focus,
.rev-btn:hover,
.rev-btn:active,
.rev-btn:focus,
a.page-numbers:hover,
a.page-numbers:active,
a.page-numbers:focus {
  background: rgba(41, 46, 52, 0.6);
  color: #fff;
  opacity: 1;
}

button:active,
input[type="submit"]:active,
.button:active,
.button:visited:active,
a.elementor-button-link:active,
a.elementor-button-link:visited:active,
.rev-btn:active,
a.page-numbers:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.elementor-button-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.elementor-button-content-wrapper i.fa {
  font-size: 1.5em;
}

.elementor-image-carousel button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.elementor-image-carousel button:hover, .elementor-image-carousel button:active, .elementor-image-carousel button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

a.button-widget-button i.fa {
  margin-left: 10px;
}

/* button sizes */
a.elementor-button.elementor-size-sm {
  padding: 16px 20px;
  font-size: 0.9rem;
}

a.elementor-button.elementor-size-md {
  padding: 22px 30px;
  font-size: 1rem;
}

a.elementor-button.elementor-size-lg {
  padding: 28px 42px;
  font-size: 1.2rem;
}

a.elementor-button.elementor-size-xl {
  padding: 32px 48px;
  font-size: 1.4rem;
}

/* **** alternative button colours **** */
.ghost-button.button,
.ghost-button a.elementor-button-link {
  background: transparent;
  color: rgba(41, 46, 52, 0.6);
  -webkit-box-shadow: inset 0 0 0 0 rgba(41, 46, 52, 0.6) !important;
          box-shadow: inset 0 0 0 0 rgba(41, 46, 52, 0.6) !important;
}

.ghost-button.button:hover, .ghost-button.button:active, .ghost-button.button:focus,
.ghost-button a.elementor-button-link:hover,
.ghost-button a.elementor-button-link:active,
.ghost-button a.elementor-button-link:focus {
  opacity: 1 !important;
  color: #fff;
  -webkit-box-shadow: inset 0 100px 0 0 rgba(41, 46, 52, 0.6) !important;
          box-shadow: inset 0 100px 0 0 rgba(41, 46, 52, 0.6) !important;
}

/*------------------------------------*\
	SOCIAL MEDIA ICONS
\*------------------------------------*/
.social-widget {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.social-widget > div {
  margin: 0 0.2rem;
}

.social-widget > div:first-of-type {
  margin-left: 0;
}

.social-widget > div:last-of-type {
  margin-right: 0;
}

.social-widget > div a {
  font-size: 1.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 0 !important;
}

.social-widget > div a:hover, .social-widget > div a:focus, .social-widget > div a:active {
  opacity: 0.5;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* input fields */
input,
select,
textarea,
.field {
  max-width: 100%;
  width: 100%;
  border-radius: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2em;
  line-height: 1.2;
  border: 3px solid rgba(0, 0, 0, 0.07);
}

input[type="submit"],
select[type="submit"],
textarea[type="submit"],
.field[type="submit"] {
  border: 0 !important;
  margin-bottom: 10px;
}

input[type="submit"][disabled=""],
select[type="submit"][disabled=""],
textarea[type="submit"][disabled=""],
.field[type="submit"][disabled=""] {
  color: rgba(41, 46, 52, 0.6);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: rgba(30, 30, 30, 0.1);
}

input[type="submit"][disabled=""]:hover,
select[type="submit"][disabled=""]:hover,
textarea[type="submit"][disabled=""]:hover,
.field[type="submit"][disabled=""]:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: rgba(30, 30, 30, 0.1);
}

/* search */
form.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  border-radius: 6px;
  overflow: hidden;
}

form.search input {
  border-radius: 0 !important;
  border: 0 !important;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  margin: 0;
  color: #C7B668;
  min-width: 60px;
}

form.search button {
  background: #fff;
  color: #C7B668;
  border-radius: 0 !important;
  border: 0;
}

.field-container {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.field-container label {
  width: 100px;
  margin-top: 11px;
}

input[type="checkbox"] {
  width: 15px;
  height: 15px;
}

input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  border: 3px solid rgba(0, 0, 0, 0.25);
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
.field,
textarea {
  background: #fff;
  color: rgba(41, 46, 52, 0.6);
  padding: 0.5em;
}

textarea {
  min-height: 100px;
}

.wpcf7-label {
  width: 8em;
  min-width: 5em;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

/*-----------*\
	WPCF7
\*-----------*/
.wpcf7 p {
  margin: 0 0 15px;
}

.wpcf7 .disclaimer {
  margin-bottom: 5px;
  font-size: 0.8em;
}

.wpcf7 sup {
  display: block;
  top: 0;
  margin-bottom: 5px;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  margin-left: 0;
}

span.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  text-align: left;
}

span.wpcf7-list-item label input {
  margin-right: 15px;
}

.wpcf7 br {
  display: none;
}

.wpcf7 textarea {
  min-width: 100%;
}

span.required {
  color: #c33;
  font-size: 0.9em;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #C7B668;
  position: absolute;
  right: 5px;
  top: -9px;
  text-transform: uppercase;
  font-size: 0.7em !important;
  z-index: -1;
  opacity: 0.5;
}

input.wpcf7-not-valid {
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 0, 0, 0.3);
          box-shadow: inset 0 0 0 3px rgba(255, 0, 0, 0.3);
}

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

.wpcf7-form .wpcf7-response-output {
  border-radius: 0;
  font-size: 0.8em;
  margin: 0;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
  color: #fff;
  background-color: rgba(255, 10, 20, 0.8);
  border: 0;
  padding: 10px;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #fff;
  background-color: rgba(0, 255, 0, 0.8);
  border: 0;
  padding: 10px;
}

div.wpcf7-mail-sent-ok:before, div.wpcf7-validation-errors:before,
div.wpcf7-mail-sent-ng:before, div.wpcf7-aborted:before {
  font: 1.7em FontAwesome;
  margin-right: 5px;
  vertical-align: middle;
}

div.wpcf7-mail-sent-ok:before {
  content: '\f00c';
}

div.wpcf7-mail-sent-ng:before, div.wpcf7-aborted:before,
div.wpcf7-validation-errors:before {
  content: '\f057';
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
/*------------------------------------*\
	GRID
\*------------------------------------*/
/* global width - page content should be full width to work
with Elementor, but posts and archives should be max row width */
.row,
section.elementor-section.elementor-section-boxed > .elementor-container,
body.woocommerce div#content,
body.woocommerce-page main,
#main-content-container {
  max-width: 960px;
  margin: auto;
}

body.page-template-template-narrow .title-text {
  text-align: center;
}

body.page-template-template-narrow #main-content-container {
  max-width: 640px;
}

body.woocommerce-page main,
body.woocommerce div#content,
#main-content-container {
  padding: 0 30px;
}

body.elementor-page #main-content-container article {
  max-width: 100%;
  padding: 0;
}

/* 
.elementor-element > .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated { 
  padding: $padding-gap;
} */
.row {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.row .row {
  max-width: none;
  margin-left: -30px;
  margin-right: -30px;
}

.row.expanded {
  max-width: none;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.column, .columns {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: initial;
}

@media screen and (min-width: 481px) {
  .column, .columns {
    padding-left: 0;
    padding-right: 30px;
  }
  .column:last-of-type, .columns:last-of-type {
    padding-right: 0;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12);
          flex: 0 0 calc(100% / 12);
  max-width: calc(100% / 12);
}

.small-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 6);
          flex: 0 0 calc(100% / 6);
  max-width: calc(100% / 6);
}

.small-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.small-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
}

.small-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 5);
          flex: 0 0 calc(100% / 12 * 5);
  max-width: calc(100% / 12 * 5);
}

.small-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.small-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 7);
          flex: 0 0 calc(100% / 12 * 7);
  max-width: calc(100% / 12 * 7);
}

.small-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 1.5);
          flex: 0 0 calc(100% / 1.5);
  max-width: calc(100% / 1.5);
}

.small-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.small-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 10);
          flex: 0 0 calc(100% / 12 * 10);
  max-width: calc(100% / 12 * 10);
}

.small-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 11);
          flex: 0 0 calc(100% / 12 * 11);
  max-width: calc(100% / 12 * 11);
}

.small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 481px) {
  .small-hidden {
    display: none;
  }
  .small-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* TABLET */
@media screen and (min-width: 481px) {
  .medium-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12);
            flex: 0 0 calc(100% / 12);
    max-width: calc(100% / 12);
  }
  .medium-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 6);
            flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
  .medium-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .medium-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 5);
            flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .medium-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 7);
            flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .medium-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 1.5);
            flex: 0 0 calc(100% / 1.5);
    max-width: calc(100% / 1.5);
  }
  .medium-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 10);
            flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .medium-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 11);
            flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 770px) {
  .medium-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* DESKTOP */
@media screen and (min-width: 960px) {
  .large-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12);
            flex: 0 0 calc(100% / 12);
    max-width: calc(100% / 12);
  }
  .large-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 6);
            flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
  .large-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .large-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 5);
            flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .large-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 7);
            flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .large-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 1.5);
            flex: 0 0 calc(100% / 1.5);
    max-width: calc(100% / 1.5);
  }
  .large-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .large-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 10);
            flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .large-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 11);
            flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Template Areas
--------------------------------------------------------------*/
/*------------------------------------*\
    MENU
\*------------------------------------*/
#site-header #menu-row {
  max-width: 80%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7vw;
}

#site-header #menu-row > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#site-header nav {
  width: 100%;
}

#site-header nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0;
  /* top level menu items */
  /* highlight the current menu item */
  /* dropdown menus */
}

#site-header nav > ul > li {
  margin: 0;
}

#site-header nav > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 0;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  margin: 0;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (min-width: 1600px) {
  #site-header nav > ul > li a {
    font-size: 12pt;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
  #site-header nav > ul > li a {
    font-size: 10pt;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  #site-header nav > ul > li a {
    font-size: 9pt;
  }
}

#site-header nav > ul > li a:focus, #site-header nav > ul > li a:hover, #site-header nav > ul > li a:active {
  color: #C7B668;
}

#site-header nav > ul > li:first-of-type {
  margin-left: 0;
}

#site-header nav > ul > li:last-of-type {
  margin-right: 0;
}

#site-header nav > ul .current-menu-item > a,
#site-header nav > ul .current_page_parent > a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #C7B668;
}

#site-header nav > ul li.menu-item-has-children {
  position: relative;
  /* when the user hovers or tabs onto an item with a submenu... */
  /* display an arrow to indicate dropdown menus */
  /* if the last menu item has a dropdown and the screen isn't 
				wide enough, it should open to the left so it doesn't expand off-screen */
}

#site-header nav > ul li.menu-item-has-children:hover {
  /* rotate the arrow */
  /* display the menu */
}

#site-header nav > ul li.menu-item-has-children:hover a:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#site-header nav > ul li.menu-item-has-children:hover ul.sub-menu {
  visibility: visible;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  opacity: 1;
  height: auto;
}

#site-header nav > ul li.menu-item-has-children ul.sub-menu {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 180px;
  border-radius: 0;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.03), 0 1px 3px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.03), 0 1px 3px rgba(0, 0, 0, 0.03);
  /* add a divider line between submenu items */
}

#site-header nav > ul li.menu-item-has-children ul.sub-menu li:not(:first-of-type) a {
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
}

#site-header nav > ul li.menu-item-has-children ul.sub-menu a {
  background: #fff;
  color: #152E4D;
  padding: 15px 20px;
  white-space: nowrap;
}

#site-header nav > ul li.menu-item-has-children ul.sub-menu a:hover, #site-header nav > ul li.menu-item-has-children ul.sub-menu a:focus, #site-header nav > ul li.menu-item-has-children ul.sub-menu a:active {
  background: #C7B668;
  color: #fff;
}

#site-header nav > ul li.menu-item-has-children a:after {
  content: '\f0da';
  font-family: FontAwesome;
  position: absolute;
  top: 0.5em;
  right: -0.8em;
  font-size: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1640px) {
  #site-header nav > ul li.menu-item-has-children:last-of-type ul.sub-menu {
    right: 0;
  }
}

/* mobile menu */
.show-nav-right.mob-menu-slideout-over .mob-menu-right-panel {
  min-width: 290px;
  width: 33% !important;
}

.mobmenu-content {
  padding-top: 60px !important;
}

.mobmenu-content #mobmenuright a {
  padding: 15px 20px !important;
}

.mobmenu-content #mobmenuright > li:hover > a, .mobmenu-content #mobmenuright > li:focus > a, .mobmenu-content #mobmenuright > li:active > a {
  background: #fff;
  color: #C7B668;
}

.mobmenu-content #mobmenuright > li:hover .mob-expand-submenu i, .mobmenu-content #mobmenuright > li:focus .mob-expand-submenu i, .mobmenu-content #mobmenuright > li:active .mob-expand-submenu i {
  color: #C7B668;
}

.mob-menu-header-holder {
  border-bottom: 6px solid #C7B668;
}

/* sidebar */
@media screen and (min-width: 481px) {
  .sidebar .sticky {
    top: 150px;
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar ul.menu li a {
  display: block;
  border-top: 2px solid #E3E4E6;
  font-weight: 600;
  padding: 0.2em;
}

@media screen and (max-width: 960px) {
  .sidebar ul.menu li a {
    padding: 0.5em;
  }
}

.sidebar ul.menu .current_page_item a {
  color: #C7B668;
}

.sidebar ul.menu .current_page_item a:after {
  content: '\f100';
  font-family: FontAwesome;
  position: relative;
  left: 0.6em;
  font-size: 0.9em;
}

body.scrolled #site-header {
  background-color: #152E4D;
}

body.scrolled #site-header #menu-row {
  height: 80px;
}

body.scrolled #site-header #logo-link {
  padding: 22px 20px;
}

body.scrolled #site-header #logo-link #logo {
  width: 100px;
}

body.scrolled #site-header #search-box {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 1201px) {
  body.scrolled #site-header #search-box {
    top: 85px;
  }
}

body.animate #site-header * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#site-header {
  position: relative;
  z-index: 999;
  width: 100%;
  padding: 0 30px;
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 8px 0 0 #C7B668;
          box-shadow: 0 8px 0 0 #C7B668;
}

#site-header .menu-row-container {
  position: relative;
}

#site-header #menu-row {
  height: 7vw;
}

#site-header .logo-container {
  position: absolute;
  top: -10px;
  left: 30px;
  z-index: 1000;
}

#site-header .logo-container:hover {
  top: -1px;
}

#site-header .logo-container #logo-link {
  padding: 1.7vw 1.7vw 2.3vw;
  line-height: 0;
  display: block;
  margin: 0;
}

#site-header .logo-container #logo-link #logo {
  width: 12vw;
}

#site-header .logo-container img:hover, #site-header .logo-container img:active, #site-header .logo-container img:focus {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

#site-header #search-box {
  overflow: hidden;
  max-height: 300px;
  padding: 16px 16px 20px 16px;
  position: absolute;
  margin-left: 20px;
  max-width: 13em;
  right: 20px;
  top: 60px;
}

@media screen and (min-width: 1200px) {
  #site-header #search-box {
    right: 30px;
  }
}

@media screen and (min-width: 1201px) {
  #site-header #search-box {
    top: 7vw;
  }
}

#site-header #search-box .share-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

#site-header #search-box .share-price .share-price-icon {
  width: 3em;
  margin-right: 1em;
}

#site-header #search-box .share-price * {
  margin: 0;
  line-height: 1.2rem;
}

/* unsticky the header in Elementor */
body.elementor-editor-active {
  margin-top: 0;
}

body.elementor-editor-active .site-header {
  position: relative;
  width: 100%;
  z-index: 0;
}

/* add a shadow under elements that overlap the content area */
.mob-standard-logo,
.logo-container,
#search-box {
  -webkit-filter: drop-shadow(0 3px 2px rgba(30, 30, 30, 0.1));
          filter: drop-shadow(0 3px 2px rgba(30, 30, 30, 0.1));
}

@media only screen and (max-width: 923px) {
  body {
    margin-top: 0;
  }
  .mobmenu {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}

footer.footer {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  white-space: nowrap;
}

footer.footer a {
  display: inline-block;
  padding: 0.2em 0.5em;
}

footer.footer a:first-of-type {
  padding-left: 0;
}

footer.footer a:last-of-type {
  padding-right: 0;
}

footer.footer .footer-logos-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 420px;
}

footer.footer .footer-info-container {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  max-width: 650px;
}

footer.footer .footer-contact-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 420px;
}

footer.footer .footer-logos-container,
footer.footer .footer-info-container,
footer.footer .footer-contact-container {
  padding: 0 30px;
}

@media screen and (max-width: 481px) {
  footer.footer .footer-logos-container,
  footer.footer .footer-info-container,
  footer.footer .footer-contact-container {
    margin: 1em 0;
  }
}

footer.footer .footer-logos-container {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 550px) {
  footer.footer .footer-logos-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer.footer .footer-logos-container .footer-logos {
  padding: 0;
  text-align: center;
}

footer.footer .footer-logos-container .footer-logos img {
  min-width: 40px;
  max-width: 120px !important;
  margin-right: 20px;
}

footer.footer .footer-logos-container .footer-logos:last-of-type img {
  margin-right: 0;
}

footer.footer .footer-info-container p {
  margin-bottom: 0;
}

footer.footer .footer-info-container .footer-copyright-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer.footer .footer-info-container .footer-copyright-container > * {
  margin-right: 1em;
}

footer.footer .footer-info-container .footer-copyright-container > *:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 481px) {
  footer.footer .footer-info-container .footer-copyright-container {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer.footer .footer-contact-container .footer-contact-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

footer.footer .footer-contact-container .footer-contact-widgets .footer-contact-widget {
  margin-right: 2em;
}

footer.footer .footer-contact-container .footer-contact-widgets .footer-contact-widget:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 481px) {
  footer.footer .footer-contact-container .footer-contact-widgets {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer.footer .footer-contact-container .credit {
  margin-bottom: 0;
}

@media screen and (max-width: 880px) {
  footer.footer .footer-contact-container .credit {
    text-align: center;
  }
}

@media screen and (min-width: 960px) {
  footer.footer .footer-contact-container .credit {
    text-align: right;
  }
}

@media screen and (max-width: 481px) {
  footer.footer .footer-contact-container .credit {
    margin-top: 0.5em;
  }
  footer.footer .footer-contact-container .credit img {
    max-width: 120px;
  }
}

footer.footer .footer-contact-widget {
  text-align: center;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  margin: 0;
}

footer.footer ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 15px;
}

footer.footer ul.menu li {
  margin-right: 1em;
}

footer.footer ul.menu li:last-of-type {
  margin-right: 0;
}

footer.footer ul.menu li a {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  margin: 0;
  display: inline-block;
}

@media screen and (min-width: 481px) and (max-width: 1400px) {
  footer.footer ul.menu li a {
    font-size: 0.7rem;
    padding: 0.3em 0;
  }
}

@media screen and (max-width: 960px) {
  footer.footer ul.menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer.footer .footer-copyright-container {
  font-size: 0.8rem;
}

@media screen and (max-width: 481px) {
  footer.footer .footer-copyright-container {
    font-size: 1rem;
  }
}

footer.footer .footer-copyright-container a {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  margin: 0;
}

@media screen and (max-width: 1320px) {
  footer.footer .footer-logos-container {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer.footer .footer-logos-container img {
    margin: 0 3vw;
  }
  footer.footer .footer-info-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  footer.footer .footer-contact-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 481px) {
  footer.footer {
    text-align: center;
  }
  footer.footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
/*------------------------------------*\
    BODY
\*------------------------------------*/
@media screen and (min-width: 481px) {
  body {
    margin: 0;
  }
}

body {
  overflow-x: initial !important;
}

/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/
@media screen and (min-width: 1200px) and (min-height: 500px) {
  .home, .home-page-container {
    min-height: 100vh;
  }
}

@media screen and (max-width: 1200px) {
  .home {
    min-height: 100vh;
  }
  .home-page-container {
    min-height: calc(100vh - 60px);
  }
}

@media screen and (max-width: 940px), screen and (max-height: 500px) {
  .home-page-content {
    margin-top: 50vh;
  }
}

.home-page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 1;
}

.home-page-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
}

.home-page-content > div {
  padding: 30px 3vw;
}

@media screen and (max-width: 770px) {
  .home-page-content > div {
    padding: 30px;
  }
}

.home-page-content > div > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 960px) {
  .home-page-content > div > div h3 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 481px) {
  .home-page-content > div > div > * {
    margin-bottom: 15px;
  }
}

.home-page-content .home-content-container,
.home-page-content .home-reports-container,
.home-page-content .home-news-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-page-content .home-content-container {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.home-page-content .home-reports-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.home-page-content .home-news-container {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}

.home-page-content .home-content-container h1 {
  margin-bottom: 10px;
}

.home-page-content .home-content-container p {
  margin-bottom: 30px;
}

@media screen and (max-width: 938px) {
  .home-page-content .home-content-container,
  .home-page-content .home-reports-container,
  .home-page-content .home-news-container {
    padding: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .home-page-content .home-content-container {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding-top: 50px;
  }
  .home-page-content .home-reports-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .home-page-content .home-news-container {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

@media screen and (max-width: 481px) {
  .home-page-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-page-content .home-reports-container {
    padding-bottom: 0;
    padding-top: 50px;
    padding-right: 0;
  }
  .home-page-content .home-news-container {
    padding-top: 0;
  }
  .home-page-content > div > div {
    padding: 0;
  }
}

.icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon-link a {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 1;
}

.icon-link img {
  width: 2em;
  height: 2em;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* latest twitter post */
.juiz_lt_content {
  display: block;
  background: #C7B668;
  padding: 0.7em 1em;
  font-family: "Barlow Semi Condensed";
  border-radius: 30px;
  line-height: 1.4;
  z-index: 2;
  position: relative;
}

.juiz_lt_content a, .juiz_lt_content a:visited {
  color: #fff !important;
  font-family: "Montserrat";
  font-size: 0.8em;
}

.juiz_last_tweet_tweetlist {
  margin-bottom: 0;
}

.juiz_ltw_source {
  display: none;
}

.juiz_last_tweet_footer_item em {
  font-style: normal;
}

.juiz_last_tweet_footer_item p {
  margin: 0;
}

.juiz_last_tweet_footer_item p a {
  font-weight: normal;
  color: #fff;
}

.twitter-details-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.7em;
}

.twitter-details-container .twitter-image {
  margin-right: 0.5em;
}

.twitter-details-container .twitter-icon {
  position: relative;
}

.twitter-details-container .twitter-icon i.fa-twitter {
  font-size: 3em;
}

.twitter-details-container .twitter-icon svg {
  position: absolute;
  top: -4em;
  left: 1.5em;
  z-index: 1;
}

.twitter-details-container .twitter-details {
  position: relative;
  left: 2em;
}

.twitter-details-container .twitter-details h5 {
  margin-bottom: 0;
}

/*------------------------------------*\
    MAIN CONTENT
\*------------------------------------*/
#title-row {
  background: #152E4D;
  color: #fff;
  border-bottom: 6px solid #E3E4E6;
}

#title-row .image-banner {
  height: 60vh;
  width: 100%;
  background-size: cover;
  background-position: center;
}

#title-row .default-image {
  background-image: url("img/page-banner.jpg");
}

#title-row .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 46, 77, 0.7)), to(transparent));
  background: linear-gradient(0deg, rgba(21, 46, 77, 0.7) 0%, transparent 100%);
}

#title-row .title-container .title-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 960px;
  margin: 0 auto;
  padding: 30px;
}

#title-row .title-container .backlink {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  margin: 0;
  margin: 0;
}

#main-content-container {
  padding-top: 30px;
}

/* elementor */
/* elementor icon list */
.elementor-icon-list-item {
  margin-bottom: 0.5em !important;
}

.elementor-icon-list-item .elementor-icon-list-icon {
  width: 0.8em !important;
}

.elementor-icon-list-item .elementor-icon-list-icon i {
  font-size: 1.3em !important;
  margin-top: 0.2em;
}

.elementor-icon-list-item .elementor-icon-list-text {
  padding-left: 15px !important;
}

/* elementor icon box / image box */
.elementor-icon-box-title,
.elementor-image-box-title {
  margin: 0;
  line-height: 1.2;
}

.elementor-image-box-img img {
  border-radius: 0 !important;
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper .elementor-icon-box-icon,
  .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper .elementor-image-box-img,
  .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper .elementor-icon-box-icon,
  .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper .elementor-image-box-img {
    margin-right: 1em !important;
    margin-left: 0 !important;
  }
}

.elementor-icon-box-icon .elementor-icon {
  font-size: 35px;
}

.elementor-icon-box-icon .elementor-icon i:before {
  color: rgba(41, 46, 52, 0.6);
  font-size: 0.7em;
}

/* anchors and animated highlighting */
h2[id] {
  position: relative;
}

h2[id]:after {
  width: 0;
  background: #152E4D;
  height: 4px;
  content: "";
  display: block;
  position: absolute;
}

h2[id]:target:after {
  width: 100%;
  -webkit-animation: underline 1s linear;
          animation: underline 1s linear;
}

@-webkit-keyframes underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.anchor-menu {
  margin: 0 0 30px;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 770px) {
  .anchor-menu {
    position: -webkit-sticky;
    position: sticky;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    top: 50px;
    margin-top: -20px;
    padding: 20px 0 8px;
  }
}

@media screen and (min-width: 1201px) {
  .anchor-menu {
    top: 80px;
  }
}

@media screen and (max-width: 770px) {
  .anchor-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.anchor-menu li {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 2px;
}

.anchor-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0.5em 1em;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background: #f6f6f6;
  color: #152E4D;
}

.anchor-menu li a:hover, .anchor-menu li a:focus {
  background: #C7B668;
  color: #fff;
}

/* product info tables */
article > table tr:first-of-type {
  border-top: 0;
}

article * + table tbody tr:first-of-type {
  border-top: 2px solid #E3E4E6;
}

table {
  width: 100% !important;
  margin-bottom: 30px;
  background: #fff;
  position: relative;
}

table tr {
  border-top: 2px solid #E3E4E6;
}

table thead {
  background: #fff;
  color: #152E4D;
  -webkit-box-shadow: 0 4px 0 0 #152E4D;
          box-shadow: 0 4px 0 0 #152E4D;
  position: relative;
}

table thead tr * {
  margin: 0 !important;
}

table th {
  font-weight: 600;
}

table th, table td {
  text-align: left;
}

@media screen and (min-width: 481px) {
  table th, table td {
    padding: 15px;
  }
  table th:first-of-type, table td:first-of-type {
    padding-left: 0;
  }
  table th:last-of-type, table td:last-of-type {
    padding-right: 0;
  }
  table th *:first-child, table td *:first-child {
    margin-top: 0;
  }
}

table td {
  vertical-align: top;
}

@media screen and (max-width: 481px) {
  table td {
    display: block;
    width: 100%;
    clear: both;
    padding: 0;
  }
  table td:first-of-type {
    padding-top: 30px;
  }
  table td:last-of-type {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 481px) {
  table.staff-table td, table.staff-table th, table.thumbnail-table td, table.thumbnail-table th {
    padding: 30px 15px;
  }
  table.staff-table td:first-of-type, table.staff-table th:first-of-type, table.thumbnail-table td:first-of-type, table.thumbnail-table th:first-of-type {
    width: 150px;
  }
  table.staff-table td:first-of-type, table.staff-table th:first-of-type, table.thumbnail-table td:first-of-type, table.thumbnail-table th:first-of-type {
    padding-left: 0;
  }
  table.staff-table td:last-of-type, table.staff-table th:last-of-type, table.thumbnail-table td:last-of-type, table.thumbnail-table th:last-of-type {
    padding-right: 0;
  }
}

table.staff-table img, table.thumbnail-table img {
  min-width: 150px;
  margin: 0;
  -webkit-box-shadow: 8px 8px 0 -4px rgba(30, 30, 30, 0.1), inset 0 0 0 4px #fff;
          box-shadow: 8px 8px 0 -4px rgba(30, 30, 30, 0.1), inset 0 0 0 4px #fff;
  border: 4px solid #fff;
}

@media screen and (max-width: 1201px) {
  table.long-table {
    margin-top: -20px;
  }
}

table.long-table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 88px;
}

@media screen and (max-width: 1201px) {
  table.long-table thead {
    top: 60px;
  }
}

@media screen and (max-width: 481px) {
  table.long-table thead tr th, table.long-table thead tr td {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  table.long-table thead tr th h3, table.long-table thead tr td h3 {
    font-size: 0.85em;
  }
}

@media screen and (max-width: 330px) {
  table.long-table thead tr th:nth-child(3), table.long-table thead tr td:nth-child(3) {
    display: none;
  }
}

table.long-table th, table.long-table td {
  padding-top: 15px;
  padding-bottom: 15px;
}

table.long-table td:nth-child(1) {
  font-weight: 600;
}

table.long-table td:nth-child(1), table.long-table td:nth-child(2) {
  white-space: nowrap;
}

@media screen and (min-width: 481px) {
  table.long-table tr td:nth-child(1) {
    width: 15% !important;
    max-width: 120px !important;
  }
  table.long-table tr td:nth-child(2) {
    width: 15% !important;
    max-width: 150px !important;
  }
  table.long-table tr td:nth-child(3) {
    width: auto !important;
  }
}

@media screen and (min-width: 330px) and (max-width: 481px) {
  table.long-table tr {
    display: table-row;
  }
  table.long-table tr td {
    display: table-cell;
  }
  table.long-table tr td:nth-child(1) {
    width: 0;
    padding-right: 5px;
  }
  table.long-table tr td:nth-child(2) {
    width: 0;
    padding-right: 15px;
    text-align: right;
  }
  table.long-table tr td:nth-child(3) {
    width: 100%;
  }
}

@media screen and (max-width: 481px) {
  table.long-table tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.9em;
    line-height: 1.2;
  }
}

@media screen and (max-width: 330px) {
  table.long-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  table.long-table tr td:nth-child(1), table.long-table tr td:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-bottom: 7px;
  }
  table.long-table tr td:nth-child(2) {
    text-align: right;
  }
  table.long-table tr td:nth-child(3) {
    padding-top: 0;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

table.alternating td {
  padding: 15px;
}

table.alternating tbody tr:nth-child(odd) {
  background: #f6f6f6;
}

#latest-post-shortcode {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}

#latest-post-shortcode > div {
  width: 100%;
}

@media screen and (max-width: 770px) {
  #latest-post-shortcode #content-container {
    margin-top: 20px;
  }
}

@media screen and (min-width: 770px) {
  #latest-post-shortcode > div {
    width: 50%;
  }
  #latest-post-shortcode #content-container {
    padding-left: 30px;
  }
}

#latest-post-shortcode .excerpt {
  margin-top: 10px;
}

.elementor-widget-wp-widget-recent-posts li {
  margin-bottom: 1em;
}

.elementor-widget-wp-widget-recent-posts li:last-of-type {
  margin-bottom: 0;
}

.elementor-widget-wp-widget-recent-posts li a {
  display: block;
}

/* quotes */
blockquote p {
  font-style: italic;
}

/* archive / category styles */
.archive-title {
  max-width: 960px;
  padding: 60px 30px 0;
  margin: auto;
}

#top-category-list {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  width: 100%;
  font-weight: 600;
}

@media screen and (max-width: 481px) {
  #top-category-list {
    display: none;
  }
}

#posts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
}

#posts-list #content-row {
  padding: 15px 0;
}

#posts-list h3 {
  margin: 0.5em 0;
}

#posts-list > article {
  margin-right: 30px;
  margin-bottom: 30px;
  max-width: 540px;
}

body.archive #posts-list > article, body.category #posts-list > article {
  -webkit-box-flex: calc(50% - 15px);
      -ms-flex: calc(50% - 15px) 0 1;
          flex: calc(50% - 15px) 0 1;
}

@media screen and (min-width: 481px) {
  body.archive #posts-list > article:nth-of-type(2), body.category #posts-list > article:nth-of-type(2) {
    margin-right: 0;
  }
}

body.search #posts-list > article {
  -webkit-box-flex: calc(31% - 15px);
      -ms-flex: calc(31% - 15px) 0 1;
          flex: calc(31% - 15px) 0 1;
}

@media screen and (min-width: 481px) {
  body.search #posts-list > article:nth-of-type(3) {
    margin-right: 0;
  }
}

@media screen and (max-width: 481px) {
  #posts-list > article {
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
    margin-right: 0;
  }
}

#posts-list > article img {
  width: 100%;
}

#posts-list > article h2 a, #posts-list > article h2 a:visited, #posts-list > article h3 a, #posts-list > article h3 a:visited, #posts-list > article h5 a, #posts-list > article h5 a:visited {
  color: #152E4D;
}

#posts-list > article h2 a:hover, #posts-list > article h2 a:active, #posts-list > article h2 a:focus, #posts-list > article h2 a:visited:hover, #posts-list > article h2 a:visited:active, #posts-list > article h2 a:visited:focus, #posts-list > article h3 a:hover, #posts-list > article h3 a:active, #posts-list > article h3 a:focus, #posts-list > article h3 a:visited:hover, #posts-list > article h3 a:visited:active, #posts-list > article h3 a:visited:focus, #posts-list > article h5 a:hover, #posts-list > article h5 a:active, #posts-list > article h5 a:focus, #posts-list > article h5 a:visited:hover, #posts-list > article h5 a:visited:active, #posts-list > article h5 a:visited:focus {
  color: #C7B668;
}

.card > *,
a.view-article {
  margin: 10px 0;
  display: block;
}

a.view-article {
  display: block;
}

/* pagination */
.pagination {
  margin: 20px 0;
}

.page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  font-weight: 600;
  font-size: 0.8em;
  padding: 5px;
}

/* page & post templates */
/* home page template */
.slider-container {
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.slider-container ul {
  margin: 0;
}

.slider-container .slide {
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  background: rgba(41, 46, 52, 0.6);
  text-align: center;
}

/* ==== unslider ==== */
.unslider {
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.unslider-wrap {
  position: relative;
}

.unslider-wrap.unslider-carousel > li {
  float: left;
}

.unslider-vertical > ul {
  height: 100%;
}

.unslider-vertical li {
  float: none;
  width: 100%;
}

.unslider-fade {
  position: fixed;
  width: 100%;
  height: 100%;
}

.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}

.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}

.unslider li, .unslider ol, .unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

.unslider-arrow {
  top: 50%;
  position: absolute;
  z-index: 999;
  cursor: pointer;
  z-index: 999;
  color: #fff;
  font-size: 28pt;
}

.unslider-arrow.prev {
  left: 20px;
}

.unslider-arrow.next {
  right: 20px;
}

.unslider-nav {
  height: 0;
  position: absolute;
  z-index: 2;
  left: 3vw;
}

@media screen and (min-width: 938px) {
  .unslider-nav {
    bottom: 50px;
  }
}

@media screen and (max-width: 938px) {
  .unslider-nav {
    top: 50px;
    width: 0;
    left: 20px;
  }
}

.unslider-nav ol {
  list-style: none;
  text-align: center;
}

.unslider-nav ol li {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 10px 5px 0;
  background: transparent;
  border-radius: 50px;
  overflow: hidden;
  text-indent: -999em;
  border: 3px solid #fff;
  cursor: pointer;
}

.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
}

#image-banner {
  background-size: cover;
  background-position: center;
}

/* single post template */
@media screen and (min-width: 960px) {
  body.single #content-row {
    padding: 30px 0px;
  }
}

body.single .blog-title {
  margin-bottom: 10px;
}

body.single .post-content-wrapper {
  padding: 30px 0;
}

body.single .post-content-container {
  padding: 0;
}

.featured-image {
  width: 100%;
  display: block;
  margin: 30px 0;
}

/* blog archives sidebar */
.sidebar {
  padding: 30px;
}

@media screen and (min-width: 481px) {
  .sidebar {
    margin: 30px;
  }
}

.sidebar form.search {
  -webkit-box-shadow: 0 0 0 3px #E3E4E6;
          box-shadow: 0 0 0 3px #E3E4E6;
}

.sidebar form.search input,
.sidebar form.search button {
  color: #152E4D;
}

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

.sidebar h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.sidebar ul {
  margin-top: 0;
}

.sidebar ul:last-of-type {
  margin-bottom: 0;
}

#breadcrumbs {
  font-size: 0.8em;
  margin: 10px 0;
}

/* iframe videos */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}

.video-wrapper object,
.video-wrapper embed,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* map */
.map iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  border: 0;
  height: 60vh;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .elementor-row .elementor-widget:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* GALLERY */
.elementor .elementor-element img {
  border-radius: 0;
}

.gallery-columns-1 .gallery-item {
  -webkit-box-flex: calc(100% / 1 - 3%);
      -ms-flex: calc(100% / 1 - 3%) 0 0px;
          flex: calc(100% / 1 - 3%) 0 0;
  margin: 0 3% 3% 0 !important;
  width: unset;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n) {
  margin-right: 0;
}

@media screen and (max-width: 481px) {
  .gallery-columns-1 .gallery-item {
    -webkit-box-flex: 48%;
        -ms-flex: 48% 0 0px;
            flex: 48% 0 0;
    margin: 2%;
  }
  .gallery-columns-1 .gallery-item:nth-of-type(1n) {
    margin-left: 2%;
  }
  .gallery-columns-1 .gallery-item:nth-of-type(2n - 1) {
    margin-left: 0;
  }
  .gallery-columns-1 .gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.gallery-columns-2 .gallery-item {
  -webkit-box-flex: calc(100% / 2 - 3%);
      -ms-flex: calc(100% / 2 - 3%) 0 0px;
          flex: calc(100% / 2 - 3%) 0 0;
  margin: 0 3% 3% 0 !important;
  width: unset;
}

.gallery-columns-2 .gallery-item:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (max-width: 481px) {
  .gallery-columns-2 .gallery-item {
    -webkit-box-flex: 48%;
        -ms-flex: 48% 0 0px;
            flex: 48% 0 0;
    margin: 2%;
  }
  .gallery-columns-2 .gallery-item:nth-of-type(2n) {
    margin-left: 2%;
  }
  .gallery-columns-2 .gallery-item:nth-of-type(2n - 1) {
    margin-left: 0;
  }
  .gallery-columns-2 .gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.gallery-columns-3 .gallery-item {
  -webkit-box-flex: calc(100% / 3 - 3%);
      -ms-flex: calc(100% / 3 - 3%) 0 0px;
          flex: calc(100% / 3 - 3%) 0 0;
  margin: 0 3% 3% 0 !important;
  width: unset;
}

.gallery-columns-3 .gallery-item:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 481px) {
  .gallery-columns-3 .gallery-item {
    -webkit-box-flex: 48%;
        -ms-flex: 48% 0 0px;
            flex: 48% 0 0;
    margin: 2%;
  }
  .gallery-columns-3 .gallery-item:nth-of-type(3n) {
    margin-left: 2%;
  }
  .gallery-columns-3 .gallery-item:nth-of-type(2n - 1) {
    margin-left: 0;
  }
  .gallery-columns-3 .gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.gallery-columns-4 .gallery-item {
  -webkit-box-flex: calc(100% / 4 - 3%);
      -ms-flex: calc(100% / 4 - 3%) 0 0px;
          flex: calc(100% / 4 - 3%) 0 0;
  margin: 0 3% 3% 0 !important;
  width: unset;
}

.gallery-columns-4 .gallery-item:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 481px) {
  .gallery-columns-4 .gallery-item {
    -webkit-box-flex: 48%;
        -ms-flex: 48% 0 0px;
            flex: 48% 0 0;
    margin: 2%;
  }
  .gallery-columns-4 .gallery-item:nth-of-type(4n) {
    margin-left: 2%;
  }
  .gallery-columns-4 .gallery-item:nth-of-type(2n - 1) {
    margin-left: 0;
  }
  .gallery-columns-4 .gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.gallery-columns-5 .gallery-item {
  -webkit-box-flex: calc(100% / 5 - 3%);
      -ms-flex: calc(100% / 5 - 3%) 0 0px;
          flex: calc(100% / 5 - 3%) 0 0;
  margin: 0 3% 3% 0 !important;
  width: unset;
}

.gallery-columns-5 .gallery-item:nth-of-type(5n) {
  margin-right: 0;
}

@media screen and (max-width: 481px) {
  .gallery-columns-5 .gallery-item {
    -webkit-box-flex: 48%;
        -ms-flex: 48% 0 0px;
            flex: 48% 0 0;
    margin: 2%;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(5n) {
    margin-left: 2%;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(2n - 1) {
    margin-left: 0;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.gallery-columns-6 .gallery-item {
  -webkit-box-flex: calc(100% / 6 - 3%);
      -ms-flex: calc(100% / 6 - 3%) 0 0px;
          flex: calc(100% / 6 - 3%) 0 0;
  margin: 0 3% 3% 0 !important;
  width: unset;
}

.gallery-columns-6 .gallery-item:nth-of-type(6n) {
  margin-right: 0;
}

@media screen and (max-width: 481px) {
  .gallery-columns-6 .gallery-item {
    -webkit-box-flex: 48%;
        -ms-flex: 48% 0 0px;
            flex: 48% 0 0;
    margin: 2%;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(6n) {
    margin-left: 2%;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(2n - 1) {
    margin-left: 0;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.gallery-columns-7 .gallery-item {
  -webkit-box-flex: calc(100% / 7 - 3%);
      -ms-flex: calc(100% / 7 - 3%) 0 0px;
          flex: calc(100% / 7 - 3%) 0 0;
  margin: 0 3% 3% 0 !important;
  width: unset;
}

.gallery-columns-7 .gallery-item:nth-of-type(7n) {
  margin-right: 0;
}

@media screen and (max-width: 481px) {
  .gallery-columns-7 .gallery-item {
    -webkit-box-flex: 48%;
        -ms-flex: 48% 0 0px;
            flex: 48% 0 0;
    margin: 2%;
  }
  .gallery-columns-7 .gallery-item:nth-of-type(7n) {
    margin-left: 2%;
  }
  .gallery-columns-7 .gallery-item:nth-of-type(2n - 1) {
    margin-left: 0;
  }
  .gallery-columns-7 .gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.gallery-columns-8 .gallery-item {
  -webkit-box-flex: calc(100% / 8 - 3%);
      -ms-flex: calc(100% / 8 - 3%) 0 0px;
          flex: calc(100% / 8 - 3%) 0 0;
  margin: 0 3% 3% 0 !important;
  width: unset;
}

.gallery-columns-8 .gallery-item:nth-of-type(8n) {
  margin-right: 0;
}

@media screen and (max-width: 481px) {
  .gallery-columns-8 .gallery-item {
    -webkit-box-flex: 48%;
        -ms-flex: 48% 0 0px;
            flex: 48% 0 0;
    margin: 2%;
  }
  .gallery-columns-8 .gallery-item:nth-of-type(8n) {
    margin-left: 2%;
  }
  .gallery-columns-8 .gallery-item:nth-of-type(2n - 1) {
    margin-left: 0;
  }
  .gallery-columns-8 .gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.gallery-columns-9 .gallery-item {
  -webkit-box-flex: calc(100% / 9 - 3%);
      -ms-flex: calc(100% / 9 - 3%) 0 0px;
          flex: calc(100% / 9 - 3%) 0 0;
  margin: 0 3% 3% 0 !important;
  width: unset;
}

.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

@media screen and (max-width: 481px) {
  .gallery-columns-9 .gallery-item {
    -webkit-box-flex: 48%;
        -ms-flex: 48% 0 0px;
            flex: 48% 0 0;
    margin: 2%;
  }
  .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-left: 2%;
  }
  .gallery-columns-9 .gallery-item:nth-of-type(2n - 1) {
    margin-left: 0;
  }
  .gallery-columns-9 .gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.elementor-image-gallery,
div.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.elementor-image-gallery br,
div.gallery br {
  display: none;
}

.elementor-image-gallery .gallery-item,
div.gallery .gallery-item {
  padding: 0;
  line-height: 0;
  float: none !important;
}

.elementor-image-gallery .gallery-item img,
div.gallery .gallery-item img {
  width: 100%;
}

@media screen and (max-width: 481px) {
  .elementor-image-gallery .gallery-item,
  div.gallery .gallery-item {
    min-width: 100%;
  }
}

.elementor-image-gallery a img,
div.gallery a img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.elementor-image-gallery a img:hover,
div.gallery a img:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.contact-widget-email a {
  white-space: nowrap;
}

/* 404 */
.error404 main h1 {
  margin: 60px 0;
}

.cat-post-item {
  border-bottom: 4px solid rgba(78, 88, 99, 0.1) !important;
  padding: 10px 0 !important;
}

.cat-post-item:last-of-type {
  border-bottom: none !important;
}

.cat-post-item p {
  font-size: 0.8em;
  line-height: 1.2;
}

a.cat-post-excerpt-more {
  display: block;
  text-transform: uppercase;
  font-size: 0.9em;
  font-style: normal;
  margin-top: 8px;
}

a.cat-post-excerpt-more i.fa {
  font-size: 1.3em;
}

.widget a.cat-post-title {
  display: block;
}

.sidebar li {
  margin-bottom: 15px;
}

.post-date {
  display: block;
  margin: 0;
}

.address-container a {
  margin-bottom: 5px;
}

.address-container #address-business-name {
  display: block;
}

footer.footer .footer-right-widget,
footer.footer .contact-widget-info {
  margin-bottom: 10px;
}

/* this fits the address widget neatly beside the map-marker icon, not wrapped around it */
.address-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.address-widget i.fa,
.contact-widget i.fa {
  margin-right: 5px;
}

.address-widget, .icon-widget {
  white-space: nowrap;
}

.address-widget .address-container {
  white-space: normal;
}

footer.footer #copyright {
  font-size: 0.8em;
}

footer.footer #copyright #credit a img {
  width: 150px;
}

/* Staff Parent Page */
.staff-row {
  row-gap: 50px;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.staff-card {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 24%;
          flex: 1 0 24%;
}

.staff-img {
  width: 177px;
  height: 177px;
  margin-bottom: 1.5em;
  -webkit-box-shadow: 8px 8px 0 -4px rgba(30, 30, 30, 0.1), inset 0 0 0 4px #fff;
  box-shadow: 8px 8px 0 -4px rgba(30, 30, 30, 0.1), inset 0 0 0 4px #fff;
}

/* Staff Page */
@media only screen and (max-width: 481px) {
  .staff-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    text-align: center;
  }
  .staff-img {
    margin-left: auto;
    margin-right: auto;
  }
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
[data-column-clickable] .elementor-column-wrap,
[data-column-clickable] .elementor-background-overlay {
  border-radius: 0;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/* SMALL MOBILE */
@media only screen and (max-width: 481px) {
  .wpcf7 .columns {
    padding: 0;
  }
}

/* MOBILE */
@media only screen and (max-width: 481px) {
  body.archive main,
  body.single main {
    padding: 0;
  }
  .archive-title {
    padding-top: 20px;
  }
  .address-container {
    display: inline;
  }
  .address-container .address {
    display: block;
  }
  footer > div {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

/* TABLET */
@media only screen and (max-width: 770px) {
  /* parallax doesn't work properly on smaller screens - make the background fixed instead */
  .parallax {
    background-position: center !important;
    background-attachment: fixed;
  }
  footer.footer {
    padding: 0;
  }
  footer.footer .copyright {
    font-size: 0.9em;
    margin: 0;
  }
  footer.footer .copyright p {
    margin: 0;
  }
}

/* tablet and above */
/* everything wider than a phone */
/*--------------------------------------------------------------
# Reusable Styles
--------------------------------------------------------------*/
/*------------------------------------*\
	USEFUL STYLES
\*------------------------------------*/
.red {
  color: #C7B668;
}

.light, .thin {
  font-weight: 200;
}

.bold {
  font-weight: 600;
}

.caps {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

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

.round, .round * {
  border-radius: 999px;
}

.white-text * {
  color: #fff !important;
}

.gold {
  color: #C7B668 !important;
}

.small {
  font-size: 75%;
  margin-top: -0.2em;
  line-height: 1.2;
}

.smaller {
  font-size: 60%;
  margin-top: -0.6em;
}

.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
}

/*--------------------------------------------------------------
# Internet Explorer
--------------------------------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #title-row .title-container .title-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 960px;
            flex: 0 960px;
    margin: 0;
  }
  .home, .home-page-container {
    height: 100vh;
  }
  .slider-container {
    z-index: 0;
  }
  .home-page-content > div > div {
    display: block;
  }
  .anchor-menu {
    display: block;
  }
  img {
    -ms-interpolation-mode: bicubic;
  }
  #title-row .title-container .title-text,
  footer.footer > div {
    max-width: 100% !important;
  }
}
/*# sourceMappingURL=style.css.map */