@charset "UTF-8";
/*!
Theme Name: Rogers Investor Relations
Author: Pilot Interactive Inc.
Author URI: http://www.pilotinteractive.io
Description: Wordress theme for Rogers investor relations microsite.
Version: 1.0.0
License: Unlicensed
*/
/*! 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: 70%;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 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; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: 'Ted Next';
  src: url("fonts/TedNext-Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/TedNext-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/TedNext-Bold.woff") format("woff"), url("fonts/TedNext-Bold.ttf") format("truetype"), url("fonts/TedNext-Bold.svg#67f09c3f52e7fad99743a6ff833a4b6e") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'Ted Next';
  src: url("fonts/TedNext-BoldItalic.eot");
  /* IE9 Compat Modes */
  src: url("fonts/TedNext-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/TedNext-BoldItalic.woff") format("woff"), url("fonts/TedNext-BoldItalic.ttf") format("truetype"), url("fonts/TedNext-BoldItalic.svg#79d31411e1f8cc4ae6c261b42c06a14f") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 700; }

@font-face {
  font-family: 'Ted Next';
  src: url("fonts/TedNext-Light.eot");
  /* IE9 Compat Modes */
  src: url("fonts/TedNext-Light.eot?#iefix") format("embedded-opentype"), url("fonts/TedNext-Light.woff") format("woff"), url("fonts/TedNext-Light.ttf") format("truetype"), url("fonts/TedNext-Light.svg#d7e8329db0e96f6a0ac9e1ac41e46cdc") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: 'Ted Next';
  src: url("fonts/TedNext-LightItalic.eot");
  /* IE9 Compat Modes */
  src: url("fonts/TedNext-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/TedNext-LightItalic.woff") format("woff"), url("fonts/TedNext-LightItalic.ttf") format("truetype"), url("fonts/TedNext-LightItalic.svg#a76757188fd76b8781aae7fe34a3c4a2") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 200; }

@font-face {
  font-family: 'Ted Next';
  src: url("fonts/TedNext-Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/TedNext-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/TedNext-Regular.woff") format("woff"), url("fonts/TedNext-Regular.ttf") format("truetype"), url("fonts/TedNext-Regular.svg#517c0443cb6aa0303f6c3d492aee5ddd") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Ted Next';
  src: url("fonts/TedNext-Italic.eot");
  src: url("fonts/TedNext-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/TedNext-Italic.woff") format("woff"), url("fonts/TedNext-Italic.ttf") format("truetype"), url("fonts/TedNext-Italic.svg#TedNext-Italic") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Ted Next';
  src: url("fonts/TedNext-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/TedNext-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/TedNext-Semibold.woff") format("woff"), url("fonts/TedNext-Semibold.ttf") format("truetype"), url("fonts/TedNext-Semibold.svg#e0a0a6502a747f84e272ba1778cbfd21") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: 'Ted Next';
  src: url("fonts/TedNext-SemiBoldItalic.eot");
  /* IE9 Compat Modes */
  src: url("fonts/TedNext-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/TedNext-SemiBoldItalic.woff") format("woff"), url("fonts/TedNext-SemiBoldItalic.ttf") format("truetype"), url("fonts/TedNext-SemiBoldItalic.svg#50ca0ac6c1e4c4bb0b040e3d4e6c8ec6") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 600; }

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

[class^="icon-"], [class*=" icon-"] {
  font-family: 'ted-next-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-Internet-of-things:before {
  content: "\e9d5"; }

.icon-business-solutionA:before {
  content: "\e900"; }

.icon-business-solutionB:before {
  content: "\e901"; }

.icon-cloud-data-center:before {
  content: "\e902"; }

.icon-network-connectivity:before {
  content: "\e903"; }

.icon-service-for-business:before {
  content: "\e904"; }

.icon-shopping:before {
  content: "\e905"; }

.icon-smart-business-monitoring:before {
  content: "\e906"; }

.icon-unified-communications:before {
  content: "\e907"; }

.icon-bundles:before {
  content: "\e908"; }

.icon-home-automation:before {
  content: "\e909"; }

.icon-home-phone:before {
  content: "\e90a"; }

.icon-home-security:before {
  content: "\e90b"; }

.icon-internet:before {
  content: "\e90c"; }

.icon-smart-home-monitoring:before {
  content: "\e90d"; }

.icon-TV:before {
  content: "\e90e"; }

.icon-wireless:before {
  content: "\e90f"; }

.icon-accountability:before {
  content: "\e910"; }

.icon-agenda:before {
  content: "\e911"; }

.icon-attract:before {
  content: "\e912"; }

.icon-brand-ambassador:before {
  content: "\e913"; }

.icon-bWell:before {
  content: "\e914"; }

.icon-Canadian-growth-company:before {
  content: "\e915"; }

.icon-choice:before {
  content: "\e916"; }

.icon-communicate:before {
  content: "\e917"; }

.icon-deliver-contents-everywhere:before {
  content: "\e918"; }

.icon-dental-benefits:before {
  content: "\e919"; }

.icon-drive-business-growth:before {
  content: "\e91a"; }

.icon-employee-family-assistance:before {
  content: "\e91b"; }

.icon-focusing-customer:before {
  content: "\e91c"; }

.icon-goto-market-Rogers:before {
  content: "\e91d"; }

.icon-graduation:before {
  content: "\e91e"; }

.icon-ground-braking:before {
  content: "\e91f"; }

.icon-health-insurance:before {
  content: "\e920"; }

.icon-history:before {
  content: "\e921"; }

.icon-HR101:before {
  content: "\e922"; }

.icon-in-person-onboarding:before {
  content: "\e923"; }

.icon-innovation-nextwork-leadership:before {
  content: "\e924"; }

.icon-innovationA:before {
  content: "\e925"; }

.icon-innovationB:before {
  content: "\e926"; }

.icon-inspire-confidence:before {
  content: "\e927"; }

.icon-integrated-onboarding:before {
  content: "\e928"; }

.icon-invest-our-people:before {
  content: "\e929"; }

.icon-invest-people:before {
  content: "\e92a"; }

.icon-involuntary-termination:before {
  content: "\e92b"; }

.icon-kick-off:before {
  content: "\e92c"; }

.icon-launch:before {
  content: "\e92d"; }

.icon-letter-resignation:before {
  content: "\e92e"; }

.icon-member-website:before {
  content: "\e92f"; }

.icon-moving:before {
  content: "\e930"; }

.icon-onboarding-lite:before {
  content: "\e931"; }

.icon-operation-essentials:before {
  content: "\e932"; }

.icon-overhaul-customer-experiences:before {
  content: "\e933"; }

.icon-paramedical:before {
  content: "\e934"; }

.icon-prepare:before {
  content: "\e935"; }

.icon-prescription-drug-plan:before {
  content: "\e936"; }

.icon-recognition:before {
  content: "\e937"; }

.icon-reorganization:before {
  content: "\e938"; }

.icon-retirement:before {
  content: "\e939"; }

.icon-rogers-advantage:before {
  content: "\e93a"; }

.icon-rogers101:before {
  content: "\e93b"; }

.icon-smarter-way:before {
  content: "\e93c"; }

.icon-t-shirt:before {
  content: "\e93d"; }

.icon-taking-notes:before {
  content: "\e93e"; }

.icon-teamwork:before {
  content: "\e93f"; }

.icon-understand-who-we-are:before {
  content: "\e940"; }

.icon-vision-care:before {
  content: "\e941"; }

.icon-wealth-accumulation-program:before {
  content: "\e942"; }

.icon-arrow-down:before {
  content: "\e943"; }

.icon-arrow-left:before {
  content: "\e944"; }

.icon-arrow-right:before {
  content: "\e945"; }

.icon-arrow-up:before {
  content: "\e946"; }

.icon-basic-phone:before {
  content: "\e947"; }

.icon-bring-your-own-device:before {
  content: "\e948"; }

.icon-bullet:before {
  content: "\e949"; }

.icon-calendar:before {
  content: "\e94a"; }

.icon-Canada-maple-leaf:before {
  content: "\e94b"; }

.icon-communitty:before {
  content: "\e94c"; }

.icon-connect:before {
  content: "\e94d"; }

.icon-customer-services:before {
  content: "\e94e"; }

.icon-device-plus:before {
  content: "\e94f"; }

.icon-explore:before {
  content: "\e950"; }

.icon-facts:before {
  content: "\e951"; }

.icon-FAQs:before {
  content: "\e952"; }

.icon-financial:before {
  content: "\e953"; }

.icon-flexibility:before {
  content: "\e954"; }

.icon-form-paper-info:before {
  content: "\e955"; }

.icon-globe-map:before {
  content: "\e956"; }

.icon-growth-arrow:before {
  content: "\e957"; }

.icon-growth-bar:before {
  content: "\e958"; }

.icon-home:before {
  content: "\e959"; }

.icon-invest:before {
  content: "\e95a"; }

.icon-media:before {
  content: "\e95b"; }

.icon-message-share:before {
  content: "\e95c"; }

.icon-message:before {
  content: "\e95d"; }

.icon-north-america:before {
  content: "\e95e"; }

.icon-phoneA:before {
  content: "\e95f"; }

.icon-phoneB:before {
  content: "\e960"; }

.icon-publish:before {
  content: "\e961"; }

.icon-radio:before {
  content: "\e962"; }

.icon-reduce:before {
  content: "\e963"; }

.icon-security-protection:before {
  content: "\e964"; }

.icon-security:before {
  content: "\e965"; }

.icon-smart-picks:before {
  content: "\e966"; }

.icon-smily-double:before {
  content: "\e967"; }

.icon-smily-single:before {
  content: "\e968"; }

.icon-tablet:before {
  content: "\e969"; }

.icon-text-alert:before {
  content: "\e96a"; }

.icon-thumbsup:before {
  content: "\e96b"; }

.icon-travel:before {
  content: "\e96c"; }

.icon-update:before {
  content: "\e96d"; }

.icon-user:before {
  content: "\e96e"; }

.icon-866-number:before {
  content: "\e96f"; }

.icon-number:before {
  content: "\e970"; }

.icon-add:before {
  content: "\e971"; }

.icon-alert:before {
  content: "\e972"; }

.icon-announcement:before {
  content: "\e973"; }

.icon-anyplace-TV:before {
  content: "\e974"; }

.icon-connect2:before {
  content: "\e975"; }

.icon-contact-us:before {
  content: "\e976"; }

.icon-credit-card:before {
  content: "\e977"; }

.icon-cursor:before {
  content: "\e978"; }

.icon-delete:before {
  content: "\e979"; }

.icon-downloadA:before {
  content: "\e97a"; }

.icon-edit:before {
  content: "\e97b"; }

.icon-entertainment:before {
  content: "\e97c"; }

.icon-faveA:before {
  content: "\e97d"; }

.icon-game:before {
  content: "\e97e"; }

.icon-get-updated:before {
  content: "\e97f"; }

.icon-info:before {
  content: "\e980"; }

.icon-invest-pay-money:before {
  content: "\e981"; }

.icon-less:before {
  content: "\e982"; }

.icon-likeA:before {
  content: "\e983"; }

.icon-likeB:before {
  content: "\e984"; }

.icon-live-chat:before {
  content: "\e985"; }

.icon-location:before {
  content: "\e986"; }

.icon-look-closer:before {
  content: "\e987"; }

.icon-mail:before {
  content: "\e988"; }

.icon-mms:before {
  content: "\e989"; }

.icon-mobile-security:before {
  content: "\e98a"; }

.icon-moments:before {
  content: "\e98b"; }

.icon-moreA:before {
  content: "\e98c"; }

.icon-moreB:before {
  content: "\e98d"; }

.icon-multiple-devices:before {
  content: "\e98e"; }

.icon-music:before {
  content: "\e98f"; }

.icon-photo:before {
  content: "\e990"; }

.icon-play:before {
  content: "\e991"; }

.icon-print:before {
  content: "\e992"; }

.icon-question:before {
  content: "\e993"; }

.icon-review:before {
  content: "\e994"; }

.icon-saveB:before {
  content: "\e995"; }

.icon-serve:before {
  content: "\e996"; }

.icon-setting:before {
  content: "\e997"; }

.icon-shopping-cart:before {
  content: "\e998"; }

.icon-social-hub:before {
  content: "\e999"; }

.icon-sportA:before {
  content: "\e99a"; }

.icon-sportB:before {
  content: "\e99b"; }

.icon-sportC:before {
  content: "\e99c"; }

.icon-temperature-weather:before {
  content: "\e99d"; }

.icon-wi-fi:before {
  content: "\e99e"; }

.icon-wifi-calling:before {
  content: "\e99f"; }

.icon-win-medel:before {
  content: "\e9a0"; }

.icon-access-identity:before {
  content: "\e9a1"; }

.icon-atm:before {
  content: "\e9a2"; }

.icon-bike-storage:before {
  content: "\e9a3"; }

.icon-biodegradable:before {
  content: "\e9a4"; }

.icon-bottle-can:before {
  content: "\e9a5"; }

.icon-candy-chip-wrapper:before {
  content: "\e9a6"; }

.icon-centralized-storage:before {
  content: "\e9a7"; }

.icon-coffee-cup-lid:before {
  content: "\e9a8"; }

.icon-coffee-grouding-tea-bag:before {
  content: "\e9a9"; }

.icon-convenient-store:before {
  content: "\e9aa"; }

.icon-copy-point:before {
  content: "\e9ab"; }

.icon-corporate-health-center:before {
  content: "\e9ac"; }

.icon-disabled-toilet:before {
  content: "\e9ad"; }

.icon-dry-cleaning:before {
  content: "\e9ae"; }

.icon-email-communication:before {
  content: "\e9af"; }

.icon-erase-whiteboard:before {
  content: "\e9b0"; }

.icon-fitness-center:before {
  content: "\e9b1"; }

.icon-foil-paper-wrapper:before {
  content: "\e9b2"; }

.icon-food-scraps:before {
  content: "\e9b3"; }

.icon-get-knowledge:before {
  content: "\e9b4"; }

.icon-hardware:before {
  content: "\e9b5"; }

.icon-high-voltage:before {
  content: "\e9b6"; }

.icon-hub-coffee-center:before {
  content: "\e9b7"; }

.icon-individual-storage:before {
  content: "\e9b8"; }

.icon-kitchen:before {
  content: "\e9b9"; }

.icon-lan-room:before {
  content: "\e9ba"; }

.icon-library:before {
  content: "\e9bb"; }

.icon-locker:before {
  content: "\e9bc"; }

.icon-man-washroom:before {
  content: "\e9bd"; }

.icon-mobile-devices:before {
  content: "\e9be"; }

.icon-my-freguently-request:before {
  content: "\e9bf"; }

.icon-newspaper-magazine:before {
  content: "\e9c0"; }

.icon-no-entry:before {
  content: "\e9c1"; }

.icon-no-use-phone:before {
  content: "\e9c2"; }

.icon-non-confidential-paper:before {
  content: "\e9c3"; }

.icon-non-writable-surface:before {
  content: "\e9c4"; }

.icon-pizza-box:before {
  content: "\e9c5"; }

.icon-plastic-bottle:before {
  content: "\e9c6"; }

.icon-plastic-clamshell:before {
  content: "\e9c7"; }

.icon-project-storage:before {
  content: "\e9c8"; }

.icon-resources-service:before {
  content: "\e9c9"; }

.icon-security2:before {
  content: "\e9ca"; }

.icon-shower:before {
  content: "\e9cb"; }

.icon-software:before {
  content: "\e9cc"; }

.icon-spiritual-room:before {
  content: "\e9cd"; }

.icon-ssshh:before {
  content: "\e9ce"; }

.icon-styroform:before {
  content: "\e9cf"; }

.icon-support-center:before {
  content: "\e9d0"; }

.icon-technical-room:before {
  content: "\e9d1"; }

.icon-tissue:before {
  content: "\e9d2"; }

.icon-woman-washroom:before {
  content: "\e9d3"; }

.icon-writable-surface:before {
  content: "\e9d4"; }

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  color: #39383A;
  font-family: "Ted Next", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4; }
  @media (min-width: 36em) {
    body {
      font-size: 15px; } }
  @media (min-width: 45em) {
    body {
      font-size: 16px; } }
  @media (min-width: 58.75em) {
    body {
      font-size: 17px; } }
  @media (min-width: 71.25em) {
    body {
      font-size: 18px; } }
  body.menu-open {
    overflow: hidden; }

h1, h2, h3,
.h1, .h2, .h3 {
  color: #da291c;
  font-weight: 200;
  margin: 0.6em 0;
  line-height: 1.3em; }

h4, h5, h6,
.h4, .h5, .h6 {
  color: #da291c;
  font-weight: 400;
  margin: 1em 0;
  line-height: 1.3em; }

h1, .h1 {
  font-size: 2.6em; }
  @media (min-width: 45em) {
    h1, .h1 {
      font-size: 3.4em; } }
  @media (min-width: 58.75em) {
    h1, .h1 {
      font-size: 3.6em; } }

h2, .h2 {
  font-size: 1.8em; }
  @media (min-width: 45em) {
    h2, .h2 {
      font-size: 2.3em; } }
  @media (min-width: 58.75em) {
    h2, .h2 {
      font-size: 2.8em; } }

h3, .h3 {
  font-size: 1.5em; }
  @media (min-width: 45em) {
    h3, .h3 {
      font-size: 1.8em; } }
  @media (min-width: 58.75em) {
    h3, .h3 {
      font-size: 2.2em; } }

h4, .h4 {
  font-size: 1.2em; }
  @media (min-width: 45em) {
    h4, .h4 {
      font-size: 1.5em; } }
  @media (min-width: 58.75em) {
    h4, .h4 {
      font-size: 1.8em; } }

h5, .h5 {
  font-size: 1.15em; }
  @media (min-width: 45em) {
    h5, .h5 {
      font-size: 1.2em; } }
  @media (min-width: 58.75em) {
    h5, .h5 {
      font-size: 1.3em; } }

h6, .h6 {
  font-size: 0.9em; }

a {
  text-decoration: none;
  color: currentColor; }

p a {
  color: #da291c;
  font-weight: 600; }
  p a:hover, p a:active {
    color: #79160f; }

p strong, p b {
  font-weight: 700; }

p em, p i {
  font-style: italic; }

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0; }

section {
  background: white; }

svg {
  max-width: 100%;
  height: 100%; }

:focus {
  outline-color: #da291c;
  outline-width: 1px; }

input, select, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white;
  border-radius: 0.2em;
  padding: 12px;
  border: 1px solid #CDD2D8;
  display: block;
  width: 100%;
  margin: 1em 0;
  -webkit-transition: border 0.1s, -webkit-box-shadow 0.1s;
  transition: border 0.1s, -webkit-box-shadow 0.1s;
  -o-transition: border 0.1s, box-shadow 0.1s;
  transition: border 0.1s, box-shadow 0.1s;
  transition: border 0.1s, box-shadow 0.1s, -webkit-box-shadow 0.1s; }
  input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #B2B5B8; }
  input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #B2B5B8; }
  input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #B2B5B8; }
  input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #B2B5B8; }
  .ng-submitted input.ng-invalid, .ng-submitted select.ng-invalid, .ng-submitted textarea.ng-invalid {
    border: 1px solid #da291c;
    -webkit-box-shadow: 0 0 5px #da291c;
            box-shadow: 0 0 5px #da291c;
    background: #FFF6F6; }

abbr[title] {
  border-bottom: none;
  text-decoration: none; }

select {
  background-image: url("img/chevron-down.svg");
  background-position: calc(100% - 1em) 50%;
  background-repeat: no-repeat;
  background-size: 0.8em 0.8em;
  padding: 11px;
  height: 45px; }

/* =WordPress Core-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.gl-Content {
  padding: 0;
  max-width: 780px;
  margin: 0 auto; }
  .gl-Content h3, .gl-Content h4, .gl-Content h5, .gl-Content h6 {
    color: #757779;
    margin-top: 0;
    margin-bottom: 0.5em; }
  .gl-Content h6 {
    margin-bottom: 1.5em; }
  .gl-Content strong {
    font-weight: 600; }

.gl-Component {
  display: block;
  width: 100%;
  padding: 25px; }
  @media (min-width: 36em) {
    .gl-Component {
      padding: 35px; } }
  @media (min-width: 45em) {
    .gl-Component {
      padding: 40px; } }
  @media (min-width: 58.75em) {
    .gl-Component {
      padding: 50px; } }
  @media (min-width: 71.25em) {
    .gl-Component {
      padding: 60px; } }
  .gl-Component:not(:last-child) {
    padding-bottom: 0 !important; }

.gl-Container {
  display: block;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto; }
  .gl-Container > :first-child {
    margin-top: 0; }

.gl-BasicButton {
  display: inline-block;
  padding: 0.8em 1.2em;
  background-color: #da291c;
  color: white;
  border-radius: 0.2em;
  border: none;
  vertical-align: center;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear; }
  .gl-BasicButton:hover, .gl-BasicButton:active {
    background-color: #961c13; }
  .gl-BasicButton:active, .gl-BasicButton:disabled {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .gl-BasicButton:disabled {
    background-color: #961c13;
    color: #d9d9d9; }
  .gl-BasicButton span {
    vertical-align: baseline;
    line-height: 1em; }
  .gl-BasicButton svg {
    width: 1em;
    height: 1em;
    vertical-align: -0.2em;
    line-height: 1em; }
    .gl-BasicButton svg:nth-child(2) {
      margin-left: 0.25em; }
    .gl-BasicButton svg * {
      fill: currentColor; }

.gl-SectionTitle {
  color: #39383A;
  font-size: 1.3em;
  margin-bottom: 1em; }
  .gl-SectionTitle-large {
    font-size: 1.8em; }
  .gl-SectionTitle-small {
    font-size: 1.2em; }
    @media (min-width: 45em) {
      .gl-SectionTitle-small {
        font-size: 1.5em; } }
    @media (min-width: 58.75em) {
      .gl-SectionTitle-small {
        font-size: 1.8em; } }
  .gl-SectionTitle-xsmall {
    font-size: 1.15em; }
    @media (min-width: 45em) {
      .gl-SectionTitle-xsmall {
        font-size: 1.2em; } }
    @media (min-width: 58.75em) {
      .gl-SectionTitle-xsmall {
        font-size: 1.3em; } }

.gl-SectionTitle_Title {
  display: inline;
  vertical-align: middle; }

.gl-Icon {
  display: inline;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: currentColor;
  font-family: 'ted-next-icon';
  font-size: 1.4em;
  /*margin-left: 20px;*/ }
  .gl-SectionTitle .gl-Icon {
    color: #da291c;
    margin-right: 0.25em; }

.gl-Icon-button {
  border: 1px solid currentColor;
  border-radius: 0.2em;
  padding: 0.2em; }

.gl-BgImage, .gl-BgImage_Blurry, .gl-BgOverlay {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.gl-BgImage_Blurry {
  margin: -0.75em; }

.gl-CollapsingTable {
  display: block;
  width: 100%; }
  @media (max-width: 44.99em) {
    .gl-CollapsingTable tbody {
      display: block; } }
  @media (min-width: 45em) {
    .gl-CollapsingTable {
      display: table; } }

.gl-CollapsingTable_Header {
  display: none; }
  @media (min-width: 45em) {
    .gl-CollapsingTable_Header {
      display: table-row; } }

.gl-CollapsingTable_Row {
  display: block;
  position: relative; }
  @media (min-width: 45em) {
    .gl-CollapsingTable_Row {
      display: table-row; } }

.gl-CollapsingTable_Row-indent {
  padding-left: 4rem; }
  @media (min-width: 45em) {
    .gl-CollapsingTable_Row-indent {
      padding-left: 0; }
      .gl-CollapsingTable_Row-indent > :first-child {
        padding-left: 4rem; } }

.gl-CollapsingTable_Row-indent-sub {
  padding-left: 2.5rem !important; }
  @media (min-width: 45em) {
    .gl-CollapsingTable_Row-indent-sub {
      padding-left: 0; }
      .gl-CollapsingTable_Row-indent-sub > :first-child {
        padding-left: 2.5rem !important; } }

.gl-CollapsingTable_Row-indent-title {
  padding-left: 1rem !important; }
  @media (min-width: 45em) {
    .gl-CollapsingTable_Row-indent-title {
      padding-left: 0; }
      .gl-CollapsingTable_Row-indent-title > :first-child {
        padding-left: 1rem !important; } }

.gl-CollapsingTable_Row-bt {
  border-top: 1px solid #ececec; }

.gl-CollapsingTable_Row-bb {
  border-bottom: 1px solid #ececec; }

.gl-CollapsingTable_Col {
  display: block; }
  @media (min-width: 45em) {
    .gl-CollapsingTable_Col {
      display: table-cell; } }
  .gl-CollapsingTable_Col.collapsed {
    display: none; }
    @media (min-width: 45em) {
      .gl-CollapsingTable_Col.collapsed {
        display: table-cell; } }

.gl-CollapsingTable_MobileLabel {
  display: block; }
  @media (min-width: 45em) {
    .gl-CollapsingTable_MobileLabel {
      display: none !important; } }

.gl-CollapsingTable_RowControls {
  position: absolute;
  top: 0.8em;
  right: 0;
  z-index: 1; }
  .gl-CollapsingTable_RowControls button {
    font-size: 1em;
    color: #da291c;
    width: 1em;
    height: 1em; }
    .gl-CollapsingTable_RowControls button img {
      width: 100%; }
  @media (min-width: 45em) {
    .gl-CollapsingTable_RowControls {
      display: none !important; } }

.gl-CollapsingTable_Link {
  display: block;
  color: #da291c; }

.gl-BlurryImage {
  width: 100%; }

.gl-Accent-top {
  border-top: 4px solid #ececec;
  border-radius: 4px 4px 0 0; }

.gl-span {
  position: relative;
  top: -20px;
  height: 10px;
  display: block; }
  @media (min-width: 58.75em) {
    .gl-span {
      top: -50px; } }

@media (max-width: 44.99em) {
  .gl-CollapsingTable_HideMobile {
    display: none; } }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.clearfix:after, .cp-AgmMaterials_Downloads:after, .cp-BoardMembers_Grid:after, .cp-ComChartB_StatsColumn:after, .cp-ContactDocsForm_Item:after, .cp-Downloads_Downloads:after, .cp-DRIP_BlockA:after, .cp-DRIP_Downloads:after, .cp-Footer_Inner:after, .cp-FrontPageHero_Inner:after, .cp-Glossary_ColumnWrap:after, .cp-NotesOutstanding_Notes:after, .cp-PastEvents_Header:after, .cp-PdfPresenter_Lead:after, .cp-Proxy_Downloads:after, .cp-QuickLinks_Links:after, .cp-QuickLinksAlt_Links:after {
  content: "";
  display: table;
  clear: both; }

.u-Blur {
  background-size: 0 0;
  -webkit-transform: matrix3d(1.3, 0, 0, 0, 0, 1.3, 0, 0, 0, 0, 1.3, 0, 0, 0, 0, 0.04);
          transform: matrix3d(1.3, 0, 0, 0, 0, 1.3, 0, 0, 0, 0, 1.3, 0, 0, 0, 0, 0.04); }
  .u-Blur:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-image: inherit;
    background-size: cover;
    background-repeat: inherit;
    background-position: center;
    -webkit-transform: scale(0.05);
        -ms-transform: scale(0.05);
            transform: scale(0.05); }
  @supports ((-webkit-filter: blur()) or (filter: blur())) {
    .u-Blur {
      -webkit-filter: blur(17px);
      -moz-filter: blur(17px);
      -ms-filter: blur(17px);
      -o-filter: blur(17px);
      filter: blur(17px);
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      background-size: cover; }
      .u-Blur:before {
        display: none; } }

.u-Tint-red {
  background-color: rgba(218, 41, 28, 0.9); }

.u-Text-red {
  color: #da291c; }

.u-Text-centred {
  text-align: center !important; }

.u-Text-bold {
  font-weight: bold !important; }

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

body.login.wp-core-ui {
  background: #da291c; }
  body.login.wp-core-ui #nav a, body.login.wp-core-ui #backtoblog a {
    color: white; }
  body.login.wp-core-ui .button-primary {
    background: #0096AE;
    border: none; }
  body.login.wp-core-ui #login_error, body.login.wp-core-ui .login .message {
    border-left: 4px solid #CDD2D8; }
  body.login.wp-core-ui h1 a {
    background-image: url("img/logo-tab-en.svg");
    background-size: contain;
    width: auto; }

.cp-Achievemnts_Graphs {
  padding: 35px;
  background-color: #da291c;
  border-radius: 0.2em;
  color: white;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.cp-Achievemnts_GraphBlock {
  margin-top: 35px; }

.cp-Achievemnts_GraphTitle {
  display: block;
  text-transform: uppercase; }

.cp-Achievemnts_GraphSubtitle {
  display: block; }

.cp-Achievemnts_Graph {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
  margin-left: 25px;
  margin-right: 25px; }

.cp-Achievemnts_GraphItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  height: 100%; }

.cp-Achievemnts_GraphBar {
  margin-top: auto;
  border: 1px solid white;
  height: 100%;
  min-height: 2.4em;
  padding: 10px;
  min-width: 3.5em; }
  .cp-Achievemnts_GraphItem:last-child .cp-Achievemnts_GraphBar {
    background-color: white;
    color: #da291c; }

.cp-Achievemnts_GraphBarTitle {
  display: block; }

.cp-Achievemnts_GraphValue {
  display: block; }

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

.cp-Achievements_Stat {
  padding: 1rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%; }
  .cp-Achievements_Stat:nth-last-child(n + 3) {
    border-bottom: 1px solid #B2B5B8; }
  @media (min-width: 45em) {
    .cp-Achievements_Stat {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 33.33%;
              flex: 1 1 33.33%; }
      .cp-Achievements_Stat:nth-last-child(n + 3) {
        border-bottom: none; }
      .cp-Achievements_Stat:nth-last-child(n + 4) {
        border-bottom: 1px solid #B2B5B8; } }

.cp-Achievements_StatInner {
  padding: 1rem;
  height: 100%; }
  .cp-Achievements_Stat:not(:nth-child(2n)) .cp-Achievements_StatInner {
    border-right: 1px solid #B2B5B8; }
  @media (min-width: 45em) {
    .cp-Achievements_Stat:not(:nth-child(2n)) .cp-Achievements_StatInner {
      border: none; }
    .cp-Achievements_Stat:not(:nth-child(3n)) .cp-Achievements_StatInner {
      border-right: 1px solid #B2B5B8; } }

.cp-Achievements_StatIcon {
  font-size: 1.8em;
  display: block;
  color: #00b5cd; }
  @media (min-width: 45em) {
    .cp-Achievements_StatIcon {
      font-size: 2.3em; } }
  @media (min-width: 58.75em) {
    .cp-Achievements_StatIcon {
      font-size: 2.8em; } }

.cp-Achievements_StatsTitle {
  font-size: 2.6em;
  color: #da291c; }
  @media (min-width: 45em) {
    .cp-Achievements_StatsTitle {
      font-size: 3.4em; } }
  @media (min-width: 58.75em) {
    .cp-Achievements_StatsTitle {
      font-size: 3.6em; } }

.cp-Achievements_StatsText {
  margin: 0;
  color: #00b5cd; }

.cp-Achievements_Guidance .gl-SectionTitle {
  display: none; }

.cp-AgmMaterials {
  display: block;
  width: 100%;
  padding: 25px; }
  @media (min-width: 36em) {
    .cp-AgmMaterials {
      padding: 35px; } }
  @media (min-width: 45em) {
    .cp-AgmMaterials {
      padding: 40px; } }
  @media (min-width: 58.75em) {
    .cp-AgmMaterials {
      padding: 50px; } }
  @media (min-width: 71.25em) {
    .cp-AgmMaterials {
      padding: 60px; } }
  .cp-AgmMaterials:not(:last-child) {
    padding-bottom: 1em !important; }

.cp-AgmMaterials_Upcoming {
  display: block;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 25px;
  background-color: #f1f2f5;
  border-radius: 0.2em;
  text-align: center; }
  @media (min-width: 36em) {
    .cp-AgmMaterials_Upcoming {
      padding: 35px; } }
  @media (min-width: 45em) {
    .cp-AgmMaterials_Upcoming {
      padding: 40px; } }
  @media (min-width: 58.75em) {
    .cp-AgmMaterials_Upcoming {
      padding: 50px; } }
  @media (min-width: 71.25em) {
    .cp-AgmMaterials_Upcoming {
      padding: 60px; } }
  .cp-AgmMaterials_Upcoming > :first-child {
    margin-top: 0; }

.cp-AgmMaterials_Icon {
  font-size: 1.5em; }
  @media (min-width: 45em) {
    .cp-AgmMaterials_Icon {
      font-size: 1.8em; } }
  @media (min-width: 58.75em) {
    .cp-AgmMaterials_Icon {
      font-size: 2.2em; } }

.cp-AgmMaterials_MainHeading {
  color: #39383A;
  margin: 1rem 0 0.5rem 0; }

.cp-AgmMaterials_SubHeading {
  color: #39383A;
  margin: 0 0 2rem 0; }

.cp-AgmMaterials_WebcastLinks {
  margin: 2rem auto 0 auto; }

.cp-AgmMaterials_WebcastLink {
  display: block;
  position: relative;
  border-top: 0.1rem solid #CDD2D8;
  max-width: 500px;
  padding: 0.9em 0;
  text-align: left;
  font-size: 0.9em;
  margin: 0 auto;
  cursor: pointer; }
  .cp-AgmMaterials_WebcastLink:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .cp-AgmMaterials_WebcastLink:last-of-type {
    border-bottom: 0.1rem solid #CDD2D8; }
  .cp-AgmMaterials_WebcastLink small {
    display: block; }

#agm_details_toggle {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px; }

.cp-AgmMaterials_WebcastDetails {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 300ms;
  -o-transition: max-height 300ms;
  transition: max-height 300ms; }
  :checked ~ .cp-AgmMaterials_WebcastDetails {
    max-height: 200vh; }

.cp-AgmMaterials_WebcastType {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #da291c; }
  .cp-AgmMaterials_WebcastType span {
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 600;
    vertical-align: middle;
    display: inline-block; }
  .cp-AgmMaterials_WebcastType .gl-Icon {
    vertical-align: middle;
    display: inline-block;
    height: 1em;
    width: 1em;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms; }
  :checked ~ .cp-AgmMaterials_WebcastLink .cp-AgmMaterials_WebcastType .gl-Icon {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.cp-AgmMaterials_Downloads {
  margin: 2rem -0.25em 0 -0.25em;
  display: block;
  position: relative;
  text-align: left; }

.cp-AgmMaterials_Download {
  position: relative;
  width: 100%;
  border-radius: 0.2em;
  display: block;
  float: left;
  margin: 0.25em;
  background-color: #da291c;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  @media (min-width: 36em) {
    .cp-AgmMaterials_Download {
      width: calc(50% - 0.5em); } }
  @media (min-width: 58.75em) {
    .cp-AgmMaterials_Download {
      width: calc(33.33333% - 0.5em); } }
  .cp-AgmMaterials_Download:hover .cp-AgmMaterials_DownloadOverlay {
    background-color: rgba(218, 41, 28, 0.85); }

.cp-AgmMaterials_DownloadInner {
  position: relative;
  z-index: 1;
  padding: 2rem;
  width: 100%;
  height: 12em; }
  @media (min-width: 36em) {
    .cp-AgmMaterials_DownloadInner {
      height: 17em; } }
  .cp-AgmMaterials_DownloadInner h5 {
    margin: 0;
    color: white; }
  .cp-AgmMaterials_DownloadInner .gl-Icon {
    color: white;
    position: absolute;
    right: 2rem;
    bottom: 1.5rem;
    margin: 0; }
    .cp-AgmMaterials_DownloadInner .gl-Icon svg {
      width: 1em;
      height: 1em; }
      .cp-AgmMaterials_DownloadInner .gl-Icon svg * {
        fill: currentColor; }

.cp-AgmMaterials_DownloadOverlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3); }

.cp-AgmMaterials_DownloadLink {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: 2rem;
  left: 2rem; }
  .cp-AgmMaterials_DownloadLink span {
    font-size: 0.6em; }

.cp-AgmMaterials_Archives {
  display: block;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 25px;
  margin-top: 2em;
  background-color: #f1f2f5;
  border-radius: 0.2em;
  text-align: center; }
  @media (min-width: 36em) {
    .cp-AgmMaterials_Archives {
      padding: 35px; } }
  @media (min-width: 45em) {
    .cp-AgmMaterials_Archives {
      padding: 40px; } }
  @media (min-width: 58.75em) {
    .cp-AgmMaterials_Archives {
      padding: 50px; } }
  @media (min-width: 71.25em) {
    .cp-AgmMaterials_Archives {
      padding: 60px; } }

.cp-Archive_Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px; }

.cp-Archive_Title {
  color: currentColor; }

.cp-Archive_Report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.cp-Archive_ReportTitle {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  color: currentColor;
  margin: 0;
  margin-right: 25px; }

.cp-Archive_ReportLinks {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
  margin-left: 25px;
  border-bottom: 1px solid #ececec; }

.footer-note-eng {
  width: 200px;
  font-size: 11px; }

.cp-BoardMembers {
  display: block;
  width: 100%;
  padding: 25px; }
  @media (min-width: 36em) {
    .cp-BoardMembers {
      padding: 35px; } }
  @media (min-width: 45em) {
    .cp-BoardMembers {
      padding: 40px; } }
  @media (min-width: 58.75em) {
    .cp-BoardMembers {
      padding: 50px; } }
  @media (min-width: 71.25em) {
    .cp-BoardMembers {
      padding: 60px; } }

.cp-BoardMembers_wrap {
  display: block;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto;
  position: relative; }
  .cp-BoardMembers_wrap > :first-child {
    margin-top: 0; }

@media (min-width: 58.75em) {
  .cp-BoardMembers_Title {
    position: absolute; } }

.cp-BoardMembers_Filters {
  text-align: center;
  margin-bottom: 3rem; }

.cp-BoardMembers_FilterToggle {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7em;
  padding: 0.6em 2em 0.6em 0;
  border-bottom: 3px solid #f1f2f5;
  position: relative; }
  .cp-BoardMembers_FilterToggle.selected, .cp-BoardMembers_FilterToggle:hover, .cp-BoardMembers_FilterToggle:focus {
    border-bottom: 3px solid #da291c;
    outline: none; }
  .cp-BoardMembers_FilterToggle .gl-Icon {
    font-size: 0.8em;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s; }
    .cp-BoardMembers_FilterToggle .gl-Icon svg {
      width: 1em;
      height: 1em; }
      .cp-BoardMembers_FilterToggle .gl-Icon svg * {
        fill: currentColor; }
  .cp-BoardMembers_FilterToggle.selected .gl-Icon {
    -webkit-transform: translateY(-70%) rotate(180deg);
        -ms-transform: translateY(-70%) rotate(180deg);
            transform: translateY(-70%) rotate(180deg);
    vertical-align: 0.3em; }

.cp-BoardMembers_FilterButtons {
  margin-top: 2rem; }

.cp-BoardMembers_FilterButton {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 600;
  display: inline-block;
  padding: 0.8em 1.2em;
  margin: 0.125em;
  background-color: white;
  color: #39383A;
  border-radius: 0.2em;
  border: 1px solid #CDD2D8;
  vertical-align: center;
  margin-bottom: 5px;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear, border 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear, border 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear, border 0.1s linear; }
  .cp-BoardMembers_FilterButton:hover, .cp-BoardMembers_FilterButton:active {
    border: 1px solid #757779; }
  .cp-BoardMembers_FilterButton:active, .cp-BoardMembers_FilterButton:disabled, .cp-BoardMembers_FilterButton.selected {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .cp-BoardMembers_FilterButton.selected {
    background-color: #da291c;
    border: 1px solid #da291c;
    color: white; }

.cp-BoardMembers_Grid {
  margin: -0.25em;
  position: relative; }

.cp-BoardMembers_Member {
  width: calc(100% - 0.5em);
  display: block;
  border-radius: 0.2em;
  margin: 0.25em;
  height: 0;
  float: left;
  padding-bottom: 12rem;
  position: relative;
  background-color: #757779;
  overflow: hidden; }
  @media (min-width: 36em) {
    .cp-BoardMembers_Member {
      width: calc(50% - 0.5em);
      padding-bottom: 50%; } }
  @media (min-width: 45em) {
    .cp-BoardMembers_Member {
      width: calc(33.33333% - 0.5em);
      padding-bottom: 33.33333%; } }
  @media (min-width: 58.75em) {
    .cp-BoardMembers_Member {
      width: calc(25% - 0.5em);
      padding-bottom: 25%; } }
  .cp-BoardMembers_Member h5 {
    color: white;
    display: inline-block;
    margin-right: 0.25em;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.1em; }

.cp-BoardMembers_Certifications {
  font-weight: 200;
  font-size: 0.9em; }

.cp-BoardMembers_Position {
  position: absolute;
  bottom: 1.8rem;
  left: 2rem;
  font-size: 0.8em; }

.cp-BoardMembers_MemberInner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2rem;
  z-index: 1;
  color: white;
  text-align: left; }

.cp-BoardMembers_MemberBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 0; }

.cp-BoardMembers_MemberOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .cp-BoardMembers_Member:hover .cp-BoardMembers_MemberOverlay {
    opacity: 0.4; }

.cp-BoardMembers_FocusModal {
  display: block;
  width: 100%;
  padding: 25px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: white;
  z-index: 1000;
  color: #39383A;
  opacity: 0;
  height: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 36em) {
    .cp-BoardMembers_FocusModal {
      padding: 35px; } }
  @media (min-width: 45em) {
    .cp-BoardMembers_FocusModal {
      padding: 40px; } }
  @media (min-width: 58.75em) {
    .cp-BoardMembers_FocusModal {
      padding: 50px; } }
  @media (min-width: 71.25em) {
    .cp-BoardMembers_FocusModal {
      padding: 60px; } }

.cp-BoardMembers_FocusHeader {
  display: block;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto;
  margin-top: 4em;
  position: relative; }

.cp-BoardMembers_FocusTitle {
  font-size: 1.5em;
  color: currentColor;
  display: inline-block;
  margin-bottom: 0.25em;
  margin-top: 0; }
  @media (min-width: 45em) {
    .cp-BoardMembers_FocusTitle {
      font-size: 1.8em; } }
  @media (min-width: 58.75em) {
    .cp-BoardMembers_FocusTitle {
      font-size: 2.2em; } }

.cp-BoardMembers_FocusCert {
  margin-left: 1em;
  color: #B2B5B8; }

.cp-BoardMembers_FocusPosition {
  display: block; }

.cp-BoardMembers_FocusCloser {
  position: absolute;
  top: 0;
  right: 0;
  height: 3em;
  width: 3em;
  background-color: #CDD2D8;
  color: white;
  border-radius: 0.2em; }
  .cp-BoardMembers_FocusCloser:hover, .cp-BoardMembers_FocusCloser:focus {
    background-color: #B2B5B8; }
  .cp-BoardMembers_FocusCloser svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1.2em;
    height: 1.2em; }
    .cp-BoardMembers_FocusCloser svg * {
      fill: currentColor; }

.cp-BoardMembers_FocusContent {
  display: block;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto;
  margin-top: 2em; }

.gl-SectionTitle_Title_Small {
  font-size: small; }

.cp-BoardMembers_FocusProfile {
  position: relative;
  width: 100%;
  max-width: 24em;
  margin: 0 auto 1em auto; }
  @media (min-width: 45em) {
    .cp-BoardMembers_FocusProfile {
      width: 18em;
      float: right; } }

.cp-BoardMembers_FocusText {
  position: relative;
  width: 100%; }
  @media (min-width: 45em) {
    .cp-BoardMembers_FocusText {
      width: calc(100% - 18em);
      padding-right: 3em; } }

.cp-BoardMembers_FocusImage {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center; }

.cp-BoardMembers_FocusCommittees {
  margin: 2em 0; }

.cp-BoardMembers_FocusCommittee {
  display: block;
  margin-bottom: 0.5em; }
  .cp-BoardMembers_FocusCommittee .gl-Icon {
    color: #da291c;
    vertical-align: middle;
    margin-right: 0.5em; }

.gl-Breadcrumbs {
  border-bottom: 2px solid #ececec;
  padding: 1.1em 25px;
  font-size: 1em; }
  @media (min-width: 36em) {
    .gl-Breadcrumbs {
      padding: 1.1em 35px;
      font-size: 0.9em; } }
  @media (min-width: 45em) {
    .gl-Breadcrumbs {
      padding: 1.1em 40px;
      font-size: 0.85em; } }
  @media (min-width: 58.75em) {
    .gl-Breadcrumbs {
      padding: 1.1em 50px; } }
  @media (min-width: 71.25em) {
    .gl-Breadcrumbs {
      padding: 1.1em 60px; } }

.gl-Breadcrumbs_Wrap {
  display: block;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto; }
  .gl-Breadcrumbs_Wrap a:hover, .gl-Breadcrumbs_Wrap a:focus {
    color: #da291c; }

.gl-Breadcrumbs_Home {
  display: none; }
  @media (min-width: 45em) {
    .gl-Breadcrumbs_Home {
      display: inline-block; } }

.gl-Breadcrumbs_HomeIcon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  margin: 0;
  background-image: url("img/home.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (min-width: 45em) {
    .gl-Breadcrumbs_HomeIcon {
      display: none; } }

.gl-Breadcrumbs_Chevron {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  vertical-align: middle;
  margin: 0 0.5em;
  background-image: url("img/chevron-right.svg");
  background-position: center center;
  background-repeat: no-repeat; }

.cp-ComChart_ChartTitle {
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: .1em;
  color: #39383A; }

.cp-ComChart_ChartSubtitle {
  margin: 0;
  font-size: 0.8em; }

.cp-ComChart_ChartFigure {
  color: #39383A;
  font-size: 2.4em;
  font-weight: 300;
  margin: 0.3em 0; }

.cp-ComChart_Label {
  display: inline-block;
  margin: .3em 0 0 20px;
  text-indent: -16px;
  font-size: .85em;
  color: #485465;
  line-height: 1.3; }
  .cp-ComChartB_BarValueLabels .cp-ComChart_Label,
  .cp-ComChart_BarLabel .cp-ComChart_Label {
    font-size: 0.78em; }

.cp-ComChart_Value {
  font-weight: 600;
  margin-left: 3px; }

.cp-ComChart_Color {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 7px; }
  .cp-ComChart_LabelItem:first-child .cp-ComChart_Color,
  .cp-ComChartA_BarItem:first-child .cp-ComChart_Color {
    background-color: #800000; }
  .cp-ComChart_LabelItem:nth-child(2) .cp-ComChart_Color,
  .cp-ComChartA_BarItem:nth-child(2) .cp-ComChart_Color {
    background-color: #da291c; }
  .cp-ComChart_LabelItem:nth-child(3) .cp-ComChart_Color,
  .cp-ComChartA_BarItem:nth-child(3) .cp-ComChart_Color {
    background-color: #f08d8d; }
  .cp-ComChart_LabelItem:nth-child(4) .cp-ComChart_Color,
  .cp-ComChartA_BarItem:nth-child(4) .cp-ComChart_Color {
    background-color: #B2B5B8; }

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

.cp-ComChart_LabelItem {
  margin: 5px 0; }
  .cp-ComChartB_BarLabels .cp-ComChart_LabelItem,
  .cp-ComChartB_BarValueLabels .cp-ComChart_LabelItem {
    display: inline-block;
    margin-right: 15px; }

.cp-ComChartA_Text {
  max-width: 780px; }

.cp-ComChartA_StatsWrap {
  width: 100%;
  border: 2px solid #ececec;
  border-radius: 0.2em;
  padding: 0 1.5rem;
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  @media (min-width: 36em) {
    .cp-ComChartA_StatsWrap {
      padding: 1.5rem; } }
  @media (min-width: 45em) {
    .cp-ComChartA_StatsWrap {
      padding: 1.5rem 0; } }

.cp-ComChartA_StatsColumn {
  padding: 1.5rem 0;
  width: 100%;
  border-bottom: 2px solid #ececec; }
  .cp-ComChartA_StatsColumn:last-of-type {
    border-bottom: none; }
  @media (min-width: 36em) {
    .cp-ComChartA_StatsColumn {
      padding: 1.5rem; }
      .cp-ComChartA_StatsColumn:nth-child(2) {
        width: 50%;
        border-bottom: none;
        border-right: 2px solid #ececec; }
      .cp-ComChartA_StatsColumn:nth-child(3) {
        width: 50%; } }
  @media (min-width: 58.75em) {
    .cp-ComChartA_StatsColumn {
      border-right: 2px solid #ececec;
      vertical-align: top;
      padding: 0 1.5rem;
      border-bottom: none; }
      .cp-ComChartA_StatsColumn:first-child {
        width: 40%; }
      .cp-ComChartA_StatsColumn:nth-child(2) {
        width: 30%; }
      .cp-ComChartA_StatsColumn:nth-child(3) {
        width: 30%;
        border-right: none; } }

.cp-ComChartA_ChartWrap {
  vertical-align: top;
  @extends .clearfix; }

.cp-ComChartA_ChartLabels {
  width: 52%; }

.cp-ComChartA_ChartPie {
  width: 48%;
  max-width: 15em;
  margin: 0 auto;
  padding-left: 10px; }

.cp-ComChartA_ChartLabels,
.cp-ComChartA_ChartPie {
  float: left;
  vertical-align: top; }

.cp-ComChartA_LabelItem {
  vertical-align: center; }

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

.cp-ComChartA_BarCharts {
  margin: 2.5em 0 0; }

.cp-ComChartA_BarItem {
  margin: 1.4em 0; }

.cp-ComChartA_Bar {
  width: 100%;
  height: 12px;
  background: #f1f2f5;
  border-radius: .3em; }

.cp-ComChartA_BarFill {
  height: 100%;
  border-radius: .3em; }
  .cp-ComChartA_BarItem:first-child .cp-ComChartA_BarFill {
    background-color: #800000; }
  .cp-ComChartA_BarItem:nth-child(2) .cp-ComChartA_BarFill {
    background-color: #da291c; }
  .cp-ComChartA_BarItem:nth-child(3) .cp-ComChartA_BarFill {
    background-color: #f08d8d; }
  .cp-ComChartA_BarItem:nth-child(4) .cp-ComChartA_BarFill {
    background-color: #B2B5B8; }

.cp-ComChartB_StatsWrap {
  width: 100%;
  border: 2px solid #ececec;
  border-radius: 0.2em;
  padding: 0 1.5rem;
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.cp-ComChartB_PieChart,
.cp-ComChartB_BarChart {
  width: 100%;
  padding: 1.5rem 0;
  border-bottom: 2px solid #ececec; }
  .cp-ComChartB_PieChart:last-of-type,
  .cp-ComChartB_BarChart:last-of-type {
    border-bottom: none; }
  @media (min-width: 45em) {
    .cp-ComChartB_PieChart,
    .cp-ComChartB_BarChart {
      width: 50%; }
      .cp-ComChartB_PieChart:nth-of-type(even) .cp-ComChartB_StatsColumn,
      .cp-ComChartB_BarChart:nth-of-type(even) .cp-ComChartB_StatsColumn {
        border-right: none;
        padding-left: 1.5rem;
        padding-right: 0; }
      .cp-ComChartB_PieChart:nth-child(3),
      .cp-ComChartB_BarChart:nth-child(3) {
        border-bottom: none; } }

@media (min-width: 45em) {
  .cp-ComChartB_StatsColumn {
    border-right: 2px solid #ececec;
    padding-right: 1.5rem; } }

.cp-ComChartB_ChartText,
.cp-ComChartB_ChartPie {
  display: block;
  width: 100%; }
  @media (min-width: 36em) {
    .cp-ComChartB_ChartText,
    .cp-ComChartB_ChartPie {
      float: left;
      width: 50%; } }

.cp-ComChartB_ChartPie {
  max-width: 15em;
  margin: 1em auto 0 auto; }

.cp-ComChartB_BarLabels {
  margin: 1.3em 0 1em; }

.cp-ComChartB_BarItemLabel {
  font-size: 0.8em;
  font-weight: 600;
  margin: 0;
  display: inline-block;
  width: 3em; }

.cp-ComChartB_Bar {
  display: inline-block;
  width: calc(100% - 3em);
  @extends .clearfix; }

.cp-ComChartB_BarSection {
  height: 10px;
  background-color: #B2B5B8;
  float: left;
  position: relative;
  border-right: 2px solid white;
  border-radius: 0 20px 20px 0; }
  .cp-ComChartB_BarSection:first-child {
    border-radius: 20px;
    background-color: #800000;
    z-index: 3; }
  .cp-ComChartB_BarSection:nth-child(2) {
    background-color: #da291c;
    left: -1px;
    z-index: 2; }
  .cp-ComChartB_BarSection:nth-child(3) {
    background-color: #f08d8d;
    left: -3px;
    z-index: 1; }
  .cp-ComChartB_BarSection:nth-child(4) {
    background-color: #B2B5B8;
    left: -5px;
    z-index: 0; }

.cp-ComChartB_BarValueLabels {
  text-align: right;
  margin: -4px 0 10px; }

.cp-Contact_Item {
  border-bottom: 2px solid #ececec; }
  .cp-Contact_Item:first-child {
    border-top: 2px solid #ececec; }

.cp-Contact_ItemHeader {
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 1em 1em 0;
  background: white;
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer; }
  .cp-Contact_ItemHeader:hover, .cp-Contact_ItemHeader:focus, .cp-Contact_ItemHeader.js-active {
    outline: none; }

.cp-Contact_Title {
  display: block;
  margin: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #757779;
  width: calc(100% - 2em); }
  @media (min-width: 45em) {
    .cp-Contact_Title {
      width: calc(100% - 3em); } }
  .cp-Contact_ItemHeader:hover .cp-Contact_Title,
  .js-active .cp-Contact_Title {
    color: #da291c; }

.cp-Contact_Arrow {
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  @media (min-width: 45em) {
    .cp-Contact_Arrow {
      right: 2em; } }
  .cp-Contact_Arrow svg {
    fill: #da291c; }
  .js-active .cp-Contact_Arrow {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg); }

.cp-Contact_ItemContent {
  height: 0;
  overflow: hidden;
  opacity: 0; }
  .cp-Contact_ItemContent.open {
    height: auto;
    opacity: 1; }

.cp-Contact_InquiryText {
  padding: .5em 3em 2.5em; }
  .cp-Contact_InquiryText h5 {
    color: #39383A;
    margin: 2.2em 0 0; }
  .cp-Contact_InquiryText a {
    color: #da291c;
    font-weight: 400; }

.cp-Contact_SignUpLink {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: #da291c;
  color: white;
  border: none;
  display: inline-block;
  width: auto;
  padding: 1.3em 3em;
  font-size: .7em;
  font-weight: 400;
  border-radius: 3px;
  margin: 1em 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .cp-Contact_SignUpLink:hover {
    background: #79160f; }

.cp-ContactCard_Container {
  width: 100%;
  margin: 1em -.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.cp-ContactCard_CardWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 350px;
          flex: 1 1 350px;
  padding: .5em; }

.cp-ContactCard_Card {
  background-color: #F6F7FA;
  padding: 1.5em 2em;
  height: 100%; }
  @media (min-width: 36em) {
    .cp-ContactCard_Card {
      padding: 2.5em 3em; } }

.cp-ContactCard_Name {
  font-size: 1.15em;
  color: #39383A;
  margin: 0; }
  @media (min-width: 45em) {
    .cp-ContactCard_Name {
      font-size: 1.2em; } }
  @media (min-width: 58.75em) {
    .cp-ContactCard_Name {
      font-size: 1.3em; } }

.cp-ContactCard_Address {
  font-style: normal;
  margin: 1.8em 0; }

.cp-ContactCard_Phone,
.cp-ContactCard_Email {
  margin: 0;
  padding: 1em 0;
  border-bottom: 2px solid #CDD2D8; }

.cp-ContactCard_Phone {
  border-top: 2px solid #CDD2D8; }

.cp-ContactCard_Icon {
  font-size: 1.7em;
  margin-right: 10px; }
  .cp-ContactCard_Icon svg * {
    fill: #39383A; }

.cp-ContactDocsForm_Header {
  font-size: 1.2em;
  margin-top: 2em; }

.cp-ContactDocsForm_Icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: .6em; }

.cp-ContactDocsForm_Wrap {
  background: #F6F7FA;
  padding: 1em 2em;
  max-width: 630px; }

.cp-ContactDocsForm_Item {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 600;
  margin: 3em 0;
  color: #39383A; }
  @media (min-width: 36em) {
    .cp-ContactDocsForm_Item {
      margin: 2em 0; } }

.cp-ContactDocsForm_ItemCol1 {
  width: 100%; }
  .cp-ContactDocsForm_ItemCol1 .gl-Icon {
    font-size: 2em;
    margin-right: 0.25em; }
  .cp-ContactDocsForm_ItemCol1 label {
    display: inline-block;
    vertical-align: middle; }
  @media (min-width: 36em) {
    .cp-ContactDocsForm_ItemCol1 {
      float: left;
      width: calc(100% - 12em); } }

.cp-ContactDocsForm_ItemCol2 {
  width: 100%;
  text-align: left;
  margin-top: 0.5rem; }
  @media (min-width: 36em) {
    .cp-ContactDocsForm_ItemCol2 {
      float: left;
      width: 12em;
      margin-top: 0; } }

.cp-ContactDocsForm_ItemLink {
  display: inline-block; }

.cp-ContactDocsForm_Checkbox {
  -webkit-appearance: checkbox;
  margin: 0 0 0 2em;
  width: auto;
  display: inline-block; }

.cp-ContactDocsForm_Main {
  padding: 1em 2em;
  background: #F6F7FA;
  margin-bottom: 3.5em;
  max-width: 860px; }

#request-form-name,
#request-form-email,
#request-form-company,
#request-form-phone {
  max-width: 500px; }

#request-form-streetAddress {
  width: 98.5%; }

@media (min-width: 36em) {
  .cp-ContactDocsForm_InputWrap {
    width: 49%;
    display: inline-block; } }

input[type="checkbox"] {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  border: 1px solid #B2B5B8;
  padding: 8px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: white; }

input[type="checkbox"]:checked {
  background-color: #DA291C;
  border: 1px solid #DA291C; }

input[type="checkbox"]:checked:after {
  content: '\2714';
  font-size: 13px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: white; }

.cp-ContactForm {
  background: #F6F7FA;
  max-width: 860px;
  margin: 2em 0;
  padding: 1.5em 2em; }
  @media (min-width: 36em) {
    .cp-ContactForm {
      padding: 2.5em 3em; } }

.cp-ContactForm_Required {
  text-align: right;
  font-size: .85em;
  margin-bottom: -12px;
  padding-right: 8px; }
  .cp-ContactForm_Required span {
    color: #da291c; }

.cp-ContactForm_Header {
  font-size: 1.4em;
  color: #39383A;
  margin-top: 0; }

.cp-ContactForm_Form label,
.cp-ContactDocsForm_Main label {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 600; }

.cp-ContactForm_Form input,
.cp-ContactForm_Form textarea,
.cp-ContactForm_Form select,
.cp-ContactDocsForm_Main input,
.cp-ContactDocsForm_Main textarea,
.cp-ContactDocsForm_Main select {
  margin: 5px 0 1.2em; }

.cp-ContactForm_Form input.ng-invalid.ng-dirty,
.cp-ContactDocsForm_Main input.ng-invalid.ng-dirty {
  border: 1px solid #da291c; }

.cp-ContactForm_SubmitButton {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.7em;
  display: inline-block;
  padding: 1.3em 0;
  width: 15em;
  background-color: #da291c;
  color: white;
  border-radius: 0.2em;
  border: none;
  vertical-align: center;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear; }
  .cp-ContactForm_SubmitButton:hover, .cp-ContactForm_SubmitButton:active {
    background-color: #961c13; }
  .cp-ContactForm_SubmitButton:active, .cp-ContactForm_SubmitButton:disabled {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .cp-ContactForm_SubmitButton:disabled {
    background-color: #961c13;
    color: #d9d9d9; }
  .cp-ContactForm_SubmitButton.submitted, .cp-ContactForm_SubmitButton.submitted:disabled {
    background: #0096AE;
    color: white; }

.cp-ContactForm_Clear {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: inline-block;
  padding: 1.3em 2em;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 0.7em;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .cp-ContactForm_Clear:hover {
    color: #da291c; }

.cp-ContactForm_Message {
  margin: 1.5em 0 0 0; }

.cp-CreditRatings {
  padding-top: 30px;
  padding-bottom: 14px !important; }

.cp-CreditRatings_wrap {
  display: block;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto; }
  .cp-CreditRatings_wrap *:first-child {
    margin-top: 0; }

.cp-CreditRatings_Text {
  max-width: 780px; }

.cp-CreditRatings_Box {
  border: 1px solid #CDD2D8;
  border-radius: 0.2em;
  padding: 1.7rem 2rem; }
  @media (min-width: 45em) {
    .cp-CreditRatings_Box {
      padding: 2.4rem 3rem; } }

.cp-CreditRatings_TableHeading {
  margin-top: 0;
  font-size: 1.1em; }

.cp-CreditRatings_TableNote {
  max-width: 780px; }

.cp-CreditRatings_Table {
  width: 100%;
  border-top: 0.3em #CDD2D8 solid;
  border-bottom: 1px #CDD2D8 solid;
  border-radius: 0.2em;
  margin-top: 2em; }
  .cp-CreditRatings_Table .gl-CollapsingTable {
    width: 100%; }
  .cp-CreditRatings_Table .gl-CollapsingTable_Row {
    position: relative;
    padding: 1.5em 0;
    border-top: 1px dotted #CDD2D8; }
    @media (min-width: 45em) {
      .cp-CreditRatings_Table .gl-CollapsingTable_Row {
        border-top: none;
        padding: 0; } }
  .cp-CreditRatings_Table .gl-CollapsingTable_Header .gl-CollapsingTable_Col {
    vertical-align: bottom;
    font-size: 0.8em;
    line-height: 1.2em;
    border-bottom: 1px solid #CDD2D8;
    color: #da291c;
    font-weight: 600; }
    .cp-CreditRatings_Table .gl-CollapsingTable_Header .gl-CollapsingTable_Col:first-of-type {
      color: #757779; }
  .cp-CreditRatings_Table .gl-CollapsingTable_RowControls {
    position: absolute;
    top: 1.6em;
    right: 0;
    z-index: 1; }
    .cp-CreditRatings_Table .gl-CollapsingTable_RowControls button {
      font-size: 1em;
      color: #da291c;
      width: 1em;
      height: 1em; }
      .cp-CreditRatings_Table .gl-CollapsingTable_RowControls button img {
        width: 100%; }
    @media (min-width: 45em) {
      .cp-CreditRatings_Table .gl-CollapsingTable_RowControls {
        display: none; } }
  .cp-CreditRatings_Table .gl-CollapsingTable_Col {
    margin-bottom: 0.5em; }
    @media (min-width: 45em) {
      .cp-CreditRatings_Table .gl-CollapsingTable_Col {
        padding: 1.2em;
        font-size: 0.9em;
        text-align: center;
        margin-bottom: 0;
        -webkit-transition: background-color 0.1s;
        -o-transition: background-color 0.1s;
        transition: background-color 0.1s; }
        .cp-CreditRatings_Table .gl-CollapsingTable_Col:first-of-type {
          padding-left: 0;
          text-align: left; } }
  .cp-CreditRatings_Table .gl-CollapsingTable_MobileLabel {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    width: 50%;
    padding-right: 1.5em;
    margin: 0; }
  .cp-CreditRatings_Table .gl-CollapsingTable_Content {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 1em); }
    @media (min-width: 45em) {
      .cp-CreditRatings_Table .gl-CollapsingTable_Content {
        width: auto;
        display: inline; } }
  .cp-CreditRatings_Table .gl-CollapsingTable_KeyContent {
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 2em); }
    @media (min-width: 45em) {
      .cp-CreditRatings_Table .gl-CollapsingTable_KeyContent {
        font-weight: inherit; } }

.cp-CreditRatings_FootnoteButton {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.7em;
  padding: 1em 0;
  margin-top: 1em;
  color: #757779;
  font-weight: 600; }
  .cp-CreditRatings_FootnoteButton:hover {
    color: #39383A; }
  .cp-CreditRatings_FootnoteButton:focus {
    color: #da291c;
    outline: none; }

.cp-CreditRatings_TableFootnotes {
  font-size: 0.8em;
  max-width: 780px; }
  .cp-CreditRatings_TableFootnotes *:first-child {
    margin-top: 0; }
  .cp-CreditRatings_TableFootnotes ol {
    padding-left: 1.2em; }
  .cp-CreditRatings_TableFootnotes li {
    margin-bottom: 0.5em; }

.cp-CurrentReports_SectionTitle {
  color: #39383A; }

.cp-CurrentReports {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.cp-CurrentReport_Card {
  border: 1px solid #CDD2D8;
  border-radius: 0.2em;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  margin-bottom: 2em; }
  @media (max-width: 44.99em) {
    .cp-CurrentReport_Card {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; } }

.cp-CurrentReport_CardHeader {
  position: relative;
  overflow: hidden;
  padding: 25px;
  text-align: center;
  height: 290px; }
  .cp-CurrentReport_CardHeader img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 0.2em;
    -webkit-box-shadow: 0 0 2em rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 2em rgba(0, 0, 0, 0.15);
    z-index: 1;
    width: auto;
    max-width: 90%;
    max-height: 240px; }

.cp-CurrentReport_Body {
  padding: 25px; }

.cp-CurrentReport_CardTitle {
  color: currentColor;
  margin-top: 0; }

.cp-CurrentReport_LinkItem {
  border-top: 1px solid #ececec;
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.cp-CurrentReport_Links {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #da291c;
  font-weight: 600;
  font-size: 0.7em;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .cp-CurrentReport_Links a:hover {
    color: #79160f; }
  .cp-CurrentReport_Links a:last-of-type .gl-Icon {
    margin-right: 0; }
  .cp-CurrentReport_Links .gl-Icon {
    font-size: 1.7em;
    margin-right: 1em;
    display: inline-block;
    width: 28px;
    text-align: right; }
    .cp-CurrentReport_Links .gl-Icon svg {
      width: 1em;
      height: 1em; }
      .cp-CurrentReport_Links .gl-Icon svg * {
        fill: currentColor; }

.cp-CurrentReport_Button {
  border-radius: 0.2em;
  display: block;
  padding: 1.5em 2em;
  color: white;
  background-color: #da291c;
  max-width: 40em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 58.75em) {
    .cp-CurrentReport_Button {
      padding: 2.2em 2.7em; } }

.cp-CurrentReport_ButtonTitle {
  display: block;
  margin-bottom: 0.3em;
  font-size: 1.15em; }
  @media (min-width: 45em) {
    .cp-CurrentReport_ButtonTitle {
      font-size: 1.2em; } }
  @media (min-width: 58.75em) {
    .cp-CurrentReport_ButtonTitle {
      font-size: 1.3em; } }

.cp-CurrentReport_ButtonText {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.7em; }

.cp-Downloads {
  display: block;
  width: 100%;
  padding: 25px; }
  @media (min-width: 36em) {
    .cp-Downloads {
      padding: 35px; } }
  @media (min-width: 45em) {
    .cp-Downloads {
      padding: 40px; } }
  @media (min-width: 58.75em) {
    .cp-Downloads {
      padding: 50px; } }
  @media (min-width: 71.25em) {
    .cp-Downloads {
      padding: 60px; } }
  .cp-Downloads:not(:last-child) {
    padding-bottom: 0; }

.cp-Downloads_wrap {
  display: block;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto; }
  .cp-Downloads_wrap > :first-child {
    margin-top: 0; }

.cp-Downloads_Downloads_span {
  display: inline-block; }

.cp-Downloads_Downloads {
  margin: 2rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-left: 20px; }

.cp-Downloads_Download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-bottom: 0.1rem solid #ececec;
  padding: 1.5em 0;
  text-align: left;
  font-size: 0.9em; }
  .cp-Downloads_Download:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .cp-Downloads_Download:first-of-type {
    border-top: 0.1rem solid #ececec; }
  @media (min-width: 58.75em) {
    .cp-Downloads_Download {
      width: calc(50% - 1rem); }
      .cp-Downloads_Download:nth-of-type(2) {
        border-top: 0.1rem solid #ececec; }
      .cp-Downloads_Download:nth-child(9n+9) {
        margin-right: 2rem; }
      .cp-Downloads_Download:nth-of-type(odd) {
        margin-right: 1rem; }
      .cp-Downloads_Download:nth-of-type(even) {
        margin-left: 0rem; } }

.cp-Downloads_Type {
  position: inline-block;
  min-width: 55px;
  right: 5px;
  color: #da291c; }
  .cp-Downloads_Type span {
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 600;
    vertical-align: middle;
    display: inline-block; }
  .cp-Downloads_Type .gl-Icon {
    vertical-align: middle;
    display: inline-block;
    height: 1em;
    width: 1em; }

.cp-Downloads_Type_fr {
  position: inline-block;
  min-width: 55px;
  right: 5px;
  color: #da291c; }
  .cp-Downloads_Type_fr span {
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 600;
    vertical-align: middle;
    display: inline-block; }
  .cp-Downloads_Type_fr .gl-Icon {
    vertical-align: middle;
    display: inline-block;
    height: 1em;
    width: 1em; }

.cp-DRIP {
  display: block;
  width: 100%;
  padding: 25px;
  padding-top: 0 !important; }
  @media (min-width: 36em) {
    .cp-DRIP {
      padding: 35px; } }
  @media (min-width: 45em) {
    .cp-DRIP {
      padding: 40px; } }
  @media (min-width: 58.75em) {
    .cp-DRIP {
      padding: 50px; } }
  @media (min-width: 71.25em) {
    .cp-DRIP {
      padding: 60px; } }

.cp-DRIP_wrap {
  display: block;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto; }
  .cp-DRIP_wrap .gl-SectionTitle-xsmall {
    margin-top: 0; }

.cp-DRIP_BlockAText {
  max-width: 780px; }
  @media (min-width: 58.75em) {
    .cp-DRIP_BlockAText {
      max-width: calc(100% - 30em);
      padding-right: 1em;
      float: left; } }
  .cp-DRIP_BlockAText *:first-child {
    margin-top: 0; }

.cp-DRIP_Downloads {
  margin-top: 25px;
  margin-left: -0.25em;
  margin-right: -0.25em;
  position: relative;
  width: 100%; }
  @media (min-width: 36em) {
    .cp-DRIP_Downloads {
      margin-top: 35px; } }
  @media (min-width: 58.75em) {
    .cp-DRIP_Downloads {
      margin-top: 0;
      float: left;
      width: 30em; } }

.cp-DRIP_Download {
  position: relative;
  width: 100%;
  border-radius: 0.2em;
  display: block;
  float: left;
  margin: 0.25em;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  @media (min-width: 36em) {
    .cp-DRIP_Download {
      width: calc(50% - 0.5em); } }
  .cp-DRIP_Download:hover .cp-DRIP_DownloadOverlay {
    background-color: rgba(121, 22, 15, 0.9); }

.cp-DRIP_DownloadInner {
  position: relative;
  z-index: 1;
  padding: 1.5rem;
  width: 100%;
  height: 10em; }
  @media (min-width: 36em) {
    .cp-DRIP_DownloadInner {
      height: 15em;
      padding: 2rem; } }
  .cp-DRIP_DownloadInner h5 {
    margin: 0;
    color: white; }
  .cp-DRIP_DownloadInner .gl-Icon {
    color: white;
    position: absolute;
    right: 1.5rem;
    bottom: 1rem;
    margin: 0; }
    .cp-DRIP_DownloadInner .gl-Icon svg {
      width: 1em;
      height: 1em; }
      .cp-DRIP_DownloadInner .gl-Icon svg * {
        fill: currentColor; }
    @media (min-width: 36em) {
      .cp-DRIP_DownloadInner .gl-Icon {
        right: 2rem;
        bottom: 1.5rem; } }

.cp-DRIP_DownloadOverlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  -webkit-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s; }

.cp-DRIP_DownloadLink {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem; }
  @media (min-width: 36em) {
    .cp-DRIP_DownloadLink {
      bottom: 2rem;
      left: 2rem; } }
  .cp-DRIP_DownloadLink span {
    font-size: 0.6em; }

.cp-DRIP_BlockB {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 3px solid #ececec; }
  @media (min-width: 36em) {
    .cp-DRIP_BlockB {
      margin-top: 35px;
      padding-top: 35px; } }
  @media (min-width: 45em) {
    .cp-DRIP_BlockB {
      margin-top: 40px;
      padding-top: 40px; } }
  @media (min-width: 58.75em) {
    .cp-DRIP_BlockB {
      margin-top: 50px;
      padding-top: 50px; } }
  @media (min-width: 71.25em) {
    .cp-DRIP_BlockB {
      margin-top: 60px;
      padding-top: 60px; } }

.cp-DRIP_BlockBText {
  max-width: 780px;
  margin: 0 auto; }
  .cp-DRIP_BlockBText *:first-child {
    margin-top: 0; }

.cp-Faq_Items {
  list-style: none;
  padding: 0; }

.cp-Faq_QuestionToggle {
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 1em 1em 0;
  border-bottom: 2px solid #ececec;
  background: white;
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer; }
  .cp-Faq_Item:first-child .cp-Faq_QuestionToggle {
    border-top: 2px solid #ececec; }
  .cp-Faq_QuestionToggle:hover, .cp-Faq_QuestionToggle:focus, .cp-Faq_QuestionToggle.js-active {
    outline: none; }
  .cp-Faq_QuestionToggle.js-active {
    border-bottom: 0.1rem solid #da291c; }

.cp-Faq_Question {
  display: block;
  margin: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #757779;
  width: calc(100% - 2em); }
  @media (min-width: 45em) {
    .cp-Faq_Question {
      width: calc(100% - 3em); } }
  .cp-Faq_QuestionToggle:hover .cp-Faq_Question,
  .js-active .cp-Faq_Question {
    color: #da291c; }

.cp-Faq_Arrow {
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  @media (min-width: 45em) {
    .cp-Faq_Arrow {
      right: 2em; } }
  .cp-Faq_Arrow svg {
    fill: #da291c; }
  .js-active .cp-Faq_Arrow {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg); }

.cp-Faq_Answer {
  pointer-events: auto;
  position: relative;
  z-index: 1;
  height: 0;
  overflow: hidden;
  opacity: 0; }
  .cp-Faq_Answer.open {
    height: auto;
    opacity: 1;
    left: 15px; }

.cp-FinancialHistory {
  padding-top: 1rem; }

.cp-FinancialHistory_Table {
  width: 100%; }
  @media (min-width: 45em) {
    .cp-FinancialHistory_Table .gl-CollapsingTable_Row:hover {
      background-color: #f08d8d; } }
  .cp-FinancialHistory_Table .gl-CollapsingTable_Col {
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .cp-FinancialHistory_Table .gl-CollapsingTable_Col.info-column {
      padding: 0 1rem 0.25rem 1rem; }
    .cp-FinancialHistory_Table .gl-CollapsingTable_Col.year-header {
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: #B2B5B8;
      font-size: 0.7em; }
      .cp-FinancialHistory_Table .gl-CollapsingTable_Col.year-header:nth-child(2) {
        color: inherit; }
    @media (min-width: 45em) {
      .cp-FinancialHistory_Table .gl-CollapsingTable_Col {
        text-align: right; }
        .cp-FinancialHistory_Table .gl-CollapsingTable_Col:nth-child(2) {
          font-weight: 600; } }
    .cp-FinancialHistory_Table .gl-CollapsingTable_Col:first-child {
      text-align: left; }
    .cp-FinancialHistory_Table .gl-CollapsingTable_Col small {
      color: #000;
      max-width: 30em;
      display: inline-block; }
  .cp-FinancialHistory_Table .gl-CollapsingTable_MobileLabel {
    display: inline-block;
    font-weight: 600; }

.cp-FinancialHistory_FootnotesWrap {
  margin-top: 25px; }

.cp-FinancialHistory_Footnotes {
  font-size: 0.8em; }

.cp-Footnotes_Wrap {
  margin-top: 25px; }

.cp-Footnotes {
  font-size: 0.8em;
  margin-top: 1em; }

.cp-Footnotes_Endnotes {
  max-width: 780px;
  font-size: 0.8em;
  margin-left: auto;
  margin-right: auto; }

.cp-Footer {
  clear: both;
  background: white;
  position: relative; }
  .cp-Footer .menu-item {
    padding: 4px 0; }

.cp-Footer_Container {
  color: white;
  width: 100%; }
  @media (min-width: 45em) {
    .cp-Footer_Container {
      background: -webkit-gradient(linear, right top, left top, color-stop(50%, #da291c), color-stop(50%, #da291c));
      background: -o-linear-gradient(right, #da291c 50%, #da291c 50%);
      background: linear-gradient(to left, #da291c 50%, #da291c 50%); } }

.cp-Footer_Inner {
  max-width: 1302px;
  display: block;
  margin: 0 auto; }
  @media (min-width: 36em) {
    .cp-Footer_Inner {
      max-width: 1322px; } }
  @media (min-width: 45em) {
    .cp-Footer_Inner {
      max-width: 1332px; } }
  @media (min-width: 58.75em) {
    .cp-Footer_Inner {
      max-width: 1352px; } }
  @media (min-width: 71.25em) {
    .cp-Footer_Inner {
      max-width: 1372px; } }

.cp-Footer_AboutNav {
  display: block;
  width: 100%;
  padding: 25px;
  background: #da291c; }
  @media (min-width: 36em) {
    .cp-Footer_AboutNav {
      padding: 35px; } }
  @media (min-width: 45em) {
    .cp-Footer_AboutNav {
      padding: 40px; } }
  @media (min-width: 58.75em) {
    .cp-Footer_AboutNav {
      padding: 50px; } }
  @media (min-width: 71.25em) {
    .cp-Footer_AboutNav {
      padding: 60px; } }
  @media (min-width: 45em) {
    .cp-Footer_AboutNav {
      float: left;
      width: 50%;
      background: none; } }

.cp-Footer_Communication {
  display: block;
  width: 100%;
  padding: 25px;
  background: #da291c; }
  @media (min-width: 36em) {
    .cp-Footer_Communication {
      padding: 35px; } }
  @media (min-width: 45em) {
    .cp-Footer_Communication {
      padding: 40px; } }
  @media (min-width: 58.75em) {
    .cp-Footer_Communication {
      padding: 50px; } }
  @media (min-width: 71.25em) {
    .cp-Footer_Communication {
      padding: 60px; } }
  @media (min-width: 45em) {
    .cp-Footer_Communication {
      float: left;
      width: 50%;
      background: none; } }
  .cp-Footer_Communication .cp-Footer_Inner {
    margin: 0 auto 0 0; }

.cp-Footer_CommunicationWrap {
  width: 100%;
  position: relative; }

.cp-Footer_Nav {
  margin: 0 0 15px 0;
  padding: 0; }
  .cp-Footer_Nav li {
    list-style: none; }
  .cp-Footer_Nav-Connect {
    float: left; }
  .cp-Footer_Nav-Social {
    font-size: 1.5em; }
    @media (min-width: 45em) {
      .cp-Footer_Nav-Social {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 1.5em; } }
    .cp-Footer_Nav-Social li {
      display: inline-block;
      margin-left: 0.5em; }
    .cp-Footer_Nav-Social li:first-child {
      margin-left: 0; }
  .cp-Footer_Nav .menu-item > a {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease; }
    .cp-Footer_Nav .menu-item > a:hover {
      opacity: 0.7; }

.cp-Footer_SocialIcon {
  margin: 0 5px; }

.cp-Footer_Copyright {
  text-align: center;
  padding: 0.9em 0;
  font-size: 0.9em; }
  @media (min-width: 45em) {
    .cp-Footer_Copyright {
      padding: 1.2em 0;
      font-size: 0.8em; } }

.cp-Footer_NavIcon svg * {
  fill: currentColor; }

.cp-Footer_SubscriptionButton {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }
  .cp-Footer_SubscriptionButton:hover {
    opacity: 0.7; }

.cp-FrontPageHero {
  display: block;
  width: 100%;
  padding: 25px;
  background-color: #39383A;
  position: relative;
  z-index: 0; }
  @media (min-width: 36em) {
    .cp-FrontPageHero {
      padding: 35px; } }
  @media (min-width: 45em) {
    .cp-FrontPageHero {
      padding: 40px; } }
  @media (min-width: 58.75em) {
    .cp-FrontPageHero {
      padding: 50px; } }
  @media (min-width: 71.25em) {
    .cp-FrontPageHero {
      padding: 60px; } }

.cp-FrontPageHero_Inner {
  display: block;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto;
  position: relative;
  padding-top: 2em !important;
  z-index: 1;
  min-height: 80vh; }
  @media (min-width: 36em) {
    .cp-FrontPageHero_Inner {
      padding-top: 3em !important; } }
  @media (min-width: 45em) {
    .cp-FrontPageHero_Inner {
      min-height: 90vh; }
      .admin-bar .cp-FrontPageHero_Inner {
        min-height: calc(90vh - 31px); } }

.cp-FrontPageHero_TitlePanel {
  width: 100%;
  position: relative; }
  @media (min-width: 58.75em) {
    .cp-FrontPageHero_TitlePanel {
      width: calc(45% + 5rem);
      float: left; } }

.cp-FrontPageHero_Title {
  margin: 0;
  color: white;
  position: relative;
  z-index: 1; }

.cp-FrontPageHero_Noti {
  background: white;
  border-bottom: 5px solid #da291c;
  border-radius: 0.2em;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  padding: 1.5rem;
  max-width: 400px;
  position: fixed;
  z-index: 9;
  opacity: 0;
  -webkit-animation: fadeIn .5s ease forwards 1s;
          animation: fadeIn .5s ease forwards 1s;
  bottom: 65%;
  left: 25px; }
  @media (min-width: 36em) {
    .cp-FrontPageHero_Noti {
      left: 35px; } }
  @media (min-width: 45em) {
    .cp-FrontPageHero_Noti {
      left: 40px;
      bottom: 33%; } }
  @media (min-width: 58.75em) {
    .cp-FrontPageHero_Noti {
      left: 50px;
      bottom: 51px; } }
  @media (min-width: 71.25em) {
    .cp-FrontPageHero_Noti {
      left: 60px; } }
  @media (min-width: 84.375em) {
    .cp-FrontPageHero_Noti {
      left: 8%; } }
  @media (min-width: 100em) {
    .cp-FrontPageHero_Noti {
      left: 13%; } }

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.cp-FrontPageHero_NotiIcon {
  color: #da291c;
  font-size: 1.6em;
  margin-right: .5em;
  display: inline-block;
  width: 8%;
  vertical-align: middle; }

.cp-FrontPageHero_NotiWrap {
  display: inline-block;
  width: 80%;
  vertical-align: middle; }

.cp-FrontPageHero_NotiText {
  font-weight: 600;
  margin: 0; }

.cp-FrontPageHero_NotiLink {
  margin: 0;
  display: block; }

.cp-FrontPageHer_NotiClose {
  position: absolute;
  top: 0;
  right: 0;
  padding: .5em;
  cursor: pointer;
  z-index: 10; }
  .cp-FrontPageHer_NotiClose svg {
    fill: #757779;
    height: 24px; }

.cp-FrontPageHero_GraphPanel {
  position: absolute;
  bottom: 0;
  left: 0;
  top: -40px;
  height: 100%;
  width: 100%;
  color: white; }
  @media (min-width: 36em) {
    .cp-FrontPageHero_GraphPanel {
      height: auto; } }
  @media (min-width: 58.75em) {
    .cp-FrontPageHero_GraphPanel {
      position: relative;
      float: left;
      width: calc(55% - 5rem); } }
  .cp-FrontPageHero_GraphPanel .cp-Footnotes_Wrap {
    margin-top: 0; }

.cp-FrontPageHero_GraphInner {
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0; }
  @media (min-width: 58.75em) {
    .cp-FrontPageHero_GraphInner {
      position: relative;
      padding-left: 50px; } }
  @media (min-width: 58.75em) {
    .cp-FrontPageHero_GraphInner {
      padding-left: 60px; } }

.cp-FrontPageHero_GraphBgWrap {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  clip: rect(auto, auto, auto, auto); }
  @media (min-width: 45em) {
    .cp-FrontPageHero_GraphBgWrap {
      top: auto;
      height: 13em; } }
  @media (min-width: 58.75em) {
    .cp-FrontPageHero_GraphBgWrap {
      width: calc(55% - 5rem);
      left: auto;
      top: 0;
      height: auto; } }

.cp-FrontPageHero_MainBackground, .cp-FrontPageHero_GraphBackground {
  position: fixed;
  top: -0.75em;
  left: -0.75em;
  bottom: -0.75em;
  right: -0.75em;
  margin: -0.75em;
  background-size: cover;
  background-position: center center;
  z-index: 0; }

.cp-FrontPageHero_GraphBackground svg {
  width: 100%; }

.cp-FrontPageHero_StockLink {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
  font-size: 1em;
  margin-top: .3em;
  white-space: nowrap; }
  @media (min-width: 45em) {
    .cp-FrontPageHero_StockLink {
      font-size: 0.7em; } }
  .cp-FrontPageHero_StockLink:hover {
    color: #ececec; }
  .cp-FrontPageHero_StockLink span, .cp-FrontPageHero_StockLink i {
    vertical-align: middle;
    display: inline-block; }

.cp-Glossary_LetterColumn {
  text-align: center;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #B2B5B8; }
  @media (min-width: 45em) {
    .cp-Glossary_LetterColumn {
      width: 10%;
      float: left;
      border-bottom: none;
      position: -webkit-sticky;
      position: sticky;
      top: 100px; } }

.cp-Glossary_ContentColumn {
  list-style: none;
  padding: 1.5em 0;
  margin: 0; }
  @media (min-width: 45em) {
    .cp-Glossary_ContentColumn {
      width: 80%;
      float: left;
      border-left: 1px solid #B2B5B8;
      padding: 0 0 1.5em 3em; } }

.cp-Glossary_LetterLink {
  color: #da291c; }
  @media (min-width: 45em) {
    .cp-Glossary_LetterLink {
      display: block; } }

.cp-Glossary_Letter {
  margin: 0 0 .3em;
  line-height: 1; }

.cp-Glossary_ContentList {
  padding: 0;
  margin-bottom: 2em; }

.cp-Glossary_Item {
  list-style: none; }

.cp-Glossary_ItemName {
  margin: .5em 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  border-left: 3px solid white;
  position: relative;
  display: inline-block; }
  .cp-Glossary_ItemName:after {
    content: '';
    width: 0;
    height: 1px;
    background: #da291c;
    position: absolute;
    bottom: -.5em;
    left: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  .cp-Glossary_ItemName:hover, .cp-Glossary_ItemName:focus, .cp-Glossary_ItemName.js-active {
    color: #da291c;
    outline: none; }
  .cp-Glossary_ItemName.js-active:after {
    width: 101%; }

.cp-Glossary_ItemText {
  color: #39383A;
  height: 0;
  overflow: hidden;
  opacity: 0; }
  .cp-Glossary_ItemText p {
    margin: .5em 0 1em; }
  .cp-Glossary_ItemText.open {
    height: auto;
    opacity: 1; }

.cp-Guidance {
  border: 1px solid #CDD2D8;
  border-radius: 0.2em;
  padding: 1.7rem 2rem;
  margin: 2em 0; }
  @media (min-width: 45em) {
    .cp-Guidance {
      padding: 2.4rem 3rem; } }

.cp-Guidance_Title {
  margin: 0; }

.cp-Guidance_Table {
  margin-top: 1em; }
  .cp-Guidance_Table .gl-CollapsingTable_Col {
    padding: 0.75em .25em; }
    @media (min-width: 45em) {
      .cp-Guidance_Table .gl-CollapsingTable_Col {
        text-align: right; }
        .cp-Guidance_Table .gl-CollapsingTable_Col:nth-child(2) {
          text-align: right;
          padding: 0.75em; }
        .cp-Guidance_Table .gl-CollapsingTable_Col:first-child {
          text-align: left; }
        .cp-Guidance_Table .gl-CollapsingTable_Col:nth-child(3), .cp-Guidance_Table .gl-CollapsingTable_Col:nth-child(6) {
          text-align: center; } }
  .cp-Guidance_Table .gl-CollapsingTable_MobileLabel {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    margin: 0 0 0 1em; }
  .cp-Guidance_Table .gl-CollapsingTable_Content {
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 45em) {
      .cp-Guidance_Table .gl-CollapsingTable_Content {
        width: auto;
        display: inline; } }
  .cp-Guidance_Table .cp-Guidance_TableHeader {
    font-size: 0.8em;
    font-weight: 600;
    color: #B2B5B8;
    padding: 1.5em 0; }
    @media (min-width: 45em) {
      .cp-Guidance_Table .cp-Guidance_TableHeader:nth-child(2) {
        padding: 1.5em 0.75em;
        color: #da291c; } }
  @media (min-width: 45em) {
    .cp-Guidance_Table .gl-CollapsingTable_Header :nth-child(5) {
      text-align: center; } }

hamburger-button {
  font-size: 3px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  height: 9em;
  width: 9em;
  margin: 0;
  position: relative;
  z-index: 200; }
  hamburger-button div {
    background-color: currentColor;
    border-radius: 0.25em;
    width: 9em;
    height: 1em;
    position: absolute; }

.cp-HeadingAndBlurb {
  display: block;
  width: 100%;
  padding: 25px; }
  @media (min-width: 36em) {
    .cp-HeadingAndBlurb {
      padding: 35px; } }
  @media (min-width: 45em) {
    .cp-HeadingAndBlurb {
      padding: 40px; } }
  @media (min-width: 58.75em) {
    .cp-HeadingAndBlurb {
      padding: 50px; } }
  @media (min-width: 71.25em) {
    .cp-HeadingAndBlurb {
      padding: 60px; } }
  .cp-HeadingAndBlurb:not(:last-child) {
    padding-bottom: 1em !important; }

.cp-HeadingAndBlurb_wrap {
  display: block;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto; }
  .cp-HeadingAndBlurb_wrap > :first-child {
    margin-top: 0; }

.cp-HeadingAndBlurb_Text {
  max-width: 780px; }

.cp-HistoricDividends {
  display: block;
  width: 100%;
  padding: 25px; }
  @media (min-width: 36em) {
    .cp-HistoricDividends {
      padding: 35px; } }
  @media (min-width: 45em) {
    .cp-HistoricDividends {
      padding: 40px; } }
  @media (min-width: 58.75em) {
    .cp-HistoricDividends {
      padding: 50px; } }
  @media (min-width: 71.25em) {
    .cp-HistoricDividends {
      padding: 60px; } }

.cp-HistoricDividends_wrap {
  display: block;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto; }
  .cp-HistoricDividends_wrap .gl-SectionTitle-xsmall {
    margin-top: 0; }

.cp-HistoricDividends_Text {
  max-width: 780px; }

.cp-HistoricDividends_Table {
  width: 100%;
  border-top: 0.3em #CDD2D8 solid;
  border-bottom: 0.2em #ececec solid;
  border-radius: 0.2em;
  margin-top: 2em; }
  .cp-HistoricDividends_Table .gl-CollapsingTable {
    width: 100%; }
  .cp-HistoricDividends_Table .gl-CollapsingTable_Row {
    position: relative;
    padding: 1.5em 0;
    border-top: 1px dotted #CDD2D8; }
    .cp-HistoricDividends_Table .gl-CollapsingTable_Row:first-of-type {
      border-top: none; }
    @media (min-width: 45em) {
      .cp-HistoricDividends_Table .gl-CollapsingTable_Row {
        border-top: none;
        padding: 0; }
        .cp-HistoricDividends_Table .gl-CollapsingTable_Row:hover .gl-CollapsingTable_Col {
          background-color: #f08d8d; } }
  .cp-HistoricDividends_Table .gl-CollapsingTable_Header .gl-CollapsingTable_Col {
    vertical-align: bottom;
    font-size: 0.8em;
    line-height: 1.2em; }
  .cp-HistoricDividends_Table .gl-CollapsingTable_Header:first-of-type .gl-CollapsingTable_Col {
    border-top: none; }
  .cp-HistoricDividends_Table .gl-CollapsingTable_RowControls {
    position: absolute;
    top: 1.5em;
    right: 0;
    z-index: 1; }
    .cp-HistoricDividends_Table .gl-CollapsingTable_RowControls button {
      font-size: 1em;
      color: #da291c;
      width: 1em;
      height: 1em; }
      .cp-HistoricDividends_Table .gl-CollapsingTable_RowControls button img {
        width: 100%; }
    @media (min-width: 45em) {
      .cp-HistoricDividends_Table .gl-CollapsingTable_RowControls {
        display: none; } }
  .cp-HistoricDividends_Table .gl-CollapsingTable_Col {
    margin-bottom: 0.5em; }
    @media (min-width: 45em) {
      .cp-HistoricDividends_Table .gl-CollapsingTable_Col {
        padding: 1.2em;
        text-align: center;
        border-top: 1px dotted #CDD2D8;
        margin-bottom: 0;
        -webkit-transition: background-color 0.1s;
        -o-transition: background-color 0.1s;
        transition: background-color 0.1s; }
        .cp-HistoricDividends_Table .gl-CollapsingTable_Col:first-of-type {
          padding-left: 3em;
          text-align: left; } }
  .cp-HistoricDividends_Table .gl-CollapsingTable_MobileLabel {
    display: inline-block;
    font-weight: 600;
    width: 50%;
    text-align: right;
    padding-right: 1.5em;
    margin: 0; }

.cp-HistoricDividends_LoadMore {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 2em;
  font-size: 0.7em;
  font-weight: 600;
  border-top: 1px dotted #CDD2D8; }

.cp-Menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 90; }
  .admin-bar .cp-Menu {
    top: 32px; }

.cp-Menu_inner {
  padding: 5px 25px;
  max-width: 1252px;
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
  @media (min-width: 36em) {
    .cp-Menu_inner {
      padding: 5px 35px; } }
  @media (min-width: 45em) {
    .cp-Menu_inner {
      padding: 5px 40px; } }
  @media (min-width: 58.75em) {
    .cp-Menu_inner {
      padding: 5px 50px; } }
  @media (min-width: 71.25em) {
    .cp-Menu_inner {
      padding: 5px 60px; } }

.cp-Menu_bar {
  position: relative;
  display: block;
  width: 100%;
  top: 0;
  z-index: 90;
  color: white;
  -webkit-transition: color 0.2s, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s;
  transition: color 0.2s, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s;
  -o-transition: color 0.2s, background-color 0.2s ease-in-out, box-shadow 0.2s;
  transition: color 0.2s, background-color 0.2s ease-in-out, box-shadow 0.2s;
  transition: color 0.2s, background-color 0.2s ease-in-out, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  background-color: #da291c;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0); }
  @media (min-width: 36em) {
    .cp-Menu_bar {
      background-color: inherit; } }
  .cp-Menu.red .cp-Menu_bar {
    background-color: #da291c;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3); }

.cp-Menu_logo {
  width: 140px;
  vertical-align: middle; }
  @media (min-width: 36em) {
    .cp-Menu_logo {
      width: 185px; } }

.cp-Menu_tools {
  position: relative;
  float: right;
  z-index: 100;
  color: white;
  text-align: right; }
  .cp-Menu_tools svg {
    width: 20px;
    height: 20px;
    vertical-align: middle; }
  .cp-Menu_tools svg * {
    fill: white;
    -webkit-transition: fill 0.1s;
    -o-transition: fill 0.1s;
    transition: fill 0.1s; }
  .cp-Menu_tools.active {
    color: #da291c; }
    .cp-Menu_tools.active svg * {
      fill: #da291c; }

.cp-Menu_tool {
  margin-left: 20px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }
  @media (min-width: 36em) {
    .cp-Menu_tool {
      margin-top: 5px;
      margin-left: 30px; } }
  .cp-Menu_tool .wpml-ls-statics-shortcode_actions {
    border-color: transparent;
    background: transparent; }
  .cp-Menu_tool .wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: 0; }

.cp-Menu_open {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  color: #757779;
  display: none; }
  .admin-bar .cp-Menu_open {
    top: 32px;
    height: calc(100vh - 32px); }

.cp-Menu_openOuter {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.cp-Menu_openInner {
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  padding: 60px 25px 0 25px;
  z-index: 2;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* lets it scroll lazy */ }
  @media (min-width: 36em) {
    .cp-Menu_openInner {
      padding: 50px 35px 0 35px;
      width: 80%; } }
  @media (min-width: 45em) {
    .cp-Menu_openInner {
      width: 70%;
      padding: 70px 40px 0 40px; } }
  @media (min-width: 58.75em) {
    .cp-Menu_openInner {
      width: 60%;
      padding: 80px 50px 0 50px; } }
  @media (min-width: 71.25em) {
    .cp-Menu_openInner {
      padding: 90px 60px 0 60px; } }

.cp-Menu_navSocialLinks {
  display: block;
  text-align: right;
  padding: 0;
  margin: 15px 0;
  list-style-type: none; }
  .cp-Menu_navSocialLinks .menu-item {
    font-size: 1.8em;
    color: #da291c;
    display: inline-block;
    margin: 0 0 0 0.3em; }
    @media (min-width: 45em) {
      .cp-Menu_navSocialLinks .menu-item {
        font-size: 2.3em; } }
    @media (min-width: 58.75em) {
      .cp-Menu_navSocialLinks .menu-item {
        font-size: 2.8em; } }
    @media (min-width: 58.75em) {
      .cp-Menu_navSocialLinks .menu-item {
        font-size: 2em; } }
    @media (min-width: 71.25em) {
      .cp-Menu_navSocialLinks .menu-item {
        font-size: 2.4em; } }
    .cp-Menu_navSocialLinks .menu-item a:hover, .cp-Menu_navSocialLinks .menu-item a:focus, .cp-Menu_navSocialLinks .menu-item a:active {
      color: #f08d8d; }

.cp-Menu_pageList {
  max-width: calc(1252px / 2 + 10vw - 60px); }
  .cp-Menu_pageList ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 2em 0; }
  .cp-Menu_pageList li {
    font-size: 1.5em;
    text-align: right;
    margin: 0.9em 0;
    font-weight: 400;
    line-height: 1.2em;
    color: #B2B5B8; }
    @media (min-width: 45em) {
      .cp-Menu_pageList li {
        font-size: 1.55em; } }
    @media (min-width: 58.75em) {
      .cp-Menu_pageList li {
        font-size: 1.65em; } }
    @media (min-width: 71.25em) {
      .cp-Menu_pageList li {
        font-size: 1.8em; } }
    .cp-Menu_pageList li a:hover, .cp-Menu_pageList li a:focus, .cp-Menu_pageList li a:active {
      color: #757779; }

.cp-Menu_languageSelector {
  display: inline-block;
  vertical-align: middle;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  height: auto; }
  .menu-open .cp-Menu_languageSelector, .red .cp-Menu_languageSelector {
    text-shadow: none; }

.cp-Menu_languageLink {
  font-weight: 600;
  margin: 0;
  font-size: 12px;
  -webkit-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s; }
  @media (min-width: 36em) {
    .cp-Menu_languageLink {
      font-size: inherit; } }

.cp-MenuSearch_searchInput {
  display: block;
  width: 100%;
  font-size: 26px;
  font-weight: 400;
  color: #da291c;
  border: none;
  padding: 5px 0;
  margin-top: 30px;
  border-bottom: 2px solid #da291c; }
  .cp-MenuSearch_searchInput:focus {
    outline: none; }
  .cp-MenuSearch_searchInput::-webkit-input-placeholder {
    color: #da291c; }
  .cp-MenuSearch_searchInput:-moz-placeholder {
    /* Firefox 18- */
    color: #da291c; }
  .cp-MenuSearch_searchInput::-moz-placeholder {
    /* Firefox 19+ */
    color: #da291c; }
  .cp-MenuSearch_searchInput:-ms-input-placeholder {
    color: #da291c; }
  @media (min-width: 45em) {
    .cp-MenuSearch_searchInput {
      font-size: 36px; } }

.cp-MenuSearch_closeSearch {
  color: #757779;
  cursor: pointer;
  margin-top: 15px;
  display: block; }
  .cp-MenuSearch_closeSearch:hover {
    color: #8f9192; }
  .cp-MenuSearch_closeSearch span {
    vertical-align: middle; }
  .cp-MenuSearch_closeSearch svg {
    width: 16px;
    height: 16px;
    vertical-align: middle; }
  .cp-MenuSearch_closeSearch svg * {
    fill: currentColor; }

.cp-MenuSearch_results {
  max-height: calc(100vh - 250px);
  overflow: scroll; }

.cp-MenuSearch_result {
  border-bottom: 1px solid #ececec;
  padding: 1rem 0;
  font-size: 1.2em;
  color: #da291c; }
  @media (min-width: 45em) {
    .cp-MenuSearch_result {
      font-size: 1.5em; } }
  @media (min-width: 58.75em) {
    .cp-MenuSearch_result {
      font-size: 1.8em; } }
  .cp-MenuSearch_result a:hover {
    color: #ed786f; }
  .cp-MenuSearch_result em {
    background-color: #B2E0E9; }

.cp-MenuSearch_loader {
  text-align: left;
  margin-top: 50px; }
  .cp-MenuSearch_loader svg {
    width: 50px;
    display: inline; }
    .cp-MenuSearch_loader svg * {
      fill: #da291c; }

.cp-MenuSearch_FilterSection:after {
  content: '';
  clear: both;
  display: block; }

.cp-MenuSearch_Filters {
  color: #da291c;
  float: right;
  margin-top: 1em;
  font-size: 1.2em; }
  @media (min-width: 45em) {
    .cp-MenuSearch_Filters {
      font-size: 1.5em; } }
  @media (min-width: 58.75em) {
    .cp-MenuSearch_Filters {
      font-size: 1.8em; } }

.cp-MenuSearch_Filter {
  font-size: inherit;
  margin-left: 1em;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .cp-MenuSearch_Filter:hover {
    color: #da291c; }
  .cp-MenuSearch_Filter-active {
    color: #B2B5B8; }

.cp-MenuSearch_resultText {
  font-size: 0.8em;
  color: #757779; }

.cp-NotesOutstanding {
  display: block;
  width: 100%;
  padding: 25px;
  padding-top: 0 !important; }
  @media (min-width: 36em) {
    .cp-NotesOutstanding {
      padding: 35px; } }
  @media (min-width: 45em) {
    .cp-NotesOutstanding {
      padding: 40px; } }
  @media (min-width: 58.75em) {
    .cp-NotesOutstanding {
      padding: 50px; } }
  @media (min-width: 71.25em) {
    .cp-NotesOutstanding {
      padding: 60px; } }

.cp-NotesOutstanding_wrap {
  display: block;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto; }
  .cp-NotesOutstanding_wrap *:first-child {
    margin-top: 0; }

.cp-NotesOutstanding_Text {
  max-width: 780px; }

.cp-NotesOutstanding_Notes {
  border-top: 0.3rem solid #CDD2D8;
  border-bottom: 0.3rem solid #ececec;
  border-radius: 0.2em;
  padding-top: 0.5em;
  margin-top: 1.5em; }

.cp-NotesOutstanding_Note {
  display: block;
  width: 100%;
  border-top: 1px dotted #CDD2D8;
  float: left;
  padding: 0.5rem 0;
  font-size: 0.8em; }
  .cp-NotesOutstanding_Note:nth-of-type(-n+1) {
    border-top: none; }
  @media (min-width: 45em) {
    .cp-NotesOutstanding_Note {
      width: 50%; }
      .cp-NotesOutstanding_Note:nth-of-type(-n+2) {
        border-top: none; }
      .cp-NotesOutstanding_Note:last-of-type .cp-NotesOutstanding_NoteInner {
        border-right: none; }
      .cp-NotesOutstanding_Note:nth-of-type(2n) .cp-NotesOutstanding_NoteInner {
        border-right: none; } }
  @media (min-width: 58.75em) {
    .cp-NotesOutstanding_Note {
      width: 25%; }
      .cp-NotesOutstanding_Note:nth-of-type(2n) .cp-NotesOutstanding_NoteInner {
        border-right: 3px solid #ececec; }
      .cp-NotesOutstanding_Note:nth-of-type(-n+4) {
        border-top: none; }
      .cp-NotesOutstanding_Note:nth-of-type(4n) .cp-NotesOutstanding_NoteInner {
        border-right: none; } }

.cp-NotesOutstanding_NoteInner {
  padding: 1.5rem 2rem; }
  @media (min-width: 45em) {
    .cp-NotesOutstanding_NoteInner {
      border-right: 3px solid #ececec;
      height: 18em;
      overflow: auto; } }

.cp-NotesOutstanding_NoteTitle {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.8em;
  padding-bottom: 1em;
  font-weight: 600; }

.gl-Header {
  display: block;
  width: 100%;
  padding: 25px;
  background-color: #ececec;
  background-image: url("img/header-photo.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (min-width: 36em) {
    .gl-Header {
      padding: 35px; } }
  @media (min-width: 45em) {
    .gl-Header {
      padding: 40px; } }
  @media (min-width: 58.75em) {
    .gl-Header {
      padding: 50px; } }
  @media (min-width: 71.25em) {
    .gl-Header {
      padding: 60px; } }

.gl-Header_Wrap {
  display: block;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto; }

.gl-Header_Title {
  color: white;
  margin: calc(30px + 1.5em) 0 0 0; }
  @media (min-width: 36em) {
    .gl-Header_Title {
      margin: 1.5em 0 0 0; } }

.cp-PastEvents {
  display: block;
  width: 100%;
  padding: 25px;
  padding-top: 0 !important;
  position: relative;
  background: white; }
  @media (min-width: 36em) {
    .cp-PastEvents {
      padding: 35px; } }
  @media (min-width: 45em) {
    .cp-PastEvents {
      padding: 40px; } }
  @media (min-width: 58.75em) {
    .cp-PastEvents {
      padding: 50px; } }
  @media (min-width: 71.25em) {
    .cp-PastEvents {
      padding: 60px; } }

.cp-PastEvents_Inner {
  display: block;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto;
  border-radius: 0.2em;
  display: block;
  padding: 2em;
  background-color: white;
  border: 1px solid #CDD2D8;
  border-top: 0.3em solid #CDD2D8; }
  @media (min-width: 58.75em) {
    .cp-PastEvents_Inner {
      padding: 2.7em; } }

.cp-PastEvents_Header h5 {
  color: #39383A;
  margin-top: 0;
  display: inline-block; }

.cp-PastEvents_YearSelect {
  float: right;
  width: 7em;
  font-size: 0.75em;
  margin: -0.6em 0 0 0;
  padding: 0.6em 1.4em; }

.cp-PastEvents_EventsTable {
  width: 100%; }
  .cp-PastEvents_EventsTable .gl-CollapsingTable_Row {
    position: relative;
    border-top: 1px solid #ececec;
    padding: 1.5em 0; }
    @media (min-width: 45em) {
      .cp-PastEvents_EventsTable .gl-CollapsingTable_Row {
        border-top: none;
        padding: 0; } }
  .cp-PastEvents_EventsTable .gl-CollapsingTable_Header .gl-CollapsingTable_Col {
    vertical-align: bottom;
    font-size: 0.8em;
    line-height: 1.2em; }
  .cp-PastEvents_EventsTable .gl-CollapsingTable_RowControls {
    position: absolute;
    top: 1.5em;
    right: 0;
    z-index: 1; }
    .cp-PastEvents_EventsTable .gl-CollapsingTable_RowControls button {
      font-size: 1em;
      color: #da291c;
      width: 1em;
      height: 1em; }
      .cp-PastEvents_EventsTable .gl-CollapsingTable_RowControls button img {
        width: 100%; }
    @media (min-width: 45em) {
      .cp-PastEvents_EventsTable .gl-CollapsingTable_RowControls {
        display: none; } }
  @media (min-width: 45em) {
    .cp-PastEvents_EventsTable .gl-CollapsingTable_Col {
      padding: 1.2em;
      border-top: 1px solid #CDD2D8;
      text-align: center; }
      .cp-PastEvents_EventsTable .gl-CollapsingTable_Col:first-of-type {
        padding-left: 0;
        text-align: left; } }
  .cp-PastEvents_EventsTable .gl-CollapsingTable_MobileLabel {
    display: block;
    margin: 1em 0 0 0; }

.cp-PastEvents_EventDate {
  font-size: 0.8em;
  display: block;
  margin-bottom: 0.5em; }

.cp-PastEvents_EventDownload {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #da291c;
  font-size: 0.9em;
  font-weight: 600;
  vertical-align: middle; }
  .cp-PastEvents_EventDownload svg {
    width: 1em;
    height: 1em; }
    .cp-PastEvents_EventDownload svg * {
      fill: currentColor; }
  .cp-PastEvents_EventDownload:hover {
    color: #79160f; }
  @media (min-width: 45em) {
    .cp-PastEvents_EventDownload {
      font-size: 0.7em; } }
  .cp-PastEvents_EventDownload span {
    vertical-align: middle; }
  .cp-PastEvents_EventDownload .gl-Icon {
    font-size: 2em;
    vertical-align: middle; }

.cp-PdfPresenter_Close {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 0em 0.3em;
  font-size: 5rem; }

.cp-PdfPresenter_Inner {
  position: relative;
  min-height: 100vh;
  color: white; }

.cp-PdfPresenter_Overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #39383A;
  opacity: 0.97; }

.cp-PdfPresenter_Content {
  position: relative;
  z-index: 1; }

.cp-PdfPresenter_Lead {
  width: 100%;
  display: block;
  margin-bottom: 2em; }
  .cp-PdfPresenter_Lead * {
    max-width: 780px; }

.cp-PdfPresenter_Title {
  font-size: 1.2em;
  color: currentColor;
  padding-top: 2em; }
  @media (min-width: 45em) {
    .cp-PdfPresenter_Title {
      font-size: 1.5em; } }
  @media (min-width: 58.75em) {
    .cp-PdfPresenter_Title {
      font-size: 1.8em; } }

.cp-PdfPresenter_TitleButton {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: 1px solid currentColor;
  border-radius: 0.2em;
  padding: 1rem 1.5rem;
  font-size: 12px;
  display: block;
  margin-bottom: 1em;
  text-align: center; }
  .cp-PdfPresenter_TitleButton:hover, .cp-PdfPresenter_TitleButton:focus {
    background-color: rgba(255, 255, 255, 0.1); }
  @media (min-width: 45em) {
    .cp-PdfPresenter_TitleButton {
      float: right;
      margin-left: 1em;
      margin-bottom: 0.5em; } }

.cp-PdfPresenter_PdfWrap {
  position: relative;
  min-height: 200px; }
  .cp-PdfPresenter_PdfWrap canvas {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    display: block; }

.cp-PdfPresenter_LoadingText {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #B2B5B8;
  font-size: 0.7em;
  -webkit-transform: translate(-50%, -150%);
      -ms-transform: translate(-50%, -150%);
          transform: translate(-50%, -150%); }

.cp-PdfPresenter_LoadingBar {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-width: 700px;
  background-color: #39383A; }

.cp-PdfPresenter_LoadingProgress {
  height: 0.1em;
  width: 0;
  background-color: #B2B5B8;
  -webkit-transition: width 0.1s;
  -o-transition: width 0.1s;
  transition: width 0.1s; }

.cp-PdfPresenter_FootnoteToggle {
  display: block;
  width: 100%;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: left;
  background: black;
  opacity: 0.3;
  padding: 1em; }

.cp-PdfPresenter_Controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin: 1em auto; }

.cp-PdfPresenter_Bookmark {
  position: relative;
  width: 3rem;
  height: 3rem;
  margin-left: 1em; }
  .cp-PdfPresenter_Bookmark svg {
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.cp-PdfPresenter_PageControl {
  position: relative;
  width: 3rem;
  height: 3rem;
  border-radius: 0.2em;
  border: 1px solid #CDD2D8; }
  .cp-PdfPresenter_PageControl:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  .cp-PdfPresenter_PageControl:disabled {
    color: #757779;
    border: 1px solid #757779;
    background-color: transparent; }

.cp-PdfPresenter_CustomSelect {
  position: relative;
  width: calc(100% - 6rem);
  padding: 0 1em 0 0; }

.cp-PdfPresenter_PageCount {
  position: relative;
  width: calc(100% - 6rem);
  padding: 0.6em 1em 0 0;
  text-align: center; }

.cp-PdfPresenter_CustomSelectToggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
  height: 3rem;
  padding-left: 1em;
  border: 0;
  border-bottom: 2px solid #757779;
  display: block;
  width: 100%;
  margin: 0;
  text-align: left;
  position: relative;
  z-index: 2;
  background-image: url("img/chevron-down-grey.svg");
  background-position: calc(100% - 1em) 50%;
  background-repeat: no-repeat;
  background-size: 0.8em 0.8em;
  color: white; }
  .cp-PdfPresenter_CustomSelectToggle:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1); }

.cp-PdfPresenter_CustomSelectDrawer {
  position: absolute;
  left: 0;
  bottom: 100%;
  background: white;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  width: calc(100% - 2rem);
  z-index: 1;
  max-height: 15em;
  overflow-y: auto; }

.cp-PdfPresenter_CustomSelectOption {
  display: block;
  padding: 0.5em 1em;
  border-bottom: 1px solid #CDD2D8;
  color: #757779;
  width: 100%;
  text-align: left; }
  .cp-PdfPresenter_CustomSelectOption:last-child {
    border-bottom: none; }
  .cp-PdfPresenter_CustomSelectOption:hover, .cp-PdfPresenter_CustomSelectOption:active {
    color: #da291c;
    background-color: #f1f2f5; }
  .cp-PdfPresenter_CustomSelectOption.selected {
    color: #da291c; }

.cp-Proxy {
  display: block;
  width: 100%;
  padding: 25px; }
  @media (min-width: 36em) {
    .cp-Proxy {
      padding: 35px; } }
  @media (min-width: 45em) {
    .cp-Proxy {
      padding: 40px; } }
  @media (min-width: 58.75em) {
    .cp-Proxy {
      padding: 50px; } }
  @media (min-width: 71.25em) {
    .cp-Proxy {
      padding: 60px; } }
  .cp-Proxy:not(:last-child) {
    padding-bottom: 0 !important; }

.cp-Proxy_wrap {
  display: block;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto; }
  .cp-Proxy_wrap > :first-child {
    margin-top: 0; }

.cp-Proxy_Downloads {
  margin: 2rem -0.25em;
  display: block;
  position: relative;
  text-align: left; }

.cp-Proxy_Download {
  position: relative;
  width: 100%;
  border-radius: 0.2em;
  display: block;
  float: left;
  margin: 0.25em;
  background-color: #da291c;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  @media (min-width: 36em) {
    .cp-Proxy_Download {
      width: calc(50% - 0.5em); } }
  @media (min-width: 45em) {
    .cp-Proxy_Download {
      width: calc(33.3333% - 0.5em); } }
  @media (min-width: 65em) {
    .cp-Proxy_Download {
      width: calc(25% - 0.5em); } }
  @media (min-width: 83.75em) {
    .cp-Proxy_Download {
      width: calc(20% - 0.5em); } }
  .cp-Proxy_Download:hover {
    background-color: #ad2116; }

.cp-Proxy_DownloadInner {
  position: relative;
  z-index: 1;
  padding: 1.5rem;
  width: 100%;
  height: 12em;
  font-size: 0.85em; }
  @media (min-width: 36em) {
    .cp-Proxy_DownloadInner {
      height: 15em;
      padding: 2rem; } }
  .cp-Proxy_DownloadInner h5 {
    margin: 0;
    color: white; }
  .cp-Proxy_DownloadInner .gl-Icon {
    color: white;
    position: absolute;
    right: 2rem;
    bottom: 1.5rem;
    margin: 0; }
    .cp-Proxy_DownloadInner .gl-Icon svg {
      width: 1em;
      height: 1em; }
      .cp-Proxy_DownloadInner .gl-Icon svg * {
        fill: currentColor; }

.cp-Proxy_DownloadLink {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem; }
  @media (min-width: 36em) {
    .cp-Proxy_DownloadLink {
      bottom: 2rem;
      left: 2rem; } }
  .cp-Proxy_DownloadLink span {
    font-size: 0.7em; }

.cp-Proxy_Text {
  max-width: 780px; }
  .cp-Proxy_Text > :last-child {
    margin-bottom: 0; }

.cp-QuickLinks {
  display: block;
  width: 100%;
  padding: 25px;
  width: 100%;
  background: white;
  position: relative; }
  @media (min-width: 36em) {
    .cp-QuickLinks {
      padding: 35px; } }
  @media (min-width: 45em) {
    .cp-QuickLinks {
      padding: 40px; } }
  @media (min-width: 58.75em) {
    .cp-QuickLinks {
      padding: 50px; } }
  @media (min-width: 71.25em) {
    .cp-QuickLinks {
      padding: 60px; } }

.cp-QuickLinks_Inner {
  display: block;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto; }
  .cp-QuickLinks_Inner h2 {
    margin-top: 0; }

.cp-QuickLinks_Links {
  margin: -0.25em;
  position: relative; }

.cp-QuickLinks_Link {
  width: 100%;
  display: block;
  border-radius: 0.2em;
  margin: 0.25em;
  height: 0;
  float: left;
  padding-bottom: 66.6666%;
  position: relative;
  background-color: #da291c;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  color: white; }
  @media (min-width: 36em) {
    .cp-QuickLinks_Link {
      width: calc(50% - 0.5em);
      padding-bottom: 33.3333%; } }
  @media (min-width: 58.75em) {
    .cp-QuickLinks_Link {
      width: calc(33.3333% - 0.5em);
      padding-bottom: 22.2222%; }
      .cp-QuickLinks_Link:nth-of-type(2) {
        background-position-x: 0rem; }
      .cp-QuickLinks_Link:nth-of-type(6) {
        background-position-x: 0rem; } }

.cp-QuickLinks_LinkInner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
  z-index: 1; }
  .cp-QuickLinks_LinkInner h4 {
    font-size: 1.5em;
    margin-top: 0;
    color: currentColor; }

.cp-QuickLinks_Link:nth-of-type(2) {
  background-position-x: 0rem; }

.cp-QuickLinks_LinkOverlay {
  opacity: 0.3;
  background-color: black;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  .cp-QuickLinks_Link:hover .cp-QuickLinks_LinkOverlay {
    opacity: 0.85;
    background-color: #da291c; }

.cp-QuickLinks_LinkLaunchText {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: currentColor;
  font-size: 0.65em; }

.cp-QuickLinks_Link-invert {
  color: #da291c; }
  .cp-QuickLinks_Link-invert:hover {
    color: white; }
  .cp-QuickLinks_Link-invert .cp-QuickLinks_LinkOverlay {
    background-color: white;
    opacity: 0.4; }

.cp-QuickLinks_LinkIcon {
  position: absolute;
  bottom: 1.8rem;
  right: 1.8rem;
  color: currentColor;
  border: 1px solid currentColor;
  width: 2.2em;
  height: 2.2em;
  border-radius: 0.2em; }
  .cp-QuickLinks_LinkIcon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 0.7em;
    height: 0.7em; }
    .cp-QuickLinks_LinkIcon svg * {
      fill: currentColor; }

.cp-QuickLinksAlt {
  display: block;
  width: 100%;
  padding: 25px; }
  @media (min-width: 36em) {
    .cp-QuickLinksAlt {
      padding: 35px; } }
  @media (min-width: 45em) {
    .cp-QuickLinksAlt {
      padding: 40px; } }
  @media (min-width: 58.75em) {
    .cp-QuickLinksAlt {
      padding: 50px; } }
  @media (min-width: 71.25em) {
    .cp-QuickLinksAlt {
      padding: 60px; } }
  .cp-QuickLinksAlt:not(:first-child) {
    padding-top: 0 !important; }

.cp-QuickLinksAlt_Inner {
  display: block;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto; }

.cp-QuickLinksAlt_Links {
  margin: -0.25em;
  position: relative; }

.cp-QuickLinksAlt_Link {
  width: 100%;
  display: block;
  border-radius: 0.2em;
  margin: 0.25em;
  height: 0;
  float: left;
  padding-bottom: 66.6666%;
  position: relative;
  background-color: #ececec;
  overflow: hidden;
  color: #39383A; }
  @media (min-width: 36em) {
    .cp-QuickLinksAlt_Link {
      width: calc(50% - 0.5em);
      padding-bottom: 33.3333%; } }
  @media (min-width: 58.75em) {
    .cp-QuickLinksAlt_Link {
      width: calc(33.3333% - 0.5em);
      padding-bottom: 25%; } }
  .cp-QuickLinksAlt_Link:hover {
    color: white; }
    .cp-QuickLinksAlt_Link:hover .cp-QuickLinksAlt_LinkIcon {
      color: white; }

.cp-QuickLinksAlt_LinkInner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
  z-index: 1; }
  .cp-QuickLinksAlt_LinkInner h4 {
    font-size: 1.5em;
    margin-top: 0;
    color: currentColor; }
  .cp-QuickLinksAlt_LinkInner .gl-Icon {
    font-size: 1.2em;
    margin-bottom: 0.25em; }
    @media (min-width: 45em) {
      .cp-QuickLinksAlt_LinkInner .gl-Icon {
        font-size: 1.5em; } }
    @media (min-width: 58.75em) {
      .cp-QuickLinksAlt_LinkInner .gl-Icon {
        font-size: 1.8em; } }

.cp-QuickLinksAlt_LinkOverlay {
  opacity: 0;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #da291c; }
  .cp-QuickLinksAlt_Link:hover .cp-QuickLinksAlt_LinkOverlay {
    opacity: 1; }

.cp-QuickLinksAlt_LinkLaunchText {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: currentColor;
  font-size: 0.65em;
  font-weight: 600;
  padding-right: 20%; }

.cp-QuickLinksAlt_LinkIcon {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  color: #da291c;
  width: 1.3em;
  height: 1.3em;
  border-radius: 0.2em; }
  .cp-QuickLinksAlt_LinkIcon svg * {
    fill: currentColor; }

.cp-QuickLinksAlt2 {
  display: block;
  width: 100%;
  padding: 25px;
  width: 100%;
  background: white;
  position: relative; }
  @media (min-width: 36em) {
    .cp-QuickLinksAlt2 {
      padding: 35px; } }
  @media (min-width: 45em) {
    .cp-QuickLinksAlt2 {
      padding: 40px; } }
  @media (min-width: 58.75em) {
    .cp-QuickLinksAlt2 {
      padding: 50px; } }
  @media (min-width: 71.25em) {
    .cp-QuickLinksAlt2 {
      padding: 60px; } }
  .cp-QuickLinksAlt2:not(:first-of-type) {
    padding-top: 0 !important; }

.cp-QuickLinksAlt2_Inner {
  display: block;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto; }

.cp-QuickLinksAlt2_Links {
  position: relative;
  margin: -0.5em auto;
  max-width: 622px; }

.cp-QuickLinksAlt2_Link {
  width: 100%;
  display: block;
  border-radius: 0.2em;
  margin: 0.5em 0;
  position: relative;
  background-color: white;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  color: #da291c;
  padding: 2rem; }
  .cp-QuickLinksAlt2_Link:hover {
    color: white; }
  .cp-QuickLinksAlt2_Link h5 {
    font-size: 1.3em;
    margin-top: 0;
    color: currentColor;
    width: calc(100% - 3rem); }

.cp-QuickLinksAlt2_LinkInner {
  position: relative;
  z-index: 1;
  width: 100%; }

.cp-QuickLinksAlt2_LinkOverlay {
  opacity: 0.9;
  background-color: #ececec;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .cp-QuickLinksAlt2_Link:hover .cp-QuickLinksAlt2_LinkOverlay {
    background-color: #da291c; }

.cp-QuickLinksAlt2_LinkLaunchText {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
  color: currentColor;
  font-size: 0.65em; }

.cp-QuickLinksAlt2_LinkIcon {
  position: absolute;
  top: 50%;
  right: 0;
  border: 1px solid currentColor;
  width: 2.2em;
  height: 2.2em;
  border-radius: 0.2em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .cp-QuickLinksAlt2_LinkIcon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 0.7em;
    height: 0.7em; }
    .cp-QuickLinksAlt2_LinkIcon svg * {
      fill: currentColor; }

.cp-QuickStockCharts,
.cp-QuickStockCharts .qmod-ui-tool,
.cp-QuickStockCharts .pure-g [class*="pure-u"],
.cp-QuickStockCharts .qmod-btn {
  font-family: "Ted Next", sans-serif;
  color: #FFF;
  font-size: 14px;
  font-weight: 400; }

.cp-QuickStockCharts .qmod-block-wrapper {
  background-color: transparent; }

.cp-QuickStockCharts .qmod-detailedquote {
  min-height: 80px;
  padding: 10px 0; }

.cp-QuickStockCharts .qmod-detailedquote .qmod-block-wrapper.qm-quote {
  margin-bottom: 5px; }

.cp-QuickStockCharts .qmod-detailedquote .qm-quote-segment > span {
  display: inline; }

.cp-QuickStockCharts .qmod-detailedquote .qm-quote-segment > span > span {
  padding-right: 10px; }

.cp-QuickStockCharts .qmod-detailedquote .qm-quote-heading-last {
  font-size: 16px;
  letter-spacing: 0.15em;
  text-transform: uppercase; }

.cp-QuickStockCharts .qmod-detailedquote .qm-quote-chg-percent-value {
  padding: 0 5px; }

.cp-QuickStockCharts .qmod-detailedquote .qm-quote-heading {
  padding-top: 14px; }

.cp-QuickStockCharts .qmod-detailedquote .qm-quote-value {
  font-size: 120%; }

.cp-QuickStockCharts .qmod-detailedquote .qm-quote-last-value {
  font-weight: 300;
  font-size: 220%; }

.cp-QuickStockCharts .qmod-detailedquote .qm-quote-chg-value,
.cp-QuickStockCharts .qmod-detailedquote .qm-quote-chg-percent {
  color: #FFF; }

.cp-QuickStockCharts .qm-disclaimer {
  padding: 5px 0;
  font-size: 13px;
  opacity: 0.6; }

.cp-QuickStockCharts .qm-disclaimer a,
.cp-QuickStockCharts .qm-disclaimer a:hover {
  color: #FFFFFF;
  -webkit-text-decoration: underline dotted #FFFFFF;
          text-decoration: underline dotted #FFFFFF; }

.cp-QuickStockCharts .qm-detailed-chart {
  display: none; }
  @media (min-width: 58.75em) {
    .cp-QuickStockCharts .qm-detailed-chart {
      display: block; } }

@media (min-width: 45em) {
  .cp-QuickStockCharts .qtool {
    float: left;
    padding-right: 10px; } }

@media (min-width: 58.75em) {
  .cp-QuickStockCharts .qtool {
    float: none;
    padding-right: 0; } }

.cp-SectionNav_Wrap {
  position: relative; }

.cp-SectionNav_Title {
  display: block;
  width: 100%;
  padding: 25px;
  color: white;
  background-color: #da291c;
  pointer-events: none; }
  @media (min-width: 36em) {
    .cp-SectionNav_Title {
      padding: 35px; } }
  @media (min-width: 45em) {
    .cp-SectionNav_Title {
      padding: 40px; } }
  @media (min-width: 58.75em) {
    .cp-SectionNav_Title {
      padding: 50px; } }
  @media (min-width: 71.25em) {
    .cp-SectionNav_Title {
      padding: 60px; } }
  @media (min-width: 45em) {
    .cp-SectionNav_Title {
      position: absolute;
      z-index: 1;
      background-color: transparent; } }
  .cp-SectionNav_Title h1 {
    font-size: 2.6em;
    display: block;
    width: 100%;
    max-width: 1252px;
    margin: 0 auto;
    margin-top: 1em;
    color: white; }
    @media (min-width: 45em) {
      .cp-SectionNav_Title h1 {
        font-size: 3.4em; } }
    @media (min-width: 58.75em) {
      .cp-SectionNav_Title h1 {
        font-size: 3.6em; } }

.cp-SectionNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 44.99em) {
    .cp-SectionNav {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.cp-SectionNav_Icon {
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  font-size: 3em;
  margin-right: 0.3em;
  z-index: 1;
  position: relative; }
  @media (min-width: 45em) {
    .cp-SectionNav_Icon {
      font-size: 2em; }
      .cp-SectionNav_Link:hover .cp-SectionNav_Icon {
        -webkit-transform: scale(1.5, 1.5);
            -ms-transform: scale(1.5, 1.5);
                transform: scale(1.5, 1.5); } }

.cp-SectionNav_LinkTitle {
  z-index: 1;
  font-weight: 400;
  position: relative;
  text-align: center;
  margin-top: 0.5em;
  font-size: 1.15em;
  color: white; }
  @media (min-width: 45em) {
    .cp-SectionNav_LinkTitle {
      font-size: 1.2em; } }
  @media (min-width: 58.75em) {
    .cp-SectionNav_LinkTitle {
      font-size: 1.3em; } }
  @media (min-width: 45em) {
    .cp-SectionNav_LinkTitle {
      font-weight: 200; } }

.cp-SectionNav_Link {
  color: white;
  display: block;
  position: relative;
  height: 160px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-box-flex 0.5s ease-in-out;
  transition: -webkit-box-flex 0.5s ease-in-out;
  -o-transition: flex 0.5s ease-in-out;
  transition: flex 0.5s ease-in-out;
  transition: flex 0.5s ease-in-out, -webkit-box-flex 0.5s ease-in-out, -ms-flex 0.5s ease-in-out;
  padding: 3rem 1.6rem; }
  @media (min-width: 45em) {
    .cp-SectionNav_Link {
      min-height: 100vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 200px;
              flex: 1 1 200px; }
      .cp-SectionNav_Link:hover {
        -webkit-box-flex: 2;
            -ms-flex: 2 1 200px;
                flex: 2 1 200px; } }

.cp-SectionNav_LinkBgOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #da291c;
  z-index: -10; }

.cp-StockInfo {
  display: block;
  width: 100%;
  padding: 25px; }
  @media (min-width: 36em) {
    .cp-StockInfo {
      padding: 35px; } }
  @media (min-width: 45em) {
    .cp-StockInfo {
      padding: 40px; } }
  @media (min-width: 58.75em) {
    .cp-StockInfo {
      padding: 50px; } }
  @media (min-width: 71.25em) {
    .cp-StockInfo {
      padding: 60px; } }

.cp-StockInfo_Footnote {
  display: block;
  width: 100%;
  padding: 20px 25px; }
  @media (min-width: 36em) {
    .cp-StockInfo_Footnote {
      padding: 20px 35px; } }
  @media (min-width: 45em) {
    .cp-StockInfo_Footnote {
      padding: 20px 40px; } }
  @media (min-width: 58.75em) {
    .cp-StockInfo_Footnote {
      padding: 35px 50px; } }
  @media (min-width: 71.25em) {
    .cp-StockInfo_Footnote {
      padding: 35px 60px; } }

.cp-StockInfo_wrap {
  display: block;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto; }
  .cp-StockInfo_wrap *:first-child {
    margin-top: 0; }

.cp-StockInfo_Header {
  font-size: 1.1rem; }
  @media (min-width: 45em) {
    .cp-StockInfo_Header {
      font-size: 1.2rem; } }
  @media (min-width: 58.75em) {
    .cp-StockInfo_Header {
      font-size: 1.4rem; } }

.cp-StockInfo_ChartArea {
  background-color: #F6F7FA;
  padding: 10px 0; }

.qmod-modifiers input {
  margin: 0 3px; }

.picker__wrap {
  font-size: 12px; }

.picker__box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important; }
  .picker__box select {
    display: inline-block; }

.qm-wrap,
.qm-wrap .qmod-ui-tool,
.qm-wrap .pure-g [class*="pure-u"],
.qm-wrap .qmod-btn {
  font-family: "Ted Next", sans-serif;
  color: #757779;
  font-size: 14px;
  font-weight: 400; }

.qmod-block-wrapper {
  background-color: transparent !important; }

#qmHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#qmHeading .qm-heading-text {
  padding: 8px 10px 8px 0; }

#qmHeading a {
  cursor: pointer; }

#qmHeading a.qmod-dropdown_toggle .fa {
  line-height: 14px; }

#qmHeading .fa-chevron-down::before {
  font-family: FontAwesome;
  content: "\f078";
  color: #da281b; }

#qmHeading .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#qmHeading .qm-heading-symbol {
  margin-left: 30px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600; }

.qmod-dropdown {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }

.qm-wrap .qm-heading-symbol .qmod-dropdown-menu {
  left: auto;
  min-width: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  list-style: outside none none;
  z-index: 1000;
  display: none;
  border: 1px solid #DDD;
  background-color: #FFF;
  max-height: 400px;
  overflow-y: auto; }

.qm-wrap .qm-heading-symbol div.qmod-dropdown {
  text-align: left; }

#qmQuoteHeaderArchive {
  display: none; }

#qmQuoteHeader {
  padding: 30px 40px; }

#qmQuoteHeader .qmod-block-wrapper {
  background-color: transparent !important; }

#qmQuoteHeader .qmod-block-wrapper.qm-quote {
  margin-bottom: 5px; }

#qmQuoteHeader .qm-quote-segment > span {
  display: inline;
  /*padding: 4px 25px 4px 0;*/ }

#qmQuoteHeader .qm-quote-segment > span > span {
  padding-right: 25px; }

#qmQuoteHeader .qm-quote-chg-percent-value {
  padding: 0 5px; }

#qmQuoteHeader .qm-quote-heading {
  padding-top: 14px; }

#qmQuoteHeader .qm-quote-value {
  font-size: 130%;
  font-weight: 300; }

#qmQuoteHeader .qm-quote-last-value {
  font-size: 220%; }

#qmQuoteHeader .qm-quote-chg-value,
#qmQuoteHeader .qm-quote-chg-percent {
  color: #da291c; }

#qmDetQuoteControl {
  margin: 0 40px;
  padding: 10px 0;
  border-top: 1px dotted #828282; }

#qmDetQuoteControl a {
  cursor: pointer; }

#qmDetQuoteControl .qm-quote-details-cntrl {
  color: #da281b; }

#qmDetQuoteControl .qm-quote-details-cntrl-label {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em; }

#qmDetQuote .qmod-quotehead,
#qmDetQuote .qmod-heading,
#qmDetQuote.qm-hide-quote {
  display: none; }

#qmDetQuote .pure-u-1-2 {
  padding: 0 25px; }

#qmDetQuote .qmod-label {
  font-weight: 600; }

#qmIntChart {
  min-height: 330px;
  padding: 10px 20px; }

#qmIntChart .qmod-ui-tool {
  margin: 0; }

.qmod-grow-input input {
  margin: 0; }

#qmIntChart .qmod-quotehead,
#qmIntChart .qmod-pricehistory-chart,
#qmIntChart .qmod-disclaimer,
#qmIntChart h2.qmod-heading,
#qmIntChart .qmod-pricehistory-table th:nth-child(7),
#qmIntChart .qmod-pricehistory-table td:nth-child(7),
#qmIntChart .qmod-pricehistory-table th:nth-child(8),
#qmIntChart .qmod-pricehistory-table td:nth-child(8) {
  display: none; }

#qmIntChart .qmod-pricehistory-table-wrap th,
#qmIntChart .qmod-pricehistory-table-wrap td,
#qmIntChart .qmod-ui-tool input {
  font-size: 13px; }

#qmIntChart .qmod-detailedquote .qmod-quotegrid {
  margin: 0; }

#qmIntChart .qmod-pricehistory .qmod-pricehistory-table-wrap {
  padding: 0; }

#qmIntChart .qmod-block-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none; }

#qmIntChart .qmod-detailedquote .qmod-quotegrid .qmod-label {
  margin-right: 0;
  font-weight: 400; }

#qmIntChart .qmod-detailedquote .qmod-quotegrid .qmod-data-point {
  margin-left: 0; }

#qmIntChart .qmod-popup {
  z-index: 100000; }

#qmIntChart .qmod-popup-title {
  color: #fff; }

#qmIntChart .qmod-weekh-chart img {
  width: 260px; }

#qmIntChart li,
#qmIntChart .qmod-ui-tool input {
  line-height: inherit; }

#qmIntChart .qmod-ui-tool input {
  line-height: initial; }

#qmIntChart th {
  background-color: #fff; }

#qmIntChart .qmod-pricehistory-table-wrap th,
#qmIntChart .qmod-pricehistory-table-wrap td {
  padding-left: 0; }

#qmIntChart .qmod-quotegrid .pure-u-1-2:nth-child(1) div.qmod-box-wrap {
  padding-right: 10px; }

#qmIntChart .qmod-quotegrid .pure-u-1-2:nth-child(2) div.qmod-box-wrap {
  padding-left: 10px; }

#qmIntChart .qmod-pricehistory .qmod-modifiers {
  padding-left: 0px;
  padding-right: 0px; }

#qmIntChart .qmod-ui-tool a {
  text-decoration: none; }

#qmIntChart .qmod-simplechart.qmod-ui-tool {
  background-color: white !important;
  padding: 10px 25px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-js {
  margin: 0; }

#qmIntChart .qmod-ui-tool .inner-addon .qmod-dd-more i:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

#qmIntChart .qmod-ui-tool .inner-addon i:hover,
#qmIntChart .qmod-chart-js li:first-child,
#qmIntChart .qmod-legend-list-item div {
  color: #FFF; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li,
#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li {
  border-right: none;
  vertical-align: top;
  list-style: none;
  display: inline-block; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li:first-child {
  border-radius: 3px 0 0 3px; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li:last-child {
  border-radius: 0 3px 3px 0; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend.qmod-lnd-time > li {
  border-radius: 3px;
  margin-left: 3px; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend.qmod-lnd-time > li .qmod-dd-more .qmod-dd-more-item a {
  padding: 5px 5px 5px 20px; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend.qmod-lnd-time > li .qmod-dd-more .qmod-dd-more-ul {
  border-radius: 3px;
  border: 1px solid #CACFD3; }

#qmHeading .qmod-dropdown-menu li > a,
#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-dropdown-menu li > a,
#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend.qmod-lnd-time > li .qmod-dd-more .qmod-dd-more-item a {
  color: #4A4A4A; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend.qmod-lnd-time > li .qmod-dd-more .qmod-dd-more-item {
  background-color: #FFF; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend.qmod-lnd-time > li .qmod-dd-more .qmod-dd-more-item.qmod-active {
  background-color: #E9EDEF; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li,
#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li,
#qmHeading .qmod-dropdown-menu li > a.qmod-active,
#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-dropdown-menu li > a.qmod-active,
#qmHeading .qmod-dropdown-menu li > a:hover,
#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-dropdown-menu li > a:hover,
#qmIntChart .qmod-ui-tool.qmod-simplechart .qmod-chart-buttons-rs .qmod-legend.qmod-lnd-time .qmod-dd-more-item,
#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend.qmod-lnd-time > li .qmod-dd-more .qmod-dd-more-item.qmod-active,
#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend.qmod-lnd-time > li .qmod-dd-more .qmod-dd-more-item:hover:not(.qmod-list-header) {
  background-color: #E9EDEF; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li .qmod-dd-more .qmod-dd-more-item:hover:not(.qmod-list-header),
#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-dd-more .qmod-dd-more-item:hover:not(.qmod-list-header) {
  background-color: #800000; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li .qmod-dd-more .qmod-dd-more-ul,
#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-dd-more .qmod-dd-more-ul,
#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li.qmod-input,
#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li.qmod-input {
  background-color: #da291c;
  letter-spacing: initial; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li.qmod-active,
#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li.qmod-active .qmod-btn-text {
  /*border-radius: 3px;*/
  background-color: #da281b;
  color: #fff; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li .qmod-btn-text {
  padding: 9px;
  color: #FFF; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-btn-text,
#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend.qmod-lnd-time .qmod-btn-text {
  padding: 9px;
  color: #4A4A4A; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li .qmod-btn-icon,
#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-btn-icon {
  padding: 5px;
  color: #FFF; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > .qmod-input .qmod-dd-more > i {
  border-left: 2px solid #FFF;
  padding: 4px 5px; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li .qmod-dd-more > i,
#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-dd-more > i {
  border-left: none;
  padding: 4px 8px; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .fa-trash-o::before {
  content: "\f057"; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li:first-child .qmod-dd-more > i {
  border-left: 2px solid #0096AE; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-dd-more > i {
  border-left: 2px solid #CACFD3; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li {
  color: #CACFD3; }

#qmHeading a.qmod-dropdown_toggle,
#qmIntChart .qmod-simplechart.qmod-ui-tool a.qmod-dropdown_toggle {
  background-color: transparent;
  color: #4A4A4A; }

#qmHeading a.qmod-dropdown_toggle i,
#qmIntChart .qmod-simplechart.qmod-ui-tool a.qmod-dropdown_toggle i {
  color: #da281b; }

#qmHeading .qmod-dropdown_toggle .fa,
#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-dropdown_toggle .fa {
  padding-right: 9px; }

.qm-wrap .qmod-dropdown,
.qm-wrap .qmod-dropdown-menu {
  min-width: 155px; }

#qmHeading a.qmod-dropdown_toggle.qmod-dropdown-sm,
#qmIntChart .qmod-simplechart.qmod-ui-tool a.qmod-dropdown_toggle.qmod-dropdown-sm {
  line-height: 15px;
  padding: 9px 2px 9px 12px;
  text-transform: uppercase;
  border-radius: 3px; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-icon-toggle-fa {
  padding-top: 16px; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-icon-toggle-icon {
  vertical-align: middle;
  font-size: 150%; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-icon-toggle-icon .qmod-ch-up {
  color: #da291c; }

#qmHeading .qmod-dropdown-menu.qmod-dropdown-menu-toggles li > div,
#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-dropdown-menu.qmod-dropdown-menu-toggles li > div {
  padding: 0 10px;
  line-height: 35px; }

#qmHeading .qmod-dropdown-sm.qmod-dropdown-menu li > a,
#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-dropdown-sm.qmod-dropdown-menu li > a {
  line-height: 35px; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend,
#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend {
  margin: 8px 0;
  border-radius: 3px; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .highcharts-graph {
  stroke-width: 2; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .highcharts-area {
  fill-opacity: 0.3; }

#qmIntChart .qmod-simplechart.qmod-ui-tool linearGradient stop {
  stop-opacity: 1 !important; }

#qmHeading .qmod-dropdown-menu li > a.qmod-active::before,
#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-dropdown-menu li > a.qmod-active::before {
  font-family: FontAwesome;
  content: "\f00c";
  float: right; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-main-chart .highcharts-tooltip > span {
  padding: 5px;
  opacity: .9;
  background-color: #FFFFFF;
  border: 1px solid #CACFD3;
  border-radius: 3px;
  font-family: arial, sans-serif, 'Tahoma';
  color: #4A4A4A; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-main-chart .highcharts-tooltip > span .qmod-tt-title {
  width: 96%;
  text-align: center;
  font-weight: 400;
  color: #da281b;
  padding: 5px;
  border-bottom: 1px solid #CACFD3;
  float: none;
  padding-bottom: 15px; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-main-chart .highcharts-tooltip > span th,
#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-main-chart .highcharts-tooltip > span td {
  font-size: 90%;
  padding: 5px 15px;
  white-space: nowrap;
  color: #4A4A4A; }

#qmIntChart .qmod-legend-list {
  display: block; }

#qmIntChart .qmod-legend-list-item {
  line-height: 16px; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .highcharts-container {
  border: 0; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-main-chart .highcharts-grid path {
  stroke-width: 1px;
  stroke: #828282;
  stroke-dasharray: 1 2; }

#qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs {
  border-bottom: 1px solid #CACFD3; }

#qmPrHistory .qmod-quotehead,
#qmPrHistory .qmod-heading,
#qmPrHistory .qmod-pricehistory-chart,
#qmPrHistory th.qmod-textr:nth-child(7),
#qmPrHistory td.qmod-textr:nth-child(7),
#qmPrHistory th.qmod-textr:nth-child(8),
#qmPrHistory td.qmod-textr:nth-child(8) {
  display: none; }

.qm-history-heading {
  padding: 0 20px;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  font-size: 1.2em; }

#qmPrHistory .qmod-ui-tool input[type="text"] {
  border: none;
  border-radius: 3px;
  background-color: #E9EDEF;
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
  /*width: auto;*/
  padding: 10px;
  padding-right: 10px;
  margin-right: 10px; }

#qmPrHistory .qmod-ui-tool .inner-addon i,
#qmPrHistory .qmod-ui-tool button.qmod-btn:nth-child(2) {
  display: none; }

#qmPrHistory .qmod-ui-tool .qmod-btn.qmod-darkblue {
  vertical-align: top;
  color: #FFF;
  text-align: center;
  text-shadow: none;
  background: #da281b;
  border: 0;
  border-radius: 3px;
  border-bottom: none;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none; }

#qmPrHistory .qmod-ui-tool .qmod-modifiers .qmod-mod-pad .qmod-darkblue > div {
  display: none !important; }

#qmPrHistory .qmod-ui-tool .qmod-modifiers .qmod-mod-pad .qmod-darkblue {
  word-spacing: -999px;
  letter-spacing: -999px;
  line-height: 0;
  color: transparent;
  float: right;
  min-width: 0; }

#qmPrHistory .qmod-ui-tool .qmod-modifiers .qmod-mod-pad .qmod-darkblue::before {
  display: block;
  color: #FFF;
  width: 18px;
  font-family: FontAwesome;
  content: "\f054";
  padding: 8px 5px;
  text-align: initial; }

#qmPrHistory .qmod-pricehistory table.qmod-table.dataTable {
  border-collapse: separate; }

#qmPrHistory .qmod-pricehistory table.dataTable.no-footer {
  border-bottom: none; }

#qmPrHistory .qmod-pricehistory .qmod-modifiers > div {
  border-bottom: 2px solid #CDD2D8;
  padding-bottom: 15px; }

#qmPrHistory .qmod-ui-tool .qmod-modifiers > .pure-g > * {
  width: auto; }

#qmPrHistory .qmod-ui-tool .qmod-modifiers .pure-g {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

#qmPrHistory .qmod-ui-tool th,
#qmPrHistory .qmod-ui-tool td {
  border-bottom: 1px dotted #828282; }

#qmPrHistory .qmod-pricehistory table.qmod-table.dataTable.dtr-column > thead > tr > th {
  padding: 8px 20px 12px 0px;
  font-weight: 400; }

#qmPrHistory .qmod-pricehistory table.dataTable thead th.sorting::after,
#qmPrHistory .qmod-pricehistory table.dataTable thead th.sorting_asc::after,
#qmPrHistory .qmod-pricehistory table.dataTable thead th.sorting_desc::after {
  top: auto; }

#qmPrHistory .qmod-pricehistory table.dataTable tbody th,
#qmPrHistory .qmod-pricehistory table.dataTable tbody td {
  padding: 12px 10px; }

#qmPrHistory .qmod-pricehistory table.qmod-table.dataTable.dtr-column > thead > tr > th,
#qmPrHistory .qmod-pricehistory table.qmod-table.dataTable.dtr-column > thead > tr > th.sorting_desc,
#qmPrHistory .qmod-pricehistory table.qmod-table.dataTable.dtr-column > thead > tr > th.sorting_asc {
  /*border-bottom: none;*/ }

#qmPrHistory .qmod-pricehistory table.dataTable thead th::after {
  color: #da281b;
  opacity: 0.3;
  content: '\f078'; }

#qmPrHistory .qmod-pricehistory table.dataTable thead .qmod-control::after {
  content: ''; }

#qmPrHistory .qmod-pricehistory table.dataTable thead th.sorting_desc::after {
  content: "\f078";
  opacity: 1; }

#qmPrHistory .qmod-pricehistory table.dataTable thead th.sorting_asc::after {
  content: "\f077";
  opacity: 1; }

@media screen and (max-width: 35.5em) {
  .qm-history-heading {
    padding: 10px 5px; }
  #qmPrHistory .qmod-ui-tool .qmod-modifiers .pure-u-sm-1-2,
  .pure-u-sm-12-24 {
    width: 100%; }
  #qmPrHistory .qmod-btn-icon {
    /*width: auto;*/ }
  #qmPrHistory .qmod-ui-tool input[type="text"] {
    /*width: auto;*/ } }

#qmDisclaimer {
  font-size: 11px;
  padding: 5px; }

@media (max-width: 530px) {
  #qmQuoteHeader {
    padding: 0 5px; }
  #qmIntChart {
    padding: 10px 5px; }
  #qmIntChart .qmod-ui-tool,
  #qmDetQuote .qmod-ui-tool .pure-g [class*="pure-u"] {
    letter-spacing: normal; }
  #qmQuoteHeader .qm-quote-segment > span > span {
    padding-right: 15px; }
  #qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-dropdown,
  #qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-dropdown {
    min-width: 95% !important; }
  #qmIntChart .qmod-dropdown-menu,
  #qmIntChart .qmod-dropdown {
    min-width: 100% !important; }
  #qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-display > .qmod-chart-btns .qmod-dropdown,
  #qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs > .qmod-chart-btns .qmod-dropdown {
    padding: 5px 0; }
  #qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-icon-toggle-fa {
    padding: 10px 10px 0 0; }
  #qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend,
  #qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend {
    margin: 4px 0; }
  #qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li.qmod-input,
  #qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li.qmod-input {
    margin-top: 2px; }
  #qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend.qmod-legend-list > li,
  #qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend.qmod-legend-list > li {
    margin: 2px;
    margin-top: 2px;
    margin-right: 0;
    border-radius: 3px !important; }
  #qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-btn-text {
    padding: 9px 4px;
    font-size: 80%; }
  #qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-main-chart .highcharts-tooltip > span th,
  #qmIntChart .qmod-simplechart.qmod-ui-tool .qmod-main-chart .highcharts-tooltip > span td {
    padding: 5px 5px; } }

@media only screen and (max-width: 380px) {
  .qmTypeNav div {
    font-size: 12px; }
  #qmIntChart .qmod-quotegrid .pure-u-1-2:nth-child(1) div.qmod-box-wrap {
    padding-right: initial; }
  #qmIntChart .qmod-quotegrid .pure-u-1-2:nth-child(2) div.qmod-box-wrap {
    padding-left: initial; } }

.cp-Styleguide {
  display: block;
  width: 100%;
  padding: 25px; }
  @media (min-width: 36em) {
    .cp-Styleguide {
      padding: 35px; } }
  @media (min-width: 45em) {
    .cp-Styleguide {
      padding: 40px; } }
  @media (min-width: 58.75em) {
    .cp-Styleguide {
      padding: 50px; } }
  @media (min-width: 71.25em) {
    .cp-Styleguide {
      padding: 60px; } }

.cp-Styleguide_wrap {
  display: block;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto; }

.cp-Styleguide_CustomButton {
  display: inline-block;
  padding: 0.8em 1.2em;
  background-color: #da291c;
  color: white;
  border-radius: 0.2em;
  border: none;
  vertical-align: center;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em; }
  .cp-Styleguide_CustomButton:hover, .cp-Styleguide_CustomButton:active {
    background-color: #2fa2b6; }
  .cp-Styleguide_CustomButton:active, .cp-Styleguide_CustomButton:disabled {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .cp-Styleguide_CustomButton:disabled {
    background-color: #2fa2b6;
    color: #d9d9d9; }
  .cp-Styleguide_CustomButton span {
    vertical-align: baseline;
    line-height: 1em; }
  .cp-Styleguide_CustomButton svg {
    width: 1em;
    height: 1em;
    vertical-align: -0.2em;
    line-height: 1em; }
    .cp-Styleguide_CustomButton svg:nth-child(2) {
      margin-left: 0.25em; }
    .cp-Styleguide_CustomButton svg * {
      fill: currentColor; }

.cp-Styleguide_Form {
  max-width: 20em; }
  .cp-Styleguide_Form button {
    display: block;
    margin: 1em 0; }

.cp-Styleguide_ColorBox {
  border-radius: 0.2em;
  display: block;
  padding: 1.5em 2em;
  color: white;
  background-color: #da291c;
  margin: 1em 0; }
  @media (min-width: 58.75em) {
    .cp-Styleguide_ColorBox {
      padding: 2.2em 2.7em; } }

.cp-Styleguide_FocusBox {
  border-radius: 0.2em;
  display: block;
  padding: 2em;
  background-color: white;
  border: 1px solid #CDD2D8;
  border-top: 0.3em solid #CDD2D8;
  margin: 1em 0; }
  @media (min-width: 58.75em) {
    .cp-Styleguide_FocusBox {
      padding: 2.7em; } }

.cp-Styleguide_CustomSelect {
  position: relative; }

.cp-Styleguide_CustomSelectToggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white;
  border-radius: 0.2em;
  padding: 0.8em;
  border: 1px solid #B2B5B8;
  display: block;
  width: 15em;
  margin: 1em 0;
  text-align: left;
  position: relative;
  z-index: 2;
  background-image: url("img/chevron-down.svg");
  background-position: calc(100% - 1em) 50%;
  background-repeat: no-repeat;
  background-size: 0.8em 0.8em; }

.cp-Styleguide_CustomSelectDrawer {
  position: absolute;
  left: 0;
  top: 100%;
  background: white;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  width: 15em;
  z-index: 1; }

.cp-Styleguide_CustomSelectOption {
  display: block;
  padding: 0.5em 1em;
  border-bottom: 1px solid #CDD2D8;
  width: 100%;
  text-align: left; }
  .cp-Styleguide_CustomSelectOption:last-child {
    border-bottom: none; }
  .cp-Styleguide_CustomSelectOption:hover, .cp-Styleguide_CustomSelectOption:active {
    color: #da291c;
    background-color: #f1f2f5; }
  .cp-Styleguide_CustomSelectOption.selected {
    color: #da291c; }

.cp-Styleguide_TabSection {
  border-radius: 0.2em;
  display: block;
  padding: 2em;
  background-color: white;
  border: 1px solid #CDD2D8;
  border-top: 0.3em solid #CDD2D8;
  position: relative; }
  @media (min-width: 58.75em) {
    .cp-Styleguide_TabSection {
      padding: 2.7em; } }

.cp-Styleguide_TabNav {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #CDD2D8;
  display: none; }
  @media (min-width: 58.75em) {
    .cp-Styleguide_TabNav {
      display: block; } }

.cp-Styleguide_TabNavItem {
  display: inline-block;
  padding: 0.8em 1.2em;
  background-color: #da291c;
  color: white;
  border-radius: 0.2em;
  border: none;
  vertical-align: center;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear; }
  .cp-Styleguide_TabNavItem:hover, .cp-Styleguide_TabNavItem:active {
    background-color: #961c13; }
  .cp-Styleguide_TabNavItem:active, .cp-Styleguide_TabNavItem:disabled {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .cp-Styleguide_TabNavItem:disabled {
    background-color: #961c13;
    color: #d9d9d9; }
  .cp-Styleguide_TabNavItem span {
    vertical-align: baseline;
    line-height: 1em; }
  .cp-Styleguide_TabNavItem svg {
    width: 1em;
    height: 1em;
    vertical-align: -0.2em;
    line-height: 1em; }
    .cp-Styleguide_TabNavItem svg:nth-child(2) {
      margin-left: 0.25em; }
    .cp-Styleguide_TabNavItem svg * {
      fill: currentColor; }
  .cp-Styleguide_TabNavItem.selected {
    background-color: #ea6359; }
  .cp-Styleguide_TabNavItem.mobile-only {
    display: block;
    margin: 1em 0; }
    @media (min-width: 58.75em) {
      .cp-Styleguide_TabNavItem.mobile-only {
        display: none; } }

.cp-Styleguide_Tabs {
  position: relative;
  width: 100%; }

.cp-Styleguide_TabContent {
  position: relative;
  visibility: hidden;
  display: none; }
  @media (min-width: 58.75em) {
    .cp-Styleguide_TabContent {
      position: absolute;
      left: 0;
      top: 0;
      display: block; } }
  .cp-Styleguide_TabContent.selected {
    visibility: visible;
    display: block; }

.cp-SubNav {
  display: block;
  width: 100%;
  padding: 20px 25px;
  margin-bottom: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  background: white; }
  @media (min-width: 36em) {
    .cp-SubNav {
      padding: 20px 35px; } }
  @media (min-width: 45em) {
    .cp-SubNav {
      padding: 20px 40px; } }
  @media (min-width: 58.75em) {
    .cp-SubNav {
      padding: 35px 50px; } }
  @media (min-width: 71.25em) {
    .cp-SubNav {
      padding: 35px 60px; } }
  .cp-SubNav.cp-SubNav_Fixed {
    position: fixed;
    top: 41px;
    z-index: 5; }
    @media (min-width: 36em) {
      .cp-SubNav.cp-SubNav_Fixed {
        top: 55px; } }

.cp-SubNav_Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.cp-SubNav_Item {
  display: block;
  color: #da291c;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.6px;
  font-size: .86em; }

.cp-UpcomingEvents {
  display: block;
  width: 100%;
  padding: 25px;
  padding-top: 0 !important;
  position: relative;
  background: white; }
  @media (min-width: 36em) {
    .cp-UpcomingEvents {
      padding: 35px; } }
  @media (min-width: 45em) {
    .cp-UpcomingEvents {
      padding: 40px; } }
  @media (min-width: 58.75em) {
    .cp-UpcomingEvents {
      padding: 50px; } }
  @media (min-width: 71.25em) {
    .cp-UpcomingEvents {
      padding: 60px; } }

.cp-UpcomingEvents_Inner {
  display: block;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto; }
  .cp-UpcomingEvents_Inner h2 {
    margin-top: 0; }

.cp-UpcomingEvents_Events {
  margin: -0.25em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.cp-UpcomingEvents_Event {
  border-radius: 0.2em;
  display: block;
  padding: 1.5em 2em;
  color: white;
  background-color: #da291c;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0.25em; }
  @media (min-width: 58.75em) {
    .cp-UpcomingEvents_Event {
      padding: 2.2em 2.7em; } }
  .cp-UpcomingEvents_Event h5 {
    margin-top: 0;
    color: white; }
  .cp-UpcomingEvents_Event p {
    margin-top: 0; }

@media (min-width: 36em) {
  .cp-UpcomingEvents_EventDate {
    border-radius: 0.2em;
    display: block;
    padding: 1.5em 2em;
    color: white;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center; } }
  @media (min-width: 36em) and (min-width: 58.75em) {
    .cp-UpcomingEvents_EventDate {
      padding: 2.2em 2.7em; } }

.cp-UpcomingEvents_EventTitle {
  color: #FFFFFF;
  font-weight: bold; }
  @media (min-width: 36em) {
    .cp-UpcomingEvents_EventTitle {
      width: calc(100% - 4em); } }

.cp-UpcomingEvents_EventComments {
  font-size: 0.8em;
  color: #FFFFFF; }

.cp-UpcomingEvents_EventSpeakers {
  margin-bottom: 1em;
  display: inline-block; }

.cp-UpcomingEvents_BigDay {
  font-size: 2.9em;
  font-weight: 200;
  display: block;
  line-height: 1em; }

.cp-UpcomingEvents_MonthYear {
  font-size: 0.8em;
  font-weight: 200; }

.cp-UpcomingEvents_EventButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto -0.5em 0; }

.cp-UpcomingEvents_EventButton {
  font-size: 0.7em;
  color: white;
  text-align: left;
  margin: 0.5em;
  white-space: nowrap; }
  @media (min-width: 71.25em) {
    .cp-UpcomingEvents_EventButton {
      width: 60%;
      margin: 0;
      font-size: 0.65em; } }
  .cp-UpcomingEvents_EventButton:hover, .cp-UpcomingEvents_EventButton:focus {
    color: #ececec;
    cursor: pointer; }

.cp-UpcomingEvents_ButtonIcon {
  font-size: 1.2em; }
  .cp-UpcomingEvents_ButtonIcon svg {
    width: 1em;
    height: 1em; }
    .cp-UpcomingEvents_ButtonIcon svg * {
      fill: currentColor; }
  .cp-UpcomingEvents_ButtonIcon.large {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }

.cp-UpcomingEvents_ButtonText {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em; }

.cp-UpcomingEvents_AddToCalendar {
  position: relative; }

.cp-UpcomingEvents_DropdownDrawer {
  background: white;
  border-radius: 0.2em;
  border: 1px solid #B2B5B8;
  left: 0;
  top: 100%;
  padding: 0.2em 0;
  position: absolute;
  z-index: 1; }

.cp-UpcomingEvents_DropdownItem {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: relative;
  display: block;
  color: #39383A;
  font-size: 0.7em;
  padding: 0.3em 2em;
  width: 100%;
  text-align: left; }
  @media (min-width: 71.25em) {
    .cp-UpcomingEvents_DropdownItem {
      font-size: 0.65em; } }
  .cp-UpcomingEvents_DropdownItem:hover {
    background-color: rgba(93, 195, 213, 0.2); }

/*# sourceMappingURL=style.css.map */
