/*
Theme Name: MN KC Council Theme 1
Author: Decimis Incorporated
Author URI: http://decimis.com/
Description: Custom theme for MN Knights of Columbus
Version: 1.0.1
*/
/* Table of Contents
	* 0.0) SASS Variables
	*	0.1) Base Styles
	* 1.0) Page
	* 2.0) Header
	* 3.0) Content
	* 4.0) Sidebars
	* 5.0) Footer
    * 6.0) Responsiveness
    * 7.0) Polish
*/
/* --- */
/* --- 0.0) SASS Variables --- */
/* --- */
/* Color Palette */
/* Typography */
/* Layout */
/* --- 0.1) Base Styles --- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Arvo", Arial, Times New Roman, Georgia;
  font-weight: 300; }

h2 {
  margin: 10px 0 20px; }

blockquote {
  font-style: italic;
  font-size: 20px; }

a {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

p {
  line-height: 2;
  text-align: justify;
  overflow-wrap: break-word; }

table {
  width: 100%;
  box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.3); }
  table th {
    font-weight: bold; }

.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px; }

.animate {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.clearfix {
  clear: both; }

/* --- 0.2) Foundation Styles --- */
a {
  color: #ac4040; }

a:visited {
  color: #ac4040; }

a:active {
  color: #ac4040; }

a:hover {
  color: #943d3d; }

a.button,
button {
  font-weight: bold;
  background: #ac4040;
  text-decoration: none;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

a.button .fa,
button .fa {
  font-size: 12px;
  margin-left: 10px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

a.button:hover,
button:hover {
  background: #943d3d; }

a.button:visited {
  color: #efefe7; }

/* --- */
/* --- 1.0) Page --- */
/* --- */
html {
  height: 100%; }

body {
  font-family: "Arvo", Arial, Times New Roman, Georgia;
  font-weight: 400;
  color: #333;
  background: #333; }

.row {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* --- */
/* --- 2.0) Header --- */
/* --- */
#header {
  position: relative;
  /* Top Bar */
  /* Bottom Bar */
  /* Announcement */
  /* Menu Bar */
  /* Mobile Menu */ }
  #header .row,
  #header .columns {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; }
  #header #top-bar {
    background: #333;
    overflow: hidden;
    margin-bottom: -1px; }
    #header #top-bar ul {
      display: inline-block;
      margin: 0;
      padding: 0; }
      #header #top-bar ul li {
        display: inline-block;
        margin: 0;
        padding: 0; }
        #header #top-bar ul li a {
          display: block;
          font-size: 1.1em;
          color: #dedfcf;
          padding: 8px 10px; }
        #header #top-bar ul li a:hover {
          background: #ac4040; }
    #header #top-bar #top-right-menu-wrapper,
    #header #top-bar .menu-top-right-menu-container {
      display: inline-block;
      float: right;
      text-align: right; }
    #header #top-bar #social a {
      padding: 3px 5px; }
  #header #bottom-bar {
    position: relative;
    background: #dedfcf;
    background-size: contain;
    background-repeat: repeat; }
    #header #bottom-bar #logo {
      display: block;
      padding: 5px 0; }
      #header #bottom-bar #logo img {
        float: left;
        height: 100px;
        margin: 0 10px 0 0; }
      #header #bottom-bar #logo p.title {
        color: #333;
        margin: 6px 0 -10px;
        font-size: 1.7em;
        font-family: "Arvo", Arial, Times New Roman, Georgia; }
      #header #bottom-bar #logo p.tagline {
        color: #333;
        margin: 0;
        font-size: 1.1em;
        font-style: italic; }
    #header #bottom-bar #logo:hover {
      background: rgba(51, 51, 51, 0.1); }
    #header #bottom-bar #search-bar {
      text-align: right;
      padding: 33px 0 0; }
      #header #bottom-bar #search-bar span {
        display: none; }
      #header #bottom-bar #search-bar input {
        display: inline-block;
        width: 80%;
        border-radius: 10px;
        margin: 0; }
      #header #bottom-bar #search-bar button {
        display: inline-block;
        width: 36px;
        height: 36px;
        border-radius: 34px;
        text-align: left;
        margin: 0 0 0 10px;
        padding: 0 1px 1px 0;
        cursor: pointer; }
        #header #bottom-bar #search-bar button .fa {
          font-size: 1.4em;
          color: #efefe7; }
    #header #bottom-bar .row .columns:last-of-type {
      position: relative; }
    #header #bottom-bar #search-live-wrapper {
      position: absolute;
      top: 71px;
      right: 0;
      left: -160px;
      z-index: 100; }
      #header #bottom-bar #search-live-wrapper ul.search-list {
        background: rgba(239, 239, 231, 0.95);
        box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.3);
        overflow: hidden;
        border-radius: 10px; }
        #header #bottom-bar #search-live-wrapper ul.search-list li {
          display: block;
          float: none;
          margin: 0;
          padding: 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
          #header #bottom-bar #search-live-wrapper ul.search-list li a {
            display: block;
            padding: 7px 15px;
            color: #55819d; }
            #header #bottom-bar #search-live-wrapper ul.search-list li a .icon-col {
              float: left;
              width: 60px;
              text-align: center; }
              #header #bottom-bar #search-live-wrapper ul.search-list li a .icon-col .fa {
                display: inline-block;
                font-size: 2.5em;
                margin-top: 7px; }
            #header #bottom-bar #search-live-wrapper ul.search-list li a h4 {
              margin: 0;
              padding: 0;
              text-align: left;
              font-size: 1.3em;
              padding-left: 70px; }
            #header #bottom-bar #search-live-wrapper ul.search-list li a p {
              margin: 0;
              padding: 0;
              font-size: 0.9em;
              font-family: "Arvo", Arial, Times New Roman, Georgia;
              padding-left: 70px;
              line-height: 1.5;
              text-align: left;
              color: #333; }
          #header #bottom-bar #search-live-wrapper ul.search-list li a:hover {
            opacity: 1;
            background: #4e7188;
            color: #efefe7; }
            #header #bottom-bar #search-live-wrapper ul.search-list li a:hover h4,
            #header #bottom-bar #search-live-wrapper ul.search-list li a:hover p {
              color: #efefe7; }
        #header #bottom-bar #search-live-wrapper ul.search-list li:last-of-type {
          border-bottom: 0; }
    #header #bottom-bar #logo-supreme {
      display: block;
      padding: 5px 0; }
  #header #announcement-bar {
    position: absolute;
    top: 194px;
    right: 0;
    left: 0;
    z-index: 10;
    min-height: 36px;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ac4040;
    border-bottom: 3px solid #943d3d;
    box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.3);
    pointer-events: all;
    max-height: 120px; }
    #header #announcement-bar li {
      position: relative;
      opacity: 0;
      margin: 0;
      padding: 0;
      pointer-events: none;
      overflow: hidden; }
      #header #announcement-bar li a {
        display: block;
        text-align: center;
        font-weight: 600;
        font-size: 0;
        color: #efefe7;
        text-decoration: underline; }
      #header #announcement-bar li a:hover {
        background: #943d3d; }
      #header #announcement-bar li p {
        color: #efefe7;
        font-weight: 600;
        font-size: 0;
        text-align: center;
        margin: 0;
        padding: 0; }
    #header #announcement-bar li.active {
      opacity: 1;
      pointer-events: auto; }
      #header #announcement-bar li.active a {
        font-size: 1em;
        padding: 7px 10px 4px; }
      #header #announcement-bar li.active p {
        font-size: 1em;
        padding: 4px 10px 4px; }
  #header #announcement-bar.collapsed {
    opacity: 0;
    pointer-events: none !important;
    max-height: 0; }
  #header #menu-bar {
    position: relative;
    background: #55819d;
    border-bottom: 7px solid #4e7188;
    z-index: 11; }
    #header #menu-bar #menu-main {
      margin-bottom: -6px; }
      #header #menu-bar #menu-main ul {
        margin: 0;
        padding: 0;
        text-align: center; }
        #header #menu-bar #menu-main ul li {
          position: relative;
          display: inline-block;
          margin: 0;
          padding: 0;
          /* Submenu */ }
          #header #menu-bar #menu-main ul li a {
            display: block;
            padding: 14px 18px 10px;
            color: #dedfcf;
            font-size: 1.3em;
            font-weight: bold;
            border-bottom: 6px solid #4e7188; }
          #header #menu-bar #menu-main ul li ul.sub-menu {
            position: absolute;
            top: 50px;
            left: 0;
            display: none;
            background: #55819d;
            box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.3); }
            #header #menu-bar #menu-main ul li ul.sub-menu li {
              width: 260px;
              /* Sub sub menus */ }
              #header #menu-bar #menu-main ul li ul.sub-menu li a {
                font-size: 1em;
                padding: 7px;
                text-align: left;
                border-bottom-width: 3px; }
              #header #menu-bar #menu-main ul li ul.sub-menu li ul.sub-menu {
                position: relative;
                top: 0;
                display: block;
                background: transparent; }
                #header #menu-bar #menu-main ul li ul.sub-menu li ul.sub-menu li a {
                  padding-left: 40px;
                  border-bottom-width: 3px !important; }
                #header #menu-bar #menu-main ul li ul.sub-menu li ul.sub-menu li a:before {
                  content: "- "; }
                #header #menu-bar #menu-main ul li ul.sub-menu li ul.sub-menu li:last-of-type a {
                  border-bottom-width: 3px !important; }
        #header #menu-bar #menu-main ul li:last-of-type ul.sub-menu {
          left: auto;
          right: 0; }
        #header #menu-bar #menu-main ul li:hover a {
          background: #8e8686;
          border-color: #7c7575; }
        #header #menu-bar #menu-main ul li:hover ul {
          display: block;
          opacity: 1; }
          #header #menu-bar #menu-main ul li:hover ul li a:hover {
            background: #7c7575; }
        #header #menu-bar #menu-main ul li.featured a {
          background: #8e8686;
          border-color: #7c7575; }
        #header #menu-bar #menu-main ul li.current-menu-item a,
        #header #menu-bar #menu-main ul li.current-menu-ancestor a {
          background: #ac4040;
          border-color: #943d3d; }
        #header #menu-bar #menu-main ul li.current-menu-item li.current-menu-item a,
        #header #menu-bar #menu-main ul li.current-menu-ancestor li.current-menu-item a {
          background: #943d3d; }
        #header #menu-bar #menu-main ul li.current-menu-item:hover a:hover,
        #header #menu-bar #menu-main ul li.current-menu-ancestor:hover a:hover {
          background: #943d3d; }
  #header #menu-mobile-toggle {
    z-index: 200;
    display: inline-block;
    float: right;
    margin: 16px 0 0 !important;
    cursor: pointer;
    text-align: center; }
    #header #menu-mobile-toggle .fa {
      color: #943d3d;
      font-size: 56px; }
    #header #menu-mobile-toggle span {
      display: block;
      font-size: 0.9em;
      font-family: "Arvo", Arial, Times New Roman, Georgia;
      text-align: center;
      margin-top: -5px;
      color: #8e8686; }
  #header #menu-mobile-wrapper {
    max-height: 0;
    background: #bcbdb0;
    overflow-y: scroll; }
  #header #menu-mobile {
    text-align: left;
    /* Submenus */ }
    #header #menu-mobile ul {
      margin: 0;
      width: 100%; }
    #header #menu-mobile li {
      display: block;
      width: 100%;
      margin: 0;
      float: left; }
    #header #menu-mobile a {
      display: block;
      width: 100%;
      font-family: "Arvo", Arial, Times New Roman, Georgia;
      font-weight: 300;
      font-size: 16px;
      color: #7c7575;
      text-decoration: none;
      padding: 5px; }
    #header #menu-mobile a:hover {
      background: rgba(239, 239, 231, 0.1); }
    #header #menu-mobile li.current-menu-item a {
      color: #ac4040;
      background: rgba(239, 239, 231, 0.1); }
    #header #menu-mobile li ul a {
      padding-left: 30px;
      background: transparent !important; }
    #header #menu-mobile li ul a:hover {
      background: rgba(239, 239, 231, 0.1) !important; }
    #header #menu-mobile li ul li.current-menu-item a {
      background: rgba(239, 239, 231, 0.1) !important; }
  #header #mobile-social {
    margin: 60px 0 0;
    padding: 0; }
    #header #mobile-social li {
      display: inline-block;
      margin: 0;
      padding: 0; }
      #header #mobile-social li a {
        display: block;
        color: #7c7575;
        padding: 10px 15px;
        margin: 10px 0 0; }
        #header #mobile-social li a .fa {
          color: #7c7575;
          font-size: 20px; }
      #header #mobile-social li a:hover {
        background: rgba(239, 239, 231, 0.1); }

/* --- */
/* --- 3.0) Content --- */
/* --- */
#content {
  background: #efefe7;
  padding-bottom: 30px;
  /* Homepage Splash */
  /* Flexslider */
  /* Home action tiles */
  /* Post tiles */
  /* Post list */
  /* Collapsed post list */
  /* Council search bar */
  /* Associates list */
  /* Events Calendar */
  /* Member Directory */
  /* Media Gallery */
  /* ACF Google Map */
  /* fixes potential theme css conflict */
  /* Gravity Forms */
  /* Form Fields */
  /* Form List/Tables */
  /* Form Buttons */ }
  #content a {
    font-weight: bold;
    text-decoration: underline; }
  #content a.button {
    text-decoration: none; }
  #content h2.reverse {
    background: #55819d;
    color: #efefe7;
    padding: 0 10px; }
  #content img {
    max-width: 100%;
    box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.3); }
  #content ul {
    list-style: disc;
    line-height: 2; }
  #content ol {
    list-style: decimal;
    line-height: 2; }
  #content p.photo-caption {
    font-style: italic;
    line-height: 1.5;
    margin: 7px 0; }
  #content #page-splash {
    position: relative;
    height: 150px;
    background-position: center;
    background-color: #333;
    margin-bottom: 15px;
    box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.3);
    /*.caption {
        position: absolute;
        right: 0; bottom: 0; left: 0;
        background: rgba(#000, .6);

        p {
            text-align: center;
            margin: 0;
            padding: 0;
            font-size: 1em;
            color: $white;
        }
    }*/ }
    #content #page-splash .overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0.3;
      background-position: 0 -15px; }
  #content #page-splash.black {
    background-color: #333; }
  #content #page-splash.blue {
    background-color: #4e7188; }
  #content #page-splash.red {
    background-color: #943d3d; }
  #content #page-splash.tan {
    background-color: #7c7575; }
  #content #page-splash.purple {
    background-color: #553176; }
  #content #language-bar {
    background: #eee;
    margin-top: -15px;
    box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.3); }
    #content #language-bar .columns {
      text-align: center; }
    #content #language-bar .language-container {
      display: inline-block; }
      #content #language-bar .language-container #flags {
        display: inline-block !important;
        float: left;
        width: auto;
        padding: 10px 10px 0; }
        #content #language-bar .language-container #flags li {
          margin-right: 10px; }
      #content #language-bar .language-container #google_language_translator {
        display: inline-block !important;
        padding-top: 3px; }
  #content #home-language #language-bar {
    margin-top: 0; }
  #content p.details {
    font-style: italic;
    font-weight: 600;
    margin: 0;
    padding: 0; }
    #content p.details .fa {
      font-size: 0.4em;
      vertical-align: middle;
      margin: 0 5px 0 7px; }
  #content .embed-container {
    position: relative;
    display: inline-block;
    padding-bottom: 36%;
    height: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center; }
    #content .embed-container iframe,
    #content .embed-container object,
    #content .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #content #home-splash {
    position: relative;
    overflow: hidden;
    height: 440px; }
    #content #home-splash .overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      opacity: .2;
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      background-size: cover;
      background-position: center; }
    #content #home-splash .description {
      position: relative;
      z-index: 3;
      color: #efefe7;
      text-shadow: 3px 3px 10px rgba(51, 51, 51, 0.3); }
      #content #home-splash .description h1 {
        color: #efefe7;
        margin-top: 150px; }
      #content #home-splash .description h2 {
        color: #efefe7; }
      #content #home-splash .description p {
        font-style: italic;
        font-size: 1.1em;
        text-align: left; }
      #content #home-splash .description p.intro {
        font-size: 1.3em;
        margin: 0 0 20px;
        text-align: center; }
      #content #home-splash .description a {
        display: inline-block;
        margin: 0 auto 150px;
        padding: 10px 20px;
        background: #ac4040;
        font-size: 1.1em;
        color: #efefe7;
        text-decoration: none;
        box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.3);
        text-shadow: 3px 3px 10px rgba(51, 51, 51, 0.3); }
        #content #home-splash .description a .fa {
          font-size: 0.7em; }
      #content #home-splash .description a:hover {
        background: #943d3d; }
  #content #home-splash.black {
    background-color: #333; }
  #content #home-splash.tan {
    background-color: #7c7575; }
  #content #home-splash.blue {
    background-color: #4e7188; }
  #content #home-splash.purple {
    background-color: #553176; }
  #content #home-splash.red {
    background-color: #943d3d; }
  #content #slider {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    width: 100%;
    max-height: 509px;
    /* Control Nav */
    /* Direction Nav */ }
    #content #slider .row,
    #content #slider .columns {
      padding-top: 0;
      padding-bottom: 0; }
    #content #slider .flexslider {
      position: relative; }
    #content #slider .flexslider ul {
      margin: 0;
      padding: 0; }
    #content #slider .flexslider li {
      width: 100%; }
    #content #slider .slide {
      position: relative; }
    #content #slider .slide .tint {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(51, 51, 51, 0.4);
      z-index: 0; }
    #content #slider .slide-wrapper {
      position: relative;
      display: block;
      z-index: 1;
      width: 100%;
      height: 440px;
      overflow: hidden;
      text-align: center; }
      #content #slider .slide-wrapper .background {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-repeat: no-repeat;
        box-shadow: 3px 0 10px rgba(51, 51, 51, 0.3); }
      #content #slider .slide-wrapper .tint {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      #content #slider .slide-wrapper .overlay {
        position: absolute;
        top: 150px;
        right: 100px;
        left: 100px; }
        #content #slider .slide-wrapper .overlay .tint {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: #000;
          z-index: 0; }
        #content #slider .slide-wrapper .overlay .slide-description {
          position: relative;
          min-height: 180px;
          z-index: 1; }
        #content #slider .slide-wrapper .overlay h1,
        #content #slider .slide-wrapper .overlay h2 {
          color: #efefe7;
          text-align: center;
          margin: 0;
          font-size: 2.6em;
          text-shadow: 3px 3px 10px #000; }
        #content #slider .slide-wrapper .overlay p {
          color: #efefe7;
          text-align: center;
          margin: 0 0 20px;
          font-size: 1.7em;
          text-shadow: 3px 3px 10px #000; }
        #content #slider .slide-wrapper .overlay a {
          display: inline-block;
          margin: 0 auto 10px;
          padding: 0 10px;
          background: #ac4040;
          font-size: 1.2em;
          color: #efefe7;
          text-decoration: none;
          box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.3);
          text-shadow: 3px 3px 10px rgba(51, 51, 51, 0.3); }
        #content #slider .slide-wrapper .overlay a:hover {
          background: #943d3d; }
      #content #slider .slide-wrapper .caption {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0; }
        #content #slider .slide-wrapper .caption .tint {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: #000; }
        #content #slider .slide-wrapper .caption p {
          text-align: center;
          margin: 0;
          padding: 0;
          font-size: 1em;
          color: #efefe7;
          text-shadow: 3px 3px 10px #000; }
    #content #slider .slide-wrapper.split .background {
      right: 50%; }
    #content #slider .slide-wrapper.split .overlay {
      top: 100px;
      left: 50%;
      text-align: left;
      font-size: 0.9em; }
      #content #slider .slide-wrapper.split .overlay .tint {
        opacity: 0 !important; }
      #content #slider .slide-wrapper.split .overlay h1,
      #content #slider .slide-wrapper.split .overlay h2,
      #content #slider .slide-wrapper.split .overlay p {
        text-align: left; }
    #content #slider .slide-wrapper.black {
      background-color: #333; }
    #content #slider .slide-wrapper.tan {
      background-color: #8e8686; }
    #content #slider .slide-wrapper.blue {
      background-color: #55819d; }
    #content #slider .slide-wrapper.red {
      background-color: #ac4040; }
    #content #slider .slide-wrapper.purple {
      background-color: #5e3187; }
    #content #slider .flexslider .flex-control-nav {
      position: absolute;
      right: 0;
      bottom: 30px;
      left: 0;
      margin: 0;
      text-align: center; }
      #content #slider .flexslider .flex-control-nav li {
        display: inline;
        margin: 0 10px; }
      #content #slider .flexslider .flex-control-nav a {
        display: inline-block;
        color: transparent;
        background: rgba(51, 51, 51, 0.5);
        width: 13px;
        height: 13px;
        border-radius: 13px; }
      #content #slider .flexslider .flex-control-nav a.flex-active {
        background: rgba(239, 239, 231, 0.5); }
      #content #slider .flexslider .flex-control-nav a:hover {
        background: rgba(239, 239, 231, 0.7); }
    #content #slider .flex-direction-nav {
      *height: 0; }
      #content #slider .flex-direction-nav li {
        list-style-type: none !important; }
      #content #slider .flex-direction-nav a {
        display: block;
        width: 8%;
        max-width: 120px;
        height: 100%;
        margin: 0;
        position: absolute;
        text-align: center;
        list-style-type: none;
        top: 0;
        z-index: 10;
        overflow: hidden;
        opacity: .1;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.8);
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        background: url("images/splash-nav-left.png") no-repeat center;
        background-size: contain;
        font-size: 0; }
      #content #slider .flex-direction-nav a.flex-next {
        background-image: url("images/splash-nav-right.png");
        opacity: .3;
        right: 10px; }
      #content #slider .flex-direction-nav a.flex-prev {
        opacity: .3;
        left: 10px; }
      #content #slider .flex-direction-nav a:hover {
        opacity: 1; }
  #content #home-action-tiles {
    position: relative;
    background: #efefe7;
    box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.3);
    overflow: hidden;
    margin-bottom: 30px; }
    #content #home-action-tiles .row {
      max-width: 100%;
      padding: 0; }
    #content #home-action-tiles .top-border {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      height: 7px;
      background: #ccc;
      z-index: 0; }
    #content #home-action-tiles div.column {
      position: relative;
      z-index: 1;
      margin-bottom: 0;
      padding: 0; }
      #content #home-action-tiles div.column a {
        display: block;
        text-align: center;
        text-decoration: none;
        color: #efefe7;
        padding: 30px 10px 20px;
        border-top: 7px solid #ccc;
        opacity: .9; }
        #content #home-action-tiles div.column a .fa {
          font-size: 3em; }
        #content #home-action-tiles div.column a h2 {
          color: #efefe7;
          font-size: 1.7em;
          margin: 16px 0 0; }
      #content #home-action-tiles div.column a:hover {
        background: #55819d;
        opacity: 1; }
    #content #home-action-tiles div.column.blue a {
      color: #55819d; }
      #content #home-action-tiles div.column.blue a h2 {
        color: #55819d; }
    #content #home-action-tiles div.column.blue a:hover {
      background: #55819d;
      border-color: #4e7188;
      color: #efefe7; }
      #content #home-action-tiles div.column.blue a:hover h2 {
        color: #efefe7; }
    #content #home-action-tiles div.column.red a {
      color: #ac4040; }
      #content #home-action-tiles div.column.red a h2 {
        color: #ac4040; }
    #content #home-action-tiles div.column.red a:hover {
      background: #ac4040;
      border-color: #943d3d;
      color: #efefe7; }
      #content #home-action-tiles div.column.red a:hover h2 {
        color: #efefe7; }
    #content #home-action-tiles div.column.purple a {
      color: #5e3187; }
      #content #home-action-tiles div.column.purple a h2 {
        color: #5e3187; }
    #content #home-action-tiles div.column.purple a:hover {
      background: #5e3187;
      border-color: #553176;
      color: #efefe7; }
      #content #home-action-tiles div.column.purple a:hover h2 {
        color: #efefe7; }
    #content #home-action-tiles div.column.tan a {
      color: #8e8686; }
      #content #home-action-tiles div.column.tan a h2 {
        color: #8e8686; }
    #content #home-action-tiles div.column.tan a:hover {
      background: #8e8686;
      border-color: #7c7575;
      color: #efefe7; }
      #content #home-action-tiles div.column.tan a:hover h2 {
        color: #efefe7; }
  #content a.post-tile,
  #content div.post-tile {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.3);
    text-decoration: none;
    color: #333; }
    #content a.post-tile .post-thumb,
    #content div.post-tile .post-thumb {
      height: 200px;
      background-size: cover;
      background-position: center; }
    #content a.post-tile img,
    #content div.post-tile img {
      float: left;
      height: 130px;
      margin-right: 10px;
      box-shadow: none; }
    #content a.post-tile h3,
    #content div.post-tile h3 {
      background: #333;
      color: #efefe7;
      font-size: 1.4em;
      margin: 0;
      padding: 4px 10px; }
    #content a.post-tile .wrapper,
    #content div.post-tile .wrapper {
      padding: 0 10px; }
      #content a.post-tile .wrapper h4,
      #content div.post-tile .wrapper h4 {
        font-size: 1em;
        font-weight: bold;
        margin: 0 0 0 75px;
        padding: 0;
        text-align: left; }
      #content a.post-tile .wrapper p,
      #content div.post-tile .wrapper p {
        margin: 0;
        padding: 0;
        font-weight: 400; }
      #content a.post-tile .wrapper .details,
      #content div.post-tile .wrapper .details {
        margin: 5px 0;
        font-style: italic;
        font-weight: 600; }
      #content a.post-tile .wrapper .description,
      #content div.post-tile .wrapper .description {
        padding-bottom: 40px; }
      #content a.post-tile .wrapper .read-more,
      #content div.post-tile .wrapper .read-more {
        position: absolute;
        right: 10px;
        bottom: 5px;
        text-align: right;
        padding: 5px 10px 3px;
        font-weight: 600;
        color: #ac4040;
        text-transform: uppercase; }
    #content a.post-tile ul,
    #content div.post-tile ul {
      margin: 0;
      padding: 0; }
      #content a.post-tile ul li,
      #content div.post-tile ul li {
        margin: 0;
        padding: 0; }
        #content a.post-tile ul li a,
        #content div.post-tile ul li a {
          display: block;
          margin: 0;
          padding: 30px 10px 20px;
          text-align: center;
          text-decoration: none; }
          #content a.post-tile ul li a h4,
          #content div.post-tile ul li a h4 {
            font-size: 1em;
            font-weight: bold;
            margin: 0 0 0 75px;
            padding: 0;
            text-align: left;
            color: #333; }
          #content a.post-tile ul li a .fa,
          #content div.post-tile ul li a .fa {
            font-size: 50px;
            color: #7c7575;
            margin: 0 0 15px; }
          #content a.post-tile ul li a .description .fa,
          #content div.post-tile ul li a .description .fa {
            display: inline-block;
            font-size: 0.7em !important;
            width: auto !important;
            margin: 0 0 0 3px;
            padding: 0;
            vertical-align: middle; }
        #content a.post-tile ul li a:hover,
        #content div.post-tile ul li a:hover {
          background: #ac4040;
          color: #efefe7; }
          #content a.post-tile ul li a:hover h4,
          #content div.post-tile ul li a:hover h4 {
            color: #efefe7; }
          #content a.post-tile ul li a:hover .fa,
          #content div.post-tile ul li a:hover .fa {
            color: #efefe7; }
    #content a.post-tile ul.post-list-collapsed a,
    #content div.post-tile ul.post-list-collapsed a {
      padding: 20px 10px; }
    #content a.post-tile ul#businesses li,
    #content div.post-tile ul#businesses li {
      float: left;
      display: inline-block;
      width: 25%; }
      #content a.post-tile ul#businesses li a,
      #content div.post-tile ul#businesses li a {
        text-align: center;
        padding: 10px; }
        #content a.post-tile ul#businesses li a .logo,
        #content div.post-tile ul#businesses li a .logo {
          height: 100px;
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          margin-bottom: 10px; }
        #content a.post-tile ul#businesses li a p,
        #content div.post-tile ul#businesses li a p {
          text-align: center;
          margin: 0;
          color: #333; }
          #content a.post-tile ul#businesses li a p:last-of-type,
          #content div.post-tile ul#businesses li a p:last-of-type {
            margin-top: -7px;
            font-weight: 400; }
        #content a.post-tile ul#businesses li a:hover p,
        #content div.post-tile ul#businesses li a:hover p {
          color: #efefe7; }
    #content a.post-tile .acf-map,
    #content div.post-tile .acf-map {
      margin: 0;
      height: 360px;
      box-shadow: 0 !important; }
  #content .post-tile.blue h3 {
    background: #55819d; }
  #content .post-tile.blue .wrapper .read-more {
    color: #55819d; }
  #content .post-tile.blue .post-list-collapsed li a .post-thumb {
    background-color: #55819d; }
  #content .post-tile.blue ul li a .fa {
    color: #4e7188; }
  #content .post-tile.blue ul li a {
    color: #55819d; }
  #content .post-tile.blue ul li a:hover {
    background: #55819d; }
  #content .post-tile.red h3 {
    background: #ac4040; }
  #content .post-tile.red .wrapper .read-more {
    color: #ac4040; }
  #content .post-tile.red .post-list-collapsed li a .post-thumb {
    background-color: #ac4040; }
  #content .post-tile.red ul li a .fa {
    color: #943d3d; }
  #content .post-tile.red ul li a {
    color: #ac4040; }
  #content .post-tile.red ul li a:hover {
    background: #ac4040; }
  #content .post-tile.purple h3 {
    background: #5e3187; }
  #content .post-tile.purple .wrapper .read-more {
    color: #5e3187; }
  #content .post-tile.purple .post-list-collapsed li a .post-thumb {
    background-color: #5e3187; }
  #content .post-tile.purple ul li a .fa {
    color: #553176; }
  #content .post-tile.purple ul li a {
    color: #5e3187; }
  #content .post-tile.purple ul li a:hover {
    background: #5e3187; }
  #content .post-tile.tan h3 {
    background: #8e8686; }
  #content .post-tile.tan .wrapper .read-more {
    color: #8e8686; }
  #content .post-tile.tan .post-list-collapsed li a .post-thumb {
    background-color: #8e8686; }
  #content .post-tile.tan ul li a .fa {
    color: #7c7575; }
  #content .post-tile.tan ul li a {
    color: #8e8686; }
  #content .post-tile.tan ul li a:hover {
    background: #8e8686; }
  #content .post-tile.video {
    background: #000;
    text-align: center; }
  #content a.post-tile:hover {
    background: #dedede; }
  #content a.post-tile.blue:hover h3 {
    background: #4e7188; }
  #content a.post-tile.blue:hover .wrapper .read-more {
    color: #4e7188; }
  #content a.post-tile.blue:hover .post-list-collapsed li a .post-thumb {
    background-color: #efefe7; }
  #content a.post-tile.red:hover h3 {
    background: #943d3d; }
  #content a.post-tile.red:hover .wrapper .read-more {
    color: #943d3d; }
  #content a.post-tile.red:hover .post-list-collapsed li a .post-thumb {
    background-color: #efefe7; }
  #content a.post-tile.purple:hover h3 {
    background: #553176; }
  #content a.post-tile.purple:hover .wrapper .read-more {
    color: #553176; }
  #content a.post-tile.purple:hover .post-list-collapsed li a .post-thumb {
    background-color: #efefe7; }
  #content a.post-tile.tan:hover h3 {
    background: #7c7575; }
  #content a.post-tile.tan:hover .wrapper .read-more {
    color: #7c7575; }
  #content a.post-tile.tan:hover .post-list-collapsed li a .post-thumb {
    background-color: #efefe7; }
  #content .post-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    #content .post-list li {
      margin: 20px 0;
      padding: 0 10px;
      overflow: visible; }
      #content .post-list li a {
        display: block;
        text-decoration: none;
        color: #333;
        background: #fff;
        box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.3); }
        #content .post-list li a .post-thumb {
          position: relative;
          display: inline-block;
          float: left;
          width: 200px;
          height: 200px;
          margin-right: 10px;
          background-size: cover;
          background-position: center;
          background-color: #ac4040; }
          #content .post-list li a .post-thumb .overlay {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat; }
          #content .post-list li a .post-thumb .overlay.transparent {
            background-size: contain;
            background-position: center bottom;
            opacity: 0.3; }
        #content .post-list li a h2 {
          background: #ac4040;
          color: #efefe7;
          font-size: 1.4em;
          margin: 0; }
        #content .post-list li a .wrapper {
          padding: 0 10px; }
          #content .post-list li a .wrapper p {
            margin: 0;
            padding: 0;
            font-weight: normal; }
          #content .post-list li a .wrapper p.details {
            font-weight: bold; }
          #content .post-list li a .wrapper .read-more {
            text-align: right;
            padding: 5px 10px 3px;
            font-weight: 600;
            color: #ac4040;
            text-transform: uppercase; }
      #content .post-list li a:hover {
        background: #dedede; }
  #content .post-list.top-collapsed li:first-of-type {
    margin-top: 0; }
  #content .post-list.black li a .post-thumb {
    background-color: #333; }
  #content .post-list.black li a h2 {
    background-color: #333; }
  #content .post-list.black li a .read-more {
    color: #333; }
  #content .post-list.blue li a .post-thumb {
    background-color: #55819d; }
  #content .post-list.blue li a h2 {
    background-color: #55819d; }
  #content .post-list.blue li a .read-more {
    color: #55819d; }
  #content .post-list.red li a .post-thumb {
    background-color: #ac4040; }
  #content .post-list.red li a h2 {
    background-color: #ac4040; }
  #content .post-list.red li a .read-more {
    color: #ac4040; }
  #content .post-list.tan li a .post-thumb {
    background-color: #8e8686; }
  #content .post-list.tan li a h2 {
    background-color: #8e8686; }
  #content .post-list.tan li a .read-more {
    color: #8e8686; }
  #content .post-list.purple li a .post-thumb {
    background-color: #5e3187; }
  #content .post-list.purple li a h2 {
    background-color: #5e3187; }
  #content .post-list.purple li a .read-more {
    color: #5e3187; }
  #content .post-list-collapsed {
    margin: 0;
    padding: 0;
    list-style: none; }
    #content .post-list-collapsed li {
      display: block;
      margin: 0;
      border-bottom: 1px solid #dedfcf; }
      #content .post-list-collapsed li a {
        position: relative;
        display: block;
        padding: 10px;
        text-decoration: none; }
        #content .post-list-collapsed li a .color-bar {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          width: 10px; }
        #content .post-list-collapsed li a .color-bar.blue {
          background: #55819d !important; }
        #content .post-list-collapsed li a .color-bar.red {
          background: #ac4040 !important; }
        #content .post-list-collapsed li a .color-bar.purple {
          background: #5e3187 !important; }
        #content .post-list-collapsed li a .color-bar.tan {
          background: #8e8686 !important; }
        #content .post-list-collapsed li a .color-bar.black {
          background: #333 !important; }
        #content .post-list-collapsed li a .fa {
          position: relative;
          float: left;
          font-size: 3em;
          margin: 0 20px 10px 0;
          color: #55819d;
          width: 60px;
          text-align: center; }
          #content .post-list-collapsed li a .fa .number {
            position: absolute;
            top: 20px;
            left: 4px;
            width: 37px;
            text-align: center;
            font-size: 0.4em;
            font-weight: bold;
            font-family: "Arvo", Arial, Times New Roman, Georgia; }
        #content .post-list-collapsed li a .fa.blue {
          color: #55819d !important; }
        #content .post-list-collapsed li a .fa.red {
          color: #ac4040 !important; }
        #content .post-list-collapsed li a .fa.purple {
          color: #5e3187 !important; }
        #content .post-list-collapsed li a .fa.tan {
          color: #8e8686 !important; }
        #content .post-list-collapsed li a .fa.black {
          color: #333 !important; }
        #content .post-list-collapsed li a h3 {
          font-size: 1em;
          font-weight: bold;
          color: #55819d;
          margin: 0 0 0 75px;
          padding: 0; }
        #content .post-list-collapsed li a p.date,
        #content .post-list-collapsed li a p.description {
          color: #333 !important;
          margin: 0 0 0 75px;
          font-size: 1em;
          font-weight: normal; }
          #content .post-list-collapsed li a p.date .fa,
          #content .post-list-collapsed li a p.description .fa {
            display: inline-block;
            float: none;
            vertical-align: middle;
            font-size: 5px;
            color: #333;
            margin: 0 5px; }
        #content .post-list-collapsed li a p.description {
          line-height: 1.6;
          padding-top: 5px; }
        #content .post-list-collapsed li a .post-thumb {
          position: relative;
          float: left;
          font-size: 3em;
          margin: 0 6px;
          color: #55819d;
          width: 50px;
          height: 50px;
          text-align: center;
          border-radius: 10px;
          background-size: cover;
          background-position: center;
          background-color: #333;
          overflow: hidden; }
          #content .post-list-collapsed li a .post-thumb .overlay {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat; }
          #content .post-list-collapsed li a .post-thumb .overlay.transparent {
            background-size: contain;
            background-position: center bottom;
            opacity: 0.3; }
        #content .post-list-collapsed li a .post-thumb.transparent .overlay {
          filter: saturate(75%); }
      #content .post-list-collapsed li a:hover {
        background: #55819d; }
        #content .post-list-collapsed li a:hover h3,
        #content .post-list-collapsed li a:hover p,
        #content .post-list-collapsed li a:hover .fa {
          color: #efefe7 !important; }
    #content .post-list-collapsed li:last-of-type {
      border-bottom: 0; }
  #content #council-search-bar {
    text-align: right;
    padding: 30px 0 0; }
    #content #council-search-bar span {
      display: none; }
    #content #council-search-bar input {
      display: inline-block;
      width: 85%;
      border-radius: 10px; }
    #content #council-search-bar button {
      display: inline-block;
      width: 36px;
      height: 36px;
      border-radius: 34px;
      text-align: left;
      margin: 0 0 0 10px;
      padding: 0;
      background: #8e8686;
      cursor: pointer; }
      #content #council-search-bar button .fa {
        font-size: 1.3em;
        color: #efefe7; }
    #content #council-search-bar button:hover {
      background: #7c7575; }
  #content #associates {
    margin: 0;
    padding: 0;
    list-style: none; }
    #content #associates div.column-block {
      display: block;
      margin: 0;
      padding: 0; }
      #content #associates div.column-block a {
        display: block;
        padding: 16px 10px 10px;
        text-decoration: none;
        color: #333; }
        #content #associates div.column-block a h4 {
          margin: 0;
          font-size: 1.3em;
          text-align: center; }
      #content #associates div.column-block a:hover {
        background: #dedede; }
        #content #associates div.column-block a:hover h4 {
          color: #333; }
  #content .calendar td {
    height: 130px;
    border: 1px solid #ccc;
    padding: 0; }
  #content .calendar td.blank {
    border: 0;
    background: #fefefe; }
  #content .calendar .date {
    display: block;
    padding: 5px; }
  #content .calendar #today {
    background: #ccc; }
  #content .calendar #today .date {
    font-weight: bold; }
  #content .calendar .event {
    display: block;
    width: 100%;
    background: #55819d;
    color: #efefe7;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 1px;
    text-decoration: none; }
  #content .calendar .event:hover {
    background: #4e7188; }
  #content .calendar .event.red {
    background: #ac4040; }
  #content .calendar .event.red:hover {
    background: #943d3d; }
  #content .calendar .event.tan {
    background: #8e8686; }
  #content .calendar .event.tan:hover {
    background: #7c7575; }
  #content .calendar .event.purple {
    background: #5e3187; }
  #content .calendar .event.purple:hover {
    background: #553176; }
  #content .calendar .event.black {
    background: #333; }
  #content .calendar .event.black:hover {
    background: #000; }
  #content .calendar-nav {
    margin: 0 0 15px;
    padding: 0; }
    #content .calendar-nav .column-block {
      margin-bottom: 0; }
    #content .calendar-nav select {
      margin: 0; }
    #content .calendar-nav a {
      display: block;
      padding: 7px;
      text-align: center; }
      #content .calendar-nav a .fa {
        margin: 0 3px;
        font-size: 0.9em; }
    #content .calendar-nav a:hover {
      background: #ac4040;
      color: #efefe7; }
  #content .directory a {
    display: block;
    text-decoration: none;
    color: #333;
    background: #fff;
    box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.3); }
    #content .directory a .post-thumb {
      position: relative;
      display: inline-block;
      float: left;
      width: 200px;
      height: 200px;
      margin-right: 10px;
      background-size: cover;
      background-position: center;
      background-color: #ac4040; }
      #content .directory a .post-thumb .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
      #content .directory a .post-thumb .overlay.transparent {
        background-size: contain;
        background-position: center bottom;
        opacity: 0.3; }
    #content .directory a h2 {
      background: #ac4040;
      color: #efefe7;
      font-size: 1.4em;
      margin: 0; }
    #content .directory a .wrapper {
      padding: 0 10px; }
      #content .directory a .wrapper p {
        margin: 0;
        padding: 0;
        font-weight: normal; }
      #content .directory a .wrapper p.details {
        font-weight: bold; }
      #content .directory a .wrapper .read-more {
        text-align: right;
        padding: 5px 10px 3px;
        font-weight: 600;
        color: #ac4040;
        text-transform: uppercase; }
  #content .directory a:hover {
    background: #dedede; }
  #content .directory.black a .post-thumb {
    background-color: #333; }
  #content .directory.black a h2 {
    background-color: #333; }
  #content .directory.black a .read-more {
    color: #333; }
  #content .directory.blue a .post-thumb {
    background-color: #55819d; }
  #content .directory.blue a h2 {
    background-color: #55819d; }
  #content .directory.blue a .read-more {
    color: #55819d; }
  #content .directory.red a .post-thumb {
    background-color: #ac4040; }
  #content .directory.red a h2 {
    background-color: #ac4040; }
  #content .directory.red a .read-more {
    color: #ac4040; }
  #content .directory.tan a .post-thumb {
    background-color: #8e8686; }
  #content .directory.tan a h2 {
    background-color: #8e8686; }
  #content .directory.tan a .read-more {
    color: #8e8686; }
  #content .directory.purple a .post-thumb {
    background-color: #5e3187; }
  #content .directory.purple a h2 {
    background-color: #5e3187; }
  #content .directory.purple a .read-more {
    color: #5e3187; }
  #content .popup {
    display: none; }
  #content .album {
    display: inline-block;
    text-align: center; }
    #content .album a {
      display: block;
      padding: 10px;
      text-align: center;
      text-decoration: none; }
    #content .album a:hover {
      background: #bcbdb0; }
    #content .album img {
      max-width: 100%; }
    #content .album h2 {
      font-size: 24px;
      margin-top: 16px; }
  #content .gallery-photo {
    display: inline-block;
    text-align: center; }
    #content .gallery-photo a {
      display: block;
      padding: 10px;
      text-align: center;
      text-decoration: none; }
      #content .gallery-photo a .post-thumb {
        width: 100%;
        height: 220px;
        background-size: cover;
        background-position: center;
        box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.3); }
    #content .gallery-photo a:hover {
      background: #bcbdb0; }
  #content .gallery-video {
    display: inline-block;
    text-align: center; }
    #content .gallery-video a {
      width: 100%;
      padding: 10px;
      display: inline-block;
      text-align: center; }
      #content .gallery-video a .post-thumb {
        position: relative;
        width: 100%;
        height: 220px;
        background-size: cover;
        background-position: center; }
        #content .gallery-video a .post-thumb .overlay {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: #000;
          opacity: .4;
          text-align: center; }
          #content .gallery-video a .post-thumb .overlay .fa {
            margin-top: 52px;
            color: #efefe7;
            font-size: 7em; }
    #content .gallery-video a:hover {
      background: #bcbdb0; }
      #content .gallery-video a:hover .overlay {
        opacity: .2; }
  #content .acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
    filter: saturate(80%);
    box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.3) !important; }
  #content .acf-map.large {
    height: 600px; }
  #content .acf-map img {
    max-width: inherit !important;
    box-shadow: none !important; }
  #content .gform_body {
    width: 100%; }
  #content ul.gform_fields {
    padding: 0; }
    #content ul.gform_fields h2,
    #content ul.gform_fields h3 {
      margin: 0; }
    #content ul.gform_fields li {
      margin: 0;
      padding: 0; }
      #content ul.gform_fields li .gfield_required {
        display: inline-block !important;
        color: inherit !important; }
      #content ul.gform_fields li div.ginput_container {
        margin-top: 0 !important; }
      #content ul.gform_fields li input,
      #content ul.gform_fields li textarea,
      #content ul.gform_fields li select {
        width: 100%;
        margin-top: 0 !important;
        border-radius: 0;
        padding: 10px;
        font-size: 100%;
        height: auto; }
        #content ul.gform_fields li input.ginput_quantity,
        #content ul.gform_fields li textarea.ginput_quantity,
        #content ul.gform_fields li select.ginput_quantity {
          width: 50px;
          display: inline; }
      #content ul.gform_fields li input[type="checkbox"] {
        display: inline-block;
        float: left;
        width: 20px !important;
        height: 20px !important;
        cursor: pointer;
        margin: 3px 0 !important;
        padding: 5px !important; }
      #content ul.gform_fields li input[type="checkbox"] + label {
        display: block;
        width: 95%;
        margin-left: 5%;
        vertical-align: middle;
        cursor: pointer;
        padding: 5px !important; }
      #content ul.gform_fields li select {
        height: 100%;
        background-position: center right; }
    #content ul.gform_fields li.gfield_error label.gfield_label {
      margin-top: 0 !important; }
  #content table.gfield_list {
    background: transparent; }
    #content table.gfield_list thead,
    #content table.gfield_list tr {
      background: transparent !important; }
    #content table.gfield_list img {
      box-shadow: none; }
  #content .gform_footer .button {
    float: right;
    display: inline-block !important;
    width: 100% !important;
    max-width: 340px !important;
    background: #ac4040;
    font-weight: bold;
    border-radius: 0;
    border: 0; }
  #content .gform_footer .button:hover {
    background: #943d3d; }
  #content .gform_footer .button:after {
    clear: both; }

/* Livesearch */
#loading {
  box-shadow: none !important; }

.livesearch-filters {
  box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.3);
  padding: 10px;
  background: #333; }
  .livesearch-filters .fa {
    display: inline-block;
    float: left;
    font-size: 2.5em;
    padding: 2px 7px 0;
    color: #efefe7; }
  .livesearch-filters div.row {
    display: inline-block;
    float: right;
    width: 93%;
    margin: 0;
    padding: 0; }
    .livesearch-filters div.row div.column-block {
      margin: 0;
      padding: 5px 10px; }
      .livesearch-filters div.row div.column-block select,
      .livesearch-filters div.row div.column-block input {
        margin: 0; }

.livesearch-filters.blue {
  background: #55819d; }

.livesearch-filters.red {
  background: #ac4040; }

.livesearch-filters.purple {
  background: #5e3187; }

.livesearch-filters.black {
  background: #333; }

.livesearch-filters.tan {
  background: #8e8686; }

#livesearch-pagination-wrapper {
  display: block;
  text-align: center; }
  #livesearch-pagination-wrapper #livesearch-pagination {
    display: inline;
    text-align: center; }
    #livesearch-pagination-wrapper #livesearch-pagination li {
      display: inline-block; }
    #livesearch-pagination-wrapper #livesearch-pagination a {
      display: inline-block;
      padding: 3px 14px; }
    #livesearch-pagination-wrapper #livesearch-pagination a:hover {
      background: #bcbdb0; }
    #livesearch-pagination-wrapper #livesearch-pagination .plain-text {
      display: inline-block;
      padding: 3px 14px;
      margin: 0;
      color: #333;
      font-size: 16px; }
    #livesearch-pagination-wrapper #livesearch-pagination a.page-current {
      font-weight: bold;
      background: #ac4040;
      color: #efefe7; }
  #livesearch-pagination-wrapper .page-index {
    display: inline;
    text-align: center;
    font-size: 14px;
    font-style: italic; }
  #livesearch-pagination-wrapper .page-count-total {
    display: none; }

/* Livesearch colors */
#livesearch.black .post-list li a .post-thumb {
  background-color: #333; }
#livesearch.black .post-list li a h2 {
  background-color: #333; }
#livesearch.black .post-list li a p.read-more {
  color: #333; }
#livesearch.black .post-list-collapsed li a .fa {
  color: #333; }
#livesearch.black .post-list-collapsed li a h3 {
  color: #333; }
#livesearch.black .post-list-collapsed li a:hover {
  background: #333; }
#livesearch.black #livesearch-pagination a {
  color: #333; }
#livesearch.black #livesearch-pagination a.page-current {
  background: #333;
  color: #efefe7; }

#livesearch.blue .post-list li a .post-thumb {
  background-color: #55819d; }
#livesearch.blue .post-list li a h2 {
  background-color: #55819d; }
#livesearch.blue .post-list li a p.read-more {
  color: #55819d; }
#livesearch.blue .post-list-collapsed li a .fa {
  color: #55819d; }
#livesearch.blue .post-list-collapsed li a h3 {
  color: #55819d; }
#livesearch.blue .post-list-collapsed li a:hover {
  background: #55819d; }
#livesearch.blue #livesearch-pagination a {
  color: #55819d; }
#livesearch.blue #livesearch-pagination a.page-current {
  background: #55819d;
  color: #efefe7; }

#livesearch.red .post-list li a .post-thumb {
  background-color: #ac4040; }
#livesearch.red .post-list li a h2 {
  background-color: #ac4040; }
#livesearch.red .post-list li a p.read-more {
  color: #ac4040; }
#livesearch.red .post-list-collapsed li a .fa {
  color: #ac4040; }
#livesearch.red .post-list-collapsed li a h3 {
  color: #ac4040; }
#livesearch.red .post-list-collapsed li a:hover {
  background: #ac4040; }
#livesearch.red #livesearch-pagination a {
  color: #ac4040; }
#livesearch.red #livesearch-pagination a.page-current {
  background: #ac4040;
  color: #efefe7; }

#livesearch.tan .post-list li a .post-thumb {
  background-color: #8e8686; }
#livesearch.tan .post-list li a h2 {
  background-color: #8e8686; }
#livesearch.tan .post-list li a p.read-more {
  color: #8e8686; }
#livesearch.tan .post-list-collapsed li a .fa {
  color: #8e8686; }
#livesearch.tan .post-list-collapsed li a h3 {
  color: #8e8686; }
#livesearch.tan .post-list-collapsed li a:hover {
  background: #8e8686; }
#livesearch.tan #livesearch-pagination a {
  color: #8e8686; }
#livesearch.tan #livesearch-pagination a.page-current {
  background: #8e8686;
  color: #efefe7; }

#livesearch.purple .post-list li a .post-thumb {
  background-color: #5e3187; }
#livesearch.purple .post-list li a h2 {
  background-color: #5e3187; }
#livesearch.purple .post-list li a p.read-more {
  color: #5e3187; }
#livesearch.purple .post-list-collapsed li a .fa {
  color: #5e3187; }
#livesearch.purple .post-list-collapsed li a h3 {
  color: #5e3187; }
#livesearch.purple .post-list-collapsed li a:hover {
  background: #5e3187; }
#livesearch.purple #livesearch-pagination a {
  color: #5e3187; }
#livesearch.purple #livesearch-pagination a.page-current {
  background: #5e3187;
  color: #efefe7; }

/* Lightboxes */
.fancybox-inner {
  overflow: hidden !important; }
  .fancybox-inner .photo-thumb {
    width: 100%;
    height: 400px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .fancybox-inner .embed-container {
    width: 100%;
    text-align: center;
    height: 400px; }
    .fancybox-inner .embed-container iframe {
      width: 100% !important; }

.fancybox-nav {
  width: 15%; }

/* --- 3.1) WooCommerce --- */
.woocommerce #content,
.woocommerce-page #content {
  /* Shop Page */
  /* Product Page */
  /* Cart */
  /* Forms */
  /* PayTrace Checkout */ }
  .woocommerce #content ul.products li.product,
  .woocommerce-page #content ul.products li.product {
    background: #fff;
    box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.3); }
    .woocommerce #content ul.products li.product a.woocommerce-LoopProduct-link,
    .woocommerce-page #content ul.products li.product a.woocommerce-LoopProduct-link {
      display: block;
      text-decoration: none;
      min-height: 400px;
      padding-bottom: 10px; }
      .woocommerce #content ul.products li.product a.woocommerce-LoopProduct-link h3,
      .woocommerce-page #content ul.products li.product a.woocommerce-LoopProduct-link h3 {
        font-size: 1.2em;
        font-weight: 600;
        padding: 0 10px; }
      .woocommerce #content ul.products li.product a.woocommerce-LoopProduct-link .price,
      .woocommerce-page #content ul.products li.product a.woocommerce-LoopProduct-link .price {
        font-size: 1em;
        font-weight: 600;
        padding: 0 10px; }
        .woocommerce #content ul.products li.product a.woocommerce-LoopProduct-link .price del,
        .woocommerce-page #content ul.products li.product a.woocommerce-LoopProduct-link .price del {
          display: inline; }
    .woocommerce #content ul.products li.product a.woocommerce-LoopProduct-link:hover,
    .woocommerce-page #content ul.products li.product a.woocommerce-LoopProduct-link:hover {
      background: #dedede; }
    .woocommerce #content ul.products li.product a.button,
    .woocommerce #content ul.products li.product a.added_to_cart,
    .woocommerce-page #content ul.products li.product a.button,
    .woocommerce-page #content ul.products li.product a.added_to_cart {
      display: block;
      text-align: center;
      background: #ac4040;
      color: #efefe7;
      text-decoration: none;
      margin-top: 0;
      padding: 15px 20px; }
    .woocommerce #content ul.products li.product a.button:hover,
    .woocommerce #content ul.products li.product a.added_to_cart:hover,
    .woocommerce-page #content ul.products li.product a.button:hover,
    .woocommerce-page #content ul.products li.product a.added_to_cart:hover {
      background: #943d3d; }
    .woocommerce #content ul.products li.product a.added_to_cart,
    .woocommerce-page #content ul.products li.product a.added_to_cart {
      padding: 7px 20px;
      background: #943d3d; }
  .woocommerce #content div.product,
  .woocommerce-page #content div.product {
    /* Product styling */
    /* Product Gravity Forms */ }
    .woocommerce #content div.product div.images,
    .woocommerce-page #content div.product div.images {
      width: 28%; }
    .woocommerce #content div.product div.summary,
    .woocommerce-page #content div.product div.summary {
      width: 70%; }
    .woocommerce #content div.product .gform_wrapper .gform_footer,
    .woocommerce-page #content div.product .gform_wrapper .gform_footer {
      padding: 0; }
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon {
    width: 100%;
    max-width: 410px; }
    .woocommerce #content table.cart td.actions .coupon .input-text,
    .woocommerce-page #content table.cart td.actions .coupon .input-text {
      width: 100%;
      max-width: 250px; }
  .woocommerce #content table.cart td.actions input.button,
  .woocommerce-page #content table.cart td.actions input.button {
    background-color: #55819d;
    color: #efefe7;
    border-radius: 0; }
  .woocommerce #content table.cart td.actions input.button:hover,
  .woocommerce-page #content table.cart td.actions input.button:hover {
    background-color: #4e7188;
    color: #efefe7; }
  .woocommerce #content form .required,
  .woocommerce #content form abbr[title],
  .woocommerce-page #content form .required,
  .woocommerce-page #content form abbr[title] {
    color: #ac4040;
    text-decoration: none; }
  .woocommerce #content form a,
  .woocommerce-page #content form a {
    text-decoration: none; }
  .woocommerce #content #paytrace_payment_choices label,
  .woocommerce-page #content #paytrace_payment_choices label {
    display: inline-block;
    cursor: pointer; }
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce .button,
.woocommerce .button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page button.button,
.woocommerce-page button.button.alt,
.woocommerce-page .button,
.woocommerce-page .button.alt,
.woocommerce-page input.button,
.woocommerce-page input.button.alt {
  background-color: #ac4040;
  color: #efefe7;
  border-radius: 0; }
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce .button:hover,
.woocommerce .button.alt:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page .button:hover,
.woocommerce-page .button.alt:hover,
.woocommerce-page input.button:hover,
.woocommerce-page input.button.alt:hover {
  background-color: #943d3d;
  color: #efefe7; }

/* --- */
/* --- 4.0) Sidebars --- */
/* --- */
#content #sidebar .member-photo {
  position: relative;
  width: 100%;
  max-width: 363px;
  background-color: #333;
  box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.3); }
  #content #sidebar .member-photo .overlay-wrap {
    padding-top: 100%; }
    #content #sidebar .member-photo .overlay-wrap .overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat; }
#content #sidebar .member-photo.transparent .overlay {
  background-size: contain;
  opacity: 0.3; }
#content #sidebar .member-photo.black {
  background-color: #333; }
#content #sidebar .member-photo.blue {
  background-color: #4e7188; }
#content #sidebar .member-photo.red {
  background-color: #943d3d; }
#content #sidebar .member-photo.purple {
  background-color: #553176; }
#content #sidebar .member-photo.tan {
  background-color: #7c7575; }
#content #sidebar .documents {
  margin: 0;
  padding: 0;
  list-style: none; }
  #content #sidebar .documents li {
    display: block;
    margin: 0;
    padding: 0; }
    #content #sidebar .documents li a {
      display: block;
      padding: 5px 10px;
      color: #ac4040; }
    #content #sidebar .documents li a:hover {
      background: #ac4040;
      color: #efefe7; }

/* --- */
/* --- 5.0) Footer --- */
/* --- */
#footer-cta {
  display: block;
  padding: 30px;
  text-align: center;
  background: #55819d;
  color: #efefe7;
  font-size: 2em;
  vertical-align: middle; }
  #footer-cta .fa {
    font-size: 0.8em; }

#footer-cta:hover {
  background: #ac4040; }

#footer {
  padding: 0;
  color: #efefe7;
  background: #333; }
  #footer .row {
    padding-top: 0;
    padding-bottom: 0; }
  #footer #logo-footer {
    display: block;
    padding: 20px; }
    #footer #logo-footer img {
      float: left;
      height: 100px;
      margin: 0 10px 0 0; }
    #footer #logo-footer p.title {
      color: #333;
      margin: 6px 0 -10px;
      font-size: 1.7em;
      font-family: "Arvo", Arial, Times New Roman, Georgia; }
    #footer #logo-footer p.tagline {
      color: #333;
      margin: 0;
      font-size: 1.1em;
      font-style: italic; }
  #footer #logo-footer:hover {
    background: rgba(51, 51, 51, 0.1); }
  #footer #bottom-bar {
    padding: 20px 0;
    background: #4e7188; }
    #footer #bottom-bar #diocese-header {
      color: #efefe7;
      opacity: .5;
      text-align: center;
      margin: 0 0 20px;
      padding: 0;
      font-size: 1.6em; }
    #footer #bottom-bar #diocese-links {
      margin: 0;
      padding: 0; }
      #footer #bottom-bar #diocese-links div.column {
        margin: 0;
        padding: 0; }
        #footer #bottom-bar #diocese-links div.column a {
          display: block;
          text-align: center;
          opacity: .5; }
          #footer #bottom-bar #diocese-links div.column a img {
            height: 60px; }
          #footer #bottom-bar #diocese-links div.column a p {
            color: #efefe7;
            text-align: center;
            margin: 0;
            font-weight: 600; }
        #footer #bottom-bar #diocese-links div.column a:hover {
          opacity: .7; }
  #footer #footer-menu-bar ul {
    margin: 0;
    padding: 0;
    clear: both; }
    #footer #footer-menu-bar ul li {
      float: left;
      margin: 0;
      padding: 0; }
      #footer #footer-menu-bar ul li a {
        display: block;
        color: #efefe7;
        padding: 10px 20px;
        opacity: .7; }
      #footer #footer-menu-bar ul li a:hover {
        opacity: 1; }

/* --- */
/* --- 6.0) Responsiveness --- */
/* --- */
@media all and (max-width: 1170px) {
  #header #bottom-bar #logo p.title {
    font-size: 1.5em;
    margin-top: 10px; } }
@media all and (max-width: 1070px) {
  #header #bottom-bar #logo p.title {
    font-size: 1.3em;
    margin-top: 17px; }

  #header #bottom-bar #logo p.tagline {
    font-size: 1em; } }
@media all and (max-width: 1024px) {
  #content #slider .slide-wrapper {
    height: 400px;
    padding: 60px 0 70px; }
    #content #slider .slide-wrapper .overlay h1,
    #content #slider .slide-wrapper .overlay h2 {
      font-size: 2em; }
    #content #slider .slide-wrapper .overlay p {
      font-size: 1.4em; }
  #content #home-action-tiles li a .fa {
    font-size: 3em; }
  #content #home-action-tiles li a h2 {
    font-size: 1em;
    font-weight: 600; }
  #content a.post-tile .post-thumb {
    height: 160px; }
  #content .columns:first-of-type a.post-tile {
    margin-bottom: 20px; }

  #footer #footer-menu-bar ul {
    text-align: center; }
    #footer #footer-menu-bar ul li {
      display: inline-block;
      float: none; } }
@media all and (max-width: 1023px) {
  #header #bottom-bar #search-bar {
    display: none; } }
@media all and (max-width: 1022px) {
  #header #announcement-bar {
    top: 143px; } }
@media all and (max-width: 800px) {
  .livesearch-filters div.row {
    width: 90%; } }
@media all and (max-width: 800px) {
  #content #slider .slide-wrapper {
    height: 360px;
    padding: 50px 0 70px; }
    #content #slider .slide-wrapper .overlay h1,
    #content #slider .slide-wrapper .overlay h2 {
      font-size: 1.5em; }
    #content #slider .slide-wrapper .overlay p {
      font-size: 1em; }
    #content #slider .slide-wrapper .overlay a {
      font-size: 1em;
      padding: 5px 15px; }
  #content .livesearch-filters ul {
    width: 90%; } }
@media all and (max-width: 716px) {
  #header #menu-mobile-toggle span {
    font-size: 0.85em; } }
@media all and (max-width: 710px) {
  #header #top-bar #social {
    display: none; }
  #header #top-bar #top-right-menu-wrapper {
    float: none;
    text-align: left; }
  #header #top-bar .menu-top-right-menu-container {
    float: none; }

  #header #menu-mobile-toggle span {
    font-size: 0.8em; }

  #header #announcement-bar {
    top: 141px; }

  #content #slider .slide-wrapper.split .background {
    top: 55%;
    right: 0; }
  #content #slider .slide-wrapper.split .overlay {
    top: 0;
    right: 0;
    bottom: 45%;
    left: 0;
    text-align: center; }
    #content #slider .slide-wrapper.split .overlay h1,
    #content #slider .slide-wrapper.split .overlay h2 {
      font-size: 2em;
      text-align: center;
      margin-top: 80px; }
    #content #slider .slide-wrapper.split .overlay p {
      font-size: 1em;
      margin: 0;
      text-align: center; }
  #content #associates li a h4 {
    font-size: 1em; }

  #footer-cta {
    font-size: 1.5em;
    padding: 24px; }

  #footer #bottom-bar #diocese-header {
    font-size: 1.2em; }

  #footer #footer-menu-bar ul li a {
    padding: 7px; } }
@media all and (max-width: 670px) {
  #header #menu-mobile-toggle span {
    font-size: 0.75em; } }
@media all and (max-width: 640px) {
  #content #home-action-tiles li:nth-child(n+2) a {
    border-width: 0; }

  #content .embed-container {
    padding-bottom: 50%; }

  #header #announcement-bar {
    top: 122px; }
    #header #announcement-bar a {
      text-decoration: none !important; }

  #header #bottom-bar #logo img {
    height: 80px; }
  #header #bottom-bar #logo p.title {
    font-size: 1.2em;
    margin-top: 9px; }

  #header #menu-mobile-toggle {
    margin-top: 7px !important; }

  #content #page-splash {
    height: 63px; }
    #content #page-splash .overlay {
      background-position: 0 -29px; }

  #livesearch .post-list li a .post-thumb {
    display: block;
    float: none;
    width: 100%;
    height: 140px; }
  #livesearch .post-list li a h2 {
    padding-left: 7px; }

  p {
    text-align: left; }

  #content .directory a .post-thumb {
    display: block;
    float: none;
    width: 100%;
    background: #333 !important; }
    #content .directory a .post-thumb .overlay {
      background-size: contain; }
  #content .directory a h2 {
    padding-left: 7px; }

  #content #slider .slide-wrapper .caption p {
    font-size: 0.9em; } }
@media all and (max-width: 638px) {
  #header #announcement-bar {
    top: 89px; }
    #header #announcement-bar li.active a,
    #header #announcement-bar li.active p {
      font-size: 0.9em; } }
@media all and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important; }

  #content .livesearch-filters ul {
    width: 85%; } }
@media all and (max-width: 590px) {
  .livesearch-filters div.row {
    width: 86%; }

  #header #bottom-bar #logo p.title {
    font-weight: 600;
    margin-top: 15px;
    font-size: 1em; }
  #header #bottom-bar #logo p.tagline {
    font-size: 0.85em; }

  #content .post-list-collapsed li a .fa {
    font-size: 2em;
    margin-right: 0; }
  #content .post-list-collapsed li a h3,
  #content .post-list-collapsed li a p.description {
    margin-left: 60px; }
  #content .post-list-collapsed li a p.description {
    font-size: 0.9em;
    text-align: left; }

  #livesearch-pagination-wrapper #livesearch-pagination {
    margin: 0; }
    #livesearch-pagination-wrapper #livesearch-pagination a {
      padding: 3px 10px; } }
@media all and (max-width: 521px) {
  #header #announcement-bar {
    top: 79px; }

  #header #bottom-bar .columns:first-of-type {
    padding-left: 5px; }

  #header #bottom-bar .columns:last-of-type {
    padding-right: 5px; }

  #header #bottom-bar #logo img {
    height: 70px; }
  #header #bottom-bar #logo p.title {
    margin-top: 11px; }

  #header #menu-mobile-toggle {
    margin-top: 12px !important; }
    #header #menu-mobile-toggle .fa {
      font-size: 40px; }
    #header #menu-mobile-toggle span {
      font-size: 0.7em; }

  #header #announcement {
    font-size: 0.9em;
    font-weight: 400; }

  #content #slider .slide-wrapper {
    padding: 10px 0 70px; }
    #content #slider .slide-wrapper .overlay h1,
    #content #slider .slide-wrapper .overlay h2 {
      font-size: 1.4em; }
    #content #slider .slide-wrapper .overlay p {
      font-size: 1em;
      margin-bottom: 10px; }
    #content #slider .slide-wrapper .overlay a {
      font-size: 0.8em;
      padding: 5px 15px; }
    #content #slider .slide-wrapper .caption p {
      font-size: 0.8em; }
  #content #home-action-tiles li a {
    padding: 15px 10px; } }
@media all and (max-width: 500px) {
  #header #bottom-bar #logo p.title {
    line-height: 1;
    text-align: left; }
  #header #bottom-bar #logo p.tagline {
    margin-top: 7px; } }
@media all and (max-width: 420px) {
  #footer-cta {
    font-size: 1.3em; }

  #content .livesearch-filters .fa {
    font-size: 1.7em;
    margin-top: 6px; }
  #content .livesearch-filters ul {
    width: 85%; } }
@media all and (max-width: 400px) {
  #header #bottom-bar #logo p.title {
    line-height: 1.3;
    margin-top: 14px; }
  #header #bottom-bar #logo p.tagline {
    display: none; } }
@media all and (max-width: 360px) {
  .livesearch-filters div.row {
    width: 84%; } }
@media all and (max-width: 340px) {
  #content .livesearch-filters ul {
    width: 82%; } }
/* --- */
/* --- 7.0) Polish --- */
/* --- */
::selection {
  /* WebKit/Blink Browsers */
  background: #333;
  color: #efefe7; }

::-moz-selection {
  /* Gecko Browsers */
  background: #333;
  color: #efefe7; }

::-webkit-input-placeholder {
  color: #8e8686; }

::-moz-placeholder {
  color: #8e8686; }

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