/*
Theme Name: Lake Babine Theme
Theme URI: https://kunstudios.com
Description: Custom theme for Lake Babine built on Basic Starter Theme by BlueLime Media
Version: 1.0

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
More information: http://codex.wordpress.org/Theme_Review#Licensing

Author: Krisztina Kun
Author URI: https://kunstudios.com
*
*
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

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

html, body {
  overflow-x: hidden; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

ol, ul {
  list-style: none; }

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

caption, th, td {
  font-weight: 400;
  text-align: left; }

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

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

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

a img {
  border: 0; }

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -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-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */ }

body,
button,
input,
select,
textarea {
  color: #231F20;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.5; }

p {
  margin-bottom: 10px; }

.text--small {
  font-size: 16px; }

@font-face {
  font-family: 'caritaregular';
  src: url("fonts/carita_regular-webfont.woff2") format("woff2"), url("fonts/carita_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

b, strong {
  font-weight: 700; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 75%;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-size: 75%;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

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

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

a {
  color: #D02128;
  -webkit-transition: 0.2s, ease-in-out;
  transition: 0.2s, ease-in-out; }
  a:visited {
    color: #D02128; }
  a:hover, a:focus, a:active {
    color: #231F20; }
  a.link__more, a.comment-reply-link {
    text-decoration: none; }
    a.link__more:after, a.comment-reply-link:after {
      content: "\00bb";
      padding-left: 5px; }
  a.button {
    background: #D02128;
    border: 1px solid #D02128;
    border-radius: 2px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 5px 40px;
    text-decoration: none; }
    a.button:hover {
      background: #333;
      border-color: #333; }
    a.button:focus, a.button:active {
      border-color: #ccc; }

h1, h2, h3 {
  clear: both;
  color: #D02128;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 700; }

h4, h5, h6 {
  clear: both;
  color: #231F20;
  font-family: "caritaregular", Georgia, Times, "Times New Roman", serif;
  font-weight: 700; }

h1 {
  font-size: 48px;
  margin: 0 0 20px; }
  h1.site-title {
    margin: 0; }

h2 {
  font-size: 32px;
  margin: 15px 0; }
  h2 a {
    text-decoration: none; }
    h2 a:hover {
      text-decoration: underline; }

h3 {
  font-size: 28px;
  margin: 15px 0; }

h3.postdate {
  color: #231F20; }

h4 {
  font-size: 28px;
  color: #231F20;
  margin: 15px 0; }
  h4.title__sidebar {
    border-bottom: 1px solid #eee;
    text-transform: uppercase; }

h5, h6 {
  font-size: 24px;
  margin: 10px 0;
  color: #231F20; }

blockquote {
  color: #231F20;
  font-style: italic;
  margin: 0.5em 0;
  padding: 0.5em 1em 0; }
  blockquote p {
    font-size: 32px;
    margin-bottom: 0.75em; }
    @media screen and (max-width: 30em) {
      blockquote p {
        font-size: 28px; } }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

.no-padding-list, .main__nav ul, .page__nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: 700; }

td, th {
  padding: 3px 5px; }

/* Main Layout
---------------------------*/
.row {
  width: 100%; }

.container, .container--narrow, .site__header--wrapper {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1200px; }
  .container:before, .container--narrow:before, .site__header--wrapper:before, .container:after, .container--narrow:after, .site__header--wrapper:after {
    content: "";
    display: table; }
  .container:after, .container--narrow:after, .site__header--wrapper:after {
    clear: both; }
  @media screen and (min-width: 37.5em) {
    .container, .container--narrow, .site__header--wrapper {
      max-width: 1440px; } }

.container--narrow {
  max-width: 1000px; }
  @media screen and (min-width: 37.5em) {
    .container--narrow {
      margin: 10px auto 30px; } }

.site__main {
  padding: 30px 2%; }

.block__left {
  float: left; }

.block__right {
  float: left; }
  @media screen and (min-width: 37.5em) {
    .block__right {
      float: right; } }

.content {
  width: 100%; }
  @media screen and (min-width: 37.5em) {
    .content {
      width: 65%; } }

.sidebar {
  width: 100%; }
  @media screen and (min-width: 37.5em) {
    .sidebar {
      width: 25%; } }

.content__fourofour {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  padding-top: 50px;
  padding-bottom: 200px;
  width: 100%; }

.site__header {
  color: #231F20; }
  @media screen and (min-width: 48em) {
    .site__header {
      padding: 20px 0;
      max-width: 1390px;
      margin: auto; } }

.site__header--wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .site__header--wrapper .site__branding {
    -webkit-box-ordinal-group: 3;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .site__header--wrapper .site__nav {
    -webkit-box-ordinal-group: 2;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  @media screen and (min-width: 37.5em) {
    .site__header--wrapper .site__branding {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .site__header--wrapper .site__nav {
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; } }
  @media screen and (min-width: 48em) {
    .site__header--wrapper {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center; }
      .site__header--wrapper .site__branding {
        width: 25%; }
      .site__header--wrapper .site__nav {
        width: 75%; } }

.site__title {
  margin: 0; }
  .site__title a {
    background: url("https://www.lakebabine.com/wp-content/uploads/2023/08/LBN-Logo-1.png") no-repeat;
    display: block;
    width: 290px;
    height: 106px;
    margin: 10px auto;
    text-indent: -9999px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .site__title a {
        /* on retina, use image that's scaled by 2 */
        background-image: url("https://www.lakebabine.com/wp-content/uploads/2023/08/LBN-Logo-1.png");
        background-size: 290px 106px; } }
    @media screen and (min-width: 48em) {
      .site__title a {
        margin: 0;
        padding: 0; } }

.site__description {
  display: none;
  margin: 0; }

.main__nav ul {
  text-align: center;
  text-transform: uppercase; }
  @media screen and (min-width: 48em) {
    .main__nav ul {
      text-align: right;
      font-size: 15px; } }
  .main__nav ul li {
    display: inline-block;
    position: relative; }
    .main__nav ul li:hover {
      color: #fff;
      background: #D02128; }
    .main__nav ul li:hover ul {
      display: block; }
    .main__nav ul li a {
      color: #231F20;
      display: block;
      padding: 5px 15px;
      text-decoration: none; }
      .main__nav ul li a:hover {
        background: #D02128;
        color: #fff; }

.main__nav ul ul {
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  z-index: 99999; }
  .main__nav ul ul ul {
    top: 0;
    left: 100%; }
  .main__nav ul ul a {
    color: #231F20;
    width: 200px; }
    .main__nav ul ul a:hover, .main__nav ul ul a:focus {
      background: #D02128;
      color: #fff; }

.main__nav .current_page_item > a,
.main__nav .current-menu-item > a,
.main__nav .current_page_ancestor > a,
.main__nav .current_page_parent > a,
.main__nav .current_page_item > a:hover,
.main__nav .current-menu-item > a:hover,
.main__nav .current_page_item > a:focus,
.main__nav .current-menu-item > a:focus {
  background: #D02128;
  color: #fff; }

.main__nav ul ul .current_page_parent,
.main__nav .current_page_parent .current_page_item > a {
  background: #D02128;
  color: #231F20; }
  .main__nav ul ul .current_page_parent:hover,
  .main__nav .current_page_parent .current_page_item > a:hover {
    background: #D02128;
    color: #fff; }

.page__nav {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  max-width: 485px;
  margin-top: 30px; }
  .page__nav ul {
    display: inline-block;
    text-align: left;
    margin-right: 0;
    border: none;
    width: 360px; }
    .page__nav ul li {
      background: #D02128;
      border-top: white 1px solid;
      padding-left: 10px; }
      .page__nav ul li:hover {
        background: #D9BDC4; }
      .page__nav ul li a {
        color: #231F20;
        text-decoration: none;
        padding: 5px 10px;
        display: block; }
        .page__nav ul li a:hover {
          color: #231F20; }
  .page__nav ul ul li {
    background: #D9BDC4;
    margin-left: -10px;
    margin-right: 10px; }
    .page__nav ul ul li:hover {
      background: #D02128; }
    .page__nav ul ul li a {
      color: #231F20;
      padding: 5px 10px; }
      .page__nav ul ul li a:hover {
        background: #D02128; }
  .page__nav ul ul .current_page_parent,
  .page__nav .current_page_parent .current_page_item > a {
    background: #D02128;
    color: #231F20; }
    .page__nav ul ul .current_page_parent:hover,
    .page__nav .current_page_parent .current_page_item > a:hover {
      background: #D02128;
      color: #231F20; }
  @media screen and (min-width: 48em) {
    .page__nav {
      font-size: 24px;
      margin: 0;
      margin-top: 30px; }
      .page__nav ul {
        width: 250px; } }
  @media screen and (min-width: 1440px) {
    .page__nav {
      margin: 30px 0 0 25px; } }

.unclickable > a:hover {
  cursor: default; }

/*** 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; }

.sf-menu > li {
  float: left; }

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

/*** 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 a.sf-with-ul:after {
  content: ' ';
  position: relative;
  top: 50%;
  right: -2em;
  font-size: 9px;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5); }

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

.main__nav--toggle {
  cursor: pointer;
  display: none;
  padding: 10px; }

@media screen and (max-width: 37.5em) {
  .main__nav--toggle {
    background: #231F20;
    border: none;
    color: #fff;
    display: inline-block;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    margin: 0;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    width: 100%; }
    .main__nav--toggle a,
    .main__nav--toggle a:hover {
      color: #fff;
      text-decoration: none; }
    .main__nav--toggle:before {
      content: '\2261';
      margin-right: 10px; } }

.page__nav--toggle {
  cursor: pointer;
  display: none;
  padding: 10px; }

@media screen and (max-width: 37.5em) {
  .page__nav--toggle {
    background: #D02128;
    border: none;
    color: #fff;
    display: inline-block;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    margin: 0;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    min-width: 350px; }
    .page__nav--toggle a,
    .page__nav--toggle a:hover {
      color: #fff;
      text-decoration: none; }
    .page__nav--toggle:before {
      content: '\2261';
      margin-right: 10px; } }

@media screen and (max-width: 37.5em) {
  .main__nav.toggled .nav-menu {
    display: block; }
  .main__nav ul {
    display: none;
    padding-left: 0;
    text-align: left; }
    .main__nav ul li {
      display: block;
      border-top: 1px solid #eee; }
      .main__nav ul li a {
        background: #231F20;
        color: #fff;
        padding: 10px 20px; }
        .main__nav ul li a:hover {
          background: rgba(35, 31, 32, 0.8); }
    .main__nav ul ul,
    .main__nav ul ul ul {
      -webkit-box-shadow: none;
              box-shadow: none;
      position: relative;
      top: inherit;
      left: 0;
      display: block;
      float: none;
      width: 100%; }
      .main__nav ul ul li,
      .main__nav ul ul ul li {
        border: none; }
    .main__nav ul ul a {
      padding-left: 40px;
      width: 100%; }
    .main__nav ul ul ul a {
      padding-left: 60px; }
  .main__nav .current_page_item > a,
  .main__nav .current-menu-item > a,
  .main__nav .current_page_ancestor > a,
  .main__nav .current_page_item > a:hover,
  .main__nav .current-menu-item > a:hover,
  .main__nav .current_page_item > a:focus,
  .main__nav .current-menu-item > a:focus {
    background: #231F20;
    color: #fff; }
  .main__nav ul ul .current_page_parent,
  .main__nav .current_page_parent .current_page_item > a {
    background: #231F20;
    color: #fff; }
    .main__nav ul ul .current_page_parent:hover,
    .main__nav .current_page_parent .current_page_item > a:hover {
      background: rgba(35, 31, 32, 0.8);
      color: #fff; } }

@media screen and (max-width: 37.5em) {
  .page__nav.toggled .nav-menu {
    display: block;
    width: 100%; }
  .page__nav ul {
    display: none;
    padding-left: 0; } }

.homehero {
  margin: 0 auto;
  width: 1390px; }

@media screen and (min-width: 60em) {
  .second-section {
    background: url("images/HOME-background.png") no-repeat;
    display: block;
    background-position: right;
    max-width: 1440px;
    min-height: 650px;
    margin: 0 auto;
    padding-bottom: 30px; } }

.home-left {
  width: 65%; }

.bookflexhome {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 60em) {
    .bookflexhome {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .bookflexhome a {
    text-decoration: none; }

.home-featured {
  position: relative;
  display: inline-block; }
  .home-featured h3.home {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 100;
    background: rgba(208, 33, 40, 0.7);
    text-align: center;
    color: #fff;
    width: 98vw;
    margin-bottom: 10px; }
    @media screen and (min-width: 48em) {
      .home-featured h3.home {
        width: 440px; } }
  .home-featured:hover {
    -webkit-transition: background 0.4s ease-in-out 0s;
    transition: background 0.4s ease-in-out 0s; }
    .home-featured:hover h3.home {
      height: 335px;
      margin-top: 0;
      padding-top: 125px; }

.home-featured-img {
  position: relative;
  width: 98vw;
  display: inline-block;
  z-index: 1; }
  @media screen and (min-width: 48em) {
    .home-featured-img {
      width: 440px; } }

.home-background {
  background: rgba(248, 234, 2, 0.2);
  margin: auto; }
  @media screen and (min-width: 48em) {
    .home-background {
      width: 1440px;
      min-height: 500px; } }

.content__area-home {
  width: 100%;
  margin: auto;
  padding: 25px 0; }
  .content__area-home h1, .content__area-home h2, .content__area-home h3 {
    font-family: "caritaregular", Georgia, Times, "Times New Roman", serif;
    color: #231F20; }
  @media screen and (min-width: 48em) {
    .content__area-home {
      width: 1390px; } }

.events-feed-item {
  width: 95%;
  margin: auto; }
  @media screen and (min-width: 48em) {
    .events-feed-item {
      width: 450px;
      margin: 0;
      display: inline-block; } }

.eventflex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.eventgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
  grid-gap: 15px;
  padding: 0 0 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }
  .eventgrid:before {
    display: none; }

h2.home-community {
  font-family: "caritaregular", Georgia, Times, "Times New Roman", serif;
  color: #231F20;
  text-align: center;
  font-weight: normal; }

h3.month {
  font-size: 40px;
  margin: 0 20px 0 0;
  width: 30%; }

h2.event-home,
h3.postdate {
  margin: 0; }

.event-summary {
  width: 65%; }

@media screen and (min-width: 48em) {
  .events-section {
    width: 40%; } }

@media screen and (min-width: 48em) {
  .news-section {
    width: 40%;
    display: inline-block; } }

.news-section-full {
  width: 100%; }
  .news-section-full .blog-content {
    width: 100%; }
    @media screen and (min-width: 48em) {
      .news-section-full .blog-content {
        display: inline-block;
        width: 750px;
        -ms-flex-item-align: start;
            align-self: flex-start; } }

h3.community {
  border-top: 1px solid #eee; }
  h3.community:first-of-type {
    border-top: none; }

.eventroll .featured-image {
  width: 100%; }
  @media screen and (min-width: 48em) {
    .eventroll .featured-image {
      min-width: 1000px; } }

.eventroll h3 {
  font-size: 24px; }

.featured-image-blog {
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 5px; }

.blog-content {
  width: 100%; }
  @media screen and (min-width: 48em) {
    .blog-content {
      display: inline-block;
      width: 285px;
      -ms-flex-item-align: start;
          align-self: flex-start; } }

h2.title__post-blog {
  margin-top: 0; }

.morelink {
  width: 25%;
  display: inline-block;
  float: right; }
  .morelink a {
    text-decoration: none;
    font-weight: bold; }

.pagehero {
  margin: 0 auto;
  width: 1390px;
  max-height: 350px;
  overflow: hidden; }

.pageflex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 48em) {
    .pageflex {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -moz-align-items: flex-start;
      align-items: flex-start; } }

.page-content {
  width: 100%; }
  @media screen and (min-width: 48em) {
    .page-content {
      margin: 30px 25px 0 2%;
      width: 60%; } }
  @media screen and (min-width: 64em) {
    .page-content {
      margin: 30px 25px 0 2%;
      width: 70%; } }

.subpages {
  max-width: 480px; }
  .subpages a {
    text-decoration: none; }
    .subpages a:hover {
      text-decoration: underline;
      color: #D02128; }

.communities-content {
  width: 100%; }
  @media screen and (min-width: 48em) {
    .communities-content {
      width: 100%;
      display: inline-block; } }

.comm-map {
  width: 400px;
  display: inline-block; }

.acf-map {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
  height: 350px;
  border: #ccc solid 1px;
  margin: 0; }
  @media screen and (min-width: 48em) {
    .acf-map {
      width: 400px; } }

.slick-slider {
  max-width: 750px; }

#clicface-chart .clicface-jOrgChart {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap; }

h1.events-title {
  display: block;
  width: 100%; }

.eventdetails {
  width: 100%; }
  @media screen and (min-width: 48em) {
    .eventdetails {
      display: inline-block;
      width: 55%; } }

.post {
  border-top: 1px solid #eee;
  padding-top: 1em;
  margin-bottom: 2em; }
  .post:first-of-type {
    border: none;
    padding-top: 0; }

@media screen and (min-width: 48em) {
  .left {
    width: 40%;
    margin-top: 20px; }
  .right {
    width: 55%;
    margin-left: 20px;
    margin-top: 85px; } }

.entry__meta,
.entry__meta--footer {
  color: #333;
  font-size: 16px;
  margin-bottom: 15px; }

.links__cat, .links__tag, .link__comment {
  margin-right: 1em; }

/* Post pagination
----------------------------------------------- */
.paging-nav {
  padding: 15px 0; }
  .paging-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .paging-nav ul li {
      display: inline; }
  .paging-nav a.page-numbers,
  .paging-nav span.page-numbers {
    padding: 3px 8px;
    text-decoration: none; }
    .paging-nav a.page-numbers.current,
    .paging-nav span.page-numbers.current {
      font-weight: 700; }

.post__nav {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  font-size: 28px;
  padding: 20px 0;
  width: 100%; }
  .post__nav a {
    display: block;
    padding: 10px 0;
    text-decoration: none; }

.post__nav--previous {
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 37.5em) {
    .post__nav--previous {
      text-align: left;
      width: 50%; } }
  .post__nav--previous a:before {
    content: "\00ab";
    padding-right: 5px; }

.post__nav--next {
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 37.5em) {
    .post__nav--next {
      text-align: right;
      width: 50%; } }
  .post__nav--next a:after {
    content: "\00bb";
    padding-left: 5px; }

/* Comments
----------------------------------------------- */
.avatar {
  display: block;
  float: left;
  padding: 0 1.25em 0.625em 0; }

.comment-meta a {
  text-decoration: none; }

.comment__list {
  border-top: 1px solid #eee;
  list-style: none;
  margin: 0;
  padding: 1.25em 0; }
  .comment__list ul, .comment__list ol {
    padding: 0; }
  .comment__list > li {
    border-bottom: 1px solid #eee; }
  .comment__list li {
    font-size: 16px;
    padding: 0.625em;
    margin: 0; }
    .comment__list li p {
      margin: 0;
      padding: 0.625em 0; }
    .comment__list li li > li {
      border: none; }

.comment__list ul li {
  list-style: disc; }

.comment__list ol li {
  list-style: decimal; }

.comment__list .children {
  list-style: none;
  margin: 0.625em 0.625em 0 1.25em;
  padding: 0; }
  .comment__list .children li {
    border-top: 1px solid #eee;
    list-style: none;
    padding-top: 5px; }

.comment-respond {
  margin-top: 30px; }

.comment-form {
  padding: 20px 0; }
  .comment-form p {
    margin-bottom: 10px; }
  .comment-form label {
    display: inline-block;
    width: 90px; }

/* Hides the content explaining what html tags are allowed */
.form-allowed-tags {
  display: none; }

/* Sidebar Area 
-------------------------------------------*/
.widget {
  padding: 0 0 30px 0; }

.sidebar ul {
  list-style: none;
  margin-left: 0.5em; }
  .sidebar ul li {
    padding: 0.5em 0;
    font-size: 16px; }

.sidebar a {
  text-decoration: none; }

/* Footer area 
---------------------*/
.site__footer {
  text-align: center;
  position: relative;
  background-color: #D02128; }
  @media screen and (min-width: 48em) {
    .site__footer {
      text-align: left; } }

.footer_background {
  background: url("images/PAGE-footer.png") no-repeat;
  display: block;
  background-position: right;
  max-width: 1440px;
  min-height: 233px;
  margin: 0 auto; }

.footer_background_home {
  background: #D02128; }
  @media screen and (min-width: 48em) {
    .footer_background_home {
      background: url("images/HOME-footer.png") no-repeat;
      background-position: right;
      display: block;
      max-width: 1440px;
      height: 536px;
      margin: 0 auto; } }

.footerflex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px; }
  @media screen and (min-width: 48em) {
    .footerflex {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      margin: 80px 25px 0 0; } }

.footerwidget {
  width: 98%;
  margin: 0 auto;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 24px; }
  @media screen and (min-width: 48em) {
    .footerwidget {
      width: 300px;
      margin: 0; } }

@media screen and (min-width: 48em) {
  .footerhome .footerwidget {
    width: 455px;
    margin: 0; } }

#footer a {
  color: #231F20;
  text-decoration: none;
  font-weight: bold; }
  #footer a:hover {
    color: #fff; }

#footer h4 {
  display: inline-block; }

.footer-1 .svg-inline--fa,
#custom_html-2 .svg-inline--fa,
.footer-3 .svg-inline--fa {
  font-size: 2em;
  margin-right: 10px; }

.footer-2 {
  width: 80%; }
  @media screen and (min-width: 48em) {
    .footer-2 {
      width: 455px; } }

.footer-3 {
  margin-right: 100px; }

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

select {
  max-width: 100%; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #D02128;
  border: 1px solid #D02128;
  border-radius: 2px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  font-size: 16px;
  line-height: 2;
  text-transform: uppercase;
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */ }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #333;
    -webkit-transition: 0.07s, ease-in;
    transition: 0.07s, ease-in; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */ }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #333;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
  padding: 10px 5px;
  -webkit-appearance: none; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #231F20;
    -webkit-transition: 0.07s, ease-in;
    transition: 0.07s, ease-in; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

/* Search Form
-------------------------------------------*/
.search__form {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px; }
  .search__form label {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.search__form--input {
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 100%; }

.search__form--submit {
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #333;
  background: #fff;
  border: #fff; }
  .search__form--submit:hover {
    color: #D02128;
    background: #fff;
    border: #fff; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/* images within main page */
.site__main img {
  height: auto;
  max-width: 100%; }

.aligncenter,
.alignleft,
.alignright {
  display: block;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em; }

@media screen and (min-width: 48em) {
  .alignleft {
    float: left;
    margin: 0 1.5em 0 0; }
  .alignright {
    float: right;
    margin: 0 0 0 1.5em; } }

.wp-caption {
  background: #fff;
  border: solid 1px #eee;
  padding: 3px;
  margin-bottom: 20px;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }
  .wp-caption .wp-caption-text {
    margin: 8px 0; }

.wp-caption-text {
  font-size: 16px;
  text-align: center; }

/* Galleries 
------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }
  .gallery img {
    border: 1px solid #eee; }

.gallery-item {
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block;
  font-size: 16px; }
  .gallery-columns-6 .gallery-caption,
  .gallery-columns-7 .gallery-caption,
  .gallery-columns-8 .gallery-caption,
  .gallery-columns-9 .gallery-caption {
    display: none; }
