﻿/* 020.Normalize.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
* {
  text-decoration: none;
  font-size: inherit;
  outline: none;
  padding: 0;
  margin: 0; }

code, kbd, samp, pre, tt, var, textarea,
input, select, isindex, listing, xmp, plaintext {
  font-size: 1em;
  font: inherit; }

dfn, i, cite, var, address, em {
  font-style: normal; }

th, b, strong, h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a, img, a img, iframe, form, fieldset,
abbr, acronym, object, applet, table {
  border: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th, td {
  vertical-align: top; }

caption, center {
  vertical-align: top;
  text-align: left; }

body {
  background: white;
  line-height: 1;
  color: black; }

q {
  quotes: "" ""; }

ul, ol, dir, menu {
  list-style: none; }

sub, sup {
  vertical-align: baseline; }

a {
  color: inherit; }

hr {
  display: none; }

font {
  color: inherit !important;
  font: inherit !important;
  color: inherit !important;
  /* editor's note: necessary? */ }

marquee {
  overflow: inherit !important; }

blink {
  text-decoration: none; }

nobr {
  white-space: normal; }

input, select, textarea {
  color: inherit; }

#report-abuse {
  display: none !important; }

*::before, *::after {
  font-size: 1em; }

/* 020.Normalize.scss ------------------------------------------------ */
/* 100.BaseStyles.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
a, .fixed-ratio-container#galleryLauncher > .fixed-ratio-content .text-over-outer > .text-over-inner > .text-over > .view, #cookieLawOuter > #cookieLawInner a {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

#siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding > a#primary-menu-toggle, .site-header-menu > nav.main-navigation > div > ul li > a, .site-header-menu > nav.main-navigation > div > ul li > button.dropdown-toggle, #homeLatestNewsRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatestNews > section > a.read-all, #homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatest > section > .overview > a.read-all {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.show-more-posts > span, #cookieLawOuter > #cookieLawInner #cookieLawOuterAccept input, form button,
form button[disabled]:hover,
form button[disabled]:focus,
form input[type="button"],
form input[type="button"][disabled]:hover,
form input[type="button"][disabled]:focus,
form input[type="reset"],
form input[type="reset"][disabled]:hover,
form input[type="reset"][disabled]:focus,
form input[type="submit"],
form input[type="submit"][disabled]:hover,
form input[type="submit"][disabled]:focus {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

*, *::before, *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix::before, #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main::before, .site-header-menu > nav.main-navigation > div > ul::before, #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content::before, #homeLatestNewsRow.site-row-outer > .site-row-margin > .site-row-inner::before, #homeLatestNewsRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatestNews::before, #homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner::before, #homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatest::before, #homeLogoCarousel.site-row-outer > .site-row-margin > .site-row-inner::before, article::before, #Base .sections::before, .separator.line::before, .separator.standard::before, .separator.tri::before, form .form-group.checkbox::before, .fixed-ratio-containers::before, .productsAndServices::before, #smartBannerOuter > #smartBannerInner .smart-banner .smart-banner-fixed-ratio-content::before, #postsContainer.team_member::before, .clearfix::after, #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main::after, .site-header-menu > nav.main-navigation > div > ul::after, #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content::after, #homeLatestNewsRow.site-row-outer > .site-row-margin > .site-row-inner::after, #homeLatestNewsRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatestNews::after, #homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner::after, #homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatest::after, #homeLogoCarousel.site-row-outer > .site-row-margin > .site-row-inner::after, article::after, #Base .sections::after, .separator.line::after, .separator.standard::after, .separator.tri::after, form .form-group.checkbox::after, .fixed-ratio-containers::after, .productsAndServices::after, #smartBannerOuter > #smartBannerInner .smart-banner .smart-banner-fixed-ratio-content::after, #postsContainer.team_member::after {
  content: ' ';
  display: table; }

.clearfix::after, #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main::after, .site-header-menu > nav.main-navigation > div > ul::after, #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content::after, #homeLatestNewsRow.site-row-outer > .site-row-margin > .site-row-inner::after, #homeLatestNewsRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatestNews::after, #homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner::after, #homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatest::after, #homeLogoCarousel.site-row-outer > .site-row-margin > .site-row-inner::after, article::after, #Base .sections::after, .separator.line::after, .separator.standard::after, .separator.tri::after, form .form-group.checkbox::after, .fixed-ratio-containers::after, .productsAndServices::after, #smartBannerOuter > #smartBannerInner .smart-banner .smart-banner-fixed-ratio-content::after, #postsContainer.team_member::after {
  clear: both; }

#siteHeaderRow.site-row-outer > .site-row-margin, #siteContentRow.site-row-outer > .site-row-margin, #homeLatestNewsRow.site-row-outer > .site-row-margin, #homeLatestRow.site-row-outer > .site-row-margin, #homeLogoCarousel.site-row-outer > .site-row-margin, .separator-row.site-row > .separator-div1, #smartBannerOuter > #smartBannerInner .smart-banner-text .text-over-outer > div > div > .text-over, #smartBannerOuter > #smartBannerInner .simple_banner-h1-container {
  padding-left: 3.84615vw; }
  @media screen and (min-width: 1300px) {
    #siteHeaderRow.site-row-outer > .site-row-margin, #siteContentRow.site-row-outer > .site-row-margin, #homeLatestNewsRow.site-row-outer > .site-row-margin, #homeLatestRow.site-row-outer > .site-row-margin, #homeLogoCarousel.site-row-outer > .site-row-margin, .separator-row.site-row > .separator-div1, #smartBannerOuter > #smartBannerInner .smart-banner-text .text-over-outer > div > div > .text-over, #smartBannerOuter > #smartBannerInner .simple_banner-h1-container {
      padding-left: 50px; } }

#siteHeaderRow.site-row-outer > .site-row-margin, #siteContentRow.site-row-outer > .site-row-margin, #homeLatestNewsRow.site-row-outer > .site-row-margin, #homeLatestRow.site-row-outer > .site-row-margin, #homeLogoCarousel.site-row-outer > .site-row-margin, .separator-row.site-row > .separator-div1, #smartBannerOuter > #smartBannerInner .smart-banner-text .text-over-outer > div > div > .text-over, #smartBannerOuter > #smartBannerInner .simple_banner-h1-container {
  padding-right: 3.84615vw; }
  @media screen and (min-width: 1300px) {
    #siteHeaderRow.site-row-outer > .site-row-margin, #siteContentRow.site-row-outer > .site-row-margin, #homeLatestNewsRow.site-row-outer > .site-row-margin, #homeLatestRow.site-row-outer > .site-row-margin, #homeLogoCarousel.site-row-outer > .site-row-margin, .separator-row.site-row > .separator-div1, #smartBannerOuter > #smartBannerInner .smart-banner-text .text-over-outer > div > div > .text-over, #smartBannerOuter > #smartBannerInner .simple_banner-h1-container {
      padding-right: 50px; } }

#siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content > .sidebar {
  padding-left: 0; }
  @media screen and (min-width: 700px) {
    #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content > .sidebar {
      padding-left: 1.92308vw; } }
  @media screen and (min-width: 1300px) {
    #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content > .sidebar {
      padding-left: 25px; } }

#siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content > .content-area {
  padding-right: 0; }
  @media screen and (min-width: 700px) {
    #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content > .content-area {
      padding-right: 3.84615vw; } }
  @media screen and (min-width: 1300px) {
    #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content > .content-area {
      padding-right: 25px; } }

.show-more-posts > span, #cookieLawOuter > #cookieLawInner #cookieLawOuterAccept input {
  display: inline-block;
  font-size: 10px;
  background-color: #04814a;
  border: #035933 1px solid;
  color: #fff;
  padding: 4px 12px 4px 14px;
  text-transform: uppercase;
  cursor: pointer; }
  .show-more-posts > span:hover, #cookieLawOuter > #cookieLawInner #cookieLawOuterAccept input:hover {
    background-color: #03683c; }

html {
  font-size: 20px; }
  html[data-in-wp-editor="no"] {
    height: 100%;
    background-color: #ffffff; }

body {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-style: normal;
  font-size: .8rem;
  line-height: 1.2; }
  body[data-in-wp-editor="no"] {
    height: 100%;
    background-color: #ffffff;
    position: relative; }

i, em {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-style: italic; }
  i b, i strong, em b, em strong {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-style: italic; }

b, strong {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-style: normal; }
  b i, b em, strong i, strong em {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-style: italic; }

.percent-rs-image,
.percent-ms-image,
[data-rs-image='true'] {
  display: block;
  width: 100%;
  height: auto; }
  html.no-js .percent-rs-image, html.no-js
  .percent-ms-image, html.no-js
  [data-rs-image='true'] {
    display: none !important; }

.site-row-outer {
  background-color: #ffffff; }
  .site-row-outer > .site-row-margin {
    /*@extend %siteRowMarginDefaultLR;*/
    margin: 0 auto;
    min-width: 320px;
    max-width: 1300px;
    background: #fff; }

.nowrap {
  white-space: nowrap; }

span.edit-link {
  display: block;
  width: 100px;
  margin: 0 auto; }
  span.edit-link > a {
    display: block;
    border: 1px solid #666;
    padding: 10px;
    text-align: center;
    color: #000;
    background-color: antiquewhite; }
    span.edit-link > a:hover {
      background-color: aliceblue; }

.show-more-posts {
  clear: both;
  text-align: center; }
  .show-more-posts > span {
    padding-left: 50px;
    padding-right: 50px; }

/* 100.BaseStyles.scss ------------------------------------------------ */
/* 105.Svg.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
svg.mcco-standard {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  width: 1em;
  overflow: visible;
  vertical-align: -.125em;
  fill: currentColor; }
  svg.mcco-standard.fixed-width {
    text-align: center;
    width: 1.25em; }

/* 105.Svg.scss ------------------------------------------------ */
/* 106.CSS3Animations.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
body[data-in-wp-editor="no"] .wpb_animate_when_almost_visible:not(.wpb_start_animation) {
  opacity: 0; }

html.no-js .wpb_animate_when_almost_visible {
  opacity: 1 !important; }

.wpb_start_animation.wpb_top-to-bottom {
  -moz-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1; }

.wpb_start_animation.wpb_bottom-to-top {
  -moz-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1; }

.wpb_start_animation.wpb_bottom-to-top-medium {
  -moz-animation: wpb_btt 1.4s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-animation: wpb_btt 1.4s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation: wpb_btt 1.4s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: wpb_btt 1.4s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1; }

.wpb_start_animation.wpb_bottom-to-top-slow {
  -moz-animation: wpb_btt 2.1s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-animation: wpb_btt 2.1s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation: wpb_btt 2.1s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: wpb_btt 2.1s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1; }

.wpb_start_animation.wpb_left-to-right {
  -moz-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1; }

.wpb_start_animation.wpb_right-to-left {
  -moz-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1; }

.wpb_start_animation.wpb_appear_orig {
  -moz-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.wpb_start_animation.wpb_appear {
  -moz-animation: wpb_appear 0.7s 1 cubic-bezier(0.49, 0.26, 0.3, 0.89);
  -o-animation: wpb_appear 0.7s 1 cubic-bezier(0.49, 0.26, 0.3, 0.89);
  -webkit-animation: wpb_appear 0.7s 1 cubic-bezier(0.49, 0.26, 0.3, 0.89);
  animation: wpb_appear 0.7s 1 cubic-bezier(0.49, 0.26, 0.3, 0.89);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Top to Bottom */
@-moz-keyframes wpb_ttb {
  0% {
    -moz-transform: translate(0, -10%);
    opacity: 0; }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1; } }

@-o-keyframes wpb_ttb {
  0% {
    -o-transform: translate(0, -10%);
    opacity: 0; }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes wpb_ttb {
  0% {
    -webkit-transform: translate(0, -10%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1; } }

@keyframes wpb_ttb {
  0% {
    transform: translate(0, -10%);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }

/* Bottom to Top */
@-moz-keyframes wpb_btt {
  0% {
    -moz-transform: translate(0, 10%);
    opacity: 0; }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1; } }

@-o-keyframes wpb_btt {
  0% {
    -o-transform: translate(0, 10%);
    opacity: 0; }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes wpb_btt {
  0% {
    -webkit-transform: translate(0, 10%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1; } }

@keyframes wpb_btt {
  0% {
    transform: translate(0, 10%);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }

/* Left to Right */
@-moz-keyframes wpb_ltr {
  0% {
    -moz-transform: translate(-10%, 0);
    opacity: 0; }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1; } }

@-o-keyframes wpb_ltr {
  0% {
    -o-transform: translate(-10%, 0);
    opacity: 0; }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes wpb_ltr {
  0% {
    -webkit-transform: translate(-10%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1; } }

@keyframes wpb_ltr {
  0% {
    transform: translate(-10%, 0);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }

/* Right to Left */
@-moz-keyframes wpb_rtl {
  0% {
    -moz-transform: translate(10%, 0);
    opacity: 0; }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1; } }

@-o-keyframes wpb_rtl {
  0% {
    -o-transform: translate(10%, 0);
    opacity: 0; }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes wpb_rtl {
  0% {
    -webkit-transform: translate(10%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1; } }

@keyframes wpb_rtl {
  0% {
    transform: translate(10%, 0);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }

/* Appear */
@-moz-keyframes wpb_appear {
  0% {
    -moz-transform: scale(0.5);
    opacity: .1; }
  100% {
    -moz-transform: scale(1);
    opacity: 1; } }

@-o-keyframes wpb_appear {
  0% {
    -o-transform: scale(0.5);
    opacity: .1; }
  100% {
    -o-transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes wpb_appear {
  0% {
    -webkit-transform: scale(0.5);
    opacity: .1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes wpb_appear {
  0% {
    transform: scale(0.5);
    opacity: .1; }
  100% {
    transform: scale(1);
    opacity: 1; } }

/* 106.CSS3Animations.scss ------------------------------------------------ */
/* 110.HeaderRow.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
#siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main {
  position: relative;
  padding-top: 17px; }
  #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding {
    position: relative;
    margin: 0 0 15px 0;
    min-height: 80px;
    /*
						& > .find-out-more {
							color: #333;
							font-size: 16px;
							line-height: 1;
							position: absolute;


							& > span.find-out-more-intro {
								display: none;

								@media screen and (min-width: $wideMenuMinWidth) {
									display: inline-block;
								}
							}

							& > a {
								@extend %nav-transition;
								display: block;
								border: 1px solid $borderColor;
								border-radius: 3px;
								position: absolute;
								right: 0;
								top: 0;
								padding: 5px;

								@media screen and (min-width: $wideMenuMinWidth) {
									position: static;
									border: none;
									width: auto;
									display: inline-block;
								}

								&:hover,
								&:focus {
									background-color: transparent;
									border-color: $hoverColor;
									color: $hoverColor;
								}

								&:focus {
									outline: 0;
								}

								& > span {
									display: none;

									@media screen and (min-width: $wideMenuMinWidth) {
										display: block;
										@include font-bold;
										color: $brandColour;
										font-size: 18px;
									}
								}

								& > i, & > svg {
									display: block;
									font-size: 20px;
									text-align: center;

									@media screen and (min-width: $wideMenuMinWidth) {
										display: none;
									}
								}
							}

							&.telephone {
								right: 0;
								top: 0px;

								@media screen and (min-width: $wideMenuMinWidth) {
									top: 1px;
									right: 0;
								}
							}

							&.email {
								right: 48px;
								top: 0px;

								@media screen and (min-width: $wideMenuMinWidth) {
									top: 25px;
									right: 0;
								}
							}
						}
						*/ }
    @media screen and (min-width: 1280px) {
      #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding {
        margin: 0; } }
    #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding > .custom-logo-link {
      display: block;
      /*text-align: center;*/ }
      @media screen and (min-width: 1280px) {
        #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding > .custom-logo-link {
          display: block;
          text-align: left; } }
      #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding > .custom-logo-link > img {
        display: inline-block;
        max-width: 60%;
        height: auto; }
    #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding > .tagLine {
      display: block;
      /*text-align: center;*/ }
      #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding > .tagLine > img {
        max-width: 60%;
        display: inline-block; }
      @media screen and (min-width: 768px) {
        #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding > .tagLine {
          /**/
          position: absolute;
          left: 365px;
          top: 60px; }
          #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding > .tagLine > img {
            max-width: unset; } }
      @media screen and (min-width: 1280px) {
        #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding > .tagLine {
          /**/
          position: absolute;
          left: 370px;
          top: 32px; }
          #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding > .tagLine > img {
            max-width: unset; } }
    #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding > .find-out-more {
      display: none !important; }
    #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding > a#primary-menu-toggle {
      display: block;
      border: 1px solid #d1d1d1;
      border-radius: 3px;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 30000;
      padding: 5px; }
      @media screen and (min-width: 1280px) {
        #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding > a#primary-menu-toggle {
          top: 70px; }
          .js #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding > a#primary-menu-toggle {
            display: none; } }
      #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding > a#primary-menu-toggle:hover, #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding > a#primary-menu-toggle:focus {
        background-color: transparent;
        border-color: #04814a;
        color: #04814a; }
      #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding > a#primary-menu-toggle:focus {
        outline: 0; }
      #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding > a#primary-menu-toggle.toggled-on, #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding > a#primary-menu-toggle.toggled-on:hover, #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding > a#primary-menu-toggle.toggled-on:focus {
        background-color: #1a1a1a;
        border-color: #1a1a1a;
        color: #fff; }
      #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding > a#primary-menu-toggle.toggled-on:focus {
        outline: thin dotted; }
      #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding > a#primary-menu-toggle > i, #siteHeaderRow.site-row-outer > .site-row-margin > .site-row-inner > header#masthead.site-header > .site-header-main > .site-branding > a#primary-menu-toggle > svg {
        display: block;
        font-size: 20px;
        text-align: center; }

/* 110.HeaderRow.scss ------------------------------------------------ */
/* 120.MainNavigation.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
.site-header-menu {
  display: none; }
  @media screen and (min-width: 1280px) {
    .js .site-header-menu {
      display: block;
      float: right;
      margin-top: -25px;
      margin-right: -5px;
      position: relative;
      z-index: 4000; }
    .no-js .site-header-menu {
      display: block;
      height: 50px; } }
  .site-header-menu.toggled-on {
    display: block; }
  @media screen and (min-width: 1280px) {
    .no-js .site-header-menu > nav.main-navigation {
      display: none; } }
  .site-header-menu > nav.main-navigation > div > ul {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #d1d1d1;
    font-size: .75rem;
    line-height: 27px; }
    @media screen and (min-width: 1280px) {
      .site-header-menu > nav.main-navigation > div > ul {
        border: 0; }
        .site-header-menu > nav.main-navigation > div > ul > li > ul.sub-menu {
          box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.5); } }
    .site-header-menu > nav.main-navigation > div > ul li {
      border-top: 1px solid #d1d1d1;
      position: relative; }
      @media screen and (min-width: 1280px) {
        .site-header-menu > nav.main-navigation > div > ul li {
          border: 0;
          float: left; } }
      .site-header-menu > nav.main-navigation > div > ul li > a {
        color: #727272;
        display: block;
        outline-offset: -1px;
        padding: 16px 0; }
        @media screen and (min-width: 1280px) {
          .site-header-menu > nav.main-navigation > div > ul li > a {
            outline-offset: -8px;
            padding: 8px 8px;
            white-space: nowrap; } }
        .site-header-menu > nav.main-navigation > div > ul li > a:hover, .site-header-menu > nav.main-navigation > div > ul li > a:focus {
          color: #04814a; }
        .site-header-menu > nav.main-navigation > div > ul li > a > i, .site-header-menu > nav.main-navigation > div > ul li > a > svg {
          display: none; }
      .site-header-menu > nav.main-navigation > div > ul li.current-menu-item > a,
      .site-header-menu > nav.main-navigation > div > ul li.current-menu-ancestor > a {
        color: #04814a; }
      .site-header-menu > nav.main-navigation > div > ul li.menu-item-has-children > a {
        margin-right: 56px; }
        @media screen and (min-width: 1280px) {
          .site-header-menu > nav.main-navigation > div > ul li.menu-item-has-children > a {
            margin: 0; } }
      @media screen and (min-width: 1280px) {
        .site-header-menu > nav.main-navigation > div > ul li:hover > ul,
        .site-header-menu > nav.main-navigation > div > ul li.focus > ul {
          left: auto;
          right: 0; } }
      .site-header-menu > nav.main-navigation > div > ul li > button.dropdown-toggle {
        background-color: transparent;
        border: 0;
        border-radius: 0;
        color: #727272;
        content: "";
        height: 48px;
        padding: 0;
        position: absolute;
        right: 0;
        text-transform: none;
        top: 0;
        width: 48px;
        display: block;
        border-left: 1px solid #d1d1d1;
        margin-top: 4px;
        cursor: pointer; }
        @media screen and (min-width: 1280px) {
          .site-header-menu > nav.main-navigation > div > ul li > button.dropdown-toggle {
            display: none;
            margin-top: 0; } }
        .site-header-menu > nav.main-navigation > div > ul li > button.dropdown-toggle:hover, .site-header-menu > nav.main-navigation > div > ul li > button.dropdown-toggle:focus {
          background-color: transparent;
          color: #04814a; }
        .site-header-menu > nav.main-navigation > div > ul li > button.dropdown-toggle.toggled-on > i, .site-header-menu > nav.main-navigation > div > ul li > button.dropdown-toggle.toggled-on > svg {
          -ms-transform: rotate(-180deg);
          /* IE 9 */
          -webkit-transform: rotate(-180deg);
          /* Chrome, Safari, Opera */
          transform: rotate(-180deg); }
      .site-header-menu > nav.main-navigation > div > ul li ul {
        display: none;
        margin-left: 16px;
        border-bottom: none; }
        @media screen and (min-width: 1280px) {
          .site-header-menu > nav.main-navigation > div > ul li ul {
            border-bottom: 1px solid #d1d1d1;
            display: block;
            left: -20000px;
            margin: 0;
            position: absolute;
            z-index: 99999; }
            .site-header-menu > nav.main-navigation > div > ul li ul:before, .site-header-menu > nav.main-navigation > div > ul li ul:after {
              border-style: solid;
              content: "";
              position: absolute; }
            .site-header-menu > nav.main-navigation > div > ul li ul:before {
              border-color: #d1d1d1 transparent;
              border-width: 0 10px 10px;
              right: 9px;
              top: -9px; }
            .site-header-menu > nav.main-navigation > div > ul li ul:after {
              border-color: #fff transparent;
              border-width: 0 8px 8px;
              right: 11px;
              top: -7px; } }
        .site-header-menu > nav.main-navigation > div > ul li ul.toggled-on {
          display: block; }
        .no-js .site-header-menu > nav.main-navigation > div > ul li ul {
          display: block; }
        @media screen and (min-width: 1280px) {
          .site-header-menu > nav.main-navigation > div > ul li ul li {
            background-color: #fff;
            border: 1px solid #d1d1d1;
            border-bottom-width: 0; }
            .site-header-menu > nav.main-navigation > div > ul li ul li:hover > ul,
            .site-header-menu > nav.main-navigation > div > ul li ul li.focus > ul {
              left: auto;
              right: 100%; }
            .site-header-menu > nav.main-navigation > div > ul li ul li.menu-item-has-children > a {
              padding-right: 40px; }
              .site-header-menu > nav.main-navigation > div > ul li ul li.menu-item-has-children > a:after {
                right: 10px;
                top: 10px;
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
            .site-header-menu > nav.main-navigation > div > ul li ul li a {
              white-space: normal;
              width: 240px; }
            .site-header-menu > nav.main-navigation > div > ul li ul li ul {
              top: -1px; }
              .site-header-menu > nav.main-navigation > div > ul li ul li ul:before, .site-header-menu > nav.main-navigation > div > ul li ul li ul:after {
                border: 0; } }
    .site-header-menu > nav.main-navigation > div > ul > li > a {
      padding-bottom: 13px; }
      .site-header-menu > nav.main-navigation > div > ul > li > a > i, .site-header-menu > nav.main-navigation > div > ul > li > a > svg {
        display: none; }
        @media screen and (min-width: 1280px) {
          .site-header-menu > nav.main-navigation > div > ul > li > a > i, .site-header-menu > nav.main-navigation > div > ul > li > a > svg {
            display: inline-block; } }

@media screen and (min-width: 1280px) {
  #primary-site-header-menu.site-header-menu > nav.main-navigation > div > ul li > ul.toggled-on {
    top: auto !important;
    left: auto !important;
    right: 0 !important; }
  #primary-site-header-menu.site-header-menu > nav.main-navigation > div > ul li:hover > ul,
  #primary-site-header-menu.site-header-menu > nav.main-navigation > div > ul li.focus > ul {
    left: -30000px;
    top: -10000px; }
    #primary-site-header-menu.site-header-menu > nav.main-navigation > div > ul li:hover > ul.toggled-on,
    #primary-site-header-menu.site-header-menu > nav.main-navigation > div > ul li.focus > ul.toggled-on {
      top: auto;
      left: auto;
      right: 0; }
  #primary-site-header-menu.site-header-menu > nav.main-navigation > div > ul li > button.dropdown-toggle {
    height: 34px;
    display: block; }
    #primary-site-header-menu.site-header-menu > nav.main-navigation > div > ul li > button.dropdown-toggle:after {
      font-size: 16px; }
    #primary-site-header-menu.site-header-menu > nav.main-navigation > div > ul li > button.dropdown-toggle.toggled-on {
      display: block; }
  #primary-site-header-menu.site-header-menu > nav.main-navigation > div > ul li ul {
    margin-left: 16px; }
    #primary-site-header-menu.site-header-menu > nav.main-navigation > div > ul li ul.toggled-on {
      position: static; }
    .no-js #primary-site-header-menu.site-header-menu > nav.main-navigation > div > ul li ul {
      position: static; }
    #primary-site-header-menu.site-header-menu > nav.main-navigation > div > ul li ul li {
      border-right-width: 0;
      width: 100%; }
      #primary-site-header-menu.site-header-menu > nav.main-navigation > div > ul li ul li:hover > ul,
      #primary-site-header-menu.site-header-menu > nav.main-navigation > div > ul li ul li.focus > ul {
        left: -30000px;
        top: -10000px; }
      #primary-site-header-menu.site-header-menu > nav.main-navigation > div > ul li ul li.menu-item-has-children > a {
        color: #06b266; }
        #primary-site-header-menu.site-header-menu > nav.main-navigation > div > ul li ul li.menu-item-has-children > a:after {
          display: none; }
      #primary-site-header-menu.site-header-menu > nav.main-navigation > div > ul li ul li ul li {
        border-left-width: 0; }
  #primary-site-header-menu.site-header-menu > nav.main-navigation > div > ul > li > button.dropdown-toggle {
    display: none; }
    #primary-site-header-menu.site-header-menu > nav.main-navigation > div > ul > li > button.dropdown-toggle.toggled-on {
      display: none; }
  #primary-site-header-menu.site-header-menu > nav.main-navigation > div > ul > li > ul.sub-menu {
    background-color: #fff;
    border-right: 1px solid #d1d1d1; }
    #primary-site-header-menu.site-header-menu > nav.main-navigation > div > ul > li > ul.sub-menu.toggled-on {
      position: absolute; }
  #primary-site-header-menu.site-header-menu > nav.main-navigation:not(.clicked) > div > ul > li > ul {
    display: none; } }

/* 120.MainNavigation.scss ------------------------------------------------ */
/* 130.ContentRow.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
/**/
#siteContentRow {
  /*min-height: 350px;*/ }

body.page-template-template-page-our-team #siteContentRow {
  min-height: unset; }

#siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content {
  padding-top: 30px;
  text-align: center; }
  @media screen and (min-width: 700px) {
    #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content {
      padding-top: 50px; } }
  .continuation #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content {
    padding-top: 0 !important; }
  #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content > #full-width {
    text-align: center;
    margin: 30px 0; }
    #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content > #full-width h1 {
      text-transform: uppercase;
      font-size: 25px;
      line-height: 1;
      margin: 0 0 14px 0; }
    #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content > #full-width p {
      line-height: 24px; }
  #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content > .content-area {
    text-align: left; }
    @media screen and (min-width: 700px) {
      #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content > .content-area {
        float: left;
        width: 66.66667%; } }
    .home.page-template #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content > .content-area,
    .page-template-template-page-our-team #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content > .content-area {
      width: 100%;
      float: none !important;
      text-align: center; }
  #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content > .sidebar {
    position: relative;
    margin: 0 auto;
    max-width: 500px; }
    @media screen and (min-width: 700px) {
      #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content > .sidebar {
        margin: 0; } }
    #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content > .sidebar.top {
      max-width: none;
      margin: 0 0 20px 0;
      border-bottom: 1px solid #e4e4e4; }
      @media screen and (min-width: 700px) {
        #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content > .sidebar.top {
          border-bottom: none; } }
    @media screen and (min-width: 700px) {
      #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content > .sidebar {
        float: right;
        width: 33.33333%;
        clear: right; } }
    #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content > .sidebar > .sidebar-inset {
      display: block;
      position: relative;
      width: 100%;
      margin: 0; }
      #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content > .sidebar > .sidebar-inset > img {
        height: auto;
        max-width: 100%;
        vertical-align: middle; }
      #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content > .sidebar > .sidebar-inset .afterSideBarImage {
        margin: 1rem 0 0 0;
        padding: 0 .75rem;
        text-align: left;
        line-height: 1.5; }
      #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content > .sidebar > .sidebar-inset .afterSideBarImage.downloads a {
        text-decoration: none;
        color: #000;
        font-weight: bold; }
        #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content > .sidebar > .sidebar-inset .afterSideBarImage.downloads a:after {
          display: inline-block;
          content: '>';
          padding: 0 0 0 .25rem; }
  #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content .cta {
    clear: both;
    padding: 1px 0; }
  #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content .cta .content {
    padding: 2.5rem 0;
    color: #04814a;
    font-size: 1.2rem; }
  #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content .email-send-ok {
    margin-bottom: 20px; }
  #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content .email-send-failed {
    margin-bottom: 20px;
    color: #cc0000; }
  #siteContentRow.site-row-outer > .site-row-margin > .site-row-inner > .site-content .site-main {
    clear: both; }

/*@media screen and (min-width: $wideWidth) {
    .no-sidebar .content-area {
        float: none;
        margin: 0;
        width: 100%;
    }
}*/
/* 130.ContentRow.scss ------------------------------------------------ */
/* 132.Home.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
.home-sidebar > div:first-child {
  margin-bottom: 45px; }

.home-sidebar > #homeInsights > h2 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 1px solid #9d9d9d;
  padding-bottom: 21px; }

.home-sidebar > #homeInsights > a.home-insight {
  display: block;
  padding-bottom: 22px;
  border-bottom: 1px solid #c2c2c2; }
  .home-sidebar > #homeInsights > a.home-insight:last-child {
    border-bottom: none; }
  .home-sidebar > #homeInsights > a.home-insight > h3 {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    padding-top: 21px;
    padding-bottom: 12px; }
  .home-sidebar > #homeInsights > a.home-insight > p {
    font-size: 15px;
    line-height: 22px; }
    .home-sidebar > #homeInsights > a.home-insight > p > span {
      white-space: nowrap; }
      .home-sidebar > #homeInsights > a.home-insight > p > span > span {
        text-decoration: underline; }
  .home-sidebar > #homeInsights > a.home-insight:hover > p > span > span {
    text-decoration: none; }

/* 132.Home.scss ------------------------------------------------ */
/* 132.HomeLatestNewsRow.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
@media screen and (min-width: 850px) {
  #homeLatestNewsRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatestNews {
    margin: 22px 0 30px 0; } }

#homeLatestNewsRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatestNews > section {
  font-size: 12px;
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
  /*
                    & > a.read-all {
                        @extend %nav-transition;
                        color: $brandColour;
                        display: inline-block;
                        margin-top: 20px;
                        @include font-italic;
                        font-size: 16px;
                    }
                    */ }
  #homeLatestNewsRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatestNews > section > h2 {
    font-size: 27px;
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-style: normal;
    margin: 7px 0 33px 0;
    padding: 0;
    color: #000; }
  #homeLatestNewsRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatestNews > section > article:before {
    display: none; }
  #homeLatestNewsRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatestNews > section > article > a {
    display: block; }
    #homeLatestNewsRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatestNews > section > article > a img {
      display: block;
      width: 100%;
      max-width: 523px;
      height: auto;
      margin: 0 auto; }
    #homeLatestNewsRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatestNews > section > article > a > header.entry-header.rte > h2 {
      font-size: 21px;
      line-height: 26px;
      color: #04814a;
      margin: 35px 0 10px 0; }
    #homeLatestNewsRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatestNews > section > article > a > div.rte > .read-more {
      color: #04814a;
      font-family: "Roboto Slab", serif;
      font-weight: 400;
      font-style: italic;
      font-size: 16px; }
  #homeLatestNewsRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatestNews > section > a.read-all {
    display: inline-block;
    background-color: #04814a;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    margin: 10px 0 20px; }
    @media screen and (min-width: 850px) {
      #homeLatestNewsRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatestNews > section > a.read-all {
        margin: 29px 0 10px 0; } }
    #homeLatestNewsRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatestNews > section > a.read-all:hover {
      background-color: #03683c; }

/* 132.HomeLatestNewsRow.scss ------------------------------------------------ */
/* 132.HomeLatestRow.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
@media screen and (min-width: 1000px) {
  #homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatest {
    margin: 22px -1.92308vw 0 -1.92308vw; } }

@media screen and (min-width: 1300px) {
  #homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatest {
    margin: 22px -25px 0 -25px; } }

#homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatest > section {
  font-size: 12px;
  margin: 0 auto 0 auto; }
  @media screen and (min-width: 768px) {
    #homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatest > section {
      float: left;
      width: 50%;
      margin: 0;
      border-bottom: none;
      padding-left: 1.92308vw;
      padding-right: 1.92308vw; } }
  @media screen and (min-width: 768px) and (min-width: 1300px) {
    #homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatest > section {
      padding-left: 25px;
      padding-right: 25px; } }
  #homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatest > section > .section-image {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover; }
    #homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatest > section > .section-image.latest-case-studies {
      background-image: url(/wp-content/themes/AviaTechniqueTheme1/assets/images/latest-case-study.jpg); }
    #homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatest > section > .section-image.latest-news {
      background-image: url(/wp-content/themes/AviaTechniqueTheme1/assets/images/latest-news.jpg); }
    #homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatest > section > .section-image.latest-blog {
      background-image: url(/wp-content/themes/AviaTechniqueTheme1/assets/images/latest-blog.jpg); }
    #homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatest > section > .section-image.latest-event {
      background-image: url(/wp-content/themes/AviaTechniqueTheme1/assets/images/latest-event.jpg); }
    #homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatest > section > .section-image > .fixed-ratio-sizer {
      padding-top: 34.16667%; }
    #homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatest > section > .section-image > h2 {
      position: absolute;
      bottom: 0;
      left: 0;
      display: inline-block;
      padding: .75rem 1.5rem;
      background-color: rgba(2, 80, 46, 0.8);
      font-size: 1rem;
      color: #ffffff;
      font-weight: bold; }
  #homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatest > section > .overview {
    padding: .75rem;
    font-size: .75rem;
    line-height: 1.5; }
    #homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatest > section > .overview > .post-date {
      font-size: 11px;
      margin: 0 0 5px 0; }
    #homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatest > section > .overview a {
      color: #04814a;
      font-size: 13px; }
    #homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatest > section > .overview > a.read-all {
      display: block;
      margin: .5rem 0;
      text-align: right; }
      #homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatest > section > .overview > a.read-all > span {
        font-size: 14px;
        color: #000;
        font-weight: bold; }
        #homeLatestRow.site-row-outer > .site-row-margin > .site-row-inner > #primaryLatest > section > .overview > a.read-all > span:after {
          content: '>';
          padding: 0 0 0 .25rem;
          display: inline-block; }

/* 132.HomeLatestRow.scss ------------------------------------------------ */
/* 132.HomeLogoCarousel.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
#homeLogoCarousel.site-row-outer > .site-row-margin > .site-row-inner .carousel-items {
  position: relative;
  height: 120px;
  overflow: hidden;
  font-size: 0; }
  #homeLogoCarousel.site-row-outer > .site-row-margin > .site-row-inner .carousel-items > .carousel-item {
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    filter: grayscale(1); }
    #homeLogoCarousel.site-row-outer > .site-row-margin > .site-row-inner .carousel-items > .carousel-item:hover {
      filter: grayscale(0); }
    #homeLogoCarousel.site-row-outer > .site-row-margin > .site-row-inner .carousel-items > .carousel-item.started {
      -webkit-transition: all 0.2s ease-in, left 2s ease-in-out;
      -moz-transition: all 0.2s ease-in, left 2s ease-in-out;
      -o-transition: all 0.2s ease-in, left 2s ease-in-out;
      transition: all 0.2s ease-in, left 2s ease-in-out; }
    #homeLogoCarousel.site-row-outer > .site-row-margin > .site-row-inner .carousel-items > .carousel-item > a {
      display: block; }
    #homeLogoCarousel.site-row-outer > .site-row-margin > .site-row-inner .carousel-items > .carousel-item img {
      display: block; }

/* 132.HomeLogoCarousel.scss ------------------------------------------------ */
/* 135.Article.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
article {
  padding-bottom: 20px;
  border-bottom: 1px solid #04814a;
  margin-bottom: 20px; }
  #main > article {
    padding-bottom: 0;
    border-bottom: none; }
  article:last-of-type {
    border-bottom: none; }

article > .entry-header > .entry-title > a {
  text-decoration: none;
  color: #04814a; }
  article > .entry-header > .entry-title > a:hover {
    color: #04814a; }

article .entry-meta {
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 1;
  position: relative; }
  article .entry-meta > .byline {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-style: italic; }
    article .entry-meta > .byline > .author {
      color: #04814a; }
  article .entry-meta > .posted-on {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-style: italic; }
    article .entry-meta > .posted-on > a {
      color: #04814a; }
      article .entry-meta > .posted-on > a > time:nth-child(2) {
        display: none; }
    article .entry-meta > .posted-on:after {
      content: " ";
      display: block; }

article .post-thumbnail {
  display: block;
  margin: 0 0 27px 0; }
  article .post-thumbnail img {
    max-width: 100%;
    display: inline-block;
    height: auto; }
  .no-js article .post-thumbnail > img {
    display: none; }

article > .backToArticles a {
  display: inline-block;
  font-size: 14px;
  color: #000;
  font-weight: bold; }
  article > .backToArticles a:after {
    content: '>';
    padding: 0 0 0 .25rem;
    display: inline-block; }

article > .entry-footer {
  margin-top: 10px;
  text-align: right; }
  article > .entry-footer > span.read-more {
    /*
			& > a {
				@extend %brandButton;
			}
			*/
    font-size: 14px;
    color: #000;
    font-weight: bold; }
    article > .entry-footer > span.read-more:after {
      content: '>';
      padding: 0 0 0 .25rem;
      display: inline-block; }

aside.sidebar > .widget > h2 {
  color: #04814a;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.2;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 25px 0; }

aside.sidebar > .widget > ul > li {
  color: #000;
  font-size: 9px;
  line-height: 1.2;
  margin: 16px 0; }
  aside.sidebar > .widget > ul > li > a {
    color: #000;
    font-size: 12px; }
    aside.sidebar > .widget > ul > li > a:hover {
      color: #04814a; }
  aside.sidebar > .widget > ul > li.cat-item-none {
    font-size: 12px; }

/* 135.Article.scss ------------------------------------------------ */
/* 140.FooterRow.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
#Base {
  margin-top: 1.5rem;
  background-color: #383838; }

#Base .sections {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2rem 2rem 2rem; }

#Base .sections .section {
  padding: 1rem 0 0 0;
  color: #ccc;
  font-size: .7rem;
  line-height: 1.7; }
  #Base .sections .section h2 {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 .25rem 0;
    font-size: .9rem; }

#Base .sections .section.section1 span {
  display: block; }

@media (min-width: 1100px) {
  #Base .sections {
    padding-top: 2rem; }
  #Base .sections .section {
    padding: 0 !important; } }

@media (min-width: 700px) {
  #Base .sections .section1,
  #Base .sections .section2 {
    width: 50%;
    float: left; }
  #Base .sections .section3 {
    clear: both;
    padding-top: 1rem; } }

@media (min-width: 900px) {
  #Base .sections .section {
    float: left;
    clear: none; }
  #Base .sections .section1 {
    width: 40%; }
  #Base .sections .section2 {
    width: 40%; }
  #Base .sections .section3 {
    width: 20%; } }

#Base .credits {
  color: #999999;
  text-align: center;
  padding: 1rem;
  font-size: .65rem;
  line-height: 1.5;
  background-color: #000; }

#gotoTop {
  display: none;
  position: fixed;
  width: 40px;
  height: 70px;
  background-color: #04814a;
  font-size: 28px;
  line-height: 45px;
  text-align: center;
  color: #FFF;
  top: auto;
  left: auto;
  right: 20px;
  bottom: -30px;
  cursor: pointer;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
  -ms-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  opacity: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none; }
  #gotoTop:hover {
    background-color: #02502e; }

/* 140.FooterRow.scss ------------------------------------------------ */
/* 142.SepRow.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
@media (min-width: 700px) {
  .separator-row.site-row > .separator-div1 {
    border-top: 31px solid #04814a; } }

.separator-row.site-row > .separator-div1 > .separator-div1-1 {
  border-top: 11px solid #04814a; }
  @media (min-width: 700px) {
    .separator-row.site-row > .separator-div1 > .separator-div1-1 {
      border-top: none; } }

.separator-block {
  padding-bottom: 27px; }
  .separator-block:before {
    content: ' ';
    display: block;
    height: 12px;
    background-color: #04814a; }

.separator.line {
  margin: 32px 0 30px 0;
  background-color: #e4e4e4;
  height: 1px; }

.separator.standard {
  margin: 50px 0;
  background-color: #e4e4e4;
  height: 5px; }

.separator.standard.t25 {
  margin-top: 25px; }

.separator.standard.t0 {
  margin-top: 0; }

.separator.standard.t40 {
  margin-top: 40px; }

.separator.standard.b0 {
  margin-bottom: 0; }

.separator.standard.b40 {
  margin-bottom: 40px; }

.separator.tri {
  margin: 30px 0 30px 0; }
  .separator.tri > div {
    float: left;
    height: 3px; }
    .separator.tri > div.separator-div1, .separator.tri > div.separator-div5 {
      width: 12.15645%; }
    .separator.tri > div.separator-div2, .separator.tri > div.separator-div4 {
      width: 26.84989%;
      background-color: #cbcbcb;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff; }
    .separator.tri > div.separator-div3 {
      width: 21.98732%;
      background-color: #04814a;
      border-top: 1px solid #04814a;
      border-bottom: 1px solid #04814a; }

/* 142.SepRow.scss ------------------------------------------------ */
/* 157.Accessibility.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important; }

/* must have higher specificity than alternative color schemes inline styles */
.skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em; }
  .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000; }
  .logged-in .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    font-family: "Open Sans", sans-serif; }

/* 157.Accessibility.scss ------------------------------------------------ */
/* 200.Page.Sites.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
#primary.sites #SiteList .group .site {
  margin: 0 0 1.5rem 0; }

#primary.sites #SiteList .group h2 {
  margin: 0 0 1rem 0;
  padding: .25rem 0;
  font-weight: bold;
  border-bottom: solid 1px #dddddd; }

#primary.sites #SiteList .group .data span {
  display: block; }

/* 200.Page.Sites.scss ------------------------------------------------ */
/* 200.Page.About.Vision.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
.url-about-our-mission-vision blockquote {
  margin-top: 2rem !important; }

.url-about-our-mission-vision blockquote p {
  font-size: 1rem;
  line-height: 1.5; }

/* 200.Page.About.Vision.scss ------------------------------------------------ */
/* 310.Pagination.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
.pagination {
  border-top: 4px solid #04814a;
  font-size: 19px;
  margin: 20px 0;
  min-height: 56px;
  position: relative;
  /* reset screen-reader-text */ }
  .pagination:before, .pagination:after {
    background-color: #04814a;
    content: "";
    height: 52px;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 0; }
  .pagination:before {
    right: 0; }
  .pagination:after {
    right: 54px; }
  .pagination a:hover,
  .pagination a:focus {
    color: #04814a; }
  .pagination .nav-links {
    padding-right: 106px;
    position: relative; }
  .pagination .current .screen-reader-text {
    position: static !important; }
    @media screen and (min-width: 700px) {
      .pagination .current .screen-reader-text {
        position: absolute !important; } }
  .pagination .page-numbers {
    display: none;
    letter-spacing: 0.25px;
    line-height: 1;
    margin: 0 14px 0 -14px;
    padding: 15.5px 14px 7.5px 14px;
    text-transform: uppercase; }
    .pagination .page-numbers.current {
      display: inline-block;
      font-family: "Roboto Slab", serif;
      font-weight: 700;
      font-style: normal; }
    @media screen and (min-width: 700px) {
      .pagination .page-numbers {
        display: inline-block; } }
  .pagination .prev,
  .pagination .next {
    background-color: #04814a;
    color: #fff;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    font-size: 26px;
    padding: 11px 0 0 10px;
    height: 52px;
    width: 52px;
    z-index: 2; }
    .pagination .prev:hover, .pagination .prev:focus,
    .pagination .next:hover,
    .pagination .next:focus {
      background-color: #04814a;
      color: #fff; }
    .pagination .prev:focus,
    .pagination .next:focus {
      outline: 0; }
  .pagination .prev {
    right: 54px; }
  .pagination .next {
    right: 0; }

/* 310.Pagination.scss ------------------------------------------------ */
/* 400.Forms.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
form {
  /* Some specific forms. */ }
  form input {
    line-height: normal; }
  form button,
  form button[disabled]:hover,
  form button[disabled]:focus,
  form input[type="button"],
  form input[type="button"][disabled]:hover,
  form input[type="button"][disabled]:focus,
  form input[type="reset"],
  form input[type="reset"][disabled]:hover,
  form input[type="reset"][disabled]:focus,
  form input[type="submit"],
  form input[type="submit"][disabled]:hover,
  form input[type="submit"][disabled]:focus {
    cursor: pointer;
    background: #04814a;
    border: 0;
    color: #fff;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: uppercase; }
  form button:hover,
  form button:focus,
  form input[type="button"]:hover,
  form input[type="button"]:focus,
  form input[type="reset"]:hover,
  form input[type="reset"]:focus,
  form input[type="submit"]:hover,
  form input[type="submit"]:focus {
    background-color: #03683c; }
  form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 24px 0 5px;
    border: solid 1px #dddddd;
    background-color: #dddddd;
    background-image: url(/wp-content/themes/AviaTechniqueTheme1/assets/images/SelectDownArrow.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain; }
    form select::-ms-expand {
      opacity: 0;
      display: none; }
    form select:hover, form select:focus {
      border: solid 1px #04814a; }
    form select > option {
      padding: 0 0 0 10px; }
  form button:focus,
  form input[type="button"]:focus,
  form input[type="reset"]:focus,
  form input[type="submit"]:focus {
    outline: thin dotted;
    outline-offset: -4px;
    outline: 0; }
  form input[type="date"],
  form input[type="time"],
  form input[type="datetime-local"],
  form input[type="week"],
  form input[type="month"],
  form input[type="text"],
  form input[type="email"],
  form input[type="url"],
  form input[type="password"],
  form input[type="search"],
  form input[type="tel"],
  form input[type="number"],
  form textarea {
    background: #dddddd;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #dddddd;
    color: #666666;
    padding: 0.625em 0.4375em;
    width: 100%; }
  form input[type="date"]:focus,
  form input[type="time"]:focus,
  form input[type="datetime-local"]:focus,
  form input[type="week"]:focus,
  form input[type="month"]:focus,
  form input[type="text"]:focus,
  form input[type="email"]:focus,
  form input[type="url"]:focus,
  form input[type="password"]:focus,
  form input[type="search"]:focus,
  form input[type="tel"]:focus,
  form input[type="number"]:focus,
  form textarea:focus {
    background-color: #fff;
    border-color: #04814a;
    color: #04814a;
    outline: 0; }
  form input[type="text"]#mcco_example_text {
    display: none; }
  form.post-password-form {
    margin-bottom: 1.75em; }
    form.post-password-form label {
      color: #666666;
      display: block;
      font-size: 13px;
      letter-spacing: 0.076923077em;
      line-height: 1.6153846154;
      margin-bottom: 1.75em;
      text-transform: uppercase; }
    form.post-password-form input[type="password"] {
      margin-top: 0.4375em; }
    form.post-password-form > :last-child {
      margin-bottom: 0; }
  form.search-form {
    position: relative;
    margin-bottom: 20px; }
    form.search-form input[type="search"].search-field {
      width: -webkit-calc(100% - 42px);
      width: calc(100% - 42px); }
    form.search-form .search-submit {
      bottom: 0;
      overflow: hidden;
      padding: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 42px;
      font-size: 24px; }
  form .form-group {
    margin: 5px 0; }
    form .form-group.checkbox > input[type="checkbox"] {
      float: left;
      width: 2.6em;
      height: 2.6em; }
    form .form-group.checkbox > span.checkbox-text {
      height: 2.6em;
      float: right;
      width: calc(100% - 44px);
      display: table; }
      form .form-group.checkbox > span.checkbox-text > span {
        display: table-row; }
        form .form-group.checkbox > span.checkbox-text > span > span {
          display: table-cell;
          vertical-align: middle;
          line-height: 15px; }
    form .form-group > .message {
      display: none;
      color: #cc0000; }
      form .form-group > .message > span {
        display: none; }
      form .form-group > .message.active {
        display: block; }
        form .form-group > .message.active.required > span.required {
          display: inline; }
        form .form-group > .message.active.invalid > span.invalid {
          display: inline; }
        form .form-group > .message.active.tick-one > span.tick-one {
          display: inline; }
        form .form-group > .message.active.tick-only-one > span.tick-only-one {
          display: inline; }
  form .submit-button-container {
    text-align: right; }
  form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666666;
    opacity: 1;
    /* Firefox */ }
  form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666666; }
  form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #666666; }

#footerForm select,
#footerForm input[type="date"],
#footerForm input[type="time"],
#footerForm input[type="datetime-local"],
#footerForm input[type="week"],
#footerForm input[type="month"],
#footerForm input[type="text"],
#footerForm input[type="email"],
#footerForm input[type="url"],
#footerForm input[type="password"],
#footerForm input[type="search"],
#footerForm input[type="tel"],
#footerForm input[type="number"],
#footerForm textarea {
  background-color: #a5a5a5;
  border: solid 1px #a5a5a5;
  color: #dedede; }

#footerForm .form-group > .message {
  background-color: #eee;
  padding: 0 5px; }

#footerForm .submit-button-container {
  text-align: right; }

#footerForm ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dedede;
  opacity: 1;
  /* Firefox */ }

#footerForm :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dedede; }

#footerForm ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #dedede; }

/* 400.Forms.scss ------------------------------------------------ */
/* 500.RTE.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
.rte, .wp-editor {
  /*color: green !important;*/
  color: #000;
  font-size: 16px;
  line-height: 1.85; }
  .rte h1,
  .rte h2,
  .rte h3,
  .rte h4,
  .rte h5,
  .rte h6, .wp-editor h1,
  .wp-editor h2,
  .wp-editor h3,
  .wp-editor h4,
  .wp-editor h5,
  .wp-editor h6 {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-style: normal;
    clear: both;
    margin: 0;
    text-rendering: optimizeLegibility; }
  .rte h1, .wp-editor h1 {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0 0 1.25rem 0; }
  .rte h2, .wp-editor h2 {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.2;
    margin: 0 0 .5rem 0; }
  .rte h3, .wp-editor h3 {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-style: normal;
    color: #04814a; }
  .rte p, .wp-editor p {
    margin: 0 0 1rem 0; }
  .rte a, .wp-editor a {
    color: #04814a;
    text-decoration: underline; }
    .rte a:hover, .wp-editor a:hover {
      color: #04814a; }
  .rte dfn,
  .rte cite,
  .rte em,
  .rte i, .wp-editor dfn,
  .wp-editor cite,
  .wp-editor em,
  .wp-editor i {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-style: italic; }
    .rte dfn strong,
    .rte dfn b,
    .rte cite strong,
    .rte cite b,
    .rte em strong,
    .rte em b,
    .rte i strong,
    .rte i b, .wp-editor dfn strong,
    .wp-editor dfn b,
    .wp-editor cite strong,
    .wp-editor cite b,
    .wp-editor em strong,
    .wp-editor em b,
    .wp-editor i strong,
    .wp-editor i b {
      font-family: "Roboto Slab", serif;
      font-weight: 700;
      font-style: italic; }
  .rte strong,
  .rte b, .wp-editor strong,
  .wp-editor b {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-style: normal; }
    .rte strong dfn,
    .rte strong cite,
    .rte strong em,
    .rte strong i,
    .rte b dfn,
    .rte b cite,
    .rte b em,
    .rte b i, .wp-editor strong dfn,
    .wp-editor strong cite,
    .wp-editor strong em,
    .wp-editor strong i,
    .wp-editor b dfn,
    .wp-editor b cite,
    .wp-editor b em,
    .wp-editor b i {
      font-family: "Roboto Slab", serif;
      font-weight: 700;
      font-style: italic; }
  .rte blockquote, .wp-editor blockquote {
    border: 0 solid #1a1a1a;
    border-left-width: 4px;
    color: #686868;
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-style: italic;
    margin: 0 0 1.4736842105em;
    overflow: hidden;
    padding: 0 0 0 1.263157895em; }
    .rte blockquote strong,
    .rte blockquote b, .wp-editor blockquote strong,
    .wp-editor blockquote b {
      font-family: "Roboto Slab", serif;
      font-weight: 700;
      font-style: italic; }
  .rte blockquote,
  .rte q, .wp-editor blockquote,
  .wp-editor q {
    quotes: none; }
  .rte blockquote:before,
  .rte blockquote:after,
  .rte q:before,
  .rte q:after, .wp-editor blockquote:before,
  .wp-editor blockquote:after,
  .wp-editor q:before,
  .wp-editor q:after {
    content: ""; }
  .rte blockquote p, .wp-editor blockquote p {
    margin-bottom: 1.4736842105em; }
  .rte blockquote cite,
  .rte blockquote small, .wp-editor blockquote cite,
  .wp-editor blockquote small {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75; }
  .rte blockquote cite:before,
  .rte blockquote small:before, .wp-editor blockquote cite:before,
  .wp-editor blockquote small:before {
    content: "\2014\00a0"; }
  .rte blockquote > :last-child, .wp-editor blockquote > :last-child {
    margin-bottom: 0; }
  .rte address, .wp-editor address {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-style: italic;
    margin: 0 0 1.75em; }
  .rte code,
  .rte kbd,
  .rte tt,
  .rte var,
  .rte samp,
  .rte pre, .wp-editor code,
  .wp-editor kbd,
  .wp-editor tt,
  .wp-editor var,
  .wp-editor samp,
  .wp-editor pre {
    font-family: Inconsolata, monospace; }
  .rte pre, .wp-editor pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word; }
  .rte code, .wp-editor code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em; }
  .rte abbr,
  .rte acronym, .wp-editor abbr,
  .wp-editor acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help; }
  .rte mark,
  .rte ins, .wp-editor mark,
  .wp-editor ins {
    background: #007acc;
    color: #fff;
    padding: 0.125em 0.25em;
    text-decoration: none; }
  .rte big, .wp-editor big {
    font-size: 125%; }
  .rte hr, .wp-editor hr {
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin: 0 0 1.75em; }
  .rte ul, .wp-editor ul {
    margin: 0 0 1rem 54px;
    list-style-type: none;
    list-style-position: outside; }
    .rte ul ol, .rte ul ul, .wp-editor ul ol, .wp-editor ul ul {
      /*margin-bottom: 0;*/ }
    .rte ul > li, .wp-editor ul > li {
      position: relative;
      display: block; }
      .rte ul > li:before, .wp-editor ul > li:before {
        content: '';
        display: block;
        background-color: #04814a;
        width: 7px;
        height: 7px;
        position: absolute;
        top: 9px;
        left: -13px; }
  .rte ol, .wp-editor ol {
    margin: 0 0 23px 54px;
    list-style-type: decimal;
    list-style-position: outside; }
    .rte ol ol, .rte ol ul, .wp-editor ol ol, .wp-editor ol ul {
      /*margin-bottom: 0;*/ }
  .rte dl, .wp-editor dl {
    margin: 0 0 1.75em; }
  .rte dt, .wp-editor dt {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-style: normal; }
  .rte dd, .wp-editor dd {
    margin: 0 0 1.75em; }
  .rte img, .wp-editor img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle; }
  .rte del, .wp-editor del {
    opacity: 0.8; }
  .rte table,
  .rte th,
  .rte td, .wp-editor table,
  .wp-editor th,
  .wp-editor td {
    border: 1px solid #d1d1d1; }
  .rte table, .wp-editor table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%; }
  .rte caption,
  .rte th,
  .rte td, .wp-editor caption,
  .wp-editor th,
  .wp-editor td {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-style: normal;
    text-align: left; }
  .rte th, .wp-editor th {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-style: normal;
    border-width: 0 1px 1px 0; }
  .rte td, .wp-editor td {
    border-width: 0 1px 1px 0; }
  .rte th,
  .rte td, .wp-editor th,
  .wp-editor td {
    padding: 0.4375em; }
  .rte .nowrap, .wp-editor .nowrap {
    white-space: nowrap; }
  .rte .alignnone, .wp-editor .alignnone {
    margin: 0.375em 0 0 0; }
  .rte .alignleft, .wp-editor .alignleft {
    float: left;
    margin: 0.375em 1.75em 0 0;
    max-width: 50%; }
  .rte .alignright, .wp-editor .alignright {
    float: right;
    margin: 0.375em 0 0 1.75em;
    max-width: 50%; }
  .rte .aligncenter, .wp-editor .aligncenter {
    clear: both;
    display: block;
    margin: 0.375em auto 0 auto; }
  .rte .brand-darkblue, .wp-editor .brand-darkblue {
    color: #04814a; }

/* 500.RTE.scss ------------------------------------------------ */
/* 600.FixedRatio.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
.fixed-ratio-container {
  position: relative;
  background-size: cover;
  /* For when/if we use one. */
  float: left;
  width: 100%;
  /* Default is full width. */
  /*@media screen and (max-width: $breakpoint-small-screen - 1) {
            &:not(.keep-ratio-when-small) {
                position: static;

                & > .fixed-ratio-sizer {
                    padding-top: 0;
                }

                & > .fixed-ratio-content {
                    position: static;
                    top: auto;
                    left: auto;
                    height: auto;
                }
            }
        }*/ }
  .fixed-ratio-container > .fixed-ratio-sizer {
    display: block;
    padding-top: 100%;
    /* The default is square. */ }
    .fixed-ratio-container > .fixed-ratio-sizer.ratio2x1 {
      padding-top: 50%; }
    .fixed-ratio-container > .fixed-ratio-sizer.ratio16x9 {
      padding-top: 56.25%; }
  .fixed-ratio-container.ratio500x261 .fixed-ratio-sizer {
    padding-top: 52.2%; }
  .fixed-ratio-container.no-image-background {
    background-color: #eeeeee; }
  .fixed-ratio-container .fixed-ratio-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .fixed-ratio-container .fixed-ratio-content > img {
      width: 100%;
      height: 100%; }
  .fixed-ratio-container#galleryLauncher > .fixed-ratio-content {
    cursor: pointer;
    z-index: 9999; }
    .fixed-ratio-container#galleryLauncher > .fixed-ratio-content .text-over-outer {
      width: 100%;
      height: 100%;
      display: table; }
      .fixed-ratio-container#galleryLauncher > .fixed-ratio-content .text-over-outer > .text-over-inner {
        display: table-cell;
        vertical-align: middle; }
        .fixed-ratio-container#galleryLauncher > .fixed-ratio-content .text-over-outer > .text-over-inner > .text-over {
          text-align: center;
          color: #e5e5e5;
          background: rgba(0, 0, 0, 0.6);
          text-shadow: 0px 0px 2px #000;
          max-width: 80%;
          margin: 0 auto;
          padding: 18px 30px; }
          .fixed-ratio-container#galleryLauncher > .fixed-ratio-content .text-over-outer > .text-over-inner > .text-over > .top-line {
            padding: 4px 0 10px 0; }
            .fixed-ratio-container#galleryLauncher > .fixed-ratio-content .text-over-outer > .text-over-inner > .text-over > .top-line:before {
              content: " ";
              font-size: 0;
              line-height: 0;
              display: block;
              max-width: 68px;
              background-color: #fff;
              height: 2px;
              margin: 0 auto; }
          .fixed-ratio-container#galleryLauncher > .fixed-ratio-content .text-over-outer > .text-over-inner > .text-over > .h1-1 {
            color: #ffffff;
            line-height: 1;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 16px; }
          .fixed-ratio-container#galleryLauncher > .fixed-ratio-content .text-over-outer > .text-over-inner > .text-over > .view {
            display: block;
            color: #04814a;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 14px;
            line-height: 16px;
            padding: 10px 0 0 0; }
        .fixed-ratio-container#galleryLauncher > .fixed-ratio-content .text-over-outer > .text-over-inner:hover > .text-over > .view {
          font-size: 16px; }
  .fixed-ratio-container .fixed-ratio-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .fixed-ratio-container .fixed-ratio-image .fixed-ratio-noscript-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover; }

/* 600.FixedRatio.scss ------------------------------------------------ */
/* 600.Gallery.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
.galleryLaunch {
  margin: 1rem 0;
  display: block;
  cursor: pointer;
  text-align: left; }

.galleryLaunch > span {
  color: white;
  padding: .75rem 1rem;
  display: inline-block;
  background-color: #04814a; }

/* 600.Gallery.scss ------------------------------------------------ */
/* 600.ProductsAndServices.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
.productsCta {
  margin-top: 2rem; }
  .productsCta p {
    padding: 2rem 2rem 1rem 2rem;
    text-align: center;
    font-size: 1.2rem;
    border-top: solid 5px #e4e4e4; }

.productsAndServices {
  display: block;
  text-align: left; }

.productsAndServices > .item {
  margin: 1rem 0;
  padding: 0 0 1rem 0;
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
  border-bottom: solid 1px #dddddd; }

.productsAndServices > .item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none; }

.productsAndServices > .item .frame {
  width: 140px;
  height: 140px;
  position: relative;
  display: inline-block;
  margin: 0 0 .75rem 0; }

.productsAndServices > .item .frame:before {
  width: 140px;
  height: 140px;
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #04814a;
  border: solid 1px #04814a;
  border-radius: 50%; }

.productsAndServices > .item .frame img {
  display: block;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0; }

.productsAndServices > .item span {
  display: block; }

.productsAndServices > .item .title {
  font-weight: bold; }

@media screen and (min-width: 768px) {
  .productsAndServices > .item {
    margin-right: .5rem;
    width: calc(50% - .5rem);
    float: left;
    border: none; }
  .productsAndServices > .item:nth-child(2n+1) {
    clear: left; } }

@media screen and (min-width: 1300px) {
  .productsAndServices > .item {
    width: calc(33.333333% - .5rem); }
  .productsAndServices > .item:nth-child(2n+1) {
    clear: none; }
  .productsAndServices > .item:nth-child(3n+1) {
    clear: left; } }

.sidebar-inset .productsAndServices {
  text-align: right; }
  .sidebar-inset .productsAndServices .item {
    margin: 0;
    width: auto;
    clear: none;
    float: none; }

/* 600.ProductsAndServices.scss ------------------------------------------------ */
/* 8600.SmartBanners.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
@-webkit-keyframes banner-anim-1 {
  0% {
    opacity: 0;
    z-index: 0; }
  20% {
    opacity: 1;
    z-index: 1000; }
  100% {
    opacity: 1;
    z-index: 1000; } }

@-moz-keyframes banner-anim-1 {
  0% {
    opacity: 0;
    z-index: 0; }
  20% {
    opacity: 1;
    z-index: 1000; }
  100% {
    opacity: 1;
    z-index: 1000; } }

@-o-keyframes banner-anim-1 {
  0% {
    opacity: 0;
    z-index: 0; }
  20% {
    opacity: 1;
    z-index: 1000; }
  100% {
    opacity: 1;
    z-index: 1000; } }

@keyframes banner-anim-1 {
  0% {
    opacity: 0;
    z-index: 0; }
  20% {
    opacity: 1;
    z-index: 1000; }
  100% {
    opacity: 1;
    z-index: 1000; } }

@-webkit-keyframes text-anim-1 {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-moz-keyframes text-anim-1 {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-o-keyframes text-anim-1 {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes text-anim-1 {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes h1-anim-1 {
  0% {
    opacity: 0; }
  5% {
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-moz-keyframes h1-anim-1 {
  0% {
    opacity: 0; }
  5% {
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-o-keyframes h1-anim-1 {
  0% {
    opacity: 0; }
  5% {
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes h1-anim-1 {
  0% {
    opacity: 0; }
  5% {
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes p1-anim-1 {
  0% {
    opacity: 0; }
  15% {
    opacity: 0; }
  35% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-moz-keyframes p1-anim-1 {
  0% {
    opacity: 0; }
  15% {
    opacity: 0; }
  35% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-o-keyframes p1-anim-1 {
  0% {
    opacity: 0; }
  15% {
    opacity: 0; }
  35% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes p1-anim-1 {
  0% {
    opacity: 0; }
  15% {
    opacity: 0; }
  35% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes banner-anim-2 {
  0% {
    opacity: 0;
    z-index: 0; }
  10% {
    opacity: 1;
    z-index: 0; }
  10.5% {
    z-index: 1000; }
  50% {
    opacity: 1;
    z-index: 1000; }
  60% {
    opacity: 0;
    z-index: 1000; }
  60.5% {
    z-index: 0; }
  100% {
    opacity: 0;
    z-index: 0; } }

@-moz-keyframes banner-anim-2 {
  0% {
    opacity: 0;
    z-index: 0; }
  10% {
    opacity: 1;
    z-index: 0; }
  10.5% {
    z-index: 1000; }
  50% {
    opacity: 1;
    z-index: 1000; }
  60% {
    opacity: 0;
    z-index: 1000; }
  60.5% {
    z-index: 0; }
  100% {
    opacity: 0;
    z-index: 0; } }

@-o-keyframes banner-anim-2 {
  0% {
    opacity: 0;
    z-index: 0; }
  10% {
    opacity: 1;
    z-index: 0; }
  10.5% {
    z-index: 1000; }
  50% {
    opacity: 1;
    z-index: 1000; }
  60% {
    opacity: 0;
    z-index: 1000; }
  60.5% {
    z-index: 0; }
  100% {
    opacity: 0;
    z-index: 0; } }

@keyframes banner-anim-2 {
  0% {
    opacity: 0;
    z-index: 0; }
  10% {
    opacity: 1;
    z-index: 0; }
  10.5% {
    z-index: 1000; }
  50% {
    opacity: 1;
    z-index: 1000; }
  60% {
    opacity: 0;
    z-index: 1000; }
  60.5% {
    z-index: 0; }
  100% {
    opacity: 0;
    z-index: 0; } }

@-webkit-keyframes text-anim-2 {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-moz-keyframes text-anim-2 {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-o-keyframes text-anim-2 {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes text-anim-2 {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes h1-anim-2 {
  0% {
    opacity: 0; }
  5% {
    opacity: 0; }
  10% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-moz-keyframes h1-anim-2 {
  0% {
    opacity: 0; }
  5% {
    opacity: 0; }
  10% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-o-keyframes h1-anim-2 {
  0% {
    opacity: 0; }
  5% {
    opacity: 0; }
  10% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes h1-anim-2 {
  0% {
    opacity: 0; }
  5% {
    opacity: 0; }
  10% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes p1-anim-2 {
  0% {
    opacity: 0; }
  15% {
    opacity: 0; }
  20% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-moz-keyframes p1-anim-2 {
  0% {
    opacity: 0; }
  15% {
    opacity: 0; }
  20% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-o-keyframes p1-anim-2 {
  0% {
    opacity: 0; }
  15% {
    opacity: 0; }
  20% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes p1-anim-2 {
  0% {
    opacity: 0; }
  15% {
    opacity: 0; }
  20% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes banner-anim-3 {
  0% {
    opacity: 0;
    z-index: 0; }
  6.66667% {
    opacity: 1;
    z-index: 0; }
  7% {
    z-index: 1000; }
  33.33333% {
    opacity: 1;
    z-index: 1000; }
  40% {
    opacity: 0;
    z-index: 1000; }
  40.33333% {
    z-index: 0; }
  100% {
    opacity: 0;
    z-index: 0; } }

@-moz-keyframes banner-anim-3 {
  0% {
    opacity: 0;
    z-index: 0; }
  6.66667% {
    opacity: 1;
    z-index: 0; }
  7% {
    z-index: 1000; }
  33.33333% {
    opacity: 1;
    z-index: 1000; }
  40% {
    opacity: 0;
    z-index: 1000; }
  40.33333% {
    z-index: 0; }
  100% {
    opacity: 0;
    z-index: 0; } }

@-o-keyframes banner-anim-3 {
  0% {
    opacity: 0;
    z-index: 0; }
  6.66667% {
    opacity: 1;
    z-index: 0; }
  7% {
    z-index: 1000; }
  33.33333% {
    opacity: 1;
    z-index: 1000; }
  40% {
    opacity: 0;
    z-index: 1000; }
  40.33333% {
    z-index: 0; }
  100% {
    opacity: 0;
    z-index: 0; } }

@keyframes banner-anim-3 {
  0% {
    opacity: 0;
    z-index: 0; }
  6.66667% {
    opacity: 1;
    z-index: 0; }
  7% {
    z-index: 1000; }
  33.33333% {
    opacity: 1;
    z-index: 1000; }
  40% {
    opacity: 0;
    z-index: 1000; }
  40.33333% {
    z-index: 0; }
  100% {
    opacity: 0;
    z-index: 0; } }

@-webkit-keyframes text-anim-3 {
  0% {
    opacity: 0; }
  6.66667% {
    opacity: 1; }
  33.33333% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-moz-keyframes text-anim-3 {
  0% {
    opacity: 0; }
  6.66667% {
    opacity: 1; }
  33.33333% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-o-keyframes text-anim-3 {
  0% {
    opacity: 0; }
  6.66667% {
    opacity: 1; }
  33.33333% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes text-anim-3 {
  0% {
    opacity: 0; }
  6.66667% {
    opacity: 1; }
  33.33333% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes h1-anim-3 {
  0% {
    opacity: 0; }
  3.33333% {
    opacity: 0; }
  6.66667% {
    opacity: 1; }
  33.33333% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-moz-keyframes h1-anim-3 {
  0% {
    opacity: 0; }
  3.33333% {
    opacity: 0; }
  6.66667% {
    opacity: 1; }
  33.33333% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-o-keyframes h1-anim-3 {
  0% {
    opacity: 0; }
  3.33333% {
    opacity: 0; }
  6.66667% {
    opacity: 1; }
  33.33333% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes h1-anim-3 {
  0% {
    opacity: 0; }
  3.33333% {
    opacity: 0; }
  6.66667% {
    opacity: 1; }
  33.33333% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes p1-anim-3 {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  13.33333% {
    opacity: 1; }
  33.33333% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-moz-keyframes p1-anim-3 {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  13.33333% {
    opacity: 1; }
  33.33333% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-o-keyframes p1-anim-3 {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  13.33333% {
    opacity: 1; }
  33.33333% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes p1-anim-3 {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  13.33333% {
    opacity: 1; }
  33.33333% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes banner-anim-4 {
  0% {
    opacity: 0;
    z-index: 0; }
  5% {
    opacity: 1;
    z-index: 0; }
  5.25% {
    z-index: 1000; }
  25% {
    opacity: 1;
    z-index: 1000; }
  30% {
    opacity: 0;
    z-index: 1000; }
  30.25% {
    z-index: 0; }
  100% {
    opacity: 0;
    z-index: 0; } }

@-moz-keyframes banner-anim-4 {
  0% {
    opacity: 0;
    z-index: 0; }
  5% {
    opacity: 1;
    z-index: 0; }
  5.25% {
    z-index: 1000; }
  25% {
    opacity: 1;
    z-index: 1000; }
  30% {
    opacity: 0;
    z-index: 1000; }
  30.25% {
    z-index: 0; }
  100% {
    opacity: 0;
    z-index: 0; } }

@-o-keyframes banner-anim-4 {
  0% {
    opacity: 0;
    z-index: 0; }
  5% {
    opacity: 1;
    z-index: 0; }
  5.25% {
    z-index: 1000; }
  25% {
    opacity: 1;
    z-index: 1000; }
  30% {
    opacity: 0;
    z-index: 1000; }
  30.25% {
    z-index: 0; }
  100% {
    opacity: 0;
    z-index: 0; } }

@keyframes banner-anim-4 {
  0% {
    opacity: 0;
    z-index: 0; }
  5% {
    opacity: 1;
    z-index: 0; }
  5.25% {
    z-index: 1000; }
  25% {
    opacity: 1;
    z-index: 1000; }
  30% {
    opacity: 0;
    z-index: 1000; }
  30.25% {
    z-index: 0; }
  100% {
    opacity: 0;
    z-index: 0; } }

@-webkit-keyframes text-anim-4 {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  25% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-moz-keyframes text-anim-4 {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  25% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-o-keyframes text-anim-4 {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  25% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes text-anim-4 {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  25% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes h1-anim-4 {
  0% {
    opacity: 0; }
  2.5% {
    opacity: 0; }
  5% {
    opacity: 1; }
  25% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-moz-keyframes h1-anim-4 {
  0% {
    opacity: 0; }
  2.5% {
    opacity: 0; }
  5% {
    opacity: 1; }
  25% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-o-keyframes h1-anim-4 {
  0% {
    opacity: 0; }
  2.5% {
    opacity: 0; }
  5% {
    opacity: 1; }
  25% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes h1-anim-4 {
  0% {
    opacity: 0; }
  2.5% {
    opacity: 0; }
  5% {
    opacity: 1; }
  25% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes p1-anim-4 {
  0% {
    opacity: 0; }
  7.5% {
    opacity: 0; }
  10% {
    opacity: 1; }
  25% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-moz-keyframes p1-anim-4 {
  0% {
    opacity: 0; }
  7.5% {
    opacity: 0; }
  10% {
    opacity: 1; }
  25% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-o-keyframes p1-anim-4 {
  0% {
    opacity: 0; }
  7.5% {
    opacity: 0; }
  10% {
    opacity: 1; }
  25% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes p1-anim-4 {
  0% {
    opacity: 0; }
  7.5% {
    opacity: 0; }
  10% {
    opacity: 1; }
  25% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes banner-anim-5 {
  0% {
    opacity: 0;
    z-index: 0; }
  4% {
    opacity: 1;
    z-index: 0; }
  4.2% {
    z-index: 1000; }
  20% {
    opacity: 1;
    z-index: 1000; }
  24% {
    opacity: 0;
    z-index: 1000; }
  24.2% {
    z-index: 0; }
  100% {
    opacity: 0;
    z-index: 0; } }

@-moz-keyframes banner-anim-5 {
  0% {
    opacity: 0;
    z-index: 0; }
  4% {
    opacity: 1;
    z-index: 0; }
  4.2% {
    z-index: 1000; }
  20% {
    opacity: 1;
    z-index: 1000; }
  24% {
    opacity: 0;
    z-index: 1000; }
  24.2% {
    z-index: 0; }
  100% {
    opacity: 0;
    z-index: 0; } }

@-o-keyframes banner-anim-5 {
  0% {
    opacity: 0;
    z-index: 0; }
  4% {
    opacity: 1;
    z-index: 0; }
  4.2% {
    z-index: 1000; }
  20% {
    opacity: 1;
    z-index: 1000; }
  24% {
    opacity: 0;
    z-index: 1000; }
  24.2% {
    z-index: 0; }
  100% {
    opacity: 0;
    z-index: 0; } }

@keyframes banner-anim-5 {
  0% {
    opacity: 0;
    z-index: 0; }
  4% {
    opacity: 1;
    z-index: 0; }
  4.2% {
    z-index: 1000; }
  20% {
    opacity: 1;
    z-index: 1000; }
  24% {
    opacity: 0;
    z-index: 1000; }
  24.2% {
    z-index: 0; }
  100% {
    opacity: 0;
    z-index: 0; } }

@-webkit-keyframes text-anim-5 {
  0% {
    opacity: 0; }
  4% {
    opacity: 1; }
  20% {
    opacity: 1; }
  24% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-moz-keyframes text-anim-5 {
  0% {
    opacity: 0; }
  4% {
    opacity: 1; }
  20% {
    opacity: 1; }
  24% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-o-keyframes text-anim-5 {
  0% {
    opacity: 0; }
  4% {
    opacity: 1; }
  20% {
    opacity: 1; }
  24% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes text-anim-5 {
  0% {
    opacity: 0; }
  4% {
    opacity: 1; }
  20% {
    opacity: 1; }
  24% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes h1-anim-5 {
  0% {
    opacity: 0; }
  2% {
    opacity: 0; }
  4% {
    opacity: 1; }
  20% {
    opacity: 1; }
  24% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-moz-keyframes h1-anim-5 {
  0% {
    opacity: 0; }
  2% {
    opacity: 0; }
  4% {
    opacity: 1; }
  20% {
    opacity: 1; }
  24% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-o-keyframes h1-anim-5 {
  0% {
    opacity: 0; }
  2% {
    opacity: 0; }
  4% {
    opacity: 1; }
  20% {
    opacity: 1; }
  24% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes h1-anim-5 {
  0% {
    opacity: 0; }
  2% {
    opacity: 0; }
  4% {
    opacity: 1; }
  20% {
    opacity: 1; }
  24% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes p1-anim-5 {
  0% {
    opacity: 0; }
  6% {
    opacity: 0; }
  8% {
    opacity: 1; }
  20% {
    opacity: 1; }
  24% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-moz-keyframes p1-anim-5 {
  0% {
    opacity: 0; }
  6% {
    opacity: 0; }
  8% {
    opacity: 1; }
  20% {
    opacity: 1; }
  24% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-o-keyframes p1-anim-5 {
  0% {
    opacity: 0; }
  6% {
    opacity: 0; }
  8% {
    opacity: 1; }
  20% {
    opacity: 1; }
  24% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes p1-anim-5 {
  0% {
    opacity: 0; }
  6% {
    opacity: 0; }
  8% {
    opacity: 1; }
  20% {
    opacity: 1; }
  24% {
    opacity: 0; }
  100% {
    opacity: 0; } }

html.no-js #smartBannerOuter.google-map-holder {
  display: none !important; }

.aog {
  display: none; }

.aog.home {
  display: block;
  padding: .75rem 1rem;
  background-color: #04814a; }

.aog.home .scope {
  display: none; }

.aog.home .text {
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  display: block; }

.aog.home .text h1,
.aog.home .text h2,
.aog.home .text tel,
.aog.home .text .single {
  color: #ffffff;
  display: inline-block; }

.aog.home .text tel,
.aog.home .text .single {
  display: block;
  text-align: center; }

.aog.home .text .single {
  font-size: .8rem; }

@media screen and (min-width: 768px) {
  .aog.home {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    z-index: 2000;
    background-color: rgba(2, 80, 46, 0.8); }
  .aog.home .scope {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .aog.home .text h1,
  .aog.home .text h2,
  .aog.home .text tel {
    display: block; }
  .aog.home .text h1 {
    font-size: 6.15385vw;
    font-weight: 700;
    line-height: 1; }
  .aog.home .text h2 {
    font-size: 2.15385vw;
    font-weight: 700;
    line-height: 1; }
  .aog.home .text .single {
    font-size: 3.07692vw;
    font-weight: 700;
    line-height: 1.25; }
  .aog.home .text .single span {
    display: block; } }

@media screen and (min-width: 1300px) {
  .aog.home .text h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 1; }
  .aog.home .text h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1; }
  .aog.home .text .single {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25; } }

#smartBannerOuter {
  position: relative; }
  #smartBannerOuter > #smartBannerInner {
    margin: 0 auto; }
    #smartBannerOuter > #smartBannerInner .smart-banners {
      position: relative; }
    #smartBannerOuter > #smartBannerInner > #smartBanners {
      position: relative;
      margin: 0 auto; }
    #smartBannerOuter > #smartBannerInner .smart-banner-fixed-ratio-container {
      margin: 0 auto;
      position: relative;
      width: 100%;
      /* Default is full width. */ }
    #smartBannerOuter > #smartBannerInner .smart-banner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }
      #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(1) {
        position: static;
        position: relative; }
      #smartBannerOuter > #smartBannerInner .smart-banner .smart-banner-fixed-ratio-content {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        #smartBannerOuter > #smartBannerInner .smart-banner .smart-banner-fixed-ratio-content.google-map-holder {
          width: 100%;
          height: 100%; }
          #smartBannerOuter > #smartBannerInner .smart-banner .smart-banner-fixed-ratio-content.google-map-holder > iframe {
            width: 100%;
            height: 100%; }
      #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(1):nth-last-child(1) {
        opacity: 1;
        -webkit-animation: banner-anim-1 10s linear 0s 1 normal;
        -moz-animation: banner-anim-1 10s linear 0s 1 normal;
        -o-animation: banner-anim-1 10s linear 0s 1 normal;
        animation: banner-anim-1 10s linear 0s 1 normal; }
        #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(1):nth-last-child(1) .text-over {
          opacity: 1;
          -webkit-animation: text-anim-1 10s linear 0s 1 normal;
          -moz-animation: text-anim-1 10s linear 0s 1 normal;
          -o-animation: text-anim-1 10s linear 0s 1 normal;
          animation: text-anim-1 10s linear 0s 1 normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(1):nth-last-child(1) .text-over > .h1-1 {
            opacity: 1;
            -webkit-animation: h1-anim-1 10s linear 0s 1 normal;
            -moz-animation: h1-anim-1 10s linear 0s 1 normal;
            -o-animation: h1-anim-1 10s linear 0s 1 normal;
            animation: h1-anim-1 10s linear 0s 1 normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(1):nth-last-child(1) .text-over > .p-1 {
            opacity: 1;
            -webkit-animation: p1-anim-1 10s linear 0s 1 normal;
            -moz-animation: p1-anim-1 10s linear 0s 1 normal;
            -o-animation: p1-anim-1 10s linear 0s 1 normal;
            animation: p1-anim-1 10s linear 0s 1 normal; }
      #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(1):nth-last-child(2) {
        -webkit-animation: banner-anim-2 20s linear 0s infinite normal;
        -moz-animation: banner-anim-2 20s linear 0s infinite normal;
        -o-animation: banner-anim-2 20s linear 0s infinite normal;
        animation: banner-anim-2 20s linear 0s infinite normal;
        opacity: 0; }
        #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(1):nth-last-child(2) .text-over {
          -webkit-animation: text-anim-2 20s linear 0s infinite normal;
          -moz-animation: text-anim-2 20s linear 0s infinite normal;
          -o-animation: text-anim-2 20s linear 0s infinite normal;
          animation: text-anim-2 20s linear 0s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(1):nth-last-child(2) .text-over > .h1-1 {
            -webkit-animation: h1-anim-2 20s linear 0s infinite normal;
            -moz-animation: h1-anim-2 20s linear 0s infinite normal;
            -o-animation: h1-anim-2 20s linear 0s infinite normal;
            animation: h1-anim-2 20s linear 0s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(1):nth-last-child(2) .text-over > .p-1 {
            -webkit-animation: p1-anim-2 20s linear 0s infinite normal;
            -moz-animation: p1-anim-2 20s linear 0s infinite normal;
            -o-animation: p1-anim-2 20s linear 0s infinite normal;
            animation: p1-anim-2 20s linear 0s infinite normal; }
      #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(2):nth-last-child(1) {
        -webkit-animation: banner-anim-2 20s linear 10s infinite normal;
        -moz-animation: banner-anim-2 20s linear 10s infinite normal;
        -o-animation: banner-anim-2 20s linear 10s infinite normal;
        animation: banner-anim-2 20s linear 10s infinite normal;
        opacity: 0; }
        #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(2):nth-last-child(1) .text-over {
          -webkit-animation: text-anim-2 20s linear 10s infinite normal;
          -moz-animation: text-anim-2 20s linear 10s infinite normal;
          -o-animation: text-anim-2 20s linear 10s infinite normal;
          animation: text-anim-2 20s linear 10s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(2):nth-last-child(1) .text-over > .h1-1 {
            -webkit-animation: h1-anim-2 20s linear 10s infinite normal;
            -moz-animation: h1-anim-2 20s linear 10s infinite normal;
            -o-animation: h1-anim-2 20s linear 10s infinite normal;
            animation: h1-anim-2 20s linear 10s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(2):nth-last-child(1) .text-over > .p-1 {
            -webkit-animation: p1-anim-2 20s linear 10s infinite normal;
            -moz-animation: p1-anim-2 20s linear 10s infinite normal;
            -o-animation: p1-anim-2 20s linear 10s infinite normal;
            animation: p1-anim-2 20s linear 10s infinite normal; }
      #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(1):nth-last-child(3) {
        -webkit-animation: banner-anim-3 30s linear 0s infinite normal;
        -moz-animation: banner-anim-3 30s linear 0s infinite normal;
        -o-animation: banner-anim-3 30s linear 0s infinite normal;
        animation: banner-anim-3 30s linear 0s infinite normal;
        opacity: 0; }
        #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(1):nth-last-child(3) .text-over {
          -webkit-animation: text-anim-3 30s linear 0s infinite normal;
          -moz-animation: text-anim-3 30s linear 0s infinite normal;
          -o-animation: text-anim-3 30s linear 0s infinite normal;
          animation: text-anim-3 30s linear 0s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(1):nth-last-child(3) .text-over > .h1-1 {
            -webkit-animation: h1-anim-3 30s linear 0s infinite normal;
            -moz-animation: h1-anim-3 30s linear 0s infinite normal;
            -o-animation: h1-anim-3 30s linear 0s infinite normal;
            animation: h1-anim-3 30s linear 0s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(1):nth-last-child(3) .text-over > .p-1 {
            -webkit-animation: p1-anim-3 30s linear 0s infinite normal;
            -moz-animation: p1-anim-3 30s linear 0s infinite normal;
            -o-animation: p1-anim-3 30s linear 0s infinite normal;
            animation: p1-anim-3 30s linear 0s infinite normal; }
      #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(2):nth-last-child(2) {
        -webkit-animation: banner-anim-3 30s linear 10s infinite normal;
        -moz-animation: banner-anim-3 30s linear 10s infinite normal;
        -o-animation: banner-anim-3 30s linear 10s infinite normal;
        animation: banner-anim-3 30s linear 10s infinite normal;
        opacity: 0; }
        #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(2):nth-last-child(2) .text-over {
          -webkit-animation: text-anim-3 30s linear 10s infinite normal;
          -moz-animation: text-anim-3 30s linear 10s infinite normal;
          -o-animation: text-anim-3 30s linear 10s infinite normal;
          animation: text-anim-3 30s linear 10s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(2):nth-last-child(2) .text-over > .h1-1 {
            -webkit-animation: h1-anim-3 30s linear 10s infinite normal;
            -moz-animation: h1-anim-3 30s linear 10s infinite normal;
            -o-animation: h1-anim-3 30s linear 10s infinite normal;
            animation: h1-anim-3 30s linear 10s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(2):nth-last-child(2) .text-over > .p-1 {
            -webkit-animation: p1-anim-3 30s linear 10s infinite normal;
            -moz-animation: p1-anim-3 30s linear 10s infinite normal;
            -o-animation: p1-anim-3 30s linear 10s infinite normal;
            animation: p1-anim-3 30s linear 10s infinite normal; }
      #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(3):nth-last-child(1) {
        -webkit-animation: banner-anim-3 30s linear 20s infinite normal;
        -moz-animation: banner-anim-3 30s linear 20s infinite normal;
        -o-animation: banner-anim-3 30s linear 20s infinite normal;
        animation: banner-anim-3 30s linear 20s infinite normal;
        opacity: 0; }
        #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(3):nth-last-child(1) .text-over {
          -webkit-animation: text-anim-3 30s linear 20s infinite normal;
          -moz-animation: text-anim-3 30s linear 20s infinite normal;
          -o-animation: text-anim-3 30s linear 20s infinite normal;
          animation: text-anim-3 30s linear 20s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(3):nth-last-child(1) .text-over > .h1-1 {
            -webkit-animation: h1-anim-3 30s linear 20s infinite normal;
            -moz-animation: h1-anim-3 30s linear 20s infinite normal;
            -o-animation: h1-anim-3 30s linear 20s infinite normal;
            animation: h1-anim-3 30s linear 20s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(3):nth-last-child(1) .text-over > .p-1 {
            -webkit-animation: p1-anim-3 30s linear 20s infinite normal;
            -moz-animation: p1-anim-3 30s linear 20s infinite normal;
            -o-animation: p1-anim-3 30s linear 20s infinite normal;
            animation: p1-anim-3 30s linear 20s infinite normal; }
      #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(1):nth-last-child(4) {
        -webkit-animation: banner-anim-4 40s linear 0s infinite normal;
        -moz-animation: banner-anim-4 40s linear 0s infinite normal;
        -o-animation: banner-anim-4 40s linear 0s infinite normal;
        animation: banner-anim-4 40s linear 0s infinite normal;
        opacity: 0; }
        #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(1):nth-last-child(4) .text-over {
          -webkit-animation: text-anim-4 40s linear 0s infinite normal;
          -moz-animation: text-anim-4 40s linear 0s infinite normal;
          -o-animation: text-anim-4 40s linear 0s infinite normal;
          animation: text-anim-4 40s linear 0s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(1):nth-last-child(4) .text-over > .h1-1 {
            -webkit-animation: h1-anim-4 40s linear 0s infinite normal;
            -moz-animation: h1-anim-4 40s linear 0s infinite normal;
            -o-animation: h1-anim-4 40s linear 0s infinite normal;
            animation: h1-anim-4 40s linear 0s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(1):nth-last-child(4) .text-over > .p-1 {
            -webkit-animation: p1-anim-4 40s linear 0s infinite normal;
            -moz-animation: p1-anim-4 40s linear 0s infinite normal;
            -o-animation: p1-anim-4 40s linear 0s infinite normal;
            animation: p1-anim-4 40s linear 0s infinite normal; }
      #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(2):nth-last-child(3) {
        -webkit-animation: banner-anim-4 40s linear 10s infinite normal;
        -moz-animation: banner-anim-4 40s linear 10s infinite normal;
        -o-animation: banner-anim-4 40s linear 10s infinite normal;
        animation: banner-anim-4 40s linear 10s infinite normal;
        opacity: 0; }
        #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(2):nth-last-child(3) .text-over {
          -webkit-animation: text-anim-4 40s linear 10s infinite normal;
          -moz-animation: text-anim-4 40s linear 10s infinite normal;
          -o-animation: text-anim-4 40s linear 10s infinite normal;
          animation: text-anim-4 40s linear 10s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(2):nth-last-child(3) .text-over > .h1-1 {
            -webkit-animation: h1-anim-4 40s linear 10s infinite normal;
            -moz-animation: h1-anim-4 40s linear 10s infinite normal;
            -o-animation: h1-anim-4 40s linear 10s infinite normal;
            animation: h1-anim-4 40s linear 10s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(2):nth-last-child(3) .text-over > .p-1 {
            -webkit-animation: p1-anim-4 40s linear 10s infinite normal;
            -moz-animation: p1-anim-4 40s linear 10s infinite normal;
            -o-animation: p1-anim-4 40s linear 10s infinite normal;
            animation: p1-anim-4 40s linear 10s infinite normal; }
      #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(3):nth-last-child(2) {
        -webkit-animation: banner-anim-4 40s linear 20s infinite normal;
        -moz-animation: banner-anim-4 40s linear 20s infinite normal;
        -o-animation: banner-anim-4 40s linear 20s infinite normal;
        animation: banner-anim-4 40s linear 20s infinite normal;
        opacity: 0; }
        #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(3):nth-last-child(2) .text-over {
          -webkit-animation: text-anim-4 40s linear 20s infinite normal;
          -moz-animation: text-anim-4 40s linear 20s infinite normal;
          -o-animation: text-anim-4 40s linear 20s infinite normal;
          animation: text-anim-4 40s linear 20s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(3):nth-last-child(2) .text-over > .h1-1 {
            -webkit-animation: h1-anim-4 40s linear 20s infinite normal;
            -moz-animation: h1-anim-4 40s linear 20s infinite normal;
            -o-animation: h1-anim-4 40s linear 20s infinite normal;
            animation: h1-anim-4 40s linear 20s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(3):nth-last-child(2) .text-over > .p-1 {
            -webkit-animation: p1-anim-4 40s linear 20s infinite normal;
            -moz-animation: p1-anim-4 40s linear 20s infinite normal;
            -o-animation: p1-anim-4 40s linear 20s infinite normal;
            animation: p1-anim-4 40s linear 20s infinite normal; }
      #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(4):nth-last-child(1) {
        -webkit-animation: banner-anim-4 40s linear 30s infinite normal;
        -moz-animation: banner-anim-4 40s linear 30s infinite normal;
        -o-animation: banner-anim-4 40s linear 30s infinite normal;
        animation: banner-anim-4 40s linear 30s infinite normal;
        opacity: 0; }
        #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(4):nth-last-child(1) .text-over {
          -webkit-animation: text-anim-4 40s linear 30s infinite normal;
          -moz-animation: text-anim-4 40s linear 30s infinite normal;
          -o-animation: text-anim-4 40s linear 30s infinite normal;
          animation: text-anim-4 40s linear 30s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(4):nth-last-child(1) .text-over > .h1-1 {
            -webkit-animation: h1-anim-4 40s linear 30s infinite normal;
            -moz-animation: h1-anim-4 40s linear 30s infinite normal;
            -o-animation: h1-anim-4 40s linear 30s infinite normal;
            animation: h1-anim-4 40s linear 30s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(4):nth-last-child(1) .text-over > .p-1 {
            -webkit-animation: p1-anim-4 40s linear 30s infinite normal;
            -moz-animation: p1-anim-4 40s linear 30s infinite normal;
            -o-animation: p1-anim-4 40s linear 30s infinite normal;
            animation: p1-anim-4 40s linear 30s infinite normal; }
      #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(1):nth-last-child(5) {
        -webkit-animation: banner-anim-5 50s linear 0s infinite normal;
        -moz-animation: banner-anim-5 50s linear 0s infinite normal;
        -o-animation: banner-anim-5 50s linear 0s infinite normal;
        animation: banner-anim-5 50s linear 0s infinite normal;
        opacity: 0; }
        #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(1):nth-last-child(5) .text-over {
          -webkit-animation: text-anim-5 50s linear 0s infinite normal;
          -moz-animation: text-anim-5 50s linear 0s infinite normal;
          -o-animation: text-anim-5 50s linear 0s infinite normal;
          animation: text-anim-5 50s linear 0s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(1):nth-last-child(5) .text-over > .h1-1 {
            -webkit-animation: h1-anim-5 50s linear 0s infinite normal;
            -moz-animation: h1-anim-5 50s linear 0s infinite normal;
            -o-animation: h1-anim-5 50s linear 0s infinite normal;
            animation: h1-anim-5 50s linear 0s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(1):nth-last-child(5) .text-over > .p-1 {
            -webkit-animation: p1-anim-5 50s linear 0s infinite normal;
            -moz-animation: p1-anim-5 50s linear 0s infinite normal;
            -o-animation: p1-anim-5 50s linear 0s infinite normal;
            animation: p1-anim-5 50s linear 0s infinite normal; }
      #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(2):nth-last-child(4) {
        -webkit-animation: banner-anim-5 50s linear 10s infinite normal;
        -moz-animation: banner-anim-5 50s linear 10s infinite normal;
        -o-animation: banner-anim-5 50s linear 10s infinite normal;
        animation: banner-anim-5 50s linear 10s infinite normal;
        opacity: 0; }
        #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(2):nth-last-child(4) .text-over {
          -webkit-animation: text-anim-5 50s linear 10s infinite normal;
          -moz-animation: text-anim-5 50s linear 10s infinite normal;
          -o-animation: text-anim-5 50s linear 10s infinite normal;
          animation: text-anim-5 50s linear 10s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(2):nth-last-child(4) .text-over > .h1-1 {
            -webkit-animation: h1-anim-5 50s linear 10s infinite normal;
            -moz-animation: h1-anim-5 50s linear 10s infinite normal;
            -o-animation: h1-anim-5 50s linear 10s infinite normal;
            animation: h1-anim-5 50s linear 10s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(2):nth-last-child(4) .text-over > .p-1 {
            -webkit-animation: p1-anim-5 50s linear 10s infinite normal;
            -moz-animation: p1-anim-5 50s linear 10s infinite normal;
            -o-animation: p1-anim-5 50s linear 10s infinite normal;
            animation: p1-anim-5 50s linear 10s infinite normal; }
      #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(3):nth-last-child(3) {
        -webkit-animation: banner-anim-5 50s linear 20s infinite normal;
        -moz-animation: banner-anim-5 50s linear 20s infinite normal;
        -o-animation: banner-anim-5 50s linear 20s infinite normal;
        animation: banner-anim-5 50s linear 20s infinite normal;
        opacity: 0; }
        #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(3):nth-last-child(3) .text-over {
          -webkit-animation: text-anim-5 50s linear 20s infinite normal;
          -moz-animation: text-anim-5 50s linear 20s infinite normal;
          -o-animation: text-anim-5 50s linear 20s infinite normal;
          animation: text-anim-5 50s linear 20s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(3):nth-last-child(3) .text-over > .h1-1 {
            -webkit-animation: h1-anim-5 50s linear 20s infinite normal;
            -moz-animation: h1-anim-5 50s linear 20s infinite normal;
            -o-animation: h1-anim-5 50s linear 20s infinite normal;
            animation: h1-anim-5 50s linear 20s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(3):nth-last-child(3) .text-over > .p-1 {
            -webkit-animation: p1-anim-5 50s linear 20s infinite normal;
            -moz-animation: p1-anim-5 50s linear 20s infinite normal;
            -o-animation: p1-anim-5 50s linear 20s infinite normal;
            animation: p1-anim-5 50s linear 20s infinite normal; }
      #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(4):nth-last-child(2) {
        -webkit-animation: banner-anim-5 50s linear 30s infinite normal;
        -moz-animation: banner-anim-5 50s linear 30s infinite normal;
        -o-animation: banner-anim-5 50s linear 30s infinite normal;
        animation: banner-anim-5 50s linear 30s infinite normal;
        opacity: 0; }
        #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(4):nth-last-child(2) .text-over {
          -webkit-animation: text-anim-5 50s linear 30s infinite normal;
          -moz-animation: text-anim-5 50s linear 30s infinite normal;
          -o-animation: text-anim-5 50s linear 30s infinite normal;
          animation: text-anim-5 50s linear 30s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(4):nth-last-child(2) .text-over > .h1-1 {
            -webkit-animation: h1-anim-5 50s linear 30s infinite normal;
            -moz-animation: h1-anim-5 50s linear 30s infinite normal;
            -o-animation: h1-anim-5 50s linear 30s infinite normal;
            animation: h1-anim-5 50s linear 30s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(4):nth-last-child(2) .text-over > .p-1 {
            -webkit-animation: p1-anim-5 50s linear 30s infinite normal;
            -moz-animation: p1-anim-5 50s linear 30s infinite normal;
            -o-animation: p1-anim-5 50s linear 30s infinite normal;
            animation: p1-anim-5 50s linear 30s infinite normal; }
      #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(5):nth-last-child(1) {
        -webkit-animation: banner-anim-5 50s linear 40s infinite normal;
        -moz-animation: banner-anim-5 50s linear 40s infinite normal;
        -o-animation: banner-anim-5 50s linear 40s infinite normal;
        animation: banner-anim-5 50s linear 40s infinite normal;
        opacity: 0; }
        #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(5):nth-last-child(1) .text-over {
          -webkit-animation: text-anim-5 50s linear 40s infinite normal;
          -moz-animation: text-anim-5 50s linear 40s infinite normal;
          -o-animation: text-anim-5 50s linear 40s infinite normal;
          animation: text-anim-5 50s linear 40s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(5):nth-last-child(1) .text-over > .h1-1 {
            -webkit-animation: h1-anim-5 50s linear 40s infinite normal;
            -moz-animation: h1-anim-5 50s linear 40s infinite normal;
            -o-animation: h1-anim-5 50s linear 40s infinite normal;
            animation: h1-anim-5 50s linear 40s infinite normal; }
          #smartBannerOuter > #smartBannerInner .smart-banner:nth-child(5):nth-last-child(1) .text-over > .p-1 {
            -webkit-animation: p1-anim-5 50s linear 40s infinite normal;
            -moz-animation: p1-anim-5 50s linear 40s infinite normal;
            -o-animation: p1-anim-5 50s linear 40s infinite normal;
            animation: p1-anim-5 50s linear 40s infinite normal; }
    #smartBannerOuter > #smartBannerInner .smart-banner-text {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #smartBannerOuter > #smartBannerInner .smart-banner-text .text-over-outer {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        #smartBannerOuter > #smartBannerInner .smart-banner-text .text-over-outer > div {
          position: relative;
          height: 100%;
          max-width: 1300px;
          margin: 0 auto;
          padding: 0 3.84615vw; }
          #smartBannerOuter > #smartBannerInner .smart-banner-text .text-over-outer > div > div {
            position: absolute;
            max-width: 60%;
            bottom: 25%; }
            #smartBannerOuter > #smartBannerInner .smart-banner-text .text-over-outer > div > div > .text-over {
              text-align: left;
              color: #e5e5e5;
              /*background: rgba(0,0,0,0.6);*/
              /*text-shadow: 0px 0px 2px #000;*/
              /*@include font-bold;*/
              background-color: #04814a;
              line-height: 1.3;
              font-size: 13px;
              padding-top: 2vw;
              padding-bottom: 1.38462vw;
              /*white-space: nowrap;*/ }
              @media screen and (min-width: 768px) {
                #smartBannerOuter > #smartBannerInner .smart-banner-text .text-over-outer > div > div > .text-over {
                  font-size: 1.76923vw;
                  padding-top: 2vw;
                  padding-bottom: 1.38462vw;
                  background-color: rgba(2, 80, 46, 0.8); } }
              @media screen and (min-width: 1300px) {
                #smartBannerOuter > #smartBannerInner .smart-banner-text .text-over-outer > div > div > .text-over {
                  font-size: 23px;
                  padding-top: 26px;
                  padding-bottom: 18px; } }
              #smartBannerOuter > #smartBannerInner .smart-banner-text .text-over-outer > div > div > .text-over > .h1-1 {
                font-family: "Roboto Slab", serif;
                font-weight: 700;
                font-style: normal;
                color: #fff;
                font-size: 150%;
                margin-bottom: 0.76923vw; }
                @media screen and (min-width: 1300px) {
                  #smartBannerOuter > #smartBannerInner .smart-banner-text .text-over-outer > div > div > .text-over > .h1-1 {
                    margin-bottom: 10px; } }
              #smartBannerOuter > #smartBannerInner .smart-banner-text .text-over-outer > div > div > .text-over > .p-1 {
                color: #fff; }
    #smartBannerOuter > #smartBannerInner .smart-banner-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover; }
      #smartBannerOuter > #smartBannerInner .smart-banner-image:nth-child(1) {
        position: static; }
      #smartBannerOuter > #smartBannerInner .smart-banner-image .smart-banner-noscript-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover; }
    #smartBannerOuter > #smartBannerInner .smartBannerContact .smart-banner-fixed-ratio-sizer {
      padding-top: 33.33333%; }
      #smartBannerOuter > #smartBannerInner .smartBannerContact .smart-banner-fixed-ratio-sizer:after {
        width: 16.16667%;
        height: 110%; }
    #smartBannerOuter > #smartBannerInner .smartBannerStandard .smart-banner-fixed-ratio-sizer {
      padding-top: 20.833333%; }
    #smartBannerOuter > #smartBannerInner .simple_banner-h1-container {
      background-color: #4480a6;
      color: #fff;
      text-align: left;
      font-size: 13px;
      line-height: 3; }
      @media screen and (min-width: 768px) {
        #smartBannerOuter > #smartBannerInner .simple_banner-h1-container {
          font-size: 1.76923vw; } }
      @media screen and (min-width: 1300px) {
        #smartBannerOuter > #smartBannerInner .simple_banner-h1-container {
          font-size: 23px; } }
      #smartBannerOuter > #smartBannerInner .simple_banner-h1-container > .simple_banner-h1 {
        font-family: "Roboto Slab", serif;
        font-weight: 700;
        font-style: normal;
        opacity: 1;
        -webkit-animation: h1-anim-1 10s linear 0s 1 normal;
        -moz-animation: h1-anim-1 10s linear 0s 1 normal;
        -o-animation: h1-anim-1 10s linear 0s 1 normal;
        animation: h1-anim-1 10s linear 0s 1 normal;
        text-transform: uppercase;
        font-size: 150%; }
    #smartBannerOuter > #smartBannerInner #smartBanners.smartBannerHome {
      margin-bottom: 125px; }
      @media screen and (min-width: 768px) {
        #smartBannerOuter > #smartBannerInner #smartBanners.smartBannerHome {
          margin-bottom: 0; } }
      #smartBannerOuter > #smartBannerInner #smartBanners.smartBannerHome .smart-banner-fixed-ratio-sizer {
        padding-top: 42.5%; }
      #smartBannerOuter > #smartBannerInner #smartBanners.smartBannerHome > .smart-banner {
        background-color: #ffffff;
        /*&:nth-child(2) {
                    .smart-banner-noscript-image {
                        background-position-x: 100%;
                        background-position-y: 0;
                    }
                }*/ }

@-webkit-keyframes bgimage-anim-1 {
  0% {
    background-position-x: 0; }
  40% {
    background-position-x: 100%; }
  40.33333% {
    background-position-x: 0; }
  100% {
    background-position-x: 0; } }

@-moz-keyframes bgimage-anim-1 {
  0% {
    background-position-x: 0; }
  40% {
    background-position-x: 100%; }
  40.33333% {
    background-position-x: 0; }
  100% {
    background-position-x: 0; } }

@-o-keyframes bgimage-anim-1 {
  0% {
    background-position-x: 0; }
  40% {
    background-position-x: 100%; }
  40.33333% {
    background-position-x: 0; }
  100% {
    background-position-x: 0; } }

@keyframes bgimage-anim-1 {
  0% {
    background-position-x: 0; }
  40% {
    background-position-x: 100%; }
  40.33333% {
    background-position-x: 0; }
  100% {
    background-position-x: 0; } }

@-webkit-keyframes bgimage-anim-2 {
  0% {
    background-position-x: 100%;
    background-position-y: 0; }
  40% {
    background-position-x: 0;
    background-position-y: 100%; }
  40.33333% {
    background-position-x: 100%;
    background-position-y: 0; }
  100% {
    background-position-x: 100%;
    background-position-y: 0; } }

@-moz-keyframes bgimage-anim-2 {
  0% {
    background-position-x: 100%;
    background-position-y: 0; }
  40% {
    background-position-x: 0;
    background-position-y: 100%; }
  40.33333% {
    background-position-x: 100%;
    background-position-y: 0; }
  100% {
    background-position-x: 100%;
    background-position-y: 0; } }

@-o-keyframes bgimage-anim-2 {
  0% {
    background-position-x: 100%;
    background-position-y: 0; }
  40% {
    background-position-x: 0;
    background-position-y: 100%; }
  40.33333% {
    background-position-x: 100%;
    background-position-y: 0; }
  100% {
    background-position-x: 100%;
    background-position-y: 0; } }

@keyframes bgimage-anim-2 {
  0% {
    background-position-x: 100%;
    background-position-y: 0; }
  40% {
    background-position-x: 0;
    background-position-y: 100%; }
  40.33333% {
    background-position-x: 100%;
    background-position-y: 0; }
  100% {
    background-position-x: 100%;
    background-position-y: 0; } }

@-webkit-keyframes bgimage-anim-3 {
  0% {
    background-size: 100%; }
  40% {
    background-size: 110%; }
  40.33333% {
    background-size: 100%; }
  100% {
    background-size: 100%; } }

@-moz-keyframes bgimage-anim-3 {
  0% {
    background-size: 100%; }
  40% {
    background-size: 110%; }
  40.33333% {
    background-size: 100%; }
  100% {
    background-size: 100%; } }

@-o-keyframes bgimage-anim-3 {
  0% {
    background-size: 100%; }
  40% {
    background-size: 110%; }
  40.33333% {
    background-size: 100%; }
  100% {
    background-size: 100%; } }

@keyframes bgimage-anim-3 {
  0% {
    background-size: 100%; }
  40% {
    background-size: 110%; }
  40.33333% {
    background-size: 100%; }
  100% {
    background-size: 100%; } }
        #smartBannerOuter > #smartBannerInner #smartBanners.smartBannerHome > .smart-banner .smart-banner-text .text-over-outer {
          position: relative;
          top: auto;
          right: auto;
          left: auto;
          bottom: auto;
          height: auto; }
          @media screen and (min-width: 768px) {
            #smartBannerOuter > #smartBannerInner #smartBanners.smartBannerHome > .smart-banner .smart-banner-text .text-over-outer {
              top: 0;
              height: 100%;
              position: absolute; } }
          #smartBannerOuter > #smartBannerInner #smartBanners.smartBannerHome > .smart-banner .smart-banner-text .text-over-outer > div {
            padding: 0; }
            @media screen and (min-width: 768px) {
              #smartBannerOuter > #smartBannerInner #smartBanners.smartBannerHome > .smart-banner .smart-banner-text .text-over-outer > div {
                padding: 0 3.84615vw; } }
            #smartBannerOuter > #smartBannerInner #smartBanners.smartBannerHome > .smart-banner .smart-banner-text .text-over-outer > div > div {
              margin: 0;
              max-width: 100%;
              max-width: unset;
              bottom: auto;
              display: table;
              position: static;
              width: 100%;
              height: 100%; }
              @media screen and (min-width: 768px) {
                #smartBannerOuter > #smartBannerInner #smartBanners.smartBannerHome > .smart-banner .smart-banner-text .text-over-outer > div > div {
                  max-width: 60%; } }
              @media screen and (min-width: 768px) {
                #smartBannerOuter > #smartBannerInner #smartBanners.smartBannerHome > .smart-banner .smart-banner-text .text-over-outer > div > div {
                  position: absolute;
                  width: auto;
                  height: auto;
                  top: 28%;
                  bottom: auto; } }
              #smartBannerOuter > #smartBannerInner #smartBanners.smartBannerHome > .smart-banner .smart-banner-text .text-over-outer > div > div > .text-over {
                display: block;
                font-size: 14px;
                padding: 1rem;
                height: 100%;
                display: table-cell;
                vertical-align: middle;
                width: 100%; }
                @media screen and (min-width: 768px) {
                  #smartBannerOuter > #smartBannerInner #smartBanners.smartBannerHome > .smart-banner .smart-banner-text .text-over-outer > div > div > .text-over {
                    padding: 2.5rem;
                    font-size: 1.76923vw;
                    height: auto; } }
                @media screen and (min-width: 1300px) {
                  #smartBannerOuter > #smartBannerInner #smartBanners.smartBannerHome > .smart-banner .smart-banner-text .text-over-outer > div > div > .text-over {
                    padding: 2.5rem;
                    font-size: 23px; } }
                #smartBannerOuter > #smartBannerInner #smartBanners.smartBannerHome > .smart-banner .smart-banner-text .text-over-outer > div > div > .text-over:after {
                  display: none; }
                  @media screen and (min-width: 768px) {
                    #smartBannerOuter > #smartBannerInner #smartBanners.smartBannerHome > .smart-banner .smart-banner-text .text-over-outer > div > div > .text-over:after {
                      display: block; } }

/* 600.SmartBanners.scss ------------------------------------------------ */
/* 801.SiteMap.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
.site-map ul {
  margin: 1rem 0; }

.site-map ul ul {
  margin: .25rem 0 0 1rem;
  padding: 0; }

.site-map ul li {
  padding: .25rem; }

.site-map i,
.site-map svg {
  display: none; }

/* 801.SiteMap.scss ------------------------------------------------ */
/* 801.Social.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
.social {
  font-size: 0;
  margin: 10px 0; }
  @media (min-width: 900px) {
    .social {
      margin: 16px 0 16px 0; } }
  .social > a {
    display: inline-block;
    color: #aaa;
    border-right: 1px solid #ddd;
    padding: 8px 6px 8px 0;
    margin: 0 4px 0 4px;
    margin-right: 4px; }
    .social > a:hover {
      color: #666; }
    .social > a:first-child {
      padding-left: 6px;
      margin-left: 0;
      border-left: 1px solid #ddd; }
    .social > a > i {
      display: inline-block;
      font-size: 12px;
      width: 20px; }

.social-links {
  padding-top: 20px; }
  @media (min-width: 1100px) {
    .social-links {
      padding-top: 0;
      position: absolute;
      top: 100px;
      right: 0; } }
  .social-links > #socialOuter {
    text-align: center;
    font-size: 25px; }
    @media (min-width: 1100px) {
      .social-links > #socialOuter {
        position: fixed;
        transform: translate(-100%);
        margin: 0;
        background-color: #04814a;
        border: 1px solid #04814a;
        border-right: none;
        box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.5);
        z-index: 20000;
        border-radius: 10px 0 0 10px; } }
    .social-links > #socialOuter > #socialInner {
      display: inline-block;
      position: relative;
      line-height: 0;
      margin: 0;
      color: #fff; }
      .social-links > #socialOuter > #socialInner > a,
      .social-links > #socialOuter > #socialInner > a:link,
      .social-links > #socialOuter > #socialInner > a:visited,
      .social-links > #socialOuter > #socialInner > a:hover,
      .social-links > #socialOuter > #socialInner > a:active {
        display: inline-block;
        text-transform: none;
        font-family: "Roboto Slab", serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.36;
        margin-left: 0.3em;
        font-size: 80%; }
        .social-links > #socialOuter > #socialInner > a:first-child,
        .social-links > #socialOuter > #socialInner > a:link:first-child,
        .social-links > #socialOuter > #socialInner > a:visited:first-child,
        .social-links > #socialOuter > #socialInner > a:hover:first-child,
        .social-links > #socialOuter > #socialInner > a:active:first-child {
          margin-left: 0; }
      .social-links > #socialOuter > #socialInner > a:hover {
        color: #fff; }
      @media (min-width: 1100px) {
        .social-links > #socialOuter > #socialInner {
          display: block;
          position: relative; }
          .social-links > #socialOuter > #socialInner > a,
          .social-links > #socialOuter > #socialInner > a:link,
          .social-links > #socialOuter > #socialInner > a:visited,
          .social-links > #socialOuter > #socialInner > a:hover,
          .social-links > #socialOuter > #socialInner > a:active {
            display: block;
            padding: 4px 6px;
            border-bottom: none;
            color: #fff;
            text-transform: none;
            font-family: "Roboto Slab", serif;
            font-weight: 400;
            font-style: normal;
            margin-left: 0;
            line-height: 0;
            margin-top: 5px;
            margin-bottom: 5px; }
          .social-links > #socialOuter > #socialInner > a:hover {
            color: #fff; } }
      .no-js .social-links > #socialOuter > #socialInner a#share {
        display: none; }

#postSocialShare {
  position: absolute;
  font-size: 25px;
  line-height: 0;
  right: 0;
  top: 0;
  display: none;
  /* Until we get this sorted out correctly. mgcd. */ }
  #postSocialShare > a#shareThis {
    color: #999; }
    #postSocialShare > a#shareThis:hover {
      color: #666; }

.social-share-dropdown {
  padding: 1rem;
  display: block;
  text-align: center;
  display: none;
  color: #fff;
  font-size: 1rem;
  line-height: 1; }
  .social-share-dropdown > a.social-share-close {
    display: none; }
  .social-share-dropdown > h2 {
    color: #ffffff; }
  .social-share-dropdown > ul {
    margin: 1rem; }
    .social-share-dropdown > ul > li {
      padding: .25rem 0; }
      .social-share-dropdown > ul > li > a {
        width: 120px;
        padding: 1em;
        display: inline-block;
        border: solid 1px #666;
        border-radius: 10px; }
        .social-share-dropdown > ul > li > a > span {
          display: block;
          font-size: .65em;
          display: block;
          padding: .5em; }
  @media (min-width: 1100px) {
    .social-share-dropdown {
      padding: .25rem;
      position: absolute;
      right: 0;
      bottom: 1em;
      z-index: 1;
      background-color: #04814a;
      box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.5);
      font-size: 110%;
      text-align: left; } }
  @media (min-width: 1100px) {
    .social-share-dropdown {
      bottom: inherit; }
      .social-share-dropdown > a.social-share-close {
        position: absolute;
        display: block;
        top: 0.1em;
        right: 0.2em;
        color: #dddddd;
        font-size: 80%; }
        .social-share-dropdown > a.social-share-close:hover {
          color: #eeeeee;
          background-color: transparent; }
      .social-share-dropdown > h2 {
        border-bottom: 1px solid #b6bbc1;
        margin: 0.5em 0.5em 0.5em 0.5em !important;
        padding: 0 2em 0.5em 0;
        font-size: 0.5em;
        line-height: 1;
        white-space: nowrap;
        text-transform: none;
        z-index: 45000; }
      .social-share-dropdown ul {
        margin: 0;
        padding: 0; }
        .social-share-dropdown ul li {
          padding: 0;
          list-style: none; }
          .social-share-dropdown ul li > a,
          .social-share-dropdown ul li > a:link,
          .social-share-dropdown ul li > a:visited,
          .social-share-dropdown ul li > a:hover,
          .social-share-dropdown ul li > a:active {
            display: block;
            font-size: 0.75em;
            white-space: nowrap;
            color: #dddddd;
            padding-left: 0.5em;
            padding-top: 2px;
            padding-bottom: 2px;
            margin: 0.3em 0;
            border: none; }
          .social-share-dropdown ul li > a:hover {
            color: #ffffff; }
          .social-share-dropdown ul li > a > span {
            display: inline-block;
            padding-left: .5em; } }

/* 801.Social.scss ------------------------------------------------ */
/* 850.Events.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
article.event {
  padding-bottom: 0;
  border-bottom: none; }

/* 850.Events.scss ------------------------------------------------ */
/* 850.TeamMembers.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
.site-main.team_member:before {
  content: ' ';
  display: block;
  height: 12px;
  background-color: #3c3c3b;
  margin-bottom: 50px; }

#postsContainer.team_member {
  margin-top: 30px; }
  @media (min-width: 700px) {
    #postsContainer.team_member {
      margin-right: -3.84615vw; } }
  @media screen and (min-width: 1300px) {
    #postsContainer.team_member {
      margin-right: -50px; } }
  #postsContainer.team_member > .team_member-outer {
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      #postsContainer.team_member > .team_member-outer {
        float: left;
        width: 50%; }
        #postsContainer.team_member > .team_member-outer:nth-child(2n+1) {
          clear: both; } }
    @media (min-width: 1000px) {
      #postsContainer.team_member > .team_member-outer {
        float: left;
        width: 33.33333%; }
        #postsContainer.team_member > .team_member-outer:nth-child(2n+1) {
          clear: none; }
        #postsContainer.team_member > .team_member-outer:nth-child(3n+1) {
          clear: both; } }
    #postsContainer.team_member > .team_member-outer > section {
      text-align: left;
      /*
			&:before {
				content: ' ';
				display: block;
				background-color: #3c3c3b;
				height: 5px;
				margin: 20px auto 30px auto;
			}
			*/ }
      @media (min-width: 700px) {
        #postsContainer.team_member > .team_member-outer > section {
          margin: 0 3.84615vw 0 0; } }
      @media screen and (min-width: 1300px) {
        #postsContainer.team_member > .team_member-outer > section {
          margin: 0 50px 0 0; } }
      #postsContainer.team_member > .team_member-outer > section > div.post-thumbnail {
        margin: 0 auto 1rem auto; }
        #postsContainer.team_member > .team_member-outer > section > div.post-thumbnail > img {
          max-width: 100%;
          height: auto;
          display: block; }
      #postsContainer.team_member > .team_member-outer > section > header.entry-header {
        /*
				&:after {
					content: ' ';
					display: block;
					background-color: #3c3c3b;
					height: 3px;
					margin: 0 0 22px 0;
				}
				*/ }
        #postsContainer.team_member > .team_member-outer > section > header.entry-header > h2 {
          font-family: "Roboto Slab", serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1rem;
          line-height: 1;
          margin: 13px 0 4px 0; }
        #postsContainer.team_member > .team_member-outer > section > header.entry-header > h3 {
          font-family: "Roboto Slab", serif;
          font-weight: 400;
          font-style: normal;
          text-transform: uppercase;
          font-size: .75rem;
          line-height: 1;
          margin: 4px 0 16px 0;
          color: #000; }
          #postsContainer.team_member > .team_member-outer > section > header.entry-header > h3 span {
            padding: 0 0 .25rem 0;
            display: block; }
      #postsContainer.team_member > .team_member-outer > section > div.entry-content {
        margin: 0;
        font-size: .75rem; }
    #postsContainer.team_member > .team_member-outer:nth-child(1) > section:before {
      display: none; }
    @media (min-width: 700px) {
      #postsContainer.team_member > .team_member-outer:nth-child(2) > section:before {
        display: none; } }
    @media (min-width: 1000px) {
      #postsContainer.team_member > .team_member-outer:nth-child(3) > section:before {
        display: none; } }

.show-more-team_member {
  padding-bottom: 20px; }

/* 850.TeamMembers.scss ------------------------------------------------ */
/* 910.Policies.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
.policies ol {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  counter-reset: item; }
  .policies ol > li {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    display: block;
    position: relative; }
    .policies ol > li:before {
      content: counters(item, ".") ".";
      counter-increment: item;
      position: absolute;
      margin-right: 100%;
      right: 10px;
      /* space between number and text */
      font-size: 13px; }
    .policies ol > li > ol {
      margin-top: 10px !important; }
  .policies ol.root > li {
    font-weight: bold; }
    .policies ol.root > li > ol {
      font-weight: normal; }

.policies li > span {
  display: block;
  font-weight: bold; }

.policies table {
  font-family: Arial,Verdana,helvetica;
  font-size: 12px;
  margin: 30px 0;
  border: solid 1px #cccccc; }
  .policies table th, .policies table td {
    padding: 4px 10px;
    border: solid 1px #cccccc;
    border-collapse: collapse; }
  .policies table th {
    font-weight: 600;
    background-color: #efefef; }

#cookieLawOuter {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9000;
  display: none; }
  #cookieLawOuter > #cookieLawInner {
    margin: 0 auto 0 auto;
    padding: 20px 20px 14px 20px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #bbb;
    font-size: 14px;
    max-width: 600px; }
    #cookieLawOuter > #cookieLawInner > p {
      margin: 0;
      text-align: center; }
    #cookieLawOuter > #cookieLawInner a {
      color: #ddd; }
      #cookieLawOuter > #cookieLawInner a:hover {
        color: white; }
    #cookieLawOuter > #cookieLawInner #cookieLawOuterAccept {
      margin-top: 6px; }
      #cookieLawOuter > #cookieLawInner #cookieLawOuterAccept input {
        font-size: 12px; }

/* 910.Policies.scss ------------------------------------------------ */
/* 999.WordPressAdminFix.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 001.SCSSImport.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
@mixin font-normal {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Libre Franklin", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}
*/
/*
@mixin font-normal {
    font-family: "Futura LT W01 Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Futura LT W01 Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Futura LT W01 Book Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold-italic {
    font-family: "Futura LT W01 Bold Oblique", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
*/
/*
@mixin font-normal {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@mixin font-bold {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@mixin font-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

@mixin font-bold-italic {
    font-family: "Gotham SSm A", "Gotham SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}
*/
/* 001.SCSSImport.scss ------------------------------------------------ */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed; } }

/* 999.WordPressAdminFix.scss ------------------------------------------------ */
