@charset "UTF-8";
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  height: auto;
  max-width: 100%;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text], input[type=email], input[type=submit], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*==============================================================*/
/*==============================================================*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "museo-sans";
  font-weight: 500;
  font-style: normal;
  background: white;
  font-size: 16px;
  line-height: 1.6rem;
  font-weight: 300;
}
@media (min-width: 815px) {
  body {
    font-size: 18px;
  }
}

#main {
  clear: both;
}

/*==============================================================*/
/*==============================================================*/
.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.25rem 0.625rem;
}
@media (min-width: 815px) {
  .wrapper {
    padding: 1.25rem;
  }
}

.left {
  float: left;
  width: 50%;
}

.right {
  float: right;
  width: 50%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-style: normal;
}

h2 {
  font-size: 32px;
  color: #00a6c6;
}

h3 {
  font-size: 24px;
  color: #39b54a !important;
}

strong {
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
  color: #003a49;
}

em {
  font-family: "museo-sans";
  font-weight: 300;
  font-style: italic;
}

em strong,
strong em {
  font-family: "museo-sans";
  font-weight: 900;
  font-style: italic;
}

.wp-caption-text {
  font-size: 80%;
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
  color: #00a6c6;
  text-align: left;
  margin-top: -37px;
  margin-bottom: 30px;
  background: #f1f2f3;
  padding: 4px 12px;
}
.wp-caption-text::before {
  content: "▲";
  color: #39b54a;
  padding-right: 4px;
}

/*==============================================================*/
/*==============================================================*/
.border-bottom {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #39b54a;
  display: inline-block;
  padding: 0 20px 20px;
}

.btn {
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
  background: #39b54a;
  color: #fff;
}
@media (min-width: 480px) {
  .btn {
    font-size: 16px;
  }
}
.btn:hover {
  background: #00a6c6;
}

.header-line {
  display: table;
  width: 100%;
  position: relative;
}
.header-line .line {
  vertical-align: middle;
  display: block;
  text-align: center;
  top: 13px;
  position: absolute;
}
.header-line span {
  display: block;
  height: 1px;
  background: #c3c6cc;
}

.vidwrap {
  max-width: 760px;
  margin: 0 auto;
}
.vidwrap .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.vidwrap .embed-container iframe, .vidwrap .embed-container object, .vidwrap .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==============================================================*/
/*==============================================================*/
.slick-dots {
  bottom: 0.925rem !important;
}

.slick-dots li {
  margin: 0 4px !important;
}

.slick-dots li button::before {
  font-size: 48px !important;
}

/*==============================================================*/
/*==============================================================*/
#hero {
  height: 120px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-bottom: 10px solid #00a6c6;
}
@media (min-width: 900px) {
  #hero {
    height: 300px;
  }
}
#hero .wrapper {
  position: relative;
  height: 100%;
}
#hero .wrapper .heroBlurb {
  position: absolute;
  bottom: -72px;
  left: 0;
  right: 0;
  background: #fff;
  color: #003a49;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-style: normal;
  padding: 0 20px;
  border-top: 1px solid #00a6c6;
}
@media (min-width: 615px) {
  #hero .wrapper .heroBlurb {
    bottom: -3rem;
    left: 1.25rem;
    right: auto;
  }
}
@media (min-width: 900px) {
  #hero .wrapper .heroBlurb {
    bottom: -5rem;
  }
}
#hero .wrapper h1 {
  font-size: 32px;
  background: #fff;
  padding: 10px 0px;
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-style: normal;
  border-bottom: 2px solid #39b54a;
}
@media (min-width: 615px) {
  #hero .wrapper h1 {
    font-size: 42px;
  }
}
@media (min-width: 900px) {
  #hero .wrapper h1 {
    font-size: 70px;
  }
}

.page-container {
  margin-top: 70px;
}
@media (min-width: 615px) {
  .page-container {
    margin-top: 40px;
  }
}
@media (min-width: 900px) {
  .page-container {
    margin-top: 90px;
  }
}
@media (min-width: 900px) {
  .page-container .page-content {
    float: left;
    width: 75%;
    padding-right: 1.25rem;
  }
}
.page-container .page-content ul li {
  margin-bottom: 50px;
  display: table;
  width: 100%;
}
.page-container .page-content ul .image-container {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 815px) {
  .page-container .page-content ul .image-container {
    width: 40%;
    display: table-cell;
  }
}
.page-container .page-content ul .text-container {
  display: block;
}
@media (min-width: 815px) {
  .page-container .page-content ul .text-container {
    width: 60%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
  }
}
.page-container .page-content ul .text-container .header-line {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-style: normal;
  color: #39b54a;
  position: relative;
}
.page-container .page-content ul .text-container .header-line p {
  display: inline-block;
  background: #fff;
  z-index: 2;
  position: relative;
  padding-right: 12px;
}
.page-container .page-content ul .text-container .header-line .line {
  width: 100%;
}
.page-container .page-content ul .text-container a:hover, .page-container .page-content ul .text-container .button-default {
  color: #003a49;
}
.page-container .page-content .post-meta-content {
  border-bottom: 1px solid #c3c6cc;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-family: "museo-sans";
  font-weight: 300;
  font-style: italic;
  color: #545861;
}
.page-container .page-content .button-default strong {
  font-size: 16px;
  color: #00a6c6;
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
}
.page-container .page-content .button-default strong:hover {
  color: #003a49;
}
.page-container .widget-area {
  text-align: center;
}
@media (min-width: 900px) {
  .page-container .widget-area {
    float: right;
    width: 25%;
    padding-left: 1.25rem;
    border-left: 1px solid #c3c6cc;
  }
}
.page-container .widget-area .widget_categories {
  margin-bottom: 60px;
}
.page-container .widget-area .sidebar-icon {
  width: 70px;
  display: block;
  margin: 0 auto;
}
.page-container .widget-area li {
  font-size: 16px;
  color: #39b54a;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 12px;
  list-style: none;
}
@media (min-width: 815px) {
  .page-container .widget-area li {
    font-size: 20px;
  }
}
.page-container .widget-area li a:hover {
  color: #003a49;
}
.page-container .widget-area .select-wrap {
  position: relative;
}
.page-container .widget-area .select-wrap::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: auto;
  right: 0;
  content: "▼";
  pointer-events: none;
  padding-left: 10px;
  border-left: 1px solid #c3c6cc;
}
.page-container .widget-area .select-wrap .archive-dropdown {
  padding: 10px 5px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 18px;
  font-family: "museo-sans";
  font-weight: 500;
  font-style: normal;
  border: 1px solid #c3c6cc;
  width: 100%;
}
.page-container .widget-area .widget-categories {
  margin-bottom: 60px;
}
.page-container .widget-area #custom_widget-4, .page-container .widget-area #custom_widget-5, .page-container .widget-area #custom_widget-2 {
  margin-top: 60px;
}

.prev-next-posts {
  display: table;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #c3c6cc;
}
.prev-next-posts .next-posts-link, .prev-next-posts .prev-posts-link {
  display: table-cell;
}
.prev-next-posts .next-posts-link a, .prev-next-posts .prev-posts-link a {
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  background: #39b54a;
  color: #fff;
}
@media (min-width: 815px) {
  .prev-next-posts .next-posts-link a, .prev-next-posts .prev-posts-link a {
    font-size: 16px;
  }
}
.prev-next-posts .next-posts-link {
  float: right;
}
.prev-next-posts .next-posts-link a {
  position: relative;
  padding: 0.625rem 2rem 0.625rem 1.25rem;
  font-size: 14px;
}
@media (min-width: 815px) {
  .prev-next-posts .next-posts-link a {
    font-size: 16px;
  }
}
.prev-next-posts .next-posts-link a:hover {
  background: #068217;
}
.prev-next-posts .next-posts-link a::after {
  content: "►";
  color: #219b32;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: auto;
  right: 0px;
}
.prev-next-posts .prev-posts-link {
  float: left;
}
.prev-next-posts .prev-posts-link a {
  padding: 0.625rem 1.25rem 0.625rem 2rem;
  position: relative;
}
.prev-next-posts .prev-posts-link a:hover {
  background: #068217;
}
.prev-next-posts .prev-posts-link a::after {
  content: "◄";
  color: #219b32;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 16px;
}

/*==============================================================*/
/*==============================================================*/
.entry-content .btn-container {
  display: table;
  width: 100%;
  margin-top: 60px;
}
.entry-content .btn-container .container {
  width: 100%;
  vertical-align: top;
  margin: 0 auto 20px;
  text-align: center;
}
@media (min-width: 815px) {
  .entry-content .btn-container .container {
    display: table-cell;
    width: 33.3333333%;
    margin: 0 auto;
  }
}
.entry-content .btn-container .container img {
  margin-bottom: 10px !important;
}
.entry-content .btn-container .container .btn {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 200px;
}
.entry-content .btn-container .container:last-of-type {
  margin-bottom: 60px;
}
@media (min-width: 815px) {
  .entry-content .btn-container .container:last-of-type {
    margin: 0 auto;
  }
}
.entry-content .text-container {
  margin-top: 30px;
  display: block;
  width: 100%;
}
.entry-content .header-line {
  font-size: 14px;
  text-transform: uppercase;
  display: table;
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-style: normal;
  color: #39b54a;
  position: relative;
}
.entry-content .header-line p {
  vertical-align: middle;
  display: inline-block;
  padding-right: 12px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.entry-content .header-line .line {
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
}
.entry-content .post-meta-content {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: "museo-sans";
  font-weight: 300;
  font-style: italic;
  color: #545861;
}
.entry-content p {
  margin-bottom: 30px;
  font-size: 18px;
}
.entry-content ul {
  margin: -15px 0 30px 30px;
}
.entry-content ul li {
  display: block;
  margin-bottom: 10px !important;
  line-height: normal;
  position: relative;
}
.entry-content ul li::before {
  position: absolute;
  left: -15px;
  content: "•";
}
.entry-content ol {
  counter-reset: item;
  margin: -15px 0 30px 30px;
}
.entry-content ol li {
  counter-increment: item;
  padding-left: 35px;
  position: relative;
  margin-bottom: 12px;
}
.entry-content ol li::before {
  content: counter(item);
  background: #00a6c6;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 999em;
  color: #fff;
  text-align: center;
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
  position: absolute;
  line-height: 1.4;
  left: 0;
  top: 2px;
}
.entry-content h2 + ul,
.entry-content h3 + ul {
  margin-top: 20px;
}
.entry-content .wp-block-button__link.wp-element-button {
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
  background: #0094b3;
  color: #fff;
}
@media (min-width: 480px) {
  .entry-content .wp-block-button__link.wp-element-button {
    font-size: 16px;
  }
}
.entry-content .wp-block-button__link.wp-element-button:hover {
  background: #39b54a;
  color: #fff;
}
.entry-content .btn {
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
  background: #39b54a;
  color: #fff;
}
@media (min-width: 480px) {
  .entry-content .btn {
    font-size: 16px;
  }
}
.entry-content .btn:hover {
  background: #00a6c6;
  color: #fff;
}
.entry-content h2 {
  font-size: 27px;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-style: normal;
  color: #00a6c6;
  margin-bottom: 12px;
  line-height: 1;
}
@media (min-width: 615px) {
  .entry-content h2 {
    font-size: 32px;
    line-height: normal;
  }
}
.entry-content h3 {
  font-size: 22px;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-style: normal;
  color: #39b54a;
  margin-bottom: 3px;
}
@media (min-width: 615px) {
  .entry-content h3 {
    font-size: 24px;
  }
}
.entry-content .text-container + h3 {
  margin-bottom: 30px;
}
.entry-content a {
  color: #00a6c6;
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
}
.entry-content a:hover {
  color: #003a49;
}
.entry-content hr {
  width: 30%;
  margin: 0 auto 15px;
  border-color: #f1f2f3;
}
.entry-content strong {
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
}
.entry-content .alignright {
  float: right;
  padding-left: 20px;
}
.entry-content .alignleft {
  float: left;
  padding-right: 20px;
}
.entry-content .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.entry-content img {
  margin-bottom: 30px !important;
}
.entry-content blockquote {
  color: #00a6c6;
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
}
.entry-content blockquote p {
  margin-bottom: 4px;
}
.entry-content blockquote p strong {
  font-weight: 700;
  text-transform: uppercase;
}
.entry-content blockquote + p {
  padding: 0 20px;
}

.nav-links {
  display: table;
  width: 100%;
}
.nav-links .nav-previous, .nav-links .nav-next {
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  padding: 0.625rem 1.15rem;
  font-size: 16px;
  text-transform: uppercase;
  background: #39b54a;
  color: #fff;
}
.nav-links .nav-previous {
  float: left;
  display: table-cell;
}
.nav-links .nav-next {
  float: right;
  display: table-cell;
}

/*==============================================================*/
/*==============================================================*/
#eventsIntro {
  margin-top: 50px;
}
@media (min-width: 815px) {
  #eventsIntro {
    margin-top: 90px;
  }
}
#eventsIntro .wrapper p {
  padding-bottom: 40px;
  border-bottom: 1px solid #c3c6cc;
}
#eventsIntro .wrapper a {
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
  color: #00a6c6;
}
#eventsIntro .wrapper a:hover {
  color: #003a49;
}

#upcomingEvents .wrapper .event-item {
  display: table;
  width: 100%;
  border-bottom: 1px solid #c3c6cc;
  padding: 50px 0;
}
#upcomingEvents .wrapper .event-item .img-container {
  display: table-cell;
  width: 100%;
  float: left;
  text-align: center;
}
@media (min-width: 815px) {
  #upcomingEvents .wrapper .event-item .img-container {
    width: 50%;
    padding-right: 40px;
  }
}
#upcomingEvents .wrapper .event-item .img-container img {
  max-height: 450px;
}
#upcomingEvents .wrapper .event-item .text-container {
  display: table-cell;
  width: 100%;
  float: right;
  margin-top: 20px;
}
@media (min-width: 815px) {
  #upcomingEvents .wrapper .event-item .text-container {
    width: 50%;
    margin-top: 0;
  }
}
#upcomingEvents .wrapper .event-item .text-container p {
  padding-bottom: 30px;
}
#upcomingEvents .wrapper .event-item .text-container p a {
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
  color: #00a6c6;
}
#upcomingEvents .wrapper .event-item .text-container p a:hover {
  color: #003a49;
}
#upcomingEvents .wrapper .event-item .text-container h3 {
  font-size: 32px;
  color: #00a6c6;
  margin-bottom: 10px;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-style: normal;
}
#upcomingEvents .wrapper .event-item .text-container .time {
  color: #39b54a;
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20;
}
#upcomingEvents .wrapper .event-item .text-container .time strong {
  color: #39b54a;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-style: normal;
}
#upcomingEvents .wrapper .event-item .text-container .location {
  font-size: 16px;
  color: #f68b33;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-style: normal;
  display: block;
  padding: 20px 0px 20px 20px;
  margin: 20px auto;
  border-top: 1px solid #c3c6cc;
  border-bottom: 1px solid #c3c6cc;
  position: relative;
}
#upcomingEvents .wrapper .event-item .text-container .location::before {
  position: absolute;
  content: "\e907";
  font-family: "icomoon";
  color: #f68b33;
  left: 0;
}
#upcomingEvents .wrapper .event-item .text-container .location:hover {
  color: #DD721A;
}
#upcomingEvents .wrapper .event-item:first-child {
  padding-top: 10px;
}
#upcomingEvents .past-events-title {
  font-size: 36px;
  background: #fff;
  padding: 10px 15px;
  color: #003a49;
  border-bottom: 2px solid #39b54a;
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 25px;
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 615px) {
  #upcomingEvents .past-events-title {
    font-size: 45px;
  }
}
#upcomingEvents .past-events-list {
  position: relative;
  padding-top: 30px;
}
#upcomingEvents .past-events-list .event-item:last-of-type {
  border: none;
}

/*==============================================================*/
/*==============================================================*/
#faq {
  margin-bottom: 60px;
}

#accordion {
  text-align: left;
}
#accordion .js-accordion__panel[aria-hidden=true] {
  display: none;
}
#accordion .js-accordion__panel[role=tabpanel] .js-accordion__header {
  display: none;
}
#accordion button.js-accordion__header {
  border: none;
  display: block;
  text-align: left;
  padding: 30px 60px 30px 20px;
  background: none;
  font-size: 18px;
  color: #39b54a;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  width: 100%;
  border-top: 1px solid #c3c6cc;
}
@media (min-width: 815px) {
  #accordion button.js-accordion__header {
    font-size: 24px;
  }
}
#accordion button.js-accordion__header:hover {
  cursor: pointer;
  background: rgba(91, 170, 218, 0.05);
}
#accordion .js-accordion__header {
  position: relative;
  transition: ease-in-out 333ms;
}
#accordion .js-accordion__header:before {
  top: 30px;
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase;
  color: #00a6c6;
  position: absolute;
  right: 20px;
  margin-right: 8px;
}
#accordion .js-accordion__header[aria-expanded=false]:before {
  content: "▶";
  color: #39b54a;
}
#accordion .js-accordion__header[aria-expanded=false]:before:hover {
  cursor: pointer;
}
#accordion .js-accordion__header[aria-expanded=true] {
  background: #f1f2f3;
  margin-bottom: 20px;
}
#accordion .js-accordion__header[aria-expanded=true]:before {
  content: "▼";
  color: #39b54a;
}
#accordion .js-accordion__header[aria-expanded=true]:before:hover {
  cursor: pointer;
}
#accordion .js-accordion__panel {
  padding-bottom: 30px;
  line-height: 1.5;
}
#accordion .js-accordion__panel .entry-content {
  padding-left: 20px;
}
#accordion .js-accordion__panel div {
  margin-bottom: 20px !important;
  display: block;
}
#accordion .js-accordion__panel blockquote {
  padding: 0 20px;
}
@media (min-width: 815px) {
  #accordion .js-accordion__panel blockquote {
    padding: 0 50px;
  }
}
#accordion .js-accordion__panel blockquote + p {
  padding: 0 20px;
}
@media (min-width: 815px) {
  #accordion .js-accordion__panel blockquote + p {
    padding-left: 50px;
  }
}
#accordion .js-accordion__panel p {
  margin-bottom: 20px;
}

#joinTheTeam {
  padding-top: 30px;
  border-top: 1px solid #c3c6cc;
}
#joinTheTeam .img-container {
  max-width: 850px;
  margin: 0 auto 30px;
}
#joinTheTeam h2 {
  margin-bottom: 30px;
}
#joinTheTeam ol {
  list-style: decimal;
  padding-left: 18px;
}
#joinTheTeam ol li {
  margin-bottom: 20px;
}

/*==============================================================*/
/*==============================================================*/
#ourStaff {
  margin-top: 30px;
}
@media (min-width: 815px) {
  #ourStaff {
    margin: 0 auto;
  }
}
#ourStaff .board ul {
  margin: 0 auto;
}
#ourStaff .board ul li {
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
  color: #39b54a;
}
#ourStaff .board ul li::before {
  display: none;
}
#ourStaff .col-3 {
  display: table;
  width: 100%;
}
#ourStaff .col-3 li {
  display: table-cell;
  width: 33.3333333%;
}
#ourStaff .col-3 li div {
  padding-left: 20px;
}
#ourStaff ul li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c3c6cc;
  width: 100%;
}
#ourStaff ul li .member-top {
  position: relative;
}
#ourStaff ul li .member-top .img-container {
  float: left;
  margin-bottom: 20px;
  min-width: 180px;
  min-height: 180px;
  width: 100%;
  position: relative;
  background-color: #f1f2f3;
}
@media (min-width: 480px) {
  #ourStaff ul li .member-top .img-container {
    width: 180px;
    height: 180px;
    margin: 0px 20px 0px auto;
  }
}
#ourStaff ul li .member-top .img-container img {
  width: 100%;
  height: auto;
}
#ourStaff ul li .member-top .img-container span {
  text-align: center;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  right: 20px;
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
  color: #00a6c6;
}
@media (min-width: 480px) {
  #ourStaff ul li .member-top .text-container {
    float: left;
    width: calc(100% - 200px);
    padding: 0px;
  }
}
#ourStaff ul li h2 {
  font-size: 32px;
  color: #00a6c6;
  padding-top: 10px;
  margin-bottom: 12px;
}
#ourStaff ul li h3 {
  color: #39b54a !important;
  font-size: 24px;
  display: inline-block;
}
#ourStaff ul li .title {
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-style: normal;
  color: #39b54a;
  font-size: 18px;
}
#ourStaff ul li .section {
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
  display: block;
  font-size: 16px;
}
#ourStaff ul li .email, #ourStaff ul li .phone {
  display: block;
  font-family: "museo-sans";
  font-weight: 500;
  font-style: normal;
  color: #00a6c6;
}
#ourStaff ul li .member-bottom {
  margin-top: 20px;
}
#ourStaff ul li .member-bottom p {
  margin-bottom: 20px;
}

/*==============================================================*/
/*==============================================================*/
.widget-title {
  font-size: 22px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-style: normal;
  color: #00a6c6;
  border-bottom: 2px solid #39b54a;
}
@media (min-width: 815px) {
  .widget-title {
    font-size: 28px;
  }
}
.widget-title .widget-icon {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
}

.custom-widget {
  display: block;
  margin-bottom: 40px;
}
.custom-widget .widget-title {
  margin: 0 auto;
}
.custom-widget .widget-body {
  height: 335px;
  width: 275px;
  margin: 0 auto;
  position: relative;
}
.custom-widget .widget-body span {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  color: #fff;
  position: absolute;
  display: block;
  left: 20px;
  right: 20px;
  bottom: 50px;
}

.widget_recent_entries {
  margin-bottom: 60px;
  margin-top: 60px;
}
.widget_recent_entries .widget-title .widget-icon {
  background-image: url("/wp-content/themes/frienship-place/images/recent-posts.svg");
}
.widget_recent_entries li {
  border-bottom: 1px solid #c3c6cc;
  padding-bottom: 12px;
}
.widget_recent_entries li a {
  display: block;
}
.widget_recent_entries .post-date {
  font-size: 14px;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-style: normal;
  color: #545861;
  line-height: normal;
}

.widget_categories .widget-title .widget-icon {
  background-image: url("/wp-content/themes/frienship-place/images/categories.svg");
}

#maxmegamenu-2 {
  margin-bottom: 40px;
}
#maxmegamenu-2 .widget-title {
  margin-bottom: 0;
}
#maxmegamenu-2 .widget-title .widget-icon {
  background-image: url("/wp-content/themes/frienship-place/images/staff-division.svg");
}
#maxmegamenu-2 .menu-staff-division-container {
  width: 275px;
  margin: 0 auto;
  background-image: url("/wp-content/themes/frienship-place/images/widget-bg.png");
  position: relative;
  background-position: bottom;
  background-repeat: no-repeat;
}
#maxmegamenu-2 .menu-staff-division-container li {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  padding: 0px 20px;
  background: #00a6c6;
}
#maxmegamenu-2 .menu-staff-division-container li a {
  display: block;
  border-bottom: 1px solid #0099b6;
  line-height: normal;
  padding: 9px 0;
}
#maxmegamenu-2 .menu-staff-division-container li#menu-item-752 {
  padding-top: 12px;
}

#report-list li {
  display: inline !important;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  #report-list li {
    width: 50%;
    padding: 0 30px;
  }
}
#report-list li:nth-of-type(2n + 1) {
  clear: left;
}
#report-list a:hover h3 {
  color: #003a49;
}
#report-list .container {
  margin: 0 auto;
  text-align: center;
}

#resources {
  padding-right: 0px;
}
@media (min-width: 815px) {
  #resources {
    padding-right: 30px;
  }
}
#resources .left {
  width: 100%;
}
@media (min-width: 1024px) {
  #resources .left {
    width: 45%;
  }
}
#resources .right {
  width: 100%;
}
@media (min-width: 1024px) {
  #resources .right {
    width: 55%;
  }
}
#resources .right hr {
  margin: 40px auto;
  border: none;
  height: 1px;
  background: #c3c6cc;
}
#resources .top .left {
  padding: 20px;
  border: 1px solid #c3c6cc;
  margin-bottom: 30px;
  box-shadow: 0 4px 0px 0px #f1f2f3;
}
@media (min-width: 1024px) {
  #resources .top .left {
    margin: 0 auto;
  }
}
#resources .top .left h2, #resources .top .left h3 {
  text-align: center;
}
#resources .top .left p {
  padding: 30px 0;
}
@media (min-width: 1240px) {
  #resources .top .left p {
    padding: 30px;
  }
}
#resources .top .left p strong {
  float: left;
}
#resources .top .left p span.amount {
  float: right;
  color: #00a6c6;
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
}
@media (min-width: 1240px) {
  #resources .top .left ul {
    padding: 0 30px;
  }
}
#resources .top .left ul li {
  margin-bottom: 0px;
  font-size: 16px;
}
#resources .top .left ul li .for,
#resources .top .left ul li .amount {
  display: inline-block;
}
#resources .top .left ul li .for {
  float: left;
}
#resources .top .left ul li .amount {
  float: right;
  color: #00a6c6;
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
}
@media (min-width: 1024px) {
  #resources .top .right {
    padding-left: 30px;
  }
}
#resources .top .right img {
  padding: 0 20px;
}
@media (min-width: 815px) {
  #resources .top .right img {
    padding: 0px;
  }
}
#resources .resources {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #c3c6cc;
}
#resources .resources ul {
  margin: 20px 0 0 20px;
}
#resources .resources ul li {
  margin-bottom: 10px;
}
#resources .resources ul li a {
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
  color: #003a49;
  font-size: 16px;
}
#resources .resources ul li a:hover {
  color: #00a6c6;
}
#resources .resources ul li a:hover .icon-download::before {
  color: #00a6c6;
}
#resources .resources ul li .icon-download::before {
  border: 2px solid #c3c6cc;
  color: #39b54a;
  border-radius: 999em;
  font-size: 22px;
  margin-right: 5px;
  vertical-align: middle;
}

#congregations {
  display: table;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}
#congregations li {
  display: inline-block;
  vertical-align: top;
  width: 330px;
  padding: 0 10px;
  margin-bottom: 40px;
}
#congregations li .text {
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
  color: #00a6c6;
  display: block;
  font-size: 18px;
}
#congregations li .name {
  display: block;
}

#topsponsors {
  display: table;
  margin: 60px auto 0;
  text-align: center;
}
#topsponsors li {
  display: inline-block;
  width: 265px;
  vertical-align: middle;
  margin: 0 20px 60px;
}
#topsponsors li img {
  width: 100%;
  height: auto;
}

#sponsors {
  display: table;
  margin: 0 auto;
  text-align: center;
}
#sponsors li {
  display: inline-block;
  width: 205px;
  vertical-align: middle;
  margin: 0 20px 60px;
}
#sponsors li img {
  width: 100%;
  height: auto;
}

#cs_icons {
  display: table;
  text-align: center;
  margin: 90px auto 20px;
}
#cs_icons li {
  width: 300px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0 20px;
}
#cs_icons li::before {
  display: none;
}
#cs_icons li img {
  width: 110px;
  margin: 0 auto 10px !important;
}

#lal_icons {
  margin: 50px auto;
}
#lal_icons li {
  display: block;
  width: 100%;
  vertical-align: top;
  list-style: none;
  padding: 0 0 30px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 615px) {
  #lal_icons li {
    text-align: left;
  }
}
#lal_icons li::before {
  display: none;
}
#lal_icons li img {
  width: 110px;
  float: none;
  text-align: center;
  margin: 0 auto 10px !important;
}
@media (min-width: 615px) {
  #lal_icons li img {
    float: left;
  }
}
#lal_icons li .text {
  width: 100%;
  float: left;
  text-align: center;
}
@media (min-width: 615px) {
  #lal_icons li .text {
    width: calc(100% - 110px);
    padding-left: 20px;
    text-align: left;
  }
}
#lal_icons li .text li::before {
  display: inline-block;
}

#callouts {
  margin: 20px auto;
}
#callouts .left, #callouts .right {
  display: block;
  width: 100%;
  float: left;
  padding: 20px;
}
@media (min-width: 615px) {
  #callouts .left, #callouts .right {
    width: 50%;
  }
}
#callouts .left a, #callouts .right a {
  display: block;
}

#supplyEssential .container {
  text-align: center;
  border-bottom: 1px solid #c3c6cc;
  margin-bottom: 30px;
}
#supplyEssential .container .icon {
  width: 110px;
  margin-bottom: 10px !important;
}
#supplyEssential #row_icon {
  margin: 0 auto;
}
#supplyEssential #row_icon li {
  display: block;
  width: 100%;
  float: left;
  padding: 20px;
}
@media (min-width: 615px) {
  #supplyEssential #row_icon li {
    width: 50%;
  }
}
#supplyEssential #row_icon li::before {
  display: none;
}
#supplyEssential #row_icon li .text.entry-content li {
  display: block;
  width: 100%;
  padding: 0px;
}
#supplyEssential #row_icon li .text.entry-content li::before {
  display: block;
}
#supplyEssential #row_icon li img {
  width: 110px;
  margin: 0 auto 10px !important;
}

#awards.cf {
  margin: 50px auto;
  border-bottom: 1px solid #c3c6cc;
}
#awards.cf li {
  display: block;
  width: 100%;
  vertical-align: top;
  list-style: none;
  padding: 0 0 30px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 615px) {
  #awards.cf li {
    text-align: left;
  }
}
#awards.cf li::before {
  display: none;
}
#awards.cf li img {
  width: 110px;
  float: none;
  text-align: center;
  margin: 0 auto 30px !important;
}
@media (min-width: 615px) {
  #awards.cf li img {
    float: left;
    margin: 0 auto 10px !important;
  }
}
#awards.cf li #items {
  width: 100%;
}
@media (min-width: 615px) {
  #awards.cf li #items {
    width: calc(100% - 140px);
    float: left;
    padding-left: 30px;
    border-left: 1px solid #c3c6cc;
    margin: 0 auto 0 10px !important;
  }
}
#awards.cf li #items li {
  margin: 0 auto;
  padding: 0px;
  padding-right: 20px;
  text-align: left;
}
@media (min-width: 615px) {
  #awards.cf li #items li {
    padding: 0px;
  }
}
#awards.cf li #items li::before {
  display: inline-block !important;
  color: #39b54a;
}

#quotes.cf {
  margin: 20px auto 10px;
}
#quotes.cf li.cf {
  margin-bottom: 40px !important;
  text-align: center;
}
@media (min-width: 615px) {
  #quotes.cf li.cf {
    text-align: left;
  }
}
#quotes.cf li.cf::before {
  display: none;
}
#quotes.cf li.cf img {
  width: 62px;
  margin: 0 auto 10px !important;
}
@media (min-width: 615px) {
  #quotes.cf li.cf img {
    padding-right: 10px;
    float: left;
  }
}
#quotes.cf li.cf .text {
  width: 100%;
  float: left;
  font-family: "museo-sans";
  font-weight: 500;
  font-style: italic;
}
@media (min-width: 615px) {
  #quotes.cf li.cf .text {
    width: calc(100% - 62px);
    border-left: 1px solid #c3c6cc;
    padding-left: 10px;
  }
}
#quotes.cf li.cf .text .quote {
  font-family: "museo-sans";
  font-weight: 900;
  font-style: italic;
  color: #00a6c6;
  margin-bottom: 0px;
}

.bottom {
  border-top: 1px solid #c3c6cc;
  padding-top: 30px;
}

/*==============================================================*/
/*==============================================================*/
.entry-content .gform_wrapper, .entry-content .gform_confirmation_wrapper {
  background: -moz-linear-gradient(top, white 40%, rgba(255, 255, 255, 0.95) 70%);
  background: -webkit-linear-gradient(top, white 40%, rgba(255, 255, 255, 0.95) 70%);
  background: linear-gradient(to bottom, white 40%, rgba(255, 255, 255, 0.95) 70%);
  padding: 0px;
}
.entry-content .gform_wrapper .ginput_container, .entry-content .gform_confirmation_wrapper .ginput_container {
  margin-top: 2px !important;
}
.entry-content .gform_wrapper ul.gform_fields, .entry-content .gform_confirmation_wrapper ul.gform_fields {
  margin: 0;
}
.entry-content .gform_wrapper li, .entry-content .gform_confirmation_wrapper li {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
  line-height: 1;
}
.entry-content .gform_wrapper li:before, .entry-content .gform_confirmation_wrapper li:before {
  display: none;
}
.entry-content .gform_wrapper label, .entry-content .gform_confirmation_wrapper label {
  display: block;
  font-size: 11px;
  color: #003a49;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 4px 0 0 0;
}
.entry-content .gform_wrapper label.gfield_label, .entry-content .gform_confirmation_wrapper label.gfield_label {
  font-size: 1em;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
  margin: 0 auto !important;
}
.entry-content .gform_wrapper .ginput_complex label, .entry-content .gform_confirmation_wrapper .ginput_complex label {
  font-size: 14px;
}
.entry-content .gform_wrapper .gfield_required, .entry-content .gform_confirmation_wrapper .gfield_required {
  color: #00a6c6;
}
.entry-content .gform_wrapper .top_label input.medium, .entry-content .gform_confirmation_wrapper .top_label input.medium {
  width: 100% !important;
}
.entry-content .gform_wrapper input, .entry-content .gform_wrapper textarea, .entry-content .gform_confirmation_wrapper input, .entry-content .gform_confirmation_wrapper textarea {
  font-family: "museo-sans";
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  width: 100%;
  box-shadow: none;
  border: 1px solid transparent;
  font-size: 0.9em;
  padding: 8px;
  height: 40px;
  background: #f1f2f3;
}
.entry-content .gform_wrapper textarea, .entry-content .gform_confirmation_wrapper textarea {
  height: 200px;
}
.entry-content .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .entry-content .gform_confirmation_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  margin-top: 4px;
}
.entry-content .gform_wrapper .gfield_description.validation_message, .entry-content .gform_confirmation_wrapper .gfield_description.validation_message {
  display: none !important;
}
.entry-content .gform_wrapper li.gfield.gfield_error, .entry-content .gform_confirmation_wrapper li.gfield.gfield_error {
  background: transparent;
  border: none !important;
}
.entry-content .gform_wrapper img.ui-datepicker-trigger, .entry-content .gform_confirmation_wrapper img.ui-datepicker-trigger {
  height: auto !important;
  bottom: -18px;
  left: 16px;
  position: absolute;
}
.entry-content .gform_wrapper ul.gfield_checkbox li, .entry-content .gform_wrapper ul.gfield_radio li, .entry-content .gform_confirmation_wrapper ul.gfield_checkbox li, .entry-content .gform_confirmation_wrapper ul.gfield_radio li {
  display: inline-block;
  margin: 5px 20px 0 0 !important;
}
.entry-content .gform_wrapper ul.gfield_checkbox input, .entry-content .gform_wrapper ul.gfield_checkbox label, .entry-content .gform_wrapper ul.gfield_radio input, .entry-content .gform_wrapper ul.gfield_radio label, .entry-content .gform_confirmation_wrapper ul.gfield_checkbox input, .entry-content .gform_confirmation_wrapper ul.gfield_checkbox label, .entry-content .gform_confirmation_wrapper ul.gfield_radio input, .entry-content .gform_confirmation_wrapper ul.gfield_radio label {
  display: inline-block;
  margin: 0;
  height: auto;
  width: auto;
  font-size: 0.9em;
}
.entry-content .gform_wrapper ul.gfield_checkbox input, .entry-content .gform_wrapper ul.gfield_radio input, .entry-content .gform_confirmation_wrapper ul.gfield_checkbox input, .entry-content .gform_confirmation_wrapper ul.gfield_radio input {
  margin-right: 4px !important;
  margin-top: 9px !important;
}
.entry-content .gform_wrapper ul.gfield_checkbox label, .entry-content .gform_wrapper ul.gfield_radio label, .entry-content .gform_confirmation_wrapper ul.gfield_checkbox label, .entry-content .gform_confirmation_wrapper ul.gfield_radio label {
  display: inline;
  letter-spacing: normal;
  text-transform: none;
}
.entry-content .gform_wrapper .custom-select, .entry-content .gform_confirmation_wrapper .custom-select {
  position: relative;
  border: 1px solid transparent;
}
.entry-content .gform_wrapper .custom-select:after, .entry-content .gform_confirmation_wrapper .custom-select:after {
  display: none\9 ;
  pointer-events: none;
  content: "▾";
  font-size: 22px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media (min-width: 615px) {
  .entry-content .gform_wrapper .custom-select:after, .entry-content .gform_confirmation_wrapper .custom-select:after {
    right: 30px;
  }
}
.entry-content .gform_wrapper .custom-select select, .entry-content .gform_confirmation_wrapper .custom-select select {
  font-size: 1em;
  border: none;
  background: #f1f2f3;
  padding: 8px;
  height: 38px;
  padding-left: 10px;
  width: 100% !important;
  font-family: "museo-sans";
  font-weight: 500;
  font-style: normal;
}
@supports (-webkit-appearance: none) or (appearance: none) or ((-moz-appearance: none) and (mask-type: alpha)) {
  .entry-content .gform_wrapper .custom-select select, .entry-content .gform_confirmation_wrapper .custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: none;
  }
  .entry-content .gform_wrapper .custom-select select:after, .entry-content .gform_confirmation_wrapper .custom-select select:after {
    display: block;
  }
}
.entry-content .gform_wrapper .gform_button, .entry-content .gform_confirmation_wrapper .gform_button {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff !important;
  background: #39b54a;
  padding: 7px 22px;
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
  line-height: normal !important;
  width: 250px !important;
  text-align: center;
}
.entry-content .gform_wrapper .gform_button:hover, .entry-content .gform_confirmation_wrapper .gform_button:hover {
  background: #00a6c6;
  cursor: pointer;
}
.entry-content .gform_wrapper .validation_error, .entry-content .gform_confirmation_wrapper .validation_error {
  display: none;
}

.gform_confirmation_message {
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
  text-align: center;
  font-size: 1.1em;
  padding: 60px 20px;
  color: #00a6c6;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
  width: 100% !important;
}
@media (min-width: 815px) {
  .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
    width: 47.5% !important;
  }
}

.gform_wrapper .ginput_complex input[type=text] {
  width: 100% !important;
}

.entry-content .gform_wrapper #field_6_7 .gfield_label, .entry-content .gform_confirmation_wrapper #field_6_7 .gfield_label {
  display: none;
}

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

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding-top: 0px !important;
}

.entry-content .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:focus,
.entry-content .gform_wrapper ul.gfield_radio li input[type=radio]:focus {
  outline: 1px solid #00a6c6;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.9;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.9;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #e2e2e2;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #00a6c6;
  opacity: 1;
}

/*==============================================================*/
/*==============================================================*/
#masthead .wrapper {
  padding: 0.625rem;
}
@media (min-width: 615px) {
  #masthead .wrapper {
    padding: 1.25rem;
  }
}
#masthead .left {
  width: 100%;
  float: none;
  text-align: center;
}
@media (min-width: 615px) {
  #masthead .left {
    float: left;
    width: auto;
    display: table;
    padding-right: 1.25rem;
  }
}
@media (min-width: 815px) {
  #masthead .left {
    width: 425px;
  }
}
#masthead .social {
  display: none;
}
@media (min-width: 815px) {
  #masthead .social {
    display: inline-block;
    font-size: 0;
    text-align: right;
    vertical-align: text-top;
  }
}
#masthead .social li {
  display: inline-block;
  padding: 0 0.625rem;
}
#masthead .social a {
  font-size: 2rem;
}
#masthead .social a::before {
  color: #00a6c6;
  transition: ease-in 111ms;
}
#masthead .social a:hover::before {
  color: #003a49;
}
#masthead .img-container {
  display: inline-block;
  width: 85px;
  padding-right: 9px;
}
@media (min-width: 615px) {
  #masthead .img-container {
    display: table-cell;
  }
}
@media (min-width: 815px) {
  #masthead .img-container {
    width: 150px;
  }
}
#masthead .img-container img {
  width: 100%;
  height: auto;
}
#masthead p {
  font-size: 14px;
  line-height: normal;
  display: inline-block;
  margin: 15px auto 0px;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 615px) {
  #masthead p {
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 815px) {
  #masthead p {
    font-size: 24px;
  }
}
#masthead .right {
  text-align: right;
  float: none;
  width: 100%;
  position: relative;
}
@media (min-width: 815px) {
  #masthead .right {
    float: right;
    width: calc(100% - 425px);
  }
}
#masthead .right .btn {
  background: #e63233;
}
#masthead .right .btn:hover {
  background: #ce2230;
}
#masthead .right .btn-blue {
  background: #00a6c6;
}
#masthead .right .btn-blue:hover {
  background: #003a49;
  opacity: 0.7;
}
#masthead .right .btn-blue .icon-heart::before {
  color: #008ca9;
  background: transparent;
}
#masthead .right .icon-dollarSign::before, #masthead .right .icon-heart::before {
  font-size: 1.25rem;
  background: #ce2230;
  border-radius: 999em;
  margin-right: 9px;
  vertical-align: middle;
}
#masthead .container {
  padding: 0;
  text-align: center;
}
@media (min-width: 615px) {
  #masthead .container {
    text-align: right;
    padding-top: 0.925rem;
    display: block;
  }
}
#masthead .container p {
  display: none;
  color: #003a49;
}
@media (min-width: 1024px) {
  #masthead .container p {
    display: inline-block;
    font-family: "museo-slab", serif;
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    padding-right: 16px;
  }
}
#masthead .search-form {
  height: 40px;
  text-align: right;
  display: none;
}
@media (min-width: 815px) {
  #masthead .search-form {
    display: inline-block !important;
  }
}
#masthead .search-form .search-field, #masthead .search-form .search-submit {
  height: 100%;
  background: transparent;
  border: 1px solid #f1f2f3;
  vertical-align: middle;
}
#masthead .search-form .search-submit {
  width: 40px;
  position: relative;
  margin-left: -6px;
}
#masthead .search-form .search-submit:hover {
  cursor: pointer;
}
#masthead .search-form .icon-search {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: relative;
  left: auto;
  width: auto;
  right: 0;
  top: 0;
  font-size: 1.5rem;
  vertical-align: middle;
  pointer-events: none;
  color: #00a6c6;
}
#masthead .search-form .search-field {
  text-indent: 4px;
  border-right: 0;
  display: inline-block;
  vertical-align: middle;
}

/*--------------------------------------------------------------*/
/* NAVIGATION */
/*--------------------------------------------------------------*/
#primaryNavigation {
  position: relative;
}
#primaryNavigation .search-form-mobile {
  display: none;
}
@media (min-width: 815px) {
  #primaryNavigation .search-form-mobile {
    display: none !important;
  }
}
#primaryNavigation .search-form-mobile .search-field, #primaryNavigation .search-form-mobile .search-submit {
  height: 40px;
  background: #f1f2f3;
  vertical-align: middle;
  border: none;
  font-size: 18px;
}
#primaryNavigation .search-form-mobile .search-submit {
  width: 40px;
  position: relative;
  margin-left: -6px;
  font-size: 18px;
  color: #39b54a;
  padding: 0px;
}
#primaryNavigation .search-form-mobile .search-submit:hover {
  cursor: pointer;
  color: #00a6c6;
}
#primaryNavigation .search-form-mobile .search-field {
  border-right: 0;
  padding-left: 16px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px);
}
#primaryNavigation .open {
  display: block !important;
  position: absolute;
  right: 52px;
  top: 0px;
  z-index: 999;
  background: transparent;
  border-right: 1px solid #fff;
}
@media (min-width: 815px) {
  #primaryNavigation .open {
    display: none !important;
  }
}
#primaryNavigation .search-toggle {
  position: absolute;
  right: 0px;
  top: 0px;
  background: transparent;
  border: none;
  width: 50px;
  height: 40px;
  color: #00a6c6;
}
#primaryNavigation .search-toggle:hover {
  cursor: pointer;
  color: #003a49;
}
@media (min-width: 815px) {
  #primaryNavigation .search-toggle {
    display: none !important;
  }
}
#primaryNavigation .search-toggle .icon-search {
  font-size: 1.5rem;
}

#mega-menu-wrap-primary {
  background: #f1f2f3;
}
#mega-menu-wrap-primary #mega-menu-primary {
  text-align: center;
  padding: 0.625rem;
}
#mega-menu-wrap-primary .mega-menu-link {
  font-family: "museo-slab" !important;
  font-size: 15px !important;
  padding: 0 10px !important;
}
#mega-menu-wrap-primary .mega-menu-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1024px) {
  #mega-menu-wrap-primary .mega-menu-link {
    font-size: 17px !important;
    padding: 0 22px !important;
  }
}
@media (min-width: 1240px) {
  #mega-menu-wrap-primary .mega-menu-link {
    font-size: 20px !important;
    padding: 0 28px !important;
  }
}
@media (max-width: 815px) {
  #mega-menu-wrap-primary .mega-menu-link {
    padding: 10px 20px !important;
    line-height: normal !important;
    text-align: left !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  }
  #mega-menu-wrap-primary .mega-menu-link:hover, #mega-menu-wrap-primary .mega-menu-link:focus {
    color: rgba(255, 255, 255, 0.8) !important;
  }
}
#mega-menu-wrap-primary .mega-menu-item:last-of-type {
  border: none !important;
}
#mega-menu-wrap-primary .mega-menu-item:last-of-type .mega-menu-link {
  border: none !important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-right {
  float: none;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1::after {
  font-weight: 700;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1::before {
  font-size: 32px;
}
@media (min-width: 815px) {
  #mega-menu-wrap-primary #mega-menu-item-1360.mega-menu-item-has-children > a.mega-menu-link::after {
    display: none !important;
  }
}
@media (min-width: 815px) {
  #mega-menu-wrap-primary ul.mega-sub-menu {
    width: 250px !important;
    border-bottom: 10px solid #003a49 !important;
  }
}
@media (min-width: 815px) {
  #mega-menu-wrap-primary ul.mega-sub-menu .mega-menu-item {
    padding: 0 !important;
  }
}
#mega-menu-wrap-primary ul.mega-sub-menu .mega-menu-item .mega-menu-link {
  padding: 10px 20px !important;
  line-height: normal !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  font-size: 15px !important;
}
#mega-menu-wrap-primary ul.mega-sub-menu .mega-menu-item:last-of-type .mega-menu-link {
  border: none !important;
}

@media (max-width: 815px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: rgba(255, 255, 255, 0.8) !important;
  }
}

@media (max-width: 815px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    color: rgba(255, 255, 255, 0.8) !important;
  }
}

@media (min-width: 815px) {
  #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    top: 44px !important;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

@media (min-width: 815px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    top: 0 !important;
    left: 250px !important;
    right: 0 !important;
    transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    -moz-transform: translateX(0%) !important;
    -webkit-transform: translateX(0%) !important;
  }
}

@media (min-width: 815px) {
  #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    position: absolute;
    left: 100%;
    padding: 0px !important;
    top: 0px !important;
    border-bottom: 10px solid #00a6c6 !important;
  }
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item {
  padding: 0px !important;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  padding: 10px 20px !important;
  background: #003a49 !important;
}
@media (max-width: 815px) {
  #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 15px !important;
  }
}

/*==============================================================*/
/*==============================================================*/
.site-footer .wrapper {
  display: block;
  padding: 1.25rem 1.25rem 0 1.25rem;
}
@media (min-width: 900px) {
  .site-footer .wrapper {
    display: table;
    padding: 1.25rem;
  }
}
.site-footer .social {
  display: flex;
  justify-content: center;
}
@media (min-width: 900px) {
  .site-footer .social {
    justify-content: flex-start;
  }
}
.site-footer .social li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  background: #00a6c6;
  border-radius: 999em;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.site-footer .social li a::before {
  color: #fff;
  font-size: 2rem;
  transition: ease-in 111ms;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.site-footer .social li a:hover::before {
  color: #003a49;
}
.site-footer #footer-top {
  text-align: center;
  line-height: normal;
}
.site-footer #footer-top .wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
}
.site-footer #footer-top .wrapper .grid-item {
  border: 0;
  padding: 0 0 1.25rem 0;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  width: 100%;
}
@media (min-width: 900px) {
  .site-footer #footer-top .wrapper .grid-item {
    width: 33.3333333%;
    padding: 0.625rem 1.25rem;
  }
}
.site-footer #footer-top .img-container {
  width: 45px;
  display: inline-block;
  padding-right: 6px;
}
@media (min-width: 900px) {
  .site-footer #footer-top .img-container {
    display: table-cell;
  }
}
.site-footer #footer-top .img-container img {
  width: 100%;
  height: auto;
}
.site-footer #footer-top p {
  display: inline-block;
}
@media (min-width: 900px) {
  .site-footer #footer-top p {
    display: table-cell;
    vertical-align: middle;
  }
}
.site-footer #footer-top a:hover {
  color: #00a6c6;
}
.site-footer .contact {
  background: #00a6c6;
  color: #fff;
  padding: 30px 0;
}
.site-footer .contact .col-3 {
  display: inline;
  margin-bottom: 1.625rem;
  padding: 0 0px 30px;
  border-bottom: 2px solid #008ca9;
  float: left;
  width: 100%;
  font-size: 17px;
}
@media (min-width: 900px) {
  .site-footer .contact .col-3 {
    padding: 0 10px 30px 20px;
    width: 50%;
    border-bottom: none;
  }
}
@media (min-width: 1024px) {
  .site-footer .contact .col-3 {
    width: 22%;
  }
}
@media (min-width: 900px) {
  .site-footer .contact .col-3:nth-of-type(2) {
    border-left: 2px solid #008ca9;
  }
}
@media (min-width: 1024px) {
  .site-footer .contact .col-3:nth-of-type(2) {
    width: 38%;
    border-right: 2px solid #008ca9;
  }
}
.site-footer .contact .col-3:last-of-type {
  border: none;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0px;
}
@media (min-width: 1024px) {
  .site-footer .contact .col-3:last-of-type {
    width: 40%;
  }
}
.site-footer .contact .col-3:last-of-type .container img {
  margin-right: 20px;
  margin-bottom: 20px;
}
.site-footer .copy {
  padding: 1.25rem 0.625rem;
  text-align: center;
  background: #f1f2f3;
  color: #00a6c6;
  font-size: 14px;
  text-transform: uppercase;
}
.site-footer .left {
  width: 62px;
}
.site-footer .right {
  width: calc(100% - 62px);
}
.site-footer .right a {
  text-decoration: underline;
}
.site-footer .right a:hover {
  text-decoration: none;
}
.site-footer img {
  max-width: 52px;
  float: left;
}
.site-footer h4 {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  font-size: 20px;
}

.subscribe-form {
  width: 100%;
  margin-top: -30px;
}
@media (min-width: 615px) {
  .subscribe-form {
    float: left;
  }
}
@media (min-width: 1024px) {
  .subscribe-form {
    margin-left: 72px;
    padding-right: 30px;
    margin-top: -60px;
  }
}
.subscribe-form .btn {
  background: #39b54a;
  color: #fff;
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  padding: 9px 30px !important;
  z-index: 22;
}
.subscribe-form .btn:hover {
  cursor: pointer !important;
  background: #219b32;
}

#homeHeroCTA .my-slider {
  width: 100%;
  margin: 0 auto;
}
#homeHeroCTA .slide {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  margin-bottom: 60px;
}
@media (min-width: 900px) {
  #homeHeroCTA .slide {
    margin-bottom: 40px;
  }
}
#homeHeroCTA .slide .slick-dots {
  position: relative;
}
#homeHeroCTA .slide img {
  border-bottom: 9px solid #00a6c6;
}
#homeHeroCTA .slide .wrapper {
  display: block;
  position: relative;
  max-width: 1000px;
  margin-top: 0px;
}
@media (max-width: 899px) {
  #homeHeroCTA .slide .wrapper {
    padding: 0;
  }
}
@media (min-width: 900px) {
  #homeHeroCTA .slide .wrapper {
    margin-top: -75px;
  }
}
@media (min-width: 1024px) {
  #homeHeroCTA .slide .wrapper {
    margin-top: -100px;
  }
}
@media (min-width: 1240px) {
  #homeHeroCTA .slide .wrapper {
    margin-top: -125px;
  }
}
#homeHeroCTA .CTA-box {
  text-align: center;
  background: #00a6c6;
  color: #fff;
  padding: 2.5rem 1.25rem 3.5rem;
  border: 2px solid #fff;
  width: 100%;
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 1024px) {
  #homeHeroCTA .CTA-box {
    padding: 2.25rem 2.25rem 3rem;
  }
}
#homeHeroCTA .CTA-box h2 {
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 1;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  color: #fff;
  border-bottom: 2px solid #008ba9;
}
@media (min-width: 815px) {
  #homeHeroCTA .CTA-box h2 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  #homeHeroCTA .CTA-box h2 {
    font-size: 56px;
  }
}
@media (min-width: 815px) {
  #homeHeroCTA .CTA-box p {
    font-size: 24px;
    line-height: 1.3;
  }
}
#homeHeroCTA .CTA-box .btn {
  position: absolute;
  bottom: -20px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  width: 220px;
  margin: 0 auto;
  background: #e63233 !important;
}
@media (min-width: 900px) {
  #homeHeroCTA .CTA-box .btn {
    bottom: 0;
  }
}
#homeHeroCTA .CTA-box .btn:hover {
  background: #39b54a !important;
}

#homeAbout {
  text-align: center;
}
#homeAbout .border-bottom {
  margin-top: 1.25rem;
  display: inline-block;
  padding: 0 20px 20px;
  color: #003a49;
}
@media (min-width: 815px) {
  #homeAbout .border-bottom {
    font-size: 52px;
  }
}
#homeAbout p {
  font-size: 18px;
}
#homeAbout a {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-style: normal;
  color: #00a6c6;
}

#empowering {
  text-align: center;
}
#empowering .home-header {
  position: relative;
}
#empowering h2 {
  color: #39b54a;
  font-size: 24px;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-style: normal;
  position: relative;
  padding: 0 20px;
  background: #fff;
  z-index: 2;
  display: inline-block;
}
#empowering .line {
  border-top: 1px solid #c3c6cc;
  position: absolute;
  left: 0;
  right: 0;
  top: 14px;
  z-index: 1;
  display: block;
  width: 100%;
}
#empowering ul {
  display: table;
  padding-top: 2.5rem;
  width: 100%;
}
#empowering ul li {
  font-family: "museo-sans";
  font-weight: 900;
  font-style: normal;
  padding: 0.925rem 0;
  display: table-cell;
  text-align: center;
  width: 50%;
  line-height: normal;
  color: #00a6c6;
  float: left;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  #empowering ul li {
    width: 12.5%;
  }
}
#empowering ul li a:hover {
  color: #003a49;
}
#empowering ul li:nth-of-type(2n + 1) {
  clear: left;
}
@media (min-width: 1024px) {
  #empowering ul li:nth-of-type(2n + 1) {
    clear: none;
  }
}
#empowering ul p {
  padding: 0 20px;
}
#empowering ul .image-circle {
  width: 120px;
  height: 120px;
  border-radius: 999em;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 0.625rem;
}
#empowering ul .image-circle img {
  width: 100%;
  height: auto;
}

#joinUs .wrapper {
  max-width: 1600px;
  display: block;
  padding: 2.5rem 0;
}
@media (min-width: 815px) {
  #joinUs .wrapper {
    display: table;
  }
}
#joinUs .wrapper .box {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0.625rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 815px) {
  #joinUs .wrapper .box {
    width: auto;
    display: block;
    margin: 0 auto;
  }
}
#joinUs .wrapper .box .img-container img {
  width: 100%;
  height: auto;
}
#joinUs .wrapper .box .text-container {
  position: absolute;
  bottom: 0;
  left: 0.625rem;
  right: 0.625rem;
  padding: 0.925rem;
  text-align: center;
  color: #fff;
  text-shadow: 2px 1px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
  background: #00a6c6;
}
@media (min-width: 1024px) {
  #joinUs .wrapper .box .text-container {
    padding: 1.25rem 30px;
  }
}
#joinUs .wrapper .box:first-child .text-container {
  background: #39b54a;
}
#joinUs .wrapper .box:last-child .text-container {
  background: #003a49;
}
#joinUs .wrapper .box h3 {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 22px;
  color: #fff !important;
}
@media (min-width: 1024px) {
  #joinUs .wrapper .box h3 {
    font-size: 35px;
  }
}

@media (min-width: 1024px) {
  #featuredStory .wrapper {
    display: table;
  }
}
#featuredStory .video-container {
  display: block;
  padding-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  #featuredStory .video-container {
    display: table-cell;
    width: 45%;
    padding-bottom: 0;
  }
}
#featuredStory .text-container {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  #featuredStory .text-container {
    padding-left: 2.5rem;
  }
}
#featuredStory .header-line {
  margin: 1.25rem auto;
  position: relative;
}
#featuredStory .header-line h2 {
  font-size: 20px;
  color: #39b54a;
  padding-right: 12px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  background: #fff;
  z-index: 2;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-style: normal;
}
#featuredStory .header-line .line {
  width: 100%;
  position: absolute;
  top: 13px;
}
#featuredStory .footer-line .line {
  width: 100%;
}
#featuredStory .footer-line a {
  z-index: 2;
  background: #fff;
  position: relative;
}
#featuredStory h3 {
  font-size: 32px;
  color: #00a6c6 !important;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-style: normal;
}
#featuredStory strong {
  color: #00a6c6;
  font-size: 16px;
  text-transform: uppercase;
  width: 110px;
  display: inline-block;
}

#postArea .wrapper {
  padding: 2.5rem 0;
  max-width: 1440px;
}
#postArea ul {
  display: table;
}
#postArea li {
  display: block;
  padding: 0 0.625rem 1.25rem;
  text-align: center;
}
@media (min-width: 815px) {
  #postArea li {
    display: table-cell;
    width: 33.3333333%;
    padding: 0 40px;
  }
  #postArea li:nth-of-type(even) {
    border-right: 1px solid #c3c6cc;
    border-left: 1px solid #c3c6cc;
  }
}
#postArea .post-preview {
  margin-bottom: 1.25rem;
}
@media (min-width: 815px) {
  #postArea .post-preview {
    margin: 0 auto;
  }
}
#postArea .image-container {
  padding-bottom: 8px;
  display: block;
}
#postArea .image-container img {
  width: 100%;
  height: auto;
}
#postArea strong {
  color: #00a6c6;
  text-transform: uppercase;
}
#postArea .header-line p {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-style: normal;
  color: #39b54a;
  text-transform: uppercase;
}
#postArea h3 {
  font-size: 24px;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-style: normal;
  color: #00a6c6 !important;
}
#postArea .post-meta-content {
  border-bottom: 1px solid #c3c6cc;
  padding-bottom: 12px;
  margin-bottom: 12px;
  color: #545861;
}
#postArea .post-meta-content .author {
  text-transform: capitalize;
  font-family: "museo-sans";
  font-weight: 300;
  font-style: italic;
}

#donations {
  background: #f1f2f3;
  text-align: center;
}
#donations .wrapper {
  padding: 3.5rem 1.25rem;
  background: url("images/heart.svg") no-repeat;
  background-position: top center;
  background-size: contain;
}
#donations h2 {
  color: #003a49;
}
@media (min-width: 815px) {
  #donations h2 {
    font-size: 52px;
  }
}
#donations p {
  font-size: 18px;
}
#donations .btn {
  margin-top: 32px;
  padding: 0.625rem 1.65rem;
  background: #e63233;
  color: #fff;
}
#donations .btn:hover {
  background: #ce2230;
}
#donations .btn .icon-dollarSign::before {
  font-size: 1.25rem;
  background: #ce2230;
  border-radius: 999em;
  margin-right: 9px;
  vertical-align: middle;
}

/*# sourceMappingURL=base.css.map */
