@charset "UTF-8";
.h1-hidden {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 2px;
  margin: 0;
  height: 0; }

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

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0 solid #c0c0c0;
  margin: 0;
  padding: 0; }

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

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

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

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

td,
th {
  padding: 0; }

#mti_wfs_colophon {
  visibility: hidden; }

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

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.invisible {
  display: none; }

.mobile-only {
  display: none; }
  @media only screen and (max-width: 640px) {
    .mobile-only {
      display: inline-block; } }

.font-icon, .axelos-ratings .rating-star,
.case-study-preview .rating-star,
.community-item .rating-star,
.comments-section .rating-star,
.cpd-rating .rating-star, .pagination-list .icon-chevron-left,
.pagination-list .icon-chevron-right, .pager-v2 .pager-item.next a:before,
.pager-v2 .pager-item.prev a:before {
  font-family: 'IconMoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-Ellipse11copy12:before {
  content: "\e902"; }

.icon-ArrowLeft:before, .pager-v2 .pager-item.prev a:before {
  content: "\e900"; }

.icon-ArrowRight:before, .pager-v2 .pager-item.next a:before {
  content: "\e901"; }

.icon-basket:before {
  content: "\e617"; }

.icon-AlarmIcon:before {
  content: "\e615"; }

.icon-ProgressIcon:before {
  content: "\e616"; }

.icon-change-chart:before {
  content: "\e614"; }

.icon-polar .path1:before {
  content: "\e60c";
  color: #231f20; }

.icon-polar .path2:before {
  content: "\e60d";
  margin-left: -1em;
  color: white; }

.icon-polar .path3:before {
  content: "\e60e";
  margin-left: -1em;
  color: white; }

.icon-polar .path4:before {
  content: "\e610";
  margin-left: -1em;
  color: white; }

.icon-polar .path5:before {
  content: "\e611";
  margin-left: -1em;
  color: white; }

.icon-polar .path6:before {
  content: "\e612";
  margin-left: -1em;
  color: white; }

.icon-bar-chart:before {
  content: "\e613"; }

.icon-trash-o2:before {
  content: "\f015"; }

.icon-pencil2:before {
  content: "\f041"; }

.icon-edit2:before {
  content: "\f045"; }

.icon-angle-right2:before {
  content: "\f106"; }

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

.icon-angle-left:before {
  content: "\f070"; }

.icon-chevron-left:before {
  content: "\f069"; }

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

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

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

.icon-clock-o:before {
  content: "\f017"; }

.icon-book:before {
  content: "\f02d"; }

.icon-exclamation-circle:before {
  content: "\f06a"; }

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

.icon-tags:before {
  content: "\f02c"; }

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

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

.icon-globe:before {
  content: "\f0ac"; }

.icon-comment-o:before {
  content: "\f0e5"; }

.icon-file-text-o:before {
  content: "\f0f6"; }

.icon-mortar-board:before {
  content: "\f19d"; }

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

.icon-question-circle:before {
  content: "\f059"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-check:before {
  content: "\f00c"; }

.icon-trash-o:before {
  content: "\f014"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-photo:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-edit:before {
  content: "\f044"; }

.icon-chevron-right:before {
  content: "\f054"; }

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

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

.icon-times-circle:before {
  content: "\f057"; }

.icon-check-circle:before {
  content: "\f058"; }

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

.icon-trophy:before {
  content: "\f091"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-chain:before {
  content: "\f0c1"; }

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

.icon-angle-right:before {
  content: "\f105"; }

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

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

.icon-exclamation:before {
  content: "\f12a"; }

.icon-chevron-circle-right:before {
  content: "\f138"; }

.icon-chevron-circle-down:before {
  content: "\f13a"; }

.icon-star2:before {
  content: "\e607"; }

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

.icon-suitcase:before {
  content: "\e600"; }

.icon-chart:before {
  content: "\e601"; }

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

.icon-unlocked:before {
  content: "\e904"; }

.icon-newspaper:before {
  content: "\e602"; }

.icon-bullhorn:before {
  content: "\e603"; }

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

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

.icon-search:before {
  content: "\e606"; }

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

.icon-close:before {
  content: "\e609"; }

.icon-table:before {
  content: "\e60f"; }

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

.icon-warning:before {
  content: "\f071"; }

#cookie-monster {
  color: #ffffff;
  font-size: 16px;
  position: fixed;
  z-index: 150;
  bottom: 0;
  width: 100%; }

#cookie-monster-inner {
  background-color: #646464;
  padding: 7px 0 7px 7px;
  color: #ffffff; }

#cookie-monster .CookieText p {
  display: inline;
  color: white;
  font-size: 16px;
  line-height: 100%; }
  #cookie-monster .CookieText p.cookie-mobile {
    display: none; }
  #cookie-monster .CookieText p.cookie-desktop {
    display: inline; }

.CookieButton {
  background: #ffffff;
  padding: 2px 5px;
  color: #262261 !important;
  text-decoration: none !important;
  border-radius: 5px;
  border-bottom: 0;
  display: inline-block;
  font-weight: bold;
  margin: 0 0 0 5px; }

#cookie-monster a {
  color: #fff;
  text-decoration: none;
  border-color: #fff;
  font-weight: bold; }
  #cookie-monster a:hover {
    border-bottom: 0; }

@media screen and (max-width: 975px) {
  #cookie-monster a {
    font-weight: normal; }
  #cookie-monster a.CookieButton {
    font-weight: bold;
    margin-top: 3px; }
  #cookie-monster {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 200; }
    #cookie-monster #cookie-monster-inner {
      border: 0; }
  #cookie-monster .CookieText p.cookie-mobile {
    display: inline; }
  #cookie-monster .CookieText p.cookie-desktop {
    display: none; } }

.cyax .button, .cyax input[type="submit"], .cyax .forum-move-thread a, .forum-move-thread .cyax a,
.cyax .nudge-down,
.cyax .campaign-footer {
  background-color: #4e432b; }
  .cyax .button:hover, .cyax input[type="submit"]:hover, .cyax .forum-move-thread a:hover, .forum-move-thread .cyax a:hover,
  .cyax .nudge-down:hover,
  .cyax .campaign-footer:hover {
    background: #3e3522; }

.cyax .title {
  color: #4e432b; }

.cyax #full-width-banner {
  background: url("/siteimages/Corporate/full-width-headers/cy-ax.png") no-repeat center center; }
  @media only screen and (max-width: 660px) {
    .cyax #full-width-banner {
      background: url("/siteimages/Corporate/full-width-headers/mobile/cy-ax-mobile.png") no-repeat center center;
      background-size: 100% 100%; } }
  .cyax #full-width-banner .fwb-wrapper .heading-section .fwb-page-title {
    color: #4e432b; }
  .cyax #full-width-banner .fwb-wrapper .heading-section .fwb-author,
  .cyax #full-width-banner .fwb-wrapper .heading-section .fwb-date {
    color: #4e432b; }
  .cyax #full-width-banner .fwb-wrapper .logo-section .masket-image .cookie-cutter {
    background: url("/SiteImages/Corporate/full-width-headers/borders/cy-ax-circle.png") no-repeat; }

.cyax.community-item .thumbnail span {
  background-color: #4e432b; }

.cyax.community-item h2,
.cyax.community-item h3 {
  color: #4e432b; }

.cyax.community-item .rating-star:before {
  color: #4e432b; }

.cyber .button, .cyber input[type="submit"], .cyber .forum-move-thread a, .forum-move-thread .cyber a,
.cyber .nudge-down,
.cyber .campaign-footer {
  background-color: #ad1d57; }
  .cyber .button:hover, .cyber input[type="submit"]:hover, .cyber .forum-move-thread a:hover, .forum-move-thread .cyber a:hover,
  .cyber .nudge-down:hover,
  .cyber .campaign-footer:hover {
    background: #97194c; }

.cyber .title {
  color: #ad1d57; }

.cyber #full-width-banner {
  background: url("/siteimages/Corporate/full-width-headers/cy-ax.png") no-repeat center center; }
  @media only screen and (max-width: 660px) {
    .cyber #full-width-banner {
      background: url("/siteimages/Corporate/full-width-headers/mobile/cy-ax-mobile.png") no-repeat center center;
      background-size: 100% 100%; } }
  .cyber #full-width-banner .fwb-wrapper .heading-section .fwb-page-title {
    color: #ad1d57; }
  .cyber #full-width-banner .fwb-wrapper .heading-section .fwb-author,
  .cyber #full-width-banner .fwb-wrapper .heading-section .fwb-date {
    color: #ad1d57; }
  .cyber #full-width-banner .fwb-wrapper .logo-section .masket-image .cookie-cutter {
    background: url("/SiteImages/Corporate/full-width-headers/borders/cy-ax-circle.png") no-repeat; }

.cyber.community-item .thumbnail span {
  background-color: #ad1d57; }

.cyber.community-item h2,
.cyber.community-item h3 {
  color: #ad1d57; }

.cyber.community-item .rating-star:before {
  color: #ad1d57; }

.itil .button, .itil input[type="submit"], .itil .forum-move-thread a, .forum-move-thread .itil a,
.itil .nudge-down,
.itil .campaign-footer {
  background-color: #5e1c60; }
  .itil .button:hover, .itil input[type="submit"]:hover, .itil .forum-move-thread a:hover, .forum-move-thread .itil a:hover,
  .itil .nudge-down:hover,
  .itil .campaign-footer:hover {
    background: #4b164c; }

.itil .title {
  color: #5e1c60; }

.itil #full-width-banner {
  background: url("/siteimages/Corporate/full-width-headers/itil.png") no-repeat center center; }
  @media only screen and (max-width: 660px) {
    .itil #full-width-banner {
      background: url("/siteimages/Corporate/full-width-headers/mobile/itil-mobile.png") no-repeat center center;
      background-size: 100% 100%; } }
  .itil #full-width-banner .fwb-wrapper {
    padding-top: 5.5em; }
    .itil #full-width-banner .fwb-wrapper .heading-section .fwb-page-title {
      color: #5e1c60; }
    .itil #full-width-banner .fwb-wrapper .heading-section .fwb-author,
    .itil #full-width-banner .fwb-wrapper .heading-section .fwb-date {
      color: #5e1c60; }
    .itil #full-width-banner .fwb-wrapper .logo-section .masket-image .cookie-cutter {
      background: url("/SiteImages/Corporate/full-width-headers/borders/itil-circle.png") no-repeat; }

.itil.community-item .thumbnail span {
  background-color: #5e1c60; }

.itil.community-item h2,
.itil.community-item h3 {
  color: #5e1c60; }

.itil.community-item .rating-star:before {
  color: #5e1c60; }

.mop .button, .mop input[type="submit"], .mop .forum-move-thread a, .forum-move-thread .mop a,
.mop .nudge-down,
.mop .campaign-footer {
  background-color: #00558a; }
  .mop .button:hover, .mop input[type="submit"]:hover, .mop .forum-move-thread a:hover, .forum-move-thread .mop a:hover,
  .mop .nudge-down:hover,
  .mop .campaign-footer:hover {
    background: #004571; }

.mop .title {
  color: #00558a; }

.mop #full-width-banner {
  background: url("/siteimages/Corporate/full-width-headers/mop.png") no-repeat center center; }
  @media only screen and (max-width: 660px) {
    .mop #full-width-banner {
      background: url("/siteimages/Corporate/full-width-headers/mobile/mop-mobile.png") no-repeat center center; } }
  .mop #full-width-banner .fwb-wrapper .heading-section .fwb-page-title {
    color: #00558a; }
  .mop #full-width-banner .fwb-wrapper .heading-section .fwb-author,
  .mop #full-width-banner .fwb-wrapper .heading-section .fwb-date {
    color: #00558a; }
  .mop #full-width-banner .fwb-wrapper .logo-section .masket-image .cookie-cutter {
    background: url("/SiteImages/Corporate/full-width-headers/borders/mop-circle.png") no-repeat; }

.mop.community-item .thumbnail span {
  background-color: #00558a; }

.mop.community-item h2,
.mop.community-item h3 {
  color: #00558a; }

.mop.community-item .rating-star:before {
  color: #00558a; }

.mor .button, .mor input[type="submit"], .mor .forum-move-thread a, .forum-move-thread .mor a,
.mor .nudge-down,
.mor .campaign-footer {
  background-color: #006d85; }
  .mor .button:hover, .mor input[type="submit"]:hover, .mor .forum-move-thread a:hover, .forum-move-thread .mor a:hover,
  .mor .nudge-down:hover,
  .mor .campaign-footer:hover {
    background: #00586c; }

.mor .title {
  color: #006d85; }

.mor #full-width-banner {
  background: url("/siteimages/Corporate/full-width-headers/m_o_r.png") no-repeat center center; }
  @media only screen and (max-width: 660px) {
    .mor #full-width-banner {
      background: url("/siteimages/Corporate/full-width-headers/mobile/mor-mobile.png") no-repeat center center;
      background-size: 100% 100%; } }
  .mor #full-width-banner .fwb-wrapper .heading-section .fwb-page-title {
    color: #006d85; }
  .mor #full-width-banner .fwb-wrapper .heading-section .fwb-author,
  .mor #full-width-banner .fwb-wrapper .heading-section .fwb-date {
    color: #006d85; }
  .mor #full-width-banner .fwb-wrapper .logo-section .masket-image .cookie-cutter {
    background: url("/SiteImages/Corporate/full-width-headers/borders/mor-circle.png") no-repeat; }

.mor.community-item .thumbnail span {
  background-color: #006d85; }

.mor.community-item h2,
.mor.community-item h3 {
  color: #006d85; }

.mor.community-item .rating-star:before {
  color: #006d85; }

.mov .button, .mov input[type="submit"], .mov .forum-move-thread a, .forum-move-thread .mov a,
.mov .nudge-down,
.mov .campaign-footer {
  background-color: #a53c18; }
  .mov .button:hover, .mov input[type="submit"]:hover, .mov .forum-move-thread a:hover, .forum-move-thread .mov a:hover,
  .mov .nudge-down:hover,
  .mov .campaign-footer:hover {
    background: #8f3415; }

.mov .title {
  color: #a53c18; }

.mov #full-width-banner {
  background: url("/siteimages/Corporate/full-width-headers/mov.png") no-repeat center center; }
  @media only screen and (max-width: 660px) {
    .mov #full-width-banner {
      background: url("/siteimages/Corporate/full-width-headers/mobile/mov-mobile.png") no-repeat center center;
      background-size: 100% 100%; } }
  .mov #full-width-banner .fwb-wrapper .heading-section .fwb-page-title {
    color: #a53c18; }
  .mov #full-width-banner .fwb-wrapper .heading-section .fwb-author,
  .mov #full-width-banner .fwb-wrapper .heading-section .fwb-date {
    color: #a53c18; }
  .mov #full-width-banner .fwb-wrapper .logo-section .masket-image .cookie-cutter {
    background: url("/SiteImages/Corporate/full-width-headers/borders/mov-circle.png") no-repeat; }

.mov.community-item .thumbnail span {
  background-color: #a53c18; }

.mov.community-item h2,
.mov.community-item h3 {
  color: #a53c18; }

.mov.community-item .rating-star:before {
  color: #a53c18; }

.msp .button, .msp input[type="submit"], .msp .forum-move-thread a, .forum-move-thread .msp a,
.msp .nudge-down,
.msp .campaign-footer {
  background-color: #006373; }
  .msp .button:hover, .msp input[type="submit"]:hover, .msp .forum-move-thread a:hover, .forum-move-thread .msp a:hover,
  .msp .nudge-down:hover,
  .msp .campaign-footer:hover {
    background: #004d5a; }

.msp .title {
  color: #006373; }

.msp #full-width-banner {
  background: url("/siteimages/Corporate/full-width-headers/msp.png") no-repeat center center; }
  @media only screen and (max-width: 660px) {
    .msp #full-width-banner {
      background: url("/siteimages/Corporate/full-width-headers/mobile/msp-mobile.png") no-repeat center center;
      background-size: 100% 100%; } }
  .msp #full-width-banner .fwb-wrapper .heading-section .fwb-page-title {
    color: #006373; }
  .msp #full-width-banner .fwb-wrapper .heading-section .fwb-author,
  .msp #full-width-banner .fwb-wrapper .heading-section .fwb-date {
    color: #006373; }
  .msp #full-width-banner .fwb-wrapper .logo-section .masket-image .cookie-cutter {
    background: url("/SiteImages/Corporate/full-width-headers/borders/msp-circle.png") no-repeat; }

.msp.community-item .thumbnail span {
  background-color: #006373; }

.msp.community-item h2,
.msp.community-item h3 {
  color: #006373; }

.msp.community-item .rating-star:before {
  color: #006373; }

.p3m3 .button, .p3m3 input[type="submit"], .p3m3 .forum-move-thread a, .forum-move-thread .p3m3 a,
.p3m3 .nudge-down,
.p3m3 .campaign-footer {
  background-color: #004b2b; }
  .p3m3 .button:hover, .p3m3 input[type="submit"]:hover, .p3m3 .forum-move-thread a:hover, .forum-move-thread .p3m3 a:hover,
  .p3m3 .nudge-down:hover,
  .p3m3 .campaign-footer:hover {
    background: #00321c; }

.p3m3 .title {
  color: #004b2b; }

.p3m3 #full-width-banner {
  background: url("/siteimages/Corporate/full-width-headers/p3m3.png") no-repeat center center; }
  @media only screen and (max-width: 660px) {
    .p3m3 #full-width-banner {
      background: url("/siteimages/Corporate/full-width-headers/mobile/p3m3-mobile.png") no-repeat center center;
      background-size: 100% 100%; } }
  .p3m3 #full-width-banner .fwb-wrapper .heading-section .fwb-page-title {
    color: #004b2b; }
  .p3m3 #full-width-banner .fwb-wrapper .heading-section .fwb-author,
  .p3m3 #full-width-banner .fwb-wrapper .heading-section .fwb-date {
    color: #004b2b; }
  .p3m3 #full-width-banner .fwb-wrapper .logo-section .masket-image .cookie-cutter {
    background: url("/SiteImages/Corporate/full-width-headers/borders/p3m3-circle.png") no-repeat; }

.p3m3.community-item .thumbnail span {
  background-color: #004b2b; }

.p3m3.community-item h2,
.p3m3.community-item h3 {
  color: #004b2b; }

.p3m3.community-item .rating-star:before {
  color: #004b2b; }

.p3o .button, .p3o input[type="submit"], .p3o .forum-move-thread a, .forum-move-thread .p3o a,
.p3o .nudge-down,
.p3o .campaign-footer {
  background-color: #494637; }
  .p3o .button:hover, .p3o input[type="submit"]:hover, .p3o .forum-move-thread a:hover, .forum-move-thread .p3o a:hover,
  .p3o .nudge-down:hover,
  .p3o .campaign-footer:hover {
    background: #3a382c; }

.p3o .title {
  color: #494637; }

.p3o #full-width-banner {
  background: url("/siteimages/Corporate/full-width-headers/p3o.png") no-repeat center center; }
  @media only screen and (max-width: 660px) {
    .p3o #full-width-banner {
      background: url("/siteimages/Corporate/full-width-headers/mobile/p3o-mobile.png") no-repeat center center;
      background-size: 100% 100%; } }
  .p3o #full-width-banner .fwb-wrapper .heading-section .fwb-page-title {
    color: #494637; }
  .p3o #full-width-banner .fwb-wrapper .heading-section .fwb-author,
  .p3o #full-width-banner .fwb-wrapper .heading-section .fwb-date {
    color: #494637; }
  .p3o #full-width-banner .fwb-wrapper .logo-section .masket-image .cookie-cutter {
    background: url("/SiteImages/Corporate/full-width-headers/borders/p3o-circle.png") no-repeat; }

.p3o.community-item .thumbnail span {
  background-color: #494637; }

.p3o.community-item h2,
.p3o.community-item h3 {
  color: #494637; }

.p3o.community-item .rating-star:before {
  color: #494637; }

.prince2 .button, .prince2 input[type="submit"], .prince2 .forum-move-thread a, .forum-move-thread .prince2 a,
.prince2 .nudge-down,
.prince2 .campaign-footer, .prince2agile .button, .prince2agile input[type="submit"], .prince2agile .forum-move-thread a, .forum-move-thread .prince2agile a,
.prince2agile .nudge-down,
.prince2agile .campaign-footer {
  background-color: #4c4383; }
  .prince2 .button:hover, .prince2 input[type="submit"]:hover, .prince2 .forum-move-thread a:hover, .forum-move-thread .prince2 a:hover,
  .prince2 .nudge-down:hover,
  .prince2 .campaign-footer:hover, .prince2agile .button:hover, .prince2agile input[type="submit"]:hover, .prince2agile .forum-move-thread a:hover, .forum-move-thread .prince2agile a:hover,
  .prince2agile .nudge-down:hover,
  .prince2agile .campaign-footer:hover {
    background: #423a72; }

.prince2 .title, .prince2agile .title {
  color: #4c4383; }

.prince2 #full-width-banner, .prince2agile #full-width-banner {
  background: url("/siteimages/Corporate/full-width-headers/prince2.png") no-repeat center center; }
  @media only screen and (max-width: 660px) {
    .prince2 #full-width-banner, .prince2agile #full-width-banner {
      background: url("/siteimages/Corporate/full-width-headers/mobile/prince2-mobile.png") no-repeat center center;
      background-size: 100% 100%; } }
  .prince2 #full-width-banner .fwb-wrapper .heading-section .fwb-page-title, .prince2agile #full-width-banner .fwb-wrapper .heading-section .fwb-page-title {
    color: #4c4383; }
  .prince2 #full-width-banner .fwb-wrapper .heading-section .fwb-author,
  .prince2 #full-width-banner .fwb-wrapper .heading-section .fwb-date, .prince2agile #full-width-banner .fwb-wrapper .heading-section .fwb-author,
  .prince2agile #full-width-banner .fwb-wrapper .heading-section .fwb-date {
    color: #4c4383; }
  .prince2 #full-width-banner .fwb-wrapper .logo-section .masket-image .cookie-cutter, .prince2agile #full-width-banner .fwb-wrapper .logo-section .masket-image .cookie-cutter {
    background: url("/SiteImages/Corporate/full-width-headers/borders/prince2-circle.png") no-repeat; }

.prince2.community-item .thumbnail span, .prince2agile.community-item .thumbnail span {
  background-color: #4c4383; }

.prince2.community-item h2,
.prince2.community-item h3, .prince2agile.community-item h2,
.prince2agile.community-item h3 {
  color: #4c4383; }

.prince2.community-item .rating-star:before, .prince2agile.community-item .rating-star:before {
  color: #4c4383; }

.widgetContainer:after {
  content: "";
  display: block;
  clear: both; }

.widgetContainer > div {
  padding: 0 12.5px; }

.widget {
  float: left;
  margin-bottom: 30px;
  padding: 0 12.5px;
  vertical-align: top; }
  .widget.width-30 {
    width: 33%; }
  .widget.width-50 {
    width: 50%; }
  .widget.width-70 {
    width: 67%; }
  .widget.width-100 {
    width: 100%; }
    .widget.width-100:after {
      content: "";
      display: block;
      clear: both; }
  .widget.offsetTop {
    margin-top: 42px;
    margin-bottom: 82px; }
  .widget.welcome {
    position: relative; }
    .widget.welcome .loading-overlay {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      background-color: #fff;
      text-align: center;
      padding: 80px 0; }

.latest-news-widget {
  position: relative;
  max-width: 1060px;
  margin: 0 auto; }
  .latest-news-widget .latest-news {
    position: relative; }
    .latest-news-widget .latest-news h2 {
      text-align: center; }
    .latest-news-widget .latest-news .latest-news-widget-innerwrapper {
      font-size: 1.2em;
      line-height: 20px;
      position: relative;
      background: white;
      box-shadow: 0 1px 2px 1px #cccccc;
      -webkit-box-shadow: 0 1px 2px 1px #cccccc;
      -moz-box-shadow: 0 1px 2px 1px #cccccc; }
      .latest-news-widget .latest-news .latest-news-widget-innerwrapper ul, .latest-news-widget .latest-news .latest-news-widget-innerwrapper lo {
        font-size: 0;
        margin: 0;
        padding: 0; }
      .latest-news-widget .latest-news .latest-news-widget-innerwrapper .featured-news, .latest-news-widget .latest-news .latest-news-widget-innerwrapper .news-Items, .latest-news-widget .latest-news .latest-news-widget-innerwrapper .latest-news-lastColumn {
        position: relative;
        width: 33%;
        list-style: none;
        display: table-cell;
        vertical-align: top; }
      .latest-news-widget .latest-news .latest-news-widget-innerwrapper .featured-newsTitle, .latest-news-widget .latest-news .latest-news-widget-innerwrapper .newsTitle {
        color: #591333;
        margin-bottom: 20px; }
      .latest-news-widget .latest-news .latest-news-widget-innerwrapper .featured-newsTitle {
        font-size: 1.6em;
        line-height: 1.3em; }
      .latest-news-widget .latest-news .latest-news-widget-innerwrapper .featured-newsImage {
        position: relative;
        width: 100%;
        margin: 0 auto; }
        .latest-news-widget .latest-news .latest-news-widget-innerwrapper .featured-newsImage img {
          position: relative;
          display: block;
          margin: 0 auto 20px;
          width: 102%;
          min-height: 50px; }
      .latest-news-widget .latest-news .latest-news-widget-innerwrapper .featured-newsCaption, .latest-news-widget .latest-news .latest-news-widget-innerwrapper .newsCaption {
        position: relative;
        color: #c51e23; }
        .latest-news-widget .latest-news .latest-news-widget-innerwrapper .featured-newsCaption span.featured-news-date, .latest-news-widget .latest-news .latest-news-widget-innerwrapper .featured-newsCaption span.news-date, .latest-news-widget .latest-news .latest-news-widget-innerwrapper .newsCaption span.featured-news-date, .latest-news-widget .latest-news .latest-news-widget-innerwrapper .newsCaption span.news-date {
          color: #777777;
          margin-left: 20px; }
      .latest-news-widget .latest-news .latest-news-widget-innerwrapper .featured-news-Content, .latest-news-widget .latest-news .latest-news-widget-innerwrapper .newsContent {
        position: relative;
        margin: 5px 0 0 0; }
      .latest-news-widget .latest-news .latest-news-widget-innerwrapper .view-all-news-link {
        position: relative; }
      .latest-news-widget .latest-news .latest-news-widget-innerwrapper ul.news-Items, .latest-news-widget .latest-news .latest-news-widget-innerwrapper ul.latest-news-lastColumn {
        list-style-type: none;
        border-left: 1px solid #dfdfdf;
        border-right: 1px solid #dfdfdf;
        background: #FFFFFF; }
      .latest-news-widget .latest-news .latest-news-widget-innerwrapper ul.latest-news-lastColumn {
        width: 32%;
        border: none; }
      .latest-news-widget .latest-news .latest-news-widget-innerwrapper .news-item {
        margin: 0 0 20px 0; }
        .latest-news-widget .latest-news .latest-news-widget-innerwrapper .news-item .newsTitle {
          text-align: left;
          font-weight: bold;
          font-size: 1em;
          margin-bottom: 10px; }
        .latest-news-widget .latest-news .latest-news-widget-innerwrapper .news-item .newsContent .read-more-link {
          position: relative;
          margin: 60px 0 10px; }
      .latest-news-widget .latest-news .latest-news-widget-innerwrapper .featured-newsTitle, .latest-news-widget .latest-news .latest-news-widget-innerwrapper .featured-newsCaption, .latest-news-widget .latest-news .latest-news-widget-innerwrapper .featured-news-Content, .latest-news-widget .latest-news .latest-news-widget-innerwrapper .view-all-news-link,
      .latest-news-widget .latest-news .latest-news-widget-innerwrapper .newsCaption, .latest-news-widget .latest-news .latest-news-widget-innerwrapper .newsTitle, .latest-news-widget .latest-news .latest-news-widget-innerwrapper .newsContent {
        margin: 25px; }
      .latest-news-widget .latest-news .latest-news-widget-innerwrapper .featured-newsCaption, .latest-news-widget .latest-news .latest-news-widget-innerwrapper .newsCaption {
        margin-bottom: 0; }
      .latest-news-widget .latest-news .latest-news-widget-innerwrapper .featured-news-date, .latest-news-widget .latest-news .latest-news-widget-innerwrapper .featured-news-Content, .latest-news-widget .latest-news .latest-news-widget-innerwrapper .newsTitle, .latest-news-widget .latest-news .latest-news-widget-innerwrapper .newsContent {
        margin-top: 5px; }
      .latest-news-widget .latest-news .latest-news-widget-innerwrapper .view-all-news-link {
        margin-top: 60px; }
    @media screen and (max-width: 975px) {
      .latest-news-widget .latest-news .latest-news-widget-innerwrapper .featured-news, .latest-news-widget .latest-news .latest-news-widget-innerwrapper ul.news-Items, .latest-news-widget .latest-news .latest-news-widget-innerwrapper ul.latest-news-lastColumn {
        position: relative;
        width: 100%;
        border: 0;
        display: block;
        margin: 0;
        padding: 0; }
      .latest-news-widget .latest-news .latest-news-widget-innerwrapper .featured-news {
        background: #F8F8F8;
        padding: 20px 5px; }
        .latest-news-widget .latest-news .latest-news-widget-innerwrapper .featured-news .featured-newsImage img {
          width: 100%; }
      .latest-news-widget .latest-news .latest-news-widget-innerwrapper ul.news-Items, .latest-news-widget .latest-news .latest-news-widget-innerwrapper ul.latest-news-lastColumn {
        margin: 50px 0 0 0; }
        .latest-news-widget .latest-news .latest-news-widget-innerwrapper ul.news-Items li.news-item, .latest-news-widget .latest-news .latest-news-widget-innerwrapper ul.latest-news-lastColumn li.news-item {
          margin-bottom: 40px; }
      .latest-news-widget .latest-news .latest-news-widget-innerwrapper ul.latest-news-lastColumn {
        padding-bottom: 25px; } }
    @media screen and (max-width: 350px) {
      .latest-news-widget .latest-news div.featured-newsImage > img {
        width: 90%; } }

aside .widget,
.main-right .widget {
  width: 100%;
  padding: 0; }

aside .widget .recommendations {
  list-style: none;
  margin-bottom: 0;
  padding: 0; }
  aside .widget .recommendations ul#welcome-more {
    padding: 0;
    display: none; }
  aside .widget .recommendations li {
    display: inline-block;
    margin-bottom: 10px; }
    aside .widget .recommendations li img {
      float: left;
      padding-right: 20px; }
    aside .widget .recommendations li a {
      font-size: 1.1em;
      font-weight: bold;
      vertical-align: top; }
    aside .widget .recommendations li.more {
      margin-top: 10px;
      width: 100%; }
      aside .widget .recommendations li.more a {
        border: 0;
        cursor: pointer;
        float: right;
        font-family: "NewsGothic",sans-serif;
        padding-bottom: 13px;
        text-align: right; }
        aside .widget .recommendations li.more a span {
          padding: 5px;
          position: relative;
          top: 1px; }

aside .widget.border,
.widget.border {
  padding: 13px 13px 0;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 975px) {
  .widgetContainer > div {
    padding: 0; }
  .widget {
    margin-bottom: 30px;
    padding: 0; }
    .widget.offsetTop {
      margin-top: 0;
      margin-bottom: 30px; }
    .widget.width-30, .widget.width-50, .widget.width-70 {
      width: 100%;
      padding: 0;
      float: left; }
    .widget:last-child {
      margin-bottom: 0; }
  .width-30 + .width-30 + .width-30 {
    padding: 0; } }

@media screen and (max-width: 640px) {
  .widget {
    clear: both; } }

.IE9 .case-study-preview, .IE9 .featured-event, .IE9 .quote-item, .IE9 .doc-preview, .IE9 .event-view-grid .event-item, .IE10 .case-study-preview, .IE10 .featured-event, .IE10 .quote-item, .IE10 .doc-preview, .IE10 .event-view-grid .event-item {
  border: 1px solid #ccc;
  box-shadow: none; }

.IE9 .event-view-grid .event-item, .IE10 .event-view-grid .event-item {
  width: 48%; }

.axelos-accordian {
  margin-bottom: 25px; }
  .axelos-accordian .PaneHeader, .axelos-accordian .SelectedPaneHeader {
    font-size: 1.55em;
    clear: both;
    padding: 20px 0;
    border-bottom: 1px #591333 solid;
    color: #591333;
    cursor: pointer; }
    .axelos-accordian .PaneHeader:hover:after, .axelos-accordian .SelectedPaneHeader:hover:after {
      background-color: #2f0a1b; }
    .axelos-accordian .PaneHeader:before, .axelos-accordian .SelectedPaneHeader:before {
      content: "";
      margin: -2px 5px 10px 10px;
      display: block;
      float: right;
      position: relative;
      width: 30px;
      height: 30px;
      background: #591333;
      border-radius: 25px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      background-image: url("/SiteImages/General/Icons/icon-sprite.png");
      background-repeat: no-repeat;
      background-position: -56px 0px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
        .axelos-accordian .PaneHeader:before, .axelos-accordian .SelectedPaneHeader:before {
          background-image: url("/SiteImages/General/Icons/icon-sprite-retina.png");
          background-repeat: no-repeat;
          background-position: -56px 0px;
          background-size: 454px; } }
  .axelos-accordian .SelectedPaneHeader:before {
    background-image: url("/SiteImages/General/Icons/icon-sprite.png");
    background-repeat: no-repeat;
    background-position: -84px 0px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .axelos-accordian .SelectedPaneHeader:before {
        background-image: url("/SiteImages/General/Icons/icon-sprite-retina.png");
        background-repeat: no-repeat;
        background-position: -84px 0px;
        background-size: 454px; } }
    .axelos-accordian .SelectedPaneHeader:before:after {
      content: "";
      display: block;
      background: black; }
  .axelos-accordian .PaneContent {
    padding: 20px 0; }
    .axelos-accordian .PaneContent:before, .axelos-accordian .PaneContent:after {
      content: " ";
      display: table; }
    .axelos-accordian .PaneContent:after {
      clear: both; }
    .axelos-accordian .PaneContent p {
      font-size: 1em; }
  @media only screen and (max-width: 640px) {
    .axelos-accordian .PaneHeader, .axelos-accordian .SelectedPaneHeader {
      font-size: 1.3em;
      padding: 15px 0; }
      .axelos-accordian .PaneHeader:before, .axelos-accordian .SelectedPaneHeader:before {
        margin-top: -4px; } }

.EditMode .axelos-accordian .PaneContent {
  display: block !important; }

.widgetSection-three-docs {
  text-align: center; }
  .widgetSection-three-docs h2 {
    text-align: left; }

.doc-preview {
  width: 100%;
  max-width: 310px;
  min-height: 340px;
  color: #591333;
  margin: 0;
  padding-bottom: 20px;
  text-align: left;
  background-color: #FFF;
  overflow: hidden;
  padding-bottom: 20px;
  box-shadow: 0 1px 2px 1px #cccccc;
  -webkit-box-shadow: 0 1px 2px 1px #cccccc;
  -moz-box-shadow: 0 1px 2px 1px #cccccc; }
  .doc-preview .doc-header {
    width: 100%;
    height: 85px;
    position: relative; }
    .doc-preview .doc-header .type-title {
      margin-left: 20px;
      display: inline-block;
      height: 100%;
      line-height: 85px;
      font-size: 2.1em; }
    .doc-preview .doc-header .type-icon {
      height: 45px;
      width: 45px;
      position: absolute;
      top: 22px;
      right: 20px;
      font-size: 35px;
      text-align: right;
      padding-right: 1px; }
  .doc-preview .doc-image {
    width: 100%;
    height: 118px;
    margin: 0 0 10px 0;
    position: relative;
    overflow: hidden; }
    .doc-preview .doc-image img {
      width: 100%;
      max-width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  .doc-preview .doc-text {
    margin: 0 20px;
    font-size: 15px; }
    .doc-preview .doc-text .doc-title {
      display: block;
      margin: 0 0 10px 0;
      font-weight: bold;
      font-size: 1.2em; }
    .doc-preview .doc-text .doc-link,
    .doc-preview .doc-text .doc-copy {
      line-height: 1.5;
      font-size: 1.1em; }
  @media (min-width: 640px) and (max-width: 975px) {
    .doc-preview {
      max-width: none;
      max-height: none;
      min-height: 0; }
      .doc-preview .doc-image {
        float: right;
        width: 255px;
        height: 211px;
        margin: 1px 25px 5px 11px;
        text-align: right; }
        .doc-preview .doc-image img {
          width: auto;
          position: static; }
      .doc-preview .doc-text {
        max-width: 43%; } }
  @media (max-width: 640px) {
    .doc-preview {
      height: auto;
      max-height: none;
      max-width: none; } }

.share-container {
  font-size: 0;
  color: #000;
  margin: 60px 0 30px; }
  .share-container span {
    font-size: 16px;
    margin: 0 20px 0 0;
    padding: 0 0 5px 0; }
  .share-container .sm-share,
  .share-container .sm-email {
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    width: 32px;
    height: 32px;
    background: url("/SiteImages/General/Social/social-share-sprite.png") no-repeat transparent;
    margin: 0 0 0 4px;
    border-bottom: 0; }
    .share-container .sm-share:hover,
    .share-container .sm-email:hover {
      border-bottom: 0; }
    .share-container .sm-share.fb,
    .share-container .sm-email.fb {
      background-position: -42px 0; }
    .share-container .sm-share.tw,
    .share-container .sm-email.tw {
      background-position: 0 0; }
    .share-container .sm-share.li,
    .share-container .sm-email.li {
      background-position: -126px 0; }
    .share-container .sm-share.gp,
    .share-container .sm-email.gp {
      background-position: -84px 0; }
    .share-container .sm-share.em,
    .share-container .sm-email.em {
      background-position: -168px 0; }
  .share-container.small span {
    vertical-align: bottom;
    padding-bottom: 0;
    margin-right: 12px; }
  .share-container.small .sm-share,
  .share-container.small .sm-email {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url("/SiteImages/General/Social/social-share-sprite-smaller.png") no-repeat transparent; }
    .share-container.small .sm-share.fb,
    .share-container.small .sm-email.fb {
      background-position: -25px 0; }
    .share-container.small .sm-share.tw,
    .share-container.small .sm-email.tw {
      background-position: 0 0; }
    .share-container.small .sm-share.li,
    .share-container.small .sm-email.li {
      background-position: -79px 0; }
    .share-container.small .sm-share.gp,
    .share-container.small .sm-email.gp {
      background-position: -52px 0; }
    .share-container.small .sm-share.em,
    .share-container.small .sm-email.em {
      background-position: -105px 0; }

.axelos-tabbed ul.axelos-tabbed.header {
  border-bottom: 1px #591333 solid;
  list-style: none;
  padding: 0;
  margin: 25px 0; }
  .axelos-tabbed ul.axelos-tabbed.header li {
    max-width: 140px;
    vertical-align: bottom;
    text-align: center;
    display: inline-block;
    padding: 10px 25px;
    border-bottom: 3px #FFF solid;
    font-size: 1.3em; }
    .axelos-tabbed ul.axelos-tabbed.header li.selected, .axelos-tabbed ul.axelos-tabbed.header li:hover {
      border-color: #591333;
      color: #591333;
      cursor: pointer; }

.axelos-tabbed div.axelos-tabbed.content > div {
  display: none; }

.axelos-tabbed div.axelos-tabbed.content > div.selected {
  display: block; }

@media only screen and (max-width: 640px) {
  .axelos-tabbed ul.axelos-tabbed.header {
    border-bottom: 1px #b3b2b2 solid; }
    .axelos-tabbed ul.axelos-tabbed.header li {
      color: #999999;
      border-bottom: 1px #e6e5e5 solid;
      padding: 10px 25px 10px 10px;
      display: block;
      max-width: none;
      text-align: left; } }

.EditMode .axelos-tabbed div.axelos-tabbed.content > div {
  display: block; }

.youtubeHeading {
  color: #4d4d4d;
  font-size: 1.4em;
  min-height: 42px;
  margin-bottom: 0; }

.youtubeVideo {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  max-height: 480px;
  display: inline-block; }
  .youtubeVideo iframe,
  .youtubeVideo object,
  .youtubeVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 480px; }
  .youtubeVideo .ytbThumbnail {
    cursor: pointer; }
    .youtubeVideo .ytbThumbnail img {
      height: 100%;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 10; }
    .youtubeVideo .ytbThumbnail .playIcon {
      content: "";
      background: url(/SiteImages/General/Icons/youtube-play.png) no-repeat transparent center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 12; }
    .youtubeVideo .ytbThumbnail .loading {
      content: "";
      background: url(/SiteImages/General/Icons/spinner.gif) no-repeat transparent center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 11; }

.signpost-container {
  padding: 50px 0;
  text-align: center; }
  .signpost-container h2 {
    margin: 0 0 50px;
    font-size: 2em;
    font-weight: normal; }
  .signpost-container ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0; }
    .signpost-container ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 20px;
      width: 270px;
      padding-left: 7.5px;
      padding-right: 7.5px; }
      .signpost-container ul li div.image {
        margin: 0 auto 20px;
        display: block;
        padding: 0 30px; }
        .signpost-container ul li div.image img {
          width: 100%; }
      .signpost-container ul li span.text {
        font-size: 1.3em;
        display: inline-block;
        height: 50px; }
  .signpost-container .button.False, .signpost-container input.False[type="submit"], .signpost-container .forum-move-thread a.False, .forum-move-thread .signpost-container a.False {
    display: none; }
  @media only screen and (max-width: 975px) {
    .signpost-container {
      padding: 25px 0; }
      .signpost-container h2 {
        font-size: 1.5em;
        margin: 0 0 40px; }
      .signpost-container ul {
        margin: 0; }
        .signpost-container ul li {
          width: 270px;
          padding-right: 7.5px;
          padding-left: 7.5px; }
          .signpost-container ul li div.image {
            padding: 0 30px; }
          .signpost-container ul li span.text {
            font-size: 1.1em; } }
  @media only screen and (min-width: 400px) and (max-width: 640px) {
    .signpost-container ul li div.image {
      padding: 0;
      padding-top: 0px; } }
  @media only screen and (max-width: 400px) {
    .signpost-container ul li div.image {
      padding: 0;
      padding-top: 46px; } }
  @media only screen and (max-width: 640px) {
    .signpost-container h2 {
      margin-bottom: 30px; }
    .signpost-container ul {
      text-align: left; }
      .signpost-container ul li {
        display: block;
        width: auto;
        margin: 0 0 17px 0; }
        .signpost-container ul li div.image {
          float: left;
          width: 27%;
          height: auto;
          margin: 0;
          vertical-align: top;
          margin-right: 14px; }
        .signpost-container ul li span.text {
          width: 66%;
          float: left;
          display: inline-block;
          margin: 10px 0 0 0;
          padding-bottom: 12px;
          height: auto;
          margin-right: 1px; }
        .signpost-container ul li:after {
          content: "";
          display: block;
          clear: both; }
        .signpost-container ul li div.description {
          display: table; } }

.quote-item {
  quotes: "“" "”";
  padding: 15px;
  letter-spacing: -0.01em;
  background: #e5ddde;
  color: #4D4D4D;
  max-width: 310px;
  min-height: 340px;
  position: relative;
  box-shadow: 0px 1px 2px 1px #cccccc;
  -webkit-box-shadow: 0px 1px 2px 1px #cccccc;
  -moz-box-shadow: 0px 1px 2px 1px #cccccc; }
  .quote-item:before {
    content: open-quote;
    font-size: 7em;
    color: #c7c0c1;
    line-height: 80px;
    margin-left: -7px; }
  .quote-item .text {
    font-size: 1.3em;
    line-height: 1.5em;
    margin: -40px 0 35px; }
  .quote-item .author {
    text-transform: uppercase;
    position: absolute;
    bottom: 10px; }
  @media only screen and (max-width: 975px) {
    .quote-item {
      max-width: none;
      min-height: 0; }
      .quote-item .text {
        line-height: normal;
        margin-bottom: 55px; } }

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

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

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

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

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

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

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

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

.slick-slide img {
  margin: auto; }

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

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

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

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

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

.slick-arrow.slick-hidden {
  display: none; }

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

.carousel-wrapper:after {
  clear: both; }

.axelos-carousel h3 {
  text-align: left;
  border-bottom: 1px #591333 solid;
  padding: 0 0 10px 0; }

.axelos-carousel,
.cpd-carousel {
  text-align: center;
  margin: 25px 0; }
  .axelos-carousel .heading,
  .cpd-carousel .heading {
    margin-bottom: 15px;
    font-weight: 400; }
  .axelos-carousel .strapline,
  .cpd-carousel .strapline {
    font-size: 1.3em;
    margin: auto;
    max-width: 620px; }
  .axelos-carousel .slides,
  .cpd-carousel .slides {
    position: relative;
    max-width: 900px;
    margin: auto; }
  .axelos-carousel .items,
  .cpd-carousel .items {
    padding: 0;
    margin: 25px 0 50px 0;
    max-height: 290px;
    /* overflow: hidden; */ }
  .axelos-carousel .item,
  .cpd-carousel .item {
    list-style: none;
    /* height: 185px; */
    width: 280px;
    float: left;
    margin: 5px 10px;
    vertical-align: top;
    text-align: center;
    font-size: 16px; }
  .axelos-carousel .slide-text,
  .cpd-carousel .slide-text {
    vertical-align: top;
    width: 120px;
    display: inline-block;
    margin: 40px 0 0 10px; }
  .axelos-carousel .slide-link,
  .cpd-carousel .slide-link {
    display: block;
    border: 0; }
  .axelos-carousel .slide-image,
  .cpd-carousel .slide-image {
    width: 143px;
    height: 182px; }
  .axelos-carousel .button, .axelos-carousel input[type="submit"], .axelos-carousel .forum-move-thread a, .forum-move-thread .axelos-carousel a,
  .cpd-carousel .button,
  .cpd-carousel input[type="submit"],
  .cpd-carousel .forum-move-thread a, .forum-move-thread
  .cpd-carousel a {
    cursor: pointer; }
  .axelos-carousel .slick-list,
  .cpd-carousel .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    .axelos-carousel .slick-list:focus,
    .cpd-carousel .slick-list:focus {
      outline: none; }
    .axelos-carousel .slick-list.dragging,
    .cpd-carousel .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .axelos-carousel .slick-track,
  .cpd-carousel .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
    margin: auto; }
    .axelos-carousel .slick-track:before, .axelos-carousel .slick-track:after,
    .cpd-carousel .slick-track:before,
    .cpd-carousel .slick-track:after {
      content: "";
      display: table; }
    .axelos-carousel .slick-track:after,
    .cpd-carousel .slick-track:after {
      clear: both; }
    .slick-loading .axelos-carousel .slick-track, .slick-loading
    .cpd-carousel .slick-track {
      visibility: hidden; }
  .axelos-carousel .slick-prev, .axelos-carousel .slick-next,
  .cpd-carousel .slick-prev,
  .cpd-carousel .slick-next {
    position: absolute;
    display: block;
    height: 33px;
    width: 33px;
    text-indent: -9999px;
    cursor: pointer;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent; }
    .axelos-carousel .slick-prev:hover, .axelos-carousel .slick-next:hover,
    .cpd-carousel .slick-prev:hover,
    .cpd-carousel .slick-next:hover {
      opacity: 0.7; }
    .axelos-carousel .slick-prev.disabled, .axelos-carousel .slick-next.disabled,
    .cpd-carousel .slick-prev.disabled,
    .cpd-carousel .slick-next.disabled {
      opacity: 0.25;
      -ms-filter: "alpha(opacity=0.25)";
      filter: alpha(opacity=25);
      -khtml-opacity: 0.25;
      -moz-opacity: 0.25;
      zoom: 1; }
  .axelos-carousel .slick-prev,
  .cpd-carousel .slick-prev {
    left: -45px;
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: 0px -94.5px;
    width: 35px;
    height: 35px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .axelos-carousel .slick-prev,
      .cpd-carousel .slick-prev {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }
    [dir="rtl"] .axelos-carousel .slick-prev, [dir="rtl"]
    .cpd-carousel .slick-prev {
      left: auto;
      right: -45px; }
  .axelos-carousel .slick-next,
  .cpd-carousel .slick-next {
    right: -45px;
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: -109px -43px;
    width: 35px;
    height: 35px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .axelos-carousel .slick-next,
      .cpd-carousel .slick-next {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }
    [dir="rtl"] .axelos-carousel .slick-next, [dir="rtl"]
    .cpd-carousel .slick-next {
      left: -45px;
      right: auto; }
  .axelos-carousel .slick-dots,
  .cpd-carousel .slick-dots {
    position: absolute;
    bottom: -55px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0 25px 0 0;
    width: 100%; }
    .axelos-carousel .slick-dots li,
    .cpd-carousel .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      padding: 0;
      cursor: pointer; }
      .axelos-carousel .slick-dots li button,
      .cpd-carousel .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 20px;
        width: 20px;
        outline: none;
        line-height: 0;
        font-size: 0;
        color: transparent;
        cursor: pointer;
        padding: 0; }
        .axelos-carousel .slick-dots li button:hover, .axelos-carousel .slick-dots li button:focus,
        .cpd-carousel .slick-dots li button:hover,
        .cpd-carousel .slick-dots li button:focus {
          outline: none; }
        .axelos-carousel .slick-dots li button:before,
        .cpd-carousel .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          content: '\2022';
          width: 20px;
          height: 20px;
          font-size: 50px;
          line-height: 16px;
          text-align: center;
          color: #9d9d9d;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .axelos-carousel .slick-dots li.slick-active button:before,
      .cpd-carousel .slick-dots li.slick-active button:before {
        color: #591333; }
  @media only screen and (max-width: 975px) {
    .axelos-carousel .strapline,
    .cpd-carousel .strapline {
      font-size: 1.2em; }
    .axelos-carousel .slide-text,
    .cpd-carousel .slide-text {
      font-size: 1em;
      width: 35%; }
    .axelos-carousel .slides,
    .cpd-carousel .slides {
      max-width: 80%; }
    .axelos-carousel .slide-details,
    .cpd-carousel .slide-details {
      display: none; } }
  @media only screen and (max-width: 640px) {
    .axelos-carousel .button, .axelos-carousel input[type="submit"], .axelos-carousel .forum-move-thread a, .forum-move-thread .axelos-carousel a,
    .cpd-carousel .button,
    .cpd-carousel input[type="submit"],
    .cpd-carousel .forum-move-thread a, .forum-move-thread
    .cpd-carousel a {
      width: auto; }
    .axelos-carousel .slide-link,
    .cpd-carousel .slide-link {
      text-align: center; }
    .axelos-carousel .slide-text,
    .cpd-carousel .slide-text {
      margin: 0;
      text-align: center;
      width: 100%; }
    .axelos-carousel .item,
    .cpd-carousel .item {
      height: auto; } }

.related-report {
  margin-top: 10px; }
  .related-report h3 {
    border-bottom: 1px solid #591333;
    margin-bottom: 20px;
    padding-bottom: 10px; }
  .related-report .case-study-preview {
    display: block;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-size: 100%;
    background-color: #5e1c60;
    margin-top: 30px; }
    .related-report .case-study-preview:first-child {
      margin-top: 0; }
    .related-report .case-study-preview.description {
      padding: 0 20px; }
    .related-report .case-study-preview.itil {
      background-color: #5e1c60; }
    .related-report .case-study-preview.prince2 {
      background-color: #4c4383; }
    .related-report .case-study-preview.cyber {
      background-color: #ad1d57; }
    .related-report .case-study-preview.p3m3 {
      background-color: #004b2b; }
    .related-report .case-study-preview.p3o {
      background-color: #494637; }
    .related-report .case-study-preview.msp {
      background-color: #006373; }
    .related-report .case-study-preview.mor {
      background-color: #006d85; }
    .related-report .case-study-preview.mop {
      background-color: #00558a; }
    .related-report .case-study-preview.mov {
      background-color: #a53c18; }
    .related-report .case-study-preview.cyax {
      background-color: #4e432b; }
    @media (min-width: 700px) {
      .related-report .case-study-preview:nth-child(even) {
        float: left;
        clear: left; }
      .related-report .case-study-preview:nth-child(odd) {
        float: right; }
      .related-report .case-study-preview:last-child {
        margin-right: 0; } }
    @media (min-width: 975px) {
      .related-report .case-study-preview {
        display: block; }
        .related-report .case-study-preview:nth-child(odd), .related-report .case-study-preview:nth-child(even) {
          float: none; } }

.single-column-flex .body {
  font-size: 1.1em;
  margin-bottom: 20px; }
  .single-column-flex .body p,
  .single-column-flex .body li {
    font-size: 1.2em; }
  .single-column-flex .body a img {
    display: block; }
  .single-column-flex .body .link-list a {
    font-size: 1.3em; }
  .single-column-flex .body *:last-child {
    margin-bottom: 0; }

.single-column-flex .widgetLink {
  margin-top: 20px; }

.double-column-flex .body {
  font-size: 1.1em;
  margin-bottom: 20px;
  position: relative; }
  .double-column-flex .body .column-left,
  .double-column-flex .body .column-right {
    display: inline-block;
    vertical-align: top;
    width: 49.5%; }
  .double-column-flex .body .column-left {
    border-right: 1px solid transparent;
    padding-right: 12.5px; }
  .double-column-flex .body .column-right {
    padding-left: 12.5px; }
  .double-column-flex .body .splitter {
    position: absolute;
    width: 1px;
    background-color: #591333;
    top: 0;
    bottom: 0;
    left: 50%; }
  .double-column-flex .body a img {
    display: block; }
  .double-column-flex .body p,
  .double-column-flex .body li,
  .double-column-flex .body a,
  .double-column-flex .body span {
    font-size: 1.1em; }
  .double-column-flex .body .link-list a {
    font-size: 1.3em; }
  .double-column-flex .body *:last-child {
    margin-bottom: 0; }

.double-column-flex.split .body .splitter {
  display: block; }

.double-column-flex .widgetLink {
  margin-top: 20px; }

@media screen and (max-width: 800px) {
  .double-column-flex .body .column-left,
  .double-column-flex .body .column-right {
    width: 100%;
    border: 0;
    padding-left: 0;
    padding-right: 0; }
  .double-column-flex .body .column-left {
    margin-bottom: 20px; }
  .double-column-flex.split .body .splitter {
    display: none; } }

.blurrifier {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background-color: #4D4D4D; }
  .blurrifier .focus-block {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 90%;
    max-width: 960px;
    padding: 20px; }
    .blurrifier .focus-block h2 {
      text-align: center;
      margin-top: 0; }
    .blurrifier .focus-block .copy {
      max-height: 400px;
      overflow: auto;
      margin-bottom: 20px; }
      .blurrifier .focus-block .copy *:last-child {
        margin-bottom: 0; }
    .blurrifier .focus-block .buttons .button, .blurrifier .focus-block .buttons input[type="submit"], .blurrifier .focus-block .buttons .forum-move-thread a, .forum-move-thread .blurrifier .focus-block .buttons a {
      margin-left: 20px; }
      .blurrifier .focus-block .buttons .button:first-child, .blurrifier .focus-block .buttons input[type="submit"]:first-child, .blurrifier .focus-block .buttons .forum-move-thread a:first-child, .forum-move-thread .blurrifier .focus-block .buttons a:first-child {
        margin-left: 0; }
    @media screen and (max-height: 960px) and (min-width: 975px) {
      .blurrifier .focus-block .copy {
        max-height: 300px; } }
    @media screen and (max-height: 860px) and (min-width: 975px) {
      .blurrifier .focus-block .copy {
        max-height: 250px; } }
    @media screen and (max-height: 800px) and (min-width: 975px) {
      .blurrifier .focus-block .copy {
        max-height: 200px; } }
    @media screen and (max-height: 750px) and (min-width: 975px) {
      .blurrifier .focus-block .copy {
        max-height: 150px; } }
    @media screen and (max-height: 710px) and (min-width: 975px) {
      .blurrifier .focus-block .copy {
        max-height: 100px; } }
    @media screen and (max-height: 900px) and (max-width: 975px) {
      .blurrifier .focus-block .copy {
        max-height: 300px; } }
    @media screen and (max-height: 710px) and (max-width: 975px) {
      .blurrifier .focus-block .copy {
        max-height: 200px; } }
    @media screen and (max-height: 620px) and (max-width: 975px) {
      .blurrifier .focus-block .copy {
        max-height: 100px; } }
    @media screen and (max-width: 640px) {
      .blurrifier .focus-block .buttons .button, .blurrifier .focus-block .buttons input[type="submit"], .blurrifier .focus-block .buttons .forum-move-thread a, .forum-move-thread .blurrifier .focus-block .buttons a {
        margin-left: 0;
        margin-top: 10px; }
        .blurrifier .focus-block .buttons .button:first-child, .blurrifier .focus-block .buttons input[type="submit"]:first-child, .blurrifier .focus-block .buttons .forum-move-thread a:first-child, .forum-move-thread .blurrifier .focus-block .buttons a:first-child {
          margin-top: 0; } }

.secondary-content-widget {
  margin-bottom: 2em; }
  .secondary-content-widget .sub-title {
    margin-bottom: 0.05em; }

.secondary-content-widget-img {
  margin-bottom: 0.5em; }
  .secondary-content-widget-img img {
    max-width: 100%;
    height: auto; }
  .secondary-content-widget-img a {
    border-bottom: none;
    text-decoration: none; }

.secondary-content-widget-desc {
  font-size: 1.3em;
  margin-bottom: 1em; }

.newsletter-signup {
  margin-bottom: 30px; }
  .newsletter-signup .sub-title-with-line {
    margin-bottom: 0.8em; }
  .newsletter-signup .mini-description {
    font-size: 1.1em;
    font-style: italic;
    color: #591333; }
  .newsletter-signup .field-group {
    margin-bottom: 25px; }
  .newsletter-signup label {
    display: block;
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 7px;
    color: #591333; }
  .newsletter-signup .form-control {
    width: 100%; }
  .newsletter-signup .button, .newsletter-signup input[type="submit"], .newsletter-signup .forum-move-thread a, .forum-move-thread .newsletter-signup a {
    cursor: pointer; }

.latest-posts {
  max-width: 630px;
  min-height: 360px;
  padding: 20px;
  background: #fff;
  font-size: 1.1em;
  overflow: hidden;
  box-shadow: 0px 1px 2px 1px #cccccc;
  -webkit-box-shadow: 0px 1px 2px 1px #cccccc;
  -moz-box-shadow: 0px 1px 2px 1px #cccccc; }
  .latest-posts h3 {
    margin-bottom: 20px; }
    .latest-posts h3 .icon {
      font-family: 'IconMoon';
      margin-right: 15px;
      vertical-align: top;
      height: 31px;
      width: 39px;
      font-size: 39px; }
      .latest-posts h3 .icon:before {
        content: "\e602"; }
  .latest-posts ul {
    list-style: none;
    padding-left: 0;
    float: left;
    width: 100%;
    height: 258px;
    margin-bottom: 0; }
  .latest-posts .post {
    float: left;
    width: 50%;
    padding-left: 25px;
    padding-bottom: 10px; }
    .latest-posts .post .title {
      display: block;
      clear: both;
      font-size: 1em; }
    .latest-posts .post .date {
      text-transform: uppercase;
      color: #777777;
      font-size: 0.8em;
      margin-bottom: 5px;
      float: left; }
    .latest-posts .post .type {
      text-transform: uppercase;
      color: #c51e23;
      font-size: 0.8em;
      margin-bottom: 5px;
      float: left;
      margin-right: 10px; }
    .latest-posts .post.feature {
      padding-left: 0;
      padding-right: 25px;
      padding-bottom: 0;
      position: relative;
      margin-right: -1px;
      height: 100%;
      min-height: 265px; }
      .latest-posts .post.feature:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 1px;
        background-color: #591333;
        opacity: 0.2;
        -ms-filter: "alpha(opacity=0.2)";
        filter: alpha(opacity=20);
        -khtml-opacity: 0.2;
        -moz-opacity: 0.2;
        zoom: 1; }
      .latest-posts .post.feature .image {
        width: 100%;
        height: 130px;
        overflow: hidden;
        margin-bottom: 15px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        .latest-posts .post.feature .image img {
          max-width: 100%;
          display: none; }
      .latest-posts .post.feature .title {
        margin-bottom: 10px; }
      .latest-posts .post.feature .date {
        display: block;
        font-size: 0.9em; }
      .latest-posts .post.feature .view-all {
        clear: both;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0; }
  @media screen and (max-width: 975px) {
    .latest-posts {
      padding: 20px;
      max-width: 100%; }
      .latest-posts ul {
        height: auto; }
      .latest-posts .post.feature .view-all {
        position: static; } }
  @media screen and (max-width: 700px) {
    .latest-posts .post {
      width: 100%;
      padding: 15px 0 0 0; }
      .latest-posts .post.feature {
        padding: 0;
        margin-right: 0;
        min-height: 0; }
        .latest-posts .post.feature:after {
          display: none; } }

@media only screen and (min-width: 640px) and (max-width: 975px) {
  .latest-posts {
    min-height: 360px; } }

@media only screen and (min-width: 700px) and (max-width: 730px) {
  .latest-posts .post.feature {
    min-height: 300px; } }

@media only screen and (min-width: 975px) and (max-width: 1070px) {
  .latest-posts {
    min-height: 430px; }
    .latest-posts .post.feature {
      min-height: 320px; } }

@media only screen and (min-width: 1070px) and (max-width: 1100px) {
  .latest-posts {
    min-height: 400px; }
    .latest-posts .post.feature {
      min-height: 280px; } }

@media only screen and (min-width: 1100px) {
  .latest-posts {
    min-height: 360px; } }

.form-area .custom-combobox, .custom-combobox {
  display: inline-block;
  background: white;
  position: relative;
  border: 1px #999999 solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
  .form-area .custom-combobox input, .custom-combobox input {
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: none;
    width: 400px;
    font-size: 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; }
    .form-area .custom-combobox input:focus, .custom-combobox input:focus {
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      outline: none; }
  .form-area .custom-combobox .custom-combobox-toggle, .form-area .custom-combobox .clear, .custom-combobox .custom-combobox-toggle, .custom-combobox .clear {
    display: inline-block;
    vertical-align: top;
    padding: 16px;
    border-left: 1px #999999 solid;
    text-decoration: none;
    border-bottom: 0;
    cursor: pointer; }
    .form-area .custom-combobox .custom-combobox-toggle:after, .form-area .custom-combobox .clear:after, .custom-combobox .custom-combobox-toggle:after, .custom-combobox .clear:after {
      content: "";
      display: block;
      background-repeat: no-repeat;
      background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
      background-position: -112.5px -161.5px;
      width: 12px;
      height: 10px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
        .form-area .custom-combobox .custom-combobox-toggle:after, .form-area .custom-combobox .clear:after, .custom-combobox .custom-combobox-toggle:after, .custom-combobox .clear:after {
          background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
          background-size: 249.5px; } }
  .form-area .custom-combobox .clear, .custom-combobox .clear {
    padding: 11px;
    border: 0; }
  .form-area .custom-combobox .clear:after, .custom-combobox .clear:after {
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: -186px -122px;
    width: 20px;
    height: 20px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .form-area .custom-combobox .clear:after, .custom-combobox .clear:after {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }
  .form-area .custom-combobox .clear:hover:after, .custom-combobox .clear:hover:after {
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: 0px -161.5px;
    width: 20px;
    height: 20px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .form-area .custom-combobox .clear:hover:after, .custom-combobox .clear:hover:after {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 51;
  background: white;
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  overflow: auto;
  max-height: 250px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  border-top: 1px #CCC solid; }
  .ui-autocomplete li {
    padding: 10px 15px; }
    .ui-autocomplete li span {
      font-weight: 700; }
    .ui-autocomplete li:hover, .ui-autocomplete li.ui-state-focus {
      background: #eeeeee; }

.ui-helper-hidden-accessible {
  display: none; }

.rss-link {
  text-align: center; }
  .rss-link .FeedLink {
    display: block;
    background-color: #591333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 11px;
    border: 0; }
    .rss-link .FeedLink .FeedCaption {
      color: #fff;
      padding: 5px 35px 5px 0;
      position: relative;
      font-size: 16px;
      display: inline-block; }
      .rss-link .FeedLink .FeedCaption:after {
        content: "";
        background-repeat: no-repeat;
        background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
        background-position: -121px -94.5px;
        width: 25px;
        height: 25px;
        position: absolute;
        top: 0;
        right: 0; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
          .rss-link .FeedLink .FeedCaption:after {
            background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
            background-size: 249.5px; } }
    .rss-link .FeedLink:hover {
      background-color: #440f27;
      border-bottom: 0; }

.widget-site-search {
  width: 100%; }
  .widget-site-search input[type=text] {
    min-width: 0;
    width: 100%;
    max-width: 485px;
    margin-right: 5px; }
  .widget-site-search h3 {
    margin-bottom: 0.5em;
    border-bottom: 1px solid #000;
    padding-bottom: 10px; }
  .widget-site-search p {
    margin-bottom: 1em; }
  .widget-site-search select {
    width: 100%; }

.featured-event {
  padding: 0;
  background: #fff;
  font-size: 1.1em;
  overflow: hidden;
  box-shadow: 0px 1px 2px 1px #cccccc;
  -webkit-box-shadow: 0px 1px 2px 1px #cccccc;
  -moz-box-shadow: 0px 1px 2px 1px #cccccc;
  position: relative;
  min-height: 340px;
  max-width: 310px;
  width: 100%; }
  .featured-event h3 {
    margin: 20px 20px 10px 20px;
    border-bottom: 0;
    padding: 0 40px 0 0; }
  .featured-event .sub-heading {
    color: #591333;
    text-transform: uppercase;
    margin-left: 20px;
    margin-bottom: 10px; }
  .featured-event .font-icon, .featured-event .axelos-ratings .rating-star, .axelos-ratings .featured-event .rating-star, .featured-event
  .case-study-preview .rating-star,
  .case-study-preview .featured-event .rating-star, .featured-event
  .community-item .rating-star,
  .community-item .featured-event .rating-star, .featured-event
  .comments-section .rating-star,
  .comments-section .featured-event .rating-star, .featured-event
  .cpd-rating .rating-star,
  .cpd-rating .featured-event .rating-star, .featured-event .pagination-list .icon-chevron-left, .pagination-list .featured-event .icon-chevron-left, .featured-event
  .pagination-list .icon-chevron-right,
  .pagination-list .featured-event .icon-chevron-right, .featured-event .pager-v2 .pager-item.next a:before, .pager-v2 .pager-item.next .featured-event a:before, .featured-event
  .pager-v2 .pager-item.prev a:before,
  .pager-v2 .pager-item.prev .featured-event a:before {
    height: 45px;
    width: 45px;
    position: absolute;
    top: 22px;
    right: 20px;
    font-size: 35px;
    text-align: right;
    padding-right: 1px; }
  .featured-event img {
    width: 100%;
    max-height: 120px;
    margin-bottom: 15px; }
  .featured-event .details {
    position: relative;
    width: 100%;
    min-height: 70px; }
  .featured-event .date {
    position: absolute;
    left: 20px;
    top: 0;
    width: 65px;
    color: #591333;
    text-transform: uppercase; }
    .featured-event .date span {
      display: block;
      font-size: 50px; }
  .featured-event .info {
    margin: 0 20px 0 85px; }
    .featured-event .info a {
      padding-top: 10px;
      margin-bottom: 5px;
      display: inline-block; }
    .featured-event .info span {
      display: block;
      text-transform: uppercase;
      color: #777777; }
  .featured-event > a {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 1.1em; }
  @media screen and (max-width: 975px) and (min-width: 700px) {
    .featured-event {
      min-height: 0;
      height: auto;
      max-width: 100%;
      min-height: 0; }
      .featured-event h3 {
        padding: 65px 20px 65px 85px !important;
        margin: 0 25px 0 0 !important;
        position: relative;
        float: left; }
        .featured-event h3:after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          width: 1px;
          background-color: #591333;
          opacity: 0.2;
          -ms-filter: "alpha(opacity=0.2)";
          filter: alpha(opacity=20);
          -khtml-opacity: 0.2;
          -moz-opacity: 0.2;
          zoom: 1; }
      .featured-event .font-icon, .featured-event .axelos-ratings .rating-star, .axelos-ratings .featured-event .rating-star, .featured-event
      .case-study-preview .rating-star,
      .case-study-preview .featured-event .rating-star, .featured-event
      .community-item .rating-star,
      .community-item .featured-event .rating-star, .featured-event
      .comments-section .rating-star,
      .comments-section .featured-event .rating-star, .featured-event
      .cpd-rating .rating-star,
      .cpd-rating .featured-event .rating-star, .featured-event .pagination-list .icon-chevron-left, .pagination-list .featured-event .icon-chevron-left, .featured-event
      .pagination-list .icon-chevron-right,
      .pagination-list .featured-event .icon-chevron-right, .featured-event .pager-v2 .pager-item.next a:before, .pager-v2 .pager-item.next .featured-event a:before, .featured-event
      .pager-v2 .pager-item.prev a:before,
      .pager-v2 .pager-item.prev .featured-event a:before {
        left: 20px;
        top: 60px; }
      .featured-event .sub-heading {
        float: left;
        padding-top: 30px;
        margin: 0;
        width: 50%; }
      .featured-event .details {
        float: left;
        width: 59%; }
        .featured-event .details .date {
          left: 0; }
        .featured-event .details .info {
          margin-left: 65px; }
          .featured-event .details .info span {
            width: 80%; }
      .featured-event > img {
        display: none; }
      .featured-event > a {
        right: 20px;
        left: initial; } }
  @media screen and (max-width: 700px) {
    .featured-event {
      height: auto;
      max-width: none; }
      .featured-event > img {
        max-height: none; }
      .featured-event > a {
        position: static;
        margin: 10px 0 20px 20px;
        display: inline-block; } }

aside.main .featured-event h3 {
  margin: 20px 20px 10px 20px;
  border-bottom: 0;
  padding: 0 40px 0 0; }
  aside.main .featured-event h3:first-child {
    margin-top: 20px; }

.axelos-event-calendar {
  margin-bottom: 20px;
  clear: both; }
  .axelos-event-calendar a.calendar-clear {
    display: inline-block;
    float: right;
    margin: 10px 0 0 0; }

.calendarContainer {
  background: #ebebeb;
  padding: 10px;
  border-radius: 10px;
  clear: both; }

.ui-datepicker {
  display: none;
  background: #FFF;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  border: 1px #c2c2c2 solid;
  z-index: 51 !important; }

.ui-datepicker a {
  text-decoration: none;
  border: 0; }

.ui-datepicker-header {
  background: #591333;
  color: #FFF;
  padding: 17px;
  font-weight: bold; }
  .ui-datepicker-header select {
    padding: 3px;
    color: black;
    font-weight: normal;
    border: 0;
    margin: 0 3px; }
  .ui-datepicker-header span.ui-datepicker-year {
    color: #b8a7ad;
    font-weight: normal; }

.ui-datepicker-title {
  text-align: center;
  width: 80%;
  margin: 0 auto; }

.ui-datepicker-prev, .ui-datepicker-next {
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
  margin-top: -3px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .ui-datepicker-prev.ui-state-disabled, .ui-datepicker-next.ui-state-disabled {
    opacity: 0.3;
    -ms-filter: "alpha(opacity=0.3)";
    filter: alpha(opacity=30);
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    zoom: 1; }

.ui-datepicker-prev {
  float: left;
  background-repeat: no-repeat;
  background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
  background-position: -211px -140px;
  width: 14px;
  height: 21px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
    .ui-datepicker-prev {
      background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
      background-size: 249.5px; } }

.ui-datepicker-next {
  float: right;
  background-repeat: no-repeat;
  background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
  background-position: -211px -115px;
  width: 14px;
  height: 21px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
    .ui-datepicker-next {
      background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
      background-size: 249.5px; } }

.ui-datepicker table {
  width: 100%;
  border-spacing: 0px; }

.ui-datepicker thead th {
  text-transform: uppercase;
  padding: 13px 0;
  font-weight: normal;
  border-bottom: 1px #c2c2c2 solid; }

.ui-datepicker tbody td {
  padding: 5px; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  text-align: center;
  line-height: 30px;
  color: #666666; }

.ui-datepicker td a {
  font-weight: bold;
  color: #591333; }

.ui-datepicker-calendar .ui-state-default {
  border: 1px #FFF solid; }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  border: 1px #591333 solid; }

.ui-datepicker-unselectable .ui-state-default {
  background: #FFF;
  color: #e8e8e8; }

.twitter-feed .tweet-text {
  font-size: 1.1em;
  margin: 0; }

.twitter-feed a {
  border-bottom: 0; }

.width-30 .tweets-carousel {
  padding-left: 0; }
  .width-30 .tweets-carousel .item {
    margin-left: 0; }
  .width-30 .tweets-carousel .slick-list {
    margin: 50px 0 0 0; }

.tweets-carousel {
  position: relative;
  padding-left: 65px; }
  .tweets-carousel:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: -55px 0px;
    width: 50px;
    height: 40px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .tweets-carousel:before {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }
  .tweets-carousel .slides {
    max-width: inherit; }
  .tweets-carousel .items {
    margin: 0; }
  .tweets-carousel .item {
    height: auto;
    overflow: hidden; }
  .tweets-carousel .tweet-text {
    display: inline;
    line-height: normal; }
  .tweets-carousel time {
    font-style: italic;
    color: #8a8a8a;
    text-transform: uppercase; }
  .tweets-carousel .slick-list {
    margin-right: 75px; }
  .tweets-carousel .slick-next,
  .tweets-carousel .slick-prev {
    left: auto;
    right: 0;
    top: 13px; }
  .tweets-carousel .slick-prev {
    right: 40px; }
  .tweets-carousel .slick-dots {
    display: none !important; }
  @media (max-width: 640px) {
    .tweets-carousel {
      padding: 0; }
      .tweets-carousel .slick-list {
        margin: 0 40px; }
      .tweets-carousel:before {
        background-image: none !important; }
      .tweets-carousel .item {
        margin: 0; }
      .tweets-carousel .slick-prev {
        left: 0; }
      .tweets-carousel .tweet {
        padding: 0; } }

.tweets-list .tweet {
  position: relative;
  padding-left: 62px;
  margin-bottom: 1.7em;
  min-height: 34px; }
  .tweets-list .tweet:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: 0px 0px;
    width: 51px;
    height: 42px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .tweets-list .tweet:before {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }

.tweets-list .tweet-text {
  line-height: 1.2; }

.tweets-list time {
  display: none; }

.axelos-ratings .ratings-header,
.case-study-preview .ratings-header,
.community-item .ratings-header,
.comments-section .ratings-header,
.cpd-rating .ratings-header {
  margin-bottom: 6px; }

.axelos-ratings .CntRatingResult,
.case-study-preview .CntRatingResult,
.community-item .CntRatingResult,
.comments-section .CntRatingResult,
.cpd-rating .CntRatingResult {
  margin-top: 9px; }

.axelos-ratings .CntRatingContent,
.case-study-preview .CntRatingContent,
.community-item .CntRatingContent,
.comments-section .CntRatingContent,
.cpd-rating .CntRatingContent {
  margin-left: -3px; }
  .axelos-ratings .CntRatingContent:before, .axelos-ratings .CntRatingContent:after,
  .case-study-preview .CntRatingContent:before,
  .case-study-preview .CntRatingContent:after,
  .community-item .CntRatingContent:before,
  .community-item .CntRatingContent:after,
  .comments-section .CntRatingContent:before,
  .comments-section .CntRatingContent:after,
  .cpd-rating .CntRatingContent:before,
  .cpd-rating .CntRatingContent:after {
    content: " ";
    display: table; }
  .axelos-ratings .CntRatingContent:after,
  .case-study-preview .CntRatingContent:after,
  .community-item .CntRatingContent:after,
  .comments-section .CntRatingContent:after,
  .cpd-rating .CntRatingContent:after {
    clear: both; }

.axelos-ratings .rating-star,
.case-study-preview .rating-star,
.community-item .rating-star,
.comments-section .rating-star,
.cpd-rating .rating-star {
  display: inline-block;
  width: 37px; }
  .axelos-ratings .rating-star.icon-star-empty,
  .case-study-preview .rating-star.icon-star-empty,
  .community-item .rating-star.icon-star-empty,
  .comments-section .rating-star.icon-star-empty,
  .cpd-rating .rating-star.icon-star-empty {
    opacity: 0.3;
    -ms-filter: "alpha(opacity=0.3)";
    filter: alpha(opacity=30);
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    zoom: 1; }
  .axelos-ratings .rating-star:before,
  .case-study-preview .rating-star:before,
  .community-item .rating-star:before,
  .comments-section .rating-star:before,
  .cpd-rating .rating-star:before {
    content: "\e607";
    color: #591333;
    font-size: 34px; }

.axelos-ratings .disabled a,
.case-study-preview .disabled a,
.community-item .disabled a,
.comments-section .disabled a,
.cpd-rating .disabled a {
  cursor: default; }

.axelos-ratings {
  margin: 25px 0; }

.axelos-ratings.no-margin {
  margin: 0; }

.axelos-ratings.disabled,
.CommentRating {
  position: relative; }
  .axelos-ratings.disabled .CntRatingResult,
  .CommentRating .CntRatingResult {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 25px;
    margin-top: 0px; }
  .axelos-ratings.disabled .CntRatingContent,
  .CommentRating .CntRatingContent {
    display: inline-block;
    vertical-align: middle; }
  .axelos-ratings.disabled .write-review-link-cont,
  .CommentRating .write-review-link-cont {
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    padding-top: 3px; }
  .axelos-ratings.disabled .rating-star,
  .CommentRating .rating-star {
    width: 22px; }
    .axelos-ratings.disabled .rating-star:before,
    .CommentRating .rating-star:before {
      font-size: 25px; }

.case-study-preview .rating-star,
.community-item .rating-star {
  width: 20px; }
  .case-study-preview .rating-star:before,
  .community-item .rating-star:before {
    color: #fff;
    font-size: 18px; }
    @media only screen and (max-width: 640px) {
      .case-study-preview .rating-star:before,
      .community-item .rating-star:before {
        color: #fff !important; } }

.cpd-rating .rating-star {
  width: 20px; }
  .cpd-rating .rating-star:before {
    font-size: 18px; }

.case-study-preview:hover .CntRatingContent {
  margin-top: 10px; }
  @media only screen and (max-width: 640px) {
    .case-study-preview:hover .CntRatingContent {
      margin-top: 0; } }

.case-study-preview:hover .axelos .rating-star:before {
  color: #591333; }

.community-item .CntRatingContent {
  margin-bottom: 8px; }

.community-item .rating-star:before {
  color: #591333; }

.points {
  display: inline-block; }
  .points .cpd-points {
    color: #fff;
    background-color: #bf0a2a;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    text-align: center;
    display: inline-block;
    width: 26px;
    height: 26px;
    padding-top: 7px;
    margin-right: 15px;
    font-weight: normal;
    font-size: 13px; }
  .points .label {
    font-size: 1.1em;
    font-weight: bold;
    color: #bf0a2a; }

.TabControlTable {
  display: block;
  border-bottom: 1px solid #591333;
  margin-bottom: 30px;
  font-size: 1.3em; }
  .TabControlTable:after {
    content: '';
    display: block;
    clear: both; }
  .TabControlTable tbody,
  .TabControlTable .TabControlRow {
    display: block;
    width: 100%; }
  .TabControlTable .TabControl,
  .TabControlTable .TabControlSelected {
    cursor: pointer;
    text-align: center;
    border-bottom: 5px solid transparent; }
    .TabControlTable .TabControl:hover,
    .TabControlTable .TabControlSelected:hover {
      border-color: #591333; }
    .TabControlTable .TabControl a,
    .TabControlTable .TabControlSelected a {
      border-bottom: 0;
      display: inline-block;
      padding: 10px 30px; }
  .TabControlTable .TabControlSelected {
    cursor: default;
    border-color: #591333; }
    .TabControlTable .TabControlSelected a {
      cursor: default; }
  .TabControlTable .TabControlSelectedLeft,
  .TabControlTable .TabControlSelectedRight,
  .TabControlTable .TabControlLeft,
  .TabControlTable .TabControlRight {
    display: none; }
  @media screen and (max-width: 975px) {
    .TabControlTable .TabControl a,
    .TabControlTable .TabControlSelected a {
      padding: 10px 20px; } }
  @media screen and (max-width: 640px) {
    .TabControlTable .TabControl a,
    .TabControlTable .TabControlSelected a {
      padding: 10px 10px; } }

.growth-plan label, .growth-plan select {
  display: inline-block; }

.growth-plan label {
  min-width: 200px; }
  @media screen and (max-width: 640px) {
    .growth-plan label {
      width: 100%;
      text-align: left; } }

.growth-plan button {
  float: right; }

.growth-plan .top-text {
  margin: 20px 0; }

.growth-plan .product-name {
  text-align: left; }

.growth-plan .products {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc; }
  .growth-plan .products .row:first-child {
    margin-top: 0;
    margin-bottom: 10px; }
  .growth-plan .products .row div {
    display: inline-block; }
    @media screen and (max-width: 640px) {
      .growth-plan .products .row div {
        width: 100%; } }
  .growth-plan .products .row select {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    border: #d5d5d5 1px solid;
    padding: 11px; }

.growth-plan #add-product {
  margin-top: 20px; }

.growth-plan .container {
  background-color: #F0F0F0;
  border-radius: 5px;
  padding: 20px;
  width: 100%; }

.growth-plan #activity-list {
  width: 100%; }

.growth-plan .full-width-loader {
  width: 100%;
  height: 0;
  background: url(/SiteImages/Loader/loader.GIF) no-repeat center center;
  padding: 0;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out; }
  .growth-plan .full-width-loader.show {
    height: 126px; }

.growth-plan .result-msgs p {
  display: none; }

.growth-plan #products-table div, .growth-plan #products-table input, .growth-plan #products-table textarea, .growth-plan #products-table select {
  vertical-align: middle; }

.growth-plan .table {
  width: 100%;
  margin: 0 auto 20px auto;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  clear: both; }
  .growth-plan .table .products-tab {
    text-align: left; }
  .growth-plan .table h2 {
    display: none;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .growth-plan .table h2 {
        display: block; } }
  .growth-plan .table .row {
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 0;
    margin: 10px 0;
    text-align: center; }
    .growth-plan .table .row .title {
      display: none;
      font-weight: bold;
      margin-top: 20px; }
    @media screen and (max-width: 640px) {
      .growth-plan .table .row {
        margin-top: 20px;
        border-top: 1px solid #ccc; }
        .growth-plan .table .row.default {
          margin-top: 0;
          border-top: 0; }
          .growth-plan .table .row.default h2 {
            margin-top: 0; }
        .growth-plan .table .row .title {
          display: block; }
        .growth-plan .table .row h2 {
          margin-top: 10px; } }
    .growth-plan .table .row.heading {
      text-align: center;
      font-weight: bold;
      color: #591333; }
      .growth-plan .table .row.heading div {
        vertical-align: bottom; }
      @media screen and (max-width: 640px) {
        .growth-plan .table .row.heading {
          display: none; } }
    .growth-plan .table .row .input {
      width: 100%; }
      @media screen and (max-width: 640px) {
        .growth-plan .table .row .input {
          width: 50%; } }
  .growth-plan .table textarea, .growth-plan .table select, .growth-plan .table input {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    border: #d5d5d5 1px solid;
    padding: 11px; }
  .growth-plan .table div, .growth-plan .table input, .growth-plan .table textarea, .growth-plan .table select {
    width: 19%;
    margin: 0 0.5%;
    display: inline-block;
    font-size: 16px;
    vertical-align: top; }
    .growth-plan .table div [type="checkbox"], .growth-plan .table input [type="checkbox"], .growth-plan .table textarea [type="checkbox"], .growth-plan .table select [type="checkbox"] {
      margin-right: 5px; }
    @media screen and (max-width: 640px) {
      .growth-plan .table div, .growth-plan .table input, .growth-plan .table textarea, .growth-plan .table select {
        width: 100%;
        display: block;
        margin: 0;
        margin-bottom: 10px;
        text-align: left; }
        .growth-plan .table div [type="checkbox"], .growth-plan .table input [type="checkbox"], .growth-plan .table textarea [type="checkbox"], .growth-plan .table select [type="checkbox"] {
          width: auto;
          margin-right: 10px; } }
  .growth-plan .table div.input {
    width: 47%;
    display: inline-block;
    text-align: left;
    font-size: 0;
    margin: 0;
    margin-bottom: 5px; }
    .growth-plan .table div.input input, .growth-plan .table div.input label {
      font-size: 16px;
      display: inline; }
    .growth-plan .table div.input label {
      font-size: 14px; }
  .growth-plan .table textarea {
    min-height: 100px;
    resize: vertical; }

.growth-plan input[type="submit"] {
  float: right; }

ul.stages-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px; }
  ul.stages-list li {
    margin-bottom: 15px;
    font-size: 16px; }
    ul.stages-list li .bullet {
      display: inline-block;
      width: 35px;
      height: 35px;
      padding: 8px 5px;
      background-color: #591333;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      vertical-align: middle;
      margin-right: 20px; }
    ul.stages-list li .step {
      display: inline-block;
      vertical-align: middle; }
      @media only screen and (max-width: 640px) {
        ul.stages-list li .step {
          max-width: 202px; } }
      ul.stages-list li .step .title {
        font-weight: bold;
        font-size: 18px; }

.tile-carousel-widget {
  /* Narrow Desktop -> move arrows below carousel */
  /*Tablet*/
  /* Narrow Tablet */
  /*Mobile*/
  /* narrow mobile */ }
  .tile-carousel-widget .navigation-placeholder {
    height: 70px;
    margin-bottom: 20px; }
  .tile-carousel-widget .carousel-tile-wrapper {
    width: 100%; }
    .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel {
      position: relative;
      width: 100%;
      max-width: 1060px;
      margin: auto; }
      .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect {
        padding-bottom: 46%; }
        .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%; }
          .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-overlay {
            background-color: white;
            opacity: 0.8;
            -ms-filter: "alpha(opacity=0.8)";
            filter: alpha(opacity=80);
            -khtml-opacity: 0.8;
            -moz-opacity: 0.8;
            zoom: 1;
            position: absolute;
            top: 0;
            bottom: 0;
            z-index: 2; }
            .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-overlay.left {
              left: -300%;
              right: 100%; }
            .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-overlay.right {
              left: 100%;
              right: -300%; }
            .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-overlay .slick-prev, .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-overlay .slick-next {
              position: absolute;
              z-index: 3 !important;
              top: 50%;
              padding: 20px 0px;
              margin: -35px 0 0 0;
              font-size: 32px;
              font-family: 'IconMoon';
              color: white;
              outline: 0;
              cursor: pointer; }
            .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-overlay .slick-prev:before, .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-overlay .slick-next:before {
              color: black !important; }
            .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-overlay .slick-prev {
              right: 100px;
              left: auto; }
              .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-overlay .slick-prev:before {
                content: '\e900'; }
            .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-overlay .slick-next {
              left: 100px;
              right: auto; }
              .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-overlay .slick-next:before {
                content: '\e901'; }
          .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .slick-dots {
            position: absolute;
            bottom: -55px;
            list-style: none;
            display: block;
            text-align: center;
            padding: 0 25px 0 0;
            left: 10%;
            right: 10%; }
            .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .slick-dots li {
              position: relative;
              display: inline-block;
              height: 20px;
              width: 20px;
              padding: 0;
              cursor: pointer; }
              .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .slick-dots li button {
                border: 0;
                background: transparent;
                display: block;
                height: 20px;
                width: 20px;
                outline: none;
                line-height: 0;
                font-size: 0;
                color: transparent;
                cursor: pointer;
                padding: 0; }
                .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .slick-dots li button:hover, .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .slick-dots li button:focus {
                  outline: none; }
                .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .slick-dots li button:before {
                  position: absolute;
                  top: 0;
                  left: 0;
                  content: '\2022';
                  width: 20px;
                  height: 20px;
                  font-size: 50px;
                  line-height: 16px;
                  text-align: center;
                  color: #9d9d9d;
                  -webkit-font-smoothing: antialiased;
                  -moz-osx-font-smoothing: grayscale; }
              .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .slick-dots li.slick-active button:before {
                color: #591333; }
          .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items {
            width: 100%;
            height: 100%;
            z-index: 1; }
            .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slick-list {
              overflow: visible; }
            .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slick-list, .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slick-track {
              height: 100%; }
            .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel {
              position: relative;
              height: 100%; }
              .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.hidden {
                display: none; }
              .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel .tile-item {
                position: absolute;
                background: #666;
                overflow: hidden; }
                .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel .tile-item .slide-image, .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel .tile-item .slide-image-overlay, .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel .tile-item .slide-title-underlay, .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel .tile-item .slide-action {
                  display: block;
                  position: absolute;
                  top: 0;
                  right: 0;
                  bottom: 0;
                  left: 0; }
                .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel .tile-item .slide-image {
                  background-position: 100% 0;
                  background-size: cover;
                  -webkit-transition: all 500ms ease;
                  -moz-transition: all 500ms ease;
                  -ms-transition: all 500ms ease;
                  -o-transition: all 500ms ease;
                  transition: all 500ms ease;
                  -webkit-transform: scale(1, 1);
                  -moz-transform: scale(1, 1);
                  -ms-transform: scale(1, 1);
                  -o-transform: scale(1, 1); }
                  .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel .tile-item .slide-image.hovered {
                    -webkit-transform: scale(1.1, 1.1);
                    -moz-transform: scale(1.1, 1.1);
                    -ms-transform: scale(1.1, 1.1);
                    -o-transform: scale(1.1, 1.1); }
                .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel .tile-item .slide-image-overlay {
                  /* Here goes the color class :) */
                  background-color: #591333;
                  -webkit-transition: all 500ms ease;
                  -moz-transition: all 500ms ease;
                  -ms-transition: all 500ms ease;
                  -o-transition: all 500ms ease;
                  transition: all 500ms ease;
                  opacity: 0;
                  -ms-filter: "alpha(opacity=0)";
                  filter: alpha(opacity=0);
                  -khtml-opacity: 0;
                  -moz-opacity: 0;
                  zoom: 1; }
                  .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel .tile-item .slide-image-overlay.hovered {
                    opacity: 0.6;
                    -ms-filter: "alpha(opacity=0.6)";
                    filter: alpha(opacity=60);
                    -khtml-opacity: 0.6;
                    -moz-opacity: 0.6;
                    zoom: 1; }
                .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel .tile-item .slide-tag {
                  /* Class NAme color here too :) */
                  background-color: #591333;
                  display: block;
                  position: absolute;
                  top: 0px;
                  left: 0px;
                  text-align: center;
                  padding: 5px 8px;
                  font-size: 1.1em;
                  color: white;
                  text-transform: uppercase; }
                .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel .tile-item .slide-title {
                  display: block;
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  width: 100%;
                  text-align: left;
                  box-sizing: border-box;
                  padding: 10px;
                  font-size: 1.3em;
                  color: #fff; }
                .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel .tile-item .slide-title-underlay {
                  background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.6) 75%);
                  /* For Safari 5.1 to 6.0 */
                  background: -o-linear-gradient(bottom, transparent 50%, rgba(0, 0, 0, 0.6) 75%);
                  /* For Opera 11.1 to 12.0 */
                  background: -moz-linear-gradient(bottom, transparent 50%, rgba(0, 0, 0, 0.6) 75%);
                  /* For Firefox 3.6 to 15 */
                  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.6) 75%);
                  /* Standard syntax (must be last) */ }
                .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel .tile-item .ITIL {
                  background-color: #5e1c60; }
                .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel .tile-item .PRINCE2 {
                  background-color: #4c4383; }
                .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel .tile-item .CYBER, .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel .tile-item .RESILIA {
                  background-color: #ad1d57; }
                .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel .tile-item .P3M3 {
                  background-color: #004b2b; }
                .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel .tile-item .P3O {
                  background-color: #494637; }
                .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel .tile-item .MSP {
                  background-color: #006373; }
                .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel .tile-item .MOR {
                  background-color: #006d85; }
                .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel .tile-item .MOP {
                  background-color: #00558a; }
                .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel .tile-item .MOV {
                  background-color: #a53c18; }
                .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel .tile-item .CYAX {
                  background-color: #4e432b; }
              .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-3 .tile-item:first-child {
                top: 1%;
                left: 0.5%;
                right: 50.25%;
                bottom: 1%; }
              .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-3 .tile-item:first-child + .tile-item {
                top: 1%;
                left: 50.25%;
                right: 0.5%;
                bottom: 50.5%; }
              .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-3 .tile-item:first-child + .tile-item + .tile-item {
                top: 50.5%;
                left: 50.25%;
                right: 0.5%;
                bottom: 1%; }
              .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-4 .tile-item:first-child {
                top: 1%;
                left: 0.5%;
                right: 0.5%;
                bottom: 50.5%; }
              .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-4 .tile-item:first-child + .tile-item {
                top: 50.5%;
                left: 0.5%;
                right: 66.83%;
                bottom: 1%; }
              .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-4 .tile-item:first-child + .tile-item + .tile-item {
                top: 50.5%;
                left: 33.66%;
                right: 33.66%;
                bottom: 1%; }
              .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-4 .tile-item:first-child + .tile-item + .tile-item + .tile-item {
                top: 50.5%;
                left: 66.83%;
                right: 0.5%;
                bottom: 1%; }
              .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-3-mobile > .tile-item:first-child, .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-4-mobile > .tile-item:first-child {
                top: 1%;
                left: 0.5%;
                right: 0.5%;
                bottom: 50.5%; }
              .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-3-mobile > .tile-item:first-child + .tile-item, .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-4-mobile > .tile-item:first-child + .tile-item {
                top: 50.5%;
                left: 0.5%;
                right: 0.5%;
                bottom: 1%; }
  @media only screen and (max-width: 1350px) {
    .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-overlay .slick-prev {
      right: 20px; }
    .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-overlay .slick-next {
      left: 20px; } }
  @media only screen and (max-width: 960px) {
    .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect {
      padding-bottom: 56%; }
      .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-3 .tile-item:first-child {
        top: 1%;
        left: 0.5%;
        right: 0.5%;
        bottom: 50.5%; }
      .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-3 .tile-item:first-child + .tile-item {
        top: 50.5%;
        left: 0.5%;
        right: 50.25%;
        bottom: 1%; }
      .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-3 .tile-item:first-child + .tile-item + .tile-item {
        top: 50.5%;
        left: 50.25%;
        right: 0.5%;
        bottom: 1%; }
      .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-4 .tile-item:first-child {
        top: 1%;
        left: 0.5%;
        right: 50.25%;
        bottom: 50.5%; }
      .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-4 .tile-item:first-child + .tile-item {
        top: 1%;
        left: 50.25%;
        right: 0.5%;
        bottom: 50.5%; }
      .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-4 .tile-item:first-child + .tile-item + .tile-item {
        top: 50.5%;
        left: 0.5%;
        right: 50.25%;
        bottom: 1%; }
      .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-4 .tile-item:first-child + .tile-item + .tile-item + .tile-item {
        top: 50.5%;
        left: 50.25%;
        right: 0.5%;
        bottom: 1%; } }
  @media only screen and (max-width: 800px) {
    .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect {
      padding-bottom: 70%; } }
  @media only screen and (max-width: 640px) {
    .tile-carousel-widget .navigation-placeholder {
      height: 55px; }
    .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect {
      padding-bottom: 80%; }
      .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-overlay .slick-prev {
        font-size: 21px;
        top: auto;
        bottom: -55px;
        right: -30px; }
      .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-overlay .slick-next {
        font-size: 21px;
        top: auto;
        bottom: -55px;
        left: -30px; }
      .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-3 .tile-item:first-child {
        top: 1%;
        left: 0.5%;
        right: 0.5%;
        bottom: 1%; }
      .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-3 .tile-item:first-child + .tile-item {
        display: none; }
      .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-3 .tile-item:first-child + .tile-item + .tile-item {
        display: none; }
      .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-4 .tile-item:first-child {
        top: 1%;
        left: 0.5%;
        right: 0.5%;
        bottom: 50.5%; }
      .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-4 .tile-item:first-child + .tile-item {
        top: 50.5%;
        left: 0.5%;
        right: 0.5%;
        bottom: 1%; }
      .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-4 .tile-item:first-child + .tile-item + .tile-item {
        display: none; }
      .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect .wrapper-inner .carousel-items .slide-panel.slide-count-4 .tile-item:first-child + .tile-item + .tile-item + .tile-item {
        display: none; } }
  @media only screen and (max-width: 480px) {
    .tile-carousel-widget .carousel-tile-wrapper .wrapper-carousel .wrapper-aspect {
      padding-bottom: 100%; } }

.icon {
  display: inline-block;
  vertical-align: middle; }
  .icon.left {
    margin: 0 10px 0 0; }
  .icon.right {
    margin: 0 0 0 10px; }
  .icon.icon-circle-container {
    width: 21px;
    height: 21px;
    background: white;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px; }
    .icon.icon-circle-container span {
      margin: 0 auto; }
  .icon.icon-dd {
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: -129px -82px;
    width: 8px;
    height: 8px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .icon.icon-dd {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }
  .icon.icon-checklist {
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: -233px 0px;
    width: 16.5px;
    height: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .icon.icon-checklist {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }
  .icon.magnifying-glass {
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: -186px -50px;
    width: 20px;
    height: 20px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .icon.magnifying-glass {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }
  .icon.icon-twitter-gray {
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: -22px -204px;
    width: 18px;
    height: 15px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .icon.icon-twitter-gray {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }
  .icon.icon-google-gray {
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: -186px 0px;
    width: 21px;
    height: 21px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .icon.icon-google-gray {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }
  .icon.icon-linkedin-gray {
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: -233px -107px;
    width: 14.5px;
    height: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .icon.icon-linkedin-gray {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }
  .icon.icon-youtube-gray {
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: -211px -187px;
    width: 18px;
    height: 13px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .icon.icon-youtube-gray {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }
  .icon.icon-cross-red {
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: -120px -133.5px;
    width: 23.5px;
    height: 23.5px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .icon.icon-cross-red {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }
  .icon.icon-user {
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: -211px -165px;
    width: 16px;
    height: 18px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .icon.icon-user {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }
  .icon.icon-arrow-right-white {
    margin-top: -3px;
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: -85px -185.5px;
    width: 8px;
    height: 13px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .icon.icon-arrow-right-white {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }
  .icon.icon-arrow-left-red {
    margin-top: -3px;
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: -97px -185.5px;
    width: 8px;
    height: 13px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .icon.icon-arrow-left-red {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }
  .icon.icon-arrow-right-red {
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: -109px -185.5px;
    width: 8px;
    height: 13px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .icon.icon-arrow-right-red {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }
  .icon.icon-arrow-right-red-light {
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: -47px -185.5px;
    width: 9px;
    height: 14px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .icon.icon-arrow-right-red-light {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }

.bullets {
  margin-bottom: 25px; }
  .bullets li {
    list-style: none;
    position: relative;
    margin-bottom: 0.5em; }
    .bullets li:before {
      content: "";
      position: absolute;
      top: 50%;
      left: -15px;
      margin-top: -2px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #591333; }

.ticks {
  margin-bottom: 25px; }
  .ticks ul > li {
    list-style: none;
    position: relative;
    margin-bottom: 1.5em;
    padding-left: 2em;
    line-height: 1.5; }
    .ticks ul > li:before {
      content: "";
      position: absolute;
      top: 50%;
      left: -15px;
      margin-top: -11px;
      background-repeat: no-repeat;
      background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
      background-position: -152px -68px;
      width: 27px;
      height: 27px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
        .ticks ul > li:before {
          background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
          background-size: 249.5px; } }

.link-list .popular-widget .axelos-tabbed li:after {
  background: none; }

.link-list .popular-widget .axelos-tabbed li:hover {
  background: #fff; }

.link-list .popular-widget ul li {
  border-bottom: 1px solid #eee7ea;
  padding: 12px 56px 12px 14px;
  position: relative;
  width: 100%; }
  .link-list .popular-widget ul li:after {
    background-position: -223px -72px;
    content: "";
    height: 13px;
    position: absolute;
    top: 50%;
    right: 22px;
    margin-top: -7px;
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: -109px -185.5px;
    width: 8px;
    height: 13px;
    opacity: 0.5;
    -ms-filter: "alpha(opacity=0.5)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    zoom: 1;
    width: 8px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .link-list .popular-widget ul li:after {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }
  .link-list .popular-widget ul li:hover {
    background-color: #591333; }
    .link-list .popular-widget ul li:hover:after {
      background-position: -223px -123px;
      background-repeat: no-repeat;
      background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
      background-position: -85px -185.5px;
      width: 8px;
      height: 13px;
      height: 13px;
      width: 8px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
        .link-list .popular-widget ul li:hover:after {
          background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
          background-size: 249.5px; } }
    .link-list .popular-widget ul li:hover span, .link-list .popular-widget ul li:hover a {
      color: #fff; }
  .link-list .popular-widget ul li span, .link-list .popular-widget ul li a {
    display: table-cell; }
  .link-list .popular-widget ul li a {
    border: 0;
    padding: 0;
    vertical-align: top;
    width: 5%; }
    .link-list .popular-widget ul li a:hover:after {
      background: none; }
    .link-list .popular-widget ul li a:after {
      background: none; }
  .link-list .popular-widget ul li span {
    color: #591333;
    float: left;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: -1px;
    padding-right: 10px; }

.link-list h4 {
  font-weight: 400; }

.link-list h5 {
  color: #4D4D4D;
  font-size: 1.4em;
  min-height: 42px;
  margin-bottom: 0; }

.link-list ul {
  padding-left: 0; }
  .link-list ul > li {
    list-style: none; }
    .link-list ul > li:last-child a {
      border-bottom: 0; }
    .link-list ul > li > a {
      display: block;
      position: relative;
      padding: .6em 2.8em .6em .7em;
      font-size: 1.3em;
      color: #591333;
      text-decoration: none;
      border-bottom: 1px solid #eee7ea; }
      .link-list ul > li > a:hover {
        background-color: #591333;
        color: #fff; }
        .link-list ul > li > a:hover strong {
          color: #fff; }
        .link-list ul > li > a:hover:after {
          background-repeat: no-repeat;
          background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
          background-position: -85px -185.5px;
          width: 8px;
          height: 13px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
            .link-list ul > li > a:hover:after {
              background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
              background-size: 249.5px; } }
      .link-list ul > li > a:after {
        background-position: 223px -72px;
        content: "";
        height: 13px;
        position: absolute;
        top: 50%;
        right: 22px;
        margin-top: -7px;
        background-repeat: no-repeat;
        background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
        background-position: -109px -185.5px;
        width: 8px;
        height: 13px;
        opacity: 0.5;
        -ms-filter: "alpha(opacity=0.5)";
        filter: alpha(opacity=50);
        -khtml-opacity: 0.5;
        -moz-opacity: 0.5;
        zoom: 1;
        width: 8px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
          .link-list ul > li > a:after {
            background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
            background-size: 249.5px; } }

#header {
  position: relative; }
  #header .mobile-bg {
    display: none; }
  #header .nav ul li.secondary-menu-close {
    display: none; }
  #header .nav {
    width: 100%; }
    #header .nav .primary-menu-close {
      position: absolute;
      top: 0;
      left: 350px;
      background: rgba(0, 0, 0, 0.3); }
      #header .nav .primary-menu-close a {
        display: none;
        height: 50px;
        width: 50px;
        padding: 13px; }
        #header .nav .primary-menu-close a span {
          display: block;
          margin: 0;
          background-repeat: no-repeat;
          background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
          background-position: -147.5px -133.5px;
          width: 23px;
          height: 23px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
            #header .nav .primary-menu-close a span {
              background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
              background-size: 249.5px; } }
        #header .nav .primary-menu-close a:hover {
          background: rgba(0, 0, 0, 0.5); }
    #header .nav .nav-left {
      float: left; }
    #header .nav .nav-right {
      float: right;
      margin-top: -3px; }
    #header .nav ul {
      list-style: none;
      display: inline-block;
      padding: 0;
      margin: 0; }
      #header .nav ul li {
        padding: 0;
        margin: 0;
        vertical-align: middle;
        display: inline-block; }
        #header .nav ul li a {
          color: #FFF;
          text-decoration: none;
          vertical-align: middle;
          border: 0; }
    #header .nav .wrapper > ul > li ul {
      display: none; }
    #header .nav .wrapper > ul > li.open > ul {
      display: block; }
    #header .nav.nav-top {
      background: #4d4d4d;
      padding: 7px 0;
      font-size: 15px;
      top: 0;
      position: absolute;
      height: 35px;
      z-index: 150; }
      #header .nav.nav-top a {
        color: #dbdbdb; }
        #header .nav.nav-top a:hover {
          color: white; }
          #header .nav.nav-top a:hover.icon-circle-container {
            background: #fff; }
      #header .nav.nav-top .wrapper .nav-right .icon-user {
        font-size: 21px;
        margin-right: 10px;
        color: #dbdbdb;
        vertical-align: bottom;
        display: inline-block; }
      #header .nav.nav-top .wrapper .nav-right .icon-circle-container {
        vertical-align: bottom; }
      #header .nav.nav-top .wrapper .nav-right ul.social-links {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        margin-left: 20px;
        display: inline-block;
        position: static;
        top: inherit;
        left: inherit;
        width: inherit;
        background: none; }
        #header .nav.nav-top .wrapper .nav-right ul.social-links > li {
          margin-right: 10px;
          display: inline-block;
          width: auto;
          padding: 0; }
          #header .nav.nav-top .wrapper .nav-right ul.social-links > li:last-child {
            margin-right: 0; }
          #header .nav.nav-top .wrapper .nav-right ul.social-links > li a.icon-circle-container {
            background: #dbdbdb; }
            #header .nav.nav-top .wrapper .nav-right ul.social-links > li a.icon-circle-container .icon {
              margin-top: -3px; }
              @media only screen and (max-width: 975px) {
                #header .nav.nav-top .wrapper .nav-right ul.social-links > li a.icon-circle-container .icon {
                  margin-top: 3px; } }
            #header .nav.nav-top .wrapper .nav-right ul.social-links > li a.icon-circle-container:hover {
              background: white; }
      #header .nav.nav-top ul li {
        margin: 0 10px 0 0;
        padding-bottom: 10px; }
        #header .nav.nav-top ul li:last-child {
          margin: 0; }
    #header .nav.nav-primary {
      font-size: 16px;
      height: 94px;
      background: #591333;
      position: relative;
      overflow: hidden;
      box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.5);
      z-index: 100; }
      #header .nav.nav-primary .full-width-nav-container {
        display: table; }
        #header .nav.nav-primary .full-width-nav-container > ul {
          display: table-row;
          padding: 0 20px; }
          #header .nav.nav-primary .full-width-nav-container > ul > li {
            display: table-cell;
            min-width: 110px; }
            #header .nav.nav-primary .full-width-nav-container > ul > li > ul {
              display: none; }
            #header .nav.nav-primary .full-width-nav-container > ul > li.open > ul {
              display: block; }
      #header .nav.nav-primary a {
        display: inline-block;
        padding: 20px 15px;
        position: relative; }
      #header .nav.nav-primary ul {
        position: relative;
        height: 94px; }
        #header .nav.nav-primary ul li {
          height: 94px;
          margin: 0;
          border-right: 1px #260816 solid;
          text-align: center;
          position: relative; }
          #header .nav.nav-primary ul li:first-child {
            border-left: 1px #260816 solid; }
          #header .nav.nav-primary ul li.selected:after {
            content: "";
            display: block;
            margin: 0 auto;
            position: absolute;
            bottom: -1px;
            background-repeat: no-repeat;
            background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
            background-position: -24px -161.5px;
            width: 27px;
            height: 14px;
            left: 50%;
            margin-left: -13px; }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
              #header .nav.nav-primary ul li.selected:after {
                background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
                background-size: 249.5px; } }
          #header .nav.nav-primary ul li:hover {
            background: #440f27; }
          #header .nav.nav-primary ul li a:hover {
            text-decoration: none; }
    #header .nav.nav-spacer {
      height: 35px; }
    #header .nav.nav-secondary {
      height: 89px;
      background: white;
      border-bottom: 1px #591333 solid;
      padding: 0;
      font-size: 15px;
      position: relative;
      z-index: 50; }
      #header .nav.nav-secondary:before, #header .nav.nav-secondary:after {
        content: " ";
        display: table; }
      #header .nav.nav-secondary:after {
        clear: both; }
      #header .nav.nav-secondary .logo {
        margin: 20px 50px 20px 0;
        padding: 0;
        font-size: 0;
        line-height: 0;
        display: inline-block;
        vertical-align: middle;
        float: left; }
        @media (max-width: 640px) {
          #header .nav.nav-secondary .logo {
            margin: 20px 50px 0 0;
            text-align: center; } }
      #header .nav.nav-secondary .wrapper > ul {
        display: table;
        float: left;
        height: 88px;
        position: relative;
        max-width: 760px;
        padding-top: 5px; }
        #header .nav.nav-secondary .wrapper > ul > li {
          display: table-cell;
          position: relative;
          vertical-align: middle;
          max-width: 180px;
          margin: 0 30px 0 0;
          padding: 0 10px;
          border-bottom: 5px #FFF solid; }
          #header .nav.nav-secondary .wrapper > ul > li:last-child {
            margin: 0; }
          #header .nav.nav-secondary .wrapper > ul > li.separator {
            width: 30px;
            padding: 20px 3px; }
          #header .nav.nav-secondary .wrapper > ul > li.selected {
            border-bottom: 5px #591333 solid; }
          #header .nav.nav-secondary .wrapper > ul > li.text {
            font-weight: bold; }
          #header .nav.nav-secondary .wrapper > ul > li a {
            color: #591333;
            text-decoration: none; }
          #header .nav.nav-secondary .wrapper > ul > li.secondary-menu-close {
            display: none; }
          #header .nav.nav-secondary .wrapper > ul > li:not(.separator):hover {
            border-bottom: 5px solid #591333; }
          #header .nav.nav-secondary .wrapper > ul > li > ul {
            z-index: 100;
            position: absolute;
            top: 5em;
            left: -30px;
            padding: 17px;
            width: 320px;
            background: white;
            display: block;
            visibility: hidden;
            opacity: 0;
            box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
            -webkit-transition: -webkit-opacity 0.1s ease-in-out;
            -moz-transition: -moz-opacity 0.1s ease-in-out;
            -ms-transition: -ms-opacity 0.1s ease-in-out;
            -o-transition: -o-opacity 0.1s ease-in-out;
            transition: opacity 0.1s ease-in-out; }
            #header .nav.nav-secondary .wrapper > ul > li > ul:before {
              content: "";
              display: block;
              position: absolute;
              top: -14px;
              left: 50%;
              margin-left: -13px;
              background-repeat: no-repeat;
              background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
              background-position: 0px -185.5px;
              width: 25px;
              height: 14.5px; }
              @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
                #header .nav.nav-secondary .wrapper > ul > li > ul:before {
                  background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
                  background-size: 249.5px; } }
            #header .nav.nav-secondary .wrapper > ul > li > ul > li {
              display: block;
              max-width: inherit;
              font-size: 15px; }
              #header .nav.nav-secondary .wrapper > ul > li > ul > li.product-row {
                padding: 0 0 10px 0;
                margin: 0 0 10px 0;
                border-bottom: 1px #DFDFDF solid;
                width: 100%;
                cursor: pointer; }
                #header .nav.nav-secondary .wrapper > ul > li > ul > li.product-row .product-row-container {
                  display: table; }
                #header .nav.nav-secondary .wrapper > ul > li > ul > li.product-row img {
                  display: table-cell;
                  max-height: 20px;
                  vertical-align: top;
                  margin: 0 12px 0 0; }
                #header .nav.nav-secondary .wrapper > ul > li > ul > li.product-row span {
                  display: table-cell;
                  vertical-align: top; }
                #header .nav.nav-secondary .wrapper > ul > li > ul > li.product-row.itil {
                  color: #5e1c60; }
                #header .nav.nav-secondary .wrapper > ul > li > ul > li.product-row.prince2 {
                  color: #4c4383; }
                #header .nav.nav-secondary .wrapper > ul > li > ul > li.product-row.cyber {
                  color: #ad1d57; }
                #header .nav.nav-secondary .wrapper > ul > li > ul > li.product-row.p3m3 {
                  color: #004b2b; }
                #header .nav.nav-secondary .wrapper > ul > li > ul > li.product-row.p3o {
                  color: #494637; }
                #header .nav.nav-secondary .wrapper > ul > li > ul > li.product-row.msp {
                  color: #006373; }
                #header .nav.nav-secondary .wrapper > ul > li > ul > li.product-row.mor {
                  color: #006d85; }
                #header .nav.nav-secondary .wrapper > ul > li > ul > li.product-row.mop {
                  color: #00558a; }
                #header .nav.nav-secondary .wrapper > ul > li > ul > li.product-row.mov {
                  color: #a53c18; }
                #header .nav.nav-secondary .wrapper > ul > li > ul > li.product-row.cyax {
                  color: #4e432b; }
              #header .nav.nav-secondary .wrapper > ul > li > ul > li a {
                display: block;
                padding: 5px 0; }
                #header .nav.nav-secondary .wrapper > ul > li > ul > li a:hover {
                  border: 0;
                  text-decoration: underline; }
          #header .nav.nav-secondary .wrapper > ul > li.open > ul {
            visibility: visible;
            opacity: 1; }
    #header .nav.nav-mobile {
      background: #591333;
      height: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 100;
      display: none; }
      #header .nav.nav-mobile a {
        border: 0; }
      #header .nav.nav-mobile a.secondary-opener {
        display: block;
        float: right;
        color: #fff;
        font-size: 17px;
        padding: 15px;
        border: 0; }
        #header .nav.nav-mobile a.secondary-opener span {
          color: #fff;
          vertical-align: middle;
          margin-top: -2px; }
        @media only screen and (max-width: 360px) {
          #header .nav.nav-mobile a.secondary-opener {
            font-size: 14px; } }
      #header .nav.nav-mobile.open a.secondary-opener span {
        background-repeat: no-repeat;
        background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
        background-position: -29px -185.5px;
        width: 14px;
        height: 14px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
          #header .nav.nav-mobile.open a.secondary-opener span {
            background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
            background-size: 249.5px; } }
      #header .nav.nav-mobile .primary-menu-opener a {
        float: left;
        display: block;
        padding: 13px 15px 13px 14px; }
        #header .nav.nav-mobile .primary-menu-opener a:hover {
          background: #2f0a1b; }
        #header .nav.nav-mobile .primary-menu-opener a span {
          margin: 0;
          display: block;
          background-repeat: no-repeat;
          background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
          background-position: 0px -133.5px;
          width: 28px;
          height: 24px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
            #header .nav.nav-mobile .primary-menu-opener a span {
              background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
              background-size: 249.5px; } }
    #header .nav.nav-primary .my-account, #header .nav.nav-top .my-account {
      margin-right: 0;
      margin-top: -1px; }
      #header .nav.nav-primary .my-account .name, #header .nav.nav-top .my-account .name {
        white-space: nowrap;
        max-width: 170px;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        text-overflow: ellipsis; }
    #header .nav.nav-primary .wrapper > ul > li.hasSubMenu, #header .nav.nav-top .wrapper > ul > li.hasSubMenu {
      position: relative; }
    #header .nav.nav-primary .wrapper > ul > li > ul.subMenu, #header .nav.nav-top .wrapper > ul > li > ul.subMenu {
      z-index: 100;
      position: absolute;
      top: 100%;
      left: -30px;
      width: 200px;
      padding: 17px;
      background: white;
      display: block;
      visibility: hidden;
      opacity: 0;
      box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
      -webkit-transition: -webkit-opacity 0.1s ease-in-out;
      -moz-transition: -moz-opacity 0.1s ease-in-out;
      -ms-transition: -ms-opacity 0.1s ease-in-out;
      -o-transition: -o-opacity 0.1s ease-in-out;
      transition: opacity 0.1s ease-in-out; }
      #header .nav.nav-primary .wrapper > ul > li > ul.subMenu:before, #header .nav.nav-top .wrapper > ul > li > ul.subMenu:before {
        content: "";
        display: block;
        position: absolute;
        top: -14px;
        left: 50%;
        margin-left: -13px;
        background-repeat: no-repeat;
        background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
        background-position: 0px -185.5px;
        width: 25px;
        height: 14.5px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
          #header .nav.nav-primary .wrapper > ul > li > ul.subMenu:before, #header .nav.nav-top .wrapper > ul > li > ul.subMenu:before {
            background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
            background-size: 249.5px; } }
      #header .nav.nav-primary .wrapper > ul > li > ul.subMenu > li, #header .nav.nav-top .wrapper > ul > li > ul.subMenu > li {
        display: block;
        max-width: inherit;
        font-size: 15px;
        border: 0;
        text-align: left; }
        #header .nav.nav-primary .wrapper > ul > li > ul.subMenu > li.sign-out, #header .nav.nav-primary .wrapper > ul > li > ul.subMenu > li.vert-separator, #header .nav.nav-top .wrapper > ul > li > ul.subMenu > li.sign-out, #header .nav.nav-top .wrapper > ul > li > ul.subMenu > li.vert-separator {
          border-top: 1px dashed #591333;
          padding-top: 10px;
          position: relative; }
        #header .nav.nav-primary .wrapper > ul > li > ul.subMenu > li.sign-out:after, #header .nav.nav-top .wrapper > ul > li > ul.subMenu > li.sign-out:after {
          content: "";
          position: absolute;
          top: 48%;
          right: 100px;
          background-repeat: no-repeat;
          background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
          background-position: -109px -185.5px;
          width: 8px;
          height: 13px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
            #header .nav.nav-primary .wrapper > ul > li > ul.subMenu > li.sign-out:after, #header .nav.nav-top .wrapper > ul > li > ul.subMenu > li.sign-out:after {
              background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
              background-size: 249.5px; } }
        #header .nav.nav-primary .wrapper > ul > li > ul.subMenu > li a, #header .nav.nav-top .wrapper > ul > li > ul.subMenu > li a {
          display: block;
          padding: 5px 0;
          color: #591333; }
          #header .nav.nav-primary .wrapper > ul > li > ul.subMenu > li a:hover, #header .nav.nav-top .wrapper > ul > li > ul.subMenu > li a:hover {
            border: 0;
            text-decoration: underline; }
        #header .nav.nav-primary .wrapper > ul > li > ul.subMenu > li:last-child, #header .nav.nav-top .wrapper > ul > li > ul.subMenu > li:last-child {
          padding-bottom: 0; }
    #header .nav.nav-primary .wrapper > ul > li.open > ul.subMenu, #header .nav.nav-top .wrapper > ul > li.open > ul.subMenu {
      opacity: 1;
      visibility: visible; }
    #header .nav.nav-primary .wrapper > ul > li.open > ul.subMenu, #header .nav.nav-top .wrapper > ul > li.open > ul.subMenu {
      display: block; }
  #header .mobile-bg, #header .nav.nav-primary, #header .nav.nav-top {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -ms-transition: -ms-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  @media only screen and (max-width: 1080px) {
    #header .nav.nav-secondary .wrapper > ul > li {
      max-width: 100px; }
      #header .nav.nav-secondary .wrapper > ul > li.separator {
        width: 8px; }
    #header .nav.nav-secondary .wrapper > ul {
      padding-top: 0px; }
    #header .nav.nav-secondary .logo {
      margin-right: 20px; } }
  @media only screen and (max-width: 975px) {
    #header {
      width: 100%;
      height: 121px; }
      #header .nav.nav-secondary .wrapper > ul > li.separator {
        display: none; }
      #header .nav.nav-secondary .wrapper > ul > li.separator {
        display: none; }
      #header.cookie-visible {
        position: relative; }
        #header.cookie-visible .nav-mobile {
          position: absolute; }
          #header.cookie-visible .nav-mobile .primary-menu-close {
            position: absolute; }
      #header .icon.icon-dd {
        display: none; }
      #header .mobile-bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 350px;
        min-height: auto;
        background: #4d4d4d;
        z-index: 150;
        display: block; }
      #header .nav ul li.secondary-menu-close {
        display: block;
        text-align: center; }
      #header .nav-primary, #header .nav-top, #header .mobile-bg {
        left: 0; }
      #header .nav {
        height: auto;
        position: relative;
        top: inherit;
        padding: 0; }
        #header .nav .wrapper {
          width: auto;
          padding: 0; }
          #header .nav .wrapper > ul > li.hasSubMenu.my-account .name {
            white-space: normal;
            max-width: 85%; }
          #header .nav .wrapper > ul > li.hasSubMenu a span.opener {
            margin: -9px -9px 0 0;
            display: block;
            float: right;
            padding-left: 10px;
            width: 40px;
            height: 40px; }
            #header .nav .wrapper > ul > li.hasSubMenu a span.opener em {
              font-style: normal; }
              #header .nav .wrapper > ul > li.hasSubMenu a span.opener em:before {
                content: "\f067";
                display: inline-block;
                *display: inline;
                zoom: 1;
                margin-top: 12px; }
          #header .nav .wrapper > ul > li.hasSubMenu ul > li > a span.opener {
            display: none; }
          #header .nav .wrapper > ul > li.hasSubMenu.open a span.opener em:before {
            content: "\f068";
            display: inline-block;
            *display: inline;
            zoom: 1;
            margin-top: 12px; }
        #header .nav.nav-primary .wrapper > ul > li.hasSubMenu a span.opener {
          display: none; }
        #header .nav.nav-spacer {
          display: none; }
        #header .nav.nav-top, #header .nav.nav-primary {
          height: auto;
          position: relative;
          padding: 0;
          width: 350px;
          text-align: left;
          z-index: 200; }
          #header .nav.nav-top .wrapper, #header .nav.nav-primary .wrapper {
            width: auto;
            padding: 0; }
            #header .nav.nav-top .wrapper > ul, #header .nav.nav-primary .wrapper > ul {
              display: block;
              float: none; }
              #header .nav.nav-top .wrapper > ul > li, #header .nav.nav-primary .wrapper > ul > li {
                padding: 0;
                font-size: 15px;
                display: block;
                width: 100%;
                text-align: left;
                border: 0; }
                #header .nav.nav-top .wrapper > ul > li a, #header .nav.nav-primary .wrapper > ul > li a {
                  padding: 12px 15px 13px 15px;
                  display: block; }
                  #header .nav.nav-top .wrapper > ul > li a.menu-search-button, #header .nav.nav-primary .wrapper > ul > li a.menu-search-button {
                    float: right;
                    padding: 12px 5px 13px 0; }
                    #header .nav.nav-top .wrapper > ul > li a.menu-search-button:hover, #header .nav.nav-primary .wrapper > ul > li a.menu-search-button:hover {
                      background: 0; }
                #header .nav.nav-top .wrapper > ul > li.hasSubMenu, #header .nav.nav-primary .wrapper > ul > li.hasSubMenu {
                  position: relative; }
                  #header .nav.nav-top .wrapper > ul > li.hasSubMenu a span.opener em, #header .nav.nav-primary .wrapper > ul > li.hasSubMenu a span.opener em {
                    background-repeat: no-repeat;
                    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
                    background-position: -233px -164.5px;
                    width: 14px;
                    height: 14px; } }
                @media only screen and (max-width: 975px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 975px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 975px) and (min-resolution: 240dpi) {
                  #header .nav.nav-top .wrapper > ul > li.hasSubMenu a span.opener em, #header .nav.nav-primary .wrapper > ul > li.hasSubMenu a span.opener em {
                    background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
                    background-size: 249.5px; } }
  @media only screen and (max-width: 975px) {
                #header .nav.nav-top .wrapper > ul > li.selected:after, #header .nav.nav-top .wrapper > ul > li a:hover:after, #header .nav.nav-primary .wrapper > ul > li.selected:after, #header .nav.nav-primary .wrapper > ul > li a:hover:after {
                  display: none; }
                #header .nav.nav-top .wrapper > ul > li > ul.subMenu, #header .nav.nav-primary .wrapper > ul > li > ul.subMenu {
                  display: none;
                  position: static;
                  top: inherit;
                  left: inherit;
                  width: 100%;
                  z-index: 200;
                  padding: 0;
                  background: rgba(0, 0, 0, 0.2); }
                  #header .nav.nav-top .wrapper > ul > li > ul.subMenu:before, #header .nav.nav-primary .wrapper > ul > li > ul.subMenu:before {
                    display: none; }
                  #header .nav.nav-top .wrapper > ul > li > ul.subMenu > li, #header .nav.nav-primary .wrapper > ul > li > ul.subMenu > li {
                    display: block;
                    width: 100%;
                    padding: 0;
                    margin: 0;
                    font-size: 14px;
                    text-align: left;
                    border: 0; }
                    #header .nav.nav-top .wrapper > ul > li > ul.subMenu > li.sign-out, #header .nav.nav-primary .wrapper > ul > li > ul.subMenu > li.sign-out {
                      border-top: 0;
                      padding-top: 0; }
                      #header .nav.nav-top .wrapper > ul > li > ul.subMenu > li.sign-out:after, #header .nav.nav-primary .wrapper > ul > li > ul.subMenu > li.sign-out:after {
                        display: none; }
                    #header .nav.nav-top .wrapper > ul > li > ul.subMenu > li a, #header .nav.nav-primary .wrapper > ul > li > ul.subMenu > li a {
                      display: block;
                      padding: 7px 15px;
                      color: #FFF; }
                      #header .nav.nav-top .wrapper > ul > li > ul.subMenu > li a:after, #header .nav.nav-primary .wrapper > ul > li > ul.subMenu > li a:after {
                        display: none; }
                      #header .nav.nav-top .wrapper > ul > li > ul.subMenu > li a:before, #header .nav.nav-primary .wrapper > ul > li > ul.subMenu > li a:before {
                        display: none; }
                      #header .nav.nav-top .wrapper > ul > li > ul.subMenu > li a:hover, #header .nav.nav-primary .wrapper > ul > li > ul.subMenu > li a:hover {
                        text-decoration: underline; }
                #header .nav.nav-top .wrapper > ul > li.open a span.opener em, #header .nav.nav-primary .wrapper > ul > li.open a span.opener em {
                  background-repeat: no-repeat;
                  background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
                  background-position: -29px -185.5px;
                  width: 14px;
                  height: 14px; } }
              @media only screen and (max-width: 975px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 975px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 975px) and (min-resolution: 240dpi) {
                #header .nav.nav-top .wrapper > ul > li.open a span.opener em, #header .nav.nav-primary .wrapper > ul > li.open a span.opener em {
                  background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
                  background-size: 249.5px; } }
  @media only screen and (max-width: 975px) {
                #header .nav.nav-top .wrapper > ul > li.open ul.subMenu, #header .nav.nav-primary .wrapper > ul > li.open ul.subMenu {
                  display: block; }
            #header .nav.nav-top .wrapper .nav-right .icon, #header .nav.nav-top .wrapper .nav-right .font-icon, #header .nav.nav-top .wrapper .nav-right .axelos-ratings .rating-star, .axelos-ratings #header .nav.nav-top .wrapper .nav-right .rating-star, #header .nav.nav-top .wrapper .nav-right
            .case-study-preview .rating-star,
            .case-study-preview #header .nav.nav-top .wrapper .nav-right .rating-star, #header .nav.nav-top .wrapper .nav-right
            .community-item .rating-star,
            .community-item #header .nav.nav-top .wrapper .nav-right .rating-star, #header .nav.nav-top .wrapper .nav-right
            .comments-section .rating-star,
            .comments-section #header .nav.nav-top .wrapper .nav-right .rating-star, #header .nav.nav-top .wrapper .nav-right
            .cpd-rating .rating-star,
            .cpd-rating #header .nav.nav-top .wrapper .nav-right .rating-star, #header .nav.nav-top .wrapper .nav-right .pagination-list .icon-chevron-left, .pagination-list #header .nav.nav-top .wrapper .nav-right .icon-chevron-left, #header .nav.nav-top .wrapper .nav-right
            .pagination-list .icon-chevron-right,
            .pagination-list #header .nav.nav-top .wrapper .nav-right .icon-chevron-right, #header .nav.nav-top .wrapper .nav-right .pager-v2 .pager-item.next a:before, .pager-v2 .pager-item.next #header .nav.nav-top .wrapper .nav-right a:before, #header .nav.nav-top .wrapper .nav-right
            .pager-v2 .pager-item.prev a:before,
            .pager-v2 .pager-item.prev #header .nav.nav-top .wrapper .nav-right a:before, #header .nav.nav-primary .wrapper .nav-right .icon, #header .nav.nav-primary .wrapper .nav-right .font-icon, #header .nav.nav-primary .wrapper .nav-right .axelos-ratings .rating-star, .axelos-ratings #header .nav.nav-primary .wrapper .nav-right .rating-star, #header .nav.nav-primary .wrapper .nav-right
            .case-study-preview .rating-star,
            .case-study-preview #header .nav.nav-primary .wrapper .nav-right .rating-star, #header .nav.nav-primary .wrapper .nav-right
            .community-item .rating-star,
            .community-item #header .nav.nav-primary .wrapper .nav-right .rating-star, #header .nav.nav-primary .wrapper .nav-right
            .comments-section .rating-star,
            .comments-section #header .nav.nav-primary .wrapper .nav-right .rating-star, #header .nav.nav-primary .wrapper .nav-right
            .cpd-rating .rating-star,
            .cpd-rating #header .nav.nav-primary .wrapper .nav-right .rating-star, #header .nav.nav-primary .wrapper .nav-right .pagination-list .icon-chevron-left, .pagination-list #header .nav.nav-primary .wrapper .nav-right .icon-chevron-left, #header .nav.nav-primary .wrapper .nav-right
            .pagination-list .icon-chevron-right,
            .pagination-list #header .nav.nav-primary .wrapper .nav-right .icon-chevron-right, #header .nav.nav-primary .wrapper .nav-right .pager-v2 .pager-item.next a:before, .pager-v2 .pager-item.next #header .nav.nav-primary .wrapper .nav-right a:before, #header .nav.nav-primary .wrapper .nav-right
            .pager-v2 .pager-item.prev a:before,
            .pager-v2 .pager-item.prev #header .nav.nav-primary .wrapper .nav-right a:before {
              vertical-align: middle; }
        #header .nav.nav-top .wrapper > ul > li {
          border-bottom: 1px #343434 solid; }
          #header .nav.nav-top .wrapper > ul > li a:hover {
            background: #343333; }
        #header .nav.nav-top .wrapper .nav-right ul.social-links {
          padding: 15px 0;
          margin: 0;
          text-align: center;
          display: block; }
          #header .nav.nav-top .wrapper .nav-right ul.social-links li {
            display: block; }
        #header .nav.nav-primary {
          box-shadow: 0 0 0 0 transparent;
          -webkit-box-shadow: 0 0 0 0 transparent;
          -moz-box-shadow: 0 0 0 0 transparent; }
          #header .nav.nav-primary .wrapper > ul > li {
            border-bottom: 1px #430e26 solid; }
            #header .nav.nav-primary .wrapper > ul > li a:hover {
              background: #440f27;
              text-decoration: none; }
          #header .nav.nav-primary .full-width-nav-container {
            display: block; }
            #header .nav.nav-primary .full-width-nav-container ul {
              height: auto;
              display: block;
              padding: inherit; }
              #header .nav.nav-primary .full-width-nav-container ul li {
                height: auto;
                display: block; }
        #header .nav.nav-secondary {
          position: absolute;
          top: 50px;
          right: 0;
          width: 100%;
          z-index: 50;
          border-bottom: 1px #591333 solid; }
          #header .nav.nav-secondary .logo {
            padding: 15px;
            margin: 0 auto;
            display: block;
            height: 70px;
            float: none; }
            #header .nav.nav-secondary .logo img {
              max-height: 100%; } }
        @media only screen and (max-width: 975px) and (max-width: 640px) {
          #header .nav.nav-secondary .logo {
            margin: 0 auto;
            float: none; } }
  @media only screen and (max-width: 975px) {
          #header .nav.nav-secondary .wrapper > ul {
            overflow: hidden;
            background: white;
            position: absolute;
            width: 100%;
            max-width: none;
            height: auto;
            top: 0;
            right: 0;
            z-index: 100;
            display: block;
            padding-top: 0;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
            -webkit-transition: -webkit-transform 0.2s ease-in-out;
            -moz-transition: -moz-transform 0.2s ease-in-out;
            -ms-transition: -ms-transform 0.2s ease-in-out;
            -o-transition: -o-transform 0.2s ease-in-out;
            transition: transform 0.2s ease-in-out;
            box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.6);
            -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.6);
            -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.6); }
            #header .nav.nav-secondary .wrapper > ul > li {
              max-width: inherit;
              margin: 0;
              padding: 0;
              border: 0;
              width: 100%;
              height: auto;
              display: block; }
              #header .nav.nav-secondary .wrapper > ul > li.text {
                padding: 10px 15px;
                border-bottom: 1px #ded0d6 solid;
                font-weight: bold; }
              #header .nav.nav-secondary .wrapper > ul > li a {
                padding: 10px 15px;
                display: block;
                border-bottom: 1px #ded0d6 solid; }
                #header .nav.nav-secondary .wrapper > ul > li a:hover {
                  text-decoration: none;
                  border-bottom: 1px #ded0d6 solid;
                  background: #f2f2f2; }
              #header .nav.nav-secondary .wrapper > ul > li.selected {
                border-width: 1px; }
              #header .nav.nav-secondary .wrapper > ul > li:last-child a {
                border-bottom: 0; }
              #header .nav.nav-secondary .wrapper > ul > li:not(.selector):hover {
                border-bottom: 0; }
              #header .nav.nav-secondary .wrapper > ul > li > ul {
                overflow: hidden;
                max-height: 0;
                background: #eee7ea;
                -moz-box-shadow: inset 0 5px 5px -5px #696868, inset 0 -5px 5px -5px #696868;
                -webkit-box-shadow: inset 0 5px 5px -5px #696868, inset 0 -5px 5px -5px #696868;
                box-shadow: inset 0 5px 5px -5px #696868, inset 0 -5px 5px -5px #696868;
                position: static;
                width: 100%;
                top: inherit;
                left: inherit;
                padding: 0;
                margin: 0;
                -webkit-transition: max-height 0.2s ease-in-out;
                -moz-transition: max-height 0.2s ease-in-out;
                -ms-transition: max-height 0.2s ease-in-out;
                -o-transition: max-height 0.2s ease-in-out;
                transition: max-height 0.2s ease-in-out; }
                #header .nav.nav-secondary .wrapper > ul > li > ul:before {
                  display: none; }
                #header .nav.nav-secondary .wrapper > ul > li > ul > li a {
                  padding: 10px 15px; }
                  #header .nav.nav-secondary .wrapper > ul > li > ul > li a:hover {
                    border-bottom: 1px #ded0d6 solid;
                    background: #e3d8dd; }
                #header .nav.nav-secondary .wrapper > ul > li > ul > li.product-row {
                  margin: 0;
                  padding: 10px 15px;
                  width: 100%;
                  border-bottom: 1px #ded0d6 solid; }
                  #header .nav.nav-secondary .wrapper > ul > li > ul > li.product-row img {
                    margin: 0 4px 0 0; }
              #header .nav.nav-secondary .wrapper > ul > li.open > ul {
                max-height: 1000px; }
              #header .nav.nav-secondary .wrapper > ul > li.open > a {
                border: 0; }
                #header .nav.nav-secondary .wrapper > ul > li.open > a:before {
                  background-repeat: no-repeat;
                  background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
                  background-position: -233px -200.5px;
                  width: 14px;
                  height: 14px; } }
              @media only screen and (max-width: 975px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 975px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 975px) and (min-resolution: 240dpi) {
                #header .nav.nav-secondary .wrapper > ul > li.open > a:before {
                  background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
                  background-size: 249.5px; } }
  @media only screen and (max-width: 975px) {
        #header .nav.nav-mobile {
          display: block;
          height: 50px; }
      #header.hide-primary.hide-secondary {
        overflow: hidden; }
      #header.hide-primary .nav-top, #header.hide-primary .nav-primary, #header.hide-primary .mobile-bg {
        -webkit-transform: translate(-400px, 0);
        -moz-transform: translate(-400px, 0);
        -ms-transform: translate(-400px, 0);
        -o-transform: translate(-400px, 0);
        transform: translate(-400px, 0); }
      #header.hide-primary .primary-menu-close {
        display: none; }
      #header.hide-secondary .nav.nav-secondary ul {
        -webkit-transform: translate(0, -120%);
        -moz-transform: translate(0, -120%);
        -ms-transform: translate(0, -120%);
        -o-transform: translate(0, -120%);
        transform: translate(0, -120%); } }
  #header .menu-search-area {
    position: relative; }
    #header .menu-search-area.expanded {
      margin-left: 23px;
      height: 22px; }
      #header .menu-search-area.expanded .menu-search input[type="text"] {
        visibility: visible;
        width: 180px; }
      #header .menu-search-area.expanded .menu-search .menu-search-button {
        position: absolute;
        right: 0;
        top: 1px; }
      #header .menu-search-area.expanded .magnifying-glass {
        background-repeat: no-repeat;
        background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
        background-position: -186px -74px;
        width: 20px;
        height: 20px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
          #header .menu-search-area.expanded .magnifying-glass {
            background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
            background-size: 249.5px; } }
    #header .menu-search-area .menu-search-button {
      margin-right: 3px; }
    #header .menu-search-area .magnifying-glass {
      vertical-align: top; }
    #header .menu-search-area input[type="text"] {
      -webkit-transition: -webkit-all 0.2s ease-in-out;
      -moz-transition: -moz-all 0.2s ease-in-out;
      -ms-transition: -ms-all 0.2s ease-in-out;
      -o-transition: -o-all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      visibility: hidden;
      position: absolute;
      padding: 5px 25px 5px 5px;
      top: -3px;
      right: 0;
      width: 0; }
    @media only screen and (max-width: 975px) {
      #header .menu-search-area {
        width: 95%;
        margin: auto;
        overflow: hidden; }
        #header .menu-search-area.expanded {
          margin-left: auto;
          height: auto; }
          #header .menu-search-area.expanded .menu-search input[type="text"] {
            visibility: visible;
            width: 100%; }
          #header .menu-search-area.expanded .menu-search .menu-search-button {
            position: relative;
            right: auto;
            top: auto; }
          #header .menu-search-area.expanded .magnifying-glass {
            background-repeat: no-repeat;
            background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
            background-position: -186px -74px;
            width: 20px;
            height: 20px; } }
      @media only screen and (max-width: 975px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 975px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 975px) and (min-resolution: 240dpi) {
        #header .menu-search-area.expanded .magnifying-glass {
          background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
          background-size: 249.5px; } }
    @media only screen and (max-width: 975px) {
        #header .menu-search-area .menu-search-button {
          position: relative;
          z-index: 300; }
        #header .menu-search-area .magnifying-glass {
          background-repeat: no-repeat;
          background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
          background-position: -186px -74px;
          width: 20px;
          height: 20px; } }
    @media only screen and (max-width: 975px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 975px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 975px) and (min-resolution: 240dpi) {
      #header .menu-search-area .magnifying-glass {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }
    @media only screen and (max-width: 975px) {
        #header .menu-search-area input[type="text"] {
          visibility: visible;
          width: 100%;
          margin-top: 10px;
          padding-left: 10px;
          z-index: 250; } }
  #header .menu-basket-area {
    border-left: white dotted 1px;
    padding-left: 10px; }
    #header .menu-basket-area .menu-basket a.menu-basket-button {
      position: relative;
      top: 2px; }
      #header .menu-basket-area .menu-basket a.menu-basket-button .button-text {
        display: inline-block;
        padding-right: 7px;
        padding-top: 4px; }
      #header .menu-basket-area .menu-basket a.menu-basket-button .icon.basket {
        height: 26px;
        width: 26px;
        position: relative;
        top: -3px; }
        #header .menu-basket-area .menu-basket a.menu-basket-button .icon.basket:before {
          content: '\e617';
          display: block;
          font-family: 'IconMoon';
          font-size: 21px; }
  @media only screen and (max-width: 975px) {
    #header .menu-basket-area {
      border-left: 0;
      padding-left: 0; }
      #header .menu-basket-area .menu-basket a.menu-basket-button {
        top: initial; }
    #header .mobile-bg, #header .nav.nav-primary, #header .nav.nav-top {
      width: 250px; }
    #header .nav .primary-menu-close {
      left: 250px;
      background: rgba(0, 0, 0, 0.7); }
    #header .nav .primary-menu-close a {
      display: block; } }

footer#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #591333;
  margin: 30px 0 0 0;
  left: 0; }
  footer#footer a {
    border: 0; }
    footer#footer a:hover {
      text-decoration: underline; }
  footer#footer:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 9px;
    width: 100%;
    background: url(/SiteImages/General/Shadow/shadow-top.png) repeat-x top; }
  footer#footer .wrapper {
    position: relative;
    padding: 28px 20px 0;
    min-height: 110px;
    background: url(/SiteImages/Microsites/footer-detail.png) no-repeat top right; }
  footer#footer .footer-links, footer#footer .product-logo-list {
    list-style: none;
    display: block;
    padding: 10px 0 0;
    margin: 0; }
    footer#footer .footer-links li, footer#footer .product-logo-list li {
      display: inline-block;
      vertical-align: top; }
    footer#footer .footer-links.footer-links li, footer#footer .product-logo-list.footer-links li {
      border-right: 1px #FFF solid;
      margin: 0 3px 0 0;
      padding: 0 8px 0 0;
      line-height: 70%; }
      footer#footer .footer-links.footer-links li:last-child, footer#footer .product-logo-list.footer-links li:last-child {
        border: 0; }
    footer#footer .footer-links.product-logo-list li, footer#footer .product-logo-list.product-logo-list li {
      margin-right: 5px; }
      @media only screen and (max-width: 980px) {
        footer#footer .footer-links.product-logo-list li, footer#footer .product-logo-list.product-logo-list li {
          margin-right: 2px; } }
      footer#footer .footer-links.product-logo-list li:last-child, footer#footer .product-logo-list.product-logo-list li:last-child {
        margin-right: 0; }
  footer#footer a {
    font-size: 0.80em;
    color: #FFF;
    text-decoration: none;
    vertical-align: top; }
    footer#footer a.main-link {
      position: absolute;
      right: 97px;
      top: 40px;
      visibility: visible; }
    footer#footer a.mobile-link {
      visibility: hidden; }
  @media only screen and (max-width: 1250px) {
    footer#footer .wrapper {
      width: auto;
      padding-left: 10px; } }
  @media only screen and (max-width: 940px) {
    footer#footer .wrapper {
      background: none;
      text-align: center;
      min-height: 95px;
      padding-top: 14px; }
    footer#footer .product-logo-list {
      display: none; }
    footer#footer a.main-link {
      visibility: hidden; }
    footer#footer a.mobile-link {
      display: block;
      margin: 10px auto;
      visibility: visible; } }

@font-face {
  font-family: 'NewsGothic';
  src: url("/SiteFonts/NewsGothicLight/NewsGothic-Light-webfont.eot");
  src: url("/SiteFonts/NewsGothicLight/NewsGothic-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/SiteFonts/NewsGothicLight/NewsGothic-Light-webfont.woff2") format("woff2"), url("/SiteFonts/NewsGothicLight/NewsGothic-Light-webfont.woff") format("woff"), url("/SiteFonts/NewsGothicLight/NewsGothic-Light-webfont.ttf") format("truetype"), url("/SiteFonts/NewsGothicLight/NewsGothic-Light-webfont.svg#news_gothic_fslight") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'NewsGothic';
  src: url("/SiteFonts/NewsGothicBook/NewsGothic-Book-webfont.eot");
  src: url("/SiteFonts/NewsGothicBook/NewsGothic-Book-webfont.eot?#iefix") format("embedded-opentype"), url("/SiteFonts/NewsGothicBook/NewsGothic-Book-webfont.woff2") format("woff2"), url("/SiteFonts/NewsGothicBook/NewsGothic-Book-webfont.woff") format("woff"), url("/SiteFonts/NewsGothicBook/NewsGothic-Book-webfont.ttf") format("truetype"), url("/SiteFonts/NewsGothicBook/NewsGothic-Book-webfont.svg#news_gothic_fsbook") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'NewsGothic';
  src: url("/SiteFonts/NewsGothicBold/NewsGothic-Bold-webfont.eot");
  src: url("/SiteFonts/NewsGothicBold/NewsGothic-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/SiteFonts/NewsGothicBold/NewsGothic-Bold-webfont.woff2") format("woff2"), url("/SiteFonts/NewsGothicBold/NewsGothic-Bold-webfont.woff") format("woff"), url("/SiteFonts/NewsGothicBold/NewsGothic-Bold-webfont.ttf") format("truetype"), url("/SiteFonts/NewsGothicBold/NewsGothic-Bold-webfont.svg#news_gothic_fs_mediumbold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'IconMoon';
  src: url("/SiteFonts/IconMoon/icomoon.eot?guwfcm");
  src: url("/SiteFonts/IconMoon/icomoon.eot?#iefixguwfcm") format("embedded-opentype"), url("/SiteFonts/IconMoon/icomoon.woff?guwfcm") format("woff"), url("/SiteFonts/IconMoon/icomoon.ttf?guwfcm") format("truetype"), url("/SiteFonts/IconMoon/icomoon.svg?guwfcm#icomoon") format("svg");
  font-weight: 400;
  font-style: normal; }

/************************************
To Set fonts, please use the font-weight.
200 = Light
400 = Regular (or Book, technically)
700 = Bold
*****************************************/
h1, h2, h3, h4, h5, h6, .header1, .header2, .header3, .header4, .header5, .header6 {
  margin: 0 0 1.4em 0;
  color: #591333; }

h1, .header1 {
  font-size: 2.6em;
  font-weight: normal;
  line-height: 49px; }

h2, .header2 {
  font-size: 2.8em;
  font-weight: normal;
  line-height: 39px; }

h3, .header3 {
  font-size: 2.1em;
  font-weight: normal;
  line-height: 32px; }

h4, .header4 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 27px; }

h5, .header5 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 25px;
  margin: 0 0 1.6em 0; }

h6, .header6 {
  font-size: 0.9em;
  font-weight: bold;
  line-height: 25px;
  margin: 0 0 1.6em 0; }

.widgetSection h2 {
  font-size: 2.3em; }

.widgetSection h3 {
  font-size: 1.8em; }

aside.main h3 {
  border-bottom: 1px #591333 solid;
  padding: 0 0 10px 0;
  margin: 1em 0 .5em; }

aside.main h3:first-child {
  margin-top: 0; }

aside.main p {
  margin-bottom: 1em; }

.PaneContent, p {
  font-size: 1.2em;
  margin: 0 0 1.6em 0;
  color: #000000;
  line-height: 25px; }
  .PaneContent ol li, .PaneContent ul li, p ol li, p ul li {
    font-size: 1em; }

strong {
  color: #591333; }

#micro-main strong {
  color: inherit; }

a {
  color: #591333;
  border-bottom: 1px dotted #591333;
  text-decoration: none; }
  a:hover {
    border-bottom: 1px solid transparent; }

ul, ol {
  margin: 0 0 25px 6px;
  padding-left: 15px; }
  ul li, ol li {
    font-size: 16px; }

/* ensure nested ul/ol do not implement margin-bottom */
ul > ul {
  margin-bottom: 0px; }

ol > ol {
  margin-bottom: 0px; }

ul > ol {
  margin-bottom: 0px; }

ol > ul {
  margin-bottom: 0px; }

.sub-title-with-line {
  font-size: 1.9em;
  border-bottom: 1px solid #000;
  margin-bottom: 1.1em;
  padding-bottom: 10px; }

.sub-title {
  font-size: 1.5em; }

.page-title {
  font-size: 2.9em; }
  .page-title.with-sub {
    margin-bottom: 0; }

.no-border {
  border-bottom: none; }

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

.mg-2 {
  margin-bottom: 20px; }

.mg-3 {
  margin-bottom: 10px; }

.mg-4 {
  margin-bottom: 5px; }

@media screen and (max-width: 975px) {
  h2 {
    font-size: 1.7em;
    margin: 0 0 1.45em 0; }
  h3 {
    font-size: 1.4em;
    margin: 0 0 1.5em 0; }
  h4 {
    font-size: 1.15em; }
  h5 {
    font-size: 1.1em; } }

@media screen and (max-width: 640px) {
  .page-title {
    font-size: 2.0em;
    margin-bottom: 15px; }
  h1 {
    font-size: 1.6em;
    margin: 0 0 1.5em 0; }
  h2 {
    font-size: 1.3em;
    margin: 0 0 1.4em 0; }
  h3 {
    font-size: 1.27em;
    margin: 0 0 1.35em 0; }
  h4 {
    font-size: 1.15em;
    margin: 0 0 1.38em 0; } }

#mti_wfs_colophon {
  visibility: hidden; }

html {
  position: relative;
  height: 100% !important; }

body {
  background: white;
  font-family: 'NewsGothic', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow-x: hidden;
  /*@media only screen and (max-width: $break-tablet) {
        padding-top: 120px;
    }*/ }

.wrapper {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px; }
  @media only screen and (max-width: 1060px) {
    .wrapper {
      width: auto; } }

.bread-crumbs {
  font-size: 16px;
  margin-bottom: 20px; }

.signoutLink {
  display: none; }

.session-modal-background {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: table; }
  .session-modal-background .modal-content-wrapper {
    display: table-cell;
    vertical-align: middle; }
  .session-modal-background .modal-content {
    display: block;
    margin: auto;
    max-width: 480px;
    padding: 20px;
    background: #fff;
    border: 0;
    border-radius: 10px; }
    .session-modal-background .modal-content .modal-title {
      color: #591333;
      font-size: 2em;
      line-height: 1.4em;
      border-bottom: 1px #591333 solid; }
    .session-modal-background .modal-content .modal-text {
      color: #000;
      font-size: 1.2em;
      margin: 10px auto; }
    .session-modal-background .modal-content button {
      font-size: 1.2em;
      border-radius: 5px;
      padding: 10px; }
      .session-modal-background .modal-content button.log-off {
        background-color: #fff;
        color: #591333;
        border: 1px #591333 solid; }
      .session-modal-background .modal-content button.remain {
        float: right;
        background-color: #591333;
        color: #fff;
        border: 1px #fff solid; }

.GA-JSON {
  display: none; }

#corp-landing-hero {
  position: relative;
  height: 100%;
  padding: 0;
  min-height: 450px;
  max-height: 93%;
  max-width: 100%; }
  #corp-landing-hero .hero {
    position: absolute;
    width: 100%;
    height: 100%; }
    #corp-landing-hero .hero .full-view {
      background-size: cover;
      background-position: center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      #corp-landing-hero .hero .full-view .hero-content {
        background: #fff;
        background: rgba(255, 255, 255, 0.7);
        width: 65%;
        border-radius: 8px;
        margin: 5% auto 0;
        padding: 50px;
        -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5); }
      #corp-landing-hero .hero .full-view .nudge-container {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center; }
      @media screen and (max-height: 850px) and (min-width: 640px) {
        #corp-landing-hero .hero .full-view .hero-content {
          padding: 30px; }
          #corp-landing-hero .hero .full-view .hero-content span {
            font-size: 25px; } }
  @media screen and (max-width: 1125px) and (max-height: 850px) {
    #corp-landing-hero .hero .full-view .hero-content {
      padding: 25px; } }
  @media screen and (max-width: 750px) {
    #corp-landing-hero .hero .full-view .hero-content {
      width: 80%; } }
  @media screen and (max-width: 640px) {
    #corp-landing-hero {
      height: auto;
      position: relative;
      min-height: 0; }
      #corp-landing-hero .hero {
        position: static;
        height: auto; }
        #corp-landing-hero .hero .full-view {
          position: relative;
          padding-top: 20px; }
          #corp-landing-hero .hero .full-view .hero-content {
            width: 95%;
            padding: 20px 13px;
            margin: 0 auto; }
          #corp-landing-hero .hero .full-view .nudge-container {
            margin-top: 20px;
            position: static; } }

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

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

#hero-carousel {
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
  height: 450px; }
  @media only screen and (max-width: 640px) {
    #hero-carousel .button, #hero-carousel input[type="submit"], #hero-carousel .forum-move-thread a, .forum-move-thread #hero-carousel a {
      width: auto;
      text-align: left;
      margin: 0 10px 5px !important; } }
  #hero-carousel .button .font-icon, #hero-carousel input[type="submit"] .font-icon, #hero-carousel .forum-move-thread a .font-icon, .forum-move-thread #hero-carousel a .font-icon, #hero-carousel .button .axelos-ratings .rating-star, .axelos-ratings #hero-carousel .button .rating-star, #hero-carousel input[type="submit"] .axelos-ratings .rating-star, .axelos-ratings #hero-carousel input[type="submit"] .rating-star, #hero-carousel .forum-move-thread a .axelos-ratings .rating-star, .axelos-ratings #hero-carousel .forum-move-thread a .rating-star, .forum-move-thread #hero-carousel a .axelos-ratings .rating-star, .axelos-ratings .forum-move-thread #hero-carousel a .rating-star, #hero-carousel .button
  .case-study-preview .rating-star,
  .case-study-preview #hero-carousel .button .rating-star, #hero-carousel input[type="submit"]
  .case-study-preview .rating-star,
  .case-study-preview #hero-carousel input[type="submit"] .rating-star, #hero-carousel .forum-move-thread a
  .case-study-preview .rating-star,
  .case-study-preview #hero-carousel .forum-move-thread a .rating-star, .forum-move-thread #hero-carousel a
  .case-study-preview .rating-star,
  .case-study-preview .forum-move-thread #hero-carousel a .rating-star, #hero-carousel .button
  .community-item .rating-star,
  .community-item #hero-carousel .button .rating-star, #hero-carousel input[type="submit"]
  .community-item .rating-star,
  .community-item #hero-carousel input[type="submit"] .rating-star, #hero-carousel .forum-move-thread a
  .community-item .rating-star,
  .community-item #hero-carousel .forum-move-thread a .rating-star, .forum-move-thread #hero-carousel a
  .community-item .rating-star,
  .community-item .forum-move-thread #hero-carousel a .rating-star, #hero-carousel .button
  .comments-section .rating-star,
  .comments-section #hero-carousel .button .rating-star, #hero-carousel input[type="submit"]
  .comments-section .rating-star,
  .comments-section #hero-carousel input[type="submit"] .rating-star, #hero-carousel .forum-move-thread a
  .comments-section .rating-star,
  .comments-section #hero-carousel .forum-move-thread a .rating-star, .forum-move-thread #hero-carousel a
  .comments-section .rating-star,
  .comments-section .forum-move-thread #hero-carousel a .rating-star, #hero-carousel .button
  .cpd-rating .rating-star,
  .cpd-rating #hero-carousel .button .rating-star, #hero-carousel input[type="submit"]
  .cpd-rating .rating-star,
  .cpd-rating #hero-carousel input[type="submit"] .rating-star, #hero-carousel .forum-move-thread a
  .cpd-rating .rating-star,
  .cpd-rating #hero-carousel .forum-move-thread a .rating-star, .forum-move-thread #hero-carousel a
  .cpd-rating .rating-star,
  .cpd-rating .forum-move-thread #hero-carousel a .rating-star, #hero-carousel .button .pagination-list .icon-chevron-left, .pagination-list #hero-carousel .button .icon-chevron-left, #hero-carousel input[type="submit"] .pagination-list .icon-chevron-left, .pagination-list #hero-carousel input[type="submit"] .icon-chevron-left, #hero-carousel .forum-move-thread a .pagination-list .icon-chevron-left, .pagination-list #hero-carousel .forum-move-thread a .icon-chevron-left, .forum-move-thread #hero-carousel a .pagination-list .icon-chevron-left, .pagination-list .forum-move-thread #hero-carousel a .icon-chevron-left, #hero-carousel .button
  .pagination-list .icon-chevron-right,
  .pagination-list #hero-carousel .button .icon-chevron-right, #hero-carousel input[type="submit"]
  .pagination-list .icon-chevron-right,
  .pagination-list #hero-carousel input[type="submit"] .icon-chevron-right, #hero-carousel .forum-move-thread a
  .pagination-list .icon-chevron-right,
  .pagination-list #hero-carousel .forum-move-thread a .icon-chevron-right, .forum-move-thread #hero-carousel a
  .pagination-list .icon-chevron-right,
  .pagination-list .forum-move-thread #hero-carousel a .icon-chevron-right, #hero-carousel .button .pager-v2 .pager-item.next a:before, .pager-v2 .pager-item.next #hero-carousel .button a:before, #hero-carousel input[type="submit"] .pager-v2 .pager-item.next a:before, .pager-v2 .pager-item.next #hero-carousel input[type="submit"] a:before, #hero-carousel .forum-move-thread a .pager-v2 .pager-item.next a:before, .pager-v2 .pager-item.next #hero-carousel .forum-move-thread a a:before, .forum-move-thread #hero-carousel a .pager-v2 .pager-item.next a:before, .pager-v2 .pager-item.next .forum-move-thread #hero-carousel a a:before, #hero-carousel .button
  .pager-v2 .pager-item.prev a:before,
  .pager-v2 .pager-item.prev #hero-carousel .button a:before, #hero-carousel input[type="submit"]
  .pager-v2 .pager-item.prev a:before,
  .pager-v2 .pager-item.prev #hero-carousel input[type="submit"] a:before, #hero-carousel .forum-move-thread a
  .pager-v2 .pager-item.prev a:before,
  .pager-v2 .pager-item.prev #hero-carousel .forum-move-thread a a:before, .forum-move-thread #hero-carousel a
  .pager-v2 .pager-item.prev a:before,
  .pager-v2 .pager-item.prev .forum-move-thread #hero-carousel a a:before {
    color: white;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px; }
  #hero-carousel .hero-content {
    position: relative;
    margin: 0 auto;
    text-align: center;
    top: 30%; }
    #hero-carousel .hero-content h2, #hero-carousel .hero-content p {
      color: #FFF;
      margin: 0 0 15px 0; }
    #hero-carousel .hero-content p {
      font-size: 21px; }
    #hero-carousel .hero-content .button, #hero-carousel .hero-content input[type="submit"], #hero-carousel .hero-content .forum-move-thread a, .forum-move-thread #hero-carousel .hero-content a {
      display: inline-block;
      margin: 0 10px 10px 0; }
      #hero-carousel .hero-content .button:last-child, #hero-carousel .hero-content input[type="submit"]:last-child, #hero-carousel .hero-content .forum-move-thread a:last-child, .forum-move-thread #hero-carousel .hero-content a:last-child {
        margin-right: 0; }
  #hero-carousel .slick-slider .slick-track,
  #hero-carousel .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  #hero-carousel .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%; }
  #hero-carousel .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 100%; }
  #hero-carousel .slick-prev,
  #hero-carousel .slick-next {
    position: absolute;
    top: 40%;
    background: none;
    border: 0;
    padding: 20px 50px;
    margin: 0;
    font-size: 32px;
    font-family: 'IconMoon';
    color: white;
    outline: 0;
    z-index: 2; }
    #hero-carousel .slick-prev:hover,
    #hero-carousel .slick-next:hover {
      color: #d9d9d9; }
    #hero-carousel .slick-prev:active,
    #hero-carousel .slick-next:active {
      color: #b3b2b2; }
  #hero-carousel .slick-next {
    right: 100px; }
    #hero-carousel .slick-next:before {
      content: '\e901'; }
  #hero-carousel .slick-prev {
    left: 100px; }
    #hero-carousel .slick-prev:before {
      content: '\e900'; }
  #hero-carousel .slick-dots {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    top: auto;
    bottom: 170px;
    text-align: center; }
    #hero-carousel .slick-dots li {
      display: inline-block;
      font-size: 1px;
      padding: 10px 2px; }
      #hero-carousel .slick-dots li:first-child {
        padding-left: 8px; }
      #hero-carousel .slick-dots li:last-child {
        padding-right: 8px; }
      #hero-carousel .slick-dots li button {
        outline: 0;
        border-radius: 20px;
        border: 1px white solid;
        text-indent: -9999px;
        width: 9px;
        height: 9px;
        background: none;
        margin: 0 auto;
        display: inline-block;
        padding: 0; }
      #hero-carousel .slick-dots li.slick-active button {
        background: white; }
  @media only screen and (max-width: 975px) {
    #hero-carousel .hero-content h2 {
      font-size: 24px;
      line-height: 100%; }
    #hero-carousel .slick-prev, #hero-carousel .slick-next {
      padding: 20px; }
    #hero-carousel .slick-prev {
      left: 10px; }
    #hero-carousel .slick-next {
      right: 10px;
      padding: 20px; } }
  @media only screen and (max-width: 640px) {
    #hero-carousel .slick-prev, #hero-carousel .slick-next {
      font-size: 21px;
      padding: 3px; }
    #hero-carousel .slick-dots {
      display: none !important; }
    #hero-carousel .hero-content {
      padding: 0 45px;
      top: 20px; }
      #hero-carousel .hero-content p {
        font-size: 16px; } }

.hero-image,
.hero-image-image,
.transparent-cover,
.hero-carousel-item {
  outline: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.hero-carousel-item.slick-slide {
  position: relative;
  float: left;
  min-height: 1px;
  height: 100%; }

.hero-image-image {
  background-size: cover;
  background-position: center; }

.transparent-cover {
  background-image: url("/SiteImages/General/Transparent/black-40.png"); }

.hero-nudge-down {
  width: 60px;
  height: 60px;
  padding: 0px;
  position: absolute;
  bottom: 105px;
  left: 50%;
  margin-left: -30px;
  outline: 0;
  border: 0;
  border-radius: 50%;
  text-align: center;
  background: none; }
  .hero-nudge-down:before,
  .hero-nudge-down em:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    content: '';
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 0 0 1px white; }
  .hero-nudge-down em {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    padding-top: 13px;
    font-style: normal;
    background: none;
    border: 1px white solid;
    color: white;
    border-radius: 30px; }
    .hero-nudge-down em:before {
      box-shadow: 0 0 0 3px white; }
    .hero-nudge-down em:after {
      margin-right: -1px;
      content: '\e902';
      font-size: 10px;
      font-family: 'IconMoon'; }
  .hero-nudge-down:hover:before {
    -webkit-animation: pulse-22 1.5s infinite;
    animation: pulse-22 1.5s infinite; }
  .hero-nudge-down:hover em {
    background: white;
    border: 1px white solid;
    color: black; }
    .hero-nudge-down:hover em:before {
      -webkit-animation: pulse-21 1.5s infinite;
      animation: pulse-21 1.5s infinite; }
  .hero-nudge-down:active em {
    border: 0;
    background: rgba(255, 255, 255, 0.3);
    color: white; }

@-webkit-keyframes pulse-21 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse-21 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes pulse-22 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  50%, 100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

@keyframes pulse-22 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  50%, 100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

.add-subscription-widget {
  margin-top: 20px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px 1px #ccc; }
  .add-subscription-widget p {
    margin-bottom: 5px; }
  .add-subscription-widget img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
  .add-subscription-widget .title, .add-subscription-widget .subscription-link {
    padding: 0 20px 20px 20px; }
  .add-subscription-widget .name {
    font-weight: bold;
    font-size: 18px;
    color: #591333;
    min-height: 77px; }
  .add-subscription-widget .subscription-link a {
    display: block;
    text-align: center; }
  @media only screen and (max-width: 640px) {
    .add-subscription-widget .title {
      min-height: 0; } }

#stateSuccess {
  color: #358D00;
  padding: 10px 0 0;
  margin-bottom: -5px; }

#corp-main {
  padding-top: 20px;
  clear: both; }
  #corp-main.js-loaded {
    padding-bottom: 0; }
  #corp-main.corp-home, #corp-main.product-landing, #corp-main.audience-landing, #corp-main.marketing-landing {
    padding-top: 0; }
  #corp-main .wrapper {
    max-width: 1000px; }
    #corp-main .wrapper.marketing-landing {
      padding-top: 80px; }
      @media only screen and (max-width: 975px) {
        #corp-main .wrapper.marketing-landing {
          padding-top: 20px; } }
      #corp-main .wrapper.marketing-landing .main-left .widget.width-100 {
        padding: 0; }
        @media only screen and (max-width: 975px) {
          #corp-main .wrapper.marketing-landing .main-left .widget.width-100 {
            margin-bottom: 20px; } }
  #corp-main .main {
    display: inline-block;
    vertical-align: top; }
    #corp-main .main.main-left {
      width: 68%;
      padding: 0 60px 0 0; }
    #corp-main .main.main-right {
      width: 31%; }
      #corp-main .main.main-right .widget .my-membership-img {
        max-width: 100%; }
  @media only screen and (max-width: 975px) {
    #corp-main .wrapper {
      max-width: inherit; }
    #corp-main .main {
      float: none;
      width: auto; }
      #corp-main .main.main-left {
        padding: 0;
        width: 100%; }
      #corp-main .main.main-right {
        padding: 0;
        width: 100%; } }

@media (min-width: 640px) {
  .corp-home {
    position: relative; } }

.corp-home #corp-landing-hero {
  min-height: 470px; }
  @media (max-width: 975px) {
    .corp-home #corp-landing-hero {
      min-height: 535px; } }
  .corp-home #corp-landing-hero .hero {
    position: static; }
    .corp-home #corp-landing-hero .hero .full-view {
      background-position: top; }
      @media (min-width: 1300px) {
        .corp-home #corp-landing-hero .hero .full-view {
          background-position: center; } }
      @media (min-width: 640px) {
        .corp-home #corp-landing-hero .hero .full-view {
          padding-top: 75px; } }
      @media (min-width: 975px) {
        .corp-home #corp-landing-hero .hero .full-view {
          padding-top: 120px; } }
      .corp-home #corp-landing-hero .hero .full-view .hero-content {
        padding: 30px 15px 15px;
        text-align: center;
        margin: 0 auto;
        z-index: 4;
        position: relative; }
        @media (min-width: 975px) {
          .corp-home #corp-landing-hero .hero .full-view .hero-content {
            width: 870px;
            padding: 30px 30px 15px; } }
        .corp-home #corp-landing-hero .hero .full-view .hero-content .nudge-down {
          font-size: 1.1em;
          padding: 11px; }
          @media (min-width: 640px) {
            .corp-home #corp-landing-hero .hero .full-view .hero-content .nudge-down {
              font-size: 1.4em; } }
          @media (min-width: 975px) {
            .corp-home #corp-landing-hero .hero .full-view .hero-content .nudge-down {
              padding: 17px 14px; } }
        .corp-home #corp-landing-hero .hero .full-view .hero-content .nudge-container {
          position: static;
          width: auto;
          margin: 0 auto;
          margin-bottom: 25px; }
          .corp-home #corp-landing-hero .hero .full-view .hero-content .nudge-container .nudge-down {
            border-radius: 5px; }

.corp-home #corp-homebody {
  position: relative; }
  .corp-home #corp-homebody .widgetSection {
    overflow: hidden;
    display: block;
    position: relative; }
  .corp-home #corp-homebody section {
    padding: 45px 70px;
    clear: both; }
    .corp-home #corp-homebody section h2 {
      text-align: center;
      font-weight: normal;
      margin: 0 0 55px 0; }
    .corp-home #corp-homebody section.alternate h2 {
      color: #000;
      font-size: 3em; }
    .corp-home #corp-homebody section.bg-white {
      background-color: #fff; }
    .corp-home #corp-homebody section.bg-grey {
      background-color: #f2f2f2; }
    .corp-home #corp-homebody section.bg-texture {
      background: url("/SiteImages/General/Shadow/texture-bg.jpg") transparent;
      background-size: cover;
      background-position: center center; }
    @media screen and (max-width: 975px) {
      .corp-home #corp-homebody section {
        padding: 35px 45px; } }
    @media screen and (max-width: 640px) {
      .corp-home #corp-homebody section {
        padding: 30px 0px; }
        .corp-home #corp-homebody section.alternate h2 {
          font-size: 1.7em;
          margin: 0 0 25px 0; } }

.corp-home .sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 75px;
  z-index: 10; }
  .corp-home .sticky .sticky-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.9;
    -ms-filter: "alpha(opacity=0.9)";
    filter: alpha(opacity=90);
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    zoom: 1; }
  .corp-home .sticky .wrapper {
    position: relative; }
  .corp-home .sticky .sticky-label {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 85px;
    text-transform: uppercase;
    color: #591333; }
    @media (max-width: 640px) {
      .corp-home .sticky .sticky-label {
        display: none; } }
  .corp-home .sticky .axelos-carousel {
    position: absolute;
    top: -30px;
    bottom: 0;
    left: 230px;
    right: 30px; }
    @media (max-width: 975px) {
      .corp-home .sticky .axelos-carousel {
        left: 180px;
        right: 0px; } }
    @media (max-width: 640px) {
      .corp-home .sticky .axelos-carousel {
        left: 30px;
        right: 30px; } }
    .corp-home .sticky .axelos-carousel .item {
      height: 35px;
      text-align: center;
      width: auto; }
      .corp-home .sticky .axelos-carousel .item a, .corp-home .sticky .axelos-carousel .item a:link, .corp-home .sticky .axelos-carousel .item a:visited, .corp-home .sticky .axelos-carousel .item a:hover, .corp-home .sticky .axelos-carousel .item a:active {
        text-decoration: none;
        border: 0;
        width: 100%;
        height: 100%; }
        .corp-home .sticky .axelos-carousel .item a img, .corp-home .sticky .axelos-carousel .item a:link img, .corp-home .sticky .axelos-carousel .item a:visited img, .corp-home .sticky .axelos-carousel .item a:hover img, .corp-home .sticky .axelos-carousel .item a:active img {
          max-width: 100%;
          max-height: 100%; }
    @media (max-width: 640px) {
      .corp-home .sticky .axelos-carousel .slides {
        max-width: initial !important; } }
    .corp-home .sticky .axelos-carousel .slides .slick-prev, .corp-home .sticky .axelos-carousel .slides .slick-next {
      position: absolute;
      left: -16px;
      top: 5px;
      width: auto;
      height: auto;
      background: none !important; }
    .corp-home .sticky .axelos-carousel .slides .slick-prev:after {
      content: "";
      display: block;
      background-repeat: no-repeat;
      background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
      background-position: -233px -20px;
      width: 12px;
      height: 21px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
        .corp-home .sticky .axelos-carousel .slides .slick-prev:after {
          background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
          background-size: 249.5px; } }
    .corp-home .sticky .axelos-carousel .slides .slick-next {
      left: auto;
      right: -35px; }
      .corp-home .sticky .axelos-carousel .slides .slick-next:after {
        content: "";
        display: block;
        background-repeat: no-repeat;
        background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
        background-position: -233px -45px;
        width: 12px;
        height: 21px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
          .corp-home .sticky .axelos-carousel .slides .slick-next:after {
            background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
            background-size: 249.5px; } }
      @media (max-width: 640px) {
        .corp-home .sticky .axelos-carousel .slides .slick-next {
          right: -14px; } }
    .corp-home .sticky .axelos-carousel .slick-dots {
      display: none !important; }

.corp-home #partner-search-wrapper .select-dropdown {
  max-height: 150px; }

.audience-landing #corp-landing-hero .hero .full-view .hero-content h1 {
  width: 100%;
  font-size: 46px;
  color: #000;
  margin: 0 0 30px 0;
  font-weight: normal; }

.audience-landing #corp-landing-hero .hero .full-view .hero-content .quote-large {
  font-size: 24px;
  line-height: 1.5em;
  display: inline-block;
  margin-bottom: 30px; }
  .audience-landing #corp-landing-hero .hero .full-view .hero-content .quote-large:before {
    content: "";
    display: block;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: -55px -44px;
    width: 45px;
    height: 38px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .audience-landing #corp-landing-hero .hero .full-view .hero-content .quote-large:before {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }

.audience-landing #corp-landing-hero .hero .full-view .hero-content .quote-author {
  text-transform: uppercase;
  font-size: 14px; }
  .audience-landing #corp-landing-hero .hero .full-view .hero-content .quote-author:first-child {
    font-weight: bold; }

@media screen and (max-width: 1125px) {
  .audience-landing #corp-landing-hero .hero .full-view .hero-content {
    width: 75%;
    padding: 40px; } }

@media screen and (max-width: 1125px) and (max-height: 850px) {
  .audience-landing #corp-landing-hero .hero .full-view .hero-content {
    padding: 25px; }
    .audience-landing #corp-landing-hero .hero .full-view .hero-content .quote-large:before {
      display: none; } }

@media screen and (max-width: 640px) {
  .audience-landing #corp-landing-hero .hero .full-view .hero-content h1 {
    font-size: 2.2em; }
  .audience-landing #corp-landing-hero .hero .full-view .hero-content .quote-large {
    font-size: 18px; }
  .audience-landing #corp-landing-hero .hero .full-view .hero-content .quote-author {
    font-size: 12px; } }

.audience-landing #corp-audience-body {
  position: relative; }
  .audience-landing #corp-audience-body section {
    padding: 45px 70px; }
    .audience-landing #corp-audience-body section h2 {
      text-align: center;
      font-weight: normal;
      margin: 0 0 55px 0; }
    .audience-landing #corp-audience-body section.alternate h2 {
      color: #000;
      font-size: 3em; }
    .audience-landing #corp-audience-body section.bg-white {
      background-color: #fff; }
    .audience-landing #corp-audience-body section.bg-grey {
      background-color: #f2f2f2; }
    .audience-landing #corp-audience-body section.bg-texture {
      background: url("/SiteImages/General/Shadow/texture-bg.jpg") transparent;
      background-size: cover;
      background-position: center center; }
    @media screen and (max-width: 975px) {
      .audience-landing #corp-audience-body section {
        padding: 35px 45px; } }
    @media screen and (max-width: 640px) {
      .audience-landing #corp-audience-body section {
        padding: 30px 20px; }
        .audience-landing #corp-audience-body section.alternate h2 {
          font-size: 1.7em; } }

#pager {
  margin: 20px 0 30px;
  font-size: 16px; }
  #pager .pager-item {
    padding: 2px 5px; }
    #pager .pager-item.current, #pager .pager-item.False {
      background-color: #591333;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      border-radius: 5px 5px 5px 5px;
      color: #fff;
      cursor: default; }
      #pager .pager-item.current a, #pager .pager-item.False a {
        color: #fff; }
  #pager .pager-spacer {
    padding: 2px 5px; }
    #pager .pager-spacer a {
      border-bottom: 0; }
  #pager ul {
    list-style: none;
    padding: 0; }
    #pager ul li {
      display: inline;
      cursor: pointer;
      margin-right: 5px;
      border-bottom: 1px dotted #591333;
      border-radius: 0; }
      #pager ul li:hover {
        border-bottom: 0; }
      #pager ul li.current {
        border-bottom: 0; }

.pagination-list {
  list-style: none;
  margin: 10px 0;
  padding: 0; }
  .pagination-list .sr-only {
    display: none; }
  .pagination-list .icon-chevron-left:before,
  .pagination-list .icon-chevron-right:before {
    margin-top: 3px;
    display: block;
    font-size: 11px; }
  .pagination-list .icon-chevron-right:before {
    content: "\e901"; }
  .pagination-list .icon-chevron-left:before {
    content: "\e900"; }
  .pagination-list li {
    display: inline-block;
    vertical-align: top; }
    .pagination-list li a {
      display: block; }
    .pagination-list li a, .pagination-list li.active {
      width: 40px;
      height: 40px;
      text-align: center;
      padding-top: 10px;
      font-size: 15px;
      text-decoration: none;
      border: 0;
      border: 1px #591333 solid;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    .pagination-list li.active {
      background: #591333;
      color: white; }

.pager-v2 .pager-item a, .pager-v2 .pager-item.current, .pager-v2 .pager-item.next a,
.pager-v2 .pager-item.prev a {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  text-align: center;
  border: 1px solid #591333;
  border-radius: 5px; }

.pager-v2 {
  text-align: center;
  margin: 20px 0;
  font-size: 17px; }

.pager-v2 .pager-item a {
  color: #591333; }
  .pager-v2 .pager-item a:hover {
    background-color: #591333;
    color: white; }

.pager-v2 .pager-item.current {
  background-color: #591333;
  color: white; }

.pager-v2 .pager-item.next a,
.pager-v2 .pager-item.prev a {
  font-size: 0; }
  .pager-v2 .pager-item.next a:before,
  .pager-v2 .pager-item.prev a:before {
    font-size: 12px;
    position: relative;
    top: 4px; }

.pager-v2-elipsis {
  position: relative;
  top: -3px;
  padding: 0 4px; }

#corp-landing-hero .hero .full-view .hero-content {
  text-align: center; }
  #corp-landing-hero .hero .full-view .hero-content h1 {
    width: 100%;
    /*display: none;*/ }
  #corp-landing-hero .hero .full-view .hero-content .logo {
    margin: 0 0 50px 0; }
  #corp-landing-hero .hero .full-view .hero-content span {
    font-size: 29px;
    line-height: 1.5em;
    display: inline-block; }
  #corp-landing-hero .hero .full-view .hero-content .buttons .button, #corp-landing-hero .hero .full-view .hero-content .buttons input[type="submit"], #corp-landing-hero .hero .full-view .hero-content .buttons .forum-move-thread a, .forum-move-thread #corp-landing-hero .hero .full-view .hero-content .buttons a {
    width: 48%;
    margin: 40px 0.5% 0;
    font-size: 20px; }

@media screen and (max-height: 850px) and (min-width: 640px) {
  #corp-landing-hero .hero .full-view .hero-content .logo {
    margin-bottom: 25px; }
  #corp-landing-hero .hero .full-view .hero-content .buttons .button, #corp-landing-hero .hero .full-view .hero-content .buttons input[type="submit"], #corp-landing-hero .hero .full-view .hero-content .buttons .forum-move-thread a, .forum-move-thread #corp-landing-hero .hero .full-view .hero-content .buttons a {
    margin-top: 25px; } }

@media screen and (max-width: 640px) {
  #corp-landing-hero .hero .full-view .hero-content .logo {
    margin: 0 0 20px 0; }
  #corp-landing-hero .hero .full-view .hero-content span {
    font-size: 18px; }
  #corp-landing-hero .hero .full-view .hero-content .buttons .button, #corp-landing-hero .hero .full-view .hero-content .buttons input[type="submit"], #corp-landing-hero .hero .full-view .hero-content .buttons .forum-move-thread a, .forum-move-thread #corp-landing-hero .hero .full-view .hero-content .buttons a {
    font-size: 18px;
    width: 98%;
    margin: 20px 0 0 0; } }

#corp-prod-landing-body {
  position: relative; }
  #corp-prod-landing-body section {
    padding: 45px 70px; }
    #corp-prod-landing-body section h2 {
      text-align: center;
      font-weight: normal;
      margin: 0 0 55px 0; }
    #corp-prod-landing-body section.alternate h2 {
      color: #000;
      font-size: 3em; }
    #corp-prod-landing-body section.bg-white {
      background-color: #fff; }
    #corp-prod-landing-body section.bg-grey {
      background-color: #f2f2f2; }
    #corp-prod-landing-body section.bg-texture {
      background: url("/SiteImages/General/Shadow/texture-bg.jpg") transparent;
      background-size: cover;
      background-position: center center; }
    @media screen and (max-width: 975px) {
      #corp-prod-landing-body section {
        padding: 35px 45px; } }
    @media screen and (max-width: 640px) {
      #corp-prod-landing-body section {
        padding: 30px 20px; }
        #corp-prod-landing-body section.alternate h2 {
          font-size: 1.7em; } }

#faq-page {
  min-height: 650px; }
  #faq-page h1 {
    margin-bottom: 7%; }
  #faq-page h2 {
    margin-bottom: 0.75em; }
    #faq-page h2 a,
    #faq-page h2 a:hover {
      border-bottom: none; }
  #faq-page .faq-cat-descption {
    margin-bottom: 0.72em; }
  #faq-page .faq-buttons {
    margin-bottom: 10px; }
    #faq-page .faq-buttons .button, #faq-page .faq-buttons input[type="submit"], #faq-page .faq-buttons .forum-move-thread a, .forum-move-thread #faq-page .faq-buttons a {
      margin-bottom: 15px;
      margin-right: 10px; }
  #faq-page .link-list {
    margin-bottom: 30px; }
    #faq-page .link-list ul > li:last-child .expander-link {
      border-bottom: 1px solid #eee7ea; }
    #faq-page .link-list ul > li .expander-link {
      font-size: 1em; }
  #faq-page .faq-contact {
    margin-bottom: 35px; }
  #faq-page.faq-list-page .link-list {
    margin-bottom: 25px; }
    #faq-page.faq-list-page .link-list ul {
      padding-left: 0; }
      #faq-page.faq-list-page .link-list ul > li {
        list-style: none; }
        #faq-page.faq-list-page .link-list ul > li:first-child .expander-link {
          border-bottom: 1px solid #AC8999; }

.faq-list-page .expander-link, .faq-search .expander-link {
  display: block;
  position: relative;
  padding: .6em 2.8em .6em .7em;
  color: #591333;
  text-decoration: none;
  border-bottom: 1px solid #AC8999; }
  .faq-list-page .expander-link.expanded, .faq-search .expander-link.expanded {
    border-bottom: none; }
  .faq-list-page .expander-link:hover, .faq-search .expander-link:hover {
    background-color: #591333;
    color: #fff; }
    .faq-list-page .expander-link:hover:after, .faq-search .expander-link:hover:after {
      background-repeat: no-repeat;
      background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
      background-position: -233px -164.5px;
      width: 14px;
      height: 14px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
        .faq-list-page .expander-link:hover:after, .faq-search .expander-link:hover:after {
          background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
          background-size: 249.5px; } }
    .faq-list-page .expander-link:hover.expanded:after, .faq-search .expander-link:hover.expanded:after {
      background-repeat: no-repeat;
      background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
      background-position: -29px -185.5px;
      width: 14px;
      height: 14px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
        .faq-list-page .expander-link:hover.expanded:after, .faq-search .expander-link:hover.expanded:after {
          background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
          background-size: 249.5px; } }
  .faq-list-page .expander-link:after, .faq-search .expander-link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    margin-top: -7px;
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: -233px -182.5px;
    width: 14px;
    height: 14px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .faq-list-page .expander-link:after, .faq-search .expander-link:after {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }
  .faq-list-page .expander-link.expanded:after, .faq-search .expander-link.expanded:after {
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: -233px -200.5px;
    width: 14px;
    height: 14px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .faq-list-page .expander-link.expanded:after, .faq-search .expander-link.expanded:after {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }

.faq-list-page .faq-answer, .faq-search .faq-answer {
  padding: .6em 2.8em .6em .7em;
  display: none; }

.search-landing-v2 {
  max-width: 100%;
  padding: 0; }
  .search-landing-v2 .search-main:after {
    content: '';
    display: block;
    clear: both; }
  .search-landing-v2 .search-main .clear {
    clear: both; }
  .search-landing-v2 .search-main .editing-form-label-cell {
    display: none; }
  .search-landing-v2 .search-main .form-group {
    float: left;
    margin-bottom: 30px;
    margin-right: 20px; }
  .search-landing-v2 .search-main input[type="text"] {
    width: 540px;
    max-width: 540px;
    padding: 12px 15px; }
  .search-landing-v2 .search-main input[type="submit"] {
    padding-right: 45px;
    background-image: url("../../SiteImages/Sprites/search-med-white-80.png");
    background-position: 70px 10px;
    background-repeat: no-repeat;
    background-size: 20px 20px; }
  .search-landing-v2 .search-main .total-results {
    clear: both;
    float: left;
    font-size: 30px;
    line-height: 46px;
    color: #591333;
    margin-bottom: 15px; }
  .search-landing-v2 .search-filters {
    border-radius: 0;
    display: inline-block;
    width: 250px;
    padding: 30px 15px 15px;
    margin-top: 0; }
    .search-landing-v2 .search-filters .hide-filters {
      display: none; }
    .search-landing-v2 .search-filters .filter-block {
      margin-bottom: 25px;
      position: relative; }
      .search-landing-v2 .search-filters .filter-block .sub-head,
      .search-landing-v2 .search-filters .filter-block > label {
        font-size: 20px;
        margin-bottom: 10px;
        padding-bottom: 5px;
        padding-right: 30px;
        border-bottom: 1px solid #dfdfdf; }
      .search-landing-v2 .search-filters .filter-block .link-btn.clear {
        position: absolute;
        right: 0;
        top: 5px; }
      .search-landing-v2 .search-filters .filter-block select,
      .search-landing-v2 .search-filters .filter-block .select-label,
      .search-landing-v2 .search-filters .filter-block .select-dropdown,
      .search-landing-v2 .search-filters .filter-block input[type=text] {
        width: 100%;
        max-width: 350px; }
      .search-landing-v2 .search-filters .filter-block .ContentCheckBoxList input[type="checkbox"] {
        display: none; }
      .search-landing-v2 .search-filters .filter-block .ContentCheckBoxList input[type="checkbox"] + label {
        cursor: pointer;
        display: block;
        padding: 10px 0 1px 40px;
        font-size: 16px;
        font-weight: normal;
        color: #000;
        background: url("/SiteImages/General/Icons/sprite-large-checks.png") no-repeat transparent 0 -31px; }
      .search-landing-v2 .search-filters .filter-block .ContentCheckBoxList input[type="checkbox"]:checked + label {
        background-position: 0 0; }
      .search-landing-v2 .search-filters .filter-block .ContentRadioButtonList input[type="radio"] {
        display: none; }
      .search-landing-v2 .search-filters .filter-block .ContentRadioButtonList input[type="radio"] + label {
        cursor: pointer;
        display: block;
        padding: 1px 0 1px 40px;
        font-size: 16px;
        font-weight: normal;
        color: #000;
        background: url("/SiteImages/General/Icons/sprite-radio.png") no-repeat transparent 0 0px; }
      .search-landing-v2 .search-filters .filter-block .ContentRadioButtonList input[type="radio"]:checked + label {
        background-position: 0 -30px; }
      .search-landing-v2 .search-filters .filter-block .actions {
        padding-top: 10px; }
        .search-landing-v2 .search-filters .filter-block .actions:after {
          content: '';
          display: block;
          clear: both; }
        .search-landing-v2 .search-filters .filter-block .actions button {
          float: right; }
          .search-landing-v2 .search-filters .filter-block .actions button:first-child {
            float: left; }
  .search-landing-v2 .search-results {
    padding-bottom: 30px;
    padding-left: 40px;
    display: inline-block;
    vertical-align: top;
    max-width: 70%; }
    .search-landing-v2 .search-results .show-filters {
      display: none; }
    .search-landing-v2 .search-results .no-results-text {
      padding: 20px 0;
      font-size: 24px;
      color: #591333; }
    .search-landing-v2 .search-results .filter-total {
      color: #591333;
      font-size: 18px; }
    .search-landing-v2 .search-results .result-item {
      border-top: 1px solid #AC8999;
      padding: 25px 140px 25px 0;
      position: relative;
      font-size: 17px; }
      .search-landing-v2 .search-results .result-item:first-child {
        border-top: 0; }
      .search-landing-v2 .search-results .result-item .title {
        font-size: 24px;
        color: #591333;
        margin-bottom: 10px; }
      .search-landing-v2 .search-results .result-item .description {
        line-height: 20px; }
      .search-landing-v2 .search-results .result-item .info {
        margin-top: 15px; }
        .search-landing-v2 .search-results .result-item .info .date {
          color: #777777; }
        .search-landing-v2 .search-results .result-item .info .keywords {
          color: #591333;
          font-size: 14px;
          text-transform: uppercase; }
          .search-landing-v2 .search-results .result-item .info .keywords .divider {
            display: inline-block;
            *display: inline;
            zoom: 1;
            padding: 0 5px; }
      .search-landing-v2 .search-results .result-item .type {
        position: absolute;
        top: 25px;
        right: 0;
        color: #fff;
        padding: 2px 6px;
        background-color: #591333;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px; }
  .search-landing-v2 .search-no-results-alternative {
    display: none; }
  .search-landing-v2 .highlight {
    font-weight: bold; }
  @media screen and (max-width: 975px) {
    .search-landing-v2 .search-filters {
      position: absolute;
      top: 0;
      right: -300px;
      width: 280px;
      z-index: 120;
      padding-top: 50px;
      box-shadow: -1px 0 1px 1px #323232;
      -webkit-box-shadow: -1px 0 1px 1px #323232;
      -moz-box-shadow: -1px 0 1px 1px #323232;
      padding-right: 20px; }
      .search-landing-v2 .search-filters .hide-filters {
        display: block;
        position: absolute;
        top: 15px;
        right: 20px;
        background-color: transparent;
        border: 0;
        padding: 0;
        font-size: 0;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
        background-position: -120px -133.5px;
        width: 23.5px;
        height: 23.5px; } }
    @media only screen and (max-width: 975px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 975px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 975px) and (min-resolution: 240dpi) {
      .search-landing-v2 .search-filters .hide-filters {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }
  @media screen and (max-width: 975px) {
    .search-landing-v2 .search-results {
      max-width: 100%;
      width: 100%;
      padding-left: 0; }
      .search-landing-v2 .search-results .show-filters {
        display: block;
        float: right; }
        .search-landing-v2 .search-results .show-filters + div {
          clear: both; } }
  @media screen and (max-width: 640px) {
    .search-landing-v2 .search-main .form-group {
      width: 100%;
      margin-bottom: 15px; }
    .search-landing-v2 .search-main input[type=text] {
      width: 100%; }
    .search-landing-v2 .search-main input[type="submit"] {
      background-position: 60% 10px; }
    .search-landing-v2 .search-filters .filter-block {
      width: 100%; }
      .search-landing-v2 .search-filters .filter-block .select-label,
      .search-landing-v2 .search-filters .filter-block .select-dropdown,
      .search-landing-v2 .search-filters .filter-block input[type=text] {
        width: 100%; }
    .search-landing-v2 .search-results .result-item {
      padding: 25px 0; }
      .search-landing-v2 .search-results .result-item .type {
        position: static;
        margin-bottom: 10px;
        display: inline-block; }
    .search-landing-v2 .search-results .show-filters {
      float: none; } }
  @media screen and (max-width: 450px) {
    .search-landing-v2 .search-main .filter-button {
      float: left;
      width: 100%; } }

#search-order-filters {
  padding: 10px 0;
  margin: 0 0 20px;
  border-top: 1px #AC8999 solid;
  border-bottom: 1px #AC8999 solid; }
  #search-order-filters .select-container {
    width: 200px;
    float: right; }
    #search-order-filters .select-container .select-label {
      width: 100%; }
  #search-order-filters span.sort-label {
    font-size: 18px;
    float: right;
    margin: 12px 15px 0 0; }

.search-widget-form .searchbox {
  margin: 1.3em 1em 1.3em 0;
  width: 79%;
  min-width: 316px; }
  @media screen and (max-width: 640px) {
    .search-widget-form .searchbox {
      min-width: 0;
      width: 100%; } }

.searchBox input[type=text] {
  width: 500px; }
  @media screen and (max-width: 640px) {
    .searchBox input[type=text] {
      width: 100%;
      margin-bottom: 20px; } }

#search-selected-filters-container {
  margin-bottom: 20px; }
  #search-selected-filters-container .title {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-right: 30px;
    border-bottom: 1px solid #dfdfdf; }

.search-selected-filters-container-list {
  margin-bottom: 20px; }
  .search-selected-filters-container-list .list-section {
    margin-bottom: 20px; }
    .search-selected-filters-container-list .list-section .list-title {
      font-size: 14px;
      color: #591333; }

.search-selected-filters-container-list span {
  display: block;
  font-size: 17px;
  margin: 5px 0; }

.search-selected-filters-container-list span a {
  display: inline-block;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
  background-position: 0px -161.5px;
  width: 20px;
  height: 20px;
  border: 0;
  vertical-align: middle;
  margin-top: -6px;
  margin-left: 5px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
    .search-selected-filters-container-list span a {
      background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
      background-size: 249.5px; } }
  .search-selected-filters-container-list span a:hover {
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: -186px -122px;
    width: 20px;
    height: 20px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .search-selected-filters-container-list span a:hover {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }

.article-template .page-heading h1 {
  font-size: 2.55em;
  margin-bottom: 4%; }

.article-template .title {
  font-size: 2em;
  margin-bottom: 0.4em;
  line-height: 1.3em; }

.article-template .info {
  color: #444;
  padding-left: 0;
  list-style: none;
  overflow: hidden;
  margin-left: 0; }
  .article-template .info li {
    display: inline-block;
    font-size: 1.2em;
    line-height: 20px;
    border-left: 1px solid #b9b9b9;
    margin-right: 12px;
    padding-left: 13px;
    vertical-align: bottom; }
    .article-template .info li:first-child {
      padding-left: 0;
      border-left: 0; }
    .article-template .info li.date {
      margin-right: 26px; }
      .article-template .info li.date + li {
        margin-left: -13px; }
    .article-template .info li .font-icon, .article-template .info li .axelos-ratings .rating-star, .axelos-ratings .article-template .info li .rating-star, .article-template .info li
    .case-study-preview .rating-star,
    .case-study-preview .article-template .info li .rating-star, .article-template .info li
    .community-item .rating-star,
    .community-item .article-template .info li .rating-star, .article-template .info li
    .comments-section .rating-star,
    .comments-section .article-template .info li .rating-star, .article-template .info li
    .cpd-rating .rating-star,
    .cpd-rating .article-template .info li .rating-star, .article-template .info li .pagination-list .icon-chevron-left, .pagination-list .article-template .info li .icon-chevron-left, .article-template .info li
    .pagination-list .icon-chevron-right,
    .pagination-list .article-template .info li .icon-chevron-right, .article-template .info li .pager-v2 .pager-item.next a:before, .pager-v2 .pager-item.next .article-template .info li a:before, .article-template .info li
    .pager-v2 .pager-item.prev a:before,
    .pager-v2 .pager-item.prev .article-template .info li a:before {
      margin: 0 5px 3px 0;
      color: #444;
      display: inline-block;
      vertical-align: middle;
      padding-left: 1px; }

.article-template img {
  max-width: 100%; }

.article-template strong {
  color: inherit; }

.article-template .body {
  margin: 0.9em 0 2.4em 0;
  font-size: 1.2em;
  line-height: 1.4em;
  overflow: hidden; }
  .article-template .body p {
    font-size: inherit;
    margin: 1.8em 0;
    line-height: normal; }
  .article-template .body li {
    font-size: inherit; }
  .article-template .body .button, .article-template .body input[type="submit"], .article-template .body .forum-move-thread a, .forum-move-thread .article-template .body a {
    margin-top: 22px; }
    .article-template .body .button .icon, .article-template .body input[type="submit"] .icon, .article-template .body .forum-move-thread a .icon, .forum-move-thread .article-template .body a .icon {
      background-repeat: no-repeat;
      background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
      background-position: -85px -185.5px;
      width: 8px;
      height: 13px;
      margin: -2px 0 0 8px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
        .article-template .body .button .icon, .article-template .body input[type="submit"] .icon, .article-template .body .forum-move-thread a .icon, .forum-move-thread .article-template .body a .icon {
          background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
          background-size: 249.5px; } }

.article-template .promo-item {
  border-top: 1px solid #ccb7c1;
  padding-top: 18px; }
  .article-template .promo-item:first-child {
    border-top: 0;
    padding-top: 0; }
  .article-template .promo-item a {
    border: 0; }
  .article-template .promo-item .body {
    margin-bottom: 25px; }
  .article-template .promo-item .share-container {
    float: right;
    margin: 39px 0 0 0; }

.article-template .list-item {
  border-top: 1px solid #ccb7c1;
  padding: 18px 0 21px 0; }
  .article-template .list-item:first-child {
    border-top: 0; }
  .article-template .list-item a {
    border: 0; }
  .article-template .list-item .title {
    font-size: 1.6em; }
  .article-template .list-item img {
    float: left;
    margin-right: 15px; }
  .article-template .list-item .body {
    margin-bottom: 0; }
  .article-template .list-item .share-container.small {
    float: right;
    margin: 10px 0 0 0; }

.article-template .no-results-text {
  padding: 20px 0;
  font-size: 24px;
  color: #591333; }

.article-template .article-filters {
  background-color: #fff;
  padding: 15px 0; }
  .article-template .article-filters select,
  .article-template .article-filters input {
    width: 100%;
    margin-bottom: 25px; }
  .article-template .article-filters .select-label,
  .article-template .article-filters .select-dropdown {
    width: 100%; }
  .article-template .article-filters .error-text {
    color: #c51e23;
    display: block;
    margin-bottom: 25px;
    font-size: 19px; }
  .article-template .article-filters input[type="submit"] {
    width: auto;
    padding-right: 30px;
    margin-bottom: 0;
    background-image: url(/SiteImages/General/Icons/arrow-right-med-white.png);
    background-repeat: no-repeat;
    background-position: 80% center; }
  .article-template .article-filters .clear-button {
    float: right;
    padding-top: 15px; }
  .article-template .article-filters .super-dropdown {
    margin-bottom: 25px; }
    .article-template .article-filters .super-dropdown.focus .custom-combobox {
      border-color: #591333;
      box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3); }
    .article-template .article-filters .super-dropdown .custom-combobox {
      width: 100%;
      position: relative; }
      .article-template .article-filters .super-dropdown .custom-combobox a {
        position: absolute;
        top: 0;
        right: 0; }
        .article-template .article-filters .super-dropdown .custom-combobox a.clear {
          right: 45px; }
    .article-template .article-filters .super-dropdown input {
      margin-bottom: 0;
      padding-right: 97px; }

.article-template .community-item {
  margin-bottom: 20px;
  display: inline-block;
  width: 48%;
  vertical-align: top;
  box-shadow: 0px 1px 2px 1px #cccccc;
  -webkit-box-shadow: 0px 1px 2px 1px #cccccc;
  -moz-box-shadow: 0px 1px 2px 1px #cccccc; }
  .article-template .community-item.promoted {
    width: 100%; }
    .article-template .community-item.promoted p {
      font-size: 1.4em; }
    .article-template .community-item.promoted .location {
      margin-right: 26px; }
      .article-template .community-item.promoted .location + li {
        margin-left: -13px; }
  .article-template .community-item h2,
  .article-template .community-item h3 {
    margin-bottom: 10px; }
  .article-template .community-item h3 a {
    border-bottom: 0; }
  .article-template .community-item .thumbnail {
    position: relative;
    max-height: 290px;
    min-height: 23px;
    overflow: hidden; }
    .article-template .community-item .thumbnail img {
      display: block;
      width: 100%; }
    .article-template .community-item .thumbnail span {
      position: absolute;
      right: 0;
      bottom: 0;
      background-color: #591333;
      padding: 5px 11px 3px;
      color: #fff;
      text-transform: uppercase; }
  .article-template .community-item .info {
    margin-bottom: 9px; }
    .article-template .community-item .info li.date {
      margin-right: 12px; }
      .article-template .community-item .info li.date + li {
        margin-left: 0; }
    .article-template .community-item .info .font-icon, .article-template .community-item .info .rating-star, .article-template .community-item .info .pagination-list .icon-chevron-left, .pagination-list .article-template .community-item .info .icon-chevron-left, .article-template .community-item .info
    .pagination-list .icon-chevron-right,
    .pagination-list .article-template .community-item .info .icon-chevron-right, .article-template .community-item .info .pager-v2 .pager-item.next a:before, .pager-v2 .pager-item.next .article-template .community-item .info a:before, .article-template .community-item .info
    .pager-v2 .pager-item.prev a:before,
    .pager-v2 .pager-item.prev .article-template .community-item .info a:before {
      width: 19px; }
  .article-template .community-item .info.list li {
    display: block;
    border-left: 0;
    padding-left: 0; }
  .article-template .community-item .copy {
    padding: 20px 23px 0; }
  .article-template .community-item .axelos-ratings {
    margin-bottom: 7px; }
  .article-template .community-item .extras {
    padding: 0 20px 20px; }
    .article-template .community-item .extras .share-container {
      text-align: right;
      margin-bottom: 0; }

@media screen and (max-width: 640px) {
  .article-template .page-heading h1 {
    font-size: 1.6em; }
  .article-template .title {
    font-size: 1.27em; }
  .article-template .info li {
    float: none;
    display: block;
    border: 0;
    margin-top: 5px;
    position: relative;
    padding-left: 0; }
    .article-template .info li:first-child {
      margin-top: 0; }
    .article-template .info li.date {
      margin-right: 0; }
      .article-template .info li.date + li {
        margin-left: 0; }
  .article-template .list-item .title {
    font-size: 1.23em; }
  .article-template .list-item img {
    float: none;
    display: block;
    margin: 0 auto 5px auto; }
  .article-template .share-container.small {
    margin-top: 15px; }
  .article-template .community-item {
    width: 100%;
    display: block; }
    .article-template .community-item.promoted .location {
      margin-right: 0; }
      .article-template .community-item.promoted .location + li {
        margin-left: 0; } }

.event-list-container .promo-item:first-child {
  padding-top: 18px;
  border-top: 1px solid #ccb7c1; }

.event-list-container .promo-item .location {
  margin-right: 26px; }

.event-list-container .promo-item .tags {
  margin-left: -13px; }

@media only screen and (max-width: 640px) {
  .event-list-container .promo-item .location {
    margin-right: 0; }
  .event-list-container .promo-item .tags {
    margin-left: 0; } }

.event-item .title a {
  text-decoration: none;
  border: 0; }
  .event-item .title a:hover {
    border-bottom: 1px #591333 dotted; }

.event-item .info li {
  margin-bottom: 5px; }
  .event-item .info li.tags {
    padding-left: 0;
    border-left: 0;
    margin-right: 0;
    display: block; }
  .event-item .info li.time + .time {
    margin-right: 26px; }
    .event-item .info li.time + .time + .location {
      margin-left: -13px; }

.event-item .event-list-link {
  font-size: 1.3em; }

.event-item .share-container.small {
  float: right;
  margin: 10px 0 0 0; }

@media only screen and (max-width: 640px) {
  .event-item .info li.time + .time {
    margin-right: 0; }
    .event-item .info li.time + .time + .location {
      margin-left: 0; } }

.event-view-list .event-item {
  overflow: auto;
  padding: 25px 0 22px 0;
  border-top: 1px solid #ccb7c1; }
  .event-view-list .event-item .img {
    float: left;
    width: 40%;
    margin-right: 2%; }
  .event-view-list .event-item .desc {
    float: left;
    width: 58%; }
    .event-view-list .event-item .desc.full {
      width: 100%; }
  .event-view-list .event-item .title {
    line-height: 0.9;
    margin-bottom: 0.4em;
    margin-top: -3px;
    font-size: 1.6em; }
  .event-view-list .event-item .info {
    margin-bottom: 15px; }
  .event-view-list .event-item .summary {
    font-size: 1.2em;
    line-height: 1.2; }
  @media (max-width: 640px) {
    .event-view-list .event-item {
      padding-top: 25px; }
      .event-view-list .event-item .img {
        display: none; }
      .event-view-list .event-item .title {
        font-size: 1.23em; }
      .event-view-list .event-item .desc {
        float: none;
        width: 100%; }
      .event-view-list .event-item .info li.date {
        margin-right: 0; }
      .event-view-list .event-item .info li.location {
        margin-left: 0; }
      .event-view-list .event-item .share-container.small {
        margin-bottom: 3px; } }

.event-view-grid .event-item {
  float: left;
  width: 49%;
  margin-bottom: 15px;
  vertical-align: top;
  overflow: hidden;
  box-shadow: 0 1px 2px 1px #b9b9b9;
  -webkit-box-shadow: 0 1px 2px 1px #b9b9b9;
  -moz-box-shadow: 0 1px 2px 1px #b9b9b9;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  .event-view-grid .event-item.even {
    margin-left: 12px; }
  .event-view-grid .event-item h3.title {
    font-size: 1.4em;
    min-height: 58px;
    margin-bottom: 3px; }
  .event-view-grid .event-item .img {
    width: 100%;
    height: 208px;
    overflow: hidden; }
    .event-view-grid .event-item .img img {
      width: 100%; }
  .event-view-grid .event-item .desc {
    height: 130px;
    padding: 13px 16px; }
  .event-view-grid .event-item ul.info {
    padding: 0;
    margin: 0; }
    .event-view-grid .event-item ul.info li {
      padding: 0;
      margin: 0 0 5px 0;
      border: 0;
      height: 20px;
      word-break: break-all;
      overflow: hidden;
      display: block;
      position: relative;
      float: none; }
      .event-view-grid .event-item ul.info li.tags {
        display: none; }
      .event-view-grid .event-item ul.info li:after {
        content: "";
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 8%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%); }
  .event-view-grid .event-item .event-list-link,
  .event-view-grid .event-item .summary {
    display: none; }
  .event-view-grid .event-item .share-container.small {
    margin: 10px 16px 13px 0; }

.event-view-grid #pager:before, .event-view-grid #pager:after {
  content: " ";
  display: table; }

.event-view-grid #pager:after {
  clear: both; }

.event-view-grid #pager:before {
  clear: both; }

@media only screen and (max-width: 640px) {
  .event-view-grid .event-item, .event-view-grid .event-item.even {
    float: none;
    width: 100%;
    margin: 0 0 15px 0; } }

.IE8 .event-view-grid .event-item {
  border: 1px solid #cccccc; }

.layout-links {
  margin: 10px 0;
  text-align: right; }
  .layout-links a {
    display: inline-block;
    border: 0;
    margin: 0 0 0 5px; }
    .layout-links a.grid {
      background-repeat: no-repeat;
      background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
      background-position: -64px -133.5px;
      width: 24px;
      height: 24px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
        .layout-links a.grid {
          background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
          background-size: 249.5px; } }
    .layout-links a.list {
      background-repeat: no-repeat;
      background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
      background-position: -32px -133.5px;
      width: 28px;
      height: 24px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
        .layout-links a.list {
          background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
          background-size: 249.5px; } }
    .layout-links a:hover.grid, .layout-links a.selected.grid {
      background-repeat: no-repeat;
      background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
      background-position: -92px -133.5px;
      width: 24px;
      height: 24px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
        .layout-links a:hover.grid, .layout-links a.selected.grid {
          background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
          background-size: 249.5px; } }
    .layout-links a:hover.list, .layout-links a.selected.list {
      background-repeat: no-repeat;
      background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
      background-position: -152px -99px;
      width: 28px;
      height: 24px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
        .layout-links a:hover.list, .layout-links a.selected.list {
          background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
          background-size: 249.5px; } }

.js-kentico-accordion-link {
  border-bottom: 0;
  pointer-events: none; }
  .js-kentico-accordion-link:focus {
    outline: 0;
    box-shadow: none; }

.masonry:after {
  clear: both;
  content: "";
  display: block; }

.masonry .even {
  margin-right: 1.5%; }

.masonry .odd {
  margin-left: 1.5%; }

.masonry > .column {
  width: 50%;
  float: left; }
  .masonry > .column.column-1 {
    padding-right: 10px; }
  .masonry > .column.column-2 {
    padding-left: 10px; }
  .masonry > .column > * {
    width: 100%;
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 0; }

.masonry > * {
  display: inline-block;
  width: 100%; }

@media screen and (max-width: 640px) {
  .masonry .even,
  .masonry .odd {
    margin-right: 0;
    margin-left: 0; } }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  20% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  60% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    transform: rotate(15deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); } }

.likeButton {
  display: inline-block;
  font-size: 0.9em;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .likeButton em {
    font-style: normal; }
  .likeButton .icon-thumb {
    display: inline-block;
    vertical-align: middle;
    margin: -7px 0 0 7px;
    font-size: 23px; }
  .likeButton.liked .icon-thumb {
    color: green;
    -webkit-animation: shake .3s;
    -moz-animation: shake .3s;
    animation: shake .3s; }
  .likeButton.public .icon-thumb {
    opacity: 0.5;
    -ms-filter: "alpha(opacity=0.5)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    zoom: 1;
    color: #000; }

.comments-section h3 {
  margin-bottom: 10px; }

.comments-section .form-group-submit {
  margin: 5px 0 0 0; }

.comments-section article {
  display: block;
  background: #f2f2f2;
  margin: 0 0 10px;
  padding: 14px 17px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 1.2em;
  position: relative; }
  .comments-section article:before, .comments-section article:after {
    content: " ";
    display: table; }
  .comments-section article:after {
    clear: both; }
  .comments-section article.alt {
    background: #fcfcfc; }
  .comments-section article header {
    margin: 0 0 10px 0; }
    @media screen and (max-width: 975px) {
      .comments-section article header {
        margin: 0 0 30px 0; } }
    .comments-section article header:before, .comments-section article header:after {
      content: " ";
      display: table; }
    .comments-section article header:after {
      clear: both; }
  .comments-section article footer {
    width: 100%;
    bottom: 10px;
    position: absolute;
    padding: 0 30px 0 110px; }
    .comments-section article footer .TextRight {
      float: right; }
    .comments-section article footer .TextLeft {
      float: left; }

.comments-section .CommentText {
  margin: 0 0 40px 110px;
  line-height: 1.3em; }

.comments-section .CommentImage {
  float: left;
  margin: 0 10px 0 0;
  height: 100px;
  width: 100px;
  overflow: hidden; }
  .comments-section .CommentImage img {
    width: 100%; }
  .comments-section .CommentImage a {
    border: 0; }

.comments-section .CommentAuthor {
  color: #591333; }

.comments-section .CommentDate {
  float: right;
  color: #999999; }

.comments-section .comments-unauthorized {
  margin: 20px 0;
  padding: 20px 0;
  background: #fcfcfc;
  border-top: 1px #e8e8e8 solid;
  border-bottom: 1px #e8e8e8 solid;
  text-align: center;
  font-size: 1.3em; }

.comments-section .message-board-form {
  margin: 30px 0 0 0; }
  .comments-section .message-board-form .form-area {
    padding: 22px 26px;
    background: #f2f2f2 url(/SiteImages/Corporate/swoosh-gray.png) no-repeat top right; }
    .comments-section .message-board-form .form-area textarea {
      margin-bottom: 10px; }

@media only screen and (max-width: 640px) {
  .comments-section article {
    padding-bottom: 50px; }
    .comments-section article footer {
      padding-left: 0; }
  .comments-section .CommentText {
    margin: 0; } }

.reviews #rating-cont {
  overflow: hidden;
  padding-bottom: 10px; }
  .reviews #rating-cont .editing-form-label-cell {
    font-size: 18px; }

.reviews article {
  position: relative;
  padding-left: 150px;
  min-height: 136px;
  padding-bottom: 49px; }
  .reviews article footer {
    padding: 0;
    width: auto; }

.reviews header {
  display: block;
  position: absolute;
  width: 136px;
  top: 0;
  left: 0;
  height: 100%;
  padding-left: 10px; }

.reviews .CommentRating {
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: 20px; }
  .reviews .CommentRating .rating-star {
    float: none !important; }

.reviews .CommentAuthor {
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 100%; }

.reviews .CommentDate {
  display: block;
  float: none;
  position: absolute;
  bottom: 20px;
  width: 100%; }

.reviews .CommentText {
  margin: 0; }

.reviews span[id*=rfvMessage] {
  font-size: 1.3em;
  color: #9e0b0f; }

.reviews textarea.invalid {
  border-color: #9e0b0f !important; }

.reviews input[type=submit] {
  margin-top: 1em; }

@media screen and (max-width: 640px) {
  .reviews article {
    padding-left: 10px; }
    .reviews article footer {
      width: auto;
      right: 10px;
      left: 10px; }
  .reviews header {
    position: relative;
    height: auto;
    width: auto;
    margin-bottom: 0; }
  .reviews .CommentRating {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0;
    height: auto;
    padding-top: 0;
    text-align: left; }
  .reviews .CommentAuthor {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    margin-top: 0; }
  .reviews .CommentDate {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: left; }
  .reviews .CommentText {
    padding-bottom: 20px; } }

.reviews .AlreadyRatedMessage {
  font-size: 18px; }

.tab-tabs {
  border-bottom: 1px solid #591333;
  margin-bottom: 30px;
  font-size: 1.3em; }
  .tab-tabs:after {
    content: '';
    display: block;
    clear: both; }
  .tab-tabs .tab-tab {
    cursor: pointer;
    width: 15%;
    float: left;
    text-align: center;
    border-bottom: 5px solid transparent; }
    .tab-tabs .tab-tab.selected {
      cursor: default;
      border-color: #591333; }
      .tab-tabs .tab-tab.selected a {
        cursor: default; }
    .tab-tabs .tab-tab:hover {
      border-color: #591333; }
    .tab-tabs .tab-tab a {
      border-bottom: 0;
      display: block;
      padding: 10px 0; }

@media screen and (max-width: 975px) {
  .tab-tabs .tab-tab {
    width: 33%;
    height: 65px; }
    .tab-tabs .tab-tab a {
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      position: relative;
      display: block; } }

.button2, input[type="submit"], .forum-move-thread a {
  vertical-align: middle;
  display: inline-block;
  background-color: #591333;
  color: #FFF;
  padding: 12px 20px;
  min-height: 44px;
  text-decoration: none;
  font-size: 16px;
  line-height: normal;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
  .button.full, input.full[type="submit"], .forum-move-thread a.full {
    text-align: center;
    display: block;
    margin-bottom: 13px; }
  .button.block, input.block[type="submit"], .forum-move-thread a.block {
    margin: 15px 0; }
  .button.outline, input.outline[type="submit"], .forum-move-thread a.outline {
    border: 1px #591333 solid;
    background: transparent;
    color: #591333; }
    .button.outline:hover, input.outline[type="submit"]:hover, .forum-move-thread a.outline:hover {
      background: #F5F5F5;
      border: 1px #591333 solid; }
    .button.outline:active, input.outline[type="submit"]:active, .forum-move-thread a.outline:active {
      background: #e8e8e8;
      color: #591333; }
  .button.fixed-size, input.fixed-size[type="submit"], .forum-move-thread a.fixed-size {
    width: 144px;
    text-align: center; }
    .button.fixed-size.large, input.fixed-size.large[type="submit"], .forum-move-thread a.fixed-size.large {
      font-weight: 200;
      font-size: 18px;
      width: 180px;
      padding: 13px 20px; }
  .button.clear, input.clear[type="submit"], .forum-move-thread a.clear {
    background: #F5F5F5;
    color: #292929;
    border: 1px #999 solid;
    cursor: pointer; }
    .button.clear:hover, input.clear[type="submit"]:hover, .forum-move-thread a.clear:hover {
      background: #F8F8F8;
      border-bottom: 1px #999 solid; }
    .button.clear:active, input.clear[type="submit"]:active, .forum-move-thread a.clear:active {
      background: inherit; }
    .button.clear.disabled, input.clear.disabled[type="submit"], .forum-move-thread a.clear.disabled {
      color: #999; }
  .button.button-large, input.button-large[type="submit"], .forum-move-thread a.button-large {
    font-size: 1.2em;
    padding: 15px 28px; }
  .button:hover, input[type="submit"]:hover, .forum-move-thread a:hover {
    background-color: #440f27;
    border-bottom: 0; }
  .button:focus, input[type="submit"]:focus, .forum-move-thread a:focus {
    outline: 0; }
  .button:active, input[type="submit"]:active, .forum-move-thread a:active {
    background-color: #2f0a1b;
    color: #d4d4d4; }
  .button.text, input.text[type="submit"], .forum-move-thread a.text {
    background: transparent;
    background-color: none;
    border: 0;
    text-decoration: underline; }
  .button.disabled, input.disabled[type="submit"], .forum-move-thread a.disabled, .button.aspNetDisabled, input.aspNetDisabled[type="submit"], .forum-move-thread a.aspNetDisabled {
    background-color: #b0b0b0; }
    .button.disabled:hover, input.disabled[type="submit"]:hover, .forum-move-thread a.disabled:hover, .button.aspNetDisabled:hover, input.aspNetDisabled[type="submit"]:hover, .forum-move-thread a.aspNetDisabled:hover {
      background-color: #b0b0b0; }
    .button.disabled:active, input.disabled[type="submit"]:active, .forum-move-thread a.disabled:active, .button.aspNetDisabled:active, input.aspNetDisabled[type="submit"]:active, .forum-move-thread a.aspNetDisabled:active {
      color: #FFF; }
  @media only screen and (max-width: 640px) {
    .button, input[type="submit"], .forum-move-thread a {
      text-align: center;
      width: 100%; }
      .button.fixed-size.large, input.fixed-size.large[type="submit"], .forum-move-thread a.fixed-size.large, .button.fixed-size, input.fixed-size[type="submit"], .forum-move-thread a.fixed-size {
        min-height: initial;
        font-size: 14px;
        width: 100%;
        padding: 10px;
        margin: 0 0 5px 0; } }

.link-btn {
  background: none;
  padding: 0;
  border: 0;
  border-bottom: 1px dotted #591333; }
  .link-btn:hover {
    border-bottom: 1px solid transparent; }

.nudge-down {
  font-size: 20px;
  display: inline-block;
  color: #fff;
  background-color: #591333;
  border-radius: 5px 5px 0 0;
  padding: 14px 20px 20px 20px;
  cursor: pointer; }
  .nudge-down:hover {
    background: #440f27; }
  .nudge-down .nudge-icon {
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: -77px -161.5px;
    width: 15.5px;
    height: 10.5px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .nudge-down .nudge-icon {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }
  @media screen and (max-width: 640px) {
    .nudge-down {
      font-size: 18px;
      padding: 12px; } }

.button-chevron {
  position: relative;
  padding-right: 2.4em;
  text-align: left; }
  .button-chevron:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -7px;
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: -44px -204px;
    width: 9px;
    height: 15px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .button-chevron:after {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }

.button-outline {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  color: #591333;
  background-color: white;
  border: 1px solid #591333;
  border-radius: 5px; }
  .button-outline:focus {
    outline: 0; }
  .button-outline:hover {
    background-color: #591333;
    color: white; }

.form-area.blog-search-widget {
  padding: 20px; }
  .form-area.blog-search-widget input,
  .form-area.blog-search-widget input[type="text"],
  .form-area.blog-search-widget select,
  .form-area.blog-search-widget option,
  .form-area.blog-search-widget .select-container,
  .form-area.blog-search-widget .select-label {
    line-height: 100%;
    width: 100%; }
  .form-area.blog-search-widget .search-terms {
    margin-bottom: 14px; }

.aspnet-validation-summary {
  font-size: 14px;
  margin: 0 0 10px 0;
  color: red; }
  .aspnet-validation-summary ul {
    display: none; }

.custom-form-element, .form-area .select-container .select-label, .FormPanel .select-container .select-label, .form-area .select-container .select-dropdown, .FormPanel .select-container .select-dropdown, input[type="text"],
input[type="url"],
input[type="password"],
input[type="email"],
textarea,
select,
select[multiple="multiple"], .mobile-drop-down .select-container .select-label, .mobile-drop-down .select-container .select-dropdown, .forum-search .select-container .select-label, .forum-search .select-container .select-dropdown {
  background: #FFF;
  padding: 12px 15px;
  border: 1px #999999 solid;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: inset 0 1px 0px 0px #E4E4E4;
  -webkit-box-shadow: inset 0 1px 0px 0px #E4E4E4;
  -moz-box-shadow: inset 0 1px 0px 0px #E4E4E4; }
  .custom-form-element:focus:not(.disabled), .form-area .select-container .select-label:focus:not(.disabled), .FormPanel .select-container .select-label:focus:not(.disabled), .form-area .select-container .select-dropdown:focus:not(.disabled), .FormPanel .select-container .select-dropdown:focus:not(.disabled), input[type="text"]:focus:not(.disabled),
  input[type="url"]:focus:not(.disabled),
  input[type="password"]:focus:not(.disabled),
  input[type="email"]:focus:not(.disabled),
  textarea:focus:not(.disabled),
  select:focus:not(.disabled), .mobile-drop-down .select-container .select-label:focus:not(.disabled), .mobile-drop-down .select-container .select-dropdown:focus:not(.disabled), .forum-search .select-container .select-label:focus:not(.disabled), .forum-search .select-container .select-dropdown:focus:not(.disabled) {
    border-color: #591333;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3); }
  .custom-form-element.invalid, .form-area .select-container .invalid.select-label, .FormPanel .select-container .invalid.select-label, .form-area .select-container .invalid.select-dropdown, .FormPanel .select-container .invalid.select-dropdown, input.invalid[type="text"],
  input.invalid[type="url"],
  input.invalid[type="password"],
  input.invalid[type="email"],
  textarea.invalid,
  select.invalid, .mobile-drop-down .select-container .invalid.select-label, .mobile-drop-down .select-container .invalid.select-dropdown, .forum-search .select-container .invalid.select-label, .forum-search .select-container .invalid.select-dropdown {
    border-color: #d9534f; }

.form-memberships {
  background: #fff !important;
  padding: 0px !important; }

.form-area, .FormPanel {
  padding: 15px 25px;
  background: #eaeaea;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
  @media only screen and (max-width: 640px) {
    .form-area, .FormPanel {
      padding: 8px 10px 10px; } }
  .form-area.no-bg, .FormPanel.no-bg {
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0; }
  .form-area strong.password-strength-strong, .FormPanel strong.password-strength-strong {
    color: #e6984a; }
  .form-area strong.password-strength-excellent, .FormPanel strong.password-strength-excellent {
    color: #23ce23; }
  .form-area .privacy-link, .FormPanel .privacy-link {
    margin: 0 0 20px; }
  .form-area .form-separator:before, .form-area .form-separator:after, .FormPanel .form-separator:before, .FormPanel .form-separator:after {
    content: " ";
    display: table; }
  .form-area .form-separator:after, .FormPanel .form-separator:after {
    clear: both; }
  .form-area .form-separator .unsubscribe, .FormPanel .form-separator .unsubscribe {
    margin-bottom: 20px; }
  .form-area .space-after div, .FormPanel .space-after div {
    margin-bottom: 20px; }
  .form-area .half, .FormPanel .half {
    float: left;
    max-width: 400px;
    width: 100%; }
    .form-area .half .avatar, .FormPanel .half .avatar {
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      padding: 10px;
      background: #ddd; }
      .form-area .half .avatar .btn-default, .FormPanel .half .avatar .btn-default {
        margin-top: 20px; }
    .form-area .half .txtPassStrengthHint, .FormPanel .half .txtPassStrengthHint {
      color: red; }
  .form-area .half + .half, .FormPanel .half + .half {
    padding-left: 35px; }
  .form-area .half > div, .FormPanel .half > div {
    margin-bottom: 20px; }
  .form-area .half > .half, .FormPanel .half > .half {
    width: 50%;
    margin-bottom: 0; }
    .form-area .half > .half:nth-of-type(1), .FormPanel .half > .half:nth-of-type(1) {
      padding-right: 2.5%; }
    .form-area .half > .half:nth-of-type(1) + .half, .FormPanel .half > .half:nth-of-type(1) + .half {
      padding-left: 2.5%; }
    .form-area .half > .half input,
    .form-area .half > .half select,
    .form-area .half > .half .select-label, .FormPanel .half > .half input,
    .FormPanel .half > .half select,
    .FormPanel .half > .half .select-label {
      width: 100%; }
  .form-area .validate-message,
  .form-area .form-control-error,
  .form-area .field-validation-error, .FormPanel .validate-message,
  .FormPanel .form-control-error,
  .FormPanel .field-validation-error {
    display: block;
    color: red;
    margin: 5px 0 10px 0; }
  .form-area .validate-message[style*="inline"], .FormPanel .validate-message[style*="inline"] {
    display: block !important; }
  .form-area .security-credentials-title, .FormPanel .security-credentials-title {
    margin: 30px 0 10px; }
  .form-area .full-height-select .select-container .select-dropdown, .FormPanel .full-height-select .select-container .select-dropdown {
    max-height: inherit; }
  .form-area .full-height-select label, .FormPanel .full-height-select label {
    display: inline-block; }
  .form-area .select-container, .FormPanel .select-container {
    position: relative;
    min-height: 44px;
    clear: both; }
    .form-area .select-container .select-label, .FormPanel .select-container .select-label {
      position: absolute;
      top: 0;
      left: 0;
      cursor: pointer;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 30px; }
      .form-area .select-container .select-label.default, .FormPanel .select-container .select-label.default {
        color: #777777; }
      .form-area .select-container .select-label.disabled, .FormPanel .select-container .select-label.disabled {
        background-color: #e1e1e1; }
      .form-area .select-container .select-label:before, .FormPanel .select-container .select-label:before {
        content: "";
        margin: -4px -5px 0 0;
        height: 19px;
        width: 28px;
        float: right;
        position: relative;
        right: -20px;
        background-image: url("/SiteImages/General/Icons/icon-sprite.png");
        background-repeat: no-repeat;
        background-position: -112px 0px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
          .form-area .select-container .select-label:before, .FormPanel .select-container .select-label:before {
            background-image: url("/SiteImages/General/Icons/icon-sprite-retina.png");
            background-repeat: no-repeat;
            background-position: -112px 0px;
            background-size: 454px; } }
    .form-area .select-container .select-dropdown, .FormPanel .select-container .select-dropdown {
      max-height: 250px;
      overflow-y: auto;
      position: absolute;
      top: 0;
      left: 0;
      max-width: 100%;
      display: none;
      margin: 0;
      list-style: none;
      -webkit-overflow-scrolling: touch;
      z-index: 100; }
      .form-area .select-container .select-dropdown.shown, .FormPanel .select-container .select-dropdown.shown {
        display: block;
        border-color: #591333;
        box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3); }
      .form-area .select-container .select-dropdown.multiple, .FormPanel .select-container .select-dropdown.multiple {
        z-index: 0;
        display: block;
        position: relative; }
      .form-area .select-container .select-dropdown li, .FormPanel .select-container .select-dropdown li {
        padding: 5px;
        cursor: pointer;
        margin: 0;
        font-size: 16px; }
        .form-area .select-container .select-dropdown li.default, .FormPanel .select-container .select-dropdown li.default {
          color: #777777; }
          .form-area .select-container .select-dropdown li.default.selected:before, .FormPanel .select-container .select-dropdown li.default.selected:before {
            display: none; }
          .form-area .select-container .select-dropdown li.default:hover, .FormPanel .select-container .select-dropdown li.default:hover {
            background: white;
            color: #9F9F9F; }
        .form-area .select-container .select-dropdown li:hover, .FormPanel .select-container .select-dropdown li:hover {
          background: #591333;
          color: #FFF; }
        .form-area .select-container .select-dropdown li.selected:before, .FormPanel .select-container .select-dropdown li.selected:before {
          content: "";
          display: block;
          float: right;
          width: 28px;
          height: 28px;
          background-image: url("/SiteImages/General/Icons/icon-sprite.png");
          background-repeat: no-repeat;
          background-position: -196px 0px;
          margin: -5px 0 0 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
            .form-area .select-container .select-dropdown li.selected:before, .FormPanel .select-container .select-dropdown li.selected:before {
              background-image: url("/SiteImages/General/Icons/icon-sprite-retina.png");
              background-repeat: no-repeat;
              background-position: -196px 0px;
              background-size: 454px; } }
    .form-area .select-container.invalid .select-label, .form-area .select-container.invalid .select-dropdown, .FormPanel .select-container.invalid .select-label, .FormPanel .select-container.invalid .select-dropdown {
      border-color: #d9534f; }
  .form-area input[type="text"],
  .form-area input[type="url"],
  .form-area input[type="password"],
  .form-area textarea,
  .form-area select,
  .form-area select[multiple="multiple"],
  .form-area .select-label,
  .form-area .select-dropdown, .FormPanel input[type="text"],
  .FormPanel input[type="url"],
  .FormPanel input[type="password"],
  .FormPanel textarea,
  .FormPanel select,
  .FormPanel select[multiple="multiple"],
  .FormPanel .select-label,
  .FormPanel .select-dropdown {
    width: 400px; }
  @media only screen and (max-width: 975px) {
    .form-area .half, .FormPanel .half {
      width: 50%; }
    .form-area input[type="text"],
    .form-area input[type="url"],
    .form-area input[type="password"],
    .form-area textarea,
    .form-area select,
    .form-area select[multiple="multiple"],
    .form-area .select-label,
    .form-area .select-dropdown,
    .form-area .select-container, .FormPanel input[type="text"],
    .FormPanel input[type="url"],
    .FormPanel input[type="password"],
    .FormPanel textarea,
    .FormPanel select,
    .FormPanel select[multiple="multiple"],
    .FormPanel .select-label,
    .FormPanel .select-dropdown,
    .FormPanel .select-container {
      width: 100%; } }
  @media only screen and (max-width: 640px) {
    .form-area .select-label,
    .form-area .select-dropdown, .FormPanel .select-label,
    .FormPanel .select-dropdown {
      max-width: 100%; }
    .form-area .half, .FormPanel .half {
      width: 100%;
      max-width: none;
      display: block;
      float: none; }
      .form-area .half + .half, .FormPanel .half + .half {
        padding-left: 0; } }
  .form-area .container-fluid input[type="text"],
  .form-area .container-fluid input[type="url"],
  .form-area .container-fluid input[type="password"],
  .form-area .container-fluid textarea,
  .form-area .container-fluid select,
  .form-area .container-fluid select[multiple="multiple"],
  .form-area .container-fluid .select-label,
  .form-area .container-fluid .select-dropdown, .FormPanel .container-fluid input[type="text"],
  .FormPanel .container-fluid input[type="url"],
  .FormPanel .container-fluid input[type="password"],
  .FormPanel .container-fluid textarea,
  .FormPanel .container-fluid select,
  .FormPanel .container-fluid select[multiple="multiple"],
  .FormPanel .container-fluid .select-label,
  .FormPanel .container-fluid .select-dropdown {
    width: 100%; }

.form-area.with-grid {
  padding-left: 9px;
  padding-right: 9px; }

.widget + .form-area {
  clear: both; }

.form-area {
  margin: 10px 0; }
  .form-area .EditingFormErrorLabel {
    color: #9e0b0f;
    display: inline-block;
    margin: 9px 0 15px; }
    .form-area .EditingFormErrorLabel:before {
      content: "";
      display: block;
      float: right;
      width: 28px;
      height: 28px;
      margin: -4px 0 0 13px;
      background-image: url("/SiteImages/General/Icons/icon-sprite.png");
      background-repeat: no-repeat;
      background-position: -140px 0px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
        .form-area .EditingFormErrorLabel:before {
          background-image: url("/SiteImages/General/Icons/icon-sprite-retina.png");
          background-repeat: no-repeat;
          background-position: -140px 0px;
          background-size: 454px; } }
  .form-area strong {
    color: #591333; }
  .form-area .LoginPanelPasswordRetrieval .field-row {
    margin-bottom: 0; }
  @media screen and (max-width: 640px) {
    .form-area .button + .button, .form-area input[type="submit"] + .button, .form-area .forum-move-thread a + .button, .forum-move-thread .form-area a + .button, .form-area .button + input[type="submit"], .form-area input[type="submit"] + input[type="submit"], .form-area .forum-move-thread a + input[type="submit"], .forum-move-thread .form-area a + input[type="submit"], .form-area .forum-move-thread .button + a, .forum-move-thread .form-area .button + a, .form-area .forum-move-thread input[type="submit"] + a, .forum-move-thread .form-area input[type="submit"] + a, .form-area .forum-move-thread a + a, .forum-move-thread .form-area a + a {
      margin-top: 15px; } }

.FormPanel .form-title {
  border-bottom: #c5c5c5 1px solid;
  margin-bottom: 21px;
  height: 38px; }
  .FormPanel .form-title h3 {
    display: inline-block;
    margin-top: 0; }
  .FormPanel .form-title small {
    color: #4D4D4D;
    font-size: 12px;
    float: right;
    margin-top: 6px;
    margin-right: 17px; }

.FormPanel .field {
  width: 50%;
  float: left;
  margin-bottom: 17px;
  padding-left: 1px; }
  .FormPanel .field textarea, .FormPanel .field input, .FormPanel .field select {
    width: 97%; }
  .FormPanel .field.captcha {
    width: 100%; }
    .FormPanel .field.captcha .recaptcha_input_area {
      margin-top: 10px; }
    .FormPanel .field.captcha .recaptcha_only_if_privacy a {
      color: #591333; }
  .FormPanel .field.full-width {
    width: 100%; }
    .FormPanel .field.full-width .select-label, .FormPanel .field.full-width .select-dropdown {
      width: 94%; }
      @media only screen and (max-width: 640px) {
        .FormPanel .field.full-width .select-label, .FormPanel .field.full-width .select-dropdown {
          width: 100%; } }
    .FormPanel .field.full-width.full-width-input select {
      width: 95%; }
    .FormPanel .field.full-width textarea {
      width: 98.5%;
      min-height: 111px; }
  .FormPanel .field.text-area {
    width: 100%; }
    .FormPanel .field.text-area textarea {
      width: 75.8%; }
  .FormPanel .field .CaptchaTable tbody > tr > td > img {
    margin-top: 10px; }
  .FormPanel .field .CaptchaTable .CaptchaTextBox {
    width: 100%; }
  @media screen and (max-width: 640px) {
    .FormPanel .field {
      float: none;
      width: 100%; }
      .FormPanel .field input, .FormPanel .field select, .FormPanel .field textarea {
        width: 100%; }
      .FormPanel .field.full-width textarea {
        width: 100%;
        min-height: 221px; } }

.FormPanel.password-panel.change-password-panel {
  min-height: 440px; }

.FormPanel.password-panel.reset-password-panel {
  margin-top: 15px; }

.FormPanel.password-panel .control-label,
.FormPanel.password-panel .password-strength-hint {
  color: #5e5e5e; }

.FormPanel.password-panel .password-strength-text {
  padding-top: 17px; }

.FormPanel.password-panel .form-control {
  margin-top: 7px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-radius: 5px 5px 5px 5px;
  border: #d5d5d5 1px solid;
  padding: 11px;
  width: 269px; }

.FormPanel.password-panel .form-group {
  margin-bottom: 17px; }

.FormPanel.password-panel .form-group-submit {
  margin-bottom: 0; }

.field-row {
  margin-bottom: 25px; }
  .field-row .field-checkbox div, .field-row .field-checkbox span, .field-row .field-checkbox label {
    display: inline; }
  .field-row .field-column {
    display: inline-block;
    vertical-align: top;
    width: 49%; }
    .field-row .field-column input[type=email],
    .field-row .field-column input[type="password"],
    .field-row .field-column input[type=text],
    .field-row .field-column .select-label,
    .field-row .field-column .select-dropdown,
    .field-row .field-column select {
      width: 91%;
      font-size: 16px; }
    .field-row .field-column textarea {
      width: 100%; }
    @media only screen and (max-width: 975px) {
      .field-row .field-column {
        width: 100%; }
        .field-row .field-column input[type=email],
        .field-row .field-column input[type=text],
        .field-row .field-column input[type=password] {
          width: 100%; } }
    @media only screen and (max-width: 640px) {
      .field-row .field-column {
        margin-bottom: 25px; }
        .field-row .field-column + .field-column {
          margin-bottom: 0; } }
  .field-row input[type=email],
  .field-row input[type=text],
  .field-row input[type=password] {
    width: 400px; }
    @media only screen and (max-width: 975px) {
      .field-row input[type=email],
      .field-row input[type=text],
      .field-row input[type=password] {
        width: 100%; } }
  .field-row .field-checkbox {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
    font-weight: normal;
    font-size: 16px; }
  .field-row input[type='checkbox'] {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    margin-right: 12px;
    vertical-align: bottom;
    position: relative;
    top: -6px;
    *overflow: hidden; }
  .field-row .button, .field-row input[type="submit"], .field-row .forum-move-thread a, .forum-move-thread .field-row a {
    margin-bottom: 0; }
  .field-row.field-row-last {
    margin-bottom: 0; }
  .field-row .field.full-width select {
    width: 94%; }
    @media only screen and (max-width: 975px) {
      .field-row .field.full-width select {
        width: 100%; } }
  .field-row textarea {
    width: 75%; }
    @media only screen and (max-width: 640px) {
      .field-row textarea {
        width: 100%; } }

input[disabled], select[disabled] {
  background: #e0e0e0; }

textarea {
  min-height: 200px; }

label, .EditingFormLabel {
  display: block;
  margin: 0 0 5px 0;
  font-size: 18px; }
  label.inline, .EditingFormLabel.inline {
    display: inline;
    margin-right: 5px; }

@media only screen and (max-width: 640px) {
  input[type="text"],
  input[type="url"],
  input[type="password"],
  input[type="email"],
  textarea,
  select,
  select[multiple="multiple"] {
    width: 100%; } }

input[type="submit"]:disabled, input[type="submit"]:disabled:hover {
  background-color: #b0b0b0; }

input[type="text"].block {
  margin: 1.3em 0;
  min-width: 316px;
  width: 80%; }
  @media only screen and (max-width: 640px) {
    input[type="text"].block {
      width: 100%;
      min-width: 0; } }

.invalid,
.input-validation-error {
  border-color: #d9534f !important; }

.error-msg {
  color: #9e0b0f;
  margin-top: 9px; }

.error-msg[style*="inline"] {
  display: block !important; }

.EditingFormErrorLabel {
  display: block;
  color: #9e0b0f;
  margin: 9px 0 15px;
  font-size: 1.15em; }

.ErrorLabel {
  display: block;
  color: #9e0b0f;
  font-size: 1.3em;
  margin: 9px 0 15px; }

.Error > input {
  border: 1px solid #9e0b0f; }

.searchbox {
  height: 44px;
  line-height: normal;
  padding: 0 11px;
  font-size: 16px; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #777777; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #777777; }

.placeholder, option[disabled], .WatermarkText {
  color: #777777; }

.abuse-form input, .abuse-form textarea {
  width: 100%; }

.abuse-form #btnClose {
  margin: 10px 0; }

.user-details {
  margin-bottom: 20px;
  min-width: inherit; }
  .user-details h3 {
    margin-bottom: 20px; }
  .user-details .modal-content .close, .user-details .info-content .close {
    top: 10px;
    right: 10px; }
  .user-details .row {
    margin-bottom: 0; }
  .user-details.sub-form > .row {
    margin-bottom: 30px; }
    .user-details.sub-form > .row.no-margin {
      margin-bottom: 5px; }
    .user-details.sub-form > .row .col-sm-12 {
      margin-bottom: 10px; }
  .user-details .pull-bottom {
    line-height: 2.4em; }
    @media only screen and (max-width: 640px) {
      .user-details .pull-bottom {
        line-height: 18px;
        /* CAUTION - also used for JS media query detection */ } }
  .user-details .top-padded {
    padding-top: 25px; }
    @media only screen and (max-width: 975px) {
      .user-details .top-padded {
        padding-top: 0; } }
  .user-details .bordered {
    border-top: 1px solid #591333;
    border-bottom: 1px solid #591333;
    padding: 15px 0;
    margin-top: 25px;
    margin-bottom: 25px; }
  .user-details .half {
    width: 50%;
    max-width: 50%; }
  .user-details .profile-picture img {
    margin-bottom: 15px; }
  .user-details .profile-picture input[type="image"] {
    width: auto;
    margin-bottom: 15px; }
  .user-details .public-profile-link {
    display: inline-block;
    margin-right: 5px; }
  .user-details .public-profile-link-copy {
    display: inline-block;
    margin-right: 15px;
    font-size: 1.2em; }
  .user-details .launch-modal {
    cursor: pointer; }
  .user-details .public-link {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 18px; }
    .user-details .public-link label {
      display: inline-block; }
  .user-details .check-box-field {
    margin-top: 10px; }
    .user-details .check-box-field > div {
      display: inline-block; }
      .user-details .check-box-field > div label {
        display: none; }
    .user-details .check-box-field > label {
      display: inline-block;
      margin-left: 15px; }
    .user-details .check-box-field.publish-profile {
      float: left;
      margin-right: 20px; }
      .user-details .check-box-field.publish-profile label {
        width: auto !important; }
  .user-details .launch-info {
    margin-top: 8px; }
  .user-details .user-avatar-control .uploader {
    text-align: center; }
    .user-details .user-avatar-control .uploader input[type=file] {
      max-width: 100%; }
  .user-details input[type=text] {
    margin-bottom: 20px; }
  .user-details .col-display-name input[type=text] {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .user-details .user-avatar-control > div {
      max-width: 300px;
      margin: 0 auto; }
    .user-details .public-profile-link {
      float: none; }
    .user-details .public-profile-link, .user-details .public-profile-link-copy {
      display: block;
      text-align: center;
      margin-right: 0; }
    .user-details .public-profile-link-copy {
      margin-bottom: 20px; }
    .user-details .launch-info.far-right-align {
      position: absolute;
      top: 40px;
      right: 80px; }
    .user-details .row {
      margin-bottom: 10px; } }
  @media screen and (max-width: 975px) {
    .user-details label[id*=UserProfessionalInterests] {
      margin-top: 20px; }
    .user-details .half {
      width: 100%;
      max-width: 100%; }
      .user-details .half + .half {
        padding-left: 0; }
      .user-details .half .half {
        width: 50%; }
    .user-details .launch-info.far-right-align {
      right: 0; } }
  @media screen and (max-width: 640px) {
    .user-details .user-avatar-control,
    .user-details .col-display-name {
      margin-bottom: 20px; }
    .user-details .launch-info.far-right-align {
      right: 20px; } }

.form-area .col-display-name input {
  width: 100%; }

.user-avatar-control .user-avatar-inner {
  background-color: rgba(0, 0, 0, 0.12);
  max-width: 300px;
  min-height: 240px;
  border-radius: 5px;
  position: relative;
  padding: 10px;
  margin: 0px; }

.user-avatar-control .avatar-placeholder {
  margin-top: 10px;
  min-height: 190px; }
  .user-avatar-control .avatar-placeholder .default-image {
    height: 165px; }
    .user-avatar-control .avatar-placeholder .default-image:before {
      position: absolute;
      left: 0;
      top: 43%;
      right: 0;
      bottom: 0;
      margin: auto;
      display: inline-block;
      width: 100%;
      min-height: 50%;
      text-align: center;
      vertical-align: middle;
      color: #999;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      font-size: 10em;
      font-family: "IconMoon";
      content: "\f007"; }

.user-avatar-control img {
  width: 100%; }

.user-avatar-control .control-group-inline input[type="image"] {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 7px; }

@media screen and (max-width: 975px) {
  .user-avatar-control {
    margin-bottom: 20px; } }

.profile-mytrophies h4 {
  margin: 0; }

.profile-mytrophies .no-data {
  color: #8a8a8a;
  margin: 15px 0 20px 0; }

.profile-mytrophies ol {
  padding: 5px 5px 0 5px;
  margin: 5px 0;
  border-radius: 5px; }
  .profile-mytrophies ol li {
    display: inline-block;
    width: 80px;
    margin: 0 10px 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85em;
    text-align: center;
    vertical-align: top; }
    .profile-mytrophies ol li img {
      width: 55px;
      height: 55px; }
    .profile-mytrophies ol li .trophy-text {
      display: table;
      width: 100%;
      height: 40px; }
    .profile-mytrophies ol li .trophy-text-inner {
      display: table-cell;
      vertical-align: middle; }
    .profile-mytrophies ol li .trophy-detail {
      font-size: 0.8em; }

.spaced-form div.form-control {
  margin-bottom: 20px; }

.countdown-warning-label {
  display: none;
  margin-left: 10px;
  font-size: 0.9em;
  font-style: italic; }
  .countdown-warning-label .digit-color {
    color: #591333; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 640px) {
  .container {
    width: 750px; } }

@media (min-width: 975px) {
  .container {
    width: 970px; } }

@media (min-width: 1060px) {
  .container {
    width: 1060px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 640px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 975px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1060px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

#corp-main.case-study-search {
  min-height: 650px; }
  #corp-main.case-study-search h2 {
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: normal; }

.filters-button {
  float: right;
  margin: 0 0 0 20px; }
  .filters-button .button, .filters-button input[type="submit"], .filters-button .forum-move-thread a, .forum-move-thread .filters-button a {
    vertical-align: top; }
    .filters-button .button:before, .filters-button input[type="submit"]:before, .filters-button .forum-move-thread a:before, .forum-move-thread .filters-button a:before {
      content: "";
      display: block;
      float: right;
      margin: 3px 0 0 10px;
      background-repeat: no-repeat;
      background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
      background-position: -186px -146px;
      width: 15.5px;
      height: 10.5px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
        .filters-button .button:before, .filters-button input[type="submit"]:before, .filters-button .forum-move-thread a:before, .forum-move-thread .filters-button a:before {
          background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
          background-size: 249.5px; } }
  .filters-button.down .button:before, .filters-button.down input[type="submit"]:before, .filters-button.down .forum-move-thread a:before, .forum-move-thread .filters-button.down a:before {
    background-repeat: no-repeat;
    background-image: url("/SiteImages/Sprites/output/sprite-normal.png");
    background-position: -77px -161.5px;
    width: 15.5px;
    height: 10.5px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
      .filters-button.down .button:before, .filters-button.down input[type="submit"]:before, .filters-button.down .forum-move-thread a:before, .forum-move-thread .filters-button.down a:before {
        background-image: url("/SiteImages/Sprites/output/sprite-retina.png");
        background-size: 249.5px; } }

.filters-section {
  background: #f2f2f2;
  padding: 30px 0 20px;
  position: relative; }
  .filters-section:before, .filters-section:after {
    content: " ";
    display: table; }
  .filters-section:after {
    clear: both; }
  .filters-section.open {
    display: block; }
  .filters-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    width: 50%; }
    .filters-section ul li {
      display: inline-block;
      margin: 0 20px 20px 0;
      width: 130px; }
      .filters-section ul li label {
        margin: 0 0 0 10px;
        cursor: pointer;
        font-size: 17px;
        display: inline-block; }
      .filters-section ul li:first-child, .filters-section ul li:first-child label {
        display: block;
        width: 100%; }
      .filters-section ul li:first-child {
        font-size: 18px; }
      .filters-section ul li:first-child {
        margin-bottom: 20px; }
        .filters-section ul li:first-child label {
          margin: 0; }
      @media only screen and (max-width: 640px) {
        .filters-section ul li {
          margin-bottom: 15px; } }
    .filters-section ul.product-type {
      float: left; }
    .filters-section ul.product-keyword {
      float: right;
      padding-left: 110px; }
      .filters-section ul.product-keyword:before, .filters-section ul.product-keyword:after {
        content: " ";
        display: table; }
      .filters-section ul.product-keyword:after {
        clear: both; }
      .filters-section ul.product-keyword li {
        display: block;
        width: 100%;
        text-align: right; }
        .filters-section ul.product-keyword li label {
          text-align: left; }
        .filters-section ul.product-keyword li:last-child {
          margin-top: 35px; }
      .filters-section ul.product-keyword input[type="radio"] {
        margin-left: 20px; }
      .filters-section ul.product-keyword input[type="text"] {
        display: block;
        background: white;
        border: 1px #999999 solid;
        padding: 10px;
        margin: 0;
        width: 100%;
        font-size: 16px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px; }
        .filters-section ul.product-keyword input[type="text"]:focus {
          outline: 0;
          border-color: #591333;
          box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
          -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3); }
    .filters-section ul.filter-links {
      float: none;
      width: 100%;
      display: block; }
      .filters-section ul.filter-links li {
        width: auto;
        font-size: 15px;
        margin: 0; }
      .filters-section ul.filter-links li:first-child {
        float: left; }
      .filters-section ul.filter-links li:last-child {
        float: right; }

.results-content {
  padding-top: 35px; }
  .results-content .results-top {
    display: block;
    padding: 0 0 20px 0; }
    .results-content .results-top:before, .results-content .results-top:after {
      content: " ";
      display: table; }
    .results-content .results-top:after {
      clear: both; }
    .results-content .results-top .select {
      float: right; }
      .results-content .results-top .select span {
        display: inline-block;
        margin: 0 5px 0 0; }
      .results-content .results-top .select select {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        padding: 10px; }
    .results-content .results-top span.count {
      margin-top: 16px;
      display: inline-block; }
    .results-content .results-top .form-area {
      background: none;
      padding: 0;
      margin: 0;
      width: 180px;
      float: right; }
      .results-content .results-top .form-area .select-container {
        float: none; }
        .results-content .results-top .form-area .select-container .select-label, .results-content .results-top .form-area .select-container .select-dropdown {
          width: 100%; }
  .results-content .results-items {
    width: 980px;
    margin-left: -10px;
    position: relative; }
    .results-content .results-items > div {
      margin: 0 7px 13px; }
    @media only screen and (max-width: 980px) {
      .results-content .results-items {
        width: inherit; } }
    .results-content .results-items .case-study-preview {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; }
    .results-content .results-items .no-results {
      font-size: 2em;
      text-align: center;
      padding: 0 10px;
      color: #591333; }
    .results-content .results-items:before {
      content: "";
      z-index: 5;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: white;
      opacity: .8;
      display: none; }
    .results-content .results-items.searching:before {
      display: block; }

.full-width-loader {
  width: 100%;
  height: 0;
  background: url(/SiteImages/Loader/loader.GIF) no-repeat center center;
  padding: 0;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out; }
  .full-width-loader.show {
    height: 126px; }

.report-selector .case-study-preview {
  margin-bottom: 0; }

.case-study-preview {
  color: #FFF;
  text-align: left;
  width: 310px;
  min-height: 340px;
  margin: 0 0 13px;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  background-position: center top;
  box-shadow: 0 1px 2px 1px #cccccc;
  -webkit-box-shadow: 0 1px 2px 1px #cccccc;
  -moz-box-shadow: 0 1px 2px 1px #cccccc; }
  @media only screen and (max-width: 975px) {
    .case-study-preview {
      margin-bottom: 0; } }
  .case-study-preview .more-info {
    display: none; }
    @media only screen and (max-width: 640px) {
      .case-study-preview .more-info {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-indent: -9999px;
        z-index: 1000; } }
  .case-study-preview .description {
    height: 112px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background-color: #591333;
    font-size: 18px;
    overflow: hidden;
    -webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    -ms-transition: height 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out; }
    @media only screen and (max-width: 640px) {
      .case-study-preview .description {
        height: 112px !important;
        width: 100%; } }
  .case-study-preview .name {
    display: block;
    min-height: 47px; }
    @media only screen and (max-width: 640px) {
      .case-study-preview .name {
        color: #fff !important;
        min-height: 47px !important; } }
  .case-study-preview .sector {
    text-transform: uppercase;
    font-size: 13px;
    margin: 15px 0 12px;
    display: block;
    display: none; }
  .case-study-preview .CntRatingContent a {
    border-bottom: 0; }
  .case-study-preview .CntRatingContent .rating-star {
    width: 20px;
    float: left; }
  .case-study-preview .extras {
    display: none;
    color: black;
    font-size: 15px;
    margin: 10px 0 0 0;
    line-height: 130%; }
    @media only screen and (max-width: 640px) {
      .case-study-preview .extras {
        display: none !important; } }
  .case-study-preview .buttons {
    display: block;
    margin: 10px 0 0 0;
    text-align: left;
    position: absolute;
    bottom: 20px; }
  .case-study-preview .button, .case-study-preview input[type="submit"], .case-study-preview .forum-move-thread a, .forum-move-thread .case-study-preview a {
    background: #591333;
    display: inline-block;
    text-align: center;
    min-width: 125px;
    margin-top: 10px; }
    .case-study-preview .button.whitePaper, .case-study-preview input.whitePaper[type="submit"], .case-study-preview .forum-move-thread a.whitePaper, .forum-move-thread .case-study-preview a.whitePaper {
      display: none; }
    .case-study-preview .button:first-child, .case-study-preview input[type="submit"]:first-child, .case-study-preview .forum-move-thread a:first-child, .forum-move-thread .case-study-preview a:first-child {
      margin-right: 5px; }
      @media only screen and (max-width: 640px) {
        .case-study-preview .button:first-child, .case-study-preview input[type="submit"]:first-child, .case-study-preview .forum-move-thread a:first-child, .forum-move-thread .case-study-preview a:first-child {
          margin-right: 5px; } }
    .case-study-preview .button:hover, .case-study-preview input[type="submit"]:hover, .case-study-preview .forum-move-thread a:hover, .forum-move-thread .case-study-preview a:hover {
      background: #440f27; }
  @media only screen and (max-width: 640px) {
    .case-study-preview {
      width: 100%; } }

.case-study-preview-link {
  display: block;
  margin-bottom: 20px;
  margin-top: 13px;
  font-size: 1.1em; }
  @media only screen and (max-width: 975px) {
    .case-study-preview-link {
      margin-bottom: 0; } }

.case-study-widget-title {
  color: #4D4D4D;
  font-size: 1.4em;
  margin-bottom: 0.9em; }

@media only screen and (max-width: 975px) {
  .filters-section ul.product-keyword {
    padding: 0; }
  .filters-section ul.product-type li {
    width: 45%;
    margin-right: 0; }
    .filters-section ul.product-type li:first-child {
      width: 100%; } }

@media screen and (max-width: 975px) and (min-width: 675px) {
  .widget.report-selector, .results-items {
    width: 100%; }
    .widget.report-selector .case-study-preview, .results-items .case-study-preview {
      max-width: none;
      width: 100%;
      margin-bottom: 0;
      background-color: #fff;
      background-position: 94% center;
      background-size: 255px;
      border-bottom: 10px solid #591333; }
      .widget.report-selector .case-study-preview div.description, .results-items .case-study-preview div.description {
        height: auto;
        position: static;
        bottom: 0;
        width: 54%;
        padding: 20px;
        background-color: transparent;
        font-size: 18px;
        overflow: hidden; }
        .widget.report-selector .case-study-preview div.description .name, .results-items .case-study-preview div.description .name {
          position: absolute;
          top: 20px;
          left: 20px;
          width: 93%; }
        .widget.report-selector .case-study-preview div.description .extras, .results-items .case-study-preview div.description .extras {
          display: block; }
        .widget.report-selector .case-study-preview div.description .CntRatingContent, .results-items .case-study-preview div.description .CntRatingContent {
          margin-top: 50px; }
      .widget.report-selector .case-study-preview.itil, .results-items .case-study-preview.itil {
        color: #5e1c60;
        border-bottom-color: #5e1c60; }
        .widget.report-selector .case-study-preview.itil .rating-star:before, .results-items .case-study-preview.itil .rating-star:before {
          color: #5e1c60; }
      .widget.report-selector .case-study-preview.msp, .results-items .case-study-preview.msp {
        color: #006373;
        border-bottom-color: #006373; }
        .widget.report-selector .case-study-preview.msp .rating-star:before, .results-items .case-study-preview.msp .rating-star:before {
          color: #006373; }
      .widget.report-selector .case-study-preview.p3o, .results-items .case-study-preview.p3o {
        color: #494637;
        border-bottom-color: #494637; }
        .widget.report-selector .case-study-preview.p3o .rating-star:before, .results-items .case-study-preview.p3o .rating-star:before {
          color: #494637; }
      .widget.report-selector .case-study-preview.p3m3, .results-items .case-study-preview.p3m3 {
        color: #004b2b;
        border-bottom-color: #004b2b; }
        .widget.report-selector .case-study-preview.p3m3 .rating-star:before, .results-items .case-study-preview.p3m3 .rating-star:before {
          color: #004b2b; }
      .widget.report-selector .case-study-preview.prince2, .widget.report-selector .case-study-preview.prince2agile, .results-items .case-study-preview.prince2, .results-items .case-study-preview.prince2agile {
        color: #4c4383;
        border-bottom-color: #4c4383; }
        .widget.report-selector .case-study-preview.prince2 .rating-star:before, .widget.report-selector .case-study-preview.prince2agile .rating-star:before, .results-items .case-study-preview.prince2 .rating-star:before, .results-items .case-study-preview.prince2agile .rating-star:before {
          color: #4c4383; }
      .widget.report-selector .case-study-preview.cyber, .results-items .case-study-preview.cyber {
        color: #ad1d57;
        border-bottom-color: #ad1d57; }
        .widget.report-selector .case-study-preview.cyber .rating-star:before, .results-items .case-study-preview.cyber .rating-star:before {
          color: #ad1d57; }
      .widget.report-selector .case-study-preview.mop, .results-items .case-study-preview.mop {
        color: #00558a;
        border-bottom-color: #00558a; }
        .widget.report-selector .case-study-preview.mop .rating-star:before, .results-items .case-study-preview.mop .rating-star:before {
          color: #00558a; }
      .widget.report-selector .case-study-preview.mor, .results-items .case-study-preview.mor {
        color: #006d85;
        border-bottom-color: #006d85; }
        .widget.report-selector .case-study-preview.mor .rating-star:before, .results-items .case-study-preview.mor .rating-star:before {
          color: #006d85; }
      .widget.report-selector .case-study-preview.mov, .results-items .case-study-preview.mov {
        color: #a53c18;
        border-bottom-color: #a53c18; }
        .widget.report-selector .case-study-preview.mov .rating-star:before, .results-items .case-study-preview.mov .rating-star:before {
          color: #a53c18; }
      .widget.report-selector .case-study-preview.cyax, .results-items .case-study-preview.cyax {
        color: #4e432b;
        border-bottom-color: #4e432b; }
        .widget.report-selector .case-study-preview.cyax .rating-star:before, .results-items .case-study-preview.cyax .rating-star:before {
          color: #4e432b; } }

@media screen and (max-width: 675px) and (min-width: 360px) {
  .widget.width-30.report-selector, .widget.width-50.report-selector, .widget.width-70.report-selector {
    max-width: 310px;
    margin: auto auto 30px auto;
    float: none; }
    .widget.width-30.report-selector:before, .widget.width-30.report-selector:after, .widget.width-50.report-selector:before, .widget.width-50.report-selector:after, .widget.width-70.report-selector:before, .widget.width-70.report-selector:after {
      content: " ";
      display: table; }
    .widget.width-30.report-selector:after, .widget.width-50.report-selector:after, .widget.width-70.report-selector:after {
      clear: both; }
  .case-study-preview {
    max-width: 310px; } }

@media only screen and (max-width: 640px) {
  .filters-section ul.product-keyword, .filters-section ul.product-type {
    display: block;
    float: none;
    width: 100%;
    font-size: 13px; }
    .filters-section ul.product-keyword li:first-child, .filters-section ul.product-type li:first-child {
      font-size: 18px; }
  .results-content .results-items {
    text-align: center; } }

.case-study-preview.itil {
  background-image: url(/SiteImages/General/CaseStudyPreview/cs-itil.png); }
  .case-study-preview.itil .description, .case-study-preview.itil .button, .case-study-preview.itil input[type="submit"], .case-study-preview.itil .forum-move-thread a, .forum-move-thread .case-study-preview.itil a {
    background: #5e1c60; }
    @media only screen and (max-width: 640px) {
      .case-study-preview.itil .description, .case-study-preview.itil .button, .case-study-preview.itil input[type="submit"], .case-study-preview.itil .forum-move-thread a, .forum-move-thread .case-study-preview.itil a {
        background: #5e1c60 !important; } }
    .case-study-preview.itil .description.button:hover, .case-study-preview.itil input.description[type="submit"]:hover, .case-study-preview.itil .forum-move-thread a.description:hover, .forum-move-thread .case-study-preview.itil a.description:hover, .case-study-preview.itil .button.button:hover, .case-study-preview.itil input[type="submit"]:hover, .case-study-preview.itil .forum-move-thread a:hover, .forum-move-thread .case-study-preview.itil a:hover {
      background: #3f1340; }
  .case-study-preview.itil:hover {
    color: #5e1c60; }
    .case-study-preview.itil:hover .rating-star:before {
      color: #5e1c60; }

.case-study-preview.prince2 {
  background-image: url(/SiteImages/General/CaseStudyPreview/cs-prince2.png); }
  .case-study-preview.prince2 .description, .case-study-preview.prince2 .button, .case-study-preview.prince2 input[type="submit"], .case-study-preview.prince2 .forum-move-thread a, .forum-move-thread .case-study-preview.prince2 a {
    background: #4c4383; }
    @media only screen and (max-width: 640px) {
      .case-study-preview.prince2 .description, .case-study-preview.prince2 .button, .case-study-preview.prince2 input[type="submit"], .case-study-preview.prince2 .forum-move-thread a, .forum-move-thread .case-study-preview.prince2 a {
        background: #4c4383 !important; } }
    .case-study-preview.prince2 .description.button:hover, .case-study-preview.prince2 input.description[type="submit"]:hover, .case-study-preview.prince2 .forum-move-thread a.description:hover, .forum-move-thread .case-study-preview.prince2 a.description:hover, .case-study-preview.prince2 .button.button:hover, .case-study-preview.prince2 input[type="submit"]:hover, .case-study-preview.prince2 .forum-move-thread a:hover, .forum-move-thread .case-study-preview.prince2 a:hover {
      background: #3c3568; }
  .case-study-preview.prince2:hover {
    color: #4c4383; }
    .case-study-preview.prince2:hover .rating-star:before {
      color: #4c4383; }

.case-study-preview.prince2agile {
  background-image: url(/SiteImages/General/CaseStudyPreview/cs-prince2agile.png); }
  .case-study-preview.prince2agile .description, .case-study-preview.prince2agile .button, .case-study-preview.prince2agile input[type="submit"], .case-study-preview.prince2agile .forum-move-thread a, .forum-move-thread .case-study-preview.prince2agile a {
    background: #4c4383; }
    @media only screen and (max-width: 640px) {
      .case-study-preview.prince2agile .description, .case-study-preview.prince2agile .button, .case-study-preview.prince2agile input[type="submit"], .case-study-preview.prince2agile .forum-move-thread a, .forum-move-thread .case-study-preview.prince2agile a {
        background: #4c4383 !important; } }
    .case-study-preview.prince2agile .description.button:hover, .case-study-preview.prince2agile input.description[type="submit"]:hover, .case-study-preview.prince2agile .forum-move-thread a.description:hover, .forum-move-thread .case-study-preview.prince2agile a.description:hover, .case-study-preview.prince2agile .button.button:hover, .case-study-preview.prince2agile input[type="submit"]:hover, .case-study-preview.prince2agile .forum-move-thread a:hover, .forum-move-thread .case-study-preview.prince2agile a:hover {
      background: #3c3568; }
  .case-study-preview.prince2agile:hover {
    color: #4c4383; }
    .case-study-preview.prince2agile:hover .rating-star:before {
      color: #4c4383; }

.case-study-preview.mop {
  background-image: url(/SiteImages/General/CaseStudyPreview/cs-mop.png); }
  .case-study-preview.mop .description, .case-study-preview.mop .button, .case-study-preview.mop input[type="submit"], .case-study-preview.mop .forum-move-thread a, .forum-move-thread .case-study-preview.mop a {
    background: #184171; }
    @media only screen and (max-width: 640px) {
      .case-study-preview.mop .description, .case-study-preview.mop .button, .case-study-preview.mop input[type="submit"], .case-study-preview.mop .forum-move-thread a, .forum-move-thread .case-study-preview.mop a {
        background: #184171 !important; } }
    .case-study-preview.mop .description.button:hover, .case-study-preview.mop input.description[type="submit"]:hover, .case-study-preview.mop .forum-move-thread a.description:hover, .forum-move-thread .case-study-preview.mop a.description:hover, .case-study-preview.mop .button.button:hover, .case-study-preview.mop input[type="submit"]:hover, .case-study-preview.mop .forum-move-thread a:hover, .forum-move-thread .case-study-preview.mop a:hover {
      background: #112e4f; }
  .case-study-preview.mop:hover {
    color: #00558a; }
    .case-study-preview.mop:hover .rating-star:before {
      color: #00558a; }

.case-study-preview.cyber {
  background-image: url(/SiteImages/General/CaseStudyPreview/cs-cyber.png); }
  .case-study-preview.cyber .description, .case-study-preview.cyber .button, .case-study-preview.cyber input[type="submit"], .case-study-preview.cyber .forum-move-thread a, .forum-move-thread .case-study-preview.cyber a {
    background: #ad1d57; }
    @media only screen and (max-width: 640px) {
      .case-study-preview.cyber .description, .case-study-preview.cyber .button, .case-study-preview.cyber input[type="submit"], .case-study-preview.cyber .forum-move-thread a, .forum-move-thread .case-study-preview.cyber a {
        background: #ad1d57 !important; } }
    .case-study-preview.cyber .description.button:hover, .case-study-preview.cyber input.description[type="submit"]:hover, .case-study-preview.cyber .forum-move-thread a.description:hover, .forum-move-thread .case-study-preview.cyber a.description:hover, .case-study-preview.cyber .button.button:hover, .case-study-preview.cyber input[type="submit"]:hover, .case-study-preview.cyber .forum-move-thread a:hover, .forum-move-thread .case-study-preview.cyber a:hover {
      background: #8a1745; }
  .case-study-preview.cyber:hover {
    color: #ad1d57; }
    .case-study-preview.cyber:hover .rating-star:before {
      color: #ad1d57; }

.case-study-preview.p3m3 {
  background-image: url(/SiteImages/General/CaseStudyPreview/cs-p3m3.png); }
  .case-study-preview.p3m3 .description, .case-study-preview.p3m3 .button, .case-study-preview.p3m3 input[type="submit"], .case-study-preview.p3m3 .forum-move-thread a, .forum-move-thread .case-study-preview.p3m3 a {
    background: #004b2b; }
    @media only screen and (max-width: 640px) {
      .case-study-preview.p3m3 .description, .case-study-preview.p3m3 .button, .case-study-preview.p3m3 input[type="submit"], .case-study-preview.p3m3 .forum-move-thread a, .forum-move-thread .case-study-preview.p3m3 a {
        background: #004b2b !important; } }
    .case-study-preview.p3m3 .description.button:hover, .case-study-preview.p3m3 input.description[type="submit"]:hover, .case-study-preview.p3m3 .forum-move-thread a.description:hover, .forum-move-thread .case-study-preview.p3m3 a.description:hover, .case-study-preview.p3m3 .button.button:hover, .case-study-preview.p3m3 input[type="submit"]:hover, .case-study-preview.p3m3 .forum-move-thread a:hover, .forum-move-thread .case-study-preview.p3m3 a:hover {
      background: #002214; }
  .case-study-preview.p3m3:hover {
    color: #004b2b; }
    .case-study-preview.p3m3:hover .rating-star:before {
      color: #004b2b; }

.case-study-preview.p3o {
  background-image: url(/SiteImages/General/CaseStudyPreview/cs-p3o.png); }
  .case-study-preview.p3o .description, .case-study-preview.p3o .button, .case-study-preview.p3o input[type="submit"], .case-study-preview.p3o .forum-move-thread a, .forum-move-thread .case-study-preview.p3o a {
    background: #494637; }
    @media only screen and (max-width: 640px) {
      .case-study-preview.p3o .description, .case-study-preview.p3o .button, .case-study-preview.p3o input[type="submit"], .case-study-preview.p3o .forum-move-thread a, .forum-move-thread .case-study-preview.p3o a {
        background: #494637 !important; } }
    .case-study-preview.p3o .description.button:hover, .case-study-preview.p3o input.description[type="submit"]:hover, .case-study-preview.p3o .forum-move-thread a.description:hover, .forum-move-thread .case-study-preview.p3o a.description:hover, .case-study-preview.p3o .button.button:hover, .case-study-preview.p3o input[type="submit"]:hover, .case-study-preview.p3o .forum-move-thread a:hover, .forum-move-thread .case-study-preview.p3o a:hover {
      background: #323025; }
  .case-study-preview.p3o:hover {
    color: #494637; }
    .case-study-preview.p3o:hover .rating-star:before {
      color: #494637; }

.case-study-preview.msp {
  background-image: url(/SiteImages/General/CaseStudyPreview/cs-msp.png); }
  .case-study-preview.msp .description, .case-study-preview.msp .button, .case-study-preview.msp input[type="submit"], .case-study-preview.msp .forum-move-thread a, .forum-move-thread .case-study-preview.msp a {
    background: #006373; }
    @media only screen and (max-width: 640px) {
      .case-study-preview.msp .description, .case-study-preview.msp .button, .case-study-preview.msp input[type="submit"], .case-study-preview.msp .forum-move-thread a, .forum-move-thread .case-study-preview.msp a {
        background: #006373 !important; } }
    .case-study-preview.msp .description.button:hover, .case-study-preview.msp input.description[type="submit"]:hover, .case-study-preview.msp .forum-move-thread a.description:hover, .forum-move-thread .case-study-preview.msp a.description:hover, .case-study-preview.msp .button.button:hover, .case-study-preview.msp input[type="submit"]:hover, .case-study-preview.msp .forum-move-thread a:hover, .forum-move-thread .case-study-preview.msp a:hover {
      background: #00404a; }
  .case-study-preview.msp:hover {
    color: #006373; }
    .case-study-preview.msp:hover .rating-star:before {
      color: #006373; }

.case-study-preview.mor {
  background-image: url(/SiteImages/General/CaseStudyPreview/cs-mor.png); }
  .case-study-preview.mor .description, .case-study-preview.mor .button, .case-study-preview.mor input[type="submit"], .case-study-preview.mor .forum-move-thread a, .forum-move-thread .case-study-preview.mor a {
    background: #006d85; }
    @media only screen and (max-width: 640px) {
      .case-study-preview.mor .description, .case-study-preview.mor .button, .case-study-preview.mor input[type="submit"], .case-study-preview.mor .forum-move-thread a, .forum-move-thread .case-study-preview.mor a {
        background: #006d85 !important; } }
    .case-study-preview.mor .description.button:hover, .case-study-preview.mor input.description[type="submit"]:hover, .case-study-preview.mor .forum-move-thread a.description:hover, .forum-move-thread .case-study-preview.mor a.description:hover, .case-study-preview.mor .button.button:hover, .case-study-preview.mor input[type="submit"]:hover, .case-study-preview.mor .forum-move-thread a:hover, .forum-move-thread .case-study-preview.mor a:hover {
      background: #004c5c; }
  .case-study-preview.mor:hover {
    color: #006d85; }
    .case-study-preview.mor:hover .rating-star:before {
      color: #006d85; }

.case-study-preview.mov {
  background-image: url(/SiteImages/General/CaseStudyPreview/cs-mov.png); }
  .case-study-preview.mov .description, .case-study-preview.mov .button, .case-study-preview.mov input[type="submit"], .case-study-preview.mov .forum-move-thread a, .forum-move-thread .case-study-preview.mov a {
    background: #a53c18; }
    @media only screen and (max-width: 640px) {
      .case-study-preview.mov .description, .case-study-preview.mov .button, .case-study-preview.mov input[type="submit"], .case-study-preview.mov .forum-move-thread a, .forum-move-thread .case-study-preview.mov a {
        background: #a53c18 !important; } }
    .case-study-preview.mov .description.button:hover, .case-study-preview.mov input.description[type="submit"]:hover, .case-study-preview.mov .forum-move-thread a.description:hover, .forum-move-thread .case-study-preview.mov a.description:hover, .case-study-preview.mov .button.button:hover, .case-study-preview.mov input[type="submit"]:hover, .case-study-preview.mov .forum-move-thread a:hover, .forum-move-thread .case-study-preview.mov a:hover {
      background: #812f13; }
  .case-study-preview.mov:hover {
    color: #a53c18; }
    .case-study-preview.mov:hover .rating-star:before {
      color: #a53c18; }

.case-study-preview.cyax {
  background-image: url(/SiteImages/General/CaseStudyPreview/cs-cyax.png); }
  .case-study-preview.cyax .description, .case-study-preview.cyax .button, .case-study-preview.cyax input[type="submit"], .case-study-preview.cyax .forum-move-thread a, .forum-move-thread .case-study-preview.cyax a {
    background: #4e432b; }
    @media only screen and (max-width: 640px) {
      .case-study-preview.cyax .description, .case-study-preview.cyax .button, .case-study-preview.cyax input[type="submit"], .case-study-preview.cyax .forum-move-thread a, .forum-move-thread .case-study-preview.cyax a {
        background: #4e432b !important; } }
    .case-study-preview.cyax .description.button:hover, .case-study-preview.cyax input.description[type="submit"]:hover, .case-study-preview.cyax .forum-move-thread a.description:hover, .forum-move-thread .case-study-preview.cyax a.description:hover, .case-study-preview.cyax .button.button:hover, .case-study-preview.cyax input[type="submit"]:hover, .case-study-preview.cyax .forum-move-thread a:hover, .forum-move-thread .case-study-preview.cyax a:hover {
      background: #342c1d; }
  .case-study-preview.cyax:hover {
    color: #4e432b; }
    .case-study-preview.cyax:hover .rating-star:before {
      color: #4e432b; }

.case-study-preview:hover {
  color: #591333; }
  @media only screen and (min-width: 640px) {
    .case-study-preview:hover {
      background-image: url(/SiteImages/General/CaseStudyPreview/cs-over.png); } }
  .case-study-preview:hover .description {
    width: 100%;
    height: 100%;
    background: white; }
  .case-study-preview:hover .name {
    min-height: inherit; }
  .case-study-preview:hover .extras {
    display: block; }

.case-study-widget h5 {
  color: #4D4D4D;
  font-size: 1.4em;
  height: 42px;
  margin-bottom: 0; }

.case-study-widget .case-study-preview-link {
  display: block;
  margin-bottom: 20px;
  font-size: 1.2em; }
  @media only screen and (max-width: 975px) {
    .case-study-widget .case-study-preview-link {
      margin-bottom: 0;
      margin-top: 13px; } }

.case-study-widget .case-study-preview {
  display: block;
  width: auto;
  max-width: 310px; }
  @media only screen and (max-width: 640px) {
    .case-study-widget .case-study-preview {
      color: #fff !important; } }

@media only screen and (max-width: 640px) {
  .case-study-widget .case-study-preview, .case-study-widget .case-study-widget {
    max-width: none; } }

#full-width-banner {
  min-height: 345px;
  margin-bottom: 10px;
  background: #f6f6f6;
  background: url("/siteimages/Corporate/full-width-headers/axelos.png") no-repeat center center; }
  @media only screen and (max-width: 660px) {
    #full-width-banner {
      background: url("/siteimages/Corporate/full-width-headers/mobile/axelos.png") no-repeat center center;
      background-size: 100% 100%;
      min-height: 320px; } }
  #full-width-banner .fwb-wrapper {
    padding-top: 4em;
    padding-left: 5.4em; }
    @media only screen and (max-width: 640px) {
      #full-width-banner .fwb-wrapper {
        padding-left: 0;
        padding-right: 0;
        width: 90%; } }
    #full-width-banner .fwb-wrapper .heading-section {
      width: 70%;
      float: left;
      margin-top: 0.2em; }
      @media only screen and (max-width: 640px) {
        #full-width-banner .fwb-wrapper .heading-section {
          width: 100%;
          padding-top: 1em; } }
      #full-width-banner .fwb-wrapper .heading-section .product-logo {
        height: 36px; }
      #full-width-banner .fwb-wrapper .heading-section .fwb-page-title {
        color: #591333;
        margin: 0 0 0.5em 0; }
      #full-width-banner .fwb-wrapper .heading-section .fwb-author,
      #full-width-banner .fwb-wrapper .heading-section .fwb-date {
        color: #591333;
        font-size: 1.2em;
        margin: 0.2em 0  0.8em 0; }
      #full-width-banner .fwb-wrapper .heading-section .fwb-date {
        width: 35%; }
        @media only screen and (max-width: 640px) {
          #full-width-banner .fwb-wrapper .heading-section .fwb-date {
            width: 100%; } }
    #full-width-banner .fwb-wrapper .logo-section {
      float: left;
      margin-left: 1.3em; }
      @media only screen and (max-width: 765px) {
        #full-width-banner .fwb-wrapper .logo-section {
          display: none; } }
      #full-width-banner .fwb-wrapper .logo-section .masked-image {
        position: relative; }
        #full-width-banner .fwb-wrapper .logo-section .masked-image img {
          position: absolute; }
        #full-width-banner .fwb-wrapper .logo-section .masked-image .cookie-cutter {
          position: absolute;
          left: 0;
          top: 0;
          width: 177px;
          height: 168px;
          background: url("/SiteImages/Corporate/full-width-headers/borders/axelos-circle.png") no-repeat; }

.axelos-carousel.best-practise h5 {
  border-bottom: 1px solid #591333; }

.axelos-carousel.best-practise .product {
  width: 150px;
  height: 180px;
  margin-left: 3px;
  margin-right: 17px; }
  .axelos-carousel.best-practise .product img {
    height: auto;
    max-height: 33px;
    margin-top: 53px; }

.axelos-carousel.best-practise .title {
  font-size: 18px;
  text-align: left; }

.axelos-carousel .product {
  text-align: center;
  position: relative;
  height: 280px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 1px 3px 1px #cccccc;
  -webkit-box-shadow: 0px 1px 3px 1px #cccccc;
  -moz-box-shadow: 0px 1px 3px 1px #cccccc; }
  .axelos-carousel .product.no-hover:hover .slide-link {
    opacity: 1;
    cursor: pointer; }
  .axelos-carousel .product:hover .slide-details {
    opacity: 1; }
  .axelos-carousel .product:hover .slide-link {
    opacity: 0; }
  @media only screen and (max-width: 1060px) {
    .axelos-carousel .product:hover .slide-details {
      opacity: 0; }
    .axelos-carousel .product:hover .slide-link {
      opacity: 1; } }
  .axelos-carousel .product .slide-container {
    height: 100%;
    position: relative; }
  .axelos-carousel .product .slide-link, .axelos-carousel .product .slide-details {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    @media only screen and (min-width: 1060px) {
      .axelos-carousel .product .slide-link, .axelos-carousel .product .slide-details {
        -webkit-transition: all 0.6s linear;
        -moz-transition: all 0.6s linear;
        -ms-transition: all 0.6s linear;
        -o-transition: all 0.6s linear;
        transition: all 0.6s linear; } }
  .axelos-carousel .product .slide-link {
    padding: 20px;
    cursor: default;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 975px) {
      .axelos-carousel .product .slide-link {
        cursor: pointer; } }

.axelos-carousel .product-slide-image {
  margin: 80px 0 30px 0;
  max-width: 100%;
  height: 33px; }
  @media only screen and (max-width: 360px) {
    .axelos-carousel .product-slide-image {
      margin: 65px 0 10px; } }

.axelos-carousel .product-slide-text {
  text-transform: uppercase;
  display: block;
  color: #4D4D4D;
  font-size: 1.2em;
  line-height: 1.2em; }

.axelos-carousel .slide-details {
  padding: 15px;
  text-align: left;
  opacity: 0;
  z-index: 3; }