@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,700");
body {
  background: white;
  color: #333333;
}

.dnnbooster header .fixed-top {
  background: #3c4652;
}

.dnnbooster header span, .dnnbooster header span.normal {
  color: white;
}

.dnnbooster header .topbar {
  background: #020202;
  color: white;
}

.dnnbooster header .topbar .general-functions .dropdown-toggle:after {
  display: none;
}

.dnnbooster header .topbar .general-functions li {
  border-right-color: #1c1c1c;
}

.dnnbooster header .topbar .general-functions li .notification-holder .buttonGroup .userNotifications span {
  color: white;
}

.dnnbooster header .topbar .general-functions li .profile-holder a {
  border-left-color: #1c1c1c;
}

.dnnbooster header .topbar .general-functions li .profile-holder .buttonGroup .userProfileImg img {
  border-color: #407826;
}

.dnnbooster header .topbar .general-functions li .profile-holder .buttonGroup .userProfileImg img:hover {
  border-color: white;
}

.dnnbooster header .topbar .language-object .Language.selected img {
  border: solid 1px #407826;
}

.dnnbooster header .search-bar .searchInputContainer ul.searchSkinObjectPreview {
  background: white;
  border: 1px solid #407826;
}

.dnnbooster header .navbar .navbar-toggler-icon {
  background: white;
}

.dnnbooster header .navbar .navbar-brand {
  color: white;
}

.dnnbooster header .navbar .navbar-nav .nav-link:hover {
  background: #213e13;
}

.dnnbooster header .navbar .navbar-nav .nav-item .dropdown-menu {
  background: #77828c;
}

.dnnbooster header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus, .dnnbooster header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #77828c;
}

.dnnbooster .page-header {
  border-bottom: solid 1px #e6e6e6;
}

.dnnbooster footer {
  background: #3c4652;
}

.dnnbooster footer .legal-footer {
  background: #020202;
}

.dnnbooster .bootsterContainer.dnnc-clean h1.lined, .dnnbooster .bootsterContainer.dnnc-clean h2.lined, .dnnbooster .bootsterContainer.dnnc-clean h3.lined, .dnnbooster .bootsterContainer.dnnc-clean h4.lined, .dnnbooster .bootsterContainer.dnnc-clean h5.lined, .dnnbooster .bootsterContainer.dnnc-clean h6.lined {
  border-bottom: solid 1px #333333;
}

.dnnbooster .bootsterContainer.dnnc-panel {
  background-color: white;
  border-color: #333333;
}

.dnnbooster .bootsterContainer.dnnc-panel .panel-heading {
  border-bottom-color: #333333;
}

.dnnbooster .bootsterContainer.dnnc-panel.primary {
  border-color: #0069d9;
}

.dnnbooster .bootsterContainer.dnnc-panel.primary .panel-heading {
  color: white;
  background-color: #007bff;
  border-color: #0069d9;
}

.dnnbooster .bootsterContainer.dnnc-panel.secondary {
  border-color: #727b84;
}

.dnnbooster .bootsterContainer.dnnc-panel.secondary .panel-heading {
  color: white;
  background-color: #868e96;
  border-color: #727b84;
}

.dnnbooster .bootsterContainer.dnnc-panel.success {
  border-color: #218838;
}

.dnnbooster .bootsterContainer.dnnc-panel.success .panel-heading {
  color: white;
  background-color: #28a745;
  border-color: #218838;
}

.dnnbooster .bootsterContainer.dnnc-panel.info {
  border-color: #138496;
}

.dnnbooster .bootsterContainer.dnnc-panel.info .panel-heading {
  color: white;
  background-color: #17a2b8;
  border-color: #138496;
}

.dnnbooster .bootsterContainer.dnnc-panel.warning {
  border-color: #e0a800;
}

.dnnbooster .bootsterContainer.dnnc-panel.warning .panel-heading {
  color: white;
  background-color: #ffc107;
  border-color: #e0a800;
}

.dnnbooster .bootsterContainer.dnnc-panel.danger {
  border-color: #c82333;
}

.dnnbooster .bootsterContainer.dnnc-panel.danger .panel-heading {
  color: white;
  background-color: #dc3545;
  border-color: #c82333;
}

.dnnbooster .bootsterContainer.dnnc-panel.light {
  border-color: #e2e6ea;
}

.dnnbooster .bootsterContainer.dnnc-panel.light .panel-heading {
  color: #343a40;
  background-color: #f8f9fa;
  border-color: #e2e6ea;
}

.dnnbooster .bootsterContainer.dnnc-panel.dark {
  border-color: #23272b;
}

.dnnbooster .bootsterContainer.dnnc-panel.dark .panel-heading {
  color: white;
  background-color: #343a40;
  border-color: #23272b;
}

.dnnbooster .social-list.square li a {
  background: #333333;
}

.dnnbooster .social-list.square-border li a {
  border-color: #333333;
}

.dnnbooster .social-list.round li a {
  background: #333333;
}

.dnnbooster .social-list.round.small li a {
  background: #333333;
}

.dnnbooster .social-list.round.large li a {
  background: #333333;
}

.dnnbooster .social-list.round-border li a {
  border-color: #333333;
}

.dnnbooster .social-list.round-border.small li a {
  border-color: #333333;
}

.dnnbooster .social-list.round-border.large li a {
  border-color: #333333;
}

.dnnbooster a:hover {
  color: #333333;
}

.dnnbooster padding {
  color: #333333;
}

@media (max-width: 768px) {
  .dnnbooster .dropdown-menu {
    background-color: #333333;
  }
  .dnnbooster .dropdown-menu .dropdown-item {
    color: white;
    padding: 20px 0px 20px 0px;
  }
  .dnnbooster .dropdown-menu .dropdown-item:hover, .dnnbooster .dropdown-menu .dropdown-itemfocus {
    background: #gray;
  }
}

.title {
  color: #407826;
}

ul, li, p {
  color: #3c4652;
  line-height: 21.6px;
  font-size: 16px;
  font-family: "Open Sans", arial, sans-serif !important;
}

p {
  margin-top: 1rem;
  margin-bottom: 0px !important;
}

ul, li {
  padding-top: 3px;
  padding-bottom: 3px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  display: block;
  color: #407826;
  margin-top: 27.5px;
  margin-block-start: 27.5px;
  margin-inline-start: 0;
  margin-bottom: 7.5px;
  margin-block-end: 7.5px;
  margin-inline-end: 0;
}

h1, .h1 {
  font-size: 32px;
  line-height: 36px;
}

h2, .h2 {
  font-size: 30.4px;
  line-height: 34.2px;
}

h3, .h3 {
  font-size: 20px;
  line-height: 22.5px;
}

h4, .h4 {
  font-size: 18.4px;
  line-height: 20.7px;
}

h5, .h5 {
  font-size: 17.6px;
  line-height: 19.8px;
}

h6, .h6 {
  font-size: 16.8px;
  line-height: 18.9px;
}

@media (max-width: 960px) {
  h1, .h1 {
    font-size: 24.61538px;
    line-height: 30px;
  }
  h2, .h2 {
    font-size: 23.38462px;
    line-height: 28.5px;
  }
}

@media (max-width: 768px) {
  h1, .h1 {
    font-size: 22.85714px;
    line-height: 27.69231px;
  }
  h2, .h2 {
    font-size: 21.71429px;
    line-height: 26.30769px;
  }
}

@media (max-width: 650px) {
  h1, .h1 {
    font-size: 21.33333px;
    line-height: 25.71429px;
  }
  h2, .h2 {
    font-size: 20.26667px;
    line-height: 24.42857px;
  }
}

a {
  border-style: none;
  border: 0;
  font-family: "Open Sans", sans-serif;
}

x-sm,
.x-sm {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.2px;
}

sm,
.sm {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.9px;
}

md,
.md {
  font-size: 18px;
  font-weight: 400;
  line-height: 24.3px;
}

lg,
.lg {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.text-primary {
  color: #407826 !important;
}

.navbar {
  background: #407826;
  z-index: 1;
}

ul.navbar-nav {
  padding: 0 !important;
}

a.navlinks, a.navbuttons {
  color: #ffffff !important;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
  padding: 7px 15px 5px 15px;
  color: #ffffff !important;
}

.navbuttons {
  border: .5px solid #ffffff;
  float: right;
  font-weight: 700;
  color: #ffffff !important;
  margin: 10px;
}

.nav-link, a.nav-link, .nav-item, li.nav-item {
  text-decoration: none;
  color: #ffffff !important;
  list-style-type: none;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 16px !important;
  white-space: nowrap;
}

a.dropdown {
  padding: 25px;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.navbar-collapse.collapse.show {
  color: #356420;
}

.nav .open > a, .nav .open > a:hover {
  background-color: #407826;
}

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

.navbar-default .navbar-nav > .active > a:hover {
  color: #ffffff;
  background-color: #407826;
}

.dropdown-item {
  color: #313943;
}

img#dnn_LOGO1_imgLogo {
  margin: 5px;
}

.dnnbooster header .navbar img {
  height: 65px !important;
}

.toggle-bar {
  border: 1px solid #ffffff;
}

#home-section2 {
  position: absolute;
  top: 50%;
  left: 83%;
  min-width: 100%;
  min-height: 70%;
  width: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
}

.section-masthead {
  height: 75vh;
  overflow: hidden;
  position: relative;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.panel {
  background-color: #ffffff;
}

.news-title {
  width: 100%;
}

a.active {
  color: #407826;
}

a.inactive {
  color: #77828c !important;
}

.feed-images img {
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.75em;
  width: 100%;
}

.abbreviated {
  display: block;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

a#nlDownload, a#tipsDownload {
  color: #3c4652;
}

.published {
  display: block;
}

.not-published {
  display: none;
}

h2.home, a.nav-link {
  margin-top: 15px;
}

a.nav-link {
  margin-bottom: 15px;
}

section.masthead-half .container {
  margin-top: 3rem;
}

section.masthead, section.masthead-half {
  height: 75vh;
  overflow: hidden;
  position: relative;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.masthead h1, section.masthead-half h1 {
  font-size: 2rem;
  line-height: 3rem;
}

section.masthead h2, section.masthead-half h2 {
  font-size: 18px;
  line-height: 24px;
}

section.masthead p, section.masthead-half p {
  font-weight: 300;
}

@media (min-width: 768px) {
  section.masthead p, section.masthead-half p {
    font-size: 1.15rem;
  }
}

@media (min-width: 768px) {
  section.masthead h1, section.masthead-half h1 {
    font-size: 3rem;
  }
  section.masthead h2, section.masthead-half h2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}

@media (min-width: 1140px) {
  section.masthead h1, section.masthead-half h1 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  section.masthead h2, section.masthead-half h2 {
    font-size: 2.0rem;
  }
  section.masthead .word-4, section.masthead-half .word-4 {
    margin-right: 3rem;
  }
}

section.masthead-half .center {
  position: absolute !important;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-masthead {
  height: 75vh;
  overflow: hidden;
  position: relative;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 60vh;
}

section.masthead-half > #container-margin {
  margin-top: 0% !important;
}

#video {
  position: absolute;
  top: 0;
}

@media (min-width: 960px) {
  #video {
    width: 100%;
  }
}

@media (max-width: 960px) {
  #video {
    height: 100%;
  }
}

.home-button {
  position: absolute;
  bottom: -420px;
  margin: auto;
  width: 100%;
}

#container-margin {
  width: 100%;
}

#container-margin h1 {
  text-align: left;
}

@media (max-width: 768px) {
  #container-margin img.img-fluid {
    text-align: center !important;
  }
  #container-margin h1 {
    text-align: center !important;
  }
}

.pin-1 {
  position: absolute;
  top: 20%;
  left: 10%;
}

.pin-2 {
  position: absolute;
  top: 20%;
}

.pin-3 {
  position: absolute;
  top: 20%;
  right: 10%;
}

@media (max-height: 600px) {
  .masthead-half {
    height: 100vh !important;
  }
  #container-margin h1 {
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  section.masthead h2 {
    display: none;
  }
}

section#section2 {
  background-color: #3c4652;
  background: #3c4652;
  margin-top: 25px;
}

.padded {
  display: none !important;
  height: -1px;
}

section#overview {
  padding: 0px;
}

#images .crop-container {
  height: 300px;
  width: 400px;
  overflow: hidden;
}

#images img.cropped {
  height: auto;
  width: 400px;
}

@media (max-width: 768px) {
  #images img.cropped {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
  }
}

section#need-more-info {
  margin-bottom: 3rem;
}

section#footer, section#footer div.tagline {
  text-align: center;
  color: #ffffff;
  margin: auto;
}

section#footer div.legal {
  text-align: left;
  color: #ffffff;
}

.wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.overflow-y-hidden {
  overflow-y: hidden;
}

.content-row p {
  font-family: "Open Sans", arial, sans-serif !important;
}

input.bg-primary {
  background-color: #407826;
  background: #407826;
  color: #ffffff;
  border: 0;
  padding: 8px !important;
  font-weight: 700 !important;
}

p.form-field input {
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

form.form p.required label, form.form span.required label {
  text-align: left !important;
}

form.form input.text {
  width: 100% !important;
}

form.form p.submit {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}

.word-1 {
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 2.25s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0.2s;
  -moz-animation-duration: 2.25s;
  -moz-animation-name: fadeIn;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  animation-delay: 0.2s;
  animation-duration: 2.25s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  display: inline;
  display: inline-block;
  font-weight: normal;
  opacity: 0;
}

.word-2 {
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 4.25s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0.2s;
  -moz-animation-duration: 4.25s;
  -moz-animation-name: fadeIn;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  animation-delay: 0.2s;
  animation-duration: 4.25s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  display: inline;
  display: inline-block;
  font-weight: normal;
  opacity: 0;
}

.word-3 {
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 6.25s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0.2s;
  -moz-animation-duration: 6.25s;
  -moz-animation-name: fadeIn;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  animation-delay: 0.2s;
  animation-duration: 6.25s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  display: inline;
  display: inline-block;
  font-weight: normal;
  opacity: 0;
}

.word-4 {
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 8.25s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0.2s;
  -moz-animation-duration: 8.25s;
  -moz-animation-name: fadeIn;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  animation-delay: 0.2s;
  animation-duration: 8.25s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  display: inline;
  display: inline-block;
  font-weight: normal;
  opacity: 0;
}

.word-5 {
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 10.25s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0.2s;
  -moz-animation-duration: 10.25s;
  -moz-animation-name: fadeIn;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  animation-delay: 0.2s;
  animation-duration: 10.25s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  display: inline;
  display: inline-block;
  font-weight: normal;
  opacity: 0;
}

.word-6 {
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 12.25s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0.2s;
  -moz-animation-duration: 12.25s;
  -moz-animation-name: fadeIn;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  animation-delay: 0.2s;
  animation-duration: 12.25s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  display: inline;
  display: inline-block;
  font-weight: normal;
  opacity: 0;
}

.word-7 {
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 14.25s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0.2s;
  -moz-animation-duration: 14.25s;
  -moz-animation-name: fadeIn;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  animation-delay: 0.2s;
  animation-duration: 14.25s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  display: inline;
  display: inline-block;
  font-weight: normal;
  opacity: 0;
}

.word-8 {
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 16.25s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0.2s;
  -moz-animation-duration: 16.25s;
  -moz-animation-name: fadeIn;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  animation-delay: 0.2s;
  animation-duration: 16.25s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  display: inline;
  display: inline-block;
  font-weight: normal;
  opacity: 0;
}

.word-9 {
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 18.25s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0.2s;
  -moz-animation-duration: 18.25s;
  -moz-animation-name: fadeIn;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  animation-delay: 0.2s;
  animation-duration: 18.25s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  display: inline;
  display: inline-block;
  font-weight: normal;
  opacity: 0;
}

.word-10 {
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 20.25s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0.2s;
  -moz-animation-duration: 20.25s;
  -moz-animation-name: fadeIn;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  animation-delay: 0.2s;
  animation-duration: 20.25s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  display: inline;
  display: inline-block;
  font-weight: normal;
  opacity: 0;
}

.fade-in {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 1s;
  -moz-animation-name: fadeIn;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
}

.sub-word-1 {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 1.25s;
  -webkit-animation-name: animation-slide-in-up;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 1.25s;
  -moz-animation-name: animation-slide-in-up;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  animation-delay: 0s;
  animation-duration: 1.25s;
  animation-name: animation-slide-in-up;
  animation-fill-mode: forwards;
  animation-direction: normal;
  display: inline;
  display: inline-block;
  font-weight: normal;
}

.sub-word-2 {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 2.25s;
  -webkit-animation-name: animation-slide-in-up;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 2.25s;
  -moz-animation-name: animation-slide-in-up;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  animation-delay: 0s;
  animation-duration: 2.25s;
  animation-name: animation-slide-in-up;
  animation-fill-mode: forwards;
  animation-direction: normal;
  display: inline;
  display: inline-block;
  font-weight: normal;
}

.sub-word-3 {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 3.25s;
  -webkit-animation-name: animation-slide-in-up;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 3.25s;
  -moz-animation-name: animation-slide-in-up;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  animation-delay: 0s;
  animation-duration: 3.25s;
  animation-name: animation-slide-in-up;
  animation-fill-mode: forwards;
  animation-direction: normal;
  display: inline;
  display: inline-block;
  font-weight: normal;
}

.sub-word-4 {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 4.25s;
  -webkit-animation-name: animation-slide-in-up;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 4.25s;
  -moz-animation-name: animation-slide-in-up;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  animation-delay: 0s;
  animation-duration: 4.25s;
  animation-name: animation-slide-in-up;
  animation-fill-mode: forwards;
  animation-direction: normal;
  display: inline;
  display: inline-block;
  font-weight: normal;
}

.sub-word-5 {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 5.25s;
  -webkit-animation-name: animation-slide-in-up;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 5.25s;
  -moz-animation-name: animation-slide-in-up;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  animation-delay: 0s;
  animation-duration: 5.25s;
  animation-name: animation-slide-in-up;
  animation-fill-mode: forwards;
  animation-direction: normal;
  display: inline;
  display: inline-block;
  font-weight: normal;
}

.heading-sub {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 1s;
  -moz-animation-name: fadeIn;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  display: inline;
  display: inline-block;
  text-align: center;
  visibility: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  /* Safari 4.0 - 8.0 */
  font-weight: 300;
  font-family: "Open Sans", arial, sans-serif !important;
}

#masthead-fadein {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 2s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 2s;
  -moz-animation-name: fadeIn;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
}

.scroll-down {
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: scroll-down;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0.5s;
  -moz-animation-duration: 1s;
  -moz-animation-name: scroll-down;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-name: scroll-down;
  animation-fill-mode: forwards;
  animation-direction: normal;
  display: inline;
  display: inline-block;
  text-align: center;
  visibility: hidden;
  margin: auto;
  position: fixed;
  width: 100%;
  border-radius: 0px;
  bottom: 0px;
}

.scroll-up {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: rotation;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 1s;
  -moz-animation-name: rotation;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-name: rotation;
  animation-fill-mode: forwards;
  animation-direction: normal;
  display: inline;
  display: inline-block;
  text-align: center;
  margin: auto;
  position: fixed;
  border-radius: 0px;
  bottom: 0px;
  right: 5px;
  z-index: 100;
}

@media (max-width: 960px) {
  .scroll-up {
    display: none !important;
  }
}

.explore-cta {
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0.5s;
  -moz-animation-duration: 1s;
  -moz-animation-name: fadeIn;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  display: inline;
  display: inline-block;
  text-align: center;
  visibility: hidden;
  margin: auto;
  position: relative;
  width: 100%;
  border-radius: 0px;
  margin-top: 45px;
}

@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}

@-moz-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}

@-ms-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}

@-o-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}

@-webkit-keyframes explore {
  from {
    transform: translate(0, 0px);
    visibility: hidden;
    opacity: 0;
  }
  to {
    transform: translate(0, -20px);
    visibility: visible;
    opacity: 1;
  }
}

@-moz-keyframes explore {
  from {
    transform: translate(0, 0px);
    visibility: hidden;
    opacity: 0;
  }
  to {
    transform: translate(0, -20px);
    visibility: visible;
    opacity: 1;
  }
}

@-ms-keyframes explore {
  from {
    transform: translate(0, 0px);
    visibility: hidden;
    opacity: 0;
  }
  to {
    transform: translate(0, -20px);
    visibility: visible;
    opacity: 1;
  }
}

@-o-keyframes explore {
  from {
    transform: translate(0, 0px);
    visibility: hidden;
    opacity: 0;
  }
  to {
    transform: translate(0, -20px);
    visibility: visible;
    opacity: 1;
  }
}

@keyframes explore {
  from {
    transform: translate(0, 0px);
    visibility: hidden;
    opacity: 0;
  }
  to {
    transform: translate(0, -20px);
    visibility: visible;
    opacity: 1;
  }
}

@-webkit-keyframes scroll-down {
  from {
    transform: translate(0, 0px);
    visibility: hidden;
    opacity: 0;
  }
  to {
    transform: translate(0, -20px);
    visibility: visible;
    opacity: 1;
  }
}

@-moz-keyframes scroll-down {
  from {
    transform: translate(0, 0px);
    visibility: hidden;
    opacity: 0;
  }
  to {
    transform: translate(0, -20px);
    visibility: visible;
    opacity: 1;
  }
}

@-ms-keyframes scroll-down {
  from {
    transform: translate(0, 0px);
    visibility: hidden;
    opacity: 0;
  }
  to {
    transform: translate(0, -20px);
    visibility: visible;
    opacity: 1;
  }
}

@-o-keyframes scroll-down {
  from {
    transform: translate(0, 0px);
    visibility: hidden;
    opacity: 0;
  }
  to {
    transform: translate(0, -20px);
    visibility: visible;
    opacity: 1;
  }
}

@keyframes scroll-down {
  from {
    transform: translate(0, 0px);
    visibility: hidden;
    opacity: 0;
  }
  to {
    transform: translate(0, -20px);
    visibility: visible;
    opacity: 1;
  }
}

.animation-slide-in-down {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: animation-slide-in-down;
  -webkit-animation-fill-mode: both;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: animation-slide-in-down;
  -moz-animation-fill-mode: both;
  -moz-animation-direction: normal;
  animation-delay: 0;
  animation-duration: 0.5s;
  animation-name: animation-slide-in-down;
  animation-fill-mode: both;
  animation-direction: normal;
}

.animation-slide-in-right {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: animation-slide-in-right;
  -webkit-animation-fill-mode: both;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: animation-slide-in-right;
  -moz-animation-fill-mode: both;
  -moz-animation-direction: normal;
  animation-delay: 0;
  animation-duration: 0.5s;
  animation-name: animation-slide-in-right;
  animation-fill-mode: both;
  animation-direction: normal;
}

.animation-slide-out-up {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: animation-slide-out-up;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: animation-slide-out-up;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  animation-delay: 0;
  animation-duration: 0.5s;
  animation-name: animation-slide-out-up;
  animation-fill-mode: forwards;
  animation-direction: normal;
}

.animation-slide-out-down {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: animation-slide-out-down;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: animation-slide-out-down;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  animation-delay: 0;
  animation-duration: 0.5s;
  animation-name: animation-slide-out-down;
  animation-fill-mode: forwards;
  animation-direction: normal;
}

.animation-slide-out-right {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: animation-slide-out-right;
  -webkit-animation-fill-mode: both;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: animation-slide-out-right;
  -moz-animation-fill-mode: both;
  -moz-animation-direction: normal;
  animation-delay: 0;
  animation-duration: 0.5s;
  animation-name: animation-slide-out-right;
  animation-fill-mode: both;
  animation-direction: normal;
}

.animation-slide-out-left {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: animation-slide-out-left;
  -webkit-animation-fill-mode: both;
  -webkit-animation-direction: normal;
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: animation-slide-out-left;
  -moz-animation-fill-mode: both;
  -moz-animation-direction: normal;
  animation-delay: 0;
  animation-duration: 0.5s;
  animation-name: animation-slide-out-left;
  animation-fill-mode: both;
  animation-direction: normal;
}

@-webkit-keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}

@-webkit-keyframes fade-animation {
  from {
    font-size: 150%;
    opacity: 1;
  }
  to {
    font-size: 100%;
    opacity: 0.5;
  }
}

@-moz-keyframes fade-animation {
  from {
    font-size: 150%;
    opacity: 1;
  }
  to {
    font-size: 100%;
    opacity: 0.5;
  }
}

@-ms-keyframes fade-animation {
  from {
    font-size: 150%;
    opacity: 1;
  }
  to {
    font-size: 100%;
    opacity: 0.5;
  }
}

@-o-keyframes fade-animation {
  from {
    font-size: 150%;
    opacity: 1;
  }
  to {
    font-size: 100%;
    opacity: 0.5;
  }
}

@keyframes fade-animation {
  from {
    font-size: 150%;
    opacity: 1;
  }
  to {
    font-size: 100%;
    opacity: 0.5;
  }
}

@-webkit-keyframes buttons {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes buttons {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-ms-keyframes buttons {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes buttons {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes buttons {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes animation-slide-out-up {
  from {
    transform: translate(0, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, -100%);
    opacity: 1;
  }
}

@-moz-keyframes animation-slide-out-up {
  from {
    transform: translate(0, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, -100%);
    opacity: 1;
  }
}

@-ms-keyframes animation-slide-out-up {
  from {
    transform: translate(0, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, -100%);
    opacity: 1;
  }
}

@-o-keyframes animation-slide-out-up {
  from {
    transform: translate(0, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, -100%);
    opacity: 1;
  }
}

@keyframes animation-slide-out-up {
  from {
    transform: translate(0, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, -100%);
    opacity: 1;
  }
}

@-webkit-keyframes animation-slide-out-down {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 100%);
  }
}

@-moz-keyframes animation-slide-out-down {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 100%);
  }
}

@-ms-keyframes animation-slide-out-down {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 100%);
  }
}

@-o-keyframes animation-slide-out-down {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 100%);
  }
}

@keyframes animation-slide-out-down {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 100%);
  }
}

@-webkit-keyframes animation-slide-out-left {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-100%, 0);
  }
}

@-moz-keyframes animation-slide-out-left {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-100%, 0);
  }
}

@-ms-keyframes animation-slide-out-left {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-100%, 0);
  }
}

@-o-keyframes animation-slide-out-left {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-100%, 0);
  }
}

@keyframes animation-slide-out-left {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-100%, 0);
  }
}

@-webkit-keyframes animation-slide-out-right {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(100%, 0);
  }
}

@-moz-keyframes animation-slide-out-right {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(100%, 0);
  }
}

@-ms-keyframes animation-slide-out-right {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(100%, 0);
  }
}

@-o-keyframes animation-slide-out-right {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(100%, 0);
  }
}

@keyframes animation-slide-out-right {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(100%, 0);
  }
}

@-webkit-keyframes animation-slide-in-up {
  from {
    transform: translate(0, 50%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-moz-keyframes animation-slide-in-up {
  from {
    transform: translate(0, 50%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-ms-keyframes animation-slide-in-up {
  from {
    transform: translate(0, 50%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-o-keyframes animation-slide-in-up {
  from {
    transform: translate(0, 50%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes animation-slide-in-up {
  from {
    transform: translate(0, 50%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes animation-slide-in-down {
  from {
    transform: translate(0, -100%);
  }
  to {
    transform: translate(0, 0);
  }
}

@-moz-keyframes animation-slide-in-down {
  from {
    transform: translate(0, -100%);
  }
  to {
    transform: translate(0, 0);
  }
}

@-ms-keyframes animation-slide-in-down {
  from {
    transform: translate(0, -100%);
  }
  to {
    transform: translate(0, 0);
  }
}

@-o-keyframes animation-slide-in-down {
  from {
    transform: translate(0, -100%);
  }
  to {
    transform: translate(0, 0);
  }
}

@keyframes animation-slide-in-down {
  from {
    transform: translate(0, -100%);
  }
  to {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes animation-slide-in-left {
  from {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-moz-keyframes animation-slide-in-left {
  from {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-ms-keyframes animation-slide-in-left {
  from {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-o-keyframes animation-slide-in-left {
  from {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes animation-slide-in-left {
  from {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes animation-slide-in-right {
  from {
    transform: translate(100%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}

@-moz-keyframes animation-slide-in-right {
  from {
    transform: translate(100%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}

@-ms-keyframes animation-slide-in-right {
  from {
    transform: translate(100%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}

@-o-keyframes animation-slide-in-right {
  from {
    transform: translate(100%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}

@keyframes animation-slide-in-right {
  from {
    transform: translate(100%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}

body,
html {
  width: 100%;
  height: 100%;
}

section {
  padding: 3rem 0;
}

@media (max-width: 960px) {
  section {
    padding: 2rem 0;
  }
}

@media (max-width: 768px) {
  section {
    padding: 1rem 0;
  }
}

@media (max-width: 650px) {
  section {
    padding: 0.5rem 0;
  }
}

.service-box img.pin {
  position: absolute;
  top: 37%;
  left: 67%;
}

.container-fluid.padded {
  padding: 0 3rem 0 3rem;
}

@media (max-width: 960px) {
  .container-fluid.padded {
    padding: 0 2rem 0 2rem;
  }
}

@media (max-width: 768px) {
  .container-fluid.padded {
    padding: 0 1rem 0 1rem;
  }
}

@media (max-width: 650px) {
  .container-fluid.padded {
    padding: 0 0.5rem 0 0.5rem;
  }
}

.block {
  display: block;
  margin: auto;
}

.container {
  position: relative;
}

.beige-container {
  background-color: #F7F0F0;
  width: 50%;
  height: 350px;
  z-index: 1;
  position: relative;
}

.beige {
  background-color: #F7F0F0;
}

.overlay-titles span.small {
  font-size: 24px;
  color: #3c4652;
  font-family: "Open Sans", arial, sans-serif;
}

h1.overlay-titles {
  position: absolute;
  z-index: 2;
  color: #3c4652;
  text-align: left;
  top: 50%;
  left: 60%;
  margin-block-start: 0em;
  line-height: 50px;
}

@media (max-width: 650px) {
  h1.overlay-titles {
    left: 10%;
  }
}

.center {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-white {
  color: #ffffff;
}

.btn-primary-inverse {
  color: #407826 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-primary-inverse:hover {
  color: #407826;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-primary-inverse:focus, .btn-primary-inverse.focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 139, 44, 0.5);
}

.btn-primary-inverse.disabled, .btn-primary-inverse:disabled {
  color: #407826;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-primary-inverse:not(:disabled):not(.disabled):active, .btn-primary-inverse:not(:disabled):not(.disabled).active,
.show > .btn-primary-inverse.dropdown-toggle {
  color: #407826;
  background-color: #407826;
  border-color: #407826;
}

.btn-primary-inverse:not(:disabled):not(.disabled):active:focus, .btn-primary-inverse:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-inverse.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 139, 44, 0.5);
}

.fa-heart {
  color: #dc2d1c;
}

.medium {
  font-size: 16px;
  font-weight: 400;
}

ul, li {
  margin-left: 15px;
}

.dnnbooster a {
  color: #407826;
}

.dnnbooster a:hover {
  color: #213e13;
}

img.blog-list {
  width: 25%;
  height: 25%;
}

.pane {
  background-color: #fff;
  padding: 10px;
}

.home .pane {
  border-radius: 15px;
  background-clip: padding-box;
  border: 10px solid #c9ced1;
  overflow-y: hidden;
  max-height: 760px;
}

body {
  overflow-x: hidden;
}

.quoteblock {
  background-color: #2366a5;
}

.none {
  display: none !important;
}

h1.titles {
  font-size: 40px;
  color: #3c4652;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

footer, footer div.container, .legal-footer {
  background-color: #3c4652 !important;
  margin-top: 0px;
}

footer a#dnn_LOGO1_hypLogo-footer {
  float: right;
  padding-right: 10px;
}

@media (max-width: 992px) {
  a.logo-footer {
    float: none !important;
    margin: auto !important;
  }
}

.legal-footer .row .col-md-8 {
  text-align: left;
  color: #ffffff;
  margin: 0px 35px 50px 35px;
  margin-top: auto;
  margin-bottom: auto;
}

footer .row .col-md-4, footer .row .col-md-8 {
  padding-bottom: 50px;
}

.required label:after, legend.required:after {
  color: red !important;
}

.DNNContainer_Title_h1 > h1 {
  display: none;
  visibility: hidden;
  height: 0;
}

.navbar .navbar-default {
  position: fixed;
}

.topbar {
  display: none !important;
}

section.section-homepage-header {
  padding: 0px;
  margin: 0px;
}

@media (max-width: 650px) {
  .navbar-default > .container {
    width: 95% !important;
  }
  #dnn_LOGO1_imgLogo {
    height: 30px;
  }
}

.navbar-expand-md .navbar-nav .dropdown-menu-right {
  left: 0;
}

.controlbarfix {
  background-color: #407826 !important;
  background: #407826 !important;
}

.dnnbooster header .navbar .navbar-nav .nav-item .dropdown-menu {
  padding: 20px 0px 20px 0px !important;
}

#dnn_SliderPane {
  padding: 0px;
}

.icon-bar {
  background-color: #fff !important;
}

.header-spacer {
  margin: 0 !important;
}

.dnnbooster a:link, .dnnbooster a:visited, .dnnbooster a:active, .dnnbooster a:focus {
  font-weight: normal !important;
}

.grey {
  background-color: #c9ced1;
}

.publisher-top-bar {
  background-color: #ffffff !important;
  color: #3c4652 !important;
  font-size: 30.4px;
  line-height: 34.2px;
  font-family: "Open Sans", sans-serif;
}

.page-title {
  color: #ffffff !important;
  font-weight: 700;
  text-transform: uppercase;
}

.card-block {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
  max-height: 100% !important;
}

.card {
  height: 100% !important;
}

.card-block > .row {
  margin: 0 !important;
  padding: 20px !important;
}

.dnnbooster footer .legal-footer {
  padding: 0px !important;
}

.navbar {
  background: #356420;
  background-color: #356420;
}

a.sr-only {
  position: absolute !important;
  z-index: 5000;
  background-color: #407826;
  top: 90px;
}

a.sr-only:active, a.sr-only:focus {
  color: #ffffff;
}

a.nav-link:active, a.navbuttons:active, li.list-inline-item:active, i.material-icons:active {
  background: #213e13;
  background-color: #213e13;
}

a.dropdown-item {
  background: transparent;
}

a.dropdown-item:active, a.dropdown-item:focus {
  background: #313943;
  color: #ffffff;
}

a.footerlink, span#dnnCopyright_lblCopyright {
  color: #313943;
  background: transparent;
}

a.footerlink:active, a.footerlink:focus, span#dnnCopyright_lblCopyright:active, span#dnnCopyright_lblCopyright:focus {
  background: #475361;
  color: #ffffff !important;
}

.no-border:focus, .no-border:active {
  outline: none !important;
}

.error-message {
  color: #dc2d1c;
}

.btn-primary-inverse:active, .btn-primary-inverse:focus {
  background-color: #356420;
  background: #356420;
}

.btn-primary-inverse:active fa-angle-down, .btn-primary-inverse:focus fa-angle-down {
  color: #ffffff;
}

a.text-primary:hover, a.text-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 139, 44, 0.5);
}

.play-button:active, .play-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 139, 44, 0.5);
  background-color: #000;
  opacity: .75;
  color: #3c4652;
}

h2.quote {
  font-size: 20px;
  line-height: 22.5px;
}

h1.modal-title {
  font-size: 17.6px;
  line-height: 19.8px;
}

a#dnn_LOGO1_imgLogo:active, a#dnn_LOGO1_imgLogo:focus {
  display: inline-block;
  background-color: #213e13;
}

a#dnn_LOGO1_hypLogo:active, a#dnn_LOGO1_hypLogo:focus, a.logo-footer:active, a.logo-footer:focus {
  display: inline-block;
  background-color: #162a0d;
}

a.logo-footer {
  float: right;
}

a:active, a:focus, .accessible-links:active, .accessible-links:focus {
  -webkit-box-shadow: 3px 0rem 5px 3px #6ac341;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 3px 0rem 5px 3px #6ac341;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 3px 0rem 5px 3px #6ac341;
}

.accessible-images:active, .accessible-images:focus {
  width: 100%;
  float: left;
  -webkit-box-shadow: 3px 0rem 5px 3px #6ac341;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 3px 0rem 5px 3px #6ac341;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 3px 0rem 5px 3px #6ac341;
}

.accessible-buttons:active, .accessible-buttons:focus {
  background-color: #407826;
  color: #ffffff !important;
  -webkit-box-shadow: 3px 0rem 5px 3px #6ac341;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 3px 0rem 5px 3px #6ac341;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 3px 0rem 5px 3px #6ac341;
}

#newsletters .accessible-icons:active, #newsletters .accessible-icons:focus {
  background-color: #407826;
  color: #ffffff !important;
  float: right;
  -webkit-box-shadow: 3px 0rem 5px 3px #6ac341;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 3px 0rem 5px 3px #6ac341;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 3px 0rem 5px 3px #6ac341;
}

#images a:active, #images a:focus {
  display: inline-block;
  margin: 2px;
}

.col-md-12 {
  padding: 0 !important;
}

.modal-dialog {
  max-width: 90%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1299.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1300px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.btn-outline-primary {
  color: #407826;
  background-color: transparent;
  background-image: none;
  border-color: #407826;
}

.btn-outline-primary:hover {
  background-color: #4a8b2c;
  background: #4a8b2c;
  color: #ffffff !important;
}

.dropdown-item:active, .dropdown-item:focus {
  background-color: #407826;
  background: #407826;
}

@media (max-width: 992px) {
  .container {
    width: 90%;
  }
}

.dropdown-toggle::after {
  display: none;
}
