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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

.cols {
  clear: both;
}

.cols:before, .cols:after {
  content: " ";
  display: table;
  height: 0;
  clear: both;
  font-size: 1px;
  line-height: 0px;
  visibility: hidden;
}

html.lt-ie8 .cols {
  overflow: hidden;
}

.link-list .ceip-icon,
.button-list .ceip-icon {
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}


.list-across,
.list-across-spaced,
.list-across-spaced--more, .clean-list, .list-across-divided {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-across li, .list-across-spaced li, .list-across-spaced--more li, .clean-list li, .list-across-divided li {
  margin: 0;
}

.tag {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-list > li, .button-list > li {
  padding: 0;
  margin: 0;
}

.link-list > li > a, .button-list > li > a {
  display: block;
  padding: 5px;
}

.link-list > li > a:hover, .button-list > li > a:hover {
  background: #e4e3dd;
  text-decoration: none;
}

.list-across > li, .list-across-spaced > li, .list-across-spaced--more > li {
  float: none;
  display: inline-block;
  margin-right: 10px;
}

.list-across > li:last-child, .list-across-spaced > li:last-child, .list-across-spaced--more > li:last-child {
  margin-right: 0;
}

.tag {
  display: inline-block;
  text-transform: uppercase;
  background: #ccc7c2;
  border: 1px solid #e4e3dd;
  padding: 3px;
  padding: 0.2rem;
  line-height: 1;
  border-radius: 5px;
  color: white;
  font-family: arial, helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.8rem;
}

.tag:hover {
  background: #635a4f;
  text-decoration: none;
  border-color: #ccc7c2;
}

.quote {
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
}

.flex-vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@font-face {
  font-family: "FrutigerNeueLTW02-CnBoo 775064";
  src: url("/fonts/a3ffd8a8-f7cf-4b4b-aeeb-023f98e282aa.eot?#iefix");
  src: url("/fonts/a3ffd8a8-f7cf-4b4b-aeeb-023f98e282aa.eot?#iefix") format("eot"), url("/fonts/110752fd-247d-48b6-b69b-fa2ddb8fd341.woff2") format("woff2"), url("/fonts/f92b4ff8-0cdf-40fa-a1c5-594f283d17d7.woff") format("woff"), url("/fonts/745775b7-ff92-4606-8980-7e93944d6b9f.ttf") format("truetype"), url("/fonts/a83f290d-e2d2-4a31-9a3c-5141ae5fa259.svg#a83f290d-e2d2-4a31-9a3c-5141ae5fa259") format("svg");
}

@font-face {
  font-family: "FrutigerNeueLTW02-CnMd";
  src: url("/fonts/910ee5ba-f133-472b-b324-758c157fe702.eot?#iefix");
  src: url("/fonts/910ee5ba-f133-472b-b324-758c157fe702.eot?#iefix") format("eot"), url("/fonts/5ecbfff6-9b9d-4687-8abc-b03f3c87ca69.woff2") format("woff2"), url("/fonts/6a2bba3b-7cc9-41f1-a7a9-ab0663a80117.woff") format("woff"), url("/fonts/855d17db-09a2-446d-a7ea-17c0b527a35d.ttf") format("truetype"), url("/fonts/5d4b5cb3-7521-4627-a524-6fe03ccc2f47.svg#5d4b5cb3-7521-4627-a524-6fe03ccc2f47") format("svg");
}

@font-face {
  font-family: "FrutigerNeueLTW02-CnBlk 775104";
  src: url("/fonts/cdc94529-98ca-45f0-9f0d-a0b8608a64c3.eot?#iefix");
  src: url("/fonts/cdc94529-98ca-45f0-9f0d-a0b8608a64c3.eot?#iefix") format("eot"), url("/fonts/e1480cd2-a5d3-4863-928e-6d949137d03d.woff2") format("woff2"), url("/fonts/0a5e55ff-d9e1-4eba-97be-d41bcd7a83de.woff") format("woff"), url("/fonts/48e413d3-ebf6-4c08-a07c-95ff8e95b61e.ttf") format("truetype"), url("/fonts/4a44f59a-0954-40c3-a53c-612dcdf0c505.svg#4a44f59a-0954-40c3-a53c-612dcdf0c505") format("svg");
}

@font-face {
  font-family: "NeueFrutigerW10-CdBook";
  src: url("/fonts/5806e4cb-cb82-4933-8208-cd0370940046.eot?#iefix");
  src: url("/fonts/5806e4cb-cb82-4933-8208-cd0370940046.eot?#iefix") format("eot"), url("/fonts/d8acf45b-780b-422b-988b-8ac66a4b3b92.woff2") format("woff2"), url("/fonts/75640ca0-526b-4324-a966-72a62c389504.woff") format("woff"), url("/fonts/28df4324-543d-48fd-be24-adf077c8ce25.ttf") format("truetype"), url("/fonts/cace41ed-ab36-4408-a13e-cd712e4903c2.svg#cace41ed-ab36-4408-a13e-cd712e4903c2") format("svg");
}

@font-face {
  font-family: "NeueFrutigerW10-CdMediu 892794";
  src: url("/fonts/1c5cfddd-72a0-456b-85a7-a80a5786a7a5.eot?#iefix");
  src: url("/fonts/1c5cfddd-72a0-456b-85a7-a80a5786a7a5.eot?#iefix") format("eot"), url("/fonts/06d7ef47-69d1-47e7-b635-2b05578fa638.woff2") format("woff2"), url("/fonts/aaecea6d-06f8-45f2-bca8-376e23907a70.woff") format("woff"), url("/fonts/fb401804-6c9f-4933-bda9-7b55898602b4.ttf") format("truetype"), url("/fonts/462623c4-400e-4aad-a21a-cc527c2131a2.svg#462623c4-400e-4aad-a21a-cc527c2131a2") format("svg");
}

@font-face {
  font-family: "NeueFrutigerW10-CdBlack 892812";
  src: url("/fonts/0b7601c9-a3c9-4ec1-8c30-fe5d4445c3c9.eot?#iefix");
  src: url("/fonts/0b7601c9-a3c9-4ec1-8c30-fe5d4445c3c9.eot?#iefix") format("eot"), url("/fonts/679a1825-ccf9-4b99-aeb1-bc99b4069cf7.woff2") format("woff2"), url("/fonts/5a471263-c8c6-4636-ad7a-081577b7c3d8.woff") format("woff"), url("/fonts/ef032a78-c308-4934-893c-8be5eed89d3a.ttf") format("truetype"), url("/fonts/7319045b-972c-4528-8cac-2b4e6e243e3a.svg#7319045b-972c-4528-8cac-2b4e6e243e3a") format("svg");
}

@font-face {
  font-family: "Frutiger Neue LT W06 Thin";
  src: url("/fonts/65e8e636-c8bd-465d-b59c-0a6a975e7e4e.eot?#iefix");
  src: url("/fonts/65e8e636-c8bd-465d-b59c-0a6a975e7e4e.eot?#iefix") format("eot"), url("/fonts/ca9c0395-d220-494c-8421-f2b4716e362b.woff2") format("woff2"), url("/fonts/58c43d42-f6b2-4cac-9dc8-232ba23cdb20.woff") format("woff"), url("/fonts/31722e5a-a6f0-4f55-b6df-ccdbf6500807.ttf") format("truetype"), url("/fonts/a791ca23-e805-42eb-8d53-ec2d87754833.svg#a791ca23-e805-42eb-8d53-ec2d87754833") format("svg");
}

@font-face {
  font-family: "Frutiger Neue LT W06 Thin It";
  src: url("/fonts/d37798a7-1af3-4f60-b53f-d7b003a8b231.eot?#iefix");
  src: url("/fonts/d37798a7-1af3-4f60-b53f-d7b003a8b231.eot?#iefix") format("eot"), url("/fonts/8a34cd1a-6292-4c05-bde7-a84fd37c0746.woff2") format("woff2"), url("/fonts/7c3f0c48-92bd-4c8b-ad0f-39ccefc5186a.woff") format("woff"), url("/fonts/865b6a85-faa6-45fc-9f90-15a35600b26c.ttf") format("truetype"), url("/fonts/4eb3ddc1-a6b4-43bd-b0bb-25a92e90ab05.svg#4eb3ddc1-a6b4-43bd-b0bb-25a92e90ab05") format("svg");
}

@font-face {
  font-family: "Frutiger Neue LT W06 Book";
  src: url("/fonts/0e30381f-4f13-4f10-bf2a-fa8d6d077dcf.eot?#iefix");
  src: url("/fonts/0e30381f-4f13-4f10-bf2a-fa8d6d077dcf.eot?#iefix") format("eot"), url("/fonts/86fb3670-1e3d-4833-8fc2-37dfba73680d.woff2") format("woff2"), url("/fonts/4927cdec-3339-45ba-9da1-090dd5d6f254.woff") format("woff"), url("/fonts/b819c910-4f85-4985-98ee-c8e51ddb492c.ttf") format("truetype"), url("/fonts/8d6f3d18-9a5a-41db-9657-fe11853abaaa.svg#8d6f3d18-9a5a-41db-9657-fe11853abaaa") format("svg");
}

@font-face {
  font-family: "Frutiger Neue LT W06 Book It";
  src: url("/fonts/11e26a99-9d2f-477d-b8c3-9a3bd57fd37d.eot?#iefix");
  src: url("/fonts/11e26a99-9d2f-477d-b8c3-9a3bd57fd37d.eot?#iefix") format("eot"), url("/fonts/1fc806a9-f067-4911-9ae6-14a84ef42ce8.woff2") format("woff2"), url("/fonts/7aca50ea-9be5-4cc7-8b2b-1dd720dfec3c.woff") format("woff"), url("/fonts/309eca34-5493-46f8-bdf1-e74b3cae917a.ttf") format("truetype"), url("/fonts/75afaa19-f87b-4c07-b250-3c0756e102fa.svg#75afaa19-f87b-4c07-b250-3c0756e102fa") format("svg");
}

@font-face {
  font-family: "Frutiger Neue LT W06 Bold";
  src: url("/fonts/5656fd28-0c8a-45fd-bd99-f3d798e777c5.eot?#iefix");
  src: url("/fonts/5656fd28-0c8a-45fd-bd99-f3d798e777c5.eot?#iefix") format("eot"), url("/fonts/d13f4ce3-6d5f-4e11-b7a6-9cde6f1624a0.woff2") format("woff2"), url("/fonts/9147fb15-b4da-4721-8ed8-d82293660aec.woff") format("woff"), url("/fonts/82654d6a-ec17-4dcc-be94-5092663b0bd2.ttf") format("truetype"), url("/fonts/2f96c1cb-f1c3-433f-aa09-21e3d556d1f6.svg#2f96c1cb-f1c3-433f-aa09-21e3d556d1f6") format("svg");
}

@font-face {
  font-family: "Frutiger Neue LT W06 Bold It";
  src: url("/fonts/a8b1dd7d-e6a6-4c67-882d-26821952f1c4.eot?#iefix");
  src: url("/fonts/a8b1dd7d-e6a6-4c67-882d-26821952f1c4.eot?#iefix") format("eot"), url("/fonts/f0b6fc25-0ce8-493e-9ee4-551d039329dc.woff2") format("woff2"), url("/fonts/38317c07-4f60-49f1-93e5-bba5c0c68a20.woff") format("woff"), url("/fonts/e5005ac7-489a-4890-9558-bf4e35f35dca.ttf") format("truetype"), url("/fonts/d209118f-44a7-4c6b-8ab8-5a698f2eed7b.svg#d209118f-44a7-4c6b-8ab8-5a698f2eed7b") format("svg");
}

@font-face {
  font-family: "FrutigerLTW01-47LightCn";
  src: url("/fonts/e5b1a25e-0d2b-4aec-8672-da21553f205d.eot?#iefix");
  src: url("/fonts/e5b1a25e-0d2b-4aec-8672-da21553f205d.eot?#iefix") format("eot"), url("/fonts/5ff03272-db79-41a8-ba43-504e794a61b3.woff2") format("woff2"), url("/fonts/e59898b4-93a8-4df7-885a-7806f9f0604d.woff") format("woff"), url("/fonts/85928e7e-2ace-4f1d-be54-b11c333a8d97.ttf") format("truetype"), url("/fonts/89390d0d-7a62-493d-9e77-9c162a709520.svg#89390d0d-7a62-493d-9e77-9c162a709520") format("svg");
}

@font-face {
  font-family: "FrutigerLTW01-67BoldCn";
  src: url("/fonts/a3a15351-8e3c-4c29-82e6-15b106c2181f.eot?#iefix");
  src: url("/fonts/a3a15351-8e3c-4c29-82e6-15b106c2181f.eot?#iefix") format("eot"), url("/fonts/d9235e39-d563-4c19-bdad-bb1bcd8c692d.woff2") format("woff2"), url("/fonts/f1f95a55-f0c6-4fb5-8939-b93160b7a751.woff") format("woff"), url("/fonts/032fd83c-fe79-47fa-9dda-0a3f03bd0506.ttf") format("truetype"), url("/fonts/17f04727-b70e-460f-8b5c-c8cd21771240.svg#17f04727-b70e-460f-8b5c-c8cd21771240") format("svg");
}

@font-face {
  font-family: "FrutigerLTW01-87ExtraBk";
  src: url("/fonts/7ee7e6db-f32b-4199-ae77-73ffbf62e6ec.eot?#iefix");
  src: url("/fonts/7ee7e6db-f32b-4199-ae77-73ffbf62e6ec.eot?#iefix") format("eot"), url("/fonts/c6533a65-41a9-4c0f-8614-61efa2eb4556.woff2") format("woff2"), url("/fonts/6fb42ae0-a24e-4927-930d-47b462560e78.woff") format("woff"), url("/fonts/7522a4a8-1787-4cc6-a72a-3c56c39c2abe.ttf") format("truetype"), url("/fonts/ba4991ce-c7b2-48ad-b711-8403662ff6d7.svg#ba4991ce-c7b2-48ad-b711-8403662ff6d7") format("svg");
}

@font-face {
  font-family: "FrutigerLTW20-55Roman";
  src: url("/fonts/70e7445b-bf3a-4454-afcb-8751be709d1f.eot?#iefix");
  src: url("/fonts/70e7445b-bf3a-4454-afcb-8751be709d1f.eot?#iefix") format("eot"), url("/fonts/1e344912-2d66-4683-b950-2ffc155b8cc2.woff2") format("woff2"), url("/fonts/d05c6c4a-9731-44a4-b39d-0456c0757826.woff") format("woff"), url("/fonts/5fa9f06e-4a5b-48c5-8f33-bf2064a4cf91.ttf") format("truetype"), url("/fonts/d06bdbba-ef62-455e-a7e3-33085f73bb05.svg#d06bdbba-ef62-455e-a7e3-33085f73bb05") format("svg");
}

@font-face {
  font-family: "Frutiger LT W20 57 Cn";
  src: url("/fonts/6f2e2c70-5576-4cfe-b316-eba6e2b2d093.eot?#iefix");
  src: url("/fonts/6f2e2c70-5576-4cfe-b316-eba6e2b2d093.eot?#iefix") format("eot"), url("/fonts/a27593e1-87d9-4410-8c95-1d18867c9891.woff2") format("woff2"), url("/fonts/5e20dbc4-82a8-4f74-b487-3463a0699a32.woff") format("woff"), url("/fonts/6637e82d-d5cb-49ee-b768-3036ceb1d5ae.ttf") format("truetype"), url("/fonts/68eacbe9-77c2-4fcf-a266-eca1ba9119b4.svg#68eacbe9-77c2-4fcf-a266-eca1ba9119b4") format("svg");
}

@font-face {
  font-family: "FrutigerLTW20-77BlackCn";
  src: url("/fonts/98554784-2bfa-45fe-86f4-dca4d13f1068.eot?#iefix");
  src: url("/fonts/98554784-2bfa-45fe-86f4-dca4d13f1068.eot?#iefix") format("eot"), url("/fonts/28400b62-02c9-40e9-bcca-a64295516b4b.woff2") format("woff2"), url("/fonts/f0696075-d00f-4e71-bcb0-eab952543220.woff") format("woff"), url("/fonts/f250e6b7-60af-480a-925a-999532297168.ttf") format("truetype"), url("/fonts/105914ad-5c9f-4a8f-a9f0-b0991ec705e1.svg#105914ad-5c9f-4a8f-a9f0-b0991ec705e1") format("svg");
}

@font-face {
  font-family: "GaramondPremierW08-Capt";
  src: url("/fonts/2fc2231a-5a88-4f62-92b4-2f0887ca84c0.eot?#iefix");
  src: url("/fonts/2fc2231a-5a88-4f62-92b4-2f0887ca84c0.eot?#iefix") format("eot"), url("/fonts/a73819c0-2f8a-4524-8f7e-f33d572f3098.woff2") format("woff2"), url("/fonts/85784df3-78c1-42e6-9c0e-0b3438411ad2.woff") format("woff"), url("/fonts/17628a9d-5c21-4597-856e-c8f8b854e472.ttf") format("truetype"), url("/fonts/ce97f1f2-5bed-4efa-9e4d-c20b67564b3d.svg#ce97f1f2-5bed-4efa-9e4d-c20b67564b3d") format("svg");
}

@font-face {
  font-family: "GaramondPremierW08-ItCa";
  src: url("/fonts/a13b9127-d9a2-4459-b76d-690d9a740c0c.eot?#iefix");
  src: url("/fonts/a13b9127-d9a2-4459-b76d-690d9a740c0c.eot?#iefix") format("eot"), url("/fonts/852408e2-4d3d-4011-94e8-36ba1b5c50da.woff2") format("woff2"), url("/fonts/33435d37-5113-421c-b313-945b25c61ffc.woff") format("woff"), url("/fonts/e6c0e94d-4bc2-429e-9450-b545d5e3bc90.ttf") format("truetype"), url("/fonts/582261d6-e199-480a-82f7-bda224afd4f9.svg#582261d6-e199-480a-82f7-bda224afd4f9") format("svg");
}

@font-face {
  font-family: "GaramondPremierW08-Semb1166454";
  src: url("/fonts/2e80338c-18b8-464d-85f4-ebb916a22e12.eot?#iefix");
  src: url("/fonts/2e80338c-18b8-464d-85f4-ebb916a22e12.eot?#iefix") format("eot"), url("/fonts/72ca9374-86f9-468a-ae3a-e9160a4a691d.woff2") format("woff2"), url("/fonts/cb2086da-d843-44a3-9fda-25cb47e21d7e.woff") format("woff"), url("/fonts/c5acb7e6-0f0b-40de-adce-7e845ccacbee.ttf") format("truetype"), url("/fonts/7145582a-b55d-4231-9fa3-b5fdf4b2d879.svg#7145582a-b55d-4231-9fa3-b5fdf4b2d879") format("svg");
}

@font-face {
  font-family: "GaramondPremierW08-Smbd1167193";
  src: url("/fonts/def58823-4bcb-4bd3-a0a0-4d5c81d4e87c.eot?#iefix");
  src: url("/fonts/def58823-4bcb-4bd3-a0a0-4d5c81d4e87c.eot?#iefix") format("eot"), url("/fonts/64b389a2-94db-4060-aa98-dc051e65201d.woff2") format("woff2"), url("/fonts/dba4de61-73c6-4f5f-a038-ef022b271236.woff") format("woff"), url("/fonts/942251f9-e3b3-4e38-a1bc-dfc08fdeacea.ttf") format("truetype"), url("/fonts/d68c977d-1e04-45b9-884a-22f432705482.svg#d68c977d-1e04-45b9-884a-22f432705482") format("svg");
}

@font-face {
  font-family: "MHei PRC Medium";
  src: url("/fonts/a05975aa-3e0d-47f0-b2a2-3d5ab3bdcd4f.eot?#iefix");
  src: url("/fonts/a05975aa-3e0d-47f0-b2a2-3d5ab3bdcd4f.eot?#iefix") format("eot"), url("/fonts/3d2cfba4-d1f1-41c4-9572-d6ad585027ae.woff2") format("woff2"), url("/fonts/e2a7dbb1-683b-43f9-93c3-3c90bd796947.woff") format("woff"), url("/fonts/209e9e03-c8da-484c-8b2f-0fa5504f0850.ttf") format("truetype"), url("/fonts/c0b5e77b-a1e7-4989-ae5a-7fa992240b4d.svg#c0b5e77b-a1e7-4989-ae5a-7fa992240b4d") format("svg");
}

@font-face {
  font-family: "MHei PRC Bold";
  src: url("/fonts/0b85aa83-e449-4a97-b056-567283e34f63.eot?#iefix");
  src: url("/fonts/0b85aa83-e449-4a97-b056-567283e34f63.eot?#iefix") format("eot"), url("/fonts/01d1ba12-fd66-4482-9c1f-2575e0c7c3a9.woff2") format("woff2"), url("/fonts/6e492d69-4e39-4717-a5bf-81c3c6054266.woff") format("woff"), url("/fonts/accfa525-7961-48ca-ac81-4f8a9b90a571.ttf") format("truetype"), url("/fonts/abee04b2-133d-4c23-9f53-08cfe61704bd.svg#abee04b2-133d-4c23-9f53-08cfe61704bd") format("svg");
}

@font-face {
  font-family: "MHei PRC Xbold";
  src: url("/fonts/7a07dde9-a274-4f29-ada9-c5b4d7c19d42.eot?#iefix");
  src: url("/fonts/7a07dde9-a274-4f29-ada9-c5b4d7c19d42.eot?#iefix") format("eot"), url("/fonts/cab652ee-af3f-470b-86be-61bea966801f.woff2") format("woff2"), url("/fonts/be802a9b-cf43-4d15-8c64-8dd27afaba9e.woff") format("woff"), url("/fonts/bd48d38e-54d2-4e5a-bd6f-952d39bfb026.ttf") format("truetype"), url("/fonts/d38dabfb-09e7-4594-af43-e0663fcb8b5f.svg#d38dabfb-09e7-4594-af43-e0663fcb8b5f") format("svg");
}

* {
  border: none;
  padding: 0;
  margin: 0;
}

html {
  font-size: 17px;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
  color: #333;
  line-height: 1.5;
  padding-top: 67px;
}

@media (max-width: 767px) {
  body {
    padding-top: 52px;
  }
}

a {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  color: #3d71b7;
}

a:hover {
  text-decoration: underline;
}

.zone-1 a,
.zone-2 a {
  word-wrap: break-word;
}

.h,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin-bottom: 7.5px;
  font-weight: normal;
}

.h1,
h1 {
  color: black;
  clear: both;
  font-size: 51px;
  font-size: 3rem;
  margin: 0 0 15px;
}

@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 43px;
    font-size: 2.5rem;
  }
}

.h2,
.h3,
h2,
h3 {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.h2,
.h4,
h2,
h4 {
  color: #635a4f;
}

.h5,
.h6,
h5,
h6 {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.h2,
h2 {
  font-size: 31px;
  font-size: 1.8rem;
}

.h3,
h3 {
  font-size: 27px;
  font-size: 1.6rem;
  color: #998b7b;
}

.h4,
h4 {
  font-size: 24px;
  font-size: 1.4rem;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.h5,
h5 {
  font-size: 20px;
  font-size: 1.2rem;
}

.h6,
h6 {
  font-size: 19px;
  font-size: 1.1rem;
}

ol,
ul {
  margin-left: 15px;
}

li,
p,
form,
table {
  margin-bottom: 15px;
}

em,
i,
.em {
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
}

img {
  max-width: 100%;
}

blockquote {
  border-top: 1px solid #ccc7c2;
  border-bottom: 1px solid #ccc7c2;
  color: #998b7b;
  font-family: "FrutigerNeueLTW02-CnBoo 775064", "Arial Narrow", Arial, sans-serif;
  font-size: 24px;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 30px 30px 30px -30px;
  padding: 15px 15px 15px 30px;
  width: 55%;
  text-align: right;
}

blockquote.tweet {
  background: transparent url(/layout-images/skin/2010/TwitterBird.png) no-repeat scroll left 0;
}

@media (max-width: 767px) {
  blockquote {
    float: none;
    width: auto;
    margin: 30px 0;
    padding-left: 15px;
    clear: both;
  }
}

blockquote.textBox {
  float: left;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9rem;
  line-height: normal;
  margin: 30px 30px 30px -30px;
  padding: 3.75px 15px 3.75px 30px;
  text-align: left;
}

.blockquote-alt {
  clear: both;
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  color: #998b7b;
  display: block;
  font-weight: normal;
  font-size: 34px;
  font-size: 2rem;
  line-height: 1.1;
  margin: 7.5px 35% 30px 30px;
}

@media (max-width: 767px) {
  .blockquote-alt {
    margin: 30px;
  }
}

label {
  display: block;
  font-weight: 700;
}

label span {
  font-weight: 300;
}

label.inline-block {
  margin-right: 15px;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
textarea {
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 1px 1px 3px #ccc;
  box-shadow: inset 1px 1px 3px #ccc;
  font-weight: normal;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
  background-color: #fff;
  border-color: #a28556;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(162, 133, 86, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(162, 133, 86, 0.25);
}

select {
  border: 1px solid #ccc;
  background: white;
}

textarea {
  display: block;
  width: 100%;
}

pre {
  margin: 15px 0;
  background: gray;
  color: lightgray;
  padding: 7.5px;
}

th {
  text-align: left;
  background: #e4e3dd;
}

td,
th {
  padding: 7.5px;
  border-bottom: 1px solid #e4e3dd;
}

table.last-row-borderless tr:last-child td {
  border-bottom: 0;
}

dl {
  margin-top: 0;
  overflow: hidden;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
  float: left;
  clear: both;
}

dd {
  margin-left: 15px;
  margin-bottom: 15px;
  float: left;
  overflow: hidden;
}

.highlight-on-dark-bg {
  color: #fffcd5;
}

.quote-attribution {
  display: block;
  font-size: 14px;
  font-size: 0.8rem;
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  margin-top: 15px;
}

.photo-caption {
  color: #635a4f;
  display: inline-block;
  text-align: right;
  font-size: 14px;
  font-size: 0.8rem;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  line-height: normal;
  margin-top: 5px;
}

.tag--disabled {
  background: white !important;
  color: #ccc !important;
  border: 1px solid #e4e3dd !important;
}

.tag .icon-arrow-down {
  line-height: 1.2;
}

a.tag {
  color: white !important;
}

a.tag--disabled {
  color: #ccc !important;
}

.arrow-down-link {
  display: inline-block;
}

.arrow-down-link.no-margin-right:after {
  margin-right: 0;
}

.arrow-down-link:after {
  content: "";
  display: inline-block;
  border-top: 10px solid;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin: 0 15px 0 5px;
}

.element-reset {
  padding: 0;
  border: 0;
  margin: 0;
}

.mobile-only {
  display: none;
}

@media (max-width: 1024px) {
  .mobile-only {
    display: block;
  }
}

.hide-mobile {
  display: block;
}

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

.div-sample {
  height: 100px;
}

.div-sample.light-gray {
  background: #f5f5f5;
}

.div-sample.medium-gray {
  background: #e6e7e8;
}

.div-sample.dark-gray {
  background: #929497;
}

.div-sample.darkest-gray {
  background: #636466;
}

.div-sample.teal {
  background: #00a79d;
}

.div-sample.carnegie-blue {
  background: #003A63;
}

.div-sample.copper {
  background: #89684F;
}

.div-sample.dark-gray-new {
  background: #6e6e71;
}

.div-sample.medium-gray-new {
  background: #a7a9ac;
}

.div-sample.light-gray-new {
  background: #e6e7e8;
}

.div-sample.dark-blue {
  background: #00365E;
}

.div-sample.medium-blue {
  background: #3183b1;
}

.div-sample.light-blue {
  background: #27aae1;
}

.div-sample.beige {
  background: #b99763;
}

.div-sample.medium-beige {
  background: #c2ac97;
}

.div-sample.light-beige {
  background: #e3d3c5;
}

.div-sample.red {
  background: #ef4136;
}

.div-sample.yellow {
  background: #fbb040;
}

.div-sample.purple {
  background: #812160;
}

.div-sample.black {
  background: #000;
}

.list-spaced > li, .list-spaced--more > li, .list-spaced--less > li {
  margin-bottom: 15px;
}

.list-spaced--more > li {
  margin-bottom: 30px;
}

.list-spaced--less > li {
  margin-bottom: 7.5px;
}


.list-across li {
  margin-bottom: 10px;
}


.list-across-spaced {
  margin-bottom: 15px;
}


.list-across-spaced > li {
  margin-right: 30px;
}


.list-across-spaced--more > li {
  margin-right: 60px;
}

.list-across-divided > li {
  display: inline;
  border-right: 1px solid #cdccc1;
  margin-right: 10px;
  padding-right: 7.5px;
  line-height: 1;
}

.list-across-divided > li:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}

.list-across-divided > li.inline-block {
  display: inline-block;
}

.list-across-divided .list-across li {
  margin-bottom: 0;
}

.list-items-divided > li, .list-items-divided--less > li {
  border-bottom: 1px solid #e4e3dd;
}

.list-items-divided > li {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.list-items-divided--less > li {
  padding-bottom: 7.5px;
  margin-bottom: 7.5px;
}

.list-items-divided.link-list > li {
  padding: 0;
  margin: 0;
}

.link-list .ceip-icon,
.button-list .ceip-icon {
  margin-right: 5px;
}

.banded .link-list a {
  background-color: transparent;
  color: #635a4f;
}

.banded .link-list a:hover {
  background: white;
}

.link-list--padded > li > a {
  padding: 10px;
}

.link-list--icons a {
  border: 1px solid;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 28px;
  text-align: center;
  border-radius: 50%;
}

.link-list--icons a:hover {
  text-decoration: none;
}

.link-list--icons .icon-facebook:before {
  position: relative;
  top: -0.1em;
  left: -0.07em;
}

@media screen and (min-width: 767px) and (max-width: 800px) {
  .link-list--icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}

.button-list a {
  color: white;
  text-transform: uppercase;
  font-family: sans-serif;
  margin-bottom: 2px;
  padding: 3px 10px;
}

.banded .button-list a {
  background-color: white;
  color: #092e55;
}

.banded .button-list a:hover {
  background: #b0bac8;
  color: white;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.foreground,
.container-max-width {
  position: relative;
  margin: 0 auto;
}

.container-max-width {
  max-width: 1600px;
}


.foreground {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1000px;
  padding-left: 15px;
  padding-right: 15px;
}

.section,
.section--2x {
  display: block;
  clear: both;
}

.section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section--2x {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-inner--3x {
  padding-top: 90px;
  padding-bottom: 90px;
}

.component {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.component--narrow {
  display: block;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}

.cols {
  clear: both;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 1024px) {
  .cols--gutters-tablet {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

@media (max-width: 767px) {
  .cols {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.cols--equal-heights {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cols--equal-heights,
.cols--equal-heights > .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .cols--equal-heights,
  .cols--equal-heights > .col {
    display: block;
  }
}

.cols--equal-heights > .col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cols--equal-heights .banded,
.cols--equal-heights .area-focus {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.cols--equal-heights .col-33 {
  width: 33.2%;
}

.col {
  float: left;
}

@media (max-width: 767px) {
  .col {
    float: none;
    width: 100% !important;
  }
  .col > .gutters {
    margin-left: 0;
    margin-right: 0;
  }
}

.col--force-layout {
  min-height: 1px;
}

.col-100 {
  width: 100%;
}

.col-90 {
  width: 90%;
}

.col-80 {
  width: 80%;
}

.col-85 {
  width: 85%;
}

.col-75 {
  width: 75%;
}

.col-70 {
  width: 70%;
}

.col-66 {
  width: 66.5%;
}

.col-60 {
  width: 60%;
}

.col-50 {
  width: 50%;
}

.col-50:nth-child(2n + 1) {
  clear: both;
}

.col-40 {
  width: 40%;
}

.col-30 {
  width: 30%;
}

.col-33 {
  width: 33.3333%;
}

.col-25 {
  width: 25%;
}

.col-20 {
  width: 20%;
}

.col-16 {
  width: 16.6666667%;
}

.col-16:nth-child(6n + 1) {
  clear: both;
}

.col-15 {
  width: 15%;
}

.col-10 {
  width: 10%;
}

@media (max-width: 1024px) {
  .col-50-tablet {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .zone-1,
  .zone-2 {
    width: auto;
    float: none;
  }
}

.zone-1 {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .zone-2 {
    margin: 0 auto;
    width: auto;
  }
  .zone-2 .tablet-wide {
    float: none;
    width: auto;
    clear: both;
  }
}

@media (max-width: 767px) {
  .zone-2 {
    width: auto;
  }
  .zone-2 > * {
    float: none;
    width: auto !important;
    margin: 0 auto 30px !important;
  }
}

.gutters {
  margin-left: 15px;
  margin-right: 15px;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 1024px) {
  .gutters-tablet {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.gutter-half-top {
  margin-top: 15px;
}

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

.gutter-half-left {
  margin-left: 15px;
}

.gutter-half-right {
  margin-right: 15px;
}

.gutter-left {
  margin-left: 30px;
}

.gutter-right {
  margin-right: 30px;
}

.gutter-top {
  margin-top: 30px;
}

.gutter-top__double {
  margin-top: 60px;
}

.gutter-top__bottom-gutter {
  margin-bottom: 45px;
}

.gutter-bottom {
  margin-bottom: 30px;
}

.gutter-bottom-narrow {
  margin-bottom: 7.5px;
}

.spacer-right {
  margin-right: 7.5px;
}

.spacer-left {
  margin-left: 7.5px;
}

.banded,
.banded-alt {
  overflow: hidden;
}

.banded [class*="divider"],
.banded .list-items-divided li,
.banded .list-items-divided--less li,
.banded-alt [class*="divider"],
.banded-alt .list-items-divided li,
.banded-alt .list-items-divided--less li {
  border-color: white;
}

.banded.allow-overflow,
.banded-alt.allow-overflow {
  overflow: visible;
}

.banded {
  background-color: #e4e3dd;
}

.banded .banded {
  background-color: #ccc7c2;
}

.banded .divider-alt {
  border-color: #ccc7c2;
}

.banded-alt {
  background-color: #998b7b;
}

.banded-alt .banded {
  background-color: #887969;
}

.banded--primary {
  background-color: #092e55;
}

.banded--primary-alt {
  background-color: #062544;
}

.banded-bright {
  background-color: white;
}

.banded-style-text {
  color: #635a4f;
}

.banded-style-text .h,
.banded-style-text h1,
.banded-style-text h2,
.banded-style-text h3,
.banded-style-text h4,
.banded-style-text h5,
.banded-style-text legend {
  text-shadow: 1px 1px white;
}

.border-focus {
  border: 2px solid #e3e1de;
}

.border-focus:hover {
  border-color: #ccc7c2;
}

.banded--fade,
.banded .banded--fade {
  background-color: #efeeec;
}

.border-focus--slim {
  border-width: 1px;
}

.banded--fade [class*="divider"],
.banded-bright [class*="divider"] {
  border-color: #e4e3dd;
}

.area-focus:hover {
  background-color: #e4e3dd;
}

.banded .area-focus:hover {
  background-color: #ccc7c2;
}

.mega-menu .area-focus:hover {
  background-color: white;
}

.area-focus--opacity:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.divider {
  border-bottom: 5px solid #e4e3dd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.divider-top {
  border-top: 5px solid #e4e3dd;
  padding-top: 15px;
  margin-top: 15px;
}

.divider-left {
  border-left: 5px solid #e4e3dd;
  padding-left: 15px;
  margin-left: 15px;
}

.divider-right {
  border-right: 5px solid #e4e3dd;
  padding-right: 15px;
  margin-right: 15px;
}

.divider--slim {
  border-width: 2px;
}

.divider--light {
  border-width: 1px;
}

.divider--text {
  border-bottom: none;
  border-top: 6px solid #e6e7e8;
  line-height: 1px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-top: 45px;
  margin-right: auto;
  padding: 0;
  text-align: center;
  width: 25%;
}

.push-down {
  margin-bottom: 60px;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 767px) {
  .mobile-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mobile-order > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .mobile-order .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .mobile-order .order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  .landscape-three-column {
    display: block;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .landscape-three-column > .col,
  .landscape-three-column > div {
    width: auto;
    display: inline-block;
    float: none;
  }
}

.cols-css-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

.cols-css-2 > .col {
  display: inline-block;
  float: none !important;
  width: auto;
}

@media (max-width: 767px) {
  .cols-css-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.preview-module {
  background-color: black;
}

.preview-module a {
  text-decoration: none;
}

.preview-module em,
.preview-module i {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
}

.preview-module--has-image .container-headline {
  height: 170px;
}

.preview-module--has-image .preview-module__headline {
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.preview-module--has-image:hover .preview-module__headline {
  background-color: rgba(0, 0, 0, 0.9);
}

.preview-module--no-image .container-headline {
  background-color: transparent;
  height: auto;
}

.preview-module--no-image .preview-module__headline,
.preview-module--no-image .preview-module__special-meta {
  position: relative;
}

.preview-module--no-image .preview-module__special-meta {
  margin-bottom: 5px;
  display: inline-block;
}

@media (max-width: 1024px) {
  .preview-module .container-headline {
    margin: 0;
  }
}

.preview-module__headline {
  font-size: 19px;
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  .preview-module__headline {
    font-size: 17px;
    font-size: 1rem;
  }
}

.preview-module__special-meta {
  background-color: #a28556;
  color: black;
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 5px;
  font-family: "FrutigerNeueLTW02-CnBoo 775064", "Arial Narrow", Arial, sans-serif;
}

.content-layer {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
}

.scroll-area {
  height: 500px;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

* {
  background-image: none !important;
}

body, td, form, select, option, text, input, textarea {
  font: 11pt/1.4 arial, san-serif;
  line-height: normal;
}

h1, h2, h3, h4, h5 {
  line-height: 1.3;
  color: black;
}

.padded {
  padding: 30px;
}

.padded-less {
  padding: 15px;
}

.zone-main {
  margin: 0;
}

.zone-1 {
  width: 100% !important;
}

.zone-1 > .gutter-left,
.zone-1 > .gutter-right {
  margin: 0 !important;
}

body#ceip {
  background: none;
  color: #000;
  text-align: left;
  min-width: 0;
  margin: 0;
}

.zone-title {
  background: none;
}

.zone-title > .section {
  margin: 0;
}

.accordion-trigger,
.nav-tabs,
.zone-title .related-media,
.blog-post-nav,
.zone-title__nav,
.zone-2,
.no-print {
  display: none !important;
}

.blog-zone-title__logo {
  font-size: 51px;
  font-size: 3rem;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.hide {
  color: #000;
  line-height: 100%;
  display: block;
  margin: 0;
  font-size: 1.5em;
  position: static;
  width: 100%;
}

a, a:link, a:visited, a:hover, a:active {
  color: #000;
  text-decoration: none;
}

.article-body {
  color: #000;
}

a.top {
  display: none;
}

.show .zone-title .container-headline > h1 {
  font-size: 2.5rem;
}

.show .zone-title .container-title {
  padding-bottom: 30px;
}

.show h3 {
  font-size: 1.3rem;
}

.show h4 {
  font-size: 1.15rem;
}

.show .footer .address, .show .footer .contact-numbers, .show .footer .email-contact {
  display: none;
}

.show .footer .copyright {
  display: inline-block;
  float: left;
}

.show .footer .footer-logo {
  display: inline-block;
  float: left;
  margin: 0 15px 0 0;
}

.blog .meta .large-text {
  font-size: 1.5rem;
}

.addthis-smartlayers, .at4-thankyou, .at-share-dock-outer, .selectionSharer {
  display: none;
}

.footer {
  border-top: 1px solid;
}

.carousel-indicators,
#leftTsinghua,
#header .navResource,
#header .navSection,
#header .mainNavFixedContainer,
#header .site-title span,
.fixedElements,
.relativeElements,
.altNav,
div#zone2,
div.containerComments,
#zone1 .authorBox,
#zoneDocFooter,
#footer {
  display: none;
}

div#quoteBox, .videoEmbed, .audioEmbed, #embed, #containerResources .containerCols, #containerShare, .pageLinks {
  display: none;
}

#docEnd, #zoneTitle #containerTitle .photoCaption, #zoneTitle .containerNav, #zone1 dl.related {
  display: none;
}

#header {
  position: static;
}

#header {
  /*border-bottom:.1em solid #cac9c0;*/
  height: .8in;
  width: 100%;
  margin: 0 0 .25in 0;
  padding: 0 0 .25in 0;
  float: none;
  position: static;
}

#header .site-title {
  position: static;
  display: block;
  width: 100%;
}

#header .site-title img {
  display: block;
  float: right;
  clear: both;
  width: 3in;
  margin: 0;
  padding: 0;
  border: none;
}

/*div#header a, div#zoneBranding strong a { background:none; display:block; height:auto; width:auto;}*/
/*********@interactives *********/
body.cybernorms form, body.cybernorms fieldset {
  border: none;
}

body.cybernorms .button-alt, body.cybernorms .tab-title, body.cybernorms .tab-pane.fade, body.cybernorms .cybernorms-radio, body.cybernorms .form-multi-select, body.cybernorms .visuallyhidden, body.cybernorms .cybernorms-multiselect {
  display: none;
}

body.cybernorms .tab-pane.fade.active {
  display: block;
}

body.cybernorms .control-group.col-80, body.cybernorms #autocomplete.col-80 {
  width: 100%;
}

body.cybernorms select, body.cybernorms input {
  border: none;
  display: block;
  font-style: italic;
  font-weight: bold;
}

body.day-after .chapter-nav, body.day-after .video-container {
  display: none;
}

body.day-after .home {
  float: none;
  font-size: 3rem;
  text-transform: uppercase;
}

body.day-after .zone-main {
  margin: 0 auto;
}

body.day-after .zone-main h3 {
  margin: 30px 0;
}

body.day-after .zone-main blockquote {
  text-align: center;
  width: 100%;
}

body.day-after .zone-main .latest {
  display: none;
}

body.day-after .zone-3 {
  display: none;
}

body.day-after .footer .connect-form.col-50 {
  display: none;
}

/******** @arabic *******/
body.right-to-left {
  text-align: right;
  font-family: "Arial Unicode MS", "Simplified Arabic", arial, sans-serif;
  direction: rtl;
}

body.right-to-left * {
  text-align: right;
  direction: rtl;
}

body.right-to-left p, body.right-to-left div {
  text-align: right;
  direction: rtl;
}

body.right-to-left .wrap {
  text-align: right;
  direction: rtl;
}
