@charset "UTF-8";
/*

    Variables

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

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/*
    
    Base Styles

    Apply some base styles after the reset.

*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html, button, input, select, textarea {
  color: #666666;
  font-family: "freight-sans-pro", "Open Sans", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 18px;
  line-height: 1.5;
  background: #f6f6f6; }

::-moz-selection {
  background: #c1edfe;
  text-shadow: none; }

::selection {
  background: #c1edfe;
  text-shadow: none; }

a {
  color: #f26522;
  text-decoration: none;
  transition: all 0.1s linear;
  border-bottom: 1px solid transparent; }
  a:hover {
    color: #f26522;
    border-color: #f8a882; }
  a:active {
    color: #f26522;
    outline: 0; }
  a.plain {
    color: inherit; }
    a.plain:hover {
      color: #f26522;
      border-color: #f8a882; }
  a.more {
    color: #f26522;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px; }
    a.more:hover {
      border-color: #f8a882; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d3d3d3;
  margin: 2em 0;
  padding: 0; }

img {
  vertical-align: middle;
  max-width: 100%; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  nav ul li {
    margin: 0;
    padding: 0;
    text-indent: 0; }

.hide, .hidden {
  display: none; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*

	Typography

*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #01416f;
  margin: 0 0 0.5em;
  padding: 0;
  line-height: 1.2; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    border: 0; }
  h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
    margin-bottom: 0; }
  h1.byline, h2.byline, h3.byline, h4.byline, h5.byline, h6.byline {
    margin-top: 4px;
    font-size: 85%;
    margin-bottom: 1em; }

h1 {
  font-family: "adobe-garamond-pro", "EB Garamond", Garamond, serif;
  font-size: 23px;
  font-weight: normal;
  color: #f26522; }

h2, h4 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold; }
  h2 a:hover, h4 a:hover {
    color: #008bc0; }

h4 {
  margin-bottom: 5px; }

h3 {
  font-family: "adobe-garamond-pro", "EB Garamond", Garamond, serif;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 0.63636em;
  color: #666666; }
  h3 a:hover {
    color: #f26522; }

h5, h6 {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 0; }
  h5 a:hover, h6 a:hover {
    color: #f26522; }

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

h2 + ul, h2 + ol {
  margin-top: 0.77777em; }

ul + h2, ol + h2 {
  margin-top: 2em; }

mark, .mark {
  background-color: #c1edfe; }

.font-default {
  font-family: "freight-sans-pro", "Open Sans", Helvetica, sans-serif; }

.font-headline {
  font-family: "adobe-garamond-pro", "EB Garamond", Garamond, serif; }

.font-display {
  font-family: "freight-sans-pro", "Open Sans", Helvetica, sans-serif; }

.font-plain {
  font-family: Helvetica, Arial, sans-serif; }

blockquote {
  font-size: 28px;
  font-style: italic;
  font-weight: normal;
  line-height: 1.2;
  font-family: "adobe-garamond-pro", "EB Garamond", Garamond, serif;
  border-left: 5px solid #d3d3d3; }
  blockquote p {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 0.5em 0;
    padding: 0 0 0 22px; }
  blockquote footer,
  blockquote cite,
  blockquote p.cite {
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    text-indent: none;
    padding: 0 0 0 27px;
    color: #999999; }
    blockquote footer:before,
    blockquote cite:before,
    blockquote p.cite:before {
      content: '\2014 \00A0'; }

ul, ol {
  padding-left: 1.8333333em; }

li {
  margin: 0 0 0.61111em;
  line-height: 1.3;
  text-indent: -1.8333333em;
  list-style-position: inside; }
  li ul, li ol {
    margin-top: 0.61111em; }

.list-unstyled,
.list-links,
.list-steps {
  list-style: none; }
  .list-unstyled a,
  .list-links a, .list-steps a {
    color: #666666;
    text-decoration: none;
    border-bottom: 1px solid transparent; }
    .list-unstyled a:hover,
    .list-links a:hover, .list-steps a:hover {
      border-color: #d3d3d3; }

.list-compact li {
  margin-bottom: 0; }

.list-links, .list-steps {
  font-size: 22px; }
  .list-links:first-child, .list-steps:first-child {
    margin-top: 0; }

.list-steps li {
  counter-increment: step-count; }

.list-steps li:before {
  content: counter(step-count) ".";
  font-weight: bold;
  color: #01416f;
  margin-right: 10px; }

figure, .figure {
  margin: 0;
  padding: 0; }
  figure img, .figure img {
    display: block; }
  figure figcaption, figure .caption, .figure figcaption, .figure .caption {
    margin: 0;
    padding: 25px 10%;
    text-align: center;
    background-color: #f1f1f1;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.0222222em; }
    figure figcaption p:last-child, figure .caption p:last-child, .figure figcaption p:last-child, .figure .caption p:last-child {
      margin: 0; }

.box-content > hr,
.article > hr {
  margin: 1.5em -30px; }

.article .archive-columns + hr {
  margin-top: 4px; }

.edit-entry {
  font-size: 14px; }

/*

	Layout

*/
.site-wrapper {
  min-width: 1000px; }

.container, .sg-header, .pagination {
  width: 960px;
  margin: 0 auto;
  position: relative; }
  .container::after, .sg-header::after, .pagination::after {
    clear: both;
    content: "";
    display: table; }

.row::after {
  clear: both;
  content: "";
  display: table; }

.content {
  display: block;
  float: left;
  width: 66.66667%;
  padding: 25px 30px; }

.sidebar {
  display: block;
  float: left;
  width: 33.33333%;
  padding: 25px 30px; }

.three-columns::after {
  clear: both;
  content: "";
  display: table; }

.three-columns .col {
  display: block;
  float: left;
  width: 33.33333%;
  padding: 25px 30px; }

.two-columns::after {
  clear: both;
  content: "";
  display: table; }

.two-columns .col {
  display: block;
  float: left;
  width: 50%;
  padding: 25px 30px; }

.archive-columns::after {
  clear: both;
  content: "";
  display: table; }

.archive-columns .col {
  display: block;
  float: left;
  width: 14.28571%;
  padding: 25px 30px; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

/*

	Site Header

*/
.site-alert {
  background-color: #FFF;
  margin: 0 auto; }
  .site-alert .container, .site-alert .sg-header, .site-alert .pagination {
    padding: 40px 0; }
    .site-alert .container p, .site-alert .sg-header p, .site-alert .pagination p {
      color: #f26522; }
    .site-alert .container a, .site-alert .sg-header a, .site-alert .pagination a {
      border-bottom: dotted 1px #f26522; }

.site-header {
  background: #fff;
  box-shadow: 0 0 150px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10; }
  .site-header::after {
    clear: both;
    content: "";
    display: table; }

.nav-global {
  height: 40px;
  width: 100%;
  background: #01416f;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d9d9d9; }
  .nav-global ul {
    text-align: right; }
  .nav-global li {
    display: inline-block;
    height: 39px;
    margin-left: 8px;
    line-height: 38px; }
    .nav-global li.donate {
      background: #f26522; }
      .nav-global li.donate a {
        padding: 0 13px;
        color: #fff; }
    .nav-global li:last-child a {
      padding-right: 0; }
  .nav-global a {
    display: block;
    padding: 0 10px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    border: 0; }
    .nav-global a:hover {
      color: #7fd6f7; }
  .nav-global .social a {
    margin-left: 5px;
    padding: 0;
    margin-top: -1px; }

.site-logo {
  float: left;
  width: 221px;
  height: 124px;
  margin: 25px 0 29px 10px; }
  .site-logo a {
    border: 0; }

.site-search {
  float: right;
  width: 230px;
  margin: 29px 0 0;
  padding: 0 30px 0;
  position: relative; }
  .site-search input[type="text"] {
    display: block;
    height: 30px;
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em; }
    .site-search input[type="text"]:-ms-input-placeholder {
      color: #999;
      text-transform: uppercase; }
    .site-search input[type="text"]::placeholder {
      color: #999;
      text-transform: uppercase; }
  .site-search button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 0;
    border: 1px solid #d3d3d3;
    border-left: none;
    background-color: #e6e6e6; }
    .site-search button[type="submit"]:hover {
      background-color: #f1f1f1; }
    .site-search button[type="submit"]:after {
      content: none; }

.nav-main {
  clear: both;
  background: #7fd6f7;
  margin: 0 1px; }
  .nav-main > ul {
    height: 90px;
    padding: 15px 0;
    position: relative; }
    .nav-main > ul::after {
      clear: both;
      content: "";
      display: table; }
    .nav-main > ul > li {
      float: left;
      width: 160px;
      height: 60px;
      border-right: 1px solid #63aedc;
      border-left: 1px solid #9fe1f9;
      text-align: center;
      font-size: 15px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .nav-main > ul > li:first-child {
        border-left: none;
        width: 158px; }
      .nav-main > ul > li:last-child {
        border-right: none; }
      .nav-main > ul > li > a {
        display: block;
        position: relative;
        padding-top: 39px;
        color: #fff;
        text-decoration: none;
        border: 0; }
      .nav-main > ul > li > a:before {
        position: absolute;
        display: block;
        content: " ";
        bottom: 28px;
        left: 50%;
        margin-left: -12px; }
      .nav-main > ul > li:hover {
        margin: -15px 0 0 -1px;
        padding: 15px 0 0 1px;
        height: 90px;
        width: 161px;
        background: #01416f;
        border-color: #01416f;
        transition: none; }
        .nav-main > ul > li:hover:first-child {
          margin-left: 0;
          padding-left: 0;
          width: 158px; }
        .nav-main > ul > li:hover .dropdown {
          display: block; }
  .nav-main .dropdown {
    display: none;
    position: absolute;
    width: 958px;
    top: 100%;
    left: 0;
    background: #01416f;
    z-index: 999;
    text-align: left;
    padding: 30px 40px 27px 40px; }
    .nav-main .dropdown h4 {
      font-size: 14px;
      color: #7fd6f7;
      margin: 0 0 0.75em; }
    .nav-main .dropdown .drop-menu {
      display: block;
      float: left;
      width: 33.33333%;
      border-right: 1px solid #34678c;
      padding: 6px 15px 0 0; }
      .nav-main .dropdown .drop-menu li {
        margin: 0 0 0.25em; }
      .nav-main .dropdown .drop-menu a {
        font-size: 14px;
        color: #fff;
        text-transform: none;
        font-weight: normal;
        letter-spacing: 0;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto; }
        .nav-main .dropdown .drop-menu a:hover {
          border-color: #80a0b7; }
    .nav-main .dropdown .drop-intro {
      display: block;
      float: left;
      width: 66.66667%;
      padding: 4px 45px 0 55px;
      font-family: "adobe-garamond-pro", "EB Garamond", Garamond, serif;
      text-transform: none;
      font-size: 19px;
      font-weight: normal;
      letter-spacing: 0;
      color: #fff;
      line-height: 25px; }

/*
	
	Default Page

*/
.site-wrapper {
  background: linear-gradient(#eee, #f6f6f6); }

.main {
  border-top: 1px solid #d3d3d3; }

.box {
  border: 1px solid #d3d3d3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  background: #fff; }

.box.top {
  border-top: 0;
  position: relative;
  top: -1px; }

.box-content {
  padding: 25px 30px; }
  .box-content::after {
    clear: both;
    content: "";
    display: table; }
  .box-content .two-columns,
  .box-content .three-columns,
  .box-content .archive-columns {
    margin: 0 -30px;
    padding: 0; }
    .box-content .two-columns .col,
    .box-content .three-columns .col,
    .box-content .archive-columns .col {
      padding-top: 0;
      padding-bottom: 0; }

.shade {
  background: #f1f1f1; }

.shade-alt {
  background: #e6e6e6; }

/*

	Pre-footer features

*/
.extra-action {
  background: #01416f; }
  .extra-action .container, .extra-action .sg-header, .extra-action .pagination {
    display: table;
    padding: 0 1px; }
  .extra-action .action-donate {
    display: table-cell;
    vertical-align: top;
    width: 66.66667%;
    padding: 30px;
    text-align: center;
    border-right: 1px solid #002856; }
    .extra-action .action-donate h4 {
      font-size: 43px;
      margin: 0 0 6px;
      color: #00aeef;
      font-family: "adobe-garamond-pro", "EB Garamond", Garamond, serif;
      font-weight: normal;
      text-transform: none;
      letter-spacing: 1px;
      transform: scale(1.1, 1); }
    .extra-action .action-donate p {
      margin: 0; }
  .extra-action .action-signup {
    display: table-cell;
    vertical-align: top;
    width: 33.33333%;
    padding: 30px;
    border-left: 1px solid #215981; }
    .extra-action .action-signup h4 {
      font-size: 22px;
      margin: 8px 0 16px;
      font-weight: normal;
      font-family: "adobe-garamond-pro", "EB Garamond", Garamond, serif;
      color: #fff;
      text-transform: none;
      letter-spacing: 0; }
    .extra-action .action-signup form {
      width: 100%;
      margin: 0;
      padding: 0 30px 0 0;
      position: relative; }
      .extra-action .action-signup form input.email {
        height: 30px;
        width: 100%;
        display: block;
        float: left;
        color: #666666;
        border-radius: 0; }
        .extra-action .action-signup form input.email:-ms-input-placeholder {
          color: #666666; }
        .extra-action .action-signup form input.email::placeholder {
          color: #666666; }
      .extra-action .action-signup form input.button {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        padding: 0;
        border-radius: 0;
        border: 1px solid #d3d3d3;
        border-left: 0;
        background-color: #e6e6e6;
        color: #999999; }
        .extra-action .action-signup form input.button:hover {
          background-color: #f1f1f1; }
        .extra-action .action-signup form input.button:after {
          content: none; }

.extra-feature {
  border: 1px solid #d3d3d3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff; }
  .extra-feature .extra-news {
    display: block;
    float: left;
    width: 66.66667%; }
    .extra-feature .extra-news .section-header {
      border-bottom: 1px solid #d3d3d3;
      border-right: 1px solid #d3d3d3; }
    .extra-feature .extra-news .section-snapshots {
      background-color: #00aef0;
      min-height: 500px; }
      .extra-feature .extra-news .section-snapshots .snapshot:nth-child(odd) {
        background-color: #0098ea; }
      .extra-feature .extra-news .section-snapshots .snapshot p {
        color: #fff; }
      .extra-feature .extra-news .section-snapshots .snapshot > a {
        border: 0; }
        .extra-feature .extra-news .section-snapshots .snapshot > a p {
          color: #fff; }
  .extra-feature .extra-feed {
    display: block;
    float: left;
    width: 33.33333%; }
    .extra-feature .extra-feed .section-header {
      border-bottom: 1px solid #d3d3d3; }
    .extra-feature .extra-feed .section-twitter {
      height: 500px;
      overflow: hidden; }
      .extra-feature .extra-feed .section-twitter .twitter-timeline-container {
        margin-top: -2px;
        margin-left: -2px;
        width: 322px;
        height: 503px; }

/*
	
	Site Footer

*/
.site-footer {
  overflow: hidden; }

.site-footer .container, .site-footer .sg-header, .site-footer .pagination {
  display: table;
  margin-bottom: 40px;
  background: #f5f5f5;
  border: 1px solid #d3d3d3;
  border-top: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .site-footer .container .col, .site-footer .sg-header .col, .site-footer .pagination .col {
    display: table-cell;
    vertical-align: top;
    width: 33.33333%;
    padding: 34px 30px; }
  .site-footer .container .col:nth-child(2), .site-footer .sg-header .col:nth-child(2), .site-footer .pagination .col:nth-child(2) {
    border-right: 1px solid #d3d3d3; }
  .site-footer .container .col:nth-child(3), .site-footer .sg-header .col:nth-child(3), .site-footer .pagination .col:nth-child(3) {
    padding-top: 32px;
    border-left: 1px solid #fff; }
  .site-footer .container a, .site-footer .sg-header a, .site-footer .pagination a {
    color: #666666; }
    .site-footer .container a:hover, .site-footer .sg-header a:hover, .site-footer .pagination a:hover {
      border-color: #d3d3d3; }
  .site-footer .container nav > ul > li, .site-footer .sg-header nav > ul > li, .site-footer .pagination nav > ul > li {
    margin-bottom: 1.5625em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5; }
  .site-footer .container nav li, .site-footer .sg-header nav li, .site-footer .pagination nav li {
    line-height: 1.4;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0; }
  .site-footer .container p, .site-footer .sg-header p, .site-footer .pagination p {
    line-height: 1.3;
    font-size: 14px;
    margin-bottom: 0.71429em;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0; }
  .site-footer .container p:last-child, .site-footer .sg-header p:last-child, .site-footer .pagination p:last-child {
    margin-bottom: 0; }
  .site-footer .container .credit a, .site-footer .sg-header .credit a, .site-footer .pagination .credit a {
    border-color: #d3d3d3; }
  .site-footer .container .vcard p, .site-footer .sg-header .vcard p, .site-footer .pagination .vcard p {
    font-size: 22px;
    line-height: 1.18182em;
    margin-bottom: 0.72727em; }

/*

	Style-guide-only styles

*/
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New",monospace; }

code {
  font-size: 80%; }

.sg-header {
  position: relative; }
  .sg-header h5 {
    height: 40px;
    overflow: hidden;
    margin-top: -40px;
    padding-top: 16px;
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .sg-header h5:before {
      display: inline-block;
      margin-right: 8px;
      position: relative;
      top: -1px;
      content: " ";
      height: 0;
      width: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #ccc; }
    .sg-header h5 a {
      font-weight: bold;
      display: inline-block;
      padding: 0 5px;
      text-decoration: none;
      color: #bbb; }

.sg-swatches::after {
  clear: both;
  content: "";
  display: table; }

.sg-swatch {
  float: left;
  border: 1px solid #d3d3d3;
  background: #fff;
  width: 150px;
  margin: 0 20px 20px 0;
  padding: 5px; }
  .sg-swatch .sg-color {
    display: block;
    width: 100%;
    height: 110px;
    padding: 4px;
    margin-bottom: 4px; }
  .sg-swatch .sg-label {
    padding: 4px;
    font-size: 15px;
    line-height: 1; }

.sg-no-margin {
  margin: 0; }

h1.sg-no-margin,
h2.sg-no-margin,
h3.sg-no-margin,
h4.sg-no-margin,
h5.sg-no-margin {
  margin-bottom: 10px; }

.sg-quiet {
  color: #b7b7b7; }

/***
 * BxSlider v4.2.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 ***/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  top: 0;
  right: 27px;
  bottom: 0;
  width: auto;
  height: 40px;
  text-align: right;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  padding-top: 3px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 3px;
  outline: 0;
  border-radius: 4px;
  border: 0;
  text-decoration: none; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #f26522; }

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }

.pswp * {
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  transition: opacity 0.15s; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1; }

.pswp__button:active {
  outline: none;
  opacity: 0.9; }

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/pswp_default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/pswp_default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

.pswp__caption small {
  font-size: 11px;
  color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../img/pswp_preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.icon-arrow-circle-right, button[type="submit"]:after,
button[type="button"]:after,
input[type="button"]:after,
input[type="submit"]:after,
.button:after, .icon-arrow-thin-down, a.collapse-toggle:before, .icon-facebook, .icon-facebook-blue, .icon-facebook-white, .icon-instagram-blue, .icon-instagram-white, .icon-nav-bars, .nav-main > ul li#nav-lung-cancer a:before, .icon-nav-bars-white, .nav-main > ul li#nav-lung-cancer.current a:before,
.nav-main > ul li#nav-lung-cancer:hover a:before, .icon-nav-calendar, .nav-main > ul li#nav-events a:before, .icon-nav-calendar-white, .nav-main > ul li#nav-events.current a:before,
.nav-main > ul li#nav-events:hover a:before, .icon-nav-chart, .nav-main > ul li#nav-for-patients a:before, .icon-nav-chart-white, .nav-main > ul li#nav-for-patients.current a:before,
.nav-main > ul li#nav-for-patients:hover a:before, .icon-nav-news, .nav-main > ul li#nav-news a:before, .icon-nav-news-white, .nav-main > ul li#nav-news.current a:before,
.nav-main > ul li#nav-news:hover a:before, .icon-nav-research, .nav-main > ul li#nav-our-research a:before, .icon-nav-research-white, .nav-main > ul li#nav-our-research.current a:before,
.nav-main > ul li#nav-our-research:hover a:before, .icon-subnav-circle-right, .page-intro .sidebar li.active a:before,
.page-intro .sidebar li.current a:before, .icon-twitter, .icon-twitter-white {
  background: url("../img/sprite.svg") no-repeat; }

.icon-arrow-circle-right, button[type="submit"]:after,
button[type="button"]:after,
input[type="button"]:after,
input[type="submit"]:after,
.button:after {
  background-position: 96% 47.36842105263158%;
  width: 16px;
  height: 16px; }

.icon-arrow-thin-down, a.collapse-toggle:before {
  background-position: 94.55333398995371% 63.3373934226553%;
  width: 14.47px;
  height: 9.9px; }

.icon-facebook {
  background-position: 62.5% 100%;
  width: 20px;
  height: 20px; }

.icon-facebook-blue {
  background-position: 100% 0;
  width: 20px;
  height: 20px; }

.icon-facebook-white {
  background-position: 75% 61.111111111111114%;
  width: 20px;
  height: 20px; }

.icon-instagram-blue {
  background-position: 0 100%;
  width: 20px;
  height: 20px; }

.icon-instagram-white {
  background-position: 20.833333333333332% 100%;
  width: 20px;
  height: 20px; }

.icon-nav-bars, .nav-main > ul li#nav-lung-cancer a:before {
  background-position: 26.08695652173913% 0;
  width: 24px;
  height: 24px; }

.icon-nav-bars-white, .nav-main > ul li#nav-lung-cancer.current a:before,
.nav-main > ul li#nav-lung-cancer:hover a:before {
  background-position: 0 35.294117647058826%;
  width: 24px;
  height: 24px; }

.icon-nav-calendar, .nav-main > ul li#nav-events a:before {
  background-position: 26.08695652173913% 35.294117647058826%;
  width: 24px;
  height: 24px; }

.icon-nav-calendar-white, .nav-main > ul li#nav-events.current a:before,
.nav-main > ul li#nav-events:hover a:before {
  background-position: 0 0;
  width: 24px;
  height: 24px; }

.icon-nav-chart, .nav-main > ul li#nav-for-patients a:before {
  background-position: 52.17391304347826% 0;
  width: 24px;
  height: 24px; }

.icon-nav-chart-white, .nav-main > ul li#nav-for-patients.current a:before,
.nav-main > ul li#nav-for-patients:hover a:before {
  background-position: 52.17391304347826% 35.294117647058826%;
  width: 24px;
  height: 24px; }

.icon-nav-news, .nav-main > ul li#nav-news a:before {
  background-position: 0 70.58823529411765%;
  width: 24px;
  height: 24px; }

.icon-nav-news-white, .nav-main > ul li#nav-news.current a:before,
.nav-main > ul li#nav-news:hover a:before {
  background-position: 26.08695652173913% 70.58823529411765%;
  width: 24px;
  height: 24px; }

.icon-nav-research, .nav-main > ul li#nav-our-research a:before {
  background-position: 52.17391304347826% 70.58823529411765%;
  width: 24px;
  height: 24px; }

.icon-nav-research-white, .nav-main > ul li#nav-our-research.current a:before,
.nav-main > ul li#nav-our-research:hover a:before {
  background-position: 78.26086956521739% 0;
  width: 24px;
  height: 24px; }

.icon-subnav-circle-right, .page-intro .sidebar li.active a:before,
.page-intro .sidebar li.current a:before {
  background-position: 96% 26.31578947368421%;
  width: 16px;
  height: 16px; }

.icon-twitter {
  background-position: 75% 33.333333333333336%;
  width: 20px;
  height: 20px; }

.icon-twitter-white {
  background-position: 41.666666666666664% 100%;
  width: 20px;
  height: 20px; }

/*

	Icons

	See also _svgsprite.css which is auto-generated
	by the gulp-svg-sprite function.
	
*/
[class^="icon-"], .icon, a.collapse-toggle:before, .hero-slideshow .slide-msg .more::after {
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }

.icon-search {
  background: url(../img/icon-search.png) no-repeat center center;
  width: 15px;
  height: 15px; }

.icon-arrow-right {
  height: 0;
  width: 0;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #999999;
  border-top: 6px solid transparent; }

.icon-arrow-right-lg, .hero-slideshow .slide-msg .more::after {
  background: url(../img/icon-arrow-right-lg.png) no-repeat;
  background-position: 0 0;
  width: 17px;
  height: 14px; }

.icon-nav-contribute, .nav-main > ul li#nav-support-us a:before {
  background: url(../img/icon-nav-contribute.png) no-repeat;
  background-position: 0 0;
  width: 24px;
  height: 24px; }

.icon-nav-contribute-white, .nav-main > ul li#nav-support-us.current a:before,
.nav-main > ul li#nav-support-us:hover a:before {
  background: url(../img/icon-nav-contribute.png) no-repeat;
  background-position: 0 -24px;
  width: 24px;
  height: 24px; }

/*

    Form Styling

*/
form, fieldset {
  margin: 0; }

form input[type="color"], form input[type="date"], form input[type="datetime"], form input[type="datetime-local"], form input[type="email"], form input[type="month"], form input[type="number"], form input[type="password"], form input[type="search"], form input[type="tel"], form input[type="text"], form input[type="time"], form input[type="url"], form input[type="week"], form textarea,
form textarea {
  font-size: 15px;
  line-height: normal;
  margin: 0;
  padding: 2px 12px 3px 12px;
  border: 1px solid #d3d3d3;
  display: inline-block;
  width: 100%;
  height: 27px;
  background: #fafafa;
  -webkit-appearance: none;
  border-radius: 4px; }
  form input[type="color"]:-ms-input-placeholder, form input[type="date"]:-ms-input-placeholder, form input[type="datetime"]:-ms-input-placeholder, form input[type="datetime-local"]:-ms-input-placeholder, form input[type="email"]:-ms-input-placeholder, form input[type="month"]:-ms-input-placeholder, form input[type="number"]:-ms-input-placeholder, form input[type="password"]:-ms-input-placeholder, form input[type="search"]:-ms-input-placeholder, form input[type="tel"]:-ms-input-placeholder, form input[type="text"]:-ms-input-placeholder, form input[type="time"]:-ms-input-placeholder, form input[type="url"]:-ms-input-placeholder, form input[type="week"]:-ms-input-placeholder, form textarea:-ms-input-placeholder,
  form textarea:-ms-input-placeholder {
    color: #999999; }
  form input[type="color"]::placeholder, form input[type="date"]::placeholder, form input[type="datetime"]::placeholder, form input[type="datetime-local"]::placeholder, form input[type="email"]::placeholder, form input[type="month"]::placeholder, form input[type="number"]::placeholder, form input[type="password"]::placeholder, form input[type="search"]::placeholder, form input[type="tel"]::placeholder, form input[type="text"]::placeholder, form input[type="time"]::placeholder, form input[type="url"]::placeholder, form input[type="week"]::placeholder, form textarea::placeholder,
  form textarea::placeholder {
    color: #999999; }

form textarea {
  height: auto;
  resize: vertical; }

form input[type="color"]:focus, form input[type="date"]:focus, form input[type="datetime"]:focus, form input[type="datetime-local"]:focus, form input[type="email"]:focus, form input[type="month"]:focus, form input[type="number"]:focus, form input[type="password"]:focus, form input[type="search"]:focus, form input[type="tel"]:focus, form input[type="text"]:focus, form input[type="time"]:focus, form input[type="url"]:focus, form input[type="week"]:focus, form textarea:focus,
form textarea:focus,
form select:focus {
  outline: 0; }

form select {
  width: 100%;
  height: 27px;
  font-size: 15px; }

form label,
form .label {
  font-size: 15px;
  color: #999999;
  padding: 0 0 4px 12px;
  display: block; }

form .customSelect {
  font-size: 15px;
  margin: 0;
  padding: 0 32px 0 12px;
  border: 1px solid #d3d3d3;
  display: inline-block;
  width: 100%;
  height: 27px;
  line-height: 25px;
  background: #fafafa url(../img/select-arrow.png) no-repeat 100% center;
  -webkit-appearance: none;
  border-radius: 4px;
  color: #666666; }

form .customSelectInner {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }

form .customSelectPlaceholder {
  color: #999999; }

form input[type="file"] {
  font-size: 15px;
  color: #666666;
  outline: 0; }

form .checkbox,
form .radio,
form .checkbox-inline,
form .radio-inline {
  padding: 0 0 10px 0; }
  form .checkbox label,
  form .radio label,
  form .checkbox-inline label,
  form .radio-inline label {
    padding: 0 0 0 12px;
    display: inline-block;
    margin-bottom: 1.2em; }
    form .checkbox label:last-child,
    form .radio label:last-child,
    form .checkbox-inline label:last-child,
    form .radio-inline label:last-child {
      margin-bottom: 0; }
  form .checkbox input,
  form .radio input,
  form .checkbox-inline input,
  form .radio-inline input {
    margin: 0 5px 0 0; }
  form .checkbox p.label,
  form .radio p.label,
  form .checkbox-inline p.label,
  form .radio-inline p.label {
    padding-bottom: 0; }

form .checkbox label,
form .radio label {
  display: block; }

form .row {
  margin: 0 0 1.05556em;
  line-height: 1; }
  form .row::after {
    clear: both;
    content: "";
    display: table; }
  form .row .row {
    margin-bottom: 0; }

form .content {
  padding: 25px 20px 20px 30px; }

form .sidebar {
  padding: 25px 30px 20px 0; }

form .two-columns,
form .three-columns {
  margin-left: -5.0847458%; }
  form .two-columns .col,
  form .three-columns .col {
    padding: 0 0 0 5.0847458%; }

form .form-header {
  padding: 25px 30px 0 30px;
  margin-bottom: 1.43478em; }
  form .form-header::after {
    clear: both;
    content: "";
    display: table; }
  form .form-header h1 {
    margin-bottom: 0; }
  form .form-header h1 + p {
    margin-top: .6388888em; }
  form .form-header .note {
    margin-bottom: 0;
    line-height: 2.66667em; }

form .form-actions {
  clear: both;
  width: 100%;
  text-align: center;
  padding: 30px 20px;
  background: #e6e6e6; }
  form .form-actions.form-actions-offset {
    padding-right: 340px; }

form .note {
  font-size: 12px; }
  form .note.note-max {
    padding-right: 38%; }

form .row + .note {
  margin-top: -0.5em; }

form input[type="color"].error, form input[type="date"].error, form input[type="datetime"].error, form input[type="datetime-local"].error, form input[type="email"].error, form input[type="month"].error, form input[type="number"].error, form input[type="password"].error, form input[type="search"].error, form input[type="tel"].error, form input[type="text"].error, form input[type="time"].error, form input[type="url"].error, form input[type="week"].error, form textarea.error,
form textarea.error,
form .customSelect.error {
  border-color: #de2525; }

form .error-msg {
  display: block;
  padding: 4px 0 0 12px;
  font-size: 15px;
  color: #de2525; }

.content .form-header,
.sidebar .form-header {
  padding: 0; }

.intro-form-actions {
  height: 92px; }
  .intro-form-actions .form-actions {
    height: 92px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px; }

/*
	
	Button styles

*/
button[type="submit"],
button[type="button"],
input[type="button"],
input[type="submit"],
.button {
  display: inline-block;
  outline: 0;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  background-color: #fff;
  color: #f26522;
  padding: 8px 24px 7px 24px;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer; }
  button[type="submit"]:hover,
  button[type="button"]:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover,
  .button:hover {
    color: #f26522;
    background-color: #f1f1f1;
    text-decoration: none;
    border-color: #d3d3d3; }
  button[type="submit"]:after,
  button[type="button"]:after,
  input[type="button"]:after,
  input[type="submit"]:after,
  .button:after {
    display: inline-block;
    content: " ";
    vertical-align: middle;
    position: relative;
    top: -2px;
    right: -17px;
    margin: 0 1px -2px 0; }
  button[type="submit"].btn-plain:after,
  button[type="button"].btn-plain:after,
  input[type="button"].btn-plain:after,
  input[type="submit"].btn-plain:after,
  .button.btn-plain:after {
    content: none; }
  button[type="submit"].btn-block,
  button[type="button"].btn-block,
  input[type="button"].btn-block,
  input[type="submit"].btn-block,
  .button.btn-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

.button + .button {
  margin-left: 20px; }

.edit-entry {
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  left: 20px; }
  .edit-entry a {
    display: inline-block;
    background: #fff;
    border: #d3d3d3 solid 1px;
    padding: .5em 1em; }

/*

	Main page intro box with sidebar subnav

*/
.page-intro {
  margin-bottom: 39px;
  position: relative;
  top: -1px;
  background: #fff;
  background-image: linear-gradient(#fafafa 0%, #fff 3%, #fff 100%); }
  .page-intro .box {
    display: table;
    border-top: none;
    margin-bottom: 0;
    width: 100%; }
  .page-intro .content {
    display: table-cell;
    vertical-align: top;
    float: none;
    padding: 25px 30px;
    border-top: 1px solid #cdced1;
    position: relative; }
    .page-intro .content h1:last-child {
      margin-bottom: 0; }
    .page-intro .content.no-pad {
      padding: 25px 0 0 0; }
      .page-intro .content.no-pad > h1, .page-intro .content.no-pad > p {
        padding-left: 30px;
        padding-right: 30px; }
  .page-intro .sidebar {
    display: table-cell;
    vertical-align: top;
    background: #00aef0;
    float: none;
    padding: 30px 60px 30px 55px; }
  .page-intro .sidebar li {
    font-size: 15px;
    margin: 0 0 0.61111em;
    padding-left: 1.8333333em;
    text-indent: -1.8333333em;
    list-style-position: inside; }
    .page-intro .sidebar li a {
      color: #fff;
      position: relative;
      -webkit-font-smoothing: subpixel-antialiased;
      -moz-osx-font-smoothing: auto; }
      .page-intro .sidebar li a:hover {
        border-color: #67c4f4; }
    .page-intro .sidebar li.active a:before,
    .page-intro .sidebar li.current a:before {
      content: " ";
      position: absolute;
      left: -26px;
      top: 2px; }

.sidebar .action-signup {
  margin-top: 30px; }
  .sidebar .action-signup h4 {
    font-size: 22px;
    margin: 8px 0 16px;
    font-weight: normal;
    font-family: "adobe-garamond-pro", "EB Garamond", Garamond, serif;
    color: #fff;
    text-transform: none;
    letter-spacing: 0; }
  .sidebar .action-signup form {
    width: 100%;
    margin: 0;
    padding: 0 30px 0 0;
    position: relative; }
    .sidebar .action-signup form input[type="text"] {
      height: 30px;
      width: 100%;
      display: block;
      float: left;
      color: #666666;
      border-radius: 0; }
      .sidebar .action-signup form input[type="text"]:-ms-input-placeholder {
        color: #666666; }
      .sidebar .action-signup form input[type="text"]::placeholder {
        color: #666666; }
    .sidebar .action-signup form button {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 30px;
      height: 30px;
      padding: 0;
      border-radius: 0;
      border: 1px solid #d3d3d3;
      border-left: 0;
      background-color: #e6e6e6; }
      .sidebar .action-signup form button:hover {
        background-color: #f1f1f1; }
      .sidebar .action-signup form button:after {
        content: none; }

/*

	Share links in content or entries

*/
.share {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .share a {
    margin-left: 5px;
    border: 0;
    position: relative;
    top: -2px; }
    .share a:hover {
      opacity: 0.8; }

/*
	
	View more/less collapsed content

*/
.collapse {
  display: none; }

a.collapse-toggle {
  color: #f26522;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase; }
  a.collapse-toggle:hover {
    border-color: #f47c43; }
  a.collapse-toggle:before {
    content: " ";
    margin: -1px 7px 0 0;
    transition: all 0.3s; }
  a.collapse-toggle.active:before {
    transform: rotate(180deg); }

/*

	Articles

*/
.article-max, .article.article-max {
  padding-right: 25%; }

.article-content, .article.article-content {
  padding-right: 33.33333%; }

.article {
  padding: 25px 30px;
  background: #f1f1f1; }
  .article::after {
    clear: both;
    content: "";
    display: table; }
  .article > :last-child {
    margin-bottom: 0; }
  .article .article-content {
    display: block;
    float: left;
    width: 66.66667%;
    padding-right: 30px; }
  .article .article-sidebar {
    display: block;
    float: left;
    width: 33.33333%;
    padding-left: 30px; }
    .article .article-sidebar img {
      width: 100%; }
  .article.two-coumns, .article.three-columns, .article.archive-columns {
    padding: 0; }
  .article .two-columns,
  .article .three-columns,
  .article .archive-columns {
    margin: 0 -30px;
    padding: 0; }
    .article .two-columns .col,
    .article .three-columns .col,
    .article .archive-columns .col {
      padding-top: 0;
      padding-bottom: 0; }
  .article h2 + .archive-columns {
    margin-top: 1.22222em; }
  .article .meta {
    color: #01416f; }
    .article .meta a {
      color: #01416f; }
      .article .meta a:hover {
        border-color: #b3c6d4; }
  .article.article-results p {
    margin-bottom: 0; }
  .article .event-info {
    min-height: 230px; }
    .article .event-info .byline {
      margin-bottom: 18px; }

.section-header {
  background: #fff;
  padding: 20px 30px;
  border-top: 1px solid #d3d3d3; }
  .section-header:first-child {
    border-top: 0; }
  .section-header h1 {
    margin: 0; }

.section-actions {
  width: 100%;
  background: #e6e6e6;
  padding: 20px 30px; }
  .section-actions a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f26522; }
    .section-actions a:hover {
      border-color: #f47c43; }

.section .article:nth-child(even) {
  background: #e6e6e6; }

.section-alt .article {
  border-top: 1px solid #d3d3d3; }

.section-alt .article:nth-child(odd) {
  background: #e6e6e6; }

.section-alt .article:nth-child(even) {
  background: #f1f1f1; }

.section-plain .article {
  border-top: 1px solid #d3d3d3; }
  .section-plain .article:first-child {
    border: 0; }

.section-plain .article:nth-child(odd) {
  background: #f1f1f1; }

.section-plain .article:nth-child(even) {
  background: #f1f1f1; }

figure + .section {
  border-top: 1px solid #d3d3d3; }

/*

	Snapshot boxes

*/
.snapshot .snapshot-img {
  height: 319px; }
  .snapshot .snapshot-img img {
    display: block;
    width: 100%; }

.snapshot .snapshot-body {
  padding: 25px 30px; }

.snapshot h2, .snapshot h4 {
  font-size: 15px;
  line-height: 1.33333em;
  margin-bottom: 12px; }

.snapshot p {
  font-size: 15px;
  line-height: 1.33333em; }

.snapshot p:last-child {
  margin-bottom: 0; }

.snapshot > a {
  border: 0; }
  .snapshot > a p {
    color: #666666; }

.section-snapshots {
  display: table;
  width: 100%; }
  .section-snapshots .snapshot {
    display: table-cell;
    width: 33.33333%;
    vertical-align: top; }
  .section-snapshots .snapshot:nth-child(odd) {
    background: #f1f1f1; }

.page-intro .section-snapshots {
  margin-top: 25px; }
  .page-intro .section-snapshots .snapshot {
    width: 50%;
    position: relative; }
    .page-intro .section-snapshots .snapshot:nth-child(odd) {
      background: #fdc813; }
    .page-intro .section-snapshots .snapshot:nth-child(even) {
      background: #30bfc8; }
    .page-intro .section-snapshots .snapshot h3, .page-intro .section-snapshots .snapshot h4, .page-intro .section-snapshots .snapshot p {
      color: #fff; }
    .page-intro .section-snapshots .snapshot h3 {
      font-size: 44px;
      line-height: 1.1;
      margin: 0 0 0.68182em; }
    .page-intro .section-snapshots .snapshot h4 {
      margin: 0 0 1.125em; }
    .page-intro .section-snapshots .snapshot p {
      font-size: 18px;
      line-height: 1.6;
      -webkit-font-smoothing: subpixel-antialiased;
      -moz-osx-font-smoothing: auto; }
    .page-intro .section-snapshots .snapshot .share {
      margin-top: 13px;
      color: #01416f;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .page-intro .section-snapshots .snapshot .snapshot-cta {
      height: 92px; }
      .page-intro .section-snapshots .snapshot .snapshot-cta .cta {
        position: absolute;
        bottom: 0;
        left: 0;
        border-left: 1px solid #d3d3d3; }
    .page-intro .section-snapshots .snapshot:first-child .snapshot-cta .cta {
      border-left: 0; }

/*

	CTA section with button links

*/
.cta {
  width: 100%;
  background: #e6e6e6;
  text-align: center;
  padding: 30px 20px; }
  .cta .button {
    border-color: #bababa; }
  .cta p {
    margin-bottom: 1.4em; }
    .cta p a:not(.button) {
      color: #666666;
      text-decoration: none;
      border-bottom: 1px solid #cbcbcb; }
      .cta p a:not(.button):hover {
        color: #f26522;
        border-color: #f9b291; }
    .cta p:last-child {
      margin: 0; }

.intro-cta {
  height: 72px; }
  .intro-cta .cta {
    height: 72px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px; }

/*

	Breadcrumbs

	For now the design really only has a back link
	not full breadcrumbs.

*/
.breadcrumb {
  background: #00aef0;
  padding: 10px 30px;
  color: #fff;
  font-size: 15px; }
  .breadcrumb::after {
    clear: both;
    content: "";
    display: table; }
  .breadcrumb a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #67c4f4; }
  .breadcrumb a.prev:before, .breadcrumb a.next:after {
    font-size: 18px;
    border-bottom: 5px solid #00aef0; }
  .breadcrumb a.prev:before {
    padding-right: 10px;
    content: "‹"; }
  .breadcrumb a.next:after {
    padding-left: 10px;
    content: "›"; }

/* 

	Pagination links

*/
.pagination {
  text-align: center;
  margin-bottom: 40px; }
  .pagination ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .pagination li {
    display: inline;
    margin: 0 5px;
    font-size: 20px; }
  .pagination a {
    color: #666666;
    text-decoration: none; }
    .pagination a:hover {
      color: #f26522; }
  .pagination .current {
    color: #f26522; }

/*

	Thumbs

*/
.thumbs {
  list-style: none;
  margin: 0;
  padding: 10px 0 20px 0; }
  .thumbs::after {
    clear: both;
    content: "";
    display: table; }
  .thumbs li {
    margin: 0;
    padding: 0;
    text-indent: 0;
    padding: 10px;
    display: block;
    float: left;
    width: 16.66667%; }
  .thumbs a {
    border: 0; }
  .thumbs img {
    display: block; }

/*

	Hero

*/
.box-hero {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  top: -1px;
  z-index: 2;
  margin-bottom: 40px;
  background: #01416f;
  width: 958px; }

.box-hero .bx-wrapper {
  min-height: 359px; }

.hero-slideshow {
  height: 359px;
  overflow: hidden;
  background: #00aef0;
  background-image: linear-gradient(#009dd8 0%, #00aef0 10%, #00aef0 100%);
  list-style: none;
  margin: 0;
  padding: 0; }
  .hero-slideshow .slide {
    margin: 0;
    padding: 0;
    text-indent: 0; }
  .hero-slideshow .slide-img {
    display: block;
    float: left;
    width: 66.66667%;
    position: relative;
    height: 359px;
    overflow: hidden; }
    .hero-slideshow .slide-img h1 {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2;
      font-family: "freight-sans-pro", "Open Sans", Helvetica, sans-serif;
      color: #fff;
      font-size: 32px;
      line-height: 1;
      font-weight: bold;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 0 30px; }
    .hero-slideshow .slide-img img {
      display: block;
      width: 100%;
      position: relative;
      z-index: 1; }
  .hero-slideshow .slide-body {
    display: block;
    float: left;
    width: 33.33333%;
    position: relative;
    height: 360px; }
  .hero-slideshow .slide-msg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 50px 50px 20px 30px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto; }
    .hero-slideshow .slide-msg p {
      margin: 17px 0 0; }
    .hero-slideshow .slide-msg .more {
      font-size: 18px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #fff;
      font-weight: bold;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .hero-slideshow .slide-msg .more a {
        color: #fff; }
        .hero-slideshow .slide-msg .more a:hover {
          border-color: #b3e7fb; }
      .hero-slideshow .slide-msg .more::after {
        content: " ";
        margin-left: 6px;
        padding: 5px 0; }
    .hero-slideshow .slide-msg .share {
      margin-top: 13px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

/*

	Banner image with text

*/
.banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 25px;
  color: #fff; }
  .banner h1, .banner h2, .banner h3, .banner h4 {
    color: #fff; }
  .banner h3 {
    line-height: 1;
    font-size: 48px;
    margin-bottom: 0.25em; }
  .banner p {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto; }
  .page-intro .banner {
    width: 100%;
    height: 268px;
    padding-top: 105px;
    margin-top: 25px; }

#banner-heading {
  position: absolute;
  top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  z-index: 1;
  background: #fff; }

.banner-body {
  position: absolute;
  bottom: 10px; }

.banner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  content: ""; }
