@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }
  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before, .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.center-block {
  margin: 0 auto;
  float: none;
  display: block; }

.margin-bottom {
  margin-bottom: 15px; }

.white-text {
  color: #fff; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
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; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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; }

@media screen {
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
    .container:before,
    .container:after {
      content: " ";
      display: table; }
    .container:after {
      clear: both; } }
  @media screen and (min-width: 768px) {
    .container {
      width: 760px; } }
  @media screen and (min-width: 1075px) {
    .container {
      width: 1030px; } }
  @media screen and (min-width: 1400px) {
    .container {
      width: 1300px; } }

@media screen {
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
    .container-fluid:before,
    .container-fluid:after {
      content: " ";
      display: table; }
    .container-fluid:after {
      clear: both; }
  .row {
    margin-left: -15px;
    margin-right: -15px; }
    .row:before,
    .row:after {
      content: " ";
      display: table; }
    .row:after {
      clear: both; }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }
  .col-xs-1 {
    width: 8.33333%; }
  .col-xs-2 {
    width: 16.66667%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-4 {
    width: 33.33333%; }
  .col-xs-5 {
    width: 41.66667%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-7 {
    width: 58.33333%; }
  .col-xs-8 {
    width: 66.66667%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-10 {
    width: 83.33333%; }
  .col-xs-11 {
    width: 91.66667%; }
  .col-xs-12 {
    width: 100%; }
  .col-xs-pull-0 {
    right: auto; }
  .col-xs-pull-1 {
    right: 8.33333%; }
  .col-xs-pull-2 {
    right: 16.66667%; }
  .col-xs-pull-3 {
    right: 25%; }
  .col-xs-pull-4 {
    right: 33.33333%; }
  .col-xs-pull-5 {
    right: 41.66667%; }
  .col-xs-pull-6 {
    right: 50%; }
  .col-xs-pull-7 {
    right: 58.33333%; }
  .col-xs-pull-8 {
    right: 66.66667%; }
  .col-xs-pull-9 {
    right: 75%; }
  .col-xs-pull-10 {
    right: 83.33333%; }
  .col-xs-pull-11 {
    right: 91.66667%; }
  .col-xs-pull-12 {
    right: 100%; }
  .col-xs-push-0 {
    left: auto; }
  .col-xs-push-1 {
    left: 8.33333%; }
  .col-xs-push-2 {
    left: 16.66667%; }
  .col-xs-push-3 {
    left: 25%; }
  .col-xs-push-4 {
    left: 33.33333%; }
  .col-xs-push-5 {
    left: 41.66667%; }
  .col-xs-push-6 {
    left: 50%; }
  .col-xs-push-7 {
    left: 58.33333%; }
  .col-xs-push-8 {
    left: 66.66667%; }
  .col-xs-push-9 {
    left: 75%; }
  .col-xs-push-10 {
    left: 83.33333%; }
  .col-xs-push-11 {
    left: 91.66667%; }
  .col-xs-push-12 {
    left: 100%; }
  .col-xs-offset-0 {
    margin-left: 0%; }
  .col-xs-offset-1 {
    margin-left: 8.33333%; }
  .col-xs-offset-2 {
    margin-left: 16.66667%; }
  .col-xs-offset-3 {
    margin-left: 25%; }
  .col-xs-offset-4 {
    margin-left: 33.33333%; }
  .col-xs-offset-5 {
    margin-left: 41.66667%; }
  .col-xs-offset-6 {
    margin-left: 50%; }
  .col-xs-offset-7 {
    margin-left: 58.33333%; }
  .col-xs-offset-8 {
    margin-left: 66.66667%; }
  .col-xs-offset-9 {
    margin-left: 75%; }
  .col-xs-offset-10 {
    margin-left: 83.33333%; }
  .col-xs-offset-11 {
    margin-left: 91.66667%; }
  .col-xs-offset-12 {
    margin-left: 100%; } }

@media screen and (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media screen and (min-width: 1075px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media screen and (min-width: 1400px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  padding-top: 15px; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap .child {
  padding: 2px 20px 2px 0;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  line-height: 24px;
  font-family: "aaux-next", sans-serif;
  font-size: 1.125em;
  line-height: 1.222em; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

@media screen {
  body {
    font-family: "minion-pro", serif; }
  h1, h2, h3, h4, h5, h6 {
    font-family: "aaux-next", sans-serif;
    font-size: 1em; }
  .block-demo {
    background-color: #f5f5f5; }
  .demo-container {
    background-color: #ffffff; }
  .demo__feature-header {
    background-color: #f5f5f5;
    padding: 30px 0;
    margin: 0 -15px; }
  .demo__feature-subheader {
    background-color: #f5f5f5;
    padding: 10px; }
  .center-block {
    margin: 0 auto;
    float: none;
    display: block; }
  .margin-bottom {
    margin-bottom: 15px; }
  .white-text {
    color: #fff; }
  .pos-relative {
    position: relative; }
  .pos-static {
    position: static; }
  .clear {
    clear: both; }
  html, body {
    overflow-x: hidden; }
  body.fosi {
    background-color: whitesmoke; }
    body.fosi .container {
      background-color: white; }
    body.fosi .container--transparent {
      background-color: transparent; }
  .responsive-object {
    position: relative;
    padding-bottom: 67.5%;
    height: 0;
    margin: 10px 0;
    overflow: hidden; }
  .responsive-object iframe,
  .responsive-object object,
  .responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .no-more-articles {
    font-size: 1em;
    line-height: 1em;
    font-style: italic;
    text-align: center; }
  .bg-blue {
    background-color: #2b9df5; }
  .bg-green {
    background-color: #28a55a; }
  .bg-red {
    background-color: #ef3d00; }
  .bg-dark-blue {
    background-color: #0070aa; }
  .bg-purple {
    background-color: #9827fd; }
  .mobile-show-hide {
    font-size: 0.875em;
    float: right; }
  .inline-block {
    display: inline-block; }
  .overflow-hidden {
    overflow: hidden; }
  .video-embed {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
  .video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  * {
    box-sizing: border-box; }
  a {
    -webkit-transition-property: color, background;
    transition-property: color, background;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    text-decoration: none;
    color: #202428; }
    a:hover {
      color: #2b9df5; }
  a.inline-link {
    color: #98a3ae;
    border-bottom: 1px solid #98a3ae; }
    a.inline-link:hover {
      color: #2b9df5;
      border-bottom: 1px solid #2b9df5; }
  p {
    font-size: 1.25em;
    line-height: 1.5em;
    margin: 10px 0px 10px 0px; }
  .rich-text {
    font-size: 1.25em;
    line-height: 1.5em; }
    .rich-text p {
      font-size: 1em;
      line-height: 2em;
      margin: 0px 0px 30px 0px; }
    .rich-text a {
      text-decoration: underline;
      color: #98a3ae; }
      .rich-text a:hover {
        color: #2b9df5; }
    .rich-text h2 {
      font-size: 1.2727em;
      font-weight: bold; }
    .rich-text h3 {
      font-size: 1.1em;
      font-weight: normal; }
    .rich-text h4 {
      font-size: 1.1em;
      font-style: italic; }
    .rich-text h5 {
      font-size: 0.9em;
      font-weight: normal;
      text-transform: uppercase; }
    .rich-text blockquote {
      font-family: "aaux-next", sans-serif;
      font-size: 1.125em;
      line-height: 1.5em;
      color: #99a3ad;
      border-left: 2px solid #99a3ad;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 1em;
      font-style: italic;
      margin-left: 0; }
      .rich-text blockquote:last-of-type {
        margin-bottom: 30px; }
    .rich-text .richtext-image {
      width: 100%;
      height: auto; } }
  @media screen and (min-width: 1075px) {
    .rich-text .richtext-image {
      width: auto;
      height: auto; }
      .rich-text .richtext-image.left {
        float: left;
        padding-top: 15px;
        padding-right: 30px; }
        .rich-text .richtext-image.left:after {
          content: "";
          display: block;
          clear: both; }
      .rich-text .richtext-image.right {
        float: right;
        padding-top: 15px;
        padding-left: 30px; }
        .rich-text .richtext-image.right:after {
          content: "";
          display: block;
          clear: both; }
      .rich-text .richtext-image.full-width {
        width: auto;
        height: auto;
        max-width: 100%;
        margin: 0 auto;
        display: block; }
        .rich-text .richtext-image.full-width:after {
          content: "";
          display: block;
          clear: both; } }

@media screen and (min-width: 768px) {
  .rich-text {
    font-size: 1.375em;
    line-height: 1.75em; } }

@media screen {
  .centered {
    text-align: center; }
  .section-padded {
    padding-top: 30px;
    padding-bottom: 30px; }
    .section-padded.section-padded--margin {
      padding-top: 0;
      padding-bottom: 0;
      margin-top: 30px;
      margin-bottom: 30px; }
  .section-padded--top {
    margin-top: 30px; }
  .section-padded--bottom {
    margin-bottom: 30px; }
  .btn {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    font-family: "aaux-next", sans-serif;
    font-size: 1em;
    line-height: 1.5625em;
    font-weight: bold;
    color: white;
    text-align: center;
    text-transform: capitalize;
    background-color: #ef3d00;
    padding: 16px;
    display: inline-block;
    border: none;
    cursor: pointer; }
    .btn i {
      font-size: 1.2em;
      vertical-align: middle; }
    .btn:hover {
      color: white; } }
  @media screen and (min-width: 768px) {
    .btn {
      padding: 16px 45px; } }

@media screen {
  .btn--red {
    background-color: #ef3d00; }
    .btn--red:hover {
      background-color: #ff5419; }
  .btn--green {
    background-color: #28a55a; }
    .btn--green:hover {
      background-color: #30c66c; }
  .btn--blue {
    background-color: #2b9df5; }
    .btn--blue:hover {
      background-color: #52aff7; }
    .btn--blue:hover {
      color: #fff; }
  .btn--dark-blue {
    background-color: #0070aa; }
    .btn--dark-blue:hover {
      background-color: #008bd3; }
  .tags-cats__item {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    display: inline-block;
    background: whitesmoke;
    padding: 0px 10px;
    color: #afafaf;
    text-decoration: none;
    margin-right: 10px;
    font-family: "aaux-next", sans-serif;
    font-size: .5em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 2.5em; }
    .tags-cats__item:hover {
      background: #2b9df5;
      color: #fff; }
  .errorlist {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
    color: #d53600;
    font-size: 0.75em; }
  .payment-errors {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
    color: #d53600;
    font-size: 0.75em; }
  .dark-label__wrapper {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .dark-label__title {
    display: inline-block;
    background: rgba(0, 0, 0, 0.25);
    color: white;
    text-transform: uppercase;
    font-size: 0.8em;
    margin: 0 auto;
    padding: 6px 10px;
    font-family: "aaux-next", sans-serif;
    font-weight: bold; }
  /************************************************************
* Symbol Link
************************************************************/
  .symbol-link {
    text-align: center;
    padding: 50px 20px;
    min-height: 0;
    position: relative; }
    .symbol-link.symbol-link--bordered {
      border-top: 1px solid #e3e3e3;
      border-bottom: 1px solid #e3e3e3; }
    .symbol-link.symbol-link--red [class*="icon"] {
      color: #ef3d00; }
    .symbol-link.symbol-link--blue [class*="icon"] {
      color: #2b9df5; }
    .symbol-link.symbol-link--dark-blue [class*="icon"] {
      color: #0070aa; }
    .symbol-link.symbol-link--green [class*="icon"] {
      color: #28a55a; }
  .symbol-link__icon {
    font-size: 70px;
    line-height: 1em;
    color: #ef3d00; }
  .symbol-link__type {
    font-family: "aaux-next", sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    color: #282828; }
  .symbol-link__title {
    font-family: "aaux-next", sans-serif;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0; }
  .symbol-link__arrow {
    position: static; }
  .symbol-link__arrow [class*="icon"] {
    font-size: 50px; } }

@media screen and (min-width: 768px) {
  .symbol-link__index .symbol-link, .article-snippet-gamma--card .symbol-link {
    min-height: 300px; }
  .symbol-link__arrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; } }

@media screen and (min-width: 1075px) {
  .symbol-link__arrow {
    bottom: 40px; }
  .symbol-link__index .symbol-link, .article-snippet-gamma--card .symbol-link {
    min-height: 438px; }
    .symbol-link__index .symbol-link.symbol-link--bordered, .article-snippet-gamma--card .symbol-link.symbol-link--bordered {
      border-bottom: none;
      border-top: none;
      border-left: 1px solid #e3e3e3;
      border-right: 1px solid #e3e3e3; } }

@media screen and (min-width: 1400px) {
  .symbol-link__index .symbol-link, .article-snippet-gamma--card .symbol-link {
    min-height: 360px; } }

@media screen {
  /************************************************************
* Others
************************************************************/
  .related-post {
    text-align: left; }
    .related-post .centered-grey-header {
      font-size: 1.125em;
      text-align: left;
      margin: 0 0 20px 0; }
    .related-post .article-snippet-gamma__type {
      font-size: 0.75em; }
    .related-post .article-snippet-gamma__title {
      font-size: 1.375em; }
    .related-post .article-snippet-gamma__excerpt p {
      font-size: 1.125em; } }

@media screen and (min-width: 768px) {
  .related-post .centered-grey-header {
    margin: 1.33em;
    margin-left: 30px;
    margin-right: 30px; } }

@media screen {
  .centered-grey-header {
    font-family: "aaux-next", sans-serif;
    font-size: 1.5em;
    color: #acacac;
    font-weight: 300;
    text-align: center; }
  .centered-white-header {
    font-family: "aaux-next", sans-serif;
    font-size: 2em;
    color: white;
    font-weight: 300;
    text-align: center; }
  .clear-nav {
    margin-top: 72px; }
  .search-header__return-title {
    font-size: 1.50em;
    color: #acacac;
    font-family: "aaux-next", sans-serif; }
  .search-header__search-term {
    font-family: "aaux-next", sans-serif;
    color: #2b9df5;
    font-size: 3em; }
  .search-header__result-amount-container {
    margin: 30px 0px;
    padding: 20px 0px;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    position: relative; }
  .search-header__result-amount-number {
    font-family: "aaux-next", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block; }
  .search-header__page-number {
    font-family: "aaux-next", sans-serif;
    color: #acacac;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    display: inline-block; } }

@media screen and (min-width: 768px) {
  .clear-nav {
    margin-top: 92px; } }

@media screen {
  .blog--adjusted-lineheight .rich-text p, .blog--adjusted-lineheight .rich-text ul, .blog--adjusted-lineheight .rich-text ol {
    line-height: 1.5em; }
  .blog--adjusted-lineheight .rich-text p {
    margin-bottom: 25px; } }

@media screen and (min-width: 768px) {
  .blog--adjusted-lineheight .rich-text p, .blog--adjusted-lineheight .rich-text ul, .blog--adjusted-lineheight .rich-text ol {
    line-height: 1.8em;
    font-size: 0.91em; } }

@media screen {
  .np-series__block {
    border-top: 1px solid #ccc;
    padding-top: 20px; }
  .np-series__header {
    font-family: "aaux-next", sans-serif;
    font-size: 0.8em;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 10px 0; }
  .np-series__title {
    font-family: "aaux-next", sans-serif;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 2px 0; }
  .np-series__excerpt {
    font-size: 0.8em;
    line-height: 1.25em;
    margin: 0 0 10px 0; }
  .section-header {
    color: white;
    font-family: "aaux-next", sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    position: relative;
    height: 60px;
    line-height: 1em; }
    .section-header:after {
      background: url("/images/gdp-header-pattern.png");
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      opacity: .5;
      z-index: 1; }
    .section-header.section-header--float {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      z-index: 100;
      float: left;
      width: 100%; } }
    @media screen and (min-width: 1075px) {
      .section-header.section-header--float {
        float: left;
        width: 100%; } }

@media screen {
      .section-header.section-header--float.section-header--green {
        background-color: rgba(0, 0, 0, 0.2); }
      .section-header.section-header--float.section-header--red {
        background-color: rgba(0, 0, 0, 0.2); }
      .section-header.section-header--float.section-header--purple {
        background-color: rgba(0, 0, 0, 0.2); }
      .section-header.section-header--float.section-header--blue {
        background-color: rgba(0, 0, 0, 0.2); }
    .section-header.section-header--green {
      background-color: #23904f; }
    .section-header.section-header--dark-green {
      background-color: #1e7c44; }
    .section-header.section-header--red {
      background-color: #d53600; }
    .section-header.section-header--purple {
      background-color: #8c0efd; }
    .section-header.section-header--blue {
      background-color: #005f90; }
  .section-header--spaced {
    margin-bottom: 40px; }
  .section-header__icon {
    vertical-align: middle;
    display: inline-block;
    line-height: 1em;
    font-size: 1.5em; }
  .section-header__title {
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
    line-height: 3.1em;
    margin: 0; }
  .section-pagination {
    display: block;
    width: 30px;
    top: 21px;
    height: 20px;
    position: absolute;
    color: white;
    z-index: 100; }
    .section-pagination:hover {
      color: #efefef; }
  .section-pagination--prev {
    left: 10px; }
  .section-pagination--next {
    right: 10px; }
  .section-pagination--disabled {
    opacity: 0.5;
    filter: alpha(opacity=50); } }

@media screen and (min-width: 1030px) {
  .section-header.section-header--tall {
    height: 100px; }
    .section-header.section-header--tall .section-header__title {
      line-height: 4.25em; } }

@media screen {
  /************************************************************
* Fitlers
************************************************************/
  .filter {
    padding: 20px 0px 0px 0px; }
  .filter__title {
    font-weight: normal;
    font-size: 1.375em;
    margin: 0; }
  .filter__group-title {
    font-size: 1.175em;
    margin: 0.6875em 0; }
  .filter__group {
    margin: 14px 0 20px 0px;
    padding: 0;
    list-style-type: none; }
  .filter__group-item {
    font-family: "aaux-next", sans-serif;
    font-weight: normal;
    color: #323232;
    margin: 0 0 0.8em 0; }
  .btn--modal__close {
    display: none; }
  .tablet-only .modal__close {
    display: block; }
  .tablet-only .btn--modal__close {
    width: 100%;
    display: block; }
  .tablet-only .filter__group-item:nth-child(odd) {
    padding-left: 0;
    padding-right: 10px; }
  .tablet-only .filter__group-item:nth-child(even) {
    padding-right: 0;
    padding-left: 10px; }
  .tablet-only .filter__custom-checkbox {
    display: block; }
    .tablet-only .filter__custom-checkbox input:checked ~ label {
      background: #2b9df5; }
      .tablet-only .filter__custom-checkbox input:checked ~ label:after {
        display: none; }
    .tablet-only .filter__custom-checkbox label {
      width: 100%;
      height: 42px;
      font-size: 18px;
      line-height: 42px;
      color: white;
      background: #d8d8d8;
      border: none;
      font-size: 0.9em; }
  .filter__custom-checkbox {
    display: inline-block; }
    .filter__custom-checkbox input {
      visibility: hidden;
      position: absolute;
      z-index: -1; }
      .filter__custom-checkbox input:checked ~ label {
        background: #2e9df6;
        border-color: #2e9df6; }
        .filter__custom-checkbox input:checked ~ label:after {
          content: '';
          width: 50%;
          height: 25%;
          position: absolute;
          top: 20%;
          left: 20%;
          border: 3px solid #fff;
          border-top: none;
          border-right: none;
          background: transparent;
          opacity: 1;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .filter__custom-checkbox label {
      display: inline-block;
      width: 20px;
      height: 20px;
      cursor: pointer;
      background: #fff;
      border: 2px solid #aab4bc;
      border-radius: 4px;
      vertical-align: top;
      position: relative;
      text-indent: 22px;
      line-height: 18px;
      white-space: nowrap; } }

@media screen and (min-width: 768px) {
  .filter.filter--fixed {
    position: fixed;
    top: 90px;
    overflow-y: scroll;
    overflow-x: hidden;
    bottom: 0px;
    padding-right: 30px; }
  .filter.filter--absolute {
    position: absolute;
    bottom: 0; }
  .filter__title {
    display: block; }
  .filter__group-title {
    display: block; } }

@media screen and (min-width: 1075px) {
  .filter-column {
    position: static; }
  .filter__title {
    margin-left: 50px; }
  .filter__group-title {
    margin-left: 50px; }
  .filter__group {
    margin-left: 50px; } }

@media screen {
  .filter-mobile-button {
    background: #2b9df5;
    height: 45px;
    display: block;
    text-align: center;
    margin: 0 -15px; }
    .filter-mobile-button span {
      display: inline-block;
      font-family: "aaux-next", sans-serif;
      font-size: 1.39em;
      font-weight: bold;
      color: white;
      line-height: 45px; }
  /************************************************************
* Feeds
************************************************************/
  .feed-header {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    font-family: "aaux-next", sans-serif;
    font-size: 1.375em;
    padding: 20px 0px 20px 0;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #efefef; }
    .feed-header:before,
    .feed-header:after {
      content: " ";
      display: table; }
    .feed-header:after {
      clear: both; } }

@media screen and (min-width: 1075px) {
  .feed-header {
    text-align: left;
    padding: 20px 0px 20px 25px; } }

@media screen {
  /************************************************************
* Upcoming Event
************************************************************/
  .upcoming-event-snippet {
    margin-left: -15px;
    margin-right: -15px;
    margin: 0;
    border-bottom: 1px solid #efefef;
    padding-top: 50px; }
    .upcoming-event-snippet:before,
    .upcoming-event-snippet:after {
      content: " ";
      display: table; }
    .upcoming-event-snippet:after {
      clear: both; }
  .upcoming-event-snippet__type {
    font-family: "aaux-next", sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase; }
  .upcoming-event-snippet__title {
    font-size: 1.750em;
    line-height: 1.25em;
    margin: 0.3em 0em 0.3em 0em; }
  .upcoming-event-snippet__subtitle {
    font-size: 1.25em;
    line-height: 1.25em;
    margin: 0.3em 0em 0.3em 0em;
    font-weight: 300; }
  .upcoming-event-snippet__thumbnail-container {
    margin-bottom: 20px; }
  .upcoming-event-snippet__content {
    margin-bottom: 50px; } }

@media screen and (min-width: 768px) {
  .upcoming-event-snippet__content {
    float: left;
    width: 60%;
    margin-bottom: 50px; } }

@media screen {
  .upcoming-event-snippet__thumbnail {
    width: 100%;
    min-height: 100%;
    display: block; } }

@media screen and (min-width: 1075px) {
  .upcoming-event-snippet__thumbnail-container {
    overflow: hidden;
    margin-right: 5%;
    padding-left: 0;
    width: 35%;
    height: 260px;
    float: left;
    margin-bottom: 50px; } }

@media screen {
  /************************************************************
*
************************************************************/
  .article-snippet-alpha {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #efefef; }
    .article-snippet-alpha:before,
    .article-snippet-alpha:after {
      content: " ";
      display: table; }
    .article-snippet-alpha:after {
      clear: both; } }

@media screen and (min-width: 768px) {
  .article-snippet-alpha {
    border-left: 1px solid #efefef;
    margin-bottom: 0; } }

@media screen {
  .article-snippet-alpha__type {
    font-family: "aaux-next", sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase; }
  .article-snippet-alpha__title {
    font-size: 2em;
    line-height: 1.25em;
    margin: 0.3em 0em 0 0em; }
  .article-snippet-alpha__meta {
    font-weight: normal;
    margin-top: 0em;
    font-size: .9em; }
  .article-snippet-alpha__thumbnail-container {
    overflow: hidden;
    position: relative;
    min-height: 1px;
    padding: 15px 15px 0 15px; } }

@media screen and (min-width: 768px) {
  .article-snippet-alpha__thumbnail-container {
    float: left;
    width: 220px;
    padding: 0;
    padding-left: 0; } }

@media screen {
  .article-snippet-alpha__content {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 35px;
    padding-top: 40px; }
  .tags-cats {
    margin: 30px 0px 10px 0px; } }

@media screen and (min-width: 768px) {
  .article-snippet-alpha__content {
    margin-left: 255px; } }

@media screen and (min-width: 1075px) {
  .article-snippet-alpha__thumbnail-container {
    float: left;
    width: 300px; }
  .article-snippet-alpha__content {
    margin-left: 335px; } }

@media screen and (min-width: 1400px) {
  .article-snippet-alpha__thumbnail-container {
    float: left;
    width: 400px; }
  .article-snippet-alpha__content {
    margin-left: 435px; } }

@media screen {
  .article-snippet-alpha__thumbnail {
    width: 100%;
    height: 100%;
    display: block; }
  .article-snippet-alpha--video {
    padding-top: 30px;
    border-left: 1px solid #efefef; }
    .article-snippet-alpha--video .article-snippet-alpha__thumbnail-container {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      padding-left: 0;
      margin-left: 3%; } }
    @media screen and (min-width: 768px) {
      .article-snippet-alpha--video .article-snippet-alpha__thumbnail-container {
        float: left;
        width: 41.66667%; } }

@media screen {
    .article-snippet-alpha--video .article-snippet-alpha__content {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 0px; } }
    @media screen and (min-width: 768px) {
      .article-snippet-alpha--video .article-snippet-alpha__content {
        float: left;
        width: 50%; } }

@media screen {
    .article-snippet-alpha--video .article-snippet-alpha__thumbnail {
      width: 100%;
      max-height: 56.25%;
      display: block;
      padding: 17px;
      border: 1px solid #EFEFEF;
      border-radius: 5px; }
  .article-snippet-beta, .article-snippet-beta--index {
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 0px 20px 0px;
    border-left: 1px solid #efefef; }
    .article-snippet-beta:before,
    .article-snippet-beta--index:before,
    .article-snippet-beta:after, .article-snippet-beta--index:after {
      content: " ";
      display: table; }
    .article-snippet-beta:after, .article-snippet-beta--index:after {
      clear: both; }
  .article-snippet-beta--index {
    border-bottom: 1px solid #efefef;
    text-align: center; }
  .article-snippet-beta__type {
    font-size: 1em;
    line-height: 1em;
    margin: 1em 0;
    font-weight: 300;
    text-transform: uppercase; }
  .article-snippet-beta__title {
    font-size: 2em;
    line-height: 1.25em;
    margin: 0.3em 0em 0.3em 0em; } }

@media screen and (min-width: 768px) {
  .article-snippet-beta__title {
    font-size: 2em;
    line-height: 1.5em; } }

@media screen {
  .article-snippet-beta__excerpt p {
    font-size: 1.15em;
    line-height: 1.55em; }
  .article-snippet-beta__content {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; } }
  @media screen and (min-width: 768px) {
    .article-snippet-beta__content {
      float: left;
      width: 66.66667%; } }
  @media screen and (min-width: 768px) {
    .article-snippet-beta__content {
      margin-left: 16.66667%; } }

@media screen {
  .article-snippet-beta__thumbnail-container {
    width: 350px;
    margin: 0 auto 20px auto;
    border-bottom: 1px solid #efefef; }
  .article-snippet-beta__thumbnail {
    max-height: 150px;
    max-width: 310px;
    display: block;
    margin: 0 auto; }
  .article-snippet--365 .article-snippet-alpha__content, .article-snippet--365 .article-snippet-beta__content {
    padding-top: 15px; } }

@media screen and (min-width: 1075px) {
  .article-snippet--365 {
    min-height: 365px; }
    .article-snippet--365 .article-snippet-alpha__content, .article-snippet--365 .article-snippet-beta__content {
      padding-top: 30px;
      padding-bottom: 30px; } }

@media screen {
  /************************************************************
* Featured Article Alpha
************************************************************/
  .featured-article-alpha {
    padding: 82px 10px 13px 10px;
    position: relative; }
  .featured-article-alpha__wrapper {
    max-width: none;
    margin: 40px auto 40px auto;
    text-align: center;
    background-color: white;
    padding: 0 20px 40px 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px; } }

@media screen and (min-width: 768px) {
  .featured-article-alpha {
    padding: 82px 40px 82px 40px; }
  .featured-article-alpha__wrapper {
    max-width: 700px;
    padding: 0 50px 40px 50px; } }

@media screen {
  .featured-article-alpha__header-img-container {
    position: relative;
    top: -40px;
    margin-bottom: -40px;
    min-height: 126px; }
  .featured-article-alpha__header-img {
    border-top-right-radius: 100%;
    border-top-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    border-bottom-left-radius: 100%;
    border-top-left-radius: 100%;
    width: 120px;
    height: 120px;
    border: 10px solid white; }
  .featured-article-alpha__type {
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase; }
  .featured-article-alpha__title {
    font-size: 2em;
    line-height: 1em;
    margin: 0;
    font-family: "aaux-next", sans-serif;
    font-weight: bold; }
  .featured-article-alpha__meta {
    font-weight: normal;
    margin-top: 1em;
    font-size: 1em; }
  .featured-article-alpha__excerpt {
    margin-top: 1em;
    text-align: left; } }

@media screen and (max-width: 768px) {
  .featured-article-alpha__excerpt p {
    font-size: 1em; } }

@media screen and (min-width: 768px) {
  .featured-article-alpha__excerpt {
    text-align: center; } }

@media screen {
  .featured-article-alpha__cta {
    padding-top: 20px; }
  .featured-article-alpha__subtitle {
    font-size: 1.500em;
    line-height: 1em;
    margin: 0.55em 0 1em 0;
    font-weight: 400; }
  .featured-article-alpha__date {
    font-size: 1.00em;
    line-height: 1.25em;
    margin: 1em 0 0.75em 0;
    font-weight: 300;
    text-transform: uppercase; } }

@media screen and (min-width: 1075px) {
  .featured-article-alpha {
    padding: 22px 0; }
    .featured-article-alpha.featured-article-alpha--bumped {
      padding-top: 72px; }
  .featured-article-alpha__wrapper {
    max-width: 700px; }
    .carousel__item .featured-article-alpha__wrapper {
      min-height: 430px; } }

@media screen {
  /************************************************************
* Article Snippet Gamma
************************************************************/
  .article-snippet-gamma {
    margin: 0px; }
    .article-snippet-gamma.article-snippet-gamma--related {
      margin-bottom: 50px; }
      .article-snippet-gamma.article-snippet-gamma--related .article-snippet-gamma__content {
        padding: 15px 0 30px 0px; } }

@media screen and (min-width: 768px) {
  .article-snippet-gamma {
    margin: 0px 30px; } }

@media screen {
  .article-snippet-gamma__content {
    padding: 0; } }

@media screen and (min-width: 768px) {
  .article-snippet-gamma__content {
    padding: 30px 0; } }

@media screen {
  .article-snippet-gamma__meta {
    font-weight: normal;
    margin: 0 0 10px 0;
    font-size: 1em; }
  .article-snippet-gamma__type {
    text-transform: uppercase; }
  .article-snippet-gamma__title {
    display: block;
    font-family: "aaux-next", sans-serif;
    font-weight: bold;
    font-size: 2em;
    line-height: 1.15em;
    margin: 0.35em 0 0.25em 0; }
  .article-snippet-gamma__date {
    font-weight: normal; }
  .article-snippet-gamma--card {
    -webkit-box-shadow: 0 4px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0 4px 0px rgba(0, 0, 0, 0.23);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background: white;
    margin-bottom: 30px;
    overflow: hidden; }
    .article-snippet-gamma--card .article-snippet-gamma__content {
      padding: 30px; }
  .article-snippet-gamma--card-outline {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background: white;
    margin: 15px 0 50px 0;
    overflow: hidden;
    border: 1px solid #dbdbdb; }
    .article-snippet-gamma--card-outline .article-snippet-gamma__content {
      padding: 30px 20px; } }

@media screen and (min-width: 1075px) {
  margin: 0px 30px 30px 30px; }

@media screen {
  .article-snippet-gamma--primary {
    overflow: hidden;
    position: relative;
    height: 350px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px; }
    .article-snippet-gamma--primary .article-snippet-gamma__hero--bg {
      background-size: cover;
      height: 100%;
      width: 100%; }
    .article-snippet-gamma--primary .article-snippet-gamma__content {
      position: absolute;
      bottom: 0;
      color: white;
      width: 100%;
      background-image: -webkit-linear-gradient(top, transparent 0%, black 100%);
      background-image: -o-linear-gradient(top, transparent 0%, black 100%);
      background-image: linear-gradient(to bottom, transparent 0%, black 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=0); }
      .article-snippet-gamma--primary .article-snippet-gamma__content a {
        color: white; }
    .article-snippet-gamma--primary .symbol-link {
      min-height: 0;
      position: relative;
      top: 50%;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .article-snippet-gamma--primary .article-snippet-gamma__excerpt {
      max-height: 165px;
      overflow: hidden; }
  .article-snippet-gamma--secondary {
    overflow: hidden;
    position: relative;
    height: 260px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px; }
    .article-snippet-gamma--secondary .article-snippet-gamma__hero--bg {
      background-size: cover;
      height: 100%;
      width: 100%; }
    .article-snippet-gamma--secondary .article-snippet-gamma__content {
      position: absolute;
      bottom: 0;
      color: white;
      width: 100%;
      background-image: -webkit-linear-gradient(top, transparent 0%, black 100%);
      background-image: -o-linear-gradient(top, transparent 0%, black 100%);
      background-image: linear-gradient(to bottom, transparent 0%, black 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=0); }
      .article-snippet-gamma--secondary .article-snippet-gamma__content a {
        color: white; } }

@media screen and (min-width: 1075px) {
  .article-snippet-gamma--primary {
    height: 560px;
    margin-bottom: 0;
    margin-left: 30px;
    margin-right: 30px; }
    .article-snippet-gamma--primary .article-snippet-gamma__excerpt {
      max-height: none; }
  .article-snippet-gamma--secondary {
    overflow: hidden;
    position: relative;
    height: 260px;
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px; }
    .article-snippet-gamma--secondary .article-snippet-gamma__hero--bg {
      background-size: cover;
      height: 100%;
      width: 100%; }
    .article-snippet-gamma--secondary .article-snippet-gamma__content {
      position: absolute;
      bottom: 0;
      color: white;
      width: 100%;
      background-image: -webkit-linear-gradient(top, transparent 0%, black 100%);
      background-image: -o-linear-gradient(top, transparent 0%, black 100%);
      background-image: linear-gradient(to bottom, transparent 0%, black 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=0); }
      .article-snippet-gamma--secondary .article-snippet-gamma__content a {
        color: white; } }

@media screen {
  .article-snippet-gamma__hero {
    width: 100%;
    height: auto;
    margin-top: -5px;
    display: block; }
  .article-snippet-gamma__icon {
    border-top-right-radius: 100%;
    border-top-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    border-bottom-left-radius: 100%;
    border-top-left-radius: 100%;
    width: 60px;
    height: 60px;
    display: block;
    background-color: #28a55a;
    color: white;
    line-height: 71px;
    text-align: center;
    font-size: 30px;
    margin: 20px auto 0 auto; }
  .article-snippet-gamma--centered {
    text-align: center; }
  .article-content__ul {
    padding-left: 10px; }
    .article-content__ul li {
      font-size: 1.375em;
      line-height: 2.063em;
      list-style-type: none;
      background: url("/images/bullet.png") no-repeat left 22px;
      padding-left: 1em; }
  .article-content__introduction {
    font-size: 1.25em;
    line-height: 1.5em; }
    .article-content__introduction p {
      font-size: 1em;
      line-height: 1.5em;
      margin: 0px 0px 30px 0px; } }

@media screen and (min-width: 768px) {
  .article-content__introduction {
    font-size: 1.375em;
    line-height: 2em; } }

@media screen {
  .article-content__secondary-heading {
    font-size: 1.750em;
    margin: 30px 0px 0px 0px; }
  .article-content__featured-img-container {
    padding: 20px 0px 50px 0px; }
  .article-content__tool-featured-img-container {
    padding: 30px 0px; }
  .article-content__featured-img {
    max-width: 100%; }
  .article-content__featured-img-caption {
    font-size: 0.875em;
    font-family: "aaux-next", sans-serif;
    font-weight: 300;
    font-style: italic; }
  .article-content__quote-container {
    border-left: 3px solid #98A3AE;
    margin-top: 10px;
    padding-left: 30px;
    margin-bottom: 40px; }
  .article-content__quote-content {
    font-family: "aaux-next", sans-serif;
    font-size: 2em;
    color: #acacac;
    font-style: italic;
    letter-spacing: .5px; }
  .article-content__quote-attribution {
    font-size: 1.5em; }
  .article-content__tag-container {
    margin-top: 80px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px; }
  .article-content__featured-video-container {
    margin-bottom: 30px; }
  .article-content__external-link-block {
    padding-bottom: 50px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden; }
  .article-content__external-link-img-container {
    width: 25%;
    float: left;
    margin-right: 5%; }
  .article-content__external-link-img-container img {
    width: 100%; }
  .article-content__external-link-summary {
    width: 67%;
    display: inline-block; }
  .article-content__external-link-title {
    font-size: 2em;
    font-family: "aaux-next", sans-serif;
    font-weight: bold;
    margin: 0; }
  .article-content__external-link-title-icon {
    font-size: .5em; }
  iframe,
  embed,
  object {
    max-width: 100%; }
  .video-series__title {
    font-size: 1.125em;
    font-weight: 300;
    color: #acacac;
    font-family: "aaux-next", sans-serif;
    margin-bottom: 15px; }
  .video-series__video-title-container {
    padding: 15px 10px 25px 10px;
    background: whitesmoke; }
  .video-series__video-link {
    display: block;
    background-size: cover;
    background-position: 50%;
    height: 100px; }
  .video-series__video-title {
    font-size: 1;
    font-weight: bold;
    color: #35383d;
    font-family: "aaux-next", sans-serif; }
  .video-series__carousel {
    position: relative; }
    .video-series__carousel li {
      list-style: none;
      float: left; }
  .video-series__carousel-wrapper {
    height: 200px;
    overflow: hidden;
    margin: 0; }
  .video-series__carousel-left-arrow,
  .video-series__carousel-right-arrow {
    cursor: pointer;
    position: absolute;
    top: 75px;
    color: #aeaeae; }
  .video-series__carousel-left-arrow {
    left: -30px; }
  .video-series__carousel-right-arrow {
    right: -30px; } }

@media screen and (max-width: 768px) {
  .video-series__carousel-wrapper {
    height: auto; }
  .video-series__carousel-left-arrow,
  .video-series__carousel-right-arrow {
    top: 180px; }
  .video-series__carousel-left-arrow {
    left: 25%; }
  .video-series__carousel-right-arrow {
    right: 25%; } }

@media screen and (min-width: 481px) and (max-width: 768px) {
  .video-series__carousel-left-arrow,
  .video-series__carousel-right-arrow {
    top: 220px; } }

@media screen {
  .video-series__video-img-container img {
    width: 100%; }
  .video-series__video-title-container {
    margin-top: -6px; }
  .video-series__video-active {
    border-bottom: 3px solid #28a55a; }
  .article-content__horizontal-button-container {
    position: relative;
    cursor: pointer; }
  /**
 * Share-related
 */
  .share-print__fixed-container {
    margin-bottom: 30px; } }

@media screen and (min-width: 1075px) {
  .share-print__fixed-container {
    position: absolute;
    top: 30px;
    width: 100%; }
    .share-print__fixed-container:hover {
      min-width: 130px; }
    .share-print__fixed-container.share-print__fixed-container--fixed {
      position: fixed;
      top: 122px;
      z-index: 1;
      width: 40px; }
      .share-print__fixed-container.share-print__fixed-container--fixed:hover {
        width: auto; }
    .share-print__fixed-container .circle-icon {
      display: block;
      margin-bottom: 10px; } }

@media screen {
  .circle-icon {
    color: white;
    font-size: 20px;
    line-height: 46px;
    height: 40px;
    width: 40px;
    padding: 0 10px;
    border-radius: 20px;
    background: #ccc;
    overflow: hidden;
    position: relative;
    display: inline-block;
    transition: all 0.2s;
    font-family: "aaux-next", sans-serif;
    text-align: left;
    border: none;
    vertical-align: middle;
    margin-right: 10px; }
    .circle-icon i, .circle-icon a, .circle-icon:hover {
      color: white; }
    .circle-icon.circle-icon--ghost {
      background-color: rgba(255, 255, 255, 0.5); }
    .circle-icon:hover {
      background-color: #2b9df5; }
      .circle-icon:hover .circle-icon__text {
        opacity: 1;
        transition: all 0.2s; }
    .circle-icon i {
      cursor: pointer;
      line-height: 1;
      display: inline-block; } }

@media screen and (min-width: 1075px) {
  .circle-icon--hover:hover {
    transition: all 0.2s;
    width: 100%;
    position: relative;
    z-index: 700; } }

@media screen {
  .circle-icon__text {
    display: inline-block;
    cursor: default;
    font-size: 1rem;
    transition: all 0.2s;
    opacity: 0;
    position: absolute;
    top: -2px;
    left: 45px; }
  /**
 * Other stuff
 */
  .blog-featured-image {
    padding-bottom: 20px; }
    .blog-featured-image img {
      width: 100%; }
  .blog-featured-image--downloadable {
    position: relative;
    border: 1px solid #ccc; }
    .blog-featured-image--downloadable:before {
      transition: 0.25s opacity linear;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.4);
      opacity: 0;
      z-index: 100; }
    .blog-featured-image--downloadable:after {
      content: '';
      display: block;
      width: 50px;
      height: 50px;
      background: url("/images/downloadable-icon.png") no-repeat top left;
      background-size: 50px 50px;
      position: absolute;
      bottom: 0;
      left: 0; }
    .blog-featured-image--downloadable:hover:before {
      opacity: 1; }
    .blog-featured-image--downloadable:hover .downloadable-img__button {
      opacity: 1; }
  .downloadable-img__button {
    transition: 0.25s opacity linear;
    opacity: 0;
    z-index: 200;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    top: 50%; }
  .written-by__title {
    margin: 0; }
  .article-author-snippet__wrapper {
    padding: 34px 0 20px 0;
    border-bottom: 1px solid #e6e6e6;
    font-family: "aaux-next", sans-serif; }
  .article-author-snippet__img-container {
    display: block;
    text-align: center; } }

@media screen and (min-width: 768px) {
  .article-author-snippet__img-container {
    display: block;
    float: left;
    margin-right: 20px;
    width: 100px;
    position: absolute;
    text-align: left; } }

@media screen {
  .article-author-snippet__img {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 110px;
    height: 110px; }
  .article-author-snippet__text-wrapper:after {
    content: '';
    display: block;
    clear: both; } }

@media screen and (min-width: 768px) {
  .article-author-snippet__text-wrapper {
    display: inline-block;
    margin-left: 130px;
    min-height: 110px; } }

@media screen {
  .article-author-snippet__written-by {
    font-size: 0.750em;
    text-transform: uppercase;
    color: #acacac; }
  .article-author-snippet__name {
    font-size: 1.250em;
    font-weight: bold;
    display: inline-block; }
  .article-author-snippet__title {
    font-size: 1;
    font-weight: 300;
    display: inline-block; }
  .article-author-snippet__bio {
    margin-top: 5px;
    font-family: "minion-pro", serif;
    font-size: 1em;
    min-height: 40px; }
  .staff-block {
    margin: 30px 0; } }

@media screen and (min-width: 768px) {
  .staff-block {
    margin: 35px 0; } }

@media screen {
  .staff-block__bio-sum a {
    color: #98a3ae; }
    .staff-block__bio-sum a:hover {
      color: #2b9df5; }
  .staff-block__img {
    display: block;
    border-top-right-radius: 100%;
    border-top-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    border-bottom-left-radius: 100%;
    border-top-left-radius: 100%;
    width: 150px;
    height: 150px;
    margin: 0px auto 10px auto; }
  .staff-block__text-wrapper {
    font-family: "aaux-next", sans-serif;
    text-align: center; }
  .staff-block__links-wrapper {
    text-align: center; }
  .staff-block__name {
    font-size: 1.5em;
    font-weight: bold; }
  .staff-block__title {
    font-size: 1em;
    font-weight: 300; }
  .staff-block-beta {
    margin: 15px 0; } }

@media screen and (min-width: 768px) {
  .fosi-staff-list .alpha {
    clear: left; }
  .staff-block-beta {
    margin: 35px 0; } }

@media screen {
  .staff-block-beta:after {
    content: "";
    display: block;
    clear: both; }
  .staff-block-beta__img-container {
    width: 100px;
    float: left; }
  .staff-block-beta__img {
    border-top-right-radius: 100%;
    border-top-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    border-bottom-left-radius: 100%;
    border-top-left-radius: 100%;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0px auto 10px auto; }
  .staff-block-beta__text-wrapper {
    font-family: "aaux-next", sans-serif;
    padding-top: 5px;
    padding-left: 120px; }
  .staff-block-beta__name {
    font-size: 1.5em;
    font-weight: bold; }
  .staff-block-beta__title {
    font-size: 1em;
    font-weight: 300; }
  .sponsor-grid__title {
    font-family: "aaux-next", sans-serif;
    color: #acacac;
    text-align: center;
    margin: 1em; }
  .sponsor-grid__brand {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; } }
  @media screen and (min-width: 768px) {
    .sponsor-grid__brand {
      float: left;
      width: 25%; } }
  @media screen and (min-width: 1075px) {
    .sponsor-grid__brand {
      float: left;
      width: 16.66667%; } }

@media screen {
  .sponsor-grid__brand {
    height: 120px;
    position: relative; }
    .sponsor-grid__brand img {
      max-width: 100%;
      max-height: 100px; }
  .sponsor-grid--center {
    text-align: center; }
    .sponsor-grid--center .sponsor-grid__brand {
      float: none;
      display: inline-block; }
  .sponsor-grid__img {
    text-align: center; }
  .policy-content__summary-block {
    background: whitesmoke;
    padding: 35px;
    margin-bottom: 60px; }
  .policy-content__summary-title {
    font-family: "aaux-next", sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    color: #acacac; }
  .policy-content__p {
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 15px; }
  .policy-content__filing-header {
    font-family: "aaux-next", sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    color: #acacac;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px; }
  .policy-content__filing {
    position: relative;
    margin-bottom: 200px; }
  .policy-content__filing-container {
    max-height: 700px;
    overflow: hidden; }
  .policy-content__view-more-container {
    position: absolute;
    bottom: 0px;
    z-index: 50;
    width: 100%;
    height: 200px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); }
  .policy-content__read-more-btn-container {
    position: absolute;
    bottom: -100px;
    left: 0px;
    right: 0px;
    text-align: center; }
  .related-content {
    margin-top: 30px; }
  .event-subnav [class*="col-sm"] {
    border-bottom: 1px solid #efefef; }
  .event-subnav__items {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .event-subnav__item {
    display: inline-block;
    line-height: 60px;
    margin-right: 16px;
    padding: 10px 0; }
    .event-subnav__item.event-subnav__item--active {
      border-bottom: 3px solid #99a3ad;
      line-height: 55px; } }

@media screen and (min-width: 768px) {
  .event-subnav__item {
    margin-right: 4%; } }

@media screen and (min-width: 1075px) {
  .event-subnav__item {
    margin-right: 10%; } }

@media screen {
  .event-subnav__item-link {
    font-family: "aaux-next", sans-serif;
    color: #99a3ad;
    padding: 6px 0;
    margin: 0 10px 0 5px;
    display: inline-block;
    vertical-align: middle; }
  .agenda-download a {
    font-family: "aaux-next", sans-serif;
    color: #2b9df5; } }

@media screen and (min-width: 768px) {
  .agenda-download {
    height: 46px;
    padding-top: 27px;
    text-align: right; }
    .agenda-download a {
      line-height: 46px; } }

@media screen {
  .event-subnav__register {
    height: 93px;
    padding-top: 17px;
    padding-right: 0;
    text-align: right; }
  .event-subsection {
    padding-bottom: 50px; }
  .subsection-hero__title {
    color: white;
    font-size: 1.5em;
    line-height: 1.5em;
    font-family: "aaux-next", sans-serif;
    font-weight: bold;
    position: relative;
    z-index: 100; }
  .event-subsection__title {
    font-size: 2em;
    font-family: "aaux-next", sans-serif; }
  .event-subsection__overview h2 {
    font-family: "aaux-next", sans-serif;
    font-size: 1.5em;
    font-weight: normal; }
  .event-subsection__overview h3 {
    font-family: "aaux-next", sans-serif;
    font-size: 1.125em;
    font-weight: normal; }
  .event-subsection__overview .rich-text {
    font-size: 1em;
    line-height: 1.5em; }
    .event-subsection__overview .rich-text p {
      font-size: 1.25em;
      line-height: 1.5em; } }

@media screen and (min-width: 1075px) {
  .event-subsection__overview .rich-text p {
    line-height: 1.8em; } }

@media screen {
  .event-details__title {
    font-size: 1.25em;
    font-family: "aaux-next", sans-serif; }
  .event-details__key {
    font-size: 0.875em;
    font-family: "aaux-next", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: bold; }
  .event-details__value {
    font-size: 1em;
    font-family: "aaux-next", sans-serif;
    margin: 0; }
    .event-details__value a {
      color: #98a3ae;
      text-decoration: underline;
      font-family: "aaux-next", sans-serif; }
      .event-details__value a:hover {
        color: #2b9df5; } }

@media screen and (min-width: 768px) {
  .event-overview {
    padding-right: 8.3333%;
    border-right: 1px solid #e3e3e3; }
  .event-details {
    padding-left: 27px;
    padding-top: 30px; } }

@media screen {
  .card-feature {
    background: #2075b6;
    margin: 0 -15px;
    padding: 0 15px; }
  .card-feature__card, .card-feature__card--240 {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background-color: white;
    padding: 20px;
    margin: 20px;
    text-align: center; }
  .card-feature__card--240 {
    height: 240px; }
  .card-feature--left {
    text-align: left; }
  .card-feature__title-alpha {
    display: block;
    color: #282828;
    font-size: 2.25em;
    font-family: "aaux-next", sans-serif;
    font-weight: bold; }
  .card-feature__title-beta {
    display: block;
    color: #282828;
    font-size: 1.25em;
    font-family: "aaux-next", sans-serif;
    font-weight: bold; }
  .card-feature__title-gamma {
    display: block;
    color: #666666;
    font-size: 1.5em;
    font-family: "aaux-next", sans-serif;
    font-weight: normal;
    margin: 15px 0; }
  .subsection-header {
    height: 268px;
    text-align: center;
    margin: 0 -15px;
    padding-top: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
    .subsection-header.subsection-header--skinny {
      height: 160px;
      padding-top: 60px; }
  .subsection-header__subtitle {
    display: block;
    color: white;
    font-size: 1.125em;
    font-family: "aaux-next", sans-serif;
    font-weight: normal;
    position: relative;
    z-index: 100; }
  .subsection-header__title {
    display: block;
    color: white;
    font-size: 2em;
    font-family: "aaux-next", sans-serif;
    font-weight: normal;
    position: relative;
    z-index: 100;
    margin: 0; }
  .dated-pr {
    padding: 20px 0 60px 0; }
  .dated-pr__date {
    font-family: "aaux-next", sans-serif;
    text-align: left; } }

@media screen and (min-width: 768px) {
  .dated-pr__date {
    text-align: center;
    width: 100px;
    position: absolute; } }

@media screen {
  .dated-pr__month {
    font-size: 1.125em;
    display: inline; }
  .dated-pr__day {
    font-size: 1.125em;
    display: inline; }
  .dated-pr__year {
    font-size: 1.125em;
    display: inline; } }

@media screen and (min-width: 768px) {
  .dated-pr__month {
    display: block; }
  .dated-pr__day {
    font-size: 2.25em;
    display: block; }
  .dated-pr__year {
    display: block; } }

@media screen {
  .dated-pr__pr {
    padding-left: 0; } }

@media screen and (min-width: 768px) {
  .dated-pr__pr {
    padding-left: 120px; } }

@media screen {
  .dated-pr__source {
    font-size: 1em;
    font-family: "aaux-next", sans-serif; }
    .dated-pr__source i {
      float: right; }
  .dated-pr__title {
    font-size: 1.5em;
    font-family: "aaux-next", sans-serif;
    font-weight: bold; }
    .dated-pr__title .icon-external-link {
      display: inline-block;
      vertical-align: super;
      font-size: 66.66667%; }
  .dated-pr__content {
    font-size: 1em;
    font-family: "minion-pro", serif; }
  .midpage-banner {
    background: #2075b6;
    text-align: center;
    padding: 70px 0;
    margin: 0 -15px; }
    .midpage-banner a {
      color: white;
      text-decoration: underline; }
      .midpage-banner a:hover, .midpage-banner a:active {
        color: white;
        text-decoration: underline; }
  .midpage-banner__alpha {
    font-family: "aaux-next", sans-serif;
    color: white;
    font-size: 1.5em; }
  .midpage-banner__beta {
    font-family: "minion-pro", serif;
    color: white;
    font-size: 1.125em; }
  .icon-external-link {
    font-size: 18px; }
  .bio__photo {
    border-top-right-radius: 100%;
    border-top-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    border-bottom-left-radius: 100%;
    border-top-left-radius: 100%;
    display: block;
    width: 100%;
    height: auto; }
  .bio__content a {
    color: #2b9df5; }
  .bio__content-name {
    margin: 0;
    font-size: 2.625em;
    line-height: 1.5em;
    font-family: "aaux-next", sans-serif;
    color: #202020;
    font-weight: 400; }
  .bio__content-position {
    margin: 0 0 20px 0;
    font-size: 1.125em;
    line-height: 1.5em;
    font-family: "aaux-next", sans-serif;
    color: #202020;
    font-weight: 400; } }

@media screen and (min-width: 768px) {
  .bio__content-position {
    margin: 0 0 30px 0; } }

@media screen {
  .bio__content-company {
    margin: 0 0 30px 0;
    font-size: 1.125em;
    line-height: 1.5em;
    font-family: "aaux-next", sans-serif;
    color: #202020; }
  .bio__social-links {
    margin-top: 20px;
    text-align: center; }
  .icon-bullet {
    text-align: center;
    margin-bottom: 40px; }
    .icon-bullet .symbol-link__icon {
      color: #2075b6; } }

@media screen and (min-width: 768px) {
  .icon-bullet {
    margin-bottom: 0; } }

@media screen {
  .icon-bullet__title1 {
    font-family: "aaux-next", sans-serif;
    font-weight: normal;
    font-size: 1.125em;
    color: #202020;
    display: block; }
  .icon-bullet__title2 {
    font-family: "aaux-next", sans-serif;
    font-weight: normal;
    font-size: 2.25em;
    color: #2075b6;
    display: block; }
  .icon-bullet__title3 {
    font-family: "aaux-next", sans-serif;
    font-weight: bold;
    font-size: 2.2em;
    color: #202020;
    display: block; } }

@media screen and (min-width: 1075px) {
  .icon-bullet__title3 {
    font-size: 3em; } }

@media screen {
  .icon-bullet__title4 {
    font-family: "aaux-next", sans-serif;
    font-weight: normal;
    font-size: 1em;
    color: #202020;
    display: block; }
  .job-listing__title {
    font-family: "aaux-next", sans-serif;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.5em; }
  .job-listing__subtitle {
    font-family: "aaux-next", sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.5em; }
  .pagination {
    text-align: center;
    font-family: "aaux-next", sans-serif; }
    .pagination a:first-child {
      margin-right: 10em; }
    .pagination a:last-child {
      margin-left: 10em; }
  .pagination__current-page {
    color: #2a9cf5; }
  .membership-block .rich-text .richtext-image.full-width {
    margin: 0 auto;
    display: block; }
  .membership-block .rich-text ol, .membership-block .rich-text ul {
    background-color: whitesmoke;
    padding: 30px 40px 30px 70px; }
  .membership-block .rich-text li {
    font-size: 1em;
    line-height: 1.5em;
    margin: 10px 0px 10px 0px; }
  .resource-link {
    padding-top: 20px;
    border-bottom: 1px solid whitesmoke; }
  .resource-link__logo {
    width: 200px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat; } }

@media screen and (min-width: 768px) {
  .resource-link__logo {
    float: left;
    margin-right: 40px; } }

@media screen {
  .resource-link__content {
    font-size: 0.6em;
    line-height: 1.5em;
    padding-bottom: 20px; }
    .resource-link__content p {
      font-size: 1em; }
    .resource-link__content:after {
      content: "";
      display: block;
      clear: both; } }

@media screen and (min-width: 768px) {
  .resource-link__content {
    margin-left: 240px; } }

@media screen {
  .resource-link__link {
    font-size: 2em;
    line-height: 1.25em;
    font-family: "aaux-next", sans-serif;
    font-weight: bold; }
  .resource-link__description {
    font-size: 1.375em;
    line-height: 1.5em;
    font-family: "minion-pro", serif;
    font-weight: normal; }
  .resource-summary {
    background: whitesmoke;
    padding: 35px;
    margin-top: 50px;
    margin-bottom: 60px; }
  .fosi-grid-img {
    border-top-right-radius: 100%;
    border-top-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    border-bottom-left-radius: 100%;
    border-top-left-radius: 100%;
    display: inline-block;
    background-image: url("/images/fosi-grid.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    border: 10px solid white; }
  .job-item__link {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    font-family: "aaux-next", sans-serif;
    font-size: 1.125em;
    line-height: 1em;
    background: #fafafa;
    padding: 30px 30px;
    display: block;
    position: relative;
    color: black;
    margin-bottom: 20px; }
  .job-item__text {
    display: block;
    padding-right: 40px; }
  .job-item__icon {
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    color: #2b9df5;
    font-size: 1.5em;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .next-prev-post {
    display: none; } }

@media screen and (min-width: 1075px) {
  .next-prev-post {
    display: block;
    position: fixed;
    z-index: 700;
    margin: 0 -15px;
    top: 50%; }
  .next-prev-post__prev {
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 67px;
    height: 100px;
    overflow: hidden;
    display: block;
    border: 1px solid #eee;
    -webkit-transition: width 0.25s linear;
    -o-transition: width 0.25s linear;
    transition: width 0.25s linear; }
    .next-prev-post__prev:hover {
      width: 390px; }
      .next-prev-post__prev:hover .next-prev-post__expander {
        width: 320px; }
    .next-prev-post__prev i {
      display: block;
      float: left; }
    .next-prev-post__prev .next-prev-post__title {
      float: left; }
  .next-prev-post__next {
    background: white;
    position: absolute;
    top: 0;
    right: 0;
    width: 67px;
    height: 100px;
    overflow: hidden;
    display: block;
    border: 1px solid #eee;
    -webkit-transition: width 0.25s linear;
    -o-transition: width 0.25s linear;
    transition: width 0.25s linear; }
    .next-prev-post__next:hover {
      width: 390px; }
      .next-prev-post__next:hover .next-prev-post__expander {
        width: 320px; }
    .next-prev-post__next i {
      display: block;
      float: right; }
    .next-prev-post__next .next-prev-post__title {
      float: right; }
  .next-prev-post__expander {
    width: 0;
    height: 100%;
    float: left;
    overflow: hidden; }
  .next-prev-post i {
    width: 18px;
    height: 100px;
    margin: 0 25px;
    line-height: 103px;
    vertical-align: top;
    color: #aeaeae; }
  .next-prev-post__title {
    width: 202px;
    height: 100px;
    margin: 0 10px;
    font-family: "aaux-next", sans-serif;
    font-size: 1em; }
    .next-prev-post__title span {
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      display: block;
      top: 50%;
      position: relative; }
  .next-prev-post img {
    margin: 4px;
    max-width: 90px;
    height: auto; }
    .next-prev-post img.sourced_thumbnail {
      margin-top: 15px; } }

@media screen {
  .next-prev-tablet {
    margin: 0; } }

@media screen and (min-width: 768px) {
  .next-prev-tablet {
    margin: 30px; } }

@media screen {
  .next-prev-tablet__label {
    font-family: "aaux-next", sans-serif;
    font-size: 18px;
    color: #acacac;
    font-weight: 300; }
  .next-prev-tablet__title {
    font-family: "aaux-next", sans-serif;
    font-weight: bold;
    font-size: 22px; } }

@media screen and (min-width: 1075px) {
  .next-prev-tablet {
    display: none; } }

@media screen {
  .contact-form {
    font-family: "aaux-next", sans-serif;
    padding: 20px 5px;
    border-radius: 6px;
    border: 1px solid #dcdcdc; } }

@media screen and (min-width: 768px) {
  .contact-form {
    padding: 30px; } }

@media screen {
  .contact-form__address-heading {
    font-family: "aaux-next", sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: .5em; }
  .contact-form__address-block {
    font-size: 1em;
    margin-bottom: 2em; }
  .contact-form__address-heading--small {
    font-size: 1.2em; }
  .thankyou-text {
    background-color: #2b9df5;
    padding: 25px;
    text-align: center;
    font-family: "aaux-next", sans-serif;
    color: white;
    margin: 0 20px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px; }
    .thankyou-text .rich-text {
      font-size: 1em;
      line-height: 1em; }
    .thankyou-text h2 {
      font-size: 2em;
      line-height: 1.2em;
      margin: 0;
      font-weight: normal; }
    .thankyou-text h3, .thankyou-text h4, .thankyou-text h5 {
      font-size: 1.5em;
      line-height: 1.2em;
      margin: 0;
      font-weight: normal; }
  .donate-bg {
    background-image: url(/images/donate-hero.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 800px;
    padding: 0;
    position: relative; }
  .donate__title {
    color: #fff !important;
    position: relative; }
  .donate-form {
    background: white;
    font-family: "aaux-next", sans-serif;
    margin-bottom: 2em; } }
  @media screen and (min-width: 768px) {
    .donate-form {
      border-radius: 6px;
      box-shadow: rgba(0, 0, 0, 0.298039) 0px 4px 0px 0px; } }

@media screen {
    .donate-form .form__tab:first-child {
      border-radius: 6px 0 0 0; }
    .donate-form .form__tab:last-child {
      border-radius: 0 6px 0 0; }
    .donate-form .btn {
      display: block;
      width: 100%; }
    .donate-form .input--label {
      white-space: nowrap; } }

@media screen and (min-width: 1075px) {
  .donate-bg {
    padding-bottom: 80px;
    padding: 60px 0; } }

@media screen {
  .event__media-thumbnail {
    margin-top: 15px;
    margin-bottom: 15px; }
    .event__media-thumbnail img {
      width: 100%;
      display: block; }
  .event__media-thumbnail {
    max-height: 130px;
    max-width: 100px; }
  .event__media-thumbnail--video {
    max-height: 130px;
    max-width: 70px; } }

@media screen and (min-width: 768px) {
  .event__media-thumbnail, .event__media-thumbnail--video {
    max-height: 130px;
    max-width: none; } }

@media screen and (min-width: 1075px) {
  .event__media-thumbnail, .event__media-thumbnail--video {
    max-height: 190px;
    max-width: none; } }

@media screen and (min-width: 1400px) {
  .event__media-thumbnail, .event__media-thumbnail--video {
    max-height: 240px;
    max-width: none; } }

@media screen {
  .event__media-thumbnail--video {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px; } }
  @media screen and (min-width: 768px) {
    .event__media-thumbnail--video {
      width: calc(25% - 30px); } }

@media screen {
    .event__media-thumbnail--video.event__media-thumbnail--uploaded-thumbnail {
      background: none !important; }
      .event__media-thumbnail--video.event__media-thumbnail--uploaded-thumbnail .uploaded-thumbnail {
        background-size: cover;
        width: 100%;
        height: 100%; }
    .event__media-thumbnail--video:after {
      height: 42px;
      width: 36px;
      margin-top: -26px;
      margin-left: -27px;
      font-size: 1.5em;
      line-height: 45px;
      padding-left: 6px;
      content: "C";
      font-family: "untitled-font-1" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      color: #fff;
      background: rgba(0, 0, 0, 0.6);
      border: 4px solid #fff;
      border-radius: 100%; } }
  @media screen and (min-width: 1075px) {
    .event__media-thumbnail--video:after {
      margin-top: -42px;
      margin-left: -45px;
      height: 82px;
      width: 72px;
      font-size: 2.5em;
      line-height: 85px;
      padding-left: 8px; } }

@media screen {
  .event__media__button {
    position: absolute;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    top: 50%;
    display: block; }
    .event__media__button--next {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      right: 0; }
    .event__media__button:hover {
      color: #d9d9d9; } }

@media screen and (min-width: 1075px) {
  .event__media__button {
    font-size: 40px; } }

@media screen {
  .fancybox-overlay {
    background: rgba(46, 157, 245, 0.98); }
  .fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.3);
    border-radius: 6px; }
  .event-mini {
    margin-bottom: 30px; } }

@media screen and (min-width: 768px) {
  .event-mini {
    margin-bottom: 0; } }

@media screen and (min-width: 1075px) {
  .event-mini {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px; } }

@media screen {
  .event-mini__img-container {
    min-height: 0; } }

@media screen and (min-width: 768px) {
  .event-mini__img-container {
    min-height: 170px; } }

@media screen {
  .event-mini__img {
    width: 100%;
    height: auto;
    border: 1px solid #eee; }
  .event-mini__title {
    font-family: "aaux-next", sans-serif;
    font-size: 1.500em;
    line-height: 1.2500em;
    margin: 8px 0px 0px 0px;
    font-weight: bold; }
  .event-mini__subtitle {
    font-family: "aaux-next", sans-serif;
    font-size: 1.25em;
    line-height: 1.25em;
    margin: 0;
    font-weight: 300;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6; }
  .event-mini__date {
    font-family: "aaux-next", sans-serif;
    font-size: 1em;
    line-height: 1em;
    font-weight: normal;
    margin: 10px 0px 0px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6; }
  .event-mini__location {
    font-family: "aaux-next", sans-serif;
    font-size: 1em;
    line-height: 1.35em;
    margin: 10px 0px 0px 0px;
    font-weight: normal; }
  .sponsor-list {
    margin-bottom: 40px; }
    .sponsor-list .sponsor-list__item {
      height: 135px; }
    .sponsor-list .image-container {
      width: 100%;
      height: 135px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50%; }
  .sponsor-list__brand {
    padding-top: 10px;
    padding-bottom: 10px; }
  .sponsor-list-section--title {
    font-size: 1.5em;
    font-family: "aaux-next", sans-serif;
    line-height: 1.5em;
    font-weight: normal; }
  .sponsor-list__tier-title {
    font-family: "aaux-next", sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
    margin: 0;
    text-transform: uppercase; }
  .day-agenda__header {
    background-color: whitesmoke;
    border: 1px solid #e4e4e4;
    padding: 10px 0; }
  .day-agenda__header-day {
    display: inline-block;
    font-family: "aaux-next", sans-serif;
    text-transform: uppercase;
    color: #bcbcbc;
    font-size: 0.875em;
    width: 75px;
    padding-left: 10px; }
  .day-agenda__header-date {
    display: inline-block;
    font-family: "aaux-next", sans-serif;
    color: #444444;
    font-size: 0.875em; }
  .day-agenda__list {
    padding: 0 10px;
    margin: 0;
    list-style-type: none;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4; } }

@media screen and (min-width: 768px) {
  .day-agenda__list {
    padding: 0 80px 50px 80px; } }

@media screen {
  .day-agenda__item {
    padding-top: 30px;
    position: relative; }
  .day-agenda__item-time {
    font-family: "aaux-next", sans-serif;
    color: #323232;
    font-size: 0.875em; }
    .day-agenda__item-time:before {
      display: inline-block;
      content: "y";
      font-family: "untitled-font-1";
      font-size: 18px;
      line-height: 18px;
      position: relative;
      top: 4px;
      margin-right: 3px; }
  .day-agenda__toggle {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 0.25s transform linear;
    -o-transition: 0.25s transform linear;
    transition: 0.25s transform linear;
    position: absolute;
    cursor: pointer;
    top: 50px;
    right: 10px;
    font-size: 24px;
    line-height: 24px; }
  .day-agenda__toggle--active {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .day-agenda__item-title {
    border-bottom: 1px solid #efefef;
    font-family: "aaux-next", sans-serif;
    color: #323232;
    font-size: 1.5em;
    font-weight: bold;
    padding-right: 50px; }
  .day-agenda__item-details {
    font-family: "minion-pro", serif;
    color: #282828;
    font-size: 1em;
    font-style: italic; }
    .day-agenda__item-details .rich-text {
      font-size: 1em;
      line-height: 1.5em; }
      .day-agenda__item-details .rich-text p, .day-agenda__item-details .rich-text h1, .day-agenda__item-details .rich-text h2, .day-agenda__item-details .rich-text h3, .day-agenda__item-details .rich-text h4, .day-agenda__item-details .rich-text h5, .day-agenda__item-details .rich-text b strong, .day-agenda__item-details .rich-text em, .day-agenda__item-details .rich-text i, .day-agenda__item-details .rich-text small {
        font-weight: normal;
        font-family: "minion-pro", serif;
        font-size: 1em; }
    .day-agenda__item-details a {
      color: #98a3ae;
      font-style: normal;
      text-decoration: underline; }
  .email-input-combo__input {
    border-top-right-radius: 5px 0 0 5px;
    border-top-left-radius: 5px 0 0 5px;
    border-bottom-right-radius: 5px 0 0 5px;
    border-top-right-radius: 5px 0 0 5px;
    border-bottom-right-radius: 5px 0 0 5px;
    border-bottom-left-radius: 5px 0 0 5px;
    border-bottom-left-radius: 5px 0 0 5px;
    border-top-left-radius: 5px 0 0 5px;
    margin: 0;
    padding: 12px 18px;
    border: none;
    font-size: 1.125em;
    line-height: 1em;
    font-family: "aaux-next", sans-serif;
    color: #32373c;
    display: inline-block; }
  .email-input-combo__submit {
    border-top-right-radius: 0 5px 5px 0;
    border-top-left-radius: 0 5px 5px 0;
    border-bottom-right-radius: 0 5px 5px 0;
    border-top-right-radius: 0 5px 5px 0;
    border-bottom-right-radius: 0 5px 5px 0;
    border-bottom-left-radius: 0 5px 5px 0;
    border-bottom-left-radius: 0 5px 5px 0;
    border-top-left-radius: 0 5px 5px 0;
    margin-left: -4px;
    padding: 10px 24px; }
  .footer {
    text-align: center; }
  .footer__social {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .footer__social-item {
    display: inline-block;
    padding: 0 5px; }
  .footer__social-item a {
    color: #919191;
    font-size: 1.5em; }
  .footer__links {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .footer__link-item {
    display: inline-block; }
  .footer__link-item a {
    font-family: "aaux-next", sans-serif;
    color: #7f7f7f;
    font-size: 0.75em;
    font-weight: bold;
    margin: 0 20px; }
  .footer__disclaimer {
    font-family: "aaux-next", sans-serif;
    color: #7f7f7f;
    font-size: 0.75em; }
  .footer--cover {
    position: relative;
    z-index: 800;
    background-color: whitesmoke !important; }
  .esrb__links {
    list-style-type: none;
    padding: 0; } }
  @media screen and (min-width: 1075px) {
    .esrb__links {
      margin: 0;
      position: relative; } }
  @media screen and (min-width: 1075px) {
    .esrb__links.esrb__links--footer {
      top: -10px; } }

@media screen {
  .esrb__links-item {
    display: inline-block; }
    .esrb__links-item.esrb__links-item--item1 {
      padding-right: 15px; }
      .esrb__links-item.esrb__links-item--item1 a {
        background-image: url(/images/esrb1.gif); }
    .esrb__links-item.esrb__links-item--item2 {
      padding-left: 15px; }
      .esrb__links-item.esrb__links-item--item2 a {
        background-image: url(/images/esrb2.gif); }
    .esrb__links-item:last-child {
      padding-right: 0; }
    .esrb__links-item a {
      background-size: cover;
      display: block;
      width: 52px;
      height: 70px;
      text-indent: -9999px;
      color: transparent; }
  body {
    font-family: "minion-pro", serif; }
  h1, h2, h3, h4, h5, h6 {
    font-family: "aaux-next", sans-serif;
    font-size: 1em; }
  .form__title {
    font-size: 2em;
    font-weight: bold;
    color: #35383d;
    margin-top: 0;
    margin-bottom: 1.25rem; }
  .form__title--sub {
    font-family: "aaux-next", sans-serif;
    font-size: 1.25em;
    line-height: 1.25em;
    margin: 0px;
    font-weight: 300;
    margin-bottom: 1.25rem;
    color: #dcdcdc; }
  .form__section {
    margin-bottom: 20px; }
    .form__section:before, .form__section:after {
      content: " ";
      display: table;
      clear: both; }
    .form__section:last-child {
      margin-bottom: 0; }
  .input--label {
    display: inline-block;
    margin-bottom: 10px; }
  .input--label--gray {
    color: #dcdcdc; }
  .input--text {
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 10px; }
    .input--text:focus {
      border: 1px solid #2b9df5;
      outline: none; }
  .input--select {
    display: block;
    width: 100%;
    height: 45px;
    background: #fff;
    border: 1px solid #dcdcdc;
    color: #a9a9a9;
    border-radius: 4px;
    margin-bottom: 10px; }
  .input--textarea {
    resize: none;
    height: 200px;
    padding: 10px;
    border: 1px solid #c7c8ca;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 10px; } }
  @media screen and (min-width: 768px) {
    .input--textarea {
      margin-bottom: 0; } }

@media screen {
  .input--money {
    position: relative;
    overflow: hidden; }
    .input--money .input--text {
      padding-left: 4em;
      margin-bottom: 0; }
  .input--money__addon {
    background: #f5f5f5;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    font-size: 1.875em;
    padding: 0 0.5em; }
  .form__content {
    position: relative; }
  .form__tab {
    background: #f5f5f5;
    font-family: aaux-next, sans-serif;
    font-weight: 300;
    font-size: 0.75em;
    line-height: 1em;
    margin: 0px;
    padding: 20px 20px;
    text-align: center;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    min-height: 68px;
    white-space: nowrap; }
    .form__tab.form__tab--disabled {
      color: #c9c9c9; } }

@media screen and (min-width: 768px) {
  .form__tab {
    padding: 15px 20px;
    font-size: 1em;
    line-height: 1em; } }

@media screen {
  .form__tab__heading {
    display: block;
    text-transform: uppercase;
    padding-bottom: .4em; }
  .form__tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.2s;
    background: #fff;
    top: 0;
    left: 0;
    padding: 7%;
    border-radius: 0 0 6px 6px;
    width: 100%; }
    .form__tab-content.active {
      display: block;
      opacity: 1; } }

@media screen and (min-width: 1075px) {
  .form__tab {
    min-height: 0; } }

@media screen {
  .monthly-highlight__date {
    font-size: 1.00em;
    line-height: 1em;
    margin: 1em 0 0.75em 0;
    font-weight: 300;
    text-transform: uppercase; }
  .monthly-highlight__number {
    font-size: 1.00em;
    line-height: 1em;
    margin: 1em 0 0.75em 0;
    font-weight: 300; }
  .monthly-highlight__topic {
    font-size: 2em;
    line-height: 1.15em;
    margin: 0.35em 0 0.5em 0; } }

@media screen and (max-width: 1075px) {
  .sidebar-header {
    display: none; } }

@media screen {
  .monthly-highlight__list {
    background: #f5f5f5;
    margin: auto -15px;
    padding: 0;
    position: relative;
    list-style: none;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    counter-reset: article; }
    .monthly-highlight__list.monthly-highlight__list--fixed {
      position: fixed;
      top: 92px;
      bottom: 0;
      overflow-y: scroll;
      overflow-x: hidden; }
    .monthly-highlight__list.monthly-highlight__list--absolute {
      position: absolute;
      bottom: 0;
      overflow-y: scroll;
      overflow-x: hidden; } }
  @media screen and (max-width: 1075px) {
    .monthly-highlight__list {
      display: none; } }

@media screen {
    .monthly-highlight__list li {
      display: table;
      border-bottom: 1px solid #e8e8e8;
      min-height: 100px;
      width: 100%;
      background: #f5f5f5; }
      .monthly-highlight__list li .monthly-highlight__list__item-inner {
        padding-left: 30px;
        padding-right: 30px;
        display: table-cell;
        vertical-align: middle;
        font-family: "aaux-next", sans-serif;
        font-weight: bold;
        position: relative; }
    .monthly-highlight__list .monthly-highlight__list__item .monthly-highlight__list__item-inner {
      padding: 30px; }
      .monthly-highlight__list .monthly-highlight__list__item .monthly-highlight__list__item-inner:before {
        counter-increment: article;
        content: counter(article);
        position: absolute;
        left: 10px;
        font-weight: 300; }
    .monthly-highlight__list .active {
      background: #fff; }
  .monthly-highlight__main {
    padding-left: 0px;
    padding-right: 0px;
    background: #fff; }
  .monthly-highlight__hero {
    width: 100%;
    min-height: 350px;
    background-size: cover;
    position: relative; }
  .monthly-highlight__main__content {
    padding-left: 30px;
    padding-right: 30px; }
  .monthly-highlight__main__author {
    padding-left: 30px;
    padding-right: 30px; }
  .monthly-highlight__main__tags {
    padding-left: 30px;
    padding-right: 30px; }
  .monthly-highlight__hero__overlay {
    background-image: -webkit-linear-gradient(top, transparent 0%, black 100%);
    background-image: -o-linear-gradient(top, transparent 0%, black 100%);
    background-image: linear-gradient(to bottom, transparent 0%, #000000 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=0);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0; }
  .monthly-highlight__hero__text {
    color: white;
    line-height: 1em;
    font-family: "aaux-next", sans-serif;
    position: absolute;
    bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%; }
  .monthly-highlight__hero__title {
    margin: 0;
    font-size: 2.25em;
    line-height: 1.25em;
    font-weight: bold; }
  .monthly-highlight__main__subhead {
    font-family: "aaux-next", sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    padding-left: 30px;
    padding-right: 30px; }
  .monthly-highlight__main__postnav {
    margin: 40px 30px;
    padding-top: 15px;
    border-top: 1px solid #e8e8e8; } }

@media screen and (min-width: 768px) {
  .monthly-highlight__main__postnav__item:first-child {
    padding-left: 0; }
  .monthly-highlight__main__postnav__item:last-child {
    padding-right: 0; } }

@media screen {
  .monthly-highlight__main__postnav__item a {
    font-family: "aaux-next", sans-serif;
    font-weight: bold;
    font-size: 1.2em; }
  .monthly-highlight__main__postnav__item p {
    font-size: 1em; }
  .nav-links {
    height: 56px;
    background-color: whitesmoke; }
  .nav-mailing, .nav-visit-grid {
    float: right;
    height: 56px;
    line-height: 56px;
    padding: 0 10px; }
    .nav-mailing a, .nav-visit-grid a {
      font-family: "aaux-next", sans-serif;
      color: #42a7f7;
      font-size: 1em; }
  .nav-visit-grid .grid-logo {
    display: inline-block;
    color: transparent;
    background-image: url("/images/grid-logo.gif");
    width: 65.6px;
    height: 13.4px;
    line-height: 14px;
    background-repeat: no-repeat;
    background-size: 65.6px 13.4px;
    background-position: 50% 50%; }
  .nav-visit-grid .icon-external-link {
    font-size: 12px; }
  .navigation__menu {
    display: block;
    line-height: 76px;
    position: absolute;
    left: 0;
    top: 0; }
    .navigation__menu a {
      width: 70px;
      height: 70px;
      display: block;
      border-right: 2px solid #f2f2f2;
      text-align: center; }
      .navigation__menu a [class^="icon"] {
        line-height: 76px;
        font-size: 20px; }
  .navigation--fixed-container {
    width: 100%;
    z-index: 900;
    position: absolute; }
    .navigation--fixed-container.navigation--fixed {
      top: 0;
      position: fixed; }
    .navigation--fixed-container .container {
      position: relative;
      background-color: whitesmoke !important; }
  .navigation {
    margin: 0 -15px;
    background: white;
    border-bottom: 2px solid #f2f2f2; }
  .navigation__branding {
    width: 195px;
    height: 70px;
    display: block;
    margin: 0 auto; }
  .navigation__branding a {
    background: url("/images/navigation__branding.png") top left no-repeat;
    background-size: contain;
    color: transparent;
    display: block;
    height: 100%;
    background-position-x: 16px;
    text-indent: -9999px;
    width: 100%; }
  .navigation__links {
    display: none;
    margin: 0px;
    padding: 0;
    overflow: hidden;
    border-top: 1px solid #f2f2f2; }
  .navigation__link {
    -webkit-transition: background ease-in-out 0.15s;
    -o-transition: background ease-in-out 0.15s;
    transition: background ease-in-out 0.15s;
    padding: 0px;
    display: block;
    float: left;
    width: 100%; }
  .navigation__link > a {
    font-family: "aaux-next", sans-serif;
    line-height: 30px;
    font-size: .875em;
    font-weight: bold;
    color: #000;
    display: block;
    padding: 16px;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    padding-left: 30px; } }

@media screen and (min-width: 768px) {
  .navigation__link > a {
    color: #acacac; } }

@media screen {
  .navigation__search {
    line-height: 78px;
    position: absolute;
    right: 0;
    top: 0; }
    .navigation__search a {
      width: 70px;
      height: 70px;
      display: block;
      border-left: 2px solid #f2f2f2;
      text-align: center; }
      .navigation__search a [class^="icon"] {
        line-height: 78px;
        font-size: 20px; }
  .navigation__sublinks {
    display: none;
    z-index: 800; }
  .navigation__link--current > a {
    color: #000; }
  .navigation__link--active {
    position: relative;
    border-bottom: 5px solid #2b9df5;
    line-height: 85px;
    height: 90px; }
    .navigation__link--active .navigation__sublinks {
      -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.13);
      box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.13);
      background-color: white;
      display: block;
      position: absolute;
      left: 0;
      margin: 0;
      padding: 0;
      list-style-type: none; }
  .navigation__sublink {
    min-width: 250px;
    line-height: 1em;
    border-top: 1px solid #e6e6e6;
    -webkit-transition: background ease-in-out 0.15s;
    -o-transition: background ease-in-out 0.15s;
    transition: background ease-in-out 0.15s; }
    .navigation__sublink > a {
      font-family: "aaux-next", sans-serif;
      font-weight: bold;
      font-size: 1em;
      color: #757a80;
      letter-spacing: 0.016em;
      display: block;
      padding: 30px;
      -webkit-transition: color ease-in-out 0.15s;
      -o-transition: color ease-in-out 0.15s;
      transition: color ease-in-out 0.15s; }
    .navigation__sublink:hover {
      background: #2b9df5; }
      .navigation__sublink:hover > a {
        color: white; } }

@media screen and (min-width: 768px) {
  .navigation__branding {
    height: 90px; }
  .navigation__branding a {
    background-position-x: 0px; }
  .navigation__menu {
    line-height: 90px; }
    .navigation__menu a {
      width: 90px;
      height: 90px; }
      .navigation__menu a [class^="icon"] {
        line-height: 90px; }
  .navigation__search {
    line-height: 90px; }
    .navigation__search a {
      width: 90px;
      height: 90px; }
      .navigation__search a [class^="icon"] {
        line-height: 90px; } }

@media screen and (min-width: 768px) {
  .navigation__link:hover > a {
    color: white;
    background: #2b9df5; } }

@media screen and (min-width: 1075px) {
  .navigation__menu {
    display: none; }
  .navigation__branding {
    width: 215px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    overflow: hidden;
    -webkit-transition: width ease-in-out 0.15s;
    -o-transition: width ease-in-out 0.15s;
    transition: width ease-in-out 0.15s; }
  .navigation__branding-mini {
    width: 90px;
    -webkit-transition: width ease-in-out 0.2s;
    -o-transition: width ease-in-out 0.2s;
    transition: width ease-in-out 0.2s; }
  .navigation__branding-mini:hover {
    width: 215px;
    -webkit-transition: width ease-in-out 0.2s;
    -o-transition: width ease-in-out 0.2s;
    transition: width ease-in-out 0.2s; }
  .navigation__branding a {
    margin-left: 5px;
    width: 215px; }
  .navigation__links {
    display: inline-block;
    margin: 0px 0px 0px 20px;
    padding: 0;
    list-style-type: none;
    overflow: visible;
    border: none; }
  .navigation__link:hover > a {
    color: #757a80;
    background: transparent; }
  .navigation__link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: inline-block;
    line-height: 90px;
    vertical-align: middle;
    padding: 0 15px;
    float: none;
    width: auto; }
  .navigation__link > a {
    display: inline-block;
    padding: 0;
    font-size: .9em;
    line-height: 90px;
    letter-spacing: 0.016em;
    border: none; }
  .navigation__search {
    top: 0; } }

@media screen and (min-width: 1400px) {
  .navigation__links {
    margin: 0px 0px 0px 40px; }
  .navigation__link {
    padding: 0px 30px; }
  .navigation__link > a {
    font-size: 1em; } }

@media screen {
  body {
    font-family: "minion-pro", serif; }
  h1, h2, h3, h4, h5, h6 {
    font-family: "aaux-next", sans-serif;
    font-size: 1em; }
  .newsletter-parent {
    position: relative;
    z-index: 800; }
  .newsletter {
    background-color: #2b9df5;
    color: white;
    text-align: center;
    padding: 60px 30px 60px 30px;
    position: relative; }
  .newsletter__title {
    font-family: "aaux-next", sans-serif;
    font-size: 2.25em;
    margin: 0;
    text-transform: capitalize;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
  .newsletter__content {
    max-width: 600px;
    margin: 0 auto; }
  .newsletter__p {
    font-size: 1.25em;
    line-height: 1.5em;
    margin: 15px 0px 50px 0px; }
  .modal__checkbox {
    margin-right: 5px; }
  body {
    font-family: "minion-pro", serif; }
  h1, h2, h3, h4, h5, h6 {
    font-family: "aaux-next", sans-serif;
    font-size: 1em; }
  .search {
    height: 120px;
    position: relative;
    border-bottom: 2px solid #f2f2f2;
    background-color: white;
    margin: 0 -15px; }
  .search__input {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 120px;
    padding: 35px 160px 0 40px; }
    .search__input input {
      border: none;
      font-family: "aaux-next", sans-serif;
      font-size: 2em;
      font-weight: normal;
      outline: none; }
      .search__input input::-moz-placeholder {
        color: #d2d2d2;
        opacity: 1; }
      .search__input input:-ms-input-placeholder {
        color: #d2d2d2; }
      .search__input input::-webkit-input-placeholder {
        color: #d2d2d2; }
  .search__submit {
    height: 120px;
    width: 120px;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 2px solid #f2f2f2; }
    .search__submit a, .search__submit button {
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      display: block;
      position: relative;
      top: 50%;
      text-align: center;
      color: #2b9df5;
      font-size: 1.35em;
      font-family: "aaux-next", sans-serif;
      border: none;
      background: none;
      width: 100%; } }

@media screen and (min-width: 1075px) {
  .search {
    height: 160px; }
  .search__input {
    height: 160px; }
    .search__input input {
      font-size: 4em; }
  .search__submit {
    width: 160px;
    height: 160px; }
    .search__submit a, .search__submit button {
      font-size: 1.5em; } }

@media screen and (max-width: 480px) {
  .search {
    height: 100px; }
  .search__input {
    height: 100px; }
    .search__input input {
      font-size: 1.5em; }
  .search__submit {
    height: 100px;
    width: 100px; }
    .search__submit a, .search__submit button {
      font-size: 1.25em; } }

@media screen {
  .carousel {
    position: relative;
    text-align: center;
    background: #9827fd;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 22px; }
  .carousel__item {
    display: inline-block;
    margin: 0; }
    .carousel__item .featured-article-alpha__header-img {
      display: inline; } }

@media screen and (min-width: 768px) {
  .carousel__item {
    margin: 0 15px; } }

@media screen {
  .carousel__pagination-wrapper {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0; }
  .carousel__pagination {
    display: inline-block;
    margin: 0 auto;
    list-style-type: none;
    padding: 0; }
  .carousel__pagination-item {
    display: inline-block; }
    .carousel__pagination-item a {
      color: white;
      font-family: "untitled-font-1"; }
      .carousel__pagination-item a:before {
        content: "x"; }
  .carousel__pagination-item--active a:before {
    content: "w"; } }

@media screen and (min-width: 768px) {
  .carousel__pagination-wrapper {
    bottom: 48px; } }

@media screen and (min-width: 1030px) {
  .carousel__pagination-wrapper {
    bottom: 16px; }
  .carousel__item {
    margin: 0 50px; } }

@media screen {
  .modal {
    font-family: "aaux-next", sans-serif;
    margin: 0;
    width: 100%; } }
  @media screen and (min-width: 768px) {
    .modal {
      margin: 30px auto;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; } }

@media screen {
  .modal__overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(50, 158, 246, 0.98);
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto; }
  .modal__close {
    position: absolute;
    top: 15px;
    right: 15px; }
  .modal__content {
    padding: 2.5%;
    position: relative;
    background: #fff;
    margin: 15px auto; } }
  @media screen and (min-width: 768px) {
    .modal__content {
      width: 500px;
      border-radius: 6px;
      box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.3); } }

@media screen {
  .modal__title {
    font-size: 2em;
    font-weight: bold;
    color: #35383d;
    text-align: center;
    margin-bottom: 20px; }
  .modal__intro {
    margin-bottom: 20px; } }

@media screen and (min-width: 768px) {
  .modal {
    margin: 15px auto; } }

@media screen {
  .collateral h1 {
    font-family: "aaux-next", sans-serif;
    font-size: 2.25em;
    line-height: 1.5em; }
  .collateral h2 {
    line-height: 1.5em;
    font-weight: normal; }
  .collateral h3 {
    color: #9aa4ae;
    font-size: 1.75em;
    line-height: 1em;
    font-weight: normal; }
  .collateral h4 {
    font-style: normal;
    font-size: 1em; }
  .collateral section {
    margin: 50px 0; }
  .collateral table th, .collateral table td {
    border: 1px solid silver;
    padding: 25px;
    font-family: "aaux-next", sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    color: #444e58; }
  .collateral table td:first-child {
    font-weight: bold; }
  .collateral #toc {
    padding: 0 40px 40px;
    border: 1px solid silver; }
    .collateral #toc h2 {
      font-size: 1.75em;
      text-align: center; }
    .collateral #toc a {
      display: block;
      color: #9aa4ae;
      font-family: "aaux-next", sans-serif;
      font-size: 1.375em; }
      .collateral #toc a strong {
        display: block;
        float: left;
        color: #202020;
        font-family: "aaux-next", sans-serif;
        font-size: 1em;
        font-weight: normal; }
      .collateral #toc a span {
        display: block;
        margin-left: 40px; }
  .collateral ul {
    padding-left: 30px; }
  .collateral ol {
    padding-left: 0; }
    .collateral ol li {
      display: table-row;
      counter-increment: table-ol; }
      .collateral ol li:before {
        content: counter(table-ol) ".";
        display: table-cell;
        padding-right: 0.4em;
        text-align: right; }
  .collateral .rich-text h3 {
    font-size: 1.275em; }
  .collateral .esrb__links {
    margin: 0;
    padding: 0;
    margin: 0.67em 0; }
  .collateral .esrb__links-item {
    margin: 0;
    padding: 0; }
  .collateral .back-to-top {
    margin-bottom: 30px; }
    .collateral .back-to-top a {
      text-decoration: underline;
      color: #98a3ae; }
      .collateral .back-to-top a:hover {
        color: #2b9df5; }
  #page-404 {
    margin-top: 130px; }
    #page-404 h1 {
      font-size: 4em; }
    #page-404 h2 {
      font-size: 2.25em; }
    #page-404 #buttons {
      padding: 70px 0;
      font-family: "aaux-next", sans-serif;
      font-size: 1em; }
      #page-404 #buttons a {
        font-family: "aaux-next", sans-serif;
        font-size: 1em; }
  body {
    font-family: "minion-pro", serif; }
  h1, h2, h3, h4, h5, h6 {
    font-family: "aaux-next", sans-serif;
    font-size: 1em; }
  .section-hero {
    padding: 20px 20px 30px 20px;
    text-align: center;
    background-color: white; }
    .section-hero [class*="icon"] {
      color: #ef3d00;
      display: block;
      font-size: 80px;
      line-height: 1em; }
    .section-hero.section-hero--green [class*="icon"] {
      color: #28a55a; }
    .section-hero.section-hero--blue [class*="icon"] {
      color: #2b9df5; } }

@media screen and (min-width: 768px) {
  .section-hero {
    padding: 40px 0 60px 0; } }

@media screen and (min-width: 1075px) {
  .section-hero {
    padding: 40px 0 60px 0; } }

@media screen {
  .section-hero__title, .donate__title {
    display: block;
    color: #282828;
    font-size: 2em;
    font-family: "aaux-next", sans-serif;
    font-weight: bold;
    margin: 0; }
  .section-hero__content {
    max-width: 820px;
    margin: 0 auto;
    font-size: 1em; }
    .section-hero__content p {
      line-height: 1.5em; } }

@media screen and (min-width: 768px) {
  .section-hero__content {
    padding: 0 140px; } }

@media screen and (min-width: 1075px) {
  .section-hero__content {
    padding: 0; } }

@media screen {
  .blogpost-header__type {
    color: #323232;
    font-family: "aaux-next", sans-serif;
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase; }
  .blogpost-header__title {
    color: #323232;
    font-family: "aaux-next", sans-serif;
    font-size: 1.8em;
    line-height: 1.125em;
    font-weight: bold;
    text-transform: capitalize; } }

@media screen and (min-width: 768px) {
  .blogpost-header__title {
    font-size: 2.625em;
    line-height: 1.2em;
    margin: 0.2em 0; } }

@media screen {
  .blogpost-header__meta {
    color: #323232;
    font-family: "aaux-next", sans-serif;
    font-size: 1.125em;
    font-weight: normal;
    margin-top: 5px; }
  .blogpost-header__meta--secondary {
    color: #323232;
    font-family: "aaux-next", sans-serif;
    font-size: 1.125em;
    font-weight: normal;
    margin-top: 5px;
    font-style: italic; }
  .tool-header__type {
    color: #323232;
    font-family: "aaux-next", sans-serif;
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase; }
  .tool-header__title {
    color: #323232;
    font-family: "aaux-next", sans-serif;
    font-size: 2.625em;
    font-weight: bold;
    text-transform: capitalize; }
  .tool-header__meta {
    color: #323232;
    font-family: "aaux-next", sans-serif;
    font-size: 1.125em;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 5px; }
  .tool__btn-container {
    margin-top: 25px;
    padding: 25px 0px;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6; }
  .tool__btn-container-secondary {
    margin-top: 50px; }
  .policy-header__type {
    color: #323232;
    font-family: "aaux-next", sans-serif;
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase; }
  .policy-header__title {
    color: #323232;
    font-family: "aaux-next", sans-serif;
    font-size: 2.625em;
    font-weight: bold;
    text-transform: capitalize; }
  .policy-header__meta {
    color: #323232;
    font-family: "aaux-next", sans-serif;
    font-size: 1.125em;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 15px; }
  .policy__btn-container {
    margin-top: 25px;
    padding: 25px 0px;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6; }
  .policy__btn-container-secondary {
    margin-top: 50px; }
  .resource-header [class*="icon"] {
    float: left;
    font-size: 50px;
    display: block;
    color: #ef3d00;
    margin-right: 15px; }
  .resource-header.resource-header__green [class*="icon"] {
    color: #28a55a; }
  .resource-header__type {
    color: #323232;
    font-family: "aaux-next", sans-serif;
    font-size: 1em;
    line-height: 1em;
    font-weight: normal;
    text-transform: uppercase; }
  .resource-header__title {
    color: #323232;
    font-family: "aaux-next", sans-serif;
    font-size: 2.625em;
    line-height: 1em;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 0.1em; }
  /************************************************************
* Homepage Hero
************************************************************/
  .homepage-hero {
    min-height: 300px;
    position: relative;
    background-size: cover; } }

@media screen and (min-width: 768px) {
  .homepage-hero {
    min-height: 500px; } }

@media screen and (min-width: 1075px) {
  .homepage-hero {
    min-height: 700px; } }

@media screen {
  .homepage-hero__wrapper {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.75);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: white;
    z-index: 700; }
  .homepage-hero__gradient {
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .homepage-hero__title {
    max-width: 650px;
    margin: 0 auto;
    color: white;
    font-size: 1.5em;
    line-height: 1.5em;
    font-family: "aaux-next", sans-serif;
    font-weight: bold;
    position: relative;
    z-index: 100; }
  .homepage-hero__content {
    max-width: 650px;
    margin: 0 auto;
    color: white;
    font-size: 1.375em;
    line-height: 1em;
    font-family: "minion-pro", serif; }
    .homepage-hero__content p {
      font-size: 1em;
      line-height: 1.5em; } }

@media screen and (min-width: 1075px) {
  .homepage-hero__title {
    max-width: 600px;
    font-size: 3.5em;
    line-height: 1em; }
  .homepage-hero__content {
    max-width: 600px;
    color: white;
    font-size: 1.375em;
    line-height: 1em;
    font-family: "minion-pro", serif; } }

@media screen {
  /************************************************************
* Center Hero
************************************************************/
  .center-hero {
    color: white;
    min-height: 600px;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: 0% 100%;
    background-repeat: no-repeat; }
    .center-hero.center-hero--contain {
      background-size: contain; }
    .center-hero.center-hero--grey .center-hero__title {
      color: #acacac; }
    .center-hero.center-hero--grey .center-hero__content {
      color: #202020; }
  .center-hero__overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .center-hero__title {
    font-size: 1.5em;
    line-height: 1em;
    font-family: "aaux-next", sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 10px; } }

@media screen and (min-width: 768px) {
  .center-hero__title {
    font-size: 2.25em;
    line-height: 1em; } }

@media screen {
  .center-hero__content {
    font-size: 1.375em;
    line-height: 1.5em; }
    .center-hero__content p {
      font-size: 1em;
      line-height: 1.5em; }
    .center-hero__content.center-hero__content--donate-text {
      text-align: center; }
    .center-hero__content.center-hero__content--left {
      text-align: left; } }

@media screen and (min-width: 768px) {
  .center-hero__content {
    font-size: 1.375em;
    line-height: 1.5em;
    font-family: "minion-pro", serif; } }

@media screen {
  .center-hero__wrapper {
    position: relative;
    z-index: 700;
    padding: 20px; }
  .center-hero__cta {
    padding-top: 20px; } }

@media screen and (min-width: 768px) {
  .center-hero__wrapper {
    padding: 90px 75px; } }

@media screen and (min-width: 1075px) {
  .center-hero__wrapper {
    padding: 90px 150px; } }

@media screen and (min-width: 1400px) {
  .center-hero__wrapper {
    padding: 130px 300px; } }

@media screen {
  .section-highlight-header [class*="icon"] {
    float: left;
    font-size: 45px;
    display: block;
    color: #ef3d00;
    margin-right: 8px; }
  .section-highlight-header:after {
    content: "";
    display: block;
    clear: both; }
  .section-highlight-header.section-highlight-header__green [class*="icon"] {
    color: #28a55a; }
  .section-highlight-header.section-highlight-header__red [class*="icon"] {
    color: #ef3d00; }
  .section-highlight-header__type {
    color: #323232;
    font-family: "aaux-next", sans-serif;
    font-size: 1em;
    line-height: 1em;
    font-weight: normal;
    text-transform: uppercase; }
  .section-highlight-header__title {
    color: #ADB1B4;
    font-family: "aaux-next", sans-serif;
    font-size: 1.5em;
    line-height: 1em;
    padding-top: 14px;
    font-weight: 300;
    text-transform: capitalize; } }

@media screen and (min-width: 768px) {
  .section-highlight-header--nudged {
    margin-left: 30px; } }

@media screen {
  .whitebox-hero {
    min-height: 420px;
    padding: 20px;
    text-align: center;
    background-color: white; }
    .whitebox-hero [class*="icon"] {
      color: #ef3d00;
      display: block;
      font-size: 12.5em;
      height: 1em; }
    .whitebox-hero.whitebox-hero--green [class*="icon"] {
      color: #28a55a; }
    .whitebox-hero.whitebox-hero--blue [class*="icon"] {
      color: #2b9df5; } }

@media screen and (min-width: 768px) {
  .whitebox-hero {
    padding: 140px 0; } }

@media screen {
  .whitebox-hero__wrapper {
    background-color: white;
    padding: 30px;
    max-width: 570px;
    margin: 0 auto; }
  .whitebox-hero__title {
    margin: 0.5em 0;
    font-family: "aaux-next", sans-serif;
    font-size: 2em;
    color: #acacac;
    font-weight: 300;
    text-align: center; } }

@media screen and (min-width: 768px) {
  .whitebox-hero__title {
    margin: 0.75em 0; } }

@media screen {
  .whitebox-hero__content {
    max-width: 820px;
    margin: 0 auto;
    font-size: 1.35em; }
    .whitebox-hero__content p {
      font-size: 1em;
      line-height: 2em;
      text-align: left; }
  .donate-hero {
    min-height: 420px;
    padding: 140px 0;
    text-align: center;
    background-color: white; }
  .donate-hero__wrapper {
    padding: 30px;
    max-width: 570px;
    margin: 0 auto; }
  .donate-hero__title {
    font-family: "aaux-next", sans-serif;
    font-size: 2em;
    color: white;
    font-weight: 300;
    text-align: center; }
  .donate-hero__content {
    max-width: 820px;
    margin: 0 auto;
    font-size: 1.35em; }
    .donate-hero__content p {
      line-height: 1.5em;
      color: white; }
  .donate-hero__step {
    background-color: whitesmoke;
    color: #202428;
    width: 170px;
    display: block;
    float: left;
    font-family: "aaux-next", sans-serif;
    padding: 10px 20px; }
    .donate-hero__step:first-child {
      border-top-right-radius: 8px 0 0 0;
      border-top-left-radius: 8px 0 0 0;
      border-bottom-right-radius: 8px 0 0 0;
      border-top-right-radius: 8px 0 0 0;
      border-bottom-right-radius: 8px 0 0 0;
      border-bottom-left-radius: 8px 0 0 0;
      border-bottom-left-radius: 8px 0 0 0;
      border-top-left-radius: 8px 0 0 0; }
    .donate-hero__step:last-child {
      border-top-right-radius: 0 8px 0 0;
      border-top-left-radius: 0 8px 0 0;
      border-bottom-right-radius: 0 8px 0 0;
      border-top-right-radius: 0 8px 0 0;
      border-bottom-right-radius: 0 8px 0 0;
      border-bottom-left-radius: 0 8px 0 0;
      border-bottom-left-radius: 0 8px 0 0;
      border-top-left-radius: 0 8px 0 0; }
    .donate-hero__step span {
      display: block; }
    .donate-hero__step span:first-child {
      text-transform: uppercase; }
  .donate-hero__box {
    max-width: 510px;
    margin: 0 auto;
    text-align: left; }
  .donate-hero__box-title {
    font-family: "aaux-next", sans-serif;
    font-size: 2em;
    color: #000;
    font-weight: 300;
    padding: 20px 20px 0 20px;
    clear: both;
    background: white; }
  .donate-hero__box-subtitle {
    font-family: "aaux-next", sans-serif;
    font-size: 1.6em;
    color: #acacac;
    font-weight: 300;
    padding: 0 20px;
    background: white; }
  .donate-hero__amount-btns {
    background: white; }
    .donate-hero__amount-btns:after {
      content: "";
      display: block;
      clear: both; }
    .donate-hero__amount-btns .btn {
      width: 130px;
      margin: 0 13px 13px 13px;
      display: block;
      float: left; }
  .donate-hero__input-amount {
    background: white; }
    .donate-hero__input-amount input {
      border-top-right-radius: 4px;
      border-top-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px;
      border: 1px solid #dedede;
      padding: 10px;
      font-family: "aaux-next", sans-serif;
      width: 92%;
      margin: 20px; }
      .donate-hero__input-amount input::-moz-placeholder {
        color: #dedede;
        opacity: 1; }
      .donate-hero__input-amount input:-ms-input-placeholder {
        color: #dedede; }
      .donate-hero__input-amount input::-webkit-input-placeholder {
        color: #dedede; }
  .donate-hero__step-contents {
    display: none; }
  .donate-hero__step-contents--active {
    display: block; }
  .event-hero {
    min-height: 410px;
    position: relative;
    color: white;
    background-size: cover;
    background-repeat: no-repeat; }
    .event-hero.event-hero--no-img {
      background-color: #999;
      min-height: 310px; }
      .event-hero.event-hero--no-img .event-hero__overlay {
        display: none; }
  .event-hero__wrapper {
    position: absolute;
    bottom: 20px;
    z-index: 100;
    left: 10px;
    right: 10px;
    width: 100%; } }

@media screen and (min-width: 768px) {
  .event-hero {
    min-height: 500px; }
  .event-hero__wrapper {
    left: auto;
    right: auto; } }

@media screen {
  .event-hero__date {
    font-family: "aaux-next", sans-serif;
    font-size: 0.875em;
    font-weight: normal;
    text-transform: uppercase; }
  .event-hero__title {
    font-family: "aaux-next", sans-serif;
    font-size: 2.25em;
    font-weight: 600;
    padding-right: 50px;
    line-height: 1em; } }

@media screen and (min-width: 768px) {
  .event-hero__title {
    line-height: 1.5em; } }

@media screen {
  .event-hero__subtitle {
    font-family: "aaux-next", sans-serif;
    font-size: 1.5em;
    font-weight: normal; }
  .event-share {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 20px;
    padding-top: 20px;
    text-align: center; } }

@media screen and (min-width: 1075px) {
  .event-share {
    border: none;
    text-align: left; } }

@media screen {
  .event-share__heading {
    color: rgba(255, 255, 255, 0.5);
    font-family: "aaux-next", sans-serif;
    font-size: 0.875em;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .event-hero__overlay {
    background-image: -webkit-linear-gradient(top, transparent 0%, black 100%);
    background-image: -o-linear-gradient(top, transparent 0%, black 100%);
    background-image: linear-gradient(to bottom, transparent 0%, black 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=0);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0; }
  .pr-hero {
    min-height: 360px;
    position: relative;
    color: white;
    background-size: cover;
    margin-bottom: 20px; } }

@media screen and (min-width: 768px) {
  .pr-hero {
    min-height: 600px; } }

@media screen {
  .pr-hero__wrapper {
    position: absolute;
    z-index: 100;
    max-width: 680px;
    margin: 0 20px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 20px; } }

@media screen and (min-width: 768px) {
  .pr-hero__wrapper {
    margin: 0 auto;
    padding-top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 20px;
    right: 20px; } }

@media screen {
  .pr-hero__type {
    font-family: "aaux-next", sans-serif;
    font-size: 0.875em;
    font-weight: normal;
    text-transform: uppercase; }
  .pr-hero__title {
    font-family: "aaux-next", sans-serif;
    font-size: 1.5em;
    line-height: 1.25;
    font-weight: 600; } }

@media screen and (min-width: 768px) {
  .pr-hero__title {
    font-size: 2.25em;
    font-weight: 600; } }

@media screen {
  .pr-hero__subtitle {
    font-family: "aaux-next", sans-serif;
    font-size: 1.125em;
    font-weight: normal; }
    .pr-hero__subtitle a {
      color: #75828b; }
  .pr-hero__overlay {
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  /************************************************************
  * JavaScript Classes
  ************************************************************/
  .js-visible {
    display: block; }
  .js-hidden {
    display: none; }
  .js-mobile-visible {
    display: block; }
  .js-mobile-hidden {
    display: none; }
  .js-tablet-visible {
    display: block; }
  .js-tablet-hidden {
    display: none; } }

@media screen and (min-width: 768px) {
  .js-mobile-visible {
    display: none; }
  .js-mobile-hidden {
    display: block; }
  .js-tablet-visible {
    display: block; }
  .js-tablet-hidden {
    display: none; } }

@media screen and (min-width: 1075px) {
  .js-mobile-visible {
    display: block; }
  .js-mobile-hidden {
    display: block; }
  .js-tablet-visible {
    display: block; }
  .js-tablet-hidden {
    display: block; } }

@media screen {
  .mobile-only {
    display: block; }
  .tablet-only {
    display: block; } }

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none; } }

@media screen and (min-width: 1075px) {
  .tablet-only {
    display: none; } }

@media screen {
  .stacked-padded {
    padding-bottom: 90px; } }

@media screen and (min-width: 1075px) {
  .stacked-padded {
    padding-bottom: 0; } }

@media screen {
  /************************************************************
  * Others
  ************************************************************/
  .full-cover-bleed, #about-bg-1, #pr-bg-hero, #events-bg-hero, #fosi-grid .featured-article-alpha {
    background-size: cover;
    background-repeat: no-repeat; }
  #about-bg-1 {
    background-image: url("/images/about-bg-1.png"); }
  #pr-bg-hero {
    background-image: url("/images/pr-bg-hero.jpg"); }
  #events-bg-hero {
    background-image: url("/images/events-bg-hero.jpg"); }
  #fosi-grid {
    position: relative;
    z-index: 700;
    padding-bottom: 0; }
    #fosi-grid .featured-article-alpha__wrapper {
      max-width: 740px; }
    #fosi-grid .featured-article-alpha {
      background-image: url("/images/GRID-bg-hero.jpg"); }
    #fosi-grid .featured-article-alpha__excerpt p {
      font-size: 1.15em; }
    #fosi-grid .featured-article-alpha__excerpt a {
      text-decoration: underline; }
  #gdp-sponsor-grid {
    padding-bottom: 30px;
    position: relative;
    z-index: 700;
    background-color: white; } }

@media screen and (min-width: 768px) {
  #gdp-sponsor-grid {
    padding-bottom: 0; } }

@media screen {
  .cookie-banner {
    width: 100%;
    background: white;
    display: none;
    background: #2b9df5; }
    .cookie-banner .container {
      background-color: transparent !important;
      position: relative;
      height: 100px; }
      .cookie-banner .container .util-vcenter {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%); }
      .cookie-banner .container .cookie-message {
        width: 100%;
        margin-left: -15px; }
      .cookie-banner .container .close-icon {
        right: 20px; }
      .cookie-banner .container .icon-close-x {
        color: #fff; }
    .cookie-banner p {
      margin: 0 40px;
      font-size: 1em;
      line-height: 1.2em;
      font-weight: normal;
      font-family: "aaux-next", sans-serif;
      color: #fff; }
      .cookie-banner p a, .cookie-banner p a:hover {
        color: #fff;
        text-decoration: underline; } }

@media screen and (min-width: 768px) {
  .cookie-banner .container {
    height: 60px; }
    .cookie-banner .container .close-icon {
      right: 0; }
  .cookie-banner p {
    margin: 0 auto 0 auto;
    text-align: center; } }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@media print {
  body {
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background: none;
    color: black; }
  .js-hidden {
    display: block !important; }
  .cookie-banner,
  .js-share-print,
  .next-prev-tablet,
  .next-prev-post,
  .related-content,
  #disqus_thread,
  #wagtail-userbar,
  .share-print,
  .modal,
  .navigation--fixed,
  .navigation__menu,
  .navigation__search,
  .newsletter,
  .footer,
  .article-content__vertical-button-container,
  .search.js-hidden,
  .nav-mailing,
  .navigation__links {
    display: none !important; }
  .navigation__branding {
    font-size: 1rem; }
  img {
    display: none; }
  i {
    display: none !important; }
  a:link:after, a:visited:after {
    content: ""; }
  @page {
    margin: 2cm 2cm; } }

#wagtail-userbar {
  opacity: 1 !important; }

@media screen and (min-width: 768px) {
  .col-extra-pad {
    padding-left: 30px;
    padding-right: 30px; } }

@media screen and (min-width: 1075px) {
  .col-extra-pad {
    padding-left: 45px;
    padding-right: 45px; } }

@font-face {
  font-family: "untitled-font-1";
  src: url("/fonts/untitled-font-1.eot");
  src: url("/fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"), url("/fonts/untitled-font-1.woff") format("woff"), url("/fonts/untitled-font-1.ttf") format("truetype"), url("/fonts/untitled-font-1.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "untitled-font-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-magnifying-glass:before {
  content: "a"; }

.icon-wrench:before {
  content: "b"; }

.icon-icon-family-2:before {
  content: "g"; }

.icon-fill-1-fill-3:before {
  content: "h"; }

.icon-resource-privacy:before {
  content: "k"; }

.icon-imported-layers-4:before {
  content: "l"; }

.icon-magnifying-2:before {
  content: "m"; }

.icon-print-icon-2:before {
  content: "n"; }

.icon-search:before {
  content: "o"; }

.icon-writing-2:before {
  content: "p"; }

.icon-arrow-circle-right:before {
  content: "q"; }

.icon-icon-calendar-2:before {
  content: "i"; }

.icon-close-x:before {
  content: "r"; }

.icon-partners:before {
  content: "s"; }

.icon-share:before {
  content: "t"; }

.icon-tab-arrow:before {
  content: "u"; }

.icon-arrow:before {
  content: "v"; }

.icon-circle:before {
  content: "w"; }

.icon-circle-line:before {
  content: "x"; }

.icon-clock:before {
  content: "y"; }

.icon-mail:before {
  content: "z"; }

.icon-tab-right-arrow:before {
  content: "A"; }

.icon-external-link:before {
  content: "B"; }

.icon-play-triangle:before {
  content: "C"; }

.icon-search-find:before {
  content: "D"; }

.icon-hamburger-menu:before {
  content: "E"; }

.icon-link:before {
  content: "F"; }

.icon-social-pinterest:before {
  content: "G"; }

.icon-about-building-3:before {
  content: "H"; }

.icon-about-building-2:before {
  content: "I"; }

.icon-about-building-1:before {
  content: "J"; }

.icon-fosi-members:before {
  content: "K"; }

.icon-resource-citizenship:before {
  content: "j"; }

.icon-resource-mobile:before {
  content: "L"; }

.icon-resource-social-media:before {
  content: "M"; }

.icon-resource-safety:before {
  content: "N"; }

.icon-social-linkedin:before {
  content: "O"; }

.icon-social-facebook:before {
  content: "P"; }

.icon-social-youtube:before {
  content: "Q"; }

.icon-social-twitter:before {
  content: "c"; }
