/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Variables ---------------------------------------------------------*/
/* Mixins ------------------------------------------------------------*/
/* Reset Box Model - http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
--------------------------------*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* General Styling
---------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.25rem;
  line-height: 1; }

p,
blockquote {
  margin-top: 0;
  line-height: 1.25; }

a {
  text-decoration: none;
  color: #004e74; }
  a:hover {
    text-decoration: underline; }

.print-only {
  display: none; }

/* Responsive elements
 * ---------------------------------*/
img, video,
div.simple-video-embedder-container > iframe {
  max-width: 100%;
  height: auto; }

div.custom-field {
  max-width: 100%;
  height: auto;
  overflow: auto; }

/* Starting document size
-------------------------------------------*/
html {
  font-size: 16px;
  /* 16px */ }

@media screen and (max-width: 480px) {
  html {
    font-size: 14px; }

  /* 14px */ }
@media screen and (max-width: 600px) {
  html {
    font-size: 15px; }

  /* 15px */ }
@media screen and (min-width: 1200px) {
  html {
    font-size: 17px; }

  /* 17px */ }
/* General text sizes.
-------------------------------------------------------*/
h1 {
  font-size: 1.75rem;
  /* 28px */ }

h2 {
  font-size: 1.625rem;
  /* 26px */ }

h3 {
  font-size: 1.5rem;
  /* 24px */ }

h4 {
  font-size: 1.375rem;
  /* 22px */ }

h5 {
  font-size: 1.25rem;
  /* 20px */ }

h6 {
  font-size: 1.125rem;
  /* 18px */ }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

u {
  text-decoration: underline; }

del {
  text-decoration: line-through; }

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px; }
  blockquote p {
    display: inline; }

blockquote:before {
  color: #ccc;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }

/* Fonts
 * ----------------------------------------*/
html body {
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 300; }
  html body p {
    line-height: 1.6; }

h1, h2, h3, h4, h5, h6 {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-style: normal;
  font-weight: 400; }

/* Combat FOUT
 * ------------------------------------------*/
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading p, .wf-loading ul, .wf-loading ol {
  visibility: hidden; }

body > main {
  background-color: #F8F6E9; }
  body > main div.layout-container {
    background-color: #FFF;
    max-width: 1200px;
    margin: auto; }
    body > main div.layout-container:after {
      content: "";
      display: table;
      clear: both; }
    body > main div.layout-container div.main-content {
      padding: 1rem; }
      body > main div.layout-container div.main-content h1 {
        margin-bottom: 0.5em;
        text-transform: uppercase;
        color: #064; }
        body > main div.layout-container div.main-content h1 > a {
          color: #064;
          text-decoration: underline; }
        body > main div.layout-container div.main-content h1 > p.search-www {
          color: #000;
          font-size: 0.9em; }

@media screen and (min-width: 480px) {
  body > main > div.layout-container > div.main-content {
    width: 60%;
    float: left; }

  body > main > div.layout-container > div.main-content h1 {
    text-align: left; }

  body > main aside.primary,
  body > main aside.secondary {
    width: 40%;
    float: right; } }
@media screen and (min-width: 768px) {
  body > main > div.layout-container > div.main-content {
    width: 65%; }

  body > main aside.primary,
  body > main aside.secondary {
    width: 35%; } }
@media screen and (min-width: 1024px) {
  body > main > div.layout-container > div.main-content {
    width: 70%; }

  body > main aside.primary,
  body > main aside.secondary {
    width: 30%; } }
body main div.articles > article {
  padding: 0 0 2rem 0; }
  body main div.articles > article > h2 {
    margin-bottom: 0;
    color: #064; }
    body main div.articles > article > h2 a {
      color: #064; }
  body main div.articles > article > p.entry-meta {
    margin-top: 0;
    font-style: italic; }
  body main div.articles > article > img {
    float: left;
    margin: 0 1rem 0.5rem 0; }
  body main div.articles > article > article p a {
    text-decoration: underline; }

body.single > main div.layout-container div.main-content h2 {
  font-size: 1.75rem;
  margin-bottom: 0.25rem; }
body.single > main div.layout-container div.main-content h3 {
  color: #004e74;
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 300;
  font-weight: 700;
  font-size: 1.1rem; }
body.single > main div.layout-container div.main-content h4 {
  font-style: italic;
  color: #064; }
body.single > main div.layout-container div.main-content figure {
  padding: 0;
  margin: 0;
  width: 100%;
  color: #999;
  font-style: italic;
  font-size: 0.875rem;
  text-align: right; }
  body.single > main div.layout-container div.main-content figure figcaption {
    padding: 0 0.25rem 0.25rem; }

/* Responsive modifications
 * ---------------------------------------------------------- */
@media screen and (min-width: 400px) {
  body.single > main div.layout-container div.main-content figure {
    float: right;
    max-width: 55%;
    margin: 0 0 0.25rem 1rem; } }
@media screen and (min-width: 480px) {
  body.single > main div.layout-container div.main-content figure {
    width: 100%;
    float: none;
    max-width: none;
    margin: 0; } }
@media screen and (min-width: 768px) {
  body.single > main div.layout-container div.main-content figure {
    float: right;
    max-width: 50%;
    margin: 0 0 0.25rem 1rem; } }
@media screen and (min-width: 1024px) {
  body.single > main div.layout-container div.main-content figure {
    max-width: 45%; } }
@media screen and (min-width: 1200px) {
  body.single > main div.layout-container div.main-content figure {
    max-width: 40%; } }
/* Handle iframe sizing for ThingLink */
@media screen and (min-width: 400px) {
  .thinglink-iframe {
    width: 380px;
    height: 950px;
    border: 0; } }
@media screen and (min-width: 480px) {
  .thinglink-iframe {
    width: 260px;
    height: 650px;
    border: 0; } }
@media screen and (min-width: 600px) {
  .thinglink-iframe {
    width: 340px;
    height: 850px;
    border: 0; } }
@media screen and (min-width: 768px) {
  .thinglink-iframe {
    width: 480px;
    height: 1200px;
    border: 0; } }
@media screen and (min-width: 1024px) {
  .thinglink-iframe {
    width: 700px;
    height: 1750px;
    border: 0; } }
@media screen and (min-width: 1200px) {
  .thinglink-iframe {
    width: 800px;
    height: 2000px;
    border: 0; } }
.state-indicator {
  left: -999px;
  position: absolute;
  top: -999px; }

.state-indicator:before {
  content: 'mobile'; }

@media (min-width: 46em) {
  .state-indicator:before {
    content: 'tablet'; } }
@media (min-width: 50em) {
  .state-indicator:before {
    content: 'desktop'; } }
.icon__master {
  display: block;
  height: 0px;
  width: 0px; }

.logo--visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px); }

form div.search input[name=s] {
  width: 80%;
  border: 0;
  height: 20px;
  padding: 0; }
form div.search button[type=submit] {
  background-color: #FFF;
  border: 0;
  height: 20px;
  padding: 0;
  width: 25px;
  float: right; }
  form div.search button[type=submit] img {
    width: 25px; }

.typo__headline {
  color: #6b6f70;
  font-size: 150%;
  line-height: 1.2; }

.layout__block {
  display: block; }

.layout__color--white {
  background-color: #fff; }
.layout__color--neutral {
  background-color: #FFF6DC; }
.layout__color--brand {
  background-color: #006644; }

.layout__container {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 50em) {
    .layout__container {
      width: 98%;
      max-width: 1200px;
      /* 960px */ } }

.l-wrapper,
.l__wrapper {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 50em) {
    .l-wrapper,
    .l__wrapper {
      width: 98%;
      max-width: 1200px;
      /* 960px */ } }

.l-inner {
  padding: 1em .5em; }

.l__inner {
  padding: u(2rem); }
  .l__inner--horizontal-only {
    padding: u(0rem 2rem); }
  .l__inner--vertical-only {
    padding: u(2rem 0rem); }
  .l__inner--debug {
    background-color: gray; }

.l-half-margin-bottom {
  margin-bottom: u(0.8rem); }

.l-inner-no-sp {
  margin: 0 -1px 0 -1px; }

.l-container,
.l__container {
  overflow: hidden; }
  .l-container:before, .l-container:after,
  .l__container:before,
  .l__container:after {
    content: "";
    display: table; }
  .l-container:after,
  .l__container:after {
    clear: both; }

.l-container-main {
  overflow: visible;
  position: relative; }
  .l-container-main:before, .l-container-main:after {
    content: "";
    display: table; }
  .l-container-main:after {
    clear: both; }

.l-full-height {
  margin-bottom: -99999px;
  padding-bottom: 99999px; }

.l-hide-column {
  display: none; }

.l-main-content-column,
.l-main-content-column-expanded,
.l-main-content-column-single,
.l-main-content-column-single-expanded,
.l-first-content-column,
.l-second-content-column,
.l-resp-masthead,
.l-full-width {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: left; }

@media (min-width: 50em) {
  .l-second-content-column {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    float: none;
    top: 0;
    bottom: 0;
    left: 0; }

  .l-first-content-column {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none; }

  .l-main-content-column {
    float: left;
    width: 50%;
    margin-left: 25%;
    margin-right: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none; }

  .l-main-content-column-expanded {
    float: left;
    width: 75%;
    margin-left: 25%;
    margin-right: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left; }

  .l-main-content-column-single {
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left; } }
.l-second-content-column .l-inner {
  padding-bottom: 4em; }

.l-masthead-container {
  display: table;
  width: 100%; }

.l-header-content-column-left,
.l-header-content-column-middle,
.l-header-content-column-right {
  display: table-cell;
  vertical-align: middle; }

.l-header-content-column-left {
  padding-left: u(1rem);
  width: 12.5%; }
  @media (min-width: 50em) {
    .l-header-content-column-left {
      display: none;
      padding: 0;
      width: 0; } }

.l-header-content-column-middle {
  text-align: center;
  width: 75%; }
  @media (min-width: 50em) {
    .l-header-content-column-middle {
      text-align: left;
      width: 87.5%; } }

.l-header-content-column-right {
  padding-right: u(1rem);
  width: 12.5%; }
  @media (min-width: 50em) {
    .l-header-content-column-right {
      padding: 0; } }

.l-hp-first-content-column,
.l-hp-second-content-column {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: left; }

@media (min-width: 50em) {
  .l-hp-first-content-column {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    padding-left: 0px;
    padding-right: 7px; }

  .l-hp-second-content-column {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    padding-left: 7px;
    padding-right: 0px; } }
.l-footer-column-a,
.l-footer-column-b,
.l-footer-column-c,
.l-footer-links-col-one,
.l-footer-links-col-two,
.l-footer-links,
.l-footer-branding,
.l-footer-social {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: left; }

@media (min-width: 31em) {
  .l-footer-links-col-one {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none; }

  .l-footer-links-col-two {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none; } }
@media (min-width: 48em) {
  .l-footer-column-a {
    float: left;
    width: 33.3333333333%;
    margin-left: 0%;
    margin-right: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none; }

  .l-footer-column-b {
    float: left;
    width: 33.3333333333%;
    margin-left: 33.3333333333%;
    margin-right: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none; }

  .l-footer-column-c {
    float: left;
    width: 33.3333333333%;
    margin-left: 66.6666666667%;
    margin-right: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none; }

  .l-footer-links {
    float: left;
    width: 66.6666666667%;
    margin-left: 33.3333333333%;
    margin-right: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none; }

  .l-footer-branding {
    float: left;
    width: 33.3333333333%;
    margin-left: 0%;
    margin-right: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none; } }
.l-list-min {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.l-list-cols {
  list-style-type: none;
  margin: 0 0 0;
  padding: 0;
  overflow: hidden; }
  .l-list-cols > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0 8px;
    width: 100%; }
  .l-list-cols.has-padding > li {
    padding: 10.6666666667px 8px; }

.l-list-3cols > li {
  width: 33.3333333333333%; }

.l-list-6cols > li {
  width: 16.6666666666667%; }

.l-list-12cols > li {
  width: 8.33333333333333%; }

.l-link-list-horizontal {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .l-link-list-horizontal > li {
    display: inline-block; }

.l-link-list-horizontal-responsive {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  .l-link-list-horizontal-responsive > li {
    display: block; }
    @media (min-width: 46em) {
      .l-link-list-horizontal-responsive > li {
        display: table-cell;
        vertical-align: middle;
        width: 16.6667%; } }

.masthead {
  position: relative;
  z-index: 10;
  background-color: #006644; }
  .masthead--banner {
    align-content: stretch;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 1em; }
  .masthead__item {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 0; }
    .masthead__item--branding {
      flex-grow: 0;
      flex-shrink: 1;
      width: 100%; }
    .masthead__item--nav {
      flex-grow: 2;
      background-color: #469042;
      position: relative;
      top: 0;
      transition: top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      width: 100%;
      z-index: 5; }
    .masthead__item--search-ui {
      position: relative;
      z-index: 6; }
    .masthead__item--search {
      display: flex;
      margin-right: 1em;
      padding-right: 2em;
      position: relative; }
      .masthead__item--search:after {
        background-color: #FFF6DC;
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        width: 1px; }
        @media (min-width: 50em) {
          .masthead__item--search:after {
            display: none; } }
    .masthead__item--mobile-toggle {
      display: block; }
      @media (min-width: 50em) {
        .masthead__item--mobile-toggle {
          display: none; } }
    .masthead__item--college-home {
      display: none; }
      @media (min-width: 50em) {
        .masthead__item--college-home {
          padding-right: 1.4em;
          display: block; } }
    .masthead__item--community-dropdown {
      display: none; }
      @media (min-width: 50em) {
        .masthead__item--community-dropdown {
          display: block; } }
  .masthead__wrapper {
    position: static;
    font-size: 12px; }
  @media (min-width: 50em) {
    .masthead {
      background-color: #006644; }
      .masthead__wrapper {
        left: 0;
        top: 0;
        width: 100%;
        z-index: 100; }
      .masthead__item--search {
        width: auto; } }

.navigation--primary {
  background-color: #006644;
  box-sizing: border-box;
  display: block;
  font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", "league-gothic-n4", "league-gothic", "league-gothic-backup", "league-gothic-local", "HelveticaNeue", Verdana, sans-serif;
  font-size: 175%; }
  @media (min-width: 50em) {
    .navigation--primary {
      align-content: space-between;
      align-items: stretch;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: space-around;
      flex-direction: row;
      flex-wrap: nowrap;
      font-size: 150%; } }
  .navigation--primary--overflow {
    align-content: space-between;
    align-items: stretch;
    background-color: #FFF6DC;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navigation--primary--overflow.open {
      display: flex; }
    .navigation--primary--overflow.close {
      display: none; }
    @media all and (min-width: 961px) {
      .navigation--primary--overflow {
        display: none; } }
  .navigation--primary--backup {
    align-content: space-between;
    align-items: stretch;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
.navigation__link {
  align-items: center;
  display: block;
  padding: 1em;
  text-align: left;
  text-transform: uppercase;
  transition: background-color 0.35s ease-in-out;
  /* 
  @include breakpoint( mobile ) {      
    &:hover {
      background-color: $babson-color__green--dark;
    }
  }
  */
  /*
  &.navigation__link--selected {
    background-color: $babson-color__white;
    color: $babson-color__green;
     > svg {
      transform: rotate(180deg);
      transform-origin: center;
     }
  }
  */ }
  .navigation__link:link, .navigation__link:visited {
    color: #fff;
    text-decoration: none; }
  .navigation__link.navigation__link--label {
    width: 100%; }
  @media (min-width: 50em) {
    .navigation__link {
      padding: 0.5em;
      text-align: center; }
      .navigation__link.navigation__link--label {
        width: auto; }
      .navigation__link.navigation__link--icon {
        padding: 0.5em 0; } }
.navigation__item {
  background-color: #006644;
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  transition-property: background-color, height, top;
  width: auto; }
  .navigation__item:nth-child(n+7) {
    display: none; }
  .navigation__item.navigation__item--mobile {
    background-color: #fff;
    border-top: 1px solid #c6c7c8;
    position: absolute;
    width: 100%; }
    .navigation__item.navigation__item--mobile > a {
      color: #006644;
      padding: 1em; }
      .navigation__item.navigation__item--mobile > a:hover {
        background-color: #c6c7c8; }
    .navigation__item.navigation__item--mobile .navigation__link--icon.navigation__link--icon--selected {
      transform: rotate(180deg);
      transform-origin: center; }
  .navigation__item.navigation__item--more {
    background-color: #FFF6DC; }
    .navigation__item.navigation__item--more > a:after {
      content: "More"; }
  .navigation__item.navigation__item--selected {
    background-color: #fff;
    color: #006644; }
    .navigation__item.navigation__item--selected:hover {
      background-color: #fff; }
    .navigation__item.navigation__item--selected svg {
      transform: rotate(180deg);
      transform-origin: center; }
    .navigation__item.navigation__item--selected a:link,
    .navigation__item.navigation__item--selected a:visited {
      background-color: #fff;
      color: #11511c;
      text-decoration: none; }
  @media (min-width: 50em) {
    .navigation__item {
      white-space: nowrap;
      width: auto; }
      .navigation__item:hover {
        background-color: #11511c; } }
.navigation--dropdowns {
  background-color: #fff;
  overflow: hidden;
  transition: height 0.35s ease-in-out; }
  .navigation--dropdowns .layout__container {
    position: relative; }
  .navigation--dropdowns .navigation--dropdown {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0; }
    .navigation--dropdowns .navigation--dropdown:first-child {
      position: relative; }
    .navigation--dropdowns .navigation--dropdown.navigation--dropdown--init {
      display: none; }
.navigation--dropdown {
  background-color: #eff0f1;
  opacity: 0;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  transition-property: opacity, height, top;
  width: 100%; }
  .navigation--dropdown:nth-child(n + 7) {
    display: none; }
  @media (min-width: 50em) {
    .navigation--dropdown {
      background-color: #fff;
      padding: 2em; } }
  .navigation--dropdown.nav-hidden {
    display: none; }
  .navigation--dropdown.nav-invisible {
    opacity: 0; }
  .navigation--dropdown.visible {
    display: block;
    opacity: 1; }
  .navigation--dropdown .grid--tiles {
    align-items: flex-start; }
  .navigation--dropdown .grid--tiles__item {
    padding: 0;
    width: 100%; }
    @media (min-width: 50em) {
      .navigation--dropdown .grid--tiles__item {
        flex-basis: auto;
        flex-grow: 0;
        flex-shrink: 1;
        padding: 2em;
        width: 50%;
        max-width: 50%; } }
    .navigation--dropdown .grid--tiles__item:first-child {
      display: none; }
      @media (min-width: 50em) {
        .navigation--dropdown .grid--tiles__item:first-child {
          display: block;
          border-right: 1px solid #006644;
          padding-left: 0;
          font-size: 1.25em; } }
    @media (min-width: 50em) {
      .navigation--dropdown .grid--tiles__item:last-child {
        padding-right: 0; } }
  .navigation--dropdown__cta .typo__headline {
    margin-bottom: 0.8rem; }
  .navigation--dropdown__cta .button {
    display: inline; }
  @media (min-width: 50em) {
    .navigation--dropdown__links .list--unordered--links {
      columns: 100px 2; } }
  .navigation--dropdown__links .list__link a:link,
  .navigation--dropdown__links .list__link a:visited,
  .navigation--dropdown__links .list__link a:active {
    color: #6b6f70;
    display: block;
    font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", "league-gothic-n4", "league-gothic", "league-gothic-backup", "league-gothic-local", "HelveticaNeue", Verdana, sans-serif;
    font-size: 175%;
    line-height: 1;
    padding: 0.5em 3rem;
    text-decoration: none;
    text-transform: uppercase; }
    @media (min-width: 50em) {
      .navigation--dropdown__links .list__link a:link,
      .navigation--dropdown__links .list__link a:visited,
      .navigation--dropdown__links .list__link a:active {
        color: #006644;
        font-size: 150%;
        padding: 0.30em 0;
        text-decoration: underline; } }
  .navigation--dropdown--other.navigation--dropdown {
    display: block; }
.navigation__mobile__toggle {
  display: block;
  line-height: 0; }
.navigation--other {
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.35s ease-in-out;
  transition-property: top, height;
  width: 100%; }
  .navigation--other .navigation__item--other {
    background-color: #6b6f70;
    color: #fff; }
    .navigation--other .navigation__item--other.navigation__item--mobile {
      background-color: #fff;
      position: relative; }
  .navigation--other .navigation__link {
    font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", "league-gothic-n4", "league-gothic", "league-gothic-backup", "league-gothic-local", "HelveticaNeue", Verdana, sans-serif;
    font-size: 175%;
    padding: 1em;
    text-transform: uppercase;
    text-decoration: underline; }
  .navigation--other .navigation__toggle--close {
    background-color: #006644;
    text-align: center;
    transform: rotate(180deg);
    transform-origin: center; }
    .navigation--other .navigation__toggle--close:hover {
      background-color: #11511c; }
  @media (min-width: 50em) {
    .navigation--other {
      display: none; } }

.list--unordered--links {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.list--unordered--full-width {
  margin: 0 0 1.2rem;
  padding: 0 0 0 .65rem; }
  .list--unordered--full-width ul {
    margin: 0 0 1.2rem;
    padding: 0 0 0 .65rem; }

.college-home {
  text-transform: uppercase;
  color: #ede8c4;
  font-size: 150%;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-style: normal;
  font-weight: 400; }

.grid:before, .grid:after {
  content: "";
  display: table; }
.grid:after {
  clear: both; }
.grid:after, .grid:before {
  width: 0px;
  max-width: 0px; }
.grid-item {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: left; }
  .grid-item--debug {
    background-color: #74CBC8; }
@media (min-width: 46em) {
  .grid--one-column .grid-item {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left; }
  .grid--one-column.grid__padding--columns .grid-item {
    padding: u(0rem); }
  .grid--one-column.grid__padding--frames .grid-item {
    padding: u(0rem); }
  .grid--two-column .grid-item:nth-child(2n+1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left; }
  .grid--two-column .grid-item:nth-child(2n) {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none; }
  .grid--two-column.grid__padding--columns .grid-item {
    padding: u(0rem 0.5rem); }
    .grid--two-column.grid__padding--columns .grid-item:nth-child(2n+1) {
      padding-left: 0; }
    .grid--two-column.grid__padding--columns .grid-item:nth-child(2n) {
      padding-right: 0; }
  .grid--two-column.grid__padding--frames .grid-item {
    padding: u(1rem 0.5rem); }
    .grid--two-column.grid__padding--frames .grid-item:nth-child(2n+1) {
      padding-left: u(1rem); }
    .grid--two-column.grid__padding--frames .grid-item:nth-child(2n) {
      padding-right: u(1rem); }
  .grid--three-column .grid-item:nth-child(3n+1) {
    float: left;
    width: 33.3333333333%;
    margin-left: 0%;
    margin-right: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left; }
  .grid--three-column .grid-item:nth-child(3n+2) {
    float: left;
    width: 33.3333333333%;
    margin-left: 33.3333333333%;
    margin-right: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none; }
  .grid--three-column .grid-item:nth-child(3n+3) {
    float: left;
    width: 33.3333333333%;
    margin-left: 66.6666666667%;
    margin-right: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none; }
  .grid--three-column.grid__padding--columns .grid-item {
    padding: u(0rem 0.5rem); }
    .grid--three-column.grid__padding--columns .grid-item:nth-child(3n+1) {
      padding-left: 0; }
    .grid--three-column.grid__padding--columns .grid-item:nth-child(3n+3) {
      padding-right: 0; }
  .grid--three-column.grid__padding--frames .grid-item {
    padding: u(1rem 0.5rem); }
    .grid--three-column.grid__padding--frames .grid-item:nth-child(3n+1) {
      padding-left: u(1rem); }
    .grid--three-column.grid__padding--frames .grid-item:nth-child(3n+3) {
      padding-right: u(1rem); }
  .grid--four-column .grid-item:nth-child(4n+1) {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left; }
  .grid--four-column .grid-item:nth-child(4n+2) {
    float: left;
    width: 25%;
    margin-left: 25%;
    margin-right: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none; }
  .grid--four-column .grid-item:nth-child(4n+3) {
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none; }
  .grid--four-column .grid-item:nth-child(4n+4) {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none; }
  .grid--four-column.grid__padding--columns .grid-item {
    padding: u(0rem 0.5rem); }
    .grid--four-column.grid__padding--columns .grid-item:nth-child(4n+1) {
      padding-left: 0; }
    .grid--four-column.grid__padding--columns .grid-item:nth-child(4n+4) {
      padding-right: 0; }
  .grid--four-column.grid__padding--frames .grid-item {
    padding: u(1rem 0.5rem); }
    .grid--four-column.grid__padding--frames .grid-item:nth-child(4n+1) {
      padding-left: u(1rem); }
    .grid--four-column.grid__padding--frames .grid-item:nth-child(4n+4) {
      padding-right: u(1rem); } }
.grid__padding {
  padding: u(2rem); }
  .grid__padding--debug {
    background-color: grey; }

.grid--tiles {
  align-content: stretch;
  align-items: stretch;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .grid--tiles__item {
    box-sizing: border-box;
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto; }
  .grid--tiles__no-padding .grid--tiles__item {
    padding: 0; }
  .grid--tiles__small--1 > .grid--tiles__item {
    flex-basis: 100%; }
  .grid--tiles__small--2 > .grid--tiles__item {
    flex-basis: 50%; }
  .grid--tiles__small--3 > .grid--tiles__item {
    flex-basis: 33%; }
  .grid--tiles__small--4 > .grid--tiles__item {
    flex-basis: 25%; }
  @media (min-width: 46em) {
    .grid--tiles__big--2 > .grid--tiles__item {
      flex-basis: 50%; } }
  @media (min-width: 46em) {
    .grid--tiles__big--3 > .grid--tiles__item {
      flex-basis: 31%; } }
  @media (min-width: 46em) {
    .grid--tiles__big--4 > .grid--tiles__item {
      flex-basis: 24%; } }
  @media (max-width: 46rem) {
    .grid--tiles__break-after--2 > .grid--tiles__item:nth-child(2) {
      flex-basis: 100%; } }
  .no-flexbox .grid--tiles {
    display: table; }
  .no-flexbox .grid--tiles__item {
    display: table-cell; }

.logo {
  display: block;
  font-family: "franklin-gothic-urw-comp-n7", "franklin-gothic-urw-comp", "helvetica", verdana, sans;
  font-size: u(2rem);
  font-weight: 700;
  line-height: 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%; }
  .logo:link, .logo:visited, .logo:active {
    color: #ede8c4;
    text-decoration: none; }
  .logo:hover {
    color: #ede8c4;
    text-decoration: underline; }
  @media (min-width: 50em) {
    .logo {
      font-size: u(5rem);
      line-height: 0; } }
  .logo__img {
    height: 26px;
    margin: 0 auto;
    width: 170px; }
    @media (min-width: 50em) {
      .logo__img {
        height: 36px;
        margin: auto;
        max-width: 275px;
        min-width: 200px;
        width: 100%; } }
  .logo--footer {
    display: block;
    height: 63px;
    margin: 0 auto;
    margin-bottom: 1rem;
    width: 125px; }

.icon {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .icon__master {
    display: block;
    height: 0px;
    width: 0px; }
  .icon--small {
    width: 14px;
    height: 14px; }
  .icon--small-plus {
    width: 18px;
    height: 18px; }
  .icon--medium {
    width: 24px;
    height: 24px; }
  .icon__color--yellow {
    fill: #FFF6DC; }
    @media (min-width: 50em) {
      .icon__color--yellow:hover {
        fill: #74CBC8; } }
  .icon__color--green {
    fill: #b4d1c7; }
    @media (min-width: 50em) {
      .icon__color--green:hover {
        fill: #006644; } }
  .icon__color--white {
    fill: #fff; }
    .icon__color--white:hover {
      fill: #fff; }

form[role=search] .search {
  background-color: #006644;
  overflow: hidden;
  position: relative;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
  form[role=search] .search__submit {
    display: none; }
  form[role=search] .search__toggle {
    display: block;
    line-height: 0; }
  form[role=search] .search-ui {
    display: flex;
    font-size: 150%;
    line-height: 0;
    margin: 0 auto;
    max-width: 500px;
    overflow: hidden;
    padding-bottom: 1em;
    width: 80%; }
    @media (min-width: 50em) {
      form[role=search] .search-ui {
        width: 100%; } }
    form[role=search] .search-ui__item {
      padding: 0.5em;
      display: flex;
      align-items: center; }
    form[role=search] .search-ui__field {
      background-color: #fff; }
    form[role=search] .search-ui__input {
      flex-grow: 2; }
      form[role=search] .search-ui__input > input[type="text"] {
        background-color: transparent;
        background-image: none;
        border: none;
        box-sizing: border-box;
        font-family: inherit;
        height: 25px !important;
        margin: 0;
        padding: 0;
        width: 100% !important; }
  form[role=search] .search--second {
    background-color: #006644;
    color: #FFF6DC;
    font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", "league-gothic-n4", "league-gothic", "league-gothic-backup", "league-gothic-local", "HelveticaNeue", Verdana, sans-serif;
    font-size: 133%;
    padding: 2em 0;
    text-align: center;
    text-transform: uppercase; }
    form[role=search] .search--second .search-ui__input > input[type="text"] {
      font-size: 133%; }
    form[role=search] .search--second__container {
      margin: 0 auto;
      width: 90%; }
      @media (min-width: 50em) {
        form[role=search] .search--second__container {
          width: 55%; } }
      form[role=search] .search--second__container ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        form[role=search] .search--second__container ul a {
          display: block;
          font-family: "museo-slab-n5", "museo-slab", "museo-slab-backup", "museo-slab-local", Georgia, serif;
          padding: 0.5em 0; }
          form[role=search] .search--second__container ul a:link, form[role=search] .search--second__container ul a:visited, form[role=search] .search--second__container ul a:hover {
            color: #FFF6DC;
            font-size: 100%; }
    form[role=search] .search--second__title {
      color: #fff;
      font-size: 175%;
      margin-bottom: 1.6rem;
      line-height: 1; }

body > footer {
  background-color: #707271;
  color: #F7F7F7; }
  body > footer > div.layout-container {
    max-width: 1200px;
    margin: auto;
    padding: 2rem 1rem;
    font-family: "franklin-gothic-urw-comp", sans-serif;
    font-style: normal;
    font-weight: 400; }
    body > footer > div.layout-container a {
      color: #F7F7F7;
      text-transform: uppercase; }
    body > footer > div.layout-container p, body > footer > div.layout-container ul {
      font-size: 0.75rem; }
    body > footer > div.layout-container P.address {
      margin-top: 0; }
      body > footer > div.layout-container P.address img {
        width: 130px;
        margin-bottom: 1rem; }
        @media screen and (min-width: 1024px) {
          body > footer > div.layout-container P.address img {
            width: 160px; } }
    body > footer > div.layout-container > nav.legal ul {
      list-style: none;
      padding: 0 0 1rem; }
      body > footer > div.layout-container > nav.legal ul li {
        float: left; }
      body > footer > div.layout-container > nav.legal ul li:nth-child(n+2):before {
        content: '\0000a0\002f\0000a0'; }
    body > footer > div.layout-container > p.copy {
      clear: both;
      margin-bottom: 0; }
    body > footer > div.layout-container > p.blogs-home {
      float: right;
      font-family: "franklin-gothic-urw-comp", sans-serif;
      font-style: normal;
      font-weight: 400;
      text-decoration: underline;
      font-size: 1rem;
      margin: 0; }

body > main aside {
  padding: 1rem;
  background-color: #dad7cb; }
  body > main aside div.widget {
    clear: both;
    margin-bottom: 1rem; }
    body > main aside div.widget h3 {
      color: #064;
      margin-bottom: 0.25rem; }
    body > main aside div.widget div.dlo-rss-feed-container {
      background-color: #ede8c4;
      padding: 0.5rem 0.5rem 0.25rem; }
      body > main aside div.widget div.dlo-rss-feed-container h3 a {
        color: #064; }
        body > main aside div.widget div.dlo-rss-feed-container h3 a img.rss-feed {
          margin-right: 0.5rem; }
      body > main aside div.widget div.dlo-rss-feed-container ul {
        list-style: none;
        padding: 0;
        margin-top: 0.5rem; }
        body > main aside div.widget div.dlo-rss-feed-container ul a {
          color: #7a946b;
          font-weight: bold; }
        body > main aside div.widget div.dlo-rss-feed-container ul li {
          padding-left: 1rem;
          text-indent: -1rem; }
        body > main aside div.widget div.dlo-rss-feed-container ul li:not(:last-child) {
          padding-bottom: 0.5rem; }
        body > main aside div.widget div.dlo-rss-feed-container ul li:before {
          content: "\00bb";
          padding-right: 0.5rem; }
    body > main aside div.widget select {
      max-width: 100%; }
  body > main aside.primary {
    font-family: "museo-slab", serif;
    font-style: normal;
    font-weight: 300;
    font-weight: 700;
    color: #707271; }
    body > main aside.primary p {
      padding: 0; }
  body > main aside div.widget:last-child {
    margin-bottom: 0; }
  body > main aside div#sharing-links {
    float: left; }
    body > main aside div#sharing-links div.individual-sharing-link {
      float: left;
      height: 30px;
      text-align: left;
      width: 110px; }

article div.individual-sharing-link {
  display: inline-block;
  vertical-align: top;
  margin-right: .1rem; }

body.error404 main div.layout-container div.main-content ol li ul {
  margin-bottom: 1rem; }
body.error404 main div.layout-container div.main-content img#error-404-image {
  float: right; }
body.error404 main div.layout-container div.main-content fieldset {
  border: 0;
  padding: 0.5rem;
  margin: 0;
  position: relative; }
  body.error404 main div.layout-container div.main-content fieldset input[name=s] {
    width: 165px;
    height: 20px;
    padding: 0; }
  body.error404 main div.layout-container div.main-content fieldset button[type=submit] {
    background-color: #FFF;
    border: 0;
    position: absolute;
    left: 178px; }
    body.error404 main div.layout-container div.main-content fieldset button[type=submit] img {
      width: 20px; }
body.error404 main div.layout-container div.main-content a#search-close {
  display: none; }

@media print {
  /* Adapted From HTML5 Boilerplate */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 2cm 1cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  /* site specific print layout formatting */
  .print-only {
    display: block; } }
/* Call To Action (cta) buttons */
#cta-links {
  margin: 1em 0 1em 0; }

.button,
a.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #6b6f70;
  border: none;
  border-radius: 1px;
  color: #fff;
  display: inline-block;
  font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", "league-gothic-n4", "league-gothic", "league-gothic-backup", "league-gothic-local", "HelveticaNeue", Verdana, sans-serif;
  font-size: 1rem;
  letter-spacing: .05rem;
  padding: 0.5em 1em;
  margin: 0 0 0.5em 0;
  position: static;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.button:hover, a.button--cta:hover {
  background-color: #0b5271; }

.button, a.button--alt {
  background-color: #0b5271; }

.button:hover, a.button--alt:hover {
  background-color: #74CBC8; }

/* hide anonymous gravatar images in the list */
article img[src*="0.gravatar.com"][src*="d=mm"] {
  display: none; }

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