@charset "UTF-8";
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 {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
          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;
  -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; }

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9); }

.sf-menu > li > ul {
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.sf-menu > li {
  float: left;
  padding: 0; }
  @media screen and (max-width: 1199px) {
    .sf-menu > li {
      padding: 0; } }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }

/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  margin-bottom: 1em; }

.sf-menu ul {
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */ }

.sf-menu a {
  text-decoration: none;
  zoom: 1;
  /* IE7 */
  padding: .75em .55em; }

@media screen and (min-width: 1025px) {
  .sf-menu a {
    padding: .75em 1em; } }

@media screen and (max-width: 1024px) {
  .sf-menu > li > a {
    padding: .75em .55em !important; } }

@media screen and (min-width: 1025px) {
  .sf-menu > li > a {
    padding: .75em 1em !important; } }

.sf-menu a {
  color: #13a; }

.sf-menu li {
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s; }

.sf-menu li:hover,
.sf-menu li.sfHover {
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none; }

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */ }

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */ }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */ }

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5); }

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.autocomplete-suggestion {
  position: relative;
  padding: 0 .6em;
  line-height: 1.4375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333; }

.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6; }

.autocomplete-suggestion.selected {
  background: #f0f0f0; }

.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; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09F;
          box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6; }

.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:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  opacity: 0.3;
  cursor: auto; }

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

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 40px;
  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: white;
  border-radius: 50%;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  background: #69ACD9; }

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

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

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

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

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

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  letter-spacing: 0.021em;
  font-weight: 400;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  -webkit-font-variant-ligatures: common-ligatures;
          font-variant-ligatures: common-ligatures;
  -webkit-font-feature-settings: "liga", "dlig" 0;
          font-feature-settings: "liga", "dlig" 0;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  color: #414141; }

.fonts-loaded body {
  font-family: "Lato", sans-serif; }

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

body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.middle {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .middle:after {
    content: " ";
    display: block;
    clear: both; }

@media screen and (max-width: 959px) {
  .middle {
    width: 100%;
    margin: 0; } }

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .middle {
    width: 960px;
    margin: 0 auto; } }

h1,
h2,
h3,
h4 {
  font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif; }

h4 a {
  color: #69ACD9;
  text-decoration: none; }

#wrapper {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: white; }

#upper-bar {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #436D8A;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  #upper-bar.gray {
    background: #D8D8D8; }
  #upper-bar ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none; }
    #upper-bar ul li {
      margin: 0;
      padding: 0;
      display: inline;
      float: left;
      color: white;
      text-transform: uppercase;
      font-size: 0.75rem; }
      #upper-bar ul li a {
        color: white;
        text-decoration: none;
        display: inline-block; }
      #upper-bar ul li:after {
        content: "|";
        display: inline;
        margin: 0 3px; }
      #upper-bar ul li:last-of-type:after {
        content: none; }
  #upper-bar p {
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #414141;
    text-transform: uppercase;
    font-size: 0.75rem;
    text-align: left; }
    .logged-in #upper-bar p {
      text-align: center; }
    #upper-bar p span {
      float: right; }
      #upper-bar p span a {
        color: #414141;
        text-decoration: none; }
        #upper-bar p span a:hover {
          color: #69ACD9; }
      @media screen and (max-width: 1023px) {
        #upper-bar p span {
          display: none; } }

#top {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative; }
  #top.base {
    height: 122px; }

#top .content {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative; }
  #top .content .blue_line {
    position: absolute;
    left: 0;
    bottom: -13px;
    z-index: 2; }

.blue_line {
  display: block;
  width: 100%;
  height: 26px;
  background: #69ACD9; }
  .blue_line ul {
    margin: 0;
    padding: 0 66px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none; }
    @media screen and (max-width: 1023px) {
      .blue_line ul {
        padding: 0 20px; } }
    .blue_line ul li {
      display: inline;
      margin: 0 5px 0 0;
      padding: 0;
      color: white;
      line-height: 1.625rem;
      font-size: 0.75rem;
      text-transform: lowercase; }
      .blue_line ul li:after {
        content: '>';
        display: inline;
        margin-left: 5px; }
      .blue_line ul li:last-of-type:after {
        content: none; }
      .blue_line ul li.current_item {
        font-weight: bold; }
      .blue_line ul li a {
        display: inline-block;
        text-decoration: none;
        color: white; }
        .blue_line ul li a:hover {
          text-decoration: underline; }

#top.base .content {
  height: 122px; }

#top .langs {
  margin: 42px 20px;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
  @media screen and (max-width: 1023px) {
    #top .langs {
      position: static; } }

#top .langs li {
  margin: 0;
  padding: 0;
  display: inline;
  float: left;
  color: #69ACD9;
  text-transform: uppercase;
  font-size: 0.75rem; }

#top .langs li a {
  color: #69ACD9;
  text-decoration: none;
  display: inline-block; }

#top .langs li:after {
  content: "|";
  display: inline;
  margin: 0 3px; }

#top .langs li:last-of-type:after {
  content: none; }

#top .small_claim {
  width: 100%;
  text-align: center;
  margin: 39px 0 0 0;
  padding: 0;
  text-transform: uppercase; }
  @media screen and (max-width: 959px) {
    #top .small_claim {
      display: none; } }

#top .menu_button {
  background: #69ACD9;
  color: white;
  position: absolute;
  top: 42px;
  right: 20px;
  text-transform: uppercase;
  z-index: 1;
  padding: 0 6px 6px; }
  @media screen and (max-width: 1023px) {
    #top .menu_button {
      top: 37px; } }
  @media screen and (min-width: 768px) {
    #top .menu_button:hover {
      cursor: pointer; } }

#top .menu_button em {
  display: inline-block;
  width: 25px;
  height: 16px;
  background: url(../img/burger_white.svg) no-repeat center center;
  background-size: 25px 16px;
  position: relative;
  top: 5px;
  margin-left: 5px; }
  .no-svg #top .menu_button em {
    background: url(../img/burger_white.png) no-repeat center center; }

.home #top header {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative; }

.home #top .big_logo {
  display: block;
  margin: 127px 0 50px 20px;
  width: 483px;
  height: 215px;
  text-decoration: none; }
  .home #top .big_logo em {
    display: block;
    width: 483px;
    height: 215px;
    background: url(../img/big_logo_complete.svg) no-repeat center center;
    background-size: 483px 198px;
    float: left;
    text-indent: -999em;
    position: relative;
    z-index: 1; }
    .no-svg .home #top .big_logo em {
      background: url(../img/big_logo_complete.png) no-repeat center center;
      background-size: 483px 198px; }
  .home #top .big_logo:hover {
    cursor: pointer; }

@media screen and (max-width: 768px) {
  .home #top .big_logo {
    margin: 40px 20px 60px;
    width: 225px;
    height: 35px;
    text-decoration: none; }
    .home #top .big_logo em {
      display: block;
      width: 225px;
      height: 35px;
      background: url(../img/logo-home.svg) no-repeat 50%;
      background-size: 225px 35px;
      float: left;
      text-indent: -999em;
      position: relative;
      z-index: 1; }
      .no-svg .home #top .big_logo em {
        background: url(../img/logo-home.png) no-repeat center center; }
    .home #top .big_logo:hover {
      cursor: pointer; } }

#top .search_button {
  display: block;
  width: 34px;
  height: 35px;
  background: url(../img/search.svg) no-repeat center center;
  background-size: 34px 35px;
  position: absolute;
  top: 36px;
  right: 110px; }
  .no-svg #top .search_button {
    background: url(../img/search.png) no-repeat center center; }
  @media screen and (max-width: 1023px) {
    .page-template-tp_home_v3 #top .search_button {
      right: 20px; } }
  .home #top .search_button {
    width: 46px;
    height: 47px;
    background: url(../img/search.svg) no-repeat center center;
    background-size: 46px 47px;
    position: absolute;
    top: unset;
    bottom: 75px;
    right: 20px; }
    .no-svg .home #top .search_button {
      background: url(../img/search.png) no-repeat center center; }
    @media screen and (max-width: 1023px) {
      .home #top .search_button {
        bottom: 62px;
        width: 26px;
        height: 27px;
        background-size: 26px 27px; } }
  #top .search_button:hover {
    cursor: pointer; }

.blue_claim {
  background: #69ACD9;
  color: white;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -5px;
  font-size: 1.375rem;
  margin: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-style: italic; }
  @media screen and (max-width: 1023px) {
    .blue_claim {
      text-align: center; } }
  .blue_claim.static {
    position: static;
    bottom: 0;
    margin: 0;
    padding: 0;
    float: left; }
    .blue_claim.static p {
      margin: 0;
      padding: 11px 5px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .blue_claim.static p small {
          display: block; } }
  .blue_claim span {
    display: block; }
  .blue_claim ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: "Lato", sans-serif;
    font-style: normal; }
    @media screen and (max-width: 767px) {
      .blue_claim ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; } }
    .blue_claim ul li {
      margin: 10px 20px;
      padding: 0; }
      .blue_claim ul li a {
        color: white;
        text-decoration: none;
        display: inline-block;
        padding: 5px;
        font-size: 0.875rem;
        text-transform: uppercase; }
  .blue_claim.static ul {
    display: block; }
  .blue_claim.static > ul {
    width: 100%; }
    .blue_claim.static > ul > li {
      width: calc(100% / 6);
      margin-left: 0;
      margin-right: 0; }
      .blue_claim.static > ul > li > a {
        color: white !important;
        display: block;
        text-align: center; }

#home_boxes {
  margin: 0;
  padding: 0;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (min-width: 768px) {
    #home_boxes {
      width: 75%;
      float: left; }
      @supports (display: grid) {
        #home_boxes {
          display: grid;
          grid-template-columns: repeat(3, 1fr); } } }

#mother_mary {
  margin: 0;
  padding: 0;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 768px) {
    #mother_mary {
      width: 25%;
      float: right;
      margin-right: 0;
      clear: right; } }
  #mother_mary img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 0;
       object-position: 0 0; }
  #mother_mary figcaption {
    background: #69ACD9;
    color: white;
    font-weight: normal;
    font-size: 1.375rem;
    margin: 0;
    padding: 5px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 240px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -120px;
    font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    font-style: italic;
    font-weight: medium; }
    #mother_mary figcaption a {
      color: white;
      text-decoration: none; }

.home_box {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 768px) {
    .home_box {
      clear: none;
      width: 33.33333%;
      float: left; }
      .home_box:nth-child(3n+0) {
        float: right;
        margin-right: 0; }
      @supports (display: grid) {
        .home_box {
          clear: none;
          width: 100%;
          float: none;
          margin: 0;
          padding: 0; } } }
  .home_box img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    border: none; }
  .home_box h3 {
    background: #69ACD9;
    color: white;
    font-weight: normal;
    font-size: 1.375rem;
    margin: 0;
    padding: 5px 0;
    width: 240px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -120px;
    font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif; }
    .home_box h3 a {
      color: white;
      text-decoration: none; }
  .home_box .sub_links {
    margin: 0;
    padding: 10px;
    list-style: none;
    text-align: center;
    display: block;
    width: 240px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -120px;
    background: #69acd9;
    background: rgba(105, 172, 217, 0.5); }
    .home_box .sub_links li {
      display: block;
      margin: 2px 0;
      padding: 0;
      text-align: center;
      text-transform: uppercase;
      font-size: 0.6875rem;
      line-height: 1.5; }
      .home_box .sub_links li a {
        color: white;
        text-decoration: none; }
        .home_box .sub_links li a:hover {
          color: gold; }
    @media screen and (max-width: 1399px) {
      .home_box .sub_links {
        display: none; } }

@media screen and (min-width: 1025px) {
  .home_box .sub_links {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 512ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transition: opacity 512ms cubic-bezier(0.17, 0.67, 0.83, 0.67); }
  .home_box:hover .sub_links {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 512ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transition: opacity 512ms cubic-bezier(0.17, 0.67, 0.83, 0.67); } }

#slide_menu {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 640px;
  right: -100%;
  -webkit-transition: right 512ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: right 512ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  bottom: 0;
  background: white;
  z-index: 9;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1023px) {
    #slide_menu {
      padding: 40px 20px; } }
  #slide_menu.opened {
    right: 0;
    -webkit-transition: right 250ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transition: right 250ms cubic-bezier(0.17, 0.67, 0.83, 0.67); }
  #slide_menu h2 {
    color: #69ACD9;
    font-weight: normal;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0;
    padding: 0; }
    #slide_menu h2 span {
      display: inline-block;
      width: 19px;
      height: 17px;
      background: url(../img/burger_close.svg) no-repeat center center;
      background-size: 19px 17px; }
      .no-svg #slide_menu h2 span {
        background: url(../img/burger_close.png) no-repeat center center; }
      @media screen and (min-width: 768px) {
        #slide_menu h2 span {
          cursor: pointer; } }
  #slide_menu h3 {
    color: #69ACD9;
    font-weight: normal;
    font-size: 1.75rem;
    padding: 0;
    margin: 20px 0 20px 0; }
    #slide_menu h3 a {
      text-decoration: none;
      color: #69ACD9; }
  #slide_menu ul {
    margin: 0 0 20px 0;
    padding: 0;
    display: block;
    list-style: none; }
    #slide_menu ul li {
      margin: 0 0 10px 0;
      font-size: 0.875rem; }
      #slide_menu ul li a {
        color: #414141;
        text-decoration: none; }
        @media screen and (min-width: 768px) {
          #slide_menu ul li a:hover {
            color: #69ACD9; } }
      #slide_menu ul li.has_ul span {
        display: inline-block;
        color: #69ACD9;
        margin-left: 10px; }
        #slide_menu ul li.has_ul span:after {
          content: '▶'; }
        #slide_menu ul li.has_ul span:hover {
          cursor: pointer; }
      #slide_menu ul li.has_ul.opened span:after {
        content: '▼'; }
      #slide_menu ul li ul {
        margin: 5px 0 0 0;
        display: none; }
        #slide_menu ul li ul li {
          margin: 0;
          font-size: 0.75rem; }
          #slide_menu ul li ul li:before {
            content: '-';
            color: #69ACD9;
            display: inline;
            margin: 0 5px 0 5px; }
      #slide_menu ul li.has_ul.opened ul {
        display: block; }
  #slide_menu .slide_menu_social {
    margin-bottom: 40px; }
    #slide_menu .slide_menu_social h3 {
      color: #69ACD9;
      font-weight: normal;
      font-size: 1.125rem;
      display: block; }
    #slide_menu .slide_menu_social a {
      display: inline-block;
      width: 44px;
      height: 44px;
      float: left;
      text-indent: -999em;
      margin-right: 18px; }
      @media screen and (max-width: 1023px) {
        #slide_menu .slide_menu_social a {
          margin-right: 10px; } }
      #slide_menu .slide_menu_social a:last-of-type {
        margin-right: 0; }
      #slide_menu .slide_menu_social a.facebook {
        background: url(../img/facebook_blue.svg) no-repeat center center;
        background-size: 44px 44px; }
        .no-svg #slide_menu .slide_menu_social a.facebook {
          background: url(../img/facebook_blue.png) no-repeat center center; }
      #slide_menu .slide_menu_social a.twitter {
        background: url(../img/twitter_blue.svg) no-repeat center center;
        background-size: 44px 44px; }
        .no-svg #slide_menu .slide_menu_social a.twitter {
          background: url(../img/twitter_blue.png) no-repeat center center; }
      #slide_menu .slide_menu_social a.google {
        background: url(../img/google_blue.svg) no-repeat center center;
        background-size: 44px 44px; }
        .no-svg #slide_menu .slide_menu_social a.google {
          background: url(../img/google_blue.png) no-repeat center center; }
      #slide_menu .slide_menu_social a.youtube {
        background: url(../img/youtube_blue.svg) no-repeat center center;
        background-size: 44px 44px; }
        .no-svg #slide_menu .slide_menu_social a.youtube {
          background: url(../img/youtube_blue.png) no-repeat center center; }
      #slide_menu .slide_menu_social a.flickr {
        background: url(../img/flickr_blue.svg) no-repeat center center;
        background-size: 44px 44px; }
        .no-svg #slide_menu .slide_menu_social a.flickr {
          background: url(../img/flickr_blue.png) no-repeat center center; }
      #slide_menu .slide_menu_social a.instagram {
        background: url(../img/instagram_blue.svg) no-repeat center center;
        background-size: 44px 44px; }
        .no-svg #slide_menu .slide_menu_social a.instagram {
          background: url(../img/instagram_blue.png) no-repeat center center; }
      #slide_menu .slide_menu_social a.soundcloud {
        background: url(../img/soundcloud_blue.svg) no-repeat center center;
        background-size: 44px 44px; }
        .no-svg #slide_menu .slide_menu_social a.soundcloud {
          background: url(../img/soundcloud_blue.png) no-repeat center center; }

#top .logo {
  display: block;
  width: 97px;
  height: 35px;
  margin: 36px 0 51px 20px;
  float: left;
  position: relative;
  z-index: 1; }
  #top .logo em {
    width: 97px;
    height: 35px;
    float: left;
    text-indent: -999em;
    background: url(../img/logo.svg) no-repeat center center;
    background-size: 97px 35px; }
    .no-svg #top .logo em {
      background: url(../img/logo.png) no-repeat center center; }
  #top .logo:hover {
    cursor: pointer; }

#top .sf-menu {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  float: left; }
  #top .sf-menu ul.sub-menu {
    display: none; }
  #top .sf-menu li {
    text-transform: uppercase;
    font-size: 0.875rem; }
    #top .sf-menu li:last-of-type {
      margin-right: 0; }
    #top .sf-menu li a {
      color: #414141;
      text-decoration: none;
      line-height: 1; }
      #top .sf-menu li a:hover {
        color: #69ACD9; }
    #top .sf-menu li.current-menu-item a {
      color: #69ACD9; }
    #top .sf-menu li li {
      font-size: 0.75rem; }
  #top .sf-menu .inspiration .current-menu-item a {
    color: #414141; }
  @media screen and (max-width: 1023px) {
    #top .sf-menu {
      display: none; } }

#top.base .sf-menu > li {
  min-height: 122px; }
  #top.base .sf-menu > li > a {
    height: 135px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 6.75rem;
    display: block; }

#top .sub-menu .sf-with-ul:after {
  content: '▶';
  font-size: 0.5rem;
  line-height: 1em;
  position: absolute;
  right: 20px; }

.ul_wrapper {
  position: relative;
  left: -50%;
  float: right;
  text-align: left; }
  .ul_wrapper > ul {
    list-style: none;
    position: relative;
    left: 50%;
    padding: 0;
    margin: 0; }

main {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative; }

.page_cover,
.size-page-cover {
  width: 100%;
  border: none;
  height: 581px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
  @media screen and (max-width: 1023px) {
    .page_cover,
    .size-page-cover {
      position: static;
      height: auto; }
      .no-mobile-cover .page_cover, .no-mobile-cover
      .size-page-cover {
        position: absolute;
        height: 581px; } }

@media screen and (min-width: 1280px) {
  .page_cover,
  .size-page-cover {
    width: 1280px;
    left: 50%;
    margin-left: -640px; } }

.page_cover_wrapper .content {
  position: relative;
  float: left;
  width: 100%;
  z-index: 1; }

.flash_news {
  width: 100%;
  height: 457px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: white; }
  .flash_news .carousel-cell {
    width: 100%;
    padding: 0 64px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 457px;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  .flash_news h2 {
    margin: 0;
    padding: 0;
    color: #69ACD9;
    font-weight: 400;
    font-size: 3.4375rem;
    line-height: 1;
    font-style: italic;
    text-shadow: 0 0 1px black; }
    @media screen and (max-width: 1023px) {
      .flash_news h2 {
        font-size: 2.1875rem; } }
  .flash_news h3 {
    margin: 0;
    padding: 0;
    color: white;
    font-weight: 400;
    font-size: 3.4375rem;
    line-height: 1;
    font-style: italic;
    text-align: center;
    text-shadow: 0 0 1px black; }
    @media screen and (max-width: 1023px) {
      .flash_news h3 {
        font-size: 2.1875rem; } }
  .flash_news p {
    color: white;
    font-size: 1rem;
    margin: 0;
    text-align: center;
    text-shadow: 0 0 1px black; }
    @media screen and (max-width: 1023px) {
      .flash_news p {
        line-height: 1.1;
        font-size: 0.75rem; } }
  .flash_news a {
    color: white;
    text-decoration: none;
    background: #69ACD9;
    padding: 10px 20px;
    font-size: 1.375rem;
    font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    text-transform: capitalize;
    margin-top: 20px; }

.page_cover_wrapper .categories {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 457px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .page_cover_wrapper .categories li {
    margin: 0;
    padding: 0;
    width: 33.33%; }
    .page_cover_wrapper .categories li a {
      color: white;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      font-size: 1.875rem;
      font-weight: bold;
      text-transform: uppercase;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: #ffffff;
      background: rgba(255, 255, 255, 0.25);
      padding: 50px 0;
      margin: 15px; }
      .page_cover_wrapper .categories li a:before {
        content: '';
        display: block;
        width: 50px;
        height: 50px; }
      .page_cover_wrapper .categories li a:hover {
        background: #69acd9;
        background: rgba(105, 172, 217, 0.5); }
    .page_cover_wrapper .categories li.cat-item-183 a:before {
      background: url(../img/audio-icon.png) no-repeat 50% 50%;
      background-size: 100px 100px; }
    .page_cover_wrapper .categories li.cat-item-184 a:before {
      background: url(../img/video-icon.png) no-repeat 50% 50%;
      background-size: 100px 100px; }
    .page_cover_wrapper .categories li.cat-item-185 a:before {
      background: url(../img/gallery-icon.png) no-repeat 50% 50%;
      background-size: 100px 100px; }

main .content.gray {
  margin-top: 457px;
  position: relative;
  z-index: 2;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FAFAFA;
  border-top: 10px solid #69ACD9;
  margin-bottom: 66px; }
  @media screen and (max-width: 1023px) {
    main .content.gray {
      margin-top: 0; } }
  main .content.gray .blue_line {
    width: 100%;
    position: absolute;
    left: 0;
    top: -26px;
    z-index: 2; }
  main .content.gray nav {
    position: absolute;
    top: 66px;
    right: 66px;
    color: #69ACD9; }
    @media screen and (max-width: 1023px) {
      main .content.gray nav {
        position: relative;
        left: -50%;
        top: 0;
        right: 0;
        float: right;
        text-align: left;
        display: block;
        margin: 0 0 20px; }
        main .content.gray nav > ul,
        main .content.gray nav > p {
          position: relative;
          left: 50%;
          top: 0;
          text-align: center !important; } }
    @media screen and (min-width: 1024px) {
      main .content.gray nav {
        max-width: 44%; } }
    main .content.gray nav p,
    main .content.gray nav ul {
      margin: 0;
      padding: 0;
      text-align: right;
      font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
      font-size: 1rem;
      color: #69ACD9;
      line-height: 1.5;
      list-style: none; }
      main .content.gray nav p a,
      main .content.gray nav ul a {
        text-decoration: none;
        color: #69ACD9; }
      main .content.gray nav p span,
      main .content.gray nav ul span {
        font-style: italic;
        color: #414141; }
      main .content.gray nav p li,
      main .content.gray nav ul li {
        font-size: 1.25rem;
        font-style: italic;
        margin: 0;
        padding: 0;
        display: inline;
        float: none; }
        main .content.gray nav p li:after,
        main .content.gray nav ul li:after {
          content: " /";
          display: inline; }
        main .content.gray nav p li:last-of-type:after,
        main .content.gray nav ul li:last-of-type:after {
          content: none; }
        main .content.gray nav p li.current_page_item a,
        main .content.gray nav p li.current-cat a,
        main .content.gray nav ul li.current_page_item a,
        main .content.gray nav ul li.current-cat a {
          text-decoration: underline; }

@media screen and (max-width: 1023px) {
  main .content.gray {
    padding-left: 20px;
    padding-right: 20px; }
  main.no-mobile-cover .content.gray {
    margin-top: 457px; } }

main .event-calendar.gray {
  margin-top: 457px;
  position: relative;
  z-index: 2;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FAFAFA;
  border-top: 10px solid #69ACD9;
  margin-bottom: 66px; }
  @media screen and (max-width: 1023px) {
    main .event-calendar.gray {
      margin-top: 0; } }
  main .event-calendar.gray .blue_line {
    width: 100%;
    position: absolute;
    left: 0;
    top: -26px;
    z-index: 2; }

@media screen and (max-width: 1023px) {
  main .event-calendar.gray {
    padding-left: 20px;
    padding-right: 20px; }
  main.no-mobile-cover .event-calendar.gray {
    margin-top: 457px; } }

main h1 {
  margin: 0 0 66px 0;
  padding: 0;
  color: #69ACD9;
  font-weight: normal;
  font-size: 3.4375rem;
  line-height: 1; }
  @media screen and (max-width: 1023px) {
    main h1 {
      margin: 0 0 20px;
      font-size: 2.1875rem;
      text-align: center; } }
  @media screen and (min-width: 1024px) {
    main h1 {
      max-width: 48%; }
      .single main h1 {
        max-width: 100%;
        margin-bottom: 0; } }
  main h1 small.smaller {
    line-height: 1;
    font-size: 60%; }

main .posted_on {
  display: block;
  margin: 0 0 66px 0;
  padding-bottom: 66px; }

main h3 {
  margin: 43px 0 43px 0;
  padding: 0;
  color: #69ACD9;
  font-weight: normal;
  font-size: 3rem;
  line-height: 1;
  font-style: italic; }
  @media screen and (max-width: 1023px) {
    main h3 {
      font-size: 2rem; } }
  main h3 a {
    color: #69ACD9;
    text-decoration: none; }
    main h3 a:hover {
      text-decoration: underline; }

main h4 {
  font-size: 1.5rem;
  font-size: 24px;
  display: block;
  margin: 0 0 20px 0;
  line-height: 1;
  padding: 0; }

main p {
  color: #414141;
  font-size: 1rem;
  line-height: 2.125rem;
  margin: 0 0 40px 0; }
  main p:last-of-type {
    margin-bottom: 0; }

main .post-content {
  clear: both; }

main .post-content p:last-of-type {
  margin-bottom: 20px; }

main .post-content p a {
  color: #69ACD9;
  text-decoration: none; }
  main .post-content p a:hover {
    text-decoration: underline; }

body:not(.tribe-events-page-template) main .post-content ul,
body:not(.tribe-events-page-template) main .post-content ol {
  color: #414141;
  font-size: 1rem;
  line-height: 2.125rem;
  margin-top: 0;
  margin-bottom: 40px; }

main .post-content ol.roman {
  list-style-type: none;
  counter-reset: my-list-counter;
  padding: 0; }
  main .post-content ol.roman li {
    display: block;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 70px;
    position: relative; }
    main .post-content ol.roman li:before {
      content: counter(my-list-counter, upper-roman);
      counter-increment: my-list-counter;
      font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
      color: #69ACD9;
      display: inline-block;
      width: 60px;
      height: 32px;
      text-align: center;
      margin: 1px 10px 0 0;
      float: left;
      font-size: 2rem;
      line-height: 2rem;
      position: absolute;
      top: 0;
      left: 0; }

main .post-content p a,
main .post-content ul a,
main .post-content ol a {
  text-decoration: none;
  color: #69ACD9; }

main .post-content blockquote {
  font-size: 1.5rem;
  font-style: italic;
  font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  text-align: center; }

.single main .post-content blockquote {
  font-size: 2.1875rem;
  border-left: 4px solid #69ACD9;
  background: white;
  width: 90%;
  margin: 0 5% 30px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left; }
  @supports (width: calc(100% - 40px)) {
    .single main .post-content blockquote {
      width: calc(100% - 40px);
      margin: 0 20px 30px; } }
  .single main .post-content blockquote p {
    font-size: 2.1875rem; }

main .post-notes {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 60px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f1f1f1; }
  main .post-notes p {
    font-size: 0.625rem;
    margin-bottom: 0;
    line-height: 2; }
    main .post-notes p a {
      color: #69ACD9; }

main .post-content .post-index {
  border: 1px solid #436D8A;
  background: #69ACD9;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 20px 30px;
  width: 250px;
  float: right;
  font-size: 0.875rem;
  font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: static;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in; }
  @media screen and (max-width: 1023px) {
    main .post-content .post-index {
      width: 100%;
      margin: 0 0 20px 0; } }
  main .post-content .post-index li {
    margin: 0 0 10px 0;
    color: white;
    line-height: 1.2; }
    main .post-content .post-index li:last-of-type {
      margin: 0; }
    main .post-content .post-index li a {
      color: white; }
      main .post-content .post-index li a:hover {
        text-decoration: underline; }
  main .post-content .post-index.sticky {
    position: fixed;
    bottom: 40px;
    right: 40px;
    -webkit-box-shadow: 0px 0px 35px #414141;
            box-shadow: 0px 0px 35px #414141;
    -webkit-transition: all 250ms ease-in;
    transition: all 250ms ease-in; }
    @media screen and (max-width: 1023px) {
      main .post-content .post-index.sticky {
        left: 20px;
        right: 20px;
        bottom: 20px;
        width: calc(100% - 40px); } }

main .post-content figure {
  margin: 0; }

main .post-content .wp-block-cover,
main .post-content .wp-block-embed,
main .post-content .wp-block-table,
main .post-content .wp-block-media-text {
  margin-bottom: 20px; }

main .post-content .wp-block-columns {
  margin-bottom: 20px; }
  main .post-content .wp-block-columns p:last-of-type {
    margin-bottom: 0; }
  main .post-content .wp-block-columns figure {
    margin: 0;
    padding: 0;
    position: relative; }
    main .post-content .wp-block-columns figure .blocks-gallery-grid {
      margin: 0; }
    main .post-content .wp-block-columns figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      margin: 0; }
    main .post-content .wp-block-columns figure figcaption {
      display: block;
      text-align: center;
      width: 100%;
      line-height: 1.6;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 10px; }
      main .post-content .wp-block-columns figure figcaption.blocks-gallery-caption {
        color: #69ACD9;
        font-style: italic;
        font-size: 0.75rem; }

main .post-media-attachment {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px; }

main .meta {
  margin-top: 40px;
  width: 100%; }
  main .meta p a {
    color: #69ACD9;
    text-decoration: none; }
    main .meta p a:hover {
      text-decoration: underline; }
  main .meta p.tags {
    line-height: 2; }
  main .meta p.tags a {
    color: white;
    background: #69ACD9;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 4px; }

main .post_navigation {
  width: 100%; }
  main .post_navigation .middle {
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 767px) {
      main .post_navigation .middle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; } }
    main .post_navigation .middle div {
      display: block;
      width: 100%;
      padding: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-style: normal; }
      @media screen and (min-width: 768px) {
        main .post_navigation .middle div {
          width: 50%; } }
      main .post_navigation .middle div strong {
        font-weight: bold;
        display: block;
        text-align: center;
        line-height: 1;
        font-size: 1.25rem; }
      main .post_navigation .middle div .image {
        display: block;
        position: relative;
        margin: 0 0 15px 0;
        padding: 0; }
        main .post_navigation .middle div .image img {
          display: block;
          width: 100%;
          height: auto; }
      main .post_navigation .middle div.left .image:after {
        content: '➔';
        color: white;
        font-size: 5.625rem;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotateY(180deg);
                transform: translate(-50%, -50%) rotateY(180deg); }
      main .post_navigation .middle div.right .image:after {
        content: '➔';
        color: white;
        font-size: 5.625rem;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    main .post_navigation .middle a {
      color: #69ACD9;
      text-decoration: none; }

#grid {
  margin: 0;
  padding: 0;
  list-style: none; }

#grid li {
  margin: 0;
  padding: 0;
  width: 100%; }
  #grid li a {
    display: block;
    width: 100%;
    height: auto; }
    #grid li a img {
      width: 100%;
      height: auto;
      border: none; }

@media screen and (min-width: 769px) {
  #grid li {
    width: 22.85714%;
    float: left;
    margin-right: 2.85714%;
    margin-bottom: 2.85714%; }
    #grid li:nth-child(4n+0) {
      float: right;
      margin-right: 0; }
    @supports (display: grid) {
      #grid li {
        width: 100%; } }
  @supports (display: grid) {
    #grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 30px;
      width: 100%; }
      #grid li {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        width: 100%; } } }

.link-to-pdf {
  text-decoration: none; }
  .link-to-pdf .attachment-title {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    text-align: center;
    color: #414141;
    font-size: 0.875rem;
    text-decoration: none !important; }

#listing {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media screen and (min-width: 768px) {
    @supports (display: grid) {
      #listing.grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        font-weight: bold;
        text-align: center;
        text-transform: uppercase; } } }
  @media screen and (min-width: 768px) {
    @supports (display: grid) {
      .grid-by-2 #listing.grid {
        grid-template-columns: repeat(2, 1fr); } } }
  #listing li {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 0;
    padding: 50px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #EFEDED; }
    #listing li a {
      text-decoration: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative;
      width: 100%;
      float: left; }
      #listing li a.link-to-pdf {
        padding: 0 103px 0 0; }
      #listing li a.link-to-pdf:after {
        content: '';
        display: block;
        width: 64px;
        height: 64px;
        background: url(../img/pdf_listing_icon.svg) no-repeat center center;
        background-size: 63px 63px;
        position: absolute;
        top: 50%;
        margin-top: -32px;
        right: 0; }
        .no-svg #listing li a.link-to-pdf:after {
          background: url(../img/pdf_listing_icon.png) no-repeat center center; }
      #listing li a h4 {
        font-weight: normal;
        margin: 0 0 4px 0;
        padding: 0;
        color: #69ACD9;
        font-size: 1.375rem;
        line-height: 1; }
      #listing li a p {
        font-size: 1rem;
        margin: 0;
        padding: 0;
        line-height: 1.5; }
    #listing li.linkcat h2 {
      margin: 0 0 20px 0;
      font-size: 1.375rem; }
    #listing li.linkcat .blogroll {
      margin: 0;
      padding: 0;
      list-style: none; }
      #listing li.linkcat .blogroll li {
        padding: 0;
        font-size: 1rem;
        margin: 0 0 5px 0;
        background: none !important; }
        #listing li.linkcat .blogroll li:last-of-type {
          margin-bottom: 0; }
        #listing li.linkcat .blogroll li a {
          color: #69ACD9;
          text-decoration: none;
          text-transform: uppercase; }
    #listing li:nth-child(odd) {
      background: #EFEDED; }
    #listing li:nth-child(even) {
      background: #F3F1F1; }

#bottom {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #69ACD9;
  color: white;
  padding: 57px 0 0; }
  #bottom .grid .col {
    width: 100%; }
  @media screen and (min-width: 768px) {
    #bottom .grid .col {
      width: 31.42857%;
      float: left;
      margin-right: 2.85714%;
      margin-bottom: 2.85714%; }
      #bottom .grid .col:nth-child(3n+0) {
        float: right;
        margin-right: 0; }
      @supports (display: grid) {
        #bottom .grid .col {
          width: 100%; } }
    @supports (display: grid) {
      #bottom .grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
        width: 100%;
        grid-auto-flow: dense; }
        #bottom .grid .col {
          padding: 0;
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 0;
          width: 100%; } } }
  #bottom > .middle > .content {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  #bottom h3 {
    color: white;
    margin: 0 0 17px 0;
    padding: 0;
    font-size: 1.75rem;
    font-weight: normal; }
    #bottom h3 a {
      text-decoration: none;
      color: white; }
    #bottom h3.upper-margin {
      margin-top: 40px; }
  #bottom ul {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0; }
    #bottom ul li {
      margin: 0 0 10px 0;
      padding: 0;
      font-size: 0.875rem; }
      #bottom ul li:last-of-type {
        margin-bottom: 0; }
      #bottom ul li a {
        text-decoration: none;
        color: white; }
      #bottom ul li ul {
        margin: 5px 0 0 0;
        display: none; }
        #bottom ul li ul li {
          margin: 0;
          font-size: 0.75rem; }
          #bottom ul li ul li:before {
            content: '-';
            display: inline;
            margin: 0 5px 0 5px; }
  #bottom a.icon {
    display: inline-block;
    width: 44px;
    height: 44px;
    float: left;
    text-indent: -999em;
    margin-right: 18px;
    margin-bottom: 18px; }
    @media screen and (max-width: 1023px) {
      #bottom a.icon {
        margin-right: 2px;
        margin-bottom: 2px; } }
    #bottom a.icon:last-of-type {
      margin-right: 0; }
    #bottom a.icon.facebook {
      background: url(../img/facebook_white.svg) no-repeat center center;
      background-size: 44px 44px; }
      .no-svg #bottom a.icon.facebook {
        background: url(../img/facebook_white.png) no-repeat center center; }
    #bottom a.icon.twitter {
      background: url(../img/twitter_white.svg) no-repeat center center;
      background-size: 44px 44px; }
      .no-svg #bottom a.icon.twitter {
        background: url(../img/twitter_white.png) no-repeat center center; }
    #bottom a.icon.google {
      background: url(../img/google_white.svg) no-repeat center center;
      background-size: 44px 44px; }
      .no-svg #bottom a.icon.google {
        background: url(../img/google_white.png) no-repeat center center; }
    #bottom a.icon.youtube {
      background: url(../img/youtube_white.svg) no-repeat center center;
      background-size: 44px 44px; }
      .no-svg #bottom a.icon.youtube {
        background: url(../img/youtube_white.png) no-repeat center center; }
    #bottom a.icon.flickr {
      background: url(../img/flickr_white.svg) no-repeat center center;
      background-size: 44px 44px; }
      .no-svg #bottom a.icon.flickr {
        background: url(../img/flickr_white.png) no-repeat center center; }
    #bottom a.icon.instagram {
      background: url(../img/instagram_white.svg) no-repeat center center;
      background-size: 44px 44px; }
      .no-svg #bottom a.icon.instagram {
        background: url(../img/instagram_white.png) no-repeat center center; }
    #bottom a.icon.soundcloud {
      background: url(../img/soundcloud_white.svg) no-repeat center center;
      background-size: 44px 44px; }
      .no-svg #bottom a.icon.soundcloud {
        background: url(../img/soundcloud_white.png) no-repeat center center; }
  #bottom .app-download-link {
    display: inline-block;
    vertical-align: top;
    border: 2px solid white;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 20px; }
    #bottom .app-download-link.thinner {
      border: 1px solid white; }
    #bottom .app-download-link:last-of-type {
      margin-right: 0; }
    #bottom .app-download-link img {
      display: block;
      border: none; }
  #bottom footer {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    background: #436D8A;
    color: white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 57px; }
    #bottom footer .middle {
      position: relative;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    #bottom footer p {
      text-transform: uppercase;
      font-size: 0.875rem;
      margin: 22px 0;
      padding: 0; }
      #bottom footer p a {
        text-decoration: none;
        color: white; }
    #bottom footer ul {
      list-style: none;
      display: inline-block;
      width: auto;
      float: right;
      position: absolute;
      top: 0;
      right: 20px; }
      #bottom footer ul li {
        display: inline;
        float: left;
        text-transform: uppercase; }
      #bottom footer ul li:after {
        content: "|";
        display: inline;
        margin: 0 3px; }
      #bottom footer ul li:last-of-type:after {
        content: none; }
      @media screen and (max-width: 1023px) {
        #bottom footer ul {
          position: static;
          float: none;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          -js-display: flex;
          display: flex;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: end;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }

#timeline {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

#timeline .element {
  display: block;
  text-decoration: none;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 50px 0;
  position: relative; }
  #timeline .element h3 {
    color: #69ACD9;
    font-weight: normal;
    line-height: 1;
    font-size: 1.75rem;
    margin: 0 0 10px 0;
    text-align: center;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  @media screen and (max-width: 1023px) {
    #timeline .element h3 {
      font-size: 1.75rem;
      padding: 0 20px;
      margin-bottom: 20px; } }
  #timeline .element p {
    color: #414141;
    margin: 0 0 5px 0;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1rem; }
    #timeline .element p:last-of-type {
      margin-bottom: 0; }
  @media screen and (max-width: 1023px) {
    #timeline .element p {
      padding: 0 20px; } }
  @media screen and (min-width: 768px) {
    #timeline .element:before {
      display: block;
      content: '';
      width: 52px;
      height: 50px;
      background: url(../img/timeline_bullet.svg) no-repeat center center;
      background-size: 52px 50px;
      position: absolute;
      left: 50%;
      margin-left: -26px;
      top: 0;
      z-index: 3; }
      .no-svg #timeline .element:before {
        background: url(../img/timeline_bullet.png) no-repeat center center; }
    #timeline .element.blank:before {
      content: none; }
    #timeline .element:after {
      display: block;
      content: '';
      width: 10px;
      height: 98%;
      background: #D8D8D8;
      position: absolute;
      left: 50%;
      margin-left: -5px;
      top: 2%;
      z-index: 2; }
    #timeline .element.last:after {
      content: none; }
    #timeline .element h3,
    #timeline .element p,
    #timeline .element .image {
      width: 50%; }
    #timeline .element .image img {
      border: none;
      display: block;
      width: 75px;
      height: auto;
      margin: 0; }
    #timeline .element .blank-placeholder {
      width: 100%;
      height: 246px;
      float: left;
      position: relative;
      top: -4%;
      padding: 0 0 90px 0; }
      #timeline .element .blank-placeholder:before {
        display: block;
        content: "";
        width: 10px;
        height: 100%;
        background: #D8D8D8;
        position: absolute;
        left: 50%;
        margin-left: -5px;
        top: 0;
        z-index: 2; }
    #timeline .element .blank-placeholder img {
      width: 282px;
      height: 246px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -123px;
      margin-left: -141px;
      z-index: 3; }
    #timeline .element:nth-child(odd) .image {
      float: left; }
      #timeline .element:nth-child(odd) .image img {
        float: right;
        margin-right: 50px; }
    #timeline .element:nth-child(odd) p,
    #timeline .element:nth-child(odd) h3 {
      float: right;
      clear: right;
      text-align: left; }
    #timeline .element:nth-child(even) p,
    #timeline .element:nth-child(even) h3 {
      float: left;
      clear: left;
      text-align: right; }
    #timeline .element:nth-child(even) .image {
      float: right; }
      #timeline .element:nth-child(even) .image img {
        float: left;
        margin-left: 50px; } }

#timeline.inverted .element:nth-child(odd) h3 {
  float: right; }

#timeline.inverted .element:nth-child(odd) p,
#timeline.inverted .element:nth-child(odd) .image {
  float: left; }

#timeline.inverted .element:nth-child(even) h3 {
  float: left; }

#timeline.inverted .element:nth-child(even) p,
#timeline.inverted .element:nth-child(even) .image {
  float: right; }

.posts-container {
  width: 100%; }
  @supports (display: grid) {
    .posts-container {
      display: grid;
      grid-gap: 20px; }
      @media screen and (min-width: 768px) {
        .posts-container {
          grid-template-columns: repeat(2, 1fr); }
          .posts-container.by-3 {
            grid-template-columns: repeat(3, 1fr); } }
      .category-cor-unum-en .posts-container .post-grid:first-child,
      .category-cor-unum-fr .posts-container .post-grid:first-child,
      .category-cor-unum-es .posts-container .post-grid:first-child {
        grid-column: span 2; } }

.post-grid {
  display: block;
  float: left;
  background: #EFEDED;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .post-grid {
      width: 48.57143%;
      float: left;
      margin-right: 2.85714%;
      margin-bottom: 2.85714%; }
      .post-grid:nth-child(2n+0) {
        float: right;
        margin-right: 0;
        clear: right; }
    .by-3 .post-grid {
      float: none;
      clear: none;
      width: 31.42857%;
      float: left;
      margin-right: 2.85714%;
      margin-bottom: 2.85714%; }
      .by-3 .post-grid:nth-child(3n+0) {
        float: right;
        margin-right: 0;
        clear: right; }
    @supports (display: grid) {
      .post-grid,
      .by-3 .post-grid {
        width: 100%;
        float: none;
        clear: none;
        padding: 0;
        margin: 0; } } }
  .post-grid .image,
  .post-grid figure {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .post-grid .image img,
    .post-grid figure img {
      display: block;
      width: 100%;
      height: auto;
      border: none; }
    .post-grid .image .term_continent,
    .post-grid figure .term_continent {
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 10px 10px 6px 10px;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.75rem;
      z-index: 2; }
    .post-grid .image .media_type,
    .post-grid figure .media_type {
      position: absolute;
      width: 100px;
      height: 100px;
      bottom: 0;
      right: 0;
      display: block;
      z-index: 2; }
      .post-grid .image .media_type span,
      .post-grid figure .media_type span {
        display: block;
        width: 100%;
        float: left;
        text-indent: -999em; }
    .post-grid .image.audio .media_type,
    .post-grid figure.audio .media_type {
      background: url(../img/audio-icon.png) no-repeat 50% 50%;
      background-size: 100px 100px; }
    .post-grid .image.video .media_type,
    .post-grid figure.video .media_type {
      background: url(../img/video-icon.png) no-repeat 50% 50%;
      background-size: 100px 100px; }
    .post-grid .image.gallery .media_type,
    .post-grid figure.gallery .media_type {
      background: url(../img/gallery-icon.png) no-repeat 50% 50%;
      background-size: 100px 100px; }
    .post-grid .image.canada-united-states-en, .post-grid .image.canada-etats-unis-fr, .post-grid .image.canada-estados-unidos-es,
    .post-grid figure.canada-united-states-en,
    .post-grid figure.canada-etats-unis-fr,
    .post-grid figure.canada-estados-unidos-es {
      border-bottom: 4px solid #5a9cde; }
      .post-grid .image.canada-united-states-en .term_continent, .post-grid .image.canada-etats-unis-fr .term_continent, .post-grid .image.canada-estados-unidos-es .term_continent,
      .post-grid figure.canada-united-states-en .term_continent,
      .post-grid figure.canada-etats-unis-fr .term_continent,
      .post-grid figure.canada-estados-unidos-es .term_continent {
        color: white;
        background: #5a9cde; }
    .post-grid .image.latin-america-en, .post-grid .image.amerique-latine-fr, .post-grid .image.america-latina-es,
    .post-grid figure.latin-america-en,
    .post-grid figure.amerique-latine-fr,
    .post-grid figure.america-latina-es {
      border-bottom: 4px solid #a931dd; }
      .post-grid .image.latin-america-en .term_continent, .post-grid .image.amerique-latine-fr .term_continent, .post-grid .image.america-latina-es .term_continent,
      .post-grid figure.latin-america-en .term_continent,
      .post-grid figure.amerique-latine-fr .term_continent,
      .post-grid figure.america-latina-es .term_continent {
        color: white;
        background: #a931dd; }
    .post-grid .image.europe-en, .post-grid .image.europe-fr, .post-grid .image.europa-es,
    .post-grid figure.europe-en,
    .post-grid figure.europe-fr,
    .post-grid figure.europa-es {
      border-bottom: 4px solid #508d3c; }
      .post-grid .image.europe-en .term_continent, .post-grid .image.europe-fr .term_continent, .post-grid .image.europa-es .term_continent,
      .post-grid figure.europe-en .term_continent,
      .post-grid figure.europe-fr .term_continent,
      .post-grid figure.europa-es .term_continent {
        color: white;
        background: #508d3c; }
    .post-grid .image.africa-madagascar-en, .post-grid .image.afrique-madagascar-fr, .post-grid .image.africa-madagascar-es,
    .post-grid figure.africa-madagascar-en,
    .post-grid figure.afrique-madagascar-fr,
    .post-grid figure.africa-madagascar-es {
      border-bottom: 4px solid #c83415; }
      .post-grid .image.africa-madagascar-en .term_continent, .post-grid .image.afrique-madagascar-fr .term_continent, .post-grid .image.africa-madagascar-es .term_continent,
      .post-grid figure.africa-madagascar-en .term_continent,
      .post-grid figure.afrique-madagascar-fr .term_continent,
      .post-grid figure.africa-madagascar-es .term_continent {
        color: white;
        background: #c83415; }
    .post-grid .image.asia-oceania-en, .post-grid .image.asie-oceanie-fr, .post-grid .image.asia-oceania-es,
    .post-grid figure.asia-oceania-en,
    .post-grid figure.asie-oceanie-fr,
    .post-grid figure.asia-oceania-es {
      border-bottom: 4px solid #dbb72a; }
      .post-grid .image.asia-oceania-en .term_continent, .post-grid .image.asie-oceanie-fr .term_continent, .post-grid .image.asia-oceania-es .term_continent,
      .post-grid figure.asia-oceania-en .term_continent,
      .post-grid figure.asie-oceanie-fr .term_continent,
      .post-grid figure.asia-oceania-es .term_continent {
        color: white;
        background: #dbb72a; }
    .post-grid .image.general-administration-en, .post-grid .image.administration-generale-fr, .post-grid .image.administracion-general-es,
    .post-grid figure.general-administration-en,
    .post-grid figure.administration-generale-fr,
    .post-grid figure.administracion-general-es {
      border-bottom: 4px solid #4f4f4f; }
      .post-grid .image.general-administration-en .term_continent, .post-grid .image.administration-generale-fr .term_continent, .post-grid .image.administracion-general-es .term_continent,
      .post-grid figure.general-administration-en .term_continent,
      .post-grid figure.administration-generale-fr .term_continent,
      .post-grid figure.administracion-general-es .term_continent {
        color: white;
        background: #4f4f4f; }
    .post-grid .image.vatican-en, .post-grid .image.vatican-fr, .post-grid .image.vaticano-es,
    .post-grid figure.vatican-en,
    .post-grid figure.vatican-fr,
    .post-grid figure.vaticano-es {
      border-bottom: 4px solid #CDCDCD; }
      .post-grid .image.vatican-en .term_continent, .post-grid .image.vatican-fr .term_continent, .post-grid .image.vaticano-es .term_continent,
      .post-grid figure.vatican-en .term_continent,
      .post-grid figure.vatican-fr .term_continent,
      .post-grid figure.vaticano-es .term_continent {
        color: #514646;
        background: #CDCDCD; }
    .post-grid .image.omiworld-en, .post-grid .image.omiworld-fr, .post-grid .image.omiworld-es,
    .post-grid figure.omiworld-en,
    .post-grid figure.omiworld-fr,
    .post-grid figure.omiworld-es {
      border-bottom: 4px solid #436D8A; }
      .post-grid .image.omiworld-en .term_continent, .post-grid .image.omiworld-fr .term_continent, .post-grid .image.omiworld-es .term_continent,
      .post-grid figure.omiworld-en .term_continent,
      .post-grid figure.omiworld-fr .term_continent,
      .post-grid figure.omiworld-es .term_continent {
        color: white;
        background: #436D8A; }
    .post-grid .image .media_tag,
    .post-grid figure .media_tag {
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 10px 10px 6px 10px;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.75rem;
      z-index: 2;
      color: white;
      background: #69ACD9; }
  .post-grid .wrap {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 1023px) {
      .post-grid .wrap {
        padding: 20px; } }
  .post-grid h4 {
    font-size: 1.625rem;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 10px 0;
    padding: 0; }
    .post-grid h4 a {
      color: #69ACD9;
      text-decoration: none; }
  .post-grid p {
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1.5; }
    .post-grid p a {
      color: #69ACD9;
      text-decoration: none; }
      .post-grid p a:hover {
        text-decoration: underline; }
    .post-grid p.time span {
      color: #69ACD9; }
    .post-grid p.tags a {
      color: white;
      background: #69ACD9;
      display: inline-block;
      padding: 0 10px;
      margin-bottom: 4px; }
  .post-grid time {
    color: #69ACD9;
    font-size: 1rem;
    font-style: italic;
    font-weight: bold;
    display: block;
    margin: 20px 0; }
  .post-grid a.button {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    margin: 20px auto 0;
    color: white;
    background: #69ACD9;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    font-size: 0.875rem; }
    .post-grid a.button span:first-of-type {
      text-transform: uppercase; }
    .post-grid a.button span:last-of-type {
      font-weight: bold; }

.blocks {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .blocks h3 {
    display: block;
    width: 100%;
    color: white;
    font-weight: normal;
    font-style: italic;
    font-size: 3rem;
    margin: 0;
    padding: 26px 0;
    line-height: 1;
    background: #69ACD9;
    text-align: center;
    clear: both; }
    @media screen and (max-width: 1023px) {
      .blocks h3 {
        font-size: 2.375rem; } }
  .blocks h4 {
    display: block;
    width: 100%;
    color: white;
    font-weight: normal;
    font-size: 1.75rem;
    margin: 0;
    padding: 16px 0;
    line-height: 1;
    background: #436D8A;
    text-align: center;
    clear: both; }
  .blocks .block {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .blocks .block img {
      width: 50%;
      margin: 0;
      padding: 0;
      height: auto;
      float: left; }
      @media screen and (max-width: 1023px) {
        .blocks .block img {
          width: 100%; } }
    .blocks .block .block-content {
      width: 50%;
      height: 100%;
      float: right;
      display: -webkit-box;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 1.125rem;
      line-height: 2.125rem;
      padding: 35px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (max-width: 1023px) {
        .blocks .block .block-content {
          width: 100%; } }
      .blocks .block .block-content a {
        color: #414141;
        text-decoration: none; }
        .blocks .block .block-content a:hover {
          color: #69ACD9; }
    .blocks .block.alt img {
      float: right; }
    .blocks .block.alt .block-content {
      float: left; }
  .blocks .col_grid_by_3 img {
    width: 100%;
    height: auto; }

.blocks .small-blocks .block-content {
  width: 100%;
  padding: 0; }
  .blocks .small-blocks .block-content p {
    font-size: 0.75rem; }

.block .col_grid_by_3 {
  text-align: center;
  padding-bottom: 20px; }
  .block .col_grid_by_3 .block-content {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal; }
  .block .col_grid_by_3 img {
    margin-bottom: 20px; }
  .block .col_grid_by_3 span {
    display: block;
    line-height: 1;
    font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    font-size: 1.375rem;
    margin: 0 0 30px 0; }
    .block .col_grid_by_3 span:nth-child(2) {
      font-family: "Lato", sans-serif;
      font-size: 0.875rem; }
    .block .col_grid_by_3 span a {
      text-decoration: none;
      color: #414141;
      font-size: 1.125rem; }
      .block .col_grid_by_3 span a:hover {
        color: #69ACD9; }
  .block .col_grid_by_3 p {
    padding: 0;
    font-size: 1.5rem;
    margin: 0 0 30px 0;
    line-height: 1; }

#search-area {
  width: 100%;
  height: 100%;
  height: 100vh;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #000000;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #search-area form {
    width: 90%;
    max-width: 600px;
    background: white;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      #search-area form {
        padding: 10px; } }
  #search-area input#s {
    width: 100%;
    height: 76px;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
    margin: 0;
    border: none;
    outline: none;
    background: none;
    color: #69ACD9;
    font-style: italic;
    font-size: 1.625rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media screen and (max-width: 767px) {
      #search-area input#s {
        font-size: 1rem; } }
  #search-area input[type="submit"] {
    display: block;
    width: 46px;
    height: 76px;
    background: url(../img/search.svg) no-repeat 50% 50%;
    background-size: 46px 47px;
    color: transparent;
    border: none;
    padding: 0;
    outline: none; }
    .no-svg #search-area input[type="submit"] {
      background: url(../img/search.png) no-repeat center center; }
    #search-area input[type="submit"]:hover {
      cursor: pointer; }

.list,
.wp-block-table table {
  width: 100%;
  margin: 0;
  padding: 0; }
  .list *,
  .wp-block-table table * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .list.space,
  .wp-block-table table.space {
    margin-bottom: 70px; }
    .list.space:list-style,
    .wp-block-table table.space:list-style {
      margin-bottom: 0; }
  .list td,
  .list th,
  .wp-block-table table td,
  .wp-block-table table th {
    padding: 10px;
    text-align: left;
    font-size: 0.875rem; }
  @media screen and (min-width: 768px) {
    .page-template-tp_anniversaries .list td,
    .page-template-tp_anniversaries .list th, .page-template-tp_anniversaries
    .wp-block-table table td,
    .page-template-tp_anniversaries
    .wp-block-table table th {
      width: 25%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  .list td a,
  .wp-block-table table td a {
    color: #414141;
    text-decoration: none; }
    .list td a:hover,
    .wp-block-table table td a:hover {
      color: #69ACD9; }
  .list th,
  .wp-block-table table th {
    font-weight: normal;
    font-size: 0.75rem;
    text-transform: uppercase; }
  @media screen and (max-width: 1023px) {
    .list thead,
    .wp-block-table table thead {
      display: none; } }
  @media screen and (min-width: 768px) {
    .list th,
    .wp-block-table table th {
      background: #69ACD9;
      color: white; } }
  .list tr:nth-child(odd),
  .wp-block-table table tr:nth-child(odd) {
    background: #D8D8D8; }
    .list tr:nth-child(odd) td,
    .wp-block-table table tr:nth-child(odd) td {
      background: #D8D8D8;
      color: #414141; }
  .list tr:nth-child(even),
  .wp-block-table table tr:nth-child(even) {
    background: #FAFAFA; }
    .list tr:nth-child(even) td,
    .wp-block-table table tr:nth-child(even) td {
      background: #FAFAFA;
      color: #414141; }
  .list tr.total td,
  .wp-block-table table tr.total td {
    font-weight: bold; }
  @media screen and (max-width: 1023px) {
    .list td,
    .wp-block-table table td {
      width: 100%;
      display: block; }
      .list td:before,
      .wp-block-table table td:before {
        content: attr(title);
        display: block;
        font-weight: bold; } }
  .list td span.hide,
  .wp-block-table table td span.hide {
    display: none; }
  .list.align-top td,
  .wp-block-table table.align-top td {
    vertical-align: top; }
  .list.centered th,
  .list.centered td,
  .wp-block-table table.centered th,
  .wp-block-table table.centered td {
    text-align: center; }

.pager {
  position: relative;
  left: -50%;
  float: right;
  text-align: left; }
  .pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    padding: 0;
    margin: 60px 0 20px;
    font-size: 1.75rem; }
    .pager ul li {
      display: inline;
      margin: 0 5px 0 5px;
      padding: 0;
      text-transform: uppercase; }
      .pager ul li a {
        color: #69ACD9;
        text-decoration: none; }
        .pager ul li a:hover {
          text-decoration: underline; }
    @media screen and (max-width: 1023px) {
      .pager ul li {
        display: none; }
        .pager ul li:first-of-type, .pager ul li:last-of-type {
          display: inline; } }

#reserved_search {
  width: 100%;
  float: left;
  background: #D8D8D8;
  color: #414141;
  position: relative;
  margin-bottom: 40px;
  font-size: 1rem; }
  #reserved_search input[type="text"] {
    width: 100%;
    height: 55px;
    line-height: 1;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: none;
    border: none;
    outline: none; }
  #reserved_search input[type="submit"] {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 20px;
    z-index: 9;
    display: block;
    width: 25px;
    height: 26px;
    background: url(../img/search.svg) no-repeat center center;
    background-size: 25px 26px;
    color: transparent;
    border: none;
    outline: none; }
    .no-svg #reserved_search input[type="submit"] {
      background: url(../img/search.png) no-repeat center center; }

#letter_filter {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center; }
  #letter_filter span,
  #letter_filter a {
    display: inline-block;
    text-decoration: none;
    width: 77px;
    height: 77px;
    text-align: center;
    line-height: 4.8125rem;
    font-size: 2rem;
    margin: 2px;
    text-transform: uppercase;
    font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    float: left;
    background: #69ACD9;
    color: white; }
    #letter_filter span:hover, #letter_filter span.current,
    #letter_filter a:hover,
    #letter_filter a.current {
      cursor: pointer;
      background: #69acd9;
      background: rgba(105, 172, 217, 0.5); }

main .login_form_wrapper {
  width: 440px;
  margin: 0 auto;
  background: white; }
  @media screen and (max-width: 479px) {
    main .login_form_wrapper {
      width: calc(100% - 40px);
      margin: 0 20px; } }
  main .login_form_wrapper .head {
    width: 100%;
    float: left;
    padding: 40px 40px 10px 40px;
    background: white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #FAFAFA; }
    main .login_form_wrapper .head h2 {
      text-transform: uppercase;
      color: #69ACD9;
      font-size: 0.875rem;
      margin: 0;
      padding: 0; }
    main .login_form_wrapper .head a {
      position: absolute;
      top: 40px;
      right: 40px;
      color: #414141;
      text-decoration: none;
      font-size: 0.875rem;
      font-size: bold; }
      @media screen and (max-width: 767px) {
        main .login_form_wrapper .head a {
          position: static;
          color: black; } }
  main .login_form_wrapper #loginform,
  main .login_form_wrapper #registerform {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 30px 40px 40px;
    background: white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      main .login_form_wrapper #loginform,
      main .login_form_wrapper #registerform {
        padding: 30px 10px 40px; } }
    main .login_form_wrapper #loginform p,
    main .login_form_wrapper #registerform p {
      margin: 0 0 40px 0;
      padding: 0;
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      position: relative; }
      main .login_form_wrapper #loginform p.login-remember,
      main .login_form_wrapper #registerform p.login-remember {
        display: none; }
      main .login_form_wrapper #loginform p:last-of-type,
      main .login_form_wrapper #registerform p:last-of-type {
        margin-bottom: 0; }
      main .login_form_wrapper #loginform p.login-username label,
      main .login_form_wrapper #loginform p.login-password label,
      main .login_form_wrapper #loginform p.login-email label,
      main .login_form_wrapper #loginform p.login-first-name label,
      main .login_form_wrapper #loginform p.login-last-name label,
      main .login_form_wrapper #registerform p.login-username label,
      main .login_form_wrapper #registerform p.login-password label,
      main .login_form_wrapper #registerform p.login-email label,
      main .login_form_wrapper #registerform p.login-first-name label,
      main .login_form_wrapper #registerform p.login-last-name label {
        color: #414141;
        text-transform: uppercase;
        font-size: 1rem;
        margin: 0;
        padding: 0;
        line-height: 1;
        position: absolute;
        top: 20px;
        left: 20px;
        -webkit-transition: top 250ms linear, left 250ms linear, font-size 250ms linear;
        transition: top 250ms linear, left 250ms linear, font-size 250ms linear; }
      main .login_form_wrapper #loginform p.login-username.focused label,
      main .login_form_wrapper #loginform p.login-password.focused label,
      main .login_form_wrapper #loginform p.login-email.focused label,
      main .login_form_wrapper #loginform p.login-first-name.focused label,
      main .login_form_wrapper #loginform p.login-last-name.focused label,
      main .login_form_wrapper #registerform p.login-username.focused label,
      main .login_form_wrapper #registerform p.login-password.focused label,
      main .login_form_wrapper #registerform p.login-email.focused label,
      main .login_form_wrapper #registerform p.login-first-name.focused label,
      main .login_form_wrapper #registerform p.login-last-name.focused label {
        font-size: 0.625rem;
        top: -15px;
        left: 10px;
        -webkit-transition: top 250ms linear, left 250ms linear, font-size 250ms linear;
        transition: top 250ms linear, left 250ms linear, font-size 250ms linear; }
      main .login_form_wrapper #loginform p label.error,
      main .login_form_wrapper #loginform p.focused label.error,
      main .login_form_wrapper #registerform p label.error,
      main .login_form_wrapper #registerform p.focused label.error {
        right: 10px;
        color: red;
        text-align: right; }
      main .login_form_wrapper #loginform p input[type="text"],
      main .login_form_wrapper #loginform p input[type="password"],
      main .login_form_wrapper #loginform p input[type="email"],
      main .login_form_wrapper #registerform p input[type="text"],
      main .login_form_wrapper #registerform p input[type="password"],
      main .login_form_wrapper #registerform p input[type="email"] {
        outline: none;
        border: none;
        padding: 0 20px;
        font-size: 1rem;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height: 54px;
        line-height: 1;
        color: #414141;
        background: #D8D8D8; }
      main .login_form_wrapper #loginform p input[type="text"].error,
      main .login_form_wrapper #loginform p input[type="password"].error,
      main .login_form_wrapper #loginform p input[type="email"].error,
      main .login_form_wrapper #registerform p input[type="text"].error,
      main .login_form_wrapper #registerform p input[type="password"].error,
      main .login_form_wrapper #registerform p input[type="email"].error {
        border: 1px solid red; }
      main .login_form_wrapper #loginform p input[type="submit"],
      main .login_form_wrapper #registerform p input[type="submit"] {
        outline: none;
        border: none;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        background: #69ACD9;
        color: white;
        font-size: 1.375rem;
        height: 54px;
        line-height: 1;
        font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
        font-weight: normal; }

p.center.clear {
  display: block;
  text-align: center;
  clear: both; }
  p.center.clear a {
    font-size: 1.25rem;
    color: #69ACD9;
    text-decoration: none;
    font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    font-weight: bold; }

#splash {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  background: #69acd9;
  background: rgba(105, 172, 217, 0.9);
  z-index: -1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-in, z-index 1000ms ease-in;
  transition: opacity 1000ms ease-in, z-index 1000ms ease-in; }
  #splash.visible {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    z-index: 10;
    -webkit-transition: opacity 1000ms ease-in, z-index 1000ms ease-in;
    transition: opacity 1000ms ease-in, z-index 1000ms ease-in; }
  #splash h3 {
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 1.625rem;
    line-height: 1;
    font-weight: normal; }
  #splash blockquote {
    margin: 0 20px;
    padding: 0;
    max-width: calc(480px - 40px); }
    #splash blockquote p {
      margin: 0 0 25px 0;
      padding: 0;
      line-height: 1;
      font-size: 4.5rem;
      font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
      font-style: italic; }
      @media screen and (max-width: 1023px) {
        #splash blockquote p {
          font-size: 3.25rem; } }
    #splash blockquote cite {
      font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
      font-weight: bold;
      line-height: 1;
      font-size: 1.625rem; }
      #splash blockquote cite:before {
        display: inline;
        content: '—';
        margin-right: 10px; }

.calendar_wrapper {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  margin-bottom: 40px; }

.calendar {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: white;
  font-size: 0.75rem;
  text-transform: uppercase; }
  .calendar td,
  .calendar th {
    padding: 20px 10px; }
  .calendar thead th {
    color: #414141;
    font-size: 1.125rem;
    color: #414141;
    text-align: center; }
    .calendar thead th.control a {
      color: #D8D8D8;
      text-decoration: none;
      display: block; }
  .calendar td.calendar-day-head {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .calendar td.calendar-day-head:before {
        content: attr(title);
        display: block; }
      .calendar td.calendar-day-head span {
        display: none; } }
  .calendar td.day {
    color: #D8D8D8;
    text-align: center; }
    .calendar td.day a {
      color: #414141;
      text-decoration: none;
      display: block; }
      .calendar td.day a:hover {
        text-decoration: underline; }
    .calendar td.day.active {
      background: #69ACD9; }
      .calendar td.day.active a {
        color: white;
        background: #69ACD9; }
    .calendar td.day.current a {
      font-weight: bold; }

.reserved-docs a {
  display: block;
  text-decoration: none;
  color: #414141;
  margin: 40px 0; }
  .reserved-docs a img {
    width: 100px;
    height: auto;
    border: none;
    display: block;
    margin: 0 auto 20px auto; }
  .reserved-docs a h4 {
    margin-bottom: 20px;
    font-size: 1.125rem;
    font-family: "Lato", sans-serif;
    line-height: 1.5; }
  .reserved-docs a p {
    font-size: 0.875rem;
    margin: 0;
    line-height: 1.5; }

#personel-pdf {
  margin: 0 0 20px 0;
  display: block;
  width: 100%;
  background: #D8D8D8;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left; }
  #personel-pdf div {
    width: 280px;
    margin: 0 auto; }
    #personel-pdf div img {
      border: none;
      width: 80px;
      height: auto;
      display: block;
      float: left; }
    #personel-pdf div div {
      float: left;
      width: 200px;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center; }
      #personel-pdf div div a {
        width: 100%;
        display: block;
        color: #69ACD9;
        text-align: center;
        font-weight: bold;
        text-decoration: none; }
        #personel-pdf div div a:before {
          content: '';
          display: block;
          width: 64px;
          height: 64px;
          background: url(../img/pdf_listing_icon.svg) no-repeat center center;
          background-size: 63px 63px;
          margin: 0 auto 10px; }
          .no-svg #personel-pdf div div a:before {
            background: url(../img/pdf_listing_icon.png) no-repeat center center; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

@media screen and (max-width: 1023px) {
  .aligncenter,
  .alignleft,
  .alignright {
    float: none;
    clear: both;
    margin: 5px 0 20px 0;
    width: 100%;
    height: auto; } }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

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

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

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

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

.wp-caption.alignright {
  margin: 5px 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: 0.6875rem;
  line-height: 1.0625rem;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

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

/* ==========================================================================
   Media Queries
   ========================================================================== */
.full,
.row {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

@media screen and (min-width: 768px) {
  .col_1_2 {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%; }
  .col_2_2 {
    width: 48.57143%;
    float: right;
    margin-right: 0; }
  .col_1_3 {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%; }
  .col_2_3 {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%; }
  .col_3_3 {
    width: 31.42857%;
    float: right;
    margin-right: 0; }
  .col_full {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .col_grid_by_3 {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%; }
    .col_grid_by_3:nth-child(3n+0) {
      float: right;
      margin-right: 0; }
  .col_grid_by_2 {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .col_grid_by_2:nth-child(2n+0) {
      float: right;
      margin-right: 0; }
  .col_grid_by_4 {
    width: 22.85714%;
    float: left;
    margin-right: 2.85714%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .col_grid_by_4:nth-child(4n+0) {
      float: right;
      margin-right: 0; }
  @supports (display: grid) {
    .grid.by-2 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px; }
      .grid.by-2 > div {
        width: 100%;
        margin: 0;
        padding: 0;
        float: none;
        clear: none; }
    .grid.by-4 {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 20px; }
      .grid.by-4 > div {
        width: 100%;
        margin: 0;
        padding: 0;
        float: none;
        clear: none; } } }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

iframe {
  max-width: 100%; }

#form_name_control,
#select_month {
  position: absolute;
  bottom: -24px;
  right: 0;
  padding: 0 5px;
  text-transform: lowercase;
  font-size: 1rem;
  line-height: 1em;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex; }
  #form_name_control label,
  #select_month label {
    display: inline-block;
    float: left;
    font-size: 1rem;
    line-height: 1.5rem;
    height: 24px;
    color: #69ACD9;
    margin: 0 5px 0 10px; }
  #form_name_control select,
  #select_month select {
    display: inline-block;
    float: left;
    width: auto;
    line-height: 1em;
    margin: 0;
    font-size: 1rem;
    text-transform: lowercase; }

.daily-quote,
.daily-reflection,
.weekly-anecdote,
.st-eugene-blog {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px; }

.daily-quote > div,
.daily-reflection > div,
.weekly-anecdote > div,
.st-eugene-blog > div {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white; }

.daily-quote {
  grid-area: quote; }
  .daily-quote blockquote {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    .daily-quote blockquote p {
      margin: 0 0 25px 0;
      padding: 0;
      line-height: 1;
      font-size: 3rem;
      font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
      font-style: italic;
      max-width: 480px; }
    .daily-quote blockquote cite {
      font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
      font-weight: bold;
      line-height: 1;
      font-size: 1.625rem;
      color: #69ACD9; }
      .daily-quote blockquote cite:before {
        display: inline;
        content: '—';
        margin-right: 10px;
        color: #414141; }
      @media screen and (min-width: 960px) {
        .daily-quote blockquote cite {
          -ms-flex-item-align: right;
              align-self: right; } }

.daily-reflection {
  grid-area: reflection; }
  .daily-reflection blockquote {
    border-left: 4px solid #69ACD9;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 40px 0; }
  .daily-reflection em {
    display: block;
    text-align: right;
    color: #69ACD9;
    line-height: 1.5; }

.st-eugene-blog {
  grid-area: st-eugene-blog; }
  .st-eugene-blog h4 a {
    color: #414141; }
  .st-eugene-blog p a {
    color: #69ACD9; }

.weekly-anecdote {
  grid-area: anecdote; }
  .weekly-anecdote blockquote {
    border-left: 4px solid #69ACD9;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0; }
  .weekly-anecdote p a {
    text-decoration: none;
    color: #69ACD9; }
    .weekly-anecdote p a:hover {
      text-decoration: underline; }

@media screen and (min-width: 960px) {
  @supports (display: grid) {
    #inspirations {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 40px;
      grid-template-rows: auto;
      grid-template-areas: "quote reflection" "anecdote st-eugene-blog"; }
    #inspirations > div {
      margin-bottom: 0; } } }

.at-share-btn-elements {
  margin-top: 40px; }

.page-template-tp_daily_inspirations .weekly-photograph .wp-caption {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin: 0;
  border: none;
  width: 100% !important;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .page-template-tp_daily_inspirations .weekly-photograph .wp-caption img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto; }
  .page-template-tp_daily_inspirations .weekly-photograph .wp-caption p.wp-caption-text {
    padding: 20px 0;
    font-size: 1rem; }
  @media screen and (min-width: 960px) {
    .page-template-tp_daily_inspirations .weekly-photograph .wp-caption.alignleft img {
      width: 66.66667%;
      float: left; }
    .page-template-tp_daily_inspirations .weekly-photograph .wp-caption.alignleft .wp-caption-text {
      width: 33.33333%;
      float: right;
      margin-right: 0;
      padding: 0 0 0 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: left; } }

@media screen and (max-width: 1023px) {
  .single-post .post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px; } }

.freeHtmlMapbottom .freeHtmlMapContainer {
  clear: both; }

.fm-map-container > a,
.fm-map-container svg text {
  display: none !important; }

ul.no-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.no-list li {
    margin: 0 0 10px 0;
    padding: 0;
    display: block; }
    ul.no-list li:last-of-type {
      margin-bottom: 0; }

#bottom .wpcf7 {
  width: 100%;
  margin: 0 0 40px 0; }
  #bottom .wpcf7 form {
    width: 100%;
    margin: 0; }
    #bottom .wpcf7 form p {
      margin: 0; }
    #bottom .wpcf7 form * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    #bottom .wpcf7 form label,
    #bottom .wpcf7 form input[type="email"],
    #bottom .wpcf7 form input[type="submit"] {
      display: block; }
    #bottom .wpcf7 form ::-webkit-input-placeholder {
      color: white;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      opacity: .8; }
    #bottom .wpcf7 form ::-moz-placeholder {
      color: white;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      opacity: .8; }
    #bottom .wpcf7 form ::-ms-input-placeholder {
      color: white;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      opacity: .8; }
    #bottom .wpcf7 form ::placeholder {
      color: white;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      opacity: .8; }
    #bottom .wpcf7 form label {
      font-size: 0.875rem; }
    #bottom .wpcf7 form input[type="email"] {
      border: 1px solid white;
      padding: 10px;
      width: 100%;
      color: white;
      background: none;
      outline: none;
      max-width: 240px;
      font-size: 0.875rem;
      margin-bottom: 10px; }
      @media screen and (max-width: 1023px) {
        #bottom .wpcf7 form input[type="email"] {
          font-size: 1rem; } }
    #bottom .wpcf7 form input[type="submit"] {
      padding: 10px;
      width: 100%;
      color: #69ACD9;
      background: white;
      border: none;
      outline: none;
      max-width: 240px;
      font-size: 0.875rem;
      text-transform: uppercase;
      font-weight: bold; }
  #bottom .wpcf7 .ajax-loader {
    display: none; }

a[data-flickr-embed="true"] {
  display: block;
  width: 100%; }
  a[data-flickr-embed="true"] img {
    display: block;
    width: 100%;
    height: auto; }

.post-content a.button {
  display: inline-block;
  color: white;
  padding: 20px;
  background-color: #69ACD9;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 20px 20px 0;
  border: none;
  outline: none;
  font-size: 1.25rem;
  text-align: center; }
  .post-content a.button:hover {
    text-decoration: none; }

.alignnone,
.aligncenter {
  max-width: 100%;
  height: auto; }

#cookie-bar {
  background: #fbf2c2;
  height: auto;
  line-height: 1.5rem;
  color: #414141;
  text-align: center;
  padding: 3px 0; }

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99999; }

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
  z-index: 999; }

#cookie-bar p {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em; }
  #cookie-bar p:after {
    content: " ";
    display: block;
    clear: both; }

#cookie-bar a {
  color: #69ACD9;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  margin-left: 0; }

#cookie-bar .cb-enable {
  background: url(../img/cross_cookie.svg) no-repeat center center;
  background-size: 20px 20px;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 15px; }

.no-svg #cookie-bar .cb-enable {
  background: url(../img/cross_cookie.png) no-repeat center center; }

#cookie-bar .cb-enable:hover {
  cursor: pointer; }

#cookie-bar .cb-disable {
  background: #990000; }

#cookie-bar .cb-disable:hover {
  background: #bb0000; }

#cookie-bar .cb-policy {
  background: #0033bb; }

#cookie-bar .cb-policy:hover {
  background: #0055dd; }

.wpcf7-response-output {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 0;
  max-width: 240px; }

.page-template-tp_profile #message {
  margin: 0 0 20px 0;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  clear: both; }

.page-template-tp_profile form.acf-form {
  width: 440px;
  margin: 0 auto;
  background: white; }
  @media screen and (max-width: 479px) {
    .page-template-tp_profile form.acf-form {
      width: calc(100% - 40px);
      margin: 0 20px; } }
  .page-template-tp_profile form.acf-form .acf-field,
  .page-template-tp_profile form.acf-form .acf-form-submit {
    padding: 20px 40px;
    border: none; }
    @media screen and (max-width: 767px) {
      .page-template-tp_profile form.acf-form .acf-field,
      .page-template-tp_profile form.acf-form .acf-form-submit {
        padding: 20px 10px; } }
  .page-template-tp_profile form.acf-form label {
    color: #69ACD9;
    font-size: 1rem;
    font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif; }
  .page-template-tp_profile form.acf-form input[type="text"],
  .page-template-tp_profile form.acf-form input[type="password"] {
    outline: none;
    border: none;
    padding: 0 20px;
    font-size: 1rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 54px;
    line-height: 1;
    color: #414141;
    background: #D8D8D8; }
  .page-template-tp_profile form.acf-form input[type="submit"] {
    outline: none;
    border: none;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background: #69ACD9;
    color: white;
    font-size: 1.375rem;
    height: 54px;
    line-height: 1;
    font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    font-weight: normal; }

.wpcf7-display-none {
  display: none; }

.social_icons {
  margin-bottom: 20px; }
  .social_icons h3 {
    color: #69acd9;
    margin: 25px 0 0;
    display: block;
    text-align: center;
    padding: 0;
    font-size: 1.75rem;
    font-weight: 400; }

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .icons a {
    margin: 20px; }
    @media screen and (max-width: 767px) {
      .icons a {
        margin: 5vw 2vw; } }
    .icons a svg {
      width: 30px;
      height: 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -o-object-fit: cover;
         object-fit: cover; }
      @media screen and (max-width: 767px) {
        .icons a svg {
          width: 10vw;
          height: 10vw; } }
      .icons a svg.facebook {
        fill: #1877F2;
        background: white; }
      .icons a svg.twitter {
        fill: #1DA1F2;
        background: white; }
      .icons a svg.instagram {
        fill: #E4405F;
        background: white; }
      .icons a svg.youtube {
        fill: #FF0000;
        background: white; }
      .icons a svg.flickr {
        fill: #0063DC;
        background: white; }
      .icons a svg.soundcloud {
        fill: #FF3300;
        background: white; }

.st-eugene-blog blockquote {
  color: #414141;
  font-size: 1rem;
  border-left: 2px solid #69ACD9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px; }

.tribe-events-event-image img {
  width: 100%;
  height: auto;
  display: block; }

.page-template-tp_home_v2 .content,
.page-template-tp_home_v3 .content {
  background: none; }

.page-template-tp_home_v2 #top header,
.page-template-tp_home_v3 #top header {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .page-template-tp_home_v2 #top header .big_logo,
    .page-template-tp_home_v3 #top header .big_logo {
      display: block;
      margin: 40px 20px 60px;
      width: 225px;
      height: 35px;
      text-decoration: none; }
      .page-template-tp_home_v2 #top header .big_logo em,
      .page-template-tp_home_v3 #top header .big_logo em {
        display: block;
        width: 225px;
        height: 35px;
        background: url(../img/logo-home.svg) no-repeat 50%;
        background-size: 225px 35px;
        float: left;
        text-indent: -999em;
        position: relative;
        z-index: 1; }
        .no-svg .page-template-tp_home_v2 #top header .big_logo em, .no-svg
        .page-template-tp_home_v3 #top header .big_logo em {
          background: url(../img/logo-home.png) no-repeat center center; }
      .page-template-tp_home_v2 #top header .big_logo:hover,
      .page-template-tp_home_v3 #top header .big_logo:hover {
        cursor: pointer; } }
  @media screen and (min-width: 769px) {
    .page-template-tp_home_v2 #top header .big_logo,
    .page-template-tp_home_v3 #top header .big_logo {
      display: block;
      margin: 80px 0 30px 20px;
      width: 318px;
      height: 107px;
      float: left;
      position: relative;
      z-index: 2; }
      .page-template-tp_home_v2 #top header .big_logo em,
      .page-template-tp_home_v3 #top header .big_logo em {
        display: block;
        width: 318px;
        height: 107px;
        background: url(../img/logo_full_v2.svg) no-repeat center center;
        background-size: 318px 107px;
        float: left;
        text-indent: -999em; }
        .no-svg .page-template-tp_home_v2 #top header .big_logo em, .no-svg
        .page-template-tp_home_v3 #top header .big_logo em {
          background: url(../img/logo_full_v2.png) no-repeat center center;
          background-size: 318px 107px; }
    .page-template-tp_home_v2 #top header:after,
    .page-template-tp_home_v3 #top header:after {
      content: '';
      display: block;
      width: 194px;
      height: 290px;
      background: url(../img/cross_vertical.jpg) no-repeat;
      background-size: 194px 290px;
      position: absolute;
      left: 310px;
      top: -50px;
      z-index: 1; }
      .no-svg .page-template-tp_home_v2 #top header:after, .no-svg
      .page-template-tp_home_v3 #top header:after {
        background: url(../img/cross_vertical.jpg) no-repeat; } }

#top .motto {
  position: absolute;
  bottom: 34px;
  right: 0;
  font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-style: italic;
  font-size: 1rem; }
  @media screen and (max-width: 767px) {
    #top .motto {
      width: 100%;
      display: block;
      text-align: center;
      font-size: 0.875rem;
      bottom: 20px; } }

#top .search_button {
  display: block;
  width: 34px;
  height: 35px;
  background: url(../img/search.svg) no-repeat center center;
  background-size: 34px 35px;
  position: absolute;
  top: 36px;
  right: 110px; }
  .no-svg #top .search_button {
    background: url(../img/search.png) no-repeat center center; }
  .page-template-tp_home_v2 #top .search_button {
    width: 46px;
    height: 47px;
    background: url(../img/search.svg) no-repeat center center;
    background-size: 46px 47px;
    position: absolute;
    top: unset;
    bottom: 80px;
    right: 20px; }
    .no-svg .page-template-tp_home_v2 #top .search_button {
      background: url(../img/search.png) no-repeat center center; }
    @media screen and (max-width: 1023px) {
      .page-template-tp_home_v2 #top .search_button {
        bottom: 62px;
        width: 26px;
        height: 27px;
        background-size: 26px 27px; } }
  #top .search_button:hover {
    cursor: pointer; }

@media screen and (max-width: 735px) {
  .blue_claim #menu-header-menu {
    display: none; } }

#news_row_v2 {
  width: 100%;
  float: left;
  clear: both; }
  #news_row_v2 .content .block {
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%; }
    @media screen and (min-width: 769px) {
      #news_row_v2 .content .block {
        width: 50%;
        float: left;
        height: 420px; } }
    #news_row_v2 .content .block .news {
      display: block;
      text-decoration: none;
      position: relative;
      width: 100%;
      height: 100%;
      color: white;
      font-weight: normal; }
      #news_row_v2 .content .block .news img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; }
        @media screen and (max-width: 767px) {
          #news_row_v2 .content .block .news img {
            min-height: 450px; } }
      #news_row_v2 .content .block .news .text {
        position: absolute;
        background: #000000;
        background: rgba(0, 0, 0, 0.3);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        #news_row_v2 .content .block .news .text h3 {
          color: white !important;
          font-weight: 400;
          font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
          font-size: 1.125rem;
          margin: auto 0 10px 0; }
          #news_row_v2 .content .block .news .text h3 > * {
            color: white !important; }
        #news_row_v2 .content .block .news .text p {
          margin: 0 0 10px 0;
          font-size: 0.75rem;
          max-width: 800px; }
        #news_row_v2 .content .block .news .text span {
          border-bottom: 1px solid #69ACD9;
          line-height: 1.5; }
    #news_row_v2 .content .block .half {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      height: 420px; }
      @media screen and (min-width: 769px) {
        #news_row_v2 .content .block .half {
          height: 210px; } }
    #news_row_v2 .content .block .carousel-home {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #news_row_v2 .content .block .carousel-home .carousel-cell {
        width: 100%;
        height: 100%;
        display: block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        @media screen and (min-width: 769px) {
          #news_row_v2 .content .block .carousel-home .carousel-cell {
            width: 50%; } }
        #news_row_v2 .content .block .carousel-home .carousel-cell .news {
          display: block;
          border-top: 0;
          border-bottom: 0;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          width: 100%;
          height: 100%;
          position: relative; }
          #news_row_v2 .content .block .carousel-home .carousel-cell .news img {
            display: block;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: 50% 50%;
               object-position: 50% 50%; }
          #news_row_v2 .content .block .carousel-home .carousel-cell .news h3 {
            font-weight: 400;
            font-size: 0.875rem;
            padding: 0;
            margin: auto 0 10px; }
          #news_row_v2 .content .block .carousel-home .carousel-cell .news p {
            font-size: 0.75rem; }
          #news_row_v2 .content .block .carousel-home .carousel-cell .news .text {
            display: block;
            width: auto;
            height: auto;
            background: none;
            bottom: 0;
            left: 0;
            top: unset;
            z-index: 3; }
          #news_row_v2 .content .block .carousel-home .carousel-cell .news:after {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            background: #000000;
            background: rgba(0, 0, 0, 0.15);
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1; }
          #news_row_v2 .content .block .carousel-home .carousel-cell .news span {
            border-bottom: 1px solid #69ACD9;
            line-height: 1.5; }

.grid-links-section .content {
  float: left;
  width: 100%; }

.grid-links-section h3 {
  color: #69ACD9;
  margin: 50px 0;
  display: block;
  text-align: center;
  padding: 0;
  font-size: 1.75rem;
  font-weight: normal; }
  .grid-links-section h3 a {
    text-decoration: none;
    color: #69ACD9; }

.grid-links-section .text-links {
  margin-bottom: 50px; }
  .grid-links-section .text-links a {
    margin: 0;
    padding: 0;
    float: none;
    clear: none; }
  .grid-links-section .text-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      .grid-links-section .text-links ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; } }
    .grid-links-section .text-links ul li {
      margin: 0;
      padding: 0; }
      .grid-links-section .text-links ul li a {
        color: white;
        font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
        font-weight: 400;
        font-size: 1.5rem;
        font-style: italic;
        margin: 10px;
        text-decoration: none; }

.grid-links-section .link-grid {
  width: 100%; }
  @supports (display: grid) {
    .grid-links-section .link-grid {
      display: grid; }
      @media screen and (min-width: 769px) {
        .grid-links-section .link-grid {
          grid-template-columns: repeat(3, 1fr);
          grid-gap: 20px;
          margin-bottom: 100px; } }
      .grid-links-section .link-grid a {
        width: 100%;
        margin: 0;
        padding: 0;
        float: none;
        clear: none;
        position: relative; } }
  .grid-links-section .link-grid a {
    text-decoration: none;
    color: white;
    display: block;
    position: relative;
    overflow: hidden; }
    .grid-links-section .link-grid a img {
      border: none;
      display: block;
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: -webkit-transform 250ms ease-in;
      transition: -webkit-transform 250ms ease-in;
      transition: transform 250ms ease-in;
      transition: transform 250ms ease-in, -webkit-transform 250ms ease-in; }
    .grid-links-section .link-grid a:hover img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      -webkit-transition: -webkit-transform 250ms ease-in;
      transition: -webkit-transform 250ms ease-in;
      transition: transform 250ms ease-in;
      transition: transform 250ms ease-in, -webkit-transform 250ms ease-in; }
    .grid-links-section .link-grid a h4 {
      color: white;
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 1.5rem;
      z-index: 3;
      margin: 0;
      padding: 15px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-weight: 400;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
      -webkit-transition: text-shadow 250ms ease-in-out;
      transition: text-shadow 250ms ease-in-out; }
    .grid-links-section .link-grid a:hover h4 {
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
      -webkit-transition: text-shadow 250ms ease-in-out;
      transition: text-shadow 250ms ease-in-out; }
    .grid-links-section .link-grid a:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: #000000;
      background: rgba(0, 0, 0, 0.15);
      -webkit-transition: background 250ms ease-in-out;
      transition: background 250ms ease-in-out;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
    .grid-links-section .link-grid a:hover:after {
      background: #000000;
      background: rgba(0, 0, 0, 0);
      -webkit-transition: background 250ms ease-in-out;
      transition: background 250ms ease-in-out; }

.grid-links-section .icon-links {
  width: 100%;
  margin-bottom: 100px; }
  @supports (display: grid) {
    .grid-links-section .icon-links {
      display: grid;
      grid-gap: 40px; }
      @media screen and (min-width: 769px) {
        .grid-links-section .icon-links {
          grid-template-columns: repeat(3, 1fr); } }
      .grid-links-section .icon-links > a {
        width: 100%;
        margin: 0;
        padding: 0;
        float: none;
        clear: none; } }
  .grid-links-section .icon-links a {
    text-decoration: none;
    color: #69ACD9;
    display: block;
    position: relative;
    font-size: 1.25rem;
    margin: 0;
    padding: 0;
    font-weight: 400;
    display: block;
    text-align: center;
    font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif; }
    .grid-links-section .icon-links a img {
      border: none;
      display: block;
      margin: 0 auto 20px; }

#our_charism_v2 .content {
  background: url(../img/ourcharism_background.jpg) no-repeat top center;
  background-size: cover; }

#our_charism_v2 .link-grid {
  width: 100%; }
  @supports (display: grid) {
    #our_charism_v2 .link-grid {
      display: grid; }
      @media screen and (min-width: 769px) {
        #our_charism_v2 .link-grid {
          grid-template-columns: repeat(3, 1fr);
          grid-gap: 20px;
          margin-bottom: 100px; } } }

@media screen and (max-width: 767px) {
  #our_charism_v2 {
    padding: 0 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

#our_family_v2 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  clear: both;
  background: url(../img/our_family_background.jpg) no-repeat;
  background-size: cover; }
  #our_family_v2 h3 {
    color: white; }
    #our_family_v2 h3 a {
      text-decoration: none;
      color: white; }
  #our_family_v2 .link-grid {
    width: 100%; }
    @media screen and (min-width: 769px) {
      #our_family_v2 .link-grid {
        margin-bottom: 100px; } }
    @supports (display: grid) {
      #our_family_v2 .link-grid {
        display: grid; }
        @media screen and (min-width: 769px) {
          #our_family_v2 .link-grid {
            grid-template-columns: repeat(5, 1fr);
            grid-gap: 20px; } } }
  @media screen and (max-width: 767px) {
    #our_family_v2 {
      padding: 0 20px 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

#our_mission_v2 .content {
  background: url(../img/ourcharism_background.jpg) no-repeat bottom center;
  background-size: cover; }

@media screen and (max-width: 767px) {
  #our_mission_v2 {
    padding: 0 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

#daily_inspirations_v2 {
  background: url(../img/daily_inspiration_v2.jpg) no-repeat;
  background-size: cover; }
  #daily_inspirations_v2 h3 {
    color: white; }
    #daily_inspirations_v2 h3 a {
      text-decoration: none;
      color: white; }
  #daily_inspirations_v2 .button {
    color: #69ACD9;
    background: white;
    font-style: italic;
    font-size: 1.25rem;
    text-decoration: none;
    display: block;
    padding: 15px 0;
    line-height: 1;
    width: 200px;
    text-align: center;
    margin: 50px auto 50px; }

#news_media_v2 .content {
  background: url(../img/maps_background..jpg) no-repeat;
  background-size: cover; }

#news_media_v2 .link-grid {
  width: 100%; }
  @media screen and (min-width: 769px) {
    #news_media_v2 .link-grid {
      margin-bottom: 100px; } }
  @supports (display: grid) {
    #news_media_v2 .link-grid {
      display: grid; }
      @media screen and (min-width: 769px) {
        #news_media_v2 .link-grid {
          grid-template-columns: repeat(2, 1fr);
          grid-gap: 20px; } } }

@media screen and (max-width: 767px) {
  #news_media_v2 {
    padding: 0 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

#resources_v2 {
  background: url(../img/resouces_background..jpg) no-repeat;
  background-size: cover;
  border-top: 5px solid #69ACD9; }

.carousel-flash-news .slides {
  display: block;
  width: 100%;
  clear: both;
  border-bottom: 4px solid white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .carousel-flash-news .slides .carousel-cell {
    display: block;
    width: 100%; }
    .carousel-flash-news .slides .carousel-cell .item {
      display: block;
      text-decoration: none;
      color: white;
      width: 100%;
      position: relative; }
      .carousel-flash-news .slides .carousel-cell .item img {
        width: 100%;
        height: auto;
        display: block;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center; }
        @media screen and (min-width: 768px) {
          .carousel-flash-news .slides .carousel-cell .item img {
            max-height: 546px; } }
      .carousel-flash-news .slides .carousel-cell .item .post-data {
        position: absolute;
        padding: 30px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        background: #000000;
        background: rgba(0, 0, 0, 0.5);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        text-align: center; }
        @media screen and (max-width: 767px) {
          .carousel-flash-news .slides .carousel-cell .item .post-data {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; } }
        @media screen and (min-width: 768px) {
          .carousel-flash-news .slides .carousel-cell .item .post-data {
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); } }
        .carousel-flash-news .slides .carousel-cell .item .post-data h2 {
          font-size: 1.625rem;
          font-weight: 400;
          margin: 0 0 20px 0;
          line-height: 1.1; }
        .carousel-flash-news .slides .carousel-cell .item .post-data p {
          font-size: 1.125rem;
          margin: 0 0 20px 0; }
        .carousel-flash-news .slides .carousel-cell .item .post-data span {
          border-bottom: 1px solid #69ACD9;
          line-height: 1.5;
          font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
          font-style: italic;
          font-size: 1.125rem; }
  @media screen and (max-width: 767px) {
    .carousel-flash-news .slides .flickity-prev-next-button {
      display: none; } }

.home-news-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 767px) {
    .home-news-banners {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column; } }
  .home-news-banners a {
    text-decoration: none;
    color: white;
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .home-news-banners a {
        border-top: 2px solid white;
        border-bottom: 2px solid white; }
        .home-news-banners a:first-of-type {
          border-top: none; }
        .home-news-banners a:last-of-type {
          border-bottom: none; } }
    @media screen and (min-width: 768px) {
      .home-news-banners a {
        border-right: 2px solid white;
        border-left: 2px solid white; }
        .home-news-banners a:first-of-type {
          border-left: none; }
        .home-news-banners a:last-of-type {
          border-right: none; } }
    .home-news-banners a img {
      width: 100%;
      height: auto;
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: -webkit-transform 250ms ease-in;
      transition: -webkit-transform 250ms ease-in;
      transition: transform 250ms ease-in;
      transition: transform 250ms ease-in, -webkit-transform 250ms ease-in; }
      @media screen and (max-width: 767px) {
        .home-news-banners a img {
          width: 100vw;
          max-height: calc(100vh / 5); } }
    .home-news-banners a:hover img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      -webkit-transition: -webkit-transform 250ms ease-in;
      transition: -webkit-transform 250ms ease-in;
      transition: transform 250ms ease-in;
      transition: transform 250ms ease-in, -webkit-transform 250ms ease-in; }
    .home-news-banners a .text {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: #000000;
      background: rgba(0, 0, 0, 0.15);
      -webkit-transition: background 250ms ease-in-out;
      transition: background 250ms ease-in-out;
      color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
      .home-news-banners a .text h5 {
        font-weight: normal;
        font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
        font-size: 1.125rem;
        margin: 0;
        line-height: 1.1; }
    .home-news-banners a:hover .text {
      background: #000000;
      background: rgba(0, 0, 0, 0);
      -webkit-transition: background 250ms ease-in-out;
      transition: background 250ms ease-in-out;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }
    .home-news-banners a .label {
      position: absolute;
      top: 10px;
      right: 10px;
      display: inline-block;
      padding: 5px 10px;
      background: #69ACD9;
      color: white;
      font-weight: bold;
      letter-spacing: .05em;
      text-transform: lowercase; }
      .home-news-banners a .label.color1 {
        background: #69ACD9; }
      .home-news-banners a .label.color2 {
        background: #dbb72a; }
      .home-news-banners a .label.color3 {
        background: #508d3c; }
      .home-news-banners a .label.color4 {
        background: #c83415; }
      .home-news-banners a .label.color5 {
        background: #a931dd; }

.news-ticker {
  min-height: 40px; }
  .news-ticker ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%; }
    .news-ticker ul li {
      margin: 0;
      padding: 5px 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 1rem;
      text-align: center;
      display: block; }
      .news-ticker ul li a {
        color: white;
        font-weight: bold;
        text-decoration: none; }

#quote_of_the_day_v3 {
  background: #69ACD9; }
  #quote_of_the_day_v3 h3 {
    color: white;
    font-size: 1.75rem;
    font-weight: 400;
    margin: 20px 0 0 0; }
    #quote_of_the_day_v3 h3 a {
      text-decoration: none;
      color: white; }
  #quote_of_the_day_v3 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  #quote_of_the_day_v3 blockquote {
    font-size: 1.5rem;
    font-family: Garamond, "Adobe Garamond Pro", Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    font-style: italic;
    color: white; }
    #quote_of_the_day_v3 blockquote small {
      font-family: "Lato", sans-serif; }

#map_v2 {
  border-top: 5px solid #69ACD9;
  min-height: 180px; }
  #map_v2 h3 {
    color: #69ACD9;
    margin: 50px 0;
    display: block;
    text-align: center;
    padding: 0;
    font-size: 1.75rem;
    font-weight: normal; }
    #map_v2 h3 a {
      text-decoration: none;
      color: #69ACD9; }

.mapael .map {
  position: relative; }

.mapael .mapTooltip {
  position: absolute;
  background-color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: .7;
  border-radius: 10px;
  padding: 10px;
  z-index: 1000;
  max-width: 200px;
  display: none;
  color: #343434;
  font-size: 1rem; }

/* For all zoom buttons */
.mapael .zoomButton {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #69ACD9;
  width: 40px;
  height: 40px;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  top: 0;
  font-weight: bold;
  left: 10px;
  font-size: 1.25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none; }

/* Reset Zoom button first */
.mapael .zoomReset {
  top: 10px; }

/* Then Zoom In button */
.mapael .zoomIn {
  top: 60px; }

/* Then Zoom Out button */
.mapael .zoomOut {
  top: 110px; }

.omi-popup {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000000;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999; }
  .omi-popup.active {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex; }
  .omi-popup .content {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: white;
    position: relative; }
    .omi-popup .content > img {
      width: 100%;
      height: auto; }
      @media screen and (min-width: 600px) {
        .omi-popup .content > img {
          width: 600px; } }
    .omi-popup .content h3 {
      color: #69ACD9;
      background: white;
      margin: 20px 0 20px 0;
      font-weight: 400;
      font-size: 1.25rem;
      line-height: 1;
      text-align: center;
      display: block; }
      @media screen and (min-width: 600px) {
        .omi-popup .content h3 {
          position: absolute;
          top: 50px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          background: white;
          z-index: 2;
          font-size: 1.5rem;
          width: 60%;
          padding: 10px;
          display: block;
          margin: 0; } }
    .omi-popup .content .text {
      padding: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (min-width: 600px) {
        .omi-popup .content .text {
          width: 48.5%;
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          background: white;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          z-index: 1; } }
      .omi-popup .content .text > .wpcf7 {
        width: 100%; }
    .omi-popup .content .close {
      position: absolute;
      top: 20px;
      right: 20px;
      display: inline-block;
      width: 19px;
      height: 17px;
      background: url(../img/burger_close.svg) center center/19px 17px no-repeat;
      z-index: 3; }
      .no-svg .omi-popup .content .close {
        background: url(../img/burger_close.png) no-repeat center center; }
      .omi-popup .content .close:hover {
        cursor: pointer; }
    .omi-popup .content form {
      display: -webkit-box;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column; }
      .omi-popup .content form p {
        display: -webkit-box;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        margin: 0; }
      .omi-popup .content form label {
        margin-bottom: 15px;
        font-size: 0.875rem;
        text-align: center; }
      .omi-popup .content form input {
        font-size: 1rem;
        color: #414141;
        border: 1px solid #D8D8D8;
        outline: none;
        padding: 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%; }
      .omi-popup .content form input[type="submit"] {
        background: #69ACD9;
        border: 1px solid #69ACD9;
        color: white;
        font-weight: 400;
        margin-top: 20px;
        width: 100%; }

@media screen and (min-width: 1024px) {
  .tribe-events-calendar-list__event-row:nth-child(odd) .tribe-events-calendar-list__event-featured-image-wrapper {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; } }

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

/*# sourceMappingURL=style.min.css.map */
