
@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.
 */
 
  
@font-face {
	font-family: "proxima-nova";
	src: url('../fonts/proxima-nova-medium.eot');
	src: url('../fonts/proxima-nova-medium.eot?#iefix') format('embedded-opentype'),
             url('../fonts/proxima-nova-medium.woff2') format('woff2'),
	     url('../fonts/proxima-nova-medium.woff') format('woff'),
	     url('../fonts/proxima-nova-medium.ttf') format('truetype'),
	     url('../fonts/proxima-nova-medium.svg#ywftsvg') format('svg');
	font-weight: normal;
	font-style: normal;
}

  
@font-face {
	font-family: "Georgia";
	src: url('../fonts/georgia.ttf');
	font-weight: normal;
	font-style: normal;
}

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, .front #sidebar-first #block-views-block-events-block {
    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, .front #sidebar-first #block-views-block-events-block {
        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-views-block-events-block, .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, #block-views-block-events-block 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, #block-views-block-events-block 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, #block-views-block-events-block {
  background-color: #ffffff; }

#block-atom-events-upcoming, #block-views-block-events-block {
  margin: 0; }
  @media  (min-width: 37.5em) {
    #block-atom-events-upcoming, #block-views-block-events-block {
      -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-views-block-latest-updates-block {
  margin-bottom: 5em;
  position: relative; }

#block-block-1, #block-managingpartner {
  text-align: center;
  width: 100%; }
  #block-block-1 p, #block-managingpartner p {
    margin: 0; }
  @media  (min-width: 37.5em) {
    #block-block-1, #block-managingpartner {
      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; }



/*--- customs css --*/

.not-front.sidebar-first #main-content #sidebar-first{
  width: 28.57143%;
    float: right;
    margin-right: 0;
}
.not-front.sidebar-first #main-content #content {
    width: 61.90476%;
    float: left;
    margin-right: 4.7619%;
}
.not-front.sidebar-first #main-content #content p>strong {font-weight: 600 !important;}
.page-node-type-profile.not-front.sidebar-first .profile__full .field--body p {font-style: normal;}

.not-front #main-content #sidebar-first ul.nav.nav--main li a {
	color:#d54427;
	font-size: 16px;
    font-family: "proxima-nova", serif;
    line-height: 1.25em;
	padding:0px;
}
.not-front #main-content #sidebar-first ul.nav.nav--main li svg{display:none;}
.not-front #main-content #sidebar-first ul.nav.nav--main li {
    display: block;
    float: none;
    margin-bottom: 0.625em;
}
.not-front #main-content #sidebar-first h2#block-mainmenu-2-menu{
    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;
}

div#block-nce-page-title h1{
	margin-top: 0;
    margin-bottom: 0.57143em;
	
}

#block-menu-menu-social .nav li a{
	color:transparent;
}
#block-menu-menu-social .nav li a > svg{
	display:none;
	
}
.not-front #main-content #content .views-element-container .item-list ul{
	list-style:none;
	padding:0px;
	margin:0px;
}

.path-news article.node--type-news-article{
	border-bottom: 1px solid #eaeaea;
    margin-bottom: 1.25em;
    padding-bottom: 0.9375em;
}

 article.node--type-news-article:after{
	content:'';
	display:table;
	clear:both;
}
 article.node--type-news-article > header{display:flex; flex-wrap:wrap;}
 article.node--type-news-article > header > h2.node__title{order:2; width:100%;}
 article.node--type-news-article > header > .node__meta{
	 
	 order:1; 
	 width:100%;
	 font-size: 1em;
    line-height: 1.25em;
    margin-bottom: 0.625em;
 
 }

article.node--type-news-article > header > .node__meta  .date-wrapper-cls > span{
	font-weight:bold;
}
 article.node--type-news-article > header > .node__meta .date-wrapper-cls > span  > span {font-weight:normal;}
 article.node--type-news-article > header > .node__meta .date-wrapper-cls > span > span:before {
    color: #ccc;
    content: ' / ';
}
article.node--type-news-article > header + .node__content div:first-child > div {
    
    font-weight: bold;
    font-size: 0.8125em;
    line-height: 1.53846em;
    font-weight: bold;
    color: #262626;
}

  
  article.node--type-news-article .node__content  div > a > img{
  background-color: #fff;
  border:1px solid #ccc;
    display: block;
    padding: 4px;
	float:right;
	margin: 0 0 0.625em 0.625em;
}

/*--- end news ---*/
ul.pager__items.js-pager__items {
    padding-left: 0;
    margin-bottom: 0.625em;
    text-align: center;
    list-style: none;
}

ul.pager__items.js-pager__items > li.pager__item {
    display: inline-block;
}
ul.pager__items.js-pager__items > li.pager__item  > a{
    color: #666;
    background-color: #dbdbdb;
	font-size: 0.8125em;
    line-height: 1.53846em;
    margin: 0.38462em 2px;
    padding: 2px 8px;
}

ul.pager__items.js-pager__items > li.pager__item.is-active > a {
    color: #ffffff;
    background-color: #b3b3b3;
}
ul.pager__items.js-pager__items > li.pager__item > a:hover{
    color: #ffffff;
    background-color: #666;
    text-decoration: none;	
}

div#block-nce-nce-system-main  div p svg, div#block-nce-nce-system-main  div h2 a svg, div#block-nce-nce-system-main  div h4 a svg{
   display:none;	
}

div#block-managingpartner  h3{
    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;
}
div#block-managingpartner > div{display:flex;}

div#block-managingpartner + .views-element-container .item-list ul{margin:0px; padding:0px; list-style:none;}

/*--- home page ---*/
.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 ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.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;
}
.view-latest-updates.view-display-id-block > .attachment-before + .view-content {
     font-size: 1em;
    line-height: 1.5625em;
    color: #8c8c8c;
    display: block;
	
}
.akhil.view.view-latest-updates:after {
    clear: both;
    display: table;
    content: '';
}

.path-frontpage article.node--type-video{
    margin: 0px -20%;
    position: relative;
    background-size: cover;
}	
.path-frontpage article.node--type-video: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;
}
.path-frontpage article.node--type-video > a{
    display: block;
    position: relative;
    padding-left: 14.28571%;
    padding-right: 14.28571%;
    padding-top: 6.875em;
    padding-bottom: 1.875em;
    z-index: 2;
}

.path-frontpage article.node--type-video > a h2.node__title {
    color: #fff;
    font-size: 1.25em;
    line-height: 1.25em;
    color: #fff;
    font-weight: 300;
   
}
.path-frontpage article.node--type-video > a::before {
    background-size: cover;
    content: '';
    display: block;
    height: 3.625em;
    width: 3.625em;
    position: absolute;
    top: 1.875em;
    left: 14.28571%;
  
}

.path-frontpage article.node--type-video > a::before, div#block-views-videos-block  .views-element-container  ~ .views-row article > h2 > a:before {
	   background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%20320%20320%22%20enable-background%3D%22new%200%200%20320%20320%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M160%2C320c88.2%2C0%2C160-71.8%2C160-160S248.2%2C0%2C160%2C0C71.8%2C0%2C0%2C71.8%2C0%2C160S71.8%2C320%2C160%2C320L160%2C320z%20M160%2C21%20%20c76.6%2C0%2C139%2C62.4%2C139%2C139s-62.4%2C139-139%2C139c-76.7%2C0-139-62.4-139-139S83.3%2C21%2C160%2C21L160%2C21z%20M160%2C21%22%2F%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M126.8%2C232.1c4.1%2C4.1%2C10.7%2C4.1%2C14.8%2C0l64.7-64.7c2-2%2C3.1-4.6%2C3.1-7.4c0-2.8-1.1-5.5-3.1-7.4l-64.7-64.7%20%20c-2.1-2-4.7-3.1-7.4-3.1c-2.7%2C0-5.4%2C1-7.4%2C3.1c-4.1%2C4.1-4.1%2C10.7%2C0%2C14.8L184%2C160l-57.3%2C57.3C122.7%2C221.4%2C122.7%2C228%2C126.8%2C232.1%20%20L126.8%2C232.1z%20M126.8%2C232.1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}
.path-frontpage article.node--type-video > a:hover::before, div#block-views-videos-block  .views-element-container  ~ .views-row article > h2 > a:hover:before {
       opacity:1;
	
}

div#block-views-videos-block  .views-element-container  ~ .views-row:not(:last-child) {
    border-bottom: 1px solid #4c4c4c;
}

div#block-views-videos-block  .views-element-container  ~ .views-row article > h2{
    font-size: 16px;
    font-family: "proxima-nova", serif;
    line-height: 1.25em;
	margin:0px;
}
div#block-views-videos-block .views-element-container ~ .views-row article  ul.links.inline{display:none;}

div#block-views-videos-block  .views-element-container ~ .views-row  article > h2 >	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;
}
div#block-views-videos-block  .views-element-container  ~ .views-row  article > h2 > a{
    display: block;
    padding: 2.1875em 0 2.1875em 3.125em;
    position: relative;
}
div#block-views-videos-block  .views-element-container  ~  .views-row  article > h2 > a span{
	font-size: 1em;
    line-height: 1.25em;
    color: #fff;
    margin: 0;
	padding-top: 0em;
    padding-bottom: 0em;
    font-family: "proxima-nova", serif;
    font-weight: 500;
}
div#block-views-videos-block div#block-views-block-video-block{
	padding:0px;
	margin-bottom:0px;
}


.header-right form.search-block-form .js-form-item.form-item input[type="search"] {
    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;
}

.header-right form.search-block-form .js-form-item.form-item input[type="search"]::placeholder {
	color:#fff;
}

.header-right form.search-block-form .js-form-item.form-item {margin:0px;}
div#navigation2{
    margin-bottom: 0.625em;
}

.not-front #main-content #sidebar-first ul.nav.nav--main li a:hover{
	color: #aa361f;
}

body.path-events  .view.view-events header > h2{
	
	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;
}

body.path-events  .view.view-events .atom-events-list ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
body.path-events  .view.view-events .atom-events-list ul time{
	margin:0px;
	padding:0px;
	display:inline;
	font-size: 1em;
    line-height: 1.25em;
    margin-bottom: 0.625em;
}

.views-field.views-field-field-atom-events-address  p.address{
   font-weight:bold;	
}

div#sidebar-first  .views-element-container > h2{
	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;
}
.block.block-newsletter .block-newsletter-wrapper h2 > a > svg {
    display: none;
}

#header .header-right form div#edit-actions{margin:0px;}
.block.block-newsletter .block-newsletter-wrapper h2 > a {
    font-size: 0.875em;
    line-height: 1.42857em;
    border: none;
    margin: 0;
    padding-bottom: 0.625em;
    color: #333!important;
    font-family: Georgia, sans-serif;
    font-style: italic;
    font-weight: 400;
}

.atom-events-list ul li.atom-events__list time {
    display: inline;
}
.partners-region.l--constrained > div{display:flex;}

.partners-region.l--constrained div#block-managingpartner .block-content.block-content 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;
	font-weight:bold;
	border-bottom:none;
	margin-left:10px;
	font-style:normal;
}

.partners-region.l--constrained div#block-managingpartner .block-content.block-content h3 + p{line-height:0px;}

div#block-managingpartner + .views-element-container .item-list + footer > a:after {
    content: ' ›';
}
div#block-managingpartner + .views-element-container .item-list + footer {
    padding: 1em 0;
    font-weight: bold;
}

body.path-partners  #main-content #content div#block-nce-nce-system-main .item-list > ul{
    display:flex;
     flex-wrap:wrap;	
}
body.path-partners  #main-content #content div#block-nce-nce-system-main .item-list > ul > li{
	margin-bottom: 1.25em;
	width: 33%;
	padding:0px 15px;
	box-sizing:border-box;
}
 body.path-partners  #main-content #content div#block-nce-nce-system-main .item-list > ul > li a img{
	 max-width:100%;
	 height:auto;
 }
 p.address{font-weight:bold;}
 
.not-front #main-content #sidebar-first nav > h2#block-mainmenu-menu {
	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;
}

body.sidebar-first.not-front #main-content #content div#block-nce-nce-system-main h2 > a > svg{display:none;}

.page-node-type-news-article article.node--type-news-article > div > img{
	float:right;
}

.page-node-type-news-article article.node--type-news-article > div img {
    float: right;
    max-width: 204px;
    background-color: #fff;
    border: 1px solid #ccc;
    display: block;
    padding: 4px;
    margin: 0 0 0.625em 0.625em;
}
.page-node-type-news-article article.node--type-news-article > div:after{
	display:table; 
	clear:both;
	content:'';
}
html body span, html body p{
font-family: "proxima-nova", serif!important;

}	

.page-node-type-partner article > div > div > img{
	max-width:30%;
	float:right;
	background-color: #fff;
    display: block;
    padding: 4px;
    margin: 0 0 0.625em 0.625em;
}

.page-node-type-partner article > div > div  a > svg{display:none;}
.video-embed-field-provider-youtube.video-embed-field-responsive-video {
    max-width: 640px;
    max-height: 360px;
}
.page-node-type-page div#block-nce-nce-system-main ul > li > a > svg{
	display:none;
}

.view-latest-updates.view-display-id-block > .attachment-before + .view-content  .view-header > h3{
	color:#333;
} 

.view-latest-updates.view-display-id-block > .attachment-before + .view-content  .view-footer {
    position: absolute;
    box-shadow: 0 -4px rgba(255, 255, 255, 0.75);
    margin-top: 0;
    width: calc(69.23077% + 7px);
    bottom: 0;
    padding-bottom: 4.69565%;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    padding-top: 0.9375em;
}
.view-latest-updates.view-display-id-block > .attachment-before + .view-content  .view-footer  a:after {
    content: ' ›';
}
.path-search form.search-form .js-form-item.js-form-type-search input[type="search"]{
padding: 0.3125em 0.3125em 0.25em 1.8em;
    box-sizing: border-box;
    width: 100%;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: 100;
    font-size: 1.25em;
    line-height: 1.25em;
    background: transparent;
    /* color: #fff; */
    margin-top: 10px;
    border-radius: 7px;
}
body.path-search form#search-form .js-form-item.js-form-type-search ~ input[type="submit"]{
	top: 58px;
    left: 5px;	
}
body.path-search form#search-form details#edit-advanced input[type="submit"]{
	top: auto;
    bottom: -55px;
    padding: 10px 40px;
    border: 2px solid #e5e5e5;
    box-sizing: border-box;
    background-position: center;

}
body.path-search form#search-form details#edit-advanced input[type="submit"]:hover{
	opacity:0.7;
}
body.path-search details#edit-advanced {
	margin-bottom:60px;
	position:relative;
}
body.path-search details#edit-advanced summary:hover{
	cursor:pointer;
}

div#block-nce-local-tasks > ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
    border-bottom: 1px solid #ddd;
    display: flex;
}

div#block-nce-local-tasks > ul > li > a {
    margin-right: 30px;
    display: block;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 4px;
    padding-bottom: 0.09375em;
    box-shadow: 1px 1px 1px 0 #ffffff inset;
    padding-top: 0.09375em;
    box-shadow: 1px 1px 1px 0 #ffffff inset;
    border: 1px solid #dbdbdb;
    background-color: #f0f0f0;
    color: #999;
}

div#block-nce-local-tasks > ul > li > a.is-active, div#block-nce-local-tasks > ul > li > a.is-active:hover {
    color: #333;
    background-color: #dbdbdb;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
div#block-nce-local-tasks > ul > li > a:hover{
    border-color: #b3b3b3 #b3b3b3 #ffffff;
}

div#block-nce-local-tasks > ul > li {margin-bottom:-1px;}
form.user-login-form label.js-form-required.form-required:after, form.user-pass label.js-form-required.form-required:after {
    content: '*';
    color: #b52828;
    font-weight: bold;
    margin:0px 3px;
}

form.user-login-form label , form.user-pass label{
    color: #333;
    font-weight: normal;
}

.contextual + .link--more.link--more__events:nth-child(2) {
    margin: 0px;
    border: none;
    padding: 0px;
}

.path-events nav ul.js-pager__items {
    list-style: none;
    display: flex;
    justify-content: center;
}

.path-events nav ul.js-pager__items li:not(:last-child){
	 display:none;
}

.path-events nav ul.js-pager__items li:last-child{position:relative;}
.path-events nav ul.js-pager__items li:last-child a span{
	color:transparent;
}
.path-events nav ul.js-pager__items li:last-child a:before{
	content:'Load More';
	color: #666;
    background-color: #dbdbdb;
	font-size: 0.8125em;
    line-height: 1.53846em;
    margin: 0.38462em 2px;
    padding: 2px 8px;
}
.path-events nav ul.js-pager__items li:last-child a:hover:before{
color: #ffffff;
    background-color: #666;
    text-decoration: none;
}
.path-events li.atom-events__list:last-child{
border-bottom: 1px solid #eaeaea;
    margin-bottom: 1.25em;
    padding-bottom: 0.9375em;
	
}

.path-events nav + .link--more.link--more__events{border:none;}
.path-events div#sidebar-first li.atom-events__list:last-child {
    border-bottom: none;
    margin-bottom: 1.25em;
    padding-bottom: 0.9375em;
}

.webform-submission-form .js-form-item{display:flex; flex-wrap:wrap;}

.webform-submission-form .js-form-item label.js-form-required.form-required:after, form.user-pass label.js-form-required.form-required:after {
    content: '*';
    color: #b52828;
    font-weight: bold;
    margin:0px 3px;
}

.webform-submission-form .js-form-item > label{
    color: #333;
    font-weight: normal;
	min-width:120px;
	max-width:120px;
}
.webform-submission-form .js-form-item  input, .webform-submission-form .js-form-item  textarea, .webform-submission-form .js-form-item  select {
    width: 300px;
	min-width:300px;
	max-width: 300px;
	border-width:1px;
}
.webform-submission-form div#edit-actions {
    margin-left: 120px;
}
.webform-submission-form div#edit-markup{display:block;}
body > a.visually-hidden.focusable.skip-link{color:#333;}
div[data-drupal-messages] div[aria-label="Status message"] ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.header-right form.search-block-form .form-actions {
    margin: 0px;
}
.path-events .view-header > h2 {
    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;
}


.page-node-type-atom-events div#block-nce-nce-system-main article   footer + div > div:nth-child(2) > div:nth-child(2) p.address {
    font-weight: normal;
}

.page-node-type-atom-events div#block-nce-nce-system-main article  footer + div > div:nth-child(2) > div:nth-child(2) p.address {
    font-weight: normal;
}
.page-node-type-atom-events div#block-nce-nce-system-main article  footer {
    font-size: 1em;
    line-height: 1.25em;
    margin-bottom: 0.625em;
}

.page-node-type-atom-events div#block-nce-nce-system-main article  footer + div > div > div:first-child {
    color: red;
    font-size: 0.8125em;
    line-height: 1.53846em;
    font-weight: bold;
    color: #262626;
}

body.page-node-type-profile div#block-nce-page-title h1 {
    margin-bottom: 0px;
}

body.page-node-type-profile article > div > div:first-child {
    font-style: italic;
 
}

body.page-node-type-profile article > div > div:nth-child(2) {
    margin-bottom: 10px;
}
body.page-node-type-profile article > div > div > img{
	
	float: right;
    margin: 10px 20px;
	
}
.views-field.views-field-field-atom-events-date-time-n span.views-label-field-atom-events-date-time-n:after {
    content: '/';
    margin: 0px 5px;
    font-weight: normal;
}

.views-field.views-field-field-atom-events-date-time-n  .field-content {
    display: inline-block;
}

.views-field.views-field-field-atom-events-date-time-n span.views-label-field-atom-events-date-time-n {
    font-weight: bold;
}

.views-field.views-field-field-atom-events-date-time-n {
    margin-bottom: 10px;
}
.page-node-type-profile .field.field--body {
    margin-top: 1em;
}
.path-events .views-field.views-field-field-atom-events-date-time-n time{
	color:#333333;
	
}
.page-node-type-atom-events p.address span.locality , .page-node-type-atom-events p.address  span.country{
	font-weight:normal;
}
.path-events div#sidebar-first li.atom-events__list > div > div:first-child {
    color: #8c8c8c;
}
.page-node-type-news-article .field--label {
    font-size: 0.8125em;
    line-height: 1.53846em;
    font-weight: bold;
    color: #262626;
}

#gdpr-popup{
	
	background:rgb(0, 0, 0)!important;
}
#gdpr-popup .gdpr-popup-content .gdpr-popup-buttons button{
	margin: 0px 0px 10px 10px;
    border-radius: 3px;
}
div#gdpr-popup {
    display: block;
    text-align: center;
}

div#gdpr-popup div {
    display: inline;
    max-width: 100%!important;
    float: none!important;
    font-size: 1em!important;
    line-height: 1.8em;
}

div#gdpr-popup div p {
    display: inline;
    max-width: 100%;
    float: none;
    font-size: 1em;
    line-height: 1.8em;
    margin: 0px!important;
}

#gdpr-popup .gdpr-popup-content {
    font-size: 1em;
    line-height: 1.8em;
    color: rgb(255, 255, 255);
    z-index: 3000;
    padding: 10px 5px;
    text-align: center;
    font-size: 1em;
    line-height: 1.8em;
    font-family: myriad-pro-condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*--- responsive css --*/

@media(min-width:1320px){
	.partners-region.l--constrained div#block-managingpartner .block-content.block-content h3{
	   margin-left:10px;	
	}
}
@media(max-width:1197px){
	div#navigation2{
		padding: 0 2.17391%;
	}
	.path-frontpage div#block-nce-local-tasks > ul{
		 margin-right:2.17391%;
		 margin-left:2.17391%;
	}
	#header .header-right div#block-nce-events-newsletter{
		min-width:165px;
		max-width:165px;
	}
	  div#block-managingpartner > div h3{margin-left:7px;}
}

@media(max-width:768px){ 
  .view-latest-updates.view-display-id-block > .attachment-before + .view-content  .view-footer{
	  margin-top: 1.875em;
      padding-top: 0.9375em;
	  padding-bottom:0px;
	  position:relative;
	  width:100%;
	  box-shadow:inherit;
  }
  .header-right form.search-block-form .js-form-item.form-item input[type="search"] {width:75%;}
  .not-front.sidebar-first #main #main-content {
      display: flex;
      flex-direction: column-reverse;
  }
  .not-front.sidebar-first #main #main-content {
      display: flex;
      flex-direction: column-reverse;
      padding-top: 15px;
  }
  .not-front #main-content #sidebar-first ul.nav.nav--main li {width:100%;}
  .not-front #main-content #sidebar-first ul.nav.nav--main {padding-bottom: 40px;}
  .page-node-type-profile.not-front.sidebar-first .profile__full .field--body p {font-style: normal;}

}
@media (min-width:700px) and (max-width:999px){
	div#navigation2{
		padding: 0 2.17391%;
	}
	#header #branding{
		float:left;
		max-width:65%;
	}
	#header .header-right {
    width: 30.43478%;
    float: right;
    margin-right: 0;
}

#header #branding #logo{
	 max-width:100%;
	
}

#block-managingpartner {width:26%;}
}

@media(max-width:699px){
	.partners-region.l--constrained div#block-managingpartner .block-content.block-content h3{
		margin-left:0px;
	}
	.profile__full .field--field-headshot{float:none;}
	body.page-node-type-profile article > div > div > img{float:none; margin:0px;}
	body.path-partners #main-content #content div#block-nce-nce-system-main .item-list > ul > li{width:100%; text-align:center;}
	.webform-submission-form .js-form-item > label{
  
	min-width:95%;
}
.webform-submission-form .js-form-item > label + div{width:100%;}
.webform-submission-form .js-form-item  input, .webform-submission-form .js-form-item  textarea, .webform-submission-form .js-form-item  select {
    width: 95%;
	min-width:95%;
	max-width: 95%;
}
.webform-submission-form div#edit-actions {
    margin-left:0px;
}

	div#block-nce-local-tasks > ul{
		flex-wrap:wrap;
	}
	div#block-nce-local-tasks > ul > li{
		margin-top:15px;
	}
	div#navigation2 ul#main-menu  > li{
		width:auto;
	}
	div#navigation2 ul#main-menu  > li > a{
		padding:20px 15px;
	}
	div#navigation2{
		padding:0px;
	}
	#header .header-right {padding:0 15px;}
	

	.page-node-type-news-article article.node--type-news-article > div img, .page-node-type-partner article > div > div > img, .path-news article.node--type-news-article .node__content > div:first-child,   article.node--type-news-article .node__content  div > a > img {
		float: none;
		max-width: 95%;
	    margin:10px 0px;
	}
	div#block-views-block-events-block {
    padding: 1.5625em 4.34783%;
    }
	.partners-region.l--constrained div#block-managingpartner .block-content.block-content{
		justify-content:center;
	}
	.partners-region.l--constrained > div{flex-wrap:wrap;}
	.not-front.sidebar-first #main-content #sidebar-first, body.sidebar-first.not-front #main-content #content{
		width:100%;
	}
	.not-front.sidebar-first #main-content #sidebar-first{margin-top:30px;}
	
}
@media (min-width: 62em){
    #block-views-partners-block .views-row {width: 25.92337%;}
}

@media (min-width: 37.5em){
  div#block-additionallogo {
      width: 25%;
      padding-left: 4.34783%;
      align-self: center;
  }
  #block-views-partners-block {width: 50.25571%;}
  #block-managingpartner {
    width: 27.99543%;
}
  div#block-managingpartner + .views-element-container .item-list + footer {text-align: center;}
  #block-managingpartner .block-title {margin-bottom: 0px;}
  div#block-managingpartner > div {padding-left: 30px;}
}

.file--application-pdf + span {display: none;}
#block-views-block-attached-files-block .item-list ul li {list-style-type: none;}
#block-views-block-attached-files-block .item-list ul{
    padding-left: 0px;
}
#block-views-block-attached-files-block .item-list ul li:before{
    content: url(../../img/application-pdf.png);
}
.node-id-1275 #main-content #content, .node-id-65 #main-content #content, .node-id-1289 #main-content #content {width: 100% !important;}

@media (min-width: 37.5em){
    #block-views-partners-block {
        width: 50.25571% !important;
        margin-left: 0% !important;
        border-right: 1px solid #e5e5e5 !important;
    }
    div#block-managingpartner > div {padding-right: 30px;}
}
.path-search #views-exposed-form-custom-search-page-1 + .item-list {margin-top: 40px;}
.path-search #views-exposed-form-custom-search-page-1 + .item-list ul>li {
    margin-bottom: 100px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.path-search #views-exposed-form-custom-search-page-1 + .item-list ul>li .views-field-title>.field-content {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.25em;
    margin-top: 0.41667em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0.41667em;
    font-family: "proxima-nova", serif !important;
}
.path-search #views-exposed-form-custom-search-page-1 + .item-list ul>li .views-field-body {margin: 0 0 0.625em !important;}
/*# sourceMappingURL=sites/all/themes/nce./screen.css.map */