/*
GR Green: #245C2E   36, 92, 46
*/
blockquote {
  background-color: rgba(175, 210, 65, .25);
  text-align: center;
  margin: 12px 48px;
  padding: 24px 12px;
}
blockquote p {
  font-style: italic;
}
#page-main-logo {
  position: absolute;
  min-height: 700px;
  max-height: 700px;
  opacity: .08;
  bottom: 0;
  right: 0;
  left: 475px;
}
.carouselImage {
  background-color: #245C2E;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 360px;
}
.carouselCaption {
  background-image: url('/media/static/images/overlay-dk-blue.svg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 8px;
  color: #FFF;
  bottom: 0;
  width: 100%;
  position: absolute;
}
.hero-content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin: auto;
  height: 300px;
  gap: .5rem;
}
.no-hero {
  height: 3rem;
}
.introBox {
  background-color: #245C2E;
  padding: 48px 0 36px 0;
  text-align: center;
}
.introBox .intro {
  color: #FFF;
}
.faqs-container {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 100%;
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 220px;
  perspective: 1000px;
  margin: 24px 0 24px 2px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner, .flip-card:focus .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 98%;
  height: 98%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid #FFF;
}
.flip-card-front {
  background-color: #333;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #245C2E;
}
.flip-card-front h2 {
  margin: 90px 0 0 0;
  text-transform: uppercase;
  font-size: 2.2vw;
  line-height: 2.2vw;
  font-weight: 800;
  color: #FFF;
}
.flip-card-back {
  background-color: #245C2E;
  color: #FFF;
  transform: rotateY(180deg);
  overflow-y: auto;
}
.flip-card-back h2 {
  font-size: 2.0rem;
  line-height: 2.0rem;
  color: #FFF;
  font-weight: 100;
  text-transform: uppercase;
  margin: 24px 24px 12px 24px;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #FFF;
}
.flip-card-back p {
  margin: 0 24px 24px 24px;
}
.flip-card-back ul {
  text-align: left;
  margin: 0 0 0 24px;
}
.newsRoll {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 0 24px 0;
  border-right: 6px solid #245C2E;
  font-size: 1.1rem;
  line-height: 1.4rem;
  background: #EFEFEF;
  -webkit-transform: scale(.98);
  -moz-transform: scale(.98);
  -ms-transform: scale(.98);
  -o-transform: scale(.98);
  transform: scale(.98);
}
.newsRoll:hover, .newsRoll:focus {
  text-decoration: none;
  background-position: bottom;
  background-repeat: repeat-x;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.newsRollImg {
  background-color: #DDD;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.newsRollImg:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.newsRollTitle {
  font-weight: 100;
  color: #245C2E;
  margin: 18px 24px 18px 0;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.newsRollDate {
  margin: 0 24px 18px 0;
  color: #222;
}
.newsRollBody {
  margin: 0 24px 0 0;
  color: #222;
}
/* TIMELINE
-------------------------------------------*/
#staffDiv {
  padding: 48px 0 48px 0;
  text-align: center;
}
#staffDiv h2 {
  font-size: 3.8rem;
  line-height: 4.0rem;
  ;
  font-weight: 100;
  margin: 0 0 0 0;
  padding: 0 0 36px 0;
  color: #245C2E;
}
.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -ms-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  pointer-events: none;
  text-align: left;
}
.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}
.modalDialog > div {
  width: 50%;
  height: 70vh;
  position: relative;
  margin: 100px auto 2.5% auto;
  padding: 36px;
  background: #FFF;
  overflow-y: scroll;
}
.modalDialog h3 {
  color: #245C2E;
  font-size: 1.8rem;
  line-height: 2.0rem;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
  font-weight: 200;
}
.close {
  position: absolute;
  right: 0;
  top: 0;
  color: rgba(24, 47, 51, .6);
  font-size: 2.6rem;
  line-height: 2.6rem;
  width: 24px;
  text-decoration: none;
  font-weight: 100;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.close:hover, .close:focus {
  color: rgb(165, 99, 39);
  text-decoration: none;
}
.staffBox {
  display: inline-block;
  width: 30%;
  margin: 0 1.5% 24px 1.5%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #245C2E;
  -webkit-transform: scale(.97);
  -moz-transform: scale(.97);
  -ms-transform: scale(.97);
  -o-transform: scale(.97);
  transform: scale(.97);
  color: #FFF;
  text-decoration: none;
}
.staffBox:hover, .staffBox:focus {
  text-decoration: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.staffBoxImg {
  background-color: #245C2E;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 280px;
}
.staffBoxTxt {
  padding: 12px;
}
.staffBox h3 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
  color: #FFF;
  margin: 0 0 4px 0;
  padding: 0 0 0 0;
}
.staffBox h4 {
  font-size: 0.9rem;
  line-height: 1.1rem;
  color: #FFF;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-style: italic;
}
.staffPortrait {
  width: 50%;
  float: right;
  margin: 0 0 24px 24px;
}
/* PAGE STRUCTURE SPECIFIC
-------------------------------------------*/
.content {
  display: flex;
  flex-direction: column;
}
.content-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 12px;
}
#img-logo {
  position: absolute;
  height: 150px;
  width: 150px;
  left: -10%;
  top: -2%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#content-img {
  object-fit: cover;
  width: 350px;
  height: 400px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.img-parent {
  padding: 20px;
  position: relative;
  margin: 10px;
  max-width: 80%;
}
.mediaElements {
  max-height: 450px;
  width: auto;
  float: left;
  margin: 0;
}
.mediaElements img {
  width: 100%;
  height: auto;
  margin: 0;
}
.content-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 30px;
}
.content-body h2 {
  font-weight: bold;
}
/* SIDEBAR
-------------------------------------------*/
.sidebarSection {
  margin: 0 36px 36px 0;
  border-right: 1px solid #245C2E;
  padding: 0 0 0 18px;
  overflow: hidden;
}
#sidebar h3 {
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding: 2px 0 2px 0;
  margin: 0 0 12px 0;
  color: black;
  font-weight: 400;
}
.sidebarLink a {
  display: block;
  padding: 4px 4px 4px 8px;
  /*  border-bottom: 1px solid #CCC;*/
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: filson-soft, sans-serif;
  font-style: normal;
}
.sidebarLink a:hover, .sidebarLink a:focus {
  background-color: #eff4ed;
  text-decoration: none;
}
.sidebarSection p {
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin: 0 0px 6px 0px;
  padding: 0px 0px 0px 0px;
  color: black;
}
.sidebar-active {
  background: rgba(175, 210, 65, .25);
}
.sidebar-btns {
  padding: 0 0 0 18px;
}
#sidebar1 {
  margin-top: 30px;
  display: block;
}
#onThisPage1 {
  display: block;
}
#relatedPages1 {
  display: block;
}
#sideNews1 {
  display: block;
}
#sidebar2 {
  display: none;
  margin-top: 2rem;
}
#onThisPage2 {
  display: none;
}
#relatedPages2 {
  display: none;
}
#sideNews2 {
  display: none;
}
#faqs {
/*  background-color: #EDF3D6;*/
  overflow: hidden;
  /*  padding: 48px 0 48px 0;*/
}
#faqs h2 {
  color: #245C2E;
    text-align: center;
  margin: 12px;
  font-size: 1.5rem;
  /*  line-height: 4.0rem;*/
  font-weight: 100;
}
#faqs .accordionTitle {
  border-radius: 0;
  background-color: #245C2E;
  color: white;
  border-bottom: none;
}
#faqs .accordionTitle:hover, #faqs .accordionTitle:focus {
  background-color: #EDF3D6;
  color: #245C2E
}
.formDiv {
  color: #FFF;
  background-color: #245C2E;
  -webkit-background-size: 30%;
  -moz-background-size: 30%;
  -ms-background-size: 30%;
  -o-background-size: 30%;
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 72px 0 60px 0;
  font-size: 1.1rem;
  line-height: 1.6rem;
  text-align: center;
}
.formDiv h2 {
  color: #FFF;
  margin: 0 0 24px 0;
  font-size: 2.8rem;
  line-height: 3.0rem;
  text-transform: uppercase;
  font-weight: 100;
}
.formDiv p {
  text-align: center;
}
.formDiv fieldset {
  margin: 12px;
  background: #FFF;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, .2);
}
.publicForm {
  width: 70%;
  margin: 0 auto 12px auto;
}
.publicForm input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  font-size: 1.2rem;
  padding: 10px;
  background: rgba(60, 193, 205, .02);
  border-bottom: 1px solid rgba(60, 193, 205, 1);
  border-bottom: 1px solid #CCC;
  margin: 0 0 18px 0;
}
.publicForm textarea {
  font-size: 1.2rem;
  padding: 10px;
  background: rgba(60, 193, 205, .02);
  border-bottom: 1px solid rgba(60, 193, 205, 1);
  border-bottom: 1px solid #CCC;
  margin: 0 0 18px 0;
}
.publicForm select {
  font-size: 1.2rem;
  padding: 10px;
  background: rgba(60, 193, 205, .02);
  border-bottom: 1px solid rgba(60, 193, 205, 1);
  border-bottom: 1px solid #CCC;
  margin: 0 0 18px 0;
}
.publicForm button {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  width: 40%;
  padding: 10px 0 10px 0;
  font-size: 1rem;
  color: #FFF;
  border: none;
  background: #245C2E;
  text-transform: uppercase;
}
.publicForm button:hover, .publicForm button:focus {
  background: rgba(0, 0, 0, .7);
  color: #FFF;
  text-decoration: none;
}
#pageImages {
  text-align: center;
  background-color: #5A5A5A;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-attachment: fixed;
  padding: 24px 0 12px 0;
}
#pageImages img {
  width: 80%;
  margin: 0 0 6px 0;
}
#pageImages a {
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #FFF;
}
#pageImages a:hover, #pageImages a:focus {
  text-decoration: none;
  -webkit-transform: scale(.99);
  -moz-transform: scale(.99);
  -ms-transform: scale(.99);
  -o-transform: scale(.99);
  transform: scale(.99);
  color: #FFF;
}
.carousel-wrap {
  width: 1000px;
  margin: auto;
  position: relative;
}
.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot:focus span {
  background: #5A5A5A;
}
.item div {
  width: 100%;
  height: 400px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 6px 0;
}
.item a {
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  color: #FFF;
}
.item a:hover, .item a:focus {
  text-decoration: none;
  -webkit-transform: scale(.98);
  -moz-transform: scale(.98);
  -ms-transform: scale(.98);
  -o-transform: scale(.98);
  transform: scale(.98);
  color: #FFF;
}
.owl-carousel .nav-btn {
  height: 36px;
  position: absolute;
  width: 18px;
  cursor: pointer;
  top: 200px !important;
}
.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.owl-carousel .prev-slide {
  background: url(/media/static/images/chevron-left.svg) no-repeat scroll 0 0;
  left: -33px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.owl-carousel .next-slide {
  background: url(/media/static/images/chevron-right.svg) no-repeat scroll 0 0;
  right: -33px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.owl-carousel .prev-slide:hover {
  opacity: .5;
}
.owl-carousel .next-slide:hover {
  opacity: .5;
}
span.img-text {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2rem;
  display: block;
  color: #FFF;
}
span.img-text:hover {
  color: #FFF;
}
#googleMap {
  height: 400px;
}
/* Sections
-----------------------------------------------------------------------------*/
.accordionTitle {
  cursor: pointer;
  padding: 12px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 100;
  color: #FFF;
  border-bottom: 1px solid #DDD;
  background-color: #245C2E;
  font-family: filson-soft, sans-serif;
  font-style: normal;
}
.accordionTitle:hover, .accordionTitle:focus {
  background-color: #EDF3D6;
  color: #245C2E;
}
.accordionBody {
  padding: 0 18px;
  margin-bottom: 12px;
  background-color: #FFF;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-body-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 24px;
}
.accordion-body-content {
  width: 50%;
}
.accordion-body-images {
  width: 40%;
}
.accordionTitle:after {
  content: '+';
  color: #fff;
  float: right;
  margin-left: 5px;
}
.accordionActive:after {
  content: "–";
  color: #245C2E;
}
.faqVote {
  border-top: 1px solid #DDD;
  margin: 12px 0 12px 0;
  padding: 12px 0 0 0;
}
/* Sitemap
-----------------------------------------------------------------------------*/
#sitemap em {
  float: right;
  font-size: .9rem;
  font-style: normal;
}
#sitemap li {
  border-top: 1px solid #DDD;
}
#sitemap a {
  text-decoration: none;
}
#sitemap a:hover, #sitemap a:focus {
  text-decoration: underline;
}
@media only screen and (max-width: 749px) {
  .publicForm {
    width: 100%;
  }
  .carousel-wrap {
    width: 80%;
  }
  .item div {
    width: 100%;
    height: 240px;
  }
  .owl-carousel .nav-btn {
    height: 36px;
    top: 120px !important;
  }
  .mediaElements {
    width: 100%;
  }
  #onThisPage1 {
    display: block;
  }
  #relatedPages1 {
    display: none;
  }
  #sideNews1 {
    display: none;
  }
  #onThisPage2 {
    display: none;
  }
  #relatedPages2 {
    display: block;
  }
  #sideNews2 {
    display: block;
  }
  .modalDialog > div {
    margin: 150px auto 2.5% auto;
    width: 80%;
  }
}
@media only screen and (max-width: 1200px) {
  .hero-content {
    width: 700px;
  }
  #img-logo {
    height: 75px;
    width: 75px;
  }
  #content-img {
    width: 150px;
  }
  #sidebar1 {
    display: none;
  }
  #sidebar2 {
    display: flex;
  }
  .sidebarSection {
    border-right: 0;
    border-left: 1px solid #245C2E;
  }
  .content {
    width: 100%
  }
  .accordionTitle {
    padding: 24px;
  }
  .staffBox {
    min-height: 375px;
  }
}
@media only screen and (max-width: 749px) {
  .img-parent {
    padding: 20px;
    position: block;
    margin: auto;
  }
  .hero-content {
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*	margin: 0 12px;*/
    height: 150px;
  }
  .staffBox {
    min-height: 430px;
  }
  .content-top {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .content-body {
    align-items: center;
    justify-content: center;
  }
  #sidebar2 {
    flex-direction: column;
  }
  .sidebarSection {
    border-right: 0;
    border-left: 0;
  }
  #content-img {
    width: 100%;
    height: 200px;
  }
  #img-logo {
    display: none;
  }
	.newsRollBody {
		margin: 24px;
	}
	.newsRollTitle {
		margin: 18px 24px 18px 18px;
	}
	.newsRollDate {
		margin: 24px;
	}
  .sidebar-btns {
    margin: auto;
  }
  .accordion-body-container {
    flex-direction: column;
  }
  .accordion-body-content {
    width: 100%;
  }
  .accordion-body-images {
    width: 100%;
  }
}