@import url("https://fonts.googleapis.com/css?family=Poppins:200,400,600");
@font-face {
  font-family: 'flexslider-icon';
  src: url("/wp-content/themes/workshop/assets/fonts/flexslider-icon.eot");
  src: url("/wp-content/themes/workshop/assets/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/workshop/assets/fonts/flexslider-icon.woff") format("woff"), url("/wp-content/themes/workshop/assets/fonts/flexslider-icon.ttf") format("truetype"), url("/wp-content/themes/workshop/assets/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

html body .wrapper .flexslider {
  display: block; }
  html body .wrapper .flexslider h2.column_title, html body .wrapper .flexslider p.column_subtitle {
    text-align: center; }
  html body .wrapper .flexslider .button {
    margin-top: 2em; }
  html body .wrapper .flexslider .imgslider {
    width: 100%;
    position: relative;
    background: transparent;
    display: block;
    margin: 0em auto;
    float: none;
    z-index: 0; }
    @media (max-width: 768px) {
      html body .wrapper .flexslider .imgslider {
        width: 100%;
        min-height: 0; } }
    @media (max-width: 575px) {
      html body .wrapper .flexslider .imgslider {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw; } }
    html body .wrapper .flexslider .imgslider .flex-viewport {
      overflow: hidden !important; }
    html body .wrapper .flexslider .imgslider .slides {
      overflow: hidden; }
      html body .wrapper .flexslider .imgslider .slides li .article {
        width: 100%; }
        html body .wrapper .flexslider .imgslider .slides li .article .featured {
          position: relative; }
        html body .wrapper .flexslider .imgslider .slides li .article .details {
          bottom: 0;
          background: rgba(0, 0, 0, 0.92);
          position: absolute;
          display: block;
          float: left;
          width: 100%;
          padding: 1rem 1.5rem;
          color: #fff;
          transition: all 150ms ease-in-out;
          -webkit-transition: all 150ms ease-in-out;
          -moz-transition: all 150ms ease-in-out;
          -ms-transition: all 150ms ease-in-out;
          -o-transition: all 150ms ease-in-out; }
          @media (max-width: 1084px) {
            html body .wrapper .flexslider .imgslider .slides li .article .details {
              opacity: 1;
              background: rgba(29, 29, 27, 0.5); } }
          @media (max-width: 575px) {
            html body .wrapper .flexslider .imgslider .slides li .article .details {
              bottom: inherit;
              display: block;
              float: none;
              width: 100%;
              height: auto;
              padding: 1.5rem;
              -webkit-transform: translateY(-100%);
              -moz-transform: translateY(-100%);
              -ms-transform: translateY(-100%);
              -o-transform: translateY(-100%);
              transform: translateY(-100%); } }
          html body .wrapper .flexslider .imgslider .slides li .article .details h4 {
            text-transform: none;
            padding: 0;
            margin: 0 0 .5em; }
          html body .wrapper .flexslider .imgslider .slides li .article .details p {
            color: #fff;
            padding: 0;
            margin: 0 0 .5em; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  background: #fff;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(50, 50, 50, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 18px;
  position: absolute;
  display: inline-block;
  content: '\f001';
  color: black;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(50, 50, 50, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(255, 255, 255, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(255, 255, 255, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

.flex-prev,
.flex-next {
  font-size: 0; }

.flex-nav-next, .flex-nav-prev {
  margin-bottom: 0; }

.flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible; }

html {
  height: 100%;
  width: 100%;
  outline: 0;
  margin: 0;
  padding: 0; }
  html body.login {
    display: block;
    background-image: url("../img/coles-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: black;
    height: 100%;
    width: 100%;
    outline: 0;
    margin: 0;
    padding: 0; }
    html body.login p.message {
      border-left: 4px solid #0d9193;
      padding: 12px;
      margin-left: 0;
      margin-bottom: 20px;
      background-color: rgba(0, 0, 0, 0.8);
      color: #3dd9db; }
    html body.login div#login h1 a {
      display: none; }
    html body.login div#login form#loginform {
      background: #051b22;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13); }
      html body.login div#login form#loginform p label {
        color: #fff; }
    html body.login div#login #nav a, html body.login div#login #backtoblog a, html body.login div#login .privacy-policy-page-link a {
      color: #fff;
      text-decoration: none; }
      html body.login div#login #nav a:hover, html body.login div#login #nav a:focus, html body.login div#login #backtoblog a:hover, html body.login div#login #backtoblog a:focus, html body.login div#login .privacy-policy-page-link a:hover, html body.login div#login .privacy-policy-page-link a:focus {
        color: #3dd9db; }

/* Fade Out Keyframes */
@-webkit-keyframes fadeout {
  0% {
    background-color: black; }
  100% {
    background-color: rgba(0, 0, 0, 0); } }

@keyframes fadeout {
  0% {
    background-color: black; }
  100% {
    background-color: rgba(0, 0, 0, 0); } }

/*BOOTSTRAP ESSENTIALS*/
*, ::after, ::before {
  box-sizing: border-box; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-1, .col-auto {
  -webkit-box-flex: 0; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

@media (max-width: 575px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px; } }

/**
 * WooCommerce CSS Variables
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
html body .screen-reader-response {
  display: none; }

html body input::-webkit-input-placeholder {
  color: #121212;
  font-weight: 300; }

html body input::-moz-placeholder {
  color: #121212;
  font-weight: 300; }

html body input:-ms-input-placeholder {
  color: #121212;
  font-weight: 300; }

html body input:-moz-placeholder {
  color: #121212;
  font-weight: 300; }

html body textarea::-webkit-input-placeholder {
  color: #121212;
  font-weight: 300; }

html body textarea::-moz-placeholder {
  color: #121212;
  font-weight: 300; }

html body textarea:-ms-input-placeholder {
  color: #121212;
  font-weight: 300; }

html body textarea:-moz-placeholder {
  color: #121212;
  font-weight: 300; }

html body .sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap; }

html body .sod_select, html body .sod_select * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

html body .wpcf7-form {
  margin-bottom: 4em; }

html body .wpcf7-not-valid-tip {
  top: inherit;
  left: 3px;
  position: relative;
  color: inherit;
  font-style: italic;
  font-size: .8em;
  border: 0;
  height: auto;
  margin: -10px 0 5px; }

html body .wpcf7-acceptance-missing, html body .wpcf7-mail-sent-ok {
  border: 0px solid;
  top: inherit;
  position: relative;
  color: inherit;
  font-style: italic;
  font-size: .8em;
  border: 0;
  height: 2em;
  margin: 0; }

html body .wpcf7-response-output, html body .wpcf7-validation-errors {
  clear: both;
  margin: .2em 0 1em;
  border: 0px solid;
  top: inherit;
  position: relative;
  color: inherit;
  text-align: center;
  font-style: italic;
  font-size: .8em;
  border: 0;
  height: 2em; }

html body .wpcf7-form-control-wrap {
  width: 100%; }
  html body .wpcf7-form-control-wrap span {
    position: relative; }

html body .wpcf7 .wpcf7-list-item {
  display: block; }

html body .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
  margin-bottom: 1em; }

html body .g-recaptcha div {
  margin: 1em auto; }

html body label {
  margin-bottom: 0.02em;
  text-align: left; }
  html body label span {
    display: inline-block;
    position: relative; }

html body input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px rgba(200, 200, 200, 0.9) inset; }

html body input, html body select, html body button,
html body input[type=button],
html body input[type=text],
html body input[type=tel],
html body input[type=email],
html body textarea {
  display: block;
  font-size: inherit;
  font-family: inherit;
  text-align: left;
  color: inherit;
  border-color: inherit;
  border: 1px solid;
  border-radius: 30px;
  margin: 0;
  margin-bottom: .25em;
  padding: 8px;
  outline: 0px !important;
  background: white; }

html body input[type=text],
html body input[type=tel],
html body input[type=email],
html body textarea {
  width: 100%; }

html body textarea {
  display: block;
  -webkit-appearance: none;
  display: block;
  text-align: left;
  width: 100%;
  height: 12em;
  border: 1px solid;
  padding: 8px;
  margin: 0px;
  line-height: 145%;
  margin-bottom: 8px; }

html body input:focus, html body select:focus, html body button:focus,
html body input[type=submit]:focus,
html body input[type=button]:focus,
html body input[type=text]:focus,
html body input[type=tel]:focus,
html body input[type=email]:focus,
html body textarea:focus {
  outline: none;
  color: black;
  background-color: #f5f5f5;
  border-bottom: 2px solid; }

html body input[type="submit"] {
  position: relative;
  display: table;
  z-index: 0;
  clear: both;
  width: auto;
  min-width: 130px;
  margin: .5em auto;
  padding: .8em 1.4em .7em;
  overflow: hidden;
  background-color: transparent;
  color: white;
  border-color: white;
  border: 2px solid;
  font-family: inherit;
  font-size: 1em;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
  transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  cursor: pointer; }
  html body input[type="submit"]:hover, html body input[type="submit"]:focus {
    background-color: white;
    border-color: white;
    color: black; }

html body select {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 1em auto;
  padding: .5rem 2.25rem .5rem 1rem;
  line-height: 1.5;
  color: inherit;
  font-size: 1em;
  border: 0;
  border-bottom: 1px solid;
  cursor: pointer;
  outline: 0; }

html body .wrapper .blog .container {
  padding-top: 0em;
  padding-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  padding-left: 2em;
  padding-right: 2em; }
  html body .wrapper .blog .container .pagetitle {
    margin-bottom: 1em; }
  html body .wrapper .blog .container .item {
    display: block;
    float: left;
    width: calc(25% - .75em);
    padding: 1.2em 0 .5em;
    margin-right: 1em; }
    @media (min-width: 1300px) {
      html body .wrapper .blog .container .item {
        width: calc(25% - .75em); }
        html body .wrapper .blog .container .item:nth-of-type(4n) {
          margin-right: 0; } }
    @media (max-width: 1300px) and (min-width: 1025px) {
      html body .wrapper .blog .container .item {
        width: calc(33% - .67em); }
        html body .wrapper .blog .container .item:nth-of-type(3n) {
          margin-right: 0; } }
    @media (max-width: 1024px) {
      html body .wrapper .blog .container .item {
        width: calc(50% - .5em); }
        html body .wrapper .blog .container .item:nth-of-type(2n) {
          margin-right: 0; } }
    @media (max-width: 767px) {
      html body .wrapper .blog .container .item {
        width: 100%; } }
    html body .wrapper .blog .container .item .post-img {
      position: relative;
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 70%;
      margin-bottom: 1em;
      overflow: hidden;
      border-left: 5px solid #009fb3; }
      html body .wrapper .blog .container .item .post-img a img {
        position: absolute;
        display: block;
        width: 100%;
        left: 0;
        height: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    html body .wrapper .blog .container .item .post-cont a h3 {
      font-size: 1.4em;
      font-weight: 500;
      line-height: 110%; }
    html body .wrapper .blog .container .item .post-cont .date {
      font-size: 75%;
      font-family: 'Georgia', serif;
      color: #cccccc;
      font-style: italic; }
    html body .wrapper .blog .container .item .post-cont .tag {
      display: block;
      white-space: wrap;
      word-break: break-word; }
      html body .wrapper .blog .container .item .post-cont .tag a {
        line-height: 100%;
        display: inline-block;
        background: #258c9e;
        color: #fff !important;
        border-radius: 3px;
        padding: 5px;
        font-size: .75em;
        font-weight: 500;
        margin: 0 4px 4px 0;
        text-decoration: none !important;
        text-transform: uppercase;
        word-break: keep-all; }
      html body .wrapper .blog .container .item .post-cont .tag a.title {
        background: #fff;
        color: #111 !important;
        text-transform: none;
        border: 0;
        padding: 0 !important; }

html body .post .container {
  padding-top: 1em;
  padding-bottom: 5em; }
  html body .post .container .go_back {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .9em;
    color: #009fb3;
    text-decoration: none !important; }
  html body .post .container h1 {
    text-transform: none; }
    html body .post .container h1:first-of-type {
      display: block;
      border-bottom: 1px solid;
      padding-bottom: 1em;
      margin-bottom: .5em; }
  html body .post .container em {
    color: #666;
    margin-bottom: 2.5em; }
  html body .post .container h2 {
    text-transform: none;
    line-height: 120%;
    font-weight: 600; }
  html body .post .container h3 {
    text-transform: none;
    margin-top: 1em; }
  html body .post .container h4 {
    text-transform: none;
    margin-top: 1em; }
  html body .post .container h5 {
    text-transform: none;
    margin-top: 1em; }
  html body .post .container a {
    text-decoration: none;
    color: #009fb3;
    font-weight: 600; }
    html body .post .container a:link {
      text-decoration: none;
      color: #009fb3; }
    html body .post .container a:visited {
      text-decoration: none;
      color: inherit; }
    html body .post .container a:hover {
      text-decoration: underline;
      color: #222; }
    html body .post .container a:active {
      text-decoration: underline;
      color: #999; }
    html body .post .container a:focus {
      text-decoration: underline;
      color: #222; }
  html body .post .container iframe {
    display: block;
    margin: 3em auto; }
  html body .post .container img {
    display: block;
    margin: 2em auto 3em;
    height: auto;
    width: auto;
    max-width: 100%; }
  html body .post .container .aligncenter {
    margin: 40px auto;
    max-width: 100%;
    height: auto; }
  html body .post .container blockquote {
    font-weight: 100;
    line-height: 140%;
    position: relative;
    margin: 1em auto;
    padding: .5em .5em .5em 10%;
    font-style: italic; }
    html body .post .container blockquote p {
      line-height: 110%; }
  html body .post .container .nav-posts {
    display: inline-block;
    position: relative;
    padding: 2em 0 0;
    margin-bottom: 4em;
    clear: both; }
    @media (max-width: 1060px) {
      html body .post .container .nav-posts {
        float: left; } }
    html body .post .container .nav-posts #prev, html body .post .container .nav-posts #next {
      position: relative;
      float: left; }
      html body .post .container .nav-posts #prev a, html body .post .container .nav-posts #next a {
        margin: 0; }
        @media (max-width: 996px) {
          html body .post .container .nav-posts #prev a, html body .post .container .nav-posts #next a {
            font-size: .8em; } }
  html body .post .container ul.commentlist {
    display: none !important; }
  html body .post .container ol.commentlist {
    list-style-type: none;
    margin: 0 0 1em;
    padding: 0;
    text-indent: 0; }
    html body .post .container ol.commentlist li.comment {
      border-bottom: 1px solid #009fb3;
      padding: 1em; }
      html body .post .container ol.commentlist li.comment div.vcard {
        font-weight: 14px; }
        html body .post .container ol.commentlist li.comment div.vcard img.avatar {
          border: 2px solid #009fb3;
          float: right;
          margin: 0 0 20px 20px; }
      html body .post .container ol.commentlist li.comment div.comment-meta {
        font-size: 11px; }
        html body .post .container ol.commentlist li.comment div.comment-meta a {
          color: #009fb3; }
      html body .post .container ol.commentlist li.comment p {
        font-size: 12px; }
      html body .post .container ol.commentlist li.comment ul {
        font-size: 12px;
        list-style: none;
        margin: 0 0 0 20px; }
      html body .post .container ol.commentlist li.comment div.reply {
        font-size: 11px; }
        html body .post .container ol.commentlist li.comment div.reply a {
          font-weight: bold; }
      html body .post .container ol.commentlist li.comment ul.children {
        list-style: none;
        margin: 12px;
        text-indent: 0; }
        html body .post .container ol.commentlist li.comment ul.children li.depth-2 {
          border-left: 5px solid #009fb3;
          margin: 0 0 10px 10px; }
        html body .post .container ol.commentlist li.comment ul.children li.depth-3 {
          border-left: 5px solid #009fb3;
          margin: 0 0 10px 10px; }
        html body .post .container ol.commentlist li.comment ul.children li.depth-4 {
          border-left: 5px solid #009fb3;
          margin: 0 0 10px 10px; }
    html body .post .container ol.commentlist li.even {
      background: white; }
    html body .post .container ol.commentlist li.odd {
      background: #f5f5f5; }
    html body .post .container ol.commentlist li.parent {
      border-left: 5px solid #009fb3; }
  html body .post .container #respond input[type=text], html body .post .container #respond textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #009fb3; }
  html body .post .container #respond input[type=text]:focus, html body .post .container #respond textarea:focus {
    -webkit-box-shadow: 0 0 5px #51cbee;
    box-shadow: 0 0 5px #51cbee;
    margin: 5px 1px 3px 0px;
    border: 1px solid #f5f5f5; }
  html body .post .container #comment {
    width: 100%; }
  html body .post .container #submit {
    margin: 0px;
    border: 0px;
    font-size: 1em;
    padding: 0.5rem 2rem; }
  html body .post .container #url {
    color: inherit; }

html body .service .banner {
  background-color: black; }
  html body .service .banner .container .heading h1, html body .service .banner .container .heading h2 {
    color: white !important; }

html body .service .text_block .container {
  padding-top: 0;
  padding-bottom: 0; }

html body .service .text_block .text .image {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 190px; }
  html body .service .text_block .text .image img {
    display: block;
    width: 100%;
    height: auto; }

html body .service .nav-posts {
  position: relative;
  display: inline-block;
  left: 50%;
  width: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  html body .service .nav-posts .navp {
    display: block;
    float: left; }
    html body .service .nav-posts .navp:first-of-type {
      margin-right: 10px; }

html body .wrapper .ea-bootstrap.bootstrap {
  padding: 1em 0;
  display: inline-block; }
  html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap {
    max-width: none !important; }
    html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap form.form-horizontal .col-md-6 {
      padding-top: 0 !important; }
    html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap form.form-horizontal .form-group {
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 4px !important; }
      html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap form.form-horizontal .form-group .ea-actions-group {
        padding-right: 0 !important;
        padding-left: 0 !important;
        justify-content: left !important;
        padding: 1em 0; }
      html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap form.form-horizontal .form-group .col-sm-4 {
        width: auto;
        text-align: left; }
    html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap form.form-horizontal h3#booking-overview-header {
      margin-top: 1.3em; }
    html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap form.form-horizontal .step.final {
      width: calc(50% - 2em);
      margin-left: 2em; }
      html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap form.form-horizontal .step.final h3 {
        margin-top: 0; }
      html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap form.form-horizontal .step.final small {
        display: none; }
      html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap form.form-horizontal .step.final .ea-label, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap form.form-horizontal .step.final .row-price {
        display: none; }
    html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-xs-1, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-sm-1, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-md-1, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-lg-1, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-xs-2, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-sm-2, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-md-2, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-lg-2, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-xs-3, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-sm-3, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-md-3, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-lg-3, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-xs-4, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-sm-4, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-md-4, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-lg-4, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-xs-5, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-sm-5, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-md-5, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-lg-5, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-xs-6, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-sm-6, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-md-6, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-lg-6, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-xs-7, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-sm-7, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-md-7, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-lg-7, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-xs-8, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-sm-8, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-md-8, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-lg-8, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-xs-9, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-sm-9, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-md-9, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-lg-9, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-xs-10, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-sm-10, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-md-10, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-lg-10, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-xs-11, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-sm-11, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-md-11, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-lg-11, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-xs-12, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-sm-12, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-md-12, html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .col-lg-12 {
      padding: 0 .5em;
      padding-top: 0;
      padding-bottom: 0; }
    html body .wrapper .ea-bootstrap.bootstrap .ea-bootstrap .control-label {
      line-height: 2.3em; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* WordPress styles */
  /* Media captions */
  /* Block Alignments */ }
  html body {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: white;
    border-color: inherit;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: inherit;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
    /* Flex Direction */
    /* Flex Direction */
    /* Flex Wrap */
    /* Align Items */
    /* Justify Content */
    /* Align Content */
    /* Align Self */
    /* Global Classes */ }
    @media (min-width: 777px) and (max-width: 1599px) {
      html body {
        font-size: inherit; } }
    @media (max-width: 776px) {
      html body {
        overflow-x: hidden; } }
    html body h1 {
      font-weight: 900;
      margin: .175em 0 .5em;
      font-size: 3em;
      line-height: 115%; }
      @media (max-width: 1028px) {
        html body h1 {
          font-size: 3em;
          line-height: 110%; } }
      @media (max-width: 575px) {
        html body h1 {
          font-size: 1.8em; } }
    html body h2 {
      margin: .175em 0 .5em;
      font-size: 2.313em;
      line-height: 115%; }
      @media (max-width: 1028px) {
        html body h2 {
          font-size: 2.313em;
          line-height: 110%; } }
      @media (max-width: 575px) {
        html body h2 {
          font-size: 1.5em; } }
    html body h3 {
      margin: .175em 0 .45em;
      font-size: 1.531em;
      line-height: 120%; }
      @media (max-width: 1028px) {
        html body h3 {
          font-size: 1.531em;
          line-height: 110%; } }
      @media (max-width: 575px) {
        html body h3 {
          font-size: 1.4em; } }
    html body h4 {
      margin: .175em 0 .45em;
      font-size: 1.156em;
      line-height: 120%; }
      @media (max-width: 1028px) {
        html body h4 {
          font-size: 1.156em;
          line-height: 110%; } }
      @media (max-width: 575px) {
        html body h4 {
          font-size: 1.4em; } }
    html body h5 {
      margin: .175em 0 .3em;
      font-size: 1em;
      line-height: 110%; }
      @media (max-width: 1028px) {
        html body h5 {
          font-size: 1em; } }
      @media (max-width: 575px) {
        html body h5 {
          font-size: 1em; } }
    html body h6 {
      font-size: 0.875em; }
    html body a {
      text-decoration: none;
      color: inherit;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      html body a:link {
        color: inherit; }
      html body a:visited {
        color: inherit; }
      html body a:hover {
        text-decoration: none;
        color: inherit;
        cursor: pointer; }
      html body a:active {
        text-decoration: none;
        color: inherit; }
      html body a:focus {
        text-decoration: underline;
        color: inherit; }
    html body p {
      margin: 5px 0 25px;
      color: inherit;
      font-size: 1em;
      line-height: 140%; }
      html body p a, html body p a:link, html body p a:visited, html body p a:hover, html body p a:active {
        text-decoration: underline; }
    html body blockquote {
      margin: 0 0 30px 0;
      padding: 0;
      font-size: 1.2em; }
      html body blockquote p {
        font-weight: 700;
        hanging-punctuation: first; }
    html body cite {
      margin: 5px 0 25px;
      color: inherit;
      font-size: .8em;
      font-weight: 300;
      line-height: 125%;
      font-style: italic; }
    html body ul {
      font-size: 1em;
      line-height: 140%;
      padding: 0px;
      list-style-type: initial;
      margin-left: 1.5rem;
      padding-left: .5rem;
      margin-bottom: 2rem; }
      html body ul li {
        font-size: 1em;
        line-height: 110%; }
    html body ul.align_center {
      list-style-position: inside;
      list-style-type: none;
      text-align: center;
      padding: 0; }
    html body hr {
      border: 0px solid;
      border-top: 1px solid rgba(100, 100, 100, 0.2);
      margin: 2em 0; }
    html body .wrapper {
      display: block;
      position: relative;
      width: 100%;
      min-height: 275px;
      max-width: 2400px;
      position: relative;
      margin: 0 auto;
      left: 0;
      float: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      html body .wrapper section {
        position: relative;
        display: block;
        width: 100%;
        margin-top: 0em;
        margin-bottom: 0em;
        clear: both;
        overflow: hidden; }
        html body .wrapper section .bg {
          display: block;
          position: absolute;
          z-index: 0;
          width: 100%;
          height: 100%;
          overflow: hidden; }
          html body .wrapper section .bg img {
            display: block;
            position: relative;
            z-index: 0;
            top: 50%;
            left: 50%;
            width: 100%;
            min-height: 556px;
            height: auto;
            object-fit: cover;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          html body .wrapper section .bg .bg_offset_top {
            -webkit-transform: translate(-50%, -40%);
            -moz-transform: translate(-50%, -40%);
            -o-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%); }
          html body .wrapper section .bg .bg_offset_bottom {
            -webkit-transform: translate(-50%, -60%);
            -moz-transform: translate(-50%, -60%);
            -o-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%); }
          html body .wrapper section .bg .bg_top {
            top: 0;
            -webkit-transform: translate(-50%, 0%);
            -moz-transform: translate(-50%, 0%);
            -o-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%); }
          html body .wrapper section .bg .bg_bottom {
            top: auto;
            bottom: 0;
            -webkit-transform: translate(-50%, 0%);
            -moz-transform: translate(-50%, 0%);
            -o-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%); }
        html body .wrapper section .bg.fixed {
          position: fixed !important;
          z-index: 0;
          top: 0;
          bottom: 0; }
        html body .wrapper section .none {
          opacity: 1 !important; }
        html body .wrapper section .fadein {
          opacity: 0;
          -webkit-animation: fadein 2s linear 500ms forwards;
          animation: fadein 2s linear 500ms forwards; }
        html body .wrapper section .zoomin {
          -webkit-transform: scale(1.2);
          transform: scale(1.2);
          -webkit-animation: zoomin 5s linear 500ms forwards;
          animation: zoomin 5s linear 500ms forwards; }
        html body .wrapper section .zoomout {
          -webkit-transform: scale(1);
          transform: scale(1);
          -webkit-animation: zoomout 5s linear 500ms forwards;
          animation: zoomout 5s linear 500ms forwards; }
        html body .wrapper section .fadeleft {
          -webkit-transform: scale(1.2);
          width: 160% !important;
          left: -60%;
          opacity: 0;
          -webkit-animation: fadeleft 800ms cubic-bezier(0.4, 0, 1, 0.99) 0ms forwards;
          animation: fadeleft 800ms cubic-bezier(0.4, 0, 1, 0.99) 0ms forwards; }
        html body .wrapper section .faderight {
          -webkit-transform: scale(1.2);
          width: 160% !important;
          left: initial;
          right: -60%;
          opacity: 0;
          -webkit-animation: faderight 800ms cubic-bezier(0.4, -0.06, 1, 0.99) 0ms forwards;
          animation: faderight 800ms cubic-bezier(0.4, 0, 1, 0.99) 0ms forwards; }
        html body .wrapper section .container {
          position: relative;
          z-index: 1;
          padding: 2em 0em; }
          @media (max-width: 1400px) {
            html body .wrapper section .container {
              padding: 2em 0em;
              max-width: 1200px; } }
          @media (max-width: 1224px) {
            html body .wrapper section .container {
              padding: 2em;
              max-width: none; } }
          @media (max-width: 776px) {
            html body .wrapper section .container {
              padding: 1em 2em; } }
      html body .wrapper section.overlap_before {
        overflow: inherit; }
        html body .wrapper section.overlap_before:before {
          content: '';
          position: absolute;
          left: 0;
          top: -5em;
          height: 5em;
          width: 100%;
          background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%); }
      html body .wrapper section.overlap_after {
        overflow: inherit; }
        html body .wrapper section.overlap_after:after {
          content: '';
          position: absolute;
          left: 0;
          top: initial;
          bottom: 0em;
          height: 5em;
          width: 100%;
          background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%); }
    html body .container {
      width: 100%;
      margin-right: auto;
      margin-left: auto;
      clear: both;
      max-width: 1300px;
      padding: 0 3em; }
      @media (max-width: 1400px) {
        html body .container {
          padding: 0em 2em;
          max-width: 1000px; } }
      @media (max-width: 1024px) {
        html body .container {
          padding: 0em 2em;
          max-width: none; } }
      @media (max-width: 776px) {
        html body .container {
          padding: 0em 2em; } }
    html body .flex-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: .375em 0;
      padding: 0;
      width: 100%; }
      html body .flex-container article, html body .flex-container .article {
        display: block;
        position: relative;
        margin: 0;
        padding: 0em;
        border-color: inherit; }
    html body .row {
      flex-direction: row; }
    html body .row-reverse {
      flex-direction: row-reverse; }
    html body .column {
      flex-direction: column; }
    html body .column-reverse {
      flex-direction: column; }
    html body .row {
      flex-direction: row; }
    html body .row-reverse {
      flex-direction: row-reverse; }
    html body .column {
      flex-direction: column; }
    html body .column-reverse {
      flex-direction: column; }
    html body .nowrap {
      flex-wrap: nowrap; }
    html body .wrap {
      flex-wrap: wrap; }
    html body .wrap-reverse {
      flex-wrap: wrap-reverse; }
    html body .flex-start-align {
      align-items: flex-start; }
    html body .flex-end-align {
      align-items: flex-end; }
    html body .center-align {
      align-items: center; }
    html body .baseline-align {
      align-items: baseline; }
    html body .stretch-align {
      align-items: stretch; }
    html body .flex-start-justify {
      justify-content: flex-start; }
    html body .flex-end-justify {
      justify-content: flex-end; }
    html body .space-between-justify {
      justify-content: space-between; }
    html body .center-justify {
      justify-content: center; }
    html body .space-around-justify {
      justify-content: space-around; }
    html body .flex-start-content {
      align-content: flex-start; }
    html body .flex-end-content {
      align-content: flex-end; }
    html body .space-between-content {
      align-content: space-between; }
    html body .center-content {
      align-content: center; }
    html body .space-around-content {
      align-content: space-around; }
    html body .stretch-content {
      align-content: stretch; }
    html body .auto-alignself {
      align-self: flex-start; }
    html body .flex-start-alignself {
      align-self: flex-start; }
    html body .flex-end-alignself {
      align-self: flex-end; }
    html body .center-alignself {
      align-self: center; }
    html body .baseline-alignself {
      align-self: baseline; }
    html body .stretch-alignself {
      align-self: stretch; }
    html body .fullwidth article, html body .fullwidth .footer_menu {
      width: 100%;
      flex-basis: 100%; }
    html body .halfwidth article, html body .halfwidth .footer_menu {
      float: left; }
      @media (min-width: 777px) {
        html body .halfwidth article, html body .halfwidth .footer_menu {
          width: 50%;
          flex-basis: 50%; }
          html body .halfwidth article:nth-of-type(odd), html body .halfwidth .footer_menu:nth-of-type(odd) {
            clear: both; } }
      @media (max-width: 776px) {
        html body .halfwidth article, html body .halfwidth .footer_menu {
          width: 100%;
          flex-basis: 100%;
          float: none; } }
    html body .thirdwidth article, html body .thirdwidth .footer_menu {
      float: left; }
      @media (min-width: 1101px) {
        html body .thirdwidth article, html body .thirdwidth .footer_menu {
          width: 33.333%;
          flex-basis: 33.333%; } }
      @media (min-width: 576px) and (max-width: 1100px) {
        html body .thirdwidth article, html body .thirdwidth .footer_menu {
          width: 50%;
          flex-basis: 50%; }
          html body .thirdwidth article:nth-of-type(odd), html body .thirdwidth .footer_menu:nth-of-type(odd) {
            clear: both; } }
      @media (max-width: 575px) {
        html body .thirdwidth article, html body .thirdwidth .footer_menu {
          width: 100%;
          flex-basis: 100%;
          float: none; } }
    html body .quarterwidth article, html body .quarterwidth .footer_menu {
      float: left; }
      @media (min-width: 1101px) {
        html body .quarterwidth article, html body .quarterwidth .footer_menu {
          width: 25%;
          flex-basis: 25%; } }
      @media (min-width: 576px) and (max-width: 1100px) {
        html body .quarterwidth article, html body .quarterwidth .footer_menu {
          width: 50%;
          flex-basis: 50%; }
          html body .quarterwidth article:nth-of-type(odd), html body .quarterwidth .footer_menu:nth-of-type(odd) {
            clear: both; } }
      @media (max-width: 575px) {
        html body .quarterwidth article, html body .quarterwidth .footer_menu {
          width: 100%;
          flex-basis: 100%;
          float: none; } }
    html body .fifthwidth article, html body .fifthwidth .footer_menu {
      float: left; }
      @media (min-width: 1101px) {
        html body .fifthwidth article, html body .fifthwidth .footer_menu {
          width: 20%;
          flex-basis: 20%; } }
      @media (min-width: 576px) and (max-width: 1100px) {
        html body .fifthwidth article, html body .fifthwidth .footer_menu {
          width: 33.333%;
          flex-basis: 33.333%; } }
      @media (max-width: 575px) {
        html body .fifthwidth article, html body .fifthwidth .footer_menu {
          width: 50%;
          flex-basis: 50%; }
          html body .fifthwidth article:nth-of-type(odd), html body .fifthwidth .footer_menu:nth-of-type(odd) {
            clear: both; } }
    html body .halfwidth.borders_divide article:nth-of-type(2n) {
      border-right: none; }
    @media (max-width: 776px) {
      html body .halfwidth.borders_divide article {
        border: none !important; } }
    @media (min-width: 1101px) {
      html body .thirdwidth.borders_divide article:nth-of-type(3n) {
        border-right: none; } }
    @media (min-width: 576px) and (max-width: 1100px) {
      html body .thirdwidth.borders_divide article:nth-of-type(2n) {
        border-right: none; } }
    @media (max-width: 575px) {
      html body .thirdwidth.borders_divide article {
        border: none !important; } }
    @media (min-width: 1101px) {
      html body .quarterwidth.borders_divide article:nth-of-type(4n) {
        border-right: none; } }
    @media (min-width: 576px) and (max-width: 1100px) {
      html body .quarterwidth.borders_divide article:nth-of-type(2n) {
        border-right: none; } }
    @media (max-width: 575px) {
      html body .quarterwidth.borders_divide article {
        border: none !important; } }
    @media (min-width: 1101px) {
      html body .fifthwidth.borders_divide article:nth-of-type(5n) {
        border-right: none; } }
    @media (min-width: 576px) and (max-width: 1100px) {
      html body .fifthwidth.borders_divide article:nth-of-type(3n) {
        border-right: none; } }
    @media (max-width: 575px) {
      html body .fifthwidth.borders_divide article:nth-of-type(2n) {
        border-right: none; } }
    html body .flex-container.small_padding article {
      padding: .5em; }
    html body .flex-container.medium_padding article {
      padding: .75em; }
    html body .flex-container.large_padding article {
      padding: 1em; }
    html body .flex-container.x article, html body .flex-container.x article .content_box {
      min-height: 100vh; }
    html body .flex-container.ix article, html body .flex-container.ix article .content_box {
      min-height: 90vh; }
    html body .flex-container.viii article, html body .flex-container.viii article .content_box {
      min-height: 80vh; }
    html body .flex-container.vii article, html body .flex-container.vii article .content_box {
      min-height: 70vh; }
    html body .flex-container.vi article, html body .flex-container.vi article .content_box {
      min-height: 60vh; }
    html body .flex-container.v article, html body .flex-container.v article .content_box {
      min-height: 50vh; }
    html body .flex-container.border_solid article {
      border-style: solid; }
    html body .flex-container.border_dotted article {
      border-style: dotted; }
    html body .flex-container.border_dashed article {
      border-style: dashed; }
    html body .flex-container.border_double article {
      border-style: double; }
    html body .flex-container.border_groove article {
      border-style: groove; }
    html body .flex-container.border_ridge article {
      border-style: ridge; }
    html body .flex-container.border_inset article {
      border-style: inset; }
    html body .flex-container.border_vpx article {
      border-width: 5px !important; }
    html body .flex-container.border_ivpx article {
      border-width: 4px !important; }
    html body .flex-container.border_iiipx article {
      border-width: 3px !important; }
    html body .flex-container.border_iipx article {
      border-width: 2px !important; }
    html body .flex-container.border_ipx article {
      border-width: 1px !important; }
    html body .flex-container.border_opx article {
      border-width: 0px !important; }
    @media (min-width: 576px) {
      html body .flex-container.borders_divide article {
        border-top: none;
        border-left: none;
        border-bottom: none; }
        html body .flex-container.borders_divide article:last-of-type {
          border-right: none; } }
    @media (max-width: 575px) {
      html body .flex-container.borders_divide article {
        border-top: none;
        border-left: none;
        border-right: none; }
        html body .flex-container.borders_divide article:last-of-type {
          border-bottom: none; } }
    html body .flex-container.borders_tip_top article {
      border-right: none;
      border-left: none; }
    html body .flex-container.borders_left_right article {
      border-top: none;
      border-bottom: none; }
    html body .flex-container.borders_top article {
      border-bottom: none;
      border-right: none;
      border-left: none; }
    html body .flex-container.borders_bottom article {
      border-top: none;
      border-right: none;
      border-left: none; }
    html body .flex-container.borders_left article {
      border-top: none;
      border-bottom: none;
      border-right: none; }
    html body .flex-container.borders_right article {
      border-top: none;
      border-bottom: none;
      border-left: none; }
    html body .appear {
      display: block !important; }
    html body .clear {
      clear: both;
      width: 100%;
      margin: 0em; }
    html body .loads, html body .loadsblog {
      display: none; }
    html body .superheavyweight {
      font-weight: 900 !important; }
    html body .heavyweight {
      font-weight: 800 !important; }
    html body .cruiserweight {
      font-weight: 700 !important; }
    html body .lightheavyweight {
      font-weight: 600 !important; }
    html body .middleweight {
      font-weight: 500 !important; }
    html body .welterweight {
      font-weight: 400 !important; }
    html body .lightweight {
      font-weight: 300 !important; }
    html body .featherweight {
      font-weight: 200 !important; }
    html body .flyweight {
      font-weight: 100 !important; }
    html body .no_border {
      border: 0px; }
    html body .border_bottom {
      border-bottom: 1px solid rgba(100, 100, 100, 0.5); }
    html body .border_top {
      border-top: 1px solid rgba(100, 100, 100, 0.5); }
    html body .solid_divider {
      border-bottom: 1px solid;
      border-color: inherit; }
    html body .dotted_divider {
      border-bottom: 1px dotted;
      border-color: inherit; }
    html body .dashed_divider {
      border-bottom: 1px dashed;
      border-color: inherit; }
    html body .margins_inherit {
      margin-top: inherit;
      margin-bottom: inherit; }
    html body .no_margins, html body .margins_none {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    html body .margins_top_large {
      margin-top: 5em !important;
      margin-bottom: 0 !important; }
      @media (max-width: 776px) {
        html body .margins_top_large {
          margin-top: 2em !important;
          margin-bottom: 0em !important; } }
    html body .margins_top_medium {
      margin-top: 3em !important;
      margin-bottom: 0 !important; }
      @media (max-width: 776px) {
        html body .margins_top_medium {
          margin-top: 1.2em !important;
          margin-bottom: 0em !important; } }
    html body .margins_top_small {
      margin-top: 1em !important;
      margin-bottom: 0 !important; }
      @media (max-width: 776px) {
        html body .margins_top_small {
          margin-top: .4em !important;
          margin-bottom: 0em !important; } }
    html body .margins_bottom_large {
      margin-bottom: 5em !important;
      margin-top: 0 !important; }
      @media (max-width: 776px) {
        html body .margins_bottom_large {
          margin-top: .5em !important;
          margin-bottom: 0em !important; } }
    html body .margins_bottom_medium {
      margin-bottom: 3em !important;
      margin-top: 0 !important; }
      @media (max-width: 776px) {
        html body .margins_bottom_medium {
          margin-top: 0em !important;
          margin-bottom: 1.2em !important; } }
    html body .margins_bottom_small {
      margin-bottom: 1em !important;
      margin-top: 0 !important; }
      @media (max-width: 776px) {
        html body .margins_bottom_small {
          margin-top: 0em !important;
          margin-bottom: .4em !important; } }
    html body .margins_large {
      margin-top: 5em !important;
      margin-bottom: 5em !important; }
      @media (max-width: 776px) {
        html body .margins_large {
          margin-top: 2em !important;
          margin-bottom: 2em !important; } }
    html body .margins_medium {
      margin-top: 3em !important;
      margin-bottom: 3em !important; }
      @media (max-width: 776px) {
        html body .margins_medium {
          margin-top: 1.2em !important;
          margin-bottom: 1.2em !important; } }
    html body .margins_small {
      margin-top: 1em !important;
      margin-bottom: 1em !important; }
      @media (max-width: 776px) {
        html body .margins_small {
          margin-top: .4em !important;
          margin-bottom: .4em !important; } }
    html body .no_padding, html body .padding_none {
      padding-top: 0em !important;
      padding-bottom: 0em !important; }
    html body .padding_top_large {
      padding-top: 5em !important;
      padding-bottom: 0 !important; }
      @media (max-width: 776px) {
        html body .padding_top_large {
          padding-top: 2em !important;
          padding-bottom: 0em !important; } }
    html body .padding_top_medium {
      padding-top: 3em !important;
      padding-bottom: 0 !important; }
      @media (max-width: 776px) {
        html body .padding_top_medium {
          padding-top: 2em !important;
          padding-bottom: 0em !important; } }
    html body .padding_top_small {
      padding-top: 1em !important;
      padding-bottom: 0 !important; }
      @media (max-width: 776px) {
        html body .padding_top_small {
          padding-top: .4em !important;
          padding-bottom: 0em !important; } }
    html body .padding_bottom_large {
      padding-bottom: 5em !important;
      padding-top: 0 !important; }
      @media (max-width: 776px) {
        html body .padding_bottom_large {
          padding-top: .5em !important;
          padding-bottom: 0em !important; } }
    html body .padding_bottom_medium {
      padding-bottom: 3em !important;
      padding-top: 0 !important; }
      @media (max-width: 776px) {
        html body .padding_bottom_medium {
          padding-top: 0em !important;
          padding-bottom: 1.2em !important; } }
    html body .padding_bottom_small {
      padding-bottom: 1em !important;
      padding-top: 0 !important; }
      @media (max-width: 776px) {
        html body .padding_bottom_small {
          padding-top: 0em !important;
          padding-bottom: .4em !important; } }
    html body .padding_large {
      padding-top: 5em !important;
      padding-bottom: 5em !important; }
      @media (max-width: 776px) {
        html body .padding_large {
          padding-top: 2em !important;
          padding-bottom: 2em !important; } }
    html body .padding_medium {
      padding-top: 3em !important;
      padding-bottom: 3em !important; }
      @media (max-width: 776px) {
        html body .padding_medium {
          padding-top: 1.2em !important;
          padding-bottom: 1.2em !important; } }
    html body .padding_small {
      padding-top: 1em !important;
      padding-bottom: 1em !important; }
      @media (max-width: 776px) {
        html body .padding_small {
          padding-top: .4em !important;
          padding-bottom: .4em !important; } }
    html body .full {
      padding-left: 0%;
      padding-right: 0%; }
    html body .nearly {
      padding-left: 5%;
      padding-right: 5%; }
    html body .three_quarter {
      padding-left: 12.5%;
      padding-right: 12.5%; }
    html body .three_fifth {
      padding-left: 20%;
      padding-right: 20%; }
    html body .half {
      padding-left: 25%;
      padding-right: 25%; }
    html body .two_fifth {
      padding-left: 30%;
      padding-right: 30%; }
    html body .quarter {
      padding-left: 37.5%;
      padding-right: 37.5%; }
    @media (max-width: 575px) {
      html body .full, html body .nearly, html body .three_quarter, html body .three-fifth {
        padding-left: 1em;
        padding-right: 1em; } }
    html body .center_align {
      text-align: center; }
    html body .left_align {
      padding-left: 0 !important; }
    html body .left_align.nearly {
      padding-right: 10%; }
    html body .left_align.three_quarter {
      padding-right: 25%; }
    html body .left_align.three_fifth {
      padding-right: 40%; }
    html body .left_align.half {
      padding-right: 50%; }
    html body .left_align.two_fifth {
      padding-right: 60%; }
    html body .left_align.quarter {
      padding-right: 75%; }
    html body .right_align {
      padding-right: 0 !important; }
    html body .right_align.nearly {
      padding-left: 10%; }
    html body .right_align.three_quarter {
      padding-left: 25%; }
    html body .right_align.three_fifth {
      padding-left: 40%; }
    html body .right_align.half {
      padding-left: 50%; }
    html body .right_align.two_fifth {
      padding-left: 60%; }
    html body .right_align.quarter {
      padding-left: 75%; }
    html body .mobile {
      display: none !important; }
      @media (max-width: 776px) {
        html body .mobile {
          display: inline-block !important; } }
    @media (max-width: 776px) {
      html body .desktop {
        display: none !important; } }
    html body .invisible_mobile {
      visibility: visible !important; }
      @media (max-width: 776px) {
        html body .invisible_mobile {
          visibility: hidden !important; } }
    @media (max-width: 776px) {
      html body .invisible_desktop {
        visibility: hidden !important; } }
    html body .c-1, html body .c-2 {
      float: left; }
    html body .c-1 {
      width: 100%; }
    html body .c-2 {
      display: block;
      float: left;
      padding: .1175em .25em; }
      @media (min-width: 777px) {
        html body .c-2 {
          width: 50%; }
          html body .c-2:nth-of-type(2n + 1) {
            clear: both; } }
      @media (max-width: 776px) {
        html body .c-2 {
          width: 100%;
          margin: 0; } }
    html body .c-3 {
      display: block;
      float: left;
      padding: .1175em .25em; }
      @media (min-width: 777px) {
        html body .c-3 {
          width: 33.3%; }
          html body .c-3:nth-of-type(3n + 1) {
            clear: both; } }
      @media (max-width: 776px) {
        html body .c-3 {
          width: 100%; } }
    html body .c-4 {
      display: block;
      float: left;
      width: 25%; }
      @media (min-width: 1025px) {
        html body .c-4 {
          width: 25%; }
          html body .c-4:nth-of-type(4n + 1) {
            clear: both; } }
      @media (min-width: 777px) and (max-width: 1024px) {
        html body .c-4 {
          width: 50%; }
          html body .c-4:nth-of-type(2n + 1) {
            clear: both; } }
      @media (max-width: 776px) {
        html body .c-4 {
          width: 100%; } }
    html body .floating-height {
      margin-top: 0;
      margin-bottom: 0;
      padding: 0;
      position: relative;
      display: block;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    html body .align_center {
      text-align: center !important; }
    html body .align_left {
      text-align: left !important; }
    html body .align_right {
      text-align: right !important; }
    html body .align_justify {
      text-align: justify !important; }
    html body .text_shadow_light {
      text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.7) !important; }
    html body .text_shadow_dark {
      text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7) !important; }
    html body .text_shadow_light.button {
      box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.7) !important; }
    html body .text_shadow_dark.button {
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7) !important; }
    html body .line-break {
      display: inline-block;
      width: 100%;
      margin-top: 0em;
      margin-bottom: 1em;
      clear: both;
      background-color: white;
      height: 2px; }
      html body .line-break hr {
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
    html body .corner_icon {
      position: absolute;
      display: inline-block;
      right: 0;
      top: -1px;
      border-top: 0px solid white;
      z-index: 10;
      width: 20%;
      height: auto;
      min-width: 100px; }
      html body .corner_icon svg {
        display: block;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: auto; }
    html body .pagetitle {
      position: relative;
      text-align: center;
      color: inherit;
      clear: both;
      width: 100%;
      margin: 0;
      padding: 2em 10% .5em; }
      html body .pagetitle:after {
        display: block;
        position: relative;
        clear: both;
        margin: 0 auto;
        border-bottom: 4px solid;
        border-color: inherit;
        content: '';
        width: 70%;
        min-width: 10px;
        max-width: 100px; }
    html body .pagetitle.black:after {
      border-color: 4px solid black; }
    html body .pagetitle.white:after {
      border-color: 4px solid white; }
    html body .pagetitle.grey:after {
      border-color: 4px solid #333; }
    html body .column_title, html body .column_footnote {
      -webkit-columns: 20px 1;
      /* Chrome, Safari, Opera */
      -moz-columns: 20px 1;
      /* Firefox */
      columns: 20px 1;
      text-align: center;
      margin: 1.5em 0 1em; }
      @media (max-width: 768px) {
        html body .column_title, html body .column_footnote {
          text-align: center; } }
    html body .column_title {
      width: 100%;
      padding: 0;
      margin: 0 auto .45em;
      line-height: 110%;
      font-weight: 100;
      text-align: center; }
      @media (max-width: 1028px) {
        html body .column_title {
          font-size: 1.3em; } }
      @media (max-width: 500px) {
        html body .column_title {
          font-size: 1.1em; } }
    html body .heading.xlarge {
      font-size: 3em; }
    html body .heading.large {
      font-size: 2.313em; }
    html body .heading.medium {
      font-size: 1.531em; }
    html body .heading.small {
      font-size: 1.156em; }
    html body .heading.xsmall {
      font-size: 1em; }
    html body .column_title.xlarge {
      font-size: 3em; }
    html body .column_title.large {
      font-size: 2.313em; }
    html body .column_title.medium {
      font-size: 1.531em; }
    html body .column_title.small {
      font-size: 1.156em; }
    html body .column_title.xsmall {
      font-size: 1em; }
    html body .column_subtitle {
      width: 100%;
      padding: 0;
      margin: 0 auto .75em;
      font-size: 1.6em;
      line-height: 110%;
      font-weight: 600;
      text-align: center; }
    html body .column_subtitle.xlarge {
      font-size: 3em; }
    html body .column_subtitle.large {
      font-size: 2.313em; }
    html body .column_subtitle.medium {
      font-size: 1.531em; }
    html body .column_subtitle.small {
      font-size: 1.156em; }
    html body .column_subtitle.xsmall {
      font-size: 1em; }
    html body .column_footnote {
      font-weight: 100;
      text-align: center;
      clear: both; }
    html body .column_footnote.xlarge {
      font-size: 1.5em; }
    html body .column_footnote.large {
      font-size: 1.2em; }
    html body .column_footnote.medium {
      font-size: 1.1em; }
    html body .column_footnote.small {
      font-size: 1em; }
    html body .column_footnote.xsmall {
      font-size: .8em; }
    html body img.thumbnail {
      width: 100%;
      min-width: 50px;
      max-width: 30%;
      height: auto; }
      @media (max-width: 768px) {
        html body img.thumbnail {
          min-width: 130px; } }
    html body img.average {
      width: 100%;
      max-width: 50%;
      height: auto; }
      @media (max-width: 768px) {
        html body img.average {
          max-width: 180px; } }
    html body img.medium {
      width: 100%;
      max-width: 70%;
      height: auto; }
      @media (max-width: 768px) {
        html body img.medium {
          max-width: 220px; } }
    html body img.large {
      width: 100%;
      max-width: 90%;
      height: auto; }
    html body img.full {
      width: 100%;
      max-width: none;
      height: auto;
      padding: 0; }
    html body a#to_the_top {
      position: relative;
      z-index: 9999;
      opacity: 0.93;
      height: 50px;
      width: 50px;
      padding: 1em;
      bottom: 0;
      position: fixed;
      right: 0em;
      padding: 0;
      z-index: 9990;
      color: transparent;
      background-color: rgba(0, 0, 0, 0.1);
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }
      @media (max-width: 776px) {
        html body a#to_the_top {
          height: 60px;
          width: 60px; } }
      html body a#to_the_top:hover, html body a#to_the_top:focus {
        background-color: rgba(12, 117, 176, 0.8); }
      html body a#to_the_top span {
        display: none; }
      html body a#to_the_top img {
        display: block;
        position: relative;
        pointer-events: none;
        width: 30px;
        height: auto;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media (max-width: 776px) {
          html body a#to_the_top img {
            width: 20px; } }
    html body .social-icons {
      display: inline-block;
      width: auto;
      padding: 0 10%;
      margin: 0 auto;
      margin-bottom: 1em; }
      html body .social-icons li {
        vertical-align: top;
        display: inline-block;
        overflow: hidden;
        height: auto; }
        html body .social-icons li .social-icon {
          text-decoration: none;
          position: relative;
          width: 100%;
          height: 100%; }
          html body .social-icons li .social-icon .fab {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            color: #fff;
            font-size: 1em;
            line-height: 40px;
            text-align: center; }
            html body .social-icons li .social-icon .fab:before {
              position: absolute;
              transform: translateX(-50%); }
    html body button,
    html body a.button,
    html body #prev a,
    html body #next a {
      position: relative;
      display: table;
      z-index: 0;
      clear: both;
      width: auto;
      min-width: 80px;
      margin: .5em auto;
      padding: .8em 1.4em .7em;
      overflow: hidden;
      background-color: transparent;
      color: white;
      border-color: #b05c06;
      border: 2px solid;
      font-family: 'Archivo Narrow', Helvetica, sans-serif;
      font-size: 1em;
      font-weight: 700;
      line-height: 100%;
      text-align: center;
      text-transform: uppercase;
      transition: all 200ms ease-in-out;
      -webkit-transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      cursor: pointer; }
      html body button:hover, html body button:focus,
      html body a.button:hover,
      html body a.button:focus,
      html body #prev a:hover,
      html body #prev a:focus,
      html body #next a:hover,
      html body #next a:focus {
        background-color: white;
        color: black; }
    html body .button.rounded {
      border-radius: 30px; }
    html body .button.white {
      z-index: 2;
      color: white !important;
      background: rgba(0, 0, 0, 0) !important;
      border-color: white !important; }
      html body .button.white:hover, html body .button.white:focus {
        background: white !important;
        color: black !important;
        border-color: white !important; }
    html body .button.black {
      z-index: 2;
      color: black !important;
      background: rgba(0, 0, 0, 0) !important;
      border-color: black !important; }
      html body .button.black:hover, html body .button.black:focus {
        background: black !important;
        color: white !important;
        border-color: black !important; }
    html body .button.float_none {
      float: none; }
    html body .button.float_left {
      float: left; }
    html body .button.float_right {
      float: right; }
    html body .button.align_center, html body .button.align_justify {
      float: none; }
    html body .button.align_left {
      float: left; }
    html body .button.align_right {
      float: right; }
    html body .button.button_small {
      padding: .8em .9em .5em;
      margin: .5em auto;
      min-width: 80px;
      font-size: .75em;
      font-weight: bold;
      border: 2px solid; }
    html body a.button_lrg, html body #submit_lrg {
      font-size: 1.5em;
      padding: .7em 1.6em .65em;
      border: 3px solid;
      font-weight: 900; }
      @media (max-width: 776px) {
        html body a.button_lrg, html body #submit_lrg {
          font-size: 1.1em;
          padding: .6em .9em .5em;
          border: 2px solid;
          font-weight: 800; } }
    html body .readmore {
      box-sizing: border-box;
      position: relative;
      left: 0;
      opacity: 1;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      text-decoration: none;
      font-weight: bolder;
      color: inherit;
      text-decoration: none !important;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      html body .readmore:after {
        content: '\25BA';
        display: inline-block;
        position: relative;
        color: inherit;
        left: 0;
        opacity: 0.8;
        padding: 0 0 0 4px;
        font-weight: normal;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
      html body .readmore:hover, html body .readmore:focus {
        cursor: pointer;
        left: 5px;
        opacity: 0.8; }
        html body .readmore:hover:after, html body .readmore:focus:after {
          left: 15px;
          opacity: 0; }
    html body table {
      /* top-left border-radius */
      /* top-right border-radius */
      /* bottom-left border-radius */
      /* bottom-right border-radius */ }
      html body table tr:nth-child(even) {
        background: #ffffff; }
      html body table tr:nth-child(odd) {
        background: #dbf0f6; }
      html body table tr:first-child th:first-child {
        border-top-left-radius: 20px; }
      html body table tr:first-child th:last-child {
        border-top-right-radius: 20px; }
      html body table.no-table-head {
        /* top-right border-radius */ }
        html body table.no-table-head tr:first-child td:first-child {
          border-top-left-radius: 20px; }
        html body table.no-table-head tr:first-child td:last-child {
          border-top-right-radius: 20px; }
      html body table tr:last-child td:first-child {
        border-bottom-left-radius: 20px; }
      html body table tr:last-child td:last-child {
        border-bottom-right-radius: 20px; }
      html body table td, html body table th {
        padding: 0.6em 1em;
        border: 1px solid #a6ccd8;
        border-collapse: collapse; }
  html figcaption,
  html .wp-caption,
  html .wp-caption-text,
  html .wp-block-embed figcaption {
    color: currentColor;
    font-size: var(--global--font-size-xs);
    line-height: var(--global--line-height-body);
    margin-top: calc(0.5 * var(--global--spacing-unit));
    margin-bottom: var(--global--spacing-unit);
    text-align: center; }
  html .alignleft figcaption,
  html .alignright figcaption,
  html .alignleft .wp-caption,
  html .alignright .wp-caption,
  html .alignleft .wp-caption-text,
  html .alignright .wp-caption-text,
  html .alignleft .wp-block-embed figcaption,
  html .alignright .wp-block-embed figcaption {
    margin-bottom: 0; }
  html .sticky {
    position: -webkit-sticky;
    position: sticky; }
  html .gallery-caption {
    display: block; }
  html .bypostauthor {
    display: block; }
  html .alignleft {
    /*rtl:ignore*/
    text-align: left;
    margin-top: 0; }
  html .entry-content > .alignleft {
    max-width: var(--responsive--aligndefault-width); }
  @media only screen and (min-width: 482px) {
    html .alignleft {
      /*rtl:ignore*/
      float: left;
      /*rtl:ignore*/
      margin-right: var(--global--spacing-horizontal);
      margin-bottom: var(--global--spacing-vertical); }
    html .entry-content > .alignleft {
      max-width: calc(50% - var(--responsive--alignleft-margin)); } }
  html .aligncenter {
    clear: both;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
  html .alignright {
    margin-top: 0;
    margin-bottom: var(--global--spacing-vertical); }
  html .entry-content > .alignright {
    max-width: var(--responsive--aligndefault-width); }
  @media only screen and (min-width: 482px) {
    html .alignright {
      /*rtl:ignore*/
      float: right;
      /*rtl:ignore*/
      margin-left: var(--global--spacing-horizontal); }
    html .entry-content > .alignright {
      max-width: calc(50% - var(--responsive--alignright-margin)); } }
  html [class*=inner-container] > .alignleft + *,
  html [class*=inner-container] > .alignright + * {
    margin-top: 0; }

html body .header {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  left: 0px;
  z-index: 1000;
  margin-bottom: 0em; }
  html body .header .headerstyle nav.top-navigation {
    display: block;
    height: 70px;
    width: 100%;
    background: inherit; }
    html body .header .headerstyle nav.top-navigation .nav-container {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      align-items: center;
      justify-content: stretch;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      height: 100%;
      max-width: calc(100% - 2em);
      position: relative; }
      html body .header .headerstyle nav.top-navigation .nav-container div.left_nav, html body .header .headerstyle nav.top-navigation .nav-container .centre_nav, html body .header .headerstyle nav.top-navigation .nav-container .right_nav {
        position: relative;
        margin: 0;
        padding: 0;
        height: 70px; }
      html body .header .headerstyle nav.top-navigation .nav-container div.left_nav {
        width: 350px; }
        @media (max-width: 767px) {
          html body .header .headerstyle nav.top-navigation .nav-container div.left_nav {
            width: calc(50% - 50px); } }
      html body .header .headerstyle nav.top-navigation .nav-container .centre_nav {
        width: calc(100% - 700px); }
        @media (max-width: 767px) {
          html body .header .headerstyle nav.top-navigation .nav-container .centre_nav {
            width: 100px; } }
      html body .header .headerstyle nav.top-navigation .nav-container div.right_nav {
        width: 350px; }
        @media (max-width: 767px) {
          html body .header .headerstyle nav.top-navigation .nav-container div.right_nav {
            width: calc(50% - 50px); } }
      html body .header .headerstyle nav.top-navigation .nav-container a.logo {
        display: block;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 50%;
        width: 100%;
        height: auto;
        max-width: 140px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (max-width: 767px) {
          html body .header .headerstyle nav.top-navigation .nav-container a.logo {
            max-width: 100px !important; } }
        html body .header .headerstyle nav.top-navigation .nav-container a.logo img {
          display: block;
          width: 100%;
          height: auto; }
      html body .header .headerstyle nav.top-navigation .nav-container div.contacts {
        display: block;
        position: absolute;
        z-index: 2;
        right: 0;
        top: 50%;
        width: 100%;
        height: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: .8em; }
        html body .header .headerstyle nav.top-navigation .nav-container div.contacts a {
          display: inline; }
          @media (max-width: 575px) {
            html body .header .headerstyle nav.top-navigation .nav-container div.contacts a {
              float: right; } }
        html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.telephone, html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.email {
          position: relative;
          color: inherit;
          width: auto;
          display: block;
          float: right;
          clear: both;
          font-weight: bold;
          padding: 0px 5px;
          -webkit-transition: all ease-in 50ms;
          -moz-transition: all ease-in 50ms;
          -o-transition: all ease-in 50ms;
          transition: all ease-in 50ms; }
          html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.telephone:before, html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.email:before {
            position: relative;
            display: inline;
            padding: 3px; }
          html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.telephone:link, html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.email:link {
            text-decoration: none; }
          html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.telephone:visited, html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.email:visited {
            text-decoration: none; }
          html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.telephone:hover, html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.telephone:focus, html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.email:hover, html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.email:focus {
            text-decoration: none; }
          html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.telephone:active, html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.email:active {
            text-decoration: underline; }
        html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.welcome {
          display: block;
          position: relative;
          float: right;
          min-width: 200px;
          text-align: right;
          line-height: 250%;
          top: 5px;
          margin: 5px; }
          @media (max-width: 767px) {
            html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.welcome {
              display: none; } }
        html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.phone-icon, html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.member-icon, html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.like-icon, html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.bag-icon {
          position: relative;
          width: 30px;
          height: 40px;
          top: 5px;
          display: block;
          float: right;
          position: relative;
          margin: 5px;
          border-bottom: 3px solid transparent;
          -webkit-transition: all ease-in 50ms;
          -moz-transition: all ease-in 50ms;
          -o-transition: all ease-in 50ms;
          transition: all ease-in 50ms; }
          @media (max-width: 585px) {
            html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.phone-icon, html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.member-icon, html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.like-icon, html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.bag-icon {
              margin: 5px 0px; } }
          html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.phone-icon .icon, html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.member-icon .icon, html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.like-icon .icon, html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.bag-icon .icon {
            position: relative;
            width: 100%;
            height: 100%; }
            html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.phone-icon .icon svg, html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.member-icon .icon svg, html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.like-icon .icon svg, html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.bag-icon .icon svg {
              width: 100%;
              height: 100%; }
              html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.phone-icon .icon svg .st0, html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.member-icon .icon svg .st0, html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.like-icon .icon svg .st0, html body .header .headerstyle nav.top-navigation .nav-container div.contacts a.bag-icon .icon svg .st0 {
                fill: inherit;
                -webkit-transform: scale(0.7);
                -moz-transform: scale(0.7);
                -o-transform: scale(0.7);
                transform: scale(0.7); }
        html body .header .headerstyle nav.top-navigation .nav-container div.contacts .bag-icon .cart-total {
          position: relative;
          display: block;
          top: -28px;
          left: 15px;
          width: 25px;
          height: 25px;
          font-size: 1em;
          line-height: 0;
          color: #fff;
          text-align: center;
          padding: 12.5px 0;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          border-radius: 30px; }
        html body .header .headerstyle nav.top-navigation .nav-container div.contacts .bag-icon:hover {
          text-decoration: none; }
  html body .header .headerstyletwo .mob-navigation {
    top: -8px; }
  html body .header .headerstyletwo nav.top-navigation .nav-container {
    display: unset;
    flex-wrap: unset;
    flex-direction: unset; }
    html body .header .headerstyletwo nav.top-navigation .nav-container .first-row.left_nav {
      display: inline-block;
      padding-left: 2em;
      width: auto; }
      @media (max-width: 1100px) {
        html body .header .headerstyletwo nav.top-navigation .nav-container .first-row.left_nav {
          width: 50%; } }
      @media (max-width: 767px) {
        html body .header .headerstyletwo nav.top-navigation .nav-container .first-row.left_nav {
          width: 100%;
          padding-left: 0; } }
      html body .header .headerstyletwo nav.top-navigation .nav-container .first-row.left_nav a.logo {
        position: relative; }
        @media (max-width: 767px) {
          html body .header .headerstyletwo nav.top-navigation .nav-container .first-row.left_nav a.logo {
            max-width: 220px !important;
            margin: 0 auto; } }
    html body .header .headerstyletwo nav.top-navigation .nav-container .first-row.right_nav {
      display: inline-block; }
      html body .header .headerstyletwo nav.top-navigation .nav-container .first-row.right_nav .contacts {
        padding-right: 2em; }
      @media (max-width: 767px) {
        html body .header .headerstyletwo nav.top-navigation .nav-container .first-row.right_nav {
          display: none; } }
    html body .header .headerstyletwo nav.top-navigation .nav-container .second-row.centre_nav {
      width: 100%; }
    @media (max-width: 1100px) {
      html body .header .headerstyletwo nav.top-navigation .nav-container .second-row {
        display: none; } }
    html body .header .headerstyletwo nav.top-navigation .nav-container .container.main-nav-bar {
      max-width: unset; }
    html body .header .headerstyletwo nav.top-navigation .nav-container .centre_nav {
      width: calc(100% - 2em);
      margin: 0;
      float: right; }
      @media (max-width: 1100px) {
        html body .header .headerstyletwo nav.top-navigation .nav-container .centre_nav {
          width: 50%;
          margin: 0; } }
      html body .header .headerstyletwo nav.top-navigation .nav-container .centre_nav div.contacts {
        position: absolute;
        text-align: left;
        right: auto;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (max-width: 1100px) {
          html body .header .headerstyletwo nav.top-navigation .nav-container .centre_nav div.contacts {
            left: auto;
            right: 0; } }
        html body .header .headerstyletwo nav.top-navigation .nav-container .centre_nav div.contacts a.phone-icon, html body .header .headerstyletwo nav.top-navigation .nav-container .centre_nav div.contacts a.welcome, html body .header .headerstyletwo nav.top-navigation .nav-container .centre_nav div.contacts a.member-icon, html body .header .headerstyletwo nav.top-navigation .nav-container .centre_nav div.contacts a.like-icon, html body .header .headerstyletwo nav.top-navigation .nav-container .centre_nav div.contacts a.bag-icon, html body .header .headerstyletwo nav.top-navigation .nav-container .centre_nav div.contacts a.telephone, html body .header .headerstyletwo nav.top-navigation .nav-container .centre_nav div.contacts a.email {
          float: left;
          text-align: left; }
          @media (max-width: 1100px) {
            html body .header .headerstyletwo nav.top-navigation .nav-container .centre_nav div.contacts a.phone-icon, html body .header .headerstyletwo nav.top-navigation .nav-container .centre_nav div.contacts a.welcome, html body .header .headerstyletwo nav.top-navigation .nav-container .centre_nav div.contacts a.member-icon, html body .header .headerstyletwo nav.top-navigation .nav-container .centre_nav div.contacts a.like-icon, html body .header .headerstyletwo nav.top-navigation .nav-container .centre_nav div.contacts a.bag-icon, html body .header .headerstyletwo nav.top-navigation .nav-container .centre_nav div.contacts a.telephone, html body .header .headerstyletwo nav.top-navigation .nav-container .centre_nav div.contacts a.email {
              float: right;
              text-align: right; } }
        @media (max-width: 767px) {
          html body .header .headerstyletwo nav.top-navigation .nav-container .centre_nav div.contacts a.email {
            content: 'Email Us!'; } }
    html body .header .headerstyletwo nav.top-navigation .nav-container div.right_nav {
      float: right; }
      @media (max-width: 1100px) {
        html body .header .headerstyletwo nav.top-navigation .nav-container div.right_nav {
          display: none; } }
      html body .header .headerstyletwo nav.top-navigation .nav-container div.right_nav ul.menu {
        text-align: right; }
  html body .header .headerstylethree nav.top-navigation .nav-container div.left_nav {
    max-width: 350px;
    width: 100%; }
    @media (max-width: 1100px) {
      html body .header .headerstylethree nav.top-navigation .nav-container div.left_nav {
        display: none; } }
    html body .header .headerstylethree nav.top-navigation .nav-container div.left_nav article.social_block {
      position: relative;
      min-width: 300px;
      top: 50%;
      float: left;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 767px) {
        html body .header .headerstylethree nav.top-navigation .nav-container div.left_nav article.social_block {
          display: none; } }
      html body .header .headerstylethree nav.top-navigation .nav-container div.left_nav article.social_block ul.social-icons {
        padding: 0;
        margin: 0;
        line-height: 100%;
        float: left; }
        html body .header .headerstylethree nav.top-navigation .nav-container div.left_nav article.social_block ul.social-icons li .social-icon .fab {
          width: 30px;
          height: 30px;
          line-height: 30px; }
  html body .header .headerstylethree nav.top-navigation .nav-container .centre_nav {
    width: 100%; }
    @media (max-width: 1100px) {
      html body .header .headerstylethree nav.top-navigation .nav-container .centre_nav {
        width: auto; } }
    html body .header .headerstylethree nav.top-navigation .nav-container .centre_nav a.logo {
      position: relative;
      margin: 0 auto;
      float: none; }
      @media (max-width: 1100px) {
        html body .header .headerstylethree nav.top-navigation .nav-container .centre_nav a.logo {
          float: left;
          margin: 0; } }
  html body .header .headerstylethree nav.top-navigation .nav-container div.right_nav {
    max-width: 350px;
    width: 100%;
    float: right; }
    @media (max-width: 1100px) {
      html body .header .headerstylethree nav.top-navigation .nav-container div.right_nav {
        width: 100%;
        max-width: none; } }
    html body .header .headerstylethree nav.top-navigation .nav-container div.right_nav div.contacts a.phone-icon, html body .header .headerstylethree nav.top-navigation .nav-container div.right_nav div.contacts a.welcome, html body .header .headerstylethree nav.top-navigation .nav-container div.right_nav div.contacts a.member-icon, html body .header .headerstylethree nav.top-navigation .nav-container div.right_nav div.contacts a.like-icon, html body .header .headerstylethree nav.top-navigation .nav-container div.right_nav div.contacts a.bag-icon, html body .header .headerstylethree nav.top-navigation .nav-container div.right_nav div.contacts a.telephone, html body .header .headerstylethree nav.top-navigation .nav-container div.right_nav div.contacts a.email {
      float: right; }
    @media (max-width: 767px) {
      html body .header .headerstylethree nav.top-navigation .nav-container div.right_nav div.contacts a.email {
        content: 'Email Us!'; } }
    html body .header .headerstylethree nav.top-navigation .nav-container div.right_nav ul.menu {
      text-align: right; }
  html body .header .headerstylethree nav.main-navigation .nav-container {
    display: inline-block;
    margin: 0 auto;
    padding: 0%;
    width: 100%;
    height: 50px;
    position: relative; }
    html body .header .headerstylethree nav.main-navigation .nav-container .container {
      display: block;
      position: relative;
      width: 100%;
      width: calc(100% - 2em);
      height: 100%;
      left: 50%;
      top: 0;
      max-width: none;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: 0;
      padding: 0; }
    html body .header .headerstylethree nav.main-navigation .nav-container .main-nav-bar {
      height: 50px; }
      html body .header .headerstylethree nav.main-navigation .nav-container .main-nav-bar div ul li {
        line-height: 50px; }
        html body .header .headerstylethree nav.main-navigation .nav-container .main-nav-bar div ul li ul li {
          line-height: 120%; }
      html body .header .headerstylethree nav.main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:hover ul.sub-menu {
        top: 50px; }
  html body .header .main-navigation .nav-container {
    margin: 0 auto;
    padding: 0%;
    width: 100%;
    position: relative; }
    html body .header .main-navigation .nav-container .main-nav-bar {
      position: relative;
      width: 100%;
      height: 70px;
      padding-top: 0;
      padding-bottom: 0; }
      @media (max-width: 1100px) {
        html body .header .main-navigation .nav-container .main-nav-bar {
          width: 100%;
          left: 0;
          bottom: inherit;
          top: 0; } }
      html body .header .main-navigation .nav-container .main-nav-bar div {
        position: absolute;
        display: block;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
        margin: 0 auto;
        z-index: 9999; }
        @media (max-width: 1100px) {
          html body .header .main-navigation .nav-container .main-nav-bar div {
            display: none;
            top: 0;
            padding: .5em;
            z-index: 0; } }
        html body .header .main-navigation .nav-container .main-nav-bar div ul {
          display: block;
          margin: 0 auto;
          padding: 0em;
          width: 100%;
          position: relative; }
          @media (max-width: 1100px) {
            html body .header .main-navigation .nav-container .main-nav-bar div ul {
              display: block;
              background-color: rgba(0, 0, 0, 0.9);
              padding: 6em 0 3em; } }
          html body .header .main-navigation .nav-container .main-nav-bar div ul li {
            position: relative;
            display: inline-block;
            float: none;
            height: auto;
            line-height: 70px;
            margin-bottom: 0;
            width: auto;
            font-weight: 600;
            text-align: center;
            text-transform: uppercase;
            padding: 0 .5em;
            text-transform: uppercase;
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s; }
            @media (max-width: 1100px) {
              html body .header .main-navigation .nav-container .main-nav-bar div ul li:hover, html body .header .main-navigation .nav-container .main-nav-bar div ul li:focus {
                background: transparent; } }
            html body .header .main-navigation .nav-container .main-nav-bar div ul li:hover a, html body .header .main-navigation .nav-container .main-nav-bar div ul li:focus a {
              color: inherit; }
            html body .header .main-navigation .nav-container .main-nav-bar div ul li:hover ul.sub-menu, html body .header .main-navigation .nav-container .main-nav-bar div ul li:focus ul.sub-menu {
              display: block;
              width: 100%;
              box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1); }
              html body .header .main-navigation .nav-container .main-nav-bar div ul li:hover ul.sub-menu li ul.sub-menu, html body .header .main-navigation .nav-container .main-nav-bar div ul li:focus ul.sub-menu li ul.sub-menu {
                display: none; }
              @media (max-width: 1100px) {
                html body .header .main-navigation .nav-container .main-nav-bar div ul li:hover ul.sub-menu, html body .header .main-navigation .nav-container .main-nav-bar div ul li:focus ul.sub-menu {
                  box-shadow: unset; }
                  html body .header .main-navigation .nav-container .main-nav-bar div ul li:hover ul.sub-menu li ul.sub-menu, html body .header .main-navigation .nav-container .main-nav-bar div ul li:focus ul.sub-menu li ul.sub-menu {
                    display: block; } }
            @media (max-width: 1100px) {
              html body .header .main-navigation .nav-container .main-nav-bar div ul li {
                font-size: 16px;
                line-height: 180%;
                padding: 0;
                width: 100%; } }
            html body .header .main-navigation .nav-container .main-nav-bar div ul li a {
              font-family: 'Archivo Narrow', sans-serif;
              color: inherit;
              -webkit-transition: all 40ms;
              -moz-transition: all 40ms;
              -o-transition: all 40ms;
              transition: all 40ms;
              position: relative; }
              html body .header .main-navigation .nav-container .main-nav-bar div ul li a:hover {
                text-decoration: none; }
              @media (max-width: 1100px) {
                html body .header .main-navigation .nav-container .main-nav-bar div ul li a {
                  padding: 0; } }
            html body .header .main-navigation .nav-container .main-nav-bar div ul li ul {
              display: none;
              background-color: inherit;
              position: absolute;
              left: 0;
              top: 70px;
              width: auto;
              min-width: 200px;
              padding: 0 0 1em;
              margin: 0;
              clear: both; }
              @media (max-width: 1100px) {
                html body .header .main-navigation .nav-container .main-nav-bar div ul li ul {
                  width: 100%;
                  background-color: transparent;
                  display: block;
                  position: relative;
                  border-bottom: 0px solid;
                  top: unset;
                  min-width: 200px;
                  padding: 0 0 1em 0;
                  margin: 0;
                  border: 0; } }
              html body .header .main-navigation .nav-container .main-nav-bar div ul li ul li {
                background-color: transparent;
                position: relative;
                text-align: left;
                float: none;
                clear: both;
                padding: 0.5em 1em;
                line-height: 120%;
                width: 100%;
                font-weight: 600;
                font-size: inherit;
                text-transform: uppercase;
                margin: 0; }
                html body .header .main-navigation .nav-container .main-nav-bar div ul li ul li:first-of-type {
                  padding-top: 1.5em; }
                  @media (max-width: 1100px) {
                    html body .header .main-navigation .nav-container .main-nav-bar div ul li ul li:first-of-type {
                      padding-top: initial; } }
                @media (max-width: 1100px) {
                  html body .header .main-navigation .nav-container .main-nav-bar div ul li ul li:before {
                    content: ' - ';
                    display: inline;
                    position: relative; } }
                html body .header .main-navigation .nav-container .main-nav-bar div ul li ul li:hover a, html body .header .main-navigation .nav-container .main-nav-bar div ul li ul li:focus a {
                  color: rgba(255, 255, 255, 0.6);
                  text-decoration: none;
                  padding: 0;
                  margin: 0; }
                  html body .header .main-navigation .nav-container .main-nav-bar div ul li ul li:hover a:hover, html body .header .main-navigation .nav-container .main-nav-bar div ul li ul li:hover a:focus, html body .header .main-navigation .nav-container .main-nav-bar div ul li ul li:focus a:hover, html body .header .main-navigation .nav-container .main-nav-bar div ul li ul li:focus a:focus {
                    color: inherit;
                    text-decoration: none; }
                html body .header .main-navigation .nav-container .main-nav-bar div ul li ul li:hover ul.sub-menu, html body .header .main-navigation .nav-container .main-nav-bar div ul li ul li:focus ul.sub-menu {
                  display: block; }
                  @media (max-width: 1100px) {
                    html body .header .main-navigation .nav-container .main-nav-bar div ul li ul li:hover ul.sub-menu, html body .header .main-navigation .nav-container .main-nav-bar div ul li ul li:focus ul.sub-menu {
                      display: inline-block; } }
                @media (max-width: 1100px) {
                  html body .header .main-navigation .nav-container .main-nav-bar div ul li ul li {
                    padding: 0;
                    text-align: center;
                    line-height: 180%; } }
                html body .header .main-navigation .nav-container .main-nav-bar div ul li ul li ul.sub-menu {
                  display: none;
                  position: absolute;
                  left: 99.5%;
                  width: auto;
                  clear: both;
                  top: 0em; }
                  @media (max-width: 1100px) {
                    html body .header .main-navigation .nav-container .main-nav-bar div ul li ul li ul.sub-menu {
                      display: inline-block;
                      position: relative;
                      min-width: initial;
                      left: inherit;
                      width: 100%;
                      margin: .5em auto 0; } }
                  html body .header .main-navigation .nav-container .main-nav-bar div ul li ul li ul.sub-menu li {
                    position: relative;
                    text-align: left;
                    line-height: 130%;
                    margin-bottom: 0;
                    text-transform: none; }
                    @media (max-width: 1100px) {
                      html body .header .main-navigation .nav-container .main-nav-bar div ul li ul li ul.sub-menu li:before {
                        content: none;
                        display: inline;
                        position: relative; } }
                    @media (max-width: 1100px) {
                      html body .header .main-navigation .nav-container .main-nav-bar div ul li ul li ul.sub-menu li {
                        text-align: center;
                        opacity: .75; } }
              html body .header .main-navigation .nav-container .main-nav-bar div ul li ul li.menu-item-has-children:after {
                content: '\25B8';
                display: inline;
                color: inherit; }
                @media (max-width: 1100px) {
                  html body .header .main-navigation .nav-container .main-nav-bar div ul li ul li.menu-item-has-children:after {
                    content: '';
                    display: none; } }
              html body .header .main-navigation .nav-container .main-nav-bar div ul li ul li.menu-item-has-children:hover ul.sub-menu, html body .header .main-navigation .nav-container .main-nav-bar div ul li ul li.menu-item-has-children:focus ul.sub-menu {
                display: block; }
              html body .header .main-navigation .nav-container .main-nav-bar div ul li ul:before {
                display: none; }
          html body .header .main-navigation .nav-container .main-nav-bar div ul li.menu-item-has-children:after {
            content: '\25BE';
            display: inline;
            color: inherit; }
            @media (max-width: 1100px) {
              html body .header .main-navigation .nav-container .main-nav-bar div ul li.menu-item-has-children:after {
                content: '';
                display: none; } }
          html body .header .main-navigation .nav-container .main-nav-bar div ul li.menu-item-has-children:hover:after {
            color: inherit; }
          @media (max-width: 1100px) {
            html body .header .main-navigation .nav-container .main-nav-bar div ul li.menu-item-has-children a {
              color: inherit; }
            html body .header .main-navigation .nav-container .main-nav-bar div ul li.menu-item-has-children ul li a {
              color: inherit; }
            html body .header .main-navigation .nav-container .main-nav-bar div ul li.menu-item-has-children ul li.menu-item-has-children:after {
              content: '';
              display: none; } }
          html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu {
            position: static; }
            html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:hover ul.sub-menu, html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:focus ul.sub-menu {
              display: inherit;
              position: absolute;
              top: 70px;
              left: 0;
              right: 0;
              width: 100%;
              padding: 2em 5%;
              background-color: white; }
              html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:hover ul.sub-menu li, html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:focus ul.sub-menu li {
                width: auto;
                clear: none;
                float: left;
                position: static;
                display: block;
                padding-top: 1em;
                line-height: 120%; }
                html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:hover ul.sub-menu li ul.sub-menu, html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:focus ul.sub-menu li ul.sub-menu {
                  display: inherit;
                  position: relative;
                  top: 0;
                  margin-top: 2em;
                  left: 0;
                  padding: 0;
                  border-bottom: none; }
                  html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:hover ul.sub-menu li ul.sub-menu li, html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:focus ul.sub-menu li ul.sub-menu li {
                    float: none;
                    padding: 0;
                    line-height: 160%; }
                  html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:hover ul.sub-menu li ul.sub-menu li.menu-item-has-children:after, html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:focus ul.sub-menu li ul.sub-menu li.menu-item-has-children:after {
                    content: '\25BE';
                    display: inline;
                    color: inherit; }
                html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:hover ul.sub-menu li a.menu-image-title-after, html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:focus ul.sub-menu li a.menu-image-title-after {
                  position: relative;
                  display: block; }
                  html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:hover ul.sub-menu li a.menu-image-title-after img.menu-image, html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:focus ul.sub-menu li a.menu-image-title-after img.menu-image {
                    position: relative;
                    width: 100%;
                    height: auto; }
                  html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:hover ul.sub-menu li a.menu-image-title-after span.menu-image-title, html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:focus ul.sub-menu li a.menu-image-title-after span.menu-image-title {
                    position: absolute;
                    left: 0;
                    top: inherit;
                    bottom: 1em;
                    padding: 1em;
                    background: rgba(255, 255, 255, 0.8);
                    color: #009fb3; }
              html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:hover ul.sub-menu li.nav_title, html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:focus ul.sub-menu li.nav_title {
                text-transform: uppercase;
                font-weight: bold;
                letter-spacing: 1px; }
                html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:hover ul.sub-menu li.nav_title ul.sub-menu li, html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:focus ul.sub-menu li.nav_title ul.sub-menu li {
                  letter-spacing: initial; }
                html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:hover ul.sub-menu li.nav_title ul.sub-menu li.gap-top, html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:focus ul.sub-menu li.nav_title ul.sub-menu li.gap-top {
                  letter-spacing: 1px; }
              html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:hover ul.sub-menu li.nav_spacer, html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu:focus ul.sub-menu li.nav_spacer {
                padding-top: 1em !important; }
            html body .header .main-navigation .nav-container .main-nav-bar div ul li.has-mega-menu ul.sub-menu a:after {
              content: none !important; }
          html body .header .main-navigation .nav-container .main-nav-bar div ul .view_all {
            font-weight: 100;
            font-style: italic; }
          html body .header .main-navigation .nav-container .main-nav-bar div ul li.fifty ul.sub-menu li {
            width: 50% !important; }
            html body .header .main-navigation .nav-container .main-nav-bar div ul li.fifty ul.sub-menu li ul li {
              width: 100% !important; }
          html body .header .main-navigation .nav-container .main-nav-bar div ul li.third ul.sub-menu li {
            width: 33.3%  !important; }
            html body .header .main-navigation .nav-container .main-nav-bar div ul li.third ul.sub-menu li ul li {
              width: 100% !important; }
          html body .header .main-navigation .nav-container .main-nav-bar div ul li.quarter ul.sub-menu li {
            width: 25% !important; }
            html body .header .main-navigation .nav-container .main-nav-bar div ul li.quarter ul.sub-menu li ul li {
              width: 100% !important; }
  html body .header .fixed_nav {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0; }
  html body .header .top-navigation {
    position: relative;
    top: 0;
    display: none;
    width: 100%;
    height: auto;
    z-index: 1; }
    @media (min-width: 1100px) {
      html body .header .top-navigation {
        display: block; } }
  html body .header .bottom-navigation {
    position: absolute;
    top: 70px;
    display: none;
    width: 100%;
    height: auto;
    z-index: 1; }
    @media (min-width: 1100px) {
      html body .header .bottom-navigation {
        display: block; } }
  html body .header .mob-navigation {
    display: none;
    position: relative;
    width: 100%;
    height: 70px;
    top: -70px;
    z-index: 8; }
    @media (max-width: 1100px) {
      html body .header .mob-navigation {
        display: inline-block; } }
    html body .header .mob-navigation .nav-container {
      display: inline-block;
      height: 100%; }
      html body .header .mob-navigation .nav-container .main-nav-bar div {
        padding: 0; }
        html body .header .mob-navigation .nav-container .main-nav-bar div ul li ul li {
          font-weight: 400; }
  html body .header .menuBtn {
    display: none;
    width: 45px;
    height: 24px;
    left: 40px;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 9999;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    -o-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    -webkit-transition: all 0ms ease-in-out;
    -moz-transition: all 0ms ease-in-out;
    -o-transition: all 0ms ease-in-out;
    transition: all 0ms ease-in-out;
    cursor: pointer; }
    html body .header .menuBtn:hover span {
      background: inherit; }
    html body .header .menuBtn:active span {
      background: inherit; }
    html body .header .menuBtn:focus span {
      background: inherit; }
    @media (max-width: 1100px) {
      html body .header .menuBtn {
        display: block; } }
    html body .header .menuBtn span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: #fff;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 100ms ease-in-out;
      -moz-transition: all 100ms ease-in-out;
      -o-transition: all 100ms ease-in-out;
      transition: all 100ms ease-in-out;
      border-radius: 5px;
      -moz-border-radius: 5px; }
      html body .header .menuBtn span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center; }
      html body .header .menuBtn span:nth-child(2) {
        top: 10px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center; }
      html body .header .menuBtn span:nth-child(3) {
        top: 20px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center; }
  html body .header .menuBtn.open {
    z-index: 1; }
    html body .header .menuBtn.open span {
      background: inherit; }
      html body .header .menuBtn.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 8px; }
      html body .header .menuBtn.open span:nth-child(2) {
        width: 0%;
        opacity: 0; }
      html body .header .menuBtn.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 30px;
        left: 8px; }

html body .header_absolute {
  position: absolute;
  background: transparent !important; }

html body .fixed_top {
  top: 0;
  left: 0;
  position: fixed; }

html body .prenav {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1000;
  margin: 0em;
  padding: 0; }
  html body .prenav .flex-container {
    position: relative;
    margin: 0;
    padding: .25em 0; }
    html body .prenav .flex-container article {
      float: left;
      font-size: .9em;
      padding: 0 1.5em; }
    html body .prenav .flex-container article.text_block {
      width: 100%;
      text-align: left; }
      html body .prenav .flex-container article.text_block p {
        margin: 0;
        padding: 0;
        line-height: 120%; }
      @media (max-width: 1100px) {
        html body .prenav .flex-container article.text_block {
          text-align: left; } }
      @media (max-width: 575px) {
        html body .prenav .flex-container article.text_block {
          text-align: center; } }
    html body .prenav .flex-container article.social_block {
      min-width: 300px; }
      @media (max-width: 767px) {
        html body .prenav .flex-container article.social_block {
          display: none; } }
      html body .prenav .flex-container article.social_block ul.social-icons {
        padding: 0;
        margin: 0 auto;
        line-height: 100%;
        float: right; }
        html body .prenav .flex-container article.social_block ul.social-icons li .social-icon .fab {
          width: 30px;
          height: 30px;
          line-height: 30px; }
    html body .prenav .flex-container article.contact_block {
      text-align: right; }
      @media (max-width: 767px) {
        html body .prenav .flex-container article.contact_block {
          display: none; } }
      html body .prenav .flex-container article.contact_block a {
        color: inherit; }
      html body .prenav .flex-container article.contact_block a.telephone:before {
        content: '\260F';
        padding-right: .5em; }
      html body .prenav .flex-container article.contact_block a.email:before {
        content: '\2709';
        padding-right: .5em; }
  html body .prenav .flex-container.fullwidth article, html body .prenav .flex-container.fullwidth article.text_block, html body .prenav .flex-container.fullwidth article.contact_block {
    text-align: center; }

#footer, footer {
  position: relative;
  clear: both;
  width: 100%;
  max-width: 2200px;
  height: auto;
  display: inline-block;
  margin: 0 auto;
  padding: 0em 0 2em;
  z-index: 1;
  max-width: 2200px;
  left: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media (max-width: 1084px) {
    #footer, footer {
      margin-top: 0em; } }
  #footer section.menus .container, footer section.menus .container {
    border-top: 1px solid rgba(100, 100, 100, 0.1);
    background: inherit;
    padding-top: 2em; }
    @media (max-width: 575px) {
      #footer section.menus .container, footer section.menus .container {
        text-align: center; } }
    #footer section.menus .container a:hover, #footer section.menus .container a:focus, footer section.menus .container a:hover, footer section.menus .container a:focus {
      text-decoration: none; }
    #footer section.menus .container a:active, footer section.menus .container a:active {
      text-decoration: none;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.1); }
    #footer section.menus .container #testslider, footer section.menus .container #testslider {
      color: inherit;
      margin: 0;
      background: transparent;
      padding: 5% 10% 4em; }
      #footer section.menus .container #testslider .slides, footer section.menus .container #testslider .slides {
        overflow: visible; }
        #footer section.menus .container #testslider .slides li article, footer section.menus .container #testslider .slides li article {
          width: 100%;
          padding-left: 3em;
          padding-right: 3em;
          text-align: center;
          vertical-align: middle; }
          @media (max-width: 1028px) {
            #footer section.menus .container #testslider .slides li article, footer section.menus .container #testslider .slides li article {
              padding-left: 2em;
              padding-right: 2em; } }
          @media (max-width: 768px) {
            #footer section.menus .container #testslider .slides li article, footer section.menus .container #testslider .slides li article {
              padding-left: 1em;
              padding-right: 1em; } }
          #footer section.menus .container #testslider .slides li article h5, footer section.menus .container #testslider .slides li article h5 {
            line-height: 110%;
            font-weight: 200; }
            @media (max-width: 575px) {
              #footer section.menus .container #testslider .slides li article h5, footer section.menus .container #testslider .slides li article h5 {
                line-height: 135%; } }
          #footer section.menus .container #testslider .slides li article cite, footer section.menus .container #testslider .slides li article cite {
            font-weight: 600; }
    #footer section.menus .container .footer_menus, footer section.menus .container .footer_menus {
      padding: 0em 0 2em;
      margin: 0 auto; }
      #footer section.menus .container .footer_menus .footer_menu, footer section.menus .container .footer_menus .footer_menu {
        padding: .9em .5em 1.2em; }
        @media (max-width: 1024px) {
          #footer section.menus .container .footer_menus .footer_menu h4, footer section.menus .container .footer_menus .footer_menu h4 {
            font-size: 1.2em; } }
        @media (max-width: 776px) {
          #footer section.menus .container .footer_menus .footer_menu, footer section.menus .container .footer_menus .footer_menu {
            border-bottom: 1px solid; }
            #footer section.menus .container .footer_menus .footer_menu:first-of-type, footer section.menus .container .footer_menus .footer_menu:first-of-type {
              border-top: 0px solid; }
            #footer section.menus .container .footer_menus .footer_menu:last-of-type, footer section.menus .container .footer_menus .footer_menu:last-of-type {
              border-bottom: 0px solid; } }
      #footer section.menus .container .footer_menus .menu, footer section.menus .container .footer_menus .menu {
        font-size: 1em;
        line-height: 1.4em;
        padding: 0;
        margin: 0; }
        #footer section.menus .container .footer_menus .menu li, footer section.menus .container .footer_menus .menu li {
          font-size: 1em;
          line-height: 1em;
          margin-bottom: .2em;
          padding-bottom: .3em;
          border-bottom: 1px solid rgba(150, 150, 150, 0.3);
          list-style-type: none; }
          #footer section.menus .container .footer_menus .menu li:last-of-type, footer section.menus .container .footer_menus .menu li:last-of-type {
            border-bottom: 0px solid; }
    #footer section.menus .container .subfooter, footer section.menus .container .subfooter {
      padding: 0 10%; }
      #footer section.menus .container .subfooter p, footer section.menus .container .subfooter p {
        font-size: .8em;
        text-align: center;
        margin: 0 auto;
        clear: both;
        width: 100%; }

html body .wrapper .accordion {
  position: relative;
  margin: 2em auto;
  padding-bottom: 0em;
  padding-top: 0em; }
  @media (max-width: 768px) {
    html body .wrapper .accordion {
      margin: 0em auto; } }
  html body .wrapper .accordion .container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0em;
    padding-bottom: 0em; }
  html body .wrapper .accordion .accordion_container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em; }
    html body .wrapper .accordion .accordion_container img.size-full {
      display: block;
      width: 100%;
      height: auto; }

html body .wrapper .accordion_block {
  padding: 2em 0em; }
  html body .wrapper .accordion_block fieldset {
    border: 0;
    padding: 0;
    margin: 0; }
    html body .wrapper .accordion_block fieldset legend {
      visibility: hidden; }
  html body .wrapper .accordion_block .accord_section {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: inherit;
    overflow: hidden; }
    html body .wrapper .accordion_block .accord_section label {
      position: relative;
      display: block;
      padding: 0 0 0 1em;
      background: inherit;
      font-weight: bold;
      line-height: 5;
      cursor: pointer; }
    html body .wrapper .accordion_block .accord_section .accord_content {
      display: none; }
    html body .wrapper .accordion_block .accord_section label::after {
      position: absolute;
      right: 0;
      top: 0;
      display: block;
      width: 1.8em;
      height: 1.8em;
      line-height: 1.8em;
      text-align: center;
      -webkit-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
    html body .wrapper .accordion_block .accord_section input {
      position: absolute;
      opacity: 1;
      cursor: pointer;
      z-index: 1;
      padding: 0em 1em 0em;
      width: 100%;
      height: 100%;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none; }
    html body .wrapper .accordion_block .accord_section .tabs {
      background-color: transparent;
      content: '';
      width: 100%;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none; }
    html body .wrapper .accordion_block .accord_section input:hover, html body .wrapper .accordion_block .accord_section input:focus {
      border-left: 4px solid inherit;
      outline: 0px; }
    html body .wrapper .accordion_block .accord_section input:checked ~ .accord_content {
      max-height: 200em;
      padding: 2em 2em 1.5em;
      display: block; }
    html body .wrapper .accordion_block .accord_section input[type=checkbox] + label::after {
      content: "+";
      font-weight: bold;
      font-size: 1.8em; }
    html body .wrapper .accordion_block .accord_section input[type=radio] + label::after {
      content: "\25BC"; }
    html body .wrapper .accordion_block .accord_section input[type=checkbox]:checked + label::after {
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
      -o-transform: rotate(315deg);
      transform: rotate(315deg); }
    html body .wrapper .accordion_block .accord_section input[type=radio]:checked + label::after {
      -webkit-transform: rotateX(180deg);
      -moz-transform: rotateX(180deg);
      -ms-transform: rotateX(180deg);
      -o-transform: rotateX(180deg);
      transform: rotateX(180deg); }
    html body .wrapper .accordion_block .accord_section .accord_content {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: padding 0ms;
      -moz-transition: padding 0ms;
      -ms-transition: padding 0ms;
      -o-transition: padding 0ms;
      transition: padding 0ms;
      -webkit-transition: max-height 0ms;
      -o-transition: max-height 0ms;
      transition: max-height 0ms; }
      html body .wrapper .accordion_block .accord_section .accord_content h5 {
        line-height: 1.5em;
        color: inherit; }
      html body .wrapper .accordion_block .accord_section .accord_content strong {
        color: inherit; }
      html body .wrapper .accordion_block .accord_section .accord_content ul {
        list-style-type: none; }
        html body .wrapper .accordion_block .accord_section .accord_content ul li {
          color: inherit;
          margin-bottom: 0.2em;
          font-style: italic;
          font-weight: bold; }

html body section.address_box .container .column_title {
  padding: 0 0.6em; }

html body section.address_box .container .flex-container article {
  width: 25%; }
  @media (max-width: 768px) {
    html body section.address_box .container .flex-container article {
      width: 100%; } }

html body .wrapper .blog_posts {
  margin: 1em auto; }
  html body .wrapper .blog_posts .container {
    padding-top: 3em;
    padding-bottom: 1em; }
  html body .wrapper .blog_posts h2.column_title {
    text-align: center;
    margin-bottom: .5em; }
  html body .wrapper .blog_posts p.column_subtitle {
    text-align: center; }
  html body .wrapper .blog_posts .column_title, html body .wrapper .blog_posts .column_subtitle {
    padding: 0 10%; }
  html body .wrapper .blog_posts .flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    align-content: flex-start; }
  html body .wrapper .blog_posts article {
    float: left;
    overflow: hidden; }
    @media (max-width: 575px) {
      html body .wrapper .blog_posts article {
        width: 100%;
        max-width: 500px;
        border-bottom: 1px solid #f5f5f5;
        clear: both; } }
    html body .wrapper .blog_posts article .margin_container {
      position: relative;
      width: 100%;
      height: 100%;
      margin: .475em; }
    html body .wrapper .blog_posts article .featured {
      position: relative;
      display: block;
      float: left;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      overflow: hidden; }
      @media (max-width: 575px) {
        html body .wrapper .blog_posts article .featured {
          max-width: 200px;
          height: auto;
          padding-bottom: 100%;
          margin: 0 auto;
          float: none;
          clear: both; } }
      html body .wrapper .blog_posts article .featured:hover img {
        margin-top: -5%;
        left: -5%;
        width: 110%; }
      html body .wrapper .blog_posts article .featured:hover .overlay {
        background-color: rgba(0, 0, 0, 0); }
      html body .wrapper .blog_posts article .featured img {
        position: relative;
        z-index: 0;
        display: block;
        width: 100%;
        left: 0;
        margin-top: 0;
        height: auto;
        margin-bottom: 0em;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
        @media (max-width: 575px) {
          html body .wrapper .blog_posts article .featured img {
            width: 100%;
            left: 0;
            margin-top: 0; } }
      html body .wrapper .blog_posts article .featured .overlay {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
    html body .wrapper .blog_posts article .details {
      display: block;
      float: left;
      width: 100%;
      padding: 1rem 1.5rem;
      text-align: center; }
      @media (max-width: 575px) {
        html body .wrapper .blog_posts article .details {
          padding-top: .2em; } }
      html body .wrapper .blog_posts article .details h3 {
        font-size: 1.8em;
        line-height: 1.2em; }
      html body .wrapper .blog_posts article .details p {
        margin-bottom: .5em; }
      html body .wrapper .blog_posts article .details .button {
        position: relative;
        left: 0;
        margin: 0; }
  html body .wrapper .blog_posts .button {
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 2em 0 1em; }

/* Heading_Box */
html body .wrapper .banner {
  position: relative;
  display: block;
  margin-bottom: 0 !important;
  overflow: visible; }
  @media (max-width: 1100px) {
    html body .wrapper .banner.coles-hero-banner .bg img {
      width: auto;
      min-height: 490px;
      transform: translate(-60%, -50%); } }
  @media (max-width: 400px) {
    html body .wrapper .banner.coles-hero-banner .bg img {
      transform: translate(-67%, -50%); } }
  html body .wrapper .banner.coles-hero-banner .container .heading {
    padding: 2em 4%;
    float: left;
    max-width: 50%; }
    @media (max-width: 1068px) {
      html body .wrapper .banner.coles-hero-banner .container .heading {
        max-width: 90%; } }
    html body .wrapper .banner.coles-hero-banner .container .heading h2 {
      font-family: 'Lato', sans-serif;
      font-size: 1.156em; }
  html body .wrapper .banner .shield {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%; }
  html body .wrapper .banner .overlay {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0; }
  html body .wrapper .banner .overlay_dark {
    background: rgba(0, 0, 0, 0.9); }
  html body .wrapper .banner .overlay_light {
    background: rgba(255, 255, 255, 0.9); }
  html body .wrapper .banner .container {
    display: block;
    position: absolute;
    background: transparent;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 0;
    word-break: keep-all; }
    html body .wrapper .banner .container .heading {
      position: relative;
      display: block;
      width: 100%;
      top: 50%;
      margin: 0 auto;
      padding: 2em 5%;
      color: inherit;
      text-align: center;
      line-height: 120%;
      font-weight: 500; }
      html body .wrapper .banner .container .heading h1 {
        font-size: 3.5em;
        line-height: 90%;
        font-weight: 800;
        text-align: center;
        color: inherit;
        margin-bottom: .5em; }
        @media (max-width: 768px) {
          html body .wrapper .banner .container .heading h1 {
            font-size: 3em; } }
        html body .wrapper .banner .container .heading h1 span {
          color: inherit;
          font-weight: 300; }
      html body .wrapper .banner .container .heading h2 {
        font-weight: 500;
        font-size: 1.4em;
        line-height: 110%;
        margin: 0 0 1.2em;
        text-align: center;
        color: inherit;
        padding-bottom: 0; }
        @media (max-width: 1084px) {
          html body .wrapper .banner .container .heading h2 {
            font-size: 1.3em; } }
        @media (max-width: 768px) {
          html body .wrapper .banner .container .heading h2 {
            font-size: 1.2em; } }
        @media (max-width: 400px) {
          html body .wrapper .banner .container .heading h2 {
            font-size: 1.1em; } }
        @media (max-width: 320px) {
          html body .wrapper .banner .container .heading h2 {
            font-size: 1em; } }
      html body .wrapper .banner .container .heading .button.align_left, html body .wrapper .banner .container .heading .button.align_justify {
        float: left; }
      html body .wrapper .banner .container .heading .button.align_right {
        float: right; }

html body .wrapper .full_box {
  height: 70vh;
  min-height: 725px; }

html body .wrapper .high_box {
  height: 60vh;
  min-height: 650px; }

html body .wrapper .medium_box {
  height: 54vh;
  min-height: 550px; }

html body .wrapper .low_box {
  height: 40vh;
  min-height: 400px; }

@media (max-width: 1200px) {
  html body .wrapper .full_box, html body .wrapper .high_box, html body .wrapper .medium_box, html body .wrapper .low_box {
    height: 40vh;
    min-height: 400px; } }

@media (max-width: 776px) {
  html body .wrapper .full_box, html body .wrapper .high_box, html body .wrapper .medium_box, html body .wrapper .low_box {
    height: 35vh;
    min-height: 350px; } }

html body .wrapper .center_align_offset .container .heading {
  top: 2em; }

html body .wrapper .bottom_align .container {
  top: auto;
  bottom: 2.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  html body .wrapper .bottom_align .container .heading {
    top: 50%; }

html body .wrapper .top_align .container {
  top: 2.5em;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  html body .wrapper .top_align .container .heading {
    top: 0; }

html body .wrapper .underlined .container .heading h1:after {
  display: block;
  position: relative;
  content: '';
  height: 2px;
  width: 33.333%;
  min-width: 50px;
  margin: 0 auto .5em;
  bottom: -4px;
  background: black; }

html body .wrapper .boxed .container .heading {
  margin: 0 auto;
  width: 55%;
  background-color: white;
  max-width: 600px;
  min-width: 450px; }
  @media (max-width: 1400px) {
    html body .wrapper .boxed .container .heading {
      max-width: 850px; } }
  @media (max-width: 1084px) {
    html body .wrapper .boxed .container .heading {
      max-width: 650px; } }
  @media (max-width: 776px) {
    html body .wrapper .boxed .container .heading {
      width: calc(100% - 2em);
      max-width: 650px;
      padding: 2em 1em 0; } }
  @media (max-width: 420px) {
    html body .wrapper .boxed .container .heading {
      width: 100%;
      min-width: 100%; } }
  html body .wrapper .boxed .container .heading a.button {
    display: inline-block;
    margin-bottom: 1em; }

html body .wrapper .boxed.top_align .container {
  top: 0em; }

html body .wrapper .boxed.bottom_align .container {
  top: auto;
  bottom: 0; }
  html body .wrapper .boxed.bottom_align .container .heading {
    padding: 2em 2em 1em; }

html body .double_buttons a {
  display: inline-block; }
  html body .double_buttons a:first-child {
    margin-right: 1em; }

html body .wrapper .flex_images {
  display: block;
  margin: 3em auto; }
  @media (min-width: 769px) {
    html body .wrapper .flex_images.three-in-row-of-four .flex-block {
      max-width: 23.4%; } }
  @media (max-width: 768px) {
    html body .wrapper .flex_images {
      padding-left: 2em;
      padding-right: 2em;
      margin-top: 0.5em;
      margin-bottom: 0.5em; } }
  @media (max-width: 768px) {
    html body .wrapper .flex_images .container {
      padding-top: 1em;
      padding-bottom: 1em;
      padding-left: 0;
      padding-right: 0; } }
  html body .wrapper .flex_images .container .contain_width {
    width: 100%; }
  @media (max-width: 768px) {
    html body .wrapper .flex_images .flex-container {
      display: block;
      padding-bottom: 0  !important;
      padding-top: 0 !important; } }
  html body .wrapper .flex_images .flex-container h1, html body .wrapper .flex_images .flex-container h2, html body .wrapper .flex_images .flex-container h3, html body .wrapper .flex_images .flex-container h4, html body .wrapper .flex_images .flex-container h5, html body .wrapper .flex_images .flex-container p, html body .wrapper .flex_images .flex-container cite, html body .wrapper .flex_images .flex-container blockquote {
    color: inherit; }
  html body .wrapper .flex_images .flex-container article {
    display: block;
    position: relative;
    border-color: inherit;
    margin: 0 10px; }
    @media (max-width: 768px) {
      html body .wrapper .flex_images .flex-container article {
        padding: 2em 0;
        margin: 0 auto; } }
    html body .wrapper .flex_images .flex-container article .text-overlay {
      position: absolute;
      z-index: 999;
      padding: 20% 10%;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      text-align: center; }
      @media (max-width: 1200px) {
        html body .wrapper .flex_images .flex-container article .text-overlay {
          padding: 10% 5%; } }
      @media (max-width: 950px) {
        html body .wrapper .flex_images .flex-container article .text-overlay {
          padding: 5%; } }
      @media (max-width: 769px) {
        html body .wrapper .flex_images .flex-container article .text-overlay {
          padding: 25% 10%; } }
      @media (max-width: 575px) {
        html body .wrapper .flex_images .flex-container article .text-overlay {
          padding: 15% 10%; } }
      @media (max-width: 950px) {
        html body .wrapper .flex_images .flex-container article .text-overlay h1, html body .wrapper .flex_images .flex-container article .text-overlay h2 {
          font-size: 1.531em; } }
      @media (max-width: 769px) {
        html body .wrapper .flex_images .flex-container article .text-overlay h1, html body .wrapper .flex_images .flex-container article .text-overlay h2 {
          font-size: 2.313em; } }
    html body .wrapper .flex_images .flex-container article img {
      position: relative;
      display: block;
      max-width: 100%;
      width: 100%;
      height: auto; }

html body .wrapper .flex_text {
  display: block;
  margin: 3em auto; }
  @media (max-width: 768px) {
    html body .wrapper .flex_text {
      margin-top: 0.5em;
      margin-bottom: 0.5em; } }
  @media (max-width: 768px) {
    html body .wrapper .flex_text .container {
      padding-top: 1em !important;
      padding-bottom: 1em !important;
      padding-left: 0;
      padding-right: 0; } }
  html body .wrapper .flex_text .container .contain_width {
    width: 100%; }
  @media (max-width: 768px) {
    html body .wrapper .flex_text .flex-container {
      display: block;
      padding-bottom: 0  !important;
      padding-top: 0 !important; } }
  html body .wrapper .flex_text .flex-container h1, html body .wrapper .flex_text .flex-container h2, html body .wrapper .flex_text .flex-container h3, html body .wrapper .flex_text .flex-container h4, html body .wrapper .flex_text .flex-container h5, html body .wrapper .flex_text .flex-container p, html body .wrapper .flex_text .flex-container cite, html body .wrapper .flex_text .flex-container blockquote {
    color: inherit; }
  html body .wrapper .flex_text .flex-container article, html body .wrapper .flex_text .flex-container .article {
    display: block;
    position: relative;
    border-color: inherit; }
    @media (max-width: 768px) {
      html body .wrapper .flex_text .flex-container article, html body .wrapper .flex_text .flex-container .article {
        margin: 0 auto; } }
    html body .wrapper .flex_text .flex-container article .content_box, html body .wrapper .flex_text .flex-container .article .content_box {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      padding: 1em;
      margin: 0; }
      html body .wrapper .flex_text .flex-container article .content_box .text_box, html body .wrapper .flex_text .flex-container .article .content_box .text_box {
        display: inline-block;
        position: relative;
        z-index: 1;
        padding: 1em; }
      html body .wrapper .flex_text .flex-container article .content_box .background_box, html body .wrapper .flex_text .flex-container .article .content_box .background_box {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        overflow: hidden; }
    html body .wrapper .flex_text .flex-container article .content_box.no_padding, html body .wrapper .flex_text .flex-container .article .content_box.no_padding {
      padding: 0em; }
    html body .wrapper .flex_text .flex-container article .content_box.small_padding, html body .wrapper .flex_text .flex-container .article .content_box.small_padding {
      padding: 1em; }
    html body .wrapper .flex_text .flex-container article .content_box.medium_padding, html body .wrapper .flex_text .flex-container .article .content_box.medium_padding {
      padding: 2em; }
    html body .wrapper .flex_text .flex-container article .content_box.large_padding, html body .wrapper .flex_text .flex-container .article .content_box.large_padding {
      padding: 4em; }
    html body .wrapper .flex_text .flex-container article .imglink, html body .wrapper .flex_text .flex-container .article .imglink {
      display: inline-block; }
    html body .wrapper .flex_text .flex-container article .content_box img.top_image, html body .wrapper .flex_text .flex-container .article .content_box img.top_image {
      position: relative;
      z-index: 3;
      display: block;
      margin: 0 auto 20px;
      width: auto;
      height: auto; }
      @media (max-width: 768px) {
        html body .wrapper .flex_text .flex-container article .content_box img.top_image.align_left, html body .wrapper .flex_text .flex-container .article .content_box img.top_image.align_left {
          float: unset; } }
      @media (max-width: 768px) {
        html body .wrapper .flex_text .flex-container article .content_box img.top_image, html body .wrapper .flex_text .flex-container .article .content_box img.top_image {
          float: unset; } }
    html body .wrapper .flex_text .flex-container article img.top_image.align_left, html body .wrapper .flex_text .flex-container .article img.top_image.align_left {
      float: left; }
    html body .wrapper .flex_text .flex-container article img.top_image.align_right, html body .wrapper .flex_text .flex-container .article img.top_image.align_right {
      float: right; }
    html body .wrapper .flex_text .flex-container article img.background_image, html body .wrapper .flex_text .flex-container .article img.background_image {
      display: block;
      position: relative;
      z-index: 0;
      top: 50%;
      left: 50%;
      width: 100%;
      height: auto;
      height: 100vh;
      object-fit: cover;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    html body .wrapper .flex_text .flex-container article span.icon, html body .wrapper .flex_text .flex-container .article span.icon {
      display: block;
      position: relative;
      width: 60px;
      height: 60px;
      border-radius: 30px;
      background: inherit;
      margin: 1em auto .75em; }
      @media (max-width: 1068px) {
        html body .wrapper .flex_text .flex-container article span.icon, html body .wrapper .flex_text .flex-container .article span.icon {
          margin: .5em auto .75em;
          display: block;
          float: none;
          clear: both; } }
      html body .wrapper .flex_text .flex-container article span.icon svg, html body .wrapper .flex_text .flex-container .article span.icon svg {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 70%;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        html body .wrapper .flex_text .flex-container article span.icon svg path, html body .wrapper .flex_text .flex-container .article span.icon svg path {
          fill: white; }
    html body .wrapper .flex_text .flex-container article span.icon.align_left, html body .wrapper .flex_text .flex-container .article span.icon.align_left {
      float: left; }
    html body .wrapper .flex_text .flex-container article span.icon.align_right, html body .wrapper .flex_text .flex-container .article span.icon.align_right {
      float: right; }
    html body .wrapper .flex_text .flex-container article span.icon.medium, html body .wrapper .flex_text .flex-container .article span.icon.medium {
      width: 90px;
      height: 90px;
      border-radius: 45px; }
    html body .wrapper .flex_text .flex-container article span.icon.large, html body .wrapper .flex_text .flex-container .article span.icon.large {
      width: 120px;
      height: 120px;
      border-radius: 60px; }
    html body .wrapper .flex_text .flex-container article h1, html body .wrapper .flex_text .flex-container article h2, html body .wrapper .flex_text .flex-container article h3, html body .wrapper .flex_text .flex-container article h4, html body .wrapper .flex_text .flex-container article h5, html body .wrapper .flex_text .flex-container article p, html body .wrapper .flex_text .flex-container article cite, html body .wrapper .flex_text .flex-container article blockquote, html body .wrapper .flex_text .flex-container .article h1, html body .wrapper .flex_text .flex-container .article h2, html body .wrapper .flex_text .flex-container .article h3, html body .wrapper .flex_text .flex-container .article h4, html body .wrapper .flex_text .flex-container .article h5, html body .wrapper .flex_text .flex-container .article p, html body .wrapper .flex_text .flex-container .article cite, html body .wrapper .flex_text .flex-container .article blockquote {
      color: inherit; }
    html body .wrapper .flex_text .flex-container article h3, html body .wrapper .flex_text .flex-container .article h3 {
      font-size: 1.531em;
      line-height: 120%;
      font-weight: 100;
      margin: 0 0 .5em;
      padding: 0;
      clear: both; }
    html body .wrapper .flex_text .flex-container article h4, html body .wrapper .flex_text .flex-container .article h4 {
      font-size: 1.156em;
      line-height: 110%;
      font-weight: 600;
      margin: 0 0 1em;
      padding: 0; }
    html body .wrapper .flex_text .flex-container article ul.features, html body .wrapper .flex_text .flex-container .article ul.features {
      list-style-type: none;
      padding-left: 0;
      margin-left: 0; }
      html body .wrapper .flex_text .flex-container article ul.features li, html body .wrapper .flex_text .flex-container .article ul.features li {
        font-weight: 500; }
      html body .wrapper .flex_text .flex-container article ul.features li.tick:before, html body .wrapper .flex_text .flex-container .article ul.features li.tick:before {
        content: '\2713';
        position: relative;
        padding-right: 10px; }
      html body .wrapper .flex_text .flex-container article ul.features li.cross:before, html body .wrapper .flex_text .flex-container .article ul.features li.cross:before {
        content: '\2717';
        position: relative;
        padding-right: 10px; }
      html body .wrapper .flex_text .flex-container article ul.features li.naught:before, html body .wrapper .flex_text .flex-container .article ul.features li.naught:before {
        content: '\2299';
        position: relative;
        padding-right: 10px; }
      html body .wrapper .flex_text .flex-container article ul.features li.arrow:before, html body .wrapper .flex_text .flex-container .article ul.features li.arrow:before {
        content: '\21E2';
        position: relative;
        padding-right: 10px; }
      html body .wrapper .flex_text .flex-container article ul.features li.star:before, html body .wrapper .flex_text .flex-container .article ul.features li.star:before {
        content: '\2605';
        position: relative;
        padding-right: 10px; }
    html body .wrapper .flex_text .flex-container article .button.align_left, html body .wrapper .flex_text .flex-container .article .button.align_left {
      display: initial;
      float: left; }
    html body .wrapper .flex_text .flex-container article .button.align_right, html body .wrapper .flex_text .flex-container .article .button.align_right {
      display: initial;
      float: right; }
    html body .wrapper .flex_text .flex-container article .button.align_center, html body .wrapper .flex_text .flex-container .article .button.align_center {
      display: table; }
  html body .wrapper .flex_text .flex-text-single-row {
    margin: 0 auto;
    max-width: 60%; }
    html body .wrapper .flex_text .flex-text-single-row .button {
      border-color: unset;
      border: none; }
    @media (max-width: 1068px) {
      html body .wrapper .flex_text .flex-text-single-row {
        max-width: 90%; } }

html body .wrapper .flex_text.no_margins {
  margin-bottom: -7px !important; }

html body .wrapper .heading {
  margin-top: 5em;
  margin-bottom: 2em;
  padding: 0; }
  html body .wrapper .heading .container {
    padding: 0em; }
    html body .wrapper .heading .container .title {
      position: relative;
      display: inline-block;
      text-align: center;
      font-style: normal;
      margin: 0;
      padding: 0 1em;
      color: inherit; }
    html body .wrapper .heading .container .title.align_left {
      text-align: left; }
    html body .wrapper .heading .container .title.align_right {
      text-align: right; }
    html body .wrapper .heading .container .title.align_justify {
      text-align: justify; }
    html body .wrapper .heading .container .title.xlarge {
      font-size: 2.8em; }
    html body .wrapper .heading .container .title.large {
      font-size: 2.6em; }
    html body .wrapper .heading .container .title.medium {
      font-size: 2.3em; }
    html body .wrapper .heading .container .title.small {
      font-size: 2.1em; }
    html body .wrapper .heading .container .title.xsmall {
      font-size: 1.9em; }
    html body .wrapper .heading .container .subtitle.xlarge {
      font-size: 2.3em; }
    html body .wrapper .heading .container .subtitle.large {
      font-size: 2.1em; }
    html body .wrapper .heading .container .subtitle.medium {
      font-size: 1.8em; }
    html body .wrapper .heading .container .subtitle.small {
      font-size: 1.6em; }
    html body .wrapper .heading .container .subtitle.xsmall {
      font-size: 1.5em; }
    html body .wrapper .heading .container .featured_image {
      display: block;
      width: 100%;
      margin: .5em auto; }

html body .wrapper .heading.underline .container {
  padding: 0em; }
  html body .wrapper .heading.underline .container .title:after {
    content: '';
    display: block;
    position: relative;
    height: 10px;
    width: 100%;
    background: #80c567;
    background: -moz-linear-gradient(-45deg, #80c567 0%, #80c567 22%, #639a58 100%);
    background: -webkit-linear-gradient(-45deg, #80c567 0%, #80c567 22%, #639a58 100%);
    background: linear-gradient(135deg, #80c567 0%, #80c567 22%, #639a58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80c567', endColorstr='#639a58',GradientType=1 ); }

html body .wrapper .heading.stopper .container {
  padding: 0em; }
  html body .wrapper .heading.stopper .container .title.align_left, html body .wrapper .heading.stopper .container .title.align_center {
    border-left: 6px solid;
    border-color: inherit;
    padding-left: 15px; }
  html body .wrapper .heading.stopper .container .title.align_right {
    border-left: 6px solid;
    border-color: inherit;
    padding-left: 15px; }

html body .wrapper .heading.corner .container {
  padding: 0em; }
  html body .wrapper .heading.corner .container .title:before {
    content: '\1F43E';
    display: inline-block;
    position: absolute;
    width: auto;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    color: #000;
    padding: 10px; }
  html body .wrapper .heading.corner .container .title:after {
    content: '';
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    border-bottom: 1px solid;
    border-color: inherit;
    margin: .5em 0; }

html body .wrapper .spacer {
  display: block; }
  html body .wrapper .spacer .container hr {
    margin: 0 auto; }

html body .wrapper .text_block {
  position: relative;
  margin: 2em auto;
  padding-bottom: 0em;
  padding-top: 0em; }
  @media (max-width: 768px) {
    html body .wrapper .text_block {
      margin: 0em auto; } }
  html body .wrapper .text_block .container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0em;
    padding-bottom: 0em; }
  html body .wrapper .text_block .text {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em; }
    html body .wrapper .text_block .text img.size-full {
      display: block;
      width: 100%;
      height: auto; }
  html body .wrapper .text_block .full {
    padding-left: 0%;
    padding-right: 0%; }
    @media (max-width: 575px) {
      html body .wrapper .text_block .full {
        padding-left: 0%;
        padding-right: 0%; } }
  html body .wrapper .text_block .nearly {
    padding-left: 5%;
    padding-right: 5%; }
    @media (max-width: 575px) {
      html body .wrapper .text_block .nearly {
        padding-left: 0%;
        padding-right: 0%; } }
  html body .wrapper .text_block .three_quarter {
    padding-left: 12.5%;
    padding-right: 12.5%; }
    @media (max-width: 575px) {
      html body .wrapper .text_block .three_quarter {
        padding-left: 0%;
        padding-right: 0%; } }
  html body .wrapper .text_block .three-fifth {
    padding-left: 20%;
    padding-right: 20%; }
    @media (max-width: 575px) {
      html body .wrapper .text_block .three-fifth {
        padding-left: 5%;
        padding-right: 5%; } }

@media (max-width: 768px) {
  html body .wrapper .text-block {
    text-align: center; } }

html body .wrapper .text-block h1 {
  font-size: 2.8em; }
  @media (max-width: 1028px) {
    html body .wrapper .text-block h1 {
      font-size: 2.6em; } }
  @media (max-width: 500px) {
    html body .wrapper .text-block h1 {
      font-size: 1.4em; } }

html body .wrapper .text-block h2 {
  font-size: 2.4em;
  line-height: 1.13em; }
  @media (max-width: 1028px) {
    html body .wrapper .text-block h2 {
      font-size: 2.2em; } }
  @media (max-width: 500px) {
    html body .wrapper .text-block h2 {
      font-size: 1.3em; } }

html body .wrapper .text-block h3 {
  font-size: 1.7em;
  line-height: 1.15em; }
  @media (max-width: 1028px) {
    html body .wrapper .text-block h3 {
      font-size: 1.5em; } }
  @media (max-width: 500px) {
    html body .wrapper .text-block h3 {
      font-size: 1.1em; } }

html body .wrapper .text-block ul {
  text-align: left; }

html body .wrapper .one_col {
  -webkit-columns: 20px 1;
  /* Chrome, Safari, Opera */
  -moz-columns: 20px 1;
  /* Firefox */
  columns: 20px 1; }

html body .wrapper .two_col {
  -webkit-columns: 20px 2;
  /* Chrome, Safari, Opera */
  -moz-columns: 20px 2;
  /* Firefox */
  columns: 20px 2; }
  @media (max-width: 768px) {
    html body .wrapper .two_col {
      -webkit-columns: 20px 1;
      /* Chrome, Safari, Opera */
      -moz-columns: 20px 1;
      /* Firefox */
      columns: 20px 1; } }

html body .wrapper .three_col {
  font-size: .9em;
  -webkit-columns: 30px 3;
  /* Chrome, Safari, Opera */
  -moz-columns: 30px 3;
  /* Firefox */
  columns: 30px 3; }
  @media (max-width: 1024px) {
    html body .wrapper .three_col {
      -webkit-columns: 30px 2;
      /* Chrome, Safari, Opera */
      -moz-columns: 30px 2;
      /* Firefox */
      columns: 30px 2; } }
  @media (max-width: 768px) {
    html body .wrapper .three_col {
      -webkit-columns: 30px 1;
      /* Chrome, Safari, Opera */
      -moz-columns: 30px 1;
      /* Firefox */
      columns: 30px 1; } }

html body .wrapper .four_col {
  font-size: .8em;
  -webkit-columns: 30px 4;
  /* Chrome, Safari, Opera */
  -moz-columns: 30px 4;
  /* Firefox */
  columns: 30px 4; }
  @media (max-width: 768px) {
    html body .wrapper .four_col {
      font-size: .9em;
      -webkit-columns: 30px 1;
      /* Chrome, Safari, Opera */
      -moz-columns: 30px 1;
      /* Firefox */
      columns: 30px 1; } }

html body .wrapper .align_center {
  text-align: center; }

html body .wrapper .align_right {
  text-align: right; }

html body .wrapper .align_justify {
  text-align: justify; }

html body .wrapper .align_left {
  text-align: left; }

html body .wrapper .align_center.two_col {
  text-align: center; }
  html body .wrapper .align_center.two_col p {
    text-align: justify; }

html body .wrapper .align_center.three_col {
  text-align: center; }
  html body .wrapper .align_center.three_col p {
    text-align: justify; }

html body .wrapper .align_center.four_col {
  text-align: center; }
  html body .wrapper .align_center.four_col p {
    text-align: justify; }

html body .wrapper .no_border_bottom {
  border-bottom: 0px; }

html body .wrapper .border_bottom {
  border-bottom: 1px solid #ccc; }

html body .wrapper .white_out {
  color: #fff !important; }
  html body .wrapper .white_out h1, html body .wrapper .white_out h2, html body .wrapper .white_out h3, html body .wrapper .white_out h4, html body .wrapper .white_out h5, html body .wrapper .white_out p {
    color: #fff !important; }

html body .wrapper .jobs_block:last-of-type .container .text {
  border-bottom: 0; }

html body .wrapper .jobs_block .container .text {
  border-bottom: 1px dotted #009fb3; }

/* ANIMATION */
/* Fade in Keyframes */
@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

@keyframes zoomin {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }

@keyframes zoomout {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }

/* Fade Left Keyframes */
@-webkit-keyframes fadeleft {
  0% {
    left: -60%;
    width: 160%;
    opacity: 0; }
  10% {
    left: -60%;
    width: 144%;
    opacity: 0; }
  100% {
    left: 0;
    width: 100%;
    opacity: 1; } }

@keyframes fadeleft {
  0% {
    left: -60%;
    width: 160%;
    opacity: 0; }
  10% {
    left: -60%;
    width: 144%;
    opacity: 0; }
  100% {
    left: 0;
    width: 100%;
    opacity: 1; } }

/* Fade Right Keyframes */
@-webkit-keyframes faderight {
  0% {
    right: -60%;
    width: 160%;
    opacity: 0; }
  10% {
    right: -60%;
    width: 144%;
    opacity: 0; }
  100% {
    right: 0;
    width: 100%;
    opacity: 1; } }

@keyframes faderight {
  0% {
    right: -60%;
    width: 160%;
    opacity: 0; }
  10% {
    right: -60%;
    width: 144%;
    opacity: 0; }
  100% {
    right: 0;
    width: 100%;
    opacity: 1; } }

@-webkit-keyframes headerDown {
  0% {
    margin-top: -50px; }
  100% {
    margin-top: 0px; } }

@-moz-keyframes headerDown {
  0% {
    margin-top: -50px; }
  100% {
    margin-top: 0px; } }

@-o-keyframes headerDown {
  0% {
    margin-top: -50px; }
  100% {
    margin-top: 0px; } }

@keyframes headerDown {
  0% {
    margin-top: -50px; }
  100% {
    margin-top: 0px; } }

@-webkit-keyframes logoFly {
  0% {
    opacity: 0;
    margin-left: -150px; }
  100% {
    opacity: 1;
    margin-left: 0px; } }

@-moz-keyframes logoFly {
  0% {
    opacity: 0;
    margin-left: -150px; }
  100% {
    opacity: 1;
    margin-left: 0px; } }

@-o-keyframes logoFly {
  0% {
    opacity: 0;
    margin-left: -150px; }
  100% {
    opacity: 1;
    margin-left: 0px; } }

@keyframes logoFly {
  0% {
    opacity: 0;
    margin-left: -150px; }
  100% {
    opacity: 1;
    margin-left: 0px; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes flyIn {
  0% {
    opacity: 0;
    top: 800px; }
  100% {
    opacity: 1;
    top: 0px; } }

@-moz-keyframes flyIn {
  0% {
    opacity: 0;
    top: 800px; }
  100% {
    opacity: 1;
    top: 0px; } }

@-o-keyframes flyIn {
  0% {
    opacity: 0;
    top: 800px; }
  100% {
    opacity: 1;
    top: 0px; } }

@keyframes flyIn {
  0% {
    opacity: 0;
    top: 800px; }
  100% {
    opacity: 1;
    top: 0px; } }

@-webkit-keyframes floatIn {
  0% {
    display: none;
    opacity: 0;
    left: 100px; }
  1% {
    display: block;
    opacity: 0;
    left: 100px; }
  100% {
    opacity: 1;
    left: 0px; } }

@-moz-keyframes floatIn {
  0% {
    display: none;
    opacity: 0;
    left: 100px; }
  1% {
    display: block;
    opacity: 0;
    left: 100px; }
  100% {
    opacity: 1;
    left: 0px; } }

@-o-keyframes floatIn {
  0% {
    display: none;
    opacity: 0;
    left: 100px; }
  1% {
    display: block;
    opacity: 0;
    left: 100px; }
  100% {
    opacity: 1;
    left: 0px; } }

@keyframes floatIn {
  0% {
    display: none;
    opacity: 0;
    left: 100px; }
  1% {
    display: block;
    opacity: 0;
    left: 100px; }
  100% {
    opacity: 1;
    left: 0px; } }

@-webkit-keyframes flyInslide {
  0% {
    opacity: 0;
    top: 100px; }
  100% {
    opacity: 1;
    top: 0px; } }

@-moz-keyframes flyInslide {
  0% {
    opacity: 0;
    top: 100px; }
  100% {
    opacity: 1;
    top: 0px; } }

@-o-keyframes flyInslide {
  0% {
    opacity: 0;
    top: 100px; }
  100% {
    opacity: 1;
    top: 0px; } }

@keyframes flyInslide {
  0% {
    opacity: 0;
    top: 100px; }
  100% {
    opacity: 1;
    top: 0px; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    display: block; }
  99% {
    opacity: 0;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
    display: block; }
  99% {
    opacity: 0;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
    display: block; }
  99% {
    opacity: 0;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }

@keyframes fadeOut {
  0% {
    opacity: 1;
    display: block; }
  99% {
    opacity: 0;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }

@-webkit-keyframes imageryFade {
  0% {
    opacity: 1; }
  1% {
    opacity: 0; }
  99% {
    opacity: 0; }
  0% {
    opacity: 1; } }

@-moz-keyframes imageryFade {
  0% {
    opacity: 1; }
  1% {
    opacity: 0; }
  99% {
    opacity: 0; }
  0% {
    opacity: 1; } }

@-o-keyframes imageryFade {
  0% {
    opacity: 1; }
  1% {
    opacity: 0; }
  99% {
    opacity: 0; }
  0% {
    opacity: 1; } }

@keyframes imageryFade {
  0% {
    opacity: 1; }
  1% {
    opacity: 0; }
  99% {
    opacity: 0; }
  0% {
    opacity: 1; } }

@-webkit-keyframes FadeInOut {
  0% {
    opacity: 0; }
  0.1% {
    opacity: 1; }
  99.9% {
    opacity: 1; }
  0% {
    opacity: 0; } }

@-moz-keyframes FadeInOut {
  0% {
    opacity: 0; }
  0.1% {
    opacity: 1; }
  99.9% {
    opacity: 1; }
  0% {
    opacity: 0; } }

@-o-keyframes FadeInOut {
  0% {
    opacity: 0; }
  0.1% {
    opacity: 1; }
  99.9% {
    opacity: 1; }
  0% {
    opacity: 0; } }

@keyframes FadeInOut {
  0% {
    opacity: 0; }
  0.1% {
    opacity: 1; }
  99.9% {
    opacity: 1; }
  0% {
    opacity: 0; } }

@-webkit-keyframes boxJump {
  0% {
    height: 31px; }
  24% {
    height: 31px; }
  25% {
    height: 0px; }
  26% {
    height: 31px; }
  49% {
    height: 31px; }
  50% {
    height: 0px; }
  51% {
    height: 31px; }
  74% {
    height: 31px; }
  75% {
    height: 0px; }
  76% {
    height: 31px; }
  100% {
    height: 31px; } }

@-moz-keyframes boxJump {
  0% {
    height: 31px; }
  24% {
    height: 31px; }
  25% {
    height: 0px; }
  26% {
    height: 31px; }
  49% {
    height: 31px; }
  50% {
    height: 0px; }
  51% {
    height: 31px; }
  74% {
    height: 31px; }
  75% {
    height: 0px; }
  76% {
    height: 31px; }
  100% {
    height: 31px; } }

@-o-keyframes boxJump {
  0% {
    height: 31px; }
  24% {
    height: 31px; }
  25% {
    height: 0px; }
  26% {
    height: 31px; }
  49% {
    height: 31px; }
  50% {
    height: 0px; }
  51% {
    height: 31px; }
  74% {
    height: 31px; }
  75% {
    height: 0px; }
  76% {
    height: 31px; }
  100% {
    height: 31px; } }

@keyframes boxJump {
  0% {
    height: 31px; }
  24% {
    height: 31px; }
  25% {
    height: 0px; }
  26% {
    height: 31px; }
  49% {
    height: 31px; }
  50% {
    height: 0px; }
  51% {
    height: 31px; }
  74% {
    height: 31px; }
  75% {
    height: 0px; }
  76% {
    height: 31px; }
  100% {
    height: 31px; } }

@-webkit-keyframes spinnerOff {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(1660deg); } }

@-moz-keyframes spinnerOff {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(1660deg); } }

@-o-keyframes spinnerOff {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(1660deg); } }

@-ms-keyframes spinnerOff {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(1660deg); } }

@keyframes spinnerOff {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(1660deg); } }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    left: 50%; }
  30% {
    left: 50%; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    left: 75%; } }

@-moz-keyframes zoomOut {
  0% {
    opacity: 1;
    left: 50%; }
  30% {
    left: 50%; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    left: 75%; } }

@-o-keyframes zoomOut {
  0% {
    opacity: 1;
    left: 50%; }
  30% {
    left: 50%; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    left: 75%; } }

@-ms-keyframes zoomOut {
  0% {
    opacity: 1;
    left: 50%; }
  30% {
    left: 50%; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    left: 75%; } }

@keyframes zoomOut {
  0% {
    opacity: 1;
    left: 50%; }
  30% {
    left: 50%; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    left: 75%; } }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    left: 0%; }
  100% {
    opacity: 1;
    left: 50%; } }

@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    left: 0%; }
  100% {
    opacity: 1;
    left: 50%; } }

@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    left: 0%; }
  100% {
    opacity: 1;
    left: 50%; } }

@-ms-keyframes zoomIn {
  0% {
    opacity: 0;
    left: 0%; }
  100% {
    opacity: 1;
    left: 50%; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    left: 0%; }
  100% {
    opacity: 1;
    left: 50%; } }

@-webkit-keyframes navIn {
  0% {
    display: none;
    opacity: 0;
    height: 0px; }
  1% {
    display: block;
    opacity: 0;
    height: 0px; }
  100% {
    opacity: 1;
    min-height: 325px;
    height: 45vh; } }

@-moz-keyframes navIn {
  0% {
    display: none;
    opacity: 0;
    height: 0px; }
  1% {
    display: block;
    opacity: 0;
    height: 0px; }
  100% {
    opacity: 1;
    min-height: 325px;
    height: 45vh; } }

@-o-keyframes navIn {
  0% {
    display: none;
    opacity: 0;
    height: 0px; }
  1% {
    display: block;
    opacity: 0;
    height: 0px; }
  100% {
    opacity: 1;
    min-height: 325px;
    height: 45vh; } }

@-ms-keyframes navIn {
  0% {
    display: none;
    opacity: 0;
    height: 0px; }
  1% {
    display: block;
    opacity: 0;
    height: 0px; }
  100% {
    opacity: 1;
    min-height: 325px;
    height: 45vh; } }

@keyframes navIn {
  0% {
    display: none;
    opacity: 0;
    height: 0px; }
  1% {
    display: block;
    opacity: 0;
    height: 0px; }
  100% {
    opacity: 1;
    min-height: 325px;
    height: 45vh; } }

@-webkit-keyframes fadeInNav {
  0% {
    opacity: 0;
    display: none; }
  10% {
    display: block;
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }

@-moz-keyframes fadeInNav {
  0% {
    opacity: 0;
    display: none; }
  10% {
    display: block;
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }

@-o-keyframes fadeInNav {
  0% {
    opacity: 0;
    display: none; }
  10% {
    display: block;
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }

@-ms-keyframes fadeInNav {
  0% {
    opacity: 0;
    display: none; }
  10% {
    display: block;
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }

@keyframes fadeInNav {
  0% {
    opacity: 0;
    display: none; }
  10% {
    display: block;
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    color: inherit; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1;
    color: #fff; } }

@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    color: inherit; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1;
    color: #fff; } }

@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    color: inherit; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1;
    color: #fff; } }

@-ms-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    color: inherit; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1;
    color: #fff; } }

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    color: inherit; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1;
    color: #fff; } }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-200px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(10px) rotate(-45deg); }
  80% {
    transform: translateY(-4px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }

@-moz-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-200px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(10px) rotate(-45deg); }
  80% {
    transform: translateY(-4px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }

@-o-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-200px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(10px) rotate(-45deg); }
  80% {
    transform: translateY(-4px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }

@-ms-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-200px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(10px) rotate(-45deg); }
  80% {
    transform: translateY(-4px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }

@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-200px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(10px) rotate(-45deg); }
  80% {
    transform: translateY(-4px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }

@-webkit-keyframes scrollS {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(46px);
    -moz-transform: translateY(46px);
    transform: translateY(46px); } }

@-moz-keyframes scrollS {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(46px);
    -moz-transform: translateY(46px);
    transform: translateY(46px); } }

@-o-keyframes scrollS {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(46px);
    -moz-transform: translateY(46px);
    transform: translateY(46px); } }

@-ms-keyframes scrollS {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(46px);
    -moz-transform: translateY(46px);
    transform: translateY(46px); } }

@keyframes scrollS {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(46px);
    -moz-transform: translateY(46px);
    transform: translateY(46px); } }

@keyframes bgRoll {
  0% {
    background-size: 120%; }
  24.999% {
    background-size: 128%; }
  25% {
    background-size: 120%; }
  49.999% {
    background-size: 128%; }
  50% {
    background-size: 120%; }
  74.999% {
    background-size: 128%; }
  75% {
    background-size: 120%; }
  99.9999% {
    background-size: 128%; }
  100% {
    background-size: 120%; } }

@keyframes bgRolls {
  0% {
    background-size: 120%;
    background-position: center left; }
  100% {
    background-size: 120%;
    background-position: center right; } }
