html,
body,
nav,
a,
abbr,
acronym,
address,
area,
b,
bdo,
big,
button,
caption,
cite,
code,
col,
colgroup,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
i,
img,
ins,
kbd,
label,
legend,
li,
map,
object,
ol,
p,
param,
pre,
q,
samp,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

p {
  padding: 0 0 15px;
}

table {
  padding: 0 0 15px;
  border-spacing: 0;
  border-collapse: collapse;
}

header,
nav,
section,
aside,
footer {
  display: block;
  margin: 0 auto;
  padding: 0;
}

hr {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0 none;
  background: none;
}

code,
pre {
  white-space: pre;
}

del {
  text-decoration: line-through;
}

dfn {
  font-style: italic;
  font-weight: bold;
}

em {
  font-style: italic;
}

fieldset {
  display: inline;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  font-weight: bold;
  line-height: normal;
}

h1,
.h1 {
  font-size: 35px;
}

h2,
.h2 {
  font-size: 25px;
}

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

h4,
.h4 {
  margin-bottom: 16px;
  font-size: 18px;
}

h5,
.h5 {
  margin-bottom: 16px;
  font-size: 16px;
}

h6,
.h6 {
  margin-bottom: 16px;
  font-size: 15px;
}

img {
  width: auto;
  height: auto;
  border: none;
  vertical-align: bottom;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

tt {
  display: block;
  margin: .5em 0;
  padding: .5em 1em;
}

ul {
  list-style-type: none;
}

.portfolio ul {
  list-style-type: none;
}

.portfolio-masonry li img {
  width: 190px;
  height: auto;
  color: transparent;
}

.masonry li {
  display: inline-block;
}

.masonry img {
  color: transparent;
}

#lbwrap #lightbox a.close {
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 20px;
  height: 20px;
  border-radius: 8px;
  font-size: 28px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}

#lbwrap #lightbox a.close span {
  display: none;
}

.skip {
  position: absolute;
  left: -999em;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

input,
select {
  vertical-align: middle;
}

body {
  margin: 0;
  overflow-y: scroll;
  background: #fff;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 19px;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

header,
nav,
section,
footer {
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1,
.h1,
h5,
.mosaic-section h1,
.mosaic-section .h1,
.mosaic-section h5 {
  font-size: 40px;
}

h2,
.h2,
h6,
.mosaic-section h2,
.mosaic-section .h2,
.mosaic-section h6 {
  font-size: 35px;
}

h3,
.h3,
.mosaic-section h3,
.mosaic-section .h3 {
  font-size: 20px;
}

h4,
.h4,
.mosaic-section h4,
.mosaic-section .h4 {
  font-size: 18px;
}

h1.non-strong,
.mosaic-section h1.non-strong {
  font-weight: 300 !important;
}

h1.semi-strong,
.mosaic-section h1.semi-strong {
  font-weight: 400 !important;
}

h1.strong,
.mosaic-section h1.strong {
  font-weight: 600 !important;
}

hr {
  width: 100%;
  margin: 0 0 35px;
  padding: 20px 0 0;
  border-bottom: 1px solid #000;
}

.headerwrapper,
.navwrapper,
.contentwrapper,
.footerwrapper {
  width: 100%;
}

.header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}

.header .header-wrapper {
  max-width: 100% 
  margin: 0 auto;
}

.header.nav_below_logo .logo-wrapper,
.header.nav_below_logo .nav-wrapper {
  display: block;
  width: auto;
  margin: 0;
}

.admin-bar .sticky.scrolled {
  top: 32px !important;
}

.logo-wrapper {
  display: inline-block;
  width: 25%;
}

.nav-wrapper,
.logo-wrapper {
  vertical-align: middle;
}

header {
  display: inline-block;
}

.nav-wrapper {
  display: inline-block;
  width: 74%;
  text-align: right;
}

input,
input[type="text"],
textarea {
  padding: 10px;
  border: 2px solid #ccc;
  font-size: inherit;
  -webkit-appearance: none;
}

input[type="submit"]:hover {
  cursor: pointer;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid transparent;
  background: transparent;
  color: #000;
  font-size: 1.1em;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  border-color: transparent;
  background: #000;
  color: transparent;
  text-decoration: none !important;
}

.button-outline {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid #000;
  background: transparent;
  color: #000;
  font-size: 1.1em;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.button-outline:hover {
  border-color: transparent;
  background: #000;
  color: #fff;
  text-decoration: none !important;
}

.button-small {
  padding: 5px 8px;
  font-size: 1em;
}

.image-content-overlay .liner {
  max-width: 1200px;
  margin: 0 auto;
}

nav a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  padding: 30px 15px;
  font-size: 14px;
}

nav li {
  display: inline-block;
  position: relative;
}

nav li.button {
  padding: 0;
  border: none;
  background: transparent;
}

nav li.button a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid transparent;
  background: transparent;
  color: #000;
  font-size: 1.1em;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
  padding: 15px 15px;
  text-transform: uppercase;
}

nav li.button a:hover {
  border-color: transparent;
  background: #000;
  color: transparent;
  text-decoration: none !important;
}

nav li:hover .hs-menu-children-wrapper {
  left: auto;
  height: auto;
  opacity: 1;
}

nav li:hover .mega-menu {
  left: 0;
  opacity: 1;
}

nav li:last-child .hs-menu-children-wrapper {
  right: 0;
}

nav .hs-menu-children-wrapper {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  display: block;
  position: absolute;
  z-index: 99;
  top: 78px;
  left: -999em;
  width: 250px;
  height: auto;
  border: 1px solid #ccc;
  opacity: 0;
  text-align: left;
}

nav .hs-menu-children-wrapper li {
  display: block;
  width: auto;
  padding: 0;
}

nav .hs-menu-children-wrapper ul {
  display: none;
}

nav .hs-menu-children-wrapper a {
  padding: 10px;
}

nav .mega-menu li {
  display: block;
}

.hs-menu-children-wrapper li:hover ul {
  display: block;
  top: 0;
  left: 250px;
  border-left: 1px solid;
}

#sidebar-after_nav,
.menu {
  display: inline-block;
}

#sidebar-after_nav ul li {
  display: inline-block;
}

#sidebar-after_nav ul a {
  display: inline-block;
  padding: 30px 15px;
}

.bx-wrapper .bx-viewport {
  left: 0;
}

.bx-controls-direction a {
  -webkit-transition: none;
  transition: none;
}

[id="hs_cos_wrapper_sections"] {
  display: block;
  overflow: hidden;
}

.sub-contents {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

.one-third {
  width: 33.33333%;
  max-width: 33.33333%;
}

.one-half {
  width: 50%;
  max-width: 50%;
}

.one-fourth {
  width: 25%;
  max-width: 25%;
}

.two-thirds {
  width: 66.66667%;
  max-width: 66.66667%;
}

.three-fourths {
  width: 75%;
  max-width: 75%;
}

.slide-left {
  -webkit-animation: slideFromLeft 0.95s;
          animation: slideFromLeft 0.95s;
}

.slide-right {
  -webkit-animation: slideFromRight 0.95s;
          animation: slideFromRight 0.95s;
}

.slide-up {
  -webkit-animation: slideFromBottom 0.95s;
          animation: slideFromBottom 0.95s;
}

.slide-down {
  -webkit-animation: sliderFromTop 0.95s;
          animation: sliderFromTop 0.95s;
}

img {
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-bar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
  background: #333;
  color: #fff;
}

.top-bar a {
  color: #fff;
  text-decoration: underline;
}

.top-bar ul li {
  text-align: right;
}

.top-bar .textwidget {
  display: inline-block;
  width: auto;
  vertical-align: bottom;
}

.top-bar .widgettitle {
  display: inline-block;
  width: auto;
  margin: 0;
  font-size: 100%;
}

.with-sidebar {
  background: #fff;
}

.with-sidebar-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}

.with-sidebar-content-wrapper > aside {
  display: inline-block;
  width: 25%;
  padding: 20px;
  vertical-align: top;
}

.with-sidebar-content-wrapper > aside.left {
  margin-right: 40px;
}

.with-sidebar-content-wrapper > aside.right {
  margin-left: 40px;
}

.with-sidebar-content-wrapper > section {
  display: inline-block;
  width: calc(74% - 40px);
  vertical-align: top;
}

.edit-section {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px dashed;
  opacity: 0;
}

.edit-section-link {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 110;
  top: 15px;
  right: 1%;
  opacity: 0.5;
  color: inherit;
  font-size: 20px;
}

.edit-section-link svg {
  -webkit-filter: drop-shadow(0 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 2px rgba(0, 0, 0, 0.2));
}

.section-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-overlay + .edit-section {
  z-index: 2;
}

.section-overlay + .sub-contents {
  z-index: 3;
}

.section-wrapper {
  position: relative;
}

.mosaic-section {
  overflow: hidden;
}

.mosaic-section h1,
.mosaic-section h2,
.mosaic-section h3,
.mosaic-section h4,
.mosaic-section h5,
.mosaic-section h6 {
  font-weight: 400;
}

.mosaic-section.two-bucket-grid .bucket-wrapper .bucket {
  width: 50%;
  max-width: none;
}

.mosaic-section.four-bucket-grid .bucket-wrapper .bucket {
  width: 25%;
  max-width: none;
}

.mosaic-section ul {
  padding-left: 15px;
  list-style: disc outside none;
}

.mosaic-section ul li {
  margin-bottom: 10px;
}

.mosaic-section sup,
.mosaic-section sub {
  display: inline-block;
  height: auto;
  margin: 0 0 0 0.2em;
  font-size: 0.7em;
  line-height: normal;
}

.mosaic-section sup {
  vertical-align: top;
}

.mosaic-section sub {
  vertical-align: bottom;
}

.mosaic-section a {
  font-weight: bold;
}

.mosaic-section a:hover {
  text-decoration: underline;
}

.mosaic-section .button-outline,
.mosaic-section input[type="submit"] {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid #000;
  background: transparent;
  color: #000;
  font-size: 1.1em;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.mosaic-section .button-outline:hover,
.mosaic-section input[type="submit"]:hover {
  border-color: transparent;
  background: #000;
  color: #fff;
  text-decoration: none !important;
}

.mosaic-section input[type="submit"] {
  display: inline-block;
  width: auto;
}

.mosaic-section .center {
  text-align: center;
}

.mosaic-section .button-area {
  margin-top: 15px;
  padding: 15px 0;
}

.mosaic-section .edit-section-link {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mosaic-section:hover .edit-section {
  opacity: 0.8;
}

.mosaic-section:hover .edit-section-link {
  opacity: 1;
}

.section-content-slider .content-sliders.sub-contents {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  padding: 0;
}

.section-content-slider .content-slider a {
  border-radius: 3px;
  padding: 10px 15px;
  border: 2px solid #fff;
  color: inherit;
  text-transform: uppercase;
}

.section-content-slider .content-slider a:hover {
  background: #fff;
}

.section-content-slider .image-wrapper {
  display: inline-block;
  width: 50%;
}

.section-content-slider .image-wrapper + .content-wrapper {
  display: inline-block;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.section-checklist .checklist-info {
  margin-bottom: 25px;
}

.section-checklist .checklist-items {
  display: inline-block;
  width: 33.33333%;
  padding-right: 20px;
}

.section-checklist .checklist-item-wrapper {
  position: relative;
  padding-bottom: 20px;
  padding-left: 38px;
}

.section-checklist .checklist-icon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
}

.section-checklist .checklist-item-headline {
  margin-bottom: 8px;
  font-size: 1.2em;
  line-height: 1.35em;
}

.section-checklist .checklist-image {
  display: inline-block;
  width: 66.66667%;
  text-align: center;
}

.section-checklist .checklist-image img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.section-banner .sub-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 0;
}

.section-banner .sub-contents.align-top .banner-content-wrapper {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.section-banner .sub-contents.align-bottom .banner-content-wrapper {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.section-banner .sub-contents.full-width .banner-content-wrapper {
  width: 100%;
}

.section-banner p {
  margin: 0 0 15px;
}

.section-banner .banner-image {
  display: inline-block;
  width: 50%;
  vertical-align: bottom;
}

.section-banner .banner-content-wrapper {
  display: inline-block;
  width: 50%;
  padding: 0 0 2% 3%;
  font-size: 1.3em;
  line-height: 1.3em;
}

.section-product-highlight {
  text-align: center;
}

.section-product-highlight .product-highlight-info {
  padding-bottom: 25px;
}

.section-product-highlight .highlight {
  padding: 0 0 25px;
}

.section-product-highlight .highlight-headline {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.section-product-highlight .highlights {
  display: inline-block;
  text-align: left;
}

.section-product-highlight .highlights-left {
  padding-right: 10px;
}

.section-product-highlight .highlights-left.one-third {
  padding-left: 20px;
}

.section-product-highlight .highlight-image {
  display: inline-block;
  width: auto;
  max-width: 33.33333%;
  text-align: center;
}

.section-product-highlight .highlights-right {
  padding-left: 30px;
}

.bucket-wrapper .buckets-headline {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 0;
}

.bucket-wrapper .bucket {
  display: inline-block;
  width: calc(33.33333% - 5px);
  margin-top: 30px;
  padding: 0 10px;
}

.bucket-wrapper .bucket-image {
  text-align: center;
}

.bucket-wrapper .bucket-info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 0 0;
  text-align: center;
}

.bucket-wrapper .bucket-title {
  margin: 15px 0;
}

.bucket-wrapper .buckets-text {
  padding-top: 20px;
  text-align: center;
}

.bucket-wrapper .bx-wrapper .bucket {
  margin-top: 0;
}

.bucket-wrapper .bx-wrapper .bx-prev,
.bucket-wrapper .bx-wrapper .bx-next {
  text-align: center;
}

.bucket-wrapper .bucket-panel-title {
  padding: 10px 0;
}

.bucket-wrapper .bucket-panel-title h3 {
  display: block;
  margin: 0;
  color: #fff;
}

.bucket-wrapper .bucket-panel-text {
  padding: 20px;
  background: #fff;
}

.bucket-wrapper .bucket-panel-text .button-outline {
  background: #fff;
}

.section-bucket-carousel .section-headline {
  margin-bottom: 15px;
}

.section-contact-form .form-title {
  font-size: 25px;
  text-align: center;
}

.section-contact-form div + div {
  margin-top: 20px;
}

.section-contact-form textarea {
  width: 100%;
  padding: 15px 10px;
  border: none;
  font-family: inherit;
  font-size: inherit;
}

.section-contact-form input[type="text"] {
  display: block;
  width: 50%;
  padding: 15px 10px;
  border: none;
  font-size: 1.1em;
}

.section-contact-form input[type="text"]:focus {
  outline: none;
}

.section-contact-form label {
  display: block;
  padding-bottom: 10px;
}

.section-contact-form .dff-text-wrapper label,
.section-contact-form .dff-text-area-wrapper label {
  display: none;
}

.section-contact-form .dff-submit-wrapper {
  margin-top: 0;
  text-align: right;
}

.section-contact-form .dff-form-message {
  padding: 8px 15px;
  border: 5px solid #008000;
  background: #fff;
  color: #000;
  font-weight: bold;
}

.section-contact-form .acg-fb-required {
  color: #f00;
}

.section-contact-form input[type="submit"],
.section-contact-form button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}

.section-donate-callout .donate-text,
.section-donate-callout .donate-button {
  vertical-align: middle;
}

.section-donate-callout .donate-text {
  display: inline-block;
  width: 66.66667%;
}

.section-donate-callout .donate-button {
  display: inline-block;
  width: 33.33333%;
}

.section-donate-callout .donate-button .button-area {
  text-align: right;
}

.section-image-grid .image-grid-item {
  display: inline-block;
  width: 25%;
  margin: 10px 0;
  padding: 0 15px;
  text-align: center;
  vertical-align: middle;
}

.section-image-grid .image-grid-item .image-caption {
  padding: 10px 0 0;
}

.section-video-grid .video {
  display: inline-block;
  width: 50%;
  padding: 10px;
}

.section-image-list .image-list-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

.section-image-list .image {
  display: inline-block;
  width: 33.33333%;
  padding: 15px;
}

.section-image-list .image-info {
  display: inline-block;
  width: 66.66667%;
  padding: 15px;
}

.section-image-list .align-bottom .image-info {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.section-image-list .align-top .image-info {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.section-image-list .image-after-text {
  padding: 0 15px;
}

.section-event-grid .event-wrapper {
  display: inline-block;
  width: 33.33333%;
  padding: 10px;
}

.section-event-grid .event-wrapper a {
  font-weight: normal;
}

.section-event-grid .event-wrapper a:hover {
  text-decoration: none;
}

.section-event-grid .button-area {
  text-align: center;
}

.section-event-grid .event-grid-sub-headline {
  padding-top: 15px;
}

.section-split .left,
.section-split .right {
  display: inline-block;
  width: 50%;
  padding: 30px;
}

.section-image-comparison .sub-contents {
  max-width: 992px;
}

.section-image-comparison .cd-image-container {
  width: 100%;
  max-width: 100%;
}

.section-video-hero {
  position: relative;
  overflow: hidden;
}

.section-video-hero .video-background {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section-video-hero .sub-contents {
  position: relative;
  z-index: 1;
}

.section-accordions .accordion {
  padding: 5px 0;
}

.section-accordions .accordion.open .accordion-body {
  display: block;
}

.section-accordions .accordion-headline {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  background: #000;
  color: #fff;
  cursor: pointer;
}

.section-accordions .accordion-headline h4 {
  margin: 0;
  vertical-align: middle;
}

.section-accordions .accordion-headline h4::after {
  content: "\f067";
  margin: 5px 0 0 5px;
  float: right;
  color: inherit;
  font-family: FontAwesome, sans-serif;
  font-weight: bold;
  vertical-align: middle;
}

.section-accordions .accordion-headline.active h4::after {
  content: "\f068";
}

.section-accordions .accordion-headline:hover {
  cursor: pointer;
}

.section-accordions .accordion-body {
  display: none;
  padding: 15px;
  overflow: hidden;
}

.section-accordions .accordion-body p:last-child {
  padding-bottom: 0;
}

.section-team-grid .team-member {
  display: inline-block;
  width: 33.33333%;
  padding: 10px;
}

.section-team-grid .team-member:hover {
  cursor: pointer;
}

.section-team-grid .member-name {
  margin-top: 15px;
}

.section-team-grid .position,
.section-team-grid .short-bio {
  margin-bottom: 15px;
}

.section-timeline .timeline-event {
  position: relative;
  text-align: center;
}

.section-timeline .timeline-event > div {
  padding: 0 25px 25px;
  text-align: left;
}

.section-timeline .timeline-event::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: -6.5px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #444;
}

.section-timeline .timeline-event::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #ccc;
}

@media only screen and (min-width: 769px) {
  .section-timeline .timeline-event > div {
    display: inline-block;
    width: calc(50% - 5px);
  }
  .section-timeline .timeline-event .timeline-event-photo {
    text-align: right;
  }
  .section-timeline .timeline-event .timeline-event-text + .timeline-event-photo {
    text-align: left;
  }
  .section-timeline .timeline-event::before, .section-timeline .timeline-event::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.has-overlay .sub-contents {
  z-index: 3;
  background: none;
}

.toggler,
.toggle {
  display: none;
}

.lightbox-content {
  top: 50%;
  left: 50%;
  width: 90vw;
  max-width: 900px;
  height: auto;
  max-height: 70vh;
  margin: 0 auto;
  padding: 30px;
  overflow-y: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
}

.lightbox-content .close {
  background: none;
  color: inherit;
}

.team-member-photo {
  display: inline-block;
  width: 50%;
  padding: 0 20px;
}

.team-member-photo + .team-member-info {
  display: inline-block;
  width: 50%;
}

.team-member-info {
  padding: 0 20px;
}

.mega-menu {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  display: none;
  position: fixed;
  z-index: 255555;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  text-align: left;
}

.mega-menu .mega-menu-liner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
}

.mega-menu .mega-sub-menu {
  display: inline-block;
  position: relative;
  z-index: 2;
  list-style-type: none;
}

.mega-menu .mega-sub-menu.count-1, .mega-menu .mega-sub-menu.count-2 {
  width: 50%;
}

.mega-menu .mega-sub-menu.count-3 {
  width: 33.33333%;
}

.mega-menu .mega-sub-menu.count-4 {
  width: 25%;
}

.mega-menu .mega-sub-menu.count-5 {
  width: 20%;
}

.mega-menu .menu-title {
  font-size: 1.2em;
}

.mega-menu a {
  padding: 5px 0;
}

.mega-menu .sub-menu {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  padding: 0 10px;
  background: none;
}

.mega-menu .sub-menu li {
  padding: 0;
}

.mega-menu .sub-menu a {
  padding: 10px 20px;
}

.mega-menu-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

article {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

article ul {
  margin-left: 25px;
  padding: 0 0 15px;
  list-style: disc outside none;
}

article ul li {
  padding: 0 0 0 5px;
}

article ol {
  margin-left: 25px;
  padding: 0 0 15px;
}

article ol li {
  padding: 0 0 0 5px;
  list-style-position: outside;
}

.featured-hero-wrapper {
  position: relative;
  height: 150px;
  overflow: hidden;
  background: #fff;
}

.featured-hero-wrapper img {
  width: 100%;
}

.featured-hero-wrapper .hero-title-wrapper {
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

aside .sidebar ul,
aside .sidebar li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

aside .sidebar li + li {
  margin-top: 10px;
}

.gallery img {
  max-width: 100%;
}

.gallery .slides div {
  opacity: 0;
}

.gallery .slides.playing div {
  opacity: 1;
}

.slides .item {
  max-width: 19%;
}

.mst-video:not(.showing-video) {
  position: relative;
  cursor: pointer;
}

.mst-video:not(.showing-video) img {
  position: relative;
}

.mst-video:not(.showing-video)::before {
  content: "\f04b";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-family: FontAwesome, sans-serif;
  font-size: 4em;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}

.mst-video:not(.showing-video)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}

#sidebar-event_sidebar .event_date_filter,
#sidebar-event_taxonomy_sidebar .event_date_filter {
  padding-bottom: 15px;
}

#sidebar-event_sidebar h3,
#sidebar-event_taxonomy_sidebar h3 {
  font-size: 18px;
}

#sidebar-event_sidebar ul,
#sidebar-event_taxonomy_sidebar ul {
  margin: 0;
  list-style: none;
}

#sidebar-event_sidebar ul ul,
#sidebar-event_taxonomy_sidebar ul ul {
  padding-bottom: 20px;
}

#sidebar-event_sidebar ul ul li + li,
#sidebar-event_taxonomy_sidebar ul ul li + li {
  margin: 10px 0;
}

#sidebar-event_sidebar li,
#sidebar-event_taxonomy_sidebar li {
  list-style: none;
}

#sidebar-event_sidebar span,
#sidebar-event_taxonomy_sidebar span {
  display: block;
  padding: 5px 0;
}

#sidebar-footer_sidebar,
#sidebar-after_footer_sidebar {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}

#sidebar-footer_sidebar .widgettitle,
#sidebar-after_footer_sidebar .widgettitle {
  color: #ccc;
  font-size: 1.1em;
  font-weight: bold;
}

#sidebar-footer_sidebar .menu > li,
#sidebar-after_footer_sidebar .menu > li {
  padding-bottom: 10px;
}

#sidebar-footer_sidebar > ul > li,
#sidebar-after_footer_sidebar > ul > li {
  display: inline-block;
  width: 24%;
  text-align: left;
}

#sidebar-footer_sidebar > ul > li + li,
#sidebar-after_footer_sidebar > ul > li + li {
  margin-left: 1%;
}

#sidebar-footer_sidebar > ul .sub-menu,
#sidebar-after_footer_sidebar > ul .sub-menu {
  padding-left: 15px;
}

#sidebar-footer_sidebar > ul .sub-menu li,
#sidebar-after_footer_sidebar > ul .sub-menu li {
  padding: 5px 0;
}

.footerbyline .footerbyline-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1% 2%;
}

.event-list aside {
  display: inline-block;
  width: 25%;
}

.event-list .event-list-inner {
  display: inline-block;
  width: 74%;
  padding-left: 30px;
}

.event-list .event-list-title {
  text-align: center;
}

.event-list .event-date {
  display: inline-block;
  width: 130px;
  padding: 15px;
  border: 1px solid #f5f5f5;
  text-align: center;
}

.event-list .event-date h3 {
  margin: 0;
}

.event-list .blog-title a {
  color: #000;
}

.event-list .event-info {
  display: inline-block;
  width: calc(100% - 135px);
  border: 1px solid #f5f5f5;
}

.event-list .event-info .event-description {
  padding: 15px;
}

.event-list .event-info .event-time,
.event-list .event-info .event-location {
  display: inline-block;
}

.event-list .event-info .event-time-divider {
  display: inline-block;
  padding: 0 10px;
  color: #f5f5f5;
}

.event-list .event-info .event-time-divider i {
  line-height: inherit;
}

.event-list .event-info .event-excerpt {
  margin-top: 15px;
}

.event-single .entry-title {
  display: none;
}

.event-single .event-single-inner {
  display: inline-block;
  width: 69%;
  padding-left: 30px;
}

.event-single .event-featured-image {
  padding-bottom: 20px;
}

.event-single .event .structured-data {
  display: none;
}

.event-single .event-tag-container {
  padding-top: 20px;
}

.event-single .event-tag {
  display: inline-block;
  padding: 5px;
}

.event-single aside {
  display: inline-block;
  width: 30%;
}

.event-single aside .event-details {
  padding: 15px;
  border: 1px solid #f5f5f5;
}

.event-single aside .event-single-date {
  margin-bottom: 15px;
  border: 1px solid #f5f5f5;
}

.event-single aside .event-single-month,
.event-single aside .event-single-day {
  padding: 10px;
  text-align: center;
}

.event-single aside .event-single-month {
  margin: 0;
}

.event-single aside .event-single-time,
.event-single aside .event-single-location {
  margin-bottom: 20px;
}

@-webkit-keyframes slideFromLeft {
  from {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideFromLeft {
  from {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideFromRight {
  from {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideFromRight {
  from {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideFromBottom {
  from {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideFromBottom {
  from {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.parallax {
  background-attachment: fixed !important;
}

.foo {
  color: #394bcc;
}

@media only screen and (max-width: 1200px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .mosaic-section .sub-contents,
  .mosaic-section .section-banner .sub-contents {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bucket-wrapper {
    padding-right: 60px;
    padding-left: 60px;
  }
  header,
  section,
  footer {
    width: auto;
  }
}

@media only screen and (max-width: 992px) {
  .toggler {
    display: inline-block;
    position: relative;
    width: auto;
    height: 35px;
    padding: 0 20px;
    float: right;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    border-radius: 3px;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }
  .nav-wrapper {
    display: block;
    width: 100%;
    padding: 0;
  }
  .nav-wrapper .nav-main {
    margin: 0;
  }
  .nav-wrapper .navigation {
    position: absolute;
    width: 100%;
  }
  .nav-wrapper .hs-menu-wrapper,
  .nav-wrapper #sidebar-after_nav {
    display: none;
  }
  .nav-wrapper nav {
    position: relative;
    z-index: 255555;
    width: 100%;
    margin-top: 0;
    background: #fff;
    text-align: left;
  }
  .nav-wrapper nav li {
    display: block;
  }
  .nav-wrapper nav li.button {
    padding: 5px;
  }
  .nav-wrapper nav a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
  }
  .nav-wrapper .hs-menu-children-wrapper {
    display: block;
    position: relative;
    top: 0 !important;
    left: auto;
    width: 100%;
    border: none;
    opacity: 1;
  }
  .nav-wrapper .hs-menu-children-wrapper li {
    border-bottom: 1px solid #ccc;
  }
  .nav-wrapper .hs-menu-children-wrapper ul {
    display: block;
    left: auto;
  }
  .nav-wrapper .hs-menu-children-wrapper a {
    width: 100%;
    padding: 10px 30px;
    border: none;
    background: none;
  }
  .nav-wrapper .mega-menu {
    display: block !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    height: auto !important;
    opacity: 1 !important;
  }
  .nav-wrapper .mega-menu a {
    border: none;
    background: none;
  }
  .nav-wrapper .mega-menu .mega-menu-bg {
    display: none;
  }
  .nav-wrapper .mega-menu .mega-menu-liner {
    padding: 15px 10px;
  }
  .nav-wrapper .mega-menu .menu {
    position: relative;
    padding: 10px 0;
    background: none;
  }
  .nav-wrapper .mega-menu .sub-menu {
    padding: 0;
    background: none;
  }
  .nav-wrapper .toggle:checked + div .menu,
  .nav-wrapper .toggle:checked + div #sidebar-after_nav {
    display: block;
    opacity: 1;
  }
  .nav-wrapper .toggle:checked + nav .hs-menu-wrapper {
    display: block;
  }
  #sidebar-after_nav ul li {
    display: block;
    text-align: left;
  }
  .logo-wrapper {
    width: 100%;
    padding: 0 10px;
  }
  .logo-wrapper header {
    display: inline-block;
    width: 60%;
    max-width: 300px;
  }
  .bucket-wrapper {
    padding-top: 20px;
  }
  .bucket-wrapper .buckets-headline {
    padding-bottom: 0;
  }
  .section-product-highlight .highlights {
    display: block;
    width: auto;
    max-width: 100%;
  }
  .section-product-highlight .highlights.highlights-left, .section-product-highlight .highlights.highlights-right {
    padding: 0 10px;
  }
  .section-product-highlight .highlight-image {
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
  }
  .top-bar {
    padding: 0 20px;
  }
  .parallax {
    background-attachment: scroll !important;
  }
}

@media only screen and (max-width: 768px) {
  .slides .item {
    max-width: 32%;
  }
  .with-sidebar-content-wrapper > aside,
  .with-sidebar-content-wrapper > section {
    width: 100%;
    margin: 0;
  }
  .with-sidebar-content-wrapper > aside.left {
    margin-right: 0;
  }
  .with-sidebar-content-wrapper > aside.right {
    margin-left: 0;
  }
  .mega-menu .mega-sub-menu.count-1, .mega-menu .mega-sub-menu.count-2, .mega-menu .mega-sub-menu.count-3, .mega-menu .mega-sub-menu.count-4, .mega-menu .mega-sub-menu.count-5 {
    display: block;
    width: auto;
  }
  .mega-menu .menu-title {
    border-bottom: 2px solid #f5f5f5;
  }
  .toggler {
    font-size: 30px;
  }
  .event-list aside {
    display: block;
    width: 100%;
    padding-bottom: 30px;
  }
  .event-list .event-list-inner {
    display: block;
    width: 100%;
    padding: 0;
  }
  .event-list .event-list-inner h2 {
    font-size: 18px;
  }
  .event-list .event {
    margin-bottom: 20px;
  }
  .event-list .event .event-date,
  .event-list .event .event-info {
    display: block;
    width: auto;
  }
  .event-list .event .event-day,
  .event-list .event .event-day-month {
    display: inline-block;
    margin: 0;
    padding: 5px;
  }
  .event-list .event .event-time,
  .event-list .event .event-location {
    display: block;
  }
  .event-list .event .event-time-divider {
    display: none;
  }
  .event-single .event-single-inner {
    display: block;
    width: auto;
    padding: 0;
  }
  .event-single aside {
    display: block;
    width: auto;
    padding-bottom: 30px;
  }
  .mosaic-section.two-bucket-grid .bucket-wrapper .bucket {
    display: block;
    width: 100%;
  }
  .mosaic-section.four-bukcet-grid .bucket-wrapper .bucket {
    display: block;
    width: 100%;
  }
  .section-banner .sub-contents {
    display: block;
    padding: 40px 20px;
  }
  .section-banner .banner-image,
  .section-banner .banner-content-wrapper {
    display: block;
    width: auto;
  }
  .section-banner .banner-image {
    padding-bottom: 15px;
    text-align: center;
  }
  .section-banner .banner-content-wrapper {
    padding-left: 0;
  }
  .bucket-wrapper .bx-wrapper .bx-next {
    right: 0;
    text-align: right;
  }
  .bucket-wrapper .bx-wrapper .bx-prev {
    left: 0;
  }
  .section-bucket-panels .bucket-wrapper .bucket, .section-bucket-grid .bucket-wrapper .bucket, .section-bucket-stats .bucket-wrapper .bucket, .section-bucket-overlay .bucket-wrapper .bucket {
    display: block;
    width: auto;
    border: none;
  }
  .section-contact-form input[type="text"] {
    width: 100%;
  }
  .checklist .checklist-items {
    display: block;
    width: auto;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .checklist .checklist-image {
    display: block;
    width: auto;
  }
  input[type="text"] {
    width: 100%;
  }
  .section-donate-callout .donate-text,
  .section-donate-callout .donate-button {
    display: block;
    width: auto;
  }
  .section-donate-callout .donate-button .button-area {
    text-align: center;
  }
  .section-video-grid .video-grid-wrapper .video {
    display: block;
    width: auto;
  }
  .section-image-grid .image-grid-item {
    display: block;
    width: auto;
  }
  .section-event-grid .events .event-wrapper {
    display: block;
    width: 100%;
  }
  .section-content-slider .image-wrapper {
    display: block;
    width: 100%;
  }
  .section-content-slider .image-wrapper + .content-wrapper {
    display: block;
    width: 100%;
    padding-top: 20px;
  }
  .section-image-list .image-list-item-wrapper {
    display: block;
    padding: 20px 0;
  }
  .section-image-list .image,
  .section-image-list .image-info {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 15px 0;
  }
  .section-image-list .image-after-text {
    padding: 5px 0;
  }
  .section-split .left,
  .section-split .right {
    display: block;
    width: auto;
    padding: 30px 0;
  }
  .section-team-grid .team-member {
    display: block;
    width: 100%;
  }
  .lightbox-content {
    max-width: 70vw;
    max-height: 80vh;
  }
  .team-member-photo {
    display: block;
    width: 100%;
  }
  .team-member-photo + .team-member-info {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .blog .post-featured-image {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .blog .thumbnail-included .post-info {
    width: 100%;
    max-width: 100%;
    padding: 15px 0 0;
  }
  #sidebar-footer_sidebar,
  #sidebar-after_footer_sidebar {
    padding-right: 20px;
    padding-left: 20px;
  }
  #sidebar-footer_sidebar ul > li,
  #sidebar-after_footer_sidebar ul > li {
    width: 100%;
    margin-left: 0 !important;
  }
}
/*# sourceMappingURL=theme-core.css.map */