.grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid.fill {  
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.grid.fill > .tile {
  width: auto;
}

.grid.align-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.grid.align-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.grid.align-middle {
  -webkit-align-items: center;
  align-items: center;
}
.grid.pad-all {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.grid.pad-all > .tile {
  padding-left: 20px;
  padding-right: 20px;
}
.grid.stack-all{
  margin-top: -35px;
}

.grid.stack-all > .tile {
  margin-top: 35px !important;
}
.grid .tile {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.grid .tile.auto {
  width: auto;
}

@media only screen and (min-width: 768px) {
  .grid.equal-width {
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .grid.pull-right {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .grid .tile.onehalf {
    width: 50%;
  }
  .grid .tile.onequarter {
    width: 25%;
  }
  .grid .tile.onethird {
    width: 33.3%;
  }
  .grid .tile.twothirds {
    width: 66.6%;
  }
  .grid .tile.threequarters {
    width: 75%;
  }
  .grid .tile.onefifth {
    width: 25%;
  }



  .grid.fill.equal-width > .tile {
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
  }
}
@media only screen and (max-width: 767px) {
  .grid.stack:not(.push) {
    margin-top: -35px;
  }
  .grid.stack > .tile {
    margin-top: 35px;
  }


  .grid.fill.equal-width > .tile {
    width: 50%;
  }

  .grid .tile.mobile-onehalf {
    width: 50%;
  }
  .grid .tile.mobile-onethird {
    width: 33.3%;
  }
  .grid .tile.mobile-twothirds {
    width: 66.6%;
  }
}
.sr-only {
  opacity: 0;
  height: 0;
  overflow: hidden;
  width: 0;
  left: -999px;
  position: absolute;
}

.align-left {
  float: left;
}

.align-right {
  float: right;
}

.valign-middle {
  display: inline-block;
  vertical-align: middle;
}

.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

.skip-main:active,
.skip-main:focus,
.skip-main:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}

.container {
  width: 100%;
  max-width: 1160px;
}

.container.narrow {
  width: 100%;
  max-width: 860px;
}

.hidden {
  display: none !important;
}

img.aligncenter {
  display: block;
  margin: auto;
}

.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

.page-wrapper {
  overflow: hidden;
}

.primary-content {
  padding: 40px 0;
}
.primary-content:after {
  content: "";
  display: block;
  clear: both;
}

.spacer {
  margin-top: 35px !important;
}
.spacer-bottom {
  margin-bottom: 35px !important;
}

@media only screen and (min-width: 768px) {
  img.alignright {
    margin-left: 15px;
    margin-bottom: 15px;
    float: right;
  }

  img.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.navigation-menu {
  display: inline-block;
  vertical-align: middle;
}
.navigation-menu ul {
  display: inline-block;
  position: relative;
  width: 100%;
}
.navigation-menu ul li {
  display: inline-block;
  position: relative;
}
.navigation-menu ul li ul {
  display: none;
  padding-top: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  width: 150px;
}
.navigation-menu ul li:hover ul {
  display: block;
}

body, html {
  font-size: 14px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.all-caps {
  text-transform: uppercase;
}

.large {
  font-size: 1.2em;
}

.text-normal {
  text-transform: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
}

.paragraph {
  font-size: 16px;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
}
.paragraph ol {
  list-style: decimal;
  margin-left: 20px;
  padding-left: 20px;
}
.paragraph ul {
  list-style: disc;
  margin-left: 20px;
  padding-left: 20px;
}

.wp-block-column > * + * {
  margin-top: 15px;
}
.home-post-content > * + *,
.paragraph > * + * {
  margin-top: 20px;
}
.paragraph > *.flush-bottom + * {
  margin-top: 2px;
}
.wp-block-media-text__content > * + *,
.paragraph.short > * + * {
  margin-top: 12px;
}


@media only screen and (min-width: 769px) {
  .hide-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .hide-tablet {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none;
  }

  .mobile-text-center {
    text-align: center;
  }

  .grid.fill .mobile-text-center {
    width: 100%;
  }

  .mobile-text-right {
    text-align: right;
  }
}

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