/*
 * Theme specific variables. */
meta.foundation-version {
  font-family: "/5.4.1/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:46.9375em)/";
  width: 46.9375em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:60.0625em)/";
  width: 60.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "aktiv-grotesk-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

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

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

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

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 46.875em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:46.9375em) and (max-width:60em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:46.9375em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:60.0625em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:60.0625em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.0625em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.0625em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.0625em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.0625em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #0277bd;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #039be5; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "lexia", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-style: 400;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  line-height: 1.2; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.375rem; }

h2 {
  font-size: 0.875rem; }

h3 {
  font-size: 1rem; }

h4 {
  font-size: 0.6875rem; }

h5 {
  font-size: 0.9375rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 400;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: 500;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  font-weight: 400;
  color: #333333;
  background-color: #d6d6d6;
  border-width: 1px;
  border-style: solid;
  border-color: #c0c0c0;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul, ol, dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul, ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul, ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul, ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 500; }
dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px dotted #DDDDDD;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a, blockquote cite a:visited {
      color: #555555; }

blockquote, blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: 500;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: 500; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: 500;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width:46.9375em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.2; }
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 1.5rem; }
  h3 {
    font-size: 1.3125rem; }
  h4 {
    font-size: 1rem; }
  h5 {
    font-size: 0.9375rem; }
  h6 {
    font-size: 1rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  @page {
    margin: 0.5cm; }

  * {
    background: transparent !important;
    color: #222 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

.print_html a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.print_html a {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  display: inline-block; }

.print_html a:before {
  position: absolute;
  left: 0;
  text-align: center;
  top: 0;
  text-indent: 0; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(359deg); } }

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg); }

  to {
    -moz-transform: rotate(359deg); } }

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg); }

  to {
    -o-transform: rotate(359deg); } }

@keyframes rotation {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(359deg); } }

/*********************************** */
h1 a, .h1 a {
  color: #222; }
  h1 a:hover, .h1 a:hover {
    color: #090909; }

.h1 {
  color: #222;
  font-family: "lexia", Georgia, Times, "Times New Roman", serif;
  font-weight: 400; }

.h1 {
  font-size: 3rem; }

h2 {
  color: #757575;
  font-family: "lexia", Georgia, Times, "Times New Roman", serif;
  font-weight: 300; }

h3 {
  color: #222;
  font-family: "aktiv-grotesk-std", sans-serif;
  font-weight: 500; }

h4 {
  color: #757575;
  font-family: "aktiv-grotesk-std", sans-serif;
  font-weight: 400; }

h5 {
  color: #222;
  font-family: "lexia", Georgia, Times, "Times New Roman", serif;
  font-weight: 400; }

h6 {
  color: #757575;
  font-family: "lexia", Georgia, Times, "Times New Roman", serif;
  font-weight: 300; }

h1, .h1 {
  font-size: 1.875rem; }

h2 {
  font-size: 1.125rem; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 1rem; }

h1 strong, h1 b, strong h1, b h1, h2 strong, h2 b, strong h2, b h2, h5 strong, h5 b, strong h5, b h5, h6 strong, h6 b, strong h6, b h6 {
  font-weight: 400; }

strong h3, strong h4, h4 strong, h3 strong, b h3, b h4, h4 b, h3 b {
  font-weight: 500; }

@media only screen and (min-width:46.9375em) {
  h1, .h1 {
    font-size: 3rem; }
  h2 {
    font-size: 1.5rem; }
  h3 {
    font-size: 1.3125rem; }
  h4 {
    font-size: 1rem; }
  h5 {
    font-size: 0.9375rem; }
  h6 {
    font-size: 1rem; }
  p {
    font-size: 1rem; } }

.group-header:after {
  content: "";
  display: block;
  border-bottom: 1px solid #e1e1e1;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1.25rem;
  margin-bottom: 1.25rem; }

.group-publish {
  margin-bottom: 2.1875rem; }

.group-helpers {
  padding-top: 0.9375rem; }
  .group-helpers > * {
    display: inline-block; }
    .group-helpers > *:last-child .button {
      margin-right: 0; }
  .group-helpers .button {
    margin-bottom: 0;
    margin-right: 0.3125rem; }

.main > .group-helpers {
  padding-top: 0;
  margin-bottom: 1.25rem; }
  .main > .group-helpers > * {
    margin-bottom: 0; }

.print_html {
  margin: 0; }
  .print_html a {
    height: 35px;
    width: 35px;
    text-indent: -350px;
    padding: 0;
    margin-bottom: 0;
    margin-right: 0; }
    .print_html a:before {
      content: "\f02f";
      font-size: 1rem;
      line-height: 35px;
      width: 35px; }

.group-left > h1:first-child, .group-left > h2:first-child, .group-left > h3:first-child, .group-left > h4:first-child, .group-left > h5:first-child, .group-left > h6:first-child, .group-right > h1:first-child, .group-right > h2:first-child, .group-right > h3:first-child, .group-right > h4:first-child, .group-right > h5:first-child, .group-right > h6:first-child, .group-header > h1:first-child, .group-header > h2:first-child, .group-header > h3:first-child, .group-header > h4:first-child, .group-header > h5:first-child, .group-header > h6:first-child, .group-header > h1:first-child, .group-header > h2:first-child, .group-header > h3:first-child, .group-header > h4:first-child, .group-header > h5:first-child, .group-header > h6:first-child, .field-name-body > h1:first-child, .field-name-body > h2:first-child, .field-name-body > h3:first-child, .field-name-body > h4:first-child, .field-name-body > h5:first-child, .field-name-body > h6:first-child, .columns > h1:first-child, .columns > h2:first-child, .columns > h3:first-child, .columns > h4:first-child, .columns > h5:first-child, .columns > h6:first-child {
  margin-top: 0; }

a#text_resize_decrease, a#text_resize_increase {
  background-image: none;
  display: block;
  float: left;
  height: 35px;
  line-height: 35px;
  margin: 0 0.3125rem 0 0;
  padding: 0;
  text-indent: 0;
  width: 35px; }

h2.field-name-field-subtitle, h2.text-content {
  margin-bottom: 1.75rem; }

.dash-left:before {
  content: '-';
  display: inline-block;
  margin-right: 0.5em;
  margin-left: 0.5em; }

.field-name-body p > img, .field-name-body iframe {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.field-name-disqus-comment {
  padding-top: 1em; }

.field-name-body img {
  margin-bottom: 1.25rem; }
.field-name-body p img {
  margin-bottom: 0; }

.field-name-field-image, .views-field-field-library-image {
  text-align: center; }
  .field-name-field-image img, .views-field-field-library-image img {
    margin-bottom: 1.25rem; }

.view-content-images ul {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  /* IE6 */
  /* IE7 */ }
  .view-content-images ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .view-content-images ul * html {
    height: 1%; }
  .clearfix *:first-child + html .view-content-images ul {
    min-height: 1%; }
  .view-content-images ul > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }
  .view-content-images ul > li:nth-of-type(1n+2) {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
    list-style: none; }
    .view-content-images ul > li:nth-of-type(1n+2):nth-of-type(1n) {
      clear: none; }
    .view-content-images ul > li:nth-of-type(1n+2):nth-of-type(2n+2) {
      clear: both; }
  .view-content-images ul li {
    margin: 0; }

.clearing-container ul li {
  clear: none !important; }

.field-name-field-board-files {
  margin: 1em 0; }
  .field-name-field-board-files span.file {
    display: block; }

.field-name-field-story-category {
  margin-top: 1.25rem; }

.teaser-border-row .col-sidebar img, .teaser-border .col-sidebar img {
  float: none !important;
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width:46.9375em) {
  .group-helpers {
    padding-top: 0.3125rem;
    text-align: right; }
  .main > .group-helpers {
    float: right;
    margin-bottom: 0;
    position: relative;
    z-index: 100; } }

body {
  padding: 3rem; }

.print-logo {
  text-align: center;
  margin-bottom: 1.25rem; }

.sharethis-wrapper, .group-helpers {
  display: none; }

body > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem; }

.left-off-canvas-toggle, .user-menu-wrap, .l-header form, ul.menu, ul.tabs, ul.pager, ul.main-nav, .toggle-off-canvas, dl.tabs, .sidebar-first form, .sidebar-second form, .accordion, .block-google-directions-block-directions, .block-bean-social-links {
  display: none !important; }

.footer-site-name a {
  text-indent: 0 !important; }

h1, h2, h3, h4, h5, h6, p, .field-name-body, .field-name-field-date, a, .views-field-name, label {
  opacity: 1 !important; }
