
/* THIS CSS WAS COMPILED AND OPTIMIZED, USING THE WP COMPILER PLUGIN */
/* https://bytes.co */
/* Last Compiled: 2022-09-22 6:03:38 UTC */

/* !
Theme Name: SCNM Theme 2020
Theme URI: http://commitagency.com
Description: Parent Theme for SCNM
Version: 1.0
Author:  Shannon Aldrich
Author URI: http://www.commitagency.com
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://use.typekit.net/zvf2cny.css");
h1, h2, h3, h4 {
  font-family: mundial, arial, sans-serif;
  color: #485E48;
  font-weight: 600; }

h5, p, body {
  font-family: mundial, arial, sans-serif;
  color: #4D4D4D; }

h1 {
  font-size: 62px;
  line-height: 75px; }

h2 {
  font-size: 42px;
  line-height: 56px; }

h3 {
  font-size: 28px;
  line-height: 36px; }

h4 {
  font-size: 24px;
  line-height: 32px; }

H5 {
  FONT-SIZE: 18PX;
  LINE-HEIGHT: 40PX;
  TEXT-TRANSFORM: UPPERCASE;
  FONT-WEIGHT: BOLD;
  LETTER-SPACING: 1.4PX; }

p, li, ul, ol {
  font-size: 18px;
  line-height: 40px; }

a {
  color: #485E48;
  font-weight: 600; }
  a:hover {
    color: #485E48; }

p a {
  text-decoration: underline; }
  p a:hover {
    text-decoration: none; }

hr {
  width: 15%;
  min-width: 100px;
  border-top-width: 2px;
  border-top-color: #9E8359; }

.divider__red {
  border-top-color: #9E8359; }
.divider__blue {
  border-top-color: #9E8359; }
.divider__lightBlue {
  border-top-color: #9E8359; }
.divider__lightGrey {
  border-top-color: #9E8359;
  width: 100%; }
.divider__accentBlue {
  border-top-color: #9E8359; }

.background__white {
  background: #ffffff; }
.background__grey {
  background: #F7F7F7; }
.background__blue {
  background: #485E48;
  color: #ffffff; }
  .background__blue a, .background__blue a:hover, .background__blue p {
    color: #ffffff !important; }

@media (max-width: 768px) {
  h1 {
    font-size: 30px;
    line-height: 38px; }
  h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500; }
  h3 {
    font-size: 20px;
    line-height: 26px; }
  h4 {
    font-size: 16px;
    line-height: 24px; }
  H5 {
    FONT-SIZE: 14PX;
    LINE-HEIGHT: 30PX;
    TEXT-TRANSFORM: UPPERCASE;
    FONT-WEIGHT: BOLD;
    LETTER-SPACING: 1.4PX; }
  p, li:not(menu-item) {
    font-size: 14px;
    line-height: 30px; } }

img.alignright {
  float: right;
  margin: 10px;
  border-radius: 0; }

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 0; }

.img-full-width {
  width: 100%;
  height: auto;
  border-radius: 0; }

.color__dark-blue {
  color: #314A30 !important; }

button:focus, button:active {
  outline: none !important; }

.screen-reader-text {
  display: none !important; }

.blog .pagination {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem; }
  .blog .nav-links .page-numbers {
    border-radius: 0;
    padding: 10px 15px;
    background: #ffffff;
    margin: 1px;
    color: #4D4D4D; }
  .blog .nav-links .current {
    background: #9E8359;
    color: #ffffff; }
  .blog .nav-links .next {
    margin-left: 15px;
    background: #485E48;
    color: #ffffff; }
    .blog .nav-links .next:hover {
      background: #314A30; }
  .blog .nav-links .prev {
    margin-right: 15px;
    background: #485E48;
    color: #ffffff; }
    .blog .nav-links .prev:hover {
      background: #314A30; }

.lock-screen-position {
  overflow: hidden; }

ol {
  counter-reset: item; }

ol li {
  display: block; }

ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #485E48;
  font-weight: bold; }

ul li:not(.menu-item)::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #485E48;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

ul {
  list-style: none; }

@media (max-width: 768px) {
  .background__grey img, .background__white img {
    width: 90%;
    margin: 20px auto !important;
    display: block;
    height: auto;
    float: none !important; } }

.logo-gallery__logo {
  border-top: 10px solid white;
  transition-duration: 0.25s;
  transition-timing-function: linear; }

.logo-gallery {
  transition-duration: 0.25s;
  transition-timing-function: linear;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 2rem; }
  .logo-gallery:hover .logo-gallery__logo {
    border-top-color: #485E48;
    transform: translateY(-5%);
    top: 50%;
    border-radius: 0; }

@media (max-width: 768px) {
  .logo-gallery img {
    margin: 0px auto !important; } }

.header__banner {
  background-color: #EDB95A !important;
  color: #314A30 !important; }
  .header__banner .fa-info-circle {
    position: absolute;
    left: 20px;
    font-size: 30px;
    top: 10px; }
  .header__banner .fa-times {
    position: absolute;
    right: 20px;
    font-size: 30px;
    top: 10px; }
  .header__banner p {
    margin-bottom: 0px;
    font-size: 16px; }
  .header__banner a {
    text-decoration: underline;
    font-size: 16px; }
  @media (max-width: 992px) {
    .header__banner .fa-info-circle {
      position: absolute;
      left: 15px;
      top: 10px;
      font-size: 18px; }
    .header__banner .fa-times {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 18px; } }
.header__top-bar a {
  color: #4D4D4D;
  display: inline-block;
  padding: 0 10px; }
.header__top-bar form {
  display: inline-block; }
  .header__top-bar form #s {
    border-radius: 0 !important;
    background: none !important;
    margin: 0 10px !important;
    border: 1px solid #4D4D4D !important;
    min-width: 225px !important;
    padding: 5px 5px 5px 12px !important;
    min-height: 25px !important;
    width: auto !important;
    height: auto !important; }
  .header__top-bar form #searchsubmit {
    position: absolute !important;
    top: 10px !important;
    right: 4.5rem !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    content: '' !important;
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 500 !important;
    color: #4D4D4D !important;
    width: auto !important;
    height: auto !important;
    margin-top: -3px;
    font-size: 16px; }

.nav__links a {
  display: none;
  color: #4D4D4D; }

.main-menu {
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  padding-bottom: 30px;
  position: absolute;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  transition: ease-out 0.5s; }
  .main-menu__logo {
    max-width: 275px;
    padding: 20px 10px; }
  .main-menu .menu-item a {
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 17px;
    display: inline-block;
    font-size: 0.9em; }
    .main-menu .menu-item:hover .parent {
      text-decoration: underline !important; }
  .main-menu .current_page_ancestor[class~="dropdown"] > a:first-child, .main-menu .current_page_ancestor[class~="dropdown-submenu"] > a:first-child, .main-menu .current_page_item > a:first-child {
    text-decoration: underline; }
  .main-menu .dropdown-menu .menu-item a {
    padding: 10px !important; }
  .main-menu .dropdown-toggle {
    padding-left: 0px !important;
    margin-left: -10px !important;
    text-decoration: none !important; }
  .main-menu .dropdown-toggle:after {
    display: none; }
  .main-menu #bs-example-navbar-collapse-1 {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 20px; }
  .main-menu .dropdown-menu {
    color: #4D4D4D;
    white-space: nowrap;
    padding: 0px;
    border-radius: 0;
    border-width: 0px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    font-size: 0.75em;
    top: 97%; }
    .main-menu .dropdown-menu .dropdown-submenu .show {
      position: absolute;
      display: block;
      top: -2px;
      left: 99%;
      border: 0; }
    .main-menu .dropdown-menu a {
      color: #4D4D4D; }
    .main-menu .dropdown-menu .menu-item:hover {
      background: #F7F7F7; }
  .main-menu form {
    display: inline-block;
    width: 100%; }
    .main-menu form #s {
      border-radius: 0 !important;
      background: none !important;
      margin-left: auto !important;
      margin-right: auto !important;
      border: 1px solid #F7F7F7 !important;
      min-width: 90% !important;
      padding: 5px !important;
      min-height: 25px !important;
      width: auto !important;
      height: auto !important;
      display: block;
      box-shadow: none !important;
      margin-top: 15px; }
    .main-menu form #searchsubmit {
      top: auto;
      right: 7% !important;
      background: none !important;
      border: none !important;
      box-shadow: none !important;
      content: '' !important;
      font-family: "Font Awesome 5 Pro" !important;
      font-weight: 500 !important;
      color: #4d4d4d !important;
      width: auto !important;
      height: auto !important;
      margin-top: -3px;
      font-size: 16px;
      position: absolute;
      transform: translateY(-88%); }

.burger-box {
  width: 50px;
  height: 50px;
  margin: 0;
  display: block;
  -webkit-transform: scale3d(1, 1, 1);
  right: 15px;
  top: 0px;
  position: absolute; }

.burger, .burger:before, .burger:after {
  position: absolute;
  top: 28px;
  left: 18px;
  width: 30px;
  height: 2px;
  background: #fff;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s, top 0.3s; }

.burger {
  width: 30px; }

.burger:before {
  top: -10px;
  left: 0;
  content: ""; }

.burger:after {
  top: 10px;
  left: 0;
  content: ""; }

.open .burger {
  background: transparent; }

.open .burger:before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg); }

.open .burger:after {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg); }

.scrolling .main-menu, .lock-screen-position .main-menu {
  background: #ffffff;
  margin-bottom: 0;
  padding-bottom: 0;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1); }
  .scrolling .main-menu .menu-item a, .lock-screen-position .main-menu .menu-item a {
    color: #4D4D4D; }
  .scrolling .main-menu .btn__apply a, .lock-screen-position .main-menu .btn__apply a {
    background-color: #485E48;
    color: #ffffff !important;
    border: 1px solid #485E48; }
    .scrolling .main-menu .btn__apply a:hover, .lock-screen-position .main-menu .btn__apply a:hover {
      background-color: #ffffff;
      color: #485E48 !important; }
.scrolling .burger, .scrolling .burger:before, .scrolling .burger:after, .lock-screen-position .burger, .lock-screen-position .burger:before, .lock-screen-position .burger:after {
  background: #4D4D4D; }
.scrolling .open .burger, .lock-screen-position .open .burger {
  background: none !important; }
.scrolling .iam-menu, .lock-screen-position .iam-menu {
  border: 1px solid #F7F7F7; }
  .scrolling .iam-menu:focus, .lock-screen-position .iam-menu:focus {
    outline: none; }

@media (min-width: 1200px) {
  .dropdown-submenu .dropdown__submenu {
    top: auto !important;
    margin-top: -60px; } }

@media (max-width: 1200px) {
  .nav__links a {
    padding: 15px;
    display: inline-block;
    font-size: 0.9em; }
  .main-menu {
    padding: 0px; }
    .lock-screen-position .main-menu {
      height: 100vh;
      max-height: 100vh;
      width: 100%;
      overflow-y: scroll;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch; }
  #bs-example-navbar-collapse-1 {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    padding: 0 !important;
    margin-top: 15px; }
    #bs-example-navbar-collapse-1 .menu-item {
      display: block;
      width: 100%;
      border-bottom: 1px solid #F7F7F7; }
      #bs-example-navbar-collapse-1 .menu-item a {
        padding-top: 5px;
        padding-bottom: 5px; }
      #bs-example-navbar-collapse-1 .menu-item .parent {
        width: 85%; }
      #bs-example-navbar-collapse-1 .menu-item .dropdown-menu .menu-item a {
        display: block; }
      #bs-example-navbar-collapse-1 .menu-item .dropdown-menu.show {
        position: relative !IMPORTANT;
        transform: none !important;
        top: auto !important;
        left: auto !important;
        will-change: auto !important;
        display: block;
        width: 100%;
        box-shadow: none;
        background: #F7F7F7; }
        #bs-example-navbar-collapse-1 .menu-item .dropdown-menu.show .dropdown-toggle {
          display: none !important; }
    #bs-example-navbar-collapse-1 .toggleAngle {
      text-align: center;
      background: #F7F7F7;
      border-radius: 0;
      padding: 7px !important;
      line-height: 0px;
      float: right;
      margin-right: 15px;
      margin-top: 12px; }
      #bs-example-navbar-collapse-1 .toggleAngle i {
        text-align: center;
        padding: 0;
        height: 13px;
        width: 13px;
        display: grid;
        font-size: 20px;
        margin-left: 0px;
        line-height: 17px;
        color: #314A30; }
    #bs-example-navbar-collapse-1 #menu-main-menu li:nth-last-child(-n+2) {
      border-bottom: none !important; }
  .btn__apply {
    text-align: center; }
    .btn__apply a {
      width: 90%;
      text-align: center;
      display: block;
      margin: 20px auto 15px auto !important; } }

@media (max-width: 768px) {
  .main-menu__logo {
    padding: 15px 10px;
    max-width: 175px;
    margin-left: 15px; } }

.iam-menu {
  position: absolute;
  right: 70px;
  top: 10px;
  width: 80px;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 0 !important;
  list-style: none !important;
  color: #314A30; }
  .iam-menu:focus, .iam-menu:active {
    outline: none; }
  .iam-menu a {
    color: #314A30; }
  .iam-menu #menu-i-am-a {
    margin: 0px;
    list-style: none;
    padding: 0 !important; }
  .iam-menu .menu-item a {
    padding: 0;
    display: block;
    text-align: right;
    margin-right: 6px; }
  .iam-menu .dropdown-menu .menu-item a {
    text-align: center; }
  .iam-menu i {
    margin-left: 5px; }
  .iam-menu .dropdown-menu {
    border-radius: 0;
    left: -20px !important; }
  .iam-menu .menu-item {
    border-bottom: 1px solid #F7F7F7; }
    .iam-menu .menu-item:last-child {
      border-bottom: none !important; }

.footer {
  background-color: #314A30;
  background-image: url("./assets/images/leaf.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  color: #ffffff;
  font-weight: 300; }
  .footer a {
    color: #ffffff; }
  .footer h4 {
    color: #ffffff; }
  .footer__logo {
    width: 75%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
  .footer__copyright {
    color: #ffffff;
    line-height: 1.4em;
    font-size: 16px;
    text-align: center;
    font-weight: 300; }
  .footer hr {
    border-top-color: #9E8359;
    margin-left: 0;
    margin-right: auto; }
  .footer__social i {
    font-size: 28px;
    padding: 10px;
    opacity: 0.7; }
    .footer__social i:hover {
      opacity: 1; }
  .footer__info__wrapper {
    padding-bottom: 15px;
    margin-left: 20px; }
    .footer__info__wrapper i {
      position: absolute;
      left: 15px;
      transform: translate(-50%, 5px); }
  .footer #menu-quick-links {
    list-style: none;
    margin-left: 0px;
    padding-left: 0; }
    .footer #menu-quick-links a:hover {
      text-decoration: underline; }

@media (max-width: 992px) {
  .footer hr {
    border-top-color: #ffffff;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  .footer h4 {
    font-size: 20px;
    text-align: center !important;
    padding-top: 30px; } }

.search__result {
  border-top: 10px solid #9E8359 !important;
  border-radius: 0; }
  .search__result__title {
    color: #485E48; }
  .search__result__tag {
    background: #F7F7F7;
    font-size: 0.8em;
    border-radius: 0;
    padding: 5px;
    color: #4D4D4D; }
    .search__result__tag:hover {
      color: #4D4D4D; }
  .search__result__read-more {
    margin-bottom: 0px; }
  .search__result__white-box {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
.search h5 {
  color: #485E48;
  font-weight: 600;
  font-size: 0.8em;
  margin: 0px; }
  .search h5 a:hover {
    text-decoration: underline; }

.btn {
  font-family: mundial, arial, sans-serif;
  text-transform: uppercase;
  color: #485E48;
  border: 2px solid #485E48;
  border-radius: 0;
  padding: 15px 30px;
  font-weight: bold;
  min-width: 300px;
  width: 30vw;
  transition-property: width;
  transition-duration: 0.3s;
  animation-timing-function: ease-in-out;
  white-space: normal;
  letter-spacing: 1.6px; }
  .btn:hover {
    background: #485E48;
    color: #ffffff; }
  .btn__apply a {
    background-color: #F7F7F7;
    color: #4D4D4D !important;
    border-radius: 0;
    margin: 10px 0 10px 20px;
    padding: 0px 20px !important;
    font-size: 0.85em;
    transition-duration: 0.1s;
    transition-timing-function: linear;
    text-transform: uppercase;
    font-family: mundial, arial, sans-serif;
    letter-spacing: 1.6px;
    font-weight: bold; }
    .btn__apply a:hover {
      background-color: #485E48;
      color: #ffffff !important; }
  .btn__category {
    width: 100%;
    max-width: 100%;
    min-width: 1px;
    border-radius: 0;
    border: 0px;
    background: #ffffff;
    color: #4D4D4D;
    margin: 5px; }
    .btn__category:hover {
      width: 100% !important;
      max-width: 100% !important;
      min-width: 1px;
      margin: 5px !important; }
  .btn__footer {
    width: 100%;
    max-width: 100%;
    min-width: 1px;
    border-color: #ffffff;
    margin-bottom: 15px;
    font-size: 14px; }
    .btn__footer__outline {
      background: none; }
      .btn__footer__outline:hover {
        min-width: 1px;
        background: #ffffff;
        color: #314A30; }
    .btn__footer__white {
      background-color: #ffffff;
      color: #314A30 !important; }
      .btn__footer__white:hover {
        min-width: 1px;
        background: none !important;
        color: #ffffff !important; }
  .btn__double {
    text-align: center; }
    .btn__double .btn {
      width: 80%;
      max-width: 100% !important; }
  .btn__link {
    text-transform: uppercase;
    font-family: mundial, arial, sans-serif;
    letter-spacing: 1.6px;
    font-weight: 600;
    min-height: 30px;
    display: flex;
    align-content: center;
    transition-duration: 0.3s;
    transition-timing-function: linear; }
    .btn__link i {
      margin-top: 5px; }
    .btn__link__white {
      color: #ffffff !important;
      text-decoration: underline; }
      .btn__link__white:hover {
        text-decoration: underline; }
    .btn__link:hover {
      color: #314A30;
      text-decoration: none; }
      .btn__link:hover i {
        text-decoration: none !important; }
  .btn__blue-fill {
    background: #EDB95A;
    border-color: #EDB95A;
    color: #485E48;
    letter-spacing: 1px; }
    .btn__blue-fill:hover {
      color: #485E48;
      background: #FFD17C;
      border-color: #FFD17C; }
  .btn__blue-line {
    letter-spacing: 1px; }
    .btn__blue-line:hover {
      background: #485E48;
      color: #ffffff; }
  .btn__red {
    background: #EDB95A;
    color: #485E48;
    border-color: #EDB95A;
    max-width: 100%;
    width: auto;
    min-width: 1px !important;
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: linear; }
    .btn__red:hover {
      color: #485E48;
      background: #FFD17C;
      border-color: #FFD17C;
      width: auto !important; }
  .btn__hover {
    color: #4D4D4D;
    background-color: #F7F7F7;
    font-size: 20px;
    padding: 5px 10px;
    line-height: 1.3em;
    white-space: normal;
    display: block;
    margin: 10px;
    border-radius: 0;
    min-height: 92px;
    align-content: space-evenly;
    display: grid; }
    .btn__hover:hover {
      color: #ffffff;
      background-color: #485E48 !important;
      text-decoration: none; }
    .btn__hover__red:hover {
      background-color: #485E48 !important; }
    .btn__hover__blue:hover {
      background-color: #485E48 !important; }
    .btn__hover__green:hover {
      background-color: #485E48 !important; }
    .btn__hover__dark-blue:hover {
      background-color: #485E48 !important; }
    .btn__hover__maroon:hover {
      background-color: #485E48 !important; }
    .btn__hover__dark-green:hover {
      background-color: #485E48 !important; }

.gform_button {
  text-transform: uppercase;
  font-family: mundial, arial, sans-serif;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  background: #485E48;
  color: #ffffff;
  border: 2px solid #485E48;
  border-radius: 0;
  padding: 15px 30px;
  font-weight: 500;
  min-width: 200px;
  width: 30vw !important;
  max-width: 70% !important;
  transition-property: width !important;
  transition-duration: 0.25s !important;
  transition-timing-function: linear !important;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  display: inherit !important; }

.background__grey .btn__hover {
  background: #ffffff; }
  .background__grey .btn__hover__red:hover {
    background-color: #D43D25; }
  .background__grey .btn__hover__blue:hover {
    background-color: #485E48; }
  .background__grey .btn__hover__green:hover {
    background-color: #54813B; }
  .background__grey .btn__hover__dark-blue:hover {
    background-color: #314A30; }
  .background__grey .btn__hover__maroon:hover {
    background-color: #904346; }
  .background__grey .btn__hover__dark-green:hover {
    background-color: #1F480B; }

@media (max-width: 992px) {
  .btn__link__white, .btn__red {
    display: inline-block;
    margin: 10px 0; }
  .btn {
    min-width: 265px;
    border-radius: 0; }
    .btn__double {
      text-align: center; }
      .btn__double .btn {
        margin-bottom: 15px; } }

@media (min-width: 1400px) {
  .btn__double a {
    max-width: 80%; } }

.tribe-events-button {
  text-transform: uppercase;
  color: #485E48;
  border: 2px solid #485E48;
  border-radius: 0;
  padding: 15px 30px;
  font-weight: 500;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  margin: 30px 15px 0 0;
  display: inline-block; }
  .tribe-events-button:hover {
    color: #ffffff;
    background: #485E48;
    transition-duration: 0.3s;
    transition-timing-function: linear; }

.accent {
  overflow: hidden; }
  .accent svg {
    width: 15vw;
    max-width: 400px;
    position: absolute; }
  .accent__blue {
    fill: #CDCB98; }
  .accent__tan {
    fill: #CCCBBC; }
  .accent__leaves-up {
    transform: translate(-20%, -60%);
    left: 0; }
  .accent__leaves-down {
    transform: translate(-35%, -40%);
    left: 0; }
  .accent__single-leaf {
    transform: translateY(-70%);
    right: 0;
    width: 10vw !important;
    max-width: 200px !important; }

.color-cards a:hover {
  text-decoration: none; }
.color-cards__link {
  display: contents;
  transition-duration: 0.25s;
  transition-timing-function: linear; }
  .color-cards__link:hover .color-cards__single::before, .color-cards__link:focus .color-cards__single::before {
    transition-duration: 0.25s;
    transition-timing-function: linear; }
  .color-cards__link:hover .color-cards__single__inner:before, .color-cards__link:focus .color-cards__single__inner:before {
    height: 135px;
    margin-top: calc(17.5vw - 15px);
    transition-duration: 0.25s;
    transition-timing-function: linear; }
@media (max-width: 992px) {
  .color-cards__link:hover .color-cards__single::before, .color-cards__link:focus .color-cards__single::before {
    transition-duration: 0.25s;
    transition-timing-function: linear; }
  .color-cards__link:hover .color-cards__single__inner:before, .color-cards__link:focus .color-cards__single__inner:before {
    height: 105px;
    margin-top: calc(50vw - 15px);
    transition-duration: 0.25s;
    transition-timing-function: linear; } }
.color-cards__four {
  max-width: calc(25% - 20px) !important;
  box-shadow: 0px 0px 20px #ccc; }
  .color-cards__four .color-cards__single__inner::before {
    margin-top: 14vw; }
    .color-cards__four .color-cards__single__inner::before h5 {
      position: absolute;
      color: #ffffff;
      bottom: 60px;
      left: 15px; }
  .color-cards__four h4 {
    transition-duration: 0.25s;
    transition-timing-function: linear; }
  .color-cards__four:hover, .color-cards__four:focus {
    max-width: calc(25% - 10px) !important; }
    .color-cards__four:hover .color-cards__single__inner::before, .color-cards__four:focus .color-cards__single__inner::before {
      margin-top: calc(14vw - 15px); }
    .color-cards__four:hover h4, .color-cards__four:focus h4 {
      padding: 10px 20px;
      transition-duration: 0.25s;
      transition-timing-function: linear; }
.color-cards__blog {
  max-width: calc(100% - 20px) !important;
  padding-left: 0px;
  padding-right: 0px; }
  .color-cards__blog:hover {
    max-width: calc(100% - 10px) !important; }
  .color-cards__blog__second {
    border-right: 1px solid #F7F7F7; }
  .color-cards__blog h5 {
    position: absolute;
    color: #ffffff;
    bottom: 60px;
    left: 15px; }
  .color-cards__blog h4 {
    bottom: 30px;
    height: auto !important;
    transform: none !important; }
.color-cards__single {
  border-top: 10px solid #D43D25;
  border-radius: 0;
  max-width: calc(33% - 20px);
  margin: 10px;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  overflow: hidden; }
  .color-cards__single:hover {
    max-width: calc(33% - 10px);
    margin: 10px 5px; }
  .color-cards__single::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    transition: inherit; }
  .color-cards__single__inner:before {
    content: '';
    opacity: 0.9;
    height: 120px;
    display: block;
    position: relative;
    margin-top: 17.5vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition-duration: 0.25s;
    transition-timing-function: linear; }
  .color-cards__single h4 {
    color: #ffffff;
    font-weight: 300;
    padding: 10px;
    margin: 0;
    height: 120px;
    position: absolute;
    transform: translateY(-100%); }
.color-cards .card__red {
  border-top-color: #9E8359; }
  .color-cards .card__red .color-cards__single__inner:before {
    background-color: #485E48; }
.color-cards .card__blue {
  border-top-color: #9E8359; }
  .color-cards .card__blue .color-cards__single__inner:before {
    background-color: #485E48; }
.color-cards .card__green {
  border-top-color: #9E8359; }
  .color-cards .card__green .color-cards__single__inner:before {
    background-color: #485E48; }
.color-cards .card__dark-blue {
  border-top-color: #9E8359; }
  .color-cards .card__dark-blue .color-cards__single__inner:before {
    background-color: #485E48; }
.color-cards .card__maroon {
  border-top-color: #9E8359; }
  .color-cards .card__maroon .color-cards__single__inner:before {
    background-color: #485E48; }
.color-cards .card__dark-green {
  border-top-color: #9E8359; }
  .color-cards .card__dark-green .color-cards__single__inner:before {
    background-color: #485E48; }

.blog-section .col-lg-6 h4 {
  color: #314A30; }

@media (min-width: 992px) {
  .color-cards__blog__third {
    padding-left: 30px; } }

@media (max-width: 992px) {
  .color-cards__single {
    max-width: calc(100% - 20px) !important; }
    .color-cards__single__inner:before {
      margin-top: 50vw;
      height: 90px; }
    .color-cards__single h4 {
      height: 90px;
      transform: translatey(-75%); }
  .color-cards__four {
    max-width: calc(80% - 20px) !important;
    margin-left: auto;
    margin-right: auto;
    min-height: 200px; }
    .color-cards__four .color-cards__single__inner:before {
      margin-top: 35vw !important; }
  .color-cards__blog__second {
    border-right: 0px;
    border-bottom: 1px solid #F7F7F7; }
  .color-cards__blog h5 {
    bottom: 50px; }
  .blog-section .color-cards__single__inner h4 {
    bottom: 5px; } }

.full-width-card {
  border-top: 10px solid #485E48;
  border-radius: 0;
  box-shadow: 0px 0px 40px #ccc;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  transition-duration: 0.25s;
  transition-timing-function: linear; }
  .full-width-card__img {
    border-bottom-left-radius: 0;
    background-size: cover;
    background-position: center;
    border-bottom-left-radius: 0;
    min-height: 300px; }
  .full-width-card i {
    display: none;
    font-size: 30px;
    margin-left: 15px;
    margin-top: 5px;
    transform: translateY(-15%);
    transition-duration: 0.5s;
    transition-timing-function: linear; }
  .full-width-card__content {
    padding: 30px 10px 30px 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: calc(100% - 20px);
    transition-duration: 0.25s;
    transition-timing-function: linear; }
    .full-width-card__content__container {
      background: #ffffff;
      border-bottom-right-radius: 0; }
      .full-width-card__content__container ul, .full-width-card__content__container li {
        color: #4D4D4D !important; }
  .full-width-card h4 {
    color: #4D4D4D;
    font-weight: 500; }
  .full-width-card:hover {
    text-decoration: none !important;
    width: 100%; }
    .full-width-card:hover .full-width-card__content {
      padding: 30px 20px 30px 20px; }
    .full-width-card:hover i {
      display: inline-block;
      margin-left: 30px;
      transition-duration: 0.5s;
      text-decoration: none !important;
      transition-timing-function: linear; }
  .full-width-card__red {
    border-top-color: #485E48; }
    .full-width-card__red .btn__link, .full-width-card__red a {
      color: #485E48; }
  .full-width-card__blue {
    border-top-color: #485E48; }
    .full-width-card__blue .btn__link, .full-width-card__blue a {
      color: #485E48; }
  .full-width-card__green {
    border-top-color: #485E48; }
    .full-width-card__green .btn__link, .full-width-card__green a {
      color: #485E48; }
  .full-width-card__dark-blue {
    border-top-color: #485E48; }
    .full-width-card__dark-blue .btn__link, .full-width-card__dark-blue a {
      color: #485E48; }
  .full-width-card__maroon {
    border-top-color: #485E48; }
    .full-width-card__maroon .btn__link, .full-width-card__maroon a {
      color: #485E48; }
  .full-width-card__dark-green {
    border-top-color: #485E48; }
    .full-width-card__dark-green .btn__link, .full-width-card__dark-green a {
      color: #485E48; }

@media (max-width: 768px) {
  .full-width-card__img {
    border-bottom-left-radius: 0;
    min-height: 250px; }
  .full-width-card i {
    display: inline-block;
    margin-left: 30px;
    transition-duration: 0.5s;
    text-decoration: none !important;
    transition-timing-function: linear; }
    .full-width-card__content__container {
      border-bottom-right-radius: 0; } }

.header-slider__single {
  background-size: cover;
  background-position: center; }
  .header-slider__single:focus {
    outline-color: #485E48; }
  .header-slider__single__background {
    display: contents; }
    .header-slider__single__background::before {
      content: "";
      background: #485E48;
      opacity: 0.9;
      width: 65vw;
      max-width: 1000px;
      top: 50%;
      position: absolute;
      transform: translateY(-50%);
      margin-right: auto;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      height: 60vh;
      min-height: 450px; }
  .header-slider__single__content {
    width: 65vw;
    max-width: 1000px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    margin-right: auto; }
    .header-slider__single__content h1, .header-slider__single__content h5 {
      color: #ffffff; }
    .header-slider__single__content h5 {
      line-height: 0px;
      padding-left: 5px;
      padding-bottom: 1rem; }
.header-slider__tall {
  height: 100vh !important; }
.header-slider__short {
  height: 500px !important;
  min-height: 500px; }
  .header-slider__short .header-slider__single__background {
    top: 10vh;
    height: 325px;
    min-height: 325px; }
    .header-slider__short .header-slider__single__background::before {
      top: 50%;
      transform: translateY(-50%);
      min-height: 325px;
      height: 325px; }
  .header-slider__short .header-slider__single__content {
    width: 65vw;
    top: 50% !important;
    position: absolute;
    transform: translateY(-50%);
    margin-right: auto; }

@media (min-height: 1000px) {
  .header-slider__short {
    height: 50vh;
    min-height: 600px; } }

@media (max-width: 1400px) and (min-width: 768px) {
  .header-slider h1 {
    font-size: 50px;
    line-height: 60px; } }

@media (max-width: 992px) {
  .header-slider h5 {
    margin-bottom: 0px;
    line-height: 1.25em; }
  .header-slider__single {
    background-position: 90%; }
    .header-slider__single__background {
      bottom: 0;
      top: auto; }
      .header-slider__single__background::before {
        width: 100%;
        transform: translateY(-100%);
        bottom: 0;
        top: 100vh;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        min-height: 400px;
        height: 60vh;
        position: relative;
        display: block; }
    .header-slider__single__content {
      width: 100vw;
      bottom: 15px;
      top: auto;
      transform: none; }
  .header-slider .slick-list {
    max-height: 90vh; }
  .header-slider__short {
    height: 500px !important;
    min-height: 500px !important; }
    .header-slider__short .header-slider__single__background::before {
      height: 350px;
      top: auto;
      bottom: 0;
      min-height: 1px;
      transform: none;
      position: absolute; }
    .header-slider__short .header-slider__single__content {
      width: 100vw;
      top: 40% !important;
      transform: none; }
  .header-slider .header-slider__tall .header-slider__single__content {
    bottom: 10vh; }
  .header-slider .header-slider__tall .header-slider__single__background:before {
    top: 90vh; } }

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

.slick-dots {
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  width: auto;
  left: 10px;
  display: inline-block;
  max-width: fit-content; }
  .slick-dots li {
    position: relative;
    display: block;
    height: 20px;
    width: 20px;
    margin: 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        font-family: "Font Awesome 5 Pro";
        font-weight: 500;
        content: "";
        width: 16px;
        height: 16px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #ffffff;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #ffffff;
      font-weight: 900; }
    .slick-dots li:before {
      content: '' !important; }

.noDots .slick-dots {
  display: none !important; }

@media (max-width: 992px) {
  .slick-dots {
    bottom: 45px;
    right: 10%;
    text-align: right;
    left: auto;
    top: auto;
    transform: none;
    display: flex; }
    .slick-dots li {
      display: inline-block !important; } }

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
  font-family: mundial, arial, sans-serif;
  color: #4D4D4D;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0px; }

.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
  margin-top: 3px !important;
  vertical-align: top !important; }

.gdpr {
  font-size: 0.9em;
  font-style: italic; }

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  max-width: 95% !important; }

input, textarea, select {
  border-width: 1px;
  border-style: solid;
  border-color: #F7F7F7;
  border-radius: 0;
  min-height: 40px !important;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
  input:focus, textarea:focus, select:focus {
    outline: 2px solid #485E48;
    outline-offset: -2px; }

select {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 10px !important; }

.gfield_checkbox input {
  box-shadow: none !important;
  position: absolute; }
.gfield_checkbox label {
  width: 95% !important;
  margin-left: 5% !important;
  padding-top: 12px !important; }

.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: normal !important; }

.search #s {
  width: 88%;
  height: 60px;
  padding: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-width: 0px;
  box-shadow: none;
  background: #ffffff; }

.search #searchsubmit {
  width: 11%;
  background: #485E48;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 60px;
  color: #ffffff;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 1.2em;
  display: inline-block;
  padding: 0px;
  margin: 0 0 0 -4px; }

.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: normal !important; }

body .gfield_checkbox li input[type=checkbox] {
  opacity: 0;
  position: absolute; }

body.gfield_checkbox li input[type=checkbox] + label {
  position: relative;
  overflow: hidden;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block; }

.gfield_checkbox li input[type=checkbox] + label:before, .gfield_checkbox li input[type=checkbox] + label:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

/* after */
.gfield_checkbox li input[type=checkbox]:not(:checked) + label:after {
  width: 20px;
  height: 20px;
  border: 2px solid #485E48;
  top: 0px; }

.gfield_checkbox li input[type=checkbox]:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #485E48;
  background-color: #485E48;
  z-index: 0;
  border-radius: 2px; }

/* before */
.gfield_checkbox li input[type=checkbox]:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.gfield_checkbox li input[type=checkbox]:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  margin-top: 3px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.gfield_checkbox input {
  display: none !important; }

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
  padding: 0; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper.gf_browser_chrome select {
  padding: 5px 16px !important; }

.accordion__title a {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 24px; }
  .accordion__title a:hover {
    text-decoration: underline !important; }
.accordion__title i {
  float: right;
  font-size: 1.5em;
  color: #9E8359;
  padding-top: 3px; }
  .accordion__title:hover a {
    text-decoration: underline !important; }

.accordions .card-header {
  padding: 0.75rem 2rem;
  background-color: #ffffff;
  border-radius: 0;
  border-bottom: none; }
.accordions .card-body {
  padding: 1rem 2rem;
  text-align: left; }
.accordions .custom-accordion {
  margin-bottom: 1rem; }
.accordions .card {
  border-radius: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }

@media (max-width: 768px) {
  .accordion__title {
    padding-right: 20px;
    padding-top: 2px; }
    .accordion__title a {
      font-size: 18px; }
    .accordion__title i {
      position: absolute;
      top: 10px;
      right: 15px; } }

.button-cards h4 {
  color: #4D4D4D;
  font-size: 22px;
  transition-duration: 0.25s;
  transition-timing-function: linear; }
.button-cards__content {
  padding: 10px;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  min-height: 120px; }
.button-cards__image {
  min-height: 250px;
  background-position: center;
  height: 250px;
  background-size: cover;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  background-color: #ffffff; }
.button-cards .btn__link {
  transition-duration: 0.25s;
  transition-timing-function: linear; }
.button-cards__single {
  border-top: 10px solid #485E48;
  border-radius: 0;
  max-width: calc(33% - 20px);
  margin: 10px;
  background-color: #ffffff;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
  .button-cards__single a:not(.btn) {
    display: contents; }
  .button-cards__single i {
    display: none;
    font-size: 30px;
    margin-left: 15px;
    transform: translateY(-15%);
    transition-duration: 0.5s;
    transition-timing-function: linear; }
  .button-cards__single a:hover {
    color: #485E48; }
  .button-cards__single__inner {
    transition-duration: 0.25s;
    transition-timing-function: linear;
    padding: 15px;
    color: #4D4D4D; }
  .button-cards__single:hover, .button-cards__single:focus {
    margin: 5px;
    max-width: calc(33% - 10px); }
    .button-cards__single:hover .btn__link, .button-cards__single:focus .btn__link {
      text-decoration: none; }
    .button-cards__single:hover i, .button-cards__single:focus i {
      display: inline-block;
      margin-left: 30px;
      transition-duration: 0.5s;
      transition-timing-function: linear; }
    .button-cards__single:hover .button-cards__single__inner, .button-cards__single:focus .button-cards__single__inner {
      padding: 20px; }
.button-cards .flex-column:hover .button-cards__content {
  padding: 10px 22px !important; }
.button-cards .flex-column:hover h4, .button-cards .flex-column:hover .btn__link {
  padding-left: 25px !important;
  padding-right: 25px !important; }
.button-cards .flex-column[class~=".button-cards__blog"]:hover .button-cards__content {
  padding: 10px 30px !important; }
.button-cards .flex-column[class~=".button-cards__blog"]:hover h4, .button-cards .flex-column[class~=".button-cards__blog"]:hover .btn__link {
  padding-left: 30px !important; }
.button-cards__blog {
  width: calc(49% - 30px);
  max-width: calc(49% - 30px);
  display: inline-block;
  margin: 15px; }
  .button-cards__blog .event-card__date {
    margin-top: -50%; }
  .button-cards__blog .button-cards__single__inner {
    padding: 0 20px 20px 20px; }
  .button-cards__blog:hover {
    width: calc(49% - 20px);
    max-width: calc(49% - 20px);
    margin: 15px 10px; }
    .button-cards__blog:hover .event-card__date {
      margin-top: -60%; }
    .button-cards__blog:hover .button-cards__single__inner {
      padding: 0 25px 20px 25px;
      transition-duration: 0.25s;
      transition-timing-function: linear; }

.button-card__red {
  border-top-color: #485E48; }
  .button-card__red .btn__link {
    color: #485E48; }
.button-card__blue {
  border-top-color: #485E48; }
  .button-card__blue .btn__link {
    color: #485E48; }
.button-card__green {
  border-top-color: #485E48; }
  .button-card__green .btn__link {
    color: #485E48; }
.button-card__dark-blue {
  border-top-color: #485E48; }
  .button-card__dark-blue .btn__link {
    color: #485E48; }
.button-card__maroon {
  border-top-color: #485E48; }
  .button-card__maroon .btn__link {
    color: #485E48; }
.button-card__dark-green {
  border-top-color: #485E48; }
  .button-card__dark-green .btn__link {
    color: #485E48; }

@media (max-width: 992px) {
  .button-cards__single {
    max-width: calc(100% - 20px); }
    .button-cards__single:hover {
      width: 100%;
      max-width: 100%; }
  .button-cards__blog {
    max-width: calc(100% - 20px);
    width: 100%;
    margin-left: 0px;
    margin-right: 0px; }
    .button-cards__blog:hover {
      max-width: 100%;
      width: 100%;
      margin-left: 0px;
      margin-right: 0px; } }

.stat-tiles {
  color: #ffffff; }
  .stat-tiles__five {
    max-width: calc(33.333% - 20px) !important; }
  .stat-tiles__single {
    max-width: calc(25% - 20px);
    margin: 10px;
    border-radius: 0;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    background-color: #314A30;
    border: 5px solid #9E8359; }
    .stat-tiles__single:hover .stat-tiles__icon {
      opacity: 1; }
    .stat-tiles__single__inner {
      position: relative; }
  .stat-tiles__icon {
    font-size: 42px;
    opacity: 0.5; }
  .stat-tiles h3 {
    color: #ffffff; }
  .stat-tiles__red {
    background-color: #314A30; }
  .stat-tiles__blue {
    background-color: #314A30; }
  .stat-tiles__green {
    background-color: #314A30; }
  .stat-tiles__dark-blue {
    background-color: #314A30; }
  .stat-tiles__maroon {
    background-color: #314A30; }
  .stat-tiles__dark-green {
    background-color: #314A30; }

@media (max-width: 992px) {
  .stat-tiles__single {
    max-width: calc(100% - 20px); }
  .stat-tiles__five {
    max-width: calc(100% - 20px) !important; } }

.slickContentGallery .slick-list {
  border-radius: 0; }

.slickContentGallery {
  height: fit-content; }

@media (max-width: 992px) {
  .slickContentGallery .slick-list {
    margin-bottom: 40px; } }

.fancybox-slide--image {
  padding-bottom: 25% !important;
  padding-top: 25% !important; }

.fancybox-caption {
  padding: 0px !important;
  bottom: 15% !important;
  background: none !important; }

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

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

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

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

.slick-prev:before, .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  opacity: 1;
  color: #485E48;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: calc(50% - 60px);
  top: auto;
  bottom: 0px;
  margin-bottom: -80px; }

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

.slick-next {
  right: calc(50% - 60px);
  top: auto;
  margin-top: 40px; }

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

@media (max-width: 992px) {
  .slickContentGallery {
    height: auto; }
  .slick-next {
    right: calc(50% - 60px);
    bottom: 0px;
    margin-bottom: -40px; }
  .slick-prev {
    left: calc(50% - 60px);
    top: auto;
    bottom: 0px;
    margin-bottom: -40px; } }

.contact-tiles__single {
  color: #ffffff;
  border: 5px solid #ffffff;
  border-radius: 0;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  min-height: 235px; }
  .contact-tiles__single:hover {
    border-top: 0px;
    border-bottom: 0px;
    transition-duration: 0.25s;
    transition-timing-function: linear; }
    .contact-tiles__single:hover .stat-tiles__icon {
      opacity: 1; }
  .contact-tiles__single .stat-tiles__icon {
    font-size: 50px; }
.contact-tiles__content {
  font-size: 0.8em;
  text-decoration: underline; }
.contact-tiles h5 {
  font-weight: normal;
  color: #ffffff;
  font-size: 1.1em;
  line-height: 1.5em;
  padding-top: 15px;
  text-transform: none;
  letter-spacing: 0px;
  font-family: mundial, arial, sans-serif; }

.contact-link {
  color: #ffffff;
  text-decoration: none !important;
  display: contents; }

@media (max-width: 992px) {
  .contact-tiles__single {
    min-height: 1px; }
    .contact-tiles__single .stat-tiles__icon {
      font-size: 50px;
      position: absolute;
      top: 5px;
      left: 10px; }
    .contact-tiles__single:hover {
      border: 5px solid #ffffff; }
  .contact-tiles__mobile-content {
    padding-left: 60px;
    text-align: left;
    line-height: 1.5em;
    font-size: 1.5em; }
  .contact-tiles h5 {
    line-height: 1em;
    padding-top: 0px;
    font-size: 0.7em; } }

.acf-map {
  width: 100%;
  height: 500px;
  border: none;
  margin: 0; }

.acf-map img {
  max-width: inherit !important; }

.gm-style-iw-c {
  padding: 10px !important; }

.gm-style .gm-style-iw-c, .gm-style-iw-d {
  background: #485E48;
  color: #ffffff;
  text-align: center;
  overflow: hidden !important;
  max-height: none; }
  .gm-style .gm-style-iw-c h3, .gm-style .gm-style-iw-c a, .gm-style .gm-style-iw-c p, .gm-style-iw-d h3, .gm-style-iw-d a, .gm-style-iw-d p {
    color: #ffffff;
    line-height: 28px; }
  .gm-style .gm-style-iw-c a, .gm-style-iw-d a {
    text-decoration: underline; }
  .gm-style .gm-style-iw-c hr, .gm-style-iw-d hr {
    border-top: 2px solid rgba(255, 255, 255, 0.5) !important; }

.gm-style .gm-style-iw-t::after {
  background: linear-gradient(45deg, #485E48 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, 0.4);
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px; }

.virtual-tour__wrapper {
  max-height: 500px;
  height: 500px;
  position: relative;
  min-height: 500px; }

.table-responsive {
  border-radius: 0;
  box-shadow: 0px 0px 40px #ccc; }

.table {
  margin-bottom: 0px;
  text-align: center; }
  .table tr {
    background: #ffffff; }
  .table tbody > tr > :nth-child(1) {
    text-align: left; }

.table thead th {
  color: #ffffff;
  border-bottom: 0px;
  white-space: nowrap;
  text-align: center;
  background-color: #485E48; }

.table-hover tbody tr:hover {
  background: #F7F7F7; }

.table__red thead th {
  background-color: #485E48; }
.table__blue thead th {
  background-color: #485E48; }
.table__green thead th {
  background-color: #485E48; }
.table__dark-blue thead th {
  background-color: #485E48; }
.table__maroon thead th {
  background-color: #485E48; }
.table__dark-green thead th {
  background-color: #485E48; }

#tribe-events-pg-template .tribe-events-event-image img {
  max-width: 100%;
  width: 100%;
  height: auto; }
#tribe-events-pg-template .fa-long-arrow-left {
  font-size: 30px;
  transform: translateY(5px);
  margin-right: 10px; }
#tribe-events-pg-template .events-description {
  background: white;
  padding: 15px;
  border-radius: 0;
  border: 10px solid #F7F7F7;
  margin: -10px 0 0 0; }
#tribe-events-pg-template .events-meta {
  background: white;
  padding: 30px;
  border-radius: 0;
  margin: 15px 0;
  box-shadow: 0px 0px 40px #ccc; }
  #tribe-events-pg-template .events-meta hr {
    margin-left: 0; }

.tribe-events-c-nav__list-item::before {
  content: '' !important; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding: 30px !important;
  min-height: 1px; }

.tribe-common .tribe-common-c-btn-icon--caret-right:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%232B426E'/%3E%3C/svg%3E") !important; }

.tribe-common .tribe-common-c-btn-icon--caret-left:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%232B426E'/%3E%3C/svg%3E") !important; }

.tribe-events .tribe-events-c-nav__next:focus:after, .tribe-events .tribe-events-c-nav__next:hover:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%232B426E'/%3E%3C/svg%3E") !important; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%232B426E'/%3E%3C/svg%3E") !important; }

.tribe-events .tribe-events-header {
  background-color: rgba(255, 255, 255, 0) !important;
  margin-bottom: 0px !important; }

.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
  color: #314A30; }

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border {
  text-transform: uppercase;
  padding: 10px 25px;
  border: none;
  font-weight: 500;
  border-radius: 0;
  font-family: mundial, arial, sans-serif;
  color: #485E48;
  font-size: 1em; }

.tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover, .tribe-common a:visited {
  color: #485E48 !important; }

.tribe-events-c-nav__prev-label, .tribe-events-c-nav__next-label {
  font-family: mundial, arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 500;
  color: #314A30; }

.tribe-events-header__top-bar {
  margin-bottom: 0px !important; }

.event__hr-separator {
  width: 100%;
  margin-right: 0;
  border: 1px solid #CDCB98 !important; }

.tribe-events .tribe-events-calendar-list__month-separator-text {
  padding: 10px; }

.event-list {
  margin: 15px !important; }
  .event-list__image {
    background-position: center center !important;
    background-size: cover !important;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .event-list__single {
    background: #ffffff;
    border-radius: 0;
    margin-bottom: 0 !important;
    margin-top: 30px !important;
    text-align: left;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
  .event-list h4 {
    color: #4D4D4D;
    font-weight: 500;
    margin-bottom: 0px; }
  .event-list p {
    font-size: 1em;
    line-height: 2em; }
  .event-list i {
    font-size: 30px;
    transform: translateY(-15%);
    margin: 0px 0px 0px 15px; }
  .event-list__description {
    padding-bottom: 15px !important; }
  .event-list__time {
    color: #485E48;
    text-transform: uppercase;
    font-family: mundial, arial, sans-serif;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 5px;
    display: inline-block; }
  .event-list a:hover {
    text-decoration: none !important; }
  .event-list .btn__link:hover {
    text-decoration: none;
    color: #485E48 !important; }
  .event-list__date {
    background: #485E48;
    color: #ffffff !important;
    padding: 7px 18px !important;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px; }
    .event-list__date__number {
      font-size: 1.5rem;
      line-height: 0; }

.event-card__inner {
  background: #ffffff;
  border-radius: 0;
  margin: 10px;
  padding: 30px !important;
  text-align: left; }
.event-card h4 {
  color: #4D4D4D;
  font-weight: 500;
  margin-bottom: 0px; }
.event-card p {
  font-size: 1em;
  line-height: 2em; }
.event-card i {
  font-size: 30px;
  transform: translateY(-15%);
  margin: 0px 0px 0px 15px; }
.event-card__time {
  color: #485E48;
  text-transform: uppercase;
  font-family: mundial, arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 5px;
  display: inline-block; }
.event-card a:hover {
  text-decoration: none !important; }
.event-card .btn__link:hover {
  text-decoration: none;
  color: #314A30 !important; }
.event-card__date {
  background: #485E48;
  color: #ffffff !important;
  padding: 7px 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px; }
  .event-card__date__number {
    font-size: 1.5rem;
    line-height: 0; }

.tribe-events-c-top-bar__nav-list-item::before {
  content: '' !important; }

@media (max-width: 992px) {
  .event-card h4 {
    padding: 0px;
    text-align: left !important; }
  .event-list__image {
    display: none; }
  .event-list {
    margin: 0px !important; } }

.alumni-stories {
  margin-bottom: 45px; }
  .alumni-stories__single {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-image: none;
    background: #314A30;
    max-width: 80vw;
    margin-right: 20vw;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    .alumni-stories__single h3 {
      color: #ffffff; }
    .alumni-stories__single p {
      text-transform: uppercase;
      font-size: 0.9em;
      line-height: 1.5em;
      color: #ffffff; }
  .alumni-stories__content {
    max-width: 60vw;
    margin: 10vw;
    text-align: right; }
    .alumni-stories__content h3 {
      text-align: left; }
  .alumni-stories__link {
    color: #CDCB98;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold; }
    .alumni-stories__link:hover, .alumni-stories__link:active, .alumni-stories__link:focus {
      color: #ffffff; }
  .alumni-stories__hr {
    width: 50%;
    min-width: 25vw;
    border-top-width: 2px;
    border-top-color: white;
    margin-left: auto;
    margin-right: 0; }

@media (min-width: 992px) {
  .alumni-stories .slick-next {
    margin-top: 35px; }
  .alumni-stories .slick-prev {
    margin-bottom: -75px; } }

@media (max-width: 992px) {
  .alumni-stories {
    margin-bottom: 80px; }
    .alumni-stories__content {
      margin-top: 5vw; }
      .alumni-stories__content h3 {
        font-size: 24px; }
    .alumni-stories .slick-next, .alumni-stories .slick-prev {
      margin-bottom: -80px; } }

@media (max-width: 768px) {
  .alumni-stories__single {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-image: none;
    background: #314A30;
    max-width: 90vw;
    margin-right: 10vw;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    min-height: 400px !important; }
    .alumni-stories__single h3 {
      line-height: 1.5em; }
  .alumni-stories__content {
    max-width: 75vw;
    margin-left: 5vw;
    margin-top: 0vw;
    text-align: right;
    position: absolute;
    transform: translateY(-50%);
    top: 50%; } }
/*# sourceMappingURL= */