/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 29, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 48, ../sass/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 59, ../sass/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
/* line 71, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 85, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 90, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 95, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 100, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 105, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 110, ../sass/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

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

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 127, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 132, ../sass/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 140, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
/* line 148, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 157, ../sass/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 166, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 179, ../sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
/* line 189, ../sass/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
/* line 197, ../sass/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 207, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 223, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 227, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 239, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 246, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
/* line 254, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
/* line 264, ../sass/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 279, ../sass/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 288, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 300, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
/* line 312, ../sass/_normalize.scss */
form {
  margin: 0;
}

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

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 332, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 346, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 361, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 376, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 389, ../sass/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 401, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 427, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
/* line 436, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 447, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* 400px */
/* 700px */
/* 900px */
/* 1300px */
/* line 55, ../sass/style.scss */
html {
  box-sizing: border-box;
  height: 100%;
}

/* line 60, ../sass/style.scss */
*, *:before, *:after {
  box-sizing: inherit;
  /*outline: red solid 1px;*/
}

/* line 65, ../sass/style.scss */
body,
p,
th,
td,
ul,
li {
  font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
}

/* line 74, ../sass/style.scss */
body {
  font-family: "PT Sans", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: green;
  background-color: white;
  padding: 0px;
  margin: 0px;
  min-height: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
body:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 56.25em) {
  /* line 74, ../sass/style.scss */
  body {
    box-shadow: 12px 0 10px -4px rgba(0, 0, 0, 0.19), -12px 0 5px -4px rgba(0, 0, 0, 0.19);
  }
}

/* line 89, ../sass/style.scss */
figure.chart {
  margin: 1em auto;
  width: 90%;
}
@media (min-width: 25em) {
  /* line 89, ../sass/style.scss */
  figure.chart {
    margin: 1.5em auto;
  }
}
@media (min-width: 43.75em) {
  /* line 89, ../sass/style.scss */
  figure.chart {
    margin: 2em auto;
  }
}
@media (min-width: 56.25em) {
  /* line 89, ../sass/style.scss */
  figure.chart {
    margin: 2.5em auto;
  }
}
@media (min-width: 81.25em) {
  /* line 89, ../sass/style.scss */
  figure.chart {
    margin: 2.5em auto;
  }
}
/* line 108, ../sass/style.scss */
figure.float_center {
  margin-bottom: 1em;
}
@media (min-width: 56.25em) {
  /* line 108, ../sass/style.scss */
  figure.float_center {
    margin: 1em 0 1em 0;
  }
}
@media (min-width: 81.25em) {
  /* line 108, ../sass/style.scss */
  figure.float_center {
    margin: 1em 0 1em 0;
  }
}
/* line 119, ../sass/style.scss */
figure.float_right {
  margin-bottom: 1em;
}
@media (min-width: 56.25em) {
  /* line 119, ../sass/style.scss */
  figure.float_right {
    margin: 1em 0 1em 2em;
    float: right;
  }
}
@media (min-width: 81.25em) {
  /* line 119, ../sass/style.scss */
  figure.float_right {
    margin: 1em 0 1em 2em;
    float: right;
  }
}
/* line 132, ../sass/style.scss */
figure.float_left {
  margin-bottom: 1em;
}
@media (min-width: 56.25em) {
  /* line 132, ../sass/style.scss */
  figure.float_left {
    margin: 1em 2em 1em 0;
    float: left;
  }
}
@media (min-width: 81.25em) {
  /* line 132, ../sass/style.scss */
  figure.float_left {
    margin: 1em 2em 1em 0;
    float: left;
  }
}
/* line 146, ../sass/style.scss */
figure.thirty {
  width: 100%;
}
@media (min-width: 56.25em) {
  /* line 146, ../sass/style.scss */
  figure.thirty {
    width: 30%;
  }
}
@media (min-width: 81.25em) {
  /* line 146, ../sass/style.scss */
  figure.thirty {
    width: 30%;
  }
}
/* line 157, ../sass/style.scss */
figure.fourty {
  width: 100%;
}
@media (min-width: 56.25em) {
  /* line 157, ../sass/style.scss */
  figure.fourty {
    width: 40%;
  }
}
@media (min-width: 81.25em) {
  /* line 157, ../sass/style.scss */
  figure.fourty {
    width: 40%;
  }
}
/* line 168, ../sass/style.scss */
figure.fifty {
  width: 100%;
}
@media (min-width: 56.25em) {
  /* line 168, ../sass/style.scss */
  figure.fifty {
    width: 50%;
  }
}
@media (min-width: 81.25em) {
  /* line 168, ../sass/style.scss */
  figure.fifty {
    width: 50%;
  }
}
/* line 179, ../sass/style.scss */
figure.sixty {
  width: 100%;
}
@media (min-width: 56.25em) {
  /* line 179, ../sass/style.scss */
  figure.sixty {
    width: 60%;
  }
}
@media (min-width: 81.25em) {
  /* line 179, ../sass/style.scss */
  figure.sixty {
    width: 60%;
  }
}
/* line 190, ../sass/style.scss */
figure.seventy-five {
  width: 100%;
}
@media (min-width: 56.25em) {
  /* line 190, ../sass/style.scss */
  figure.seventy-five {
    width: 75%;
  }
}
@media (min-width: 81.25em) {
  /* line 190, ../sass/style.scss */
  figure.seventy-five {
    width: 75%;
  }
}
/* line 201, ../sass/style.scss */
figure img {
  width: 100%;
  height: auto;
}

/* line 207, ../sass/style.scss */
figcaption {
  font-family: "PT Sans", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 1.25em;
  color: #0378b4;
  text-align: right;
  margin-top: .5em;
  font-style: italic;
}
@media (min-width: 25em) {
  /* line 207, ../sass/style.scss */
  figcaption {
    font-family: "PT Sans", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.25em;
    color: #0378b4;
  }
}
@media (min-width: 43.75em) {
  /* line 207, ../sass/style.scss */
  figcaption {
    font-family: "PT Sans", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.5em;
    color: #0378b4;
  }
}
@media (min-width: 56.25em) {
  /* line 207, ../sass/style.scss */
  figcaption {
    font-family: "PT Sans", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.5em;
    color: #0378b4;
  }
}
@media (min-width: 81.25em) {
  /* line 207, ../sass/style.scss */
  figcaption {
    font-family: "PT Sans", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.5em;
    color: #0378b4;
  }
}

/* line 231, ../sass/style.scss */
p, li {
  font-family: "PT Sans", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  color: #000;
  margin: 0 0 .65em 0;
}
@media (min-width: 25em) {
  /* line 231, ../sass/style.scss */
  p, li {
    font-family: "PT Sans", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    color: #000;
  }
}
@media (min-width: 43.75em) {
  /* line 231, ../sass/style.scss */
  p, li {
    font-family: "PT Sans", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    color: #000;
  }
}
@media (min-width: 56.25em) {
  /* line 231, ../sass/style.scss */
  p, li {
    font-family: "PT Sans", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    color: #000;
  }
}
@media (min-width: 81.25em) {
  /* line 231, ../sass/style.scss */
  p, li {
    font-family: "PT Sans", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    color: #000;
  }
}
/* line 248, ../sass/style.scss */
p.last, li.last {
  padding-bottom: .6em;
}
/* line 252, ../sass/style.scss */
p.white, li.white {
  color: white;
}

/* line 257, ../sass/style.scss */
.italics {
  font-style: italic;
}

/* line 261, ../sass/style.scss */
blockquote {
  margin: 0;
}
@media (min-width: 25em) {
  /* line 261, ../sass/style.scss */
  blockquote {
    margin: 0;
  }
}
@media (min-width: 43.75em) {
  /* line 261, ../sass/style.scss */
  blockquote {
    margin: 0;
  }
}
@media (min-width: 56.25em) {
  /* line 261, ../sass/style.scss */
  blockquote {
    margin: 2.5em 3em;
  }
}
@media (min-width: 81.25em) {
  /* line 261, ../sass/style.scss */
  blockquote {
    margin: 2.5em 3em;
  }
}
/* line 277, ../sass/style.scss */
blockquote .quote {
  font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.3em;
  color: #0378b4;
  margin-bottom: .25em;
}
@media (min-width: 25em) {
  /* line 277, ../sass/style.scss */
  blockquote .quote {
    font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.5em;
    color: #0378b4;
  }
}
@media (min-width: 43.75em) {
  /* line 277, ../sass/style.scss */
  blockquote .quote {
    font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
    font-weight: 700;
    font-size: 2.25em;
    line-height: 1.4em;
    color: #0378b4;
  }
}
@media (min-width: 56.25em) {
  /* line 277, ../sass/style.scss */
  blockquote .quote {
    font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
    font-weight: 700;
    font-size: 3em;
    line-height: 1.25em;
    color: #0378b4;
  }
}
@media (min-width: 81.25em) {
  /* line 277, ../sass/style.scss */
  blockquote .quote {
    font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
    font-weight: 700;
    font-size: 3em;
    line-height: 1.25em;
    color: #0378b4;
  }
}
/* line 295, ../sass/style.scss */
blockquote .source {
  font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.25em;
  color: #0378b4;
  text-align: right;
}
@media (min-width: 25em) {
  /* line 295, ../sass/style.scss */
  blockquote .source {
    font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
    font-weight: 700;
    font-size: 1.75em;
    line-height: 1.25em;
    color: #0378b4;
  }
}
@media (min-width: 43.75em) {
  /* line 295, ../sass/style.scss */
  blockquote .source {
    font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
    font-weight: 700;
    font-size: 1.75em;
    line-height: 1.25em;
    color: #0378b4;
  }
}
@media (min-width: 56.25em) {
  /* line 295, ../sass/style.scss */
  blockquote .source {
    font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.25em;
    color: #0378b4;
  }
}
@media (min-width: 81.25em) {
  /* line 295, ../sass/style.scss */
  blockquote .source {
    font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.25em;
    color: #0378b4;
  }
}

/* line 314, ../sass/style.scss */
a {
  color: #0378B4;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
}
/* line 18, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
a:visited {
  color: #C01626;
}
/* line 24, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
a:hover {
  color: #1EB3FF;
}
/* line 27, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
a:active {
  color: #B46603;
}

/* line 321, ../sass/style.scss */
h1 {
  font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.25em;
  color: #45935e;
  margin: 0 0 .25em 0;
}
@media (min-width: 25em) {
  /* line 321, ../sass/style.scss */
  h1 {
    font-size: 2em;
    line-height: 1.25em;
  }
}
@media (min-width: 43.75em) {
  /* line 321, ../sass/style.scss */
  h1 {
    font-size: 2.5em;
    line-height: 1.25em;
  }
}
@media (min-width: 56.25em) {
  /* line 321, ../sass/style.scss */
  h1 {
    font-size: 3em;
    line-height: 1.25em;
  }
}
@media (min-width: 81.25em) {
  /* line 321, ../sass/style.scss */
  h1 {
    font-size: 3em;
    line-height: 1.25em;
  }
}
/* line 342, ../sass/style.scss */
h1.only {
  margin-bottom: .5em;
}

/* line 347, ../sass/style.scss */
h2 {
  font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
  font-weight: 400;
  font-size: 1.625em;
  line-height: 1.15385em;
  color: #0378b4;
  margin: 0 0 .25em 0;
}
@media (min-width: 25em) {
  /* line 347, ../sass/style.scss */
  h2 {
    font-size: 1.625em;
    line-height: 1.15384615em;
  }
}
@media (min-width: 43.75em) {
  /* line 347, ../sass/style.scss */
  h2 {
    font-size: 2em;
    line-height: 1.25em;
  }
}
@media (min-width: 56.25em) {
  /* line 347, ../sass/style.scss */
  h2 {
    font-size: 2.25em;
    line-height: 1.25em;
  }
}
@media (min-width: 81.25em) {
  /* line 347, ../sass/style.scss */
  h2 {
    font-size: 2.25em;
    line-height: 1.25em;
  }
}
/* line 368, ../sass/style.scss */
h2.only {
  margin-bottom: .5em;
}

/* line 373, ../sass/style.scss */
h3 {
  font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
  font-weight: 400;
  font-size: 1.375em;
  line-height: 1.13636em;
  color: #0378b4;
  margin: 0 0 .25em 0;
}
@media (min-width: 25em) {
  /* line 373, ../sass/style.scss */
  h3 {
    font-size: 1.375em;
    line-height: 1.13636364em;
  }
}
@media (min-width: 43.75em) {
  /* line 373, ../sass/style.scss */
  h3 {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
@media (min-width: 56.25em) {
  /* line 373, ../sass/style.scss */
  h3 {
    font-size: 1.75em;
    line-height: 1.25em;
  }
}
@media (min-width: 81.25em) {
  /* line 373, ../sass/style.scss */
  h3 {
    font-size: 1.75em;
    line-height: 1.25em;
  }
}

/* line 395, ../sass/style.scss */
h4 {
  font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.4em;
  color: blue;
  margin: 0 0 .25em 0;
}
@media (min-width: 25em) {
  /* line 395, ../sass/style.scss */
  h4 {
    font-size: 1.125em;
    line-height: 1.4em;
  }
}
@media (min-width: 43.75em) {
  /* line 395, ../sass/style.scss */
  h4 {
    font-size: 1.125em;
    line-height: 1.4em;
  }
}
@media (min-width: 56.25em) {
  /* line 395, ../sass/style.scss */
  h4 {
    font-size: 1.125em;
    line-height: 1.4em;
  }
}
@media (min-width: 81.25em) {
  /* line 395, ../sass/style.scss */
  h4 {
    font-size: 1.125em;
    line-height: 1.4em;
  }
}
/* line 416, ../sass/style.scss */
h4.white {
  color: white;
}

/* line 421, ../sass/style.scss */
.author {
  font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1em;
  color: #0378b4;
  margin: 0 0 .25em 0;
  font-style: italic;
}
@media (min-width: 25em) {
  /* line 421, ../sass/style.scss */
  .author {
    font-size: 1.15em;
    line-height: 1.15em;
  }
}
@media (min-width: 43.75em) {
  /* line 421, ../sass/style.scss */
  .author {
    font-size: 1.25em;
    line-height: 1.25em;
  }
}
@media (min-width: 56.25em) {
  /* line 421, ../sass/style.scss */
  .author {
    font-size: 1.25em;
    line-height: 1.25em;
  }
}
@media (min-width: 81.25em) {
  /* line 421, ../sass/style.scss */
  .author {
    font-size: 1.25em;
    line-height: 1.25em;
  }
}

/* line 444, ../sass/style.scss */
.attribution {
  font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 1em;
  color: #0378b4;
  margin: 0 0 .5em 0;
  font-style: italic;
}

/* line 450, ../sass/style.scss */
#social-links {
  list-style: none;
  padding: 0 0 0 2px;
  margin: 0;
}

/* line 456, ../sass/style.scss */
#social-links li {
  display: inline;
  font-size: 2em;
  color: white;
  margin: 0 10px 0 0;
}

/* line 463, ../sass/style.scss */
#social-links li a {
  color: white;
}

/* line 467, ../sass/style.scss */
#social-links li a:hover {
  opacity: .5;
}

/* line 475, ../sass/style.scss */
.nav_wrapper {
  padding: 1em;
}
/* line 478, ../sass/style.scss */
.nav_wrapper .burger_label {
  font-family: "PT Sans", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  color: white;
  vertical-align: middle;
}
/* line 482, ../sass/style.scss */
.nav_wrapper .burger_label:before {
  content: "MENU";
}
/* line 487, ../sass/style.scss */
.nav_wrapper .social_wrapper {
  width: 49.15254%;
  float: right;
  margin-right: 0;
}
/* line 490, ../sass/style.scss */
.nav_wrapper .social_wrapper ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  float: right;
}
/* line 494, ../sass/style.scss */
.nav_wrapper .social_wrapper ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 49, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
.nav_wrapper .social_wrapper ul li:first-child {
  padding-left: 0;
}
/* line 50, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
.nav_wrapper .social_wrapper ul li:last-child {
  padding-right: 0;
}
/* line 52, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
.nav_wrapper .social_wrapper ul li.last {
  padding-right: 0;
}
/* line 497, ../sass/style.scss */
.nav_wrapper .social_wrapper ul li a {
  color: white;
  font-size: 1.25em;
}
/* line 18, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.nav_wrapper .social_wrapper ul li a:visited {
  color: white;
}
/* line 24, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.nav_wrapper .social_wrapper ul li a:hover {
  color: #e6e6e6;
}
/* line 27, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.nav_wrapper .social_wrapper ul li a:active {
  color: white;
}

/* line 508, ../sass/style.scss */
.burger {
  display: inline-block;
  border: 0;
  background: none;
  outline: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
  border-bottom: 4px solid white;
  width: 28px;
  transition: border-bottom 1s ease-in-out;
  -webkit-transition: border-bottom 1s ease-in-out;
}
/* line 526, ../sass/style.scss */
.burger::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 531, ../sass/style.scss */
.burger:before {
  content: "";
  display: block;
  border-bottom: 4px solid white;
  width: 100%;
  margin-bottom: 5px;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
/* line 541, ../sass/style.scss */
.burger:after {
  content: "";
  display: block;
  border-bottom: 4px solid white;
  width: 100%;
  margin-bottom: 5px;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}

/* line 552, ../sass/style.scss */
.burger-check {
  display: none;
}
/* line 555, ../sass/style.scss */
.burger-check:checked ~ .burger {
  border-bottom: 4px solid transparent;
  transition: border-bottom 0.8s ease-in-out;
  -webkit-transition: border-bottom 0.8s ease-in-out;
}
/* line 560, ../sass/style.scss */
.burger-check:checked ~ .burger:before {
  transform: rotate(-405deg) translateY(7px) translateX(-7px);
  -webkit-transform: rotate(-405deg) translateY(7px) translateX(-7px);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
/* line 567, ../sass/style.scss */
.burger-check:checked ~ .burger:after {
  transform: rotate(405deg) translateY(1px);
  -webkit-transform: rotate(405deg) translateY(1px);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
/* line 575, ../sass/style.scss */
.burger-check:checked ~ .burger_label:before {
  content: "CLOSE";
}

/* line 582, ../sass/style.scss */
nav {
  overflow: hidden;
  max-height: 0;
  margin-top: 1em;
  transition: max-height 0.5s ease-in-out;
  -webkit-transition: max-height 0.5s ease-in-out;
  position: absolute;
  z-index: 99;
  margin-left: -1em;
  width: 100%;
}
/* line 593, ../sass/style.scss */
nav ul {
  list-style-type: none;
  margin: 0;
  padding: .5em 1em;
  background-color: #024A6F;
}
/* line 599, ../sass/style.scss */
nav ul li {
  position: relative;
  top: -100%;
  transition: top .1s linear;
  -webkit-transition: top .1s linear;
  border-bottom: white 1px solid;
  margin-bottom: 0;
  background-color: #024A6F;
  padding: .5em .25em .1em .25em;
}
/* line 609, ../sass/style.scss */
nav ul li:nth-child(1) {
  transition: top .2s linear;
  -webkit-transition: top .2s linear;
}
/* line 613, ../sass/style.scss */
nav ul li:nth-child(2) {
  transition: top .3s linear;
  -webkit-transition: top .3s linear;
}
/* line 617, ../sass/style.scss */
nav ul li:nth-child(4) {
  transition: top .4s linear;
  -webkit-transition: top .4s linear;
}
/* line 621, ../sass/style.scss */
nav ul li:nth-child(5) {
  transition: top .5s linear;
  -webkit-transition: top .5s linear;
}
/* line 625, ../sass/style.scss */
nav ul li:nth-child(6) {
  transition: top .6s linear;
  -webkit-transition: top .6s linear;
}
/* line 630, ../sass/style.scss */
nav ul li:last-child {
  border-bottom: 0;
}
/* line 635, ../sass/style.scss */
nav ul li a {
  color: white;
  font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
  font-weight: 400;
  font-size: 1.375em;
  color: white;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: .4em .4em .6em .4em;
  display: inline-block;
}
/* line 18, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
nav ul li a:visited {
  color: white;
}
/* line 24, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
nav ul li a:hover {
  color: white;
}
/* line 27, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
nav ul li a:active {
  color: white;
}
@media (min-width: 43.75em) {
  /* line 635, ../sass/style.scss */
  nav ul li a {
    font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
    font-weight: 400;
    font-size: 2em;
    color: white;
  }
}
/* line 648, ../sass/style.scss */
nav ul li a:hover {
  background-color: #0378b4;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* line 657, ../sass/style.scss */
.burger-check:checked ~ nav {
  max-height: 100%;
  transition: max-height 0.5s ease-in-out;
  -webkit-transition: max-height 0.5s ease-in-out;
}
/* line 663, ../sass/style.scss */
.burger-check:checked ~ nav ul li {
  top: 0;
}

@media (min-width: 56.25em) {
  /* line 675, ../sass/style.scss */
  .current_page {
    border-bottom: 3px white solid;
  }

  /* line 679, ../sass/style.scss */
  .burger-check:not(:checked) ~ nav {
    max-height: 100%;
    transition: max-height 0.5s ease-in-out;
    -webkit-transition: max-height 0.5s ease-in-out;
  }
  /* line 685, ../sass/style.scss */
  .burger-check:not(:checked) ~ nav ul li {
    left: 0;
  }

  /* line 691, ../sass/style.scss */
  .burger,
  .burger_label,
  .burger-check {
    display: none;
  }

  /* line 697, ../sass/style.scss */
  .nav_wrapper {
    padding: .5em;
  }

  /* line 701, ../sass/style.scss */
  nav {
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    position: relative;
    text-align: center;
  }
  /* line 708, ../sass/style.scss */
  nav ul {
    list-style: none;
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    background-color: #0378b4;
    border: 0;
  }
  /* line 717, ../sass/style.scss */
  nav ul li {
    display: inline;
    border: 0;
    background-color: transparent;
    margin-right: 1.25em;
  }
  /* line 723, ../sass/style.scss */
  nav ul li:last-child {
    margin-right: 0;
  }
  /* line 727, ../sass/style.scss */
  nav ul li a {
    padding: .3em .5em .2em .5em;
    font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
    font-weight: 700;
    font-size: 1.25em;
    color: white;
  }
  /* line 731, ../sass/style.scss */
  nav ul li a:hover {
    background-color: #024A6F;
  }
}
/* line 745, ../sass/style.scss */
header {
  background-color: #0378b4;
}
/* line 748, ../sass/style.scss */
header .logo_text {
  padding: 1.5em 1em;
  background-color: white;
}
@media (min-width: 43.75em) {
  /* line 748, ../sass/style.scss */
  header .logo_text {
    text-align: center;
  }
}
/* line 756, ../sass/style.scss */
header .logo_text a {
  font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
  font-weight: 700;
  font-size: 1.6875em;
  line-height: 1.3em;
  color: #0378b4;
  color: #0378b4;
  text-decoration: none;
}
/* line 18, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
header .logo_text a:visited {
  color: #0378b4;
}
/* line 24, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
header .logo_text a:hover {
  color: #0378b4;
}
/* line 27, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
header .logo_text a:active {
  color: #0378b4;
}
@media (min-width: 25em) {
  /* line 756, ../sass/style.scss */
  header .logo_text a {
    font-size: 1.9em;
    line-height: 1.25em;
  }
}
@media (min-width: 43.75em) {
  /* line 756, ../sass/style.scss */
  header .logo_text a {
    font-size: 2.4em;
    line-height: 1.25em;
  }
}
@media (min-width: 56.25em) {
  /* line 756, ../sass/style.scss */
  header .logo_text a {
    font-size: 3.75em;
    line-height: 1.25em;
  }
}
@media (min-width: 81.25em) {
  /* line 756, ../sass/style.scss */
  header .logo_text a {
    font-size: 3.75em;
    line-height: 1.25em;
  }
}
/* line 780, ../sass/style.scss */
header .hero_image {
  max-height: 45em;
  overflow: hidden;
}
/* line 784, ../sass/style.scss */
header .hero_image img {
  width: 100%;
  height: auto;
}
@media (min-width: 56.25em) {
  /* line 780, ../sass/style.scss */
  header .hero_image {
    border-top: .5em #45935e solid;
  }
}

/* line 799, ../sass/style.scss */
main {
  width: 100%;
  float: right;
  margin-right: 0;
  background-color: white;
}
@media (min-width: 43.75em) {
  /* line 799, ../sass/style.scss */
  main {
    display: flex;
  }
}
@media (min-width: 56.25em) {
  /* line 799, ../sass/style.scss */
  main {
    display: flex;
  }
}
@media (min-width: 81.25em) {
  /* line 799, ../sass/style.scss */
  main {
    display: flex;
  }
}
/* line 813, ../sass/style.scss */
main section {
  background-color: white;
  padding: 1em;
  position: relative;
  width: 100%;
  float: right;
  margin-right: 0;
}
@media (min-width: 25em) {
  /* line 813, ../sass/style.scss */
  main section {
    padding: 2em;
  }
}
@media (min-width: 43.75em) {
  /* line 813, ../sass/style.scss */
  main section {
    padding: 2em 0 2em 2em;
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width: 56.25em) {
  /* line 813, ../sass/style.scss */
  main section {
    padding: 2em 0 2em 2em;
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width: 81.25em) {
  /* line 813, ../sass/style.scss */
  main section {
    padding: 2em 0 2em 2em;
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }
}
/* line 836, ../sass/style.scss */
main section.reports_article {
  width: 100%;
  float: right;
  margin-right: 0;
}
@media (min-width: 56.25em) {
  /* line 836, ../sass/style.scss */
  main section.reports_article {
    margin-right: 2em;
  }
}
/* line 846, ../sass/style.scss */
main article {
  width: 100%;
  float: right;
  margin-right: 0;
  margin-bottom: 1em;
}
/* line 851, ../sass/style.scss */
main hr {
  width: 75%;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #0378b4;
  margin: 2em auto;
  padding: 0;
}
/* line 861, ../sass/style.scss */
main aside {
  background-color: white;
  padding: 0 1em;
  position: relative;
  width: 100%;
  float: right;
  margin-right: 0;
}
@media (min-width: 25em) {
  /* line 861, ../sass/style.scss */
  main aside {
    padding: 0 1em;
  }
}
@media (min-width: 43.75em) {
  /* line 861, ../sass/style.scss */
  main aside {
    width: 40.67797%;
    float: right;
    margin-right: 0;
    padding: 2em 1em;
  }
}
@media (min-width: 56.25em) {
  /* line 861, ../sass/style.scss */
  main aside {
    width: 32.20339%;
    float: right;
    margin-right: 0;
    padding: 2em 1em;
  }
}
@media (min-width: 81.25em) {
  /* line 861, ../sass/style.scss */
  main aside {
    width: 32.20339%;
    float: right;
    margin-right: 0;
    padding: 2em 1em;
  }
}
/* line 884, ../sass/style.scss */
main aside.reports_aside {
  display: none;
}

/* line 890, ../sass/style.scss */
footer {
  width: 100%;
  float: right;
  margin-right: 0;
  font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
  font-weight: 400;
  font-size: 0.8em;
  color: white;
  padding: 1em;
  background-color: #0378b4;
}
/* line 10, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
footer html, footer body {
  height: 100%;
}
/* line 12, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
footer #root {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -54px;
}
/* line 18, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
footer #root #root_footer {
  height: 54px;
}
/* line 20, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
footer #footer {
  clear: both;
  position: relative;
  height: 54px;
}

/* line 899, ../sass/style.scss */
footer .copyright {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  text-align: right;
  line-height: 2.6em;
}

/* line 905, ../sass/style.scss */
footer ul#social-links {
  width: 49.15254%;
  float: right;
  margin-right: 0;
}

/* line 909, ../sass/style.scss */
.clear_left {
  clear: left;
}

/* line 913, ../sass/style.scss */
.clear_right {
  clear: right;
}

/* line 917, ../sass/style.scss */
.clear_both {
  clear: both;
}

/* line 925, ../sass/style.scss */
.reports_list {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: .5em;
}
/* line 930, ../sass/style.scss */
.reports_list li {
  background-color: #0378b4;
  margin-bottom: 1.5em;
  padding: 1em;
}
/* line 935, ../sass/style.scss */
.reports_list li .report_link {
  color: white;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
}
/* line 18, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.reports_list li .report_link:visited {
  color: #C01626;
}
/* line 24, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.reports_list li .report_link:hover {
  color: #024A6F;
}
/* line 27, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.reports_list li .report_link:active {
  color: #02557f;
}
/* line 942, ../sass/style.scss */
.reports_list li .report_thumb {
  background-color: white;
  width: 50%;
  height: auto;
  float: right;
  margin: .5em;
}
@media (min-width: 56.25em) {
  /* line 942, ../sass/style.scss */
  .reports_list li .report_thumb {
    width: 125px;
    height: 162px;
  }
}
@media (min-width: 81.25em) {
  /* line 942, ../sass/style.scss */
  .reports_list li .report_thumb {
    width: 125px;
    height: 162px;
  }
}
/* line 958, ../sass/style.scss */
.reports_list li .report_thumb img {
  width: 100%;
  height: auto;
}
/* line 964, ../sass/style.scss */
.reports_list li .report_desc {
  /*p {		
  	-webkit-hyphens: auto;
  	-moz-hyphens: auto;
      hyphens: auto;
  }*/
}
/* line 966, ../sass/style.scss */
.reports_list li .report_desc h4 {
  font-weight: 700;
}
/* line 978, ../sass/style.scss */
.reports_list li:last-child {
  margin-bottom: 0;
}

/* line 988, ../sass/style.scss */
.basic_list {
  margin-bottom: 1.5em;
}
/* line 991, ../sass/style.scss */
.basic_list li {
  margin: 0;
}

/* line 1000, ../sass/style.scss */
form {
  margin-top: 1.5em;
}
/* line 1003, ../sass/style.scss */
form .interests_list {
  list-style: none;
  width: 100%;
}
/* line 1007, ../sass/style.scss */
form .interests_list li {
  float: left;
  width: 99%;
}
@media (min-width: 25em) {
  /* line 1007, ../sass/style.scss */
  form .interests_list li {
    width: 99%;
  }
}
@media (min-width: 43.75em) {
  /* line 1007, ../sass/style.scss */
  form .interests_list li {
    width: 99%;
  }
}
@media (min-width: 56.25em) {
  /* line 1007, ../sass/style.scss */
  form .interests_list li {
    width: 48%;
  }
}
@media (min-width: 81.25em) {
  /* line 1007, ../sass/style.scss */
  form .interests_list li {
    width: 48%;
  }
}
/* line 1024, ../sass/style.scss */
form .interests_list li label {
  display: block;
  /*padding-left: 1em;*/
  text-indent: -1em;
}
/* line 1029, ../sass/style.scss */
form .interests_list li label input[type=checkbox] {
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  margin: 0 .5em 0 0;
  position: relative;
  top: .4em;
  *overflow: hidden;
}
@media (min-width: 81.25em) {
  /* line 1029, ../sass/style.scss */
  form .interests_list li label input[type=checkbox] {
    top: .2em;
  }
}

/* line 1047, ../sass/style.scss */
.input_wrapper {
  position: relative;
  margin-bottom: 1.6em;
}
@media (min-width: 25em) {
  /* line 1047, ../sass/style.scss */
  .input_wrapper {
    margin-bottom: 1.6em;
  }
}
@media (min-width: 43.75em) {
  /* line 1047, ../sass/style.scss */
  .input_wrapper {
    margin-bottom: 1.6em;
  }
}
@media (min-width: 56.25em) {
  /* line 1047, ../sass/style.scss */
  .input_wrapper {
    margin-bottom: 1.6em;
  }
}
@media (min-width: 81.25em) {
  /* line 1047, ../sass/style.scss */
  .input_wrapper {
    margin-bottom: 1.6em;
  }
}
/* line 1064, ../sass/style.scss */
.input_wrapper input[type=text],
.input_wrapper input[type=tel],
.input_wrapper input[type=email],
.input_wrapper textarea {
  font-family: "PT Sans", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  font-style: 1.5em;
  line-height: black;
  background-color: white;
  padding: .4em;
  display: block;
  border: none;
  border-radius: 8px;
  border-bottom: 1px solid #757575;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
}
@media (min-width: 25em) {
  /* line 1064, ../sass/style.scss */
  .input_wrapper input[type=text],
  .input_wrapper input[type=tel],
  .input_wrapper input[type=email],
  .input_wrapper textarea {
    padding: .4em;
  }
}
@media (min-width: 43.75em) {
  /* line 1064, ../sass/style.scss */
  .input_wrapper input[type=text],
  .input_wrapper input[type=tel],
  .input_wrapper input[type=email],
  .input_wrapper textarea {
    padding: .4em;
  }
}
@media (min-width: 56.25em) {
  /* line 1064, ../sass/style.scss */
  .input_wrapper input[type=text],
  .input_wrapper input[type=tel],
  .input_wrapper input[type=email],
  .input_wrapper textarea {
    padding: .4em;
  }
}
@media (min-width: 81.25em) {
  /* line 1064, ../sass/style.scss */
  .input_wrapper input[type=text],
  .input_wrapper input[type=tel],
  .input_wrapper input[type=email],
  .input_wrapper textarea {
    padding: .4em;
    width: 75%;
  }
}
/* line 1095, ../sass/style.scss */
.input_wrapper.check label {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
/* line 1100, ../sass/style.scss */
.input_wrapper.check label input[type=checkbox] {
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  margin: 0 .5em 0 0;
  position: relative;
  top: .4em;
  *overflow: hidden;
}
@media (min-width: 81.25em) {
  /* line 1100, ../sass/style.scss */
  .input_wrapper.check label input[type=checkbox] {
    top: .2em;
  }
}

/* line 1117, ../sass/style.scss */
.g-recaptcha {
  margin: 1em;
}

/* line 1121, ../sass/style.scss */
button {
  display: inline-block;
  margin: 0;
  padding: .6em .6em;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
  font-weight: 400;
  font-size: 1em;
  line-height: white;
  color: white;
  background-color: #024A6F;
  border: none;
  border-radius: .5em;
  box-shadow: 0 5px rgba(0, 0, 0, 0.5);
}
/* line 1137, ../sass/style.scss */
button:focus {
  outline: none;
}
/* line 1141, ../sass/style.scss */
button:hover {
  background-color: #02557f;
}
/* line 1145, ../sass/style.scss */
button:active {
  background-color: #02557f;
  box-shadow: 0 2px rgba(0, 0, 0, 0.5);
  transform: translateY(2px);
}

/* line 1152, ../sass/style.scss */
.buttonlink {
  color: white;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  padding: .6em .6em;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  background-color: #024A6F;
  border: none;
  border-radius: .5em;
  box-shadow: 0 5px rgba(0, 0, 0, 0.5);
}
/* line 18, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.buttonlink:visited {
  color: white;
}
/* line 24, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.buttonlink:hover {
  color: white;
}
/* line 27, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.buttonlink:active {
  color: white;
}
/* line 1170, ../sass/style.scss */
.buttonlink:focus {
  outline: none;
}
/* line 1174, ../sass/style.scss */
.buttonlink:hover {
  background-color: #02557f;
}
/* line 1178, ../sass/style.scss */
.buttonlink:active {
  background-color: #02557f;
  box-shadow: 0 2px rgba(0, 0, 0, 0.5);
  transform: translateY(2px);
}
/* line 1184, ../sass/style.scss */
.buttonlink.last {
  margin-bottom: 1em;
}

/* line 1189, ../sass/style.scss */
.report_ad {
  background: url(../img/state_map.svg) no-repeat center center;
  background-size: contain;
  margin-bottom: 2em;
}
/* line 1194, ../sass/style.scss */
.report_ad .report_ad_header {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.25em;
  color: #0378b4;
}
@media (min-width: 25em) {
  /* line 1194, ../sass/style.scss */
  .report_ad .report_ad_header {
    font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.25em;
    color: #0378b4;
  }
}
@media (min-width: 43.75em) {
  /* line 1194, ../sass/style.scss */
  .report_ad .report_ad_header {
    font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.25em;
    color: #0378b4;
  }
}
@media (min-width: 56.25em) {
  /* line 1194, ../sass/style.scss */
  .report_ad .report_ad_header {
    font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.25em;
    color: #0378b4;
  }
}
@media (min-width: 81.25em) {
  /* line 1194, ../sass/style.scss */
  .report_ad .report_ad_header {
    font-family: "PT Serif", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.25em;
    color: #0378b4;
  }
}
/* line 1215, ../sass/style.scss */
.report_ad .report_ad_copy {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: .5em;
}
/* line 1220, ../sass/style.scss */
.report_ad .report_ad_copy li {
  text-align: center;
  font-family: "PT Sans", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.25em;
  color: #000;
}
/* line 1224, ../sass/style.scss */
.report_ad .report_ad_copy li .report_ad_number {
  color: #45935e;
  font-weight: bold;
}
/* line 1231, ../sass/style.scss */
.report_ad .report_ad_button_wrapper {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
/* line 1236, ../sass/style.scss */
.report_ad .report_ad_button_wrapper .buttonlink {
  width: 100%;
  text-align: center;
}
