body {
  font-family: 'Droid Serif', serif;
  color: #6a6776;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #23145f;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #23145f;
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #23145f;
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #23145f;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #23145f;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #23145f;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

p {
  margin-bottom: 12px;
}

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

a:hover {
  color: #ff7d24;
  text-decoration: underline;
}

ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 28px;
  list-style-type: none;
  text-align: left;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 12px;
  padding-left: 24px;
  background-image: url('../images/Bullet-icon.svg');
  background-position: 0px 8px;
  background-repeat: no-repeat;
  color: #23145f;
}

label {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #23145f;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0px 0px 0px 24px;
  border-left: 4px solid #00a1af;
  color: #6a6776;
  font-size: 22px;
  line-height: 34px;
}

.p-large {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
}

.p-large.highlited {
  color: #00a1af;
}

.p-large.dark {
  color: #23145f;
}

.p-large.extra {
  padding-top: 24px;
  font-size: 26px;
  line-height: 38px;
}

.p-small {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #9d9ba3;
  font-size: 14px;
  line-height: 26px;
}

.p-small.invert.opacity {
  color: hsla(0, 0%, 100%, .5);
  font-weight: 300;
}

.p-small.t-margin-12 {
  margin-top: 12px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.style-guide-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-guide-color.dark-bg {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #23145f;
}

.style-guide-color.active-color {
  background-color: #ef7622;
}

.style-guide-color.headings {
  background-color: #23145f;
}

.style-guide-color.default-copy {
  background-color: #6a6776;
}

.style-guide-color.light-copy {
  background-color: #9d9ba3;
}

.style-guide-color.light-bg {
  background-color: #f5f5f6;
}

.style-guide-color.hover-color {
  background-color: #ff7d24;
}

.style-guide-color.decorations {
  background-color: #00a1af;
}

.style-guide-color.dividers {
  background-color: #e6e7e8;
}

.button {
  min-width: 160px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 48px;
  background-color: #ef7622;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .12);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #ff7d24;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .24);
  color: #fff;
  text-decoration: none;
}

.button.small {
  padding: 14px 36px;
  font-size: 13px;
  line-height: 23px;
}

.button.invert {
  background-color: #fff;
  color: #ef7622;
}

.button.invert:hover {
  background-color: #ff7d24;
  color: #fff;
}

.button.invert.social-share {
  position: relative;
  height: 60px;
  min-width: auto;
  margin-right: 12px;
  margin-left: 12px;
  padding-right: 36px;
  padding-left: 72px;
  background-image: url('../images/FB-icon.svg');
  background-position: 24px 50%;
  background-repeat: no-repeat;
  color: #00a1af;
}

.button.invert.social-share:hover {
  background-color: #23145f;
  color: #00b4c3;
}

.button.invert.social-share.tw {
  background-image: url('../images/TW-icon.svg');
  background-size: auto;
}

.button.hero {
  margin-top: 24px;
}

.button.horizontal-form {
  margin: 0px 12px;
}

.button.stretch {
  width: 100%;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section.tint {
  background-color: #f5f5f6;
}

.section.dark {
  background-color: #23145f;
}

.section.divider-b {
  border-bottom: 1px solid #e6e7e8;
}

.section.narrow {
  padding-top: 36px;
  padding-bottom: 36px;
}

.section.narrow.extra {
  padding-top: 12px;
  padding-bottom: 12px;
}

.section.hero-large {
  padding-top: 108px;
  padding-bottom: 108px;
}

.section.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.relative {
  position: relative;
}

.section.hero.no-b-padding {
  padding-bottom: 0px;
}

.section.no-t-padding {
  padding-top: 0px;
}

.fluid-cell {
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fluid-cell.center {
  text-align: center;
}

.fluid-cell.space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fluid-cell._67-percent {
  width: 66.7%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._70-percent {
  width: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._50-percent {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._100-percent {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.link-cell {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #9d9ba3;
}

.fluid-cell.link-cell:hover {
  margin-top: -6px;
  text-decoration: none;
}

.fluid-cell.block {
  margin: 24px;
  padding: 48px;
}

.fluid-cell.block.dark {
  background-color: #23145f;
}

.fluid-cell.block.dark.in-text {
  margin-top: 36px;
  margin-bottom: 36px;
}

.fluid-cell.block.in-text {
  margin: 36px 0px;
}

.fluid-cell.block.highlighted {
  background-color: #00a1af;
}

.fluid-cell.block.highlighted.link {
  position: relative;
  overflow: hidden;
  background-color: #00a1af;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.fluid-cell.block.highlighted.link:hover {
  background-color: #00b4c3;
  text-decoration: none;
}

.fluid-cell.block.link {
  position: relative;
  overflow: hidden;
  border-style: none;
}

.fluid-cell.block.link:hover {
  text-decoration: none;
}

.fluid-cell.center-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fluid-cell.no-b-padding {
  padding-bottom: 0px;
}

.fluid-cell._33-percent {
  width: 33.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.fw-block {
  padding: 84px;
  background-color: #23145f;
}

.fluid-cell.fw-block.footer-left {
  position: relative;
  background-color: #00a1af;
}

.fluid-cell.right-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fluid-cell.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 36px;
  padding-bottom: 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.gallery.large {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-link {
  display: inline-block;
  margin: 12px 24px 12px 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 36px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #23145f;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

.icon-link:hover {
  border-bottom-color: #23145f;
  color: #ef7622;
  text-decoration: none;
}

.icon-link.arrow-left {
  background-image: url('../images/Left-Arrow-Orange.svg');
  background-position: 0px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.icon-link.arrow-right {
  margin-right: 12px;
  margin-left: 24px;
  padding-right: 36px;
  padding-left: 0px;
  background-image: url('../images/Right-Arrow-Orange.svg');
  background-position: 100% 50%;
  background-size: auto;
}

.underlined-item {
  padding-bottom: 12px;
  padding-left: 0px;
  border-bottom: 1px solid #e6e7e8;
  background-image: none;
  background-repeat: repeat;
}

.page-no {
  padding: 12px 19px 12px 18px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #23145f;
  font-weight: 700;
}

.page-no:hover {
  text-decoration: none;
}

.page-no.current {
  margin-right: 12px;
  margin-left: 12px;
  background-color: #00a1af;
  color: #fff;
}

.invert {
  color: #fff;
}

.invert.opacity {
  color: hsla(0, 0%, 100%, .7);
}

.subheading {
  margin-bottom: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #9d9ba3;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subheading.date {
  margin-bottom: 0px;
  color: #00a1af;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1.5px;
}

.subheading.date.below {
  margin-top: -6px;
}

.subheading.date.above {
  margin-bottom: -6px;
}

.subheading.invert {
  color: #fff;
}

.subheading.dark {
  color: #23145f;
}

.subheading.b-padding-24 {
  margin-bottom: 24px;
}

.subheading.inline {
  display: inline-block;
}

.text-field {
  height: 58px;
  margin-bottom: 12px;
  padding-left: 20px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #00a1af;
  background-color: #f5f5f6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 28px;
}

.text-field:focus {
  border-bottom-color: #ff7d24;
}

.text-field::-webkit-input-placeholder {
  color: #9d9ba3;
}

.text-field:-ms-input-placeholder {
  color: #9d9ba3;
}

.text-field::placeholder {
  color: #9d9ba3;
}

.text-field.text-area {
  min-height: 120px;
  padding-top: 12px;
}

.text-field.horizontal {
  margin-right: 12px;
  margin-bottom: 0px;
  margin-left: 12px;
}

.text-field.highlighted {
  height: 68px;
  margin-top: 12px;
  border: 4px solid #00a1af;
  background-color: #fff;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .12);
}

.text-field.highlighted:focus {
  border-color: #ff7d24;
}

.form-block {
  margin-bottom: 12px;
  padding-top: 12px;
}

.form-block.reduced-spacing {
  margin-bottom: 0px;
  padding-top: 0px;
}

.nav-link {
  margin-right: 12px;
  margin-left: 12px;
  padding: 12px 0px 10px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #23145f;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #ef7622;
  color: #23145f;
  text-decoration: none;
}

.nav-link.w--current {
  border-bottom-color: #ef7622;
  color: #23145f;
}

.nav-link.button {
  min-width: auto;
  margin-right: 0px;
  padding-right: 36px;
  padding-left: 36px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.nav-link.hamburger {
  padding-right: 36px;
  background-image: url('../images/Menu-icon_1.svg');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.right-align {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.event-block {
  padding-top: 12px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, .12);
}

.event-block.last,
.event-block:last-child {
  border-bottom-style: none;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.form.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-top {
  display: inline;
  padding: 14px 12px;
  font-family: Roboto;
  color: #23145f;
  font-weight: 400;
}

.nav-link-top:hover {
  color: #ff7d24;
  text-decoration: none;
}

.nav-link-top.icon {
  height: 48px;
  padding-right: 36px;
  padding-left: 36px;
}

.nav-link-top.icon.search {
  background-image: url('../images/Search-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.search-bar {
  position: absolute;
  left: 0px;
  top: 116px;
  right: 0px;
  z-index: 999;
  width: 100%;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 6px 24px 0 rgba(10, 2, 45, .06);
}

.breadcrumb-link {
  display: inline-block;
  margin-top: 12px;
  margin-right: 14px;
  padding-right: 24px;
  background-image: url('../images/Breadcrumb-Arrow.svg');
  background-position: 100% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #9d9ba3;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.breadcrumb-link:hover {
  color: #6a6776;
}

.breadcrumb-link.current,
.breadcrumb-link:last-child {
  margin-right: 0px;
  padding-right: 0px;
  background-image: none;
  background-position: 0px 0px;
  background-repeat: repeat;
  color: #9d9ba3;
  font-weight: 300;
}

.breadcrumb-link.current:hover,
.breadcrumb-link:last-child:hover {
  text-decoration: none;
}

.img-in-text {
  display: block;
  margin: 36px auto;
}

.tabs-content {
  padding-top: 24px;
}

.tab-link {
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  border-top: 4px solid #f5f5f6;
  background-color: #f5f5f6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

.tab-link:hover {
  border-top: 4px solid #ff7d24;
  color: #23145f;
  text-decoration: none;
}

.tab-link.w--current {
  border-top: 4px solid #ff7d24;
  background-color: #fff;
  box-shadow: none;
}

.category-dropdown {
  width: 280px;
  background-color: #fff;
  background-image: url('../images/Menu-icon_1.svg');
  background-position: 90% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .12);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.category-dropdown:hover {
  background-color: #f5f5f6;
}

.dropdown-toggle {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 18px;
  padding-left: 24px;
  color: #23145f;
}

.dropdown-link {
  padding: 12px 0px;
  border-bottom: 1px solid #e6e7e8;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #23145f;
  font-size: 14px;
}

.dropdown-link:hover {
  text-decoration: none;
}

.dropdown-link.last,
.dropdown-link:last-child {
  border-bottom-style: none;
}

.dropdown-link.nav {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #23145f;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.dropdown-link.nav:hover {
  color: #ff7d24;
}

.dropdown-list {
  box-shadow: 1px 1px 3px 0 #000;
}

.dropdown-list.w--open {
  padding: 12px 24px;
  background-color: #fff;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .12);
}

.dropdown-list.nav.w--open {
  left: -16px;
  top: 41px;
  padding: 12px 24px;
  background-color: #fff;
}

.dropdown-nav {
  padding: 0px;
  color: #23145f;
}

.social-icon {
  margin-top: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
}

.dropdown-nav-link {
  color: #23145f;
}

.dropdown-nav-link:hover {
  color: #23145f;
  text-decoration: none;
}

.nav-bar-1 {
  padding: 24px 36px;
  background-color: #fff;
  box-shadow: 0 12px 48px 0 rgba(0, 0, 0, .06);
}

.numbered-list {
  margin-left: 20px;
  list-style-type: decimal;
}

.numbered-item {
  padding-left: 4px;
  background-image: none;
  background-repeat: repeat;
}

.fake-h1 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #23145f;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}

.fake-h2 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #23145f;
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
}

.fake-h3 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #23145f;
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
}

.fake-h3.in-border {
  display: inline-block;
  margin-bottom: 0px;
  padding: 6px 12px;
  text-transform: uppercase;
  white-space: nowrap;
  border: 4px solid #00a1af;
}

.fake-h3.in-border.invert {
  border-color: #fff;
}

.fake-h3.in-border.invert.b-margin-36 {
  margin-bottom: 36px;
}

.fake-h3.in-border.b-margin-36 {
  margin-bottom: 36px;
}

.fake-h4 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #23145f;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
}

.fake-h4.month {
  display: inline-block;
}

.fake-h5 {
  margin-bottom: 8px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #23145f;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.fake-h5.no-t-padding {
  padding-top: 0px;
}

.style-guide-color-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e6e7e8;
}

.style-guide-color-block.first {
  padding-top: 24px;
  border-top: 1px solid #e6e7e8;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-link {
  padding: 4px 12px;
  background-color: #f5f5f6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.cta-link:hover {
  background-color: #ff7d24;
  color: #fff;
  text-decoration: none;
}

.cta-link.arrow {
  position: relative;
  margin-bottom: 12px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ef7622;
  color: #fff;
}

.cta-link.arrow:hover {
  background-color: #ff7d24;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .24);
}

.cta-link.arrow.float-right {
  float: right;
}

.cta-link.arrow.mobile-only {
  display: none;
}

.cta-link.arrow.in-text {
  margin-top: 12px;
  margin-bottom: 36px;
}

.cta-arrow-img {
  position: absolute;
  top: 8px;
  right: -12px;
  bottom: 0px;
}

.article-thumb-img {
  margin-top: 24px;
}

.deco-img {
  position: absolute;
  left: 0px;
  top: -23px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text-deco {
  color: #00a1af;
}

.divider {
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
  background-color: hsla(0, 0%, 100%, .12);
}

.footer-link {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .24);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.footer-link:hover {
  padding-left: 6px;
  border-bottom: 1px solid #23145f;
  color: #fff;
  text-decoration: none;
}

.floating-logo {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -80px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.footer-bg-deco {
  position: relative;
  top: -80px;
  z-index: -1;
  width: 100%;
  height: 120px;
  margin-bottom: -80px;
  background-color: #00a1af;
  background-image: url('../images/BG-deco.jpg');
  background-position: 50% 50%;
  background-size: 796px;
}

.article-floating-wrapper {
  position: relative;
  margin-right: 36px;
  margin-bottom: -36px;
  padding-top: 24px;
  background-color: #fff;
}
img + .article-floating-wrapper {
  top: -36px;
}

.deco-strip-img {
  position: absolute;
  left: 0px;
  top: -20px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

._50-percent-bg-img {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  /*background-image: url('../images/Hero-IMG.jpg');*/
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._30-percent-bg-img {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 33.3%;
  height: 100%;
  /*background-image: url('../images/Hero-IMG.jpg');*/
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._30-percent-bg-img.left {
  left: 0px;
  top: 0px;
  right: auto;
}

.plain-item {
  margin-bottom: 6px;
  padding-left: 0px;
  background-image: none;
  background-repeat: repeat;
}

.footer-nav-wrap {
  width: 45%;
  margin-right: 5%;
  margin-bottom: 24px;
  float: left;
  clear: right;
}

.footer-nav-wrap.right {
  margin-right: 0%;
  margin-left: 5%;
}

.full-width-cell {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid transparent;
  background-color: #f5f5f6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.full-width-cell:hover {
  border-left: 12px solid #00a1af;
  text-decoration: none;
}

.full-width-cell.relative {
  position: relative;
}

.fw-cell-button {
  margin-left: 36px;
  padding-top: 24px;
  padding-bottom: 12px;
  padding-left: 36px;
  border-left: 1px solid #e6e7e8;
}

.fw-cell-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fw-cell-details {
  margin-left: 36px;
  padding-left: 36px;
  border-left: 1px solid #e6e7e8;
}

.fw-cell-img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 22%;
}

._60-percent {
  width: 60%;
}

.block {
  padding: 36px;
  border: 1px solid #e6e7e8;
}

.bg-img-zoom {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/black-and-white-city-man-people.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.block-content-wrapper {
  position: relative;
  z-index: 11;
}

.dash-span {
  color: #e6e7e8;
}

.tabs {
  margin-top: 36px;
}

.form-item-wrapper {
  width: 98%;
  margin-right: 1%;
  margin-left: 1%;
}

.form-item-wrapper.half {
  width: 48%;
}

.form-item-wrapper.heading {
  margin-top: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e6e7e8;
}

.form-item-wrapper.heading.t-margin-0 {
  margin-top: 0px;
}

.form-item-wrapper.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkbox {
  margin-top: 10px;
  margin-right: 12px;
}

.paragraph-share {
  position: relative;
  margin-top: 48px;
  margin-bottom: -44px;
  padding: 48px 24px 56px;
  border: 2px dashed #e6e7e8;
  background-color: #f5f5f6;
}

.radio-donate-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
  padding-right: 12px;
  padding-bottom: 16px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f5f6;
}

.radio-button {
  margin-top: 18px;
  margin-right: 12px;
  margin-left: 0px;
}

.rounded-img-wrapper {
  display: inline-block;
  padding: 12px;
  border-radius: 110px;
  background-image: url('../images/BG-deco.jpg');
  background-position: 0px 0px;
  background-size: 796px;
}

.rounded-img-wrapper.t-margin-36 {
  margin-top: 36px;
}

.rounded-img {
  border-radius: 100%;
}

.small-gallery-top-img {
  max-width: 70%;
  margin-bottom: 24px;
}

.heading-link {
  color: #23145f;
}

.search-result {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #e6e7e8;
}

.gallery-col {
  margin-right: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gallery-col.left {
  text-align: right;
}

.gallery-img {
  display: inline-block;
  margin-bottom: 24px;
}

.gallery-img.last,
.gallery-img:last-child {
  margin-bottom: 0px;
}

.deco-strip {
  position: absolute;
  left: 0px;
  top: -18px;
  right: 0px;
  width: 60%;
  height: 36px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/BG-deco.jpg');
  background-position: 0px 0px;
  background-size: 796px;
}

.deco-lines {
  position: absolute;
  left: 0px;
  top: -22px;
  right: 0px;
  display: block;
  width: 44px;
  height: 55px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Deco-IMG_1Deco IMG.png');
  background-position: 50% 50%;
  background-size: 44px;
  background-repeat: no-repeat;
}

.center {
  text-align: center;
}

.advanced-search-link {
  display: block;
  margin-left: 6px;
  color: #9d9ba3;
  line-height: 22px;
  text-align: center;
}

.advanced-search-link:hover {
  color: #9d9ba3;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 99999;
  width: 60px;
  height: 60px;
  background-color: #00b4c3;
  background-image: url('../images/Top-Arrow.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .12);
}

html.w-mod-js *[data-ix="search-hidden"] {
  display: none;
}

html.w-mod-js *[data-ix="back-to-top-hidden"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 36px);
  -ms-transform: translate(0px, 36px);
  transform: translate(0px, 36px);
}

.jotf_header_ribbon_banner{
  padding: 9px 0;
  overflow: hidden;
  background-color: #0099a9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jotf_header_ribbon_banner .container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.jotf_header_ribbon_banner .text{
  color: #ffffff;
  font-size: 18px;
  padding: 5px 25px 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.jotf_header_ribbon_banner .button{
  height: 36px;
  line-height: 36px;
  display: inline-block;
  border: 1px solid #ffffff;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.72px;
  min-width: 139px;
  margin: 0 0 0 25px;
  padding: 0;
  background: transparent;
  box-sizing: initial;
}

.jotf_homepage_pop_up{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  width: 75%;
  max-height: 75vh;
  overflow-y: auto;
  transition: .3s all ease-in ;
}
.jotf_homepage_pop_up .container{
  display: flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  padding: 62px;
}
.jotf_homepage_pop_up .container .image, .jotf_homepage_pop_up .container .text{
  width: 50%;
}
.jotf_homepage_pop_up .container .image img{
  max-width: 100%;
  margin-right: 54px;
}
.jotf_homepage_pop_up .container .text{
  margin-left: 54px;
}
.jotf_homepage_pop_up .container .text h3{
  color: #201658;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.1;
  padding-top: 0;
  margin-top: -8px;
  padding-bottom: 14px;
}
.jotf_homepage_pop_up .container .text p{
  color: #000000;
  font-size: 21px;
  padding-bottom: 30px;
}
.jotf_homepage_pop_up .container .text .button{
  padding: 8px 27px;
  background-color: #e36c12;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.72px;
}
.jotf_homepage_pop_up .close{
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .jotf_homepage_pop_up .container .image{
    display: none;
  }
  .jotf_homepage_pop_up .container .text{
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 60px;
  }
  h2 {
    font-size: 40px;
    line-height: 52px;
  }
  h3 {
    font-size: 30px;
    line-height: 42px;
  }
  h4 {
    font-size: 24px;
    line-height: 36px;
  }
  a:hover {
    color: #ff7d24;
  }
  .button.horizontal-form {
    margin-right: 6px;
    margin-left: 6px;
  }
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section.hero-large {
    margin-top: 72px;
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .section.hero {
    margin-top: 72px;
  }
  .fluid-cell {
    padding: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fluid-cell._70-percent {
    width: 80%;
  }
  .fluid-cell.block {
    margin: 12px;
    padding: 36px;
  }
  .fluid-cell.fw-block {
    padding: 60px 36px;
  }
  .text-field.horizontal {
    margin-right: 6px;
    margin-left: 6px;
  }
  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 24px;
    border-bottom-width: 1px;
    border-bottom-color: hsla(0, 0%, 100%, .12);
    background-color: #23145f;
    color: #fff;
    font-weight: 400;
  }
  .nav-link:hover {
    border-bottom-color: hsla(0, 0%, 100%, .12);
    color: #fff;
  }
  .nav-link.w--current {
    padding-left: 18px;
    border-left: 6px solid #ff7d24;
    border-bottom-color: hsla(0, 0%, 100%, .12);
    color: #fff;
  }
  .nav-link.button {
    margin-top: 0px;
    padding-left: 24px;
    border-bottom-style: none;
    background-color: #ef7622;
    font-size: 16px;
    text-align: left;
  }
  .nav-link.hamburger {
    padding-right: 24px;
    background-image: none;
    background-repeat: repeat;
  }
  .menu-button {
    width: 72px;
    height: 72px;
    background-color: #ef7622;
    background-image: url('../images/Menu-icon.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .menu-button:hover {
    background-color: #ff7d24;
  }
  .menu-button.w--open {
    background-color: #ff7d24;
    background-image: url('../images/Menu-close-icon.svg');
    background-size: auto;
  }
  .logo-img {
    max-width: 76%;
    padding-top: 12px;
  }
  .nav-link-top.icon {
    width: 72px;
    height: 72px;
    float: right;
    clear: none;
  }
  .nav-link-top.icon.search {
    display: block;
  }
  .search-bar {
    position: fixed;
    top: 72px;
  }
  .dropdown-link.nav {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-color: hsla(0, 0%, 100%, .12);
    background-color: #00a1af;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  .dropdown-link.nav:hover {
    color: #23145f;
  }
  .dropdown-list.nav.w--open {
    margin: 16px -24px -20px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #00a1af;
  }
  .dropdown-nav {
    background-image: url('../images/Menu-icon_1.svg');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    color: #fff;
  }
  .dropdown-nav-link {
    color: #fff;
  }
  .dropdown-nav-link:hover {
    color: #fff;
  }
  .nav-bar-1 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .fake-h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .fake-h2 {
    font-size: 40px;
    line-height: 52px;
  }
  .fake-h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .fake-h4 {
    font-size: 24px;
    line-height: 36px;
  }
  .nav-menu {
    overflow: auto;
    height: 85vh;
    background-color: transparent;
  }
  .article-floating-wrapper {
    margin-right: 24px;
  }
  .deco-strip-img {
    top: -16px;
    max-width: 80%;
  }
  ._50-percent-bg-img {
    background-position: 100% 0px;
  }
  ._30-percent-bg-img {
    background-position: 100% 0px;
  }
  .fw-cell-img {
    width: 31%;
  }
  .gallery-col.right {
    margin-right: 0px;
  }
  .deco-strip {
    width: 80%;
  }
  .jotf_header_ribbon_banner{
    margin-top: 72px;
  }
  .jotf_header_ribbon_banner .container{
    align-items: flex-start;
  }
  .jotf_header_ribbon_banner .text{
    padding-right: 0;
  }
  .jotf_header_ribbon_banner .button{
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 54px;
  }
  h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }
  h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }
  h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }
  h5 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 30px;
  }
  blockquote {
    font-size: 20px;
    line-height: 32px;
  }
  .p-large {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 32px;
  }
  .p-large.extra {
    padding-top: 18px;
  }
  .button {
    margin-bottom: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .button.horizontal-form {
    height: 100%;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
  }
  .button.horizontal-form.no-tb-margin {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .section {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .section.narrow {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .section.hero-large {
    margin-top: 60px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section.wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .section.hero {
    margin-top: 60px;
  }
  .fluid-cell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fluid-cell.space-between {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fluid-cell._67-percent {
    width: 100%;
  }
  .fluid-cell._70-percent {
    width: 100%;
  }
  .fluid-cell._50-percent {
    width: 100%;
  }
  .fluid-cell.link-cell:hover {
    margin-top: 0px;
  }
  .fluid-cell.block._33-percent {
    width: auto;
  }
  .fluid-cell._33-percent {
    width: 100%;
  }
  .fluid-cell.fw-block.footer-right {
    padding-top: 96px;
  }
  .fluid-cell.gallery {
    width: 100%;
  }
  .icon-link.arrow-left {
    margin-right: 12px;
  }
  .icon-link.arrow-right {
    margin-left: 12px;
  }
  .subheading {
    margin-bottom: 8px;
    background-image: none;
    font-weight: 700;
  }
  .subheading.date {
    padding-top: 0px;
  }
  .text-field.horizontal {
    width: auto;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
  }
  .nav-link.button {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .menu-button {
    width: 60px;
    height: 60px;
  }
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .logo-img {
    max-width: 50%;
    padding-top: 14px;
  }
  .event-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .nav-link-top.icon {
    height: 60px;
  }
  .nav-link-top.icon.search {
    height: 60px;
  }
  .search-bar {
    top: 60px;
  }
  .category-dropdown {
    width: 100%;
    background-position: 95% 50%;
  }
  .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 14px;
  }
  .fake-h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 54px;
  }
  .fake-h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }
  .fake-h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }
  .fake-h3.in-border.b-margin-36 {
    margin-bottom: 24px;
  }
  .fake-h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }
  .fake-h4.month {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .fake-h5 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 30px;
  }
  .fake-h5.no-t-padding {
    padding-top: 0px;
  }
  .cta-link.arrow.in-text {
    margin-top: 0px;
    margin-bottom: 24px;
  }
  .article-thumb-img {
    margin-top: 12px;
    margin-bottom: 24px;
  }
  .deco-img {
    width: 34px;
  }
  .divider {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .floating-logo {
    bottom: -60px;
    width: 120px;
  }
  .article-floating-wrapper {
    top: -48px;
    margin-right: 12px;
    margin-bottom: -48px;
  }
  .deco-strip-img {
    top: -10px;
  }
  ._50-percent-bg-img {
    position: static;
    width: auto;
    height: 300px;
    margin: 24px 12px -48px;
  }
  ._30-percent-bg-img {
    position: static;
    width: auto;
    height: 300px;
    margin: 24px 12px -48px;
  }
  ._30-percent-bg-img.left {
    margin-bottom: -36px;
  }
  .footer-nav-wrap {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0px;
    float: none;
    clear: none;
  }
  .footer-nav-wrap.right {
    margin-bottom: 24px;
    margin-left: 0%;
  }
  .full-width-cell {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .fw-cell-button {
    margin-top: 24px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 24px;
  }
  .fw-cell-content-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .fw-cell-details {
    margin-top: 24px;
    margin-left: 0px;
    padding-left: 0px;
    border-left-style: none;
  }
  ._60-percent {
    width: 100%;
  }
  .block {
    margin-top: 24px;
    padding: 24px;
  }
  .reduced-margins-mobile {
    margin-bottom: 0px;
  }
  .dropdown-wrapper {
    width: 100%;
  }
  .radio-donate-field {
    padding-right: 24px;
    padding-bottom: 14px;
    padding-left: 24px;
  }
  .radio-button {
    margin-top: 14px;
  }
  .rounded-img {
    margin-top: 0px;
  }
  .small-gallery-top-img {
    margin-bottom: 12px;
  }
  .gallery-col {
    margin-right: 12px;
  }
  .gallery-img {
    margin-bottom: 12px;
  }
  .deco-strip {
    width: 85%;
  }
  .deco-lines {
    width: 36px;
    height: 47px;
    background-size: 36px;
  }
  .jotf_homepage_pop_up .container .image{
    display: none;
  }
  .jotf_homepage_pop_up{
    max-height: 65vh;
    width: 85%;
  }
  .jotf_header_ribbon_banner{
    margin-top: 60px;
  }
}

@media (max-width: 479px) {
  .button {
    margin-right: 0px;
    padding-right: 36px;
    padding-left: 36px;
    letter-spacing: 0px;
  }
  .button.invert.social-share {
    margin-bottom: 0px;
    padding-left: 36px;
    background-position: 50% 50%;
  }
  .button.invert.social-share.tw {
    margin-bottom: 0px;
  }
  .section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .section.hero-large {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .fluid-cell {
    padding-right: 0px;
    padding-left: 0px;
  }
  .fluid-cell.block {
    margin-right: 0px;
    margin-left: 0px;
    padding: 24px;
  }
  .fluid-cell.fw-block {
    padding: 48px 24px;
  }
  .fluid-cell.fw-block.footer-left {
    padding-bottom: 84px;
  }
  .icon-link.arrow-left {
    margin-right: 12px;
    margin-left: 0px;
  }
  .icon-link.arrow-right {
    margin-right: 0px;
    margin-left: 12px;
  }
  .logo-img {
    max-width: 100%;
    padding-top: 14px;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-link.w--current {
    z-index: 1;
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, .08);
  }
  .category-dropdown {
    width: 100%;
    background-position: 92% 50%;
  }
  .nav-bar-1 {
    padding-left: 24px;
  }
  .fake-h3.in-border {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 20px;
    line-height: 30px;
  }
  .cta-link.arrow.mobile-only {
    display: inline-block;
  }
  .article-thumb-img {
    margin-bottom: 12px;
  }
  .divider {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .article-floating-wrapper {
    top: -36px;
    margin-bottom: -36px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .deco-strip-img {
    top: -6px;
    max-width: 85%;
  }
  ._50-percent-bg-img {
    height: 250px;
    margin-right: 0px;
    margin-bottom: -36px;
    margin-left: 0px;
  }
  ._30-percent-bg-img {
    height: 250px;
    margin-right: 0px;
    margin-bottom: -36px;
    margin-left: 0px;
  }
  ._30-percent-bg-img.left {
    margin-bottom: -24px;
  }
  .full-width-cell {
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .fw-cell-button {
    padding-left: 12px;
  }
  .fw-cell-details {
    margin-top: 18px;
  }
  .reduced-margins-mobile {
    margin-top: 12px;
  }
  .form-item-wrapper.half {
    width: 98%;
  }
  .form-item-wrapper.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .radio-donate-field {
    display: block;
    margin-right: 0px;
  }
  .radio-button {
    margin-top: 27px;
  }
  .deco-strip {
    top: -12px;
    height: 24px;
  }
  .back-to-top {
    right: 12px;
    bottom: 12px;
    width: 48px;
    height: 48px;
  }
  .jotf_homepage_pop_up .container .text h3{
    font-size: 28px;
  }
  .jotf_homepage_pop_up .container .text p{
    font-size: 16px;
    line-height: 1.6;
  }
  .jotf_homepage_pop_up .container{
    padding: 40px;
  }
}
