@font-face {
  font-family: 'aileronregular';
  src: url("../fonts/Aileron-Regular-webfont.eot");
  src: url("../fonts/Aileron-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Aileron-Regular-webfont.woff2") format("woff2"), url("../fonts/Aileron-Regular-webfont.woff") format("woff"), url("../fonts/Aileron-Regular-webfont.ttf") format("truetype"), url("../fonts/Aileron-Regular-webfont.svg#aileronregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'thirsty_roughregular_one';
  src: url("../fonts/yellow_design_studio_-_thirstyroughregone-webfont.woff2") format("woff2"), url("../fonts/yellow_design_studio_-_thirstyroughregone-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'eveleth_regularregular';
  src: url("../fonts/evelethregular-webfont.eot");
  src: url("../fonts/evelethregular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/evelethregular-webfont.woff") format("woff"), url("../fonts/evelethregular-webfont.ttf") format("truetype"), url("../fonts/evelethregular-webfont.svg#eveleth_regularregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 26px; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #aaa;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #f00; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.jcf-focus,
.jcf-focus * {
  border-color: #f00 !important; }

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

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

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

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

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

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

/*
* Font family
*/
/*
* Body reset
*/
.clearfix:after {
  content: '';
  display: block;
  clear: both; }

a, .btn {
  transition: all .3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

#header #header-top {
  background: #929a4c; }
  #header #header-top ul {
    margin: 0 auto; }
    #header #header-top ul li {
      font-size: 0.8125rem;
      line-height: 1;
      position: relative;
      margin-right: 0.75rem; }
      #header #header-top ul li #header-search-toggle {
        font-size: 1.1875rem; }
      #header #header-top ul li a {
        color: #d5dd93;
        font-size: 1.1875rem;
        font-family: "eveleth_regularregular", helvetica, sans-serif; }
        #header #header-top ul li a:hover, #header #header-top ul li a:active {
          color: #ebf0ba;
          text-decoration: none; }
      #header #header-top ul li.menu-item {
        margin-top: 4px; }
        #header #header-top ul li.menu-item a {
          font-size: 0.8125rem; }
      #header #header-top ul li:last-child {
        margin-right: 0; }
      #header #header-top ul li ul {
        display: none;
        padding-left: 0;
        list-style: none; }
        @media (min-width: 768px) {
          #header #header-top ul li ul {
            background: #929a4c;
            position: absolute;
            z-index: 100;
            left: -20px;
            top: calc(100% + 4px);
            padding: 0.625rem 2.5rem 1rem 1.25rem; } }
        #header #header-top ul li ul li.menu-item {
          margin-top: 10px;
          margin-right: 0;
          white-space: nowrap; }
          #header #header-top ul li ul li.menu-item a {
            font-family: "aileronregular", helvetica, sans-serif;
            text-transform: none;
            font-size: 0.875rem; }
#header .header-wrap {
  padding: 0 0 0 0.9375rem; }
  @media (min-width: 992px) {
    #header .header-wrap {
      position: relative; } }
#header .logo {
  max-width: 9.4375rem;
  width: 100%;
  z-index: 30; }
  #header .logo a {
    display: block; }
  #header .logo img {
    width: 100%; }
  #header .logo svg {
    max-width: 9.875rem; }
    @media (min-width: 992px) {
      #header .logo svg {
        max-width: 21.875rem; } }
#header .search-form {
  position: relative;
  width: 0;
  display: none;
  max-width: 1.25rem; }
  #header .search-form.open {
    max-width: 12.8125rem;
    display: block; }
  #header .search-form input {
    transition: border-color 0.3s linear;
    border: none;
    background-color: transparent;
    max-width: 12.8125rem;
    width: 100%;
    padding: 0;
    margin-right: 2.5rem;
    position: relative;
    border-bottom: 1px solid #d5dd93;
    outline: none;
    color: #d5dd93; }
    @media (min-width: 992px) {
      #header .search-form input {
        border-bottom: 1px solid transparent;
        max-width: 6.25rem; } }
    @media (min-width: 1200px) {
      #header .search-form input {
        max-width: 12.8125rem; } }
    @media (min-width: 992px) {
      #header .search-form input[type="search"]:hover, #header .search-form input[type="search"]:active, #header .search-form input[type="search"]:focus {
        border-bottom: 0.0625rem solid #d5dd93; } }
  #header .search-form button {
    transition: opacity 0.3s linear;
    position: absolute;
    right: 0;
    top: -2px;
    background-color: transparent;
    border: none;
    color: #d5dd93;
    cursor: pointer;
    font-size: 1.1875rem; }
    #header .search-form button:hover, #header .search-form button:active, #header .search-form button:focus {
      color: #ebf0ba; }
#header .nav-opener {
  display: none; }
#header #header-search-toggle {
  color: #d5dd93;
  cursor: pointer; }
  #header #header-search-toggle:hover {
    color: #ebf0ba; }
  #header #header-search-toggle.open {
    display: none; }
#header .main-menu {
  width: 100%; }
  @media (min-width: 768px) {
    #header .main-menu {
      margin-left: 3.125rem; } }
  @media (min-width: 992px) {
    #header .main-menu {
      margin-left: 6.25rem; } }
  #header .main-menu #menu-main {
    margin: 0; }
    #header .main-menu #menu-main li {
      font-size: 1rem;
      font-family: "eveleth_regularregular", helvetica, sans-serif;
      color: #0d6291; }

body {
  min-width: 320px;
  line-height: 1.3;
  font-family: "aileronregular", helvetica, sans-serif; }
  @media (min-width: 768px) {
    body {
      line-height: 1.6; } }
  body .red {
    color: #b42940 !important; }
  body .lime {
    color: #91984c !important; }
  body .dark-green {
    color: #636c38 !important; }
  body .blue {
    color: #005d98 !important; }
  body .gray-green {
    color: #4f787a !important; }
  body .gold {
    color: #d2ab1c !important; }
  body .turquoise {
    color: #6fb3b1 !important; }
  body .background-red {
    background-color: #b42940 !important; }
  body .background-lime {
    background-color: #91984c !important; }
  body .background-dark-green {
    background-color: #636c38 !important; }
  body .background-blue {
    background-color: #005d98 !important; }
  body .background-gray-green {
    background-color: #4f787a !important; }
  body .background-gold {
    background-color: #d2ab1c !important; }
  body .background-turquoise {
    background-color: #6fb3b1 !important; }
  body h1 {
    font-size: 1.875rem;
    font-family: "eveleth_regularregular", helvetica, sans-serif;
    font-weight: 400;
    margin-bottom: 1.25rem;
    line-height: 0.9375; }
    @media (min-width: 992px) {
      body h1 {
        line-height: 0.833; } }
    body h1.script {
      font-size: 2.5rem;
      font-family: "thirsty_roughregular_one", helvetica, sans-serif; }
  body h2 {
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "eveleth_regularregular", helvetica, sans-serif;
    line-height: 0.9375; }
    @media (min-width: 992px) {
      body h2 {
        line-height: 0.833; } }
  body h3 {
    font-size: 1.25rem;
    font-weight: 400;
    font-family: "eveleth_regularregular", helvetica, sans-serif;
    line-height: 0.9375; }
    @media (min-width: 992px) {
      body h3 {
        line-height: 0.833; } }
  body h4 {
    font-size: 1rem;
    font-weight: 400;
    font-family: "eveleth_regularregular", helvetica, sans-serif;
    line-height: 0.9375; }
    @media (min-width: 992px) {
      body h4 {
        line-height: 0.833; } }
  body h5 {
    font-size: 0.875rem;
    font-weight: 400;
    font-family: "eveleth_regularregular", helvetica, sans-serif;
    line-height: 0.9375; }
    @media (min-width: 992px) {
      body h5 {
        line-height: 0.833; } }
  body p,
  body li {
    font-size: 0.9375rem;
    color: #4a4a4a;
    line-height: 1.667; }

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

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

a {
  color: inherit;
  outline: none; }
  a:hover {
    color: inherit; }

.alignleft {
  float: left;
  margin: 0 0.75rem 0.75rem 0; }

.alignright {
  float: right;
  margin: 0 0 0.75rem 0.75rem; }

.aligncenter {
  margin: 0 auto 0.75rem; }

.caption {
  background: rgba(0, 0, 0, 0.6);
  padding: 0.625rem;
  font-size: 0.8125rem;
  color: #fff;
  font-style: italic; }

.wp-caption {
  position: relative; }
  .wp-caption .wp-caption-text {
    background: rgba(0, 0, 0, 0.6);
    padding: 0.625rem;
    margin: 0;
    font-size: 0.8125rem;
    color: #fff;
    font-style: italic;
    position: absolute;
    left: 0;
    bottom: 5px; }

input {
  width: 100%;
  outline: none;
  -webkit-appearance: none; }
  input:hover, input:active, input:focus {
    outline: none; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: initial; }

input[type="radio"] {
  -webkit-appearance: radio;
  width: initial; }

input[type="submit"],
input[type="reset"] {
  width: initial; }

button {
  outline: none; }
  button:hover, button:active, button:focus {
    outline: none; }

select {
  background-color: #fff;
  -webkit-appearance: none; }
  select:hover, select:active, select:focus {
    outline: none; }

textarea {
  -webkit-appearance: none; }
  textarea:hover, textarea:active, textarea:focus {
    outline: none; }

.btn {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.2;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff; }
  .btn:hover, .btn:active, .btn:focus {
    box-shadow: none;
    color: #fff; }

.btn-primary {
  background-color: #1685cb;
  border-color: #1685cb; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #43aaeb;
    border-color: #43aaeb; }

.btn-secondary {
  background-color: #929a4c;
  border-color: #929a4c; }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    background-color: #b5bc77;
    border-color: #b5bc77; }

.btn-tertiary {
  background-color: #4f787a;
  border-color: #4f787a; }
  .btn-tertiary:hover, .btn-tertiary:active, .btn-tertiary:focus {
    background-color: #72a1a4;
    border-color: #72a1a4; }

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

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

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

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

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

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

.slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .slick-dots li button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 0.625rem; }
  .slick-dots li.slick-active button {
    color: #1685cb; }

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative; }

.container-fluid {
  max-width: 60rem; }

.slideshow-container {
  background: #95d2f4; }
  .slideshow-container .container-fluid {
    max-width: 77.5rem; }
  @media (max-width: 575px) {
    .slideshow-container .col-12 {
      padding: 0; } }
  @media (min-width: 577px) {
    .slideshow-container .tp-revslider-mainul li {
      border-radius: 15px; } }
  .slideshow-container .slide-caption {
    background: rgba(0, 0, 0, 0.4);
    padding: 1.25rem !important; }
    @media (max-width: 768px) {
      .slideshow-container .slide-caption {
        position: relative;
        bottom: 2.5rem; } }
    .slideshow-container .slide-caption h2 {
      font-size: 1.875rem !important;
      font-family: "thirsty_roughregular_one", helvetica, sans-serif;
      color: #fff !important;
      line-height: 1.2 !important;
      text-shadow: 0 0 8px rgba(0, 0, 0, 0.7); }
    .slideshow-container .slide-caption p {
      font-size: 0.875rem !important;
      font-family: "aileronregular", helvetica, sans-serif;
      color: #fff;
      font-weight: bold !important;
      line-height: 1.2 !important;
      text-shadow: 0 0 8px rgba(0, 0, 0, 0.7); }
  .slideshow-container .tp-leftarrow,
  .slideshow-container .tp-leftarrow:hover {
    top: calc(50% - 16px);
    background: transparent url(../images/previous.png) no-repeat;
    width: 24px;
    height: 37px;
    left: -10px !important; }
    .slideshow-container .tp-leftarrow:before,
    .slideshow-container .tp-leftarrow:hover:before {
      display: none; }
  .slideshow-container .tp-rightarrow,
  .slideshow-container .tp-rightarrow:hover {
    top: calc(50% - 16px);
    background: transparent url(../images/next.png) no-repeat;
    width: 24px;
    height: 37px;
    left: initial !important;
    right: -44px; }
    @media (min-width: 992px) {
      .slideshow-container .tp-rightarrow,
      .slideshow-container .tp-rightarrow:hover {
        right: -54px; } }
    .slideshow-container .tp-rightarrow:before,
    .slideshow-container .tp-rightarrow:hover:before {
      display: none; }

.home-content-container {
  background: #f4f7d6; }
  .home-content-container h2 {
    text-transform: uppercase; }

.request-container {
  background: #005d98;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase; }
  .request-container input[type="text"],
  .request-container input[type="email"] {
    padding: 4px !important;
    border: 1px solid #fff !important;
    max-width: 50%; }
    @media (min-width: 768px) {
      .request-container input[type="text"],
      .request-container input[type="email"] {
        max-width: 100%; } }
  .request-container .ajax-loader,
  .request-container div.wpcf7-response-output,
  .request-container div.wpcf7-validation-errors,
  .request-container span.wpcf7-not-valid-tip {
    display: none !important; }
  .request-container input[aria-invalid="true"], .request-container select[aria-invalid="true"] {
    border-color: #b42940; }

#mobile-social {
  background: #929a4c; }
  #mobile-social ul {
    margin: 0 auto; }
    #mobile-social ul li {
      font-size: 0.8125rem;
      line-height: 1;
      margin-right: 0.75rem; }
      #mobile-social ul li a {
        color: #d5dd93;
        font-size: 1.1875rem;
        font-family: "eveleth_regularregular", helvetica, sans-serif; }
        #mobile-social ul li a:hover, #mobile-social ul li a:active {
          color: #ebf0ba;
          text-decoration: none; }
      #mobile-social ul li:last-child {
        margin-right: 0; }

#main p a,
#main li a {
  color: #005d98;
  text-decoration: underline; }
  #main p a.btn,
  #main li a.btn {
    color: #fff;
    text-decoration: none; }
#main .wp-caption {
  max-width: 100%; }
#main .wpcf7 label {
  display: block; }
#main .wpcf7 .required {
  font-weight: normal;
  color: #b42940; }
#main .wpcf7 .has-value > label {
  color: #212529; }
#main .wpcf7 .has-value input[type=checkbox]:checked + span.wpcf7-list-item-label {
  color: #212529; }
#main .wpcf7 input[type="text"],
#main .wpcf7 input[type="email"],
#main .wpcf7 select {
  padding: 6px;
  border: 1px solid #bdbdbd; }
  #main .wpcf7 input[type="text"]:disabled,
  #main .wpcf7 input[type="email"]:disabled,
  #main .wpcf7 select:disabled {
    display: none; }
#main .wpcf7 textarea {
  width: 100%; }
#main .wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    #main .wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox {
      flex-direction: row; } }
  #main .wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
    margin: 0 0 1rem; }
    @media (min-width: 768px) {
      #main .wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
        width: 50%;
        margin: 0 0 0.5rem; } }
    #main .wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
      margin-bottom: 0; }

.experiences-container {
  padding-bottom: 11.25rem;
  background: transparent url("../images/bedford-panorama.jpg") no-repeat;
  background-position: 50% 100%; }
  @media (min-width: 1200px) {
    .experiences-container {
      background-size: contain; } }
  .experiences-container .experience {
    position: relative;
    padding: 0 5px; }
    .experiences-container .experience .post-image img {
      width: 100%; }
    .experiences-container .experience .experience-overlay {
      position: absolute;
      top: 0;
      left: 5px;
      right: 5px;
      bottom: 0; }
      .experiences-container .experience .experience-overlay .experience-title {
        position: absolute;
        bottom: 5px;
        left: 0;
        background: #fff;
        font-family: "thirsty_roughregular_one", helvetica, sans-serif;
        line-height: 1.2;
        font-size: 1.5rem;
        padding: 0.625rem; }
      .experiences-container .experience .experience-overlay:hover {
        background: rgba(0, 0, 0, 0.5); }
  .experiences-container .experiences-alternate .experiences-alt-title {
    font-family: "thirsty_roughregular_one", helvetica, sans-serif;
    line-height: 1.2;
    font-size: 1.5rem;
    color: #005d98; }
  .experiences-container .experiences-alternate .btn {
    font-family: "thirsty_roughregular_one", helvetica, sans-serif;
    text-transform: none;
    font-size: 1.5rem;
    font-weight: normal;
    background: #0d6291;
    border-color: #0d6291; }
    .experiences-container .experiences-alternate .btn:hover, .experiences-container .experiences-alternate .btn:active, .experiences-container .experiences-alternate .btn:focus {
      background-color: #1391d7;
      border-color: #1391d7; }

.middle-content-container .instagram-link {
  font-style: italic; }
.middle-content-container .posts-carousel .post-slide {
  max-width: 10rem;
  margin: 0 auto; }
.middle-content-container .posts-carousel .post-read-more {
  font-size: 0.8125rem;
  font-style: italic; }
.middle-content-container .posts-carousel .post-date {
  border-top: 1px solid #adb5bd;
  border-bottom: 1px solid #adb5bd;
  color: #adb5bd;
  font-size: 0.8125rem; }
.middle-content-container .posts-carousel .slick-prev {
  position: absolute;
  border: none;
  background-color: transparent;
  top: calc(30% - 20px);
  color: #929a4c;
  font-size: 2.5rem;
  left: 0;
  padding: 0;
  z-index: 10;
  outline: none; }
  @media (min-width: 768px) {
    .middle-content-container .posts-carousel .slick-prev {
      left: -0.625rem; } }
.middle-content-container .posts-carousel .slick-next {
  position: absolute;
  border: none;
  background-color: transparent;
  top: calc(30% - 20px);
  color: #929a4c;
  font-size: 2.5rem;
  right: 0;
  padding: 0;
  z-index: 10;
  outline: none; }
  @media (min-width: 768px) {
    .middle-content-container .posts-carousel .slick-next {
      right: -0.625rem; } }

.experiences-carousel .experience-slide {
  position: relative; }
  .experiences-carousel .experience-slide .post-image img {
    width: 100%;
    height: auto; }
  .experiences-carousel .experience-slide .experience-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .experiences-carousel .experience-slide .experience-overlay .experience-title {
      position: absolute;
      bottom: 5px;
      left: 0;
      background: #fff;
      font-family: "thirsty_roughregular_one", helvetica, sans-serif;
      line-height: 1.2;
      font-size: 1.5rem;
      padding: 0.625rem; }
    .experiences-carousel .experience-slide .experience-overlay:hover {
      background: rgba(0, 0, 0, 0.5); }
.experiences-carousel .slick-prev {
  position: absolute;
  border: none;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #b42940;
  top: calc(50% - 20px);
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  left: 0;
  padding: 0;
  z-index: 10;
  outline: none; }
.experiences-carousel .slick-next {
  position: absolute;
  border: none;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #b42940;
  top: calc(50% - 20px);
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  right: 0;
  padding: 0;
  z-index: 10;
  outline: none; }

.child-pages-container .child-pages-carousel {
  margin-left: -8px;
  margin-right: -8px; }
  .child-pages-container .child-pages-carousel .slick-slide .child-page-slide {
    padding: 0 8px;
    position: relative; }
    .child-pages-container .child-pages-carousel .slick-slide .child-page-slide .post-image img {
      width: 100%;
      height: auto; }
    .child-pages-container .child-pages-carousel .slick-slide .child-page-slide .child-page-overlay {
      position: absolute;
      top: 0;
      left: 8px;
      right: 8px;
      bottom: 0; }
      .child-pages-container .child-pages-carousel .slick-slide .child-page-slide .child-page-overlay .child-page-title {
        position: absolute;
        bottom: 5px;
        left: 0;
        background: #fff;
        color: #0d6291;
        font-family: "thirsty_roughregular_one", helvetica, sans-serif;
        line-height: 1.2;
        font-size: 1.125rem;
        padding: 0.625rem; }
        @media (min-width: 768px) {
          .child-pages-container .child-pages-carousel .slick-slide .child-page-slide .child-page-overlay .child-page-title {
            font-size: 1.5rem; } }
      .child-pages-container .child-pages-carousel .slick-slide .child-page-slide .child-page-overlay:hover {
        background: rgba(0, 0, 0, 0.5); }
.child-pages-container .slick-prev {
  position: absolute;
  border: none;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #b42940;
  top: calc(50% - 20px);
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  left: 8px;
  padding: 0;
  z-index: 10;
  outline: none; }
.child-pages-container .slick-next {
  position: absolute;
  border: none;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #b42940;
  top: calc(50% - 20px);
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  right: 8px;
  padding: 0;
  z-index: 10;
  outline: none; }

.featured-events-container {
  background: #f2f0e8; }
  .featured-events-container .featured-event-details .event-date {
    background: #4f787a;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase; }
    .featured-events-container .featured-event-details .event-date .month {
      font-size: 0.9375rem; }
    .featured-events-container .featured-event-details .event-date .day {
      font-size: 1.5rem;
      line-height: 0.917; }
  .featured-events-container .featured-event-details .event-title {
    font-weight: bold; }
  .featured-events-container .featured-event-details .tribe-events-read-more {
    font-style: italic;
    font-size: 0.8125rem; }
  .featured-events-container .featured-event-details:hover .event-date {
    background: #2b4849; }
  .featured-events-container #featured-events-footer {
    margin: 0.9375rem auto -0.9375rem; }
    .featured-events-container #featured-events-footer .btn-tertiary:hover {
      background: #2b4849; }

.bottom-content-container {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  min-height: 43.75rem; }
  @media (min-width: 768px) {
    .bottom-content-container {
      min-height: 40.625rem; } }
  @media (min-width: 992px) {
    .bottom-content-container {
      background-position: 50% 50%;
      min-height: 29.875rem;
      -webkit-background-size: contain;
      background-size: contain; } }

.single-experience .page-header-image {
  width: 100%;
  position: relative; }
  .single-experience .page-header-image img {
    border-radius: 0.9375rem;
    width: 100%;
    height: auto; }
  .single-experience .page-header-image .caption {
    background: rgba(0, 0, 0, 0.6);
    padding: 0.625rem;
    font-size: 0.8125rem;
    color: #fff;
    font-style: italic;
    position: absolute;
    left: 0;
    bottom: 20px; }
.single-experience .title h1 {
  text-transform: none;
  font-family: "thirsty_roughregular_one", helvetica, sans-serif;
  font-weight: normal; }
.single-experience .content ul {
  padding: 0 0 0 1rem; }

.page h1.title {
  color: #0d6291; }
.page h3,
.page h5 {
  color: #0d6291; }

.page-template-template-landing .page-header {
  background: #95d2f4; }
  .page-template-template-landing .page-header .col-12 {
    padding: 0; }
    @media (min-width: 576px) {
      .page-template-template-landing .page-header .col-12 {
        padding: 0 5px; } }
  .page-template-template-landing .page-header .page-header-image {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 9.125rem; }
    @media (min-width: 576px) {
      .page-template-template-landing .page-header .page-header-image {
        border-radius: 0.9375rem; } }
    @media (min-width: 992px) {
      .page-template-template-landing .page-header .page-header-image {
        height: 13.5rem; } }
    .page-template-template-landing .page-header .page-header-image .caption {
      background: rgba(0, 0, 0, 0.6);
      padding: 0.625rem;
      font-size: 0.8125rem;
      color: #fff;
      font-style: italic;
      position: absolute;
      left: 0;
      bottom: 15px; }
  .page-template-template-landing .page-header .page-header-image-left {
    height: 18.75rem; }
    @media (min-width: 992px) {
      .page-template-template-landing .page-header .page-header-image-left {
        height: 27.5rem; } }

.page-template-template-experience .page-header {
  background: #95d2f4; }
  @media (min-width: 576px) {
    .page-template-template-experience .page-header .col-12 {
      padding: 0 5px; } }
  .page-template-template-experience .page-header .page-header-image {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 18.75rem;
    border-radius: 0.9375rem; }
    .page-template-template-experience .page-header .page-header-image .caption {
      background: rgba(0, 0, 0, 0.6);
      padding: 0.625rem;
      font-size: 0.8125rem;
      color: #fff;
      font-style: italic;
      position: absolute;
      left: 0;
      bottom: 15px; }

.breadcrumbs-container {
  background: #61a7ce; }
  .breadcrumbs-container #breadcrumbs {
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold; }

.listings-header {
  color: #0d6291;
  font-style: italic; }
  .listings-header i {
    margin-right: 0.625rem; }

.addthis_tool {
  text-align: center; }

.at-below-post-arch-page {
  margin-bottom: 1.875rem; }

.listings-container {
  background: #f9f9f9; }
  .listings-container h3 {
    color: #0d6291;
    font-family: "aileronregular", helvetica, sans-serif;
    font-weight: normal;
    text-transform: none;
    display: inline-block;
    margin-right: 0.625rem; }
    .listings-container h3 + i {
      margin-right: 0.625rem;
      color: #0d6291; }
    .listings-container h3 + i + i {
      margin-right: 0; }
  .listings-container .listing-info {
    font-size: 0.8125rem;
    color: #26211c;
    padding-left: 0.75rem; }
    .listings-container .listing-info label {
      font-style: italic;
      margin-right: 0.25rem; }
  .listings-container ul.phone-numbers {
    font-style: italic;
    padding: 0;
    margin: 0;
    display: inline; }
    .listings-container ul.phone-numbers li {
      display: inline-block;
      font-size: 0.8125rem; }
      .listings-container ul.phone-numbers li:after {
        content: '\00B7'; }
      .listings-container ul.phone-numbers li:last-child:after {
        content: ''; }
  .listings-container ul.listing-links {
    padding: 0;
    margin: 0; }
    .listings-container ul.listing-links li {
      display: inline-block;
      font-size: 0.8125rem;
      font-weight: bold;
      font-style: normal;
      color: #1685cb;
      border-right: 1px solid #1685cb;
      line-height: 1;
      padding-right: 0.375rem;
      margin-right: 0.25rem; }
      .listings-container ul.listing-links li:last-child {
        border-right: none;
        padding-right: 0;
        margin-right: 0; }
      #main .listings-container ul.listing-links li a {
        text-decoration: none; }
  .listings-container .listing-details-link {
    font-size: 0.8125rem;
    font-weight: bold;
    font-style: italic;
    color: #1685cb; }

.single-bedford_listing .title h1 {
  color: #0d6291; }
.single-bedford_listing .content {
  color: #4a4a4a;
  line-height: 1.667; }
  .single-bedford_listing .content .listing-info {
    font-size: 0.8125rem; }
    .single-bedford_listing .content .listing-info label {
      font-style: italic;
      margin-right: 0.25rem; }
  .single-bedford_listing .content ul.phone-numbers {
    font-style: italic;
    padding: 0;
    margin: 0;
    display: inline; }
    .single-bedford_listing .content ul.phone-numbers li {
      display: inline-block;
      font-size: 0.8125rem; }
      .single-bedford_listing .content ul.phone-numbers li:after {
        content: '\00B7'; }
      .single-bedford_listing .content ul.phone-numbers li:last-child:after {
        content: ''; }
  .single-bedford_listing .content ul.listing-links {
    padding: 0;
    margin: 0; }
    .single-bedford_listing .content ul.listing-links li {
      font-size: 0.8125rem;
      font-weight: bold;
      list-style-type: none;
      font-style: normal; }
      .single-bedford_listing .content ul.listing-links li a {
        text-decoration: none !important;
        color: #4a4a4a !important; }
.single-bedford_listing .listing-thumbnail + .btn-primary {
  margin-top: 1rem; }
.single-bedford_listing .listing-sidebar .listing-thumbnail {
  width: 100%;
  height: auto; }
.single-bedford_listing .listing-sidebar .btn-primary {
  width: 100%; }

.map-container {
  background: #f9f9f9; }
  .map-container #listing-map {
    width: 100%;
    display: block;
    height: 18.75rem; }
    @media (min-width: 768px) {
      .map-container #listing-map {
        width: 80%;
        margin: 0 auto; } }

.back-container {
  background: #1685cb; }
  .back-container .back-link {
    color: #fff;
    font-size: 0.9375rem;
    font-weight: bold;
    text-decoration: none; }

.listing-carousel-container {
  background: #95d2f4; }
  .listing-carousel-container .slick-prev {
    position: absolute;
    border: none;
    width: 2.5rem;
    height: 2.5rem;
    background-color: transparent;
    top: calc(50% - 20px);
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
    left: 0;
    padding: 0;
    z-index: 10;
    outline: none; }
    @media (min-width: 992px) {
      .listing-carousel-container .slick-prev {
        left: -30px; } }
  .listing-carousel-container .slick-next {
    position: absolute;
    border: none;
    width: 2.5rem;
    height: 2.5rem;
    background-color: transparent;
    top: calc(50% - 20px);
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
    right: 0;
    padding: 0;
    z-index: 10;
    outline: none; }
    @media (min-width: 992px) {
      .listing-carousel-container .slick-next {
        right: -30px; } }

.events-archive #tribe-events-bar {
  margin-bottom: 0; }
  .events-archive #tribe-events-bar #tribe-bar-form {
    position: relative; }
    .events-archive #tribe-events-bar #tribe-bar-form:before, .events-archive #tribe-events-bar #tribe-bar-form:after {
      content: "";
      background: inherit;
      position: absolute;
      top: 0;
      bottom: 0;
      display: block; }
    .events-archive #tribe-events-bar #tribe-bar-form:before {
      right: 100%;
      width: 900px; }
    .events-archive #tribe-events-bar #tribe-bar-form:after {
      left: 100%;
      width: 900px; }
    .events-archive #tribe-events-bar #tribe-bar-form input[type="text"] {
      border: 1px solid #adb5bd;
      background: #fff;
      padding: 0.5rem;
      color: #0d6291;
      text-align: center;
      font-style: normal; }
    .events-archive #tribe-events-bar #tribe-bar-form input::-webkit-input-placeholder {
      color: #0d6291;
      text-align: center;
      font-style: normal; }
    .events-archive #tribe-events-bar #tribe-bar-form input::-moz-placeholder {
      color: #0d6291;
      text-align: center;
      font-style: normal; }
    .events-archive #tribe-events-bar #tribe-bar-form input:-moz-placeholder {
      color: #0d6291;
      text-align: center;
      font-style: normal; }
    .events-archive #tribe-events-bar #tribe-bar-form input:-ms-input-placeholder {
      color: #0d6291;
      text-align: center;
      font-style: normal; }
    .events-archive #tribe-events-bar #tribe-bar-form input::placeholder {
      color: #0d6291;
      text-align: center;
      font-style: normal; }
    .events-archive #tribe-events-bar #tribe-bar-form .tribe-bar-date-filter,
    .events-archive #tribe-events-bar #tribe-bar-form .tribe-bar-search-filter {
      padding: 0 12px 0 0; }
    .events-archive #tribe-events-bar #tribe-bar-form .tribe-bar-submit,
    .events-archive #tribe-events-bar #tribe-bar-form .tribe-bar-geoloc-filter {
      padding: 0; }
    .events-archive #tribe-events-bar #tribe-bar-form .tribe-bar-submit .btn {
      font-size: 1.25rem;
      border-radius: 0; }
.events-archive .tribe-events-title-bar h1 {
  color: #0d6291;
  font-weight: normal; }
.events-archive .events-views a {
  color: #adb5bd; }
  .events-archive .events-views a.active {
    color: #0d6291; }
  .events-archive .events-views a i {
    margin-right: 8px; }
.events-archive.events-list #tribe-events-content.tribe-events-list {
  margin-bottom: 1.25rem; }
.events-archive.events-list .tribe-events-loop {
  max-width: 100%; }
  .events-archive.events-list .tribe-events-loop .type-tribe_events,
  .events-archive.events-list .tribe-events-loop .tribe-event-featured {
    background: #01273b;
    margin-top: 0;
    margin-bottom: 4px;
    padding: 0 0 0 12px; }
    .events-archive.events-list .tribe-events-loop .type-tribe_events .tribe-events-list-event-title,
    .events-archive.events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title {
      font-size: 1rem;
      font-weight: bold;
      color: #fff;
      font-family: "aileronregular", helvetica, sans-serif;
      margin: 0;
      padding: 0;
      width: calc(100% - 90px); }
    .events-archive.events-list .tribe-events-loop .type-tribe_events .tribe-events-event-meta,
    .events-archive.events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta {
      width: 90px;
      margin: 0;
      color: #fff; }
      .events-archive.events-list .tribe-events-loop .type-tribe_events .tribe-events-event-meta .event-date,
      .events-archive.events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta .event-date {
        background: #4f787a;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
        .events-archive.events-list .tribe-events-loop .type-tribe_events .tribe-events-event-meta .event-date .month,
        .events-archive.events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta .event-date .month {
          font-size: 0.9375rem;
          line-height: 1.2;
          font-weight: bold;
          text-transform: uppercase;
          font-family: "aileronregular", helvetica, sans-serif; }
        .events-archive.events-list .tribe-events-loop .type-tribe_events .tribe-events-event-meta .event-date .day,
        .events-archive.events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta .event-date .day {
          font-size: 1.5rem;
          line-height: 1.2;
          font-weight: bold;
          font-family: "aileronregular", helvetica, sans-serif; }
.events-archive.events-list #tribe-events-footer {
  border-top: none;
  padding: 0; }
.events-archive #bedford-events-photo-events .tribe-events-photo-event {
  background: #4167b0;
  min-height: 15.625rem;
  margin: 0; }
  .events-archive #bedford-events-photo-events .tribe-events-photo-event.aligned {
    height: calc(100% - 20px); }
  .events-archive #bedford-events-photo-events .tribe-events-photo-event .tribe-events-photo-event-wrap {
    background: #4167b0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 25rem; }
    @media (min-width: 768px) {
      .events-archive #bedford-events-photo-events .tribe-events-photo-event .tribe-events-photo-event-wrap {
        min-height: 15.625rem; } }
  .events-archive #bedford-events-photo-events .tribe-events-photo-event .tribe-events-event-details {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .events-archive #bedford-events-photo-events .tribe-events-photo-event .tribe-events-event-details .tribe-events-list-event-title {
      font-size: 1rem;
      font-weight: bold;
      color: #fff;
      font-family: "aileronregular", helvetica, sans-serif;
      margin: 0;
      padding: 0;
      width: calc(100% - 90px); }
    .events-archive #bedford-events-photo-events .tribe-events-photo-event .tribe-events-event-details .tribe-events-event-meta {
      width: 90px;
      margin: 0;
      color: #fff; }
      .events-archive #bedford-events-photo-events .tribe-events-photo-event .tribe-events-event-details .tribe-events-event-meta .event-date {
        background: #4f787a;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
        .events-archive #bedford-events-photo-events .tribe-events-photo-event .tribe-events-event-details .tribe-events-event-meta .event-date .month {
          font-size: 0.9375rem;
          line-height: 1.2;
          font-weight: bold;
          text-transform: uppercase;
          font-family: "aileronregular", helvetica, sans-serif; }
        .events-archive #bedford-events-photo-events .tribe-events-photo-event .tribe-events-event-details .tribe-events-event-meta .event-date .day {
          font-size: 1.5rem;
          line-height: 1.2;
          font-weight: bold;
          font-family: "aileronregular", helvetica, sans-serif; }

.tribe-events-single .title h1 {
  color: #0d6291;
  font-weight: normal; }
.tribe-events-single .content {
  color: #4a4a4a;
  line-height: 1.667; }
  .tribe-events-single .content .tribe-events-schedule {
    margin: 0 0 1rem; }
    .tribe-events-single .content .tribe-events-schedule h3 {
      line-height: 1;
      font-family: "aileronregular", helvetica, sans-serif; }
.tribe-events-single .tribe-events-event-image + .btn-primary {
  margin-top: 1rem; }
.tribe-events-single .event-sidebar .btn-primary {
  width: 100%; }
.tribe-events-single .event-sidebar .tribe-events-cal-links {
  display: flex;
  justify-content: space-between; }
.tribe-events-single .addthis_tool {
  text-align: left; }

.tribe-events-meta-group h2 {
  font-family: "aileronregular", helvetica, sans-serif; }
.tribe-events-meta-group a {
  color: #0d6291; }

.posts-grid .post .wp-post-image {
  width: 100%;
  height: auto; }
.posts-grid .post .addthis_tool {
  order: 4; }
.posts-grid .post .read-more {
  order: 5; }

#sidebar h3 {
  color: #005d98; }
#sidebar ul {
  padding-left: 0; }
  #sidebar ul li {
    list-style-type: none; }

#footer #footer-top {
  background: #929a4c; }
  #footer #footer-top ul {
    margin: 0 auto; }
    #footer #footer-top ul li {
      font-size: 0.8125rem;
      line-height: 1;
      margin-right: 0.75rem; }
      #footer #footer-top ul li #footer-search-toggle {
        font-size: 1.1875rem; }
      #footer #footer-top ul li a {
        color: #d5dd93;
        font-size: 1.1875rem;
        font-family: "eveleth_regularregular", helvetica, sans-serif; }
        #footer #footer-top ul li a:hover, #footer #footer-top ul li a:active {
          color: #ebf0ba;
          text-decoration: none; }
      #footer #footer-top ul li.menu-item a {
        font-size: 0.8125rem; }
      #footer #footer-top ul li:last-child {
        margin-right: 0; }
#footer .search-form {
  position: relative;
  width: 0;
  display: none;
  max-width: 1.25rem; }
  #footer .search-form.open {
    max-width: 12.8125rem;
    display: block; }
  #footer .search-form input {
    transition: border-color 0.3s linear;
    border: none;
    background-color: transparent;
    max-width: 12.8125rem;
    width: 100%;
    padding: 0;
    margin-right: 2.5rem;
    position: relative;
    border-bottom: 1px solid #d5dd93;
    outline: none;
    color: #d5dd93; }
    @media (min-width: 992px) {
      #footer .search-form input {
        border-bottom: 1px solid transparent;
        max-width: 6.25rem; } }
    @media (min-width: 1200px) {
      #footer .search-form input {
        max-width: 12.8125rem; } }
    @media (min-width: 992px) {
      #footer .search-form input[type="search"]:hover, #footer .search-form input[type="search"]:active, #footer .search-form input[type="search"]:focus {
        border-bottom: 0.0625rem solid #d5dd93; } }
  #footer .search-form button {
    transition: opacity 0.3s linear;
    position: absolute;
    right: 0;
    top: -2px;
    background-color: transparent;
    border: none;
    color: #d5dd93;
    cursor: pointer;
    font-size: 1.1875rem; }
    #footer .search-form button:hover, #footer .search-form button:active, #footer .search-form button:focus {
      color: #ebf0ba; }
#footer #footer-search-toggle {
  color: #d5dd93;
  cursor: pointer; }
  #footer #footer-search-toggle:hover {
    color: #ebf0ba; }
  #footer #footer-search-toggle.open {
    display: none; }
#footer #footer-middle {
  background: #f2f0e8; }
  #footer #footer-middle .footer-menu {
    width: 100%; }
    #footer #footer-middle .footer-menu #footer-main-menu {
      margin: 0; }
      #footer #footer-middle .footer-menu #footer-main-menu li {
        font-size: 1rem;
        font-family: "eveleth_regularregular", helvetica, sans-serif;
        color: #0d6291; }
        #footer #footer-middle .footer-menu #footer-main-menu li a:hover, #footer #footer-middle .footer-menu #footer-main-menu li a:active {
          text-decoration: underline; }
        #footer #footer-middle .footer-menu #footer-main-menu li ul {
          padding: 0; }
          #footer #footer-middle .footer-menu #footer-main-menu li ul li {
            list-style-type: none;
            font-size: 0.8125rem;
            font-family: "aileronregular", helvetica, sans-serif;
            line-height: 3.077; }
#footer #footer-bottom .copyright {
  font-style: italic;
  font-size: 0.8125rem; }
#footer #footer-bottom .footer-links {
  margin: 0;
  padding: 0;
  font-size: 0.8125rem; }
  #footer #footer-bottom .footer-links li {
    list-style-type: none;
    line-height: 1;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      #footer #footer-bottom .footer-links li {
        border-right: 1px solid #4a4a4a;
        margin-right: 6px;
        padding-right: 6px;
        margin-bottom: 0; }
        #footer #footer-bottom .footer-links li:last-child {
          border-right: none;
          margin-right: 0;
          padding-right: 0; } }
    #footer #footer-bottom .footer-links li a {
      text-decoration: underline; }

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