/*! 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:'Frutiger W01', 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; }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  box-sizing: inherit; }

.grid,
.unit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.grid {
  display: block;
  clear: both; }

.grid .unit {
  float: left;
  width: 100%;
  padding: 10px; }

.grid .unit:first-child {
  padding-left: 20px; }

.grid .unit:last-child {
  padding-right: 20px; }

.unit .unit:first-child {
  padding-left: 0; }

.unit .unit:last-child {
  padding-right: 0; }

.unit .grid:first-child > .unit {
  padding-top: 0; }

.unit .grid:last-child > .unit {
  padding-bottom: 0; }

.no-gutters .unit,
.unit.no-gutters {
  padding: 0 !important; }

.wrap .grid,
.grid.wrap,
.content-wrap {
  max-width: 1400px;
  margin: 0 auto; }

.content-wrap {
  padding: 0 20px; }

.grid .whole, .grid .w-1-1 {
  width: 100%; }

.grid .half, .grid .w-1-2 {
  width: 50%; }

.grid .one-third, .grid .w-1-3 {
  width: 33.3332%; }

.grid .two-thirds, .grid .w-2-3 {
  width: 66.6665%; }

.grid .one-quarter, .grid .w-1-4 {
  width: 25%; }

.grid .three-quarters, .grid .w-3-4 {
  width: 75%; }

.grid .one-fifth, .grid .w-1-5 {
  width: 20%; }

.grid .two-fifths, .grid .w-2-5 {
  width: 40%; }

.grid .three-fifths, .grid .w-3-5 {
  width: 60%; }

.grid .four-fifths, .grid .w-4-5 {
  width: 80%; }

.grid .golden-small, .grid .w-g-s {
  width: 38.2716%; }

.grid .golden-large, .grid .w-g-l {
  width: 61.7283%; }

.grid {
  *zoom: 1; }

.grid:before, .grid:after {
  display: table;
  content: "";
  line-height: 0; }

.grid:after {
  clear: both; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

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

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

@media screen and (max-width: 568px) {
  .grid .unit {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px; }

  .unit .grid .unit {
    padding-left: 0px;
    padding-right: 0px; }

  .center-on-mobiles {
    text-align: center !important; }

  .hide-on-mobiles {
    display: none !important; } }
@media screen and (min-width: 1400px) {
  .wider .grid {
    max-width: 1400px;
    margin: 0 auto; } }
body {
  color: #4d4c44;

font-family:'Frutiger W01' "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1em; }

h1, h2, h3, h4, h5, h6, .fake-heading {
  font-family: "adobe-garamond-pro", sans-serif;
  font-weight: 400;
  color: #824e1f; }

h1 {
  font-weight: bold;
  font-size: 2.36859em; }

h2 {
  font-size: 2.36859em;
  margin-top: 0; }

h3 {
  font-size: 1.77689em; }

h4 {
  font-size: 1.333em; }

.fh-4 {
  font-size: 1.333em; }

.block-title {
  text-align: center; }

p {
  font-size: 1em; }

a {
  color: #1b3066;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1400px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */ }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.global-header {
  background: #efefef;
  padding: 20px 0; }

.global-footer {
  background: #f8f3ea;
  padding: 30px 0;
  text-align: center; }
  .global-footer img {
    width: 100px;
    vertical-align: middle;
    margin: 0 25px; }
  @media screen and (min-width: 850px) {
    .global-footer {
      text-align: right; }
      .global-footer img {
        margin: 0 0 0 50px; } }

.content-section {
  padding: 80px 0; }

.content-section.beige {
  background-color: #f8f3ea; }
  .content-section.beige h2 {
    color: #824e1f; }

.content-section.green {
  background-color: #d6e4db;
  padding: 35px 0;
  text-align: center; }
  .content-section.green p {
    color: #5A8D6E;
    margin-bottom: 0; }

.content-section.beige.watermark {
  background: #f8f3ea url(https://3dfce4.claudeassets.com/20180329185503im_/http://lund350scholarship.com/img/350-watermark.png) no-repeat bottom right; }

@media screen and (min-width: 850px) {
  .word-wrap {
    width: 80%;
    margin: 0 auto;
    text-align: center; } }

.block-button {
  text-align: center;
  padding: 50px 0 0 0; }

.mobile-hide {
  display: none; }
  @media screen and (min-width: 850px) {
    .mobile-hide {
      display: inline; } }

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 50px;
  padding: 0 40px;
  color: #555;
  text-align: center;
  font-size: 0.75019em;
  line-height: 50px;
  letter-spacing: .05rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.29);
  font-weight: 700; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  outline: 0;
  background: #FFF;
  text-decoration: none; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0; }

body:after {
  content: url(https://2f9c39.claudeassets.com/20180329185503im_/http://lund350scholarship.com/img/close.png) url(https://6d91e3.claudeassets.com/20180329185503im_/http://lund350scholarship.com/img/loading.gif) url(https://3db616.claudeassets.com/20180329185503im_/http://lund350scholarship.com/img/prev.png) url(https://3b55cb.claudeassets.com/20180329185503im_/http://lund350scholarship.com/img/next.png);
  display: none; }

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px; }

.lb-loader, .lb-nav {
  position: absolute;
  left: 0; }

.lb-outerContainer:after {
  display: table; }

.lb-container {
  padding: 4px; }

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(https://6d91e3.claudeassets.com/20180329185503im_/http://lund350scholarship.com/img/loading.gif) no-repeat; }

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); }

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(https://3db616.claudeassets.com/20180329185503im_/http://lund350scholarship.com/img/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(https://3b55cb.claudeassets.com/20180329185503im_/http://lund350scholarship.com/img/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  display: table; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(https://2f9c39.claudeassets.com/20180329185503im_/http://lund350scholarship.com/img/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1; }

.hero {
  background: url("https://4694ad.claudeassets.com/20180329185503im_/http://lund350scholarship.com/img/hero-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.hero-content {
  background: rgba(255, 255, 255, 0.9);
  width: 90%;
  padding: 30px;
  margin: 30px auto;
  border-radius: 3px; }
  .hero-content .logo-wrap {
    padding: 0 0 35px 0;
    text-align: center; }
    .hero-content .logo-wrap img {
      height: 90px;
      margin: 0 0 20px 0; }
    .hero-content .logo-wrap h1 {
      color: #1b3066;
      font-weight: bold;
      margin: 0; }
  .hero-content .sub-heading {
    color: #1b3066;
    font-family: "adobe-garamond-pro", sans-serif;
    font-size: 1.77689em;
    margin: 0;
    text-align: center; }
  @media screen and (min-width: 850px) {
    .hero-content {
      background: rgba(255, 255, 255, 0.9);
      width: 60%;
      padding: 60px;
      margin: 30px 0;
      border-radius: 3px; }
      .hero-content .logo-wrap {
        padding: 0 0 35px 0;
        text-align: left; }
        .hero-content .logo-wrap img {
          height: 90px;
          float: left;
          margin: 0 35px 0 0; }
        .hero-content .logo-wrap h1 {
          color: #1b3066;
          font-weight: bold;
          margin: 0; }
      .hero-content .sub-heading {
        color: #1b3066;
        font-family: "adobe-garamond-pro", sans-serif;
        font-size: 1.77689em;
        margin: 0;
        text-align: left; } }

.intro {
  width: 100%; }
  .intro p:first-of-type {
    font-size: 1.333em; }
    @media screen and (min-width: 850px) {
      .intro p:first-of-type {
        font-size: 1.77689em;
        margin-top: 0; } }

.dates {
  width: 100%;
  border-top: 1px solid #efefef;
  padding: 60px 0 0 0;
  margin: 60px 0 0 0; }

@media screen and (min-width: 850px) {
  .intro {
    width: 70%;
    float: left;
    padding: 0 50px 0 0; }
    .intro p:first-of-type {
      font-size: 1.77689em;
      margin-top: 0; }

  .dates {
    width: 30%;
    float: right;
    padding: 0 0 0 60px;
    border-left: 1px solid #efefef;
    border-top: none;
    margin: 0; } }
.important-dates {
  margin: 0;
  padding: 0; }
  .important-dates li {
    list-style-type: none; }
    .important-dates li p {
      margin-top: 0; }

.steps {
  margin: 0;
  padding: 0; }
  .steps li {
    list-style-type: none;
    width: 100%;
    text-align: center;
    margin: 0 0 45px 0; }
    .steps li h4 {
      margin: 0; }
    .steps li img {
      margin: 0;
      width: 60px; }
    .steps li li:last-of-type {
      margin: 0; }
  @media screen and (min-width: 850px) {
    .steps li {
      width: 25%;
      float: left;
      padding: 0 20px;
      position: relative;
      margin: 0; }
      .steps li img {
        margin: 0;
        width: 60px;
        z-index: 1;
        position: absolute;
        left: calc(50% - 30px); }
      .steps li h4 {
        margin: 90px 0 0 0; }
    .steps li:after {
      content: "";
      display: block;
      width: 200px;
      height: 2px;
      background: #824e1f;
      position: absolute;
      top: 30px;
      left: 130px;
      z-index: 0; }
    .steps li:last-of-type:after {
      display: none; } }
  @media screen and (min-width: 1000px) {
    .steps li:after {
      width: 330px;
      left: 150px; }
    .steps li:nth-of-type(3):after {
      width: 240px; } }
  @media screen and (min-width: 1080px) {
    .steps li:nth-of-type(3):after {
      width: 270px; } }
  @media screen and (min-width: 1240px) {
    .steps li:nth-of-type(3):after {
      width: 330px; } }
  @media screen and (min-width: 1400px) {
    .steps li:after {
      width: 280px;
      left: 200px; }
    .steps li:nth-of-type(3):after {
      width: 330px; } }

.timeline {
  margin: 50px 0 0 0;
  padding: 0; }
  .timeline li {
    width: 100%;
    list-style-type: none;
    text-align: center;
    margin: 0 0 30px 0;
    float: left; }
    .timeline li img {
      width: 100%;
      display: block; }
    .timeline li .date {
      text-align: center;
      font-size: 1.333em;
      font-family: "adobe-garamond-pro", sans-serif;
      font-weight: 400;
      color: #824e1f; }
    .timeline li p {
      margin: 0;
      font-size: 0.75019em; }
  .timeline li:last-of-type {
    margin: 0; }
  @media screen and (min-width: 850px) {
    .timeline li {
      width: 20%; }
      .timeline li a {
        display: block;
        padding: 0 5%; }
      .timeline li img {
        width: 100%; }
      .timeline li img:hover {
        opacity: 0.15; }
      .timeline li .image-tint {
        background: #1b3066 url("https://1c2f44.claudeassets.com/20180329185503im_/http://lund350scholarship.com/img/expand-icon.png") no-repeat center center;
        background-size: 25%; }
      .timeline li .date span {
        margin: 10px 0 35px 0;
        display: block;
        position: relative;
        color: #824e1f; }
      .timeline li .date span:after {
        height: 17px;
        width: 2px;
        background: #824e1f;
        position: absolute;
        content: "";
        top: 35px;
        left: 50%; }
      .timeline li .date span:before {
        height: 2px;
        width: 100%;
        position: absolute;
        content: "";
        background: #824e1f;
        left: 0;
        top: 43px; } }

/* Pre Register Form */
.sign-up-form input, .sign-in-form input {
  width: 100%;
  margin: 0 auto;
  padding: 15px;
}
@media screen and (min-width: 850px) {
  .sign-up-form input, .sign-in-form input  {
    width: 70%;
  }
}
.socialconnect {
  margin: 50px 0 0 0;
}
.tsandcs {
  margin: 40px 0 0 0;
}
button {
  border: none;
}
#signup {
  padding: 0 0 30px 0;
}
.facebook {
    background: #3B5998;
    display: inline-block;
    color: #fff;
    border-bottom: none;
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none;
    margin: 0 10px 5px 10px;
    width: 230px;
}

.linkedin {
    background: #007bb6;
    display: inline-block;
    color: #fff;
    border-bottom: none;
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none;
    margin: 0 10px 5px 10px;
      width: 230px;
}

.google_oauth2 {
    background: #d34836;
    display: inline-block;
    color: #fff;
    border-bottom: none;
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none;
    margin: 0 10px 5px 10px;
        width: 230px;
}
.sqore-account {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}

/*--------------------------------------------------------------
# Chosen Form Styling (Copy & pasted from the old site)
--------------------------------------------------------------*/
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100% !important;
}
@media screen and (min-width: 850px) {
  .chosen-container {
    width: 70% !important;
  }
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}

.chosen-container a {
    cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('https://73981c.claudeassets.com/20180329185503im_/http://lund350scholarship.com/stylesheets/css/img/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('https://73981c.claudeassets.com/20180329185503im_/http://lund350scholarship.com/stylesheets/css/img/chosen-sprite.png') no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: white url('https://73981c.claudeassets.com/20180329185503im_/http://lund350scholarship.com/stylesheets/css/img/chosen-sprite.png') no-repeat 100% -20px;
    background: url('https://73981c.claudeassets.com/20180329185503im_/http://lund350scholarship.com/stylesheets/css/img/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background: url('https://73981c.claudeassets.com/20180329185503im_/http://lund350scholarship.com/stylesheets/css/img/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background: url('https://73981c.claudeassets.com/20180329185503im_/http://lund350scholarship.com/stylesheets/css/img/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background: url('https://73981c.claudeassets.com/20180329185503im_/http://lund350scholarship.com/stylesheets/css/img/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background: url('https://73981c.claudeassets.com/20180329185503im_/http://lund350scholarship.com/stylesheets/css/img/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}

.chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
    cursor: text;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 5px;
    height: 15px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #666;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-field .default {
    color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('https://73981c.claudeassets.com/20180329185503im_/http://lund350scholarship.com/stylesheets/css/img/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: white url('https://73981c.claudeassets.com/20180329185503im_/http://lund350scholarship.com/stylesheets/css/img/chosen-sprite.png') no-repeat -30px -20px;
    background: url('https://73981c.claudeassets.com/20180329185503im_/http://lund350scholarship.com/stylesheets/css/img/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background: url('https://73981c.claudeassets.com/20180329185503im_/http://lund350scholarship.com/stylesheets/css/img/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background: url('https://73981c.claudeassets.com/20180329185503im_/http://lund350scholarship.com/stylesheets/css/img/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background: url('https://73981c.claudeassets.com/20180329185503im_/http://lund350scholarship.com/stylesheets/css/img/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background: url('https://73981c.claudeassets.com/20180329185503im_/http://lund350scholarship.com/stylesheets/css/img/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url('https://b4ce62.claudeassets.com/20180329185503im_/http://lund350scholarship.com/stylesheets/css/img/chosen-sprite@2x.png') !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

/* New Changes */

.slick_nav ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 20px 0;
  width: 100%;
  display: block;
}

.slick_nav li {
  display: inline-block;
  padding-right: 20px
}

.slick_nav li a{
  border-bottom: none;
  color: #1b3066;
}

.slick_nav li a.active {
  opacity: 0.6;
}

.slick_nav li a:hover{
  text-decoration: none;
  opacity: 0.6;
}

.slicknav_menu {
  display:none;
}

@media screen and (max-width: 800px) {
  .js #menu {
    display:none;
  }

  .js .slicknav_menu {
    display:block;
  }
}

ul, ol {
  padding: 0 0 0 20px;
}

a.logo {
  border-bottom:none;
}

img.image {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 10px 20px; }

img.contact {
  margin: 0 auto;
  display: block;
  width: 200px;
  padding-bottom: 40px; }
  @media screen and (min-width: 600px) {
    img.contact {
      margin: 0;
      float: left;
      width: 300px;
      padding-right: 40px; } }

  .prize img {
    width: 60px;
  }

span.uppercase {
  text-transform: uppercase;
}

span.extra-size {
  font-size: 1.1em;
}

.global-header {
  padding: 0;
}

.intro {
  border-right: 1px solid #efefef;
}

aside {
  width: 100%;
  border-top: 1px solid #efefef;
  padding: 60px 0 0 0;
  margin: 60px 0 0 0; }
  @media screen and (min-width: 850px) {
    aside {
    width: 30%;
    float: right;
    padding: 0 0 0 60px;
    border-top: none;
    margin: 0; } }

  aside.social-media a {
    border-bottom: none;
    color: #4d4c44;
    cursor: pointer;
  }

.read {
  position: relative;
  cursor: pointer;
}

.read i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  color: #824e1f;
}

.read:hover {
  opacity: 0.7;
}

.more {
  display: none;
}

hr {
  border: 1px solid #824e1f;
}

table.scholarship-timeline {
  width: 100%;
  border: 1px solid #efefef;
}
table.scholarship-timeline td {
  padding: 10px 20px;
  line-height: 20px;
  vertical-align: top;
}
table.scholarship-timeline tr.beige {
  background-color: #f8f3ea;
}

@media screen and (min-width: 850px) {
   .third li {
    width: 33%;
   }
   .third li:after {
    width: 400px;
  }
    .third li:nth-of-type(2):after {
    width: 300px;
  }

    .half.unit.centered {
    float: none;
    position: absolute;
    right: 0;
    height: 100%;
  }

   .half.unit.centered img {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .relative {
    position: relative;
  }

}

@media screen and (min-width: 960px) {
   .third li:after {
    width: 450px;
    left: 180px;
  }
    .third li:nth-of-type(2):after {
    width: 300px;
  }
img.reasons {
  display: block;
  margin: 0 auto;
  width: 340px;
}
  }

  @media screen and (min-width: 1070px) {
   .third li:after {
    width: 500px;
    left: 200px;
  }
    .third li:nth-of-type(2):after {
    width: 340px;
  }
  }

    @media screen and (min-width: 1190px) {
   .third li:after {
    width: 550px;
    left: 220px;
  }
    .third li:nth-of-type(2):after {
    width: 380px;
  }
  }

    @media screen and (min-width: 1300px) {
   .third li:after {
    width: 600px;
    left: 240px;
  }
    .third li:nth-of-type(2):after {
    width: 420px;
  }
  }

  .bullet-list li {
    margin: 0 0 8px 0;
  }


  .winners {
    text-align: left;
    width: 100%;
  }

  .winners tr:nth-of-type(2n+2) {
    background: rgba(0,0,0,0.05);
  }

  .winners th {
    padding: 10px;
  }

  .winner-name {
    font-weight: bold;
  }

/*
     FILE ARCHIVED ON 10:53:57 May 29, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:13:51 Jul 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.677
  exclusion.robots: 0.066
  exclusion.robots.policy: 0.054
  esindex: 0.012
  cdx.remote: 6.806
  LoadShardBlock: 110.455 (3)
  PetaboxLoader3.datanode: 669.76 (5)
  PetaboxLoader3.resolve: 371.557 (3)
  load_resource: 998.699 (2)
*/