@charset "UTF-8";
/* compass imports */
/* background image --------------------------------- */
/* font families ------------------------------------ */
/*
$fontfamilyBold:'HelveticaNeue-75-Bold', 'Helvetica', Arial,  sans-serif !default;
$fontfamilyItalic:'HelveticaNeue-56-Italic', 'Helvetica', Arial, sans-serif !default;
$fontfamilyBoldItalic:'HelveticaNeue-76-Bold-Italic', 'Helvetica', Arial, sans-serif !default;

$fontfamilyLight:'HelveticaNeue-45-Light', 'Helvetica', Arial, sans-serif !default;
$fontfamilyLightBold: $fontfamilyBold;
$fontfamilyLightItalic:'HelveticaNeue-46-Light-Italic', 'Helvetica', Arial, sans-serif !default;
$fontfamilyLightBoldItalic: $fontfamilyBoldItalic;
*/
/* 404 & 403 error pages ------------------------------------ */
/* SBS colours ---------------------------------------- */
/* generic colours ------------------------------------ */
/* spacing ------------------------------------------ */
/* configuration ------------------------------------ */
/* grid variables ------------------------------------ */
/* Used in print */
/* preset image sizes ------------------------------------ */
/* ==========
  Scrollers
========== */
/* ==============
  Theme folder names
=================*/
/* categorised mixins */
/* Overlay mixins */
/**
** Misc mixins
*/
/* line 389, global/scss/mixins/_icons.scss */
.sbs-title-suffix-extras .title-suffix-extras a:after, #active_trail_menu > h2:after, #footer .backtotop a:after, .displaymode-tablet #footer .backtotop a:after,
.displaymode-mobile #footer .backtotop a:after, #janrainModal .providers li > a:after {
  *margin-right: .3em;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome" !important;
  font-weight: normal !important;
  font-style: normal !important;
  display: inline-block;
  speak: none; }

/* ====
mobile mix ins
==== */
/* ====
Tablet mix ins
==== */
/* use placeholders whenever possible for more efficient CSS! */
/* line 17, global/scss/placeholders/_mixins.scss */
.sbs_menu .sbs_menu_bars ul li.hover span li:hover > a {
  -webkit-transition-property: border-color;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color; }

/* line 20, global/scss/placeholders/_mixins.scss */
.sbs_menu .sbs_menu_bars > ul > li > a:hover, .sbs-title-suffix-extras .title-suffix-extras a:hover, .sbs-title-suffix-extras .title-suffix-extras a.hover, #active_trail_menu > h2:hover, #active_trail_menu > h2.active, #janrainModal .providers li > a:hover, #janrainModal .providers li > a.active, .sbs_menu .sbs_menu_bars > ul > li > a, .sbs-title-suffix-extras .title-suffix-extras a, #active_trail_menu > h2, #janrainModal .providers li > a {
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color; }

/* line 23, global/scss/placeholders/_animation.scss */
.sbs_menu .sbs_menu_bars > ul > li > a:hover, .sbs-title-suffix-extras .title-suffix-extras a:hover, .sbs-title-suffix-extras .title-suffix-extras a.hover, #active_trail_menu > h2:hover, #active_trail_menu > h2.active, #janrainModal .providers li > a:hover, #janrainModal .providers li > a.active, .sbs_menu .sbs_menu_bars ul li.hover span li:hover > a {
  -webkit-transition-duration: 0.075s;
  -moz-transition-duration: 0.075s;
  -o-transition-duration: 0.075s;
  transition-duration: 0.075s; }

/* line 26, global/scss/placeholders/_animation.scss */
.sbs_menu .sbs_menu_bars > ul > li > a, .sbs-title-suffix-extras .title-suffix-extras a, #active_trail_menu > h2, #janrainModal .providers li > a {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 37, global/scss/placeholders/_animation.scss */
.sbs_menu .sbs_menu_bars > ul > li > a:hover, .sbs-title-suffix-extras .title-suffix-extras a:hover, .sbs-title-suffix-extras .title-suffix-extras a.hover, #active_trail_menu > h2:hover, #active_trail_menu > h2.active, #janrainModal .providers li > a:hover, #janrainModal .providers li > a.active, .sbs_menu .sbs_menu_bars > ul > li > a, .sbs-title-suffix-extras .title-suffix-extras a, #active_trail_menu > h2, #janrainModal .providers li > a, .sbs_menu .sbs_menu_bars ul li.hover span li:hover > a {
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

/* resets */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== 

    this may or maynot be the correct usage of normalise since its v2 and has dropped support for IE7 
    (which i believe) we may or maynot need to fully support.
   */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 14, global/scss/global/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 32, global/scss/global/_reset.scss */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 43, global/scss/global/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 52, global/scss/global/_reset.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, global/scss/global/_reset.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
/* line 76, global/scss/global/_reset.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 88, global/scss/global/_reset.scss */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 96, global/scss/global/_reset.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 110, global/scss/global/_reset.scss */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 118, global/scss/global/_reset.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 126, global/scss/global/_reset.scss */
b,
strong {
  font-weight: bold;
  font-family: "Roboto", "Helvetica", Arial, sans-serif; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 137, global/scss/global/_reset.scss */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 145, global/scss/global/_reset.scss */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 155, global/scss/global/_reset.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 167, global/scss/global/_reset.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
/* line 177, global/scss/global/_reset.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 185, global/scss/global/_reset.scss */
small {
  font-size: 80%; }

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

/* line 201, global/scss/global/_reset.scss */
sup {
  top: -0.5em; }

/* line 205, global/scss/global/_reset.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 217, global/scss/global/_reset.scss */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 225, global/scss/global/_reset.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 237, global/scss/global/_reset.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 249, global/scss/global/_reset.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 260, global/scss/global/_reset.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 271, global/scss/global/_reset.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 285, global/scss/global/_reset.scss */
button,
input {
  line-height: normal; }

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

/*
 * Re-set default cursor for disabled elements.
 */
/* line 310, global/scss/global/_reset.scss */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 320, global/scss/global/_reset.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 344, global/scss/global/_reset.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 353, global/scss/global/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 364, global/scss/global/_reset.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 377, global/scss/global/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========
   Reset
========== */
/* line 385, global/scss/global/_reset.scss */
* {
  margin: 0;
  padding: 0;
  border: 0; }

/* line 386, global/scss/global/_reset.scss */
.slabtexted .slabtext {
  display: -moz-inline-box;
  display: inline-block;
  white-space: nowrap; }

/* line 391, global/scss/global/_reset.scss */
.slabtextinactive .slabtext {
  display: inline;
  white-space: normal;
  font-size: 1em !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
  *letter-spacing: 0 !important;
  *word-spacing: 0 !important; }

/* line 400, global/scss/global/_reset.scss */
.slabtextdone .slabtext {
  display: block;
  line-height: 0.9; }

/* test resets */
/* line 405, global/scss/global/_reset.scss */
.sbs_meta, .cel .block_item {
  line-height: 0;
  font-size: 0;
  height: auto;
  width: auto; }

/* line 411, global/scss/global/_reset.scss */
a,
a:visited,
a:hover {
  text-decoration: none;
  color: #525e6e; }

/* line 420, global/scss/global/_reset.scss */
li a.active {
  color: #1b2024; }

/* line 425, global/scss/global/_reset.scss */
a:hover,
a.active {
  color: #1b2024; }

/* line 444, global/scss/global/_reset.scss */
#highlighted h2 a:hover, #highlighted h3 a:hover, #highlighted h4 a:hover, .sbs-grid h2 a:hover, .sbs-grid h3 a:hover, .sbs-grid h4 a:hover {
  text-decoration: none; }

/* line 450, global/scss/global/_reset.scss */
#themer-popup {
  min-width: 800px; }

/* line 451, global/scss/global/_reset.scss */
#admin-menu {
  padding: 0;
  margin: 0; }

/* global fonts */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../global/fonts/fontawesome-webfont.eot?v=3.2.1");
  src: url("../../global/fonts/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../../global/fonts/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../../global/fonts/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../../global/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal; }

/* TURNING ALL THIS OFF - USE MIXIN INSTEAD

// FONT AWESOME CORE
// -------------------------- 
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
 //margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
// makes the font 33% larger relative to the icon container///
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
// makes sure icons active on rollover in links///
a [class^="icon-"],
a [class*=" icon-"],
a [class^="icon-"]:before,
a [class*=" icon-"]:before {
  display: inline;
}
// increased font size for icon-large///
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.2857142857142858em;
  text-align: center;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.5714285714285714em;
}
ul.icons-ul {
  list-style-type: none;
  text-indent: -0.7142857142857143em;
  margin-left: 2.142857142857143em;
}
ul.icons-ul > li .icon-li {
  width: 0.7142857142857143em;
  display: inline-block;
  text-align: center;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
// BOOTSTRAP SPECIFIC CLASSES
// --------------------------///
// Bootstrap 2.0 sprites.less reset///
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
// more sprites.less reset///
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
// keeps Bootstrap styles with and without icons the same///
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
// EXTRAS
// --------------------------///
// Stacked and layered icon///
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
 //line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
 //line-height: 1em;
}
// Animated rotating icon///
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
// Icon rotations and mirroring///
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
// Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons///
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before,
.icon-rotate-right:before {
  content: "\f01e";
}
// F020 doesn't work in Safari. all shifted one down///
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before,
.icon-mail-forward:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before,
.icon-rotate-left:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before,
.icon-mail-reply:before {
  content: "\f112";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}

*/
/* line 2, global/scss/fonts/_typography.scss */
.page-node commonFontHeaders, .page-node h1, .page-node h2, .page-node h3, .page-node h4, .page-node h5 {
  color: #272727;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  font-weight: bold ;
  display: block;
  margin: 0 0 20px 0; }

/* line 11, global/scss/fonts/_typography.scss */
.page-node h1 {
  -webkit-font-smoothing: antialiased;
  font-size: 42px ;
  line-height: 40px ;
  letter-spacing: -1px ;
  font-family: "Museo-Slab-700", "Helvetica", Arial, sans-serif; }

/* line 15, global/scss/fonts/_typography.scss */
.page-node h2 {
  font-size: 36px ;
  line-height: 35px ;
  letter-spacing: -1px ; }

/* line 19, global/scss/fonts/_typography.scss */
.page-node h3 {
  font-size: 32px ;
  line-height: 32px ;
  letter-spacing: -1px ; }

/* line 23, global/scss/fonts/_typography.scss */
.page-node h4 {
  font-size: 26px ;
  line-height: 26px ;
  letter-spacing: -1px ; }

/* line 27, global/scss/fonts/_typography.scss */
.page-node h5 {
  font-size: 21px ;
  line-height: 21px ;
  letter-spacing: -1px ; }

/* line 31, global/scss/fonts/_typography.scss */
.page-node p {
  font-weight: normal ;
  font-style: normal ;
  font-size: 14px ;
  line-height: 16px ;
  letter-spacing: 0px ; }

/* line 35, global/scss/fonts/_typography.scss */
.page-node p.subheading {
  font-weight: normal ;
  font-style: normal ;
  font-size: 14px ;
  line-height: 16px ;
  letter-spacing: 0px ; }

/* global structure */
/* ==========
  Site Structure
========== */
/* line 5, global/scss/global/_global.scss */
body {
  overflow-x: hidden;
  width: 100%;
  color: #1B2024;
  font-size: 14px ;
  line-height: 14px ;
  letter-spacing: 0px ;
  background: #ccc url(/global/profiles/sbsdistribution/themes/global/images/bg-tile.png) repeat 0 0; }

/* line 13, global/scss/global/_global.scss */
#page {
  min-width: 320px;
  overflow: hidden;
  position: relative; }

/* line 19, global/scss/global/_global.scss */
#main-wrapper {
  width: 100%;
  position: relative;
  margin: 0;
  max-width: 1650px;
  clear: both;
  font-size: 14px ;
  line-height: 16px ;
  letter-spacing: 0px ; }
  /* line 26, global/scss/global/_global.scss */
  #main-wrapper .vertical-branding {
    min-height: 350px;
    position: relative;
    padding: 56px 0px 0 0px;
    width: 100%;
    overflow: hidden; }
    /* line 34, global/scss/global/_global.scss */
    #main-wrapper .vertical-branding #column-wrapper {
      float: left;
      width: 100%; }
    /* line 39, global/scss/global/_global.scss */
    #main-wrapper .vertical-branding .background-wedge {
      top: 0;
      right: 0;
      float: right;
      position: absolute;
      z-index: 2; }
    /* line 46, global/scss/global/_global.scss */
    #main-wrapper .vertical-branding a:hover {
      opacity: 100; }

/* line 54, global/scss/global/_global.scss */
.displaymode-not-mobile #page_search .block-views {
  overflow: visible; }

/* line 62, global/scss/global/_global.scss */
.displaymode-mobile #page_search,
.displaymode-tablet #page_search {
  margin-top: 30px; }

/* line 66, global/scss/global/_global.scss */
.displaymode-mobile #main-wrapper .vertical-branding,
.displaymode-tablet #main-wrapper .vertical-branding {
  background: none !important;
  width: auto;
  top: 0; }

/* line 72, global/scss/global/_global.scss */
.displaymode-mobile #main-wrapper .background-wedge,
.displaymode-tablet #main-wrapper .background-wedge {
  background: none;
  display: none; }

/* line 79, global/scss/global/_global.scss */
#highlighted {
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 1650px; }

/* line 85, global/scss/global/_global.scss */
#highlighted,
#main-wrapper {
  background: #fff url(/global/profiles/sbsdistribution/themes/global/images/009-subtle-light-patterns.gif) repeat 0 0; }

/* line 90, global/scss/global/_global.scss */
.lt-ie8 #highlighted {
  clear: both;
  margin: -28px 0 0 0;
  padding: 0 0 28px 0; }

/* line 95, global/scss/global/_global.scss */
.lt-ie8 .scroller-bean-feature {
  top: 0; }

/* line 100, global/scss/global/_global.scss */
#main {
  min-width: 280px;
  clear: both;
  position: relative;
  width: auto;
  float: left; }

/* line 108, global/scss/global/_global.scss */
.messages {
  max-width: 1588px;
  margin: 0; }

/* line 113, global/scss/global/_global.scss */
#site_name {
  display: none;
  overflow: hidden;
  height: 42px;
  background-color: #1b2024; }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    /* line 113, global/scss/global/_global.scss */
    #site_name {
      background-size: 50px 50px;
      background: transparent url(/global/profiles/sbsdistribution/themes/global/images/global_nav/gnav_bg-tile_2x.gif) repeat 0 0; } }
  /* line 128, global/scss/global/_global.scss */
  #site_name a {
    color: #cccccc;
    text-transform: uppercase;
    padding: 8px 0 8px 20px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold ;
    font-size: 26px ;
    line-height: 26px ;
    letter-spacing: -1px ;
    float: left; }
    /* line 133, global/scss/global/_global.scss */
    .displaymode-mobile #site_name a {
      -webkit-font-smoothing: antialiased;
      font-weight: bold ;
      font-size: 18px ;
      line-height: 26px ;
      letter-spacing: 0px ; }

/* line 139, global/scss/global/_global.scss */
.sub_title {
  text-transform: uppercase;
  color: #525e6e;
  font-size: 11px ;
  line-height: 13px ;
  letter-spacing: 0px ;
  margin-bottom: 4px; }

/* line 147, global/scss/global/_global.scss */
.page-node #active_trail_menu {
  display: none !important; }

/* line 151, global/scss/global/_global.scss */
.page-node #page-title {
  -webkit-font-smoothing: antialiased;
  font-size: 36px ;
  line-height: 36px ;
  letter-spacing: -1px ;
  font-family: "Museo-Slab-700", "Helvetica", Arial, sans-serif;
  color: #333333;
  margin-bottom: 20px;
  max-width: 700px; }

/* line 159, global/scss/global/_global.scss */
#page-title {
  font-size: 26px ;
  line-height: 26px ;
  letter-spacing: -1px ;
  color: #1b2024;
  margin-bottom: 10px; }

/* line 165, global/scss/global/_global.scss */
body#tinymce.mceContentBody {
  background: #fff; }

/* line 169, global/scss/global/_global.scss */
#main .tabs {
  clear: both;
  position: relative;
  z-index: 1; }

/* ==========
   overlayed Meta Data
========== */
/* ==========
   Ratings
========== */
/* line 209, global/scss/global/_global.scss */
.rating {
  bottom: 10px;
  left: 10px;
  width: 200px;
  height: 18px;
  margin-top: 2px;
  padding: 2px 0; }
  /* line 216, global/scss/global/_global.scss */
  .rating form {
    padding: 0;
    margin-left: 5px; }

/* ==========
   Site Styling
========== */
/* line 226, global/scss/global/_global.scss */
#page, #main-wrapper, h1, h2, h3, h4, h5 {
  color: #1b2024; }

/* line 229, global/scss/global/_global.scss */
h1, h2, h3, h4, h5 {
  font-weight: bold;
  -webkit-font-smoothing: antialiased; }

/* line 233, global/scss/global/_global.scss */
h3, h4, h5 {
  font-size: 16px ;
  line-height: 16px ;
  letter-spacing: 0px ; }

/* line 237, global/scss/global/_global.scss */
h2 {
  color: #1b2024;
  font-size: 42px ;
  line-height: 40px ;
  letter-spacing: -1px ;
  margin-bottom: 15px; }

/* line 243, global/scss/global/_global.scss */
h3 {
  color: #1b2024; }
  /* line 246, global/scss/global/_global.scss */
  h3 a {
    color: #1b2024; }
    /* line 248, global/scss/global/_global.scss */
    h3 a:visited, h3 a:hover {
      color: #1b2024; }

/* ====
labels, buttons, icons etc
==== */
/* line 258, global/scss/global/_global.scss */
.ico {
  background: transparent url(/global/profiles/sbsdistribution/themes/global/images/sprite-shapes.png) no-repeat 0 0;
  margin-bottom: 2px;
  padding-left: 18px;
  min-height: 14px;
  display: inline-block;
  *display: inline; }
  /* line 259, global/scss/global/_global.scss */
  .ico + .ico {
    margin-left: 10px;
    position: relative; }
    /* line 262, global/scss/global/_global.scss */
    .ico + .ico:before {
      content: ' ';
      display: block;
      position: absolute;
      left: -5px;
      top: 0;
      width: 1px;
      height: 100%;
      background: #D8DCDD; }
  /* line 279, global/scss/global/_global.scss */
  .ico.video {
    background-position: 0 -190px; }
  /* line 282, global/scss/global/_global.scss */
  .ico.comment {
    background-position: 0 -150px; }
  /* line 285, global/scss/global/_global.scss */
  .ico.facebook {
    background-position: -487px -177px;
    height: 27px;
    width: 14px;
    padding-left: 10px;
    display: inline-block; }
  /* line 292, global/scss/global/_global.scss */
  .ico.twitter {
    background-position: -428px -177px;
    height: 27px;
    width: 28px;
    padding-left: 10px;
    display: inline-block; }

/* line 301, global/scss/global/_global.scss */
.meta_data.video .ico.video {
  background-position: 100% 0;
  padding: 0;
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  top: -47px;
  left: 0; }

/* ====
shadows
==== */
/* line 317, global/scss/global/_global.scss */
.inset-shadow {
  position: absolute;
  pointer-events: none;
  -webkit-box-shadow: inset 0 0 10px black;
  -moz-box-shadow: inset 0 0 10px black;
  box-shadow: inset 0 0 10px black; }

/* Opacity */
/* line 331, global/scss/global/_global.scss */
.cel-text.block_item {
  -webkit-shadow: 0 0 8px -2px #a0aab4;
  -moz-shadow: 0 0 8px -2px #a0aab4;
  box-shadow: 0 0 8px -2px #a0aab4; }

/* line 336, global/scss/global/_global.scss */
#field-related-content-add-more-wrapper label {
  padding-bottom: 10px; }

/* vertical tabs - admin */
/* line 344, global/scss/global/_global.scss */
.vertical-tabs .description {
  padding-top: 5px; }

/* line 347, global/scss/global/_global.scss */
.vertical-tabs .container-inline-date {
  padding-top: 20px; }
  /* line 349, global/scss/global/_global.scss */
  .vertical-tabs .container-inline-date .date-padding {
    padding-top: 0; }
    /* line 350, global/scss/global/_global.scss */
    .vertical-tabs .container-inline-date .date-padding label {
      font-weight: normal ;
      font-style: normal ;
      text-transform: uppercase;
      color: #555; }
    /* line 355, global/scss/global/_global.scss */
    .vertical-tabs .container-inline-date .date-padding .form-item {
      margin-left: 10px; }

/* ------------------------------------ mobile */
/* line 271, global/scss/mixins/_misc.scss */
.displaymode-mobile #shape_mask {
  right: 0 !important; }

/* line 274, global/scss/mixins/_misc.scss */
.displaymode-mobile #feature .feature_list {
  display: none; }

/* line 367, global/scss/global/_global.scss */
.displaymode-mobile #main {
  width: 100%; }

/* line 371, global/scss/global/_global.scss */
.displaymode-mobile #sidebar-first {
  width: 100%;
  right: auto;
  left: 0;
  margin-top: 0;
  clear: both; }
  /* line 378, global/scss/global/_global.scss */
  .displaymode-mobile #sidebar-first .hairline {
    width: auto;
    min-height: auto; }

/* line 384, global/scss/global/_global.scss */
.displaymode-mobile #site_name {
  display: block; }

/* line 387, global/scss/global/_global.scss */
.displaymode-mobile #admin-menu {
  display: none; }

/* line 390, global/scss/global/_global.scss */
.displaymode-mobile html body.admin-menu {
  margin-top: 0 !important; }

/* ------------------------------------ Tablet */
/* line 271, global/scss/mixins/_misc.scss */
.displaymode-tablet #shape_mask {
  right: 0 !important; }

/* line 274, global/scss/mixins/_misc.scss */
.displaymode-tablet #feature .feature_list {
  display: none; }

/* line 400, global/scss/global/_global.scss */
.displaymode-tablet #site_name {
  display: block; }

/* line 403, global/scss/global/_global.scss */
.displaymode-tablet #page-title,
.displaymode-tablet .sub_title {
  padding-left: 0; }

/* ------------------------------------ HI-resolution */
/* line 417, global/scss/global/_global.scss */
.displaymode-hires .has-main-menu #highlighted,
.displaymode-hires .not-front .has-main-menu #main-wrapper,
.displaymode-desktop .has-main-menu #highlighted,
.displaymode-desktop .not-front .has-main-menu #main-wrapper {
  margin-top: 26px; }

/* line 422, global/scss/global/_global.scss */
.displaymode-hires .has-main-menu #highlighted + #main-wrapper,
.displaymode-desktop .has-main-menu #highlighted + #main-wrapper {
  margin-top: 0; }

/* line 428, global/scss/global/_global.scss */
.displaymode-hires #page {
  background: transparent url(/global/profiles/sbsdistribution/themes/global/images/vertical/skirting.png) repeat-y 1650px -510px; }

/* line 436, global/scss/global/_global.scss */
body.multimedia-iframe #active_trail_menu,
body.multimedia-flash #active_trail_menu {
  display: none !important; }

/* line 442, global/scss/global/_global.scss */
.title_image img {
  display: none; }

/* line 450, global/scss/global/_global.scss */
.displaymode-tablet .wedge-branding .title_image {
  left: 510px;
  display: block; }

/* line 460, global/scss/global/_global.scss */
.displaymode-mobile .wedge-branding .title_image img {
  display: none; }

/* line 464, global/scss/global/_global.scss */
.displaymode-mobile .wedge-branding .title_image div[data-picture] img {
  display: block; }

/* line 473, global/scss/global/_global.scss */
.displaymode-mobile .wedge-branding .external-attribution {
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
  border: 1px solid #d8dcdc;
  display: table; }
  /* line 480, global/scss/global/_global.scss */
  .displaymode-mobile .wedge-branding .external-attribution .external-row {
    display: table-row; }
    /* line 483, global/scss/global/_global.scss */
    .displaymode-mobile .wedge-branding .external-attribution .external-row img {
      width: 200px;
      display: table-cell; }
    /* line 487, global/scss/global/_global.scss */
    .displaymode-mobile .wedge-branding .external-attribution .external-row .external-attribution-text {
      display: table-cell;
      width: 438px;
      padding-left: 20px;
      vertical-align: middle;
      font-style: italic ;
      font-size: 12px ;
      line-height: 14px ;
      letter-spacing: 0px ; }
      /* line 494, global/scss/global/_global.scss */
      .displaymode-mobile .wedge-branding .external-attribution .external-row .external-attribution-text p {
        font-style: italic ;
        font-size: 12px ;
        line-height: 14px ;
        letter-spacing: 0px ; }

/* line 503, global/scss/global/_global.scss */
.displaymode-mobile .wedge-branding #breadcrumb-active-trail-wrapper {
  width: 100%;
  max-width: 100%; }

/* line 508, global/scss/global/_global.scss */
.displaymode-mobile .wedge-branding #page-title {
  width: 80%; }

/* line 512, global/scss/global/_global.scss */
.displaymode-mobile .wedge-branding .title_image {
  display: block;
  right: 0px;
  top: 100px;
  position: absolute; }
  /* line 517, global/scss/global/_global.scss */
  .displaymode-mobile .wedge-branding .title_image a {
    line-height: 0;
    padding: 0; }

/* line 530, global/scss/global/_global.scss */
.displaymode-desktop .wedge-branding .title_image,
.displaymode-hires .wedge-branding .title_image {
  display: none; }

/* line 534, global/scss/global/_global.scss */
.displaymode-desktop .wedge-branding.wedge-attribution .title_image,
.displaymode-hires .wedge-branding.wedge-attribution .title_image {
  display: block; }

/* line 548, global/scss/global/_global.scss */
.displaymode-tablet .wedge-branding.page-match #page-title, .displaymode-tablet .wedge-branding.page-league #page-title, .displaymode-tablet .wedge-branding.page-team #page-title, .displaymode-tablet .wedge-branding.page-node #page-title {
  float: left;
  max-width: 470px;
  padding-right: 0;
  min-height: 70px; }

/* line 563, global/scss/global/_global.scss */
.displaymode-not-mobile .wedge-branding.page-match #breadcrumb-active-trail-wrapper, .displaymode-not-mobile .wedge-branding.page-team #breadcrumb-active-trail-wrapper, .displaymode-not-mobile .wedge-branding.page-node #breadcrumb-active-trail-wrapper {
  position: relative;
  overflow: hidden; }

/* line 574, global/scss/global/_global.scss */
.displaymode-not-mobile .wedge-branding.page-match .external-attribution, .displaymode-not-mobile .wedge-branding.page-league .external-attribution, .displaymode-not-mobile .wedge-branding.page-team .external-attribution, .displaymode-not-mobile .wedge-branding.page-node .external-attribution {
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
  border: 1px solid #d8dcdc;
  display: table; }
  /* line 581, global/scss/global/_global.scss */
  .displaymode-not-mobile .wedge-branding.page-match .external-attribution .external-row, .displaymode-not-mobile .wedge-branding.page-league .external-attribution .external-row, .displaymode-not-mobile .wedge-branding.page-team .external-attribution .external-row, .displaymode-not-mobile .wedge-branding.page-node .external-attribution .external-row {
    display: table-row; }
    /* line 584, global/scss/global/_global.scss */
    .displaymode-not-mobile .wedge-branding.page-match .external-attribution .external-row img, .displaymode-not-mobile .wedge-branding.page-league .external-attribution .external-row img, .displaymode-not-mobile .wedge-branding.page-team .external-attribution .external-row img, .displaymode-not-mobile .wedge-branding.page-node .external-attribution .external-row img {
      width: 200px;
      display: table-cell; }
    /* line 588, global/scss/global/_global.scss */
    .displaymode-not-mobile .wedge-branding.page-match .external-attribution .external-row .external-attribution-text, .displaymode-not-mobile .wedge-branding.page-league .external-attribution .external-row .external-attribution-text, .displaymode-not-mobile .wedge-branding.page-team .external-attribution .external-row .external-attribution-text, .displaymode-not-mobile .wedge-branding.page-node .external-attribution .external-row .external-attribution-text {
      display: table-cell;
      width: 438px;
      padding-left: 20px;
      vertical-align: middle;
      font-style: italic ;
      font-size: 12px ;
      line-height: 14px ;
      letter-spacing: 0px ; }
      /* line 595, global/scss/global/_global.scss */
      .displaymode-not-mobile .wedge-branding.page-match .external-attribution .external-row .external-attribution-text p, .displaymode-not-mobile .wedge-branding.page-league .external-attribution .external-row .external-attribution-text p, .displaymode-not-mobile .wedge-branding.page-team .external-attribution .external-row .external-attribution-text p, .displaymode-not-mobile .wedge-branding.page-node .external-attribution .external-row .external-attribution-text p {
        font-style: italic ;
        font-size: 12px ;
        line-height: 14px ;
        letter-spacing: 0px ; }

/* line 605, global/scss/global/_global.scss */
.displaymode-not-mobile .wedge-branding.page-match.wedge-attribution .title_image, .displaymode-not-mobile .wedge-branding.page-league.wedge-attribution .title_image, .displaymode-not-mobile .wedge-branding.page-team.wedge-attribution .title_image, .displaymode-not-mobile .wedge-branding.page-node.wedge-attribution .title_image {
  display: block; }

/* line 610, global/scss/global/_global.scss */
.displaymode-not-mobile .wedge-branding.page-match .title_image, .displaymode-not-mobile .wedge-branding.page-league .title_image, .displaymode-not-mobile .wedge-branding.page-team .title_image, .displaymode-not-mobile .wedge-branding.page-node .title_image {
  float: left;
  left: 468px;
  bottom: 0px;
  position: absolute; }
  /* line 615, global/scss/global/_global.scss */
  .displaymode-not-mobile .wedge-branding.page-match .title_image a, .displaymode-not-mobile .wedge-branding.page-league .title_image a, .displaymode-not-mobile .wedge-branding.page-team .title_image a, .displaymode-not-mobile .wedge-branding.page-node .title_image a {
    line-height: 0;
    padding: 0; }
  /* line 619, global/scss/global/_global.scss */
  .displaymode-not-mobile .wedge-branding.page-match .title_image img, .displaymode-not-mobile .wedge-branding.page-league .title_image img, .displaymode-not-mobile .wedge-branding.page-team .title_image img, .displaymode-not-mobile .wedge-branding.page-node .title_image img {
    display: block; }

/* line 629, global/scss/global/_global.scss */
.displaymode-not-mobile .wedge-source .title_image img {
  display: block; }

/* Basic widths available for use in all CSS */
/* line 3, global/scss/global/_grid.scss */
.cel_clear {
  clear: both; }

/* line 7, global/scss/global/_grid.scss */
#sidebar-first .cel {
  height: auto; }

/* line 10, global/scss/global/_grid.scss */
#page:after,
#footer:before,
.hairline:after,
.row:after,
.sbs-grid:after,
.cel:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0; }

/* Can drop in classes of the widths if need be, but we prefer mixins */
/* line 27, global/scss/global/_grid.scss */
section.row, .cel {
  float: left;
  height: 290px;
  padding: 10px;
  width: 60px;
  position: relative; }

/* line 31, global/scss/global/_grid.scss */
.cel-2 {
  width: 140px; }

/* line 32, global/scss/global/_grid.scss */
.cel-3 {
  width: 220px; }

/* line 33, global/scss/global/_grid.scss */
.cel-4 {
  width: 300px; }

/* line 34, global/scss/global/_grid.scss */
.cel-5 {
  width: 380px; }

/* line 35, global/scss/global/_grid.scss */
.cel-6 {
  width: 460px; }

/* line 36, global/scss/global/_grid.scss */
.cel-7 {
  width: 540px; }

/* line 37, global/scss/global/_grid.scss */
.cel-8 {
  width: 620px; }

/* line 38, global/scss/global/_grid.scss */
.cel-9 {
  width: 700px; }

/* line 39, global/scss/global/_grid.scss */
.cel-10 {
  width: 780px; }

/* line 40, global/scss/global/_grid.scss */
.cel-11 {
  width: 860px; }

/* line 41, global/scss/global/_grid.scss */
.cel-12 {
  width: 940px; }

/* Should be used for panel panes, and on article pages. Non-full-width content */
/* line 44, global/scss/global/_grid.scss */
.cel-12-max {
  max-width: 700px; }

/* The first element of a bean/grid */
/* line 49, global/scss/global/_grid.scss */
.grid-responsive .bean-single .title {
  color: #cccccc;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  font-weight: bold ;
  font-size: 26px ;
  line-height: 26px ;
  letter-spacing: -1px ;
  font-family: "Museo-Slab-700", "Helvetica", Arial, sans-serif; }
  /* line 54, global/scss/global/_grid.scss */
  .grid-responsive .bean-single .title a {
    color: inherit;
    text-decoration: none;
    word-wrap: break-word; }

/* line 60, global/scss/global/_grid.scss */
.grid-responsive .bean-single .description {
  font-size: 14px ;
  line-height: 16px ;
  letter-spacing: 0px ;
  color: #1B2024; }

/* line 68, global/scss/global/_grid.scss */
.displaymode-not-mobile .grid,
.displaymode-not-mobile .grid-responsive {
  min-width: 220px;
  clear: both;
  float: left;
  margin-bottom: 0;
  border-bottom: 0;
  clear: both; }
  /* line 27, global/scss/mixins/_layout.scss */
  .displaymode-not-mobile .grid:after,
  .displaymode-not-mobile .grid-responsive:after {
    display: block;
    content: "";
    border-top: 1px solid #d8dcdc;
    border-bottom: 1px solid white;
    margin: 20px 20px 40px 0;
    visibility: visible;
    clear: both;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 40px solid transparent; }
  /* line 76, global/scss/global/_grid.scss */
  .displaymode-not-mobile .grid .views-row,
  .displaymode-not-mobile .grid-responsive .views-row {
    float: left; }
  /* line 80, global/scss/global/_grid.scss */
  .displaymode-not-mobile .grid .bean-single,
  .displaymode-not-mobile .grid-responsive .bean-single {
    width: 220px;
    float: left;
    height: 290px;
    margin: 0 20px 20px 0;
    position: relative; }

/* ------------------------------------ Mobile */
/* line 93, global/scss/global/_grid.scss */
.displaymode-mobile .grid,
.displaymode-mobile .grid-responsive {
  padding-bottom: 20px;
  position: relative;
  background: transparent url(/global/profiles/sbsdistribution/themes/global/images/shadow_bottom.png) no-repeat 0 100%;
  background-size: 100% 13px;
  max-width: 460px;
  margin: 0 20px 23px 20px; }
  /* line 102, global/scss/global/_grid.scss */
  .displaymode-mobile .grid .views-row,
  .displaymode-mobile .grid-responsive .views-row {
    float: none; }
  /* line 105, global/scss/global/_grid.scss */
  .displaymode-mobile .grid .bean-single,
  .displaymode-mobile .grid-responsive .bean-single {
    margin: 0 0 20px 0; }
  /* line 109, global/scss/global/_grid.scss */
  .displaymode-mobile .grid .more-link-wrapper,
  .displaymode-mobile .grid-responsive .more-link-wrapper {
    position: absolute;
    bottom: 33px;
    left: 0; }
  /* line 116, global/scss/global/_grid.scss */
  .displaymode-mobile .grid.entity-bean,
  .displaymode-mobile .grid-responsive.entity-bean {
    padding-bottom: 73px; }

/* ------------------------------------ Tablet */
/* line 125, global/scss/global/_grid.scss */
.displaymode-tablet #main,
.displaymode-tablet #sidebar-first .hairline {
  padding-left: 38px; }

/* line 135, global/scss/global/_grid.scss */
.displaymode-hires #main,
.displaymode-desktop #main {
  padding-top: 10px;
  padding-left: 60px; }

/* line 142, global/scss/global/_grid.scss */
.displaymode-hires #main #block-system-main > .content {
  min-width: 720px; }

/* line 148, global/scss/global/_grid.scss */
.displaymode-hires #main {
  width: 1200px; }

/* line 155, global/scss/global/_grid.scss */
.displaymode-desktop #main #block-system-main > .content {
  min-width: 720px; }

/* line 161, global/scss/global/_grid.scss */
.displaymode-desktop #main {
  width: 960px; }

/* line 167, global/scss/global/_grid.scss */
.displaymode-grid-6 #main {
  width: 1440px; }

/* line 173, global/scss/global/_grid.scss */
.displaymode-grid-5 #main {
  width: 1200px; }

/* line 179, global/scss/global/_grid.scss */
.displaymode-grid-4 #main {
  width: 960px; }

/* line 184, global/scss/global/_grid.scss */
.displaymode-grid-4.displaymode-tablet #sidebar-first .hairline .region-sidebar-first {
  width: 940px; }

/* line 188, global/scss/global/_grid.scss */
.displaymode-grid-4.displaymode-tablet #content_header,
.displaymode-grid-4.displaymode-tablet .region-page-search {
  width: auto; }

/* line 196, global/scss/global/_grid.scss */
.displaymode-grid-3 #main {
  width: 720px; }

/* line 201, global/scss/global/_grid.scss */
.displaymode-grid-3.displaymode-tablet #sidebar-first .hairline .region-sidebar-first {
  width: 700px; }

/* line 205, global/scss/global/_grid.scss */
.displaymode-grid-3.displaymode-tablet #content_header,
.displaymode-grid-3.displaymode-tablet .region-page-search {
  width: auto; }

/* line 214, global/scss/global/_grid.scss */
.displaymode-grid-5 .page-node.node-type-gallery #main {
  width: 960px; }

/* line 6, global/scss/global/_sidebar-first.scss */
body.sidebar-first:not(.no-sidebars) #sidebar-first {
  display: block !important;
  visibility: visible !important; }

/* line 11, global/scss/global/_sidebar-first.scss */
#sidebar-first {
  width: 302px;
  float: right; }
  /* line 16, global/scss/global/_sidebar-first.scss */
  #sidebar-first ul li {
    list-style-position: inside; }
  /* line 21, global/scss/global/_sidebar-first.scss */
  #sidebar-first h2 {
    color: #fff !important;
    background: #cccccc;
    font-size: 16px ;
    line-height: 16px ;
    letter-spacing: 0px ;
    display: block;
    padding: 7px 10px;
    margin: 0;
    clear: both; }

/* line 36, global/scss/global/_sidebar-first.scss */
.displaymode-hires #sidebar-first,
.displaymode-desktop #sidebar-first {
  background: url(/global/profiles/sbsdistribution/themes/global/images/sidebar-bg-noise.gif) repeat 100% 0;
  border: 1px solid #9ea8b4;
  border-bottom: 0;
  padding: 0;
  min-height: 900px;
  /* Two 300x600 ads as a minimum in the RHS + another block */ }
  /* line 43, global/scss/global/_sidebar-first.scss */
  .displaymode-hires #sidebar-first .hairline,
  .displaymode-desktop #sidebar-first .hairline {
    border: 1px solid #fff;
    border-bottom: 0; }

/* line 53, global/scss/global/_sidebar-first.scss */
.displaymode-hires .not-front #sidebar-first,
.displaymode-desktop .not-front #sidebar-first {
  margin-top: 289px; }

/* line 61, global/scss/global/_sidebar-first.scss */
.displaymode-tablet #sidebar-first {
  background: url(/global/profiles/sbsdistribution/themes/global/images/sidebar-bg-noise.gif) repeat 0 0;
  border: 1px solid #9ea8b4;
  float: none;
  clear: both;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 69, global/scss/global/_sidebar-first.scss */
  .displaymode-tablet #sidebar-first .hairline {
    height: auto !important;
    border: 1px solid #fff;
    padding: 20px 0 0 38px; }

/* line 76, global/scss/global/_sidebar-first.scss */
.displaymode-tablet.sidebar-branding-ok #sidebar-first {
  margin-top: 0; }

/* line 85, global/scss/global/_sidebar-first.scss */
.displaymode-tablet.displaymode-grid-3 #reveal-bean-food-rhc-latest-trend, .displaymode-tablet.displaymode-grid-4 #reveal-bean-food-rhc-latest-trend {
  float: right; }

/* line 89, global/scss/global/_sidebar-first.scss */
.displaymode-tablet.displaymode-grid-3 .block-views, .displaymode-tablet.displaymode-grid-4 .block-views {
  clear: none; }

/* line 95, global/scss/global/_sidebar-first.scss */
.displaymode-tablet.displaymode-grid-3 #reveal-bean-food-rhc-latest-trend {
  width: 400px; }

/* line 101, global/scss/global/_sidebar-first.scss */
.displaymode-tablet.displaymode-grid-4 #reveal-bean-food-rhc-latest-trend {
  width: 640px; }

/* ------------------------------------ mobile */
/* line 110, global/scss/global/_sidebar-first.scss */
.displaymode-mobile.sidebar-branding-ok #sidebar-first {
  margin-top: 0; }

/* line 114, global/scss/global/_sidebar-first.scss */
.displaymode-mobile #sidebar-first {
  position: relative;
  right: auto;
  left: 0;
  margin-top: 0;
  clear: both;
  background: url(/global/profiles/sbsdistribution/themes/global/images/sidebar-bg-noise.gif) repeat 0 0;
  width: 100%;
  border: 0; }
  /* line 123, global/scss/global/_sidebar-first.scss */
  .displaymode-mobile #sidebar-first .hairline {
    height: auto !important;
    width: auto;
    min-height: auto; }
  /* line 131, global/scss/global/_sidebar-first.scss */
  .displaymode-mobile #sidebar-first .hairline {
    border: 0; }
  /* line 135, global/scss/global/_sidebar-first.scss */
  .displaymode-mobile #sidebar-first h2 {
    padding: 7px 20px; }

/* global animations */
@-webkit-keyframes fadeInDelay {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }

@-moz-keyframes fadeInDelay {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }

@keyframes fadeInDelay {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }

@-webkit-keyframes fadeOutDelay {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; } }

@-moz-keyframes fadeOutDelay {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; } }

@keyframes fadeOutDelay {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; } }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

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

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

/* line 1, global/scss/_overrides.scss */
.field .field-label {
  font-weight: normal ;
  font-style: normal ; }

/* line 5, global/scss/_overrides.scss */
tbody {
  border: none; }

/* line 9, global/scss/_overrides.scss */
tr.even,
tr.odd {
  background-color: transparent;
  border: none;
  padding: 0; }

/* line 2, global/scss/utility/_sr-only.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 2, global/scss/utility/_visibility.scss */
.vis-hidden {
  visibility: hidden; }

/* header footer */
/* ==========
  SBS site menus
========== */
/* line 12, global/scss/global/_menu.scss */
.region-menu {
  z-index: 9;
  position: absolute;
  height: auto;
  overflow: visible;
  width: 100%;
  max-width: 1650px;
  top: 70px;
  left: 0; }

/* line 23, global/scss/global/_menu.scss */
.sbs_menu li.expanded,
.sbs_menu li.collapsed,
.sbs_menu li.leaf {
  padding: 0;
  margin: 0; }

/* line 32, global/scss/global/_menu.scss */
.sbs_menu * {
  border: 0 none;
  float: none;
  margin: 0;
  padding: 0;
  display: block;
  font-weight: normal ;
  font-style: normal ;
  font-size: 12px ;
  line-height: 14px ;
  letter-spacing: 0px ; }

/* line 40, global/scss/global/_menu.scss */
.sbs_menu .sbs_menu_bars {
  overflow: visible;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-shadow: 3px 3px 6px -1px rgba(0, 0, 0, 0.3);
  -moz-shadow: 3px 3px 6px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 6px -1px rgba(0, 0, 0, 0.3);
  padding: 0 0 0 146px; }
  /* line 49, global/scss/global/_menu.scss */
  .sbs_menu .sbs_menu_bars:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    clear: both; }
  /* line 129, global/scss/mixins/_menu.scss */
  .sbs_menu .sbs_menu_bars > ul > li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }
    /* line 133, global/scss/mixins/_menu.scss */
    .sbs_menu .sbs_menu_bars > ul > li.active-trail > a {
      background: #d8dcdc;
      color: #1b2024; }
    /* line 139, global/scss/mixins/_menu.scss */
    .sbs_menu .sbs_menu_bars > ul > li.active-trail:hover > a, .sbs_menu .sbs_menu_bars > ul > li.active-trail.hover > a {
      background: #a0aab4; }
    /* line 144, global/scss/mixins/_menu.scss */
    .sbs_menu .sbs_menu_bars > ul > li > a {
      border-bottom: 0 none; }
      /* line 148, global/scss/mixins/_menu.scss */
      .sbs_menu .sbs_menu_bars > ul > li > a:hover {
        background: #ededed; }
  /* line 187, global/scss/mixins/_menu.scss */
  .sbs_menu .sbs_menu_bars ul {
    position: relative;
    display: block;
    width: 100%; }
    /* line 191, global/scss/mixins/_menu.scss */
    .sbs_menu .sbs_menu_bars ul li {
      background: #fff;
      list-style-type: none;
      list-style-image: none;
      position: relative;
      float: left; }
      /* line 197, global/scss/mixins/_menu.scss */
      .sbs_menu .sbs_menu_bars ul li a {
        padding: 5px 7px;
        text-decoration: none; }
        /* line 200, global/scss/mixins/_menu.scss */
        .sbs_menu .sbs_menu_bars ul li a.active {
          border-color: #cccccc !important; }
      /* line 80, global/scss/mixins/_menu.scss */
      .sbs_menu .sbs_menu_bars ul li.hover > a {
        background: #ededed; }
      /* line 83, global/scss/mixins/_menu.scss */
      .sbs_menu .sbs_menu_bars ul li.hover span {
        width: 145px;
        z-index: 10;
        display: block;
        height: auto;
        overflow: visible;
        *visibility: visible;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.075s;
        -moz-transition-duration: 0.075s;
        -o-transition-duration: 0.075s;
        transition-duration: 0.075s;
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out; }
        /* line 91, global/scss/mixins/_menu.scss */
        .sbs_menu .sbs_menu_bars ul li.hover span a {
          background-color: transparent;
          border-bottom: 1px solid #eeeeef;
          padding: 6px 0;
          color: #525e6e; }
          /* line 96, global/scss/mixins/_menu.scss */
          .sbs_menu .sbs_menu_bars ul li.hover span a:hover {
            color: #101315; }
        /* line 102, global/scss/mixins/_menu.scss */
        .sbs_menu .sbs_menu_bars ul li.hover span li:hover > a {
          border-color: #cccccc; }
        /* line 107, global/scss/mixins/_menu.scss */
        .sbs_menu .sbs_menu_bars ul li.hover span li span {
          width: 0;
          opacity: 0;
          height: 0;
          overflow: hidden;
          z-index: -2;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          -webkit-transition-property: opacity;
          -moz-transition-property: opacity;
          -o-transition-property: opacity;
          transition-property: opacity;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-timing-function: ease-in-out;
          -moz-transition-timing-function: ease-in-out;
          -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
          *overflow: visible;
          *visibility: hidden;
          background-color: whitesmoke; }
          /* line 117, global/scss/mixins/_menu.scss */
          .sbs_menu .sbs_menu_bars ul li.hover span li span li {
            background-color: whitesmoke; }
    /* line 32, global/scss/mixins/_menu.scss */
    .sbs_menu .sbs_menu_bars ul li span {
      opacity: 0;
      height: 0;
      overflow: hidden;
      *overflow: visible;
      *visibility: hidden;
      *padding-bottom: 10px;
      z-index: -2;
      position: absolute;
      top: 100%;
      left: 0;
      background: #fff;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -webkit-transition-property: opacity;
      -moz-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out;
      -webkit-box-shadow: 1px 3px 6px -1px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 1px 3px 6px -1px rgba(0, 0, 0, 0.3);
      box-shadow: 1px 3px 6px -1px rgba(0, 0, 0, 0.3); }
      /* line 46, global/scss/mixins/_menu.scss */
      .sbs_menu .sbs_menu_bars ul li span ul {
        padding: 0;
        margin: 0; }
        /* line 49, global/scss/mixins/_menu.scss */
        .sbs_menu .sbs_menu_bars ul li span ul li {
          position: static;
          margin: 0;
          padding: 0 10px;
          white-space: normal;
          float: none; }
          /* line 55, global/scss/mixins/_menu.scss */
          .sbs_menu .sbs_menu_bars ul li span ul li.first {
            margin-top: 10px; }
          /* line 58, global/scss/mixins/_menu.scss */
          .sbs_menu .sbs_menu_bars ul li span ul li.last {
            margin-bottom: 10px; }

/* ------------------------------------ Mobile */
/* line 101, global/scss/global/_menu.scss */
.displaymode-mobile .region-menu {
  display: none; }

/* line 74, global/scss/global/_menu.scss */
.displaymode-mobile #page .sbs_menu .sbs_menu_bars ul li {
  border-top: 0 none;
  border-bottom: 0 none; }
  /* line 77, global/scss/global/_menu.scss */
  .displaymode-mobile #page .sbs_menu .sbs_menu_bars ul li:hover, .displaymode-mobile #page .sbs_menu .sbs_menu_bars ul li.hover {
    background: none; }
    /* line 80, global/scss/global/_menu.scss */
    .displaymode-mobile #page .sbs_menu .sbs_menu_bars ul li:hover a, .displaymode-mobile #page .sbs_menu .sbs_menu_bars ul li.hover a {
      background: transparent !important; }
      /* line 82, global/scss/global/_menu.scss */
      .displaymode-mobile #page .sbs_menu .sbs_menu_bars ul li:hover a:hover, .displaymode-mobile #page .sbs_menu .sbs_menu_bars ul li.hover a:hover {
        background: transparent; }
    /* line 86, global/scss/global/_menu.scss */
    .displaymode-mobile #page .sbs_menu .sbs_menu_bars ul li:hover span, .displaymode-mobile #page .sbs_menu .sbs_menu_bars ul li.hover span {
      z-index: 0;
      display: none;
      opacity: 0;
      height: 0;
      *visibility: hidden; }

/* line 107, global/scss/global/_menu.scss */
.displaymode-mobile #page .sbs_menu .sbs_menu_bars {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0; }

/* ------------------------------------ Tablet */
/* line 119, global/scss/global/_menu.scss */
.displaymode-tablet .region-menu {
  display: none; }

/* line 74, global/scss/global/_menu.scss */
.displaymode-tablet #page .sbs_menu .sbs_menu_bars ul li {
  border-top: 0 none;
  border-bottom: 0 none; }
  /* line 77, global/scss/global/_menu.scss */
  .displaymode-tablet #page .sbs_menu .sbs_menu_bars ul li:hover, .displaymode-tablet #page .sbs_menu .sbs_menu_bars ul li.hover {
    background: none; }
    /* line 80, global/scss/global/_menu.scss */
    .displaymode-tablet #page .sbs_menu .sbs_menu_bars ul li:hover a, .displaymode-tablet #page .sbs_menu .sbs_menu_bars ul li.hover a {
      background: transparent !important; }
      /* line 82, global/scss/global/_menu.scss */
      .displaymode-tablet #page .sbs_menu .sbs_menu_bars ul li:hover a:hover, .displaymode-tablet #page .sbs_menu .sbs_menu_bars ul li.hover a:hover {
        background: transparent; }
    /* line 86, global/scss/global/_menu.scss */
    .displaymode-tablet #page .sbs_menu .sbs_menu_bars ul li:hover span, .displaymode-tablet #page .sbs_menu .sbs_menu_bars ul li.hover span {
      z-index: 0;
      display: none;
      opacity: 0;
      height: 0;
      *visibility: hidden; }

/* line 125, global/scss/global/_menu.scss */
.displaymode-tablet #page .sbs_menu .sbs_menu_bars {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0; }

/* global elements */
/* Ad Styles*/
/* line 2, global/scss/global/_ads.scss */
.block-dfp {
  clear: both; }

/* line 6, global/scss/global/_ads.scss */
.dfp-tag-wrapper {
  text-align: center;
  position: relative;
  display: none;
  background: url(/global/profiles/sbsdistribution/themes/global/images/Background_Texture_Commercial_1a.gif); }
  /* line 12, global/scss/global/_ads.scss */
  .dfp-tag-wrapper iframe {
    display: block;
    text-align: center;
    margin: 0 auto; }
  /* line 18, global/scss/global/_ads.scss */
  .dfp-tag-wrapper .slug {
    background-color: #a0aab4;
    color: white;
    font-size: 10px ;
    line-height: 16px ;
    letter-spacing: 0px ;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0 10px 0 5px;
    z-index: 5;
    position: absolute;
    right: 0;
    bottom: -18px; }
    /* line 217, global/scss/mixins/_misc.scss */
    .dfp-tag-wrapper .slug:after {
      content: ' ';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: -8px;
      top: 0;
      border-style: solid;
      border-width: 16px 0 0 8px;
      border-color: transparent;
      border-top-color: #a0aab4; }
  /* line 25, global/scss/global/_ads.scss */
  .dfp-tag-wrapper.active {
    border: 1px solid #fff;
    display: block;
    padding: 0 0 0 0;
    margin: 0 0 40px 0; }
    /* line 30, global/scss/global/_ads.scss */
    .dfp-tag-wrapper.active .slug {
      display: block; }
    /* line 33, global/scss/global/_ads.scss */
    .dfp-tag-wrapper.active .dfp-tag {
      display: block;
      border: 1px solid #d8dcdc; }

/* line 41, global/scss/global/_ads.scss */
#content_footer .dfp-tag-wrapper {
  margin-bottom: 80px; }

/* takeover ads */
/* line 47, global/scss/global/_ads.scss */
.region-ad-takeover {
  display: none;
  -webkit-box-shadow: inset 1px -8px 10px -6px #464646;
  -moz-box-shadow: inset 1px -8px 10px -6px #464646;
  box-shadow: inset 1px -8px 10px -6px #464646;
  background: url(/global/profiles/sbsdistribution/themes/global/images/sidebar-bg-noise.gif);
  padding-top: 15px;
  padding-bottom: 30px; }
  /* line 55, global/scss/global/_ads.scss */
  .region-ad-takeover .content > .dfp-tag-wrapper.active {
    margin-bottom: 0; }

/* line 62, global/scss/global/_ads.scss */
.displaymode-hires .region-ad-takeover .block-dfp {
  width: 1650px; }

/* line 68, global/scss/global/_ads.scss */
.displaymode-tablet #block-dfp-slot2 {
  padding-top: 20px; }

/* line 72, global/scss/global/_ads.scss */
.displaymode-tablet .region-ad-takeover .content > .dfp-tag-wrapper {
  padding-bottom: 15px; }

/* line 81, global/scss/global/_ads.scss */
.displaymode-mobile #sidebar-first .block-dfp .content {
  overflow: visible; }

/* line 98, global/scss/global/_ads.scss */
.displaymode-tablet #block-dfp-slot3 .dfp-tag iframe,
.displaymode-tablet #block-dfp-slot4 .dfp-tag iframe,
.displaymode-tablet #block-dfp-slot7 .dfp-tag iframe {
  -webkit-transform: scale(0.9555);
  -webkit-transform-origin: 0 0;
  -moz-transform: scale(0.9555);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.9555);
  -o-transform-origin: 0 0; }

/* line 106, global/scss/global/_ads.scss */
.page-fixed-3.displaymode-not-mobile #main #block-dfp-slot2 .dfp-tag iframe,
.page-fixed-3.displaymode-not-mobile #main .dfp-tag iframe,
.displaymode-grid-3.displaymode-not-mobile #main #block-dfp-slot2 .dfp-tag iframe,
.displaymode-grid-3.displaymode-not-mobile #main .dfp-tag iframe {
  -webkit-transform: scale(0.9555);
  -webkit-transform-origin: 0 0;
  -moz-transform: scale(0.9555);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.9555);
  -o-transform-origin: 0 0; }

/* line 111, global/scss/global/_ads.scss */
.page-fixed-3.displaymode-not-mobile #main #block-dfp-slot2,
.page-fixed-3.displaymode-not-mobile #block-dfp-slot7,
.page-fixed-3.displaymode-not-mobile #main .pane-dfp-slot5,
.page-fixed-3.displaymode-not-mobile #main .pane-dfp-slot6,
.displaymode-grid-3.displaymode-not-mobile #main #block-dfp-slot2,
.displaymode-grid-3.displaymode-not-mobile #block-dfp-slot7,
.displaymode-grid-3.displaymode-not-mobile #main .pane-dfp-slot5,
.displaymode-grid-3.displaymode-not-mobile #main .pane-dfp-slot6 {
  margin-right: 0;
  width: 700px; }

/* line 121, global/scss/global/_ads.scss */
#main .pane-dfp-slot5,
#main .pane-dfp-slot6 {
  margin-right: 20px;
  margin-bottom: 0;
  border-bottom: 0;
  clear: both; }
  /* line 27, global/scss/mixins/_layout.scss */
  #main .pane-dfp-slot5:after,
  #main .pane-dfp-slot6:after {
    display: block;
    content: "";
    border-top: 1px solid #d8dcdc;
    border-bottom: 1px solid white;
    margin: 0 0 40px 0;
    visibility: visible;
    clear: both;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 0 solid transparent; }

/* line 129, global/scss/global/_ads.scss */
.displaymode-mobile #block-dfp-slot2,
.displaymode-mobile #main .pane-dfp-slot5,
.displaymode-mobile #main .pane-dfp-slot6 {
  clear: both;
  margin-right: 0; }

/* line 135, global/scss/global/_ads.scss */
.displaymode-mobile #main .pane-dfp-slot5,
.displaymode-mobile #main .pane-dfp-slot6 {
  margin-bottom: 0;
  border-bottom: 0;
  clear: both; }
  /* line 27, global/scss/mixins/_layout.scss */
  .displaymode-mobile #main .pane-dfp-slot5:after,
  .displaymode-mobile #main .pane-dfp-slot6:after {
    display: block;
    content: "";
    border-top: 1px solid #d8dcdc;
    border-bottom: 1px solid white;
    margin: 0 0 20px 0;
    visibility: visible;
    clear: both;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 0 solid transparent; }

/* line 145, global/scss/global/_ads.scss */
.displaymode-mobile .not-front #block-dfp-slot2 .dfp-tag-wrapper.active,
.displaymode-tablet .not-front #block-dfp-slot2 .dfp-tag-wrapper.active {
  margin: 20px 0 42px 0; }

/*  ==========
    Hires
    Desktop
    Tablet
    Mobile
========== */
/* line 24, global/scss/global/supercrumb/_supercrumb.scss */
.displaymode-tablet .front #breadcrumb,
.displaymode-tablet .front #active_trail_menu,
.displaymode-mobile .front #breadcrumb,
.displaymode-mobile .front #active_trail_menu {
  display: block;
  margin-top: 0;
  margin-left: 0; }

/* line 30, global/scss/global/supercrumb/_supercrumb.scss */
.displaymode-tablet .front #main-wrapper,
.displaymode-mobile .front #main-wrapper {
  position: static; }
  /* line 32, global/scss/global/supercrumb/_supercrumb.scss */
  .displaymode-tablet .front #main-wrapper .vertical-branding,
  .displaymode-mobile .front #main-wrapper .vertical-branding {
    position: static; }

/*  ==========
    Hires
    Desktop
========== */
/* line 46, global/scss/global/supercrumb/_supercrumb.scss */
.displaymode-hires .front #breadcrumb,
.displaymode-hires .front #active_trail_menu,
.displaymode-desktop .front #breadcrumb,
.displaymode-desktop .front #active_trail_menu {
  display: none; }

/*  ==========
    Tablet
    Mobile
========== */
/* line 62, global/scss/global/supercrumb/_supercrumb.scss */
.displaymode-tablet .front.guide #breadcrumb {
  margin-left: -38px;
  padding-right: 0px; }

/* line 70, global/scss/global/supercrumb/_supercrumb.scss */
.displaymode-tablet .guide #breadcrumb {
  margin-top: 0;
  padding-right: 0px; }

/* line 7, global/scss/global/supercrumb/_breadcrumb.scss */
#breadcrumb-active-trail-wrapper {
  z-index: 4;
  clear: both; }

/* line 14, global/scss/global/supercrumb/_breadcrumb.scss */
.front #breadcrumb-active-trail-wrapper {
  display: none; }

/* line 21, global/scss/global/supercrumb/_breadcrumb.scss */
.sbs-title-suffix-extras {
  position: relative; }
  /* line 24, global/scss/global/supercrumb/_breadcrumb.scss */
  .displaymode-not-mobile .sbs-title-suffix-extras {
    margin-right: 20px; }
  /* line 28, global/scss/global/supercrumb/_breadcrumb.scss */
  .sbs-title-suffix-extras .sub_title, .sbs-title-suffix-extras .title-suffix-extras {
    width: 187px;
    letter-spacing: normal;
    color: #1b2024; }
  /* line 36, global/scss/global/supercrumb/_breadcrumb.scss */
  .displaymode-not-mobile .sbs-title-suffix-extras .title-suffix-extras-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 200px;
    background: transparent url(/global/profiles/sbsdistribution/themes/global/images/sbs-radial-shadow-right.png) no-repeat 0 0;
    background-size: 7px 100%; }
  /* line 48, global/scss/global/supercrumb/_breadcrumb.scss */
  .displaymode-mobile .sbs-title-suffix-extras h1#page-title {
    margin-bottom: 10px; }
  /* line 51, global/scss/global/supercrumb/_breadcrumb.scss */
  .displaymode-not-mobile .sbs-title-suffix-extras h1#page-title {
    margin-bottom: 50px; }
  /* line 59, global/scss/global/supercrumb/_breadcrumb.scss */
  .displaymode-not-mobile .sbs-title-suffix-extras .sub_title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    border-bottom: 0;
    clear: both;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    text-transform: none;
    height: 26px;
    font-size: 14px ;
    line-height: 26px ;
    letter-spacing: 0px ; }
    /* line 27, global/scss/mixins/_layout.scss */
    .displaymode-not-mobile .sbs-title-suffix-extras .sub_title:after {
      display: block;
      content: "";
      border-top: 1px solid #d8dcdc;
      border-bottom: 1px solid white;
      margin: 0 0 0 0;
      visibility: visible;
      clear: both;
      width: 100%;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-right: 0 solid transparent; }
  /* line 76, global/scss/global/supercrumb/_breadcrumb.scss */
  .displaymode-mobile .sbs-title-suffix-extras .title-suffix-extras {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    border-bottom: 0;
    clear: both;
    position: relative;
    padding: 0 0 0 0;
    height: 26px;
    line-height: 26px; }
    /* line 27, global/scss/mixins/_layout.scss */
    .displaymode-mobile .sbs-title-suffix-extras .title-suffix-extras:after {
      display: block;
      content: "";
      border-top: 1px solid #d8dcdc;
      border-bottom: 1px solid white;
      margin: 0px 0 20px 0;
      visibility: visible;
      clear: both;
      width: 100%;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-right: 0 solid transparent; }
  /* line 85, global/scss/global/supercrumb/_breadcrumb.scss */
  .displaymode-not-mobile .sbs-title-suffix-extras .title-suffix-extras {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    border-bottom: 0;
    clear: both;
    position: absolute;
    top: 28px;
    right: 0;
    height: 26px;
    line-height: 26px; }
    /* line 27, global/scss/mixins/_layout.scss */
    .displaymode-not-mobile .sbs-title-suffix-extras .title-suffix-extras:after {
      display: block;
      content: "";
      border-top: 1px solid #d8dcdc;
      border-bottom: 1px solid white;
      margin: 0px 0 0 0;
      visibility: visible;
      clear: both;
      width: 100%;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-right: 0 solid transparent; }
  /* line 95, global/scss/global/supercrumb/_breadcrumb.scss */
  .sbs-title-suffix-extras .title-suffix-extras a {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #1b2024; }
    /* line 104, global/scss/global/supercrumb/_breadcrumb.scss */
    .sbs-title-suffix-extras .title-suffix-extras a:hover, .sbs-title-suffix-extras .title-suffix-extras a.hover {
      background-color: #ededed; }
    /* line 109, global/scss/global/supercrumb/_breadcrumb.scss */
    .sbs-title-suffix-extras .title-suffix-extras a:after {
      position: absolute;
      top: 1px;
      right: 10px; }
    /* line 455, global/scss/mixins/_icons.scss */
    .sbs-title-suffix-extras .title-suffix-extras a:after {
      color: #1b2024;
      content: "";
      font-size: 11px !important;
      -webkit-transition-property: color;
      -moz-transition-property: color;
      -o-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out; }
    /* line 470, global/scss/mixins/_icons.scss */
    .sbs-title-suffix-extras .title-suffix-extras a:hover:after {
      color: #1b2024;
      -webkit-transition-property: color;
      -moz-transition-property: color;
      -o-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.075s;
      -moz-transition-duration: 0.075s;
      -o-transition-duration: 0.075s;
      transition-duration: 0.075s;
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out; }
    /* line 480, global/scss/mixins/_icons.scss */
    .sbs-title-suffix-extras .title-suffix-extras a.disabled:after {
      color: #748797 !important; }

/*  ==========
    Mobile
    Tablet
========== */
/* line 133, global/scss/global/supercrumb/_breadcrumb.scss */
.displaymode-tablet #main,
.displaymode-mobile #main {
  position: relative;
  z-index: 2; }

/*  ==========
    Not Mobile
========== */
/* line 141, global/scss/global/supercrumb/_breadcrumb.scss */
.displaymode-not-mobile #breadcrumb-active-trail-wrapper {
  margin-bottom: 0;
  border-bottom: 0;
  clear: both; }
  /* line 27, global/scss/mixins/_layout.scss */
  .displaymode-not-mobile #breadcrumb-active-trail-wrapper:after {
    display: block;
    content: "";
    border-top: 1px solid #d8dcdc;
    border-bottom: 1px solid white;
    margin: 0 20px 40px 0;
    visibility: visible;
    clear: both;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 40px solid transparent; }

/* line 147, global/scss/global/supercrumb/_breadcrumb.scss */
.displaymode-not-mobile .page-node #breadcrumb-active-trail-wrapper:after {
  display: none; }

/*  ==========
    Mobile
========== */
/* line 159, global/scss/global/supercrumb/_breadcrumb.scss */
.displaymode-mobile #breadcrumb-active-trail-wrapper {
  margin: 0 20px;
  max-width: 460px;
  margin-bottom: 0;
  border-bottom: 0;
  clear: both; }
  /* line 27, global/scss/mixins/_layout.scss */
  .displaymode-mobile #breadcrumb-active-trail-wrapper:after {
    display: block;
    content: "";
    border-top: 1px solid #d8dcdc;
    border-bottom: 1px solid white;
    margin: 0 0 40px 0;
    visibility: visible;
    clear: both;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 0 solid transparent; }

/* line 167, global/scss/global/supercrumb/_breadcrumb.scss */
.displaymode-mobile .page-node #breadcrumb-active-trail-wrapper:after {
  display: none; }

/*  ==========
  ALL DISPLAYMODES
========== */
/* line 522, global/scss/mixins/_button.scss */
#active_trail_menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 26px; }
  /* line 527, global/scss/mixins/_button.scss */
  #active_trail_menu > h2 {
    display: block;
    height: 24px;
    border: 1px solid #d8dcdc;
    padding: 0px 10px 0px 10px;
    margin-right: 25px;
    font-weight: normal ;
    font-style: normal ;
    font-size: 12px ;
    line-height: 24px ;
    letter-spacing: 0px ;
    background: transparent;
    text-align: left;
    position: static;
    color: #525e6e;
    -webkit-box-shadow: white 1px 1px 0;
    -moz-box-shadow: white 1px 1px 0;
    box-shadow: white 1px 1px 0;
    text-shadow: 1px 1px white; }
    /* line 455, global/scss/mixins/_icons.scss */
    #active_trail_menu > h2:after {
      color: #525e6e;
      content: "";
      font-size: 14px !important; }
    /* line 480, global/scss/mixins/_icons.scss */
    #active_trail_menu > h2.disabled:after {
      color: #a6b0bd !important; }
    /* line 559, global/scss/mixins/_button.scss */
    #active_trail_menu > h2:hover, #active_trail_menu > h2.active {
      -webkit-box-shadow: inset 0 0 4px #a0aab4, white 1px 1px 0;
      -moz-box-shadow: inset 0 0 4px #a0aab4, white 1px 1px 0;
      box-shadow: inset 0 0 4px #a0aab4, white 1px 1px 0;
      background-color: rgba(160, 170, 180, 0.25);
      color: #1b2024;
      border-color: #a0aab4; }
    /* line 572, global/scss/mixins/_button.scss */
    #active_trail_menu > h2:after {
      width: 24px;
      height: 24px;
      position: absolute;
      top: 0;
      right: 0;
      background-color: transparent;
      text-align: center;
      line-height: 24px;
      border: 1px solid #d8dcdc;
      -webkit-box-shadow: white 1px 1px 0;
      -moz-box-shadow: white 1px 1px 0;
      box-shadow: white 1px 1px 0; }

/* line 14, global/scss/global/supercrumb/_active_trail_menu.scss */
#active_trail_menu {
  position: relative;
  width: 220px;
  margin-bottom: 10px; }
  /* line 19, global/scss/global/supercrumb/_active_trail_menu.scss */
  #active_trail_menu h2 {
    font-weight: normal ;
    font-style: normal ;
    cursor: pointer;
    cursor: hand;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0; }
  /* line 145, global/scss/mixins/_list.scss */
  #active_trail_menu .menu-block-wrapper {
    padding: 10px;
    margin: 0; }
    /* line 149, global/scss/mixins/_list.scss */
    #active_trail_menu .menu-block-wrapper .item a {
      padding: 5px 0;
      border-bottom: 1px solid #d8dcdc;
      color: #525e6e;
      display: block;
      font-size: 12px ;
      line-height: 14px ;
      letter-spacing: 0px ;
      margin: 0; }
      /* line 157, global/scss/mixins/_list.scss */
      #active_trail_menu .menu-block-wrapper .item a:hover {
        border-color: #a0aab4;
        color: #1b2024; }
  /* line 187, global/scss/mixins/_menu.scss */
  #active_trail_menu ul {
    position: relative;
    display: block;
    width: 100%; }
    /* line 191, global/scss/mixins/_menu.scss */
    #active_trail_menu ul li {
      background: #fff;
      list-style-type: none;
      list-style-image: none;
      position: relative;
      float: none; }
      /* line 197, global/scss/mixins/_menu.scss */
      #active_trail_menu ul li a {
        padding: 5px 7px;
        text-decoration: none; }
        /* line 200, global/scss/mixins/_menu.scss */
        #active_trail_menu ul li a.active {
          border-color: #cccccc !important; }
    /* line 216, global/scss/mixins/_menu.scss */
    #active_trail_menu ul li span {
      display: none; }
  /* line 38, global/scss/global/supercrumb/_active_trail_menu.scss */
  #active_trail_menu .item {
    list-style: none; }
  /* line 42, global/scss/global/supercrumb/_active_trail_menu.scss */
  #active_trail_menu .menu-block-wrapper {
    width: 200px;
    position: absolute;
    z-index: 4;
    background: white;
    left: 0;
    top: 27px;
    -webkit-box-shadow: #a0aab4 0px 3px 6px -3px;
    -moz-box-shadow: #a0aab4 0px 3px 6px -3px;
    box-shadow: #a0aab4 0px 3px 6px -3px;
    display: none; }
    /* line 52, global/scss/global/supercrumb/_active_trail_menu.scss */
    #active_trail_menu .menu-block-wrapper .item {
      padding: 0; }
  /* line 57, global/scss/global/supercrumb/_active_trail_menu.scss */
  #active_trail_menu.active .menu-block-wrapper {
    display: block; }

/* line 68, global/scss/global/supercrumb/_active_trail_menu.scss */
.lt-ie9 .displaymode-hires #active_trail_menu.active h2,
.lt-ie9 .displaymode-hires #active_trail_menu .menu-block-wrapper,
.lt-ie9 .displaymode-desktop #active_trail_menu.active h2,
.lt-ie9 .displaymode-desktop #active_trail_menu .menu-block-wrapper {
  border: 1px solid #d8dcdd; }

/* line 73, global/scss/global/supercrumb/_active_trail_menu.scss */
.lt-ie9 .displaymode-hires #active_trail_menu.active h2,
.lt-ie9 .displaymode-desktop #active_trail_menu.active h2 {
  border-width: 1px 1px 0 1px;
  position: absolute;
  width: 122px;
  top: -1px;
  left: -1px;
  z-index: 3; }

/* line 81, global/scss/global/supercrumb/_active_trail_menu.scss */
.lt-ie9 .displaymode-hires #active_trail_menu .menu-block-wrapper,
.lt-ie9 .displaymode-desktop #active_trail_menu .menu-block-wrapper {
  border-width: 1px;
  top: 29px;
  left: -1px; }

/* line 1, global/scss/global/_forms.scss */
.page-node-add .text-format-wrapper fieldset.filter-wrapper,
.page-node-edit .text-format-wrapper fieldset.filter-wrapper {
  display: none; }

/* line 6, global/scss/global/_forms.scss */
input.prompt-active {
  color: #a0aab4; }

/* ==========
   Back to top button
========== */
/* line 5, global/scss/global/_backtotop.scss */
#footer .backtotop {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  position: fixed;
  left: 0;
  top: 438px;
  z-index: 0; }
  /* line 12, global/scss/global/_backtotop.scss */
  #footer .backtotop.visible {
    z-index: 999;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.075s;
    -moz-transition-duration: 0.075s;
    -o-transition-duration: 0.075s;
    transition-duration: 0.075s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
  /* line 17, global/scss/global/_backtotop.scss */
  #footer .backtotop a {
    background-color: #1b2024;
    background-color: #1b2024;
    font-size: 0;
    color: transparent;
    line-height: 0;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 60px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
    /* line 455, global/scss/mixins/_icons.scss */
    #footer .backtotop a:after {
      color: white;
      content: "";
      font-size: 24px !important; }
    /* line 480, global/scss/mixins/_icons.scss */
    #footer .backtotop a.disabled:after {
      color: white !important; }
    /* line 353, global/scss/mixins/_button.scss */
    #footer .backtotop a.disabled {
      cursor: auto !important;
      background-color: #1b2024 !important; }
    /* line 386, global/scss/mixins/_button.scss */
    #footer .backtotop a:hover {
      background-color: #1b2024;
      background-color: #1b2024;
      -webkit-transition-property: background-color;
      -moz-transition-property: background-color;
      -o-transition-property: background-color;
      transition-property: background-color;
      -webkit-transition-duration: 0.075s;
      -moz-transition-duration: 0.075s;
      -o-transition-duration: 0.075s;
      transition-duration: 0.075s;
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out; }
    /* line 418, global/scss/mixins/_button.scss */
    #footer .backtotop a:after {
      line-height: 60px;
      width: 100%;
      text-align: center; }

/* line 34, global/scss/global/_backtotop.scss */
.no-csstransitions #footer .backtotop {
  display: none; }
  /* line 36, global/scss/global/_backtotop.scss */
  .no-csstransitions #footer .backtotop .visible {
    display: block; }

/* line 45, global/scss/global/_backtotop.scss */
.displaymode-tablet #footer .header,
.displaymode-mobile #footer .header {
  background-color: #1b2024;
  height: 85px; }

/* line 50, global/scss/global/_backtotop.scss */
.displaymode-tablet #footer .backtotop,
.displaymode-mobile #footer .backtotop {
  position: absolute;
  top: 0;
  border-right: 1px solid #495462;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  z-index: 999; }
  /* line 57, global/scss/global/_backtotop.scss */
  .displaymode-tablet #footer .backtotop a,
  .displaymode-mobile #footer .backtotop a {
    background-color: transparent;
    font-size: 0;
    color: transparent;
    line-height: 0;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 60px;
    height: 85px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
    /* line 455, global/scss/mixins/_icons.scss */
    .displaymode-tablet #footer .backtotop a:after,
    .displaymode-mobile #footer .backtotop a:after {
      color: #525e6e;
      content: "";
      font-size: 24px !important; }
    /* line 480, global/scss/mixins/_icons.scss */
    .displaymode-tablet #footer .backtotop a.disabled:after,
    .displaymode-mobile #footer .backtotop a.disabled:after {
      color: #a6b0bd !important; }
    /* line 353, global/scss/mixins/_button.scss */
    .displaymode-tablet #footer .backtotop a.disabled,
    .displaymode-mobile #footer .backtotop a.disabled {
      cursor: auto !important;
      background-color: transparent !important; }
    /* line 386, global/scss/mixins/_button.scss */
    .displaymode-tablet #footer .backtotop a:hover,
    .displaymode-mobile #footer .backtotop a:hover {
      background-color: transparent;
      -webkit-transition-property: background-color;
      -moz-transition-property: background-color;
      -o-transition-property: background-color;
      transition-property: background-color;
      -webkit-transition-duration: 0.075s;
      -moz-transition-duration: 0.075s;
      -o-transition-duration: 0.075s;
      transition-duration: 0.075s;
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out; }
    /* line 418, global/scss/mixins/_button.scss */
    .displaymode-tablet #footer .backtotop a:after,
    .displaymode-mobile #footer .backtotop a:after {
      line-height: 85px;
      width: 100%;
      text-align: center; }

/*
@include genre-colour('Arts', $colour-teal-1);
@include genre-colour('Comedy', $colour-purple-1);
@include genre-colour('Documentary', $colour-fuschia-1);
@include genre-colour('Drama', $colour-teal-1);
@include genre-colour('Education', $colour-fuschia-1);
@include genre-colour('Entertainment', $colour-purple-1);
@include genre-colour('Film', $colour-teal-1);
@include genre-colour('Movies', $colour-teal-1);
@include genre-colour('Short-Film', $colour-teal-1);
@include genre-colour('Food', $colour-green-2);
@include genre-colour('News', $colour-blue-1);
@include genre-colour('Opera', $colour-teal-1);
@include genre-colour('Sport', $colour-red-1);
@include genre-colour('Word-Cup', rgb(94,150,50));
@include genre-colour('FIFA-World-Cup', rgb(94,150,50));
*/
/* regions */
/* line 3, global/scss/regions/_content_header.scss */
.displaymode-mobile #main-wrapper .region-content-header {
  padding: 0 20px; }

/* panels */
/* line 1, global/scss/panels/_panels.scss */
.panel-pane {
  clear: both;
  /*overflow: hidden;*/ }

/* line 9, global/scss/panels/_panels.scss */
.displaymode-not-mobile .panel-pane .pane-title {
  color: #1b2024;
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: bold ;
  font-size: 18px ;
  line-height: 18px ;
  letter-spacing: 0px ;
  border-bottom: 3px solid #1b2024;
  padding: 0 0 5px 0;
  margin: 0 20px 20px 0; }
  /* line 12, global/scss/panels/_panels.scss */
  .displaymode-not-mobile .panel-pane .pane-title.sbs-title-style-hide {
    display: none; }
  /* line 16, global/scss/panels/_panels.scss */
  .displaymode-not-mobile .panel-pane .pane-title.sbs-title-style-solid {
    box-sizing: border-box;
    font-size: 16px  !important;
    line-height: 30px  !important;
    letter-spacing: 0px  !important;
    -webkit-font-smoothing: antialiased;
    font-weight: bold ;
    font-size: 14px ;
    line-height: 30px ;
    letter-spacing: 0px ;
    color: white;
    padding: 0 10px;
    background: #1b2024;
    margin: 0;
    border-bottom: none; }
  /* line 28, global/scss/panels/_panels.scss */
  .displaymode-not-mobile .panel-pane .pane-title.sbs-title-style-solid-label {
    background-color: #1b2024;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: bold ;
    font-size: 14px ;
    line-height: 14px ;
    letter-spacing: 0px ;
    margin: 0 0 0 1px;
    padding: 10px;
    position: relative;
    width: 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: none; }
    /* line 38, global/scss/panels/_panels.scss */
    .displaymode-not-mobile .panel-pane .pane-title.sbs-title-style-solid-label:after {
      display: block;
      content: ' ';
      width: 0px;
      height: 0;
      position: absolute;
      right: -14px;
      top: 0;
      border-left: 14px solid #1b2024;
      border-top: 36px solid transparent; }

/* line 58, global/scss/panels/_panels.scss */
.displaymode-mobile .panel-pane .pane-title {
  color: #1b2024;
  -webkit-font-smoothing: antialiased;
  font-weight: bold ;
  font-size: 18px ;
  line-height: 18px ;
  letter-spacing: 0px ;
  border-bottom: 3px solid #1b2024;
  padding: 0 0 5px 0;
  margin: 0 20px 20px 20px;
  max-width: 460px; }
  /* line 62, global/scss/panels/_panels.scss */
  .displaymode-mobile .panel-pane .pane-title.sbs-title-style-hide {
    display: none; }
  /* line 66, global/scss/panels/_panels.scss */
  .displaymode-mobile .panel-pane .pane-title.sbs-title-style-solid {
    box-sizing: border-box;
    font-size: 16px  !important;
    line-height: 30px  !important;
    letter-spacing: 0px  !important;
    -webkit-font-smoothing: antialiased;
    font-weight: bold ;
    font-size: 14px ;
    line-height: 30px ;
    letter-spacing: 0px ;
    color: white;
    padding: 0 10px;
    background: #1b2024;
    margin: 0;
    border-bottom: none; }
  /* line 78, global/scss/panels/_panels.scss */
  .displaymode-mobile .panel-pane .pane-title.sbs-title-style-solid-label {
    background-color: #1b2024;
    color: #fff;
    font-weight: normal ;
    font-style: normal ;
    font-size: 18px ;
    line-height: 18px ;
    letter-spacing: 0px ;
    margin: 0px 59px 0 0;
    padding: 10px;
    position: relative;
    border-bottom: none; }
    /* line 86, global/scss/panels/_panels.scss */
    .displaymode-mobile .panel-pane .pane-title.sbs-title-style-solid-label:after {
      display: block;
      content: ' ';
      width: 0px;
      height: 0;
      position: absolute;
      right: -14px;
      top: 0;
      border-left: 14px solid #1b2024;
      border-top: 38px solid transparent; }

/* line 104, global/scss/panels/_panels.scss */
.displaymode-not-mobile .page-node .panel-panel {
  max-width: 720px; }
  /* line 109, global/scss/panels/_panels.scss */
  .displaymode-not-mobile .page-node .panel-panel .grid .view-content,
  .displaymode-not-mobile .page-node .panel-panel .grid-responsive .view-content {
    overflow: hidden; }
    /* line 112, global/scss/panels/_panels.scss */
    .displaymode-not-mobile .page-node .panel-panel .grid .view-content .views-row,
    .displaymode-not-mobile .page-node .panel-panel .grid-responsive .view-content .views-row {
      overflow: hidden;
      float: left; }

/* line 124, global/scss/panels/_panels.scss */
.displaymode-mobile .page-node .panel-panel .panel-pane .pane-title {
  padding: 0 20px; }

/* line 1, global/scss/panels/_pane-node-field-related-content.scss */
.pane-node-field-related-content {
  overflow: hidden; }

/* line 3, global/scss/panels/_pane-solr-related-nodes-related-nodes.scss */
.displaymode-not-mobile .pane-solr-related-nodes-related-nodes .pane-title {
  color: #525e6e;
  -webkit-font-smoothing: antialiased;
  font-weight: bold ;
  font-size: 18px ;
  line-height: 18px ;
  letter-spacing: 0px ;
  border-bottom: 3px solid #525e6e;
  padding: 0 0 5px 0;
  margin: 0 20px 20px 0; }

/* line 2, global/scss/panels/_pane-term-description.scss */
.pane-term-description {
  -webkit-font-smoothing: antialiased;
  font-weight: bold ;
  font-size: 16px ;
  line-height: 18px ;
  letter-spacing: 0px ;
  color: #525e6e; }

/* line 8, global/scss/panels/_pane-term-description.scss */
.displaymode-not-mobile .pane-term-description {
  margin-bottom: 0;
  border-bottom: 0;
  clear: both; }
  /* line 27, global/scss/mixins/_layout.scss */
  .displaymode-not-mobile .pane-term-description:after {
    display: block;
    content: "";
    border-top: 1px solid #d8dcdc;
    border-bottom: 1px solid white;
    margin: 40px 20px 40px 0;
    visibility: visible;
    clear: both;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 40px solid transparent; }
  /* line 11, global/scss/panels/_pane-term-description.scss */
  .displaymode-not-mobile .pane-term-description p {
    width: 700px; }

/* line 18, global/scss/panels/_pane-term-description.scss */
.displaymode-mobile .pane-term-description {
  margin: 0 20px 20px 20px; }

/* line 1, global/scss/panels/_pane-food-cuisine-shortlist-panel-pane-1.scss */
.displaymode-mobile .pane-food-cuisine-shortlist-panel-pane-1 h2 {
  margin-left: 20px;
  margin-right: 20px; }

/* line 2, global/scss/page/_taxonomy-term.scss */
.page-taxonomy-term #active_trail_menu {
  display: none !important; }

/* line 6, global/scss/page/_taxonomy-term.scss */
.page-taxonomy-term .views-filter-area-wrapper .views-filter-area .views-widget-sort-by .form-item {
  right: -10px; }

/* line 10, global/scss/page/_taxonomy-term.scss */
.page-taxonomy-term #breadcrumb-active-trail-wrapper:after {
  margin-bottom: 10px; }

/* line 2, global/scss/page/_recipes-collections.scss */
.page-recipes-collections #active_trail_menu {
  display: none !important; }

/* line 6, global/scss/page/_recipes-collections.scss */
.page-recipes-collections .views-filter-area-wrapper .views-filter-area .views-widget-sort-by .form-item {
  right: 10px; }

/* line 10, global/scss/page/_recipes-collections.scss */
.page-recipes-collections #breadcrumb-active-trail-wrapper:after {
  margin-bottom: 10px; }

/* line 15, global/scss/page/_recipes-collections.scss */
.page-recipes-collections.collection #breadcrumb-active-trail-wrapper:after {
  margin-bottom: 40px; }

/* blocks */
/* line 1, global/scss/block/_block-views.scss */
.block-views {
  overflow: hidden;
  clear: both; }

/* line 2, global/scss/block/_bean-mpx-video.scss */
.bean-mpx-video iframe {
  width: 100%;
  height: 100%; }

/* line 7, global/scss/block/_bean-mpx-video.scss */
.bean-mpx-video .media-mpx-preview-wrapper {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%; }

/* ==========
  Tabs (jQuery UI tab override)
========== */
/* line 4, global/scss/modules/_tabs.scss */
.ui-tabs {
  -webkit-box-shadow: #a0aab4 1px 1px 0;
  -moz-box-shadow: #a0aab4 1px 1px 0;
  box-shadow: #a0aab4 1px 1px 0;
  border: 1px solid #d8dcdc;
  padding: 0; }
  /* line 16, global/scss/modules/_tabs.scss */
  .ui-tabs.ui-widget-content {
    border: 0 none; }
  /* line 19, global/scss/modules/_tabs.scss */
  .ui-tabs.ui-corner-all,
  .ui-tabs .ui-corner-all {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  /* line 24, global/scss/modules/_tabs.scss */
  .ui-tabs .ui-tabs-nav {
    border: 0 none;
    padding: 0; }
  /* line 29, global/scss/modules/_tabs.scss */
  .ui-tabs .ui-widget-header {
    background: transparent; }
    /* line 31, global/scss/modules/_tabs.scss */
    .ui-tabs .ui-widget-header li {
      margin: 0;
      padding: 0;
      float: none;
      display: inline-block;
      background: #fff;
      border: 0 none;
      padding: 0 10px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      /* line 40, global/scss/modules/_tabs.scss */
      .ui-tabs .ui-widget-header li.ui-state-default {
        padding: 0;
        margin: 10px 0 0 0; }
        /* line 43, global/scss/modules/_tabs.scss */
        .ui-tabs .ui-widget-header li.ui-state-default a {
          -webkit-font-smoothing: antialiased;
          font-weight: bold ;
          font-size: 16px ;
          line-height: 16px ;
          letter-spacing: 0px ;
          padding: 5px 10px; }
      /* line 48, global/scss/modules/_tabs.scss */
      .ui-tabs .ui-widget-header li.ui-tabs-selected {
        background-color: #fff; }
        /* line 50, global/scss/modules/_tabs.scss */
        .ui-tabs .ui-widget-header li.ui-tabs-selected a {
          color: #1b2024; }

/* ==========
  Form Elements
========== */
/* line 4, global/scss/modules/_form_elements.scss */
form {
  color: #929292;
  padding: 0;
  /*width: 600px;*/
  width: 80%; }
  /* line 9, global/scss/modules/_form_elements.scss */
  form p {
    padding: 5px 0;
    position: relative; }
    /* line 12, global/scss/modules/_form_elements.scss */
    form p:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    /* line 20, global/scss/modules/_form_elements.scss */
    form p.nolabel * {
      margin-left: 110px; }
  /* line 24, global/scss/modules/_form_elements.scss */
  form label {
    padding-right: 10px;
    display: inline; }
  /* line 28, global/scss/modules/_form_elements.scss */
  form .link-field-subrow {
    padding: 10px 0; }
  /* line 32, global/scss/modules/_form_elements.scss */
  form .horizontal-tabs fieldset.horizontal-tabs-pane {
    padding: 0 .5em; }
  /* line 35, global/scss/modules/_form_elements.scss */
  form a.tabledrag-handle .handle {
    margin-left: 1em; }
  /* line 38, global/scss/modules/_form_elements.scss */
  form div.link-field-column .form-text {
    width: 80%; }
  /* line 43, global/scss/modules/_form_elements.scss */
  form tr.even td, form tr.odd td {
    padding: 0.6em 1em; }
  /* line 48, global/scss/modules/_form_elements.scss */
  form .form-actions input {
    padding: 5px;
    margin-right: 10px; }
    /* line 51, global/scss/modules/_form_elements.scss */
    form .form-actions input:hover {
      background: #000;
      color: #fff; }
  /* line 58, global/scss/modules/_form_elements.scss */
  form .field-add-more-submit {
    padding: 3px 5px; }
    /* line 60, global/scss/modules/_form_elements.scss */
    form .field-add-more-submit:hover {
      background: #000;
      color: #fff; }
  /* line 65, global/scss/modules/_form_elements.scss */
  form .button.remove,
  form .button.edit,
  form .button.launcher {
    padding: 5px;
    border: 1px solid #999;
    margin-right: 10px; }
    /* line 71, global/scss/modules/_form_elements.scss */
    form .button.remove:hover,
    form .button.edit:hover,
    form .button.launcher:hover {
      background: #000;
      color: #fff;
      text-decoration: none; }

/* ==========
  Definition Lists
========== */
/* line 4, global/scss/modules/_definition_lists.scss */
dl {
  display: block;
  width: 90%;
  margin: 20px 0 40px;
  border: 1px solid #bbb;
  border-bottom: 0 none; }
  /* line 5, global/scss/modules/_definition_lists.scss */
  dl dt {
    display: block;
    -webkit-font-smoothing: antialiased;
    font-weight: bold ;
    font-size: 11px ;
    line-height: 13px ;
    letter-spacing: 0px ;
    margin: 0;
    text-align: left;
    padding: .8em; }
    /* line 6, global/scss/modules/_definition_lists.scss */
    dl dt a {
      color: #444; }
  /* line 15, global/scss/modules/_definition_lists.scss */
  dl dd {
    font-size: 12px ;
    line-height: 14px ;
    letter-spacing: 0px ;
    margin: 0;
    padding: 0 .8em .8em;
    margin-bottom: 5px;
    border-bottom: 1px solid #bbb; }
    /* line 16, global/scss/modules/_definition_lists.scss */
    dl dd:before {
      content: "- "; }

/* line 1, global/scss/modules/janrain/_common.scss */
#janrainModalOverlay {
  opacity: 0.9 !important;
  filter: alpha(opacity=90) !important; }

/* line 5, global/scss/modules/janrain/_signin.scss */
#block-sbs-global-widgets-janrain-engage-share {
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
  background-color: #1b2024;
  -webkit-box-shadow: #1b2024 2px 2px 10px;
  -moz-box-shadow: #1b2024 2px 2px 10px;
  box-shadow: #1b2024 2px 2px 10px; }
  /* line 8, global/scss/modules/janrain/_signin.scss */
  #block-sbs-global-widgets-janrain-engage-share .contextual-links-wrapper,
  #block-sbs-global-widgets-janrain-engage-share .contextual-links {
    display: none; }
  /* line 15, global/scss/modules/janrain/_signin.scss */
  #block-sbs-global-widgets-janrain-engage-share .janrainSocialRoot {
    display: block; }
  /* line 18, global/scss/modules/janrain/_signin.scss */
  #block-sbs-global-widgets-janrain-engage-share .janrain_share {
    background-color: #1b2024;
    padding-bottom: 20px; }
    /* line 21, global/scss/modules/janrain/_signin.scss */
    #block-sbs-global-widgets-janrain-engage-share .janrain_share:after {
      content: ' ';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      bottom: -15px;
      border-style: solid;
      border-color: transparent;
      border-width: 15px 30px 0 0;
      border-top-color: #1b2024; }

/* line 37, global/scss/modules/janrain/_signin.scss */
#footer .block-sbs-global-widgets .janrain_share {
  display: none; }

/* line 41, global/scss/modules/janrain/_signin.scss */
#janrainModal {
  height: auto !important;
  width: 410px !important;
  background: #ccc url(/global/profiles/sbsdistribution/themes/global/images/009-subtle-light-patterns.gif) repeat 0 0;
  font-weight: normal ;
  font-style: normal ; }
  /* line 47, global/scss/modules/janrain/_signin.scss */
  #janrainModal button {
    overflow: visible !important; }
  /* line 53, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_input_placeholder {
    color: #9fa8b3 !important; }
  /* line 57, global/scss/modules/janrain/_signin.scss */
  #janrainModal > img {
    width: 0px !important;
    height: 0px !important;
    padding-right: 45px;
    padding-bottom: 45px;
    top: -48px !important;
    right: 0 !important; }
  /* line 72, global/scss/modules/janrain/_signin.scss */
  #janrainModal a {
    outline: 0 !important; }
  /* line 76, global/scss/modules/janrain/_signin.scss */
  #janrainModal h3 {
    margin-bottom: 20px; }
  /* line 80, global/scss/modules/janrain/_signin.scss */
  #janrainModal #capture_resetPassword_form_item_newpasswordConfirm {
    margin-bottom: 20px !important; }
  /* line 84, global/scss/modules/janrain/_signin.scss */
  #janrainModal #capture_resetPasswordRequestCode_form_item_traditionalSignIn_emailAddress,
  #janrainModal #capture_verifyEmail_form_item_traditionalSignIn_emailAddress,
  #janrainModal #verifyEmailSuccess p,
  #janrainModal #verifyEmail p {
    width: auto !important;
    margin: 20px; }
  /* line 92, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_newPasswordForm {
    width: auto !important;
    margin: 23px 20px 0 20px; }
  /* line 98, global/scss/modules/janrain/_signin.scss */
  #janrainModal .janrain-capture-ui a.capture_btn,
  #janrainModal .janrain-capture-ui button.capture_btn,
  #janrainModal .janrain-capture-ui input.capture_btn {
    padding: 0 10px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important; }
    /* line 105, global/scss/modules/janrain/_signin.scss */
    #janrainModal .janrain-capture-ui a.capture_btn.capture_backButton,
    #janrainModal .janrain-capture-ui button.capture_btn.capture_backButton,
    #janrainModal .janrain-capture-ui input.capture_btn.capture_backButton {
      margin-left: 26px !important;
      margin-right: 0 !important; }
  /* line 110, global/scss/modules/janrain/_signin.scss */
  #janrainModal .janrain-capture-ui .switchLink {
    margin: 20px 0 0 0; }
  /* line 113, global/scss/modules/janrain/_signin.scss */
  #janrainModal .janrain-capture-ui .login_widget {
    min-height: 60px; }
  /* line 116, global/scss/modules/janrain/_signin.scss */
  #janrainModal .janrain-capture-ui p {
    margin: 0; }
  /* line 120, global/scss/modules/janrain/_signin.scss */
  #janrainModal .janrain-capture-ui .capture_popup_container {
    width: auto !important; }
  /* line 124, global/scss/modules/janrain/_signin.scss */
  #janrainModal .janrain-capture-ui h3,
  #janrainModal .janrain-capture-ui .capture_centerText.capture_left {
    text-align: left !important; }
  /* line 128, global/scss/modules/janrain/_signin.scss */
  #janrainModal .janrain-capture-ui .capture_shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  /* line 131, global/scss/modules/janrain/_signin.scss */
  #janrainModal .janrain-capture-ui .capture_icon_col {
    margin: 20px 10px 20px 0; }
  /* line 134, global/scss/modules/janrain/_signin.scss */
  #janrainModal .janrain-capture-ui .capture_header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    margin-top: -48px;
    margin-right: 48px;
    position: relative; }
    /* line 140, global/scss/modules/janrain/_signin.scss */
    #janrainModal .janrain-capture-ui .capture_header:after {
      content: '';
      position: absolute;
      top: 0;
      right: -48px;
      display: block;
      width: 45px;
      height: 45px;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1Q0ZBNDUwNUQ5N0VFMjExOEFDQkMyMUFCMzg1QzU1QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5QzAzMDg3QTdFRjMxMUUyODE5RUMyODY2OTlDRkU1OCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5QzAzMDg3OTdFRjMxMUUyODE5RUMyODY2OTlDRkU1OCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVDRkE0NTA1RDk3RUUyMTE4QUNCQzIxQUIzODVDNTVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVDRkE0NTA1RDk3RUUyMTE4QUNCQzIxQUIzODVDNTVCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+nvFWxQAAAY9JREFUeNrsmbFKQzEUQBsL3WwX3dqtuHXp0r3oVtDO/kDHrv2DrrrV3b2CW/0BN0UncRQHEcG6CfI8F+4kiElepE25gUNomndzSPNyE+qKoqjkVrYqGRaTNmmTNmmT3hzpBQydc5XUSFyN71ckjXvShyUcp5w1iadx+74u3tI6QA/eYJRIeKTxeiETGCStgbvwAuOSwmON0w391YOlNXgHnmESKTzR5zsxSzVKWgdowxNMA4Wn+lw79v2KltZBWvAIp+D+kHXaT/q3ymwKpaR1oCbcwRlUf+lThZn2a5bdyUpL62C7cAPnP8VVWNpvpV+K7TeJtA7YgGu4gJq21WCu7Y1UOSNZGiezvVPtwzaI+A71HOpwoN+v39kDsQ+qAcgSeQCZ8QHtSzswJT5HyNK4hC/Yg0/5THt9LaX1RbsCWSKHLIlX6iOQpbHweRGTn/I2assLTC73K08uEWn8ZKVpPLsDU3ZH0+wuAdldt7K82IIkiOF/pGWJq/G9XJz9E2DSJm3SJm3SJp2r9LcAAwBlgfkKPEpZaAAAAABJRU5ErkJggg==") 0 0 no-repeat;
      cursor: pointer; }
  /* line 156, global/scss/modules/janrain/_signin.scss */
  #janrainModal .janrain-provider-icon-24 {
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0px;
    top: 0px;
    filter: none;
    background-position: 7px 7px;
    background-size: 24px 24px;
    background-repeat: no-repeat; }
  /* line 168, global/scss/modules/janrain/_signin.scss */
  #janrainModal .janrain-provider-icon-facebook {
    background-image: url(/global/profiles/sbsdistribution/themes/global/images/sprites-janrain/facebook.png); }
  /* line 171, global/scss/modules/janrain/_signin.scss */
  #janrainModal .janrain-provider-icon-twitter {
    background-image: url(/global/profiles/sbsdistribution/themes/global/images/sprites-janrain/twitter.png); }
  /* line 174, global/scss/modules/janrain/_signin.scss */
  #janrainModal .janrain-provider-icon-linkedin {
    background-image: url(/global/profiles/sbsdistribution/themes/global/images/sprites-janrain/linkedin.png); }
  /* line 177, global/scss/modules/janrain/_signin.scss */
  #janrainModal .janrain-provider-icon-googleplus {
    background-image: url(/global/profiles/sbsdistribution/themes/global/images/sprites-janrain/google.png); }
  /* line 181, global/scss/modules/janrain/_signin.scss */
  #janrainModal label {
    font-size: 14px  !important;
    line-height: 14px  !important;
    letter-spacing: 0px  !important;
    font-weight: normal !important; }
    /* line 184, global/scss/modules/janrain/_signin.scss */
    #janrainModal label span {
      font-size: 14px  !important;
      line-height: 14px  !important;
      letter-spacing: 0px  !important; }
  /* line 188, global/scss/modules/janrain/_signin.scss */
  #janrainModal #capture_mergeAccounts_form_collection_mergeAccounts_mergeRadio {
    padding: 0 !important;
    margin: 0 0 20px 0 !important; }
  /* line 193, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_header {
    background-color: #000000;
    padding: 13px 20px; }
  /* line 198, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_body, #janrainModal .capture_footer {
    padding: 20px; }
  /* line 202, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_body {
    padding-top: 20px; }
    /* line 204, global/scss/modules/janrain/_signin.scss */
    #janrainModal .capture_body .capture_footer {
      padding: 0;
      text-align: left; }
  /* line 210, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_footer {
    padding-top: 0;
    padding-bottom: 20px;
    margin-top: 0px;
    overflow: hidden;
    *zoom: 1; }
    /* line 216, global/scss/modules/janrain/_signin.scss */
    #janrainModal .capture_footer a.capture_btn.capture_primary {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      position: relative;
      color: #525E6E ;
      display: inline-block;
      padding: 0;
      border: 1px solid #bfc6cc ;
      font-size: 12px ;
      line-height: 14px ;
      letter-spacing: 0px ;
      background: transparent ;
      -webkit-box-shadow: white 1px 1px 0;
      -moz-box-shadow: white 1px 1px 0;
      box-shadow: white 1px 1px 0;
      text-shadow: 1px 1px white;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      line-height: 38px ;
      height: 38px ;
      color: #525E6E ;
      padding: 0 10px ;
      text-shadow: 1px 1px white;
      height: 38px; }
      /* line 77, global/scss/mixins/_button.scss */
      #janrainModal .capture_footer a.capture_btn.capture_primary:hover {
        -webkit-box-shadow: inset 0 0 6px #abafb5, white 1px 1px 0;
        -moz-box-shadow: inset 0 0 6px #abafb5, white 1px 1px 0;
        box-shadow: inset 0 0 6px #abafb5, white 1px 1px 0;
        background-color: rgba(171, 175, 181, 0.25) ;
        color: #1A1F23 ;
        border-color: #a3a7ac ; }
  /* line 223, global/scss/modules/janrain/_signin.scss */
  #janrainModal h2 {
    -webkit-font-smoothing: antialiased;
    font-weight: bold ;
    font-size: 21px ;
    line-height: 21px ;
    letter-spacing: -1px ;
    color: #d8dcdc; }
  /* line 228, global/scss/modules/janrain/_signin.scss */
  #janrainModal h3 {
    -webkit-font-smoothing: antialiased;
    font-weight: bold ;
    font-size: 18px ;
    line-height: 18px ;
    letter-spacing: 0px ;
    color: #525e6e; }
  /* line 233, global/scss/modules/janrain/_signin.scss */
  #janrainModal form {
    padding: 0; }
  /* line 237, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_tip_validating {
    display: none; }
  /* line 241, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_tip_error {
    padding-left: 0; }
  /* line 245, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_tip {
    padding-left: 0;
    display: block !important; }
  /* line 250, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_traditionalSignIn_signInButton {
    width: auto; }
    /* line 252, global/scss/modules/janrain/_signin.scss */
    #janrainModal .capture_traditionalSignIn_signInButton .janrain-icon-16 {
      display: none; }
  /* line 258, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_traditionalSignIn_signInButton {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0; }
    /* line 263, global/scss/modules/janrain/_signin.scss */
    #janrainModal .capture_traditionalSignIn_signInButton span:before {
      content: 'Sign In';
      display: block;
      width: 100%;
      height: 100%;
      color: #525E6E; }
    /* line 270, global/scss/modules/janrain/_signin.scss */
    #janrainModal .capture_traditionalSignIn_signInButton span:hover:before {
      color: #1A1F23; }
  /* line 276, global/scss/modules/janrain/_signin.scss */
  #janrainModal .janrainContent {
    border: 0 !important;
    height: auto !important;
    width: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    /* line 283, global/scss/modules/janrain/_signin.scss */
    #janrainModal .janrainContent > div {
      width: 100% !important;
      height: 100% !important;
      background: #ccc url(/global/profiles/sbsdistribution/themes/global/images/009-subtle-light-patterns.gif) repeat 0 0;
      padding: 0px !important; }
      /* line 289, global/scss/modules/janrain/_signin.scss */
      #janrainModal .janrainContent > div span {
        margin-top: 0 !important; }
      /* line 293, global/scss/modules/janrain/_signin.scss */
      #janrainModal .janrainContent > div > div > a[role="button"] {
        overflow: visible !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
        color: #525E6E  !important;
        display: inline-block;
        padding: 0;
        border: 1px solid #bfc6cc  !important;
        font-size: 12px ;
        line-height: 14px ;
        letter-spacing: 0px ;
        background: transparent  !important;
        -webkit-box-shadow: white 1px 1px 0;
        -moz-box-shadow: white 1px 1px 0;
        box-shadow: white 1px 1px 0;
        text-shadow: 1px 1px white;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        height: 38px !important;
        margin-right: 37px !important; }
        /* line 295, global/scss/modules/janrain/_signin.scss */
        #janrainModal .janrainContent > div > div > a[role="button"] .janrain-provider-icon-24 {
          -webkit-box-sizing: content-box;
          -moz-box-sizing: content-box;
          box-sizing: content-box;
          display: block;
          border: 1px solid #bfc6cc;
          text-indent: -119988px;
          overflow: hidden;
          text-align: left;
          width: 36px;
          height: 36px;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0;
          margin-right: 0px !important;
          position: absolute;
          right: -38px;
          top: -1px; }
        /* line 77, global/scss/mixins/_button.scss */
        #janrainModal .janrainContent > div > div > a[role="button"]:hover {
          -webkit-box-shadow: inset 0 0 6px #abafb5, white 1px 1px 0;
          -moz-box-shadow: inset 0 0 6px #abafb5, white 1px 1px 0;
          box-shadow: inset 0 0 6px #abafb5, white 1px 1px 0;
          background-color: rgba(171, 175, 181, 0.25)  !important;
          color: #1A1F23  !important;
          border-color: #a3a7ac  !important; }
        /* line 303, global/scss/modules/janrain/_signin.scss */
        #janrainModal .janrainContent > div > div > a[role="button"] [class*="janrain-provider-text"] {
          line-height: 38px  !important;
          height: 38px  !important;
          color: #525E6E  !important;
          padding: 0 10px  !important;
          text-shadow: 1px 1px white;
          padding: 0; }
  /* line 314, global/scss/modules/janrain/_signin.scss */
  #janrainModal .janrainPage {
    overflow: hidden;
    *zoom: 1; }
  /* line 318, global/scss/modules/janrain/_signin.scss */
  #janrainModal #janrainProviderPages {
    left: 0 !important;
    position: relative !important;
    padding: 0 !important; }
  /* line 324, global/scss/modules/janrain/_signin.scss */
  #janrainModal #janrainProviders_1 {
    margin-left: 10px !important; }
  /* line 329, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_signin br {
    display: none; }
  /* line 334, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_backgroundColor {
    padding: 0px; }
  /* line 338, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_backgroundColor > .capture_signin:before {
    content: '';
    display: block;
    height: 1px;
    background: #c8cdce;
    border-bottom: 1px solid white;
    margin: 20px 0; }
  /* line 522, global/scss/mixins/_button.scss */
  #janrainModal .providers li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 38px; }
    /* line 527, global/scss/mixins/_button.scss */
    #janrainModal .providers li > a {
      display: block;
      height: 36px;
      border: 1px solid #d8dcdc;
      padding: 0px 10px 0px 10px;
      margin-right: 25px;
      font-weight: normal ;
      font-style: normal ;
      font-size: 12px ;
      line-height: 36px ;
      letter-spacing: 0px ;
      background: transparent;
      text-align: left;
      position: static;
      color: #525e6e;
      -webkit-box-shadow: white 1px 1px 0;
      -moz-box-shadow: white 1px 1px 0;
      box-shadow: white 1px 1px 0;
      text-shadow: 1px 1px white; }
      /* line 455, global/scss/mixins/_icons.scss */
      #janrainModal .providers li > a:after {
        color: #525e6e;
        content: "";
        font-size: 24px !important; }
      /* line 480, global/scss/mixins/_icons.scss */
      #janrainModal .providers li > a.disabled:after {
        color: #a6b0bd !important; }
      /* line 559, global/scss/mixins/_button.scss */
      #janrainModal .providers li > a:hover, #janrainModal .providers li > a.active {
        -webkit-box-shadow: inset 0 0 4px #a0aab4, white 1px 1px 0;
        -moz-box-shadow: inset 0 0 4px #a0aab4, white 1px 1px 0;
        box-shadow: inset 0 0 4px #a0aab4, white 1px 1px 0;
        background-color: rgba(160, 170, 180, 0.25);
        color: #1b2024;
        border-color: #a0aab4; }
      /* line 572, global/scss/mixins/_button.scss */
      #janrainModal .providers li > a:after {
        width: 36px;
        height: 36px;
        position: absolute;
        top: 0;
        right: 0;
        background-color: transparent;
        text-align: center;
        line-height: 36px;
        border: 1px solid #d8dcdc;
        -webkit-box-shadow: white 1px 1px 0;
        -moz-box-shadow: white 1px 1px 0;
        box-shadow: white 1px 1px 0; }
  /* line 349, global/scss/modules/janrain/_signin.scss */
  #janrainModal .providers li {
    border: 0 !important;
    background: 0 !important;
    height: 38px !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    width: 180px !important; }
    /* line 358, global/scss/modules/janrain/_signin.scss */
    #janrainModal .providers li:first-child {
      margin-top: 0px !important; }
    /* line 362, global/scss/modules/janrain/_signin.scss */
    #janrainModal .providers li a {
      margin-right: 36px !important; }
      /* line 364, global/scss/modules/janrain/_signin.scss */
      #janrainModal .providers li a span {
        font-size: 14px  !important;
        line-height: 14px  !important;
        letter-spacing: 0px  !important;
        margin-top: 0 !important;
        line-height: 36px !important;
        color: #525E6E !important; }
      /* line 371, global/scss/modules/janrain/_signin.scss */
      #janrainModal .providers li a:hover span {
        color: #1A1F23 !important; }
      /* line 375, global/scss/modules/janrain/_signin.scss */
      #janrainModal .providers li a:after {
        background: 0;
        content: ""; }
  /* line 383, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_btn {
    margin: 0;
    padding: 0; }
  /* line 388, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_backButton {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    color: #525E6E ;
    display: inline-block;
    padding: 0;
    border: 1px solid #bfc6cc ;
    font-size: 12px ;
    line-height: 14px ;
    letter-spacing: 0px ;
    background: transparent ;
    -webkit-box-shadow: white 1px 1px 0;
    -moz-box-shadow: white 1px 1px 0;
    box-shadow: white 1px 1px 0;
    text-shadow: 1px 1px white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    line-height: 26px;
    height: 26px;
    margin-left: 26px; }
    /* line 77, global/scss/mixins/_button.scss */
    #janrainModal .capture_backButton:hover {
      -webkit-box-shadow: inset 0 0 6px #abafb5, white 1px 1px 0;
      -moz-box-shadow: inset 0 0 6px #abafb5, white 1px 1px 0;
      box-shadow: inset 0 0 6px #abafb5, white 1px 1px 0;
      background-color: rgba(171, 175, 181, 0.25) ;
      color: #1A1F23 ;
      border-color: #a3a7ac ; }
    /* line 393, global/scss/modules/janrain/_signin.scss */
    #janrainModal .capture_backButton .janrain-icon-16.janrain-icon-back {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      display: block;
      border: 1px solid #bfc6cc;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAYAAAAvf+5AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTMxMDBCMkFCRDFBMTFFMjg5QUY4QTBBNUIyMEVEMUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTMxMDBCMkJCRDFBMTFFMjg5QUY4QTBBNUIyMEVEMUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMzEwMEIyOEJEMUExMUUyODlBRjhBMEE1QjIwRUQxRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMzEwMEIyOUJEMUExMUUyODlBRjhBMEE1QjIwRUQxRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm9kIC8AAAFkSURBVHjaYvz//z8DNhCSkM8GpOYA8b41CyYuYMKmaNbc5TxyEmJ3gcxYIDYGiTGim9jdP4v/ybOXt5++fiOqo6p0rqE6H6yQBVlR/+R5og+fPL/14u07AX11lWO1lbnWMDm4wo6eGbKPnz6/+vL9B15jbY09laWZrsiGgN04eeoCtQdPnt0AKTLV0dyArggEmHkFpPWu3L537t2nz5ymuloryksyQrF5kOnJ81fHP3z+wg705cHy4vRIBhyAqSgnkYuXi/PDoxevbIBhl4xToays1M2WqnxeTnb256AABirOwaoQiB2kZSSv9bWUyQBNfgzyG1BxBTaFL0CKRUVFzvY0l8sK8vI8APLbgYpbkBUixww/EG/58vmLTUlt14M3Hz4qAPl9wHguxhaFnFDFTlVNfXefvX6rDIp6oOJ09ETxHYh9eHh5NnU1lyorSEmAEsZxsAzIRCyYDYhXAHECTAwgwABGqan1fPSAXgAAAABJRU5ErkJggg==") center center no-repeat;
      text-indent: -119988px;
      overflow: hidden;
      text-align: left;
      width: 24px;
      height: 24px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      position: absolute;
      top: -1px;
      left: -26px; }
    /* line 399, global/scss/modules/janrain/_signin.scss */
    #janrainModal .capture_backButton:after {
      content: 'Back';
      line-height: 26px;
      height: 26px;
      width: 26px;
      padding-left: 10px;
      padding-right: 10px; }
  /* line 410, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_footer .capture_right {
    position: relative; }
    /* line 412, global/scss/modules/janrain/_signin.scss */
    #janrainModal .capture_footer .capture_right:before {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      display: block;
      border: 1px solid #bfc6cc;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAYAAAAvf+5AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDFFODBBMjhCQjlEMTFFMjlDQzE5OUU2RkU3MTczMTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDFFODBBMjlCQjlEMTFFMjlDQzE5OUU2RkU3MTczMTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MUU4MEEyNkJCOUQxMUUyOUNDMTk5RTZGRTcxNzMxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MUU4MEEyN0JCOUQxMUUyOUNDMTk5RTZGRTcxNzMxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po0uykkAAAFuSURBVHjaYgyOz0tgYGBwAuKUNQsm/mLAAZiA2BiIY+UkxO7OmrucB5dCxv///zM0tE48e+X2PSNpUZHXMlLiqqWFaR+xmcjQUJ1vrK+ucuzp6zeiD588f9A/eZ4oVhNhoL17+u6zV2+4iAsKfJaVltSuKMl4jGIiDFSWZrqa6mhuePn+A++DJ89uTJ66QA2riTDQ2Ttz+enL1yIEeHl+aiormBUXpF5iwubD8uL0SGAoHPzw+Qv7k+evjgOFpFmwKQxJyE8GUja8XJwfinISBYDspRhWAxXlAKnJnOzsTzpqCyWlZSTvAPnOTGiKKkCKgCY97mspkwEqugbkOwDxUyYkRS2gEBLk5XnQ01wuKyoqchaq6AVIngWqqBdIFYkI8AMVlSnw8PIcAfJ9gBgeQ8xXHryfCaRzpESF73Y2ligBFe0D8j2B+At6FB5XkJK429VcqgxUtAlq0neMoAD5GogTgHgFELNB+RgYIMAARWecRJn5B6oAAAAASUVORK5CYII=") center center no-repeat;
      text-indent: -119988px;
      overflow: hidden;
      text-align: left;
      width: 24px;
      height: 24px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      content: '';
      position: absolute;
      top: 0px;
      right: 0; }
  /* line 421, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_right .capture_processing {
    margin-right: 36px; }
  /* line 425, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_processing {
    padding-left: 30px !important; }
  /* line 429, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_btn.capture_primary {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    color: #525E6E  !important;
    display: inline-block;
    padding: 0;
    border: 1px solid #bfc6cc  !important;
    font-size: 12px ;
    line-height: 14px ;
    letter-spacing: 0px ;
    background: transparent  !important;
    -webkit-box-shadow: white 1px 1px 0;
    -moz-box-shadow: white 1px 1px 0;
    box-shadow: white 1px 1px 0;
    text-shadow: 1px 1px white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    line-height: 26px;
    height: 26px;
    margin-right: 26px !important;
    padding: 0 10px;
    width: auto !important; }
    /* line 77, global/scss/mixins/_button.scss */
    #janrainModal .capture_btn.capture_primary:hover {
      -webkit-box-shadow: inset 0 0 6px #abafb5, white 1px 1px 0;
      -moz-box-shadow: inset 0 0 6px #abafb5, white 1px 1px 0;
      box-shadow: inset 0 0 6px #abafb5, white 1px 1px 0;
      background-color: rgba(171, 175, 181, 0.25)  !important;
      color: #1A1F23  !important;
      border-color: #a3a7ac  !important; }
  /* line 438, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_rightText {
    position: relative;
    min-height: 26px; }
    /* line 441, global/scss/modules/janrain/_signin.scss */
    #janrainModal .capture_rightText .capture_btn + .capture_btn {
      position: absolute;
      right: 0; }
    /* line 446, global/scss/modules/janrain/_signin.scss */
    #janrainModal .capture_rightText .capture_processing.capture_btn {
      position: relative;
      line-height: 26px ;
      height: 26px ;
      color: #525E6E ;
      padding: 0 10px ;
      text-shadow: 1px 1px white; }
      /* line 449, global/scss/modules/janrain/_signin.scss */
      #janrainModal .capture_rightText .capture_processing.capture_btn:after {
        top: 0px; }
    /* line 453, global/scss/modules/janrain/_signin.scss */
    #janrainModal .capture_rightText .capture_btn:after {
      content: '';
      position: absolute;
      top: -1px;
      right: -26px;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      display: block;
      border: 1px solid #bfc6cc;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAYAAAAvf+5AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDFFODBBMjhCQjlEMTFFMjlDQzE5OUU2RkU3MTczMTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDFFODBBMjlCQjlEMTFFMjlDQzE5OUU2RkU3MTczMTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MUU4MEEyNkJCOUQxMUUyOUNDMTk5RTZGRTcxNzMxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MUU4MEEyN0JCOUQxMUUyOUNDMTk5RTZGRTcxNzMxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po0uykkAAAFuSURBVHjaYgyOz0tgYGBwAuKUNQsm/mLAAZiA2BiIY+UkxO7OmrucB5dCxv///zM0tE48e+X2PSNpUZHXMlLiqqWFaR+xmcjQUJ1vrK+ucuzp6zeiD588f9A/eZ4oVhNhoL17+u6zV2+4iAsKfJaVltSuKMl4jGIiDFSWZrqa6mhuePn+A++DJ89uTJ66QA2riTDQ2Ttz+enL1yIEeHl+aiormBUXpF5iwubD8uL0SGAoHPzw+Qv7k+evjgOFpFmwKQxJyE8GUja8XJwfinISBYDspRhWAxXlAKnJnOzsTzpqCyWlZSTvAPnOTGiKKkCKgCY97mspkwEqugbkOwDxUyYkRS2gEBLk5XnQ01wuKyoqchaq6AVIngWqqBdIFYkI8AMVlSnw8PIcAfJ9gBgeQ8xXHryfCaRzpESF73Y2ligBFe0D8j2B+At6FB5XkJK429VcqgxUtAlq0neMoAD5GogTgHgFELNB+RgYIMAARWecRJn5B6oAAAAASUVORK5CYII=") center center no-repeat;
      text-indent: -119988px;
      overflow: hidden;
      text-align: left;
      width: 24px;
      height: 24px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
  /* line 463, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_mergeAccounts_mergeOptionsContainer > .capture_header {
    position: relative;
    overflow: hidden;
    *zoom: 1;
    padding: 0;
    background: white;
    -webkit-box-shadow: inset 0 0 6px #abafb5, white 1px 1px 0;
    -moz-box-shadow: inset 0 0 6px #abafb5, white 1px 1px 0;
    box-shadow: inset 0 0 6px #abafb5, white 1px 1px 0;
    border: 1px solid #bfc6cc; }
    /* line 470, global/scss/modules/janrain/_signin.scss */
    #janrainModal .capture_mergeAccounts_mergeOptionsContainer > .capture_header .capture_displayName_col,
    #janrainModal .capture_mergeAccounts_mergeOptionsContainer > .capture_header .capture_icon_col {
      float: left;
      margin: 10px 0 10px 0px; }
      /* line 474, global/scss/modules/janrain/_signin.scss */
      #janrainModal .capture_mergeAccounts_mergeOptionsContainer > .capture_header .capture_displayName_col img,
      #janrainModal .capture_mergeAccounts_mergeOptionsContainer > .capture_header .capture_icon_col img {
        display: block;
        width: 38px;
        height: 38px;
        margin-right: 10px; }
    /* line 481, global/scss/modules/janrain/_signin.scss */
    #janrainModal .capture_mergeAccounts_mergeOptionsContainer > .capture_header .capture_icon_col {
      margin-left: 65px; }
    /* line 484, global/scss/modules/janrain/_signin.scss */
    #janrainModal .capture_mergeAccounts_mergeOptionsContainer > .capture_header .janrain-provider-icon-24 {
      top: 10px;
      left: 10px;
      right: auto;
      width: 44px;
      border-right: 1px solid #7c808d;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
  /* line 495, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_mergeAccounts_mergeOptionsContainer > .capture_dashed .capture_displayName_col {
    margin-top: 20px;
    margin-bottom: 0px;
    float: left; }
  /* line 500, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_mergeAccounts_mergeOptionsContainer > .capture_dashed .capture_centerText.capture_smallText {
    float: left;
    margin-top: 20px;
    margin-bottom: 0px; }
  /* line 505, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_mergeAccounts_mergeOptionsContainer > .capture_dashed .capture_icon_col {
    float: left;
    width: 16px;
    overflow: visible;
    margin: 20px 20px 0px 0; }
  /* line 511, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_mergeAccounts_mergeOptionsContainer > .capture_dashed .capture_mergeProvider {
    float: left;
    clear: both;
    margin: 20px 20px 0px 0; }
  /* line 520, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_mergeAccounts_connectButton span.capture_mergeProvider {
    display: none; }
  /* line 524, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_mergeAccounts_connectButton:after {
    content: '';
    position: absolute;
    top: -1px;
    right: -26px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    border: 1px solid #bfc6cc;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAYAAAAvf+5AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDFFODBBMjhCQjlEMTFFMjlDQzE5OUU2RkU3MTczMTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDFFODBBMjlCQjlEMTFFMjlDQzE5OUU2RkU3MTczMTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MUU4MEEyNkJCOUQxMUUyOUNDMTk5RTZGRTcxNzMxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MUU4MEEyN0JCOUQxMUUyOUNDMTk5RTZGRTcxNzMxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po0uykkAAAFuSURBVHjaYgyOz0tgYGBwAuKUNQsm/mLAAZiA2BiIY+UkxO7OmrucB5dCxv///zM0tE48e+X2PSNpUZHXMlLiqqWFaR+xmcjQUJ1vrK+ucuzp6zeiD588f9A/eZ4oVhNhoL17+u6zV2+4iAsKfJaVltSuKMl4jGIiDFSWZrqa6mhuePn+A++DJ89uTJ66QA2riTDQ2Ttz+enL1yIEeHl+aiormBUXpF5iwubD8uL0SGAoHPzw+Qv7k+evjgOFpFmwKQxJyE8GUja8XJwfinISBYDspRhWAxXlAKnJnOzsTzpqCyWlZSTvAPnOTGiKKkCKgCY97mspkwEqugbkOwDxUyYkRS2gEBLk5XnQ01wuKyoqchaq6AVIngWqqBdIFYkI8AMVlSnw8PIcAfJ9gBgeQ8xXHryfCaRzpESF73Y2ligBFe0D8j2B+At6FB5XkJK429VcqgxUtAlq0neMoAD5GogTgHgFELNB+RgYIMAARWecRJn5B6oAAAAASUVORK5CYII=") center center no-repeat;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  /* line 532, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_mergeCol.capture_mergeExisting_col.capture_right {
    float: none; }
  /* line 536, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_rightText,
  #janrainModal .capture_form_item.capture_rightText {
    text-align: left;
    margin-top: 20px; }
    /* line 540, global/scss/modules/janrain/_signin.scss */
    #janrainModal .capture_rightText .capture_secondary,
    #janrainModal .capture_form_item.capture_rightText .capture_secondary {
      text-align: right;
      font-size: 12px ;
      line-height: 14px ;
      letter-spacing: 0px ;
      line-height: 26px; }
  /* line 548, global/scss/modules/janrain/_signin.scss */
  #janrainModal #traditionalRegistration label {
    display: none !important; }
  /* line 553, global/scss/modules/janrain/_signin.scss */
  #janrainModal .capture_form_item {
    padding: 0;
    margin-bottom: 0;
    margin-top: 10px;
    min-height: auto; }
    /* line 558, global/scss/modules/janrain/_signin.scss */
    #janrainModal .capture_form_item .capture_text_input {
      -webkit-box-sizing: border-box !important;
      -moz-box-sizing: border-box !important;
      box-sizing: border-box !important;
      -webkit-box-shadow: inset 0 0 3px #a0aab4;
      -moz-box-shadow: inset 0 0 3px #a0aab4;
      box-shadow: inset 0 0 3px #a0aab4;
      padding: 5px;
      padding: 10px;
      -webkit-box-shadow: inset 0 0 6px #abafb5, white 1px 1px 0;
      -moz-box-shadow: inset 0 0 6px #abafb5, white 1px 1px 0;
      box-shadow: inset 0 0 6px #abafb5, white 1px 1px 0;
      border: 1px solid #bfc6cc;
      margin: 0;
      width: 100%; }
    /* line 572, global/scss/modules/janrain/_signin.scss */
    #janrainModal .capture_form_item#capture_signIn_form_item_traditionalSignIn_password {
      margin-top: 5px; }

/* line 578, global/scss/modules/janrain/_signin.scss */
.views-field-janrain-share {
  padding: 5px 10px;
  float: right; }
  /* line 582, global/scss/modules/janrain/_signin.scss */
  .views-field-janrain-share .janrain-share-node-list li {
    border-left: 1px solid #d4d5d7;
    margin-left: 20px;
    padding-left: 20px; }
    /* line 586, global/scss/modules/janrain/_signin.scss */
    .views-field-janrain-share .janrain-share-node-list li.first {
      margin-left: 0;
      border-left: 0 none; }
    /* line 590, global/scss/modules/janrain/_signin.scss */
    .views-field-janrain-share .janrain-share-node-list li span {
      width: 25px;
      line-height: 18px;
      display: block;
      text-indent: -999em; }
    /* line 597, global/scss/modules/janrain/_signin.scss */
    .views-field-janrain-share .janrain-share-node-list li.janrain-share-node-facebook span {
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0MjM5OTFDNTIzMjA2ODExODA4M0MxRDhGMkNCNUU4RiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1RDlGM0U5NUE4QjUxMUUyOTNFMUE4Nzk0MzVFNEY0OCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1RDlGM0U5NEE4QjUxMUUyOTNFMUE4Nzk0MzVFNEY0OCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDIzOTkxQzUyMzIwNjgxMTgwODNDMUQ4RjJDQjVFOEYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDIzOTkxQzUyMzIwNjgxMTgwODNDMUQ4RjJDQjVFOEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4JYX/xAAAAyUlEQVR42mL8//8/w4KVWxiA4D8D+eAXELMnhPswMEEFKDEMBNiA+CeIwUKGSxYB8WkoOwCI/ZEMJclAkAusgN46BxMABpUCkoEMpBo4B2YY0CBzIKUJxAboikgx8BQSew0Qy2BTxESCgZ+Q2Oy4FBFr4DIgvovEdwbiiWiuJsnAbmD4XYZxQGwgLgAyL5IbhsLIHGCkSEGTiQbZXgYaoovE3wvE94HYllwDxYBYGYnPSmmkEA1GsIG/qG0gO4mGrsAixggiAAIMAJxVLqNS0sKiAAAAAElFTkSuQmCC") 0 0 no-repeat; }
      /* line 599, global/scss/modules/janrain/_signin.scss */
      .views-field-janrain-share .janrain-share-node-list li.janrain-share-node-facebook span:hover {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODk2NzAwM0VCMTM5MTFFMjk3MUM4QTI4MkZENzAyNTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODk2NzAwM0ZCMTM5MTFFMjk3MUM4QTI4MkZENzAyNTgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4OTY3MDAzQ0IxMzkxMUUyOTcxQzhBMjgyRkQ3MDI1OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4OTY3MDAzREIxMzkxMUUyOTcxQzhBMjgyRkQ3MDI1OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqmbQvcAAADLSURBVHjaYvz//z8DCISFhUEY5IFfq1atYgcxmKhgGAiwAc34CWKwkOoSIF4ExKeh7AAg9ocZSqqBIBdYAb12DiYAdJUCkoEMpBo4B2YY0CBzIKUJxAboikgx8BQSew0Qy2BTxESCgZ+Q2Oy4FBFr4DIgvovEdwbiiWiuJsnAbmD4XYZxQGwgLgAyL5IbhsLIHGCkSEGTiQbZXgYaoovE3wvE94HYllwDxYBYGYnPSmmkEA1GsIG/qGogtHAkxdAV6AJAMxhBNECAAQBn5zWeIHER7wAAAABJRU5ErkJggg==") 0 0 no-repeat; }
    /* line 605, global/scss/modules/janrain/_signin.scss */
    .views-field-janrain-share .janrain-share-node-list li.janrain-share-node-twitter span {
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0MjM5OTFDNTIzMjA2ODExODA4M0MxRDhGMkNCNUU4RiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1RDlGM0U5MUE4QjUxMUUyOTNFMUE4Nzk0MzVFNEY0OCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1RDlGM0U5MEE4QjUxMUUyOTNFMUE4Nzk0MzVFNEY0OCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDIzOTkxQzUyMzIwNjgxMTgwODNDMUQ4RjJDQjVFOEYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDIzOTkxQzUyMzIwNjgxMTgwODNDMUQ4RjJDQjVFOEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7jXDhYAAABZ0lEQVR42mL8//8/AzUBC4yxYOUWmYRwnye4FALlhYDUBCAOA2JWIL4OxElA/ByIw4F4PlD/WyaoYiUgdRlIu+IwDGTxHiCOBWJ2IAbp0wbiE0D8CIgzgNiaASoBAspALADEO4Cas7GY6QPEhljEGaG0GBDrIHv5PpQGWTAFaGgWkM4B4gNAb4ACWZdA0L0G4iVgG2CRAjQEFCYaaAq/APEFqDdN8RjoDLR4H9yFQMOcgNRHIP6P5A0Q4AFiGyIi9wUDkhdB4DIQm6EZRiwAOeIpioFA54LCYAWZSe8aUP9HdBcyQJPEETIMXInMgRsItOUvkBIk0bAfQDwTq4FQEALEP0kwsB7okFc4DQRK3gBS8kR6fRcQ92LNy8Bkow6keIFYE+pKawKG7QbiQGgwYS0cZIB4OhCrEEg6oDBrBOJubIah5xRuIJUIxDFArAV1MXJu2QBSBipR8DmdkdrlIRMDlQFAgAEAJchkcD15SpAAAAAASUVORK5CYII=") 0 0 no-repeat; }
      /* line 607, global/scss/modules/janrain/_signin.scss */
      .views-field-janrain-share .janrain-share-node-list li.janrain-share-node-twitter span:hover {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTBGNkEyMTBCMTM5MTFFMkE0NDJFNDBEQzYxQzZFQjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTBGNkEyMTFCMTM5MTFFMkE0NDJFNDBEQzYxQzZFQjYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMEY2QTIwRUIxMzkxMUUyQTQ0MkU0MERDNjFDNkVCNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMEY2QTIwRkIxMzkxMUUyQTQ0MkU0MERDNjFDNkVCNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp6KDVwAAAFmSURBVHjarJS/LwRBFMdnL0SBBIXqEgkSvwsFzamITiOR1VBQCf4HUYtEIREVhYKtlIKIQqGUXHKnkwghRHGJgkLW58m7y9rM3u5d9iWffPduZ77z3tuZcXzfN2lGQ/nBdd2s53lPUQN534HsyCM0QhGW4QXm4YD5Hxkd3I3k0ekIM1n4EhahCWTeENzCI6xAzugLiR5ogzMmr1k8Z2DU8r+j2gnDwZIfVGWBXUxX0XW4pgxp8khM697h6G+F8kfBRHrSHxr4CXda5lgVwykWvqpkiNkkUgI/UIZEC0wk+LivJlCiRB7GQ2ZJQ5J4/mdIutKD4zq3XoH5pXCGRrfETR2GJ8EfFUNW+UHaazT7gn2rocYcfNdguEEib5GGvLxHuhKWfg7b1rPMtulDWmFAs8zFmF3ArLbJejlkYQ96Y7aO9GwTtmxm4ZPSjCzBAgxqxsHTcgqHcqNUS91J+z7MmJTjV4ABAHtvZWu/K9dkAAAAAElFTkSuQmCC") 0 0 no-repeat; }

/* line 617, global/scss/modules/janrain/_signin.scss */
.displaymode-mobile #janrainModal {
  width: 320px !important;
  left: 50% !important;
  margin-left: -160px; }
  /* line 623, global/scss/modules/janrain/_signin.scss */
  .displaymode-mobile #janrainModal .providers li {
    width: 135px !important; }
  /* line 630, global/scss/modules/janrain/_signin.scss */
  .displaymode-mobile #janrainModal #resetPasswordRequestCode p,
  .displaymode-mobile #janrainModal #resetPasswordSuccess p,
  .displaymode-mobile #janrainModal #traditionalAuthenticateMerge p {
    margin: 20px !important; }
  /* line 636, global/scss/modules/janrain/_signin.scss */
  .displaymode-mobile #janrainModal #resetPasswordSuccess .capture_header h2,
  .displaymode-mobile #janrainModal #traditionalAuthenticateMerge .capture_header h2 {
    font-size: 14px !important; }

/* line 646, global/scss/modules/janrain/_signin.scss */
.displaymode-not-mobile .views-field-janrain-share {
  position: relative;
  z-index: 5;
  margin-top: -53px; }

/* line 654, global/scss/modules/janrain/_signin.scss */
.displaymode-mobile #janrainModal {
  top: 45px !important; }

/* line 657, global/scss/modules/janrain/_signin.scss */
.displaymode-mobile .views-field-janrain-share {
  padding: 20px 0 10px;
  float: left;
  width: 100%;
  margin-top: -1px;
  margin-bottom: 30px; }
  /* line 664, global/scss/modules/janrain/_signin.scss */
  .displaymode-mobile .views-field-janrain-share .janrain-share-node-list li {
    float: left; }
    /* line 666, global/scss/modules/janrain/_signin.scss */
    .displaymode-mobile .views-field-janrain-share .janrain-share-node-list li.first {
      border-left: 0 none;
      margin-left: 10px;
      padding-left: 0; }

/* line 2, global/scss/modules/janrain/_share.scss */
.janrainSocialPlaceholder .janrainShareCountContainer {
  border: none;
  background: transparent;
  margin: 0px;
  margin-top: -5px;
  font-weight: normal;
  text-align: left; }
  /* line 10, global/scss/modules/janrain/_share.scss */
  .janrainSocialPlaceholder .janrainShareCountContainer:before {
    content: "SHARES";
    font-size: 11px;
    color: #525e6e;
    text-decoration: underline; }
  /* line 17, global/scss/modules/janrain/_share.scss */
  .janrainSocialPlaceholder .janrainShareCountContainer .janrainShareCount {
    font-size: 21px;
    color: #525e6e;
    font-weight: normal; }

/* line 25, global/scss/modules/janrain/_share.scss */
.janrainSocialPlaceholder .janrainSocialRoot button.janrainProvider {
  border-radius: 20px;
  margin-left: 10px; }

/* line 29, global/scss/modules/janrain/_share.scss */
.janrainSocialPlaceholder .janrainSocialRoot .janrainShareForm {
  z-index: 999 !important; }

/* line 35, global/scss/modules/janrain/_share.scss */
.yumlySocialPlaceholder {
  position: absolute;
  right: -38px;
  margin-top: -26px; }

/* line 42, global/scss/modules/janrain/_share.scss */
.displaymode-mobile .janrainShareCountContainer {
  display: none !important; }

/* line 47, global/scss/modules/janrain/_share.scss */
.displaymode-mobile .janrainSocialRoot button.janrainProvider {
  width: 27px;
  height: 27px; }
  /* line 48, global/scss/modules/janrain/_share.scss */
  .displaymode-mobile .janrainSocialRoot button.janrainProvider.janrain_facebookButton {
    margin-left: 0px; }
  /* line 53, global/scss/modules/janrain/_share.scss */
  .displaymode-mobile .janrainSocialRoot button.janrainProvider img {
    width: 27px;
    height: 27px; }

/* line 60, global/scss/modules/janrain/_share.scss */
.displaymode-mobile .yumlySocialPlaceholder {
  right: -18px; }

/* line 66, global/scss/modules/janrain/_share.scss */
#block-sbs-global-widgets-janrain-engage-share .janrainShareCountContainer {
  display: none !important; }

/* line 71, global/scss/modules/janrain/_share.scss */
#block-sbs-global-widgets-janrain-engage-share .janrainSocialRoot button.janrainProvider {
  margin: 0;
  border-radius: 0px; }

/* line 76, global/scss/modules/janrain/_share.scss */
#block-sbs-global-widgets-janrain-engage-share .janrainSocialRoot .janrainSocialBar {
  width: 32px; }

@media screen and (max-width: 480px) {
  /* line 84, global/scss/modules/janrain/_share.scss */
  .janrainSocialRoot .janrainShareForm {
    z-index: 1000 !important;
    top: 100px !important; }
    /* line 87, global/scss/modules/janrain/_share.scss */
    .janrainSocialRoot .janrainShareForm .janrainShareTextContainer {
      width: 100% !important;
      margin: 2px !important;
      position: relative !important;
      bottom: 0px; } }

/* compass imports */
/* background image --------------------------------- */
/* font families ------------------------------------ */
/*
$fontfamilyBold:'HelveticaNeue-75-Bold', 'Helvetica', Arial,  sans-serif !default;
$fontfamilyItalic:'HelveticaNeue-56-Italic', 'Helvetica', Arial, sans-serif !default;
$fontfamilyBoldItalic:'HelveticaNeue-76-Bold-Italic', 'Helvetica', Arial, sans-serif !default;

$fontfamilyLight:'HelveticaNeue-45-Light', 'Helvetica', Arial, sans-serif !default;
$fontfamilyLightBold: $fontfamilyBold;
$fontfamilyLightItalic:'HelveticaNeue-46-Light-Italic', 'Helvetica', Arial, sans-serif !default;
$fontfamilyLightBoldItalic: $fontfamilyBoldItalic;
*/
/* 404 & 403 error pages ------------------------------------ */
/* SBS colours ---------------------------------------- */
/* generic colours ------------------------------------ */
/* spacing ------------------------------------------ */
/* configuration ------------------------------------ */
/* grid variables ------------------------------------ */
/* Used in print */
/* preset image sizes ------------------------------------ */
/* ==========
  Scrollers
========== */
/* ==============
  Theme folder names
=================*/
/* categorised mixins */
/* Overlay mixins */
/**
** Misc mixins
*/
/* line 389, global/scss/mixins/_icons.scss */
.sbs-title-suffix-extras .title-suffix-extras a:after, #active_trail_menu > h2:after, #footer .backtotop a:after, .displaymode-tablet #footer .backtotop a:after,
.displaymode-mobile #footer .backtotop a:after, #janrainModal .providers li > a:after {
  *margin-right: .3em;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome" !important;
  font-weight: normal !important;
  font-style: normal !important;
  display: inline-block;
  speak: none; }

/* ====
mobile mix ins
==== */
/* ====
Tablet mix ins
==== */
/* use placeholders whenever possible for more efficient CSS! */
/* line 17, global/scss/placeholders/_mixins.scss */
.sbs_menu .sbs_menu_bars ul li.hover span li:hover > a {
  -webkit-transition-property: border-color;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color; }

/* line 20, global/scss/placeholders/_mixins.scss */
.sbs_menu .sbs_menu_bars > ul > li > a:hover, .sbs-title-suffix-extras .title-suffix-extras a:hover, .sbs-title-suffix-extras .title-suffix-extras a.hover, #active_trail_menu > h2:hover, #active_trail_menu > h2.active, #janrainModal .providers li > a:hover, #janrainModal .providers li > a.active, .sbs_menu .sbs_menu_bars > ul > li > a, .sbs-title-suffix-extras .title-suffix-extras a, #active_trail_menu > h2, #janrainModal .providers li > a {
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color; }

/* line 23, global/scss/placeholders/_animation.scss */
.sbs_menu .sbs_menu_bars > ul > li > a:hover, .sbs-title-suffix-extras .title-suffix-extras a:hover, .sbs-title-suffix-extras .title-suffix-extras a.hover, #active_trail_menu > h2:hover, #active_trail_menu > h2.active, #janrainModal .providers li > a:hover, #janrainModal .providers li > a.active, .sbs_menu .sbs_menu_bars ul li.hover span li:hover > a {
  -webkit-transition-duration: 0.075s;
  -moz-transition-duration: 0.075s;
  -o-transition-duration: 0.075s;
  transition-duration: 0.075s; }

/* line 26, global/scss/placeholders/_animation.scss */
.sbs_menu .sbs_menu_bars > ul > li > a, .sbs-title-suffix-extras .title-suffix-extras a, #active_trail_menu > h2, #janrainModal .providers li > a {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 37, global/scss/placeholders/_animation.scss */
.sbs_menu .sbs_menu_bars > ul > li > a:hover, .sbs-title-suffix-extras .title-suffix-extras a:hover, .sbs-title-suffix-extras .title-suffix-extras a.hover, #active_trail_menu > h2:hover, #active_trail_menu > h2.active, #janrainModal .providers li > a:hover, #janrainModal .providers li > a.active, .sbs_menu .sbs_menu_bars > ul > li > a, .sbs-title-suffix-extras .title-suffix-extras a, #active_trail_menu > h2, #janrainModal .providers li > a, .sbs_menu .sbs_menu_bars ul li.hover span li:hover > a {
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../../global/fonts/fontawesome-webfont.eot?v=3.2.1");
  src: url("../../global/fonts/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../../global/fonts/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../../global/fonts/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../../global/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal; }

/* TURNING ALL THIS OFF - USE MIXIN INSTEAD

// FONT AWESOME CORE
// -------------------------- 
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
 //margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
// makes the font 33% larger relative to the icon container///
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
// makes sure icons active on rollover in links///
a [class^="icon-"],
a [class*=" icon-"],
a [class^="icon-"]:before,
a [class*=" icon-"]:before {
  display: inline;
}
// increased font size for icon-large///
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.2857142857142858em;
  text-align: center;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.5714285714285714em;
}
ul.icons-ul {
  list-style-type: none;
  text-indent: -0.7142857142857143em;
  margin-left: 2.142857142857143em;
}
ul.icons-ul > li .icon-li {
  width: 0.7142857142857143em;
  display: inline-block;
  text-align: center;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
// BOOTSTRAP SPECIFIC CLASSES
// --------------------------///
// Bootstrap 2.0 sprites.less reset///
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
// more sprites.less reset///
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
// keeps Bootstrap styles with and without icons the same///
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
// EXTRAS
// --------------------------///
// Stacked and layered icon///
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
 //line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
 //line-height: 1em;
}
// Animated rotating icon///
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
// Icon rotations and mirroring///
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
// Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons///
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before,
.icon-rotate-right:before {
  content: "\f01e";
}
// F020 doesn't work in Safari. all shifted one down///
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before,
.icon-mail-forward:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before,
.icon-rotate-left:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before,
.icon-mail-reply:before {
  content: "\f112";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}

*/
/* line 2, global/scss/fonts/_typography.scss */
.page-node commonFontHeaders, .page-node h1, .page-node h2, .page-node h3, .page-node h4, .page-node h5 {
  color: #272727;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  font-weight: bold ;
  display: block;
  margin: 0 0 20px 0; }

/* line 11, global/scss/fonts/_typography.scss */
.page-node h1 {
  -webkit-font-smoothing: antialiased;
  font-size: 42px ;
  line-height: 40px ;
  letter-spacing: -1px ;
  font-family: "Museo-Slab-700", "Helvetica", Arial, sans-serif; }

/* line 15, global/scss/fonts/_typography.scss */
.page-node h2 {
  font-size: 36px ;
  line-height: 35px ;
  letter-spacing: -1px ; }

/* line 19, global/scss/fonts/_typography.scss */
.page-node h3 {
  font-size: 32px ;
  line-height: 32px ;
  letter-spacing: -1px ; }

/* line 23, global/scss/fonts/_typography.scss */
.page-node h4 {
  font-size: 26px ;
  line-height: 26px ;
  letter-spacing: -1px ; }

/* line 27, global/scss/fonts/_typography.scss */
.page-node h5 {
  font-size: 21px ;
  line-height: 21px ;
  letter-spacing: -1px ; }

/* line 31, global/scss/fonts/_typography.scss */
.page-node p {
  font-weight: normal ;
  font-style: normal ;
  font-size: 14px ;
  line-height: 16px ;
  letter-spacing: 0px ; }

/* line 35, global/scss/fonts/_typography.scss */
.page-node p.subheading {
  font-weight: normal ;
  font-style: normal ;
  font-size: 14px ;
  line-height: 16px ;
  letter-spacing: 0px ; }

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== 

    this may or maynot be the correct usage of normalise since its v2 and has dropped support for IE7 
    (which i believe) we may or maynot need to fully support.
   */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 14, global/scss/global/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 32, global/scss/global/_reset.scss */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 43, global/scss/global/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 52, global/scss/global/_reset.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, global/scss/global/_reset.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
/* line 76, global/scss/global/_reset.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 88, global/scss/global/_reset.scss */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 96, global/scss/global/_reset.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 110, global/scss/global/_reset.scss */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 118, global/scss/global/_reset.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 126, global/scss/global/_reset.scss */
b,
strong {
  font-weight: bold;
  font-family: "Roboto", "Helvetica", Arial, sans-serif; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 137, global/scss/global/_reset.scss */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 145, global/scss/global/_reset.scss */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 155, global/scss/global/_reset.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 167, global/scss/global/_reset.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
/* line 177, global/scss/global/_reset.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 185, global/scss/global/_reset.scss */
small {
  font-size: 80%; }

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

/* line 201, global/scss/global/_reset.scss */
sup {
  top: -0.5em; }

/* line 205, global/scss/global/_reset.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 217, global/scss/global/_reset.scss */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 225, global/scss/global/_reset.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 237, global/scss/global/_reset.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 249, global/scss/global/_reset.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 260, global/scss/global/_reset.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 271, global/scss/global/_reset.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 285, global/scss/global/_reset.scss */
button,
input {
  line-height: normal; }

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

/*
 * Re-set default cursor for disabled elements.
 */
/* line 310, global/scss/global/_reset.scss */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 320, global/scss/global/_reset.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 344, global/scss/global/_reset.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 353, global/scss/global/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 364, global/scss/global/_reset.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 377, global/scss/global/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========
   Reset
========== */
/* line 385, global/scss/global/_reset.scss */
* {
  margin: 0;
  padding: 0;
  border: 0; }

/* line 386, global/scss/global/_reset.scss */
.slabtexted .slabtext {
  display: -moz-inline-box;
  display: inline-block;
  white-space: nowrap; }

/* line 391, global/scss/global/_reset.scss */
.slabtextinactive .slabtext {
  display: inline;
  white-space: normal;
  font-size: 1em !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
  *letter-spacing: 0 !important;
  *word-spacing: 0 !important; }

/* line 400, global/scss/global/_reset.scss */
.slabtextdone .slabtext {
  display: block;
  line-height: 0.9; }

/* test resets */
/* line 405, global/scss/global/_reset.scss */
.sbs_meta, .cel .block_item {
  line-height: 0;
  font-size: 0;
  height: auto;
  width: auto; }

/* line 411, global/scss/global/_reset.scss */
a,
a:visited,
a:hover {
  text-decoration: none;
  color: #525e6e; }

/* line 420, global/scss/global/_reset.scss */
li a.active {
  color: #1b2024; }

/* line 425, global/scss/global/_reset.scss */
a:hover,
a.active {
  color: #1b2024; }

/* line 444, global/scss/global/_reset.scss */
#highlighted h2 a:hover, #highlighted h3 a:hover, #highlighted h4 a:hover, .sbs-grid h2 a:hover, .sbs-grid h3 a:hover, .sbs-grid h4 a:hover {
  text-decoration: none; }

/* line 450, global/scss/global/_reset.scss */
#themer-popup {
  min-width: 800px; }

/* line 451, global/scss/global/_reset.scss */
#admin-menu {
  padding: 0;
  margin: 0; }

/* line 9, global/scss/modules/overlay/_base.scss */
.sbs-overlay iframe {
  background: transparent; }

/* line 13, global/scss/modules/overlay/_base.scss */
.sbs-overlay .overlay-close {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background: url("/global/profiles/sbsdistribution/themes/global/images/on-demand-carousel/carousel-close-sprite.png") top left;
  cursor: pointer;
  cursor: hand;
  z-index: 9999; }
  /* line 26, global/scss/modules/overlay/_base.scss */
  .sbs-overlay .overlay-close:hover {
    background: url("/global/profiles/sbsdistribution/themes/global/images/on-demand-carousel/carousel-close-sprite.png") bottom left; }

/* line 31, global/scss/modules/overlay/_base.scss */
.sbs-overlay .loader:before,
.sbs-overlay .loader:after,
.sbs-overlay .loader {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

/* line 42, global/scss/modules/overlay/_base.scss */
.sbs-overlay .loader {
  color: white;
  font-size: 10px;
  margin: 25% auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

/* line 54, global/scss/modules/overlay/_base.scss */
.sbs-overlay .loader:before {
  left: -27px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

/* line 59, global/scss/modules/overlay/_base.scss */
.sbs-overlay .loader:after {
  left: 27px; }

/* line 62, global/scss/modules/overlay/_base.scss */
.sbs-overlay .loader:before,
.sbs-overlay .loader:after {
  content: '';
  position: absolute;
  top: 0; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 18px 0 -10px; }
  40% {
    box-shadow: 0 18px 0 0; } }

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 18px 0 -10px; }
  40% {
    box-shadow: 0 18px 0 0; } }

/* line 4, global/scss/components/bean/timeline/_load.scss */
.storyjs-embed-wrapper {
  visibility: hidden; }
  /* line 7, global/scss/components/bean/timeline/_load.scss */
  .storyjs-embed-wrapper.loaded {
    visibility: visible; }

/* line 1, global/scss/modules/_quotes.scss */
.markup_quote_attributed {
  margin: 55px 0 40px 0;
  padding: 0 0 20px 0;
  border-top: 1px solid #1b2024;
  border-bottom: 1px solid #1b2024; }
  /* line 295, global/scss/mixins/_layout.scss */
  .markup_quote_attributed blockquote {
    position: relative;
    color: #1b2024;
    -webkit-font-smoothing: antialiased;
    font-weight: bold ;
    font-size: 18px ;
    line-height: 22px ;
    letter-spacing: 0px ;
    font-family: "Museo-Slab-700", "Helvetica", Arial, sans-serif;
    margin-top: 15px;
    margin: 15px 0 20px 0; }
    /* line 302, global/scss/mixins/_layout.scss */
    .markup_quote_attributed blockquote:before {
      position: absolute;
      left: -2px;
      top: -35px;
      color: #1b2024;
      content: '\201C';
      display: block;
      font-size: 78px; }
    /* line 312, global/scss/mixins/_layout.scss */
    .markup_quote_attributed blockquote:after {
      content: "\201D"; }
  /* line 316, global/scss/mixins/_layout.scss */
  .markup_quote_attributed .attribution {
    color: #1b2024;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-weight: bold ;
    font-size: 14px ;
    line-height: 14px ;
    letter-spacing: 0px ;
    margin: 15px 0 20px 0; }

/* ==========
  Comments
========== */
/* comments - system currently undecided don't worry about styling the base drupal output at this stage */
/* line 8, global/scss/modules/_comments.scss */
.comment-wrapper .comment > * {
  display: inline-block; }

/* line 11, global/scss/modules/_comments.scss */
.comment-wrapper .comment .submitted {
  width: 200px; }

/* line 14, global/scss/modules/_comments.scss */
.comment-wrapper .comment .content {
  width: auto; }
