/*! 
 * Towson v0.0.1 [2016-07-07] 
 * Towson University Website Redesign Files 
 * Fastspot 
 */
/* ==========================================================================
	Imports -- Additional Imports listed last (at end of this file)
========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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/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 when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

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

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}


*,
*:before,
*:after {
  box-sizing: border-box;
}
.gridlock .row {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.gridlock .row:after {
  height: 0;
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  visibility: hidden;
}
.gridlock .row .row {
  width: 103.33333333%;
  margin-left: -1.66666667%;
  margin-right: -1.66666667%;
}
.gridlock .row .contained .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.gridlock .row [class*="all-"],
.gridlock .row [class*="min-"],
.gridlock .row [class*="mobile-"],
.gridlock .row [class*="tablet-"],
.gridlock .row [class*="desktop-"],
.gridlock .row [class*="max-"] {
  float: left;
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
}
.gridlock .row [class*="all-"].padded,
.gridlock .row [class*="min-"].padded,
.gridlock .row [class*="mobile-"].padded,
.gridlock .row [class*="tablet-"].padded,
.gridlock .row [class*="desktop-"].padded,
.gridlock .row [class*="max-"].padded {
  box-sizing: content-box;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.66666667%;
  padding-right: 1.66666667%;
}
.gridlock .row [class*="all-"].contained,
.gridlock .row [class*="min-"].contained,
.gridlock .row [class*="mobile-"].contained,
.gridlock .row [class*="tablet-"].contained,
.gridlock .row [class*="desktop-"].contained,
.gridlock .row [class*="max-"].contained {
  margin-left: 0;
  margin-right: 0;
}
.gridlock .row [class*="all-"].right,
.gridlock .row [class*="min-"].right,
.gridlock .row [class*="mobile-"].right,
.gridlock .row [class*="tablet-"].right,
.gridlock .row [class*="desktop-"].right,
.gridlock .row [class*="max-"].right {
  float: right;
}
@media screen and (min-width: 500px) {
  .gridlock .row {
    width: 480px;
  }
}
@media screen and (min-width: 740px) {
  .gridlock .row {
    width: 720px;
  }
}
@media screen and (min-width: 980px) {
  .gridlock .row {
    width: 960px;
  }
}
@media screen and (min-width: 1220px) {
  .gridlock .row {
    width: 1200px;
  }
}
.gridlock-fluid .row {
  width: 98%;
}
@media screen and (max-width: 739px) {
  .gridlock-mobile-fluid .row {
    width: 98%;
  }
}
.gridlock .row .all-fifth {
  width: 16.66666667%;
}
.gridlock .row .all-fourth {
  width: 21.66666667%;
}
.gridlock .row .all-third {
  width: 30%;
}
.gridlock .row .all-half {
  width: 46.66666667%;
}
.gridlock .row .all-full {
  width: 96.66666667%;
}
.gridlock .row .all-push-fifth {
  margin-left: 21.66666667%;
}
.gridlock .row .all-push-fourth {
  margin-left: 26.66666667%;
}
.gridlock .row .all-push-third {
  margin-left: 35%;
}
.gridlock .row .all-push-half {
  margin-left: 51.66666667%;
}
.gridlock .row .contained.all-fifth {
  width: 20%;
}
.gridlock .row .contained.all-fourth {
  width: 25%;
}
.gridlock .row .contained.all-third {
  width: 33.33333333%;
}
.gridlock .row .contained.all-half {
  width: 50%;
}
.gridlock .row .contained.all-full {
  width: 100%;
}
.gridlock .row .contained.all-push-fifth {
  margin-left: 20%;
}
.gridlock .row .contained.all-push-fourth {
  margin-left: 25%;
}
.gridlock .row .contained.all-push-third {
  margin-left: 33.33333333%;
}
.gridlock .row .contained.all-push-half {
  margin-left: 50%;
}
.gridlock .row [class*="all-"].centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.gridlock .row .all-hide {
  display: none;
}
@media screen and (max-width: 739px) {
  .gridlock .row .mobile-1 {
    width: 30%;
  }
  .gridlock .row .mobile-2 {
    width: 63.33333333%;
  }
  .gridlock .row .mobile-3 {
    width: 96.66666667%;
  }
  .gridlock .row .mobile-push-1 {
    margin-left: 35%;
  }
  .gridlock .row .mobile-push-2 {
    margin-left: 68.33333333%;
  }
  .gridlock .row .contained.mobile-1 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.mobile-2 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.mobile-3 {
    width: 100%;
  }
  .gridlock .row .contained.mobile-push-1 {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.mobile-push-2 {
    margin-left: 66.66666667%;
  }
  .gridlock .row .mobile-fifth {
    width: 16.66666667%;
  }
  .gridlock .row .mobile-fourth {
    width: 21.66666667%;
  }
  .gridlock .row .mobile-third {
    width: 30%;
  }
  .gridlock .row .mobile-half {
    width: 46.66666667%;
  }
  .gridlock .row .mobile-full {
    width: 96.66666667%;
  }
  .gridlock .row .mobile-push-fifth {
    margin-left: 21.66666667%;
  }
  .gridlock .row .mobile-push-fourth {
    margin-left: 26.66666667%;
  }
  .gridlock .row .mobile-push-third {
    margin-left: 35%;
  }
  .gridlock .row .mobile-push-half {
    margin-left: 51.66666667%;
  }
  .gridlock .row .contained.mobile-fifth {
    width: 20%;
  }
  .gridlock .row .contained.mobile-fourth {
    width: 25%;
  }
  .gridlock .row .contained.mobile-third {
    width: 33.33333333%;
  }
  .gridlock .row .contained.mobile-half {
    width: 50%;
  }
  .gridlock .row .contained.mobile-full {
    width: 100%;
  }
  .gridlock .row .contained.mobile-push-fifth {
    margin-left: 20%;
  }
  .gridlock .row .contained.mobile-push-fourth {
    margin-left: 25%;
  }
  .gridlock .row .contained.mobile-push-third {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.mobile-push-half {
    margin-left: 50%;
  }
  .gridlock .row [class*="mobile-"].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .gridlock .row .mobile-hide {
    display: none;
  }
}
@media screen and (max-width: 499px) {
  .gridlock .row .min-1 {
    width: 30%;
  }
  .gridlock .row .min-2 {
    width: 63.33333333%;
  }
  .gridlock .row .min-3 {
    width: 96.66666667%;
  }
  .gridlock .row .min-push-1 {
    margin-left: 35%;
  }
  .gridlock .row .min-push-2 {
    margin-left: 68.33333333%;
  }
  .gridlock .row .contained.min-1 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.min-2 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.min-3 {
    width: 100%;
  }
  .gridlock .row .contained.min-push-1 {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.min-push-2 {
    margin-left: 66.66666667%;
  }
  .gridlock .row .min-fifth {
    width: 16.66666667%;
  }
  .gridlock .row .min-fourth {
    width: 21.66666667%;
  }
  .gridlock .row .min-third {
    width: 30%;
  }
  .gridlock .row .min-half {
    width: 46.66666667%;
  }
  .gridlock .row .min-full {
    width: 96.66666667%;
  }
  .gridlock .row .min-push-fifth {
    margin-left: 21.66666667%;
  }
  .gridlock .row .min-push-fourth {
    margin-left: 26.66666667%;
  }
  .gridlock .row .min-push-third {
    margin-left: 35%;
  }
  .gridlock .row .min-push-half {
    margin-left: 51.66666667%;
  }
  .gridlock .row .contained.min-fifth {
    width: 20%;
  }
  .gridlock .row .contained.min-fourth {
    width: 25%;
  }
  .gridlock .row .contained.min-third {
    width: 33.33333333%;
  }
  .gridlock .row .contained.min-half {
    width: 50%;
  }
  .gridlock .row .contained.min-full {
    width: 100%;
  }
  .gridlock .row .contained.min-push-fifth {
    margin-left: 20%;
  }
  .gridlock .row .contained.min-push-fourth {
    margin-left: 25%;
  }
  .gridlock .row .contained.min-push-third {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.min-push-half {
    margin-left: 50%;
  }
  .gridlock .row [class*="min-"].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .gridlock .row .min-hide {
    display: none;
  }
}
@media screen and (min-width: 740px) and (max-width: 979px) {
  .gridlock .row .tablet-1 {
    width: 13.33333333%;
  }
  .gridlock .row .tablet-2 {
    width: 30%;
  }
  .gridlock .row .tablet-3 {
    width: 46.66666667%;
  }
  .gridlock .row .tablet-4 {
    width: 63.33333333%;
  }
  .gridlock .row .tablet-5 {
    width: 80%;
  }
  .gridlock .row .tablet-6 {
    width: 96.66666667%;
  }
  .gridlock .row .tablet-push-1 {
    margin-left: 18.33333333%;
  }
  .gridlock .row .tablet-push-2 {
    margin-left: 35%;
  }
  .gridlock .row .tablet-push-3 {
    margin-left: 51.66666667%;
  }
  .gridlock .row .tablet-push-4 {
    margin-left: 68.33333333%;
  }
  .gridlock .row .tablet-push-5 {
    margin-left: 85%;
  }
  .gridlock .row .contained.tablet-1 {
    width: 16.66666667%;
  }
  .gridlock .row .contained.tablet-2 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.tablet-3 {
    width: 50%;
  }
  .gridlock .row .contained.tablet-4 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.tablet-5 {
    width: 83.33333333%;
  }
  .gridlock .row .contained.tablet-6 {
    width: 100%;
  }
  .gridlock .row .contained.tablet-push-1 {
    margin-left: 16.66666667%;
  }
  .gridlock .row .contained.tablet-push-2 {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.tablet-push-3 {
    margin-left: 50%;
  }
  .gridlock .row .contained.tablet-push-4 {
    margin-left: 66.66666667%;
  }
  .gridlock .row .contained.tablet-push-5 {
    margin-left: 83.33333333%;
  }
  .gridlock .row .tablet-fifth {
    width: 16.66666667%;
  }
  .gridlock .row .tablet-fourth {
    width: 21.66666667%;
  }
  .gridlock .row .tablet-third {
    width: 30%;
  }
  .gridlock .row .tablet-half {
    width: 46.66666667%;
  }
  .gridlock .row .tablet-full {
    width: 96.66666667%;
  }
  .gridlock .row .tablet-push-fifth {
    margin-left: 21.66666667%;
  }
  .gridlock .row .tablet-push-fourth {
    margin-left: 26.66666667%;
  }
  .gridlock .row .tablet-push-third {
    margin-left: 35%;
  }
  .gridlock .row .tablet-push-half {
    margin-left: 51.66666667%;
  }
  .gridlock .row .contained.tablet-fifth {
    width: 20%;
  }
  .gridlock .row .contained.tablet-fourth {
    width: 25%;
  }
  .gridlock .row .contained.tablet-third {
    width: 33.33333333%;
  }
  .gridlock .row .contained.tablet-half {
    width: 50%;
  }
  .gridlock .row .contained.tablet-full {
    width: 100%;
  }
  .gridlock .row .contained.tablet-push-fifth {
    margin-left: 20%;
  }
  .gridlock .row .contained.tablet-push-fourth {
    margin-left: 25%;
  }
  .gridlock .row .contained.tablet-push-third {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.tablet-push-half {
    margin-left: 50%;
  }
  .gridlock .row [class*="tablet-"].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .gridlock .row .tablet-hide {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .gridlock .row .desktop-1 {
    width: 5%;
  }
  .gridlock .row .desktop-2 {
    width: 13.33333333%;
  }
  .gridlock .row .desktop-3 {
    width: 21.66666667%;
  }
  .gridlock .row .desktop-4 {
    width: 30%;
  }
  .gridlock .row .desktop-5 {
    width: 38.33333333%;
  }
  .gridlock .row .desktop-6 {
    width: 46.66666667%;
  }
  .gridlock .row .desktop-7 {
    width: 55%;
  }
  .gridlock .row .desktop-8 {
    width: 63.33333333%;
  }
  .gridlock .row .desktop-9 {
    width: 71.66666667%;
  }
  .gridlock .row .desktop-10 {
    width: 80%;
  }
  .gridlock .row .desktop-11 {
    width: 88.33333333%;
  }
  .gridlock .row .desktop-12 {
    width: 96.66666667%;
  }
  .gridlock .row .desktop-push-1 {
    margin-left: 10%;
  }
  .gridlock .row .desktop-push-2 {
    margin-left: 18.33333333%;
  }
  .gridlock .row .desktop-push-3 {
    margin-left: 26.66666667%;
  }
  .gridlock .row .desktop-push-4 {
    margin-left: 35%;
  }
  .gridlock .row .desktop-push-5 {
    margin-left: 43.33333333%;
  }
  .gridlock .row .desktop-push-6 {
    margin-left: 51.66666667%;
  }
  .gridlock .row .desktop-push-7 {
    margin-left: 60%;
  }
  .gridlock .row .desktop-push-8 {
    margin-left: 68.33333333%;
  }
  .gridlock .row .desktop-push-9 {
    margin-left: 76.66666667%;
  }
  .gridlock .row .desktop-push-10 {
    margin-left: 85%;
  }
  .gridlock .row .desktop-push-11 {
    margin-left: 93.33333333%;
  }
  .gridlock .row .contained.desktop-1 {
    width: 8.33333333%;
  }
  .gridlock .row .contained.desktop-2 {
    width: 16.66666667%;
  }
  .gridlock .row .contained.desktop-3 {
    width: 25%;
  }
  .gridlock .row .contained.desktop-4 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.desktop-5 {
    width: 41.66666667%;
  }
  .gridlock .row .contained.desktop-6 {
    width: 50%;
  }
  .gridlock .row .contained.desktop-7 {
    width: 58.33333333%;
  }
  .gridlock .row .contained.desktop-8 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.desktop-9 {
    width: 75%;
  }
  .gridlock .row .contained.desktop-10 {
    width: 83.33333333%;
  }
  .gridlock .row .contained.desktop-11 {
    width: 91.66666667%;
  }
  .gridlock .row .contained.desktop-12 {
    width: 100%;
  }
  .gridlock .row .contained.desktop-push-1 {
    margin-left: 8.33333333%;
  }
  .gridlock .row .contained.desktop-push-2 {
    margin-left: 16.66666667%;
  }
  .gridlock .row .contained.desktop-push-3 {
    margin-left: 25%;
  }
  .gridlock .row .contained.desktop-push-4 {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.desktop-push-5 {
    margin-left: 41.66666667%;
  }
  .gridlock .row .contained.desktop-push-6 {
    margin-left: 50%;
  }
  .gridlock .row .contained.desktop-push-7 {
    margin-left: 58.33333333%;
  }
  .gridlock .row .contained.desktop-push-8 {
    margin-left: 66.66666667%;
  }
  .gridlock .row .contained.desktop-push-9 {
    margin-left: 75%;
  }
  .gridlock .row .contained.desktop-push-10 {
    margin-left: 83.33333333%;
  }
  .gridlock .row .contained.desktop-push-11 {
    margin-left: 91.66666667%;
  }
  .gridlock .row .desktop-fifth {
    width: 16.66666667%;
  }
  .gridlock .row .desktop-fourth {
    width: 21.66666667%;
  }
  .gridlock .row .desktop-third {
    width: 30%;
  }
  .gridlock .row .desktop-half {
    width: 46.66666667%;
  }
  .gridlock .row .desktop-full {
    width: 96.66666667%;
  }
  .gridlock .row .desktop-push-fifth {
    margin-left: 21.66666667%;
  }
  .gridlock .row .desktop-push-fourth {
    margin-left: 26.66666667%;
  }
  .gridlock .row .desktop-push-third {
    margin-left: 35%;
  }
  .gridlock .row .desktop-push-half {
    margin-left: 51.66666667%;
  }
  .gridlock .row .contained.desktop-fifth {
    width: 20%;
  }
  .gridlock .row .contained.desktop-fourth {
    width: 25%;
  }
  .gridlock .row .contained.desktop-third {
    width: 33.33333333%;
  }
  .gridlock .row .contained.desktop-half {
    width: 50%;
  }
  .gridlock .row .contained.desktop-full {
    width: 100%;
  }
  .gridlock .row .contained.desktop-push-fifth {
    margin-left: 20%;
  }
  .gridlock .row .contained.desktop-push-fourth {
    margin-left: 25%;
  }
  .gridlock .row .contained.desktop-push-third {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.desktop-push-half {
    margin-left: 50%;
  }
  .gridlock .row [class*="desktop-"].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .gridlock .row .desktop-hide {
    display: none;
  }
}
@media screen and (min-width: 1220px) {
  .gridlock .row .max-1 {
    width: 5%;
  }
  .gridlock .row .max-2 {
    width: 13.33333333%;
  }
  .gridlock .row .max-3 {
    width: 21.66666667%;
  }
  .gridlock .row .max-4 {
    width: 30%;
  }
  .gridlock .row .max-5 {
    width: 38.33333333%;
  }
  .gridlock .row .max-6 {
    width: 46.66666667%;
  }
  .gridlock .row .max-7 {
    width: 55%;
  }
  .gridlock .row .max-8 {
    width: 63.33333333%;
  }
  .gridlock .row .max-9 {
    width: 71.66666667%;
  }
  .gridlock .row .max-10 {
    width: 80%;
  }
  .gridlock .row .max-11 {
    width: 88.33333333%;
  }
  .gridlock .row .max-12 {
    width: 96.66666667%;
  }
  .gridlock .row .max-push-1 {
    margin-left: 10%;
  }
  .gridlock .row .max-push-2 {
    margin-left: 18.33333333%;
  }
  .gridlock .row .max-push-3 {
    margin-left: 26.66666667%;
  }
  .gridlock .row .max-push-4 {
    margin-left: 35%;
  }
  .gridlock .row .max-push-5 {
    margin-left: 43.33333333%;
  }
  .gridlock .row .max-push-6 {
    margin-left: 51.66666667%;
  }
  .gridlock .row .max-push-7 {
    margin-left: 60%;
  }
  .gridlock .row .max-push-8 {
    margin-left: 68.33333333%;
  }
  .gridlock .row .max-push-9 {
    margin-left: 76.66666667%;
  }
  .gridlock .row .max-push-10 {
    margin-left: 85%;
  }
  .gridlock .row .max-push-11 {
    margin-left: 93.33333333%;
  }
  .gridlock .row .contained.max-1 {
    width: 8.33333333%;
  }
  .gridlock .row .contained.max-2 {
    width: 16.66666667%;
  }
  .gridlock .row .contained.max-3 {
    width: 25%;
  }
  .gridlock .row .contained.max-4 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.max-5 {
    width: 41.66666667%;
  }
  .gridlock .row .contained.max-6 {
    width: 50%;
  }
  .gridlock .row .contained.max-7 {
    width: 58.33333333%;
  }
  .gridlock .row .contained.max-8 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.max-9 {
    width: 75%;
  }
  .gridlock .row .contained.max-10 {
    width: 83.33333333%;
  }
  .gridlock .row .contained.max-11 {
    width: 91.66666667%;
  }
  .gridlock .row .contained.max-12 {
    width: 100%;
  }
  .gridlock .row .contained.max-push-1 {
    margin-left: 8.33333333%;
  }
  .gridlock .row .contained.max-push-2 {
    margin-left: 16.66666667%;
  }
  .gridlock .row .contained.max-push-3 {
    margin-left: 25%;
  }
  .gridlock .row .contained.max-push-4 {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.max-push-5 {
    margin-left: 41.66666667%;
  }
  .gridlock .row .contained.max-push-6 {
    margin-left: 50%;
  }
  .gridlock .row .contained.max-push-7 {
    margin-left: 58.33333333%;
  }
  .gridlock .row .contained.max-push-8 {
    margin-left: 66.66666667%;
  }
  .gridlock .row .contained.max-push-9 {
    margin-left: 75%;
  }
  .gridlock .row .contained.max-push-10 {
    margin-left: 83.33333333%;
  }
  .gridlock .row .contained.max-push-11 {
    margin-left: 91.66666667%;
  }
  .gridlock .row .max-fifth {
    width: 16.66666667%;
  }
  .gridlock .row .max-fourth {
    width: 21.66666667%;
  }
  .gridlock .row .max-third {
    width: 30%;
  }
  .gridlock .row .max-half {
    width: 46.66666667%;
  }
  .gridlock .row .max-full {
    width: 96.66666667%;
  }
  .gridlock .row .max-push-fifth {
    margin-left: 21.66666667%;
  }
  .gridlock .row .max-push-fourth {
    margin-left: 26.66666667%;
  }
  .gridlock .row .max-push-third {
    margin-left: 35%;
  }
  .gridlock .row .max-push-half {
    margin-left: 51.66666667%;
  }
  .gridlock .row .contained.max-fifth {
    width: 20%;
  }
  .gridlock .row .contained.max-fourth {
    width: 25%;
  }
  .gridlock .row .contained.max-third {
    width: 33.33333333%;
  }
  .gridlock .row .contained.max-half {
    width: 50%;
  }
  .gridlock .row .contained.max-full {
    width: 100%;
  }
  .gridlock .row .contained.max-push-fifth {
    margin-left: 20%;
  }
  .gridlock .row .contained.max-push-fourth {
    margin-left: 25%;
  }
  .gridlock .row .contained.max-push-third {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.max-push-half {
    margin-left: 50%;
  }
  .gridlock .row [class*="max-"].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .gridlock .row .max-hide {
    display: none;
  }
}
/* 
 * Wallpaper v3.1.19 - 2015-02-06 
 * A jQuery plugin for smooth-scaling image and video backgrounds. Part of the Formstone Library. 
 * http://formstone.it/wallpaper/ 
 * 
 * Copyright 2015 Ben Plum; MIT Licensed 
 */ 

	.wallpaper,
 	.wallpaper .wallpaper-container,
 	.wallpaper .wallpaper-media {
		-webkit-transition: none !important;
		        transition: none !important;
	}

	.wallpaper { overflow: hidden; position: relative; }
 	.wallpaper .wallpaper-container { height: 100%; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: 0; }

 	.wallpaper .wallpaper-media { left: 0; opacity: 0; position: absolute; top: 0; }
 	.wallpaper .wallpaper-media.animated {
	 	-webkit-transition: opacity 0.5s linear !important;
		        transition: opacity 0.5s linear !important;
 	}

 	.wallpaper .wallpaper-media img,
 	.wallpaper .wallpaper-media video,
 	.wallpaper .wallpaper-media iframe { display: block; height: 100%; width: 100%; }

 	.wallpaper .wallpaper-embed.ready:after { content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
 	.wallpaper .wallpaper-embed.ready iframe { /* pointer-events: none; - safari doesn't like this :/ */ z-index: 0; }

 	.wallpaper .wallpaper-media.native { background-position: center; background-size: cover; height: 100%; width: 100%; }
 	.wallpaper .wallpaper-media.native img { display: none; }

 	.wallpaper .wallpaper-media.fixed { background-position: center; background-attachment: fixed; height: 100%; width: 100%; }
 	.wallpaper .wallpaper-media.fixed img { display: none; }
/* 
 * Boxer v3.3.0 - 2014-10-24 
 * A jQuery plugin for displaying images, videos or content in a modal overlay. Part of the Formstone Library. 
 * http://formstone.it/boxer/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */

.boxer-lock {
  overflow: hidden !important;
}
#boxer-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
          transition: opacity 0.25s linear;
}
.boxer-open #boxer-overlay {
  opacity: 0.75;
}
#boxer {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 101;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 25px #000000;
  opacity: 0;
  margin: 0 auto;
  padding: 10px;
}
#boxer * {
  -webkit-transition: none;
          transition: none;
}
#boxer,
#boxer * {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
#boxer,
#boxer *,
#boxer *:before,
#boxer *:after {
  box-sizing: border-box;
}
#boxer.fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
}
#boxer.inline {
  padding: 30px;
}
#boxer.animating {
  -webkit-transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
          transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
}
#boxer.animating .boxer-container {
  -webkit-transition: opacity 0.25s linear 0.25s;
          transition: opacity 0.25s linear 0.25s;
}
.boxer-open #boxer {
  opacity: 1;
}
#boxer.loading .boxer-container {
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
          transition: opacity 0.25s linear;
}
#boxer .boxer-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7.5px;
  right: -7.5px;
  z-index: 105;
  background: #ffffff;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  text-indent: 200%;
  white-space: nowrap;
}
#boxer .boxer-close:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #333333;
  content: "\00d7";
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: auto;
  text-align: center;
  text-indent: 0;
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
}
.no-opacity #boxer .boxer-close {
  text-indent: -999px;
}
#boxer .boxer-loading {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  display: block;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
          transition: opacity 0.25s linear;
}
#boxer .boxer-loading:before,
#boxer .boxer-loading:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 110%;
  content: '';
  display: block;
}
#boxer .boxer-loading:before {
  border: 5px solid rgba(51, 51, 51, 0.25);
}
#boxer .boxer-loading:after {
  -webkit-animation: boxer-loading-spin 0.75s linear infinite;
          animation: boxer-loading-spin 0.75s linear infinite;
  border: 5px solid transparent;
  border-top-color: #333333;
}
#boxer.loading .boxer-loading {
  opacity: 1;
}
@-webkit-keyframes boxer-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes boxer-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#boxer .boxer-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 103;
  background: #ffffff;
  overflow: hidden;
}
#boxer .boxer-content {
  width: 100%;
  background: #ffffff;
  opacity: 1;
  overflow: hidden;
  padding: 0;
}
#boxer.inline .boxer-content,
#boxer.iframe .boxer-content {
  width: auto;
}
#boxer .boxer-image {
  float: left;
}
#boxer .boxer-video {
  width: 100%;
  height: 100%;
}
#boxer .boxer-iframe {
  width: 100%;
  height: 100%;
  border: none;
  float: left;
  overflow: auto;
}
#boxer .boxer-meta {
  clear: both;
}
#boxer .boxer-control {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  overflow: hidden;
  text-indent: 200%;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
  white-space: nowrap;
}
#boxer .boxer-control:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  margin: auto;
}
#boxer .boxer-control.previous {
  left: 20px;
}
#boxer .boxer-control.previous:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10.4px solid #333333;
  margin-left: 14px;
}
#boxer .boxer-control.next {
  right: 20px;
}
#boxer .boxer-control.next:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10.4px solid #333333;
  margin-right: 14px;
}
#boxer .boxer-control.disabled {
  opacity: 0;
}
.no-opacity #boxer .boxer-control {
  text-indent: -999px;
}
.no-touch #boxer .boxer-control {
  opacity: 0;
}
.no-touch #boxer:hover .boxer-control {
  opacity: 1;
}
.no-touch #boxer:hover .boxer-control.disabled {
  opacity: 0;
  cursor: default !important;
}
#boxer .boxer-meta {
  padding: 10px 0 0 0;
}
#boxer .boxer-position {
  color: #999999;
  font-size: 12px;
  margin: 0;
  padding: 15px 15px 0 15px;
}
#boxer .boxer-caption p {
  color: #666666;
  font-size: 14px;
  margin: 0;
  padding: 15px;
}
#boxer .boxer-caption.gallery p {
  padding-top: 0;
}
#boxer .boxer-error {
  width: 250px;
}
#boxer .boxer-error p {
  color: #990000;
  font-size: 14px;
  margin: 0;
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
}
#boxer.mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111111;
  border-radius: 0;
  padding: 40px 0 0;
}
#boxer.mobile .boxer-close,
#boxer.mobile .boxer-close:hover {
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  background: #111111;
  border-radius: 0;
}
#boxer.mobile .boxer-close:before,
#boxer.mobile .boxer-close:hover:before {
  color: #cccccc;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}
#boxer.mobile .boxer-loading:before {
  border-color: rgba(153, 153, 153, 0.25);
}
#boxer.mobile .boxer-loading:after {
  border-top-color: #999999;
}
#boxer.mobile .boxer-container {
  background: #111111;
}
#boxer.mobile .boxer-content {
  background-color: #111111;
}
#boxer.mobile .boxer-control {
  width: 50px;
  height: 100%;
  background: #111111;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
}
#boxer.mobile .boxer-control.previous {
  left: 0;
}
#boxer.mobile .boxer-control.previous:before {
  border-right-color: #eeeeee;
  margin-left: 19px;
}
#boxer.mobile .boxer-control.next {
  right: 0;
}
#boxer.mobile .boxer-control.next:before {
  border-left-color: #eeeeee;
  margin-right: 19px;
}
.no-touch #boxer.mobile .boxer-control,
.no-touch #boxer.mobile:hover .boxer-control {
  opacity: 1;
}
.no-touch #boxer.mobile .boxer-control.disabled,
.no-touch #boxer.mobile:hover .boxer-control.disabled {
  opacity: 0;
  cursor: default !important;
}
#boxer.mobile .boxer-meta {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111111;
  padding: 15px 65px;
}
#boxer.mobile .boxer-position {
  color: #999999;
  font-size: 12px;
  margin: 0;
  padding: 0 15px 0 0;
}
#boxer.mobile .boxer-caption p {
  color: #eeeeee;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
#boxer.mobile .boxer-image {
  -webkit-transition: none !important;
          transition: none !important;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
#boxer.mobile.animated .boxer-image {
  -webkit-transition: -webkit-transform 0.25s ease-out !important;
          transition: transform 0.25s ease-out !important;
}
#boxer.mobile.inline .boxer-content,
#boxer.mobile.iframe .boxer-content {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* 
 * Picker v3.1.2 - 2014-10-20 
 * A jQuery plugin for replacing default checkboxes and radios. Part of the formstone library. 
 * http://formstone.it/picker/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */

.picker-element {
  opacity: 0;
  position: absolute;
  -webkit-transition: none;
          transition: none;
  z-index: -1;
}
.no-touch .picker-element {
  left: -99999px;
}
.picker {
  cursor: pointer;
  margin: 0 0 10px 0;
  overflow: hidden;
}
.picker .picker-label {
  color: #888;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.picker .picker-handle {
  border: 1px solid #ccc;
  display: block;
  float: left;
  height: 16px;
  margin: 0 5px 0 0;
  width: 16px;
}
.no-touch .picker:hover .picker-label {
  color: #555;
}
.no-touch .picker:hover .picker-handle {
  border-color: #aaa;
}
.picker.focus .picker-label {
  color: #555;
}
.picker.focus .picker-handle {
  border-color: #aaa;
}
.picker.picker-radio .picker-handle {
  border-radius: 8px;
}
.picker.picker-radio .picker-flag {
  background: #fff;
  border-radius: 4px;
  display: block;
  height: 8px;
  margin: 3px;
  width: 8px;
}
.picker.picker-radio.focus .picker-flag {
  background: #ddd;
}
.picker.picker-radio.checked .picker-flag {
  background: #999;
}
.no-touch .picker.picker-radio:hover .picker-flag {
  background: #ddd;
}
.no-touch .picker.picker-radio.disabled:hover .picker-flag {
  background: #fff;
}
.picker.picker-checkbox .picker-handle {
  border-radius: 3px;
}
.picker.picker-checkbox .picker-flag {
  background: #fff;
  border-radius: 2px;
  display: block;
  height: 100%;
  margin: 0;
  width: 100%;
}
.picker.picker-checkbox.checked .picker-flag {
  background: #ffffff url(jquery.fs.picker-icon.png) no-repeat center;
}
.picker.picker-toggle {
  padding: 20px 0 0;
  position: relative;
}
.picker.picker-toggle .picker-toggle-label {
  color: #999;
  font-size: 12px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}
.picker.picker-toggle .picker-toggle-label.on {
  left: 0;
}
.picker.picker-toggle .picker-toggle-label.off {
  color: #333;
  right: 0;
}
.picker.picker-toggle .picker-label {
  display: none;
}
.picker.picker-toggle .picker-handle {
  border-radius: 3px;
  height: 20px;
  position: relative;
  width: 100%;
}
.picker.picker-toggle .picker-flag {
  background: #666;
  border-radius: 2px;
  display: block;
  height: 100%;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 50%;
  -webkit-transition: left 0.1s linear;
          transition: left 0.1s linear;
}
.picker.picker-toggle.checked .picker-toggle-label.on {
  color: #333;
}
.picker.picker-toggle.checked .picker-toggle-label.off {
  color: #999;
}
.picker.picker-toggle.checked .picker-flag {
  background: #666;
  left: 0;
}
.picker.disabled {
  cursor: default;
  opacity: 0.5;
}
.picker.disabled .picker-label,
.picker.disabled .picker-handle {
  cursor: default;
}
.no-touch .picker.disabled:hover .picker-label {
  color: #888;
}
.no-touch .picker.disabled:hover .picker-handle {
  border-color: #ccc;
}

/* 
 * Roller v3.2.8 - 2015-01-23 
 * A jQuery plugin for simple content carousels. Part of the Formstone Library. 
 * http://formstone.it/roller/ 
 * 
 * Copyright 2015 Ben Plum; MIT Licensed 
 */

.roller {
  width: 100%;
}
.roller * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.roller,
.roller .roller-viewport {
  position: relative;
}
.roller .roller-canister {
  margin: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s ease;
          transition: transform 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.roller .roller-item {
  float: left;
  margin: 0;
}
.roller .roller-canister,
.roller .roller-item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.roller .roller-controls,
.roller .roller-pagination {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.roller .roller-controls.visible,
.roller .roller-pagination.visible {
  display: block;
}
.roller .roller-control {
  cursor: default;
}
.roller .roller-page,
.roller .roller-control.enabled {
  cursor: pointer;
}
.roller .roller-caption {
  display: none;
}
.roller .roller-caption.active {
  display: block;
}
.roller.single .roller-item {
  display: none;
}
.roller.single .roller-item.active {
  display: block;
}

.scroller {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}
.scroller,
.scroller * {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.scroller,
.scroller-content,
.scroller-bar,
.scroller-track,
.scroller-handle {
  box-sizing: border-box;
}
.scroller-content {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.scroller-content::-webkit-scrollbar,
.scroller-content::-webkit-scrollbar-button,
.scroller-content::-webkit-scrollbar-track,
.scroller-content::-webkit-scrollbar-track-piece,
.scroller-content::-webkit-scrollbar-thumb,
.scroller-content::-webkit-scrollbar-corner,
.scroller-content::-webkit-resizer {
  background: transparent;
  opacity: 0;
}
.scroller-bar {
  width: 10px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #3d3d3d;
  border: 0 solid transparent;
  border-width: 0 0 0 0;
  display: none;
}
.scroller-track {
  width: 100%;
  height: 100%;
  position: relative;
  background: transparent;
  overflow: hidden;
}
.scroller-handle {
  width: 10px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 2;
  background: #ffcc00;
  border: 0 solid transparent;
  border-radius: 5px;
  cursor: pointer;
}
.scroller-horizontal .scroller-content {
  overflow: auto;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 10px 0;
}
.scroller-horizontal .scroller-bar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  border-width: 0 0 0 0;
}
.scroller-horizontal .scroller-handle {
  width: 20px;
  height: 10px;
  top: auto;
  right: auto;
  bottom: 0px;
}
.scroller-setup .scroller-content,
.scroller-active .scroller-content {
  padding: 0px;
}
.scroller-setup .scroller-bar,
.scroller-active .scroller-bar {
  display: block;
}
.selecter {
  position: relative;
  display: block;
  margin: 10px 0;
  z-index: 1;
  max-width: 30%;
}
.selecter:focus {
  box-shadow: none;
  outline: none;
}
.selecter,
.selecter * {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.selecter,
.selecter *,
.selecter *:before,
.selecter *:after {
  box-sizing: border-box;
}
.selecter-element {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.selecter-element,
.selecter-element:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.no-opacity .selecter-element {
  left: -999999px;
}
.selecter-selected {
  position: relative;
  background: #000000;
  border: 0 solid #cccccc;
  color: #ffcc00;
  cursor: pointer;
  display: block;
  font-size: 18px;
  margin: 0;
  overflow: hidden;
  padding: 19px;
  text-overflow: clip;
  z-index: 2;
}
.selecter-selected:after {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #cccccc;
  content: '';
  display: block;
  margin: auto 0;
}
.no-touch .selecter-selected:hover {
  color: #ffcc00;
}
.no-touch .selecter.disabled .selecter-selected:hover {
  color: #cccccc;
}
.selecter-options {
  width: 100%;
  max-height: 260px;
  position: absolute;
  top: 100%;
  left: 0;
  border: 0 solid #cccccc;
  border-width: 0 0 0;
  background-color: #ffffff;
  display: none;
  margin: 0;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  z-index: 50;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.selecter-options.scroller {
  position: absolute;
}
.no-opacity .selecter-options {
  width: auto;
}
.selecter-group {
  border-bottom: 0 solid #cccccc;
  color: #999999;
  display: block;
  font-size: 11px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.selecter-item {
  width: 100%;
  background: #e6e6e6;
  border-bottom: 1px solid #ffffff;
  color: #000000;
  cursor: pointer;
  display: block;
  font-size: 18px;
  margin: 0;
  overflow: hidden;
  padding: 19px;
  text-decoration: none;
  text-overflow: ellipsis;
}
.selecter-item.placeholder {
  display: none;
}
.selecter-item.selected {
  background: #eeeeee;
}
.selecter-item.disabled {
  color: #999999;
  cursor: default;
}
.selecter-item:last-child {
  border-bottom: 0;
}
.no-touch .selecter-item:hover,
.no-touch .selecter-item.selected:hover {
  color: #000000;
  background-color: #ffcc00;
}
.selecter-item.disabled,
.no-touch .selecter-item.disabled:hover {
  color: #cccccc;
  background-color: #ffffff;
}
.selecter.open {
  z-index: 3;
}
.selecter.open .selecter-selected {
  z-index: 51;
}
.selecter.open .selecter-selected,
.selecter.focus .selecter-selected {
  background-color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.selecter.cover .selecter-options {
  border-width: 0;
  top: 0;
}
.selecter.cover.open .selecter-selected {
  z-index: 49;
}
.selecter.bottom .selecter-options {
  top: auto;
  bottom: 100%;
  border-width: 0 0 0;
}
.selecter.bottom .selecter-item:last-child {
  border: none;
}
.selecter.bottom .cover .selecter-options {
  top: auto;
  bottom: 0;
}
.selecter.multiple .selecter-options {
  width: 100%;
  position: static;
  border-width: 0;
  display: block;
  box-shadow: none;
}
.selecter.disabled .selecter-selected {
  background: #ffffff;
  border-color: #cccccc;
  color: #cccccc;
  cursor: default;
}
.selecter.disabled .selecter-options {
  background: #ffffff;
  border-color: #cccccc;
}
.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item {
  border-color: #cccccc;
  color: #cccccc;
  cursor: default;
}
.selecter.disabled .selecter-item.selected,
.no-touch .selecter.disabled .selecter-item.selected:hover {
  background: #fafafa;
}
.selecter.disabled .selecter-item,
.no-touch .selecter.disabled .selecter-item:hover {
  color: #cccccc;
  background-color: #ffffff;
}
.selecter-options.scroller {
  overflow: hidden;
}
.selecter-options.scroller .scroller-content {
  max-height: 260px;
  padding: 0;
}
@media screen and (max-width: 740px) {
  .selecter {
    max-width: 40%;
  }
}
@media screen and (max-width: 500px) {
  .selecter {
    max-width: 100%;
  }
}
/* 
 * Naver v3.1.2 - 2014-10-24 
 * A jQuery plugin for responsive navigation. Part of the Formstone Library. 
 * http://formstone.it/naver/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */

.naver {
  margin: 0;
}
.naver,
.naver *,
.naver *:before,
.naver *:after {
  box-sizing: border-box;
}
.naver-handle {
  width: 100%;
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #111111;
  cursor: pointer;
  display: none;
  font-size: 16px;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.naver-handle:after {
  height: 3px;
  width: 15px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  background: #cccccc;
  box-shadow: 0 5px 0 #cccccc, 0 -5px 0 #cccccc;
  content: '';
  display: block;
  margin: auto 0;
}
.naver.open .naver-handle:after {
  width: 15px;
  height: 15px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #cccccc;
  content: "\00d7";
  font-size: 22px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
}
.naver-wrapper {
  border: none;
  height: auto;
  margin: 0;
  padding: 0;
}
.naver-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.naver.enabled .naver-handle {
  display: block;
}
.naver.enabled .naver-wrapper {
  height: 0px;
  overflow: hidden;
}
.naver.enabled .naver-container {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-width: 0 1px 1px;
}

/* 
 * Tabber v3.0.13 - 2014-09-14 
 * A jQuery plugin for adding simple tabbed interfaces. Part of the Formstone Library. 
 * http://formstone.it/tabber/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */ 

	.tabber { overflow: hidden; }

	.tabber .tabber-menu { display: block; margin: 0; padding: 0; }
	.tabber .tabber-handle { color: #999; cursor: pointer; display: block; float: left;
		-webkit-transition: none;
		   	 	transition: none;
	}
	.tabber .tabber-handle.active { color: #333; }
	.tabber .tabber-handle.mobile { display: none; float: none; }

	.tabber .tabber-tab { clear: both; display: none; }
	.tabber .tabber-tab.active { display: block; }

	/* Vertical */
	.tabber.vertical .tabber-menu { float: left; width: 20%; }
	.tabber.vertical .tabber-handle { display: block; width: 100%; }
	.tabber.vertical .tabber-handle.mobile { display: none; }

	.tabber.vertical .tabber-tab { clear: none; float: right; min-height: 100%; width: 80%; }

	/* Mobile */
	.tabber.mobile .tabber-handle { display: none; }
	.tabber.mobile .tabber-handle.mobile { display: block; }

	.tabber.vertical.mobile .tabber-menu,
	.tabber.vertical.mobile .tabber-tab { float: none; width: 100%; }
/* 
 * Stacker v0.0.1 - 2014-11-25 
 * A jQuery plugin for responsive tables that retain column headers. Part of the Formstone Library. 
 * http://formstone.it/selecter/ 
 * 
 * Copyright 2014 Matt Hisamoto; MIT Licensed 
 */

.stacker.stacker-table {
  display: none;
}
.stacker.stacker-table.enabled {
  display: table;
}
.stacker.stacker-table,
.stacker.stacker-table table {
  width: 100%;
  min-width: 100%;
  table-layout: fixed;
}
.stacker.stacker-table,
.stacker.stacker-table tr,
.stacker.stacker-table th,
.stacker.stacker-table td {
  background: none;
  padding: 0;
  margin: 0;
}
.stacker.stacker-table table tr,
.stacker.stacker-table table th,
.stacker.stacker-table table td {
  padding: 1em;
}
.stacker.stacker-table table th:first-child,
.stacker.stacker-table table td:first-child {
  text-align: right;
}
.stacker.stacker-table table th:last-child,
.stacker.stacker-table table td:last-child {
  text-align: left;
}
.stacker.stacker-table table th:first-child:last-child,
.stacker.stacker-table table td:first-child:last-child {
  text-align: center;
}
.stacker.stacker-original {
  display: none;
}
.stacker.stacker-original.enabled {
  display: table;
}
/* ==========================================================================
	Variables
========================================================================== */
/* ==========================================================================
	Fonts
========================================================================== */
.frutiger_extra_black {
  font-family: 'FrutigerLTW01-87ExtraBk';
}
.frutiger_condensed_bold {
  font-family: 'FrutigerLTW01-67BoldCn';
}
.frutiger_light {
  font-family: 'FrutigerLTW01-45Light722105';
}
.sabon {
  font-family: 'Sabon LT W01 Roman';
}
.sabon_italic {
  font-family: 'Sabon LT W01 Italic';
}
.sabon_bold {
  font-family: 'Sabon LT W01 Bold';
}
.sabon_bold_italic {
  font-family: 'SabonLTW01-BoldItalic';
}
/* ==========================================================================
	Mixins
========================================================================== */
.ellipsis {
  display: block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.backface_visibility {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.text_shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.box_shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
/* ==========================================================================
	Custom
========================================================================== */
/* Font Icons
	 ========================================================================== */
/* Sprites
	 ========================================================================== */
/* ==========================================================================
	Background Colors
========================================================================== */
.bg_black {
  background-color: #000000;
}
.bg_black_50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg_black_60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg_black_70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg_black_80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg_black_90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.bg_white {
  background-color: #ffffff;
}
.bg_white_50 {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg_white_60 {
  background-color: rgba(255, 255, 255, 0.6);
}
.bg_white_70 {
  background-color: rgba(255, 255, 255, 0.7);
}
.bg_white_80 {
  background-color: rgba(255, 255, 255, 0.8);
}
.bg_gold {
  background-color: #ffcc00;
}
.bg_gold_80 {
  background-color: rgba(255, 204, 0, 0.8);
}
.bg_gray_pale {
  background-color: #f8f8f8;
}
.bg_gray_tin {
  background-color: #777777;
}
.bg_gray_light {
  background-color: #e6e6e6;
}
.bg_gray_thunder {
  background-color: #4c4c4c;
}
.bg_gray_thunder_80 {
  background-color: rgba(76, 76, 76, 0.8);
}
.bg_gray_middle {
  background-color: #979797;
}
/* ==========================================================================
	Font Colors
========================================================================== */
.color_white {
  color: #ffffff;
}
/* ==========================================================================
	Elements
========================================================================== */
html,
body {
  background: #ffcc00;
  color: #000000;
}
body {
  font-family: 'Sabon LT W01 Roman';
  position: relative;
  height: 100%;
  min-width: 301px;
  overflow-x: hidden;
}
body.android * {
  text-rendering: auto !important;
}
.body_wrapper {
  position: relative;
  overflow: hidden;
}
::-moz-selection,
::-moz-selection {
  background: #eee;
  text-shadow: none;
}
::selection,
::-moz-selection {
  background: #eee;
  text-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  text-rendering: optimizeLegibility;
}
h1,
.heading_1 {
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 740px) {
  h1,
  .heading_1 {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
h2,
.heading_2 {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 740px) {
  h2,
  .heading_2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
h3,
.heading_3 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 740px) {
  h3,
  .heading_3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
h4,
.heading_4 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 740px) {
  h4,
  .heading_4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
h5,
.heading_5 {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media only screen and (min-width: 740px) {
  h5,
  .heading_5 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
h6,
.heading_6 {
  font-size: 14px;
  font-size: 0.875rem;
}
p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #4c4c4c;
  letter-spacing: -0.03em;
  line-height: 1.6;
  margin: 0;
}
@media only screen and (min-width: 740px) {
  p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
a {
  color: #000000;
  text-decoration: none;
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  -webkit-transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear, color 0.25s linear, opacity 0.25s linear;
          transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear, color 0.25s linear, opacity 0.25s linear;
}
.no-touch a:hover {
  color: #000000;
}
a.label,
a.block {
  border-bottom: none !important;
}
em {
  font-family: 'Sabon LT W01 Italic';
  font-style: normal;
}
strong {
  font-weight: bold;
}
.quote {
  position: relative;
  border: 1px solid #e6e6e6;
  margin: 40px 0 60px;
  padding: 35px 30px 60px 50px;
}
@media only screen and (min-width: 740px) {
  .quote {
    padding: 35px 30px 60px 70px;
  }
}
.quote blockquote {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1666666666666667em;
  font-family: 'Sabon LT W01 Italic';
  position: relative;
  color: #000000;
  margin: 0;
}
.quote blockquote p {
  font-size: 24px;
  font-size: 1.5rem;
}
.quote blockquote p:last-child {
  margin: 0;
}
.quote blockquote:before {
  font-size: 50px;
  font-size: 3.125rem;
  font-family: 'Sabon LT W01 Italic';
  position: absolute;
  top: 0;
  left: -38px;
  content: '“';
  display: block;
  line-height: 1;
}
@media only screen and (min-width: 740px) {
  .quote blockquote:before {
    left: -44px;
  }
}
.quote figcaption {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-family: 'FrutigerLTW01-45Light722105';
  position: relative;
  right: 20px;
  background-color: #ffcc00;
  letter-spacing: 0.05em;
  margin-top: 30px;
  margin-bottom: -85px;
  max-width: 250px;
  padding: 16px 22px;
  text-rendering: optimizeLegibility;
}
@media only screen and (min-width: 740px) {
  .quote figcaption {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 500px) {
  .quote figcaption {
    max-width: 424px;
  }
}
@media only screen and (min-width: 740px) {
  .quote figcaption {
    float: right;
    max-width: none;
  }
}
.quote.green figcaption {
  background-color: #048574;
  color: #ffffff;
}
.quote.red figcaption {
  background-color: #d0463d;
  color: #ffffff;
}
.quote.purple figcaption {
  background-color: #696ab1;
  color: #ffffff;
}
.quote.orange figcaption {
  background-color: #ff6600;
}
/* Changed from 30 to 5 because spacing was too great */
ol,
ul {
  padding: 5px 0px 5px 0px;
}
li {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4em;
  color: #4c4c4c;
  margin-top: 10px;
  margin-bottom: 10px;
}
.plain_list li {
  margin: 0;
}
/* To fix the yellow number, comment out the list-style on line 274 below, then comment out lines 284, 285, and 309 -- Andy B. */
ol {
  counter-reset: li;
  margin-left: 0;
  padding-left: 30px;
}
ol li {
  position: relative;
  list-style: none;
}
ol li:before {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'FrutigerLTW01-87ExtraBk';
  position: absolute;
  left: -28px;
  color: #ffcc00;
  content: counter(li) ". ";
  counter-increment: li;
  margin-right: 17px;
  margin-top: 1px;
}
@media only screen and (min-width: 411px) and (max-width: 499px), only screen and (min-width: 591px) and (max-width: 739px), only screen and (min-width: 831px) {
  ol li:before {
    left: auto;
    right: 100%;
  }
}
@media only screen and (min-width: 411px) and (max-width: 499px), only screen and (min-width: 591px) and (max-width: 739px), only screen and (min-width: 831px) {
  ol li li {
    margin-left: 28px;
  }
}
ol li li:before {
  content: counter(li, lower-alpha) ". ";
}
ul {
  list-style: none;
  margin-left: 30px;
  padding-left: 0;
}
ul.plain_list {
  margin-left: 0;
}
ul li:before {
  width: 11px;
  height: 11px;
  background: #4c4c4c;
  content: '';
  display: block;
  float: left;
  margin: 10px 0 0 -30px;
}
ul ul {
  margin-left: 0;
}
.plain_list li:before {
  display: none;
}
hr {
  background: #e6e6e6;
  border: none;
  clear: both;
  height: 1px;
  margin: 0;
  padding: 0;
  width: 100%;
}
iframe {
  border: none;
}
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}
/* Form Styles */
fieldset {
  border: 0;
  margin: 15px 0 20px;
  padding: 0;
}
fieldset label {
  display: block;
}
input,
textarea {
  font-family: 'FrutigerLTW01-45Light722105';
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  color: #000000;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
input:last-child,
textarea:last-child {
  margin-bottom: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #3d3d3d;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #3d3d3d;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #3d3d3d;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #3d3d3d;
}
input:focus,
textarea:focus,
input:active,
textarea:active {
  background-color: #ffffff;
  border-color: #D3D3D3;
}
textarea {
  width: 100%;
  min-height: 250px;
  padding: 20px;
}
@media only screen and (min-width: 740px) {
  textarea {
    padding: 30px;
  }
}
@media only screen and (min-width: 980px) {
  textarea {
    padding: 40px;
  }
}
input[type=text] {
  width: 100%;
  height: 60px;
  line-height: 1;
  padding: 22px;
}
input[type=checkbox],
input[type=radio] {
  border-bottom: 1px solid #e6e6e6;
}
input[type=checkbox]:first-child,
input[type=radio]:first-child {
  border-top: 1px solid #e6e6e6;
}
textarea {
  resize: vertical;
}
menu {
  margin: 0;
  padding: 0;
}
button {
  background: none;
  border: none;
  padding: 0;
}
figure {
  margin: 0;
}
button,
input {
  outline: none;
}
table {
  font-size: 18px;
  font-size: 1.125rem;
  width: 100%;
  color: #4c4c4c;
  border: 1px solid #e6e6e6;
  border-top: 6px solid #ffcc00;
  margin: 40px 0;
}
table tr {
  border-bottom: 1px solid #e6e6e6;
}
table thead th {
  font-family: 'FrutigerLTW01-67BoldCn';
  color: #000000;
  padding: 40px;
  text-align: left;
  text-transform: uppercase;
}
table td {
  padding: 20px 40px;
}
.page_content table th,
.page_content table td {
  padding: 20px 30px;
}
table.stacker-table {
  border: none;
  margin: 0;
}
@media only screen and (min-width: 500px) {
  table.stacker-table table {
    display: table;
  }
}
table.stacker-table table td,
table.stacker-table table th {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 500px) {
  table.stacker-table table td,
  table.stacker-table table th {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.table_styles {
  width: 100%;
  color: #4c4c4c;
  border: 1px solid #e6e6e6;
  border-top: 6px solid #ffcc00;
  margin: 40px 0;
}
.table_styles .caption {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  color: #000000;
  padding: 25px 40px;
  text-transform: uppercase;
}
.table_styles .content p {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 40px;
}
.table_styles .content ul {
  margin: 0;
  padding: 0;
}
.table_styles .content li {
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding: 25px 40px;
}
.table_styles .content li:last-child {
  border-bottom: 0;
}
.table_styles .content li:before {
  display: none;
}
.table_styles .content li p {
  padding: 0;
}
.table_styles .content li.split:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.table_styles .content li.split P {
  width: 48%;
  float: left;
}
.table_styles .content li.split p:first-child {
  font-family: 'FrutigerLTW01-67BoldCn';
  text-transform: uppercase;
}
.table_styles thead th {
  color: #000000;
  padding: 40px;
  text-align: left;
}
table.list {
  border: none;
  margin-bottom: 40px;
}
table.list thead tr {
  border: none;
}
table.list th {
  background: #ffcc00;
  color: #786004;
  padding: 18px 30px;
}
@media only screen and (min-width: 1220px) {
  table.list th {
    padding: 18px 40px;
  }
}
table.list tbody tr.expand {
  overflow: hidden;
}
table.list tbody tr.expand td:first-child {
  width: 99%;
}
table.list tbody tr.expand td:first-child:before {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: 'FrutigerLTW01-87ExtraBk';
  width: 30px;
  height: 30px;
  background-color: #F0F0F0;
  border-radius: 100%;
  content: "+";
  display: none;
  float: left;
  line-height: 28px;
  margin-top: -3px;
  margin-right: 15px;
  text-align: center;
  -webkit-transition: background-color 0.15s linear, color 0.15s linear;
          transition: background-color 0.15s linear, color 0.15s linear;
  vertical-align: middle;
}
@media only screen and (min-width: 740px) {
  table.list tbody tr.expand td:first-child:before {
    display: inline-block;
  }
}
table.list tbody tr.expand.open {
  border: none;
}
table.list tbody tr.expand.open td:first-child:before {
  background-color: #3d3d3d;
  color: #ffffff;
  content: "–";
  line-height: 29px;
}
.no-touch table.list tbody tr.expand:hover td:first-child:before {
  background-color: #3d3d3d;
  color: #ffcc00;
}
.no-touch table.list tbody tr.expand:hover td a {
  color: #666666;
}
table.list tbody td a {
  font-family: 'FrutigerLTW01-67BoldCn';
  border: none;
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
  vertical-align: middle;
}
table.list .description {
  background-color: #f8f8f8;
  display: none;
}
table.list .description td {
  line-height: 1.6;
  padding-bottom: 30px;
  padding-top: 30px;
}
table.list .description.open {
  display: table-row;
}
.list.stacker-table table th,
.list.stacker-table table td {
  padding-left: 20px;
}
@media only screen and (min-width: 500px) {
  .list.stacker-table table th,
  .list.stacker-table table td {
    padding-left: 30px;
  }
}
.list.stacker-table > tbody > tr:nth-child(2n+1) {
  border-bottom: none;
}
.list.stacker-table > tbody > tr:nth-child(2n+1) table {
  margin-bottom: 0;
}
.list.stacker-table > tbody > tr:nth-child(2n+1) table th:first-child,
.list.stacker-table > tbody > tr:nth-child(2n+1) table td:first-child {
  width: 40%;
  text-align: left;
}
.list.stacker-table > tbody > tr:nth-child(2n+2) table {
  border-top: none;
  margin-top: 0;
}
.list.stacker-table > tbody > tr:nth-child(2n+2) table th:first-child {
  display: none;
}
.list.stacker-table > tbody > tr:nth-child(2n+2) table th {
  font-family: 'Sabon LT W01 Roman';
  background-color: #ffffff;
  color: #000000;
  font-weight: 400;
  text-transform: none;
}
.button {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  background-color: #ffcc00;
  color: #000000;
  display: inline-block;
  letter-spacing: 0.08em;
  padding: 22px 45px;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
.no-touch .button:hover {
  background-color: #000000;
  color: #ffcc00;
}
.button.green {
  background-color: #048574;
  color: #ffffff;
}
.no-touch .button.green:hover {
  background-color: #000000;
  color: #91d2ca;
}
.button.orange {
  background-color: #ff6600;
  color: #000000;
}
.no-touch .button.orange:hover {
  background-color: #6c2b00;
  color: #ffffff;
}
.button.purple {
  background-color: #696ab1;
  color: #ffffff;
}
.no-touch .button.purple:hover {
  background-color: #000000;
  color: #d0d1ff;
}
.button.red {
  background-color: #d0463d;
  color: #ffffff;
}
.no-touch .button.red:hover {
  background-color: #840017;
  color: #ffffff;
}
.button.small {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 14px;
}
.button_fw_gallery {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  background-color: #ffcc00;
  color: #000000;
  display: inline-block;
  letter-spacing: 0.08em;
  padding: 22px 45px;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
.no-touch .button_fw_gallery:hover {
  background-color: #000000;
  color: #ffcc00;
}
.button_fw_gallery.green {
  background-color: #048574;
  color: #ffffff;
}
.no-touch .button_fw_gallery.green:hover {
  background-color: #000000;
  color: #91d2ca;
}
.button_fw_gallery.orange {
  background-color: #ff6600;
  color: #000000;
}
.no-touch .button_fw_gallery.orange:hover {
  background-color: #6c2b00;
  color: #ffffff;
}
.button_fw_gallery.purple {
  background-color: #696ab1;
  color: #ffffff;
}
.no-touch .button_fw_gallery.purple:hover {
  background-color: #000000;
  color: #d0d1ff;
}
.button_fw_gallery.red {
  background-color: #d0463d;
  color: #ffffff;
}
.no-touch .button_fw_gallery.red:hover {
  background-color: #840017;
  color: #ffffff;
}
.button_fw_gallery.small {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 14px;
}
.tabbed_button {
  position: relative;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  color: #000000;
  margin-right: 10px;
  padding: 22px 25px;
  -webkit-transition: background-color 0.15s linear, border-color 0.15s linear;
          transition: background-color 0.15s linear, border-color 0.15s linear;
}
.tabbed_button:last-child {
  margin-right: 0;
}
.tabbed_button:after {
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 9px solid #ffcc00;
  content: '';
  display: block;
  opacity: 0;
  margin-left: -10px;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}
.tabbed_button.active {
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.tabbed_button.active:after {
  opacity: 1;
}
.no-touch .tabbed_button:hover {
  color: #000000;
  background-color: #e6e6e6;
}
.no-touch .tabbed_button:hover.active {
  background-color: #ffcc00;
}
.link_button {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  border-bottom: 2px solid #ffcc00;
  display: inline-block;
  letter-spacing: 0.08em;
  padding-bottom: 2px;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
.no-touch .link_button:hover {
  border-color: #000000;
}
.table_links {
  width: 100%;
  max-width: 761px;
}
@media only screen and (min-width: 740px) {
  .table_links {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }
  .table_links * {
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
  }
}
.table_link {
  background-color: #f8f8f8;
  border: none !important;
  display: block;
  margin-bottom: 1px;
  padding: 25px !important;
}
.no-touch .table_link:hover {
  background-color: #ffcc00;
}
.more_link_border {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  margin-bottom: 15px;
}
.section_title {
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: -0.03em;
  margin-bottom: 60px;
}
@media only screen and (min-width: 740px) {
  .section_title {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
.section_label {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'FrutigerLTW01-45Light722105';
  color: #666666;
  line-height: 1;
  letter-spacing: 0.16em;
  margin: 15px 0 30px;
  text-transform: uppercase;
}
.youtube_container {
  height: 0;
  position: relative;
  margin-bottom: 50px;
  margin-top: 40px;
  padding-bottom: 56.25%;
  padding-top: 25px;
}
@media only screen and (min-width: 740px) {
  .youtube_container {
    margin-bottom: 80px;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 980px) {
  .youtube_container {
    margin-bottom: 120px;
    margin-top: 80px;
  }
}
.youtube_embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.alert {
  background-color: #E42C1F;
}
.alert .alert_container {
  padding: 50px 0;
}
.alert .title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  color: #ffffff;
}
.alert .title:before {
  width: 85px;
  height: 6px;
  background-color: #840017;
  content: '';
  display: block;
  margin-bottom: 30px;
}
@media only screen and (min-width: 740px) {
  .alert .title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.alert .description {
  color: #ffffff;
}
.alert .continue_reading {
  color: #ffffff;
  margin-left: 10px;
}
.no-touch .alert:hover .continue_reading {
  color: #840017;
}
.offscreen {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -999px;
  overflow: hidden;
  z-index: -999;
}
/* ==========================================================================
	Helpers
========================================================================== */
.block_left {
  margin: 15px 0 20px;
}
@media only screen and (min-width: 740px) {
  .block_left {
    float: left;
    margin: 0 20px 20px 0;
  }
}
.block_right {
  margin: 15px 0 20px;
}
@media only screen and (min-width: 740px) {
  .block_right {
    float: right;
    margin: 0 0 20px 20px;
  }
}
.block_link {
  border: none !important;
  display: block;
}
.float_right {
  float: right;
}
.float_left {
  float: left;
}
.clear {
  clear: both;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.contain {
  overflow: hidden;
}
.no_select,
.no_select * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visually_hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visually_hidden.focusable:active,
.visually_hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.text_shadow {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.text_border {
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
}
.text-italic {
  font-style: italic;
}
.no_margin {
  margin: 0;
}
.no_margin_top {
  margin-top: 0;
}
.no_margin_bottom {
  margin-bottom: 0;
}
.margined {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margined_small {
  margin-top: 40px;
  margin-bottom: 40px;
}
.margined_large {
  margin-top: 100px;
  margin-bottom: 100px;
}
.margined_top {
  margin-top: 20px;
}
.margined_top_small {
  margin-top: 40px;
}
.margined_top_large {
  margin-top: 100px;
}
.margined_bottom {
  margin-bottom: 20px;
}
.margined_bottom_small {
  margin-bottom: 40px;
}
.margined_bottom_large {
  margin-bottom: 100px;
}
.image_contain {
  max-width: 100%;
  width: 100%;
}
.block {
  display: block;
}
.block_item {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}
.block_padded {
  padding-right: 30px;
  padding-left: 30px;
}
.full_height {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.full_image {
  position: relative;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.video_wrapper {
  position: relative;
  padding-top: 56.25%;
}
.video_wrapper div,
.video_wrapper embed,
.video_wrapper object,
.video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.split_bw {
  position: relative;
}
@media only screen and (min-width: 980px) {
  .split_bw:after {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background-color: #000000;
    content: "";
    display: block;
  }
}
.split_bw .row {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 980px) {
  .pull_left {
    width: 272px;
    margin-left: -32px;
  }
}
@media only screen and (min-width: 1220px) {
  .pull_left {
    width: 340px;
    margin-left: -40px;
  }
}
@media only screen and (min-width: 980px) {
  .under_gallery {
    margin-top: 634px;
  }
}
@media only screen and (min-width: 1220px) {
  .under_gallery {
    margin-top: 780px;
  }
}
.bordered:before {
  width: 100% !important;
  height: 6px;
  border-top: 6px solid #ffcc00 !important;
  content: '';
  display: block;
  margin-bottom: 30px;
}
.image {
  width: 100%;
}
.image img {
  width: 100%;
  height: auto;
}
.link {
  border-bottom: 1px solid #ffcc00;
  padding-bottom: 2px;
  -webkit-transition: color 0.15s linear, border-color 0.15s linear;
          transition: color 0.15s linear, border-color 0.15s linear;
}
.no-touch .link:hover {
  border-color: #000000;
}
/* ==========================================================================
	Plugin Overrides
========================================================================== */
#boxer {
  border-radius: 0;
  padding: 0;
}
#boxer .boxer-content,
#boxer .boxer-container {
  overflow: visible;
}
#boxer .boxer-meta {
  overflow: visible;
  padding: 20px 30px;
}
@media only screen and (max-width: 739px) {
  #boxer .boxer-meta {
    position: relative;
  }
}
@media only screen and (min-width: 980px) {
  #boxer .boxer-meta {
    padding: 40px 60px;
  }
}
#boxer .boxer-position {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'FrutigerLTW01-45Light722105';
  color: #000000;
  letter-spacing: 0.05em;
  padding: 0;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 739px) {
  #boxer .boxer-position {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 740px) {
  #boxer .boxer-position {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
}
#boxer .boxer-caption .caption {
  font-size: 16px;
  font-size: 1rem;
  height: auto;
  color: #4c4c4c;
  letter-spacing: -0.03em;
  line-height: 1.6;
  padding: 0;
}
#boxer .boxer-caption .caption:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media only screen and (min-width: 740px) {
  #boxer .boxer-caption .caption {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 980px) {
  #boxer .boxer-caption .caption {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#boxer .boxer-close {
  font-family: 'FrutigerLTW01-67BoldCn';
  width: 44px;
  height: 44px;
  top: 0;
  left: -50px;
  background-color: #ffcc00;
  border-radius: 0;
}
#boxer .boxer-close:before {
  background: url(../images/icons.svg) no-repeat -260px -100px;
  width: 14px;
  height: 14px;
  content: "";
}
.no-svg #boxer .boxer-close:before {
  background-image: url(../images/icons.png);
}
#boxer .boxer-loading {
  pointer-events: none;
}
#boxer .boxer-control {
  width: 65px;
  height: 54px;
  background-color: #ffcc00;
  border-radius: 0;
  box-shadow: none;
  float: left;
  opacity: 1;
}
.no-touch #boxer .boxer-control {
  opacity: 1;
}
#boxer .boxer-control.enabled:after {
  opacity: 1;
}
#boxer .boxer-control.disabled {
  opacity: 0.3 !important;
}
#boxer .boxer-control:before {
  display: none;
}
#boxer .boxer-control:after {
  background: url(../images/icons.svg) no-repeat 100px 100px;
  width: 65px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  opacity: 0.3;
}
.no-svg #boxer .boxer-control:after {
  background-image: url(../images/icons.png);
}
#boxer .boxer-control.previous {
  left: -80px;
}
#boxer .boxer-control.previous:after {
  left: -10px;
  background-position: -650px -74px;
}
@media only screen and (min-width: 740px) {
  #boxer .boxer-control.previous:after {
    background-position: -640px -68px;
  }
}
#boxer .boxer-control.next {
  right: -79px;
}
#boxer .boxer-control.next:after {
  left: 10px;
  background-position: -725px -74px;
}
@media only screen and (min-width: 740px) {
  #boxer .boxer-control.next:after {
    background-position: -720px -68px;
  }
}
@media only screen and (max-width: 739px) {
  #boxer .boxer-control {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 920px) {
  #boxer .boxer-control.previous {
    left: 0;
  }
  #boxer .boxer-control.next {
    right: 0;
  }
}
@media only screen and (min-width: 740px) {
  #boxer .boxer-control {
    width: 80px;
    height: 68px;
  }
  #boxer .boxer-control:after {
    width: 80px;
    height: 68px;
  }
}
#boxer.mobile .boxer-close {
  left: auto;
  background-color: #ffcc00;
}
#boxer.mobile .boxer-close:hover {
  background-color: #ffffff;
}
#boxer.mobile .button {
  padding: 8px 10px;
}
.boxer-open #boxer-overlay {
  opacity: .8;
}
.naver-handle {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  background-color: #000000;
  border-color: #e6e6e6;
  color: #ffffff;
  padding: 16px 25px;
  text-transform: uppercase;
}
.naver-handle:after {
  right: 18px;
  background: #ffcc00;
  box-shadow: 0 5px 0 #ffcc00, 0 -5px 0 #ffcc00;
  color: #ffcc00;
}
.naver.open .naver-handle {
  margin-bottom: 20px;
}
.naver.open .naver-handle:after {
  color: #ffcc00;
  line-height: 14px;
}
.naver.enabled .naver-container {
  border: none;
}
.picker {
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding: 30px 0;
}
.picker:first-child {
  border-top: 1px solid #e6e6e6;
}
.picker .picker-handle {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.picker .picker-label {
  font-size: 20px;
  font-size: 1.25rem;
  color: #4c4c4c;
  line-height: 28px;
}
.picker.picker-checkbox .picker-handle {
  border-radius: 0;
}
.picker.picker-checkbox .picker-flag {
  background: #ffffff url(../images/check.png) no-repeat center !important;
  background-image: url(../images/check.svg) !important;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
          transition: opacity 0.1s ease;
}
.picker.picker-checkbox.checked .picker-flag {
  opacity: 1;
}
.picker.picker-radio .picker-handle {
  border: 8px solid #e6e6e6;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.picker.picker-radio .picker-flag {
  width: 22px;
  height: 22px;
  background-color: transparent;
  border-radius: 100%;
  margin: 0;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.no-touch .picker.picker-radio:hover .picker-handle {
  border-color: #D3D3D3;
}
.no-touch .picker.picker-radio:hover .picker-flag {
  background-color: transparent;
}
.picker.picker-radio.checked .picker-handle {
  border-width: 4px;
}
.picker.picker-radio.checked .picker-flag {
  background-color: #ffcc00;
}
.no-touch .picker.picker-radio.checked:hover .picker-flag {
  background-color: #ffcc00;
}
.scroller-bar {
  width: 18px;
  background: #000000;
  border: none;
  padding: 0 4px;
}
.scroller-track {
  width: 10px;
  background-color: #3d3d3d;
  border-radius: 5px;
}
.scroller-handle {
  width: 10px;
  right: 0;
  background-color: #ffcc00;
  border: none;
}
.selecter {
  font-family: 'FrutigerLTW01-45Light722105';
  width: 100%;
  height: 60px;
  max-width: none;
  z-index: 2;
}
.selecter .selecter-selected {
  height: 60px;
}
.selecter .selecter-selected:before {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffcc00;
  content: '';
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
  z-index: 1;
}
.selecter .selecter-selected:after {
  background: url(../images/icons.svg) no-repeat -260px -80px;
  width: 12px;
  height: 10px;
  top: 28px;
  right: 24px;
  border: none;
  margin: 0;
  z-index: 2;
}
.no-svg .selecter .selecter-selected:after {
  background-image: url(../images/icons.png);
}
.selecter.open .selecter-selected:before {
  opacity: 0;
}
.selecter.open .selecter-selected:after {
  background-position: -300px -80px;
}
.selecter .selecter-options {
  height: auto;
  width: 100%;
  background-color: #000000;
  display: block !important;
  max-height: 0;
  -webkit-transition: max-height 0.2s ease;
          transition: max-height 0.2s ease;
}
.selecter .scroller-content {
  background-color: #000000;
}
.selecter .selecter-options,
.selecter .scroller-bar,
.selecter .scroller-content {
  background-color: #e6e6e6;
}
.selecter .scroller-bar {
  background-color: #e6e6e6;
}
.selecter .scroller-track {
  background-color: #ccc;
}
.selecter .scroller-handle {
  background-color: #666666;
}
.selecter.open .selecter-options {
  max-height: 260px;
}
.selecter .selecter-item {
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
@media only screen and (min-width: 500px) {
  .selecter {
    width: 360px;
  }
}
.roller .controls {
  width: 130px;
  height: 54px;
}
.roller .controls .control {
  width: 65px;
  height: 54px;
  position: relative;
  float: left;
  overflow: hidden;
  text-indent: 200px;
}
.roller .controls .control.enabled:after {
  opacity: 1;
}
.roller .controls .control:after {
  background: url(../images/icons.svg) no-repeat 100px 100px;
  width: 65px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  opacity: 0.3;
}
.no-svg .roller .controls .control:after {
  background-image: url(../images/icons.png);
}
.roller .controls .control.previous:after {
  background-position: -650px -74px;
}
@media only screen and (min-width: 740px) {
  .roller .controls .control.previous:after {
    background-position: -640px -68px;
  }
}
.roller .controls .control.next:after {
  background-position: -725px -74px;
}
@media only screen and (min-width: 740px) {
  .roller .controls .control.next:after {
    background-position: -720px -68px;
  }
}
.roller .controls.white {
  background-color: #ffffff;
}
.no-touch .roller .controls.white .control.enabled:hover.previous:after {
  background-position: -650px -142px;
}
@media only screen and (min-width: 740px) {
  .no-touch .roller .controls.white .control.enabled:hover.previous:after {
    background-position: -640px -136px;
  }
}
.no-touch .roller .controls.white .control.enabled:hover.next:after {
  background-position: -725px -142px;
}
@media only screen and (min-width: 740px) {
  .no-touch .roller .controls.white .control.enabled:hover.next:after {
    background-position: -720px -136px;
  }
}
.roller .controls.gold {
  background-color: #ffcc00;
}
.no-touch .roller .controls.gold .control.enabled:hover.previous:after {
  background-position: -675px -210px;
}
@media only screen and (min-width: 740px) {
  .no-touch .roller .controls.gold .control.enabled:hover.previous:after {
    background-position: -665px -204px;
  }
}
.no-touch .roller .controls.gold .control.enabled:hover.next:after {
  background-position: -750px -210px;
}
@media only screen and (min-width: 740px) {
  .no-touch .roller .controls.gold .control.enabled:hover.next:after {
    background-position: -745px -204px;
  }
}
.roller .controls.gray_dark {
  background-color: #3d3d3d;
}
.roller .controls.gray_dark .control.previous:after {
  background-position: -650px -210px;
}
@media only screen and (min-width: 740px) {
  .roller .controls.gray_dark .control.previous:after {
    background-position: -640px -204px;
  }
}
.roller .controls.gray_dark .control.next:after {
  background-position: -725px -210px;
}
@media only screen and (min-width: 740px) {
  .roller .controls.gray_dark .control.next:after {
    background-position: -720px -204px;
  }
}
.no-touch .roller .controls.gray_dark .control.enabled:hover.previous:after {
  background-position: -650px -142px;
}
@media only screen and (min-width: 740px) {
  .no-touch .roller .controls.gray_dark .control.enabled:hover.previous:after {
    background-position: -640px -136px;
  }
}
.no-touch .roller .controls.gray_dark .control.enabled:hover.next:after {
  background-position: -725px -142px;
}
@media only screen and (min-width: 740px) {
  .no-touch .roller .controls.gray_dark .control.enabled:hover.next:after {
    background-position: -720px -136px;
  }
}
.roller .controls.gray_light {
  background-color: #e6e6e6;
}
.roller .controls.gray_light.previous:after {
  background-position: -650px -4px;
}
@media only screen and (min-width: 740px) {
  .roller .controls.gray_light.previous:after {
    background-position: -640px 0;
  }
}
.roller .controls.gray_light.next:after {
  background-position: -725px -4px;
}
@media only screen and (min-width: 740px) {
  .roller .controls.gray_light.next:after {
    background-position: -720px 0;
  }
}
.roller .controls.split .control.previous:after {
  left: -10px;
}
.roller .controls.split .control.next:after {
  left: 10px;
}
@media only screen and (min-width: 740px) {
  .roller .controls {
    width: 160px;
    height: 68px;
  }
  .roller .controls .control {
    width: 80px;
    height: 68px;
  }
  .roller .controls .control:after {
    width: 80px;
    height: 68px;
  }
}
.roller.single .roller-item {
  -webkit-transition: opacity .2s ease !important;
          transition: opacity .2s ease !important;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
}
.roller.single .roller-item.active {
  opacity: 1;
}
/* ==========================================================================
	Header
========================================================================== */
.header {
  font-family: 'FrutigerLTW01-45Light722105';
}
.header .secondary,
.header .primary {
  position: relative;
}
.header .secondary {
  height: 200px;
  background-color: #000000;
  display: none;
}
@media only screen and (min-width: 980px) {
  .header .secondary {
    display: block;
  }
}
.header .primary {
  height: 60px;
  background-color: #ffcc00;
  display: none;
}
@media only screen and (min-width: 980px) {
  .header .primary {
    display: block;
  }
}
@media only screen and (min-width: 980px) {
  .header .mobile {
    display: none;
  }
}
@media only screen and (min-width: 980px) {
  .header.fixed:after {
    width: 100%;
    height: 60px;
    content: "";
    display: block;
  }
  .header.fixed .primary {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
  }
}
.logo {
  background: url(../images/icons.svg) no-repeat 0 0;
  width: 200px;
  height: 200px;
  display: block;
  line-height: 200px;
  text-indent: 200%;
  margin-left: -11px;
  overflow: hidden;
}
.no-svg .logo {
  background-image: url(../images/icons.png);
}
.secondary_navigation_container {
  position: absolute;
  top: 0;
  right: 0;
}
.secondary_navigation {
  width: 340px;
  float: right;
  padding: 40px 0 30px;
}
.secondary_navigation_link {
  width: 48%;
  color: #a79f9a;
  display: block;
  float: left;
  padding: 7px 10px;
}
.secondary_navigation_link.active,
.no-touch .secondary_navigation_link:hover {
  color: #ffcc00;
}
.primary_navigation {
  position: relative;
  margin-left: 0 !important;
  overflow: hidden;
  z-index: 2;
}
.primary_navigation:hover {
  overflow: visible;
}
.primary_navigation_item {
  height: 60px;
  position: relative;
  float: left;
}
.primary_navigation_link {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  height: 60px;
  position: relative;
  display: block;
  line-height: 60px;
  padding: 0 14px;
  text-transform: uppercase;
}
.primary_navigation_item:hover .primary_navigation_link {
  background-color: #e6e6e6;
}
.primary_navigation_link.active {
  background-color: #ffdf6a;
}
@media only screen and (min-width: 1220px) {
  .primary_navigation_link {
    margin-right: 15px;
    padding: 0 20px;
  }
  .primary_navigation_link:last-child {
    margin-right: 0;
  }
}
.primary_navigation_children {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #e6e6e6;
  display: none;
  filter: alpha(opacity=0);
  opacity: 0;
  padding: 30px;
  pointer-events: none;
}
.primary_navigation_children * {
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
}
.primary_navigation_item:hover .primary_navigation_children {
  filter: alpha(opacity=100);
  opacity: 1;
  pointer-events: all;
}
@media only screen and (min-width: 980px) {
  .primary_navigation_children {
    width: 440px;
    display: block;
    -webkit-transition: opacity 0.2s linear;
            transition: opacity 0.2s linear;
  }
}
@media only screen and (min-width: 1220px) {
  .primary_navigation_children {
    width: 560px;
  }
}
.primary_navigation_child_link {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #666666;
  display: inline-block;
  max-width: 260px;
  padding: 20px 0;
}
.no-touch .primary_navigation_child_link:hover {
  color: #000000;
}
.persistent_navigation {
  width: 248px;
  float: right;
}
@media only screen and (min-width: 1220px) {
  .persistent_navigation {
    width: 360px;
    padding: 0 0 0 20px;
  }
}
.persistent_navigation_link {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  width: 100%;
  height: 66px;
  border-bottom: 1px solid #3d3d3d;
  color: #ffffff;
  display: block;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 27px 22px 25px 26px;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  vertical-align: middle;
}
.persistent_navigation_link:last-child {
  border: none;
}
.no-touch .persistent_navigation_link:hover {
  color: #ffcc00;
}
.persistent_navigation_link:after {
  background: url(../images/icons.svg) no-repeat 100px 100px;
  width: 14px;
  height: 14px;
  color: #ffcc00;
  content: '';
  display: inline-block;
  float: right;
  margin-top: -1px;
  vertical-align: middle;
}
.no-svg .persistent_navigation_link:after {
  background-image: url(../images/icons.png);
}
.persistent_navigation_link.links:after {
  background-position: -220px 0;
}
.persistent_navigation_link.athletics:after {
  background-position: -280px 0;
}
.persistent_navigation_link.support:after {
  background-position: -300px 0;
}
.search_module {
  width: 248px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (min-width: 1220px) {
  .search_module {
    width: 360px;
  }
}
.search_module .search_input {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Sabon LT W01 Italic';
  width: 100%;
  height: 60px;
  background-color: #e6e6e6;
  color: #000000;
  line-height: 1;
  padding: 21px 60px 21px 26px;
}
.search_module .search_input::-webkit-input-placeholder {
  color: #666666;
}
.search_module .search_input:-moz-placeholder {
  color: #666666;
}
.search_module .search_input::-moz-placeholder {
  color: #666666;
}
.search_module .search_input:-ms-input-placeholder {
  color: #666666;
}
.search_module .search_input::-ms-clear {
  width: 0;
  height: 0;
}
@media only screen and (min-width: 1220px) {
  .search_module .search_input {
    padding: 21px 60px 21px 46px;
  }
}
.header .search_module .search_input {
  background-color: #f8f8f8;
  border: none;
}
.header .search_module .search_input:focus,
.header .search_module .search_input:active {
  background-color: #f8f8f8;
  border: none;
}
.search_submit {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  overflow: hidden;
  text-indent: 100px;
}
.search_submit:after {
  background: url(../images/icons.svg) no-repeat -300px -15px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 22px;
  left: 22px;
  content: '';
  display: block;
}
.no-svg .search_submit:after {
  background-image: url(../images/icons.png);
}
.mobile_logo_container {
  -webkit-transition: height 0.2s ease;
          transition: height 0.2s ease;
  width: 100%;
  height: 85px;
  background-color: #000000;
  overflow: hidden;
}
.mobile_logo_container.closed {
  height: 0;
}
.mobile_logo_container.disabled {
  pointer-events: none;
}
.mobile_logo_wrapper {
  width: 100%;
  display: block;
  padding: 19px 0 25px 40px;
}
.mobile_logo {
  background: url(../images/icons.svg) no-repeat 0 -200px;
  width: 247px;
  height: 41px;
  display: block;
  line-height: 41px;
  overflow: hidden;
  text-indent: 200%;
}
.no-svg .mobile_logo {
  background-image: url(../images/icons.png);
}
.mobile_navigation_container {
  -webkit-transition: top 0.2s ease;
          transition: top 0.2s ease;
  width: 100%;
  height: 60px;
  top: 85px;
  background-color: #ffcc00;
  overflow: hidden;
}
.mobile_navigation_container.open {
  position: absolute;
  top: 0;
  height: auto;
  z-index: 100;
}
.mobile_navigation_handle {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  width: 150px;
  height: 60px;
  position: relative;
  display: block;
  float: left;
  line-height: 1;
  padding: 22px 15px;
  text-transform: uppercase;
}
.mobile_navigation_handle .close_label {
  display: none;
}
.open .mobile_navigation_handle .navigation_label {
  display: none;
}
.open .mobile_navigation_handle .close_label {
  display: inline;
}
.mobile_navigation_handle:before {
  background: url(../images/icons.svg) no-repeat -390px 0;
  width: 17px;
  height: 13px;
  content: '';
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.no-svg .mobile_navigation_handle:before {
  background-image: url(../images/icons.png);
}
.open .mobile_navigation_handle:before {
  background-position: -360px 0;
}
.mobile_links_for_you {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  height: 60px;
  display: block;
  float: right;
  line-height: 1;
  padding: 24px 15px;
  vertical-align: middle;
}
.mobile_links_for_you:after {
  background: url(../images/icons.svg) no-repeat -200px 0;
  width: 14px;
  height: 14px;
  content: '';
  display: inline-block;
  margin-left: 10px;
  margin-top: -3px;
  vertical-align: middle;
}
.no-svg .mobile_links_for_you:after {
  background-image: url(../images/icons.png);
}
.mobile_navigation {
  background-color: #e6e6e6;
  clear: both;
  opacity: 0;
  padding: 0 15px;
  pointer-events: none;
}
.open .mobile_navigation {
  opacity: 1;
}
.enabled .mobile_navigation {
  pointer-events: all;
}
@media only screen and (min-width: 980px) {
  .mobile_navigation {
    display: none;
  }
}
@media only screen and (min-width: 500px) {
  .mobile_primary_navigation {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .mobile_primary_navigation * {
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
  }
}
.mobile_primary_navigation_link {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  border-bottom: 1px solid #CECECE;
  display: block;
  line-height: 1;
  padding: 22px 0;
  text-transform: uppercase;
}
.mobile_primary_navigation_link:last-child {
  border-color: transparent;
}
@media only screen and (min-width: 500px) {
  .mobile_primary_navigation_link:last-child {
    border-color: #CECECE;
  }
}
.mobile_search_module {
  position: relative;
  margin: 15px 0 20px;
}
.mobile_search_module .search_input {
  background-color: #ffffff;
  border-color: #D3D3D3;
  padding: 21px 60px 21px 20px;
}
.mobile_persistent_navigation_link {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  border-bottom: 1px solid #CECECE;
  display: block;
  line-height: 1;
  padding: 22px 0;
  text-transform: uppercase;
}
.mobile_secondary_navigation {
  clear: both;
  padding: 20px 0 60px;
}
.mobile_secondary_navigation_link {
  width: 48%;
  color: #4c4c4c;
  display: block;
  float: left;
  padding: 7px 0;
}
/* ==========================================================================
	Footer
========================================================================== */
.footer {
  font-family: 'FrutigerLTW01-45Light722105';
  position: relative;
  background-color: #ffcc00;
  padding: 74px 0;
}
.footer.short {
  background-color: #ffcc00;
  padding: 25px 0 45px;
}
.footer.short a {
  display: inline;
}
.footer.short .pad {
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 739px) {
  .footer.short .pad {
    color: transparent;
    display: block;
  }
}
.footer .short_container {
  padding-top: 32px;
}
.footer .direct_edit {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  line-height: 44px;
  opacity: 0;
  overflow: hidden;
  text-indent: 100%;
}
@media only screen and (min-width: 740px) {
  .footer .short_info {
    float: right;
  }
}
.footer_address {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  margin-bottom: 20px;
}
.footer_contact_links {
  margin-bottom: 30px;
}
@media only screen and (min-width: 740px) {
  .footer_contact_links {
    margin-bottom: 0;
  }
}
.footer_contact_link {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 10px;
}
.no-touch .footer_contact_link:hover {
  color: #997a05;
}
.footer_phone_numbers {
  margin-bottom: 30px;
}
@media only screen and (min-width: 500px) {
  .footer_phone_numbers {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .footer_phone_numbers * {
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
  }
}
.footer_label,
.footer_phone_number {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  display: block;
}
.footer_label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #6f5804;
  margin-bottom: 10px;
}
.footer_phone_number {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 30px;
}
.footer_social_links {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.footer_social_links * {
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
}
@media only screen and (min-width: 740px) {
  .footer_social_links {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: 20px;
  }
  .footer_social_links * {
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
  }
}
@media only screen and (min-width: 980px) {
  .footer_social_links {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-top: 0;
  }
  .footer_social_links * {
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
  }
}
.footer_social_link {
  font-size: 14px;
  font-size: 0.875rem;
  color: #3f320a;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  padding: 3px 0;
  vertical-align: middle;
}
.footer_social_link:before {
  background: url(../images/icons.svg) no-repeat 100px 100px;
  width: 21px;
  height: 20px;
  content: '';
  display: inline-block;
  margin-right: 12px;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
  vertical-align: middle;
}
.no-svg .footer_social_link:before {
  background-image: url(../images/icons.png);
}
.footer_social_link.facebook:before {
  background-position: -30px -280px;
}
.footer_social_link.twitter:before {
  background-position: -60px -280px;
}
.footer_social_link.linkedin:before {
  background-position: -90px -280px;
}
.footer_social_link.youtube:before {
  background-position: -120px -280px;
}
.footer_social_link.instagram:before {
  background-position: -150px -280px;
}
.footer_social_link.googleplus:before {
  background-position: -180px -280px;
}
@media only screen and (min-width: 980px) {
  .footer_social_link {
    padding: 3px 46px 3px 23px;
  }
}
.no-touch .footer_social_link:hover {
  color: #997a05;
}
.no-touch .footer_social_link:hover:before {
  opacity: 0.6;
}
.footer_utilities {
  border-top: 1px solid #e5b607;
  margin-top: 40px;
  padding: 30px 0 20px;
}
.footer_text_alerts_link {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  width: 100%;
  display: inline-block;
  margin-top: -20px;
  padding: 20px 20px 20px 0;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 1;
}
.footer_text_alerts_link:before {
  background: url(../images/icons.svg) no-repeat 0 -280px;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
.no-svg .footer_text_alerts_link:before {
  background-image: url(../images/icons.png);
}
@media only screen and (min-width: 500px) {
  .footer_text_alerts_link {
    width: auto;
  }
}
.no-touch .footer_text_alerts_link {
  padding-left: 20px;
}
.no-touch .footer_text_alerts_link:hover {
  background-color: #000000;
  color: #ffcc00;
}
.no-touch .footer_text_alerts_link:hover:before {
  background-position: 0 -250px;
}
@media only screen and (min-width: 980px) {
  .footer_text_alerts_link {
    float: left;
  }
}
.footer_utility_links {
  margin: 40px 0 20px;
}
@media only screen and (min-width: 740px) {
  .footer_utility_links {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 980px) {
  .footer_utility_links {
    float: right;
    margin: 0;
  }
}
.footer_utility_link {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #6f5804;
  display: block;
  margin: 10px 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 740px) {
  .footer_utility_link {
    display: inline;
    margin: 0 17px;
  }
  .footer_utility_link:first-child {
    margin-left: 0;
  }
  .footer_utility_link:last-child {
    margin-right: 0;
  }
}
.footer_logo {
  background: url(../images/icons.svg) no-repeat -370px -240px;
  width: 260px;
  height: 51px;
  display: block;
  overflow: hidden;
  text-indent: -100%;
}
.no-svg .footer_logo {
  background-image: url(../images/icons.png);
}
/* ==========================================================================
	Page
========================================================================== */
.page {
  background-color: #ffffff;
}
@media only screen and (min-width: 740px) {
  .page {
    padding: 33px 0 0;
  }
}
/* ==========================================================================
	Breadcrumbs
========================================================================== */
@media only screen and (max-width: 739px) {
  .breadcrumb_container {
    display: none;
  }
}
.breadcrumb_items {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
}
.breadcrumb_item {
  font-family: 'FrutigerLTW01-45Light722105';
  color: #777777;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-transform: uppercase;
}
.breadcrumb_item:after {
  color: #ffcc00;
  content: "/";
  display: inline-block;
  margin: 0 10px;
}
.breadcrumb_item.active {
  font-family: 'FrutigerLTW01-67BoldCn';
  color: #000000;
}
.breadcrumb_item.active:after {
  display: none;
}
/* ==========================================================================
	Page Content
========================================================================== */
.page_content_container {
  /* Changed to 20 0 30 0px from 100px and 40px (tablet) */
  padding: 20px 0px 30px 0px;
}
.page_content_container h3,
.page_content_container .heading_3 {
  font-family: 'FrutigerLTW01-67BoldCn';
  margin-top: 0.8333333333333334em;
  margin-bottom: 0.8333333333333334em;
}
.page_content_container h4,
.page_content_container .heading_4 {
  font-family: 'FrutigerLTW01-67BoldCn';
  margin-bottom: 1.1111111111111112em;
  color: #666666;
  text-transform: uppercase;
}
.page_content_container h5,
.page_content_container .heading_5 {
  font-family: 'FrutigerLTW01-45Light722105';
  margin-bottom: 1.3333333333333333em;
}
@media only screen and (min-width: 740px) {
  .page_content_container {
    padding: 20px 0px 30px 0px;
  }
}
.page_content h1,
.page_content .heading_1 {
  margin-bottom: 0.7407407407407407em;
}
.page_content h2,
.page_content .heading_2 {
  margin-top: 0.8333333333333334em;
  margin-bottom: 0.8333333333333334em;
}
.page_content h3,
.page_content .heading_3 {
  font-family: 'FrutigerLTW01-67BoldCn';
  margin-top: 0.8333333333333334em;
  margin-bottom: 0.8333333333333334em;
}
.page_content h4,
.page_content .heading_4 {
  font-family: 'FrutigerLTW01-67BoldCn';
  margin-bottom: 1.1111111111111112em;
  color: #666666;
  text-transform: uppercase;
}
.page_content h5,
.page_content .heading_5 {
  font-family: 'FrutigerLTW01-45Light722105';
  margin-bottom: 1.3333333333333333em;
}
.page_content p {
  margin-bottom: 1.25em;
}
.page_content p.intro {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'FrutigerLTW01-45Light722105';
  color: #000000;
}
@media only screen and (min-width: 740px) {
  .page_content p.intro {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.page_content a {
  border-bottom: 1px solid #ffcc00;
  padding-bottom: 2px;
  -webkit-transition: color 0.15s linear, border-color 0.15s linear;
          transition: color 0.15s linear, border-color 0.15s linear;
}
.no-touch .page_content a:hover {
  border-color: #000000;
}
.page_content hr {
  background-clip: content-box;
  box-sizing: content-box;
  padding: 15px 0 30px;
}
.page_content .image {
  width: auto;
}
@media only screen and (min-width: 740px) {
  .page_content .image {
    display: table;
  }
}
.page_content .caption {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: 'FrutigerLTW01-45Light722105';
  line-height: 1.4em;
  padding: 20px 0;
}
@media only screen and (min-width: 740px) {
  .page_content .caption {
    display: table-caption;
    caption-side: bottom;
  }
}
.page_content table th,
.page_content table td {
  padding: 20px 30px;
}
/* ==========================================================================
	Sidebar
========================================================================== */
@media only screen and (max-width: 979px) {
  .sidebar {
    margin-top: 50px;
  }
}
.subnavigation {
  position: relative;
  z-index: 1;
}
.subnavigation ul {
  margin: 0;
  padding: 0;
}
.subnavigation ul li {
  margin: 0;
}
.subnavigation ul li:before {
  display: none;
}
.subnavigation ul li a {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'FrutigerLTW01-45Light722105';
  background-color: #ffcc00;
  display: block;
  line-height: 1.4;
  padding: 20px 25px;
}
@media only screen and (min-width: 740px) {
  .subnavigation ul li a {
    padding: 20px 40px;
  }
}
.subnavigation ul li a.active,
.no-touch .subnavigation ul li a:hover {
  background-color: #000000;
  color: #ffcc00;
}
.subnavigation ul li ul {
  background-color: #000000;
  padding: 0 0 10px;
}
.subnavigation ul li ul li a {
  background-color: #000000;
  color: #ffffff;
  padding: 15px 25px;
}
@media only screen and (min-width: 740px) {
  .subnavigation ul li ul li a {
    padding: 15px 40px;
  }
}
.subnavigation ul li ul li a.active,
.no-touch .subnavigation ul li ul li a:hover {
  font-family: 'FrutigerLTW01-45Light722105';
}
.subnavigation ul li ul li a.active,
.no-touch .subnavigation ul li ul li a.active:hover {
  position: relative;
  background-color: #3d3d3d;
  color: #ffffff;
}
.subnavigation ul li ul li a.active:before,
.no-touch .subnavigation ul li ul li a.active:hover:before {
  width: 20px;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
  background-color: #3d3d3d;
  content: '';
  display: block;
}
@media only screen and (max-width: 979px) {
  #subnavigation {
    display: none;
  }
}
.subnavigation_container {
  margin-bottom: 40px;
}
.mobile_subnav_container {
  margin-bottom: 40px;
}
@media only screen and (min-width: 980px) {
  .mobile_subnav_container {
    display: none;
  }
}
.subnavigation_title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  background-color: #ffcc00;
  display: block;
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding: 25px 40px;
  text-transform: uppercase;
}
.subnavigation_title:after {
  width: 40px;
  height: 4px;
  background-color: #000000;
  content: '';
  display: block;
  margin-top: 15px;
}
.related_links {
  border: 1px solid #e6e6e6;
  margin-bottom: 40px;
}
.related_links_title {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  color: #000000;
  letter-spacing: 0.1em;
  padding: 27px 25px 23px;
  text-transform: uppercase;
}
@media only screen and (min-width: 740px) {
  .related_links_title {
    padding: 27px 40px 23px;
  }
}
.related_link {
  font-family: 'Sabon LT W01 Roman';
  background-color: #ffffff;
  border-top: 1px solid #e6e6e6;
  color: #3d3d3d;
  display: block;
  padding: 25px;
  -webkit-transition: color 0.15s linear, background-color 0.15s linear;
          transition: color 0.15s linear, background-color 0.15s linear;
}
@media only screen and (min-width: 740px) {
  .related_link {
    padding: 25px 40px;
  }
}
.related_link:first-child {
  border-top: none;
}
.no-touch .related_link:hover {
  background-color: #e6e6e6;
  color: #000000;
}
/*
		If over a gallery, must make sure our container is tall enough
		to push other sidebar content down far enough.
	*/
@media only screen and (min-width: 980px) {
  .over_gallery .subnavigation_container {
    min-height: 588px;
  }
}
@media only screen and (min-width: 1220px) {
  .over_gallery .subnavigation_container {
    min-height: 734px;
  }
}
/* ==========================================================================
	Callouts
========================================================================== */
.callout .title {
  margin: 0 0 20px;
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
}
.callout .title a {
  border: none;
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
}
.callout .image {
  width: 100%;
  position: relative;
  background-color: #e6e6e6;
  display: block;
}
.callout .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}
/*
		In-Content Callouts
		===================
	*/
.callouts.in_content {
  padding-bottom: 30px;
  padding-top: 30px;
}
.callouts.in_content .callout {
  margin-bottom: 30px;
  margin-top: 30px;
}
.callouts.in_content .callout:first-child {
  margin-top: 0;
}
.callouts.in_content .callout:last-child {
  margin-bottom: 0;
}
.accordion_block {
  border-top: 6px solid #ffcc00;
}
.accordion_block .accordion_header {
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 20px;
  text-transform: uppercase;
}
.accordion_block .accordion_header .title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  margin: 0;
}
.accordion_block .item {
  border-bottom: 1px solid #e6e6e6;
  clear: both;
}
.accordion_block .item:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.accordion_block .expand {
  font-size: 20px;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 30px 20px;
}
.accordion_block .expand:before {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: 'FrutigerLTW01-87ExtraBk';
  width: 30px;
  height: 30px;
  background-color: #F0F0F0;
  border-radius: 100%;
  content: "+";
  display: inline-block;
  float: left;
  line-height: 28px;
  margin-top: -3px;
  margin-right: 15px;
  text-align: center;
  -webkit-transition: background-color 0.15s linear, color 0.15s linear;
          transition: background-color 0.15s linear, color 0.15s linear;
  vertical-align: middle;
}
.accordion_block .expand.open:before {
  background-color: #3d3d3d;
  color: #ffffff;
  content: "–";
  line-height: 29px;
}
.no-touch .accordion_block .expand:hover {
  color: #666666;
}
.no-touch .accordion_block .expand:hover:before {
  background-color: #3d3d3d;
  color: #ffcc00;
}
.accordion_block .description {
  background-color: #f8f8f8;
  display: none;
  padding: 30px;
}
.accordion_block .description p:last-child {
  margin-bottom: 0;
}
.accordion_block .description.open {
  display: block;
}
.directory_list_block {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 40px;
  padding-top: 40px;
}
.directory_list_block .image {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 100%;
}
@media only screen and (min-width: 740px) {
  .directory_list_block .image {
    width: 160px;
    float: right;
    margin-bottom: 0;
    padding-bottom: 160px;
  }
}
.directory_list_block .callout_content {
  padding-bottom: 5px;
}
.directory_list_block .title {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  margin-top: 0;
}
.directory_list_block .title a {
  border: none;
  display: block;
}
.no-touch .directory_list_block .title a:hover {
  color: #4c4c4c;
}
.directory_list_block .label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  color: #3d3d3d;
  margin-bottom: 12px;
}
.directory_list_block p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
.directory_list_block p:last-child {
  margin-bottom: 0;
}
.directory_list_block a {
  border-bottom: 1px solid #ffcc00;
  padding-bottom: 2px;
  -webkit-transition: color 0.15s linear, border-color 0.15s linear;
          transition: color 0.15s linear, border-color 0.15s linear;
}
.no-touch .directory_list_block a:hover {
  border-color: #000000;
}
.directory_list_block .website_container {
  padding-top: 15px;
}
.directory_list_block .split.right {
  padding-top: 15px;
}
@media only screen and (min-width: 740px) {
  .directory_list_block .split {
    width: 50%;
    float: left;
    padding: 0;
  }
}
.content_link_block {
  margin: 30px 0;
  height: 376px;
}
.content_link_block .image {
  width: 100%;
  height: 376px;
  padding-bottom: 72.31%;
}
.content_link_block .image img {
  height: 188px;
}
@media only screen and (min-width: 740px) {
  .content_link_block .image {
    width: 260px;
    height: auto;
    float: left;
    padding-bottom: 188px;
  }
}
.content_link_block .callout_content {
  border: 1px solid #e6e6e6;
  padding: 30px 40px;
  -webkit-transition: background-color 0.15s linear;
          transition: background-color 0.15s linear;
}
@media only screen and (min-width: 740px) {
  .content_link_block .callout_content {
    height: 188px;
    border-left: none;
  }
}
.content_link_block .title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'FrutigerLTW01-87ExtraBk';
  line-height: 1.4;
  margin-bottom: 0;
}
@media only screen and (min-width: 980px) and (max-width: 1219px) {
  .content_link_block .title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.content_link_block .label {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  color: #3d3d3d;
}
.content_link_block .label:after {
  width: 40px;
  height: 6px;
  background-color: #777777;
  content: '';
  display: inline-block;
  margin-top: -3px;
  margin-left: 10px;
  vertical-align: middle;
}
.no-touch .content_link_block:hover .callout_content {
  background-color: #f8f8f8;
}
.no-touch .bg_gray_pale .content_link_block:hover .callout_content {
  background-color: #ffffff;
}
.content_list_block {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 40px;
  padding-top: 40px;
}
.content_list_block .image {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 100%;
}
@media only screen and (min-width: 740px) {
  .content_list_block .image {
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 40px;
    margin-bottom: 0;
    padding-bottom: 200px;
  }
}
.content_list_block .title {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: 'FrutigerLTW01-67BoldCn';
}
.content_list_block .link_button {
  margin-top: 20px;
}
@media only screen and (min-width: 980px) {
  .content_list_block {
    margin-bottom: 60px;
    padding-top: 60px;
  }
}
.no-touch .content_list_block:hover .title {
  color: #4c4c4c;
}
.news_list_block {
  border-bottom: 1px solid #e6e6e6;
  margin-top: 40px;
  padding-bottom: 40px;
}
.news_list_block:last-child {
  border: none;
}
@media only screen and (min-width: 980px) {
  .news_list_block {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 980px) {
  .news_list_block {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
.news_list_block .title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  margin-top: 0;
  margin-bottom: 10px;
}
.news_list_block .title a {
  border: none;
}
.no-touch .news_list_block .title a:hover {
  color: #4c4c4c;
}
.news_list_block .title:before {
  width: 150px;
  height: 6px;
  background-color: #ffcc00;
  content: "";
  display: block;
  margin-bottom: 25px;
}
.news_list_block .meta {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  color: #777777;
  line-height: 1.8;
  margin-bottom: 10px;
}
.news_list_block .meta a {
  border-bottom: 1px solid #ffcc00;
  padding-bottom: 2px;
  -webkit-transition: color 0.15s linear, border-color 0.15s linear;
          transition: color 0.15s linear, border-color 0.15s linear;
  color: #000000;
}
.no-touch .news_list_block .meta a:hover {
  border-color: #000000;
}
.news_list_block .description:last-child {
  margin-bottom: 0;
}
.news_list_block .image {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 100%;
}
@media only screen and (min-width: 740px) {
  .news_list_block .image {
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 40px;
    margin-bottom: 0;
    padding-bottom: 200px;
  }
}
.news_list_block .link_button {
  margin-top: 20px;
}
.event_list_block .title {
  margin-bottom: 5px;
}
.event_list_block .title:before {
  width: 80px;
  height: 6px;
  background-color: #ffcc00;
  content: "";
  display: block;
  margin-bottom: 30px;
}
.event_list_block .date {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'FrutigerLTW01-87ExtraBk';
  color: #666666;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.red_dark .event_list_block .date {
  color: #840017;
}
.orange .event_list_block .date {
  color: #ff6600;
}
.gold .event_list_block .date {
  color: #ffcc00;
}
.purple .event_list_block .date {
  color: #696ab1;
}
.green .event_list_block .date {
  color: #048574;
}
@media only screen and (min-width: 740px) {
  .event_list_block .date {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.event_list_block .time_location {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: 'Sabon LT W01 Italic';
  color: #666666;
  margin-bottom: 20px;
}
.highlighted_content_block {
  position: relative;
  background-color: #e6e6e6;
  margin-top: 46px !important;
  margin-bottom: 30px !important;
  padding: 26px 25px 0;
}
@media only screen and (min-width: 740px) {
  .highlighted_content_block {
    margin-top: 80px !important;
    padding: 26px 40px 0;
  }
}
.highlighted_content_block:first-child {
  margin-top: 46px !important;
}
.highlighted_content_block .label {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-family: 'FrutigerLTW01-67BoldCn';
  height: 52px;
  position: absolute;
  top: -26px;
  left: 25px;
  background-color: #ffcc00;
  color: #000000;
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 20px 30px 16px;
}
.highlighted_content_block .highlighted_content_section {
  border-bottom: 1px solid #ffffff;
  padding: 50px 0;
}
.highlighted_content_block .highlighted_content_section:last-child {
  border: none;
}
.highlighted_content_block p:last-child {
  margin-bottom: 0;
}
.flexible_carousel_callouts {
  position: relative;
  /* Changed to 20px from 60px and 30px (tablet) */
  margin: 20px 0;
  padding-bottom: 20px;
}
@media only screen and (min-width: 740px) {
  .flexible_carousel_callouts {
    margin: 20px 0;
    padding-bottom: 20px;
  }
}
.flexible_carousel_callouts .viewport {
  overflow: hidden;
}
.flexible_carousel_callouts.roller .controls {
  width: auto;
  height: auto;
}
.flexible_carousel_callouts.roller .control {
  position: absolute;
  top: 148px;
  background-color: #ffcc00;
  color: #BE9821;
  z-index: 1;
}
@media only screen and (min-width: 500px) {
  .flexible_carousel_callouts.roller .control {
    top: 235px;
  }
}
@media only screen and (min-width: 740px) {
  .flexible_carousel_callouts.roller .control {
    top: 166px;
  }
}
@media only screen and (min-width: 980px) {
  .flexible_carousel_callouts.roller .control {
    top: 142px;
  }
}
@media only screen and (min-width: 1220px) {
  .flexible_carousel_callouts.roller .control {
    top: 180px;
  }
}
.flexible_carousel_callouts.roller .control.enabled {
  color: #000000;
}
.flexible_carousel_callouts.roller .control.previous {
  left: -40px;
}
@media screen and (max-width: 370px) {
  .flexible_carousel_callouts.roller .control.previous {
    left: -15px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 544px) {
  .flexible_carousel_callouts.roller .control.previous {
    left: -18px;
  }
}
.flexible_carousel_callouts.roller .control.next {
  right: -40px;
}
@media screen and (max-width: 370px) {
  .flexible_carousel_callouts.roller .control.next {
    right: -15px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 544px) {
  .flexible_carousel_callouts.roller .control.next {
    right: -18px;
  }
}
.flexible_carousel_callouts .flexible_carousel_block {
  width: 290px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
@media only screen and (min-width: 500px) {
  .flexible_carousel_callouts .flexible_carousel_block {
    width: 464px;
  }
}
@media only screen and (min-width: 740px) {
  .flexible_carousel_callouts .flexible_carousel_block {
    width: 336px;
    margin-right: 24px;
  }
}
@media only screen and (min-width: 980px) {
  .flexible_carousel_callouts .flexible_carousel_block {
    width: 288px;
    margin-right: 32px;
  }
}
@media only screen and (min-width: 1220px) {
  .flexible_carousel_callouts .flexible_carousel_block {
    width: 360px;
    margin-right: 40px;
  }
}
.flexible_carousel_callouts .flexible_carousel_block a {
  border: none;
}
.flexible_carousel_callouts .flexible_carousel_block:last-child {
  margin-right: 0;
}
.flexible_carousel_callouts .flexible_carousel_block .image {
  margin-bottom: 40px;
  padding-top: 100%;
}
.flexible_carousel_callouts .flexible_carousel_block .title {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  margin-bottom: 0.7142857142857143em;
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
}
.flexible_carousel_callouts .flexible_carousel_block .link {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.no-touch .flexible_carousel_callouts .flexible_carousel_block:hover .title {
  color: #4c4c4c;
}
.flexible_image_block {
  margin-bottom: 60px;
}
.flexible_image_block .image {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
}
.flexible_image_block .image img {
  width: 100%;
  height: auto;
}
.flexible_image_block.video .image:before {
  background: url(../images/icons.svg) no-repeat -333px -165px;
  width: 70px;
  height: 50px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #ffcc00;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  z-index: 1;
}
.no-svg .flexible_image_block.video .image:before {
  background-image: url(../images/icons.png);
}
.flexible_image_block .label {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin: 20px 0 15px;
}
@media only screen and (min-width: 740px) {
  .flexible_image_block .label {
    margin: 35px 0 15px;
  }
}
.flexible_image_block .title {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  margin: 15px 0 10px;
}
@media only screen and (min-width: 740px) {
  .flexible_image_block .title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.flexible_image_block .description {
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
}
.no-touch .flexible_image_block:hover .title a {
  color: #ffcc00;
}
@media only screen and (min-width: 980px) {
  .flexible_image_block {
    margin-bottom: 0;
  }
  .flexible_image_block .title a {
    color: #ffffff;
  }
  .flexible_image_block .label,
  .flexible_image_block .description {
    color: #a79f9a;
  }
  .flexible_image_block .description a {
    border-bottom: 1px solid #ffcc00;
    padding-bottom: 2px;
    -webkit-transition: color 0.15s linear, border-color 0.15s linear;
            transition: color 0.15s linear, border-color 0.15s linear;
    color: #a79f9a;
  }
  .no-touch .flexible_image_block .description a:hover {
    border-color: #000000;
  }
  .no-touch .flexible_image_block .description a:hover {
    border-color: #ffffff;
    color: #ffffff;
  }
  .no-touch .flexible_image_block:hover .description {
    color: #ffffff;
  }
}
.spotlight {
  padding-top: 50px;
}
.spotlight_wrapper {
  position: relative;
}
@media only screen and (min-width: 980px) {
  .spotlight_wrapper:after {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background-color: #000000;
    content: "";
    display: block;
  }
}
.spotlight_wrapper .row {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 980px) {
  .spotlight_wrapper {
    height: 892px !important;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 979px) {
  .spotlight_wrapper .flexible_image_block:nth-child(2n+1) {
    clear: both;
  }
}
.flexible_callouts {
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 980px) {
  .flexible_callouts:after {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background-color: #000000;
    content: "";
    display: block;
  }
}
.flexible_callouts .row {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 980px) {
  .flexible_callouts {
    height: 870px;
    margin-top: -55px;
    padding: 50px 0 0;
  }
}
@media only screen and (min-width: 980px) {
  .flexible_callouts .section_title {
    margin-bottom: 52px;
  }
}
.flexible_link_block {
  margin: 30px 0;
}
@media only screen and (min-width: 980px) {
  .flexible_link_block {
    margin: 60px 0;
  }
}
.flexible_link_block .callout_wrapper {
  background-color: #ffcc00;
  padding: 30px;
  -webkit-transition: background-color 0.15s linear;
          transition: background-color 0.15s linear;
}
@media only screen and (min-width: 500px) {
  .flexible_link_block .callout_wrapper {
    padding: 40px 60px 40px 60px;
  }
}
.flexible_link_block .callout_content {
  width: 100%;
  position: relative;
}
.flexible_link_block .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  color: #000000;
  margin-top: 0;
  text-transform: uppercase;
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
}
.flexible_link_block .title:after {
  width: 48px;
  height: 4px;
  background-color: #000000;
  content: '';
  display: block;
  margin: 20px 0;
  -webkit-transition: background-color 0.15s linear;
          transition: background-color 0.15s linear;
}
.flexible_link_block .description {
  color: #000000;
  margin: 0;
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
}
.no-touch .flexible_link_block:hover .callout_wrapper {
  background-color: #000000;
}
.no-touch .flexible_link_block:hover .title,
.no-touch .flexible_link_block:hover .description {
  color: #ffcc00;
}
.no-touch .flexible_link_block:hover .title:after {
  background-color: #ffcc00;
}
.flexible_link_block.green .callout_wrapper {
  background-color: #048574;
}
.flexible_link_block.green .title,
.flexible_link_block.green .description {
  color: #ffffff;
}
.flexible_link_block.green .title:after {
  background-color: #91d2ca;
}
.no-touch .flexible_link_block.green:hover .callout_wrapper {
  background-color: #91d2ca;
}
.no-touch .flexible_link_block.green:hover .title,
.no-touch .flexible_link_block.green:hover .description {
  color: #000000;
}
.no-touch .flexible_link_block.green:hover .title:after {
  background-color: #048574;
}
.flexible_link_block.orange .callout_wrapper {
  background-color: #ff6600;
}
.flexible_link_block.orange .title,
.flexible_link_block.orange .description {
  color: #000000;
}
.no-touch .flexible_link_block.orange:hover .callout_wrapper {
  background-color: #6c2b00;
}
.no-touch .flexible_link_block.orange:hover .title,
.no-touch .flexible_link_block.orange:hover .description {
  color: #ffffff;
}
.no-touch .flexible_link_block.orange:hover .title:after {
  background-color: #ff6600;
}
.flexible_link_block.purple .callout_wrapper {
  background-color: #696ab1;
}
.flexible_link_block.purple .title,
.flexible_link_block.purple .description {
  color: #ffffff;
}
.flexible_link_block.purple .title:after {
  background-color: #d0d1ff;
}
.no-touch .flexible_link_block.purple:hover .callout_wrapper {
  background-color: #d0d1ff;
}
.no-touch .flexible_link_block.purple:hover .title,
.no-touch .flexible_link_block.purple:hover .description {
  color: #000000;
}
.no-touch .flexible_link_block.purple:hover .title:after {
  background-color: #696ab1;
}
.flexible_link_block.red .callout_wrapper {
  background-color: #d0463d;
}
.flexible_link_block.red .title,
.flexible_link_block.red .description {
  color: #ffffff;
}
.flexible_link_block.red .title:after {
  background-color: #840017;
}
.no-touch .flexible_link_block.red:hover .callout_wrapper {
  background-color: #840017;
}
.no-touch .flexible_link_block.red:hover .title,
.no-touch .flexible_link_block.red:hover .description {
  color: #ffffff;
}
.no-touch .flexible_link_block.red:hover .title:after {
  background-color: #d0463d;
}
.flexible_button_block {
  position: relative;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  padding-left: 20px;
}
.flexible_button_block .callout_content {
  background-color: #4c4c4c;
  padding: 20px 30px 110px 30px;
}
@media only screen and (min-width: 500px) {
  .flexible_button_block .callout_content {
    padding: 20px 30px 130px 30px;
  }
}
@media only screen and (min-width: 740px) {
  .flexible_button_block .callout_content {
    height: 250px;
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 980px) {
  .flexible_button_block .callout_content {
    height: 260px;
  }
}
@media only screen and (min-width: 1220px) {
  .flexible_button_block .callout_content {
    height: 220px;
  }
}
.flexible_button_block .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  width: 270px;
  position: absolute;
  bottom: 30px;
  left: 0;
  background-color: #000000;
  color: #ffffff;
  margin: 0;
  padding: 20px 30px 20px 50px;
  text-transform: uppercase;
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
}
@media only screen and (min-width: 500px) {
  .flexible_button_block .title {
    width: 290px;
    padding: 24px 30px 24px 50px;
  }
}
@media only screen and (min-width: 980px) {
  .flexible_button_block .title {
    width: 270px;
  }
}
@media only screen and (min-width: 1220px) {
  .flexible_button_block .title {
    width: 290px;
  }
}
.flexible_button_block .description {
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 1.6;
}
.no-touch .flexible_button_block:hover .title {
  color: #777777;
}
.flexible_button_block.gold .description {
  color: #000000;
}
.flexible_button_block.gold .callout_content {
  background-color: #ffcc00;
}
.no-touch .flexible_button_block.gold:hover .title {
  color: #ffcc00;
}
.flexible_button_block.green .description {
  color: #ffffff;
}
.flexible_button_block.green .callout_content {
  background-color: #048574;
}
.no-touch .flexible_button_block.green:hover .title {
  color: #91d2ca;
}
.flexible_button_block.purple .callout_content {
  background-color: #696ab1;
}
.no-touch .flexible_button_block.purple:hover .title {
  color: #d0d1ff;
}
.flexible_button_block.red .description {
  color: #ffffff;
}
.flexible_button_block.red .callout_content {
  background-color: #d0463d;
}
.no-touch .flexible_button_block.red:hover .title {
  color: #d0463d;
}
.flexible_button_block.orange .description {
  color: #000000;
}
.flexible_button_block.orange .callout_content {
  background-color: #ff6600;
}
.no-touch .flexible_button_block.orange:hover .title {
  color: #ff6600;
}
/*
		Full-Width Callouts
		==============================
	*/
.full_width_list_block {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 40px;
  padding-top: 40px;
}
.full_width_list_block .title {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  margin-bottom: 10px;
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
}
.full_width_list_block .description {
  font-size: 18px;
  font-size: 1.125rem;
}
.full_width_list_block .image {
  width: 100%;
  margin-bottom: 30px;
  padding-top: 100%;
}
@media only screen and (min-width: 740px) {
  .full_width_list_block .image {
    width: 160px;
    height: 160px;
    padding-top: 160px;
    float: left;
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.full_width_list_block .link_button {
  color: #4c4c4c;
  margin-top: 20px;
}
.no-touch .full_width_list_block .link_button:hover {
  color: #000000;
}
.no-touch .full_width_list_block:hover .title {
  color: #4c4c4c;
}
@media only screen and (min-width: 980px) {
  article.full_width_list_block:nth-child(2n+3) {
    clear: both;
  }
}
.full_width_block {
  margin-bottom: 50px;
  margin-top: 50px;
}
.full_width_block .callout_content {
  height: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  z-index: 1;
}
@media only screen and (min-width: 740px) {
  .full_width_block .callout_content {
    padding: 100px;
  }
}
.full_width_block .title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'FrutigerLTW01-87ExtraBk';
  color: #ffffff;
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
}
@media only screen and (min-width: 500px) {
  .full_width_block .title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 740px) {
  .full_width_block .title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.full_width_block .title:before {
  width: 150px;
  height: 6px;
  border-top: 6px solid #ffcc00;
  content: '';
  display: block;
  margin-bottom: 30px;
  -webkit-transition: border-color 0.15s linear;
          transition: border-color 0.15s linear;
}
.full_width_block .description {
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  margin-bottom: 50px;
}
@media only screen and (min-width: 500px) {
  .full_width_block .description {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 740px) {
  .full_width_block .description {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.full_width_block .link_button {
  border: none;
  color: #ffffff;
  -webkit-transition: color 0.1s linear;
          transition: color 0.1s linear;
}
.no-touch .full_width_block .link_button:hover {
  color: #ffcc00;
}
.no-rgba .full_width_block .link_button {
  color: #ffffff;
  opacity: .6;
}
.no-touch.no-rgba .full_width_block .link_button:hover {
  color: #ffcc00;
  opacity: 1;
}
.no-touch .full_width_block:hover .title {
  color: #ffcc00;
}
.no-touch .full_width_block:hover .title:before {
  border-top-color: #ffcc00;
}
.full_width_block hr {
  background-color: rgba(255, 255, 255, 0.4);
  margin-bottom: 15px;
}
@media only screen and (min-width: 1220px) {
  .full_width_block {
    height: 500px;
  }
}
.full_width_block.green .callout_content {
  background-color: rgba(4, 150, 131, 0.8);
}
.full_width_block.green .title:before {
  border-top-color: #e6e6e6;
}
.full_width_block.orange .callout_content {
  background-color: rgba(255, 102, 0, 0.8);
}
.full_width_block.orange .title:before {
  border-top-color: #e6e6e6;
}
.full_width_block.purple .callout_content {
  background-color: rgba(105, 106, 177, 0.8);
}
.full_width_block.purple .title:before {
  border-top-color: #e6e6e6;
}
.full_width_block.red .callout_content {
  background-color: rgba(255, 74, 64, 0.8);
}
.full_width_block.red .title:before {
  border-top-color: #e6e6e6;
}
.full_width_profile_block {
  margin-bottom: 50px;
  margin-top: 50px;
}
.full_width_profile_block .image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
@media only screen and (min-width: 740px) {
  .full_width_profile_block .image {
    width: 260px;
    height: 400px;
    float: left;
    overflow: hidden;
    padding-bottom: 400px;
  }
  .full_width_profile_block .image img {
    width: 400px;
    height: 400px;
    margin-left: -70px;
  }
}
@media only screen and (min-width: 980px) {
  .full_width_profile_block .image {
    width: 360px;
    height: 360px;
    padding-bottom: 360px;
  }
  .full_width_profile_block .image img {
    height: 400px;
    width: 400px;
    margin: 0;
  }
}
.full_width_profile_block .callout_content {
  background-color: #000000;
  color: #ffffff;
  padding: 40px;
}
@media only screen and (min-width: 740px) {
  .full_width_profile_block .callout_content {
    height: 400px;
  }
}
@media only screen and (min-width: 980px) {
  .full_width_profile_block .callout_content {
    height: 360px;
  }
}
@media only screen and (min-width: 1220px) {
  .full_width_profile_block .callout_content {
    padding: 60px 60px 40px;
  }
}
.full_width_profile_block .label {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  width: 260px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffcc00;
  display: block;
  padding: 11px 12px 13px;
  text-align: center;
  z-index: 1;
}
.full_width_profile_block .name {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  margin: 0 0 15px;
}
@media only screen and (min-width: 740px) {
  .full_width_profile_block .name {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.full_width_profile_block .title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  color: #f8f8f8;
  margin: 0 0 20px;
}
@media only screen and (min-width: 1220px) {
  .full_width_profile_block .title {
    margin: 0 0 50px;
  }
}
.full_width_profile_block .description {
  font-size: 18px;
  font-size: 1.125rem;
  color: #a79f9a;
  margin: 0 0 20px;
}
@media only screen and (min-width: 980px) {
  .full_width_profile_block .description {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 15px;
  }
}
.full_width_profile_block .service_link {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  color: #ffcc00;
  display: inline-block;
  margin-bottom: 15px;
}
.full_width_profile_block .service_link:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 500px) {
  .full_width_profile_block .service_link {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1220px) {
  .full_width_profile_block .service_link {
    margin-right: 50px;
    margin-bottom: 0;
  }
}
.full_width_profile_block .service_link:last-child {
  margin-right: 0;
}
.no-touch .full_width_profile_block .service_link:hover {
  color: #e6e6e6;
}
.no-touch .full_width_profile_block .service_link:hover.twitter:before {
  background-position: -490px -40px;
}
.no-touch .full_width_profile_block .service_link:hover.email:before {
  background-position: -460px -40px;
}
.no-touch .full_width_profile_block .service_link:hover.phone:before {
  background-position: -520px -40px;
}
.full_width_profile_block .service_link:before {
  background: url(../images/icons.svg) no-repeat 100px 100px;
  width: 18px;
  height: 14px;
  content: '';
  display: inline-block;
  margin-right: 8px;
  margin-top: -2px;
  vertical-align: middle;
}
.no-svg .full_width_profile_block .service_link:before {
  background-image: url(../images/icons.png);
}
.full_width_profile_block .service_link.twitter:before {
  background-position: -390px -40px;
}
.full_width_profile_block .service_link.email:before {
  background-position: -360px -40px;
}
.full_width_profile_block .service_link.phone:before {
  height: 18px;
  background-position: -420px -40px;
}
.contact_block p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #000000;
}
.contact_block .image {
  width: 120px;
  height: 120px;
}
.contact_block .callout_title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  color: #4c4c4c;
  text-transform: uppercase;
}
.contact_block .callout_title:after {
  width: 50px;
  height: 4px;
  background-color: #e6e6e6;
  content: '';
  display: block;
  margin: 15px 0 25px;
}
@media only screen and (min-width: 740px) {
  .contact_block .callout_title:after {
    margin: 15px 0 65px;
  }
}
@media only screen and (max-width: 739px) {
  .contact_block .office_data_block:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
}
@media only screen and (min-width: 740px) {
  .contact_block .office_data_block {
    border-bottom: 1px solid #e6e6e6;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 980px) {
  .contact_block .office_data_block {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.contact_block .office_data_block.no_border {
  border: none;
}
.contact_block .office_block {
  border-top: 1px solid #e6e6e6;
  clear: both;
  padding: 25px 0;
}
.contact_block .office_title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  margin-bottom: 30px;
}
.contact_block .office_block_subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  color: #666666;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contact_block .contact_full_strip {
  margin-bottom: 30px;
}
.contact_block .contact_full_strip .office_block {
  width: auto;
}
.contact_block .contact_full_strip .office_block .split {
  width: auto;
  display: inline-block;
  float: none;
  margin-right: 30px;
  white-space: nowrap;
}
.contact_block .contact_full_strip .office_block .split:last-child {
  margin-right: 0;
}
.contact_block .contact_full_strip .office_block:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 740px) {
  .contact_block .contact_full_strip {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 980px) {
  .contact_block .contact_full_strip {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 60px;
  }
  .contact_block .contact_full_strip .office_block {
    border: none;
    clear: none;
    display: inline-block;
    margin-right: 60px;
  }
}
.contact_block .split.left {
  width: 30%;
  float: left;
}
.contact_block .split.right {
  width: 70%;
  float: right;
}
.contact_block .label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  line-height: 1.6em;
  color: #4c4c4c;
}
.contact_block .data {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  color: #000000;
}
@media only screen and (min-width: 740px) {
  .contact_block .data {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1666666666666667em;
  }
}
.contact_block a {
  border-bottom: 1px solid #ffcc00;
  padding-bottom: 2px;
  -webkit-transition: color 0.15s linear, border-color 0.15s linear;
          transition: color 0.15s linear, border-color 0.15s linear;
}
.no-touch .contact_block a:hover {
  border-color: #000000;
}
.contact_block .office_social_media {
  border-top: 1px solid #e6e6e6;
  padding: 20px 0;
}
@media only screen and (min-width: 740px) {
  .contact_block .office_social_media {
    border-top: none;
    padding: 0;
  }
}
@media only screen and (min-width: 740px) {
  .contact_block .no_border .office_social_media {
    border-bottom: none;
    border-top: 1px solid #e6e6e6;
    padding: 20px 0;
    margin-bottom: 0;
  }
}
.contact_block .office_social_media_link {
  background: url(../images/icons.svg) no-repeat 100px 100px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 100%;
  display: inline-block;
  line-height: 50px;
  overflow: hidden;
  text-indent: 100%;
  -webkit-transition: background-color 0.15s linear;
          transition: background-color 0.15s linear;
}
.no-svg .contact_block .office_social_media_link {
  background-image: url(../images/icons.png);
}
.contact_block .office_social_media_link.facebook {
  background-color: #3E5C9B;
  background-position: -210px -250px;
}
.no-touch .contact_block .office_social_media_link.facebook:hover {
  background-color: rgba(62, 92, 155, 0.7);
}
.contact_block .office_social_media_link.twitter {
  background-color: #55ACEE;
  background-position: -260px -250px;
}
.no-touch .contact_block .office_social_media_link.twitter:hover {
  background-color: rgba(85, 172, 238, 0.7);
}
.contact_block .office_social_media_link.pinterest {
  background-color: #C91F26;
  background-position: -310px -250px;
}
.no-touch .contact_block .office_social_media_link.pinterest:hover {
  background-color: rgba(201, 31, 38, 0.7);
}
.contact_block .contact_person {
  border-top: 1px solid #e6e6e6;
}
.contact_block .contact_person .label {
  margin-bottom: 10px;
}
.contact_block .contact_person .link {
  display: inline-block;
  margin-top: 15px;
}
@media only screen and (min-width: 740px) {
  .contact_block .contact_person {
    border: none;
  }
  .contact_block .contact_person .office_block {
    padding-top: 5px;
  }
  .contact_block .contact_person.with_header .office_block {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 980px) {
  .contact_block .contact_person .office_block {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 979px) {
  .contact_block .contact_person {
    margin-top: 0;
  }
  .contact_block .contact_person .office_block {
    border-top: none;
  }
}
.contact_block .contact_person_heading {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  border-bottom: 1px solid #e6e6e6;
  letter-spacing: 0;
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 740px) {
  .contact_block .contact_person_heading {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 980px) {
  .contact_block .contact_person_heading {
    border: none;
    margin-top: -52px;
    margin-bottom: 30px;
    padding: 0;
  }
}
.contact_block .contact_section {
  margin-bottom: 40px;
}
.contact_block .contact_section:first-child {
  margin-bottom: 0;
}
/*
		Multi-Use Callouts
		==============================
	*/
.floating_block {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.floating_block .title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  margin: 0 0 20px;
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
}
.floating_block .title a {
  border: none;
}
.floating_block .image {
  width: 100%;
  margin-bottom: 30px;
  padding-top: 100%;
}
@media only screen and (min-width: 740px) {
  .floating_block .image {
    width: 260px;
    height: 260px;
    float: left;
    margin-right: 40px;
    padding-top: 260px;
  }
}
@media only screen and (min-width: 980px) {
  .floating_block .image {
    width: 240px;
    height: 240px;
    padding-top: 240px;
  }
}
.floating_block hr {
  margin-top: 20px;
}
.floating_block .label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  color: #666666;
  display: block;
  margin-bottom: 20px;
}
.floating_block .link_button {
  border: none;
  margin-top: 20px;
}
.no-touch .floating_block .link_button:hover {
  color: #4c4c4c;
}
.no-touch .floating_block:hover .title a {
  color: #4c4c4c;
}
@media only screen and (max-width: 979px) {
  .floating_block:last-child {
    border-top: 1px solid #e6e6e6;
  }
}
@media only screen and (min-width: 980px) {
  .floating_block:last-child:before {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e6e6e6;
    content: "";
    display: block;
    margin-bottom: 80px;
    margin-top: -80px;
  }
}
@media only screen and (min-width: 740px) {
  .floating_block {
    background-color: #f8f8f8;
    margin-bottom: 0;
    padding-bottom: 80px;
    padding-top: 80px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 980px) {
  .floating_block {
    padding-left: 0;
    padding-right: 100px;
  }
  .floating_block:first-child {
    margin-bottom: 0;
  }
}
.color_block {
  background-color: #ffcc00;
}
.color_block .callout_content {
  padding: 50px 40px;
}
.color_block .title {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: 'FrutigerLTW01-87ExtraBk';
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1220px) {
  .color_block .title {
    margin-bottom: 50px;
  }
}
.color_block .title:before {
  width: 100px;
  height: 6px;
  background-color: #000000;
  content: '';
  display: block;
  margin-bottom: 15px;
}
.no-touch .color_block:hover .title {
  color: #ffffff;
}
.color_block .description {
  line-height: 1.2em;
  color: #000000;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1220px) {
  .color_block .description {
    margin-bottom: 50px;
  }
}
.color_block hr {
  background-color: #ffffff;
}
.color_block .link_button {
  border-bottom: none;
  color: #000000;
  padding: 15px 0 0;
}
.color_block .link_button:hover {
  color: #ffffff;
}
.color_block.green {
  background-color: #048574;
  color: #ffffff;
}
.color_block.green .title,
.color_block.green .description {
  color: #ffffff;
}
.color_block.green .title:before {
  background-color: #91d2ca;
}
.color_block.green hr {
  background-color: rgba(255, 255, 255, 0.4);
}
.color_block.green .link_button {
  color: #ffffff;
}
.color_block.green .link_button:hover {
  color: #ffcc00;
}
.no-touch .color_block.green:hover .title {
  color: #ffcc00;
}
.color_block.orange {
  background-color: #ff6600;
}
.color_block.orange .title,
.color_block.orange .description {
  color: #000000;
}
.color_block.orange .title:before {
  background-color: #6c2b00;
}
.color_block.orange hr {
  background-color: rgba(0, 0, 0, 0.3);
}
.color_block.orange .link_button {
  color: #000000;
}
.no-touch .color_block.orange .link_button:hover {
  color: #ffffff;
}
.color_block.red {
  background-color: #d0463d;
}
.color_block.red .title,
.color_block.red .description {
  color: #ffffff;
}
.color_block.red .callout_title:before {
  background-color: #840017;
}
.color_block.red hr {
  background-color: rgba(255, 255, 255, 0.3);
}
.color_block.red .link_button {
  color: #ffffff;
}
.color_block.red .link_button:hover {
  color: #ffcc00;
}
.no-touch .color_block.red:hover .title {
  color: #ffcc00;
}
.color_block.purple {
  background-color: #696ab1;
  color: #ffffff;
}
.color_block.purple .title,
.color_block.purple .description {
  color: #ffffff;
}
.color_block.purple .title:before {
  background-color: #d0d1ff;
}
.color_block.purple hr {
  background-color: rgba(255, 255, 255, 0.3);
}
.color_block.purple .link_button {
  color: #d0d1ff;
}
.no-touch .color_block.purple:hover .title {
  color: #ffcc00;
}
.floating_callouts {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 499px) {
  .floating_callouts {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 739px) {
  .floating_callouts {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 979px) {
  .floating_callouts {
    background-color: #f8f8f8;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 980px) {
  .floating_callouts:after {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f8f8f8;
    content: "";
    display: block;
  }
}
@media only screen and (min-width: 980px) {
  .floating_callouts .large_callouts {
    height: 100%;
    position: absolute;
    background-color: #f8f8f8;
  }
}
@media only screen and (min-width: 980px) {
  .floating_callouts .small_callouts:before {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    content: "";
    display: block;
    z-index: -1;
  }
}
.floating_callouts .small_callouts .color_block:first-child .callout_content {
  padding-bottom: 0;
}
@media only screen and (min-width: 980px) {
  .floating_callouts .small_callouts .color_block {
    width: 372px;
  }
  .floating_callouts .small_callouts .color_block .callout_content {
    padding-right: 140px;
  }
}
@media only screen and (min-width: 1220px) {
  .floating_callouts .small_callouts .color_block {
    width: 440px;
  }
  .floating_callouts .small_callouts .color_block .callout_content {
    padding-right: 160px;
  }
}
.floating_callouts_container {
  position: relative;
}
.cover_story_block {
  margin-bottom: 60px;
}
.cover_story_block .image {
  height: 152px;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 500px) {
  .cover_story_block .image {
    height: 244px;
  }
}
@media only screen and (min-width: 740px) {
  .cover_story_block .image {
    height: 366px;
  }
}
@media only screen and (min-width: 980px) {
  .cover_story_block .image {
    height: 320px;
  }
}
@media only screen and (min-width: 1220px) {
  .cover_story_block .image {
    height: 400px;
  }
}
.cover_story_block .label {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  position: absolute;
  bottom: -16px;
  left: 0;
  background-color: #ffcc00;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.175em;
  margin-bottom: 0;
  padding: 9px 14px;
}
.cover_story_block .title {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: 'FrutigerLTW01-87ExtraBk';
  margin-bottom: 15px;
  text-transform: uppercase;
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
}
@media only screen and (min-width: 740px) {
  .cover_story_block .title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.cover_story_block .description {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Sabon LT W01 Italic';
  color: #4c4c4c;
  line-height: 1.25;
  margin-bottom: 20px;
}
@media only screen and (min-width: 740px) {
  .cover_story_block .description {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.no-touch .cover_story_block:hover .cover_story_title {
  color: #4c4c4c;
}
.news_block {
  margin-bottom: 40px;
}
.news_block .image {
  margin-bottom: 30px;
  padding-bottom: 62.50%;
}
.news_block .title {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  line-height: 1.2;
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
}
@media only screen and (min-width: 740px) {
  .news_block .title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.no-touch .red_dark:hover .news_block .title a {
  color: #840017;
}
.no-touch .orange:hover .news_block .title a {
  color: #ff6600;
}
.no-touch .purple:hover .news_block .title a {
  color: #696ab1;
}
.no-touch .green:hover .news_block .title a {
  color: #048574;
}
.news_block .description {
  margin-top: 20px;
}
.news_block .description a {
  border-bottom: 1px solid #ffcc00;
  padding-bottom: 2px;
  -webkit-transition: color 0.15s linear, border-color 0.15s linear;
          transition: color 0.15s linear, border-color 0.15s linear;
}
.no-touch .news_block .description a:hover {
  border-color: #000000;
}
.news_block.video .image:before {
  background: url(../images/icons.svg) no-repeat -333px -165px;
  width: 70px;
  height: 50px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #ffcc00;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  z-index: 1;
}
.no-svg .news_block.video .image:before {
  background-image: url(../images/icons.png);
}
.news_block:before {
  width: 150px;
  height: 6px;
  border-top: 6px solid #ffcc00;
  content: '';
  display: block;
  margin-bottom: 30px;
}
.no-touch .news_block:hover .title,
.no-touch .news_block:hover .title a {
  color: #4c4c4c;
}
@media only screen and (min-width: 740px) and (max-width: 979px) {
  article.news_block:nth-child(2n+3) {
    clear: both;
  }
}
.event_block {
  margin-bottom: 60px;
}
.event_block .image {
  margin-bottom: 30px;
  padding-top: 100%;
}
.event_block .title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  line-height: 1.2;
  margin-bottom: 0;
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
}
@media only screen and (min-width: 740px) {
  .event_block .title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.no-touch .red_dark:hover .event_block .title {
  color: #840017;
}
.no-touch .orange:hover .event_block .title {
  color: #ff6600;
}
.no-touch .purple:hover .event_block .title {
  color: #696ab1;
}
.no-touch .green:hover .event_block .title {
  color: #048574;
}
.event_block .date {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'FrutigerLTW01-87ExtraBk';
  color: #666666;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.red_dark .event_block .date {
  color: #840017;
}
.orange .event_block .date {
  color: #ff6600;
}
.gold .event_block .date {
  color: #ffcc00;
}
.purple .event_block .date {
  color: #696ab1;
}
.green .event_block .date {
  color: #048574;
}
@media only screen and (min-width: 740px) {
  .event_block .date {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.event_block .time_location {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: 'Sabon LT W01 Italic';
  color: #666666;
  margin-bottom: 20px;
}
.event_block:before {
  width: 150px;
  height: 6px;
  border-top: 6px solid #ffcc00;
  content: '';
  display: block;
  margin-bottom: 30px;
}
.no-touch .event_block:hover .title {
  color: #4c4c4c;
}
@media only screen and (min-width: 740px) and (max-width: 979px) {
  article.event_block:nth-child(2n+3) {
    clear: both;
  }
}
.event_update_block {
  background-color: #f8f8f8;
  border-top: 6px solid #ffcc00;
  margin: 30px 0;
}
.event_update_block .callout_content {
  padding: 30px 20px;
}
@media only screen and (min-width: 740px) {
  .event_update_block .callout_content {
    padding: 40px 50px;
  }
}
.event_update_block .title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'FrutigerLTW01-87ExtraBk';
  margin: 0;
}
.event_update_block .title:after {
  width: 50px;
  height: 4px;
  background-color: #e6e6e6;
  content: '';
  display: block;
  margin: 25px 0;
}
.event_update_block p:last-child {
  margin-bottom: 0;
}
.news_media_carousel_callouts {
  position: relative;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media only screen and (min-width: 740px) {
  .news_media_carousel_callouts {
    height: 340px;
    margin-bottom: 65px;
    padding-bottom: 0;
  }
}
.news_media_carousel_callouts .controls {
  width: 100%;
  height: 0;
  position: relative;
  display: inline;
  z-index: 1;
}
.news_media_carousel_callouts .controls .control {
  position: absolute;
  top: 145px;
  background-color: #ffcc00;
}
.news_media_carousel_callouts .controls .control.previous {
  left: 0;
}
.news_media_carousel_callouts .controls .control.next {
  right: 0;
}
@media only screen and (min-width: 500px) {
  .news_media_carousel_callouts .controls .control {
    top: 223px;
  }
}
@media only screen and (min-width: 740px) {
  .news_media_carousel_callouts .controls .control {
    top: 110px;
  }
}
.news_carousel_block {
  width: 290px;
  margin-right: 20px !important;
}
@media only screen and (min-width: 500px) {
  .news_carousel_block {
    width: 464px;
  }
}
@media only screen and (min-width: 740px) {
  .news_carousel_block {
    width: 696px;
  }
}
@media only screen and (min-width: 980px) {
  .news_carousel_block {
    width: 780px;
    height: 340px;
  }
}
.news_carousel_block .image {
  padding-top: 259px;
}
@media only screen and (min-width: 500px) {
  .news_carousel_block .image {
    padding-top: 415px;
  }
}
@media only screen and (min-width: 740px) {
  .news_carousel_block .image {
    width: 348px;
    height: 340px;
    float: left;
    padding-top: 340px;
    overflow: hidden;
  }
  .news_carousel_block .image img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (min-width: 980px) {
  .news_carousel_block .image {
    width: 380px;
    height: 340px;
  }
}
.news_carousel_block .title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  margin-top: 0;
  margin-bottom: 10px;
}
.news_carousel_block .title a {
  border: none;
}
.no-touch .news_carousel_block .title a:hover {
  color: #4c4c4c;
}
.news_carousel_block .title:before {
  width: 150px;
  height: 6px;
  background-color: #ffcc00;
  content: "";
  display: block;
  margin-bottom: 25px;
}
.news_carousel_block .meta {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 10px;
}
.news_carousel_block .meta a {
  border-bottom: 1px solid #ffcc00;
  padding-bottom: 2px;
  -webkit-transition: color 0.15s linear, border-color 0.15s linear;
          transition: color 0.15s linear, border-color 0.15s linear;
  color: #000000;
}
.no-touch .news_carousel_block .meta a:hover {
  border-color: #000000;
}
.news_carousel_block .description {
  font-size: 18px;
  font-size: 1.125rem;
}
.news_carousel_block .description:last-child {
  margin-bottom: 0;
}
.news_carousel_block .callout_content {
  background-color: #f8f8f8;
  padding: 30px;
}
@media only screen and (min-width: 740px) {
  .news_carousel_block .callout_content {
    height: 340px;
  }
}
.date_image_carousel_block {
  width: 290px;
  margin-right: 20px !important;
}
@media only screen and (min-width: 500px) {
  .date_image_carousel_block {
    width: 464px;
  }
}
@media only screen and (min-width: 740px) {
  .date_image_carousel_block {
    width: 696px;
  }
}
@media only screen and (min-width: 980px) {
  .date_image_carousel_block {
    width: 780px;
    height: 340px;
  }
}
.date_image_carousel_block .image {
  padding-top: 259px;
}
@media only screen and (min-width: 500px) {
  .date_image_carousel_block .image {
    padding-top: 415px;
  }
}
@media only screen and (min-width: 740px) {
  .date_image_carousel_block .image {
    width: 348px;
    height: 340px;
    float: left;
    padding-top: 340px;
    overflow: hidden;
  }
  .date_image_carousel_block .image img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (min-width: 980px) {
  .date_image_carousel_block .image {
    width: 380px;
    height: 340px;
  }
}
.date_image_carousel_block .meta {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  margin-top: 0;
  margin-bottom: 25px;
}
.date_image_carousel_block .meta a {
  border: none;
}
.date_image_carousel_block .meta:after {
  width: 50px;
  height: 6px;
  background-color: #000000;
  content: "";
  display: inline-block;
  margin-left: 10px;
  margin-top: 8px;
  vertical-align: top;
}
.date_image_carousel_block .description {
  font-size: 18px;
  font-size: 1.125rem;
}
.date_image_carousel_block .description:last-child {
  margin-bottom: 0;
}
.date_image_carousel_block .callout_content {
  background-color: #ffffff;
  padding: 30px;
}
@media only screen and (min-width: 740px) {
  .date_image_carousel_block .callout_content {
    height: 340px;
  }
}
.by_the_numbers {
  position: relative;
  display: none;
}
@media only screen and (min-width: 980px) {
  .by_the_numbers {
    display: block;
  }
}
.by_the_numbers .title {
  font-size: 32px;
  font-size: 2rem;
  font-family: 'FrutigerLTW01-87ExtraBk';
  line-height: 0.9375em;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 26px;
  text-transform: uppercase;
}
.by_the_numbers .top,
.by_the_numbers .bottom {
  position: relative;
}
.by_the_numbers .callouts {
  position: absolute;
}
.by_the_numbers .callout .data {
  font-size: 38px;
  font-size: 2.375rem;
  font-family: 'FrutigerLTW01-87ExtraBk';
  color: #ffb30a;
  text-transform: uppercase;
}
.by_the_numbers .callout .label {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'FrutigerLTW01-45Light722105';
  color: #ffffff;
  text-transform: none;
}
.by_the_numbers .top {
  height: 270px;
}
.by_the_numbers .top .data {
  color: #4c4c4c;
}
.by_the_numbers .top .callouts {
  bottom: 24px;
}
.by_the_numbers .top .callout .label {
  color: #000000;
}
.by_the_numbers .bottom .callouts {
  top: 24px;
}
.by_the_numbers .bottom .callout {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
  padding-bottom: 26px;
}
.by_the_numbers .bottom .callout:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.by_the_numbers .bottom .callout .label {
  color: #a79f9a;
}
.action_blocks_container {
  background-color: #3d3d3d;
  background-position: center center;
  background-size: cover;
  padding: 50px 0;
}
@media only screen and (min-width: 740px) {
  .action_blocks_container {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 980px) {
  .action_blocks_container {
    height: 600px;
    padding: 150px 0;
  }
}
.action_block {
  height: 280px;
  margin-bottom: 20px;
  -webkit-transition: background-color 0.15s linear;
          transition: background-color 0.15s linear;
}
@media only screen and (min-width: 500px) {
  .action_block {
    height: 250px;
  }
}
@media only screen and (min-width: 740px) {
  .action_block {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 980px) {
  .action_block {
    height: 340px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1220px) {
  .action_block {
    height: 300px;
  }
}
.action_block .callout_content {
  height: 100%;
  padding: 40px 20px;
}
.action_block .title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  margin-bottom: 15px;
}
.action_block .title:after {
  width: 50px;
  height: 4px;
  content: '';
  display: block;
  margin: 15px 0 20px;
}
.action_block .description {
  font-size: 18px;
  font-size: 1.125rem;
}
.action_block.black .title,
.action_block.gray .title {
  color: #ffffff;
}
.action_block.black {
  background-color: #000000;
}
.action_block.black .title:after {
  background-color: #a79f9a;
}
.action_block.black .description {
  color: #e6e6e6;
}
.no-touch .action_block.black:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.action_block.gold {
  background-color: #ffcc00;
}
.action_block.gold .title:after {
  background-color: #786004;
}
.action_block.gold .description {
  color: #000000;
}
.no-touch .action_block.gold:hover {
  background-color: rgba(255, 204, 0, 0.8);
}
.action_block.gray {
  background-color: #3d3d3d;
}
.action_block.gray .title:after {
  background-color: #000000;
}
.action_block.gray .description {
  color: #e6e6e6;
}
.no-touch .action_block.gray:hover {
  background-color: rgba(61, 61, 61, 0.8);
}
.action_block.white {
  background-color: #ffffff;
}
.action_block.white .title:after {
  background-color: #e6e6e6;
}
.no-touch .action_block.white:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.twitter_block {
  position: relative;
  background-color: #f8f8f8;
  margin-top: 60px !important;
  padding: 40px 40px 20px;
}
@media only screen and (min-width: 740px) {
  .twitter_block {
    margin-top: 100px !important;
  }
}
.twitter_block:first-child {
  margin-top: 26px !important;
}
.twitter_block .label {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  height: 52px;
  position: absolute;
  top: -26px;
  left: 25px;
  background-color: #ffcc00;
  color: #000000;
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 20px 30px 16px;
  text-transform: uppercase;
  vertical-align: middle;
}
.twitter_block .label:after {
  background: url(../images/icons.svg) no-repeat -275px -267px;
  width: 22px;
  height: 18px;
  content: '';
  display: inline-block;
  margin-left: 15px;
  margin-top: -3px;
  vertical-align: middle;
}
.no-svg .twitter_block .label:after {
  background-image: url(../images/icons.png);
}
.twitter_block.sidebar {
  padding: 40px 25px 20px;
}
.twitter_block.sidebar .title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.twitter_block.full_width iframe li.tweet {
  width: 30% !important;
  float: left !important;
}
.twitter_block iframe {
  width: 100% !important;
}
/*
		Sidebar Callouts
		================
	*/
.sidebar .callout {
  margin-bottom: 35px;
}
.quick_facts {
  border: 1px solid #e6e6e6;
  padding: 40px 25px;
}
.quick_facts .callout_header {
  margin-bottom: 40px;
}
.quick_facts .callout_header .title {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin: 0;
}
.quick_facts .callout_header h2.title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'FrutigerLTW01-87ExtraBk';
  letter-spacing: 0.03em;
}
.quick_facts .fact {
  margin: 0 0 30px;
}
.quick_facts .fact * {
  margin: 0;
}
.quick_facts .fact:last-child {
  margin: 0;
}
.quick_facts .data {
  font-size: 34px;
  font-size: 2.125rem;
  font-family: 'FrutigerLTW01-87ExtraBk';
  color: #4c4c4c;
  text-transform: uppercase;
}
.quick_facts .label {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
.flexible_sidebar_block .image {
  padding-bottom: 100%;
}
.flexible_sidebar_block .label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  color: #ffcc00;
}
.flexible_sidebar_block .title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  margin-bottom: 0.8333333333333334em;
  border-top: 6px solid #ffcc00;
  margin-top: 1em;
  padding-top: 1em;
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
}
.no-touch .flexible_sidebar_block:hover .title {
  color: #4c4c4c;
}
.flexible_bordered_sidebar_block {
  border: 1px solid #e6e6e6;
}
.flexible_bordered_sidebar_block .callout_content {
  padding: 50px 25px 30px;
  -webkit-transition: background-color 0.15s linear;
          transition: background-color 0.15s linear;
}
@media only screen and (min-width: 500px) {
  .flexible_bordered_sidebar_block .callout_content {
    padding: 50px 40px 30px;
  }
}
.flexible_bordered_sidebar_block .title {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: 'FrutigerLTW01-87ExtraBk';
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.flexible_bordered_sidebar_block .title:before {
  width: 100px;
  height: 6px;
  background-color: #ffcc00;
  content: '';
  display: block;
  margin-bottom: 15px;
}
.flexible_bordered_sidebar_block .description {
  margin-bottom: 30px;
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
}
.flexible_bordered_sidebar_block .link_button {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  color: #666666;
  border-bottom: none;
  display: block;
  letter-spacing: 0.03em;
  margin-top: 15px;
  text-transform: uppercase;
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
}
.no-touch .flexible_bordered_sidebar_block:hover .callout_content {
  background-color: #f8f8f8;
}
.no-touch .flexible_bordered_sidebar_block:hover .callout_link,
.no-touch .flexible_bordered_sidebar_block:hover .description {
  color: #000000;
}
.person_block {
  position: relative;
}
.person_block .label {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  width: 150px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffcc00;
  display: block;
  padding: 11px 12px 13px;
  text-align: center;
  -webkit-transition: background-color 0.15s linear;
          transition: background-color 0.15s linear;
  z-index: 1;
}
.person_block .image {
  overflow: hidden;
  height: 380px;
  padding-bottom: 0;
}
@media only screen and (max-width: 499px) {
  .person_block .image {
    height: 290px;
  }
}
@media only screen and (min-width: 740px) {
  .person_block .image {
    height: 300px;
  }
}
@media only screen and (min-width: 980px) {
  .person_block .image {
    height: 300px;
  }
}
@media only screen and (min-width: 1220px) {
  .person_block .image {
    height: 380px;
  }
}
.person_block .name,
.person_block .info {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.person_block .name {
  font-size: 34px;
  font-size: 2.125rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
}
.person_block .info {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-transform: none;
}
.person_block .callout_content {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 40px;
}
.person_block .callout_content:after {
  background-color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  z-index: -1;
}
.no-touch .person_block:hover .image img {
  opacity: 1;
}
.no-touch .person_block:hover .label {
  background-color: #ffffff;
}
.no-touch .person_block:hover .name {
  color: #ffcc00;
}
.our_people {
  position: relative;
}
@media only screen and (min-width: 980px) {
  .our_people:after {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background-color: #000000;
    content: "";
    display: block;
  }
}
.our_people .row {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 740px) {
  .our_people {
    margin-top: -120px;
    padding-bottom: 0;
    padding-top: 120px;
  }
}
@media only screen and (min-width: 980px) {
  .our_people {
    height: 756px;
  }
  .our_people.stacked {
    height: 1030px;
  }
}
.our_people .callouts {
  padding-top: 15px;
}
.news_image_sidebar_block {
  max-width: 340px;
}
.news_image_sidebar_block .image {
  background-color: transparent;
}
.news_image_sidebar_block .image img {
  position: static;
}
.news_image_sidebar_block .caption {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'FrutigerLTW01-45Light722105';
  line-height: 1.6;
  margin-top: 10px;
}
.quote_sidebar_block .quote {
  padding-left: 50px;
}
.quote_sidebar_block blockquote:before {
  left: -38px;
}
/* ==========================================================================
	Overlays
========================================================================== */
/* Links For You */
.lfy_container,
.lfy_wrapper,
.lfy_content {
  position: absolute;
  top: 0;
}
.lfy_container,
.lfy_wrapper {
  width: 100%;
  height: 100%;
}
.lfy_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.lfy_container {
  width: 100%;
  right: 0;
  top: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.15s ease, z-index 0s ease 0.15s;
          transition: transform 0.15s ease, z-index 0s ease 0.15s;
  z-index: 0;
}
@media only screen and (min-width: 740px) {
  .lfy_container {
    width: 100%;
    display: block;
    opacity: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.2s linear, visibility 0.2s linear, z-index 0s ease 0.2s;
            transition: opacity 0.2s linear, visibility 0.2s linear, z-index 0s ease 0.2s;
    visibility: hidden;
  }
}
.no-rgba .lfy_container {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUCB1jYGBg2AQAALcAs4/eoUQAAAAASUVORK5CYII=');
}
.lfy_container.open {
  pointer-events: all;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.15s ease;
          transition: transform 0.15s ease;
  z-index: 101;
}
@media only screen and (min-width: 740px) {
  .lfy_container.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s linear,
					visibility 0.2s linear;
            transition: opacity 0.2s linear,
					visibility 0.2s linear;
  }
}
.lfy_container .selecter {
  margin-bottom: 30px;
}
.lfy_container .selecter .selecter-selected {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'Sabon LT W01 Italic';
  background-color: #ffcc00;
  color: #786004;
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
}
.lfy_container .selecter .selecter-selected:after {
  background-position: -280px -80px;
}
.lfy_container .selecter.open .selecter-selected {
  color: #000000;
}
.lfy_container .selecter.open .selecter-selected:after {
  background-position: -260px -80px;
}
.lfy_container .selecter .selecter-item {
  font-size: 16px;
  font-size: 1rem;
}
.lfy_container .selecter .selecter-options,
.lfy_container .selecter .scroller-bar,
.lfy_container .selecter .scroller-content {
  background-color: #e6e6e6;
}
.lfy_container .selecter .scroller-bar {
  background-color: #e6e6e6;
}
.lfy_container .selecter .scroller-track {
  background-color: #AAAAAA;
}
.lfy_container .selecter .scroller-handle {
  background-color: #4c4c4c;
}
.lfy_content {
  width: 90%;
  right: 0;
  background-color: #000000;
  padding: 40px;
  -webkit-transition: -webkit-transform 0.2s ease;
          transition: transform 0.2s ease;
}
.lfy_content .title,
.lfy_content .type {
  font-size: 36px;
  font-size: 2.25rem;
  display: none;
  line-height: 0.9;
}
@media only screen and (min-width: 740px) {
  .lfy_content .title,
  .lfy_content .type {
    font-size: 42px;
    font-size: 2.625rem;
    display: block;
  }
}
@media only screen and (min-width: 980px) {
  .lfy_content .title,
  .lfy_content .type {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1220px) {
  .lfy_content .title,
  .lfy_content .type {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
.lfy_content .title {
  margin-bottom: 10px;
}
.lfy_content .type {
  font-family: 'Sabon LT W01 Italic';
  color: #4c4c4c;
  margin-bottom: 60px;
}
.lfy_content .label {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  border-bottom: 1px solid #786004;
  color: #ffffff;
  margin-bottom: 20px;
  padding: 15px 0;
}
@media only screen and (min-width: 740px) {
  .lfy_content .label {
    border-color: #e6e6e6;
    color: #786004;
  }
}
.lfy_content .tabber-handle.mobile {
  display: none !important;
}
@media only screen and (min-width: 740px) {
  .lfy_content {
    width: 700px;
    background-color: #ffffff;
    padding-left: 215px;
    padding-right: 55px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media only screen and (min-width: 980px) {
  .lfy_content {
    width: 600px;
    padding: 85px;
  }
}
@media only screen and (min-width: 1220px) {
  .lfy_content {
    width: 800px;
  }
}
.open .lfy_content {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.lfy_close_button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 6px;
  cursor: pointer;
}
.lfy_close_button:after {
  background: url(../images/icons.svg) no-repeat -300px -100px;
  width: 13px;
  height: 13px;
  content: '';
  display: block;
  margin-top: 13px;
  margin-left: 13px;
}
.no-svg .lfy_close_button:after {
  background-image: url(../images/icons.png);
}
@media only screen and (min-width: 740px) {
  .lfy_close_button:after {
    background-position: -260px -100px;
  }
}
.lfy_label {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  position: absolute;
  top: 0;
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  display: none;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 27px 22px 25px 26px;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
@media only screen and (min-width: 980px) {
  .lfy_label {
    width: 248px;
    left: -248px;
    display: block;
  }
}
@media only screen and (min-width: 1220px) {
  .lfy_label {
    width: 360px;
    left: -360px;
  }
}
.lfy_tab_navigation {
  position: absolute;
  top: 106px;
}
@media screen and (min-height: 660px) {
  .lfy_tab_navigation {
    top: 180px;
  }
}
@media only screen and (min-width: 740px) {
  .lfy_tab_navigation {
    right: 540px;
  }
}
@media only screen and (min-width: 980px) {
  .lfy_tab_navigation {
    right: 580px;
  }
}
@media only screen and (min-width: 1220px) {
  .lfy_tab_navigation {
    right: 780px;
  }
}
.lfy_tab_navigation_link {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  line-height: 1.2857142857142858em;
  width: 220px;
  background-color: transparent;
  display: none;
  letter-spacing: 0.03em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease !important;
          transition: background-color 0.2s ease, color 0.2s ease !important;
}
@media only screen and (min-width: 740px) {
  .lfy_tab_navigation_link {
    width: 190px;
    color: #000000 !important;
    display: block;
    padding: 18px 25px 16px 55px;
  }
}
@media only screen and (min-width: 980px) {
  .lfy_tab_navigation_link {
    width: 220px;
    color: #ffffff !important;
    padding: 18px 50px 16px 30px;
  }
}
.no-touch .lfy_tab_navigation_link:hover,
.lfy_tab_navigation_link.active {
  background-color: #ffcc00;
  color: #000000 !important;
}
@media only screen and (min-width: 740px) {
  .lfy_mobile_navigation_container {
    display: none;
  }
}
.lfy_mobile_header {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  color: #ffffff;
  letter-spacing: 0.03em;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media only screen and (min-width: 740px) {
  .lfy_mobile_header {
    display: none;
  }
}
.lfy_navigation_group {
  margin-bottom: 50px;
}
@media only screen and (min-width: 500px) {
  .lfy_navigation_group {
    width: 44%;
    float: left;
    margin-right: 6%;
  }
}
.lfy_navigation_list_link {
  font-family: 'FrutigerLTW01-45Light722105';
  color: #a79f9a;
  display: block;
  padding: 10px 0;
}
.no-touch .lfy_navigation_list_link:hover {
  color: #ffcc00;
}
@media only screen and (min-width: 740px) {
  .lfy_navigation_list_link {
    color: #000000;
  }
  .no-touch .lfy_navigation_list_link:hover {
    color: #ffcc00;
  }
}
/* ==========================================================================
	Components
========================================================================== */
/*
		Gallery
		=======
	*/
.gallery .caption {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375em;
  font-family: 'Sabon LT W01 Roman';
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #000000;
  color: #ffffff;
  display: block;
  padding: 18px 25px;
}
@media only screen and (min-width: 980px) {
  .gallery .caption {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2222222222222223em;
    height: 100px;
    padding: 23px 40px 20px 200px;
  }
  .gallery .caption .inner {
    position: relative;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.gallery .gallery_item {
  display: block;
}
.gallery .gallery_item.video {
  position: relative;
}
.gallery .gallery_item.video:before {
  background: url(../images/icons.svg) no-repeat -333px -165px;
  width: 70px;
  height: 50px;
  position: absolute;
  left: 110px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #ffcc00;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  pointer-events: none;
  z-index: 1;
}
.no-svg .gallery .gallery_item.video:before {
  background-image: url(../images/icons.png);
}
@media only screen and (min-width: 500px) {
  .gallery .gallery_item.video:before {
    left: 197px;
  }
}
@media only screen and (min-width: 740px) {
  .gallery .gallery_item.video:before {
    width: 180px;
    height: 120px;
    top: 171px;
    left: 258px;
    background-color: rgba(255, 204, 0, 0.8);
    background-position: -456px -110px;
    box-shadow: none;
  }
}
@media only screen and (min-width: 980px) {
  .gallery .gallery_item.video:before {
    top: 50%;
    left: 50%;
    margin-top: -50px;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}
.gallery .controls {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 739px) {
  .gallery .controls {
    top: -54px;
  }
}
@media only screen and (min-width: 980px) {
  .gallery .controls {
    height: 100px;
    top: auto;
    bottom: 0px;
  }
  .gallery .controls .control {
    height: 100px;
  }
  .gallery .controls .control:after {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 739px) {
  .gallery.above_content .controls,
  .gallery.in_content .controls,
  .gallery.behind .controls {
    width: 90px;
    bottom: 0px;
  }
  .gallery.above_content .controls .control,
  .gallery.in_content .controls .control,
  .gallery.behind .controls .control {
    width: 45px;
  }
  .gallery.above_content .controls .control:after,
  .gallery.in_content .controls .control:after,
  .gallery.behind .controls .control:after {
    width: 45px;
  }
  .gallery.above_content .controls .control.next:after,
  .gallery.in_content .controls .control.next:after,
  .gallery.behind .controls .control.next:after {
    background-position: -741px -74px;
  }
  .gallery.above_content .controls .control.previous:after,
  .gallery.in_content .controls .control.previous:after,
  .gallery.behind .controls .control.previous:after {
    background-position: -680px -74px;
  }
  .no-touch .gallery.above_content .controls .control.enabled:hover.previous:after,
  .no-touch .gallery.in_content .controls .control.enabled:hover.previous:after,
  .no-touch .gallery.behind .controls .control.enabled:hover.previous:after {
    background-position: -680px -142px;
  }
  .no-touch .gallery.above_content .controls .control.enabled:hover.next:after,
  .no-touch .gallery.in_content .controls .control.enabled:hover.next:after,
  .no-touch .gallery.behind .controls .control.enabled:hover.next:after {
    background-position: -741px -142px;
  }
}
.gallery.above_content,
.gallery.in_content {
  position: relative;
  margin: 64px 0 50px;
}
@media only screen and (min-width: 740px) {
  .gallery.above_content,
  .gallery.in_content {
    /* Changed from 40 0 80 to this */
    margin: 0px 0 0px;
  }
}
.gallery.above_content .viewport,
.gallery.in_content .viewport,
.gallery.above_content .canister,
.gallery.in_content .canister {
  overflow: hidden;
}
.gallery.above_content .viewport,
.gallery.in_content .viewport {
  width: 100%;
}
.gallery.above_content .caption *,
.gallery.in_content .caption * {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media only screen and (max-width: 979px) {
  .gallery.above_content .gallery_item.video:before {
    top: 78px;
  }
}
@media only screen and (max-width: 739px) {
  .gallery.above_content .gallery_item.video:before {
    top: 67px;
  }
}
@media only screen and (max-width: 499px) {
  .gallery.above_content .gallery_item.video:before {
    top: 32px;
  }
}
@media only screen and (max-width: 979px) {
  .gallery.in_content .gallery_item.video:before {
    top: 150px;
  }
}
@media only screen and (max-width: 739px) {
  .gallery.in_content .gallery_item.video:before {
    top: 115px;
  }
}
@media only screen and (max-width: 499px) {
  .gallery.in_content .gallery_item.video:before {
    top: 63px;
  }
}
.gallery.behind {
  margin: 40px 0 80px;
}
@media only screen and (max-width: 499px) {
  .gallery.behind {
    margin-top: 94px;
  }
}
@media only screen and (min-width: 980px) {
  .gallery.behind {
    position: absolute;
  }
}
.gallery.behind .viewport,
.gallery.behind .canister {
  height: auto;
  overflow: hidden;
}
@media only screen and (min-width: 980px) {
  .gallery.behind .viewport,
  .gallery.behind .canister {
    height: 504px;
    overflow: visible;
  }
}
@media only screen and (min-width: 1220px) {
  .gallery.behind .viewport,
  .gallery.behind .canister {
    height: 650px;
  }
}
@media only screen and (min-width: 980px) {
  .gallery.behind .canister {
    -webkit-transition: -webkit-transform .4s ease 0.6s;
            transition: transform .4s ease 0.6s;
  }
}
.gallery.behind .viewport {
  width: 100%;
}
.gallery.behind .controls {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 739px) {
  .gallery.behind .controls {
    top: -54px;
  }
}
@media only screen and (min-width: 980px) {
  .gallery.behind .controls {
    height: 100px;
    top: auto;
    bottom: 0;
  }
  .gallery.behind .controls .control {
    height: 100px;
  }
  .gallery.behind .controls .control:after {
    margin-top: 16px;
  }
}
.gallery.behind .gallery_item {
  width: 290px;
  pointer-events: none;
  position: relative;
}
.gallery.behind .gallery_item.visible {
  pointer-events: all;
}
@media only screen and (max-width: 979px) {
  .gallery.behind .gallery_item.video:before {
    top: 171px;
  }
}
@media only screen and (max-width: 739px) {
  .gallery.behind .gallery_item.video:before {
    top: 129px;
  }
}
@media only screen and (max-width: 499px) {
  .gallery.behind .gallery_item.video:before {
    top: 71px;
  }
}
@media only screen and (min-width: 500px) {
  .gallery.behind .gallery_item {
    width: 464px;
  }
}
@media only screen and (min-width: 740px) {
  .gallery.behind .gallery_item {
    width: 696px;
  }
}
@media only screen and (min-width: 980px) {
  .gallery.behind .gallery_item {
    width: 820px;
    height: 544px;
    position: relative;
    margin-right: 16px;
  }
  .gallery.behind .gallery_item img {
    margin-left: -100px;
  }
  .gallery.behind .gallery_item.video:before {
    margin-left: -70px;
  }
}
@media only screen and (min-width: 1220px) {
  .gallery.behind .gallery_item {
    width: 1040px;
    height: 650px;
    margin-right: 20px;
  }
  .gallery.behind .gallery_item img {
    margin-left: -140px;
  }
}
.no-touch .gallery.behind .gallery_item:hover .continue_reading {
  color: #ffffff;
}
.gallery.behind .caption {
  width: 100%;
  height: auto;
  background-color: #4c4c4c;
  padding: 18px 25px;
}
@media only screen and (min-width: 980px) {
  .gallery.behind .caption {
    width: 560px;
    height: 100px;
    position: absolute;
    bottom: 0;
    margin-left: 160px;
    padding: 23px 80px 23px 40px;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear 0.2s;
            transition: opacity 0.2s linear 0.2s;
  }
  .gallery.behind .caption .inner {
    position: relative;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1220px) {
  .gallery.behind .caption {
    width: 740px;
  }
}
@media only screen and (min-width: 980px) {
  .gallery.behind .gallery_item.visible .caption {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear 1.1s;
            transition: opacity 0.3s linear 1.1s;
  }
}
.gallery.boxer-caption .caption {
  background-color: transparent;
}
@media only screen and (max-width: 739px) {
  .gallery.boxer-caption .caption .contain {
    clear: left;
  }
}
.caption_text {
  margin-right: 20px;
}
.caption_text:last-child {
  margin-right: 0;
}
.continue_reading {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857142858em;
  font-family: 'FrutigerLTW01-67BoldCn';
  color: #e6e6e6;
  display: inline;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-transition: color 0.25s;
          transition: color 0.25s;
  white-space: nowrap;
}
.full_width_gallery {
  margin-bottom: 30px;
  margin-top: 30px;
}
.full_width_gallery .caption {
  margin-bottom: 40px;
  margin-top: 10px;
}
.full_width_gallery .caption p {
  font-size: 18px;
  font-size: 1.125rem;
}
.full_width_gallery .button {
  margin-bottom: 40px;
}
@media only screen and (min-width: 980px) {
  .full_width_gallery .button {
    margin-bottom: 0;
  }
}
.full_width_gallery .image {
  width: 100%;
}
.full_width_gallery .image img {
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}
.no-touch .full_width_gallery .image:hover img {
  opacity: 0.6;
}
.full_width_gallery .hidden_photos {
  display: none;
}
@media only screen and (min-width: 980px) {
  .full_width_gallery .full_gallery {
    margin-top: -120px;
  }
}
/*
		Program Search
		==============
	*/
.program_search {
  background-color: #3d3d3d;
}
.program_search .section_title {
  font-size: 28px;
  font-size: 1.75rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  margin-bottom: 30px;
}
@media only screen and (min-width: 500px) {
  .program_search .section_title {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media only screen and (min-width: 980px) {
  .program_search .section_title {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
.program_search .view_all {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 10px;
  margin-left: 36px;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  vertical-align: middle;
}
.no-touch .program_search .view_all:hover {
  color: #ffcc00;
}
@media only screen and (min-width: 740px) {
  .program_search .view_all {
    display: inline-block;
    margin: 0;
  }
}
.program_search_container {
  height: 500px;
  background-position: center center;
  background-size: cover;
  padding: 90px 0;
}
@media only screen and (min-width: 740px) {
  .program_search_container {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 740px) {
  .program_search_container {
    padding: 115px 0;
  }
}
.program_search_container .search_input_container {
  position: relative;
}
.program_search_container .search_input {
  font-size: 16px;
  font-size: 1rem;
  height: auto;
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  margin-bottom: 10px;
  padding: 27px 40px 24px 15px;
}
@media only screen and (min-width: 500px) {
  .program_search_container .search_input {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 22px 60px 21px 20px;
  }
}
@media only screen and (min-width: 740px) {
  .program_search_container .search_input {
    font-size: 28px;
    font-size: 1.75rem;
    padding: 39px 110px 39px 30px;
  }
}
.program_search_container .search_input::-webkit-input-placeholder {
  color: #000000;
}
.program_search_container .search_input:-moz-placeholder {
  color: #000000;
}
.program_search_container .search_input::-moz-placeholder {
  color: #000000;
}
.program_search_container .search_input:-ms-input-placeholder {
  color: #000000;
}
.program_search_container .search_input:active,
.program_search_container .search_input:focus {
  background-color: rgba(255, 255, 255, 0.9);
}
.program_search_container .search_submit {
  width: 50px;
  height: 70px;
}
@media only screen and (min-width: 740px) {
  .program_search_container .search_submit {
    width: 80px;
    height: 110px;
  }
}
.program_search_container .search_submit:after {
  top: 27px;
  left: 17px;
  vertical-align: middle;
}
@media only screen and (min-width: 740px) {
  .program_search_container .search_submit:after {
    top: 47px;
    left: 32px;
  }
}
.program_search_container .search_radio_container {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 10px 20px 10px 0;
  vertical-align: middle;
}
.program_search_container .search_radio_container:last-child {
  margin-right: 0;
}
.program_search_container .search_radio_container label {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  color: #f8f8f8;
  letter-spacing: 0.03em;
}
.program_search_container .search_radio_container .picker {
  border: none;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}
.program_search_container .search_radio_container .picker .picker-handle {
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
}
.program_search_container .search_radio_container .picker .picker-flag {
  width: 8px;
  height: 8px;
  background-color: transparent;
  margin: 6px;
}
.program_search_container .search_radio_container .picker .picker-label {
  float: none;
  line-height: 22px;
  overflow: hidden;
}
.program_search_container .search_radio_container .picker.checked .picker-flag {
  background-color: #3d3d3d;
}
.program_search_container .search_radio_container .picker.checked:hover .picker-flag {
  background-color: #3d3d3d;
}
.program_search_container .search_radio_container .picker:hover .picker-label {
  color: #ffffff;
}
.program_search_results_container {
  -webkit-transition: max-height 0.5s ease;
          transition: max-height 0.5s ease;
  height: 10px;
  max-height: 10px;
  background-color: #ffcc00;
  overflow: hidden;
  padding-top: 10px;
}
.open .program_search_results_container {
  max-height: 9999px;
  height: auto;
}
.program_search_results {
  padding-bottom: 80px;
  padding-top: 60px;
}
.program_search_results_table {
  border-top: 1px solid #FFE073;
  border-left: 1px solid #FFE073;
  clear: both;
}
@media only screen and (min-width: 740px) {
  .program_search_results_table {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .program_search_results_table * {
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
  }
}
.program_link {
  border-bottom: 1px solid #FFE073;
  border-right: 1px solid #FFE073;
  display: block;
  padding: 25px 30px;
}
.no-touch .program_link:hover {
  background-color: #FFE073;
}
.program_search_results_count {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  color: #000000;
  float: left;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.program_search_results_count .results_count {
  font-family: 'FrutigerLTW01-45Light722105';
}
.program_search_close {
  width: 60px;
  height: 60px;
  position: relative;
  background-color: #000000;
  display: block;
  float: right;
  margin-top: -20px;
  overflow: hidden;
  text-indent: 100px;
}
.program_search_close:after {
  background: url(../images/icons.svg) no-repeat -280px -100px;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 21px;
  left: 21px;
  content: '';
  display: block;
}
.no-svg .program_search_close:after {
  background-image: url(../images/icons.png);
}
.program_search_button {
  background-color: rgba(45, 45, 45, 0.9);
  margin-bottom: 30px;
  -webkit-transition: background-color 0.15s linear;
          transition: background-color 0.15s linear;
}
.program_search_button .link_button {
  border: none;
  color: #B1B1B1;
}
.program_search_button:last-child {
  margin-bottom: 0;
}
.no-touch .program_search_button:hover {
  background-color: rgba(17, 17, 17, 0.95);
}
@media only screen and (min-width: 740px) {
  .program_search_button {
    margin-bottom: 0;
  }
}
.program_search_button_content {
  padding: 30px;
}
@media only screen and (min-width: 980px) {
  .program_search_button_content {
    padding: 40px;
  }
}
@media only screen and (min-width: 1220px) {
  .program_search_button_content {
    padding: 40px 50px;
  }
}
.program_search_button_title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'FrutigerLTW01-87ExtraBk';
  color: #ffffff;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.program_search_button_title:before {
  width: 180px;
  height: 6px;
  background-color: #ffcc00;
  content: "";
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 740px) {
  .program_search_button_title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 980px) {
  .program_search_button_title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 1220px) {
  .program_search_button_title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.flex .program_search_container {
  height: auto;
  padding: 40px 0;
}
@media only screen and (min-width: 740px) {
  .flex .program_search_container {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 980px) {
  .flex .program_search_container {
    padding: 90px 0;
  }
}
/*
		News & Events
		=============
	*/
.news_events {
  /* Changed to 30/20px from 60/60px and 30/30px (tablet) */
  padding-bottom: 30px;
  padding-top: 20px;
}
@media only screen and (min-width: 740px) {
  .news_events {
    padding-bottom: 30px;
    padding-top: 20px;
  }
}
.news_events .news,
.news_events .events {
  margin-bottom: 20px;
}
.news_events .news:last-child,
.news_events .events:last-child {
  margin-bottom: 0;
}
/*
		About Our People
		================
	*/
.our_people {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media only screen and (min-width: 740px) {
  .our_people {
    padding-bottom: 100px;
    padding-top: 80px;
  }
}
/*
		Areas of Study
		==============
	*/
.areas_of_study {
  position: relative;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media only screen and (min-width: 740px) {
  .areas_of_study {
    padding-bottom: 100px;
    padding-top: 80px;
  }
}
.areas_of_study .button {
  position: relative;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  color: #000000;
  padding: 22px 25px;
  -webkit-transition: background-color 0.15s linear, border-color 0.15s linear;
          transition: background-color 0.15s linear, border-color 0.15s linear;
  float: left;
  margin-right: 10px;
  margin-bottom: 25px;
  padding: 22px 12px;
}
.areas_of_study .button:last-child {
  margin-right: 0;
}
.areas_of_study .button:after {
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 9px solid #ffcc00;
  content: '';
  display: block;
  opacity: 0;
  margin-left: -10px;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}
.areas_of_study .button.active {
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.areas_of_study .button.active:after {
  opacity: 1;
}
.no-touch .areas_of_study .button:hover {
  color: #000000;
  background-color: #e6e6e6;
}
.no-touch .areas_of_study .button:hover.active {
  background-color: #ffcc00;
}
@media only screen and (min-width: 740px) {
  .areas_of_study .button {
    float: none;
    margin-bottom: 0;
    padding: 22px 25px;
  }
}
.areas_of_study .tabber-handles {
  margin-bottom: 30px;
}
.areas_of_study .tabber-handle {
  display: inline-block;
}
.areas_of_study.tabber.mobile .tabber-handle {
  display: inline-block;
}
.areas_of_study.tabber.mobile .tabber-handle.mobile {
  display: none;
}
.areas_of_study.tabber .tabs {
  position: relative;
  clear: both;
}
.areas_of_study.tabber .tabber-tab {
  position: absolute;
  top: 0;
  display: block;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0s linear;
          transition: opacity 0s linear;
}
.areas_of_study.tabber .tabber-tab.active {
  position: static;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: opacity 0.2s linear 0.1s;
          transition: opacity 0.2s linear 0.1s;
}
.areas_of_study .item {
  width: 100%;
  border-top: 1px solid #CCCCCC;
}
@media only screen and (min-width: 980px) {
  .areas_of_study .item:last-child {
    border-bottom: 1px solid #CCCCCC;
  }
}
.areas_of_study .item_link {
  width: 100%;
  display: table;
  vertical-align: middle;
}
.areas_of_study .item_link .sizer-size {
  display: table-cell;
  vertical-align: middle;
}
.no-touch .areas_of_study .item_link:hover {
  background-color: #f8f8f8;
}
.areas_of_study .item_link .inner {
  font-family: 'FrutigerLTW01-45Light722105';
  display: block;
  line-height: 1.4;
  padding: 24px;
}
@media only screen and (min-width: 740px) {
  .areas_of_study .section_title {
    float: left;
  }
  .areas_of_study .tabber-handles {
    float: right;
  }
}
/*
		History
		=======
	*/
.date_image_carousel_block_container {
  padding: 45px 0 40px;
}
.date_image_carousel_block_container .section_title {
  margin-bottom: 40px;
}
@media only screen and (min-width: 740px) {
  .date_image_carousel_block_container {
    padding: 85px 0 40px;
  }
}
@media only screen and (min-width: 980px) {
  .date_image_carousel_block_container {
    padding: 125px 0 40px;
  }
  .date_image_carousel_block_container .section_title {
    margin-bottom: 60px;
  }
}
.date_image_carousel_blocks .controls {
  width: 100%;
  height: 0;
  position: relative;
  top: 105px;
  z-index: 1;
}
.date_image_carousel_blocks .controls .control {
  background-color: #ffcc00;
  position: absolute;
}
.date_image_carousel_blocks .controls .control.previous {
  left: 0;
}
.date_image_carousel_blocks .controls .control.next {
  right: 0;
}
@media only screen and (min-width: 500px) {
  .date_image_carousel_blocks .controls {
    top: 183px;
  }
}
@media only screen and (min-width: 740px) {
  .date_image_carousel_blocks .controls {
    top: 135px;
  }
}
/*
		Sharing
		=======
	*/
.share_container {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 80px;
  padding-top: 30px;
}
.share_container .section_title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  color: #777777;
  margin-bottom: 20px;
}
.sidebar_container .share_container {
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 15px;
}
.sidebar_container .share_container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.sidebar_container .share_container .section_title {
  float: left;
  line-height: 32px;
  margin-bottom: 0;
}
.sidebar_container .share_container .addthis_sharing_toolbox {
  float: right;
}
/* ==========================================================================
	Print
========================================================================== */
@media print {
  /* 
 * Gridlock v3.2.1 - 2014-10-24 
 * A responsive CSS grid system. Part of the Formstone Library. 
 * http://formstone.it/gridlock/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */ 

*,
*:before,
*:after {
  *behavior: url(boxsizing.htc);
}
.gridlock .row {
  width: 960px;
}
.gridlock .row .desktop-fifth {
  width: 17.91666667%;
}
.gridlock .row .desktop-fourth {
  width: 22.91666667%;
}
.gridlock .row .desktop-third {
  width: 31.25%;
}
.gridlock .row .desktop-half {
  width: 47.91666667%;
}
.gridlock .row .desktop-full {
  width: 97.91666667%;
}
.gridlock .row .desktop-push-fifth {
  margin-left: 21.04166667%;
}
.gridlock .row .desktop-push-fourth {
  margin-left: 26.04166667%;
}
.gridlock .row .desktop-push-third {
  margin-left: 34.375%;
}
.gridlock .row .desktop-push-half {
  margin-left: 51.04166667%;
}
.gridlock .row .contained.desktop-fifth {
  width: 20%;
}
.gridlock .row .contained.desktop-fourth {
  width: 25%;
}
.gridlock .row .contained.desktop-third {
  width: 33.33333333%;
}
.gridlock .row .contained.desktop-half {
  width: 50%;
}
.gridlock .row .contained.desktop-full {
  width: 100%;
}
.gridlock .row .contained.desktop-push-fifth {
  margin-left: 20%;
}
.gridlock .row .contained.desktop-push-fourth {
  margin-left: 25%;
}
.gridlock .row .contained.desktop-push-third {
  margin-left: 33.33333333%;
}
.gridlock .row .contained.desktop-push-half {
  margin-left: 50%;
}
.gridlock .row [class*="desktop-"].centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.gridlock .row .desktop-hide {
  display: none;
}
.gridlock .row .desktop-1 {
  width: 6.25%;
}
.gridlock .row .desktop-2 {
  width: 14.58333333%;
}
.gridlock .row .desktop-3 {
  width: 22.91666667%;
}
.gridlock .row .desktop-4 {
  width: 31.25%;
}
.gridlock .row .desktop-5 {
  width: 39.58333333%;
}
.gridlock .row .desktop-6 {
  width: 47.91666667%;
}
.gridlock .row .desktop-7 {
  width: 56.25%;
}
.gridlock .row .desktop-8 {
  width: 64.58333333%;
}
.gridlock .row .desktop-9 {
  width: 72.91666667%;
}
.gridlock .row .desktop-10 {
  width: 81.25%;
}
.gridlock .row .desktop-11 {
  width: 89.58333333%;
}
.gridlock .row .desktop-12 {
  width: 97.91666667%;
}
.gridlock .row .desktop-push-1 {
  margin-left: 9.375%;
}
.gridlock .row .desktop-push-2 {
  margin-left: 17.70833333%;
}
.gridlock .row .desktop-push-3 {
  margin-left: 26.04166667%;
}
.gridlock .row .desktop-push-4 {
  margin-left: 34.375%;
}
.gridlock .row .desktop-push-5 {
  margin-left: 42.70833333%;
}
.gridlock .row .desktop-push-6 {
  margin-left: 51.04166667%;
}
.gridlock .row .desktop-push-7 {
  margin-left: 59.375%;
}
.gridlock .row .desktop-push-8 {
  margin-left: 67.70833333%;
}
.gridlock .row .desktop-push-9 {
  margin-left: 76.04166667%;
}
.gridlock .row .desktop-push-10 {
  margin-left: 84.375%;
}
.gridlock .row .desktop-push-11 {
  margin-left: 92.70833333%;
}
.gridlock .row .contained.desktop-1 {
  width: 8.33333333%;
}
.gridlock .row .contained.desktop-2 {
  width: 16.66666667%;
}
.gridlock .row .contained.desktop-3 {
  width: 25%;
}
.gridlock .row .contained.desktop-4 {
  width: 33.33333333%;
}
.gridlock .row .contained.desktop-5 {
  width: 41.66666667%;
}
.gridlock .row .contained.desktop-6 {
  width: 50%;
}
.gridlock .row .contained.desktop-7 {
  width: 58.33333333%;
}
.gridlock .row .contained.desktop-8 {
  width: 66.66666667%;
}
.gridlock .row .contained.desktop-9 {
  width: 75%;
}
.gridlock .row .contained.desktop-10 {
  width: 83.33333333%;
}
.gridlock .row .contained.desktop-11 {
  width: 91.66666667%;
}
.gridlock .row .contained.desktop-12 {
  width: 100%;
}
.gridlock .row .contained.desktop-push-1 {
  margin-left: 8.33333333%;
}
.gridlock .row .contained.desktop-push-2 {
  margin-left: 16.66666667%;
}
.gridlock .row .contained.desktop-push-3 {
  margin-left: 25%;
}
.gridlock .row .contained.desktop-push-4 {
  margin-left: 33.33333333%;
}
.gridlock .row .contained.desktop-push-5 {
  margin-left: 41.66666667%;
}
.gridlock .row .contained.desktop-push-6 {
  margin-left: 50%;
}
.gridlock .row .contained.desktop-push-7 {
  margin-left: 58.33333333%;
}
.gridlock .row .contained.desktop-push-8 {
  margin-left: 66.66666667%;
}
.gridlock .row .contained.desktop-push-9 {
  margin-left: 75%;
}
.gridlock .row .contained.desktop-push-10 {
  margin-left: 83.33333333%;
}
.gridlock .row .contained.desktop-push-11 {
  margin-left: 91.66666667%;
}
.gridlock .row [class*="all-"].padded,
.gridlock .row [class*="min-"].padded,
.gridlock .row [class*="mobile-"].padded,
.gridlock .row [class*="tablet-"].padded,
.gridlock .row [class*="desktop-"].padded,
.gridlock .row [class*="max-"].padded {
  *behavior: none;
}

  *:not(.label),
  *:after,
  *:before {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  * .bordered:before,
  *:after,
  *:before {
    border: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    word-break: break-word;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  #gridlock_menu,
  #alert,
  .mobile_navigation_container,
  .roller-controls,
  .home_programs,
  .component_library .cl_subheading_container:after {
    display: none !important;
  }
  .selecter {
    min-width: 300px;
  }
  .logo {
    width: 300px !important;
    height: 65px !important;
    background: url(../images/icons.svg) no-repeat -360px -300px !important;
    margin-top: 50px;
  }
  .header.fixed:after {
    display: none;
  }
  .header.fixed .primary {
    position: static !important;
  }
  .search_input {
    border: 1px solid #999 !important;
  }
  .roller .viewport,
  .roller .canister {
    height: auto !important;
  }
  .roller .canister {
    width: 100% !important;
  }
  .roller .roller-item {
    height: auto !important;
    clear: both;
    margin-bottom: 30px;
  }
  .gallery {
    position: static !important;
  }
  .gallery .caption {
    width: auto !important;
    height: auto !important;
    position: static !important;
    margin: 0 !important;
    opacity: 1 !important;
    padding: 23px !important;
  }
  .gallery .caption .inner {
    position: static !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .gallery.behind .gallery_item img {
    margin-left: 0 !important;
  }
  .under_gallery {
    margin-top: 0 !important;
  }
  .home_feature .feature_block {
    width: 100%;
    clear: both;
    margin-bottom: 40px;
  }
  .home_feature .feature_block,
  .home_feature .feature_block .block_content,
  .home_feature .feature_block .image {
    height: auto !important;
  }
  .home_feature .feature_block .block_content {
    position: static !important;
  }
  .home_feature .feature_block .image {
    height: 400px;
  }
  .home_feature .feature_block .label {
    position: static !important;
    display: inline-block;
    margin-bottom: 15px;
  }
  .home_feature .feature_block .label:after,
  .home_feature .feature_block .label:before {
    display: none !important;
  }
  .home_feature .feature_block .caption {
    height: auto !important;
    position: static !important;
  }
  .home_feature .feature_block.text {
    border: 1px solid #ccc;
  }
  .towson_at_a_glance_template .by_the_numbers_blocks {
    max-width: 960px !important;
  }
}
/* ==========================================================================
	Templates
========================================================================== */
/*
		Home
		=========
	*/
.home_template .page {
  padding: 0;
}
.home_feature {
  background: #3d3d3d;
  overflow: hidden;
}
.home_feature .controls_container {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 740px) {
  .home_feature .controls_container {
    top: 50px;
  }
}
@media only screen and (min-width: 980px) {
  .home_feature .controls_container {
    top: 40px;
  }
}
.home_feature .controls_container .row,
.home_feature .controls_container .all-full {
  height: 0;
}
.home_feature.roller .controls {
  width: 130px;
  height: 0;
}
@media only screen and (min-width: 740px) {
  .home_feature.roller .controls {
    width: 160px;
  }
}
.home_feature.roller .controls .control {
  position: absolute;
  top: 0;
  background-color: #ffcc00;
  color: #666666;
  -webkit-transition: background-color 0.15s linear;
          transition: background-color 0.15s linear;
  z-index: 1;
}
.home_feature.roller .controls .control.enabled {
  color: #ffffff;
}
.home_feature.roller .controls .control.previous {
  right: 65px;
}
.home_feature.roller .controls .control.next {
  right: 0;
}
@media only screen and (min-width: 740px) {
  .home_feature.roller .controls .control {
    top: 50%;
    background-color: rgba(255, 204, 0, 0.6);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .home_feature.roller .controls .control.previous {
    left: 0;
  }
  .home_feature.roller .controls .control.previous:after {
    left: -10px;
  }
  .home_feature.roller .controls .control.next:after {
    left: 10px;
  }
  .no-touch .home_feature.roller .controls .control.enabled:hover {
    background-color: #ffcc00;
  }
}
.home_feature .feature_block_small_container {
  display: inline;
}
.home_feature .viewport,
.home_feature .canister {
  height: 450px;
}
@media only screen and (min-width: 500px) {
  .home_feature .viewport,
  .home_feature .canister {
    height: 520px;
  }
}
@media only screen and (min-width: 740px) {
  .home_feature .viewport,
  .home_feature .canister {
    height: 580px;
  }
}
@media only screen and (min-width: 980px) {
  .home_feature .viewport,
  .home_feature .canister {
    height: 630px;
  }
}
@media only screen and (min-width: 1220px) {
  .home_feature .viewport,
  .home_feature .canister {
    height: 700px;
  }
}
@media only screen and (min-width: 740px) {
  .home_feature {
    padding: 50px 0;
  }
  .home_feature .roller-item {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 980px) {
  .home_feature {
    padding: 40px 0;
  }
  .home_feature .feature_block_small_container {
    display: block;
  }
  .home_feature .canister,
  .home_feature .large {
    overflow: visible;
  }
}
@media only screen and (max-width: 739px) {
  .home_feature .row {
    width: 100% !important;
    margin: 0 !important;
  }
  .home_feature .row .all-full {
    width: 100% !important;
    margin: 0 !important;
  }
}
.feature_block {
  position: relative;
  background-color: #e6e6e6;
}
.feature_block,
.feature_block.media .block_content,
.feature_block.large .block_content {
  height: 450px;
}
.feature_block,
.feature_block .image,
.feature_block .title,
.feature_block .caption,
.feature_block .label {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
}
.feature_block .image {
  width: 100%;
  height: 250px;
}
.feature_block .image img {
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}
.feature_block .caption {
  width: 100%;
  height: 200px;
  position: relative;
  background-color: #ffffff;
  padding: 35px 15px 20px;
}
.feature_block .label {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  line-height: 1;
  padding: 25px;
}
.feature_block.large .title,
.feature_block.tall.media .title {
  font-family: 'FrutigerLTW01-87ExtraBk';
  text-transform: uppercase;
}
.feature_block.large .label,
.feature_block.tall.media .label,
.feature_block.small.media .label {
  height: 32px;
  position: absolute;
  top: -16px;
  left: 25px;
  background-color: #ffcc00;
  color: #000000;
  padding: 10px 15px;
}
.feature_block.large.video .caption:before,
.feature_block.tall.media.video .caption:before,
.feature_block.small.media.video .caption:before {
  background: url(../images/icons.svg) no-repeat -333px -165px;
  width: 70px;
  height: 50px;
  position: absolute;
  top: -90px;
  left: 35px;
  background-color: #ffcc00;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
}
.no-svg .feature_block.large.video .caption:before,
.no-svg .feature_block.tall.media.video .caption:before,
.no-svg .feature_block.small.media.video .caption:before {
  background-image: url(../images/icons.png);
}
@media only screen and (min-width: 980px) and (max-width: 1219px) {
  .feature_block.large.video .caption:before,
  .feature_block.tall.media.video .caption:before,
  .feature_block.small.media.video .caption:before {
    top: -100px;
  }
}
.no-touch .feature_block.large:hover .title,
.no-touch .feature_block.tall.media:hover .title,
.no-touch .feature_block.small.media:hover .title {
  color: #666666;
}
.feature_block.small .title {
  font-family: 'FrutigerLTW01-87ExtraBk';
  text-transform: uppercase;
}
.feature_block.tall .title {
  line-height: 1.1;
}
.feature_block.large .title {
  line-height: 1.2;
}
.feature_block.text {
  background-color: #777777;
}
.feature_block.text .block_content {
  height: 100%;
  padding: 80px 40px 40px;
}
.feature_block.text .label {
  position: relative;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0;
  z-index: 1;
}
.feature_block.text .label span {
  background-color: #777777;
  display: inline-block;
  padding-right: 8px;
}
.feature_block.text .label:after {
  width: 100%;
  height: 6px;
  position: absolute;
  top: 4px;
  background-color: #000000;
  content: '';
  display: block;
  z-index: -1;
}
.feature_block.text .title {
  font-family: 'FrutigerLTW01-67BoldCn';
  color: #ffffff;
  line-height: 1.2;
}
.feature_block.text .description {
  color: #ffffff;
  margin-top: 15px;
}
.feature_block.text.tall .description {
  display: none;
}
.no-touch .feature_block.text:hover .title {
  color: #000000;
}
@media only screen and (min-width: 500px) {
  .feature_block,
  .feature_block.media .block_content,
  .feature_block.large .block_content {
    height: 520px;
  }
  .feature_block .image {
    height: 320px;
  }
  .feature_block.large .label,
  .feature_block.tall.media .label,
  .feature_block.small.media .label {
    left: 25px;
  }
  .feature_block.text.tall .description {
    display: block;
  }
}
@media only screen and (min-width: 740px) {
  .feature_block,
  .feature_block.media .block_content,
  .feature_block.large .block_content {
    width: 696px;
    height: 580px;
  }
  .feature_block.large .label,
  .feature_block.tall.media .label,
  .feature_block.small.media .label {
    left: 30px;
  }
  .feature_block .image img {
    width: 100%;
    height: 460px;
    min-width: 0;
    min-height: 0;
  }
  .feature_block .caption {
    height: 120px;
    padding: 25px 30px;
  }
  .feature_block .title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2;
  }
  .feature_block.large .title {
    font-size: 32px;
    font-size: 2rem;
  }
  .feature_block.text .block_content {
    padding: 40px 60px 40px;
  }
  .feature_block.text .title {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .feature_block.text.tall .description {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 980px) {
  .feature_block,
  .feature_block.media .block_content,
  .feature_block.large .block_content {
    width: auto;
    height: 630px;
  }
  .feature_block.large .label,
  .feature_block.tall.media .label,
  .feature_block.small.media .label {
    top: -32px;
    left: 30px;
  }
  .feature_block.small,
  .feature_block.tall {
    width: 360px;
  }
  .feature_block .caption {
    height: auto;
  }
  .feature_block .image img {
    height: auto;
  }
  .feature_block.small {
    height: 305px;
  }
  .feature_block.small:first-child {
    margin-bottom: 20px;
  }
  .feature_block.small.media .title {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'FrutigerLTW01-67BoldCn';
  }
  .feature_block.small .caption {
    height: 75px;
    padding: 15px 25px;
  }
  .feature_block.small .title {
    line-height: 1.25;
    text-transform: none;
  }
  .feature_block.tall .caption {
    height: 90px;
    padding: 20px 30px;
  }
  .feature_block.tall .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .feature_block.large {
    width: 954px;
  }
  .feature_block.large:first-child {
    width: 800px;
  }
  .feature_block.large:first-child .block_content {
    width: 954px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .feature_block.large .caption {
    width: 800px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 40px;
    z-index: 1;
  }
  .feature_block.large .title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .feature_block.text .block_content {
    padding: 50px 40px 40px;
  }
  .feature_block.text .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .feature_block.text .label {
    padding: 0;
  }
}
@media only screen and (min-width: 1220px) {
  .feature_block,
  .feature_block.media .block_content,
  .feature_block.large .block_content {
    height: 700px;
  }
  .feature_block.large .label,
  .feature_block.tall.media .label,
  .feature_block.small.media .label {
    top: -16px;
    left: 35px;
  }
  .feature_block.small {
    height: 340px;
  }
  .feature_block.small.media .title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .feature_block.small .caption {
    height: 110px;
    padding: 30px 35px 25px;
  }
  .feature_block.tall .caption {
    height: 160px;
    padding: 30px 40px;
  }
  .feature_block.tall .title {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .feature_block.large {
    width: 1060px;
  }
  .feature_block.large:first-child {
    width: 920px;
  }
  .feature_block.large:first-child .block_content {
    width: 1060px;
  }
  .feature_block.large .caption {
    width: 960px;
    padding: 40px;
  }
  .feature_block.large .title {
    font-size: 44px;
    font-size: 2.75rem;
  }
  .feature_block.text .title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.feature_block.red.large .label,
.feature_block.red.media .label {
  background-color: #d0463d;
  color: #ffffff;
}
.feature_block.red.text {
  background-color: #d0463d;
}
.feature_block.red.text .label span {
  background-color: #d0463d;
  color: #ffffff;
}
.feature_block.red.text .label:after {
  background-color: #840017;
}
.no-touch .feature_block.red.text:hover .title {
  color: #000000;
}
.feature_block.orange.large .label,
.feature_block.orange.media .label {
  background-color: #ff6600;
  color: #000000;
}
.feature_block.orange.text {
  background-color: #ff6600;
}
.feature_block.orange.text .title,
.feature_block.orange.text .description {
  color: #000000;
}
.feature_block.orange.text .label span {
  background-color: #ff6600;
  color: #000000;
}
.feature_block.orange.text .label:after {
  background-color: #6c2b00;
}
.no-touch .feature_block.orange.text:hover .title {
  color: #000000;
}
.feature_block.green.large .label,
.feature_block.green.media .label {
  background-color: #048574;
  color: #ffffff;
}
.feature_block.green.text {
  background-color: #048574;
}
.feature_block.green.text .label span {
  background-color: #048574;
  color: #ffffff;
}
.feature_block.green.text .label:after {
  background-color: #91d2ca;
}
.feature_block.green.text .description {
  color: #ffffff;
}
.no-touch .feature_block.green.text:hover .title {
  color: #000000;
}
.feature_block.purple.large .label,
.feature_block.purple.media .label {
  background-color: #696ab1;
  color: #ffffff;
}
.feature_block.purple.text {
  background-color: #696ab1;
}
.feature_block.purple.text .label span {
  background-color: #696ab1;
  color: #ffffff;
}
.feature_block.purple.text .label:after {
  background-color: #d0d1ff;
}
.feature_block.purple.text .description {
  color: #d0d1ff;
}
.no-touch .feature_block.purple.text:hover .title {
  color: #d0d1ff;
}
.ap_bar {
  background: #ffcc00;
  padding: 40px 0;
}
@media only screen and (min-width: 980px) {
  .ap_bar {
    height: 116px;
    padding: 0;
  }
}
@media only screen and (min-width: 980px) {
  .ap_title {
    padding: 33px 0;
  }
}
.ap_title.mobile_title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.ap_title.desktop_title {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: 'FrutigerLTW01-87ExtraBk';
  display: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 980px) {
  .ap_title.desktop_title {
    display: block;
  }
  .ap_title.mobile_title {
    display: none;
  }
}
.ap_bar_row {
  position: relative;
}
@media only screen and (min-width: 980px) {
  .ap_groups {
    display: inline-block;
    position: absolute;
    right: 0;
  }
}
.ap_group_link {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  background: #000000;
  color: #ffffff;
  display: block;
  line-height: 1;
  padding: 25px 20px;
  margin-bottom: 1px;
  text-transform: uppercase;
  vertical-align: middle;
}
.ap_group_link:after {
  background: url(../images/icons.svg) no-repeat -390px 0;
  width: 17px;
  height: 13px;
  content: '';
  display: inline-block;
  float: right;
  vertical-align: top;
}
.no-svg .ap_group_link:after {
  background-image: url(../images/icons.png);
}
.no-touch .ap_group_link:hover {
  color: #ffcc00;
}
.ap_group_link.active:after {
  height: 17px;
  background-position: -320px -100px;
  margin-top: -2px;
}
@media only screen and (min-width: 980px) {
  .ap_group_link {
    position: relative;
    background: transparent;
    border-left: 1px solid #e5b607;
    color: #000000;
    display: inline-block;
    margin: 0;
    padding: 50px 30px;
  }
  .ap_group_link:first-child {
    border: none;
  }
  .ap_group_link:after {
    width: 12px;
    height: 10px;
    background-position: -280px -80px;
    float: none;
    margin-left: 12px;
    margin-top: -1px;
    vertical-align: middle;
  }
  .ap_group_link.active,
  .no-touch .ap_group_link:hover {
    color: #000000;
  }
  .ap_group_link.active:before,
  .no-touch .ap_group_link:hover:before {
    width: 50px;
    height: 4px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    background-color: #000000;
    content: '';
    display: block;
    margin-left: -25px;
  }
  .no-touch .ap_group_link:hover:after {
    background-position: -260px -80px;
  }
  .ap_group_link.active:after,
  .no-touch .ap_group_link.active:hover:after {
    width: 13px;
    height: 13px;
    background-position: -260px -100px;
    margin-left: 11px;
    margin-top: -3px;
  }
}
@media only screen and (min-width: 1220px) {
  .ap_group_link {
    padding: 50px;
  }
}
.ap_container {
  height: 0;
  background-color: #000000;
  clear: both;
  overflow: hidden;
  -webkit-transition: height 0.2s ease;
          transition: height 0.2s ease;
}
.ap_container.active {
  height: 400px;
}
.ap_group_container {
  height: 400px;
  display: none;
  padding: 40px 0;
}
.ap_group_container.active {
  display: block;
}
.ap_group_container .row {
  height: 320px;
}
.ap_scroll_wrapper {
  height: 320px;
  position: relative;
}
.ap_scroll_wrapper .scroller-content {
  padding-right: 25px;
}
.ap_link {
  width: 100%;
  border-bottom: 1px solid #3d3d3d;
  color: #f8f8f8;
  display: table;
  margin-top: -1px;
  vertical-align: middle;
}
.ap_link .sizer-size {
  display: table-cell;
  vertical-align: middle;
}
.ap_link .inner {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'FrutigerLTW01-45Light722105';
  display: block;
  line-height: 1.4;
  padding: 15px 0;
}
.no-touch .ap_link:hover {
  color: #ffcc00;
}
@media only screen and (min-width: 740px) and (max-width: 979px) {
  .ap_link:nth-child(2n+3) {
    clear: left;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1219px) {
  .ap_link:nth-child(3n+4) {
    clear: left;
  }
}
@media only screen and (min-width: 1220px) {
  .ap_link:nth-child(4n+5) {
    clear: left;
  }
}
.ap_program_block {
  margin-bottom: 30px;
}
.ap_program_block .caption {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  color: #ffffff;
  margin-top: 20px;
}
.no-touch .ap_program_block:hover .caption {
  color: #ffcc00;
}
.home_know {
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 980px) {
  .home_know:after {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background-color: #000000;
    content: "";
    display: block;
  }
}
.home_know .row {
  position: relative;
  z-index: 1;
}
.home_know .section_title {
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: -0.03em;
  margin-bottom: 52px;
}
@media only screen and (min-width: 740px) {
  .home_know .section_title {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
@media only screen and (min-width: 980px) {
  .home_know {
    height: 870px;
    padding-bottom: 0;
    padding-top: 50px;
    margin-top: 56px;
  }
}
.home_look_header {
  background-color: #ffcc00;
  padding: 40px 0 30px;
}
@media only screen and (min-width: 1220px) {
  .home_look_header {
    padding: 130px 0 60px;
  }
}
.home_look_header .section_title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
}
@media only screen and (max-width: 499px) {
  .home_look_header .section_title {
    max-width: 190px;
  }
}
@media only screen and (min-width: 500px) {
  .home_look_header .section_title {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.home_look_gallery {
  position: relative;
  background-color: #3d3d3d;
}
.home_look_gallery .controls_container {
  width: 130px;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 740px) {
  .home_look_gallery .controls_container {
    width: 100%;
    top: 0;
    left: 0;
    right: auto;
  }
}
.home_look_gallery .controls {
  position: static;
  background-color: #ffcc00;
}
.home_look_gallery .roller-viewport,
.home_look_gallery .roller-canister,
.home_look_gallery .image {
  width: 100%;
  height: 265px;
}
@media only screen and (min-width: 740px) {
  .home_look_gallery .roller-viewport,
  .home_look_gallery .roller-canister,
  .home_look_gallery .image {
    height: 500px;
  }
}
@media only screen and (min-width: 980px) {
  .home_look_gallery .roller-viewport,
  .home_look_gallery .roller-canister,
  .home_look_gallery .image {
    height: 625px;
  }
}
@media only screen and (max-width: 739px) {
  .home_look_gallery .caption_row,
  .home_look_gallery .caption_container {
    width: 100%;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 740px) {
  .home_look_gallery .caption_container {
    padding-left: 160px;
  }
}
.home_look_gallery .caption {
  position: absolute;
  top: auto;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0;
  z-index: 1;
}
.home_look_gallery .caption .inner {
  display: block;
  padding: 23px 40px;
}
@media only screen and (max-width: 739px) {
  .home_look_gallery .caption {
    width: 100% !important;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 740px) {
  .home_look_gallery .caption {
    width: auto;
    position: relative;
  }
}
.home_catch_up {
  width: 100%;
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
  z-index: 1;
}
@media only screen and (min-width: 980px) {
  .home_catch_up {
    margin-top: -30px;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .home_catch_up .split {
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: -1;
  }
  .home_catch_up .split.left {
    top: 0;
    left: 0;
    background-color: #ffffff;
  }
  .home_catch_up .split.left:after {
    height: 60px;
    position: relative;
    top: 100%;
    background-color: white;
    content: "";
    display: block;
  }
  .home_catch_up .split.right {
    top: 30px;
    right: 0;
    background-color: #e6e6e6;
  }
}
.home_catch_up .news_block {
  margin-bottom: 60px;
}
@media only screen and (max-width: 979px) {
  .home_catch_up .content_container {
    width: 96.66666667%;
    float: left;
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
  }
}
@media only screen and (min-width: 980px) {
  .home_catch_up .content_container:after {
    width: 672px !important;
    height: 90px;
    background-color: #ffffff;
    content: "";
    display: block;
    margin-bottom: -60px;
  }
}
@media only screen and (min-width: 1220px) {
  .home_catch_up .content_container:after {
    width: 840px !important;
  }
}
@media only screen and (min-width: 980px) {
  .home_catch_up .content_wrapper {
    display: table;
  }
}
.home_catch_up .content_left {
  background: #ffffff;
}
@media only screen and (min-width: 980px) {
  .home_catch_up .content_left {
    width: 672px !important;
    display: table-cell;
    padding-top: 150px;
    padding-bottom: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .home_catch_up .content_left .row {
    width: 672px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .home_catch_up .content_left .row .desktop-half {
    width: 288px;
    margin-left: 16px;
    margin-right: 16px;
  }
  .home_catch_up .content_left .row .desktop-full {
    width: 608px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1220px) {
  .home_catch_up .content_left {
    width: 840px !important;
    padding-right: 20px;
    padding-left: 20px;
  }
  .home_catch_up .content_left .row {
    width: 840px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .home_catch_up .content_left .row .desktop-half {
    width: 360px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .home_catch_up .content_left .row .desktop-full {
    width: 760px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.home_catch_up .content_left .section_title {
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: -0.03em;
  margin-bottom: 50px;
}
@media only screen and (min-width: 740px) {
  .home_catch_up .content_left .section_title {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
.home_catch_up .content_right {
  position: relative;
  margin-top: 60px;
}
@media only screen and (min-width: 980px) {
  .home_catch_up .content_right {
    width: 272px !important;
    position: relative;
    display: table-cell;
    margin-top: 0;
    padding-top: 180px;
    padding-bottom: 60px;
    padding-left: 64px;
  }
  .home_catch_up .content_right .content_right_wrapper {
    top: 30px;
    background: #e6e6e6;
  }
}
@media only screen and (min-width: 1220px) {
  .home_catch_up .content_right {
    width: 340px !important;
    padding-left: 80px;
  }
}
.home_catch_up .content_right .more_link_border {
  background-color: #D7D7D7;
}
.home_catch_up .home_label {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'FrutigerLTW01-45Light722105';
  color: #666666;
  line-height: 1;
  letter-spacing: 0.16em;
  margin: 15px 0 30px;
  text-transform: uppercase;
}
.home_discover {
  background-color: #f8f8f8;
  padding: 60px 0 40px;
}
.home_discover .section_title {
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: -0.03em;
  margin-bottom: 52px;
}
@media only screen and (min-width: 740px) {
  .home_discover .section_title {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
@media only screen and (min-width: 980px) {
  .home_discover {
    padding-bottom: 0;
    padding-top: 110px;
  }
}
/*
		Flexible Content
		=====================
	*/
/*
		01 - Academics Landing
		======================
	*/
.academics_landing_template .colleges {
  padding: 50px 0 20px;
}
@media only screen and (min-width: 740px) {
  .academics_landing_template .colleges {
    padding: 80px 0 40px;
  }
}
.academics_landing_template .colleges .section_title {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  color: #777777;
}
.academics_landing_template .colleges .section_title:after {
  width: 40px;
  height: 6px;
  background-color: #e6e6e6;
  content: '';
  display: inline-block;
  margin-top: -3px;
  margin-left: 10px;
  vertical-align: middle;
}
@media only screen and (min-width: 740px) {
  .academics_landing_template .program_search .view_all:before {
    background-color: rgba(248, 248, 248, 0.35);
    width: 1px;
    height: 40px;
    content: '';
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    vertical-align: middle;
  }
}
/*
		02 - College Landing
		====================
	*/
/*
		03 - Undergrad-Grad Landing
		===========================
	*/
.undergrad_grad_landing_template .page {
  padding-bottom: 0;
}
.undergrad_grad_landing_template .flexible_button_blocks {
  padding: 40px 0;
}
.undergrad_grad_landing_template .contact_blocks {
  padding-top: 100px;
}
@media only screen and (max-width: 979px) {
  .undergrad_grad_landing_template .contact_blocks .office_data_block.split:last-child {
    margin-top: 0;
  }
  .undergrad_grad_landing_template .contact_blocks .office_data_block.split:last-child .office_block:first-child {
    border-top: none;
    padding-top: 0;
  }
}
@media only screen and (min-width: 980px) {
  .undergrad_grad_landing_template .contact_blocks .office_data_block.split {
    width: 288px;
    float: left;
  }
  .undergrad_grad_landing_template .contact_blocks .office_data_block.split:last-child {
    margin-left: 32px;
  }
}
@media only screen and (min-width: 1220px) {
  .undergrad_grad_landing_template .contact_blocks .office_data_block.split {
    width: 360px;
  }
  .undergrad_grad_landing_template .contact_blocks .office_data_block.split:last-child {
    margin-left: 40px;
  }
}
/*
		04 - Department-Major Landing
		=============================
	*/
.department_major_landing_template .in_content {
  margin-bottom: 50px;
}
.department_major_landing_template .contact_block {
  padding-bottom: 1px;
  padding-top: 20px;
}
@media only screen and (min-width: 740px) {
  .department_major_landing_template .contact_block {
    padding-top: 50px;
  }
}
.department_major_landing_template .full_width_gallery {
  padding-top: 20px;
}
@media only screen and (min-width: 740px) {
  .department_major_landing_template .full_width_gallery {
    padding-top: 50px;
  }
}
/*
		05 - Graduate Program Landing
		=============================
	*/
/*
		06 - Major Topic Page
		=====================
	*/
.major_topic_template .news_events .section_title {
  margin-bottom: 30px;
}
.major_topic_template .news_events .section_label {
  margin-bottom: 50px;
}
/*
		07 - Directory Offices & Services
		=================================
	*/
.directory_offices_services_template .letter_nav {
  padding: 40px 0;
}
.directory_offices_services_template .letter_nav_button {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'FrutigerLTW01-87ExtraBk';
  position: relative;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  color: #000000;
  margin-right: 10px;
  padding: 22px 25px;
  -webkit-transition: background-color 0.15s linear, border-color 0.15s linear;
          transition: background-color 0.15s linear, border-color 0.15s linear;
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  margin-right: 4px;
  padding: 22px 11px;
}
.directory_offices_services_template .letter_nav_button:last-child {
  margin-right: 0;
}
.directory_offices_services_template .letter_nav_button:after {
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 9px solid #ffcc00;
  content: '';
  display: block;
  opacity: 0;
  margin-left: -10px;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}
.directory_offices_services_template .letter_nav_button.active {
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.directory_offices_services_template .letter_nav_button.active:after {
  opacity: 1;
}
.no-touch .directory_offices_services_template .letter_nav_button:hover {
  color: #000000;
  background-color: #e6e6e6;
}
.no-touch .directory_offices_services_template .letter_nav_button:hover.active {
  background-color: #ffcc00;
}
@media only screen and (min-width: 500px) {
  .directory_offices_services_template .letter_nav_button {
    font-size: 16px;
    font-size: 1rem;
    float: none;
    padding: 22px 20px;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 740px) {
  .directory_offices_services_template .letter_nav_button {
    margin-right: 10px;
    padding: 22px 25px;
  }
}
.directory_offices_services_template .directory_list.tabber.mobile .tabber-handle {
  display: inline-block;
}
.directory_offices_services_template .directory_list.tabber.mobile .tabber-handle.mobile {
  display: none;
}
/*
		08 - Office Service Center Landing
		==================================
	*/
/*
		09 - Comprehensive List
		=======================
	*/
/*
		10 - Repeatable Visual List
		===========================
	*/
@media only screen and (min-width: 980px) {
  .repeatable_visual_list_template .callout {
    margin-top: 60px;
  }
}
/*
		11 - Admissions & Aid
		=====================
	*/
.admissions_aid_template .full_width_profile_block_container {
  margin-top: 60px;
}
.admissions_aid_template .full_width_profile_block {
  margin-top: -40px;
}
.admissions_aid_template .admissions_team {
  margin-bottom: 40px;
}
.admissions_aid_template .contact_block .office_data_block {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
.admissions_aid_template .contact_block .no_border {
  border: none;
}
/*
		12 - Towson at a Glance
		=======================
	*/
.towson_at_a_glance_template .more_information {
  padding-top: 135px;
}
.towson_at_a_glance_template .table_styles .content li p:first-child {
  width: 63%;
}
.towson_at_a_glance_template .table_styles .content li p:last-child {
  width: 35%;
}
.towson_at_a_glance_template .by_the_numbers_blocks {
  max-width: 1400px;
  margin: 0 auto;
}
.towson_at_a_glance_template .glance_numbers_block {
  position: relative;
  padding-top: 100%;
  float: left;
}
.towson_at_a_glance_template .glance_numbers_block .block_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.towson_at_a_glance_template .glance_numbers_block .image {
  width: 100%;
  position: relative;
  padding-top: 100%;
}
.towson_at_a_glance_template .glance_numbers_block .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.towson_at_a_glance_template .glance_numbers_block .caption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.towson_at_a_glance_template .glance_numbers_block .figure {
  font-family: 'FrutigerLTW01-67BoldCn';
  line-height: 1;
  margin-bottom: 30px;
}
.towson_at_a_glance_template .glance_numbers_block .figure:after {
  width: 70px;
  height: 6px;
  background-color: #000000;
  content: '';
  display: block;
}
.towson_at_a_glance_template .glance_numbers_block.black.small.with_description {
  background-color: #000000;
}
.towson_at_a_glance_template .glance_numbers_block.black.large .caption,
.towson_at_a_glance_template .glance_numbers_block.black.small.with_image .caption {
  background-color: rgba(0, 0, 0, 0.8);
}
.towson_at_a_glance_template .glance_numbers_block.gray.small.with_description {
  background-color: #4c4c4c;
}
.towson_at_a_glance_template .glance_numbers_block.gray.large .caption,
.towson_at_a_glance_template .glance_numbers_block.gray.small.with_image .caption {
  background-color: rgba(76, 76, 76, 0.8);
}
.towson_at_a_glance_template .glance_numbers_block.white.small.with_description {
  background-color: #f8f8f8;
}
.towson_at_a_glance_template .glance_numbers_block.white.large .caption,
.towson_at_a_glance_template .glance_numbers_block.white.small.with_image .caption {
  background-color: rgba(255, 255, 255, 0.8);
}
.towson_at_a_glance_template .glance_numbers_block.gold.small.with_description {
  background-color: #ffcc00;
}
.towson_at_a_glance_template .glance_numbers_block.gold.large .caption,
.towson_at_a_glance_template .glance_numbers_block.gold.small.with_image .caption {
  background-color: rgba(255, 204, 0, 0.8);
}
.towson_at_a_glance_template .glance_numbers_block.large {
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .towson_at_a_glance_template .glance_numbers_block.large {
    padding-top: 50%;
  }
}
.towson_at_a_glance_template .glance_numbers_block.large .caption {
  padding: 30px;
}
@media only screen and (min-width: 740px) {
  .towson_at_a_glance_template .glance_numbers_block.large .caption {
    padding: 140px;
  }
}
@media only screen and (min-width: 980px) {
  .towson_at_a_glance_template .glance_numbers_block.large .caption {
    padding: 80px;
  }
}
@media only screen and (min-width: 1220px) {
  .towson_at_a_glance_template .glance_numbers_block.large .caption {
    padding: 140px;
  }
}
.towson_at_a_glance_template .glance_numbers_block.large .figure {
  color: #ffcc00;
}
.towson_at_a_glance_template .glance_numbers_block.large .figure:after {
  background-color: #ffcc00;
}
@media only screen and (min-width: 740px) {
  .towson_at_a_glance_template .glance_numbers_block.large .figure {
    font-size: 200px;
    font-size: 12.5rem;
  }
}
@media only screen and (min-width: 980px) {
  .towson_at_a_glance_template .glance_numbers_block.large .figure {
    font-size: 160px;
    font-size: 10rem;
  }
}
@media only screen and (min-width: 1220px) {
  .towson_at_a_glance_template .glance_numbers_block.large .figure {
    font-size: 200px;
    font-size: 12.5rem;
  }
}
.towson_at_a_glance_template .glance_numbers_block.large .label {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: 'FrutigerLTW01-45Light722105';
  color: #ffffff;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 980px) {
  .towson_at_a_glance_template .glance_numbers_block.large {
    width: 50%;
  }
}
.towson_at_a_glance_template .glance_numbers_block.small {
  width: 100%;
}
.towson_at_a_glance_template .glance_numbers_block.small,
.towson_at_a_glance_template .glance_numbers_block.small .image {
  padding-top: 100%;
}
@media only screen and (min-width: 740px) {
  .towson_at_a_glance_template .glance_numbers_block.small {
    width: 50%;
    padding-top: 50%;
  }
}
@media only screen and (min-width: 980px) {
  .towson_at_a_glance_template .glance_numbers_block.small {
    width: 25%;
    padding-top: 25%;
  }
}
.towson_at_a_glance_template .glance_numbers_block.small.with_figure.black {
  background-color: #000000;
}
.towson_at_a_glance_template .glance_numbers_block.small.with_figure.black .figure {
  color: #ffffff;
}
.towson_at_a_glance_template .glance_numbers_block.small.with_figure.black .figure:after {
  background-color: #4c4c4c;
}
.towson_at_a_glance_template .glance_numbers_block.small.with_figure.black .label {
  color: #a79f9a;
}
.towson_at_a_glance_template .glance_numbers_block.small.with_figure.gray {
  background-color: #4c4c4c;
}
.towson_at_a_glance_template .glance_numbers_block.small.with_figure.gray .figure,
.towson_at_a_glance_template .glance_numbers_block.small.with_figure.gray .label {
  color: #ffffff;
}
.towson_at_a_glance_template .glance_numbers_block.small.with_figure .caption {
  padding: 60px 20px;
  text-align: center;
}
.towson_at_a_glance_template .glance_numbers_block.small.with_figure .caption.bg_black_80 .figure,
.towson_at_a_glance_template .glance_numbers_block.small.with_figure .caption.bg_gray_thunder_80 .figure,
.towson_at_a_glance_template .glance_numbers_block.small.with_figure .caption.bg_black_80 .label,
.towson_at_a_glance_template .glance_numbers_block.small.with_figure .caption.bg_gray_thunder_80 .label {
  color: #ffffff;
}
.towson_at_a_glance_template .glance_numbers_block.small.with_figure .caption.bg_black_80 .figure:after,
.towson_at_a_glance_template .glance_numbers_block.small.with_figure .caption.bg_gray_thunder_80 .figure:after {
  background-color: #ffffff;
}
.towson_at_a_glance_template .glance_numbers_block.small.with_figure .label {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4;
}
@media only screen and (min-width: 980px) {
  .towson_at_a_glance_template .glance_numbers_block.small.with_figure .label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1220px) {
  .towson_at_a_glance_template .glance_numbers_block.small.with_figure .label {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.towson_at_a_glance_template .glance_numbers_block.small.with_figure .figure {
  margin-bottom: 40px;
}
.towson_at_a_glance_template .glance_numbers_block.small.with_figure .figure:after {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 980px) {
  .towson_at_a_glance_template .glance_numbers_block.small.with_figure .figure {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.towson_at_a_glance_template .glance_numbers_block.small.with_description .caption {
  padding: 40px 30px;
}
.towson_at_a_glance_template .glance_numbers_block.small.with_description .description {
  font-size: 20px;
  font-size: 1.25rem;
  color: #000000;
}
@media only screen and (min-width: 500px) {
  .towson_at_a_glance_template .glance_numbers_block.small.with_description .description {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 740px) {
  .towson_at_a_glance_template .glance_numbers_block.small.with_description .description {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 980px) {
  .towson_at_a_glance_template .glance_numbers_block.small.with_description .description {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1220px) {
  .towson_at_a_glance_template .glance_numbers_block.small.with_description .description {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.towson_at_a_glance_template .glance_numbers_block.small.with_description .label {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  margin-bottom: 25px;
}
.towson_at_a_glance_template .glance_numbers_block.small.with_description .label:after {
  width: 50px;
  height: 6px;
  background-color: #000000;
  content: "";
  display: inline-block;
  margin-left: 10px;
  margin-top: 8px;
  vertical-align: top;
}
@media only screen and (max-width: 739px) {
  .towson_at_a_glance_template .glance_numbers_block.small.with_description .label {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .towson_at_a_glance_template .glance_numbers_block.small.with_description .label:after {
    margin-top: 14px;
  }
}
@media only screen and (min-width: 980px) {
  .towson_at_a_glance_template .glance_numbers_block.small.with_description .label {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1220px) {
  .towson_at_a_glance_template .glance_numbers_block.small.with_description .label {
    margin-bottom: 25px;
  }
}
.towson_at_a_glance_template .glance_numbers_block.with_figure .caption .inner {
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.towson_at_a_glance_template .block_row:after,
.towson_at_a_glance_template .small_block_container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.towson_at_a_glance_template .small_block_container {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 980px) {
  .towson_at_a_glance_template .small_block_container {
    width: 50%;
  }
}
.towson_at_a_glance_template .small_block_container .small {
  width: 100%;
  padding-top: 100% !important;
}
.towson_at_a_glance_template .small_block_container .small .image {
  padding-top: 100% !important;
}
@media only screen and (min-width: 740px) {
  .towson_at_a_glance_template .small_block_container .small {
    width: 50%;
    padding-top: 50% !important;
  }
}
/*
		13 - News & Media Landing
		=========================
	*/
.news_media_landing_template .page_header {
  margin-bottom: 0;
}
.news_media_landing_template .news_menu {
  margin-bottom: 60px;
}
@media only screen and (min-width: 980px) {
  .news_media_landing_template .news_menu {
    margin-bottom: 0;
  }
}
.news_media_landing_template .news_menu .label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  color: #777777;
  display: inline-block;
  padding: 21px 15px 21px 0;
  vertical-align: middle;
}
@media only screen and (min-width: 740px) {
  .news_media_landing_template .news_menu .label {
    float: left;
  }
}
.news_media_landing_template .news_menu .search_input {
  width: 100%;
  padding-left: 20px;
}
@media only screen and (min-width: 500px) {
  .news_media_landing_template .news_menu .search_input {
    width: 300px;
  }
}
@media only screen and (min-width: 740px) {
  .news_media_landing_template .news_menu .search_input {
    width: 300px;
  }
}
@media only screen and (min-width: 980px) {
  .news_media_landing_template .news_menu .search_input {
    width: 255px;
  }
}
@media only screen and (min-width: 1220px) {
  .news_media_landing_template .news_menu .search_input {
    width: 300px;
  }
}
.news_media_landing_template .search_form fieldset {
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.news_media_landing_template .search_form fieldset:last-child {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (min-width: 500px) {
  .news_media_landing_template .search_form fieldset:last-child {
    width: 300px;
  }
}
@media only screen and (min-width: 740px) {
  .news_media_landing_template .search_form fieldset:first-child {
    float: left;
    min-width: 340px;
  }
  .news_media_landing_template .search_form fieldset:last-child {
    width: auto;
    float: right;
    margin-top: 0;
  }
}
.news_media_landing_template .contact_block {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 739px) {
  .news_media_landing_template .contact_block {
    background-color: #f8f8f8;
  }
}
@media only screen and (min-width: 740px) {
  .news_media_landing_template .contact_block {
    padding-top: 50px;
  }
}
.news_media_landing_template .search_form .selecter {
  width: 100%;
  margin: 0;
  -webkit-transition: width 0.2s ease;
          transition: width 0.2s ease;
}
@media only screen and (min-width: 500px) {
  .news_media_landing_template .search_form .selecter,
  .news_media_landing_template .search_form .selecter .selecter-selected {
    width: 280px;
  }
}
@media only screen and (min-width: 740px) {
  .news_media_landing_template .search_form .selecter {
    float: left;
  }
}
.news_media_landing_template .search_form .selecter .selecter-selected {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  color: #000000;
  padding: 21px 19px;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
  white-space: nowrap;
}
.news_media_landing_template .search_form .selecter .selecter-selected:after {
  font-size: 20px;
  font-size: 1.25rem;
  width: 50px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 0;
  background-color: #ffffff;
  background-image: none;
  border: 0;
  border-left: 1px solid #e6e6e6;
  color: #FFC08B;
  content: '+';
  display: inline-block;
  font-weight: 700;
  float: right;
  line-height: 1;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.news_media_landing_template .search_form .selecter .selecter-selected:before {
  display: none;
}
.news_media_landing_template .search_form .selecter .selecter-options {
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .news_media_landing_template .search_form .selecter .selecter-options {
    width: 280px;
  }
}
.news_media_landing_template .search_form .selecter.open .selecter-selected {
  background-color: #000000;
  border-color: #4c4c4c;
  color: #ffcc00;
}
.news_media_landing_template .search_form .selecter.open .selecter-selected:after {
  background-color: #000000;
  border-color: #4c4c4c;
  content: '–';
}
.no-touch .news_media_landing_template .search_form .selecter:hover .selecter-selected {
  background-color: #000000;
  border-color: #4c4c4c;
  color: #ffcc00;
}
.no-touch .news_media_landing_template .search_form .selecter:hover .selecter-selected:after {
  background-color: #000000;
  border-color: #4c4c4c;
}
.news_media_landing_template .search_form .selecter .selecter-item {
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #000000;
  border-color: #4c4c4c;
  color: #a79f9a;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
          transition: background-color 0.2s linear, color 0.2s linear;
}
.no-touch .news_media_landing_template .search_form .selecter .selecter-item:hover {
  background-color: #ffcc00;
  color: #000000;
}
/*
		14 - News Story Detail
		======================
	*/
.news_story_detail_template .page_header {
  margin-bottom: 10px;
}
.news_story_detail_template .news_meta {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  color: #777777;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.news_story_detail_template .feature_image {
  margin: 40px 0;
}
.news_story_detail_template .back_to_news {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  width: auto;
  background-color: #000000;
  color: #ffcc00;
  display: inline-block;
  margin-bottom: 20px;
  padding: 16px 40px 14px;
  text-transform: uppercase;
}
.no-touch .news_story_detail_template .back_to_news:hover {
  background-color: #ffcc00;
  color: #000000;
}
/*
		15, 16 - Localist Common
		===============================
	*/
.localist_template {
  /**
		 * Top Menu (login/search)
		 */
  /**
		 * Section Headers
		 */
  /**
		 * Event items
		 */
  /**
		 * Featured event
		 */
  /**
		 * Pagination
		 */
  /**
		 * Homepage Nav
		 */
  /**
		 * User Action
		 */
  /**
		 * Mini block calendar
		 */
  /**
		 * Event Types
		 */
  /**
		 * Breadcrumbs
		 */
  /**
		 * Event Details
		 */
  /**
		 * Section Header
		 */
  /**
		 * Recent Activity
		 */
  /**
		 * Box Image
		 */
  /**
		 * User Actions
		 */
  /**
		 * Attendees
		 */
  /**
		 * No Content
		 */
  /**
		 * Upload
		 */
  /**
		 * Paging
		 */
  /**
		 * Achievements
		 */
  /**
		 * Buttons
		 */
  /**
		 * Headings
		 */
}
.localist_template .page {
  overflow: hidden;
}
.localist_template #menu {
  overflow: hidden;
  background-color: #4c4c4c !important;
  float: none;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .localist_template #menu {
    background-color: #f8f8f8 !important;
    padding: 30px 30px 20px;
    margin-bottom: 56px;
  }
}
.localist_template #menu .action_menu {
  float: none;
  margin: 0;
  padding: 0;
  /**
				 * Search form
				 */
}
.localist_template #menu .action_menu:after {
  height: 0;
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  visibility: hidden;
}
.localist_template #menu .action_menu .hover_menu {
  background-image: none;
}
.localist_template #menu .action_menu li {
  margin: 0;
}
.localist_template #menu .action_menu li:before {
  content: normal;
}
.localist_template #menu .action_menu li.profile_icon {
  display: none;
}
.localist_template #menu .action_menu li a {
  height: 60px;
  display: block;
  float: none;
  line-height: 1 !important;
  margin: 0;
  padding: 22px 40px;
}
@media only screen and (min-width: 768px) {
  .localist_template #menu .action_menu li a {
    margin: 0 10px 10px 0;
  }
}
.localist_template #menu .action_menu .search_action {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .localist_template #menu .action_menu .search_action {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 980px) {
  .localist_template #menu .action_menu .search_action {
    float: right;
  }
}
.localist_template #menu .action_menu #topsearch {
  position: relative;
}
.localist_template #menu .action_menu #topsearch:after {
  background: url(../images/icons.svg) no-repeat -340px -16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 22px;
  right: 20px;
  content: "";
  display: block;
}
.no-svg .localist_template #menu .action_menu #topsearch:after {
  background-image: url(../images/icons.png);
}
.localist_template #menu .action_menu #topsearch input {
  font-family: 'Sabon LT W01 Roman';
  font-size: 16px;
  font-size: 1rem;
  height: 60px;
  width: 100%;
  background-color: #a79f9a;
  background-image: none;
  border-width: 0;
  color: #ffffff;
  line-height: 1;
  margin: 0;
  padding: 0 62px 0 22px;
}
@media only screen and (min-width: 500px) {
  .localist_template #menu .action_menu #topsearch input {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 768px) {
  .localist_template #menu .action_menu #topsearch input {
    width: 410px;
  }
}
.localist_template #menu .action_menu #topsearch input::-webkit-input-placeholder {
  font-family: 'Sabon LT W01 Italic';
  color: #ffffff !important;
}
.localist_template #menu .action_menu #topsearch input::-moz-placeholder {
  font-family: 'Sabon LT W01 Italic';
  color: #ffffff !important;
}
.localist_template #menu .action_menu #topsearch input:-ms-input-placeholder {
  font-family: 'Sabon LT W01 Italic';
  color: #ffffff !important;
}
.localist_template #menu .action_menu #topsearch input::placeholder {
  font-family: 'Sabon LT W01 Italic';
  color: #ffffff !important;
}
.localist_template #menu .action_menu_items {
  background-color: #000000;
  border-radius: 0;
  margin: 0;
  padding: 10px;
}
.localist_template #menu .action_menu_items li {
  font-family: 'FrutigerLTW01-45Light722105';
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0;
}
.localist_template #menu .action_menu_items li:before {
  content: normal;
}
.localist_template #menu .action_menu_items li a {
  color: #ffffff;
  padding: 10px 10px;
}
.no-touch .localist_template #menu .action_menu_items li a:hover {
  background-color: transparent;
  color: #a79f9a;
}
.localist_template #menu .nav-button {
  display: block !important;
  float: none;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .localist_template #menu .nav-button {
    display: none !important;
  }
}
.localist_template #menu .nav-button .icon-bar {
  float: right;
  clear: right;
}
.localist_template .box_header {
  margin-bottom: 22px;
}
.localist_template .box_header h4 {
  font-family: 'FrutigerLTW01-67BoldCn';
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1666666666666667em;
  color: #a79f9a;
  margin: 0;
  overflow: hidden;
}
.localist_template .box_header #x-event-group-tab-buttons {
  padding-bottom: 6px;
}
.localist_template .box_header.settings h4 {
  text-align: left;
}
@media only screen and (min-width: 980px) {
  .localist_template .box_header.settings h4 {
    text-align: right;
  }
}
.localist_template .box_header h4 > a {
  font-family: 'FrutigerLTW01-67BoldCn';
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2em;
  position: relative;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  color: #000000;
  display: inline-block;
  letter-spacing: 0.6px;
  margin: 0 4px 10px 0;
  padding: 10px 15px 8px;
  text-transform: uppercase;
}
.localist_template .box_header h4 > a:after {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7px;
  left: 50%;
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: #ffcc00 transparent transparent transparent;
  content: "";
  margin-left: -8px;
  opacity: 0;
  -webkit-transition: opacity .25s,
						visibility .25s;
          transition: opacity .25s,
						visibility .25s;
  visibility: hidden;
}
.no-touch .localist_template .box_header h4 > a:hover {
  background-color: #e6e6e6;
  border-color: transparent;
  color: #000000;
}
.localist_template .box_header h4 > a.selected_tab_colorfive,
.localist_template .box_header h4 > a[class^="selected_tab"],
.localist_template .box_header h4 > a[class*=" selected_tab"] {
  background-color: #ffcc00;
  border-color: transparent;
  color: #000000;
}
.localist_template .box_header h4 > a.selected_tab_colorfive:after,
.localist_template .box_header h4 > a[class^="selected_tab"]:after,
.localist_template .box_header h4 > a[class*=" selected_tab"]:after {
  opacity: 1;
  visibility: visible;
}
.no-touch .localist_template .box_header h4 > a.selected_tab_colorfive:hover,
.no-touch .localist_template .box_header h4 > a[class^="selected_tab"]:hover,
.no-touch .localist_template .box_header h4 > a[class*=" selected_tab"]:hover {
  background-color: #ffcc00;
  border-color: transparent;
  color: #000000;
}
.localist_template #x-event-group-title {
  display: block;
  float: none;
  margin-bottom: 12px;
}
@media only screen and (min-width: 980px) {
  .localist_template #x-event-group-title {
    float: left;
  }
}
.localist_template .item {
  border-color: #e6e6e6;
  margin-bottom: 40px;
  padding: 0 0 40px;
}
.localist_template .item img {
  background-color: transparent;
  border-width: 0;
  display: block;
  float: none;
  margin: 0 20px 20px 0;
  padding: 0;
}
@media only screen and (min-width: 500px) {
  .localist_template .item img {
    float: left;
  }
}
.localist_template .item h3 > span {
  font-family: 'FrutigerLTW01-67BoldCn';
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2083333333333333em;
  color: #000000;
  display: block;
  float: none;
}
.localist_template .item h3 > span a {
  color: #000000;
  display: block;
}
.no-touch .localist_template .item h3 > span a:hover {
  color: #ffcc00;
  text-decoration: none;
}
.localist_template .item .dateright {
  font-family: 'FrutigerLTW01-45Light722105';
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2em;
  color: #4c4c4c;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
}
.localist_template .item .dateright abbr {
  border-width: 0;
}
.localist_template .item h4 {
  font-family: 'Sabon LT W01 Roman';
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4em;
  color: #4c4c4c;
  margin: 14px 0;
}
.localist_template .item h5 {
  font-family: 'FrutigerLTW01-67BoldCn';
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857142858em;
  margin: 28px 0 12px;
  text-transform: uppercase;
}
@media only screen and (min-width: 740px) {
  .localist_template .item h5 {
    float: left;
  }
}
.localist_template .item h5 a {
  color: #ffb30a;
}
.no-touch .localist_template .item h5 a:hover {
  color: #000000;
}
.localist_template .item h6 {
  font-family: 'FrutigerLTW01-67BoldCn';
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857142858em;
  margin: 28px 0 12px;
  text-transform: uppercase;
}
@media only screen and (min-width: 740px) {
  .localist_template .item h6 {
    float: left;
  }
}
.localist_template .item h6 a {
  color: #ffb30a;
}
.no-touch .localist_template .item h6 a:hover {
  color: #000000;
}
.localist_template .item .action_button {
  overflow: hidden;
  float: none;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (min-width: 740px) {
  .localist_template .item .action_button {
    float: right;
  }
}
.localist_template .item .action_button a {
  margin: 0 8px 8px 0;
}
@media only screen and (min-width: 740px) {
  .localist_template .item .action_button a {
    margin: 0 0 8px 8px;
  }
}
.no-touch .localist_template .item .action_button a:hover {
  color: #ffffff;
  background-color: #000000;
}
.localist_template .comment_item {
  margin-bottom: 20px;
  padding-top: 20px;
}
.localist_template .comment_item h3 > span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222222223em;
}
.localist_template .comment_item h3 > span a {
  display: inline-block;
}
.localist_template .item_content_medium {
  margin-left: 0;
  overflow: hidden;
}
.localist_template .item h3 span.deletex {
  float: right;
  display: inline;
}
.localist_template .featured_item_wrapper {
  width: auto !important;
  height: auto !important;
}
.localist_template .featured_item_wrapper > div {
  position: static !important;
}
.localist_template .featured_item_wrapper .featured_item {
  width: auto !important;
  height: auto !important;
  position: static !important;
  background-color: #f8f8f8;
  padding: 20px;
}
.localist_template .featured_item_wrapper .featured_item .img_big {
  background-color: transparent;
  border-width: 0;
  float: none;
  padding: 0;
}
@media only screen and (min-width: 500px) {
  .localist_template .featured_item_wrapper .featured_item .img_big {
    float: left;
  }
}
.localist_template .img_big {
  padding: 0;
}
.localist_template .item_content_featured {
  overflow: hidden;
  margin-left: 0;
}
.localist_template .pagination_container {
  height: auto;
  border-width: 0;
  margin: 0 0 40px;
}
.localist_template .pagination_container .page_link {
  text-align: left;
}
.localist_template .pagination_container h5 a {
  display: inline-block;
  padding: 20px 30px;
}
.localist_template .pagination_container h6 a {
  display: inline-block;
  padding: 20px 30px;
}
.localist_template #homepage_nav {
  margin-bottom: 35px;
}
.localist_template #homepage_nav .item {
  background-image: none;
  border-width: 0;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 0 -1px 0 #e6e6e6;
  margin: 0;
  padding: 0;
}
.localist_template #homepage_nav .item h3 {
  font-family: 'FrutigerLTW01-67BoldCn';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2777777777777777em;
  color: #000000;
}
.localist_template #homepage_nav .item a {
  position: relative;
  display: block;
  padding: 16px 10px 20px 40px;
}
.no-touch .localist_template #homepage_nav .item a:hover {
  color: #a79f9a;
  text-decoration: none;
}
.localist_template #homepage_nav .item a:before {
  background: url(../images/icons.svg) no-repeat 0 0;
  position: absolute;
  top: 15px;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
}
.no-svg .localist_template #homepage_nav .item a:before {
  background-image: url(../images/icons.png);
}
.localist_template #homepage_nav .nav_calendar a:before {
  background-position: -360px -100px;
}
.localist_template #homepage_nav .nav_place a:before {
  left: 2px;
  background-position: -390px -100px;
}
.localist_template #homepage_nav .nav_group a:before {
  background-position: -420px -100px;
}
.localist_template .user_action {
  margin: 0 0 30px;
  text-align: left;
}
.localist_template .nav_createevent {
  width: auto;
  margin: 0;
  padding: 15px 40px;
}
.localist_template .box_container {
  margin-bottom: 30px;
}
.localist_template .box_container p {
  font-family: 'Sabon LT W01 Roman';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333333333em;
  color: #4c4c4c;
}
.localist_template .box_container a {
  border-bottom: 1px solid #ffcc00;
  color: #000000;
  padding-bottom: 2px;
  text-decoration: none;
}
.localist_template .box_container a:hover {
  border-color: #000000;
}
.localist_template .box_content {
  padding: 0;
}
.localist_template .pagination_container.minical a {
  width: 44px;
  height: 44px;
  position: relative;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
}
.localist_template .pagination_container.minical a:before {
  background: url(../images/icons.svg) no-repeat 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
  right: 0;
  top: 0;
  width: 12px;
  height: 12px;
  content: "";
  display: block;
}
.no-svg .localist_template .pagination_container.minical a:before {
  background-image: url(../images/icons.png);
}
.localist_template .pagination_container.minical a span {
  display: none;
}
.localist_template .pagination_container.minical #month-name {
  font-family: 'FrutigerLTW01-67BoldCn';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2777777777777777em;
  color: #000000;
  padding-top: 10px;
}
.localist_template #localist-minical-title {
  display: none;
}
.localist_template .localist-minical-container {
  background-color: #ffcc00;
  margin-bottom: 30px;
  padding: 20px;
}
.localist_template #localist-minical-prev-month:before {
  background-position: -360px -60px;
}
.localist_template #localist-minical-prev-month:hover:before {
  background-position: -400px -60px;
}
.localist_template #localist-minical-next-month:before {
  background-position: -380px -60px;
}
.localist_template #localist-minical-next-month:hover:before {
  background-position: -420px -60px;
}
.localist_template #minicalendar {
  width: 100%;
  background-color: transparent;
  border: 0;
  margin: 0;
}
.localist_template #minicalendar tr {
  border: 0;
}
.localist_template #minicalendar th {
  font-family: 'FrutigerLTW01-45Light722105';
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1875em;
  color: #000000;
  padding: 20px 0 16px;
}
.localist_template #minicalendar td {
  font-family: 'FrutigerLTW01-45Light722105';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2777777777777777em;
  width: auto;
  height: auto;
  background-color: transparent;
  border: 2px solid #ffcc00;
  padding: 0;
}
.localist_template #minicalendar td a {
  height: auto;
  background-color: #ffdf6a;
  border: 0;
  color: #000000;
  display: block;
  font-weight: normal;
  line-height: 1;
  padding: 12px 0;
}
.no-touch .localist_template #minicalendar td a:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000000;
}
.localist_template #minicalendar td.dimday a {
  color: #BE9821;
}
.localist_template #minicalendar td.today a {
  background-color: #000000;
  color: #ffcc00;
}
.localist_template .subcal_actions {
  font-family: 'FrutigerLTW01-45Light722105';
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857142858em;
  color: #000000;
  padding-top: 10px;
}
.localist_template .filter_list fieldset {
  border: 0;
  margin: 0;
}
.localist_template .filter_list fieldset > ul {
  margin-bottom: 20px;
}
.localist_template .filter_list fieldset > ul > li {
  font-family: 'FrutigerLTW01-67BoldCn';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2777777777777777em;
  color: #a79f9a;
  margin-bottom: 8px;
}
.localist_template .filter_list fieldset > ul > li > a {
  font-family: 'FrutigerLTW01-67BoldCn';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2777777777777777em;
  color: #000000;
}
.localist_template .filter_list label {
  border: 0;
  padding: 0;
  text-align: left;
}
.localist_template .filter_list ul {
  margin: 0;
  padding: 0;
}
.localist_template .filter_list ul ul {
  margin-bottom: 30px;
}
.localist_template .filter_list ul ul li {
  font-family: 'Sabon LT W01 Roman';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333333333em;
  color: #a79f9a;
  padding: 2px 0 2px 15px;
}
.localist_template .filter_list ul ul li a {
  font-family: 'Sabon LT W01 Roman';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333333333em;
  color: #4c4c4c;
}
.localist_template .filter_list ul a {
  display: block;
}
.localist_template .filter_list li {
  margin: 0;
}
.localist_template .filter_list li:before {
  content: normal;
}
.localist_template .filter_list li.sub_show_more > a {
  font-family: 'FrutigerLTW01-67BoldCn';
  color: #a79f9a;
  letter-spacing: 0.6px;
  margin-top: 5px;
  text-transform: uppercase;
}
.localist_template .filter_list .sub_show_more {
  margin-bottom: 30px;
}
.localist_template .filter_list #hide-recurring-option label span {
  font-family: 'FrutigerLTW01-67BoldCn';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2777777777777777em;
  color: #000000;
  letter-spacing: normal;
  margin-right: 10px;
}
.localist_template .filter_list #hide-recurring-option label span:after {
  content: normal;
}
.localist_template .filter_list #hide-recurring-option input {
  position: relative;
  bottom: -3px;
  margin: 0;
}
.localist_template #breadcrumbs {
  margin: 0;
}
.localist_template #breadcrumbs ul {
  margin: 0;
  padding: 0;
}
.localist_template #breadcrumbs li {
  font-family: 'FrutigerLTW01-45Light722105';
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857142858em;
  color: #777777;
  display: inline-block;
  float: none;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.localist_template #breadcrumbs li:before {
  content: normal;
}
.localist_template #breadcrumbs li:after {
  color: #ffcc00;
  content: "/";
  display: inline-block;
  margin: 0 10px;
}
.localist_template #breadcrumbs li.last_crumb {
  font-family: 'FrutigerLTW01-67BoldCn';
  color: #000000;
}
.localist_template #breadcrumbs li.last_crumb:after {
  display: none;
}
.localist_template #breadcrumbs li.breadcrumb_separator {
  display: none;
}
.localist_template #breadcrumbs li a {
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.localist_template .box_header h1 {
  font-family: 'FrutigerLTW01-67BoldCn';
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1666666666666667em;
  color: #000000;
  margin-bottom: 18px;
}
.localist_template .box_header h2 {
  font-family: 'FrutigerLTW01-67BoldCn';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555555555556em;
  color: #000000;
  font-weight: normal;
  letter-spacing: 0.6px;
  line-height: 28px;
  margin: 3px 0;
  opacity: 0.6;
  text-transform: uppercase;
}
.localist_template .box_header h2 .dtstart {
  border-bottom: none;
}
.localist_template .box_header h3.location {
  font-family: 'FrutigerLTW01-45Light722105';
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4666666666666666pxem;
  color: #a79f9a;
  letter-spacing: 1.75px;
  margin: 3px 0;
  text-transform: uppercase;
}
.localist_template .box_header h3.location a {
  border-bottom: 1px solid #ffcc00;
  color: #a79f9a;
  padding-bottom: 2px;
  text-decoration: none;
}
.localist_template .box_header h3.location a:hover {
  border-color: #000000;
}
.localist_template .box_header h3.location small {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8333333333333333em;
  color: #a79f9a;
}
.localist_template .box_header p.description,
.localist_template .box_header .description p {
  font-family: 'Sabon LT W01 Roman';
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4em;
  color: #4c4c4c;
  margin: 14px 0;
}
.localist_template .box_header .extra_details {
  margin-top: 30px;
}
.localist_template .box_header .extra_details dl {
  width: auto;
  float: none;
}
.localist_template .box_header .extra_details dt {
  font-family: 'FrutigerLTW01-45Light722105';
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2em;
  color: #a79f9a;
  font-weight: normal;
  letter-spacing: 1.75px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.localist_template .box_header .extra_details dd {
  margin-bottom: 30px;
}
.localist_template .box_header .extra_details p {
  font-family: 'Sabon LT W01 Roman';
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7em;
  color: #4c4c4c;
}
.localist_template .box_header .extra_details p a {
  border-bottom: 1px solid #ffcc00;
  color: #000000;
  padding-bottom: 2px;
  text-decoration: none;
}
.localist_template .box_header .extra_details p a:hover {
  border-color: #000000;
}
.localist_template .sectionheader {
  overflow: hidden;
  background-color: transparent;
}
.localist_template .sectionheader h3 {
  font-family: 'FrutigerLTW01-45Light722105';
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2em;
  color: #000000;
  padding: 0;
  text-align: right;
}
.localist_template .filter_header {
  display: none;
}
.localist_template .recent_activity_list .link_action {
  padding: 10px 0 20px;
}
.localist_template .recent_activity_list .link_action a {
  width: 100%;
  display: block;
  float: none;
  margin: 0 0 10px;
  padding: 12px 25px 10px;
  text-align: center;
}
@media only screen and (min-width: 500px) {
  .localist_template .recent_activity_list .link_action a {
    width: auto;
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    text-align: left;
  }
}
.localist_template .box_image a {
  display: block;
}
.localist_template .box_image a img {
  background-color: transparent;
  border-width: 0;
  padding: 0;
}
.localist_template .box_image a img.img_big {
  width: auto;
  height: auto;
  max-width: 100%;
}
.localist_template .user_action {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
.localist_template .user_action a {
  width: 100%;
  max-width: 240px;
  display: block;
  margin: 0 auto 10px;
  text-align: center;
}
.localist_template table.icon_item {
  border-width: 0;
  margin: 10px 0 30px;
}
.localist_template table.icon_item tr {
  border-width: 0;
}
.localist_template .nocontent {
  width: 100%;
  margin: 20px 0;
  padding: 30px 0;
}
.localist_template .nocontent p {
  font-family: 'FrutigerLTW01-45Light722105';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222222223em;
  color: #4c4c4c;
}
.localist_template .nocontent a {
  border-bottom: 1px solid #ffcc00;
  color: #4c4c4c;
  padding-bottom: 2px;
  text-decoration: none;
}
.localist_template .nocontent a:hover {
  border-color: #000000;
}
.localist_template #x-upload-selector {
  text-align: left;
}
.localist_template #x-upload-selector #new_image {
  width: auto;
  height: auto;
  background-color: transparent;
  border-width: 0;
  box-shadow: none;
  padding: 0;
}
.localist_template .pagearrow {
  position: relative;
  bottom: -10px;
}
.localist_template .page_numbers {
  font-family: 'FrutigerLTW01-45Light722105';
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1875em;
}
.localist_template .page_numbers a,
.localist_template .page_numbers div {
  background-color: #e6e6e6;
  border-width: 0;
  color: #000000;
  display: inline-block;
  padding: 10px 8px;
}
.no-touch .localist_template .page_numbers a:hover,
.no-touch .localist_template .page_numbers div:hover {
  background-color: #000000;
  border-width: 0;
  color: #ffcc00;
}
.localist_template .page_numbers .active_page {
  background-color: #000000;
  color: #ffcc00;
}
.localist_template .achievements .item {
  border-width: 0;
  margin: 0;
  padding: 4px 0;
}
.localist_template .achievements .item h3 span {
  font-family: 'FrutigerLTW01-67BoldCn';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333333333em;
}
.localist_template .box_content p {
  font-family: 'Sabon LT W01 Roman';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333333333em;
  text-align: left;
}
.localist_template .list_break h3 {
  font-family: 'FrutigerLTW01-45Light722105';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222222223em;
  border-color: #e6e6e6;
  color: #4c4c4c;
  margin: 20px 0;
  padding: 20px 0;
}
.localist_template #menu .action_menu li a,
.localist_template .nav_createevent,
.localist_template .pagination_container h5 a,
.localist_template .pagination_container h6 a,
.localist_template .recent_activity_list .link_action a {
  font-family: 'FrutigerLTW01-67BoldCn';
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1875em;
  background-color: #000000;
  border-radius: 0;
  border-width: 0;
  color: #ffcc00;
  font-weight: normal;
  letter-spacing: 2.28px;
  text-transform: uppercase;
}
.no-touch .localist_template #menu .action_menu li a:hover,
.no-touch .localist_template .nav_createevent:hover,
.no-touch .localist_template .pagination_container h5 a:hover,
.no-touch .localist_template .pagination_container h6 a:hover,
.no-touch .localist_template .recent_activity_list .link_action a:hover {
  background-color: #000000;
  color: #ffffff;
}
.localist_template .recent_activity_list .link_action a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2em;
  letter-spacing: 0.6px;
}
.localist_template .action_button a,
.localist_template .action_button a.link,
.localist_template .action_button input,
.localist_template .user_action a {
  font-family: 'FrutigerLTW01-67BoldCn';
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2em;
  background-color: #ffcc00;
  border-radius: 0;
  border-width: 0;
  color: #000000;
  display: inline-block;
  float: none;
  letter-spacing: 0.6px;
  padding: 14px 25px 10px;
  text-transform: uppercase;
}
.no-touch .localist_template .action_button a:hover,
.no-touch .localist_template .action_button a.link:hover,
.no-touch .localist_template .action_button input:hover,
.no-touch .localist_template .user_action a:hover {
  color: #ffffff;
  background-color: #000000;
}
.localist_template .user_action a {
  display: block;
}
.localist_template .filter_list label span,
.localist_template .sectionheader h3 span,
.localist_template .box_container h2 {
  font-family: 'FrutigerLTW01-45Light722105';
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2em;
  background-color: transparent;
  color: #ffb30a;
  display: inline-block;
  float: none;
  margin-bottom: 13px;
  padding: 0;
  letter-spacing: 2.14px;
}
.localist_template .filter_list label span:after,
.localist_template .sectionheader h3 span:after,
.localist_template .box_container h2:after {
  width: 40px;
  height: 6px;
  position: relative;
  top: -3px;
  background-color: #ffb30a;
  content: "";
  display: inline-block;
  margin-left: 8px;
}
.localist_template .sectionheader h3 span {
  float: left;
}
.localist_template .sectionheader h3 span.dateright {
  font-family: 'FrutigerLTW01-45Light722105';
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2em;
  color: #000000;
  float: right;
  letter-spacing: normal;
  padding: 0;
}
.localist_template .sectionheader h3 span.dateright:after {
  content: normal;
}
.localist_template .page_heading h1,
.localist_template .page_link h6,
.localist_template .page_link h5 {
  font-family: 'FrutigerLTW01-67BoldCn';
  font-size: 24px;
  font-size: 1.5rem;
  color: #000000;
  line-height: 1.2;
}
/*
		15 - Calendars & Events Landing
		===============================
	*/
/*
		16 - Event Detail
		=================
	*/
/*
		17 - Locked-Down/Alert Home
		===========================
	*/
.lockdown {
  background-color: #000000;
}
.lockdown .page {
  background-color: #ffffff;
}
.lockdown .page_content {
  padding-top: 40px;
  padding-bottom: 60px;
}
.lockdown .footer {
  background-color: #000000;
  color: #ffffff;
}
.lockdown .footer a {
  color: #ffffff;
}
.lockdown .event_update_block:first-child {
  background-color: #ffffff;
}
.lockdown .event_update_block:first-child .callout_content {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.lockdown .event_update_block:first-child .title:after {
  background-color: #000000;
}
.lockdown .contact_block .split.left,
.lockdown .contact_block .split.right {
  width: 50%;
}
/*
		18 - Third Party Template
		=========================
	*/
.third_party .page_content {
  padding-top: 40px;
  padding-bottom: 60px;
}
.third_party .secondary {
  height: 85px;
}
.third_party .secondary .mobile_logo_wrapper {
  padding-left: 0;
}
.third_party .back_link {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  color: #ffffff;
  letter-spacing: 0.03em;
  padding: 46px 20px 21px;
  text-transform: uppercase;
}
.third_party .back_link:after {
  background: url(../images/icons.svg) no-repeat -320px 0;
  width: 12px;
  height: 12px;
  content: '';
  display: inline-block;
  margin-left: 10px;
}
.no-svg .third_party .back_link:after {
  background-image: url(../images/icons.png);
}
.no-touch .third_party .back_link:hover {
  color: #ffcc00;
}
@media only screen and (min-width: 740px) {
  .third_party .mobile_logo_wrapper {
    width: auto;
    float: left;
  }
  .third_party .back_link {
    float: right;
  }
}
.third_party .footer .footer_logo {
  background-position: -370px -300px;
}
/* ==========================================================================
	Other
========================================================================== */
/* ==========================================================================
	Component Library
========================================================================== */
.component_library .cl_menu_button {
  background-color: #ccc;
  padding: 10px 20px;
}
.component_library .cl_menu_button.active,
.no-touch .component_library .cl_menu_button:hover {
  background-color: #333;
  color: #FFF;
}
.component_library .cl_header {
  padding: 30px 0 60px;
}
.component_library .cl_section {
  padding: 0 0 25px;
}
@media only screen and (min-width: 740px) {
  .component_library .cl_section {
    padding: 30px 0 40px;
  }
}
.component_library .cl_heading_container {
  margin: 25px 0 25px;
}
@media only screen and (min-width: 740px) {
  .component_library .cl_heading_container {
    margin: 40px 0 40px;
  }
}
.component_library .cl_subheading_container {
  margin-top: 40px;
}
.component_library .cl_subheading {
  margin-bottom: 30px;
}
.component_library .cl_color {
  margin-bottom: 20px;
  padding: 20px 20px 80px;
}
.component_library .cl_color.cl_color_bordered {
  border: 1px solid #E6E6E6;
}
.component_library .cl_font {
  margin: 0 0 50px;
}
.component_library .cl_headline {
  margin-bottom: 30px;
}
.component_library .cl_twitter {
  padding-bottom: 50px;
  padding-top: 30px;
}
.component_library .cl_twitter_container {
  padding: 20px 0;
}
.component_library .cl_twitter_header {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  color: #ffcc00;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
.component_library .cl_twitter_header:after {
  width: 50px;
  height: 6px;
  background-color: #ffcc00;
  content: '';
  display: block;
  margin-top: 15px;
}
/* ==========================================================================
	Customization
========================================================================== */
.component_library .cl_head {
  padding-bottom: 0;
}
.component_library .cl_header {
  padding-bottom: 15px;
  border-bottom: 6px solid #ffcc00;
  margin-bottom: 30px;
}
.component_library .cl_menu {
  margin-bottom: 30px;
  padding-top: 0;
}
.component_library .cl_menu_button {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'FrutigerLTW01-67BoldCn';
  width: 100%;
  height: 44px;
  background-color: #E6E6E6;
  color: #4C4C4C;
  display: block;
  line-height: 44px;
  margin-bottom: 5px;
  padding: 0 20px;
  text-transform: uppercase;
}
.component_library .cl_menu_button.active,
.no-touch .component_library .cl_menu_button:hover {
  background-color: #ffcc00;
  color: #3F320A;
}
@media only screen and (min-width: 740px) {
  .component_library .cl_menu_button {
    width: auto;
    height: 60px;
    border-right: 1px solid #CCC;
    display: inline-block;
    float: left;
    line-height: 60px;
  }
  .component_library .cl_menu_button:last-child {
    border-right: none;
  }
}
.component_library .cl_subheading_container {
  position: relative;
  z-index: 1;
}
.component_library .cl_subheading_container:after {
  width: 100%;
  height: 6px;
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #ffcc00;
  content: "";
  display: block;
  z-index: -1;
}
.component_library .cl_subheading {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'FrutigerLTW01-45Light722105';
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #000000;
  display: inline-block;
  padding-right: 15px;
}
.component_library .bg_gray_pale .cl_subheading {
  background-color: #f8f8f8;
}
.component_library .cl_label {
  font-family: 'FrutigerLTW01-67BoldCn';
  color: #A50000;
}
.component_library .cl_color {
  font-family: 'FrutigerLTW01-67BoldCn';
}
.component_library .cl_font_example {
  font-size: 36px;
  font-size: 2.25rem;
}
@media only screen and (min-width: 740px) {
  .component_library .cl_font_example {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
.component_library .colors_section .cl_heading_container {
  margin-bottom: 0;
}
.component_library .bg_gray_pale {
  margin-bottom: 30px;
  padding-top: 30px;
}
.component_library .news_events {
  margin-bottom: 30px;
  padding-bottom: 60px;
}
.component_library .news_events .section_title {
  margin-top: 50px;
}
.component_library .contact_block .callout_title {
  margin-top: 30px;
}
.component_library .callouts.in_content {
  padding-top: 0;
}
/* ------------------------------------------------
        Image Compliance with new ratios
    --------------------------------------------------- */
/* -------------------------------------------------
        Faculty Profiles were adjusted in main LESS files
    ---------------------------------------------------- */
@media only screen and (max-width: 499px) {
  .news_block .image img {
    height: 182px;
  }
}
@media only screen and (min-width: 500px) {
  .news_block .image img {
    height: 290px;
  }
}
@media only screen and (min-width: 740px) {
  .news_block .image img {
    height: 210px;
  }
}
@media only screen and (min-width: 980px) {
  .news_block .image img {
    height: 180px;
  }
}
@media only screen and (min-width: 1220px) {
  .behind .image img {
    height: 650px;
  }
  .news_block .image img {
    height: 225px;
  }
}
/* ------------------------------------------------
        Image Compliance with new ratios
    --------------------------------------------------- */
@media only screen and (min-width: 1220px) {
  .behind .image img {
    height: 650px;
  }
  .news_block .image img {
    height: 225px;
  }
}
.content_link_block .image img {
  height: 208px;
}
@media only screen and (min-width: 740px) {
  .content_link_block .callout_content {
    height: 208px;
  }
}
/* -------------------------------------------------------
    Image adjustment for left and right caption blocks
   ------------------------------------------------------- */
/* .image.block_left {
    max-width: 350px;
    min-width: 0;
}

.image.block_left img {
    
}

.image.block_right {
    max-width: 350px;
    min-width: 0;
}

 .image.block_left:first-of-type img {
	width: 100%;
} 

div.wysiwyg figure.image.block_left:first-of-type {
    width: 100%;
    max-width: 100%;
}

div.wysiwyg p + figure.image.block_left:first-of-type {
    max-width: 350px;
} */
/* ------------------------------------------------
        Emergency Scare Box and Emergency Page CSS
    --------------------------------------------------- */
.emergencyscript #sc-smartboard-container {
  width: 100%;
  background-color: #ffffff;
  padding-top: 1px;
  padding-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}
.emergencyscript #sc-smartboard-container .sc-smartboard-item:first-child {
  background: #ffffff;
}
.emergencyscript #sc-smartboard-container .sc-smartboard-item {
  background: #f8f8f8;
  border: 1px solid #eeeeee;
  border-top: 6px solid #ffcc00;
  margin: 30px 0px;
  box-sizing: border-box;
  width: 75%;
  font-size: 1.25rem;
  font-family: "Sabon LT W01 Roman";
  color: #000000;
  line-height: 22px;
  text-align: left;
  padding-bottom: 10px;
}
.emergencyscript #sc-smartboard-container .sc-smartboard-subject {
  margin: 50px 0px 0px 50px;
  font-size: 1.5rem;
  font-family: FrutigerLTW01-87ExtraBk;
  color: #000000;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: -0.03px;
}
.emergencyscript #sc-smartboard-container .sc-smartboard-subject::before {
  background-color: #ffcc00;
  width: 85px;
  height: 6px;
  content: "";
  display: block;
  margin-bottom: 30px;
}
.emergencyscript #sc-smartboard-container .sc-smartboard-item:last-child {
  border-bottom-width: 0;
}
.emergencyscript #sc-smartboard-container .sc-smartboard-datetime {
  margin: 10px 0px 0px 50px;
  font-size: 1.35rem;
  font-family: FrutigerLTW01-87ExtraBk;
  color: #000000;
  clear: both;
  float: left;
}
.emergencyscript #sc-smartboard-container .sc-smartboard-datetime::after {
  background-color: #000000;
  width: 50px;
  height: 4px;
  content: "";
  display: block;
  margin: 25px 0px;
}
.emergencyscript #sc-smartboard-container .sc-smartboard-message {
  clear: both;
  margin: 2px 10px 50px 50px;
  padding-top: 2px;
  padding-bottom: 5px;
  border-top: 0px;
}
.emergencyscript #sc-smartboard-container .sc-smartboard-message a {
  clear: both;
  color: #000000;
  text-decoration: underline;
  margin: 2px 10px 2px 0px;
  padding-top: 2px;
  padding-bottom: 5px;
  border-top: 0px;
}
#sc-smartboard-container {
  width: 100%;
  background-color: #e42c1f;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}
#sc-smartboard-container .sc-smartboard-item:first-child {
  margin-top: 30px;
}
#sc-smartboard-container .sc-smartboard-item {
  margin: 0 auto;
  width: 90%;
  font-size: 1.25rem;
  font-family: "Sabon LT W01 Roman";
  color: #ffffff;
  line-height: 22px;
  text-align: left;
}
#sc-smartboard-container .sc-smartboard-subject::before {
  background-color: #840017;
  width: 85px;
  height: 6px;
  content: "";
  display: block;
  margin-bottom: 30px;
}
#sc-smartboard-container .sc-smartboard-subject {
  margin: 2px 10px 0px 0px;
  font-size: 1.75rem;
  font-family: FrutigerLTW01-67BoldCn;
  color: #ffffff;
  line-height: 22px;
  letter-spacing: -0.03px;
}
#sc-smartboard-container .sc-smartboard-item:last-child {
  border-bottom-width: 0;
}
#sc-smartboard-container .sc-smartboard-datetime {
  margin: 10px 0px 0px 0px;
  font-size: 1.35rem;
  font-family: FrutigerLTW01-67BoldCn;
  color: #ffffff;
  clear: both;
  float: left;
}
#sc-smartboard-container .sc-smartboard-message {
  clear: both;
  margin: 20px 10px 30px 0px;
  padding-top: 10px;
  padding-bottom: 5px;
  border-top: 0px;
}
#sc-smartboard-container .sc-smartboard-message a {
  clear: both;
  color: #ffffff;
  text-decoration: underline;
  margin: 2px 10px 2px 0px;
  padding-top: 2px;
  padding-bottom: 5px;
  border-top: 0px;
}
/* -------------------------------------------------
        Table adjuments to allow for a smaller font
    ---------------------------------------------------- */
table.smallfont {
  font-size: .95em;
  clear: both;
}
table.smallfont th {
  font-weight: 300;
  padding: 15px 15px;
  font-family: "FrutigerLTW01-67BoldCn";
  line-height: 1.2;
  letter-spacing: 0em;
  color: #000000;
}
table.smallfont th p {
  font-weight: 300;
  font-size: .95em;
  font-family: "FrutigerLTW01-67BoldCn";
  line-height: 1.6;
  letter-spacing: 0em;
  color: #000000;
}
table.smallfont th a {
  font-weight: 300;
  font-size: .95em;
  font-family: "FrutigerLTW01-67BoldCn";
  line-height: 1.6;
  letter-spacing: 0em;
  color: #000000;
}
table.smallfont td {
  padding: 15px 15px;
  font-size: .95em;
  vertical-align: text-top;
}
table.smallfont td li:before {
  margin-top: 4px;
}
table.smallfont td li {
  font-size: .95em;
  letter-spacing: 0em;
}
table.smallfont td p {
  font-size: .95em;
  letter-spacing: 0em;
}
table.smallfont td a {
  font-size: .95em;
  letter-spacing: 0em;
  font-weight: normal;
}
table.mediumfont {
  font-size: 1em;
  clear: both;
}
table.mediumfont th {
  font-weight: 300;
  padding: 15px 15px;
  font-family: "FrutigerLTW01-67BoldCn";
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #000000;
}
table.mediumfont th p {
  font-weight: 300;
  font-size: 1em;
  font-family: "FrutigerLTW01-67BoldCn";
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #000000;
}
table.mediumfont th a {
  font-weight: 300;
  font-size: 1em;
  font-family: "FrutigerLTW01-67BoldCn";
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #000000;
}
table.mediumfont td {
  padding: 15px 15px;
  font-size: 1em;
}
table.mediumfont td li:before {
  margin-top: 4px;
}
table.mediumfont td li {
  font-size: 1em;
}
table.mediumfont td p {
  font-size: 1em;
}
table.mediumfont td a {
  font-size: 1em;
}
.stacker.stacker-table table thead th:first-child {
  text-transform: uppercase;
  font-family: "FrutigerLTW01-67BoldCn";
  font-weight: 300;
  color: #000000;
}
.stacker.stacker-table table thead th:first-child p {
  text-transform: uppercase;
  font-family: "FrutigerLTW01-67BoldCn";
  font-weight: 300;
  color: #000000;
}
.stacker.stacker-table table thead th:first-child a {
  text-transform: uppercase;
  font-family: "FrutigerLTW01-67BoldCn";
  font-weight: 300;
  color: #000000;
}
.stacker.stacker-table table thead th:last-child {
  text-transform: none;
  font-family: "Sabon LT W01 Roman";
  font-weight: normal;
  color: #4c4c4c;
}
.stacker.stacker-table table thead th:last-child p {
  text-transform: none;
  font-family: "Sabon LT W01 Roman";
  font-weight: normal;
  color: #4c4c4c;
}
.stacker.stacker-table table thead th:last-child a {
  text-transform: none;
  font-family: "Sabon LT W01 Roman";
  font-weight: normal;
  color: #4c4c4c;
}
.stacker.stacker-table table td:first-child {
  text-transform: uppercase;
  font-family: "FrutigerLTW01-67BoldCn";
  font-weight: 300;
  color: #000000;
}
.stacker.stacker-table table td:first-child p {
  text-transform: uppercase;
  font-family: "FrutigerLTW01-67BoldCn";
  font-weight: 300;
  color: #000000;
}
.stacker.stacker-table table td:first-child a {
  text-transform: uppercase;
  font-family: "FrutigerLTW01-67BoldCn";
  font-weight: 300;
  color: #000000;
}
/* ==========================================
    FACULTY BLOCK
=============================================*/
.full_width_profile_block .infotable {
  padding: 0px;
  margin: 0px;
  color: #fff0000;
  font-size: 15px;
  font-size: .9375rem;
  font-family: FrutigerLTW01-45Light722105;
  letter-spacing: .05em;
  text-rendering: optimizeLegibility;
  letter-spacing: 0em;
}
@media only screen and (max-width: 1219px) {
  .full_width_profile_block .infotable {
    border: 0px;
    padding: 0px;
    margin: 0px;
    color: #fff;
    font-size: 12px;
    font-size: .7375rem;
  }
}
@media only screen and (max-width: 739px) {
  .full_width_profile_block .infotable {
    border: 0px;
    padding: 0px;
    margin: 0px;
    color: #fff;
    font-size: 12px;
    font-size: .7375rem;
    font-family: FrutigerLTW01-45Light722105;
    letter-spacing: normal;
    text-rendering: optimizeLegibility;
  }
}
.full_width_profile_block .infotable .category {
  border: 0px;
  padding: 10px 15px 10px 0px;
  float: left;
  clear: both;
}
@media only screen and (max-width: 739px) {
  .full_width_profile_block .infotable .category {
    color: #ffcc00;
    font-size: 15px;
    font-size: .7375rem;
    padding: 0px;
    text-align: left;
  }
}
@media only screen and (max-width: 499px) {
  .full_width_profile_block .infotable .category {
    padding-top: 10px;
  }
}
.full_width_profile_block .infotable .info {
  padding: 10px 5px 10px 0px;
  display: block;
  margin-left: 67px;
}
@media only screen and (max-width: 979px) {
  .full_width_profile_block .infotable .info {
    padding: 10px 3px 10px 0px;
    /* clear: both; */
  }
}
@media only screen and (max-width: 739px) {
  .full_width_profile_block .infotable .info {
    padding: 0px 3px 10px 0px;
    font-size: 12px;
    font-size: .7375rem;
    vertical-align: top;
    text-align: left;
    /* clear: both; */
  }
}
@media only screen and (max-width: 499px) {
  .full_width_profile_block .infotable .info {
    border: 0px;
    padding: 10px 3px 10px 43px;
    margin: 0px;
    color: #fff;
    font-size: 12px;
    font-size: .7375rem;
  }
}
.full_width_profile_block .infotable .yellow {
  color: #ffcc00;
  vertical-align: top;
}
.full_width_profile_block .service_link {
  color: #ffffff;
  padding: 10px 0px 10px 0px;
  text-transform: none;
}
@media only screen and (max-width: 1219px) {
  .full_width_profile_block .service_link {
    font-size: 12px;
    font-size: .7375rem;
  }
}
@media only screen and (max-width: 739px) {
  .full_width_profile_block .service_link {
    font-size: 12px;
    font-size: .7375rem;
  }
}
@media only screen and (max-width: 499px) {
  .full_width_profile_block .callout_content {
    padding-top: 140px;
    padding-left: 5px;
  }
}
.full_width_profile_block .callout_content h2.name {
  font-size: 28px;
  margin-top: -30px;
  letter-spacing: normal;
}
.full_width_profile_block .rightcolumn {
  float: left;
  width: 50%;
  word-break: break-all;
}
@media only screen and (max-width: 499px) {
  .full_width_profile_block .rightcolumn {
    clear: both;
    float: none;
    font-size: 12px;
    font-size: .7375rem;
    width: 100%;
    word-wrap: break-word;
  }
}
.full_width_profile_block .leftcolumn {
  float: left;
  width: 50%;
  word-break: break-all;
}
@media only screen and (max-width: 499px) {
  .full_width_profile_block .leftcolumn {
    clear: both;
    float: none;
    font-size: 12px;
    font-size: .7375rem;
    width: 100%;
  }
}
.full_width_profile_block .callout_content a {
  color: #fff;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 499px) {
  .full_width_profile_block .service_link {
    font-size: 12px;
    font-size: .7375rem;
  }
}
.full_width_profile_block .service_link:before {
  height: 18px;
}
.full_width_profile_block .service_link.facebook:before {
  background-position: -15px -415px;
}
.full_width_profile_block .service_link.behance:before {
  background-position: -195px -415px;
}
.full_width_profile_block .service_link.linkedin:before {
  background-position: -39px -415px;
}
.full_width_profile_block .service_link.web:before {
  background-position: -267px -414px;
}
@media only screen and (min-width: 740px) and (max-width: 979px) {
  .full_width_profile_block .image img {
    margin-left: 0px;
    margin-top: 40px;
  }
}
.no-touch .full_width_profile_block .service_link:hover.facebook:before {
  background-position: -15px -444px;
}
.no-touch .full_width_profile_block .service_link:hover.behance:before {
  background-position: -195px -441px;
}
.no-touch .full_width_profile_block .service_link:hover.linkedin:before {
  background-position: -39px -444px;
}
.no-touch .full_width_profile_block .service_link:hover.web:before {
  background-position: -267px -443px;
}
.no-touch .custom_faculty:hover .image img {
  opacity: 1;
}
@media only screen and (max-width: 499px) {
  .no-touch .custom_faculty .callout_content {
    padding-top: 0px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 499px) {
  .custom_faculty .callout_content {
    padding-top: 0px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 740px) and (max-width: 979px) {
  .custom_faculty .image img {
    margin-left: -70px;
    margin-top: 0px;
  }
}

/* ==========================================================================
	Updates by Towson Web Development
========================================================================== */

/* =======================================
   Headings and Components on Faculty Page
   ======================================= */
    
    .page_content p.facultytitle {
        margin-top: -40px;
        font-size: 26px;
    }
    .gridlock .row .desktop-6 .facultyevent {
        margin-left: 0px;
    }
    .faculty_link {
        background: url(../images/icons.png) no-repeat 100px 100px;
        margin-right: 5px;
        width: 50px;
        height: 50px;
        border: none;
        border-radius: 100%;
        display: inline-block;
        overflow: hidden;
        text-indent: -100%;
        -webkit-transition: background-color .15s linear;
        transition: background-color .15s linear;
        float: right;
    }
    .faculty_link.backtotop {
        background-color: #e0e0e0;
        background-position: -665px -326px
    }
    .backtotoptext {
        visibility: hidden;
        opacity: 1;
        float: right;
        clear: both;
        font-size: 12px;
        font-size: .8575rem;
        font-family: FrutigerLTW01-45Light722105;
    }
    .backtotopwrap:hover .backtotoptext {
        visibility: visible;
        opacity: 1;
    }
    .faculty_link.backtotop:hover {
        background-color: rgba(75, 75, 75, 0.7);
    }
    
    
    /* ==============================================
   Mobile and Tablet Design Alterations
   ============================================== */
    
    @media screen and (min-width: 740px) and (max-width: 979px) {
        .gridlock .row .contained.tablet-half {
            padding-right: 20px;
        }
    }
    @media only screen and (min-width: 980px) {
        .gridlock .row .contained.tablet-half {
            padding-right: 20px;
        }
    }




/* ------------------------------------------------
150th Logo Update
---------------------------------------------------
*/

.logo {
    background: url(../images/icons.svg)no-repeat -10px -496px;
    width: 400px;
    height: 97px;
    display: block;
    line-height: 200px;
    text-indent: 200%;
    margin-left: -8px;
    margin-top:45px;
    overflow: hidden
}

.mobile_logo {
    background: url(../images/icons.svg)no-repeat -10px -330px;
    width: 247px;
    height: 60px;
    display: block;
    line-height: 41px;
    margin-top: 2px;
    overflow: hidden;
    text-indent: -200%
}

.third_party .footer .footer_logo {
    width: 240px;
    height: 71px;
    background-position: -430px -240px;
}

.lockdown .footer .footer_logo {
    width: 240px;
    height: 71px;
    background-position: -10px -330px;
}

/* -----------------------------------------------
Captions Update
--------------------------------------------------
*/

#boxer .boxer-position {
    font-size: 12px;
    font-size: .825rem;
}

#boxer .boxer-caption .caption {
    font-size: 1rem;
}


/* Fix for Special Use Case -- added 7/29 by OU + Andy Bell */
.by_the_numbers .top.numbers_adjust {
    height: 170px;
}
/* End Fix */


/* --------------------------------------------------
    Additional Social Media Icons
----------------------------------------------------- */

.contact_block .office_social_media_link.googleplus {
  background-color: #dd4b39;
  background-position: -690px -539px;
}
.no-touch .contact_block .office_social_media_link.googleplus:hover {
  background-color: rgba(221, 75, 57, 0.7);
}
.contact_block .office_social_media_link.youtube {
  background-color: #e52d27;
  background-position: -566px -540px;
}
.no-touch .contact_block .office_social_media_link.youtube:hover {
  background-color: rgba(229, 45, 39, 0.7);
}
.contact_block .office_social_media_link.linkedin {
  background-color: #4875B4;
  background-position: -502px -540px;
}
.no-touch .contact_block .office_social_media_link.linkedin:hover {
  background-color: rgba(72, 117, 180, 0.7);
}
.contact_block .office_social_media_link.instagram {
  background-color: #4E433C;
  background-position: -622px -538px;
}
.no-touch .contact_block .office_social_media_link.instagram:hover {
  background-color: rgba(78, 67, 60, 0.7);
}

/* ------------------------------------------------------
    Other Fixes
--------------------------------------------------------- */

/* .secondary_navigation_link:first-child {
    color: #ffcc00;
} */

.footer_utility_link:last-child {
    margin:0px 17px 0px -15px;
}

@media screen and (max-width: 499px) {
    .footer_utility_link:last-child {
        margin:0px 17px 0px 17px;
}
    
}

.recaptchatable #recaptcha_response_field {
	height: 20px;
}

.content_link_block {
	height: auto;
}

/*

.image.block_left img {
	width: 350px;
}

.image.block_right img {
	width: 350px;
}

.image.block_left:first-of-type img {
	width: 100%;
}

div.wysiwyg + figure.image.block_left img {
	width: 100%;
}

*/

tr.description.open td p a {
    text-transform: none;
    font-size: .95em;
    font-weight: normal;
    font-family: "Sabon LT W01 Roman";
    border-bottom: 1px solid #FC0;
    -webkit-transition: color 0.15s linear 0s, border-color 0.15s linear 0s;
            transition: color 0.15s linear 0s, border-color 0.15s linear 0s;
}

.coursecats {
	border-top-width: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;
	margin: 40px 0px;
	padding: 20px 20px 0px 20px;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
}

.image.block_hero {
	padding-bottom: 20px;
}

.program_search_results_full .program_link {
    border: 0;
}

/* for the in content carousel */
.gallery.in_content .controls {
    bottom: 0px;
}

/* for the drop down menus to appear below the calendar picker */
.selecter {
    z-index: 0;
}

/* for the Hero block to appear correctly */
.image.block_hero img[style] {
	width: 100% !important;
	height: auto !important;
}

.block_link .image img[style] {
    width: 100% !important;
    height: auto !important;
}

.flexible_sidebar_block .image img[style] {
    width: 100% !important;
    height: auto !important;
}

.full_width_profile_block .image img[style] {
    width: 100% !important;
    height: auto !important;
}

table.list .description td {
    padding-bottom: 0px;
}


@media screen and (max-width: 499px) {
	
	img#docmap[style] {
        width: 100% !important;
        height: auto !important;
    }
	
}

@media only screen and (min-width: 1220px) {
    .person_block .image {
        height: 360px;
    }
    
}

@media only screen and (min-width: 980px) {
    .person_block .image {
        height: 284px;
    }
    
}

@media only screen and (min-width: 980px) {
    .full_width_block .callout_content {
        height: 500px;
    }
}


/* =======================================================
      CAMPUS MAP
   ======================================================= */

.campusmapbuttons .picker {
    padding: 0px 3px 0px 0px;
}

.campusmapbuttons .picker .picker-handle {
    width: 15px;
    height: 15px;
    margin: 0px 5px 5px 0px;
}

.campusmapbuttons .picker .picker-label {
    font-size: .78rem;
    line-height: 14px;
}

@media screen and (max-width: 499px) {
	.campusmapbuttons[style]{
		float:none !important;
	}
	#parking_dd[style]{
		clear: both;
		margin-left: 0px !important;
	}
	
	#parking_dd .selecter {
		width: 300px;
	}
	
	#building_dd .selecter {
		width: 300px;
	}
	
}



/* ==========================================
    Form fixes
   ========================================== */

.picker {
    border-bottom: 0;
}

.picker:first-child {
    border-top: 0;
}

.stackcheckboxleft {
	float: left;
	margin-left: 10px;
}

.smallcheckboxes .stackcheckboxleft .picker {
    padding: 0px 3px 0px 0px;
}

.smallcheckboxes .stackcheckboxleft .picker .picker-handle {
    width: 15px;
    height: 15px;
    margin: 0px 5px 5px 0px;
}

.smallcheckboxes .stackcheckboxleft .picker .picker-label {
    font-size: .85rem;
    line-height: 14px;
}

/* =========================================
   Home Page Fixes
   ========================================= */

@media screen and (max-width: 499px) {
	
	.feature_block.tall .image img {
		width: 100%;
		height: auto;
	}
	
	.feature_block.tall .caption {
		position: absolute;
		bottom: -90px;
	}
	
	.feature_block .title {
		font-size: 1.50rem;
	}
	
}

@media screen and (min-width: 740px) {
	
	.feature_block.tall .image img {
		width: 100%;
		height: auto;
	}
	
	.feature_block.tall .caption {
		padding: 25px 20px;
	}
	
	.feature_block .title {
		font-size: 1.50rem;
	}
	
	
}

@media screen and (min-width: 500px) and (max-width: 979px) {
	
	.feature_block.tall .image img {
		width: 60%;
		height: auto;
	}
	
	.feature_block.tall .caption {
		width: 40%;
        height: auto;
        float: right;
        padding: 55px 20px 10px 20px;
	}
    
    .feature_block.tall.media .label {
        top: 0px;
    
    }
	
	.feature_block .title {
		font-size: 1.50rem;
	}
	
	
}

/* =======================
   VIDEO
   ======================= */

/* VIDEOS 
iframe {
    width: 100% !important;
    height: auto !important;
} */

.videocontainer {
	position:relative;
	padding-bottom:56.25%;
	padding-top:0px;
	height:0;
	overflow:hidden;
}

.videocontainer iframe, .videocontainer object, .videocontainer embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* =========================
   GOOGLE Search
   ========================= */

.gs-promotion a.gs-title:link em, .gs-promotion a.gs-title:link *, .gs-promotion .gs-snippet a:link em {
	font-family: arial,helvetica,sans-serif;
}

/* ===========================
   Offices and Services
   =========================== */

.directory_offices_services_template .letter_nav_button:after {
    left: 45%;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #ffcc00;
}

.directory_offices_services_template .letter_nav_button {
    margin-right: 4px;
    padding: 10px 5px;
}

.officeinfo.left {
        width: 25%;
        float: left;
        margin-top: -13px;
}

.directory_list_block .split.right {
    padding-top: 0px;
}

.officeinfo.right {
    width: 75%;
    padding-top: 0px;
    float: right;
}

.officeinfo.left.clearfix {
    clear: both;
}

.officeinfo {
    line-height: 1.4;
    padding-bottom: 15px;
}

.directory_list_block .split.left {
    width: 55%;
}

.directory_list_block .split.right {
    width: 45%;
}
.officeinfo p {
    line-height: 1.2;
}

.officeinfo h3 {
    padding-top: 1px;
}

.directory_list_block {
    padding-top: 20px;
    margin-bottom: 5px;
}


@media screen and (max-width: 499px) {
    .officeinfo.right {
        padding-left: 20px;
    }
    
    .directory_list_block .split.left, .directory_list_block .split.right {
        width: 99%;
    }
}

/* ==================================
   OTS Alerts
   ================================== */

.otsalertscontainer .otsalerts div {
	padding: 20px 20px 20px 40px;
	border-bottom: 1px #e6e6e6 solid;
}

.otsalertscontainer .otsalerts div:last-child {
	padding: 0px 0px 20px 0px;
	margin: 20px 40px 0px 40px
}

.otsalertscontainer {
	border-top: 6px #ffcc00 solid;
}

.otsalertsheading {
	padding: 20px 20px 20px 40px;
	font-size: 1.75rem;
	border-bottom: 1px #e6e6e6 solid;
	font-family: 'FrutigerLTW01-87ExtraBk';
	text-transform: uppercase;
}

.otsalerttitle {
	font-family: 'Sabon LT W01 Bold';
    font-size: 1.25rem;
}

.otsalerttitle a {
	border-bottom: 1px solid #ffcc00;
    font-size: 1.25rem;
}

.otsalertdate {
	font-family: 'Sabon LT W01 Roman';
    font-size: 1.025rem;
}

.otsalertinfo {
	font-family: 'Sabon LT W01 Roman';
    font-size: 1.025rem;
}

.otsalertbottom {
	font-family: 'Sabon LT W01 Roman';
    font-size: 1.025rem;
}

.otsalertbottomlink {
	font-family: 'FrutigerLTW01-67BoldCn';
	padding: 20px 20px 20px 40px;
	font-size: .875rem;
	color: #666666;
}

h2, .heading_2 {
	letter-spacing: -0.05em;
}

.page_content .block_hero .caption {
	padding: 0px 0px 20px 0px;
}


.gallery.behind .caption {
    background-color: #000000;
}

@media only screen and (min-width: 740px) {
    
    .gallery.above_content, .gallery.in_content {
        margin: 0px 0px 30px 0px;
    }
    
}


/* =======================================
   Link Changes
   ======================================= */

.page_content a {
    border-bottom: 1px solid #000000;
}

.no-touch .page_content a:hover {
    border-color: #ffcc00;
}

.link_button {
    border-bottom: 1px solid #000000;
}

.link_button:hover {
    border-bottom: 1px solid #ffcc00 !important;
}

.contact_block a {
    border-bottom: 1px solid #000000;
}

.no-touch .contact_block a:hover {
    border-color: #ffcc00;
}

/* =======================================
   Number Changes
   ======================================= */

ol li:before {
    color: #000000;
}

/* ======================================
   LOCALIST FIXES
   ====================================== */

.localist_template .localist-minical-container {
	margin-bottom: 0px;
}

#breadcrumbs {
	z-index: 0;
}

.localist_template .grid_8.alpha {
    margin-left: 50px; width: 675px;
}

@media screen and (max-width: 499px) {
    
    .localist_template .grid_8.alpha {
        margin-left: 0px; width: auto;
    }
    
    .localist_template #menu {
        width: 250px;
    }
    
    .localist_template #menu .nav-button {
        width: 50px;
    }
    
    .localist_template #menu .nav-button .icon-bar {
        background-color: #ffffff;
    }
}

::-moz-selection {
  background: #b7b7ff !important; /* WebKit/Blink Browsers */
}

::selection {
  background: #b7b7ff !important; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #b7b7ff !important; /* Gecko Browsers */
}

input, textarea {
	background-color: #f3f3f3;
}

@media screen and (max-width: 499px) {
	
	.home_look_gallery .caption .inner {
		padding: 10px 40px;
	}

	.gallery .caption {
		font-size: .75rem;
		line-height: 1rem;
		font-family: 'FrutigerLTW01-67BoldCN';
	}
}

.feature_block.gold.large .label,
.feature_block.gold.media .label {
  background-color: #ffcc00;
  color: #000000;
}
.feature_block.gold.text {
  background-color: #ffcc00;
}
.feature_block.gold.text .title {
  color: #000000;
}
.feature_block.gold.text .label span {
  background-color: #ffcc00;
  color: #000000;
}
.feature_block.gold.text .label:after {
  background-color: #000000;
}
.feature_block.gold.text .description {
  color: #000000;
}
.no-touch .feature_block.gold.text:hover .title {
  color: #000000;
}

/* =========================================
   Microsite Changes
   ========================================= */

.mobile-full.tablet-full.desktop-6.micro_footer_name {
	width: 35%;
}

.mobile-full.tablet-full.desktop-6.micro_footer_location {
	width: 58%;
}

select#select_category {
    margin-top: 20px;
}

