<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* We use these to control header font styles */
/* We use these to control header font sizes */
/* These control how subheaders are styled. */
/* A general &lt;small&gt; styling */
/* We use these to style paragraphs */
/* We use these to style &lt;code&gt; tags */
/* We use these to style anchors */
/* We use these to style the &lt;hr&gt; element */
/* We use these to style lists */
/* We use these to style blockquotes */
/* Acronym styles */
/* We use these to control padding and margin */
/* We use these to control the border styles */
/* We use these to control full name font styles */
/* We use this to control the summary font styles */
/* We use this to control abbr padding */
/* We use this to control abbr font styles */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: white;
  color: #333333;
  padding: 0;
  margin: 0;
  font-family: "Lato" "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative; }

a:focus {
  outline: none; }

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

object,
embed {
  height: 100%; }

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

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

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

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

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

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block; }

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

select {
  width: 100%; }

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row .column,
  .row .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left; }
  .row.collapse .column,
  .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

@media only screen {
  .row .column,
  .row .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .row .small-1 {
    position: relative;
    width: 8.33333%; }

  .row .small-2 {
    position: relative;
    width: 16.66667%; }

  .row .small-3 {
    position: relative;
    width: 25%; }

  .row .small-4 {
    position: relative;
    width: 33.33333%; }

  .row .small-5 {
    position: relative;
    width: 41.66667%; }

  .row .small-6 {
    position: relative;
    width: 50%; }

  .row .small-7 {
    position: relative;
    width: 58.33333%; }

  .row .small-8 {
    position: relative;
    width: 66.66667%; }

  .row .small-9 {
    position: relative;
    width: 75%; }

  .row .small-10 {
    position: relative;
    width: 83.33333%; }

  .row .small-11 {
    position: relative;
    width: 91.66667%; }

  .row .small-12 {
    position: relative;
    width: 100%; }

  .row .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .small-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .small-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .small-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48em) {
  .row .large-1 {
    position: relative;
    width: 8.33333%; }

  .row .large-2 {
    position: relative;
    width: 16.66667%; }

  .row .large-3 {
    position: relative;
    width: 25%; }

  .row .large-4 {
    position: relative;
    width: 33.33333%; }

  .row .large-5 {
    position: relative;
    width: 41.66667%; }

  .row .large-6 {
    position: relative;
    width: 50%; }

  .row .large-7 {
    position: relative;
    width: 58.33333%; }

  .row .large-8 {
    position: relative;
    width: 66.66667%; }

  .row .large-9 {
    position: relative;
    width: 75%; }

  .row .large-10 {
    position: relative;
    width: 83.33333%; }

  .row .large-11 {
    position: relative;
    width: 91.66667%; }

  .row .large-12 {
    position: relative;
    width: 100%; }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-2 {
    left: inherit; }

  .small-pull-2 {
    right: inherit; }

  .small-push-3 {
    left: inherit; }

  .small-pull-3 {
    right: inherit; }

  .small-push-4 {
    left: inherit; }

  .small-pull-4 {
    right: inherit; }

  .small-push-5 {
    left: inherit; }

  .small-pull-5 {
    right: inherit; }

  .small-push-6 {
    left: inherit; }

  .small-pull-6 {
    right: inherit; }

  .small-push-7 {
    left: inherit; }

  .small-pull-7 {
    right: inherit; }

  .small-push-8 {
    left: inherit; }

  .small-pull-8 {
    right: inherit; }

  .small-push-9 {
    left: inherit; }

  .small-pull-9 {
    right: inherit; }

  .small-push-10 {
    left: inherit; }

  .small-pull-10 {
    right: inherit; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important; }

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important; }

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important; }

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important; }

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table; }

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important; }

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important; }

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 48em) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important; }

  .show-for-small {
    display: none !important; }

  .hide-for-small {
    display: inherit !important; }

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table; }

  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important; }

  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important; }

  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important; }

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important; } }
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 80em) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important; }

  .show-for-medium,
  .show-for-medium-down {
    display: none !important; }

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important; }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table; }

  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important; }

  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important; }

  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important; }

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important; } }
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 90em) {
  .show-for-xlarge {
    display: inherit !important; }

  .show-for-large,
  .show-for-large-down {
    display: none !important; }

  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important; }

  .hide-for-xlarge {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table; }

  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important; }

  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important; }

  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important; }

  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -10px;
    *zoom: 1; }
    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
      content: " ";
      display: table; }
    [class*="block-grid-"]:after {
      clear: both; }
    [class*="block-grid-"] &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 10px; }

  .small-block-grid-1 &gt; li {
    width: 100%;
    padding: 0 10px 10px; }
    .small-block-grid-1 &gt; li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 &gt; li {
    width: 50%;
    padding: 0 10px 10px; }
    .small-block-grid-2 &gt; li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 &gt; li {
    width: 33.33333%;
    padding: 0 10px 10px; }
    .small-block-grid-3 &gt; li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 &gt; li {
    width: 25%;
    padding: 0 10px 10px; }
    .small-block-grid-4 &gt; li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 &gt; li {
    width: 20%;
    padding: 0 10px 10px; }
    .small-block-grid-5 &gt; li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 &gt; li {
    width: 16.66667%;
    padding: 0 10px 10px; }
    .small-block-grid-6 &gt; li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 &gt; li {
    width: 14.28571%;
    padding: 0 10px 10px; }
    .small-block-grid-7 &gt; li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 &gt; li {
    width: 12.5%;
    padding: 0 10px 10px; }
    .small-block-grid-8 &gt; li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 &gt; li {
    width: 11.11111%;
    padding: 0 10px 10px; }
    .small-block-grid-9 &gt; li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 &gt; li {
    width: 10%;
    padding: 0 10px 10px; }
    .small-block-grid-10 &gt; li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 &gt; li {
    width: 9.09091%;
    padding: 0 10px 10px; }
    .small-block-grid-11 &gt; li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 &gt; li {
    width: 8.33333%;
    padding: 0 10px 10px; }
    .small-block-grid-12 &gt; li:nth-of-type(12n+1) {
      clear: both; } }
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 48em) {
  .large-block-grid-1 &gt; li {
    width: 100%;
    padding: 0 10px 10px; }
    .large-block-grid-1 &gt; li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 &gt; li {
    width: 50%;
    padding: 0 10px 10px; }
    .large-block-grid-2 &gt; li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 &gt; li {
    width: 33.33333%;
    padding: 0 10px 10px; }
    .large-block-grid-3 &gt; li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 &gt; li {
    width: 25%;
    padding: 0 10px 10px; }
    .large-block-grid-4 &gt; li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 &gt; li {
    width: 20%;
    padding: 0 10px 10px; }
    .large-block-grid-5 &gt; li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 &gt; li {
    width: 16.66667%;
    padding: 0 10px 10px; }
    .large-block-grid-6 &gt; li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 &gt; li {
    width: 14.28571%;
    padding: 0 10px 10px; }
    .large-block-grid-7 &gt; li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 &gt; li {
    width: 12.5%;
    padding: 0 10px 10px; }
    .large-block-grid-8 &gt; li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 &gt; li {
    width: 11.11111%;
    padding: 0 10px 10px; }
    .large-block-grid-9 &gt; li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 &gt; li {
    width: 10%;
    padding: 0 10px 10px; }
    .large-block-grid-10 &gt; li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 &gt; li {
    width: 9.09091%;
    padding: 0 10px 10px; }
    .large-block-grid-11 &gt; li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 &gt; li {
    width: 8.33333%;
    padding: 0 10px 10px; }
    .large-block-grid-12 &gt; li:nth-of-type(12n+1) {
      clear: both; }

  [class*="small-block-grid-"] &gt; li {
    clear: none !important; } }
p.lead {
  font-size: 1.21875em;
  line-height: 1.6; }

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

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

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

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

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125em; }

h2 {
  font-size: 1.6875em; }

h3 {
  font-size: 1.375em; }

h4 {
  font-size: 1.125em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

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

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

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

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c; }

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

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.125em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square; }
ul.circle {
  list-style-type: circle; }
ul.disc {
  list-style-type: disc; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.125em;
  margin-bottom: 0; }

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

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

abbr {
  text-transform: none; }

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

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

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

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

@media only screen and (min-width: 48em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75em; }

  h2 {
    font-size: 2.3125em; }

  h3 {
    font-size: 1.6875em; }

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

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

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

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

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

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

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

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

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

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #89171a;
  border-color: #5d1012;
  color: white; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #5d1012; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #194b6b;
    border-color: #0f2e42;
    color: white; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #0f2e42; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: white; }
  button.success, .button.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #457a1a; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #970b0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.0625em;
    padding-left: 2em;
    font-size: 1.25em; }
  button.small, .button.small {
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em; }
  button.tiny, .button.tiny {
    padding-top: 0.4375em;
    padding-right: 0.875em;
    padding-bottom: 0.5em;
    padding-left: 0.875em;
    font-size: 0.6875em; }
  button.expand, .button.expand {
    padding-top: false;
    padding-right: 0px;
    padding-bottom: false0.0625em;
    padding-left: 0px;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75em; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75em; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #89171a;
    border-color: #5d1012;
    color: white;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #5d1012; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #89171a; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #194b6b;
      border-color: #0f2e42;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #0f2e42; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: white; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #194b6b; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #5da423;
      border-color: #457a1a;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #457a1a; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #5da423; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #c60f13;
      border-color: #970b0e;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #970b0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #c60f13; }

input.button,
button.button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em; }
  input.button.tiny,
  button.button.tiny {
    padding-top: 0.5em;
    padding-bottom: 0.4375em; }
  input.button.small,
  button.button.small {
    padding-top: 0.625em;
    padding-bottom: 0.5625em; }
  input.button.large,
  button.button.large {
    padding-top: 1.03125em;
    padding-bottom: 1.03125em; }

@media only screen {
  .button {
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0) inset;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0) inset;
    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out; }
    .button.radius {
      -webkit-border-radius: 0px;
      border-radius: 0px; }
    .button.round {
      -webkit-border-radius: 1000px;
      border-radius: 1000px; } }
@media only screen and (min-width: 48em) {
  .button {
    display: inline-block; } }
/* Standard Forms */
form {
  margin: 0 0 1em; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: -0.5em; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5em; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
form .row input.column,
form .row input.columns {
  padding-left: 0.5em; }

/* Label Styles */
label {
  font-size: 1em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em; }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1em 0;
    padding: 0.625em 0; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span so buttons keep their own */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333; }
  span.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px; }

span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333; }
  span.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius &gt; *:first-child, .input-group.radius &gt; *:first-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }
.input-group.radius &gt; *:last-child, .input-group.radius &gt; *:last-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }
.input-group.round &gt; *:first-child, .input-group.round &gt; *:first-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
.input-group.round &gt; *:last-child, .input-group.round &gt; *:last-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dddddd; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em; }

/* Error Handling */
.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1); }
  .error input:focus,
  input.error:focus,
  .error textarea:focus,
  textarea.error:focus {
    background: #fafafa;
    border-color: #999999; }

.error label,
label.error {
  color: #c60f13; }

.error small,
small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white; }

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

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: whitesmoke; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .orbit-container .orbit-slides-container img {
      display: block; }
    .orbit-container .orbit-slides-container &gt; * {
      position: relative;
      float: left;
      height: 100%; }
      .orbit-container .orbit-slides-container &gt; * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        width: 100%;
        padding: 10px 14px;
        font-size: 0.875em; }
        .orbit-container .orbit-slides-container &gt; * .orbit-caption * {
          color: white; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 6px;
    width: 100px; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 100%;
      background-color: black;
      background-color: rgba(0, 0, 0, 0.6);
      display: block;
      width: 0%; }
    .orbit-container .orbit-timer &gt; span {
      display: none;
      position: absolute;
      top: 10px;
      right: 0px;
      width: 11px;
      height: 14px;
      border: solid 4px #000;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused &gt; span {
      right: -6px;
      top: 9px;
      width: 11px;
      height: 14px;
      border: solid 8px;
      border-color: transparent transparent transparent #000; }
  .orbit-container:hover .orbit-timer &gt; span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 60px;
    line-height: 50px;
    color: white;
    text-indent: -9999px !important; }
    .orbit-container .orbit-prev &gt; span,
    .orbit-container .orbit-next &gt; span {
      position: absolute;
      top: 50%;
      margin-top: -16px;
      display: block;
      width: 0;
      height: 0;
      border: solid 16px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev &gt; span {
      border-color: transparent;
      border-right-color: #fff; }
    .orbit-container .orbit-prev:hover &gt; span {
      border-right-color: #ccc; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next &gt; span {
      border-color: transparent;
      border-left-color: #fff;
      left: 50%;
      margin-left: -8px; }
    .orbit-container .orbit-next:hover &gt; span {
      border-left-color: #ccc; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px; }
  .orbit-bullets li {
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    float: left;
    margin-right: 6px;
    border: solid 2px #ccc;
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #ddd; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 48em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  z-index: 98;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  background-color: none;
  color: #fff;
  margin-left: -42.5%;
  width: 85%;
  background-color: transparent;
  padding: 1.25em;
  border: solid 0px none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 60px; }
  .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal &gt; :first-child {
    margin-top: 0; }
  .reveal-modal &gt; :last-child {
    margin-bottom: 0; }
  .reveal-modal .close-reveal-modal {
    font-size: 1.375em;
    line-height: 1;
    position: absolute;
    top: 0.5em;
    right: 0.6875em;
    color: white;
    font-weight: bold;
    cursor: pointer; }

@media only screen and (min-width: 48em) {
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em; }
    .reveal-modal.small {
      margin-left: -15%;
      width: 30%; }
    .reveal-modal.medium {
      margin-left: -20%;
      width: 40%; }
    .reveal-modal.large {
      margin-left: -30%;
      width: 60%; }
    .reveal-modal.xlarge {
      margin-left: -35%;
      width: 70%; }
    .reveal-modal.expand {
      margin-left: -47.5%;
      width: 95%; } }
@media print {
  div:not(.reveal-modal) {
    display: none; } }
/* Clearing Styles */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0; }
  [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  [data-clearing]:after {
    clear: both; }

.clearing-blackout {
  background: #111111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: white;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: white;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #ccc; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel &gt; ul {
    display: none; }

@media only screen and (min-width: 48em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev &gt; span,
    .clearing-main-next &gt; span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 16px; }

  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev &gt; span {
      left: 5px;
      border-color: transparent;
      border-right-color: white; }

  .clearing-main-next {
    right: 0; }
    .clearing-main-next &gt; span {
      border-color: transparent;
      border-left-color: white; }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.5; }

  .clearing-feature ~ li {
    display: none; }

  .clearing-assembled .clearing-container .carousel {
    background: #111111;
    height: 150px;
    margin-top: 5px; }
    .clearing-assembled .clearing-container .carousel &gt; ul {
      display: block;
      z-index: 999;
      width: 200%;
      height: 100%;
      margin-left: 0;
      position: relative;
      left: 0; }
      .clearing-assembled .clearing-container .carousel &gt; ul li {
        display: block;
        width: 175px;
        height: inherit;
        padding: 0;
        float: left;
        overflow: hidden;
        margin-right: 1px;
        position: relative;
        cursor: pointer;
        opacity: 0.4; }
        .clearing-assembled .clearing-container .carousel &gt; ul li.fix-height img {
          min-height: 100%;
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel &gt; ul li a.th {
          border: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel &gt; ul li img {
          cursor: pointer !important;
          min-width: 100% !important; }
        .clearing-assembled .clearing-container .carousel &gt; ul li.visible {
          opacity: 1; }
  .clearing-assembled .clearing-container .visible-img {
    background: #111111;
    overflow: hidden;
    height: 75%; }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }
/* Inline Lists */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list &gt; li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block; }
    .inline-list &gt; li &gt; * {
      display: block; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f2f2f2; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
    color: #333333; }
  .panel &gt; :first-child {
    margin-top: 0; }
  .panel &gt; :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625em; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #5d1012;
    margin-bottom: 1.25em;
    padding: 1.25em;
    background: #89171a;
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0) inset;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0) inset; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
      color: white; }
    .panel.callout &gt; :first-child {
      margin-top: 0; }
    .panel.callout &gt; :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625em; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
  .panel.radius {
    -webkit-border-radius: 0px;
    border-radius: 0px; }

/* Tables */
table {
  background: white;
  margin-bottom: 1.25em;
  border: solid 1px #dddddd; }
  table thead,
  table tfoot {
    background: whitesmoke;
    font-weight: bold; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5em 0.625em 0.625em;
      font-size: 1em;
      color: #222222;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 0.5625em 0.625em;
    font-size: 1em;
    color: #222222; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.125em; }

/*** PA Portal Styles ***/
/*** 2013 ***/
/* We use these to control header font styles */
/* We use these to control header font sizes */
/* These control how subheaders are styled. */
/* A general &lt;small&gt; styling */
/* We use these to style paragraphs */
/* We use these to style &lt;code&gt; tags */
/* We use these to style anchors */
/* We use these to style the &lt;hr&gt; element */
/* We use these to style lists */
/* We use these to style blockquotes */
/* Acronym styles */
/* We use these to control padding and margin */
/* We use these to control the border styles */
/* We use these to control full name font styles */
/* We use this to control the summary font styles */
/* We use this to control abbr padding */
/* We use this to control abbr font styles */
/* Foundation Alerts */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.25em;
  position: relative;
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
  font-size: 1em;
  background-color: #89171a;
  border-color: #5d1012;
  color: white; }
  .alert-box .close {
    font-size: 1.375em;
    padding: 5px 4px 4px;
    line-height: 0;
    position: absolute;
    top: 0.4375em;
    right: 0.3125em;
    color: #333333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    -webkit-border-radius: 0px;
    border-radius: 0px; }
  .alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: white; }
  .alert-box.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: white; }
  .alert-box.secondary {
    background-color: #194b6b;
    border-color: #0f2e42;
    color: white; }

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

html,
body {
  font-size: 100%; }

body {
  background: white;
  color: #333333;
  padding: 0;
  margin: 0;
  font-family: "Lato" "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative; }

a:focus {
  outline: none; }

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

object,
embed {
  height: 100%; }

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

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

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

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

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

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block; }

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

select {
  width: 100%; }

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row .column,
  .row .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left; }
  .row.collapse .column,
  .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

@media only screen {
  .row .column,
  .row .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .row .small-1 {
    position: relative;
    width: 8.33333%; }

  .row .small-2 {
    position: relative;
    width: 16.66667%; }

  .row .small-3 {
    position: relative;
    width: 25%; }

  .row .small-4 {
    position: relative;
    width: 33.33333%; }

  .row .small-5 {
    position: relative;
    width: 41.66667%; }

  .row .small-6 {
    position: relative;
    width: 50%; }

  .row .small-7 {
    position: relative;
    width: 58.33333%; }

  .row .small-8 {
    position: relative;
    width: 66.66667%; }

  .row .small-9 {
    position: relative;
    width: 75%; }

  .row .small-10 {
    position: relative;
    width: 83.33333%; }

  .row .small-11 {
    position: relative;
    width: 91.66667%; }

  .row .small-12 {
    position: relative;
    width: 100%; }

  .row .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .small-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .small-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .small-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48em) {
  .row .large-1 {
    position: relative;
    width: 8.33333%; }

  .row .large-2 {
    position: relative;
    width: 16.66667%; }

  .row .large-3 {
    position: relative;
    width: 25%; }

  .row .large-4 {
    position: relative;
    width: 33.33333%; }

  .row .large-5 {
    position: relative;
    width: 41.66667%; }

  .row .large-6 {
    position: relative;
    width: 50%; }

  .row .large-7 {
    position: relative;
    width: 58.33333%; }

  .row .large-8 {
    position: relative;
    width: 66.66667%; }

  .row .large-9 {
    position: relative;
    width: 75%; }

  .row .large-10 {
    position: relative;
    width: 83.33333%; }

  .row .large-11 {
    position: relative;
    width: 91.66667%; }

  .row .large-12 {
    position: relative;
    width: 100%; }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-2 {
    left: inherit; }

  .small-pull-2 {
    right: inherit; }

  .small-push-3 {
    left: inherit; }

  .small-pull-3 {
    right: inherit; }

  .small-push-4 {
    left: inherit; }

  .small-pull-4 {
    right: inherit; }

  .small-push-5 {
    left: inherit; }

  .small-pull-5 {
    right: inherit; }

  .small-push-6 {
    left: inherit; }

  .small-pull-6 {
    right: inherit; }

  .small-push-7 {
    left: inherit; }

  .small-pull-7 {
    right: inherit; }

  .small-push-8 {
    left: inherit; }

  .small-pull-8 {
    right: inherit; }

  .small-push-9 {
    left: inherit; }

  .small-pull-9 {
    right: inherit; }

  .small-push-10 {
    left: inherit; }

  .small-pull-10 {
    right: inherit; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -10px;
    *zoom: 1; }
    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
      content: " ";
      display: table; }
    [class*="block-grid-"]:after {
      clear: both; }
    [class*="block-grid-"] &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 10px; }

  .small-block-grid-1 &gt; li {
    width: 100%;
    padding: 0 10px 10px; }
    .small-block-grid-1 &gt; li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 &gt; li {
    width: 50%;
    padding: 0 10px 10px; }
    .small-block-grid-2 &gt; li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 &gt; li {
    width: 33.33333%;
    padding: 0 10px 10px; }
    .small-block-grid-3 &gt; li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 &gt; li {
    width: 25%;
    padding: 0 10px 10px; }
    .small-block-grid-4 &gt; li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 &gt; li {
    width: 20%;
    padding: 0 10px 10px; }
    .small-block-grid-5 &gt; li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 &gt; li {
    width: 16.66667%;
    padding: 0 10px 10px; }
    .small-block-grid-6 &gt; li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 &gt; li {
    width: 14.28571%;
    padding: 0 10px 10px; }
    .small-block-grid-7 &gt; li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 &gt; li {
    width: 12.5%;
    padding: 0 10px 10px; }
    .small-block-grid-8 &gt; li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 &gt; li {
    width: 11.11111%;
    padding: 0 10px 10px; }
    .small-block-grid-9 &gt; li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 &gt; li {
    width: 10%;
    padding: 0 10px 10px; }
    .small-block-grid-10 &gt; li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 &gt; li {
    width: 9.09091%;
    padding: 0 10px 10px; }
    .small-block-grid-11 &gt; li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 &gt; li {
    width: 8.33333%;
    padding: 0 10px 10px; }
    .small-block-grid-12 &gt; li:nth-of-type(12n+1) {
      clear: both; } }
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 48em) {
  .large-block-grid-1 &gt; li {
    width: 100%;
    padding: 0 10px 10px; }
    .large-block-grid-1 &gt; li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 &gt; li {
    width: 50%;
    padding: 0 10px 10px; }
    .large-block-grid-2 &gt; li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 &gt; li {
    width: 33.33333%;
    padding: 0 10px 10px; }
    .large-block-grid-3 &gt; li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 &gt; li {
    width: 25%;
    padding: 0 10px 10px; }
    .large-block-grid-4 &gt; li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 &gt; li {
    width: 20%;
    padding: 0 10px 10px; }
    .large-block-grid-5 &gt; li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 &gt; li {
    width: 16.66667%;
    padding: 0 10px 10px; }
    .large-block-grid-6 &gt; li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 &gt; li {
    width: 14.28571%;
    padding: 0 10px 10px; }
    .large-block-grid-7 &gt; li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 &gt; li {
    width: 12.5%;
    padding: 0 10px 10px; }
    .large-block-grid-8 &gt; li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 &gt; li {
    width: 11.11111%;
    padding: 0 10px 10px; }
    .large-block-grid-9 &gt; li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 &gt; li {
    width: 10%;
    padding: 0 10px 10px; }
    .large-block-grid-10 &gt; li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 &gt; li {
    width: 9.09091%;
    padding: 0 10px 10px; }
    .large-block-grid-11 &gt; li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 &gt; li {
    width: 8.33333%;
    padding: 0 10px 10px; }
    .large-block-grid-12 &gt; li:nth-of-type(12n+1) {
      clear: both; }

  [class*="small-block-grid-"] &gt; li {
    clear: none !important; } }
p.lead {
  font-size: 1.21875em;
  line-height: 1.6; }

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

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

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

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

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125em; }

h2 {
  font-size: 1.6875em; }

h3 {
  font-size: 1.375em; }

h4 {
  font-size: 1.125em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

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

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

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

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c; }

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

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.125em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square; }
ul.circle {
  list-style-type: circle; }
ul.disc {
  list-style-type: disc; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.125em;
  margin-bottom: 0; }

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

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

abbr {
  text-transform: none; }

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

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

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

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

@media only screen and (min-width: 48em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75em; }

  h2 {
    font-size: 2.3125em; }

  h3 {
    font-size: 1.6875em; }

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

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

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

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

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

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

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

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

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

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #89171a;
  border-color: #5d1012;
  color: white; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #5d1012; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #194b6b;
    border-color: #0f2e42;
    color: white; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #0f2e42; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: white; }
  button.success, .button.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #457a1a; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #970b0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.0625em;
    padding-left: 2em;
    font-size: 1.25em; }
  button.small, .button.small {
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em; }
  button.tiny, .button.tiny {
    padding-top: 0.4375em;
    padding-right: 0.875em;
    padding-bottom: 0.5em;
    padding-left: 0.875em;
    font-size: 0.6875em; }
  button.expand, .button.expand {
    padding-top: false;
    padding-right: 0px;
    padding-bottom: false0.0625em;
    padding-left: 0px;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75em; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75em; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #89171a;
    border-color: #5d1012;
    color: white;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #5d1012; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #89171a; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #194b6b;
      border-color: #0f2e42;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #0f2e42; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: white; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #194b6b; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #5da423;
      border-color: #457a1a;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #457a1a; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #5da423; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #c60f13;
      border-color: #970b0e;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #970b0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #c60f13; }

input.button,
button.button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em; }
  input.button.tiny,
  button.button.tiny {
    padding-top: 0.5em;
    padding-bottom: 0.4375em; }
  input.button.small,
  button.button.small {
    padding-top: 0.625em;
    padding-bottom: 0.5625em; }
  input.button.large,
  button.button.large {
    padding-top: 1.03125em;
    padding-bottom: 1.03125em; }

@media only screen {
  .button {
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0) inset;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0) inset;
    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out; }
    .button.radius {
      -webkit-border-radius: 0px;
      border-radius: 0px; }
    .button.round {
      -webkit-border-radius: 1000px;
      border-radius: 1000px; } }
@media only screen and (min-width: 48em) {
  .button {
    display: inline-block; } }
/* Standard Forms */
form {
  margin: 0 0 1em; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: -0.5em; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5em; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
form .row input.column,
form .row input.columns {
  padding-left: 0.5em; }

/* Label Styles */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em; }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1em 0;
    padding: 0.625em 0; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span so buttons keep their own */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333; }
  span.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px; }

span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333; }
  span.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius &gt; *:first-child, .input-group.radius &gt; *:first-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }
.input-group.radius &gt; *:last-child, .input-group.radius &gt; *:last-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }
.input-group.round &gt; *:first-child, .input-group.round &gt; *:first-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
.input-group.round &gt; *:last-child, .input-group.round &gt; *:last-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dddddd; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em; }

/* Error Handling */
.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1); }
  .error input:focus,
  input.error:focus,
  .error textarea:focus,
  textarea.error:focus {
    background: #fafafa;
    border-color: #999999; }

.error label,
label.error {
  color: #c60f13; }

.error small,
small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }

.top-bar {
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  position: relative;
  background: #aa2631;
  /* Old browsers */
  background: -moz-linear-gradient(top, #aa2631 0%, #89171a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aa2631), color-stop(100%, #89171a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #aa2631 0%, #89171a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #aa2631 0%, #89171a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #aa2631 0%, #89171a 100%);
  /* IE10+ */
  background: linear, to bottom, #aa2631 0%, #89171a 100%;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa2631', endColorstr='#89171a',GradientType=0 );
  /* IE6-9 */
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 2.45em; }
  .top-bar .button {
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 0; }
  .top-bar .title-area {
    position: relative; }
  .top-bar .name {
    height: 60px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 60px;
      font-size: 1.25em;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: 200;
        color: white;
        width: 100%;
        z-index: 300;
        float: left;
        display: block;
        padding: 0 20px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: white;
      text-transform: uppercase;
      font-size: 0.8125em;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 20px;
      height: 60px;
      line-height: 60px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 20px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        text-indent: -48px;
        width: 34px;
        height: 34px;
        line-height: 33px;
        padding: 0;
        color: white; }
        .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; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .toggle-topbar a {
      color: white; }
      .top-bar.expanded .toggle-topbar a span {
        -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; }

.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; }
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider {
    border-bottom: solid 1px #a6161d;
    border-top: solid 1px #4c0a0d;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li &gt; a {
    display: block;
    width: 100%;
    color: white;
    padding: 12px 0 12px 0;
    padding-left: 20px;
    font-size: 1em;
    font-weight: normal;
    height: 60px; }
    .top-bar-section ul li &gt; a.button {
      background: #89171a;
      font-size: 1em; }
      .top-bar-section ul li &gt; a.button:hover {
        background: #5d1012; }
    .top-bar-section ul li &gt; a.button.secondary {
      background: #194b6b; }
      .top-bar-section ul li &gt; a.button.secondary:hover {
        background: #0f2e42; }
    .top-bar-section ul li &gt; a.button.success {
      background: #5da423; }
      .top-bar-section ul li &gt; a.button.success:hover {
        background: #457a1a; }
    .top-bar-section ul li &gt; a.button.alert {
      background: #c60f13; }
      .top-bar-section ul li &gt; a.button.alert:hover {
        background: #970b0e; }
  .top-bar-section .has-form {
    padding: 20px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown &gt; a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: solid 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.2);
      margin-right: 20px;
      margin-top: -4.5px;
      position: absolute;
      top: 22px;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved &gt; .dropdown {
        visibility: visible; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    z-index: 99; }
    .top-bar-section .dropdown li {
      width: 100%; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 20px; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: white;
          line-height: 30px;
          display: block; }
    .top-bar-section .dropdown label {
      padding: 8px 20px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: white;
      font-weight: bold;
      font-size: 0.625em; }

.top-bar-js-breakpoint {
  width: 48em !important;
  visibility: hidden; }

.js-generated {
  display: block; }

@media only screen and (min-width: 48em) {
  .top-bar {
    *zoom: 1;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button {
      line-height: 2em;
      font-size: 0.875em;
      height: 2em;
      padding: 0 10px;
      position: relative;
      top: 8px; }
    .top-bar.expanded {
      background: #aa2631; }

  .contain-to-grid .top-bar {
    max-width: 75em;
    margin: 0 auto; }

  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li a:not(.button) {
      padding: 0 20px;
      line-height: 60px; }
    .top-bar-section .has-dropdown &gt; a {
      padding-right: 35px !important; }
      .top-bar-section .has-dropdown &gt; a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: rgba(255, 255, 255, 0.2) transparent transparent transparent;
        margin-top: -2.5px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved &gt; .dropdown {
        visibility: hidden; }
    .top-bar-section .has-dropdown:hover &gt; .dropdown, .top-bar-section .has-dropdown:active &gt; .dropdown {
      visibility: visible; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown &gt; a:after {
      border: none;
      content: "\00bb";
      margin-top: -7px;
      right: 5px; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        padding: 7px 20px; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #bf2b37; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section &gt; ul &gt; .divider {
      border-bottom: none;
      border-top: none;
      clear: none;
      height: 60px;
      width: 0px; }
    .top-bar-section .has-form {
      background: #aa2631;
      padding: 0 20px;
      height: 60px; }
    .top-bar-section ul.right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section ul.right li .dropdown li .dropdown {
        right: 100%; } }
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: whitesmoke; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .orbit-container .orbit-slides-container img {
      display: block; }
    .orbit-container .orbit-slides-container &gt; * {
      position: relative;
      float: left;
      height: 100%; }
      .orbit-container .orbit-slides-container &gt; * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        width: 100%;
        padding: 10px 14px;
        font-size: 0.875em; }
        .orbit-container .orbit-slides-container &gt; * .orbit-caption * {
          color: white; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 6px;
    width: 100px; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 100%;
      background-color: black;
      background-color: rgba(0, 0, 0, 0.6);
      display: block;
      width: 0%; }
    .orbit-container .orbit-timer &gt; span {
      display: none;
      position: absolute;
      top: 10px;
      right: 0px;
      width: 11px;
      height: 14px;
      border: solid 4px #000;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused &gt; span {
      right: -6px;
      top: 9px;
      width: 11px;
      height: 14px;
      border: solid 8px;
      border-color: transparent transparent transparent #000; }
  .orbit-container:hover .orbit-timer &gt; span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 60px;
    line-height: 50px;
    color: white;
    text-indent: -9999px !important; }
    .orbit-container .orbit-prev &gt; span,
    .orbit-container .orbit-next &gt; span {
      position: absolute;
      top: 50%;
      margin-top: -16px;
      display: block;
      width: 0;
      height: 0;
      border: solid 16px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev &gt; span {
      border-color: transparent;
      border-right-color: #fff; }
    .orbit-container .orbit-prev:hover &gt; span {
      border-right-color: #ccc; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next &gt; span {
      border-color: transparent;
      border-left-color: #fff;
      left: 50%;
      margin-left: -8px; }
    .orbit-container .orbit-next:hover &gt; span {
      border-left-color: #ccc; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px; }
  .orbit-bullets li {
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    float: left;
    margin-right: 6px;
    border: solid 2px #ccc;
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #ddd; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 48em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  z-index: 98;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  background-color: none;
  color: #fff;
  margin-left: -42.5%;
  width: 85%;
  background-color: transparent;
  padding: 1.25em;
  border: solid 0px none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 60px; }
  .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal &gt; :first-child {
    margin-top: 0; }
  .reveal-modal &gt; :last-child {
    margin-bottom: 0; }
  .reveal-modal .close-reveal-modal {
    font-size: 1.375em;
    line-height: 1;
    position: absolute;
    top: 0.5em;
    right: 0.6875em;
    color: white;
    font-weight: bold;
    cursor: pointer; }

@media only screen and (min-width: 48em) {
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em; }
    .reveal-modal.small {
      margin-left: -15%;
      width: 30%; }
    .reveal-modal.medium {
      margin-left: -20%;
      width: 40%; }
    .reveal-modal.large {
      margin-left: -30%;
      width: 60%; }
    .reveal-modal.xlarge {
      margin-left: -35%;
      width: 70%; }
    .reveal-modal.expand {
      margin-left: -47.5%;
      width: 95%; } }
@media print {
  div:not(.reveal-modal) {
    display: none; } }
/* Clearing Styles */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0; }
  [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  [data-clearing]:after {
    clear: both; }

.clearing-blackout {
  background: #111111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: white;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: white;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #ccc; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel &gt; ul {
    display: none; }

@media only screen and (min-width: 48em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev &gt; span,
    .clearing-main-next &gt; span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 16px; }

  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev &gt; span {
      left: 5px;
      border-color: transparent;
      border-right-color: white; }

  .clearing-main-next {
    right: 0; }
    .clearing-main-next &gt; span {
      border-color: transparent;
      border-left-color: white; }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.5; }

  .clearing-feature ~ li {
    display: none; }

  .clearing-assembled .clearing-container .carousel {
    background: #111111;
    height: 150px;
    margin-top: 5px; }
    .clearing-assembled .clearing-container .carousel &gt; ul {
      display: block;
      z-index: 999;
      width: 200%;
      height: 100%;
      margin-left: 0;
      position: relative;
      left: 0; }
      .clearing-assembled .clearing-container .carousel &gt; ul li {
        display: block;
        width: 175px;
        height: inherit;
        padding: 0;
        float: left;
        overflow: hidden;
        margin-right: 1px;
        position: relative;
        cursor: pointer;
        opacity: 0.4; }
        .clearing-assembled .clearing-container .carousel &gt; ul li.fix-height img {
          min-height: 100%;
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel &gt; ul li a.th {
          border: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel &gt; ul li img {
          cursor: pointer !important;
          min-width: 100% !important; }
        .clearing-assembled .clearing-container .carousel &gt; ul li.visible {
          opacity: 1; }
  .clearing-assembled .clearing-container .visible-img {
    background: #111111;
    overflow: hidden;
    height: 75%; }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }
/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f2f2f2; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
    color: #333333; }
  .panel &gt; :first-child {
    margin-top: 0; }
  .panel &gt; :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625em; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #5d1012;
    margin-bottom: 1.25em;
    padding: 1.25em;
    background: #89171a;
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0) inset;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0) inset; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
      color: white; }
    .panel.callout &gt; :first-child {
      margin-top: 0; }
    .panel.callout &gt; :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625em; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
  .panel.radius {
    -webkit-border-radius: 0px;
    border-radius: 0px; }

/* Tables */
table {
  background: white;
  margin-bottom: 1.25em;
  border: solid 1px #dddddd; }
  table thead,
  table tfoot {
    background: whitesmoke;
    font-weight: bold; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5em 0.625em 0.625em;
      font-size: 0.875em;
      color: #222222;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 0.5625em 0.625em;
    font-size: 0.875em;
    color: #222222; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.125em; }

/* Image Thumbnails */
.th {
  display: inline-block;
  border: solid 4px white;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(137, 23, 26, 0.5);
    box-shadow: 0 0 6px 1px rgba(137, 23, 26, 0.5); }
  .th.radius {
    -webkit-border-radius: 0px;
    border-radius: 0px; }

/* Breadcrumbs */
.breadcrumbs {
  display: block;
  padding: 0.375em 0.875em 0.5625em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #1e5980;
  border-color: #143d56;
  -webkit-border-radius: 0px;
  border-radius: 0px; }
  .breadcrumbs li {
    margin: 0;
    padding: 0 0.75em 0 0;
    float: left; }
    .breadcrumbs li:hover a, .breadcrumbs li:focus a {
      text-decoration: underline; }
    .breadcrumbs li a,
    .breadcrumbs li span {
      font-size: 0.6875em;
      padding-left: 0.75em;
      text-transform: uppercase;
      color: #89171a; }
    .breadcrumbs li.current a {
      cursor: default;
      color: #333333; }
    .breadcrumbs li.current:hover a, .breadcrumbs li.current:focus a {
      text-decoration: none; }
    .breadcrumbs li.unavailable a {
      color: #999999; }
    .breadcrumbs li.unavailable:hover a,
    .breadcrumbs li.unavailable a:focus {
      text-decoration: none;
      color: #999999;
      cursor: default; }
    .breadcrumbs li:before {
      content: "/";
      color: #aaaaaa;
      position: relative;
      top: 1px; }
    .breadcrumbs li:first-child a, .breadcrumbs li:first-child span {
      padding-left: 0; }
    .breadcrumbs li:first-child:before {
      content: " "; }

/* Side Nav */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25em 0 1.125em;
  padding-top: 0.25em;
  margin-right: 0;
  margin-left: -0.5625em; }
  .sub-nav dt,
  .sub-nav dd {
    float: left;
    display: inline;
    margin-left: 0.5625em;
    margin-bottom: 0.625em;
    font-weight: normal;
    font-size: 0.875em; }
    .sub-nav dt a,
    .sub-nav dd a {
      color: #999999;
      text-decoration: none; }
    .sub-nav dt.active a,
    .sub-nav dd.active a {
      -webkit-border-radius: 1000px;
      border-radius: 1000px;
      font-weight: bold;
      background: #89171a;
      padding: 0.1875em 0.5625em;
      cursor: default;
      color: white; }

/* Pagination */
.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em; }
  .pagination li {
    display: block;
    float: left;
    height: 1.5em;
    color: #222222;
    font-size: 0.875em;
    margin-left: 0.3125em; }
    .pagination li a {
      display: block;
      padding: 0.0625em 0.4375em 0.0625em;
      color: #999999; }
    .pagination li:hover a,
    .pagination li a:focus {
      background: #e6e6e6; }
    .pagination li.unavailable a {
      cursor: default;
      color: #999999; }
    .pagination li.unavailable:hover a, .pagination li.unavailable a:focus {
      background: transparent; }
    .pagination li.current a {
      background: #89171a;
      color: white;
      font-weight: bold;
      cursor: default; }
      .pagination li.current a:hover, .pagination li.current a:focus {
        background: #89171a; }

.pagination-centered {
  text-align: center; }
  .pagination-centered ul &gt; li {
    float: none;
    display: inline-block; }

@media only screen and (max-width: 767px) {
  .f-dropdown {
    max-width: 100%;
    left: 0; } }
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  padding: 1.25em;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown *:first-child {
    margin-top: 0; }
  .f-dropdown *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 6px;
    border-color: transparent transparent white transparent;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 7px;
    border-color: transparent transparent #cccccc transparent;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown li {
    font-size: 0.875em;
    cursor: pointer;
    padding: 0.3125em 0.625em;
    line-height: 1.125em;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #eeeeee; }
    .f-dropdown li a {
      color: #555555; }
  .f-dropdown.content {
    position: absolute;
    top: -9999px;
    list-style: none;
    padding: 1.25em;
    width: 100%;
    height: auto;
    max-height: none;
    background: white;
    border: solid 1px #cccccc;
    font-size: 16px;
    z-index: 99;
    max-width: 200px; }
    .f-dropdown.content *:first-child {
      margin-top: 0; }
    .f-dropdown.content *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }

html, body {
  margin: 0;
  padding: 0;
  font-family: "Lato", "Helvetica Nueue", Helvetica, Arial, sans-serif; }

#s4-ribbonrow {
  text-transform: none !important; }
  #s4-ribbonrow img, #s4-ribbonrow object, #s4-ribbonrow iframe, #s4-ribbonrow video, #s4-ribbonrow audio {
    max-width: auto !important;
    width: auto !important; }
  #s4-ribbonrow li {
    border-bottom: none; }
  #s4-ribbonrow a {
    text-decoration: inherit;
    border: inherit;
    border-bottom: none;
    text-transform: none; }

#wrap {
  margin: 0;
  padding: 0; }
  #wrap img, #wrap object, #wrap iframe, #wrap video, #wrap audio {
    max-width: 100%;
    width: 100%; }

#wrap.Home {
  background: #fff; }
  @media only screen and (min-width: 48em) {
    #wrap.Home {
      background: #00619e url(../img/backgrounds/services.jpg) 50% 100% no-repeat fixed;
      background-size: 100%;
      margin: 0;
      padding: 0; } }

body {
  background: transparent; }

strong {
  font-weight: 500; }

.services-info {
  margin-bottom: 1em;
  background: #194B6B;
  background: rgba(25, 75, 107, 0.9);
  color: #fff;
  padding: .5em 1em; }
  .services-info h3, .services-info h4 {
    color: #fff !important;
    font-size: 1.5em; }
  .services-info a, .services-info h2, .services-info h3, .services-info h4, .services-info h5, .services-info h6 {
    color: #fff; }
  .services-info li {
    list-style: none;
    display: block;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .services-info li:last-child {
      border-bottom: none; }
    .services-info li a {
      display: block;
      cursor: pointer;
      padding: .25em 0; }
    .services-info li a:hover {
      background: rgba(255, 255, 255, 0.1); }
  .services-info :last-child {
    border-bottom: none; }
  .services-info a.button {
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    display: block;
    margin: 1em auto 0 auto;
    padding: .5em; }
  .services-info.feature {
    text-align: center !important; }
    .services-info.feature h3 {
      font-size: 1.4em;
      letter-spacing: .05em;
      text-align: center !important; }

.other-info {
  background: #A7A9AB;
  color: #fff;
  float: right;
  padding: .5em 1em; }
  .other-info h3, .other-info h4 {
    color: #fff !important; }
  .other-info a, .other-info h2, .other-info h3, .other-info h4, .other-info h5, .other-info h6 {
    color: #fff; }
  .other-info :last-child {
    border-bottom: none; }
  .other-info li {
    list-style: none;
    display: block;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .other-info li:last-child {
      border-bottom: none; }
    .other-info li a {
      display: block;
      cursor: pointer;
      padding: .25em 0; }
    .other-info li a:hover {
      background: rgba(255, 255, 255, 0.1); }
  .other-info :last-child {
    border-bottom: none; }
  .other-info a.button {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    display: block;
    margin: 1em auto 0 auto;
    padding: .5em; }

/*** General Styles ***/
.desktop-clear {
  clear: both; }

.mobile-clear {
  clear: both; }

@media only screen and (min-width: 48em) {
  .mobile-clear {
    clear: none; } }
strong {
  font-weight: 400; }

abbr {
  text-decoration: none;
  border-bottom: none !important;
  color: inherit;
  font-size: inherit; }

.contain-to-grid.navigation {
  width: 100%;
  background: #aa2631;
  /* Old browsers */
  background: -moz-linear-gradient(top, #aa2631 0%, #89171a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aa2631), color-stop(100%, #89171a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #aa2631 0%, #89171a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #aa2631 0%, #89171a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #aa2631 0%, #89171a 100%);
  /* IE10+ */
  background: linear, to bottom, #aa2631 0%, #89171a 100%;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa2631', endColorstr='#89171a',GradientType=0 );
  /* IE6-9 */ }

nav.top-bar {
  background: #aa2631;
  /* Old browsers */
  background: -moz-linear-gradient(top, #aa2631 0%, #89171a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aa2631), color-stop(100%, #89171a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #aa2631 0%, #89171a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #aa2631 0%, #89171a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #aa2631 0%, #89171a 100%);
  /* IE10+ */
  background: linear, to bottom, #aa2631 0%, #89171a 100%;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa2631', endColorstr='#89171a',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }
  nav.top-bar h1 {
    padding-left: 0.7375em;
    padding-top: .25em;
    width: 120px;
    float: left; }
  nav.top-bar h1, nav.top-bar h2, nav.top-bar a {
    color: #fff;
    margin: 0; }
  nav.top-bar h1 a:hover {
    opacity: .9; }
  nav.top-bar ul.right {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  nav.top-bar ul.right li {
    text-transform: uppercase;
    font-weight: 200;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: rgba(0, 0, 0, 0.1); }
  nav.top-bar ul.right li:first-child {
    border-top: none; }
  nav.top-bar ul.right li:last-child {
    border-right: none; }
  nav.top-bar ul.right li:hover, nav.top-bar ul.right li a:hover {
    background: rgba(0, 0, 0, 0.2) !important; }
  nav.top-bar a {
    display: inline-block;
    float: left;
    letter-spacing: 0.1em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
  nav.top-bar ul.right li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  nav.top-bar li:first-child a {
    border-left: none; }
  nav.top-bar li:last-child a {
    border-right: none; }
  nav.top-bar h1 a {
    display: block;
    text-indent: -350%;
    font-size: 1px;
    white-space: nowrap;
    overflow: hidden;
    width: 140px;
    height: 50px;
    background: url(../img/sprites/portal.png) top left no-repeat;
    float: left;
    margin: .25em 0 0 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    nav.top-bar h1 a {
      background: url(../img/sprites/portalx2.png) no-repeat 0 0;
      background-size: 600px 600px;
      width: 99px;
      height: 42px; } }

.top-bar.expanded ul.right li a {
  background: rgba(0, 0, 0, 0.25); }

li.toggle-topbar.menu-icon, .top-bar a.search-button {
  background: rgba(0, 0, 0, 0.2);
  padding-right: .5em;
  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  -ms-border-radius: .2em;
  -o-border-radius: .3em;
  border-radius: .3em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.top-bar .toggle-topbar.menu-icon a:active {
  background: none;
  outline: none; }

.top-bar .toggle-topbar.search-button {
  border: 1px solid purple;
  display: inline-block;
  float: left;
  margin-right: 7em; }

.top-bar a.search-button {
  display: block;
  float: right;
  margin: .9em 7em 0 0;
  text-align: center !important;
  padding: 0 .3em;
  padding-right: auto;
  height: 2.25em; }
  .top-bar a.search-button span {
    display: none; }
  .top-bar a.search-button i {
    display: inline-block;
    font-size: 1.25em; }

@media only screen and (min-width: 48em) {
  .top-bar a.search-button {
    display: none; } }
ul.right li.current {
  background: rgba(0, 0, 0, 0.2) !important;
  -webkit-text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: -5px 0 6px rgba(0, 0, 0, 0.1) inset, 5px 0 6px rgba(0, 0, 0, 0.1) inset, 0 5px 6px rgba(0, 0, 0, 0.1) inset; }

.top-bar .name h1 a {
  width: 120px; }

.top-bar-section ul li a {
  float: left; }

.top-bar-section ul li a:hover {
  background: rgba(0, 0, 0, 0.2); }

.banner {
  position: relative;
  width: 100%;
  padding: .5em 0 0 0; }
  .banner h2 {
    color: #fff;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 300;
    margin: .75em 0 0 0;
    padding: 0;
    letter-spacing: 0.05em;
    color: #555;
    display: inline-block;
    margin-left: 0.4375em; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .banner h2 {
        font-weight: 400; } }
    @media only screen and (min-width: 48em) {
      .banner h2 {
        font-size: 2em;
        padding: .1em .2em;
        color: #fff;
        } }
  @media only screen and (min-width: 48em) {
    .banner {
      bottom: 0;
      padding: 1em 0;
      background: url(../img/backgrounds/banner-one.jpg) bottom center no-repeat;
      -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset, 0 5px 5px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset, 0 5px 5px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset, 0 5px 5px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset, 0 5px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset, 0 5px 5px rgba(0, 0, 0, 0.2); } }

#wrap.Government .banner {
  background: none; }
  @media only screen and (min-width: 48em) {
    #wrap.Government .banner {
      background: url(../img/backgrounds/banner-gov.jpg) bottom center no-repeat;
      background-size: cover;
      -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset, 0 5px 5px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset, 0 5px 5px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset, 0 5px 5px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset, 0 5px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset, 0 5px 5px rgba(0, 0, 0, 0.2); } }

#wrap.Information .banner, #wrap.Home .banner {
  background: none; }
  @media only screen and (min-width: 48em) {
    #wrap.Information .banner, #wrap.Home .banner {
      background: url(../img/backgrounds/banner-one.jpg) bottom center no-repeat;
      background-size: cover;
      -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset, 0 5px 5px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset, 0 5px 5px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset, 0 5px 5px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset, 0 5px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset, 0 5px 5px rgba(0, 0, 0, 0.2); } }

#wrap.Services .banner {
  background: none; }
  @media only screen and (min-width: 48em) {
    #wrap.Services .banner {
      background: url(../img/backgrounds/banner-services.jpg) bottom center no-repeat;
      background-size: cover;
      -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
      -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
      -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); } }

@media only screen and (min-width: 48em) {
  .banner {
    height: 340px;
    padding: 0; }

  .banner.interior {
    height: 243px; }

  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both; }
@media only screen and (min-width: 48em) {
  .banner.interior {
    background: url(../img/backgrounds/banner-one.jpg) 50% 65% no-repeat;
    background-size: cover; } }

.portal-search {
  display: none; }

@media only screen and (min-width: 48em) {
  .portal-search {
    display: block;
    margin: 0;
    font-size: 1em;
    padding: 3em 0 0 0; }
    .portal-search ::-webkit-input-placeholder {
      color: 444;
      color: rgba(0, 0, 0, 0.4); }
    .portal-search input[type="search"] {
      padding: .5em !important;
      font-weight: 400;
      background: #fff;
      background: rgba(255, 255, 255, 0.8);
      height: 2.75em !important;
      -webkit-appearance: none !important;
      -webkit-border-radius: 0 !important;
      -moz-border-radius: none;
      -ms-border-radius: none;
      -o-border-radius: none;
      border-radius: 0 !important; }
    .portal-search input[type="search"]:focus, .portal-search input[type="search"]:active {
      background: #fff;
      background: white; }
    .portal-search a.search-button {
      font-size: 0.875em;
      line-height: 1em;
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
      background: #89171A;
      text-align: center;
      display: inline-block;
      border: 1px solid #89171a;
      padding: .5em;
      vertical-align: top;
      height: 2.75em; }
      .portal-search a.search-button span {
        text-indent: -200%;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        float: left;
        line-height: 0.04em;
        position: absolute;
        left: -300%; }
      .portal-search a.search-button i {
        font-size: 1.5em;
        line-height: 1em;
        display: block;
        text-align: center; } }
#search-modal input[type="search"] {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: 0 !important; }

h2.tagline {
  background: none;
  text-align: center;
  color: #555;
  display: inline-block;
  margin: 0 auto;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  font-weight: 300;
  font-size: 1em; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    h2.tagline {
      font-weight: 400; } }

#wrap.Home .banner h2.tagline {
  text-align: center;
  padding: .2em .5em;
  font-weight: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-left: 15px;
  color: #555; }
  @media only screen and (min-width: 48em) {
    #wrap.Home .banner h2.tagline {
      color: #fff;
      color: rgba(255, 255, 255, 0.85);
      background: rgba(0, 0, 0, 0.5); } }

#wrap.Home .banner h2.tagline span {
  font-weight: 500; }

@media only screen and (min-width: 48em) {
  h2.tagline {
    font-size: 1.5em;
    padding: .35em;
    text-align: center;
    color: #fff;
    width: auto;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 2em; } }
ul.secondary-features {
  display: none; }

@media only screen and (min-width: 48em) {
  ul.secondary-features {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    text-align: right; }
    ul.secondary-features li {
      list-style: none; }
    ul.secondary-features a {
      background: rgba(0, 0, 0, 0.3);
      font-weight: 300;
      display: inline-block;
      letter-spacing: 0.05em;
      padding: .2em .5em;
      font-size: 0.625em;
      color: #fff;
      text-align: right;
      text-transform: uppercase;
      -webkit-transition: all 200ms ease-out;
      -moz-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
    ul.secondary-features a:hover, ul.secondary-features a:active {
      background: black; } }
    @media only screen and (min-width: 48em) and (min-width: 48em) {
      ul.secondary-features a {
        font-size: 1em;
        margin: 0 0 .25em 0; } }
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  letter-spacing: 0.05em; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-weight: bold;
    font-weight: 500; }

.initiatives, .services {
  position: relative;
  padding: 1.5em 0 0 0; }

.services {
  padding-bottom: 6em; }

.initiatives {
  background: #fff; }
  .initiatives a {
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.05em; }
  .initiatives img {
    margin: 0 0 .5em 0; }
    .initiatives img :hover {
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .initiatives .next a, .initiatives .back a {
    display: inline-block;
    position: absolute;
    top: 40%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-indent: -200%;
    overflow: hidden; }
  .initiatives .next a {
    right: 0; }
  .initiatives .back a {
    left: 0; }

.secondary-band {
  clear: both;
  background: #fff;
  padding: 0em 0 3em 0; }
  @media only screen and (min-width: 48em) {
    .secondary-band {
      -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset;
      -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset;
      -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset;
      -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset; } }
  .secondary-band li {
    list-style: none;
    display: block;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid #eee; }
    .secondary-band li:last-child {
      border-bottom: none; }
    .secondary-band li a {
      display: block;
      cursor: pointer;
      padding: .25em 0; }
    .secondary-band li a:hover {
      background: rgba(255, 255, 255, 0.1); }

.alert {
  margin-bottom: 1em; }

.primary-content {
  padding: 0;
  margin: 0; }

#page {
  height: 100%; }

.content-container {
  max-width: 1200px;
  padding: 2em 0;
  margin: 0 auto;
  background: transparent; }

.services, .primary-content {
  background: transparent;
  padding: 2em 0 4em 0;
  margin: 0 auto 0 auto; }
  @media only screen and (min-width: 48em) {
    .services .other-info, .primary-content .other-info {
      float: right !important; } }
  .services .other-info, .primary-content .other-info {
    float: none;
    width: 100%; }
  .services h3, .primary-content h3 {
    color: #89171a; }

.primary-content {
  padding: 0 0 4em 0;
  background: none;
  z-index: 100; }

@media only screen and (min-width: 48em) {
  .primary-content .services-info, .primary-content .other-info {
    margin-bottom: 2em;
    width: 48%;
    float: left; } }

.row h3.number, .row h4.number {
  font-family: "Arvo", Georgia, "Times New Roman", serif;
  text-align: center;
  font-size: 3em;
  margin-bottom: 0;
  padding-bottom: 0; }

/*** Orbit Overrides ***/
.orbit-container {
  background: none; }

.orbit-container .orbit-slide-number {
  display: none; }

.orbit-bullets {
  margin: 0 auto;
  width: 50%;
  text-align: center; }

.orbit-bullets li {
  float: none;
  text-align: center;
  display: inline-block; }

/*** Alert Bar ***/
.alert {
  opacity: .9;
  color: #fff;
  text-transform: uppercase;
  padding: 1em;
  letter-spacing: 0.075em;
  margin: 1em 0 0 0;
  background: #C32026;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3); }
  .alert a {
    display: block;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15); }
  .alert :hover {
    opacity: 1; }

.alert.normal {
  background: #194b6b; }

.alert.elevated {
  background: #DD660E; }

/*** Button Panels ***/
.button-panel {
  position: relative;
  margin-bottom: .2em;
  opacity: .9;
  height: 3.5em;
  color: #fff;
  padding: 0;
  background: #1f788e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1f788e 0%, #174b6b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f788e), color-stop(100%, #174b6b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1f788e 0%, #174b6b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1f788e 0%, #174b6b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1f788e 0%, #174b6b 100%);
  /* IE10+ */
  background: linear, to bottom, #1f788e 0%, #174b6b 100%;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f788e', endColorstr='#174b6b',GradientType=0 );
  /* IE6-9 */
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  @media only screen and (min-width: 48em) {
    .button-panel {
      margin-bottom: 1.05em; } }
  .button-panel a {
    cursor: pointer; }
  .button-panel h3 {
    width: 100%;
    position: absolute;
    bottom: 20%;
    margin: 0;
    line-height: 1.2em;
    padding: 1em;
    display: block;
    font-size: 0.75em !important;
    background: transparent;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 300; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .button-panel h3 {
        font-weight: 400; } }
    @media only screen and (min-width: 48em) {
      .button-panel h3 {
        font-size: 0.8125em !important;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5); } }
  .button-panel i {
    position: absolute;
    right: 0;
    padding: 0;
    text-align: right;
    display: inline-block;
    top: 30%;
    opacity: .5;
    font-size: 1.5em !important;
    color: #fff !important; }
    @media only screen and (min-width: 48em) {
      .button-panel i {
        display: none; } }
  .button-panel i.large-icon {
    right: 0;
    left: 10%;
    right: auto;
    opacity: .1;
    font-size: 4em !important;
    top: 0; }
    @media only screen and (min-width: 48em) {
      .button-panel i.large-icon {
        display: block;
        left: 0;
        top: auto;
        bottom: .55em;
        opacity: .4; } }
  .button-panel img {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left; }

.button-panel.level-two {
  background: #52849b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #52849b 0%, #477187 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #52849b), color-stop(100%, #477187));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #52849b 0%, #477187 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #52849b 0%, #477187 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #52849b 0%, #477187 100%);
  /* IE10+ */
  background: linear, to bottom, #52849b 0%, #477187 100%;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52849b', endColorstr='#477187',GradientType=0 );
  /* IE6-9 */ }

.button-panel.level-three {
  background: #73a7b7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #73a7b7 0%, #648d9f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #73a7b7), color-stop(100%, #648d9f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #73a7b7 0%, #648d9f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #73a7b7 0%, #648d9f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #73a7b7 0%, #648d9f 100%);
  /* IE10+ */
  background: linear, to bottom, #73a7b7 0%, #648d9f 100%;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73a7b7', endColorstr='#648d9f',GradientType=0 );
  /* IE6-9 */ }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .button-panel h3 {
    font-weight: normal; } }
.button-panel:hover, .button-panel:active {
  opacity: 1;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }

@media only screen and (min-width: 48em) {
  #wrap .button-panel.governor {
    filter: none;
    background: #194b6b url(../img/content/government/governor.jpg) center no-repeat; }

  #wrap .button-panel.lt-governor {
    filter: none;
    background: #194b6b url(../img/content/government/ltgovernor.jpg) center no-repeat;
    background-size: cover; }

  #wrap .button-panel.goverment_b1 {
    filter: none;
    background: #194B6B center no-repeat;
    background-size: cover; }

  #wrap .button-panel.goverment_b2 {
    filter: none;
    background: #194B6B center no-repeat;
    background-size: cover; }

  #wrap .button-panel.goverment_b3 {
    filter: none;
    background: #194b6b url(../img/content/government/cabinetMembers.jpg) center no-repeat;
    background-size: cover; }

  #wrap .button-panel.goverment_b4 {
    filter: none;
    background: #194b6b url(../img/content/government/electedOfficials.jpg) center no-repeat;
    background-size: cover; }

  #wrap .button-panel.goverment_b5 {
    filter: none;
    background: #194B6B center no-repeat;
    background-size: cover; }

  #wrap .button-panel.auditor-general {
    filter: none;
    background: #194b6b url(../img/content/government/auditor-general.jpg) center no-repeat;
    background-size: cover; }

  #wrap .button-panel.treasurer {
    filter: none;
    background: #194b6b url(../img/content/government/treasurer.jpg) center no-repeat;
    background-size: cover; }

  #wrap .button-panel.house-of-representatives {
    filter: none;
    background: #194b6b url(../img/content/government/house-of-representatives.jpg) center no-repeat;
    background-size: cover; }

  #wrap .button-panel.senate {
    filter: none;
    background: #194b6b url(../img/content/government/senate.jpg) center no-repeat;
    background-size: cover; }

  #wrap .button-panel.cabinet-members {
    filter: none;
    background: #194b6b url(../img/content/government/cabinet.jpg) center no-repeat;
    background-size: cover; }

  #wrap .button-panel.local-government {
    filter: none;
    background: #194b6b url(../img/content/government/local.jpg) center no-repeat;
    background-size: cover; } }
/*** Main row content ***/
.main .row {
  background: #fff;
  padding: 1em 0; }

.row .main {
  padding: 0 0 3em 0; }
.row h3 {
  font-size: 1em;
  font-weight: 300;
  clear: both; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .row h3 {
      font-weight: 400; } }

#page.tertiary .primary-content h3 {
  font-size: 1.125em;
  color: #89171a;
  font-weight: normal; }
#page.tertiary .primary-content h4 {
  font-weight: 300; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #page.tertiary .primary-content h4 {
      font-weight: 400; } }
  #page.tertiary .primary-content h4 span {
    font-weight: bold; }

.content-group {
  margin-bottom: 2em;
  clear: both;
  *zoom: 1; }
  .content-group:before, .content-group:after {
    content: " ";
    display: table; }
  .content-group:after {
    clear: both; }

/*** Content listing ***/
ul.content-listing {
  margin: 0 0 4em 0;
  padding: 0;
  list-style: none;
  display: block; }
  ul.content-listing li {
    list-style: none;
    list-style-type: none;
    display: inline-block;
    float: left;
    margin: 0 0 1em 0;
    width: 48%; }
  ul.content-listing li:nth-child(even) {
    float: right; }
  ul.content-listing a {
    display: block;
    padding: 1em;
    background: #eee;
    background: rgba(0, 0, 0, 0.05);
    color: #333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
    font-family: "Arvo", Georgia, "Times New Roman", serif; }
  ul.content-listing a:hover {
    background: rgba(0, 0, 0, 0.1); }

/*** Main content boxes ***/
/*** Sidebar ***/
@media only screen and (min-width: 48em) {
  #page.tertiary .content-container, #page.tertiary-subnav .content-container, #page.content-page .content-container {
    background: url(../img/backgrounds/sidebar.png) 67.66667% 0 repeat-y;
    padding-top: 2em;
    height: 100%; }

  #page.tertiary .primary-content .row.main, #page.content-page .primary-content .row.main {
    background: url(../img/backgrounds/sidebar-shadow.png) 67.66667% 0% no-repeat; } }
@media only screen and (min-width: 48em) {
  #page.tertiary-subnav .content-container {
    background: url(../img/backgrounds/sidebar-subnav.png) 25% 0 repeat-y; } }

.row.contact {
  background: none;
  margin-bottom: 1em; }

.secondary {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: .5em;
  margin-top: .5em; }

.sidebar {
  padding-bottom: 2em; }
  .sidebar ul li {
    list-style: none;
    list-style-type: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85); }
  .sidebar h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1em;
    color: #89171a;
    padding-bottom: .5em; }
  .sidebar h4 {
    font-family: "Arvo", Georgia, "Times New Roman", serif;
    text-transform: none;
    font-weight: 300;
    letter-spacing: none;
    color: #404041;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
    font-size: 1.125em; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .sidebar h4 {
        font-weight: 400; } }
  .sidebar h3 span, .sidebar h4 span {
    font-weight: bold; }
  .sidebar img {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    width: 100%; }
  .sidebar a {
    color: #333; }
    .sidebar a :hover {
      color: #89171a; }
  .sidebar .vcard dt, .sidebar .vcard dd {
    padding: 0;
    margin: 0;
    font-size: 0.8125em; }

ul.contact-list {
  margin: 0; }

ul.contact-list li {
  list-style: none;
  list-style-type: none;
  display: block; }

ul.contact-list li a {
  background: #E6E7E8;
  text-align: center;
  padding: .75em;
  margin-bottom: .5em;
  display: block;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
  font-size: 0.6875em;
  letter-spacing: .05em; }

.vcard {
  margin-bottom: 1em; }

.vcard, .vcard dl, .vcard dd, .vcard dt {
  border: none;
  color: #6D6E70;
  background: none;
  padding: 0;
  margin: 0; }

.sidebar ul.list-results li {
  list-style: none;
  display: block;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1em 0; }
  .sidebar ul.list-results li:last-child {
    border-bottom: none; }
  .sidebar ul.list-results li a {
    display: block;
    cursor: pointer;
    padding: .25em 0; }
  .sidebar ul.list-results li a:hover {
    background: rgba(255, 255, 255, 0.1); }
  .sidebar ul.list-results li a {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2) !important;
    display: inline;
    color: #89171a; }
    .sidebar ul.list-results li a :hover {
      color: #194b6b; }
  .sidebar ul.list-results li:last-child {
    border-bottom: none; }

.contact-list li {
  text-align: left; }

@media only screen and (min-width: 48em) {
  .button-panel {
    height: 13.75em; }

  .small {
    height: 6.3125em; } }
@media only screen and (min-width: 80em) {
  /* body {border: 3px solid blue;} */ }
@media only screen and (min-width: 90em) {
  /*  body {border: 3px solid green;} */ }
/*** Secondary Content ***/
.secondary-content {
  background: #E6E7E8;
  padding: 1em 0; }

/*** Toolbar ***/
#toolbar {
  background: #000;
  background: rgba(0, 0, 0, 0.77);
  position: fixed;
  bottom: 0;
  left: 0;
  height: 4.125em;
  width: 100%;
  max-width: 100%;
  margin: 0 0 -2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  #toolbar .contain-to-grid {
    margin: 0 auto;
    max-width: 1170px;
    background: none;
    background: transparent; }
  #toolbar ul {
    margin: 0;
    padding: 0; }
  #toolbar li {
    display: inline-block;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    height: 4.125em;
    line-height: 1.2em;
    -webkit-box-sizing: border-box; }
  #toolbar :last-child {
    border-right: none; }
  #toolbar a {
    padding: 1em;
    text-decoration: none;
    font-weight: 300;
    height: 100%;
    display: inline-block;
    color: #fff;
    line-height: 1.2em;
    text-align: center;
    font-size: 0.6875em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: .85; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      #toolbar a {
        font-weight: 400; } }
    @media only screen and (min-width: 48em) {
      #toolbar a {
        font-size: 0.875em; } }
    #toolbar a i {
      font-size: 0.9375em !important;
      margin-bottom: .25em;
      display: block; }
  #toolbar a:hover, #toolbar a:active {
    opacity: 1;
    color: #fff;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.75); }
  #toolbar ul.left-menu {
    float: left;
    font-size: 0.875em;
    width: 33.3333332%; }
    #toolbar ul.left-menu li {
      width: 50%;
      float: left;
      text-align: center;
      height: 4.6875em;
      overflow: hidden; }
      #toolbar ul.left-menu li :hover {
        background: rgba(0, 0, 0, 0.6); }
    #toolbar ul.left-menu a:hover {
      background: none; }
    #toolbar ul.left-menu i:hover {
      background: none; }
  #toolbar ul.tools-menu {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.875em;
    float: right;
    width: 66.6666668%; }
    #toolbar ul.tools-menu li {
      width: 25%;
      overflow: hidden;
      text-align: center;
      float: left;
      height: 4.6875em; }
    #toolbar ul.tools-menu a:hover {
      background: none; }
    #toolbar ul.tools-menu i:hover {
      background: none; }
    #toolbar ul.tools-menu li a.toggled {
      background: black; }

#toolbar a i {
  font-size: 17px !important;
  display: block; }

#toolbar #footer_content {
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  padding: 0;
  overflow: hidden; }
  #toolbar #footer_content ul {
    margin-bottom: 1.5em; }
  #toolbar #footer_content li {
    display: block;
    margin: 0;
    padding: 0;
    height: inherit;
    border-right: none; }
  #toolbar #footer_content a {
    padding: .5em 0;
    font-size: 1em !important;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    border-right: none; }
  #toolbar #footer_content h4 {
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 1em; }
  #toolbar #footer_content i {
    display: inline-block; }

#footer_content .contain-to-grid {
  background: none;
  width: 100%;
  padding: 1em 0 0 0;
  max-width: 1170px;
  font-size: 0.875em; }
  #footer_content .contain-to-grid .row {
    max-width: 100% !important;
    padding-bottom: 0;
    margin-bottom: 0;
    overflow: hidden; }

/*** Related Band ***/
.related-band, .agency-footer {
  padding: 1em 0 3em 0;
  background: #E6E7E8; }
  .related-band li, .agency-footer li {
    list-style: none;
    display: block;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .related-band li:last-child, .agency-footer li:last-child {
      border-bottom: none; }
    .related-band li a, .agency-footer li a {
      display: block;
      cursor: pointer;
      padding: .25em 0; }
    .related-band li a:hover, .agency-footer li a:hover {
      background: rgba(255, 255, 255, 0.1); }
    .related-band li :last-child, .agency-footer li :last-child {
      border-bottom: none; }
      .related-band li :last-child .borderless, .agency-footer li :last-child .borderless {
        border: none; }
  .related-band h4, .agency-footer h4 {
    font-size: 1.125em;
    font-weight: 300; }
    .related-band h4 span, .agency-footer h4 span {
      font-weight: 500;
      padding-left: .25em; }
  .related-band a, .agency-footer a {
    color: #333;
    color: rgba(0, 0, 0, 0.85); }

/*** Modals ***/
.reveal-modal {
  position: fixed; }
  .reveal-modal h2, .reveal-modal h3 {
    font-weight: 300;
    color: #fff;
    clear: both; }
  .reveal-modal h2 {
    padding-top: 1em;
    display: block; }
  .reveal-modal h3 {
    font-size: 0.875em; }
  .reveal-modal li a {
    color: #333;
    color: rgba(0, 0, 0, 0.85);
    background: rgba(255, 255, 255, 0.75);
    display: inline-block;
    padding: .35em;
    font-size: 0.6875em;
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 48em) {
      .reveal-modal li a {
        font-size: 0.875em; } }
  .reveal-modal i {
    display: block; }
  .reveal-modal i:hover {
    background: transparent; }
  .reveal-modal a.close-reveal-modal {
    border: 2px solid #fff;
    border: 2px solid rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    font-size: 0.75em;
    color: #fff;
    font-weight: 300;
    padding: .5em; }

/*** Side-Nav and Sub Nav***/
ul.side-nav li a {
  display: block;
  padding: .5em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  ul.side-nav li a :last-child {
    border-bottom: none; }

ul.side-nav li.active a {
  font-weight: bold;
  color: #89171a; }

dl.sub-nav {
  border-bottom: 1px solid #eee; }
  dl.sub-nav dt {
    display: block; }
  dl.sub-nav dd a {
    padding: .5em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    -o-border-radius: 1em;
    border-radius: 1em; }
    dl.sub-nav dd a:hover {
      background: rgba(0, 0, 0, 0.05);
      color: #333; }
  dl.sub-nav dd.active a:hover {
    background: #89171a;
    color: #fff; }
  @media only screen and (min-width: 48em) {
    dl.sub-nav {
      font-size: 1.125em; }
      dl.sub-nav dt {
        display: inline-block; } }

/*** View All List Styles ***/
ul.global-list li.result {
  margin: 0 0 1em 0;
  padding: .5em 0;
  display: block;
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: .5em; }
ul.global-list li.result-borderless {
  margin: 0 0 1em 0;
  padding: .5em 0;
  display: block; }
ul.global-list h4 {
  font-family: Arvo, Georgia, "Times New Roman", serif;
  font-weight: normal;
  color: #89171a;
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.125em; }
ul.global-list ul {
  margin-bottom: 1em; }
ul.global-list ul li a:hover {
  color: #89171a; }
ul.global-list a {
  color: #194b6b; }
  ul.global-list a span {
    color: #777; }
ul.global-list a.button {
  display: inline-block;
  height: auto;
  background: #eee;
  border: none; }
ul.global-list a:hover {
  color: #194b6b;
  background: #ddd; }

ul.global-list.block-list li.result {
  padding: 0;
  margin: 0; }
  ul.global-list.block-list li.result a {
    display: block;
    padding: 1em 0; }

ul.global-list.block-grid ul li {
  text-align: center; }
ul.global-list.block-grid i {
  display: block; }

/*** News ***/
.news h4 {
  font-family: Arvo, Georgia, "Times New Roman", serif;
  line-height: 1.5em;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  margin: 1em 0; }

/*** Address Book ***/
.map {
  margin-top: .5em;
  margin-bottom: .5em; }
  @media only screen and (min-width: 48em) {
    .map {
      margin-top: 0; } }
  .map img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }

/*** Nav list headline ***/
h3.nav-headline {
  display: block;
  color: #194b6b;
  font-size: 1.375em;
  margin: 0 0 2em 0; }
  h3.nav-headline span {
    font-weight: 500; }
  h3.nav-headline a {
    color: #888;
    letter-spacing: normal;
    display: inline-block;
    text-decoration: underline;
    text-transform: none;
    display: block; }
    @media only screen and (min-width: 48em) {
      h3.nav-headline a {
        border-left: 1px solid #ccc;
        padding-left: .75em;
        margin-left: .75em;
        display: inline-block; } }

/*** Breadcrumbs ***/
ul.breadcrumbs {
  background: none;
  border: none;
  padding: 0;
  margin: 0; }
  @media only screen and (min-width: 48em) {
    ul.breadcrumbs {
      padding: 1em 0; } }

/*** Search Results ***/
ul.search-results {
  list-style: none;
  display: block;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  ul.search-results:last-child {
    border-bottom: none; }
  ul.search-results a {
    display: block;
    cursor: pointer;
    padding: .25em 0; }
  ul.search-results a:hover {
    background: rgba(255, 255, 255, 0.1); }
  ul.search-results li {
    margin: 0 0 1.5em 0; }
    ul.search-results li .date {
      color: #194b6b; }
    ul.search-results li .agency {
      color: #eee;
      display: block;
      padding: .75em 0;
      font-size: 0.625em !important;
      color: #ddd;
      font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    ul.search-results li a {
      display: inline-block; }
  ul.search-results a {
    color: #194b6b;
    text-decoration: underline;
    display: inline-block !important; }
  ul.search-results .excerpt {
    color: #555; }
  ul.search-results .url {
    color: #426A34; }

ul.pagination li {
  line-height: 2em !important;
  display: inline-block;
  *zoom: 1;
  float: none;
  height: auto; }
  ul.pagination li:before, ul.pagination li:after {
    content: " ";
    display: table; }
  ul.pagination li:after {
    clear: both; }

ul.pagination li a {
  padding: .5em 1.25em;
  display: block; }

/*** More ***/
a.more {
  display: inline-block;
  opacity: .9;
  background: rgba(0, 0, 0, 0.15);
  padding: .25em .5em; }
  a.more:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }

@media only screen and (max-width: 767px) {
  .f-dropdown {
    max-width: 100%;
    left: 0; } }
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  padding: 1.25em;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown *:first-child {
    margin-top: 0; }
  .f-dropdown *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 6px;
    border-color: transparent transparent white transparent;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 7px;
    border-color: transparent transparent #cccccc transparent;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown li {
    font-size: 0.875em;
    cursor: pointer;
    padding: 0.3125em 0.625em;
    line-height: 1.125em;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #eeeeee; }
    .f-dropdown li a {
      color: #555555; }
  .f-dropdown.content {
    position: absolute;
    top: -9999px;
    list-style: none;
    padding: 1.25em;
    width: 100%;
    height: auto;
    max-height: none;
    background: white;
    border: solid 1px #cccccc;
    font-size: 16px;
    z-index: 99;
    max-width: 200px; }
    .f-dropdown.content *:first-child {
      margin-top: 0; }
    .f-dropdown.content *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }</pre></body></html>