html {
  scroll-behavior: smooth; }

html, body {
  height: 100%;
  padding: 0;
  margin: 0; }

body, body.modal {
  margin-right: 0 !important; }

body.modal-open {
  margin-right: 0px !important;
  padding-right: 0px !important;
  overflow: auto; }

/* Wheres my file? */
.modal {
  overflow-y: auto; }

.center-content {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center; }

div.vertical-divider {
  height: 250px;
  border-left: 1px solid #121212;
  width: 1px; }

a {
  color: #4fad26;
  text-decoration: none;
  outline: 0;
  /* get rid of dotted borders */
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

section#main a {
  color: #4fad26; }

body.page-template-page-ticketed-event section#main {
  padding-top: 0em; }

a:hover {
  text-decoration: none;
  color: #307e0e;
  outline: none; }

section#main a:hover {
  text-decoration: none;
  color: #307e0e;
  outline: none; }

a:active {
  outline: 0 !important;
  -moz-outline-style: 0 !important;
  text-decoration: none;
  background: none;
  border: none !important; }

a:focus {
  -moz-outline-style: 0 !important;
  outline: none !important;
  text-decoration: none;
  background: none;
  border: none !important; }

button:focus,
button:active {
  outline: 0 !important;
  border: solid 1px #CCC; }

::-moz-selection {
  background: #4fad26;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #4fad26;
  color: #fff;
  text-shadow: none; }

body {
  font-family: "Montserrat", sans-serif; }

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin: 0px;
  line-height: 1.1em; }

body.single-post h1,
body.single-post h2,
body.single-post h3,
body.single-post h4,
body.single-post h5 {
  color: #4fad26; }

p, li {
  font-family: "Open Sans", sans-serif; }

.handwriting {
  font-family: "Patrick Hand", cursive; }

.green {
  color: #4fad26 !important; }

#announcement-banner,
.announcement-banner {
  background: #DF4547;
  text-align: center; }

#announcement-banner p,
.announcement-banner p {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin: 0px; }

a:hover .green {
  color: #d97a23 !important; }

#social-sharing-container h4 {
  padding-left: 2.5px; }

#social-sharing-container ul {
  margin: 0em;
  padding: 0em !important; }

#social-sharing-container ul li {
  list-style: none; }

#app-store-icons a {
  display: block;
  margin: 0 6px 6px 6px; }

#app-store-icons a:nth-child(1) {
  margin-left: 0px; }

#app-store-icons a img {
  -webkit-filter: invert(0%);
  /* Chrome, Safari, Opera */
  filter: invert(0%);
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

#app-store-icons a:hover img {
  -webkit-filter: invert(100%);
  /* Chrome, Safari, Opera */
  filter: invert(100%); }

footer a.scroll-up {
  position: absolute;
  bottom: 3%;
  right: 0%;
  width: 44px;
  height: 44px;
  display: inline-block;
  border-radius: 50%;
  background: #4fad26;
  color: #efefef;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  border: none; }

footer a.scroll-up:hover {
  background: #555; }

footer a.scroll-up i {
  line-height: 44px; }

/* Blog Archive */
body.blog div.type-post,
body.search-results div.type-post,
body.archive div.type-post {
  padding-top: 1.5em;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px solid #edede7; }

body.blog div.type-post.first,
body.search-results div.type-post.first,
body.archive div.type-post.first {
  border-top: none; }

body.blog div.type-post h4,
body.search-results div.type-post h4,
body.archive div.type-post h4 {
  margin-bottom: 1em; }

body.blog div.type-post a.read-more,
body.search-results div.type-post a.read-more,
body.archive div.type-post a.read-more {
  display: inline-block;
  padding: .5em 1em;
  background: #4fad26;
  color: #fff !important;
  border-radius: 5px;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

body.blog div.type-post a.read-more:hover,
body.search-results div.type-post a.read-more:hover,
body.archive div.type-post a.read-more:hover {
  background: #307e0e; }

header {
  background: #fff;
  position: relative;
  padding: 1.5em 0em; }

#nav-container {
  text-align: center;
  margin-top: .5em; }

#nav-container ul {
  display: inline-block; }

#nav-container ul li {
  display: inline-block; }

#nav-container ul li a {
  display: block;
  margin: 0px 8px;
  padding: 0px 8px;
  text-transform: uppercase;
  font-weight: bold;
  color: #575a5d;
  font-size: 16px; }

#nav-container ul li a:hover {
  color: #4fad26;
  background: #fff; }

#nav-container ul.ubermenu-submenu {
  padding-top: 3.5em;
  padding-bottom: 2.5em;
  border: none;
  margin-top: 2.4em; }

#nav-container ul.ubermenu-submenu ul.ubermenu-submenu {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-top: 0em; }

#nav-container ul.ubermenu-submenu li {
  background: #fff; }

#nav-container ul.ubermenu-submenu .ubermenu-target-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  margin: 0px;
  line-height: 1.1em;
  text-transform: none;
  font-size: 14px;
  color: #1a1a1a; }

#nav-container ul.ubermenu-submenu ul.ubermenu-submenu a .ubermenu-target-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 6px; }

#nav-container ul.ubermenu-submenu ul.ubermenu-submenu a:hover .ubermenu-target-title {
  color: #4fad26;
  background: #fff; }

.ubermenu-skin-charcoal .ubermenu-item-level-0:hover > .ubermenu-target,
.ubermenu-skin-charcoal .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
  background: #fff !important;
  color: #4fad26 !important; }

.ubermenu-skin-charcoal .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-skin-charcoal .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-skin-charcoal .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
  color: #333 !important;
  background: #ffffff !important;
  border-bottom: 2px solid #4fad26 !important; }

#nav-container .ubermenu-custom-content-padded {
  padding-top: 0px !important; }

nav#tucked-away {
  position: absolute;
  top: 1.25em;
  right: 1.5em;
  z-index: 15000;
  display: none; }

nav#tucked-away a#hamburger-trigger {
  font-size: 2em;
  color: #4fad26;
  position: absolute;
  top: -30%;
  right: 0px; }

nav#tucked-away ul {
  width: 14em;
  position: absolute;
  top: 40px;
  right: 0px;
  display: none; }

nav#tucked-away ul li a {
  background: #4fad26;
  color: #fff;
  display: block;
  padding: .25em .75em;
  text-align: left;
  font-size: 14px; }

nav#tucked-away ul li a:hover {
  background: #d97a23; }

.search-trigger {
  display: inline-block;
  font-size: 1.2em;
  margin: 0em .5em 0 0; }

.translate-trigger {
  display: inline-block;
  font-size: 1.2em;
  margin: 0em .5em 0 0; }

.donate-cta {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  background: #d97a23 !important;
  color: #fff !important;
  padding: .5em .5em !important;
  font-size: 14px;
  border-radius: 3px !important;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

.donate-cta:hover {
  background: #4fad26 !important;
  color: #fff !important; }

.donate-cta i {
  margin-right: 4px;
  font-size: 1.2em; }

.cta-btn,
#et-boc a.cta-btn,
#et-boc a.cta-btn:active,
a.cta-btn:active,
a.cta-btn:focus {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  background: #4fad26;
  color: #fff !important;
  padding: .5em .75em;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

.cta-btn:hover,
#et-boc a.cta-btn:hover {
  background: #ffc82e;
  color: #fff !important; }

.cta-btn i,
#et-boc a.cta-btn i {
  margin-right: 4px;
  font-size: 1.2em; }

.cta-btn i.fa-arrow-right {
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -ms-transform: rotate(-45deg);
  /* IE9 */
  -moz-transform: rotate(-45deg);
  /* FF3.5/3.6 */
  -o-transform: rotate(-45deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(-45deg);
  /* Saf3.1+ */
  transform: rotate(-45deg);
  /* Newer browsers */ }

.cta-btn:hover i.fa-arrow-right {
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -ms-transform: rotate(0deg);
  /* IE9 */
  -moz-transform: rotate(0deg);
  /* FF3.5/3.6 */
  -o-transform: rotate(0deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(0deg);
  /* Saf3.1+ */
  transform: rotate(0deg);
  /* Newer browsers */ }

#search-banner {
  background: #4fad26;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 0px;
  z-index: 1500;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

#search-banner.open {
  height: 66px; }

#search-banner form {
  width: 80%;
  margin: 0 auto; }

#search-banner div.search-form-container input[type=text] {
  width: 78%;
  display: block;
  float: left;
  height: 34px !important;
  border: none;
  padding-left: 0em;
  margin: 0px;
  box-shadow: none; }

#search-banner div.search-form-container button#searchsubmit {
  width: auto;
  height: 34px;
  display: block;
  float: left;
  border: none;
  margin: 0px;
  background: #efefef;
  color: #4fad26; }

a.close-search {
  display: inline-block;
  position: absolute;
  right: 10%;
  top: 50%;
  margin-top: -28px;
  color: #fff;
  font-size: 36px; }

a.close-search:hover {
  color: #575a5d; }

#home-hero {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 86px);
  min-height: 400px; }

.hero-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#373530+0,3c3a34+100 */
  background: #373530;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #373530 0%, #3c3a34 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #373530 0%, #3c3a34 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #373530 0%, #3c3a34 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373530', endColorstr='#3c3a34',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  opacity: .7; }

#home-hero h2 {
  color: #fff;
  font-size: 3.4em;
  margin-bottom: 26px; }

#home-hero h2 .handwriting {
  font-weight: normal;
  border-bottom: 2px solid #fff;
  margin-bottom: -8px;
  display: inline-block;
  font-size: 1.2em; }

#home-hero p {
  color: #fff;
  font-size: 1.25em;
  line-height: 2em; }

#home-hero a.cta-btn {
  margin-top: 18px; }

#home-hero a.down-arrow {
  color: #b3b2ac;
  font-size: 4em;
  position: absolute;
  left: 50%;
  bottom: 2%;
  margin-left: -27px;
  opacity: .5; }

#second-section {
  padding: 4em 0em; }

#second-section h3 {
  color: #4fad26;
  font-size: 2em;
  margin-bottom: 26px; }

#second-section p {
  font-size: 18px;
  line-height: 2em; }

body.page-template-page-camp-royall #second-section p {
  line-height: inherit; }

#second-section img {
  display: block;
  margin: 1.5em auto; }

#second-section a.cta-btn {
  margin-top: 18px; }

#third-section {
  padding: 0em; }

#third-section .item {
  padding: 0em; }

#third-section .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #4fad26;
  border-color: #4fad26; }

.carousel-indicators li {
  margin: 1px 3px; }

.caption-container {
  background: rgba(255, 255, 255, 0.75);
  padding: 1.5em 2em;
  margin: 3em 0em; }

.caption-container h2 {
  font-size: 2.5em;
  line-height: 1em;
  margin-bottom: 8px; }

.caption-container h3 {
  font-size: 18px;
  margin-bottom: 12px;
  max-width: 90%; }

.caption-container p {
  line-height: 2em; }

.caption-container a.cta-btn {
  margin-top: 26px; }

#featured-events {
  padding: 3em 0em;
  text-align: center;
  background: url(../img/weave-repeater.jpg) repeat;
  min-height: 600px; }

#featured-events h2 {
  font-size: 2.8em; }

#stats-section {
  padding: 5em 0em; }

#stats-section h2 {
  font-size: 4em;
  color: #4fad26; }

#stats-section .img-container {
  min-height: 224px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5em; }

body.ie #stats-section .img-container {
  display: block; }

#stats-section img {
  display: block;
  margin: 0 auto; }

#donate-section {
  position: relative;
  padding: 3em 0em; }

#donate-section h2 {
  color: #fff !important;
  font-size: 2.5em;
  margin-bottom: 16px; }

#donate-section p {
  color: #fff;
  font-size: 16px;
  line-height: 2em; }

#donate-section a.donate-cta {
  margin-top: 26px; }

#blog-roll {
  padding: 5em 0px; }

#blog-roll h3,
#blog-roll h3 a {
  color: #575a5d;
  font-size: 22px;
  margin-bottom: 8px; }

#blog-roll h3 a:hover {
  color: #4fad26; }

#blog-roll h4 {
  color: #575a5d;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 16px;
  font-weight: normal; }

#blog-roll h4 a {
  color: #575a5d; }

#blog-roll h4 a:hover {
  color: #4fad26; }

#blog-roll p {
  line-height: 1.2em;
  color: #575a5d; }

.green-accent {
  clear: both;
  margin-top: 16px;
  width: 75px;
  border-top: 2px solid #4fad26; }

footer {
  padding: 4em 0em 5em 0em;
  background: #f1f2f2; }

footer h3 {
  color: #4fad26;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 20px; }

footer ul li {
  margin-bottom: 6px; }

footer ul li a {
  font-size: 16px;
  color: #575a5d;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  text-transform: none; }

footer ul li a:hover {
  color: #4fad26; }

footer h4 {
  font-weight: normal;
  font-size: 16px;
  text-align: center; }

footer h4.green {
  text-transform: uppercase;
  color: #4fad26;
  font-weight: 900;
  margin-bottom: 6px;
  text-align: left;
  margin-top: 16px; }

footer p.copyright-info {
  font-size: 12px; }

/* Internal Page Styles */
#internal-hero {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  background-size: cover; }

#internal-hero img {
  width: 100%;
  height: auto; }

#internal-hero .container {
  position: absolute;
  bottom: -34px;
  left: 0px;
  width: 100%; }

#internal-hero h1 {
  background: #4fad26;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: .25em 2em;
  font-size: 2.8em;
  position: relative;
  z-index: 10;
  max-width: 60%; }

body.page-template-page-ticketed-event #internal-hero h1 {
  position: absolute;
  left: -9999px; }

#introductory-paragraph p {
  font-size: 1.2em;
  color: #2e2e2e !important;
  text-align: center !important;
  padding: 0em; }

body.page-template-page-donation #introductory-paragraph p {
  font-size: 1.2em; }

body.page-template-page-awareness-and-acceptance #introductory-paragraph p {
  font-size: 1.2em; }

body.page-template-page-mission #introductory-paragraph p {
  padding: 0em; }

body.page-template-page-divi-short h2,
body.page-template-page-divi-long h2,
body.page-template-page-social-rec h2,
body.page-template-page-talk-with-specialist h2,
body.page-template-page-ticketed-event h2,
body.page-template-page-divi-short h3,
body.page-template-page-divi-long h3,
body.page-template-page-social-rec h3,
body.page-template-page-talk-with-specialist h3,
body.page-template-page-ticketed-event h3,
body.page-template-page-divi-short h4,
body.page-template-page-divi-long h4,
body.page-template-page-talk-with-specialist h4,
body.page-template-page-ticketed-event h4,
body.page-template-page-social-rec h4 {
  color: #4fad26 !important;
  font-weight: 900 !important; }

body.page-template-page-divi-short p,
body.page-template-page-social-rec p,
body.page-template-page-talk-with-specialist p,
body.page-template-page-ticketed-event p,
body.page-template-page-divi-long p {
  line-height: 1.8em; }

body.page-template-page-divi-short section#main a,
body.page-template-page-social-rec section#main a,
body.page-template-page-talk-with-specialist section#main a,
body.page-template-page-divi-long section#main a,
body.page-template-page-ticketed-event section#main a {
  color: #4fad26 !important; }

body.page-template-page-divi-short section#main a:hover,
body.page-template-page-social-rec section#main a:hover,
body.page-template-page-talk-with-specialist section#main a:hover,
body.page-template-page-divi-long section#main a:hover,
body.page-template-page-ticketed-event section#main a:hover {
  color: #d97a23 !important; }

body.page-template-page-divi-long .bullet-list ul {
  padding-left: 40px; }

body.page-template-page-divi-long .bullet-list ul li {
  list-style: disc !important;
  font-weight: normal; }

body.page-id-17310 #et_builder_outer_content .et_pb_text ul {
  padding-left: 40px !important; }

body.page-id-17310 #et_builder_outer_content .et_pb_text ul li {
  list-style: disc !important;
  font-weight: normal !important; }

#double-column-text {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: center; }

#double-column-text p:nth-child(1) {
  margin-right: 16px !important; }

#double-column-text p:nth-child(2) {
  margin-left: 16px !important; }

#donation-include {
  padding: 5em 0em;
  text-align: center; }

#donation-include h2 {
  color: #fff !important;
  font-size: 3em;
  margin-bottom: 36px; }

#donation-include p {
  color: #fff;
  font-size: 16px;
  line-height: 2em; }

#donation-include .donate-cta {
  padding: 1em 1.75em;
  font-size: 26px; }

body.page-template-page-divi-long #testimonial-row .et_pb_testimonial:before {
  content: "\f10d" !important;
  font-family: FontAwesome !important;
  font-size: 32px !important;
  left: 50%;
  position: absolute;
  top: -16px;
  background: #f5f5f5;
  margin-left: -16px;
  -moz-border-radius: 31px;
  -webkit-border-radius: 31px;
  border-radius: 31px; }

body.page-template-page-divi-long #testimonial-row p {
  font-style: italic; }

body.page-template-page-divi-long #testimonial-row strong {
  font-weight: normal !important;
  text-align: right;
  margin-right: 6em;
  font-style: italic; }

#triple-column-text {
  -moz-column-count: 3;
  -moz-column-gap: 40px;
  -webkit-column-count: 3;
  -webkit-column-gap: 40px;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: center; }

#triple-column-text p:nth-child(1),
#triple-column-text p:nth-child(2) {
  margin-right: 26px !important; }

#triple-column-text p:nth-child(2),
#triple-column-text p:nth-child(3) {
  margin-left: 16px !important; }

body.page-template-page-divi-long #bullet-list-row {
  padding: 0em 2em !important; }

section#main {
  padding-top: 4em;
  padding-bottom: 2em; }

body.page-template-page-divi-short section#main,
body.page-template-page-divi-long section#main {
  padding-top: 0em; }

section#main a {
  font-weight: bold; }

body.page-template-page-divi-long section#main #link-table td a {
  color: #1a1a1a !important;
  font-weight: normal !important;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

body.page-template-page-divi-long section#main #link-table td a i {
  margin-right: 3px; }

body.page-template-page-divi-long section#main #link-table td a:hover {
  color: #d97a23 !important; }

body.page-template-page-divi-long section#main #link-table td a:hover i {
  color: #d97a23 !important; }

section#board-list {
  padding-bottom: 2em; }

section#board-list .media {
  padding: 1.5em 0em 3em 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #979797; }

section#board-list .media h3 {
  color: #4fad26;
  font-size: 1.2em;
  font-weight: 600;
  font-family: "Open Sans", sans-serif; }

section#board-list .media .media-left {
  padding-right: 1.5em; }

.panel-heading,
.panel-group .panel {
  border-radius: 0px; }

.panel-group .panel {
  margin-bottom: 36px; }

.panel-default > .panel-heading {
  background: #fff;
  border: none; }

.panel-default {
  border-color: #4fad26; }

.panel-group .panel + .panel {
  margin-top: 0; }

.panel-group .directors-panel .panel-body {
  display: flex; }

.panel-group .directors-panel .panel-body .headshot {
  margin-right: 30px; }

@media (max-width: 660px) {
  .panel-group .directors-panel .panel-body {
    display: block; }

  .panel-group .directors-panel .panel-body .headshot {
    margin: 0px; }

  .panel-group .directors-panel .panel-body .headshot img {
    display: block;
    margin: 0 auto 30px auto; } }
h4.panel-title {
  color: #666;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  padding: 16px; }

div.panel-body {
  padding: 0em 31px 1.5em 31px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  border: none !important; }

.acc-trigger {
  color: #4fad26;
  font-size: 14px;
  margin-right: 4px;
  float: right; }

.acc-trigger i {
  font-size: 18px; }

body.page-template-page-history .row-same-height .col-md-6 {
  padding-right: 3em; }

body.page-template-page-history .row-same-height .col-md-3 {
  border-left: 1px solid #a7a7a7;
  padding-left: 3em; }

#history-carousel .slide-wrapper {
  position: relative; }

.green-bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 85%;
  background: #4fad26; }

#history-carousel .container .row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  color: #fff; }

#history-carousel .item img {
  margin-bottom: 6em; }

#history-carousel .item h2 {
  font-size: 8em;
  position: absolute;
  left: 0px;
  bottom: 6%; }

#history-carousel .item h3 {
  font-size: 2em;
  margin-bottom: 16px; }

#history-carousel .carousel-control.left,
#history-carousel .carousel-control.right {
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  filter: none;
  background-repeat: none; }

/* Mission Page */
#introductory-paragraph p {
  font-size: 1.6em;
  line-height: 1.5em;
  margin-bottom: 1.5em; }

#secondary-paragraph p a {
  font-weight: bold; }

#articles-section {
  padding-bottom: 4em; }

#articles-section .row {
  margin-bottom: 2.5em; }

#articles-section h3 {
  font-size: 2em; }

#articles-section .blurb {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center; }

#articles-section .blurb-body {
  padding: 2em; }

#toolkits {
  padding: 2em 0em 4em 0em; }

#toolkits .row {
  margin-bottom: 2.5em; }

#toolkits img {
  display: block;
  margin: 1em auto; }

#toolkits h3,
#toolkits p {
  margin-bottom: 16px; }

#toolkits a {
  font-weight: bold;
  border-bottom: 1px solid #4fad26; }

section.blurb-grid {
  margin-bottom: 3em; }

section.blurb-grid .col-md-4 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 1em; }

.image-container {
  width: 100%; }

section.blurb-grid .row {
  margin-bottom: 2em; }

section.blurb-grid .blurb-copy {
  font-size: 14px;
  padding: 0em 1em; }

section.blurb-grid .blurb-copy h3 {
  font-size: 14px;
  color: #4fad26; }

/* Educational Conference Detail Page */
#conference-details {
  margin-top: 4em; }

#conference-details h4 a {
  color: #5f5f5f; }

#conference-details .panel-body {
  background: #f7f7f7;
  padding: 1.5em 31px; }

#conference-details .panel-body ul {
  padding-left: 20px; }

body.single-conferences .entry h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8em;
  margin-top: 26px;
  margin-bottom: 26px; }

body.single-conferences .entry h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 6px; }

body.single-conferences .entry h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 26px; }

body.single-conferences .entry p {
  margin-bottom: 26px;
  line-height: 2em; }

body.single-conferences .panel-heading {
  padding: 15px; }

/* Educational Conference Archive Page */
body.page-template-page-educational-conferences #main ul {
  padding: 0px;
  margin: 0px; }

body.page-template-page-educational-conferences #main ul li {
  list-style: none;
  padding: 2em 0em 1em 0em;
  margin: 1em 0em;
  border-top: 1px solid #000; }

body.page-template-page-educational-conferences #main ul li:nth-child(1) {
  border-top: none; }

body.page-template-page-educational-conferences #main ul li h2,
body.page-template-page-educational-conferences #main ul li h3,
body.page-template-page-educational-conferences #main ul li h4,
body.page-template-page-educational-conferences #main ul li p {
  font-family: "Open Sans", sans-serif;
  color: #2e2e2e;
  margin-bottom: 8px; }

body.page-template-page-educational-conferences #main ul li h2 {
  font-size: 1.4em; }

body.page-template-page-educational-conferences #main ul li h3,
body.page-template-page-educational-conferences #main ul li h4 {
  font-size: 1.1em;
  font-weight: 600; }

body.page-template-page-educational-conferences #main ul li p {
  line-height: 2em; }

/* Donation Page */
h4#provision.default {
  color: #1a1a1a; }

h4#provision {
  color: #4fad26; }

#donation-options {
  margin: 1em auto; }

#donation-options td {
  padding: 8px; }

#donation-options button {
  width: 100%;
  background: #fff;
  border: 2px solid #b0b0b0;
  color: #5a5a5a;
  font-size: 1.8em;
  padding: 8px 16px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

#donation-options button:hover {
  background: #efefef;
  color: #5a5a5a; }

#donation-options td.active button {
  background: #4fad26;
  border: 2px solid #4fad26;
  color: #fff; }

#donation-options td.active button:hover {
  cursor: default; }

#incentive {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold; }

#other-amount-form {
  height: 0px;
  opacity: 0;
  position: relative;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

#other-amount-form.open {
  display: block;
  height: 46px;
  opacity: 1; }

#other-amount-form.alert-danger {
  margin: 0px;
  padding: 5px 15px;
  display: inline-block; }

.validation-message {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -40px;
  height: auto; }

/* Hide the Donation Amount if $1.00 */
li#field_13_17 {
  display: none; }

 /*=============================================================
	Gravity Forms
  ===========================================================*/
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea.large,
textarea {
  font-family: "Open Sans", sans-serif;
  text-align: left;
  display: block;
  width: 100%;
  height: auto !important;
  padding: 12px !important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #1a1a1a;
  background-color: #fff;
  background-image: none;
  border: 2px solid #b0b0b0 !important;
  border-radius: 2px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  margin-bottom: .25em !important; }

.gform_wrapper textarea.large,
.gform_wrapper textarea {
  height: 10em;
  text-align: left; }

.gform_body input[type=text] {
  text-align: left; }

.gform_body ::-webkit-input-placeholder {
  color: #1a1a1a !important;
  font-size: 14px; }

.gform_body :-moz-placeholder {
  /* Firefox 18- */
  color: #1a1a1a !important;
  font-size: 14px; }

.gform_body ::-moz-placeholder {
  /* Firefox 19+ */
  color: #1a1a1a !important;
  font-size: 14px; }

.gform_body :-ms-input-placeholder {
  color: #1a1a1a !important;
  font-size: 14px; }

div.validation_error {
  font-weight: bold;
  color: #a94442; }

li.gfield_error .validation_message {
  padding: 5px 15px;
  margin-top: 8px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

button, html input[type=button],
input[type=reset],
input[type=submit],
div.gform_wrapper input[type=submit] {
  background: #4fad26 !important;
  color: #fff !important;
  padding: .75em 2.25em !important;
  border: none !important;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  border-radius: 4px !important;
  font-weight: 600 !important;
  margin: 12px 12px 12px 0px !important;
  font-size: 1em !important; }

div.gform_wrapper input[type=submit]:hover {
  background: #307e0e !important;
  color: #fff !important; }

#input_12_1 {
  height: 34px !important;
  /*Newsletter Signup */ }

div.gform_wrapper .hide-label label,
div.gform_wrapper .hide-label #input_13_7_1_label {
  display: none !important; }

#label_13_6_1 {
  font-weight: 400; }

.gform_wrapper .gfield_description {
  font-weight: bold; }

div.gform_wrapper .big-label label {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  color: #6a6161;
  font-weight: normal; }

li#field_13_1 label {
  display: inline-block;
  width: 30%; }

li#field_13_1 div.ginput_container {
  display: inline-block;
  width: 69.7%; }

li#field_13_1 div.ginput_container select {
  width: 100%; }

label[for=input_13_1] {
  font-weight: 400; }

ul.gform_fields,
ul.gfield_checkbox,
ul.gfield_radio {
  padding-left: 0px !important;
  margin-top: 0px !important; }

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 400 !important; }

#field_13_8,
#field_13_9,
#field_13_10,
#field_13_11,
#field_4_6,
#field_4_7,
#field_4_8,
#field_4_15,
#field_3_6,
#field_3_7,
#field_3_8,
#field_17_18,
#field_17_28,
#field_17_27 {
  margin-top: 3em; }

.big-bottom-field {
  margin-bottom: 3em; }

#field_13_8 {
  padding-top: 3em; }

li.main-question {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #efefef; }

div.gform_wrapper .hide-label label#label_13_6_1,
div.gform_wrapper .hide-label label#label_13_13_1 {
  display: inline-block !important; }

div.gform_wrapper .hide-label label#label_13_13_1 {
  vertical-align: top;
  font-weight: 400; }

.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
  font-weight: 400; }

label[for=input_13_7_1] {
  display: none; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
.ginput_container_checkbox {
  margin-top: 0px !important; }

#input_13_7_copy_values_option_label {
  display: inline-block !important; }

#choice_13_13_1 {
  margin-top: 0px !important; }

/* City State Zip on One Line */
div.gform_wrapper .address_city {
  display: inline-block !important; }

div.gform_wrapper .address_state {
  width: 50% !important;
  display: inline-block !important;
  margin-top: 0px !important; }

div.gform_wrapper .address_state select {
  margin-top: 0px !important; }

div.gform_wrapper .address_zip {
  float: right !important;
  width: 20% !important;
  display: inline-block !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
  padding-right: 0px !important; }

div.gform_wrapper #input_13_26_5_container.address_zip,
div.gform_wrapper #input_13_3_5_container.address_zip,
div.gform_wrapper #input_13_7_5_container.address_zip,
div.gform_wrapper #input_17_3_5_container.address_zip {
  float: left !important;
  width: 48.7% !important; }

div.gform_wrapper #input_13_3_6_container.address_country,
div.gform_wrapper #input_13_7_6_container.address_country {
  float: right !important;
  width: 50% !important; }

#input_13_26_6_container {
  float: right; }

.gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
  padding-right: 0px !important; }

.gform_wrapper .gform_body .ginput_container_address input {
  margin-bottom: 16px !important; }

.gform_wrapper button {
  border: none;
  padding: .5em 1em;
  font-size: 22px; }

.gform_footer {
  text-align: center; }

body.page-id-18742 ul#gform_fields_50 li.gfield {
  margin-bottom: 4em; }

/* Divi GF Style Override */
.et-db #et-boc .et_pb_module input[type=text], .et-db #et-boc .et_pb_module input[type=password], .et-db #et-boc .et_pb_module input[type=tel], .et-db #et-boc .et_pb_module input[type=email], .et-db #et-boc .et_pb_module input.text, .et-db #et-boc .et_pb_module input.title, .et-db #et-boc .et_pb_module input textarea, .et-db #et-boc .et_pb_module input select {
  border: 1px solid #bbb;
  color: #4e4e4e;
  padding: 5px 10px;
  height: auto;
  width: inherit !important; }

li#field_17_13 {
  margin-top: 2em; }

section#main blockquote {
  text-align: center;
  padding: 1.5em;
  border: none;
  border: 1px solid #4fad26;
  position: relative;
  margin: 3em auto; }

section#main blockquote p:first-child:before {
  font-family: 'ETmodules' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\7c";
  font-size: 32px;
  left: 50%;
  position: absolute;
  top: -16px;
  background: #f5f5f5;
  margin-left: -16px;
  -moz-border-radius: 31px;
  -webkit-border-radius: 31px;
  border-radius: 31px;
  color: #4fad26; }

/* Newsletter Sign Up Form */
#footer-newsletter {
  margin: 1.5em 0em; }

#footer-newsletter div.gform_wrapper {
  margin-top: 6px; }

#footer-newsletter li,
#footer-newsletter div.gform_wrapper input[type=text] {
  margin: 0px !important;
  padding: 0px;
  border: none !important; }

#footer-newsletter div.gform_wrapper input[type=text] {
  background: #fff;
  border-radius: 0px;
  -moz-border-radius-topleft: 25px;
  -webkit-border-top-left-radius: 25px;
  border-top-left-radius: 25px;
  -moz-border-radius-bottomleft: 25px;
  -webkit-border-bottom-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 1em;
  box-shadow: none; }

#footer-newsletter div.gform_wrapper input[type=submit] {
  padding: 0em 1em;
  font-weight: normal;
  margin: 0px;
  font-size: 10px;
  height: 34px;
  border-radius: 0px;
  -moz-border-radius-topright: 25px;
  -webkit-border-top-right-radius: 25px;
  border-top-right-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -webkit-border-bottom-right-radius: 25px;
  border-bottom-right-radius: 25px; }

/* County Information */
.county-information h1 {
  color: #4fad26;
  margin-bottom: 26px; }

.county-information h2 {
  font-family: "Open Sans", sans-serif;
  color: #4fad26;
  font-size: 1.1em;
  font-weight: bold; }

#map-container {
  margin-top: 5em; }

#map-container path:hover,
#map-container polygon:hover {
  fill: #4fad26 !important;
  cursor: pointer; }

body.page-template-page-find-help #main {
  padding-top: 0em; }

#ajax-container {
  padding-top: 4em; }

table#region-key {
  margin-top: -20%; }

table#region-key td {
  padding: 1em;
  font-size: 16px;
  padding: 1em;
  font-size: 14px;
  line-height: 1.1em; }

table#region-key td .colorbox {
  width: 30px;
  height: 30px;
  border: 2px solid #1a1a1a;
  float: left;
  margin: 0 .5em 0em 0em; }

table#region-key td .colorbox:hover {
  cursor: pointer; }

#_x3C_Layer_x3E_ path:hover,
#_x3C_Layer_x3E_ polygon:hover {
  cursor: pointer; }

.st0:hover {
  fill: #83a944; }

.st1:hover {
  fill: #0e8f33; }

.st2:hover {
  fill: #d7a00a; }

.st3:hover {
  fill: #bd6415; }

.st4:hover {
  fill: #6f6f81; }

.st5:hover {
  fill: #bcc0a9; }

.st6:hover {
  fill: #dec35c; }

.st7:hover {
  fill: #295c12; }

.fa-5 {
  font-size: 4em !important;
  color: #cbd6d9; }

body.page-template-page-talk-with-specialist #map-container,
body.page-id-276 #map-container {
  margin-top: 0em; }

#ajax-content {
  padding-bottom: 4em; }

/*=============================================================
	Event Styling
  ===========================================================*/
/* Home Page Featured Events */
#featured-events h2 {
  margin-bottom: 1em; }

div.featured-event {
  display: block;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 30px; }

div.featured-event a {
  color: #fff; }

div.featured-event img {
  width: 100%;
  height: auto; }

div.featured-event .bg-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

div.featured-event .initial-caption {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  display: block;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

div.featured-event .initial-caption h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase; }

div.featured-event .event-caption {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  display: block;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  opacity: 0;
  text-align: center;
  background: url(../img/event-caption-bg.jpg) no-repeat;
  background-size: cover;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

div.featured-event .event-caption div {
  width: 100%;
  padding: 0em 2em; }

div.featured-event .event-caption h4 {
  margin-bottom: 1em;
  font-size: 18px;
  font-family: "Open Sans", sans-serif; }

div.featured-event .event-caption h5 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif; }

div.featured-event:hover .initial-caption {
  opacity: 0; }

div.featured-event:hover .event-caption {
  opacity: 1; }

div.event-short-description p {
  font-size: 14px; }

div.featured-event .cta-btn {
  background: #fff !important;
  color: #4fad26 !important;
  font-size: 14px;
  margin-top: 18px; }

div.featured-event .cta-btn:hover {
  background: #efefef !important;
  color: #4fad26 !important; }

#event-view-toggle {
  text-align: right;
  margin-top: 2.5em; }

#event-view-toggle li a {
  color: #999; }

#event-view-toggle li a:hover {
  color: #4fad26; }

#event-view-toggle li a.active {
  font-weight: bold;
  color: #4fad26; }

#event-view-toggle li a.active:hover {
  font-weight: bold;
  color: #4fad26;
  cursor: default; }

#calendar-view-container {
  display: block;
  padding-bottom: 4em; }

#list-view-container {
  display: none;
  padding-bottom: 4em; }

#espresso-category-legend {
  text-align: center;
  margin-top: 2.5em !important; }

#espresso-category-legend p.smaller-text {
  display: none; }

div.ee-filter-form {
  display: none; }

#ee-category-legend-ul {
  padding-left: 0px;
  display: inline-block;
  text-align: center;
  margin: 0em auto;
  float: none !important; }

#ee-category-legend-ul li {
  list-style: none;
  border-left: 1px solid #777;
  margin: 0 0 25px 0 !important; }

#ee-category-legend-ul li:first-child {
  border-left: none; }

#ee-category-legend-ul li {
  list-style: none !important; }

#ee-category-legend-ul li a {
  display: block;
  padding: 0em .5em;
  font-weight: 400;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

#ee-category-legend-ul li a:hover {
  color: #4fad26; }

.fc-header-title h2 {
  color: #4fad26;
  font-size: 2.5em !important;
  font-weight: 600 !important; }

#espresso_calendar a.fc-event {
  font-weight: 400 !important;
  font-size: 14px !important; }

.footable > thead > tr > th,
.footable > thead > tr > td,
.footable > tfoot > tr > th, .footable > tfoot > tr > td {
  background-color: #4fad26 !important;
  background-image: none !important;
  background-image: none !important;
  background-image: none !important;
  background-image: none !important;
  background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: none !important;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  border-top: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #fff;
  border: none !important; }

/* Archive Styling */
.byline-meta {
  margin-top: 6px;
  margin-bottom: 1em; }

body.archive h2 {
  font-size: 1.5em; }

/* Event Single */
body.single-espresso_events section#main {
  padding-top: 5em; }

body.single-espresso_events div.panel-body {
  padding: 1.5em; }

body.single-espresso_events div.panel-body h4 a {
  color: #1a1a1a;
  font-weight: 400; }

body.single-espresso_events div.panel-body address br {
  display: none; }

body.single-espresso_events div.panel-body address span[itemprop=streetAddress] {
  display: block; }

body.single-espresso_events div.panel-body address span[itemprop=addressRegion]:before,
body.single-espresso_events #venue-info address span[itemprop=addressRegion]:before {
  content: ", "; }

body.single-espresso_events div.panel-body address span[itemprop=postalCode] {
  display: block; }

body.single-espresso_events div.panel-body address span[itemprop=addressCountry],
body.single-espresso_events #venue-info address span[itemprop=addressCountry] {
  display: none; }

td.category-list a {
  font-weight: 400 !important; }

body.single-espresso_events .tkt-slctr-tbl-wrap-dv {
  margin: 0px; }

.ticket-selector-submit-btn-wrap {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%; }

body.single-espresso_events input.ticket-selector-submit-btn {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  background: #4fad26;
  color: #fff;
  padding: .5em .75em;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  float: none; }

body.single-espresso_events input.ticket-selector-submit-btn:hover {
  background: #d97a23;
  color: #fff; }

body.single-espresso_events #venue-info {
  position: relative; }

body.single-espresso_events #venue-info .google-map {
  width: 100%;
  min-height: 362px; }

body.single-espresso_events #venue-info .google-map div.ee-gmap {
  width: 100% !important;
  height: 362px; }

body.single-espresso_events #venue-info h3 {
  color: #1a1a1a;
  font-weight: 400; }

body.single-espresso_events #venue-info address br {
  display: none; }

body.single-espresso_events #venue-info address span[itemprop=addressLocality]:before {
  content: ", "; }

body.single-espresso_events #venue-info address span[itemprop=postalCode]:before {
  content: " "; }

/* Workplace Giving & Employer Matching */
body.page-id-308 div.donation-step {
  padding: 1.5em 0em !important; }

/*=============================================================
	Camp Royall Template
  ===========================================================*/
body.page-template-page-camp-royall #internal-hero h2 {
  background: #ffc82e;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: .25em 2em;
  font-size: 2.8em;
  position: relative;
  z-index: 10;
  max-width: 60%; }

body.page-template-page-camp-royall section#main {
  padding-top: 0em; }

/*Navigation Styles */
body.page-template-page-camp-royall #camp-royall-menu,
body.page-template-page-camp-royall-2022 #camp-royall-menu {
  text-align: center;
  background: #bce08a;
  padding: 3.5em 0em 1.5em 0; }

body.page-template-page-camp-royall #camp-royall-menu #nav,
body.page-template-page-camp-royall-2022 #camp-royall-menu #nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  line-height: 1.5em;
  display: inline-block; }

body.page-template-page-camp-royall #camp-royall-menu #nav ul,
body.page-template-page-camp-royall-2022 #camp-royall-menu #nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  line-height: 1.5em; }

body.page-template-page-camp-royall #camp-royall-menu #nav a,
body.page-template-page-camp-royall-2022 #camp-royall-menu #nav a {
  display: block;
  padding: 0px 20px;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #bce08a; }

body.page-template-page-camp-royall #camp-royall-menu #nav a:hover,
body.page-template-page-camp-royall-2022 #camp-royall-menu #nav a:hover {
  background-color: #bce08a;
  color: #333; }

body.page-template-page-camp-royall #camp-royall-menu #nav li,
body.page-template-page-camp-royall-2022 #camp-royall-menu #nav li {
  float: none;
  display: inline-block;
  position: relative; }

body.page-template-page-camp-royall #camp-royall-menu #nav ul,
body.page-template-page-camp-royall-2022 #camp-royall-menu #nav ul {
  padding-top: 1.8em;
  position: absolute;
  display: none;
  width: 12em;
  top: 1.5em;
  z-index: 15000; }

body.page-template-page-camp-royall #camp-royall-menu #nav li ul a,
body.page-template-page-camp-royall-2022 #camp-royall-menu #nav li ul a {
  width: 12em;
  height: auto;
  float: left; }

body.page-template-page-camp-royall #camp-royall-menu #nav li ul a:hover,
body.page-template-page-camp-royall-2022 #camp-royall-menu #nav li ul a:hover {
  background-color: #8aae58;
  color: #000; }

body.page-template-page-camp-royall #camp-royall-menu #nav ul ul {
  top: auto; }

body.page-template-page-camp-royall #camp-royall-menu #nav li ul ul {
  left: 12em;
  margin: 0px 0 0 10px; }

body.page-template-page-camp-royall #camp-royall-menu #nav li:hover ul ul,
body.page-template-page-camp-royall #camp-royall-menu #nav li:hover ul ul ul,
body.page-template-page-camp-royall #camp-royall-menu #nav li:hover ul ul ul ul {
  display: none; }

body.page-template-page-camp-royall #camp-royall-menu #nav li:hover ul,
body.page-template-page-camp-royall #camp-royall-menu #nav li li:hover ul,
body.page-template-page-camp-royall #camp-royall-menu #nav li li li:hover ul,
body.page-template-page-camp-royall #camp-royall-menu #nav li li li li:hover ul {
  display: block; }

/*End Navigation Styles*/
body.page-template-page-camp-royall section#main h1,
body.page-template-page-camp-royall section#main h2,
body.page-template-page-camp-royall section#second-section h2,
body.page-template-page-camp-royall section#main h3,
body.page-template-page-camp-royall section#main h4,
body.page-template-page-camp-royall section#main h5 {
  font-family: "Baloo", cursive;
  color: #4fad26; }

body.page-template-page-camp-royall #first-section p,
body.page-template-page-camp-royall #video-row p {
  margin-bottom: 26px;
  font-size: 18px; }

body.page-template-page-camp-royall div.video-container {
  margin: 2em 0em !important;
  padding: 3em !important;
  background: url(../img/video-embed-bg.jpg) center center no-repeat !important;
  background-size: contain !important; }

body.page-id-1151 #main,
body.page-template-page-camp-royall #second-section {
  padding: 4em 0em 240px 0em;
  background: url(../img/Camp-Royall-hayride.jpg) right bottom no-repeat; }

/*=============================================================
	Webinar Styles
  ===========================================================*/
video::-internal-media-controls-download-button {
  display: none; }

video::-webkit-media-controls-enclosure {
  overflow: hidden; }

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
  /* Adjust as needed */ }

li#field_3 input#choice_3_1 {
  margin-top: 0px; }

.woocommerce-MyAccount-navigation ul {
  padding-left: 0px !important; }

.woocommerce-MyAccount-navigation ul li {
  list-style: none !important; }

.woocommerce-MyAccount-content h2 {
  color: #4fad26;
  margin-top: 26px; }

section#main .checkout-button {
  color: #fff !important;
  background: #4fad26;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

section#main .checkout-button:hover {
  color: #fff !important;
  background: #d97a23; }

section#main #place_order {
  color: #fff !important;
  background: #d97a23;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

section#main #place_order:hover {
  color: #fff !important;
  background: #4fad26; }

.woocommerce form .form-row .required {
  color: #d33737;
  text-decoration: none !important; }

a.select2-choice {
  padding: 6px !important; }

.et_divi_builder #et_builder_outer_content .et_pb_divider:before {
  border-color: #CBCBCB !important; }

/* Woocommerce Reset */
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 100%;
  float: none; }

ul.list-unstyled li {
  list-style: none !important; }

body.page-template-page-camp-royall .et_pb_module a {
  color: #4fad26 !important; }

body.page-template-page-camp-royall .et_pb_module a:hover {
  color: #d97a23 !important; }

#et_builder_outer_content .et_pb_text ul li {
  list-style: none !important; }

#et_builder_outer_content .et_pb_text ul {
  margin: 0px 0px 1em 0px !important;
  padding: 0px !important; }

body.single-stories section#main {
  padding-top: 1.5em; }

body.single-stories section#main .description {
  margin-bottom: 26px;
  margin-top: 12px;
  font-weight: bold; }

ul.bulleted-icon-list li {
  position: relative !important;
  padding-left: 16px !important;
  margin-left: 8px !important;
  margin-bottom: 16px !important;
  list-style: none !important; }

body.page-id-254 ul.bulleted-icon-list li,
body.page-id-280 ul.bulleted-icon-list li {
  padding-left: 22px !important; }

ul.bulleted-icon-list li i {
  position: absolute !important;
  left: -6px !important;
  top: 3px; }

body.page-template-page-talk-with-specialist #main,
body.page-template-page-talk-with-specialist #introductory-paragraph p {
  padding: 0px; }

/* 	Press Release Archive Page */
body.post-type-archive-pressrelease section#main h2,
body.post-type-archive-inthenews section#main h2 {
  font-size: 16px; }

body.post-type-archive-pressrelease section#main div.byline-meta h4,
body.post-type-archive-inthenews section#main div.byline-meta h4 {
  font-size: 14px;
  font-weight: normal; }

body.post-type-archive-pressrelease .hentry,
body.post-type-archive-inthenews .hentry {
  padding: .5em 0em; }

/* Social Recreation Pages */
/*Navigation Styles */
body.page-template-page-social-rec #camp-royall-menu {
  text-align: center;
  background: #bce08a;
  padding: 3.5em 0em 1.5em 0; }

body.page-template-page-social-rec #camp-royall-menu #nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  line-height: 1.5em;
  display: inline-block; }

body.page-template-page-social-rec #camp-royall-menu #nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  line-height: 1.5em; }

body.page-template-page-social-rec #camp-royall-menu #nav a {
  display: block;
  padding: 0px 20px;
  color: #1a1a1a;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #bce08a; }

body.page-template-page-social-rec #camp-royall-menu #nav a:hover {
  background-color: #bce08a;
  color: #4fad26; }

body.page-template-page-social-rec #camp-royall-menu #nav li {
  float: none;
  display: inline-block;
  position: relative; }

body.page-template-page-social-rec #camp-royall-menu #nav ul {
  padding-top: 1.8em;
  position: absolute;
  display: none;
  width: 12em;
  top: 1.5em;
  z-index: 15000; }

body.page-template-page-social-rec #camp-royall-menu #nav li ul a {
  width: 12em;
  height: auto;
  float: left; }

body.page-template-page-social-rec #camp-royall-menu #nav li ul a:hover {
  background-color: #8aae58;
  color: #000; }

body.page-template-page-social-rec #camp-royall-menu #nav ul ul {
  top: auto; }

body.page-template-page-social-rec #camp-royall-menu #nav li ul ul {
  left: 12em;
  margin: 0px 0 0 10px; }

body.page-template-page-social-rec #camp-royall-menu #nav li:hover ul ul,
body.page-template-page-social-rec #camp-royall-menu #nav li:hover ul ul ul,
body.page-template-page-social-rec #camp-royall-menu #nav li:hover ul ul ul ul {
  display: none; }

body.page-template-page-camp-royall #camp-royall-menu #nav li:hover ul,
body.page-template-page-camp-royall #camp-royall-menu #nav li li:hover ul,
body.page-template-page-camp-royall #camp-royall-menu #nav li li li:hover ul,
body.page-template-page-camp-royall #camp-royall-menu #nav li li li li:hover ul {
  display: block; }

/*End Navigation Styles*/
body.page-template-page-social-rec section#main {
  padding-top: 0em; }

body.page-template-page-social-rec section#main .cta-btn {
  display: inline-block !important;
  font-family: "Montserrat", sans-serif !important;
  background: #4fad26 !important;
  color: #fff !important;
  padding: .5em .75em !important;
  border-radius: 3px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  font-size: 20px !important;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

body.page-template-page-social-rec section#main .cta-btn:hover {
  background: #d97a23 !important;
  color: #fff !important; }

/* Imported Blog Images */
body.single .entry img,
body.single .entry div {
  max-width: 100% !important;
  height: auto; }

/* Quote Read More Buttons */
body.page-template-page-divi-long section#main .et_pb_testimonial_description_inner .btn,
body.page-template-page-divi-short section#main .et_pb_testimonial_description_inner .btn {
  background: #4fad26 !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: .5em 1em !important;
  margin-top: 16px !important;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

body.page-template-page-divi-long section#main .et_pb_testimonial_description_inner .btn:hover,
body.page-template-page-divi-short section#main .et_pb_testimonial_description_inner .btn:hover {
  background: #d97a23 !important; }

/*=============================================================
	For the Media Page
  ===========================================================*/
body.page-template-page-for-the-media .panel-default {
  border-color: #efefef;
  padding: 1.5em; }

body.page-template-page-for-the-media .panel-default .panel-body {
  padding: 0px; }

body.page-template-page-for-the-media .panel-default .panel-body h3 {
  margin-bottom: 16px; }

body.page-template-page-for-the-media .panel-default ul {
  padding-left: 40px; }

body.page-template-page-for-the-media .panel-default ul.bulleted-icon-list {
  padding-left: 0px; }

body.single-post section#main .entry ul {
  padding-left: 20px; }

#breadcrumb-holder {
  display: none;
  padding: 2.5em 0em 0em 0em; }

/* Divi Text Bullets */
body.page-template-page-divi-short #et_builder_outer_content .et_pb_text ul.bullet-list {
  padding-left: 20px !important; }

body.page-template-page-divi-short #et_builder_outer_content .et_pb_text ul.bullet-list li {
  list-style: disc !important;
  font-weight: normal !important;
  margin-bottom: 8px; }

#sign-up-container {
  padding: 26px 0px; }

#sign-up-container .gform_wrapper li,
#sign-up-container .gform_wrapper li span.name_prefix,
#sign-up-container .gform_wrapper li span.name_first,
#sign-up-container .gform_wrapper li span.name_last,
#sign-up-container .gform_wrapper li #input_20_3_4_container {
  display: block !important;
  width: 100% !important; }

#sign-up-container input {
  width: 100% !important; }

#sign-up-container li#field_21_13,
#sign-up-container li#field_23_13 {
  display: none !important; }

#webinar-tabs > li.active > a,
#webinar-tabs > li.active > a:focus,
#webinar-tabs > li.active > a:hover {
  border: 1px solid #ddd !important;
  border-bottom-color: transparent !important; }

#webinar-tabs {
  border-bottom: none; }

#webinar-tab-content {
  padding: 1.5em;
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 6px;
  -moz-border-radius-topleft: 0;
  border-radius: 6px;
  border-top-left-radius: 0; }

#webinar-tab-content .ginput_cardinfo_left {
  width: 100%; }

.badge.alerted {
  background-color: #DC4345; }

.webinar-archive-post {
  padding: 0em 1.5em; }

.webinar-archive-post img {
  display: block;
  margin: 0 auto; }

.webinar-archive-post h3 {
  margin: 16px 0px; }

a.webinar-link {
  font-weight: bold;
  border-bottom: 1px solid #4fad26;
  display: inline-block;
  margin: 0px auto; }

/* Barrett Jackson Auction Page */
body.page-id-8922 li#field_13_9,
body.page-id-8922 li#field_13_13,
body.page-id-8922 li#field_13_20 {
  display: none !important; }

.donation-meter {
  margin-left: 30px;
  width: 100px;
  margin: 0 auto; }

.donation-meter .glass {
  background: #e5e5e5;
  border-radius: 100px 100px 0 0;
  display: block;
  height: 300px;
  margin: 0 35px 10px;
  padding: 5px;
  position: relative;
  width: 30px; }

.donation-meter .amount {
  background: #f34e54;
  border-radius: 100px;
  display: block;
  width: 20px;
  position: absolute;
  bottom: 5px; }

.donation-meter strong {
  display: block;
  text-align: center; }

.donation-meter .goal {
  font-size: 30px; }

.donation-meter .total {
  font-size: 16px;
  position: absolute;
  right: 35px; }

.bulb {
  background: #e5e5e5;
  border-radius: 100px;
  display: block;
  height: 60px;
  margin: 0 35px 10px;
  padding: 5px;
  position: relative;
  top: -20px;
  right: 15px;
  width: 60px; }

.bulb .red-circle {
  background: #f34e54;
  border-radius: 100px;
  display: block;
  height: 50px;
  width: 50px; }

.bulb .filler {
  background: #f34e54;
  border-radius: 100px 100px 0 0;
  display: block;
  height: 30px;
  width: 20px;
  position: relative;
  top: -65px;
  right: -15px;
  z-index: 30; }

body.page-id-8922 #dontation-tracker {
  display: flex; }

body.home section#home-hero.post-12461 {
  background-position: right top !important; }

#webinarModal .modal-dialog {
  width: 768px;
  max-width: 100%; }

#webinarModal h4,
#webinarSurveyCompleted h4 {
  color: #4fad26;
  font-size: 2em; }

#webinarModal table.gsurvey-likert th.gsurvey-likert-choice-label {
  font-size: 14px;
  padding: 3px 0 !important; }

#webinarModal table.gsurvey-likert .gsurvey-likert-row-label {
  font-size: 13px;
  padding: 8px 6px !important;
  text-align: left;
  font-weight: normal; }

#webinarModal li.gsurvey-survey-field {
  margin-bottom: 26px; }

#webinarModal li.gfield .gfield_label {
  color: #4fad26; }

#webinarModal textarea {
  height: 6em !important; }

#webinarModal .modal-header,
#webinarModal .modal-body,
#webinarModal .modal-footer {
  padding-left: 30px;
  padding-right: 30px; }

#webinarSurveyCompleted .modal-header,
#webinarSurveyCompleted .modal-body {
  text-align: center; }

#webinarSurveyCompleted i {
  font-size: 6em;
  margin: 36px auto; }

/* Custom Event Script BBox */
#bbox-root {
  padding-top: 2em;
  border-top: 1px solid #efefef; }

#bbox-root label.BBFormEventName,
#bbox-root #bboxevent_priceselect_GrandTotal,
#bbox-root label.BBFormRegistrantHeading,
#bbox-root label#bboxevent_billing_lblHeadingContact {
  color: #4fad26;
  margin-bottom: 6px; }

#bbox-root input,
#bbox-root select,
.et-db #et-boc .et_pb_module #bbox-root input,
.et-db #et-boc .et_pb_module #bbox-root select {
  width: 100% !important;
  margin: 0px 0px 6px 0px !important; }

#bbox-root select#bboxevent_payment_cboMonth,
.et-db #et-boc .et_pb_module #bbox-root select#bboxevent_payment_cboMonth,
#bbox-root select#bboxevent_payment_cboYear,
.et-db #et-boc .et_pb_module #bbox-root select#bboxevent_payment_cboYear {
  width: auto !important;
  margin: 0px 0px 6px 0px !important; }

#bbox-root input#bboxevent_payment_txtCSC,
.et-db #et-boc .et_pb_module #bbox-root input#bboxevent_payment_txtCSC {
  width: 82px !important;
  margin: 0px 0px 6px 0px !important; }

#bbox-root input[type=checkbox],
.et-db #et-boc .et_pb_module #bbox-root input[type=checkbox] {
  width: auto !important; }

#bbox-root .BBFormTableHeader {
  padding-bottom: 6px; }

#bbox-root #bboxevent_payment_divProcessedByBlackbaud a#bboxsecure {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 9px;
  line-height: 1em;
  border-bottom: none !important; }

#bbox-root .BBFormPricingTable div {
  padding-right: 36px;
  margin-bottom: 6px; }

#bbox-root .BBFormPricingTable div:nth-child(1),
#bbox-root .BBFormPricingTable div:nth-child(1) div {
  margin-bottom: 0px; }

#bbox-root #bboxevent_priceselect_divAddedDonation .BBFormColAddedDonationLabel {
  width: 60%; }

#bbox-root #bboxevent_priceselect_divAddedDonation .BBFormColAddedDonation {
  width: 40%; }

#bbox-root #bboxevent_priceselect_divAddedDonation .BBFormColAddedDonation input {
  text-align: left; }

#bbox-root #bboxevent_priceselect_divFooterRow {
  margin-top: 16px;
  margin-bottom: 26px; }

#bbox-root #bboxevent_billing_lblFullName {
  font-weight: bold; }

#bbox-root input#bboxevent_billing_txtLastName,
.et-db #et-boc .et_pb_module #bbox-root input#bboxevent_billing_txtLastName,
#bbox-root input[data-reg-field=lastname],
.et-db #et-boc .et_pb_module #bbox-root input[data-reg-field=lastname] {
  margin-left: 4px !important; }

#bbox-root #bboxevent_payment_divCardTypes {
  margin-bottom: 12px; }

#bbox-root #DCCreditSecurityCode {
  padding-left: 8px; }

#bbox-root fieldset {
  margin-bottom: 26px; }

.et-db #et-boc .et_pb_module #bbox-root input[type=submit] {
  background: #4fad26;
  color: #fff;
  padding: .75em 2.25em;
  border: none;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  border-radius: 4px;
  font-weight: 600;
  margin: 12px 12px 12px 0px;
  font-size: 1em;
  display: inline-block;
  width: auto !important; }

.et-db #et-boc .et_pb_module #bbox-root input[type=submit]:hover {
  background: #307e0e;
  color: #fff; }

#bbox-root #BBSubmitButtonRow {
  text-align: center; }

#event-sponsor-row {
  text-align: center !important; }

#event-sponsor-row a {
  display: inline-block;
  padding: 6px 12px !important;
  font-weight: bold !important; }

div.et_pb_text_inner hr {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  border: 0 !important;
  border-top: 1px solid #efefef !important; }

#forum-registration-form {
  text-align: center; }

#forum-registration-form .gform_body {
  display: inline-block;
  width: 100%;
  max-width: 480px; }

#forum-registration-form .gform_body li {
  padding: 0; }

#forum-registration-form #gform_40 {
  text-align: center; }

#webinar-jump-menu li {
  display: inline-block;
  margin: 0;
  padding: 0; }

#webinar-jump-menu li a {
  border-left: 2px solid #1a1a1a;
  margin: 0;
  padding: 3px 8px;
  text-decoration: underline; }

#webinar-jump-menu li:first-child a {
  border: none; }

#webinar-jump-menu li a {
  font-size: 1.3em;
  line-height: 1em;
  display: block;
  color: #1a1a1a;
  font-weight: 400; }

#webinar-jump-menu li a:hover {
  color: #4fad26; }

/* Guest Book Styling */
div.gwolle-gb h3 {
  color: #4fad26;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 20px; }

div.gwolle-gb label {
  color: #1a1a1a;
  font-size: 18px;
  margin-top: 8px; }

html body div.gwolle-gb form.gwolle-gb-write button.gb-notice-dismiss {
  border-radius: 50% !important;
  background-color: #4fad26 !important;
  line-height: 46px !important;
  height: 46px !important;
  width: 46px !important;
  font-size: 26px !important; }

html body div.gwolle-gb form.gwolle-gb-write button.gb-notice-dismiss:hover {
  background-color: #d97a23 !important; }

/* 50 Year Anniversary Page */
.asnc-branded-button a.cta-btn {
  margin-top: 8px !important;
  display: inline-block !important;
  font-family: "Montserrat", sans-serif  !important;
  background: #4fad26 !important;
  color: #fff !important;
  padding: .5em .75em !important;
  border-radius: 3px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  font-size: 20px !important;
  -webkit-transition: all .2s ease-in !important;
  -moz-transition: all .2s ease-in !important;
  -o-transition: all .2s ease-in !important;
  transition: all .2s ease-in !important; }

.asnc-branded-button a.cta-btn:hover {
  background: #ffc82e !important;
  color: #fff !important; }

.et-db #et-boc .et-l .et_pb_video_0.asnc-video-container .et_pb_video_overlay a.et_pb_video_play {
  color: #ffffff !important;
  -webkit-transition: all .2s ease-in !important;
  -moz-transition: all .2s ease-in !important;
  -o-transition: all .2s ease-in !important;
  transition: all .2s ease-in !important; }

.et-db #et-boc .et-l .et_pb_video_0.asnc-video-container .et_pb_video_overlay a.et_pb_video_play:hover {
  color: #4fad26  !important; }

/*=============================================================
	Page Builder Styles
  ===========================================================*/
.page-template-page-camp-royall-2022 .row.justify-content-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }

.block_wysiwyg ul {
  padding-left: 40px; }

.block_wysiwyg h1,
.block_wysiwyg h2,
.block_wysiwyg h3,
.block_wysiwyg h4 {
  font-family: "Baloo", cursive;
  color: #4fad26; }

#featured-events.block_photo_buttons {
  min-height: unset; }

#featured-events.block_photo_buttons h2 {
  font-family: "Baloo", cursive; }

.block_testimonials img {
  display: block;
  margin: 0 auto; }

.block_testimonials .et_pb_testimonial_content {
  padding: 2em;
  margin-top: 2em;
  text-align: center;
  position: relative; }

.block_testimonials .et_pb_testimonial_content:before {
  font-family: ETmodules !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
  content: "|";
  font-size: 32px;
  left: 50%;
  position: absolute;
  top: -16px;
  background: #f5f5f5;
  margin-left: -16px;
  border-radius: 31px;
  z-index: 2;
  color: #4fad26; }

.block_testimonials .et_pb_testimonial_content a.btn {
  display: inline-block;
  padding: 6px 1.5em !important;
  border-radius: 6px;
  background: #4fad26;
  color: #fff !important;
  line-height: 1;
  margin-top: 16px;
  font-weight: 400 !important; }

.block_testimonials .et_pb_testimonial_content a.btn:hover {
  background: #d97a23;
  color: #fff !important; }

body.page-template-page-camp-royall-2022 #nav-container #ubermenu-main-2-main_navigation-2 {
  display: none; }

body.page-template-page-camp-royall-2022 nav#tucked-away {
  display: block; }

#second-section.block_contact_us {
  padding: 0; }

#second-section.block_contact_us a {
  font-weight: 400; }

#accredidation-row {
  display: block; }

#accredidation-row .col-md-12 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin-top: 1.5em; }

#accredidation-row .badge-logo {
  display: inline-block;
  margin: 12px; }

@media (max-width: 991px) {
  #accredidation-row .col-md-12 {
    justify-content: center; } }
footer #searchform {
  display: flex;
  flex-flow: row nowrap; }

footer #searchform #searchsubmit {
  margin: 0 !important;
  padding: 0 !important; }

footer #gform_12 .gform_body,
footer #gform_12 .gform_footer {
  display: flex;
  width: 100% !important;
  max-width: inherit; }

footer #gform_12 .gform_body ul,
footer #gform_12 .gform_body li,
footer #gform_12 .gform_body input {
  width: 100%;
  flex-basis: 100%; }

footer #footer-newsletter #gform_12 .gform_footer input[type=submit] {
  width: 100%;
  padding: 0 2.25em !important; }

@media (max-width: 600px) {
  h2#camp-royall-page-title {
    font-size: 1.8em !important;
    max-width: 80% !important; } }
@media (max-width: 320px) {
  h2#camp-royall-page-title {
    font-size: 1.8em !important;
    max-width: 100% !important; } }
.block_wysiwyg ul.bulleted-icon-list {
  padding-left: 0; }

.block_wysiwyg ul.bulleted-icon-list li {
  margin: 5px 0 5px 0; }

#et_builder_outer_content .et_pb_text.contains-bullet-list ul {
  padding-left: 20px !important; }

#et_builder_outer_content .et_pb_text.contains-bullet-list li {
  list-style: disc !important;
  margin: 5px 0; }

.block_accordion .panel-heading {
  padding: 0 15px; }

.block_accordion .panel-heading h4 a {
  color: #666 !important;
  font-family: "Baloo", cursive;
  font-weight: 500 !important;
  font-size: 14px; }

.block_accordion .panel-group .panel {
  margin-bottom: 2.75%; }

/*=============================================================
	Media Queries
  ===========================================================*/
@media (max-width: 1200px) {
  #logo-column img {
    max-width: 100%;
    height: auto; }

  #event-view-toggle {
    text-align: center;
    margin-top: 3.5em;
    margin-bottom: 1.5em; }

  div.ee-filter-form {
    display: block; }

  #espresso-category-legend {
    display: none; } }
@media (min-width: 992px) and (max-width: 1199px) {
  header .donate-cta {
    font-size: 10px; }

  #nav-container ul.ubermenu-submenu {
    margin-top: 2em; } }
/* Widescreen */
@media (max-width: 990px) {
  #second-section .row {
    display: block; }

  div.vertical-divider {
    display: none; }

  #nav-container {
    display: none; }

  nav#tucked-away {
    display: block; }

  #logo-column,
  #cta-column {
    position: relative !important; }

  .et_divi_builder #et_builder_outer_content .et_pb_row,
  .et_divi_builder #et_builder_outer_content .et_pb_column .et_pb_row_inner {
    padding: 30px 16px !important; }

  #internal-hero h1 {
    font-size: 2.3em;
    max-width: 80%; }

  #double-column-text,
  #triple-column-text {
    -moz-column-count: inherit;
    -moz-column-gap: inherit;
    -webkit-column-count: inherit;
    -webkit-column-gap: inherit;
    display: block; }

  #double-column-text p:nth-child(1) {
    margin-right: 0px !important; }

  #double-column-text p:nth-child(2) {
    margin-left: 0px !important; }

  #triple-column-text p:nth-child(1),
  #triple-column-text p:nth-child(2) {
    margin-right: 0px !important; }

  #triple-column-text p:nth-child(2),
  #triple-column-text p:nth-child(3) {
    margin-left: 0px !important; }

  #articles-section .blurb {
    display: block;
    text-align: center; }

  #articles-section img {
    display: block;
    margin: .5em auto; }

  table#region-key {
    margin-top: 0%; }

  #register-same-page {
    display: none; }

  footer .search-form-container {
    display: none; }

  #footer-newsletter {
    text-align: center; }

  #footer-newsletter .gform_wrapper {
    display: inline-block; }

  footer {
    padding: 4em 0em 2em 0em; }

  .center-content {
    display: block; }

  #webinar-jump-menu li {
    display: block;
    margin-bottom: 8px; }

  #webinar-jump-menu li a {
    border-left: none; } }
@media (max-width: 880px) {
  #cta-column {
    text-align: center !important; } }
@media (max-width: 768px) {
  .col-xs-height {
    display: block;
    float: none !important; }

  #search-banner form {
    width: 100%;
    margin: 0 auto; }

  #search-banner {
    display: block;
    padding-top: 0px; }

  #search-banner.open {
    display: block;
    padding-top: 16px; }

  footer h4.green {
    text-align: center; }

  #history-carousel {
    width: 100%;
    height: auto;
    min-height: none;
    position: relative;
    padding: 1.5em 0em;
    background: #4fad26; }

  #history-carousel .container .row {
    display: block; }

  #history-carousel .item {
    display: block;
    padding-bottom: 0px;
    margin-bottom: 1.5em; }

  #history-carousel a.carousel-control {
    display: none; }

  #history-carousel img {
    display: none; }

  #history-carousel .item h2 {
    font-size: 1.8em;
    position: relative;
    left: 0px;
    bottom: 0%; }

  #history-carousel .green-bg {
    display: none; }

  section.blurb-grid .col-md-4 {
    display: block; }

  section.blurb-grid .col-md-4 img {
    display: block;
    margin: .5em auto; }

  #map-container svg {
    display: none; }

  #internal-hero h1 {
    max-width: none; }

  footer {
    text-align: center; }

  footer ul {
    margin-bottom: 3em; }

  body.page-id-8922 #dontation-tracker {
    display: block; } }
@media (max-width: 690px) {
  #home-hero a.down-arrow {
    display: none; } }
@media (max-width: 660px) {
  #home-hero {
    position: relative;
    display: block;
    height: auto;
    min-height: none;
    padding: 3.5em 1em; }

  table#region-key {
    display: none; }

  #logo-column,
  #cta-column {
    width: 100%;
    float: none; }

  #cta-column {
    margin-top: 1em; }

  .media,
  .media-left,
  .media-body {
    display: block;
    width: auto; }

  .media-left img {
    display: block;
    margin: 1em auto; } }
@media (max-width: 640px) {
  /* City State Zip on One Line */
  div.gform_wrapper .address_city {
    display: block !important; }

  div.gform_wrapper .address_state {
    width: 100% !important;
    display: block !important;
    margin-top: 0px !important; }

  div.gform_wrapper .address_state select {
    margin-top: 0px !important; }

  div.gform_wrapper .address_zip {
    float: none !important;
    width: 100% !important;
    display: block !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-right: 0px !important; }

  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
    padding-right: 0px !important; }

  .gform_wrapper .gform_body .ginput_container_address input {
    margin-bottom: 16px !important; }

  .gform_body select {
    height: 60px !important; }

  #footer-newsletter .gform_wrapper {
    display: block; }

  #footer-newsletter label {
    display: none !important; }

  #footer-newsletter div.gform_wrapper input[type=text] {
    border-radius: 0px !important;
    padding-left: 1em;
    height: auto;
    padding: 1em; }

  #footer-newsletter div.gform_wrapper input[type=submit] {
    padding: .25em 2em;
    margin: 0px;
    font-size: 20px;
    height: auto;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px !important;
    display: inline-block !important;
    width: auto !important; }

  #footer-newsletter .gform_wrapper .gform_footer {
    padding: 0px 0 10px;
    margin: 10px 0 0;
    text-align: center; }

  footer h4.green {
    text-align: center; } }
@media (max-width: 632px) {
  /* Donation Form Options */
  #donation-options,
  #donation-options tbody,
  #donation-options tr,
  #donation-options td {
    display: block; }

  #donation-options td {
    width: 100%;
    padding: 0px; }

  #donation-options button {
    font-size: 1.2em;
    padding: 4px 16px;
    margin: 6px 0px; }

  h4#provision {
    height: 44px; } }
@media (max-width: 603px) {
  #bbox-root input#bboxevent_billing_txtLastName, .et-db #et-boc .et_pb_module #bbox-root input#bboxevent_billing_txtLastName, #bbox-root input[data-reg-field=lastname], .et-db #et-boc .et_pb_module #bbox-root input[data-reg-field=lastname] {
    margin-left: 0px !important; }

  #bbox-root .BBTwoFields .BBFormTextbox,
  #bbox-root .BBTwoFields .BBFormSelectList {
    max-width: none !important; }

  #bbox-root #DCCreditSecurityCode {
    padding-left: 0px !important; }

  #bbox-root .BBFormPricingTable div {
    padding-right: inherit; } }
@media (max-width: 480px) {
  #internal-hero h1 {
    font-size: 26px;
    font-size: 6vw;
    max-width: none; }

  footer a.scroll-up {
    display: none; } }
li#menu-item-25853,
li#menu-item-412 {
  display: none !important; }

body.page-template-page-clinical-services-2022 section#announcement-banner,
body.page-template-page-clinical-services-location section#announcement-banner,
body.page-template-page-clinical-services-location-raleigh section#announcement-banner {
  padding: 0; }

body.page-template-page-clinical-services-2022 section,
body.page-template-page-clinical-services-location section,
body.page-template-page-clinical-services-location-raleigh section {
  padding: 4em 0; }

body.page-template-page-clinical-services-2022 section img,
body.page-template-page-clinical-services-location section img,
body.page-template-page-clinical-services-location-raleigh section img {
  display: block;
  margin: 26px auto; }

body.page-template-page-clinical-services-2022 #hero h1,
body.page-template-page-clinical-services-location #hero h1,
body.page-template-page-clinical-services-location-raleigh #hero h1 {
  margin-bottom: 16px; }

body.page-template-page-clinical-services-2022 #hero h2,
body.page-template-page-clinical-services-location #hero h2,
body.page-template-page-clinical-services-location-raleigh #hero h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px; }

body.page-template-page-clinical-services-2022 #hero h3,
body.page-template-page-clinical-services-location #hero h3,
body.page-template-page-clinical-services-location-raleigh #hero h3 {
  margin-top: 16px;
  margin-bottom: 8px; }

body.page-template-page-clinical-services-2022 section h2,
body.page-template-page-clinical-services-location section h2,
body.page-template-page-clinical-services-location-raleigh section h2 {
  margin-bottom: 26px; }

body.page-template-page-clinical-services-2022 .cta-btn,
body.page-template-page-clinical-services-location .cta-btn,
body.page-template-page-clinical-services-location-raleigh .cta-btn {
  margin-top: 16px; }

body.page-template-page-clinical-services-2022 #service-locations {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin: 26px 0 26px 0; }

body.page-template-page-clinical-services-2022 #service-locations li {
  margin: 0 6px; }

body.page-template-page-clinical-services-2022 #service-locations li a {
  font-size: 16px;
  font-weight: bold;
  color: #2E2E2E;
  display: inline-block;
  margin: 0 16px 16px 16px;
  position: relative;
  padding-left: 12px; }

body.page-template-page-clinical-services-2022 #service-locations li a:hover {
  color: #4fad26; }

body.page-template-page-clinical-services-2022 #service-locations li a:after {
  content: "\F111" !important;
  font-family: FontAwesome !important;
  text-decoration: inherit;
  position: absolute;
  font-size: 8px;
  top: 6px;
  left: 0px;
  margin: 0;
  z-index: 1;
  color: #4fad26; }

body.page-template-page-clinical-services-2022 #panel-row,
body.page-template-page-clinical-services-location #panel-row {
  display: flex;
  flex-flow: row wrap; }

body.page-template-page-clinical-services-2022 #panel-row .col-md-4 {
  max-width: 33.33333333%;
  flex-basis: 33.33333333%;
  margin-bottom: 30px; }

body.page-template-page-clinical-services-location #panel-row .col-md-6 {
  max-width: 50%;
  flex-basis: 50%;
  margin-bottom: 30px; }

@media (max-width: 880px) {
  body.page-template-page-clinical-services-2022 #panel-row .col-md-4,
  body.page-template-page-clinical-services-location #panel-row .col-md-6 {
    max-width: 100%;
    flex-basis: 100%; } }
body.page-template-page-clinical-services-2022 #panel-row .col-md-4 .panel,
body.page-template-page-clinical-services-location #panel-row .col-md-6 .panel,
body.page-template-page-clinical-services-location-raleigh .col-md-6 #panel-row .panel {
  height: 100%;
  padding: 30px;
  background-color: transparent;
  border: 1px solid #4fad26;
  border-radius: 4px; }

body.page-template-page-clinical-services-2022 #panel-row h3,
body.page-template-page-clinical-services-location #panel-row h3,
body.page-template-page-clinical-services-location-raleigh #panel-row h3 {
  font-size: 20px;
  margin-bottom: 6px; }

body.page-template-page-clinical-services-2022 #third-row img {
  border-radius: 6px;
  display: block;
  margin: 26px auto 0 auto; }

body.page-template-page-clinical-services-location #hero textarea,
body.page-template-page-clinical-services-location-raleigh #hero textarea {
  height: 8em !important; }

body.page-template-page-clinical-services-location #people-row h4,
body.page-template-page-clinical-services-location-raleigh #people-row h4 {
  font-size: 16px;
  font-weight: 500; }

body.page-template-page-clinical-services-2022 #board-list img,
body.page-template-page-clinical-services-location #panel-row img,
body.page-template-page-clinical-services-location-raleigh #panel-row img {
  margin: 0 1em 1em 0; }

body.page-template-page-clinical-services-2022 .gform_footer {
  justify-content: center; }

body.page-template-page-clinical-services-2022 .gform_footer input[type=submit] {
  display: block;
  max-width: 80%;
  margin: 12px !important;
  width: 100%; }

body.page-template-page-clinical-services-location .gform_footer input[type=submit],
body.page-template-page-clinical-services-location-raleigh .gform_footer input[type=submit] {
  display: block;
  width: 100%;
  margin: 12px 0 !important;
  width: 100%; }

form#gform_74 legend {
  border: none; }

@media (max-width: 768px) {
  body.page-template-page-clinical-services-location-raleigh .row {
    margin-right: 0;
    margin-left: 0; } }
.shaped-image-container {
  padding: 2em;
  position: relative; }

.shaped-image-container img {
  z-index: 2;
  position: relative; }

.shaped-image-container .shape-design-element {
  position: absolute;
  width: 30%;
  height: 30%; }

.shaped-image-container .shape-design-element.dark {
  background: url(https://www.autismsociety-nc.org/wp-content/uploads/dark_oval.png) no-repeat;
  background-size: contain;
  opacity: .7; }

.shaped-image-container .shape-design-element.light {
  background: url(https://www.autismsociety-nc.org/wp-content/uploads/light_oval.png) no-repeat;
  background-size: contain;
  opacity: .7; }

.shaped-image-container .shape-design-element.right {
  right: -5%; }

.shaped-image-container .shape-design-element.left {
  left: 0%; }

.shaped-image-container .shape-design-element.top {
  top: 0%; }

.shaped-image-container .shape-design-element.bottom {
  bottom: 10%; }

.shaped-image-container .shape-design-element.back {
  z-index: 1;
  opacity: 1; }

.shaped-image-container .shape-design-element.front {
  z-index: 3; }

#people-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }

#people-row .col-md-3 {
  width: 25%;
  flex-basis: 25%; }

@media (max-width: 990px) {
  #people-row .col-md-3 {
    width: 100%;
    flex-basis: 100%; } }
#field_64_7 .gchoice {
  margin-bottom: 8px; }

#field_64_7 .gchoice label {
  vertical-align: top !important; }

.page-id-292.et-db #et-boc .et_pb_module input[type=text],
.page-id-292.et-db #et-boc .et_pb_module input[type=password],
.page-id-292.et-db #et-boc .et_pb_module input[type=tel],
.page-id-292.et-db #et-boc .et_pb_module input[type=email],
.page-id-292.et-db #et-boc .et_pb_module input.text,
.page-id-292.et-db #et-boc .et_pb_module input.title,
.page-id-292.et-db #et-boc .et_pb_module input textarea,
.page-id-292.et-db #et-boc .et_pb_module input select {
  width: 100% !important; }

.page-id-292.et-db #et-boc .et_pb_module .ginput_complex #input_73_1_3_container,
.page-id-292.et-db #et-boc .et_pb_module .ginput_complex #input_73_12_3_container {
  padding-right: 16px; }

@media (max-width: 640px) {
  .page-id-292.et-db #et-boc .et_pb_module .ginput_complex #input_73_1_3_container,
  .page-id-292.et-db #et-boc .et_pb_module .ginput_complex #input_73_12_3_container {
    padding-right: 0px; } }

/*# sourceMappingURL=main.css.map */
