@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.wrap,
.full-width,
[class*=col-] {
  *zoom: 1;
}
.wrap:before, .wrap:after,
.full-width:before,
.full-width:after,
[class*=col-]:before,
[class*=col-]:after {
  content: "";
  display: table;
}
.wrap:after,
.full-width:after,
[class*=col-]:after {
  clear: both;
}

.wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1285px !important;
}

.full-width {
  margin: 0 10px;
  clear: both;
}

.clear {
  clear: left;
}

[class*=col-] {
  float: left;
  padding: 10px;
}
[class*=col-].right {
  float: right;
}
[class*=col-].first {
  padding: 10px;
}
@media only screen and (min-width: 1350px) {
  [class*=col-].first {
    padding-left: 0;
  }
}
[class*=col-].last {
  padding: 10px;
}
@media only screen and (min-width: 1350px) {
  [class*=col-].last {
    padding-right: 0;
  }
}

.col-1-2 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-1-2 {
    width: 50%;
  }
}

.col-1-3 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-1-3 {
    width: 33.33%;
  }
}

.col-2-3 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-2-3 {
    width: 66.66%;
  }
}

.col-1-4 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-1-4 {
    width: 25%;
  }
}

.col-3-4 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-3-4 {
    width: 75%;
  }
}

.col-1-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-1-8 {
    width: 12.5%;
  }
}

.col-2-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-2-8 {
    width: 25%;
  }
}

.col-3-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-3-8 {
    width: 37.5%;
  }
}

.col-4-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-4-8 {
    width: 50%;
  }
}

.col-5-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-5-8 {
    width: 62.5%;
  }
}

.col-6-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-6-8 {
    width: 75%;
  }
}

.col-7-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-7-8 {
    width: 87.5%;
  }
}

html, button, input, select, textarea {
  color: #363636;
}

body {
  background: #fff;
  color: #363636;
  line-height: 1.4;
  font-size: 100%;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Source Serif Pro", serif;
  line-height: 1.2em;
}

h1 a, a h1, h2 a, a h2, h3 a, a h3 {
  text-decoration: none;
  border-bottom: 0;
}

h1, .h1 {
  font-size: 2em;
}

h2, .h2 {
  font-size: 1.8em;
}

h3, .h3 {
  font-size: 1.6em;
}

a {
  color: #000;
}

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

iframe, object, embed {
  max-width: 100%;
}

nav ul {
  list-style: none;
}
nav ul li {
  display: inline-block;
  line-height: 1.2em;
  padding: 5px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

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

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html {
  overflow-x: hidden;
}

.primary-color,
.background-color {
  color: #002166;
}

body.ipc .slider-hero .slide:not(.unstyled):after,
body.sunflower .slider-hero .slide:not(.unstyled):after,
body.hospice .slider-hero .slide:not(.unstyled):after,
body.spanish .slider-hero .slide:not(.unstyled):after {
  background: linear-gradient(transparent, rgba(10, 42, 108, 0.6));
}
body.ipc .slider-hero .btn, body.ipc .slider-hero .sub-nav li a, .sub-nav li body.ipc .slider-hero a,
body.sunflower .slider-hero .btn,
body.sunflower .slider-hero .sub-nav li a,
.sub-nav li body.sunflower .slider-hero a,
body.hospice .slider-hero .btn,
body.hospice .slider-hero .sub-nav li a,
.sub-nav li body.hospice .slider-hero a,
body.spanish .slider-hero .btn,
body.spanish .slider-hero .sub-nav li a,
.sub-nav li body.spanish .slider-hero a {
  border: 6px solid #b3cbff;
}
body.ipc .slide-ctas .slide-cta,
body.sunflower .slide-ctas .slide-cta,
body.hospice .slide-ctas .slide-cta,
body.spanish .slide-ctas .slide-cta {
  background: rgba(0, 33, 102, 0.85);
}
body.ipc .slide-ctas .slide-cta .btn, body.ipc .slide-ctas .slide-cta .sub-nav li a, .sub-nav li body.ipc .slide-ctas .slide-cta a,
body.sunflower .slide-ctas .slide-cta .btn,
body.sunflower .slide-ctas .slide-cta .sub-nav li a,
.sub-nav li body.sunflower .slide-ctas .slide-cta a,
body.hospice .slide-ctas .slide-cta .btn,
body.hospice .slide-ctas .slide-cta .sub-nav li a,
.sub-nav li body.hospice .slide-ctas .slide-cta a,
body.spanish .slide-ctas .slide-cta .btn,
body.spanish .slide-ctas .slide-cta .sub-nav li a,
.sub-nav li body.spanish .slide-ctas .slide-cta a {
  border-color: #99baff;
}
body.ipc .btn, body.ipc .sub-nav li a, .sub-nav li body.ipc a,
body.ipc input[type=submit],
body.sunflower .btn,
body.sunflower .sub-nav li a,
.sub-nav li body.sunflower a,
body.sunflower input[type=submit],
body.hospice .btn,
body.hospice .sub-nav li a,
.sub-nav li body.hospice a,
body.hospice input[type=submit],
body.spanish .btn,
body.spanish .sub-nav li a,
.sub-nav li body.spanish a,
body.spanish input[type=submit] {
  background: #002166;
  border: solid 5px #b3cbff;
}
body.ipc #breadcrumbs span,
body.ipc .sidebar nav.sidebar-navigation li a,
body.sunflower #breadcrumbs span,
body.sunflower .sidebar nav.sidebar-navigation li a,
body.hospice #breadcrumbs span,
body.hospice .sidebar nav.sidebar-navigation li a,
body.spanish #breadcrumbs span,
body.spanish .sidebar nav.sidebar-navigation li a {
  color: #002166;
}
body.ipc .flickity-button,
body.ipc .primary-color,
body.ipc .background-color,
body.sunflower .flickity-button,
body.sunflower .primary-color,
body.sunflower .background-color,
body.hospice .flickity-button,
body.hospice .primary-color,
body.hospice .background-color,
body.spanish .flickity-button,
body.spanish .primary-color,
body.spanish .background-color {
  color: #002166;
}
body.ipc .slider .flickity-prev-next-button.previous,
body.sunflower .slider .flickity-prev-next-button.previous,
body.hospice .slider .flickity-prev-next-button.previous,
body.spanish .slider .flickity-prev-next-button.previous {
  background: url("../img/back-hospice.svg") no-repeat center center;
}
body.ipc .slider .flickity-prev-next-button.next,
body.sunflower .slider .flickity-prev-next-button.next,
body.hospice .slider .flickity-prev-next-button.next,
body.spanish .slider .flickity-prev-next-button.next {
  background: url("../img/next-hospice.svg") no-repeat center center;
}
body.ipc .slider-testimonial,
body.sunflower .slider-testimonial,
body.hospice .slider-testimonial,
body.spanish .slider-testimonial {
  background: #E4F3FC;
}
body.ipc .slider-testimonial blockquote,
body.ipc .slider-testimonial p,
body.ipc .slider-testimonial cite,
body.sunflower .slider-testimonial blockquote,
body.sunflower .slider-testimonial p,
body.sunflower .slider-testimonial cite,
body.hospice .slider-testimonial blockquote,
body.hospice .slider-testimonial p,
body.hospice .slider-testimonial cite,
body.spanish .slider-testimonial blockquote,
body.spanish .slider-testimonial p,
body.spanish .slider-testimonial cite {
  color: #0033A0;
}
body.ipc .slider-testimonial cite,
body.sunflower .slider-testimonial cite,
body.hospice .slider-testimonial cite,
body.spanish .slider-testimonial cite {
  background: url("../img/flourish.svg") no-repeat bottom center;
}
body.ipc .slider-testimonial cite span.name,
body.sunflower .slider-testimonial cite span.name,
body.hospice .slider-testimonial cite span.name,
body.spanish .slider-testimonial cite span.name {
  color: #0043d3;
}
body.ipc .tabs,
body.sunflower .tabs,
body.hospice .tabs,
body.spanish .tabs {
  border-bottom: 10px solid #004F80;
}
body.ipc .tabs li:before,
body.sunflower .tabs li:before,
body.hospice .tabs li:before,
body.spanish .tabs li:before {
  background: #004F80;
}
body.ipc .newsletter,
body.sunflower .newsletter,
body.hospice .newsletter,
body.spanish .newsletter {
  background: #0033A0 url("../img/newsletter-bg.svg") no-repeat right -20%;
}
body.ipc nav.sidebar-navigation ul.sidebar-menu,
body.sunflower nav.sidebar-navigation ul.sidebar-menu,
body.hospice nav.sidebar-navigation ul.sidebar-menu,
body.spanish nav.sidebar-navigation ul.sidebar-menu {
  border-bottom: 1px solid #002166;
}
body.ipc nav.sidebar-navigation li a:hover,
body.ipc nav.sidebar-navigation li.current-menu-item a,
body.sunflower nav.sidebar-navigation li a:hover,
body.sunflower nav.sidebar-navigation li.current-menu-item a,
body.hospice nav.sidebar-navigation li a:hover,
body.hospice nav.sidebar-navigation li.current-menu-item a,
body.spanish nav.sidebar-navigation li a:hover,
body.spanish nav.sidebar-navigation li.current-menu-item a {
  background: #002166;
}
body.ipc nav.sidebar-navigation li a,
body.sunflower nav.sidebar-navigation li a,
body.hospice nav.sidebar-navigation li a,
body.spanish nav.sidebar-navigation li a {
  border-top: 1px solid #002166;
}
body.ipc .page-content-wrap h2,
body.ipc .page-content-wrap .h2,
body.ipc .content-landingpage .col-1-2.first h2,
body.ipc .content-landingpage .col-1-2.first .h2,
body.sunflower .page-content-wrap h2,
body.sunflower .page-content-wrap .h2,
body.sunflower .content-landingpage .col-1-2.first h2,
body.sunflower .content-landingpage .col-1-2.first .h2,
body.hospice .page-content-wrap h2,
body.hospice .page-content-wrap .h2,
body.hospice .content-landingpage .col-1-2.first h2,
body.hospice .content-landingpage .col-1-2.first .h2,
body.spanish .page-content-wrap h2,
body.spanish .page-content-wrap .h2,
body.spanish .content-landingpage .col-1-2.first h2,
body.spanish .content-landingpage .col-1-2.first .h2 {
  color: #002166;
}
body.ipc .page-content-wrap h3,
body.ipc .page-content-wrap .h3,
body.ipc .content-landingpage .col-1-2.first h3,
body.ipc .content-landingpage .col-1-2.first .h3,
body.sunflower .page-content-wrap h3,
body.sunflower .page-content-wrap .h3,
body.sunflower .content-landingpage .col-1-2.first h3,
body.sunflower .content-landingpage .col-1-2.first .h3,
body.hospice .page-content-wrap h3,
body.hospice .page-content-wrap .h3,
body.hospice .content-landingpage .col-1-2.first h3,
body.hospice .content-landingpage .col-1-2.first .h3,
body.spanish .page-content-wrap h3,
body.spanish .page-content-wrap .h3,
body.spanish .content-landingpage .col-1-2.first h3,
body.spanish .content-landingpage .col-1-2.first .h3 {
  color: #0033A0;
}
body.ipc.page-template-page-landing-page .site-footer,
body.sunflower.page-template-page-landing-page .site-footer,
body.hospice.page-template-page-landing-page .site-footer,
body.spanish.page-template-page-landing-page .site-footer {
  border-top: 10px solid #004F80;
}
body.ipc.page-template-page-landing-page .site-footer:before,
body.sunflower.page-template-page-landing-page .site-footer:before,
body.hospice.page-template-page-landing-page .site-footer:before,
body.spanish.page-template-page-landing-page .site-footer:before {
  top: -30px;
  background: #B3DFFF;
}
body.ipc.page-template-page-landing-page .site-footer:after,
body.sunflower.page-template-page-landing-page .site-footer:after,
body.hospice.page-template-page-landing-page .site-footer:after,
body.spanish.page-template-page-landing-page .site-footer:after {
  top: -20px;
  background: #0045D9;
}

body.choices .slider-hero .slide:not(.unstyled):after,
body.palliative .slider-hero .slide:not(.unstyled):after {
  background: linear-gradient(transparent, rgba(0, 96, 102, 0.6));
}
body.choices .slider-hero .btn, body.choices .slider-hero .sub-nav li a, .sub-nav li body.choices .slider-hero a,
body.palliative .slider-hero .btn,
body.palliative .slider-hero .sub-nav li a,
.sub-nav li body.palliative .slider-hero a {
  border: 6px solid #b3fbff;
}
body.choices .slide-ctas .slide-cta,
body.palliative .slide-ctas .slide-cta {
  background: rgba(0, 96, 102, 0.85);
}
body.choices .slide-ctas .slide-cta .btn, body.choices .slide-ctas .slide-cta .sub-nav li a, .sub-nav li body.choices .slide-ctas .slide-cta a,
body.palliative .slide-ctas .slide-cta .btn,
body.palliative .slide-ctas .slide-cta .sub-nav li a,
.sub-nav li body.palliative .slide-ctas .slide-cta a {
  border-color: #99f9ff;
}
body.choices .btn, body.choices .sub-nav li a, .sub-nav li body.choices a,
body.choices input[type=submit],
body.palliative .btn,
body.palliative .sub-nav li a,
.sub-nav li body.palliative a,
body.palliative input[type=submit] {
  background: #006066;
  border: solid 5px #b3fbff;
}
body.choices #breadcrumbs span,
body.choices .sidebar nav.sidebar-navigation li a,
body.palliative #breadcrumbs span,
body.palliative .sidebar nav.sidebar-navigation li a {
  color: #006066;
}
body.choices .primary-color,
body.choices .background-color,
body.palliative .primary-color,
body.palliative .background-color {
  color: #006066;
}
body.choices .slider .flickity-prev-next-button.previous,
body.palliative .slider .flickity-prev-next-button.previous {
  background: url("../img/back-palliative.svg") no-repeat center center;
}
body.choices .slider .flickity-prev-next-button.next,
body.palliative .slider .flickity-prev-next-button.next {
  background: url("../img/next-palliative.svg") no-repeat center center;
}
body.choices .slider-testimonial,
body.palliative .slider-testimonial {
  background: #E4F3FC;
}
body.choices .slider-testimonial blockquote,
body.choices .slider-testimonial p,
body.choices .slider-testimonial cite,
body.palliative .slider-testimonial blockquote,
body.palliative .slider-testimonial p,
body.palliative .slider-testimonial cite {
  color: #006066;
}
body.choices .slider-testimonial cite,
body.palliative .slider-testimonial cite {
  background: url("../img/flourish-palliative.svg") no-repeat bottom center;
}
body.choices .slider-testimonial cite span.name,
body.palliative .slider-testimonial cite span.name {
  color: #004349;
}
body.choices .tabs,
body.palliative .tabs {
  border-bottom: 10px solid #006066;
}
body.choices .tabs li:before,
body.palliative .tabs li:before {
  background: #006066;
}
body.choices .newsletter,
body.palliative .newsletter {
  background: #00A0AF url("../img/newsletter-bg.svg") no-repeat right -20%;
}
body.choices nav.sidebar-navigation ul.sidebar-menu,
body.palliative nav.sidebar-navigation ul.sidebar-menu {
  border-bottom: 1px solid #006066;
}
body.choices nav.sidebar-navigation li a:hover,
body.choices nav.sidebar-navigation li.current-menu-item a,
body.palliative nav.sidebar-navigation li a:hover,
body.palliative nav.sidebar-navigation li.current-menu-item a {
  background: #006066;
}
body.choices nav.sidebar-navigation li a,
body.palliative nav.sidebar-navigation li a {
  border-top: 1px solid #006066;
}
body.choices .page-content-wrap h2,
body.choices .page-content-wrap .h2,
body.choices .content-landingpage .col-1-2.first h2,
body.choices .content-landingpage .col-1-2.first .h2,
body.palliative .page-content-wrap h2,
body.palliative .page-content-wrap .h2,
body.palliative .content-landingpage .col-1-2.first h2,
body.palliative .content-landingpage .col-1-2.first .h2 {
  color: #006066;
}
body.choices .page-content-wrap h3,
body.choices .page-content-wrap .h3,
body.choices .content-landingpage .col-1-2.first h3,
body.choices .content-landingpage .col-1-2.first .h3,
body.palliative .page-content-wrap h3,
body.palliative .page-content-wrap .h3,
body.palliative .content-landingpage .col-1-2.first h3,
body.palliative .content-landingpage .col-1-2.first .h3 {
  color: #00A0AF;
}
body.choices.page-template-page-landing-page .site-footer,
body.palliative.page-template-page-landing-page .site-footer {
  border-top: 10px solid #004F80;
}
body.choices.page-template-page-landing-page .site-footer:before,
body.palliative.page-template-page-landing-page .site-footer:before {
  top: -30px;
  background: #99F6FF;
}
body.choices.page-template-page-landing-page .site-footer:after,
body.palliative.page-template-page-landing-page .site-footer:after {
  top: -20px;
  background: #00A0AF;
}

body.grief-and-loss .slider-hero .slide:not(.unstyled):after {
  background: linear-gradient(transparent, rgba(0, 77, 102, 0.6));
}
body.grief-and-loss .slider-hero .btn, body.grief-and-loss .slider-hero .sub-nav li a, .sub-nav li body.grief-and-loss .slider-hero a {
  border: 6px solid #b3ecff;
}
body.grief-and-loss .slide-ctas .slide-cta {
  background: rgba(0, 77, 102, 0.85);
}
body.grief-and-loss .slide-ctas .slide-cta .btn, body.grief-and-loss .slide-ctas .slide-cta .sub-nav li a, .sub-nav li body.grief-and-loss .slide-ctas .slide-cta a {
  border-color: #99e6ff;
}
body.grief-and-loss .btn, body.grief-and-loss .sub-nav li a, .sub-nav li body.grief-and-loss a,
body.grief-and-loss input[type=submit] {
  background: #004D66;
  border: solid 5px #b3ecff;
}
body.grief-and-loss #breadcrumbs span,
body.grief-and-loss .sidebar nav.sidebar-navigation li a {
  color: #004D66;
}
body.grief-and-loss .primary-color,
body.grief-and-loss .background-color {
  color: #004D66;
}
body.grief-and-loss .slider .flickity-prev-next-button.previous {
  background: url("../img/back-grief.svg") no-repeat center center;
}
body.grief-and-loss .slider .flickity-prev-next-button.next {
  background: url("../img/next-grief.svg") no-repeat center center;
}
body.grief-and-loss .slider-testimonial {
  background: #E4F3FC;
}
body.grief-and-loss .slider-testimonial blockquote,
body.grief-and-loss .slider-testimonial p,
body.grief-and-loss .slider-testimonial cite {
  color: #004D66;
}
body.grief-and-loss .slider-testimonial cite {
  background: url("../img/flourish-grief.svg") no-repeat bottom center;
}
body.grief-and-loss .slider-testimonial cite span.name {
  color: #003a4d;
}
body.grief-and-loss .tabs {
  border-bottom: 10px solid #004D66;
}
body.grief-and-loss .tabs li:before {
  background: #004D66;
}
body.grief-and-loss .newsletter {
  background: #0086B3 url("../img/newsletter-bg.svg") no-repeat right -20%;
}
body.grief-and-loss nav.sidebar-navigation ul.sidebar-menu {
  border-bottom: 1px solid #004D66;
}
body.grief-and-loss nav.sidebar-navigation li a:hover,
body.grief-and-loss nav.sidebar-navigation li.current-menu-item a {
  background: #004D66;
}
body.grief-and-loss nav.sidebar-navigation li a {
  border-top: 1px solid #004D66;
}
body.grief-and-loss .page-content-wrap h2,
body.grief-and-loss .page-content-wrap .h2,
body.grief-and-loss .content-landingpage .col-1-2.first h2,
body.grief-and-loss .content-landingpage .col-1-2.first .h2 {
  color: #004D66;
}
body.grief-and-loss .page-content-wrap h3,
body.grief-and-loss .page-content-wrap .h3,
body.grief-and-loss .content-landingpage .col-1-2.first h3,
body.grief-and-loss .content-landingpage .col-1-2.first .h3 {
  color: #0086B3;
}
body.grief-and-loss.page-template-page-landing-page .site-footer {
  border-top: 10px solid #004F80;
}
body.grief-and-loss.page-template-page-landing-page .site-footer:before {
  top: -30px;
  background: #99E6FF;
}
body.grief-and-loss.page-template-page-landing-page .site-footer:after {
  top: -20px;
  background: #0086B3;
}

body.supportive-care .slider-hero .slide:not(.unstyled):after {
  background: linear-gradient(transparent, rgba(7, 31, 66, 0.6));
}
body.supportive-care .slider-hero .btn, body.supportive-care .slider-hero .sub-nav li a, .sub-nav li body.supportive-care .slider-hero a {
  border: 6px solid #e7c9e4;
}
body.supportive-care .slide-ctas .slide-cta {
  background: rgba(70, 31, 66, 0.85);
}
body.supportive-care .slide-ctas .slide-cta .btn, body.supportive-care .slide-ctas .slide-cta .sub-nav li a, .sub-nav li body.supportive-care .slide-ctas .slide-cta a {
  border-color: #dfb8db;
}
body.supportive-care .btn, body.supportive-care .sub-nav li a, .sub-nav li body.supportive-care a,
body.supportive-care input[type=submit] {
  background: #461F42;
  border: solid 5px #e7c9e4;
}
body.supportive-care #breadcrumbs span,
body.supportive-care .sidebar nav.sidebar-navigation li a {
  color: #461F42;
}
body.supportive-care .primary-color,
body.supportive-care .background-color {
  color: #461F42;
}
body.supportive-care .slider .flickity-prev-next-button.previous {
  background: url("../img/back-supportive.svg") no-repeat center center;
}
body.supportive-care .slider .flickity-prev-next-button.next {
  background: url("../img/next-supportive.svg") no-repeat center center;
}
body.supportive-care .slider-testimonial {
  background: #FAF3FC;
}
body.supportive-care .slider-testimonial blockquote,
body.supportive-care .slider-testimonial p,
body.supportive-care .slider-testimonial cite {
  color: #461F42;
}
body.supportive-care .slider-testimonial cite {
  background: url("../img/flourish-supportive.svg") no-repeat bottom center;
}
body.supportive-care .slider-testimonial cite span.name {
  color: #2a0927;
}
body.supportive-care .tabs {
  border-bottom: 10px solid #461F42;
}
body.supportive-care .tabs li:before {
  background: #461F42;
}
body.supportive-care .newsletter {
  background: #461F42 url("../img/newsletter-bg.svg") no-repeat right -20%;
}
body.supportive-care nav.sidebar-navigation ul.sidebar-menu {
  border-bottom: 1px solid #461F42;
}
body.supportive-care nav.sidebar-navigation li a:hover,
body.supportive-care nav.sidebar-navigation li.current-menu-item a {
  background: #461F42;
}
body.supportive-care nav.sidebar-navigation li a {
  border-top: 1px solid #461F42;
}
body.supportive-care .page-content-wrap h2,
body.supportive-care .page-content-wrap .h2,
body.supportive-care .content-landingpage .col-1-2.first h2,
body.supportive-care .content-landingpage .col-1-2.first .h2 {
  color: #461F42;
}
body.supportive-care .page-content-wrap h3,
body.supportive-care .page-content-wrap .h3,
body.supportive-care .content-landingpage .col-1-2.first h3,
body.supportive-care .content-landingpage .col-1-2.first .h3 {
  color: #7F1A75;
}
body.supportive-care.page-template-page-landing-page .site-footer {
  border-top: 10px solid #004F80;
}
body.supportive-care.page-template-page-landing-page .site-footer:before {
  top: -30px;
  background: #DC71FF;
}
body.supportive-care.page-template-page-landing-page .site-footer:after {
  top: -20px;
  background: #7F1A75;
}

body.professionals .slider-hero .slide:not(.unstyled):after {
  background: linear-gradient(transparent, rgba(0, 79, 128, 0.6));
}
body.professionals .slider-hero .btn, body.professionals .slider-hero .sub-nav li a, .sub-nav li body.professionals .slider-hero a {
  border: 6px solid #9ad9ff;
}
body.professionals .slide-ctas .slide-cta {
  background: rgba(0, 48, 77, 0.85);
}
body.professionals .slide-ctas .slide-cta .btn, body.professionals .slide-ctas .slide-cta .sub-nav li a, .sub-nav li body.professionals .slide-ctas .slide-cta a {
  border-color: #80cfff;
}
body.professionals .btn, body.professionals .sub-nav li a, .sub-nav li body.professionals a,
body.professionals input[type=submit] {
  background: #00304d;
  border: solid 5px #9ad9ff;
}
body.professionals #breadcrumbs span,
body.professionals .sidebar nav.sidebar-navigation li a {
  color: #00304d;
}
body.professionals .primary-color,
body.professionals .background-color {
  color: #00304d;
}
body.professionals .slider .flickity-prev-next-button.previous {
  background: url("../img/back-hospice.svg") no-repeat center center;
}
body.professionals .slider .flickity-prev-next-button.next {
  background: url("../img/next-hospice.svg") no-repeat center center;
}
body.professionals .slider-testimonial {
  background: #E4F3FC;
}
body.professionals .slider-testimonial blockquote,
body.professionals .slider-testimonial p,
body.professionals .slider-testimonial cite {
  color: #0033A0;
}
body.professionals .slider-testimonial cite {
  background: url("../img/flourish-hospice.svg") no-repeat bottom center;
}
body.professionals .slider-testimonial cite span.name {
  color: #0043d3;
}
body.professionals .tabs {
  border-bottom: 10px solid #00304d;
}
body.professionals .tabs li:before {
  background: #00304d;
}
body.professionals .newsletter {
  background: #0033A0 url("../img/newsletter-bg.svg") no-repeat right -20%;
}
body.professionals .newsletter .btn, body.professionals .newsletter .sub-nav li a, .sub-nav li body.professionals .newsletter a {
  background: #002166;
}
body.professionals nav.sidebar-navigation ul.sidebar-menu {
  border-bottom: 1px solid #00304d;
}
body.professionals nav.sidebar-navigation li a:hover,
body.professionals nav.sidebar-navigation li.current-menu-item a {
  background: #00304d;
}
body.professionals nav.sidebar-navigation li a {
  border-top: 1px solid #00304d;
}
body.professionals .page-content-wrap h2,
body.professionals .page-content-wrap .h2,
body.professionals .content-landingpage .col-1-2.first h2,
body.professionals .content-landingpage .col-1-2.first .h2 {
  color: #002166;
}
body.professionals .page-content-wrap h3,
body.professionals .page-content-wrap .h3,
body.professionals .content-landingpage .col-1-2.first h3,
body.professionals .content-landingpage .col-1-2.first .h3 {
  color: #0033A0;
}
body.professionals.page-template-page-landing-page .site-footer {
  border-top: 10px solid #004F80;
}
body.professionals.page-template-page-landing-page .site-footer:before {
  top: -30px;
  background: #B3DFFF;
}
body.professionals.page-template-page-landing-page .site-footer:after {
  top: -20px;
  background: #0033A0;
}

.site-header {
  position: relative;
  margin: auto;
}
.site-header .help-box {
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  position: absolute;
  z-index: 3;
  width: 100%;
  padding: 10px 35px 15px 35px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  background: #004F80;
  transition: all 0.25s ease;
  opacity: 0;
  transform: translateY(-75px);
}
.site-header .help-box a {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.site-header .help-box .close {
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/close.svg") no-repeat center center;
  background-size: 12px 12px;
}
.site-header .help-box .close:hover {
  cursor: pointer;
}
.site-header .help-box.active {
  transform: translateY(0);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .site-header .help-box a:before, .site-header .help-box a:after {
    display: inline-block;
    content: "";
    margin: 0 20px;
    width: 25px;
    height: 18px;
    vertical-align: middle;
    background: url("../img/phone.svg") no-repeat center center;
  }
}

.social {
  line-height: 1em;
}
.social li {
  display: inline-block;
}
.social a {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 5px;
}
.social a.facebook {
  background: url("../img/facebook.svg");
}
.social a.twitter {
  background: url("../img/twitter.svg");
}
.social a.instagram {
  background: url("../img/instagram.svg");
}
.social a.linkedin {
  background: url("../img/linkedin.svg");
}
.social a.youtube {
  background: url("../img/youtube.svg");
}

.logo-mobile {
  width: 125px;
  flex: 0 1 auto;
}

.header-container {
  position: relative;
  display: flex;
}
.header-container .logo-desktop {
  position: relative;
  margin: 20px auto;
  display: none;
  flex: 0 0 200px;
}
.header-container .logo-desktop:after {
  top: auto;
  right: -13px;
  bottom: 0;
  left: auto;
  position: absolute;
  z-index: 2;
  display: block;
  content: "";
  width: 20px;
  height: 120%;
  transform: rotate(7deg);
  background: #fff;
  border-bottom-right-radius: 10px;
}
.header-container .logo-desktop a {
  display: block;
}
.header-container .btns-wrap .btn, .header-container .btns-wrap .sub-nav li a, .sub-nav li .header-container .btns-wrap a {
  padding: 12px 10px;
  border: none;
  font-size: 10px;
  background: #004F80;
}
.header-container .btns-wrap br + a {
  display: block;
  margin-top: 10px;
  color: #989898;
  text-align: right;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}
.header-container .navs-wrap {
  flex: 1 1 auto;
  text-align: left;
}
@media only screen and (min-width: 1000px) {
  .header-container {
    flex-wrap: wrap;
  }
  .header-container .logo-desktop,
.header-container .mfp-hide.show-desktop {
    display: block !important;
  }
  .header-container .navs-wrap {
    flex: 1 1 100%;
  }
  .header-container .logo-mobile,
.header-container .hide-desktop,
.header-container .btns-wrap br + a,
.header-container .mfp-hide.show-desktop .modal-header {
    display: none !important;
  }
}
@media only screen and (min-width: 1000px) {
  .header-container .logo-desktop {
    padding: 10px 12px 0 10px;
  }
}
@media only screen and (min-width: 1250px) {
  .header-container .logo-desktop {
    margin: 0;
    padding: 10px 12px 0 10px;
  }
  .header-container .logo-desktop a {
    margin-top: 5px;
    text-align: center;
  }
  .hospice .header-container .logo-desktop a img, .professionals .header-container .logo-desktop a img, .palliative .header-container .logo-desktop a img {
    width: 175px;
  }
  .grief-and-loss .header-container .logo-desktop a, .supportive-care .header-container .logo-desktop a {
    margin-top: 15px;
  }
  .grief-and-loss .header-container .logo-desktop a img, .supportive-care .header-container .logo-desktop a img {
    width: 224px;
  }
  .header-container .navs-wrap {
    flex: 1 1 auto;
    max-width: calc(100% - 200px);
  }
  .header-container .btns-wrap .btn, .header-container .btns-wrap .sub-nav li a, .sub-nav li .header-container .btns-wrap a {
    width: 140px;
    padding: 12px 20px;
    font-size: 14px;
  }
}

.espanol img {
  width: 62px;
  height: auto;
  margin-right: 5px;
}

.primary-nav-container,
.sub-nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
.primary-nav-container {
  padding: 0 10px;
}
@media only screen and (min-width: 1000px) {
  .primary-nav-container {
    padding: 0;
  }
}

.sub-nav-container {
  position: relative;
  padding: 10px;
  align-items: flex-start;
  background: #00304d;
}
.sub-nav-container .modal-trigger,
.sub-nav-container .go-home {
  display: block;
  width: 40px;
  height: 35px;
}
.sub-nav-container .go-home {
  display: none;
  background: url("../img/home-white.svg") no-repeat center center;
}
.sub-nav-container .modal-trigger {
  border: none;
}
.sub-nav-container .modal-trigger.trigger-home {
  background: url("../img/home.svg") no-repeat center center;
}
.sub-nav-container .modal-trigger.trigger-social {
  background: url("../img/share-blue.svg") no-repeat center center;
}
.sub-nav-container .modal-trigger.trigger-search {
  background: url("../img/search-blue.svg") no-repeat center center;
}
.sub-nav-container .modal-trigger.trigger-nav {
  background: url("../img/hamburger.svg") no-repeat center center;
}
@media only screen and (min-width: 1000px) {
  .sub-nav-container:after {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    content: "";
    width: 500%;
    height: 100%;
    background: #00304d;
  }
  .sub-nav-container .go-home {
    margin-top: 3px;
    margin-left: auto;
    display: inline-block;
    background-size: 32px 32px !important;
  }
  .sub-nav-container .modal-trigger {
    margin-top: 2px;
    background-size: 20px 20px !important;
  }
  .sub-nav-container .modal-trigger.trigger-search {
    background: url("../img/search.svg") no-repeat center center;
  }
  .sub-nav-container .modal-trigger.trigger-social {
    background: url("../img/share.svg") no-repeat center center;
  }
}
@media only screen and (min-width: 1200px) {
  .sub-nav-container {
    padding: 0 0 0 20px;
  }
}

#primary-nav {
  background: #00304d;
}
@media only screen and (min-width: 1000px) {
  #primary-nav {
    background: none;
  }
}

@media only screen and (min-width: 1000px) {
  body.page-id-1873 .menu-item-6854 a:before {
    display: none;
  }
  body.page-id-1873 .primary-nav li#menu-item-6854 a {
    color: #00304D;
  }
}
.primary-nav ul li {
  display: block;
  padding: 0;
}
@media only screen and (max-width: 999px) {
  .primary-nav a {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-align: center;
    text-indent: 150%;
    overflow: hidden;
    white-space: nowrap;
    background: #0033A0 url("../img/hospice-white.svg") no-repeat 15px center;
    background-size: 130px auto !important;
  }
  .primary-nav a:after {
    display: block;
    float: right;
    margin: auto;
    padding: 10px 0;
    width: 150px;
    margin-bottom: 15px;
    content: "Click Here";
    font-size: 14px;
    text-indent: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background: #001e5c;
    border: 5px solid #B3DFFF;
  }
  .primary-nav li.nav-inp a {
    font-size: 0;
    text-indent: 0;
    background: #00304d;
  }
  .primary-nav li.nav-inp a:before {
    position: absolute;
    left: 10px;
    top: 15px;
    display: flex;
    align-items: center;
    content: "Inpatient Center";
    width: auto;
    height: 55px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .primary-nav li.nav-inp a:after {
    content: "Click Here";
    margin-top: 10px;
    background: #004F80;
  }
  .primary-nav li.nav-palli a {
    background: #00A0AF url("../img/palliative-white.svg") no-repeat 15px center;
  }
  .primary-nav li.nav-palli a:after {
    background: #00565c;
  }
  .primary-nav li.nav-grief a {
    background: #0086B3 url("../img/pathways-white.svg") no-repeat 15px center;
  }
  .primary-nav li.nav-grief a:after {
    background: #00455c;
    border-color: #B3DFFF;
  }
  .primary-nav li.nav-supp a {
    background: #7F1A75 url("../img/supportive-white.svg") no-repeat 15px center;
  }
  .primary-nav li.nav-supp a:after {
    background: #3f1c3b;
    border-color: #DC71FF;
  }
  .primary-nav li.nav-pedi a {
    font-size: 0;
    text-indent: 0;
    background: #00304d;
  }
  .primary-nav li.nav-pedi a:before {
    position: absolute;
    left: 10px;
    top: 15px;
    display: flex;
    align-items: center;
    content: "Pediatric Care";
    width: auto;
    height: 55px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .primary-nav li.nav-pedi a:after {
    content: "Click Here";
    margin-top: 10px;
    background: #004F80;
  }
  .primary-nav li.nav-prof a {
    font-size: 0;
    text-indent: 0;
    background: #00304d;
  }
  .primary-nav li.nav-prof a:before {
    position: absolute;
    left: 10px;
    top: 15px;
    display: flex;
    align-items: center;
    content: "Professionals";
    width: auto;
    height: 55px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .primary-nav li.nav-prof a:after {
    content: "Click Here";
    margin-top: 10px;
    background: #004F80;
  }
  .primary-nav li.nav-sunflower a {
    background: #0033A0 url("../img/Sunflower-logo-rev.png") no-repeat 15px center;
  }
  .primary-nav li.nav-sunflower a:after {
    background: #001e5c;
  }
  .primary-nav li.nav-choices a {
    background: #00A0AF url("../img/CHOICES-logo-white-w-tag.png") no-repeat 15px center;
  }
  .primary-nav li.nav-choices a:after {
    background: #00565c;
  }
}
@media only screen and (min-width: 1000px) {
  .primary-nav li.current-menu-item a, body.hospice .primary-nav li.menu-item-6863 a, body.palliative .primary-nav li.menu-item-6854 a, body.grief-and-loss .primary-nav li.menu-item-6855 a, body.supportive-care .primary-nav li.menu-item-6856 a, body.professionals .primary-nav li.menu-item-6864 a {
    color: #fff;
  }
  .primary-nav li.current-menu-item a:before, body.hospice .primary-nav li.menu-item-6863 a:before, body.palliative .primary-nav li.menu-item-6854 a:before, body.grief-and-loss .primary-nav li.menu-item-6855 a:before, body.supportive-care .primary-nav li.menu-item-6856 a:before, body.professionals .primary-nav li.menu-item-6864 a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: -2px;
    left: 0;
    z-index: -1;
    background: #00304d;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    transform: perspective(11px) rotateX(2deg);
    transform-origin: bottom;
  }
  .primary-nav li a {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 20px 15px 10px 15px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .primary-nav li a {
    font-size: 13px;
  }
  .primary-nav li:first-child a {
    padding-left: 30px !important;
  }
}

.sub-nav .menu > li > a {
  color: #fff !important;
}
.hospice .sub-nav, .inpatient .sub-nav, .professionals .sub-nav {
  background: #99D8FF;
}
.palliative .sub-nav {
  background: #99F6FF;
}
.supportive-care .sub-nav {
  background: #DC71FF;
}
.grief-and-loss .sub-nav {
  background: #99E6FF;
}
.hospice .sub-nav .modal-header.dark, .inpatient .sub-nav .modal-header.dark, .professionals .sub-nav .modal-header.dark, .hospice .sub-nav li a {
  background: #002166;
}
.inpatient .sub-nav li a {
  background: #002166;
}
.hospice .sub-nav .sub-menu li a {
  background: #003299;
}
.inpatient .sub-nav .sub-menu li a {
  background: #003299;
}
.hospice .sub-nav li a[href="#"], .inpatient .sub-nav li a[href="#"] {
  color: #002166;
  border: none;
  border-bottom: 2px solid #002166;
}
.inpatient .sub-nav li a[href="#"] {
  background: #003299;
}
.palliative .sub-nav .modal-header.dark, .palliative .sub-nav li a {
  background: #006066;
}
.palliative .sub-nav .sub-menu li a {
  background: #009099;
}
.palliative .sub-nav li a[href="#"] {
  color: #006066;
  border: none;
  border-bottom: 2px solid #006066;
}
.supportive-care .sub-nav .modal-header.dark, .supportive-care .sub-nav li a {
  background: #461F42;
}
.supportive-care .sub-nav li a {
  border-color: #e9a4ff;
}
.supportive-care .sub-nav .sub-menu li a {
  background: #692f63;
}
.supportive-care .sub-nav li a[href="#"] {
  color: #461F42;
  border: none;
  border-bottom: 2px solid #461F42;
}
.grief-and-loss .sub-nav .modal-header.dark, .grief-and-loss .sub-nav li a {
  background: #004D66;
}
.grief-and-loss .sub-nav .sub-menu li a {
  background: #007499;
}
.grief-and-loss .sub-nav li a[href="#"] {
  color: #004D66;
  border: none;
  border-bottom: 2px solid #004D66;
}
.sub-nav .wrap {
  padding: 15px;
}
.sub-nav li {
  display: block;
}
.sub-nav li a {
  display: block !important;
  font-size: 12px !important;
  letter-spacing: 0.02em;
}
.sub-nav li a[href="#"] {
  font-size: 18px !important;
  margin-bottom: 20px;
  background: none;
}
.sub-nav .sub-menu {
  padding: 10px 20px 0 20px;
}
@media only screen and (min-width: 768px) {
  .sub-nav a {
    color: #fff !important;
  }
}
@media only screen and (min-width: 1000px) {
  .sub-nav {
    background: none !important;
  }
  .sub-nav .wrap {
    padding: 0;
  }
  .sub-nav li a {
    padding: 10px 3px !important;
    border: none !important;
    background: none !important;
  }
  .sub-nav li a[href="#"] {
    font-size: 12px !important;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .sub-nav li a {
    padding: 10px 4px !important;
  }
}
@media only screen and (min-width: 1040px) {
  .sub-nav li a {
    padding: 10px 5px !important;
  }
}

.primary-nav a,
.sub-nav a {
  color: #363636;
}
.primary-nav > .wrap > ul.menu,
.sub-nav > .wrap > ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1000px) {
  .primary-nav > .wrap > ul.menu > li,
.sub-nav > .wrap > ul.menu > li {
    display: inline-block;
    position: relative;
    padding: 0;
  }
  .primary-nav > .wrap > ul.menu > li a,
.sub-nav > .wrap > ul.menu > li a {
    display: inline-block;
    padding: 15px;
    line-height: 22px;
    text-decoration: none;
  }
  .primary-nav > .wrap > ul.menu > li:hover ul.sub-menu,
.sub-nav > .wrap > ul.menu > li:hover ul.sub-menu {
    display: block;
    z-index: 111;
  }
  .primary-nav > .wrap > ul.menu > li:hover ul.sub-menu li ul.sub-menu,
.sub-nav > .wrap > ul.menu > li:hover ul.sub-menu li ul.sub-menu {
    display: none;
  }
  .primary-nav > .wrap > ul.menu > li:hover ul.sub-menu li:hover ul.sub-menu,
.sub-nav > .wrap > ul.menu > li:hover ul.sub-menu li:hover ul.sub-menu {
    display: block;
  }
  .primary-nav > .wrap > ul.menu ul.sub-menu,
.sub-nav > .wrap > ul.menu ul.sub-menu {
    position: absolute;
    left: 0;
    top: 40px;
    display: none;
    margin: 0;
    padding: 0;
    width: 300px;
    text-align: left;
    background: #004F80;
  }
  .primary-nav > .wrap > ul.menu ul.sub-menu li,
.sub-nav > .wrap > ul.menu ul.sub-menu li {
    display: block;
    padding: 0;
  }
  .primary-nav > .wrap > ul.menu ul.sub-menu li a,
.sub-nav > .wrap > ul.menu ul.sub-menu li a {
    display: block;
    padding: 10px 15px;
  }
  .primary-nav > .wrap > ul.menu ul.sub-menu li ul.sub-menu,
.sub-nav > .wrap > ul.menu ul.sub-menu li ul.sub-menu {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    width: 300px;
    background: #959595;
  }
  .primary-nav > .wrap > ul.menu ul.sub-menu li ul.sub-menu li,
.sub-nav > .wrap > ul.menu ul.sub-menu li ul.sub-menu li {
    display: block;
    padding: 0;
  }
  .primary-nav > .wrap > ul.menu ul.sub-menu li ul.sub-menu li a,
.sub-nav > .wrap > ul.menu ul.sub-menu li ul.sub-menu li a {
    display: block;
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 999px) {
  .modal,
.mfp-content {
    min-height: 100vh;
  }
}

.sub-nav .mfp-close,
#primary-nav .mfp-close {
  color: #fff !important;
}

.search-form label {
  display: block;
}
.search-form .search-field,
.search-form .search-submit {
  vertical-align: middle;
}
.search-form .search-field {
  padding: 12px 20px;
  margin-bottom: 20px;
  border: 1px solid #333;
  color: #363636 !important;
}
.search-form .search-field * {
  color: #363636 !important;
}
.search-form .search-submit {
  padding: 10px 30px;
  border: 4px solid #99D8FF !important;
}

.modal {
  text-align: center;
}
.modal .modal-header {
  padding: 20px;
}
.modal .modal-header h1 {
  color: #00304d;
}
.modal .modal-header.dark {
  position: relative;
  color: #fff;
  background: #00304d;
}
.modal .modal-header.dark h1,
.modal .modal-header.dark p,
.modal .modal-header.dark .go-back {
  margin: 0;
  color: #fff;
}
.modal .modal-header.dark .logo-mobile {
  display: inline-block;
}
.modal .modal-header.dark .go-back {
  top: 30px;
  right: auto;
  bottom: auto;
  left: 10px;
  position: absolute;
  margin: auto;
  display: block;
  width: 35px;
  height: 35px;
  background: url("../img/go-back-white.svg") no-repeat center center;
  background-size: 30px 30px;
}
.modal .modal-header.align-left {
  text-align: left;
}
.modal .social a {
  width: 50px;
  height: 50px;
}
.modal .social a.facebook {
  background: url("../img/facebook-blue.svg");
}
.modal .social a.twitter {
  background: url("../img/twitter-blue.svg");
}
.modal .social a.instagram {
  background: url("../img/instagram-blue.svg");
}
.modal .social a.linkedin {
  background: url("../img/linkedin-blue.svg");
}
.modal .social a.youtube {
  background: url("../img/youtube-blue.svg");
}
.modal .desktop-label .label,
.modal .desktop-label .inner-label {
  display: none;
  font-size: 12px;
}
.modal .desktop-label .label {
  position: relative;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #99D8FF !important;
  background: #00304d;
}
.modal .desktop-label .label:after {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  margin-left: 10px;
  vertical-align: middle;
}
.modal .desktop-label .label.share:after {
  background: url("../img/share-blue.svg") no-repeat center center;
}
.modal .desktop-label .label.search:after {
  background: url("../img/search-blue.svg") no-repeat center center;
}
.modal .desktop-label .inner-label {
  color: #363636 !important;
}
.modal .desktop-label .close {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  background: url("../img/close.svg") no-repeat center center;
  background-size: 15px 15px;
}
.modal .desktop-label .close:hover {
  cursor: pointer;
}
@media only screen and (max-width: 999px) {
  .modal {
    position: relative;
    width: auto;
    max-width: 500px;
    margin: auto;
    background: #fff;
  }
}
@media only screen and (min-width: 1000px) {
  .modal,
.modal .search-submit {
    display: none !important;
  }
  .modal#social-modal, .modal#search-modal {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    display: block !important;
    width: 100%;
    padding: 0 10px;
    background: #00304d;
    transition: all 0.5s ease;
    transform: translateX(150%);
  }
  .modal#social-modal *, .modal#search-modal * {
    color: #fff;
  }
  .modal#social-modal.active, .modal#search-modal.active {
    transform: translateY(0);
  }
  .modal#social-modal .modal-header, .modal#search-modal .modal-header {
    display: none;
  }
  .modal .desktop-label,
.modal .desktop-label .search-form,
.modal .desktop-label .label-box {
    display: flex;
    align-items: center;
  }
  .modal .desktop-label .label,
.modal .desktop-label .inner-label {
    display: block;
  }
  .modal .desktop-label .label-box {
    padding: 4px 20px;
    align-items: center;
    flex: 1 1 auto;
    background: #fff;
    border: 1px solid #99D8FF;
  }
  .modal .desktop-label .label-box.share {
    justify-content: flex-end;
  }
  .modal .desktop-label .label-box .search-form,
.modal .desktop-label .label-box .search-form label,
.modal .desktop-label .label-box .search-form .search-field {
    width: 100%;
  }
  .modal .desktop-label .label-box .search-form .search-field {
    padding: 0;
    margin-bottom: 0;
    border: none;
  }
  .modal .social {
    margin-left: 10px;
  }
  .modal .social a {
    width: 20px;
    height: 20px;
    margin: 0 2px;
  }
}

.readmore {
  color: #006;
  font: 14px/18px "Source Serif Pro", serif;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.btn, .sub-nav li a,
input[type=submit] {
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.1em;
  font-weight: bold;
  font-size: 14px;
  border: solid 5px #99D8FF;
  background: #0033A0;
}

.wp-pagenavi {
  padding-bottom: 30px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #002166;
  border: 1px solid #6698ff;
}

.wp-pagenavi span.current {
  border: 1px solid #002166;
}

.slider-wrap {
  position: relative;
  overflow: hidden;
}
.slider-wrap h2,
.slider-wrap h3,
.slider-wrap p {
  color: #fff;
}
.slider-hero {
  position: relative;
}
.slider-hero .slide {
  overflow: hidden;
  max-height: 675px;
}
.slider-hero .slide:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}
.slider-hero .wrap {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 502px;
  flex-direction: column;
  text-align: center;
}
.slider-hero .txt-wrap {
  padding: 0 20px;
  width: 100%;
}
.slider-hero .txt-wrap h2,
.slider-hero .txt-wrap p {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.95);
}
.slider-hero .txt-wrap h2 {
  margin-top: 0;
  font-size: 42px;
}
.slider-hero .txt-wrap.center {
  margin-top: auto;
  padding-bottom: 80px;
}
.slider-hero .txt-wrap.left, .slider-hero .txt-wrap.right {
  margin: auto;
}
.slider-hero .txt-wrap.left {
  text-align: left;
}
.slider-hero .txt-wrap.right {
  text-align: right;
}
.slider-hero img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
:root .slider-hero img, _:-ms-lang(x) .slider-hero img {
  width: 100%;
  height: auto;
}
.slider-hero .btn, .slider-hero .sub-nav li a, .sub-nav li .slider-hero a {
  padding: 14px 45px;
  margin-top: 20px;
  font-size: 16px;
}
@media only screen and (min-width: 1000px) {
  .slider-hero .wrap {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
  }
  .slider-hero img {
    position: relative;
    height: auto;
    width: 100%;
    object-fit: initial;
  }
  .slider-hero .txt-wrap.center {
    padding-bottom: 20px;
  }
  .slider-hero h2 {
    font-size: 52px;
  }
  .slider-hero p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1290px) {
  .slider-hero .txt-wrap {
    padding: 0;
  }
}

.slide-ctas {
  display: none;
  margin-bottom: 20px;
  padding: 0 10px;
}
.slide-ctas.mobile {
  display: block;
}
.slide-ctas.mobile .slide-cta {
  margin: 20px 0;
}
.slide-ctas.mobile .slide-cta:first-of-type {
  margin-right: 0;
}
.slide-ctas.mobile .slide-cta:last-of-type {
  margin-left: 0;
}
@media only screen and (min-width: 600px) {
  .slide-ctas.mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .slide-ctas.mobile .slide-cta {
    width: 44%;
    margin: 10px;
    flex: 0 1 auto;
  }
}
@media only screen and (min-width: 768px) {
  .slide-ctas.mobile {
    display: none;
  }
}
.slide-ctas .slide-cta {
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.slide-ctas .slide-cta:first-of-type {
  margin-right: 5px;
}
.slide-ctas .slide-cta:last-of-type {
  margin-left: 5px;
}
.slide-ctas .slide-cta h3,
.slide-ctas .slide-cta p {
  color: #fff;
}
.slide-ctas .slide-cta h3 {
  margin: 0;
  font-size: 25px;
}
@media only screen and (min-width: 1200px) {
  .slide-ctas .slide-cta h3 {
    white-space: nowrap;
  }
}
.slide-ctas .slide-cta p {
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
}
.slide-ctas .slide-cta .btn, .slide-ctas .slide-cta .sub-nav li a, .sub-nav li .slide-ctas .slide-cta a {
  display: block;
  max-width: 90%;
  margin: auto auto 0 auto;
  padding: 10px 20px;
  font-size: 14px;
  background: none;
  border-width: 2px !important;
}
@media only screen and (min-width: 768px) {
  .slide-ctas {
    display: flex;
    justify-content: space-between;
  }
  .slide-ctas.slide-ctas-3 .slide-cta {
    width: 32%;
    flex: 0 1 auto;
  }
  .slide-ctas.slide-ctas-4 .slide-cta {
    width: 24%;
    flex: 0 1 auto;
  }
}
@media only screen and (min-width: 1250px) {
  .slide-ctas {
    padding: 0;
  }
}

table {
  margin: 20px 0;
}

.slider .flickity-slider {
  transform: none !important;
}
.slider.flickity-enabled .slide {
  position: relative;
  left: 0 !important;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.slider.flickity-enabled .slide.is-selected {
  opacity: 1;
}
.slider .flickity-button-icon {
  display: none;
}

#breadcrumbs {
  margin-left: 10px;
  font-size: 12px;
}
#breadcrumbs a {
  text-decoration: none;
  color: #333;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
#breadcrumbs span {
  color: #002166;
}

.go-back-wrap {
  display: none;
}
.go-back-wrap a {
  color: #004F80 !important;
}
@media only screen and (min-width: 1427px) {
  .go-back-wrap {
    position: absolute;
    top: 10px;
    left: -50px;
    width: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .go-back-wrap a {
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
  }
  .go-back-wrap a:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 1350px) {
  .go-back-wrap {
    left: -60px;
  }
}

.gform_fields {
  padding-left: 0 !important;
}

.sidebar nav.sidebar-navigation {
  text-align: left;
}
.sidebar nav.sidebar-navigation ul.sidebar-menu {
  margin-bottom: 20px;
}
.sidebar nav.sidebar-navigation li a:hover,
.sidebar nav.sidebar-navigation li.current-menu-item a {
  color: #fff !important;
}
.sidebar nav.sidebar-navigation li {
  display: block;
  margin: 0;
  padding: 0;
}
.sidebar nav.sidebar-navigation li a {
  text-decoration: none;
  margin: 0;
  padding: 15px 10px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

.featured-image {
  margin-bottom: 20px;
}
.featured-image img {
  width: 100%;
}

.page-content-wrap .inner-content h1:first-of-type,
.page-content-wrap .inner-content h2:first-of-type,
.page-content-wrap .inner-content h3:first-of-type,
.page-content-wrap .inner-content .h1:first-of-type,
.page-content-wrap .inner-content .h2:first-of-type,
.page-content-wrap .inner-content .h3:first-of-type,
.content-landingpage .col-1-2.first h1:first-of-type,
.content-landingpage .col-1-2.first h2:first-of-type,
.content-landingpage .col-1-2.first h3:first-of-type,
.content-landingpage .col-1-2.first .h1:first-of-type,
.content-landingpage .col-1-2.first .h2:first-of-type,
.content-landingpage .col-1-2.first .h3:first-of-type {
  margin-top: 0;
}
.page-content-wrap .inner-content h1,
.page-content-wrap .inner-content .h1,
.page-content-wrap .inner-content h2,
.page-content-wrap .inner-content .h2,
.content-landingpage .col-1-2.first h1,
.content-landingpage .col-1-2.first .h1,
.content-landingpage .col-1-2.first h2,
.content-landingpage .col-1-2.first .h2 {
  margin: 0;
}
.page-content-wrap .inner-content h1,
.page-content-wrap .inner-content .h1,
.content-landingpage .col-1-2.first h1,
.content-landingpage .col-1-2.first .h1 {
  font-size: 42px;
}
.page-content-wrap .inner-content h2,
.page-content-wrap .inner-content .h2,
.content-landingpage .col-1-2.first h2,
.content-landingpage .col-1-2.first .h2 {
  font-size: 38px;
}
.page-content-wrap .inner-content h3,
.page-content-wrap .inner-content .h3,
.content-landingpage .col-1-2.first h3,
.content-landingpage .col-1-2.first .h3 {
  margin-bottom: 0;
  font-size: 28px;
}
.page-content-wrap .inner-content h3 + p, .page-content-wrap .inner-content h3 + ul,
.page-content-wrap .inner-content .h3 + p,
.page-content-wrap .inner-content .h3 + ul,
.content-landingpage .col-1-2.first h3 + p,
.content-landingpage .col-1-2.first h3 + ul,
.content-landingpage .col-1-2.first .h3 + p,
.content-landingpage .col-1-2.first .h3 + ul {
  margin-top: 20px;
}
.page-content-wrap .inner-content h4,
.page-content-wrap .inner-content .h4,
.content-landingpage .col-1-2.first h4,
.content-landingpage .col-1-2.first .h4 {
  font-size: 24px;
}
.page-content-wrap .inner-content > ul,
.content-landingpage .col-1-2.first > ul {
  padding-left: 15px;
}
.page-content-wrap .inner-content p,
.page-content-wrap .inner-content ul,
.page-content-wrap .inner-content ol,
.page-content-wrap .inner-content dd,
.page-content-wrap .inner-content dt,
.content-landingpage .col-1-2.first p,
.content-landingpage .col-1-2.first ul,
.content-landingpage .col-1-2.first ol,
.content-landingpage .col-1-2.first dd,
.content-landingpage .col-1-2.first dt {
  line-height: 1.5em;
}

.banner img {
  width: 100%;
}

.page-content-wrap {
  position: relative;
}
.page-content-wrap h1.entry-title {
  margin: 0;
  padding: 0 10px 35px 10px;
  line-height: 1.05em;
  flex: 1 1 100%;
}
.page-content-wrap h2.archive-entry-title {
  margin: 20px 0 25px 0;
}
.page-content-wrap h2,
.page-content-wrap .h2,
.page-content-wrap h3,
.page-content-wrap .h3 {
  color: #002166;
}
.page-content-wrap .main-content {
  padding: 0 10px;
}
.page-content-wrap .sidebar {
  padding: 0 20px 20px 20px;
}
.page-content-wrap .content-col.full-width,
.page-content-wrap .content-col,
.page-content-wrap .sidebar {
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .page-content-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page-content-wrap h1.entry-title {
    font-size: 46px;
  }
  .page-content-wrap .content-col {
    width: 66.66%;
  }
  .page-content-wrap .sidebar {
    width: 33.33%;
  }
  .page-content-wrap .content-col.full-width-content {
    width: 100%;
  }
}

.page-template-page-landing-page .main-content {
  margin-top: 20px;
}
.page-template-page-landing-page .content-landingpage {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-landing-page .main-content {
    margin-top: 45px;
  }
}

.slider-testimonial {
  padding: 45px 0 80px 0;
  clear: both;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .slider-testimonial {
    padding: 45px 45px 80px 45px;
  }
}
.slider-testimonial .wrap {
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
}
.slider-testimonial .flickity-viewport {
  overflow: visible;
}
.slider-testimonial .slide-l,
.slider-testimonial .slide-r {
  flex: 1 1 100%;
}
.slider-testimonial .slide-r {
  padding-top: 45px;
  padding-bottom: 30px;
  order: -1;
  text-align: center;
}
.slider-testimonial .slide-r img {
  width: 312px;
}
.slider-testimonial blockquote,
.slider-testimonial p {
  margin-top: 0;
}
.slider-testimonial p,
.slider-testimonial span.name {
  font-family: "Source Serif Pro", serif;
}
.slider-testimonial p {
  padding: 0 20px;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .slider-testimonial p {
    font-size: 28px;
  }
}
.slider-testimonial cite {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-style: normal;
  background: url("../img/flourish.svg") no-repeat bottom center;
  background-size: 174px 12px !important;
}
.slider-testimonial cite,
.slider-testimonial cite span {
  display: block;
}
.slider-testimonial cite span.name {
  font-size: 18px;
  text-transform: capitalize;
}
.slider-testimonial cite span.biz-name {
  font-size: 12px;
}
.slider-testimonial cite span.biz-title {
  text-transform: capitalize;
}
.slider-testimonial .btn, .slider-testimonial .sub-nav li a, .sub-nav li .slider-testimonial a {
  position: relative;
  z-index: 2;
  display: block;
  width: 300px;
  margin: 10px auto 0 auto;
}
.slider-testimonial .slide-l.testimonial-text-full {
  flex: 1 1 auto;
}
@media only screen and (min-width: 1000px) {
  .slider-testimonial .wrap {
    flex-wrap: nowrap;
  }
  .slider-testimonial .slide-l,
.slider-testimonial .slide-r {
    width: 50%;
    flex: 1 1 auto;
  }
  .slider-testimonial .slide-r {
    padding-top: 0;
    padding-bottom: 0;
    order: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .slider-testimonial {
    padding: 80px 60px;
  }
  .slider-testimonial .wrap {
    padding: 0 80px;
  }
  .slider-testimonial p {
    padding: 0;
  }
  .slider-testimonial .flickity-prev-next-button.previous {
    left: 10%;
  }
  .slider-testimonial .flickity-prev-next-button.next {
    right: 10%;
  }
  .slider-testimonial .slide-r img {
    margin-top: -45px;
    width: 360px;
  }
}

.newsletter {
  padding-top: 20px;
  padding-bottom: 80px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-size: 390px 390px !important;
}
.newsletter .wrap {
  padding: 0 20px;
}
.newsletter h3 {
  margin: 0;
  font-weight: normal;
}
.newsletter h3 span {
  display: block;
  line-height: 1.1em;
  font-size: 38px;
}
.newsletter .news-l {
  padding: 20px 0;
}
.newsletter .news-l h3 {
  font-size: 20px;
}
.newsletter .news-l img {
  width: 300px;
}
.newsletter .news-r h3 {
  text-align: center;
}
.newsletter .btn, .newsletter .sub-nav li a, .sub-nav li .newsletter a {
  display: block;
  margin: 10px auto 0 auto;
  max-width: 320px;
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  .newsletter {
    padding-bottom: 50px;
    text-align: left;
  }
  .newsletter .wrap {
    display: flex;
    align-items: center;
  }
  .newsletter .news-l,
.newsletter .news-r {
    flex: 1 1 auto;
  }
  .newsletter .news-l {
    position: relative;
    flex: 1 1 335px;
  }
  .newsletter .news-l img {
    top: auto;
    right: auto;
    bottom: -230px;
    left: -250px;
    position: absolute;
    width: 680px;
    max-width: 680px;
  }
  .newsletter .news-m {
    flex: 1 1 465px;
    padding-right: 20px;
  }
  .newsletter .news-r {
    flex: 0 1 312px;
  }
}
@media only screen and (min-width: 1200px) {
  .newsletter .news-l .news-l {
    flex: 1 1 435px;
  }
  .newsletter .news-l img {
    left: -195px;
  }
}

.cta-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cta-column + iframe,
.cta-column .cta-column-item img {
  width: 100%;
}
.cta-column .cta-column-item {
  width: 100%;
  flex: 0 1 auto;
  margin-bottom: 20px;
}
.cta-column .cta-column-item a {
  position: relative;
  display: block;
}
.cta-column .cta-column-item h3 {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  line-height: 1.1em;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.cta-column.professionals h2 {
  color: #0070b3;
}
.cta-column.professionals .cta-column-item h3 {
  position: relative;
  padding: 20px 10px;
  background: #00304d;
}
@media only screen and (min-width: 600px) {
  .cta-column .cta-column-item {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) {
  .cta-column .cta-column-item h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .cta-column .cta-column-item h3 {
    font-size: 24px;
  }
}

.tabs {
  position: relative;
  z-index: 1;
  margin: -45px 0 0 0;
  padding: 0px;
  text-align: center;
  list-style: none;
}
.tabs li {
  position: relative;
  display: inline-block;
  padding: 15px 15px 0 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.tabs li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -10px;
  left: 0;
  z-index: -1;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  transform: perspective(25px) rotateX(1deg);
  transform-origin: bottom;
}
.tabs li.current {
  color: #363636;
}
.tabs li.current:before {
  background: #fff !important;
}

.tab-content {
  display: none;
  padding: 20px 0 45px 0;
  overflow: hidden;
}
.tab-content.current {
  display: block;
}
.tab-content .col-1-2:nth-child(3) {
  clear: left;
}
.tab-content .col-1-2 {
  overflow: hidden;
}
.tab-content .col-1-2:before, .tab-content .col-1-2:after {
  display: none;
}
.tab-content h2,
.tab-content h3 {
  margin: 0;
  padding: 5px 0;
  line-height: 1.1em;
  color: #00304D;
  border-bottom: 1px solid #004F80;
}
.tab-content h2 {
  font-size: 38px;
}
.tab-content p,
.tab-content a {
  font-size: 14px;
}
.tab-content .cta-block,
.tab-content h2 {
  width: 100%;
  flex: 1 1 auto;
}
.tab-content .cta-block {
  max-width: 320px;
  margin: 20px auto;
}
.tab-content .list-excerpts .img-wrap {
  padding-top: 0;
}
.tab-content .featured-article img {
  width: 100%;
}
.tab-content .featured-article .date-wrap {
  position: relative;
  padding: 15px 20px 15px 30px;
  margin-top: -49px;
  margin-bottom: 20px;
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background: #004F80;
}
.tab-content .featured-article .date-wrap:before, .tab-content .featured-article .date-wrap:after {
  position: absolute;
  margin: auto;
  display: block;
}
.tab-content .featured-article .date-wrap:before {
  top: 12px;
  left: 10px;
  content: "★";
  font-size: 16px;
}
.tab-content .featured-article .date-wrap:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-bottom: 40px solid #fff;
}
.tab-content .featured-article .date-wrap span.label {
  color: #99baff;
}
.tab-content .featured-article .date-wrap span.action-txt {
  float: right;
}
.tab-content .featured-article.news .date {
  display: block;
  padding-top: 5px;
  color: #004F80;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (min-width: 1000px) {
  .tab-content .featured-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tab-content .featured-article img {
    width: 100%;
    flex: 1 1 auto;
  }
  .tab-content .featured-article .date-wrap {
    margin-top: 0;
    padding: 60px 0 70px 0;
    width: 20%;
    flex: 0 0 auto;
    text-align: center;
  }
  .tab-content .featured-article .date-wrap:before {
    left: 0;
    right: 0;
    font-size: 35px;
  }
  .tab-content .featured-article .date-wrap:after {
    display: block;
  }
  .tab-content .featured-article .date-wrap span {
    display: block;
  }
  .tab-content .featured-article .date-wrap span.date-value {
    font-size: 20px;
  }
  .tab-content .featured-article .date-wrap span.action-txt {
    float: none;
  }
  .tab-content .featured-article .txt-wrap {
    padding: 20px 0 0 20px;
    width: 80%;
    flex: 1 1 auto;
  }
  .tab-content .cta-block {
    width: 48%;
    flex: 0 1 auto;
    margin: 0 0 20px 0;
  }
  .tab-content .list-excerpts .img-wrap,
.tab-content .list-excerpts .text-wrap {
    width: 49%;
    margin: 0;
  }
  .tab-content .list-excerpts .img-wrap {
    flex: 0 0 auto !important;
  }
  .tab-content .list-excerpts .img-wrap img {
    width: auto !important;
  }
  .tab-content .list-excerpts .text-wrap {
    padding-top: 0;
    padding-right: 0;
    flex: 0 1 auto !important;
    padding-left: 12px;
  }
  .tab-content .no-thumbnail .text-wrap {
    width: 100%;
    padding-left: 0;
    flex: 1 1 100% !important;
  }
}

.sidebar-ctas {
  margin: 0 0 15px 0;
}
.sidebar-ctas .cta-block-wrap {
  background: #004F80;
  padding: 7px;
  margin: 10px auto;
}
.sidebar-ctas .cta-block-wrap:first-of-type {
  margin-top: 0;
}
.sidebar-ctas .cta-block-wrap .cta-block {
  box-shadow: none;
}
.sidebar-ctas .cta-block-wrap .cta-block a {
  align-items: center;
}
.sidebar-ctas .cta-block-wrap .cta-block .cta-title {
  margin: 0;
  font-size: 24px;
}
.sidebar-ctas .cta-block-wrap .cta-block .txt-wrap {
  text-align: center;
  padding: 0 10px;
}
.sidebar-ctas .cta-block-wrap .cta-block .txt-wrap p {
  max-width: 80%;
  margin: 2px auto;
}
.sidebar-ctas .cta-block-wrap .cta-block .cta-icon-wrap {
  display: flex;
  flex-direction: column;
}

.landing-page-cta-wrap {
  margin-bottom: 30px;
}
.landing-page-cta-wrap .cta-block-wrap {
  background: #004F80;
  padding: 7px;
}
.landing-page-cta-wrap .cta-block-wrap + .cta-block-wrap {
  margin-top: 10px;
}
.landing-page-cta-wrap .cta-block-wrap .cta-block {
  box-shadow: none;
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.landing-page-cta-wrap .cta-block-wrap a {
  align-items: center;
}
.landing-page-cta-wrap .cta-block-wrap .cta-title {
  margin: 0;
  font-size: 20px;
}
.landing-page-cta-wrap .cta-block-wrap .txt-wrap {
  text-align: center;
  padding: 0 10px;
}
.landing-page-cta-wrap .cta-block-wrap .txt-wrap p {
  max-width: 100%;
  margin: 2px;
}
.landing-page-cta-wrap .cta-block-wrap .cta-icon-wrap {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1000px) {
  .landing-page-cta-wrap {
    display: flex;
    justify-content: space-between;
  }
  .landing-page-cta-wrap .cta-block-wrap {
    width: 49%;
    flex: 0 1 auto;
  }
  .landing-page-cta-wrap .cta-block-wrap + .cta-block-wrap {
    margin-top: 0;
  }
  .landing-page-cta-wrap .txt-wrap {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .landing-page-cta-wrap .txt-wrap {
    padding: 0 10px;
  }
}

.cta-block {
  color: #fff;
  background: #004F80;
  border: 1px solid #b3e2ff;
  box-shadow: 0 0 0 7px #004F80;
}
.cta-block img {
  width: 138px;
}
.page-right-side .cta-block {
  margin: 25px 0;
}
.cta-block .cta-title {
  margin: 0;
  font-size: 16px;
}
.cta-block a {
  padding: 10px;
  display: flex;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.cta-block .txt-wrap {
  flex: 1 0 60%;
  font-size: 12px;
  text-align: left;
}
.cta-block .txt-wrap p {
  margin: 0;
  font-weight: bold;
  font-size: 14px !important;
  color: #99baff;
}
.cta-block .action-txt {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}

.list-excerpts {
  padding-left: 0 !important;
}
.list-excerpts li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #002166;
}
.list-excerpts .date {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #004F80;
}
.list-excerpts.news .date {
  padding-left: 0;
  color: #004F80;
  font-size: 14px;
  background: none;
}
.search-results .list-excerpts .text-wrap {
  padding: 5px 0;
}
.search-results .list-excerpts .text-wrap .read-more {
  display: inline-block;
}
.list-excerpts .text-wrap h3 {
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #002166;
}
.list-excerpts .text-wrap h3,
.list-excerpts .text-wrap h3 a {
  color: #00304d;
  font-size: 24px;
  text-transform: none;
}
.search-results .list-excerpts .text-wrap h1 {
  padding-left: 0;
  padding-bottom: 0;
}
.list-excerpts .text-wrap h1 a {
  font-size: 20px;
}
.list-excerpts .text-wrap p {
  margin: 5px 0;
  font-size: 14px;
}
.list-excerpts .text-wrap .event-read-more-wrap {
  margin-top: 10px;
}
.list-excerpts .img-wrap {
  padding: 45px 0 20px 0;
  text-align: center;
}
.list-excerpts .img-wrap img {
  width: 100%;
}
.list-excerpts a {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #004F80;
  font-size: 14px;
}
@media only screen and (min-width: 1000px) {
  .list-excerpts article {
    display: flex;
  }
  .list-excerpts .text-wrap {
    padding: 5px 20px;
  }
  .list-excerpts article.no-thumbnail .text-wrap {
    padding-left: 0;
  }
  .list-excerpts .img-wrap {
    padding: 0;
  }
}

.search-results .list-excerpts .img-wrap {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .search-results .list-excerpts .img-wrap {
    padding: 0;
  }
  .search-results .list-excerpts .img-wrap + .text-wrap {
    padding-left: 15px;
  }
}
.search-results .list-excerpts .img-wrap img {
  object-fit: cover;
}

.block-cta-intro,
.block-ctas {
  text-align: center;
}

.block-cta-intro {
  padding-bottom: 20px;
}
.block-cta-intro p {
  padding: 0 45px;
}

.block-ctas {
  padding-bottom: 80px;
}
.block-ctas p {
  text-align: left;
}
.block-ctas .block-cta {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .block-ctas {
    display: flex;
    justify-content: space-between;
  }
  .block-ctas .block-cta {
    width: 32%;
    flex: 0 1 auto;
  }
}

.content-block {
  padding: 45px 0;
}

.featured-image-wrap article {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .featured-image-wrap article {
    flex-direction: row;
  }
}
.featured-image-wrap .featured-image-content {
  flex: 1 1 33.3%;
  padding: 10px;
}
.featured-image-wrap .featured-image-content h2 {
  line-height: 1em;
}
.featured-image-wrap .featured-image-img {
  flex: 1 1 66.66%;
  padding: 10px;
}

.event-details h3 {
  margin: 0;
}
.event-details span + h3 {
  margin-top: 10px;
}

.single-event-description-wrap {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .single-event-description-wrap {
    flex-direction: row;
  }
}

.event-hero-image-wrap img {
  width: 100%;
}

.single-event-description-section,
.single-event-details-section {
  padding: 10px;
}
.single-event-description-section h2,
.single-event-details-section h2 {
  border-top: 1px solid #002166;
  border-bottom: 1px solid #002166;
  padding: 10px 0;
}
.single-event-description-section h3,
.single-event-details-section h3 {
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .single-event-description-section {
    width: 55%;
  }
}

@media only screen and (min-width: 768px) {
  .single-event-details-section {
    width: 45%;
  }
}
.single-event-details-section h4 {
  margin: 0;
  font-weight: 400;
}
.single-event-details-section h4 a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
}
.single-event-details-section .date,
.single-event-details-section .time,
.single-event-details-section .address,
.single-event-details-section .additional-venue-details,
.single-event-details-section .additional-venue-details strong {
  font-size: 14px;
}
.single-event-details-section .additional-venue-details {
  padding: 10px;
}

.sponsers-section .sponser-section {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
.sponsers-section h2.sponser-heading,
.sponsers-section h3 {
  text-align: center;
  border-bottom: 1px solid #002166;
}
.sponsers-section h2.sponser-heading {
  border-top: 1px solid #002166;
  padding: 10px 0;
}
.sponsers-section h3 {
  display: inline-block;
  padding: 10px 25px;
  color: #002166;
  align-self: center;
  margin: 0;
}
.sponsers-section ul.sponsors {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 400px) {
  .sponsers-section ul.sponsors {
    flex-direction: row;
    align-items: flex-end;
  }
}
.sponsers-section ul.sponsors li {
  padding: 10px;
  width: 50%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sponsers-section ul.sponsors li {
    width: 25%;
  }
}
.sponsers-section ul.sponsors li h4.sponser-title {
  margin: 10px 0;
}
.sponsers-section ul.sponsors a {
  text-decoration: none;
  text-transform: uppercase;
}

.post-type-archive-event .page-content-wrap h1.archive-entry-title.entry-title {
  border-bottom: none;
}
.post-type-archive-event .more-events-wrap.wrap {
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .post-type-archive-event .more-events-wrap.wrap {
    padding: 20px;
  }
}
.post-type-archive-event .event-hero-image-wrap {
  margin-top: 0px;
}

.tax-event-cat a.read-more {
  display: inline-block;
}
.tax-event-cat .list-excerpts li:first-of-type {
  border-top: 1px solid #002166;
}

.post-type-archive-event .archive-entry-title,
.tax-event-cat .archive-entry-title,
.archive .archive-entry-title {
  border-bottom: 1px solid #002166;
  flex: 1 1 100%;
}
.post-type-archive-event .page-content-wrap .featured-image-content h2,
.tax-event-cat .page-content-wrap .featured-image-content h2,
.archive .page-content-wrap .featured-image-content h2 {
  margin: 0;
  color: #6698ff;
}
.post-type-archive-event .page-content-wrap .taxonomy-archive-title,
.tax-event-cat .page-content-wrap .taxonomy-archive-title,
.archive .page-content-wrap .taxonomy-archive-title {
  margin: 0 10px 10px 10px;
}
.post-type-archive-event .featured-image-wrap,
.tax-event-cat .featured-image-wrap,
.archive .featured-image-wrap {
  padding: 0;
  background: linear-gradient(to bottom, rgba(153, 230, 255, 0) 0%, rgba(153, 230, 255, 0) 30%, rgb(153, 230, 255) 100%);
}
@media only screen and (min-width: 768px) {
  .post-type-archive-event .featured-image-wrap,
.tax-event-cat .featured-image-wrap,
.archive .featured-image-wrap {
    padding: 0 20px 20px 20px;
  }
}
.post-type-archive-event .featured-image-wrap .event-cta-btn,
.tax-event-cat .featured-image-wrap .event-cta-btn,
.archive .featured-image-wrap .event-cta-btn {
  padding: 10px 10px;
  margin-top: 15px;
  border: 0;
  text-align: center;
}
.post-type-archive-event .featured-excerpt,
.tax-event-cat .featured-excerpt,
.archive .featured-excerpt {
  font-size: 14px;
}
.post-type-archive-event .featured-image-content h3,
.tax-event-cat .featured-image-content h3,
.archive .featured-image-content h3 {
  margin: 10px 0;
}
.post-type-archive-event .featured-image-content h3 a,
.tax-event-cat .featured-image-content h3 a,
.archive .featured-image-content h3 a {
  color: #002166;
}
.post-type-archive-event .event-read-more,
.tax-event-cat .event-read-more,
.archive .event-read-more {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.post-type-archive-event .list-excerpts article,
.tax-event-cat .list-excerpts article,
.archive .list-excerpts article {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .post-type-archive-event .list-excerpts article,
.tax-event-cat .list-excerpts article,
.archive .list-excerpts article {
    flex-direction: row;
  }
}
.post-type-archive-event .list-excerpts article .text-wrap,
.tax-event-cat .list-excerpts article .text-wrap,
.archive .list-excerpts article .text-wrap {
  padding: 5px 0px;
}
.post-type-archive-event .list-excerpts article .img-wrap,
.tax-event-cat .list-excerpts article .img-wrap,
.archive .list-excerpts article .img-wrap {
  flex: 1 0 100%;
  padding: 0;
  margin-bottom: 15px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .post-type-archive-event .list-excerpts article .img-wrap,
.tax-event-cat .list-excerpts article .img-wrap,
.archive .list-excerpts article .img-wrap {
    flex: 1 0 300px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.post-type-archive-event .load-more-events,
.tax-event-cat .load-more-events,
.archive .load-more-events {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .post-type-archive-event .load-more-events,
.tax-event-cat .load-more-events,
.archive .load-more-events {
    width: 250px;
  }
}

.taxonomy-archive-title {
  padding: 0 10px;
  margin-bottom: 20px;
}

.contact-us.page-content-wrap h1.entry-title {
  padding: 0px;
  flex: 1 1 100%;
}
.contact-us form input:not([type=submit]),
.contact-us form select {
  border: 1px solid #002166;
  padding: 5px;
  margin-top: 5px;
  width: 100%;
}
.contact-us form label,
.contact-us form p {
  color: #002166;
  text-transform: uppercase;
  font-weight: bold;
}
.contact-us .content-col {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1000px) {
  .contact-us .content-col {
    flex-direction: row;
  }
}
.contact-us .content-col .col-50-flex-child {
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .contact-us .content-col .col-50-flex-child {
    width: 50%;
  }
}
.contact-us iframe {
  width: 100%;
}

.list-locations .location-title {
  padding: 10px 0;
  border-bottom: 2px solid #b3cbff;
}
.list-locations h3 {
  font-size: 20px;
  margin: 0;
}
.list-locations .location-sub-name {
  margin: 0;
  font-size: 20px;
}
.list-locations .location-contact-wrap {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}

.accordion-item-wrap {
  padding: 10px 0;
  border-bottom: 2px solid #b3cbff;
}

.faq-accordion__panel[aria-hidden=true] {
  display: none;
}

.faq-accordion__header {
  display: block;
  margin: 10px 0;
}

button.accordion-header {
  padding: 0 !important;
  border: 0;
  background: none;
  text-align: left;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  font-size: 18px !important;
  justify-content: space-between;
}

h3.faq-accordion__title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* title opened */
.faq-accordion__header[aria-expanded=true]:before {
  content: "- ";
}

/* title closed */
.faq-accordion__header[aria-expanded=false]:before {
  content: "+ ";
}

.faq-accordion__panel {
  display: block;
  overflow: hidden;
  opacity: 1;
  transition: visibility 0s ease, max-height 0.5s ease, opacity 0.5s ease;
  max-height: 100em;
  /* magic number for max-height = enough height */
  visibility: visible;
  transition-delay: 0s;
  margin: 0;
  padding: 0;
}

/* This is the hidden state */
[aria-hidden=true].faq-accordion__panel {
  display: block;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.5s, 0s, 0s;
  margin: 0;
  padding: 0;
}

.staff-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .staff-wrap {
    flex-direction: row;
  }
}

.staff-block {
  display: flex;
  flex-direction: row;
  width: 100%;
  text-align: center;
  padding: 10px 15px 10px 0;
}
.staff-block .staff-details {
  padding: 0 10px;
  text-align: left;
  width: 100%;
}
.staff-block h4,
.staff-block h5 {
  margin-top: 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-full-width .staff-block {
    width: 50%;
  }
}
.hospice .staff-block .staff-name {
  color: #003299;
  border-bottom: 1px solid #003299;
}
.palliative .staff-block .staff-name {
  color: #006066;
  border-bottom: 1px solid #009099;
}
.grief-and-loss .staff-block .staff-name {
  color: #007499;
  border-bottom: 1px solid #007499;
}
.staff-block .staff-name .supportive-care {
  color: #692f63;
  border-bottom: 1px solid #692f63;
}
.staff-block .staff-name .professionals {
  color: #005080;
  border-bottom: 1px solid #005080;
}
.staff-block .staff-image {
  align-self: flex-start;
}
.staff-block .staff-expertise p {
  margin: 5px 0;
  font-size: 12px;
}
@media only screen and (min-width: 500px) {
  .staff-block .staff-expertise p {
    font-size: 14px;
  }
}

.post-type-archive-news h2.entry-title,
.post-type-archive-news h2.entry-title a {
  padding: 0;
  margin: 0;
  color: #002166;
  font-size: 20px;
}
.post-type-archive-news .archive-entry-title.entry-title {
  border: 0;
}
.post-type-archive-news article a.read-more {
  display: inline-block;
}

.single-news h1.entry-title,
.single-news h1.entry-title a {
  color: #002166;
  padding: 0;
}

.archive-content-section {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .archive-content-section {
    flex-direction: row;
  }
}
.archive-content-section .img-wrap {
  flex: 1 0 100%;
}
@media only screen and (min-width: 768px) {
  .archive-content-section .img-wrap {
    flex: 1 0 300px;
  }
}

.error-content {
  padding: 10px;
}

.post-meta {
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: bold;
}
.post-meta cite {
  display: block;
  font-style: normal;
}

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  z-index: 2;
  background: hsla(0deg, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.site-footer {
  position: relative;
  background: #00304d;
}
.page-template-page-landing-page .site-footer:after, .page-template-page-landing-page .site-footer:before {
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  content: "";
  height: 10px;
}
body:not(.home) .site-footer {
  margin-top: 80px;
}
.site-footer .footer-logos, .site-footer .footer-logos img {
  vertical-align: bottom;
}
.site-footer .logo-footer {
  width: 220px;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 1200px) {
  .site-footer .logo-footer {
    margin: 0 auto;
    display: inline-block;
  }
}
.site-footer,
.site-footer a {
  color: #fff;
  font-size: 14px;
}
.site-footer > .wrap {
  display: flex;
  flex-direction: column;
}
.site-footer .col-1-2.first {
  clear: left;
  text-align: center;
}
.site-footer .col-1-2.last {
  order: -1;
}
.site-footer h3 {
  margin: 0;
  padding-bottom: 5px;
  line-height: 1.2em;
  font-size: 16px;
}
.site-footer .menu a,
.site-footer .copyright {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
.site-footer .menu {
  margin-top: 20px !important;
}
.site-footer .menu li {
  position: relative;
  padding-left: 0;
  padding-right: 15px;
}
.site-footer .menu li:after {
  top: 3px;
  right: 5px;
  bottom: 0;
  left: auto;
  position: absolute;
  display: block;
  margin: auto;
  content: "";
  width: 2px;
  height: 12px;
  background: #b3cbff;
}
.site-footer .menu li:last-child {
  padding-right: 0;
}
.site-footer .menu li:last-child:after {
  display: none;
}
.site-footer .menu a {
  text-decoration: none;
  color: #b3cbff;
}
.site-footer .menu .sub-menu {
  display: none;
}
.site-footer .col-1-3 {
  position: relative;
  padding-left: 30px;
}
.site-footer .col-1-3 h3 {
  margin: 0 0 10px 0;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #b3cbff;
}
.site-footer .col-1-3:before {
  top: 10px;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(../img/map.svg) no-repeat center center/20px 20px;
}
.site-footer .col-1-3 a {
  color: #b3cbff;
}
.site-footer .col-1-3 a[href*="tel:"] {
  text-decoration: none;
}
.site-footer p {
  font-size: 14px;
}
.site-footer .copyright {
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .site-footer .col-1-2 {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer {
    text-align: left;
  }
  .site-footer .logo-footer {
    margin: 10px 10px 0 0;
  }
  .site-footer > .wrap {
    display: block;
    padding: 0 10px;
  }
  .site-footer .footer-top strong {
    margin-top: 0;
  }
  .site-footer .col-1-2 {
    text-align: left !important;
  }
  .site-footer .col-1-2.first {
    width: 40%;
  }
  .site-footer .col-1-2.last {
    width: 60%;
  }
}
.site-footer .pre-footer {
  background: #005080;
  padding: 20px;
  text-align: center;
}
.site-footer .pre-footer a {
  font-size: inherit;
  font-weight: bold;
  text-decoration: none;
}
.site-footer .pre-footer span {
  display: block;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .site-footer .pre-footer span {
    display: inline;
  }
}
.site-footer .social a {
  width: 32px;
  height: 32px;
  opacity: 0.8;
}
.site-footer .social a:hover {
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  .site-footer .social a {
    margin: 0 2px;
    width: 26px;
    height: 26px;
  }
}
.site-footer .footer-foot {
  text-align: center;
  padding: 0 10px;
}
@media only screen and (min-width: 1200px) {
  .site-footer .footer-foot {
    text-align: left;
  }
}

#legend_box {
  text-align: center;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  #legend_box {
    padding-top: 40px;
  }
}
#legend_box #legend {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #legend_box #legend {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
}
#legend_box input[type=submit], #legend_box a.btn, #legend_box .sub-nav li a, .sub-nav li #legend_box a {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 10px;
  border: none;
}
@media only screen and (max-width: 768px) {
  #legend_box input[type=submit], #legend_box a.btn, #legend_box .sub-nav li a, .sub-nav li #legend_box a {
    width: 47.5%;
  }
}
#legend_box .hcc-events-filters-label {
  display: block;
  font-size: 0.9em;
  text-transform: uppercase;
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #legend_box .hcc-events-filters-label {
    font-size: 0.8em;
  }
}

.hcc-events-sub-nav,
#legend,
.event-output {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}

.hcc-events-nav-prev {
  float: left;
}

.hcc-events-nav-next {
  float: right;
}

#legend li {
  display: inline-block;
  margin: 2px;
  padding: 5px;
  position: relative;
  background: #e0e0e0;
}
@media only screen and (max-width: 768px) {
  #legend li {
    display: block;
    width: 100%;
  }
}
#legend li input {
  position: absolute;
  top: 12px;
  left: 10px;
}
#legend li label {
  padding: 5px 5px 5px 25px !important;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  background: #f1f1f1;
}
@media only screen and (max-width: 768px) {
  #legend li label {
    display: block;
    width: 100%;
  }
}
#legend li input:checked + label {
  background: transparent;
}

.clear-btn.btn, .sub-nav li a.clear-btn {
  background: #ccc !important;
  color: #333;
}

.thin-btn.btn, .sub-nav li a.thin-btn {
  padding: 5px 15px;
  border: none !important;
}

.hcc-events-calendar {
  width: 100%;
  border: solid 1px #ccc;
  border-collapse: collapse;
}
@media only screen and (max-width: 768px) {
  .hcc-events-calendar {
    display: block;
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .hcc-events-calendar thead {
    display: none;
  }
}
.hcc-events-calendar th {
  background: #e0e0e0;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  border: solid 1px #ccc;
}
@media only screen and (max-width: 768px) {
  .hcc-events-calendar th {
    display: block;
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .hcc-events-calendar tbody, .hcc-events-calendar tr {
    display: block;
    width: 100%;
  }
}
.hcc-events-calendar td {
  border: solid 1px #ccc;
  vertical-align: top;
  width: 14.2857142857%;
}
@media only screen and (max-width: 768px) {
  .hcc-events-calendar td {
    display: block;
    width: 100%;
  }
}
.hcc-events-calendar td span.date {
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 2px;
}
.hcc-events-calendar td span.fulldate {
  display: none;
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  background: #eee;
  color: #999;
}
@media only screen and (max-width: 768px) {
  .hcc-events-calendar td {
    display: none;
  }
  .hcc-events-calendar td span.date {
    display: none;
  }
  .hcc-events-calendar td span.fulldate {
    display: block;
  }
  .hcc-events-calendar td.has {
    display: block;
    border: solid 1px #333;
  }
  .hcc-events-calendar td.has span.fulldate {
    color: #000;
    font-size: 11px;
  }
}
.hcc-events-calendar td.prevnextmo {
  background: #eee;
}
.hcc-events-calendar td.prevnextmo span.date, .hcc-events-calendar td.prevnextmo span.fulldate {
  color: #999;
}
.hcc-events-calendar .day-content {
  padding: 0 10px 10px;
  min-height: 50px;
}
@media only screen and (max-width: 768px) {
  .hcc-events-calendar .day-content {
    min-height: 0px;
    padding: 0px;
  }
}
.hcc-events-calendar .day-content a {
  background: #eee;
  display: block;
  text-decoration: none;
  font-size: 14px;
}
.hcc-events-calendar .day-content a:hover {
  transition: all 0.2s linear;
  box-shadow: 0 0 0 3px rgba(12, 15, 168, 0.25);
}
@media only screen and (max-width: 768px) {
  .hcc-events-calendar .day-content a {
    padding: 2px;
  }
}
.hcc-events-calendar .day-content a strong {
  font-size: 12px;
}

.event-output li + li {
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .event-output li + li {
    margin-top: 0;
  }
}

.volunteer {
  background: #e0f3ff !important;
}

.pathways {
  background: #F5D8E6 !important;
}

.hospice-community-care {
  background: #d4d4ff !important;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 50px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: transparent;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: transparent;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*
.gallery .gallery-item img {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
*/
.mfp-content:hover {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 15px auto;
}

.alignleft, .alignright {
  display: block;
  margin: 10px auto;
}

@media only screen and (min-width: 480px) {
  .alignright {
    float: right;
    margin: 0 0 20px 20px;
  }
  .alignleft {
    float: left;
    margin: 0 20px 20px 0;
  }
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 15px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 15px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 15px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 1.5em;
  margin: 0;
  padding: 0 4px 5px;
}

img.wp-smiley {
  vertical-align: middle;
}

.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin: 10px auto 0;
  text-align: center;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .gallery .gallery-item {
    float: left;
  }
  .gallery-columns-0 .gallery-item {
    width: 100%;
  }
  .gallery-columns-1 .gallery-item {
    width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
}
.gallery img {
  border: 2px solid #ddd;
}

.gallery .gallery-caption {
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery br + br {
  display: none;
}

.attachment-gallery img {
  background: #fff;
  border: 1px solid #f0f0f0;
  display: block;
  height: auto;
  margin: 15px auto;
  max-width: 96%;
  padding: 5px;
  width: auto;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
  display: block;
}

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

.social, .sidebar nav.sidebar-navigation ul, .list-excerpts, .event-details, .sponsers-section ul.sponsors, .list-locations, .site-footer .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.site-header .help-box .close, .social a, .sub-nav-container .modal-trigger,
.sub-nav-container .go-home, .modal .modal-header.dark .go-back, .modal .desktop-label .close {
  overflow: hidden;
  text-indent: 350%;
  white-space: nowrap;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clear {
  clear: both;
}

.hidden {
  visibility: hidden;
  display: none;
}

.fb_iframe_widget {
  display: block !important;
}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
  width: 100% !important;
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
}
