/*Dark Green*/
/*Avocado*/
/*Dark Gray*/
/*Light Gray*/
/*Font- Awesome*/
@font-face {
  font-family: FontAwesome;
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"); }
/*Headings*/
/*Paragraph Styling*/
/*Padding & Margins*/
/*--------- Emphasis ---------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background: 0 0; }
  a:focus {
    outline: thin dotted; }
  a:active, a:hover {
    outline: 0; }

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

h2 {
  font-size: 30px;
  line-height: 30px;
  margin: 10px 0px 30px;
  font-weight: 200;
  font-family: 'Roboto Condensed','Arial',sans-serif;
  border-bottom: 1px solid #ffffff; }

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

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  opacity: .1; }

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

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

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

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

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

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

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  background: #EEE;
  line-height: 1.4rem; }

:focus {
  outline-color: transparent;
  outline-style: none; }

h2 + p {
  margin: 0 0 2rem; }

a {
  text-decoration: none;
  color: #007FFF;
  padding: 0 0 .2rem;
  font-weight: 700; }
  a:hover {
    color: #007FFF; }

pre {
  overflow-x: auto;
  padding: 1.25em;
  border: 1px solid #e6e6e6;
  border-left-width: 5px;
  margin: 1.6em 0;
  font-size: .875em;
  background: #fcfcfc;
  white-space: pre;
  word-wrap: normal; }

code {
  color: #007FFF; }

.layout {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.page-nav {
  box-sizing: border-box;
  position: fixed;
  padding: .5rem;
  width: 100%;
  background: 0 0; }

.page {
  z-index: 0;
  background: #EEE; }

.wrap {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto; }

.page-section {
  padding-top: 3rem;
  margin-bottom: 3rem; }

.page-features {
  width: 100%;
  background: #001a33;
  overflow: scroll; }

.menu-button {
  position: fixed;
  top: .75rem;
  right: .75rem;
  z-index: 1;
  box-sizing: border-box;
  padding: .45rem;
  height: 3rem;
  width: 3rem;
  background: #FFF;
  border: 1px solid transparent;
  user-select: none; }
  .menu-button:hover {
    border: 1px solid #007FFF;
    border-radius: 2px; }
  .menu-button:active {
    background: #EEE;
    border: 1px solid transparent; }

.open {
  transform: translate3d(-15rem, 0, 0); }

.menu-button-icon {
  width: 2rem;
  height: 2rem; }

.outline {
  box-sizing: border-box;
  background: #FFF;
  border: 1px solid red;
  border-radius: 2px; }

.hero-headline {
  font-size: 3rem;
  white-space: nowrap;
  margin-bottom: 0; }

.hero-copy {
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0 2rem;
  text-align: center; }

.slide-menu {
  display: block;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 250px; }

.menu {
  box-sizing: border-box;
  padding-bottom: 5rem;
  background: #001a33; }

.menu-header {
  box-sizing: border-box;
  padding: 3rem 3rem 0;
  color: #eee; }

.menu-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.menu-list-item {
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
  color: #007FFF;
  background: 0 0;
  transition: all .2s ease-in; }

.menu-link {
  box-sizing: border-box;
  padding-left: 3rem;
  display: block;
  color: #007FFF;
  transition: color .2s ease-in; }
  .menu-link:hover {
    color: #3298ff;
    border-bottom: 0; }

.link-top {
  align-self: flex-end; }

.button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 11rem;
  padding: 0 4rem;
  margin: 1rem;
  height: 3rem;
  line-height: 3rem;
  border: 1px solid #007FFF;
  border-radius: 2px;
  color: #007FFF;
  font-size: 1.25rem;
  transition: background-color,.15s; }
  .button:hover {
    background: #39F;
    border-color: #39F;
    color: #FFF;
    text-shadow: 0 1px #007FFF; }
  .button:active {
    background: #007FFF;
    color: #FFF;
    border-top: 2px solid #06C; }

.box, .box-first, .box-large, .box-nested {
  position: relative;
  box-sizing: border-box;
  min-height: 1rem;
  margin-bottom: 0;
  border-radius: 2px;
  overflow: hidden;
  text-align: center; }

.box-row {
  position: relative;
  box-sizing: border-box;
  min-height: 1rem;
  margin-bottom: 0;
  overflow: hidden;
  color: #fff; }

.box-large {
  height: 8rem; }

.box-container {
  box-sizing: border-box;
  padding: 1rem; }

.page-footer {
  box-sizing: border-box;
  padding-bottom: 3rem; }

.tag {
  color: #000;
  font-weight: 400; }

.end {
  text-align: end; }

.invisible-xs {
  display: none;
  visibility: hidden; }

.visible-xs {
  display: block;
  visibility: visible; }

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

body, html {
  font-size: 100%;
  padding: 0;
  margin: 0;
  font-family: "Roboto Slab", serif; }

.clearfix:before {
  content: " ";
  display: table; }
.clearfix:after {
  content: " ";
  display: table;
  clear: both; }

a {
  color: #056839;
  text-decoration: none;
  outline: none; }
  a:hover {
    color: #79B406;
    transition: all 0.4s ease-in-out; }

.center {
  margin: 0px auto;
  text-align: center;
  position: relative; }

.right {
  text-align: right;
  position: relative; }

h1, h2 {
  color: white; }

h4 {
  font-family: "Roboto Slab", serif;
  font-size: 1.4rem;
  color: #056839; }

.button {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  background-color: #056839;
  border: none;
  border-bottom: 3px solid #79B406;
  color: #79B406;
  -webkit-transition: background .3s;
  text-decoration: none;
  transition: background .3s;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Roboto Slab", serif;
  cursor: pointer;
  padding: 0px;
  margin: 10px 0px;
  width: 100%; }
  .button:hover, .button:active {
    text-decoration: none;
    background-color: #056839;
    border-bottom: 3px solid #79B406;
    color: #79B406; }
  .button i {
    font-size: 1.2rem;
    margin: 10px; }
  .button.feedback:hover {
    background-color: white;
    color: #79B406; }
  .button #donate {
    margin: -20px auto 30px 0px; }

.description {
  margin: 20px;
  text-align: justify;
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
  color: #79B406; }
  .description ul {
    padding: 10px;
    text-align: left; }
  .description li {
    margin-left: 50px;
    color: #79B406;
    padding-bottom: 5px;
    font-family: "Roboto Slab", serif;
    list-style-type: diamond; }
  .description.double {
    height: 282px;
    vertical-align: middle;
    position: relative;
    padding: 100px 0px;
    margin-bottom: -90px; }

.thumbnail {
  display: inline-block;
  text-align: center;
  margin: 20px;
  position: relative;
  vertical-align: middle; }
  .thumbnail img {
    border: 5px solid #056839;
    transition: all 0.8s ease; }
    .thumbnail img:hover {
      border: 5px solid #79B406; }
    .thumbnail img.vertical {
      height: 200px;
      width: auto; }
    .thumbnail img.horizontal {
      width: 200px;
      height: auto; }

header {
  font-family: "Roboto Slab", serif, sans-serif;
  background-color: white !important;
  border-radius: 0px !important;
  padding: 0px;
  margin: 0px; }
  header .logo {
    padding: 0px; }
  header .newsletter-month {
    color: #056839;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: .5rem; }
    header .newsletter-month p {
      color: #79B406;
      font-weight: bold;
      margin: 0px;
      letter-spacing: 1rem;
      font-size: 1rem;
      text-transform: uppercase;
      margin: 0px 0px 0px 8px; }

.container > header {
  margin: 0 auto; }
  .container > header h1 {
    font-size: 2.125rem;
    line-height: 1.3;
    margin: 0 0 0.6em 0;
    float: left;
    font-weight: 400; }
  .container > header > span {
    display: block;
    position: relative;
    z-index: 9999;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    padding: 0 0 0.6em 0.1em; }
    .container > header > span span:after {
      width: 30px;
      height: 30px;
      left: -12px;
      font-size: 50%;
      top: -8px;
      font-size: 75%;
      position: relative; }
    .container > header > span span:hover:before {
      content: attr(data-content);
      text-transform: none;
      text-indent: 0;
      letter-spacing: 0;
      font-weight: 300;
      font-size: 110%;
      padding: 0.8em 1em;
      line-height: 1.2;
      text-align: left;
      left: auto;
      margin-left: 4px;
      position: absolute;
      color: white;
      background: #056839; }
  .container > header nav {
    float: right;
    text-align: center; }
    .container > header nav a {
      display: inline-block;
      position: relative;
      text-align: left;
      width: 2.5em;
      height: 2.5em;
      background: white;
      border-radius: 50%;
      margin: 0 0.1em;
      border: 4px solid #79B406; }
      .container > header nav a > span {
        display: none; }
      .container > header nav a:hover {
        background: #47a3da; }
        .container > header nav a:hover:before {
          content: attr(data-info);
          color: #47a3da;
          position: absolute;
          width: 600%;
          top: 120%;
          text-align: right;
          right: 0;
          pointer-events: none; }

.box {
  margin-bottom: 20px; }

p.info {
  color: #79B406;
  text-align: center;
  font-family: "Roboto Slab", serif; }
  p.info a {
    color: #056839; }
    p.info a:hover {
      color: #79B406; }

@media screen and (min-width: 55rem) {
  .sprite span {
    text-align: left;
    width: 74%;
    margin: -7px 0px 0px 45px;
    padding: 8px 0px 13px 0px; }

  .ui-tabgroup.left-side {
    padding: 0px 0px 0px 0px; }
    .ui-tabgroup.left-side > .ui-tabs {
      width: 225px;
      float: left; }
    .ui-tabgroup.left-side > .ui-panels {
      margin-left: 225px; }
    .ui-tabgroup.left-side.icons-only > .ui-tabs {
      width: 50px;
      float: left; }
    .ui-tabgroup.left-side.icons-only > .ui-panels {
      margin-left: 50px; }

  .ui-tabs:not(.left-side) > .ui-panels {
    float: left;
    width: 100%; }

  .ui-tabgroup > .ui-tabs > [class^="ui-tab"] {
    min-width: 50px; }
  .ui-tabgroup > input.ui-tab1:checked ~ .ui-tabs > .ui-tab1:after, .ui-tabgroup > input.ui-tab2:checked ~ .ui-tabs > .ui-tab2:after, .ui-tabgroup > input.ui-tab3:checked ~ .ui-tabs > .ui-tab3:after, .ui-tabgroup > input.ui-tab4:checked ~ .ui-tabs > .ui-tab4:after, .ui-tabgroup > input.ui-tab5:checked ~ .ui-tabs > .ui-tab5:after, .ui-tabgroup > input.ui-tab6:checked ~ .ui-tabs > .ui-tab6:after, .ui-tabgroup > input.ui-tab7:checked ~ .ui-tabs > .ui-tab7:after, .ui-tabgroup > input.ui-tab8:checked ~ .ui-tabs > .ui-tab8:after, .ui-tabgroup > input.ui-tab9:checked ~ .ui-tabs > .ui-tab9:after {
    position: absolute;
    content: '';
    top: 38px;
    left: 0;
    width: 100%;
    height: 3px; }
  .ui-tabgroup.left-side > {
    padding: 0px 0px 0px 0px; }
    .ui-tabgroup.left-side > input.ui-tab1:checked ~ .ui-tabs > .ui-tab1:after, .ui-tabgroup.left-side > input.ui-tab2:checked ~ .ui-tabs > .ui-tab2:after, .ui-tabgroup.left-side > input.ui-tab3:checked ~ .ui-tabs > .ui-tab3:after, .ui-tabgroup.left-side > input.ui-tab4:checked ~ .ui-tabs > .ui-tab4:after, .ui-tabgroup.left-side > input.ui-tab5:checked ~ .ui-tabs > .ui-tab5:after, .ui-tabgroup.left-side > input.ui-tab6:checked ~ .ui-tabs > .ui-tab6:after, .ui-tabgroup.left-side > input.ui-tab7:checked ~ .ui-tabs > .ui-tab7:after, .ui-tabgroup.left-side > input.ui-tab8:checked ~ .ui-tabs > .ui-tab8:after, .ui-tabgroup.left-side > input.ui-tab9:checked ~ .ui-tabs > .ui-tab9:after {
      position: absolute;
      content: '';
      top: 0;
      left: 200px;
      height: 100%;
      width: 3px; }
    .ui-tabgroup.left-side > .ui-tabs > .ui-tab:first-child {
      margin: 5px 0 0 0; }
    .ui-tabgroup.left-side > .ui-tabs > [class^="ui-tab"] {
      width: 100%; } }
@media screen and (max-width: 32em) {
  .col-1 {
    width: 50%; }

  .col-2 {
    width: 100%; }

  .col-3 {
    width: 100%; }

  .col-4 {
    width: 100%; }

  .col-5 {
    width: 100%; }

  .col-6 {
    width: 100%; }

  .tabs nav ul {
    width: 100%;
    padding: 0; }
    .tabs nav ul li {
      width: 20%;
      width: calc(20% + 1px);
      margin: 0 0 0 -1px; }
      .tabs nav ul li a {
        width: 100%;
        padding: 0; }
      .tabs nav ul li:last-child {
        border-right: none; }

  .mediabox {
    text-align: center; }
    .mediabox img {
      float: none;
      margin: 0 auto;
      max-width: 100%; }
    .mediabox h3 {
      margin: 1.25em 0 1em; }
    .mediabox p {
      margin: 0; } }
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden; }

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%; }

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%; }

.intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media only screen and (min-width: 48rem) {
  body {
    font-size: 16px; }

  .slide-menu {
    width: 25%; }

  .open {
    transform: translate3d(0, 0, 0); }

  .hero-headline {
    font-size: 6rem;
    margin-bottom: 2rem; }

  .hero-copy {
    font-size: 1.25rem;
    margin-bottom: 2rem; }

  .box, .box-first, .box-large, .box-nested, .box-row {
    padding: 0px; }

  .invisible-md {
    display: none;
    visibility: hidden; }

  .visible-md {
    display: block;
    visibility: visible; } }
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-offset-1, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .col-xs #bestbestbest, .col-xs-1 #bestbestbest, .col-xs-10 #bestbestbest, .col-xs-11 #bestbestbest, .col-xs-12 #bestbestbest, .col-xs-2 #bestbestbest, .col-xs-3 #bestbestbest, .col-xs-4 #bestbestbest, .col-xs-5 #bestbestbest, .col-xs-6 #bestbestbest, .col-xs-7 #bestbestbest, .col-xs-8 #bestbestbest, .col-xs-9 #bestbestbest, .col-xs-offset-1 #bestbestbest, .col-xs-offset-10 #bestbestbest, .col-xs-offset-11 #bestbestbest, .col-xs-offset-12 #bestbestbest, .col-xs-offset-2 #bestbestbest, .col-xs-offset-3 #bestbestbest, .col-xs-offset-4 #bestbestbest, .col-xs-offset-5 #bestbestbest, .col-xs-offset-6 #bestbestbest, .col-xs-offset-7 #bestbestbest, .col-xs-offset-8 #bestbestbest, .col-xs-offset-9 #bestbestbest {
    margin: 10px; }

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

.col-xs-1 {
  -webkit-flex-basis: 8.333%;
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -webkit-flex-basis: 16.667%;
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -webkit-flex-basis: 41.667%;
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -webkit-flex-basis: 58.333%;
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -webkit-flex-basis: 66.667%;
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -webkit-flex-basis: 83.333%;
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -webkit-flex-basis: 91.667%;
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

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

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

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }

  .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-offset-1, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem; }

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

  .col-sm-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }

  .col-sm-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }

  .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .col-sm-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }

  .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }

  .col-sm-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }

  .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }

  .col-sm-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }

  .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-sm-offset-1 {
    margin-left: 8.333%; }

  .col-sm-offset-2 {
    margin-left: 16.667%; }

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

  .col-sm-offset-4 {
    margin-left: 33.333%; }

  .col-sm-offset-5 {
    margin-left: 41.667%; }

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

  .col-sm-offset-7 {
    margin-left: 58.333%; }

  .col-sm-offset-8 {
    margin-left: 66.667%; }

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

  .col-sm-offset-10 {
    margin-left: 83.333%; }

  .col-sm-offset-11 {
    margin-left: 91.667%; }

  .start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

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

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 55em) {
  .tabs nav ul {
    width: 100%;
    padding: 0; }
    .tabs nav ul li {
      width: 20%;
      width: calc(20% + 1px);
      margin: 0 0 0 -1px; }
      .tabs nav ul li a {
        width: 100%;
        padding: 0; }
      .tabs nav ul li span {
        display: none; }
      .tabs nav ul li:last-child {
        border-right: none; }

  .mediabox {
    float: none;
    width: auto;
    padding: 0 0 35px 0;
    font-size: 90%; }
    .mediabox img {
      float: left;
      margin: 0 25px 10px 0;
      max-width: 40%; }
    .mediabox h3 {
      margin-top: 0; }
    .mediabox p {
      margin-left: 40%;
      margin-left: calc(40% + 25px); }
    .mediabox:before {
      content: '';
      display: table; }
    .mediabox:after {
      content: '';
      display: table;
      clear: both; }

  .block {
    width: 49%; }

  .col-1 {
    width: 33.33%; }

  .col-2 {
    width: 50%; }

  .col-3 {
    width: 83.33%; }

  .col-4 {
    width: 100%; }

  .col-5 {
    width: 100%; }

  .col-6 {
    width: 100%; }

  .row .col-2:last-of-type {
    width: 100%; }

  .row .col-5 ~ .col-1 {
    width: 100%; } }
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }

  .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-offset-1, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }

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

  .col-md-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }

  .col-md-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }

  .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .col-md-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }

  .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }

  .col-md-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }

  .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }

  .col-md-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }

  .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-md-offset-1 {
    margin-left: 8.333%; }

  .col-md-offset-2 {
    margin-left: 16.667%; }

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

  .col-md-offset-4 {
    margin-left: 33.333%; }

  .col-md-offset-5 {
    margin-left: 41.667%; }

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

  .col-md-offset-7 {
    margin-left: 58.333%; }

  .col-md-offset-8 {
    margin-left: 66.667%; }

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

  .col-md-offset-10 {
    margin-left: 83.333%; }

  .col-md-offset-11 {
    margin-left: 91.667%; }

  .start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

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

  .last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }

  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-offset-1, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }

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

  .col-lg-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }

  .col-lg-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }

  .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .col-lg-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }

  .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }

  .col-lg-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }

  .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }

  .col-lg-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }

  .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-lg-offset-1 {
    margin-left: 8.333%; }

  .col-lg-offset-2 {
    margin-left: 16.667%; }

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

  .col-lg-offset-4 {
    margin-left: 33.333%; }

  .col-lg-offset-5 {
    margin-left: 41.667%; }

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

  .col-lg-offset-7 {
    margin-left: 58.333%; }

  .col-lg-offset-8 {
    margin-left: 66.667%; }

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

  .col-lg-offset-10 {
    margin-left: 83.333%; }

  .col-lg-offset-11 {
    margin-left: 91.667%; }

  .start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

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

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 225em) {
  .tabs nav ul {
    width: 100%;
    padding: 0; }
    .tabs nav ul li {
      width: 20%;
      width: calc(20% + 1px);
      margin: 0 0 0 -1px; }
      .tabs nav ul li a {
        width: 100%;
        padding: 0; }
      .tabs nav ul li:last-child {
        border-right: none; }

  .mediabox {
    width: 33.3%;
    text-align: center;
    padding: 0 0 35px 0; } }
/*Header*/
header .header {
  background-color: #79B406;
  padding: 5px 20px 0px 20px;
  margin: 0px 0px -10px; }
  header .header .social .contact-info, header .header .social a {
    padding: 0px 15px 0px 0px;
    font-size: 1rem;
    color: #ffffff; }
  header .header .social a:hover {
    color: #D1D2D4; }
header .introduction {
  padding: 90px 0 120px;
  background: #D1D2D4 url("../img/background1.jpg") no-repeat top center;
  background-size: cover;
  text-align: center; }

.about-us {
  background-color: #056839; }
  .about-us.left {
    min-height: 400px;
    opacity: .6;
    background: #056839 url("../img/background2.jpg") no-repeat top center;
    background-size: cover; }
  .about-us .right {
    padding: 20px;
    color: #D1D2D4;
    text-align: left; }
  .about-us h3#insured {
    position: absolute;
    top: 10px;
    float: right;
    right: 20px; }
  .about-us h4#license {
    color: #ffffff;
    float: right;
    right: 20px;
    position: absolute;
    top: 47px;
    font-size: .9rem; }

.gallery {
  padding: 20px;
  background-color: #6D6E71; }

/*Font color for instagram*/
.with-captions li a span {
  color: #ffffff !important; }

.contact {
  padding: 20px;
  background-color: #D1D2D4; }
  .contact h2 {
    color: #6D6E71;
    text-align: center; }
  .contact span, .contact a {
    display: block;
    clear: both;
    font-size: 1.1rem;
    line-height: 1.9rem; }
    .contact span i, .contact a i {
      padding: 0px 20px 0px 0px; }
  .contact span {
    padding-bottom: 40px;
    color: #6D6E71;
    border-bottom: 1px solid #6D6E71; }
  .contact a {
    color: #056839; }
    .contact a:hover {
      color: #79B406; }
  .contact #foxyform_embed_link_735156 {
    display: none !important; }

footer {
  background-color: #79B406;
  font-size: .7rem;
  color: #ffffff; }
  footer p {
    line-height: .8rem; }
  footer a:hover {
    color: #000000; }

/*Animation*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }
