/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
* {
  box-sizing: border-box; }

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

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

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

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

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

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

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

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

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

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/**
 * Media query includes for max-width
 * Usage: @include max($xs) { ... }
 *
 * @param  {Pixel} $media A breakpoint (see variables.scss)
 * @return {void}
 */
/**
 * Media query for min-width and max-width
 * Usage: @include between($s, $m) { ... }
 *
 * @param  {Pixel} $min Min screen size
 * @param  {Pixel} $max Max screen size
 * @return {void}
 */
/**
 * Media query for min-width
 * Usage: @include min($xs) { ... }
 *
 * @param  {Pixel} $media A breakpoint (see variables.scss)
 * @return {void}
 */
/*
Generate Fonts Mixin
Use it like this: @include generatefont(Roboto, '/fonts/roboto', 300, normal)
*/
/**
 * Generate color classes
 * Usage:
 * $colors: ($red, $blue, $green);
 * @include generate-color-mappings($colors);
 * <div class="red-background white-text"></div>
 */
.red-background {
  background-color: #EB0000; }

.red-text {
  color: #EB0000; }

.black-background {
  background-color: #1E1E1E; }

.black-text {
  color: #1E1E1E; }

.white-background {
  background-color: #FFFFFF; }

.white-text {
  color: #FFFFFF; }

.grey-light-background {
  background-color: #F6F6F6; }

.grey-light-text {
  color: #F6F6F6; }

.grey-background {
  background-color: #D2D2D2; }

.grey-text {
  color: #D2D2D2; }

@font-face {
  font-family: "SBBWeb-UltraLight";
  src: url("/Assets/fonts/SBBWeb-UltraLight.eot");
  /* IE9 Compat Modes */
  src: url("/Assets/fonts/SBBWeb-UltraLight.eot?#iefix") format("embedded-opentype"), url("/Assets/fonts/SBBWeb-UltraLight.woff2") format("woff2"), url("/Assets/fonts/SBBWeb-UltraLight.woff") format("woff"), url("/Assets/fonts/SBBWeb-UltraLight.ttf") format("truetype"), url("/Assets/fonts/SBBWeb-UltraLight.svg#SBBWeb-UltraLight") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "SBBWeb-Thin";
  src: url("/Assets/fonts/SBBWeb-Thin.eot");
  /* IE9 Compat Modes */
  src: url("/Assets/fonts/SBBWeb-Thin.eot?#iefix") format("embedded-opentype"), url("/Assets/fonts/SBBWeb-Thin.woff2") format("woff2"), url("/Assets/fonts/SBBWeb-Thin.woff") format("woff"), url("/Assets/fonts/SBBWeb-Thin.ttf") format("truetype"), url("/Assets/fonts/SBBWeb-Thin.svg#SBBWeb-Thin") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "SBBWeb-Light";
  src: url("/Assets/fonts/SBBWeb-Light.eot");
  /* IE9 Compat Modes */
  src: url("/Assets/fonts/SBBWeb-Light.eot?#iefix") format("embedded-opentype"), url("/Assets/fonts/SBBWeb-Light.woff2") format("woff2"), url("/Assets/fonts/SBBWeb-Light.woff") format("woff"), url("/Assets/fonts/SBBWeb-Light.ttf") format("truetype"), url("/Assets/fonts/SBBWeb-Light.svg#SBBWeb-Light") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "SBBWeb-Roman";
  src: url("/Assets/fonts/SBBWeb-Roman.eot");
  /* IE9 Compat Modes */
  src: url("/Assets/fonts/SBBWeb-Roman.eot?#iefix") format("embedded-opentype"), url("/Assets/fonts/SBBWeb-Roman.woff2") format("woff2"), url("/Assets/fonts/SBBWeb-Roman.woff") format("woff"), url("/Assets/fonts/SBBWeb-Roman.ttf") format("truetype"), url("/Assets/fonts/SBBWeb-Roman.svg#SBBWeb-Roman") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "SBBWeb-Bold";
  src: url("/Assets/fonts/SBBWeb-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/Assets/fonts/SBBWeb-Bold.eot?#iefix") format("embedded-opentype"), url("/Assets/fonts/SBBWeb-Bold.woff2") format("woff2"), url("/Assets/fonts/SBBWeb-Bold.woff") format("woff"), url("/Assets/fonts/SBBWeb-Bold.ttf") format("truetype"), url("/Assets/fonts/SBBWeb-Bold.svg#SBBWeb-Bold") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }

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

.clearfix:after {
  clear: both; }

.inner > * {
  margin-top: 1em; }
  .inner > *:first-child {
    margin-top: 0; }

.module > *:first-child {
  margin-top: 0; }

.module > *:last-child {
  margin-bottom: 0; }

.float-right {
  float: right; }

.float-left {
  float: left; }

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

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

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

html {
  color: #1E1E1E;
  font-family: "SBBWeb-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.618; }

body {
  font-size: 15px; }

h1,
.h1 {
  font-family: "SBBWeb-Thin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  margin: 1.618em 0 0.809em;
  line-height: inherit; }
  @media only screen and (max-width: 1024px) {
    h1,
    .h1 {
      font-size: 3rem; } }

h2,
.h2 {
  font-family: "SBBWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  margin: 1.618em 0 0.809em;
  line-height: inherit; }
  @media only screen and (max-width: 1024px) {
    h2,
    .h2 {
      font-size: 2.6rem; } }

h3,
.h3 {
  font-family: "SBBWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  margin: 1.618em 0 0.809em;
  line-height: inherit; }

h4,
.h4 {
  font-family: "SBBWeb-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
  font-weight: normal;
  margin: 1.618em 0 0.809em;
  line-height: inherit; }

h5,
.h5 {
  font-family: "SBBWeb-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit; }

h6,
.h6 {
  font-family: "SBBWeb-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: inherit; }

p,
hr {
  margin: 0.809em 0; }

b,
strong,
.bold {
  font-family: "SBBWeb-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }

small,
.small {
  font-size: 1.3rem; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

a {
  text-decoration: underline;
  color: inherit;
  transition: color 0.3s; }
  a:hover, a:focus {
    color: #C60018; }

.error,
.field-validation-error {
  color: #A20013; }
  .error:focus,
  .field-validation-error:focus {
    outline: none;
    font-family: "SBBWeb-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: underline; }

svg {
  width: 1em;
  height: 1.618em;
  vertical-align: top; }
  svg.double {
    width: 2em;
    height: 3.236em; }

.outline-focus-none:focus {
  outline: none !important; }

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="phone"],
input[type="email"],
input[type="number"],
select,
textarea {
  background: none;
  border: 2px solid #A8A8A8;
  border-radius: 2px;
  box-shadow: none;
  text-shadow: none;
  width: 100%;
  margin: 0;
  padding: 0.809em 1em;
  font-size: inherit;
  font-family: inherit;
  line-height: 1.618;
  height: 5.252rem;
  transition: all 0.3s; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="tel"]:focus,
  input[type="phone"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  select:focus,
  textarea:focus {
    outline: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
    border-color: #5A5A5A; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="phone"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #767676; }
  input[type="text"]::placeholder,
  input[type="password"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="phone"]::placeholder,
  input[type="email"]::placeholder,
  input[type="number"]::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #767676; }
  input[type="text"]::-ms-clear,
  input[type="password"]::-ms-clear,
  input[type="tel"]::-ms-clear,
  input[type="phone"]::-ms-clear,
  input[type="email"]::-ms-clear,
  input[type="number"]::-ms-clear,
  select::-ms-clear,
  textarea::-ms-clear {
    display: none; }
  input[type="text"].ng-touched.ng-invalid,
  input[type="password"].ng-touched.ng-invalid,
  input[type="tel"].ng-touched.ng-invalid,
  input[type="phone"].ng-touched.ng-invalid,
  input[type="email"].ng-touched.ng-invalid,
  input[type="number"].ng-touched.ng-invalid,
  select.ng-touched.ng-invalid,
  textarea.ng-touched.ng-invalid {
    border-color: #A20013; }

.high-contrast-mode *:focus {
  outline: 2px solid !important; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="phone"],
input[type="email"],
input[type="number"] {
  -webkit-appearance: none; }

.label-placeholder {
  padding-top: 26px; }

button,
.button,
.btn, [type="submit"] {
  border: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #EB0000;
  color: #FFFFFF;
  border-radius: 2px;
  padding: 0.809em 2em;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  box-shadow: 0 0 0 0 transparent;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
  /*&:focus,&:-moz-focusring {
   outline: 2px solid $black; 
  }*/ }
  .high-contrast-mode button, .high-contrast-mode
  .button, .high-contrast-mode
  .btn, .high-contrast-mode [type="submit"] {
    border: 2px solid; }
    .high-contrast-mode button:focus, .high-contrast-mode
    .button:focus, .high-contrast-mode
    .btn:focus, .high-contrast-mode [type="submit"]:focus {
      outline: 2px solid; }
  button:focus, button:hover,
  .button:focus,
  .button:hover,
  .btn:focus,
  .btn:hover, [type="submit"]:focus, [type="submit"]:hover {
    color: #FFFFFF;
    background-color: #C60018; }
  button:focus,
  .button:focus,
  .btn:focus, [type="submit"]:focus {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.85);
    outline-color: #1E1E1E;
    outline-offset: 5px;
    outline-style: solid;
    outline-width: 2px; }
  button[disabled="true"], button[disabled="disabled"],
  .button[disabled="true"],
  .button[disabled="disabled"],
  .btn[disabled="true"],
  .btn[disabled="disabled"], [type="submit"][disabled="true"], [type="submit"][disabled="disabled"] {
    background: #D2D2D2;
    pointer-events: none; }
  button svg,
  .button svg,
  .btn svg, [type="submit"] svg {
    width: 2em; }
  button use,
  .button use,
  .btn use, [type="submit"] use {
    fill: #FFFFFF; }
  button.ghost,
  .button.ghost,
  .btn.ghost, [type="submit"].ghost {
    background: white;
    border: 1px solid #A8A8A8;
    color: #5A5A5A; }
    button.ghost:hover, button.ghost:focus,
    .button.ghost:hover,
    .button.ghost:focus,
    .btn.ghost:hover,
    .btn.ghost:focus, [type="submit"].ghost:hover, [type="submit"].ghost:focus {
      border-color: #1E1E1E;
      color: #1E1E1E; }
    button.ghost[disabled="true"], button.ghost[disabled="disabled"],
    .button.ghost[disabled="true"],
    .button.ghost[disabled="disabled"],
    .btn.ghost[disabled="true"],
    .btn.ghost[disabled="disabled"], [type="submit"].ghost[disabled="true"], [type="submit"].ghost[disabled="disabled"] {
      color: #A8A8A8;
      border-color: #A8A8A8; }
      button.ghost[disabled="true"] use, button.ghost[disabled="disabled"] use,
      .button.ghost[disabled="true"] use,
      .button.ghost[disabled="disabled"] use,
      .btn.ghost[disabled="true"] use,
      .btn.ghost[disabled="disabled"] use, [type="submit"].ghost[disabled="true"] use, [type="submit"].ghost[disabled="disabled"] use {
        fill: #A8A8A8; }
    button.ghost use,
    .button.ghost use,
    .btn.ghost use, [type="submit"].ghost use {
      fill: #5A5A5A; }

fieldset {
  border: none;
  margin: 1.618em 0;
  padding: 0; }

input[type="radio"],
input[type="checkbox"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-tap-highlight-color: transparent; }
  input[type="radio"]:focus + label:before,
  input[type="checkbox"]:focus + label:before {
    border-color: #1E1E1E;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.9); }
  input[type="radio"] + label,
  input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 2.118em; }
    input[type="radio"] + label:before,
    input[type="checkbox"] + label:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      height: 2.4rem;
      width: 2.4rem;
      border-radius: 2px;
      border: 2px solid #D2D2D2;
      margin-right: 0.5em; }
    input[type="radio"] + label:before, input[type="radio"] + label:after,
    input[type="checkbox"] + label:before,
    input[type="checkbox"] + label:after {
      transition: all 0.3s; }

input[type="radio"] + label:before {
  border-radius: 100%; }

input[type="radio"]:focus + label:after {
  background: #5A5A5A !important; }

input[type="radio"]:checked + label:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 100%;
  background: #767676; }

input[type="checkbox"]:checked + label:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0.4em;
  top: 0.4em;
  width: 0.809em;
  background: none;
  height: 0.53394em;
  border-bottom: 1px solid #1E1E1E;
  border-left: 1px solid #1E1E1E;
  transform: rotate(-45deg); }

.input {
  position: relative;
  margin: 1.618em 0; }

@media only screen and (min-width: 768px) {
  .radio {
    display: inline-block; }
    .radio + .radio {
      margin-left: 1.618em; } }

@media only screen and (max-width: 767px) {
  .radio {
    margin: 0.809em 0; } }

label {
  font-size: 1.3rem; }
  input + label {
    font-size: inherit; }

.currency {
  position: relative; }
  .currency input {
    padding-left: 6rem; }

.currency-label {
  position: absolute;
  left: 2px;
  bottom: 2px;
  padding: 0.809em 1em;
  text-transform: uppercase; }

@media only screen and (max-width: 767px) {
  .content-area {
    padding: 10px;
    background-color: #fff;
    border-radius: 5px; } }

.center {
  text-align: center; }

.upper {
  text-transform: uppercase; }

html {
  overflow-x: hidden; }

*:focus {
  outline: 2px solid #1E1E1E; }

[ng-cloak] {
  display: none; }

.field-validation-valid {
  display: none; }

.item-icon {
  max-width: 40px;
  padding-bottom: 10px; }

.calc-results {
  list-style: none;
  padding-left: 0; }
  .calc-results header {
    position: relative; }
    .calc-results header .item-icon-title {
      position: absolute;
      left: 0;
      top: 43px;
      font-size: 8px; }
    .calc-results header .item-icon {
      position: absolute;
      left: 0;
      top: 0; }
    .calc-results header .h3 {
      position: relative;
      top: -5px;
      margin-left: 55px;
      margin-top: 7px;
      margin-bottom: 7px; }

@media screen and (max-width: 991.5px) and (min-width: 768px) {
  .calc-results {
    list-style: none;
    padding-left: 0; }
    .calc-results header {
      position: relative; }
      .calc-results header .item-icon-title {
        position: absolute;
        left: 0;
        top: 43px;
        font-size: 8px;
        word-wrap: break-word;
        width: 51px; }
      .calc-results header .item-icon {
        position: absolute;
        left: 0;
        top: 0; }
      .calc-results header .h3 {
        position: relative;
        top: -5px;
        margin-left: 55px;
        margin-top: 7px;
        margin-bottom: 7px; } }

.tooltip {
  position: relative;
  top: 6px;
  outline-width: 1px;
  cursor: pointer;
  text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    .tooltip {
      right: 5px;
      top: 7px;
      position: absolute; }
      .tooltip.tooltip--alt {
        position: relative;
        right: auto;
        top: 7px; } }
  .tooltip:after {
    display: none;
    content: " ";
    position: absolute;
    left: -1px;
    top: 24px;
    width: 15px;
    height: 15px;
    background-color: #FFFFFF;
    z-index: 99999;
    transform: rotateZ(45deg);
    border-left: 0.13333em solid #666;
    border-top: 0.13333em solid #666; }
  .tooltip[aria-expanded='true']:after {
    display: block; }
  .tooltip.tooltip--alt {
    top: -1px; }

.tooltiptext {
  position: absolute;
  z-index: -5000;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 1.6em;
  box-shadow: 0 0.53333em 0 rgba(0, 0, 0, 0.15);
  top: 37px;
  width: 100%;
  border: 0.13333em solid #666; }
  .tooltiptext[aria-hidden="false"] {
    opacity: 1;
    width: 100%;
    left: 0;
    height: auto;
    overflow: visible;
    z-index: 10000;
    visibility: visible; }
  .tooltiptext[aria-hidden="true"] {
    visibility: hidden; }
  .tooltiptext.tooltiptext--alt {
    top: 6px; }
  .tooltiptext .close-tooltip {
    position: absolute;
    top: 3px;
    right: 8px;
    transform: rotateZ(45deg);
    line-height: 0;
    text-align: center;
    display: block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 30px;
    border: 1px solid #767676;
    padding: 11px 0px 0 0;
    color: #767676;
    display: block; }
    .tooltiptext .close-tooltip:focus {
      padding: 10px 0px 0 0;
      border: 2px solid #1E1E1E;
      outline: none;
      box-shadow: 0 0 5px;
      border-color: #1E1E1E; }

.pos-relative {
  position: relative; }

.display-inline {
  display: inline; }

.display-inline-block {
  display: inline-block; }

/*
.amount{
	& .tooltip{
		top:0px;
		@include max($xs) {
			right:auto;
			top:0px;
			position: relative;	
		}
	}
	& .tooltiptext{
		top:37px;
	}

}*/
@media only screen and (max-width: 767px) {
  [class*="col-sm"] {
    margin: 1.618em 0; } }

.calc-results {
  margin-top: 2em; }
  .calc-results header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .calc-results header > * {
      margin: 0; }
    .calc-results header img {
      margin-right: 1.618em; }

/*# sourceMappingURL=/Assets/css/main.css.map */
