@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/materialicons/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/materialicons/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/materialicons/MaterialIcons-Regular.woff) format('woff'), url(../fonts/materialicons/MaterialIcons-Regular.ttf) format('truetype');
}
/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand/quicksand-v7-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Quicksand Regular'), local('Quicksand-Regular'), url('../fonts/quicksand/quicksand-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/quicksand/quicksand-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/quicksand/quicksand-v7-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/quicksand/quicksand-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/quicksand/quicksand-v7-latin-regular.svg#Quicksand') format('svg');
  /* Legacy iOS */
}
/* quicksand-500 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/quicksand/quicksand-v7-latin-500.eot');
  /* IE9 Compat Modes */
  src: local('Quicksand Medium'), local('Quicksand-Medium'), url('../fonts/quicksand/quicksand-v7-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/quicksand/quicksand-v7-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/quicksand/quicksand-v7-latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/quicksand/quicksand-v7-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/quicksand/quicksand-v7-latin-500.svg#Quicksand') format('svg');
  /* Legacy iOS */
}
html,
body {
  font-family: 'Quicksand', sans-serif;
}
html.no-scroll,
body.no-scroll {
  overflow: hidden;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.max-width {
  max-width: 1000px;
}
.align-left {
  text-align: left;
}
@media (min-width: 1px) and (max-width: 575px) {
  .align-left {
    text-align: center;
  }
}
.align-right {
  text-align: right;
}
@media (min-width: 1px) and (max-width: 575px) {
  .align-right {
    text-align: center;
    margin-bottom: 25px;
  }
}
.text-green {
  color: #78C573;
}
.stopper {
  margin-top: 25px;
}
.stopper .button {
  padding: 15px 30px 15px 30px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.5s ease, color 0.3s ease, border 0.5s ease;
  border-radius: 46px;
  line-height: 1;
  background: #78C573;
  color: #FFF;
}
.stopper .button:hover {
  background: #5E5E5C;
}
.header {
  position: relative;
}
.header .menu-trigger {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 999;
}
.header .menu-trigger i {
  color: #78C573;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .header .menu-trigger {
    display: none;
  }
}
.header .header-bg {
  width: 100%;
  padding-bottom: 13.84%;
  margin: 0;
  min-height: 200px;
}
.header .header-bg img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1px) and (max-width: 767px) {
  .header .header-bg {
    padding-bottom: 0;
    min-height: 150px;
  }
}
.header .header-img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -124px;
  text-align: center;
}
.header .header-img img {
  max-width: 400px;
}
@media (min-width: 1px) and (max-width: 767px) {
  .header .header-img {
    top: 20px;
    margin-top: 0;
  }
  .header .header-img img {
    width: 80%;
    max-width: 400px;
  }
}
.main-nav {
  border-top: 1px solid #D9D7DA;
  border-bottom: 1px solid #D9D7DA;
  height: 80px;
  line-height: 80px;
  background: #FAFCF9;
  z-index: 99;
}
.main-nav a {
  text-decoration: none;
  color: #78C573;
  margin-left: 15px;
  margin-right: 15px;
}
.main-nav a.active {
  text-decoration: underline;
}
@media (min-width: 1px) and (max-width: 767px) {
  .main-nav {
    opacity: 0;
    visibility: hidden;
    display: block;
    border: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #FAFCF9;
    padding: 50px;
    line-height: 40px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .main-nav a {
    display: block;
    width: 100%;
    height: 50px;
    padding-bottom: 10px;
    color: #78C573;
  }
}
.menu-offset .main-nav {
  opacity: 1;
  visibility: visible;
}
main section {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #D9D7DA;
  position: relative;
}
main section a.scroll {
  position: absolute;
  top: -80px;
}
main section img {
  max-width: 100%;
  margin-bottom: 40px;
}
main section p {
  color: #5E5E5C;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 25px;
}
main section p strong {
  font-weight: bold;
}
main section p a {
  color: #78C573;
  text-decoration: none;
}
main section p a:hover {
  color: #78C573;
  text-decoration: underline;
}
main section ul {
  color: #5E5E5C;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 25px;
}
main section h1 {
  margin: 0;
  padding: 0;
  font-size: 34px;
  font-size: 2.125rem;
  margin-bottom: 35px;
}
main section h2 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem;
}
main section h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem;
}
main section:last-of-type {
  padding-bottom: 0px;
  border-bottom: none;
}
main section > div {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 50px, 0);
  -webkit-transition: opacity 0.7s ease 0.2s, visibility 0.7s ease 0.2s, transform 0.5s ease 0.1s;
  -moz-transition: opacity 0.7s ease 0.2s, visibility 0.7s ease 0.2s, transform 0.5s ease 0.1s;
  -o-transition: opacity 0.7s ease 0.2s, visibility 0.7s ease 0.2s, transform 0.5s ease 0.1s;
  -ms-transition: opacity 0.7s ease 0.2s, visibility 0.7s ease 0.2s, transform 0.5s ease 0.1s;
  transition: opacity 0.7s ease 0.2s, visibility 0.7s ease 0.2s, transform 0.5s ease 0.1s;
}
main section.is-visible > div {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
main section .carousel .carousel-item .quote {
  font-size: 34px;
  font-size: 2.125rem;
}
main section .carousel .carousel-indicators {
  margin: 0;
  margin-top: 25px;
  bottom: 0;
  position: relative;
}
main section .carousel .carousel-indicators li {
  background-color: #78C573;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  margin-right: 6px;
  border-radius: 50%;
}
main section .carousel .carousel-indicators li.active {
  background-color: #5E5E5C;
}
main section .table {
  margin: 0;
  padding: 0;
}
main section .table td {
  border-top: 1px solid #D9D7DA;
  padding: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #5E5E5C;
}
main section .table td a {
  color: #78C573;
  text-decoration: none;
}
main section .table td a i {
  font-size: 20px;
  font-size: 1.25rem;
  transform: translateY(3px);
}
main section .table td a:hover {
  text-decoration: underline;
}
main section .table td.date {
  width: 30%;
}
main section .table td.desc {
  width: 70%;
}
main section .table td.desc p {
  margin-bottom: 0;
}
main section .table tr:last-of-type td {
  border-bottom: 1px solid #D9D7DA;
}
main section .accordion .card {
  background: #FFF;
  border: none;
  border-top: 1px solid #D9D7DA;
}
main section .accordion .card:last-of-type {
  border-bottom: 1px solid #D9D7DA;
}
main section .accordion .card-header {
  background: #FFF;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: 0;
}
main section .accordion .card-header .btn-link {
  width: 100%;
  padding: 0;
  color: #78C573;
  border-radius: 0;
  border: 0;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  white-space: normal;
}
main section .accordion .card-header .btn-link strong {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 20px;
}
main section .accordion .card-header .btn-link i {
  float: right;
  padding-right: 20px;
}
main section .accordion .card-body {
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
}
footer {
  position: relative;
  background: #78C573;
}
footer .footer-bg {
  width: 100%;
  padding-bottom: 13.84%;
  margin: 0;
}
footer .footer-bg img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
footer .footer-bg-color {
  background: #78C573;
  height: 80px;
  width: 100%;
}
footer .footer-bg-color .row {
  height: 80px;
  line-height: 80px;
  color: #FFF;
}
footer .footer-bg-color .row a {
  color: #FFF;
  text-decoration: none;
}
@media (min-width: 1px) and (max-width: 575px) {
  footer .footer-bg-color {
    height: 100px;
  }
  footer .footer-bg-color .row {
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  footer .footer-bg-color .row .text-left,
  footer .footer-bg-color .row .text-right {
    text-align: center!important;
  }
}
