@charset "UTF-8";
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
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.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

* html {
  font-size: 100%; }

html {
  font-size: 16px;
  font-family: "proxima-nova", serif;
  line-height: 1.25em; }

html, body {
  height: 100%;
  width: 100%; }

body {
  color: #333;
  background-color: #d54427;
  background-image: linear-gradient(#d54427, #94301b);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media  (min-width: 37.5em) {
    body {
      background-image: url(../../img/bg.jpg), linear-gradient(#d54427, #94301b);
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed; } }

div, section, header, footer, aside, figure {
  box-sizing: border-box; }

h1 {
  font-size: 2em;
  line-height: 1.25em;
  margin-top: 0.3125em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.3125em;
  font-family: "proxima-nova", serif; }

h2 {
  font-size: 1.75em;
  line-height: 1.25em;
  margin-top: 0.35714em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.35714em;
  font-family: "proxima-nova", serif;
  font-weight: 500; }

h3 {
  font-size: 1.5em;
  line-height: 1.25em;
  margin-top: 0.41667em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.41667em;
  font-family: "proxima-nova", serif; }

h4 {
  font-size: 1em;
  line-height: 1.25em;
  margin-top: 1.25em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em;
  font-family: "proxima-nova", serif; }

h5 {
  font-size: 0.875em;
  line-height: 1.42857em;
  margin-top: 1.42857em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em;
  font-family: "proxima-nova", serif; }

h6 {
  font-size: 0.75em;
  line-height: 1.66667em;
  margin-top: 1.66667em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em;
  letter-spacing: .03em;
  text-transform: uppercase; }

a {
  color: #d54427;
  text-decoration: none; }
  a:hover {
    color: #aa361f; }

p {
  margin: 0 0 0.625em; }

blockquote {
  margin: 0.625em 0 0.625em 3em;
  font-style: italic; }

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

dl {
  margin-bottom: 0.9375em; }

dt {
  font-weight: bold; }

dd {
  margin-left: 30px; }

table {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 0.625em; }

thead {
  text-align: left; }
  thead th {
    vertical-align: bottom; }

th, td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #b3b3b3; }

caption + thead tr:first-child th, caption + thead tr:first-child td, colgroup + thead tr:first-child th, colgroup + thead tr:first-child td, thead:first-child tr:first-child th, thead:first-child tr:first-child td {
  border-top: 0; }

tbody + tbody {
  border-top: 2px solid #b3b3b3; }

tr.odd {
  background-color: #f0f0f0; }

tr.even {
  background-color: #ffffff; }

@media  (min-width: 75em) {
  .l--constrained {
    width: 1200px;
    margin: 0 auto; } }

#below-content {
  margin-top: 1.875em; }
  #below-content .l--constrained {
    background-color: #ffffff; }

#footer {
  padding: 1.25em 2.17391%; }
  #footer a {
    color: #ffffff; }
    #footer a:hover {
      color: #e6e6e6; }
  @media  (min-width: 75em) {
    #footer {
      padding: 1.25em 0; } }

#header {
  padding: 4.6875em 0 1.875em;
  font-weight: 100; }

@media  (max-width: 37.4375em) {
  #branding {
    margin-bottom: 0.625em; } }
#branding h1 {
  margin: 0; }
@media  (max-width: 74.9375em) {
  #branding {
    padding: 0 2.17391%; } }
@media  (min-width: 1000px) {
  #branding {
    float: left; } }

#navigation {
  margin-bottom: 0.625em; }

#above-content {
  padding-top: 0.625em; }

#main-content {
  padding: 0; }
  .not-front #main-content {
    background-color: #ffffff;
    padding: 3.75em 4.34783%; }
  @media  (min-width: 48em) {
    .not-front.sidebar-first #main-content #content {
      width: 61.90476%;
      float: left;
      margin-right: 4.7619%; }
    .not-front.sidebar-first #main-content #sidebar-first {
      width: 28.57143%;
      float: right;
      margin-right: 0; } }

.not-front #sidebar-first {
  background-color: #ffffff; }
.front #sidebar-first {
  clear: both;
  margin-bottom: 2.8125em; }
  .front #sidebar-first .block {
    padding: 1.5625em 4.34783%; }
  .front #sidebar-first .block, .front #sidebar-first .block-container {
    margin-bottom: 2.8125em; }
  .front #sidebar-first #block-views-videos-block {
    background-color: #1f1f1f;
    overflow: hidden; }
    .front #sidebar-first #block-views-videos-block .block-title {
      color: #fff;
      border-bottom: none;
      margin-bottom: 0; }
  .front #sidebar-first #block-nce-events-report-full, .front #sidebar-first #block-atom-events-upcoming {
    margin-bottom: 0; }
  @media  (min-width: 37.5em) {
    .front #sidebar-first {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .front #sidebar-first > .block, .front #sidebar-first > .block-container {
        float: left;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column;
            -ms-flex-flow: column;
                flex-flow: column;
        margin-right: 4.34783%;
        width: 47.82609%; }
      .front #sidebar-first #block-nce-events-report-full, .front #sidebar-first #block-atom-events-upcoming {
        padding: 1.5625em 9.09091%; } }
  @media  (min-width: 37.5em) and (max-width: 61.9375em) {
    .front #sidebar-first > .block:nth-child(2n+2), .front #sidebar-first > .block-container:nth-child(2n+2) {
      margin-right: 0; } }
  @media  (min-width: 62em) {
    .front #sidebar-first > .block, .front #sidebar-first > .block-container {
      width: 30.43478%; }
      .front #sidebar-first > .block:nth-child(3n+3), .front #sidebar-first > .block-container:nth-child(3n+3) {
        margin-right: 0; }
    .front #sidebar-first #block-atom-events-upcoming, .front #sidebar-first #block-nce-events-report-full {
      padding: 1.5625em 14.28571%; } }

.partners-region {
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 2.17391% 4.34783%; }

#messages {
  padding: 1.25em 15px 0.3125em; }

input[type="submit"], button {
  display: inline-block;
  padding: 0.125em 13px;
  font-size: 1em;
  line-height: 1.25em;
  background-color: #9cc524; }

.form-item, .form-actions {
  margin: 1.25em 0; }

.form-item-description {
  font-size: 0.8125em;
  line-height: 1.53846em;
  font-family: Georgia, sans-serif; }

.fieldset-legend {
  font-family: Georgia, sans-serif;
  font-weight: bold; }

.fieldset-description {
  font-size: 0.875em;
  line-height: 1.42857em;
  margin-bottom: 1.42857em;
  font-family: Georgia, sans-serif; }

html.js input.form-autocomplete {
  background-position: 100% 6px; }
  html.js input.form-autocomplete.throbbing {
    background-position: 100% -14px; }

.form-type-checkboxes .form-type-checkbox, .form-type-radios .form-type-radio {
  margin: 0.3125em 0; }

input.error, textarea.error, select.error {
  border: 2px solid red; }

.machine-name-label {
  font-family: Georgia, sans-serif;
  font-weight: bold; }

.machine-name-value {
  font-family: monospace;
  margin: 0 .5em; }

.form-required, .marker {
  color: #b52828;
  font-weight: bold; }

.vertical-tab-button {
  position: relative;
  font-family: Georgia, sans-serif; }

#active-vertical-tab {
  top: 0; }

.page-title {
  margin-top: 0;
  margin-bottom: 0.57143em; }

.article-title {
  margin: 0 0 0.20833em;
  font-size: 1.5em;
  line-height: 0.625em;
  font-family: "proxima-nova", serif;
  font-weight: bold; }

.block-title {
  font-size: 1.25em;
  line-height: 1.25em;
  margin-top: 0;
  margin-bottom: 1em;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.625em;
  color: #333;
  font-family: Georgia, sans-serif;
  font-style: italic;
  font-weight: 400; }

#logo {
  background-image: url("../../img/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 524px;
  height: 68px; }
  #logo img {
    display: none; }
  @media  (max-width: 554px) {
    #logo {
      width: 100%; } }

.image-frame > img, .image-frame > a > img {
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(102, 102, 102, 0.6);
  padding: 4px;
  background-color: #ffffff; }

.image-left {
  float: left;
  margin: 0 30px 0.3125em 0; }

.image-right {
  float: right;
  margin: 0 0 0.3125em 30px; }

.link--button {
  display: inline-block;
  padding: 0.125em 13px;
  font-size: 1em;
  line-height: 1.25em;
  background-color: #9cc524; }

.button--secondary {
  background-color: #4168b6; }

.link--more {
  border-top: 1px solid #e5e5e5;
  margin-top: 1.875em;
  padding-top: 0.9375em; }
  .link--more a:after {
    content: ' ›'; }
  .link--more:only-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }

.article-list {
  padding: 0;
  border-bottom: 1px solid #e5e5e5; }

.article-item {
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.5625em;
  padding-bottom: 0.625em;
  display: block;
  border-color: #e5e5e5; }

.no-bullets, .view-latest-updates.view-display-id-block ul, .tweet--container {
  margin: 0;
  padding: 0; }
  .no-bullets > li, .view-latest-updates.view-display-id-block ul > li, .tweet--container > li {
    list-style: none; }

.messages {
  margin-bottom: 0.3125em;
  padding: 0.3125em 15px;
  color: #ffffff; }
  .messages a {
    color: #ffffff;
    font-weight: bold; }
  .messages.error {
    background-color: #b52828; }
  .messages.warning {
    background-color: #4168b6; }
  .messages.status {
    background-color: #9cc524; }

.krumo-element, .krumo-footnote, .krumo-call, .krumo-preview {
  color: #000000; }

.meta {
  font-size: 0.875em;
  line-height: 1.42857em; }

.nav {
  margin-left: 0;
  list-style: none;
  padding-left: 0; }

.nav-inline {
  *zoom: 1; }
  .nav-inline:before, .nav-inline:after {
    content: " ";
    display: table; }
  .nav-inline:after {
    clear: both; }
  .nav-inline > li {
    float: left; }
    .nav-inline > li > a {
      display: block; }

.nav-tabs, .nav-pills {
  *zoom: 1; }
  .nav-tabs:before, .nav-tabs:after, .nav-pills:before, .nav-pills:after {
    content: " ";
    display: table; }
  .nav-tabs:after, .nav-pills:after {
    clear: both; }

.nav-tabs > li, .nav-pills > li {
  float: left; }

.nav-tabs > li > a, .nav-pills > li > a {
  display: block;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 4px; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  margin-bottom: -1px; }

.nav-tabs > li > a {
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.09375em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.09375em;
  box-shadow: 1px 1px 1px 0 #ffffff inset;
  border: 1px solid #dbdbdb;
  background-color: #f0f0f0;
  color: #999; }
  .nav-tabs > li > a:hover {
    border-color: #b3b3b3 #b3b3b3 #ffffff; }

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  color: #333;
  background-color: #dbdbdb;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-stacked {
  border-bottom: none; }
  .nav-tabs.nav-stacked > li {
    margin-bottom: 0; }
  .nav-tabs.nav-stacked > li > a {
    box-shadow: 1px 1px 1px 0 #ffffff inset, -1px 0 0 0 rgba(102, 102, 102, 0.2) inset;
    border-right-color: #f0f0f0;
    margin-left: -2px; }
    .nav-tabs.nav-stacked > li > a:hover {
      border-color: #b3b3b3 #ffffff #b3b3b3 #b3b3b3; }
  .nav-tabs.nav-stacked > .active > a, .nav-tabs.nav-stacked > .active > a:hover {
    box-shadow: 1px 1px 1px 0 #ffffff inset;
    margin-right: -1px;
    border-right-color: transparent;
    border-bottom-color: #ddd; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li > a {
  display: block;
  padding: 0.3125em 12px;
  margin-right: 0; }
  .nav-stacked > li > a.active {
    font-weight: bold; }

.nav-stacked.nav-buttons {
  border: 1px solid #b3b3b3; }
  .nav-stacked.nav-buttons > li {
    border-bottom: 1px solid #b3b3b3; }
    .nav-stacked.nav-buttons > li.last {
      border-bottom: none; }
    .nav-stacked.nav-buttons > li > a {
      font-size: 0.75em;
      line-height: 1.66667em;
      padding: 0.15625em 15px;
      color: #d54427; }
      .nav-stacked.nav-buttons > li > a:hover {
        background-color: white; }
      .nav-stacked.nav-buttons > li > a:active, .nav-stacked.nav-buttons > li > a.active {
        background-color: #d54427;
        color: #ffffff; }

.nav-inline.nav-buttons {
  *zoom: 1;
  background-image: linear-gradient(top, #b3b3b3 #666);
  display: none;
  margin: 0;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  border-right: #999 1px solid;
  border-left: #b3b3b3 1px solid; }
  .nav-inline.nav-buttons:before, .nav-inline.nav-buttons:after {
    content: " ";
    display: table; }
  .nav-inline.nav-buttons:after {
    clear: both; }
  @media  (min-width: 48em) {
    .nav-inline.nav-buttons {
      display: block; } }
  .nav-inline.nav-buttons > li {
    float: left;
    margin-right: 0; }
  .nav-inline.nav-buttons > li > a {
    height: 20px;
    border-right: #f0f0f0 1px solid;
    border-left: #dbdbdb 1px solid;
    padding: 14px 18px;
    margin: 0;
    color: #ffffff;
    font-weight: bold; }
    @media  (min-width: 62em) {
      .nav-inline.nav-buttons > li > a {
        padding: 14px 24px; } }
    .nav-inline.nav-buttons > li > a:hover {
      background-image: linear-gradient(top, #f0f0f0 #dbdbdb); }
    .nav-inline.nav-buttons > li > a:active, .nav-inline.nav-buttons > li > a.active, .nav-inline.nav-buttons > li > a.active-trail {
      background-image: linear-gradient(bottom, #b3b3b3 #999);
      border-right: #666 1px solid;
      border-left: #666 1px solid; }

#tabs {
  margin-bottom: 1.25em; }

.nav--main {
  *zoom: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-weight: 100; }
  .nav--main:before, .nav--main:after {
    content: " ";
    display: table; }
  .nav--main:after {
    clear: both; }
  .nav--main li {
    float: left; }
  .nav--main a {
    color: #ffffff;
    display: block;
    padding: 0.625em 2.1875em; }
    .nav--main a:hover {
      color: #e6e6e6; }
  @media  (max-width: 699px) {
    .nav--main {
      font-size: 1.25em;
      line-height: 1.25em; }
      .nav--main li {
        width: 33.33333%; }
      .nav--main a {
        padding: 0.5em 1.75em; } }
  @media  (min-width: 700px) {
    .nav--main {
      font-size: 1.5em;
      line-height: 1.25em; }
      .nav--main li:first-child a {
        padding-left: 0; }
      .nav--main a {
        padding: 0.41667em 1.45833em; } }

@media  (max-width: 74.9375em) {
  #navigation {
    padding: 0 2.17391%; } }

.pager {
  padding-left: 0;
  margin-bottom: 0.625em;
  text-align: center;
  list-style: none; }

.pager-first, .pager-previous, .pager-item, .pager-next, .pager-last, .pager-ellipsis, .pager-current {
  display: inline-block; }

.pager-first > a, .pager-previous > a, .pager-item > a, .pager-next > a, .pager-last > a, .pager-current > span {
  font-size: 0.8125em;
  line-height: 1.53846em;
  margin: 0.38462em 2px;
  padding: 2px 8px; }

.pager-first > a, .pager-previous > a, .pager-item > a, .pager-next > a, .pager-last > a {
  color: #666;
  background-color: #dbdbdb; }
  .pager-first > a:hover, .pager-previous > a:hover, .pager-item > a:hover, .pager-next > a:hover, .pager-last > a:hover {
    color: #ffffff;
    background-color: #666;
    text-decoration: none; }

.pager-current > span {
  color: #ffffff;
  background-color: #b3b3b3; }

.password-strength, div.password-confirm {
  font-size: 0.875em;
  line-height: 1.42857em;
  margin-top: 1.07143em;
  width: 17em;
  float: right;
  font-family: Georgia, sans-serif; }

.password-strength-title {
  display: inline; }

.password-strength-text {
  float: right;
  font-weight: bold; }

.password-indicator {
  height: 0.17857em;
  background-color: #dbdbdb; }
  .password-indicator > .indicator {
    height: 100%;
    width: 0;
    background-color: #999; }

input.password-confirm, input.password-field {
  width: 16em; }

div.password-confirm {
  float: right;
  visibility: hidden;
  width: 17em; }

.password-suggestions {
  font-size: 0.8125em;
  line-height: 1.53846em;
  font-family: Georgia, sans-serif; }

.confirm-parent, .password-parent {
  clear: left;
  margin: 0;
  width: 36.3em; }

#block-search-form {
  *zoom: 1; }
  #block-search-form:before, #block-search-form:after {
    content: " ";
    display: table; }
  #block-search-form:after {
    clear: both; }

#search-block-form, #search-form {
  display: inline-block;
  position: relative;
  width: 100%; }
  #search-block-form .form-item-label, #search-form .form-item-label {
    display: none; }
  #search-block-form input[type="text"], #search-form input[type="text"] {
    padding: 0.3125em 0.3125em 0.25em 1.25em;
    box-sizing: border-box;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: 100;
    font-size: 1.25em;
    line-height: 1.25em;
    background: transparent;
    color: #fff; }
    #search-block-form input[type="text"]::-webkit-input-placeholder, #search-form input[type="text"]::-webkit-input-placeholder {
      color: #fff; }
    #search-block-form input[type="text"]:-moz-placeholder, #search-form input[type="text"]:-moz-placeholder {
      color: #fff; }
    #search-block-form input[type="text"]::-moz-placeholder, #search-form input[type="text"]::-moz-placeholder {
      color: #fff; }
    #search-block-form input[type="text"]:-ms-input-placeholder, #search-form input[type="text"]:-ms-input-placeholder {
      color: #fff; }
  #search-block-form input[type="submit"], #search-form input[type="submit"] {
    position: absolute;
    left: 0;
    top: 10px;
    border: none;
    overflow: hidden;
    background-color: transparent;
    width: 12px;
    text-indent: -9999px; }

#content #search-form input[type="text"] {
  color: #333; }

.search-results {
  margin: 0;
  padding: 0; }

.search-result {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding-bottom: 10px; }

.search-results .search-snippet-info {
  padding: 0; }

#atom-events--page ul, #block-atom-events-past ul, #block-atom-events-upcoming ul, .view-content ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  #atom-events--page ul li.views-row, #block-atom-events-past ul li.views-row, #block-atom-events-upcoming ul li.views-row, .view-content ul li.views-row {
    list-style: none;
    margin: 0;
    padding: 0; }

.view-latest-updates.view-display-id-block > .attachment-before + .view-content {
  background-color: #fff;
  padding: 1.5625em 4.34783%; }
  .view-latest-updates.view-display-id-block > .attachment-before + .view-content h3 {
    font-size: 1.25em;
    line-height: 1.25em;
    border-bottom: 1px solid #e5e5e5;
    font-family: Georgia, sans-serif;
    font-style: italic;
    font-weight: 400;
    padding-bottom: 0.625em;
    margin: 0 0 1em; }
  .view-latest-updates.view-display-id-block > .attachment-before + .view-content .views-row:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1.875em;
    padding-bottom: 1.875em; }
@media  (min-width: 62em) {
  .view-latest-updates.view-display-id-block > .attachment-before {
    float: left;
    width: 69.56522%; }
    .view-latest-updates.view-display-id-block > .attachment-before + .view-content {
      position: absolute;
      width: 30.43478%;
      right: 0;
      top: 0;
      height: 100%;
      overflow: hidden; }
      .view-latest-updates.view-display-id-block > .attachment-before + .view-content .link--more {
        position: absolute;
        box-shadow: 0 -4px rgba(255, 255, 255, 0.75);
        margin-top: 0;
        width: calc(69.23077% + 7px);
        bottom: 0;
        padding-bottom: 8.69565%;
        background-color: #fff; } }

.view-videos.view-display-id-block > .view-content .views-row:not(:last-child) {
  border-bottom: 1px solid #4c4c4c; }

.view-id-partners.view-display-id-page_1 ul {
  list-style-type: none; }
  .view-id-partners.view-display-id-page_1 ul li {
    margin-bottom: 1.25em; }
    @media  (min-width: 37.5em) {
      .view-id-partners.view-display-id-page_1 ul li {
        float: left;
        width: 50%; } }
    @media  (min-width: 62em) {
      .view-id-partners.view-display-id-page_1 ul li {
        width: 33%; }
        .view-id-partners.view-display-id-page_1 ul li:nth-child(3n+4) {
          clear: left; } }

#block-views-partners-block {
  width: 100%; }
  @media  (max-width: 37.4375em) {
    #block-views-partners-block {
      border-top: 1px solid #e5e5e5;
      margin-top: 4.34783%;
      padding-top: 4.34783%; } }
  @media  (min-width: 37.5em) {
    #block-views-partners-block {
      border-left: 1px solid #e5e5e5;
      padding-left: 4.34783%;
      margin-left: 4.34783%;
      float: right;
      width: 76.25571%; } }
  #block-views-partners-block .view-content ul {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0; }
    #block-views-partners-block .view-content ul:before, #block-views-partners-block .view-content ul:after {
      content: " ";
      display: table; }
    #block-views-partners-block .view-content ul:after {
      clear: both; }
    @media  (min-width: 37.5em) {
      #block-views-partners-block .view-content ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  #block-views-partners-block .views-row {
    padding: 0.625em 0; }
    #block-views-partners-block .views-row img {
      width: 100%; }
    @media  (max-width: 37.4375em) {
      #block-views-partners-block .views-row:nth-child(-n+3):not(:last-child) {
        display: none; } }
    @media  (min-width: 37.5em) {
      #block-views-partners-block .views-row {
        float: left;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        #block-views-partners-block .views-row.link--more {
          border-top: none;
          margin-top: 0;
          padding-top: 0; } }
    @media  (min-width: 37.5em) and (max-width: 61.9375em) {
      #block-views-partners-block .views-row {
        width: 26.5645%; }
        #block-views-partners-block .views-row:not(:nth-child(3n+3)) {
          margin-right: 6.64112%; } }
    @media  (min-width: 62em) {
      #block-views-partners-block .views-row {
        width: 19.92337%; }
        #block-views-partners-block .views-row:not(:nth-child(4n+4)) {
          margin-right: 6.64112%; } }

#header {
  font-weight: 300; }
  @media  (max-width: 999px) {
    #header .utilities {
      padding: 0 2.17391%; } }
  #header a {
    color: #ffffff; }
    #header a:hover {
      color: #e6e6e6; }
  @media  (min-width: 1000px) {
    #header .header-right {
      width: 30.43478%;
      float: right;
      margin-right: 0; } }

.news-article__featured > header {
  background: #202020;
  padding: 4.34783%; }
.news-article__featured time {
  font-size: 1em;
  line-height: 1.25em;
  color: #8c8c8c;
  display: block;
  font-weight: 300;
  margin-bottom: 0.625em; }
.news-article__featured img {
  display: block;
  width: 100%;
  height: auto; }
@media  (min-width: 37.5em) {
  .news-article__featured > header {
    background: linear-gradient(rgba(32, 32, 32, 0.85), #202020 20%);
    margin-top: -4.16667em;
    position: relative;
    z-index: 1; }
  .news-article__featured time {
    font-size: 1.25em;
    line-height: 1.25em; } }

.news-article__list time, .atom-events__list time {
  font-size: 1em;
  line-height: 1.5625em;
  color: #8c8c8c;
  display: block; }

.atom-events--title__list, .news-article--title__list {
  font-size: 1.125em;
  line-height: 1.38889em;
  margin: 0; }
  .atom-events--title__list > a, .news-article--title__list > a {
    color: #d54427; }
    .atom-events--title__list > a:after, .news-article--title__list > a:after {
      content: ' ›'; }
    .atom-events--title__list > a:hover, .news-article--title__list > a:hover {
      text-decoration: underline; }

.news-article--title__featured {
  font-size: 1.5em;
  line-height: 1.25em;
  color: #fff;
  font-weight: 300;
  margin: 0; }
  @media  (min-width: 37.5em) {
    .news-article--title__featured {
      font-size: 2em;
      line-height: 1.25em; } }

.atom-events__full .submitted, .atom-events__teaser .submitted, .news-article__full .submitted, .news-article__teaser .submitted {
  font-size: 1em;
  line-height: 1.25em;
  margin-bottom: 0.625em; }
  .atom-events__full .submitted span, .atom-events__teaser .submitted span, .news-article__full .submitted span, .news-article__teaser .submitted span {
    font-weight: bold; }
    .atom-events__full .submitted span:after, .atom-events__teaser .submitted span:after, .news-article__full .submitted span:after, .news-article__teaser .submitted span:after {
      color: #ccc;
      content: '  / '; }
.atom-events__full .field--field-preview-image img, .atom-events__teaser .field--field-preview-image img, .news-article__full .field--field-preview-image img, .news-article__teaser .field--field-preview-image img {
  background-color: #fff;
  border: 1px solid #ccc;
  display: block;
  padding: 4px; }
@media  (min-width: 37.5em) {
  .atom-events__full .field--field-preview-image, .atom-events__teaser .field--field-preview-image, .news-article__full .field--field-preview-image, .news-article__teaser .field--field-preview-image {
    float: right;
    margin: 0 0 0.625em 0.625em; } }

.atom-events__teaser, .news-article__teaser, .atom-events__list {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 1.25em;
  padding-bottom: 0.9375em; }

.atom-events--title__teaser, .news-article--title__teaser {
  font-size: 1.5em;
  line-height: 1.25em;
  margin-bottom: 0; }

.atom-events--title__list {
  font-size: 1.25em;
  line-height: 1.25em;
  margin-bottom: 0;
  font-weight: normal; }

.atom-events__list:last-child {
  border-bottom: none;
  margin-bottom: none;
  padding-bottom: none; }

.tweet {
  padding-left: 70px; }
  .tweet:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1.875em;
    padding-bottom: 1.875em; }

.tweet--avatar {
  float: left;
  margin: 0 0 0 -70px; }

.tweet--message {
  color: #666;
  margin: 0 0 0.625em; }

.tweet--date {
  color: #666; }
  .tweet--date em {
    font-style: normal; }

.video__featured {
  background-size: cover;
  margin: 0 -11.11111%;
  position: relative; }
  .video__featured:before {
    background-color: rgba(0, 0, 0, 0.8);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .video__featured > a {
    display: block;
    position: relative;
    padding-left: 9.09091%;
    padding-right: 9.09091%;
    padding-top: 6.875em;
    padding-bottom: 1.875em;
    z-index: 2; }
    .video__featured > a:before {
      background-size: cover;
      content: '';
      display: block;
      height: 3.625em;
      width: 3.625em;
      position: absolute;
      top: 1.875em;
      left: 9.09091%; }
  @media  (min-width: 37.5em) {
    .video__featured {
      margin: 0 -11.11111%; }
      .video__featured > a {
        padding-left: 9.09091%;
        padding-right: 9.09091%; }
        .video__featured > a:before {
          left: 9.09091%; } }
  @media  (min-width: 62em) {
    .video__featured {
      margin: 0 -20%; }
      .video__featured > a {
        padding-left: 14.28571%;
        padding-right: 14.28571%; }
        .video__featured > a:before {
          left: 14.28571%; } }

.video--title__featured {
  font-size: 1.25em;
  line-height: 1.25em;
  color: #fff;
  font-weight: 300; }

.video__teaser > a {
  display: block;
  padding: 2.1875em 0 2.1875em 3.125em;
  position: relative; }
  .video__teaser > a:before {
    background-size: cover;
    content: '';
    display: block;
    height: 2.25em;
    width: 2.25em;
    position: absolute;
    top: 2.1875em;
    left: 0;
    opacity: .4;
    transition: opacity .25s; }
  .video__teaser > a:hover:before {
    opacity: 1; }

.video--title__teaser {
  font-size: 1em;
  line-height: 1.25em;
  color: #fff;
  margin: 0; }

.partner__full .field {
  margin-bottom: 1.25em;
  width: 66%; }
.partner__full .field-label {
  font-size: 0.6875em;
  line-height: 1.36364em;
  font-weight: bold;
  text-transform: uppercase; }
.partner__full .field--field-partner-logo {
  float: right;
  width: 30%; }

@media  (min-width: 550px) {
  .profile__teaser {
    padding-left: 130px; }
    .profile__teaser .field--field-headshot {
      float: left;
      margin-left: -130px;
      width: 110px; } }
.profile__teaser .field--body {
  margin-top: 1em; }

.profile__full .field--field-headshot {
  float: right;
  margin: 10px 20px; }

.node-type-profile .page-title {
  margin: 0; }
.node-type-profile .field--body {
  margin-top: 1em; }

.field--field-profile-role {
  font-style: italic; }

.profile--title__teaser {
  margin: 0; }

.view-id-profiles .views-row {
  margin: 24px 0; }
  .view-id-profiles .views-row:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 24px; }

.field-label {
  font-size: 0.8125em;
  line-height: 1.53846em;
  font-weight: bold;
  color: #262626; }

.block-newsletter {
  position: relative; }

.block-newsletter-wrapper {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  margin-top: 10px;
  padding: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  z-index: 300; }
  .block-newsletter-wrapper.is-closed {
    display: none;
    visibility: hidden; }
  .block-newsletter-wrapper .block-title {
    font-size: 0.875em;
    line-height: 1.42857em;
    border: none;
    margin: 0; }
  .block-newsletter-wrapper .input-organization {
    margin-bottom: 10px;
    width: 280px; }
  .block-newsletter-wrapper .input-email {
    float: left;
    margin-right: 10px;
    width: 190px; }
  .block-newsletter-wrapper .input-submit {
    font-size: 0.8125em;
    line-height: 1.53846em;
    border: none;
    width: 80px;
    padding: 4px 0 3px; }
  @media screen and (min-width: 961px) {
    .block-newsletter-wrapper {
      left: auto;
      right: 0; } }

#block-nce-events-twitter, #block-atom-events-upcoming {
  background-color: #ffffff; }

#block-atom-events-upcoming {
  margin: 0; }
  @media  (min-width: 37.5em) {
    #block-atom-events-upcoming {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }

#block-nce-events-report-full {
  background-color: #1f1f1f;
  background-color: rgba(31, 31, 31, 0.75); }
  #block-nce-events-report-full .block-report__full > a {
    display: block;
    padding-right: 3.25em;
    position: relative; }
    #block-nce-events-report-full .block-report__full > a:before, #block-nce-events-report-full .block-report__full > a:after {
      content: '';
      display: block;
      height: 1px;
      width: 5.75em;
      position: absolute;
      right: -1.25em;
      top: 50%;
      background-color: #d54427;
      transition: right .25s; }
    #block-nce-events-report-full .block-report__full > a:before {
      -webkit-transform: rotate(70deg);
          -ms-transform: rotate(70deg);
              transform: rotate(70deg);
      margin-top: -43px; }
    #block-nce-events-report-full .block-report__full > a:after {
      -webkit-transform: rotate(-70deg);
          -ms-transform: rotate(-70deg);
              transform: rotate(-70deg);
      margin-top: 43px; }
    #block-nce-events-report-full .block-report__full > a:hover:before, #block-nce-events-report-full .block-report__full > a:hover:after {
      right: -1.875em; }
  #block-nce-events-report-full h2, #block-nce-events-report-full h3 {
    color: #ffffff;
    font-weight: 200;
    margin: 0;
    text-transform: uppercase; }
    #block-nce-events-report-full h2 strong, #block-nce-events-report-full h3 strong {
      font-weight: 600; }
  #block-nce-events-report-full h3 {
    font-size: 1.25em;
    line-height: 1.25em; }
  #block-nce-events-report-full h2 {
    font-size: 2.5em;
    line-height: 1em; }

@media  (max-width: 37.4375em) {
  #block-nce-events-newsletter, #block-translate-this-button {
    margin-bottom: 10px; } }
@media  (min-width: 37.5em) {
  #block-nce-events-newsletter, #block-translate-this-button {
    float: left;
    width: 50%; } }

#block-nce-events-newsletter .link-newsletter {
  font-size: 1em;
  line-height: 1.25em;
  border-bottom: none;
  margin: 0;
  font-family: "proxima-nova", serif;
  font-style: normal;
  font-weight: 300;
  color: #ffffff; }
  #block-nce-events-newsletter .link-newsletter:before {
    content: '';
    display: inline-block;
    padding-right: 0.3125em;
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px; }

#block-translate-this-button #translate-this a:before {
  content: '';
  display: inline-block;
  padding-right: 0.3125em;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px; }
@media  (min-width: 62em) {
  #block-translate-this-button {
    text-align: right; } }

#block-nce-events-report {
  *zoom: 1;
  font-size: 1.125em;
  line-height: 1.38889em;
  width: 100%;
  text-transform: uppercase;
  font-weight: 200;
  background-color: #000000; }
  #block-nce-events-report:before, #block-nce-events-report:after {
    content: " ";
    display: table; }
  #block-nce-events-report:after {
    clear: both; }
  #block-nce-events-report .block-content a {
    position: relative;
    display: block;
    padding: 1.25em;
    color: #ffffff; }
    #block-nce-events-report .block-content a:hover {
      color: #e6e6e6; }
    #block-nce-events-report .block-content a:after {
      content: '›';
      padding-left: 0.3125em;
      color: #d54427; }
  #block-nce-events-report span {
    font-weight: 600;
    position: relative;
    padding-left: 1.25em; }
    #block-nce-events-report span:before {
      content: '';
      display: block;
      position: absolute;
      top: 2px;
      left: 0;
      background-size: cover;
      height: 18px;
      width: 18px; }
  @media  (min-width: 1000px) {
    #block-nce-events-report {
      position: relative;
      bottom: -5em; }
      #block-nce-events-report .block-content a {
        padding: 1.25em 14.28571%; } }

#block-views-latest-updates-block {
  margin-bottom: 5em;
  position: relative; }

#block-block-1 {
  text-align: center;
  width: 100%; }
  #block-block-1 p {
    margin: 0; }
  @media  (min-width: 37.5em) {
    #block-block-1 {
      float: left;
      width: 18.99543%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

#block-menu-menu-social {
  display: inline-block; }
  #block-menu-menu-social .block-title {
    font-size: 1.125em;
    line-height: 1.38889em;
    display: inline-block;
    font-family: "proxima-nova", serif;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    margin: 0 1.875em 0 0;
    padding: 0;
    border-bottom: none; }
  #block-menu-menu-social .block-content {
    display: inline-block; }
  #block-menu-menu-social .nav {
    margin: 0;
    padding: 0; }
    #block-menu-menu-social .nav li {
      display: inline-block;
      vertical-align: top; }
      #block-menu-menu-social .nav li:not(:last-child) {
        margin-right: 0.78125em; }
      #block-menu-menu-social .nav li a {
        background-size: contain;
        background-position: center;
        color: transparent;
        font: 0/0 a;
        display: block;
        height: 24px;
        width: 24px; }
  @media  (min-width: 37.5em) {
    #block-menu-menu-social {
      float: right; } }

#block-menu-menu-footer-menu {
  font-size: 1.125em;
  line-height: 1.38889em;
  display: inline-block; }
  #block-menu-menu-footer-menu .nav {
    margin: 0; }
    #block-menu-menu-footer-menu .nav a:after {
      content: ' ›'; }
  @media  (min-width: 37.5em) {
    #block-menu-menu-footer-menu {
      float: left; } }

.menu-block-1 li {
  display: block;
  float: none;
  margin-bottom: 0.625em; }


/*# sourceMappingURL=sites/all/themes/nce./screen.css.map */