@charset "UTF-8";
@import url("https://use.typekit.net/tzg3qeu.css");
/**
 * @license
 * MyFonts Webfont Build ID 3653730, 2018-10-10T13:04:52-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed ../../../fonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: AvenirNextLTPro-Bold by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir-next-pro/pro-bold/
 *
 * Webfont: AvenirNextLTPro-BoldIt by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir-next-pro/pro-bold-italic/
 *
 * Webfont: AvenirNextLTPro-It by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir-next-pro/pro-italic/
 *
 * Webfont: AvenirNextLTPro-Regular by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir-next-pro/pro-regular/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3653730
 * Licensed pageviews: 500,000
 * ../../../fonts copyright: Copyright &#x00A9; 2004 - 2017 Monotype GmbH. All rights reserved.
 *
 * © 2018 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/37c062");
@font-face {
  font-family: 'AvenirNextLTPro-Bold';
  src: url("../../../fonts/37C062_0_0.eot");
  src: url("../../../fonts/37C062_0_0.eot?#iefix") format("embedded-opentype");
  src: url("../../../fonts/37C062_0_0.woff2") format("woff2");
  src: url("../../../fonts/37C062_0_0.woff") format("woff");
  src: url("../../../fonts/37C062_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'AvenirNextLTPro-BoldIt';
  src: url("../../../fonts/37C062_1_0.eot");
  src: url("../../../fonts/37C062_1_0.eot?#iefix") format("embedded-opentype");
  src: url("../../../fonts/37C062_1_0.woff2") format("woff2");
  src: url("../../../fonts/37C062_1_0.woff") format("woff");
  src: url("../../../fonts/37C062_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'AvenirNextLTPro-It';
  src: url("../../../fonts/37C062_2_0.eot");
  src: url("../../../fonts/37C062_2_0.eot?#iefix") format("embedded-opentype");
  src: url("../../../fonts/37C062_2_0.woff2") format("woff2");
  src: url("../../../fonts/37C062_2_0.woff") format("woff");
  src: url("../../../fonts/37C062_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'AvenirNextLTPro-Regular';
  src: url("../../../fonts/37C062_3_0.eot");
  src: url("../../../fonts/37C062_3_0.eot?#iefix") format("embedded-opentype");
  src: url("../../../fonts/37C062_3_0.woff2") format("woff2");
  src: url("../../../fonts/37C062_3_0.woff") format("woff");
  src: url("../../../fonts/37C062_3_0.ttf") format("truetype"); }

@font-face {
  font-family: 'AvenirNextLTPro-Demi';
  src: url("../../../fonts/3820F5_0_0.eot");
  src: url("../../../fonts/3820F5_0_0.eot?#iefix") format("embedded-opentype");
  src: url("../../../fonts/3820F5_0_0.woff2") format("woff2");
  src: url("../../../fonts/3820F5_0_0.woff") format("woff");
  src: url("../../../fonts/3820F5_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'AvenirNextLTPro-DemiIt';
  src: url("../../../fonts/3820F5_1_0.eot");
  src: url("../../../fonts/3820F5_1_0.eot?#iefix") format("embedded-opentype");
  src: url("../../../fonts/3820F5_1_0.woff2") format("woff2");
  src: url("../../../fonts/3820F5_1_0.woff") format("woff");
  src: url("../../../fonts/3820F5_1_0.ttf") format("truetype"); }

/*
$breakpoints: (
  none:     0,
  tiny:     400px,
  default:  500px,
  small:    600px,
  medium:   768px,
  large:    992px,
  x-large:  1200px,
  w-max: 2200px
);
*/
/*
$size-12: 0.75rem;
$size-14: 0.825rem;
$size-18: 1.125rem;
$size-20: 1.25rem;
$size-24: 1.5rem;
$size-30: 1.875rem;
$size-48: 3rem;
$size-80: 5rem;
*/
/*
@mixin link--text($size, $text-color, $text-color-hover) {
    display: inline-block;
    @include fs($size);
    color: $text-color;
    position: relative;
    &:after {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background: $yellow-01;
        position: absolute;
        left: 0;
        bottom: -1px;
        z-index: -1;
        @include transition();
    }
    &:hover {
        color: $text-color-hover;
        &:after {
            height: 100%;
        }
    }
}*/
/* ===== NCEO TYPOGRAPHY ===== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ===== GENERAL ===== */
* {
  box-sizing: border-box; }

html {
  font-family: "AvenirNextLTPro-Regular";
  font-size: 125%; }

body {
  font-size: 0.9rem;
  line-height: inherit;
  font-family: "AvenirNextLTPro-Regular";
  text-transform: none;
  letter-spacing: normal;
  color: #4c4d4f;
  background: #3366cc; }
  @media (min-width: 75em) {
    body {
      font-size: 1.1rem; } }

a {
  text-decoration: none;
  -webkit-transition: 0.35s;
  transition: 0.35s; }

ul,
ol,
ul li,
ol li {
  margin: 0;
  padding: 0; }

.not-bold {
  font-family: "AvenirNextLTPro-Regular" !important; }

fieldset legend {
  font-size: 0.7rem;
  margin: 0 0 1em 0;
  letter-spacing: 2px;
  font-family: "AvenirNextLTPro-Demi";
  text-transform: uppercase;
  color: #3366cc; }
  @media (min-width: 75em) {
    fieldset legend {
      font-size: 0.9rem; } }

@media (max-width: 74.9375em) {
  .hide-mobile {
    display: none; } }

/* ===== TYPOGRAPHY ===== */
h1 {
  margin: 50px 0 50px 0;
  line-height: 1.2;
  font-family: "AvenirNextLTPro-Demi";
  font-weight: normal;
  color: #3366cc; }
  @media (min-width: 75em) {
    h1 {
      font-size: 3rem; } }

h2 {
  font-size: 1.5rem;
  margin: 50px 0 50px 0;
  line-height: 1.2;
  font-family: "AvenirNextLTPro-Demi";
  font-weight: normal;
  color: #3366cc; }
  @media (min-width: 75em) {
    h2 {
      font-size: 2.4rem; } }

h3 {
  font-size: 1.25rem;
  margin: 50px 0 30px 0;
  line-height: 1.2;
  font-family: "AvenirNextLTPro-Demi";
  font-weight: normal;
  color: #3366cc; }
  @media (min-width: 75em) {
    h3 {
      font-size: 1.5rem; } }

h4 {
  font-size: 1.1rem;
  margin: 50px 0 30px 0;
  line-height: 1.2;
  font-family: "AvenirNextLTPro-Demi";
  font-weight: normal;
  color: #3366cc; }
  @media (min-width: 75em) {
    h4 {
      font-size: 1.2rem; } }

h5 {
  font-size: 0.9rem;
  margin: 50px 0 30px 0;
  line-height: 1.2;
  font-family: "AvenirNextLTPro-Demi";
  font-weight: normal;
  color: #3366cc; }
  @media (min-width: 75em) {
    h5 {
      font-size: 1.1rem; } }

h6 {
  font-size: 0.7rem;
  margin: 50px 0 30px 0;
  line-height: 1.2;
  font-family: "AvenirNextLTPro-Demi";
  font-weight: normal;
  color: #3366cc; }
  @media (min-width: 75em) {
    h6 {
      font-size: 0.9rem; } }

p {
  margin: 0 0 1em;
  position: relative;
  z-index: 200; }

/* ===== MAIN CONTENT ===== */
.path-frontpage #maincontent .maincontent__content .block {
  margin-bottom: 200px; }

.maincontent__content p {
  font-size: 0.9rem;
  line-height: initial;
  font-family: "warnock-pro", serif;
  text-transform: none;
  letter-spacing: normal;
  color: #4c4d4f; }
  @media (min-width: 75em) {
    .maincontent__content p {
      font-size: 1.1rem; } }

.view-grid .view-header .view-content {
  display: block; }

.view-grid .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 48em) and (max-width: 74.9375em) {
    .view-grid .view-content .views-row {
      width: 49%; } }
  @media (min-width: 75em) {
    .view-grid .view-content .views-row {
      width: 33.33%; } }

.view__with-featured .view-header {
  padding: 60px 50px 100px 0;
  background: #003366;
  color: #fff;
  position: relative; }
  @media (min-width: 75em) {
    .view__with-featured .view-header {
      margin: -150px -130px 100px 0; } }
  .view__with-featured .view-header:before {
    content: "";
    display: block;
    width: 200%;
    height: 100%;
    background: #003366;
    position: absolute;
    top: 0;
    right: 100%; }
  @media (max-width: 47.9375em) {
    .view__with-featured .view-header {
      padding: 30px 30px 30px 0; } }
  @media (max-width: 74.9375em) {
    .view__with-featured .view-header {
      width: calc(100% + 30px); } }
  .view__with-featured .view-header h3 {
    font-size: 0.7rem;
    line-height: inherit;
    font-family: "AvenirNextLTPro-Demi";
    text-transform: none;
    letter-spacing: normal;
    color: #ffcc33;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 40px 0; }
    @media (min-width: 75em) {
      .view__with-featured .view-header h3 {
        font-size: 0.9rem; } }

.box__tiny {
  font-size: 0.5rem;
  line-height: inherit;
  font-family: "AvenirNextLTPro-Bold";
  text-transform: none;
  letter-spacing: normal;
  color: #fff;
  float: left;
  margin-right: 15px;
  padding: 5px 5px 3px 6px; }
  @media (min-width: 75em) {
    .box__tiny {
      font-size: 0.6rem; } }

/* ===== AFTER CONTENT ===== */
#aftercontent {
  background: #7a7d81;
  position: relative;
  z-index: 290; }

/* ===== ACCORDIONS ===== */
.accordion {
  margin-bottom: -1px;
  border-top: solid 1px #e4e8eb; }
  .accordion .accordion__header {
    margin: 0;
    padding: 30px 0;
    cursor: pointer;
    position: relative; }
    .accordion .accordion__header svg {
      width: 15px;
      height: 30px;
      margin: auto;
      fill: #3366cc;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .accordion .accordion__header.active svg {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .accordion .accordion__content .accordion__content-item {
    margin-bottom: 1em; }
    .accordion .accordion__content .accordion__content-item label,
    .accordion .accordion__content .accordion__content-item label + div {
      display: inline-block; }
    .accordion .accordion__content .accordion__content-item label {
      font-size: 0.6rem;
      margin: 0;
      letter-spacing: 2px;
      font-family: "AvenirNextLTPro-Demi";
      text-transform: uppercase;
      color: #3366cc;
      margin: 0; }
      @media (min-width: 75em) {
        .accordion .accordion__content .accordion__content-item label {
          font-size: 0.7rem; } }

/* ===== FLEXSLIDER ===== */
.flexslider {
  margin: 0;
  background: none;
  border: none;
  border-radius: 0px;
  -o-box-shadow: none;
  box-shadow: none; }
  .flexslider ul,
  .flexslider ol {
    margin: 0 !important; }
    .flexslider ul li,
    .flexslider ol li {
      margin: 0 !important;
      padding: 0 !important;
      counter-increment: none; }
      .flexslider ul li a,
      .flexslider ol li a {
        text-indent: -9999px;
        text-align: left !important; }
        .flexslider ul li a svg,
        .flexslider ol li a svg {
          position: absolute;
          top: 0; }
        .flexslider ul li a:before,
        .flexslider ol li a:before {
          display: none !important; }
      .flexslider ul li:before,
      .flexslider ol li:before {
        display: none !important; }
  .flexslider.optionset-featured-publications .flex-viewport {
    position: relative; }
    .flexslider.optionset-featured-publications .flex-viewport:after {
      content: "";
      display: block;
      width: 2px;
      height: 100%;
      background: #003366;
      position: absolute;
      top: 0;
      right: 0; }
  .flexslider.optionset-featured-publications .flex-control-nav {
    bottom: -65px;
    left: 0; }
    .flexslider.optionset-featured-publications .flex-control-nav li a {
      width: 7px;
      height: 7px;
      margin: 0 5px;
      background: rgba(255, 255, 255, 0.2); }
      .flexslider.optionset-featured-publications .flex-control-nav li a.flex-active {
        background: white; }
  .flexslider.optionset-featured-publications .flex-direction-nav {
    position: absolute;
    width: 100%; }
    .flexslider.optionset-featured-publications .flex-direction-nav li a {
      display: block !important;
      width: 25px;
      height: 25px;
      margin: 0;
      opacity: 1;
      cursor: pointer;
      text-shadow: none;
      top: 30px;
      position: absolute; }
      .flexslider.optionset-featured-publications .flex-direction-nav li a svg {
        height: 25px;
        width: 25px;
        fill: #ffcc33; }
      .flexslider.optionset-featured-publications .flex-direction-nav li a.flex-prev {
        left: 0; }
        .flexslider.optionset-featured-publications .flex-direction-nav li a.flex-prev svg {
          left: 0;
          -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }
      .flexslider.optionset-featured-publications .flex-direction-nav li a.flex-next {
        right: 0; }
        .flexslider.optionset-featured-publications .flex-direction-nav li a.flex-next svg {
          right: 0; }

/* ===== ADMIN ===== */
ul.tabs {
  margin-bottom: 2rem; }
  ul.tabs li {
    margin: 0 5px -1px 0 !important;
    padding: 0 !important; }
    ul.tabs li a {
      padding: 20px 30px 15px 30px;
      border-radius: 0 !important;
      font-size: 0.5rem;
      margin: 0;
      font-family: "AvenirNextLTPro-Demi";
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 1.5px;
      color: #3366cc; }
      @media (min-width: 75em) {
        ul.tabs li a {
          font-size: 0.6rem; } }
    ul.tabs li:before {
      display: none !important; }

.contextual-links li {
  margin: 0 !important;
  padding: 0 !important; }
  .contextual-links li:before {
    display: none !important; }

hr {
  border: 0;
  border-bottom: 1px solid #c3c1c3; }

.clear {
  clear: both; }

a {
  color: #0098ce; }
  a:hover {
    text-decoration: none; }
  h1 > a,
  h2 > a,
  h3 > a,
  h4 > a,
  h5 > a,
  h6 > a {
    text-decoration: none; }

blockquote {
  margin: 1em 0; }

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

figure {
  margin: 0; }
  figure img {
    display: block; }
    figure img + br {
      display: none; }
  figure figcaption {
    margin-bottom: 0; }

figcaption {
  margin: 1em 0; }

ul,
ol,
dl {
  margin: 1em 0; }

dt {
  font-weight: 600; }

input,
textarea {
  max-width: 100%; }

input[type="file"] {
  height: inherit; }

input[type="checkbox"] {
  height: auto; }

label,
legend {
  margin: 1em 0; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f7f6f7;
  border-color: #c3c1c3;
  border-radius: 0;
  height: 1.75rem;
  padding: 0 10px;
  text-indent: 0.01px;
  text-overflow: ""; }

select::-ms-expand {
  display: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  caption-side: bottom;
  margin: 1em 0;
  max-width: 100%;
  text-align: left;
  width: 100%;
  font-size: 0.7rem;
  line-height: inherit;
  font-family: "AvenirNextLTPro-Regular";
  text-transform: none;
  letter-spacing: normal;
  color: #4c4d4f; }
  @media (min-width: 75em) {
    table {
      font-size: 0.9rem; } }

table thead th {
  border: none;
  border-bottom: 2px solid #d3d8df;
  font-size: 0.7rem;
  font-size: 0.6rem;
  line-height: inherit;
  font-family: "AvenirNextLTPro-Demi";
  text-transform: none;
  letter-spacing: normal;
  color: #3366cc;
  letter-spacing: 2px;
  text-transform: uppercase; }
  @media (min-width: 75em) {
    table thead th {
      font-size: 0.7rem; } }

th,
td {
  padding: 1rem;
  vertical-align: top; }

caption {
  padding: 1rem; }

/*
:focus {
  outline-width: 1px;
  outline-style: dashed;
  outline-color: $clr-accent;
  outline-color: rgba($clr-accent, .6);
}
*/
:active {
  outline: 0; }

.field--name-field-teaser {
  font-family: "warnock-pro", serif; }
  .field--name-field-teaser p a {
    font-size: 0.9rem;
    text-decoration: none;
    color: #fff;
    display: inline;
    line-height: inherit;
    -webkit-transition: 0.35s;
    transition: 0.35s;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: inset 0 -3px 0 #ffcc33;
    padding-bottom: 6px;
    box-shadow: inset 0px -3px 0px -1px #ffcc33;
    padding-bottom: 0; }
    @media (min-width: 75em) {
      .field--name-field-teaser p a {
        font-size: 1.1rem; } }
    .field--name-field-teaser p a:hover {
      box-shadow: inset 0 -34px 0 0 #ffcc33;
      color: #4c4d4f; }

.field {
  margin-bottom: 2em; }
  .field:last-child {
    margin-bottom: 0; }

.field__label {
  font-weight: bold; }

.layout__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media (min-width: 62em) {
    .layout__container {
      max-width: 1460px; } }

.layout__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.layout__row-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 35.9375em) {
    .layout__row-nowrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.layout-left {
  -ms-flex: 0 0 61.64384%;
  -webkit-box-flex: 0;
          flex: 0 0 61.64384%;
  max-width: 61.64384%;
  padding-right: 50px; }

.layout-right {
  -ms-flex: 0 0 34.24658%;
  -webkit-box-flex: 0;
          flex: 0 0 34.24658%;
  max-width: 34.24658%;
  padding-left: 100px; }

.grid-150 {
  -ms-flex: 0 0 150px;
  -webkit-box-flex: 0;
          flex: 0 0 150px;
  max-width: 150px; }

.grid-8 {
  -ms-flex: 0 0 66.66667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.grid-7 {
  -ms-flex: 0 0 58.33333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.grid-4 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%; }

.grid-5 {
  -ms-flex: 0 0 41.66667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.grid-3 {
  -ms-flex: 0 0 30%;
  -webkit-box-flex: 0;
          flex: 0 0 30%;
  max-width: 30%; }

/*
.l--constrained {
  @include box--constrained;
}

.l--narrow {
  @include box--narrow;
}

.l--gutters {
  @include box--gutters;
}

.l--padded {
  @include box--padded;
}


//
// Sidebar After
//
.l--sidebar-after {
  @include clearfix;

  @include bp(medium) {
    > .l__primary {
      float: left;
      width: cp(7, 12);
    }

    > .l__secondary {
      float: right;
      width: cp(4, 12);
    }
  }
}
*/
.align-left {
  margin: 0 1rem 1rem 0; }

.align-right {
  margin: 0 0 1rem 1rem; }

.align-center {
  display: table; }

.form-item {
  margin: 0 0 50px 0; }
  .form-item .form-item {
    margin: 0; }
  .form-item.form-item-organization-name {
    margin: 0; }
  .form-item.address--wrapper {
    margin-top: 0; }

input,
select {
  outline: none !important;
  box-shadow: none !important; }

textarea {
  padding: 12px;
  border: solid 2px #d3d2d2;
  font-size: 0.7rem;
  line-height: inherit;
  font-family: "AvenirNextLTPro-Demi";
  text-transform: none;
  letter-spacing: normal;
  color: #4c4d4f;
  resize: none; }
  @media (min-width: 75em) {
    textarea {
      font-size: 0.9rem; } }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
select {
  padding: 12px;
  background: none !important;
  border: solid 2px #d3d2d2;
  font-size: 0.7rem;
  line-height: inherit;
  font-family: "AvenirNextLTPro-Demi";
  text-transform: none;
  letter-spacing: normal;
  color: #4c4d4f; }
  @media (min-width: 75em) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    input[type="password"],
    select {
      font-size: 0.9rem; } }

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
  color: #4c4d4f; }

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder {
  color: #4c4d4f; }

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
  color: #4c4d4f; }

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder {
  color: #4c4d4f; }

input[name="quantity"] {
  max-width: 100px;
  height: 60px;
  padding: 0 15px;
  border: none !important;
  color: #4c4d4f; }

/* ===== Custom styling for all select lists in the form of checkboxes ===== */
.js-form-type-checkbox,
.item-list__checkbox .facet-item {
  margin-bottom: 20px !important;
  position: relative; }
  .js-form-type-checkbox input[type="checkbox"],
  .js-form-type-checkbox label,
  .item-list__checkbox .facet-item input[type="checkbox"],
  .item-list__checkbox .facet-item label {
    display: inline;
    margin: 0;
    vertical-align: top; }
  .js-form-type-checkbox input[type="checkbox"],
  .item-list__checkbox .facet-item input[type="checkbox"] {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 25px;
    width: 25px;
    margin-right: 5px;
    background: none;
    border: solid 2px #3366cc;
    position: relative; }
    .js-form-type-checkbox input[type="checkbox"]:checked,
    .item-list__checkbox .facet-item input[type="checkbox"]:checked {
      background: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.36%2010.047l-.364.363-4.95-4.95L1.46%204.046%205%207.586l7.636-7.637%201.415%201.415-8.687%208.687-.004-.004z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat center #3366cc;
      background-size: 15px 15px; }
  .js-form-type-checkbox label,
  .item-list__checkbox .facet-item label {
    font-size: 0.7rem;
    line-height: inherit;
    font-family: "AvenirNextLTPro-Regular";
    text-transform: none;
    letter-spacing: normal;
    color: #4c4d4f;
    line-height: 1.6; }
    @media (min-width: 75em) {
      .js-form-type-checkbox label,
      .item-list__checkbox .facet-item label {
        font-size: 0.9rem; } }
  .js-form-type-checkbox:last-child,
  .item-list__checkbox .facet-item:last-child {
    margin-bottom: 0; }

/* ===== Custom styling for select boxes in forms ===== */
.js-form-type-select {
  background-size: 15px 15px; }
  .js-form-type-select .shs-widget-container {
    display: block;
    background: url("data:image/svg+xml,%3Csvg%20class%3D%22chevron-icon%22%20viewBox%3D%220%200%2016%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.027%206.405L13.432%201l1.943%201.943-7.432%207.432-.373-.373-.095.094-7.071-7.07L2.525.903z%22%2F%3E%3C%2Fsvg%3E") 100% 18px/15px 15px no-repeat; }
  .js-form-type-select select {
    max-width: 100%;
    height: 50px; }

select {
  padding: 12px 35px 12px 12px;
  background: none !important;
  border: solid 2px #d3d2d2;
  font-size: 0.7rem;
  line-height: inherit;
  font-family: "AvenirNextLTPro-Demi";
  text-transform: none;
  letter-spacing: normal;
  color: #4c4d4f;
  height: auto;
  background: url("../../../images/arrow-down.svg") no-repeat right 10px center !important; }
  @media (min-width: 75em) {
    select {
      font-size: 0.9rem; } }

/* ===== Form submit button styling ===== */
.form-submit {
  position: relative;
  font-size: 0.9rem;
  line-height: inherit;
  font-family: "AvenirNextLTPro-Bold";
  text-transform: none;
  letter-spacing: normal;
  color: #4c4d4f;
  min-width: 250px;
  height: 60px;
  padding: 0 30px;
  border: none;
  background: url(../../../images/icon-arrowRight-nceo.svg) no-repeat 90% #ffcc33;
  text-align: left;
  -webkit-transition: 0.35s;
  transition: 0.35s; }
  @media (min-width: 75em) {
    .form-submit {
      font-size: 1.1rem; } }
  .form-submit:hover {
    background: url(../../../images/icon-arrowRight-nceo.svg) no-repeat 95% #ffd333; }

.webform-submission-form label {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.7rem;
  line-height: inherit;
  font-family: "AvenirNextLTPro-Demi";
  text-transform: none;
  letter-spacing: normal;
  color: #4c4d4f; }
  @media (min-width: 75em) {
    .webform-submission-form label {
      font-size: 0.9rem; } }

fieldset.radios--wrapper legend {
  display: block;
  margin-bottom: 0;
  font-size: 0.7rem;
  line-height: inherit;
  font-family: "AvenirNextLTPro-Demi";
  text-transform: none;
  letter-spacing: normal;
  color: #4c4d4f; }
  @media (min-width: 75em) {
    fieldset.radios--wrapper legend {
      font-size: 0.9rem; } }

.webform-options-display-side-by-side > div {
  margin-right: 2rem !important; }
  .webform-options-display-side-by-side > div label {
    display: inline; }

.js-form-type-radio {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left; }

.js-form-type-radio + .js-form-type-radio {
  margin-right: 20px; }

.js-form-type-radio input {
  display: none; }

.js-form-type-radio input + label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  color: #7b7979; }

.js-form-type-radio input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  margin-right: 5px;
  width: 22px;
  height: 22px;
  border: 2px solid #3366cc;
  background: #fff; }

.js-form-type-radio input + label:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #3366cc;
  position: absolute;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  opacity: 0;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53); }

.js-form-type-radio input:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

.webform-submission-form .webform-element-description {
  margin-top: 0.5rem;
  font-size: 0.5rem;
  line-height: inherit;
  font-family: "AvenirNextLTPro-Regular";
  text-transform: none;
  letter-spacing: normal;
  color: #4c4d4f; }
  @media (min-width: 75em) {
    .webform-submission-form .webform-element-description {
      font-size: 0.6rem; } }

a.button {
  font-size: 1.1rem;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #4c4d4f !important; }
  @media (min-width: 75em) {
    a.button {
      font-size: 1.2rem; } }
  a.button.button--primary, a.button.button--navigation {
    height: 60px;
    background: #ffcc33;
    line-height: 65px;
    color: #4c4d4f !important; }
    a.button.button--primary:hover, a.button.button--navigation:hover {
      background: #ffd333; }
  a.button.button--primary {
    padding: 0 70px 0 30px;
    font-family: "AvenirNextLTPro-Demi";
    background: url(../../../images/icon-arrowRight-nceo.svg) no-repeat 90% #ffcc33; }
    a.button.button--primary:hover {
      background: url(../../../images/icon-arrowRight-nceo.svg) no-repeat 95% #ffd333; }
    @media (max-width: 35.9375em) {
      a.button.button--primary {
        padding: 0 56px 0 20px;
        margin-right: 0;
        font-size: .8rem; } }
  a.button.button--default {
    z-index: 290;
    color: #ffffff; }
    a.button.button--default:hover {
      color: #4c4d4f !important; }

.responsive-video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  .responsive-video iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

.neco-video {
  margin-bottom: 4rem; }
  @media (min-width: 75em) {
    .neco-video {
      position: relative;
      padding: 120px 0 0 120px;
      margin-bottom: 5rem; }
      .neco-video:before {
        content: '';
        display: block;
        width: 90%;
        height: 90%;
        background: #3366cc;
        position: absolute;
        top: -60px;
        left: 0px;
        z-index: 0;
        margin: 3rem 0; } }

.joyride-tip-guide {
  z-index: 300;
  box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.47); }

.joyride-content-wrapper {
  padding: 20px; }

.tour-tip-label {
  font-size: 1.25rem;
  margin: 0 0 15px 0;
  line-height: 1.2;
  font-family: "AvenirNextLTPro-Bold";
  font-weight: normal;
  color: #3366cc; }
  @media (min-width: 75em) {
    .tour-tip-label {
      font-size: 1.5rem; } }

.tour-tip-body {
  font-size: 0.7rem;
  line-height: inherit;
  font-family: "AvenirNextLTPro-Regular";
  text-transform: none;
  letter-spacing: normal;
  color: #4c4d4f; }
  @media (min-width: 75em) {
    .tour-tip-body {
      font-size: 0.9rem; } }

.tour-progress {
  font-size: 0.7rem;
  line-height: inherit;
  font-family: "AvenirNextLTPro-Bold";
  text-transform: none;
  letter-spacing: normal;
  color: #4c4d4f; }
  @media (min-width: 75em) {
    .tour-progress {
      font-size: 0.9rem; } }
