@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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; }

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

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  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; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-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 */ }

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

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

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

/* Social media related colours */
.sass-container {
  clear: both; }
  .sass-container::after {
    clear: both;
    content: "";
    display: table; }

.sass-col-sm-1 {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 6.4549180328%;
  min-height: 1px; }
  .sass-col-sm-1:last-child {
    margin-right: 0; }
  .sass-col-sm-1:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-1 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-1 {
  margin-left: 8.5040983607%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-1 {
      margin-left: 0%; } }

.sass-col-sm-2 {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 14.9590163934%;
  min-height: 1px; }
  .sass-col-sm-2:last-child {
    margin-right: 0; }
  .sass-col-sm-2:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-2 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-2 {
  margin-left: 17.0081967213%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-2 {
      margin-left: 0%; } }

.sass-col-sm-3 {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 23.4631147541%;
  min-height: 1px; }
  .sass-col-sm-3:last-child {
    margin-right: 0; }
  .sass-col-sm-3:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-3 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-3 {
  margin-left: 25.512295082%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-3 {
      margin-left: 0%; } }

.sass-col-sm-4 {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 31.9672131148%;
  min-height: 1px; }
  .sass-col-sm-4:last-child {
    margin-right: 0; }
  .sass-col-sm-4:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-4 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-4 {
  margin-left: 34.0163934426%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-4 {
      margin-left: 0%; } }

.sass-col-sm-5 {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 40.4713114754%;
  min-height: 1px; }
  .sass-col-sm-5:last-child {
    margin-right: 0; }
  .sass-col-sm-5:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-5 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-5 {
  margin-left: 42.5204918033%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-5 {
      margin-left: 0%; } }

.sass-col-sm-6 {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 48.9754098361%;
  min-height: 1px; }
  .sass-col-sm-6:last-child {
    margin-right: 0; }
  .sass-col-sm-6:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-6 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-6 {
  margin-left: 51.0245901639%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-6 {
      margin-left: 0%; } }

.sass-col-sm-7 {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 57.4795081967%;
  min-height: 1px; }
  .sass-col-sm-7:last-child {
    margin-right: 0; }
  .sass-col-sm-7:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-7 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-7 {
  margin-left: 59.5286885246%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-7 {
      margin-left: 0%; } }

.sass-col-sm-8 {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 65.9836065574%;
  min-height: 1px; }
  .sass-col-sm-8:last-child {
    margin-right: 0; }
  .sass-col-sm-8:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-8 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-8 {
  margin-left: 68.0327868852%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-8 {
      margin-left: 0%; } }

.sass-col-sm-9 {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 74.487704918%;
  min-height: 1px; }
  .sass-col-sm-9:last-child {
    margin-right: 0; }
  .sass-col-sm-9:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-9 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-9 {
  margin-left: 76.5368852459%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-9 {
      margin-left: 0%; } }

.sass-col-sm-10 {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 82.9918032787%;
  min-height: 1px; }
  .sass-col-sm-10:last-child {
    margin-right: 0; }
  .sass-col-sm-10:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-10 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-10 {
  margin-left: 85.0409836066%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-10 {
      margin-left: 0%; } }

.sass-col-sm-11 {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 91.4959016393%;
  min-height: 1px; }
  .sass-col-sm-11:last-child {
    margin-right: 0; }
  .sass-col-sm-11:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-11 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-11 {
  margin-left: 93.5450819672%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-11 {
      margin-left: 0%; } }

.sass-col-sm-12 {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 100%;
  min-height: 1px; }
  .sass-col-sm-12:last-child {
    margin-right: 0; }
  .sass-col-sm-12:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-12 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-12 {
  margin-left: 102.0491803279%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-12 {
      margin-left: 0%; } }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-1 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-2 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-3 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-4 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-5 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-6 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-7 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-8 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-9 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-10 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-11 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-12 {
  display: inline;
  min-height: 100px; }

.wrapper > .main, .wrapper > div > .main, .fullwidth .ccm-area-block-list > div > .main {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .wrapper > .main::after, .wrapper > div > .main::after, .fullwidth .ccm-area-block-list > div > .main::after {
    clear: both;
    content: "";
    display: table; }

/* #Hidden element styles
================================================== */
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

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

.ccm-page {
  /* Social media related colours */ }
  .ccm-page a {
    color: black;
    text-decoration: none; }
  .ccm-page h1 {
    font-family: 'Lato', sans-serif;
    font-size: 79px;
    line-height: 69px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .ccm-page h2 {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px; }
  .ccm-page h3 {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px; }
  .ccm-page p, .ccm-page li {
    color: #333333;
    font-family: 'Lato', sans-serif;
    font-size: 21px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 28px; }
  .ccm-page ul, .ccm-page ol {
    margin: 0;
    padding: 0;
    margin-left: 15px; }
  .ccm-page hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #f6f6f6;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px; }
  .ccm-page img[style*="left"] {
    margin-right: 10px;
    margin-bottom: 10px; }
  .ccm-page img[style*="right"] {
    margin-left: 10px;
    margin-bottom: 10px; }
  .ccm-page img, .ccm-page video {
    max-width: 100%;
    height: auto !important; }
  .ccm-page .googleMapCanvas img {
    max-width: none; }

.mfp-container figure {
  margin: 0; }

.page-template-home .main-wrapper {
  padding-bottom: 10px;
  min-height: 0;
  padding-top: 20px; }
.page-template-home .main-content h2, .page-template-home .main-content h3 {
  color: purple; }

.header-wrapper {
  min-height: 160px;
  background-color: white; }
  @media only screen and (max-width: 1050px) {
    .header-wrapper {
      min-height: 90px; } }

.footer-wrapper {
  min-height: 200px;
  background-color: grey; }

.header-container, .main-container, .footer-container, .nav-container, .banner-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .header-container::after, .main-container::after, .footer-container::after, .nav-container::after, .banner-container::after {
    clear: both;
    content: "";
    display: table; }

.quick-contact {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 23.4631147541%;
  margin-left: 12.756147541%;
  box-sizing: border-box;
  padding-left: 45px; }
  .quick-contact:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 1050px) {
    .quick-contact {
      margin-left: 0%;
      float: left;
      display: block;
      margin-right: 2.0491803279%;
      width: 31.9672131148%;
      padding-left: 0; }
      .quick-contact:last-child {
        margin-right: 0; } }
  @media only screen and (max-width: 768px) {
    .quick-contact {
      display: none; } }
  .quick-contact h6 {
    color: white;
    background-color: #73BC57;
    padding: 7px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    font-size: 18px;
    margin-top: 0;
    font-weight: 400;
    text-align: right; }
  .quick-contact a {
    color: white;
    background-color: #8FC979;
    float: left;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    margin-right: 5px;
    clear: both;
    text-align: right; }

.sitelogo {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 23.4631147541%;
  margin-left: 38.268442623%;
  margin-top: 20px; }
  .sitelogo:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sitelogo {
      width: 100%;
      box-sizing: border-box;
      margin-left: 0%;
      margin-top: 10px;
      margin-bottom: 10px; } }
  .sitelogo a {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background-image: url("../images/logo2.svg");
    width: 191px;
    height: 118px;
    display: block;
    margin-top: 0;
    outline: none;
    background-size: 191px 118px;
    background-repeat: no-repeat;
    font-size: 0;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 1050px) {
      .sitelogo a {
        height: 90px;
        text-align: left;
        background-size: 70%;
        margin: 0; } }

.nav-wrapper {
  min-height: 40px;
  background-color: white;
  z-index: 1000 !important; }
  @media only screen and (max-width: 1050px) {
    .nav-wrapper {
      min-height: 0; } }

.is-sticky .nav-wrapper {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1); }

.navigation {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 100%; }
  .navigation:last-child {
    margin-right: 0; }

.live .banner-wrapper-home {
  max-height: 420px;
  overflow: hidden; }
  @media only screen and (min-width: 1260px) {
    .live .banner-wrapper-home {
      max-height: 520px; } }
  @media only screen and (max-width: 1024px) {
    .live .banner-wrapper-home {
      max-height: 320px; } }
  @media only screen and (max-width: 768px) {
    .live .banner-wrapper-home {
      max-height: 160px; } }

.slideshow-image {
  background-position: center top;
  background-size: cover;
  height: 420px; }
  @media only screen and (min-width: 1260px) {
    .slideshow-image {
      height: 520px; } }
  @media only screen and (max-width: 1024px) {
    .slideshow-image {
      height: 320px; } }
  @media only screen and (max-width: 768px) {
    .slideshow-image {
      height: 160px; } }

.banner-content-home {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 100%;
  margin-top: 50px; }
  .banner-content-home:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 1260px) {
    .banner-content-home {
      margin-top: 90px; } }
  @media only screen and (max-width: 1024px) {
    .banner-content-home {
      margin-top: 40px; } }
  @media only screen and (max-width: 768px) {
    .banner-content-home {
      width: 100%;
      box-sizing: border-box;
      margin-top: 10px; } }
  .banner-content-home h1, .banner-content-home h2 {
    font-family: 'Lato', sans-serif;
    font-size: 79px;
    line-height: 69px;
    color: white;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 1px 1px 10px black; }
    @media only screen and (max-width: 1050px) {
      .banner-content-home h1, .banner-content-home h2 {
        font-size: 60px;
        line-height: normal; } }
    @media only screen and (max-width: 768px) {
      .banner-content-home h1, .banner-content-home h2 {
        font-size: 30px;
        line-height: normal; } }

.banner-wrapper {
  min-height: 290px;
  background-image: url("../images/homepage-banner2.jpg");
  background-position: center top;
  padding-top: 230px; }
  .banner-wrapper:before {
    content: ' ';
    display: block;
    height: 40px;
    background-image: url("../images/green-icon.png");
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .banner-wrapper:before {
        display: none; } }
  @media only screen and (max-width: 768px) {
    .banner-wrapper {
      padding-top: 0; } }

.banner-content {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 100%; }
  .banner-content:last-child {
    margin-right: 0; }
  .banner-content h1, .banner-content h2 {
    color: white; }

.banner-content-wrapper {
  min-height: 190px;
  background-image: url("../images/banner-content-back.png"); }

.quicklinks-wrapper {
  background-color: #8BC53F; }
  .quicklinks-wrapper a {
    background-color: white;
    opacity: 0.8;
    height: 260px;
    width: 260px;
    border-radius: 1000px;
    display: block;
    margin: 0 auto;
    padding: 20px;
    padding-top: 100px;
    box-sizing: border-box;
    margin-top: -250px;
    text-align: center;
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
    background-image: url("../images/quickback.png");
    background-repeat: no-repeat;
    background-position: center 50px; }
    @media only screen and (max-width: 768px) {
      .quicklinks-wrapper a {
        margin-top: 10px; } }

.quicklinks-content-left {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 31.9672131148%; }
  .quicklinks-content-left:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .quicklinks-content-left {
      width: 100%;
      box-sizing: border-box; } }

.quicklinks-content-middle {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 31.9672131148%; }
  .quicklinks-content-middle:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .quicklinks-content-middle {
      width: 100%;
      box-sizing: border-box; } }

.quicklinks-content-right {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 31.9672131148%; }
  .quicklinks-content-right:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .quicklinks-content-right {
      width: 100%;
      box-sizing: border-box; } }

.highlight-wrapper {
  min-height: 538px;
  background-image: url("../images/highlight-back.png");
  background-repeat: repeat-x;
  background-color: #494C93; }
  @media only screen and (max-width: 768px) {
    .highlight-wrapper {
      margin-top: 0;
      min-height: 0; } }

.highlight-content {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px; }
  .highlight-content:last-child {
    margin-right: 0; }
  .highlight-content h2 {
    font-weight: 300;
    color: white;
    text-align: center; }
  .highlight-content p {
    font-weight: 300;
    color: white;
    text-align: center; }

.home-highlight-image {
  min-height: 479px;
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: -250px; }
  @media only screen and (max-width: 768px) {
    .home-highlight-image {
      min-height: 0;
      margin-top: 20px; } }

.main-wrapper {
  min-height: 100px;
  background-color: white;
  padding-top: 40px;
  padding-bottom: 40px; }

.main-content {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 100%; }
  .main-content:last-child {
    margin-right: 0; }
  .main-content img {
    display: block;
    margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .main-content p {
      text-align: left !important; } }
  .main-content .ccm-block-type-form {
    display: block;
    margin: 0 auto;
    text-align: center; }
    .main-content .ccm-block-type-form label {
      color: #333333;
      font-family: 'Lato', sans-serif;
      font-size: 26px;
      font-weight: 300 !important; }
    .main-content .ccm-block-type-form input, .main-content .ccm-block-type-form textarea, .main-content .ccm-block-type-form select {
      border: solid 1px #E5E5E5;
      min-width: 500px;
      padding: 10px;
      margin-bottom: 10px; }
    .main-content .ccm-block-type-form .btn-primary {
      color: white;
      text-transform: uppercase;
      background-color: #6B3894;
      font-family: 'Lato', sans-serif;
      font-size: 26px;
      font-weight: 300 !important; }
      .main-content .ccm-block-type-form .btn-primary:hover {
        background-color: #5e3182; }

.testimonial-content-wrapper {
  min-height: 100px;
  background-color: white;
  padding-top: 40px;
  padding-bottom: 40px; }

.test-back {
  background-image: url("../images/testback2.png");
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 590px; }
  @media only screen and (max-width: 768px) {
    .test-back {
      background-image: none;
      min-height: 10px; } }

.testimonial-content {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 48.9754098361%;
  box-sizing: border-box;
  padding: 50px;
  padding-top: 100px; }
  .testimonial-content:last-child {
    margin-right: 0; }
  .testimonial-content p {
    color: #6B3894;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    text-align: center; }
  @media only screen and (max-width: 768px) {
    .testimonial-content {
      width: 100%;
      box-sizing: border-box;
      background-color: #F2F2F2;
      padding-top: 20px; } }

.link-content {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 48.9754098361%;
  padding: 40px;
  padding-top: 50px;
  box-sizing: border-box; }
  .link-content:last-child {
    margin-right: 0; }
  .link-content p {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center; }
  .link-content a {
    color: white;
    background-image: url("../images/underline.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 40px;
    display: block; }
  @media only screen and (max-width: 768px) {
    .link-content {
      width: 100%;
      box-sizing: border-box;
      background-color: #6B3894;
      margin-left: 0;
      padding-top: 20px; } }

.social-wrapper {
  min-height: 10px;
  background-color: white;
  padding-top: 40px;
  padding-bottom: 10px; }

.social-content {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 100%; }
  .social-content:last-child {
    margin-right: 0; }
  .social-content h2 {
    color: #6B3894; }
  @media only screen and (max-width: 768px) {
    .social-content {
      width: 100%;
      box-sizing: border-box; } }

.ccm-block-social-links li {
  margin-top: 2px; }
@media only screen and (max-width: 768px) {
  .ccm-block-social-links {
    margin: 0 auto;
    display: block;
    text-align: center; } }
.ccm-block-social-links .fa {
  color: white;
  background-color: #8BC53F;
  padding: 10px;
  width: 23px;
  text-align: center;
  border-radius: 1000px; }
.ccm-block-social-links .fa-linkedin-square {
  color: white;
  background-color: #8BC53F;
  padding: 10px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 1000px; }

.map-wrapper {
  min-height: 100px;
  background-color: white; }
  @media only screen and (max-width: 768px) {
    .map-wrapper {
      margin-left: 20px;
      margin-right: 20px; } }

.map-content {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 100%; }
  .map-content:last-child {
    margin-right: 0; }

.team-wrapper {
  min-height: 538px;
  background-image: url("../images/highlight-back.png");
  margin-top: 100px;
  background-repeat: repeat-x;
  background-color: #494C93;
  padding-bottom: 40px; }

.team-content {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 100%; }
  .team-content:last-child {
    margin-right: 0; }

.staff-list-pages {
  margin-top: -100px; }

.agent-item {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 31.9672131148%;
  text-align: center;
  margin-bottom: 20px; }
  .agent-item:last-child {
    margin-right: 0; }
  .agent-item:nth-child(3n) {
    margin-right: 0; }
  .agent-item:nth-child(3n+1) {
    clear: left; }
  .agent-item::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (max-width: 768px) {
    .agent-item {
      width: 100%;
      box-sizing: border-box;
      margin-bottom: 20px; }
      .agent-item:nth-child(0n) {
        margin-right: 0; }
      .agent-item:nth-child(0n+1) {
        clear: left; } }
  .agent-item .learn-more img {
    margin-top: 20px; }
  .agent-item img {
    display: block;
    margin: 0 auto; }
  .agent-item h3, .agent-item a, .agent-item p {
    color: white; }
  .agent-item h3 {
    margin-bottom: 0; }

.agent-content {
  column-count: 2;
  column-gap: 20px; }
  @media only screen and (max-width: 768px) {
    .agent-content {
      column-count: 1; } }
  .agent-content p {
    margin-top: 0;
    margin-bottom: 20px; }

.agent-summary-wrapper {
  padding-top: 20px;
  background-color: white; }

.summary-content {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 100%;
  text-align: center; }
  .summary-content:last-child {
    margin-right: 0; }
  .summary-content h2 {
    font-size: 60px;
    text-transform: normal;
    color: #6B3894;
    font-weight: 300; }
  .summary-content h3 {
    color: #6B3894; }
  .summary-content img {
    display: block;
    margin: 0 auto; }

p.phone {
  color: #666666;
  font-size: 48px; }
  p.phone .fa {
    color: #6B3894;
    margin-right: 10px; }

p.email {
  color: #666666;
  font-size: 31px; }
  p.email .fa {
    color: #6B3894;
    margin-right: 10px; }

.page-template-property .main-container {
  display: flex; }
  @media only screen and (max-width: 768px) {
    .page-template-property .main-container {
      display: block; } }

.property-summary-wrapper {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px; }

.property-summary-content {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 100%; }
  .property-summary-content:last-child {
    margin-right: 0; }
  .property-summary-content h1 {
    color: white;
    text-transform: none;
    background-color: #6B3894;
    padding: 5px;
    padding-left: 20px;
    box-sizing: border-box;
    display: block;
    font-size: 36px;
    line-height: 40px;
    font-weight: 300; }
    @media only screen and (max-width: 768px) {
      .property-summary-content h1 {
        font-size: 30px;
        line-height: 35px; } }
  .property-summary-content .fa {
    color: white;
    background-color: #6B3894;
    border-radius: 1000px;
    padding: 5px; }
  .property-summary-content .bedroom, .property-summary-content .bathroom, .property-summary-content .carport {
    float: left;
    margin-right: 10px; }
    @media only screen and (max-width: 768px) {
      .property-summary-content .bedroom, .property-summary-content .bathroom, .property-summary-content .carport {
        float: none;
        margin-right: 0; } }
  .property-summary-content img {
    vertical-align: middle; }

.property-image-wrapper {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 20px; }
  .property-image-wrapper a {
    outline: none; }

.property-image-content-left {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 65.9836065574%; }
  .property-image-content-left:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .property-image-content-left {
      width: 100%;
      box-sizing: border-box; } }

.property-image-content-right {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 31.9672131148%; }
  .property-image-content-right:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .property-image-content-right {
      padding-top: 20px; } }
  .property-image-content-right .slick-prev {
    background-image: url("../images/uparrow.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-color: white;
    color: white;
    font-size: 0;
    border: none;
    height: 24px;
    width: 46px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px; }
  .property-image-content-right .slick-next {
    background-image: url("../images/downarrow.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: white;
    color: white;
    font-size: 0;
    border: none;
    height: 24px;
    width: 46px;
    display: block;
    margin: 0 auto;
    margin-top: 10px; }
  .property-image-content-right img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    .property-image-content-right {
      width: 100%;
      box-sizing: border-box; } }

.sidebar-main {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 65.9836065574%; }
  .sidebar-main:last-child {
    margin-right: 0; }
  .sidebar-main h2 {
    color: #6B3894;
    font-weight: 400; }
  @media only screen and (max-width: 768px) {
    .sidebar-main {
      width: 100%;
      box-sizing: border-box; } }

.sidebar {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 31.9672131148%;
  background-color: #EFE8E8;
  box-sizing: border-box;
  padding: 20px; }
  .sidebar:last-child {
    margin-right: 0; }
  .sidebar h3 {
    color: #6B3894;
    font-weight: 400; }
  .sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .sidebar ul li {
      border-top: solid 1px #333333;
      padding-top: 10px; }
    .sidebar ul a {
      font-size: 18px;
      padding-top: 5px;
      padding-bottom: 5px; }
  @media only screen and (max-width: 768px) {
    .sidebar {
      width: 100%;
      box-sizing: border-box; } }

.property-item {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 48.9754098361%; }
  .property-item:last-child {
    margin-right: 0; }
  .property-item:nth-child(2n) {
    margin-right: 0; }
  .property-item:nth-child(2n+1) {
    clear: left; }
  .property-item::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (max-width: 768px) {
    .property-item {
      width: 100%;
      box-sizing: border-box;
      margin-bottom: 20px; }
      .property-item:nth-child(0n) {
        margin-right: 0; }
      .property-item:nth-child(0n+1) {
        clear: left; } }
  .property-item h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background-image: url("../images/heading-back.png");
    display: block;
    margin-top: -32px;
    padding: 5px;
    box-sizing: border-box;
    position: relative; }

.dot-point-block {
  padding-left: 100px;
  padding-right: 100px;
  box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    .dot-point-block {
      padding-left: 0;
      padding-right: 0; } }
  .dot-point-block h3 {
    border-bottom: solid 1px #ECECEC;
    padding-bottom: 20px; }
  .dot-point-block img {
    float: left;
    margin-right: 10px; }
    @media only screen and (max-width: 768px) {
      .dot-point-block img {
        float: none;
        margin-right: 0;
        display: block;
        margin: 0 auto; } }

.footer-wrapper {
  min-height: 100px;
  background-color: #6B3894;
  padding-top: 40px;
  padding-bottom: 40px; }
  .footer-wrapper h2 {
    color: white; }
  .footer-wrapper p, .footer-wrapper a {
    color: white; }

.footer-content-top-left {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 31.9672131148%; }
  .footer-content-top-left:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .footer-content-top-left {
      width: 100%;
      box-sizing: border-box; } }

.footer-content-top-middle {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 31.9672131148%; }
  .footer-content-top-middle:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .footer-content-top-middle {
      width: 100%;
      box-sizing: border-box; } }

.footer-content-top-right {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 31.9672131148%; }
  .footer-content-top-right:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .footer-content-top-right {
      width: 100%;
      box-sizing: border-box; } }

.footer-wrapper-middle {
  min-height: 10px;
  background-color: #633582;
  padding-top: 40px;
  padding-bottom: 40px; }

.footer-content-middle {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 31.9672131148%; }
  .footer-content-middle:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .footer-content-middle {
      width: 100%;
      box-sizing: border-box; } }
  .footer-content-middle h2 {
    color: white; }
  .footer-content-middle p, .footer-content-middle a {
    color: white; }

.footer-form {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 65.9836065574%; }
  .footer-form:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .footer-form {
      width: 100%;
      box-sizing: border-box; } }
  .footer-form .ccm-block-type-form {
    margin-top: 8px; }
    .footer-form .ccm-block-type-form label {
      color: white;
      font-family: 'Lato', sans-serif;
      font-size: 21px;
      font-weight: 300 !important;
      font-style: italic;
      float: left;
      margin-right: 10px;
      line-height: 34px; }
      @media only screen and (max-width: 768px) {
        .footer-form .ccm-block-type-form label {
          width: 100px; } }
    .footer-form .ccm-block-type-form input {
      color: white;
      font-family: 'Lato', sans-serif;
      font-size: 21px;
      font-weight: 300;
      font-style: italic;
      float: left;
      border: solid 1px white;
      background-color: transparent;
      margin-right: 10px;
      max-width: 25%;
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        .footer-form .ccm-block-type-form input {
          float: none;
          max-width: 100%; } }
    .footer-form .ccm-block-type-form .btn-primary {
      background-color: white;
      color: #6B3894;
      padding: 4px;
      padding-left: 10px;
      padding-right: 10px; }
      .footer-form .ccm-block-type-form .btn-primary:hover {
        background-color: #e6e6e6; }
  @media only screen and (max-width: 768px) {
    .footer-form {
      width: 100%;
      box-sizing: border-box; } }

.footer-wrapper-bottom {
  min-height: 10px;
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px; }

.footer-content-bottom {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 100%; }
  .footer-content-bottom:last-child {
    margin-right: 0; }
  .footer-content-bottom p {
    font-size: 14px;
    font-style: italic; }

.slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 50px !important;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px; }
  .slick-dots button {
    display: inline-block;
    background-color: white;
    font-size: 0;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    border: 2px solid #6B3894;
    outline: none; }
  .slick-dots .slick-active button {
    background-color: #6B3894; }

.msv-location-map-map {
  margin-bottom: 0 !important; }

.sitenavigation .sub-trigger {
  display: none !important; }
.sitenavigation ul {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  margin-top: 30px; }
.sitenavigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  margin-right: 60px;
  font-size: 18px;
  line-height: 20px; }
  .sitenavigation li.nav-dropdown:hover > a {
    background-color: #FFFFFF !important;
    color: #6B3894; }
  .sitenavigation li.nav-last {
    margin-right: 0; }
  .sitenavigation li > a {
    box-sizing: border-box;
    color: #333333;
    font-family: "Lato", sans-serif;
    text-decoration: none;
    display: block;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 5px; }
    .sitenavigation li > a.nav-path-selected, .sitenavigation li > a.linkclicked {
      background-color: white;
      border-bottom: solid 4px #6B3894; }
    .sitenavigation li > a.nav-selected {
      background-color: white;
      color: #6B3894;
      border-bottom: solid 4px #6B3894; }
    .sitenavigation li > a:hover {
      background-color: white;
      color: #6B3894;
      border-bottom: solid 4px #6B3894; }
  .sitenavigation li.clicked > ul {
    display: block;
    border-bottom: solid 4px #6B3894; }
  .sitenavigation li ul {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: white;
    min-width: 200px;
    max-width: 700px;
    margin: 0; }
    .sitenavigation li ul a {
      border-bottom: solid 1px grey;
      padding: 15px;
      text-transform: none;
      font-weight: 300; }
      .sitenavigation li ul a:hover {
        background-color: #6B3894;
        color: white;
        border-bottom: solid 1px grey; }
      .sitenavigation li ul a.nav-last {
        border-bottom: none; }
      .sitenavigation li ul a.nav-path-selected, .sitenavigation li ul a.linkclicked {
        background-color: #6B3894;
        color: white;
        border-bottom: solid 1px grey; }
      .sitenavigation li ul a.nav-selected {
        background-color: #6B3894;
        color: white;
        border-bottom: solid 1px grey; }
    .sitenavigation li ul li {
      float: none;
      margin: 0;
      display: block;
      padding-top: 0;
      padding-bottom: 0; }
    .sitenavigation li ul ul {
      margin-top: 0; }
      .sitenavigation li ul ul a {
        background-color: #e6e6e6; }
.sitenavigation .nav-dropdown:hover > a, .sitenavigation .nav-dropdown.clicked > a {
  background-color: #ffffff;
  border-bottom: solid 4px #6B3894; }

.no-js .sitenavigation li:hover > ul {
  display: block !important; }

.menu-icon {
  display: none; }

@media only screen and (max-width: 1050px) {
  .menu-icon {
    width: 30px;
    min-height: 22px;
    padding-top: 0;
    display: block;
    -webkit-tap-highlight-color: transparent;
    background-color: white;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 7px;
    position: absolute;
    top: 16px;
    right: 20px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease; }
    .menu-icon span {
      display: block;
      height: 4px;
      background-color: #6B3894;
      margin-top: 5px;
      border-radius: 4px; }

  .sitenavigation.is-tapped .menu-icon {
    -webkit-tap-highlight-color: transparent; }
    .sitenavigation.is-tapped .menu-icon span {
      background-color: #b3b3b3; }

  .sitenavigation ul {
    display: none;
    max-width: none !important;
    margin-top: 0; }

  .sitenavigation li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 0;
    border-right: none; }

  .sitenavigation > ul {
    display: block;
    position: absolute;
    margin: 0;
    background-color: white;
    right: 0;
    left: 0;
    top: 75px;
    z-index: 100;
    padding: 0;
    height: 100vh;
    overflow-y: auto; }
    .sitenavigation > ul a {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      background-color: white;
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
      height: auto;
      color: #6B3894;
      float: none;
      font-size: 18px;
      line-height: 20px;
      font-family: "Lato", sans-serif;
      min-height: 40px;
      border: none !important;
      -webkit-font-smoothing: antialiased;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation > ul a:hover {
        background-color: white;
        color: #8BC53F; }
      .sitenavigation > ul a.nav-path-selected, .sitenavigation > ul a.linkclicked {
        background-color: white;
        color: #8BC53F; }
      .sitenavigation > ul a.nav-selected {
        background-color: white;
        color: #8BC53F; }
    .sitenavigation > ul li {
      clear: both;
      width: 100%;
      background-color: white;
      border-bottom: solid 1px #6B3894;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation > ul li li {
        background-color: #f2f2f2; }
        .sitenavigation > ul li li li {
          background-color: #f2f2f2; }
    .sitenavigation > ul ul {
      display: none;
      width: 100%;
      z-index: 200;
      border: none;
      margin-left: 0;
      padding: 0;
      position: relative !important;
      margin-top: 0;
      left: 0%;
      width: 100%;
      text-align: left; }
      .sitenavigation > ul ul ul {
        clear: both;
        left: 0;
        margin-top: 0; }
      .sitenavigation > ul ul li {
        border-bottom: solid 1px white;
        padding-top: 0;
        padding-bottom: 0; }
        .sitenavigation > ul ul li li a {
          background-color: #f2f2f2;
          padding-left: 30px; }
        .sitenavigation > ul ul li li li a {
          background-color: #f2f2f2;
          padding-left: 40px; }
      .sitenavigation > ul ul a {
        background-color: #f2f2f2;
        font-size: 90%;
        padding-left: 20px; }
        .sitenavigation > ul ul a:before {
          content: '↳';
          display: inline-block;
          margin-right: 4px;
          color: #AAA;
          font-family: Arial; }
    .sitenavigation > ul li.nav-dropdown {
      cursor: pointer; }
      .sitenavigation > ul li.nav-dropdown > a {
        width: 80%; }
    .sitenavigation > ul .sub-trigger {
      width: 20% !important;
      display: block !important;
      background-color: transparent !important;
      float: right;
      position: absolute;
      opacity: 0.001;
      right: 0;
      z-index: 10000; }
      .sitenavigation > ul .sub-trigger:hover {
        background-color: transparent !important; }
    .sitenavigation > ul li.nav-dropdown:after {
      content: '▼';
      position: absolute;
      color: #6B3894;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: -28px;
      text-align: center;
      font-size: 12px;
      padding-top: 0;
      padding-bottom: 0;
      box-sizing: border-box; }
    .sitenavigation > ul li.expanded:after {
      display: none; }
    .sitenavigation > ul li.expanded:before {
      content: '▲' !important;
      position: absolute;
      color: #6B3894;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: 12px;
      text-align: center;
      font-size: 12px;
      padding-top: 0;
      padding-bottom: 0;
      box-sizing: border-box; }

  #nav .nav {
    display: none; }

  .menu-shroud {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 0; }

  .csstransforms3d #nav .nav {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 280px;
    transform: translate3d(-280px, 0, 0);
    -webkit-transform: translate3d(-280px, 0, 0);
    top: 0 !important;
    display: block; }
  .csstransforms3d .sitenavigation.is-tapped .nav {
    display: block !important; }
  .csstransforms3d.off-canvas-triggered .page {
    height: 100vh;
    overflow: hidden; }
  .csstransforms3d.off-canvas-triggered .menu-shroud {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    opacity: 1;
    height: 100%;
    height: 100vh;
    z-index: 10; }
    .csstransforms3d.off-canvas-triggered .menu-shroud:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.5 !important;
      content: '';
      z-index: 1;
      height: 100%;
      height: 100vh;
      background-color: white;
      display: block; }
  .csstransforms3d.off-canvas-triggered #nav .nav {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    top: 0 !important; } }
