@charset "UTF-8";
* {
  box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

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

b,
strong {
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ul,
ol {
  list-style: none;
}

li {
  display: list-item;
}

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

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

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

sub,
sup,
small {
  font-size: 75%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  overflow: hidden;
}

@font-face {
  font-family: "Liberator";
  src: url("../fonts/LiberatorLight.eot");
  src: url("../fonts/LiberatorLight.eot?#iefix") format("embedded-opentype"), url("../fonts/LiberatorLight.woff2") format("woff2"), url("../fonts/LiberatorLight.woff") format("woff"), url("../fonts/LiberatorLight.ttf") format("truetype"), url("../fonts/LiberatorLight.svg#LiberatorLight") format("svg");
  font-weight: 300;
  font-style: normal;
}
/*
@font-face {
  font-family: 'Liberator';
  src: url('LiberatorMedium.eot');
  src: url('LiberatorMedium.eot?#iefix') format('embedded-opentype'),
      url('LiberatorMedium.woff2') format('woff2'),
      url('LiberatorMedium.woff') format('woff'),
      url('LiberatorMedium.ttf') format('truetype'),
      url('LiberatorMedium.svg#LiberatorMedium') format('svg');
  font-weight: 500;
  font-style: normal;
}
*/
.event-stripe .event:after, .inner:after {
  content: "";
  display: table;
  clear: both;
}

.alert-stripe .alert-inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

main, nav.subnav, header.topnav {
  background-color: white;
}

.blue-stripe, .search-stripe, body {
  background-color: #223d5f;
  /*  @include repeat('paper-blue.jpg'); */
}

/*
%topnavLink { text-align: center; color:$red; padding-top: 1.5rem; height:($aside-width + 5px); cursor:pointer;
  span { display: block; color:$black; font-size:80%; text-transform: uppercase; }
  &:hover, &.active { background-color:$red; color:$white;
    span { color:$white; }
  }
  &.active { background-color:rgba($black,0.8); color:$red; cursor: default;
    span { color:$white; }
  }
}
*/
* {
  box-sizing: border-box;
}

html {
  font-size: 100px;
}

body {
  color: #000;
  height: auto;
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
}

body {
  min-height: 100vh;
}

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

b, strong {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

h1, h2, h3, h4 {
  font-weight: 900;
}

h2 {
  font-size: 1.5em;
  line-height: 100%;
}

h3 {
  font-size: 1.25em;
}

h6 {
  font-weight: 300;
}

p {
  line-height: 150%;
  margin-bottom: 1em;
}

ul {
  margin-bottom: 1em;
  margin-left: 1em;
}
ul li {
  padding-bottom: 0.6em;
  list-style-type: disc;
}

ol {
  margin-bottom: 1em;
  margin-left: 1em;
}
ol li {
  padding-bottom: 0.6em;
  list-style-type: decimal;
}

.centered {
  text-align: center;
}

a {
  cursor: pointer;
}
a.email {
  word-break: break-all;
}

a[href] {
  text-decoration: none;
  color: #2f517a;
}
a[href]:hover {
  text-decoration: underline;
}

svg * {
  fill: currentColor;
  transform-origin: center;
}

.inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .inner {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.wide-inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1024px) {
  .three-column {
    column-count: 3;
    margin-bottom: 1em;
    padding-left: 0;
    margin-left: 0;
  }
  .three-column li {
    margin-left: 1em;
  }
}

.flexy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flexy .half {
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
}

@media (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 1023px) {
  .desktop-only {
    display: none;
  }
}
html, body {
  font-size: 18px;
}

.alert-stripe {
  background: rgba(0, 0, 0, 0.9);
  padding: 1em;
  color: #fff;
}
.alert-stripe .alert-inner {
  text-align: center;
}
.alert-stripe .alert-headline {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.alert-stripe .alert-headline a {
  color: yellow;
}
.alert-stripe .alert-text {
  margin-bottom: 1em;
}
.alert-stripe .update-line {
  margin-bottom: 1em;
}
.alert-stripe .button-holder {
  padding: 0;
}
.alert-stripe .button:hover {
  background: #652f28;
}

header.topnav {
  background-attachment: fixed;
  background: white;
}
header.topnav nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
header.topnav a {
  color: #2f517a;
  flex-basis: 10%;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  margin-bottom: 0.35em;
}
header.topnav a.has-subnav, header.topnav a.no-subnav {
  padding-top: 1.65em;
  position: relative;
  text-decoration: none;
}
header.topnav a.has-subnav:before, header.topnav a.no-subnav:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 10px;
  background-color: #2f517a;
  transform: translateY(-102%);
  transition: transform 0.1s linear;
}
header.topnav a.has-subnav:hover:before, header.topnav a.has-subnav.active:before, header.topnav a.no-subnav:hover:before, header.topnav a.no-subnav.active:before {
  transform: translateY(0);
}
header.topnav a.has-subnav {
  position: relative;
}
header.topnav a.has-subnav:after {
  content: "›";
  font-size: 135%;
  display: block;
  transform: scale(1) rotate(90deg);
  position: absolute;
  top: 42px;
  right: 0;
  left: 0;
  transition: transform 0.3s ease;
}
header.topnav a.expanded.has-subnav:after {
  transform: scale(1.5) rotate(-90deg);
}

nav.subnav {
  padding-bottom: 0.25em;
  display: none;
  position: relative;
}
nav.subnav a {
  color: #2f517a;
  /*@include flex-item(33.3333%,0); */
  padding-bottom: 0.5em;
}
nav.subnav a:hover {
  text-decoration: underline;
}
nav.subnav .inner a {
  display: block;
}

@media (min-width: 941px) {
  header.topnav a.home {
    padding-top: 5px;
  }
  header.topnav a.home img {
    width: 82px;
    height: 82px;
  }

  nav.subnav .go-back {
    display: none !important;
  }
  nav.subnav .inner {
    column-count: 3;
    column-gap: 40px;
    column-rule: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 941px) {
  .mobile-primary-navigation {
    display: none;
  }

  header.topnav .hamburger-icon {
    display: none;
  }
}
@media (max-width: 940px) {
  header.topnav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 14;
  }
  header.topnav .primarynav a.home {
    text-align: left;
  }
  header.topnav .primarynav .desktop-nav {
    display: none;
  }
  header.topnav .primarynav .hamburger-icon {
    text-align: right;
  }
  header.topnav .primarynav .hamburger-icon .x {
    opacity: 0;
  }
  header.topnav .hamburger-icon svg, header.topnav a.home img {
    width: 48px;
    height: 48px;
  }

  .search-stripe, .search-hero {
    margin-top: 59px;
  }

  .mobile-primary-navigation {
    position: fixed;
    top: 59px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #223d5f;
    z-index: 15;
    font-size: 6vw;
    padding: 1em;
    min-height: calc(100vh - 59px);
    transform: translateX(102%);
    transition: transform 0.5s ease;
  }
  .mobile-primary-navigation a {
    display: block;
    color: #fff;
    margin-bottom: 0.5em;
  }
  .mobile-primary-navigation a.has-subnav:after {
    content: ">";
  }
  .mobile-primary-navigation.visible {
    transform: translateX(0);
    display: block;
  }

  nav.subnav {
    background: #223d5f;
    position: fixed;
    top: 59px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 16;
    font-size: 4vw;
    transform: translateX(102%);
    transition: transform 0.5s ease;
  }
  nav.subnav .inner {
    height: 100%;
    overflow-y: auto;
    padding: 1em;
  }
  nav.subnav a {
    display: block;
    color: #fff;
  }
  nav.subnav a.go-back {
    transform: translateX(-0.6em);
    font-weight: 600;
  }
  nav.subnav a.go-back:before {
    content: "<";
  }
  nav.subnav.visible {
    transform: translateX(0);
  }
}
.search-stripe {
  padding-top: 1em;
  padding-bottom: 1em;
}
.search-stripe input[type=search] {
  background-color: transparent;
  border: none;
  font-weight: 300;
  color: #fff;
  -webkit-appearance: textfield;
}
.search-stripe input[type=search]::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
}
.search-stripe input[type=search]:-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
}
.search-stripe input[type=search]::-moz-placeholder {
  color: #fff;
  opacity: 0.7;
}

.search-hero {
  /* height: calc(100vh - 93px);*/
  height: 56vh;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.search-hero .gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(121deg, #864139, #223d5f);
  opacity: 0.75;
  /*
  position:$pos;
  $offset: -($height / 2);
  &:before, &:after { @include position(absolute,null,0,null,0); height: $height; background-image:url(../images/stitch.png); background-repeat: repeat-x; content:' '; }
  &:before { top:$offset; }
  &:after { bottom:$offset; }
  */
}
.search-hero .inner {
  max-width: 960px;
}
.search-hero input[type=search] {
  border: none;
  font-weight: 300;
  height: 3.1rem;
  font-size: 1.35rem;
  -webkit-appearance: textfield;
}

.search-element .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.search-element .looking-for {
  width: 100%;
  font-size: 180%;
}
.search-element .select-district {
  background-color: rgba(255, 255, 255, 0.9);
  margin-left: 1em;
  position: relative;
  z-index: 4;
}
.search-element .select-district dt {
  padding: 0.95em 1em 0 0.95em;
  height: 3.1rem;
}
.search-element .select-district dt:after {
  content: "▾";
  float: right;
}
.search-element .select-district dd {
  position: absolute;
  top: 3.1rem;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 4;
  display: none;
}
.search-element .select-district ul {
  padding: 0;
  margin: 0;
}
.search-element .select-district li {
  display: block;
  padding: 0.5em 1em;
  cursor: pointer;
}
.search-element .select-district li:hover {
  background: rgba(47, 81, 122, 0.65);
}
.search-element .select-district li.hidden {
  display: none;
}
.search-element .select-district li.active {
  background-color: #000;
  color: #fff;
}
.search-element .select-district img {
  width: 1.5rem;
  height: 1.5rem;
}
.search-element .select-district.hover dd {
  display: block;
}

.search-results {
  padding-left: 1em;
}
.search-results li {
  list-style: decimal;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
}

@media (min-width: 481px) {
  .search-element .search-holder {
    flex-basis: calc(100% - 14em);
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
  }
  .search-element .district-holder {
    flex-basis: 14em;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
  }
}
/*
@media (max-width:520px) {
  .search-element {
    .search-holder { @include flex-item(50%); }
    .district-holder { @include flex-item(50%); }
  }
}
*/
@media (max-width: 480px) {
  .search-element .search-holder {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
  }
  .search-element .district-holder {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
  }
  .search-element .district-holder dl {
    margin-left: 0;
  }
}
/*
.autocomplete-suggestions { background-color:white; border:2px solid #999; border-top:none; overflow-x: hidden;

  .autocomplete-suggestion { padding:0.25em 1em;
    &:hover { background:rgba(yellow,0.35); cursor: pointer; }
  }
}

.easy-autocomplete-container {
  ul { margin-left: 0;
    li {  font-size:130%; }
  }
}
*/
figure.hero img {
  width: 100%;
}
@media (min-width: 600px) {
  figure.hero .mobile {
    display: none;
  }
}
@media (max-width: 599px) {
  figure.hero .desktop {
    display: none;
  }
}

/*
.hero { height:$hero-height; @include position(absolute,$topstuff-height,0,null,0); background-size:cover;  background-position:center; z-index: $z-hero;
  figure { @include position(absolute,0,0,0,0); background-size:cover; background-position:bottom center; }
  .content { width:100%; max-width: $max-width; margin-left: auto; margin-right: auto; font-family:$font; font-weight: 900; text-transform: uppercase;
    .line { line-height: 95%; font-size:3.3em; @include flex-item(100%); }
    //figcaption { transition: all 0.2s ease; transform: scale(1.05) translate(5%,-5%); }
    //figcaption { transform:scale(1); opacity: 1; }
  }
  figcaption { @include position(absolute,0,0,0,0); @include flex-container(row,wrap,center);
    .line { line-height: 80%; font-size:3.8em; }
  }
}

.hero-slick {
  .slick-slide { height: $hero-height; position: relative;}
}

.video-hero { @include position(fixed,-50%,null,null,-50%); width: 200%; height: 200%;
  .video { @include position(absolute,0,0,0,0); margin: auto; height:100%; width:100%; }
  &.visible { opacity: 1 }
}

.promo-hero {
  .promo-content { background-color:rgba(blue,0.35); @include position(fixed,$bookbar-height,0,null,0); height: $video-hero-height; @include flex-container(row,wrap,center); justify-content:space-around;
    .inside { max-width: 800px; text-align: center; color:$white;
      @media screen and (max-width:800px) { padding-left: 1em; padding-right: 1em; }
    }
    .name { font-size: 350%; font-family: $headline; text-transform: uppercase; text-shadow: 0.025em 0.025em 0.1em black; }
    .subtitle { font-family:$headline; font-size:190%; text-transform: uppercase; }
    .button-holder { padding-top: 1em; }
  }
}

.package-hero { height:$package-hero-height; @extend %center-child; justify-content: space-around;
  > figure:after { @include position(absolute,0,0,0,0); background-color:rgba($black,0.6); content:' '; }
  .package-content { position: relative; }
  .inside { color:$white; max-width: $inner-max; text-align: center; }
  .title { font-family:$headline; text-transform: uppercase; font-size:150%; }
  .subtitle { font-size:120%; padding-bottom: 1em; }
  .price { font-weight: $bold; font-size:135%; padding-bottom: 0.5em; }
  li { list-style: none; }
  .package-includes { font-size:90%; }
  .fine-print { font-style:italic; font-size: 80%;  padding-top: 1em;  }
}

.dining-hero { height:90vh; @include flex-container(row,wrap,flex-end); padding: 2em 2em 6em 2em;
  .inside { width:100%; }
  .dining-specials { width:100%; max-width: $max-width; margin-left: auto; margin-right: auto;
    .special { background-color:rgba($white,0.85); margin-right:2px; padding: 1em; min-height:9.25em; }
    .name { font-family: $headline; font-size:120%; text-transform: uppercase; }
    .price { font-weight: $bold; font-size:140%;
      .cents { font-size:60%; }
    }
    .where { font-weight: $bold;
      .location {
        &:after { content:', ' }
        &:last-child:after { content:''; }
      }
    }
    .when { text-transform: capitalize; }
    a {
      .name { color: $blue; }
    }
  }
}

main {
  &.no-hero { margin-top:153px;
    .lead-stripe:before { display: none; }
  }
  &.under-hero { margin-top:calc(60vh + 150px); }
  &.under-hero-promo { margin-top:$video-hero-height; }
  &.under-hero-package { margin-top:$package-hero-height; }
  &.under-hero-dining { margin-top:$package-hero-height; }
}

body {
  &.no-hero { background-size:cover; background-position:center; background-image:url(../img/bg-nightsky.jpg); background-attachment: fixed; }
}



@media (min-width:601px) {
  .mobile-hero { display: none !important; }
}
@media (max-width:600px) {
  .desktop-hero { display: none !important; }
  .hero { height: 56vw;
    .content { padding-left:1rem; padding-right: 1rem; padding-top: 2.5em;
      .line { font-size:6.5vw; }
    }
    &.dining-hero { height:400px; }
    &.promo-hero  { height: 100vh; }
  }
  main.under-hero { margin-top:calc(56vw + 4em);
    &.under-hero-dining { margin-top:400px; }
    &.under-hero-promo { margin-top:100vh; }
  }
  .hero-slick { height: 56vw;
    .slick-slide { height: 56vw; }
  }


  .promo-hero {
    video { display: none; }
    .promo-content { background-size:cover; background-image:url(../img/mobile-bokeh.jpg); }
  }
}
*/
h1, h2, h3, h4, h5, h6 {
  text-align: left;
}

body.no-scroll {
  overflow: hidden;
}

.box.white {
  background-color: #fff;
}
.box.brown {
  background-color: #5d5043;
}
.box.dark-blue {
  background-color: #223d5f;
}
.box.rust {
  background-color: #652f28;
}
.box.transparent {
  background-color: transparent;
  border: none;
}
.box.white, .box.brown, .box.dark-blue, .box.rust {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.18);
}
.box.brown, .box.dark-blue, .box.rust {
  color: #fff;
}
.box.brown a, .box.dark-blue a, .box.rust a {
  color: #fce37c;
}
.box figure {
  /*box-shadow: 4px 4px 6px rgba($black, 0.4); border:6px solid $white; */
  margin-bottom: 1em;
}
.box figure.left {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
  clear: none;
}
.box figure.right {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
  clear: none;
}
.box figure.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.box figure figcaption {
  background: #fff;
  color: #000;
  padding-top: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.25em;
}
.box figure.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.box figure.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main iframe {
  width: 100%;
}
main .box {
  position: relative;
  margin-bottom: 2em;
}
main .box > .inside {
  padding: 2em;
}
main .box.picture-box {
  padding: 0;
}
main .box.picture-box figure {
  margin: 0;
}
main .box .districts {
  position: absolute;
  top: 11px;
  left: 5px;
}
main .box .districts label {
  display: none;
}

@media (min-width: 1650px) {
  main {
    overflow: hidden;
    background-color: #f9fafb;
  }
}
@media (min-width: 768px) {
  main {
    padding-top: 2.5em;
  }
}
@media (max-width: 767px) {
  main {
    padding-top: 1em;
  }
}
a.download:after {
  width: 0.6em;
  height: 1em;
  content: " ";
  background-size: contain;
  display: inline-block;
  margin-left: 0.25em;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("../svg/icons/download.svg");
}
a.email:after {
  width: 0.6em;
  height: 1em;
  content: " ";
  background-size: contain;
  display: inline-block;
  margin-left: 0.25em;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("../svg/icons/email.svg");
}
a.offsite:after {
  width: 0.6em;
  height: 1em;
  content: " ";
  background-size: contain;
  display: inline-block;
  margin-left: 0.25em;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("../svg/icons/offsite.svg");
}
a.phone:after {
  width: 0.6em;
  height: 1em;
  content: " ";
  background-size: contain;
  display: inline-block;
  margin-left: 0.25em;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("../svg/icons/phone.svg");
}
a.button.download:after {
  width: 0.6em;
  height: 1em;
  content: " ";
  background-size: contain;
  display: inline-block;
  margin-left: 0.25em;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("../svg/icons/download-white.svg");
}
a.button.email:after {
  width: 0.6em;
  height: 1em;
  content: " ";
  background-size: contain;
  display: inline-block;
  margin-left: 0.25em;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("../svg/icons/email-white.svg");
}
a.button.offsite:after {
  width: 0.6em;
  height: 1em;
  content: " ";
  background-size: contain;
  display: inline-block;
  margin-left: 0.25em;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("../svg/icons/offsite-white.svg");
}
a.button.phone:after {
  width: 0.6em;
  height: 1em;
  content: " ";
  background-size: contain;
  display: inline-block;
  margin-left: 0.25em;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("../svg/icons/phone-white.svg");
}

.button-holder {
  padding: 2em;
  text-align: center;
}

form.mailing-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 600px;
  border: 1px solid currentColor;
  margin-left: auto;
  margin-right: auto;
}
form.mailing-list .field {
  padding: 1rem;
}
form.mailing-list .field.email {
  grid-column: span 2;
}
form.mailing-list .field.status {
  grid-column: span 2;
}
form.mailing-list .field.button-holder {
  grid-column: span 2;
  text-align: center;
}
form.mailing-list .field input, form.mailing-list .field select {
  font-family: "Titillium Web", sans-serif;
  padding: 0.25em 1em;
  display: block;
  width: 100%;
}

main.home .vertical {
  padding-bottom: 0.25em;
  margin-bottom: 2em;
}
main.home .vertical h2 a {
  color: #700;
}
main.home .vertical h2 a:hover {
  text-decoration: underline;
}
main.home .vertical nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-left: 2em;
}
main.home .vertical nav a {
  list-style: none;
  width: 12em;
  flex-basis: 12em;
  flex-grow: 0;
  flex-shrink: 1;
  align-self: auto;
  margin-right: 1em;
  padding: 1em;
  text-align: center;
  background: #2f517a;
  color: #fff;
  margin-bottom: 1em;
}
main.home .vertical nav a:hover {
  background: #700;
}

.stripe-photo-links {
  padding-top: 3em;
  padding-bottom: 3em;
}
.stripe-photo-links .photo-and-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.stripe-photo-links figure {
  flex-basis: 66.6666%;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
}
.stripe-photo-links nav {
  flex-basis: 33.3333%;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.stripe-photo-links nav span {
  flex-grow: 1;
  align-self: stretch;
  border-bottom: 2px solid #2f517a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.stripe-photo-links nav a {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  flex-basis: 100%;
  color: #2f517a;
}

@media (max-width: 666px) {
  .stripe-photo-links figure {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
    display: none;
  }
  .stripe-photo-links nav {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
  }
  .stripe-photo-links nav a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
.blocks-stripe {
  padding-top: 2em;
  padding-bottom: 2em;
}
.blocks-stripe .featured-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: -4rem;
}
.blocks-stripe .block {
  width: calc(33.3333% - 4rem);
  flex-basis: calc(33.3333% - 4rem);
  flex-grow: 0;
  flex-shrink: 1;
  align-self: auto;
  margin-right: 4rem;
  margin-bottom: 4rem;
  position: relative;
  background-color: #2f517a;
  border-radius: 3px;
  overflow: hidden;
}
.blocks-stripe .block figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.35;
  background-size: cover;
  margin: 0;
  transition: all 1.25s linear;
}
.blocks-stripe .block .inside {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  height: 360px;
}
.blocks-stripe .block .inside .name {
  font-weight: 600;
  text-align: center;
  flex-basis: 100%;
  font-size: 130%;
}
.blocks-stripe .block:hover {
  text-decoration: none;
}
.blocks-stripe .block:hover figure {
  transform: scale(1.12);
  opacity: 0.7;
}

@media (max-width: 940px) {
  .blocks-stripe .featured-blocks {
    margin-right: -10px;
  }
  .blocks-stripe .block {
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    flex-grow: 0;
    flex-shrink: 1;
    align-self: auto;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .blocks-stripe .block .inside {
    height: calc(50vw - 20px);
  }
}
.flex-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #000;
  margin-right: -2rem;
}
.flex-boxes .one-quarter {
  margin-right: 2rem;
}
.flex-boxes .one-third {
  margin-right: 2rem;
}
.flex-boxes .one-half {
  margin-right: 2rem;
}
.flex-boxes .two-thirds {
  margin-right: 2rem;
}
.flex-boxes .three-quarters {
  margin-right: 2rem;
}
.flex-boxes .full-width {
  width: calc(100% - 2rem);
  flex-basis: calc(100% - 2rem);
  flex-grow: 0;
  flex-shrink: 1;
  align-self: auto;
  margin-right: 2rem;
}

.flex-content-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: -1rem;
}
.flex-content-grid .flex-content-one-quarter {
  margin-right: 1rem;
}
.flex-content-grid .flex-content-one-third {
  margin-right: 1rem;
}
.flex-content-grid .flex-content-one-half {
  margin-right: 1rem;
}
.flex-content-grid .flex-content-two-thirds {
  margin-right: 1rem;
}
.flex-content-grid .flex-content-three-quarters {
  margin-right: 1rem;
}
.flex-content-grid .flex-content-full-width {
  width: calc(100% - 1rem);
  flex-basis: calc(100% - 1rem);
  flex-grow: 0;
  flex-shrink: 1;
  align-self: auto;
  margin-right: 1rem;
}

@media (min-width: 761px) {
  .flex-boxes .one-quarter {
    width: calc(25% - 2rem);
    flex-basis: calc(25% - 2rem);
    flex-grow: 0;
    flex-shrink: 1;
    align-self: auto;
  }
  .flex-boxes .one-third {
    width: calc(33% - 2rem);
    flex-basis: calc(33% - 2rem);
    flex-grow: 0;
    flex-shrink: 1;
    align-self: auto;
  }
  .flex-boxes .one-half {
    width: calc(50% - 2rem);
    flex-basis: calc(50% - 2rem);
    flex-grow: 0;
    flex-shrink: 1;
    align-self: auto;
  }
  .flex-boxes .two-thirds {
    width: calc(66% - 2rem);
    flex-basis: calc(66% - 2rem);
    flex-grow: 0;
    flex-shrink: 1;
    align-self: auto;
  }
  .flex-boxes .three-quarters {
    width: calc(75% - 2rem);
    flex-basis: calc(75% - 2rem);
    flex-grow: 0;
    flex-shrink: 1;
    align-self: auto;
  }

  .flex-content-grid .flex-content-one-quarter {
    width: calc(25% - 1rem);
    flex-basis: calc(25% - 1rem);
    flex-grow: 0;
    flex-shrink: 1;
    align-self: auto;
  }
  .flex-content-grid .flex-content-one-third {
    width: calc(33% - 1rem);
    flex-basis: calc(33% - 1rem);
    flex-grow: 0;
    flex-shrink: 1;
    align-self: auto;
  }
  .flex-content-grid .flex-content-one-half {
    width: calc(50% - 1rem);
    flex-basis: calc(50% - 1rem);
    flex-grow: 0;
    flex-shrink: 1;
    align-self: auto;
  }
  .flex-content-grid .flex-content-two-thirds {
    width: calc(66% - 1rem);
    flex-basis: calc(66% - 1rem);
    flex-grow: 0;
    flex-shrink: 1;
    align-self: auto;
  }
  .flex-content-grid .flex-content-three-quarters {
    width: calc(75% - 1rem);
    flex-basis: calc(75% - 1rem);
    flex-grow: 0;
    flex-shrink: 1;
    align-self: auto;
  }
}
@media (max-width: 760px) {
  .flex-boxes .one-quarter {
    width: calc(50% - 2rem);
    flex-basis: calc(50% - 2rem);
    flex-grow: 0;
    flex-shrink: 1;
    align-self: auto;
    margin-right: 2rem;
  }
  .flex-boxes .one-third,
.flex-boxes .one-half,
.flex-boxes .two-thirds,
.flex-boxes .three-quarters {
    width: calc(100% - 2rem);
    flex-basis: calc(100% - 2rem);
    flex-grow: 0;
    flex-shrink: 1;
    align-self: auto;
    margin-right: 2rem;
  }

  .flex-content-grid .flex-content-one-quarter {
    width: calc(50% - 1rem);
    flex-basis: calc(50% - 1rem);
    flex-grow: 0;
    flex-shrink: 1;
    align-self: auto;
  }
  .flex-content-grid .flex-content-one-third,
.flex-content-grid .flex-content-one-half,
.flex-content-grid .flex-content-two-thirds,
.flex-content-grid .flex-content-three-quarters {
    width: calc(100% - 1rem);
    flex-basis: calc(100% - 1rem);
    flex-grow: 0;
    flex-shrink: 1;
    align-self: auto;
  }
}
@media (max-width: 600px) {
  .flex-boxes .one-quarter {
    width: calc(100% - 2rem);
    flex-basis: calc(100% - 2rem);
    flex-grow: 0;
    flex-shrink: 1;
    align-self: auto;
    margin-right: 2rem;
  }

  .flex-content-grid .flex-content-one-quarter {
    width: calc(100% - 1rem);
    flex-basis: calc(100% - 1rem);
    flex-grow: 0;
    flex-shrink: 1;
    align-self: auto;
  }
}
input[type=date],
input[type=email],
input[type=month],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url] {
  font-family: "Titillium Web", sans-serif;
}

button, .button {
  font-family: "Titillium Web", sans-serif;
  line-height: 120%;
  font-size: 0.8em;
  color: #fff;
  background: #2f517a;
  border: none;
  border-radius: 4px;
  padding: 0.6em 3em;
  cursor: pointer;
  display: inline-block;
}
button:hover, .button:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
button:active, .button:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6);
}
button[href], .button[href] {
  color: #fff;
}
button[href]:hover, .button[href]:hover {
  text-decoration: none;
}

@media (min-width: 1251px) {
  button, .button {
    padding: 0.6em 3em;
  }
}
@media (max-width: 1251px) {
  button, .button {
    padding: 0.6em 2em;
  }
}
@media (max-width: 800px) {
  button, .button {
    padding: 0.6em 0.25em;
    display: block;
    width: 100%;
    text-align: center;
  }
  button.slick-arrow, .button.slick-arrow {
    width: auto;
  }
}
.event-stripe {
  padding-bottom: 3em;
  margin-top: 1em;
  margin-bottom: 3em;
}
.event-stripe .event {
  width: 310px;
  outline: none;
}
.event-stripe time {
  display: block;
  width: 2em;
  float: left;
  border-bottom: 2px solid #000;
  text-align: center;
  margin-right: 1em;
}
.event-stripe time span {
  display: block;
  font-weight: 600;
}
.event-stripe time .month {
  text-transform: uppercase;
}
.event-stripe time .day {
  font-size: 180%;
}
.event-stripe .details {
  overflow: hidden;
}
.event-stripe .details .title {
  font-weight: 600;
}
.event-stripe .details .time {
  display: block;
}
.event-stripe .details .location {
  display: block;
}
.event-stripe button {
  position: absolute;
  top: 1.4em;
  background: transparent;
  width: auto;
  padding: 0;
  border-radius: 0;
  box-shadow: none !important;
  outline: none;
}
.event-stripe button svg {
  height: 2em;
  width: 2em;
}
.event-stripe button svg * {
  fill: transparent;
}
.event-stripe button:hover svg * {
  fill: #2f517a;
}
.event-stripe button.slick-prev {
  left: -3em;
}
.event-stripe button.slick-next {
  right: -3em;
}

@media (max-width: 1280px) {
  .event-stripe {
    padding-left: 3em;
    padding-right: 3em;
  }
  .event-stripe button.slick-prev {
    left: 0;
  }
  .event-stripe button.slick-next {
    right: 0;
  }
}
.table-holder {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}

.jobs-table, .events-table {
  width: 100%;
}
.jobs-table th, .events-table th {
  text-transform: uppercase;
  font-weight: 100;
}
.jobs-table th, .jobs-table td, .events-table th, .events-table td {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.jobs-table td, .events-table td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.jobs-table tbody tr.even td, .events-table tbody tr.even td {
  background-color: rgba(0, 0, 0, 0.1);
}
.jobs-table .icon, .events-table .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.jobs-table a.details, .events-table a.details {
  color: #2f517a;
  font-weight: 600;
}
.jobs-table .event-details td, .events-table .event-details td {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  color: #000;
  margin-bottom: 1em;
  font-size: 0.85em;
  padding: 1em 2em 0 2em;
}
.jobs-table .event-details.hidden, .events-table .event-details.hidden {
  display: none;
}
.jobs-table .event-add, .events-table .event-add {
  width: 12.5%;
}
.jobs-table .event-add a, .events-table .event-add a {
  text-decoration: none;
}
.jobs-table .event-add a:hover .icon path, .events-table .event-add a:hover .icon path {
  fill: #4476b1;
}

.rfps {
  border-bottom: 2px solid #864139;
  margin-bottom: 4em;
}
.rfps .rfp {
  color: #000;
  border-top: 2px solid #864139;
  margin-bottom: 0;
}
.rfps .rfp h3 {
  color: #864139;
}
.rfps .rfp ul.details > li {
  list-style: none;
}
.rfps .rfp ul.details > li > b {
  text-transform: uppercase;
}
.rfps .rfp:hover {
  text-decoration: none;
  background-color: #fff;
}
.rfps .rfp:hover h3 {
  color: #2f517a;
}

.rfp-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.rfp-details .third {
  flex-basis: 33%;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
}
.rfp-details .detail {
  margin-bottom: 1em;
}
.rfp-details .detail b {
  display: block;
  text-transform: uppercase;
}

.news-grid .inaa-block, .news-grid .news-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.news-grid .inaa-block:hover .cover-image, .news-grid .news-item:hover .cover-image {
  transform: scale(1.1);
  opacity: 0.4;
}

.news-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 4em;
  margin-right: -1rem;
}
.news-grid > * {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.news-grid .news-item {
  background: linear-gradient(-45deg, #223d5f, #864139);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-grid .news-item .districts {
  position: absolute;
  right: 1em;
  bottom: 1em;
}
.news-grid .news-item .districts .icon {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0;
  width: 1.4rem;
  height: 1.4rem;
}
.news-grid .news-item .districts .icon:last-child {
  margin-right: 0;
}
.news-grid .news-item .news-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news-grid .news-item.news-navigation {
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.news-grid .news-item.news-navigation a {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
  text-align: center;
  justify-content: space-around;
}
.news-grid .news-item.news-navigation a span {
  text-transform: uppercase;
}
.news-grid .news-item.news-navigation a svg {
  height: 1em;
}
.news-grid .inaa-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-grid .inaa-block .icon {
  max-width: 70px;
  max-height: 70px;
  margin-bottom: 1rem;
}
.news-grid .inaa-block .inside {
  text-align: center;
  width: 100%;
}
.news-grid .inaa-block h3 {
  text-align: center;
}
.news-grid .inaa-block.brown {
  background: #5d5043;
}
.news-grid .inaa-block.dark-blue {
  background: #223d5f;
}
.news-grid .inaa-block.blue {
  background: #2f517a;
}
.news-grid .inaa-block.rust {
  background: #864139;
}
.news-grid .inaa-block.green {
  background: #278514;
}
.news-grid .inaa-block.black {
  background: #000;
}
.news-grid .inaa-block.purple {
  background: #8c158b;
}
.news-grid .news-clips {
  position: relative;
  max-width: calc(33.333% - 1rem);
}
.news-grid .news-clips:before {
  content: "Daily News Clips";
  position: absolute;
  top: 1em;
  left: 1em;
  font-size: 0.8em;
}
.news-grid .news-clips .clip {
  height: 380px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
}
.news-grid .news-clips .inside {
  color: #000;
}
.news-grid .news-clips .slick-arrow {
  background: transparent;
  position: absolute;
  bottom: 0.5rem;
  color: #2f517a;
  padding: 0;
  font-size: 0.8em;
  cursor: pointer;
  z-index: 4;
  outline: none;
  box-shadow: none;
}
.news-grid .news-clips .slick-arrow svg {
  height: 1.2em;
  width: 0.5em;
}
.news-grid .news-clips .slick-arrow span {
  text-transform: uppercase;
}
.news-grid .news-clips .slick-arrow.slick-prev {
  left: 0;
}
.news-grid .news-clips .slick-arrow.slick-prev svg {
  float: left;
  margin-right: 0.5rem;
}
.news-grid .news-clips .slick-arrow.slick-next {
  right: 0;
}
.news-grid .news-clips .slick-arrow.slick-next svg {
  float: right;
  margin-left: 0.5rem;
}
.news-grid .news-clips .slick-arrow:hover span {
  text-decoration: underline;
}
.news-grid .news-archive-block {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-grid .news-archive-block .inside {
  width: 100%;
}
.news-grid .news-archive-block h3 {
  text-align: center;
}
.news-grid .cover-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.15;
  transform: scale(1);
  transition: all 1.35s linear;
}
.news-grid .inside {
  color: #fff;
  padding: 1.25em;
}
.news-grid .inside h3 {
  line-height: 120%;
  letter-spacing: 0.05em;
}
.news-grid .third {
  width: calc(33.333% - 1rem);
  flex-basis: calc(33.333% - 1rem);
  flex-grow: 0;
  flex-shrink: 1;
  align-self: auto;
  height: 380px;
}
.news-grid .quarter {
  width: calc(25% - 1rem);
  flex-basis: calc(25% - 1rem);
  flex-grow: 0;
  flex-shrink: 1;
  align-self: auto;
  height: 320px;
}

.page-title.news-headline {
  margin-bottom: 0.25em;
}

.news-posted {
  text-align: center;
  margin-bottom: 2.5em;
}
.news-posted time {
  font-weight: 300;
}

@media (min-width: 1200px) {
  .news-with-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .news-with-sidebar article.news {
    width: 900px;
    flex-basis: 900px;
    flex-grow: 0;
    flex-shrink: 1;
    align-self: auto;
  }
  .news-with-sidebar aside.sidebar {
    flex-basis: 320px;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
  }
}
@media (max-width: 1199px) {
  .news-with-sidebar aside.sidebar {
    display: none;
  }
}
.news-with-sidebar figure.hero {
  text-align: center;
  margin-bottom: 2em;
}
.news-with-sidebar figure.hero img {
  width: auto;
  max-width: 100%;
}
.news-with-sidebar .sidebar a.title {
  font-weight: 300;
  font-size: 115%;
}
.news-with-sidebar .sidebar time {
  display: block;
  font-size: 85%;
}

.share-this-box .share-this-label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25em;
}
.share-this-box .share-this {
  display: inline-block;
  border-radius: 3px;
  font-size: 80%;
  padding: 0.25em 0.5em;
  color: #fff;
}
.share-this-box .share-this svg {
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
}
.share-this-box .share-this.facebook {
  background-color: #3B5998;
}
.share-this-box .share-this.twitter {
  background-color: #55acee;
}
.share-this-box .share-this.google-plus {
  background-color: #D34836;
}
.share-this-box .share-this.tumblr {
  background-color: #35465c;
}
.share-this-box .share-this.pinterest {
  background-color: #bd081c;
}
.share-this-box .share-this.e-mail {
  background-color: #000;
}

.pdf-archive li {
  font-size: 1.35em;
  list-style: none;
}

@media (min-width: 481px) and (max-width: 1160px) {
  .news-grid .third {
    width: calc(100% - 1rem);
    flex-basis: calc(100% - 1rem);
    flex-grow: 0;
    flex-shrink: 1;
    align-self: auto;
  }
  .news-grid .quarter {
    width: calc(50% - 1rem);
    flex-basis: calc(50% - 1rem);
    flex-grow: 0;
    flex-shrink: 1;
    align-self: auto;
    max-height: 180px;
  }
}
@media (max-width: 480px) {
  .news-grid .third {
    width: calc(100% - 1rem);
    flex-basis: calc(100% - 1rem);
    flex-grow: 0;
    flex-shrink: 1;
    align-self: auto;
    max-width: calc(100% - 1rem);
  }
  .news-grid .quarter {
    width: calc(100% - 1rem);
    flex-basis: calc(100% - 1rem);
    flex-grow: 0;
    flex-shrink: 1;
    align-self: auto;
    max-height: 180px;
    max-width: calc(100% - 1rem);
  }
}
.archive-button {
  margin: 0 auto;
}

.newsline .dateline {
  font-size: 225%;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .newsline .dateline {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1400px) {
  .newsline .dateline {
    transform: translateX(-40px);
  }
}

.newsline-achors {
  padding: 2em;
}
.newsline-achors ul {
  margin: 0;
}
.newsline-achors ul li {
  margin-left: 1em;
  margin-bottom: 1em;
}
.newsline-achors ul summary {
  font-size: 85%;
}

.gallery-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-content: space-around;
}
.gallery-boxes .box {
  max-width: 33%;
  padding: 0 1em;
}
.gallery-boxes .box img {
  cursor: pointer;
}

.gallery-big-photo {
  display: none;
}
.gallery-big-photo .inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 12;
  cursor: crosshair;
}
.gallery-big-photo .image-holder {
  margin-left: auto;
  margin-right: auto;
}
.gallery-big-photo img {
  max-width: 95vw;
  max-height: 95vh;
}

.carousel-controls {
  margin-top: 2rem;
}

.site-footer {
  color: #fff;
  padding-bottom: 1rem;
  position: relative;
  background-color: #223d5f;
  /*
  position:$pos;
  $offset: -($height / 2);
  &:before, &:after { @include position(absolute,null,0,null,0); height: $height; background-image:url(../images/stitch.png); background-repeat: repeat-x; content:' '; }
  &:before { top:$offset; }
  &:after { bottom:$offset; }
  */
}
.site-footer:after {
  display: none;
}
.site-footer .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.site-footer .news-holder .news-title {
  color: #fce37c;
  font-size: 1em;
  display: block;
  margin-bottom: 1em;
}
.site-footer .social-holder svg {
  width: 1.35em;
  height: 1.35em;
}
.site-footer .social-holder a {
  color: #fff;
}
.site-footer .powered-by {
  max-width: 155px;
  margin-top: 10px;
}
.site-footer .copyright-holder {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
  font-size: 0.85em;
  margin-top: 1.5em;
}

@media (min-width: 671px) {
  .site-footer {
    padding-top: 4rem;
  }
  .site-footer .news-holder {
    flex-basis: 75%;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
  }
  .site-footer .social-holder {
    flex-basis: 24%;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
    border-left: 2px solid rgba(255, 255, 255, 0.4);
  }
  .site-footer .social-holder .inside {
    padding-left: 2em;
  }
  .site-footer .social-holder a {
    display: block;
    margin-bottom: 1em;
  }
  .site-footer .social-holder svg {
    float: left;
    margin-right: 0.75em;
  }
}
@media (max-width: 670px) {
  .site-footer {
    padding-top: 1.25rem;
  }
  .site-footer .news-holder {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
    padding-bottom: 1em;
  }
  .site-footer .social-holder {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
  }
  .site-footer .social-holder a {
    display: inline-block;
    margin-right: 1em;
    text-decoration: none;
  }
  .site-footer .social-holder a span {
    transform: translateY(-0.25em);
    display: inline-block;
  }
  .site-footer .social-holder .powered-by {
    display: block;
    margin-top: 40px;
  }
}
/* Demo style */
figure {
  margin: 0px;
  position: relative;
  clear: both;
}

/* MediumLightbox style */
.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}

.img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.aspectRatioPlaceholder .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.zoom-effect .img {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  backface-visibility: hidden;
}

.zoom-effect .zoomImg,
.zoom-effect .zoomImg-wrap {
  position: relative;
  z-index: 900;
  transition: all 300ms;
}

.zoom-effect .zoomImg-wrap--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.zoom-effect .zoomImg {
  cursor: pointer;
  cursor: -webkit-zoom-out;
}

.zoom-effect .zoomOverlay.show {
  opacity: 1;
}

.zoom-effect .zoomOverlay {
  z-index: 800;
  background: #fff;
  position: absolute;
  transition: opacity 300ms;
  opacity: 0;
  cursor: pointer;
  cursor: -webkit-zoom-out;
}

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */
.easy-autocomplete {
  position: relative;
}
.easy-autocomplete input {
  border: 2px solid #ccc;
  border-radius: 0;
  border-style: solid;
  color: #555;
  float: none;
  padding: 6px 12px;
  outline: none;
}
.easy-autocomplete input:hover, .easy-autocomplete input:focus {
  box-shadow: none;
}
.easy-autocomplete a {
  display: block;
}

.easy-autocomplete-container {
  position: relative;
  margin-top: 0.5em;
}
.easy-autocomplete-container ul {
  margin-left: 0;
  /* border:$acBorder; */
  border-top-color: #fff;
  background-color: #fff;
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  z-index: 11;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
.easy-autocomplete-container ul li {
  padding: 0.5em 1em;
  display: block;
  color: #2f517a;
  cursor: pointer;
}
.easy-autocomplete-container ul li.selected {
  background-color: #2f517a;
  color: #fff;
}
.easy-autocomplete-container ul li:last-child {
  border-bottom: 2px solid #ccc;
}

/*
.easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9;
}
.easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc;
}
.easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light input:focus {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}
.easy-autocomplete.eac-green-light ul {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}
.easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category {
  border-color: #41DB00;
}
.easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75;
}
.easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}
.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}
.easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b;
}
.easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e;
}
.easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}
.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}
.easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00;
}
.easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233;
}
.easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light input:focus {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}
.easy-autocomplete.eac-dark-light ul {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}
.easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category {
  border-color: #333;
}
.easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff;
}
.easy-autocomplete.eac-dark {
  color: #fff;
}
.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark input:hover, .easy-autocomplete.eac-dark input:focus {
  border-color: #333;
  box-shadow: 0;
}
.easy-autocomplete.eac-dark ul {
  border-color: #333;
}
.easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333;
}
.easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass {
  color: #fff;
}
.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass input:hover, .easy-autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0;
}
.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8);
}
.easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}
.easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px;
}
.easy-autocomplete.eac-blue {
  color: #fff;
}
.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:hover, .easy-autocomplete.eac-blue input:focus {
  border-color: #5A91CB;
  box-shadow: 0;
}
.easy-autocomplete.eac-blue ul {
  border-color: #5A91CB;
}
.easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5A91CB;
}
.easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6;
}
.easy-autocomplete.eac-yellow {
  color: #333;
}
.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  box-shadow: 0;
  color: #333;
}
.easy-autocomplete.eac-yellow input:hover, .easy-autocomplete.eac-yellow input:focus {
  border-color: #333;
  box-shadow: 0;
}
.easy-autocomplete.eac-yellow ul {
  border-color: #333;
}
.easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333;
}
.easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333;
}
.easy-autocomplete.eac-purple {
  color: #333;
}
.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  box-shadow: 0;
  color: #333;
}
.easy-autocomplete.eac-purple input:hover, .easy-autocomplete.eac-purple input:focus {
  border-color: #333;
  box-shadow: 0;
}
.easy-autocomplete.eac-purple ul {
  border-color: #333;
}
.easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333;
}
.easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333;
}
.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px;
}

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}
.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
}
.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}
.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}
.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}
.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}
.easy-autocomplete-container ul li b {
  font-weight: bold;
}
.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic;
}

.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}
.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}
*/
/* 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;
}
.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;
}

.alert {
  background-color: #ed174c;
  color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
  opacity: 1;
  transition: opacity 0.15s linear;
  z-index: 10;
}
.alert .message {
  font-size: 150%;
}
.alert .message a {
  color: #fff;
}
.alert a.close {
  float: right;
  font-size: 125%;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #fff;
  color: #ed174c;
  line-height: 140%;
  width: 1.4em;
  text-align: center;
  border-radius: 3px;
}
.alert.hovering {
  opacity: 0.6;
}

h1.page-title {
  text-align: center;
  font-family: "Liberator";
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-weight: 300;
  margin-bottom: 1em;
  color: #652f28;
  font-size: 2em;
  letter-spacing: 0.15em;
}
h1.page-title:before, h1.page-title:after {
  /* background-image:url(../images/beads.png); */
  background-size: contain;
  height: 2px;
  top: 0.55em;
  content: " ";
  flex-grow: 1;
  position: relative;
  background-color: currentColor;
}
h1.page-title:before {
  margin-right: 1em;
}
h1.page-title:after {
  margin-left: 1em;
}

.section-title {
  text-align: left;
  color: #652f28;
  margin-bottom: 0.5rem;
}
.section-title.centered {
  text-align: center;
  font-family: "Liberator";
  font-size: 200%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-weight: 300;
  margin-bottom: 1em;
}
.section-title.centered:before, .section-title.centered:after {
  content: " ";
  flex-grow: 1;
  position: relative;
}
.section-title.beaded {
  letter-spacing: 0.15em;
}
.section-title.beaded:before, .section-title.beaded:after {
  /* background-image:url(../images/beads.png); */
  background-size: contain;
  height: 2px;
  top: 0.55em;
  content: " ";
  flex-grow: 1;
  position: relative;
  background-color: currentColor;
}
.section-title.beaded:before {
  margin-right: 1em;
}
.section-title.beaded:after {
  margin-left: 1em;
}

label.width {
  display: none !important;
}

.districts label {
  font-weight: 300;
  display: inline-block;
  padding-top: 0.25em;
  text-transform: uppercase;
}
.districts .icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0.5rem;
}

.blue-stripe {
  /*
  position:$pos;
  $offset: -($height / 2);
  &:before, &:after { @include position(absolute,null,0,null,0); height: $height; background-image:url(../images/stitch.png); background-repeat: repeat-x; content:' '; }
  &:before { top:$offset; }
  &:after { bottom:$offset; }
  */
}
.blue-stripe .section-title {
  color: #fff;
}

.style-bluebox {
  background-color: #2f517a;
  border-radius: 4px;
  color: #fff;
}
.style-bluebox a {
  color: #fff;
}

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