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

/* line 10, ../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 25, ../afj-scss/vendor/_foundation.scss */
.text-center {
  text-align: center !important;
}

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

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

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

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

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

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

/* Grid HTML Classes */
/* line 49, ../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 57, ../afj-scss/vendor/_foundation.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

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

/* line 63, ../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 68, ../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 76, ../afj-scss/vendor/_foundation.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

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

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

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

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

/* line 93, ../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 102, ../afj-scss/vendor/_foundation.scss */
  .column,
  .columns,
  #footer-sidebar .sidebar-block {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 207, ../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 214, ../afj-scss/vendor/_foundation.scss */
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 421, ../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 428, ../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 434, ../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 442, ../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 451, ../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 465, ../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 492, ../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 506, ../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 532, ../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 558, ../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 586, ../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 612, ../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 626, ../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 652, ../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 659, ../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 669, ../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 681, ../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 694, ../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 704, ../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 716, ../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 726, ../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 736, ../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 746, ../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 756, ../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 766, ../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 776, ../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 779, ../afj-scss/vendor/_foundation.scss */
[data-section='tabs'], .section-container.tabs {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}

/* line 784, ../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 786, ../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 788, ../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 792, ../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 794, ../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 796, ../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 798, ../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 804, ../afj-scss/vendor/_foundation.scss */
.section-container.tabs {
  border: none;
}

/* line 806, ../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 810, ../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 815, ../afj-scss/vendor/_foundation.scss */
.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
  background-color: #e2e2e2;
}

/* line 817, ../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 821, ../afj-scss/vendor/_foundation.scss */
.section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
  margin-bottom: 0;
}

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

/* line 825, ../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 827, ../afj-scss/vendor/_foundation.scss */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  background: white;
}

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

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

/* line 833, ../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 837, ../afj-scss/vendor/_foundation.scss */
  [data-section=''], [data-section='auto'], .section-container.auto {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }

  /* line 842, ../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 844, ../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 846, ../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 850, ../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 852, ../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 854, ../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 856, ../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 862, ../afj-scss/vendor/_foundation.scss */
  .section-container.auto {
    border: none;
  }

  /* line 864, ../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 868, ../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 873, ../afj-scss/vendor/_foundation.scss */
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
    background-color: #e2e2e2;
  }

  /* line 875, ../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 879, ../afj-scss/vendor/_foundation.scss */
  .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
    margin-bottom: 0;
  }

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

  /* line 883, ../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 885, ../afj-scss/vendor/_foundation.scss */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    background: white;
  }

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

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

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

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

  /* line 899, ../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 901, ../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 903, ../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 906, ../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 908, ../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 910, ../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 914, ../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 916, ../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 918, ../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 920, ../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 925, ../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 927, ../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 930, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-tabs {
    border: none;
  }

  /* line 932, ../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 936, ../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 941, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
    background-color: #e2e2e2;
  }

  /* line 943, ../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 947, ../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 949, ../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 951, ../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 953, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background: #d5d5d5;
  }

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

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

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

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

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

  /* line 969, ../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 971, ../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 973, ../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 976, ../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 978, ../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 981, ../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 983, ../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 987, ../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 989, ../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 991, ../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 993, ../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 996, ../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 998, ../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 1005, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-nav {
    border: none;
  }

  /* line 1007, ../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 1011, ../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 1016, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }

  /* line 1018, ../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 1022, ../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 1024, ../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 1026, ../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 1028, ../afj-scss/vendor/_foundation.scss */
  .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
    background: #d5d5d5;
  }

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

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

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

  /* line 1040, ../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 1042, ../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 1044, ../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 1047, ../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 1049, ../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 1052, ../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 1054, ../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 1058, ../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 1060, ../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 1062, ../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 1064, ../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 1067, ../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 1069, ../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 1077, ../afj-scss/vendor/_foundation.scss */
  .section-container.horizontal-nav {
    background: #efefef;
    border: 1px solid #cccccc;
  }

  /* line 1080, ../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 1084, ../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 1089, ../afj-scss/vendor/_foundation.scss */
  .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }

  /* line 1091, ../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 1095, ../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 1097, ../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 1099, ../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 1101, ../afj-scss/vendor/_foundation.scss */
  .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
    background: #d5d5d5;
  }

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

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

/* line 1112, ../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 1114, ../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 1117, ../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 1119, ../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 1121, ../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 1123, ../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 1127, ../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 1129, ../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 1131, ../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 1133, ../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 1135, ../afj-scss/vendor/_foundation.scss */
.no-js .section-container {
  border-top: 1px solid #cccccc;
}

/* line 1137, ../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 1141, ../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 1146, ../afj-scss/vendor/_foundation.scss */
.no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
  background-color: #e2e2e2;
}

/* line 1148, ../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 1152, ../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 1154, ../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 1156, ../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 1158, ../afj-scss/vendor/_foundation.scss */
.no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
  background: #d5d5d5;
}

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

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

/* line 1164, ../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 1168, ../afj-scss/vendor/_foundation.scss */
.contain-to-grid {
  width: 100%;
  background: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1223, ../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 1233, ../afj-scss/vendor/_foundation.scss */
.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}

/* line 1238, ../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 1245, ../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 1253, ../afj-scss/vendor/_foundation.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}

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

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

/* line 1260, ../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 1264, ../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 1271, ../afj-scss/vendor/_foundation.scss */
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #222222;
  font-size: 16;
  margin: 0;
}

/* line 1279, ../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 1285, ../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 1294, ../afj-scss/vendor/_foundation.scss */
.top-bar-section ul li > a.button {
  background: #2ba6cb;
  font-size: 0.8125em;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 1321, ../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 1334, ../afj-scss/vendor/_foundation.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}

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

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

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

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

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

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

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

/* line 1358, ../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 1366, ../afj-scss/vendor/_foundation.scss */
.top-bar-js-breakpoint {
  width: 58.75em !important;
  visibility: hidden;
}

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

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

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

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

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

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

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

  /* line 1390, ../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 1397, ../afj-scss/vendor/_foundation.scss */
  .top-bar.expanded {
    background: #111111;
  }

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

  /* line 1405, ../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 1410, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }

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

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

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

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

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

  /* line 1426, ../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 1436, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }

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

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

  /* line 1442, ../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 1447, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }

  /* line 1452, ../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 1458, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #1e1e1e;
  }

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

  /* line 1464, ../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 1472, ../afj-scss/vendor/_foundation.scss */
  .top-bar-section .has-form {
    background: #111111;
    padding: 0 15px;
    height: 45px;
  }

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

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

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

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

  /* line 1488, ../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: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #ffffff), color-stop(100%, #e6ebef));
  background-image: -webkit-radial-gradient(#ffffff, #e6ebef);
  background-image: -moz-radial-gradient(#ffffff, #e6ebef);
  background-image: -o-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 266, 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-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, .social-link.google, .social-link.google:hover, .social-link.facebook, .social-link.facebook:hover, .social-link.twitter, .social-link.twitter:hover, .search-icon, .search-mobile-icon, .event-workshops-and-training .event__icon, .event-film-screenings-and-events .event__icon, .event-afj-events .event__icon, .sidebar-block--stay-informed .social-links .twitter, .sidebar-block--stay-informed .social-links .twitter:before, .sidebar-block--stay-informed .social-links .facebook, .sidebar-block--stay-informed .social-links .facebook:before, .sidebar-block--stay-informed .social-links .youtube, .sidebar-block--stay-informed .social-links .youtube:before {
  background: url('/o/6539/images/17110/png-sef07c354ce.png') no-repeat;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-audio-icon {
  background-position: 0 -1596px;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-blog-icon {
  background-position: 0 -1943px;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-bolder {
  background-position: 0 -579px;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-dark-facebook-small {
  background-position: 0 -1899px;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-dark-facebook {
  background-position: 0 -1336px;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-dark-twitter-small {
  background-position: 0 -1764px;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-dark-twitter {
  background-position: 0 -1131px;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-dark-youtube-small {
  background-position: 0 -1552px;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-dark-youtube {
  background-position: 0 -955px;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-facebook {
  background-position: 0 -1228px;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-film-icon {
  background-position: 0 -2111px;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-film-strip {
  background-position: 0 -1501px;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-fmf {
  background-position: 0 -1804px;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-gavel {
  background-position: 0 -1435px;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-google {
  background-position: 0 -851px;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-judicial {
  background-position: 0 -767px;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-justice {
  background-position: 0 -495px;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-magnifying-glass {
  background-position: 0 -1863px;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-nav-tri-down {
  background-position: 0 -1383px;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-report-icon {
  background-position: 0 -2027px;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-scotus {
  background-position: 0 -1047px;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-search-mobile {
  background-position: 0 -1002px;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-speech-bubble {
  background-position: 0 -1280px;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-tom-final {
  background-position: 0 0;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-twitter {
  background-position: 0 -903px;
}

/* line 60, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.png-video {
  background-position: 0 -1680px;
}

/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../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 32, ../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 95, ../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 126, ../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 164, ../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 198, ../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 278, ../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 290, ../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 302, ../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 317, ../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 327, ../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 337, ../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 361, ../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 370, ../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 5, ../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 19, ../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 60, ../afj-scss/generic/_reset.scss */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer;
}

/* line 66, ../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, .block--rotator:after, .media:after {
  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 24, ../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: 23.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 21, ../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 51, ../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 60, ../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 197, ../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 507, ../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 514, ../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 520, ../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%;
  }
}
/*------------------------------------*\
    $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;
}

/*------------------------------------*\
    $PARAGRAPHS
\*------------------------------------*/
/**
 * The `.lede` class is used to make the introductory text (usually a paragraph)
 * of a document slightly larger.
 */
/* line 11, ../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 17, ../afj-scss/atoms/text/_paragraphs.scss */
p {
  margin: 0;
}
/* line 19, ../afj-scss/atoms/text/_paragraphs.scss */
p + p {
  margin-top: 24px;
}

/* line 25, ../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 28, ../afj-scss/atoms/text/_paragraphs.scss */
blockquote p {
  padding-left: 24px;
  font-style: italic;
}

/* line 36, ../afj-scss/atoms/text/_paragraphs.scss */
.footer {
  color: white;
}
/* line 38, ../afj-scss/atoms/text/_paragraphs.scss */
.footer p {
  color: #e3e8ed;
}

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

/* line 46, ../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: "\2018" "\2019" "\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 109, ../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 120, ../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 132, ../afj-scss/atoms/text/_quotes.scss */
.prose .simplePullQuote p {
  font-size: 29px;
  font-size: 1.8125rem;
}

@media screen and (min-width: 58.7em) {
  /* line 140, ../afj-scss/atoms/text/_quotes.scss */
  .prose .simplePullQuote {
    width: 30%;
    float: right;
    margin: 12px;
    padding: 24px 12px;
    font-weight: 700;
  }
  /* line 147, ../afj-scss/atoms/text/_quotes.scss */
  .prose .simplePullQuote p {
    font-size: 32px;
    font-size: 2rem;
  }
}
/*------------------------------------*\
    $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;
}

@media only screen and (min-width: 58.7em) {
  /* line 55, ../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 9, ../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, .sidebar-block--stay-informed .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, .sidebar-block--stay-informed .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 {
  margin-top: 12px;
}
/* line 79, ../afj-scss/atoms/lists/_lists.scss */
.prose ul > li {
  position: relative;
}
/* line 81, ../afj-scss/atoms/lists/_lists.scss */
.prose 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 {
  margin-top: 12px;
}

/*------------------------------------*\
    $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 76, ../afj-scss/atoms/buttons/_beautons.scss */
.btn, .btn--search, .btn:hover, .btn--search:hover {
  text-decoration: none;
  /* [9] */
}
/* line 81, ../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 200, ../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: white;
  color: #cc002c !important;
  text-transform: uppercase;
}

/* line 245, ../afj-scss/atoms/buttons/_beautons.scss */
.btn--large {
  font-size: 23px;
  font-size: 1.4375rem;
  color: white;
  background: #cc002c;
  border-radius: 3px;
}

/* line 253, ../afj-scss/atoms/buttons/_beautons.scss */
.btn--small {
  color: white !important;
  background: #cc002c;
  border-radius: 3px;
}

/* line 260, ../afj-scss/atoms/buttons/_beautons.scss */
#donate-btn-small {
  display: block;
  margin-bottom: 24px;
  font-size: 23px;
  font-size: 1.4375rem;
  text-align: center;
}

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

/* line 276, ../afj-scss/atoms/buttons/_beautons.scss */
.btn--search-toggle {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 45px;
  width: 45px;
  z-index: 5;
}
@media all and (min-width: 58.7em) {
  /* line 276, ../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: 1.0em;
  padding-right: 0.25em;
  padding-left: 0.25em;
  /* =1.50em */
  text-align: center;
  background-color: #cccccc;
  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: white;
  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('/o/6539/images/17110/blog-icon_1378416646.png');
}

/* 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('/o/6539/images/17110/video_1377780564.png');
}

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

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

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

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

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

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

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

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

/* line 76, ../afj-scss/atoms/images/_icons.scss */
.social-link {
  margin: 0 8px;
}
/* line 79, ../afj-scss/atoms/images/_icons.scss */
.social-link.google {
  background-position: 0 -851px;
}
/* line 81, ../afj-scss/atoms/images/_icons.scss */
.social-link.google:hover {
  background-position: 0 -663px;
}
/* line 86, ../afj-scss/atoms/images/_icons.scss */
.social-link.facebook {
  background-position: 0 -1228px;
}
/* line 88, ../afj-scss/atoms/images/_icons.scss */
.social-link.facebook:hover {
  background-position: 0 -1176px;
}
/* line 93, ../afj-scss/atoms/images/_icons.scss */
.social-link.twitter {
  background-position: 0 -903px;
}
/* line 95, ../afj-scss/atoms/images/_icons.scss */
.social-link.twitter:hover {
  background-position: 0 -715px;
}

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

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

/*------------------------------------*\
    $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 19, ../afj-scss/atoms/images/_images.scss */
img[width],
img[height] {
  max-width: none;
}

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

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

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

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

  /* line 56, ../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 70, ../afj-scss/atoms/images/_images.scss */
.img--short {
  height: 120px;
}

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

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

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

/* UI */
/* line 91, ../afj-scss/atoms/images/_images.scss */
.prose img, .block img, .article__content img {
  box-shadow: 0 0 0 5px white, 0 0 0 6px #a5b5c5;
}

/* 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 16, ../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%;
}

/*------------------------------------*\
    $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 62, ../afj-scss/atoms/table/_tables.scss */
th,
td {
  padding: 6px;
  text-align: left;
}
@media screen and (min-width: 480px) {
  /* line 62, ../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 129, ../afj-scss/atoms/table/_tables.scss */
.table--bordered th,
.table--bordered td {
  border: 1px solid #cccccc;
}
/* 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;
}

/*------------------------------------*\
    $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 21, ../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;
}

/* line 34, ../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: white;
  font-family: "Open Sans", sans-serif;
}

/* line 47, ../afj-scss/atoms/forms/_forms.scss */
.search-form input[type="text"] {
  background: white;
}
/* line 51, ../afj-scss/atoms/forms/_forms.scss */
.search-form .form-row {
  display: table;
  width: 100%;
}
/* line 56, ../afj-scss/atoms/forms/_forms.scss */
.search-form .search-form__input {
  display: table-cell;
  width: 75%;
  padding: 8px 2px;
  border-radius: 0;
}
/* line 63, ../afj-scss/atoms/forms/_forms.scss */
.search-form .btn--search {
  display: table-cell;
  width: 25%;
}

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

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

/* line 91, ../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 98, ../afj-scss/atoms/forms/_forms.scss */
form label {
  display: block;
}

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

/* 
Place Holder Text */
/* line 114, ../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 122, ../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 130, ../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 138, ../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 148, ../afj-scss/atoms/forms/_forms.scss */
fieldset {
  padding: 24px;
}

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

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

/* line 170, ../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 194, ../afj-scss/atoms/forms/_forms.scss */
.form-fields {
  list-style: none;
  margin: 0;
}

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

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

/*
 * Labels in check-lists
 */
/* line 215, ../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 235, ../afj-scss/atoms/forms/_forms.scss */
.spoken-form label {
  display: inline-block;
  font: inherit;
}

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

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

/**
 * 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 5px;
  position: relative;
  z-index: 4;
}
/* line 32, ../afj-scss/molecules/navigation/_nav.scss */
#logo > a {
  display: block;
}

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

/* line 41, ../afj-scss/molecules/navigation/_nav.scss */
.header-section {
  position: relative;
}

/* line 45, ../afj-scss/molecules/navigation/_nav.scss */
#donate-btn {
  display: none;
  position: absolute;
  right: 5px;
}

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

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

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

/* line 76, ../afj-scss/molecules/navigation/_nav.scss */
.top-bar {
  top: -41px;
  background: transparent;
  margin-bottom: 0;
}
/* line 80, ../afj-scss/molecules/navigation/_nav.scss */
.top-bar.expanded .title-area {
  background: transparent;
}
/* line 83, ../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 91, ../afj-scss/molecules/navigation/_nav.scss */
.top-bar .toggle-topbar.menu-icon > a {
  padding-left: 20px;
  width: 54px;
}
/* line 95, ../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;
}

@media only screen and (min-width: 58.7em) {
  /* line 107, ../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(/o/6539/images/17110/nav-triangle.png);
    cursor: pointer;
  }
  /* line 119, ../afj-scss/molecules/navigation/_nav.scss */
  .activate-dropdown:hover {
    background: url(/o/6539/images/17110/nav-triangle-hover.png);
  }
  /* line 122, ../afj-scss/molecules/navigation/_nav.scss */
  .sub-menu .activate-dropdown {
    background: url(/o/6539/images/17110/navsub-triangle.png);
    top: 1px;
  }
  /* line 125, ../afj-scss/molecules/navigation/_nav.scss */
  .sub-menu .activate-dropdown:hover {
    background: url(/o/6539/images/17110/navsub-triangle-hover.png);
  }

  /* line 132, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    display: none;
  }
}
/* line 141, ../afj-scss/molecules/navigation/_nav.scss */
.top-bar-section .has-dropdown > a {
  padding-right: 40px !important;
}
/* line 144, ../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 151, ../afj-scss/molecules/navigation/_nav.scss */
.top-bar-section .has-dropdown label {
  color: #1282a1;
  cursor: default;
}

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

/* line 166, ../afj-scss/molecules/navigation/_nav.scss */
#menu-menu-ourwork > li.menu-item:nth-child(2) a {
  border: 0 solid white;
  border-bottom-width: 2px;
  line-height: 1.5;
}

/* line 175, ../afj-scss/molecules/navigation/_nav.scss */
#menu-menu-about > li.menu-item:nth-child(1) a {
  border: 0 solid white;
  border-bottom-width: 2px;
  line-height: 1.5;
}

/* line 182, ../afj-scss/molecules/navigation/_nav.scss */
.sidebar-block--sub-nav, .sidebar-block--solr-facets {
  background: #f3f5f7;
  overflow: hidden;
}
/* line 185, ../afj-scss/molecules/navigation/_nav.scss */
.sidebar-block--sub-nav ul, .sidebar-block--solr-facets ul {
  margin: 0;
}
/* line 188, ../afj-scss/molecules/navigation/_nav.scss */
.sidebar-block--sub-nav li > ul, .sidebar-block--solr-facets li > ul {
  margin-top: 5px;
  margin-left: .5em;
}
/* line 192, ../afj-scss/molecules/navigation/_nav.scss */
.sidebar-block--sub-nav > li:last-child, .sidebar-block--solr-facets > li:last-child {
  margin-bottom: 20px;
}
/* line 195, ../afj-scss/molecules/navigation/_nav.scss */
.sidebar-block--sub-nav .menu-item, .sidebar-block--solr-facets .menu-item {
  margin-bottom: 6px;
}
/* line 200, ../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: white;
  width: 100%;
}
/* line 204, ../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 209, ../afj-scss/molecules/navigation/_nav.scss */
.sidebar-block--sub-nav a, .sidebar-block--solr-facets a {
  line-height: 1.2;
  width: 100%;
}
/* line 212, ../afj-scss/molecules/navigation/_nav.scss */
.sidebar-block--sub-nav a:hover, .sidebar-block--solr-facets a:hover {
  text-decoration: none;
}
/* line 217, ../afj-scss/molecules/navigation/_nav.scss */
.sidebar-block--sub-nav .children > li + li, .sidebar-block--solr-facets .children > li + li {
  margin-top: 8px;
}
/* line 222, ../afj-scss/molecules/navigation/_nav.scss */
.sidebar-block--sub-nav .sub-menu, .sidebar-block--solr-facets .sub-menu {
  display: none;
}
/* line 226, ../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 230, ../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 234, ../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.5rem;
  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;
}

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

/* line 255, ../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 263, ../afj-scss/molecules/navigation/_nav.scss */
.blog-archive__month-list {
  list-style: none;
  margin-left: 12px;
  margin-left: 0.75rem;
  margin-bottom: 0;
}

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

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

  /* line 303, ../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 310, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar .top-bar-section a:hover {
    opacity: 0.8;
  }
  /* line 313, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar .top-bar-section ul li {
    margin-bottom: 5px;
  }
  /* line 317, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar .top-bar-section > ul > .divider {
    border-color: #e3e8ed;
  }
  /* line 320, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar .top-bar-section > ul > li > a {
    font-size: 1.1em;
  }
  /* line 326, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar .top-bar-section ul {
    background: none;
  }
  /* line 330, ../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 348, ../afj-scss/molecules/navigation/_nav.scss */
  ul.dropdown.sub-menu {
    background: #1e1e1e;
    padding: 9.6px 0 24px;
  }
  /* line 352, ../afj-scss/molecules/navigation/_nav.scss */
  ul.dropdown.sub-menu .has-dropdown > a:after {
    top: 70%;
  }

  /* line 359, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar-menu > li {
    margin: 0 .5em;
  }
  /* line 361, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar-menu > li.divider {
    margin: 0;
  }
  /* line 364, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar-menu > li:last-of-type {
    display: none;
    margin-left: 0;
  }
  /* line 368, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar-menu > li:hover {
    background: #1e1e1e;
  }
  /* line 370, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar-menu > li:hover > a {
    color: white !important;
  }
  /* line 374, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar-menu > li > a {
    background: none !important;
    color: #444444 !important;
  }
  /* line 377, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar-menu > li > a:hover {
    color: white !important;
  }

  /* line 385, ../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: 60em) {
  /* line 397, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar {
    padding-left: 3%;
  }

  /* line 402, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar-menu > li {
    margin: 0 1em;
  }
}
@media only screen and (min-width: 73.812em) {
  /* line 414, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar {
    padding-left: 3%;
  }

  /* line 418, ../afj-scss/molecules/navigation/_nav.scss */
  .top-bar-menu > li {
    margin: 0 2em;
  }
}
/**
 * `.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 440, ../afj-scss/molecules/navigation/_nav.scss */
.nav--stacked > li {
  display: list-item;
}
/* line 443, ../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 461, ../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 477, ../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 486, ../afj-scss/molecules/navigation/_nav.scss */
.nav--block > li {
  letter-spacing: normal;
  word-spacing: normal;
}
/* line 490, ../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 510, ../afj-scss/molecules/navigation/_nav.scss */
.nav--fit {
  display: table;
  width: 100%;
}
/* line 514, ../afj-scss/molecules/navigation/_nav.scss */
.nav--fit > li {
  display: table-cell;
}
/* line 517, ../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 534, ../afj-scss/molecules/navigation/_nav.scss */
.nav--keywords > li:after {
  content: "\002C" "\00A0";
}
/* line 538, ../afj-scss/molecules/navigation/_nav.scss */
.nav--keywords > li:last-child:after {
  display: none;
}

/*------------------------------------*\
    $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 {
  overflow: hidden;
}
/* line 52, ../afj-scss/molecules/pagination/_pagination.scss */
.pagination--prev-next > li {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Rokkitt", serif;
}
/* line 56, ../afj-scss/molecules/pagination/_pagination.scss */
.pagination--prev-next > li > a {
  color: #444444;
  line-height: 1.1;
}

/* line 63, ../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 71, ../afj-scss/molecules/pagination/_pagination.scss */
.pagination__prev-link {
  float: left;
}
/* line 73, ../afj-scss/molecules/pagination/_pagination.scss */
.pagination__prev-link > a:before {
  content: "\3008";
  margin-right: .666666667em;
}

/* line 80, ../afj-scss/molecules/pagination/_pagination.scss */
.pagination__next-link {
  float: right;
}
/* line 82, ../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 20, ../afj-scss/molecules/block/_block.scss */
.home #featured-resource .block__title, .block--campaigns.sidebar-block .block__title, .sidebar-block--stay-informed .sidebar-block__title, #events-homepage .block__title {
  text-transform: uppercase;
  font-size: 19px;
  font-size: 1.1875rem;
  text-align: center;
  font-weight: 300;
}
/* line 25, ../afj-scss/molecules/block/_block.scss */
.home #featured-resource .block__title:after, .block--campaigns.sidebar-block .block__title:after, .sidebar-block--stay-informed .sidebar-block__title:after, #events-homepage .block__title:after {
  content: "";
  display: block;
  height: 1px;
  width: 90%;
  background: #444444;
  margin: 0 auto;
}

@media screen and (min-width: 58.7em) {
  /* line 37, ../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 50, ../afj-scss/molecules/block/_block.scss */
.home .block, .block--rotator {
  margin-bottom: 24px;
}

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

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

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

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

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

@media screen and (min-width: 58.7em) {
  /* line 105, ../afj-scss/molecules/block/_block.scss */
  #homepage-latest, #events-homepage {
    width: 72.34375%;
    float: left;
  }

  /* line 110, ../afj-scss/molecules/block/_block.scss */
  #events-homepage {
    margin-top: 24px;
  }

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

  /* line 118, ../afj-scss/molecules/block/_block.scss */
  #featured-resource {
    margin-top: 24px;
    padding-left: 15px;
    padding-right: 24px;
  }

  /* line 124, ../afj-scss/molecules/block/_block.scss */
  .section-social-widgets {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }
}
@media screen and (min-width: 63em) {
  /* line 134, ../afj-scss/molecules/block/_block.scss */
  #homepage-latest {
    padding-right: 24px;
  }

  /* line 139, ../afj-scss/molecules/block/_block.scss */
  #featured-resource, .section-social-widgets {
    width: 27.65625%;
    float: right;
  }
}
@media screen and (min-width: 80em) {
  /* line 147, ../afj-scss/molecules/block/_block.scss */
  #homepage-lower-large {
    position: relative;
    width: 72.34375%;
  }

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

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

  /* line 162, ../afj-scss/molecules/block/_block.scss */
  #featured-resource {
    width: 215px;
    width: calc(100% - 645px);
  }

  /* line 166, ../afj-scss/molecules/block/_block.scss */
  #events-homepage, .section-social-widgets {
    float: none;
    width: 100%;
  }
}
/* line 175, ../afj-scss/molecules/block/_block.scss */
.block--campaigns {
  background: #f3f5f7;
}
/* line 178, ../afj-scss/molecules/block/_block.scss */
.block--campaigns figure {
  width: 100%;
  padding-top: 8px;
}
/* line 182, ../afj-scss/molecules/block/_block.scss */
.block--campaigns .block__feature--image {
  margin: 0 auto;
}
/* line 185, ../afj-scss/molecules/block/_block.scss */
.block--campaigns .item-list {
  overflow: hidden;
}
/* line 188, ../afj-scss/molecules/block/_block.scss */
.block--campaigns .media__title {
  margin-bottom: .75rem;
  line-height: 1.2;
}
/* line 192, ../afj-scss/molecules/block/_block.scss */
.block--campaigns.sidebar-block {
  background: transparent;
  box-shadow: none;
}
/* line 196, ../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 218, ../afj-scss/molecules/block/_block.scss */
  .block--campaigns figure {
    max-width: 30%;
    float: left;
    margin-right: 24px;
    margin-bottom: 12px;
    margin-left: 8px;
  }
  /* line 230, ../afj-scss/molecules/block/_block.scss */
  .block--campaigns .item-list {
    overflow: hidden;
  }
  /* line 234, ../afj-scss/molecules/block/_block.scss */
  .block--campaigns .media__title {
    margin-bottom: .75rem;
  }
  /* line 237, ../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 254, ../afj-scss/molecules/block/_block.scss */
.filter {
  border: 0 solid black;
  border-top-width: 2px;
  border-bottom-width: 2px;
}

/* line 262, ../afj-scss/molecules/block/_block.scss */
.block--rotator {
  border: 0 solid #efefef;
  border-width: 1px;
}
/* line 268, ../afj-scss/molecules/block/_block.scss */
.block--rotator .slides-container-outer, .block--rotator .pager-container {
  float: left;
}
/* line 272, ../afj-scss/molecules/block/_block.scss */
.block--rotator .slides-container {
  margin: 0;
  padding: 0;
}
/* line 275, ../afj-scss/molecules/block/_block.scss */
.block--rotator .slides-container li {
  margin: 0;
  padding: 0;
}
/* line 278, ../afj-scss/molecules/block/_block.scss */
.block--rotator .slides-container li img {
  width: 100%;
  height: auto;
  max-height: 400px;
}
/* line 286, ../afj-scss/molecules/block/_block.scss */
.block--rotator .see-more {
  text-align: left;
  margin: 0;
  font-weight: 600;
}
/* line 293, ../afj-scss/molecules/block/_block.scss */
.block--rotator .pager-container ol {
  margin: 0;
  padding: 0;
}
/* line 297, ../afj-scss/molecules/block/_block.scss */
.block--rotator .pager-container li {
  list-style: none;
  display: block;
}
/* line 300, ../afj-scss/molecules/block/_block.scss */
.block--rotator .pager-container li a {
  color: #2b2b2b;
  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: -webkit-linear-gradient(left, #cad4dd 1%, #e3e8ed 3%, #e3e8ed 97%, #cad4dd 99%);
  background: -moz-linear-gradient(left, #cad4dd 1%, #e3e8ed 3%, #e3e8ed 97%, #cad4dd 99%);
  background: -o-linear-gradient(left, #cad4dd 1%, #e3e8ed 3%, #e3e8ed 97%, #cad4dd 99%);
  background: linear-gradient(left, #cad4dd 1%, #e3e8ed 3%, #e3e8ed 97%, #cad4dd 99%);
  background-color: #e3e8ed;
  display: block;
  padding: 5px 10px 25px 15px;
  border-top: 1px solid white;
  border-bottom: 1px solid #707375;
}
/* line 18, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.block--rotator .pager-container li a:visited {
  color: #2b2b2b;
}
/* line 21, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.block--rotator .pager-container li a:focus {
  color: #2b2b2b;
}
/* line 24, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.block--rotator .pager-container li a:hover {
  color: #1e1e1e;
}
/* line 27, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.block--rotator .pager-container li a:active {
  color: #2b2b2b;
}
/* line 312, ../afj-scss/molecules/block/_block.scss */
.block--rotator .pager-container li a.active {
  color: white;
  -webkit-box-shadow: rgba(227, 232, 237, 0.8) 0 2px;
  -moz-box-shadow: rgba(227, 232, 237, 0.8) 0 2px;
  box-shadow: rgba(227, 232, 237, 0.8) 0 2px;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(1%, #0e647c), color-stop(3%, #1282a1), color-stop(97%, #1282a1), color-stop(99%, #0e647c));
  background-image: -webkit-linear-gradient(left, #0e647c 1%, #1282a1 3%, #1282a1 97%, #0e647c 99%);
  background-image: -moz-linear-gradient(left, #0e647c 1%, #1282a1 3%, #1282a1 97%, #0e647c 99%);
  background-image: -o-linear-gradient(left, #0e647c 1%, #1282a1 3%, #1282a1 97%, #0e647c 99%);
  background-image: linear-gradient(left, #0e647c 1%, #1282a1 3%, #1282a1 97%, #0e647c 99%);
  background-color: #1282a1;
  border: none;
  margin-left: -5px;
}
/* line 18, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.block--rotator .pager-container li a.active:visited {
  color: white;
}
/* line 21, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.block--rotator .pager-container li a.active:focus {
  color: white;
}
/* line 24, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.block--rotator .pager-container li a.active:hover {
  color: #f2f2f2;
}
/* line 27, ../../../../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.block--rotator .pager-container li a.active:active {
  color: white;
}
/* line 324, ../afj-scss/molecules/block/_block.scss */
.block--rotator .pager-container li:last-child a {
  border-bottom: none;
}
/* line 326, ../afj-scss/molecules/block/_block.scss */
.block--rotator .pager-container li:last-child a.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 336, ../afj-scss/molecules/block/_block.scss */
.block--rotator .bx-wrapper {
  margin: 0;
}
/* line 338, ../afj-scss/molecules/block/_block.scss */
.block--rotator .bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  left: 0;
}
/* line 344, ../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 351, ../afj-scss/molecules/block/_block.scss */
.block--rotator.small-rotator figure, .block--rotator.large-rotator figure {
  margin-bottom: 0;
}
/* line 354, ../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 357, ../afj-scss/molecules/block/_block.scss */
.block--rotator.small-rotator .rotator__info, .block--rotator.large-rotator .rotator__info {
  background-color: #1e1e1e;
  color: white;
  padding: 1% 1% 2%;
}
/* line 362, ../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 365, ../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 373, ../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 382, ../afj-scss/molecules/block/_block.scss */
.block--rotator.large-rotator .pager-container ol {
  height: 400px;
}
/* line 384, ../afj-scss/molecules/block/_block.scss */
.block--rotator.large-rotator .pager-container ol li {
  height: 20%;
}
/* line 386, ../afj-scss/molecules/block/_block.scss */
.block--rotator.large-rotator .pager-container ol li a {
  height: 100%;
  font-family: "Rokkitt", serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}

/* line 413, ../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 424, ../afj-scss/molecules/block/_block.scss */
#ourwork-issues, #featured-reports, #sub-issues {
  overflow: hidden;
  padding-bottom: 24px;
}
/* line 425, ../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 435, ../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 440, ../afj-scss/molecules/block/_block.scss */
.see-more {
  display: block;
  text-align: center;
  margin-top: 24px;
  clear: both;
}
/* line 445, ../afj-scss/molecules/block/_block.scss */
.see-more:after {
  content: "\3009";
  margin-left: .666666em;
  display: inline-block;
}

@media screen and (min-width: 600px) {
  /* line 457, ../afj-scss/molecules/block/_block.scss */
  #ourwork-issues.block--home .item-list {
    width: 100%;
    position: relative;
    transition: left .5s ease;
  }
  /* line 462, ../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 481, ../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 523, ../afj-scss/molecules/block/_block.scss */
  #ourwork-issues, #featured-reports, #sub-issues {
    border: 0 solid black;
    border-bottom-width: 3px;
    margin-bottom: 48px;
  }
  /* line 527, ../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 531, ../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 540, ../afj-scss/molecules/block/_block.scss */
  #ourwork-issues.block--home, #featured-reports.block--home, #sub-issues.block--home {
    margin-right: 42px;
    padding: 0 0 24px;
  }

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

  /* line 559, ../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 587, ../afj-scss/molecules/block/_block.scss */
#multimedia-sections {
  overflow: hidden;
}
/* line 589, ../afj-scss/molecules/block/_block.scss */
#multimedia-sections .item-list > li {
  margin-bottom: 12px;
}

@media screen and (min-width: 58.7em) {
  /* line 596, ../afj-scss/molecules/block/_block.scss */
  #multimedia-sections .item-list > li {
    width: 33%;
    height: 244px;
    margin-bottom: 20px;
    float: left;
    padding: 0 10px;
  }
}
/* line 610, ../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 622, ../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 630, ../afj-scss/molecules/block/_block.scss */
.media--panels .media__content p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
}
/* line 635, ../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.9);
}
/* line 649, ../afj-scss/molecules/block/_block.scss */
.media--panels .media__title {
  width: 70%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  border: 0 solid white;
  border-bottom-width: 1px;
  padding: 6px 0 5px;
}
/* line 658, ../afj-scss/molecules/block/_block.scss */
.media--panels .media__title > a {
  color: white;
}

/* line 668, ../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 685, ../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 693, ../afj-scss/molecules/block/_block.scss */
  .media--panels .inner {
    top: 75%;
    height: 100%;
  }
  /* line 699, ../afj-scss/molecules/block/_block.scss */
  .media--panels.media--panels-small .inner {
    top: 65%;
  }
  /* line 703, ../afj-scss/molecules/block/_block.scss */
  .media--panels .media__title {
    width: 100%;
    border-bottom-width: 0;
  }
  /* line 706, ../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 729, ../afj-scss/molecules/block/_block.scss */
  .media--panels:hover .media__content {
    opacity: 1;
  }
  /* line 734, ../afj-scss/molecules/block/_block.scss */
  .media--panels:hover .media__title:after {
    width: 90%;
    opacity: 1;
  }
  /* line 740, ../afj-scss/molecules/block/_block.scss */
  .media--panels:hover .inner {
    top: 0;
    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: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
    background: -o-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 749, ../afj-scss/molecules/block/_block.scss */
  .media--panels.no-hover .media__content {
    opacity: 1;
  }
  /* line 752, ../afj-scss/molecules/block/_block.scss */
  .media--panels.no-hover .media__title {
    border: 0 solid white;
    border-bottom-width: 1px;
  }
  /* line 756, ../afj-scss/molecules/block/_block.scss */
  .media--panels.no-hover .inner {
    top: 0%;
    height: 100%;
  }
  /* line 763, ../afj-scss/molecules/block/_block.scss */
  .media--panels.no-hover:hover .media__title:after {
    opacity: 0;
  }
  /* line 768, ../afj-scss/molecules/block/_block.scss */
  .media--panels.no-hover:hover .inner {
    background: rgba(0, 0, 0, 0.9);
  }
}
/* line 782, ../afj-scss/molecules/block/_block.scss */
#pressroom-issues {
  overflow: hidden;
}
/* line 784, ../afj-scss/molecules/block/_block.scss */
#pressroom-issues img {
  box-shadow: none;
}
/* line 788, ../afj-scss/molecules/block/_block.scss */
#pressroom-issues .media__feature-image {
  margin: 0 auto;
  text-align: center;
}
/* line 792, ../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 799, ../afj-scss/molecules/block/_block.scss */
#pressroom-issues .media__title a {
  color: #1e1e1e;
}
/* line 800, ../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 814, ../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 828, ../afj-scss/molecules/block/_block.scss */
  #pressroom-issues li {
    width: 24%;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
  }
}
/* line 846, ../afj-scss/molecules/block/_block.scss */
.block--callout {
  background: #f3f5f7;
  margin: 24px auto;
  width: 100%;
  box-shadow: 0 0 0 3px white, 0 0 0 4px black;
}

@media screen and (min-width: 58.7em) {
  /* line 856, ../afj-scss/molecules/block/_block.scss */
  .block--callout.alignright {
    margin-left: 15px;
  }
  /* line 859, ../afj-scss/molecules/block/_block.scss */
  .block--callout.alignleft {
    margin-right: 15px;
  }
  /* line 862, ../afj-scss/molecules/block/_block.scss */
  .block--callout.aligncenter {
    float: none;
    clear: both;
  }
  /* line 866, ../afj-scss/molecules/block/_block.scss */
  .block--callout.small {
    width: 30%;
  }
  /* line 869, ../afj-scss/molecules/block/_block.scss */
  .block--callout.medium {
    width: 60%;
  }
  /* line 872, ../afj-scss/molecules/block/_block.scss */
  .block--callout.full {
    width: 100%;
  }
}
/* line 882, ../afj-scss/molecules/block/_block.scss */
#featured-multimedia, #featured-resource {
  text-align: center;
}
/* line 885, ../afj-scss/molecules/block/_block.scss */
#featured-multimedia .media, #featured-resource .media {
  margin-bottom: 60px;
}
/* line 889, ../afj-scss/molecules/block/_block.scss */
#featured-multimedia .media__feature-image, #featured-resource .media__feature-image {
  margin: 0 auto 16px;
  text-align: center;
}
/* line 893, ../afj-scss/molecules/block/_block.scss */
#featured-multimedia .media__title, #featured-resource .media__title {
  font-size: 27px;
  font-size: 1.6875rem;
}
/* line 895, ../afj-scss/molecules/block/_block.scss */
#featured-multimedia .media__title > a, #featured-resource .media__title > a {
  color: #444444;
}
/* line 899, ../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;
}

/* line 916, ../afj-scss/molecules/block/_block.scss */
.section-social {
  margin: 24px auto 0;
  width: 100%;
}
/* line 919, ../afj-scss/molecules/block/_block.scss */
.section-social:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  border: 0 solid #2b2b2b;
  border-width: 1px 0;
  position: relative;
  top: 4px;
}

@media screen and (min-width: 58.7em) {
  /* line 931, ../afj-scss/molecules/block/_block.scss */
  .section-social {
    margin: 24px 0 0;
    width: auto;
  }
}
/* line 942, ../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 948, ../afj-scss/molecules/block/_block.scss */
.block--blog-archive .show-all {
  display: none;
}
/* line 952, ../afj-scss/molecules/block/_block.scss */
.archive .block--blog-archive .show-all {
  display: block;
}

/* line 969, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--stay-informed .field {
  margin-bottom: 12px;
}
/* line 972, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--stay-informed .field.group {
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 975, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--stay-informed .field.group > label {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  font-size: inherit;
  text-transform: none;
  margin-bottom: 10px;
}
/* line 985, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--stay-informed input[type="submit"] {
  margin-top: 12px;
  display: block;
  width: 100%;
}
/* line 990, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--stay-informed .social-links {
  margin: 0;
  padding: 0;
  margin-top: 12px;
}
/* line 996, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--stay-informed .social-links a {
  display: block;
  float: left;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  overflow: hidden;
}
/* line 1005, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--stay-informed .social-links .twitter, .sidebar-block--stay-informed .social-links .twitter:before {
  background-position: 0 -1131px;
}
/* line 1008, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--stay-informed .social-links .facebook, .sidebar-block--stay-informed .social-links .facebook:before {
  background-position: 0 -1336px;
}
/* line 1011, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--stay-informed .social-links .youtube, .sidebar-block--stay-informed .social-links .youtube:before {
  background-position: 0 -955px;
}

/* line 1019, ../afj-scss/molecules/block/_block.scss */
#response {
  padding: 12px;
  background: #e3e8ed;
  font-weight: bold;
  margin-bottom: 12px;
  display: none;
  text-align: center;
}
/* line 1026, ../afj-scss/molecules/block/_block.scss */
#response.active {
  display: block;
}
/* line 1029, ../afj-scss/molecules/block/_block.scss */
#response.error {
  color: #cc002c;
}

@media screen and (min-width: 1160px) {
  /* line 1037, ../afj-scss/molecules/block/_block.scss */
  .sidebar-block--stay-informed .field {
    margin-bottom: 0;
  }
  /* line 1040, ../afj-scss/molecules/block/_block.scss */
  .sidebar-block--stay-informed .field.name {
    width: 49%;
    display: inline-block;
  }
  /* line 1045, ../afj-scss/molecules/block/_block.scss */
  .sidebar-block--stay-informed .form-row {
    margin-bottom: 12px;
  }
  /* line 1048, ../afj-scss/molecules/block/_block.scss */
  .sidebar-block--stay-informed input[type=submit] {
    display: inline-block;
    vertical-align: top;
    width: 40%;
  }
  /* line 1053, ../afj-scss/molecules/block/_block.scss */
  .sidebar-block--stay-informed .social-links {
    margin-top: 24px;
    border: 0 dotted #2b2b2b;
    border-top-width: 1px;
  }
  /* line 1058, ../afj-scss/molecules/block/_block.scss */
  .sidebar-block--stay-informed .social-links > li {
    margin-left: 20px;
    margin-top: 16px;
  }
  /* line 1062, ../afj-scss/molecules/block/_block.scss */
  .sidebar-block--stay-informed .social-links .twitter, .sidebar-block--stay-informed .social-links .facebook, .sidebar-block--stay-informed .social-links .youtube {
    background-image: none;
  }
  /* line 1065, ../afj-scss/molecules/block/_block.scss */
  .sidebar-block--stay-informed .social-links a {
    display: inline;
    width: auto;
    height: auto;
    float: none;
    margin: 0;
    text-indent: 0;
  }
  /* line 1072, ../afj-scss/molecules/block/_block.scss */
  .sidebar-block--stay-informed .social-links a:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    top: 5px;
  }
  /* line 1082, ../afj-scss/molecules/block/_block.scss */
  .sidebar-block--stay-informed .social-links .twitter:before {
    background-position: 0 -1131px;
  }
  /* line 1085, ../afj-scss/molecules/block/_block.scss */
  .sidebar-block--stay-informed .social-links .facebook:before {
    background-position: 0 -1336px;
  }
  /* line 1088, ../afj-scss/molecules/block/_block.scss */
  .sidebar-block--stay-informed .social-links .youtube:before {
    background-position: 0 -955px;
  }

  /* line 1094, ../afj-scss/molecules/block/_block.scss */
  .home .sidebar-block--stay-informed {
    padding: 0;
  }
  /* line 1097, ../afj-scss/molecules/block/_block.scss */
  .home .sidebar-block--stay-informed .social-links {
    overflow: hidden;
  }
  /* line 1099, ../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 1105, ../afj-scss/molecules/block/_block.scss */
  .home .sidebar-block--stay-informed .social-links > li:nth-child(2n+1) {
    clear: left;
  }
  /* line 1111, ../afj-scss/molecules/block/_block.scss */
  .home .sidebar-block--stay-informed .social-links a:before {
    width: 24px;
    height: 24px;
  }
  /* line 1116, ../afj-scss/molecules/block/_block.scss */
  .home .sidebar-block--stay-informed .social-links .twitter:before {
    background-position: 0 -1764px;
  }
  /* line 1119, ../afj-scss/molecules/block/_block.scss */
  .home .sidebar-block--stay-informed .social-links .facebook:before {
    background-position: 0 -1899px;
  }
  /* line 1122, ../afj-scss/molecules/block/_block.scss */
  .home .sidebar-block--stay-informed .social-links .youtube:before {
    background-position: 0 -1552px;
  }
}
@media screen and (min-width: 1227px) {
  /* line 1132, ../afj-scss/molecules/block/_block.scss */
  .sidebar-block--stay-informed .field.group {
    width: 58%;
    display: inline-block;
  }
}
/* line 1145, ../afj-scss/molecules/block/_block.scss */
.block--featured-action, .block--related-action {
  padding: 12px 21px 32px 32px;
  background: #cc002c;
  color: white;
}
/* line 1150, ../afj-scss/molecules/block/_block.scss */
.block--featured-action a, .block--related-action a {
  color: white;
}
/* line 1154, ../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 white;
}
/* line 1161, ../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 white;
  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 1175, ../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: 27px;
  font-size: 1.6875rem;
}

/* line 1184, ../afj-scss/molecules/block/_block.scss */
.block--related-action .block__title {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 58.7em) {
  /* line 1191, ../afj-scss/molecules/block/_block.scss */
  .block--featured-action, .block--related-action {
    border-radius: 10px;
  }
  /* line 1194, ../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 1198, ../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 1213, ../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 1223, ../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 1247, ../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 1255, ../afj-scss/molecules/block/_block.scss */
.block--post-job-post {
  margin: 18px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid #e3e8ed;
}
/* line 1260, ../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 1273, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--member-spotlight .media__feature-image {
  text-align: center;
}
/* line 1275, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--member-spotlight .media__feature-image > img {
  box-shadow: none;
}
/* line 1280, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--member-spotlight .media__title {
  margin-bottom: 0;
}

/* line 1293, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--featured-item .article--teaser {
  text-align: left;
}
/* line 1296, ../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 1301, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--featured-item .article__title {
  font-size: 24px;
  font-size: 1.5rem;
}
/* line 1303, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--featured-item .article__title > a {
  color: #444444;
}

/* line 1311, ../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 1317, ../afj-scss/molecules/block/_block.scss */
.sidebar-block--solr-facets .sidebar-block__title.open {
  background: #2b2b2b;
  color: white;
}
@media screen and (min-width: 58.7em) {
  /* line 1309, ../afj-scss/molecules/block/_block.scss */
  .sidebar-block--solr-facets {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  /* line 1327, ../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 1334, ../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 1353, ../afj-scss/molecules/block/_block.scss */
#header-search {
  display: none;
  background: #2b2b2b;
  position: relative;
  top: -41px;
}
/* line 1359, ../afj-scss/molecules/block/_block.scss */
#header-search.is-open {
  display: block;
}

@media screen and (min-width: 58.7em) {
  /* line 1364, ../afj-scss/molecules/block/_block.scss */
  #header-search {
    display: block;
    position: absolute;
    right: 5px;
    top: 20px;
    width: 23.046875%;
    padding: 0;
    background: transparent;
  }
}
/*------------------------------------*\
    $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 35, ../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 43, ../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;
}

/* line 7, ../afj-scss/molecules/_sidebar.scss */
#main-sidebar {
  margin-top: 24px;
}

@media only screen and (min-width: 58.7em) {
  /* line 12, ../afj-scss/molecules/_sidebar.scss */
  #main-sidebar {
    margin-top: 10px;
  }
}
/* line 2, ../afj-scss/organisms/_footer.scss */
.footer {
  padding: 24px 0;
  background: #2b2b2b;
  margin-top: 77px;
}
/* line 6, ../afj-scss/organisms/_footer.scss */
.footer .sidebar-block__title, .footer p {
  text-align: center;
}
/* line 9, ../afj-scss/organisms/_footer.scss */
.footer .menu {
  margin: 0 0 24px;
  padding: 0;
}
/* line 12, ../afj-scss/organisms/_footer.scss */
.footer .menu > li {
  text-align: center;
}

@media screen and (min-width: 58.7em) {
  /* line 33, ../afj-scss/organisms/_footer.scss */
  .footer {
    min-height: 300px;
    background: #2b2b2b url('/o/6539/images/17110/logo-footer_1377284431.png');
    background-repeat: no-repeat;
    background-position: 62% 100px;
  }
  /* line 39, ../afj-scss/organisms/_footer.scss */
  .footer .menu {
    padding-left: 24px;
    float: left;
  }
  /* line 42, ../afj-scss/organisms/_footer.scss */
  .footer .menu > li {
    width: 50%;
    float: left;
    line-height: 1.3;
    text-align: left;
  }
  /* line 49, ../afj-scss/organisms/_footer.scss */
  .footer .sidebar-block__title, .footer p {
    text-align: left;
  }
  /* line 53, ../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 8, ../afj-scss/organisms/article/_article.scss */
.article__footer .publication {
  color: #5e5e5e;
}
/* line 11, ../afj-scss/organisms/article/_article.scss */
.article__footer .tags {
  font-style: italic;
}

/* line 16, ../afj-scss/organisms/article/_article.scss */
.article__byline {
  margin-bottom: 24px;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 19, ../afj-scss/organisms/article/_article.scss */
.article__byline .author {
  display: block;
}

/* line 25, ../afj-scss/organisms/article/_article.scss */
.article--teaser .article__header {
  position: relative;
}
/* line 28, ../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: white;
  font-weight: 200;
  position: absolute;
  right: 0;
  top: -20px;
}
/* line 39, ../afj-scss/organisms/article/_article.scss */
.article--teaser .featured + .article__title {
  padding-right: 50px;
}
/* line 43, ../afj-scss/organisms/article/_article.scss */
.article--teaser .article__title {
  margin-bottom: 0;
}
/* line 48, ../afj-scss/organisms/article/_article.scss */
.article--teaser .media__body .featured {
  top: 0;
}
/* line 52, ../afj-scss/organisms/article/_article.scss */
.article--teaser .media__body .featured + .article__title {
  padding-top: 20px;
}
/* line 58, ../afj-scss/organisms/article/_article.scss */
.article--teaser .article__header--long-title .featured + .article__title {
  padding-right: 0;
}

/* line 64, ../afj-scss/organisms/article/_article.scss */
.article--teaser.article--media-left {
  position: relative;
  overflow: hidden;
}
/* line 68, ../afj-scss/organisms/article/_article.scss */
.article--teaser.article--media-left .article__feature-image {
  float: left;
  margin-right: 10px;
}

/* line 81, ../afj-scss/organisms/article/_article.scss */
.page--archive-listing .article-list__item + .article-list__item {
  border: 0 dotted #444444;
  border-top-width: 1px;
  padding-top: 24px;
}

/* line 90, ../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 96, ../afj-scss/organisms/article/_article.scss */
.action-alert--featured.article-list__item .article__title {
  font-size: 28px;
  font-size: 1.75rem;
}
/* line 99, ../afj-scss/organisms/article/_article.scss */
.action-alert--featured.article-list__item + .article-list__item {
  border-top-width: 0;
}

/* line 105, ../afj-scss/organisms/article/_article.scss */
.article--action-alert.article-list__item + .article--action-alert.article-list__item {
  margin-top: 20px;
}

/* line 110, ../afj-scss/organisms/article/_article.scss */
.article--event + .article--event {
  margin-top: 16.0px;
}

/* line 114, ../afj-scss/organisms/article/_article.scss */
.article--event {
  line-height: 1.2;
}
/* line 116, ../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 125, ../afj-scss/organisms/article/_article.scss */
  .article--teaser.article--media-left {
    position: relative;
    padding-left: 85px;
  }
  /* line 128, ../afj-scss/organisms/article/_article.scss */
  .article--teaser.article--media-left .article__feature-image {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 135, ../afj-scss/organisms/article/_article.scss */
  .article--teaser.article--media-left.member-org {
    padding-left: 110px;
  }
}
/* line 6, ../afj-scss/organisms/_page.scss */
.page__header {
  margin-bottom: 31.2px;
}

/* line 10, ../afj-scss/organisms/_page.scss */
.page__subtitle {
  font-weight: normal;
}

/* line 14, ../afj-scss/organisms/_page.scss */
.sidebar {
  margin-top: 24px;
}

@media screen and (min-width: 58.7em) {
  /* line 19, ../afj-scss/organisms/_page.scss */
  .sidebar {
    margin-top: 0;
  }
}
/* 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: white;
}

/* 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 white;
  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: white;
}
/* 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;
  }
}
/* 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: white;
  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: white;
  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: white;
}

/* 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;
}
