html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

@font-face {
  font-family: "GT Walsheim";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/GT-Walsheim/GT-Walsheim-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim/GT-Walsheim-Light.woff") format("woff"), url("../fonts/GT-Walsheim/GT-Walsheim-Light.ttf") format("truetype"); }

@font-face {
  font-family: "GT Walsheim";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/GT-Walsheim/GT-Walsheim-Light-Oblique.woff.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim/GT-Walsheim-Light-Oblique.woff.woff") format("woff"), url("../fonts/GT-Walsheim/GT-Walsheim-Light-Oblique.woff.ttf") format("truetype"); }

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

@font-face {
  font-family: "GT Walsheim";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/GT-Walsheim/GT-Walsheim-Regular-Oblique.woff.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim/GT-Walsheim-Regular-Oblique.woff.woff") format("woff"), url("../fonts/GT-Walsheim/GT-Walsheim-Regular-Oblique.woff.ttf") format("truetype"); }

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

@font-face {
  font-family: "GT Walsheim";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/GT-Walsheim/GT-Walsheim-Bold-Oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim/GT-Walsheim-Bold-Oblique.woff") format("woff"), url("../fonts/GT-Walsheim/GT-Walsheim-Bold-Oblique.ttf") format("truetype"); }

body {
  font-family: "GT Walsheim", sans-serif;
  font-weight: 400;
  color: black;
  font-size: 16px;
  line-height: 1.4;
  background-color: #adc8d1; }

a {
  text-decoration: none;
  color: #5c91a3; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  width: 100%;
  display: block;
  border: 1px solid #eee;
  padding: 10px 15px;
  margin-bottom: 4px;
  resize: none;
  outline: 0; }
  input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    text-transform: none; }
  input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    text-transform: none; }
  input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder {
    text-transform: none; }
  input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    text-transform: none; }

.container, #sub-menu {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }
  .container::after, #sub-menu::after {
    clear: both;
    content: "";
    display: table; }

.main-outer .container, .main-outer #sub-menu {
  display: block; }
  .main-outer .container::after, .main-outer #sub-menu::after {
    clear: both;
    content: "";
    display: table; }

.main-outer .main {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 100%; }
  .main-outer .main:last-child {
    margin-right: 0; }

.main-outer.has-sidebar-left {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 74.46809%; }
  .main-outer.has-sidebar-left:last-child {
    margin-right: 0; }

.main-outer.has-sidebar-right {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 74.46809%; }
  .main-outer.has-sidebar-right:last-child {
    margin-right: 0; }

.main-outer.has-sidebar-left.has-sidebar-right {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 48.93617%; }
  .main-outer.has-sidebar-left.has-sidebar-right:last-child {
    margin-right: 0; }

.main-outer .sidebar-left {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 23.40426%; }
  .main-outer .sidebar-left:last-child {
    margin-right: 0; }

.main-outer .sidebar-right {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 23.40426%; }
  .main-outer .sidebar-right:last-child {
    margin-right: 0; }

ul.nav, ul.nav-child {
  list-style: none;
  padding: 0;
  margin: 0; }

.header-right-link, #header .position-header-right .custom p a {
  color: #b3b3b3;
  text-decoration: none;
  font-size: 32px;
  font-weight: 200; }
  .header-right-link:after, #header .position-header-right .custom p a:after {
    content: '';
    display: inline-block;
    vertical-align: -8px;
    width: 32px;
    height: 32px;
    color: #fff;
    margin-left: 10px; }

#header .header-top {
  height: 140px;
  background-color: #646464; }
  #header .header-top .container, #header .header-top #sub-menu {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end; }

#header .logo {
  padding-bottom: 26px;
  margin-right: 20px; }

#header .burger {
  display: none; }

#header .position-header-right {
  text-align: right;
  flex-shrink: 0;
  padding-bottom: 20px; }
  #header .position-header-right .custom p {
    margin: 0; }
    #header .position-header-right .custom p a:after {
      background-image: url(../images/arrow-right-white.png); }
  #header .position-header-right .form-search {
    margin-top: 10px;
    height: 40px; }
    #header .position-header-right .form-search .finder {
      position: relative; }
      #header .position-header-right .form-search .finder label {
        position: absolute;
        top: 0;
        right: 42px;
        color: #b3b3b3;
        font-size: 32px;
        font-weight: 200;
        opacity: 1;
        cursor: pointer;
        -webkit-transition: opacity 0.5s ease;
        -moz-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease; }
      #header .position-header-right .form-search .finder input.search-query {
        position: absolute;
        top: 5px;
        right: 42px;
        background-color: transparent;
        border: 0;
        padding: 0;
        margin: 0;
        color: #b3b3b3;
        font-size: 32px;
        font-weight: 200;
        width: 200px;
        opacity: 0;
        text-align: right;
        pointer-events: none;
        -webkit-transition: opacity 0.5s ease;
        -moz-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease; }
        #header .position-header-right .form-search .finder input.search-query::-webkit-input-placeholder {
          color: rgba(51, 51, 51, 0.3); }
        #header .position-header-right .form-search .finder input.search-query::-moz-placeholder {
          color: rgba(51, 51, 51, 0.3); }
        #header .position-header-right .form-search .finder input.search-query:-moz-placeholder {
          color: rgba(51, 51, 51, 0.3); }
        #header .position-header-right .form-search .finder input.search-query:-ms-input-placeholder {
          color: rgba(51, 51, 51, 0.3); }
      #header .position-header-right .form-search .finder button {
        display: inline-block;
        width: 32px;
        height: 32px;
        background: transparent;
        border: 0;
        padding: 0;
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        margin-top: 4px;
        color: #fff;
        margin-left: 10px;
        background-image: url(../images/search-white.png);
        cursor: pointer; }
    #header .position-header-right .form-search.expanded .finder label {
      opacity: 0; }
    #header .position-header-right .form-search.expanded .finder input.search-query {
      opacity: 1;
      pointer-events: auto; }

#header .position-header {
  flex-grow: 1; }

#header .header-bottom {
  background-color: #fff; }
  #header .header-bottom .container, #header .header-bottom #sub-menu {
    padding: 16px 4px; }

#main-menu a {
  letter-spacing: 0.05em; }

#main-menu > li {
  display: inline-block;
  margin-right: 40px;
  position: relative; }
  #main-menu > li > a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding: 5px 10px 22px 10px;
    display: block;
    white-space: nowrap;
    font-weight: bold;
    color: white;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase; }
  #main-menu > li:first-child {
    display: none; }
  #main-menu > li:last-child {
    display: none; }
  #main-menu > li.active > a:after, #main-menu > li.hover > a:after {
    bottom: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 12px;
    margin-left: -12px; }

#hover-menu {
  z-index: 2000;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  width: 100%;
  padding: 30px 0 60px 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  #hover-menu ul.hover-menu-menu a {
    color: #666;
    text-transform: uppercase; }
  #hover-menu ul.hover-menu-menu > li > a {
    display: none; }
  #hover-menu ul.hover-menu-menu > li > ul {
    display: flex;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    justify-content: center; }
    #hover-menu ul.hover-menu-menu > li > ul > li {
      width: 16.66667%;
      margin: 0;
      padding: 0 10px;
      position: relative; }
      #hover-menu ul.hover-menu-menu > li > ul > li .image {
        background-color: #adc8d1;
        height: 135px;
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 10px; }
      #hover-menu ul.hover-menu-menu > li > ul > li .image-title {
        font-weight: bold;
        font-size: 15px;
        color: #646464;
        letter-spacing: 0.05em;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        transition: color 0.3s ease; }
      #hover-menu ul.hover-menu-menu > li > ul > li > a:hover .image-title {
        color: #adc8d1; }
      #hover-menu ul.hover-menu-menu > li > ul > li ul {
        margin-top: 4px;
        border-bottom: 2px solid #adc8d1; }
        #hover-menu ul.hover-menu-menu > li > ul > li ul li {
          border-top: 2px solid #adc8d1; }
          #hover-menu ul.hover-menu-menu > li > ul > li ul li a {
            font-size: 11px;
            font-weight: bold;
            color: #646464;
            letter-spacing: 0.05em;
            -webkit-transition: color 0.3s ease;
            -moz-transition: color 0.3s ease;
            transition: color 0.3s ease; }
            #hover-menu ul.hover-menu-menu > li > ul > li ul li a:hover {
              color: #adc8d1; }
  #hover-menu.visible {
    opacity: 1;
    pointer-events: auto; }

#sub-menu {
  display: flex;
  padding: 16px 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  #sub-menu > li {
    flex-grow: 1;
    margin: 0 16px; }
  #sub-menu li.current > a {
    color: #adc8d1; }
  #sub-menu a {
    letter-spacing: 0.05em;
    color: #646464;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold; }
    #sub-menu a:hover {
      color: #adc8d1; }
    #sub-menu a img {
      display: none; }
  #sub-menu ul {
    margin-top: 4px;
    border-bottom: 2px solid #adc8d1; }
    #sub-menu ul li {
      border-top: 2px solid #adc8d1; }
      #sub-menu ul li a {
        font-size: 11px;
        font-weight: bold;
        letter-spacing: 0.05em; }

.position-page-top {
  padding: 20px 0 0px; }
  .position-page-top .breadcrumb {
    margin: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px 0;
    display: block;
    list-style: none;
    font-size: 14px; }
    .position-page-top .breadcrumb::after {
      clear: both;
      content: "";
      display: table; }
    .position-page-top .breadcrumb .divider {
      display: none; }
    .position-page-top .breadcrumb a {
      color: black; }
    .position-page-top .breadcrumb li {
      display: inline-block; }
      .position-page-top .breadcrumb li:after {
        content: '>'; }
      .position-page-top .breadcrumb li:first-child:after, .position-page-top .breadcrumb li:last-child:after {
        display: none; }
  .position-page-top .page-title {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .position-page-top .page-title::after {
      clear: both;
      content: "";
      display: table; }

.page-header {
  padding-bottom: 50px;
  padding-top: 50px; }
  .page-header .container, .page-header #sub-menu {
    display: block; }
    .page-header .container::after, .page-header #sub-menu::after {
      clear: both;
      content: "";
      display: table; }
  .page-header h2 {
    margin-top: 0;
    color: white;
    font-size: 60px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 20px; }
  .page-header .left, .page-header .right {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%; }
    .page-header .left:last-child, .page-header .right:last-child {
      margin-right: 0; }
    .page-header .left img, .page-header .right img {
      width: auto;
      height: 400px;
      max-width: 100%;
      max-height: 100%;
      display: block;
      margin: 0 auto; }
  .page-header .left {
    font-size: 20px;
    padding-right: 20px;
    margin-top: -4px; }

.position-page-bottom .moduletable {
  background: #F0F0F0; }
  .position-page-bottom .moduletable:nth-child(2n) {
    background: #E6E6E6; }

footer.footer {
  background-color: #adc8d1;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 14px; }
  footer.footer a {
    color: black; }
  footer.footer .position-footer .container, footer.footer .position-footer #sub-menu {
    display: block;
    padding-top: 50px;
    padding-bottom: 50px; }
    footer.footer .position-footer .container::after, footer.footer .position-footer #sub-menu::after {
      clear: both;
      content: "";
      display: table; }
    footer.footer .position-footer .container .nav.menu, footer.footer .position-footer #sub-menu .nav.menu {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 74.46809%; }
      footer.footer .position-footer .container .nav.menu:last-child, footer.footer .position-footer #sub-menu .nav.menu:last-child {
        margin-right: 0; }
      footer.footer .position-footer .container .nav.menu > li, footer.footer .position-footer #sub-menu .nav.menu > li {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 31.91489%; }
        footer.footer .position-footer .container .nav.menu > li:last-child, footer.footer .position-footer #sub-menu .nav.menu > li:last-child {
          margin-right: 0; }
        footer.footer .position-footer .container .nav.menu > li:nth-child(4n), footer.footer .position-footer #sub-menu .nav.menu > li:nth-child(4n) {
          margin-right: 0; }
        footer.footer .position-footer .container .nav.menu > li:nth-child(4n+1), footer.footer .position-footer #sub-menu .nav.menu > li:nth-child(4n+1) {
          clear: left; }
        footer.footer .position-footer .container .nav.menu > li img, footer.footer .position-footer #sub-menu .nav.menu > li img {
          display: none; }
        footer.footer .position-footer .container .nav.menu > li > a, footer.footer .position-footer #sub-menu .nav.menu > li > a {
          color: white; }
        footer.footer .position-footer .container .nav.menu > li ul > li, footer.footer .position-footer #sub-menu .nav.menu > li ul > li {
          padding-top: 5px; }
        footer.footer .position-footer .container .nav.menu > li:first-child, footer.footer .position-footer #sub-menu .nav.menu > li:first-child {
          display: none; }
        footer.footer .position-footer .container .nav.menu > li:last-child, footer.footer .position-footer #sub-menu .nav.menu > li:last-child {
          display: none; }
    footer.footer .position-footer .container h3, footer.footer .position-footer #sub-menu h3 {
      color: white;
      font-weight: normal;
      font-size: 15px;
      margin: 0;
      margin-bottom: 2px; }
    footer.footer .position-footer .container .custom, footer.footer .position-footer #sub-menu .custom {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 23.40426%;
      line-height: 1.6; }
      footer.footer .position-footer .container .custom:last-child, footer.footer .position-footer #sub-menu .custom:last-child {
        margin-right: 0; }
      footer.footer .position-footer .container .custom p, footer.footer .position-footer #sub-menu .custom p {
        margin: 0; }
      footer.footer .position-footer .container .custom a[href*='twitter'], footer.footer .position-footer #sub-menu .custom a[href*='twitter'],
      footer.footer .position-footer .container .custom a[href*='linkedin'],
      footer.footer .position-footer #sub-menu .custom a[href*='linkedin'],
      footer.footer .position-footer .container .custom a[href*='facebook'],
      footer.footer .position-footer #sub-menu .custom a[href*='facebook'] {
        background-size: 20px;
        margin-top: 16px;
        display: inline-block;
        background-color: black;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        background-position: center center;
        background-repeat: no-repeat; }
      footer.footer .position-footer .container .custom a[href*='twitter'], footer.footer .position-footer #sub-menu .custom a[href*='twitter'] {
        background-image: url(../images/icons/twitter.svg); }
      footer.footer .position-footer .container .custom a[href*='linkedin'], footer.footer .position-footer #sub-menu .custom a[href*='linkedin'] {
        background-image: url(../images/icons/linkedin.svg); }
      footer.footer .position-footer .container .custom a[href*='facebook'], footer.footer .position-footer #sub-menu .custom a[href*='facebook'] {
        background-image: url(../images/icons/facebook.svg); }
  footer.footer .position-footer-bottom a {
    color: white; }
  footer.footer .position-footer-bottom li {
    display: inline-block;
    margin-right: 50px; }
    footer.footer .position-footer-bottom li:last-child {
      margin-right: 0;
      display: none; }
  footer.footer .position-footer-bottom .moduletable {
    border-top: 1px solid black;
    padding-top: 30px; }
  footer.footer .position-footer-bottom .container, footer.footer .position-footer-bottom #sub-menu {
    padding-bottom: 60px; }

#i-am-interested-in {
  padding: 40px 0; }
  #i-am-interested-in h3 {
    color: #adc8d1;
    font-size: 72px;
    font-weight: normal;
    line-height: 1.0em;
    margin: 40px 0; }
  #i-am-interested-in .cards {
    display: block; }
    #i-am-interested-in .cards::after {
      clear: both;
      content: "";
      display: table; }
    #i-am-interested-in .cards .card {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 14.89362%;
      font-size: 15px; }
      #i-am-interested-in .cards .card:last-child {
        margin-right: 0; }
      #i-am-interested-in .cards .card .card-image {
        display: block;
        width: 100%;
        height: auto; }
      #i-am-interested-in .cards .card .card-title {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 15px;
        color: #666;
        letter-spacing: 0.05em;
        margin-bottom: 0.5em; }
      #i-am-interested-in .cards .card .card-text {
        font-weight: 200; }
      #i-am-interested-in .cards .card .card-more {
        color: black;
        font-weight: bold; }

#member-services {
  padding-top: 40px; }
  #member-services h3 {
    color: #adc8d1;
    font-size: 72px;
    font-weight: normal;
    line-height: 1.0em;
    margin: 0; }
  #member-services .intro {
    font-size: 21px;
    font-weight: 200;
    line-height: 1.3em;
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%;
    padding: 40px 0; }
    #member-services .intro:last-child {
      margin-right: 0; }
    #member-services .intro a {
      font-weight: bold; }
  #member-services .cards {
    display: block; }
    #member-services .cards::after {
      clear: both;
      content: "";
      display: table; }
    #member-services .cards .card {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 31.91489%;
      margin-bottom: 40px; }
      #member-services .cards .card:last-child {
        margin-right: 0; }
      #member-services .cards .card:nth-child(3n) {
        margin-right: 0; }
      #member-services .cards .card:nth-child(3n+1) {
        clear: left; }
      #member-services .cards .card .card-image {
        display: block;
        width: 100%;
        height: auto; }
      #member-services .cards .card .card-title {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 17px;
        color: #000;
        letter-spacing: 0.08em;
        margin-bottom: 0.25em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      #member-services .cards .card .card-text {
        font-weight: 200;
        font-size: 18px;
        margin-bottom: 0.5em;
        line-height: 1.3; }
        #member-services .cards .card .card-text a {
          font-weight: bold;
          font-size: 18px;
          color: black; }
      #member-services .cards .card .card-more {
        font-weight: bold;
        font-size: 18px;
        color: black; }

body.itemid-121 .position-page-top {
  padding-top: 0; }

#home-carousel {
  width: 100%;
  position: relative; }
  #home-carousel .slide {
    background-position: center center;
    background-size: cover;
    height: 760px;
    position: relative; }
    #home-carousel .slide .slide-content {
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      padding: 20px 0 80px 0;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.8+0,0.8+33,0+66,0+100 */
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 33%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 33%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 33%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff',GradientType=1 );
      /* IE6-9 */ }
      #home-carousel .slide .slide-content .slide-inner {
        max-width: 50%;
        font-size: 21px; }
      #home-carousel .slide .slide-content h3 {
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 0.05em;
        font-size: 34px; }
      #home-carousel .slide .slide-content .slide-desc {
        font-weight: 200;
        line-height: 1.3;
        margin-bottom: 0.7em; }
      #home-carousel .slide .slide-content .slide-more a {
        font-weight: bold;
        color: #000; }
  #home-carousel .arrows {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 100%; }
    #home-carousel .arrows::after {
      clear: both;
      content: "";
      display: table; }
    #home-carousel .arrows button {
      position: absolute;
      left: 0;
      top: 380px;
      margin-top: -16px;
      border: 1px solid #666;
      background: #fff url(../images/carousel-prev.png) center center no-repeat;
      background-size: contain;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      padding: 0;
      z-index: 1000;
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap; }
      #home-carousel .arrows button.next {
        left: auto;
        right: 0;
        background-image: url(../images/carousel-next.png); }
      #home-carousel .arrows button:focus {
        outline: none; }
  #home-carousel .slick-dots {
    position: absolute;
    bottom: 0px;
    list-style: none;
    width: 100%;
    text-align: center; }
    #home-carousel .slick-dots li {
      display: inline-block;
      margin: 0 4px; }
      #home-carousel .slick-dots li button {
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        display: block;
        width: 8px;
        height: 8px;
        padding: 0;
        border: 1px solid #fff;
        background-color: #fff;
        border-radius: 50%; }
        #home-carousel .slick-dots li button:focus {
          outline: none; }
      #home-carousel .slick-dots li.slick-active button {
        background-color: #adc8d1; }

#about-us {
  background-position: top right;
  background-repeat: no-repeat; }
  #about-us .gradient {
    padding: 100px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+50,0+100 */
    background: -moz-linear-gradient(left, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */ }
  #about-us h3 {
    color: #adc8d1;
    font-size: 72px;
    font-weight: normal;
    line-height: 1.0em;
    margin: 0; }
  #about-us .intro {
    font-size: 21px;
    font-weight: 200;
    line-height: 1.3em;
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%;
    padding-top: 20px; }
    #about-us .intro:last-child {
      margin-right: 0; }
    #about-us .intro a.more {
      font-weight: bold;
      margin-left: 5px;
      color: #000; }

#landing-page-menu {
  padding: 40px 0 20px;
  background-color: #F0F0F0; }
  #landing-page-menu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
    #landing-page-menu ul li {
      width: 50%;
      padding-bottom: 20px; }
      #landing-page-menu ul li:nth-child(odd) {
        padding-right: 10px; }
      #landing-page-menu ul li:nth-child(odd) {
        padding-left: 10px; }
      #landing-page-menu ul li > div {
        height: 100%;
        background-color: #fff;
        padding: 20px;
        min-height: 180px;
        position: relative; }
        #landing-page-menu ul li > div a.image {
          width: 140px;
          height: 140px;
          overflow: hidden;
          text-indent: 101%;
          white-space: nowrap;
          position: absolute;
          left: 20px;
          top: 20px;
          background-color: #adc8d1;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center; }
        #landing-page-menu ul li > div .info {
          font-size: 18px;
          margin-left: 160px; }
          #landing-page-menu ul li > div .info .title {
            display: block;
            font-weight: bold;
            text-transform: uppercase;
            border-bottom: 2px solid #adc8d1;
            padding-bottom: 10px;
            margin-bottom: 10px;
            color: black; }
          #landing-page-menu ul li > div .info .intro {
            font-weight: 200; }
            #landing-page-menu ul li > div .info .intro .more {
              color: black;
              font-weight: bold; }

.two-tone .top {
  display: block;
  padding-bottom: 40px; }
  .two-tone .top::after {
    clear: both;
    content: "";
    display: table; }
  .two-tone .top .left, .two-tone .top .right {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%; }
    .two-tone .top .left:last-child, .two-tone .top .right:last-child {
      margin-right: 0; }
  .two-tone .top .left {
    font-size: 20px;
    line-height: 1.2em;
    padding-top: 40px; }
    .two-tone .top .left h2 {
      margin-top: 0;
      color: white;
      font-size: 48px;
      font-weight: normal; }

.two-tone .bottom {
  background-color: #E6E6E6;
  padding: 40px 0; }

.contact {
  padding: 0 0 40px 0; }
  .contact h2.item-title {
    margin-top: 0;
    color: white;
    font-size: 72px;
    font-weight: normal;
    padding: 40px 0 20px 0;
    margin-bottom: 20px; }
  .contact .details > div {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 23.40426%;
    font-weight: 200; }
    .contact .details > div:last-child {
      margin-right: 0; }
    .contact .details > div strong {
      font-weight: bold; }
    .contact .details > div a {
      color: #000;
      font-weight: bold; }
  .contact #map {
    height: 370px;
    margin-bottom: 40px; }

#staff-listing {
  background-color: #F0F0F0;
  padding: 40px 0; }
  #staff-listing h2.item-title {
    margin-top: 0;
    color: #adc8d1;
    font-size: 72px;
    font-weight: normal;
    padding: 0 0 20px 0; }
  #staff-listing .staff-members .staff {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 23.40426%;
    font-weight: 200;
    margin-bottom: 30px; }
    #staff-listing .staff-members .staff:last-child {
      margin-right: 0; }
    #staff-listing .staff-members .staff:nth-child(7n) {
      margin-right: 0; }
    #staff-listing .staff-members .staff:nth-child(7n+1) {
      clear: left; }
    #staff-listing .staff-members .staff.title {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 48.93617%; }
      #staff-listing .staff-members .staff.title:last-child {
        margin-right: 0; }
    #staff-listing .staff-members .staff:nth-child(3) {
      margin-right: 0; }
    #staff-listing .staff-members .staff .image {
      width: 100%;
      height: auto;
      display: block;
      margin-bottom: 15px; }
    #staff-listing .staff-members .staff .name {
      font-weight: bold; }
    #staff-listing .staff-members .staff a {
      color: black; }

.item.page-item {
  background: #E6E6E6;
  padding: 40px 0; }

.item .two-column-left {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 48.93617%;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 200; }
  .item .two-column-left:last-child {
    margin-right: 0; }
  .item .two-column-left h1, .item .two-column-left h2, .item .two-column-left h3 {
    color: #adc8d1;
    margin: 20px 0; }
  .item .two-column-left h2 {
    font-size: 48px;
    font-weight: normal; }
  .item .two-column-left h3 {
    font-size: 28px;
    font-weight: bold; }
  .item .two-column-left p {
    margin-top: 0; }

.item .two-column-right,
.item .three-column-right {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 48.93617%; }
  .item .two-column-right:last-child,
  .item .three-column-right:last-child {
    margin-right: 0; }
  .item .two-column-right img,
  .item .three-column-right img {
    width: 100%;
    height: auto;
    display: block; }
  .item .two-column-right .grid-item,
  .item .three-column-right .grid-item {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px; }
    .item .two-column-right .grid-item h3,
    .item .three-column-right .grid-item h3 {
      text-transform: uppercase;
      font-size: 18px;
      font-weight: bold;
      padding-bottom: 9px;
      border-bottom: 2px #adc8d1 solid; }
    .item .two-column-right .grid-item .text,
    .item .three-column-right .grid-item .text {
      font-size: 18px;
      font-weight: 200; }
      .item .two-column-right .grid-item .text strong, .item .two-column-right .grid-item .text a,
      .item .three-column-right .grid-item .text strong,
      .item .three-column-right .grid-item .text a {
        font-weight: bold;
        color: #000; }
  .item .two-column-right .grid-bottom .grid-item,
  .item .three-column-right .grid-bottom .grid-item {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 47.82609%; }
    .item .two-column-right .grid-bottom .grid-item:last-child,
    .item .three-column-right .grid-bottom .grid-item:last-child {
      margin-right: 0; }

.item .three-column-left,
.item .three-column-middle,
.item .three-column-right {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 31.91489%; }
  .item .three-column-left:last-child,
  .item .three-column-middle:last-child,
  .item .three-column-right:last-child {
    margin-right: 0; }

.item .three-column-left,
.item .three-column-middle {
  font-size: 18px;
  font-weight: 200; }
  .item .three-column-left img,
  .item .three-column-middle img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px; }

.cat-plain-text-page .position-page-top {
  background-color: #E6E6E6; }

.cat-staff .position-page-top {
  background-color: #E6E6E6; }

.cat-staff .two-column-right {
  margin-left: 51.06383%; }

.cat-staff .two-column-left {
  margin-left: -102.12766%; }

.cat-staff .content {
  padding-bottom: 100px; }
  .cat-staff .content .staff-name {
    margin: 0; }
  .cat-staff .content .staff-title {
    font-weight: bold;
    text-transform: uppercase; }
  .cat-staff .content .staff-title-details {
    margin-bottom: 40px; }
  .cat-staff .content .staff-contact {
    padding-top: 20px; }
    .cat-staff .content .staff-contact a {
      display: block;
      color: black; }

.cat-staff .staff-image {
  margin-bottom: 20px; }

.cat-staff #staff-listing {
  display: none; }

#finder-search {
  padding: 20px 0; }
  #finder-search .search-input {
    display: flex; }
    #finder-search .search-input .search-text {
      flex-grow: 1; }
    #finder-search .search-input .search-submit button {
      background-color: #646464;
      border: 0;
      color: white;
      padding: 11px 15px;
      margin-left: 10px; }

.search-results {
  background-color: #F0F0F0;
  padding: 20px 0; }
  .search-results .result {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .search-results .result h3 {
      font-size: 32px;
      margin-bottom: 0; }
  .search-results .pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .search-results .pagination ul li {
      margin: 0 5px;
      padding: 0;
      display: inline-block; }
      .search-results .pagination ul li .pagenav {
        position: relative;
        padding: 4px 10px; }

.cat-sitemap .position-page-top {
  background-color: #E6E6E6; }

#sitemap {
  background-color: #E6E6E6;
  padding-top: 40px; }
  #sitemap h2 {
    margin-top: 0;
    font-size: 32px; }
  #sitemap a {
    color: black;
    font-size: 18px;
    display: block;
    margin-bottom: 4px; }
  #sitemap .container > ul ul, #sitemap #sub-menu > ul ul {
    margin-left: 40px; }

@media screen and (max-width: 480px) {
  body {
    padding-top: 64px; }
  .main-outer .main, .main-outer.has-sidebar-left, .main-outer.has-sidebar-right, .main-outer.has-sidebar-left.has-sidebar-right,
  .main-outer .sidebar-left,
  .main-outer .sidebar-right {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (max-width: 480px) {
  footer.footer .position-footer .container, footer.footer .position-footer #sub-menu {
    padding: 20px; }
    footer.footer .position-footer .container .moduletable::after, footer.footer .position-footer #sub-menu .moduletable::after {
      clear: both;
      content: "";
      display: table; }
    footer.footer .position-footer .container ul.nav.menu, footer.footer .position-footer #sub-menu ul.nav.menu {
      width: 100%;
      float: none;
      margin-left: 0;
      margin-right: 0; }
      footer.footer .position-footer .container ul.nav.menu::after, footer.footer .position-footer #sub-menu ul.nav.menu::after {
        clear: both;
        content: "";
        display: table; }
      footer.footer .position-footer .container ul.nav.menu > li, footer.footer .position-footer #sub-menu ul.nav.menu > li {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px; }
    footer.footer .position-footer .container .custom, footer.footer .position-footer #sub-menu .custom {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 100%; }
      footer.footer .position-footer .container .custom:last-child, footer.footer .position-footer #sub-menu .custom:last-child {
        margin-right: 0; }
  footer.footer .position-footer-bottom .nav > li {
    display: block;
    margin-bottom: 10px; } }

@media screen and (max-width: 480px) {
  #member-services {
    padding-top: 20px; }
    #member-services h3 {
      font-size: 44px;
      margin: 20px 0; }
    #member-services .intro {
      width: 100%;
      float: none;
      margin-left: 0;
      margin-right: 0;
      padding: 0 0 20px;
      font-size: 16px; }
    #member-services .cards .card {
      width: 100%;
      float: none;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 20px;
      background-color: #fff;
      padding: 20px; }
      #member-services .cards .card .card-image {
        display: none; }
      #member-services .cards .card .card-title {
        margin: 8px 0 4px; }
      #member-services .cards .card .card-text, #member-services .cards .card .card-more {
        font-size: 14px; } }

@media screen and (max-width: 480px) {
  #i-am-interested-in {
    padding-bottom: 20px; }
    #i-am-interested-in h3 {
      font-size: 44px;
      margin: 20px 0; }
    #i-am-interested-in .cards .card {
      width: 100%;
      float: none;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 20px;
      background-color: #fff;
      padding: 20px; }
      #i-am-interested-in .cards .card .card-image {
        display: none; }
      #i-am-interested-in .cards .card .card-title {
        margin: 8px 0 4px; }
      #i-am-interested-in .cards .card .card-text, #i-am-interested-in .cards .card .card-more {
        font-size: 14px; } }

@media screen and (max-width: 480px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    margin: 0; }
    #header #main-menu {
      display: none; }
    #header .header-top {
      height: 64px; }
      #header .header-top .container, #header .header-top #sub-menu {
        align-items: center; }
      #header .header-top .logo {
        padding: 0;
        margin: 0; }
        #header .header-top .logo img {
          height: 44px; }
      #header .header-top .burger {
        display: block;
        width: 30px;
        height: 3px;
        position: absolute;
        right: 16px;
        top: 30.5px;
        text-align: left;
        text-indent: -100000em;
        background-color: #fff;
        position: absolute;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
        z-index: 1004; }
        #header .header-top .burger:before {
          content: "";
          display: block;
          position: absolute;
          top: -10px;
          left: 0;
          width: 30px;
          height: 3px;
          background: #fff;
          -webkit-transform-origin: 0% 0%;
          -moz-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
          -o-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
          -webkit-transition: -webkit-transform 0.3s ease;
          -moz-transition: -moz-transform 0.3s ease;
          transition: transform 0.3s ease; }
        #header .header-top .burger:after {
          content: "";
          display: block;
          position: absolute;
          top: 10px;
          left: 0;
          width: 30px;
          height: 3px;
          background: #fff;
          -webkit-transform-origin: 0% 100%;
          -moz-transform-origin: 0% 100%;
          -ms-transform-origin: 0% 100%;
          -o-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
          -webkit-transition: -webkit-transform 0.3s ease;
          -moz-transition: -moz-transform 0.3s ease;
          transition: transform 0.3s ease; }
    #header .header-bottom #sub-menu {
      display: none; }
    #header .header-bottom #hover-menu {
      opacity: 0;
      pointer-events: none;
      background-color: #E6E6E6;
      position: absolute;
      top: 64px;
      right: 0;
      height: 100%;
      overflow: auto;
      padding: 0; }
      #header .header-bottom #hover-menu a {
        color: black; }
      #header .header-bottom #hover-menu .container, #header .header-bottom #hover-menu #sub-menu {
        padding: 30px; }
      #header .header-bottom #hover-menu .hover-menu-menu > li {
        display: block;
        border-bottom: 1px solid black;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        #header .header-bottom #hover-menu .hover-menu-menu > li:first-child {
          display: none; }
        #header .header-bottom #hover-menu .hover-menu-menu > li:last-child {
          border-bottom: none; }
        #header .header-bottom #hover-menu .hover-menu-menu > li > a {
          display: block;
          color: black;
          font-weight: bold; }
        #header .header-bottom #hover-menu .hover-menu-menu > li > ul {
          display: block;
          margin-top: 5px; }
          #header .header-bottom #hover-menu .hover-menu-menu > li > ul > li {
            width: auto;
            padding: 0;
            padding-bottom: 5px; }
            #header .header-bottom #hover-menu .hover-menu-menu > li > ul > li > a {
              color: black;
              font-weight: normal; }
              #header .header-bottom #hover-menu .hover-menu-menu > li > ul > li > a .image {
                display: none; }
              #header .header-bottom #hover-menu .hover-menu-menu > li > ul > li > a .image-title {
                color: black;
                font-weight: normal; }
            #header .header-bottom #hover-menu .hover-menu-menu > li > ul > li > ul {
              margin: 0;
              margin-left: 20px;
              border: 0; }
              #header .header-bottom #hover-menu .hover-menu-menu > li > ul > li > ul li {
                border: 0;
                padding: 0;
                margin: 0; }
                #header .header-bottom #hover-menu .hover-menu-menu > li > ul > li > ul li a {
                  font-weight: normal; }
                  #header .header-bottom #hover-menu .hover-menu-menu > li > ul > li > ul li a:before {
                    content: '>';
                    margin-right: 4px; }
    #header .position-header-right {
      display: none; }
  body.show-mobile-menu {
    overflow: hidden; }
    body.show-mobile-menu #header {
      height: 100%; }
      body.show-mobile-menu #header .header-top a.burger {
        background-color: #646464; }
        body.show-mobile-menu #header .header-top a.burger:before {
          -webkit-transform: translateX(4px) rotate(45deg);
          -moz-transform: translateX(4px) rotate(45deg);
          -ms-transform: translateX(4px) rotate(45deg);
          -o-transform: translateX(4px) rotate(45deg);
          transform: translateX(4px) rotate(45deg); }
        body.show-mobile-menu #header .header-top a.burger:after {
          -webkit-transform: translateX(4px) rotate(-45deg);
          -moz-transform: translateX(4px) rotate(-45deg);
          -ms-transform: translateX(4px) rotate(-45deg);
          -o-transform: translateX(4px) rotate(-45deg);
          transform: translateX(4px) rotate(-45deg); }
      body.show-mobile-menu #header .header-bottom #hover-menu {
        opacity: 1;
        pointer-events: auto;
        padding-bottom: 64px; }
    body.show-mobile-menu #mobile-menu-blanker {
      display: block; } }

@media screen and (max-width: 480px) {
  .position-page-top .breadcrumb {
    padding: 15px 20px 0; }
  .page-header {
    padding-bottom: 30px;
    padding-top: 30px; }
    .page-header .container, .page-header #sub-menu {
      display: block; }
      .page-header .container::after, .page-header #sub-menu::after {
        clear: both;
        content: "";
        display: table; }
    .page-header h2 {
      font-size: 32px; }
    .page-header .left, .page-header .right {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%; }
      .page-header .left:last-child, .page-header .right:last-child {
        margin-right: 0; }
      .page-header .left img, .page-header .right img {
        width: 100%;
        height: auto; } }

@media screen and (max-width: 480px) {
  #about-us {
    background-size: cover; }
    #about-us .gradient {
      padding: 40px 0; }
    #about-us h3 {
      font-size: 44px;
      margin-bottom: 20px; }
    #about-us .intro {
      font-size: 16px;
      width: 100%;
      float: none;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0; }
  #home-carousel .slide {
    height: 300px; }
    #home-carousel .slide .slide-content {
      height: 100%;
      padding: 20px 0; }
      #home-carousel .slide .slide-content .container, #home-carousel .slide .slide-content #sub-menu {
        display: table;
        height: 100%; }
      #home-carousel .slide .slide-content .slide-inner {
        max-width: 100%;
        display: table-cell;
        vertical-align: middle;
        font-size: 18px; }
      #home-carousel .slide .slide-content h3 {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 12px;
        line-height: 1.2; }
  #home-carousel .arrows {
    display: none; }
  #home-carousel .slick-dots {
    padding: 0; }
  .cat-home #member-services .cards .card, .cat-home #i-am-interested-in .cards .card {
    background-color: transparent;
    padding: 0; }
    .cat-home #member-services .cards .card .card-image, .cat-home #i-am-interested-in .cards .card .card-image {
      display: block; } }

@media screen and (max-width: 480px) {
  .contact {
    padding: 0 0 20px 0; }
    .contact h2.item-title {
      font-size: 32px; }
    .contact .details > div {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%; }
      .contact .details > div:last-child {
        margin-right: 0; }
    .contact #map {
      height: 370px;
      margin-bottom: 40px; }
  #staff-listing h2.item-title {
    font-size: 32px; }
  #staff-listing .staff-members .staff {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%;
    font-weight: 200;
    margin: 0;
    margin-bottom: 30px; }
    #staff-listing .staff-members .staff:last-child {
      margin-right: 0; }
    #staff-listing .staff-members .staff:nth-child(1n) {
      margin-right: 0; }
    #staff-listing .staff-members .staff:nth-child(1n+1) {
      clear: left; }
    #staff-listing .staff-members .staff.title {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%; }
      #staff-listing .staff-members .staff.title:last-child {
        margin-right: 0; }
    #staff-listing .staff-members .staff .image {
      width: 100%;
      height: auto;
      display: block;
      margin-bottom: 15px; }
    #staff-listing .staff-members .staff .name {
      font-weight: bold; }
    #staff-listing .staff-members .staff a {
      color: black; } }

@media screen and (max-width: 480px) {
  .item.page-item {
    padding: 20px 0; }
  .item .two-column-left {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%;
    margin-left: 0%;
    padding-right: 0px;
    margin: 0;
    float: none; }
    .item .two-column-left:last-child {
      margin-right: 0; }
  .item .two-column-right,
  .item .three-column-right {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%;
    margin-left: 0%;
    margin: 0;
    float: none; }
    .item .two-column-right:last-child,
    .item .three-column-right:last-child {
      margin-right: 0; }
    .item .two-column-right .grid-bottom .grid-item,
    .item .three-column-right .grid-bottom .grid-item {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%; }
      .item .two-column-right .grid-bottom .grid-item:last-child,
      .item .three-column-right .grid-bottom .grid-item:last-child {
        margin-right: 0; }
  .item .three-column-left,
  .item .three-column-middle,
  .item .three-column-right {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%;
    margin: 0;
    float: none; }
    .item .three-column-left:last-child,
    .item .three-column-middle:last-child,
    .item .three-column-right:last-child {
      margin-right: 0; } }

@media screen and (max-width: 480px) {
  #landing-page-menu {
    padding: 20px 0 20px; }
    #landing-page-menu ul {
      display: block; }
      #landing-page-menu ul li {
        width: 100%;
        padding: 0 0 20px 0 !important; }
        #landing-page-menu ul li > div a.image {
          position: static;
          float: right;
          margin: 0 0 10px 10px; }
        #landing-page-menu ul li > div .info {
          margin-left: 0; }
          #landing-page-menu ul li > div .info .title {
            margin-right: 150px; } }
