/*! normalize.css v1.1.3 | MIT License | git.io/normalize *//* ==========================================================================
   HTML5 display definitions
   ========================================================================== *//**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */article,aside,details,figcaption,figure,.carousel .slick-slide,footer,header,hgroup,main,nav,section,summary {
  display: block;
}/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */audio,canvas,video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */audio:not([controls]) {
  display: none;
  height: 0;
}/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */[hidden] {
  display: none;
}/* ==========================================================================
   Base
   ========================================================================== *//**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */html {
  font-size: 100%;
 /* 1 */
  -ms-text-size-adjust: 100%;
 /* 2 */
  -webkit-text-size-adjust: 100%;
 /* 2 */;
}/**
 * Address margins handled incorrectly in IE 6/7.
 */body {
  margin: 0;
}/* ==========================================================================
   Links
   ========================================================================== *//**
 * Address `outline` inconsistency between Chrome and other browsers.
 */a:focus {
  outline: 0;
}/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */a:active,a:hover {
  outline: 0;
}/* ==========================================================================
   Typography
   ========================================================================== *//**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 *//**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */abbr[title] {
  border-bottom: 1px dotted;
}/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */b,strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}/**
 * Address styling not present in Safari 5 and Chrome.
 */dfn {
  font-style: italic;
}/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */hr {
  box-sizing: content-box;
  height: 0;
}/**
 * Address styling not present in IE 6/7/8/9.
 */mark {
  background: #ff0;
  color: #000;
}/**
 * Address margins set differently in IE 6/7.
 */p,pre {
  margin: 1em 0;
}/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */code,kbd,pre,samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}/**
 * Improve readability of pre-formatted text in all browsers.
 */pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}/**
 * Address CSS quotes not supported in IE 6/7.
 */q {
  quotes: none;
}/**
 * Address `quotes` property not supported in Safari 4.
 */q:before,q:after {
  content: '';
  content: none;
}/**
 * Address inconsistent and variable font size in all browsers.
 */small {
  font-size: 80%;
}/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}/* ==========================================================================
   Embedded content
   ========================================================================== *//**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */img {
  border: 0;
 /* 1 */
  -ms-interpolation-mode: bicubic;
 /* 2 */;
}/**
 * Correct overflow displayed oddly in IE 9.
 */svg:not(:root) {
  overflow: hidden;
}/* ==========================================================================
   Figures
   ========================================================================== *//**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */figure,.carousel .slick-slide {
  margin: 0;
}/* ==========================================================================
   Forms
   ========================================================================== *//**
 * Correct margin displayed oddly in IE 6/7.
 */form {
  margin: 0;
}/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */legend {
  border: 0;
 /* 1 */
  padding: 0;
  white-space: normal;
 /* 2 */
  *margin-left: -7px;
 /* 3 */;
}/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */button,input,select,textarea {
  font-size: 100%;
 /* 1 */
  margin: 0;
 /* 2 */
  vertical-align: bottom;
 /* 3 */
  *vertical-align: middle;
 /* 3 */;
}/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */button,input {
  line-height: normal;
}/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
 /* 2 */
  cursor: pointer;
 /* 3 */
  *overflow: visible;
 /* 4 */;
}/**
 * Re-set default cursor for disabled elements.
 */button[disabled],html input[disabled] {
  cursor: default;
}/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */input[type="checkbox"],input[type="radio"] {
  box-sizing: border-box;
 /* 1 */
  padding: 0;
 /* 2 */
  *height: 13px;
 /* 3 */
  *width: 13px;
 /* 3 */;
}/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */input[type="search"] {
  -webkit-appearance: textfield;
 /* 1 */ /* 2 */
  box-sizing: content-box;
}/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}/**
 * Remove inner padding and border in Firefox 3+.
 */button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */textarea {
  overflow: auto;
 /* 1 */
  vertical-align: top;
 /* 2 */;
}/* ==========================================================================
   Tables
   ========================================================================== *//**
 * Remove most spacing between table cells.
 */table {
  border-collapse: collapse;
  border-spacing: 0;
}/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */audio,canvas,img,video {
  vertical-align: middle;
}/*
 * Remove default fieldset styles.
 */fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}/*
 * Allow only vertical resizing of textareas.
 */textarea {
  resize: vertical;
}/*
 * iFrame styling
 */section.iframe iframe {
  border: 0 none;
}

section.iframe iframe html,section.iframe iframe body {
  margin: 0;
  padding: 0;
}

section.form,.video > div,.image .image-large,div .hero .hero-content.center,div .hero .hero-content.center h2:after,.hero :not([class*="color-block"]) .hero-content,.list-nav .listNav,.cards {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.img-left {
  float: left;
}

.img-right {
  float: right;
}

.img-center {
  width: auto;
  display: block;
  margin: 0 auto;
}

.img-full {
  width: 100%;
  max-width: 100%;
}/* Hide only visually, but have it available for screenreaders: h5bp.com/v */.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}/* Extends the .visually-hidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */.visually-hidden.focusable:active,.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.no-wrap {
  display: inline-block;
  word-wrap: nowrap;
}

.disable-content {
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

#overlay {
  z-index: 2000;
  width: 100%;
  height: 100vh;
}

body.no-scroll {
  overflow: hidden;
}

body.overlay-visible #overlay {
  opacity: 0.6;
  display: block;
}/* Reusable column setup */html,body {
  color: #444;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 100%;
}/*-- Address `font-family` inconsistency between `textarea` and other form elements--*/input,button,select,textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
}

a {
  color: #1381B3;
  text-decoration: none;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  cursor: pointer;
}

a:hover {
  color: #093f57;
  text-decoration: underline;
}

h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  margin: 1.25em 0 .75em;
  padding: 0;
  color: #931638;
  line-height: 1.25em;
  letter-spacing: auto;
}

h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.75em;
  font-weight: 500;
  margin: 1.5em 0 1.5em;
  padding: 0 0 0 0;
  color: #000;
  line-height: 130%;
  letter-spacing: auto;
}

h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.425em;
  font-weight: 400;
  margin: 1.5em 0 1.5em;
  padding: 0;
  color: #000;
  line-height: 150%;
  letter-spacing: auto;
}

h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.175em;
  font-weight: 500;
  margin: .85em 0 .85em;
  padding: 0;
  color: #4d4d4d;
  line-height: 130%;
  letter-spacing: auto;
}

h5 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 300;
  margin: 0 0 .85em;
  padding: 0;
  color: #444;
  line-height: 100%;
  letter-spacing: auto;
  text-transform: uppercase;
}

h6 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  font-weight: 300;
  margin: 0 0 .85em;
  padding: 0;
  color: #444;
  line-height: 100%;
  letter-spacing: auto;
  text-transform: uppercase;
}

p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.175em;
  font-weight: 300;
  margin: 1em 0 1em 0;
  padding: 0;
  color: #444;
  line-height: 1.5em;
  letter-spacing: auto;
}

ol,dl,ul {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.175em;
  font-weight: 300;
  margin: 0 0 .5em 0;
  padding: 0 0 0 2em;
  color: #444;
  line-height: 1.25em;
  letter-spacing: auto;
}

ol li,ol dt,dl li,dl dt,ul li,ul dt {
  padding: 0 0 .75em 0;
  margin: 0;
  font-size: 100%;
}

ol dt,dl dt,ul dt {
  color: black;
}

ol dd,dl dd,ul dd {
  color: #444;
  padding: 0;
  margin: 0 0 1em 0;
}

ul {
  list-style-type: disc;
}

ol {
  padding: 0 0 0 2em;
}

dl > dl,ul > ul,ol > ol,ul ol,ol ul,li > ul {
  margin: 0;
  font-size: 100%;
}

li > li {
  font-size: 100%;
}

[data-icon]:before {
  font-family: "HF-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,[class*=" icon-"]:before {
  font-family: "HF-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sound-low:before {
  content: "\e04d";
}

.icon-menu:before {
  content: "\e000";
}

.icon-document:before {
  content: "\e005";
}

.icon-copy:before {
  content: "\e006";
}

.icon-paste:before {
  content: "\e007";
}

.icon-folder:before {
  content: "\e008";
}

.icon-tag:before {
  content: "\e009";
}

.icon-print:before {
  content: "\e00a";
}

.icon-box-add:before {
  content: "\e00b";
}

.icon-box-remove:before {
  content: "\e00c";
}

.icon-download:before {
  content: "\e00d";
}

.icon-upload:before {
  content: "\e00e";
}

.icon-arrow-swoosh-nw:before {
  content: "\e00f";
}

.icon-contract:before {
  content: "\e01c";
}

.icon-expand:before {
  content: "\e01b";
}

.icon-zoom-out:before {
  content: "\e01a";
}

.icon-zoom-in:before {
  content: "\e019";
}

.icon-magnifying-glass:before {
  content: "\e018";
}

.icon-spinner-arrow:before {
  content: "\e017";
}

.icon-spinner-swoosh:before {
  content: "\e016";
}

.icon-spinner-dots:before {
  content: "\e015";
}

.icon-chat-bubble-multi:before {
  content: "\e014";
}

.icon-chat-bubble:before {
  content: "\e013";
}

.icon-arrow-swoosh-sw:before {
  content: "\e012";
}

.icon-arrow-swoosh-se:before {
  content: "\e011";
}

.icon-arrow-swoosh-ne:before {
  content: "\e010";
}

.icon-lock:before {
  content: "\e01d";
}

.icon-unlock:before {
  content: "\e01e";
}

.icon-aid:before {
  content: "\e01f";
}

.icon-pie:before {
  content: "\e020";
}

.icon-stats:before {
  content: "\e021";
}

.icon-bars:before {
  content: "\e022";
}

.icon-lab:before {
  content: "\e023";
}

.icon-trash-bin:before {
  content: "\e024";
}

.icon-trash-can:before {
  content: "\e025";
}

.icon-power:before {
  content: "\e026";
}

.icon-list-square:before {
  content: "\e027";
}

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

.icon-menu-fat:before {
  content: "\e029";
}

.icon-thumbs-up:before {
  content: "\e036";
}

.icon-heart-outline:before {
  content: "\e035";
}

.icon-heart:before {
  content: "\e034";
}

.icon-star:before {
  content: "\e033";
}

.icon-star-outline:before {
  content: "\e032";
}

.icon-bookmark-multiple:before {
  content: "\e031";
}

.icon-bookmark:before {
  content: "\e030";
}

.icon-paperclip:before {
  content: "\e02f";
}

.icon-upload-disk:before {
  content: "\e02e";
}

.icon-download-disk:before {
  content: "\e02d";
}

.icon-upload-cloud:before {
  content: "\e02c";
}

.icon-download-cloud:before {
  content: "\e02b";
}

.icon-cloud:before {
  content: "\e02a";
}

.icon-thumbs-down:before {
  content: "\e037";
}

.icon-info-outline:before {
  content: "\e038";
}

.icon-info:before {
  content: "\e039";
}

.icon-blocked:before {
  content: "\e03a";
}

.icon-xmark-circle:before {
  content: "\e03b";
}

.icon-checkmark-circle:before {
  content: "\e03c";
}

.icon-xmark:before {
  content: "\e03d";
}

.icon-checkmark:before {
  content: "\e03e";
}

.icon-minus:before {
  content: "\e03f";
}

.icon-plus:before {
  content: "\e040";
}

.icon-play:before {
  content: "\e041";
}

.icon-pause:before {
  content: "\e042";
}

.icon-stop:before {
  content: "\e043";
}

.icon-sound-plus:before {
  content: "\e050";
}

.icon-sound-mute:before {
  content: "\e04f";
}

.icon-sound-off:before {
  content: "\e04e";
}

.icon-house:before {
  content: "\e004";
}

.icon-sound-high:before {
  content: "\e04b";
}

.icon-eject:before {
  content: "\e04a";
}

.icon-sound:before {
  content: "\e04c";
}

.icon-sj-custom-icons-72:before {
  content: "\e049";
}

.icon-play-previous:before {
  content: "\e048";
}

.icon-play-end:before {
  content: "\e047";
}

.icon-play-beginning:before {
  content: "\e046";
}

.icon-play-forward:before {
  content: "\e045";
}

.icon-play-rewind:before {
  content: "\e044";
}

.icon-sound-minus:before {
  content: "\e051";
}

.icon-loop-square-h:before {
  content: "\e052";
}

.icon-loop-circle:before {
  content: "\e053";
}

.icon-loop-square-v:before {
  content: "\e054";
}

.icon-arrow-fat-nw:before {
  content: "\e056";
}

.icon-shuffle:before {
  content: "\e055";
}

.icon-arrow-fat-n:before {
  content: "\e057";
}

.icon-arrow-fat-ne:before {
  content: "\e058";
}

.icon-arrow-fat-e:before {
  content: "\e059";
}

.icon-arrow-fat-se:before {
  content: "\e05a";
}

.icon-arrow-fat-s:before {
  content: "\e05b";
}

.icon-arrow-fat-sw:before {
  content: "\e05c";
}

.icon-arrow-w:before {
  content: "\e05d";
}

.icon-radio-selected:before {
  content: "\e069";
}

.icon-radio-empty:before {
  content: "\e06a";
}

.icon-checkbox-select:before {
  content: "\e068";
}

.icon-checkbox-empty:before {
  content: "\e067";
}

.icon-checkbox-checked:before {
  content: "\e066";
}

.icon-arrow-w-1:before {
  content: "\e065";
}

.icon-arrow-sw:before {
  content: "\e064";
}

.icon-arrow-s:before {
  content: "\e063";
}

.icon-arrow-se:before {
  content: "\e062";
}

.icon-arrow-ne:before {
  content: "\e060";
}

.icon-arrow-e:before {
  content: "\e061";
}

.icon-arrow-n:before {
  content: "\e05f";
}

.icon-arrow-nw:before {
  content: "\e05e";
}

.icon-new-tab:before {
  content: "\e06b";
}

.icon-share:before {
  content: "\e06c";
}

.icon-social-gplus:before {
  content: "\e06d";
}

.icon-social-square-gplus:before {
  content: "\e06e";
}

.icon-social-circle-gplus:before {
  content: "\e06f";
}

.icon-social-facebook:before {
  content: "\e070";
}

.icon-social-square-facebook:before {
  content: "\e071";
}

.icon-social-circle-facebook:before {
  content: "\e072";
}

.icon-social-twitter:before {
  content: "\e073";
}

.icon-social-square-twitter:before {
  content: "\e074";
}

.icon-social-circle-twitter:before {
  content: "\e075";
}

.icon-social-rss:before {
  content: "\e076";
}

.icon-social-square-rss:before {
  content: "\e077";
}

.icon-caret-up:before {
  content: "\e084";
}

.icon-social-pintrest:before {
  content: "\e083";
}

.icon-social-circle-pintrest:before {
  content: "\e082";
}

.icon-social-square-pintrest:before {
  content: "\e081";
}

.icon-quote-right:before {
  content: "\e080";
}

.icon-quote-left:before {
  content: "\e07f";
}

.icon-ms-xcel:before {
  content: "\e07e";
}

.icon-ms-word:before {
  content: "\e07d";
}

.icon-adobe-pdf:before {
  content: "\e07c";
}

.icon-social-circle-youtube:before {
  content: "\e07b";
}

.icon-social-square-youtube:before {
  content: "\e07a";
}

.icon-social-youtube:before {
  content: "\e079";
}

.icon-social-circle-rss:before {
  content: "\e078";
}

.icon-caret-right:before {
  content: "\e085";
}

.icon-caret-left:before {
  content: "\e086";
}

.icon-caret-down:before {
  content: "\e087";
}

.icon-floppy-disk:before {
  content: "\e088";
}

.icon-link:before {
  content: "\e089";
}

.icon-menu-select:before {
  content: "\e08a";
}

.icon-gear-simple:before {
  content: "\e08d";
}

.icon-gear-complex:before {
  content: "\e08c";
}

.icon-user:before {
  content: "\e08e";
}

.icon-users:before {
  content: "\e08f";
}

.icon-grid:before {
  content: "\e090";
}

.icon-map-pin-outline:before {
  content: "\e091";
}

.icon-microphone:before {
  content: "\e097";
}

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

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

.icon-envelope:before {
  content: "\e095";
}

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

.icon-map-pin:before {
  content: "\e092";
}

aside .image .image-small,aside .image .image-medium,aside .image .image-large {
  width: 100%;
  max-width: 100%;
}

aside .image .image-left,aside .image .image-right,aside .image .image-middle,aside .image .image-float-left,aside .image .image-float-right {
  float: none;
}

aside .image .image-left figcaption,aside .image .image-right figcaption,aside .image .image-middle figcaption,aside .image .image-float-left figcaption,aside .image .image-float-right figcaption {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  clear: both;
}

aside .image .image-left:last-child,aside .image .image-right:last-child,aside .image .image-middle:last-child,aside .image .image-float-left:last-child,aside .image .image-float-right:last-child {
  margin-bottom: 0;
}/* --- Navigation Styles --- */input[disabled],input[readonly],textarea[disabled],textarea[readonly] {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #cccccc;
  cursor: default;
}

textarea {
  height: auto;
  font-size: 1.071em;
 /* 15px */
  line-height: 24px;
  padding: 5px 11px;
  text-indent: 0;
}

textarea[class*="span"] {
  width: 100% !important;
  box-sizing: border-box;
}

#CQ INPUT,#CQ TEXTAREA,#CQ SELECT {
  box-sizing: content-box;
}/*
NOTE: Float and Infield form patterns require javascript in additional to
this mixin to work properly
*/section.form {
  max-width: 650px;
  width: 100%;
}

.btn-primary,.hero .cta-primary {
  border-radius: 3px;
  box-shadow: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: inline-block;
  zoom: 1;
  *display: inline;
  box-sizing: border-box;
  font-size: 0.9em;
  font-weight: normal;
  border: 1px solid #931638;
  background: #931638;
  color: #fff;
  padding: 1em 1.5em .9em;
  line-height: 100%;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
}

.btn-primary a,.hero .cta-primary a {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
}

.btn-primary:hover a,.hero .cta-primary:hover a {
  color: #fff;
}

.btn-primary:active a,.hero .cta-primary:active a {
  color: #fff;
}

.btn-primary:hover,.hero .cta-primary:hover,.btn-primary:focus,.hero .cta-primary:focus {
  background-color: #e02f5f;
  border: 1px solid #931638;
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.btn-primary:active,.hero .cta-primary:active,.btn-primary.active,.hero .active.cta-primary {
  background-color: #3a0916;
  color: #fff;
  border-color: #3a0916;
  box-shadow: none;
}

.btn-primary.disabled,.hero .disabled.cta-primary,.btn-primary[disabled],.hero [disabled].cta-primary {
  background-color: #bf1d49;
  color: #7f7f7f;
  box-shadow: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: auto;
}

.btn-secondary,.hero .cta-secondary {
  border-radius: 3px;
  box-shadow: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: inline-block;
  zoom: 1;
  *display: inline;
  box-sizing: border-box;
  font-size: 0.9em;
  font-weight: normal;
  border: 1px solid #931638;
  background: transparent;
  color: #931638;
  padding: .95em 1.5em 1em;
  line-height: 105%;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
}

.btn-secondary a,.hero .cta-secondary a {
  text-decoration: none;
  color: #931638;
  font-weight: normal;
}

.btn-secondary:hover a,.hero .cta-secondary:hover a {
  color: #fff;
}

.btn-secondary:active a,.hero .cta-secondary:active a {
  color: #fff;
}

.btn-secondary:hover,.hero .cta-secondary:hover,.btn-secondary:focus,.hero .cta-secondary:focus {
  background-color: #931638;
  border: 1px solid #931638;
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.btn-secondary:active,.hero .cta-secondary:active,.btn-secondary.active,.hero .active.cta-secondary {
  background-color: #670f27;
  color: #fff;
  border-color: #670f27;
  box-shadow: none;
}

.btn-secondary.disabled,.hero .disabled.cta-secondary,.btn-secondary[disabled],.hero [disabled].cta-secondary {
  background-color: transparent;
  color: #490b1c;
  box-shadow: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: auto;
}

.btn-tertiary {
  border-radius: 3px;
  box-shadow: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: inline-block;
  zoom: 1;
  *display: inline;
  box-sizing: border-box;
  font-size: 0.9em;
  font-weight: normal;
  border: 1px solid #1381B3;
  background: #1381B3;
  color: #fff;
  padding: 1em 1.5em .9em;
  line-height: 100%;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
}

.btn-tertiary a {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
}

.btn-tertiary:hover a {
  color: #fff;
}

.btn-tertiary:active a {
  color: #fff;
}

.btn-tertiary:hover,.btn-tertiary:focus {
  background-color: #41b6eb;
  border: 1px solid #1381B3;
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.btn-tertiary:active,.btn-tertiary.active {
  background-color: #093f57;
  color: #fff;
  border-color: #093f57;
  box-shadow: none;
}

.btn-tertiary.disabled,.btn-tertiary[disabled] {
  background-color: #18a2e1;
  color: #7f7f7f;
  box-shadow: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: auto;
}

.btn-quadinary {
  border-radius: 3em;
  box-shadow: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  box-sizing: border-box;
  font-size: 1.25em;
  font-weight: normal;
  border: 2px solid #e6e6e6;
  background: transparent;
  color: #931638;
  padding: 0;
  line-height: 1.75em;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  width: 1.85em;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.btn-quadinary:before {
  font-family: 'HF-icons';
  font-size: 1em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -o-transform: scale(1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e02a";
  position: absolute;
  top: .365em;
  left: .35em;
  pointer-events: none;
  text-indent: 0;
}

.btn-quadinary:hover,.btn-quadinary:focus {
  background-color: transparent;
  border: 2px solid #931638;
  color: #931638;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.btn-quadinary:active,.btn-quadinary.active {
  background-color: transparent;
  color: #931638;
  box-shadow: none;
}

.btn-quadinary.disabled,.btn-quadinary[disabled] {
  background-color: transparent;
  color: #490b1c;
  box-shadow: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: auto;
}

.btn-quadinary a {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.delineator {
  padding: 0;
  line-height: 0;
  display: inline-block;
  border: 0;
  height: 0.75em;
  border-top: 2px solid #931638;
  width: 2em;
  overflow: hidden;
  text-indent: -9999px;
}

.wrapper {
  position: relative;
}

.wrapper [class*="accent-"] {
  padding: 1em;
}

.cq-wcm-edit .wrapper.full-width {
  margin-left: 0;
  margin-right: 0;
}

.wrapper.full-width > [class*="accent-"] {
  padding: 3em 1em 2.75em;
}

.wrapper > [class*="accent-"].has-image {
  background: transparent;
  z-index: 1;
}

.wrapper .wrapper-img {
  background-size: cover;
  background-position: 50% 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.wrapper .wrapper-img.parallax {
  background-attachment: fixed;
}

.wrapper .wrapper-img .img-overlay {
  height: 100%;
  width: 100%;
  padding: 0;
}

blockquote {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1.175em;
  font-weight: 300;
  margin: 2em auto;
  padding: 0;
  color: #333333;
  line-height: 1.5em;
  letter-spacing: auto;
  font-style: italic;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  max-width: 900px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote p {
  font-family: Georgia, Times, "Times New Roman", serif;
}

blockquote:before,blockquote:after {
  display: block;
  width: 5%;
  text-align: center;
  position: relative;
  left: 45%;
  background: white;
  font-size: 2em;
}

blockquote:before {
  top: -5px;
  content: open-quote;
}

blockquote:after {
  content: close-quote;
  top: 25px;
  padding-right: 3px;
}

blockquote ul,blockquote ol,blockquote li {
  font-family: Georgia, Times, "Times New Roman", serif;
}

blockquote .author {
  font-size: 0.88125em;
  font-family: Georgia, Times, "Times New Roman", serif;
}

.sticky-footer-bar {
  opacity: 0;
}

.sticky-footer-bar .container {
  width: 100%;
  height: 2.5em;
  margin: 0;
}

.sticky-footer-bar .container.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
}

.sticky-footer-bar .wrapper {
  margin: 0 auto;
}

.sticky-footer-bar a:hover {
  text-decoration: none;
}

.sticky-footer-bar .fixed .related {
  box-sizing: border-box;
  padding: .45em .5em .45em .75em;
  margin-left: 1em;
  bottom: 0;
  position: absolute;
  opacity: 1;
  background: #f0f1f2;
  color: #1381B3;
  text-transform: uppercase;
  font-size: .85em;
  letter-spacing: 1px;
  line-height: 2em;
}

.sticky-footer-bar .fixed .related:hover {
  background: #1381B3;
  color: #fff;
}

.sticky-footer-bar .fixed .related i {
  padding-left: .5em;
}

.sticky-footer-bar .related {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  opacity: 0;
}

.sticky-footer-bar .related i {
  padding-left: 1em;
  opacity: 1;
  position: relative;
  top: 2px;
}

.sticky-footer-bar .related:hover {
  color: #fff;
}

.sticky-footer-bar .related:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}

.sticky-footer-bar .share {
  position: relative;
  right: 4em;
  float: right;
  background: #f0f1f2;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 2.5em;
  overflow: hidden;
}

.sticky-footer-bar .share .social-wrapper {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  opacity: 0;
  width: 0px;
}

.sticky-footer-bar .share:hover {
  background: #1381B3;
}

.sticky-footer-bar .share:hover a {
  color: #fff;
}

.sticky-footer-bar .share span {
  padding: .5em .75em;
  float: left;
  line-height: 2em;
  font-size: .85em;
}

.sticky-footer-bar .share span:after {
  font-family: 'HF-icons';
  font-size: 1em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -o-transform: scale(1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e04f";
}

.sticky-footer-bar .share.active:hover {
  background: #f0f1f2;
}

.sticky-footer-bar .share.active:hover a {
  color: #1381B3;
}

.sticky-footer-bar .share.active:hover span:hover {
  color: #000;
}

.sticky-footer-bar .share.active .social-wrapper {
  opacity: 1;
  width: 204px;
}

.sticky-footer-bar .share a {
  margin-right: 0;
  display: inline-block;
  text-align: center;
  float: left;
}

.sticky-footer-bar .share a i {
  box-sizing: border-box;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-family: 'HF-icons';
  font-size: 1em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -o-transform: scale(1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  line-height: 2em;
  padding: 0 .25em 0 .15em;
  width: 1.5em;
}

.sticky-footer-bar .share a i:before {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.sticky-footer-bar .share .twitter-icon:before {
  content: "\e014";
  color: #00aced;
}

.sticky-footer-bar .share .twitter-icon:hover {
  background: #00aced;
}

.sticky-footer-bar .share .twitter-icon:hover:before {
  color: #fff;
}

.sticky-footer-bar .share .facebook-icon:before {
  content: "\e011";
  color: #3b5998;
}

.sticky-footer-bar .share .facebook-icon:hover {
  background: #3b5998;
}

.sticky-footer-bar .share .facebook-icon:hover:before {
  color: #fff;
}

.sticky-footer-bar .share .google-plus-icon:before {
  content: "\e010";
  color: #dd4b39;
}

.sticky-footer-bar .share .google-plus-icon:hover {
  background: #dd4b39;
}

.sticky-footer-bar .share .google-plus-icon:hover:before {
  color: #fff;
}

.sticky-footer-bar .share .linkedin-icon:before {
  content: "\e608";
  color: #007bb6;
}

.sticky-footer-bar .share .linkedin-icon:hover {
  background: #007bb6;
}

.sticky-footer-bar .share .linkedin-icon:hover:before {
  color: #fff;
}

.sticky-footer-bar .share .mail-article-icon:before {
  content: "\e606";
  color: #999999;
}

.sticky-footer-bar .share .mail-article-icon:hover {
  background: #999999;
}

.sticky-footer-bar .share .mail-article-icon:hover:before {
  color: #fff;
}

#back-to-top {
  position: fixed;
  bottom: 2%;
  right: 1%;
}

#back-to-top a {
  width: 40px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

#back-to-top a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #666;
}

#back-to-top span {
  box-sizing: border-box;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 40px;
  height: 40px;
  display: block;
  background-color: #fff;
  color: #666;
  text-align: center;
  opacity: 0.3;
  filter: alpha(opacity=30);
  padding: .575em 0 0 0;
}

#back-to-top span i {
  font-family: 'HF-icons';
  font-size: 1em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -o-transform: scale(1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5em;
}

#back-to-top span i:before {
  content: "\e05f";
}

.modal {
  box-sizing: border-box;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 0;
  z-index: 2000;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-backface-visibility: hidden;
  -moz-backfact-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 900px;
  min-width: 300px;
  width: 65%;
  -webkit-transition: visibility 0.32s ease-in-out;
  transition: visibility 0.32s ease-in-out;
}

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

.modal .modal-content {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 auto;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backfact-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.modal .modal-header {
  margin: 0;
  padding: 1em;
  display: inline-block;
  width: 100%;
  height: 4em;
}

.modal .modal-header h1,.modal .modal-header h2,.modal .modal-header h3,.modal .modal-header h4,.modal .modal-header h5,.modal .modal-header h6 {
  display: inline-block;
  margin: 0;
  float: left;
  width: 75%;
  padding: 0;
  color: rgba(0, 0, 0, 0.6);
}

.modal .modal-body {
  padding: 1em;
}

.modal .close-modal {
  position: relative;
  display: inline-block;
  float: left;
  width: 25%;
  font-size: 1em;
  text-decoration: none;
  padding: 0;
  line-height: 2em;
  display: inline-block;
  text-align: right;
  height: 2em;
  -webkit-transition: color 0.32s ease-in-out;
  transition: color 0.32s ease-in-out;
}

.modal .close-modal:before {
  font-family: 'HF-icons';
  font-size: 1em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -o-transform: scale(1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.7em;
  position: relative;
  vertical-align: middle;
  margin-right: 0.3em;
}

.modal-open .modal {
  visibility: visible;
}

.modal-open .modal .modal-content {
  opacity: 1;
}

.modal .modal-content {
  background-color: white;
  -webkit-transition: opacity 0.32s ease-in-out, -webkit-transform 0.32s ease-in-out;
  transition: opacity 0.32s ease-in-out, transform 0.32s ease-in-out;
  -webkit-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}

.modal .modal-header {
  background-color: #ededed;
  max-width: 900px;
}

.modal .close-modal {
  color: #6e6e6e;
}

.modal .close-modal:hover {
  color: #949494;
}

.modal .close-modal:before {
  content: "\E051";
}

.modal-open .modal .modal-content {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.tip-toggle {
  position: relative;
  margin-right: 1em;
  white-space: nowrap;
  display: inline-block;
  border-bottom: 1px dotted #1381B3;
}

.tip-toggle:before {
  font-family: 'HF-icons';
  font-size: 1em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -o-transform: scale(1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -3px;
  left: 100%;
  padding: 0 10px 0 0;
  color: #1381B3;
  content: "\e607";
}

#pageslide-wrapper {
  box-sizing: border-box;
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  z-index: 999999;
  width: 60%;
  overflow: auto;
  background: #333333;
}

.toolbox-content {
  box-sizing: border-box;
  width: 100%;
  background: #333333;
  padding: 3em 2em 2em 2em;
  height: 100%;
}

.toolbox-content ::-moz-selection {
  color: #fff;
  background: #04AEFC;
  font-weight: 500;
}

.toolbox-content ::selection {
  color: #fff;
  background: #04AEFC;
  font-weight: 500;
}

.toolbox-content .close-tool {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 2em;
  display: block;
}

.toolbox-content .close-tool span {
  display: inline-block;
  width: 0%;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .25s .25s ease-in-out;
  transition: all .25s .25s ease-in-out;
}

.toolbox-content .close-tool:hover {
  text-decoration: none;
}

.toolbox-content .close-tool:hover span {
  width: 50px;
  opacity: 1;
  margin-right: .5em;
}

.toolbox-content .close-tool .close-icon {
  font-family: 'HF-icons';
  font-size: 1em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -o-transform: scale(1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 1.25em;
  position: relative;
  top: 1px;
}

.toolbox-content .close-tool .close-icon:before {
  content: "\e602";
}

.combo-box form {
  overflow: visible;
  position: relative;
}

.combo-box .cb-input {
  box-sizing: border-box;
  margin-left: 0;
  width: 100%;
  margin-left: 0;
  box-sizing: border-box;
  padding: 0.25em;
  height: 2.75em;
}

.combo-box .cb-selector {
  box-sizing: border-box;
  height: 2.75em;
  margin-left: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #b3b3b3;
  text-align: center;
  padding: .5em .5em 0;
  z-index: 200;
}

.combo-box .cb-selector .cb-selector-icon {
  font-family: 'HF-icons';
  font-size: 1em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -o-transform: scale(1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  height: 100%;
  display: block;
  color: #b3b3b3;
  font-size: 1.5em;
  padding-top: 0;
  cursor: pointer;
}

.combo-box .cb-selector .cb-selector-icon:before {
  content: "\e603";
}

.combo-box .cb-submit {
  display: none;
}

.combo-box .cb-list {
  box-sizing: border-box;
  margin-left: 0;
  width: 100%;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.35);
  border: 1px solid #b3b3b3;
  background: #fff;
  margin-top: 0;
  display: none;
  position: absolute;
  top: 2.75em;
  left: 0;
  z-index: 500;
  max-height: 10em;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.combo-box .cb-list.offset-top {
  top: -10em;
}

.combo-box .cb-list .cb-helper,.combo-box .cb-list .cb-no-results {
  box-sizing: border-box;
  background: #cccccc;
  padding: .25em .5em;
  font-size: 0.85em;
  margin: 0;
  line-height: 1.5em;
  border-bottom: 1px solid #b3b3b3;
}

.combo-box .cb-list ul {
  list-style-type: none;
  padding: 0 0 0;
  margin: 0;
}

.combo-box .cb-list ul li {
  box-sizing: border-box;
  border-bottom: 1px solid #b3b3b3;
  padding: .25em .5em;
}

.combo-box .cb-list ul li:hover {
  background: #b3b3b3;
}

.combo-box .cb-list ul li a {
  font-size: 0.85em;
  color: #333333;
  display: block;
  line-height: 120%;
}

.combo-box .cb-list ul li a:hover {
  text-decoration: none;
}

.combo-box .select-box select {
  width: 100%;
  cursor: pointer;
}

.data-table {
  box-sizing: border-box;
  font-size: 1.175em;
  color: #444;
  line-height: 130%;
  overflow-x: auto;
  padding-right: 1px;
}

.data-table div,.data-table table,.data-table tbody,.data-table tr,.data-table th,.data-table td {
  box-sizing: border-box;
}

.data-table table {
  border: 0 none;
  margin: 0 0 .5em 0;
}

.data-table tr:nth-child(1n+1) {
  background: transparent;
}

.data-table tr:nth-child(2n+1) {
  background: #e6e6e6;
}

.data-table th {
  background: #931638;
  border-right: 1px solid #fff;
  border-left: 1px solid #931638;
  border-top: 0 none;
  border-bottom: 1px solid #931638;
  color: #fff;
  padding: 0.75em;
  font-size: 1.175em;
  font-weight: 500;
}

.data-table th:last-child {
  border-right: 1px solid #931638;
}

.data-table td {
  border: 1px solid #cccccc;
  font-size: 1.175em;
}

.video > div {
  max-width: 73.75rem;
  zoom: 1;
  margin: 1em auto;
}

.video > div:before,.video > div:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.video > div:after {
  clear: both;
}

.video > div.has-meta-right div.video-player {
  padding: .5em;
  margin: .5em 0;
  background: none;
  height: 0;
  position: relative;
  width: 66.33333%;
  margin-left: 1%;
  padding-left: 0;
  float: left;
  box-sizing: border-box;
  background-clip: padding-box !important;
  margin-left: 0;
  padding-bottom: 37.25%;
}

.video > div.has-meta-right div.video-player .BrightcoveExperience {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video > div.has-meta-right div.video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video > div.has-meta-right div.video-meta {
  width: 32.66667%;
  margin-left: 1%;
  padding-left: 0;
  float: left;
  box-sizing: border-box;
  background-clip: padding-box !important;
}

.video > div.has-meta-right div.video-meta h3 {
  margin: 0 0 1em;
}

.video > div.has-meta-right div.video-meta h3:after {
  content: "";
  display: block;
  height: 3px;
  background: #CE2F3F;
  width: 3em;
  margin-top: .6em;
  margin-bottom: .4em;
}

.video > div.has-meta-right div.video-meta p {
  padding: 0;
  margin: 0;
}

.video > div.has-meta-right div.video-meta .video-info {
  padding: 1em;
  font-size: .8em;
}

.video > div.has-meta-right div.video-meta .video-share {
  border-radius: 3px;
  box-shadow: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: inline-block;
  zoom: 1;
  *display: inline;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: normal;
  border: 2px solid #b3b3b3;
  background: transparent;
  color: #999999;
  padding: .5em 1.2em .55em;
  line-height: 1.5em;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  float: right;
}

.video > div.has-meta-right div.video-meta .video-share a {
  text-decoration: none;
  color: #999999;
  font-weight: normal;
}

.video > div.has-meta-right div.video-meta .video-share:hover a {
  color: #4d4d4d;
}

.video > div.has-meta-right div.video-meta .video-share:active a {
  color: #fff;
}

.video > div.has-meta-right div.video-meta .video-share:hover,.video > div.has-meta-right div.video-meta .video-share:focus {
  background-color: transparent;
  border: 2px solid #666666;
  color: #4d4d4d;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.video > div.has-meta-right div.video-meta .video-share:active,.video > div.has-meta-right div.video-meta .video-share.active {
  background-color: #931638;
  color: #fff;
  border-color: #931638;
  box-shadow: none;
}

.video > div.has-meta-right div.video-meta .video-share.disabled,.video > div.has-meta-right div.video-meta .video-share[disabled] {
  background-color: transparent;
  color: #4c4c4c;
  box-shadow: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: auto;
}

.video > div.has-meta-right div.video-meta .share-box {
  display: none;
  position: relative;
  padding: 1em;
  font-size: .8em;
}

.video > div.has-meta-right div.video-meta .share-box a.btn {
  position: absolute;
  top: 0;
  right: 0;
}

.video > div.has-meta-right div.video-meta .share-box ul {
  list-style: none;
}

.video > div.has-meta-right div.video-meta .share-box ul li {
  float: left;
  width: 49.5%;
  margin-left: 1%;
  padding-left: 0;
  float: left;
  box-sizing: border-box;
  background-clip: padding-box !important;
  padding: 1em;
  margin-bottom: .5em;
}

.video > div.has-meta-right div.video-meta .share-box ul li a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.video > div.has-meta-right div.video-meta .share-box ul li a i {
  padding: .5em;
}

.video > div.has-meta-right div.video-meta .share-box ul li:nth-child(2n+1) {
  margin-left: 0;
}

.video > div.has-meta-bottom div.video-player {
  padding: .5em;
  margin: .5em 0;
  background: none;
  height: 0;
  position: relative;
  box-sizing: border-box;
  margin-left: 0;
  width: 100%;
  padding-bottom: 56.25%;
}

.video > div.has-meta-bottom div.video-player .BrightcoveExperience {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video > div.has-meta-bottom div.video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video > div.has-meta-bottom div.video-meta {
  box-sizing: border-box;
  margin-left: 0;
  width: 100%;
}

.video > div.has-meta-bottom div.video-meta h3 {
  margin: 0 0 1em;
}

.video > div.has-meta-bottom div.video-meta h3:after {
  content: "";
  display: block;
  height: 3px;
  background: #CE2F3F;
  width: 3em;
  margin-top: .6em;
  margin-bottom: .4em;
}

.video > div.has-meta-bottom div.video-meta p {
  padding: 0;
  margin: 0;
}

.video > div.has-meta-bottom div.video-meta .video-info {
  padding: 1em;
  font-size: .8em;
}

.video > div.has-meta-bottom div.video-meta .video-share {
  border-radius: 3px;
  box-shadow: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: inline-block;
  zoom: 1;
  *display: inline;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: normal;
  border: 2px solid #b3b3b3;
  background: transparent;
  color: #999999;
  padding: .5em 1.2em .55em;
  line-height: 1.5em;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  float: right;
}

.video > div.has-meta-bottom div.video-meta .video-share a {
  text-decoration: none;
  color: #999999;
  font-weight: normal;
}

.video > div.has-meta-bottom div.video-meta .video-share:hover a {
  color: #4d4d4d;
}

.video > div.has-meta-bottom div.video-meta .video-share:active a {
  color: #fff;
}

.video > div.has-meta-bottom div.video-meta .video-share:hover,.video > div.has-meta-bottom div.video-meta .video-share:focus {
  background-color: transparent;
  border: 2px solid #666666;
  color: #4d4d4d;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.video > div.has-meta-bottom div.video-meta .video-share:active,.video > div.has-meta-bottom div.video-meta .video-share.active {
  background-color: #931638;
  color: #fff;
  border-color: #931638;
  box-shadow: none;
}

.video > div.has-meta-bottom div.video-meta .video-share.disabled,.video > div.has-meta-bottom div.video-meta .video-share[disabled] {
  background-color: transparent;
  color: #4c4c4c;
  box-shadow: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: auto;
}

.video > div.has-meta-bottom div.video-meta .share-box {
  display: none;
  position: relative;
  padding: 1em;
  font-size: .8em;
}

.video > div.has-meta-bottom div.video-meta .share-box a.btn {
  position: absolute;
  top: 0;
  right: 0;
}

.video > div.has-meta-bottom div.video-meta .share-box ul {
  list-style: none;
}

.video > div.has-meta-bottom div.video-meta .share-box ul li {
  float: left;
  width: 49.5%;
  margin-left: 1%;
  padding-left: 0;
  float: left;
  box-sizing: border-box;
  background-clip: padding-box !important;
  padding: 1em;
  margin-bottom: .5em;
}

.video > div.has-meta-bottom div.video-meta .share-box ul li a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.video > div.has-meta-bottom div.video-meta .share-box ul li a i {
  padding: .5em;
}

.video > div.has-meta-bottom div.video-meta .share-box ul li:nth-child(2n+1) {
  margin-left: 0;
}

.video > div.no-meta div.video-player {
  padding: .5em;
  margin: .5em 0;
  background: none;
  height: 0;
  position: relative;
  box-sizing: border-box;
  margin-left: 0;
  width: 100%;
  padding-bottom: 56.25%;
}

.video > div.no-meta div.video-player .BrightcoveExperience {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video > div.no-meta div.video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video > div.no-meta div.video-meta {
  display: none;
}

.video > div.no-meta div.video-meta h3 {
  margin: 0 0 1em;
}

.video > div.no-meta div.video-meta h3:after {
  content: "";
  display: block;
  height: 3px;
  background: #CE2F3F;
  width: 3em;
  margin-top: .6em;
  margin-bottom: .4em;
}

.video > div.no-meta div.video-meta p {
  padding: 0;
  margin: 0;
}

.video > div.no-meta div.video-meta .video-info {
  padding: 1em;
  font-size: .8em;
}

.video > div.no-meta div.video-meta .video-share {
  border-radius: 3px;
  box-shadow: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: inline-block;
  zoom: 1;
  *display: inline;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: normal;
  border: 2px solid #b3b3b3;
  background: transparent;
  color: #999999;
  padding: .5em 1.2em .55em;
  line-height: 1.5em;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  float: right;
}

.video > div.no-meta div.video-meta .video-share a {
  text-decoration: none;
  color: #999999;
  font-weight: normal;
}

.video > div.no-meta div.video-meta .video-share:hover a {
  color: #4d4d4d;
}

.video > div.no-meta div.video-meta .video-share:active a {
  color: #fff;
}

.video > div.no-meta div.video-meta .video-share:hover,.video > div.no-meta div.video-meta .video-share:focus {
  background-color: transparent;
  border: 2px solid #666666;
  color: #4d4d4d;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.video > div.no-meta div.video-meta .video-share:active,.video > div.no-meta div.video-meta .video-share.active {
  background-color: #931638;
  color: #fff;
  border-color: #931638;
  box-shadow: none;
}

.video > div.no-meta div.video-meta .video-share.disabled,.video > div.no-meta div.video-meta .video-share[disabled] {
  background-color: transparent;
  color: #4c4c4c;
  box-shadow: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: auto;
}

.video > div.no-meta div.video-meta .share-box {
  display: none;
  position: relative;
  padding: 1em;
  font-size: .8em;
}

.video > div.no-meta div.video-meta .share-box a.btn {
  position: absolute;
  top: 0;
  right: 0;
}

.video > div.no-meta div.video-meta .share-box ul {
  list-style: none;
}

.video > div.no-meta div.video-meta .share-box ul li {
  float: left;
  width: 49.5%;
  margin-left: 1%;
  padding-left: 0;
  float: left;
  box-sizing: border-box;
  background-clip: padding-box !important;
  padding: 1em;
  margin-bottom: .5em;
}

.video > div.no-meta div.video-meta .share-box ul li a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.video > div.no-meta div.video-meta .share-box ul li a i {
  padding: .5em;
}

.video > div.no-meta div.video-meta .share-box ul li:nth-child(2n+1) {
  margin-left: 0;
}

.image a,.image a:hover {
  text-decoration: none;
}

.image a figcaption h4:hover,.image a figcaption p:hover {
  color: #1381B3;
}

.image picture {
  padding: .5em 1.5em 0 1.5em;
  margin: 0 0 1.5em 0;
  display: block;
}

.image img {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  width: 100%;
}

.image figcaption {
  font-style: italic;
  padding: 1.5em 1.5em .25em 0;
  width: 100%;
}

.image figcaption:before {
  content: "";
  display: inline-block;
  height: 1px;
  background: #e6e6e6;
  width: 5em;
  margin-bottom: 1em;
}

.image figcaption h4 {
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: 500;
  max-width: none !important;
}

.image figcaption p {
  max-width: none !important;
  font-size: .85em;
}

.image .image-small {
  width: 23%;
  max-width: 265px;
  display: block;
}

.image .image-medium {
  width: 43%;
  max-width: 550px;
}

.image .image-large {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.image .image-left {
  width: 100%;
  margin-left: 0;
}

.image .image-left img {
  float: left;
}

.image .image-right {
  width: 100%;
  margin-right: 0;
}

.image .image-right img {
  float: right;
}

.image .image-right figcaption {
  text-align: right;
  float: right;
}

.image .image-middle {
  margin: 1.5em auto;
  padding-left: 0;
  padding-right: 0;
}

.image .image-float-right {
  float: right;
  margin-right: 0;
  padding-right: 0;
}

.image .image-float-left {
  float: left;
  margin-left: 0;
  padding-left: 0;
}

.image.left-wrap picture {
  overflow: auto;
  margin: 2.5em auto;
  padding: 0;
}

.image.left-wrap picture.image-small img {
  width: 49.5%;
  margin-left: 1%;
  padding-left: 0;
  float: left;
  box-sizing: border-box;
  background-clip: padding-box !important;
  margin-left: 0;
  padding-right: 1em;
}

.image.left-wrap picture.image-small figcaption {
  width: 49.5%;
  margin-left: 1%;
  padding-left: 0;
  float: left;
  box-sizing: border-box;
  background-clip: padding-box !important;
  padding: 1.25em 0 1em 0;
}

.image.left-wrap picture.image-medium img {
  width: 66.33333%;
  margin-left: 1%;
  padding-left: 0;
  float: left;
  box-sizing: border-box;
  background-clip: padding-box !important;
  margin-left: 0;
  padding-right: 1em;
}

.image.left-wrap picture.image-medium figcaption {
  width: 32.66667%;
  margin-left: 1%;
  padding-left: 0;
  float: left;
  box-sizing: border-box;
  background-clip: padding-box !important;
  padding: 1.25em 0 1em 0;
}

.image.left-wrap picture figcaption {
  background-color: transparent;
}

.image.right-wrap picture {
  overflow: auto;
  margin: 2.5em auto;
  padding: 0;
}

.image.right-wrap picture.image-small img {
  width: 49.5%;
  margin-left: 1%;
  padding-left: 0;
  float: left;
  box-sizing: border-box;
  background-clip: padding-box !important;
  float: right;
  padding-left: 1em;
}

.image.right-wrap picture.image-small figcaption {
  width: 49.5%;
  margin-left: 1%;
  padding-left: 0;
  float: left;
  box-sizing: border-box;
  background-clip: padding-box !important;
  margin-left: 0;
}

.image.right-wrap picture.image-medium img {
  width: 66.33333%;
  margin-left: 1%;
  padding-left: 0;
  float: left;
  box-sizing: border-box;
  background-clip: padding-box !important;
  float: right;
  padding-left: 1em;
}

.image.right-wrap picture.image-medium figcaption {
  width: 32.66667%;
  margin-left: 1%;
  padding-left: 0;
  float: left;
  box-sizing: border-box;
  background-clip: padding-box !important;
  margin-left: 0;
}

.image.right-wrap picture figcaption {
  background-color: transparent;
  padding: 1.25em 0 1em 0;
}

.hero h2,.hero p,.hero b,.hero ul,.hero ol {
  color: inherit;
}

.hero h2,.hero p {
  text-align: inherit;
}

.hero h2,.hero p,.hero ul {
  font-weight: 100;
}

.hero h2 {
  /*font-family: Helvetica, Arial, sans-serif;*/
  margin: 0;
  max-width: 900px;
  padding: 0;
}

.hero h2:after {
  content: "";
  display: block;
  height: 3px;
  background: #CE2F3F;
  width: 3em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.hero span {
  display: block;
}

.hero p {
  margin-top: 0;
  line-height: 1.75em;
}

.hero [class*="cta-"] {
  margin-bottom: .5em;
  margin-right: 2%;
}

.hero .cta-primary {
  margin-top: 1em;
}

.hero ul {
  margin: 0;
}

.hero ul li {
  margin-bottom: .5em;
}

.hero ol {
  text-align: left;
}

.hero .caption {
  font-size: .9em;
  padding: 1em;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  color: #fff;
  margin-left: .5em;
  background-color: rgba(51, 51, 51, 0.4);
  border-radius: .3em 0 0 0;
}

.lt-ie9 .hero .caption {
  background-color: #333333;
}

.hero div {
  position: relative;
  width: 100%;
  display: table;
  zoom: 1;
}

.hero div:before,.hero div:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.hero div:after {
  clear: both;
}

.hero div.dark {
  background: black;
}

.hero div.dark .hero-content {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.lt-ie9 .hero div.dark .hero-content {
  background-color: black;
}

.hero div.dark .hero-content a:not([class*="cta"]):hover {
  color: #18a2e1;
}

.hero div.dark .hero-content .cta-secondary {
  color: #fff;
  border: 1px solid #fff;
}

.hero div.dark .hero-content .cta-secondary:hover {
  color: #444;
  background: #fff;
  border: 1px solid #fff;
}

.hero div.light {
  background: #fff;
  background: -webkit-linear-gradient(315deg, #fff 0%, #cccccc 40%);
  background: linear-gradient(135deg, #fff 0%, #cccccc 40%);
}

.hero div.light .hero-content {
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
}

.lt-ie9 .hero div.light .hero-content {
  background-color: #fff;
}

.hero div.light .hero-content .cta-secondary {
  color: #444;
  border: 1px solid #444;
}

.hero div.light .hero-content .cta-secondary:hover {
  color: #fff;
  background: #444;
  border: 1px solid #444;
}

.hero .background {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  min-height: 600px;
  background: 50% 50% no-repeat;
  background-size: cover;
  background-position: fixed;
  width: 100%;
}

.hero .hero-content {
  position: absolute;
  top: 0;
  z-index: 3;
  box-sizing: border-box;
  left: 0;
  right: inherit;
}

.hero .hero-content .caption {
  left: 0;
  right: inherit;
}

div .hero .hero-content.left {
  left: 0;
  right: inherit;
}

div .hero .hero-content.right {
  right: 0;
  left: inherit;
  text-align: left;
}

div .hero .hero-content.center {
  right: 0;
  text-align: center;
}

div .hero .hero-content.center h2 {
  width: 100%;
  padding: .5rem;
  margin-top: 0;
}

div .hero .hero-content.center span {
  padding: .5em;
  width: 100%;
}

div .hero .hero-content.center span ul {
  list-style: none;
}

div .hero .hero-content.center .cta-primary {
  margin-top: .5em;
}

div .hero .hero-content.center ol,div .hero .hero-content.center ul {
  display: table;
  margin: 0 auto;
}

.hero .left + .caption {
  right: 0;
  left: auto;
}

.hero :not([class*="color-block"]) .hero-content {
  padding: 2em;
  margin: 0 2em;
  min-width: 300px;
  max-width: 800px;
  border-radius: .3em;
}

.hero [class*="color-block"] .background {
  width: 60%;
}

.hero [class*="color-block"] .hero-content {
  margin: 0;
  width: 40%;
  padding: 0 3em;
  background: none !important;
  background-color: transparent !important;
}

.hero .color-block-left .background {
  margin-left: 40%;
}

.hero div.color-block-right .hero-content {
  left: inherit;
  right: 0;
}

.list-nav .listNav {
  margin-top: 2em;
  overflow: hidden;
  width: 100%;
  text-align: center;
  max-width: none;
 /*&:first-child {
      margin-top: 0;
    }*/;
}

.list-nav .listNavHide {
  display: none;
}

.list-nav .ln-letters {
  overflow: hidden;
  padding: 0 !important;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1em;
}

.list-nav .ln-letters a {
  font-size: 1.2em;
  display: block;
  float: left;
  padding: 0.5em;
  border-right: none;
  text-decoration: none;
}

.list-nav .ln-letters a.ln-selected {
  background-color: #e6e6e6;
}

.list-nav .ln-letters a.ln-disabled {
  color: #e6e6e6;
}

.no-touch .list-nav .ln-letters a:hover {
  background-color: #e6e6e6;
}

.list-nav .ln-letter-count {
  text-align: center;
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 0.3em;
  color: #e6e6e6;
}

.cards {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 73.75rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cards .cards-header {
  border-bottom: 1px solid #e6e6e6;
  padding: 0;
  margin: 0 0 1em;
}

.cards .cards-header h2 {
  max-width: inherit;
  text-align: center;
  font-weight: 100;
}

.cards .cards-toc {
  width: 24.25%;
  margin-left: 1%;
  padding-left: 0;
  float: left;
  box-sizing: border-box;
  background-clip: padding-box !important;
  margin-left: 0;
  position: relative;
  z-index: 80;
  background: none;
}

.cards .cards-toc .toc-scroll {
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 100%;
  text-align: center;
}

.cards .cards-toc .toc-scroll:before {
  font-family: 'HF-icons';
  font-size: 1em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -o-transform: scale(1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e026";
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: .5em;
  border-radius: 50%;
  border: 1px solid #1381B3;
  margin-top: 1em;
  color: #1381B3;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cards .cards-toc .toc-scroll.down:before {
  content: "\e027";
}

.cards .cards-toc .toc-scroll:hover:before {
  border: 1px solid #cccccc;
  color: #cccccc;
}

.cards .cards-toc .toc-scroll.disabled {
  display: none;
  visibility: hidden;
}

.cards .cards-toc .toc-scroll.inactive:before {
  border: 1px solid #cccccc;
  color: #cccccc;
}

.cards .cards-toc ul {
  list-style: none;
  overflow: auto;
  margin: 1em 0 1.5em;
  padding: 0;
  max-height: 18.75em;
  display: block;
  overflow-y: hidden;
}

.cards .cards-toc ul::-webkit-scrollbar {
 /* This is the magic bit */
  display: none;
}

.cards .cards-toc ul li {
  font-size: 0.75em;
  font-weight: 500;
  margin: 0;
  padding: .5em;
  line-height: 145%;
}

.cards .cards-toc ul li a {
  cursor: pointer;
  display: block;
  padding: 0.5em;
  color: #1381B3;
}

.cards .cards-toc ul li a:hover {
  color: #093f57;
  text-decoration: none;
}

.cards .cards-toc ul li.selected a {
  color: #cccccc;
}

.cards .cards-toc-icon {
  font-family: 'HF-icons';
  font-size: 1em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -o-transform: scale(1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 .25em .5em;
  font-size: 2.5em;
  cursor: pointer;
  height: auto;
}

.cards .cards-toc-icon:before {
  content: "\e604";
}

.cards .cards-toc-icon.active {
  font-size: 1.75em;
  padding: 0;
}

.cards .cards-toc-icon.active:before {
  content: "\e051";
}

.cards .cards-toc-icon.disabled {
  display: none;
  visibility: hidden;
}

.cards .deck-wrapper {
  position: relative;
  width: 74.75%;
  margin-left: 1%;
  padding-left: 0;
  float: left;
  box-sizing: border-box;
  background-clip: padding-box !important;
  padding-left: 5em;
  padding-right: 5em;
}

.cards .deck-wrapper.fixed {
  margin-left: 34.66667%;
}

.cards .deck-wrapper .counter {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: .8em;
  padding: .5em;
  display: block;
  color: #b3b3b3;
}

.cards .deck-wrapper .deck {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}

.cards .cards-wrapper {
  overflow: hidden;
  position: relative;
}

.cards .card {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.cards .card h3 {
  max-width: auto;
  margin: 0;
}

.cards .card .text {
  max-width: inherit;
}

.cards nav.cards-nav {
  width: 74.75%;
  margin-left: 1%;
  padding-left: 0;
  float: left;
  box-sizing: border-box;
  background-clip: padding-box !important;
  margin-left: 26.25%;
  position: absolute;
  top: 45%;
}

.cards nav.cards-nav.fixed {
  position: fixed;
  top: 33%;
}

.cards nav.cards-nav a.icon {
  color: #1381B3;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 100;
  font-size: 2em;
}

.cards nav.cards-nav a.icon.nav-prev {
  margin-left: 0px;
  border-left: 0px;
  left: -.1em;
  text-align: left;
  position: absolute;
}

.cards nav.cards-nav a.icon.nav-prev:before {
  font-family: 'HF-icons';
  font-size: 1em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -o-transform: scale(1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e052";
  display: block;
}

.cards nav.cards-nav a.icon.nav-next {
  margin-right: 0px;
  border-right: 0px;
  right: .5em;
  text-align: right;
  position: absolute;
}

.cards nav.cards-nav a.icon.nav-next:before {
  font-family: 'HF-icons';
  font-size: 1em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -o-transform: scale(1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e055";
  display: block;
}

.cards nav.cards-nav a.icon:hover {
  cursor: pointer;
  color: #093f57;
  text-decoration: none;
}

.cards .cards-header {
  border-bottom: 1px solid #e6e6e6;
}

.cards .cards-toc {
  background: none;
}

.cards .cards-toc .toc-scroll:before {
  border: 1px solid #1381B3;
  color: #1381B3;
}

.cards .cards-toc .toc-scroll:hover::before {
  border: 1px solid #093f57;
  color: #093f57;
}

.cards .cards-toc-icon {
  color: #1381B3;
}

.cards .cards-toc ul li a {
  color: #1381B3;
}

.cards .cards-toc ul li a:hover {
  color: #093f57;
}

.cards .cards-toc ul li.selected a {
  color: #cccccc;
}

.cards .deck-wrapper .counter {
  color: #b3b3b3;
}

.cards nav.cards-nav a.icon {
  color: #1381B3;
}

.cards nav.cards-nav a.icon:hover {
  color: #093f57;
}

.carousel {
 /* Used to reset position of nav arrows at breakpoints
       3 different author options
       3 different sets of positioning
    */;
}

.carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.carousel .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.carousel .slick-list:focus {
  outline: none;
}

.carousel .slick-list .slick-loading:after {
  font-family: 'HF-icons';
  font-size: 1em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -o-transform: scale(1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(360deg) infinite;
  -ms-transform: rotate(360deg) infinite;
  transform: rotate(360deg) infinite;
}

.carousel .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.carousel .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  padding-bottom: 1em;
}

.carousel .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.carousel .slick-track:before,.carousel .slick-track:after {
  content: "";
  display: table;
}

.carousel .slick-track:after {
  clear: both;
}

.slick-loading .carousel .slick-track {
  visibility: hidden;
}

.carousel .slick-slide {
  float: left;
  min-height: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.carousel .slick-slide img {
  display: block;
}

.carousel .slick-slide.slick-loading img {
  display: none;
}

.carousel .slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .carousel .slick-slide {
  display: block;
}

.slick-loading .carousel .slick-slide {
  visibility: hidden;
}

.slick-vertical .carousel .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.carousel .slick-slide a {
  cursor: pointer;
}

.carousel [dir="rtl"] .slick-slide {
  float: right;
}

.carousel .slick-prev,.carousel .slick-next {
  position: absolute;
  display: block;
  line-height: 0;
  color: transparent;
  background: transparent;
  cursor: pointer;
  top: .5em;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
  height: 100%;
}

.carousel .slick-prev:before,.carousel .slick-next:before {
  font-family: 'HF-icons';
  font-size: 1em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -o-transform: scale(1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  display: block;
  position: absolute;
}

.carousel .slick-prev {
  left: 0;
}

.carousel .slick-prev:before {
  content: "<";
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.carousel [dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.carousel .slick-next {
  right: 0;
}

.carousel .slick-next:before {
  content: ">";
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.carousel [dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.carousel figure,.carousel .slick-slide {
  padding: 0;
  margin: .5em;
  position: relative;
}

.carousel img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.carousel picture {
  box-sizing: border-box;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  display: block;
}

.carousel figcaption {
  bottom: 0;
  padding: .25em .75em .35em;
  z-index: 20;
  font-style: normal;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-sizing: border-box;
}

.carousel figcaption h3 {
  margin: 0;
  padding: .5em .3em .2em;
}

.carousel figcaption h3:first-child {
  margin: 0;
}

.carousel figcaption p {
  margin: 0;
  padding: .35em .5em .75em;
}

.carousel:before {
  display: none;
}

.carousel ul.carousel-wrapper {
  margin: 0;
  padding: 0;
}

.carousel ul.carousel-full-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.carousel .slick-prev,.carousel .slick-next {
  width: 40px;
}

.carousel .slick-prev:before,.carousel .slick-next:before {
  font-family: 'HF-icons';
  font-size: 20px;
  line-height: 60px;
  height: 60px;
  top: 20%;
}

.carousel .slick-slide:hover {
  background-color: transparent;
}

.carousel .slick-slide.slick-active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel .carousel-wrapper {
  background: transparent;
}

.carousel .carousel-full-wrapper {
  background: transparent;
}

.carousel .carousel-full-wrapper .slick-slide:hover,.carousel .carousel-full-wrapper .slick-center {
  background: transparent;
}

.carousel figcaption {
  font-size: 0.7em;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
}

.carousel h3 {
  color: #fff;
}

.carousel p {
  color: white;
}

.carousel .slick-next,.carousel .slick-prev {
  opacity: 0.0075;
  filter: alpha(opacity=0.75);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.carousel .slick-next:before,.carousel .slick-prev:before {
  background-color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.carousel .slick-next:hover,.carousel .slick-prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel .slick-next:hover:before,.carousel .slick-prev:hover:before {
  background-color: #fff;
  color: #931638;
}

.carousel .slick-prev:before,.carousel .slick-next:before {
  font-family: 'HF-icons';
  color: #931638;
}

.carousel .slick-prev:before {
  content: "\e052";
}

.carousel .slick-prev[dir="rtl"]:before {
  content: "\e055";
}

.carousel .slick-next:before {
  content: "\e055";
}

.carousel .slick-next[dir="rtl"]:before {
  content: "\e052";
}

.gallery ul.grid {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
}

.gallery ul.grid li {
  margin: 0;
  padding: 0;
}

.gallery ul.grid figure,.gallery ul.grid .carousel .slick-slide,.carousel .gallery ul.grid .slick-slide {
  width: 24.25%;
  margin-left: 1%;
  padding-left: 0;
  float: left;
  box-sizing: border-box;
  background-clip: padding-box !important;
  margin: 0;
  padding: 0;
  background: #931638;
  border-radius: 0.2em;
  overflow: hidden;
}

.gallery ul.grid figure figcaption,.gallery ul.grid .carousel .slick-slide figcaption,.carousel .gallery ul.grid .slick-slide figcaption {
  display: none;
  padding: .5em .5em .2em;
  font-size: .8em;
}

.gallery ul.grid figure figcaption h3,.gallery ul.grid .carousel .slick-slide figcaption h3,.carousel .gallery ul.grid .slick-slide figcaption h3 {
  color: #fff;
  font-size: 1em;
  margin-bottom: .2em;
}

.gallery ul.grid figure figcaption p,.gallery ul.grid .carousel .slick-slide figcaption p,.carousel .gallery ul.grid .slick-slide figcaption p {
  color: #fff;
  font-size: .8em;
  margin-bottom: .2em;
}

.gallery ul.grid figure.featured,.gallery ul.grid .carousel .featured.slick-slide,.carousel .gallery ul.grid .featured.slick-slide {
  width: 49.5%;
  margin-left: 1%;
  padding-left: 0;
  float: left;
  box-sizing: border-box;
  background-clip: padding-box !important;
  margin: 0;
  padding: 0;
}

.gallery ul.grid figure.featured figcaption,.gallery ul.grid .carousel .featured.slick-slide figcaption,.carousel .gallery ul.grid .featured.slick-slide figcaption {
  display: inherit;
}

.gallery ul.grid figure.tweet,.gallery ul.grid .carousel .tweet.slick-slide,.carousel .gallery ul.grid .tweet.slick-slide {
  background: #0099CB;
}

.gallery ul.grid figure.orange,.gallery ul.grid .carousel .orange.slick-slide,.carousel .gallery ul.grid .orange.slick-slide {
  background: #664A78;
}

.gallery ul.grid figure.green,.gallery ul.grid .carousel .green.slick-slide,.carousel .gallery ul.grid .green.slick-slide {
  background: #FFD87F;
}

.gallery ul.grid figure img,.gallery ul.grid .carousel .slick-slide img,.carousel .gallery ul.grid .slick-slide img {
  width: 100%;
}

.gallery ul.grid figure:hover,.gallery ul.grid .carousel .slick-slide:hover,.carousel .gallery ul.grid .slick-slide:hover {
  cursor: pointer;
}

.accordion,.tabs.accordion {
  margin: 1em auto;
}

.accordion .at-content,.tabs.accordion .at-content {
  margin: 0;
  padding: 0;
}

.accordion .at-content li.nav-item,.accordion .at-content li.item,.tabs.accordion .at-content li.nav-item,.tabs.accordion .at-content li.item {
  list-style: none;
}

.accordion .at-content h1:first-child,.accordion .at-content h2:first-child,.accordion .at-content h3:first-child,.accordion .at-content h4:first-child,.accordion .at-content h5:first-child,.accordion .at-content h6:first-child,.tabs.accordion .at-content h1:first-child,.tabs.accordion .at-content h2:first-child,.tabs.accordion .at-content h3:first-child,.tabs.accordion .at-content h4:first-child,.tabs.accordion .at-content h5:first-child,.tabs.accordion .at-content h6:first-child {
  margin-left: 0;
}

.accordion .at-content .nav-item,.tabs.accordion .at-content .nav-item {
  margin: 0;
  padding: 0;
}

.accordion .at-content .nav-item a,.tabs.accordion .at-content .nav-item a {
  display: block;
  width: 100%;
  white-space: nowrap;
  position: relative;
  text-overflow: ellipsis;
  box-sizing: border-box;
  overflow: hidden;
  padding-right: 4em;
}

.accordion .at-content .nav-item a:hover,.tabs.accordion .at-content .nav-item a:hover {
  text-decoration: none;
}

.accordion .at-content .nav-item a .cta-text,.tabs.accordion .at-content .nav-item a .cta-text {
  position: absolute;
  top: 0;
  display: block;
  right: 0;
}

.accordion .at-content .nav-item a .cta-text:after,.tabs.accordion .at-content .nav-item a .cta-text:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-family: 'HF-icons';
  font-size: 1em;
  line-height: 1.1em;
}

.accordion .at-nav,.tabs.accordion .at-nav {
  display: none;
}

.accordion .at-content .item,.tabs.accordion .at-content .item {
  overflow: hidden;
}

.accordion {
  max-width: 950px;
}

.accordion .at-content .nav-item a {
  font-size: 1em;
  padding: 1em;
  background-color: #931638;
  color: #fff;
  border-bottom: 1px solid #d62051;
  padding-left: 1em;
}

.accordion .at-content .nav-item a .cta-text {
  line-height: 6.6em;
  text-transform: uppercase;
  font-size: 0.5em;
  height: 6.45em;
  padding: 0 1em;
}

.accordion .at-content .nav-item a .cta-text:after {
  top: 2.75em;
  content: "+";
}

.accordion .at-content .nav-item a .cta-text {
  right: 1em;
}

.accordion .at-content .nav-item a .cta-text:after {
  color: #fff;
  right: 1em;
}

.accordion .at-content .nav-item.expanded a .cta-text:after {
  content: "-";
}

.accordion .at-content .nav-item a {
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}

.accordion .at-content .nav-item a .cta-text:hover {
  background-color: #fff;
  color: #931638;
}

.accordion .at-content .nav-item a .cta-text:hover:after {
  color: #931638;
}

.accordion .at-content .nav-item a:last-child a {
  border-bottom: 0;
}

.accordion .at-content .item {
  display: none;
  padding: 0.5em;
}

.accordion .at-content .item section {
  max-width: 950px;
}

.accordion .at-content .item.expanded {
  display: block;
}

.tabs:not(.accordion) {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
}

.tabs:not(.accordion) nav {
  text-align: left;
  font-size: 1.2em;
  display: inline-block;
  width: 100%;
}

.tabs:not(.accordion) nav .at-nav {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  line-height: 0.78em;
  display: inline-block;
  width: 100%;
}

.tabs:not(.accordion) nav .at-nav .nav-item {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
}

.tabs:not(.accordion) nav .at-nav .nav-item.tab-current a {
  color: #931638;
}

.tabs:not(.accordion) nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
  padding: 0 1em;
}

.tabs:not(.accordion) nav a:hover {
  text-decoration: none;
}

.tabs:not(.accordion) nav a .cta-text {
  display: none;
}

.tabs:not(.accordion) .content-wrap .at-content > .nav-item {
  display: none;
}

.tabs:not(.accordion).accordion .content-wrap .at-content > .nav-item {
  display: block;
}

.tabs:not(.accordion) .content-wrap {
  position: relative;
}

.tabs:not(.accordion) .content-wrap .at-content {
  padding: 0;
}

.tabs:not(.accordion) .content-wrap .at-content > .nav-item {
  display: none;
}

.tabs:not(.accordion) .content-wrap .at-content > .item {
  display: none;
  margin: 0 auto;
  padding: 1em;
  box-sizing: border-box;
}

.tabs:not(.accordion) .content-wrap .at-content > .item h1:first-child,.tabs:not(.accordion) .content-wrap .at-content > .item h2:first-child,.tabs:not(.accordion) .content-wrap .at-content > .item h3:first-child,.tabs:not(.accordion) .content-wrap .at-content > .item h4:first-child,.tabs:not(.accordion) .content-wrap .at-content > .item h5:first-child,.tabs:not(.accordion) .content-wrap .at-content > .item h6:first-child {
  margin-left: 0;
}

.tabs:not(.accordion) .content-wrap .at-content > .item.tab-current {
  display: block;
}

.tabs:not(.accordion) .content-wrap .at-content > .nav-item {
  display: none;
}

.tabs:not(.accordion).accordion .content-wrap .at-content > .nav-item {
  display: block;
}

.no-js .tabs:not(.accordion) .content-wrap section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.tabs:not(.accordion) .no-flexbox nav .at-nav {
  display: block;
}

.tabs:not(.accordion) .no-flexbox nav .at-nav .nav-item {
  min-width: 15%;
  display: inline-block;
}

.tabs:not(.accordion) nav .at-nav .nav-item {
  border-radius: 0 0 0 0;
}

.tabs:not(.accordion) nav .at-nav .nav-item a {
  text-align: center;
  border-radius: 0 0 0 0;
  color: #b3b3b3;
}

.tabs:not(.accordion) nav .at-nav .nav-item.tab-current a {
  color: #931638;
  border-top: 4px solid #931638;
}

.tabs:not(.accordion) nav .at-nav li {
  display: block;
  float: left;
}

.tabs:not(.accordion) .content-wrap .item {
  background-color: #fff;
  max-width: 950px;
}

.tabs:not(.accordion) .content-wrap .item section {
  max-width: 950px;
}

.tabs:not(.accordion) nav {
  border-bottom: 1px solid #f2f2f2;
}

.tabs:not(.accordion) nav .nav-item {
  bottom: -1px;
  border: 1px solid #f2f2f2;
  border-bottom-color: transparent;
  border-right-width: 0;
}

.tabs:not(.accordion) nav .nav-item:last-child {
  border-right-width: 1px;
}

.tabs:not(.accordion) nav .nav-item a {
  background: #fff;
  line-height: 1;
  padding: 0.7em 1.05em;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.tabs:not(.accordion) nav .nav-item a:hover,.tabs:not(.accordion) nav .nav-item a:focus {
  color: #931638;
}

.tabs:not(.accordion) nav .nav-item.tab-current {
  border-bottom: 1px solid #fff;
}

.tabs:not(.accordion) nav .nav-item.tab-current a {
  background: #fff;
}

.tabs:not(.accordion) nav .nav-item:not(.tab-current) a {
  border-top: 4px solid #fff;
}

@font-face {
  font-family:"HF-icons";src:url("../fonts/hope-framework_icons/hope-framework.eot");src:url("../fonts/hope-framework_icons/hope-framework.eot?#iefix") format("embedded-opentype"), url("../fonts/hope-framework_icons/hope-framework.woff") format("woff"), url("../fonts/hope-framework_icons/hope-framework.ttf") format("truetype"), url("../fonts/hope-framework_icons/hope-framework.svg#hope-framework") format("svg");font-weight:normal;font-style:normal;
}

@media (max-width: 1600px) {
  .hero h2 {
    font-size: 2em;
  }

  .hero span {
    font-size: 1em;
  }

  .hero p {
    font-size: .95em;
  }

  .hero .caption {
    font-size: .7em;
  }

  .hero div {
    position: relative;
   /* min-height: 300px; commented out by Ricky */
  }

  .hero .background {
    min-height: 500px;
  }

  .hero :not([class*="color-block"]) .hero-content {
    max-width: 575px;
  }
}

@media (max-width: 1024px) {
  .hero h2 {
    font-size: 1.5em;
  }

  .hero [class*="color-block"] .hero-content {
    padding: 2.25em;
  }
}

@media (max-width: 800px) {
  .wrapper.full-width {
    margin-left: -1em;
    margin-right: -1em;
  }

  .wrapper.full-width > [class*="accent-"] {
    padding: 1rem;
  }

  .list-nav .listNav {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .cards {
    margin: 1em 0;
  }

  .cards .cards-header h2 {
    box-sizing: border-box;
    margin-left: 0;
    width: 100%;
    position: relative;
    padding-right: 2.5em;
    font-size: 1.5em;
    text-align: left;
    padding-bottom: 1em;
  }

  .cards .cards-header h2:first-child {
    margin: 0;
  }

  .cards .cards-toc {
    box-sizing: border-box;
    margin-left: 0;
    width: 100%;
    position: relative;
  }

  .cards .cards-toc .toc-scroll {
    display: none;
  }

  .cards .cards-toc ul {
    display: none;
    background: #f2f2f2;
    margin: 0 1em;
  }

  .cards .cards-toc ul.active {
    display: block;
  }

  .cards .cards-toc ul li {
    border-bottom: 1px solid #e6e6e6;
  }

  .cards .cards-toc ul li:hover {
    background: #e6e6e6;
  }

  .cards .cards-toc ul li.selected {
    background: #e6e6e6;
  }

  .cards .cards-toc-icon {
    display: block;
  }

  .cards .deck-wrapper {
    box-sizing: border-box;
    margin-left: 0;
    width: 100%;
    margin-top: 2em;
    padding-right: 2em;
    padding-left: 2em;
  }

  .cards .deck-wrapper .counter {
    top: -2em;
  }

  .cards .card {
    font-size: .8em;
  }

  .cards nav.cards-nav {
    box-sizing: border-box;
    margin-left: 0;
    width: 100%;
  }

  .cards nav.cards-nav a.icon.nav-prev {
    left: -.1em;
  }

  .cards nav.cards-nav a.icon.nav-next {
    right: -.2em;
  }

  .cards .cards-toc ul {
    background: #f2f2f2;
  }

  .cards .cards-toc ul li {
    border-bottom: 1px solid #e6e6e6;
  }

  .cards .cards-toc ul li:hover {
    background: #e6e6e6;
  }

  .cards .cards-toc ul li.selected {
    background: #e6e6e6;
  }
}

@media (max-width: 700px) {
  .carousel .slick-slide {
    background-color: transparent;
  }
}

@media (max-width: 660px) {
  blockquote:before,blockquote:after {
    width: 10%;
    left: 45%;
  }
}

@media only screen and (max-width: 75em) {
  .hero :not([class*="color-block"]) .hero-content {
    max-width: 500px;
  }
}

@media (max-width: 60em) {
  .modal {
    width: 85%;
  }
}

@media only screen and (max-width: 60em) {
  .video > div.has-meta-right div.video-player {
    box-sizing: border-box;
    margin-left: 0;
    width: 100%;
    margin-left: 0;
    padding-bottom: 56.25%;
  }

  .video > div.has-meta-right div.video-meta {
    box-sizing: border-box;
    margin-left: 0;
    width: 100%;
    margin-left: 0;
  }

  .video > div.has-meta-right div.video-meta h3:after {
    margin-top: 1em;
    margin-bottom: 0;
  }

  .video > div.has-meta-bottom div.video-meta h3:after {
    margin-top: 1em;
    margin-bottom: 0;
  }

  .video > div.no-meta div.video-meta h3:after {
    margin-top: 1em;
    margin-bottom: 0;
  }

  .image .image-float-right {
    padding-right: 0;
  }

  .image .image-float-left {
    padding-left: 0;
  }

  .hero h2 {
    font-size: 1.25em;
  }

  .hero span {
    font-size: .925em;
  }

  .hero p {
    font-size: .8em;
    line-height: 1.5em;
  }

  .hero [class*="cta-"] {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .hero .background {
    min-height: 400px;
  }

  .hero :not([class*="color-block"]) .hero-content {
    padding: 1.5em;
    max-width: 350px;
  }

  .hero [class*="color-block"] .hero-content {
    padding: 1.5em;
  }
}

@media (max-width: 48.75em) {
  #pageslide-wrapper {
    width: 90%;
  }

  .toolbox-content {
    padding: 2em;
  }
}

@media only screen and (max-width: 48.75em) {
  .toolbox-content .close-tool {
    margin-bottom: 1em;
  }

  .image .image-small {
    width: 43%;
    max-width: none;
  }

  .image .image-medium.image-middle {
    width: 100%;
  }

  .image.left-wrap picture.image-small img {
    padding-right: 0;
    width: 100%;
  }

  .image.left-wrap picture.image-small figcaption {
    width: 100%;
    margin-left: 0;
  }

  .image.left-wrap picture.image-medium img {
    padding-right: 0;
    width: 100%;
  }

  .image.left-wrap picture.image-medium figcaption {
    width: 100%;
    margin-left: 0;
  }

  .image.left-wrap picture {
    margin: 1.5em auto;
  }

  .image.right-wrap picture.image-medium img {
    padding-left: 0;
    width: 100%;
  }

  .image.right-wrap picture.image-medium figcaption {
    width: 100%;
    margin-right: 0;
    text-align: left;
  }

  .image.right-wrap picture {
    margin: 1.5em auto;
  }
}

@media (max-width: 42em) {
  .modal {
    width: 100% !important;
    top: 0;
    left: 0;
    max-width: 100% !important;
    overflow-y: scroll;
    -webkit-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }

  .modal .modal-content {
    min-height: 100vh;
  }
}

@media only screen and (max-width: 42em) {
  .hero .caption {
    position: relative;
    border-radius: 0 0 0 0;
    margin-left: 0em;
    background-color: #333333;
  }

  /*.hero div {
    position: relative;
    min-height: 150px;
  } hidden by ricky*/

  .hero .background {
    width: 100%;
    margin-left: 0;
    min-height: 200px;
  }

  .hero .hero-content {
    position: relative;
    max-width: none;
    width: 100%;
    padding: .8em;
    margin: 0;
    border-radius: 0;
  }

  div .hero .hero-content.center span {
    text-align: left;
  }
}

@media only screen and (max-width: 37.5em) {
  .sticky-footer-bar .container.fixed {
    background: #fff;
  }

  .sticky-footer-bar .fixed .related i {
    padding-left: .2em;
  }
}

@media (max-width: 37.5em) {
  .accordion,.tabs.accordion {
    padding: 0 15px;
  }

  .accordion .at-content .nav-item a .cta-text:hover {
    background-color: transparent;
    color: #931638;
  }

  .accordion .at-content .nav-item a .cta-text:hover:after {
    color: #931638;
  }
}

@media only screen and (max-width: 33.125em) {
  .image .image-small {
    width: 100%;
  }

  .image .image-medium {
    width: 100%;
    max-width: none;
  }

  .image .image-float-right {
    padding: 0;
  }

  .image .image-float-left {
    padding: 0;
  }

  .hero .background {
    width: 100%;
    margin-left: 0;
    min-height: 150px;
  }
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
