@charset "UTF-8";
/* -----------------------------------------------------------------------------

  CSS RESET

----------------------------------------------------------------------------- */
html, body {
  border: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

div, span, object, iframe, img, table, caption, thead, tbody, tfoot, tr, tr, td, article, aside, canvas, details, figure, hgroup, menu, nav, footer, header, section, summary, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cit, code, del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, legend, label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption, table th, table td {
  text-align: left;
  vertical-align: middle;
}

a img {
  border: 0;
}

:focus {
  outline: 0;
}

/* -----------------------------------------------------------------------------

  TYPOGRAPHY

----------------------------------------------------------------------------- */
html {
  font: 100%/1.5 "Open Sans", sans-serif;
}

body, input, button {
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.9em;
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
}

h2 {
  font-size: 1.5em;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 1.25em;
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
}

h4 {
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

h5 {
  font-size: 0.875em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

h6 {
  font-size: 0.75em;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 10px 0;
  font-family: "Open Sans", sans-serif;
}

a, a:visited, a:hover {
  text-decoration: none;
  color: #A98A2B;
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
}
a:hover, a:visited:hover, a:hover:hover {
  color: #828282;
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.uc {
  text-transform: uppercase;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  -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;
}

* {
  box-sizing: border-box;
}

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

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

body {
  font-size: 14px;
  line-height: 1.42857143;
}

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: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  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;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1100px;
}

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

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

.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: 20px;
  padding-right: 20px;
}

.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: 769px) {
  .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: #777777;
  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: #ffffff;
}

.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 > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

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

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

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

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

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

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

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

.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;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row: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: 769px) 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: 769px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 769px) 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: 769px) 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;
  }
}
/* -----------------------------------------------------------------------------

  GLOBAL

----------------------------------------------------------------------------- */
.gridWrap {
  overflow: hidden;
}
.gridWrap .offset-trigger {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 10px;
  pointer-events: none;
}
.gridWrap .grey-box {
  padding: 20px;
  background-color: #eee;
}
.gridWrap .green-box {
  padding: 20px;
  background-color: #629640;
}
/* -----------------------------------------------------------------------------

  HEADER

----------------------------------------------------------------------------- */
.gridWrap .fullheader-wrapper {
  position: relative;
  z-index: 300;
}
.gridWrap .fullheader-wrapper .leaf-overlay {
  position: absolute;
  z-index: 305;
  width: 100%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  pointer-events: none;
}
.gridWrap .fullheader-wrapper .leaf-overlay.left {
  background-image: url("../img/leaves-left.png");
  left: 0;
  bottom: 0;
  max-height: 455px;
}
@media (min-width: 769px) {
  .gridWrap .fullheader-wrapper .leaf-overlay.left {
    left: -50px;
    opacity: 0;
  }
  .gridWrap .fullheader-wrapper .leaf-overlay.left.animate-in {
    left: 0;
    opacity: 1;
    -webkit-transition: .7s linear all;
    transition: .7s linear all;
  }
}
@media (max-width: 1130px) {
  .gridWrap .fullheader-wrapper .leaf-overlay.left {
    max-height: 400px;
  }
}
@media (max-width: 950px) {
  .gridWrap .fullheader-wrapper .leaf-overlay.left {
    max-height: 280px;
  }
}
@media (max-width: 720px) {
  .gridWrap .fullheader-wrapper .leaf-overlay.left {
    max-height: 150px;
  }
}
.gridWrap .fullheader-wrapper .leaf-overlay.right {
  background-image: url("../img/leaves-right.png");
  background-position: top right;
  right: 0;
  top: 0;
  max-height: 155px;
}
@media (min-width: 769px) {
  .gridWrap .fullheader-wrapper .leaf-overlay.right {
    right: -50px;
    opacity: 0;
  }
  .gridWrap .fullheader-wrapper .leaf-overlay.right.animate-in {
    right: 0;
    opacity: 1;
    -webkit-transition: .3s linear all;
    transition: .3s linear all;
  }
}
@media (max-width: 1235px) {
  .gridWrap .fullheader-wrapper .leaf-overlay.right {
    top: 68px;
  }
}
@media (max-width: 768px) {
  .gridWrap .fullheader-wrapper .leaf-overlay.right {
    top: 45px;
  }
}
@media (max-width: 720px) {
  .gridWrap .fullheader-wrapper .leaf-overlay.right {
    max-height: 75px;
  }
}
.gridWrap .header-wrapper {
  background-color: #54c0cc;
  position: relative;
  z-index: 205;
}
@media (max-width: 1235px) {
  .gridWrap .header-wrapper {
    z-index: 400;
  }
}
.gridWrap .header-wrapper .logo-wrapper a {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 200;
  top: 0;
  -webkit-transition: .7s linear all;
  transition: .7s linear all;
}
@media (max-width: 720px) {
  .gridWrap .header-wrapper .logo-wrapper a {
    padding: 10px;
  }
}
.gridWrap .header-wrapper .logo-wrapper a:hover, .gridWrap .header-wrapper .logo-wrapper a:active {
  background-color: #fff;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
.gridWrap .header-wrapper .logo-wrapper a img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 181px;
  margin: auto;
  position: relative;
  z-index: 250;
  top: 0;
  opacity: 1;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
@media (min-width: 769px) {
  .gridWrap .header-wrapper .logo-wrapper a img {
    top: -20px;
    opacity: 0;
  }
  .gridWrap .header-wrapper .logo-wrapper a img.animate-in {
    top: 0;
    opacity: 1;
    -webkit-transition: .7s linear all;
    transition: .7s linear all;
  }
}
@media (max-width: 720px) {
  .gridWrap .header-wrapper .logo-wrapper a img {
    max-width: 125px;
  }
}
@media (max-width: 580px) {
  .gridWrap .header-wrapper .logo-wrapper a img {
    max-width: 85px;
    -webkit-transition: .7s linear all;
    transition: .7s linear all;
  }
}
.gridWrap .header-wrapper .mobilenav-btn-wrapper {
  text-align: right;
}
@media (min-width: 769px) {
  .gridWrap .header-wrapper .mobilenav-btn-wrapper {
    display: none;
  }
}
.gridWrap .header-wrapper .mobilenav-btn-wrapper a {
  display: inline-block;
  padding: 10px;
}
.gridWrap .header-wrapper .mobilenav-btn-wrapper a img {
  max-width: 30px;
  width: 100%;
  height: auto;
  display: block;
}
.gridWrap .header-wrapper .mainnav-wrapper {
  position: relative;
}
@media (max-width: 768px) {
  .gridWrap .header-wrapper .mainnav-wrapper {
    display: none;
  }
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav {
  text-align: right;
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav ul li {
  display: inline-block;
  margin-left: 30px;
  padding: 20px 0;
}
@media (max-width: 800px) {
  .gridWrap .header-wrapper .mainnav-wrapper .mainnav ul li {
    margin-left: 20px;
  }
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav ul li a {
  color: #414042;
  font-size: 20px;
  text-decoration: none;
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav ul li a:hover, .gridWrap .header-wrapper .mainnav-wrapper .mainnav ul li a:active {
  color: #fff;
}
.gridWrap .header-wrapper .mainnav-wrapper .overlay-nav {
  position: absolute;
  right: 0;
  top: 78px;
}
.gridWrap .header-wrapper .mainnav-wrapper .overlay-nav ul li {
  display: inline-block;
}
.gridWrap .header-wrapper .mainnav-wrapper .overlay-nav ul li a {
  color: #fff;
  background-color: #3f7136;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f7136+0,77a34e+0,306127+100 */
  background: #3f7136;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3f7136 0%, #77a34e 0%, #306127 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3f7136 0%, #77a34e 0%, #306127 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f7136', endColorstr='#306127',GradientType=0 );
  /* IE6-9 */
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
  text-decoration: none;
}
.gridWrap .header-wrapper .mainnav-wrapper .overlay-nav ul li a:hover, .gridWrap .header-wrapper .mainnav-wrapper .overlay-nav ul li a:active {
  background-color: #757575;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#306127+0,77a34e+100,3f7136+100 */
  background: #306127;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #306127 0%, #77a34e 100%, #3f7136 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #306127 0%, #77a34e 100%, #3f7136 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#306127', endColorstr='#3f7136',GradientType=0 );
  /* IE6-9 */
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
/* -----------------------------------------------------------------------------

  HERO SLIDER

----------------------------------------------------------------------------- */
.gridWrap .hero-wrapper {
  border-bottom: 10px solid #fff;
  position: relative;
  overflow: hidden;
}
.gridWrap .hero-wrapper .hero-slider .slide {
  list-style: none;
  min-height: 1px;
  min-width: 1px;
  list-style: none;
}
.gridWrap .hero-wrapper .hero-slider .slide img {
  width: 100%;
  height: auto;
  display: block;
}
.gridWrap .hero-wrapper .overlay-title {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  opacity: 1;
  z-index: 350;
}
@media (min-width: 769px) {
  .gridWrap .hero-wrapper .overlay-title {
    bottom: -100px;
    opacity: 0;
    -webkit-transition: .3s linear all;
    transition: .3s linear all;
  }
  .gridWrap .hero-wrapper .overlay-title.animate-in {
    bottom: 0;
    opacity: 1;
    -webkit-transition: .7s linear all;
    transition: .7s linear all;
  }
}
@media (max-width: 768px) {
  .gridWrap .hero-wrapper .overlay-title {
    position: relative;
  }
}
.gridWrap .hero-wrapper .overlay-title h1 {
  background-color: #1f4f59;
  background-color: rgba(31, 79, 89, 0.66);
  text-align: center;
  color: #fff;
  margin: 0;
  font-family: "Cambo", serif;
  padding: 20px;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .gridWrap .hero-wrapper .overlay-title h1 {
    font-size: 52px;
  }
}
@media (max-width: 850px) {
  .gridWrap .hero-wrapper .overlay-title h1 {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .gridWrap .hero-wrapper .overlay-title h1 {
    font-size: 32px;
    padding: 10px 20px;
  }
}
.gridWrap .hero-wrapper .overlay-title h1:before {
  position: absolute;
  content: '';
  height: 5px;
  top: -15px;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.gridWrap .hero-wrapper .overlay-title h1 span {
  position: relative;
  z-index: 400;
}
/* -----------------------------------------------------------------------------

  SECTION ONE

----------------------------------------------------------------------------- */
.gridWrap .section-one-wrapper {
  border-top: 4px solid #a5cc3d;
  border-bottom: 4px solid #a5cc3d;
  padding: 40px 0;
  position: relative;
}
.gridWrap .section-one-wrapper .section-inner-wrapper {
  display: table;
  width: 100%;
}
@media (max-width: 768px) {
  .gridWrap .section-one-wrapper .section-inner-wrapper {
    display: block;
  }
}
.gridWrap .section-one-wrapper .section-inner-wrapper .circle-wrapper {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  font-size: 30px;
  background: #54c0cc;
  line-height: 260px;
  text-align: center;
}
@media (max-width: 768px) {
  .gridWrap .section-one-wrapper .section-inner-wrapper .circle-wrapper {
    margin: auto;
    width: 200px;
    height: 200px;
    line-height: 200px;
  }
}
.gridWrap .section-one-wrapper .section-inner-wrapper .circle-wrapper span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  padding: 0 25px;
  color: #1e5059;
  font-family: "Cambo", serif;
  font-size: 45px;
}
@media (max-width: 768px) {
  .gridWrap .section-one-wrapper .section-inner-wrapper .circle-wrapper span {
    font-size: 26px;
  }
}
.gridWrap .section-one-wrapper .section-inner-wrapper .section-block {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .gridWrap .section-one-wrapper .section-inner-wrapper .section-block {
    display: block;
    width: 100%;
    padding: 0 0 20px 0;
  }
}
@media (min-width: 769px) {
  .gridWrap .section-one-wrapper .section-inner-wrapper .section-block.left-block {
    padding-right: 30px;
    position: relative;
    left: -50px;
    opacity: 0;
  }
  .gridWrap .section-one-wrapper .section-inner-wrapper .section-block.left-block.animate-in {
    left: 0;
    opacity: 1;
    -webkit-transition: .7s linear all;
    transition: .7s linear all;
  }
}
@media (min-width: 769px) {
  .gridWrap .section-one-wrapper .section-inner-wrapper .section-block.right-block {
    position: relative;
    right: -50px;
    opacity: 0;
  }
  .gridWrap .section-one-wrapper .section-inner-wrapper .section-block.right-block.animate-in {
    right: 0;
    opacity: 1;
    -webkit-transition: 1s linear all;
    transition: 1s linear all;
  }
}
.gridWrap .section-one-wrapper .section-inner-wrapper .section-block:last-of-type {
  padding-right: 0;
  padding-left: 30px;
  border-left: 1px solid #a5cc3d;
}
@media (max-width: 768px) {
  .gridWrap .section-one-wrapper .section-inner-wrapper .section-block:last-of-type {
    padding: 20px 0 0 0;
    border-top: 1px solid #a5cc3d;
    border-left: none;
  }
}
.gridWrap .section-one-wrapper .section-inner-wrapper .section-content p {
  color: #3e7136;
  font-size: 20px;
}
.gridWrap .section-one-wrapper .section-inner-wrapper .section-content p a {
  color: #3e7136;
}
.gridWrap .section-one-wrapper .accent-wrapper {
  position: absolute;
  width: 100%;
  bottom: -24%;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 991px) {
  .gridWrap .section-one-wrapper .accent-wrapper {
    bottom: -14%;
  }
}
@media (max-width: 768px) {
  .gridWrap .section-one-wrapper .accent-wrapper {
    bottom: -8%;
  }
}
@media (max-width: 580px) {
  .gridWrap .section-one-wrapper .accent-wrapper {
    bottom: -4%;
  }
}
@media (max-width: 500px) {
  .gridWrap .section-one-wrapper .accent-wrapper {
    display: none;
  }
}
.gridWrap .section-one-wrapper .accent-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1366px;
  margin: auto;
}
/* -----------------------------------------------------------------------------

  SECTION TWO

----------------------------------------------------------------------------- */
.gridWrap .section-two-wrapper {
  position: relative;
  border-bottom: 4px solid #a5cc3d;
  -moz-transition: background-image 0.2s ease-in-out;/* Firefox 4 */
  -webkit-transition: background-image 0.2s ease-in-out;/* Safari and Chrome */
  -o-transition: background-image 0.2s ease-in-out;/* Opera */
  transition: background-image 0.2s ease-in-out;
  background-color: #c3c3c3;
  background-size: cover;
  background-position: center;
}
.gridWrap .section-two-wrapper .section-content h2 {
  top: 50px;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Cambo", serif;
  font-size: 45px;
  font-weight: 400;
  z-index: 201;
  padding: 0 20px;
}
@media (min-width: 769px) {
  .gridWrap .section-two-wrapper .section-content h2 {
    top: 100px;
    opacity: 0;
  }
  .gridWrap .section-two-wrapper .section-content h2.animate-in {
    top: 50px;
    opacity: 1;
    -webkit-transition: .5s linear all;
    transition: .5s linear all;
  }
}
@media (max-width: 768px) {
  .gridWrap .section-two-wrapper .section-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 670px) {
  .gridWrap .section-two-wrapper .section-content h2 {
    position: static;
    padding: 20px 0;
  }
}
.gridWrap .section-two-wrapper .section-content .location-wrapper {
  width: 100%;
  position: absolute;
  /*bottom: 30px;*/
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(99, 151, 64, 0.95);
}
@media (max-width: 768px) {
  .gridWrap .section-two-wrapper .section-content .location-wrapper {
    bottom: 15px;
  }
}
@media (max-width: 670px) {
  .gridWrap .section-two-wrapper .section-content .location-wrapper {
    position: static;
  }
}
.gridWrap .section-two-wrapper .section-content .location-wrapper ul {
  display: table;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 670px) {
  .gridWrap .section-two-wrapper .section-content .location-wrapper ul {
    display: block;
  }
}
.gridWrap .section-two-wrapper .section-content .location-wrapper ul li {
  font-size: 22px;
  line-height: 1;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .gridWrap .section-two-wrapper .section-content .location-wrapper ul li {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .gridWrap .section-two-wrapper .section-content .location-wrapper ul li {
    font-size: 16px;
  }
}
@media (max-width: 670px) {
  .gridWrap .section-two-wrapper .section-content .location-wrapper ul li {
    display: block;
    border-bottom: 1px solid #528234;
  }
  .gridWrap .section-two-wrapper .section-content .location-wrapper ul li:last-of-type {
    border-bottom: none;
  }
}
.gridWrap .section-two-wrapper .section-content .location-wrapper ul li a {
  padding: 20px;
  color: #fff;
  display: block;
  padding: 17px 20px;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
  text-align: center;
  text-decoration: none;
}
.gridWrap .section-two-wrapper .section-content .location-wrapper ul li a span {
  font-weight: 700;
  font-size: 20px;
  position: relative;
}
@media (max-width: 992px) {
  .gridWrap .section-two-wrapper .section-content .location-wrapper ul li a span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .gridWrap .section-two-wrapper .section-content .location-wrapper ul li a span {
    font-size: 14px;
  }
}
.gridWrap .section-two-wrapper .section-content .location-wrapper ul li a span::after {
  opacity: 0;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
  position: relative;
  right: -5px;
  position: absolute;
  content: '»';
  top: 2px;
}
.gridWrap .section-two-wrapper .section-content .location-wrapper ul li a:hover,
.gridWrap .section-two-wrapper .section-content .location-wrapper ul li a:active {
  background-color: #a5cc3d;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
.gridWrap .section-two-wrapper .section-content .location-wrapper ul li a:hover span::after,
.gridWrap .section-two-wrapper .section-content .location-wrapper ul li a:active span::after {
  opacity: 1;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
  right: -15px;
}
.gridWrap .section-two-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 670px) {
  .gridWrap .section-two-wrapper img {
    display: none;
  }
}
/* -----------------------------------------------------------------------------

  SECTION THREE

----------------------------------------------------------------------------- */
.gridWrap .section-three-wrapper {
  padding: 40px 0;
  border-bottom: 4px solid #a5cc3d;
}
.gridWrap .section-three-wrapper .testimonial-wrapper {
  max-width: 75%;
  margin: auto;
  position: relative;
}
.gridWrap .section-three-wrapper .testimonial-wrapper .testimonial-slider {
  margin: auto;
}
.gridWrap .section-three-wrapper .testimonial-wrapper .testimonial-slider li {
  color: #1e5059;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
}
@media (max-width: 550px) {
  .gridWrap .section-three-wrapper .testimonial-wrapper .testimonial-slider li {
    font-size: 18px;
  }
}
.gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .next-slide-ts, .gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .prev-slide-ts {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 500;
  width: 60px;
  height: 60px;
  background-color: #54c0cc;
  border-radius: 100%;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
@media (max-width: 550px) {
  .gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .next-slide-ts, .gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .prev-slide-ts {
    width: 40px;
    height: 40px;
  }
}
.gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .next-slide-ts a, .gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .prev-slide-ts a {
  display: block;
  height: 55px;
  opacity: 0;
}
@media (max-width: 550px) {
  .gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .next-slide-ts a, .gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .prev-slide-ts a {
    height: 40px;
  }
}
.gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .next-slide-ts:before, .gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .prev-slide-ts:before {
  content: '»';
  font-size: 60px;
  text-align: center;
  width: 60px;
  position: absolute;
  top: -6px;
  line-height: 60px;
  color: #1e5059;
  font-weight: 400;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
@media (max-width: 550px) {
  .gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .next-slide-ts:before, .gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .prev-slide-ts:before {
    width: 40px;
    line-height: 40px;
    font-size: 40px;
    top: -3px;
  }
}
.gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .next-slide-ts:hover, .gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .next-slide-ts:active, .gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .prev-slide-ts:hover, .gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .prev-slide-ts:active {
  background-color: #ababab;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
.gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .next-slide-ts:hover:before, .gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .next-slide-ts:active:before, .gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .prev-slide-ts:hover:before, .gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .prev-slide-ts:active:before {
  color: #fff;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
.gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .next-slide-ts {
  right: -120px;
}
@media (max-width: 870px) {
  .gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .next-slide-ts {
    right: -80px;
  }
}
@media (max-width: 550px) {
  .gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .next-slide-ts {
    right: -50px;
  }
}
.gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .next-slide-ts:before {
  content: '»';
  right: -2px;
}
.gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .prev-slide-ts {
  left: -120px;
}
@media (max-width: 870px) {
  .gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .prev-slide-ts {
    left: -80px;
  }
}
@media (max-width: 550px) {
  .gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .prev-slide-ts {
    left: -50px;
  }
}
.gridWrap .section-three-wrapper .testimonial-wrapper .controls-wrapper .prev-slide-ts:before {
  content: '«';
  left: -2px;
}
/* -----------------------------------------------------------------------------

  SECTION FOUR

----------------------------------------------------------------------------- */
.gridWrap .section-four-wrapper {
  background-color: #f4f0e9;
  background-image: url("../img/section-4-bkg.jpg");
  background-size: cover;
  background-position: center;
  padding: 20px 0;
  position: relative;
}
.gridWrap .section-four-wrapper .section-header h2 {
  text-align: center;
  color: #3e7136;
  font-family: "Cambo", serif;
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .gridWrap .section-four-wrapper .section-header h2 {
    position: relative;
    top: 20px;
    opacity: 0;
  }
  .gridWrap .section-four-wrapper .section-header h2.animate-in {
    top: 0px;
    opacity: 1;
    -webkit-transition: .5s linear all;
    transition: .5s linear all;
  }
}
@media (max-width: 500px) {
  .gridWrap .section-four-wrapper .section-header h2 {
    font-size: 38px;
  }
}
@media (max-width: 400px) {
  .gridWrap .section-four-wrapper .section-header h2 {
    font-size: 30px;
  }
}
.gridWrap .section-four-wrapper .videos-wrapper {
  max-width: 900px;
  margin: 0 auto 30px;
}
.gridWrap .section-four-wrapper .videos-wrapper .video-slider .video-slide {
  list-style: none;
  height: 260px;
}
@media (max-width: 480px) {
  .gridWrap .section-four-wrapper .videos-wrapper .video-slider .video-slide {
    height: 200px;
  }
}
.gridWrap .section-four-wrapper .videos-wrapper .video-slider .video-slide .owl-video-tn {
  background-size: cover;
}
.gridWrap .section-four-wrapper .videos-wrapper .owl-nav {
  display: none;
}
.gridWrap .section-four-wrapper .controls-wrapper {
  width: 100%;
  bottom: 20px;
  background-color: #a6cc3c;
  background-color: rgba(166, 204, 60, 0.95);
  text-align: center;
}
.gridWrap .section-four-wrapper .controls-wrapper ul li {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  vertical-align: top;
}
.gridWrap .section-four-wrapper .controls-wrapper ul li a {
  color: #fff;
  padding: 0 10px;
  text-decoration: none;
  display: block;
  margin: 0 5px;
}
.gridWrap .section-four-wrapper .controls-wrapper ul li a:hover, .gridWrap .section-four-wrapper .controls-wrapper ul li a:active {
  background-color: #59823f;
}
/* -----------------------------------------------------------------------------

  FOOTER

----------------------------------------------------------------------------- */
.gridWrap .footer-wrapper {
  border-top: 4px solid #54c0cc;
  background-color: #1f4f59;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .gridWrap .footer-wrapper .footer-logos-wrapper {
    text-align: center;
  }
}
.gridWrap .footer-wrapper .footer-logos-wrapper ul li {
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 381px) {
  .gridWrap .footer-wrapper .footer-logos-wrapper ul li {
    margin: 10px;
  }
  .gridWrap .footer-wrapper .footer-logos-wrapper ul li img {
    max-width: 105px;
    height: auto;
  }
}
.gridWrap .footer-wrapper .footer-content {
  text-align: right;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .gridWrap .footer-wrapper .footer-content {
    text-align: center;
  }
}
.gridWrap .footer-wrapper .footer-content .social img {
  width: 100%;
  height: auto;
  max-width: 146px;
}
@media (max-width: 768px) {
  .gridWrap .footer-wrapper .footer-content .social img {
    margin: auto;
  }
}
.gridWrap .footer-wrapper .footer-content .nav-wrapper {
  margin: 10px 0;
}
.gridWrap .footer-wrapper .footer-content .nav-wrapper ul li {
  display: inline-block;
  color: #fff;
  margin-left: 15px;
  font-size: 15px;
}
@media (max-width: 650px) {
  .gridWrap .footer-wrapper .footer-content .nav-wrapper ul li {
    font-size: 12px;
    margin: 0 5px;
  }
}
.gridWrap .footer-wrapper .footer-content .nav-wrapper ul li a {
  color: #fff;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
  text-decoration: none;
}
.gridWrap .footer-wrapper .footer-content .nav-wrapper ul li a:hover, .gridWrap .footer-wrapper .footer-content .nav-wrapper ul li a:active {
  color: #aeaeae;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
.gridWrap .footer-wrapper .footer-content .copyright ul li {
  display: inline-block;
  color: #fff;
}
@media (max-width: 650px) {
  .gridWrap .footer-wrapper .footer-content .copyright ul li {
    font-size: 11px;
  }
}
.gridWrap .footer-wrapper .footer-content .copyright ul li + li:before {
  content: ' | ';
}
.gridWrap .footer-wrapper .footer-content .copyright ul li a {
  color: #fff;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
.gridWrap .footer-wrapper .footer-content .copyright ul li a:hover, .gridWrap .footer-wrapper .footer-content .copyright ul li a:active {
  color: #aeaeae;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
/* -----------------------------------------------------------------------------

  INTERIOR PAGE

----------------------------------------------------------------------------- */
.gridWrap .inner-header-banner img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}
.gridWrap .inner-header-banner .overlay-text {
  background-color: #1f4f59;
  background-color: rgba(31, 79, 89, 0.66);
  padding: 15px 0;
  position: relative;
  z-index: 1;
  box-shadow: 1px -2px 7px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.gridWrap .inner-header-banner .overlay-text h1 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.gridWrap .inner-wrapper {
  padding: 40px 0;
  color: #5d5d5d;
  font-size: 16px;
}
.gridWrap .inner-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}
.gridWrap .inner-wrapper h1,
.gridWrap .inner-wrapper h2,
.gridWrap .inner-wrapper h3,
.gridWrap .inner-wrapper h4,
.gridWrap .inner-wrapper h5,
.gridWrap .inner-wrapper h6 {
  margin: 10px 0;
}
.gridWrap .inner-wrapper a {
  color: #54c0cc;
  font-weight: 700;
  transition: .3s linear all;
}
.gridWrap .inner-wrapper a:hover {
  color: #757575;
  transition: .3s linear all;
}
.gridWrap .inner-wrapper h1 {
  color: #a6ce3b;
}
.gridWrap .inner-wrapper h2 {
    color: #629640;
}
.gridWrap .inner-wrapper h3,
.gridWrap .inner-wrapper h4 {
  margin: 0 0 10px 0;
}
.gridWrap .inner-wrapper ul,
.gridWrap .inner-wrapper ol {
  list-style-position: inside;
  margin-bottom: 10px;
}
.gridWrap .inner-wrapper ul ul,
.gridWrap .inner-wrapper ol ol,
.gridWrap .inner-wrapper ol ul,
.gridWrap .inner-wrapper ul ol {
  margin: 5px 0 5px 1em;
}
/*** BUTTON LINK ***/
.gridWrap .inner-wrapper a.btn-link,
.gridWrap .inner-wrapper .btn-link a,
.gridWrap .inner-wrapper a.btn-link-full,
.gridWrap .inner-wrapper .btn-link-full a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff !important;
  background-color: #a5cd3c;
  transition: .3s linear all;
  text-decoration: none;
}
.gridWrap .inner-wrapper a.btn-link:hover,
.gridWrap .inner-wrapper .btn-link a:hover,
.gridWrap .inner-wrapper a.btn-link:active,
.gridWrap .inner-wrapper .btn-link a:active,
.gridWrap .inner-wrapper a.btn-link-full:hover,
.gridWrap .inner-wrapper .btn-link-full a:hover,
.gridWrap .inner-wrapper a.btn-link-full:active,
.gridWrap .inner-wrapper .btn-link-full a:active {
  background-color: #59823f;
  transition: .3s linear all;
}
.gridWrap .inner-wrapper a.btn-link-full,
.gridWrap .inner-wrapper .btn-link-full a {
  display: block;
  text-align: center;
}
.gridWrap .inner-wrapper .section-two-content {
  padding: 20px 0 40px;
  background-color: #629740;
  color: #fff;
  margin-bottom: -40px;
  margin-top: 20px;
}
.gridWrap .inner-wrapper .section-two-content h1,
.gridWrap .inner-wrapper .section-two-content h2 {
  color: #b6e046;
}
.gridWrap .inner-wrapper .section-two-content h3,
.gridWrap .inner-wrapper .section-two-content h4,
.gridWrap .inner-wrapper .section-two-content h5,
.gridWrap .inner-wrapper .section-two-content h6 {
  color: #fff;
}
.gridWrap .inner-wrapper .section-two-content a {
  color: #5ed7e4
}
.gridWrap .inner-wrapper .section-two-content .pure-accordion-block-container {
  margin: 10px 0;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-bottom: none;
  padding-right: 30px;
}
.gridWrap .inner-wrapper .section-two-content .pure-accordion-block-container:first-of-type {
  margin-top: 20px;
}
.gridWrap .inner-wrapper .section-two-content .pure-accordion-block-container .header .fa.fa-chevron-down {
  position: absolute;
  right: 10px;
  top: 30px;
  font-size: 18px;
  color: #b5b5b5;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.gridWrap .inner-wrapper .section-two-content .pure-accordion-block-container .header:hover .title,
.gridWrap .inner-wrapper .section-two-content .pure-accordion-block-container .header:hover .fa.fa-chevron-down {
  color: #dadada;
  transition: .3s linear all;
}
.gridWrap .inner-wrapper .section-two-content .pure-accordion-block-container.open .header .title {
  color: #b6e046;
}
.gridWrap .inner-wrapper .section-two-content a.btn-link,
.gridWrap .inner-wrapper .section-two-content .btn-link a {
  margin-top: 20px;
}
/* -----------------------------------------------------------------------------
/*
/*  STAFF SECTION
/*
/*----------------------------------------------------------------------------- */
.gridWrap .inner-wrapper .staff-square {
    margin: 10px 0;
    max-width: 500px;
    margin: 10px auto;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
}
.gridWrap .inner-wrapper .staff-square img {
    max-width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
}
.gridWrap .inner-wrapper .staff-square h3 {
    padding: 10px;
    color: #fff;
    background-color: #5b8c92;
    margin-top: -10px;
    text-align: center;
    font-size: 1em;
    letter-spacing: 2px;
	min-height:76px;
}


/* -----------------------------------------------------------------------------
/*
/*  INTERIOR LOCATIONS
/*
/*----------------------------------------------------------------------------- */
.gridWrap .inner-wrapper .location-link {
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  height: 300px;
  text-align: center;
  margin: 20px 0;
}
.gridWrap .inner-wrapper .location-link a {
  display: block;
  color: #fff;
  width: 100%;
  font-size: 20px;
  background-color: rgba(99, 151, 64, 0.95);
  padding: 20px 0;
  text-decoration: none;
  transition: .3s linear all;
}
.gridWrap .inner-wrapper .location-link a:hover {
  background-color: #a5cc3d;
  transition: .3s linear all;
}
.gridWrap .inner-wrapper .location-link2 {
  align-items: center;
  text-align: center;
  margin: 20px 0;
}
.gridWrap .inner-wrapper .location-link2 a {
  display: block;
  color: #fff;
  width: 100%;
  font-size: 20px;
  background-color: rgba(99, 151, 64, 0.95);
  padding: 20px 0;
  text-decoration: none;
  transition: .3s linear all;
  margin-top: -20px;
}
.gridWrap .inner-wrapper .location-link2 a:hover {
  background-color: #a5cc3d;
  transition: .3s linear all;
}
/* -----------------------------------------------------------------------------
/*
/*  CONTACT FORM
/*
/*----------------------------------------------------------------------------- */
.gridWrap .inner-wrapper .ccm-form {
  padding: 20px;
  background-color: #629640;
  color: #fff;
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.gridWrap .inner-wrapper .ccm-form fieldset {
  border: none;
  padding: 0;
}
.gridWrap .inner-wrapper .ccm-form fieldset legend {
  font-size: 20px;
  font-weight: 700;
}
.gridWrap .inner-wrapper .ccm-form .form-group {
  margin: 10px 0;
}
.gridWrap .inner-wrapper .ccm-form .form-group label {
  display: inline;
  font-weight: 700;
  font-size: 16px;
}
.gridWrap .inner-wrapper .ccm-form .form-group input,
.gridWrap .inner-wrapper .ccm-form .form-group textarea,
.gridWrap .inner-wrapper .ccm-form .form-group select {
  background: rgba(0, 0, 0, 0.2);
  display: block;
  height: 40px;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  border-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0s 1s;
  transition: -webkit-transform 0s 1s;
  transition: transform 0s 1s;
  transition: transform 0s 1s, -webkit-transform 0s 1s;
  border-radius: 5px;
}
.gridWrap .inner-wrapper .ccm-form .form-group input:focus,
.gridWrap .inner-wrapper .ccm-form .form-group textarea:focus {
  background: rgba(0, 0, 0, 0.5);
  transition: .3s linear all;
}
.gridWrap .inner-wrapper .ccm-form .form-group textarea {
  height: 150px;
}
.gridWrap .inner-wrapper .ccm-form .form-group.ccm-attribute-address-line {
  display: block;
  width: 100%;
}
.gridWrap .inner-wrapper .ccm-form .form-group.ccm-attribute-address-line:nth-child(n + 4) {
  display: inline-block;
  width: 33%;
}
@media(max-width: 900px) {
  .gridWrap .inner-wrapper .ccm-form .form-group.ccm-attribute-address-line:nth-child(n + 4) {
    width: 49%;
  }
}
@media(max-width: 768px) {
  .gridWrap .inner-wrapper .ccm-form .form-group.ccm-attribute-address-line:nth-child(n + 4) {
    width: 100%;
    display: block;
  }
}
.gridWrap .inner-wrapper .ccm-form .form-group .checkbox input,
.gridWrap .inner-wrapper .ccm-form .form-group .checkbox label {
  display: inline-block;
  height: auto;
  width: auto;
  margin-right: 5px;
}
.gridWrap .inner-wrapper .ccm-form .form-group.captcha img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.gridWrap .inner-wrapper .ccm-form .form-actions button {
  padding: 10px 20px;
  display: block;
  width: 50%;
  margin: auto;
  background-color: #3e7036;
  border: none;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: .3s linear all;
}
.gridWrap .inner-wrapper .ccm-form .form-actions {
  margin-top: -20px;
}
.gridWrap .inner-wrapper .ccm-form .form-actions button:hover {
  background-color: #a5a5a5;
  transition: .3s linear all;
}
/* -----------------------------------------------------------------------------
/*
/*  MOBILE NAV
/*
/*----------------------------------------------------------------------------- */
#mobileNavBtn {
  display: none;
  z-index: 1009;
}
#mobileNavBtn.lines-button {
  cursor: pointer;
  padding: 10.6666666667px 8px 16px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
#mobileNavBtn.lines-button:hover, #mobileNavBtn.lines-button:active {
  opacity: 1;
}
#mobileNavBtn.lines-button:active {
  -webkit-transition: 0;
  transition: 0;
  background: rgba(0, 0, 0, 0.1);
}
#mobileNavBtn.lines-button.minus.close .lines:before, #mobileNavBtn.lines-button.minus.close .lines:after {
  -webkit-transform: none;
          transform: none;
  width: 32px;
  top: 0;
}
#mobileNavBtn .lines {
  background: #fff;
  border-radius: 2.2857142857px;
  display: inline-block;
  height: 4.5714285714px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  width: 32px;
  position: relative;
}
#mobileNavBtn .lines:before, #mobileNavBtn .lines:after {
  background: #fff;
  border-radius: 2.2857142857px;
  display: inline-block;
  height: 4.5714285714px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  width: 32px;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 2.2857142857px center;
          transform-origin: 2.2857142857px center;
}
#mobileNavBtn .lines:before {
  top: 8px;
}
#mobileNavBtn .lines:after {
  top: -8px;
}
@media (max-width: 767px) {
  #mobileNavBtn {
    display: inline-block;
  }
}

#mobileNavigation {
  background: #1e5059;
  display: none;
  height: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -240px;
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
  width: 240px;
  z-index: 1009;
  overflow-y: auto;
}
@media (min-width: 769px) {
  #mobileNavigation {
    display: none !important;
  }
}
#mobileNavigation div {
  position: relative;
  top: 150px;
  opacity: 0;
  -webkit-transition: .7s all ease;
  transition: .7s all ease;
}
#mobileNavigation .menu-title {
  padding: 10px 20px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobileNavigation .menu-title h2 {
  font-size: 24px;
  color: #fff;
}
#mobileNavigation.open {
  -webkit-transform: translate(240px, 0);
          transform: translate(240px, 0);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
#mobileNavigation.open div {
  top: 0px;
  opacity: 1;
  -webkit-transition: .7s all ease;
  transition: .7s all ease;
}
#mobileNavigation ul {
  list-style: none;
}
#mobileNavigation ul li a {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 16px;
  text-align: left;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobileNavigation ul li.has-submenu {
  position: relative;
}
#mobileNavigation ul li.has-submenu ul {
  display: none;
}
#mobileNavigation ul li.has-submenu > .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border: 1px solid rgba(120, 120, 120, 0.2);
  height: 100%;
  width: 46px;
  cursor: pointer;
}
#mobileNavigation ul li.has-submenu > .submenu-button:before {
  position: absolute;
  top: 25px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fffddd;
  content: '';
}
#mobileNavigation ul li.has-submenu > .submenu-button:after {
  position: absolute;
  top: 28px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fffddd;
  content: '';
}
#mobileNavigation ul li.has-submenu.submenu-opened > .submenu-button {
  height: 59px;
  background: #112e33;
}
#mobileNavigation ul li.has-submenu.submenu-opened > .submenu-button:before {
  display: none;
}
#mobileNavigation ul li.has-submenu.submenu-opened > ul {
  display: block;
  background: #112e33;
}
#mobileNavigation ul li.has-submenu.submenu-opened > ul li > ul {
  background: #040b0d;
}
#mobileNavigation ul li.has-submenu.submenu-opened > ul li > .submenu-button {
  height: 54px;
}
#mobileNavigation ul li.has-submenu.submenu-opened > ul li.submenu-opened > .submenu-button {
  background-color: #040b0d;
  height: 53px;
}
#mobileNavigation ul li.has-submenu.submenu-opened > ul li a {
  font-size: 14px;
}
@media (max-width: 986px) {
  #mobileNavigation {
    display: inline-block;
  }
}
.siteWrapper {
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
}
.siteWrapper.shift {
  -webkit-transform: translate(240px, 0);
          transform: translate(240px, 0);
  pointer-events: none;
  overflow-y: hidden;
}
@media (min-width: 860px) {
  .siteWrapper.shift {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.mobileNav-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
}
@media (min-width: 860px) {
  .mobileNav-overlay {
    display: none;
  }
}
.mobileNav-overlay.active {
  display: block;
}
@media (min-width: 860px) {
  .mobileNav-overlay.active {
    display: none;
  }
}
.mobileNav-overlay .mobileNav-close-btn {
  position: absolute;
  top: 0;
  left: 250px;
}
.mobileNav-overlay .mobileNav-close-btn a {
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
}
.bio-title{
font-size:12px;
display:block;
}
