/* line 34, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/singularitygs-1.1.2/stylesheets/singularitygs/helpers/_box-sizing.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url('../behaviors/box-sizing/boxsizing.php'); }

/* line 36, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_box-sizing.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url('../behaviors/box-sizing/boxsizing.php'); }

/**
 * Function used in visibillity.scss & grid.scss
 */
/**
 * Function used in visibillity.scss & grid.scss
 */
/**
 * Calc Mixin
 */
/*
 * a small mixin for easy use of rem with px as fallback
 * usage: @include x-rem(font-size, 14px)
 * usage: @include x-rem(marign, 0 12px 2 1.2)
 * usage: @include x-rem(padding, 1.5 24px)
 *
 * thanks to Eric Meyer for https://github.com/ericam/susy
 * and Hans Christian Reinl for http://drublic.de/blog/rem-fallback-sass-less/
 */
/**
 * Placeholder mixin
 */
/**
 * Available fonts:
 *  "adelle-sans" weight: 100 = thin
 *	"adelle-sans" weight: 300 = light
 * 	"adelle-sans" weight: 400 = regular
 * 	"adelle-sans" weight: 700 = bold
 *
 * 	"adelle" weight: 100 = light
 */
/* Slide In */
@-moz-keyframes slideIn {
  /* line 3, ../sass/base/_animations.scss */
  0% {
    min-height: 0;
    max-height: 0;
    display: none; }

  /* line 9, ../sass/base/_animations.scss */
  1% {
    min-height: 0;
    max-height: 0;
    display: block; }

  /* line 15, ../sass/base/_animations.scss */
  99% {
    min-height: auto;
    max-height: 30em;
    display: block; }

  /* line 21, ../sass/base/_animations.scss */
  100% {
    min-height: auto;
    max-height: none;
    display: block; } }

@-webkit-keyframes slideIn {
  /* line 3, ../sass/base/_animations.scss */
  0% {
    min-height: 0;
    max-height: 0;
    display: none; }

  /* line 9, ../sass/base/_animations.scss */
  1% {
    min-height: 0;
    max-height: 0;
    display: block; }

  /* line 15, ../sass/base/_animations.scss */
  99% {
    min-height: auto;
    max-height: 30em;
    display: block; }

  /* line 21, ../sass/base/_animations.scss */
  100% {
    min-height: auto;
    max-height: none;
    display: block; } }

@-o-keyframes slideIn {
  /* line 3, ../sass/base/_animations.scss */
  0% {
    min-height: 0;
    max-height: 0;
    display: none; }

  /* line 9, ../sass/base/_animations.scss */
  1% {
    min-height: 0;
    max-height: 0;
    display: block; }

  /* line 15, ../sass/base/_animations.scss */
  99% {
    min-height: auto;
    max-height: 30em;
    display: block; }

  /* line 21, ../sass/base/_animations.scss */
  100% {
    min-height: auto;
    max-height: none;
    display: block; } }

@-ms-keyframes slideIn {
  /* line 3, ../sass/base/_animations.scss */
  0% {
    min-height: 0;
    max-height: 0;
    display: none; }

  /* line 9, ../sass/base/_animations.scss */
  1% {
    min-height: 0;
    max-height: 0;
    display: block; }

  /* line 15, ../sass/base/_animations.scss */
  99% {
    min-height: auto;
    max-height: 30em;
    display: block; }

  /* line 21, ../sass/base/_animations.scss */
  100% {
    min-height: auto;
    max-height: none;
    display: block; } }

@keyframes slideIn {
  /* line 3, ../sass/base/_animations.scss */
  0% {
    min-height: 0;
    max-height: 0;
    display: none; }

  /* line 9, ../sass/base/_animations.scss */
  1% {
    min-height: 0;
    max-height: 0;
    display: block; }

  /* line 15, ../sass/base/_animations.scss */
  99% {
    min-height: auto;
    max-height: 30em;
    display: block; }

  /* line 21, ../sass/base/_animations.scss */
  100% {
    min-height: auto;
    max-height: none;
    display: block; } }

/* Fade in. */
@-moz-keyframes fadeIn {
  /* line 29, ../sass/base/_animations.scss */
  0% {
    opacity: 0;
    display: none; }

  /* line 34, ../sass/base/_animations.scss */
  1% {
    opacity: 0;
    display: block; }

  /* line 40, ../sass/base/_animations.scss */
  100% {
    opacity: 1;
    display: block; } }

@-webkit-keyframes fadeIn {
  /* line 29, ../sass/base/_animations.scss */
  0% {
    opacity: 0;
    display: none; }

  /* line 34, ../sass/base/_animations.scss */
  1% {
    opacity: 0;
    display: block; }

  /* line 40, ../sass/base/_animations.scss */
  100% {
    opacity: 1;
    display: block; } }

@-o-keyframes fadeIn {
  /* line 29, ../sass/base/_animations.scss */
  0% {
    opacity: 0;
    display: none; }

  /* line 34, ../sass/base/_animations.scss */
  1% {
    opacity: 0;
    display: block; }

  /* line 40, ../sass/base/_animations.scss */
  100% {
    opacity: 1;
    display: block; } }

@-ms-keyframes fadeIn {
  /* line 29, ../sass/base/_animations.scss */
  0% {
    opacity: 0;
    display: none; }

  /* line 34, ../sass/base/_animations.scss */
  1% {
    opacity: 0;
    display: block; }

  /* line 40, ../sass/base/_animations.scss */
  100% {
    opacity: 1;
    display: block; } }

@keyframes fadeIn {
  /* line 29, ../sass/base/_animations.scss */
  0% {
    opacity: 0;
    display: none; }

  /* line 34, ../sass/base/_animations.scss */
  1% {
    opacity: 0;
    display: block; }

  /* line 40, ../sass/base/_animations.scss */
  100% {
    opacity: 1;
    display: block; } }

/* line 1, ../sass/base/_buttons.scss */
button, .button, .transact_color_variant_black .views-field-field-link-transact a,
.transact_color_variant_white .views-field-field-link-transact a, .top-transact-module .views-field-field-link-transact a {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
  font-family: "AdelleSansRegular", sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 20px;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #007867;
  display: inline-block;
  padding: 16px 32px; }
  /* line 17, ../sass/base/_buttons.scss */
  button:hover, .button:hover, .transact_color_variant_black .views-field-field-link-transact a:hover,
  .transact_color_variant_white .views-field-field-link-transact a:hover, .top-transact-module .views-field-field-link-transact a:hover {
    background: #01948a;
    text-decoration: none; }
  /* line 22, ../sass/base/_buttons.scss */
  button.secondary, .button.secondary, .transact_color_variant_black .views-field-field-link-transact a.secondary,
  .transact_color_variant_white .views-field-field-link-transact a.secondary, .top-transact-module .views-field-field-link-transact a.secondary {
    background: #f11e15; }
    /* line 24, ../sass/base/_buttons.scss */
    button.secondary:hover, .button.secondary:hover, .transact_color_variant_black .views-field-field-link-transact a.secondary:hover,
    .transact_color_variant_white .views-field-field-link-transact a.secondary:hover, .top-transact-module .views-field-field-link-transact a.secondary:hover {
      background: #01948a; }
  /* line 28, ../sass/base/_buttons.scss */
  button.large, .button.large, .transact_color_variant_black .views-field-field-link-transact a.large,
  .transact_color_variant_white .views-field-field-link-transact a.large, .top-transact-module .views-field-field-link-transact a.large {
    font-size: 20px;
    padding: 18px 36px; }
  /* line 32, ../sass/base/_buttons.scss */
  button.small, .button.small, .transact_color_variant_black .views-field-field-link-transact a.small,
  .transact_color_variant_white .views-field-field-link-transact a.small, .top-transact-module .views-field-field-link-transact a.small {
    font-size: 13px;
    padding: 14px 28px; }
  /* line 36, ../sass/base/_buttons.scss */
  button.tiny, button.cta, button.button.cta, .button.tiny, .button.cta, .transact_color_variant_black .views-field-field-link-transact a,
  .transact_color_variant_white .views-field-field-link-transact a, .top-transact-module .views-field-field-link-transact a {
    font-size: 11px;
    padding: 8px 25.6px 6px; }
  /* line 40, ../sass/base/_buttons.scss */
  button.expand, .button.expand, .transact_color_variant_black .views-field-field-link-transact a.expand,
  .transact_color_variant_white .views-field-field-link-transact a.expand, .top-transact-module .views-field-field-link-transact a.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  /* line 45, ../sass/base/_buttons.scss */
  button.cta, .button.cta, .transact_color_variant_black .views-field-field-link-transact a.cta,
  .transact_color_variant_white .views-field-field-link-transact a.cta, .top-transact-module .views-field-field-link-transact a.cta {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    border: 0; }
    /* line 50, ../sass/base/_buttons.scss */
    button.cta:hover, .button.cta:hover, .transact_color_variant_black .views-field-field-link-transact a.cta:hover,
    .transact_color_variant_white .views-field-field-link-transact a.cta:hover, .top-transact-module .views-field-field-link-transact a.cta:hover {
      background: #01948a;
      color: #fff; }

/* line 2, ../sass/base/_carousel.scss */
.dot-container {
  display: block;
  text-align: center;
  /**
   * Medium Up
   */ }
  /* line 6, ../sass/base/_carousel.scss */
  .dot-container > .dot {
    background: #919191;
    border-radius: 50%;
    display: inline-block;
    font-size: 10px;
    font-size: 0.625rem;
    height: 1em;
    margin: 0 0.5em 2.5em;
    overflow: hidden;
    width: 1em; }
    /* line 16, ../sass/base/_carousel.scss */
    .dot-container > .dot.is-active {
      background: #f11e15; }
  @media only screen and (min-width: 40.063em) {
    /* line 2, ../sass/base/_carousel.scss */
    .dot-container {
      display: none; } }

/**
 * Any styling related to the CMS (e.g. login form)
 */
/* line 4, ../sass/base/_cms.scss */
.page-user .breadcrumb {
  border-bottom: 1px solid gainsboro; }

/* line 7, ../sass/base/_cms.scss */
.page-user .tabs--primary {
  margin: 28px 32px 0;
  margin: 1.75rem 2rem 0;
  border-bottom: 1px solid gainsboro; }

/* line 11, ../sass/base/_cms.scss */
form.user-login {
  padding: 28px 0;
  padding: 1.75rem 0;
  margin: 0 32px;
  margin: 0 2rem; }
  /* line 15, ../sass/base/_cms.scss */
  form.user-login label {
    display: block;
    margin-bottom: 5px; }
  /* line 20, ../sass/base/_cms.scss */
  form.user-login .description {
    line-height: 1.4;
    margin-top: 5px; }

/* line 25, ../sass/base/_cms.scss */
.user-profile {
  padding: 25px 0;
  padding: 1.5625rem 0;
  margin: 0 32px;
  margin: 0 2rem; }

/**
 * Available fonts:
 *  "adelle-sans" weight: 100 = thin
 *	"adelle-sans" weight: 300 = light
 * 	"adelle-sans" weight: 400 = regular
 * 	"adelle-sans" weight: 700 = bold
 */
@font-face {
  font-family: 'AdelleSansRegular';
  src: url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Regular.eot");
  src: url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Regular.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Regular.woff") format("woff"), url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Regular.ttf") format("truetype"), url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Regular.svg#AdelleSansRegular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'AdelleSansRegular';
  src: url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Italic.eot");
  src: url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Italic.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Italic.woff") format("woff"), url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Italic.ttf") format("truetype"), url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Italic.svg#AdelleSansRegular") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'AdelleSansRegular';
  src: url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Bold.eot");
  src: url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Bold.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Bold.woff") format("woff"), url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Bold.ttf") format("truetype"), url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Bold.svg#AdelleSansRegular") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'AdelleSansRegular';
  src: url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-BoldItalic.eot");
  src: url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-BoldItalic.woff") format("woff"), url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-BoldItalic.ttf") format("truetype"), url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-BoldItalic.svg#AdelleSansRegular") format("svg");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'AdelleSansRegular';
  src: url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Thin.eot");
  src: url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Thin.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Thin.woff") format("woff"), url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Thin.ttf") format("truetype"), url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Thin.svg#AdelleSansRegular") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'AdelleSansRegular';
  src: url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-ThinItalic.eot");
  src: url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-ThinItalic.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-ThinItalic.woff") format("woff"), url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-ThinItalic.ttf") format("truetype"), url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-ThinItalic.svg#AdelleSansRegular") format("svg");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'AdelleSansRegular';
  src: url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Light.eot");
  src: url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Light.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Light.woff") format("woff"), url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Light.ttf") format("truetype"), url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-Light.svg#AdelleSansRegular") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'AdelleSansRegular';
  src: url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-LightItalic.eot");
  src: url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-LightItalic.woff") format("woff"), url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-LightItalic.ttf") format("truetype"), url("/sites/all/themes/worldpay_subthemev2/fonts/AdelleSans-LightItalic.svg#AdelleSansRegular") format("svg");
  font-weight: 300;
  font-style: italic; }

/* line 105, ../sass/abstractions/_mixins.scss */
input.placeholder {
  color: #9c9c9c; }
/* line 106, ../sass/abstractions/_mixins.scss */
input:-moz-placeholder {
  color: #9c9c9c; }
/* line 107, ../sass/abstractions/_mixins.scss */
input::-moz-placeholder {
  color: #9c9c9c; }
/* line 108, ../sass/abstractions/_mixins.scss */
input:-ms-input-placeholder {
  color: #9c9c9c; }
/* line 109, ../sass/abstractions/_mixins.scss */
input::-webkit-input-placeholder {
  color: #9c9c9c; }

/* line 7, ../sass/base/_global.scss */
html,
body {
  font-size: 16px; }

/* line 11, ../sass/base/_global.scss */
body {
  background: #f7f7f7;
  color: #333333;
  padding: 0;
  margin: 0;
  font-family: "AdelleSansRegular", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  position: relative; }

/* line 23, ../sass/base/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto; }

/* line 27, ../sass/base/_global.scss */
object,
embed {
  height: 100%; }

/* line 29, ../sass/base/_global.scss */
img {
  -ms-interpolation-mode: bicubic; }

/* line 32, ../sass/base/_global.scss */
.left {
  float: left !important; }

/* line 33, ../sass/base/_global.scss */
.right {
  float: right !important; }

/* line 65, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_clearfix.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* line 35, ../sass/base/_global.scss */
.text-left {
  text-align: left !important; }

/* line 36, ../sass/base/_global.scss */
.text-right {
  text-align: right !important; }

/* line 37, ../sass/base/_global.scss */
.text-center {
  text-align: center !important; }

/* line 38, ../sass/base/_global.scss */
.text-justify {
  text-align: justify !important; }

/* line 39, ../sass/base/_global.scss */
.hide {
  display: none; }

/* line 45, ../sass/base/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 48, ../sass/base/_global.scss */
img {
  display: inline-block;
  vertical-align: middle; }

/* line 58, ../sass/base/_global.scss */
textarea {
  height: auto;
  min-height: 50px; }

/* line 61, ../sass/base/_global.scss */
select {
  width: 100%; }

/* line 62, ../sass/base/_global.scss */
.feed-icon {
  display: none; }

@font-face {
  font-family: 'wp-icons';
  src: url("/sites/all/themes/worldpay_subthemev2/fonts/wp-icons.eot");
  src: url("/sites/all/themes/worldpay_subthemev2/fonts/wp-icons.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/worldpay_subthemev2/fonts/wp-icons.woff") format("woff"), url("/sites/all/themes/worldpay_subthemev2/fonts/wp-icons.ttf") format("truetype"), url("/sites/all/themes/worldpay_subthemev2/fonts/wp-icons.svg#wp-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 27, ../sass/base/_icons.scss */
[class^="icon-"]:after, [class*=" icon-"]:after,
[class^="icon-"]:before, [class*=" icon-"]:before, .views-field-field-general-worldpay-link a:before,
.views-field-field-corporate-image .views-field-field-corporate-link a:before, .views-field-field-about-worldpay-images-sub .field--type-link-field a:before,
.views-field-field-more-insights-fields .field--type-link-field a:before,
.view-support-page-features-view .field--type-link-field a:before,
.views-field-field-pos-terminals .field--type-link-field a:before, .views-field-field-editorial-sidebar-content .field-collection-view .field--type-link-field a:before, .views-field-field-editorialnewseventscontent .field--type-link-field a:before,
.views-field-field-editorial-newsevents-full .field--type-link-field a:before, .view-support-page-merchant-view .merchantLink a:before, .views-field-field-benefits-fields .field--name-field-benefit-title a:before,
.views-field-field-benefits-fields .field--name-field-other-support-title a:before,
.views-field-field-other-support .field--name-field-benefit-title a:before,
.views-field-field-other-support .field--name-field-other-support-title a:before, .view-product-insights-view .insightLink a:before,
.view-campaign-insights-view .insightLink a:before, .view-product-support .field-collection-view a:before,
.view-campaign-support-view .field-collection-view a:before,
.views-field-field-gateaways .field-collection-view a:before,
.view-support-page-guides-view .field--name-field-guides-links .field__item a:before, .view-proposition-hub-expertise .field--name-field-link-expertise .field__item a:before, .view-support-page-automatic-anchors-view li a:before, .cross-sell-fields .field--type-link-field a:before, .search-result > h3 > a:before, .l-footer .block--views-fat-footer-block h6:before, .view-error-page-view .views-field-field-back-link a:before, .pane-proposition-overview-child-view-with-depth > .pane-title > a:after, .mobileSubNav > h2 > a:after, .pane-proposition-overview-child-view-with-depth .view-proposition-overview-child-view-with-depth a:before, .mobileSubNav .child-view > a:before, .view-corporate-our-world-view .views-field-field-corporate-image .views-field-field-benefits ul > li:before, .productOverviewDescriptionList > ul > li:before,
.view-support-page-merchant-view .merchantLinks > ul > li:before, .views-field-field-benefits-fields .field--name-field-benefit-text-list > ul > li:before,
.views-field-field-benefits-fields .benefitsMainText > ul > li:before,
.views-field-field-other-support .field--name-field-benefit-text-list > ul > li:before,
.views-field-field-other-support .benefitsMainText > ul > li:before, .view-support-page-other-sup-view .benefitsMainText > ul > li:before, .view-product-editorial-view .field-collection-view ul li:before, .view-product-insights-view .insightBenefitList ul > li:before,
.view-campaign-insights-view .insightBenefitList ul > li:before, .view-editorial-page-navigation-view > ul > li > ul a:before, .block--menu-menu-worldpay-sitenavigation .views-field-name a:before, .breadcrumb a:after {
  font-family: 'wp-icons';
  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; }

/* line 58, ../sass/base/_icons.scss */
.icon-arrow-right:before,
.icon-arrow-right-after:after {
  content: "\e60e"; }

/* line 62, ../sass/base/_icons.scss */
.icon-list:before,
.icon-list-after:after {
  content: "\e601"; }

/* line 66, ../sass/base/_icons.scss */
.icon-search:before,
.icon-search-after:after {
  content: "\e60c"; }

/* line 70, ../sass/base/_icons.scss */
.icon-arrow-up:before,
.icon-arrow-up-after:after {
  content: "\e604"; }

/* line 74, ../sass/base/_icons.scss */
.icon-arrow-down:before,
.icon-arrow-down-after:after {
  content: "\e605"; }

/* line 78, ../sass/base/_icons.scss */
.icon-toggle:before,
.icon-toggle-after:after {
  content: "\e605"; }

/* line 84, ../sass/base/_icons.scss */
.icon-toggle.is-open:before {
  content: "\e604"; }

/* line 91, ../sass/base/_icons.scss */
.icon-toggle-after.is-open:after {
  content: "\e604"; }

/* line 96, ../sass/base/_icons.scss */
.icon-arrow-left:before,
.icon-arrow-left-after:after {
  content: "\e606"; }

/* line 100, ../sass/base/_icons.scss */
.icon-cross:before,
.icon-cross-after:after {
  content: "\e60a"; }

/* line 105, ../sass/base/_icons.scss */
.icon-location:before,
.icon-location-after:after {
  content: "\e602"; }

/* line 109, ../sass/base/_icons.scss */
.icon-checkmark:before,
.icon-checkmark-after:after {
  content: "\e60b"; }

/* line 1, ../sass/base/_images.scss */
img, object, embed {
  max-width: 100%;
  height: auto; }

/* line 5, ../sass/base/_images.scss */
img {
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

/* line 1, ../sass/base/_media.scss */
img, media {
  max-width: 100%; }

/* Support for dynamic telephone numbers for the MediaHawk service 
 * Mediahawk turns telephone numbers with the correct markup into tel links. We need to prevent these
 * links from taking on normal link styling as they are not normal links, don't work in most desktop environments, 
 * and make links where we don't normally have links, causing styling issues.
 * The solution is to get links in this context to inherit their color from the parent.
*/
/* line 7, ../sass/base/_media_hawk.scss */
.mhMobile a {
  color: inherit; }

/**
 * Styling around error / user messages
 */
/* line 4, ../sass/base/_messages.scss */
.messages {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 10px;
  padding: 0.625rem;
  background-image: none; }

/**
 * Overall page layout
 */
/* line 4, ../sass/base/_page.scss */
.l-page {
  margin: 0 auto;
  max-width: 1280px;
  background: #fff; }

/* line 10, ../sass/base/_page.scss */
.l-content > h1 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  /* line 91, ../sass/abstractions/_mixins.scss */
  .ie8 .l-content > h1 {
    *clip: none;
    *height: auto;
    *margin: 0;
    *overflow: visible;
    *position: static;
    *width: auto; }

/* line 13, ../sass/base/_page.scss */
.ajax-progress .throbber {
  display: none;
  /* WOR-1147 */ }

/* line 21, ../sass/base/_page.scss */
html.js input.form-autocomplete {
  background-image: url(../images/ajax-loader.gif);
  background-position: 100% 2px;
  /* LTR */
  background-repeat: no-repeat; }

/* line 27, ../sass/base/_page.scss */
.file > a {
  word-break: break-all;
  line-height: 1.6; }

/* main content after header - prevents page from floating when mega mmenu present */
/* line 33, ../sass/base/_page.scss */
.l-main {
  clear: both; }

/* line 2, ../sass/base/_placeholders.scss */
.pane-title, .view-support-page-post-terminals-view #postterminals, .views-field-field-proposition-subtitle h2, .views-field-field-benefit-fields-title > h2,
.views-field-field-benefit-fields-title .field-content,
.views-field-field-title-other-support > h2,
.views-field-field-title-other-support .field-content, .field--name-field-benefit-title-v2,
.field--name-field-other-support-title-v2, .view-product-editorial-view h2, .view-product-insights-view .insight > h2,
.view-campaign-insights-view .insight > h2, .view-product-support h2, .view-product-support h3,
.view-campaign-support-view h2, .view-campaign-support-view h3,
.view-support-page-gateways-view .views-field-field-gateaways-title #gateways, .view-proposition-hub-expertise h2, .cross-sell h2, .views-field-field-editorial-newseventstitle,
.views-field-field-editorial-newse-full-title, .l-content .search-heading, .view-error-page-view .views-field-title {
  color: #f11e15;
  font-family: "AdelleSansRegular", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  padding: 23px 0 15px;
  padding: 1.4375rem 0 0.9375rem;
  text-align: center;
  text-transform: uppercase;
  /**
   * Medium screen changes
   */ }
  /* line 13, ../sass/base/_placeholders.scss */
  .pane-title:after, .view-support-page-post-terminals-view #postterminals:after, .views-field-field-proposition-subtitle h2:after, .views-field-field-benefit-fields-title > h2:after,
  .views-field-field-benefit-fields-title .field-content:after,
  .views-field-field-title-other-support > h2:after,
  .views-field-field-title-other-support .field-content:after, .field--name-field-benefit-title-v2:after,
  .field--name-field-other-support-title-v2:after, .view-product-editorial-view h2:after, .view-product-insights-view .insight > h2:after,
  .view-campaign-insights-view .insight > h2:after, .view-product-support h2:after, .view-product-support h3:after,
  .view-campaign-support-view h2:after, .view-campaign-support-view h3:after,
  .view-support-page-gateways-view .views-field-field-gateaways-title #gateways:after, .view-proposition-hub-expertise h2:after, .cross-sell h2:after, .views-field-field-editorial-newseventstitle:after,
  .views-field-field-editorial-newse-full-title:after, .l-content .search-heading:after, .view-error-page-view .views-field-title:after {
    content: ' ';
    border-top: 3px solid #f11e15;
    display: block;
    margin: 13px auto 0;
    width: 30px;
    width: 1.875rem; }
  @media only screen and (min-width: 40.063em) {
    /* line 2, ../sass/base/_placeholders.scss */
    .pane-title, .view-support-page-post-terminals-view #postterminals, .views-field-field-proposition-subtitle h2, .views-field-field-benefit-fields-title > h2,
    .views-field-field-benefit-fields-title .field-content,
    .views-field-field-title-other-support > h2,
    .views-field-field-title-other-support .field-content, .field--name-field-benefit-title-v2,
    .field--name-field-other-support-title-v2, .view-product-editorial-view h2, .view-product-insights-view .insight > h2,
    .view-campaign-insights-view .insight > h2, .view-product-support h2, .view-product-support h3,
    .view-campaign-support-view h2, .view-campaign-support-view h3,
    .view-support-page-gateways-view .views-field-field-gateaways-title #gateways, .view-proposition-hub-expertise h2, .cross-sell h2, .views-field-field-editorial-newseventstitle,
    .views-field-field-editorial-newse-full-title, .l-content .search-heading, .view-error-page-view .views-field-title {
      padding: 56px 0 30px;
      padding: 3.5rem 0 1.875rem; } }

/* line 30, ../sass/base/_placeholders.scss */
.views-field-field-general-worldpay-link a,
.views-field-field-corporate-image .views-field-field-corporate-link a, .views-field-field-about-worldpay-images-sub .field--type-link-field a,
.views-field-field-more-insights-fields .field--type-link-field a,
.view-support-page-features-view .field--type-link-field a,
.views-field-field-pos-terminals .field--type-link-field a, .views-field-field-editorial-sidebar-content .field-collection-view .field--type-link-field a, .views-field-field-editorialnewseventscontent .field--type-link-field a,
.views-field-field-editorial-newsevents-full .field--type-link-field a, .view-support-page-merchant-view .merchantLink a, .views-field-field-benefits-fields .field--name-field-benefit-title a,
.views-field-field-benefits-fields .field--name-field-other-support-title a,
.views-field-field-other-support .field--name-field-benefit-title a,
.views-field-field-other-support .field--name-field-other-support-title a, .view-product-insights-view .insightLink a,
.view-campaign-insights-view .insightLink a, .view-product-support .field-collection-view a,
.view-campaign-support-view .field-collection-view a,
.views-field-field-gateaways .field-collection-view a,
.view-support-page-guides-view .field--name-field-guides-links .field__item a, .view-proposition-hub-expertise .field--name-field-link-expertise .field__item a, .view-support-page-automatic-anchors-view li a, .cross-sell-fields .field--type-link-field a, .search-result > h3 > a, .l-footer .block--views-fat-footer-block h6, .view-error-page-view .views-field-field-back-link a {
  color: #007867;
  font-family: "AdelleSansRegular", serif;
  display: inline-block;
  padding: 0 19px;
  padding: 0 1.1875rem;
  position: relative;
  line-height: 1.25; }
  /* line 38, ../sass/base/_placeholders.scss */
  .views-field-field-general-worldpay-link a:before,
  .views-field-field-corporate-image .views-field-field-corporate-link a:before, .views-field-field-about-worldpay-images-sub .field--type-link-field a:before,
  .views-field-field-more-insights-fields .field--type-link-field a:before,
  .view-support-page-features-view .field--type-link-field a:before,
  .views-field-field-pos-terminals .field--type-link-field a:before, .views-field-field-editorial-sidebar-content .field-collection-view .field--type-link-field a:before, .views-field-field-editorialnewseventscontent .field--type-link-field a:before,
  .views-field-field-editorial-newsevents-full .field--type-link-field a:before, .view-support-page-merchant-view .merchantLink a:before, .views-field-field-benefits-fields .field--name-field-benefit-title a:before,
  .views-field-field-benefits-fields .field--name-field-other-support-title a:before,
  .views-field-field-other-support .field--name-field-benefit-title a:before,
  .views-field-field-other-support .field--name-field-other-support-title a:before, .view-product-insights-view .insightLink a:before,
  .view-campaign-insights-view .insightLink a:before, .view-product-support .field-collection-view a:before,
  .view-campaign-support-view .field-collection-view a:before,
  .views-field-field-gateaways .field-collection-view a:before,
  .view-support-page-guides-view .field--name-field-guides-links .field__item a:before, .view-proposition-hub-expertise .field--name-field-link-expertise .field__item a:before, .view-support-page-automatic-anchors-view li a:before, .cross-sell-fields .field--type-link-field a:before, .search-result > h3 > a:before, .l-footer .block--views-fat-footer-block h6:before, .view-error-page-view .views-field-field-back-link a:before {
    color: inherit;
    content: "\e60e";
    display: block;
    left: 0;
    top: 0;
    font-size: 19px;
    font-size: 1.1875rem;
    position: absolute;
    text-decoration: none !important; }
  /* line 51, ../sass/base/_placeholders.scss */
  .views-field-field-general-worldpay-link a:hover,
  .views-field-field-corporate-image .views-field-field-corporate-link a:hover, .views-field-field-about-worldpay-images-sub .field--type-link-field a:hover,
  .views-field-field-more-insights-fields .field--type-link-field a:hover,
  .view-support-page-features-view .field--type-link-field a:hover,
  .views-field-field-pos-terminals .field--type-link-field a:hover, .views-field-field-editorial-sidebar-content .field-collection-view .field--type-link-field a:hover, .views-field-field-editorialnewseventscontent .field--type-link-field a:hover,
  .views-field-field-editorial-newsevents-full .field--type-link-field a:hover, .view-support-page-merchant-view .merchantLink a:hover, .views-field-field-benefits-fields .field--name-field-benefit-title a:hover,
  .views-field-field-benefits-fields .field--name-field-other-support-title a:hover,
  .views-field-field-other-support .field--name-field-benefit-title a:hover,
  .views-field-field-other-support .field--name-field-other-support-title a:hover, .view-product-insights-view .insightLink a:hover,
  .view-campaign-insights-view .insightLink a:hover, .view-product-support .field-collection-view a:hover,
  .view-campaign-support-view .field-collection-view a:hover,
  .views-field-field-gateaways .field-collection-view a:hover,
  .view-support-page-guides-view .field--name-field-guides-links .field__item a:hover, .view-proposition-hub-expertise .field--name-field-link-expertise .field__item a:hover, .view-support-page-automatic-anchors-view li a:hover, .cross-sell-fields .field--type-link-field a:hover, .search-result > h3 > a:hover, .l-footer .block--views-fat-footer-block h6:hover, .view-error-page-view .views-field-field-back-link a:hover {
    color: #01948a; }

/* line 58, ../sass/base/_placeholders.scss */
.the-world .label, .view-product-insights-view .insightCategory,
.view-campaign-insights-view .insightCategory {
  background: #f11e15;
  display: inline;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
  font-weight: 300;
  z-index: 2;
  line-height: 1.6; }
  /* line 70, ../sass/base/_placeholders.scss */
  .the-world .label a, .view-product-insights-view .insightCategory a,
  .view-campaign-insights-view .insightCategory a {
    color: #fff; }

/**
* START : Mobile subnav / hub nav
*/
/* line 79, ../sass/base/_placeholders.scss */
.pane-proposition-overview-child-view-with-depth > .pane-title, .mobileSubNav > h2 {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: none; }
  /* line 88, ../sass/base/_placeholders.scss */
  .pane-proposition-overview-child-view-with-depth > .pane-title:after, .mobileSubNav > h2:after {
    content: none; }
  /* line 92, ../sass/base/_placeholders.scss */
  .pane-proposition-overview-child-view-with-depth > .pane-title > a, .mobileSubNav > h2 > a {
    color: inherit;
    display: block;
    padding: 14px 6.25%;
    padding: 0.875rem 6.25%;
    position: relative; }
    /* line 98, ../sass/base/_placeholders.scss */
    .pane-proposition-overview-child-view-with-depth > .pane-title > a:after, .mobileSubNav > h2 > a:after {
      background-color: #007867;
      color: #fff;
      content: "\e605";
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      line-height: 44px;
      line-height: 2.75rem;
      width: 44px;
      width: 2.75rem;
      text-align: center; }

/* line 115, ../sass/base/_placeholders.scss */
.pane-proposition-overview-child-view-with-depth .view-proposition-overview-child-view-with-depth a, .mobileSubNav .child-view > a {
  border-top: 1px solid #2e2e2e;
  color: #fff;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  margin: 0 6.25%;
  margin: 0 6.25%;
  padding: 14px 0 14px 12px;
  padding: 0.875rem 0 0.875rem 0.75rem;
  position: relative; }
  /* line 126, ../sass/base/_placeholders.scss */
  .pane-proposition-overview-child-view-with-depth .view-proposition-overview-child-view-with-depth a:before, .mobileSubNav .child-view > a:before {
    color: #fff;
    content: "\e60e";
    display: block;
    left: 0;
    font-size: 19px;
    font-size: 1.1875rem;
    margin-left: -5px;
    margin-left: -0.3125rem;
    position: absolute; }

/**
* END : Mobile subnav / hub nav
*/
/* Typography resets */
/* line 2, ../sass/base/_typography.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
.transact_color_variant_black .views-field-title .field-content,
.transact_color_variant_white .views-field-title .field-content,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
/* line 26, ../sass/base/_typography.scss */
a {
  color: #007867;
  text-decoration: none;
  line-height: inherit; }
  /* line 31, ../sass/base/_typography.scss */
  a:hover {
    color: #01948a;
    text-decoration: underline; }
  /* line 36, ../sass/base/_typography.scss */
  a:focus {
    color: #01948a; }
  /* line 38, ../sass/base/_typography.scss */
  a img {
    border: none; }

/* Default paragraph styles */
/* line 42, ../sass/base/_typography.scss */
p {
  font-family: inherit;
  font-weight: 100;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  text-rendering: optimizeLegibility; }

/* Default header styles */
/* line 52, ../sass/base/_typography.scss */
h1, h2, h3, h4, .transact_color_variant_black .views-field-title .field-content,
.transact_color_variant_white .views-field-title .field-content, h5, h6 {
  font-family: "AdelleSansRegular", serif;
  font-weight: 100;
  font-style: normal;
  color: #f01d14;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  /* line 62, ../sass/base/_typography.scss */
  h1 small, h2 small, h3 small, h4 small, .transact_color_variant_black .views-field-title .field-content small,
  .transact_color_variant_white .views-field-title .field-content small, h5 small, h6 small {
    font-size: 60%;
    color: #f56c66;
    line-height: 0; }

/* line 70, ../sass/base/_typography.scss */
h1 {
  font-size: 34px; }

/* line 71, ../sass/base/_typography.scss */
h2 {
  font-size: 27px; }

/* line 72, ../sass/base/_typography.scss */
h3 {
  font-size: 22px; }

/* line 73, ../sass/base/_typography.scss */
h4, .transact_color_variant_black .views-field-title .field-content,
.transact_color_variant_white .views-field-title .field-content {
  font-size: 18px; }

/* line 74, ../sass/base/_typography.scss */
h5 {
  font-size: 18px; }

/* line 75, ../sass/base/_typography.scss */
h6 {
  font-size: 16px; }

/* line 77, ../sass/base/_typography.scss */
hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 20px 0 19px;
  height: 0; }

/* line 86, ../sass/base/_typography.scss */
em,
i {
  font-style: italic;
  line-height: inherit; }

/* line 92, ../sass/base/_typography.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit; }

/* line 98, ../sass/base/_typography.scss */
small {
  font-size: 60%;
  line-height: inherit; }

/* line 103, ../sass/base/_typography.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #bd260d; }

/* line 3, ../sass/base/_views.scss */
.views-exposed-form .views-exposed-widget {
  float: inherit;
  padding: 0; }

/* line 8, ../sass/base/_views.scss */
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0; }

/* line 12, ../sass/base/_views.scss */
.views-exposed-form .form-item,
.views-exposed-form .form-submit {
  margin-top: 0;
  margin-bottom: 0; }

/* line 18, ../sass/base/_views.scss */
.views-exposed-form label {
  font-weight: normal; }

/* line 22, ../sass/base/_views.scss */
.views-exposed-widgets {
  margin-bottom: 0; }

/* line 26, ../sass/base/_views.scss */
.views-align-left {
  text-align: left; }

/* line 29, ../sass/base/_views.scss */
.views-align-right {
  text-align: left; }

/* line 32, ../sass/base/_views.scss */
.views-align-center {
  text-align: left; }

/* line 36, ../sass/base/_views.scss */
.view .progress-disabled {
  float: inherit; }

/* line 41, ../sass/base/_views.scss */
.view-header h1.page-title,
.view-header h2.page-title,
.view-header h3.page-title {
  color: #333;
  font-family: "AdelleSansRegular",sans-serif;
  font-weight: 100;
  text-align: left;
  text-transform: none;
  font-size: 34px;
  padding-top: 35px;
  margin-bottom: 54px; }
/* line 53, ../sass/base/_views.scss */
.view-header h1.page-title:after,
.view-header h2.page-title:after,
.view-header h3.page-title:after {
  content: ' ';
  display: none; }

/* line 6, ../sass/base/_visibillity.scss */
.accessibility-content {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  /* line 91, ../sass/abstractions/_mixins.scss */
  .ie8 .accessibility-content {
    *clip: none;
    *height: auto;
    *margin: 0;
    *overflow: visible;
    *position: static;
    *width: auto; }

/* Foundation Visibility HTML Classes */
/* line 19, ../sass/base/_visibillity.scss */
.show-for-small,
.show-for-small-only,
.show-for-medium-down,
.show-for-large-down,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only,
.hide-for-xlarge,
.hide-for-xlarge-up,
.hide-for-xlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge-only {
  display: inherit !important; }

/* line 35, ../sass/base/_visibillity.scss */
.hide-for-small,
.hide-for-small-only,
.hide-for-medium-down,
.show-for-medium,
.show-for-medium-up,
.show-for-medium-only,
.hide-for-large-down,
.show-for-large,
.show-for-large-up,
.show-for-large-only,
.show-for-xlarge,
.show-for-xlarge-up,
.show-for-xlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge-only {
  display: none !important; }

/* Specific visibility for tables */
/* line 53, ../sass/base/_visibillity.scss */
table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
  display: table; }

/* line 70, ../sass/base/_visibillity.scss */
thead.show-for-small, thead.show-for-small-only, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
  display: table-header-group !important; }

/* line 87, ../sass/base/_visibillity.scss */
tbody.show-for-small, tbody.show-for-small-only, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
  display: table-row-group !important; }

/* line 104, ../sass/base/_visibillity.scss */
tr.show-for-small, tr.show-for-small-only, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
  display: table-row !important; }

/* line 122, ../sass/base/_visibillity.scss */
td.show-for-small, td.show-for-small-only, td.show-for-medium-down
td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge
td.hide-for-xlarge-up, td.hide-for-xxlarge-up,
th.show-for-small,
th.show-for-small-only,
th.show-for-medium-down
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge
th.hide-for-xlarge-up,
th.hide-for-xxlarge-up {
  display: table-cell !important; }

/* Medium Displays: 641px and up */
@media only screen and (min-width: 40.063em) {
  /* line 137, ../sass/base/_visibillity.scss */
  .hide-for-small,
  .hide-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-up,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }

  /* line 152, ../sass/base/_visibillity.scss */
  .show-for-small,
  .show-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-up,
  .hide-for-medium-only,
  .hide-for-large-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  /* line 170, ../sass/base/_visibillity.scss */
  table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }

  /* line 186, ../sass/base/_visibillity.scss */
  thead.hide-for-small, thead.hide-for-small-only, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-up, thead.show-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }

  /* line 202, ../sass/base/_visibillity.scss */
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-up, tbody.show-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }

  /* line 218, ../sass/base/_visibillity.scss */
  tr.hide-for-small, tr.hide-for-small-only, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-up, tr.show-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }

  /* line 235, ../sass/base/_visibillity.scss */
  td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.show-for-medium,
  th.show-for-medium-down,
  th.show-for-medium-up,
  th.show-for-medium-only,
  th.hide-for-large,
  th.hide-for-large-up,
  th.hide-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }
/* Large Displays: 1024px and up */
@media only screen and (min-width: 64.063em) {
  /* line 254, ../sass/base/_visibillity.scss */
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }

  /* line 269, ../sass/base/_visibillity.scss */
  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  /* line 284, ../sass/base/_visibillity.scss */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }

  /* line 300, ../sass/base/_visibillity.scss */
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large, thead.show-for-large-up, thead.show-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }

  /* line 316, ../sass/base/_visibillity.scss */
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large, tbody.show-for-large-up, tbody.show-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }

  /* line 332, ../sass/base/_visibillity.scss */
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large, tr.show-for-large-up, tr.show-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }

  /* line 349, ../sass/base/_visibillity.scss */
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large,
  th.show-for-large-up,
  th.show-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }
/* X-Large Displays: 1441 and up */
@media only screen and (min-width: 90.063em) {
  /* line 368, ../sass/base/_visibillity.scss */
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }

  /* line 382, ../sass/base/_visibillity.scss */
  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  /* line 397, ../sass/base/_visibillity.scss */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-large-only, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }

  /* line 412, ../sass/base/_visibillity.scss */
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-large-only, thead.show-for-xlarge, thead.show-for-xlarge-up, thead.show-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }

  /* line 427, ../sass/base/_visibillity.scss */
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-large-only, tbody.show-for-xlarge, tbody.show-for-xlarge-up, tbody.show-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }

  /* line 442, ../sass/base/_visibillity.scss */
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-large-only, tr.show-for-xlarge, tr.show-for-xlarge-up, tr.show-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }

  /* line 458, ../sass/base/_visibillity.scss */
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-large-only, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-large-only,
  th.show-for-xlarge,
  th.show-for-xlarge-up,
  th.show-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }
/* XX-Large Displays: 1920 and up */
@media only screen and (min-width: 120.063em) {
  /* line 476, ../sass/base/_visibillity.scss */
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: inherit !important; }

  /* line 489, ../sass/base/_visibillity.scss */
  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  /* line 503, ../sass/base/_visibillity.scss */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only {
    display: table; }

  /* line 516, ../sass/base/_visibillity.scss */
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-up, thead.show-for-xxlarge-only {
    display: table-header-group !important; }

  /* line 529, ../sass/base/_visibillity.scss */
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge-only {
    display: table-row-group !important; }

  /* line 542, ../sass/base/_visibillity.scss */
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-up, tr.show-for-xxlarge-only {
    display: table-row !important; }

  /* line 556, ../sass/base/_visibillity.scss */
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-xlarge-only, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  th.show-for-xxlarge-up,
  th.show-for-xxlarge-only {
    display: table-cell !important; } }
/* Orientation targeting */
/* line 572, ../sass/base/_visibillity.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

/* line 574, ../sass/base/_visibillity.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
/* line 579, ../sass/base/_visibillity.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

/* line 583, ../sass/base/_visibillity.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

/* line 587, ../sass/base/_visibillity.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

/* line 591, ../sass/base/_visibillity.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

/* line 596, ../sass/base/_visibillity.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  /* line 603, ../sass/base/_visibillity.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  /* line 605, ../sass/base/_visibillity.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  /* line 610, ../sass/base/_visibillity.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  /* line 614, ../sass/base/_visibillity.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  /* line 618, ../sass/base/_visibillity.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  /* line 622, ../sass/base/_visibillity.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  /* line 627, ../sass/base/_visibillity.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  /* line 633, ../sass/base/_visibillity.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  /* line 635, ../sass/base/_visibillity.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  /* line 640, ../sass/base/_visibillity.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  /* line 644, ../sass/base/_visibillity.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  /* line 648, ../sass/base/_visibillity.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  /* line 652, ../sass/base/_visibillity.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  /* line 657, ../sass/base/_visibillity.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
/* line 664, ../sass/base/_visibillity.scss */
.show-for-touch {
  display: none !important; }

/* line 665, ../sass/base/_visibillity.scss */
.hide-for-touch {
  display: inherit !important; }

/* line 666, ../sass/base/_visibillity.scss */
.touch .show-for-touch {
  display: inherit !important; }

/* line 667, ../sass/base/_visibillity.scss */
.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
/* line 670, ../sass/base/_visibillity.scss */
table.hide-for-touch {
  display: table; }

/* line 671, ../sass/base/_visibillity.scss */
.touch table.show-for-touch {
  display: table; }

/* line 672, ../sass/base/_visibillity.scss */
thead.hide-for-touch {
  display: table-header-group !important; }

/* line 673, ../sass/base/_visibillity.scss */
.touch thead.show-for-touch {
  display: table-header-group !important; }

/* line 674, ../sass/base/_visibillity.scss */
tbody.hide-for-touch {
  display: table-row-group !important; }

/* line 675, ../sass/base/_visibillity.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important; }

/* line 676, ../sass/base/_visibillity.scss */
tr.hide-for-touch {
  display: table-row !important; }

/* line 677, ../sass/base/_visibillity.scss */
.touch tr.show-for-touch {
  display: table-row !important; }

/* line 678, ../sass/base/_visibillity.scss */
td.hide-for-touch {
  display: table-cell !important; }

/* line 679, ../sass/base/_visibillity.scss */
.touch td.show-for-touch {
  display: table-cell !important; }

/* line 680, ../sass/base/_visibillity.scss */
th.hide-for-touch {
  display: table-cell !important; }

/* line 681, ../sass/base/_visibillity.scss */
.touch th.show-for-touch {
  display: table-cell !important; }

/* widget base styles - note if these fields are used eleswhere on the site then they will get the styling too */
/************ content widget settings - not hero widgets ***************/
/* background colour for content widgets wrapper */
/* line 6, ../sass/base/_widget_base.scss */
.pane-general-page-panel-pane-widgets-general-page {
  background-color: #f7f7f7; }

/* spacing below widgets */
/* line 10, ../sass/base/_widget_base.scss */
.pane-general-page-panel-pane-widgets-general-page .node {
  margin-bottom: 15px; }

/* do not add spacing below the last content widget - so that it does not add extra space above the footer */
/* line 14, ../sass/base/_widget_base.scss */
.pane-general-page-panel-pane-widgets-general-page .view-general-page .views-row-last .node {
  margin-bottom: 0; }

/*********************************************************************/
/* widget title */
/* line 22, ../sass/base/_widget_base.scss */
.field--name-field-custom-title {
  color: #f11e15;
  font-family: "AdelleSansRegular",sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  /* override other base styles */ }
  /* line 31, ../sass/base/_widget_base.scss */
  .field--name-field-custom-title h1, .field--name-field-custom-title h2, .field--name-field-custom-title h3 {
    color: #f11e15;
    font-family: "AdelleSansRegular",sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 35px 0 28px 0; }
  /* line 41, ../sass/base/_widget_base.scss */
  .field--name-field-custom-title h1::after,
  .field--name-field-custom-title h2::after,
  .field--name-field-custom-title h3::after {
    content: ' ';
    border-top: 3px solid #f11e15;
    display: block;
    margin: 13px auto 0;
    width: 30px; }

/* widget top text */
/* line 52, ../sass/base/_widget_base.scss */
.field--name-field-top-text {
  padding: 0 24px 0 24px;
  font-family: "AdelleSansRegular", serif;
  text-align: center;
  max-width: 678px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.4; }

/* widget bottom text */
/* line 63, ../sass/base/_widget_base.scss */
.field--name-field-bottom-text {
  padding: 16px 24px 0 24px;
  font-family: "AdelleSansRegular", serif;
  text-align: center;
  max-width: 678px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.4; }

/* class to slove contextual links issues on widget panel panes: we add this class on the panel pane manually in config */
/* line 75, ../sass/base/_widget_base.scss */
.widget-pane {
  position: relative;
  clear: both; }

/* fix for heroes (contextual links overlay masking issue WPS-623) */
/* line 82, ../sass/base/_widget_base.scss */
.views-field-field-hero-widgets {
  clear: both; }

/* fix for widget 13 but also affects ALL widgets built with General page view, ie hero and content widgets - prevents widgets that appear after it from having float issues */
/* line 86, ../sass/base/_widget_base.scss */
.view-general-page > .views-row {
  clear: both;
  overflow: hidden; }

/* Blog listing - apache solr search: us/blog and global/blog */
/* line 4, ../sass/components/_blog-listing.scss */
.view-blog {
  /* teaser wrapper */
  /* catch image that may have a different field name */
  /* meta info - date and author wrapper */
  /* teaser text */
  /* teaser text */
  /* teaser footer */ }
  /* line 6, ../sass/components/_blog-listing.scss */
  .view-blog .views-row {
    float: left;
    width: 50%;
    overflow: hidden; }
  /* line 11, ../sass/components/_blog-listing.scss */
  .view-blog .views-row:nth-child(2n+3) {
    clear: left; }
  /* line 14, ../sass/components/_blog-listing.scss */
  .view-blog .views-row-inner {
    margin: 0 3px 20px 3px;
    overflow: hidden; }
  /* line 18, ../sass/components/_blog-listing.scss */
  .view-blog .field-name-field-search-image img {
    width: 100%;
    height: auto; }
  /* line 23, ../sass/components/_blog-listing.scss */
  .view-blog img {
    width: 100%;
    height: auto; }
  /* line 28, ../sass/components/_blog-listing.scss */
  .view-blog .meta-wrapper {
    font-family: inherit;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.6;
    text-rendering: optimizeLegibility; }
    /* line 34, ../sass/components/_blog-listing.scss */
    .view-blog .meta-wrapper .field {
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin-bottom: 8px; }
    /* line 40, ../sass/components/_blog-listing.scss */
    .view-blog .meta-wrapper .separator {
      margin-left: 3px;
      margin-right: 3px; }
  /* line 46, ../sass/components/_blog-listing.scss */
  .view-blog .teaser-text-wrapper {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    top: -40px;
    margin: 0 0 -20px 30px;
    padding: 0 44px 0 18px; }
    /* line 53, ../sass/components/_blog-listing.scss */
    .view-blog .teaser-text-wrapper h2 {
      font-family: "AdelleSansRegular",serif;
      font-style: normal;
      text-rendering: optimizeLegibility;
      font-size: 20px;
      color: #007867;
      font-weight: 100;
      line-height: 1.4;
      margin: 0 0 15px 0;
      padding: 20px 0 0 20px;
      background-image: url("../images/green-right-arrow-on-white-background.jpg");
      background-repeat: no-repeat;
      background-position: left 22px; }
      /* line 66, ../sass/components/_blog-listing.scss */
      .view-blog .teaser-text-wrapper h2 a {
        color: #007867;
        text-decoration: none; }
  /* line 73, ../sass/components/_blog-listing.scss */
  .view-blog .field--name-field-about-abstract,
  .view-blog .field--name-field-about-abstract,
  .view-blog .field--name-field-standfirst,
  .view-blog .field-name-field-standfirst,
  .view-blog .field--name-field-listings-teaser-text,
  .view-blog .field-name-field-listings-teaser-text {
    font-family: inherit;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-rendering: optimizeLegibility; }
  /* line 87, ../sass/components/_blog-listing.scss */
  .view-blog .teaser-footer-wrapper {
    /* comments number */ }
    /* line 89, ../sass/components/_blog-listing.scss */
    .view-blog .teaser-footer-wrapper .disqus-comments-num,
    .view-blog .teaser-footer-wrapper .disqus_comments_num {
      display: inline-block;
      *display: inline;
      zoom: 1;
      padding-top: 2px; }

/* for medium sized screens */
@media (min-width: 0em) and (max-width: 40em) {
  /* search results teasers */
  /* line 103, ../sass/components/_blog-listing.scss */
  .view-blog .views-row {
    float: none;
    width: 100%; }
  /* line 107, ../sass/components/_blog-listing.scss */
  .view-blog .views-row:nth-child(2n+3) {
    clear: none; }
  /* line 110, ../sass/components/_blog-listing.scss */
  .view-blog .teaser-text-wrapper {
    margin-bottom: -20px; } }
/* ======== START of legacy CSS that we can remove after the new apache solr blog has been deployed ======= */
/* Blog listing - view page from global/blogs */
/* Note: if url path is changed then these classes need updating. Can't use .blog as results pages don't have that body class */
/* line 123, ../sass/components/_blog-listing.scss */
.page-global-blog {
  /* Blog listing page title - implemented via a custom Box and Context */
  /* no results */ }
  /* line 126, ../sass/components/_blog-listing.scss */
  .page-global-blog #boxes-box-title_log_listing h1, .page-global-blog #boxes-box-title_log_listing h2, .page-global-blog #boxes-box-title_log_listing h3 {
    color: #333;
    font-family: "AdelleSansRegular",sans-serif;
    font-weight: 100;
    text-align: left;
    text-transform: none;
    font-size: 34px;
    padding-top: 35px;
    margin-bottom: 54px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1072px;
    padding-left: 24px;
    padding-right: 24px; }
  /* line 141, ../sass/components/_blog-listing.scss */
  .page-global-blog #boxes-box-title_log_listing h1:after,
  .page-global-blog #boxes-box-title_log_listing h2.page-title,
  .page-global-blog #boxes-box-title_log_listing h3:after {
    content: ' ';
    display: none; }
  /* line 149, ../sass/components/_blog-listing.scss */
  .page-global-blog .view-empty {
    text-align: left; }

/* search facets */
/* line 156, ../sass/components/_blog-listing.scss */
.view-display-id-blog_listing_page {
  /* filters wrapper */
  /* filter */ }
  /* line 158, ../sass/components/_blog-listing.scss */
  .view-display-id-blog_listing_page .views-exposed-form {
    margin-bottom: 48px; }
  /* line 162, ../sass/components/_blog-listing.scss */
  .view-display-id-blog_listing_page .views-exposed-widget {
    *display: inline;
    zoom: 1;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin-right: 15px; }
    /* line 169, ../sass/components/_blog-listing.scss */
    .view-display-id-blog_listing_page .views-exposed-widget label {
      display: block;
      font-weight: bold;
      margin-bottom: 8px; }

/* blog listing - teasers */
/* line 178, ../sass/components/_blog-listing.scss */
.view-display-id-blog_listing_page {
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1072px;
  clear: both;
  margin-bottom: 48px;
  overflow: hidden;
  /* catch image that may have a different field name */
  /* meta info - date and author wrapper */
  /* teaser text */
  /* teaser text */
  /* comments number */
  /* teaser footer */
  /* pager */ }
  /* line 187, ../sass/components/_blog-listing.scss */
  .view-display-id-blog_listing_page .views-row {
    float: left;
    width: 50%;
    overflow: hidden; }
  /* line 192, ../sass/components/_blog-listing.scss */
  .view-display-id-blog_listing_page .views-row:nth-child(2n+3) {
    clear: left; }
  /* line 195, ../sass/components/_blog-listing.scss */
  .view-display-id-blog_listing_page .views-row-inner {
    margin: 0 3px 20px 3px;
    overflow: hidden; }
  /* line 199, ../sass/components/_blog-listing.scss */
  .view-display-id-blog_listing_page .field-name-field-search-image img {
    width: 100%;
    height: auto; }
  /* line 204, ../sass/components/_blog-listing.scss */
  .view-display-id-blog_listing_page img {
    width: 100%;
    height: auto; }
  /* line 209, ../sass/components/_blog-listing.scss */
  .view-display-id-blog_listing_page .meta-wrapper {
    font-family: inherit;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.6;
    text-rendering: optimizeLegibility; }
    /* line 215, ../sass/components/_blog-listing.scss */
    .view-display-id-blog_listing_page .meta-wrapper .field {
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin-bottom: 8px; }
    /* line 221, ../sass/components/_blog-listing.scss */
    .view-display-id-blog_listing_page .meta-wrapper .separator {
      margin-left: 3px;
      margin-right: 3px; }
  /* line 227, ../sass/components/_blog-listing.scss */
  .view-display-id-blog_listing_page .teaser-text-wrapper {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    top: -40px;
    margin: 0 0 -20px 30px;
    padding: 0 44px 0 18px; }
    /* line 234, ../sass/components/_blog-listing.scss */
    .view-display-id-blog_listing_page .teaser-text-wrapper h2 {
      font-family: "AdelleSansRegular",serif;
      font-style: normal;
      text-rendering: optimizeLegibility;
      font-size: 20px;
      color: #007867;
      font-weight: 100;
      line-height: 1.4;
      margin: 0 0 15px 0;
      padding: 20px 0 0 20px;
      background-image: url("../images/green-right-arrow-on-white-background.jpg");
      background-repeat: no-repeat;
      background-position: left 22px; }
      /* line 247, ../sass/components/_blog-listing.scss */
      .view-display-id-blog_listing_page .teaser-text-wrapper h2 a {
        color: #007867;
        text-decoration: none; }
  /* line 254, ../sass/components/_blog-listing.scss */
  .view-display-id-blog_listing_page .field--name-field-about-abstract,
  .view-display-id-blog_listing_page .field-name-field-about-abstract,
  .view-display-id-blog_listing_page .field--name-field-standfirst,
  .view-display-id-blog_listing_page .field-name-field-standfirst,
  .view-display-id-blog_listing_page .field--name-field-listings-teaser-text,
  .view-display-id-blog_listing_page .field-name-field-listings-teaser-text {
    font-family: inherit;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-rendering: optimizeLegibility; }
  /* line 268, ../sass/components/_blog-listing.scss */
  .view-display-id-blog_listing_page .disqus-comments-num,
  .view-display-id-blog_listing_page .disqus_comments_num {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-top: 2px; }
  /* line 279, ../sass/components/_blog-listing.scss */
  .view-display-id-blog_listing_page ul.pager {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto 48px auto;
    max-width: 1048px; }

/* for medium sized screens */
@media (min-width: 40.063em) and (max-width: 64em) {
  /* search results teasers */
  /* line 293, ../sass/components/_blog-listing.scss */
  .view-display-id-blog_listing_page .field-name-field-search-image {
    text-align: center; }
  /* line 296, ../sass/components/_blog-listing.scss */
  .view-display-id-blog_listing_page .field-name-field-search-image img {
    margin-bottom: 15px; } }
/* for small screens */
@media (min-width: 0em) and (max-width: 40em) {
  /* search results teasers */
  /* line 306, ../sass/components/_blog-listing.scss */
  .view-display-id-blog_listing_page .views-row {
    float: none;
    width: 100%; }
  /* line 310, ../sass/components/_blog-listing.scss */
  .view-display-id-blog_listing_page .views-row:nth-child(2n+3) {
    clear: none; }
  /* line 313, ../sass/components/_blog-listing.scss */
  .view-display-id-blog_listing_page .teaser-text-wrapper {
    margin-bottom: -20px; } }
/*======== END of legacy CSS that we can remove after the new apache solr blog has been deployed =======*/
/* Blog - which shares the same panel as general page content type */
/* line 2, ../sass/components/_blog.scss */
.node-type-blog {
  /* override theming from general page and add new date and author theming */
  /* comments on blog - discus comments (external) not drupal comments */ }
  /* line 4, ../sass/components/_blog.scss */
  .node-type-blog .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page,
  .node-type-blog .pane-general-page-panel-pane-title-date-author-standfirst-blog {
    /* node title */
    /* Date and Author */
    /* standfirst */ }
    /* line 7, ../sass/components/_blog.scss */
    .node-type-blog .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page .views-field-title,
    .node-type-blog .pane-general-page-panel-pane-title-date-author-standfirst-blog .views-field-title {
      padding-left: 24px;
      padding-right: 24px;
      max-width: 1072px;
      margin-left: auto;
      margin-right: auto; }
      /* line 13, ../sass/components/_blog.scss */
      .node-type-blog .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page .views-field-title h1,
      .node-type-blog .pane-general-page-panel-pane-title-date-author-standfirst-blog .views-field-title h1 {
        color: #333;
        font-family: "AdelleSansRegular",sans-serif;
        font-weight: 100;
        text-align: left;
        text-transform: none;
        font-size: 34px;
        padding-top: 35px;
        margin-bottom: 16px; }
      /* line 23, ../sass/components/_blog.scss */
      .node-type-blog .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page .views-field-title h1:after,
      .node-type-blog .pane-general-page-panel-pane-title-date-author-standfirst-blog .views-field-title h1:after {
        content: ' ';
        display: none; }
    /* line 29, ../sass/components/_blog.scss */
    .node-type-blog .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page .views-field-field-date-published-custom,
    .node-type-blog .pane-general-page-panel-pane-title-date-author-standfirst-blog .views-field-field-date-published-custom {
      padding: 0 24px 0 24px;
      text-align: left;
      max-width: 1072px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px;
      position: relative;
      top: -5px; }
    /* line 40, ../sass/components/_blog.scss */
    .node-type-blog .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page .views-field-field-standfirst,
    .node-type-blog .pane-general-page-panel-pane-title-date-author-standfirst-blog .views-field-field-standfirst {
      padding: 0 24px 0 24px;
      font-family: "AdelleSansRegular", serif;
      text-align: left;
      max-width: 1072px;
      margin-left: auto;
      margin-right: auto;
      font-size: 22px;
      font-weight: 100;
      color: #f01d14;
      margin-bottom: 5px;
      line-height: 1.4; }
  /* line 55, ../sass/components/_blog.scss */
  .node-type-blog #block-disqus-disqus-comments {
    padding: 0 24px 0 24px;
    max-width: 1072px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }

/* for small screens */
@media (min-width: 0em) and (max-width: 40em) {
  /* line 67, ../sass/components/_blog.scss */
  .node-type-blog .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page,
  .node-type-blog .pane-general-page-panel-pane-title-date-author-standfirst-blog {
    /* Date and Author */ }
    /* line 70, ../sass/components/_blog.scss */
    .node-type-blog .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page .views-field-field-date-published-custom,
    .node-type-blog .pane-general-page-panel-pane-title-date-author-standfirst-blog .views-field-field-date-published-custom {
      margin-bottom: 15px; } }
/* Bullet styling overrides */
/* line 3, ../sass/components/_bullets.scss */
.field_event_description,
.views-field-field-hero-widgets .field--type-text-long,
.views-field-field-widgets .field--type-text-long {
  /* red diamond bullets used for lists created in this field with the standard text editor */
  /* numbered lists */ }
  /* line 7, ../sass/components/_bullets.scss */
  .field_event_description ul, .field_event_description ol,
  .views-field-field-hero-widgets .field--type-text-long ul,
  .views-field-field-hero-widgets .field--type-text-long ol,
  .views-field-field-widgets .field--type-text-long ul,
  .views-field-field-widgets .field--type-text-long ol {
    text-align: left; }
  /* line 10, ../sass/components/_bullets.scss */
  .field_event_description ul > li::before,
  .views-field-field-hero-widgets .field--type-text-long ul > li::before,
  .views-field-field-widgets .field--type-text-long ul > li::before {
    color: #f11e15;
    content: "\25C6";
    left: 0;
    line-height: 1;
    position: absolute;
    top: 2px; }
  /* line 18, ../sass/components/_bullets.scss */
  .field_event_description ul,
  .views-field-field-hero-widgets .field--type-text-long ul,
  .views-field-field-widgets .field--type-text-long ul {
    line-height: 1.7;
    list-style: none;
    margin-bottom: 24px; }
  /* line 23, ../sass/components/_bullets.scss */
  .field_event_description ul > li,
  .views-field-field-hero-widgets .field--type-text-long ul > li,
  .views-field-field-widgets .field--type-text-long ul > li {
    padding-left: 26px;
    position: relative; }
  /* line 27, ../sass/components/_bullets.scss */
  .field_event_description ul li,
  .views-field-field-hero-widgets .field--type-text-long ul li,
  .views-field-field-widgets .field--type-text-long ul li {
    font-family: inherit;
    font-weight: 100;
    line-height: 1.6;
    text-rendering: optimizeLegibility; }
  /* line 34, ../sass/components/_bullets.scss */
  .field_event_description ol,
  .views-field-field-hero-widgets .field--type-text-long ol,
  .views-field-field-widgets .field--type-text-long ol {
    line-height: 1.7;
    margin-bottom: 24px;
    margin-left: 1.2em; }
  /* line 39, ../sass/components/_bullets.scss */
  .field_event_description ol > li,
  .views-field-field-hero-widgets .field--type-text-long ol > li,
  .views-field-field-widgets .field--type-text-long ol > li {
    padding-left: 5px; }
  /* line 42, ../sass/components/_bullets.scss */
  .field_event_description ol li,
  .views-field-field-hero-widgets .field--type-text-long ol li,
  .views-field-field-widgets .field--type-text-long ol li {
    font-family: inherit;
    font-weight: 100;
    line-height: 1.6;
    text-rendering: optimizeLegibility; }

/* Case Study Articles listing - search results */
/* these classes depend on page url - if url's are changed then body classes will change and theming will break */
/* line 4, ../sass/components/_case-studies-search-results.scss */
.page-uk-insight-case-studies,
.page-us-insight-case-studies,
.page-global-insight-case-studies {
  /* no results */ }
  /* line 8, ../sass/components/_case-studies-search-results.scss */
  .page-uk-insight-case-studies #boxes-box-title_case_study_articles_listin h1, .page-uk-insight-case-studies #boxes-box-title_case_study_articles_listin h2, .page-uk-insight-case-studies #boxes-box-title_case_study_articles_listin h3,
  .page-us-insight-case-studies #boxes-box-title_case_study_articles_listin h1,
  .page-us-insight-case-studies #boxes-box-title_case_study_articles_listin h2,
  .page-us-insight-case-studies #boxes-box-title_case_study_articles_listin h3,
  .page-global-insight-case-studies #boxes-box-title_case_study_articles_listin h1,
  .page-global-insight-case-studies #boxes-box-title_case_study_articles_listin h2,
  .page-global-insight-case-studies #boxes-box-title_case_study_articles_listin h3 {
    color: #333;
    font-family: "AdelleSansRegular",sans-serif;
    font-weight: 100;
    text-align: left;
    text-transform: none;
    font-size: 34px;
    padding-top: 35px;
    margin-bottom: 54px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1072px;
    padding-left: 24px;
    padding-right: 24px; }
  /* line 23, ../sass/components/_case-studies-search-results.scss */
  .page-uk-insight-case-studies #boxes-box-title_case_study_articles_listin h1:after,
  .page-uk-insight-case-studies #boxes-box-title_case_study_articles_listin h2.page-title,
  .page-uk-insight-case-studies #boxes-box-title_case_study_articles_listin h3:after,
  .page-us-insight-case-studies #boxes-box-title_case_study_articles_listin h1:after,
  .page-us-insight-case-studies #boxes-box-title_case_study_articles_listin h2.page-title,
  .page-us-insight-case-studies #boxes-box-title_case_study_articles_listin h3:after,
  .page-global-insight-case-studies #boxes-box-title_case_study_articles_listin h1:after,
  .page-global-insight-case-studies #boxes-box-title_case_study_articles_listin h2.page-title,
  .page-global-insight-case-studies #boxes-box-title_case_study_articles_listin h3:after {
    content: ' ';
    display: none; }
  /* line 31, ../sass/components/_case-studies-search-results.scss */
  .page-uk-insight-case-studies .view-empty,
  .page-us-insight-case-studies .view-empty,
  .page-global-insight-case-studies .view-empty {
    text-align: left; }

/* search form */
/* line 38, ../sass/components/_case-studies-search-results.scss */
form.views-exposed-form-case-study-articles-listing-uk-case-studies-listing-page,
form.views-exposed-form-case-study-articles-listing-us-case-studies-listing-page,
form.views-exposed-form-case-study-articles-listing-global-case-studies-listing-page {
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1072px;
  margin-bottom: 48px; }
  /* line 65, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_clearfix.scss */
  form.views-exposed-form-case-study-articles-listing-uk-case-studies-listing-page:after,
  form.views-exposed-form-case-study-articles-listing-us-case-studies-listing-page:after,
  form.views-exposed-form-case-study-articles-listing-global-case-studies-listing-page:after {
    content: "";
    display: table;
    clear: both; }
  /* line 47, ../sass/components/_case-studies-search-results.scss */
  form.views-exposed-form-case-study-articles-listing-uk-case-studies-listing-page .views-exposed-widgets,
  form.views-exposed-form-case-study-articles-listing-us-case-studies-listing-page .views-exposed-widgets,
  form.views-exposed-form-case-study-articles-listing-global-case-studies-listing-page .views-exposed-widgets {
    background-color: #f7f7f7; }
    /* line 65, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_clearfix.scss */
    form.views-exposed-form-case-study-articles-listing-uk-case-studies-listing-page .views-exposed-widgets:after,
    form.views-exposed-form-case-study-articles-listing-us-case-studies-listing-page .views-exposed-widgets:after,
    form.views-exposed-form-case-study-articles-listing-global-case-studies-listing-page .views-exposed-widgets:after {
      content: "";
      display: table;
      clear: both; }
  /* line 51, ../sass/components/_case-studies-search-results.scss */
  form.views-exposed-form-case-study-articles-listing-uk-case-studies-listing-page #edit-keyword-wrapper label,
  form.views-exposed-form-case-study-articles-listing-us-case-studies-listing-page #edit-keyword-wrapper label,
  form.views-exposed-form-case-study-articles-listing-global-case-studies-listing-page #edit-keyword-wrapper label {
    display: none; }
  /* line 54, ../sass/components/_case-studies-search-results.scss */
  form.views-exposed-form-case-study-articles-listing-uk-case-studies-listing-page .form-text,
  form.views-exposed-form-case-study-articles-listing-us-case-studies-listing-page .form-text,
  form.views-exposed-form-case-study-articles-listing-global-case-studies-listing-page .form-text {
    width: 91.48936%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
    padding: 16px;
    font-size: 23px;
    border: none;
    color: #333333;
    background-color: #f7f7f7; }
  /* line 62, ../sass/components/_case-studies-search-results.scss */
  form.views-exposed-form-case-study-articles-listing-uk-case-studies-listing-page .form-submit,
  form.views-exposed-form-case-study-articles-listing-us-case-studies-listing-page .form-submit,
  form.views-exposed-form-case-study-articles-listing-global-case-studies-listing-page .form-submit {
    height: 61px;
    width: 63px;
    overflow: hidden;
    text-indent: -200px;
    background-color: #f7f7f7;
    border: none;
    background-image: url("../images/search_image.png");
    background-repeat: no-repeat;
    float: right;
    clear: none;
    margin: 0px; }

/* ====== we have implemented facets with a mini-panel as a wrapper for theming purposes ========== */
/* minipanel facet wrapper - global listings has facet wrapper 4 and uk and us has facet wrapper 1 */
/* line 80, ../sass/components/_case-studies-search-results.scss */
#block-panels-mini-facet-wrapper-1,
#block-panels-mini-facet-wrapper-4 {
  margin-bottom: 48px;
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1072px; }
  /* line 87, ../sass/components/_case-studies-search-results.scss */
  #block-panels-mini-facet-wrapper-1 h2.block__title,
  #block-panels-mini-facet-wrapper-4 h2.block__title {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #333;
    text-align: left;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 5px; }
  /* line 97, ../sass/components/_case-studies-search-results.scss */
  #block-panels-mini-facet-wrapper-1 h2.block__title:after,
  #block-panels-mini-facet-wrapper-4 h2.block__title:after {
    display: none; }

/* show label of first filter - when used in a minipanel */
/* line 103, ../sass/components/_case-studies-search-results.scss */
#mini-panel-facet_wrapper_1 .panel-panel .panel-pane,
#mini-panel-facet_wrapper_4 .panel-panel .panel-pane {
  *display: inline;
  zoom: 1;
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin-right: 15px; }
  /* line 111, ../sass/components/_case-studies-search-results.scss */
  #mini-panel-facet_wrapper_1 .panel-panel .panel-pane h2.pane-title,
  #mini-panel-facet_wrapper_4 .panel-panel .panel-pane h2.pane-title {
    display: none; }
  /* line 114, ../sass/components/_case-studies-search-results.scss */
  #mini-panel-facet_wrapper_1 .panel-panel .panel-pane h2.pane-title:after,
  #mini-panel-facet_wrapper_4 .panel-panel .panel-pane h2.pane-title:after {
    display: none; }

/* hide facet submit buttons if js on - prevents flicker */
/* line 124, ../sass/components/_case-studies-search-results.scss */
.js #mini-panel-facet_wrapper_1 .panel-panel .panel-pane .form-submit,
.js #mini-panel-facet_wrapper_4 .panel-panel .panel-pane .form-submit {
  display: none; }

/* ======= this is legacy css that we should keep here in case we decide to remove mini-panel wrappers in the future ===== */
/* line 135, ../sass/components/_case-studies-search-results.scss */
.page-uk-insight-case-studies #boxes-box-title_case_study_articles_listin,
.page-us-insight-case-studies #boxes-box-title_case_study_articles_listin,
.page-global-insight-case-studies #boxes-box-title_case_study_articles_listin {
  /* search facets */ }
  /* line 137, ../sass/components/_case-studies-search-results.scss */
  .page-uk-insight-case-studies #boxes-box-title_case_study_articles_listin .block--facetapi,
  .page-us-insight-case-studies #boxes-box-title_case_study_articles_listin .block--facetapi,
  .page-global-insight-case-studies #boxes-box-title_case_study_articles_listin .block--facetapi {
    *display: inline;
    zoom: 1;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin-right: 15px;
    margin-bottom: 48px; }
    /* line 145, ../sass/components/_case-studies-search-results.scss */
    .page-uk-insight-case-studies #boxes-box-title_case_study_articles_listin .block--facetapi h2,
    .page-uk-insight-case-studies #boxes-box-title_case_study_articles_listin .block--facetapi h2:after,
    .page-us-insight-case-studies #boxes-box-title_case_study_articles_listin .block--facetapi h2,
    .page-us-insight-case-studies #boxes-box-title_case_study_articles_listin .block--facetapi h2:after,
    .page-global-insight-case-studies #boxes-box-title_case_study_articles_listin .block--facetapi h2,
    .page-global-insight-case-studies #boxes-box-title_case_study_articles_listin .block--facetapi h2:after {
      display: none; }

/* hide facet submit buttons if js on - prevents flicker */
/* line 155, ../sass/components/_case-studies-search-results.scss */
.js .block--facetapi .form-submit {
  display: none; }

/* ======= active search ===== */
/* active search indicators */
/* line 165, ../sass/components/_case-studies-search-results.scss */
.page-uk-insight-case-studies,
.page-us-insight-case-studies,
.page-global-insight-case-studies {
  /* active search pane */ }
  /* line 169, ../sass/components/_case-studies-search-results.scss */
  .page-uk-insight-case-studies #block-current-search-active-search,
  .page-us-insight-case-studies #block-current-search-active-search,
  .page-global-insight-case-studies #block-current-search-active-search {
    padding: 0 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1072px;
    position: relative;
    top: -16px;
    padding-bottom: 48px; }
    /* line 177, ../sass/components/_case-studies-search-results.scss */
    .page-uk-insight-case-studies #block-current-search-active-search h2.pane-title,
    .page-us-insight-case-studies #block-current-search-active-search h2.pane-title,
    .page-global-insight-case-studies #block-current-search-active-search h2.pane-title {
      padding: 0;
      margin: 0;
      font-size: 16px;
      color: #333;
      text-align: left;
      text-transform: none;
      font-weight: bold;
      margin-bottom: 5px; }
    /* line 187, ../sass/components/_case-studies-search-results.scss */
    .page-uk-insight-case-studies #block-current-search-active-search h2.pane-title:after,
    .page-us-insight-case-studies #block-current-search-active-search h2.pane-title:after,
    .page-global-insight-case-studies #block-current-search-active-search h2.pane-title:after {
      display: none; }
    /* line 190, ../sass/components/_case-studies-search-results.scss */
    .page-uk-insight-case-studies #block-current-search-active-search .result-count,
    .page-us-insight-case-studies #block-current-search-active-search .result-count,
    .page-global-insight-case-studies #block-current-search-active-search .result-count {
      margin-bottom: 8px; }
    /* line 194, ../sass/components/_case-studies-search-results.scss */
    .page-uk-insight-case-studies #block-current-search-active-search .current-search-item ul,
    .page-us-insight-case-studies #block-current-search-active-search .current-search-item ul,
    .page-global-insight-case-studies #block-current-search-active-search .current-search-item ul {
      list-style-type: none; }
    /* line 197, ../sass/components/_case-studies-search-results.scss */
    .page-uk-insight-case-studies #block-current-search-active-search .current-search-item li,
    .page-us-insight-case-studies #block-current-search-active-search .current-search-item li,
    .page-global-insight-case-studies #block-current-search-active-search .current-search-item li {
      margin: 10px 10px 10px 0;
      padding: 0;
      *display: inline;
      zoom: 1;
      display: inline-block;
      vertical-align: top; }
      /* line 204, ../sass/components/_case-studies-search-results.scss */
      .page-uk-insight-case-studies #block-current-search-active-search .current-search-item li a,
      .page-us-insight-case-studies #block-current-search-active-search .current-search-item li a,
      .page-global-insight-case-studies #block-current-search-active-search .current-search-item li a {
        padding: 6px 10px 5px 10px;
        color: #fff;
        line-height: 1;
        background-color: #f01e14;
        text-decoration: none; }
      /* line 211, ../sass/components/_case-studies-search-results.scss */
      .page-uk-insight-case-studies #block-current-search-active-search .current-search-item li a:hover,
      .page-us-insight-case-studies #block-current-search-active-search .current-search-item li a:hover,
      .page-global-insight-case-studies #block-current-search-active-search .current-search-item li a:hover {
        background-color: #007867; }

/* search results teasers */
/* line 220, ../sass/components/_case-studies-search-results.scss */
.view-case-study-articles-listing {
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1072px;
  clear: both;
  margin-bottom: 48px;
  overflow: hidden;
  /* meta info - date and author wrapper */
  /* teaser text */
  /* teaser footer */
  /* pager */ }
  /* line 229, ../sass/components/_case-studies-search-results.scss */
  .view-case-study-articles-listing .views-row {
    float: left;
    width: 50%;
    overflow: hidden; }
  /* line 234, ../sass/components/_case-studies-search-results.scss */
  .view-case-study-articles-listing .views-row:nth-child(2n+3) {
    clear: left; }
  /* line 237, ../sass/components/_case-studies-search-results.scss */
  .view-case-study-articles-listing .views-row-inner {
    margin: 0 3px 20px 3px;
    overflow: hidden; }
  /* line 241, ../sass/components/_case-studies-search-results.scss */
  .view-case-study-articles-listing .field-name-field-search-image img {
    width: 100%;
    height: auto; }
  /* line 245, ../sass/components/_case-studies-search-results.scss */
  .view-case-study-articles-listing .teaser-text-wrapper {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    top: -40px;
    margin: 0 0 -20px 30px;
    padding: 0 44px 0 18px; }
    /* line 252, ../sass/components/_case-studies-search-results.scss */
    .view-case-study-articles-listing .teaser-text-wrapper h2 {
      font-family: "AdelleSansRegular",serif;
      font-style: normal;
      text-rendering: optimizeLegibility;
      font-size: 20px;
      color: #007867;
      font-weight: 100;
      line-height: 1.4;
      margin: 0 0 15px 0;
      padding: 20px 0 0 20px;
      background-image: url("../images/green-right-arrow-on-white-background.jpg");
      background-repeat: no-repeat;
      background-position: left 22px; }
      /* line 265, ../sass/components/_case-studies-search-results.scss */
      .view-case-study-articles-listing .teaser-text-wrapper h2 a {
        color: #007867;
        text-decoration: none; }
  /* line 272, ../sass/components/_case-studies-search-results.scss */
  .view-case-study-articles-listing .meta-wrapper {
    font-family: inherit;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.6;
    text-rendering: optimizeLegibility; }
    /* line 278, ../sass/components/_case-studies-search-results.scss */
    .view-case-study-articles-listing .meta-wrapper .field {
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin-bottom: 8px; }
    /* line 284, ../sass/components/_case-studies-search-results.scss */
    .view-case-study-articles-listing .meta-wrapper .separator {
      margin-left: 3px;
      margin-right: 3px; }
  /* line 291, ../sass/components/_case-studies-search-results.scss */
  .view-case-study-articles-listing .field--name-field-about-abstract,
  .view-case-study-articles-listing .field-name-field-about-abstract,
  .view-case-study-articles-listing .field--name-field-standfirst,
  .view-case-study-articles-listing .field-name-field-standfirst,
  .view-case-study-articles-listing .field--name-field-listings-teaser-text,
  .view-case-study-articles-listing .field-name-field-listings-teaser-text {
    font-family: inherit;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-rendering: optimizeLegibility; }
  /* line 305, ../sass/components/_case-studies-search-results.scss */
  .view-case-study-articles-listing .teaser-footer-wrapper {
    display: none; }
  /* line 309, ../sass/components/_case-studies-search-results.scss */
  .view-case-study-articles-listing ul.pager {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto 48px auto;
    max-width: 1048px; }

/* for medium sized screens */
@media (min-width: 40.063em) and (max-width: 64em) {
  /* search results teasers */
  /* line 323, ../sass/components/_case-studies-search-results.scss */
  .view-case-study-articles-listing .field-name-field-search-image {
    text-align: center; }
  /* line 326, ../sass/components/_case-studies-search-results.scss */
  .view-case-study-articles-listing .field-name-field-search-image img {
    margin-bottom: 15px; } }
/* for small screens */
@media (min-width: 0em) and (max-width: 40em) {
  /* search results teasers */
  /* line 336, ../sass/components/_case-studies-search-results.scss */
  .view-case-study-articles-listing .views-row {
    float: none;
    width: 100%; }
  /* line 340, ../sass/components/_case-studies-search-results.scss */
  .view-case-study-articles-listing .views-row:nth-child(2n+3) {
    clear: none; }
  /* line 343, ../sass/components/_case-studies-search-results.scss */
  .view-case-study-articles-listing .teaser-text-wrapper {
    margin-bottom: -20px; } }
/* Case study article - which shares the same panel as general page content type */
/* line 2, ../sass/components/_case-study-article.scss */
.node-type-case-study-article {
  /* override theming from general page */ }
  /* line 4, ../sass/components/_case-study-article.scss */
  .node-type-case-study-article .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page,
  .node-type-case-study-article .pane-general-page-panel-pane-title-date-author-standfirst-blog {
    /* node title */
    /* Date and Author */
    /* standfirst */ }
    /* line 7, ../sass/components/_case-study-article.scss */
    .node-type-case-study-article .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page .views-field-title,
    .node-type-case-study-article .pane-general-page-panel-pane-title-date-author-standfirst-blog .views-field-title {
      padding-left: 24px;
      padding-right: 24px;
      max-width: 1072px;
      margin-left: auto;
      margin-right: auto; }
      /* line 13, ../sass/components/_case-study-article.scss */
      .node-type-case-study-article .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page .views-field-title h1,
      .node-type-case-study-article .pane-general-page-panel-pane-title-date-author-standfirst-blog .views-field-title h1 {
        color: #333;
        font-family: "AdelleSansRegular",sans-serif;
        font-weight: 100;
        text-align: left;
        text-transform: none;
        font-size: 34px;
        padding-top: 35px;
        margin-bottom: 16px; }
      /* line 23, ../sass/components/_case-study-article.scss */
      .node-type-case-study-article .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page .views-field-title h1:after,
      .node-type-case-study-article .pane-general-page-panel-pane-title-date-author-standfirst-blog .views-field-title h1:after {
        content: ' ';
        display: none; }
    /* line 29, ../sass/components/_case-study-article.scss */
    .node-type-case-study-article .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page .views-field-field-date-published-custom,
    .node-type-case-study-article .pane-general-page-panel-pane-title-date-author-standfirst-blog .views-field-field-date-published-custom {
      padding: 0 24px 0 24px;
      text-align: left;
      max-width: 1072px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px;
      position: relative;
      top: -5px; }
    /* line 40, ../sass/components/_case-study-article.scss */
    .node-type-case-study-article .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page .views-field-field-standfirst,
    .node-type-case-study-article .pane-general-page-panel-pane-title-date-author-standfirst-blog .views-field-field-standfirst {
      padding: 0 24px 0 24px;
      font-family: "AdelleSansRegular", serif;
      text-align: left;
      max-width: 1072px;
      margin-left: auto;
      margin-right: auto;
      font-size: 22px;
      font-weight: 100;
      color: #f01d14;
      margin-bottom: 40px;
      line-height: 1.4; }

/* for small screens */
@media (min-width: 0em) and (max-width: 40em) {
  /* line 59, ../sass/components/_case-study-article.scss */
  .node-type-case-study-article .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page,
  .node-type-case-study-article .pane-general-page-panel-pane-title-date-author-standfirst-blog {
    /* Date */ }
    /* line 62, ../sass/components/_case-study-article.scss */
    .node-type-case-study-article .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page .views-field-field-date-published-custom,
    .node-type-case-study-article .pane-general-page-panel-pane-title-date-author-standfirst-blog .views-field-field-date-published-custom {
      margin-bottom: 15px; } }
/* contact us links for regions in the worldpay servecing and country nav */
/* line 3, ../sass/components/_contact-links-servicing_country_nav.scss */
#block-menu-menu-topnavigation #contact-us-global,
#block-menu-menu-topnavigation #contact-us-usa,
#block-menu-menu-topnavigation #contact-us-uk {
  display: none; }

/* line 11, ../sass/components/_contact-links-servicing_country_nav.scss */
.region-global #block-menu-menu-topnavigation #contact-us-global {
  display: block; }

/* line 18, ../sass/components/_contact-links-servicing_country_nav.scss */
.region-us #block-menu-menu-topnavigation #contact-us-usa {
  display: block; }

/* line 25, ../sass/components/_contact-links-servicing_country_nav.scss */
.region-uk #block-menu-menu-topnavigation #contact-us-uk {
  display: block; }

/* country menu has been implemented as a menu now, so this fixes the theming that broke when the change was made */
/* line 2, ../sass/components/_country_menu_adjustment.scss */
.service-nav-container .menu-attach-block-wrapper .block--menu-menu-territory ul > li {
  width: 28%; }

/* HIDE THE OTHER MEGAMENUS FOR DEV */
/* line 8, ../sass/components/_custom-hybrid-menu.scss */
#nav-mask {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  left: 0px;
  display: none; }

/* line 18, ../sass/components/_custom-hybrid-menu.scss */
.block--custom-hybrid-menu {
  width: 100%;
  background-color: #f11e15;
  float: left;
  font-size: 14px;
  position: relative;
  z-index: 5;
  text-align: left; }
  @media (min-width: 0em) and (max-width: 40em) {
    /* line 18, ../sass/components/_custom-hybrid-menu.scss */
    .block--custom-hybrid-menu {
      display: none; } }

/* line 32, ../sass/components/_custom-hybrid-menu.scss */
.block--custom-hybrid-menu ul,
.block--custom-hybrid-menu li {
  list-style-type: none; }

/* @group TOP LEVEL */
/* this is the main menu links */
/* line 45, ../sass/components/_custom-hybrid-menu.scss */
.block--custom-hybrid-menu ul#custom-hybrid-menu-top-level {
  float: right; }

/* line 49, ../sass/components/_custom-hybrid-menu.scss */
.block--custom-hybrid-menu ul#custom-hybrid-menu-top-level li {
  float: left;
  border-left: 1px solid #f34b43; }

/* line 54, ../sass/components/_custom-hybrid-menu.scss */
.block--custom-hybrid-menu ul#custom-hybrid-menu-top-level li a,
.block--custom-hybrid-menu ul#custom-hybrid-menu-top-level li .nolink {
  color: white;
  padding: 20px 32px;
  display: block; }
  @media (min-width: 40.063em) and (max-width: 64em) {
    /* line 54, ../sass/components/_custom-hybrid-menu.scss */
    .block--custom-hybrid-menu ul#custom-hybrid-menu-top-level li a,
    .block--custom-hybrid-menu ul#custom-hybrid-menu-top-level li .nolink {
      padding: 20px 22px; } }

/* line 64, ../sass/components/_custom-hybrid-menu.scss */
.block--custom-hybrid-menu ul#custom-hybrid-menu-top-level li.hidden a,
.block--custom-hybrid-menu ul#custom-hybrid-menu-top-level li.hidden .nolink {
  background: url("../images/mega-menu/mega-menu-toggle-icon-down.png") right center no-repeat;
  padding-right: 53px; }
  @media (min-width: 40.063em) and (max-width: 64em) {
    /* line 64, ../sass/components/_custom-hybrid-menu.scss */
    .block--custom-hybrid-menu ul#custom-hybrid-menu-top-level li.hidden a,
    .block--custom-hybrid-menu ul#custom-hybrid-menu-top-level li.hidden .nolink {
      background: url("../images/mega-menu/mega-menu-toggle-icon-down-narrow.png") right center no-repeat;
      padding-right: 43px; } }

/* line 74, ../sass/components/_custom-hybrid-menu.scss */
.block--custom-hybrid-menu ul#custom-hybrid-menu-top-level li.visible a,
.block--custom-hybrid-menu ul#custom-hybrid-menu-top-level li.visible .nolink {
  background: url("../images/mega-menu/mega-menu-toggle-icon-up.png") right center no-repeat;
  padding-right: 53px;
  background-color: white !important;
  color: #f11e15; }
  @media (min-width: 40.063em) and (max-width: 64em) {
    /* line 74, ../sass/components/_custom-hybrid-menu.scss */
    .block--custom-hybrid-menu ul#custom-hybrid-menu-top-level li.visible a,
    .block--custom-hybrid-menu ul#custom-hybrid-menu-top-level li.visible .nolink {
      background: url("../images/mega-menu/mega-menu-toggle-icon-up-narrow.png") right center no-repeat;
      padding-right: 43px; } }

/* line 86, ../sass/components/_custom-hybrid-menu.scss */
.block--custom-hybrid-menu ul#custom-hybrid-menu-top-level li:hover {
  cursor: pointer; }

/* line 90, ../sass/components/_custom-hybrid-menu.scss */
.block--custom-hybrid-menu ul#custom-hybrid-menu-top-level li:hover a,
.block--custom-hybrid-menu ul#custom-hybrid-menu-top-level li:hover .nolink {
  text-decoration: underline;
  color: white; }

/* line 96, ../sass/components/_custom-hybrid-menu.scss */
.block--custom-hybrid-menu ul#custom-hybrid-menu-top-level li:hover.visible a,
.block--custom-hybrid-menu ul#custom-hybrid-menu-top-level li:hover.visible .nolink {
  text-decoration: underline;
  color: #f11e15; }

/* @end */
/* @group DROPDOWN WRAPPERS */
/* this is the wrapper that is shown/hidden with jQuery */
/* line 116, ../sass/components/_custom-hybrid-menu.scss */
.custom-hybrid-menu-dropdown-megamenu,
.custom-hybrid-menu-dropdown-simple {
  padding: 32px;
  width: 100%;
  float: left;
  background-color: white;
  position: absolute;
  z-index: 5;
  top: 54px;
  display: none; }

/* set auto width for simple style dropdown */
/* line 129, ../sass/components/_custom-hybrid-menu.scss */
.custom-hybrid-menu-dropdown-simple {
  width: auto; }

/* @end */
/* @group MEGAMENU STYLE */
/* COLUMN SPACING */
/* line 140, ../sass/components/_custom-hybrid-menu.scss */
.custom-hybrid-menu-dropdown-megamenu.col-1 ul li {
  width: 100%; }

/* line 143, ../sass/components/_custom-hybrid-menu.scss */
.custom-hybrid-menu-dropdown-megamenu.col-2 ul li {
  width: 50%; }

/* line 146, ../sass/components/_custom-hybrid-menu.scss */
.custom-hybrid-menu-dropdown-megamenu.col-3 ul li {
  width: 33.3333%; }

/* line 149, ../sass/components/_custom-hybrid-menu.scss */
.custom-hybrid-menu-dropdown-megamenu.col-4 ul li {
  width: 25%; }

/* SUB-LEVEL 1 */
/* line 154, ../sass/components/_custom-hybrid-menu.scss */
.custom-hybrid-menu-dropdown-megamenu ul li {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 46px;
  text-indent: 2px; }

/* line 163, ../sass/components/_custom-hybrid-menu.scss */
.custom-hybrid-menu-dropdown-megamenu ul li a,
.custom-hybrid-menu-dropdown-megamenu ul li .nolink {
  border-top: 1px solid #dcdcdc;
  width: 100%;
  padding-top: 8px;
  float: left; }

/* SUB-LEVEL 2 */
/* line 172, ../sass/components/_custom-hybrid-menu.scss */
.custom-hybrid-menu-dropdown-megamenu ul li ul {
  border-top: 1px solid #dcdcdc;
  padding-top: 16px;
  clear: both; }

/* line 177, ../sass/components/_custom-hybrid-menu.scss */
.custom-hybrid-menu-dropdown-megamenu ul li ul li {
  border-top: none;
  text-indent: 0px;
  line-height: 14px;
  font-size: 14px;
  font-weight: 300;
  float: left;
  clear: left;
  width: 100% !important;
  padding: 7px;
  padding-left: 15px;
  background-image: url("../images/mega-menu/mega-menu-second-level-arrow-small.png");
  background-repeat: no-repeat;
  background-position: left 6px; }

/* line 192, ../sass/components/_custom-hybrid-menu.scss */
.custom-hybrid-menu-dropdown-megamenu ul li ul li a,
.custom-hybrid-menu-dropdown-megamenu ul li ul li .nolink {
  border-top: none;
  float: none; }

/* @end */
/* @group SIMPLE STYLE */
/* line 206, ../sass/components/_custom-hybrid-menu.scss */
.custom-hybrid-menu-dropdown-simple ul {
  border-top: 1px solid #dcdcdc;
  padding-top: 12px; }

/* line 211, ../sass/components/_custom-hybrid-menu.scss */
.custom-hybrid-menu-dropdown-simple ul li {
  padding-right: 10px;
  float: left;
  clear: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-indent: 2px;
  padding-top: 8px;
  white-space: nowrap; }

/* @end */
@media (min-width: 0em) and (max-width: 40em) {
  /* line 4, ../sass/components/_custom_isotope.scss */
  body.page-global-insight,
  body.page-uk-insight,
  body.page-us-insight {
    min-width: 540px; } }
@media (min-width: 40.063em) and (max-width: 64em) {
  /* line 4, ../sass/components/_custom_isotope.scss */
  body.page-global-insight,
  body.page-uk-insight,
  body.page-us-insight {
    min-width: 800px; } }

/* page title */
/* line 18, ../sass/components/_custom_isotope.scss */
.page-global-insight h1#page-title,
.page-uk-insight h1#page-title,
.page-us-insight h1#page-title {
  color: #333;
  font-family: "AdelleSansRegular",sans-serif;
  font-weight: 100;
  text-align: left;
  text-transform: none;
  font-size: 34px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1072px;
  padding-left: 24px;
  padding-right: 24px; }

/* line 37, ../sass/components/_custom_isotope.scss */
.page-global-insight h1#page-title:after,
.page-uk-insight h1#page-title:after,
.page-us-insight h1#page-title:after {
  content: ' ';
  display: none; }

/* @group ISOTOPE PSEUDO FILTER BLOCK */
/* line 81, ../sass/components/_custom_isotope.scss */
#block-custom-isotope-custom-isotope-filters {
  z-index: 2;
  float: left;
  height: 40px;
  position: relative; }
  @media (min-width: 0em) and (max-width: 40em) {
    /* line 81, ../sass/components/_custom_isotope.scss */
    #block-custom-isotope-custom-isotope-filters {
      height: 75px;
      text-align: center;
      width: 100%; } }
  @media (min-width: 40.063em) and (max-width: 64em) {
    /* line 81, ../sass/components/_custom_isotope.scss */
    #block-custom-isotope-custom-isotope-filters {
      width: 772px;
      left: 50%;
      margin-left: -386px; } }
  @media (min-width: 64.063em) and (max-width: 90em) {
    /* line 81, ../sass/components/_custom_isotope.scss */
    #block-custom-isotope-custom-isotope-filters {
      width: 1026px;
      left: 50%;
      margin-left: -513px; } }
  @media (min-width: 90.063em) and (max-width: 120em) {
    /* line 81, ../sass/components/_custom_isotope.scss */
    #block-custom-isotope-custom-isotope-filters {
      width: 1280px; } }
  @media (min-width: 120.063em) {
    /* line 81, ../sass/components/_custom_isotope.scss */
    #block-custom-isotope-custom-isotope-filters {
      width: 1280px; } }

@media (min-width: 0em) and (max-width: 40em) {
  /* line 115, ../sass/components/_custom_isotope.scss */
  #isotope-pseudo-select-button-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 486px; } }
@media (min-width: 40.063em) and (max-width: 64em) {
  /* line 115, ../sass/components/_custom_isotope.scss */
  #isotope-pseudo-select-button-wrapper {
    float: right; } }
@media (min-width: 64.063em) and (max-width: 90em) {
  /* line 115, ../sass/components/_custom_isotope.scss */
  #isotope-pseudo-select-button-wrapper {
    float: right; } }
@media (min-width: 90.063em) and (max-width: 120em) {
  /* line 115, ../sass/components/_custom_isotope.scss */
  #isotope-pseudo-select-button-wrapper {
    float: right; } }
@media (min-width: 120.063em) {
  /* line 115, ../sass/components/_custom_isotope.scss */
  #isotope-pseudo-select-button-wrapper {
    float: right; } }

/* line 147, ../sass/components/_custom_isotope.scss */
#block-custom-isotope-custom-isotope-filters #isotope-pseudo-select-label {
  padding: 10px;
  font-weight: bold; }
  @media (min-width: 40.063em) and (max-width: 64em) {
    /* line 147, ../sass/components/_custom_isotope.scss */
    #block-custom-isotope-custom-isotope-filters #isotope-pseudo-select-label {
      padding-left: 14px;
      padding-top: 13px;
      padding-bottom: 0px;
      margin-right: 0px;
      float: left;
      text-align: right;
      width: 286px; } }
  @media (min-width: 64.063em) and (max-width: 90em) {
    /* line 147, ../sass/components/_custom_isotope.scss */
    #block-custom-isotope-custom-isotope-filters #isotope-pseudo-select-label {
      padding-left: 14px;
      padding-top: 13px;
      padding-bottom: 0px;
      margin-right: 0px;
      float: left;
      text-align: right;
      width: 540px; } }
  @media (min-width: 90.063em) and (max-width: 120em) {
    /* line 147, ../sass/components/_custom_isotope.scss */
    #block-custom-isotope-custom-isotope-filters #isotope-pseudo-select-label {
      float: left;
      padding-left: 14px;
      padding-top: 13px;
      padding-bottom: 0px;
      margin-right: 0px;
      float: left;
      text-align: right;
      width: 794px; } }
  @media (min-width: 120.063em) {
    /* line 147, ../sass/components/_custom_isotope.scss */
    #block-custom-isotope-custom-isotope-filters #isotope-pseudo-select-label {
      float: left;
      padding-left: 14px;
      padding-top: 13px;
      padding-bottom: 0px;
      margin-right: 0px;
      float: left;
      text-align: right;
      width: 794px; } }

/* line 203, ../sass/components/_custom_isotope.scss */
#block-custom-isotope-custom-isotope-filters #industry-filter-wrapper,
#block-custom-isotope-custom-isotope-filters #type-filter-wrapper {
  background-color: #007767;
  border-radius: 20px;
  float: left;
  padding: 10px;
  padding-left: 14px;
  padding-top: 12px;
  padding-bottom: 0px;
  margin-right: 5px;
  margin-left: 5px;
  color: white; }

/* line 218, ../sass/components/_custom_isotope.scss */
#block-custom-isotope-custom-isotope-filters #industry-filter-wrapper {
  width: 260px; }

/* line 222, ../sass/components/_custom_isotope.scss */
#block-custom-isotope-custom-isotope-filters #type-filter-wrapper {
  width: 206px; }

/* line 227, ../sass/components/_custom_isotope.scss */
#block-custom-isotope-custom-isotope-filters .isotope-pseudo-select {
  float: left;
  position: relative;
  width: 100%; }

/* line 234, ../sass/components/_custom_isotope.scss */
#block-custom-isotope-custom-isotope-filters .isotope-pseudo-select-current {
  float: left;
  color: #909190;
  position: relative;
  top: 1px;
  padding-bottom: 10px;
  border-bottom: 1px solid white; }

/* line 244, ../sass/components/_custom_isotope.scss */
#block-custom-isotope-custom-isotope-filters .hidden .isotope-pseudo-select-current {
  color: white;
  margin-bottom: 0px; }

/* line 249, ../sass/components/_custom_isotope.scss */
#block-custom-isotope-custom-isotope-filters div:hover.isotope-pseudo-select .isotope-pseudo-select-current {
  color: #909190;
  cursor: pointer; }

/* line 254, ../sass/components/_custom_isotope.scss */
#block-custom-isotope-custom-isotope-filters .isotope-pseudo-select-trigger {
  cursor: pointer;
  right: 0px;
  position: absolute;
  background: url("../images/white-arrow-trans-background-up.png") right center no-repeat;
  width: 19px;
  height: 10px;
  margin-top: 3px;
  margin-right: 10px; }

/* line 265, ../sass/components/_custom_isotope.scss */
#block-custom-isotope-custom-isotope-filters .hidden .isotope-pseudo-select-trigger {
  background: url("../images/white-arrow-trans-background-down.png") right center no-repeat; }

/* line 269, ../sass/components/_custom_isotope.scss */
#block-custom-isotope-custom-isotope-filters div.button-group {
  float: left;
  clear: left;
  display: none;
  padding-bottom: 20px;
  top: 10px;
  position: relative; }

/* line 281, ../sass/components/_custom_isotope.scss */
#block-custom-isotope-custom-isotope-filters div.button-group button {
  background: transparent;
  border: none;
  padding: 0px;
  margin: 0px;
  color: white;
  float: left;
  clear: left;
  position: relative;
  border-radius: 0px;
  font-weight: 300; }

/* line 294, ../sass/components/_custom_isotope.scss */
#block-custom-isotope-custom-isotope-filters div.button-group button.hidden {
  display: none; }

/* line 298, ../sass/components/_custom_isotope.scss */
#block-custom-isotope-custom-isotope-filters div.button-group button:hover {
  text-decoration: underline; }

/* line 302, ../sass/components/_custom_isotope.scss */
#block-custom-isotope-custom-isotope-filters div.button-group button.current {
  display: none; }

/* @end */
/* @group DEFAULT ISOTOPE TILE STYLES */
/* MAIN VIEW CONTAINER */
/* line 314, ../sass/components/_custom_isotope.scss */
div.view.isotope {
  padding: 5px;
  clear: both; }
  @media (min-width: 0em) and (max-width: 40em) {
    /* line 314, ../sass/components/_custom_isotope.scss */
    div.view.isotope {
      width: 518px;
      left: 50%;
      margin-left: -259px; } }
  @media (min-width: 40.063em) and (max-width: 64em) {
    /* line 314, ../sass/components/_custom_isotope.scss */
    div.view.isotope {
      width: 772px;
      left: 50%;
      margin-left: -386px; } }
  @media (min-width: 64.063em) and (max-width: 90em) {
    /* line 314, ../sass/components/_custom_isotope.scss */
    div.view.isotope {
      width: 1026px;
      left: 50%;
      margin-left: -513px; } }
  @media (min-width: 90.063em) and (max-width: 120em) {
    /* line 314, ../sass/components/_custom_isotope.scss */
    div.view.isotope {
      width: 1280px; } }
  @media (min-width: 120.063em) {
    /* line 314, ../sass/components/_custom_isotope.scss */
    div.view.isotope {
      width: 1280px; } }

/* GENERAL TILE STYLES */
/* =================== */
/* MAIN WRAPPER FOR ALL TILE CONTENTS */
/* line 346, ../sass/components/_custom_isotope.scss */
.teaser-tile {
  float: left;
  /* SET DEFAULT SIZE */
  width: 244px;
  height: 244px;
  margin: 5px;
  overflow: hidden;
  cursor: pointer; }

/* WRAPPER FOR INITIALLY DISPLAYED 'FRONT' CONTENT  */
/* line 356, ../sass/components/_custom_isotope.scss */
.teaser-tile-display {
  float: left;
  width: 100%;
  height: 100%; }

/* WRAPPER FOR 'BACK' CONTENT VISIBLE ON HOVER */
/* line 362, ../sass/components/_custom_isotope.scss */
.teaser-tile-hover {
  float: left;
  width: 100%;
  height: 100%; }

/* THE IMAGE */
/* ========= */
/* line 371, ../sass/components/_custom_isotope.scss */
.teaser-tile div.file-image {
  width: 100%;
  height: 100%; }

/* line 375, ../sass/components/_custom_isotope.scss */
.teaser-tile img {
  width: 752px;
  max-width: 752px;
  height: 498px; }

/* THE TITLE */
/* ========= */
/* line 383, ../sass/components/_custom_isotope.scss */
.teaser-tile .teaser-tile-item-title {
  background-color: rgba(39, 40, 39, 0.6);
  position: absolute;
  bottom: 0px;
  padding: 10px;
  font-size: 19px;
  line-height: 22px;
  width: 100%;
  text-align: right; }

/* ALTERNATE TITLE POSITION */
/* line 394, ../sass/components/_custom_isotope.scss */
.views-row-even .teaser-tile .teaser-tile-item-title {
  bottom: auto;
  top: 0; }

/* OVERRIDE LINK COLOUR FOR TITLES */
/* line 399, ../sass/components/_custom_isotope.scss */
.teaser-tile a {
  color: white; }

/* line 402, ../sass/components/_custom_isotope.scss */
.teaser-tile a:hover {
  color: white; }

/* THE TEXT */
/* ======== */
/* line 408, ../sass/components/_custom_isotope.scss */
.teaser-tile .teaser-tile-item-text {
  font-size: 14px;
  line-height: 16px;
  padding-top: 10px;
  width: 100%;
  float: left;
  left: 500px;
  position: relative;
  height: 0px;
  padding: 0px; }

/* THE TYPE TAG */
/* line 421, ../sass/components/_custom_isotope.scss */
.teaser-tile .teaser-tile-item-type {
  background-color: #007767;
  float: left;
  position: absolute;
  top: 0px;
  padding: 10px 9px 6px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

/* ALTERNATE TYPE TAG POSITION */
/* line 432, ../sass/components/_custom_isotope.scss */
.views-row-even .teaser-tile .teaser-tile-item-type {
  top: auto;
  bottom: 0; }

/* HOVER MASK */
/* line 438, ../sass/components/_custom_isotope.scss */
.teaser-tile-mask {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 10; }

/* HIDE HOVER ELEMENTS THAT ARE ONLY NEEDED FOR THE 'WIDE' TILE */
/* line 451, ../sass/components/_custom_isotope.scss */
.teaser-tile-hover .teaser-tile-item-title-flipped,
.teaser-tile-hover .teaser-tile-item-type-flipped {
  display: none; }

/* @end */
/* @group BASE 1x1 TILE */
/* SLIDE IN/OUT TEXT TRANSITION */
/* line 462, ../sass/components/_custom_isotope.scss */
.teaser-tile.Small img {
  position: relative;
  width: 368px;
  height: 244px;
  top: 0px;
  left: -62px; }

/* line 471, ../sass/components/_custom_isotope.scss */
.teaser-tile.Small .teaser-tile-item-title {
  padding-bottom: 0px; }

/* line 475, ../sass/components/_custom_isotope.scss */
.teaser-tile.Small .teaser-tile-item-title .teaser-tile-item-text {
  padding: 10px;
  padding-bottom: 0px; }

/* @end */
/* @group WIDE 2x1 TILE */
/* FLIP TRANSITION */
/* line 488, ../sass/components/_custom_isotope.scss */
.teaser-tile.Wide {
  width: 498px; }

/* line 492, ../sass/components/_custom_isotope.scss */
.teaser-tile.Wide img {
  position: relative;
  width: 498px;
  height: 330px;
  top: -43px;
  left: 0px; }

/* EXTRA TITLE FOR THE 'WIDE' TILE WITH FLIP TRANSITION */
/* line 501, ../sass/components/_custom_isotope.scss */
.teaser-tile.Wide .teaser-tile-hover .teaser-tile-item-title-flipped {
  font-size: 19px;
  line-height: 22px;
  padding-bottom: 15px; }

/* line 507, ../sass/components/_custom_isotope.scss */
.teaser-tile.Wide .teaser-tile-hover {
  background: url("../images/white-arrow-trans-background.png") 20px 40px no-repeat #ef1d14;
  padding: 40px 20px 20px 36px; }

/* line 512, ../sass/components/_custom_isotope.scss */
.teaser-tile.Wide .teaser-tile-hover .teaser-tile-item-type-flipped {
  display: block;
  background-color: #007767;
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px 9px 6px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

/* line 525, ../sass/components/_custom_isotope.scss */
.teaser-tile.Wide .teaser-tile-hover .teaser-tile-item-title-flipped {
  display: block; }

/* @end */
/* @group LARGE 2x2 TILE */
/* SLIDE UP/DOWN TEXT TRANSITION */
/* line 535, ../sass/components/_custom_isotope.scss */
.teaser-tile.Large {
  width: 498px;
  height: 498px; }

/* line 540, ../sass/components/_custom_isotope.scss */
.teaser-tile.Large img {
  position: relative;
  top: 0px;
  left: -127px; }

/* line 546, ../sass/components/_custom_isotope.scss */
.teaser-tile.Large .teaser-tile-hover {
  background-color: #ef1d14;
  position: absolute;
  bottom: 0px;
  float: left;
  width: 100%;
  height: auto;
  padding: 10px;
  display: none; }

/* line 557, ../sass/components/_custom_isotope.scss */
.teaser-tile.Large .teaser-tile-item-title-flipped {
  display: block;
  background-color: none;
  text-align: left;
  font-size: 19px;
  line-height: 22px;
  width: 100%;
  padding-bottom: 15px; }

/* @end */
/* @group PRIMARY 3x2 TILE */
/* SLIDE UP/DOWN TEXT TRANSITION */
/* THIS IS AUTOMATICALLY APPLIED TO FIRST TILE AND OVERRIDES ANY OTHER STYLE AND TRANSITION SETTINGS */
@media (min-width: 0em) and (max-width: 40em) {
  /* line 573, ../sass/components/_custom_isotope.scss */
  .teaser-tile.Primary {
    width: 498px;
    height: 330px; } }
@media (min-width: 40.063em) and (max-width: 64em) {
  /* line 573, ../sass/components/_custom_isotope.scss */
  .teaser-tile.Primary {
    width: 752px;
    height: 498px; } }
@media (min-width: 64.063em) and (max-width: 90em) {
  /* line 573, ../sass/components/_custom_isotope.scss */
  .teaser-tile.Primary {
    width: 752px;
    height: 498px; } }
@media (min-width: 90.063em) and (max-width: 120em) {
  /* line 573, ../sass/components/_custom_isotope.scss */
  .teaser-tile.Primary {
    width: 752px;
    height: 498px; } }
@media (min-width: 120.063em) {
  /* line 573, ../sass/components/_custom_isotope.scss */
  .teaser-tile.Primary {
    width: 752px;
    height: 498px; } }

/* line 596, ../sass/components/_custom_isotope.scss */
.teaser-tile.Primary img {
  position: relative;
  top: 0px;
  left: 0px; }
  @media (min-width: 0em) and (max-width: 40em) {
    /* line 596, ../sass/components/_custom_isotope.scss */
    .teaser-tile.Primary img {
      width: 498px;
      height: auto; } }
  @media (min-width: 40.063em) and (max-width: 64em) {
    /* line 596, ../sass/components/_custom_isotope.scss */
    .teaser-tile.Primary img {
      width: auto;
      height: auto; } }
  @media (min-width: 64.063em) and (max-width: 90em) {
    /* line 596, ../sass/components/_custom_isotope.scss */
    .teaser-tile.Primary img {
      width: auto;
      height: auto; } }
  @media (min-width: 90.063em) and (max-width: 120em) {
    /* line 596, ../sass/components/_custom_isotope.scss */
    .teaser-tile.Primary img {
      width: auto;
      height: auto; } }
  @media (min-width: 120.063em) {
    /* line 596, ../sass/components/_custom_isotope.scss */
    .teaser-tile.Primary img {
      width: auto;
      height: auto; } }

/* line 624, ../sass/components/_custom_isotope.scss */
.teaser-tile.Primary .teaser-tile-item-title {
  background: url("../images/white-arrow-trans-background.png") 10px 10px no-repeat #ef1d14;
  right: 0px;
  width: auto;
  padding-left: 26px; }

/* line 633, ../sass/components/_custom_isotope.scss */
.teaser-tile.Primary .teaser-tile-item-title .teaser-tile-item-text {
  display: none;
  height: 0px;
  padding: 0px;
  width: 0px; }

/* line 642, ../sass/components/_custom_isotope.scss */
.teaser-tile.Primary .teaser-tile-hover {
  background-color: #ef1d14;
  position: absolute;
  bottom: 0px;
  float: left;
  width: 100%;
  height: auto;
  padding: 10px;
  display: none; }

/* @end */
/* @group CAROSUEL NAV */
/* line 660, ../sass/components/_custom_isotope.scss */
.custom-isotope-spacer {
  background-color: #f6f7f6; }

/* @end */
/* generic search listing theming for search page views 
 *
 * requires the following for theming to pull through:
 *
 * Context Theme HTML section class (adds class to body): custom-search-listing-page
 * Page title needs #page-title (Blockify module should do this already)
 * Exposed form block class (ie on the search form): custom-search-listing-search-form
 * Facet wrapper (ie the minipanel) block class: custom-search-listing-facets-wrapper
 * Search view class (ie on the search results view): custom-search-listing-results
 *
 */
/* override legacy base theming on search breadcrumb */
/* line 16, ../sass/components/_custom_search_listing.scss */
body[class*=-search].custom-search-listing-page .breadcrumb {
  border-bottom: none; }

/* page title */
/* line 24, ../sass/components/_custom_search_listing.scss */
.custom-search-listing-page h1#page-title {
  color: #333;
  font-family: "AdelleSansRegular",sans-serif;
  font-weight: 100;
  text-align: left;
  text-transform: none;
  font-size: 34px;
  padding-top: 35px;
  margin-bottom: 54px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1072px;
  padding-left: 24px;
  padding-right: 24px; }
/* line 39, ../sass/components/_custom_search_listing.scss */
.custom-search-listing-page h1#page-title:after {
  content: ' ';
  display: none; }

/* search form */
/* line 47, ../sass/components/_custom_search_listing.scss */
.custom-search-listing-page .custom-search-listing-search-form {
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1072px;
  margin-bottom: 48px; }
  /* line 65, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_clearfix.scss */
  .custom-search-listing-page .custom-search-listing-search-form:after {
    content: "";
    display: table;
    clear: both; }
  /* line 54, ../sass/components/_custom_search_listing.scss */
  .custom-search-listing-page .custom-search-listing-search-form .views-exposed-widgets {
    background-color: #f7f7f7; }
    /* line 65, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_clearfix.scss */
    .custom-search-listing-page .custom-search-listing-search-form .views-exposed-widgets:after {
      content: "";
      display: table;
      clear: both; }
  /* line 58, ../sass/components/_custom_search_listing.scss */
  .custom-search-listing-page .custom-search-listing-search-form #edit-keyword-wrapper label {
    display: none; }
  /* line 61, ../sass/components/_custom_search_listing.scss */
  .custom-search-listing-page .custom-search-listing-search-form .form-text {
    width: 91.48936%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
    padding: 16px;
    font-size: 23px;
    border: none;
    color: #333333;
    background-color: #f7f7f7; }
  /* line 69, ../sass/components/_custom_search_listing.scss */
  .custom-search-listing-page .custom-search-listing-search-form .form-submit {
    height: 61px;
    width: 63px;
    overflow: hidden;
    text-indent: -200px;
    background-color: #f7f7f7;
    border: none;
    background-image: url("../images/search_image.png");
    background-repeat: no-repeat;
    float: right;
    clear: none;
    margin: 0px; }

/* search facets */
/* line 88, ../sass/components/_custom_search_listing.scss */
.custom-search-listing-page .custom-search-listing-facets-wrapper {
  margin-bottom: 48px;
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1072px;
  /* filter */ }
  /* line 94, ../sass/components/_custom_search_listing.scss */
  .custom-search-listing-page .custom-search-listing-facets-wrapper h2.block__title {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #333;
    text-align: left;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 5px; }
  /* line 104, ../sass/components/_custom_search_listing.scss */
  .custom-search-listing-page .custom-search-listing-facets-wrapper h2.block__title:after {
    display: none; }
  /* line 108, ../sass/components/_custom_search_listing.scss */
  .custom-search-listing-page .custom-search-listing-facets-wrapper .views-exposed-widget {
    *display: inline;
    zoom: 1;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin-right: 15px; }
    /* line 115, ../sass/components/_custom_search_listing.scss */
    .custom-search-listing-page .custom-search-listing-facets-wrapper .views-exposed-widget label {
      display: block;
      font-weight: bold;
      margin-bottom: 8px; }

/* show label of first filter - when used in a minipanel */
/* line 126, ../sass/components/_custom_search_listing.scss */
.custom-search-listing-page .custom-search-listing-facets-wrapper .panel-panel .panel-pane {
  *display: inline;
  zoom: 1;
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin-right: 15px; }
  /* line 133, ../sass/components/_custom_search_listing.scss */
  .custom-search-listing-page .custom-search-listing-facets-wrapper .panel-panel .panel-pane h2.pane-title {
    display: none; }
  /* line 136, ../sass/components/_custom_search_listing.scss */
  .custom-search-listing-page .custom-search-listing-facets-wrapper .panel-panel .panel-pane h2.pane-title:after {
    display: none; }

/* hide facet submit buttons if js on - prevents flicker */
/* line 146, ../sass/components/_custom_search_listing.scss */
.js .custom-search-listing-page .custom-search-listing-facets-wrapper .panel-panel .panel-pane .form-submit {
  display: none; }

/* active search information */
/* line 155, ../sass/components/_custom_search_listing.scss */
.custom-search-listing-page {
  /* active search - tags and search count */ }
  /* line 157, ../sass/components/_custom_search_listing.scss */
  .custom-search-listing-page .block--current-search-active-search {
    margin-left: auto;
    margin-right: auto;
    max-width: 1072px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    top: -16px;
    padding-bottom: 48px;
    margin-bottom: 9px;
    border-bottom: 1px solid #dcdcdc; }
    /* line 168, ../sass/components/_custom_search_listing.scss */
    .custom-search-listing-page .block--current-search-active-search h2.block__title {
      padding: 0;
      margin: 0;
      font-size: 16px;
      color: #333;
      text-align: left;
      text-transform: none;
      font-weight: bold;
      margin-bottom: 5px; }
    /* line 178, ../sass/components/_custom_search_listing.scss */
    .custom-search-listing-page .block--current-search-active-search h2.block__title:after {
      display: none; }
    /* line 181, ../sass/components/_custom_search_listing.scss */
    .custom-search-listing-page .block--current-search-active-search .result-count {
      margin-bottom: 8px; }
    /* line 185, ../sass/components/_custom_search_listing.scss */
    .custom-search-listing-page .block--current-search-active-search .current-search-item ul {
      list-style-type: none; }
    /* line 188, ../sass/components/_custom_search_listing.scss */
    .custom-search-listing-page .block--current-search-active-search .current-search-item li {
      margin: 10px 10px 10px 0;
      padding: 0;
      *display: inline;
      zoom: 1;
      display: inline-block;
      vertical-align: top; }
      /* line 195, ../sass/components/_custom_search_listing.scss */
      .custom-search-listing-page .block--current-search-active-search .current-search-item li a {
        padding: 6px 10px 5px 10px;
        color: #fff;
        line-height: 1;
        background-color: #f01e14;
        text-decoration: none; }
      /* line 202, ../sass/components/_custom_search_listing.scss */
      .custom-search-listing-page .block--current-search-active-search .current-search-item li a:hover {
        background-color: #007867; }

/* search listings results */
/* line 213, ../sass/components/_custom_search_listing.scss */
.custom-search-listing-page .custom-search-listing-results {
  margin-left: auto;
  margin-right: auto;
  max-width: 1072px;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 16px;
  margin-bottom: 48px;
  overflow: hidden; }

/* no results */
/* line 227, ../sass/components/_custom_search_listing.scss */
.custom-search-listing-page .view-empty {
  text-align: left; }

/* pager */
/* line 234, ../sass/components/_custom_search_listing.scss */
.custom-search-listing-page ul.pager {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto 48px auto;
  max-width: 1048px; }

/**
 * DM05 - Your World
 */
/* line 31, ../sass/components/_dm05-yourworld.scss */
.your-world {
  box-shadow: inset 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: transparent top center no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 172px 0 0;
  padding: 10.75rem 0 0;
  position: relative;
  width: 100%;
  z-index: 0; }
  /* line 42, ../sass/components/_dm05-yourworld.scss */
  .your-world > form {
    margin: 0;
    -webkit-transition: min-height 0.3s ease-in-out;
    -moz-transition: min-height 0.3s ease-in-out;
    -o-transition: min-height 0.3s ease-in-out;
    transition: min-height 0.3s ease-in-out;
    position: relative;
    z-index: 2; }
    /* line 48, ../sass/components/_dm05-yourworld.scss */
    .lt-ie9 .your-world > form {
      margin-bottom: 0; }
  /* line 55, ../sass/components/_dm05-yourworld.scss */
  .your-world > .image-transistor {
    background: transparent top center no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
    /* line 67, ../sass/components/_dm05-yourworld.scss */
    .lt-ie9 .your-world > .image-transistor {
      display: none; }
    /* line 71, ../sass/components/_dm05-yourworld.scss */
    .your-world > .image-transistor.is-transition-active {
      opacity: 1; }
      /* line 74, ../sass/components/_dm05-yourworld.scss */
      .lt-ie9 .your-world > .image-transistor.is-transition-active {
        display: block; }
  /* line 81, ../sass/components/_dm05-yourworld.scss */
  .your-world .bef-select-as-links {
    font-size: 0; }
    /* line 84, ../sass/components/_dm05-yourworld.scss */
    .your-world .bef-select-as-links:focus {
      outline: none; }
    /* line 88, ../sass/components/_dm05-yourworld.scss */
    .your-world .bef-select-as-links .form-type-bef-link {
      display: inline-block;
      font-size: 20px;
      font-size: 1.25rem;
      margin: 0 0 1px 0;
      vertical-align: top; }
      /* line 94, ../sass/components/_dm05-yourworld.scss */
      .lt-ie8 .your-world .bef-select-as-links .form-type-bef-link {
        display: inline; }
      /* line 98, ../sass/components/_dm05-yourworld.scss */
      .your-world .bef-select-as-links .form-type-bef-link:empty {
        display: none; }
  /* line 105, ../sass/components/_dm05-yourworld.scss */
  .your-world .form-item-goal > ul {
    font-size: 0; }
    /* line 108, ../sass/components/_dm05-yourworld.scss */
    .your-world .form-item-goal > ul > li {
      display: inline-block;
      margin: 0 1px 1px 0;
      vertical-align: top; }
      /* line 113, ../sass/components/_dm05-yourworld.scss */
      .lt-ie8 .your-world .form-item-goal > ul > li {
        display: inline; }
  /* line 120, ../sass/components/_dm05-yourworld.scss */
  .your-world .form-item,
  .your-world .form-actions {
    margin-bottom: 0; }
  /* line 126, ../sass/components/_dm05-yourworld.scss */
  .your-world .refresh-link {
    display: inline-block;
    font-size: 20px;
    font-size: 1.25rem;
    -webkit-transition: font-size 0.3s ease-in-out;
    -moz-transition: font-size 0.3s ease-in-out;
    -o-transition: font-size 0.3s ease-in-out;
    transition: font-size 0.3s ease-in-out;
    margin-right: 39px;
    margin-right: 2.4375rem;
    position: relative;
    vertical-align: top; }
    /* line 135, ../sass/components/_dm05-yourworld.scss */
    .your-world .refresh-link > span {
      background: white;
      background: rgba(255, 255, 255, 0.95);
      color: #3b3b3b;
      display: inline-block;
      padding: 13px 14px;
      padding: 0.8125rem 0.875rem;
      text-decoration: none;
      vertical-align: top; }
      /* line 144, ../sass/components/_dm05-yourworld.scss */
      .lt-ie9 .your-world .refresh-link > span {
        min-height: auto; }
    /* line 149, ../sass/components/_dm05-yourworld.scss */
    .your-world .refresh-link .link-icon {
      bottom: 0;
      color: #007867;
      left: 100%;
      line-height: 1;
      font-size: 19px;
      font-size: 1.1875rem;
      position: absolute;
      top: 0;
      vertical-align: top; }
    /* line 160, ../sass/components/_dm05-yourworld.scss */
    .your-world .refresh-link .icon-arrow-left {
      display: none; }
    /* line 167, ../sass/components/_dm05-yourworld.scss */
    .your-world .refresh-link:hover > span, .your-world .refresh-link:active > span, .your-world .refresh-link:focus > span {
      background: #199e95;
      background: rgba(25, 158, 149, 0.95);
      color: white; }
    /* line 172, ../sass/components/_dm05-yourworld.scss */
    .your-world .refresh-link:hover .link-icon, .your-world .refresh-link:active .link-icon, .your-world .refresh-link:focus .link-icon {
      color: white; }
    /* line 177, ../sass/components/_dm05-yourworld.scss */
    .your-world .refresh-link.is-active {
      font-size: 26px;
      font-size: 1.625rem; }
      /* line 180, ../sass/components/_dm05-yourworld.scss */
      .your-world .refresh-link.is-active > span {
        padding-right: 18px;
        padding-right: 1.125rem;
        background: #f1332a;
        background: rgba(241, 51, 42, 0.95);
        color: white; }
      /* line 187, ../sass/components/_dm05-yourworld.scss */
      .your-world .refresh-link.is-active .icon-arrow-right {
        display: none; }
      /* line 191, ../sass/components/_dm05-yourworld.scss */
      .your-world .refresh-link.is-active .icon-arrow-left {
        background: white;
        background: rgba(255, 255, 255, 0.95);
        color: #007867;
        display: block;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 23px;
        line-height: 1.4375rem;
        margin-left: 1px;
        white-space: nowrap; }
        /* line 201, ../sass/components/_dm05-yourworld.scss */
        .your-world .refresh-link.is-active .icon-arrow-left:before {
          display: inline-block;
          font-size: 15px;
          font-size: 0.9375rem;
          margin: -3px 0 0 -4px;
          margin: -0.1875rem 0 0 -0.25rem;
          vertical-align: middle; }
      /* line 211, ../sass/components/_dm05-yourworld.scss */
      .your-world .refresh-link.is-active:hover .icon-arrow-left, .your-world .refresh-link.is-active:active .icon-arrow-left, .your-world .refresh-link.is-active:focus .icon-arrow-left {
        background: #199e95;
        background: rgba(25, 158, 149, 0.95);
        color: white; }
  /* line 222, ../sass/components/_dm05-yourworld.scss */
  .your-world label,
  .your-world h2 {
    color: #c4c4c3;
    font-family: "AdelleSansRegular", serif;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0; }
    /* line 229, ../sass/components/_dm05-yourworld.scss */
    .your-world label > span,
    .your-world h2 > span {
      margin: 0 1px 1px 0;
      background: #110101;
      display: inline-block;
      padding: 7px 10px 7px 10px;
      padding: 0.4375rem 0.625rem 0.4375rem 0.625rem; }
  /* line 238, ../sass/components/_dm05-yourworld.scss */
  .your-world .yourWorldDescription {
    background: #f01e14;
    background: rgba(240, 40, 20, 0.9);
    color: white;
    font-family: "AdelleSansRegular", serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    opacity: 1;
    padding: 24px 20px;
    padding: 1.5rem 1.25rem;
    margin: 45px 0 0;
    margin: 2.8125rem 0 0; }
    /* line 249, ../sass/components/_dm05-yourworld.scss */
    .your-world .yourWorldDescription p {
      color: inherit;
      margin: 0;
      font-size: inherit; }
  /* line 256, ../sass/components/_dm05-yourworld.scss */
  .your-world.has-active-item, .your-world.has-active-corporate-item {
    padding-top: 85px;
    padding-top: 5.3125rem; }
    /* line 259, ../sass/components/_dm05-yourworld.scss */
    .your-world.has-active-item > form, .your-world.has-active-corporate-item > form {
      min-height: 0; }
    /* line 264, ../sass/components/_dm05-yourworld.scss */
    .your-world.has-active-item label.is-hidden,
    .your-world.has-active-item h2.is-hidden, .your-world.has-active-corporate-item label.is-hidden,
    .your-world.has-active-corporate-item h2.is-hidden {
      display: none; }
    /* line 268, ../sass/components/_dm05-yourworld.scss */
    .your-world.has-active-item .yourWorldDescription, .your-world.has-active-corporate-item .yourWorldDescription {
      height: 0;
      opacity: 0;
      padding-bottom: 0;
      padding-top: 0; }
  /* line 278, ../sass/components/_dm05-yourworld.scss */
  .your-world.has-active-item .form-item-goal > ul {
    display: none; }
  /* line 282, ../sass/components/_dm05-yourworld.scss */
  .your-world.has-active-item .refresh-link {
    display: none; }
    /* line 285, ../sass/components/_dm05-yourworld.scss */
    .your-world.has-active-item .refresh-link.is-active {
      display: inline-block; }
  /* line 291, ../sass/components/_dm05-yourworld.scss */
  .your-world.has-active-corporate-item .refresh-link {
    display: none; }
  @media only screen and (min-width: 40.063em) {
    /* line 31, ../sass/components/_dm05-yourworld.scss */
    .your-world {
      padding: 75px 0 0 8.88%;
      padding: 4.6875rem 0 0 8.88%; }
      /* line 300, ../sass/components/_dm05-yourworld.scss */
      .your-world > form {
        min-height: 232px;
        min-height: 14.5rem; }
      /* line 304, ../sass/components/_dm05-yourworld.scss */
      .your-world .bef-select-as-links {
        max-width: 82%; }
      /* line 308, ../sass/components/_dm05-yourworld.scss */
      .your-world label,
      .your-world h2 {
        font-size: 16px;
        font-size: 1rem; }
      /* line 313, ../sass/components/_dm05-yourworld.scss */
      .your-world .refresh-link {
        font-size: 26px;
        font-size: 1.625rem;
        margin-right: 31px;
        margin-right: 1.9375rem; }
        /* line 317, ../sass/components/_dm05-yourworld.scss */
        .your-world .refresh-link > span {
          padding: 16px 4px 16px 18px;
          padding: 1rem 0.25rem 1rem 1.125rem; }
          /* line 320, ../sass/components/_dm05-yourworld.scss */
          .lt-ie9 .your-world .refresh-link > span {
            min-height: auto; }
        /* line 325, ../sass/components/_dm05-yourworld.scss */
        .your-world .refresh-link .link-icon {
          line-height: 1.2;
          font-size: 22px;
          font-size: 1.375rem; }
        /* line 329, ../sass/components/_dm05-yourworld.scss */
        .your-world .refresh-link .icon-arrow-right {
          padding: 17px 11px 16px 7px;
          padding: 1.0625rem 0.6875rem 1rem 0.4375rem; }
        /* line 332, ../sass/components/_dm05-yourworld.scss */
        .your-world .refresh-link.is-active {
          font-size: 26px;
          font-size: 1.625rem; }
      /* line 337, ../sass/components/_dm05-yourworld.scss */
      .your-world .yourWorldDescription p {
        font-size: 18px;
        font-size: 1.125rem; }
      /* line 341, ../sass/components/_dm05-yourworld.scss */
      .your-world.has-active-item, .your-world.has-active-corporate-item {
        padding-top: 100px;
        padding-top: 6.25rem; }
        /* line 345, ../sass/components/_dm05-yourworld.scss */
        .your-world.has-active-item .yourWorldDescription, .your-world.has-active-corporate-item .yourWorldDescription {
          height: auto;
          opacity: 0;
          margin-top: 0;
          padding: 10px 20px;
          padding: 0.625rem 1.25rem; } }
  @media only screen and (min-width: 64.063em) {
    /* line 355, ../sass/components/_dm05-yourworld.scss */
    .your-world .bef-select-as-links {
      max-width: 52%; }
    /* line 359, ../sass/components/_dm05-yourworld.scss */
    .your-world .yourWorldDescription p {
      font-size: 22px;
      font-size: 1.375rem; } }
  /* line 364, ../sass/components/_dm05-yourworld.scss */
  .your-world select, .your-world #edit-field-toplevel-value, .your-world #edit-field-toplevel-value-wrapper {
    display: none; }
  /* line 368, ../sass/components/_dm05-yourworld.scss */
  .your-world .ajax-progress {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3; }

/* line 377, ../sass/components/_dm05-yourworld.scss */
#edit-goal-all {
  display: none; }

/**
 * Global goals hack - WOR-1175
 * TODO: Temp hack, remove later!!
 */
/* line 386, ../sass/components/_dm05-yourworld.scss */
.section-global .your-world .views-exposed-form label, .section-global .your-world .views-exposed-form h2, .section-global .your-world .views-exposed-form ul,
.section-global .your-world .views-exposed-form .bef-select-as-links {
  visibility: hidden; }

/**
 * DM06 - Corporate 'Our World'
 */
/* line 21, ../sass/components/_dm06-corporateourworld.scss */
.view-corporate-our-world-view {
  /**
   * Medium Up
   */ }
  /* line 24, ../sass/components/_dm06-corporateourworld.scss */
  .view-corporate-our-world-view .views-field-field-corporate-image > .field-content {
    overflow: hidden;
    padding: 85px 0 46px;
    padding: 5.3125rem 0 2.875rem;
    position: relative; }
    /* line 29, ../sass/components/_dm06-corporateourworld.scss */
    .view-corporate-our-world-view .views-field-field-corporate-image > .field-content > img {
      max-width: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 0; }
  /* line 39, ../sass/components/_dm06-corporateourworld.scss */
  .view-corporate-our-world-view .views-field-field-corporate-image img {
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0; }
  /* line 48, ../sass/components/_dm06-corporateourworld.scss */
  .view-corporate-our-world-view .goals-wrapper {
    position: relative;
    z-index: 2; }
    /* line 52, ../sass/components/_dm06-corporateourworld.scss */
    .view-corporate-our-world-view .goals-wrapper > h2 {
      color: #c4c4c3;
      font-family: "AdelleSansRegular", serif;
      font-size: 14px;
      font-size: 0.875rem;
      margin: 0; }
      /* line 58, ../sass/components/_dm06-corporateourworld.scss */
      .view-corporate-our-world-view .goals-wrapper > h2 > span {
        margin: 0 1px 1px 0;
        background: #110101;
        display: inline-block;
        padding: 5px 10px 5px 10px;
        padding: 0.3125rem 0.625rem 0.3125rem 0.625rem; }
    /* line 65, ../sass/components/_dm06-corporateourworld.scss */
    .view-corporate-our-world-view .goals-wrapper > ul {
      display: block;
      font-size: 20px;
      font-size: 1.25rem;
      list-style: none; }
      /* line 70, ../sass/components/_dm06-corporateourworld.scss */
      .view-corporate-our-world-view .goals-wrapper > ul > li {
        display: inline-block;
        position: relative; }
        /* line 74, ../sass/components/_dm06-corporateourworld.scss */
        .view-corporate-our-world-view .goals-wrapper > ul > li > span,
        .view-corporate-our-world-view .goals-wrapper > ul > li > h1 {
          background: #f01e14;
          background: rgba(240, 40, 20, 0.9);
          color: white;
          display: inline-block;
          padding: 13px 10px;
          padding: 0.8125rem 0.625rem;
          text-decoration: none;
          vertical-align: top;
          margin: 0;
          line-height: 1;
          font-size: inherit;
          font-family: inherit;
          font-weight: inherit; }
    /* line 93, ../sass/components/_dm06-corporateourworld.scss */
    .view-corporate-our-world-view .goals-wrapper .icon-arrow-right {
      display: none; }
    /* line 97, ../sass/components/_dm06-corporateourworld.scss */
    .view-corporate-our-world-view .goals-wrapper .back-link {
      bottom: 0;
      left: 100%;
      position: absolute;
      top: 0;
      vertical-align: top;
      background: white;
      background: rgba(255, 255, 255, 0.9);
      color: #007867;
      display: block;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 23px;
      line-height: 1.4375rem;
      margin-left: 1px;
      padding: 13px 10px;
      padding: 0.8125rem 0.625rem;
      white-space: nowrap; }
      /* line 115, ../sass/components/_dm06-corporateourworld.scss */
      .view-corporate-our-world-view .goals-wrapper .back-link .icon-arrow-left:before {
        display: inline-block;
        font-size: 15px;
        font-size: 0.9375rem;
        margin: -3px 0 0 -4px;
        margin: -0.1875rem 0 0 -0.25rem;
        vertical-align: middle; }
      /* line 123, ../sass/components/_dm06-corporateourworld.scss */
      .view-corporate-our-world-view .goals-wrapper .back-link:hover, .view-corporate-our-world-view .goals-wrapper .back-link:active, .view-corporate-our-world-view .goals-wrapper .back-link:focus {
        background: #00afa2;
        background: rgba(0, 175, 162, 0.9);
        color: white;
        text-decoration: none; }
  @media only screen and (min-width: 40.063em) {
    /* line 138, ../sass/components/_dm06-corporateourworld.scss */
    .view-corporate-our-world-view .views-field-field-corporate-image > .field-content {
      padding: 92px 0 60px 8.88%;
      padding: 5.75rem 0 3.75rem 8.88%; }
    /* line 143, ../sass/components/_dm06-corporateourworld.scss */
    .view-corporate-our-world-view .goals-wrapper {
      max-width: 82%; }
      /* line 146, ../sass/components/_dm06-corporateourworld.scss */
      .view-corporate-our-world-view .goals-wrapper > h2 {
        font-size: 16px;
        font-size: 1rem; }
      /* line 149, ../sass/components/_dm06-corporateourworld.scss */
      .view-corporate-our-world-view .goals-wrapper > ul {
        font-size: 26px;
        font-size: 1.625rem; }
        /* line 153, ../sass/components/_dm06-corporateourworld.scss */
        .view-corporate-our-world-view .goals-wrapper > ul > li > span,
        .view-corporate-our-world-view .goals-wrapper > ul > li > h1 {
          padding: 18px 10px;
          padding: 1.125rem 0.625rem; }
      /* line 159, ../sass/components/_dm06-corporateourworld.scss */
      .view-corporate-our-world-view .goals-wrapper .back-link {
        line-height: 23px;
        line-height: 1.4375rem;
        padding: 18px 10px;
        padding: 1.125rem 0.625rem; } }
  @media only screen and (min-width: 64.063em) {
    /* line 167, ../sass/components/_dm06-corporateourworld.scss */
    .view-corporate-our-world-view .goals-wrapper {
      max-width: 52%; } }
  /* line 175, ../sass/components/_dm06-corporateourworld.scss */
  .view-corporate-our-world-view .views-field-field-corporate-image .views-field-field-benefits {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    font-size: 1rem;
    padding: 0 6.25%;
    padding-bottom: 25px;
    padding-bottom: 1.5625rem; }
    /* line 182, ../sass/components/_dm06-corporateourworld.scss */
    .view-corporate-our-world-view .views-field-field-corporate-image .views-field-field-benefits ul {
      display: block;
      list-style: none;
      padding-bottom: 22px;
      padding-bottom: 1.375rem; }
      /* line 187, ../sass/components/_dm06-corporateourworld.scss */
      .view-corporate-our-world-view .views-field-field-corporate-image .views-field-field-benefits ul > li {
        display: block;
        padding: 22px 0 22px 30px;
        padding: 1.375rem 0 1.375rem 1.875rem;
        border-top: 1px solid gainsboro;
        line-height: 1.3; }
        /* line 193, ../sass/components/_dm06-corporateourworld.scss */
        .view-corporate-our-world-view .views-field-field-corporate-image .views-field-field-benefits ul > li:before {
          color: #f11e15;
          content: "\e60b";
          display: inline-block;
          margin-left: -30px;
          margin-left: -1.875rem;
          padding-right: 15px;
          padding-right: 0.9375rem; }
  @media only screen and (min-width: 40.063em) {
    /* line 65, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_clearfix.scss */
    .view-corporate-our-world-view .views-field-field-corporate-image .views-field-field-benefits ul:after {
      content: "";
      display: table;
      clear: both; }
    /* line 216, ../sass/components/_dm06-corporateourworld.scss */
    .view-corporate-our-world-view .views-field-field-corporate-image .views-field-field-benefits ul > li {
      width: 48.93617%;
      clear: right;
      float: left;
      margin-left: 0;
      margin-right: 2.12766%; }
      /* line 219, ../sass/components/_dm06-corporateourworld.scss */
      .view-corporate-our-world-view .views-field-field-corporate-image .views-field-field-benefits ul > li.last, .view-corporate-our-world-view .views-field-field-corporate-image .views-field-field-benefits ul > li:nth-child(2n) {
        width: 48.93617%;
        clear: right;
        float: right;
        margin-right: 0; }
      /* line 224, ../sass/components/_dm06-corporateourworld.scss */
      .lt-ie9 .view-corporate-our-world-view .views-field-field-corporate-image .views-field-field-benefits ul > li {
        margin: 0 0.5%; } }

/**
 * DM07a & DM07b - Carousel module expanding to two column layout
 * Used on:
 * Terminal (dynamically generated)
 */
/**
 * Module placeholders
 */
/* line 15, ../sass/components/_dm07-ourworld.scss */
.view-proposition-our-world-view-with-depth,
.view-your-world-our-world-view,
.view-corporate-view {
  display: block;
  font-size: 0;
  overflow: hidden;
  padding: 0 6.25%;
  padding: 0 6.25%;
  white-space: nowrap; }
  /* line 23, ../sass/components/_dm07-ourworld.scss */
  .no-js .view-proposition-our-world-view-with-depth,
  .no-js .view-your-world-our-world-view,
  .no-js .view-corporate-view {
    overflow: auto; }
  /* line 29, ../sass/components/_dm07-ourworld.scss */
  .view-proposition-our-world-view-with-depth .views-field-field-image a,
  .view-your-world-our-world-view .views-field-field-image a,
  .view-corporate-view .views-field-field-image a,
  .view-proposition-our-world-view-with-depth .views-field-field-preview-image a,
  .view-your-world-our-world-view .views-field-field-preview-image a,
  .view-corporate-view .views-field-field-preview-image a {
    display: block; }
  /* line 33, ../sass/components/_dm07-ourworld.scss */
  .view-proposition-our-world-view-with-depth .views-field-field-image img,
  .view-your-world-our-world-view .views-field-field-image img,
  .view-corporate-view .views-field-field-image img,
  .view-proposition-our-world-view-with-depth .views-field-field-preview-image img,
  .view-your-world-our-world-view .views-field-field-preview-image img,
  .view-corporate-view .views-field-field-preview-image img {
    width: 100%; }
  @media only screen and (min-width: 40.063em) {
    /* line 15, ../sass/components/_dm07-ourworld.scss */
    .view-proposition-our-world-view-with-depth,
    .view-your-world-our-world-view,
    .view-corporate-view {
      overflow: hidden;
      padding: 0 8.88% 0;
      padding: 0 8.88% 0;
      text-align: left;
      white-space: normal; }
      /* line 45, ../sass/components/_dm07-ourworld.scss */
      .view-proposition-our-world-view-with-depth .views-field-field-image,
      .view-your-world-our-world-view .views-field-field-image,
      .view-corporate-view .views-field-field-image,
      .view-proposition-our-world-view-with-depth .views-field-field-preview-image,
      .view-your-world-our-world-view .views-field-field-preview-image,
      .view-corporate-view .views-field-field-preview-image,
      .view-proposition-our-world-view-with-depth .views-field-field-preview-image-1,
      .view-your-world-our-world-view .views-field-field-preview-image-1,
      .view-corporate-view .views-field-field-preview-image-1 {
        border-right: 1px solid #fff; } }

/* line 55, ../sass/components/_dm07-ourworld.scss */
.view-proposition-our-world-view-with-depth > .views-row,
.view-corporate-view > .views-row,
.view-your-world-our-world-view > .views-row {
  display: inline-block;
  margin: 0 2px;
  margin: 0 0.125rem;
  vertical-align: top;
  white-space: normal;
  width: 100%; }
  @media only screen and (min-width: 40.063em) {
    /* line 55, ../sass/components/_dm07-ourworld.scss */
    .view-proposition-our-world-view-with-depth > .views-row,
    .view-corporate-view > .views-row,
    .view-your-world-our-world-view > .views-row {
      padding-bottom: 20px;
      padding-bottom: 1.25rem;
      margin: 0;
      text-align: left; }
      /* line 68, ../sass/components/_dm07-ourworld.scss */
      .view-proposition-our-world-view-with-depth > .views-row-odd.views-row,
      .view-corporate-view > .views-row-odd.views-row,
      .view-your-world-our-world-view > .views-row-odd.views-row {
        width: 48.93617%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.12766%; }
      /* line 72, ../sass/components/_dm07-ourworld.scss */
      .view-proposition-our-world-view-with-depth > .views-row-even.views-row,
      .view-corporate-view > .views-row-even.views-row,
      .view-your-world-our-world-view > .views-row-even.views-row {
        width: 48.93617%;
        clear: right;
        float: right;
        margin-right: 0; } }
  @media only screen and (min-width: 64.063em) {
    /* line 78, ../sass/components/_dm07-ourworld.scss */
    .view-proposition-our-world-view-with-depth > .views-row-odd.views-row,
    .view-corporate-view > .views-row-odd.views-row,
    .view-your-world-our-world-view > .views-row-odd.views-row, .view-proposition-our-world-view-with-depth > .views-row-even.views-row,
    .view-corporate-view > .views-row-even.views-row,
    .view-your-world-our-world-view > .views-row-even.views-row {
      clear: none;
      margin: 0 2px;
      margin: 0 0.125rem;
      float: none;
      width: 32.2%; } }
  /* line 87, ../sass/components/_dm07-ourworld.scss */
  .lt-ie8 .view-proposition-our-world-view-with-depth > .views-row,
  .lt-ie8 .view-corporate-view > .views-row,
  .lt-ie8 .view-your-world-our-world-view > .views-row {
    display: inline; }

/* line 93, ../sass/components/_dm07-ourworld.scss */
.view-proposition-our-world-view-with-depth .proposition-content,
.view-your-world-our-world-view .proposition-content,
.view-corporate-view .proposition-content {
  background: #fff;
  display: block;
  margin: -40px 0 0 30px;
  margin: -2.5rem 0 0 1.875rem;
  padding: 0 44px 0 18px;
  padding: 0 2.75rem 0 1.125rem; }
  /* line 99, ../sass/components/_dm07-ourworld.scss */
  .view-proposition-our-world-view-with-depth .proposition-content h3,
  .view-your-world-our-world-view .proposition-content h3,
  .view-corporate-view .proposition-content h3 {
    color: #007867;
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 15px;
    margin: 0 0 0.9375rem;
    padding-top: 20px;
    padding-top: 1.25rem; }
    /* line 104, ../sass/components/_dm07-ourworld.scss */
    .view-proposition-our-world-view-with-depth .proposition-content h3 a,
    .view-your-world-our-world-view .proposition-content h3 a,
    .view-corporate-view .proposition-content h3 a {
      color: #007867; }
    /* line 107, ../sass/components/_dm07-ourworld.scss */
    .view-proposition-our-world-view-with-depth .proposition-content h3 a:hover,
    .view-your-world-our-world-view .proposition-content h3 a:hover,
    .view-corporate-view .proposition-content h3 a:hover {
      color: #01948a; }
    /* line 111, ../sass/components/_dm07-ourworld.scss */
    .view-proposition-our-world-view-with-depth .proposition-content h3:before,
    .view-your-world-our-world-view .proposition-content h3:before,
    .view-corporate-view .proposition-content h3:before {
      padding-right: 4px;
      padding-right: 0.25rem; }
  /* line 115, ../sass/components/_dm07-ourworld.scss */
  .view-proposition-our-world-view-with-depth .proposition-content p,
  .view-your-world-our-world-view .proposition-content p,
  .view-corporate-view .proposition-content p {
    font-size: 16px;
    font-size: 1rem;
    padding-right: 30px;
    padding-right: 1.875rem; }

/**
 * Applied styles
 */
/* line 150, ../sass/components/_dm07-ourworld.scss */
.views-field-field-proposition-description,
.views-field-field-preview-description,
.views-field-field-preview-description-1 {
  position: relative;
  z-index: 1; }

/**
 * Hub page specific styling
 */
@media only screen and (min-width: 64.063em) {
  /* line 164, ../sass/components/_dm07-ourworld.scss */
  .view-proposition-our-world-view-with-depth.view-id-proposition_our_world_view_with_depth {
    text-align: left; }
    /* line 166, ../sass/components/_dm07-ourworld.scss */
    .view-proposition-our-world-view-with-depth.view-id-proposition_our_world_view_with_depth > .views-row {
      margin: 0; }
      /* line 170, ../sass/components/_dm07-ourworld.scss */
      .view-proposition-our-world-view-with-depth.view-id-proposition_our_world_view_with_depth > .views-row.views-row-odd {
        width: 48.93617%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.12766%; }
      /* line 174, ../sass/components/_dm07-ourworld.scss */
      .view-proposition-our-world-view-with-depth.view-id-proposition_our_world_view_with_depth > .views-row.views-row-even {
        width: 48.93617%;
        clear: right;
        float: right;
        margin-right: 0; } }

/**
 * DM7a - header title
 * Used on:
 * About page (editorial generated)
 * Corporate home page (editorial generated)
 * Insight hub (editorial generated)
 * Support page
 */
/**
 * Module placeholders
 */
/* line 15, ../sass/components/_dm07a-ourworld.scss */
.view-about-general {
  background: #f7f7f7; }

/* line 20, ../sass/components/_dm07a-ourworld.scss */
.views-field-field-general-worldpay-title,
.views-field-field-corporate-image .views-field-title, .view-support-page-top-view .views-field-title, .view-insight-page-top-view .views-field-title, .view-iframe-form-page-view .views-field-title {
  text-align: center;
  padding: 28px 16% 20px;
  padding: 1.75rem 16% 1.25rem; }
  /* line 24, ../sass/components/_dm07a-ourworld.scss */
  .views-field-field-general-worldpay-title .field-content,
  .views-field-field-corporate-image .views-field-title .field-content, .view-support-page-top-view .views-field-title .field-content, .view-insight-page-top-view .views-field-title .field-content, .view-iframe-form-page-view .views-field-title .field-content {
    color: #333333;
    font-family: "AdelleSansRegular", serif;
    font-size: 26px;
    font-size: 1.625rem; }
    /* line 29, ../sass/components/_dm07a-ourworld.scss */
    .views-field-field-general-worldpay-title .field-content h2,
    .views-field-field-corporate-image .views-field-title .field-content h2, .view-support-page-top-view .views-field-title .field-content h2, .view-insight-page-top-view .views-field-title .field-content h2, .view-iframe-form-page-view .views-field-title .field-content h2 {
      margin: 0; }
    /* line 32, ../sass/components/_dm07a-ourworld.scss */
    .views-field-field-general-worldpay-title .field-content a,
    .views-field-field-corporate-image .views-field-title .field-content a, .view-support-page-top-view .views-field-title .field-content a, .view-insight-page-top-view .views-field-title .field-content a, .view-iframe-form-page-view .views-field-title .field-content a {
      color: inherit; }
  @media only screen and (min-width: 40.063em) {
    /* line 20, ../sass/components/_dm07a-ourworld.scss */
    .views-field-field-general-worldpay-title,
    .views-field-field-corporate-image .views-field-title, .view-support-page-top-view .views-field-title, .view-insight-page-top-view .views-field-title, .view-iframe-form-page-view .views-field-title {
      padding: 58px 16% 20px;
      padding: 3.625rem 16% 1.25rem; }
      /* line 40, ../sass/components/_dm07a-ourworld.scss */
      .views-field-field-general-worldpay-title .field-content,
      .views-field-field-corporate-image .views-field-title .field-content, .view-support-page-top-view .views-field-title .field-content, .view-insight-page-top-view .views-field-title .field-content, .view-iframe-form-page-view .views-field-title .field-content {
        font-size: 32px;
        font-size: 2rem; } }

/* line 47, ../sass/components/_dm07a-ourworld.scss */
.views-field-field-general-worldpay-desc,
.views-field-field-corporate-image .views-field-field-corporate-description, .views-field-field-description-support {
  font-family: "AdelleSansRegular", serif;
  text-align: center;
  padding: 0 6.25% 25px;
  padding: 0 6.25% 1.5625rem; }
  /* line 52, ../sass/components/_dm07a-ourworld.scss */
  .views-field-field-general-worldpay-desc .field-content,
  .views-field-field-corporate-image .views-field-field-corporate-description .field-content, .views-field-field-description-support .field-content {
    font-size: 16px;
    font-size: 1rem;
    color: #919191;
    line-height: 1.4; }
  @media only screen and (min-width: 40.063em) {
    /* line 59, ../sass/components/_dm07a-ourworld.scss */
    .views-field-field-general-worldpay-desc .field-content,
    .views-field-field-corporate-image .views-field-field-corporate-description .field-content, .views-field-field-description-support .field-content {
      display: block;
      font-size: 20px;
      font-size: 1.25rem;
      margin: 0 auto;
      max-width: 650px;
      max-width: 40.625rem; } }

/* line 69, ../sass/components/_dm07a-ourworld.scss */
.views-field-field-general-worldpay-link,
.views-field-field-corporate-image .views-field-field-corporate-link {
  text-align: center;
  padding: 0 6.25% 25px;
  padding: 0 6.25% 1.5625rem; }
  /* line 73, ../sass/components/_dm07a-ourworld.scss */
  .views-field-field-general-worldpay-link a,
  .views-field-field-corporate-image .views-field-field-corporate-link a {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
    /* line 77, ../sass/components/_dm07a-ourworld.scss */
    .views-field-field-general-worldpay-link a:hover,
    .views-field-field-corporate-image .views-field-field-corporate-link a:hover {
      color: #01948a; }
  @media only screen and (min-width: 40.063em) {
    /* line 83, ../sass/components/_dm07a-ourworld.scss */
    .views-field-field-general-worldpay-link .field-content,
    .views-field-field-corporate-image .views-field-field-corporate-link .field-content {
      display: block;
      font-size: 20px;
      font-size: 1.25rem;
      margin: 0 auto;
      max-width: 650px;
      max-width: 40.625rem; } }

/**
 * Stacking modules (see about page DM07a for an example)
 * Function and styling mainly taken from DM19 cross sell
 */
/**
 * Module placeholders
 */
/* line 134, ../sass/components/_dm07a-ourworld.scss */
.views-field-field-about-worldpay-images-sub .field-content,
.views-field-field-more-insights-fields .field-content,
.view-support-page-features-view .field-content,
.views-field-field-pos-terminals .field-content, .views-field-field-editorialnewseventscontent .field-content,
.views-field-field-editorial-newsevents-full .field-content {
  padding: 0 6.25% 10px;
  padding: 0 6.25% 0.625rem;
  display: block;
  font-size: 0;
  overflow: hidden;
  white-space: nowrap; }
  /* line 141, ../sass/components/_dm07a-ourworld.scss */
  .no-js .views-field-field-about-worldpay-images-sub .field-content, .views-field-field-about-worldpay-images-sub .no-js .field-content,
  .no-js .views-field-field-more-insights-fields .field-content,
  .views-field-field-more-insights-fields .no-js .field-content,
  .no-js .view-support-page-features-view .field-content,
  .view-support-page-features-view .no-js .field-content,
  .no-js .views-field-field-pos-terminals .field-content,
  .views-field-field-pos-terminals .no-js .field-content, .no-js .views-field-field-editorialnewseventscontent .field-content, .views-field-field-editorialnewseventscontent .no-js .field-content,
  .no-js .views-field-field-editorial-newsevents-full .field-content,
  .views-field-field-editorial-newsevents-full .no-js .field-content {
    overflow: auto; }
  @media only screen and (min-width: 40.063em) {
    /* line 134, ../sass/components/_dm07a-ourworld.scss */
    .views-field-field-about-worldpay-images-sub .field-content,
    .views-field-field-more-insights-fields .field-content,
    .view-support-page-features-view .field-content,
    .views-field-field-pos-terminals .field-content, .views-field-field-editorialnewseventscontent .field-content,
    .views-field-field-editorial-newsevents-full .field-content {
      overflow: hidden;
      padding: 0 8.88% 40px;
      padding: 0 8.88% 2.5rem;
      text-align: left;
      white-space: normal; } }

/* line 154, ../sass/components/_dm07a-ourworld.scss */
.views-field-field-about-worldpay-images-sub .field-collection-view,
.views-field-field-more-insights-fields .field-collection-view,
.view-support-page-features-view .field-collection-view,
.views-field-field-pos-terminals .field-collection-view, .views-field-field-editorialnewseventscontent .field-collection-view,
.views-field-field-editorial-newsevents-full .field-collection-view {
  margin: 8px 2px;
  margin: 0.5rem 0.125rem;
  vertical-align: top;
  white-space: normal;
  width: 100%;
  background: #fff;
  padding-bottom: 30px;
  padding-bottom: 1.875rem; }
  /* line 166, ../sass/components/_dm07a-ourworld.scss */
  .lt-ie8 .views-field-field-about-worldpay-images-sub .field-collection-view, .views-field-field-about-worldpay-images-sub .lt-ie8 .field-collection-view,
  .lt-ie8 .views-field-field-more-insights-fields .field-collection-view,
  .views-field-field-more-insights-fields .lt-ie8 .field-collection-view,
  .lt-ie8 .view-support-page-features-view .field-collection-view,
  .view-support-page-features-view .lt-ie8 .field-collection-view,
  .lt-ie8 .views-field-field-pos-terminals .field-collection-view,
  .views-field-field-pos-terminals .lt-ie8 .field-collection-view, .lt-ie8 .views-field-field-editorialnewseventscontent .field-collection-view, .views-field-field-editorialnewseventscontent .lt-ie8 .field-collection-view,
  .lt-ie8 .views-field-field-editorial-newsevents-full .field-collection-view,
  .views-field-field-editorial-newsevents-full .lt-ie8 .field-collection-view {
    display: inline; }
  @media only screen and (min-width: 40.063em) {
    /* line 154, ../sass/components/_dm07a-ourworld.scss */
    .views-field-field-about-worldpay-images-sub .field-collection-view,
    .views-field-field-more-insights-fields .field-collection-view,
    .view-support-page-features-view .field-collection-view,
    .views-field-field-pos-terminals .field-collection-view, .views-field-field-editorialnewseventscontent .field-collection-view,
    .views-field-field-editorial-newsevents-full .field-collection-view {
      display: inline-block;
      background: none;
      box-shadow: none;
      margin: 0 1% 0 0;
      margin: 0 1% 0 0;
      padding-bottom: 20px;
      padding-bottom: 1.25rem;
      text-align: left;
      width: 49%; } }
  @media only screen and (min-width: 64.063em) {
    /* line 154, ../sass/components/_dm07a-ourworld.scss */
    .views-field-field-about-worldpay-images-sub .field-collection-view,
    .views-field-field-more-insights-fields .field-collection-view,
    .view-support-page-features-view .field-collection-view,
    .views-field-field-pos-terminals .field-collection-view, .views-field-field-editorialnewseventscontent .field-collection-view,
    .views-field-field-editorial-newsevents-full .field-collection-view {
      width: 32.2%; } }

/* line 187, ../sass/components/_dm07a-ourworld.scss */
.views-field-field-about-worldpay-images-sub .field--type-link-field,
.views-field-field-more-insights-fields .field--type-link-field,
.view-support-page-features-view .field--type-link-field,
.views-field-field-pos-terminals .field--type-link-field, .views-field-field-editorial-sidebar-content .field-collection-view .field--type-link-field, .views-field-field-editorialnewseventscontent .field--type-link-field,
.views-field-field-editorial-newsevents-full .field--type-link-field {
  background: #fff;
  color: #007867;
  font-size: 20px;
  font-size: 1.25rem;
  margin: -40px 0 15px 30px;
  margin: -2.5rem 0 0.9375rem 1.875rem;
  padding: 20px 10px 0 18px;
  padding: 1.25rem 0.625rem 0 1.125rem;
  position: relative;
  z-index: 1; }
  /* line 196, ../sass/components/_dm07a-ourworld.scss */
  .views-field-field-about-worldpay-images-sub .field--type-link-field a,
  .views-field-field-more-insights-fields .field--type-link-field a,
  .view-support-page-features-view .field--type-link-field a,
  .views-field-field-pos-terminals .field--type-link-field a, .views-field-field-editorial-sidebar-content .field-collection-view .field--type-link-field a, .views-field-field-editorialnewseventscontent .field--type-link-field a,
  .views-field-field-editorial-newsevents-full .field--type-link-field a {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  /* line 202, ../sass/components/_dm07a-ourworld.scss */
  .views-field-field-about-worldpay-images-sub .field--type-link-field a:hover,
  .views-field-field-more-insights-fields .field--type-link-field a:hover,
  .view-support-page-features-view .field--type-link-field a:hover,
  .views-field-field-pos-terminals .field--type-link-field a:hover, .views-field-field-editorial-sidebar-content .field-collection-view .field--type-link-field a:hover, .views-field-field-editorialnewseventscontent .field--type-link-field a:hover,
  .views-field-field-editorial-newsevents-full .field--type-link-field a:hover {
    color: #01948a; }
  @media only screen and (min-width: 40.063em) {
    /* line 187, ../sass/components/_dm07a-ourworld.scss */
    .views-field-field-about-worldpay-images-sub .field--type-link-field,
    .views-field-field-more-insights-fields .field--type-link-field,
    .view-support-page-features-view .field--type-link-field,
    .views-field-field-pos-terminals .field--type-link-field, .views-field-field-editorial-sidebar-content .field-collection-view .field--type-link-field, .views-field-field-editorialnewseventscontent .field--type-link-field,
    .views-field-field-editorial-newsevents-full .field--type-link-field {
      padding: 20px 44px 0 18px;
      padding: 1.25rem 2.75rem 0 1.125rem; } }

/* line 212, ../sass/components/_dm07a-ourworld.scss */
.views-field-field-about-worldpay-images-sub .field--type-text-long,
.views-field-field-more-insights-fields .field--type-text-long,
.view-support-page-features-view .field--type-text-long,
.views-field-field-pos-terminals .field--type-text-long, .views-field-field-editorial-sidebar-content .field-collection-view .field--type-text-long, .views-field-field-editorialnewseventscontent .field--type-text-long,
.views-field-field-editorialnewseventscontent .field--name-field-editorial-ne-content-date,
.views-field-field-editorialnewseventscontent .field--name-field-editorial-ne-date-full,
.views-field-field-editorial-newsevents-full .field--type-text-long,
.views-field-field-editorial-newsevents-full .field--name-field-editorial-ne-content-date,
.views-field-field-editorial-newsevents-full .field--name-field-editorial-ne-date-full {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 10px 0 18px;
  padding: 0 0.625rem 0 1.125rem;
  margin: 0 0 0 30px;
  margin: 0 0 0 1.875rem;
  line-height: 1.4; }
  /* line 218, ../sass/components/_dm07a-ourworld.scss */
  .views-field-field-about-worldpay-images-sub .field--type-text-long p,
  .views-field-field-more-insights-fields .field--type-text-long p,
  .view-support-page-features-view .field--type-text-long p,
  .views-field-field-pos-terminals .field--type-text-long p, .views-field-field-editorial-sidebar-content .field-collection-view .field--type-text-long p, .views-field-field-editorialnewseventscontent .field--type-text-long p,
  .views-field-field-editorialnewseventscontent .field--name-field-editorial-ne-content-date p,
  .views-field-field-editorialnewseventscontent .field--name-field-editorial-ne-date-full p,
  .views-field-field-editorial-newsevents-full .field--type-text-long p,
  .views-field-field-editorial-newsevents-full .field--name-field-editorial-ne-content-date p,
  .views-field-field-editorial-newsevents-full .field--name-field-editorial-ne-date-full p {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    /* line 212, ../sass/components/_dm07a-ourworld.scss */
    .views-field-field-about-worldpay-images-sub .field--type-text-long,
    .views-field-field-more-insights-fields .field--type-text-long,
    .view-support-page-features-view .field--type-text-long,
    .views-field-field-pos-terminals .field--type-text-long, .views-field-field-editorial-sidebar-content .field-collection-view .field--type-text-long, .views-field-field-editorialnewseventscontent .field--type-text-long,
    .views-field-field-editorialnewseventscontent .field--name-field-editorial-ne-content-date,
    .views-field-field-editorialnewseventscontent .field--name-field-editorial-ne-date-full,
    .views-field-field-editorial-newsevents-full .field--type-text-long,
    .views-field-field-editorial-newsevents-full .field--name-field-editorial-ne-content-date,
    .views-field-field-editorial-newsevents-full .field--name-field-editorial-ne-date-full {
      padding: 0 74px 0 18px;
      padding: 0 4.625rem 0 1.125rem; } }

/* line 228, ../sass/components/_dm07a-ourworld.scss */
.views-field-field-about-worldpay-images-sub .field--type-image,
.views-field-field-more-insights-fields .field--type-image,
.view-support-page-features-view .field--type-image,
.views-field-field-pos-terminals .field--type-image, .views-field-field-editorial-sidebar-content .field-collection-view .field--type-image, .views-field-field-editorialnewseventscontent .field--type-image,
.views-field-field-editorial-newsevents-full .field--type-image {
  border-right: 1px solid #fff;
  display: block; }
  /* line 231, ../sass/components/_dm07a-ourworld.scss */
  .views-field-field-about-worldpay-images-sub .field--type-image img,
  .views-field-field-more-insights-fields .field--type-image img,
  .view-support-page-features-view .field--type-image img,
  .views-field-field-pos-terminals .field--type-image img, .views-field-field-editorial-sidebar-content .field-collection-view .field--type-image img, .views-field-field-editorialnewseventscontent .field--type-image img,
  .views-field-field-editorial-newsevents-full .field--type-image img {
    width: 100%; }

/**
 * Applied styles
 */
/* line 258, ../sass/components/_dm07a-ourworld.scss */
.views-field-field-about-worldpay-images-sub .field--type-link-field:first-child,
.views-field-field-more-insights-fields .field--type-link-field:first-child,
.view-support-page-features-view .field--type-link-field:first-child,
.views-field-field-pos-terminals .field--type-link-field:first-child {
  margin-top: 0; }
/* line 273, ../sass/components/_dm07a-ourworld.scss */
.views-field-field-about-worldpay-images-sub.has-carousel .field-collection-view,
.views-field-field-more-insights-fields.has-carousel .field-collection-view,
.view-support-page-features-view.has-carousel .field-collection-view,
.views-field-field-pos-terminals.has-carousel .field-collection-view {
  display: inline-block; }

/**
 * Page specific styling 
 */
@media only screen and (min-width: 64.063em) {
  /* line 282, ../sass/components/_dm07a-ourworld.scss */
  .view-support-page-features-view .field-collection-view {
    width: 49%; } }

/**
 * Proposition Overview
 * Used on:
 * Hub page (DM07b)
 * Support page
 */
/**
 * Support page
 */
/* line 22, ../sass/components/_dm07b-hubpage.scss */
.pane-proposition-overview-view {
  position: relative; }
  /* line 26, ../sass/components/_dm07b-hubpage.scss */
  .pane-proposition-overview-view .views-field-name {
    display: inline-block;
    padding: 85px 0 0;
    padding: 5.3125rem 0 0;
    position: relative;
    z-index: 1; }
    /* line 32, ../sass/components/_dm07b-hubpage.scss */
    .pane-proposition-overview-view .views-field-name > .field-content {
      background: #f11e15;
      background: rgba(241, 30, 21, 0.9);
      color: #fff;
      display: inline-block;
      font-family: "AdelleSansRegular", serif;
      font-size: 26px;
      font-size: 1.625rem;
      padding: 18px 10px;
      padding: 1.125rem 0.625rem;
      line-height: 1;
      margin: 0; }

/* line 46, ../sass/components/_dm07b-hubpage.scss */
.view-proposition-overview-view {
  min-height: 185px;
  min-height: 11.5625rem; }

/* line 49, ../sass/components/_dm07b-hubpage.scss */
.views-field-field-proposition-image {
  display: block;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0; }
  /* line 59, ../sass/components/_dm07b-hubpage.scss */
  .views-field-field-proposition-image img {
    width: 100%; }

/* line 64, ../sass/components/_dm07b-hubpage.scss */
.js .views-field-field-proposition-image {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  /* line 69, ../sass/components/_dm07b-hubpage.scss */
  .js .views-field-field-proposition-image img {
    display: none; }

/* line 75, ../sass/components/_dm07b-hubpage.scss */
.pane-proposition-overview-child-view-with-depth {
  background-color: #393939;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  /* line 85, ../sass/components/_dm07b-hubpage.scss */
  .pane-proposition-overview-child-view-with-depth .view-proposition-overview-child-view-with-depth {
    max-height: 0;
    overflow: hidden;
    -webkit-transition-property: max-height;
    -moz-transition-property: max-height;
    -o-transition-property: max-height;
    transition-property: max-height;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
  /* line 95, ../sass/components/_dm07b-hubpage.scss */
  .pane-proposition-overview-child-view-with-depth.is-open > .pane-title {
    color: #909090; }
    /* line 99, ../sass/components/_dm07b-hubpage.scss */
    .pane-proposition-overview-child-view-with-depth.is-open > .pane-title > a:after {
      content: "\e604"; }
  /* line 105, ../sass/components/_dm07b-hubpage.scss */
  .pane-proposition-overview-child-view-with-depth.is-open .view-proposition-overview-child-view-with-depth {
    max-height: 20em; }
  /* line 119, ../sass/components/_dm07b-hubpage.scss */
  .pane-proposition-overview-child-view-with-depth .view-proposition-overview-child-view-with-depth .views-field a {
    border-top: none;
    padding-left: 16px;
    padding-left: 1rem; }
  /* line 123, ../sass/components/_dm07b-hubpage.scss */
  .pane-proposition-overview-child-view-with-depth .view-proposition-overview-child-view-with-depth .views-field a:before {
    margin: -1px 0 0 0;
    margin: -0.0625rem 0 0 0;
    font-size: 15px;
    font-size: 0.9375rem; }
  /* line 128, ../sass/components/_dm07b-hubpage.scss */
  .pane-proposition-overview-child-view-with-depth .view-proposition-overview-child-view-with-depth .views-row-last {
    padding-bottom: 16px;
    padding-bottom: 1rem; }

/**
* Tablet and Up
*/
@media only screen and (min-width: 40.063em) {
  /* line 138, ../sass/components/_dm07b-hubpage.scss */
  #mini-panel-proposition_overview_panel {
    position: relative; }
    /* line 141, ../sass/components/_dm07b-hubpage.scss */
    #mini-panel-proposition_overview_panel .panel-col {
      display: table;
      min-height: 185px;
      min-height: 11.5625rem;
      width: 100%; }
      /* line 146, ../sass/components/_dm07b-hubpage.scss */
      #mini-panel-proposition_overview_panel .panel-col > div {
        display: table-row; }
      /* line 150, ../sass/components/_dm07b-hubpage.scss */
      #mini-panel-proposition_overview_panel .panel-col .panel-pane {
        display: table-cell;
        vertical-align: middle;
        width: auto; }
      /* line 156, ../sass/components/_dm07b-hubpage.scss */
      #mini-panel-proposition_overview_panel .panel-col .pane-proposition-overview-child-view-with-depth {
        vertical-align: bottom;
        width: 33%; }
    /* line 165, ../sass/components/_dm07b-hubpage.scss */
    #mini-panel-proposition_overview_panel.has-columns .panel-col .pane-proposition-overview-child-view-with-depth {
      width: 50%; }
    /* line 170, ../sass/components/_dm07b-hubpage.scss */
    #mini-panel-proposition_overview_panel.has-columns .pane-proposition-overview-view .views-field-name {
      padding: 117px 0 0 17.76%;
      padding: 7.3125rem 0 0 17.76%; }

  /* line 179, ../sass/components/_dm07b-hubpage.scss */
  .pane-proposition-overview-view .views-field-name {
    padding: 117px 0 0 12.88%;
    padding: 7.3125rem 0 0 12.88%; }

  /* line 184, ../sass/components/_dm07b-hubpage.scss */
  .view-proposition-overview-view {
    min-height: 240px;
    min-height: 15rem; }

  /* line 188, ../sass/components/_dm07b-hubpage.scss */
  .views-field-field-overview-title {
    font-size: 46px;
    font-size: 2.875rem; }

  /* line 192, ../sass/components/_dm07b-hubpage.scss */
  .pane-proposition-overview-child-view-with-depth {
    background: #393939;
    background: rgba(57, 57, 57, 0.9);
    padding: 20px 6px;
    padding: 1.25rem 0.375rem;
    position: relative;
    z-index: 1; }
    /* line 199, ../sass/components/_dm07b-hubpage.scss */
    .pane-proposition-overview-child-view-with-depth > .pane-title {
      color: #a4a3a2;
      padding: 0 26px 10px 18px;
      padding: 0 1.625rem 0.625rem 1.125rem; }
      /* line 203, ../sass/components/_dm07b-hubpage.scss */
      .pane-proposition-overview-child-view-with-depth > .pane-title > a {
        padding: 0;
        padding: 0;
        cursor: default;
        display: inline; }
        /* line 208, ../sass/components/_dm07b-hubpage.scss */
        .pane-proposition-overview-child-view-with-depth > .pane-title > a:hover, .pane-proposition-overview-child-view-with-depth > .pane-title > a:active, .pane-proposition-overview-child-view-with-depth > .pane-title > a:focus {
          text-decoration: none; }
        /* line 214, ../sass/components/_dm07b-hubpage.scss */
        .pane-proposition-overview-child-view-with-depth > .pane-title > a:after {
          display: none;
          content: none; }
    /* line 222, ../sass/components/_dm07b-hubpage.scss */
    .pane-proposition-overview-child-view-with-depth .views-row a {
      border-top: none;
      border-bottom: 1px solid #5c5c5a; }
    /* line 228, ../sass/components/_dm07b-hubpage.scss */
    .pane-proposition-overview-child-view-with-depth .views-row.views-row-last a {
      border: none; }
    /* line 233, ../sass/components/_dm07b-hubpage.scss */
    .pane-proposition-overview-child-view-with-depth .view-proposition-overview-child-view-with-depth {
      max-height: none; }
      /* line 236, ../sass/components/_dm07b-hubpage.scss */
      .pane-proposition-overview-child-view-with-depth .view-proposition-overview-child-view-with-depth a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      /* line 242, ../sass/components/_dm07b-hubpage.scss */
      .pane-proposition-overview-child-view-with-depth .view-proposition-overview-child-view-with-depth .views-row-last {
        padding-bottom: 0; }

  /* line 248, ../sass/components/_dm07b-hubpage.scss */
  .hub-overview-col {
    display: inline-block;
    vertical-align: top;
    width: 50%; }
    /* line 253, ../sass/components/_dm07b-hubpage.scss */
    .hub-overview-col .views-row:last-child a {
      border-bottom: none; } }
/* line 259, ../sass/components/_dm07b-hubpage.scss */
.views-field-field-proposition-subtitle h2 {
  font-family: "AdelleSansRegular", serif;
  padding: 35px 0 28px;
  padding: 2.1875rem 0 1.75rem; }

/* line 265, ../sass/components/_dm07b-hubpage.scss */
.views-field-field-pro-our-world-description {
  color: #393939;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 32px 40px;
  padding: 0 2rem 2.5rem;
  text-align: center; }
  /* line 272, ../sass/components/_dm07b-hubpage.scss */
  .views-field-field-pro-our-world-description p {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    /* line 265, ../sass/components/_dm07b-hubpage.scss */
    .views-field-field-pro-our-world-description {
      padding: 0 0 40px;
      padding: 0 0 2.5rem; }
      /* line 278, ../sass/components/_dm07b-hubpage.scss */
      .views-field-field-pro-our-world-description > div {
        display: block;
        margin: 0 auto;
        max-width: 650px;
        max-width: 40.625rem; } }

/**
 * DM08 - The World (Insights)
 */
/* line 65, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_clearfix.scss */
.the-world:after {
  content: "";
  display: table;
  clear: both; }
/* line 65, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_clearfix.scss */
.the-world .views-row:after {
  content: "";
  display: table;
  clear: both; }
/* line 16, ../sass/components/_dm08-theworld.scss */
.the-world .copy {
  padding: 4%;
  position: relative; }
  /* line 19, ../sass/components/_dm08-theworld.scss */
  .the-world .copy p {
    color: #3b3b3b;
    font-size: 12px;
    font-size: 0.75rem; }
  /* line 23, ../sass/components/_dm08-theworld.scss */
  .the-world .copy h3:before {
    padding-right: 4px;
    padding-right: 0.25rem; }
/* line 28, ../sass/components/_dm08-theworld.scss */
.the-world .photo {
  overflow: hidden;
  min-height: 213px;
  position: relative;
  z-index: 1;
  background: transparent center no-repeat;
  background-size: cover; }
  /* line 39, ../sass/components/_dm08-theworld.scss */
  .lt-ie9 .the-world .photo {
    background-image: none !important; }
  /* line 44, ../sass/components/_dm08-theworld.scss */
  .the-world .photo img {
    display: none;
    height: 100%;
    width: auto !important;
    max-width: none !important;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -50%; }
    /* line 63, ../sass/components/_dm08-theworld.scss */
    .lt-ie9 .the-world .photo img {
      display: block; }
/* line 71, ../sass/components/_dm08-theworld.scss */
.the-world .triangle {
  position: absolute;
  z-index: 3;
  left: 4%; }
/* line 79, ../sass/components/_dm08-theworld.scss */
.the-world .views-row-1 .copy {
  background: #a63232; }
/* line 82, ../sass/components/_dm08-theworld.scss */
.the-world .views-row-1 .photo {
  height: 250px; }
/* line 85, ../sass/components/_dm08-theworld.scss */
.the-world .views-row-1 .triangle {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 15px;
  border-color: #a63232 transparent transparent transparent;
  bottom: 0;
  margin-bottom: -30px; }
/* line 90, ../sass/components/_dm08-theworld.scss */
.the-world .views-row-1 p {
  color: #bbb;
  color: rgba(255, 255, 255, 0.5); }
  /* line 93, ../sass/components/_dm08-theworld.scss */
  .the-world .views-row-1 p.label {
    color: #fff; }
/* line 97, ../sass/components/_dm08-theworld.scss */
.the-world .views-row-1 h3 {
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff; }
  /* line 101, ../sass/components/_dm08-theworld.scss */
  .the-world .views-row-1 h3 a {
    font-weight: inherit;
    color: #fff; }
/* line 109, ../sass/components/_dm08-theworld.scss */
.the-world .views-row-2,
.the-world .views-row-3 {
  background: white; }
  /* line 112, ../sass/components/_dm08-theworld.scss */
  .the-world .views-row-2 .copy,
  .the-world .views-row-3 .copy {
    background: white; }
  /* line 115, ../sass/components/_dm08-theworld.scss */
  .the-world .views-row-2 .date,
  .the-world .views-row-3 .date {
    color: #919191;
    margin-bottom: 0; }
  /* line 120, ../sass/components/_dm08-theworld.scss */
  .the-world .views-row-2 h3,
  .the-world .views-row-3 h3 {
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem;
    color: #007867; }
    /* line 124, ../sass/components/_dm08-theworld.scss */
    .the-world .views-row-2 h3 a,
    .the-world .views-row-3 h3 a {
      font-weight: inherit;
      color: #007867; }
    /* line 128, ../sass/components/_dm08-theworld.scss */
    .the-world .views-row-2 h3 a:hover,
    .the-world .views-row-3 h3 a:hover {
      color: #01948a; }
/* line 140, ../sass/components/_dm08-theworld.scss */
.page-uk-corporate .the-world .views-row-1 .copy {
  background: #b41438; }
/* line 143, ../sass/components/_dm08-theworld.scss */
.page-uk-corporate .the-world .views-row-1 .triangle {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 15px;
  border-color: #b41438 transparent transparent transparent; }
/* line 150, ../sass/components/_dm08-theworld.scss */
.the-world .views-row-2 .copy {
  width: 50%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none; }
/* line 153, ../sass/components/_dm08-theworld.scss */
.the-world .views-row-2 .photo {
  width: 50%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
/* line 156, ../sass/components/_dm08-theworld.scss */
.the-world .views-row-2 .triangle {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 15px;
  border-color: transparent transparent transparent white;
  right: 0;
  left: auto;
  top: 4%;
  margin-right: -30px; }
/* line 166, ../sass/components/_dm08-theworld.scss */
.the-world .views-row-3 .copy {
  width: 50%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
/* line 169, ../sass/components/_dm08-theworld.scss */
.the-world .views-row-3 .photo {
  width: 50%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none; }
/* line 172, ../sass/components/_dm08-theworld.scss */
.the-world .views-row-3 .triangle {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 15px;
  border-color: transparent white transparent transparent;
  right: auto;
  left: 0;
  bottom: 4%;
  margin-left: -30px; }
@media only screen and (min-width: 40.063em) {
  /* line 182, ../sass/components/_dm08-theworld.scss */
  .the-world .copy {
    padding: 40px 30px;
    padding: 2.5rem 1.875rem; }
    /* line 184, ../sass/components/_dm08-theworld.scss */
    .the-world .copy p {
      font-size: 16px;
      font-size: 1rem; }
  /* line 188, ../sass/components/_dm08-theworld.scss */
  .the-world .views-row-1 {
    width: 66.66667%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none; }
    /* line 191, ../sass/components/_dm08-theworld.scss */
    .the-world .views-row-1 .copy {
      height: 230px; }
    /* line 194, ../sass/components/_dm08-theworld.scss */
    .the-world .views-row-1 .triangle {
      left: 30px;
      left: 1.875rem; }
    /* line 197, ../sass/components/_dm08-theworld.scss */
    .the-world .views-row-1 .photo {
      height: 420px; }
  /* line 202, ../sass/components/_dm08-theworld.scss */
  .the-world .views-row-2 {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
    /* line 206, ../sass/components/_dm08-theworld.scss */
    .the-world .views-row-2 .photo {
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      height: 353px; }
    /* line 210, ../sass/components/_dm08-theworld.scss */
    .the-world .views-row-2 .copy {
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      height: 297px; }
    /* line 214, ../sass/components/_dm08-theworld.scss */
    .the-world .views-row-2 .triangle {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: solid 15px;
      border-color: transparent transparent white transparent;
      left: 30px;
      left: 1.875rem;
      top: 0;
      margin: -30px 0 0 0; }
  /* line 222, ../sass/components/_dm08-theworld.scss */
  .the-world .views-row-3 {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: both; }
    /* line 227, ../sass/components/_dm08-theworld.scss */
    .the-world .views-row-3 .copy {
      width: 41.66667%;
      float: left;
      margin-right: -100%;
      margin-left: 0%;
      clear: none;
      height: 294px; }
    /* line 232, ../sass/components/_dm08-theworld.scss */
    .the-world .views-row-3 .photo {
      width: 58.33333%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      height: 294px; }
    /* line 237, ../sass/components/_dm08-theworld.scss */
    .the-world .views-row-3 .triangle {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: solid 15px;
      border-color: transparent transparent transparent white;
      top: 40px;
      top: 2.5rem;
      right: 0;
      margin-right: -30px;
      left: auto; }
  /* line 249, ../sass/components/_dm08-theworld.scss */
  .the-world .views-row-1 h3 {
    font-size: 26px;
    font-size: 1.625rem; }
  /* line 252, ../sass/components/_dm08-theworld.scss */
  .the-world .views-row-2 h3,
  .the-world .views-row-3 h3 {
    font-size: 20px;
    font-size: 1.25rem; } }

/**
 * DM10 - Transact
 */
/**
 * Module placeholders
 */
/* line 10, ../sass/components/_dm10-transact.scss */
.transact_color_variant_black,
.transact_color_variant_white {
  background: #393939 url(../images/static-images/transact_img.png) bottom center no-repeat;
  color: #bebebe;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  padding: 23px 32px 155px;
  padding: 1.4375rem 2rem 9.6875rem; }

/* line 19, ../sass/components/_dm10-transact.scss */
.transact_color_variant_black .views-field-title .field-content,
.transact_color_variant_white .views-field-title .field-content {
  color: #fff;
  font-size: 32px;
  font-size: 2rem; }

/* line 26, ../sass/components/_dm10-transact.scss */
.transact_color_variant_black .views-field-field-transact-description,
.transact_color_variant_white .views-field-field-transact-description {
  font-family: "AdelleSansRegular", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px; }
  @media only screen and (min-width: 40.063em) {
    /* line 26, ../sass/components/_dm10-transact.scss */
    .transact_color_variant_black .views-field-field-transact-description,
    .transact_color_variant_white .views-field-field-transact-description {
      max-width: 690px;
      margin-left: auto;
      margin-right: auto; } }

/* line 41, ../sass/components/_dm10-transact.scss */
.transact_color_variant_black .views-field-field-link-transact,
.transact_color_variant_white .views-field-field-link-transact {
  margin: 0 auto;
  text-align: center; }
  /* line 44, ../sass/components/_dm10-transact.scss */
  .transact_color_variant_black .views-field-field-link-transact ul,
  .transact_color_variant_white .views-field-field-link-transact ul {
    display: inline-block;
    list-style: none; }
  /* line 48, ../sass/components/_dm10-transact.scss */
  .transact_color_variant_black .views-field-field-link-transact li,
  .transact_color_variant_white .views-field-field-link-transact li {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 20px;
    padding: 0 1.25rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    display: inline-block; }
  @media only screen and (min-width: 40.063em) {
    /* line 41, ../sass/components/_dm10-transact.scss */
    .transact_color_variant_black .views-field-field-link-transact,
    .transact_color_variant_white .views-field-field-link-transact {
      display: inline-block;
      margin-bottom: 0; }
      /* line 64, ../sass/components/_dm10-transact.scss */
      .transact_color_variant_black .views-field-field-link-transact > .field-content,
      .transact_color_variant_white .views-field-field-link-transact > .field-content {
        display: inline-block; }
      /* line 68, ../sass/components/_dm10-transact.scss */
      .transact_color_variant_black .views-field-field-link-transact li,
      .transact_color_variant_white .views-field-field-link-transact li {
        margin-bottom: 0; }
      /* line 71, ../sass/components/_dm10-transact.scss */
      .transact_color_variant_black .views-field-field-link-transact a,
      .transact_color_variant_white .views-field-field-link-transact a {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 0; } }

/* line 80, ../sass/components/_dm10-transact.scss */
.transact_color_variant_black .views-field-field-phone-number-w-desription,
.transact_color_variant_white .views-field-field-phone-number-w-desription {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  vertical-align: middle; }
  /* line 88, ../sass/components/_dm10-transact.scss */
  .transact_color_variant_black .views-field-field-phone-number-w-desription div,
  .transact_color_variant_white .views-field-field-phone-number-w-desription div, .transact_color_variant_black .views-field-field-phone-number-w-desription p,
  .transact_color_variant_white .views-field-field-phone-number-w-desription p {
    display: inline-block;
    padding: 0;
    margin: 1px 0 0;
    margin: 0.0625rem 0 0; }
  /* line 93, ../sass/components/_dm10-transact.scss */
  .transact_color_variant_black .views-field-field-phone-number-w-desription .field--name-field-transact-phone-text,
  .transact_color_variant_white .views-field-field-phone-number-w-desription .field--name-field-transact-phone-text {
    vertical-align: middle; }
  /* line 96, ../sass/components/_dm10-transact.scss */
  .transact_color_variant_black .views-field-field-phone-number-w-desription .field--name-field-phone-number-transact,
  .transact_color_variant_white .views-field-field-phone-number-w-desription .field--name-field-phone-number-transact {
    color: #fff;
    font-family: "AdelleSansRegular", serif;
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 0.25em;
    vertical-align: middle; }
  @media only screen and (min-width: 40.063em) {
    /* line 80, ../sass/components/_dm10-transact.scss */
    .transact_color_variant_black .views-field-field-phone-number-w-desription,
    .transact_color_variant_white .views-field-field-phone-number-w-desription {
      display: inline-block;
      margin-bottom: 0; }
      /* line 108, ../sass/components/_dm10-transact.scss */
      .transact_color_variant_black .views-field-field-phone-number-w-desription > .field-content,
      .transact_color_variant_white .views-field-field-phone-number-w-desription > .field-content {
        display: inline-block; }
      /* line 112, ../sass/components/_dm10-transact.scss */
      .transact_color_variant_black .views-field-field-phone-number-w-desription + .views-field-field-link-transact,
      .transact_color_variant_white .views-field-field-phone-number-w-desription + .views-field-field-link-transact {
        border-left: 1px solid #4a4a4a; } }

/**
 * Applied styles
 */
/**
 * Specific White transact changes
 */
/* line 162, ../sass/components/_dm10-transact.scss */
.transact_color_variant_white {
  color: #919191;
  background: #fff;
  border: solid #ddd;
  border-width: 1px 0;
  padding: 23px 0 36px;
  padding: 1.4375rem 0 2.25rem;
  margin: 0 32px;
  margin: 0 2rem; }
  /* line 170, ../sass/components/_dm10-transact.scss */
  .transact_color_variant_white .views-field-title {
    font-size: 32px;
    font-size: 2rem;
    color: #000; }
  /* line 176, ../sass/components/_dm10-transact.scss */
  .transact_color_variant_white .views-field-field-phone-number-w-desription .field--name-field-phone-number-transact {
    color: #393939; }
  @media only screen and (min-width: 40.063em) {
    /* line 181, ../sass/components/_dm10-transact.scss */
    .transact_color_variant_white .views-field-field-phone-number-w-desription + .views-field-field-link-transact {
      border-left-color: #ddd; } }

/**
 * DM14b Product / Proposition overview & key benefits
 */
/**
 * Module placeholders
 */
/* line 10, ../sass/components/_dm14b-product.scss */
.view-product-overview-view,
.view-support-page-merchant-view,
.view-campaign-overview-view {
  background-color: #f7f7f7;
  border-top: 1px solid gainsboro; }
  @media only screen and (min-width: 40.063em) {
    /* line 10, ../sass/components/_dm14b-product.scss */
    .view-product-overview-view,
    .view-support-page-merchant-view,
    .view-campaign-overview-view {
      border: none; }
      /* line 18, ../sass/components/_dm14b-product.scss */
      .view-product-overview-view > div,
      .view-support-page-merchant-view > div,
      .view-campaign-overview-view > div {
        overflow: hidden;
        position: relative; }
        /* line 23, ../sass/components/_dm14b-product.scss */
        .view-product-overview-view > div > div,
        .view-support-page-merchant-view > div > div,
        .view-campaign-overview-view > div > div {
          display: table;
          width: 100%; }
          /* line 27, ../sass/components/_dm14b-product.scss */
          .view-product-overview-view > div > div > div,
          .view-support-page-merchant-view > div > div > div,
          .view-campaign-overview-view > div > div > div {
            display: table-row; } }

/* line 37, ../sass/components/_dm14b-product.scss */
.productOverviewTextWrapper,
.view-support-page-merchant-view .merchantTextWrapper {
  padding: 0 6.25%; }
  @media only screen and (min-width: 40.063em) {
    /* line 37, ../sass/components/_dm14b-product.scss */
    .productOverviewTextWrapper,
    .view-support-page-merchant-view .merchantTextWrapper {
      display: table-cell;
      padding: 0 32px 0;
      padding: 0 2rem 0;
      vertical-align: top;
      width: 60%; } }

/* line 50, ../sass/components/_dm14b-product.scss */
.overviewTitle h1,
.view-support-page-merchant-view .merchantTextWrapper h1, .overviewTitle h2,
.view-support-page-merchant-view .merchantTextWrapper h2, .overviewTitle h3,
.view-support-page-merchant-view .merchantTextWrapper h3 {
  color: #333333;
  font-family: "AdelleSansRegular", serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: normal;
  margin: 22px 0;
  margin: 1.375rem 0; }
/* line 57, ../sass/components/_dm14b-product.scss */
.overviewTitle h3,
.view-support-page-merchant-view .merchantTextWrapper h3 {
  font-size: 26px;
  font-size: 1.625rem; }

/* line 63, ../sass/components/_dm14b-product.scss */
.productOverviewDescription,
.productOverviewDescriptionList,
.view-support-page-merchant-view .merchantTextWrapper p {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }
  /* line 68, ../sass/components/_dm14b-product.scss */
  .productOverviewDescription:empty,
  .productOverviewDescriptionList:empty,
  .view-support-page-merchant-view .merchantTextWrapper p:empty {
    margin-bottom: 0; }

/* line 75, ../sass/components/_dm14b-product.scss */
.productOverviewDescriptionList > ul,
.view-support-page-merchant-view .merchantLinks > ul {
  display: block;
  list-style: none;
  padding-bottom: 22px;
  padding-bottom: 1.375rem; }
  /* line 80, ../sass/components/_dm14b-product.scss */
  .productOverviewDescriptionList > ul > li,
  .view-support-page-merchant-view .merchantLinks > ul > li {
    display: block;
    padding: 0 0 4px 30px;
    padding: 0 0 0.25rem 1.875rem; }
    /* line 84, ../sass/components/_dm14b-product.scss */
    .productOverviewDescriptionList > ul > li:before,
    .view-support-page-merchant-view .merchantLinks > ul > li:before {
      color: #f11e15;
      content: "\e60b";
      display: inline-block;
      margin-left: -30px;
      margin-left: -1.875rem;
      padding-right: 15px;
      padding-right: 0.9375rem;
      font-size: 15px;
      font-size: 0.9375rem; }

/* line 101, ../sass/components/_dm14b-product.scss */
.productImage img,
.view-support-page-merchant-view .merchantImage img {
  width: 100%; }
@media only screen and (min-width: 40.063em) {
  /* line 99, ../sass/components/_dm14b-product.scss */
  .productImage,
  .view-support-page-merchant-view .merchantImage {
    display: table-cell;
    padding: 0;
    vertical-align: bottom;
    width: 39.9%; } }

/**
 * Applied styles
 */
/**
 * Unsure where these styles are used at the moment
 */
/* line 164, ../sass/components/_dm14b-product.scss */
.quick-links {
  background-color: #007867;
  color: #fff;
  padding: 0 6.25%; }
  /* line 169, ../sass/components/_dm14b-product.scss */
  .quick-links li {
    border-top: 1px solid #409a8d;
    border-top-color: rgba(255, 255, 255, 0.25);
    display: block; }
    /* line 174, ../sass/components/_dm14b-product.scss */
    .quick-links li:first-child {
      border-top-color: transparent; }
  /* line 179, ../sass/components/_dm14b-product.scss */
  .quick-links a {
    color: #fff;
    display: block;
    padding: 16px 0;
    padding: 1rem 0; }

/**
 * Unsure where these styles are used at the moment
 */
/**
* Tablet and Up
*/
@media only screen and (min-width: 40.063em) {
  /* line 197, ../sass/components/_dm14b-product.scss */
  .views-field-field-details-images-subtitles > .field-content {
    display: table-row; } }
/**
 * Support page specific styling
 */
/* line 207, ../sass/components/_dm14b-product.scss */
.view-support-page-merchant-view {
  border-top: 0;
  padding-top: 1px; }
  /* line 211, ../sass/components/_dm14b-product.scss */
  .view-support-page-merchant-view > div {
    border-top: 0; }
  /* line 215, ../sass/components/_dm14b-product.scss */
  .view-support-page-merchant-view .merchantLink {
    margin: 23px 0 20px;
    margin: 1.4375rem 0 1.25rem; }
    /* line 217, ../sass/components/_dm14b-product.scss */
    .view-support-page-merchant-view .merchantLink a {
      font-size: 19px;
      font-size: 1.1875rem;
      margin-bottom: 10px;
      margin-bottom: 0.625rem; }
  /* line 224, ../sass/components/_dm14b-product.scss */
  .view-support-page-merchant-view .merchantMoreSubtitle {
    margin: 0 0 10px;
    margin: 0 0 0.625rem;
    font-size: 15px;
    font-size: 0.9375rem; }
  /* line 229, ../sass/components/_dm14b-product.scss */
  .view-support-page-merchant-view .merchantLinks > ul > li:before {
    color: #007867;
    content: "\e60e";
    font-size: 19px;
    font-size: 1.1875rem;
    padding-right: 11px;
    padding-right: 0.6875rem; }
  @media only screen and (min-width: 40.063em) {
    /* line 207, ../sass/components/_dm14b-product.scss */
    .view-support-page-merchant-view {
      padding-top: 40px; }
      /* line 240, ../sass/components/_dm14b-product.scss */
      .view-support-page-merchant-view .merchantTextWrapper {
        padding-bottom: 40px;
        padding-bottom: 2.5rem; }
      /* line 244, ../sass/components/_dm14b-product.scss */
      .view-support-page-merchant-view .merchantLink {
        margin: 23px 0 50px;
        margin: 1.4375rem 0 3.125rem; } }

/**
 * DM15 - Proposition Benefits & Features
 * Also Campaign bottom text
 */
/**
 * Layout 1 (E.g. Key Features)
 */
/* line 9, ../sass/components/_dm15-propositionbenefits.scss */
.pane-product-benefit-features-img-txt-view,
.view-support-page-other-sup-view {
  background: #f7f7f7; }

/* line 16, ../sass/components/_dm15-propositionbenefits.scss */
.views-field-field-benefit-fields-title > h2,
.views-field-field-benefit-fields-title .field-content,
.views-field-field-title-other-support > h2,
.views-field-field-title-other-support .field-content {
  padding: 35px 0 28px;
  padding: 2.1875rem 0 1.75rem; }

/* line 27, ../sass/components/_dm15-propositionbenefits.scss */
.views-field-field-benefits-fields .field-content,
.views-field-field-other-support .field-content {
  display: block;
  font-size: 0;
  overflow: hidden;
  padding: 0 6.25% 22px;
  padding: 0 6.25% 1.375rem;
  white-space: nowrap; }
/* line 36, ../sass/components/_dm15-propositionbenefits.scss */
.views-field-field-benefits-fields .field-collection-view,
.views-field-field-other-support .field-collection-view {
  background: #fff;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 22px 15px;
  padding: 1.375rem 0.9375rem;
  text-align: center;
  vertical-align: top;
  white-space: normal; }
/* line 48, ../sass/components/_dm15-propositionbenefits.scss */
.views-field-field-benefits-fields.has-carousel .field-collection-view,
.views-field-field-other-support.has-carousel .field-collection-view {
  display: inline-block;
  margin: 8px 2px 20px;
  margin: 0.5rem 0.125rem 1.25rem; }
  /* line 52, ../sass/components/_dm15-propositionbenefits.scss */
  .views-field-field-benefits-fields.has-carousel .field-collection-view img,
  .views-field-field-other-support.has-carousel .field-collection-view img {
    width: 50%; }
/* line 58, ../sass/components/_dm15-propositionbenefits.scss */
.views-field-field-benefits-fields .field--name-field-benefit-title,
.views-field-field-benefits-fields .field--name-field-other-support-title,
.views-field-field-other-support .field--name-field-benefit-title,
.views-field-field-other-support .field--name-field-other-support-title {
  line-height: normal;
  font-family: "AdelleSansRegular", serif;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 15px 0;
  margin: 0.9375rem 0; }
  /* line 65, ../sass/components/_dm15-propositionbenefits.scss */
  .views-field-field-benefits-fields .field--name-field-benefit-title a,
  .views-field-field-benefits-fields .field--name-field-other-support-title a,
  .views-field-field-other-support .field--name-field-benefit-title a,
  .views-field-field-other-support .field--name-field-other-support-title a {
    color: #007867;
    line-height: 1.5; }
/* line 71, ../sass/components/_dm15-propositionbenefits.scss */
.views-field-field-benefits-fields .field--name-field-benefit-text,
.views-field-field-benefits-fields .field--name-field-benefit-text-list,
.views-field-field-benefits-fields .field--name-field-other-support-description,
.views-field-field-benefits-fields .field--name-field-other-support-links,
.views-field-field-other-support .field--name-field-benefit-text,
.views-field-field-other-support .field--name-field-benefit-text-list,
.views-field-field-other-support .field--name-field-other-support-description,
.views-field-field-other-support .field--name-field-other-support-links {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: normal;
  margin-top: 15px;
  margin-top: 0.9375rem; }
/* line 83, ../sass/components/_dm15-propositionbenefits.scss */
.views-field-field-benefits-fields .field--name-field-benefit-text-list > ul > li,
.views-field-field-benefits-fields .benefitsMainText > ul > li,
.views-field-field-other-support .field--name-field-benefit-text-list > ul > li,
.views-field-field-other-support .benefitsMainText > ul > li {
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  list-style: none; }
  /* line 87, ../sass/components/_dm15-propositionbenefits.scss */
  .views-field-field-benefits-fields .field--name-field-benefit-text-list > ul > li:before,
  .views-field-field-benefits-fields .benefitsMainText > ul > li:before,
  .views-field-field-other-support .field--name-field-benefit-text-list > ul > li:before,
  .views-field-field-other-support .benefitsMainText > ul > li:before {
    color: #f11e15;
    content: "\e60b";
    display: inline-block;
    margin-left: -30px;
    margin-left: -1.875rem; }
/* line 99, ../sass/components/_dm15-propositionbenefits.scss */
.views-field-field-benefits-fields .field__label,
.views-field-field-other-support .field__label {
  font-weight: normal; }

@media only screen and (min-width: 40.063em) {
  /* line 105, ../sass/components/_dm15-propositionbenefits.scss */
  .views-field-field-benefits-fields,
  .views-field-field-other-support {
    border-spacing: 6px;
    border-spacing: 0.375rem;
    display: table;
    padding: 0 32px 30px;
    padding: 0 2rem 1.875rem;
    width: 100%; }
    /* line 112, ../sass/components/_dm15-propositionbenefits.scss */
    .views-field-field-benefits-fields > .field-content,
    .views-field-field-other-support > .field-content {
      display: table-row;
      padding: 0;
      white-space: normal; }
    /* line 118, ../sass/components/_dm15-propositionbenefits.scss */
    .views-field-field-benefits-fields .field-collection-view,
    .views-field-field-other-support .field-collection-view {
      display: table-cell;
      text-align: left;
      vertical-align: top;
      width: 50%;
      /*&.item0.field-collection-view-final {
      	> .entity {
      		min-height: 210px; //WOR-966
      	}
      }*/ }
      /* line 124, ../sass/components/_dm15-propositionbenefits.scss */
      .views-field-field-benefits-fields .field-collection-view > .field-collection-item-field-benefits-fields,
      .views-field-field-benefits-fields .field-collection-view > .field-collection-item-field-other-support,
      .views-field-field-other-support .field-collection-view > .field-collection-item-field-benefits-fields,
      .views-field-field-other-support .field-collection-view > .field-collection-item-field-other-support {
        padding-left: 38%;
        position: relative; }
      /* line 130, ../sass/components/_dm15-propositionbenefits.scss */
      .views-field-field-benefits-fields .field-collection-view h3,
      .views-field-field-other-support .field-collection-view h3 {
        color: #333333; }
    /* line 146, ../sass/components/_dm15-propositionbenefits.scss */
    .views-field-field-benefits-fields.has-carousel .field-content,
    .views-field-field-other-support.has-carousel .field-content {
      font-size: inherit; }
    /* line 150, ../sass/components/_dm15-propositionbenefits.scss */
    .views-field-field-benefits-fields.has-carousel .field-collection-view,
    .views-field-field-other-support.has-carousel .field-collection-view {
      display: table-cell;
      margin: 0 20px;
      margin: 0 1.25rem; }
      /* line 154, ../sass/components/_dm15-propositionbenefits.scss */
      .views-field-field-benefits-fields.has-carousel .field-collection-view img,
      .views-field-field-other-support.has-carousel .field-collection-view img {
        width: 140px; }
    /* line 160, ../sass/components/_dm15-propositionbenefits.scss */
    .views-field-field-benefits-fields .field--name-field-benefit-image,
    .views-field-field-benefits-fields .benefitsMainImage,
    .views-field-field-other-support .field--name-field-benefit-image,
    .views-field-field-other-support .benefitsMainImage {
      left: 0;
      position: absolute;
      text-align: center;
      top: 0;
      width: 32%; }
    /* line 168, ../sass/components/_dm15-propositionbenefits.scss */
    .views-field-field-benefits-fields .field--name-field-benefit-title,
    .views-field-field-benefits-fields .field--name-field-other-support-title,
    .views-field-field-other-support .field--name-field-benefit-title,
    .views-field-field-other-support .field--name-field-other-support-title {
      margin-top: 5px;
      margin-top: 0.3125rem; }
      /* line 173, ../sass/components/_dm15-propositionbenefits.scss */
      .views-field-field-benefits-fields .field--name-field-benefit-title a:before,
      .views-field-field-benefits-fields .field--name-field-other-support-title a:before,
      .views-field-field-other-support .field--name-field-benefit-title a:before,
      .views-field-field-other-support .field--name-field-other-support-title a:before {
        top: 3px; }
    /* line 178, ../sass/components/_dm15-propositionbenefits.scss */
    .views-field-field-benefits-fields .field--name-field-benefit-text,
    .views-field-field-benefits-fields .field--name-field-benefit-text-list,
    .views-field-field-benefits-fields .field--name-field-other-support-description,
    .views-field-field-benefits-fields .field--name-field-other-support-links,
    .views-field-field-other-support .field--name-field-benefit-text,
    .views-field-field-other-support .field--name-field-benefit-text-list,
    .views-field-field-other-support .field--name-field-other-support-description,
    .views-field-field-other-support .field--name-field-other-support-links {
      font-size: 16px;
      font-size: 1rem; }
    /* line 189, ../sass/components/_dm15-propositionbenefits.scss */
    .views-field-field-benefits-fields .field--name-field-benefit-text-list > ul > li:before,
    .views-field-field-benefits-fields .benefitsMainText > ul > li:before,
    .views-field-field-other-support .field--name-field-benefit-text-list > ul > li:before,
    .views-field-field-other-support .benefitsMainText > ul > li:before {
      margin: 0 10px 0 0;
      margin: 0 0.625rem 0 0; }
    /* line 197, ../sass/components/_dm15-propositionbenefits.scss */
    .views-field-field-benefits-fields.num-items-1,
    .views-field-field-other-support.num-items-1 {
      margin: 0 auto;
      width: 50%; }
      /* line 200, ../sass/components/_dm15-propositionbenefits.scss */
      .views-field-field-benefits-fields.num-items-1 .field-collection-view,
      .views-field-field-other-support.num-items-1 .field-collection-view {
        width: auto; }
    /* line 205, ../sass/components/_dm15-propositionbenefits.scss */
    .views-field-field-benefits-fields.num-items-3 .field-collection-view,
    .views-field-field-other-support.num-items-3 .field-collection-view {
      width: 33.3333%; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 217, ../sass/components/_dm15-propositionbenefits.scss */
  .views-field-field-benefits-fields.num-items-3 .field-collection-view > .field-collection-item-field-benefits-fields,
  .views-field-field-benefits-fields.num-items-3 .field-collection-view > .field-collection-item-field-other-support,
  .views-field-field-other-support.num-items-3 .field-collection-view > .field-collection-item-field-benefits-fields,
  .views-field-field-other-support.num-items-3 .field-collection-view > .field-collection-item-field-other-support {
    padding-left: 0; }
  /* line 222, ../sass/components/_dm15-propositionbenefits.scss */
  .views-field-field-benefits-fields.num-items-3 .field--name-field-benefit-image,
  .views-field-field-benefits-fields.num-items-3 .benefitsMainImage,
  .views-field-field-other-support.num-items-3 .field--name-field-benefit-image,
  .views-field-field-other-support.num-items-3 .benefitsMainImage {
    left: auto;
    position: static;
    text-align: center;
    top: auto;
    width: auto; } }
/**
 * Layout 2 (3 images below)
 */
/* line 237, ../sass/components/_dm15-propositionbenefits.scss */
.views-field-field-benefits-and-featuresv2 {
  background: #fff;
  padding: 0 6.25%; }
  /* line 241, ../sass/components/_dm15-propositionbenefits.scss */
  .views-field-field-benefits-and-featuresv2 .field__label {
    font-weight: normal; }

/* line 245, ../sass/components/_dm15-propositionbenefits.scss */
.field--name-field-benefit-title-v2,
.field--name-field-other-support-title-v2 {
  font-family: "AdelleSansRegular", serif; }

/* line 251, ../sass/components/_dm15-propositionbenefits.scss */
.field--name-field-benefit-text-v2 {
  color: #393939;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 0 14px;
  padding: 0 0 0.875rem;
  text-align: center; }
  /* line 258, ../sass/components/_dm15-propositionbenefits.scss */
  .field--name-field-benefit-text-v2 p {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    /* line 263, ../sass/components/_dm15-propositionbenefits.scss */
    .field--name-field-benefit-text-v2 > div {
      display: block;
      margin: 0 auto;
      max-width: 650px;
      max-width: 40.625rem; } }

/* line 270, ../sass/components/_dm15-propositionbenefits.scss */
.field--name-field-benefit-image-v2,
.benefitsMainImage-v2 {
  margin-bottom: 36px;
  margin-bottom: 2.25rem; }
  /* line 274, ../sass/components/_dm15-propositionbenefits.scss */
  .field--name-field-benefit-image-v2 .field__item,
  .benefitsMainImage-v2 .field__item {
    margin-top: 6px;
    margin-top: 0.375rem; }
    /* line 276, ../sass/components/_dm15-propositionbenefits.scss */
    .field--name-field-benefit-image-v2 .field__item img,
    .benefitsMainImage-v2 .field__item img {
      width: 100%; }

@media only screen and (min-width: 40.063em) {
  /* line 283, ../sass/components/_dm15-propositionbenefits.scss */
  .views-field-field-benefits-and-featuresv2 {
    padding: 0 85px;
    padding: 0 5.3125rem; }

  /* line 287, ../sass/components/_dm15-propositionbenefits.scss */
  .field--name-field-benefit-text-v2 > div {
    display: block;
    margin: 0 auto;
    max-width: 650px;
    max-width: 40.625rem; }

  /* line 293, ../sass/components/_dm15-propositionbenefits.scss */
  .field--name-field-benefit-image-v2,
  .benefitsMainImage-v2 {
    border-spacing: 6px;
    border-spacing: 0.375rem;
    display: table;
    width: 100%; }
    /* line 299, ../sass/components/_dm15-propositionbenefits.scss */
    .field--name-field-benefit-image-v2 > .field__items,
    .benefitsMainImage-v2 > .field__items {
      display: table-row; }
    /* line 304, ../sass/components/_dm15-propositionbenefits.scss */
    .field--name-field-benefit-image-v2 .field__label,
    .benefitsMainImage-v2 .field__label {
      display: table-caption;
      text-align: center; }
    /* line 309, ../sass/components/_dm15-propositionbenefits.scss */
    .field--name-field-benefit-image-v2 .field__item,
    .benefitsMainImage-v2 .field__item {
      display: table-cell;
      text-align: center;
      vertical-align: bottom; }
    /* line 317, ../sass/components/_dm15-propositionbenefits.scss */
    .field--name-field-benefit-image-v2 .field__item,
    .benefitsMainImage-v2 .field__item {
      width: 32.71028%;
      clear: right;
      float: left;
      margin-left: 0;
      margin-right: 0.93458%; }
    /* line 321, ../sass/components/_dm15-propositionbenefits.scss */
    .field--name-field-benefit-image-v2 .field__item:last-child,
    .benefitsMainImage-v2 .field__item:last-child {
      width: 32.71028%;
      clear: right;
      float: right;
      margin-right: 0; }
    /* line 326, ../sass/components/_dm15-propositionbenefits.scss */
    .field--name-field-benefit-image-v2 .field__item:first-child + .field__item + .field__item,
    .benefitsMainImage-v2 .field__item:first-child + .field__item + .field__item {
      width: 32.71028%;
      clear: right;
      float: right;
      margin-right: 0; }
    /* line 331, ../sass/components/_dm15-propositionbenefits.scss */
    .field--name-field-benefit-image-v2 img,
    .benefitsMainImage-v2 img {
      width: 100%; } }
/**
 * Support DM15e custom styling
 */
/* line 341, ../sass/components/_dm15-propositionbenefits.scss */
.view-support-page-other-sup-view .benefitsMainText > ul > li:before {
  color: #007867;
  content: "\e60e";
  display: inline-block; }

/**
 * Campaign bottom text
 */
/* line 353, ../sass/components/_dm15-propositionbenefits.scss */
.views-field-field-campaign-bottom-text {
  margin: 0 auto;
  max-width: none; }
  /* line 357, ../sass/components/_dm15-propositionbenefits.scss */
  .views-field-field-campaign-bottom-text .field-content {
    border-top: 1px solid gainsboro;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    padding: 22px 6.25%;
    padding: 1.375rem 6.25%; }
    @media only screen and (min-width: 40.063em) {
      /* line 357, ../sass/components/_dm15-propositionbenefits.scss */
      .views-field-field-campaign-bottom-text .field-content {
        margin: 0 32px;
        margin: 0 2rem;
        padding: 30px 32px;
        padding: 1.875rem 2rem; } }

/**
 * DM15a - Editorial Content
 * Additional module NOT in the wireframes. Requested by the client during UAT.
 * No design for this module, loosely based of the current DM15.
 */
/**
 * Module placeholders
 */
/* line 12, ../sass/components/_dm15a-editorialcontent.scss */
.view-product-editorial-view {
  background: #f7f7f7;
  padding: 1px 0 30px;
  padding: 0.0625rem 0 1.875rem; }

/* line 22, ../sass/components/_dm15a-editorialcontent.scss */
.view-product-editorial-view .field-collection-view {
  background: #fff;
  margin: 20px 0;
  margin: 1.25rem 0;
  padding: 22px 15px 5px;
  padding: 1.375rem 0.9375rem 0.3125rem; }
  /* line 27, ../sass/components/_dm15a-editorialcontent.scss */
  .view-product-editorial-view .field-collection-view li {
    padding-bottom: 4px;
    padding-bottom: 0.25rem; }
  /* line 31, ../sass/components/_dm15a-editorialcontent.scss */
  .view-product-editorial-view .field-collection-view ul {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
    /* line 33, ../sass/components/_dm15a-editorialcontent.scss */
    .view-product-editorial-view .field-collection-view ul li {
      list-style: none; }
      /* line 36, ../sass/components/_dm15a-editorialcontent.scss */
      .view-product-editorial-view .field-collection-view ul li:before {
        color: #007867;
        content: "\e60e";
        display: inline-block;
        padding-right: 6px;
        padding-right: 0.375rem; }
  /* line 46, ../sass/components/_dm15a-editorialcontent.scss */
  .view-product-editorial-view .field-collection-view ol {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
    /* line 48, ../sass/components/_dm15a-editorialcontent.scss */
    .view-product-editorial-view .field-collection-view ol li {
      margin-left: 27px;
      margin-left: 1.6875rem; }

/* line 56, ../sass/components/_dm15a-editorialcontent.scss */
.view-product-editorial-view h3 {
  color: #007867;
  font-size: 22px;
  font-size: 1.375rem; }

/**
 * Applied styles
 */
/**
 * DM16 - Product / Proposition details
 *
 * Used on:
 * Product page
 * About page
 */
/* line 11, ../sass/components/_dm16-productdetails.scss */
.view-product-details-view,
.view-campaign-details-view,
.views-field-field-general-worldpay-images {
  padding: 28px 0 33px;
  padding: 1.75rem 0 2.0625rem;
  background: #f7f7f7; }

/* line 17, ../sass/components/_dm16-productdetails.scss */
.views-field-field-details-title, .view-error-page-view .views-field-field-subtitle {
  text-align: center;
  padding: 0 16% 20px;
  padding: 0 16% 1.25rem; }
  /* line 21, ../sass/components/_dm16-productdetails.scss */
  .views-field-field-details-title .field-content, .view-error-page-view .views-field-field-subtitle .field-content {
    color: #393939;
    font-size: 26px;
    font-size: 1.625rem; }
    /* line 25, ../sass/components/_dm16-productdetails.scss */
    .views-field-field-details-title .field-content > h2, .view-error-page-view .views-field-field-subtitle .field-content > h2 {
      margin: 0; }
  @media only screen and (min-width: 40.063em) {
    /* line 32, ../sass/components/_dm16-productdetails.scss */
    .views-field-field-details-title .field-content, .view-error-page-view .views-field-field-subtitle .field-content {
      font-size: 32px;
      font-size: 2rem; } }

/* line 39, ../sass/components/_dm16-productdetails.scss */
.views-field-field-details-images-subtitles,
.views-field-field-general-worldpay-images {
  font-family: "AdelleSansRegular", serif; }
  @media only screen and (min-width: 40.063em) {
    /* line 39, ../sass/components/_dm16-productdetails.scss */
    .views-field-field-details-images-subtitles,
    .views-field-field-general-worldpay-images {
      /**
       * Change the layout depending on the number of column blocks that are needed
       * This is a simple loop to set the float widths as needed.
       */ }
      /* line 52, ../sass/components/_dm16-productdetails.scss */
      .num-items-1.views-field-field-details-images-subtitles .field-collection-view,
      .num-items-1.views-field-field-general-worldpay-images .field-collection-view {
        width: 100%;
        clear: right;
        float: right;
        margin-right: 0; }
        /* line 55, ../sass/components/_dm16-productdetails.scss */
        .num-items-1.views-field-field-details-images-subtitles .field-collection-view.field-collection-view-final,
        .num-items-1.views-field-field-general-worldpay-images .field-collection-view.field-collection-view-final {
          width: 100%;
          clear: right;
          float: right;
          margin-right: 0; }
      /* line 52, ../sass/components/_dm16-productdetails.scss */
      .num-items-2.views-field-field-details-images-subtitles .field-collection-view,
      .num-items-2.views-field-field-general-worldpay-images .field-collection-view {
        width: 48.93617%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.12766%; }
        /* line 55, ../sass/components/_dm16-productdetails.scss */
        .num-items-2.views-field-field-details-images-subtitles .field-collection-view.field-collection-view-final,
        .num-items-2.views-field-field-general-worldpay-images .field-collection-view.field-collection-view-final {
          width: 48.93617%;
          clear: right;
          float: right;
          margin-right: 0; }
      /* line 52, ../sass/components/_dm16-productdetails.scss */
      .num-items-3.views-field-field-details-images-subtitles .field-collection-view,
      .num-items-3.views-field-field-general-worldpay-images .field-collection-view {
        width: 31.91489%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.12766%; }
        /* line 55, ../sass/components/_dm16-productdetails.scss */
        .num-items-3.views-field-field-details-images-subtitles .field-collection-view.field-collection-view-final,
        .num-items-3.views-field-field-general-worldpay-images .field-collection-view.field-collection-view-final {
          width: 31.91489%;
          clear: right;
          float: right;
          margin-right: 0; }
      /* line 52, ../sass/components/_dm16-productdetails.scss */
      .num-items-4.views-field-field-details-images-subtitles .field-collection-view,
      .num-items-4.views-field-field-general-worldpay-images .field-collection-view {
        width: 23.40426%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.12766%; }
        /* line 55, ../sass/components/_dm16-productdetails.scss */
        .num-items-4.views-field-field-details-images-subtitles .field-collection-view.field-collection-view-final,
        .num-items-4.views-field-field-general-worldpay-images .field-collection-view.field-collection-view-final {
          width: 23.40426%;
          clear: right;
          float: right;
          margin-right: 0; }
      /* line 63, ../sass/components/_dm16-productdetails.scss */
      .num-items-2.views-field-field-details-images-subtitles,
      .num-items-2.views-field-field-general-worldpay-images {
        max-width: 750px;
        margin: 0 auto; } }

/* line 72, ../sass/components/_dm16-productdetails.scss */
.views-field-field-details-images-subtitles > .field-content,
.views-field-field-general-worldpay-images > .field-content {
  display: block;
  font-size: 0;
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
  overflow: hidden;
  padding: 0 6.25%;
  padding: 0 6.25%;
  white-space: nowrap; }
  /* line 80, ../sass/components/_dm16-productdetails.scss */
  .no-js .views-field-field-details-images-subtitles > .field-content,
  .no-js .views-field-field-general-worldpay-images > .field-content {
    overflow: auto; }
  @media only screen and (min-width: 40.063em) {
    /* line 72, ../sass/components/_dm16-productdetails.scss */
    .views-field-field-details-images-subtitles > .field-content,
    .views-field-field-general-worldpay-images > .field-content {
      padding: 0 32px;
      padding: 0 2rem; } }

/* line 90, ../sass/components/_dm16-productdetails.scss */
.views-field-field-details-images-subtitles .field-collection-view,
.views-field-field-general-worldpay-images .field-collection-view {
  display: inline-block;
  margin: 8px 2px;
  margin: 0.5rem 0.125rem;
  vertical-align: top;
  white-space: normal;
  width: 100%;
  min-height: 185px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  color: #f11e15;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  padding: 20px 0;
  padding: 1.25rem 0; }
  /* line 99, ../sass/components/_dm16-productdetails.scss */
  .lt-ie8 .views-field-field-details-images-subtitles .field-collection-view, .views-field-field-details-images-subtitles .lt-ie8 .field-collection-view,
  .lt-ie8 .views-field-field-general-worldpay-images .field-collection-view,
  .views-field-field-general-worldpay-images .lt-ie8 .field-collection-view {
    display: inline; }
  /* line 103, ../sass/components/_dm16-productdetails.scss */
  .views-field-field-details-images-subtitles .field-collection-view p,
  .views-field-field-general-worldpay-images .field-collection-view p {
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem; }
  /* line 116, ../sass/components/_dm16-productdetails.scss */
  .views-field-field-details-images-subtitles .field-collection-view img,
  .views-field-field-general-worldpay-images .field-collection-view img {
    display: block;
    margin: 0 auto 15px;
    width: 50%; }
  /* line 122, ../sass/components/_dm16-productdetails.scss */
  .views-field-field-details-images-subtitles .field-collection-view .field--name-field-general-subtitle,
  .views-field-field-general-worldpay-images .field-collection-view .field--name-field-general-subtitle {
    line-height: 1.3;
    padding: 0 20px;
    padding: 0 1.25rem; }
    /* line 125, ../sass/components/_dm16-productdetails.scss */
    .views-field-field-details-images-subtitles .field-collection-view .field--name-field-general-subtitle h5,
    .views-field-field-general-worldpay-images .field-collection-view .field--name-field-general-subtitle h5 {
      font-size: 16px;
      font-size: 1rem; }
  @media only screen and (min-width: 40.063em) {
    /* line 90, ../sass/components/_dm16-productdetails.scss */
    .views-field-field-details-images-subtitles .field-collection-view,
    .views-field-field-general-worldpay-images .field-collection-view {
      background: none;
      box-shadow: none;
      padding-bottom: 0;
      padding-top: 0;
      min-height: 0; }
      /* line 137, ../sass/components/_dm16-productdetails.scss */
      .views-field-field-details-images-subtitles .field-collection-view img,
      .views-field-field-general-worldpay-images .field-collection-view img {
        margin: 0 auto 30px;
        width: 35%;
        max-width: 170px; } }

/* Outer Wrapper */
/* Title */
/* Individual products outer wrapper */
/* Individual products sub-wrapper */
/* Individual product */
/* line 176, ../sass/components/_dm16-productdetails.scss */
.views-field-field-details-description,
.views-field-field-details-description-list {
  text-align: center;
  padding: 0 6.25% 25px;
  padding: 0 6.25% 1.5625rem; }
  /* line 181, ../sass/components/_dm16-productdetails.scss */
  .views-field-field-details-description p,
  .views-field-field-details-description-list p {
    margin-bottom: 0; }
  /* line 185, ../sass/components/_dm16-productdetails.scss */
  .views-field-field-details-description .field-content,
  .views-field-field-details-description-list .field-content {
    font-size: 16px;
    font-size: 1rem;
    color: #393939;
    line-height: 1.4; }
  @media only screen and (min-width: 40.063em) {
    /* line 192, ../sass/components/_dm16-productdetails.scss */
    .views-field-field-details-description .field-content,
    .views-field-field-details-description-list .field-content {
      display: block;
      margin: 0 auto;
      max-width: 650px;
      max-width: 40.625rem; } }

/**
 * About Page specific styling 
 */
/* line 203, ../sass/components/_dm16-productdetails.scss */
.views-field-field-general-worldpay-images {
  display: none; }

@media only screen and (min-width: 40.063em) {
  /* line 207, ../sass/components/_dm16-productdetails.scss */
  .views-field-field-general-worldpay-images {
    display: block; }

  /* line 210, ../sass/components/_dm16-productdetails.scss */
  .views-field-field-general-worldpay-images .field-collection-view {
    border-right: 1px solid gainsboro; }
    /* line 213, ../sass/components/_dm16-productdetails.scss */
    .views-field-field-general-worldpay-images .field-collection-view.field-collection-view-final {
      border-right: none; } }
/**
 * DM17 - Insights
 *
 * Used on:
 * Products page
 */
/**
 * Module placeholders
 */
/* line 14, ../sass/components/_dm17-insights.scss */
.view-product-insights-view .insight > h2,
.view-campaign-insights-view .insight > h2 {
  background-color: #fff;
  font-family: "AdelleSansRegular", serif;
  padding: 35px 0 28px;
  padding: 2.1875rem 0 1.75rem; }

/* line 24, ../sass/components/_dm17-insights.scss */
.view-product-insights-view .insightBenefitList,
.view-campaign-insights-view .insightBenefitList {
  background-color: #fff;
  color: #333333;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 6.25%;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem; }
  /* line 31, ../sass/components/_dm17-insights.scss */
  .view-product-insights-view .insightBenefitList ul,
  .view-campaign-insights-view .insightBenefitList ul {
    display: block;
    list-style: none;
    padding-bottom: 22px;
    padding-bottom: 1.375rem; }
    /* line 65, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_clearfix.scss */
    .view-product-insights-view .insightBenefitList ul:after,
    .view-campaign-insights-view .insightBenefitList ul:after {
      content: "";
      display: table;
      clear: both; }
    /* line 37, ../sass/components/_dm17-insights.scss */
    .view-product-insights-view .insightBenefitList ul > li,
    .view-campaign-insights-view .insightBenefitList ul > li {
      display: block;
      padding: 22px 0 22px 30px;
      padding: 1.375rem 0 1.375rem 1.875rem;
      border-top: 1px solid gainsboro;
      line-height: 1.3; }
      /* line 43, ../sass/components/_dm17-insights.scss */
      .view-product-insights-view .insightBenefitList ul > li:before,
      .view-campaign-insights-view .insightBenefitList ul > li:before {
        color: #f11e15;
        content: "\e60b";
        display: inline-block;
        margin-left: -30px;
        margin-left: -1.875rem;
        padding-right: 15px;
        padding-right: 0.9375rem; }
      @media only screen and (min-width: 40.063em) {
        /* line 37, ../sass/components/_dm17-insights.scss */
        .view-product-insights-view .insightBenefitList ul > li,
        .view-campaign-insights-view .insightBenefitList ul > li {
          width: 48.93617%;
          clear: right;
          float: left;
          margin-left: 0;
          margin-right: 2.12766%; }
          /* line 56, ../sass/components/_dm17-insights.scss */
          .view-product-insights-view .insightBenefitList ul > li.last,
          .view-campaign-insights-view .insightBenefitList ul > li.last, .view-product-insights-view .insightBenefitList ul > li:nth-child(2n),
          .view-campaign-insights-view .insightBenefitList ul > li:nth-child(2n) {
            width: 48.93617%;
            clear: right;
            float: right;
            margin-right: 0; }
          /* line 61, ../sass/components/_dm17-insights.scss */
          .lt-ie9 .view-product-insights-view .insightBenefitList ul > li, .view-product-insights-view .lt-ie9 .insightBenefitList ul > li,
          .lt-ie9 .view-campaign-insights-view .insightBenefitList ul > li,
          .view-campaign-insights-view .lt-ie9 .insightBenefitList ul > li {
            margin: 0 0.5%; } }

/* line 71, ../sass/components/_dm17-insights.scss */
.view-product-insights-view .insideFieldsWrapper,
.view-campaign-insights-view .insideFieldsWrapper {
  background: #a73232;
  color: #fff;
  overflow: hidden;
  position: relative; }

/* line 80, ../sass/components/_dm17-insights.scss */
.view-product-insights-view .insightImage img,
.view-campaign-insights-view .insightImage img {
  width: 100%; }
@media only screen and (min-width: 40.063em) {
  /* line 79, ../sass/components/_dm17-insights.scss */
  .view-product-insights-view .insightImage,
  .view-campaign-insights-view .insightImage {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 0; } }

/* line 94, ../sass/components/_dm17-insights.scss */
.view-product-insights-view .insightFeatured,
.view-campaign-insights-view .insightFeatured {
  padding: 30px 6.25% 30px;
  padding: 1.875rem 6.25% 1.875rem; }
  /* line 97, ../sass/components/_dm17-insights.scss */
  .view-product-insights-view .insightFeatured > h2,
  .view-campaign-insights-view .insightFeatured > h2 {
    color: #fff;
    font-family: "AdelleSansRegular", serif;
    font-size: 20px;
    font-size: 1.25rem; }
  @media only screen and (min-width: 40.063em) {
    /* line 94, ../sass/components/_dm17-insights.scss */
    .view-product-insights-view .insightFeatured,
    .view-campaign-insights-view .insightFeatured {
      background: #a73232;
      display: block;
      margin: 180px 0 0 32px;
      margin: 11.25rem 0 0 2rem;
      padding: 26px 40px 20px 20px;
      padding: 1.625rem 2.5rem 1.25rem 1.25rem;
      position: relative;
      width: 50%;
      z-index: 1; }
      /* line 112, ../sass/components/_dm17-insights.scss */
      .view-product-insights-view .insightFeatured > h2,
      .view-campaign-insights-view .insightFeatured > h2 {
        font-size: 26px;
        font-size: 1.625rem; }
      /* line 116, ../sass/components/_dm17-insights.scss */
      .right-content .view-product-insights-view .insightFeatured, .view-product-insights-view .right-content .insightFeatured,
      .right-content .view-campaign-insights-view .insightFeatured,
      .view-campaign-insights-view .right-content .insightFeatured {
        float: right;
        margin-right: 32px;
        margin-right: 2rem; } }

/* line 125, ../sass/components/_dm17-insights.scss */
.view-product-insights-view .insightDescription,
.view-product-insights-view .insightDescriptionList,
.view-campaign-insights-view .insightDescription,
.view-campaign-insights-view .insightDescriptionList {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  line-height: normal; }
  /* line 130, ../sass/components/_dm17-insights.scss */
  .view-product-insights-view .insightDescription:empty,
  .view-product-insights-view .insightDescriptionList:empty,
  .view-campaign-insights-view .insightDescription:empty,
  .view-campaign-insights-view .insightDescriptionList:empty {
    display: none; }
  /* line 134, ../sass/components/_dm17-insights.scss */
  .view-product-insights-view .insightDescription p,
  .view-product-insights-view .insightDescriptionList p,
  .view-campaign-insights-view .insightDescription p,
  .view-campaign-insights-view .insightDescriptionList p {
    margin-bottom: 0;
    padding-bottom: 12px;
    padding-bottom: 0.75rem; }
  @media only screen and (min-width: 40.063em) {
    /* line 125, ../sass/components/_dm17-insights.scss */
    .view-product-insights-view .insightDescription,
    .view-product-insights-view .insightDescriptionList,
    .view-campaign-insights-view .insightDescription,
    .view-campaign-insights-view .insightDescriptionList {
      font-size: 15px;
      font-size: 0.9375rem;
      padding-bottom: 12px;
      padding-bottom: 0.75rem; } }

/* line 148, ../sass/components/_dm17-insights.scss */
.view-product-insights-view .insightDescriptionList ul,
.view-campaign-insights-view .insightDescriptionList ul {
  margin-left: 25px;
  margin-left: 1.5625rem; }

/* line 155, ../sass/components/_dm17-insights.scss */
.view-product-insights-view .insightLink a,
.view-campaign-insights-view .insightLink a {
  color: #fff;
  line-height: normal;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 19px;
  padding: 0 1.1875rem; }
  /* line 164, ../sass/components/_dm17-insights.scss */
  .view-product-insights-view .insightLink a:before,
  .view-campaign-insights-view .insightLink a:before {
    top: 0; }
  @media only screen and (min-width: 40.063em) {
    /* line 155, ../sass/components/_dm17-insights.scss */
    .view-product-insights-view .insightLink a,
    .view-campaign-insights-view .insightLink a {
      font-size: 16px;
      font-size: 1rem; }
      /* line 171, ../sass/components/_dm17-insights.scss */
      .view-product-insights-view .insightLink a:before,
      .view-campaign-insights-view .insightLink a:before {
        top: 1px; }
      /* line 175, ../sass/components/_dm17-insights.scss */
      .view-product-insights-view .insightLink a:hover,
      .view-campaign-insights-view .insightLink a:hover {
        color: #fff; } }

/**
 * Applied styles
 */
/**
 * Right content version
 */
/* line 233, ../sass/components/_dm17-insights.scss */
.right-content .insightCategory {
  left: 0;
  right: auto; }

/**
 * DM18 - Product / Proposition Support Summary
 *
 * Used on:
 * Product pages
 * Insights page
 * Integrated solutions
 */
/* line 11, ../sass/components/_dm18-supportsummary.scss */
.view-product-support,
.view-campaign-support-view,
.view-support-page-gateways-view,
.view-support-page-guides-view {
  background: #fff;
  overflow: hidden;
  padding: 0 6.25%; }
  @media only screen and (min-width: 40.063em) {
    /* line 11, ../sass/components/_dm18-supportsummary.scss */
    .view-product-support,
    .view-campaign-support-view,
    .view-support-page-gateways-view,
    .view-support-page-guides-view {
      padding: 0 32px 30px;
      padding: 0 2rem 1.875rem; } }

/* line 22, ../sass/components/_dm18-supportsummary.scss */
.view-product-support .support > p,
.view-campaign-support-view .support > p,
.view-insight-page-top-view .views-field-field-insight-page-description .field-content,
.view-proposition-hub-expertise .expertiseDescription,
.views-field-field-gateaways-description .field-content, .view-iframe-form-page-view .views-field-field-form-description .field-content {
  text-align: center;
  padding: 0 6.25%;
  padding: 0 6.25%;
  font-size: 16px;
  font-size: 1rem;
  color: #393939;
  line-height: 1.4; }
  @media only screen and (min-width: 40.063em) {
    /* line 22, ../sass/components/_dm18-supportsummary.scss */
    .view-product-support .support > p,
    .view-campaign-support-view .support > p,
    .view-insight-page-top-view .views-field-field-insight-page-description .field-content,
    .view-proposition-hub-expertise .expertiseDescription,
    .views-field-field-gateaways-description .field-content, .view-iframe-form-page-view .views-field-field-form-description .field-content {
      display: block;
      margin: 0 auto;
      max-width: 1050px;
      max-width: 65.625rem; } }

/* line 37, ../sass/components/_dm18-supportsummary.scss */
.view-product-support .column,
.view-campaign-support-view .column {
  line-height: 1.2; }
  @media only screen and (min-width: 40.063em) {
    /* line 37, ../sass/components/_dm18-supportsummary.scss */
    .view-product-support .column,
    .view-campaign-support-view .column {
      display: inline-block;
      float: left;
      vertical-align: top;
      width: 49.9%; }
      /* line 46, ../sass/components/_dm18-supportsummary.scss */
      .lt-ie8 .view-product-support .column, .view-product-support .lt-ie8 .column,
      .lt-ie8 .view-campaign-support-view .column,
      .view-campaign-support-view .lt-ie8 .column {
        display: inline; } }

/* line 53, ../sass/components/_dm18-supportsummary.scss */
.view-product-support h2, .view-product-support h3,
.view-campaign-support-view h2, .view-campaign-support-view h3,
.view-support-page-gateways-view .views-field-field-gateaways-title #gateways {
  padding: 35px 0 28px;
  padding: 2.1875rem 0 1.75rem; }

/* line 59, ../sass/components/_dm18-supportsummary.scss */
.view-product-support .field-collection-view,
.view-campaign-support-view .field-collection-view,
.views-field-field-gateaways .field-collection-view,
.view-support-page-guides-view .field--name-field-guides-links .field__item {
  border-top: 1px solid gainsboro;
  padding: 20px 0;
  padding: 1.25rem 0; }
  /* line 63, ../sass/components/_dm18-supportsummary.scss */
  .view-product-support .field-collection-view p,
  .view-campaign-support-view .field-collection-view p,
  .views-field-field-gateaways .field-collection-view p,
  .view-support-page-guides-view .field--name-field-guides-links .field__item p {
    margin-bottom: 0; }
  /* line 67, ../sass/components/_dm18-supportsummary.scss */
  .view-product-support .field-collection-view a,
  .view-campaign-support-view .field-collection-view a,
  .views-field-field-gateaways .field-collection-view a,
  .view-support-page-guides-view .field--name-field-guides-links .field__item a {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  @media only screen and (min-width: 40.063em) {
    /* line 59, ../sass/components/_dm18-supportsummary.scss */
    .view-product-support .field-collection-view,
    .view-campaign-support-view .field-collection-view,
    .views-field-field-gateaways .field-collection-view,
    .view-support-page-guides-view .field--name-field-guides-links .field__item {
      margin: 0 10px;
      margin: 0 0.625rem; } }

/**
 * Styling application below
 */
/* line 107, ../sass/components/_dm18-supportsummary.scss */
.view-product-support,
.view-campaign-support-view {
  /* Campaign */ }

/**
 * Insight specific styles
 */
/* line 136, ../sass/components/_dm18-supportsummary.scss */
.view-insight-page-top-view .views-field-field-insight-page-description .field-content {
  padding-bottom: 55px;
  padding-bottom: 3.4375rem; }

/**
 * Integrated solutions specific styles
 * HTML for the support section is totally different for this page, so having
 * to add custom styling.
 */
/* line 145, ../sass/components/_dm18-supportsummary.scss */
.view-proposition-hub-expertise {
  background: #f7f7f7;
  padding-bottom: 23px;
  padding-bottom: 1.4375rem; }
  /* line 153, ../sass/components/_dm18-supportsummary.scss */
  .view-proposition-hub-expertise .expertiseDescription {
    margin-bottom: 14px;
    margin-bottom: 0.875rem; }
  /* line 157, ../sass/components/_dm18-supportsummary.scss */
  .view-proposition-hub-expertise .field-collection-container {
    border: none;
    margin: 0;
    margin: 0; }
    /* line 65, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_clearfix.scss */
    .view-proposition-hub-expertise .field-collection-container:after {
      content: "";
      display: table;
      clear: both; }
  /* line 163, ../sass/components/_dm18-supportsummary.scss */
  .view-proposition-hub-expertise .field-collection-view {
    border: none;
    padding: 0;
    padding: 0;
    margin: 0;
    margin: 0; }
  /* line 169, ../sass/components/_dm18-supportsummary.scss */
  .view-proposition-hub-expertise .expertise > .field-collection-view {
    padding: 0 6.25%;
    padding: 0 6.25%; }
  /* line 173, ../sass/components/_dm18-supportsummary.scss */
  .view-proposition-hub-expertise .field--name-field-link-expertise .field__item {
    border-bottom: 1px solid gainsboro;
    padding: 16px 0 6px;
    padding: 1rem 0 0.375rem; }
    /* line 177, ../sass/components/_dm18-supportsummary.scss */
    .view-proposition-hub-expertise .field--name-field-link-expertise .field__item a {
      line-height: normal;
      margin-bottom: 10px;
      margin-bottom: 0.625rem; }
  @media only screen and (min-width: 40.063em) {
    /* line 145, ../sass/components/_dm18-supportsummary.scss */
    .view-proposition-hub-expertise {
      padding-bottom: 54px;
      padding-bottom: 3.375rem; }
      /* line 188, ../sass/components/_dm18-supportsummary.scss */
      .view-proposition-hub-expertise .field-collection-container > .field--name-field-column-links-fields > .field__items > .even {
        width: 48.93617%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.12766%; }
      /* line 192, ../sass/components/_dm18-supportsummary.scss */
      .view-proposition-hub-expertise .field-collection-container > .field--name-field-column-links-fields > .field__items > .odd {
        width: 48.93617%;
        clear: right;
        float: right;
        margin-right: 0; } }

/**
 * Support page (top module)
 * HTML for the top section DM18 is unlike any other. Adding custom styling.
 */
/* line 205, ../sass/components/_dm18-supportsummary.scss */
.view-support-page-automatic-anchors-view {
  overflow: hidden;
  padding: 0 6.25% 10px;
  padding: 0 6.25% 0.625rem; }
  /* line 209, ../sass/components/_dm18-supportsummary.scss */
  .view-support-page-automatic-anchors-view li {
    list-style: none;
    border-top: 1px solid gainsboro;
    padding: 16px 0 6px;
    padding: 1rem 0 0.375rem; }
    /* line 214, ../sass/components/_dm18-supportsummary.scss */
    .view-support-page-automatic-anchors-view li a {
      margin-bottom: 10px;
      margin-bottom: 0.625rem; }
  @media only screen and (min-width: 40.063em) {
    /* line 205, ../sass/components/_dm18-supportsummary.scss */
    .view-support-page-automatic-anchors-view {
      padding: 0 8.88% 40px;
      padding: 0 8.88% 2.5rem; }
      /* line 223, ../sass/components/_dm18-supportsummary.scss */
      .view-support-page-automatic-anchors-view .views-field {
        width: 48.93617%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.12766%; }
        /* line 225, ../sass/components/_dm18-supportsummary.scss */
        .view-support-page-automatic-anchors-view .views-field.even {
          width: 48.93617%;
          clear: right;
          float: right;
          margin-right: 0; } }

/* line 232, ../sass/components/_dm18-supportsummary.scss */
.view-support-page-gateways-view {
  background: #f7f7f7; }
  /* line 235, ../sass/components/_dm18-supportsummary.scss */
  .view-support-page-gateways-view .views-field-field-gateaways-description .field-content {
    margin-bottom: 35px;
    margin-bottom: 2.1875rem; }
  @media only screen and (min-width: 40.063em) {
    /* line 232, ../sass/components/_dm18-supportsummary.scss */
    .view-support-page-gateways-view {
      padding-bottom: 58px;
      padding-bottom: 3.625rem;
      /*IE8*/ }
      /* line 242, ../sass/components/_dm18-supportsummary.scss */
      .view-support-page-gateways-view .field-collection-view {
        width: 48.93617%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.12766%; }
        /* line 244, ../sass/components/_dm18-supportsummary.scss */
        .view-support-page-gateways-view .field-collection-view:nth-child(2n) {
          width: 48.93617%;
          clear: right;
          float: right;
          margin-right: 0; }
      /* line 252, ../sass/components/_dm18-supportsummary.scss */
      .view-support-page-gateways-view .item1 {
        width: 48.93617%;
        clear: right;
        float: right;
        margin-right: 0; }
      /* line 252, ../sass/components/_dm18-supportsummary.scss */
      .view-support-page-gateways-view .item3 {
        width: 48.93617%;
        clear: right;
        float: right;
        margin-right: 0; }
      /* line 252, ../sass/components/_dm18-supportsummary.scss */
      .view-support-page-gateways-view .item5 {
        width: 48.93617%;
        clear: right;
        float: right;
        margin-right: 0; }
      /* line 252, ../sass/components/_dm18-supportsummary.scss */
      .view-support-page-gateways-view .item7 {
        width: 48.93617%;
        clear: right;
        float: right;
        margin-right: 0; }
      /* line 252, ../sass/components/_dm18-supportsummary.scss */
      .view-support-page-gateways-view .item9 {
        width: 48.93617%;
        clear: right;
        float: right;
        margin-right: 0; }
      /* line 252, ../sass/components/_dm18-supportsummary.scss */
      .view-support-page-gateways-view .item11 {
        width: 48.93617%;
        clear: right;
        float: right;
        margin-right: 0; } }

/* line 260, ../sass/components/_dm18-supportsummary.scss */
.view-support-page-guides-view {
  background: #f7f7f7;
  padding-top: 60px;
  padding-top: 3.75rem; }
  /* line 264, ../sass/components/_dm18-supportsummary.scss */
  .view-support-page-guides-view .field--name-field-guides-links .field__item a {
    margin: 0; }
  /* line 267, ../sass/components/_dm18-supportsummary.scss */
  .view-support-page-guides-view .field--name-field-guides-title .field__item {
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 0;
    padding: 1.25rem 0; }
  @media only screen and (min-width: 40.063em) {
    /* line 260, ../sass/components/_dm18-supportsummary.scss */
    .view-support-page-guides-view {
      background: #fff; }
      /* line 65, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_clearfix.scss */
      .view-support-page-guides-view:after {
        content: "";
        display: table;
        clear: both; }
      /* line 279, ../sass/components/_dm18-supportsummary.scss */
      .view-support-page-guides-view > .views-row {
        background: #f7f7f7; }
        /* line 65, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_clearfix.scss */
        .view-support-page-guides-view > .views-row:after {
          content: "";
          display: table;
          clear: both; }
      /* line 285, ../sass/components/_dm18-supportsummary.scss */
      .view-support-page-guides-view .field-collection-view {
        padding: 22px 27px;
        padding: 1.375rem 1.6875rem;
        width: 50%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 0%;
        background: #f7f7f7; }
        /* line 289, ../sass/components/_dm18-supportsummary.scss */
        .view-support-page-guides-view .field-collection-view.field-collection-view-final {
          background: #ebebeb;
          width: 50%;
          clear: right;
          float: right;
          margin-right: 0; } }

/**
 * DM19 Cross-sell
 *
 *  Used on:
 *  Product page
 *  Product hub page
 */
/**
 * Module placeholders
 */
/* line 14, ../sass/components/_dm19-crosssell.scss */
.cross-sell {
  background: #f7f7f7;
  /**
   * Medium Up
   */ }
  @media only screen and (min-width: 40.063em) {
    /* line 14, ../sass/components/_dm19-crosssell.scss */
    .cross-sell {
      background: #fff; } }

/* line 30, ../sass/components/_dm19-crosssell.scss */
.cross-sell-fields {
  display: block;
  font-size: 0;
  overflow: hidden;
  padding: 0 6.25% 10px;
  padding: 0 6.25% 0.625rem;
  white-space: nowrap; }
  /* line 38, ../sass/components/_dm19-crosssell.scss */
  .no-js .cross-sell-fields {
    overflow: auto; }
  @media only screen and (min-width: 40.063em) {
    /* line 30, ../sass/components/_dm19-crosssell.scss */
    .cross-sell-fields {
      overflow: hidden;
      padding: 0 8.88% 40px;
      padding: 0 8.88% 2.5rem;
      text-align: left;
      white-space: normal; } }

/* line 51, ../sass/components/_dm19-crosssell.scss */
.cross-sell-fields > .field-collection-view {
  display: inline-block;
  margin: 8px 2px;
  margin: 0.5rem 0.125rem;
  vertical-align: top;
  white-space: normal;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  padding-bottom: 30px;
  padding-bottom: 1.875rem; }
  /* line 64, ../sass/components/_dm19-crosssell.scss */
  .lt-ie8 .cross-sell-fields > .field-collection-view {
    display: inline; }
  @media only screen and (min-width: 40.063em) {
    /* line 51, ../sass/components/_dm19-crosssell.scss */
    .cross-sell-fields > .field-collection-view {
      background: none;
      box-shadow: none;
      margin: 0 1% 0 0;
      margin: 0 1% 0 0;
      padding-bottom: 20px;
      padding-bottom: 1.25rem;
      text-align: left;
      width: 48%; } }
  @media only screen and (min-width: 64.063em) {
    /* line 51, ../sass/components/_dm19-crosssell.scss */
    .cross-sell-fields > .field-collection-view {
      width: 32.2%; } }

/* line 85, ../sass/components/_dm19-crosssell.scss */
.cross-sell-fields .field--type-link-field {
  background: #fff;
  color: #007867;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 20px 44px 0 18px;
  padding: 1.25rem 2.75rem 0 1.125rem;
  position: relative;
  z-index: 1; }
  /* line 94, ../sass/components/_dm19-crosssell.scss */
  .cross-sell-fields .field--type-link-field a {
    line-height: normal;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  @media only screen and (min-width: 40.063em) {
    /* line 85, ../sass/components/_dm19-crosssell.scss */
    .cross-sell-fields .field--type-link-field {
      margin: -40px 0 15px 30px;
      margin: -2.5rem 0 0.9375rem 1.875rem; } }

/* line 109, ../sass/components/_dm19-crosssell.scss */
.cross-sell-fields .field--type-text-long {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 55px 0 18px;
  padding: 0 3.4375rem 0 1.125rem; }
  @media only screen and (min-width: 40.063em) {
    /* line 109, ../sass/components/_dm19-crosssell.scss */
    .cross-sell-fields .field--type-text-long {
      margin: 0 0 0 30px;
      margin: 0 0 0 1.875rem;
      padding-right: 74px;
      padding-right: 4.625rem; } }

/* line 121, ../sass/components/_dm19-crosssell.scss */
.cross-sell-fields .field--type-image {
  display: none; }
  @media only screen and (min-width: 40.063em) {
    /* line 121, ../sass/components/_dm19-crosssell.scss */
    .cross-sell-fields .field--type-image {
      border-right: 1px solid #fff;
      display: block; }
      /* line 128, ../sass/components/_dm19-crosssell.scss */
      .cross-sell-fields .field--type-image img {
        width: 100%; } }

/**
 * Applied styles
 */
/**
 * Feature content (DM20a Feature content)
 * Used on:
 * PT07a Articles (In Sidebar)
 */
/**
* Over-rules many styles from Our World definitions
*/
/* line 11, ../sass/components/_dm20a-featurecontent.scss */
.views-field-field-editorial-sidebar-content .field-collection-view {
  background-color: #f7f7f7;
  display: none;
  margin: 0 6.25%;
  margin: 0 6.25%;
  padding: 22px 16px 0;
  padding: 1.375rem 1rem 0; }
  @media only screen and (min-width: 40.063em) {
    /* line 11, ../sass/components/_dm20a-featurecontent.scss */
    .views-field-field-editorial-sidebar-content .field-collection-view {
      display: block;
      margin: 20px 0 10px 10px;
      margin: 1.25rem 0 0.625rem 0.625rem;
      padding: 36px 21px;
      padding: 2.25rem 1.3125rem; }
      /* line 23, ../sass/components/_dm20a-featurecontent.scss */
      .views-field-field-editorial-sidebar-content .field-collection-view:first-child {
        margin-top: 50px;
        margin-top: 3.125rem; } }
  /* line 29, ../sass/components/_dm20a-featurecontent.scss */
  .views-field-field-editorial-sidebar-content .field-collection-view .field--type-link-field {
    background-color: #f7f7f7;
    margin: 0;
    padding: 0; }
  /* line 37, ../sass/components/_dm20a-featurecontent.scss */
  .views-field-field-editorial-sidebar-content .field-collection-view .field--type-text-long {
    margin: 0 0 15px;
    margin: 0 0 0.9375rem;
    padding: 0; }
  /* line 49, ../sass/components/_dm20a-featurecontent.scss */
  .views-field-field-editorial-sidebar-content .field-collection-view .field--type-image + .field--type-link-field {
    margin-top: -40px;
    margin-top: -2.5rem; }
  /* line 53, ../sass/components/_dm20a-featurecontent.scss */
  .views-field-field-editorial-sidebar-content .field-collection-view .field--type-image ~ .field--type-link-field {
    margin-left: 30px;
    margin-left: 1.875rem;
    padding: 20px 0 0 18px;
    padding: 1.25rem 0 0 1.125rem; }
  /* line 57, ../sass/components/_dm20a-featurecontent.scss */
  .views-field-field-editorial-sidebar-content .field-collection-view .field--type-image ~ .field--type-text-long {
    margin-left: 30px;
    margin-left: 1.875rem;
    padding: 0 0 0 18px;
    padding: 0 0 0 1.125rem; }

/**
 * Promo content (DM24c Promo content)
 * Used on:
 * PT07a Articles
 */
/* line 8, ../sass/components/_dm24c-promocontent.scss */
.views-field-field-editorial-newseventstitle,
.views-field-field-editorial-newse-full-title {
  font-family: "AdelleSansRegular", serif; }

/* line 15, ../sass/components/_dm24c-promocontent.scss */
.pane-editorial-page-new-and-events-full-screen {
  clear: both; }

/* line 33, ../sass/components/_dm24c-promocontent.scss */
.views-field-field-editorialnewseventscontent .field--type-link-field,
.views-field-field-editorial-newsevents-full .field--type-link-field {
  border-top: 1px solid gainsboro;
  margin: 0;
  padding: 20px 0 0;
  padding: 1.25rem 0 0; }
/* line 41, ../sass/components/_dm24c-promocontent.scss */
.views-field-field-editorialnewseventscontent .field--type-text-long,
.views-field-field-editorialnewseventscontent .field--name-field-editorial-ne-content-date,
.views-field-field-editorialnewseventscontent .field--name-field-editorial-ne-date-full,
.views-field-field-editorial-newsevents-full .field--type-text-long,
.views-field-field-editorial-newsevents-full .field--name-field-editorial-ne-content-date,
.views-field-field-editorial-newsevents-full .field--name-field-editorial-ne-date-full {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  padding: 0; }
/* line 55, ../sass/components/_dm24c-promocontent.scss */
.views-field-field-editorialnewseventscontent .field--type-image + .field--type-link-field,
.views-field-field-editorial-newsevents-full .field--type-image + .field--type-link-field {
  border-top: none;
  margin-top: -40px;
  margin-top: -2.5rem; }
/* line 60, ../sass/components/_dm24c-promocontent.scss */
.views-field-field-editorialnewseventscontent .field--type-image ~ .field--type-link-field,
.views-field-field-editorial-newsevents-full .field--type-image ~ .field--type-link-field {
  margin-left: 30px;
  margin-left: 1.875rem;
  padding: 20px 0 0 18px;
  padding: 1.25rem 0 0 1.125rem; }
/* line 64, ../sass/components/_dm24c-promocontent.scss */
.views-field-field-editorialnewseventscontent .field--type-image ~ .field--type-text-long,
.views-field-field-editorialnewseventscontent .field--type-image ~ .field--name-field-editorial-ne-content-date,
.views-field-field-editorialnewseventscontent .field--type-image ~ .field--name-field-editorial-ne-date-full,
.views-field-field-editorial-newsevents-full .field--type-image ~ .field--type-text-long,
.views-field-field-editorial-newsevents-full .field--type-image ~ .field--name-field-editorial-ne-content-date,
.views-field-field-editorial-newsevents-full .field--type-image ~ .field--name-field-editorial-ne-date-full {
  margin-left: 30px;
  margin-left: 1.875rem;
  padding: 0 0 0 18px;
  padding: 0 0 0 1.125rem;
  line-height: 1.4; }
/* line 74, ../sass/components/_dm24c-promocontent.scss */
.views-field-field-editorialnewseventscontent.has-carousel .field-collection-view,
.views-field-field-editorial-newsevents-full.has-carousel .field-collection-view {
  display: inline-block; }

/**
* Tablet and Up
*/
@media only screen and (min-width: 40.063em) {
  /* line 84, ../sass/components/_dm24c-promocontent.scss */
  .pane-editorial-page-new-and-events-content {
    padding: 0 50px 0 38px;
    padding: 0 3.125rem 0 2.375rem; }

  /* line 88, ../sass/components/_dm24c-promocontent.scss */
  .views-field-field-editorialnewseventscontent > .field-content {
    padding-left: 0;
    padding-right: 0; } }
@media only screen and (min-width: 64.063em) {
  /* line 95, ../sass/components/_dm24c-promocontent.scss */
  .views-field-field-editorialnewseventscontent .field-collection-view,
  .views-field-field-editorial-newsevents-full .field-collection-view {
    width: 49%; } }
/**
 * Sub-section nav (DM25 Sub-section nav)
 * Used on:
 * PT07a Articles
 */
/**
* Title not appear on Mobile
*/
/* line 11, ../sass/components/_dm25-subsectionnav.scss */
.pane-editorial-page-navigation-view .pane-title {
  display: none;
  color: #333333;
  font-family: "AdelleSansRegular", serif;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 16px 20px 8px 30px;
  padding: 1rem 1.25rem 0.5rem 1.875rem;
  text-align: left;
  text-transform: none; }
  /* line 21, ../sass/components/_dm25-subsectionnav.scss */
  .pane-editorial-page-navigation-view .pane-title:after {
    content: none; }
  @media only screen and (min-width: 40.063em) {
    /* line 11, ../sass/components/_dm25-subsectionnav.scss */
    .pane-editorial-page-navigation-view .pane-title {
      display: block; } }

/**
* Does not appear on Mobile, it is replaced with .mobileSubNav by JS
*/
/* line 33, ../sass/components/_dm25-subsectionnav.scss */
.view-editorial-page-navigation-view {
  display: none;
  font-size: 16px;
  font-size: 1rem; }
  /* line 37, ../sass/components/_dm25-subsectionnav.scss */
  .view-editorial-page-navigation-view span {
    display: block; }
  /* line 41, ../sass/components/_dm25-subsectionnav.scss */
  .view-editorial-page-navigation-view a {
    color: #fff;
    display: block;
    padding: 14px 20px;
    padding: 0.875rem 1.25rem; }
  /* line 47, ../sass/components/_dm25-subsectionnav.scss */
  .view-editorial-page-navigation-view ul {
    display: block;
    list-style: none; }
  /* line 56, ../sass/components/_dm25-subsectionnav.scss */
  .view-editorial-page-navigation-view > ul > li > ul {
    display: none; }
    /* line 61, ../sass/components/_dm25-subsectionnav.scss */
    .view-editorial-page-navigation-view > ul > li > ul li {
      border-top: 1px solid gainsboro; }
      /* line 63, ../sass/components/_dm25-subsectionnav.scss */
      .view-editorial-page-navigation-view > ul > li > ul li:first-child {
        border-top: none; }
    /* line 69, ../sass/components/_dm25-subsectionnav.scss */
    .view-editorial-page-navigation-view > ul > li > ul a {
      position: relative; }
      /* line 72, ../sass/components/_dm25-subsectionnav.scss */
      .view-editorial-page-navigation-view > ul > li > ul a:before {
        color: gainsboro;
        content: "\e605";
        position: absolute;
        right: 18px;
        right: 1.125rem;
        top: 14px;
        top: 0.875rem; }
    /* line 85, ../sass/components/_dm25-subsectionnav.scss */
    .view-editorial-page-navigation-view > ul > li > ul ul {
      border-top: 1px solid gainsboro; }
      /* line 87, ../sass/components/_dm25-subsectionnav.scss */
      .view-editorial-page-navigation-view > ul > li > ul ul a {
        font-size: 14px;
        font-size: 0.875rem; }
        /* line 90, ../sass/components/_dm25-subsectionnav.scss */
        .view-editorial-page-navigation-view > ul > li > ul ul a:before {
          color: inherit;
          content: "\e60e";
          right: auto;
          left: 0; }

/* line 103, ../sass/components/_dm25-subsectionnav.scss */
.mobileSubNav {
  background-color: #393939; }
  /* line 110, ../sass/components/_dm25-subsectionnav.scss */
  .mobileSubNav .child-view {
    max-height: 0;
    overflow: hidden;
    -webkit-transition-property: max-height;
    -moz-transition-property: max-height;
    -o-transition-property: max-height;
    transition-property: max-height;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    /* line 120, ../sass/components/_dm25-subsectionnav.scss */
    .mobileSubNav .child-view > a:first-child {
      border-top: none; }
    /* line 123, ../sass/components/_dm25-subsectionnav.scss */
    .mobileSubNav .child-view > a:last-child {
      margin-bottom: 0.5em; }
  /* line 131, ../sass/components/_dm25-subsectionnav.scss */
  .mobileSubNav.is-open > h2 {
    color: #909090; }
    /* line 135, ../sass/components/_dm25-subsectionnav.scss */
    .mobileSubNav.is-open > h2 > a:after {
      content: "\e604"; }
  /* line 141, ../sass/components/_dm25-subsectionnav.scss */
  .mobileSubNav.is-open .child-view {
    max-height: 20em; }

/**
* Tablet and Up
*/
@media only screen and (min-width: 40.063em) {
  /* line 151, ../sass/components/_dm25-subsectionnav.scss */
  .mobileSubNav {
    display: none; }

  /* line 155, ../sass/components/_dm25-subsectionnav.scss */
  .view-editorial-page-navigation-view {
    background-color: transparent;
    display: block;
    margin: 0 0 15px 10px;
    margin: 0 0 0.9375rem 0.625rem; }
    /* line 160, ../sass/components/_dm25-subsectionnav.scss */
    .view-editorial-page-navigation-view a {
      color: #007867; }
      /* line 163, ../sass/components/_dm25-subsectionnav.scss */
      .view-editorial-page-navigation-view a.active {
        color: #f11e15; }
    /* line 173, ../sass/components/_dm25-subsectionnav.scss */
    .view-editorial-page-navigation-view > ul > li > .views-field a {
      background-color: #007867;
      border-bottom: 1px solid #fff;
      color: #fff; }
      /* line 178, ../sass/components/_dm25-subsectionnav.scss */
      .view-editorial-page-navigation-view > ul > li > .views-field a.is-open {
        background-color: #f11e15;
        border-bottom-color: #f7f7f7; }
    /* line 185, ../sass/components/_dm25-subsectionnav.scss */
    .view-editorial-page-navigation-view > ul > li > ul {
      background-color: #f7f7f7;
      display: block;
      max-height: 0;
      overflow: hidden;
      -webkit-transition-property: max-height;
      -moz-transition-property: max-height;
      -o-transition-property: max-height;
      transition-property: max-height;
      -webkit-transition-duration: 500ms;
      -moz-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
      /* line 194, ../sass/components/_dm25-subsectionnav.scss */
      .view-editorial-page-navigation-view > ul > li > ul.is-open {
        max-height: 40em; }
      /* line 198, ../sass/components/_dm25-subsectionnav.scss */
      .no-js .view-editorial-page-navigation-view > ul > li > ul {
        max-height: none; }
      /* line 203, ../sass/components/_dm25-subsectionnav.scss */
      .view-editorial-page-navigation-view > ul > li > ul > li > .views-field {
        /* Disabled up arrow as it's mis-leading given the functionality. RM.
        a {
        	&.active {
        		&:before {
        			content: $icon-arrow-up;
        		}
        	}
        }*/ }
        /* line 214, ../sass/components/_dm25-subsectionnav.scss */
        .view-editorial-page-navigation-view > ul > li > ul > li > .views-field:last-child a:before {
          content: "\e60e"; }
      /* line 223, ../sass/components/_dm25-subsectionnav.scss */
      .view-editorial-page-navigation-view > ul > li > ul ul {
        background-color: #fff;
        padding-left: 40px;
        padding-left: 2.5rem; } }
/**
 * Sub-section nav (DM27 Article)
 * Used on:
 * PT07a Articles
 */
/* line 7, ../sass/components/_dm27-article.scss */
.pane-editorial-page-content-view {
  background-color: #fff;
  padding: 0 6.25%; }
  /* line 11, ../sass/components/_dm27-article.scss */
  .pane-editorial-page-content-view .views-field-title {
    color: #393939;
    font-family: "AdelleSansRegular", serif;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.3;
    margin: 54px 0 22px;
    margin: 3.375rem 0 1.375rem; }
    /* line 18, ../sass/components/_dm27-article.scss */
    .pane-editorial-page-content-view .views-field-title h1, .pane-editorial-page-content-view .views-field-title h2 {
      color: inherit;
      font-size: inherit;
      margin: 0; }
    /* line 23, ../sass/components/_dm27-article.scss */
    .pane-editorial-page-content-view .views-field-title a {
      color: inherit; }
  /* line 27, ../sass/components/_dm27-article.scss */
  .pane-editorial-page-content-view .views-field-field-editorial-subtitle {
    color: #f11e15;
    font-family: "AdelleSansRegular", serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 22px 0;
    margin: 1.375rem 0; }
  /* line 35, ../sass/components/_dm27-article.scss */
  .pane-editorial-page-content-view .views-field-field-editorial-date,
  .pane-editorial-page-content-view .views-field-field-editorial-author {
    border: 1px solid gainsboro;
    border-width: 1px 0;
    color: #919191;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 16px 0;
    padding: 1rem 0; }
  /* line 43, ../sass/components/_dm27-article.scss */
  .pane-editorial-page-content-view .views-field-field-editorial-author {
    border-top-width: 0; }
  /* line 46, ../sass/components/_dm27-article.scss */
  .pane-editorial-page-content-view .views-field-field-editorial-text,
  .pane-editorial-page-content-view .views-field-body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin: 30px 0;
    margin: 1.875rem 0; }
    /* line 52, ../sass/components/_dm27-article.scss */
    .pane-editorial-page-content-view .views-field-field-editorial-text p,
    .pane-editorial-page-content-view .views-field-body p {
      font-size: inherit;
      line-height: inherit;
      margin-bottom: 0.8em; }
    /* line 57, ../sass/components/_dm27-article.scss */
    .pane-editorial-page-content-view .views-field-field-editorial-text ul, .pane-editorial-page-content-view .views-field-field-editorial-text ol,
    .pane-editorial-page-content-view .views-field-body ul,
    .pane-editorial-page-content-view .views-field-body ol {
      line-height: 1.7;
      margin-bottom: 24px;
      margin-bottom: 1.5rem; }
      /* line 61, ../sass/components/_dm27-article.scss */
      .pane-editorial-page-content-view .views-field-field-editorial-text ul > li, .pane-editorial-page-content-view .views-field-field-editorial-text ol > li,
      .pane-editorial-page-content-view .views-field-body ul > li,
      .pane-editorial-page-content-view .views-field-body ol > li {
        padding-left: 28px;
        padding-left: 1.75rem; }
    /* line 65, ../sass/components/_dm27-article.scss */
    .pane-editorial-page-content-view .views-field-field-editorial-text ul,
    .pane-editorial-page-content-view .views-field-body ul {
      list-style: none; }
      /* line 68, ../sass/components/_dm27-article.scss */
      .pane-editorial-page-content-view .views-field-field-editorial-text ul > li,
      .pane-editorial-page-content-view .views-field-body ul > li {
        position: relative; }
        /* line 71, ../sass/components/_dm27-article.scss */
        .pane-editorial-page-content-view .views-field-field-editorial-text ul > li:before,
        .pane-editorial-page-content-view .views-field-body ul > li:before {
          color: #f11e15;
          content: "\25C6";
          left: 0;
          line-height: 1;
          position: absolute;
          top: 4px; }
    /* line 82, ../sass/components/_dm27-article.scss */
    .pane-editorial-page-content-view .views-field-field-editorial-text img,
    .pane-editorial-page-content-view .views-field-body img {
      height: auto !important;
      margin-bottom: 0.8em;
      width: 100% !important;
      margin-right: 2.9%; }
  /* line 91, ../sass/components/_dm27-article.scss */
  .pane-editorial-page-content-view .view-editorial-page-content-view table {
    width: 100% !important; }

/**
* Tablet and Up
*/
@media only screen and (min-width: 40.063em) {
  /* line 103, ../sass/components/_dm27-article.scss */
  .pane-editorial-page-content-view {
    padding: 0 50px 0 38px;
    padding: 0 3.125rem 0 2.375rem; }
    /* line 105, ../sass/components/_dm27-article.scss */
    .pane-editorial-page-content-view .views-field-title {
      font-size: 32px;
      font-size: 2rem; }
    /* line 108, ../sass/components/_dm27-article.scss */
    .pane-editorial-page-content-view .views-field-field-editorial-subtitle {
      font-size: 26px;
      font-size: 1.625rem; }
    /* line 114, ../sass/components/_dm27-article.scss */
    .pane-editorial-page-content-view .views-field-field-editorial-text img,
    .pane-editorial-page-content-view .views-field-body img {
      float: left;
      max-width: 47.1%;
      margin-top: 5px; } }
/**
 * DM32 - Search page, results and /search/node page
 */
/* line 7, ../sass/components/_dm32-search.scss */
body[class*=-search] .breadcrumb {
  border-bottom: 1px solid gainsboro; }

/* line 12, ../sass/components/_dm32-search.scss */
.l-content {
  /** H1 **/ }
  /* line 15, ../sass/components/_dm32-search.scss */
  .l-content .search-heading {
    border: 0;
    clip: none;
    height: auto;
    overflow: hidden;
    position: static;
    width: auto;
    padding: 52px 0 26px;
    padding: 3.25rem 0 1.625rem; }
  /* line 33, ../sass/components/_dm32-search.scss */
  .l-content .search-form {
    background-color: #f7f7f7;
    margin: 0 8.3% 30px;
    margin: 0 8.3% 1.875rem;
    overflow: hidden;
    padding: 10px;
    padding: 0.625rem; }
    /* line 39, ../sass/components/_dm32-search.scss */
    .l-content .search-form .form-item-retain-filters {
      display: none; }
    /* line 43, ../sass/components/_dm32-search.scss */
    .l-content .search-form > .form-item {
      display: inline-block;
      vertical-align: top; }
    /* line 47, ../sass/components/_dm32-search.scss */
    .l-content .search-form label {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
      /* line 91, ../sass/abstractions/_mixins.scss */
      .ie8 .l-content .search-form label {
        *clip: none;
        *height: auto;
        *margin: 0;
        *overflow: visible;
        *position: static;
        *width: auto; }
    /* line 50, ../sass/components/_dm32-search.scss */
    .l-content .search-form .form-text {
      width: 82.97872%;
      float: left;
      margin-right: -100%;
      margin-left: 0%;
      clear: none;
      margin-top: 10px;
      margin-top: 0.625rem;
      padding: 0 16px 0 10px;
      padding: 0 1rem 0 0.625rem;
      font-size: 20px;
      font-size: 1.25rem;
      border: none;
      background-color: transparent;
      color: #bebebe;
      font-family: "AdelleSansRegular", serif; }
      /* line 60, ../sass/components/_dm32-search.scss */
      .l-content .search-form .form-text:focus {
        background-color: #fff;
        outline: none; }
    /* line 65, ../sass/components/_dm32-search.scss */
    .l-content .search-form .form-submit {
      width: 14.89362%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      border: 0;
      border-left: 1px solid #ccc;
      background: transparent url(../images/search_image_large.png) center no-repeat;
      background-size: auto 100%;
      color: #007867;
      overflow: hidden;
      max-width: 90px;
      max-width: 5.625rem;
      min-width: 50px;
      min-width: 3.125rem;
      padding: 10px;
      padding: 0.625rem;
      text-indent: 200%; }
      /* line 79, ../sass/components/_dm32-search.scss */
      .l-content .search-form .form-submit:hover, .l-content .search-form .form-submit:active, .l-content .search-form .form-submit:focus {
        background-color: #fff;
        outline: 2px solid #007867;
        text-decoration: none; }
    @media only screen and (min-width: 40.063em) {
      /* line 33, ../sass/components/_dm32-search.scss */
      .l-content .search-form {
        padding: 20px;
        padding: 1.25rem; }
        /* line 91, ../sass/components/_dm32-search.scss */
        .l-content .search-form .form-text {
          width: 82.97872%;
          float: left;
          margin-right: -100%;
          margin-left: 0%;
          clear: none;
          margin-top: 0;
          padding: 0 16px 0 30px;
          padding: 0 1rem 0 1.875rem;
          font-size: 46px;
          font-size: 2.875rem; }
        /* line 97, ../sass/components/_dm32-search.scss */
        .l-content .search-form .form-submit {
          padding: 20px;
          padding: 1.25rem; } }

/* line 105, ../sass/components/_dm32-search.scss */
.search-results,
.spelling-suggestions {
  margin: 0 8.3%; }

/* line 111, ../sass/components/_dm32-search.scss */
.results-found {
  color: #333333;
  font-family: "AdelleSansRegular", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 55px;
  margin: 0 0 3.4375rem;
  text-align: center; }
  /* line 118, ../sass/components/_dm32-search.scss */
  .results-found .resultsNumber {
    color: #f11e15; }
  @media only screen and (min-width: 40.063em) {
    /* line 111, ../sass/components/_dm32-search.scss */
    .results-found {
      text-align: left;
      margin: 5px 0 35px;
      margin: 0.3125rem 0 2.1875rem; } }

/* line 130, ../sass/components/_dm32-search.scss */
.spelling-suggestions dt, .spelling-suggestions dd {
  line-height: 1.4;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem; }
  /* line 134, ../sass/components/_dm32-search.scss */
  .spelling-suggestions dt strong, .spelling-suggestions dd strong {
    font-weight: inherit; }

/* line 141, ../sass/components/_dm32-search.scss */
.search-result {
  background-color: #f7f7f7;
  line-height: normal;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 25px 20px 18px;
  padding: 1.5625rem 1.25rem 1.125rem; }
  /* line 148, ../sass/components/_dm32-search.scss */
  .search-result > h3 {
    line-height: 1.2;
    margin: 0 0 11px;
    margin: 0 0 0.6875rem; }
  /* line 155, ../sass/components/_dm32-search.scss */
  .search-result .search-result__info {
    color: #919191;
    display: none;
    font-size: inherit;
    margin: 0 0 8px;
    margin: 0 0 0.5rem;
    padding: 0; }
  /* line 162, ../sass/components/_dm32-search.scss */
  .search-result .search-result__snippet {
    font-size: inherit;
    margin: 0 0 8px;
    margin: 0 0 0.5rem;
    padding: 0; }
  @media only screen and (min-width: 40.063em) {
    /* line 141, ../sass/components/_dm32-search.scss */
    .search-result {
      padding: 28px 32px 36px;
      padding: 1.75rem 2rem 2.25rem; }
      /* line 171, ../sass/components/_dm32-search.scss */
      .search-result > h3 {
        margin: 0 0 18px;
        margin: 0 0 1.125rem; }
      /* line 175, ../sass/components/_dm32-search.scss */
      .search-result .search-result__info {
        display: block; } }

/* line 181, ../sass/components/_dm32-search.scss */
.pager {
  display: block;
  font-family: "AdelleSansRegular", serif;
  margin: 50px 8.3% 0;
  margin: 3.125rem 8.3% 0;
  overflow: hidden;
  text-align: right; }
  /* line 188, ../sass/components/_dm32-search.scss */
  .pager .pager__item {
    background-color: #f7f7f7;
    color: #919191;
    display: inline-block;
    line-height: 1;
    float: left;
    font-size: 20px;
    font-size: 1.25rem;
    margin-right: 1px;
    padding: 0;
    text-align: center; }
    /* line 199, ../sass/components/_dm32-search.scss */
    .pager .pager__item > a {
      color: inherit;
      display: inline-block;
      padding: 5px 12px 6px;
      padding: 0.3125rem 0.75rem 0.375rem; }
      /* line 204, ../sass/components/_dm32-search.scss */
      .pager .pager__item > a:hover, .pager .pager__item > a:active, .pager .pager__item > a:focus {
        background-color: #007867;
        color: #fff;
        text-decoration: none; }
  /* line 213, ../sass/components/_dm32-search.scss */
  .pager .pager__item--current {
    background-color: #f01e14;
    color: #fff;
    font-weight: normal;
    padding: 5px 12px 6px;
    padding: 0.3125rem 0.75rem 0.375rem; }
  /* line 219, ../sass/components/_dm32-search.scss */
  .pager .pager__item--previous,
  .pager .pager__item--next {
    background-color: transparent;
    color: #007867;
    float: none;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-transform: capitalize; }
    /* line 229, ../sass/components/_dm32-search.scss */
    .pager .pager__item--previous > a,
    .pager .pager__item--next > a {
      color: inherit;
      padding: 0;
      line-height: 31px;
      line-height: 1.9375rem; }
      /* line 234, ../sass/components/_dm32-search.scss */
      .pager .pager__item--previous > a:hover, .pager .pager__item--previous > a:active, .pager .pager__item--previous > a:focus,
      .pager .pager__item--next > a:hover,
      .pager .pager__item--next > a:active,
      .pager .pager__item--next > a:focus {
        background-color: inherit;
        color: #01948a;
        text-decoration: underline; }
  /* line 244, ../sass/components/_dm32-search.scss */
  .pager .pager__item--first,
  .pager .pager__item--last {
    display: none; }
  /* line 249, ../sass/components/_dm32-search.scss */
  .pager .pager__item--previous ~ .pager__item--next {
    border-left: 1px solid gainsboro;
    margin-left: 22px;
    margin-left: 1.375rem;
    padding-left: 26px;
    padding-left: 1.625rem; }
  @media only screen and (min-width: 40.063em) {
    /* line 181, ../sass/components/_dm32-search.scss */
    .pager {
      margin-bottom: 50px;
      margin-bottom: 3.125rem; } }

/* line 262, ../sass/components/_dm32-search.scss */
body[class*=-search] .search-form + ul,
body[class*=-search] .spelling-suggestions + ul {
  padding: 20px;
  padding: 1.25rem;
  margin: 0 8.3% 30px;
  margin: 0 8.3% 1.875rem; }
  /* line 266, ../sass/components/_dm32-search.scss */
  body[class*=-search] .search-form + ul li,
  body[class*=-search] .spelling-suggestions + ul li {
    line-height: 1.4;
    font-size: 14px;
    font-size: 0.875rem; }

/**
* DM42 - Hooked navigation
*/
/* line 4, ../sass/components/_dm42-hookedtransact.scss */
.top-transact-module {
  background: #fff;
  border-bottom: 1px solid gainsboro;
  color: #9c9c9c;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 14px 6.25%;
  padding: 0.875rem 6.25%;
  text-align: right;
  /**
  * Tablet / desktop changes
  */ }
  /* line 13, ../sass/components/_dm42-hookedtransact.scss */
  .top-transact-module .views-field-field-phone-number-w-desription,
  .top-transact-module .field-collection-item-field-phone-number-w-desription {
    float: left; }
    /* line 17, ../sass/components/_dm42-hookedtransact.scss */
    .top-transact-module .views-field-field-phone-number-w-desription .field--name-field-transact-phone-text,
    .top-transact-module .field-collection-item-field-phone-number-w-desription .field--name-field-transact-phone-text {
      display: none; }
    /* line 21, ../sass/components/_dm42-hookedtransact.scss */
    .top-transact-module .views-field-field-phone-number-w-desription .field--name-field-phone-number-transact,
    .top-transact-module .field-collection-item-field-phone-number-w-desription .field--name-field-phone-number-transact {
      color: #007867;
      font-family: "AdelleSansRegular", serif;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 26px;
      line-height: 1.625rem;
      vertical-align: middle; }
    /* line 29, ../sass/components/_dm42-hookedtransact.scss */
    .top-transact-module .views-field-field-phone-number-w-desription > .content,
    .top-transact-module .field-collection-item-field-phone-number-w-desription > .content {
      margin-top: 8px;
      margin-top: 0.5rem; }
    /* line 33, ../sass/components/_dm42-hookedtransact.scss */
    .top-transact-module .views-field-field-phone-number-w-desription p,
    .top-transact-module .field-collection-item-field-phone-number-w-desription p {
      padding: 0;
      margin: 0; }
  /* line 39, ../sass/components/_dm42-hookedtransact.scss */
  .top-transact-module ul {
    display: inline-block;
    list-style: none; }
  /* line 45, ../sass/components/_dm42-hookedtransact.scss */
  .top-transact-module .views-field-field-transact-chat-icon,
  .top-transact-module .views-field-field-live-chat {
    display: none;
    vertical-align: middle; }
  /* line 53, ../sass/components/_dm42-hookedtransact.scss */
  .top-transact-module .views-field-field-link-transact a {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    /* line 4, ../sass/components/_dm42-hookedtransact.scss */
    .top-transact-module {
      font-size: 14px;
      font-size: 0.875rem;
      padding: 30px;
      padding: 1.875rem;
      position: relative;
      overflow: hidden;
      text-align: center;
      z-index: 1; }
      /* line 72, ../sass/components/_dm42-hookedtransact.scss */
      .top-transact-module div {
        display: inline-block;
        /**
         * Hack from the client WOR-1169. If the field link is the first (therefore only child),
         * remove the border. We don't have the HTML structure to do this properly.
         */ }
        /* line 79, ../sass/components/_dm42-hookedtransact.scss */
        .top-transact-module div > .views-field-field-link-transact:first-child {
          border: none; }
      /* line 85, ../sass/components/_dm42-hookedtransact.scss */
      .top-transact-module .views-field-field-phone-number-w-desription {
        padding-right: 20px;
        padding-right: 1.25rem;
        float: none;
        vertical-align: middle; }
        /* line 90, ../sass/components/_dm42-hookedtransact.scss */
        .top-transact-module .views-field-field-phone-number-w-desription .field--name-field-transact-phone-text {
          display: inline-block;
          vertical-align: middle; }
        /* line 95, ../sass/components/_dm42-hookedtransact.scss */
        .top-transact-module .views-field-field-phone-number-w-desription .field--name-field-phone-number-transact {
          color: #393939;
          font-size: 20px;
          font-size: 1.25rem;
          line-height: normal;
          padding-left: 0.25em;
          vertical-align: middle; }
      /* line 104, ../sass/components/_dm42-hookedtransact.scss */
      .top-transact-module .views-field-field-transact-chat-icon {
        border-left: 1px solid gainsboro;
        display: inline-block;
        font-size: 14px;
        font-size: 0.875rem;
        height: 0;
        overflow: hidden;
        padding: 31px 31px 0 16px;
        padding: 1.9375rem 1.9375rem 0 1rem;
        position: relative;
        width: 0; }
        /* line 114, ../sass/components/_dm42-hookedtransact.scss */
        .top-transact-module .views-field-field-transact-chat-icon img {
          right: 0;
          position: absolute;
          top: 0;
          z-index: 0; }
      /* line 122, ../sass/components/_dm42-hookedtransact.scss */
      .top-transact-module .views-field-field-live-chat {
        border-left: 1px solid gainsboro;
        display: inline-block;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 31px;
        line-height: 1.9375rem;
        padding: 0 20px;
        padding: 0 1.25rem; }
        /* line 129, ../sass/components/_dm42-hookedtransact.scss */
        .top-transact-module .views-field-field-live-chat a {
          color: #007867; }
        /* line 132, ../sass/components/_dm42-hookedtransact.scss */
        .top-transact-module .views-field-field-live-chat a:hover {
          color: #01948a; }
      /* line 137, ../sass/components/_dm42-hookedtransact.scss */
      .top-transact-module .views-field-field-transact-chat-icon + .views-field-field-live-chat {
        border-left: none;
        padding-left: 0; }
      /* line 143, ../sass/components/_dm42-hookedtransact.scss */
      .top-transact-module .views-field-field-link-transact {
        border-left: 1px solid gainsboro;
        display: inline-block;
        padding: 0 20px;
        padding: 0 1.25rem; }
        /* line 149, ../sass/components/_dm42-hookedtransact.scss */
        .top-transact-module .views-field-field-link-transact a {
          font-size: 14px;
          font-size: 0.875rem; } }

/* line 155, ../sass/components/_dm42-hookedtransact.scss */
.hookedClone {
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: -100px;
  z-index: 2;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background: #393939;
  border-bottom: none;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  color: #9c9c9c;
  padding: 20px 0 20px 170px;
  padding: 1.25rem 0 1.25rem 10.625rem;
  text-align: right; }
  /* line 176, ../sass/components/_dm42-hookedtransact.scss */
  .hookedClone.is-visible {
    top: 0; }
  /* line 184, ../sass/components/_dm42-hookedtransact.scss */
  .hookedClone .views-field-field-phone-number-w-desription .field--name-field-phone-number-transact,
  .hookedClone .field-collection-item-field-phone-number-w-desription .field--name-field-phone-number-transact {
    color: #fff; }
  /* line 190, ../sass/components/_dm42-hookedtransact.scss */
  .hookedClone .views-field-field-live-chat a, .hookedClone .views-field-field-live-chat a:hover {
    color: #fff; }
  /* line 194, ../sass/components/_dm42-hookedtransact.scss */
  .hookedClone .views-field-field-transact-chat-icon,
  .hookedClone .views-field-field-live-chat,
  .hookedClone .views-field-field-link-transact {
    border-color: #4a4a4a; }
  /* line 201, ../sass/components/_dm42-hookedtransact.scss */
  .hookedClone .views-field-field-transact-chat-icon img {
    bottom: 0;
    top: auto; }
  /* line 207, ../sass/components/_dm42-hookedtransact.scss */
  .hookedClone .site-logo {
    background: #f7f7f7;
    display: block;
    padding: 20px 15px 0;
    padding: 1.25rem 0.9375rem 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 3; }
  @media only screen and (min-width: 40.063em) {
    /* line 155, ../sass/components/_dm42-hookedtransact.scss */
    .hookedClone {
      display: block; } }
  @media only screen and (min-width: 64.063em) {
    /* line 155, ../sass/components/_dm42-hookedtransact.scss */
    .hookedClone {
      padding: 20px 30px 20px 200px;
      padding: 1.25rem 1.875rem 1.25rem 12.5rem; }
      /* line 225, ../sass/components/_dm42-hookedtransact.scss */
      .hookedClone .site-logo {
        padding: 20px 30px 0;
        padding: 1.25rem 1.875rem 0; } }

/**
 * Promo content (DM43 Hero image)
 * Used on:
 * PT07a Articles
 */
/* line 8, ../sass/components/_dm43-heroimage.scss */
.pane-editorial-page-hero-image-view {
  max-height: 184px;
  overflow: hidden; }
  /* line 12, ../sass/components/_dm43-heroimage.scss */
  .pane-editorial-page-hero-image-view img {
    max-width: none;
    width: 100%; }
  @media only screen and (min-width: 40.063em) {
    /* line 8, ../sass/components/_dm43-heroimage.scss */
    .pane-editorial-page-hero-image-view {
      max-height: 320px; } }

/* Event - which shares the same panel as general page content type */
/* line 2, ../sass/components/_event.scss */
.node-type-event {
  /* event header from view - uses class in the view */ }
  /* line 4, ../sass/components/_event.scss */
  .node-type-event .event-title-header {
    max-width: 1072px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px 0 24px;
    padding-bottom: 40px;
    /* node title */
    /* Date, Time and Author */
    /* standfirst */ }
    /* line 12, ../sass/components/_event.scss */
    .node-type-event .event-title-header .views-field-title h1 {
      color: #333;
      font-family: "AdelleSansRegular",sans-serif;
      font-weight: 100;
      text-align: left;
      text-transform: none;
      font-size: 34px;
      padding-top: 35px;
      margin-bottom: 16px; }
    /* line 22, ../sass/components/_event.scss */
    .node-type-event .event-title-header .views-field-title h1:after {
      content: ' ';
      display: none; }
    /* line 28, ../sass/components/_event.scss */
    .node-type-event .event-title-header .views-field-field-event-date,
    .node-type-event .event-title-header .views-field-field-event-time,
    .node-type-event .event-title-header .views-field-field-location-1 {
      text-align: left;
      margin-bottom: 5px;
      font-weight: 100; }
    /* line 36, ../sass/components/_event.scss */
    .node-type-event .event-title-header .views-field-field-standfirst {
      font-family: "AdelleSansRegular", serif;
      text-align: left;
      font-size: 22px;
      font-weight: 100;
      color: #f01d14;
      margin-top: 20px;
      margin-bottom: 5px;
      line-height: 1.4; }
    /* line 46, ../sass/components/_event.scss */
    .node-type-event .event-title-header p {
      font-weight: 100; }

/* line 53, ../sass/components/_event.scss */
.node-type-event {
  /* event body content wrapper - mini panel */
  /* non-inline labels */
  /* make labels inline */
  /* form heading */ }
  /* line 55, ../sass/components/_event.scss */
  .node-type-event .pane-event-body-content {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 24px 24px 24px;
    padding-bottom: 40px;
    margin-bottom: 30px;
    background-color: #f7f7f7;
    font-weight: 100; }
    /* line 64, ../sass/components/_event.scss */
    .node-type-event .pane-event-body-content .panel-2col .panel-col-first .inside {
      margin-right: 15px; }
    /* line 67, ../sass/components/_event.scss */
    .node-type-event .pane-event-body-content .panel-2col .panel-col-last .inside {
      margin-left: 15px; }
  /* line 71, ../sass/components/_event.scss */
  .node-type-event .views-field-field-event-description,
  .node-type-event .views-field-field-location,
  .node-type-event .views-field-field-event-stand-number,
  .node-type-event .views-field-field-event-url,
  .node-type-event .views-field-field-hashtag {
    line-height: 1.4;
    margin-bottom: 15px; }
  /* line 79, ../sass/components/_event.scss */
  .node-type-event .views-field-field-event-description,
  .node-type-event .views-field-field-location {
    margin-bottom: 15px; }
  /* line 83, ../sass/components/_event.scss */
  .node-type-event .views-field-field-event-stand-number,
  .node-type-event .views-field-field-event-url,
  .node-type-event .views-field-field-hashtag {
    margin-bottom: 2px; }
  /* line 90, ../sass/components/_event.scss */
  .node-type-event .views-field-field-location .views-label {
    font-weight: 500; }
  /* line 98, ../sass/components/_event.scss */
  .node-type-event .views-field-field-event-stand-number .views-label,
  .node-type-event .views-field-field-event-url .views-label,
  .node-type-event .views-field-field-hashtag .views-label {
    font-weight: 500; }
  /* line 101, ../sass/components/_event.scss */
  .node-type-event .views-field-field-event-stand-number .field-content,
  .node-type-event .views-field-field-event-url .field-content,
  .node-type-event .views-field-field-hashtag .field-content {
    display: inline; }
  /* line 106, ../sass/components/_event.scss */
  .node-type-event .views-field-field-fc-form-heading {
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px; }

@media screen and (max-width: 680px) {
  /* line 119, ../sass/components/_event.scss */
  .node-type-event .pane-event-body-content .panel-2col .panel-col-first {
    width: 100%;
    float: none; }
    /* line 122, ../sass/components/_event.scss */
    .node-type-event .pane-event-body-content .panel-2col .panel-col-first .inside {
      margin-right: 0; }
  /* line 126, ../sass/components/_event.scss */
  .node-type-event .pane-event-body-content .panel-2col .panel-col-last {
    width: 100%;
    float: none; }
    /* line 129, ../sass/components/_event.scss */
    .node-type-event .pane-event-body-content .panel-2col .panel-col-last .inside {
      margin-left: 0; } }
/* for small screens */
@media (min-width: 0em) and (max-width: 40em) {
  /* line 140, ../sass/components/_event.scss */
  .node-type-event .event-title-header {
    padding-bottom: 20px; } }
/*  Event listing - depends on _custom_search_listings.scss and classes mentioned in its comments */
/* teasers results */
/* line 5, ../sass/components/_event_listing.scss */
.view-events-listing.custom-search-listing-results {
  /* rows */
  /* teaser image */
  /* teaser text wrapper */
  /* event date and time */
  /* teaser text */ }
  /* line 7, ../sass/components/_event_listing.scss */
  .view-events-listing.custom-search-listing-results .views-row {
    padding-bottom: 25px;
    overflow: hidden;
    clear: both; }
  /* line 13, ../sass/components/_event_listing.scss */
  .view-events-listing.custom-search-listing-results .field--name-field-search-image img,
  .view-events-listing.custom-search-listing-results .field-name-field-search-image img {
    width: 120px;
    height: auto;
    float: left;
    margin-right: 20px; }
  /* line 21, ../sass/components/_event_listing.scss */
  .view-events-listing.custom-search-listing-results .teaser-text-wrapper {
    overflow: hidden;
    margin-left: 140px;
    /* teaser title */
    /* date wrapper */ }
    /* line 25, ../sass/components/_event_listing.scss */
    .view-events-listing.custom-search-listing-results .teaser-text-wrapper h2 {
      font-family: "AdelleSansRegular",serif;
      font-style: normal;
      text-rendering: optimizeLegibility;
      font-size: 24px;
      color: #007867;
      font-weight: 100;
      line-height: 1.4;
      margin: 0 0 15px 0;
      padding: 20px 0 0 0;
      position: relative;
      top: -20px;
      margin-bottom: -10px; }
      /* line 38, ../sass/components/_event_listing.scss */
      .view-events-listing.custom-search-listing-results .teaser-text-wrapper h2 a {
        color: #007867;
        text-decoration: none; }
      /* line 42, ../sass/components/_event_listing.scss */
      .view-events-listing.custom-search-listing-results .teaser-text-wrapper h2 a:hover {
        text-decoration: underline; }
    /* line 47, ../sass/components/_event_listing.scss */
    .view-events-listing.custom-search-listing-results .teaser-text-wrapper .meta-wrapper {
      overflow: hidden; }
    /* line 50, ../sass/components/_event_listing.scss */
    .view-events-listing.custom-search-listing-results .teaser-text-wrapper .meta-wrapper,
    .view-events-listing.custom-search-listing-results .teaser-text-wrapper .field-name-field-location {
      font-family: inherit;
      font-weight: 100;
      font-size: 16px;
      line-height: 1.6;
      text-rendering: optimizeLegibility; }
      /* line 57, ../sass/components/_event_listing.scss */
      .view-events-listing.custom-search-listing-results .teaser-text-wrapper .meta-wrapper p,
      .view-events-listing.custom-search-listing-results .teaser-text-wrapper .field-name-field-location p {
        margin: 0;
        padding: 0; }
  /* line 64, ../sass/components/_event_listing.scss */
  .view-events-listing.custom-search-listing-results .field--name-field-event-date,
  .view-events-listing.custom-search-listing-results .field--name-field-event-time {
    display: inline-block;
    *display: inline;
    zoom: 1; }
  /* line 71, ../sass/components/_event_listing.scss */
  .view-events-listing.custom-search-listing-results .field--name-field-listings-teaser-text,
  .view-events-listing.custom-search-listing-results .field-name-field-listings-teaser-text,
  .view-events-listing.custom-search-listing-results .field--name-field-about-abstract,
  .view-events-listing.custom-search-listing-results .field-name-field-about-abstract {
    font-family: inherit;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-rendering: optimizeLegibility; }

/* teasers results - grouping by date */
/* line 84, ../sass/components/_event_listing.scss */
.view-events-listing.custom-search-listing-results > h3 {
  font-family: "AdelleSansRegular", serif;
  font-size: 18px;
  font-weight: 100;
  font-style: normal;
  color: #f01d14;
  text-rendering: optimizeLegibility;
  margin-top: 3px;
  margin-bottom: 8px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase; }

/* line 97, ../sass/components/_event_listing.scss */
.view-events-listing.custom-search-listing-results > h3:after {
  content: ' ';
  border-top: 3px solid #f11e15;
  display: block;
  margin: 13px auto 30px auto;
  width: 30px; }

/* for small screens */
@media (min-width: 0em) and (max-width: 40em) {
  /* teasers results */
  /* line 108, ../sass/components/_event_listing.scss */
  .view-events-listing.custom-search-listing-results {
    /* teaser text wrapper */ }
    /* line 110, ../sass/components/_event_listing.scss */
    .view-events-listing.custom-search-listing-results .teaser-text-wrapper {
      /* teaser title */ }
      /* line 112, ../sass/components/_event_listing.scss */
      .view-events-listing.custom-search-listing-results .teaser-text-wrapper h2 {
        font-size: 20px; } }
/* for very small screens */
@media all and (max-width: 380px) {
  /* teasers results */
  /* line 122, ../sass/components/_event_listing.scss */
  .view-events-listing.custom-search-listing-results {
    /* teaser image */
    /* teaser text wrapper */ }
    /* line 124, ../sass/components/_event_listing.scss */
    .view-events-listing.custom-search-listing-results .field--name-field-search-image img,
    .view-events-listing.custom-search-listing-results .field-name-field-search-image img {
      float: none;
      margin-right: 0;
      margin-bottom: 15px; }
    /* line 131, ../sass/components/_event_listing.scss */
    .view-events-listing.custom-search-listing-results .teaser-text-wrapper {
      margin-left: 0; } }
/* Node title and standfirst - general page */
/* line 2, ../sass/components/_general-page.scss */
.panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page {
  /* node title */
  /* standfirst */ }
  /* line 4, ../sass/components/_general-page.scss */
  .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page .views-field-title {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1072px;
    margin-left: auto;
    margin-right: auto; }
    /* line 10, ../sass/components/_general-page.scss */
    .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page .views-field-title h1 {
      color: #f11e15;
      font-family: "AdelleSansRegular",sans-serif;
      font-weight: 300;
      text-align: center;
      text-transform: uppercase;
      font-size: 17px;
      padding-top: 35px; }
    /* line 19, ../sass/components/_general-page.scss */
    .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page .views-field-title h1:after {
      content: ' ';
      border-top: 3px solid #f11e15;
      display: block;
      margin: 13px auto 25px;
      width: 30px; }
  /* line 28, ../sass/components/_general-page.scss */
  .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page .views-field-field-standfirst {
    padding: 0 24px 25px 24px;
    font-family: "AdelleSansRegular", serif;
    text-align: center;
    max-width: 678px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4; }

/**
 * DM01 - Top Navigation
 */
/* line 4, ../sass/components/_global/_dm01-header.scss */
header {
  /**
   * Search Form
   */ }
  /* line 5, ../sass/components/_global/_dm01-header.scss */
  header .branding-wrapper {
    position: relative; }
  /* line 8, ../sass/components/_global/_dm01-header.scss */
  header .site-logo {
    position: absolute;
    bottom: 10px;
    left: 32px; }
  /* line 14, ../sass/components/_global/_dm01-header.scss */
  header .branding-wrapper h1 {
    margin: 0;
    padding: 0;
    font-size: inherit; }
  /* line 23, ../sass/components/_global/_dm01-header.scss */
  header #block-search-form {
    padding: 0 32px; }
    /* line 65, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_clearfix.scss */
    header #block-search-form:after {
      content: "";
      display: table;
      clear: both; }
    /* line 26, ../sass/components/_global/_dm01-header.scss */
    header #block-search-form .container-inline {
      background: #fff; }
      /* line 65, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_clearfix.scss */
      header #block-search-form .container-inline:after {
        content: "";
        display: table;
        clear: both; }
    /* line 30, ../sass/components/_global/_dm01-header.scss */
    header #block-search-form .form-text {
      width: 91.48936%;
      float: left;
      margin-right: -100%;
      margin-left: 0%;
      clear: none;
      padding: 16px;
      padding: 1rem;
      font-size: 23px;
      font-size: 1.4375rem;
      border: none;
      color: #333333; }
    /* line 37, ../sass/components/_global/_dm01-header.scss */
    header #block-search-form .form-submit {
      float: right;
      clear: none;
      margin: 0px; }
      /* line 41, ../sass/components/_global/_dm01-header.scss */
      header #block-search-form .form-submit:hover, header #block-search-form .form-submit:active, header #block-search-form .form-submit:focus {
        /*background-color: $hover-color;
        color: #fff;
        text-decoration: none;*/ }

/**
 * DM02a - Mobile Navigation
 */
/* line 4, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
.menu-attach-block-wrapper, .block--menu-menu-worldpay-sitenavigation {
  display: none; }

/* line 8, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
.top-bar {
  background: #fff;
  -webkit-box-shadow: 0 4px 6px 0 #ebebeb;
  box-shadow: 0 4px 6px 0 #ebebeb;
  padding: 13px 0;
  padding: 0.8125rem 0;
  position: relative; }
  /* line 65, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_clearfix.scss */
  .top-bar:after {
    content: "";
    display: table;
    clear: both; }
  /* line 16, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
  .top-bar .right-off-canvas-toggle {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 9px;
    padding: 0.5625rem;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: 1;
    cursor: pointer;
    color: #007867;
    text-decoration: none; }
    /* line 28, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
    .top-bar .right-off-canvas-toggle:hover, .move-left .top-bar .right-off-canvas-toggle {
      color: #f11e15; }
    /* line 33, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
    .top-bar .right-off-canvas-toggle span {
      text-indent: -999em;
      display: none; }
  /* line 39, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
  .top-bar h1 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 0 !important; }
  /* line 45, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
  .top-bar .logo {
    display: block;
    width: 120px;
    margin: 0 auto; }

/**
 * Offcanvas menu
 */
/* line 55, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
.right-off-canvas-menu {
  font-family: "AdelleSansRegular", serif;
  overflow-x: hidden; }
  /* line 61, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
  .right-off-canvas-menu form {
    padding: 10px;
    padding: 0.625rem;
    background: #2e2e2e;
    display: block;
    margin-bottom: 50px; }
    /* line 65, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_clearfix.scss */
    .right-off-canvas-menu form:after {
      content: "";
      display: table;
      clear: both; }
  /* line 68, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
  .right-off-canvas-menu label {
    display: none; }
  /* line 71, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
  .right-off-canvas-menu .form-text {
    width: 82.97872%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
    font-size: 16px;
    font-size: 1rem;
    padding: 5px;
    padding: 0.3125rem;
    color: #919191;
    background: #2e2e2e;
    border: 0; }
  /* line 80, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
  .right-off-canvas-menu .form-submit {
    width: 14.89362%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    color: #919191;
    border: 0;
    background: none; }
    /* line 85, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
    .right-off-canvas-menu .form-submit:hover {
      color: #f11e15; }
  @media only screen and (min-width: 40.063em) {
    /* line 55, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
    .right-off-canvas-menu {
      display: none; } }

/**
 * Sliding mobile navigation
 */
/* line 111, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
.mobile-nav {
  position: relative;
  font-family: "AdelleSansRegular", sans-serif; }
  /* line 116, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
  .mobile-nav .menu {
    border-top: 1px solid #242424; }
  /* line 121, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
  .mobile-nav > .menu {
    -webkit-transition: left 0.2s ease-in;
    -moz-transition: left 0.2s ease-in;
    -o-transition: left 0.2s ease-in;
    transition: left 0.2s ease-in; }
    /* line 125, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
    .mobile-nav > .menu .menu {
      display: block;
      position: absolute;
      top: 0;
      left: 250px;
      width: 100%; }
  /* line 136, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
  .mobile-nav li.expandable, .mobile-nav li.parent-header {
    border-bottom: 1px solid #242424; }
    /* line 139, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
    .mobile-nav li.expandable li, .mobile-nav li.parent-header li {
      border-bottom: 1px solid #242424; }
  /* line 144, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
  .mobile-nav li.parent-header a {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #919191; }
  /* line 149, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
  .mobile-nav li .links .last {
    border-bottom: 0; }
  /* line 153, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
  .mobile-nav li .links li {
    border-bottom: 0; }
    /* line 155, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
    .mobile-nav li .links li a {
      font-size: 14px;
      font-size: 0.875rem;
      color: #919191; }
  /* line 161, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
  .mobile-nav li.nav-block-1 {
    margin-top: -30px;
    margin-top: -1.875rem; }
  /* line 165, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
  .mobile-nav li.nav-block-2, .mobile-nav li.nav-block-3 {
    margin-top: 20px;
    margin-top: 1.25rem; }
  /* line 171, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
  .mobile-nav .service-portal {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
    border-top: 1px solid #242424; }
  /* line 175, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
  .mobile-nav .view-country-selector-view > ul > li:last-of-type {
    border: 0; }
  /* line 179, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
  .mobile-nav a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 17px 20px;
    padding: 1.0625rem 1.25rem;
    color: #fff;
    display: block;
    line-height: 1.25;
    text-decoration: none; }
    /* line 187, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
    .mobile-nav a:hover {
      background: #007867; }
    /* line 191, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
    .mobile-nav a.product-redirect:after {
      content: ""; }
  /* line 65, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_clearfix.scss */
  .mobile-nav .expandable:after {
    content: "";
    display: table;
    clear: both; }
  /* line 198, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
  .mobile-nav .expandable > a:after {
    float: right;
    margin-top: 2px; }
  /* line 205, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
  .mobile-nav .nextlevel span {
    display: none; }
  @media only screen and (min-width: 40.063em) {
    /* line 111, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
    .mobile-nav {
      display: none; } }

/**
 * If the browser supports 3D transforms
 */
/* line 219, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
.csstransforms3d nav > .menu {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out; }
/* line 224, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
.csstransforms3d .at-level-1 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  left: 0; }
/* line 224, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
.csstransforms3d .at-level-2 {
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  transform: translateX(-200%);
  left: 0; }
/* line 224, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
.csstransforms3d .at-level-3 {
  -webkit-transform: translateX(-300%);
  -moz-transform: translateX(-300%);
  -ms-transform: translateX(-300%);
  -o-transform: translateX(-300%);
  transform: translateX(-300%);
  left: 0; }

/**
 * Set each levels left value
 */
/* line 236, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
.at-level-1 {
  left: 250px; }

/* line 236, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
.at-level-2 {
  left: 500px; }

/* line 236, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
.at-level-3 {
  left: 750px; }

/* line 242, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
.js .mobile-nav > .menu .menu {
  display: none; }

/**
 * Country selection dropdown
 */
/* line 254, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
.right-off-canvas-menu .country-select > h2 {
  border-bottom: 1px solid #242424;
  color: #919191;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  padding: 65px 20px 14px;
  padding: 4.0625rem 1.25rem 0.875rem; }
/* line 261, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
.right-off-canvas-menu .country-select .view-country-selector-view > ul {
  display: none;
  font-size: 16px;
  font-size: 1rem;
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  -webkit-animation-name: slideIn;
  -moz-animation-name: slideIn;
  -ms-animation-name: slideIn;
  -o-animation-name: slideIn;
  animation-name: slideIn;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  /* line 271, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
  .right-off-canvas-menu .country-select .view-country-selector-view > ul.is-open {
    display: block;
    max-height: none;
    min-height: auto;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s; }

/* line 280, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
.right-off-canvas-menu .country-select-toggle,
.right-off-canvas-menu .view-country-selector-view .field-content a {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  padding: 17px 20px;
  padding: 1.0625rem 1.25rem; }

/* line 286, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
.right-off-canvas-menu .country-select-toggle {
  background-color: transparent;
  border-bottom: none;
  color: white; }
  /* line 291, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
  .right-off-canvas-menu .country-select-toggle:hover, .right-off-canvas-menu .country-select-toggle:active, .right-off-canvas-menu .country-select-toggle:focus {
    background: #2e2e2e;
    color: white; }
  /* line 299, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
  .right-off-canvas-menu .country-select-toggle.icon-toggle-after:after {
    float: right; }

/* line 304, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
.right-off-canvas-menu .view-country-selector-view .field-content a {
  background-color: #2e2e2e;
  color: #919191; }
  /* line 308, ../sass/components/_global/_dm02a-mobilenavigationstyling.scss */
  .right-off-canvas-menu .view-country-selector-view .field-content a:hover, .right-off-canvas-menu .view-country-selector-view .field-content a:active, .right-off-canvas-menu .view-country-selector-view .field-content a:focus {
    background: transparent;
    color: white; }

/**
 * Foundation Off-canvas Navigation (DM02a)
 */
/* line 295, ../sass/components/_global/_dm02a-offcanvassetup.scss */
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }

/* line 296, ../sass/components/_global/_dm02a-offcanvassetup.scss */
.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  /* line 65, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_clearfix.scss */
  .inner-wrap:after {
    content: "";
    display: table;
    clear: both; }

/* line 298, ../sass/components/_global/_dm02a-offcanvassetup.scss */
nav.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: white;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  /* line 160, ../sass/components/_global/_dm02a-offcanvassetup.scss */
  nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar .transact_color_variant_black .views-field-title .field-content, .transact_color_variant_black .views-field-title nav.tab-bar .field-content,
  nav.tab-bar .transact_color_variant_white .views-field-title .field-content,
  .transact_color_variant_white .views-field-title nav.tab-bar .field-content, nav.tab-bar h5, nav.tab-bar h6 {
    color: white;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  /* line 166, ../sass/components/_global/_dm02a-offcanvassetup.scss */
  nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar .transact_color_variant_black .views-field-title .field-content, .transact_color_variant_black .views-field-title nav.tab-bar .field-content,
  nav.tab-bar .transact_color_variant_white .views-field-title .field-content,
  .transact_color_variant_white .views-field-title nav.tab-bar .field-content {
    font-size: 18px; }

/* line 300, ../sass/components/_global/_dm02a-offcanvassetup.scss */
section.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  box-shadow: 1px 0 0 #4e4e4e;
  left: 0; }

/* line 301, ../sass/components/_global/_dm02a-offcanvassetup.scss */
section.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #4e4e4e;
  box-shadow: -1px 0 0 #1a1a1a;
  right: 0; }

/* line 303, ../sass/components/_global/_dm02a-offcanvassetup.scss */
section.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width: 40.063em) {
    /* line 303, ../sass/components/_global/_dm02a-offcanvassetup.scss */
    section.tab-bar-section {
      text-align: left; } }
  /* line 204, ../sass/components/_global/_dm02a-offcanvassetup.scss */
  section.tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  /* line 208, ../sass/components/_global/_dm02a-offcanvassetup.scss */
  section.tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  /* line 212, ../sass/components/_global/_dm02a-offcanvassetup.scss */
  section.tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

/* line 307, ../sass/components/_global/_dm02a-offcanvassetup.scss */
a.menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  line-height: 2.0625rem;
  padding: 0;
  color: red;
  position: relative; }
  /* line 318, ../sass/components/_global/_dm02a-offcanvassetup.scss */
  a.menu-icon span {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0;
    left: 0.8125rem;
    top: 0.3125rem;
    -webkit-box-shadow: 1px 10px 1px 1px white, 1px 16px 1px 1px white, 1px 22px 1px 1px white;
    box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }
  /* line 338, ../sass/components/_global/_dm02a-offcanvassetup.scss */
  a.menu-icon:hover span {
    -webkit-box-shadow: 1px 10px 1px 1px #b3b3b3, 1px 16px 1px 1px #b3b3b3, 1px 22px 1px 1px #b3b3b3;
    box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3; }

/* line 350, ../sass/components/_global/_dm02a-offcanvassetup.scss */
.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  overflow-y: auto;
  background: #393939;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  /* line 279, ../sass/components/_global/_dm02a-offcanvassetup.scss */
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

/* line 351, ../sass/components/_global/_dm02a-offcanvassetup.scss */
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  overflow-y: auto;
  background: #393939;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }

/* line 353, ../sass/components/_global/_dm02a-offcanvassetup.scss */
ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  /* line 226, ../sass/components/_global/_dm02a-offcanvassetup.scss */
  ul.off-canvas-list li label {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  /* line 236, ../sass/components/_global/_dm02a-offcanvassetup.scss */
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #2b2b2b; }

/* line 359, ../sass/components/_global/_dm02a-offcanvassetup.scss */
.move-right > .inner-wrap {
  -webkit-transform: translate3d(250px, 0, 0);
  -moz-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  -o-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0); }
/* line 362, ../sass/components/_global/_dm02a-offcanvassetup.scss */
.move-right a.exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    /* line 267, ../sass/components/_global/_dm02a-offcanvassetup.scss */
    .move-right a.exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

/* line 366, ../sass/components/_global/_dm02a-offcanvassetup.scss */
.move-left > .inner-wrap {
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  -o-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0); }
/* line 370, ../sass/components/_global/_dm02a-offcanvassetup.scss */
.move-left a.exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    /* line 267, ../sass/components/_global/_dm02a-offcanvassetup.scss */
    .move-left a.exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

/* line 375, ../sass/components/_global/_dm02a-offcanvassetup.scss */
.csstransforms.no-csstransforms3d .left-off-canvas-menu {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
/* line 376, ../sass/components/_global/_dm02a-offcanvassetup.scss */
.csstransforms.no-csstransforms3d .right-off-canvas-menu {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }
/* line 378, ../sass/components/_global/_dm02a-offcanvassetup.scss */
.csstransforms.no-csstransforms3d .move-left > .inner-wrap {
  -webkit-transform: translate(-250px, 0);
  -moz-transform: translate(-250px, 0);
  -ms-transform: translate(-250px, 0);
  -o-transform: translate(-250px, 0);
  transform: translate(-250px, 0); }
/* line 379, ../sass/components/_global/_dm02a-offcanvassetup.scss */
.csstransforms.no-csstransforms3d .move-right > .inner-wrap {
  -webkit-transform: translate(250px, 0);
  -moz-transform: translate(250px, 0);
  -ms-transform: translate(250px, 0);
  -o-transform: translate(250px, 0);
  transform: translate(250px, 0); }

/* line 384, ../sass/components/_global/_dm02a-offcanvassetup.scss */
.no-csstransforms .left-off-canvas-menu {
  left: -250px; }
/* line 385, ../sass/components/_global/_dm02a-offcanvassetup.scss */
.no-csstransforms .right-off-canvas-menu {
  right: -250px; }
/* line 387, ../sass/components/_global/_dm02a-offcanvassetup.scss */
.no-csstransforms .move-left > .inner-wrap {
  right: 250px; }
/* line 388, ../sass/components/_global/_dm02a-offcanvassetup.scss */
.no-csstransforms .move-right > .inner-wrap {
  left: 250px; }

@media only screen and (min-width: 40.063em) {
  /* line 394, ../sass/components/_global/_dm02a-offcanvassetup.scss */
  .exit-off-canvas {
    display: none !important; }

  /* line 397, ../sass/components/_global/_dm02a-offcanvassetup.scss */
  .move-left > .inner-wrap,
  .move-right > .inner-wrap {
    -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); }

  /* line 402, ../sass/components/_global/_dm02a-offcanvassetup.scss */
  .csstransforms.no-csstransforms3d .left-off-canvas-menu {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 403, ../sass/components/_global/_dm02a-offcanvassetup.scss */
  .csstransforms.no-csstransforms3d .right-off-canvas-menu {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 405, ../sass/components/_global/_dm02a-offcanvassetup.scss */
  .csstransforms.no-csstransforms3d .move-left > .inner-wrap {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 406, ../sass/components/_global/_dm02a-offcanvassetup.scss */
  .csstransforms.no-csstransforms3d .move-right > .inner-wrap {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

  /* line 410, ../sass/components/_global/_dm02a-offcanvassetup.scss */
  .no-csstransforms .left-off-canvas-menu {
    left: 0; }
  /* line 411, ../sass/components/_global/_dm02a-offcanvassetup.scss */
  .no-csstransforms .right-off-canvas-menu {
    right: 0; }
  /* line 413, ../sass/components/_global/_dm02a-offcanvassetup.scss */
  .no-csstransforms .move-left > .inner-wrap {
    right: 0; }
  /* line 414, ../sass/components/_global/_dm02a-offcanvassetup.scss */
  .no-csstransforms .move-right > .inner-wrap {
    left: 0; } }
/**
 * DM02b - Site Navigation
 */
/**
 * Medium screen navigation
 */
/* line 18, ../sass/components/_global/_dm02b-navigation.scss */
.block--menu-menu-topnavigation,
.branding-wrapper {
  display: none; }

/** Can't @extend within an @media block so adding here */
@media only screen and (min-width: 40.063em) {
  /* line 29, ../sass/components/_global/_dm02b-navigation.scss */
  .l-header {
    background: #f7f7f7;
    color: #007867;
    display: block;
    position: relative;
    text-align: right;
    margin-bottom: -1px;
    z-index: 4; }
    /* line 38, ../sass/components/_global/_dm02b-navigation.scss */
    .l-header .logo {
      float: left;
      margin-left: 10px;
      margin-left: 0.625rem; }

  /* line 44, ../sass/components/_global/_dm02b-navigation.scss */
  #navigation-mask {
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    display: none;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
    /* line 58, ../sass/components/_global/_dm02b-navigation.scss */
    #navigation-mask.is-active {
      display: block;
      opacity: 1;
      -webkit-animation-duration: 500ms;
      -moz-animation-duration: 500ms;
      -ms-animation-duration: 500ms;
      -o-animation-duration: 500ms;
      animation-duration: 500ms; }
    /* line 65, ../sass/components/_global/_dm02b-navigation.scss */
    .lt-ie9 #navigation-mask {
      display: none; }

  /* line 71, ../sass/components/_global/_dm02b-navigation.scss */
  .block--menu-menu-topnavigation {
    display: block;
    font-size: 12px;
    font-size: 0.75rem; }
    /* line 74, ../sass/components/_global/_dm02b-navigation.scss */
    .block--menu-menu-topnavigation > ul {
      display: inline-block;
      margin-right: 10px;
      margin-right: 0.625rem; }
      /* line 78, ../sass/components/_global/_dm02b-navigation.scss */
      .block--menu-menu-topnavigation > ul > li {
        display: inline-block;
        vertical-align: top; }
        /* line 82, ../sass/components/_global/_dm02b-navigation.scss */
        .block--menu-menu-topnavigation > ul > li > a {
          color: #007867;
          display: block;
          padding: 20px;
          padding: 1.25rem; }
          /* line 88, ../sass/components/_global/_dm02b-navigation.scss */
          .block--menu-menu-topnavigation > ul > li > a.icon-search-after:after {
            display: inline-block;
            line-height: 1;
            font-size: 18px;
            font-size: 1.125rem;
            margin-top: -4px;
            margin-top: -0.25rem;
            padding-left: 6px;
            padding-left: 0.375rem;
            vertical-align: middle; }
          /* line 98, ../sass/components/_global/_dm02b-navigation.scss */
          .block--menu-menu-topnavigation > ul > li > a:hover, .block--menu-menu-topnavigation > ul > li > a:active, .block--menu-menu-topnavigation > ul > li > a:focus {
            text-decoration: underline;
            color: #01948a; }
          /* line 105, ../sass/components/_global/_dm02b-navigation.scss */
          .block--menu-menu-topnavigation > ul > li > a.is-open {
            text-decoration: underline;
            color: #f11e15; }
            /* line 109, ../sass/components/_global/_dm02b-navigation.scss */
            .block--menu-menu-topnavigation > ul > li > a.is-open:hover, .block--menu-menu-topnavigation > ul > li > a.is-open:active, .block--menu-menu-topnavigation > ul > li > a.is-open:focus {
              text-decoration: none; }
        /* line 117, ../sass/components/_global/_dm02b-navigation.scss */
        .block--menu-menu-topnavigation > ul > li .menu-attach-block-wrapper {
          display: none; }

  /* line 125, ../sass/components/_global/_dm02b-navigation.scss */
  .service-nav-container {
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    /* line 131, ../sass/components/_global/_dm02b-navigation.scss */
    .service-nav-container > .icon-cross {
      color: #999;
      display: none;
      font-size: 22px;
      font-size: 1.375rem;
      position: absolute;
      right: 32px;
      right: 2rem;
      top: 32px;
      top: 2rem;
      z-index: 1; }
      /* line 140, ../sass/components/_global/_dm02b-navigation.scss */
      .service-nav-container > .icon-cross:hover, .service-nav-container > .icon-cross:active, .service-nav-container > .icon-cross:focus {
        color: #3b3b3b;
        text-decoration: none; }
    /* line 148, ../sass/components/_global/_dm02b-navigation.scss */
    .service-nav-container .is-open ~ .icon-cross {
      display: block; }
    /* line 152, ../sass/components/_global/_dm02b-navigation.scss */
    .service-nav-container .menu-attach-block-wrapper {
      background: #f7f7f7;
      display: none;
      outline: none;
      padding: 35px 0 30px;
      padding: 2.1875rem 0 1.875rem;
      text-align: left; }
      /* line 159, ../sass/components/_global/_dm02b-navigation.scss */
      .service-nav-container .menu-attach-block-wrapper.is-open {
        display: block; }
      /* line 163, ../sass/components/_global/_dm02b-navigation.scss */
      .service-nav-container .menu-attach-block-wrapper h2 {
        color: #3b3b3b;
        font-size: 16px;
        font-size: 1rem;
        margin: 0 0 50px;
        margin: 0 0 3.125rem;
        text-align: center;
        text-transform: uppercase; }
      /* line 170, ../sass/components/_global/_dm02b-navigation.scss */
      .service-nav-container .menu-attach-block-wrapper ul {
        display: block;
        font-size: 0;
        margin-bottom: -1px;
        text-align: center; }
        /* line 176, ../sass/components/_global/_dm02b-navigation.scss */
        .service-nav-container .menu-attach-block-wrapper ul > li {
          font-size: 14px;
          font-size: 0.875rem;
          display: inline-block;
          margin: 0 2.5%;
          text-align: left;
          vertical-align: top;
          width: 45%;
          color: #3b3b3b;
          border-bottom: 1px solid gainsboro; }
          /* line 65, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_clearfix.scss */
          .service-nav-container .menu-attach-block-wrapper ul > li:after {
            content: "";
            display: table;
            clear: both; }
        /* line 187, ../sass/components/_global/_dm02b-navigation.scss */
        .service-nav-container .menu-attach-block-wrapper ul .views-field-title {
          float: left;
          display: inline;
          width: 80%;
          padding: 18px 0;
          padding: 1.125rem 0; }
        /* line 193, ../sass/components/_global/_dm02b-navigation.scss */
        .service-nav-container .menu-attach-block-wrapper ul .field--name-field-link {
          float: right;
          display: inline;
          width: 20%;
          text-align: right; }
          /* line 198, ../sass/components/_global/_dm02b-navigation.scss */
          .service-nav-container .menu-attach-block-wrapper ul .field--name-field-link a {
            color: #007867; }
          /* line 201, ../sass/components/_global/_dm02b-navigation.scss */
          .service-nav-container .menu-attach-block-wrapper ul .field--name-field-link a:hover {
            color: #01948a; }
        /* line 205, ../sass/components/_global/_dm02b-navigation.scss */
        .service-nav-container .menu-attach-block-wrapper ul .field--name-field-description {
          display: none; }
      /* line 209, ../sass/components/_global/_dm02b-navigation.scss */
      .service-nav-container .menu-attach-block-wrapper a {
        color: #007867;
        display: block;
        padding: 18px 0;
        padding: 1.125rem 0; }
        /* line 215, ../sass/components/_global/_dm02b-navigation.scss */
        .service-nav-container .menu-attach-block-wrapper a:hover {
          color: #01948a; }
        /* line 219, ../sass/components/_global/_dm02b-navigation.scss */
        .service-nav-container .menu-attach-block-wrapper a:before {
          padding-right: 2px;
          padding-right: 0.125rem; }
    /* line 226, ../sass/components/_global/_dm02b-navigation.scss */
    .service-nav-container .view-servicing-portal-selector-view a {
      border-width: 0 0 1px;
      color: #3b3b3b;
      font-size: 14px;
      font-size: 0.875rem; }
      /* line 231, ../sass/components/_global/_dm02b-navigation.scss */
      .service-nav-container .view-servicing-portal-selector-view a > span {
        color: #007867;
        float: right; }
    /* line 240, ../sass/components/_global/_dm02b-navigation.scss */
    .service-nav-container .block--views-country-selector-view-block ul > li {
      width: 28%; }

  /**
   * Top Logo
   */
  /* line 250, ../sass/components/_global/_dm02b-navigation.scss */
  .branding-wrapper {
    display: block; }

  /* line 257, ../sass/components/_global/_dm02b-navigation.scss */
  .block--menu-menu-worldpay-sitenavigation {
    background: #f01e14;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left; }
    /* line 65, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_clearfix.scss */
    .block--menu-menu-worldpay-sitenavigation:after {
      content: "";
      display: table;
      clear: both; }
    /* line 264, ../sass/components/_global/_dm02b-navigation.scss */
    .block--menu-menu-worldpay-sitenavigation > ul {
      float: right; }
      /* line 267, ../sass/components/_global/_dm02b-navigation.scss */
      .block--menu-menu-worldpay-sitenavigation > ul > li {
        display: inline-block;
        font-size: 14px;
        font-size: 0.875rem; }
        /* line 271, ../sass/components/_global/_dm02b-navigation.scss */
        .block--menu-menu-worldpay-sitenavigation > ul > li > a {
          border-left: 1px solid #f34b43;
          color: white;
          display: block;
          padding: 20px 30px;
          padding: 1.25rem 1.875rem; }
          /* line 278, ../sass/components/_global/_dm02b-navigation.scss */
          .block--menu-menu-worldpay-sitenavigation > ul > li > a.icon-toggle-after:after {
            display: inline-block;
            line-height: 1;
            font-size: 18px;
            font-size: 1.125rem;
            margin-top: -4px;
            margin-top: -0.25rem;
            padding-left: 6px;
            padding-left: 0.375rem;
            vertical-align: middle; }
          /* line 288, ../sass/components/_global/_dm02b-navigation.scss */
          .block--menu-menu-worldpay-sitenavigation > ul > li > a.is-open {
            background: white;
            color: #f01e14; }
    /* line 296, ../sass/components/_global/_dm02b-navigation.scss */
    .block--menu-menu-worldpay-sitenavigation .menu-attach-block-wrapper {
      background: white;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
      display: none;
      left: 0;
      max-height: 0;
      min-height: 0;
      overflow: hidden;
      outline: none;
      padding: 0;
      position: absolute;
      top: 100%;
      width: 100%;
      -webkit-animation-name: slideIn;
      -moz-animation-name: slideIn;
      -ms-animation-name: slideIn;
      -o-animation-name: slideIn;
      animation-name: slideIn;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      -ms-animation-timing-function: ease-out;
      -o-animation-timing-function: ease-out;
      animation-timing-function: ease-out; }
      /* line 313, ../sass/components/_global/_dm02b-navigation.scss */
      .block--menu-menu-worldpay-sitenavigation .menu-attach-block-wrapper.is-open {
        display: block;
        max-height: none;
        min-height: auto;
        -webkit-animation-duration: 500ms;
        -moz-animation-duration: 500ms;
        -ms-animation-duration: 500ms;
        -o-animation-duration: 500ms;
        animation-duration: 500ms; }
      /* line 320, ../sass/components/_global/_dm02b-navigation.scss */
      .block--menu-menu-worldpay-sitenavigation .menu-attach-block-wrapper.is-closed {
        display: block;
        max-height: 0;
        min-height: 0;
        -webkit-animation-direction: reverse;
        -moz-animation-direction: reverse;
        -ms-animation-direction: reverse;
        -o-animation-direction: reverse;
        animation-direction: reverse;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-duration: 200ms;
        -moz-animation-duration: 200ms;
        -ms-animation-duration: 200ms;
        -o-animation-duration: 200ms;
        animation-duration: 200ms; }
    /* line 336, ../sass/components/_global/_dm02b-navigation.scss */
    .block--menu-menu-worldpay-sitenavigation .block--block-3 {
      background-color: #f7f7f7;
      margin: 32px;
      margin: 2rem;
      overflow: hidden; }
      /* line 341, ../sass/components/_global/_dm02b-navigation.scss */
      .block--menu-menu-worldpay-sitenavigation .block--block-3 > div {
        float: left;
        padding: 32px 22px 6px;
        padding: 2rem 1.375rem 0.375rem;
        width: 49.9%; }
        /* line 346, ../sass/components/_global/_dm02b-navigation.scss */
        .block--menu-menu-worldpay-sitenavigation .block--block-3 > div:last-child {
          background-color: #ebebeb; }
      /* line 351, ../sass/components/_global/_dm02b-navigation.scss */
      .block--menu-menu-worldpay-sitenavigation .block--block-3 h2 {
        color: #333333;
        font-family: "AdelleSansRegular", sans-serif;
        font-size: 14px;
        font-size: 0.875rem;
        margin: 0;
        text-align: center;
        text-transform: uppercase; }
      /* line 360, ../sass/components/_global/_dm02b-navigation.scss */
      .block--menu-menu-worldpay-sitenavigation .block--block-3 h3 {
        margin: 0; }

  /* line 367, ../sass/components/_global/_dm02b-navigation.scss */
  .mega-first-level-ul {
    float: left;
    padding: 26px 16px 0;
    padding: 1.625rem 1rem 0;
    text-align: left;
    text-transform: none;
    width: 49.9%;
    list-style: none; }
    /* line 375, ../sass/components/_global/_dm02b-navigation.scss */
    .mega-first-level-ul ul {
      padding-bottom: 26px;
      padding-bottom: 1.625rem;
      list-style: none; }
    /* line 380, ../sass/components/_global/_dm02b-navigation.scss */
    .mega-first-level-ul a {
      color: #333333;
      display: inline-block;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: normal;
      padding: 4px 0;
      padding: 0.25rem 0; }
      /* line 387, ../sass/components/_global/_dm02b-navigation.scss */
      .mega-first-level-ul a:hover, .mega-first-level-ul a:active, .mega-first-level-ul a:focus {
        color: #007867;
        text-decoration: underline; }
      /* line 394, ../sass/components/_global/_dm02b-navigation.scss */
      .lt-ie9 .mega-first-level-ul a {
        padding: 4px 0 !important; }
    /* line 401, ../sass/components/_global/_dm02b-navigation.scss */
    .mega-first-level-ul > li > .views-field-name {
      border-top: 1px solid gainsboro; }
      /* line 404, ../sass/components/_global/_dm02b-navigation.scss */
      .mega-first-level-ul > li > .views-field-name a {
        color: #007867;
        font-family: "AdelleSansRegular", serif;
        font-size: 16px;
        font-size: 1rem;
        margin: 0 0 8px;
        margin: 0 0 0.5rem;
        padding: 16px 0 6px 15px;
        padding: 1rem 0 0.375rem 0.9375rem;
        position: relative;
        line-height: 1.5; }
        /* line 413, ../sass/components/_global/_dm02b-navigation.scss */
        .lt-ie9 .mega-first-level-ul > li > .views-field-name a {
          padding: 16px 0 6px 15px !important; }
        /* line 417, ../sass/components/_global/_dm02b-navigation.scss */
        .mega-first-level-ul > li > .views-field-name a:before {
          content: "\e60e";
          font-size: 14px;
          font-size: 0.875rem;
          position: absolute;
          left: 0;
          margin-top: 3px; }
      /* line 425, ../sass/components/_global/_dm02b-navigation.scss */
      .mega-first-level-ul > li > .views-field-name a:hover {
        color: #01948a; } }
/**
 * DM09 - Footer
 */
/* line 4, ../sass/components/_global/_dm09-footer.scss */
.l-footer {
  padding: 26px 0;
  padding: 1.625rem 0; }
  /* line 7, ../sass/components/_global/_dm09-footer.scss */
  .l-footer .block--views-fat-footer-block {
    display: none; }
    /* line 10, ../sass/components/_global/_dm09-footer.scss */
    .l-footer .block--views-fat-footer-block h6 {
      display: block;
      padding-top: 1px;
      padding-top: 0.0625rem;
      padding-bottom: 14px;
      padding-bottom: 0.875rem;
      margin-bottom: 20px;
      margin-bottom: 1.25rem;
      border-bottom: 1px solid gainsboro;
      line-height: 1.4; }
      /* line 13, ../sass/components/_global/_dm09-footer.scss */
      .l-footer .block--views-fat-footer-block h6 a {
        font-size: 16px;
        font-size: 1rem; }
    /* line 23, ../sass/components/_global/_dm09-footer.scss */
    .l-footer .block--views-fat-footer-block ul a {
      font-size: 14px;
      font-size: 0.875rem;
      color: #919191;
      margin-bottom: 12px;
      margin-bottom: 0.75rem;
      display: block; }
  /* line 31, ../sass/components/_global/_dm09-footer.scss */
  .l-footer .view-worldpay-footer-main-menu-view,
  .l-footer .view-worldpay-footer-policy-menu-view,
  .l-footer .view-worldpay-footer-copyright-view,
  .l-footer .view-worldpay-footer-social-menu-view {
    font-weight: 400; }
  /* line 65, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_clearfix.scss */
  .l-footer:after {
    content: "";
    display: table;
    clear: both; }
  /* line 41, ../sass/components/_global/_dm09-footer.scss */
  .l-footer p {
    font-size: 12px;
    font-size: 0.75rem; }
  /* line 45, ../sass/components/_global/_dm09-footer.scss */
  .l-footer a {
    font-size: 12px;
    font-size: 0.75rem;
    color: #007867; }
    /* line 48, ../sass/components/_global/_dm09-footer.scss */
    .l-footer a:hover {
      color: #01948a; }
  /* line 53, ../sass/components/_global/_dm09-footer.scss */
  .l-footer ul {
    list-style: none; }
  /* line 57, ../sass/components/_global/_dm09-footer.scss */
  .l-footer .footer-main-menu-list,
  .l-footer .footer-social-menu-list,
  .l-footer .footer-policy-menu-list {
    border-top: 1px solid gainsboro;
    padding: 14px 6.25%;
    padding: 0.875rem 6.25%; }
    /* line 62, ../sass/components/_global/_dm09-footer.scss */
    .l-footer .footer-main-menu-list > ul,
    .l-footer .footer-social-menu-list > ul,
    .l-footer .footer-policy-menu-list > ul {
      display: block;
      text-align: left; }
      /* line 66, ../sass/components/_global/_dm09-footer.scss */
      .l-footer .footer-main-menu-list > ul > li,
      .l-footer .footer-social-menu-list > ul > li,
      .l-footer .footer-policy-menu-list > ul > li {
        display: inline-block;
        margin: 0 12px 0 0;
        margin: 0 0.75rem 0 0;
        overflow: hidden; }
  /* line 74, ../sass/components/_global/_dm09-footer.scss */
  .l-footer .views-field-field-footer-text {
    border-top: 1px solid gainsboro;
    padding: 14px 6.25%;
    padding: 0.875rem 6.25%; }
    /* line 77, ../sass/components/_global/_dm09-footer.scss */
    .l-footer .views-field-field-footer-text > p {
      margin: 0 20px 0 0; }
  /* line 83, ../sass/components/_global/_dm09-footer.scss */
  .l-footer .footer-social-menu-list > ul {
    text-align: center; }
    /* line 86, ../sass/components/_global/_dm09-footer.scss */
    .l-footer .footer-social-menu-list > ul > li {
      margin: 0 12px;
      margin: 0 0.75rem; }
  /* line 91, ../sass/components/_global/_dm09-footer.scss */
  .l-footer .footer-social-menu-list a {
    display: block;
    width: 29px;
    height: 30px; }
  /* line 98, ../sass/components/_global/_dm09-footer.scss */
  .l-footer .footer-policy-menu-list {
    border-top: 0;
    padding: 0 6.25%; }
  @media only screen and (min-width: 40.063em) {
    /* line 4, ../sass/components/_global/_dm09-footer.scss */
    .l-footer {
      padding: 0;
      padding: 0; }
      /* line 105, ../sass/components/_global/_dm09-footer.scss */
      .l-footer .block--views-fat-footer-block {
        background: #f7f7f7;
        display: block;
        padding: 26px 32px 30px;
        padding: 1.625rem 2rem 1.875rem; }
        /* line 65, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_clearfix.scss */
        .l-footer .block--views-fat-footer-block:after {
          content: "";
          display: table;
          clear: both; }
      /* line 113, ../sass/components/_global/_dm09-footer.scss */
      .l-footer .footerCol1 {
        width: 23.40426%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.12766%; }
      /* line 113, ../sass/components/_global/_dm09-footer.scss */
      .l-footer .footerCol2 {
        width: 23.40426%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.12766%; }
      /* line 113, ../sass/components/_global/_dm09-footer.scss */
      .l-footer .footerCol3 {
        width: 23.40426%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.12766%; }
      /* line 113, ../sass/components/_global/_dm09-footer.scss */
      .l-footer .footerCol4 {
        width: 23.40426%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.12766%;
        width: 23.40426%;
        clear: right;
        float: right;
        margin-right: 0; }
      /* line 121, ../sass/components/_global/_dm09-footer.scss */
      .l-footer .footer-social-menu {
        float: right; }
      /* line 125, ../sass/components/_global/_dm09-footer.scss */
      .l-footer .footerCopyright {
        padding-left: 32px;
        padding-left: 2rem;
        padding-right: 32px;
        padding-right: 2rem; }
      /* line 130, ../sass/components/_global/_dm09-footer.scss */
      .l-footer .footer-main-menu-list {
        border-top: none;
        padding: 24px 32px 0;
        padding: 1.5rem 2rem 0; }
      /* line 134, ../sass/components/_global/_dm09-footer.scss */
      .l-footer .footer-policy-menu-list {
        border-top: none;
        padding: 14px 0 24px 0;
        padding: 0.875rem 0 1.5rem 0; }
      /* line 139, ../sass/components/_global/_dm09-footer.scss */
      .l-footer .views-field-field-footer-text {
        border-top: none;
        padding: 14px 0 0 0;
        padding: 0.875rem 0 0 0; }
      /* line 144, ../sass/components/_global/_dm09-footer.scss */
      .l-footer .footer-social-menu-list {
        border-top: none;
        padding: 8px 32px 0;
        padding: 0.5rem 2rem 0; }
        /* line 148, ../sass/components/_global/_dm09-footer.scss */
        .l-footer .footer-social-menu-list > ul {
          text-align: left; }
          /* line 151, ../sass/components/_global/_dm09-footer.scss */
          .l-footer .footer-social-menu-list > ul > li {
            margin: 0 0 0 4px;
            margin: 0 0 0 0.25rem; } }
  @media only screen and (min-width: 64.063em) {
    /* line 159, ../sass/components/_global/_dm09-footer.scss */
    .l-footer .footer-copyright,
    .l-footer .footer-policy-menu {
      float: left; } }

/**
 * DM11 - Cookie Policy
 */
/* line 4, ../sass/components/_global/_dm11-cookie.scss */
.cookie-policy {
  background: #393939;
  color: #fff;
  display: none;
  font-size: 12px;
  font-size: 0.75rem;
  overflow: hidden;
  padding: 0 32px;
  padding: 0 2rem;
  position: relative;
  text-align: left;
  z-index: 2;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  /* line 18, ../sass/components/_global/_dm11-cookie.scss */
  .cookie-policy.is-shown {
    display: block;
    height: auto;
    padding: 20px 32px;
    padding: 1.25rem 2rem;
    max-width: 1280px;
    margin: 0 auto; }
  /* line 26, ../sass/components/_global/_dm11-cookie.scss */
  .cookie-policy.is-closed {
    height: 0;
    padding: 0 32px;
    padding: 0 2rem; }
  /* line 31, ../sass/components/_global/_dm11-cookie.scss */
  .cookie-policy p {
    font-size: inherit;
    margin: 0;
    padding: 0; }
  /* line 37, ../sass/components/_global/_dm11-cookie.scss */
  .cookie-policy a {
    border-bottom: 1px dotted;
    color: #00afa2;
    text-decoration: none; }
    /* line 42, ../sass/components/_global/_dm11-cookie.scss */
    .cookie-policy a:hover, .cookie-policy a:active, .cookie-policy a:focus {
      border-bottom-color: transparent; }
  /* line 49, ../sass/components/_global/_dm11-cookie.scss */
  .cookie-policy .cookie-policy-close {
    color: #fff;
    border-bottom: none;
    font-size: 25px;
    font-size: 1.5625rem;
    margin: -12px 25px 0 0;
    margin: -0.75rem 1.5625rem 0 0;
    position: absolute;
    top: 50%;
    right: 0; }
    /* line 58, ../sass/components/_global/_dm11-cookie.scss */
    .cookie-policy .cookie-policy-close:hover, .cookie-policy .cookie-policy-close:active, .cookie-policy .cookie-policy-close:focus {
      outline: 1px dotted;
      color: #00afa2; }

/**
 * DM13 - Trail Navigation
 */
/* line 4, ../sass/components/_global/_dm13-trailnavigation.scss */
.breadcrumb {
  display: none; }

@media only screen and (min-width: 40.063em) {
  /* line 15, ../sass/components/_global/_dm13-trailnavigation.scss */
  .breadcrumb {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 26px;
    line-height: 1.625rem;
    padding: 22px 0 20px;
    padding: 1.375rem 0 1.25rem;
    margin: 0 32px;
    margin: 0 2rem;
    color: #f11e15;
    display: block;
    list-style: none;
    /* .insight &,
    .support &,
    .search & {
    	border-bottom: 1px solid $border-underline-color; 
    }
    */ }
    /* line 65, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_clearfix.scss */
    .breadcrumb:after {
      content: "";
      display: table;
      clear: both; }
    /* line 25, ../sass/components/_global/_dm13-trailnavigation.scss */
    .breadcrumb li {
      display: inline-block; }
    /* line 29, ../sass/components/_global/_dm13-trailnavigation.scss */
    .breadcrumb a {
      color: #737373; }
      /* line 31, ../sass/components/_global/_dm13-trailnavigation.scss */
      .breadcrumb a:after {
        color: #bfbfbf;
        content: "\e60e";
        display: inline-block;
        line-height: 1.2;
        font-size: 13px;
        font-size: 0.8125rem;
        padding: 5px 12px 0;
        padding: 0.3125rem 0.75rem 0;
        vertical-align: top; }
      /* line 41, ../sass/components/_global/_dm13-trailnavigation.scss */
      .breadcrumb a:hover {
        text-decoration: underline;
        color: #01948a; }
    /* line 48, ../sass/components/_global/_dm13-trailnavigation.scss */
    .front .breadcrumb {
      display: none; } }
/* home page content type - used for region home pages */
/* line 4, ../sass/components/_home-page-content-type.scss */
.node-type-home-page .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page {
  /* make node title invisible but keep it in the DOM for SEO purposes */
  /* make standfirst look good without a node title */ }
  /* line 6, ../sass/components/_home-page-content-type.scss */
  .node-type-home-page .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page .views-field-title {
    display: hidden;
    overflow: hidden;
    height: 0;
    width: 0; }
  /* line 13, ../sass/components/_home-page-content-type.scss */
  .node-type-home-page .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page .views-field-field-standfirst {
    padding-top: 38px;
    margin-bottom: 0; }

/* Insight article listing - view page from global/insight-articles, uk/insight-articles and us/insight-articles */
/* Note: if url path is changed then these classes need updating, Can't use .insight-articles as results pages don't have that body class */
/* line 4, ../sass/components/_insight-article-listing.scss */
.page-global-insight-articles,
.page-uk-insight-articles,
.page-us-insight-articles {
  /* Insight article listing page title - implemented via a custom box and Context */
  /* no results */ }
  /* line 9, ../sass/components/_insight-article-listing.scss */
  .page-global-insight-articles #boxes-box-title_insight_article_listing h1, .page-global-insight-articles #boxes-box-title_insight_article_listing h2, .page-global-insight-articles #boxes-box-title_insight_article_listing h3,
  .page-uk-insight-articles #boxes-box-title_insight_article_listing h1,
  .page-uk-insight-articles #boxes-box-title_insight_article_listing h2,
  .page-uk-insight-articles #boxes-box-title_insight_article_listing h3,
  .page-us-insight-articles #boxes-box-title_insight_article_listing h1,
  .page-us-insight-articles #boxes-box-title_insight_article_listing h2,
  .page-us-insight-articles #boxes-box-title_insight_article_listing h3 {
    color: #333;
    font-family: "AdelleSansRegular",sans-serif;
    font-weight: 100;
    text-align: left;
    text-transform: none;
    font-size: 34px;
    padding-top: 35px;
    margin-bottom: 54px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1072px;
    padding-left: 24px;
    padding-right: 24px; }
  /* line 24, ../sass/components/_insight-article-listing.scss */
  .page-global-insight-articles #boxes-box-title_insight_article_listing h1:after,
  .page-global-insight-articles #boxes-box-title_insight_article_listing h2:after,
  .page-global-insight-articles #boxes-box-title_insight_article_listing h3:after,
  .page-uk-insight-articles #boxes-box-title_insight_article_listing h1:after,
  .page-uk-insight-articles #boxes-box-title_insight_article_listing h2:after,
  .page-uk-insight-articles #boxes-box-title_insight_article_listing h3:after,
  .page-us-insight-articles #boxes-box-title_insight_article_listing h1:after,
  .page-us-insight-articles #boxes-box-title_insight_article_listing h2:after,
  .page-us-insight-articles #boxes-box-title_insight_article_listing h3:after {
    content: ' ';
    display: none; }
  /* line 32, ../sass/components/_insight-article-listing.scss */
  .page-global-insight-articles .view-empty,
  .page-uk-insight-articles .view-empty,
  .page-us-insight-articles .view-empty {
    text-align: left; }

/* search facets */
/* line 39, ../sass/components/_insight-article-listing.scss */
.view-display-id-global_insight_articles,
.view-display-id-uk_insight_articles,
.view-display-id-us_insight_articles {
  /* filters wrapper */
  /* filter */ }
  /* line 43, ../sass/components/_insight-article-listing.scss */
  .view-display-id-global_insight_articles .views-exposed-form,
  .view-display-id-uk_insight_articles .views-exposed-form,
  .view-display-id-us_insight_articles .views-exposed-form {
    margin-bottom: 48px; }
  /* line 47, ../sass/components/_insight-article-listing.scss */
  .view-display-id-global_insight_articles .views-exposed-widget,
  .view-display-id-uk_insight_articles .views-exposed-widget,
  .view-display-id-us_insight_articles .views-exposed-widget {
    *display: inline;
    zoom: 1;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin-right: 15px; }
    /* line 54, ../sass/components/_insight-article-listing.scss */
    .view-display-id-global_insight_articles .views-exposed-widget label,
    .view-display-id-uk_insight_articles .views-exposed-widget label,
    .view-display-id-us_insight_articles .views-exposed-widget label {
      display: block;
      font-weight: bold;
      margin-bottom: 8px; }

/* insight articles listing - teasers */
/* line 63, ../sass/components/_insight-article-listing.scss */
.view-display-id-global_insight_articles,
.view-display-id-uk_insight_articles,
.view-display-id-us_insight_articles {
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1072px;
  clear: both;
  margin-bottom: 48px;
  overflow: hidden;
  /* meta info - date and author wrapper */
  /* teaser text */
  /* teaser footer */
  /* pager */ }
  /* line 74, ../sass/components/_insight-article-listing.scss */
  .view-display-id-global_insight_articles .views-row,
  .view-display-id-uk_insight_articles .views-row,
  .view-display-id-us_insight_articles .views-row {
    float: left;
    width: 50%;
    overflow: hidden; }
  /* line 79, ../sass/components/_insight-article-listing.scss */
  .view-display-id-global_insight_articles .views-row:nth-child(2n+3),
  .view-display-id-uk_insight_articles .views-row:nth-child(2n+3),
  .view-display-id-us_insight_articles .views-row:nth-child(2n+3) {
    clear: left; }
  /* line 82, ../sass/components/_insight-article-listing.scss */
  .view-display-id-global_insight_articles .views-row-inner,
  .view-display-id-uk_insight_articles .views-row-inner,
  .view-display-id-us_insight_articles .views-row-inner {
    margin: 0 3px 20px 3px;
    overflow: hidden; }
  /* line 86, ../sass/components/_insight-article-listing.scss */
  .view-display-id-global_insight_articles .field-name-field-search-image img,
  .view-display-id-uk_insight_articles .field-name-field-search-image img,
  .view-display-id-us_insight_articles .field-name-field-search-image img {
    width: 100%;
    height: auto; }
  /* line 90, ../sass/components/_insight-article-listing.scss */
  .view-display-id-global_insight_articles .teaser-text-wrapper,
  .view-display-id-uk_insight_articles .teaser-text-wrapper,
  .view-display-id-us_insight_articles .teaser-text-wrapper {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    top: -40px;
    margin: 0 0 -20px 30px;
    padding: 0 44px 0 18px; }
    /* line 97, ../sass/components/_insight-article-listing.scss */
    .view-display-id-global_insight_articles .teaser-text-wrapper h2,
    .view-display-id-uk_insight_articles .teaser-text-wrapper h2,
    .view-display-id-us_insight_articles .teaser-text-wrapper h2 {
      font-family: "AdelleSansRegular",serif;
      font-style: normal;
      text-rendering: optimizeLegibility;
      font-size: 20px;
      color: #007867;
      font-weight: 100;
      line-height: 1.4;
      margin: 0 0 15px 0;
      padding: 20px 0 0 20px;
      background-image: url("../images/green-right-arrow-on-white-background.jpg");
      background-repeat: no-repeat;
      background-position: left 22px; }
      /* line 110, ../sass/components/_insight-article-listing.scss */
      .view-display-id-global_insight_articles .teaser-text-wrapper h2 a,
      .view-display-id-uk_insight_articles .teaser-text-wrapper h2 a,
      .view-display-id-us_insight_articles .teaser-text-wrapper h2 a {
        color: #007867;
        text-decoration: none; }
  /* line 117, ../sass/components/_insight-article-listing.scss */
  .view-display-id-global_insight_articles .meta-wrapper,
  .view-display-id-uk_insight_articles .meta-wrapper,
  .view-display-id-us_insight_articles .meta-wrapper {
    font-family: inherit;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.6;
    text-rendering: optimizeLegibility; }
    /* line 123, ../sass/components/_insight-article-listing.scss */
    .view-display-id-global_insight_articles .meta-wrapper .field,
    .view-display-id-uk_insight_articles .meta-wrapper .field,
    .view-display-id-us_insight_articles .meta-wrapper .field {
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin-bottom: 8px; }
    /* line 129, ../sass/components/_insight-article-listing.scss */
    .view-display-id-global_insight_articles .meta-wrapper .separator,
    .view-display-id-uk_insight_articles .meta-wrapper .separator,
    .view-display-id-us_insight_articles .meta-wrapper .separator {
      margin-left: 3px;
      margin-right: 3px; }
  /* line 136, ../sass/components/_insight-article-listing.scss */
  .view-display-id-global_insight_articles .field--name-field-about-abstract,
  .view-display-id-global_insight_articles .field-name-field-about-abstract,
  .view-display-id-global_insight_articles .field--name-field-standfirst,
  .view-display-id-global_insight_articles .field-name-field-standfirst,
  .view-display-id-global_insight_articles .field--name-field-listings-teaser-text,
  .view-display-id-global_insight_articles .field-name-field-listings-teaser-text,
  .view-display-id-uk_insight_articles .field--name-field-about-abstract,
  .view-display-id-uk_insight_articles .field-name-field-about-abstract,
  .view-display-id-uk_insight_articles .field--name-field-standfirst,
  .view-display-id-uk_insight_articles .field-name-field-standfirst,
  .view-display-id-uk_insight_articles .field--name-field-listings-teaser-text,
  .view-display-id-uk_insight_articles .field-name-field-listings-teaser-text,
  .view-display-id-us_insight_articles .field--name-field-about-abstract,
  .view-display-id-us_insight_articles .field-name-field-about-abstract,
  .view-display-id-us_insight_articles .field--name-field-standfirst,
  .view-display-id-us_insight_articles .field-name-field-standfirst,
  .view-display-id-us_insight_articles .field--name-field-listings-teaser-text,
  .view-display-id-us_insight_articles .field-name-field-listings-teaser-text {
    font-family: inherit;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-rendering: optimizeLegibility; }
  /* line 150, ../sass/components/_insight-article-listing.scss */
  .view-display-id-global_insight_articles .teaser-footer-wrapper,
  .view-display-id-uk_insight_articles .teaser-footer-wrapper,
  .view-display-id-us_insight_articles .teaser-footer-wrapper {
    display: none; }
  /* line 154, ../sass/components/_insight-article-listing.scss */
  .view-display-id-global_insight_articles ul.pager,
  .view-display-id-uk_insight_articles ul.pager,
  .view-display-id-us_insight_articles ul.pager {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto 48px auto;
    max-width: 1048px; }

/* for medium sized screens */
@media (min-width: 40.063em) and (max-width: 64em) {
  /* search results teasers */
  /* line 170, ../sass/components/_insight-article-listing.scss */
  .view-display-id-global_insight_articles .field-name-field-search-image,
  .view-display-id-uk_insight_articles .field-name-field-search-image,
  .view-display-id-us_insight_articles .field-name-field-search-image {
    text-align: center; }
  /* line 173, ../sass/components/_insight-article-listing.scss */
  .view-display-id-global_insight_articles .field-name-field-search-image img,
  .view-display-id-uk_insight_articles .field-name-field-search-image img,
  .view-display-id-us_insight_articles .field-name-field-search-image img {
    margin-bottom: 15px; } }
/* for small screens */
@media (min-width: 0em) and (max-width: 40em) {
  /* search results teasers */
  /* line 185, ../sass/components/_insight-article-listing.scss */
  .view-display-id-global_insight_articles .views-row,
  .view-display-id-uk_insight_articles .views-row,
  .view-display-id-us_insight_articles .views-row {
    float: none;
    width: 100%; }
  /* line 189, ../sass/components/_insight-article-listing.scss */
  .view-display-id-global_insight_articles .views-row:nth-child(2n+3),
  .view-display-id-uk_insight_articles .views-row:nth-child(2n+3),
  .view-display-id-us_insight_articles .views-row:nth-child(2n+3) {
    clear: none; }
  /* line 192, ../sass/components/_insight-article-listing.scss */
  .view-display-id-global_insight_articles .teaser-text-wrapper,
  .view-display-id-uk_insight_articles .teaser-text-wrapper,
  .view-display-id-us_insight_articles .teaser-text-wrapper {
    margin-bottom: -20px; } }
/* Insight article - which shares the same panel as general page content type */
/* line 2, ../sass/components/_insight-article.scss */
.node-type-insight-article {
  /* override theming from general page */ }
  /* line 4, ../sass/components/_insight-article.scss */
  .node-type-insight-article .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page,
  .node-type-insight-article .pane-general-page-panel-pane-title-date-author-standfirst-blog {
    /* node title */
    /* Date and Author */
    /* standfirst */ }
    /* line 7, ../sass/components/_insight-article.scss */
    .node-type-insight-article .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page .views-field-title,
    .node-type-insight-article .pane-general-page-panel-pane-title-date-author-standfirst-blog .views-field-title {
      padding-left: 24px;
      padding-right: 24px;
      max-width: 1072px;
      margin-left: auto;
      margin-right: auto; }
      /* line 13, ../sass/components/_insight-article.scss */
      .node-type-insight-article .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page .views-field-title h1,
      .node-type-insight-article .pane-general-page-panel-pane-title-date-author-standfirst-blog .views-field-title h1 {
        color: #333;
        font-family: "AdelleSansRegular",sans-serif;
        font-weight: 100;
        text-align: left;
        text-transform: none;
        font-size: 34px;
        padding-top: 35px;
        margin-bottom: 16px; }
      /* line 23, ../sass/components/_insight-article.scss */
      .node-type-insight-article .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page .views-field-title h1:after,
      .node-type-insight-article .pane-general-page-panel-pane-title-date-author-standfirst-blog .views-field-title h1:after {
        content: ' ';
        display: none; }
    /* line 29, ../sass/components/_insight-article.scss */
    .node-type-insight-article .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page .views-field-field-date-published-custom,
    .node-type-insight-article .pane-general-page-panel-pane-title-date-author-standfirst-blog .views-field-field-date-published-custom {
      padding: 0 24px 0 24px;
      text-align: left;
      max-width: 1072px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px;
      position: relative;
      top: -5px; }
    /* line 40, ../sass/components/_insight-article.scss */
    .node-type-insight-article .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page .views-field-field-standfirst,
    .node-type-insight-article .pane-general-page-panel-pane-title-date-author-standfirst-blog .views-field-field-standfirst {
      padding: 0 24px 0 24px;
      font-family: "AdelleSansRegular", serif;
      text-align: left;
      max-width: 1072px;
      margin-left: auto;
      margin-right: auto;
      font-size: 22px;
      font-weight: 100;
      color: #f01d14;
      margin-bottom: 5px;
      line-height: 1.4; }

/* for small screens */
@media (min-width: 0em) and (max-width: 40em) {
  /* line 59, ../sass/components/_insight-article.scss */
  .node-type-blog .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page,
  .node-type-blog .pane-general-page-panel-pane-title-date-author-standfirst-blog {
    /* Date */ }
    /* line 62, ../sass/components/_insight-article.scss */
    .node-type-blog .panel-pane.pane-views-panes.pane-general-page-panel-pane-node-titrle-general-page .views-field-field-date-published-custom,
    .node-type-blog .pane-general-page-panel-pane-title-date-author-standfirst-blog .views-field-field-date-published-custom {
      margin-bottom: 15px; } }
/* language switcher and branding adjustment to accomodate language switcher - breakpoints just before mobile */
/* lnaguage switcher icon for desktop view */
/* line 6, ../sass/components/_language_switcher_branding_adjustment.scss */
.branding-wrapper a.langSelect {
  display: block;
  background-image: url("../images/map_icon_red.png");
  background-repeat: no-repeat;
  padding-left: 50px;
  background-position: left center; }
/* line 13, ../sass/components/_language_switcher_branding_adjustment.scss */
.branding-wrapper ul.lang-menu {
  margin-right: 0; }

/* adjustments to branding heaader and global menu - max-width: 840px works with no icon, but with icon we need max-width: 920px */
@media screen and (min-width: 641px) and (max-width: 920px) {
  /* we only want this to work on /global for now */
  /* line 23, ../sass/components/_language_switcher_branding_adjustment.scss */
  .region-global .block--menu-menu-topnavigation > ul > li a {
    padding: 20px 10px 20px 10px; }
  /* line 26, ../sass/components/_language_switcher_branding_adjustment.scss */
  .region-global .block--menu-menu-topnavigation > ul.lang-menu {
    margin-right: 0; }
  /* line 29, ../sass/components/_language_switcher_branding_adjustment.scss */
  .region-global .block--menu-menu-topnavigation > ul > li a.langSelect {
    padding: 20px 10px 20px 50px; }
  /* line 32, ../sass/components/_language_switcher_branding_adjustment.scss */
  .region-global header .branding-wrapper {
    padding-top: 20px;
    position: relative; }
  /* line 36, ../sass/components/_language_switcher_branding_adjustment.scss */
  .region-global header .site-logo {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    text-align: center; }
  /* line 43, ../sass/components/_language_switcher_branding_adjustment.scss */
  .region-global .block--menu-menu-topnavigation {
    text-align: center; } }
/* language switcher icon for mobile */
/* line 50, ../sass/components/_language_switcher_branding_adjustment.scss */
.top-bar.show-for-small-only .langSelect {
  display: none;
  width: 65px;
  height: 48px;
  overflow: hidden;
  text-indent: -200px;
  background-image: url("../images/map_icon_red.png");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  text-decoration: none; }

/* show lnaguage switcher icon for mobile - region global only */
/* line 69, ../sass/components/_language_switcher_branding_adjustment.scss */
.region-global .top-bar.show-for-small-only .langSelect {
  display: block; }

/* line 2, ../sass/components/_main-mega-menu.scss */
#nav-mask {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  left: 0px;
  display: none; }

/* line 13, ../sass/components/_main-mega-menu.scss */
.block--custom-megamenu {
  width: 100%;
  background-color: #f11e15;
  float: left;
  font-size: 14px;
  position: relative;
  z-index: 5;
  text-align: left; }
  @media (min-width: 0em) and (max-width: 40em) {
    /* line 13, ../sass/components/_main-mega-menu.scss */
    .block--custom-megamenu {
      display: none; } }

/* line 29, ../sass/components/_main-mega-menu.scss */
.block--custom-megamenu ul,
.block--custom-megamenu li {
  list-style-type: none; }

/* @group TOP LEVEL */
/* this is the main menu links */
/* line 39, ../sass/components/_main-mega-menu.scss */
.block--custom-megamenu ul#custom-megamenu-top-level {
  float: right; }

/* line 43, ../sass/components/_main-mega-menu.scss */
.block--custom-megamenu ul#custom-megamenu-top-level li {
  float: left;
  border-left: 1px solid #f34b43; }

/* line 50, ../sass/components/_main-mega-menu.scss */
.block--custom-megamenu ul#custom-megamenu-top-level li a {
  color: white;
  padding: 20px 32px;
  display: block; }
  @media (min-width: 40.063em) and (max-width: 64em) {
    /* line 50, ../sass/components/_main-mega-menu.scss */
    .block--custom-megamenu ul#custom-megamenu-top-level li a {
      padding: 20px 22px; } }

/* line 59, ../sass/components/_main-mega-menu.scss */
.block--custom-megamenu ul#custom-megamenu-top-level li.hidden a {
  background: url("../images/mega-menu/mega-menu-toggle-icon-down.png") right center no-repeat;
  padding-right: 53px; }
  @media (min-width: 40.063em) and (max-width: 64em) {
    /* line 59, ../sass/components/_main-mega-menu.scss */
    .block--custom-megamenu ul#custom-megamenu-top-level li.hidden a {
      background: url("../images/mega-menu/mega-menu-toggle-icon-down-narrow.png") right center no-repeat;
      padding-right: 43px; } }

/* line 68, ../sass/components/_main-mega-menu.scss */
.block--custom-megamenu ul#custom-megamenu-top-level li.visible a {
  background: url("../images/mega-menu/mega-menu-toggle-icon-up.png") right center no-repeat;
  padding-right: 53px;
  background-color: white;
  color: #f11e15; }
  @media (min-width: 40.063em) and (max-width: 64em) {
    /* line 68, ../sass/components/_main-mega-menu.scss */
    .block--custom-megamenu ul#custom-megamenu-top-level li.visible a {
      background: url("../images/mega-menu/mega-menu-toggle-icon-up-narrow.png") right center no-repeat;
      padding-right: 43px; } }

/* line 80, ../sass/components/_main-mega-menu.scss */
.block--custom-megamenu ul#custom-megamenu-top-level li:hover {
  cursor: pointer; }

/* line 84, ../sass/components/_main-mega-menu.scss */
.block--custom-megamenu ul#custom-megamenu-top-level li:hover a {
  text-decoration: underline; }

/* @end */
/* @group DROPDOWN */
/* this is the wrapper that is shown/hidden with jQuery */
/* line 99, ../sass/components/_main-mega-menu.scss */
.custom-megamenu-dropdown {
  padding: 32px;
  width: 100%;
  float: left;
  background-color: white;
  position: absolute;
  z-index: 5;
  top: 54px;
  display: none; }

/* note this has an ID correspodning to the mlid of the parent link in the top level */
/* line 111, ../sass/components/_main-mega-menu.scss */
.custom-megamenu-dropdown-inner {
  float: left;
  width: 100%;
  background-color: #f7f7f7;
  /* this avoids having to set equal heights on menu level 2 left/right sections */
  background-image: url("../images/mega-menu/mega-menu-background.gif");
  background-repeat: repeat-y;
  background-position: center; }

/* MENU LEVEL 2 */
/* ============ */
/* these are the left/right sections */
/* line 124, ../sass/components/_main-mega-menu.scss */
.custom-megamenu-dropdown-panel {
  padding: 32px;
  width: 50%;
  float: left;
  padding-right: 0px; }

/* 'nolink' title from menu level 2 */
/* line 132, ../sass/components/_main-mega-menu.scss */
.custom-megamenu-dropdown-panel-title {
  width: 100%;
  text-transform: uppercase;
  font-family: "AdelleSansRegular",sans-serif;
  font-size: 14px;
  font-weight: 100;
  font-style: normal;
  color: #323332;
  text-align: center;
  margin: 0 0 22px 0;
  padding: 2px; }

/* MENU LEVEL 3 */
/* ============ */
/* these are the left and right columns */
/* line 148, ../sass/components/_main-mega-menu.scss */
.custom-megamenu-dropdown-panel ul ul {
  float: left;
  width: 50%;
  padding-right: 32px; }

/* hide the 'nolink' column headers */
/* line 155, ../sass/components/_main-mega-menu.scss */
.custom-megamenu-dropdown-panel ul li span.nolink {
  display: none; }

/* MENU LEVEL 4 */
/* ============ */
/* these are the stacked menu blocks with headings eg "face to face" */
/* line 162, ../sass/components/_main-mega-menu.scss */
.custom-megamenu-dropdown-panel ul ul ul {
  width: 100%;
  float: none; }

/* stacked menu block headings */
/* line 168, ../sass/components/_main-mega-menu.scss */
.custom-megamenu-dropdown-panel ul ul a {
  color: #007867;
  text-decoration: none;
  font-family: "AdelleSansRegular",sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 0 15px;
  margin: 0;
  margin-bottom: 14px;
  display: block;
  background-image: url("../images/mega-menu/mega-menu-second-level-arrow.png");
  background-repeat: no-repeat;
  background-position: left 3px; }

/* line 183, ../sass/components/_main-mega-menu.scss */
.custom-megamenu-dropdown-panel ul ul a:hover {
  text-decoration: underline; }

/* line 187, ../sass/components/_main-mega-menu.scss */
.custom-megamenu-dropdown-panel ul ul li {
  border-top: 1px solid #dcdcdc;
  padding-top: 16px;
  margin-bottom: 25px; }

/* MENU LEVEL 5 */
/* ============ */
/* these are the bottom level child links */
/* line 196, ../sass/components/_main-mega-menu.scss */
.custom-megamenu-dropdown-panel ul ul ul a {
  color: #333;
  font-size: 12px;
  line-height: 15px;
  padding: 0px;
  background-image: none;
  margin-bottom: 5px; }

/* line 205, ../sass/components/_main-mega-menu.scss */
.custom-megamenu-dropdown-panel ul ul ul a:hover {
  color: #007867;
  text-decoration: underline; }

/* line 210, ../sass/components/_main-mega-menu.scss */
.custom-megamenu-dropdown-panel ul ul ul li {
  border-top: none;
  padding: 0px;
  margin: 0px; }

/* @end */
/* marketo form widgets - general styling */
/* line 2, ../sass/components/_marketo_form_pages.scss */
.node--marketo-form-widget {
  background-color: #fff;
  overflow: hidden;
  /* form labels */ }
  /* line 5, ../sass/components/_marketo_form_pages.scss */
  .node--marketo-form-widget .inner {
    padding: 24px 24px 30px 24px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto; }
  /* line 12, ../sass/components/_marketo_form_pages.scss */
  .node--marketo-form-widget .mktoForm .mktoLabel {
    font-family: "AdelleSansRegular",serif;
    font-size: 13px;
    padding-bottom: 2px; }

/* mobile menu - built contrib with module: mmenu */
/* hide the mobile menu by default */
/* line 5, ../sass/components/_mobile-menu.scss */
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker,
nav.mm-menu.mm-current {
  display: none; }

/* for mobile - show the mobile menu */
@media (min-width: 0em) and (max-width: 40em) {
  /* line 13, ../sass/components/_mobile-menu.scss */
  html.mm-opened #mm-blocker,
  html.mm-blocking #mm-blocker,
  nav.mm-menu.mm-current {
    display: block; } }
/* overlay - mmenu shows it when mobile menu is active */
/* line 21, ../sass/components/_mobile-menu.scss */
body #mm-blocker {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 20 ")";
  filter: alpha(opacity=20);
  z-index: 999 !important; }
  /* line 26, ../sass/components/_mobile-menu.scss */
  body #mm-blocker:hover {
    cursor: pointer; }

/* top bar with mobile logo and toggle */
/* line 32, ../sass/components/_mobile-menu.scss */
.top-bar {
  background: #fff;
  -webkit-box-shadow: 0 4px 6px 0 #ebebeb;
  box-shadow: 0 4px 6px 0 #ebebeb;
  padding: 13px 0;
  padding: 0.8125rem 0;
  position: relative; }
  /* line 65, ../../../../../../../../../Users/anthonyalbertyn/.rvm/gems/ruby-1.9.3-p551@omega.worldpay_subthemev2/gems/toolkit-1.3.8/stylesheets/toolkit/_clearfix.scss */
  .top-bar:after {
    content: "";
    display: table;
    clear: both; }
  /* line 40, ../sass/components/_mobile-menu.scss */
  .top-bar .mobile-menu-toggle {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 9px;
    padding: 0.5625rem;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    cursor: pointer;
    color: #007867;
    text-decoration: none; }
    /* line 52, ../sass/components/_mobile-menu.scss */
    .top-bar .mobile-menu-toggle:hover {
      color: #f11e15; }
    /* line 56, ../sass/components/_mobile-menu.scss */
    .top-bar .mobile-menu-toggle span {
      text-indent: -999em;
      display: none; }
  /* line 62, ../sass/components/_mobile-menu.scss */
  .top-bar h1 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 0 !important; }
  /* line 68, ../sass/components/_mobile-menu.scss */
  .top-bar .logo {
    display: block;
    width: 120px;
    margin: 0 auto; }

/* hide mobile menu toggle for front page */
/* line 76, ../sass/components/_mobile-menu.scss */
.front .top-bar .mobile-menu-toggle {
  display: none; }

/* setup a body class to hide mobile menu toggle for other pages */
/* line 80, ../sass/components/_mobile-menu.scss */
.hide-mobile-menu-toggle .top-bar .mobile-menu-toggle {
  display: none; }

/* active state of mobile menu toggle */
/* line 88, ../sass/components/_mobile-menu.scss */
html.mm-opened .top-bar .mobile-menu-toggle {
  color: #f11e15; }

/* remove styling from mmenu blocks (wrappers) */
/* line 95, ../sass/components/_mobile-menu.scss */
.mm-menu .mm-list {
  margin: 0;
  padding: 0; }

/* line 99, ../sass/components/_mobile-menu.scss */
.mm-menu > .mm-list::after {
  content: '';
  display: none;
  height: 0; }

/* line 104, ../sass/components/_mobile-menu.scss */
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after {
  border: none;
  display: none; }

/* line 108, ../sass/components/_mobile-menu.scss */
.mm-list > li > span {
  padding: 0; }

/* line 111, ../sass/components/_mobile-menu.scss */
.mm-list > li > span.nolink {
  padding: 10px 10px 10px 20px; }

/* line 114, ../sass/components/_mobile-menu.scss */
nav.mm-menu.mm-basic > .mm-list li.mmenu-block-wrap {
  border: none; }

/* mobile menu - only show region specific mobile menu. Dependancy on Context (not panels context) that adds body classes based on region */
/* line 121, ../sass/components/_mobile-menu.scss */
.mm-menu #block-menu-menu-mobile-uk,
.mm-menu #block-menu-menu-mobile-usa,
.mm-menu #block-menu-menu-mobile-global {
  display: none; }

/* line 129, ../sass/components/_mobile-menu.scss */
.region-uk .mm-menu #block-menu-menu-mobile-uk {
  display: block;
  padding-bottom: 40px; }

/* line 137, ../sass/components/_mobile-menu.scss */
.region-us .mm-menu #block-menu-menu-mobile-usa {
  display: block;
  padding-bottom: 40px; }

/* line 145, ../sass/components/_mobile-menu.scss */
.region-global .mm-menu #block-menu-menu-mobile-global {
  display: block;
  padding-bottom: 40px; }

/* compensate for updates to mobile menu module - the new version does not add block id's and this causes our region menu hide and show CSS logic to break */
/* line 153, ../sass/components/_mobile-menu.scss */
.mm-menu #mm-0 .menu-2,
.mm-menu #mm-0 .menu-3,
.mm-menu #mm-0 .menu-4 {
  display: none; }

/* line 158, ../sass/components/_mobile-menu.scss */
.region-uk .mm-menu #mm-0 .menu-2 {
  display: block; }

/* line 161, ../sass/components/_mobile-menu.scss */
.region-us .mm-menu #mm-0 .menu-3 {
  display: block; }

/* line 164, ../sass/components/_mobile-menu.scss */
.region-global .mm-menu #mm-0 .menu-4 {
  display: block; }

/* off canvas menu */
/* line 172, ../sass/components/_mobile-menu.scss */
nav.mm-menu.mm-basic {
  background-color: #393939;
  max-width: 265px;
  font-family: "AdelleSansRegular",sans-serif;
  text-shadow: none;
  /* menu items */
  /* menu links */
  /* menu hover for top level items - nested to avoid theming non-menu items, like search or wrappers */
  /* the back link on child menu */
  /* children - they are "general siblings" of the back link and don't have their own classes */
  /* requires menu item to have class: less-important */
  /* section headings - requires menu item to have class: menu-section */
  /* arrows - html entity that is rotated -45 degrees - comes from mmenu module css */ }
  /* line 178, ../sass/components/_mobile-menu.scss */
  nav.mm-menu.mm-basic > .mm-list li {
    border-top: none;
    border-bottom: 1px solid #242424; }
  /* line 183, ../sass/components/_mobile-menu.scss */
  nav.mm-menu.mm-basic .mm-list > li > a,
  nav.mm-menu.mm-basic .mm-list > li > span {
    font-size: 15px;
    color: #d2d2d2; }
  /* line 192, ../sass/components/_mobile-menu.scss */
  nav.mm-menu.mm-basic #block-menu-menu-mobile-uk .mm-list li:hover,
  nav.mm-menu.mm-basic #block-menu-menu-mobile-usa .mm-list li:hover,
  nav.mm-menu.mm-basic #block-menu-menu-mobile-global .mm-list li:hover {
    background-color: #007867; }
  /* line 197, ../sass/components/_mobile-menu.scss */
  nav.mm-menu.mm-basic .mm-list li.mm-subtitle:hover {
    background-color: #007867; }
  /* line 200, ../sass/components/_mobile-menu.scss */
  nav.mm-menu.mm-basic .mm-list a.mm-subclose {
    text-indent: 15px;
    padding-top: 35px;
    margin-top: -20px; }
  /* line 207, ../sass/components/_mobile-menu.scss */
  nav.mm-menu.mm-basic .mm-list li.mm-subtitle ~ li:hover {
    background-color: #007867; }
  /* line 211, ../sass/components/_mobile-menu.scss */
  nav.mm-menu.mm-basic .mm-list > li > a.less-important {
    color: #919191; }
  /* line 215, ../sass/components/_mobile-menu.scss */
  nav.mm-menu.mm-basic .mm-list > li > span.menu-section {
    font-size: 12px;
    color: #919191;
    text-transform: uppercase; }
  /* line 221, ../sass/components/_mobile-menu.scss */
  nav.mm-menu.mm-basic .mm-list a.mm-subopen::after {
    border-right: 2px solid white !important;
    border-bottom: 2px solid white !important;
    width: 10px;
    height: 10px; }
  /* line 227, ../sass/components/_mobile-menu.scss */
  nav.mm-menu.mm-basic .mm-list a.mm-subclose::before {
    border-left: 2px solid white !important;
    border-top: 2px solid white !important;
    width: 10px;
    height: 10px; }

/* search form within the mobile menu - override mmenu css */
/* line 236, ../sass/components/_mobile-menu.scss */
nav.mm-menu.mm-basic .search-form .container-inline label {
  display: none; }

/* line 239, ../sass/components/_mobile-menu.scss */
#block-mmenu-search {
  padding: 20px;
  background-color: #2e2e2e; }
  /* line 242, ../sass/components/_mobile-menu.scss */
  #block-mmenu-search input[type="text"] {
    background-color: #464646;
    border: none;
    color: #919191;
    padding: 5px; }
  /* line 248, ../sass/components/_mobile-menu.scss */
  #block-mmenu-search input[type="submit"] {
    width: 29px;
    height: 29px;
    padding: 0;
    overflow: hidden;
    text-indent: -300px;
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
    background-image: url("../images/mobile-menu/mobile-search-icon.png");
    background-repeat: no-repeat;
    background-position: center center; }
  /* line 261, ../sass/components/_mobile-menu.scss */
  #block-mmenu-search .form-item-keys {
    max-width: 192px;
    overflow: hidden;
    float: left;
    margin-right: 5px; }

/* note: for the back to listings link theming on partner profiles, see _views-linkser.scss */
/* partner info pane */
/* line 5, ../sass/components/_partner-profile.scss */
.panel-pane.pane-views-panes.pane-partner-profile-panel-pane-partner-info {
  max-width: 1172px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px; }

/* partner information */
/* line 16, ../sass/components/_partner-profile.scss */
.pane-partner-profile-panel-pane-partner-info {
  /* partner logo */
  /* name title */
  /* heading */ }
  /* line 18, ../sass/components/_partner-profile.scss */
  .pane-partner-profile-panel-pane-partner-info .views-field-field-partner-logo {
    width: 240px;
    margin-right: 20px;
    float: left; }
    /* line 22, ../sass/components/_partner-profile.scss */
    .pane-partner-profile-panel-pane-partner-info .views-field-field-partner-logo img {
      vertical-align: top;
      float: right; }
  /* line 28, ../sass/components/_partner-profile.scss */
  .pane-partner-profile-panel-pane-partner-info .views-field-title {
    font-size: 32px;
    color: #393939;
    font-family: "AdelleSansRegular", serif;
    line-height: 1.3;
    margin-left: 260px;
    max-width: 686px; }
  /* line 36, ../sass/components/_partner-profile.scss */
  .pane-partner-profile-panel-pane-partner-info h1 .views-field-title {
    color: #393939; }
  /* line 40, ../sass/components/_partner-profile.scss */
  .pane-partner-profile-panel-pane-partner-info .views-field-field-partner-heading {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 3px;
    margin-left: 260px;
    max-width: 686px; }
  /* line 48, ../sass/components/_partner-profile.scss */
  .pane-partner-profile-panel-pane-partner-info .views-field-body {
    margin-left: 260px;
    max-width: 686px; }
  /* line 52, ../sass/components/_partner-profile.scss */
  .pane-partner-profile-panel-pane-partner-info .views-field-body,
  .pane-partner-profile-panel-pane-partner-info .views-field-body p {
    font-size: 16px;
    line-height: 1.6; }

/* for small screens */
@media (min-width: 0em) and (max-width: 40em) {
  /* line 62, ../sass/components/_partner-profile.scss */
  .pane-partner-profile-panel-pane-partner-info .views-field-field-partner-logo {
    width: auto;
    margin-right: 0;
    float: none; }
    /* line 66, ../sass/components/_partner-profile.scss */
    .pane-partner-profile-panel-pane-partner-info .views-field-field-partner-logo img {
      vertical-align: top;
      float: none;
      margin-bottom: 15px; }
  /* line 72, ../sass/components/_partner-profile.scss */
  .pane-partner-profile-panel-pane-partner-info .views-field-title {
    margin-left: 0; }
  /* line 75, ../sass/components/_partner-profile.scss */
  .pane-partner-profile-panel-pane-partner-info .views-field-body {
    margin-left: 0; }
  /* line 78, ../sass/components/_partner-profile.scss */
  .pane-partner-profile-panel-pane-partner-info .views-field-field-partner-heading {
    margin-left: 0; } }
/* partner alert */
/* line 86, ../sass/components/_partner-profile.scss */
.pane-partner-profile-panel-pane-partner-alert {
  /* make pane line up with partner info pane */
  max-width: 1172px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px;
  /* alert wrapper */
  /* alert text */
  /* alert cta */ }
  /* line 95, ../sass/components/_partner-profile.scss */
  .pane-partner-profile-panel-pane-partner-alert .partner-alert-wrapper {
    /* needs to line up with partner info */
    margin-left: 260px;
    max-width: 686px;
    /* alert icon as background image */
    background-image: url("../images/notification-red.png");
    background-repeat: no-repeat;
    background-position: -6px top;
    padding-left: 58px;
    padding-top: 3px;
    min-height: 48px;
    margin-bottom: 40px; }
  /* line 111, ../sass/components/_partner-profile.scss */
  .pane-partner-profile-panel-pane-partner-alert .views-field-field-alert-text p:last-child {
    margin-bottom: 15px; }
  /* line 117, ../sass/components/_partner-profile.scss */
  .pane-partner-profile-panel-pane-partner-alert .views-field-field-alert-cta a {
    color: #007867;
    text-decoration: none;
    line-height: inherit;
    display: block;
    background-image: url("../images/green-right-arrow-small-on-white-background.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    padding: 2px 0 4px 18px;
    margin-bottom: 3px; }
  /* line 128, ../sass/components/_partner-profile.scss */
  .pane-partner-profile-panel-pane-partner-alert .views-field-field-alert-cta a:hover {
    color: #01948a;
    text-decoration: underline; }

/* for small screens */
@media (min-width: 0em) and (max-width: 40em) {
  /* line 138, ../sass/components/_partner-profile.scss */
  .pane-partner-profile-panel-pane-partner-alert .partner-alert-wrapper {
    margin-left: 0; } }
/* call to action - primary */
/* line 146, ../sass/components/_partner-profile.scss */
.panel-pane.pane-views-panes.pane-partner-profile-panel-pane-partner-contact-cta {
  background-color: #393939;
  padding: 20px 24px;
  margin-bottom: 48px; }
  /* line 150, ../sass/components/_partner-profile.scss */
  .panel-pane.pane-views-panes.pane-partner-profile-panel-pane-partner-contact-cta .call-to-action-intro {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    color: #bebebe;
    line-height: 1.4;
    max-width: 828px;
    padding: 0; }

/* line 162, ../sass/components/_partner-profile.scss */
.partner-contact-button {
  display: block;
  text-align: center; }

/* line 166, ../sass/components/_partner-profile.scss */
.partner-contact-button a {
  font-size: 16px;
  padding: 8px 25.6px 6px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
  font-family: "AdelleSansRegular",sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #007867;
  display: inline-block; }

/* line 190, ../sass/components/_partner-profile.scss */
.partner-contact-button a:hover {
  background-color: #00948a; }

/* partner product information */
/* line 195, ../sass/components/_partner-profile.scss */
.panel-pane.pane-views-panes.pane-partner-profile-panel-pane-partner-product {
  /* product title */
  /* standfirst */
  /* product benefits */ }
  /* line 197, ../sass/components/_partner-profile.scss */
  .panel-pane.pane-views-panes.pane-partner-profile-panel-pane-partner-product .views-field-field-product-title {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1072px;
    margin-left: auto;
    margin-right: auto; }
    /* line 203, ../sass/components/_partner-profile.scss */
    .panel-pane.pane-views-panes.pane-partner-profile-panel-pane-partner-product .views-field-field-product-title h2 {
      color: #f11e15;
      font-family: "AdelleSansRegular",sans-serif;
      font-weight: 300;
      text-align: center;
      text-transform: uppercase;
      font-size: 17px; }
    /* line 211, ../sass/components/_partner-profile.scss */
    .panel-pane.pane-views-panes.pane-partner-profile-panel-pane-partner-product .views-field-field-product-title h2:after {
      content: ' ';
      border-top: 3px solid #f11e15;
      display: block;
      margin: 13px auto 25px;
      width: 30px; }
  /* line 220, ../sass/components/_partner-profile.scss */
  .panel-pane.pane-views-panes.pane-partner-profile-panel-pane-partner-product .views-field-field-product-standfirst {
    padding: 0 24px 25px 24px;
    font-family: "AdelleSansRegular", serif;
    text-align: center;
    max-width: 678px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px; }
    /* line 228, ../sass/components/_partner-profile.scss */
    .panel-pane.pane-views-panes.pane-partner-profile-panel-pane-partner-product .views-field-field-product-standfirst p {
      font-size: 16px;
      margin-bottom: 20px; }
  /* line 234, ../sass/components/_partner-profile.scss */
  .panel-pane.pane-views-panes.pane-partner-profile-panel-pane-partner-product .views-field-field-product-benefits {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f7f7f7;
    padding: 25px 24px 25px 0px;
    margin-bottom: 48px; }
    /* line 241, ../sass/components/_partner-profile.scss */
    .panel-pane.pane-views-panes.pane-partner-profile-panel-pane-partner-product .views-field-field-product-benefits ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    /* line 246, ../sass/components/_partner-profile.scss */
    .panel-pane.pane-views-panes.pane-partner-profile-panel-pane-partner-product .views-field-field-product-benefits ul.textformatter-list {
      list-style: none;
      line-height: 1.7;
      padding: 0; }
    /* line 251, ../sass/components/_partner-profile.scss */
    .panel-pane.pane-views-panes.pane-partner-profile-panel-pane-partner-product .views-field-field-product-benefits li {
      padding-left: 28px;
      margin: 0;
      position: relative; }
    /* line 256, ../sass/components/_partner-profile.scss */
    .panel-pane.pane-views-panes.pane-partner-profile-panel-pane-partner-product .views-field-field-product-benefits ul.textformatter-list > li:before {
      color: #f11e15;
      content: "\25C6";
      left: 0;
      line-height: 1;
      position: absolute;
      top: 4px; }

/* call to action - download - secondary */
/* line 268, ../sass/components/_partner-profile.scss */
.panel-pane.pane-views-panes.pane-partner-profile-panel-pane-partner-sales-download {
  /* call to action - partner flyer download */
  padding-left: 24px;
  padding-right: 24px; }
  /* line 272, ../sass/components/_partner-profile.scss */
  .panel-pane.pane-views-panes.pane-partner-profile-panel-pane-partner-sales-download .partner-flyer-download-button {
    display: block;
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dcdcdc; }
  /* line 279, ../sass/components/_partner-profile.scss */
  .panel-pane.pane-views-panes.pane-partner-profile-panel-pane-partner-sales-download .call-to-action-intro {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
    max-width: 828px;
    padding: 0; }

/* line 290, ../sass/components/_partner-profile.scss */
.partner-flyer-download-button a {
  font-size: 16px;
  padding: 8px 25.6px 6px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
  font-family: "AdelleSansRegular",sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #007867;
  display: inline-block; }

/* line 314, ../sass/components/_partner-profile.scss */
.partner-flyer-download-button a:hover {
  background-color: #00948a; }

/* partner plugin information */
/* line 319, ../sass/components/_partner-profile.scss */
.panel-pane.pane-partner-profile-panel-pane-partner-plugin {
  margin-bottom: 20px;
  /* product title */
  /* standfirst */
  /* product benefits */ }
  /* line 322, ../sass/components/_partner-profile.scss */
  .panel-pane.pane-partner-profile-panel-pane-partner-plugin .views-field-field-plugin-title {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1072px;
    margin-left: auto;
    margin-right: auto; }
    /* line 328, ../sass/components/_partner-profile.scss */
    .panel-pane.pane-partner-profile-panel-pane-partner-plugin .views-field-field-plugin-title h2 {
      color: #f11e15;
      font-family: "AdelleSansRegular",sans-serif;
      font-weight: 300;
      text-align: center;
      text-transform: uppercase;
      font-size: 17px; }
    /* line 336, ../sass/components/_partner-profile.scss */
    .panel-pane.pane-partner-profile-panel-pane-partner-plugin .views-field-field-plugin-title h2:after {
      content: ' ';
      border-top: 3px solid #f11e15;
      display: block;
      margin: 13px auto 25px;
      width: 30px; }
  /* line 345, ../sass/components/_partner-profile.scss */
  .panel-pane.pane-partner-profile-panel-pane-partner-plugin .views-field-field-plugin-standfirst {
    padding: 0 24px 25px 24px;
    font-family: "AdelleSansRegular", serif;
    text-align: center;
    max-width: 678px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px; }
    /* line 353, ../sass/components/_partner-profile.scss */
    .panel-pane.pane-partner-profile-panel-pane-partner-plugin .views-field-field-plugin-standfirst p {
      font-size: 16px;
      margin-bottom: 20px; }
  /* line 359, ../sass/components/_partner-profile.scss */
  .panel-pane.pane-partner-profile-panel-pane-partner-plugin .views-field-field-plugin-benefits {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f7f7f7;
    padding: 25px 24px 25px 0px;
    margin-bottom: 48px; }
    /* line 366, ../sass/components/_partner-profile.scss */
    .panel-pane.pane-partner-profile-panel-pane-partner-plugin .views-field-field-plugin-benefits ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    /* line 371, ../sass/components/_partner-profile.scss */
    .panel-pane.pane-partner-profile-panel-pane-partner-plugin .views-field-field-plugin-benefits ul.textformatter-list {
      list-style: none;
      line-height: 1.7;
      padding: 0; }
    /* line 376, ../sass/components/_partner-profile.scss */
    .panel-pane.pane-partner-profile-panel-pane-partner-plugin .views-field-field-plugin-benefits li {
      padding-left: 28px;
      margin: 0;
      position: relative; }
    /* line 381, ../sass/components/_partner-profile.scss */
    .panel-pane.pane-partner-profile-panel-pane-partner-plugin .views-field-field-plugin-benefits ul.textformatter-list > li:before {
      color: #f11e15;
      content: "\25C6";
      left: 0;
      line-height: 1;
      position: absolute;
      top: 4px; }

/* line 391, ../sass/components/_partner-profile.scss */
.pane-partner-profile-panel-pane-plugin {
  /* plugin download button intro text */
  /* partner plugin button */ }
  /* line 393, ../sass/components/_partner-profile.scss */
  .pane-partner-profile-panel-pane-plugin .views-field-field-plugin-download-intro {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
    max-width: 828px;
    padding: 0; }
  /* line 404, ../sass/components/_partner-profile.scss */
  .pane-partner-profile-panel-pane-plugin .partner-contact-button {
    display: block;
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dcdcdc; }

/* related partners heading */
/* line 416, ../sass/components/_partner-profile.scss */
.panel-pane.pane-views-panes.pane-partner-profile-panel-pane-related-partners-heading .views-field-field-related-partners-heading {
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1072px;
  margin-left: auto;
  margin-right: auto; }
  /* line 422, ../sass/components/_partner-profile.scss */
  .panel-pane.pane-views-panes.pane-partner-profile-panel-pane-related-partners-heading .views-field-field-related-partners-heading h2 {
    color: #f11e15;
    font-family: "AdelleSansRegular",sans-serif;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px; }
  /* line 430, ../sass/components/_partner-profile.scss */
  .panel-pane.pane-views-panes.pane-partner-profile-panel-pane-related-partners-heading .views-field-field-related-partners-heading h2:after {
    content: ' ';
    border-top: 3px solid #f11e15;
    display: block;
    margin: 13px auto 25px;
    width: 30px; }

/* related partners tessers */
/* line 441, ../sass/components/_partner-profile.scss */
.panel-pane.pane-views-panes.pane-partner-profile-panel-pane-related-partners-teasers {
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 48px;
  overflow: hidden; }
  /* line 449, ../sass/components/_partner-profile.scss */
  .panel-pane.pane-views-panes.pane-partner-profile-panel-pane-related-partners-teasers .views-field-field-teaser-logo img {
    width: 120px;
    height: auto;
    float: left;
    margin-right: 20px; }
  /* line 455, ../sass/components/_partner-profile.scss */
  .panel-pane.pane-views-panes.pane-partner-profile-panel-pane-related-partners-teasers .views-field-title {
    margin-left: 140px; }
  /* line 458, ../sass/components/_partner-profile.scss */
  .panel-pane.pane-views-panes.pane-partner-profile-panel-pane-related-partners-teasers .views-field-field-teaser-text {
    margin-left: 140px;
    /* deal with last p-element in the teaser  text */ }
    /* line 461, ../sass/components/_partner-profile.scss */
    .panel-pane.pane-views-panes.pane-partner-profile-panel-pane-related-partners-teasers .views-field-field-teaser-text p:last-of-type {
      margin-bottom: 0; }
  /* line 465, ../sass/components/_partner-profile.scss */
  .panel-pane.pane-views-panes.pane-partner-profile-panel-pane-related-partners-teasers .views-row {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dcdcdc;
    clear: left;
    overflow: hidden; }

/* for very small screens */
@media all and (max-width: 380px) {
  /* line 476, ../sass/components/_partner-profile.scss */
  .panel-pane.pane-views-panes.pane-partner-profile-panel-pane-related-partners-teasers .views-field-field-teaser-logo img {
    float: none;
    margin-right: 0;
    margin-bottom: 15px; }
  /* line 481, ../sass/components/_partner-profile.scss */
  .panel-pane.pane-views-panes.pane-partner-profile-panel-pane-related-partners-teasers .views-field-title {
    margin-left: 0; }
  /* line 484, ../sass/components/_partner-profile.scss */
  .panel-pane.pane-views-panes.pane-partner-profile-panel-pane-related-partners-teasers .views-field-field-teaser-text {
    margin-left: 0; } }
/*  Partner profile directory listing - depends on _custom_search_listings.scss and classes mentioned in its comments */
/* teasers results */
/* line 5, ../sass/components/_partner_profile_directory.scss */
.view-partner-profile-directory.custom-search-listing-results {
  /* plugin available - link */
  /* alert search link */ }
  /* line 6, ../sass/components/_partner_profile_directory.scss */
  .view-partner-profile-directory.custom-search-listing-results .views-row {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden; }
  /* line 14, ../sass/components/_partner_profile_directory.scss */
  .view-partner-profile-directory.custom-search-listing-results .field-name-field-partner-logo img,
  .view-partner-profile-directory.custom-search-listing-results .field--name-field-partner-logo img {
    width: 120px;
    height: auto;
    float: left;
    margin-right: 20px; }
  /* line 21, ../sass/components/_partner_profile_directory.scss */
  .view-partner-profile-directory.custom-search-listing-results h2,
  .view-partner-profile-directory.custom-search-listing-results h2.node__title {
    margin-left: 140px; }
  /* line 25, ../sass/components/_partner_profile_directory.scss */
  .view-partner-profile-directory.custom-search-listing-results div.field-name-body,
  .view-partner-profile-directory.custom-search-listing-results div.field--name-body {
    margin-left: 140px;
    /* deal with last p-element in the teaser text */ }
    /* line 29, ../sass/components/_partner_profile_directory.scss */
    .view-partner-profile-directory.custom-search-listing-results div.field-name-body p:last-of-type,
    .view-partner-profile-directory.custom-search-listing-results div.field--name-body p:last-of-type {
      margin-bottom: 0; }
  /* line 34, ../sass/components/_partner_profile_directory.scss */
  .view-partner-profile-directory.custom-search-listing-results .partner-plugin-available {
    display: block;
    background-image: url("../images/plugin-icon.png");
    background-repeat: no-repeat;
    background-position: left 1px;
    font-size: 18px;
    font-weight: 100;
    padding: 5px 0 5px 40px;
    margin-top: 10px;
    margin-left: 140px; }
  /* line 48, ../sass/components/_partner_profile_directory.scss */
  .view-partner-profile-directory.custom-search-listing-results .field--name-field-partner-alert-search-link a {
    display: block;
    background-image: url("../images/notification-small-red.png");
    background-repeat: no-repeat;
    background-position: 7px 1px;
    font-size: 18px;
    font-weight: 100;
    padding: 5px 0 5px 40px;
    margin-top: 10px;
    margin-left: 140px; }

/* for very small screens */
@media all and (max-width: 380px) {
  /* line 66, ../sass/components/_partner_profile_directory.scss */
  .view-partner-profile-directory.custom-search-listing-results {
    /* plugin available - link */
    /* alert search link */ }
    /* line 69, ../sass/components/_partner_profile_directory.scss */
    .view-partner-profile-directory.custom-search-listing-results .field-name-field-partner-logo img,
    .view-partner-profile-directory.custom-search-listing-results .field--name-field-partner-logo img {
      float: none;
      margin-right: 0;
      margin-bottom: 15px; }
    /* line 75, ../sass/components/_partner_profile_directory.scss */
    .view-partner-profile-directory.custom-search-listing-results h2,
    .view-partner-profile-directory.custom-search-listing-results h2.node__title {
      margin-left: 0; }
    /* line 79, ../sass/components/_partner_profile_directory.scss */
    .view-partner-profile-directory.custom-search-listing-results div.field-name-body,
    .view-partner-profile-directory.custom-search-listing-results div.field--name-body {
      margin-left: 0; }
    /* line 84, ../sass/components/_partner_profile_directory.scss */
    .view-partner-profile-directory.custom-search-listing-results .partner-plugin-available {
      margin-left: 0; }
    /* line 88, ../sass/components/_partner_profile_directory.scss */
    .view-partner-profile-directory.custom-search-listing-results .field--name-field-partner-alert-search-link a {
      margin-left: 0; } }
/*  Press release listing - depends on _custom_search_listings.scss and classes mentioned in its comments */
/* teasers results */
/* line 5, ../sass/components/_press_release_listing.scss */
.view-press-release-listing.custom-search-listing-results {
  /* rows */
  /* teaser image */
  /* teaser text wrapper */
  /* teaser text */ }
  /* line 7, ../sass/components/_press_release_listing.scss */
  .view-press-release-listing.custom-search-listing-results .views-row {
    padding-bottom: 25px;
    overflow: hidden;
    clear: both; }
  /* line 13, ../sass/components/_press_release_listing.scss */
  .view-press-release-listing.custom-search-listing-results .field--name-field-search-image img,
  .view-press-release-listing.custom-search-listing-results .field-name-field-search-image img {
    width: 120px;
    height: auto;
    float: left;
    margin-right: 20px; }
  /* line 21, ../sass/components/_press_release_listing.scss */
  .view-press-release-listing.custom-search-listing-results .teaser-text-wrapper {
    overflow: hidden;
    margin-left: 140px;
    /* teaser title */
    /* date wrapper */ }
    /* line 25, ../sass/components/_press_release_listing.scss */
    .view-press-release-listing.custom-search-listing-results .teaser-text-wrapper h2 {
      font-family: "AdelleSansRegular",serif;
      font-style: normal;
      text-rendering: optimizeLegibility;
      font-size: 24px;
      color: #007867;
      font-weight: 100;
      line-height: 1.4;
      margin: 0 0 15px 0;
      padding: 20px 0 0 0;
      position: relative;
      top: -20px;
      margin-bottom: -10px; }
      /* line 38, ../sass/components/_press_release_listing.scss */
      .view-press-release-listing.custom-search-listing-results .teaser-text-wrapper h2 a {
        color: #007867;
        text-decoration: none; }
      /* line 42, ../sass/components/_press_release_listing.scss */
      .view-press-release-listing.custom-search-listing-results .teaser-text-wrapper h2 a:hover {
        text-decoration: underline; }
    /* line 47, ../sass/components/_press_release_listing.scss */
    .view-press-release-listing.custom-search-listing-results .teaser-text-wrapper .meta-wrapper {
      font-family: inherit;
      font-weight: 100;
      font-size: 16px;
      line-height: 1.6;
      text-rendering: optimizeLegibility; }
  /* line 56, ../sass/components/_press_release_listing.scss */
  .view-press-release-listing.custom-search-listing-results .field--name-field-listings-teaser-text,
  .view-press-release-listing.custom-search-listing-results .field-name-field-listings-teaser-text {
    font-family: inherit;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-rendering: optimizeLegibility; }

/* teasers results - grouping by date */
/* line 67, ../sass/components/_press_release_listing.scss */
.view-press-release-listing.custom-search-listing-results > h3 {
  font-family: "AdelleSansRegular", serif;
  font-size: 18px;
  font-weight: 100;
  font-style: normal;
  color: #f01d14;
  text-rendering: optimizeLegibility;
  margin-top: 3px;
  margin-bottom: 8px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase; }

/* line 80, ../sass/components/_press_release_listing.scss */
.view-press-release-listing.custom-search-listing-results > h3:after {
  content: ' ';
  border-top: 3px solid #f11e15;
  display: block;
  margin: 13px auto 30px auto;
  width: 30px; }

/* for small screens */
@media (min-width: 0em) and (max-width: 40em) {
  /* teasers results */
  /* line 91, ../sass/components/_press_release_listing.scss */
  .view-press-release-listing.custom-search-listing-results {
    /* teaser text wrapper */ }
    /* line 93, ../sass/components/_press_release_listing.scss */
    .view-press-release-listing.custom-search-listing-results .teaser-text-wrapper {
      /* teaser title */ }
      /* line 95, ../sass/components/_press_release_listing.scss */
      .view-press-release-listing.custom-search-listing-results .teaser-text-wrapper h2 {
        font-size: 20px; } }
/* for very small screens */
@media all and (max-width: 380px) {
  /* teasers results */
  /* line 105, ../sass/components/_press_release_listing.scss */
  .view-press-release-listing.custom-search-listing-results {
    /* teaser image */
    /* teaser text wrapper */ }
    /* line 107, ../sass/components/_press_release_listing.scss */
    .view-press-release-listing.custom-search-listing-results .field--name-field-search-image img,
    .view-press-release-listing.custom-search-listing-results .field-name-field-search-image img {
      float: none;
      margin-right: 0;
      margin-bottom: 15px; }
    /* line 114, ../sass/components/_press_release_listing.scss */
    .view-press-release-listing.custom-search-listing-results .teaser-text-wrapper {
      margin-left: 0; } }
/**
 * PT00 404
 */
/* line 5, ../sass/components/_pt00-404.scss */
.view-error-page-view {
  text-align: center; }
  /* line 11, ../sass/components/_pt00-404.scss */
  .view-error-page-view .views-field-title:after {
    content: none; }
  @media only screen and (min-width: 40.063em) {
    /* line 8, ../sass/components/_pt00-404.scss */
    .view-error-page-view .views-field-title {
      padding-bottom: 15px;
      padding-bottom: 0.9375rem; } }
  /* line 20, ../sass/components/_pt00-404.scss */
  .view-error-page-view .views-field-field-subtitle {
    font-family: "AdelleSansRegular", serif; }
  /* line 26, ../sass/components/_pt00-404.scss */
  .view-error-page-view .views-field-field-text {
    text-align: center;
    padding: 0 6.25% 25px;
    padding: 0 6.25% 1.5625rem; }
    /* line 30, ../sass/components/_pt00-404.scss */
    .view-error-page-view .views-field-field-text .field-content {
      font-size: 16px;
      font-size: 1rem;
      color: #393939;
      line-height: 1.4; }
    @media only screen and (min-width: 40.063em) {
      /* line 37, ../sass/components/_pt00-404.scss */
      .view-error-page-view .views-field-field-text .field-content {
        display: block;
        line-height: 1.8;
        margin: 0 auto;
        max-width: 650px;
        max-width: 40.625rem; } }
  /* line 46, ../sass/components/_pt00-404.scss */
  .view-error-page-view .views-field-field-back-link {
    font-size: 14px;
    font-size: 0.875rem; }
    /* line 49, ../sass/components/_pt00-404.scss */
    .view-error-page-view .views-field-field-back-link a {
      line-height: 1.7; }
    @media only screen and (min-width: 40.063em) {
      /* line 46, ../sass/components/_pt00-404.scss */
      .view-error-page-view .views-field-field-back-link {
        padding-bottom: 96px;
        padding-bottom: 6rem; } }

/* line 59, ../sass/components/_pt00-404.scss */
.page-error-page-404-not-found .branding-wrapper {
  height: 53px; }

/* line 62, ../sass/components/_pt00-404.scss */
.page-error-page-404-not-found .right-off-canvas-toggle {
  display: none; }

/**
 * PT00 iFrame
 */
/* line 11, ../sass/components/_pt00-iframe.scss */
.view-iframe-form-page-view .views-field-field-form-description .field-content {
  padding-bottom: 55px;
  padding-bottom: 3.4375rem; }

/* line 18, ../sass/components/_pt00-iframe.scss */
.views-field-field-form-iframe {
  overflow: auto;
  max-width: 100;
  -webkit-overflow-scrolling: touch;
  /**
   * Medium Up
   */ }
  /* line 23, ../sass/components/_pt00-iframe.scss */
  .views-field-field-form-iframe iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  @media only screen and (min-width: 40.063em) {
    /* line 18, ../sass/components/_pt00-iframe.scss */
    .views-field-field-form-iframe {
      padding: 0 32px;
      padding: 0 2rem; } }

/**
 * PT07a Articles
 */
/* line 5, ../sass/components/_pt07-editorial.scss */
.panels-flexible-region-30-center {
  width: 100%; }

/**
* Tablet and Up
*/
@media only screen and (min-width: 40.063em) {
  /* line 15, ../sass/components/_pt07-editorial.scss */
  .pane-editorial-sidebar {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none; }

  /* line 19, ../sass/components/_pt07-editorial.scss */
  .pane-editorial-sidebar ~ .pane-editorial-page-content-view,
  .pane-editorial-sidebar ~ .pane-editorial-page-new-and-events-content {
    width: 75%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: right; }

  /* line 27, ../sass/components/_pt07-editorial.scss */
  .pane-editorial-sidebar + .pane-views {
    margin-top: -80px;
    margin-top: -5rem;
    position: relative;
    z-index: 1; } }
/* Search in region search results */
/* line 5, ../sass/components/_region-search-results.scss */
.view-search-in-region h2,
.view-search-in-region h2.node__title {
  font-size: 27px; }
/* line 9, ../sass/components/_region-search-results.scss */
.view-search-in-region .views-row {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }
/* line 15, ../sass/components/_region-search-results.scss */
.view-search-in-region .node {
  overflow: hidden;
  padding-bottom: 20px; }
/* line 19, ../sass/components/_region-search-results.scss */
.view-search-in-region .node__content {
  /* dates, location text, search abstract text */ }
  /* line 21, ../sass/components/_region-search-results.scss */
  .view-search-in-region .node__content .field__item {
    margin-bottom: 9px;
    font-weight: 100;
    font-size: 1rem;
    line-height: 1.6;
    text-rendering: optimizeLegibility; }

/* Share this block - with social media icons */
/* line 3, ../sass/components/_share-this.scss */
#block-sharethis-sharethis-block {
  top: 66%;
  position: fixed;
  left: 0;
  background-color: #dedede;
  width: 40px;
  z-index: 200; }
  /* line 10, ../sass/components/_share-this.scss */
  #block-sharethis-sharethis-block .block__title {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 3px; }

/* for small screen sizes - mobile */
@media (min-width: 0em) and (max-width: 40em) {
  /* line 22, ../sass/components/_share-this.scss */
  #block-sharethis-sharethis-block,
  .block--sharethis {
    display: none; } }
/* used for content types that use simple page panel variant of general page panel, example: Press Release 
 * relies on these classes set in Simple Page Node view: simple-page-node-header and simple-page-node-body
 */
/* general layout */
/* line 7, ../sass/components/_simple-page-panel.scss */
.simple-page-node-header,
.simple-page-node-body {
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1072px;
  margin-left: auto;
  margin-right: auto; }

/* header elements */
/* line 18, ../sass/components/_simple-page-panel.scss */
.simple-page-node-header {
  padding-bottom: 15px;
  /* node title */
  /* subtitle */
  /* custom date */ }
  /* line 22, ../sass/components/_simple-page-panel.scss */
  .simple-page-node-header .views-field-title h1 {
    color: #333;
    font-family: "AdelleSansRegular",sans-serif;
    font-weight: 100;
    text-align: left;
    text-transform: none;
    font-size: 34px;
    padding-top: 35px;
    margin-bottom: 16px; }
  /* line 32, ../sass/components/_simple-page-panel.scss */
  .simple-page-node-header .views-field-title h1:after {
    content: ' ';
    display: none; }
  /* line 38, ../sass/components/_simple-page-panel.scss */
  .simple-page-node-header .views-field-field-page-subtitle {
    font-size: 22px;
    font-weight: 100;
    color: #f01d14;
    margin-bottom: 15px;
    line-height: 1.4; }
  /* line 46, ../sass/components/_simple-page-panel.scss */
  .simple-page-node-header .views-field-field-date-published-custom {
    font-weight: 100;
    line-height: 1.6;
    padding: 15px 0px;
    margin-bottom: 20px;
    color: #919191;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc; }

/* main content elements */
/* line 58, ../sass/components/_simple-page-panel.scss */
.simple-page-node-body {
  /* main image */
  /* body content */ }
  /* line 60, ../sass/components/_simple-page-panel.scss */
  .simple-page-node-body .views-field-field-main-image img {
    max-width: 40%;
    float: left;
    margin-right: 25px;
    margin-bottom: 10px; }
  /* line 67, ../sass/components/_simple-page-panel.scss */
  .simple-page-node-body .views-field-body {
    margin-bottom: 30px;
    /* red diamond bullets used for lists created in this field with the standard text editor */
    /* numbered lists */ }
    /* line 70, ../sass/components/_simple-page-panel.scss */
    .simple-page-node-body .views-field-body ul > li::before {
      color: #f11e15;
      content: "\25C6";
      left: 0;
      line-height: 1;
      position: absolute;
      top: 2px; }
    /* line 78, ../sass/components/_simple-page-panel.scss */
    .simple-page-node-body .views-field-body ul {
      line-height: 1.7;
      list-style: none;
      margin-bottom: 24px; }
    /* line 83, ../sass/components/_simple-page-panel.scss */
    .simple-page-node-body .views-field-body ul > li {
      padding-left: 26px;
      position: relative; }
    /* line 87, ../sass/components/_simple-page-panel.scss */
    .simple-page-node-body .views-field-body ul li {
      font-family: inherit;
      font-weight: 100;
      line-height: 1.6;
      text-rendering: optimizeLegibility; }
    /* line 94, ../sass/components/_simple-page-panel.scss */
    .simple-page-node-body .views-field-body ol {
      line-height: 1.7;
      margin-bottom: 24px;
      margin-left: 1.2em; }
    /* line 99, ../sass/components/_simple-page-panel.scss */
    .simple-page-node-body .views-field-body ol > li {
      padding-left: 5px; }
    /* line 102, ../sass/components/_simple-page-panel.scss */
    .simple-page-node-body .views-field-body ol li {
      font-family: inherit;
      font-weight: 100;
      line-height: 1.6;
      text-rendering: optimizeLegibility; }

/* for small screens */
@media (min-width: 0em) and (max-width: 40em) {
  /* header elements */
  /* line 114, ../sass/components/_simple-page-panel.scss */
  .simple-page-node-header {
    padding-bottom: 5px; }

  /* main content elements */
  /* line 118, ../sass/components/_simple-page-panel.scss */
  .simple-page-node-body {
    /* main image */
    /* body content */ }
    /* line 120, ../sass/components/_simple-page-panel.scss */
    .simple-page-node-body .views-field-field-main-image img {
      max-width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: 20px; }
    /* line 127, ../sass/components/_simple-page-panel.scss */
    .simple-page-node-body .views-field-body {
      margin-bottom: 0; } }
/* @group BANNER IMAGE AND TEXT */
/* line 4, ../sass/components/_spotlight_nav.scss */
.spotlight-banner-wrapper {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden; }

/* line 11, ../sass/components/_spotlight_nav.scss */
.spotlight-banner-wrapper a:hover {
  text-decoration: none; }

/* line 15, ../sass/components/_spotlight_nav.scss */
.spotlight-banner-wrapper .field--name-field-spotnav-banner-image img {
  height: 320px;
  width: 1280px;
  max-width: 1280px; }

@media (min-width: 0em) and (max-width: 40em) {
  /* line 22, ../sass/components/_spotlight_nav.scss */
  .spotlight-banner-wrapper .field--name-field-spotnav-banner-image img {
    height: auto;
    width: 100%;
    max-width: 100%; } }
/* line 29, ../sass/components/_spotlight_nav.scss */
.spotlight-banner-textbox {
  position: absolute;
  bottom: 80px;
  right: 40px;
  background-color: #4c4c4c;
  max-width: 300px; }

@media (min-width: 0em) and (max-width: 40em) {
  /* line 40, ../sass/components/_spotlight_nav.scss */
  .spotlight-banner-textbox {
    position: relative;
    bottom: 0px;
    right: 0px;
    background-color: #4c4c4c;
    max-width: 100%;
    width: 100%; } }
/* line 52, ../sass/components/_spotlight_nav.scss */
.spotlight-banner-textbox-title {
  text-transform: uppercase;
  background-color: #ee2224; }

/* line 57, ../sass/components/_spotlight_nav.scss */
.spotlight-banner-textbox-title h2 {
  color: white;
  font-size: 1.4em;
  margin: 0px;
  padding: 10px;
  padding-bottom: 5px; }

/* line 65, ../sass/components/_spotlight_nav.scss */
.spotlight-banner-textbox .field--name-field-spotnav-banner-text {
  color: #a4a39e;
  padding: 10px;
  font-size: 1.1em;
  line-height: 1.2em; }

/* line 72, ../sass/components/_spotlight_nav.scss */
.spotlight-banner-read-more {
  color: white;
  text-transform: uppercase;
  background: url(../images/white-arrow-trans-background.png) left top no-repeat;
  padding-left: 20px;
  padding-top: 3px;
  padding-bottom: 12px;
  margin-left: 10px; }

/* line 86, ../sass/components/_spotlight_nav.scss */
div.spotlight-banner-wrapper:hover .spotlight-banner-read-more {
  color: #ee2224;
  background: url(../images/red-arrow-trans-background.png) left top no-repeat; }

/* @end */
/* @group TITLE AND TABS */
/* line 98, ../sass/components/_spotlight_nav.scss */
.spotlight-page-title {
  position: absolute;
  bottom: 0px;
  height: 45px; }

/* line 104, ../sass/components/_spotlight_nav.scss */
.spotlight-page-title h1 {
  margin-bottom: 0px;
  font-size: 1.6em;
  padding-top: 9px;
  padding-left: 10px;
  color: white;
  float: left;
  background-color: #ee2224;
  padding-right: 6px; }

/* line 115, ../sass/components/_spotlight_nav.scss */
.spotlight-upper-tab-corner {
  float: left;
  height: 45px;
  width: 45px;
  background: url(../images/tab-corner-bottom-left-red.png) -2px top no-repeat; }

/* line 122, ../sass/components/_spotlight_nav.scss */
.spotlight-banner-bottom-border {
  float: left;
  width: 100%;
  height: 4px;
  background-color: #ee2224; }

/* line 130, ../sass/components/_spotlight_nav.scss */
.spotlight-banner-bottom-tabs-wrapper {
  background-color: #f6f7f6;
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 38px; }

@media (min-width: 0em) and (max-width: 40em) {
  /* line 140, ../sass/components/_spotlight_nav.scss */
  .spotlight-banner-bottom-tabs-wrapper {
    padding-bottom: 24px; } }
/* line 146, ../sass/components/_spotlight_nav.scss */
.spotlight-banner-bottom-back-tab {
  float: right;
  z-index: 5;
  position: relative; }

/* line 154, ../sass/components/_spotlight_nav.scss */
.spotlight-banner-bottom-toggle-nav-tab {
  float: right;
  left: 31px;
  position: relative;
  z-index: 1; }

/* line 162, ../sass/components/_spotlight_nav.scss */
.spotlight-banner-bottom-tab-text {
  color: white;
  text-transform: uppercase;
  float: left;
  padding: 6px 18px 3px 3px;
  background: url(../images/white-arrow-trans-background-SMALL.png) right 6px center no-repeat #ee2224; }

/* line 170, ../sass/components/_spotlight_nav.scss */
div:hover.spotlight-banner-bottom-tab-text {
  background: url(../images/white-arrow-trans-background-SMALL.png) right 6px center no-repeat #4c4c4c; }

/* line 175, ../sass/components/_spotlight_nav.scss */
.spotlight-banner-bottom-back-tab .spotlight-banner-bottom-tab-text a {
  color: white !important; }

/* line 179, ../sass/components/_spotlight_nav.scss */
div:hover.spotlight-banner-bottom-back-tab .spotlight-banner-bottom-tab-text {
  background-color: #4c4c4c; }

/* line 183, ../sass/components/_spotlight_nav.scss */
.spotlight-banner-bottom-back-tab .spotlight-banner-bottom-tab-text a:hover,
.spotlight-banner-bottom-back-tab .spotlight-banner-bottom-tab-text a:active,
.spotlight-banner-bottom-back-tab .spotlight-banner-bottom-tab-text a.active {
  text-decoration: none; }

/* line 189, ../sass/components/_spotlight_nav.scss */
.spotlight-banner-bottom-toggle-nav-tab .spotlight-banner-bottom-tab-text {
  background: url(../images/white-arrow-trans-background-SMALL.png) right 30px center no-repeat #ee2224;
  padding-right: 43px;
  z-index: 1; }

/* line 195, ../sass/components/_spotlight_nav.scss */
div:hover.spotlight-banner-bottom-toggle-nav-tab .spotlight-banner-bottom-tab-text {
  background: url(../images/white-arrow-trans-background-SMALL.png) right 30px center no-repeat #4c4c4c;
  padding-right: 43px;
  z-index: 1;
  cursor: pointer; }

/* line 202, ../sass/components/_spotlight_nav.scss */
div.spotlight-banner-bottom-toggle-nav-tab.active .spotlight-banner-bottom-tab-text {
  background-color: #4c4c4c; }

/* line 206, ../sass/components/_spotlight_nav.scss */
.spotlight-banner-bottom-tab-corner {
  float: left;
  background: url(../images/tab-corner-top-right-red.png) left -1px no-repeat;
  height: 25px;
  width: 26px; }

/* line 213, ../sass/components/_spotlight_nav.scss */
div:hover.spotlight-banner-bottom-toggle-nav-tab .spotlight-banner-bottom-tab-corner,
div:hover.spotlight-banner-bottom-back-tab .spotlight-banner-bottom-tab-corner,
div.spotlight-banner-bottom-toggle-nav-tab.active .spotlight-banner-bottom-tab-corner,
div.spotlight-banner-bottom-back-tab:active .spotlight-banner-bottom-tab-corner {
  background: url(../images/tab-corner-bottom-left-grey.png) left -1px no-repeat; }

/* @end */
/* @group CAROUSEL NAV */
/* line 226, ../sass/components/_spotlight_nav.scss */
.spotlight-carousel-nav-top,
.spotlight-carousel-nav-bottom {
  background-color: #f6f7f6;
  padding-top: 20px;
  float: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

/* line 237, ../sass/components/_spotlight_nav.scss */
.spotlight-carousel-nav-bottom {
  padding-bottom: 38px; }

@media (min-width: 0em) and (max-width: 40em) {
  /* line 242, ../sass/components/_spotlight_nav.scss */
  .spotlight-carousel-nav-bottom {
    padding-bottom: 24px; } }
/* line 248, ../sass/components/_spotlight_nav.scss */
.spotlight-carousel-nav-top {
  padding-bottom: 40px;
  display: none;
  height: 417px; }

@media (min-width: 40.063em) and (max-width: 64em) {
  /* line 256, ../sass/components/_spotlight_nav.scss */
  .spotlight-carousel-nav-top {
    padding-bottom: 0px;
    display: none;
    height: 330px; } }
@media (min-width: 0em) and (max-width: 40em) {
  /* line 264, ../sass/components/_spotlight_nav.scss */
  .spotlight-carousel-nav-top {
    padding-bottom: 10px;
    display: none;
    height: 360px; } }
/* line 273, ../sass/components/_spotlight_nav.scss */
.spotlight-carousel-nav-top.hidden {
  display: none; }

/* line 277, ../sass/components/_spotlight_nav.scss */
.spotlight-carousel-nav-top .bxslider li,
.spotlight-carousel-nav-top.hidden .bxslider li {
  display: none; }

/* line 282, ../sass/components/_spotlight_nav.scss */
.spotlight-carousel-nav-top .bx-next,
.spotlight-carousel-nav-top .bx-prev,
.spotlight-carousel-nav-top.hidden .bx-next,
.spotlight-carousel-nav-top.hidden .bx-prev {
  display: none; }

/* line 291, ../sass/components/_spotlight_nav.scss */
.spotlight-carousel-nav-top h2,
.spotlight-carousel-nav-bottom h2 {
  text-align: center;
  color: #f11e15;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  height: 48px;
  line-height: 22px;
  margin: 0px 0px 3px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase; }

/* line 310, ../sass/components/_spotlight_nav.scss */
.temp-header-bar {
  background-color: #ee2224;
  width: 30px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px; }

/* line 320, ../sass/components/_spotlight_nav.scss */
.spotlight-carousel-nav-top li,
.spotlight-carousel-nav-bottom li {
  text-align: center;
  width: 100%; }

@media (min-width: 40.063em) and (max-width: 64em) {
  /* line 328, ../sass/components/_spotlight_nav.scss */
  .spotlight-carousel-nav-top li,
  .spotlight-carousel-nav-bottom li {
    font-size: 10px; } }
@media (min-width: 0em) and (max-width: 40em) {
  /* line 335, ../sass/components/_spotlight_nav.scss */
  .spotlight-carousel-nav-top li,
  .spotlight-carousel-nav-bottom li {
    font-size: 13px; } }
/* line 342, ../sass/components/_spotlight_nav.scss */
.spotlight-carousel-slide-inner {
  background-color: white;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-right: 10px solid #f6f7f6;
  border-left: 10px solid #f6f7f6;
  padding-bottom: 5%;
  text-transform: uppercase; }

/* line 354, ../sass/components/_spotlight_nav.scss */
.spotlight-carousel-nav-top li img,
.spotlight-carousel-nav-bottom li img {
  width: 60%;
  height: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10%;
  padding-bottom: 8%; }

/* @end */
/* @group BX SLIDER STYLES */
/* line 369, ../sass/components/_spotlight_nav.scss */
.bx-wrapper {
  position: relative;
  margin: 0 20px;
  padding: 0;
  *zoom: 1;
  clear: both; }

/* line 377, ../sass/components/_spotlight_nav.scss */
.bx-wrapper img {
  max-width: 100%;
  display: block; }

/* line 383, ../sass/components/_spotlight_nav.scss */
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0px;
  background: transparent;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

/* line 399, ../sass/components/_spotlight_nav.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 409, ../sass/components/_spotlight_nav.scss */
.bx-wrapper .bx-prev {
  position: absolute;
  top: 40%;
  left: -20px;
  background: url(../images/CAROUSEL-NAV-TAB-LEFT.png) no-repeat;
  height: 58px;
  width: 44px;
  text-indent: -1000px;
  overflow: hidden; }

@media (min-width: 40.063em) and (max-width: 64em) {
  /* line 422, ../sass/components/_spotlight_nav.scss */
  .bx-wrapper .bx-prev {
    left: 0px;
    background-size: 30px; } }
@media (min-width: 0em) and (max-width: 40em) {
  /* line 429, ../sass/components/_spotlight_nav.scss */
  .bx-wrapper .bx-prev {
    display: none !important; } }
/* line 434, ../sass/components/_spotlight_nav.scss */
.bx-wrapper .bx-next {
  position: absolute;
  top: 40%;
  right: -20px;
  background: url(../images/CAROUSEL%20NAV%20TAB%20RIGHT.png) no-repeat;
  height: 58px;
  width: 44px;
  text-indent: -1000px;
  overflow: hidden; }

@media (min-width: 40.063em) and (max-width: 64em) {
  /* line 446, ../sass/components/_spotlight_nav.scss */
  .bx-wrapper .bx-next {
    right: -14px;
    background-size: 30px; } }
@media (min-width: 0em) and (max-width: 40em) {
  /* line 453, ../sass/components/_spotlight_nav.scss */
  .bx-wrapper .bx-next {
    display: none !important; } }
/* @end */
/* Bug fix of views exposed filters - old legacy work that was hacked */
/* line 2, ../sass/components/_uk_home_page.scss */
#views-exposed-form-your-world-our-world-view-block {
  /* hide description that is appearing in the exposed filters component */
  /* add back the missing black background to facet filter label */ }
  /* line 4, ../sass/components/_uk_home_page.scss */
  #views-exposed-form-your-world-our-world-view-block .description {
    display: none; }
  /* line 8, ../sass/components/_uk_home_page.scss */
  #views-exposed-form-your-world-our-world-view-block .views-exposed-widget label {
    margin: 0 1px 1px 0;
    background: #110101;
    display: inline-block;
    padding: 7px 10px 7px 10px;
    padding: 0.4375rem 0.625rem 0.4375rem 0.625rem; }

/* views unpublished indicator - used to indicate unpublished pages, created by view */
/* line 3, ../sass/components/_unpublished_content_indicator.scss */
.view-unpublished-page-indicator {
  /* unpublished content indicator wrapper */
  /* unpublish content indicator */ }
  /* line 5, ../sass/components/_unpublished_content_indicator.scss */
  .view-unpublished-page-indicator .views-field-nothing {
    text-align: center; }
  /* line 9, ../sass/components/_unpublished_content_indicator.scss */
  .view-unpublished-page-indicator .unpublished-content-indicator {
    border: 2px solid #f11e15;
    display: inline-block;
    *inline: block;
    zoom: 1;
    padding: 15px;
    margin-bottom: 40px;
    font-weight: 300;
    color: #f11e15;
    letter-spacing: 2px;
    font-size: 24px;
    text-transform: uppercase; }

/* for small screens */
@media (min-width: 0em) and (max-width: 40em) {
  /* line 26, ../sass/components/_unpublished_content_indicator.scss */
  .view-unpublished-page-indicator {
    /* unpublish content indicator */ }
    /* line 28, ../sass/components/_unpublished_content_indicator.scss */
    .view-unpublished-page-indicator .unpublished-content-indicator {
      border: 1px solid #f11e15;
      padding: 10px;
      margin-bottom: 30px;
      font-size: 20px; } }
/* theming for more link on partners page - uses views linker module 
 * viws linker block for Global view block (partners profile listing): #views-linker-eac91e6c441963fac94ac063c83ce9e4
 * views linker block for for Global view page (partners profile listing): #views-linker-f91e79c515f741969c730ab95d93cabe
 * views linker block for for US view page (partners profile listing): #views-linker-4946e414950e811652c21fd019e45bd2
 */
/* line 7, ../sass/components/_views-linker.scss */
.block--views-linker,
#views-linker-eac91e6c441963fac94ac063c83ce9e4,
#views-linker-f91e79c515f741969c730ab95d93cabe,
#views-linker-4946e414950e811652c21fd019e45bd2 {
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 15px;
  margin-bottom: 48px;
  overflow: hidden; }

/* line 24, ../sass/components/_views-linker.scss */
#views-linker-eac91e6c441963fac94ac063c83ce9e4 a,
#views-linker-f91e79c515f741969c730ab95d93cabe a,
#views-linker-4946e414950e811652c21fd019e45bd2 a {
  font-family: "AdelleSansRegular", serif;
  font-weight: 100;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 19px;
  line-height: 1.3;
  padding-left: 18px;
  background: url("../images/green-left-arrow-on-white-background.jpg");
  background-repeat: no-repeat;
  background-position: left 1px;
  text-decoration: none;
  color: #007867; }
/* line 38, ../sass/components/_views-linker.scss */
#views-linker-eac91e6c441963fac94ac063c83ce9e4 a:hover,
#views-linker-f91e79c515f741969c730ab95d93cabe a:hover,
#views-linker-4946e414950e811652c21fd019e45bd2 a:hover {
  text-decoration: underline; }

/* line 43, ../sass/components/_views-linker.scss */
#views-linker-eac91e6c441963fac94ac063c83ce9e4,
#views-linker-f91e79c515f741969c730ab95d93cabe,
#views-linker-4946e414950e811652c21fd019e45bd2 {
  display: none; }

/* line 49, ../sass/components/_views-linker.scss */
.region-global #views-linker-f91e79c515f741969c730ab95d93cabe {
  display: block; }

/* line 54, ../sass/components/_views-linker.scss */
.region-us #views-linker-4946e414950e811652c21fd019e45bd2 {
  display: block; }

/* line 60, ../sass/components/_views-linker.scss */
#views-linker-eac91e6c441963fac94ac063c83ce9e4,
#views-linker-f91e79c515f741969c730ab95d93cabe,
#views-linker-4946e414950e811652c21fd019e45bd2 {
  display: none; }

/* pseudo filters for views listing pages */
/* line 3, ../sass/components/_views-pseudo-filter.scss */
.block--views-pseudo-filter {
  margin-left: auto;
  margin-right: auto;
  max-width: 1072px;
  padding: 0 24px 0 24px;
  margin-bottom: 48px;
  overflow: hidden;
  /* block title that acts as a label */
  /* select lists */
  /* submit buttons */ }
  /* line 11, ../sass/components/_views-pseudo-filter.scss */
  .block--views-pseudo-filter h2.block__title {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #333;
    text-align: left;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 10px; }
  /* line 22, ../sass/components/_views-pseudo-filter.scss */
  .block--views-pseudo-filter .form-item {
    *display: inline;
    zoom: 1;
    display: inline-block;
    width: 200px;
    margin-right: 15px;
    vertical-align: top;
    margin-bottom: 20px;
    float: left; }
  /* line 33, ../sass/components/_views-pseudo-filter.scss */
  .block--views-pseudo-filter input[type="submit"] {
    border: 0;
    margin-right: 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 6px 10px 5px 10px;
    color: #fff;
    line-height: 1;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    background-color: #007867;
    text-decoration: none;
    float: left;
    position: relative;
    top: -3px; }
  /* line 52, ../sass/components/_views-pseudo-filter.scss */
  .block--views-pseudo-filter .form-submit:hover {
    background-color: #00948a; }

/* intermediate breakpoint to manage button behaviour on fluid page resiing */
@media screen and (max-width: 740px) {
  /* line 59, ../sass/components/_views-pseudo-filter.scss */
  .block--views-pseudo-filter {
    /* save some screen realestate on mobile */
    position: relative;
    top: -30px;
    bottom: -30px;
    margin-bottom: 30px;
    /* submit buttons */
    /* force first submit button onto the next line */ }
    /* line 66, ../sass/components/_views-pseudo-filter.scss */
    .block--views-pseudo-filter input[type="submit"] {
      top: 0; }
    /* line 70, ../sass/components/_views-pseudo-filter.scss */
    .block--views-pseudo-filter input[type="submit"]#edit-submit {
      float: left;
      clear: left; } }
/* for medium sized screens */
@media (min-width: 0em) and (max-width: 40em) {
  /* line 79, ../sass/components/_views-pseudo-filter.scss */
  .block--views-pseudo-filter {
    /* submit buttons */
    /* force first submit button onto the next line */ }
    /* line 81, ../sass/components/_views-pseudo-filter.scss */
    .block--views-pseudo-filter input[type="submit"] {
      top: 0; }
    /* line 85, ../sass/components/_views-pseudo-filter.scss */
    .block--views-pseudo-filter input[type="submit"]#edit-submit {
      float: left;
      clear: left; } }
/* widget 1: style 1 = banner with quick links, style 2 = banner without links - uses a field collection template */
/* default style - style-1 viewmode is the default, so we not making it specific */
/* line 4, ../sass/components/_widget-1.scss */
.node--banner-and-quick-links-widget-1 {
  width: 100%;
  padding: 0;
  margin: 0;
  /* node title */
  /* field collections clean up */
  /* field collections wrapper */
  /* outer wrapper */
  /* banner image wrapper  - image is implemented as a background image in the field collection template */
  /* one column of links */
  /* two columns of links */
  /* links wrapper  */
  /* links heading */
  /* quick links */
  /* text */ }
  /* line 9, ../sass/components/_widget-1.scss */
  .node--banner-and-quick-links-widget-1 .node__title {
    display: none; }
  /* line 13, ../sass/components/_widget-1.scss */
  .node--banner-and-quick-links-widget-1 .field-collection-container {
    border-bottom: none;
    margin-bottom: 0;
    clear: both; }
  /* line 18, ../sass/components/_widget-1.scss */
  .node--banner-and-quick-links-widget-1 .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: none; }
  /* line 24, ../sass/components/_widget-1.scss */
  .node--banner-and-quick-links-widget-1 .field--name-field-items-w1 {
    margin-left: 0;
    margin-right: 0; }
  /* line 29, ../sass/components/_widget-1.scss */
  .node--banner-and-quick-links-widget-1 .banner-outer-wrapper {
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #323232; }
  /* line 36, ../sass/components/_widget-1.scss */
  .node--banner-and-quick-links-widget-1 .banner-wrapper {
    position: relative; }
  /* line 40, ../sass/components/_widget-1.scss */
  .node--banner-and-quick-links-widget-1 .no-links .banner-wrapper {
    height: 320px;
    width: 100%;
    overflow: hidden;
    float: none; }
  /* line 46, ../sass/components/_widget-1.scss */
  .node--banner-and-quick-links-widget-1 .no-links .links-outer-wrapper {
    display: none; }
  /* line 49, ../sass/components/_widget-1.scss */
  .node--banner-and-quick-links-widget-1 .no-links .banner-text {
    position: absolute;
    left: 8.583%;
    bottom: 60px;
    z-index: 2; }
  /* line 58, ../sass/components/_widget-1.scss */
  .node--banner-and-quick-links-widget-1 .four-or-less-links .banner-wrapper {
    height: 270px;
    width: 66.667%;
    overflow: hidden;
    float: left; }
  /* line 64, ../sass/components/_widget-1.scss */
  .node--banner-and-quick-links-widget-1 .four-or-less-links .links-outer-wrapper {
    min-height: 270px;
    width: 33.333%;
    overflow: hidden; }
  /* line 69, ../sass/components/_widget-1.scss */
  .node--banner-and-quick-links-widget-1 .four-or-less-links .banner-text {
    position: absolute;
    left: 12.88%;
    bottom: 60px;
    z-index: 2; }
  /* line 77, ../sass/components/_widget-1.scss */
  .node--banner-and-quick-links-widget-1 .five-or-more-links {
    /* links heading */
    /* quick links - left column */ }
    /* line 78, ../sass/components/_widget-1.scss */
    .node--banner-and-quick-links-widget-1 .five-or-more-links .banner-wrapper {
      height: 270px;
      width: 50%;
      overflow: hidden;
      float: left; }
    /* line 84, ../sass/components/_widget-1.scss */
    .node--banner-and-quick-links-widget-1 .five-or-more-links .links-outer-wrapper {
      min-height: 270px;
      width: 50%;
      overflow: hidden; }
    /* line 89, ../sass/components/_widget-1.scss */
    .node--banner-and-quick-links-widget-1 .five-or-more-links .banner-text {
      position: absolute;
      left: 17.167%;
      bottom: 60px;
      z-index: 2; }
    /* line 96, ../sass/components/_widget-1.scss */
    .node--banner-and-quick-links-widget-1 .five-or-more-links ul.quick-links-listing li {
      display: block;
      width: 50%;
      float: left; }
    /* line 104, ../sass/components/_widget-1.scss */
    .node--banner-and-quick-links-widget-1 .five-or-more-links .quick-links-heading a {
      margin: 0 4.0625%; }
    /* line 109, ../sass/components/_widget-1.scss */
    .node--banner-and-quick-links-widget-1 .five-or-more-links .links-wrapper {
      /* quick links - right column */ }
      /* line 114, ../sass/components/_widget-1.scss */
      .node--banner-and-quick-links-widget-1 .five-or-more-links .links-wrapper li#quick-link-item-1 a,
      .node--banner-and-quick-links-widget-1 .five-or-more-links .links-wrapper li#quick-link-item-3 a,
      .node--banner-and-quick-links-widget-1 .five-or-more-links .links-wrapper li#quick-link-item-5 a,
      .node--banner-and-quick-links-widget-1 .five-or-more-links .links-wrapper li#quick-link-item-7 a {
        margin: 0 4.0625% 0 8.125%; }
      /* line 123, ../sass/components/_widget-1.scss */
      .node--banner-and-quick-links-widget-1 .five-or-more-links .links-wrapper li#quick-link-item-2 a,
      .node--banner-and-quick-links-widget-1 .five-or-more-links .links-wrapper li#quick-link-item-4 a,
      .node--banner-and-quick-links-widget-1 .five-or-more-links .links-wrapper li#quick-link-item-6 a,
      .node--banner-and-quick-links-widget-1 .five-or-more-links .links-wrapper li#quick-link-item-8 a {
        margin: 0 8.125% 0 4.0625%; }
  /* line 130, ../sass/components/_widget-1.scss */
  .node--banner-and-quick-links-widget-1 .links-outer-wrapper {
    background-color: #4c4c4c; }
  /* line 135, ../sass/components/_widget-1.scss */
  .node--banner-and-quick-links-widget-1 .quick-links-heading a {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: #a4a3a2;
    padding: 20px 0 14px 0;
    margin: 0 6.25%; }
  /* line 143, ../sass/components/_widget-1.scss */
  .node--banner-and-quick-links-widget-1 .quick-links-heading a:hover {
    text-decoration: none;
    cursor: default; }
  /* line 150, ../sass/components/_widget-1.scss */
  .node--banner-and-quick-links-widget-1 .links-wrapper a {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    margin: 0 6.25%;
    padding: 14px 0 14px 16px;
    border-top: 1px solid #5c5c5a;
    background-image: url("../images/quick-links-desktop-arrow.png");
    background-repeat: no-repeat;
    background-position: left 13px; }
  /* line 164, ../sass/components/_widget-1.scss */
  .node--banner-and-quick-links-widget-1 .banner-text {
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-color: #f11e15;
    font-family: "AdelleSansRegular",serif;
    font-weight: 100;
    font-size: 26px;
    font-style: normal;
    line-height: 1.2;
    color: #fff;
    padding: 16px 10px;
    position: absolute;
    left: 12.88%;
    bottom: 60px;
    z-index: 2; }

/* default style */
/* field collection item wrapper */
/* line 184, ../sass/components/_widget-1.scss */
.field--name-field-items-w1 > .field__items > .field__item {
  width: 100%; }

/* field collection item inner */
/* line 188, ../sass/components/_widget-1.scss */
.field--name-field-items-w1 .field-collection-view {
  margin: 0;
  padding: 0;
  overflow: hidden; }

/* variations when viewmode style 2 applied */
/* line 195, ../sass/components/_widget-1.scss */
.node--banner-and-quick-links-widget-1.node-view-mode-style-2 {
  /* override two columns of links */
  /* override one column of links */ }
  /* line 196, ../sass/components/_widget-1.scss */
  .node--banner-and-quick-links-widget-1.node-view-mode-style-2 .banner-wrapper {
    height: 320px;
    width: 100%;
    overflow: hidden;
    float: none; }
  /* line 202, ../sass/components/_widget-1.scss */
  .node--banner-and-quick-links-widget-1.node-view-mode-style-2 .links-outer-wrapper {
    display: none; }
  /* line 207, ../sass/components/_widget-1.scss */
  .node--banner-and-quick-links-widget-1.node-view-mode-style-2 .five-or-more-links .banner-text {
    position: absolute;
    left: 8.583%;
    bottom: 60px;
    z-index: 2; }
  /* line 216, ../sass/components/_widget-1.scss */
  .node--banner-and-quick-links-widget-1.node-view-mode-style-2 .four-or-less-links .banner-text {
    position: absolute;
    left: 8.583%;
    bottom: 60px;
    z-index: 2; }

/* for medium sized screens */
/* for small screen sizes */
@media (min-width: 0em) and (max-width: 40em) {
  /* line 231, ../sass/components/_widget-1.scss */
  .node--banner-and-quick-links-widget-1 {
    /* banner image wrapper */
    /* text */
    /* links heading */
    /* links */ }
    /* line 234, ../sass/components/_widget-1.scss */
    .node--banner-and-quick-links-widget-1 .no-links .banner-wrapper {
      height: 270px; }
    /* line 239, ../sass/components/_widget-1.scss */
    .node--banner-and-quick-links-widget-1 .four-or-less-links .banner-wrapper {
      width: 100%;
      float: none; }
    /* line 243, ../sass/components/_widget-1.scss */
    .node--banner-and-quick-links-widget-1 .four-or-less-links .banner-text {
      position: absolute;
      left: 0;
      bottom: 36px;
      z-index: 2; }
    /* line 249, ../sass/components/_widget-1.scss */
    .node--banner-and-quick-links-widget-1 .four-or-less-links .links-outer-wrapper {
      width: 100%;
      min-height: 0;
      background-color: #393939; }
    /* line 255, ../sass/components/_widget-1.scss */
    .node--banner-and-quick-links-widget-1 .five-or-more-links {
      /* links heading */
      /* quick links - override */ }
      /* line 256, ../sass/components/_widget-1.scss */
      .node--banner-and-quick-links-widget-1 .five-or-more-links .banner-wrapper {
        width: 100%;
        float: none; }
      /* line 260, ../sass/components/_widget-1.scss */
      .node--banner-and-quick-links-widget-1 .five-or-more-links .banner-text {
        position: absolute;
        left: 0;
        bottom: 36px;
        z-index: 2; }
      /* line 266, ../sass/components/_widget-1.scss */
      .node--banner-and-quick-links-widget-1 .five-or-more-links .links-outer-wrapper {
        width: 100%;
        min-height: 0; }
      /* line 271, ../sass/components/_widget-1.scss */
      .node--banner-and-quick-links-widget-1 .five-or-more-links ul.quick-links-listing li {
        display: block;
        width: auto;
        float: none; }
      /* line 279, ../sass/components/_widget-1.scss */
      .node--banner-and-quick-links-widget-1 .five-or-more-links .quick-links-heading a {
        margin: 0 4.0625%;
        margin: 0; }
      /* line 294, ../sass/components/_widget-1.scss */
      .node--banner-and-quick-links-widget-1 .five-or-more-links .links-wrapper li#quick-link-item-1 a,
      .node--banner-and-quick-links-widget-1 .five-or-more-links .links-wrapper li#quick-link-item-2 a,
      .node--banner-and-quick-links-widget-1 .five-or-more-links .links-wrapper li#quick-link-item-3 a,
      .node--banner-and-quick-links-widget-1 .five-or-more-links .links-wrapper li#quick-link-item-4 a,
      .node--banner-and-quick-links-widget-1 .five-or-more-links .links-wrapper li#quick-link-item-5 a,
      .node--banner-and-quick-links-widget-1 .five-or-more-links .links-wrapper li#quick-link-item-6 a,
      .node--banner-and-quick-links-widget-1 .five-or-more-links .links-wrapper li#quick-link-item-7 a,
      .node--banner-and-quick-links-widget-1 .five-or-more-links .links-wrapper li#quick-link-item-8 a {
        margin: 0 6.25%; }
    /* line 301, ../sass/components/_widget-1.scss */
    .node--banner-and-quick-links-widget-1 .banner-text {
      position: absolute;
      left: 0;
      bottom: 36px;
      z-index: 2; }
    /* line 309, ../sass/components/_widget-1.scss */
    .node--banner-and-quick-links-widget-1 .quick-links-heading a {
      height: 44px;
      overflow: hidden;
      padding: 14px 6.25% 14px 6.25%;
      margin: 0; }
    /* line 315, ../sass/components/_widget-1.scss */
    .node--banner-and-quick-links-widget-1 .quick-links-heading a:hover {
      text-decoration: underline;
      cursor: pointer; }
    /* line 321, ../sass/components/_widget-1.scss */
    .node--banner-and-quick-links-widget-1 .links-wrapper {
      overflow: hidden;
      padding-bottom: 20px; }
      /* line 324, ../sass/components/_widget-1.scss */
      .node--banner-and-quick-links-widget-1 .links-wrapper a {
        margin: 0 6.25%;
        padding: 7px 0 7px 16px;
        border-top: none;
        background-image: url("../images/quick-links-desktop-arrow.png");
        background-repeat: no-repeat;
        background-position: left 7px; }

  /* for JS toggle functionality - on mobile */
  /* line 335, ../sass/components/_widget-1.scss */
  .js .node--banner-and-quick-links-widget-1 {
    /* closed state */
    /* open state */ }
    /* line 339, ../sass/components/_widget-1.scss */
    .js .node--banner-and-quick-links-widget-1 .links-outer-wrapper .quick-links-heading a {
      color: #fff;
      font-weight: 300;
      background-image: url("../images/quick-links-down-arrow.jpg");
      background-repeat: no-repeat;
      background-position: right top; }
    /* line 347, ../sass/components/_widget-1.scss */
    .js .node--banner-and-quick-links-widget-1 .links-outer-wrapper .links-wrapper {
      display: none; }
    /* line 354, ../sass/components/_widget-1.scss */
    .js .node--banner-and-quick-links-widget-1 .links-outer-wrapper.toggle-open .quick-links-heading a {
      color: #a4a3a2;
      background-image: url("../images/quick-links-up-arrow.jpg");
      background-repeat: no-repeat;
      background-position: right top; }
    /* line 361, ../sass/components/_widget-1.scss */
    .js .node--banner-and-quick-links-widget-1 .links-outer-wrapper.toggle-open .links-wrapper {
      display: block; }

  /* variations when viewmode style 2 applied */
  /* line 367, ../sass/components/_widget-1.scss */
  .node--banner-and-quick-links-widget-1.node-view-mode-style-2 {
    /* banner image wrapper */
    /* override two columns of links */
    /* override one column of links */ }
    /* line 369, ../sass/components/_widget-1.scss */
    .node--banner-and-quick-links-widget-1.node-view-mode-style-2 .banner-wrapper {
      height: 270px; }
    /* line 374, ../sass/components/_widget-1.scss */
    .node--banner-and-quick-links-widget-1.node-view-mode-style-2 .five-or-more-links .banner-text {
      position: absolute;
      left: 0;
      bottom: 36px;
      z-index: 2; }
    /* line 383, ../sass/components/_widget-1.scss */
    .node--banner-and-quick-links-widget-1.node-view-mode-style-2 .four-or-less-links .banner-text {
      position: absolute;
      left: 0;
      bottom: 36px;
      z-index: 2; } }
/* widget 10: 
 * style 1 = text on right with image tag on left
 * style 2 = text on left with image tag on right 
 * style 3 = image 100% width and height auto with optional image tag
 * style 4 = image centered and actual size (although image style on display settings will prevent wider than 1280px) and no image tag
*/
/* default style - style-1 viewmode is the default, so we not making it specific */
/* line 9, ../sass/components/_widget-10.scss */
.node--feature-image-widget-10 {
  background-color: #fff;
  overflow: hidden;
  /* node title */
  /* widget title */
  /* top text */
  /* bottom text */
  /* feature image */
  /* image tag */
  /* image content wrapper */
  /* widget item title */
  /* widget item text */
  /* widget item call to action - can be multiple */
  /* field collections clean up */
  /* field collections wrapper */ }
  /* line 13, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10 .node__title {
    display: none; }
  /* line 18, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10 .field--name-field-custom-title h1, .node--feature-image-widget-10 .field--name-field-custom-title h2, .node--feature-image-widget-10 .field--name-field-custom-title h3 {
    padding-top: 55px; }
  /* line 23, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10 .field--name-field-top-text {
    padding-bottom: 15px; }
  /* line 27, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10 .field--name-field-bottom-text {
    padding-top: 20px; }
  /* line 31, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10 .field--name-field-fc-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  /* line 38, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10 .field--name-field-fc-image-tag {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-color: #f11e15;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    font-weight: 300;
    padding: 6px 10px; }
  /* line 54, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10 .group-image-content-wrapper {
    width: 45%;
    margin: 180px 32px 0 32px;
    padding: 26px 40px 20px 20px;
    position: relative;
    background-color: #a73232;
    float: right;
    z-index: 2; }
  /* line 64, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10 .field--name-field-fc-title {
    font-family: "AdelleSansRegular",serif;
    font-weight: 100;
    font-style: normal;
    font-size: 26px;
    color: #fff;
    text-rendering: optimizeLegibility;
    line-height: 1.4; }
    /* line 72, ../sass/components/_widget-10.scss */
    .node--feature-image-widget-10 .field--name-field-fc-title h1, .node--feature-image-widget-10 .field--name-field-fc-title h2, .node--feature-image-widget-10 .field--name-field-fc-title h3 {
      font-family: "AdelleSansRegular",serif;
      font-weight: 100;
      font-style: normal;
      font-size: 26px;
      color: #fff;
      text-rendering: optimizeLegibility;
      margin-top: 0;
      margin-bottom: 8px;
      line-height: 1.4; }
  /* line 85, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10 .field--name-field-fc-text {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 100;
    font-style: italic;
    color: #fff;
    margin-bottom: 12px; }
  /* line 95, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10 .field--name-field-fc-call-to-action-m a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: inherit;
    display: block;
    background-image: url("../images/white-right-arrow-on-maroon-background.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    padding: 2px 0 8px 18px; }
  /* line 106, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10 .field--name-field-fc-call-to-action-m a:hover {
    color: #fff;
    text-decoration: underline; }
  /* line 112, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10 .field-collection-container {
    border-bottom: none;
    margin-bottom: 0;
    clear: both; }
  /* line 117, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10 .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: none; }
  /* line 123, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10 .field--name-field-items-w10 {
    margin-left: 0;
    margin-right: 0; }

/* default style */
/* field collection item inner */
/* line 130, ../sass/components/_widget-10.scss */
.field--name-field-items-w10 .field-collection-view {
  background-color: #a73232;
  color: #fff;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  overflow: hidden; }

/* style 2 adjustments */
/* line 139, ../sass/components/_widget-10.scss */
.node--feature-image-widget-10.node-view-mode-style-2 {
  /* image tag */
  /* image content wrapper */ }
  /* line 141, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10.node-view-mode-style-2 .field--name-field-fc-image-tag {
    position: absolute;
    top: 0;
    right: 0;
    left: auto; }
  /* line 148, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10.node-view-mode-style-2 .group-image-content-wrapper {
    float: left; }

/* style  adjustments - widget 3 */
/* line 153, ../sass/components/_widget-10.scss */
.node--feature-image-widget-10.node-view-mode-style-3 {
  /* feature image */
  /* image tag */
  /* image content wrapper */
  /* remove background colour */ }
  /* line 155, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10.node-view-mode-style-3 .field--name-field-fc-image {
    position: relative; }
  /* line 159, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10.node-view-mode-style-3 .field--name-field-fc-image-tag {
    position: absolute;
    top: 0;
    left: 0;
    right: auto; }
  /* line 166, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10.node-view-mode-style-3 .group-image-content-wrapper {
    display: none; }
  /* line 170, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10.node-view-mode-style-3 .field-collection-view {
    background-color: transparent; }

/* style  adjustments - widget 4 */
/* line 175, ../sass/components/_widget-10.scss */
.node--feature-image-widget-10.node-view-mode-style-4 {
  /* feature image */
  /* image tag */
  /* image content wrapper */
  /* remove background colour */ }
  /* line 177, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10.node-view-mode-style-4 .field--name-field-fc-image {
    position: relative;
    text-align: center; }
  /* line 182, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10.node-view-mode-style-4 .field--name-field-fc-image-tag {
    display: none; }
  /* line 186, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10.node-view-mode-style-4 .group-image-content-wrapper {
    display: none; }
  /* line 190, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10.node-view-mode-style-4 .field-collection-view {
    background-color: transparent; }

/* for small screen sizes */
@media (min-width: 0em) and (max-width: 40em) {
  /* default style */
  /* line 198, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10 {
    /* widget title */
    /* widget top text */
    /* widget bottom text */
    /* feature image */
    /* image content wrapper */
    /* widget item title */ }
    /* line 200, ../sass/components/_widget-10.scss */
    .node--feature-image-widget-10 .field--name-field-custom-title {
      padding-left: 42px;
      padding-right: 42px; }
    /* line 205, ../sass/components/_widget-10.scss */
    .node--feature-image-widget-10 .field--name-field-top-text {
      padding: 0 42px 0 42px; }
    /* line 209, ../sass/components/_widget-10.scss */
    .node--feature-image-widget-10 .field--name-field-bottom-text {
      padding: 20px 42px 0 42px; }
    /* line 213, ../sass/components/_widget-10.scss */
    .node--feature-image-widget-10 .field--name-field-fc-image {
      position: relative; }
    /* line 217, ../sass/components/_widget-10.scss */
    .node--feature-image-widget-10 .group-image-content-wrapper {
      width: 100%;
      margin: 0;
      float: none; }
    /* line 223, ../sass/components/_widget-10.scss */
    .node--feature-image-widget-10 .field--name-field-fc-title {
      font-size: 20px; }
      /* line 225, ../sass/components/_widget-10.scss */
      .node--feature-image-widget-10 .field--name-field-fc-title h1, .node--feature-image-widget-10 .field--name-field-fc-title h2, .node--feature-image-widget-10 .field--name-field-fc-title h3 {
        font-size: 20px; }

  /* style 2 adjustments */
  /* line 231, ../sass/components/_widget-10.scss */
  .node--feature-image-widget-10.node-view-mode-style-2 {
    /* image content wrapper */ }
    /* line 233, ../sass/components/_widget-10.scss */
    .node--feature-image-widget-10.node-view-mode-style-2 .group-image-content-wrapper {
      float: none; }

  /* style 3 adjustments */
  /* style 4 adjustments */ }
/* widget 11: style 1 = heading, phone, and call to action on dark background style 2 = without call to action button */
/* default style - style-1 viewmode is the default, so we not making it specific */
/* line 4, ../sass/components/_widget-11.scss */
.node--cta-primary-large-widget-11 {
  background-color: #393939;
  overflow: hidden;
  /* widget content inner wrapper */
  /* node title */
  /* Heading - appears above phone and button */
  /* introduction text */
  /* wrapper - wraps phone and button */
  /* phone */
  /* call back button */
  /* call to action button */
  /* field collections clean up */
  /* field collections wrapper */ }
  /* line 8, ../sass/components/_widget-11.scss */
  .node--cta-primary-large-widget-11 .inner {
    padding-top: 30px;
    padding-bottom: 0;
    overflow: hidden; }
  /* line 14, ../sass/components/_widget-11.scss */
  .node--cta-primary-large-widget-11 .node__title {
    display: none; }
  /* line 18, ../sass/components/_widget-11.scss */
  .node--cta-primary-large-widget-11 .field--name-field-fc-cta-heading {
    color: #fff;
    position: relative;
    top: -5px; }
    /* line 22, ../sass/components/_widget-11.scss */
    .node--cta-primary-large-widget-11 .field--name-field-fc-cta-heading h1, .node--cta-primary-large-widget-11 .field--name-field-fc-cta-heading h2, .node--cta-primary-large-widget-11 .field--name-field-fc-cta-heading h3 {
      font-family: "AdelleSansRegular",serif;
      font-weight: 100;
      font-style: normal;
      text-transform: none;
      font-size: 32px;
      line-height: 1.4;
      color: #fff;
      margin-bottom: 15px; }
  /* line 34, ../sass/components/_widget-11.scss */
  .node--cta-primary-large-widget-11 .field--name-field-call-to-action-intro {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
    max-width: 430px;
    padding: 0;
    color: #9c9c9c;
    position: relative;
    top: -10px; }
  /* line 50, ../sass/components/_widget-11.scss */
  .node--cta-primary-large-widget-11 .field--name-field-fc-phone-with-text {
    /* bold text */
    font-weight: 100;
    font-size: 16px;
    line-height: 1.3;
    padding: 5px 22px 5px 0;
    border-right: 1px solid #4a4a4a;
    margin-right: 22px;
    color: #9c9c9c;
    display: inline-block;
    *display: inline;
    zoom: 1; }
    /* line 62, ../sass/components/_widget-11.scss */
    .node--cta-primary-large-widget-11 .field--name-field-fc-phone-with-text strong {
      font-weight: 100;
      color: #fff; }
  /* line 68, ../sass/components/_widget-11.scss */
  .node--cta-primary-large-widget-11 .field--name-field-fc-call-back-link {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-right: 22px;
    border-right: 1px solid #4a4a4a;
    margin-right: 22px;
    margin-bottom: 30px; }
    /* line 76, ../sass/components/_widget-11.scss */
    .node--cta-primary-large-widget-11 .field--name-field-fc-call-back-link a {
      font-size: 16px;
      padding: 7px 25.6px 5px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      -webkit-transition: background 0.3s ease-in-out;
      -moz-transition: background 0.3s ease-in-out;
      -o-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out;
      cursor: pointer;
      font-family: "AdelleSansRegular",sans-serif;
      font-weight: 400;
      line-height: normal;
      margin: 0;
      position: relative;
      text-decoration: none;
      text-align: center;
      color: #fff;
      background-color: transparent;
      display: inline-block;
      *display: inline;
      zoom: 1;
      background-image: none;
      border: 1px solid #9c9c9c; }
    /* line 104, ../sass/components/_widget-11.scss */
    .node--cta-primary-large-widget-11 .field--name-field-fc-call-back-link a:hover {
      text-decoration: none;
      background-color: #00948a; }
  /* line 110, ../sass/components/_widget-11.scss */
  .node--cta-primary-large-widget-11 .field--name-field-fc-call-to-action {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: 30px; }
    /* line 115, ../sass/components/_widget-11.scss */
    .node--cta-primary-large-widget-11 .field--name-field-fc-call-to-action a {
      font-size: 16px;
      padding: 8px 25.6px 6px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      -webkit-transition: background 0.3s ease-in-out;
      -moz-transition: background 0.3s ease-in-out;
      -o-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out;
      cursor: pointer;
      font-family: "AdelleSansRegular",sans-serif;
      font-weight: 400;
      line-height: normal;
      margin: 0;
      position: relative;
      text-decoration: none;
      text-align: center;
      color: #fff;
      background-color: #007867;
      display: inline-block;
      *display: inline;
      zoom: 1; }
    /* line 141, ../sass/components/_widget-11.scss */
    .node--cta-primary-large-widget-11 .field--name-field-fc-call-to-action a:hover {
      background-color: #00948a; }
  /* line 146, ../sass/components/_widget-11.scss */
  .node--cta-primary-large-widget-11 .field-collection-container {
    border-bottom: none;
    margin-bottom: 0;
    clear: both; }
  /* line 151, ../sass/components/_widget-11.scss */
  .node--cta-primary-large-widget-11 .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: none; }
  /* line 157, ../sass/components/_widget-11.scss */
  .node--cta-primary-large-widget-11 .field--name-field-items-w11 {
    margin-left: 0;
    margin-right: 0;
    text-align: center; }

/* variation for style 2 */
/* line 166, ../sass/components/_widget-11.scss */
.node--cta-primary-large-widget-11.node-view-mode-style-2 {
  /* phone */ }
  /* line 168, ../sass/components/_widget-11.scss */
  .node--cta-primary-large-widget-11.node-view-mode-style-2 .field--name-field-fc-phone-with-text {
    padding: 5px 0 5px 0;
    border-right: none;
    margin-right: 0;
    position: relative;
    top: -10px; }

/* for medium sized screens */
/* for small screen sizes */
@media (min-width: 0em) and (max-width: 40em) {
  /* default style */
  /* line 184, ../sass/components/_widget-11.scss */
  .node--cta-primary-large-widget-11 {
    /* introduction */
    /* phone */
    /* call back button */
    /* call to action button */ }
    /* line 186, ../sass/components/_widget-11.scss */
    .node--cta-primary-large-widget-11 .field--name-field-call-to-action-intro {
      margin-bottom: 5px; }
    /* line 190, ../sass/components/_widget-11.scss */
    .node--cta-primary-large-widget-11 .field--name-field-fc-phone-with-text {
      display: block;
      text-align: center;
      margin-right: 0;
      margin-bottom: 8px;
      border-right: 0;
      padding-left: 42px;
      padding-right: 42px; }
    /* line 200, ../sass/components/_widget-11.scss */
    .node--cta-primary-large-widget-11 .field--name-field-fc-call-back-link {
      display: block;
      text-align: center;
      padding-left: 42px;
      padding-right: 42px;
      border-right: none;
      margin-right: 0;
      margin-bottom: 17px; }
    /* line 210, ../sass/components/_widget-11.scss */
    .node--cta-primary-large-widget-11 .field--name-field-fc-call-to-action {
      display: block;
      text-align: center;
      padding-left: 42px;
      padding-right: 42px; } }
/* add border for token selector dialog box @see WPS-787 */
/* line 220, ../sass/components/_widget-11.scss */
.ui-dialog {
  border: solid 1px black; }

/* Carousel widget - note: no js does not need a fallback as Flexslider module css take care of that already */
/* line 2, ../sass/components/_widget-12.scss */
.node--carousel-widget-12 {
  width: 100%;
  padding: 0;
  margin: 0 0 48px 0;
  /* node title */
  /* field collections clean up */
  /* field collections wrapper */
  /* flexslider overrides */
  /* replace prev and next nav with images */
  /* position prev ane next to make the bottom corners work */
  /* set new dims to make prev and next nav images work */
  /* adjust positioning to take into account larger prev and next nav buttons */
  /* avoid a flicker with the prev and next buttons when hovering over bottom controls and then moving mouse up to slide */
  /* slide content wrapper */
  /* slide content title */
  /* call to action */ }
  /* line 7, ../sass/components/_widget-12.scss */
  .node--carousel-widget-12 .node__title {
    display: none; }
  /* line 11, ../sass/components/_widget-12.scss */
  .node--carousel-widget-12 .field-collection-container {
    border-bottom: none;
    margin-bottom: 0;
    clear: both; }
  /* line 16, ../sass/components/_widget-12.scss */
  .node--carousel-widget-12 .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: none; }
  /* line 22, ../sass/components/_widget-12.scss */
  .node--carousel-widget-12 .field--name-field-items-w12 {
    margin-left: 0;
    margin-right: 0; }
  /* line 27, ../sass/components/_widget-12.scss */
  .node--carousel-widget-12 .flexslider {
    margin: 0;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  /* line 42, ../sass/components/_widget-12.scss */
  .node--carousel-widget-12 .flex-direction-nav a.flex-prev::before {
    content: "";
    display: none; }
  /* line 46, ../sass/components/_widget-12.scss */
  .node--carousel-widget-12 .flex-direction-nav a.flex-next::before {
    content: "";
    display: none; }
  /* line 51, ../sass/components/_widget-12.scss */
  .node--carousel-widget-12 .flexslider:hover .flex-direction-nav .flex-prev {
    left: -6px;
    opacity: 1;
    background-image: url("../images/carousel-prev.png");
    background-repeat: no-repeat;
    text-decoration: none; }
  /* line 58, ../sass/components/_widget-12.scss */
  .node--carousel-widget-12 .flexslider:hover .flex-direction-nav .flex-next {
    right: -6px;
    opacity: 1;
    background-image: url("../images/carousel-next.png");
    background-repeat: no-repeat;
    text-decoration: none; }
  /* line 66, ../sass/components/_widget-12.scss */
  .node--carousel-widget-12 a.flex-next,
  .node--carousel-widget-12 a.flex-prev {
    width: 42px;
    height: 58px;
    display: block;
    text-decoration: none;
    overflow: hidden;
    text-indent: 150%; }
  /* line 75, ../sass/components/_widget-12.scss */
  .node--carousel-widget-12 a.flex-next:hover,
  .node--carousel-widget-12 a.flex-prev:hover {
    cursor: pointer; }
  /* line 80, ../sass/components/_widget-12.scss */
  .node--carousel-widget-12 .flex-direction-nav a {
    top: 48%; }
  /* line 84, ../sass/components/_widget-12.scss */
  .node--carousel-widget-12 ul.flex-control-nav,
  .node--carousel-widget-12 ol.flex-control-nav {
    padding-top: 24px; }
  /* line 89, ../sass/components/_widget-12.scss */
  .node--carousel-widget-12 .group-image-content-wrapper {
    padding: 26px 40px 20px 20px;
    position: absolute;
    bottom: 0px;
    left: 50px;
    background-color: #f01e14;
    background-color: rgba(240, 40, 20, 0.9);
    z-index: 2;
    display: inline-block;
    *display: inline;
    zoom: 1;
    min-width: 45%;
    max-width: 80%; }
  /* line 104, ../sass/components/_widget-12.scss */
  .node--carousel-widget-12 .field--name-field-fc-title {
    font-family: "AdelleSansRegular",serif;
    font-weight: 100;
    font-style: normal;
    font-size: 26px;
    color: #fff;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.4; }
  /* line 116, ../sass/components/_widget-12.scss */
  .node--carousel-widget-12 .field--name-field-fc-call-to-action-m {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: inherit;
    display: block; }
    /* line 122, ../sass/components/_widget-12.scss */
    .node--carousel-widget-12 .field--name-field-fc-call-to-action-m a {
      display: block;
      color: #fff;
      text-decoration: none;
      background-image: url("../images/white-arrow-trans-background.png");
      background-repeat: no-repeat;
      background-position: left top;
      padding: 3px 0 8px 18px; }
    /* line 131, ../sass/components/_widget-12.scss */
    .node--carousel-widget-12 .field--name-field-fc-call-to-action-m a:hover {
      text-decoration: underline; }

/* for small screen sizes */
@media (min-width: 0em) and (max-width: 40em) {
  /* line 140, ../sass/components/_widget-12.scss */
  .node--carousel-widget-12 {
    /* flex slideshow overrides */
    /* slide content wrapper */
    /* slide content title */ }
    /* line 142, ../sass/components/_widget-12.scss */
    .node--carousel-widget-12 .flexslider:hover .flex-direction-nav a,
    .node--carousel-widget-12 .flexslider:hover .flex-direction-nav a {
      display: none; }
    /* line 147, ../sass/components/_widget-12.scss */
    .node--carousel-widget-12 .group-image-content-wrapper {
      padding: 26px 40px 20px 20px;
      position: relative;
      top: 0;
      left: 0;
      background-color: #f01e14;
      z-index: 1;
      display: block;
      *display: block;
      width: 100%;
      min-width: 100%;
      max-width: 100%; }
    /* line 161, ../sass/components/_widget-12.scss */
    .node--carousel-widget-12 .field--name-field-fc-title {
      font-size: 20px; } }
/* widget 13: different to other widgets as it uses views for the body and does not use view modes */
/* ====== widget 13 general setup ============== */
/* line 6, ../sass/components/_widget-13.scss */
.node--automatic-teasers-widget-13 {
  background-color: #fff;
  overflow: hidden;
  clear: both;
  /* widget content inner wrapper */
  /* node title */
  /* widget title */
  /* widget top text */
  /* widget bottom text */
  /* view content - from view */ }
  /* line 11, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .inner {
    padding: 20px 0 20px 0;
    width: 100%;
    max-width: 1102px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
  /* line 20, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .node__title {
    display: none; }
  /* line 25, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .field--name-field-custom-title h1, .node--automatic-teasers-widget-13 .field--name-field-custom-title h2, .node--automatic-teasers-widget-13 .field--name-field-custom-title h3 {
    padding: 15px 0 28px 0; }
  /* line 30, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .field--name-field-top-text {
    margin-bottom: 40px;
    clear: both; }
  /* line 35, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .field--name-field-bottom-text {
    padding-top: 0;
    position: relative;
    top: -10px;
    margin-bottom: -10px;
    clear: both; }
  /* line 43, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .automatic-widgets {
    margin-left: 35px;
    margin-right: 35px;
    clear: both; }

/* for small screen sizes */
@media (min-width: 0em) and (max-width: 40em) {
  /* default style */
  /* line 54, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 {
    /* widget content inner wrapper */
    /* widget title */
    /* widget top text */
    /* widget bottom text */ }
    /* line 56, ../sass/components/_widget-13.scss */
    .node--automatic-teasers-widget-13 .inner {
      padding-top: 5px;
      padding-bottom: 10px; }
    /* line 61, ../sass/components/_widget-13.scss */
    .node--automatic-teasers-widget-13 .field--name-field-custom-title {
      padding-left: 42px;
      padding-right: 42px; }
    /* line 66, ../sass/components/_widget-13.scss */
    .node--automatic-teasers-widget-13 .field--name-field-top-text {
      padding: 0 42px 0 42px;
      margin-bottom: 30px; }
    /* line 71, ../sass/components/_widget-13.scss */
    .node--automatic-teasers-widget-13 .field--name-field-bottom-text {
      padding: 16px 42px 0 42px; } }
/* ====== three column view within widget 13 ============== */
/* line 82, ../sass/components/_widget-13.scss */
.node--automatic-teasers-widget-13 .three-columns .views-row {
  float: left;
  width: 33.33%; }
/* line 86, ../sass/components/_widget-13.scss */
.node--automatic-teasers-widget-13 .three-columns .views-row:nth-child(3n+4) {
  clear: left; }
/* line 89, ../sass/components/_widget-13.scss */
.node--automatic-teasers-widget-13 .three-columns .views-row-inner {
  margin: 0 3px 20px 3px;
  overflow: hidden; }
/* line 94, ../sass/components/_widget-13.scss */
.node--automatic-teasers-widget-13 .views-field-field-search-image img {
  width: 100%;
  height: auto; }
/* line 99, ../sass/components/_widget-13.scss */
.node--automatic-teasers-widget-13 .views-field-title h2, .node--automatic-teasers-widget-13 .views-field-title h3 {
  font-family: "AdelleSansRegular",serif;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  color: #007867;
  font-weight: 100;
  line-height: 1.4;
  margin: 0 0 15px 0;
  padding: 20px 0 0 20px;
  background-image: url("../images/green-right-arrow-on-white-background.jpg");
  background-repeat: no-repeat;
  background-position: left 22px; }
  /* line 112, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .views-field-title h2 a, .node--automatic-teasers-widget-13 .views-field-title h3 a {
    color: #007867;
    text-decoration: none; }
/* line 118, ../sass/components/_widget-13.scss */
.node--automatic-teasers-widget-13 .views-field-field-date-published-custom {
  font-family: inherit;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 3px;
  text-rendering: optimizeLegibility; }
/* line 126, ../sass/components/_widget-13.scss */
.node--automatic-teasers-widget-13 .views-field-field-standfirst,
.node--automatic-teasers-widget-13 .views-field-field-listings-teaser-text {
  font-family: inherit;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-rendering: optimizeLegibility; }
/* line 135, ../sass/components/_widget-13.scss */
.node--automatic-teasers-widget-13 .teaser-text-wrapper {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  top: -40px;
  margin: 0 0 -40px 30px;
  padding: 0 44px 0 18px; }

/* for medium sized screens */
@media (min-width: 40.063em) and (max-width: 64em) {
  /* line 148, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .three-columns .views-row {
    width: 50%; }
  /* line 151, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .three-columns .views-row:nth-child(3n+4) {
    clear: none; }
  /* line 154, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .three-columns .views-row:nth-child(2n+3) {
    clear: left; }
  /* line 157, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .three-columns .views-field-field-search-image {
    text-align: center; }
  /* line 160, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .three-columns .views-field-field-search-image img {
    margin-bottom: 15px; } }
/* for small screen sizes */
@media (min-width: 0em) and (max-width: 40em) {
  /* line 170, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .three-columns .views-row {
    float: none;
    width: 100%; }
  /* line 174, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .three-columns .views-row:nth-child(3n+4),
  .node--automatic-teasers-widget-13 .three-columns .views-row:nth-child(2n+3) {
    clear: none; }
  /* line 178, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .three-columns .teaser-text-wrapper {
    margin-bottom: -50px; } }
/* ====== two column view within widget 13 ============== */
/* line 189, ../sass/components/_widget-13.scss */
.node--automatic-teasers-widget-13 .two-columns .views-row {
  float: left;
  width: 50%; }
/* line 193, ../sass/components/_widget-13.scss */
.node--automatic-teasers-widget-13 .two-columns .views-row:nth-child(2n+3) {
  clear: left; }
/* line 196, ../sass/components/_widget-13.scss */
.node--automatic-teasers-widget-13 .two-columns .views-row-inner {
  margin: 0 3px 20px 3px;
  overflow: hidden; }
/* line 200, ../sass/components/_widget-13.scss */
.node--automatic-teasers-widget-13 .two-columns .views-field-field-search-image img {
  width: 100%;
  height: auto; }
/* line 205, ../sass/components/_widget-13.scss */
.node--automatic-teasers-widget-13 .two-columns .views-field-title h2, .node--automatic-teasers-widget-13 .two-columns .views-field-title h3 {
  font-family: "AdelleSansRegular",serif;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  color: #007867;
  font-weight: 100;
  line-height: 1.4;
  margin: 0 0 15px 0;
  padding: 20px 0 0 20px;
  background-image: url("../images/green-right-arrow-on-white-background.jpg");
  background-repeat: no-repeat;
  background-position: left 22px; }
  /* line 218, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .two-columns .views-field-title h2 a, .node--automatic-teasers-widget-13 .two-columns .views-field-title h3 a {
    color: #007867;
    text-decoration: none; }
/* line 224, ../sass/components/_widget-13.scss */
.node--automatic-teasers-widget-13 .two-columns .views-field-field-date-published-custom {
  font-family: inherit;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 3px;
  text-rendering: optimizeLegibility; }
/* line 232, ../sass/components/_widget-13.scss */
.node--automatic-teasers-widget-13 .two-columns .views-field-field-standfirst,
.node--automatic-teasers-widget-13 .two-columns .views-field-field-listings-teaser-text {
  font-family: inherit;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-rendering: optimizeLegibility; }
/* line 241, ../sass/components/_widget-13.scss */
.node--automatic-teasers-widget-13 .two-columns .teaser-text-wrapper {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  top: -40px;
  margin: 0 0 -40px 30px;
  padding: 0 44px 0 18px; }

/* for medium sized screens */
@media (min-width: 40.063em) and (max-width: 64em) {
  /* line 255, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .two-columns .views-field-field-search-image {
    text-align: center; }
  /* line 258, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .two-columns .views-field-field-search-image img {
    margin-bottom: 15px; } }
/* for small screen sizes */
@media (min-width: 0em) and (max-width: 40em) {
  /* line 268, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .two-columns .views-row {
    float: none;
    width: 100%; }
  /* line 272, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .two-columns .views-row:nth-child(2n+3) {
    clear: none; }
  /* line 275, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .two-columns .teaser-text-wrapper {
    margin-bottom: -50px; } }
/* ====== two column view with no images within widget 13 ============== */
/* line 287, ../sass/components/_widget-13.scss */
.node--automatic-teasers-widget-13 .two-columns.no-image .views-field-field-search-image {
  display: none; }
/* line 290, ../sass/components/_widget-13.scss */
.node--automatic-teasers-widget-13 .two-columns.no-image .teaser-text-wrapper {
  background-color: transparent;
  overflow: visible;
  position: relative;
  top: 0;
  margin: 0;
  padding: 0; }

/* for medium sized screens */
@media (min-width: 40.063em) and (max-width: 64em) {
  /* line 304, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .two-columns.no-image .views-field-field-search-image {
    display: none; }
  /* line 307, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .two-columns.no-image .teaser-text-wrapper {
    background-color: transparent;
    overflow: visible;
    position: relative;
    top: 0;
    margin: 0;
    padding: 0; } }
/* for small screen sizes */
@media (min-width: 0em) and (max-width: 40em) {
  /* line 322, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .two-columns.no-image .views-field-field-search-image {
    display: none; }
  /* line 325, ../sass/components/_widget-13.scss */
  .node--automatic-teasers-widget-13 .two-columns.no-image .teaser-text-wrapper {
    background-color: transparent;
    overflow: visible;
    position: relative;
    top: 0;
    margin: 0;
    padding: 0; } }
/* widget 14 for embeds */
/* line 3, ../sass/components/_widget-14.scss */
.node--embed-widget-14- {
  background-color: #fff;
  overflow: hidden;
  /* widget content inner wrapper */
  /* node title */
  /* widget title */
  /* widget top text */
  /* widget bottom text */
  /* field collections clean up */
  /* field collections wrapper */ }
  /* line 7, ../sass/components/_widget-14.scss */
  .node--embed-widget-14- .inner {
    padding: 20px 0 20px 0;
    width: 100%;
    max-width: 1102px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 50px; }
  /* line 17, ../sass/components/_widget-14.scss */
  .node--embed-widget-14- .node__title {
    display: none; }
  /* line 22, ../sass/components/_widget-14.scss */
  .node--embed-widget-14- .field--name-field-custom-title h1, .node--embed-widget-14- .field--name-field-custom-title h2, .node--embed-widget-14- .field--name-field-custom-title h3 {
    padding: 15px 0 28px 0; }
  /* line 27, ../sass/components/_widget-14.scss */
  .node--embed-widget-14- .field--name-field-top-text {
    margin-bottom: 40px; }
  /* line 31, ../sass/components/_widget-14.scss */
  .node--embed-widget-14- .field--name-field-bottom-text {
    padding-top: 0;
    position: relative;
    top: -10px;
    margin-bottom: -10px; }
  /* line 38, ../sass/components/_widget-14.scss */
  .node--embed-widget-14- .field-collection-container {
    border-bottom: none;
    margin-bottom: 0;
    clear: both; }
  /* line 43, ../sass/components/_widget-14.scss */
  .node--embed-widget-14- .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: none; }
  /* line 49, ../sass/components/_widget-14.scss */
  .node--embed-widget-14- .field--name-field-items-w14 {
    margin-left: 35px;
    margin-right: 35px; }

/* for small screen sizes */
@media (min-width: 0em) and (max-width: 40em) {
  /* line 58, ../sass/components/_widget-14.scss */
  .node--embed-widget-14- {
    /* widget title */
    /* widget top text */
    /* widget bottom text */ }
    /* line 60, ../sass/components/_widget-14.scss */
    .node--embed-widget-14- .field--name-field-custom-title {
      padding-left: 42px;
      padding-right: 42px; }
    /* line 65, ../sass/components/_widget-14.scss */
    .node--embed-widget-14- .field--name-field-top-text {
      padding: 0 42px 0 42px;
      margin-bottom: 30px; }
    /* line 70, ../sass/components/_widget-14.scss */
    .node--embed-widget-14- .field--name-field-bottom-text {
      padding: 16px 42px 0 42px; } }
/* widget 15: style 1 = one column, style 2 = two columns */
/* default style - style-1 viewmode is the default, so we don't add specific style 1 CSS, ie default = style 1 */
/* line 4, ../sass/components/_widget-15.scss */
.node--drupal-form-widget-15 {
  background-color: #fff;
  overflow: hidden;
  /* node title */
  /* widget title */
  /* headings */
  /* text */
  /* form labels */
  /* field collections clean up */
  /* field collections wrapper */ }
  /* line 7, ../sass/components/_widget-15.scss */
  .node--drupal-form-widget-15 .inner {
    padding: 24px 24px 30px 24px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto; }
  /* line 14, ../sass/components/_widget-15.scss */
  .node--drupal-form-widget-15 .node__title {
    display: none; }
  /* line 19, ../sass/components/_widget-15.scss */
  .node--drupal-form-widget-15 .field--name-field-custom-title h1, .node--drupal-form-widget-15 .field--name-field-custom-title h2, .node--drupal-form-widget-15 .field--name-field-custom-title h3 {
    padding: 15px 0 28px 0; }
  /* line 24, ../sass/components/_widget-15.scss */
  .node--drupal-form-widget-15 .field--name-field-fc-title,
  .node--drupal-form-widget-15 .field--name-field-fc-form-heading {
    font-size: 19px;
    color: #007867;
    font-weight: 300;
    text-align: left; }
    /* line 30, ../sass/components/_widget-15.scss */
    .node--drupal-form-widget-15 .field--name-field-fc-title h2, .node--drupal-form-widget-15 .field--name-field-fc-title h3,
    .node--drupal-form-widget-15 .field--name-field-fc-form-heading h2,
    .node--drupal-form-widget-15 .field--name-field-fc-form-heading h3 {
      font-size: 19px;
      color: #007867;
      font-weight: 300;
      text-align: left; }
  /* line 38, ../sass/components/_widget-15.scss */
  .node--drupal-form-widget-15 .field--name-field-fc-text {
    text-align: left; }
  /* line 42, ../sass/components/_widget-15.scss */
  .node--drupal-form-widget-15 form label {
    font-family: "AdelleSansRegular",serif;
    font-size: 13px;
    padding-bottom: 2px; }
  /* line 48, ../sass/components/_widget-15.scss */
  .node--drupal-form-widget-15 .field-collection-container {
    border-bottom: none;
    margin-bottom: 0;
    clear: both; }
  /* line 53, ../sass/components/_widget-15.scss */
  .node--drupal-form-widget-15 .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: none; }
  /* line 59, ../sass/components/_widget-15.scss */
  .node--drupal-form-widget-15 .field--name-field-items-w15 {
    margin-left: 0;
    margin-right: 0;
    text-align: center; }

/* variation for style 2 */
/* line 67, ../sass/components/_widget-15.scss */
.node--drupal-form-widget-15.node-view-mode-style-2 {
  /* left column */
  /* right column */
  /* field collections clean up */ }
  /* line 69, ../sass/components/_widget-15.scss */
  .node--drupal-form-widget-15.node-view-mode-style-2 .group-left-column {
    width: 50%;
    float: left;
    overflow: hidden;
    /* inner */ }
    /* line 74, ../sass/components/_widget-15.scss */
    .node--drupal-form-widget-15.node-view-mode-style-2 .group-left-column .group-left-inner {
      margin-right: 15px;
      border-top: 1px solid #dcdcdc;
      padding-top: 15px; }
  /* line 81, ../sass/components/_widget-15.scss */
  .node--drupal-form-widget-15.node-view-mode-style-2 .group-right-column {
    width: 50%;
    float: left;
    overflow: hidden; }
    /* line 85, ../sass/components/_widget-15.scss */
    .node--drupal-form-widget-15.node-view-mode-style-2 .group-right-column .group-right-inner {
      margin-left: 15px;
      border-top: 1px solid #dcdcdc;
      padding-top: 15px; }
  /* line 92, ../sass/components/_widget-15.scss */
  .node--drupal-form-widget-15.node-view-mode-style-2 .inner {
    max-width: 984px; }

/* for medium sized screens */
/* for small screen sizes - we not using breakpoint on this occasions as we need to go slightly largere here to deal with a fixed width form */
@media screen and (max-width: 730px) {
  /* default style */
  /* variation for style 2 */
  /* line 108, ../sass/components/_widget-15.scss */
  .node--drupal-form-widget-15.node-view-mode-style-2 {
    /* left column */
    /* right column */ }
    /* line 110, ../sass/components/_widget-15.scss */
    .node--drupal-form-widget-15.node-view-mode-style-2 .group-left-column {
      width: 100%;
      float: none;
      /* inner */ }
      /* line 114, ../sass/components/_widget-15.scss */
      .node--drupal-form-widget-15.node-view-mode-style-2 .group-left-column .group-left-inner {
        margin-right: 0;
        border-top: none;
        padding-top: 5px; }
    /* line 121, ../sass/components/_widget-15.scss */
    .node--drupal-form-widget-15.node-view-mode-style-2 .group-right-column {
      width: 100%;
      float: none; }
      /* line 124, ../sass/components/_widget-15.scss */
      .node--drupal-form-widget-15.node-view-mode-style-2 .group-right-column .group-right-inner {
        margin-left: 0;
        border-top: none;
        padding-top: 5px; } }
/* 
 * widget 2: layout styles: style 1 = image on the right, style 2 = image on the left, style 3 = image centred and text below image 
 * 
 * we now have visual styles that can be set which override styles introduced by layout styles, example: .visual-style-w2-dark
 * which is added by an editor on a widget instance by picking a Visual Style setting.
 */
/* background colour adjustment for when wudget 2 used as a content widget and not a hero widget */
/* line 10, ../sass/components/_widget-2.scss */
.pane-general-page-panel-pane-widgets-general-page .node--image-text-list-links-widget-2 {
  background-color: #fff; }

/* default style - style-1 viewmode is the default, so we not making it specific */
/* line 15, ../sass/components/_widget-2.scss */
.node--image-text-list-links-widget-2 {
  background-color: #f7f7f7;
  overflow: hidden;
  /* node title */
  /* heading title */
  /* image */
  /* wrapper - wraps text, bullets and links */
  /* text */
  /* text bullets */
  /* links call to action */
  /* field collections clean up */
  /* field collections wrapper */ }
  /* line 19, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2 .node__title {
    display: none; }
  /* line 24, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2 .field--name-field-fc-title h1, .node--image-text-list-links-widget-2 .field--name-field-fc-title h2, .node--image-text-list-links-widget-2 .field--name-field-fc-title h3 {
    font-family: "AdelleSansRegular",serif;
    font-size: 32px;
    line-height: 1.3;
    color: #333333;
    margin: 0 0 20px 0; }
  /* line 33, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2 .field--name-field-fc-image {
    text-align: center; }
    /* line 35, ../sass/components/_widget-2.scss */
    .node--image-text-list-links-widget-2 .field--name-field-fc-image img {
      width: 40%;
      max-width: 511px;
      height: auto;
      float: right; }
  /* line 43, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2 .group-content-wrapper {
    overflow: hidden;
    padding: 20px 30px; }
  /* line 48, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2 .field--name-field-fc-text {
    /* red diamond bullets used for lists created in this field with the standard text editor */
    /* numbered lists */ }
    /* line 50, ../sass/components/_widget-2.scss */
    .node--image-text-list-links-widget-2 .field--name-field-fc-text ul > li::before {
      color: #f11e15;
      content: "\25C6";
      left: 0;
      line-height: 1;
      position: absolute;
      top: 2px; }
    /* line 58, ../sass/components/_widget-2.scss */
    .node--image-text-list-links-widget-2 .field--name-field-fc-text ul {
      line-height: 1.7;
      list-style: none;
      margin-bottom: 24px; }
    /* line 63, ../sass/components/_widget-2.scss */
    .node--image-text-list-links-widget-2 .field--name-field-fc-text ul > li {
      padding-left: 26px;
      position: relative; }
    /* line 67, ../sass/components/_widget-2.scss */
    .node--image-text-list-links-widget-2 .field--name-field-fc-text ul li {
      font-family: inherit;
      font-weight: 100;
      line-height: 1.6;
      text-rendering: optimizeLegibility; }
    /* line 74, ../sass/components/_widget-2.scss */
    .node--image-text-list-links-widget-2 .field--name-field-fc-text ol {
      line-height: 1.7;
      margin-bottom: 24px;
      margin-left: 1.2em; }
    /* line 79, ../sass/components/_widget-2.scss */
    .node--image-text-list-links-widget-2 .field--name-field-fc-text ol > li {
      padding-left: 5px; }
    /* line 82, ../sass/components/_widget-2.scss */
    .node--image-text-list-links-widget-2 .field--name-field-fc-text ol li {
      font-family: inherit;
      font-weight: 100;
      line-height: 1.6;
      text-rendering: optimizeLegibility; }
  /* line 90, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2 .field--name-field-fc-text-bullets-m {
    margin-bottom: 20px; }
    /* line 92, ../sass/components/_widget-2.scss */
    .node--image-text-list-links-widget-2 .field--name-field-fc-text-bullets-m .field__item {
      background-image: url("../images/red-tick.png");
      background-repeat: no-repeat;
      background-position: left 2px;
      padding: 2px 0 4px 33px;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.3; }
  /* line 104, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2 .field--name-field-fc-call-to-action-m a {
    color: #007867;
    text-decoration: none;
    line-height: inherit;
    display: block;
    background-image: url("../images/green-arrow-right-small.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding: 2px 0 4px 18px;
    margin-bottom: 3px; }
  /* line 115, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2 .field--name-field-fc-call-to-action-m a:hover {
    color: #01948a;
    text-decoration: underline; }
  /* line 121, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2 .field-collection-container {
    border-bottom: none;
    margin-bottom: 0;
    clear: both; }
  /* line 126, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2 .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: none; }
  /* line 132, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2 .field--name-field-items-w2 {
    margin-left: 0;
    margin-right: 0; }

/* variation for when this widget is used as a hero widget - more specific changes here could affect mobile overrides */
/* line 140, ../sass/components/_widget-2.scss */
.views-field-field-hero-widgets .node--image-text-list-links-widget-2 {
  margin-bottom: 0; }

/* variation for when widget is used as page content area widget - more specific changes here could affect mobile overrides */
/* variation for style 2 */
/* line 151, ../sass/components/_widget-2.scss */
.node--image-text-list-links-widget-2.node-view-mode-style-2 {
  /* image */ }
  /* line 154, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2.node-view-mode-style-2 .field--name-field-fc-image img {
    float: left; }

/* variation for style 3 */
/* line 161, ../sass/components/_widget-2.scss */
.node--image-text-list-links-widget-2.node-view-mode-style-3 {
  /* image */
  /* wrapper - wraps text, bullets and links */
  /* text bullets */ }
  /* line 162, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2.node-view-mode-style-3 .field--name-field-fc-title {
    padding-top: 15px;
    padding-bottom: 20px; }
    /* line 165, ../sass/components/_widget-2.scss */
    .node--image-text-list-links-widget-2.node-view-mode-style-3 .field--name-field-fc-title h1, .node--image-text-list-links-widget-2.node-view-mode-style-3 .field--name-field-fc-title h2, .node--image-text-list-links-widget-2.node-view-mode-style-3 .field--name-field-fc-title h3 {
      color: #f11e15;
      font-family: "AdelleSansRegular", sans-serif;
      font-weight: 300;
      font-size: 16px;
      margin: 0;
      text-align: center;
      text-transform: uppercase;
      margin: 0;
      line-height: 1.4; }
    /* line 176, ../sass/components/_widget-2.scss */
    .node--image-text-list-links-widget-2.node-view-mode-style-3 .field--name-field-fc-title h1:after, .node--image-text-list-links-widget-2.node-view-mode-style-3 .field--name-field-fc-title h2:after, .node--image-text-list-links-widget-2.node-view-mode-style-3 .field--name-field-fc-title h3:after {
      content: ' ';
      border-top: 3px solid #f11e15;
      display: block;
      margin: 13px auto 0;
      width: 30px; }
  /* line 185, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2.node-view-mode-style-3 .field--name-field-fc-image {
    padding: 30px 30px 0px 30px;
    text-align: center; }
    /* line 188, ../sass/components/_widget-2.scss */
    .node--image-text-list-links-widget-2.node-view-mode-style-3 .field--name-field-fc-image img {
      float: none;
      width: 100%;
      height: auto;
      max-width: 511px;
      margin: 0; }
  /* line 197, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2.node-view-mode-style-3 .group-content-wrapper {
    max-width: 772px;
    margin-left: auto;
    margin-right: auto; }
  /* line 203, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2.node-view-mode-style-3 .field--name-field-fc-text-bullets-m {
    margin-bottom: 20px; }
    /* line 205, ../sass/components/_widget-2.scss */
    .node--image-text-list-links-widget-2.node-view-mode-style-3 .field--name-field-fc-text-bullets-m .field__item {
      background-image: url("../images/red-tick.png");
      background-repeat: no-repeat;
      background-position: left 2px; }

/* visual style overrides - dark */
/* line 214, ../sass/components/_widget-2.scss */
.node--image-text-list-links-widget-2.visual-style-w2-dark {
  background-color: #4c4c4c;
  /* wrapper - wraps text, bullets and links */
  /* heading title */
  /* text */
  /* call to action buttons */
  /* text bullets */ }
  /* line 217, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2.visual-style-w2-dark .group-content-wrapper {
    padding: 30px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%; }
  /* line 225, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2.visual-style-w2-dark .field--name-field-fc-title h1, .node--image-text-list-links-widget-2.visual-style-w2-dark .field--name-field-fc-title h2, .node--image-text-list-links-widget-2.visual-style-w2-dark .field--name-field-fc-title h3 {
    color: #fff;
    margin: 0 0 20px 0; }
  /* line 231, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2.visual-style-w2-dark .field--name-field-fc-text,
  .node--image-text-list-links-widget-2.visual-style-w2-dark .field--type-text,
  .node--image-text-list-links-widget-2.visual-style-w2-dark .field--type-text-long {
    color: #fff; }
    /* line 235, ../sass/components/_widget-2.scss */
    .node--image-text-list-links-widget-2.visual-style-w2-dark .field--name-field-fc-text p,
    .node--image-text-list-links-widget-2.visual-style-w2-dark .field--type-text p,
    .node--image-text-list-links-widget-2.visual-style-w2-dark .field--type-text-long p {
      color: #fff; }
  /* line 240, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2.visual-style-w2-dark .field--name-field-fc-text ul > li::before {
    color: #fff;
    content: "\25C6";
    left: 0;
    line-height: 1;
    position: absolute;
    top: 2px; }
  /* line 248, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2.visual-style-w2-dark .field--name-field-fc-text a {
    color: #01948a;
    text-decoration: none; }
  /* line 252, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2.visual-style-w2-dark .field--name-field-fc-text a:hover {
    color: #01948a;
    text-decoration: underline; }
  /* line 258, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2.visual-style-w2-dark .field--name-field-fc-call-to-action-m {
    display: inline-block;
    *display: inline;
    zoom: 1; }
    /* line 262, ../sass/components/_widget-2.scss */
    .node--image-text-list-links-widget-2.visual-style-w2-dark .field--name-field-fc-call-to-action-m a {
      font-size: 16px;
      padding: 8px 25.6px 6px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      -webkit-transition: background 0.3s ease-in-out;
      -moz-transition: background 0.3s ease-in-out;
      -o-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out;
      cursor: pointer;
      font-family: "AdelleSansRegular",sans-serif;
      font-weight: 400;
      line-height: normal;
      margin: 0 0 15px 0;
      position: relative;
      text-decoration: none;
      text-align: center;
      color: #fff;
      background-color: transparent;
      display: inline-block;
      *display: inline;
      zoom: 1;
      background-image: none;
      border: 1px solid #fff; }
    /* line 290, ../sass/components/_widget-2.scss */
    .node--image-text-list-links-widget-2.visual-style-w2-dark .field--name-field-fc-call-to-action-m a:hover {
      text-decoration: none;
      background-color: #007867; }
  /* line 297, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2.visual-style-w2-dark .field--name-field-fc-text-bullets-m .field__item {
    background-image: url("../images/white-tick.png");
    background-repeat: no-repeat;
    background-position: left 2px; }

/* line 305, ../sass/components/_widget-2.scss */
.node--image-text-list-links-widget-2.node-view-mode-style-3.visual-style-w2-dark {
  /* wrapper - wraps text, bullets and links */ }
  /* line 307, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2.node-view-mode-style-3.visual-style-w2-dark .group-content-wrapper {
    padding: 30px; }
  /* line 311, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2.node-view-mode-style-3.visual-style-w2-dark .field--name-field-fc-title h1:after, .node--image-text-list-links-widget-2.node-view-mode-style-3.visual-style-w2-dark .field--name-field-fc-title h2:after, .node--image-text-list-links-widget-2.node-view-mode-style-3.visual-style-w2-dark .field--name-field-fc-title h3:after {
    content: ' ';
    border-top: 3px solid #fff;
    display: block;
    margin: 13px auto 0;
    width: 30px; }

/* line 321, ../sass/components/_widget-2.scss */
.node--image-text-list-links-widget-2.visual-style-w2-white {
  background-color: #fff;
  /* wrapper - wraps text, bullets and links */
  /* call to action buttons */
  /* text bullets */ }
  /* line 324, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2.visual-style-w2-white .group-content-wrapper {
    padding: 30px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%; }
  /* line 331, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2.visual-style-w2-white .field--name-field-fc-call-to-action-m {
    display: inline-block;
    *display: inline;
    zoom: 1; }
    /* line 335, ../sass/components/_widget-2.scss */
    .node--image-text-list-links-widget-2.visual-style-w2-white .field--name-field-fc-call-to-action-m a {
      font-size: 16px;
      padding: 8px 25.6px 6px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      -webkit-transition: background 0.3s ease-in-out;
      -moz-transition: background 0.3s ease-in-out;
      -o-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out;
      cursor: pointer;
      font-family: "AdelleSansRegular",sans-serif;
      font-weight: 400;
      line-height: normal;
      margin: 0 0 15px 0;
      position: relative;
      text-decoration: none;
      text-align: center;
      color: #007867;
      background-color: transparent;
      display: inline-block;
      *display: inline;
      zoom: 1;
      background-image: none;
      border: 1px solid #007867; }
    /* line 363, ../sass/components/_widget-2.scss */
    .node--image-text-list-links-widget-2.visual-style-w2-white .field--name-field-fc-call-to-action-m a:hover {
      text-decoration: none;
      background-color: #f7f7f7;
      color: #007867; }
  /* line 371, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2.visual-style-w2-white .field--name-field-fc-text-bullets-m .field__item {
    background-image: url("../images/red-tick.png");
    background-repeat: no-repeat;
    background-position: left 2px; }

/* line 378, ../sass/components/_widget-2.scss */
.node--image-text-list-links-widget-2.node-view-mode-style-3.visual-style-w2-white {
  /* wrapper - wraps text, bullets and links */ }
  /* line 380, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2.node-view-mode-style-3.visual-style-w2-white .group-content-wrapper {
    padding: 30px; }

/* for slightly larger than medium sized screens */
@media screen and (max-width: 740px) {
  /* variation for style 3 to deal with mobile video configuration */
  /* line 389, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2.node-view-mode-style-3 {
    width: 100%;
    max-width: 100%; }

  /* variations for visual style overrides */
  /* line 394, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2.visual-style-w2-white,
  .node--image-text-list-links-widget-2.visual-style-w2-dark {
    /* wrapper - wraps text, bullets and links */ }
    /* line 397, ../sass/components/_widget-2.scss */
    .node--image-text-list-links-widget-2.visual-style-w2-white .group-content-wrapper,
    .node--image-text-list-links-widget-2.visual-style-w2-dark .group-content-wrapper {
      padding: 30px; } }
/* for medium sized screens */
@media (min-width: 40.063em) and (max-width: 64em) {
  /* default style */
  /* line 409, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2 .field--name-field-fc-image img {
    margin: 20px 20px 20px 0; }

  /* variation for style 2 */
  /* line 417, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2.node-view-mode-style-2 .field--name-field-fc-image img {
    margin: 20px 0 20px 20px; }

  /* variation for style 2 */
  /* line 425, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2.node-view-mode-style-3 .field--name-field-fc-image img {
    margin: 0; } }
/* for small screen sizes */
@media (min-width: 0em) and (max-width: 40em) {
  /* default style */
  /* line 435, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2 {
    /* image */ }
    /* line 438, ../sass/components/_widget-2.scss */
    .node--image-text-list-links-widget-2 .field--name-field-fc-image img {
      width: 100%;
      max-width: none;
      height: auto;
      float: none; }

  /* variation for style 2 */
  /* line 447, ../sass/components/_widget-2.scss */
  .node--image-text-list-links-widget-2.node-view-mode-style-2 {
    /* image */ }
    /* line 450, ../sass/components/_widget-2.scss */
    .node--image-text-list-links-widget-2.node-view-mode-style-2 .field--name-field-fc-image img {
      float: none; } }
/* widget 3: style 1 = phone, call-back link and call to action on white background, style 2 is without call-back link and without call to action button */
/* override for when this widget is used as a content widget */
/* line 6, ../sass/components/_widget-3.scss */
.pane-general-page-panel-pane-widgets-general-page .node--cta-primary-small-widget-3 .inner {
  border-top: 1px solid #dcdcdc; }

/* default style - style-1 viewmode is the default, so we not making it specific */
/* line 12, ../sass/components/_widget-3.scss */
.node--cta-primary-small-widget-3 {
  background-color: #fff;
  overflow: hidden;
  /* widget content inner wrapper */
  /* node title */
  /* phone */
  /* call back */
  /* call to action button */
  /* field collections clean up */
  /* field collections wrapper */ }
  /* line 16, ../sass/components/_widget-3.scss */
  .node--cta-primary-small-widget-3 .inner {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden; }
  /* line 23, ../sass/components/_widget-3.scss */
  .node--cta-primary-small-widget-3 .node__title {
    display: none; }
  /* line 27, ../sass/components/_widget-3.scss */
  .node--cta-primary-small-widget-3 .field--name-field-fc-phone-with-text {
    /* bold text */
    font-weight: 100;
    font-size: 16px;
    line-height: 1.3;
    padding: 5px 22px 5px 0;
    border-right: 1px solid #dcdcdc;
    margin-right: 22px;
    color: #9c9c9c;
    display: inline-block;
    *display: inline;
    zoom: 1; }
    /* line 39, ../sass/components/_widget-3.scss */
    .node--cta-primary-small-widget-3 .field--name-field-fc-phone-with-text strong {
      font-weight: 100;
      color: #393939; }
  /* line 45, ../sass/components/_widget-3.scss */
  .node--cta-primary-small-widget-3 .field--name-field-fc-call-back-link {
    display: inline-block;
    *display: inline;
    zoom: 1; }
    /* line 49, ../sass/components/_widget-3.scss */
    .node--cta-primary-small-widget-3 .field--name-field-fc-call-back-link a {
      color: #007867;
      text-decoration: none;
      background-image: url("../images/green-headphones-on-white-background.jpg");
      background-repeat: no-repeat;
      background-position: left 2px;
      padding: 5px 22px 5px 27px;
      border-right: 1px solid #dcdcdc;
      margin-right: 22px;
      display: inline-block;
      *display: inline;
      zoom: 1; }
    /* line 62, ../sass/components/_widget-3.scss */
    .node--cta-primary-small-widget-3 .field--name-field-fc-call-back-link a:hover {
      color: #01948a;
      text-decoration: underline; }
  /* line 68, ../sass/components/_widget-3.scss */
  .node--cta-primary-small-widget-3 .field--name-field-fc-call-to-action {
    display: inline-block;
    *display: inline;
    zoom: 1; }
    /* line 72, ../sass/components/_widget-3.scss */
    .node--cta-primary-small-widget-3 .field--name-field-fc-call-to-action a {
      font-size: 16px;
      padding: 8px 25.6px 6px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      -webkit-transition: background 0.3s ease-in-out;
      -moz-transition: background 0.3s ease-in-out;
      -o-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out;
      cursor: pointer;
      font-family: "AdelleSansRegular",sans-serif;
      font-weight: 400;
      line-height: normal;
      margin: 0;
      position: relative;
      text-decoration: none;
      text-align: center;
      color: #fff;
      background-color: #007867;
      display: inline-block;
      *display: inline;
      zoom: 1; }
    /* line 98, ../sass/components/_widget-3.scss */
    .node--cta-primary-small-widget-3 .field--name-field-fc-call-to-action a:hover {
      background-color: #00948a; }
  /* line 103, ../sass/components/_widget-3.scss */
  .node--cta-primary-small-widget-3 .field-collection-container {
    border-bottom: none;
    margin-bottom: 0;
    clear: both; }
  /* line 108, ../sass/components/_widget-3.scss */
  .node--cta-primary-small-widget-3 .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: none; }
  /* line 114, ../sass/components/_widget-3.scss */
  .node--cta-primary-small-widget-3 .field--name-field-items-w3 {
    margin-left: 0;
    margin-right: 0;
    text-align: center; }

/* variation for style 2 */
/* line 122, ../sass/components/_widget-3.scss */
.node--cta-primary-small-widget-3.node-view-mode-style-2 {
  /* phone */ }
  /* line 124, ../sass/components/_widget-3.scss */
  .node--cta-primary-small-widget-3.node-view-mode-style-2 .field--name-field-fc-phone-with-text {
    padding: 5px 0 5px 0;
    border-right: none;
    margin-right: 0; }

/* variation for style 3 */
/* line 132, ../sass/components/_widget-3.scss */
.node--cta-primary-small-widget-3.node-view-mode-style-3 {
  /* call back */ }
  /* line 135, ../sass/components/_widget-3.scss */
  .node--cta-primary-small-widget-3.node-view-mode-style-3 .field--name-field-fc-call-back-link a {
    background-image: none;
    padding: 5px 22px 5px 0; }

/* for medium sized screens */
/* for small screen sizes */
@media (min-width: 0em) and (max-width: 40em) {
  /* default style */
  /* line 148, ../sass/components/_widget-3.scss */
  .node--cta-primary-small-widget-3 {
    /* phone */
    /* call back */
    /* call to action button */ }
    /* line 150, ../sass/components/_widget-3.scss */
    .node--cta-primary-small-widget-3 .field--name-field-fc-phone-with-text {
      display: block;
      text-align: center;
      margin-right: 0;
      margin-bottom: 8px;
      border-right: 0;
      padding-left: 42px;
      padding-right: 42px; }
    /* line 160, ../sass/components/_widget-3.scss */
    .node--cta-primary-small-widget-3 .field--name-field-fc-call-back-link {
      display: block;
      text-align: center;
      padding-left: 42px;
      padding-right: 42px;
      margin-bottom: 12px; }
      /* line 166, ../sass/components/_widget-3.scss */
      .node--cta-primary-small-widget-3 .field--name-field-fc-call-back-link a {
        margin-right: 0;
        padding-right: 0;
        border-right: 0; }
    /* line 173, ../sass/components/_widget-3.scss */
    .node--cta-primary-small-widget-3 .field--name-field-fc-call-to-action {
      display: block;
      text-align: center;
      padding-left: 42px;
      padding-right: 42px; }

  /* variation for style 3 */
  /* line 181, ../sass/components/_widget-3.scss */
  .node--cta-primary-small-widget-3.node-view-mode-style-3 {
    /* call back */ }
    /* line 184, ../sass/components/_widget-3.scss */
    .node--cta-primary-small-widget-3.node-view-mode-style-3 .field--name-field-fc-call-back-link a {
      background-image: none;
      margin-right: 0;
      padding-right: 0;
      border-right: 0; } }
/* widget 4: style 1 = 3 columns, style 2 = 2 columns */
/* default style - style-1 viewmode is the default, so we not making it specific */
/* line 4, ../sass/components/_widget-4.scss */
.node--teaser-images-and-text-widget-4 {
  background-color: #fff;
  overflow: hidden;
  /* widget content inner wrapper */
  /* node title */
  /* widget title */
  /* widget top text */
  /* widget bottom text */
  /* widget item image */
  /* group wrapper - designed to wrap widget item title and text */
  /* widget item title */
  /* widget item text */
  /* field collections clean up */
  /* field collections wrapper */ }
  /* line 8, ../sass/components/_widget-4.scss */
  .node--teaser-images-and-text-widget-4 .inner {
    padding: 20px 0 20px 0;
    width: 100%;
    max-width: 1102px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
  /* line 17, ../sass/components/_widget-4.scss */
  .node--teaser-images-and-text-widget-4 .node__title {
    display: none; }
  /* line 22, ../sass/components/_widget-4.scss */
  .node--teaser-images-and-text-widget-4 .field--name-field-custom-title h1, .node--teaser-images-and-text-widget-4 .field--name-field-custom-title h2, .node--teaser-images-and-text-widget-4 .field--name-field-custom-title h3 {
    padding: 15px 0 28px 0; }
  /* line 27, ../sass/components/_widget-4.scss */
  .node--teaser-images-and-text-widget-4 .field--name-field-top-text {
    margin-bottom: 40px; }
  /* line 31, ../sass/components/_widget-4.scss */
  .node--teaser-images-and-text-widget-4 .field--name-field-bottom-text {
    padding-top: 0;
    position: relative;
    top: -10px;
    margin-bottom: -10px; }
  /* line 38, ../sass/components/_widget-4.scss */
  .node--teaser-images-and-text-widget-4 .field--name-field-fc-image img {
    width: 100%;
    height: auto; }
  /* line 43, ../sass/components/_widget-4.scss */
  .node--teaser-images-and-text-widget-4 .group-content-wrapper {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    top: -40px;
    margin: 0 0 -40px 30px;
    padding: 0 44px 0 18px; }
  /* line 52, ../sass/components/_widget-4.scss */
  .node--teaser-images-and-text-widget-4 .field--name-field-fc-title {
    /* override base styles */ }
    /* line 54, ../sass/components/_widget-4.scss */
    .node--teaser-images-and-text-widget-4 .field--name-field-fc-title h2, .node--teaser-images-and-text-widget-4 .field--name-field-fc-title h3 {
      font-family: "AdelleSansRegular",serif;
      font-style: normal;
      text-rendering: optimizeLegibility;
      font-size: 20px;
      color: #007867;
      font-weight: 100;
      line-height: 1.4;
      margin: 0 0 15px 0;
      padding: 20px 0 0 20px;
      background-image: url("../images/green-right-arrow-on-white-background.jpg");
      background-repeat: no-repeat;
      background-position: left 22px; }
      /* line 67, ../sass/components/_widget-4.scss */
      .node--teaser-images-and-text-widget-4 .field--name-field-fc-title h2 a, .node--teaser-images-and-text-widget-4 .field--name-field-fc-title h3 a {
        color: #007867;
        text-decoration: none; }
  /* line 74, ../sass/components/_widget-4.scss */
  .node--teaser-images-and-text-widget-4 .field--name-field-fc-text {
    font-family: inherit;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-rendering: optimizeLegibility; }
  /* line 83, ../sass/components/_widget-4.scss */
  .node--teaser-images-and-text-widget-4 .field-collection-container {
    border-bottom: none;
    margin-bottom: 0;
    clear: both; }
  /* line 88, ../sass/components/_widget-4.scss */
  .node--teaser-images-and-text-widget-4 .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: none; }
  /* line 94, ../sass/components/_widget-4.scss */
  .node--teaser-images-and-text-widget-4 .field--name-field-items-w4 {
    margin-left: 35px;
    margin-right: 35px; }

/* default style */
/* field collection item wrapper */
/* line 101, ../sass/components/_widget-4.scss */
.field--name-field-items-w4 > .field__items > .field__item {
  float: left;
  width: 33.333%; }

/* field collection items */
/* line 106, ../sass/components/_widget-4.scss */
.field--name-field-items-w4 > .field__items > .field__item:nth-child(3n+4) {
  clear: left; }

/* field collection item inner */
/* line 110, ../sass/components/_widget-4.scss */
.field--name-field-items-w4 .field-collection-view {
  background-color: #fff;
  margin: 0 3px 20px 3px;
  overflow: hidden; }

/* variations when viewmode style 2 applied */
/* line 117, ../sass/components/_widget-4.scss */
.node--teaser-images-and-text-widget-4.node-view-mode-style-2 {
  /* field collection item wrapper */
  /* field collection items */ }
  /* line 119, ../sass/components/_widget-4.scss */
  .node--teaser-images-and-text-widget-4.node-view-mode-style-2 .field--name-field-items-w4 > .field__items > .field__item {
    float: left;
    width: 50%; }
  /* line 124, ../sass/components/_widget-4.scss */
  .node--teaser-images-and-text-widget-4.node-view-mode-style-2 .field--name-field-items-w4 > .field__items > .field__item:nth-child(3n+4) {
    clear: none; }
  /* line 127, ../sass/components/_widget-4.scss */
  .node--teaser-images-and-text-widget-4.node-view-mode-style-2 .field--name-field-items-w4 > .field__items > .field__item:nth-child(2n+3) {
    clear: left; }

/* for medium sized screens */
@media (min-width: 40.063em) and (max-width: 64em) {
  /* default style */
  /* line 136, ../sass/components/_widget-4.scss */
  .node--teaser-images-and-text-widget-4 {
    /* widget title */
    /* widget top text */
    /* widget bottom text */
    /* widget item image */ }
    /* line 138, ../sass/components/_widget-4.scss */
    .node--teaser-images-and-text-widget-4 .field--name-field-custom-title {
      padding-left: 42px;
      padding-right: 42px; }
    /* line 143, ../sass/components/_widget-4.scss */
    .node--teaser-images-and-text-widget-4 .field--name-field-top-text {
      padding: 0 42px 0 42px; }
    /* line 147, ../sass/components/_widget-4.scss */
    .node--teaser-images-and-text-widget-4 .field--name-field-bottom-text {
      padding: 0 42px 0 42px; }
    /* line 151, ../sass/components/_widget-4.scss */
    .node--teaser-images-and-text-widget-4 .field--name-field-fc-image img {
      float: none;
      margin-bottom: 15px; }
    /* line 155, ../sass/components/_widget-4.scss */
    .node--teaser-images-and-text-widget-4 .field--name-field-fc-image {
      text-align: center; }

  /* default style - change into two columns */
  /* line 160, ../sass/components/_widget-4.scss */
  .field--name-field-items-w4 > .field__items > .field__item {
    width: 50%; }

  /* line 163, ../sass/components/_widget-4.scss */
  .field--name-field-items-w4 > .field__items > .field__item:nth-child(3n+4) {
    clear: none; }

  /* line 166, ../sass/components/_widget-4.scss */
  .field--name-field-items-w4 > .field__items > .field__item:nth-child(2n+3) {
    clear: left; }

  /* line 170, ../sass/components/_widget-4.scss */
  .node--teaser-images-and-text-widget-4 .field--name-field-fc-image img {
    width: 100%;
    height: auto; }

  /* variations when viewmode style 2 applied */ }
/* for small screen sizes */
@media (min-width: 0em) and (max-width: 40em) {
  /* default style */
  /* line 182, ../sass/components/_widget-4.scss */
  .node--teaser-images-and-text-widget-4 {
    padding-top: 5px;
    padding-bottom: 10px;
    /* widget title */
    /* group wrapper - designed to wrap widget item title and text */
    /* widget top text */
    /* widget bottom text */ }
    /* line 186, ../sass/components/_widget-4.scss */
    .node--teaser-images-and-text-widget-4 .field--name-field-custom-title {
      padding-left: 42px;
      padding-right: 42px; }
    /* line 191, ../sass/components/_widget-4.scss */
    .node--teaser-images-and-text-widget-4 .group-content-wrapper {
      margin-bottom: -50px; }
    /* line 195, ../sass/components/_widget-4.scss */
    .node--teaser-images-and-text-widget-4 .field--name-field-top-text {
      padding: 0 42px 0 42px;
      margin-bottom: 30px; }
    /* line 200, ../sass/components/_widget-4.scss */
    .node--teaser-images-and-text-widget-4 .field--name-field-bottom-text {
      padding: 16px 42px 0 42px; }

  /* default style */
  /* field collection item wrapper */
  /* line 206, ../sass/components/_widget-4.scss */
  .field--name-field-items-w4 > .field__items > .field__item {
    float: none;
    width: auto; }

  /* line 210, ../sass/components/_widget-4.scss */
  .field--name-field-items-w4 > .field__items > .field__item:nth-child(3n+4) {
    clear: none; }

  /* variations when viewmode style 2 applied */
  /* line 214, ../sass/components/_widget-4.scss */
  .node--teaser-images-and-text-widget-4.node-view-mode-style-2 {
    /* field collection item wrapper */
    /* field collection items */ }
    /* line 216, ../sass/components/_widget-4.scss */
    .node--teaser-images-and-text-widget-4.node-view-mode-style-2 .field--name-field-items-w4 > .field__items > .field__item {
      float: none;
      width: auto; }
    /* line 221, ../sass/components/_widget-4.scss */
    .node--teaser-images-and-text-widget-4.node-view-mode-style-2 .field--name-field-items-w4 > .field__items > .field__item:nth-child(2n+3) {
      clear: none; } }
/* widget 5: style 1 = 2 columns with red tick icons */
/* default style - style-1 viewmode is the default, so we not making it specific */
/* line 4, ../sass/components/_widget-5.scss */
.node--list-widget-5 {
  background-color: #fff;
  overflow: hidden;
  /* widget content inner wrapper */
  /* node title */
  /* top text */
  /* list item text */
  /* bottom text */
  /* field collections clean up */
  /* field collections wrapper */ }
  /* line 8, ../sass/components/_widget-5.scss */
  .node--list-widget-5 .inner {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden; }
  /* line 14, ../sass/components/_widget-5.scss */
  .node--list-widget-5 .node__title {
    display: none; }
  /* line 18, ../sass/components/_widget-5.scss */
  .node--list-widget-5 .field--name-field-top-text {
    padding-bottom: 15px; }
  /* line 22, ../sass/components/_widget-5.scss */
  .node--list-widget-5 .field--name-field-fc-list-item {
    border-top: 1px solid #dcdcdc;
    padding: 22px 0 22px 34px;
    background-image: url("../images/red-tick-on-white-background.jpg");
    background-repeat: no-repeat;
    background-position: left 22px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300; }
  /* line 33, ../sass/components/_widget-5.scss */
  .node--list-widget-5 .field--name-field-bottom-text {
    padding-top: 3px; }
  /* line 37, ../sass/components/_widget-5.scss */
  .node--list-widget-5 .field-collection-container {
    border-bottom: none;
    margin-bottom: 0;
    clear: both; }
  /* line 42, ../sass/components/_widget-5.scss */
  .node--list-widget-5 .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: none; }
  /* line 48, ../sass/components/_widget-5.scss */
  .node--list-widget-5 .field--name-field-items-w5 {
    margin-left: 68px;
    margin-right: 68px; }

/* default style */
/* field collection item wrapper */
/* line 55, ../sass/components/_widget-5.scss */
.field--name-field-items-w5 > .field__items > .field__item {
  float: left;
  width: 50%; }

/* field collection items */
/* line 60, ../sass/components/_widget-5.scss */
.field--name-field-items-w5 > .field__items > .field__item:nth-child(2n+3) {
  clear: left; }

/* field collection item inner */
/* line 64, ../sass/components/_widget-5.scss */
.field--name-field-items-w5 .field-collection-view {
  margin: 0 12px;
  overflow: hidden; }

/* for medium sized screens */
@media (min-width: 40.063em) and (max-width: 64em) {
  /* default style */
  /* line 73, ../sass/components/_widget-5.scss */
  .node--list-widget-5 {
    /* field collections wrapper */ }
    /* line 75, ../sass/components/_widget-5.scss */
    .node--list-widget-5 .field--name-field-items-w5 {
      margin-left: 5.3%;
      margin-right: 5.3%; } }
/* for small screen sizes */
@media (min-width: 0em) and (max-width: 40em) {
  /* default style */
  /* line 85, ../sass/components/_widget-5.scss */
  .node--list-widget-5 {
    /* widget content inner wrapper */
    /* widget title */
    /* widget top text */
    /* widget bottom text */
    /* field collections wrapper */
    /* field collection item inner */ }
    /* line 87, ../sass/components/_widget-5.scss */
    .node--list-widget-5 .inner {
      padding-top: 5px;
      padding-bottom: 10px; }
    /* line 92, ../sass/components/_widget-5.scss */
    .node--list-widget-5 .field--name-field-custom-title {
      padding-left: 42px;
      padding-right: 42px; }
    /* line 97, ../sass/components/_widget-5.scss */
    .node--list-widget-5 .field--name-field-top-text {
      padding: 0 42px 0 42px; }
    /* line 101, ../sass/components/_widget-5.scss */
    .node--list-widget-5 .field--name-field-bottom-text {
      padding: 16px 42px 0 42px; }
    /* line 105, ../sass/components/_widget-5.scss */
    .node--list-widget-5 .field--name-field-items-w5 {
      margin: 0 42px 0 42px; }
    /* line 109, ../sass/components/_widget-5.scss */
    .node--list-widget-5 .field--name-field-items-w5 .field-collection-view {
      margin: 0; }

  /* default style */
  /* field collection item wrapper */
  /* line 115, ../sass/components/_widget-5.scss */
  .field--name-field-items-w5 > .field__items > .field__item {
    float: none;
    width: auto; }

  /* line 119, ../sass/components/_widget-5.scss */
  .field--name-field-items-w5 > .field__items > .field__item:nth-child(2n+3) {
    clear: none; } }
/* widget 6: style 1 = one column, style 2 = two columns */
/* default style - style-1 viewmode is the default, so we not making it specific */
/* line 4, ../sass/components/_widget-6.scss */
.node--marketo-form-widget-6 {
  background-color: #fff;
  overflow: hidden;
  /* node title */
  /* widget title */
  /* headings */
  /* text */
  /* form labels */
  /* field collections clean up */
  /* field collections wrapper */ }
  /* line 7, ../sass/components/_widget-6.scss */
  .node--marketo-form-widget-6 .inner {
    padding: 24px 24px 30px 24px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto; }
  /* line 14, ../sass/components/_widget-6.scss */
  .node--marketo-form-widget-6 .node__title {
    display: none; }
  /* line 19, ../sass/components/_widget-6.scss */
  .node--marketo-form-widget-6 .field--name-field-custom-title h1, .node--marketo-form-widget-6 .field--name-field-custom-title h2, .node--marketo-form-widget-6 .field--name-field-custom-title h3 {
    padding: 15px 0 28px 0; }
  /* line 24, ../sass/components/_widget-6.scss */
  .node--marketo-form-widget-6 .field--name-field-fc-title,
  .node--marketo-form-widget-6 .field--name-field-fc-form-heading {
    font-size: 19px;
    color: #007867;
    font-weight: 300;
    text-align: left; }
    /* line 30, ../sass/components/_widget-6.scss */
    .node--marketo-form-widget-6 .field--name-field-fc-title h2, .node--marketo-form-widget-6 .field--name-field-fc-title h3,
    .node--marketo-form-widget-6 .field--name-field-fc-form-heading h2,
    .node--marketo-form-widget-6 .field--name-field-fc-form-heading h3 {
      font-size: 19px;
      color: #007867;
      font-weight: 300;
      text-align: left; }
  /* line 38, ../sass/components/_widget-6.scss */
  .node--marketo-form-widget-6 .field--name-field-fc-text {
    text-align: left; }
  /* line 42, ../sass/components/_widget-6.scss */
  .node--marketo-form-widget-6 .mktoForm .mktoLabel {
    font-family: "AdelleSansRegular",serif;
    font-size: 13px;
    padding-bottom: 2px; }
  /* line 48, ../sass/components/_widget-6.scss */
  .node--marketo-form-widget-6 .field-collection-container {
    border-bottom: none;
    margin-bottom: 0;
    clear: both; }
  /* line 53, ../sass/components/_widget-6.scss */
  .node--marketo-form-widget-6 .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: none; }
  /* line 59, ../sass/components/_widget-6.scss */
  .node--marketo-form-widget-6 .field--name-field-items-w6 {
    margin-left: 0;
    margin-right: 0;
    text-align: center; }

/* variation for style 2 */
/* line 67, ../sass/components/_widget-6.scss */
.node--marketo-form-widget-6.node-view-mode-style-2 {
  /* left column */
  /* right column */
  /* field collections clean up */ }
  /* line 69, ../sass/components/_widget-6.scss */
  .node--marketo-form-widget-6.node-view-mode-style-2 .group-left-column {
    width: 50%;
    float: left;
    overflow: hidden;
    /* inner */ }
    /* line 74, ../sass/components/_widget-6.scss */
    .node--marketo-form-widget-6.node-view-mode-style-2 .group-left-column .group-left-inner {
      margin-right: 15px;
      border-top: 1px solid #dcdcdc;
      padding-top: 15px; }
  /* line 81, ../sass/components/_widget-6.scss */
  .node--marketo-form-widget-6.node-view-mode-style-2 .group-right-column {
    width: 50%;
    float: left;
    overflow: hidden; }
    /* line 85, ../sass/components/_widget-6.scss */
    .node--marketo-form-widget-6.node-view-mode-style-2 .group-right-column .group-right-inner {
      margin-left: 15px;
      border-top: 1px solid #dcdcdc;
      padding-top: 15px; }
  /* line 92, ../sass/components/_widget-6.scss */
  .node--marketo-form-widget-6.node-view-mode-style-2 .inner {
    max-width: 984px; }

/* for medium sized screens */
/* for small screen sizes - we not using breakpoint on this occasions as we need to go slightly largere here to deal with a fixed width form */
@media screen and (max-width: 730px) {
  /* default style */
  /* variation for style 2 */
  /* line 108, ../sass/components/_widget-6.scss */
  .node--marketo-form-widget-6.node-view-mode-style-2 {
    /* left column */
    /* right column */ }
    /* line 110, ../sass/components/_widget-6.scss */
    .node--marketo-form-widget-6.node-view-mode-style-2 .group-left-column {
      width: 100%;
      float: none;
      /* inner */ }
      /* line 114, ../sass/components/_widget-6.scss */
      .node--marketo-form-widget-6.node-view-mode-style-2 .group-left-column .group-left-inner {
        margin-right: 0;
        border-top: none;
        padding-top: 5px; }
    /* line 121, ../sass/components/_widget-6.scss */
    .node--marketo-form-widget-6.node-view-mode-style-2 .group-right-column {
      width: 100%;
      float: none; }
      /* line 124, ../sass/components/_widget-6.scss */
      .node--marketo-form-widget-6.node-view-mode-style-2 .group-right-column .group-right-inner {
        margin-left: 0;
        border-top: none;
        padding-top: 5px; } }
/* widget 7
 * style 1 = 3 columns
 * style 2 = 2 columns
 * style 3 = 1 column - centered text 
 * style 4 = 1 column - left aligned text (title top text and bottom texted centered)
 * style 5 = 1 column - larger title and top text (title, top text and bottom text left aligned)
 */
/* default style - style-1 viewmode is the default, so we not making it specific */
/* line 10, ../sass/components/_widget-7.scss */
.node--text-widget-7 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  overflow: hidden;
  /* node title */
  /* widget title */
  /* widget item title */
  /* widget item text */
  /* widget item call to action */
  /* field collections clean up */
  /* field collections wrapper */ }
  /* line 16, ../sass/components/_widget-7.scss */
  .node--text-widget-7 .node__title {
    display: none; }
  /* line 21, ../sass/components/_widget-7.scss */
  .node--text-widget-7 .field--name-field-custom-title h1, .node--text-widget-7 .field--name-field-custom-title h2, .node--text-widget-7 .field--name-field-custom-title h3 {
    padding: 15px 0 28px 0; }
  /* line 26, ../sass/components/_widget-7.scss */
  .node--text-widget-7 .field--name-field-fc-title {
    font-size: 22px;
    font-family: "AdelleSansRegular",serif;
    font-weight: 100;
    font-style: normal;
    color: #333333;
    text-rendering: optimizeLegibility;
    margin-top: 3px;
    margin-bottom: 8px;
    line-height: 1.4;
    /* override base styles */ }
    /* line 37, ../sass/components/_widget-7.scss */
    .node--text-widget-7 .field--name-field-fc-title h2, .node--text-widget-7 .field--name-field-fc-title h3 {
      margin: 0;
      font-size: 22px;
      font-family: "AdelleSansRegular",serif;
      font-weight: 100;
      font-style: normal;
      color: #333333;
      text-rendering: optimizeLegibility;
      line-height: 1.4; }
  /* line 49, ../sass/components/_widget-7.scss */
  .node--text-widget-7 .field--name-field-fc-text {
    font-family: inherit;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-rendering: optimizeLegibility; }
  /* line 59, ../sass/components/_widget-7.scss */
  .node--text-widget-7 .field--name-field-fc-call-to-action-m a {
    color: #007867;
    text-decoration: none;
    line-height: inherit;
    display: block;
    background-image: url("../images/green-right-arrow-small-on-white-background.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    padding: 2px 0 4px 18px; }
  /* line 69, ../sass/components/_widget-7.scss */
  .node--text-widget-7 .field--name-field-fc-call-to-action-m a:hover {
    color: #01948a;
    text-decoration: underline; }
  /* line 75, ../sass/components/_widget-7.scss */
  .node--text-widget-7 .field-collection-container {
    border-bottom: none;
    margin-bottom: 0;
    clear: both; }
  /* line 80, ../sass/components/_widget-7.scss */
  .node--text-widget-7 .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: none; }
  /* line 86, ../sass/components/_widget-7.scss */
  .node--text-widget-7 .field--name-field-items-w7 {
    margin-left: 35px;
    margin-right: 35px; }

/* default style */
/* field collection item wrapper */
/* line 93, ../sass/components/_widget-7.scss */
.field--name-field-items-w7 > .field__items > .field__item {
  float: left;
  width: 33.333%; }

/* field collection items */
/* line 98, ../sass/components/_widget-7.scss */
.field--name-field-items-w7 > .field__items > .field__item:nth-child(3n+4) {
  clear: left; }

/* field collection item inner */
/* line 102, ../sass/components/_widget-7.scss */
.field--name-field-items-w7 .field-collection-view {
  background-color: #fff;
  padding: 20px;
  margin: 0 3px 6px 3px;
  overflow: hidden; }

/* variations when viewmode style 2 applied */
/* line 111, ../sass/components/_widget-7.scss */
.node--text-widget-7.node-view-mode-style-2 {
  /* field collection item wrapper */
  /* field collection items */ }
  /* line 113, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-2 .field--name-field-items-w7 > .field__items > .field__item {
    float: left;
    width: 50%; }
  /* line 118, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-2 .field--name-field-items-w7 > .field__items > .field__item:nth-child(3n+4) {
    clear: none; }
  /* line 121, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-2 .field--name-field-items-w7 > .field__items > .field__item:nth-child(2n+3) {
    clear: left; }

/* variations when viewmode style 3 applied */
/* line 127, ../sass/components/_widget-7.scss */
.node--text-widget-7.node-view-mode-style-3 {
  /* field collection item wrapper */
  /* field collection items */ }
  /* line 129, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-3 .field--name-field-items-w7 > .field__items > .field__item {
    float: none;
    width: 100%;
    max-width: 758px;
    margin-left: auto;
    margin-right: auto; }
  /* line 137, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-3 .field--name-field-items-w7 > .field__items > .field__item:nth-child(3n+4) {
    clear: none; }
  /* line 140, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-3 .field--name-field-items-w7 > .field__items > .field__item:nth-child(2n+3) {
    clear: none; }

/* variations when viewmode style 4 applied */
/* line 146, ../sass/components/_widget-7.scss */
.node--text-widget-7.node-view-mode-style-4 {
  /* field collection item wrapper */
  /* field collection items */
  /* field collection view */
  /* widget item call to action */ }
  /* line 148, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-4 .field--name-field-items-w7 {
    margin-left: 0;
    margin-right: 0; }
  /* line 152, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-4 .field--name-field-items-w7 > .field__items > .field__item {
    float: none;
    width: 100%;
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto; }
  /* line 160, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-4 .field--name-field-items-w7 > .field__items > .field__item:nth-child(3n+4) {
    clear: none; }
  /* line 163, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-4 .field--name-field-items-w7 > .field__items > .field__item:nth-child(2n+3) {
    clear: none; }
  /* line 167, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-4 .field-collection-view {
    padding: 0 20px;
    margin: 0 3px 0px 3px; }
  /* line 172, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-4 .field--name-field-fc-call-to-action-m {
    padding-bottom: 20px; }

/* variations when viewmode style 5 applied */
/* line 178, ../sass/components/_widget-7.scss */
.node--text-widget-7.node-view-mode-style-5 {
  /* field collection item wrapper */
  /* field collection items */
  /* field collection view */
  /* custom title */
  /* top text */
  /* widget item call to action */
  /* bottom text */ }
  /* line 180, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-5 .field--name-field-items-w7 {
    margin-left: 0;
    margin-right: 0; }
  /* line 184, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-5 .field--name-field-items-w7 > .field__items > .field__item {
    float: none;
    width: 100%;
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto; }
  /* line 192, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-5 .field--name-field-items-w7 > .field__items > .field__item:nth-child(3n+4) {
    clear: none; }
  /* line 195, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-5 .field--name-field-items-w7 > .field__items > .field__item:nth-child(2n+3) {
    clear: none; }
  /* line 199, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-5 .field-collection-view {
    padding: 0 20px;
    margin: 0 3px 0px 3px; }
  /* line 204, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-5 .field--name-field-custom-title {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1072px;
    margin-left: auto;
    margin-right: auto; }
    /* line 210, ../sass/components/_widget-7.scss */
    .node--text-widget-7.node-view-mode-style-5 .field--name-field-custom-title h1, .node--text-widget-7.node-view-mode-style-5 .field--name-field-custom-title h2, .node--text-widget-7.node-view-mode-style-5 .field--name-field-custom-title h3 {
      color: #333;
      font-family: "AdelleSansRegular",sans-serif;
      font-weight: 100;
      text-align: left;
      text-transform: none;
      font-size: 34px;
      padding-top: 35px; }
    /* line 219, ../sass/components/_widget-7.scss */
    .node--text-widget-7.node-view-mode-style-5 .field--name-field-custom-title h1:after, .node--text-widget-7.node-view-mode-style-5 .field--name-field-custom-title h2:after, .node--text-widget-7.node-view-mode-style-5 .field--name-field-custom-title h3:after {
      content: ' ';
      display: none; }
  /* line 225, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-5 .field--name-field-top-text {
    text-align: left;
    width: 100%;
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
    font-family: "AdelleSansRegular", serif;
    font-size: 22px;
    font-weight: 100;
    color: #333;
    margin-bottom: 5px;
    line-height: 1.4; }
    /* line 237, ../sass/components/_widget-7.scss */
    .node--text-widget-7.node-view-mode-style-5 .field--name-field-top-text p {
      font-size: 22px;
      font-weight: 100;
      color: #333;
      margin-bottom: 5px;
      line-height: 1.4;
      margin-bottom: 20px; }
  /* line 247, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-5 .field--name-field-fc-call-to-action-m {
    padding-bottom: 20px; }
  /* line 251, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-5 .field--name-field-bottom-text {
    text-align: left;
    float: none;
    width: 100%;
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto; }

/* for medium sized screens */
@media (min-width: 40.063em) and (max-width: 64em) {
  /* default style */
  /* line 265, ../sass/components/_widget-7.scss */
  .node--text-widget-7 {
    /* widget title */
    /* widget top text */
    /* widget bottom text */
    /* widget item title */
    /* widget item text */
    /* widget item call to action */ }
    /* line 267, ../sass/components/_widget-7.scss */
    .node--text-widget-7 .field--name-field-custom-title {
      padding-left: 42px;
      padding-right: 42px; }
    /* line 272, ../sass/components/_widget-7.scss */
    .node--text-widget-7 .field--name-field-top-text {
      padding: 0 42px 0 42px; }
    /* line 276, ../sass/components/_widget-7.scss */
    .node--text-widget-7 .field--name-field-bottom-text {
      padding: 16px 42px 0 42px; }
    /* line 280, ../sass/components/_widget-7.scss */
    .node--text-widget-7 .field--name-field-fc-title {
      margin-left: 0; }
    /* line 284, ../sass/components/_widget-7.scss */
    .node--text-widget-7 .field--name-field-fc-text {
      margin-left: 0; }
    /* line 288, ../sass/components/_widget-7.scss */
    .node--text-widget-7 .field--name-field-fc-call-to-action-m {
      margin-left: 0; }

  /* variations when viewmode style 5 applied */
  /* line 293, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-5 {
    /* widget top text */
    /* widget bottom text */ }
    /* line 295, ../sass/components/_widget-7.scss */
    .node--text-widget-7.node-view-mode-style-5 .field--name-field-top-text {
      padding: 0 24px 0 24px; }
    /* line 299, ../sass/components/_widget-7.scss */
    .node--text-widget-7.node-view-mode-style-5 .field--name-field-bottom-text {
      padding: 16px 24px 0 24px; } }
/* for small screen sizes */
@media (min-width: 0em) and (max-width: 40em) {
  /* default style */
  /* line 309, ../sass/components/_widget-7.scss */
  .node--text-widget-7 {
    padding-top: 5px;
    padding-bottom: 10px;
    /* widget title */
    /* widget top text */
    /* widget bottom text */
    /* widget item title */
    /* widget item text */
    /* widget item call to action */ }
    /* line 313, ../sass/components/_widget-7.scss */
    .node--text-widget-7 .field--name-field-custom-title {
      padding-left: 42px;
      padding-right: 42px; }
    /* line 318, ../sass/components/_widget-7.scss */
    .node--text-widget-7 .field--name-field-top-text {
      padding: 0 42px 0 42px; }
    /* line 322, ../sass/components/_widget-7.scss */
    .node--text-widget-7 .field--name-field-bottom-text {
      padding: 16px 42px 0 42px; }
    /* line 326, ../sass/components/_widget-7.scss */
    .node--text-widget-7 .field--name-field-fc-title {
      margin-left: 0;
      text-align: center;
      color: #f01d14; }
      /* line 330, ../sass/components/_widget-7.scss */
      .node--text-widget-7 .field--name-field-fc-title h2, .node--text-widget-7 .field--name-field-fc-title h3 {
        text-align: center;
        color: #f01d14; }
    /* line 336, ../sass/components/_widget-7.scss */
    .node--text-widget-7 .field--name-field-fc-text {
      text-align: center; }
    /* line 340, ../sass/components/_widget-7.scss */
    .node--text-widget-7 .field--name-field-fc-call-to-action-m {
      text-align: center; }
      /* line 342, ../sass/components/_widget-7.scss */
      .node--text-widget-7 .field--name-field-fc-call-to-action-m a {
        display: inline-block;
        *display: inline;
        zoom: 1;
        background-image: none;
        padding-left: 0;
        margin-bottom: 5px; }

  /* default style */
  /* field collection item wrapper */
  /* line 354, ../sass/components/_widget-7.scss */
  .field--name-field-items-w7 > .field__items > .field__item {
    float: none;
    width: auto; }

  /* line 358, ../sass/components/_widget-7.scss */
  .field--name-field-items-w7 > .field__items > .field__item:nth-child(3n+4) {
    clear: none; }

  /* variations when viewmode style 2 applied */
  /* line 362, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-2 {
    /* field collection item wrapper */
    /* field collection items */ }
    /* line 364, ../sass/components/_widget-7.scss */
    .node--text-widget-7.node-view-mode-style-2 .field--name-field-items-w7 > .field__items > .field__item {
      float: none;
      width: auto; }
    /* line 369, ../sass/components/_widget-7.scss */
    .node--text-widget-7.node-view-mode-style-2 .field--name-field-items-w7 > .field__items > .field__item:nth-child(2n+3) {
      clear: none; }

  /* variations when viewmode style 3 applied */
  /* line 374, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-3 {
    /* field collection item wrapper */ }
    /* line 376, ../sass/components/_widget-7.scss */
    .node--text-widget-7.node-view-mode-style-3 .field--name-field-items-w7 > .field__items > .field__item {
      float: none;
      width: auto; }

  /* variations when viewmode style 4 applied */
  /* line 382, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-4 {
    /* field collection item wrapper */
    /* widget item title */
    /* widget item text */
    /* widget item call to action */ }
    /* line 384, ../sass/components/_widget-7.scss */
    .node--text-widget-7.node-view-mode-style-4 .field--name-field-items-w7 > .field__items > .field__item {
      float: none;
      width: auto; }
    /* line 389, ../sass/components/_widget-7.scss */
    .node--text-widget-7.node-view-mode-style-4 .field--name-field-fc-title {
      text-align: left;
      color: #333333;
      /* override base styles */ }
      /* line 393, ../sass/components/_widget-7.scss */
      .node--text-widget-7.node-view-mode-style-4 .field--name-field-fc-title h2, .node--text-widget-7.node-view-mode-style-4 .field--name-field-fc-title h3 {
        text-align: left;
        color: #333333; }
    /* line 399, ../sass/components/_widget-7.scss */
    .node--text-widget-7.node-view-mode-style-4 .field--name-field-fc-text {
      text-align: left; }
    /* line 403, ../sass/components/_widget-7.scss */
    .node--text-widget-7.node-view-mode-style-4 .field--name-field-fc-call-to-action-m {
      text-align: left; }
      /* line 405, ../sass/components/_widget-7.scss */
      .node--text-widget-7.node-view-mode-style-4 .field--name-field-fc-call-to-action-m a {
        color: #007867;
        text-decoration: none;
        line-height: inherit;
        display: block;
        background-image: url("../images/green-right-arrow-small-on-white-background.jpg");
        background-repeat: no-repeat;
        background-position: left top;
        padding: 2px 0 4px 18px;
        margin-bottom: 0; }
      /* line 416, ../sass/components/_widget-7.scss */
      .node--text-widget-7.node-view-mode-style-4 .field--name-field-fc-call-to-action-m a:hover {
        color: #01948a;
        text-decoration: underline; }

  /* variations when viewmode style 5 applied */
  /* line 423, ../sass/components/_widget-7.scss */
  .node--text-widget-7.node-view-mode-style-5 {
    /* field collection item wrapper */
    /* widget item title */
    /* widget item text */
    /* widget item call to action */
    /* widget top text */
    /* widget bottom text */ }
    /* line 425, ../sass/components/_widget-7.scss */
    .node--text-widget-7.node-view-mode-style-5 .field--name-field-items-w7 > .field__items > .field__item {
      float: none;
      width: auto; }
    /* line 430, ../sass/components/_widget-7.scss */
    .node--text-widget-7.node-view-mode-style-5 .field--name-field-fc-title {
      text-align: left;
      color: #333333;
      /* override base styles */ }
      /* line 434, ../sass/components/_widget-7.scss */
      .node--text-widget-7.node-view-mode-style-5 .field--name-field-fc-title h2, .node--text-widget-7.node-view-mode-style-5 .field--name-field-fc-title h3 {
        text-align: left;
        color: #333333; }
    /* line 440, ../sass/components/_widget-7.scss */
    .node--text-widget-7.node-view-mode-style-5 .field--name-field-fc-text {
      text-align: left; }
    /* line 444, ../sass/components/_widget-7.scss */
    .node--text-widget-7.node-view-mode-style-5 .field--name-field-fc-call-to-action-m {
      text-align: left; }
      /* line 446, ../sass/components/_widget-7.scss */
      .node--text-widget-7.node-view-mode-style-5 .field--name-field-fc-call-to-action-m a {
        color: #007867;
        text-decoration: none;
        line-height: inherit;
        display: block;
        background-image: url("../images/green-right-arrow-small-on-white-background.jpg");
        background-repeat: no-repeat;
        background-position: left top;
        padding: 2px 0 4px 18px;
        margin-bottom: 0; }
      /* line 457, ../sass/components/_widget-7.scss */
      .node--text-widget-7.node-view-mode-style-5 .field--name-field-fc-call-to-action-m a:hover {
        color: #01948a;
        text-decoration: underline; }
    /* line 463, ../sass/components/_widget-7.scss */
    .node--text-widget-7.node-view-mode-style-5 .field--name-field-top-text {
      padding: 0 24px 0 24px; }
    /* line 467, ../sass/components/_widget-7.scss */
    .node--text-widget-7.node-view-mode-style-5 .field--name-field-bottom-text {
      padding: 16px 24px 0 24px; } }
/* widget 8: style 1 = one column */
/* default style - style-1 viewmode is the default, so we not making it specific */
/* line 4, ../sass/components/_widget-8.scss */
.node--cta-download-widget-8 {
  background-color: #fff;
  overflow: hidden;
  /* widget content inner wrapper */
  /* node title */
  /* widget title */
  /* download call to action button */
  /* field collections clean up */
  /* field collections wrapper */ }
  /* line 8, ../sass/components/_widget-8.scss */
  .node--cta-download-widget-8 .inner {
    padding-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden; }
  /* line 15, ../sass/components/_widget-8.scss */
  .node--cta-download-widget-8 .node__title {
    display: none; }
  /* line 20, ../sass/components/_widget-8.scss */
  .node--cta-download-widget-8 .field--name-field-custom-title h1, .node--cta-download-widget-8 .field--name-field-custom-title h2, .node--cta-download-widget-8 .field--name-field-custom-title h3 {
    padding: 15px 0 28px 0; }
  /* line 25, ../sass/components/_widget-8.scss */
  .node--cta-download-widget-8 .field--name-field-fc-download-file {
    display: inline-block;
    *display: inline;
    zoom: 1; }
    /* line 29, ../sass/components/_widget-8.scss */
    .node--cta-download-widget-8 .field--name-field-fc-download-file a {
      font-size: 16px;
      padding: 8px 25.6px 6px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      -webkit-transition: background 0.3s ease-in-out;
      -moz-transition: background 0.3s ease-in-out;
      -o-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out;
      cursor: pointer;
      font-family: "AdelleSansRegular",sans-serif;
      font-weight: 400;
      line-height: normal;
      margin: 0;
      position: relative;
      text-decoration: none;
      text-align: center;
      color: #fff;
      background-color: #007867;
      display: inline-block;
      *display: inline;
      zoom: 1; }
    /* line 55, ../sass/components/_widget-8.scss */
    .node--cta-download-widget-8 .field--name-field-fc-download-file a:hover {
      background-color: #00948a; }
    /* line 58, ../sass/components/_widget-8.scss */
    .node--cta-download-widget-8 .field--name-field-fc-download-file .file-icon {
      display: none; }
  /* line 63, ../sass/components/_widget-8.scss */
  .node--cta-download-widget-8 .field-collection-container {
    border-bottom: none;
    margin-bottom: 0;
    clear: both; }
  /* line 68, ../sass/components/_widget-8.scss */
  .node--cta-download-widget-8 .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: none; }
  /* line 74, ../sass/components/_widget-8.scss */
  .node--cta-download-widget-8 .field--name-field-items-w8 {
    margin-left: 0;
    margin-right: 0;
    text-align: center; }

/* variation for style 2 */
/* line 82, ../sass/components/_widget-8.scss */
.node--cta-download-widget-8.node-view-mode-style-2 {
  /* classes to override here */ }

/* for medium sized screens */
/* for small screen sizes */
@media (min-width: 0em) and (max-width: 40em) {
  /* default style */
  /* line 93, ../sass/components/_widget-8.scss */
  .node--cta-download-widget-8 {
    /* download call to action button */ }
    /* line 95, ../sass/components/_widget-8.scss */
    .node--cta-download-widget-8 .field--name-field-fc-download-file {
      display: block;
      text-align: center;
      padding-left: 42px;
      padding-right: 42px; } }
/* widget 9: style 1 = 3 columns, style 2 = 2 columns */
/* default style - style-1 viewmode is the default, so we not making it specific */
/* line 4, ../sass/components/_widget-9.scss */
.node--icons-text-links-widget-9 {
  background-color: #fff;
  overflow: hidden;
  /* widget content inner wrapper */
  /* node title */
  /* widget title */
  /* widget item image */
  /* widget item title */
  /* widget item text */
  /* widget item call to action */
  /* field collections clean up */
  /* field collections wrapper */ }
  /* line 8, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9 .inner {
    padding-top: 20px;
    padding-bottom: 20px; }
  /* line 13, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9 .node__title {
    display: none; }
  /* line 18, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9 .field--name-field-custom-title h1, .node--icons-text-links-widget-9 .field--name-field-custom-title h2, .node--icons-text-links-widget-9 .field--name-field-custom-title h3 {
    padding: 15px 0 28px 0; }
  /* line 23, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9 .field--name-field-fc-image img {
    float: left; }
  /* line 27, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9 .field--name-field-fc-title {
    font-size: 22px;
    font-family: "AdelleSansRegular",serif;
    font-weight: 100;
    font-style: normal;
    color: #333333;
    text-rendering: optimizeLegibility;
    margin-top: 3px;
    margin-bottom: 8px;
    line-height: 1.4;
    margin-left: 137px;
    /* override base styles */ }
    /* line 39, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9 .field--name-field-fc-title h2, .node--icons-text-links-widget-9 .field--name-field-fc-title h3 {
      margin: 0;
      font-size: 22px;
      font-family: "AdelleSansRegular",serif;
      font-weight: 100;
      font-style: normal;
      color: #333333;
      text-rendering: optimizeLegibility;
      line-height: 1.4; }
  /* line 51, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9 .field--name-field-fc-text {
    font-family: inherit;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-rendering: optimizeLegibility;
    margin-left: 137px; }
  /* line 61, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9 .field--name-field-fc-call-to-action-m {
    margin-left: 137px; }
    /* line 63, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9 .field--name-field-fc-call-to-action-m a {
      color: #007867;
      text-decoration: none;
      line-height: inherit;
      display: block;
      background-image: url("../images/green-right-arrow-small-on-white-background.jpg");
      background-repeat: no-repeat;
      background-position: left top;
      padding: 2px 0 4px 18px; }
    /* line 73, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9 .field--name-field-fc-call-to-action-m a:hover {
      color: #01948a;
      text-decoration: underline; }
  /* line 79, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9 .field-collection-container {
    border-bottom: none;
    margin-bottom: 0;
    clear: both; }
  /* line 84, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9 .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: none; }
  /* line 90, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9 .field--name-field-items-w9 {
    margin-left: 35px;
    margin-right: 35px; }

/* default style */
/* field collection item wrapper */
/* line 97, ../sass/components/_widget-9.scss */
.field--name-field-items-w9 > .field__items > .field__item {
  float: left;
  width: 33.333%; }

/* field collection items */
/* line 102, ../sass/components/_widget-9.scss */
.field--name-field-items-w9 > .field__items > .field__item:nth-child(3n+4) {
  clear: left; }

/* field collection item inner */
/* line 106, ../sass/components/_widget-9.scss */
.field--name-field-items-w9 .field-collection-view {
  background-color: #fff;
  padding: 20px;
  margin: 0 3px 6px 3px;
  overflow: hidden; }

/* variations when viewmode style 2 applied */
/* line 114, ../sass/components/_widget-9.scss */
.node--icons-text-links-widget-9.node-view-mode-style-2 {
  /* field collection item wrapper */
  /* field collection items */
  /* widget item title */
  /* widget item text */
  /* widget item call to action */ }
  /* line 116, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9.node-view-mode-style-2 .field--name-field-items-w9 > .field__items > .field__item {
    float: left;
    width: 50%; }
  /* line 121, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9.node-view-mode-style-2 .field--name-field-items-w9 > .field__items > .field__item:nth-child(3n+4) {
    clear: none; }
  /* line 124, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9.node-view-mode-style-2 .field--name-field-items-w9 > .field__items > .field__item:nth-child(2n+3) {
    clear: left; }
  /* line 128, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9.node-view-mode-style-2 .field--name-field-fc-title {
    margin-left: 160px; }
  /* line 132, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9.node-view-mode-style-2 .field--name-field-fc-text {
    margin-left: 160px; }
  /* line 136, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9.node-view-mode-style-2 .field--name-field-fc-call-to-action-m {
    margin-left: 160px; }

/* variations when viewmode style 3 applied */
/* line 142, ../sass/components/_widget-9.scss */
.node--icons-text-links-widget-9.node-view-mode-style-3 {
  /* widget title */
  /* field collection item inner */
  /* widget item image */
  /* widget item title */
  /* widget item text */
  /* widget item call to action */ }
  /* line 144, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9.node-view-mode-style-3 .field--name-field-custom-title {
    font-weight: 100;
    font-style: normal;
    font-size: 32px;
    line-height: 1.4;
    color: #393939;
    text-transform: none; }
    /* line 151, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9.node-view-mode-style-3 .field--name-field-custom-title h1, .node--icons-text-links-widget-9.node-view-mode-style-3 .field--name-field-custom-title h2, .node--icons-text-links-widget-9.node-view-mode-style-3 .field--name-field-custom-title h3 {
      font-weight: 100;
      font-style: normal;
      font-size: 32px;
      line-height: 1.4;
      color: #393939;
      text-transform: none;
      padding: 15px 0 28px 0; }
    /* line 160, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9.node-view-mode-style-3 .field--name-field-custom-title h1::after,
    .node--icons-text-links-widget-9.node-view-mode-style-3 .field--name-field-custom-title h2::after,
    .node--icons-text-links-widget-9.node-view-mode-style-3 .field--name-field-custom-title h3::after {
      display: none; }
  /* line 167, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9.node-view-mode-style-3 .field--name-field-items-w9 .field-collection-view {
    background-color: transparent;
    padding-bottom: 0; }
  /* line 172, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9.node-view-mode-style-3 .field--name-field-fc-image img {
    float: none;
    margin-bottom: 30px; }
  /* line 176, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9.node-view-mode-style-3 .field--name-field-fc-image {
    text-align: center; }
  /* line 180, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9.node-view-mode-style-3 .field--name-field-fc-title {
    margin-left: 0;
    text-align: center;
    color: #f01d14; }
    /* line 184, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9.node-view-mode-style-3 .field--name-field-fc-title h2, .node--icons-text-links-widget-9.node-view-mode-style-3 .field--name-field-fc-title h3 {
      text-align: center;
      color: #f01d14;
      font-weight: 100;
      font-size: 16px;
      line-height: 1.6; }
  /* line 193, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9.node-view-mode-style-3 .field--name-field-fc-text {
    margin-left: 0;
    text-align: center; }
  /* line 198, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9.node-view-mode-style-3 .field--name-field-fc-call-to-action-m {
    margin-left: 0;
    text-align: center; }
    /* line 201, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9.node-view-mode-style-3 .field--name-field-fc-call-to-action-m a {
      display: inline-block;
      *display: inline;
      zoom: 1;
      background-image: none;
      padding-left: 0;
      margin-bottom: 5px; }

/* for medium sized screens */
@media (min-width: 40.063em) and (max-width: 64em) {
  /* default style */
  /* line 215, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9 {
    /* widget title */
    /* widget top text */
    /* widget bottom text */
    /* widget item image */
    /* widget item title */
    /* widget item text */
    /* widget item call to action */ }
    /* line 217, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9 .field--name-field-custom-title {
      padding-left: 42px;
      padding-right: 42px; }
    /* line 222, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9 .field--name-field-top-text {
      padding: 0 42px 0 42px; }
    /* line 226, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9 .field--name-field-bottom-text {
      padding: 16px 42px 0 42px; }
    /* line 230, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9 .field--name-field-fc-image img {
      float: none;
      margin-bottom: 15px; }
    /* line 234, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9 .field--name-field-fc-image {
      text-align: center; }
    /* line 238, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9 .field--name-field-fc-title {
      margin-left: 0; }
    /* line 242, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9 .field--name-field-fc-text {
      margin-left: 0; }
    /* line 246, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9 .field--name-field-fc-call-to-action-m {
      margin-left: 0; }

  /* variations when viewmode style 2 applied */
  /* line 251, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9.node-view-mode-style-2 {
    /* widget item title */
    /* widget item text */
    /* widget item call to action */ }
    /* line 253, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9.node-view-mode-style-2 .field--name-field-fc-title {
      margin-left: 0; }
    /* line 257, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9.node-view-mode-style-2 .field--name-field-fc-text {
      margin-left: 0; }
    /* line 261, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9.node-view-mode-style-2 .field--name-field-fc-call-to-action-m {
      margin-left: 0; }

  /* variations when viewmode style 3 applied */
  /* line 267, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9.node-view-mode-style-3 .field--name-field-fc-image img {
    margin-bottom: 15px; } }
/* for small screen sizes */
@media (min-width: 0em) and (max-width: 40em) {
  /* default style */
  /* line 276, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9 {
    /* widget content inner wrapper */
    /* widget title */
    /* widget top text */
    /* widget bottom text */
    /* widget item image */
    /* widget item title */
    /* widget item text */
    /* widget item call to action */ }
    /* line 278, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9 .inner {
      padding-top: 5px;
      padding-bottom: 10px; }
    /* line 283, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9 .field--name-field-custom-title {
      padding-left: 42px;
      padding-right: 42px; }
    /* line 288, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9 .field--name-field-top-text {
      padding: 0 42px 0 42px; }
    /* line 292, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9 .field--name-field-bottom-text {
      padding: 16px 42px 0 42px; }
    /* line 296, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9 .field--name-field-fc-image img {
      float: none;
      margin-bottom: 15px; }
    /* line 300, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9 .field--name-field-fc-image {
      text-align: center; }
    /* line 304, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9 .field--name-field-fc-title {
      margin-left: 0;
      text-align: center;
      color: #f01d14; }
      /* line 308, ../sass/components/_widget-9.scss */
      .node--icons-text-links-widget-9 .field--name-field-fc-title h2, .node--icons-text-links-widget-9 .field--name-field-fc-title h3 {
        text-align: center;
        color: #f01d14; }
    /* line 314, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9 .field--name-field-fc-text {
      margin-left: 0;
      text-align: center; }
    /* line 319, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9 .field--name-field-fc-call-to-action-m {
      margin-left: 0;
      text-align: center; }
      /* line 322, ../sass/components/_widget-9.scss */
      .node--icons-text-links-widget-9 .field--name-field-fc-call-to-action-m a {
        display: inline-block;
        *display: inline;
        zoom: 1;
        background-image: none;
        padding-left: 0;
        margin-bottom: 5px; }

  /* default style */
  /* field collection item wrapper */
  /* line 334, ../sass/components/_widget-9.scss */
  .field--name-field-items-w9 > .field__items > .field__item {
    float: none;
    width: auto; }

  /* line 338, ../sass/components/_widget-9.scss */
  .field--name-field-items-w9 > .field__items > .field__item:nth-child(3n+4) {
    clear: none; }

  /* variations when viewmode style 2 applied */
  /* line 342, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9.node-view-mode-style-2 {
    /* field collection item wrapper */
    /* field collection items */
    /* widget item title */
    /* widget item text */
    /* widget item call to action */ }
    /* line 344, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9.node-view-mode-style-2 .field--name-field-items-w9 > .field__items > .field__item {
      float: none;
      width: auto; }
    /* line 349, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9.node-view-mode-style-2 .field--name-field-items-w9 > .field__items > .field__item:nth-child(2n+3) {
      clear: none; }
    /* line 353, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9.node-view-mode-style-2 .field--name-field-fc-title {
      margin-left: 0; }
    /* line 357, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9.node-view-mode-style-2 .field--name-field-fc-text {
      margin-left: 0; }
    /* line 361, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9.node-view-mode-style-2 .field--name-field-fc-call-to-action-m {
      margin-left: 0; }

  /* variations when viewmode style 3 applied */
  /* line 366, ../sass/components/_widget-9.scss */
  .node--icons-text-links-widget-9.node-view-mode-style-3 {
    /* field collection item inner */
    /* widget title */
    /* widget item image */ }
    /* line 368, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9.node-view-mode-style-3 .field--name-field-items-w9 .field-collection-view {
      background-color: #fff;
      padding-bottom: 20px; }
    /* line 373, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9.node-view-mode-style-3 .field--name-field-custom-title {
      font-size: 26px; }
      /* line 375, ../sass/components/_widget-9.scss */
      .node--icons-text-links-widget-9.node-view-mode-style-3 .field--name-field-custom-title h1, .node--icons-text-links-widget-9.node-view-mode-style-3 .field--name-field-custom-title h2, .node--icons-text-links-widget-9.node-view-mode-style-3 .field--name-field-custom-title h3 {
        font-size: 26px;
        padding-bottom: 15px; }
    /* line 381, ../sass/components/_widget-9.scss */
    .node--icons-text-links-widget-9.node-view-mode-style-3 .field--name-field-fc-image img {
      margin-bottom: 15px; } }
/* CTA secondary widget - call to action white */
/* line 2, ../sass/components/_widgets.scss */
.node--cta-secondary-widget--full {
  background-color: #fff;
  overflow: hidden;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc; }
  /* line 7, ../sass/components/_widgets.scss */
  .node--cta-secondary-widget--full .inner {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 25px;
    padding-bottom: 30px; }
  /* line 13, ../sass/components/_widgets.scss */
  .node--cta-secondary-widget--full .field--name-field-contact-button-label {
    display: block;
    text-align: center; }
  /* line 19, ../sass/components/_widgets.scss */
  .node--cta-secondary-widget--full .field--name-field-contact-button-label a {
    font-size: 16px;
    padding: 8px 25.6px 6px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    cursor: pointer;
    font-family: "AdelleSansRegular",sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #007867;
    display: inline-block; }
  /* line 43, ../sass/components/_widgets.scss */
  .node--cta-secondary-widget--full .field--name-field-contact-button-label a:hover {
    background-color: #00948a; }
  /* line 46, ../sass/components/_widgets.scss */
  .node--cta-secondary-widget--full .field--name-field-call-to-action-intro {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
    max-width: 828px;
    padding: 0; }

/* variation for extra styles */
/*
.grey-background-no-bottom-border.node--cta-secondary-widget--full {
	background-color: #f7f7f7;
	.field--name-field-contact-button-label {
		margin-bottom: 0;
		border-bottom: none;
	}
}
.extra-top-spacing.node--cta-secondary-widget--full {
	padding-top: 40px;
}
*/
/* Teasers widget */
/* line 72, ../sass/components/_widgets.scss */
.node--teasers-widget--full {
  background-color: #fff;
  overflow: hidden;
  /* override field collections CSS */
  /* individual teaser items - wrapper */
  /* field collection items */
  /* individual teaser items - inner */
  /* teaser image */
  /* teaser title */
  /* teaser text */ }
  /* line 75, ../sass/components/_widgets.scss */
  .node--teasers-widget--full .inner {
    max-width: 1066px;
    padding-left: 21px;
    padding-right: 21px;
    margin-left: auto;
    margin-right: auto; }
  /* line 83, ../sass/components/_widgets.scss */
  .node--teasers-widget--full .field-collection-container {
    border-bottom: none;
    margin-bottom: 0; }
  /* line 87, ../sass/components/_widgets.scss */
  .node--teasers-widget--full .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: 0;
    overflow: hidden; }
  /* line 94, ../sass/components/_widgets.scss */
  .node--teasers-widget--full .field--name-field-teasers > .field__items > .field__item {
    width: 33.3%;
    float: left;
    margin-bottom: 16px; }
  /* line 100, ../sass/components/_widgets.scss */
  .node--teasers-widget--full .field--name-field-teasers > .field__items > .field__item:nth-child(3n+4) {
    clear: left; }
  /* line 104, ../sass/components/_widgets.scss */
  .node--teasers-widget--full .field-collection-item-field-teasers {
    padding: 0 3px; }
  /* line 109, ../sass/components/_widgets.scss */
  .node--teasers-widget--full .field--name-field-teaser-image img {
    /* override site default */
    vertical-align: top; }
  /* line 115, ../sass/components/_widgets.scss */
  .node--teasers-widget--full .field--name-field-custom-title {
    /* override base styles */
    color: #007867;
    font-family: "AdelleSansRegular",sans-serif;
    font-weight: 300;
    font-size: 20px;
    margin: 0;
    text-align: left;
    text-transform: none;
    /* link inside title field */ }
    /* line 125, ../sass/components/_widgets.scss */
    .node--teasers-widget--full .field--name-field-custom-title a {
      display: block;
      color: #007867;
      font-size: 20px;
      background-color: #fff;
      margin-left: 25px;
      padding-left: 34px;
      padding-right: 59px;
      padding-top: 21px;
      max-width: 313px;
      position: relative;
      top: -41px;
      margin-bottom: -41px;
      padding-bottom: 16px;
      background-image: url("../images/green-right-arrow-on-white-background.jpg");
      background-repeat: no-repeat;
      background-position: 19px 21px;
      line-height: 1.3; }
  /* line 146, ../sass/components/_widgets.scss */
  .node--teasers-widget--full .field--name-field-teaser-text {
    display: block;
    margin-left: 59px;
    margin-right: 59px;
    margin-bottom: 40px;
    max-width: 220px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 100;
    margin-bottom: 20px;
    text-rendering: optimizeLegibility; }

/* for medium sized screens */
@media (min-width: 40.063em) and (max-width: 64em) {
  /* line 161, ../sass/components/_widgets.scss */
  .node--teasers-widget--full {
    /* individual teaser items - wrapper */
    /* field collection items */ }
    /* line 162, ../sass/components/_widgets.scss */
    .node--teasers-widget--full .inner {
      max-width: 686px; }
    /* line 166, ../sass/components/_widgets.scss */
    .node--teasers-widget--full .field--name-field-teasers > .field__items > .field__item {
      width: 50%;
      float: left; }
    /* line 171, ../sass/components/_widgets.scss */
    .node--teasers-widget--full .field--name-field-teasers > .field__items > .field__item:nth-child(3n+4) {
      clear: none; }
    /* line 174, ../sass/components/_widgets.scss */
    .node--teasers-widget--full .field--name-field-teasers > .field__items > .field__item:nth-child(2n+3) {
      clear: left; } }
/* for small screens */
@media (min-width: 0em) and (max-width: 40em) {
  /* line 181, ../sass/components/_widgets.scss */
  .node--teasers-widget--full {
    max-width: 380px;
    /* individual teaser items - wrapper */
    /* field collection items */ }
    /* line 184, ../sass/components/_widgets.scss */
    .node--teasers-widget--full .field--name-field-teasers > .field__items > .field__item {
      float: none;
      width: 100%; }
    /* line 189, ../sass/components/_widgets.scss */
    .node--teasers-widget--full .field--name-field-teasers > .field__items > .field__item:nth-child(3n+4) {
      clear: none; }
    /* line 192, ../sass/components/_widgets.scss */
    .node--teasers-widget--full .field--name-field-teasers > .field__items > .field__item:nth-child(2n+3) {
      clear: none; } }
/* line 27, ../sass/worldpay-subthemev2.styles.scss */
.off-canvas-wrap {
  min-height: 800px !important; }

/*@ sourceMappingURL=worldpay-subthemev2.styles.css.map */