/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

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

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   Display utilities
   ========================================================================== */

/**
 * Display-type utilities
 */

.u-inline {
    display: inline !important;
}

.u-inlineBlock {
    display: inline-block !important;
}

.u-block {
    display: block !important;
}

.u-table {
    display: table !important;
}

.u-tableCell {
    display: table-cell !important;
}

/* ==========================================================================
   Layout utilities
   ========================================================================== */

/**
 * Contain floats
 *
 * Make an element expand to contain floated children.
 * Uses pseudo-elements (micro clearfix).
 *
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of the
 *    element.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.u-cf:before,
.u-cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.u-cf:after {
    clear: both;
}

/**
 * New block formatting context
 *
 * This affords some useful properties to the element. It won't wrap under
 * floats. Will also contain any floated children.

 * N.B. This will clip overflow. Use the alternative method below if this is
 * problematic.
 */

.u-nbfc {
    overflow: hidden;
}

/**
 * New block formatting context (alternative)
 *
 * Alternative method when overflow must not be clipped.
 *
 * 1. Create a new block formatting context (NBFC).
 * 2. Avoid shrink-wrap behaviour of table-cell.
 *
 * N.B. This breaks down in some browsers when elements within this element
 * exceed its width.
 */

.u-nbfcAlt {
    display: table-cell; /* 1 */
    width: 10000px; /* 2 */
}

/* -------------------------------------------------------------------------- */

/**
 * Floats
 */

.u-pullLeft {
    float: left !important;
}

.u-pullRight {
    float: right !important;
}

/* -------------------------------------------------------------------------- */

/**
 * Object position helpers.
 *
 * Float an object left or right, and include some space between the object and
 * proceeding objects.
 */

.u-objLeft {
    float: left !important;
    margin-right: 10px;
}

.u-objRight {
    float: right !important;
    margin-left: 10px;
}

/**
 * 1. Remove excess space below images
 * 2. Guard against `img {max-width:100%}` hiding this utility's images in
 *    IE 8.
 */

.u-objLeft img,
.u-objRight img {
    display: block; /* 1 */
    max-width: none; /* 2 */
}

/* -------------------------------------------------------------------------- */

/**
 * Vertical alignment utilities
 * Depends on an appropriate `display` value.
 */

.u-alignTop {
    vertical-align: top !important;
}

.u-alignMiddle {
    vertical-align: middle !important;
}

.u-alignBaseline {
    vertical-align: baseline !important;
}

.u-alignBottom {
    vertical-align: bottom !important;
}

/* ==========================================================================
   Link-specific utilities
   ========================================================================== */

/**
 * Clean link
 *
 * A link without any text-decoration at all.
 */

.u-linkClean,
.u-linkClean:hover,
.u-linkClean:focus,
.u-linkClean:active {
    text-decoration: none;
}

/**
 * Link complex
 *
 * A common pattern is to have a link with several pieces of text and/or an
 * icon, where only one piece of text should display the underline when the
 * link is the subject of user interaction.
 *
 * Example HTML:
 *
 * <a class="u-linkComplex" href="#">
 *     Link complex
 *     <span class="u-linkComplex-target">target</span>
 * </a>
 */

.u-linkComplex,
.u-linkComplex:hover,
.u-linkComplex:focus,
.u-linkComplex:active {
    text-decoration: none;
}

.u-linkComplex:hover .u-linkComplex-target,
.u-linkComplex:focus .u-linkComplex-target,
.u-linkComplex:active .u-linkComplex-target {
    text-decoration: underline;
}

/**
 * Block-level link
 *
 * Combination of traits commonly used in vertical navigation lists.
 */

.u-linkBlock,
.u-linkBlock:hover,
.u-linkBlock:focus,
.u-linkBlock:active {
    display: block;
    text-decoration: none;
}

/**
 * Pseudo-link
 *
 * Another interactive element, e.g., `button`, styled to look like an
 * anchor. Relies on the use of a placeholder anchor.
 *
 * Example HTML:
 *
 * <button class="u-linkPseudo">
 *     <a>Button content</a>
 * </button>
 */

.u-linkPseudo {
    display: inline;
    padding: 0;
    border: 0;
    margin: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
}

.u-linkPseudo:hover,
.u-linkPseudo:focus,
.u-linkPseudo:active {
    background: transparent;
    color: inherit;
}

/* ==========================================================================
   Text utilities
   ========================================================================== */

/**
 * Text truncation
 *
 * Prevent text from wrapping onto multiple lines, and truncate with an
 * ellipsis.
 *
 * 1. Ensure that the node has a maximum width after which truncation can
 *    occur.
 * 2. Fix for IE 8/9 if `word-wrap: break-word` is in effect on ancestor
 *    nodes.
 */

.u-textTruncate {
    max-width: 100%; /* 1 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal; /* 2 */
}

/**
 * Word breaking
 *
 * Break strings when their length exceeds the width of their container.
 */

.u-textBreak {
    word-break: break-all;
    word-break: break-word;
    word-wrap: break-word;
}

/* -------------------------------------------------------------------------- */

/**
 * Horizontal text alignment
 */

.u-textCenter {
    text-align: center;
}

.u-textLeft {
    text-align: left;
}

.u-textRight {
    text-align: right;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

/**
 * The button classes are best applied to links, buttons, and submit inputs.
 * These components can be used in forms, as calls to action, or as part of the
 * general UI of the site/app.
 *
 * Recommended use:
 *
 * <a class="Button [Button--modifier]" role="button" href="[url]">Button text</a>
 * <button class="Button [Button--modifier]" type="submit">Button text</button>
 * <input class="Button [Button--modifier]" type="submit" value="Button text">
 */

/**
 * Button template
 *
 * Build on this component using rulesets in your application-level CSS.
 *
 * 1. Corrects inability to style clickable `input` types in iOS
 * 2. Normalize `box-sizing` across all elements that this component could be
 *    applied to.
 * 3. Inherit text color from ancestor.
 * 4. Inherit font styles from ancestor.
 * 5. Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+.
 * 6. Prevent button text from being selectable.
 * 7. Prevent wrapping across multiple lines.
 */

.Button {
    -webkit-appearance: none; /* 1 */
    background: transparent;
    border: 1px solid;
    -moz-box-sizing: border-box;
    box-sizing: border-box; /* 2 */
    color: inherit; /* 3 */
    cursor: pointer;
    display: inline-block;
    font: inherit; /* 4 */
    line-height: normal; /* 5 */
    margin: 0;
    padding: 0.4em 0.75em;
    position: relative;
    text-align: center;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none; /* 6 */
    vertical-align: middle;
    white-space: nowrap; /* 7 */
}

/**
 * UI states
 */

.Button:hover,
.Button:focus,
.Button:active {
    text-decoration: none;
}

.Button:disabled,
.Button.is-disabled {
    cursor: default;
}

/**
 * Remove excess padding and border in Firefox 4+
 */

.Button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* -------------------------------------------------------------------------- */

/**
 * Modifier: full-width buttons
 */

.Button--full {
    display: block;
    width: 100%;
}

/* ==========================================================================
   Intrinsic ratio embed - http://j.mp/GIHbnu
   ========================================================================== */

/**
 * Flexible media embeds
 *
 * For use with media embeds – such as videos, slideshows, or even images –
 * that need to retain a specific aspect ratio but adapt to the width of their
 * containing element.
 *
 * Example HTML:
 *
 * <div class="FlexEmbed FlexEmbed--16by9">
 *     <iframe class="FlexEmbed-item" src="…"></iframe>
 * </div>
 *
 * <div class="FlexEmbed FlexEmbed--16by9">
 *     [iframe|object|embed|img]
 * </div>
 */

.FlexEmbed {
    position: relative;
    overflow: hidden;
    height: 0;
    padding: 0;
}

/**
 * The use of an explicit descendant class makes this component more flexible.
 * However, it will work automatically for iframes, embeds, and objects to
 * account for times when you cannot modify the attributes for 3rd party widget
 * code.
 */

.FlexEmbed-item,
.FlexEmbed iframe,
.FlexEmbed embed,
.FlexEmbed object {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/**
 * Modifier: 16:9 aspect ratio
 */

.FlexEmbed--16by9 {
    padding-bottom: 56.25%;
}

/**
 * Modifier: 4:3 aspect ratio
 */

.FlexEmbed--4by3 {
    padding-bottom: 75%;
}

/* ==========================================================================
   Base styles shared by all cards (builds on normalize.css)
   ========================================================================== */
html {
  background: transparent;
  font-size: 14px;
  line-height: 1.2858em; }

/**
 * Protect against any chance of scrollbars appearing within the iframe
 */
body {
  overflow: hidden;
  color: #292F33; }

/**
 * Force all images to adapt to the width of their container by default
 */
img {
  max-width: 100%;
  height: auto; }

/**
 * Zero out default spacing
 */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }

/**
 * Suppress the focus outline on links that cannot be accessed via keyboard.
 * Prevents the dotted outline from persisting around some block links that
 * open in a new window.
 */
a[tabindex="-1"] {
  outline: none; }

/* Fix for: https://jira.twitter.biz/browse/CARDS-2356 */
.u-inlineBlock {
  max-width: 100%; }

/* ==========================================================================
   Text utilities
   ========================================================================== */
.u-textMute {
  color: #777; }

.u-textSmall {
  font-size: 0.857em; }

/**
 * Inherit the ancestor's text color. Useful for links that need to look like
 * text until interacted with (e.g., user's full name).
 */
.u-textInherit {
  color: inherit; }

/**
 * Inherit the ancestor's text color for all states. Useful for links that need
 * to look as if they aren't links (e.g., a card's description).
 */
.u-textInheritAll,
.u-textInheritAll:hover,
.u-textInheritAll:focus,
.u-textInheritAll:active {
  color: inherit; }

/* ==========================================================================
   Link utilities
   ========================================================================== */
/**
 * Improve focus styles for links that wrap images. Makes them more visible.
 * The negative offset moves the focus border inside the bounds of the image,
 * thereby avoiding focus outline clipping.
 */
.u-linkImgFocus:focus {
  outline: 2px solid;
  outline-offset: -2px; }

a.u-graylink {
  color: #aaa;
  text-decoration: none; }

a.u-graylink:focus, a.u-graylink:active, a.u-graylink:hover {
  text-decoration: underline; }

/* ==========================================================================
   Element toggling
   ========================================================================== */
.showOnSuccess, .showOnError {
  display: none; }

.successElements .showOnSuccess, .errorElements .showOnError {
  display: block; }

.hideOnSuccess, .hideOnError {
  display: block; }

.successElements .hideOnSuccess, .errorElements .hideOnError {
  display: none; }

/* ==========================================================================
   Common card "chrome"
   ========================================================================== */
.Container {
  overflow: hidden; }

/**
 * Card attribution
 */
.CardAttribution {
  margin: 0 0 1em; }

.CardAttribution-avatar {
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  width: 18px; }

.mq-wide .CardAttribution-avatar {
  width: 20px; }

.CardAttribution-name {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle; }

.mq-wide .CardAttribution-name {
  font-size: 14px; }

/**
 * Card footer
 */
.CardFooter {
  clear: both;
  margin: 1em 0 0; }

/* ==========================================================================
   Title
   ========================================================================== */
.Title {
  font-size: 1em;
  margin: 0 0 0.15em; }

/* ==========================================================================
   Description
   ========================================================================== */
.Description {
  margin: 0.35em 0 0;
  /* For line break */
  word-break: break-word;
  word-wrap: break-word; }

/* ==========================================================================
   Box
   ========================================================================== */
/**
 * Common spacing around card components, e.g., images, videos, gallery
 */
.Box {
  margin: 1em 0 0.75em; }

/* ==========================================================================
   Button
   ========================================================================== */
/**
 * @require suit-button/button.css
 * Modifiers for SUIT button
 */
.Button--default {
  background-color: #f5f5f5;
  background-image: linear-gradient(white, #eeeeee);
  border-color: #ccc;
  border-radius: 4px;
  font-weight: bold;
  margin-top: 1em;
  padding: 0.5em 1em; }

.Button--default:hover,
.Button--default:focus,
.Button--default:active {
  background: #eee;
  border-color: #aaa;
  color: inherit; }

.Button--default:active {
  box-shadow: inset 0 2px 5px -1px rgba(0, 0, 0, 0.2); }

.Button--smallGray {
  background-color: #f5f8fA;
  background-image: linear-gradient(0rad, #f5f8fa, white);
  border: 1px solid #e1e8ed;
  border-radius: 0.25em;
  font-weight: bold;
  margin-top: 0.5em;
  padding: 0.4em 1em; }

.Button--smallGray:hover,
.Button--smallGray:focus,
.Button--smallGray:active {
  border: 1px solid #E1E1EA;
  background-color: #e1e8ed;
  background-image: linear-gradient(0rad, #e1e8ed, white);
  color: inherit; }

.Button--smallGray:active {
  box-shadow: inset 0 2px 5px -1px rgba(0, 0, 0, 0.2); }

a.u-buttonLabel,
a.u-buttonLabel:hover,
a.u-buttonLabel:focus,
a.u-buttonLabel:active {
  text-decoration: none;
  color: #292F33; }

/* ==========================================================================
   Thumbnail
   ========================================================================== */
.Thumbnail {
  float: right;
  height: auto;
  margin: 0 0 0 15px;
  width: 60px; }

.Thumbnail--appIcon {
  border-radius: 17%; }

.mq-medium .Thumbnail {
  width: 120px; }

.mq-medium .Thumbnail--appIcon {
  width: 60px; }

/* ==========================================================================
   Image grid
   ========================================================================== */
/**
 * 1. Controls gutter between images. This is adjusted for different card
 *    widths in the 'responsive.css' file.
 */
.ImageGrid {
  overflow: hidden;
  margin: 0 -2px -4px;
  /* 1 */ }

.ImageGrid-cell {
  float: left; }

.ImageGrid-imageWrapper {
  display: block;
  margin: 0 2px 4px;
  /* 1 */ }

.ImageGrid-image {
  display: block;
  width: 100%;
  height: auto; }

/**
 * Modfier: 1-on-3 layout
 *
 * ┌───────────┐
 * └───────────┘
 * ┌───┬───┬───┐
 * └───┴───┴───┘
 */
.ImageGrid--1on3 .ImageGrid-cell {
  width: 33.333%; }

.ImageGrid--1on3 .ImageGrid-cell--1 {
  width: 100%; }

/**
 * Modifier: 2-on-3 layout
 * ┌───────┬───┐
 * └───────┴───┘
 */
.ImageGrid--2on3 .ImageGrid-cell--1 {
  width: 66.667%; }

.ImageGrid--2on3 .ImageGrid-cell--2 {
  width: 33.333%; }

/**
 * Modfier: 2x2 into 4x1 layout
 *
 * ┌─────┬─────┐
 * ├─────┤─────┤
 * └─────┴─────┘
 *
 * In `mq-wide` context, the layout transforms into:
 *
 * ┌──┬──┬──┬──┐
 * └──┴──┴──┴──┘
 */
.ImageGrid--2col .ImageGrid-cell {
  width: 50%; }

.mq-wide .wide-ImageGrid--4col .ImageGrid-cell {
  width: 25%; }

.u-Padding-Left-1em {
  padding-left: 1em; }

/* ==========================================================================
   Image-with-info component
   ========================================================================== */
.ImageWithInfo-image {
  float: left;
  margin: 0 15px 0 0;
  max-height: 120px;
  max-width: 120px; }

.mq-medium .ImageWithInfo-image {
  max-height: 138px;
  max-width: 138px; }

.ImageWithInfo-item {
  border-color: #ccc;
  border-style: solid;
  border-width: 0 0 1px;
  padding: 11px 0; }

.ImageWithInfo-item:first-child {
  border-top-width: 1px; }

.mq-medium .ImageWithInfo-item {
  padding: 15px 0 16px; }

.ImageWithInfo-label {
  color: #999;
  font-size: 12px;
  text-transform: uppercase; }

.WebsiteCard {
  font-family: sans-serif;
  font-size: 1em;
  cursor: pointer;
  width: 100%; }

/* column of width 320px at 14px/em */
.WebsiteCard--Col--Left {
  width: 22.85em;
  float: left;
  height: 9.15em; }

/* column of width 168px at 14px/em including padding */
.WebsiteCard--Col--Center {
  min-height: 9.15em;
  padding-bottom: 1em;
  overflow: auto; }

.u-image {
  border-radius: 0.25em; }

.u-image-left-radius {
  border-radius: 0.4em, 0em, 0em, 0.4em; }

.WebsiteCard--GrayLink {
  padding-top: 0.6em;
  padding-bottom: 1.0em; }

/* Border for card of size 560x128px */
.WebsiteCard--Border {
  border: 1px solid #e1e8ed;
  border-radius: 0.4em;
  width: 100%; }

.u-Padding-Bottom-2em {
  padding-bottom: 2em; }

/* ==========================================================================
   Promotion Card - Forward View
   ========================================================================== */
.PromotionCardForward {
  font-family: sans-serif;
  width: 100%; }

.PromotionCardForward--Image img {
  border-radius: 5px;
  margin-bottom: .571em; }

.PromotionCardForward--Image a {
  width: 100%; }

.PromotionCardForward--Info {
  padding-bottom: .714em; }

.PromotionCardForward--Title {
  float: left;
  color: #0084b4;
  margin-top: 0.5em; }

.PromotionCardForward--Button {
  float: right;
  font-size: .928em; }

/* ==========================================================================
   Promotion Card - Full View
   ========================================================================== */
.PromotionCardFull {
  width: 100%; }

.PromotionCardFull > h1 {
  padding: 0.714em 0em 0em 0.5em; }

.PromotionCardFull img {
  width: 100%; }

.PromotionCardFull--HintText {
  font-size: 0.857em; }

.PromotionCardFull--Button {
  margin: 0.833em 0em 0.714em 0em; }

.PromotionCardFull--Button a {
  text-decoration: none;
  font-size: 0.928em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 1.667em;
  width: 99.5%;
  padding: 0.285em 0em;
  margin: 1em 0em 0.833em 0em;
  color: white;
  background-color: #55acee;
  border: 1px solid #bbbbbb;
  border-radius: 0.333em;
  border-color: #3b88c3;
  cursor: pointer;
  display: block; }

.PromotionCardFull--Button a:hover {
  background-color: #55acee;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.15)); }

.PromotionCardFull--Button a:active {
  background-color: #3b88c3; }

.PromotionCardFull--UserInfo {
  font-size: 0.857em;
  margin-top: 0.666em;
  padding: 0.666em 0em 0.833em 0em;
  border-top: 1px #dddddd solid;
  border-bottom: 1px #dddddd solid;
  line-height: 1.167em;
  text-overflow: ellipsis;
  height: 4.167em; }

.PromotionCardFull--UserInfoCol1 {
  width: 2.333em;
  padding-right: 1em; }

img.PromotionCardFull--Avatar {
  max-width: 100%;
  border-radius: 0.333em; }

.PromotionCardFull--UserName {
  font-weight: bold; }

.PromotionCardFull--UserScreenname {
  color: #888888; }

.PromotionCardFull--UserEmail {
  padding-top: 0.666em; }

.PromotionCardFull--PrivacyPolicy {
  font-size: 0.857em;
  padding: 2em 0em 0.5em 0em;
  color: #0084b4; }

.PromotionCardFull--SuccessMessage {
  padding: 0.714em 0px;
  line-height: 1.667em;
  display: none; }

.PromotionCardFull--ErrorMessage {
  padding: 0.714em;
  margin: 0.714em 0em;
  border-radius: 0.333em;
  color: #ab2920;
  background: #fcf2f1;
  display: none; }

/* ==========================================================================
   Promotion Card - Response
   REVFMTS-3030
   Success message html is currently sent from PCS in the response of the form
   submission. For now, this is a hacky fix to emulate current cards and quickly
   support all possible success messages, by styling those html messages directly.
   In the near future, this should be deleted and we want to move to either
   sending css in the response, or directly generating the html within macaw-cards.
   ========================================================================== */
.promo-title {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin-top: 10px; }

a.promo-title {
  text-decoration: none; }

.promo-title a:hover,
.promo-title a:focus,
.promo-title a:visited,
.promo-title a:active {
  color: #333; }

.promo-title a:hover,
.promo-title a:focus {
  text-decoration: underline; }

.promo-title a:hover,
.promo-title a:active {
  outline: 0; }

.redirect-message {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  margin-top: 0; }

.redirect-message .error {
  font-size: 24px;
  margin-bottom: 24px;
  margin-top: 30px; }

.redirect-error-message {
  padding: 10px; }

.promo-card-error {
  padding-top: 12px;
  font-size: 14px;
  line-height: 18px;
  color: #333; }

.promo-card-error a {
  color: #0084b4;
  text-decoration: none; }

.promo-card-error a:hover,
.promo-card-error a:focus,
.promo-card-error a:visited,
.promo-card-error a:active {
  color: #0084b4; }

.error-padding {
  height: 10px; }

/* ==========================================================================
   component for Voting2Choices Card
   ========================================================================== */
/* Voting page */
.Voting2ChoicesCard-Options-image {
  border-radius: 2px;
  float: left;
  margin: 0 15px 0 0;
  max-height: 120px;
  max-width: 250px; }

.Voting2ChoicesCard-Options-item {
  padding: 5px 0; }

.Voting2ChoicesCard-Options-data {
  padding: 0 0 0 5px; }

.Voting2ChoicesCard-Options-label {
  padding: 0 0 0 5px;
  font-size: 14px; }

.Voting2ChoicesCard-Options-cta {
  padding: 10px 0;
  color: #67757F; }

/* Result page */
.Voting2ChoicesCard-Results {
  clear: both; }

.Voting2ChoicesCard-Results-image {
  border-radius: 2px;
  float: left;
  margin: 0 15px 0 0;
  max-height: 120px;
  max-width: 250px; }

.Voting2ChoicesCard-Results-item {
  padding: 12px 0; }

.Voting2ChoicesCard-Results-data {
  padding: 0 0 0 5px; }

.Voting2ChoicesCard-Results-label {
  padding: 0 0 0 5px;
  font-size: 14px; }

.Voting2ChoicesCard-Options-cta {
  color: #67757F; }

.Voting2ChoicesCard .Button--smallGray {
  padding: 8px 16px; }

.selected-result {
  color: #55acee; }
