@charset "UTF-8";
/* --------------------------------------
/*  Import
/* -------------------------------------- */
/* --------------------------------------
/*  Import
/* -------------------------------------- */
/*** Media Queries ***/
/* --------------------------------------
/*  Mixins
/* -------------------------------------- */
/* --------------------------------------
/*  Gradients
/* -------------------------------------- */
/* ---------------------
/* Mixins
/* --------------------- */
.remove-default-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

/* --------------------------------------
/*  SVGs
/* -------------------------------------*/
/* --------------------------------------
/*  Colours
/* -------------------------------------*/
/* --------------------------------------
/*  Font Weights
/* -------------------------------------*/
.font-weight__normal {
  font-weight: 400; }

.font-weight__medium {
  font-weight: 500; }

.font-weight__bold {
  font-weight: 700; }

/* --------------------------------------
/*  Font Sizes
/* -------------------------------------*/
/* --------------------------------------
/*  Font Families
/* -------------------------------------*/
/* --------------------------------------
/*  Spacing
/* -------------------------------------*/
/* --------------------------------------
/*  Defaults
/* -------------------------------------*/
/* --------------------------------------
/*  Transitions
/* -------------------------------------*/
/* --------------------------------------
/*  Responsive Font sizes
/* -------------------------------------*/
/*** Media Queries ***/
/* --------------------------------------
/*  Mixins
/* -------------------------------------- */
/* --------------------------------------
/*  Gradients
/* -------------------------------------- */
/* ---------------------
/* Mixins
/* --------------------- */
.remove-default-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

/* --------------------------------------
/*  SVGs
/* -------------------------------------*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

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

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

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

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

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

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

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

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

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*------------------------------------*    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

[role="button"] {
  cursor: pointer; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

/* --------------------------------------
/*  Custom BS
/* -------------------------------------*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=25d49cea796819a13e3e2b6bb7887d7c)
 * Config saved to config.json and https://gist.github.com/25d49cea796819a13e3e2b6bb7887d7c
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #E0E0E0 !important; } }

* {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #616161;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #21759b;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #616161;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #616161;
  background-color: #f5f5f5;
  border: 1px solid #BDBDBD;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: #3B4044;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  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: 768px) {
  .col-sm-1, .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-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .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-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .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-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #757575;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #dddddd; }

.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #616161;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover,
.btn:focus,
.btn.focus {
  color: #616161;
  text-decoration: none; }

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #616161;
  background-color: #fff;
  border-color: #BDBDBD; }

.btn-default:focus,
.btn-default.focus {
  color: #616161;
  background-color: #E0E0E0;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #616161;
  background-color: #E0E0E0;
  border-color: #adadad; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #616161;
  background-color: #E0E0E0;
  border-color: #adadad; }

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #616161;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #BDBDBD; }

.btn-default .badge {
  color: #fff;
  background-color: #616161; }

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none; }

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent; }

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #757575;
  text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li.disabled > a {
  color: #757575; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: rgba(0, 0, 0, 0.1); }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #616161;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #757575; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #616161;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #757575; }

.navbar-default .navbar-nav > li > a {
  color: #757575; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #616161;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #616161;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #BDBDBD;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #dddddd; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #616161; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #757575; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #616161;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #616161;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #BDBDBD;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #757575; }

.navbar-default .navbar-link:hover {
  color: #616161; }

.navbar-default .btn-link {
  color: #757575; }

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #616161; }

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #BDBDBD; }

.navbar-inverse {
  background-color: #222222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #BDBDBD; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #BDBDBD; }

.navbar-inverse .navbar-nav > li > a {
  color: #BDBDBD; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #3B4044;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #616161; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #616161; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #BDBDBD; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #3B4044;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #BDBDBD; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #BDBDBD; }

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #3B4044; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

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

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* --------------------------------------
/*  Z-index (ZI)
/* -------------------------------------- */
/* --------------------------------------
/*  Variables
/* -------------------------------------- */
/* --------------------------------------
/*  Typography
/* -------------------------------------- */
h1, .h1-style {
  font-family: "PT Sans", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 50px;
  color: #3B4044;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0;
  padding-top: 0; }
  h1 a, h1a, .h1-style a, .h1-stylea {
    color: #335c2c; }
    h1 a:hover, h1 a:focus, h1a:hover, h1a:focus, .h1-style a:hover, .h1-style a:focus, .h1-stylea:hover, .h1-stylea:focus {
      text-decoration: underline;
      color: #203a1c; }

h2, .h2-style {
  font-family: "Montserrat", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 30px;
  color: #3B4044;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0; }
  h2 a, h2a, .h2-style a, .h2-stylea {
    color: #3B4044; }
    h2 a:hover, h2 a:focus, h2a:hover, h2a:focus, .h2-style a:hover, .h2-style a:focus, .h2-stylea:hover, .h2-stylea:focus {
      text-decoration: underline;
      color: #232629; }

h3, .h3-style {
  font-family: "Montserrat", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 24px;
  color: #3B4044;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0; }
  h3 a, h3a, .h3-style a, .h3-stylea {
    color: #335c2c; }
    h3 a:hover, h3 a:focus, h3a:hover, h3a:focus, .h3-style a:hover, .h3-style a:focus, .h3-stylea:hover, .h3-stylea:focus {
      text-decoration: underline;
      color: #203a1c; }

h4, .h4-style {
  font-family: "Montserrat", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 20px;
  color: #3B4044;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin: 25px 0 0; }
  h4 a, h4a, .h4-style a, .h4-stylea {
    color: #335c2c; }
    h4 a:hover, h4 a:focus, h4a:hover, h4a:focus, .h4-style a:hover, .h4-style a:focus, .h4-stylea:hover, .h4-stylea:focus {
      text-decoration: underline;
      color: #203a1c; }

h5, .h5-style {
  font-family: "Montserrat", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0; }
  h5 a, h5a, .h5-style a, .h5-stylea {
    color: #000; }
    h5 a:hover, h5 a:focus, h5a:hover, h5a:focus, .h5-style a:hover, .h5-style a:focus, .h5-stylea:hover, .h5-stylea:focus {
      text-decoration: underline;
      color: black; }

h6, .h6-style {
  font-family: "PT Sans", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 13px;
  color: #3B4044;
  line-height: 1.6;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.05em; }
  h6 a, h6a, .h6-style a, .h6-stylea {
    color: #3B4044; }
    h6 a:hover, h6 a:focus, h6a:hover, h6a:focus, .h6-style a:hover, .h6-style a:focus, .h6-stylea:hover, .h6-stylea:focus {
      text-decoration: underline;
      color: #232629; }

.larger-text {
  font-family: "PT Sans", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 40px;
  color: #000;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0; }

/* --------------------------------------
/*  Copy
/* -------------------------------------- */
.body-section a, .body-sectiona {
  color: #335c2c; }
  .body-section a:hover, .body-section a:focus, .body-sectiona:hover, .body-sectiona:focus {
    text-decoration: underline;
    color: #203a1c; }

.body-section .btn {
  background-color: #335c2c;
  color: white;
  border: none;
  font-weight: 500;
  transition: 0.4s; }
  .body-section .btn:hover, .body-section .btn:focus, .body-section .btn:active {
    text-decoration: none;
    background-color: #0d170b; }

blockquote {
  border: 0;
  margin: 35px 0;
  border-left: 3px solid #4ECDC4;
  padding: 12px 15px; }
  blockquote h1, blockquote h2, blockquote h3,
  blockquote h4, blockquote h5, blockquote h6,
  blockquote p, blockquote a, blockquote span,
  blockquote ul, blockquote ol, blockquote li,
  blockquote input, blockquote button, blockquote label {
    font-size: calc(1.625 * 16px);
    color: #335c2c;
    font-family: "Montserrat", "Helvetica", Arial, Helvetica, Sans-serif;
    line-height: 1.2;
    margin: 0; }

.body-section a, .body-sectiona {
  color: #335c2c; }
  .body-section a:hover, .body-section a:focus, .body-sectiona:hover, .body-sectiona:focus {
    text-decoration: underline;
    color: #203a1c; }

ul, ol {
  line-height: 1.6;
  padding-left: 25px;
  margin-bottom: 25px; }

p {
  line-height: 1.6;
  font-family: "PT Sans", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px; }

a.btn {
  background-color: #335c2c;
  color: white;
  padding: 10px 15px; }
  a.btn:hover {
    background-color: #162813;
    color: white; }

/* --------------------------------------
/*  Buttons
/* -------------------------------------- */
a.btn, button.btn {
  text-align: center;
  padding: 0.688em 1.125em;
  font-size: 13px;
  transition: background-color 0.5s;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica", Arial, Helvetica, Sans-serif;
  letter-spacing: 0.9px; }
  a.btn.btn-default:hover, a.btn.btn-default:focus, a.btn.btn-default a, a.btn.btn-default a:hover, a.btn.btn-default a:focus, button.btn.btn-default:hover, button.btn.btn-default:focus, button.btn.btn-default a, button.btn.btn-default a:hover, button.btn.btn-default a:focus {
    text-decoration: none; }
  a.btn.btn-primary, button.btn.btn-primary {
    color: #fff; }
    a.btn.btn-primary:hover, a.btn.btn-primary:focus, a.btn.btn-primary a, a.btn.btn-primary a:hover, a.btn.btn-primary a:focus, button.btn.btn-primary:hover, button.btn.btn-primary:focus, button.btn.btn-primary a, button.btn.btn-primary a:hover, button.btn.btn-primary a:focus {
      text-decoration: none; }
    a.btn.btn-primary.padding-sm, button.btn.btn-primary.padding-sm {
      padding: 4px; }
    a.btn.btn-primary.white, button.btn.btn-primary.white {
      background-color: white;
      color: #335c2c; }
      a.btn.btn-primary.white:hover, a.btn.btn-primary.white:focus, a.btn.btn-primary.white:active, button.btn.btn-primary.white:hover, button.btn.btn-primary.white:focus, button.btn.btn-primary.white:active {
        color: white;
        background-color: #203a1c; }
    a.btn.btn-primary.transparent, button.btn.btn-primary.transparent {
      background-color: transparent;
      color: #335c2c; }
      a.btn.btn-primary.transparent:hover, a.btn.btn-primary.transparent:focus, a.btn.btn-primary.transparent:active, button.btn.btn-primary.transparent:hover, button.btn.btn-primary.transparent:focus, button.btn.btn-primary.transparent:active {
        color: #335c2c;
        background-color: white; }
    a.btn.btn-primary:hover, a.btn.btn-primary:focus, a.btn.btn-primary:active, button.btn.btn-primary:hover, button.btn.btn-primary:focus, button.btn.btn-primary:active {
      color: #fff; }

a.link {
  font-weight: 700;
  text-transform: uppercase; }
  a.link:hover, a.link:focus, a.link a, a.link a:hover, a.link a:focus {
    text-decoration: none; }
  a.link:after {
    padding-left: 4px;
    transition: padding-left 0.3s;
    content: "\f054";
    font-family: FontAwesome; }
  a.link:hover:after, a.link:focus:after, a.link:active:after {
    padding-left: 16px; }

/* --------------------------------------
/*  Tabs reset
/* -------------------------------------*/
.tabs-container ul.nav.nav-tabs li a:focus {
  outline: none; }

/* --------------------------------------
/*  - Bootstrap Reset
/* -------------------------------------- */
.navbar-inner {
  background: none;
  -webkit-filter: none;
  filter: none;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  padding: 0px;
  min-height: 0px; }

.navbar-default {
  border-color: transparent; }

.navbar {
  background: transparent;
  margin-bottom: 0px;
  min-height: 1px; }

.navbar .nav > li {
  float: left; }

.navbar .nav > li > a {
  padding: 0px;
  text-shadow: none; }
  .navbar .nav > li > a i, .navbar .nav > li > a b {
    border-bottom-color: #3B4044;
    border-top-color: #3B4044; }

.navbar-nav {
  margin-left: 0px;
  margin-right: 0px; }

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #616161;
  text-decoration: none;
  background-color: transparent; }

.navbar .nav .active > a {
  color: #616161;
  background: none;
  box-shadow: none; }

.navbar .nav .active > a:hover {
  background: none;
  box-shadow: none; }

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  box-shadow: none; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  background-image: none;
  background-repeat: repeat-x;
  text-decoration: none;
  -webkit-filter: none;
  filter: none; }

.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px; }

/* --------------------------------------
/*  - Bootstrap Dropdown Menu
/* -------------------------------------- */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent; }

.navbar .nav > li.active > a, .navbar .nav > li.active > a:hover, .navbar .nav > li.dropdown.active > .dropdown-toggle {
  box-shadow: none; }

.navbar .nav > li.dropdown.open > .dropdown-toggle {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0.2);
  -o-border-image: none;
  border-image: none;
  border-radius: 0;
  position: relative; }

.navbar .nav > li .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 0; }

.navbar .nav > li .dropdown-menu:after, .navbar .nav > li .dropdown-menu:before {
  display: none; }

.navbar .nav > li .dropdown-menu li {
  display: block;
  width: 100%;
  text-align: left; }

.navbar .nav > li .dropdown-menu li a {
  padding: 3px 10px;
  font-size: 16px-2; }

.navbar .nav > li .dropdown-menu li a:hover {
  color: #212121; }

/*
	Multilevel Dropdown
*/
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px; }

.dropdown-menu li:hover > .sub-menu {
  visibility: visible; }

.dropdown:hover > .dropdown-menu {
  display: block; }

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  margin-top: 0; }

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px; }

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  top: 11px;
  left: -6px; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #E0E0E0;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px; }

/* --------------------------------------
/*  #7 - Bootstrap Nav Overrides
/* -------------------------------------- */
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px; }

.dropdown-menu li:hover .sub-menu {
  visibility: visible; }

.dropdown:hover .dropdown-menu {
  display: block; }

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  margin-top: 0; }

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px; }

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  top: 11px;
  left: -6px; }

/* --------------------------------------
/*  Tables
/* -------------------------------------*/
table.table {
  border-spacing: 2px;
  border-collapse: separate; }
  table.table > tbody > tr > td {
    border: 0;
    padding: 0.7em;
    font-size: 0.875rem; }
    @media (max-width: 543px) {
      table.table > tbody > tr > td {
        padding: 0.4em;
        font-size: 0.7rem; } }

/* --------------------------------------
/*  Collapse
/* -------------------------------------*/
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 0; }

.panel-group .panel {
  border: 0;
  box-shadow: none; }
  .panel-group .panel .panel-heading {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0; }
    .panel-group .panel .panel-heading h4 {
      font-family: "Montserrat", "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 24px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0;
      font-size: 30px;
      line-height: 1.5; }
      .panel-group .panel .panel-heading h4 a, .panel-group .panel .panel-heading h4a {
        color: #335c2c; }
        .panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:focus, .panel-group .panel .panel-heading h4a:hover, .panel-group .panel .panel-heading h4a:focus {
          text-decoration: underline;
          color: #203a1c; }
      .panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:focus, .panel-group .panel .panel-heading h4 a a, .panel-group .panel .panel-heading h4 a a:hover, .panel-group .panel .panel-heading h4 a a:focus {
        text-decoration: none; }
  .panel-group .panel .panel-body {
    padding-left: 0;
    padding-right: 0; }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/* Table of Contents

	- Variables
	- Ninja Forms

 */
/*** All Variables without importing ***/
/* --------------------------------------
/*  - Ninja Forms
/* -------------------------------------*/
.nf-form-cont {
  margin-top: 20px;
  /*** Inputs ***/ }
  .nf-form-cont .list-checkbox-wrap ul li {
    vertical-align: middle; }
  .nf-form-cont p {
    margin-bottom: 10px; }
  .nf-form-cont label {
    margin-bottom: 3px;
    font-size: 16px-2;
    color: #3B4044; }
  .nf-form-cont .field-wrap.label-left .ninja-forms-field, .nf-form-cont .field-wrap.label-left .ninja-forms-star-rating-control {
    margin: 0; }
  .nf-form-cont .ninja-forms-form-wrap label {
    font-weight: normal; }
  .nf-form-cont input[type="text"], .nf-form-cont input[type="email"], .nf-form-cont textarea, .nf-form-cont .ninja-forms-field.country, .nf-form-cont select {
    background: #EEEEEE;
    border: 1px solid #9E9E9E;
    padding: 10px 8px;
    font-size: 16px-2;
    color: #000;
    display: block; }
    .nf-form-cont input[type="text"]:hover, .nf-form-cont input[type="text"]:focus, .nf-form-cont input[type="email"]:hover, .nf-form-cont input[type="email"]:focus, .nf-form-cont textarea:hover, .nf-form-cont textarea:focus, .nf-form-cont .ninja-forms-field.country:hover, .nf-form-cont .ninja-forms-field.country:focus, .nf-form-cont select:hover, .nf-form-cont select:focus {
      border-color: #c4c4c4; }
    .nf-form-cont input[type="text"]:focus, .nf-form-cont input[type="email"]:focus, .nf-form-cont textarea:focus, .nf-form-cont .ninja-forms-field.country:focus, .nf-form-cont select:focus {
      border-color: #aaaaaa;
      outline: none !important; }
  .nf-form-cont input[type="button"] {
    text-align: center;
    padding: 0.688em 1.125em;
    font-size: 13px;
    transition: background-color 0.5s;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica", Arial, Helvetica, Sans-serif;
    letter-spacing: 0.9px;
    background-color: #335c2c;
    color: #fff;
    border: none;
    font-weight: 500; }
    .nf-form-cont input[type="button"]:hover, .nf-form-cont input[type="button"]:active {
      color: #fff;
      background: #203a1c; }
  .nf-form-cont .file_upload-wrap .nf-fu-progress {
    max-width: 25%;
    height: 7px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: white; }

.inline-form .nf-form-cont input[type="button"] {
  width: 100%; }

.inline-form .nf-form-cont .nf-form-fields-required {
  display: none; }

/* --------------------------------------
/*  #2 - Main Body Containers
/* -------------------------------------- */
html, body {
  padding: 0;
  margin: 0;
  line-height: 1.6;
  font-family: "PT Sans", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #3B4044;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }
  html #wrap, body #wrap {
    display: block;
    margin: 0;
    padding: 0;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

/* --------------------------------------
/*  Breadcrumbs
/* -------------------------------------*/
.breadcrumbs {
  position: relative;
  padding: 12px 0 1.2em; }
  .breadcrumbs a {
    color: #3B4044; }
  .breadcrumbs span.delimiter {
    display: inline-block;
    padding: 0 5px; }

/* --------------------------------------
/*  #7 - Body
/* -------------------------------------- */
.body-section {
  padding: 7vh 0; }
  @media (max-width: 767px) {
    .body-section {
      padding: 4vh 0; } }
  .body-section.padding-sm {
    padding: 3vh 0; }
  .body-section .page-numbers {
    padding: 15px;
    background: #335c2c;
    color: white;
    display: inline-block;
    margin-top: 24px;
    text-decoration: none;
    transition: background 0.2s linear; }
    .body-section .page-numbers:hover, .body-section .page-numbers:focus, .body-section .page-numbers:active {
      background: #162813;
      color: white;
      text-decoration: none; }
  .body-section a.page-numbers {
    color: white; }
  .body-section span.page-numbers {
    background-color: #BDBDBD; }

/* --------------------------------------
/*  IE10+ Fixes
/* -------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  html #wrap, body #wrap {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; } }

/* Landscape phone to portrait tablet */
@media (max-width: 991px) {
  img {
    display: block;
    max-width: 100%;
    height: auto; } }

.section-title h2 {
  position: relative;
  margin-bottom: 50px; }
  .section-title h2:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -10px;
    margin: 0 auto;
    left: 0;
    width: 5%;
    background: #335c2c; }

.pull-up {
  margin-top: 30px;
  z-index: 200;
  position: relative; }
  @media (min-width: 992px) {
    .pull-up {
      margin-top: -200px; } }

/* --------------------------------------
/*  Lading Page Header
/* -------------------------------------- */
.page-template-template-landing-page .header-section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; }
  .page-template-template-landing-page .header-section .header-section-top {
    display: none; }
  .page-template-template-landing-page .header-section .header-section-main.sticky {
    transition: padding 0.25s 0.1s, top 0.25s 0.1s; }

/* --------------------------------------
/*  Global Header Settings
/* -------------------------------------- */
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  font-weight: bold; }

/* --------------------------------------
/*  #8 - Footer
/* -------------------------------------- */
.footer-section.basic-footer .footer-content {
  background: #212121;
  color: white;
  padding: 7vh 0; }
  .footer-section.basic-footer .footer-content .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column; }
    .footer-section.basic-footer .footer-content .container p {
      margin-bottom: 0;
      color: #9E9E9E; }
      .footer-section.basic-footer .footer-content .container p a {
        color: white; }
    .footer-section.basic-footer .footer-content .container .social {
      margin: 0; }
      .footer-section.basic-footer .footer-content .container .social ul {
        padding: 0;
        margin: 0; }
        .footer-section.basic-footer .footer-content .container .social ul li {
          background-color: transparent; }
          .footer-section.basic-footer .footer-content .container .social ul li a {
            color: #9E9E9E;
            background-color: transparent; }
            .footer-section.basic-footer .footer-content .container .social ul li a i {
              color: #9E9E9E; }
            .footer-section.basic-footer .footer-content .container .social ul li a:hover i {
              color: white; }

.footer-section.content-footer {
  background-color: #f19e22;
  display: block;
  font-size: 16px; }
  .footer-section.content-footer p {
    color: #9E9E9E;
    font-size: inherit; }
  .footer-section.content-footer a {
    color: white; }
  .footer-section.content-footer .footer-top {
    padding: 3.5vh 0;
    background: #212121;
    color: white; }
    .footer-section.content-footer .footer-top h3 {
      color: white;
      font-weight: 500;
      display: inline-block;
      margin-bottom: 0; }
      .footer-section.content-footer .footer-top h3:after {
        content: "";
        display: block;
        height: 1px;
        width: 40px;
        background: #335c2c;
        margin-top: 15px;
        margin-bottom: 5px; }
    .footer-section.content-footer .footer-top .contact-detail {
      border-bottom: 1px solid #2b2a2a;
      color: #9E9E9E;
      padding: 12px 0; }
      .footer-section.content-footer .footer-top .contact-detail i {
        color: #616161;
        margin-right: 5px; }
      .footer-section.content-footer .footer-top .contact-detail a {
        color: inherit; }
    .footer-section.content-footer .footer-top .social {
      padding: 15px 0;
      margin: 0; }
      .footer-section.content-footer .footer-top .social ul {
        padding: 0;
        margin: 0; }
        .footer-section.content-footer .footer-top .social ul li {
          background-color: transparent; }
          .footer-section.content-footer .footer-top .social ul li a {
            color: #9E9E9E;
            background-color: transparent;
            min-width: auto; }
            .footer-section.content-footer .footer-top .social ul li a i {
              color: #9E9E9E; }
            .footer-section.content-footer .footer-top .social ul li a:hover i {
              color: white; }
  .footer-section.content-footer .footer-navigation ul {
    padding: 0;
    margin: 0; }
    .footer-section.content-footer .footer-navigation ul li {
      list-style-type: none;
      border-bottom: 1px solid #2b2a2a; }
      .footer-section.content-footer .footer-navigation ul li:last-child {
        border-bottom: none; }
      .footer-section.content-footer .footer-navigation ul li a {
        color: #888;
        display: block;
        padding: 12px 0px; }
  .footer-section.content-footer .footer-bottom {
    background: #212121;
    padding: 10px 0; }
    .footer-section.content-footer .footer-bottom p {
      padding: 0;
      margin: 0;
      font-size: 16px; }
    .footer-section.content-footer .footer-bottom .copyright-info {
      border-top: 1px solid #3B4044;
      padding: 15px 0 3px; }
      .footer-section.content-footer .footer-bottom .copyright-info p {
        display: inline-block; }

/* --------------------------------------
/*  Menu Top Bar
/* -------------------------------------- */
.header-section.menu-top-bar {
  background: #fff;
  position: relative;
  font-family: "Montserrat", "Helvetica", Arial, Helvetica, Sans-serif; }
  .header-section.menu-top-bar .container {
    padding: 0; }
    @media (min-width: 992px) {
      .header-section.menu-top-bar .container {
        padding: 0 15px; } }
  .header-section.menu-top-bar .logo {
    -ms-flex: 1;
    flex: 1;
    position: absolute;
    z-index: 100;
    top: 5px;
    left: 15px; }
    @media (min-width: 992px) {
      .header-section.menu-top-bar .logo {
        position: relative;
        top: 0px;
        left: 0px; } }
    .header-section.menu-top-bar .logo a img {
      height: 90px; }
    @media (max-width: 991px) {
      .header-section.menu-top-bar .logo a img {
        height: 70px; } }
  .header-section.menu-top-bar .header-section-top {
    border-bottom: 1px solid #E0E0E0;
    background-color: #f8f9f9;
    font-size: calc(0.9 * 16px); }
    .header-section.menu-top-bar .header-section-top .container {
      display: -ms-flexbox;
      display: flex;
      height: 45px;
      -ms-flex-align: center;
      align-items: center; }
      .header-section.menu-top-bar .header-section-top .container .contact-box {
        border-left: 1px solid #E0E0E0;
        padding: 0 10px; }
        .header-section.menu-top-bar .header-section-top .container .contact-box.address {
          margin-left: auto;
          color: #888888; }
        .header-section.menu-top-bar .header-section-top .container .contact-box.phone {
          border-right: 1px solid #E0E0E0; }
        .header-section.menu-top-bar .header-section-top .container .contact-box i {
          color: #335c2c; }
        .header-section.menu-top-bar .header-section-top .container .contact-box a {
          color: #757575 !important; }
      .header-section.menu-top-bar .header-section-top .container .social {
        border-left: 1px solid #E0E0E0;
        border-right: 1px solid #E0E0E0; }
        .header-section.menu-top-bar .header-section-top .container .social ul li a {
          background-color: transparent;
          border-radius: 0; }
          .header-section.menu-top-bar .header-section-top .container .social ul li a i {
            color: #888888;
            padding: 0; }
          .header-section.menu-top-bar .header-section-top .container .social ul li a:hover i {
            color: #335c2c; }
  .header-section.menu-top-bar .header-section-main {
    padding: 0;
    top: -100%;
    z-index: 500;
    background: white;
    width: 100%; }
    @media (min-width: 992px) {
      .header-section.menu-top-bar .header-section-main .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; } }
    .header-section.menu-top-bar .header-section-main #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
      padding: 0px 10px 0px 18px; }
      @media (min-width: 992px) {
        .header-section.menu-top-bar .header-section-main #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
          padding: 0px 10px 0px 30px; } }
    @media (max-width: 991px) {
      .header-section.menu-top-bar .header-section-main #mega-menu-wrap-header-menu {
        float: right; } }
    @media (max-width: 768px) {
      .header-section.menu-top-bar .header-section-main #mega-menu-wrap-header-menu {
        float: none; } }
    .header-section.menu-top-bar .header-section-main .search-icon-container {
      color: #888888; }

@media (max-width: 991px) {
  #sticky-header-placeholder {
    display: none; } }

/* --------------------------------------
/*  Sticky Header Scroll In
/* -------------------------------------*/
#sticky-header-placeholder {
  display: none; }

.sticky {
  position: static; }
  .header-section .sticky {
    transition: padding 0.25s 0.1s, top 0.25s 0.1s; }
  .sticky.past-pl-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 50;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    top: -20%;
    background-color: white;
    transition: top .3s; }
  .sticky.shrunk.going-down {
    top: 0;
    position: fixed;
    padding: 0; }

/* --------------------------------------
/*  # - Custom Variables
/* -------------------------------------- */
/* -- DEFAULT SOCIAL COLOURS -- */
/* --------------------------------------
/*  #3 - Social CSS
/* -------------------------------------- */
.social {
  display: inline-block;
  margin-left: 16px;
  vertical-align: top; }
  .social ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
    .social ul li {
      padding: 0px;
      margin: 0px;
      display: block;
      float: left; }
      .social ul li a {
        display: block;
        min-width: 39px;
        height: auto;
        background: #E0E0E0;
        text-align: center;
        float: left;
        background: #E0E0E0;
        transition: background-color 0.5s;
        transition: all 0.5s;
        border-radius: 100%; }
        .social ul li a:hover, .social ul li a:focus {
          background: #c7c7c7; }
        .social ul li a a, .social ul li aa {
          color: #fff; }
          .social ul li a a:hover, .social ul li a a:focus, .social ul li aa:hover, .social ul li aa:focus {
            text-decoration: underline;
            color: #e6e6e6; }
        .social ul li a i {
          font-size: 16px;
          padding: 12px 0 10px;
          color: #fff;
          transition: all 0.5s; }
        .social ul li a:hover i, .social ul li a:focus i, .social ul li a:active i {
          color: #fff; }

/* --------------------------------------
/*  Search Icon
/* -------------------------------------*/
.search-icon-container {
  font-size: 1em;
  color: #000;
  padding: 15px 0 15px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center; }
  @media (min-width: 400px) and (max-width: 1400px) {
    .search-icon-container {
      font-size: calc( 1em + (16 - 16) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    .search-icon-container {
      font-size: 1em; } }
  .search-icon-container a {
    color: inherit; }

/* --------------------------------------
/*  Hidden search
/* -------------------------------------*/
.hidden-search {
  display: none;
  width: 100%;
  /* border-top: 1px solid $palette-grey-200;*/
  position: relative; }
  .hidden-search.active {
    display: block; }
  .hidden-search .input-group {
    display: -ms-flexbox;
    display: flex;
    /*border-top: 1px solid #e2e2e2;*/ }
    .hidden-search .input-group input.search-input {
      width: 90%;
      border: 0;
      border-radius: 0;
      -webkit-appearance: none;
      outline: 0 none;
      padding: 15px;
      background: #efefef; }
    .hidden-search .input-group .input-group-btn {
      width: 10%; }
    .hidden-search .input-group .btn {
      padding: 4px;
      border: 0;
      border-radius: 0;
      height: 100%;
      width: 100%; }
      .hidden-search .input-group .btn:hover, .hidden-search .input-group .btn:focus, .hidden-search .input-group .btn:active {
        color: #fff;
        background-color: #335c2c; }

/* --------------------------------------
/*  Mobile Search
/* -------------------------------------*/
.mobile-side-menu .search-container {
  margin-bottom: 4px; }
  .mobile-side-menu .search-container .input-group {
    display: -ms-flexbox;
    display: flex; }
    .mobile-side-menu .search-container .input-group input.search-input {
      font-size: calc(0.9 * 16px);
      padding: 16px;
      border: white;
      background: white;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      border-radius: 0;
      -webkit-appearance: none;
      outline: 0 none; }
    .mobile-side-menu .search-container .input-group .btn {
      display: none; }

/* --------------------------------------
/*  Search Page
/* -------------------------------------*/
.search-page h1 {
  padding: 0;
  margin: 0 0 24px; }

.search-page .input-group {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 24px; }
  .search-page .input-group input.search-input {
    font-size: calc(0.9 * 16px);
    padding: 16px;
    border: 1px solid #E0E0E0;
    background: rgba(255, 255, 255, 0.85);
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-appearance: none;
    outline: 0 none; }
  .search-page .input-group .btn {
    padding: 16px;
    border: 0;
    border-radius: 0; }
    .search-page .input-group .btn:hover, .search-page .input-group .btn:focus, .search-page .input-group .btn:active {
      color: #fff; }

/* --------------------------------------
/*  Custom ACF Sections
/* -------------------------------------*/
/* --------------------------------------
/*  Core
/* -------------------------------------*/
/* --------------------------------------
/*  Theme
/* -------------------------------------*/
.nucleo-acf-section.fancy_image_repeater_section .container .row.pull-up {
  margin-top: -50px; }
  @media (min-width: 544px) {
    .nucleo-acf-section.fancy_image_repeater_section .container .row.pull-up {
      margin-top: -15%; } }

.nucleo-acf-section.fancy_image_repeater_section .section-title .blurb {
  padding-bottom: 16px; }

.nucleo-acf-section.fancy_image_repeater_section .content-container p {
  margin-bottom: 10px; }

.nucleo-acf-section.fancy_image_repeater_section .button-container a {
  font-weight: bold;
  text-transform: capitalize; }

.nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container {
  position: relative;
  text-align: center; }
  @media (max-width: 767px) {
    .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (max-width: 543px) {
    .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container {
      padding-left: 0;
      padding-right: 0; } }
  .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .icon-container {
    width: 75px;
    height: 75px;
    border-radius: 75px;
    background: #EEEEEE;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto; }
    .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .icon-container i {
      font-size: calc(1.625 * 16px);
      color: #335c2c; }
  .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3 {
    padding: 4px 0 16px;
    margin: 0; }

.nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px; }
  @media (max-width: 991px) {
    .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container {
      text-align: center;
      /*.content-container {
          padding-left: 100px;
          padding-right: 100px;
        }*/ }
      .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container img {
        margin: 0 auto; } }
  @media (max-width: 543px) {
    .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .content-container {
      padding-left: 0;
      padding-right: 0; } }
  .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container {
    -ms-flex-order: 0;
    order: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container a {
      position: relative;
      display: block; }
      .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        opacity: 0;
        transition: opacity 0.3s; }
      .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container a:hover:before, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container a:focus:before, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container a:active:before {
        opacity: 1; }
  .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title {
    -ms-flex-order: 1;
    order: 1; }
    .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title a:focus, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title a a, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title a a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title a a:focus {
      text-decoration: none; }
    .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3 {
      margin: 0;
      padding: 0; }
  .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .content-container {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: auto;
    flex: auto; }
    .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .content-container p {
      margin-bottom: 10px; }
  .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container {
    -ms-flex-order: 3;
    order: 3; }
    .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a {
      font-weight: bold; }
      .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a:focus, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a a, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a a:focus {
        text-decoration: none; }
      .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a:after {
        padding-left: 4px;
        transition: padding-left 0.3s;
        content: "\f054";
        font-family: FontAwesome; }
      .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a:hover:after, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a:focus:after, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a:active:after {
        padding-left: 16px; }

.nucleo-acf-section.fancy_image_repeater_section.related-products .is-image .inner-container {
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 3px 3px 11px 0px rgba(50, 50, 50, 0.36); }
  .nucleo-acf-section.fancy_image_repeater_section.related-products .is-image .inner-container:hover, .nucleo-acf-section.fancy_image_repeater_section.related-products .is-image .inner-container:focus, .nucleo-acf-section.fancy_image_repeater_section.related-products .is-image .inner-container:active {
    border-bottom: 3px solid #f19e22; }
  .nucleo-acf-section.fancy_image_repeater_section.related-products .is-image .inner-container h3 {
    font-weight: 700;
    position: relative;
    margin-top: 0px;
    margin-bottom: 15px; }
    .nucleo-acf-section.fancy_image_repeater_section.related-products .is-image .inner-container h3:after {
      position: absolute;
      content: '';
      height: 2px;
      bottom: -10px;
      margin: 0 auto;
      left: 0;
      width: 5%;
      background: #335c2c; }
  .nucleo-acf-section.fancy_image_repeater_section.related-products .is-image .inner-container a {
    font-weight: 700; }
    .nucleo-acf-section.fancy_image_repeater_section.related-products .is-image .inner-container a:hover, .nucleo-acf-section.fancy_image_repeater_section.related-products .is-image .inner-container a:focus, .nucleo-acf-section.fancy_image_repeater_section.related-products .is-image .inner-container a a, .nucleo-acf-section.fancy_image_repeater_section.related-products .is-image .inner-container a a:hover, .nucleo-acf-section.fancy_image_repeater_section.related-products .is-image .inner-container a a:focus {
      text-decoration: none; }
  @media (max-width: 991px) {
    .nucleo-acf-section.fancy_image_repeater_section.related-products .is-image .inner-container {
      text-align: left; }
      .nucleo-acf-section.fancy_image_repeater_section.related-products .is-image .inner-container .image-container img {
        margin: 0 auto; } }

.nucleo-acf-section.form_call_to_action_section {
  background-color: #335c2c; }
  .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour h1, .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour h2, .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour h3,
  .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour h4, .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour h5, .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour h6,
  .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour p, .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour a, .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour span,
  .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour ul, .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour ol, .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour li,
  .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour input, .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour button, .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour label {
    color: white; }
  .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour label {
    color: white; }
  .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour input[type='button'], .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour input[type='submit'] {
    background-color: #212121;
    color: white; }
  .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour h1, .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour h2, .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour h3,
  .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour h4, .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour h5, .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour h6,
  .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour p, .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour a, .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour span,
  .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour ul, .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour ol, .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour li,
  .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour input, .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour button, .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour label {
    color: white; }
  .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour label {
    color: white; }
  .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour input[type='button'], .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour input[type='submit'] {
    background-color: #335c2c;
    color: white; }
  .nucleo-acf-section.form_call_to_action_section .nf-form-content .submit-container {
    margin: 0; }
  .nucleo-acf-section.form_call_to_action_section .nf-form-content textarea {
    height: 50px;
    border: none;
    background: rgba(255, 255, 255, 0.5); }
  .nucleo-acf-section.form_call_to_action_section .nf-form-content input {
    height: 50px;
    border: none;
    background: rgba(255, 255, 255, 0.5); }
    .nucleo-acf-section.form_call_to_action_section .nf-form-content input[type='button'], .nucleo-acf-section.form_call_to_action_section .nf-form-content input[type='submit'] {
      text-align: center;
      margin: 0 auto;
      display: block;
      height: auto;
      background-color: #212121;
      color: white; }
  .nucleo-acf-section.form_call_to_action_section h1, .nucleo-acf-section.form_call_to_action_section h2, .nucleo-acf-section.form_call_to_action_section h3,
  .nucleo-acf-section.form_call_to_action_section h4, .nucleo-acf-section.form_call_to_action_section h5, .nucleo-acf-section.form_call_to_action_section h6 {
    margin: 0; }
  .nucleo-acf-section.form_call_to_action_section h2 {
    margin-bottom: 9px; }
  .nucleo-acf-section.form_call_to_action_section .cta-content {
    text-align: center; }
  .nucleo-acf-section.form_call_to_action_section .nf-before-form-content {
    padding: 0 5px; }
  .nucleo-acf-section.form_call_to_action_section #ninja_forms_required_items, .nucleo-acf-section.form_call_to_action_section .nf-field-container {
    margin-bottom: 15px; }
  .nucleo-acf-section.form_call_to_action_section .nf-response-msg {
    text-align: center; }
  .nucleo-acf-section.form_call_to_action_section .nf-form-fields-required {
    margin-bottom: 5px; }
    .nucleo-acf-section.form_call_to_action_section .nf-form-fields-required span.ninja-forms-req-symbol {
      color: red; }
  .nucleo-acf-section.form_call_to_action_section .nf-error-wrap .nf-error-msg {
    color: red; }

/* --------------------------------------
/*  Image Text Section

    - Core
      -
    - Theme

/* -------------------------------------*/
/* --------------------------------------
/*  Core
/* -------------------------------------*/
.nucleo-acf-section.image_text_section.image_text_section_full-width {
  padding: 0; }
  .nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row, .nucleo-acf-section.image_text_section.image_text_section_full-width .container-fluid > .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media (max-width: 991px) {
      .nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row, .nucleo-acf-section.image_text_section.image_text_section_full-width .container-fluid > .row {
        -ms-flex-direction: column;
        flex-direction: column; } }
    .nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row .content-container, .nucleo-acf-section.image_text_section.image_text_section_full-width .container-fluid > .row .content-container {
      padding: 14vh 0;
      float: left;
      width: 100%;
      color: white;
      position: relative;
      z-index: 1; }
      .nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row .content-container h1, .nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row .content-container h2, .nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row .content-container h3, .nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row .content-container h4, .nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row .content-container h5, .nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row .content-container h6, .nucleo-acf-section.image_text_section.image_text_section_full-width .container-fluid > .row .content-container h1, .nucleo-acf-section.image_text_section.image_text_section_full-width .container-fluid > .row .content-container h2, .nucleo-acf-section.image_text_section.image_text_section_full-width .container-fluid > .row .content-container h3, .nucleo-acf-section.image_text_section.image_text_section_full-width .container-fluid > .row .content-container h4, .nucleo-acf-section.image_text_section.image_text_section_full-width .container-fluid > .row .content-container h5, .nucleo-acf-section.image_text_section.image_text_section_full-width .container-fluid > .row .content-container h6 {
        color: white;
        margin-bottom: 10px; }
      .nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row .content-container h2, .nucleo-acf-section.image_text_section.image_text_section_full-width .container-fluid > .row .content-container h2 {
        font-family: "PT Sans", "Helvetica", Arial, Helvetica, Sans-serif;
        font-size: 50px;
        color: #3B4044;
        line-height: 1.2;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0;
        margin-top: 0;
        padding-top: 0;
        color: white; }
        .nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row .content-container h2 a, .nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row .content-container h2a, .nucleo-acf-section.image_text_section.image_text_section_full-width .container-fluid > .row .content-container h2 a, .nucleo-acf-section.image_text_section.image_text_section_full-width .container-fluid > .row .content-container h2a {
          color: #335c2c; }
          .nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row .content-container h2 a:hover, .nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row .content-container h2 a:focus, .nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row .content-container h2a:hover, .nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row .content-container h2a:focus, .nucleo-acf-section.image_text_section.image_text_section_full-width .container-fluid > .row .content-container h2 a:hover, .nucleo-acf-section.image_text_section.image_text_section_full-width .container-fluid > .row .content-container h2 a:focus, .nucleo-acf-section.image_text_section.image_text_section_full-width .container-fluid > .row .content-container h2a:hover, .nucleo-acf-section.image_text_section.image_text_section_full-width .container-fluid > .row .content-container h2a:focus {
            text-decoration: underline;
            color: #203a1c; }
      @media (max-width: 991px) {
        .nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row .content-container, .nucleo-acf-section.image_text_section.image_text_section_full-width .container-fluid > .row .content-container {
          padding-left: 0;
          padding-right: 0;
          padding: 3vh 0; } }
    .nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row .image-container, .nucleo-acf-section.image_text_section.image_text_section_full-width .container-fluid > .row .image-container {
      background-size: cover;
      background-position: center;
      position: relative; }
      @media (max-width: 991px) {
        .nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row .image-container, .nucleo-acf-section.image_text_section.image_text_section_full-width .container-fluid > .row .image-container {
          padding-bottom: 38.5%; } }
      .nucleo-acf-section.image_text_section.image_text_section_full-width > .container > .row .image-container a.image-link, .nucleo-acf-section.image_text_section.image_text_section_full-width .container-fluid > .row .image-container a.image-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width {
  background-position: center center;
  background-size: cover;
  background-attachment: unset;
  padding: 7vh 0;
  text-align: center;
  position: relative; }
  @media (min-width: 992px) {
    .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width {
      background-attachment: fixed; } }
  .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1; }
  .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width > .container-fluid {
    position: relative;
    z-index: 5; }

.nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_contained > .container {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 7vh 0;
  text-align: center; }

@media (max-width: 991px) {
  .nucleo-acf-section.image_text_section.image_text_section_hide-image-on-mobile .image-container {
    display: none; } }

.nucleo-acf-section.image_text_section.image_text_section_align-right > .container > .row, .nucleo-acf-section.image_text_section.image_text_section_align-right > .container-fluid > .row {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .nucleo-acf-section.image_text_section.image_text_section_align-right > .container > .row, .nucleo-acf-section.image_text_section.image_text_section_align-right > .container-fluid > .row {
      display: block; } }
  .nucleo-acf-section.image_text_section.image_text_section_align-right > .container > .row .image-container, .nucleo-acf-section.image_text_section.image_text_section_align-right > .container-fluid > .row .image-container {
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 991px) {
      .nucleo-acf-section.image_text_section.image_text_section_align-right > .container > .row .image-container, .nucleo-acf-section.image_text_section.image_text_section_align-right > .container-fluid > .row .image-container {
        -ms-flex-order: 0;
        order: 0; } }

.nucleo-acf-section.image_text_section.image_text_section_flex-align-items-center > .container > .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 991px) {
    .nucleo-acf-section.image_text_section.image_text_section_flex-align-items-center > .container > .row {
      -ms-flex-direction: column;
      flex-direction: column; } }

@media (max-width: 991px) {
  .nucleo-acf-section.image_text_section .image-container {
    margin-bottom: 16px; } }

.nucleo-acf-section.section-4x-offcentre-boxes {
  padding: 0; }

/* --------------------------------------
/*  Container (Full Width for now only)
/* -------------------------------------*/
.box-wrap {
  width: 100%; }
  .box-wrap .row {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0; }
    @media (max-width: 1199px) {
      .box-wrap .row {
        display: block;
        width: 100%; } }
  .box-wrap .box-column {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 1199px) {
      .box-wrap .box-column {
        display: block;
        width: 100%; } }
  .box-wrap .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7vh 0; }
    @media (max-width: 1199px) {
      .box-wrap .box {
        clear: both; }
        .box-wrap .box.no-content {
          display: none; } }
    .box-wrap .box .inner {
      position: relative;
      z-index: 8;
      padding: 0 7vh; }
      @media (max-width: 767px) {
        .box-wrap .box .inner {
          padding: 0 16px 0 48px; } }
      .box-wrap .box .inner .icon-heading {
        position: relative; }
        .box-wrap .box .inner .icon-heading .icon {
          position: absolute;
          left: -80px;
          top: -53.33333px; }
        .box-wrap .box .inner .icon-heading h3 {
          font-size: calc(1.333 * 16px);
          position: relative;
          z-index: 10;
          font-weight: 700; }
      .box-wrap .box .inner .content {
        position: relative;
        z-index: 9; }
    .box-wrap .box.box1 {
      background-color: #EEEEEE;
      float: left;
      width: 100%;
      -ms-flex: auto;
      flex: auto; }
      .box-wrap .box.box1 .inner a.section-btn {
        background-color: #24401f; }
        .box-wrap .box.box1 .inner a.section-btn:hover, .box-wrap .box.box1 .inner a.section-btn:focus, .box-wrap .box.box1 .inner a.section-btn:active {
          background-color: #1c3318; }
    .box-wrap .box.box2 {
      float: left;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      position: relative;
      -ms-flex: auto;
      flex: auto; }
      .box-wrap .box.box2:after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background-color: rgba(238, 238, 238, 0.7); }
    .box-wrap .box.box3 {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      position: relative;
      -ms-flex: auto;
      flex: auto; }
      .box-wrap .box.box3:after {
        content: '';
        display: block;
        padding-bottom: 50%; }
      @media (max-width: 767px) {
        .box-wrap .box.box3 {
          display: none; } }
      @media (max-width: 991px) {
        .box-wrap .box.box3:after {
          content: '';
          display: block;
          padding-bottom: 75%; } }
    .box-wrap .box.box4 {
      background-color: #EEEEEE;
      padding-top: 80px; }
      .box-wrap .box.box4 .inner a.section-btn {
        background-color: #24401f; }
        .box-wrap .box.box4 .inner a.section-btn:hover, .box-wrap .box.box4 .inner a.section-btn:focus, .box-wrap .box.box4 .inner a.section-btn:active {
          background-color: #1c3318; }

/* --------------------------------------
/*  Faq Accordion Section
/* -------------------------------------*/
.faq_accordion_section {
  position: relative; }
  .faq_accordion_section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(59, 64, 68, 0.7); }
  .faq_accordion_section .faq-accordion-section-inner .heading-section {
    margin-bottom: 24px; }
    .faq_accordion_section .faq-accordion-section-inner .heading-section .heading,
    .faq_accordion_section .faq-accordion-section-inner .heading-section .sub-heading {
      color: #fff;
      text-align: center; }

.faq-accordion-card {
  background-color: rgba(189, 189, 189, 0.7);
  margin-bottom: 32px; }
  @media (min-width: 992px) {
    .faq-accordion-card:last-child {
      margin-bottom: 0; } }
  @media (max-width: 991px) {
    .faq-accordion-card {
      margin-bottom: 16px; }
      .col-2 .faq-accordion-card:last-child {
        margin-bottom: 0; } }
  .faq-accordion-card .card-top {
    padding: 24px;
    padding-left: 73px;
    position: relative;
    cursor: pointer; }
    .faq-accordion-card .card-top .card-heading {
      margin: 0;
      color: #fff;
      font-size: calc(1.333 * 16px); }
    .faq-accordion-card .card-top .toggle-icon-wrap {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 24px;
      width: 25px;
      height: 25px;
      background-color: #3B4044;
      text-align: center; }
      .faq-accordion-card .card-top .toggle-icon-wrap i {
        display: inline-block;
        line-height: 25px;
        font-size: 12px;
        color: #fff; }
        .card-active .faq-accordion-card .card-top .toggle-icon-wrap i:before {
          content: '\f068'; }
  .faq-accordion-card .card-body {
    padding: 24px;
    padding-top: 0;
    color: #fff; }
  .faq-accordion-card.card-active .toggle-icon-wrap {
    background-color: #335c2c; }
    .faq-accordion-card.card-active .toggle-icon-wrap i:before {
      content: '\f068'; }

/* --------------------------------------
/*  Icon / Text Repeater
/* -------------------------------------*/
.nucleo-acf-section.icon_text_repeater_section .heading, .nucleo-acf-section.icon_text_repeater_section .sub-heading {
  text-align: center; }

.nucleo-acf-section.icon_text_repeater_section .icon-text-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 543px) {
    .nucleo-acf-section.icon_text_repeater_section .icon-text-wrap div.icon-text-item {
      width: 100%; } }
  .nucleo-acf-section.icon_text_repeater_section .icon-text-wrap .icon-text-item {
    width: 25%;
    text-align: center;
    padding: 16px;
    box-shadow: 1px 1px 4px transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .nucleo-acf-section.icon_text_repeater_section .icon-text-wrap .icon-text-item i {
      color: #335c2c;
      display: inline-block;
      font-size: 5rem;
      transition: color 0.3s;
      margin-bottom: 4px; }
    .nucleo-acf-section.icon_text_repeater_section .icon-text-wrap .icon-text-item .title {
      font-family: "Montserrat", "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 20px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0;
      margin: 25px 0 0;
      margin: 15px 0;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      max-width: 100%; }
      .nucleo-acf-section.icon_text_repeater_section .icon-text-wrap .icon-text-item .title a, .nucleo-acf-section.icon_text_repeater_section .icon-text-wrap .icon-text-item .titlea {
        color: #335c2c; }
        .nucleo-acf-section.icon_text_repeater_section .icon-text-wrap .icon-text-item .title a:hover, .nucleo-acf-section.icon_text_repeater_section .icon-text-wrap .icon-text-item .title a:focus, .nucleo-acf-section.icon_text_repeater_section .icon-text-wrap .icon-text-item .titlea:hover, .nucleo-acf-section.icon_text_repeater_section .icon-text-wrap .icon-text-item .titlea:focus {
          text-decoration: underline;
          color: #203a1c; }
    .nucleo-acf-section.icon_text_repeater_section .icon-text-wrap .icon-text-item .sub-title {
      margin: 0;
      font-size: 16px;
      color: #9E9E9E; }

.nucleo-acf-section.testimonial_slider_section .container {
  position: relative; }
  .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap {
    position: initial; }
    .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .slick-next, .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .slick-prev {
      top: 45px;
      width: 35px;
      height: 35px;
      border: 2px solid #BDBDBD; }
      .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .slick-next:hover, .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .slick-prev:hover {
        border: 2px solid #888888; }
    .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .slick-prev {
      right: 50px;
      left: auto; }
      .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .slick-prev:before {
        content: '\f053';
        font-family: FontAwesome;
        color: #BDBDBD;
        opacity: 1;
        font-size: 16px;
        margin-right: 2px; }
    .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .slick-next {
      right: 10px; }
      .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .slick-next:before {
        content: '\f054';
        font-family: FontAwesome;
        color: #BDBDBD;
        opacity: 1;
        font-size: 16px;
        margin-left: 4px; }
    .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .single-testimonial-slide {
      text-align: center; }
      .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .single-testimonial-slide p.blurb {
        font-size: calc(1.625 * 16px); }
      .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .single-testimonial-slide p.content {
        font-size: 16px;
        line-height: 25px;
        background-color: #F0F0F0;
        padding: 16px;
        position: relative;
        box-shadow: -3px -3px 10px 0px #E0E0E0; }
        .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .single-testimonial-slide p.content:before {
          content: '"';
          font-family: sans-serif;
          font-style: italic;
          margin: 0 4px;
          font-size: 3rem; }
        .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .single-testimonial-slide p.content:after {
          content: '';
          position: absolute;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          top: 100%;
          width: 0;
          height: 0;
          border-left: 20px solid transparent;
          border-right: 20px solid transparent;
          border-top: 20px solid #F0F0F0;
          clear: both; }
      .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .single-testimonial-slide p.customer {
        font-style: italic; }
      .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .single-testimonial-slide .seperator {
        height: 2px;
        width: 100px;
        background-color: #335c2c;
        margin: 0 auto 24px auto; }
      .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .single-testimonial-slide__avatar img {
        display: inline;
        border-radius: 100%; }
  .nucleo-acf-section.testimonial_slider_section .container .button-wrap {
    text-align: center; }

.nucleo-acf-section.call_to_action_button_section {
  background-color: #335c2c;
  padding: 7vh 0; }
  .nucleo-acf-section.call_to_action_button_section .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    .nucleo-acf-section.call_to_action_button_section .container .heading {
      color: white; }

.nucleo-acf-section.gallery_section .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.nucleo-acf-section.gallery_section .container .gallery-item {
  border: 3px solid transparent; }

.nucleo-acf-section.gallery_section .gallery-item {
  padding-left: 0;
  padding-right: 0;
  -ms-flex: 100%;
  flex: 100%; }
  @media (min-width: 768px) {
    .nucleo-acf-section.gallery_section .gallery-item {
      -ms-flex: 33%;
      flex: 33%; } }
  .nucleo-acf-section.gallery_section .gallery-item a {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    padding-bottom: 50%;
    position: relative; }
    .nucleo-acf-section.gallery_section .gallery-item a:hover:after, .nucleo-acf-section.gallery_section .gallery-item a:focus:after, .nucleo-acf-section.gallery_section .gallery-item a:active:after {
      background-color: rgba(0, 0, 0, 0.05); }
    .nucleo-acf-section.gallery_section .gallery-item a:after {
      position: absolute;
      content: '';
      display: block;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.25);
      transition: background-color 0.2s linear; }

/* --------------------------------------
/*  Testimonials Section
/* -------------------------------------*/
.testimonials_section {
  background-color: #EEEEEE; }
  .testimonials_section .testimonials-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .testimonials_section .testimonials-wrap .testimonial-card {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%;
      display: inline-block; }
      .testimonials_section .testimonials-wrap .testimonial-card__avatar {
        margin-left: 16px; }
        .testimonials_section .testimonials-wrap .testimonial-card__avatar img {
          border-radius: 100%; }
      .testimonials_section .testimonials-wrap .testimonial-card .quote-box {
        background-color: #F6F6F6;
        padding: 16px;
        position: relative;
        box-shadow: 1px 1px 10px #e5e5e5;
        margin-bottom: 30px; }
        .testimonials_section .testimonials-wrap .testimonial-card .quote-box .content {
          color: #212121;
          line-height: 1.7; }
        .testimonials_section .testimonials-wrap .testimonial-card .quote-box:after {
          position: absolute;
          top: 100%;
          border: 20px solid transparent;
          content: '';
          border-top: 20px solid #F6F6F6; }
      .testimonials_section .testimonials-wrap .testimonial-card .title {
        color: #616161;
        padding: 10px 0px 10px 16px;
        font-style: italic; }

.nucleo-acf-section.latest_news_section .flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 767px) {
  .nucleo-acf-section.latest_news_section .blog-card {
    padding-left: 15px;
    padding-right: 15px; } }

.google_map_section {
  padding: 0;
  position: relative; }
  .google_map_section .gms-title-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    overflow: hidden; }
    .google_map_section .gms-title-wrap .gms-title-wrap-inner {
      display: inline-block;
      padding: 48px;
      position: relative;
      background-color: #335c2c; }
      .google_map_section .gms-title-wrap .gms-title-wrap-inner .gms-address-wrap {
        color: #fff;
        padding-top: 16px;
        font-family: "PT Sans";
        text-align: right; }
      @media (max-width: 767px) {
        .google_map_section .gms-title-wrap .gms-title-wrap-inner {
          padding: 24px; } }
      .google_map_section .gms-title-wrap .gms-title-wrap-inner:before {
        background-color: #335c2c;
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        margin-left: -10000px;
        padding-left: 10000px;
        height: 100%; }
      .google_map_section .gms-title-wrap .gms-title-wrap-inner h1, .google_map_section .gms-title-wrap .gms-title-wrap-inner h2, .google_map_section .gms-title-wrap .gms-title-wrap-inner h3,
      .google_map_section .gms-title-wrap .gms-title-wrap-inner h4, .google_map_section .gms-title-wrap .gms-title-wrap-inner h5, .google_map_section .gms-title-wrap .gms-title-wrap-inner h6,
      .google_map_section .gms-title-wrap .gms-title-wrap-inner p, .google_map_section .gms-title-wrap .gms-title-wrap-inner a, .google_map_section .gms-title-wrap .gms-title-wrap-inner span,
      .google_map_section .gms-title-wrap .gms-title-wrap-inner ul, .google_map_section .gms-title-wrap .gms-title-wrap-inner ol, .google_map_section .gms-title-wrap .gms-title-wrap-inner li,
      .google_map_section .gms-title-wrap .gms-title-wrap-inner input, .google_map_section .gms-title-wrap .gms-title-wrap-inner button, .google_map_section .gms-title-wrap .gms-title-wrap-inner label {
        color: #fff;
        display: inline-block;
        font-weight: 500;
        margin: 0; }
      .google_map_section .gms-title-wrap .gms-title-wrap-inner i {
        color: #fff;
        margin-right: 16px;
        font-size: 1.3em; }
  .google_map_section .nbgm-map {
    height: 600px !important; }
    @media (max-width: 767px) {
      .google_map_section .nbgm-map {
        height: 400px !important; } }

/* --------------------------------------
/*  Slider
/* -------------------------------------*/
.header-section.menu-transparent + .hero-slider-section {
  height: 75vh; }
  .header-section.menu-transparent + .hero-slider-section .container {
    height: 75vh; }

.hero-slider-section {
  position: relative;
  height: 75vh;
  overflow: hidden; }
  .hero-slider-section a:focus {
    outline: 0; }
  .hero-slider-section .slide {
    background-position: center center;
    background-size: cover; }
    .hero-slider-section .slide:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.15);
      z-index: 10; }
    .hero-slider-section .slide .heading,
    .hero-slider-section .slide .sub-heading,
    .hero-slider-section .slide .btn {
      opacity: 0;
      -ms-transform: translateY(20%);
      transform: translateY(20%);
      transition: opacity 0.5s, transform 0.5s; }
    .hero-slider-section .slide .heading {
      transition-delay: 0s; }
    .hero-slider-section .slide .sub-heading {
      transition-delay: 0.15s; }
    .hero-slider-section .slide .btn {
      transition-delay: 0.3s; }
    .hero-slider-section .slide.animate-in .heading,
    .hero-slider-section .slide.animate-in .sub-heading,
    .hero-slider-section .slide.animate-in .btn {
      opacity: 1;
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
    .hero-slider-section .slide .slider-container {
      margin-top: 32px;
      z-index: 20;
      position: relative;
      color: #fff; }
      .hero-slider-section .slide .slider-container .heading, .hero-slider-section .slide .slider-container .sub-heading {
        color: inherit;
        padding: 0;
        margin: 0 0 16px; }
      .hero-slider-section .slide .slider-container .heading {
        line-height: 1;
        font-size: 1.625em;
        font-family: "Montserrat", "Helvetica", Arial, Helvetica, Sans-serif;
        text-transform: uppercase;
        font-weight: 700; }
        @media (min-width: 400px) and (max-width: 1400px) {
          .hero-slider-section .slide .slider-container .heading {
            font-size: calc( 1.625em + (49.248 - 26) * ( (100vw - 400px) / ( 1400 - 400) )); } }
        @media (min-width: 1400px) {
          .hero-slider-section .slide .slider-container .heading {
            font-size: 3.078em; } }
      .hero-slider-section .slide .slider-container .sub-heading {
        font-weight: 300;
        font-size: 1.125em;
        margin-bottom: 24px; }
        @media (min-width: 400px) and (max-width: 1400px) {
          .hero-slider-section .slide .slider-container .sub-heading {
            font-size: calc( 1.125em + (19.2 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
        @media (min-width: 1400px) {
          .hero-slider-section .slide .slider-container .sub-heading {
            font-size: 1.2em; } }
  .hero-slider-section .container {
    height: 75vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center; }

/* --------------------------------------
/*  Scroller
/* -------------------------------------*/
.icon-scroll-container {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 24px;
  left: calc(50% - 25px);
  padding: 15px;
  z-index: 21;
  cursor: pointer; }

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%; }

.icon-scroll {
  width: 30px;
  height: 50px;
  margin-left: -14px;
  top: 50%;
  margin-top: -25px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px; }
  .icon-scroll:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    margin-left: -2px;
    top: 8px;
    border-radius: 5px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll; }

@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(30px); } }

.services_slider_section .container {
  position: relative; }
  .services_slider_section .container .slick-slider {
    position: inherit; }
    .services_slider_section .container .slick-slider .single-service-wrap p {
      margin: 15px 0; }
    .services_slider_section .container .slick-slider .single-service-wrap .services-slide {
      max-height: 200px;
      height: 200px;
      background-size: cover; }
    .services_slider_section .container .slick-slider .slick-next, .services_slider_section .container .slick-slider .slick-prev {
      top: 45px;
      width: 35px;
      height: 35px;
      border: 2px solid #BDBDBD; }
      .services_slider_section .container .slick-slider .slick-next:hover, .services_slider_section .container .slick-slider .slick-prev:hover {
        border: 2px solid #888888; }
        .services_slider_section .container .slick-slider .slick-next:hover:before, .services_slider_section .container .slick-slider .slick-next:hover:after, .services_slider_section .container .slick-slider .slick-prev:hover:before, .services_slider_section .container .slick-slider .slick-prev:hover:after {
          color: #888888; }
    .services_slider_section .container .slick-slider .slick-prev {
      right: 50px;
      left: auto; }
      .services_slider_section .container .slick-slider .slick-prev:before {
        content: '\f053';
        font-family: FontAwesome;
        color: #BDBDBD;
        opacity: 1;
        font-size: 16px;
        margin-right: 2px; }
    .services_slider_section .container .slick-slider .slick-next {
      right: 10px; }
      .services_slider_section .container .slick-slider .slick-next:before {
        content: '\f054';
        font-family: FontAwesome;
        color: #BDBDBD;
        opacity: 1;
        font-size: 16px;
        margin-left: 4px; }

.services_slider_section .container, .products_slider_section .container {
  position: relative; }
  .services_slider_section .container .slick-slider, .products_slider_section .container .slick-slider {
    position: inherit; }
    .services_slider_section .container .slick-slider .single-service-wrap .ss-inner-wrap a:hover, .services_slider_section .container .slick-slider .single-service-wrap .ss-inner-wrap a:focus, .services_slider_section .container .slick-slider .single-service-wrap .ss-inner-wrap a a, .services_slider_section .container .slick-slider .single-service-wrap .ss-inner-wrap a a:hover, .services_slider_section .container .slick-slider .single-service-wrap .ss-inner-wrap a a:focus, .products_slider_section .container .slick-slider .single-service-wrap .ss-inner-wrap a:hover, .products_slider_section .container .slick-slider .single-service-wrap .ss-inner-wrap a:focus, .products_slider_section .container .slick-slider .single-service-wrap .ss-inner-wrap a a, .products_slider_section .container .slick-slider .single-service-wrap .ss-inner-wrap a a:hover, .products_slider_section .container .slick-slider .single-service-wrap .ss-inner-wrap a a:focus {
      text-decoration: none; }
    .services_slider_section .container .slick-slider .single-service-wrap .ss-inner-wrap a.animated-link, .products_slider_section .container .slick-slider .single-service-wrap .ss-inner-wrap a.animated-link {
      color: #335c2c; }
    .services_slider_section .container .slick-slider .single-service-wrap p, .products_slider_section .container .slick-slider .single-service-wrap p {
      margin: 15px 0; }
    .services_slider_section .container .slick-slider .single-service-wrap .services-slide, .products_slider_section .container .slick-slider .single-service-wrap .services-slide {
      max-height: 200px;
      height: 200px;
      background-size: cover; }
    .services_slider_section .container .slick-slider .slick-next, .services_slider_section .container .slick-slider .slick-prev, .products_slider_section .container .slick-slider .slick-next, .products_slider_section .container .slick-slider .slick-prev {
      top: 15px;
      width: 35px;
      height: 35px;
      border: 2px solid #335c2c; }
    .services_slider_section .container .slick-slider .slick-prev, .products_slider_section .container .slick-slider .slick-prev {
      right: 50px;
      left: auto; }
      .services_slider_section .container .slick-slider .slick-prev:before, .products_slider_section .container .slick-slider .slick-prev:before {
        content: '\f053';
        font-family: FontAwesome;
        color: #335c2c;
        opacity: 1;
        font-size: 16px;
        margin-right: 2px; }
    .services_slider_section .container .slick-slider .slick-next, .products_slider_section .container .slick-slider .slick-next {
      right: 10px; }
      .services_slider_section .container .slick-slider .slick-next:before, .products_slider_section .container .slick-slider .slick-next:before {
        content: '\f054';
        font-family: FontAwesome;
        color: #335c2c;
        opacity: 1;
        font-size: 16px;
        margin-left: 4px; }

/* --------------------------------------
/*  Blog
/* -------------------------------------- */
/* --------------------------------------
/*  Blog Card / Loop
/* -------------------------------------*/
.posts-wrap .blog-card {
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc; }
  .posts-wrap .blog-card .blog-card-featured-image {
    padding-bottom: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .posts-wrap .blog-card .blog-card-title h2 {
    margin-bottom: 8px; }
    .posts-wrap .blog-card .blog-card-title h2 a {
      color: black;
      letter-spacing: 0.5px; }
  .posts-wrap .blog-card .blog-card-date {
    padding: 4px 0;
    font-size: calc(0.9 * 16px);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    color: #757575;
    margin: 8px 0; }
  .posts-wrap .blog-card .blog-card-inner-content p {
    margin: 0; }
  .posts-wrap .blog-card .blog-card-read-more {
    margin-top: 16px; }

/* --------------------------------------
/*  Single Post
/* -------------------------------------*/
.single-blog-post .featured_image {
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.single-blog-post h1 {
  margin: 15px 0; }

/* --------------------------------------
/*  Share This
/* -------------------------------------*/
/* --------------------------------------
/*  Blog Cards
/* -------------------------------------*/
.blog-posts {
  background-color: #F6F6F6; }
  .blog-posts .blog-card {
    margin: 0 0 16px -1px;
    position: relative; }
    .blog-posts .blog-card .blog-card-inner {
      display: inline-block;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      background: #fff;
      height: 100%; }
      .blog-posts .blog-card .blog-card-inner p {
        margin: 15px 0; }
    .blog-posts .blog-card .blog-card-featured-image {
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      padding-bottom: 50%;
      background-position: center center;
      background-size: cover;
      position: relative;
      min-height: 200px;
      max-height: 200px; }
      .blog-posts .blog-card .blog-card-featured-image .date-icon {
        display: inline-block;
        position: absolute;
        top: 9px;
        right: 9px;
        background: white;
        padding: .7em .8em;
        color: #888888;
        font-weight: 700; }
        .blog-posts .blog-card .blog-card-featured-image .date-icon div {
          text-align: center;
          line-height: 1.2; }
      .blog-posts .blog-card .blog-card-featured-image a {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: opacity 0.5s; }
        .blog-posts .blog-card .blog-card-featured-image a:hover, .blog-posts .blog-card .blog-card-featured-image a:focus, .blog-posts .blog-card .blog-card-featured-image a:active {
          opacity: 1; }
    .blog-posts .blog-card.card-1 .blog-card-featured-image {
      max-height: none; }
    .blog-posts .blog-card .blog-card-content {
      padding: 0 25px 15px; }
      .blog-posts .blog-card .blog-card-content .blog-card-title h2 {
        font-family: "Montserrat", "Helvetica", Arial, Helvetica, Sans-serif;
        font-size: 20px;
        color: #3B4044;
        line-height: 1.2;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0;
        margin: 25px 0 0; }
        .blog-posts .blog-card .blog-card-content .blog-card-title h2 a, .blog-posts .blog-card .blog-card-content .blog-card-title h2a {
          color: #335c2c; }
          .blog-posts .blog-card .blog-card-content .blog-card-title h2 a:hover, .blog-posts .blog-card .blog-card-content .blog-card-title h2 a:focus, .blog-posts .blog-card .blog-card-content .blog-card-title h2a:hover, .blog-posts .blog-card .blog-card-content .blog-card-title h2a:focus {
            text-decoration: underline;
            color: #203a1c; }
        .blog-posts .blog-card .blog-card-content .blog-card-title h2 a {
          color: inherit; }
          .blog-posts .blog-card .blog-card-content .blog-card-title h2 a:hover, .blog-posts .blog-card .blog-card-content .blog-card-title h2 a:focus, .blog-posts .blog-card .blog-card-content .blog-card-title h2 a a, .blog-posts .blog-card .blog-card-content .blog-card-title h2 a a:hover, .blog-posts .blog-card .blog-card-content .blog-card-title h2 a a:focus {
            text-decoration: none; }
    .blog-posts .blog-card .blog-card-read-more {
      display: block;
      width: 100%; }

/* --------------------------------------
/*  Share This
/* -------------------------------------*/
.share-buttons {
  text-align: center; }
  .share-buttons ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .share-buttons ul li {
      display: inline-block; }
      .share-buttons ul li a {
        font-weight: normal;
        transition: color 0.5s; }
        .share-buttons ul li a:hover, .share-buttons ul li a:focus, .share-buttons ul li a a, .share-buttons ul li a a:hover, .share-buttons ul li a a:focus {
          text-decoration: none; }
  .share-buttons .share-buttons-list {
    margin: 10px 0;
    display: inline-block; }
    .share-buttons .share-buttons-list li + li {
      padding-left: 4px; }
    .share-buttons .share-buttons-list li a {
      display: block; }
      .share-buttons .share-buttons-list li a i {
        color: #9E9E9E;
        padding-right: 4px;
        font-size: calc(1.333 * 16px);
        vertical-align: top;
        transition: color 0.5s; }
      .share-buttons .share-buttons-list li a:hover i, .share-buttons .share-buttons-list li a:focus i, .share-buttons .share-buttons-list li a:active i {
        color: #212121; }

.blog-main-content .share-buttons {
  margin-top: 32px; }
  .blog-main-content .share-buttons h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700; }

/* --------------------------------------
/*  Blog Sidebar
/* -------------------------------------- */
.blog-sidebar h3 {
  background: #F6F6F6;
  padding: 24px;
  margin-top: 0;
  color: #333;
  letter-spacing: .5px;
  font-weight: 700; }

.blog-sidebar .recent-posts .recent-post {
  padding: 4px 0;
  border-bottom: 1px dotted #E0E0E0; }
  .blog-sidebar .recent-posts .recent-post a {
    display: block;
    color: inherit;
    position: relative;
    padding-right: 30px;
    font-weight: normal;
    text-transform: none; }
    .blog-sidebar .recent-posts .recent-post a:hover, .blog-sidebar .recent-posts .recent-post a:focus, .blog-sidebar .recent-posts .recent-post a:active {
      text-decoration: none; }
      .blog-sidebar .recent-posts .recent-post a:hover:after, .blog-sidebar .recent-posts .recent-post a:focus:after, .blog-sidebar .recent-posts .recent-post a:active:after {
        right: 0; }
    .blog-sidebar .recent-posts .recent-post a p {
      margin: 0; }

.blog-sidebar .share-buttons, .blog-sidebar .recent-posts, .blog-sidebar .category-list, .blog-sidebar .tag-list, .blog-sidebar .author-list {
  margin-bottom: 40px; }

.blog-sidebar .category-list ul, .blog-sidebar .tag-list ul, .blog-sidebar .author-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .blog-sidebar .category-list ul li a, .blog-sidebar .tag-list ul li a, .blog-sidebar .author-list ul li a {
    position: relative;
    padding-left: 24px;
    display: block;
    color: #3B4044; }
    .blog-sidebar .category-list ul li a:before, .blog-sidebar .tag-list ul li a:before, .blog-sidebar .author-list ul li a:before {
      position: absolute;
      top: 0;
      left: 0; }
  .blog-sidebar .category-list ul li + li a, .blog-sidebar .tag-list ul li + li a, .blog-sidebar .author-list ul li + li a {
    margin-top: 4px; }

.blog-sidebar .category-list ul li a:before {
  content: "\f024";
  font-family: FontAwesome; }

.blog-sidebar .tag-list ul li a:before {
  content: "\f02b";
  font-family: FontAwesome; }

.blog-sidebar .author-list ul li a:before {
  content: "\f2c0";
  font-family: FontAwesome; }

/* --------------------------------------
/*  Search Results
/* -------------------------------------*/
.menu-transparent + .body-section.search-page {
  padding-top: 21vh; }

.search-page .search-result {
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid #E0E0E0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
  @media (max-width: 991px) {
    .search-page .search-result {
      -ms-flex-direction: column;
      flex-direction: column; } }
  .search-page .search-result .search-heading {
    width: 30%;
    margin: 0 32px 0 0;
    position: relative; }
    @media (max-width: 991px) {
      .search-page .search-result .search-heading {
        width: 100%;
        margin: 0; } }
    .search-page .search-result .search-heading:after {
      content: '';
      height: 50px;
      width: 1px;
      background: #E0E0E0;
      position: absolute;
      top: 0;
      right: -5%; }
      @media (max-width: 991px) {
        .search-page .search-result .search-heading:after {
          display: none; } }
    .search-page .search-result .search-heading h2 {
      font-size: calc(1.333 * 16px);
      margin: 0;
      padding: 0 0 4px; }
      .search-page .search-result .search-heading h2 a {
        color: inherit; }
    .search-page .search-result .search-heading small.url {
      line-height: 1; }
      .search-page .search-result .search-heading small.url a {
        display: inline-block; }
  .search-page .search-result .search-content {
    width: 70%; }
    @media (max-width: 991px) {
      .search-page .search-result .search-content {
        width: 100%; } }
    .search-page .search-result .search-content p {
      padding: 0;
      margin: 0;
      color: #616161;
      font-size: calc(16px - 2px); }

/* --------------------------------------
/*  Hero
/* -------------------------------------*/
body.page-template-template-landing-page .hero-section .container {
  padding-bottom: 50%; }

.header-section.menu-transparent + .hero-section {
  height: 75vh; }

.hero-section {
  background-size: cover;
  position: relative;
  height: 65vh;
  display: -ms-flexbox;
  display: flex; }
  .hero-section[data-pos="center-top"] {
    background-position: center top; }
  .hero-section[data-pos="center-center"] {
    background-position: center center; }
  .hero-section[data-pos="center-bottom"] {
    background-position: center bottom; }
  .hero-section[data-pos="left-top"] {
    background-position: left top; }
  .hero-section[data-pos="left-center"] {
    background-position: left center; }
  .hero-section[data-pos="left-bottom"] {
    background-position: left bottom; }
  .hero-section[data-pos="right-top"] {
    background-position: right top; }
  .hero-section[data-pos="right-center"] {
    background-position: right center; }
  .hero-section[data-pos="right-bottom"] {
    background-position: right bottom; }
  .hero-section:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15); }
  .hero-section .container {
    position: relative;
    padding-bottom: 28%; }
    .hero-section .container.hero-contained {
      background-size: cover;
      width: 100%;
      padding-bottom: 620px;
      max-width: 1170px; }
      @media (max-width: 1170px) {
        .hero-section .container.hero-contained {
          padding-bottom: 52.99145%; } }
  .hero-section.contained-image {
    background-color: #212121; }
  @media (max-width: 991px) {
    .hero-section .blurb {
      display: none; } }
  .hero-section .inner {
    width: 80%;
    position: absolute;
    left: 10%;
    text-align: center;
    z-index: 10;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
    .hero-section .inner .btn {
      margin-top: 10px; }
    @media (max-width: 991px) {
      .hero-section .inner {
        display: none; } }
    .hero-section .inner h1, .hero-section .inner h2, .hero-section .inner h3,
    .hero-section .inner h4, .hero-section .inner h5, .hero-section .inner h6 {
      color: white;
      margin: 0; }
    .hero-section .inner p {
      color: white; }
    .hero-section .inner h1 {
      line-height: 1;
      font-size: 2.753em;
      font-family: "Montserrat", "Helvetica", Arial, Helvetica, Sans-serif;
      text-transform: uppercase;
      font-weight: 700; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .hero-section .inner h1 {
          font-size: calc( 2.753em + (49.248 - 44.048) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .hero-section .inner h1 {
          font-size: 3.078em; } }
      .hero-section .inner h1 span {
        color: #335c2c; }

/* --------------------------------------
/*  hero-section-mobile-title
/* -------------------------------------*/
.hero-section-mobile-title {
  display: none;
  padding: 24px 0;
  background-color: #d7d7d7; }
  .hero-section-mobile-title h1:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #335c2c;
    margin: 10px auto 0 auto; }
  @media (max-width: 991px) {
    .hero-section-mobile-title {
      display: block; } }
  .hero-section-mobile-title h1, .hero-section-mobile-title h2, .hero-section-mobile-title h3,
  .hero-section-mobile-title h4, .hero-section-mobile-title h5, .hero-section-mobile-title h6 {
    margin: 0;
    text-align: center;
    font-size: 20px; }
    @media (min-width: 400px) and (max-width: 1400px) {
      .hero-section-mobile-title h1, .hero-section-mobile-title h2, .hero-section-mobile-title h3,
      .hero-section-mobile-title h4, .hero-section-mobile-title h5, .hero-section-mobile-title h6 {
        font-size: calc( 20px + (50 - 20) * ( (100vw - 400px) / ( 1400 - 400) )); } }
    @media (min-width: 1400px) {
      .hero-section-mobile-title h1, .hero-section-mobile-title h2, .hero-section-mobile-title h3,
      .hero-section-mobile-title h4, .hero-section-mobile-title h5, .hero-section-mobile-title h6 {
        font-size: 50px; } }

/* --------------------------------------
/*  Hero Section
/* -------------------------------------*/
.minimal-hero-section {
  background: #335c2c;
  padding: 32px 0; }
  .minimal-hero-section h1 {
    margin: 0;
    padding: 0;
    color: white; }

/* --------------------------------------
/*  #10 - 404
/* -------------------------------------- */
.fourofour {
  text-align: center;
  margin: 0 auto;
  padding-top: 21vh; }
  .fourofour h1 {
    font-size: calc(3.078 * 16px);
    line-height: 1;
    margin-bottom: 0;
    margin: 24px 0 0 0;
    color: #232629; }
    @media (max-width: 767px) {
      .fourofour h1 {
        font-size: 25px; } }
  @media (max-width: 767px) and (min-width: 400px) and (max-width: 1400px) {
    .fourofour h1 {
      font-size: calc( 25px + (50 - 25) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (max-width: 767px) and (min-width: 1400px) {
    .fourofour h1 {
      font-size: 50px; } }
  .fourofour p {
    font-size: calc(1.333 * 16px);
    color: #3B4044;
    margin: 0;
    color: #335c2c; }
  .fourofour a {
    font-size: 16px;
    background: #335c2c;
    color: white;
    padding: 8px 12px;
    display: inline-block;
    margin: 24px 0 0 0;
    transition: background-color 0.2s; }
    .fourofour a:hover, .fourofour a:focus, .fourofour a:active {
      text-decoration: none;
      color: white;
      background-color: #030603; }

#wrap .fourofour .search {
  width: 100%; }
  #wrap .fourofour .search .input-group {
    display: block; }

/* --------------------------------------
/*  Contact Page
/* -------------------------------------*/
.contact-us-page-contact-details {
  border: 1px solid #9E9E9E;
  margin-bottom: 24px;
  padding-top: 24px;
  background: white; }
  .contact-us-page-contact-details .social {
    padding: 0 0 15px 0;
    margin: 0; }
    .contact-us-page-contact-details .social ul {
      padding: 0;
      margin: 16px 0 0 0;
      text-align: center; }
      .contact-us-page-contact-details .social ul li {
        background-color: transparent;
        float: none;
        display: inline-block; }
        .contact-us-page-contact-details .social ul li a {
          color: #3B4044;
          background-color: #335c2c;
          border-radius: 0px;
          margin-right: 4px; }
          .contact-us-page-contact-details .social ul li a i {
            color: white; }
          .contact-us-page-contact-details .social ul li a:hover i {
            color: white; }
  .contact-us-page-contact-details .contact-detail {
    border-top: 1px solid #E0E0E0;
    padding: 16px;
    text-align: center; }
    .contact-us-page-contact-details .contact-detail:first-child {
      border-top: none; }
    .contact-us-page-contact-details .contact-detail p {
      padding: 0;
      margin: 0; }
      .contact-us-page-contact-details .contact-detail p a {
        color: inherit; }
      .contact-us-page-contact-details .contact-detail p.title {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700; }
      .contact-us-page-contact-details .contact-detail p.contact-detail-result {
        position: relative; }
        .contact-us-page-contact-details .contact-detail p.contact-detail-result:before {
          display: block;
          color: #E0E0E0; }
    .contact-us-page-contact-details .contact-detail.phone p.contact-detail-result:before {
      content: "\f095";
      font-family: FontAwesome;
      font-size: calc(2.753 * 16px);
      color: #335c2c; }
    .contact-us-page-contact-details .contact-detail.address p.contact-detail-result:before {
      content: "\f041";
      font-family: FontAwesome;
      font-size: calc(2.753 * 16px);
      color: #335c2c; }
    .contact-us-page-contact-details .contact-detail.email p.contact-detail-result:before {
      content: "\f0e0";
      font-family: FontAwesome;
      font-size: calc(2.753 * 16px);
      color: #335c2c; }
  .contact-us-page-contact-details .social {
    display: block; }

/* --------------------------------------
/*  Map Section
/* -------------------------------------*/
.contact-us-page-map-section .title {
  padding: 24px 0;
  text-align: center; }
  .contact-us-page-map-section .title h2 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: calc(1.333 * 16px);
    text-transform: uppercase; }

/* --------------------------------------
/*  Staff Page
/* -------------------------------------*/
.staff-page .staff-member .img img {
  width: 100%; }
  @media (min-width: 992px) {
    .staff-page .staff-member .img img {
      max-height: 250px; } }

.staff-page .staff-member .content {
  margin-bottom: 24px;
  position: relative; }
  .staff-page .staff-member .content .job-title {
    color: #335c2c;
    margin: 0;
    text-transform: uppercase; }
  .staff-page .staff-member .content div.bio {
    height: 60px;
    overflow: hidden;
    margin: 0px 0px 15px; }
    .staff-page .staff-member .content div.bio.active {
      height: auto; }
  .staff-page .staff-member .content a.open-bio {
    color: #335c2c;
    font-weight: bold; }
    .staff-page .staff-member .content a.open-bio:hover, .staff-page .staff-member .content a.open-bio:focus, .staff-page .staff-member .content a.open-bio a, .staff-page .staff-member .content a.open-bio a:hover, .staff-page .staff-member .content a.open-bio a:focus {
      text-decoration: none; }
    .staff-page .staff-member .content a.open-bio:after {
      padding-left: 4px;
      transition: padding-left 0.3s;
      content: "\f054";
      font-family: FontAwesome; }
    .staff-page .staff-member .content a.open-bio:hover:after, .staff-page .staff-member .content a.open-bio:focus:after, .staff-page .staff-member .content a.open-bio:active:after {
      padding-left: 16px; }
  .staff-page .staff-member .content .socials {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    text-align: right; }
    .staff-page .staff-member .content .socials a {
      line-height: 1;
      font-size: calc(1.625 * 16px);
      margin-left: 4px; }
      .staff-page .staff-member .content .socials a:hover, .staff-page .staff-member .content .socials a:focus, .staff-page .staff-member .content .socials a:active {
        text-decoration: none; }
      .staff-page .staff-member .content .socials a:first-child {
        margin-left: 0; }
      .staff-page .staff-member .content .socials a i {
        font-size: inherit;
        color: inherit;
        line-height: inherit; }
    .staff-page .staff-member .content .socials a.linkedin {
      color: #4875B4; }
    .staff-page .staff-member .content .socials a.email {
      color: #BDBDBD; }

/* --------------------------------------
/*  Gallery Page
/* -------------------------------------*/
.body-section.gallery-page .gallery-item {
  margin-bottom: 24px;
  position: relative; }
  .body-section.gallery-page .gallery-item span.caption {
    display: block;
    text-align: left;
    font-weight: 500;
    width: 100%;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.body-section.gallery-page .gallery-image {
  display: block;
  background-size: cover; }
  .body-section.gallery-page .gallery-image:after {
    content: '';
    display: block;
    padding-bottom: 100%; }

body.home .nucleo-acf-section.fancy_image_repeater_section .is-image:nth-of-type(1) .inner-container {
  border-bottom: 3px solid #335c2c; }
  body.home .nucleo-acf-section.fancy_image_repeater_section .is-image:nth-of-type(1) .inner-container .btn {
    margin-top: 10px; }

body.home .nucleo-acf-section.fancy_image_repeater_section .is-image:nth-of-type(2) .inner-container {
  border-bottom: 3px solid #f19e22; }

body.home .nucleo-acf-section.fancy_image_repeater_section .is-image:nth-of-type(3) .inner-container {
  background-color: #335c2c;
  color: white; }
  body.home .nucleo-acf-section.fancy_image_repeater_section .is-image:nth-of-type(3) .inner-container h3, body.home .nucleo-acf-section.fancy_image_repeater_section .is-image:nth-of-type(3) .inner-container a {
    color: white; }

body.home .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container {
  padding: 45px; }

/* --------------------------------------
/*  Helpers
/* -------------------------------------- */
.image-section.subpage-image {
  margin-bottom: 15px; }

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

.google-map {
  min-height: 300px;
  height: 400px; }

.padding-section {
  padding: 7vh 0; }

.no-padding {
  padding: 0; }

.no-padding-top {
  padding-top: 0; }

.no-padding-left {
  padding-left: 0; }

.no-padding-bottom {
  padding-bottom: 0; }

.no-padding-right {
  padding-right: 0; }

.add-padding-top {
  padding-top: 7vh; }

.add-padding-bottom {
  padding-bottom: 7vh; }

.margin-section {
  margin: 7vh 0; }

.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0; }

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

.no-margin-bottom {
  margin-bottom: 0; }

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

.reverse-text-colour p, .reverse-text-colour span,
.reverse-text-colour ul, .reverse-text-colour ol, .reverse-text-colour li {
  color: #fff; }

.reverse-text-colour-all h1, .reverse-text-colour-all h2, .reverse-text-colour-all h3,
.reverse-text-colour-all h4, .reverse-text-colour-all h5, .reverse-text-colour-all h6,
.reverse-text-colour-all p, .reverse-text-colour-all a, .reverse-text-colour-all span,
.reverse-text-colour-all ul, .reverse-text-colour-all ol, .reverse-text-colour-all li,
.reverse-text-colour-all input, .reverse-text-colour-all button, .reverse-text-colour-all label {
  color: #fff; }

.reverse-text-colour-headings h1, .reverse-text-colour-headings h2, .reverse-text-colour-headings h3,
.reverse-text-colour-headings h4, .reverse-text-colour-headings h5, .reverse-text-colour-headings h6 {
  color: #fff; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* --------------------------------------
/* Text-colour
/* -------------------------------------*/
.text-colour__secondary-colour {
  color: #f19e22; }

.background-colour__secondary-colour {
  background-color: #f19e22; }

.h1__text-colour__secondary-colour h1 {
  color: #f19e22; }

.h2__text-colour__secondary-colour h2 {
  color: #f19e22; }

.h3__text-colour__secondary-colour h3 {
  color: #f19e22; }

.h4__text-colour__secondary-colour h4 {
  color: #f19e22; }

.h5__text-colour__secondary-colour h5 {
  color: #f19e22; }

.h6__text-colour__secondary-colour h6 {
  color: #f19e22; }

.text-colour__primary-colour {
  color: #335c2c; }

.background-colour__primary-colour {
  background-color: #335c2c; }

.h1__text-colour__primary-colour h1 {
  color: #335c2c; }

.h2__text-colour__primary-colour h2 {
  color: #335c2c; }

.h3__text-colour__primary-colour h3 {
  color: #335c2c; }

.h4__text-colour__primary-colour h4 {
  color: #335c2c; }

.h5__text-colour__primary-colour h5 {
  color: #335c2c; }

.h6__text-colour__primary-colour h6 {
  color: #335c2c; }

.text-colour__palette-grey-100 {
  color: #F6F6F6; }

.background-colour__palette-grey-100 {
  background-color: #F6F6F6; }

.h1__text-colour__palette-grey-100 h1 {
  color: #F6F6F6; }

.h2__text-colour__palette-grey-100 h2 {
  color: #F6F6F6; }

.h3__text-colour__palette-grey-100 h3 {
  color: #F6F6F6; }

.h4__text-colour__palette-grey-100 h4 {
  color: #F6F6F6; }

.h5__text-colour__palette-grey-100 h5 {
  color: #F6F6F6; }

.h6__text-colour__palette-grey-100 h6 {
  color: #F6F6F6; }

.text-colour__palette-grey-150 {
  color: #F0F0F0; }

.background-colour__palette-grey-150 {
  background-color: #F0F0F0; }

.h1__text-colour__palette-grey-150 h1 {
  color: #F0F0F0; }

.h2__text-colour__palette-grey-150 h2 {
  color: #F0F0F0; }

.h3__text-colour__palette-grey-150 h3 {
  color: #F0F0F0; }

.h4__text-colour__palette-grey-150 h4 {
  color: #F0F0F0; }

.h5__text-colour__palette-grey-150 h5 {
  color: #F0F0F0; }

.h6__text-colour__palette-grey-150 h6 {
  color: #F0F0F0; }

.text-colour__palette-grey-300 {
  color: #E0E0E0; }

.background-colour__palette-grey-300 {
  background-color: #E0E0E0; }

.h1__text-colour__palette-grey-300 h1 {
  color: #E0E0E0; }

.h2__text-colour__palette-grey-300 h2 {
  color: #E0E0E0; }

.h3__text-colour__palette-grey-300 h3 {
  color: #E0E0E0; }

.h4__text-colour__palette-grey-300 h4 {
  color: #E0E0E0; }

.h5__text-colour__palette-grey-300 h5 {
  color: #E0E0E0; }

.h6__text-colour__palette-grey-300 h6 {
  color: #E0E0E0; }

.text-colour__palette-grey-500 {
  color: #9E9E9E; }

.background-colour__palette-grey-500 {
  background-color: #9E9E9E; }

.h1__text-colour__palette-grey-500 h1 {
  color: #9E9E9E; }

.h2__text-colour__palette-grey-500 h2 {
  color: #9E9E9E; }

.h3__text-colour__palette-grey-500 h3 {
  color: #9E9E9E; }

.h4__text-colour__palette-grey-500 h4 {
  color: #9E9E9E; }

.h5__text-colour__palette-grey-500 h5 {
  color: #9E9E9E; }

.h6__text-colour__palette-grey-500 h6 {
  color: #9E9E9E; }

.text-colour__palette-grey-800 {
  color: #3B4044; }

.background-colour__palette-grey-800 {
  background-color: #3B4044; }

.h1__text-colour__palette-grey-800 h1 {
  color: #3B4044; }

.h2__text-colour__palette-grey-800 h2 {
  color: #3B4044; }

.h3__text-colour__palette-grey-800 h3 {
  color: #3B4044; }

.h4__text-colour__palette-grey-800 h4 {
  color: #3B4044; }

.h5__text-colour__palette-grey-800 h5 {
  color: #3B4044; }

.h6__text-colour__palette-grey-800 h6 {
  color: #3B4044; }
