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

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

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 49, _normalize.scss */
[hidden] {
  display: none; }

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

/*
 * Removes default margin.
 */
/* line 73, _normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 85, _normalize.scss */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 93, _normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 107, _normalize.scss */
h1 {
  font-size: 2em; }

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

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

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

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

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

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

/*
 * Sets consistent quote types.
 */
/* line 172, _normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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

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

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 212, _normalize.scss */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 232, _normalize.scss */
figure {
  margin: 0; }

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

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

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 280, _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.
 */
/* line 293, _normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
/* line 305, _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.
 */
/* line 315, _normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 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 327, _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 339, _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 4+.
 */
/* line 348, _normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

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

/* line 4, ../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/neat-1.7.2/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  box-sizing: border-box; }

/* line 9, ../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/neat-1.7.2/app/assets/stylesheets/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit; }

/* line 17, site.css.scss */
body, html {
  height: 100%; }

/* line 21, site.css.scss */
body {
  font-family: "Karla", Helvetica, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: -1px;
  background-color: #000;
  min-width: 400px; }

/* line 29, site.css.scss */
.impact, .impact a {
  color: #ff3333 !important;
  font-weight: 600; }

/* line 33, site.css.scss */
.content {
  margin: 0 auto; }
  /* line 35, site.css.scss */
  .content .header {
    margin: 0px auto;
    background-size: 100% auto;
    background: url("/images/CDS_bg.jpg") no-repeat;
    background-size: contain; }
    /* line 41, site.css.scss */
    .content .header img {
      width: 100%; }
    /* line 45, site.css.scss */
    .content .header .info #logo {
      min-height: 55px; }
    /* line 48, site.css.scss */
    .content .header .info img {
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      margin: 120px 0 30px 0;
      max-width: 321px;
      width: 100%; }
    /* line 54, site.css.scss */
    .content .header .info h1 {
      font-size: 36px;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
    /* line 60, site.css.scss */
    .content .header .construct > img {
      width: 100%; }
    /* line 64, site.css.scss */
    .content .header .info {
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
      /* line 69, site.css.scss */
      .content .header .info .wrapper {
        max-width: 1000px;
        min-width: 400px;
        margin: 0 auto; }
    /* line 75, site.css.scss */
    .content .header .c_info {
      margin-bottom: 60px;
      padding-bottom: 50px;
      display: block; }
  /* line 82, site.css.scss */
  .content .telephone {
    pointer-events: none;
    cursor: default; }
  /* line 87, site.css.scss */
  .content .info {
    max-width: 960px;
    margin: 0 auto; }
    /* line 90, site.css.scss */
    .content .info .wrapper {
      padding: 0 40px; }
    /* line 93, site.css.scss */
    .content .info .copy {
      margin-top: 30px; }
    /* line 96, site.css.scss */
    .content .info h2 {
      font-size: 36px;
      line-height: 42px;
      font-weight: 400; }
    /* line 101, site.css.scss */
    .content .info .profiles, .content .info .contact {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-top: 75px; }
      /* line 89, ../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/neat-1.7.2/app/assets/stylesheets/grid/_span-columns.scss */
      .content .info .profiles:last-child, .content .info .contact:last-child {
        margin-right: 0; }
      /* line 104, site.css.scss */
      .content .info .profiles a, .content .info .contact a {
        text-decoration: none; }
      /* line 107, site.css.scss */
      .content .info .profiles span, .content .info .contact span {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        /* line 89, ../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/neat-1.7.2/app/assets/stylesheets/grid/_span-columns.scss */
        .content .info .profiles span:last-child, .content .info .contact span:last-child {
          margin-right: 0; }
        /* line 109, site.css.scss */
        .content .info .profiles span img, .content .info .contact span img {
          margin-left: -20px; }
      /* line 113, site.css.scss */
      .content .info .profiles p, .content .info .contact p {
        font-size: 16px;
        margin: 0;
        margin-top: 10px;
        line-height: 20px; }
        /* line 118, site.css.scss */
        .content .info .profiles p.bio, .content .info .contact p.bio {
          color: #666;
          max-width: 280px; }
    /* line 125, site.css.scss */
    .content .info .contact {
      margin-bottom: 75px;
      padding-bottom: 75px; }
    /* line 129, site.css.scss */
    .content .info h1 {
      color: #fff;
      font-weight: 400;
      letter-spacing: -1px; }
      /* line 133, site.css.scss */
      .content .info h1 a {
        color: #fff;
        text-decoration: none; }
    /* line 139, site.css.scss */
    .content .info p {
      line-height: 28px;
      font-size: 18px;
      color: #fff;
      font-weight: 400; }
      /* line 144, site.css.scss */
      .content .info p a {
        color: #fff; }
  @media screen and (max-width: 1400px) {
    /* line 151, site.css.scss */
    .content .header .info img {
      margin-top: 100px !important; }
    /* line 154, site.css.scss */
    .content .header .info h1 {
      font-size: 28px; }
    /* line 159, site.css.scss */
    .content .wrapper h2 {
      font-size: 28px; } }
  @media screen and (max-width: 750px) {
    /* line 166, site.css.scss */
    .content .profiles, .content .contact {
      margin-top: 0 !important; }
      /* line 168, site.css.scss */
      .content .profiles span, .content .contact span {
        width: 100% !important;
        margin-top: 40px; }
      /* line 173, site.css.scss */
      .content .profiles p.bio, .content .contact p.bio {
        max-width: 500px !important; } }
  @media screen and (max-width: 800px) {
    /* line 181, site.css.scss */
    .content .copy p br {
      display: none; } }
  @media screen and (max-width: 1100px) {
    /* line 189, site.css.scss */
    .content .header .info img {
      margin-top: 80px !important; }
    /* line 192, site.css.scss */
    .content .header .info h1 {
      font-size: 25px; }
    /* line 197, site.css.scss */
    .content .wrapper h2 {
      font-size: 25px; } }
  @media screen and (max-width: 600px) {
    /* line 205, site.css.scss */
    .content .header .info h1 {
      font-size: 22px; }
    /* line 210, site.css.scss */
    .content .wrapper h2 {
      font-size: 22px; } }
  @media screen and (max-width: 530px) {
    /* line 218, site.css.scss */
    .content .header .info h1 {
      font-size: 22px; }
      /* line 220, site.css.scss */
      .content .header .info h1:first-of-type br {
        display: none; }
    /* line 226, site.css.scss */
    .content .wrapper h2 {
      font-size: 22px; } }
  @media screen and (max-width: 900px) {
    /* line 234, site.css.scss */
    .content .header .info img {
      margin-top: 60px !important; }
    /* line 238, site.css.scss */
    .content .header {
      background: url("/images/CDS_bg_mobile.jpg");
      background-size: contain; } }
  @media screen and (max-width: 490px) {
    /* line 244, site.css.scss */
    .content .wrapper {
      padding: 0 40px;
      margin-top: 73px; }
    /* line 248, site.css.scss */
    .content .telephone {
      pointer-events: auto;
      cursor: pointer; }
    /* line 252, site.css.scss */
    .content .profiles {
      margin-top: 10px; }
    /* line 256, site.css.scss */
    .content .header .info img {
      margin-top: 60px !important; }
    /* line 259, site.css.scss */
    .content .header .info h1 {
      font-size: 22px; }
      /* line 261, site.css.scss */
      .content .header .info h1:first-of-type br {
        display: none; } }
  @media screen and (max-width: 440px) {
    /* line 269, site.css.scss */
    .content .profiles {
      margin-top: 10px; }
    /* line 273, site.css.scss */
    .content .header .info img {
      margin-top: 60px !important; }
    /* line 276, site.css.scss */
    .content .header .info h1 {
      font-size: 20px; }
      /* line 278, site.css.scss */
      .content .header .info h1:first-of-type br {
        display: none; }
      /* line 281, site.css.scss */
      .content .header .info h1:last-of-type {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none; } }
