@charset "UTF-8";
/* AFJ Color Palette */
/*------------------------------------*\
    $IMPORTS
\*------------------------------------*/
/**
 * Generic utility styles etc.
 */
/* line 2, ../afj-scss/vendor/_foundation.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 5, ../afj-scss/vendor/_foundation.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 13, ../afj-scss/vendor/_foundation.scss */
.left {
  float: left !important;
}

/* line 16, ../afj-scss/vendor/_foundation.scss */
.right {
  float: right !important;
}

/* line 19, ../afj-scss/vendor/_foundation.scss */
.text-left {
  text-align: left !important;
}

/* line 22, ../afj-scss/vendor/_foundation.scss */
.text-right {
  text-align: right !important;
}

/* line 27, ../afj-scss/vendor/_foundation.scss */
.text-center {
  text-align: center !important;
}

/* line 30, ../afj-scss/vendor/_foundation.scss */
.text-justify {
  text-align: justify !important;
}

/* line 33, ../afj-scss/vendor/_foundation.scss */
.hide {
  display: none;
}

/* line 36, ../afj-scss/vendor/_foundation.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 39, ../afj-scss/vendor/_foundation.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 43, ../afj-scss/vendor/_foundation.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 47, ../afj-scss/vendor/_foundation.scss */
select {
  width: 100%;
}

/* Grid HTML Classes */
/* line 51, ../afj-scss/vendor/_foundation.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
}

/* line 59, ../afj-scss/vendor/_foundation.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 62, ../afj-scss/vendor/_foundation.scss */
.row:after {
  clear: both;
}

/* line 64, ../afj-scss/vendor/_foundation.scss */
.row.collapse .column,
.row.collapse .columns,
.row.collapse #footer-sidebar .sidebar-block,
#footer-sidebar .row.collapse .sidebar-block {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

/* line 70, ../afj-scss/vendor/_foundation.scss */
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

/* line 78, ../afj-scss/vendor/_foundation.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

/* line 81, ../afj-scss/vendor/_foundation.scss */
.row .row:after {
  clear: both;
}

/* line 83, ../afj-scss/vendor/_foundation.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

/* line 88, ../afj-scss/vendor/_foundation.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

/* line 91, ../afj-scss/vendor/_foundation.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 94, ../afj-scss/vendor/_foundation.scss */
.column,
.columns,
#footer-sidebar .sidebar-block {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 103, ../afj-scss/vendor/_foundation.scss */
  .column,
  .columns,
  #footer-sidebar .sidebar-block {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  /* line 110, ../afj-scss/vendor/_foundation.scss */
  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 114, ../afj-scss/vendor/_foundation.scss */
  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 118, ../afj-scss/vendor/_foundation.scss */
  .small-3 {
    position: relative;
    width: 25%;
  }

  /* line 122, ../afj-scss/vendor/_foundation.scss */
  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 126, ../afj-scss/vendor/_foundation.scss */
  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 130, ../afj-scss/vendor/_foundation.scss */
  .small-6 {
    position: relative;
    width: 50%;
  }

  /* line 134, ../afj-scss/vendor/_foundation.scss */
  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 138, ../afj-scss/vendor/_foundation.scss */
  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 142, ../afj-scss/vendor/_foundation.scss */
  .small-9 {
    position: relative;
    width: 75%;
  }

  /* line 146, ../afj-scss/vendor/_foundation.scss */
  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 150, ../afj-scss/vendor/_foundation.scss */
  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 154, ../afj-scss/vendor/_foundation.scss */
  .small-12 {
    position: relative;
    width: 100%;
  }

  /* line 158, ../afj-scss/vendor/_foundation.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 162, ../afj-scss/vendor/_foundation.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 166, ../afj-scss/vendor/_foundation.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 170, ../afj-scss/vendor/_foundation.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 174, ../afj-scss/vendor/_foundation.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 178, ../afj-scss/vendor/_foundation.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 182, ../afj-scss/vendor/_foundation.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 186, ../afj-scss/vendor/_foundation.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 190, ../afj-scss/vendor/_foundation.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 194, ../afj-scss/vendor/_foundation.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 198, ../afj-scss/vendor/_foundation.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 202, ../afj-scss/vendor/_foundation.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 205, ../afj-scss/vendor/_foundation.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 208, ../afj-scss/vendor/_foundation.scss */
  .column.small-centered,
  .columns.small-centered,
  #footer-sidebar .small-centered.sidebar-block {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  /* line 216, ../afj-scss/vendor/_foundation.scss */
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 220, ../afj-scss/vendor/_foundation.scss */
  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 224, ../afj-scss/vendor/_foundation.scss */
  .large-3 {
    position: relative;
    width: 25%;
  }

  /* line 228, ../afj-scss/vendor/_foundation.scss */
  .large-4, #footer-sidebar .widget_nav_menu {
    position: relative;
    width: 33.33333%;
  }

  /* line 232, ../afj-scss/vendor/_foundation.scss */
  .large-5, #footer-sidebar .sidebar-block {
    position: relative;
    width: 41.66667%;
  }

  /* line 236, ../afj-scss/vendor/_foundation.scss */
  .large-6 {
    position: relative;
    width: 50%;
  }

  /* line 240, ../afj-scss/vendor/_foundation.scss */
  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 244, ../afj-scss/vendor/_foundation.scss */
  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 248, ../afj-scss/vendor/_foundation.scss */
  .large-9 {
    position: relative;
    width: 75%;
  }

  /* line 252, ../afj-scss/vendor/_foundation.scss */
  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 256, ../afj-scss/vendor/_foundation.scss */
  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 260, ../afj-scss/vendor/_foundation.scss */
  .large-12 {
    position: relative;
    width: 100%;
  }

  /* line 264, ../afj-scss/vendor/_foundation.scss */
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 268, ../afj-scss/vendor/_foundation.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 272, ../afj-scss/vendor/_foundation.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 276, ../afj-scss/vendor/_foundation.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 280, ../afj-scss/vendor/_foundation.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 284, ../afj-scss/vendor/_foundation.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 288, ../afj-scss/vendor/_foundation.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 292, ../afj-scss/vendor/_foundation.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 296, ../afj-scss/vendor/_foundation.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 300, ../afj-scss/vendor/_foundation.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 304, ../afj-scss/vendor/_foundation.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 308, ../afj-scss/vendor/_foundation.scss */
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  /* line 312, ../afj-scss/vendor/_foundation.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 317, ../afj-scss/vendor/_foundation.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 322, ../afj-scss/vendor/_foundation.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 327, ../afj-scss/vendor/_foundation.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 332, ../afj-scss/vendor/_foundation.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 337, ../afj-scss/vendor/_foundation.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 342, ../afj-scss/vendor/_foundation.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 347, ../afj-scss/vendor/_foundation.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 352, ../afj-scss/vendor/_foundation.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 357, ../afj-scss/vendor/_foundation.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 362, ../afj-scss/vendor/_foundation.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 367, ../afj-scss/vendor/_foundation.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 372, ../afj-scss/vendor/_foundation.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 377, ../afj-scss/vendor/_foundation.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 382, ../afj-scss/vendor/_foundation.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 387, ../afj-scss/vendor/_foundation.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 392, ../afj-scss/vendor/_foundation.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 397, ../afj-scss/vendor/_foundation.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 402, ../afj-scss/vendor/_foundation.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 407, ../afj-scss/vendor/_foundation.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 412, ../afj-scss/vendor/_foundation.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 417, ../afj-scss/vendor/_foundation.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 422, ../afj-scss/vendor/_foundation.scss */
  .column.large-centered,
  .columns.large-centered,
  #footer-sidebar .large-centered.sidebar-block {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 429, ../afj-scss/vendor/_foundation.scss */
  .column.large-uncentered,
  .columns.large-uncentered,
  #footer-sidebar .large-uncentered.sidebar-block {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 435, ../afj-scss/vendor/_foundation.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite,
  #footer-sidebar .large-uncentered.opposite.sidebar-block {
    float: right !important;
  }
}
/* Sections */
/* line 440, ../afj-scss/vendor/_foundation.scss */
[data-section=''], [data-section='auto'], .section-container.auto,
[data-section='vertical-tabs'], .section-container.vertical-tabs,
[data-section='vertical-nav'], .section-container.vertical-nav,
[data-section='horizontal-nav'], .section-container.horizontal-nav,
[data-section='accordion'], .section-container.accordion {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}

/* line 449, ../afj-scss/vendor/_foundation.scss */
[data-section=''][data-section-small-style], [data-section='auto'][data-section-small-style], .section-container.auto[data-section-small-style],
[data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style],
[data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style],
[data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style],
[data-section='accordion'][data-section-small-style], .section-container.accordion[data-section-small-style] {
  width: 100% !important;
}

/* line 455, ../afj-scss/vendor/_foundation.scss */
[data-section=''][data-section-small-style] > [data-section-region], [data-section=''][data-section-small-style] > section, [data-section=''][data-section-small-style] > .section, [data-section='auto'][data-section-small-style] > [data-section-region], [data-section='auto'][data-section-small-style] > section, [data-section='auto'][data-section-small-style] > .section, .section-container.auto[data-section-small-style] > [data-section-region], .section-container.auto[data-section-small-style] > section, .section-container.auto[data-section-small-style] > .section,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
[data-section='vertical-tabs'][data-section-small-style] > section,
[data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region],
[data-section='vertical-nav'][data-section-small-style] > section,
[data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
[data-section='horizontal-nav'][data-section-small-style] > section,
[data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section,
[data-section='accordion'][data-section-small-style] > [data-section-region],
[data-section='accordion'][data-section-small-style] > section,
[data-section='accordion'][data-section-small-style] > .section, .section-container.accordion[data-section-small-style] > [data-section-region], .section-container.accordion[data-section-small-style] > section, .section-container.accordion[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 470, ../afj-scss/vendor/_foundation.scss */
[data-section=''][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=''][data-section-small-style] > [data-section-region] > .title, [data-section=''][data-section-small-style] > section > [data-section-title], [data-section=''][data-section-small-style] > section > .title, [data-section=''][data-section-small-style] > .section > [data-section-title], [data-section=''][data-section-small-style] > .section > .title, [data-section='auto'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='auto'][data-section-small-style] > [data-section-region] > .title, [data-section='auto'][data-section-small-style] > section > [data-section-title], [data-section='auto'][data-section-small-style] > section > .title, [data-section='auto'][data-section-small-style] > .section > [data-section-title], [data-section='auto'][data-section-small-style] > .section > .title, .section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.auto[data-section-small-style] > [data-section-region] > .title, .section-container.auto[data-section-small-style] > section > [data-section-title], .section-container.auto[data-section-small-style] > section > .title, .section-container.auto[data-section-small-style] > .section > [data-section-title], .section-container.auto[data-section-small-style] > .section > .title,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > section > .title,
[data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > section > .title,
[data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > section > .title,
[data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title,
[data-section='accordion'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='accordion'][data-section-small-style] > [data-section-region] > .title,
[data-section='accordion'][data-section-small-style] > section > [data-section-title],
[data-section='accordion'][data-section-small-style] > section > .title,
[data-section='accordion'][data-section-small-style] > .section > [data-section-title],
[data-section='accordion'][data-section-small-style] > .section > .title, .section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.accordion[data-section-small-style] > [data-section-region] > .title, .section-container.accordion[data-section-small-style] > section > [data-section-title], .section-container.accordion[data-section-small-style] > section > .title, .section-container.accordion[data-section-small-style] > .section > [data-section-title], .section-container.accordion[data-section-small-style] > .section > .title {
  width: 100% !important;
}

/* line 496, ../afj-scss/vendor/_foundation.scss */
[data-section=''] > section, [data-section=''] > .section, [data-section=''] > [data-section-region], [data-section='auto'] > section, [data-section='auto'] > .section, [data-section='auto'] > [data-section-region], .section-container.auto > section, .section-container.auto > .section, .section-container.auto > [data-section-region],
[data-section='vertical-tabs'] > section,
[data-section='vertical-tabs'] > .section,
[data-section='vertical-tabs'] > [data-section-region], .section-container.vertical-tabs > section, .section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region],
[data-section='vertical-nav'] > section,
[data-section='vertical-nav'] > .section,
[data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region],
[data-section='horizontal-nav'] > section,
[data-section='horizontal-nav'] > .section,
[data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region],
[data-section='accordion'] > section,
[data-section='accordion'] > .section,
[data-section='accordion'] > [data-section-region], .section-container.accordion > section, .section-container.accordion > .section, .section-container.accordion > [data-section-region] {
  margin: 0;
}

/* line 510, ../afj-scss/vendor/_foundation.scss */
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  margin-bottom: 0;
}

/* line 536, ../afj-scss/vendor/_foundation.scss */
[data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a,
[data-section='vertical-tabs'] > section > [data-section-title] a,
[data-section='vertical-tabs'] > section > .title a,
[data-section='vertical-tabs'] > .section > [data-section-title] a,
[data-section='vertical-tabs'] > .section > .title a,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a,
[data-section='vertical-nav'] > section > [data-section-title] a,
[data-section='vertical-nav'] > section > .title a,
[data-section='vertical-nav'] > .section > [data-section-title] a,
[data-section='vertical-nav'] > .section > .title a,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a,
[data-section='horizontal-nav'] > section > [data-section-title] a,
[data-section='horizontal-nav'] > section > .title a,
[data-section='horizontal-nav'] > .section > [data-section-title] a,
[data-section='horizontal-nav'] > .section > .title a,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
[data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a,
[data-section='accordion'] > section > [data-section-title] a,
[data-section='accordion'] > section > .title a,
[data-section='accordion'] > .section > [data-section-title] a,
[data-section='accordion'] > .section > .title a,
[data-section='accordion'] > [data-section-region] > [data-section-title] a,
[data-section='accordion'] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a, .section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a, .section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a, .section-container.accordion > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

/* line 564, ../afj-scss/vendor/_foundation.scss */
[data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content,
[data-section='vertical-tabs'] > section > [data-section-content],
[data-section='vertical-tabs'] > section > .content,
[data-section='vertical-tabs'] > .section > [data-section-content],
[data-section='vertical-tabs'] > .section > .content,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content,
[data-section='vertical-nav'] > section > [data-section-content],
[data-section='vertical-nav'] > section > .content,
[data-section='vertical-nav'] > .section > [data-section-content],
[data-section='vertical-nav'] > .section > .content,
[data-section='vertical-nav'] > [data-section-region] > [data-section-content],
[data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content,
[data-section='horizontal-nav'] > section > [data-section-content],
[data-section='horizontal-nav'] > section > .content,
[data-section='horizontal-nav'] > .section > [data-section-content],
[data-section='horizontal-nav'] > .section > .content,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content,
[data-section='accordion'] > section > [data-section-content],
[data-section='accordion'] > section > .content,
[data-section='accordion'] > .section > [data-section-content],
[data-section='accordion'] > .section > .content,
[data-section='accordion'] > [data-section-region] > [data-section-content],
[data-section='accordion'] > [data-section-region] > .content, .section-container.accordion > section > [data-section-content], .section-container.accordion > section > .content, .section-container.accordion > .section > [data-section-content], .section-container.accordion > .section > .content, .section-container.accordion > [data-section-region] > [data-section-content], .section-container.accordion > [data-section-region] > .content {
  display: none;
}

/* line 590, ../afj-scss/vendor/_foundation.scss */
[data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content,
[data-section='vertical-tabs'] > section.active > [data-section-content],
[data-section='vertical-tabs'] > section.active > .content,
[data-section='vertical-tabs'] > .section.active > [data-section-content],
[data-section='vertical-tabs'] > .section.active > .content,
[data-section='vertical-tabs'] > [data-section-region].active > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content,
[data-section='vertical-nav'] > section.active > [data-section-content],
[data-section='vertical-nav'] > section.active > .content,
[data-section='vertical-nav'] > .section.active > [data-section-content],
[data-section='vertical-nav'] > .section.active > .content,
[data-section='vertical-nav'] > [data-section-region].active > [data-section-content],
[data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content,
[data-section='horizontal-nav'] > section.active > [data-section-content],
[data-section='horizontal-nav'] > section.active > .content,
[data-section='horizontal-nav'] > .section.active > [data-section-content],
[data-section='horizontal-nav'] > .section.active > .content,
[data-section='horizontal-nav'] > [data-section-region].active > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content,
[data-section='accordion'] > section.active > [data-section-content],
[data-section='accordion'] > section.active > .content,
[data-section='accordion'] > .section.active > [data-section-content],
[data-section='accordion'] > .section.active > .content,
[data-section='accordion'] > [data-section-region].active > [data-section-content],
[data-section='accordion'] > [data-section-region].active > .content, .section-container.accordion > section.active > [data-section-content], .section-container.accordion > section.active > .content, .section-container.accordion > .section.active > [data-section-content], .section-container.accordion > .section.active > .content, .section-container.accordion > [data-section-region].active > [data-section-content], .section-container.accordion > [data-section-region].active > .content {
  display: block;
}

/* line 616, ../afj-scss/vendor/_foundation.scss */
[data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active),
[data-section='vertical-tabs'] > section:not(.active),
[data-section='vertical-tabs'] > .section:not(.active),
[data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active),
[data-section='vertical-nav'] > section:not(.active),
[data-section='vertical-nav'] > .section:not(.active),
[data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active),
[data-section='horizontal-nav'] > section:not(.active),
[data-section='horizontal-nav'] > .section:not(.active),
[data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active),
[data-section='accordion'] > section:not(.active),
[data-section='accordion'] > .section:not(.active),
[data-section='accordion'] > [data-section-region]:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active), .section-container.accordion > [data-section-region]:not(.active) {
  padding: 0 !important;
}

/* line 630, ../afj-scss/vendor/_foundation.scss */
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  width: 100%;
}

/* line 657, ../afj-scss/vendor/_foundation.scss */
.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
  border-top: 1px solid #cccccc;
}

/* line 663, ../afj-scss/vendor/_foundation.scss */
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #cccccc;
}

/* line 675, ../afj-scss/vendor/_foundation.scss */
.section-container.auto > section > .title a, .section-container.auto > .section > .title a,
.section-container.vertical-tabs > section > .title a,
.section-container.vertical-tabs > .section > .title a,
.section-container.vertical-nav > section > .title a,
.section-container.vertical-nav > .section > .title a,
.section-container.horizontal-nav > section > .title a,
.section-container.horizontal-nav > .section > .title a,
.section-container.accordion > section > .title a,
.section-container.accordion > .section > .title a {
  padding: 0.9375em;
  color: #333333;
  font-size: 0.875em;
  background: none;
}

/* line 688, ../afj-scss/vendor/_foundation.scss */
.section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover,
.section-container.vertical-tabs > section > .title:hover,
.section-container.vertical-tabs > .section > .title:hover,
.section-container.vertical-nav > section > .title:hover,
.section-container.vertical-nav > .section > .title:hover,
.section-container.horizontal-nav > section > .title:hover,
.section-container.horizontal-nav > .section > .title:hover,
.section-container.accordion > section > .title:hover,
.section-container.accordion > .section > .title:hover {
  background-color: #e2e2e2;
}

/* line 698, ../afj-scss/vendor/_foundation.scss */
.section-container.auto > section > .content, .section-container.auto > .section > .content,
.section-container.vertical-tabs > section > .content,
.section-container.vertical-tabs > .section > .content,
.section-container.vertical-nav > section > .content,
.section-container.vertical-nav > .section > .content,
.section-container.horizontal-nav > section > .content,
.section-container.horizontal-nav > .section > .content,
.section-container.accordion > section > .content,
.section-container.accordion > .section > .content {
  padding: 0.9375em;
  background-color: white;
  border: solid 1px #cccccc;
}

/* line 710, ../afj-scss/vendor/_foundation.scss */
.section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child,
.section-container.vertical-tabs > section > .content > *:last-child,
.section-container.vertical-tabs > .section > .content > *:last-child,
.section-container.vertical-nav > section > .content > *:last-child,
.section-container.vertical-nav > .section > .content > *:last-child,
.section-container.horizontal-nav > section > .content > *:last-child,
.section-container.horizontal-nav > .section > .content > *:last-child,
.section-container.accordion > section > .content > *:last-child,
.section-container.accordion > .section > .content > *:last-child {
  margin-bottom: 0;
}

/* line 720, ../afj-scss/vendor/_foundation.scss */
.section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
.section-container.vertical-tabs > section > .content > *:first-child,
.section-container.vertical-tabs > .section > .content > *:first-child,
.section-container.vertical-nav > section > .content > *:first-child,
.section-container.vertical-nav > .section > .content > *:first-child,
.section-container.horizontal-nav > section > .content > *:first-child,
.section-container.horizontal-nav > .section > .content > *:first-child,
.section-container.accordion > section > .content > *:first-child,
.section-container.accordion > .section > .content > *:first-child {
  padding-top: 0;
}

/* line 730, ../afj-scss/vendor/_foundation.scss */
.section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.accordion > section > .content > *:last-child:not(.flex-video),
.section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}

/* line 740, ../afj-scss/vendor/_foundation.scss */
.section-container.auto > section.active > .title, .section-container.auto > .section.active > .title,
.section-container.vertical-tabs > section.active > .title,
.section-container.vertical-tabs > .section.active > .title,
.section-container.vertical-nav > section.active > .title,
.section-container.vertical-nav > .section.active > .title,
.section-container.horizontal-nav > section.active > .title,
.section-container.horizontal-nav > .section.active > .title,
.section-container.accordion > section.active > .title,
.section-container.accordion > .section.active > .title {
  background: #d5d5d5;
}

/* line 750, ../afj-scss/vendor/_foundation.scss */
.section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a,
.section-container.vertical-tabs > section.active > .title a,
.section-container.vertical-tabs > .section.active > .title a,
.section-container.vertical-nav > section.active > .title a,
.section-container.vertical-nav > .section.active > .title a,
.section-container.horizontal-nav > section.active > .title a,
.section-container.horizontal-nav > .section.active > .title a,
.section-container.accordion > section.active > .title a,
.section-container.accordion > .section.active > .title a {
  color: #333333;
}

/* line 760, ../afj-scss/vendor/_foundation.scss */
.section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
.section-container.vertical-tabs > section:not(.active),
.section-container.vertical-tabs > .section:not(.active),
.section-container.vertical-nav > section:not(.active),
.section-container.vertical-nav > .section:not(.active),
.section-container.horizontal-nav > section:not(.active),
.section-container.horizontal-nav > .section:not(.active),
.section-container.accordion > section:not(.active),
.section-container.accordion > .section:not(.active) {
  padding: 0 !important;
}

/* line 770, ../afj-scss/vendor/_foundation.scss */
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  border-top: none;
}

/* line 781, ../afj-scss/vendor/_foundation.scss */
[data-section='tabs'], .section-container.tabs {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}

/* line 786, ../afj-scss/vendor/_foundation.scss */
[data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
  visibility: hidden;
}

/* line 788, ../afj-scss/vendor/_foundation.scss */
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  margin-bottom: 0;
}

/* line 790, ../afj-scss/vendor/_foundation.scss */
[data-section='tabs'] > section > [data-section-title] a, [data-section='tabs'] > section > .title a, [data-section='tabs'] > .section > [data-section-title] a, [data-section='tabs'] > .section > .title a, [data-section='tabs'] > [data-section-region] > [data-section-title] a, [data-section='tabs'] > [data-section-region] > .title a, .section-container.tabs > section > [data-section-title] a, .section-container.tabs > section > .title a, .section-container.tabs > .section > [data-section-title] a, .section-container.tabs > .section > .title a, .section-container.tabs > [data-section-region] > [data-section-title] a, .section-container.tabs > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

/* line 794, ../afj-scss/vendor/_foundation.scss */
[data-section='tabs'] > section > [data-section-content], [data-section='tabs'] > section > .content, [data-section='tabs'] > .section > [data-section-content], [data-section='tabs'] > .section > .content, [data-section='tabs'] > [data-section-region] > [data-section-content], [data-section='tabs'] > [data-section-region] > .content, .section-container.tabs > section > [data-section-content], .section-container.tabs > section > .content, .section-container.tabs > .section > [data-section-content], .section-container.tabs > .section > .content, .section-container.tabs > [data-section-region] > [data-section-content], .section-container.tabs > [data-section-region] > .content {
  display: none;
}

/* line 796, ../afj-scss/vendor/_foundation.scss */
[data-section='tabs'] > section.active > [data-section-content], [data-section='tabs'] > section.active > .content, [data-section='tabs'] > .section.active > [data-section-content], [data-section='tabs'] > .section.active > .content, [data-section='tabs'] > [data-section-region].active > [data-section-content], [data-section='tabs'] > [data-section-region].active > .content, .section-container.tabs > section.active > [data-section-content], .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > [data-section-content], .section-container.tabs > .section.active > .content, .section-container.tabs > [data-section-region].active > [data-section-content], .section-container.tabs > [data-section-region].active > .content {
  display: block;
}

/* line 798, ../afj-scss/vendor/_foundation.scss */
[data-section='tabs'] > section:not(.active), [data-section='tabs'] > .section:not(.active), [data-section='tabs'] > [data-section-region]:not(.active), .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active), .section-container.tabs > [data-section-region]:not(.active) {
  padding: 0 !important;
}

/* line 800, ../afj-scss/vendor/_foundation.scss */
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 806, ../afj-scss/vendor/_foundation.scss */
.section-container.tabs {
  border: none;
}

/* line 808, ../afj-scss/vendor/_foundation.scss */
.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #cccccc;
}

/* line 812, ../afj-scss/vendor/_foundation.scss */
.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
  padding: 0.9375em;
  color: #333333;
  font-size: 0.875em;
  background: none;
}

/* line 817, ../afj-scss/vendor/_foundation.scss */
.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
  background-color: #e2e2e2;
}

/* line 819, ../afj-scss/vendor/_foundation.scss */
.section-container.tabs > section > .content, .section-container.tabs > .section > .content {
  padding: 0.9375em;
  background-color: white;
  border: solid 1px #cccccc;
}

/* line 823, ../afj-scss/vendor/_foundation.scss */
.section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
  margin-bottom: 0;
}

/* line 825, ../afj-scss/vendor/_foundation.scss */
.section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
  padding-top: 0;
}

/* line 827, ../afj-scss/vendor/_foundation.scss */
.section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}

/* line 829, ../afj-scss/vendor/_foundation.scss */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  background: white;
}

/* line 831, ../afj-scss/vendor/_foundation.scss */
.section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
  color: #333333;
}

/* line 833, ../afj-scss/vendor/_foundation.scss */
.section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
  padding: 0 !important;
}

/* line 835, ../afj-scss/vendor/_foundation.scss */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  border-bottom: 0;
}

@media only screen and (min-width: 1000px) {
  /* line 839, ../afj-scss/vendor/_foundation.scss */
  [data-section=''], [data-section='auto'], .section-container.auto {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }

  /* line 844, ../afj-scss/vendor/_foundation.scss */
  [data-section='']:not([data-section-resized]):not([data-section-small-style]), [data-section='auto']:not([data-section-resized]):not([data-section-small-style]), .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }

  /* line 846, ../afj-scss/vendor/_foundation.scss */
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    margin-bottom: 0;
  }

  /* line 848, ../afj-scss/vendor/_foundation.scss */
  [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }

  /* line 852, ../afj-scss/vendor/_foundation.scss */
  [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content {
    display: none;
  }

  /* line 854, ../afj-scss/vendor/_foundation.scss */
  [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content {
    display: block;
  }

  /* line 856, ../afj-scss/vendor/_foundation.scss */
  [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active) {
    padding: 0 !important;
  }

  /* line 858, ../afj-scss/vendor/_foundation.scss */
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* line 864, ../afj-scss/vendor/_foundation.scss */
  .section-container.auto {
    border: none;
  }

  /* line 866, ../afj-scss/vendor/_foundation.scss */
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
  }

  /* line 870, ../afj-scss/vendor/_foundation.scss */
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
    padding: 0.9375em;
    color: #333333;
    font-size: 0.875em;
    background: none;
  }

  /* line 875, ../afj-scss/vendor/_foundation.scss */
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
    background-color: #e2e2e2;
  }

  /* line 877, ../afj-scss/vendor/_foundation.scss */
  .section-container.auto > section > .content, .section-container.auto > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc;
  }

  /* line 881, ../afj-scss/vendor/_foundation.scss */
  .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
    margin-bottom: 0;
  }

  /* line 883, ../afj-scss/vendor/_foundation.scss */
  .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
    padding-top: 0;
  }

  /* line 885, ../afj-scss/vendor/_foundation.scss */
  .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }

  /* line 887, ../afj-scss/vendor/_foundation.scss */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    background: white;
  }

  /* line 889, ../afj-scss/vendor/_foundation.scss */
  .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
    color: #333333;
  }

  /* line 891, ../afj-scss/vendor/_foundation.scss */
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
    padding: 0 !important;
  }

  /* line 893, ../afj-scss/vendor/_foundation.scss */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    border-bottom: 0;
  }

  /* line 896, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-tabs'], .section-container.vertical-tabs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }

  /* line 901, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }

  /* line 903, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
    width: 100% !important;
  }

  /* line 905, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region], [data-section='vertical-tabs'][data-section-small-style] > section, [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }

  /* line 908, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > section > .title, [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title {
    width: 100% !important;
  }

  /* line 910, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    margin-bottom: 0;
  }

  /* line 912, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-tabs'] > section > [data-section-title] a, [data-section='vertical-tabs'] > section > .title a, [data-section='vertical-tabs'] > .section > [data-section-title] a, [data-section='vertical-tabs'] > .section > .title a, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a, [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }

  /* line 916, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-tabs'] > section > [data-section-content], [data-section='vertical-tabs'] > section > .content, [data-section='vertical-tabs'] > .section > [data-section-content], [data-section='vertical-tabs'] > .section > .content, [data-section='vertical-tabs'] > [data-section-region] > [data-section-content], [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content {
    display: none;
  }

  /* line 918, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-tabs'] > section.active > [data-section-content], [data-section='vertical-tabs'] > section.active > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content], [data-section='vertical-tabs'] > .section.active > .content, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content], [data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content {
    display: block;
  }

  /* line 920, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-tabs'] > section:not(.active), [data-section='vertical-tabs'] > .section:not(.active), [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active) {
    padding: 0 !important;
  }

  /* line 922, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 12.5em;
  }

  /* line 927, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-tabs'] > section.active, [data-section='vertical-tabs'] > .section.active, [data-section='vertical-tabs'] > [data-section-region].active, .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > [data-section-region].active {
    padding-left: 12.5em;
  }

  /* line 929, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-tabs'] > section.active > [data-section-title], [data-section='vertical-tabs'] > section.active > .title, [data-section='vertical-tabs'] > .section.active > [data-section-title], [data-section='vertical-tabs'] > .section.active > .title, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-title], [data-section='vertical-tabs'] > [data-section-region].active > .title, .section-container.vertical-tabs > section.active > [data-section-title], .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > [data-section-region].active > [data-section-title], .section-container.vertical-tabs > [data-section-region].active > .title {
    width: 12.5em;
  }

  /* line 932, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-tabs {
    border: none;
  }

  /* line 934, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
  }

  /* line 938, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
    padding: 0.9375em;
    color: #333333;
    font-size: 0.875em;
    background: none;
  }

  /* line 943, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
    background-color: #e2e2e2;
  }

  /* line 945, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc;
  }

  /* line 949, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
    margin-bottom: 0;
  }

  /* line 951, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
    padding-top: 0;
  }

  /* line 953, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }

  /* line 955, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background: #d5d5d5;
  }

  /* line 957, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
    color: #333333;
  }

  /* line 959, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
    padding: 0 !important;
  }

  /* line 961, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
    padding-left: 12.4375em;
  }

  /* line 963, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background-color: #d5d5d5;
  }

  /* line 966, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-nav'], .section-container.vertical-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }

  /* line 971, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }

  /* line 973, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
    width: 100% !important;
  }

  /* line 975, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region], [data-section='vertical-nav'][data-section-small-style] > section, [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }

  /* line 978, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > section > .title, [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }

  /* line 980, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-nav'] > section, [data-section='vertical-nav'] > .section, [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region] {
    position: relative;
    display: inline-block;
  }

  /* line 983, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }

  /* line 985, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }

  /* line 989, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    display: none;
  }

  /* line 991, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-nav'] > section.active > [data-section-content], [data-section='vertical-nav'] > section.active > .content, [data-section='vertical-nav'] > .section.active > [data-section-content], [data-section='vertical-nav'] > .section.active > .content, [data-section='vertical-nav'] > [data-section-region].active > [data-section-content], [data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content {
    display: block;
  }

  /* line 993, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-nav'] > section:not(.active), [data-section='vertical-nav'] > .section:not(.active), [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }

  /* line 995, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }

  /* line 998, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    display: block;
  }

  /* line 1000, ../afj-scss/vendor/_foundation.scss */
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 12.5em;
  }

  /* line 1007, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-nav {
    border: none;
  }

  /* line 1009, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
  }

  /* line 1013, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
    padding: 0.9375em;
    color: #333333;
    font-size: 0.875em;
    background: none;
  }

  /* line 1018, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }

  /* line 1020, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc;
  }

  /* line 1024, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }

  /* line 1026, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
    padding-top: 0;
  }

  /* line 1028, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }

  /* line 1030, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
    background: #d5d5d5;
  }

  /* line 1032, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
    color: #333333;
  }

  /* line 1034, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
    padding: 0 !important;
  }

  /* line 1037, ../afj-scss/vendor/_foundation.scss */
  [data-section='horizontal-nav'], .section-container.horizontal-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }

  /* line 1042, ../afj-scss/vendor/_foundation.scss */
  [data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }

  /* line 1044, ../afj-scss/vendor/_foundation.scss */
  [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
    width: 100% !important;
  }

  /* line 1046, ../afj-scss/vendor/_foundation.scss */
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region], [data-section='horizontal-nav'][data-section-small-style] > section, [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }

  /* line 1049, ../afj-scss/vendor/_foundation.scss */
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > section > .title, [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }

  /* line 1051, ../afj-scss/vendor/_foundation.scss */
  [data-section='horizontal-nav'] > section, [data-section='horizontal-nav'] > .section, [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region] {
    position: relative;
    float: left;
  }

  /* line 1054, ../afj-scss/vendor/_foundation.scss */
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }

  /* line 1056, ../afj-scss/vendor/_foundation.scss */
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }

  /* line 1060, ../afj-scss/vendor/_foundation.scss */
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    display: none;
  }

  /* line 1062, ../afj-scss/vendor/_foundation.scss */
  [data-section='horizontal-nav'] > section.active > [data-section-content], [data-section='horizontal-nav'] > section.active > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content], [data-section='horizontal-nav'] > .section.active > .content, [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content], [data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content {
    display: block;
  }

  /* line 1064, ../afj-scss/vendor/_foundation.scss */
  [data-section='horizontal-nav'] > section:not(.active), [data-section='horizontal-nav'] > .section:not(.active), [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }

  /* line 1066, ../afj-scss/vendor/_foundation.scss */
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }

  /* line 1069, ../afj-scss/vendor/_foundation.scss */
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    display: block;
  }

  /* line 1071, ../afj-scss/vendor/_foundation.scss */
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 12.5em;
  }

  /* line 1079, ../afj-scss/vendor/_foundation.scss */
  .section-container.horizontal-nav {
    background: #efefef;
    border: 1px solid #cccccc;
  }

  /* line 1082, ../afj-scss/vendor/_foundation.scss */
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc;
  }

  /* line 1086, ../afj-scss/vendor/_foundation.scss */
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
    padding: 0.9375em;
    color: #333333;
    font-size: 0.875em;
    background: none;
  }

  /* line 1091, ../afj-scss/vendor/_foundation.scss */
  .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }

  /* line 1093, ../afj-scss/vendor/_foundation.scss */
  .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc;
  }

  /* line 1097, ../afj-scss/vendor/_foundation.scss */
  .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }

  /* line 1099, ../afj-scss/vendor/_foundation.scss */
  .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
    padding-top: 0;
  }

  /* line 1101, ../afj-scss/vendor/_foundation.scss */
  .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }

  /* line 1103, ../afj-scss/vendor/_foundation.scss */
  .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
    background: #d5d5d5;
  }

  /* line 1105, ../afj-scss/vendor/_foundation.scss */
  .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
    color: #333333;
  }

  /* line 1107, ../afj-scss/vendor/_foundation.scss */
  .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
    padding: 0 !important;
  }
}
/* line 1109, ../afj-scss/vendor/_foundation.scss */
.no-js [data-section], .no-js .section-container {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}

/* line 1114, ../afj-scss/vendor/_foundation.scss */
.no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
  width: 100% !important;
}

/* line 1116, ../afj-scss/vendor/_foundation.scss */
.no-js [data-section][data-section-small-style] > [data-section-region], .no-js [data-section][data-section-small-style] > section, .no-js [data-section][data-section-small-style] > .section, .no-js .section-container[data-section-small-style] > [data-section-region], .no-js .section-container[data-section-small-style] > section, .no-js .section-container[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 1119, ../afj-scss/vendor/_foundation.scss */
.no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title], .no-js [data-section][data-section-small-style] > [data-section-region] > .title, .no-js [data-section][data-section-small-style] > section > [data-section-title], .no-js [data-section][data-section-small-style] > section > .title, .no-js [data-section][data-section-small-style] > .section > [data-section-title], .no-js [data-section][data-section-small-style] > .section > .title, .no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title], .no-js .section-container[data-section-small-style] > [data-section-region] > .title, .no-js .section-container[data-section-small-style] > section > [data-section-title], .no-js .section-container[data-section-small-style] > section > .title, .no-js .section-container[data-section-small-style] > .section > [data-section-title], .no-js .section-container[data-section-small-style] > .section > .title {
  width: 100% !important;
}

/* line 1121, ../afj-scss/vendor/_foundation.scss */
.no-js [data-section] > section, .no-js [data-section] > .section, .no-js [data-section] > [data-section-region], .no-js .section-container > section, .no-js .section-container > .section, .no-js .section-container > [data-section-region] {
  margin: 0;
}

/* line 1123, ../afj-scss/vendor/_foundation.scss */
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  margin-bottom: 0;
}

/* line 1125, ../afj-scss/vendor/_foundation.scss */
.no-js [data-section] > section > [data-section-title] a, .no-js [data-section] > section > .title a, .no-js [data-section] > .section > [data-section-title] a, .no-js [data-section] > .section > .title a, .no-js [data-section] > [data-section-region] > [data-section-title] a, .no-js [data-section] > [data-section-region] > .title a, .no-js .section-container > section > [data-section-title] a, .no-js .section-container > section > .title a, .no-js .section-container > .section > [data-section-title] a, .no-js .section-container > .section > .title a, .no-js .section-container > [data-section-region] > [data-section-title] a, .no-js .section-container > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

/* line 1129, ../afj-scss/vendor/_foundation.scss */
.no-js [data-section] > section > [data-section-content], .no-js [data-section] > section > .content, .no-js [data-section] > .section > [data-section-content], .no-js [data-section] > .section > .content, .no-js [data-section] > [data-section-region] > [data-section-content], .no-js [data-section] > [data-section-region] > .content, .no-js .section-container > section > [data-section-content], .no-js .section-container > section > .content, .no-js .section-container > .section > [data-section-content], .no-js .section-container > .section > .content, .no-js .section-container > [data-section-region] > [data-section-content], .no-js .section-container > [data-section-region] > .content {
  display: none;
}

/* line 1131, ../afj-scss/vendor/_foundation.scss */
.no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.active > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js [data-section] > [data-section-region].active > [data-section-content], .no-js [data-section] > [data-section-region].active > .content, .no-js .section-container > section.active > [data-section-content], .no-js .section-container > section.active > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .section-container > [data-section-region].active > [data-section-content], .no-js .section-container > [data-section-region].active > .content {
  display: block;
}

/* line 1133, ../afj-scss/vendor/_foundation.scss */
.no-js [data-section] > section:not(.active), .no-js [data-section] > .section:not(.active), .no-js [data-section] > [data-section-region]:not(.active), .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active), .no-js .section-container > [data-section-region]:not(.active) {
  padding: 0 !important;
}

/* line 1135, ../afj-scss/vendor/_foundation.scss */
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  width: 100%;
}

/* line 1137, ../afj-scss/vendor/_foundation.scss */
.no-js .section-container {
  border-top: 1px solid #cccccc;
}

/* line 1139, ../afj-scss/vendor/_foundation.scss */
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #cccccc;
}

/* line 1143, ../afj-scss/vendor/_foundation.scss */
.no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
  padding: 0.9375em;
  color: #333333;
  font-size: 0.875em;
  background: none;
}

/* line 1148, ../afj-scss/vendor/_foundation.scss */
.no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
  background-color: #e2e2e2;
}

/* line 1150, ../afj-scss/vendor/_foundation.scss */
.no-js .section-container > section > .content, .no-js .section-container > .section > .content {
  padding: 0.9375em;
  background-color: white;
  border: solid 1px #cccccc;
}

/* line 1154, ../afj-scss/vendor/_foundation.scss */
.no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
  margin-bottom: 0;
}

/* line 1156, ../afj-scss/vendor/_foundation.scss */
.no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
  padding-top: 0;
}

/* line 1158, ../afj-scss/vendor/_foundation.scss */
.no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}

/* line 1160, ../afj-scss/vendor/_foundation.scss */
.no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
  background: #d5d5d5;
}

/* line 1162, ../afj-scss/vendor/_foundation.scss */
.no-js .section-container > section.active > .title a, .no-js .section-container > .section.active > .title a {
  color: #333333;
}

/* line 1164, ../afj-scss/vendor/_foundation.scss */
.no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
  padding: 0 !important;
}

/* line 1166, ../afj-scss/vendor/_foundation.scss */
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  border-top: none;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 1170, ../afj-scss/vendor/_foundation.scss */
.contain-to-grid {
  width: 100%;
  background: #111111;
}

/* line 1173, ../afj-scss/vendor/_foundation.scss */
.contain-to-grid .top-bar {
  margin-bottom: 1.875em;
}

/* line 1176, ../afj-scss/vendor/_foundation.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

/* line 1183, ../afj-scss/vendor/_foundation.scss */
.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #111111;
  margin-bottom: 1.875em;
}

/* line 1190, ../afj-scss/vendor/_foundation.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}

/* line 1193, ../afj-scss/vendor/_foundation.scss */
.top-bar .row {
  max-width: none;
}

/* line 1195, ../afj-scss/vendor/_foundation.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}

/* line 1198, ../afj-scss/vendor/_foundation.scss */
.top-bar input {
  height: 2.45em;
}

/* line 1200, ../afj-scss/vendor/_foundation.scss */
.top-bar .button {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 0;
}

/* line 1204, ../afj-scss/vendor/_foundation.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}

/* line 1207, ../afj-scss/vendor/_foundation.scss */
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16;
}

/* line 1211, ../afj-scss/vendor/_foundation.scss */
.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625em;
  margin: 0;
}

/* line 1215, ../afj-scss/vendor/_foundation.scss */
.top-bar .name h1 a {
  font-weight: bold;
  color: white;
  width: 50%;
  display: block;
  padding: 0 15px;
}

/* line 1221, ../afj-scss/vendor/_foundation.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 1225, ../afj-scss/vendor/_foundation.scss */
.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  font-size: 0.8125em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}

/* line 1235, ../afj-scss/vendor/_foundation.scss */
.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}

/* line 1240, ../afj-scss/vendor/_foundation.scss */
.top-bar .toggle-topbar.menu-icon a {
  text-indent: -48px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  padding: 0;
  color: white;
}

/* line 1247, ../afj-scss/vendor/_foundation.scss */
.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}

/* line 1255, ../afj-scss/vendor/_foundation.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}

/* line 1258, ../afj-scss/vendor/_foundation.scss */
.top-bar.expanded .title-area {
  background: #111111;
}

/* line 1260, ../afj-scss/vendor/_foundation.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}

/* line 1262, ../afj-scss/vendor/_foundation.scss */
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

/* line 1266, ../afj-scss/vendor/_foundation.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}

/* line 1273, ../afj-scss/vendor/_foundation.scss */
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #222222;
  font-size: 16;
  margin: 0;
}

/* line 1280, ../afj-scss/vendor/_foundation.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-bottom: solid 1px #2b2b2b;
  border-top: solid 1px black;
  clear: both;
  height: 1px;
  width: 100%;
}

/* line 1287, ../afj-scss/vendor/_foundation.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-size: 0.8125em;
  font-weight: bold;
  background: #222222;
}

/* line 1296, ../afj-scss/vendor/_foundation.scss */
.top-bar-section ul li > a.button {
  background: #2ba6cb;
  font-size: 0.8125em;
}

/* line 1299, ../afj-scss/vendor/_foundation.scss */
.top-bar-section ul li > a.button.hover {
  background: #2284a1;
}

/* line 1301, ../afj-scss/vendor/_foundation.scss */
.top-bar-section ul li > a.button.secondary {
  background: #e9e9e9;
}

/* line 1303, ../afj-scss/vendor/_foundation.scss */
.top-bar-section ul li > a.button.secondary.hover {
  background: #d0d0d0;
}

/* line 1305, ../afj-scss/vendor/_foundation.scss */
.top-bar-section ul li > a.button.success {
  background: #5da423;
}

/* line 1307, ../afj-scss/vendor/_foundation.scss */
.top-bar-section ul li > a.button.success.hover {
  background: #457a1a;
}

/* line 1309, ../afj-scss/vendor/_foundation.scss */
.top-bar-section ul li > a.button.alert {
  background: #c60f13;
}

/* line 1311, ../afj-scss/vendor/_foundation.scss */
.top-bar-section ul li > a.button.alert.hover {
  background: #970b0e;
}

/* line 1313, ../afj-scss/vendor/_foundation.scss */
.top-bar-section ul li.hover > a {
  background: #090909;
  color: white;
}

/* line 1316, ../afj-scss/vendor/_foundation.scss */
.top-bar-section ul li.active > a {
  background: #090909;
  color: white;
}

/* line 1319, ../afj-scss/vendor/_foundation.scss */
.top-bar-section .has-form {
  padding: 15px;
}

/* line 1321, ../afj-scss/vendor/_foundation.scss */
.top-bar-section .has-dropdown {
  position: relative;
}

/* line 1323, ../afj-scss/vendor/_foundation.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

/* line 1336, ../afj-scss/vendor/_foundation.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}

/* line 1338, ../afj-scss/vendor/_foundation.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  visibility: visible;
}

/* line 1340, ../afj-scss/vendor/_foundation.scss */
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  visibility: hidden;
  z-index: 99;
}

/* line 1346, ../afj-scss/vendor/_foundation.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}

/* line 1349, ../afj-scss/vendor/_foundation.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}

/* line 1352, ../afj-scss/vendor/_foundation.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: bold;
}

/* line 1354, ../afj-scss/vendor/_foundation.scss */
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}

/* line 1356, ../afj-scss/vendor/_foundation.scss */
.top-bar-section .dropdown li.title h5 a {
  color: white;
  line-height: 22.5px;
  display: block;
}

/* line 1360, ../afj-scss/vendor/_foundation.scss */
.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555555;
  font-weight: bold;
  font-size: 0.625em;
}

/* line 1368, ../afj-scss/vendor/_foundation.scss */
.top-bar-js-breakpoint {
  width: 58.75em !important;
  visibility: hidden;
}

/* line 1372, ../afj-scss/vendor/_foundation.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 58.75em) {
  /* line 1376, ../afj-scss/vendor/_foundation.scss */
  .top-bar {
    background: #111111;
    *zoom: 1;
    overflow: visible;
  }

  /* line 1380, ../afj-scss/vendor/_foundation.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }

  /* line 1383, ../afj-scss/vendor/_foundation.scss */
  .top-bar:after {
    clear: both;
  }

  /* line 1385, ../afj-scss/vendor/_foundation.scss */
  .top-bar .toggle-topbar {
    display: none;
  }

  /* line 1387, ../afj-scss/vendor/_foundation.scss */
  .top-bar .title-area {
    float: left;
  }

  /* line 1389, ../afj-scss/vendor/_foundation.scss */
  .top-bar .name h1 a {
    width: auto;
  }

  /* line 1391, ../afj-scss/vendor/_foundation.scss */
  .top-bar input,
  .top-bar .button {
    line-height: 2em;
    font-size: 0.875em;
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
  }

  /* line 1399, ../afj-scss/vendor/_foundation.scss */
  .top-bar.expanded {
    background: #111111;
  }

  /* line 1402, ../afj-scss/vendor/_foundation.scss */
  .contain-to-grid .top-bar {
    max-width: 62.5em;
    margin: 0 auto;
    margin-bottom: 1.875em;
  }

  /* line 1407, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }

  /* line 1412, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }

  /* line 1416, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section ul li {
    float: left;
  }

  /* line 1418, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }

  /* line 1420, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section li a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #111111;
  }

  /* line 1424, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section li a:not(.button).hover {
    background: black;
  }

  /* line 1426, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }

  /* line 1428, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }

  /* line 1438, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }

  /* line 1440, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    visibility: hidden;
  }

  /* line 1442, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    visibility: visible;
  }

  /* line 1444, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    margin-top: -16px;
    right: 5px;
  }

  /* line 1449, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }

  /* line 1454, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section .dropdown li a {
    color: white;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 15px;
    background: #1e1e1e;
  }

  /* line 1460, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #1e1e1e;
  }

  /* line 1463, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }

  /* line 1466, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #2b2b2b;
    border-left: solid 1px black;
    clear: none;
    height: 45px;
    width: 0px;
  }

  /* line 1474, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section .has-form {
    background: #111111;
    padding: 0 15px;
    height: 45px;
  }

  /* line 1478, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }

  /* line 1481, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }

  /* line 1484, ../afj-scss/vendor/_foundation.scss */
  .no-js .top-bar-section ul li:hover > a {
    background: #090909;
    color: white;
  }

  /* line 1487, ../afj-scss/vendor/_foundation.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #090909;
    color: white;
  }

  /* line 1490, ../afj-scss/vendor/_foundation.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    visibility: visible;
  }
}
/*------------------------------------*\
    $DEFAULTS
\*------------------------------------*/
/**
 * inuit.cssΓÇÖ default variables. Redefine these in your `_vars.scss` file (found
 * in the inuit.css-web-template) to override them.
 */
/*------------------------------------*\
    $DEBUG
\*------------------------------------*/
/**
 * Debug mode will visually highlight any potential markup/accessibility quirks
 * in the browser. Set to `true` or `false`.
 */
/*------------------------------------*\
    $BORDER-BOX
\*------------------------------------*/
/**
 * Do you want all elements to adopt `box-sizing:border-box;` as per
 * paulirish.com/2012/box-sizing-border-box-ftw ?
 */
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Base stuff
 */
/**
 * Base font-family.
 */
/**
 * Default colour for objectsΓÇÖ borders etc.
 */
/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/
/**
 * Responsiveness?
 */
/**
 * Responsiveness for widescreen/high resolution desktop monitors and beyond?
 * Note: `$responsive` variable above must be set to true before enabling this.
 */
/**
 * Responsive push and pull produce a LOT of code, only turn them on if you
 * definitely need them.
 */
/**
 * Note: `$push` variable above must be set to true before enabling these.
 */
/**
 * Note: `$pull` variable above must be set to true before enabling these.
 */
/**
 * Tell inuit.css when breakpoints start.
 */
/*------------------------------------*\
    $FONT-SIZES
\*------------------------------------*/
/**
 * Font-sizes (in pixels). Refer to relevant sections for their implementations.
 */
/*------------------------------------*\
    $QUOTES
\*------------------------------------*/
/**
 * English quote marks?
 */
/**
 * If you want English quotes then please do not edit these; theyΓÇÖre only here
 * because Sass needs them.
 */
/**
 * If you need non-English quotes, please alter the following values accordingly:
 */
/*------------------------------------*\
    $BRAND
\*------------------------------------*/
/**
 * Brand stuff
 */
/**
 * How big would you like round corners to be by default?
 */
/*------------------------------------*\
    $OBJECTS AND ABSTRACTIONS
\*------------------------------------*/
/**
 * Which objects and abstractions would you like to use?
 */
/*------------------------------------*\
    $FRAMEWORK
\*------------------------------------*/
/**
 * inuit.css will work these next ones out for use within the framework.
 *
 * Assign our `$base-line-height` to a new spacing var for more transparency.
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/* line 160, ../afj-scss/generic/_mixins.scss */
body {
  word-wrap: normal;
}

/* line 178, ../afj-scss/generic/_mixins.scss */
blockquote + figcaption {
  display: block;
  font-size: inherit;
  text-align: right;
}

/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 * single value, e.g.:
 *
   `@include font-size(10px);`
 *
 * Thanks to @redclov3r for the `line-height` Sass:
 * twitter.com/redclov3r/status/250301539321798657
 */
/**
 * Style any number of headings in one fell swoop, e.g.:
 *
   .foo{
       @include headings(1, 3){
           color:#BADA55;
       }
    }
 *
 * With thanks to @lar_zzz, @paranoida, @rowanmanning and ultimately
 * @thierrylemoulec for refining and improving my initial mixin.
 */
/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(border-radius, 4px);`
 *
 */
/**
 * Create CSS keyframe animations for all vendors in one go, e.g.:
 *
   .foo{
       @include vendor(animation, shrink 3s);
   }

   @include keyframe(shrink){
       from{
           font-size:5em;
       }
   }
 *
 * Courtesy of @integralist: twitter.com/integralist/status/260484115315437569
 */
/**
 * Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%);`
 *
 * Where `$truncation-boundary` is a united measurement.
 */
/**
 * CSS arrows!!! But... before you read on, you might want to grab a coffee...
 *
 * This mixin creates a CSS arrow on a given element. We can have the arrow
 * appear in one of 12 locations, thus:
 *
 *       01    02    03
 *    +------------------+
 * 12 |                  | 04
 *    |                  |
 * 11 |                  | 05
 *    |                  |
 * 10 |                  | 06
 *    +------------------+
 *       09    08    07
 *
 * You pass this position in along with a desired arrow color and optional
 * border color, for example:
 *
 * `@include arrow(top, left, red)`
 *
 * for just a single, red arrow, or:
 *
 * `@include arrow(bottom, center, red, black)`
 *
 * which will create a red triangle with a black border which sits at the bottom
 * center of the element. Call the mixin thus:
 *
   .foo{
       background-color:#BADA55;
       border:1px solid #ACE;
       @include arrow(top, left, #BADA55, #ACE);
   }
 *
 */
/* line 475, ../afj-scss/generic/_mixins.scss */
.social-link, .search-icon, .search-mobile-icon {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 485, ../afj-scss/generic/_mixins.scss */
.inset-sidebar-box, .block--press-contact, .block--the-federal-courts, .block--become-a-member, .block--donate-today, .block--contact-info, .sidebar-block--featured-item, .block--campaigns {
  box-shadow: inset 0 0 3px 2px rgba(68, 68, 68, 0.15);
}

/* line 492, ../afj-scss/generic/_mixins.scss */
.inset-sidebar-box, .block--press-contact, .block--the-federal-courts, .block--become-a-member, .block--donate-today, .block--contact-info, .sidebar-block--featured-item {
  background: #e3e8ed;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZWJlZiIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-radial-gradient(#ffffff, #e6ebef);
  background-image: -webkit-radial-gradient(#ffffff, #e6ebef);
  background-image: radial-gradient(#ffffff, #e6ebef);
  padding-top: 24px !important;
  text-align: center;
}
/* line 498, ../afj-scss/generic/_mixins.scss */
.inset-sidebar-box .sidebar-block__title, .block--press-contact .sidebar-block__title, .block--the-federal-courts .sidebar-block__title, .block--become-a-member .sidebar-block__title, .block--donate-today .sidebar-block__title, .block--contact-info .sidebar-block__title, .sidebar-block--featured-item .sidebar-block__title {
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: .1em;
}
/* line 502, ../afj-scss/generic/_mixins.scss */
.inset-sidebar-box .sidebar-block__title:after, .block--press-contact .sidebar-block__title:after, .block--the-federal-courts .sidebar-block__title:after, .block--become-a-member .sidebar-block__title:after, .block--donate-today .sidebar-block__title:after, .block--contact-info .sidebar-block__title:after, .sidebar-block--featured-item .sidebar-block__title:after {
  content: "";
  display: block;
  height: 1px;
  width: 50%;
  background: #444444;
  margin: 0 auto;
}
/* line 511, ../afj-scss/generic/_mixins.scss */
.inset-sidebar-box a, .block--press-contact a, .block--the-federal-courts a, .block--become-a-member a, .block--donate-today a, .block--contact-info a, .sidebar-block--featured-item a {
  color: #1282a1;
}

/* SPRITE SHEETS */
/* line 280, png/*.png */
.png-sprite, .png-audio-icon, .png-blog-icon, .png-bolder, .png-dark-facebook-small, .png-dark-facebook, .png-dark-twitter-small, .png-dark-twitter, .png-dark-youtube-small, .png-dark-youtube, .png-facebook, .png-film-icon, .png-film-strip, .png-fmf, .png-gavel, .png-google, .png-judicial, .png-justice, .png-magnifying-glass, .png-nav-tri-down, .png-report-icon, .png-right-arrow-red, .png-scotus, .png-search-mobile, .png-speech-bubble, .png-tom-final, .png-twitter, .png-video, .icon--bolder-advocacy, .icon--access-to-justice, .icon--judicial-selection, .icon--supreme-court, .icon--gavel, .search-icon, .search-mobile-icon, .figure--link__caption > i, .event-workshops-and-training .event__icon, .event-film-screenings-and-events .event__icon, .event-afj-events .event__icon, .afj_stay_informed .social-links .twitter, .afj_stay_informed .social-links .twitter:before, .afj_stay_informed_ba .social-links .twitter, .afj_stay_informed_ba .social-links .twitter:before, .afj_stay_informed .social-links .facebook, .afj_stay_informed .social-links .facebook:before, .afj_stay_informed_ba .social-links .facebook, .afj_stay_informed_ba .social-links .facebook:before, .afj_stay_informed .social-links .youtube, .afj_stay_informed .social-links .youtube:before, .afj_stay_informed_ba .social-links .youtube, .afj_stay_informed_ba .social-links .youtube:before {
  background-image: url('../images/png-s39d31b63d1.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-audio-icon {
  background-position: 0 0;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-blog-icon {
  background-position: 0 -84px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-bolder {
  background-position: 0 -168px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-dark-facebook-small {
  background-position: 0 -252px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-dark-facebook {
  background-position: 0 -296px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-dark-twitter-small {
  background-position: 0 -343px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-dark-twitter {
  background-position: 0 -383px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-dark-youtube-small {
  background-position: 0 -428px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-dark-youtube {
  background-position: 0 -472px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-facebook {
  background-position: 0 -571px;
}
/* line 59, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-facebook:hover, .png-facebook.facebook-hover {
  background-position: 0 -519px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-film-icon {
  background-position: 0 -623px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-film-strip {
  background-position: 0 -707px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-fmf {
  background-position: 0 -758px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-gavel {
  background-position: 0 -817px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-google {
  background-position: 0 -935px;
}
/* line 59, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-google:hover, .png-google.google-hover {
  background-position: 0 -883px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-judicial {
  background-position: 0 -987px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-justice {
  background-position: 0 -1071px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-magnifying-glass {
  background-position: 0 -1155px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-nav-tri-down {
  background-position: 0 -1191px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-report-icon {
  background-position: 0 -1243px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-right-arrow-red {
  background-position: 0 -1327px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-scotus {
  background-position: 0 -1359px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-search-mobile {
  background-position: 0 -1443px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-speech-bubble {
  background-position: 0 -1488px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-tom-final {
  background-position: 0 -1544px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-twitter {
  background-position: 0 -2091px;
}
/* line 59, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-twitter:hover, .png-twitter.twitter-hover {
  background-position: 0 -2039px;
}

/* line 84, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.png-video {
  background-position: 0 -2143px;
}

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, ../afj-scss/generic/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../afj-scss/generic/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../afj-scss/generic/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
/* line 50, ../afj-scss/generic/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, ../afj-scss/generic/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Remove default margin.
 */
/* line 74, ../afj-scss/generic/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, ../afj-scss/generic/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 94, ../afj-scss/generic/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 108, ../afj-scss/generic/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 117, ../afj-scss/generic/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 125, ../afj-scss/generic/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/*
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 134, ../afj-scss/generic/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Address differences between Firefox and other browsers.
 */
/* line 142, ../afj-scss/generic/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
/* line 152, ../afj-scss/generic/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 161, ../afj-scss/generic/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 173, ../afj-scss/generic/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
/* line 181, ../afj-scss/generic/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Address inconsistent and variable font size in all browsers.
 */
/* line 189, ../afj-scss/generic/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 205, ../afj-scss/generic/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 209, ../afj-scss/generic/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 221, ../afj-scss/generic/_normalize.scss */
img {
  border: 0;
}

/*
 * Correct overflow displayed oddly in IE 9.
 */
/* line 229, ../afj-scss/generic/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 241, ../afj-scss/generic/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 253, ../afj-scss/generic/_normalize.scss */
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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 264, ../afj-scss/generic/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 275, ../afj-scss/generic/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 289, ../afj-scss/generic/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 301, ../afj-scss/generic/_normalize.scss */
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.
 */
/* line 314, ../afj-scss/generic/_normalize.scss */
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.
 */
/* line 326, ../afj-scss/generic/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 336, ../afj-scss/generic/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 348, ../afj-scss/generic/_normalize.scss */
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 5 and Chrome
 * on OS X.
 */
/* line 360, ../afj-scss/generic/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in Firefox 4+.
 */
/* line 369, ../afj-scss/generic/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 380, ../afj-scss/generic/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 393, ../afj-scss/generic/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 3, ../afj-scss/generic/_reset.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * The usual...
 */
/* line 14, ../afj-scss/generic/_reset.scss */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
/* line 27, ../afj-scss/generic/_reset.scss */
abbr[title], dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
/* line 34, ../afj-scss/generic/_reset.scss */
u, ins {
  text-decoration: none;
}

/**
 * Apply faux underline via `border-bottom`.
 */
/* line 41, ../afj-scss/generic/_reset.scss */
ins {
  border-bottom: 1px solid;
}

/**
 * So that `alt` text is visually offset if images donΓÇÖt load.
 */
/* line 48, ../afj-scss/generic/_reset.scss */
img {
  font-style: italic;
}

/**
 * Give form elements some cursor interactions...
 */
/* line 55, ../afj-scss/generic/_reset.scss */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer;
}

/* line 63, ../afj-scss/generic/_reset.scss */
.text-input:active, input[type=email]:active, input[type=text]:active, input[type=tel]:active, input[type=password]:active, input[type=url]:active,
.text-input:focus,
input[type=email]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none;
}

/*------------------------------------*\
    $CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.cf` class appearing over
 * and over in your markup.
 */
/* line 10, ../afj-scss/generic/_clearfix.scss */
.cf:after, .input.zip:after, .block--rotator:after, .media:after, .cf:before, .input.zip:before, .block--rotator:before, .media:before {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
    $SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned, this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
/**
 * Base elements
 */
/* line 12, ../afj-scss/generic/_shared.scss */
h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre,
.form-fields > li,
.form-fields > div,
.media,
.island,
.islet {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
/* line 28, ../afj-scss/generic/_shared.scss */
.islet h1, .islet h2, .islet h3, .islet h4, .islet h5, .islet h6, .islet hgroup, .islet
ul, .islet ol, .islet dl, .islet
blockquote, .islet p, .islet address, .islet
table, .islet
fieldset, .islet figure, .islet
pre, .islet .form-fields > li, .islet .form-fields > div, .islet
.media, .islet
.island, .islet
.islet {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

/**
 * Doubled up `margin-bottom` helper class.
 */
/* line 38, ../afj-scss/generic/_shared.scss */
.landmark {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

/**
 * `hr` elements only take up a few pixels, so we need to give them special
 * treatment regarding vertical rhythm.
 */
/* line 48, ../afj-scss/generic/_shared.scss */
hr {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once, here.
 */
/* line 58, ../afj-scss/generic/_shared.scss */
ul, ol, dd {
  margin-left: 48px;
  margin-left: 3rem;
}

/* line 63, ../afj-scss/generic/_shared.scss */
.collapsible {
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/* line 72, ../afj-scss/generic/_shared.scss */
.collapsible-toggle {
  cursor: pointer;
}
/* line 75, ../afj-scss/generic/_shared.scss */
.collapsible-toggle:after {
  content: "[+]";
  padding-left: 24px;
  color: #1282a1;
}

/* line 82, ../afj-scss/generic/_shared.scss */
.is-children-expanded:after {
  content: "[-]";
  color: #2b2b2b;
}

/* line 87, ../afj-scss/generic/_shared.scss */
.is-collapsed {
  max-height: 0;
}

/* line 91, ../afj-scss/generic/_shared.scss */
.is-expanded {
  max-height: 999px;
}

/* line 96, ../afj-scss/generic/_shared.scss */
.wp-editor-container textarea.wp-editor-area {
  width: 100% !important;
}

/* line 1, ../afj-scss/generic/_grid.scss */
#container {
  min-width: 20.4375em;
}

/* Grid HTML Classes */
/* line 7, ../afj-scss/generic/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 80em;
  *zoom: 1;
}

/* line 15, ../afj-scss/generic/_grid.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 18, ../afj-scss/generic/_grid.scss */
.row:after {
  clear: both;
}

/* line 20, ../afj-scss/generic/_grid.scss */
.row.collapse .column,
.row.collapse .columns,
.row.collapse #footer-sidebar .sidebar-block,
#footer-sidebar .row.collapse .sidebar-block {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

/* line 26, ../afj-scss/generic/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

/* line 34, ../afj-scss/generic/_grid.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

/* line 37, ../afj-scss/generic/_grid.scss */
.row .row:after {
  clear: both;
}

/* line 39, ../afj-scss/generic/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

/* line 44, ../afj-scss/generic/_grid.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

/* line 47, ../afj-scss/generic/_grid.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 50, ../afj-scss/generic/_grid.scss */
.column,
.columns,
#footer-sidebar .sidebar-block {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 59, ../afj-scss/generic/_grid.scss */
  .column,
  .columns,
  #footer-sidebar .sidebar-block {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  /* line 66, ../afj-scss/generic/_grid.scss */
  .small-1 {
    position: relative;
    width: 6.25%;
  }

  /* line 70, ../afj-scss/generic/_grid.scss */
  .small-2 {
    position: relative;
    width: 12.5%;
  }

  /* line 74, ../afj-scss/generic/_grid.scss */
  .small-3 {
    position: relative;
    width: 18.75%;
  }

  /* line 78, ../afj-scss/generic/_grid.scss */
  .small-4 {
    position: relative;
    width: 25%;
  }

  /* line 82, ../afj-scss/generic/_grid.scss */
  .small-5 {
    position: relative;
    width: 31.25%;
  }

  /* line 86, ../afj-scss/generic/_grid.scss */
  .small-6 {
    position: relative;
    width: 37.5%;
  }

  /* line 90, ../afj-scss/generic/_grid.scss */
  .small-7 {
    position: relative;
    width: 43.75%;
  }

  /* line 94, ../afj-scss/generic/_grid.scss */
  .small-8 {
    position: relative;
    width: 50%;
  }

  /* line 98, ../afj-scss/generic/_grid.scss */
  .small-9 {
    position: relative;
    width: 56.25%;
  }

  /* line 102, ../afj-scss/generic/_grid.scss */
  .small-10 {
    position: relative;
    width: 62.5%;
  }

  /* line 106, ../afj-scss/generic/_grid.scss */
  .small-11 {
    position: relative;
    width: 68.75%;
  }

  /* line 110, ../afj-scss/generic/_grid.scss */
  .small-12 {
    position: relative;
    width: 75%;
  }

  /* line 114, ../afj-scss/generic/_grid.scss */
  .small-13 {
    position: relative;
    width: 81.25%;
  }

  /* line 118, ../afj-scss/generic/_grid.scss */
  .small-14 {
    position: relative;
    width: 87.5%;
  }

  /* line 122, ../afj-scss/generic/_grid.scss */
  .small-15 {
    position: relative;
    width: 93.75%;
  }

  /* line 126, ../afj-scss/generic/_grid.scss */
  .small-16 {
    position: relative;
    width: 100%;
  }

  /* line 130, ../afj-scss/generic/_grid.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 134, ../afj-scss/generic/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 6.25%;
  }

  /* line 138, ../afj-scss/generic/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 12.5%;
  }

  /* line 142, ../afj-scss/generic/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 18.75%;
  }

  /* line 146, ../afj-scss/generic/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 25%;
  }

  /* line 150, ../afj-scss/generic/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 31.25%;
  }

  /* line 154, ../afj-scss/generic/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 37.5%;
  }

  /* line 158, ../afj-scss/generic/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 43.75%;
  }

  /* line 162, ../afj-scss/generic/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 50%;
  }

  /* line 166, ../afj-scss/generic/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 56.25%;
  }

  /* line 170, ../afj-scss/generic/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 62.5%;
  }

  /* line 174, ../afj-scss/generic/_grid.scss */
  .small-offset-11 {
    position: relative;
    margin-left: 68.75%;
  }

  /* line 178, ../afj-scss/generic/_grid.scss */
  .small-offset-12 {
    position: relative;
    margin-left: 75%;
  }

  /* line 182, ../afj-scss/generic/_grid.scss */
  .small-offset-13 {
    position: relative;
    margin-left: 81.25%;
  }

  /* line 186, ../afj-scss/generic/_grid.scss */
  .small-offset-14 {
    position: relative;
    margin-left: 87.5%;
  }

  /* line 190, ../afj-scss/generic/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 193, ../afj-scss/generic/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 196, ../afj-scss/generic/_grid.scss */
  .column.small-centered,
  .columns.small-centered,
  #footer-sidebar .small-centered.sidebar-block {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 58.7em) {
  /* line 204, ../afj-scss/generic/_grid.scss */
  .large-1 {
    position: relative;
    width: 6.25%;
  }

  /* line 208, ../afj-scss/generic/_grid.scss */
  .large-2 {
    position: relative;
    width: 12.5%;
  }

  /* line 212, ../afj-scss/generic/_grid.scss */
  .large-3 {
    position: relative;
    width: 18.75%;
  }

  /* line 216, ../afj-scss/generic/_grid.scss */
  .large-4, #footer-sidebar .widget_nav_menu {
    position: relative;
    width: 25%;
  }

  /* line 221, ../afj-scss/generic/_grid.scss */
  .large-4plus {
    position: relative;
    width: 27.65625%;
  }

  /* line 226, ../afj-scss/generic/_grid.scss */
  .large-5, #footer-sidebar .sidebar-block {
    position: relative;
    width: 31.25%;
  }

  /* line 230, ../afj-scss/generic/_grid.scss */
  .large-6 {
    position: relative;
    width: 37.5%;
  }

  /* line 234, ../afj-scss/generic/_grid.scss */
  .large-7 {
    position: relative;
    width: 43.75%;
  }

  /* line 238, ../afj-scss/generic/_grid.scss */
  .large-8 {
    position: relative;
    width: 50%;
  }

  /* line 242, ../afj-scss/generic/_grid.scss */
  .large-9 {
    position: relative;
    width: 56.25%;
  }

  /* line 246, ../afj-scss/generic/_grid.scss */
  .large-10 {
    position: relative;
    width: 62.5%;
  }

  /* line 250, ../afj-scss/generic/_grid.scss */
  .large-11 {
    position: relative;
    width: 68.75%;
  }

  /* line 255, ../afj-scss/generic/_grid.scss */
  .large-12minus {
    position: relative;
    width: 72.34375%;
  }

  /* line 260, ../afj-scss/generic/_grid.scss */
  .large-12 {
    position: relative;
    width: 75%;
  }

  /* line 264, ../afj-scss/generic/_grid.scss */
  .large-13 {
    position: relative;
    width: 81.25%;
  }

  /* line 268, ../afj-scss/generic/_grid.scss */
  .large-14 {
    position: relative;
    width: 87.5%;
  }

  /* line 272, ../afj-scss/generic/_grid.scss */
  .large-15 {
    position: relative;
    width: 93.75%;
  }

  /* line 276, ../afj-scss/generic/_grid.scss */
  .large-16 {
    position: relative;
    width: 100%;
  }

  /* line 280, ../afj-scss/generic/_grid.scss */
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 284, ../afj-scss/generic/_grid.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 6.25%;
  }

  /* line 288, ../afj-scss/generic/_grid.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 12.5%;
  }

  /* line 292, ../afj-scss/generic/_grid.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 18.75%;
  }

  /* line 296, ../afj-scss/generic/_grid.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 25%;
  }

  /* line 300, ../afj-scss/generic/_grid.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 31.25%;
  }

  /* line 304, ../afj-scss/generic/_grid.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 37.5%;
  }

  /* line 308, ../afj-scss/generic/_grid.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 43.75%;
  }

  /* line 312, ../afj-scss/generic/_grid.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 50%;
  }

  /* line 316, ../afj-scss/generic/_grid.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 56.25%;
  }

  /* line 320, ../afj-scss/generic/_grid.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 62.5%;
  }

  /* line 324, ../afj-scss/generic/_grid.scss */
  .row .large-offset-11 {
    position: relative;
    margin-left: 68.75%;
  }

  /* line 328, ../afj-scss/generic/_grid.scss */
  .row .large-offset-12 {
    position: relative;
    margin-left: 75%;
  }

  /* line 332, ../afj-scss/generic/_grid.scss */
  .row .large-offset-13 {
    position: relative;
    margin-left: 81.25%;
  }

  /* line 336, ../afj-scss/generic/_grid.scss */
  .row .large-offset-14 {
    position: relative;
    margin-left: 87.5%;
  }

  /* line 340, ../afj-scss/generic/_grid.scss */
  .row .large-offset-15 {
    position: relative;
    margin-left: 93.75%;
  }

  /* line 344, ../afj-scss/generic/_grid.scss */
  .push-1 {
    position: relative;
    left: 6.25%;
    right: auto;
  }

  /* line 349, ../afj-scss/generic/_grid.scss */
  .pull-1 {
    position: relative;
    right: 6.25%;
    left: auto;
  }

  /* line 354, ../afj-scss/generic/_grid.scss */
  .push-2 {
    position: relative;
    left: 12.5%;
    right: auto;
  }

  /* line 359, ../afj-scss/generic/_grid.scss */
  .pull-2 {
    position: relative;
    right: 12.5%;
    left: auto;
  }

  /* line 364, ../afj-scss/generic/_grid.scss */
  .push-3 {
    position: relative;
    left: 18.75%;
    right: auto;
  }

  /* line 369, ../afj-scss/generic/_grid.scss */
  .pull-3 {
    position: relative;
    right: 18.75%;
    left: auto;
  }

  /* line 374, ../afj-scss/generic/_grid.scss */
  .push-4 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 379, ../afj-scss/generic/_grid.scss */
  .pull-4 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 384, ../afj-scss/generic/_grid.scss */
  .pull-4plus {
    position: relative;
    right: 27.65625%;
    left: auto;
  }

  /* line 390, ../afj-scss/generic/_grid.scss */
  .push-5 {
    position: relative;
    left: 31.25%;
    right: auto;
  }

  /* line 395, ../afj-scss/generic/_grid.scss */
  .pull-5 {
    position: relative;
    right: 31.25%;
    left: auto;
  }

  /* line 400, ../afj-scss/generic/_grid.scss */
  .push-6 {
    position: relative;
    left: 37.5%;
    right: auto;
  }

  /* line 405, ../afj-scss/generic/_grid.scss */
  .pull-6 {
    position: relative;
    right: 37.5%;
    left: auto;
  }

  /* line 410, ../afj-scss/generic/_grid.scss */
  .push-7 {
    position: relative;
    left: 43.75%;
    right: auto;
  }

  /* line 415, ../afj-scss/generic/_grid.scss */
  .pull-7 {
    position: relative;
    right: 43.75%;
    left: auto;
  }

  /* line 420, ../afj-scss/generic/_grid.scss */
  .push-8 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 425, ../afj-scss/generic/_grid.scss */
  .pull-8 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 430, ../afj-scss/generic/_grid.scss */
  .push-9 {
    position: relative;
    left: 56.25%;
    right: auto;
  }

  /* line 435, ../afj-scss/generic/_grid.scss */
  .pull-9 {
    position: relative;
    right: 56.25%;
    left: auto;
  }

  /* line 440, ../afj-scss/generic/_grid.scss */
  .push-10 {
    position: relative;
    left: 62.5%;
    right: auto;
  }

  /* line 445, ../afj-scss/generic/_grid.scss */
  .pull-10 {
    position: relative;
    right: 62.5%;
    left: auto;
  }

  /* line 450, ../afj-scss/generic/_grid.scss */
  .push-11 {
    position: relative;
    left: 68.75%;
    right: auto;
  }

  /* line 455, ../afj-scss/generic/_grid.scss */
  .pull-11 {
    position: relative;
    right: 68.75%;
    left: auto;
  }

  /* line 460, ../afj-scss/generic/_grid.scss */
  .push-12 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 465, ../afj-scss/generic/_grid.scss */
  .pull-12 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 470, ../afj-scss/generic/_grid.scss */
  .push-12minus {
    position: relative;
    left: 72.34375%;
    right: auto;
  }

  /* line 476, ../afj-scss/generic/_grid.scss */
  .push-13 {
    position: relative;
    left: 81.25%;
    right: auto;
  }

  /* line 481, ../afj-scss/generic/_grid.scss */
  .pull-13 {
    position: relative;
    right: 81.25%;
    left: auto;
  }

  /* line 486, ../afj-scss/generic/_grid.scss */
  .push-14 {
    position: relative;
    left: 87.5%;
    right: auto;
  }

  /* line 491, ../afj-scss/generic/_grid.scss */
  .pull-14 {
    position: relative;
    right: 87.5%;
    left: auto;
  }

  /* line 496, ../afj-scss/generic/_grid.scss */
  .push-15 {
    position: relative;
    left: 93.75%;
    right: auto;
  }

  /* line 501, ../afj-scss/generic/_grid.scss */
  .pull-15 {
    position: relative;
    right: 93.75%;
    left: auto;
  }

  /* line 506, ../afj-scss/generic/_grid.scss */
  .column.large-centered,
  .columns.large-centered,
  #footer-sidebar .large-centered.sidebar-block {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 513, ../afj-scss/generic/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered,
  #footer-sidebar .large-uncentered.sidebar-block {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 519, ../afj-scss/generic/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite,
  #footer-sidebar .large-uncentered.opposite.sidebar-block {
    float: right !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 527, ../afj-scss/generic/_grid.scss */
  .large-13.push-3.columns, #footer-sidebar .large-13.push-3.sidebar-block {
    left: 0;
  }
}
@media screen and (min-width: 940px) {
  /* line 533, ../afj-scss/generic/_grid.scss */
  .large-13.push-3.columns, #footer-sidebar .large-13.push-3.sidebar-block {
    left: 18.75%;
  }
}
/* line 539, ../afj-scss/generic/_grid.scss */
.show-desktop {
  display: none;
}
@media screen and (min-width: 58.7em) {
  /* line 539, ../afj-scss/generic/_grid.scss */
  .show-desktop {
    display: block;
  }
}

/* line 547, ../afj-scss/generic/_grid.scss */
.show-mobile {
  display: block;
}
@media screen and (min-width: 58.7em) {
  /* line 547, ../afj-scss/generic/_grid.scss */
  .show-mobile {
    display: none;
  }
}

/*------------------------------------*\
    $MAIN
\*------------------------------------*/
/* line 13, ../afj-scss/atoms/text/_main.scss */
html {
  font: normal 100%/1.5 "Open Sans", sans-serif;
}

/* line 17, ../afj-scss/atoms/text/_main.scss */
body {
  -webkit-hyphens: normal;
  -moz-hyphens: normal;
  -ms-hyphens: normal;
  -o-hyphens: normal;
  hyphens: normal;
  color: #444444;
}

/* line 29, ../afj-scss/atoms/text/_main.scss */
.inline {
  display: inline-block;
}

/*------------------------------------*\
    $HEADINGS
\*------------------------------------*/
/* line 22, ../afj-scss/atoms/text/_headings.scss */
#ourwork-issues .block__title, #featured-reports .block__title, #sub-issues .block__title {
  text-align: center;
  position: relative;
}
/* line 25, ../afj-scss/atoms/text/_headings.scss */
#ourwork-issues .block__title:before, #featured-reports .block__title:before, #sub-issues .block__title:before {
  content: "";
  display: block;
  border-top: solid 1px black;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
/* line 35, ../afj-scss/atoms/text/_headings.scss */
#ourwork-issues .block__title span, #featured-reports .block__title span, #sub-issues .block__title span {
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}

/* line 45, ../afj-scss/atoms/text/_headings.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
  font-family: "Rokkitt", serif;
}

/* line 61, ../afj-scss/atoms/text/_headings.scss */
.tera {
  font-size: 117px;
  font-size: 7.3125rem;
  margin-bottom: 0.20513rem;
}

/* line 61, ../afj-scss/atoms/text/_headings.scss */
.giga {
  font-size: 90px;
  font-size: 5.625rem;
  margin-bottom: 0.26667rem;
}

/* line 61, ../afj-scss/atoms/text/_headings.scss */
.mega {
  font-size: 72px;
  font-size: 4.5rem;
  margin-bottom: 0.33333rem;
}

/* line 61, ../afj-scss/atoms/text/_headings.scss */
.alpha, h1, .h1 {
  font-size: 52px;
  font-size: 3.25rem;
  margin-bottom: 0.46154rem;
}

/* line 61, ../afj-scss/atoms/text/_headings.scss */
.beta, h2, .h2 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

/* line 61, ../afj-scss/atoms/text/_headings.scss */
.gamma, h3, .h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

/* line 61, ../afj-scss/atoms/text/_headings.scss */
.delta, h4, .h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

/* line 61, ../afj-scss/atoms/text/_headings.scss */
.epsilon, h5, .h5 {
  font-size: 21px;
  font-size: 1.3125rem;
  margin-bottom: 1.14286rem;
}

/* line 61, ../afj-scss/atoms/text/_headings.scss */
.zeta, h6, .h6 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.33333rem;
}

/* line 72, ../afj-scss/atoms/text/_headings.scss */
h2, .h2 {
  font-weight: 200;
}

/* line 83, ../afj-scss/atoms/text/_headings.scss */
h4, .h4 {
  text-transform: uppercase;
}

/* line 97, ../afj-scss/atoms/text/_headings.scss */
h6, .h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/* line 106, ../afj-scss/atoms/text/_headings.scss */
.prose h2 {
  margin-top: 36px;
}
/* line 110, ../afj-scss/atoms/text/_headings.scss */
.prose h3 {
  margin-top: 24px;
}

/* line 116, ../afj-scss/atoms/text/_headings.scss */
.section-social .inline {
  vertical-align: bottom;
  margin: 0;
}

/* line 122, ../afj-scss/atoms/text/_headings.scss */
.blog-archive__year {
  margin-bottom: 5px;
}

/* line 127, ../afj-scss/atoms/text/_headings.scss */
.page__title {
  font-size: 38px;
  font-size: 2.375rem;
}

@media screen and (min-width: 58.7em) {
  /* line 131, ../afj-scss/atoms/text/_headings.scss */
  .page__title {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
/* line 137, ../afj-scss/atoms/text/_headings.scss */
.page__sub-title {
  color: #777777;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Open Sans";
  margin-bottom: .5em;
  font-weight: normal;
}
/* line 143, ../afj-scss/atoms/text/_headings.scss */
.page__sub-title span {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 150, ../afj-scss/atoms/text/_headings.scss */
.page__deck {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 300;
}

/*------------------------------------*\
    $PARAGRAPHS
\*------------------------------------*/
/**
 * The `.lede` class is used to make the introductory text (usually a paragraph)
 * of a document slightly larger.
 */
/* line 8, ../afj-scss/atoms/text/_paragraphs.scss */
.lede,
.lead,
.intro,
.page__content > p:first-child {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 36px;
}
/* line 15, ../afj-scss/atoms/text/_paragraphs.scss */
.lede + .arbitration-clauses,
.lead + .arbitration-clauses,
.intro + .arbitration-clauses,
.page__content > p:first-child + .arbitration-clauses {
  margin-top: 0;
}

@media only screen and (min-width: 58.7em) {
  /* line 21, ../afj-scss/atoms/text/_paragraphs.scss */
  .lede,
  .lead,
  .intro,
  .page__content > p:first-child {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 36px;
  }
}
/* line 32, ../afj-scss/atoms/text/_paragraphs.scss */
.page-template-page-fullwidth-php .page__content > p:first-child {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}

/* line 37, ../afj-scss/atoms/text/_paragraphs.scss */
p {
  margin: 0;
}
/* line 39, ../afj-scss/atoms/text/_paragraphs.scss */
p + p {
  margin-top: 24px;
}

/* line 45, ../afj-scss/atoms/text/_paragraphs.scss */
.wp-caption-text {
  padding: 6px;
  padding-top: 9px;
  font-size: 12px;
  font-size: 0.75rem;
  border: 0 solid #e3e8ed;
  border-bottom-width: 1px;
  font-style: italic;
}

/* line 56, ../afj-scss/atoms/text/_paragraphs.scss */
blockquote {
  margin: 48px 0;
}
/* line 184, ../afj-scss/generic/_mixins.scss */
blockquote p:last-of-type {
  margin-bottom: -0.75em;
}
/* line 190, ../afj-scss/generic/_mixins.scss */
blockquote + figcaption:before {
  content: "*";
}
/* line 59, ../afj-scss/atoms/text/_paragraphs.scss */
blockquote p {
  padding-left: 24px;
  font-style: italic;
}

/* line 67, ../afj-scss/atoms/text/_paragraphs.scss */
.footer {
  color: #ffffff;
}
/* line 69, ../afj-scss/atoms/text/_paragraphs.scss */
.footer p {
  color: #e3e8ed;
}

/* line 73, ../afj-scss/atoms/text/_paragraphs.scss */
.f-serif, .prose .simplePullQuote p {
  font-family: "Rokkitt", serif;
}

/* line 77, ../afj-scss/atoms/text/_paragraphs.scss */
.f-sans {
  font-family: "Open Sans", sans-serif;
}

/*------------------------------------*\
    $QUOTES
\*------------------------------------*/
/**
 * If English quotes are set in `_vars.scss`, define them here.
 */
/**
 * Big up @boblet: html5doctor.com/blockquote-q-cite
 */
/**
 * Inline quotes.
 */
/* line 20, ../afj-scss/atoms/text/_quotes.scss */
q {
  quotes: "‘" "’" "\\201C" "\\201D";
}
/* line 23, ../afj-scss/atoms/text/_quotes.scss */
q:before {
  content: "\2018";
  content: open-quote;
}
/* line 27, ../afj-scss/atoms/text/_quotes.scss */
q:after {
  content: "\2019";
  content: close-quote;
}
/* line 32, ../afj-scss/atoms/text/_quotes.scss */
q q:before {
  content: "\201C";
  content: open-quote;
}
/* line 36, ../afj-scss/atoms/text/_quotes.scss */
q q:after {
  content: "\201D";
  content: close-quote;
}

/* line 42, ../afj-scss/atoms/text/_quotes.scss */
blockquote {
  quotes: "\\201C" "\\201D";
}
/* line 45, ../afj-scss/atoms/text/_quotes.scss */
blockquote p:before {
  content: "\\201C";
  content: open-quote;
}
/* line 49, ../afj-scss/atoms/text/_quotes.scss */
blockquote p:after {
  content: "";
  content: no-close-quote;
}
/* line 53, ../afj-scss/atoms/text/_quotes.scss */
blockquote p:last-of-type:after {
  content: "\\201D";
  content: close-quote;
}
/* line 58, ../afj-scss/atoms/text/_quotes.scss */
blockquote q:before {
  content: "\2018";
  content: open-quote;
}
/* line 62, ../afj-scss/atoms/text/_quotes.scss */
blockquote q:after {
  content: "\2019";
  content: close-quote;
}

/**
 *
   <blockquote>
       <p>Insanity: doing the same thing over and over again and expecting
       different results.</p>
       <b class=source>Albert Einstein</b>
   </blockquote>
 *
 */
/* line 78, ../afj-scss/atoms/text/_quotes.scss */
blockquote {
  /**
   * .4em is roughly equal to the width of the opening ΓÇ£ that we wish to hang.
   */
  text-indent: -0.41em;
}
/* line 84, ../afj-scss/atoms/text/_quotes.scss */
blockquote p:last-of-type {
  margin-bottom: 0;
}

/* line 89, ../afj-scss/atoms/text/_quotes.scss */
.source {
  display: block;
  text-indent: 0;
}
/* line 93, ../afj-scss/atoms/text/_quotes.scss */
.source:before {
  content: "\2014";
}

/* Pull Quotes */
/* line 101, ../afj-scss/atoms/text/_quotes.scss */
.prose .simplePullQuote {
  width: 80%;
  float: none;
  background: none;
  margin: 24px auto;
  padding: 24px 12px;
  box-shadow: none;
  border: 0;
}
/* line 110, ../afj-scss/atoms/text/_quotes.scss */
.prose .simplePullQuote:before {
  content: "";
  display: block;
  border: 0px solid black;
  height: 3px;
  width: 100%;
  position: relative;
  top: -20px;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
/* line 121, ../afj-scss/atoms/text/_quotes.scss */
.prose .simplePullQuote:after {
  content: "";
  display: block;
  border: 0px solid black;
  height: 3px;
  width: 100%;
  position: relative;
  top: 20px;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
/* line 133, ../afj-scss/atoms/text/_quotes.scss */
.prose .simplePullQuote p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

@media screen and (min-width: 58.7em) {
  /* line 142, ../afj-scss/atoms/text/_quotes.scss */
  .prose .simplePullQuote {
    width: 30%;
    float: right;
    margin: 12px;
    padding: 24px 12px;
    font-weight: 700;
  }
  /* line 149, ../afj-scss/atoms/text/_quotes.scss */
  .prose .simplePullQuote p {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
/*------------------------------------*\
    $CODE
\*------------------------------------*/
/**
 * Use an explicit font stack to ensure browsers render correct `line-height`.
 */
/* line 7, ../afj-scss/atoms/text/_code.scss */
pre {
  overflow: auto;
}

/* line 10, ../afj-scss/atoms/text/_code.scss */
pre mark {
  background: none;
  border-bottom: 1px solid;
  color: inherit;
}

/**
 * Add comments to your code examples, e.g.:
 *
   <code>&lt;/div&gt;<span class=code-comment>&lt;!-- /wrapper --&gt;</span></code>
 *
 */
/* line 23, ../afj-scss/atoms/text/_code.scss */
.code-comment {
  /**
   * Override this setting in your theme stylesheet
   */
  opacity: 0.75;
  filter: alpha(opacity=75);
}

/**
 * You can add line numbers to your code examples but be warned, it requires
 * some pretty funky looking markup, e.g.:
 *
   <ol class=line-numbers>
       <li><code>.nav{</code></li>
       <li><code>    list-style:none;</code></li>
       <li><code>    margin-left:0;</code></li>
       <li><code>}</code></li>
       <li><code>    .nav > li,</code></li>
       <li><code>        .nav > li > a{</code></li>
       <li><code>            display:inline-block;</code></li>
       <li><code>           *display:inline-block;</code></li>
       <li><code>            zoom:1;</code></li>
       <li><code>        }</code></li>
   </ol>
 *
 * 1. Make the list look like code.
 * 2. Give the list flush numbers with a leading zero.
 * 3. Make sure lines of code donΓÇÖt wrap.
 * 4. Give the code form by forcing the `code` to honour white-space.
 */
/* line 54, ../afj-scss/atoms/text/_code.scss */
.line-numbers {
  font-family: monospace, serif;
  /* [1] */
  list-style: decimal-leading-zero inside;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  overflow: auto;
  /* [3] */
  margin-left: 0;
}

/* line 61, ../afj-scss/atoms/text/_code.scss */
.line-numbers code {
  white-space: pre;
  /* [4] */
}

/* Base Link Styling */
/* line 4, ../afj-scss/atoms/links/_links.scss */
a {
  text-decoration: none;
}
/* line 6, ../afj-scss/atoms/links/_links.scss */
a:hover {
  text-decoration: underline;
}

/* line 11, ../afj-scss/atoms/links/_links.scss */
a {
  color: #cc002c;
}

/* Footer Links */
/* line 17, ../afj-scss/atoms/links/_links.scss */
.sidebar-block--footer a {
  color: #1491b3;
  font-family: "Rokkitt", serif;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 24px;
}

/* line 27, ../afj-scss/atoms/links/_links.scss */
.top-bar-menu > li a:hover {
  text-decoration: none;
}

/* line 36, ../afj-scss/atoms/links/_links.scss */
.top-bar-section ul li > a {
  font-weight: normal;
  font-size: 1em;
}

/* line 45, ../afj-scss/atoms/links/_links.scss */
.sidebar-block--sub-nav a, .sidebar-block--solr-facets a {
  color: #444444;
  display: inline-block;
  line-height: 2;
  padding: 0 .5em;
}
/* line 51, ../afj-scss/atoms/links/_links.scss */
.sidebar-block--sub-nav .menu-items label, .sidebar-block--solr-facets .menu-items label {
  padding-bottom: 6px;
}

@media only screen and (min-width: 58.7em) {
  /* line 58, ../afj-scss/atoms/links/_links.scss */
  .sidebar-block--footer a {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
/*------------------------------------*\
    $LISTS
\*------------------------------------*/
/**
 * Remove vertical spacing from nested lists.
 */
/* line 8, ../afj-scss/atoms/lists/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Have a numbered `ul` without the semantics implied by using an `ol`.
 */
/*ul*/
/* line 17, ../afj-scss/atoms/lists/_lists.scss */
.numbered-list {
  list-style-type: decimal;
}

/* line 22, ../afj-scss/atoms/lists/_lists.scss */
.article-list,
.item-list,
.menu,
.nav,
.cf-ol,
.solr_facets,
.solr_sort2, .prose ul, .entry-content ul, .afj_stay_informed .social-links, .afj_stay_informed_ba .social-links, .block--tabs > .tab__headers {
  list-style-type: none;
}
/* line 24, ../afj-scss/atoms/lists/_lists.scss */
.article-list li,
.item-list li,
.menu li,
.nav li,
.cf-ol li,
.solr_facets li,
.solr_sort2 li, .prose ul li, .entry-content ul li, .afj_stay_informed .social-links li, .afj_stay_informed_ba .social-links li, .block--tabs > .tab__headers li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 42, ../afj-scss/atoms/lists/_lists.scss */
.article-list, .item-list, .audio-list, .bio-list, .cf-ol, .solr_facets, .solr_facets ol, .solr_sort2 {
  margin: 0;
  padding: 0;
}

/* line 48, ../afj-scss/atoms/lists/_lists.scss */
.article-list__item + .article-list__item {
  margin-top: 36px;
}

/* line 53, ../afj-scss/atoms/lists/_lists.scss */
.audio-list__item {
  list-style-type: none;
  margin: 18px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid #e3e8ed;
}

/* line 60, ../afj-scss/atoms/lists/_lists.scss */
.footnotes {
  font-size: 85%;
}

/* line 64, ../afj-scss/atoms/lists/_lists.scss */
.bio-list {
  list-style: none;
}
/* line 66, ../afj-scss/atoms/lists/_lists.scss */
.bio-list > li + li {
  margin-top: 18px;
}

/* line 71, ../afj-scss/atoms/lists/_lists.scss */
.cf-ol > li {
  margin-bottom: 12px;
}

/* line 76, ../afj-scss/atoms/lists/_lists.scss */
.prose ul, .entry-content ul {
  margin-top: 12px;
}
/* line 79, ../afj-scss/atoms/lists/_lists.scss */
.prose ul > li, .entry-content ul > li {
  position: relative;
}
/* line 81, ../afj-scss/atoms/lists/_lists.scss */
.prose ul > li:before, .entry-content ul > li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #1282a1;
  position: absolute;
  top: 6px;
  left: -25px;
}
/* line 92, ../afj-scss/atoms/lists/_lists.scss */
.prose ul > li + li, .entry-content ul > li + li {
  margin-top: 12px;
}

/* line 100, ../afj-scss/atoms/lists/_lists.scss */
.block--callout ul {
  margin-left: 2rem;
}
/* line 102, ../afj-scss/atoms/lists/_lists.scss */
.block--callout ul > li {
  line-height: 1.4;
}
/* line 104, ../afj-scss/atoms/lists/_lists.scss */
.block--callout ul > li:before {
  width: 8px;
  height: 8px;
}

/*------------------------------------*\
    $BEAUTONS.CSS
\*------------------------------------*/
/**
 * beautons is a beautifully simple button toolkit.
 *
 * LICENSE
 * 
 * Copyright 2013 Harry Roberts
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 * http://apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * 
 */
/*!*
 * 
 * @csswizardry -- csswizardry.com/beautons
 * 
 */
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Base button styles.
 *
 * 1. Allow us to better style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Stop buttons wrapping and looking broken.
 * 4. Make buttons inherit font styles.
 * 5. Force all elements using beautons to appear clickable.
 * 6. Normalise box model styles.
 * 7. If the buttonΓÇÖs text is 1em, and the button is (3 * font-size) tall, then
 *    there is 1em of space above and below that text. We therefore apply 1em
 *    of space to the left and right, as padding, to keep consistent spacing.
 * 8. Basic cosmetics for default buttons. Change or override at will.
 * 9. DonΓÇÖt allow buttons to have underlines; it kinda ruins the illusion.
 */
/* line 56, ../afj-scss/atoms/buttons/_beautons.scss */
.btn, .btn--search {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  font-family: inherit;
  /* [4] */
  font-size: 100%;
  /* [4] */
  cursor: pointer;
  /* [5] */
  border: none;
  /* [6] */
  margin: 0;
  /* [6] */
  padding-top: 0;
  /* [6] */
  padding-bottom: 0;
  /* [6] */
  line-height: 3;
  /* [7] */
  padding-right: 1em;
  /* [7] */
  padding-left: 1em;
  /* [7] */
  border-radius: 4px;
  /* [8] */
}

/* line 75, ../afj-scss/atoms/buttons/_beautons.scss */
.btn, .btn--search, .btn:hover, .btn--search:hover {
  text-decoration: none;
  /* [9] */
}
/* line 80, ../afj-scss/atoms/buttons/_beautons.scss */
.btn:active, .btn--search:active, .btn:focus, .btn--search:focus {
  outline: none;
}

/*------------------------------------*\
    $SIZES
\*------------------------------------*/
/**
 * Button size modifiers.
 *
 * These all follow the same sizing rules as above; text is 1em, space around it
 * remains uniform.
 */
/* line 99, ../afj-scss/atoms/buttons/_beautons.scss */
.btn--small {
  padding-right: 0.5em;
  padding-left: 0.5em;
  line-height: 2;
}

/* line 105, ../afj-scss/atoms/buttons/_beautons.scss */
.btn--large {
  padding-right: 1.5em;
  padding-left: 1.5em;
  line-height: 4;
}

/* line 111, ../afj-scss/atoms/buttons/_beautons.scss */
.btn--huge {
  padding-right: 2em;
  padding-left: 2em;
  line-height: 5;
}

/**
 * These buttons will fill the entirety of their container.
 *
 * 1. Remove padding so that widths and paddings donΓÇÖt conflict.
 */
/* line 122, ../afj-scss/atoms/buttons/_beautons.scss */
.btn--full {
  width: 100%;
  padding-right: 0;
  /* [1] */
  padding-left: 0;
  /* [1] */
  text-align: center;
}

/*------------------------------------*\
    $FONT-SIZES
\*------------------------------------*/
/**
 * Button font-size modifiers.
 */
/* line 139, ../afj-scss/atoms/buttons/_beautons.scss */
.btn--alpha {
  font-size: 3rem;
}

/* line 143, ../afj-scss/atoms/buttons/_beautons.scss */
.btn--beta {
  font-size: 2rem;
}

/* line 147, ../afj-scss/atoms/buttons/_beautons.scss */
.btn--gamma {
  font-size: 1rem;
}

/**
 * Make the button inherit sizing from its parent.
 */
/* line 154, ../afj-scss/atoms/buttons/_beautons.scss */
.btn--natural, .btn--search {
  vertical-align: baseline;
  font-size: inherit;
  line-height: inherit;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

/*------------------------------------*\
    $FUNCTIONS
\*------------------------------------*/
/**
 * Button function modifiers.
 */
/**
 * Positive actions; e.g. sign in, purchase, submit, etc.
 */
/* line 179, ../afj-scss/atoms/buttons/_beautons.scss */
.btn--positive {
  background-color: #4A993E;
  color: #fff;
}

/**
 * Negative actions; e.g. close account, delete photo, remove friend, etc.
 */
/* line 187, ../afj-scss/atoms/buttons/_beautons.scss */
.btn--negative {
  background-color: #b33630;
  color: #fff;
}

/**
 * Inactive, disabled buttons.
 * 
 * 1. Make the button look like normal text when hovered.
 */
/* line 197, ../afj-scss/atoms/buttons/_beautons.scss */
.btn--inactive,
.btn--inactive:hover,
.btn--inactive:active,
.btn--inactive:focus {
  background-color: #ddd;
  color: #777;
  cursor: text;
  /* [1] */
}

/*------------------------------------*\
    $STYLES
\*------------------------------------*/
/**
 * Button style modifiers.
 *
 * 1. Use an overly-large number to ensure completely rounded, pill-like ends.
 */
/* line 218, ../afj-scss/atoms/buttons/_beautons.scss */
.btn--soft {
  border-radius: 200px;
  /* [1] */
}

/* line 222, ../afj-scss/atoms/buttons/_beautons.scss */
.btn--hard, .btn--search {
  border-radius: 0;
}

/* line 227, ../afj-scss/atoms/buttons/_beautons.scss */
.btn--clear, input[type=submit], .btn--large, .btn--small {
  text-transform: uppercase;
  border-radius: 0;
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: .15em;
  line-height: 2;
}

/* line 235, ../afj-scss/atoms/buttons/_beautons.scss */
.btn--clear, input[type=submit] {
  border: 0 solid #2b2b2b;
  border-width: 1px;
  background: #ffffff;
  color: #cc002c !important;
  text-transform: uppercase;
}
/* line 242, ../afj-scss/atoms/buttons/_beautons.scss */
.btn--clear:hover, input[type=submit]:hover {
  background: #ecf0f3;
}

/* line 248, ../afj-scss/atoms/buttons/_beautons.scss */
.btn--large {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  background: #cc002c;
  border-radius: 3px;
  border: 0 solid #2b2b2b;
  border-width: 1px;
}

/* line 258, ../afj-scss/atoms/buttons/_beautons.scss */
.btn--small {
  color: #ffffff !important;
  background: #cc002c;
  border-radius: 3px;
  border: 0 solid #2b2b2b;
  border-width: 1px;
}

/* line 268, ../afj-scss/atoms/buttons/_beautons.scss */
#donate-btn-small {
  display: block;
  margin-bottom: 24px;
  font-size: 23px;
  font-size: 1.4375rem;
  text-align: center;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  max-width: 20rem;
}

/* line 280, ../afj-scss/atoms/buttons/_beautons.scss */
.btn--search {
  background: #ffffff;
  padding: 8px 0;
}

/* line 290, ../afj-scss/atoms/buttons/_beautons.scss */
.btn--search-toggle {
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  height: 45px;
  width: 45px;
  z-index: 5;
}
@media all and (min-width: 58.7em) {
  /* line 290, ../afj-scss/atoms/buttons/_beautons.scss */
  .btn--search-toggle {
    display: none;
  }
}

/*------------------------------------*\
    $LOZENGES
\*------------------------------------*/
/**
 * Create pill- and lozenge-like runs of text, e.g.:
 *
   <p>This <span class=pill>here</span> is a pill!</p>
 *
   <p>This <span class=loz>here</span> is also a lozenge!</p>
 *
 * Pills have fully rounded ends, lozenges have only their corners rounded.
 *
 * Demo: jsfiddle.net/inuitcss/N3pGm
 *
 */
/* line 16, ../afj-scss/atoms/buttons/_lozenges.scss */
.pill, .loz, .abbreviated-list-toggle {
  display: inline-block;
  /**
   * These numbers set in ems mean that, at its narrowest, a lozenge will be
   * the same width as the `line-height` set on the `html` element.
   * This allows us to use the `.loz` in almost any `font-size` we wish.
   */
  min-width: 1em;
  padding-right: 0.25em;
  padding-left: 0.25em;
  /* =1.50em */
  text-align: center;
  background-color: #ccc;
  color: #fff;
  /* Override this color in your theme stylesheet */
  /**
   * Normally weΓÇÖd use border-radius:100%; but instead here we just use an
   * overly large number; `border-radius:100%;` would create an oval on
   * non-square elements whereas we just want to round the ends of an element.
   */
  border-radius: 100px;
}

/* line 39, ../afj-scss/atoms/buttons/_lozenges.scss */
.loz {
  border-radius: 4px;
}

/* line 44, ../afj-scss/atoms/buttons/_lozenges.scss */
.abbreviated-list-toggle {
  background-color: #1282a1;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 1, ../afj-scss/atoms/images/_icons.scss */
.icon {
  display: block;
  margin: 0 auto;
  height: 64px;
  width: 64px;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 10, ../afj-scss/atoms/images/_icons.scss */
.social-link {
  height: 32px;
  width: 32px;
  display: inline-block;
}

/* line 17, ../afj-scss/atoms/images/_icons.scss */
.search-icon {
  height: 16px;
  width: 20px;
  display: inline-block;
}

/* line 24, ../afj-scss/atoms/images/_icons.scss */
.icon--featured {
  background-color: #1282a1;
  border-radius: 45px;
  height: 90px;
  width: 90px;
  background-image: url('../library/images/png/blog-icon.png?1449696185');
}

/* line 32, ../afj-scss/atoms/images/_icons.scss */
.icon--small {
  height: 36px;
  width: 36px;
}

/* line 37, ../afj-scss/atoms/images/_icons.scss */
.icon--videos {
  background-image: url("../images/png/video.png");
}

/* line 41, ../afj-scss/atoms/images/_icons.scss */
.icon--fmf {
  background-image: url("../images/png/film-icon.png");
}

/* line 45, ../afj-scss/atoms/images/_icons.scss */
.icon--audio_analysis {
  background-image: url("../images/png/audio-icon.png");
}

/* line 49, ../afj-scss/atoms/images/_icons.scss */
.icon--reports {
  background-image: url("../images/png/report-icon.png");
}

/* line 53, ../afj-scss/atoms/images/_icons.scss */
.icon--bolder-advocacy {
  background-position: 0 -168px;
}

/* line 57, ../afj-scss/atoms/images/_icons.scss */
.icon--access-to-justice {
  background-position: 0 -1071px;
}

/* line 61, ../afj-scss/atoms/images/_icons.scss */
.icon--judicial-selection {
  background-position: 0 -987px;
}

/* line 65, ../afj-scss/atoms/images/_icons.scss */
.icon--supreme-court {
  background-position: 0 -1359px;
}

/* line 70, ../afj-scss/atoms/images/_icons.scss */
.icon--gavel {
  background-position: 0 -817px;
}

/* line 76, ../afj-scss/atoms/images/_icons.scss */
.social-link {
  height: 22px;
  width: 22px;
  margin: 0 10px 0 0;
  background: url('../images/social-sprite-mini.png');
  background-repeat: no-repeat;
}
/* line 83, ../afj-scss/atoms/images/_icons.scss */
.social-link.google {
  background-position: -60px 0;
}
/* line 85, ../afj-scss/atoms/images/_icons.scss */
.social-link.google:hover {
  background-position: -60px -30px;
}
/* line 91, ../afj-scss/atoms/images/_icons.scss */
.social-link.facebook:hover {
  background-position: 0px -30px;
}
/* line 95, ../afj-scss/atoms/images/_icons.scss */
.social-link.twitter {
  background-position: -30px 0px;
}
/* line 97, ../afj-scss/atoms/images/_icons.scss */
.social-link.twitter:hover {
  background-position: -30px -30px;
}

/* line 102, ../afj-scss/atoms/images/_icons.scss */
.section-social a:last-child {
  margin-right: 0;
}

/* line 106, ../afj-scss/atoms/images/_icons.scss */
.page__content + .section-social {
  margin-top: .75em;
}

/* line 110, ../afj-scss/atoms/images/_icons.scss */
.search-icon {
  background-position: 0 -1155px;
}

/* line 115, ../afj-scss/atoms/images/_icons.scss */
.search-mobile-icon {
  display: inline-block;
  height: 25px;
  width: 30px;
  background-position: 0 -1443px;
}

/*------------------------------------*\
    $IMAGES
\*------------------------------------*/
/**
 * Demo: jsfiddle.net/inuitcss/yMtur
 */
/**
 * Fluid images.
 */
/* line 10, ../afj-scss/atoms/images/_images.scss */
img {
  max-width: 100%;
}

/**
 * Non-fluid images if you specify `width` and/or `height` attributes.
 */
/* line 18, ../afj-scss/atoms/images/_images.scss */
img[width],
img[height] {
  max-width: none;
}
/* line 21, ../afj-scss/atoms/images/_images.scss */
.block--rotator img[width], .block--rotator
img[height] {
  max-width: 100%;
  height: auto;
}

/**
 * Rounded images.
 */
/* line 31, ../afj-scss/atoms/images/_images.scss */
.img--round {
  border-radius: 4px;
}

/**
 * Image placement variations.
 */
/* line 38, ../afj-scss/atoms/images/_images.scss */
.img--right, .alignright, .img--left, .alignleft {
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 30em) {
  /* line 48, ../afj-scss/atoms/images/_images.scss */
  .img--right, .alignright {
    float: right;
    margin-bottom: 24px;
    margin-left: 24px;
    margin-right: 0;
  }

  /* line 54, ../afj-scss/atoms/images/_images.scss */
  .img--left, .alignleft {
    float: left;
    margin-right: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  /* line 60, ../afj-scss/atoms/images/_images.scss */
  .img--center, .aligncenter {
    display: block;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
  }
}
/**
 * Keep your images on your baseline.
 *
 * Please note, these will not work too nicely with fluid images and will
 * distort when resized below a certain width. Use with caution.
 */
/* line 74, ../afj-scss/atoms/images/_images.scss */
.img--short {
  height: 120px;
}

/* line 77, ../afj-scss/atoms/images/_images.scss */
.img--medium {
  height: 240px;
}

/* line 80, ../afj-scss/atoms/images/_images.scss */
.img--tall {
  height: 360px;
}

/**
 * Images in `figure` elements.
 */
/* line 88, ../afj-scss/atoms/images/_images.scss */
figure > img {
  display: block;
}

/* UI */
/* line 95, ../afj-scss/atoms/images/_images.scss */
.prose img, .block img, .article__content img {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #a5b5c5;
}

/* line 110, ../afj-scss/atoms/images/_images.scss */
.feature-image--video a {
  position: relative;
  display: inline-block;
}
/* line 113, ../afj-scss/atoms/images/_images.scss */
.feature-image--video a:after {
  content: "";
  display: block;
  background-image: url('../images/video-icon.png');
  width: 52px;
  height: 52px;
  position: absolute;
  top: 18px;
  left: 45px;
}
/* line 124, ../afj-scss/atoms/images/_images.scss */
.feature-image--video:hover {
  opacity: 0.8;
}

/* line 131, ../afj-scss/atoms/images/_images.scss */
.figure--link {
  margin-bottom: 1em;
}
/* line 133, ../afj-scss/atoms/images/_images.scss */
.figure--link a,
.figure--link img,
.figure--link figcaption {
  display: block;
}

/* line 140, ../afj-scss/atoms/images/_images.scss */
.figure--link__caption {
  font-family: "Rokkitt", serif;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: .5rem;
  display: block;
}
/* line 145, ../afj-scss/atoms/images/_images.scss */
.figure--link__caption > i {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: -1px;
  width: 7px;
  height: 12px;
  background-position: 0 -1327px;
}

/* line 161, ../afj-scss/atoms/images/_images.scss */
.judicial__iframe {
  width: 90%;
  margin: 0 auto;
  min-height: 1000px;
  overflow: hidden;
}
/* line 166, ../afj-scss/atoms/images/_images.scss */
.judicial__iframe > iframe {
  position: relative;
  border: 1px solid;
  width: 100%;
  min-height: 1000px;
}

/* line 176, ../afj-scss/atoms/images/_images.scss */
.judicial__nav .figure--link img {
  max-width: 100%;
  height: auto;
}

/* Flex Video */
/* line 2, ../afj-scss/atoms/video/_flex-video.scss */
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}
/* line 10, ../afj-scss/atoms/video/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
/* line 11, ../afj-scss/atoms/video/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 13, ../afj-scss/atoms/video/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 26, ../afj-scss/atoms/video/_flex-video.scss */
.embed-video {
  text-align: center;
  margin-bottom: 1em;
}

/*------------------------------------*\
    $TABLES
\*------------------------------------*/
/**
 * We have a lot at our disposal for making very complex table constructs, e.g.:
 *
   <table class="table--bordered  table--striped  table--data">
       <colgroup>
           <col class=t10>
           <col class=t10>
           <col class=t10>
           <col>
       </colgroup>
       <thead>
           <tr>
               <th colspan=3>Foo</th>
               <th>Bar</th>
           </tr>
           <tr>
               <th>Lorem</th>
               <th>Ipsum</th>
               <th class=numerical>Dolor</th>
               <th>Sit</th>
           </tr>
       </thead>
       <tbody>
           <tr>
               <th rowspan=3>Sit</th>
               <td>Dolor</td>
               <td class=numerical>03.788</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>32.210</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>47.797</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <th rowspan=2>Sit</th>
               <td>Dolor</td>
               <td class=numerical>09.640</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>12.117</td>
               <td>Lorem</td>
           </tr>
       </tbody>
   </table>
 *
 */
/* line 58, ../afj-scss/atoms/table/_tables.scss */
table {
  width: 100%;
}

/* line 61, ../afj-scss/atoms/table/_tables.scss */
th,
td {
  padding: 6px;
  text-align: left;
}
@media screen and (min-width: 480px) {
  /* line 61, ../afj-scss/atoms/table/_tables.scss */
  th,
  td {
    padding: 12px;
  }
}

/**
 * Cell alignments
 */
/* line 74, ../afj-scss/atoms/table/_tables.scss */
[colspan] {
  text-align: center;
}

/* line 77, ../afj-scss/atoms/table/_tables.scss */
[colspan="1"] {
  text-align: left;
}

/* line 80, ../afj-scss/atoms/table/_tables.scss */
[rowspan] {
  vertical-align: middle;
}

/* line 83, ../afj-scss/atoms/table/_tables.scss */
[rowspan="1"] {
  vertical-align: top;
}

/* line 86, ../afj-scss/atoms/table/_tables.scss */
.numerical {
  text-align: right;
}

/**
 * In the HTML above we see several `col` elements with classes whose numbers
 * represent a percentage width for that column. We leave one column free of a
 * class so that column can soak up the effects of any accidental breakage in
 * the table.
 */
/* line 96, ../afj-scss/atoms/table/_tables.scss */
.t5 {
  width: 5%;
}

/* line 97, ../afj-scss/atoms/table/_tables.scss */
.t10 {
  width: 10%;
}

/* line 98, ../afj-scss/atoms/table/_tables.scss */
.t12 {
  width: 12.5%;
}

/* 1/8 */
/* line 99, ../afj-scss/atoms/table/_tables.scss */
.t15 {
  width: 15%;
}

/* line 100, ../afj-scss/atoms/table/_tables.scss */
.t20 {
  width: 20%;
}

/* line 101, ../afj-scss/atoms/table/_tables.scss */
.t25 {
  width: 25%;
}

/* 1/4 */
/* line 102, ../afj-scss/atoms/table/_tables.scss */
.t30 {
  width: 30%;
}

/* line 103, ../afj-scss/atoms/table/_tables.scss */
.t33 {
  width: 33.333%;
}

/* 1/3 */
/* line 104, ../afj-scss/atoms/table/_tables.scss */
.t35 {
  width: 35%;
}

/* line 105, ../afj-scss/atoms/table/_tables.scss */
.t37 {
  width: 37.5%;
}

/* 3/8 */
/* line 106, ../afj-scss/atoms/table/_tables.scss */
.t40 {
  width: 40%;
}

/* line 107, ../afj-scss/atoms/table/_tables.scss */
.t45 {
  width: 45%;
}

/* line 108, ../afj-scss/atoms/table/_tables.scss */
.t50 {
  width: 50%;
}

/* 1/2 */
/* line 109, ../afj-scss/atoms/table/_tables.scss */
.t55 {
  width: 55%;
}

/* line 110, ../afj-scss/atoms/table/_tables.scss */
.t60 {
  width: 60%;
}

/* line 111, ../afj-scss/atoms/table/_tables.scss */
.t62 {
  width: 62.5%;
}

/* 5/8 */
/* line 112, ../afj-scss/atoms/table/_tables.scss */
.t65 {
  width: 65%;
}

/* line 113, ../afj-scss/atoms/table/_tables.scss */
.t66 {
  width: 66.666%;
}

/* 2/3 */
/* line 114, ../afj-scss/atoms/table/_tables.scss */
.t70 {
  width: 70%;
}

/* line 115, ../afj-scss/atoms/table/_tables.scss */
.t75 {
  width: 75%;
}

/* 3/4*/
/* line 116, ../afj-scss/atoms/table/_tables.scss */
.t80 {
  width: 80%;
}

/* line 117, ../afj-scss/atoms/table/_tables.scss */
.t85 {
  width: 85%;
}

/* line 118, ../afj-scss/atoms/table/_tables.scss */
.t87 {
  width: 87.5%;
}

/* 7/8 */
/* line 119, ../afj-scss/atoms/table/_tables.scss */
.t90 {
  width: 90%;
}

/* line 120, ../afj-scss/atoms/table/_tables.scss */
.t95 {
  width: 95%;
}

/**
 * Bordered tables
 */
/* line 128, ../afj-scss/atoms/table/_tables.scss */
.table--bordered th,
.table--bordered td {
  border: 1px solid #ccc;
}
/* line 132, ../afj-scss/atoms/table/_tables.scss */
.table--bordered th:empty,
.table--bordered td:empty {
  border: none;
}
/* line 137, ../afj-scss/atoms/table/_tables.scss */
.table--bordered thead tr:last-child th {
  border-bottom-width: 2px;
}
/* line 141, ../afj-scss/atoms/table/_tables.scss */
.table--bordered tbody tr th:last-of-type {
  border-right-width: 2px;
}

/**
 * Striped tables
 */
/* line 152, ../afj-scss/atoms/table/_tables.scss */
.table--striped tbody tr:nth-of-type(odd) {
  background-color: #ffc;
  /* Override this color in your theme stylesheet */
}

/**
 * Data table
 */
/* line 161, ../afj-scss/atoms/table/_tables.scss */
.table--data {
  font: 12px/1.5 sans-serif;
}

/* line 170, ../afj-scss/atoms/table/_tables.scss */
.prose table {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  border-collapse: collapse;
  margin: 24px 0;
}
/* line 176, ../afj-scss/atoms/table/_tables.scss */
.prose table th {
  font-weight: 600;
  padding: 8px;
  border-bottom: 1px solid #fff;
  border-top: 4px solid #d3d3d3;
  background: #d3d3d3;
}
/* line 184, ../afj-scss/atoms/table/_tables.scss */
.prose table td {
  background: #ececec;
  padding: 8px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid transparent;
}

/*------------------------------------*\
    $FORMS
\*------------------------------------*/
/**
 *
 * Demo: jsfiddle.net/inuitcss/MhHHU
 *
 */
/**
 * Text inputs
 *
 * Instead of a `[type]` selector for each kind of form input, we just use a
 * class to target any/every one, e.g.:
   <input type=text class=text-input>
   <input type=email class=text-input>
   <input type=password class=text-input>
 *
 */
/* line 20, ../afj-scss/atoms/forms/_forms.scss */
.text-input, input[type=email], input[type=text], input[type=tel], input[type=password], input[type=url],
textarea {
  width: 100%;
  background: #e3e8ed;
  border: 0 solid #c4cfd9;
  border-width: 1px;
  box-shadow: none;
  padding: 6px;
}

/* line 35, ../afj-scss/atoms/forms/_forms.scss */
.small-form input[type=email], .small-form input[type=text], .small-form input[type=tel], .small-form input[type=password], .small-form input[type=url] {
  padding: 5px;
  width: 100%;
  background: #1282a1;
  border-color: #e3e8ed;
  border-radius: 5px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}

/* line 48, ../afj-scss/atoms/forms/_forms.scss */
.search-form input[type="text"] {
  background: #ffffff;
}
/* line 52, ../afj-scss/atoms/forms/_forms.scss */
.search-form .form-row {
  display: table;
  width: 100%;
}
/* line 57, ../afj-scss/atoms/forms/_forms.scss */
.search-form .search-form__input {
  display: table-cell;
  width: 75%;
  padding: 8px 2px;
  border-radius: 0;
}
/* line 64, ../afj-scss/atoms/forms/_forms.scss */
.search-form .btn--search {
  display: table-cell;
  width: 25%;
}

/* line 71, ../afj-scss/atoms/forms/_forms.scss */
input[type=submit] {
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 0;
}

/* line 78, ../afj-scss/atoms/forms/_forms.scss */
.sendbutton {
  width: 100%;
}

/* line 92, ../afj-scss/atoms/forms/_forms.scss */
form label, legend {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .05em;
  font-family: "Rokkitt", serif;
}

/* line 99, ../afj-scss/atoms/forms/_forms.scss */
form label {
  display: block;
}

/* line 106, ../afj-scss/atoms/forms/_forms.scss */
.has-placeholder .label-hidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
}

/* 
Place Holder Text */
/* line 115, ../afj-scss/atoms/forms/_forms.scss */
::-webkit-input-placeholder {
  color: white;
  font-family: "Rokkitt", serif;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .05em;
}

/* line 123, ../afj-scss/atoms/forms/_forms.scss */
:-moz-placeholder {
  color: white;
  font-family: "Rokkitt", serif;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .05em;
}

/* line 131, ../afj-scss/atoms/forms/_forms.scss */
::-moz-placeholder {
  color: white;
  font-family: "Rokkitt", serif;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .05em;
}

/* line 139, ../afj-scss/atoms/forms/_forms.scss */
:-ms-input-placeholder {
  color: white;
  font-family: "Rokkitt", serif;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .05em;
}

/* line 149, ../afj-scss/atoms/forms/_forms.scss */
fieldset {
  padding: 5px;
}
@media only screen and (min-width: 58.7em) {
  /* line 149, ../afj-scss/atoms/forms/_forms.scss */
  fieldset {
    padding: 24px;
  }
}

/* line 160, ../afj-scss/atoms/forms/_forms.scss */
.cf_hidden {
  padding: 0;
  margin: 0;
  border: none;
}
/* line 165, ../afj-scss/atoms/forms/_forms.scss */
.cf_hidden legend {
  display: none;
}

/* line 170, ../afj-scss/atoms/forms/_forms.scss */
.linklove {
  display: none;
}

/* line 174, ../afj-scss/atoms/forms/_forms.scss */
.emailreqtxt, .reqtxt {
  font-size: 80%;
  color: #cc002c;
}

/**
 * Group sets of form fields in a list, e.g.:
 *
   <ul class=form-fields>
       <li>
           <label />
           <input />
       </li>
       <li>
           <label />
           <select />
       </li>
       <li>
           <label />
           <input />
       </li>
   </ul>
 *
 */
/* line 198, ../afj-scss/atoms/forms/_forms.scss */
.form-fields {
  list-style: none;
  margin: 0;
}

/* line 205, ../afj-scss/atoms/forms/_forms.scss */
.form-fields > li:last-child, .form-fields > div:last-child {
  margin-bottom: 0;
}

/* line 210, ../afj-scss/atoms/forms/_forms.scss */
.check-list {
  list-style: none;
  margin: 0;
}

/*
 * Labels in check-lists
 */
/* line 217, ../afj-scss/atoms/forms/_forms.scss */
.check-label,
.check-list label,
.check-list .label {
  display: inline-block;
}

/**
 * Spoken forms are for forms that read like spoken word, e.g.:
 *
   <li class=spoken-form>
       Hello, my <label for=spoken-name>name</label> is
       <input type=text class=text-input id=spoken-name>. My home
       <label for=country>country</label> is
       <select id=country>
           <option>UK</option>
           <option>US</option>
           <option>Other</option>
       </select>
   </li>
 *
 */
/* line 239, ../afj-scss/atoms/forms/_forms.scss */
.spoken-form label {
  display: inline-block;
  font: inherit;
}

/**
* Form success/error messages
*/
/* line 248, ../afj-scss/atoms/forms/_forms.scss */
.cf_info {
  font-weight: 700;
  margin-bottom: 24px;
}

/* line 253, ../afj-scss/atoms/forms/_forms.scss */
.failure {
  color: #cc002c;
}

/*Forced Arbitration Seciton*/
/* line 260, ../afj-scss/atoms/forms/_forms.scss */
.company-section, #fieldset_salsa {
  padding: 12px 12px 24px;
  background: #ffffff;
  border-width: 0;
  border-bottom: 1px solid rgba(68, 68, 68, 0.5);
}
/* line 265, ../afj-scss/atoms/forms/_forms.scss */
.company-section legend, #fieldset_salsa legend {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  width: 100%;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0;
  top: 0;
  opacity: .7;
}

/* line 283, ../afj-scss/atoms/forms/_forms.scss */
.company-section ::-webkit-input-placeholder, #fieldset_salsa ::-webkit-input-placeholder {
  color: #707375;
  font-family: "Rokkitt", serif;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .05em;
  opacity: .75;
}
/* line 293, ../afj-scss/atoms/forms/_forms.scss */
.company-section :-moz-placeholder, #fieldset_salsa :-moz-placeholder {
  color: #707375;
  font-family: "Rokkitt", serif;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .05em;
  opacity: .75;
}
/* line 302, ../afj-scss/atoms/forms/_forms.scss */
.company-section ::-moz-placeholder, #fieldset_salsa ::-moz-placeholder {
  color: #707375;
  font-family: "Rokkitt", serif;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .05em;
  opacity: .75;
}
/* line 312, ../afj-scss/atoms/forms/_forms.scss */
.company-section :-ms-input-placeholder, #fieldset_salsa :-ms-input-placeholder {
  color: #707375;
  font-family: "Rokkitt", serif;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .05em;
  opacity: .75;
}

/* line 325, ../afj-scss/atoms/forms/_forms.scss */
.radio__section {
  margin-bottom: 20px;
  text-align: center;
  float: left;
  width: 50%;
}
/* line 330, ../afj-scss/atoms/forms/_forms.scss */
.radio__section label {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  display: block;
}
@media (max-width: 700px) {
  /* line 330, ../afj-scss/atoms/forms/_forms.scss */
  .radio__section label {
    background-image: none !important;
  }
}
@media (min-width: 700px) {
  /* line 325, ../afj-scss/atoms/forms/_forms.scss */
  .radio__section {
    width: 25%;
  }
  /* line 342, ../afj-scss/atoms/forms/_forms.scss */
  .radio__section label {
    min-height: 100px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    max-height: 44px;
  }
}

/* line 359, ../afj-scss/atoms/forms/_forms.scss */
.input {
  margin-top: 12px;
}
@media (min-width: 63em) {
  /* line 359, ../afj-scss/atoms/forms/_forms.scss */
  .input {
    max-width: 45%;
  }
}
/* line 365, ../afj-scss/atoms/forms/_forms.scss */
.input.zip {
  clear: both;
}
@media (min-width: 63em) {
  /* line 369, ../afj-scss/atoms/forms/_forms.scss */
  .input.last_name, .input.first_name {
    width: 45%;
    float: left;
  }
}
@media (min-width: 63em) {
  /* line 374, ../afj-scss/atoms/forms/_forms.scss */
  .input.last_name.first_name, .input.first_name.first_name {
    margin-right: 5%;
  }
}

/* line 382, ../afj-scss/atoms/forms/_forms.scss */
label.required:after {
  content: "*";
  color: #cc002c;
}

/* line 386, ../afj-scss/atoms/forms/_forms.scss */
.section_submit {
  margin-top: 24px;
  padding: 12px;
  text-align: center;
}

/* line 394, ../afj-scss/atoms/forms/_forms.scss */
#forced_arbitration_form {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dotted #707375;
}

/* line 403, ../afj-scss/atoms/forms/_forms.scss */
.prose input[type="checkbox"] + label {
  display: inline-block;
  margin-left: 5px;
}

/* line 411, ../afj-scss/atoms/forms/_forms.scss */
.wpcf7-form .wpcf7-captchac {
  display: block;
  box-shadow: none;
  border: 1px solid rgba(30, 30, 30, 0.5);
}

/* line 418, ../afj-scss/atoms/forms/_forms.scss */
.wpcf7-list-item label {
  display: inline-block;
  margin-right: 14px;
}

/**
 * Objects and abstractions
 */
/*------------------------------------*\
    $NAV
\*------------------------------------*/
/**
 * Nav abstraction as per: csswizardry.com/2011/09/the-nav-abstraction
 * When used on an `ol` or `ul`, this class throws the list into horizontal mode
 * e.g.:
 *
   <ul class=nav>
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/Vnph4
 *
 */
/* line 23, ../afj-scss/molecules/navigation/_nav.scss */
#logo {
  width: 50%;
  margin: 0 auto;
  border: 0 solid #2b2b2b;
  padding: 0 10px 10px;
  position: relative;
  z-index: 4;
  background: #ffffff;
}
/* line 34, ../afj-scss/molecules/navigation/_nav.scss */
#logo > a {
  display: block;
}

/* line 40, ../afj-scss/molecules/navigation/_nav.scss */
#inner-header {
  position: relative;
}

/* line 44, ../afj-scss/molecules/navigation/_nav.scss */
.header-section {
  position: relative;
  border: 0 solid #a5b5c5;
  border-bottom-width: 1px;
}

@media only screen and (min-width: 58.7em) {
  /* line 51, ../afj-scss/molecules/navigation/_nav.scss */
  .header-section {
    border-bottom-width: 0;
  }

  /* line 55, ../afj-scss/molecules/navigation/_nav.scss */
  .container.fluid {
    padding: 0 20px;
  }
}
/* line 62, ../afj-scss/molecules/navigation/_nav.scss */
#donate-btn {
  display: none;
  position: absolute;
  right: 5px;
}

/* line 68, ../afj-scss/molecules/navigation/_nav.scss */
.activate-dropdown {
  display: none;
}

@media only screen and (min-width: 58.7em) {
  /* line 74, ../afj-scss/molecules/navigation/_nav.scss */
  #donate-btn {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 65px;
  }

  /* line 81, ../afj-scss/molecules/navigation/_nav.scss */
  #donate-btn-small {
    display: none;
  }
}
/* line 89, ../afj-scss/molecules/navigation/_nav.scss */
.nav {
  margin-left: 0;
}

/* line 93, ../afj-scss/molecules/navigation/_nav.scss */
.top-bar {
  top: -41px;
  background: transparent;
  margin-bottom: 0;
  margin-top: 15px;
}
/* line 98, ../afj-scss/molecules/navigation/_nav.scss */
.top-bar.expanded .title-area {
  background: transparent;
}
/* line 101, ../afj-scss/molecules/navigation/_nav.scss */
.top-bar .toggle-topbar.menu-icon {
  left: 10px;
  right: auto;
  padding-left: 0;
  width: 45px;
  height: 45px;
  top: 36%;
}
/* line 109, ../afj-scss/molecules/navigation/_nav.scss */
.top-bar .toggle-topbar.menu-icon > a {
  padding-left: 20px;
  width: 54px;
  left: -15px;
}
/* line 114, ../afj-scss/molecules/navigation/_nav.scss */
.top-bar .toggle-topbar.menu-icon a span {
  width: 20px;
  top: -6px;
  box-shadow: 0 10px 0 2px #1282a1, 0 17px 0 2px #1282a1, 0 24px 0 2px #1282a1;
}
/* line 124, ../afj-scss/molecules/navigation/_nav.scss */
.lt-ie9 .top-bar .toggle-topbar.menu-icon > a {
  background: url('../images/ie8-menu-a.png');
  background-repeat: no-repeat;
  top: -10px;
}

/* Fix for mobile menu margin */
/* line 139, ../afj-scss/molecules/navigation/_nav.scss */
.expanded ul#menu-main-menu.top-bar-menu.left {
  margin-top: -19px;
}

@media only screen and (min-width: 58.7em) {
  /* line 145, ../afj-scss/molecules/navigation/_nav.scss */
  .activate-dropdown {
    display: block;
    position: absolute;
    right: 2px;
    top: 7px;
    z-index: 105;
    width: 32px;
    height: 32px;
    padding: 5px;
    background-repeat: no-repeat;
    background: url(../images/nav-triangle.png);
    cursor: pointer;
  }
  /* line 157, ../afj-scss/molecules/navigation/_nav.scss */
  .activate-dropdown:hover {
    background: url(../images/nav-triangle-hover.png);
  }
  /* line 160, ../afj-scss/molecules/navigation/_nav.scss */
  .sub-menu .activate-dropdown {
    background: url(../images/navsub-triangle.png);
    top: 1px;
  }
  /* line 163, ../afj-scss/molecules/navigation/_nav.scss */
  .sub-menu .activate-dropdown:hover {
    background: url(../images/navsub-triangle-hover.png);
  }

  /* line 170, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    display: none;
  }
}
/* line 180, ../afj-scss/molecules/navigation/_nav.scss */
.top-bar-section .has-dropdown > a {
  padding-right: 40px !important;
}
/* line 183, ../afj-scss/molecules/navigation/_nav.scss */
.top-bar-section .has-dropdown > a:after {
  border: 0;
  content: "\00BB";
  font-size: 18px;
  font-size: 1.125rem;
  top: 23%;
  right: 14px;
}
/* line 190, ../afj-scss/molecules/navigation/_nav.scss */
.top-bar-section .has-dropdown label {
  color: #1282a1;
  cursor: default;
}

/* line 198, ../afj-scss/molecules/navigation/_nav.scss */
.top-bar-menu > li {
  transition: margin .3s ease;
}

/* line 205, ../afj-scss/molecules/navigation/_nav.scss */
#menu-menu-ourwork > li.menu-item:nth-child(2) a {
  border: 0 solid #ffffff;
  border-bottom-width: 1px;
  line-height: 1.5;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}

/* line 216, ../afj-scss/molecules/navigation/_nav.scss */
#menu-menu-about > li.menu-item:nth-child(1) a, #menu-menu-pressroom > li.menu-item:nth-child(1) a, #menu-menu-multimedia > li.menu-item:nth-child(1) a {
  border: 0 solid #ffffff;
  border-bottom-width: 2px;
  line-height: 1.5;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}

/* line 225, ../afj-scss/molecules/navigation/_nav.scss */
.sidebar-block--sub-nav, .sidebar-block--solr-facets {
  background: #f3f5f7;
  overflow: hidden;
  padding-bottom: 10px;
}
/* line 229, ../afj-scss/molecules/navigation/_nav.scss */
.sidebar-block--sub-nav ul, .sidebar-block--solr-facets ul {
  margin: 0;
}
/* line 235, ../afj-scss/molecules/navigation/_nav.scss */
.sidebar-block--sub-nav li > ul > li, .sidebar-block--solr-facets li > ul > li {
  padding-left: 1.5em;
}
/* line 239, ../afj-scss/molecules/navigation/_nav.scss */
.sidebar-block--sub-nav > li:last-child, .sidebar-block--solr-facets > li:last-child {
  margin-bottom: 20px;
}
/* line 242, ../afj-scss/molecules/navigation/_nav.scss */
.sidebar-block--sub-nav .menu-item, .sidebar-block--solr-facets .menu-item {
  margin-bottom: 10px;
}
/* line 247, ../afj-scss/molecules/navigation/_nav.scss */
.sidebar-block--sub-nav .current_page_item > a, .sidebar-block--solr-facets .current_page_item > a, .sidebar-block--sub-nav .current-menu-item > a, .sidebar-block--solr-facets .current-menu-item > a {
  background: #1282a1;
  color: #ffffff;
  width: 100%;
}
/* line 251, ../afj-scss/molecules/navigation/_nav.scss */
.sidebar-block--sub-nav .current_page_item > a:hover, .sidebar-block--solr-facets .current_page_item > a:hover, .sidebar-block--sub-nav .current-menu-item > a:hover, .sidebar-block--solr-facets .current-menu-item > a:hover {
  text-decoration: none;
}
/* line 256, ../afj-scss/molecules/navigation/_nav.scss */
.sidebar-block--sub-nav a, .sidebar-block--solr-facets a {
  line-height: 1.1;
  display: inline-block;
  padding: 3px .5em;
  width: 100%;
}
/* line 261, ../afj-scss/molecules/navigation/_nav.scss */
.sidebar-block--sub-nav a:hover, .sidebar-block--solr-facets a:hover {
  text-decoration: none;
}
/* line 266, ../afj-scss/molecules/navigation/_nav.scss */
.sidebar-block--sub-nav .children > li + li, .sidebar-block--solr-facets .children > li + li {
  margin-top: 8px;
}
/* line 271, ../afj-scss/molecules/navigation/_nav.scss */
.sidebar-block--sub-nav .sub-menu, .sidebar-block--solr-facets .sub-menu {
  display: none;
}
/* line 275, ../afj-scss/molecules/navigation/_nav.scss */
.sidebar-block--sub-nav .current-menu-ancestor > .sub-menu, .sidebar-block--solr-facets .current-menu-ancestor > .sub-menu {
  display: block;
}
/* line 279, ../afj-scss/molecules/navigation/_nav.scss */
.sidebar-block--sub-nav .current-menu-item > .sub-menu, .sidebar-block--solr-facets .current-menu-item > .sub-menu {
  display: block;
}
/* line 283, ../afj-scss/molecules/navigation/_nav.scss */
.sidebar-block--sub-nav label, .sidebar-block--solr-facets label, .sidebar-block--sub-nav .label, .sidebar-block--solr-facets .label {
  display: block;
  padding: 0 0.5em;
  margin-top: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #1282a1;
  cursor: default;
  margin-bottom: -4px;
  font-weight: 600;
}

/* line 300, ../afj-scss/molecules/navigation/_nav.scss */
.menu-items label {
  padding: 0;
}

/* line 305, ../afj-scss/molecules/navigation/_nav.scss */
.blog-archive__year {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/* line 313, ../afj-scss/molecules/navigation/_nav.scss */
.blog-archive__month-list {
  list-style: none;
  margin-left: 12px;
  margin-left: 0.75rem;
  margin-bottom: 0;
}

/* line 321, ../afj-scss/molecules/navigation/_nav.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 58.7em) {
  /* line 343, ../afj-scss/molecules/navigation/_nav.scss */
  #logo {
    width: 360px;
    border-width: 0;
    margin: 0;
    position: relative;
    left: 20px;
    top: 5px;
    margin-bottom: 10px;
  }

  /* line 354, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar {
    top: 0;
    background: #e3e8ed;
    box-shadow: 1px 2px 3px rgba(43, 43, 43, 0.5);
    padding-left: 1%;
    margin-bottom: 24px;
  }
  /* line 361, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar .top-bar-section a:hover {
    opacity: 0.8;
  }
  /* line 364, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar .top-bar-section ul li {
    margin-bottom: 5px;
  }
  /* line 368, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar .top-bar-section > ul > .divider {
    border-color: #e3e8ed;
  }
  /* line 371, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar .top-bar-section > ul > li > a {
    font-size: 1.1em;
  }
  /* line 377, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar .top-bar-section ul {
    background: none;
  }
  /* line 381, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar .top-bar-section .has-dropdown > a:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #454545;
    top: 45%;
    right: 2px;
  }

  /* line 399, ../afj-scss/molecules/navigation/_nav.scss */
  ul.dropdown.sub-menu {
    background: #1e1e1e;
    padding: 9.6px 0 24px;
  }
  /* line 403, ../afj-scss/molecules/navigation/_nav.scss */
  ul.dropdown.sub-menu .has-dropdown > a:after {
    top: 70%;
  }

  /* line 410, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar-menu > li {
    margin: 0 .5em;
  }
  /* line 412, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar-menu > li.divider {
    margin: 0;
  }
  /* line 415, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar-menu > li:last-of-type {
    display: none;
    margin-left: 0;
  }
  /* line 419, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar-menu > li:hover {
    background: #1e1e1e;
  }
  /* line 421, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar-menu > li:hover > a {
    color: #ffffff !important;
  }
  /* line 425, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar-menu > li > a {
    background: none !important;
    color: #444444 !important;
  }
  /* line 428, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar-menu > li > a:hover {
    color: #ffffff !important;
  }

  /* line 436, ../afj-scss/molecules/navigation/_nav.scss */
  #menu-main-menu > li.has-dropdown > a:after {
    display: none;
  }
}
/* End Media Query */
@media only screen and (min-width: 64em) {
  /* line 453, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar-menu > li {
    margin: 0 .7em;
  }
}
@media only screen and (min-width: 73.812em) {
  /* line 469, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar-menu > li {
    margin: 0 1.5em;
  }

  /* line 474, ../afj-scss/molecules/navigation/_nav.scss */
  #menu-main-menu {
    margin-left: 3%;
  }
}
/**
 * `.nav--stacked` extends `.nav` and throws the list into vertical mode, e.g.:
 *
   <ul class="nav  nav--stacked">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
/* line 495, ../afj-scss/molecules/navigation/_nav.scss */
.nav--stacked > li {
  display: list-item;
}
/* line 498, ../afj-scss/molecules/navigation/_nav.scss */
.nav--stacked > li > a {
  display: block;
}

/**
 * `.nav--banner` extends `.nav` and centres the list, e.g.:
 *
   <ul class="nav  nav--banner">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
/* line 516, ../afj-scss/molecules/navigation/_nav.scss */
.nav--banner {
  text-align: center;
}

/**
 * Give nav links a big, blocky hit area. Extends `.nav`, e.g.:
 *
   <ul class="nav  nav--block">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
/* line 532, ../afj-scss/molecules/navigation/_nav.scss */
.nav--block {
  line-height: 1;
  /**
   * Remove whitespace caused by `inline-block`.
   */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap;
}
/* line 541, ../afj-scss/molecules/navigation/_nav.scss */
.nav--block > li {
  letter-spacing: normal;
  word-spacing: normal;
}
/* line 545, ../afj-scss/molecules/navigation/_nav.scss */
.nav--block > li > a {
  padding: 12px;
}

/**
 * Force a nav to occupy 100% of the available width of its parent. Extends
 * `.nav`, e.g.:
 *
   <ul class="nav  nav--fit">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Thanks to @pimpl for this idea!
 */
/* line 565, ../afj-scss/molecules/navigation/_nav.scss */
.nav--fit {
  display: table;
  width: 100%;
}
/* line 569, ../afj-scss/molecules/navigation/_nav.scss */
.nav--fit > li {
  display: table-cell;
}
/* line 572, ../afj-scss/molecules/navigation/_nav.scss */
.nav--fit > li > a {
  display: block;
}

/**
 * Make a list of keywords. Extends `.nav`, e.g.:
 *
   `<ul class="nav  nav--keywords>`
 *
 */
/* line 589, ../afj-scss/molecules/navigation/_nav.scss */
.nav--keywords > li:after {
  content: "\002C" "\00A0";
}
/* line 593, ../afj-scss/molecules/navigation/_nav.scss */
.nav--keywords > li:last-child:after {
  display: none;
}

/* line 602, ../afj-scss/molecules/navigation/_nav.scss */
.judicial__nav {
  margin-bottom: 20px;
}
/* line 531, ../afj-scss/generic/_mixins.scss */
.judicial__nav:before, .judicial__nav:after {
  content: '';
  display: table;
}
/* line 536, ../afj-scss/generic/_mixins.scss */
.judicial__nav:after {
  clear: both;
}
@media screen and (min-width: 600px) {
  /* line 602, ../afj-scss/molecules/navigation/_nav.scss */
  .judicial__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0 20px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 940px) {
  /* line 602, ../afj-scss/molecules/navigation/_nav.scss */
  .judicial__nav {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
/* line 621, ../afj-scss/molecules/navigation/_nav.scss */
.judicial__nav .figure--link {
  display: block;
  margin-bottom: 3em;
  max-width: 190px;
}
@media screen and (min-width: 600px) {
  /* line 621, ../afj-scss/molecules/navigation/_nav.scss */
  .judicial__nav .figure--link {
    display: inline-block;
    float: left;
    margin-right: 1em;
    max-width: 190px;
    margin-bottom: 1em;
  }
}
/* line 635, ../afj-scss/molecules/navigation/_nav.scss */
.judicial__nav img {
  transition: opacity .25s ease;
}
@media screen and (min-width: 600px) {
  /* line 635, ../afj-scss/molecules/navigation/_nav.scss */
  .judicial__nav img {
    margin: 0 auto;
  }
}
/* line 642, ../afj-scss/molecules/navigation/_nav.scss */
.judicial__nav figcaption {
  line-height: 1;
}

/* line 647, ../afj-scss/molecules/navigation/_nav.scss */
.figure--link .is-active {
  cursor: default;
  outline: 0;
}
/* line 650, ../afj-scss/molecules/navigation/_nav.scss */
.figure--link .is-active:hover {
  text-decoration: none;
  outline: 0;
}
/* line 654, ../afj-scss/molecules/navigation/_nav.scss */
.figure--link .is-active img {
  opacity: .35;
}

/*------------------------------------*\
    $PAGINATION
\*------------------------------------*/
/**
 * Basic pagination object, extends `.nav`.
 * Requires some funky commenting to collapse any white-space caused by the
 * `display:inline-block;` rules.
 *
   <ol class="nav  pagination">
       <li class=pagination__first>First</li>
       <li class=pagination__prev>Previous</li>
       <li><a href=/page/1>1</a></li>
       <li><a href=/page/2>2</a></li>
       <li class=current><a href=/page/3>3</a></li>
       <li><a href=/page/4>4</a></li>
       <li><a href=/page/5>5</a></li>
       <li class=pagination__next><a href=/page/next>Next</a></li>
       <li class=pagination__last><a href=/page/last>Last</a></li>
   </ol>
 *
 * Demo: jsfiddle.net/inuitcss/9Y6PU
 *
 */
/* line 24, ../afj-scss/molecules/pagination/_pagination.scss */
.pagination {
  text-align: center;
  /**
   * Remove whitespace caused by `inline-block`.
   */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
}

/* line 32, ../afj-scss/molecules/pagination/_pagination.scss */
.pagination > li {
  display: inline-block;
  padding: 12px;
  letter-spacing: normal;
  word-spacing: normal;
}

/* line 38, ../afj-scss/molecules/pagination/_pagination.scss */
.pagination > li > a {
  padding: 12px;
  margin: -12px;
}

/* line 42, ../afj-scss/molecules/pagination/_pagination.scss */
.pagination__first a:before {
  content: "\00AB" "\00A0";
}

/* line 45, ../afj-scss/molecules/pagination/_pagination.scss */
.pagination__last a:after {
  content: "\00A0" "\00BB";
}

/* line 49, ../afj-scss/molecules/pagination/_pagination.scss */
.pagination--prev-next, .pagination {
  overflow: hidden;
  margin-top: 24px;
  border: 0 solid #2b2b2b;
  border-bottom-width: 2px;
  border-top-width: 1px;
  padding: 7px 0;
}
/* line 56, ../afj-scss/molecules/pagination/_pagination.scss */
.pagination--prev-next > li, .pagination > li {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Rokkitt", serif;
}
/* line 60, ../afj-scss/molecules/pagination/_pagination.scss */
.pagination--prev-next > li > a, .pagination > li > a {
  color: #444444;
  line-height: 1.1;
}

/* line 68, ../afj-scss/molecules/pagination/_pagination.scss */
.pagination li {
  padding: 0 12px;
}
/* line 70, ../afj-scss/molecules/pagination/_pagination.scss */
.pagination li > a {
  color: #cc002c;
}

/* line 76, ../afj-scss/molecules/pagination/_pagination.scss */
.pagination__prev-link > a:before, .pagination__next-link > a:after {
  font-family: "Open Sans", sans-serif;
  color: #1282a1;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

/* line 84, ../afj-scss/molecules/pagination/_pagination.scss */
.pagination__prev-link {
  float: left;
}
/* line 86, ../afj-scss/molecules/pagination/_pagination.scss */
.pagination__prev-link > a:before {
  content: "\3008";
  margin-right: .666666667em;
}

/* line 93, ../afj-scss/molecules/pagination/_pagination.scss */
.pagination__next-link {
  float: right;
}
/* line 95, ../afj-scss/molecules/pagination/_pagination.scss */
.pagination__next-link > a:after {
  content: "\3009";
  margin-left: .666666667em;
}

/* line 1, ../afj-scss/molecules/block/_block.scss */
.block {
  padding: 12px;
}
/* line 3, ../afj-scss/molecules/block/_block.scss */
.block .more {
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 10, ../afj-scss/molecules/block/_block.scss */
section + section {
  margin-top: 24px;
}

/* line 15, ../afj-scss/molecules/block/_block.scss */
.sidebar .block + .block {
  margin-top: 60px;
}

/* line 21, ../afj-scss/molecules/block/_block.scss */
.home .sidebar-column .block {
  margin-bottom: 72px;
}

/* line 26, ../afj-scss/molecules/block/_block.scss */
.small-block-title, .home #featured-resource .block__title, .block--campaigns.sidebar-block .block__title, #events-homepage .block__title, .block--promo .sidebar-block__title, .afj_stay_informed .sidebar-block__title, .afj_stay_informed_ba .sidebar-block__title, .sidebar .sidebar-block__title {
  text-transform: uppercase;
  font-size: 19px;
  font-size: 1.1875rem;
  text-align: center;
  font-weight: 300;
}
/* line 31, ../afj-scss/molecules/block/_block.scss */
.small-block-title:after, .home #featured-resource .block__title:after, .block--campaigns.sidebar-block .block__title:after, #events-homepage .block__title:after, .block--promo .sidebar-block__title:after, .afj_stay_informed .sidebar-block__title:after, .afj_stay_informed_ba .sidebar-block__title:after, .sidebar .sidebar-block__title:after {
  content: "";
  display: block;
  height: 1px;
  width: 90%;
  background: #444444;
  margin: 0 auto;
}

@media screen and (min-width: 58.7em) {
  /* line 49, ../afj-scss/molecules/block/_block.scss */
  section.columns + section.columns, #footer-sidebar section.sidebar-block + section.columns, #footer-sidebar section.columns + section.sidebar-block, #footer-sidebar section.sidebar-block + section.sidebar-block {
    margin-top: 0;
  }
}
/* line 62, ../afj-scss/molecules/block/_block.scss */
.home .block, .block--rotator {
  margin-bottom: 24px;
}

/* line 66, ../afj-scss/molecules/block/_block.scss */
.block--home {
  padding: 0;
}

/* line 72, ../afj-scss/molecules/block/_block.scss */
.article--event {
  margin: 0;
  position: relative;
  padding: 10px 5px;
}
/* line 76, ../afj-scss/molecules/block/_block.scss */
.article--event:nth-child(even) {
  background: #F4f4f4;
}
/* line 80, ../afj-scss/molecules/block/_block.scss */
.article--event .event__icon {
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 10px;
  left: 6px;
}
/* line 88, ../afj-scss/molecules/block/_block.scss */
.article--event .media__body {
  padding-left: 60px;
}
/* line 91, ../afj-scss/molecules/block/_block.scss */
.article--event .event__title {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 97, ../afj-scss/molecules/block/_block.scss */
.event-workshops-and-training .event__icon {
  background-position: 0 -1488px;
}

/* line 103, ../afj-scss/molecules/block/_block.scss */
.event-film-screenings-and-events .event__icon {
  background-position: 0 -707px;
}

/* line 109, ../afj-scss/molecules/block/_block.scss */
.event-afj-events .event__icon {
  background-position: 0 -817px;
}

@media screen and (min-width: 58.7em) {
  /* line 118, ../afj-scss/molecules/block/_block.scss */
  #events-homepage {
    margin-top: 24px;
  }

  /* line 122, ../afj-scss/molecules/block/_block.scss */
  .sidebar .section-social-widgets {
    width: 100%;
  }

  /* line 126, ../afj-scss/molecules/block/_block.scss */
  #featured-resource {
    margin-top: 24px;
  }
}
@media screen and (min-width: 63em) {
  /* line 139, ../afj-scss/molecules/block/_block.scss */
  .homepage-latest, #homepage-latest {
    padding-right: 24px;
  }
}
@media screen and (min-width: 80em) {
  /* line 145, ../afj-scss/molecules/block/_block.scss */
  #homepage-lower-large {
    position: relative;
    clear: both;
  }

  /* line 151, ../afj-scss/molecules/block/_block.scss */
  #homepage-lower-small {
    position: relative;
    width: 27.65625%;
  }

  /* line 156, ../afj-scss/molecules/block/_block.scss */
  .homepage-latest, #homepage-latest {
    width: 641px;
    margin-right: 4px;
    padding-right: 0;
  }

  /* line 165, ../afj-scss/molecules/block/_block.scss */
  #events-homepage, .section-social-widgets {
    float: none;
    width: 100%;
  }
}
/* line 171, ../afj-scss/molecules/block/_block.scss */
.block-latest-posts {
  margin-bottom: 30px;
}
/* line 173, ../afj-scss/molecules/block/_block.scss */
.block-latest-posts .more {
  border-top: 1px dotted #444444;
  margin-top: 36px;
  padding-top: 24px;
  text-align: right;
}
/* line 178, ../afj-scss/molecules/block/_block.scss */
.block-latest-posts .more a {
  color: #1491b3;
}

/* line 187, ../afj-scss/molecules/block/_block.scss */
.block--campaigns {
  background: #f3f5f7;
}
/* line 190, ../afj-scss/molecules/block/_block.scss */
.block--campaigns figure {
  width: 100%;
  padding-top: 8px;
}
/* line 194, ../afj-scss/molecules/block/_block.scss */
.block--campaigns .block__feature--image {
  margin: 0 auto;
}
/* line 197, ../afj-scss/molecules/block/_block.scss */
.block--campaigns .item-list {
  overflow: hidden;
}
/* line 200, ../afj-scss/molecules/block/_block.scss */
.block--campaigns .media__title {
  margin-bottom: .75rem;
  line-height: 1.2;
}
/* line 204, ../afj-scss/molecules/block/_block.scss */
.block--campaigns.sidebar-block {
  background: transparent;
  box-shadow: none;
}
/* line 208, ../afj-scss/molecules/block/_block.scss */
.block--campaigns.sidebar-block li:first-of-type:nth-last-of-type(n+2), .block--campaigns.sidebar-block li:first-of-type:nth-last-of-type(n+2) ~ li {
  width: 100% !important;
  display: block;
  vertical-align: top;
  padding: 0;
}

@media screen and (min-width: 58.7em) {
  /* line 230, ../afj-scss/molecules/block/_block.scss */
  .block--campaigns figure {
    max-width: 30%;
    float: left;
    margin-right: 24px;
    margin-bottom: 12px;
    margin-left: 8px;
  }
  /* line 242, ../afj-scss/molecules/block/_block.scss */
  .block--campaigns .item-list {
    overflow: hidden;
  }
  /* line 246, ../afj-scss/molecules/block/_block.scss */
  .block--campaigns .media__title {
    margin-bottom: .75rem;
  }
  /* line 249, ../afj-scss/molecules/block/_block.scss */
  .block--campaigns li:first-of-type:nth-last-of-type(n+2), .block--campaigns li:first-of-type:nth-last-of-type(n+2) ~ li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
  }
}
/* line 266, ../afj-scss/molecules/block/_block.scss */
.filter {
  border: 0 solid black;
  border-top-width: 2px;
  border-bottom-width: 2px;
}

/* line 274, ../afj-scss/molecules/block/_block.scss */
.block--rotator {
  border: 0 solid #efefef;
  border-width: 1px;
}
/* line 280, ../afj-scss/molecules/block/_block.scss */
.block--rotator .slides-container-outer, .block--rotator .pager-container {
  float: left;
}
/* line 284, ../afj-scss/molecules/block/_block.scss */
.block--rotator .slides-container {
  margin: 0;
  padding: 0;
}
/* line 287, ../afj-scss/molecules/block/_block.scss */
.block--rotator .slides-container li {
  margin: 0;
  padding: 0;
}
/* line 290, ../afj-scss/molecules/block/_block.scss */
.block--rotator .slides-container li img {
  width: 100%;
  height: auto;
  max-height: 400px;
}
/* line 298, ../afj-scss/molecules/block/_block.scss */
.block--rotator .see-more {
  text-align: left;
  margin: 0;
  font-weight: 600;
  border: 0;
}
/* line 306, ../afj-scss/molecules/block/_block.scss */
.block--rotator .pager-container ol {
  margin: 0;
  padding: 0;
}
/* line 310, ../afj-scss/molecules/block/_block.scss */
.block--rotator .pager-container li {
  list-style: none;
  display: block;
}
/* line 313, ../afj-scss/molecules/block/_block.scss */
.block--rotator .pager-container li a {
  color: #2b2b2b;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2NhZDRkZCIvPjxzdG9wIG9mZnNldD0iMyUiIHN0b3AtY29sb3I9IiNlM2U4ZWQiLz48c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iI2UzZThlZCIvPjxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjY2FkNGRkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(1%, #cad4dd), color-stop(3%, #e3e8ed), color-stop(97%, #e3e8ed), color-stop(99%, #cad4dd));
  background: -moz-linear-gradient(left, #cad4dd 1%, #e3e8ed 3%, #e3e8ed 97%, #cad4dd 99%);
  background: -webkit-linear-gradient(left, #cad4dd 1%, #e3e8ed 3%, #e3e8ed 97%, #cad4dd 99%);
  background: linear-gradient(to right, #cad4dd 1%, #e3e8ed 3%, #e3e8ed 97%, #cad4dd 99%);
  background-color: #e3e8ed;
  display: block;
  padding: 10px 10px 25px 15px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #707375;
}
/* line 18, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.block--rotator .pager-container li a:visited {
  color: #2b2b2b;
}
/* line 21, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.block--rotator .pager-container li a:focus {
  color: #2b2b2b;
}
/* line 24, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.block--rotator .pager-container li a:hover {
  color: #1e1e1e;
}
/* line 27, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.block--rotator .pager-container li a:active {
  color: #2b2b2b;
}
/* line 325, ../afj-scss/molecules/block/_block.scss */
.block--rotator .pager-container li a.active {
  color: #ffffff;
  -moz-box-shadow: rgba(227, 232, 237, 0.8) 0 2px;
  -webkit-box-shadow: rgba(227, 232, 237, 0.8) 0 2px;
  box-shadow: rgba(227, 232, 237, 0.8) 0 2px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEyODJhMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEyODJhMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #1282a1), color-stop(100%, #1282a1));
  background-image: -moz-linear-gradient(left, #1282a1, #1282a1);
  background-image: -webkit-linear-gradient(left, #1282a1, #1282a1);
  background-image: linear-gradient(to right, #1282a1, #1282a1);
  background-color: #1282a1;
  border: none;
  margin-left: -5px;
}
/* line 18, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.block--rotator .pager-container li a.active:visited {
  color: #ffffff;
}
/* line 21, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.block--rotator .pager-container li a.active:focus {
  color: #ffffff;
}
/* line 24, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.block--rotator .pager-container li a.active:hover {
  color: #f2f2f2;
}
/* line 27, ../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.block--rotator .pager-container li a.active:active {
  color: #ffffff;
}
/* line 338, ../afj-scss/molecules/block/_block.scss */
.block--rotator .pager-container li:last-child a {
  border-bottom: none;
}
/* line 340, ../afj-scss/molecules/block/_block.scss */
.block--rotator .pager-container li:last-child a.active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 350, ../afj-scss/molecules/block/_block.scss */
.block--rotator .bx-wrapper {
  margin: 0;
}
/* line 352, ../afj-scss/molecules/block/_block.scss */
.block--rotator .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  left: 0;
}
/* line 358, ../afj-scss/molecules/block/_block.scss */
.block--rotator .bx-wrapper .bx-controls-direction a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 365, ../afj-scss/molecules/block/_block.scss */
.block--rotator.small-rotator figure, .block--rotator.large-rotator figure {
  margin-bottom: 0;
}
/* line 368, ../afj-scss/molecules/block/_block.scss */
.block--rotator.small-rotator .rotator__image, .block--rotator.small-rotator .rotator__info, .block--rotator.large-rotator .rotator__image, .block--rotator.large-rotator .rotator__info {
  margin: 0;
}
/* line 371, ../afj-scss/molecules/block/_block.scss */
.block--rotator.small-rotator .rotator__info, .block--rotator.large-rotator .rotator__info {
  background-color: #1e1e1e;
  color: #ffffff;
  padding: 1% 1% 2%;
}
/* line 376, ../afj-scss/molecules/block/_block.scss */
.block--rotator.small-rotator .rotator__title, .block--rotator.small-rotator .rotator__teaser, .block--rotator.small-rotator .rotator__link, .block--rotator.large-rotator .rotator__title, .block--rotator.large-rotator .rotator__teaser, .block--rotator.large-rotator .rotator__link {
  display: block;
}
/* line 379, ../afj-scss/molecules/block/_block.scss */
.block--rotator.small-rotator .rotator__link, .block--rotator.large-rotator .rotator__link {
  margin-top: 10px;
  margin-top: 1rem;
}
/* line 387, ../afj-scss/molecules/block/_block.scss */
.block--rotator.large-rotator figcaption.rotator__info {
  background-color: #1e1e1e;
  background-color: rgba(30, 30, 30, 0.85);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
}
/* line 396, ../afj-scss/molecules/block/_block.scss */
.block--rotator.large-rotator .pager-container ol {
  height: 400px;
}
/* line 398, ../afj-scss/molecules/block/_block.scss */
.block--rotator.large-rotator .pager-container ol li {
  height: 20%;
}
/* line 400, ../afj-scss/molecules/block/_block.scss */
.block--rotator.large-rotator .pager-container ol li a {
  height: 100%;
  font-family: "Rokkitt", serif;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1;
}

/* line 427, ../afj-scss/molecules/block/_block.scss */
.block--press-contact h5, .block--the-federal-courts h5, .block--become-a-member h5, .block--donate-today h5, .block--contact-info h5 {
  margin-bottom: 0;
  margin-top: 24px;
  font-size: 19px;
  font-size: 1.1875rem;
}

/* line 438, ../afj-scss/molecules/block/_block.scss */
#ourwork-issues, #featured-reports, #sub-issues {
  overflow: hidden;
  padding-bottom: 24px;
}
/* line 439, ../afj-scss/molecules/block/_block.scss */
#ourwork-issues .block__title, #featured-reports .block__title, #sub-issues .block__title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 200;
  letter-spacing: .05em;
  margin-bottom: 24px;
  text-transform: none;
}
/* line 449, ../afj-scss/molecules/block/_block.scss */
#ourwork-issues .item-list > li, #featured-reports .item-list > li, #sub-issues .item-list > li {
  margin-bottom: 8px;
}

/* line 454, ../afj-scss/molecules/block/_block.scss */
.see-more {
  display: block;
  text-align: center;
  clear: both;
  border: 0 solid #2b2b2b;
  border-top-width: 1px;
  border-bottom-width: 2px;
  padding: 10px 0;
}
/* line 463, ../afj-scss/molecules/block/_block.scss */
.see-more:after {
  content: "\3009";
  margin-left: .666666em;
  display: inline-block;
}

@media screen and (min-width: 600px) {
  /* line 475, ../afj-scss/molecules/block/_block.scss */
  #ourwork-issues.block--home .item-list {
    width: 100%;
    position: relative;
    transition: left .5s ease;
  }
  /* line 480, ../afj-scss/molecules/block/_block.scss */
  #ourwork-issues.block--home .item-list > li {
    width: 50%;
    height: 175px;
    margin-bottom: 20px;
    float: left;
    padding: 0 2px;
  }
}
@media screen and (min-width: 750px) {
  /* line 499, ../afj-scss/molecules/block/_block.scss */
  #ourwork-issues.block--home .item-list > li {
    width: 25%;
    height: 275px;
    margin-bottom: 20px;
    float: left;
    padding: 0 2px;
  }
}
/* 
@media screen and (min-width:600px) and (max-width: $major-1) {
  #ourwork-issues.block--home {
  .item-list {
     width: 200%;
     position: relative;
     transition: left .5s ease;
     
     > li{
      // width: 25%;
      max-width: 200px;
      height: 275px;
      margin-bottom: 20px;
      float: left;
      padding: 0 $our-work-padding;
    }
  }
}


} */
@media screen and (min-width: 58.7em) {
  /* line 541, ../afj-scss/molecules/block/_block.scss */
  #ourwork-issues, #featured-reports, #sub-issues {
    border: 0 solid black;
  }
  /* line 545, ../afj-scss/molecules/block/_block.scss */
  #ourwork-issues .item-list, #featured-reports .item-list, #sub-issues .item-list {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
  }
  /* line 549, ../afj-scss/molecules/block/_block.scss */
  #ourwork-issues .item-list > li, #featured-reports .item-list > li, #sub-issues .item-list > li {
    width: 50%;
    height: 275px;
    margin-bottom: 20px;
    float: left;
    padding: 0 10px;
  }
  /* line 558, ../afj-scss/molecules/block/_block.scss */
  #ourwork-issues.block--home, #featured-reports.block--home, #sub-issues.block--home {
    padding: 0 0 24px;
  }

  /* line 565, ../afj-scss/molecules/block/_block.scss */
  #featured-reports .item-list > li {
    height: 225px;
  }

  /* line 577, ../afj-scss/molecules/block/_block.scss */
  #ourwork-issues.block--home .item-list > li {
    width: 25%;
    height: 325px;
    margin-bottom: 20px;
    float: left;
    padding: 0 2px;
  }
}
/* line 605, ../afj-scss/molecules/block/_block.scss */
#multimedia-sections {
  overflow: hidden;
}
/* line 607, ../afj-scss/molecules/block/_block.scss */
#multimedia-sections .item-list > li {
  margin-bottom: 12px;
}

@media screen and (min-width: 58.7em) {
  /* line 614, ../afj-scss/molecules/block/_block.scss */
  #multimedia-sections .item-list > li {
    width: 33%;
    height: 244px;
    margin-bottom: 20px;
    float: left;
    padding: 0 10px;
  }
}
/* line 628, ../afj-scss/molecules/block/_block.scss */
.media--panels {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 solid #1e1e1e;
  border-width: 2px;
  margin-bottom: 0;
}
/* line 640, ../afj-scss/molecules/block/_block.scss */
.media--panels .media__content {
  transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  padding-bottom: 20px;
}
/* line 648, ../afj-scss/molecules/block/_block.scss */
.media--panels .media__content p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
}
/* line 653, ../afj-scss/molecules/block/_block.scss */
.media--panels .inner {
  color: white;
  position: relative;
  padding: 18px 10px 10px;
  height: 100%;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background: rgba(0, 0, 0, 0.85);
}
/* line 667, ../afj-scss/molecules/block/_block.scss */
.media--panels.no-hover .inner {
  background: rgba(0, 0, 0, 0.55);
}
/* line 670, ../afj-scss/molecules/block/_block.scss */
.media--panels .media__title {
  width: 70%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  border: 0 solid #ffffff;
  border-bottom-width: 1px;
  padding: 6px 0 5px;
}
/* line 679, ../afj-scss/molecules/block/_block.scss */
.media--panels .media__title > a {
  color: #ffffff;
}

/* line 689, ../afj-scss/molecules/block/_block.scss */
.media__download {
  font-size: 13px;
  font-size: 0.8125rem;
  width: 70%;
  margin: 0 auto;
  border: 0 solid black;
  border-width: 1px;
  position: relative;
  top: -15px;
  text-align: center;
  line-height: 30px;
  background: white;
}

@media screen and (min-width: 58.7em) {
  /* line 706, ../afj-scss/molecules/block/_block.scss */
  .media--panels .media__content {
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }
  /* line 714, ../afj-scss/molecules/block/_block.scss */
  .media--panels .inner {
    top: 75%;
    height: 100%;
  }
  /* line 720, ../afj-scss/molecules/block/_block.scss */
  .media--panels.media--panels-small .inner {
    top: 65%;
  }
  /* line 724, ../afj-scss/molecules/block/_block.scss */
  .media--panels .media__title {
    width: 100%;
    border-bottom-width: 0;
  }
  /* line 727, ../afj-scss/molecules/block/_block.scss */
  .media--panels .media__title:after {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    opacity: 0;
    border-bottom: 1px solid white;
    margin: 5px auto;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    -webkit-transition: width .5s .2s ease;
    -moz-transition: width .5s .2s ease;
    -ms-transition: width .5s .2s ease;
    -o-transition: width .5s .2s ease;
    transition: width .5s .2s ease;
  }
  /* line 750, ../afj-scss/molecules/block/_block.scss */
  .media--panels:hover .media__content {
    opacity: 1;
  }
  /* line 755, ../afj-scss/molecules/block/_block.scss */
  .media--panels:hover .media__title:after {
    width: 90%;
    opacity: 1;
  }
  /* line 761, ../afj-scss/molecules/block/_block.scss */
  .media--panels:hover .inner {
    top: 0;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
  }

  /* line 770, ../afj-scss/molecules/block/_block.scss */
  .media--panels.no-hover .media__content {
    opacity: 1;
  }
  /* line 773, ../afj-scss/molecules/block/_block.scss */
  .media--panels.no-hover .media__title {
    border: 0 solid white;
    border-bottom-width: 1px;
  }
  /* line 777, ../afj-scss/molecules/block/_block.scss */
  .media--panels.no-hover .inner {
    top: 0%;
    height: 100%;
  }
  /* line 784, ../afj-scss/molecules/block/_block.scss */
  .media--panels.no-hover:hover .media__title:after {
    opacity: 0;
  }
  /* line 789, ../afj-scss/molecules/block/_block.scss */
  .media--panels.no-hover:hover .inner {
    background: rgba(0, 0, 0, 0.9);
  }
}
/* line 803, ../afj-scss/molecules/block/_block.scss */
#pressroom-issues {
  overflow: hidden;
}
/* line 805, ../afj-scss/molecules/block/_block.scss */
#pressroom-issues img {
  box-shadow: none;
}
/* line 809, ../afj-scss/molecules/block/_block.scss */
#pressroom-issues .media__feature-image {
  margin: 0 auto;
  text-align: center;
}
/* line 813, ../afj-scss/molecules/block/_block.scss */
#pressroom-issues .media__title {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 19px;
  font-size: 1.1875rem;
  margin-bottom: 1.5em;
}
/* line 820, ../afj-scss/molecules/block/_block.scss */
#pressroom-issues .media__title a {
  color: #1e1e1e;
}
/* line 821, ../afj-scss/molecules/block/_block.scss */
#pressroom-issues .media__title:after {
  content: "";
  display: block;
  height: 1px;
  width: 90%;
  background: #cc002c;
  margin: 10px auto;
}

@media screen and (min-width: 58.7em) {
  /* line 835, ../afj-scss/molecules/block/_block.scss */
  #pressroom-issues li {
    width: 49%;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 69.375em) {
  /* line 849, ../afj-scss/molecules/block/_block.scss */
  #pressroom-issues li {
    width: 24%;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
  }
}
/* line 867, ../afj-scss/molecules/block/_block.scss */
.block--callout {
  margin: 24px auto;
  width: 100%;
  box-shadow: 0 0 0 3px white, 0 0 0 4px black;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 872, ../afj-scss/molecules/block/_block.scss */
.block--callout.blue {
  background: #1282a1;
  color: #ffffff;
}
/* line 876, ../afj-scss/molecules/block/_block.scss */
.block--callout.grey {
  background: #f3f5f7;
}
/* line 879, ../afj-scss/molecules/block/_block.scss */
.block--callout .related_resources__title {
  font-size: 20px;
  font-size: 1.25rem;
  border: 0 solid #2b2b2b;
  border-bottom-width: 1px;
  text-align: center;
}

@media screen and (min-width: 58.7em) {
  /* line 890, ../afj-scss/molecules/block/_block.scss */
  .block--callout.alignright {
    margin-left: 15px;
  }
  /* line 893, ../afj-scss/molecules/block/_block.scss */
  .block--callout.alignleft {
    margin-right: 15px;
  }
  /* line 896, ../afj-scss/molecules/block/_block.scss */
  .block--callout.aligncenter {
    float: none;
    clear: both;
  }
  /* line 900, ../afj-scss/molecules/block/_block.scss */
  .block--callout.small {
    width: 30%;
  }
  /* line 903, ../afj-scss/molecules/block/_block.scss */
  .block--callout.medium {
    width: 60%;
  }
  /* line 906, ../afj-scss/molecules/block/_block.scss */
  .block--callout.full {
    width: 100%;
  }
  /* line 909, ../afj-scss/molecules/block/_block.scss */
  .article-list__item .block--callout {
    float: none !important;
    width: 90%;
    margin: 10px auto;
  }
}
/* line 921, ../afj-scss/molecules/block/_block.scss */
#featured-multimedia, #featured-resource {
  text-align: center;
}
/* line 924, ../afj-scss/molecules/block/_block.scss */
#featured-multimedia .media, #featured-resource .media {
  margin-bottom: 60px;
}
/* line 928, ../afj-scss/molecules/block/_block.scss */
#featured-multimedia .media__feature-image, #featured-resource .media__feature-image {
  margin: 0 auto 16px;
  text-align: center;
}
/* line 932, ../afj-scss/molecules/block/_block.scss */
#featured-multimedia .media__title, #featured-resource .media__title {
  font-size: 27px;
  font-size: 1.6875rem;
}
/* line 934, ../afj-scss/molecules/block/_block.scss */
#featured-multimedia .media__title > a, #featured-resource .media__title > a {
  color: #444444;
}
/* line 938, ../afj-scss/molecules/block/_block.scss */
#featured-multimedia:after, #featured-resource:after {
  content: "";
  display: block;
  height: 8px;
  width: 90%;
  background: #FFF;
  margin: 0 auto;
  border: solid #444444;
  border-width: 1px 0 3px;
}

/* line 955, ../afj-scss/molecules/block/_block.scss */
.section-social {
  margin: 0 auto 0;
  width: 100%;
  text-align: right;
}
/* line 959, ../afj-scss/molecules/block/_block.scss */
.section-social:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  border-top: 1px solid rgba(30, 30, 30, 0.25);
  position: relative;
  margin-bottom: 5px;
  top: 4px;
}

@media screen and (min-width: 58.7em) {
  /* line 971, ../afj-scss/molecules/block/_block.scss */
  .section-social {
    margin: 0;
    width: auto;
  }
}
/* line 982, ../afj-scss/molecules/block/_block.scss */
.block--blog-archive .block__title {
  font-family: "Open Sans", sans-serif;
  color: #707375;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
/* line 988, ../afj-scss/molecules/block/_block.scss */
.block--blog-archive .show-all {
  display: none;
}
/* line 992, ../afj-scss/molecules/block/_block.scss */
.archive .block--blog-archive .show-all {
  display: block;
}

/*.delta.f-serif {
    line-height: 1;
    margin-bottom: $base-spacing-unit/2;
    display: block;
    text-align: center;
}*/
/*
.sidebar-block--stay-informed {
  .sidebar-block__title {
    @extend %small-block-title;
  }
  .field {
    margin-bottom: $base-spacing-unit * 0.5;
  }
  .field.group {
    @include type-scale(14, 16, rem);
    
    > label {
      font-weight: $w-heavy;
      font-family: $font-family-sans;
      display: inline-block;
      font-size: inherit;
      text-transform: none;
      margin-bottom: 10px;
    }

  }
  input[type="submit"] {
    margin-top: $base-spacing-unit/2;
    display: block;
    width: 100%;
    max-width: 300px;
    max-width: 20rem;
    margin: 0 auto;
  }
  .social-links {
    margin: 0;
    padding: 0;
    margin-top: $base-spacing-unit/2;
    @extend %plain-list;
    
    a {
      display: block;
      float: left;
      @include type-scale(12, 16, rem);
      margin-right: 5px;
      width: 32px;
      height: 32px;
      text-indent: -9999px;
      overflow: hidden;
      &:before {
        margin-right: 4px;
      }
    }
    .twitter, .twitter:before {
      @include png-sprite(dark-twitter-small);
    }
    .facebook, .facebook:before {
      @include png-sprite(dark-facebook-small);
    }
    .youtube, .youtube:before {
      @include png-sprite(dark-youtube-small);
    }
    
  }
  .postid-187 & {
    margin-top: 0 !important; 
  }
}*/
/*

#response {
  padding: $base-spacing-unit/2;
  background: $l-gray;
  font-weight: bold;
  margin-bottom:  $base-spacing-unit/2;
  display: none;
  text-align: center;
  &.active {
    display: block;
  }
  &.error {
    color: $red;
  }
}
*/
@media screen and (min-width: 1160px) {
  /*.sidebar-block--stay-informed {
    .field {
      margin-bottom: 0;
    }
    .field.name {
      width: 49%;
      display: inline-block;
    }
  
    .form-row {
      margin-bottom: $base-spacing-unit * 0.5;
    }
    input[type=submit] {
      display: inline-block;
      vertical-align: top;
      width: 40%;
    }
    .social-links {
      margin-top: $base-spacing-unit;
      border: 0 dotted $d-gray;
      border-top-width: 1px;
  
      > li  {
        margin-left: 20px;
        margin-top: $base-spacing-unit/1.5;
      }
      .twitter, .facebook, .youtube {
        background-image: none;
      }
      a {
        display: inline;
        width: auto;
        height: auto;
        float: none;
        margin: 0;
        text-indent: 0;
        &:before {
          content: "";
          display: inline-block;
          width: 32px;
          height: 32px;
          position: relative;
          top: 5px;
  
        }
      }
    }
  }*/
  /* line 1156, ../afj-scss/molecules/block/_block.scss */
  .home .sidebar-block--stay-informed {
    padding: 0;
  }
  /* line 1159, ../afj-scss/molecules/block/_block.scss */
  .home .sidebar-block--stay-informed .social-links {
    overflow: hidden;
  }
  /* line 1161, ../afj-scss/molecules/block/_block.scss */
  .home .sidebar-block--stay-informed .social-links > li {
    margin-left: 0;
    width: 50%;
    float: left;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 12px;
  }
  /* line 1167, ../afj-scss/molecules/block/_block.scss */
  .home .sidebar-block--stay-informed .social-links > li:nth-child(2n+1) {
    clear: left;
  }
  /* line 1173, ../afj-scss/molecules/block/_block.scss */
  .home .sidebar-block--stay-informed .social-links a:before {
    width: 24px;
    height: 24px;
  }
}
/* line 1207, ../afj-scss/molecules/block/_block.scss */
.block--featured-action, .block--related-action {
  padding: 12px 21px 32px 32px;
  background: #cc002c;
  color: #ffffff;
}
/* line 1212, ../afj-scss/molecules/block/_block.scss */
.block--featured-action a, .block--related-action a {
  color: #ffffff;
}
/* line 1216, ../afj-scss/molecules/block/_block.scss */
.block--featured-action .block__title, .block--related-action .block__title {
  text-transform: uppercase;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 300;
  border-bottom: 1px dashed #ffffff;
}
/* line 1223, ../afj-scss/molecules/block/_block.scss */
.block--featured-action .call-to-action, .block--related-action .call-to-action {
  display: block;
  padding-bottom: 0.75rem;
  border-bottom: 1px dashed #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  -moz-hyphens: manual;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
/* line 1237, ../afj-scss/molecules/block/_block.scss */
.block--featured-action.block--featured-action-home .call-to-action, .block--featured-action-home.block--related-action .call-to-action {
  font-size: 21px;
  font-size: 1.3125rem;
}
/* line 1242, ../afj-scss/molecules/block/_block.scss */
.postid-187 .block--featured-action, .postid-187 .block--related-action {
  display: none;
}

/* line 1250, ../afj-scss/molecules/block/_block.scss */
.block--related-action .block__title {
  font-size: 24px;
  font-size: 1.5rem;
}
/* line 1254, ../afj-scss/molecules/block/_block.scss */
.block--related-action + .block--related-action {
  margin-top: 24px;
}

@media screen and (min-width: 58.7em) {
  /* line 1261, ../afj-scss/molecules/block/_block.scss */
  .block--featured-action, .block--related-action {
    border-radius: 10px;
  }
  /* line 1264, ../afj-scss/molecules/block/_block.scss */
  .block--featured-action .call-to-action, .block--related-action .call-to-action {
    position: relative;
    padding-bottom: 0;
    border-bottom: none;
  }
  /* line 1268, ../afj-scss/molecules/block/_block.scss */
  .block--featured-action .call-to-action:after, .block--related-action .call-to-action:after {
    content: "\3009";
    position: absolute;
    top: auto;
    bottom: -25%;
    left: 100%;
    font-size: 32px;
    font-size: 2rem;
    color: #1e1e1e;
    text-decoration: none;
    text-align: right;
  }
  /* line 1283, ../afj-scss/molecules/block/_block.scss */
  .block--featured-action.block--featured-action-home .call-to-action:after, .block--featured-action-home.block--related-action .call-to-action:after {
    top: 32px;
    top: 2rem;
    bottom: auto;
  }

  /* line 1293, ../afj-scss/molecules/block/_block.scss */
  .block--related-action .call-to-action:after {
    top: -50%;
  }
}
@media screen and (min-width: 58.7em) {
  padding: 0 30px;
}
/* line 1317, ../afj-scss/molecules/block/_block.scss */
.block--pre-job-post {
  font-style: italic;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0 0 18px;
  padding: 0 0 18px;
  border-bottom: 1px solid #e3e8ed;
}

/* line 1325, ../afj-scss/molecules/block/_block.scss */
.block--post-job-post {
  margin: 18px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid #e3e8ed;
}
/* line 1330, ../afj-scss/molecules/block/_block.scss */
.block--post-job-post .btn, .block--post-job-post .btn--search {
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 1343, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--member-spotlight .media__feature-image {
  text-align: center;
}
/* line 1345, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--member-spotlight .media__feature-image > img {
  box-shadow: none;
}
/* line 1350, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--member-spotlight .media__title {
  margin-bottom: 0;
}

/* line 1363, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--featured-item .article--teaser {
  text-align: left;
}
/* line 1366, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--featured-item .article--teaser .article__title, .sidebar-block--featured-item .article--teaser .article__content {
  margin-bottom: 12px;
}
/* line 1371, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--featured-item .article__title {
  font-size: 24px;
  font-size: 1.5rem;
}
/* line 1373, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--featured-item .article__title > a {
  color: #444444;
}

/* line 1381, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--solr-facets .sidebar-block__title {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  padding: 1em;
}
/* line 1387, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--solr-facets .sidebar-block__title.open {
  background: #2b2b2b;
  color: #ffffff;
}
@media screen and (min-width: 58.7em) {
  /* line 1379, ../afj-scss/molecules/block/_block.scss */
  .sidebar-block--solr-facets {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  /* line 1397, ../afj-scss/molecules/block/_block.scss */
  .sidebar-block--solr-facets .sidebar-block__title {
    text-transform: uppercase;
    font-size: 19px;
    font-size: 1.1875rem;
    text-align: center;
    font-weight: 300;
    font-family: "Rokkitt", serif;
    padding: 0;
  }
  /* line 1404, ../afj-scss/molecules/block/_block.scss */
  .sidebar-block--solr-facets .sidebar-block__title:after {
    content: "";
    display: block;
    height: 1px;
    width: 90%;
    background: #444444;
    margin: 0 auto;
  }
}

/* line 1423, ../afj-scss/molecules/block/_block.scss */
#header-search {
  display: none;
  background: #2b2b2b;
  border: 0 solid #c4cfd9;
  border-width: 1px;
}
/* line 1430, ../afj-scss/molecules/block/_block.scss */
#header-search #qrybox {
  border: 0;
  height: 40px;
}
/* line 1434, ../afj-scss/molecules/block/_block.scss */
#header-search.is-open {
  display: block;
  margin-top: -61px;
}

@media screen and (min-width: 58.7em) {
  /* line 1440, ../afj-scss/molecules/block/_block.scss */
  #header-search {
    display: inline-block;
    position: absolute;
    right: 200px;
    top: 65px;
    width: 23.046875%;
    padding: 0;
    background: transparent;
  }
  /* line 1448, ../afj-scss/molecules/block/_block.scss */
  #header-search:after {
    content: "";
    width: 1px;
    height: 40px;
    border: 0 solid #c4cfd9;
    border-left-width: 1px;
    display: block;
    position: absolute;
    right: -18px;
    top: 0;
  }
}
/* line 1464, ../afj-scss/molecules/block/_block.scss */
#content {
  margin-top: -30px;
}

@media screen and (min-width: 58.7em) {
  /* line 1469, ../afj-scss/molecules/block/_block.scss */
  #content {
    margin-top: 0;
  }
}
/*Arbitration Blocks*/
/* line 1478, ../afj-scss/molecules/block/_block.scss */
.arbitration-clauses {
  margin-top: 24px;
}

/* line 1481, ../afj-scss/molecules/block/_block.scss */
.arbitration--teaser {
  padding: 1.5em;
  border: 1px solid #cc002c;
  border-left-width: 8px;
}
/* line 1485, ../afj-scss/molecules/block/_block.scss */
.arbitration--teaser + .arbitration--teaser {
  margin-top: 1.5em;
}
/* line 1488, ../afj-scss/molecules/block/_block.scss */
.arbitration--teaser .teaser__title {
  font-weight: 600;
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  margin-top: 0;
}
/* line 1495, ../afj-scss/molecules/block/_block.scss */
.arbitration--teaser .teaser__image {
  max-width: 130px;
  border: 0;
}
/* line 1498, ../afj-scss/molecules/block/_block.scss */
.arbitration--teaser .teaser__image > img {
  max-width: 100%;
  height: auto !important;
  box-shadow: none;
  margin: 0 auto;
}
/* line 1506, ../afj-scss/molecules/block/_block.scss */
.arbitration--teaser .teaser__content > p {
  font-size: .875em;
  line-height: 1.4;
}
@media (min-width: 63em) {
  /* line 1513, ../afj-scss/molecules/block/_block.scss */
  .arbitration--teaser .teaser__image {
    float: left;
    margin-right: 1.5em;
  }
  /* line 1517, ../afj-scss/molecules/block/_block.scss */
  .arbitration--teaser .teaser__title, .arbitration--teaser .teaser__content {
    overflow: hidden;
  }
}

/* line 1528, ../afj-scss/molecules/block/_block.scss */
.block--arbitration .block__title, .block--arbitration .sidebar-block__title {
  display: none !important;
}

/* line 1534, ../afj-scss/molecules/block/_block.scss */
.block--arbitration.block {
  text-align: center;
  background: url('../images/company_background.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 2em;
  border: 1px solid #e3e8ed;
  margin: 0 auto;
  max-width: 300px;
  position: relative;
}

/* line 1551, ../afj-scss/molecules/block/_block.scss */
#arbitration-promo h4 {
  width: 70%;
  margin: 0 auto 40px;
  font-size: 28px;
  font-weight: 400;
  text-transform: capitalize;
  color: #ffffff;
  line-height: 1.3;
  text-align: center;
  background: #1e1e1e;
  padding: 15px;
  position: relative;
}
@media screen and (min-width: 58.7em) {
  /* line 1551, ../afj-scss/molecules/block/_block.scss */
  #arbitration-promo h4 {
    width: 80%;
  }
}

/* line 1571, ../afj-scss/molecules/block/_block.scss */
#arbitration-promo h4:after {
  position: absolute;
  top: 100%;
  left: 20%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #000000 transparent transparent transparent;
}

/* line 1584, ../afj-scss/molecules/block/_block.scss */
#arbitration-promo .btn--small {
  font-size: 20px;
  padding: 8px;
  max-width: 200px;
}
/* line 1588, ../afj-scss/molecules/block/_block.scss */
#arbitration-promo .btn--small:hover {
  text-decoration: none;
}

/* line 1598, ../afj-scss/molecules/block/_block.scss */
.block--promo .textwidget {
  font-size: 14px;
}

/*------------------------------------*\
    $MEDIA
\*------------------------------------*/
/**
 * Place any image- and text-like content side-by-side, as per:
 * stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 * E.g.:
 *
   <div class=media>
       <img src=http://placekitten.com/200/300 alt="" class=media__img>
       <p class=media__body>Lorem ipsum dolor sit amet, consectetur adipisicing elit,
       sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
   </div>
 *
 * Demo: jsfiddle.net/inuitcss/cf4Qs
 *
 */
/* line 18, ../afj-scss/molecules/media/_media.scss */
.media {
  display: block;
}

/* line 22, ../afj-scss/molecules/media/_media.scss */
.media__img {
  float: left;
  margin-right: 24px;
}

/**
 * Reversed image location (right instead of left).
 */
/* line 29, ../afj-scss/molecules/media/_media.scss */
.media__img--rev {
  float: right;
  margin-left: 24px;
}

/* line 34, ../afj-scss/molecules/media/_media.scss */
.media__img img,
.media__img--rev img {
  display: block;
}

/* line 39, ../afj-scss/molecules/media/_media.scss */
.media__body {
  overflow: hidden;
}

/* line 42, ../afj-scss/molecules/media/_media.scss */
.media__body,
.media__body > :last-child {
  margin-bottom: 0;
}

/**
 * `.img`s in `.islet`s need an appropriately sized margin.
 */
/* line 51, ../afj-scss/molecules/media/_media.scss */
.islet .media__img {
  margin-right: 12px;
}

/* line 54, ../afj-scss/molecules/media/_media.scss */
.islet .media__img--rev {
  margin-left: 12px;
}

/* line 2, ../afj-scss/molecules/_sidebar.scss */
.sidebar {
  margin-bottom: 24px;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 7, ../afj-scss/molecules/_sidebar.scss */
#footer-sidebar {
  font-size: 16px;
  font-size: 1rem;
}

/* line 11, ../afj-scss/molecules/_sidebar.scss */
#main-sidebar {
  margin-top: 24px;
}

@media only screen and (min-width: 58.7em) {
  /* line 16, ../afj-scss/molecules/_sidebar.scss */
  #main-sidebar {
    margin-top: 10px;
  }
}
/* line 1, ../afj-scss/molecules/_comments.scss */
.comment-info {
  margin: 1.5625rem 0;
}
/* line 3, ../afj-scss/molecules/_comments.scss */
.comment-info p {
  font-size: 0.875rem;
}
/* line 5, ../afj-scss/molecules/_comments.scss */
.comment-info p code {
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  white-space: pre-line;
  padding: .15625em .3125em;
  color: #4e4e4e;
  background-color: #f5f2f0;
}

/* line 3, ../afj-scss/molecules/_widgets.scss */
.afj_member_spotlight {
  padding: 0;
}

/* line 12, ../afj-scss/molecules/_widgets.scss */
.afj_stay_informed .field, .afj_stay_informed_ba .field {
  margin-bottom: 12px;
}
@media screen and (min-width: 1160px) {
  /* line 12, ../afj-scss/molecules/_widgets.scss */
  .afj_stay_informed .field, .afj_stay_informed_ba .field {
    margin-bottom: 0;
  }
}
/* line 18, ../afj-scss/molecules/_widgets.scss */
.afj_stay_informed .field.group, .afj_stay_informed_ba .field.group {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 1227px) {
  /* line 18, ../afj-scss/molecules/_widgets.scss */
  .afj_stay_informed .field.group, .afj_stay_informed_ba .field.group {
    width: 58%;
    display: inline-block;
  }
}
/* line 26, ../afj-scss/molecules/_widgets.scss */
.afj_stay_informed .field.group > label, .afj_stay_informed_ba .field.group > label {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  font-size: inherit;
  text-transform: none;
  margin-bottom: 6px;
}
/* line 36, ../afj-scss/molecules/_widgets.scss */
.afj_stay_informed input[type="submit"], .afj_stay_informed_ba input[type="submit"] {
  margin-top: 12px;
  display: block;
  width: 100%;
  max-width: 300px;
  max-width: 20rem;
  margin: 0 auto;
}
@media screen and (min-width: 1160px) {
  /* line 36, ../afj-scss/molecules/_widgets.scss */
  .afj_stay_informed input[type="submit"], .afj_stay_informed_ba input[type="submit"] {
    display: inline-block;
    vertical-align: top;
    width: 40%;
  }
}
/* line 50, ../afj-scss/molecules/_widgets.scss */
.afj_stay_informed .social-links, .afj_stay_informed_ba .social-links {
  margin: 0;
  padding: 0;
  margin-top: 12px;
}
@media screen and (min-width: 1160px) {
  /* line 50, ../afj-scss/molecules/_widgets.scss */
  .afj_stay_informed .social-links, .afj_stay_informed_ba .social-links {
    margin-top: 24px;
    border: 0 dotted #2b2b2b;
    border-top-width: 1px;
  }
  /* line 60, ../afj-scss/molecules/_widgets.scss */
  .afj_stay_informed .social-links > li, .afj_stay_informed_ba .social-links > li {
    margin-top: 16px;
  }
  /* line 64, ../afj-scss/molecules/_widgets.scss */
  .afj_stay_informed .social-links .twitter, .afj_stay_informed .social-links .facebook, .afj_stay_informed .social-links .youtube, .afj_stay_informed_ba .social-links .twitter, .afj_stay_informed_ba .social-links .facebook, .afj_stay_informed_ba .social-links .youtube {
    background-image: none;
  }
}
/* line 68, ../afj-scss/molecules/_widgets.scss */
.afj_stay_informed .social-links a, .afj_stay_informed_ba .social-links a {
  display: block;
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  overflow: hidden;
}
/* line 77, ../afj-scss/molecules/_widgets.scss */
.afj_stay_informed .social-links a:before, .afj_stay_informed_ba .social-links a:before {
  margin-right: 4px;
}
@media screen and (min-width: 1160px) {
  /* line 77, ../afj-scss/molecules/_widgets.scss */
  .afj_stay_informed .social-links a:before, .afj_stay_informed_ba .social-links a:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
    top: 12px;
  }
}
@media screen and (min-width: 1160px) {
  /* line 68, ../afj-scss/molecules/_widgets.scss */
  .afj_stay_informed .social-links a, .afj_stay_informed_ba .social-links a {
    display: inline;
    width: auto;
    height: auto;
    float: none;
    margin: 0;
    text-indent: 0;
  }
}
/* line 99, ../afj-scss/molecules/_widgets.scss */
.afj_stay_informed .social-links .twitter, .afj_stay_informed .social-links .twitter:before, .afj_stay_informed_ba .social-links .twitter, .afj_stay_informed_ba .social-links .twitter:before {
  background-position: 0 -343px;
}
/* line 102, ../afj-scss/molecules/_widgets.scss */
.afj_stay_informed .social-links .facebook, .afj_stay_informed .social-links .facebook:before, .afj_stay_informed_ba .social-links .facebook, .afj_stay_informed_ba .social-links .facebook:before {
  background-position: 0 -252px;
}
/* line 105, ../afj-scss/molecules/_widgets.scss */
.afj_stay_informed .social-links .youtube, .afj_stay_informed .social-links .youtube:before, .afj_stay_informed_ba .social-links .youtube, .afj_stay_informed_ba .social-links .youtube:before {
  background-position: 0 -428px;
}
/* line 110, ../afj-scss/molecules/_widgets.scss */
.postid-187 .afj_stay_informed, .postid-187 .afj_stay_informed_ba {
  margin-top: 0 !important;
}
@media screen and (min-width: 1160px) {
  /* line 115, ../afj-scss/molecules/_widgets.scss */
  .afj_stay_informed .field.name, .afj_stay_informed_ba .field.name {
    width: 49%;
    display: inline-block;
  }
  /* line 119, ../afj-scss/molecules/_widgets.scss */
  .afj_stay_informed .form-row, .afj_stay_informed_ba .form-row {
    margin-bottom: 12px;
  }
}

/* line 125, ../afj-scss/molecules/_widgets.scss */
.delta.f-serif, h4.f-serif, .f-serif.h4, .prose .simplePullQuote p.h4, .prose .simplePullQuote p.delta {
  line-height: 1;
  margin-bottom: 12px;
  display: block;
  text-align: center;
}

/* line 132, ../afj-scss/molecules/_widgets.scss */
#response {
  padding: 12px;
  background: #e3e8ed;
  font-weight: bold;
  margin-bottom: 12px;
  display: none;
  text-align: center;
}
/* line 139, ../afj-scss/molecules/_widgets.scss */
#response.active {
  display: block;
}
/* line 142, ../afj-scss/molecules/_widgets.scss */
#response.error {
  color: #cc002c;
}

/* line 149, ../afj-scss/molecules/_widgets.scss */
.afj_featured_action {
  padding: 0;
}

/* line 2, ../afj-scss/organisms/_footer.scss */
.footer {
  position: relative;
  padding: 24px 0 100px;
  background: #2b2b2b;
  margin-top: 77px;
}
/* line 8, ../afj-scss/organisms/_footer.scss */
.footer .sidebar-block__title, .footer p {
  text-align: center;
}
/* line 11, ../afj-scss/organisms/_footer.scss */
.footer .menu {
  margin: 0 0 24px;
  padding: 0;
}
/* line 14, ../afj-scss/organisms/_footer.scss */
.footer .menu > li {
  text-align: center;
}

/* line 32, ../afj-scss/organisms/_footer.scss */
.ima-promo {
  display: block;
  position: absolute;
  right: 3.5%;
}

@media screen and (min-width: 58.7em) {
  /* line 40, ../afj-scss/organisms/_footer.scss */
  .footer {
    min-height: 300px;
    background: #2b2b2b url("../images/logo-footer.png");
    background-repeat: no-repeat;
    background-position: 62% 100px;
  }
  /* line 46, ../afj-scss/organisms/_footer.scss */
  .footer .menu {
    padding-left: 24px;
    float: left;
  }
  /* line 49, ../afj-scss/organisms/_footer.scss */
  .footer .menu > li {
    width: 50%;
    float: left;
    line-height: 1.3;
    text-align: left;
  }
  /* line 56, ../afj-scss/organisms/_footer.scss */
  .footer .sidebar-block__title, .footer p {
    text-align: left;
  }
  /* line 60, ../afj-scss/organisms/_footer.scss */
  .footer #text-6 {
    margin-left: 6.25%;
  }
}
/* line 3, ../afj-scss/organisms/article/_article.scss */
.article__footer {
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 5, ../afj-scss/organisms/article/_article.scss */
.article__footer .date {
  font-weight: 700;
}
/* line 11, ../afj-scss/organisms/article/_article.scss */
.article__footer .tags {
  font-style: italic;
}

/* line 17, ../afj-scss/organisms/article/_article.scss */
.article__date {
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  top: 5px;
}

/* line 23, ../afj-scss/organisms/article/_article.scss */
.article__byline {
  padding-top: 6px;
  margin-bottom: 24px;
  line-height: 1.65;
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 28, ../afj-scss/organisms/article/_article.scss */
.article__byline .author_name {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 33, ../afj-scss/organisms/article/_article.scss */
.article__byline .author_title {
  font-weight: 600;
  display: block;
}
/* line 37, ../afj-scss/organisms/article/_article.scss */
.article__byline .author_company {
  opacity: .70;
}
/* line 39, ../afj-scss/organisms/article/_article.scss */
.article__byline .author_company > a {
  color: #333;
}
/* line 42, ../afj-scss/organisms/article/_article.scss */
.article__byline img {
  padding: 0;
  border: 0;
  margin-top: .25em;
  box-shadow: none;
}

/* line 50, ../afj-scss/organisms/article/_article.scss */
.disclaimer_blog {
  margin-top: 1.25em;
  padding-top: 1.25em;
  opacity: 0.75;
  font-style: italic;
  border-top: 1px solid rgba(30, 30, 30, 0.15);
}

/* line 59, ../afj-scss/organisms/article/_article.scss */
.article--teaser .article__header {
  position: relative;
}
/* line 62, ../afj-scss/organisms/article/_article.scss */
.article--teaser .featured {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  line-height: 1.5;
  background: #1e1e1e;
  padding: 0 1em;
  color: #ffffff;
  font-weight: 200;
  position: absolute;
  right: 0;
  top: -20px;
}
/* line 73, ../afj-scss/organisms/article/_article.scss */
.article--teaser .featured + .article__title {
  padding-right: 50px;
}
/* line 77, ../afj-scss/organisms/article/_article.scss */
.article--teaser .article__title {
  margin-bottom: 0;
}
/* line 82, ../afj-scss/organisms/article/_article.scss */
.article--teaser .media__body .featured {
  top: 0;
}
/* line 86, ../afj-scss/organisms/article/_article.scss */
.article--teaser .media__body .featured + .article__title {
  padding-top: 20px;
}
/* line 92, ../afj-scss/organisms/article/_article.scss */
.article--teaser .article__header--long-title .featured + .article__title {
  padding-right: 0;
}

/* line 98, ../afj-scss/organisms/article/_article.scss */
.article--teaser.article--media-left {
  position: relative;
  overflow: hidden;
}
/* line 102, ../afj-scss/organisms/article/_article.scss */
.article--teaser.article--media-left .article__feature-image {
  float: left;
  margin-right: 10px;
}

/* line 112, ../afj-scss/organisms/article/_article.scss */
.article-list__item + .article-list__item {
  border: 0 dotted #444444;
  border-top-width: 1px;
  padding-top: 24px;
}

/* line 123, ../afj-scss/organisms/article/_article.scss */
.page--archive-listing .article-list__item + .article-list__item, .page-template-page-blog-php .article-list__item + .article-list__item, .page-template-page-videos-php .article-list__item + .article-list__item {
  border: 0 dotted #444444;
  border-top-width: 1px;
  padding-top: 24px;
}

/* line 132, ../afj-scss/organisms/article/_article.scss */
.action-alert--featured.article-list__item {
  padding: 20px;
  background: #f3f5f7;
  border-radius: 3px;
  border: 0 solid #e3e8ed;
  border-width: 1px;
}
/* line 138, ../afj-scss/organisms/article/_article.scss */
.action-alert--featured.article-list__item .article__title {
  font-size: 28px;
  font-size: 1.75rem;
}
/* line 141, ../afj-scss/organisms/article/_article.scss */
.action-alert--featured.article-list__item + .article-list__item {
  border-top-width: 0;
}

/* line 147, ../afj-scss/organisms/article/_article.scss */
.article--action-alert.article-list__item + .article--action-alert.article-list__item {
  margin-top: 20px;
}

/* line 152, ../afj-scss/organisms/article/_article.scss */
.article--event + .article--event {
  margin-top: 16px;
}

/* line 157, ../afj-scss/organisms/article/_article.scss */
.article--inthenews .publication, .news_section.block-latest-posts .publication {
  font-weight: 700;
}
/* line 160, ../afj-scss/organisms/article/_article.scss */
.article--inthenews .publication:before, .news_section.block-latest-posts .publication:before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #1282a1;
  margin-right: 1px;
  vertical-align: middle;
}
/* line 170, ../afj-scss/organisms/article/_article.scss */
.article--inthenews .date, .news_section.block-latest-posts .date {
  font-weight: 400;
}

/* line 175, ../afj-scss/organisms/article/_article.scss */
.article--event {
  line-height: 1.2;
}
/* line 177, ../afj-scss/organisms/article/_article.scss */
.article--event .date {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

@media only screen and (min-width: 58.7em) {
  /* line 186, ../afj-scss/organisms/article/_article.scss */
  .article--teaser.article--media-left {
    position: relative;
    padding-left: 85px;
  }
  /* line 189, ../afj-scss/organisms/article/_article.scss */
  .article--teaser.article--media-left .article__feature-image {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 196, ../afj-scss/organisms/article/_article.scss */
  .article--teaser.article--media-left.member-org {
    padding-left: 110px;
  }
}
/* line 5, ../afj-scss/organisms/_page.scss */
.page__section {
  border: 0 solid #2b2b2b;
  border-top-width: 1px;
  padding-top: 24px;
}
/* line 531, ../afj-scss/generic/_mixins.scss */
.page__section:before, .page__section:after {
  content: '';
  display: table;
}
/* line 536, ../afj-scss/generic/_mixins.scss */
.page__section:after {
  clear: both;
}

/* line 13, ../afj-scss/organisms/_page.scss */
.page__header {
  margin-bottom: 31.2px;
}

/* line 17, ../afj-scss/organisms/_page.scss */
.page__subtitle {
  font-weight: normal;
}

/* line 21, ../afj-scss/organisms/_page.scss */
.sidebar {
  margin-top: 24px;
}

@media screen and (min-width: 58.7em) {
  /* line 26, ../afj-scss/organisms/_page.scss */
  .sidebar {
    margin-top: 0;
  }

  /* line 30, ../afj-scss/organisms/_page.scss */
  .header[role="banner"] {
    background-image: url("../images/header-background.gif");
    background-repeat: repeat-x;
    background-position: 0 130px;
  }
}
/* line 2, ../afj-scss/organisms/tabs/_tabs.scss */
.section .title {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  padding: 1em;
}
/* line 9, ../afj-scss/organisms/tabs/_tabs.scss */
.section .more {
  text-align: right;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 12, ../afj-scss/organisms/tabs/_tabs.scss */
.section .more > a {
  color: #1282a1;
}

/* line 18, ../afj-scss/organisms/tabs/_tabs.scss */
.section-container.auto > .section.active > .title {
  background-color: #1e1e1e;
  color: #ffffff;
}

/* line 24, ../afj-scss/organisms/tabs/_tabs.scss */
.block--tabs {
  border: 0 solid #e3e8ed;
  border-width: 1px;
  margin-top: 42px;
  clear: both;
  min-height: 350px;
}
/* line 31, ../afj-scss/organisms/tabs/_tabs.scss */
.block--tabs > .tab__headers {
  margin: 0;
  position: relative;
  top: -42px;
}
/* line 36, ../afj-scss/organisms/tabs/_tabs.scss */
.block--tabs > .tab__headers li {
  display: inline-block;
}
/* line 39, ../afj-scss/organisms/tabs/_tabs.scss */
.block--tabs > .tab__headers a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Rokkitt", serif;
  text-transform: uppercase;
  font-weight: 200;
  color: #444444;
  display: block;
  padding-left: 9px;
  padding-right: 9px;
  border: 0 solid #ffffff;
  border-bottom-color: #e3e8ed;
  border-width: 1px;
  background: white;
  height: 30px;
  line-height: 30px;
}
/* line 54, ../afj-scss/organisms/tabs/_tabs.scss */
.block--tabs > .tab__headers a.is-active {
  border-color: #e3e8ed;
  border-bottom-color: #ffffff;
}
/* line 61, ../afj-scss/organisms/tabs/_tabs.scss */
.block--tabs > .tabs {
  max-height: 500px;
  overflow: hidden;
  display: none;
}
/* line 66, ../afj-scss/organisms/tabs/_tabs.scss */
.block--tabs > .is-active.tabs {
  display: block;
}

/* line 75, ../afj-scss/organisms/tabs/_tabs.scss */
.section-container.auto > .section > .content {
  padding-top: 1.5em;
}

@media only screen and (min-width: 768px) {
  /* line 84, ../afj-scss/organisms/tabs/_tabs.scss */
  .section > .content[data-section-content] {
    padding-top: 1.5em !important;
  }
  /* line 86, ../afj-scss/organisms/tabs/_tabs.scss */
  .section > .content[data-section-content] > .article-list {
    margin-top: 24px;
  }

  /* line 92, ../afj-scss/organisms/tabs/_tabs.scss */
  .section .title {
    padding: .8em 1em;
  }

  /* line 100, ../afj-scss/organisms/tabs/_tabs.scss */
  .section-container.auto > .section.active > .title {
    background-color: white;
    color: #444444;
  }

  /* line 106, ../afj-scss/organisms/tabs/_tabs.scss */
  .section-container.auto > .section > .title {
    background: #b7b7b7;
    border-color: #919191;
    border-top-color: #ccc;
  }
  /* line 110, ../afj-scss/organisms/tabs/_tabs.scss */
  .section-container.auto > .section > .title:first-of-type {
    border-left-color: #ccc;
  }
  /* line 113, ../afj-scss/organisms/tabs/_tabs.scss */
  .section-container.auto > .section > .title:last-of-type {
    border-right-color: #ccc;
  }

  /* line 119, ../afj-scss/organisms/tabs/_tabs.scss */
  #homepage-latest .content {
    background: #f4f4f4;
    padding-bottom: 84px;
  }
  /* line 124, ../afj-scss/organisms/tabs/_tabs.scss */
  #homepage-latest > .section > .title {
    font-size: 15px;
    font-size: 0.9375rem;
    background: #2b2b2b;
    color: #d6d6d6;
    border-color: #58595b;
  }
  /* line 132, ../afj-scss/organisms/tabs/_tabs.scss */
  #homepage-latest > .section.active > .title {
    background: #f4f4f4;
    font-weight: 400;
    color: #1e1e1e;
    border-color: #CCC;
  }
}
/* Accordion Styling*/
/* line 154, ../afj-scss/organisms/tabs/_tabs.scss */
.accordion {
  margin: 1rem 0;
}

/* line 159, ../afj-scss/organisms/tabs/_tabs.scss */
.accordion > .accordion__header {
  padding: .55rem 0;
  margin: 0;
  cursor: pointer;
  font-size: 1.25rem;
}
/* line 164, ../afj-scss/organisms/tabs/_tabs.scss */
.accordion > .accordion__header:first-child {
  padding-top: 0;
}

/* line 170, ../afj-scss/organisms/tabs/_tabs.scss */
.accordion > .accordion__header:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #1282a1;
  transition: transform 0.25s cubic-bezier(0.6, 0.34, 0.21, 0.84);
}

/* line 184, ../afj-scss/organisms/tabs/_tabs.scss */
.accordion__header:hover:before {
  opacity: 0.75;
  -Webkit-transform: none;
  transform: none;
}

/* line 192, ../afj-scss/organisms/tabs/_tabs.scss */
.accordion__header.is-active {
  opacity: .95;
}
/* line 194, ../afj-scss/organisms/tabs/_tabs.scss */
.accordion__header.is-active:before {
  transform: rotate(90deg);
}

/* line 200, ../afj-scss/organisms/tabs/_tabs.scss */
.accordion__header.is-active:hover:before {
  transform: rotate(90deg);
}

/* line 206, ../afj-scss/organisms/tabs/_tabs.scss */
.accordion__panel-content p:first-child {
  margin-top: 0;
}

/* line 210, ../afj-scss/organisms/tabs/_tabs.scss */
.accordion__panel-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  max-height: 0;
  overflow: hidden;
  padding: 0 0 .25rem 1.5rem;
  -webkit-transition: max-height .25s  ease-in;
}

/* line 220, ../afj-scss/organisms/tabs/_tabs.scss */
.is-active + .accordion__panel-content {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}

/* line 1, ../afj-scss/organisms/tabs/_collapsible.scss */
.collapsible-content {
  display: none;
}

/* line 5, ../afj-scss/organisms/tabs/_collapsible.scss */
.collapsible-heading.open + .collapsible-content {
  display: block;
}

/* line 9, ../afj-scss/organisms/tabs/_collapsible.scss */
.collapsible-heading {
  cursor: pointer;
}

/* line 13, ../afj-scss/organisms/tabs/_collapsible.scss */
.collapsible-heading .toggle {
  display: inline-block;
  padding-left: 10px;
  cursor: pointer;
  font-size: 1.5em;
}

/* line 20, ../afj-scss/organisms/tabs/_collapsible.scss */
.collapsible-content.collapsible-small {
  display: none;
}

/* line 24, ../afj-scss/organisms/tabs/_collapsible.scss */
.collapsible-heading.collapsible-small .toggle {
  display: inline-block;
}

@media only screen and (min-width: 58.7em) {
  /* line 33, ../afj-scss/organisms/tabs/_collapsible.scss */
  .collapsible-content.collapsible-small {
    display: block;
  }

  /* line 37, ../afj-scss/organisms/tabs/_collapsible.scss */
  .collapsible-heading.collapsible-small {
    cursor: default;
  }

  /* line 41, ../afj-scss/organisms/tabs/_collapsible.scss */
  .collapsible-heading.collapsible-small .toggle {
    display: none;
  }
}
/* line 1, ../afj-scss/organisms/bio/_bio.scss */
.bio__name {
  display: block;
  font-weight: bold;
}

/* line 6, ../afj-scss/organisms/bio/_bio.scss */
.bio--featured {
  font-size: 18px;
  font-size: 1.125rem;
  border: 0 dotted #444444;
  border-bottom-width: 1px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

/* line 4, ../afj-scss/organisms/_solr.scss */
.sidebar-block--solr-facets .abbreviated-list-toggle {
  width: auto;
  color: #ffffff;
  margin-left: 0.5em;
}
/* line 10, ../afj-scss/organisms/_solr.scss */
.sidebar-block--solr-facets .label {
  line-height: 1.2;
  margin-bottom: 0;
}

/* line 16, ../afj-scss/organisms/_solr.scss */
.solr_results_header {
  text-align: right;
}

/* line 20, ../afj-scss/organisms/_solr.scss */
.solr_sort {
  float: right;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 25, ../afj-scss/organisms/_solr.scss */
.solr_sort2 {
  background: #ffffff;
  text-decoration: none;
  border: 1px solid #e3e8ed;
  padding: 2px 0 1px;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 32, ../afj-scss/organisms/_solr.scss */
.solr_sort2 li {
  display: block;
  /* FF3 */
  padding: 2px 2px 2px 4px;
}

/* line 36, ../afj-scss/organisms/_solr.scss */
.solr_sort2 li:hover {
  background: #1282a1;
}
/* line 38, ../afj-scss/organisms/_solr.scss */
.solr_sort2 li:hover > a {
  color: #ffffff;
}

/* line 42, ../afj-scss/organisms/_solr.scss */
.solr_sort2 a {
  text-decoration: none;
}

/* line 45, ../afj-scss/organisms/_solr.scss */
.solr_sort_drop span {
  border-top: 4px solid #999999;
  border-right: 4px solid #ffffff;
  border-left: 5px solid #ffffff;
  font-size: 0;
  line-height: 0;
  width: 0;
  margin: 0 0 0 2px;
  position: relative;
  bottom: 1px;
}

/* Rectangle 1: */
/* line 14, ../afj-scss/organisms/_hero-feature.scss */
.feature-item-hero__img-lg, .feature-item-hero__img {
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 20, ../afj-scss/organisms/_hero-feature.scss */
.main-feature-items {
  margin-bottom: 36px;
}

/* line 24, ../afj-scss/organisms/_hero-feature.scss */
.item__cat {
  display: block;
  padding: .25em .5em;
  background: #1282a1;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 10px;
  font-size: 0.625rem;
  z-index: 3;
}

/* line 38, ../afj-scss/organisms/_hero-feature.scss */
.feature-item--sub {
  width: 100%;
}
@media (max-width: 58em) {
  /* line 38, ../afj-scss/organisms/_hero-feature.scss */
  .feature-item--sub {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 58.7em) {
  /* line 38, ../afj-scss/organisms/_hero-feature.scss */
  .feature-item--sub {
    width: 25%;
    padding-left: .5em;
    padding-right: 0;
  }
}

/* line 61, ../afj-scss/organisms/_hero-feature.scss */
.feature-item_content {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  min-height: 25%;
  max-height: 65%;
  width: 100%;
  padding: 1.25em;
  font-size: 14px;
  font-size: 0.875rem;
  text-shadow: 1px 2px 2px rgba(30, 30, 30, 0.6);
  color: #ffffff;
}
/* line 77, ../afj-scss/organisms/_hero-feature.scss */
.feature-item_content .h3 {
  color: #ffffff;
}

/* line 83, ../afj-scss/organisms/_hero-feature.scss */
.feature-item--hero {
  position: relative;
  height: auto;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}
/* line 89, ../afj-scss/organisms/_hero-feature.scss */
.feature-item--hero .rotator__link {
  display: block;
  font-weight: 600;
}
/* line 93, ../afj-scss/organisms/_hero-feature.scss */
.feature-item--hero .rotator__title {
  margin-bottom: .5rem;
  font-weight: 400;
  letter-spacing: .04em;
}
@media (min-width: 768px) {
  /* line 93, ../afj-scss/organisms/_hero-feature.scss */
  .feature-item--hero .rotator__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (max-width: 600px) {
  /* line 83, ../afj-scss/organisms/_hero-feature.scss */
  .feature-item--hero {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 105, ../afj-scss/organisms/_hero-feature.scss */
.feature-item--hero .feature-item_content {
  position: static;
  background-color: #1e1e1e;
  background-image: none;
}
@media (min-width: 58.7em) {
  /* line 83, ../afj-scss/organisms/_hero-feature.scss */
  .feature-item--hero {
    height: 388px;
    margin-bottom: 0;
  }
  /* line 113, ../afj-scss/organisms/_hero-feature.scss */
  .feature-item--hero .feature-item_content {
    position: absolute;
    background-color: rgba(30, 30, 30, 0.95);
  }
}

/* line 121, ../afj-scss/organisms/_hero-feature.scss */
.feature-item-hero__img {
  height: 126px;
  width: 100%;
}

/* line 127, ../afj-scss/organisms/_hero-feature.scss */
.feature-item-hero__img-lg {
  height: 170px;
  width: 100%;
}
@media (min-width: 600px) {
  /* line 127, ../afj-scss/organisms/_hero-feature.scss */
  .feature-item-hero__img-lg {
    height: 250px;
  }
}
@media (min-width: 58.7em) {
  /* line 127, ../afj-scss/organisms/_hero-feature.scss */
  .feature-item-hero__img-lg {
    height: 388px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* line 144, ../afj-scss/organisms/_hero-feature.scss */
.feature-item--small {
  overflow: hidden;
  position: relative;
  height: 126px;
  margin-bottom: 5px;
}
/* line 149, ../afj-scss/organisms/_hero-feature.scss */
.feature-item--small .feature-item__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1e1e1e;
  opacity: 0;
  top: 0;
  left: 0;
}
/* line 158, ../afj-scss/organisms/_hero-feature.scss */
.feature-item--small .feature-item_content {
  height: 100%;
  width: 100%;
  display: table;
  background-image: -o-linear-gradient(-89deg, rgba(0, 0, 0, 0.1) 1%, rgba(0, 0, 0, 0.8) 100%);
  background-image: -moz-linear-gradient(-89deg, rgba(0, 0, 0, 0.1) 1%, rgba(0, 0, 0, 0.8) 100%);
  background-image: -ms-linear-gradient(-89deg, rgba(0, 0, 0, 0.1) 1%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(-179deg, rgba(0, 0, 0, 0.1) 1%, rgba(0, 0, 0, 0.8) 100%);
}
/* line 165, ../afj-scss/organisms/_hero-feature.scss */
.feature-item--small:hover .feature-item__overlay {
  opacity: .7;
}
/* line 170, ../afj-scss/organisms/_hero-feature.scss */
.feature-item--small h3 {
  display: table-cell;
  vertical-align: bottom;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
/* line 179, ../afj-scss/organisms/_hero-feature.scss */
.feature-item--small h3 a {
  color: #ffffff;
}
/* line 181, ../afj-scss/organisms/_hero-feature.scss */
.feature-item--small h3 a:hover {
  text-decoration: none;
}
/* line 187, ../afj-scss/organisms/_hero-feature.scss */
.feature-item--small .feature-item_content {
  max-height: none;
  min-height: 75%;
  text-shadow: 1px 2px 2px #1e1e1e;
  padding-bottom: .75em;
}

@media (min-width: 600px) {
  /* line 196, ../afj-scss/organisms/_hero-feature.scss */
  .feature-item--small {
    width: 33.33333%;
    float: left;
    border-right: 1px solid #ffffff;
  }
}
@media (min-width: 58.7em) {
  /* line 196, ../afj-scss/organisms/_hero-feature.scss */
  .feature-item--small {
    width: 100%;
    float: none;
    border-right: 0;
  }
}

/* line 212, ../afj-scss/organisms/_hero-feature.scss */
.main-feature-items {
  position: relative;
}
@media (min-width: 58.7em) {
  /* line 212, ../afj-scss/organisms/_hero-feature.scss */
  .main-feature-items {
    height: 388px;
  }
}

@media (min-width: 58.7em) {
  /* line 222, ../afj-scss/organisms/_hero-feature.scss */
  .show-mobile {
    display: none;
  }
}

@media (max-width: 58.7em) {
  /* line 228, ../afj-scss/organisms/_hero-feature.scss */
  .hide-tablet {
    display: none;
  }
}
