/**** Normalize */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 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/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ****** Defy Variables */
/* ****** Colors */
/* ****** Color Variables */
/* ****** Sizes */
/* ****** Fonts */
/* ****** Defaults */
html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #d2d2d2;
  color: #2a2a2a;
}

a {
  color: #2a2a2a;
  text-decoration: none;
}
a:hover {
  color: #d0210d;
}

/* ****** Placeholders */
/* ****** Compass */
.Button, .FBLoginButton, .PayPalButton, .BasicModal-close {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* Reset `button` and button-style `input` default styles */
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}
.Button::-moz-focus-inner, .FBLoginButton::-moz-focus-inner, .PayPalButton::-moz-focus-inner, .BasicModal-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.Button:focus, .FBLoginButton:focus, .PayPalButton:focus, .BasicModal-close:focus {
  outline: none;
}

.LegalSection:before, .LegalSection:after {
  content: '\0020';
  display: block;
  height: 0;
  overflow: hidden;
}
.LegalSection:after {
  clear: both;
}

/* ****** Site Elements */
/* ****** Compass */
/* ****** Functions */
/*
 * Thanks to http://codepen.io/Tigt/blog/optimizing-svgs-in-data-uris
 * "Web friend jakob-e implemented this algorithm in SASS" ...
 *
 * Usage example:
 * .class {
 *   	background-image: dfy-svg-url('<svg xmlns="http://www.w3.org/2000/svg">.....</svg>');
 * }
*/
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 *
 */
/* ****** Variables */
.Button {
  border-radius: 4px;
  padding: 12px 15px;
  background-color: #d0210d;
  color: white;
  font-weight: bold;
}
.Button:hover {
  background-color: #e8250f;
}
.Button:active {
  background-color: #b81d0c;
}
.Button:disabled, .Button:disabled:hover {
  background: #d2d2d2;
}

a.Button {
  -webkit-appearance: none;
}
a.Button:hover {
  color: white;
}

.Button--primary {
  background: linear-gradient(0deg, #d0210d, #f4604f);
}
.Button--primary:hover {
  background: linear-gradient(0deg, #b81d0c, #f34a37);
}
.Button--primary:active {
  background: linear-gradient(180deg, #b81d0c, #f34a37);
}

.Button--secondary {
  background: white;
  border: 3px solid #d0210d;
  color: #d0210d;
  padding: 9px 12px;
}
.Button--secondary:hover, .Button--secondary:active {
  border-color: #b81d0c;
  color: #b81d0c;
  background: white;
}
.Button--secondary:disabled, .Button--secondary:disabled:hover {
  border-color: #d2d2d2;
  color: #d2d2d2;
  background: white;
}

.Button--textlink {
  background: none;
  border: 0;
  color: white;
}
.Button--textlink:hover {
  color: white;
  background: none;
}

#facebook-square path {
  fill: inherit;
}

.Product .Button.Button--primary {
  box-sizing: border-box;
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
}

.AccountSettings .Button.Button--primary {
  padding: 16px 40px;
}

.Poll .Button--secondary {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.125em;
}
.Poll .Button--secondary:hover {
  -moz-transition-property: border-color, color;
  -o-transition-property: border-color, color;
  -webkit-transition-property: border-color, color;
  transition-property: border-color, color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

/* ****** Functions */
/*
https://css-tricks.com/snippets/sass/px-to-em-functions/
EXAMPLES:
h1 {
  font-size: em(32);
}

// is the same as:

h1 {
  font-size: em(32px);
}
*/
/*
 * Thanks to http://codepen.io/Tigt/blog/optimizing-svgs-in-data-uris
 * "Web friend jakob-e implemented this algorithm in SASS" ...
 *
 * Usage example:
 * .class {
 *   	background-image: dfy-svg-url('<svg xmlns="http://www.w3.org/2000/svg">.....</svg>');
 * }
*/
/* ****** Mixins */
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 *
 */
/* ****** Variables */
.CheckBox {
  font-size: 1rem;
  margin-bottom: 15px;
}
.CheckBox-label {
  font-weight: bold;
  font-size: 1.0625em;
}
.CheckBox-label::before {
  content: "";
  display: inline-block;
  border: 2px solid #ddd5ce;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center;
  margin-bottom: -4px;
}
.CheckBox-checkBox {
  position: absolute;
  opacity: 0;
}
.CheckBox-checkBox:checked ~ .CheckBox-label::before {
  border-color: #d0210d;
  background-color: #d0210d;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='check' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 18'%3E%3Cpath fill='%23FFFFFF' d='M20.5,0.3c-0.7-0.5-1.8-0.2-2.5,0.5l-9,9.9c-0.1,0.2-0.5,0.2-0.7,0.1L2.8,7.7c-0.9-0.6-2-0.5-2.5,0.1	S0,9.4,0.7,10.2L7,17.1C7.5,17.7,8.2,18,8.9,18c0.8,0,1.6-0.4,2.1-1.2l9.5-14.1C21.3,1.9,21.2,0.9,20.5,0.3z'/%3E%3C/svg%3E");
}
.CheckBox-checkBox:disabled ~ .CheckBox-label {
  color: #c8c8c8;
}
.CheckBox-checkBox:disabled ~ .CheckBox-label::before {
  border-color: #c8c8c8;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='check' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 18'%3E%3Cpath fill='%23C8C8C8' d='M20.5,0.3c-0.7-0.5-1.8-0.2-2.5,0.5l-9,9.9c-0.1,0.2-0.5,0.2-0.7,0.1L2.8,7.7c-0.9-0.6-2-0.5-2.5,0.1	S0,9.4,0.7,10.2L7,17.1C7.5,17.7,8.2,18,8.9,18c0.8,0,1.6-0.4,2.1-1.2l9.5-14.1C21.3,1.9,21.2,0.9,20.5,0.3z'/%3E%3C/svg%3E");
}

/* ****** Modifiers */
.CheckBox--inline {
  display: inline-block;
  margin-right: 10px;
}
.CheckBox--inline:last-child {
  margin-right: 0;
}

.CheckBox--invalid > .CheckBox-invalidMessage {
  background: #d0210d;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-weight: normal;
  position: relative;
  margin: 5px 0 0 0;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

/* ****** Functions */
/*
https://css-tricks.com/snippets/sass/px-to-em-functions/
EXAMPLES:
h1 {
  font-size: em(32);
}

// is the same as:

h1 {
  font-size: em(32px);
}
*/
/* ****** Variables */
.RadioButton {
  font-size: 1rem;
  margin-bottom: 15px;
}
.RadioButton-label {
  position: relative;
  display: inline-block;
  line-height: 20px;
  font-weight: bold;
  font-size: 1.0625em;
}
.RadioButton-label::before {
  content: "";
  display: inline-block;
  border: 2px solid #ddd5ce;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
}
.RadioButton-input {
  position: absolute;
  opacity: 0;
}
.RadioButton-input + .RadioButton-label::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 6px;
}
.RadioButton-input:checked + .RadioButton-label::after {
  background: #d0210d;
}
.RadioButton-input:checked + .RadioButton-label::before {
  border-color: #d0210d;
}
.RadioButton-input:disabled + .RadioButton-label {
  color: #c8c8c8;
}
.RadioButton-input:disabled + .RadioButton-label::before {
  border-color: #c8c8c8;
}
.RadioButton-input:disabled + .RadioButton-label::after {
  background: #c8c8c8;
}

/* ****** Modifiers */
.RadioButton--inline {
  display: inline-block;
  margin-right: 10px;
}
.RadioButton--inline:last-child {
  margin-right: 0;
}

.RadioButton--invalid > .RadioButton-invalidMessage {
  background: #d0210d;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-weight: normal;
  position: relative;
  margin: 5px 0 0 0;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

/* ****** Functions */
/*
 * Thanks to http://codepen.io/Tigt/blog/optimizing-svgs-in-data-uris
 * "Web friend jakob-e implemented this algorithm in SASS" ...
 *
 * Usage example:
 * .class {
 *   	background-image: dfy-svg-url('<svg xmlns="http://www.w3.org/2000/svg">.....</svg>');
 * }
*/
/* ****** Variables */
.SelectMenu {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 15px;
}
.SelectMenu-arrow {
  background: #FFF;
  bottom: 2px;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 40px;
  pointer-events: none;
}
.SelectMenu-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 18px;
  pointer-events: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 18 17'%3E%3Cpath fill='%23DDD5CE' d='M10.6,15.4c-0.9,1.5-2.3,1.5-3.2,0L0.9,3.2C0,1.7,0.7,0.5,2.5,0.5h13c1.8,0,2.5,1.2,1.6,2.7L10.6,15.4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.SelectMenu select {
  outline: none;
  -webkit-appearance: none;
  display: block;
  padding: 12px 30px 12px 12px;
  margin: 0;
  transition: border-color 0.2s;
  border: 2px solid #ddd5ce;
  border-radius: 5px;
  background: #FFF;
  color: #555;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.SelectMenu select::-ms-expand {
  display: none;
}
.SelectMenu select:focus {
  border-color: #d0210d;
}
.SelectMenu select:focus ~ .SelectMenu-arrow::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 18 17'%3E%3Cpath fill='%23D0210D' d='M10.6,15.4c-0.9,1.5-2.3,1.5-3.2,0L0.9,3.2C0,1.7,0.7,0.5,2.5,0.5h13c1.8,0,2.5,1.2,1.6,2.7L10.6,15.4z'/%3E%3C/svg%3E");
}
.SelectMenu select:disabled {
  background: whitesmoke;
}
.SelectMenu select:disabled ~ .SelectMenu-arrow {
  background: whitesmoke;
}

/* ****** Modifiers */
.SelectMenu.SelectMenu--invalid select {
  border-color: #d0210d;
  border-bottom-left-radius: 0;
}
.SelectMenu.SelectMenu--invalid select:hover, .SelectMenu.SelectMenu--invalid select:focus {
  border-color: #d0210d;
  border-bottom-left-radius: 0;
}
.SelectMenu.SelectMenu--invalid .SelectMenu-invalidMessage {
  background: #d0210d;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: white;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  padding: 10px;
  position: relative;
  top: -2px;
  font-size: 14px;
  font-size: 0.875rem;
}

.SelectMenu.SelectMenu--transparent {
  vertical-align: top;
}
.SelectMenu.SelectMenu--transparent select {
  padding-right: 24px;
  border: none;
  background-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.SelectMenu.SelectMenu--transparent .SelectMenu-arrowSvg {
  width: 12px;
  height: 7px;
  position: absolute;
  top: 40%;
  right: 6px;
}

/* ****** Placeholders */
/* ****** Compass */
.FormText-text, .FormText-textArea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.FormText-text:focus, .FormText-textArea:focus {
  outline: 0;
}

/* ****** Mixins */
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 *
 */
/* ****** Functions */
/*
https://css-tricks.com/snippets/sass/px-to-em-functions/
EXAMPLES:
h1 {
  font-size: em(32);
}

// is the same as:

h1 {
  font-size: em(32px);
}
*/
/* ****** Variables */
.FormText {
  font-size: 1rem;
  margin-bottom: 15px;
}
.FormText ::-webkit-input-placeholder {
  color: #ddd5ce;
}
.FormText :-moz-placeholder {
  /* Firefox 18- */
  color: #ddd5ce;
}
.FormText ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd5ce;
}
.FormText :-ms-input-placeholder {
  color: #ddd5ce;
}
.FormText-label {
  display: block;
  font-size: 1.5em;
  line-height: 1.08;
  margin-bottom: 12px;
}
.FormText-text, .FormText-textArea {
  background-color: white;
  background-repeat: no-repeat;
  border: 2px solid #ddd5ce;
  border-radius: 5px;
  padding: 12px;
}
.FormText-text:focus, .FormText-textArea:focus {
  border-color: #d0210d;
}
.FormText-text:disabled, .FormText-textArea:disabled {
  background: whitesmoke;
}

/* ****** Modifiers */
.FormText--invalid > .FormText-text {
  border-color: #d0210d;
  border-bottom-left-radius: 0;
}
.FormText--invalid > .FormText-text:hover, .FormText--invalid > .FormText-text:focus {
  border-color: #d0210d;
  border-bottom-left-radius: 0;
}
.FormText--invalid > .FormText-invalidMessage {
  background: #d0210d;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: white;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  padding: 10px;
  position: relative;
  top: -2px;
  font-size: 14px;
  font-size: 0.875rem;
}

.FormText--toggle {
  position: relative;
}
.FormText--toggle > input[type=password] {
  position: relative;
}
.FormText--toggle > .FormText-button {
  background: transparent;
  border: 0;
  display: block;
  outline: 0;
  position: absolute;
  bottom: 6px;
  right: 0;
  margin: 0;
  padding: 0 10px 0 0;
}
.FormText--toggle > .FormText-button > svg {
  width: 32px;
  height: 22px;
}

/* ****** Compass */
/* ****** Functions */
/*
 * Thanks to http://codepen.io/Tigt/blog/optimizing-svgs-in-data-uris
 * "Web friend jakob-e implemented this algorithm in SASS" ...
 *
 * Usage example:
 * .class {
 *   	background-image: dfy-svg-url('<svg xmlns="http://www.w3.org/2000/svg">.....</svg>');
 * }
*/
/*
https://css-tricks.com/snippets/sass/px-to-em-functions/
EXAMPLES:
h1 {
  font-size: em(32);
}

// is the same as:

h1 {
  font-size: em(32px);
}
*/
.FBLoginButton {
  font-size: 1.0625em;
  line-height: 18px;
  padding: 18px 0;
  background-color: #37538e;
  display: block;
  width: 100%;
  color: white;
  border-radius: 5px;
}
.FBLoginButton-icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  margin-bottom: -2px;
}
.FBLoginButton-icon use {
  fill: white;
}

/* ===[ FUNCTIONS ]=== */
/*
https://css-tricks.com/snippets/sass/px-to-em-functions/
EXAMPLES:
h1 {
  font-size: em(32);
}

// is the same as:

h1 {
  font-size: em(32px);
}
*/
/* ===[ LOCAL VARIABLES ]=== */
/* ===[ LOCAL MIXINS ]=== */
.PayPalButton {
  width: 228px;
  padding: 12px 4px;
  font-size: 0.875em;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-shadow: 0px 1px 0 #ffdb86;
  border: 1px solid #eca500;
  border-radius: 5px;
  background-color: #ffc439;
  box-shadow: inset 0px 1px 0px 0px #ffdb86;
}
.PayPalButton-icon {
  width: 92px;
  height: 24px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: -4px;
  vertical-align: text-bottom;
}
.PayPalButton--complete {
  text-shadow: 0px 1px 0 #187140;
  color: #FFF;
  border: 1px solid #187140;
  border-radius: 5px;
  background-color: #26B064;
  box-shadow: inset 0px 1px 0px 0px #4ad88a;
}

.BasicModal {
  background: rgba(0, 0, 0, 0.6);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 0;
  z-index: 100;
  transition: opacity .3s 0s, height 0s .3s;
  text-align: center;
}
.BasicModal-heading {
  text-align: left;
  margin: 0;
  background-color: white;
  padding: 12px 56px 12px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.BasicModal-dialog {
  background: whitesmoke;
  opacity: 0;
  margin: 30px auto 0 auto;
  position: relative;
  border-radius: 5px;
  max-width: 75%;
  display: inline-block;
  transition: opacity .3s .1s, margin .3s ease-in-out .1s;
  min-height: 56px;
}
.BasicModal-body {
  padding: 0 20px;
}
.BasicModal-title {
  text-align: left;
  margin: 0;
  padding: 20px;
}
.BasicModal-buttons {
  padding: 20px 20px;
  text-align: left;
}
.BasicModal-close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.3 12.8'%3E%3Cpath fill='%23ABABAB' d='M10.7,7.1c-0.4-0.4-0.4-1,0-1.3l2-1.9c0.8-0.7,0.8-1.9,0-2.6l-0.7-0.7c-0.7-0.7-2-0.8-2.7,0l-2,1.9C7,2.8,6.4,2.8,6,2.4L4.1,0.6c-0.8-0.7-2-0.7-2.7,0L0.7,1.2c-0.8,0.7-0.8,1.9,0,2.7l1.9,1.8c0.4,0.4,0.4,1,0,1.3l-2,1.9c-0.8,0.7-0.8,1.9,0,2.7l0.7,0.7c0.7,0.7,2,0.8,2.7,0l2-1.9c0.4-0.4,1-0.4,1.4,0l1.9,1.9c0.8,0.7,2,0.7,2.7,0l0.7-0.7c0.8-0.7,0.8-1.9,0-2.7L10.7,7.1z'%3E%3C/path%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  background-size: cover;
  position: absolute;
  right: 14px;
  top: 14px;
  overflow: hidden;
  text-indent: -1000px;
}
.BasicModal-messages {
  margin-top: 15px;
  border-radius: 5px;
  color: white;
  box-sizing: border-box;
  margin: 8px 0 15px 0;
  padding: 10px;
  text-align: center;
  width: 100%;
  display: none;
}

.BasicModal--open {
  height: 100%;
  opacity: 1;
  transition: opacity .3s 0s;
}
.BasicModal--open .BasicModal-dialog {
  opacity: 1;
  margin-top: 50px;
}

.RegisterConfirm .BasicModal-body {
  padding: 30px;
}

.BasicModalMessage {
  color: white;
  border-radius: 5px;
  padding: 10px;
  display: none;
}
.BasicModalMessage--success {
  background: #00833f;
  display: block;
}
.BasicModalMessage--error {
  background: #d0210d;
  display: block;
}

/* ****** Site shared Modals */
/* ====[ Variables for the contact form ]==== */
/* ====[ Contact Us form modal styles ]==== */
.ContactUsForm {
  color: #545454;
  max-height: 90vh;
  overflow-y: auto;
}
.ContactUsForm.ModalDialog {
  width: auto;
}
.ContactUsForm-messages {
  margin: 10px 0 0 0;
}
.ContactUsForm-title {
  margin-bottom: 0;
  padding: 0 30px;
  font-size: 2em;
}
.ContactUsForm-subtitle {
  padding: 0 30px;
  font-size: 1.3em;
}
.ContactUsForm-form {
  padding: 10px 7px 7px;
}
.ContactUsForm-elements {
  padding-left: 23px;
  padding-right: 23px;
}
.ContactUsForm-twoCol {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
.ContactUsForm-twoCol > span {
  display: inline;
}
.ContactUsForm-twoCol input {
  width: 91%;
}
.ContactUsForm-element > span {
  font-size: .9em;
  font-weight: bold;
  display: block;
  margin: 10px 0 5px 0;
}
.ContactUsForm-element input,
.ContactUsForm-element textarea,
.ContactUsForm-element select {
  background-color: #FFFFFF;
  border: 1px solid #D8D8D8;
  font-size: 1.05em;
  padding: 4px;
}
.ContactUsForm-element input:focus,
.ContactUsForm-element textarea:focus,
.ContactUsForm-element select:focus {
  border-color: #888888;
}
.ContactUsForm-element select {
  width: 100%;
}
.ContactUsForm-element textarea {
  display: block;
  height: 120px;
  width: 100%;
}
.ContactUsForm-element--invalid .ContactUsForm-element-message {
  margin-top: 0;
  color: #CC6666;
}
.ContactUsForm-attachment {
  position: relative;
}
.ContactUsForm-fileUpload {
  width: 100px;
  height: 40px;
  cursor: pointer;
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  z-index: 10;
}
.ContactUsForm-browse {
  width: 100px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  color: #545454;
  font-size: 1.111em;
  font-weight: bold;
  margin: 0 15px 10px 0;
  padding: 7px 16px;
}
.ContactUsForm-send {
  background: #4BABCC;
  border: 0 none;
  color: #FFFFFF;
  font-size: 2em;
  font-weight: bold;
  height: 65px;
  padding: 5px 10px;
  margin-top: 20px;
  width: 100%;
}
.ContactUsForm-send:disabled {
  background: #CCCCCC;
  color: #979797;
}

/**** ALL PB Layouts */
/* ****** Variables */
.SingleColumn {
  background: whitesmoke;
  min-width: 960px;
}

/* ****** Common */
/*** Compass mixins */
/****  Variables */
/* ****** Colors */
/* ****** Color Variables */
/* ****** Sizes */
/* ****** Fonts */
/****  Placeholders */
.LegalSection:before, .LegalSection:after {
  content: '\0020';
  display: block;
  height: 0;
  overflow: hidden;
}
.LegalSection:after {
  clear: both;
}

/**** Local Variables */
.LegalSection {
  background: #FFF;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  margin: 35px auto;
  padding: 35px;
  width: 1200px;
}
.LegalSection-header {
  margin-top: 0;
}
.LegalSection-navigation {
  float: right;
  width: 300px;
}
.LegalSection-navigation h1 {
  font-size: 1.9em;
}
.LegalSection-navigationList {
  background: whitesmoke none repeat scroll 0 0;
  border: 1px solid gainsboro;
  list-style: outside none none;
  margin-top: 1em;
  padding: 15px 20px 15px 25px;
}
.LegalSection-navigationList a {
  display: block;
  position: relative;
}
.LegalSection-navigationList a:hover {
  color: #d0210d;
}
.LegalSection-navigationList a::before {
  content: "\A";
  border-style: solid;
  border-width: 5px 7px 5px 0;
  border-color: transparent #d0210d transparent transparent;
  position: absolute;
  left: -15px;
  top: 7px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.LegalSection-content {
  float: left;
  width: 69%;
}
.LegalSection-content address {
  font-size: 1rem;
}
.LegalSection-content address span {
  display: block;
  margin: 5px 0;
}
.LegalSection-OrderedList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.LegalSection-OrderedList > li {
  counter-increment: step-counter;
  margin: 0;
  padding: 1.409em 0 0;
}
.LegalSection-OrderedList > li::before {
  content: counter(step-counter) ".";
  margin-right: .15em;
  font-size: 1.5em;
}
.LegalSection-OrderedList > li h2 {
  display: inline;
  padding: 0;
  margin: 0;
}
.LegalSection-UnorderedList {
  margin: 0;
  padding: 0;
}
.LegalSection-UnorderedList > li {
  list-style-type: none;
  margin: 0;
  padding: 1.409em 0 0;
}
.LegalSection-UnorderedList > li h2,
.LegalSection-UnorderedList > li h3 {
  display: inline-block;
  padding: 0;
  margin: 0;
}
