/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
@import "../bower/bootstrap-select/bootstrap-select.min.css";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ff8300;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #cc6900;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #ff8300;
}
.text-primary:hover {
  color: #cc6900;
}
.text-warning {
  color: #c09853;
}
.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
.text-danger:hover {
  color: #953b39;
}
.text-success {
  color: #468847;
}
.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
.text-info:hover {
  color: #2d6987;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 39px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 18.75px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.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 {
  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: 0%;
}
.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: 0%;
}
.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) {
  .container {
    width: 750px;
  }
  .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 {
    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: 0%;
  }
  .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: 0%;
  }
  .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) {
  .container {
    width: 970px;
  }
  .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 {
    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: 0%;
  }
  .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: 0%;
  }
  .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) {
  .container {
    width: 1170px;
  }
  .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 {
    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: 0%;
  }
  .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: 0%;
  }
  .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%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #999;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153, 153, 153, 0.6);
}
.form-control:-moz-placeholder {
  color: #cccccc;
}
.form-control::-moz-placeholder {
  color: #cccccc;
}
.form-control:-ms-input-placeholder {
  color: #cccccc;
}
.form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #ff8300;
  border-color: #ff8300;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #d66e00;
  border-color: #c26400;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ff8300;
  border-color: #ff8300;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success,
.input-checked-group input[type=radio]:checked + label,
.input-checked-group input[type=checkbox]:checked + label {
  color: #fff;
  background-color: #59bc6c;
  border-color: #66B114;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #44a857;
  border-color: #467a0e;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #59bc6c;
  border-color: #66B114;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #ff8300;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #cc6900;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: normal;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #ff8300;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-menu--wide {
  min-width: 28rem !important;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
  font-size: 14px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
  font-size: 14px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  line-height: 31px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #ff8300;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #cc6900;
  border-bottom-color: #cc6900;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #ff8300;
}
.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #ff8300;
  border-bottom-color: #ff8300;
}
.nav a:hover .caret {
  border-top-color: #cc6900;
  border-bottom-color: #cc6900;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14.5px 15px;
  font-size: 18px;
  line-height: 21px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.navbar-text {
  float: left;
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #ff8300;
  border-color: #ff8300;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #ff8300;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #cc6900;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ff8300;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 67.5px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 21px;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ff8300;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #ff8300;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #ff8300;
  border-color: #ff8300;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #ffe6cc;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #ff8300;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #ff8300;
  border-color: #ff8300;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ff8300;
}
.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #fff transparent;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ff8300;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'ospericons';
  src: url('/assets/fonts/ospericons/ospericons-regular-webfont.eot');
  src: url('/assets/fonts/ospericons/ospericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/ospericons/ospericons-regular-webfont.woff') format('woff'), url('/assets/fonts/ospericons/ospericons-regular-webfont.ttf') format('truetype'), url('/assets/fonts/ospericons/ospericons-regular-webfont.svg#osper_iconsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('/assets/fonts/museo_sans/museosans-100-webfont.eot');
  src: url('/assets/fonts/museo_sans/museosans-100-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/museo_sans/museosans-100-webfont.woff') format('woff'), url('/assets/fonts/museo_sans/museosans-100-webfont.ttf') format('truetype'), url('/assets/fonts/museo_sans/museosans-100-webfont.svg#museo_sans100') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('/assets/fonts/museo_sans/museosans-100italic-webfont.eot');
  src: url('/assets/fonts/museo_sans/museosans-100italic-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/museo_sans/museosans-100italic-webfont.woff') format('woff'), url('/assets/fonts/museo_sans/museosans-100italic-webfont.ttf') format('truetype'), url('/assets/fonts/museo_sans/museosans-100italic-webfont.svg#museo_sans100_italic') format('svg');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('/assets/fonts/museo_sans/museosans-300-webfont.eot');
  src: url('/assets/fonts/museo_sans/museosans-300-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/museo_sans/museosans-300-webfont.woff') format('woff'), url('/assets/fonts/museo_sans/museosans-300-webfont.ttf') format('truetype'), url('/assets/fonts/museo_sans/museosans-300-webfont.svg#museo_sans300') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('/assets/fonts/museo_sans/museosans-300italic-webfont.eot');
  src: url('/assets/fonts/museo_sans/museosans-300italic-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/museo_sans/museosans-300italic-webfont.woff') format('woff'), url('/assets/fonts/museo_sans/museosans-300italic-webfont.ttf') format('truetype'), url('/assets/fonts/museo_sans/museosans-300italic-webfont.svg#museo_sans300_italic') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('/assets/fonts/museo_sans/museosans_500-webfont.eot');
  src: url('/assets/fonts/museo_sans/museosans_500-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/museo_sans/museosans_500-webfont.woff') format('woff'), url('/assets/fonts/museo_sans/museosans_500-webfont.ttf') format('truetype'), url('/assets/fonts/museo_sans/museosans_500-webfont.svg#museo_sans500') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('/assets/fonts/museo_sans/museosans_500_italic-webfont.eot');
  src: url('/assets/fonts/museo_sans/museosans_500_italic-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/museo_sans/museosans_500_italic-webfont.woff') format('woff'), url('/assets/fonts/museo_sans/museosans_500_italic-webfont.ttf') format('truetype'), url('/assets/fonts/museo_sans/museosans_500_italic-webfont.svg#museo_sans500_italic') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('/assets/fonts/museo_sans/museosans-700-webfont.eot');
  src: url('/assets/fonts/museo_sans/museosans-700-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/museo_sans/museosans-700-webfont.woff') format('woff'), url('/assets/fonts/museo_sans/museosans-700-webfont.ttf') format('truetype'), url('/assets/fonts/museo_sans/museosans-700-webfont.svg#museo_sans700') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('/assets/fonts/museo_sans/museosans-700italic-webfont.eot');
  src: url('/assets/fonts/museo_sans/museosans-700italic-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/museo_sans/museosans-700italic-webfont.woff') format('woff'), url('/assets/fonts/museo_sans/museosans-700italic-webfont.ttf') format('truetype'), url('/assets/fonts/museo_sans/museosans-700italic-webfont.svg#museo_sans700_italic') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Osper-Icons';
  src: url('/assets/fonts/osper-icons/Osper-Icons.eot?-tcw4bf');
  src: url('/assets/fonts/osper-icons/Osper-Icons.eot?#iefix-tcw4bf') format('embedded-opentype'), url('/assets/fonts/osper-icons/Osper-Icons.woff?-tcw4bf') format('woff'), url('/assets/fonts/osper-icons/Osper-Icons.ttf?-tcw4bf') format('truetype'), url('/assets/fonts/osper-icons/Osper-Icons.svg?-tcw4bf#Osper-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon,
[class^="icon-"],
[class*=" icon-"],
.video-preview:before {
  font-family: 'Osper-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-allowance:before {
  content: "\e600";
}
.icon-warning:before {
  content: "\e601";
}
.icon-users:before {
  content: "\e602";
}
.icon-user:before {
  content: "\e603";
}
.icon-user-ring:before {
  content: "\e604";
}
.icon-tips:before {
  content: "\e605";
}
.icon-tick:before {
  content: "\e606";
}
.icon-tick-open:before {
  content: "\e607";
}
.icon-stats:before {
  content: "\e608";
}
.icon-star:before {
  content: "\e609";
}
.icon-spinner:before {
  content: "\e60a";
}
.icon-settings:before {
  content: "\e60b";
}
.icon-question:before {
  content: "\e60c";
}
.icon-question-open:before {
  content: "\e60d";
}
.icon-pin:before {
  content: "\e60e";
}
.icon-pig:before {
  content: "\e60f";
}
.icon-phone:before {
  content: "\e610";
}
.icon-osperlogo:before {
  content: "\e611";
}
.icon-ospercard:before {
  content: "\e612";
}
.icon-menu:before {
  content: "\e613";
}
.icon-lock:before {
  content: "\e614";
}
.icon-load:before {
  content: "\e615";
}
.icon-home:before {
  content: "\e616";
}
.icon-email:before {
  content: "\e617";
}
.icon-drilldown:before {
  content: "\e618";
}
.icon-cross:before {
  content: "\e619";
}
.icon-close:before {
  content: "\e61a";
}
.icon-bullet-link:before {
  content: "\e61b";
}
.icon-backarrow:before {
  content: "\e61f";
}
.icon-scroll:before {
  content: "\e61e";
}
.icon-forwardarrow:before {
  content: "\e61c";
}
.icon-play:before,
.video-preview:before {
  content: "\e61d";
}
.icon-pdf:before {
  content: "\e620";
}
.icon-plus:before {
  content: "\e901";
}
.icon-delete:before {
  content: "\e902";
}
.icon-spinner {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 3000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 3000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 3000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
a {
  transition: color 300ms;
}
hr {
  border-bottom: 1px solid #fff;
  margin-top: 0;
  margin-bottom: 0.8em;
}
.press-kit img {
  max-height: 300px;
}
.roundel {
  border-radius: 1000px;
  background-color: #66B114;
  color: white;
  font-weight: 700;
  height: same-as-width;
  position: absolute;
  text-transform: uppercase;
  right: 2px;
  top: 2px;
  padding: 14px;
  overflow: visible;
  -ms-transform: rotate(0deg);
  /* IE 9 */
  /* Safari */
  transform: rotate(0deg);
  line-height: 1.2;
}
.roundel.top-right {
  right: 10%;
  top: 10%;
}
.roundel p {
  font-size: 22px !important;
  text-align: center;
  line-height: 1.1;
}
.rosette-price {
  position: absolute;
  color: #ff8300;
  top: 28%;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .roundel {
    padding: 10px;
    position: relative;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 80%;
  }
}
.logo,
.logo-black {
  text-transform: lowercase;
  font-weight: 300;
  color: #000;
}
.logo .icon-osperlogo {
  vertical-align: middle;
  display: inline-block;
  margin-right: .2em;
  color: #ff8300;
  font-size: 1.4em;
}
.logo-white {
  color: #fff;
}
html,
body {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
}
.wrap.page-fixed-head {
  top: 64px;
}
.content-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff8300;
  z-index: 100;
}
.control-label {
  display: block;
  text-align: right;
}
.control-label-lg {
  line-height: 36px;
  font-size: 18px;
}
.alert-neutral {
  border-color: #ccc;
}
.alert-neutral.no-border {
  border-color: transparent;
  padding: 0;
}
.bootstrap-select,
.bootstrap-select > .btn {
  width: 100%;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
  width: 100%;
}
.help-block {
  display: none !important;
}
.error-light .help-block {
  background: #f4bd0c !important;
}
.error-info .help-block {
  background: #00527f !important;
}
.has-error .help-block {
  background: #dd4e22;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  display: block !important;
}
.form-heading {
  margin: 70px 0 30px;
  padding-bottom: 10px;
  color: #ff8300;
  border-bottom: 1px solid #eeeeee;
}
.form-heading h4 {
  margin-bottom: 2px;
  font-size: 24px;
}
.form-heading .form-info {
  margin-bottom: 0;
  padding-top: 0;
}
.form-heading-san {
  margin: 10px 0 10px;
  padding-bottom: 10px;
  color: #EC0000;
  border-bottom: 1px solid #eeeeee;
}
body.santander .form-heading {
  color: #EC0000;
}
.form-info {
  color: #999999;
  font-size: 15px;
  font-weight: 500;
  padding-top: 5px;
}
.form-sub-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  font-weight: bold;
  text-align: center;
  margin: 0;
  font-size: 20px;
}
.form-sub-heading-san {
  padding-bottom: 9px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  font-size: 21px;
}
.form-lvl-2-sub-heading {
  padding-bottom: 28px;
  border-bottom: 1px solid #eeeeee;
  font-weight: 500;
  text-align: center;
  margin: 0;
  font-size: 17px;
}
.form-control {
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none !important;
}
.input-secure {
  background: url(/assets/img/gifting/icon-lock-808080.svg) no-repeat right 50%;
  background-origin: content-box;
}
.input-checked-group {
  position: relative;
}
.input-checked-group input[type=radio],
.input-checked-group input[type=checkbox] {
  display: inline-block;
  visibility: hidden;
  position: absolute;
}
@media (max-width: 767px) {
  .form-group {
    margin-bottom: 10px;
  }
  .control-label {
    text-align: left;
    padding-top: 0;
  }
  .control-label-lg {
    line-height: 28px;
    font-size: 15px;
  }
  .form-no-label {
    margin-top: 28px;
  }
  .margin-top-50 {
    margin-top: 20px;
  }
  .form-heading {
    margin: 40px 0 20px;
  }
}
.form-group.margin-top-50 {
  margin-top: 50px;
}
.checkbox-with-text input[type=checkbox] {
  float: left;
  width: 5%;
}
.checkbox-with-text label {
  float: left;
  padding-left: 5px;
  width: 95%;
  font-weight: 300;
  font-style: italic;
}
.checkbox-with-text label em {
  font-weight: normal;
  display: block;
}
.checkbox-with-text:after {
  content: '';
  display: block;
  clear: both;
}
.radio-block {
  font-weight: 300;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.radio-block header {
  padding-bottom: 20px;
}
.radio-block ul {
  list-style: none;
}
.radio-block ul li {
  padding-left: 0;
}
.radio-block ul li:before {
  content: '\2022';
  padding-right: 10px;
}
.radio-block input {
  margin-right: 10px;
  font-size: 18px;
}
ul.address-selection {
  height: 15em;
  padding: 2px 0;
  font-size: inherit;
  overflow-y: scroll;
  overflow-x: hidden;
}
ul.address-selection li {
  padding: 12px 16px;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.address-selection li.cta {
  color: #ff8300;
  font-weight: bold;
}
ul.address-selection li:not(.placeholder) {
  cursor: pointer;
}
button {
  position: relative;
  transition: color 0.2s linear;
}
button .spinner {
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  background-image: url(/assets/img/spinner-orange.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.2s linear;
}
button.busy,
button.busy:hover {
  color: transparent;
}
button.busy .spinner {
  opacity: 1;
}
button.busy .icon-search {
  opacity: 0;
}
.hosted-field.input-lg {
  padding-top: 0;
  padding-bottom: 0;
  color: #555555;
}
.hosted-field.focused {
  border-color: #999;
}
.hosted-field .placeholder {
  position: absolute;
  top: 12px;
  color: #ccc;
  font-weight: 400;
}
.gifting-form input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.list .list-icon,
.list-icon li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-icon {
  line-height: 1.4;
  margin-bottom: 20px;
}
.list-icon.list-icon-orange span {
  color: #ff8300;
}
.list-icon.list-icon-green span {
  color: #66B114;
}
.i-relative {
  padding-left: 0 !important;
}
.list-icon li {
  position: relative;
  display: block;
  padding-left: 1.8em;
  margin-bottom: 0.4em;
}
.list-icon li span {
  position: absolute;
  left: 0;
  line-height: 1.4;
}
.list-icon li span.relative {
  position: relative;
}
.list-underline li {
  text-decoration: underline;
}
.list-underline li:hover {
  color: #ff8300;
}
body.santander .list-underline li:hover {
  color: inherit;
}
.inline-list-icon {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-size: 80%;
}
.inline-list-icon li {
  display: inline;
  margin: 0 6px;
}
.inline-list-icon li span {
  margin-right: 5px;
  font-size: 80%;
}
.inline-list-icon.feature-list {
  border: 2px solid #ececec;
  border-radius: 20px;
  margin-top: 10px;
  padding: 15px;
}
.inline-list-icon.feature-list li {
  text-transform: capitalize;
  font-weight: 700;
  padding: 4px 10px;
  margin: 10px 0;
  border-radius: 100px;
}
.inline-list-icon.feature-list li span {
  font-size: 80%;
}
.list-small {
  font-size: 15px;
  font-weight: 300 !important;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 10px;
}
.list-small ul li {
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .inline-list-icon.feature-list li {
    display: block;
    margin: 0;
  }
}
/*

  Headings

  Inspired by Typeplate, this sets the headers to a standard size, and allows
  you to override their styles with the greek alphabet denoting different
  sizes.

*/
.heading-type {
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
}
h1 {
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 60px;
}
h2 {
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 45px;
}
h3 {
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 30px;
}
h4 {
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
}
h5 {
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
}
h6 {
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
}
.tera {
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 117px;
}
.giga {
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 90px;
}
.mega {
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 72px;
}
.alpha {
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 60px;
}
.beta {
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 45px;
}
.gamma {
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 30px;
}
.delta {
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
}
.epsilon {
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
}
.zeta {
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
}
@media (max-width: 767px) {
  h1 {
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 36px;
  }
  h2 {
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 28px;
  }
  h3 {
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
  }
  h4 {
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
  }
  h5 {
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 0;
  }
  .alpha {
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 36px;
  }
  .beta {
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 28px;
  }
  .gamma {
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
  }
  .delta {
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
  }
  .epsilon {
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  h1 {
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 60px;
  }
  h2 {
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 50px;
  }
  h3 {
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 36px;
  }
  h4 {
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
  }
  h5 {
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
  }
  .alpha {
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 60px;
  }
  .beta {
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 50px;
  }
  .gamma {
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 36px;
  }
  .delta {
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
  }
  .epsilon {
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
  }
  .other-headings {
    color: #ff8300;
  }
}
.panel {
  box-shadow: none;
  overflow: hidden;
}
.panel-primary {
  border-color: #efefef;
  padding-left: 0;
  padding-right: 0;
}
.panel-primary > .panel-heading {
  color: #777;
  background-color: #efefef;
  border-color: #efefef;
  line-height: 24px;
}
.panel-icon {
  display: inline-block;
  vertical-align: bottom;
  height: 24px;
  width: 24px;
  margin-right: 8px;
}
.panel-icon-question-mark {
  background: url(/assets/images/icons/icon-question-mark-b3b3b3.svg) no-repeat;
}
.panel-title {
  font-size: 15px;
  font-weight: 500;
}
.panel-title:hover a {
  color: #222;
}
.panel-confirm {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 30px;
}
.panel-alert {
  color: #FF831C;
  border: 1px solid #FF831C;
}
.panel-alert .panel-body {
  color: #000;
  line-height: 1.5;
  font-size: 14px;
}
.panel-alert h3.panel-title:hover a {
  color: #CF6B00;
}
.panel-transparent .panel-heading,
.panel-transparent .panel-body {
  padding-left: 0;
  padding-right: 0;
}
.panel-small .panel-body p,
.panel-small .panel-body li {
  font-size: 15px;
}
.bootstrap-select .filter-option {
  font-weight: 300;
}
.btn.selectpicker {
  white-space: nowrap;
}
.bootstrap-select .btn {
  transition: none;
}
p a.btn {
  text-decoration: none !important;
}
.btn-shadow {
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}
.btn-inner-shadow {
  box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.btn {
  transition: all 300ms;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.btn .active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.btn-xl {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  padding: 15px 22px;
}
.btn-orange {
  color: #fff;
  background-color: #ff8300;
  border-color: #ff8300;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  color: #fff;
  background-color: #d66e00;
  border-color: #c26400;
}
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  background-image: none;
}
.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
  background-color: #ff8300;
  border-color: #ff8300;
}
.btn-darkblue {
  color: #fff;
  background-color: #004577;
  border-color: #004577;
}
.btn-darkblue:hover,
.btn-darkblue:focus,
.btn-darkblue:active,
.btn-darkblue.active,
.open .dropdown-toggle.btn-darkblue {
  color: #fff;
  background-color: #002d4e;
  border-color: #00223a;
}
.btn-darkblue:active,
.btn-darkblue.active,
.open .dropdown-toggle.btn-darkblue {
  background-image: none;
}
.btn-darkblue.disabled,
.btn-darkblue[disabled],
fieldset[disabled] .btn-darkblue,
.btn-darkblue.disabled:hover,
.btn-darkblue[disabled]:hover,
fieldset[disabled] .btn-darkblue:hover,
.btn-darkblue.disabled:focus,
.btn-darkblue[disabled]:focus,
fieldset[disabled] .btn-darkblue:focus,
.btn-darkblue.disabled:active,
.btn-darkblue[disabled]:active,
fieldset[disabled] .btn-darkblue:active,
.btn-darkblue.disabled.active,
.btn-darkblue[disabled].active,
fieldset[disabled] .btn-darkblue.active {
  background-color: #004577;
  border-color: #004577;
}
.btn-green {
  color: #fff;
  background-color: #66B114;
  border-color: #66B114;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  color: #fff;
  background-color: #518c10;
  border-color: #467a0e;
}
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  background-color: #66B114;
  border-color: #66B114;
}
.btn-lightgreen {
  color: #fff;
  background-color: #7ed321;
  border-color: #7ed321;
}
.btn-lightgreen:hover,
.btn-lightgreen:focus,
.btn-lightgreen:active,
.btn-lightgreen.active,
.open .dropdown-toggle.btn-lightgreen {
  color: #fff;
  background-color: #69b01b;
  border-color: #5e9e19;
}
.btn-lightgreen:active,
.btn-lightgreen.active,
.open .dropdown-toggle.btn-lightgreen {
  background-image: none;
}
.btn-lightgreen.disabled,
.btn-lightgreen[disabled],
fieldset[disabled] .btn-lightgreen,
.btn-lightgreen.disabled:hover,
.btn-lightgreen[disabled]:hover,
fieldset[disabled] .btn-lightgreen:hover,
.btn-lightgreen.disabled:focus,
.btn-lightgreen[disabled]:focus,
fieldset[disabled] .btn-lightgreen:focus,
.btn-lightgreen.disabled:active,
.btn-lightgreen[disabled]:active,
fieldset[disabled] .btn-lightgreen:active,
.btn-lightgreen.disabled.active,
.btn-lightgreen[disabled].active,
fieldset[disabled] .btn-lightgreen.active {
  background-color: #7ed321;
  border-color: #7ed321;
}
.btn-darkblue {
  color: #fff;
  background-color: #00527f;
  border-color: #00527f;
}
.btn-darkblue:hover,
.btn-darkblue:focus,
.btn-darkblue:active,
.btn-darkblue.active,
.open .dropdown-toggle.btn-darkblue {
  color: #fff;
  background-color: #003856;
  border-color: #002a42;
}
.btn-darkblue:active,
.btn-darkblue.active,
.open .dropdown-toggle.btn-darkblue {
  background-image: none;
}
.btn-darkblue.disabled,
.btn-darkblue[disabled],
fieldset[disabled] .btn-darkblue,
.btn-darkblue.disabled:hover,
.btn-darkblue[disabled]:hover,
fieldset[disabled] .btn-darkblue:hover,
.btn-darkblue.disabled:focus,
.btn-darkblue[disabled]:focus,
fieldset[disabled] .btn-darkblue:focus,
.btn-darkblue.disabled:active,
.btn-darkblue[disabled]:active,
fieldset[disabled] .btn-darkblue:active,
.btn-darkblue.disabled.active,
.btn-darkblue[disabled].active,
fieldset[disabled] .btn-darkblue.active {
  background-color: #00527f;
  border-color: #00527f;
}
.btn-grey {
  color: #fff;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active,
.open .dropdown-toggle.btn-grey {
  color: #fff;
  background-color: #b8b8b8;
  border-color: #adadad;
}
.btn-grey:active,
.btn-grey.active,
.open .dropdown-toggle.btn-grey {
  background-image: none;
}
.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey.active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-whatsapp {
  color: #fff;
  background-color: #66B114;
  border-color: #66B114;
}
.btn-whatsapp:hover,
.btn-whatsapp:focus,
.btn-whatsapp:active,
.btn-whatsapp.active,
.open .dropdown-toggle.btn-whatsapp {
  color: #fff;
  background-color: #518c10;
  border-color: #467a0e;
}
.btn-whatsapp:active,
.btn-whatsapp.active,
.open .dropdown-toggle.btn-whatsapp {
  background-image: none;
}
.btn-whatsapp.disabled,
.btn-whatsapp[disabled],
fieldset[disabled] .btn-whatsapp,
.btn-whatsapp.disabled:hover,
.btn-whatsapp[disabled]:hover,
fieldset[disabled] .btn-whatsapp:hover,
.btn-whatsapp.disabled:focus,
.btn-whatsapp[disabled]:focus,
fieldset[disabled] .btn-whatsapp:focus,
.btn-whatsapp.disabled:active,
.btn-whatsapp[disabled]:active,
fieldset[disabled] .btn-whatsapp:active,
.btn-whatsapp.disabled.active,
.btn-whatsapp[disabled].active,
fieldset[disabled] .btn-whatsapp.active {
  background-color: #66B114;
  border-color: #66B114;
}
.btn-orange.active,
.btn-orange:hover {
  background-color: #cc6900;
  box-shadow: none;
  border-color: #cc6900;
}
.btn-white {
  color: #ff8300;
  background-color: #fff;
  border-color: transparent;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: #ff8300;
  background-color: #ebebeb;
  border-color: rgba(0, 0, 0, 0);
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #fff;
  border-color: transparent;
}
.btn-white:hover,
.btn-white.active {
  color: #333;
  background-color: white;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: rgba(255, 255, 255, 0.5);
}
.btn-white-orange-border {
  color: #ff8300;
  background-color: #fff;
  border-color: transparent;
  border-color: #ff8300;
}
.btn-white-orange-border:hover,
.btn-white-orange-border:focus,
.btn-white-orange-border:active,
.btn-white-orange-border.active,
.open .dropdown-toggle.btn-white-orange-border {
  color: #ff8300;
  background-color: #ebebeb;
  border-color: rgba(0, 0, 0, 0);
}
.btn-white-orange-border:active,
.btn-white-orange-border.active,
.open .dropdown-toggle.btn-white-orange-border {
  background-image: none;
}
.btn-white-orange-border.disabled,
.btn-white-orange-border[disabled],
fieldset[disabled] .btn-white-orange-border,
.btn-white-orange-border.disabled:hover,
.btn-white-orange-border[disabled]:hover,
fieldset[disabled] .btn-white-orange-border:hover,
.btn-white-orange-border.disabled:focus,
.btn-white-orange-border[disabled]:focus,
fieldset[disabled] .btn-white-orange-border:focus,
.btn-white-orange-border.disabled:active,
.btn-white-orange-border[disabled]:active,
fieldset[disabled] .btn-white-orange-border:active,
.btn-white-orange-border.disabled.active,
.btn-white-orange-border[disabled].active,
fieldset[disabled] .btn-white-orange-border.active {
  background-color: #fff;
  border-color: transparent;
}
.btn-white-orange-border:hover,
.btn-white-orange-border.active {
  color: #333;
  background-color: white;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: rgba(255, 255, 255, 0.5);
}
.btn-white-orange-border:hover {
  color: #cc6900;
  border-color: #cc6900;
}
.btn-orange-stroke-white {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.btn-orange-stroke-white:hover,
.btn-orange-stroke-white:focus,
.btn-orange-stroke-white:active,
.btn-orange-stroke-white.active,
.open .dropdown-toggle.btn-orange-stroke-white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(224, 224, 224, 0.5);
}
.btn-orange-stroke-white:active,
.btn-orange-stroke-white.active,
.open .dropdown-toggle.btn-orange-stroke-white {
  background-image: none;
}
.btn-orange-stroke-white.disabled,
.btn-orange-stroke-white[disabled],
fieldset[disabled] .btn-orange-stroke-white,
.btn-orange-stroke-white.disabled:hover,
.btn-orange-stroke-white[disabled]:hover,
fieldset[disabled] .btn-orange-stroke-white:hover,
.btn-orange-stroke-white.disabled:focus,
.btn-orange-stroke-white[disabled]:focus,
fieldset[disabled] .btn-orange-stroke-white:focus,
.btn-orange-stroke-white.disabled:active,
.btn-orange-stroke-white[disabled]:active,
fieldset[disabled] .btn-orange-stroke-white:active,
.btn-orange-stroke-white.disabled.active,
.btn-orange-stroke-white[disabled].active,
fieldset[disabled] .btn-orange-stroke-white.active {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 767px) {
  .btn-orange-stroke-white.btn-menu-order {
    color: #333;
    background-color: #fff;
    border-color: transparent;
  }
  .btn-orange-stroke-white.btn-menu-order:hover,
  .btn-orange-stroke-white.btn-menu-order:focus,
  .btn-orange-stroke-white.btn-menu-order:active,
  .btn-orange-stroke-white.btn-menu-order.active,
  .open .dropdown-toggle.btn-orange-stroke-white.btn-menu-order {
    color: #333;
    background-color: #ebebeb;
    border-color: rgba(0, 0, 0, 0);
  }
  .btn-orange-stroke-white.btn-menu-order:active,
  .btn-orange-stroke-white.btn-menu-order.active,
  .open .dropdown-toggle.btn-orange-stroke-white.btn-menu-order {
    background-image: none;
  }
  .btn-orange-stroke-white.btn-menu-order.disabled,
  .btn-orange-stroke-white.btn-menu-order[disabled],
  fieldset[disabled] .btn-orange-stroke-white.btn-menu-order,
  .btn-orange-stroke-white.btn-menu-order.disabled:hover,
  .btn-orange-stroke-white.btn-menu-order[disabled]:hover,
  fieldset[disabled] .btn-orange-stroke-white.btn-menu-order:hover,
  .btn-orange-stroke-white.btn-menu-order.disabled:focus,
  .btn-orange-stroke-white.btn-menu-order[disabled]:focus,
  fieldset[disabled] .btn-orange-stroke-white.btn-menu-order:focus,
  .btn-orange-stroke-white.btn-menu-order.disabled:active,
  .btn-orange-stroke-white.btn-menu-order[disabled]:active,
  fieldset[disabled] .btn-orange-stroke-white.btn-menu-order:active,
  .btn-orange-stroke-white.btn-menu-order.disabled.active,
  .btn-orange-stroke-white.btn-menu-order[disabled].active,
  fieldset[disabled] .btn-orange-stroke-white.btn-menu-order.active {
    background-color: #fff;
    border-color: transparent;
  }
  .btn-orange-stroke-white.btn-menu-order:hover,
  .btn-orange-stroke-white.btn-menu-order.active {
    color: #222;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .btn-orange-stroke-white.btn-menu-order.hoverstroke:hover,
  .btn-orange-stroke-white.btn-menu-order.hoverstroke.active {
    background-color: white;
    border: 1px solid #ddd;
  }
}
.btn-white-mono {
  color: #333;
  background-color: #fff;
  border-color: transparent;
}
.btn-white-mono:hover,
.btn-white-mono:focus,
.btn-white-mono:active,
.btn-white-mono.active,
.open .dropdown-toggle.btn-white-mono {
  color: #333;
  background-color: #ebebeb;
  border-color: rgba(0, 0, 0, 0);
}
.btn-white-mono:active,
.btn-white-mono.active,
.open .dropdown-toggle.btn-white-mono {
  background-image: none;
}
.btn-white-mono.disabled,
.btn-white-mono[disabled],
fieldset[disabled] .btn-white-mono,
.btn-white-mono.disabled:hover,
.btn-white-mono[disabled]:hover,
fieldset[disabled] .btn-white-mono:hover,
.btn-white-mono.disabled:focus,
.btn-white-mono[disabled]:focus,
fieldset[disabled] .btn-white-mono:focus,
.btn-white-mono.disabled:active,
.btn-white-mono[disabled]:active,
fieldset[disabled] .btn-white-mono:active,
.btn-white-mono.disabled.active,
.btn-white-mono[disabled].active,
fieldset[disabled] .btn-white-mono.active {
  background-color: #fff;
  border-color: transparent;
}
.btn-white-mono:hover,
.btn-white-mono.active {
  color: #222;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.btn-white-mono.hoverstroke:hover,
.btn-white-mono.hoverstroke.active {
  background-color: white;
  border: 1px solid #ddd;
}
.btn-white-mono-stroke {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-white-mono-stroke:hover,
.btn-white-mono-stroke:focus,
.btn-white-mono-stroke:active,
.btn-white-mono-stroke.active,
.open .dropdown-toggle.btn-white-mono-stroke {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-white-mono-stroke:active,
.btn-white-mono-stroke.active,
.open .dropdown-toggle.btn-white-mono-stroke {
  background-image: none;
}
.btn-white-mono-stroke.disabled,
.btn-white-mono-stroke[disabled],
fieldset[disabled] .btn-white-mono-stroke,
.btn-white-mono-stroke.disabled:hover,
.btn-white-mono-stroke[disabled]:hover,
fieldset[disabled] .btn-white-mono-stroke:hover,
.btn-white-mono-stroke.disabled:focus,
.btn-white-mono-stroke[disabled]:focus,
fieldset[disabled] .btn-white-mono-stroke:focus,
.btn-white-mono-stroke.disabled:active,
.btn-white-mono-stroke[disabled]:active,
fieldset[disabled] .btn-white-mono-stroke:active,
.btn-white-mono-stroke.disabled.active,
.btn-white-mono-stroke[disabled].active,
fieldset[disabled] .btn-white-mono-stroke.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-white-mono-stroke:hover,
.btn-white-mono-stroke.active {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #aaa;
  background-color: white;
}
.btn-white-mono-xl {
  color: #333;
  background-color: #fff;
  border-color: transparent;
}
.btn-white-mono-xl:hover,
.btn-white-mono-xl:focus,
.btn-white-mono-xl:active,
.btn-white-mono-xl.active,
.open .dropdown-toggle.btn-white-mono-xl {
  color: #333;
  background-color: #ebebeb;
  border-color: rgba(0, 0, 0, 0);
}
.btn-white-mono-xl:active,
.btn-white-mono-xl.active,
.open .dropdown-toggle.btn-white-mono-xl {
  background-image: none;
}
.btn-white-mono-xl.disabled,
.btn-white-mono-xl[disabled],
fieldset[disabled] .btn-white-mono-xl,
.btn-white-mono-xl.disabled:hover,
.btn-white-mono-xl[disabled]:hover,
fieldset[disabled] .btn-white-mono-xl:hover,
.btn-white-mono-xl.disabled:focus,
.btn-white-mono-xl[disabled]:focus,
fieldset[disabled] .btn-white-mono-xl:focus,
.btn-white-mono-xl.disabled:active,
.btn-white-mono-xl[disabled]:active,
fieldset[disabled] .btn-white-mono-xl:active,
.btn-white-mono-xl.disabled.active,
.btn-white-mono-xl[disabled].active,
fieldset[disabled] .btn-white-mono-xl.active {
  background-color: #fff;
  border-color: transparent;
}
.btn-white-mono-xl:hover,
.btn-white-mono-xl.active {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #eee;
}
.btn-white-mono-stroke {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-white-mono-stroke:hover,
.btn-white-mono-stroke:focus,
.btn-white-mono-stroke:active,
.btn-white-mono-stroke.active,
.open .dropdown-toggle.btn-white-mono-stroke {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-white-mono-stroke:active,
.btn-white-mono-stroke.active,
.open .dropdown-toggle.btn-white-mono-stroke {
  background-image: none;
}
.btn-white-mono-stroke.disabled,
.btn-white-mono-stroke[disabled],
fieldset[disabled] .btn-white-mono-stroke,
.btn-white-mono-stroke.disabled:hover,
.btn-white-mono-stroke[disabled]:hover,
fieldset[disabled] .btn-white-mono-stroke:hover,
.btn-white-mono-stroke.disabled:focus,
.btn-white-mono-stroke[disabled]:focus,
fieldset[disabled] .btn-white-mono-stroke:focus,
.btn-white-mono-stroke.disabled:active,
.btn-white-mono-stroke[disabled]:active,
fieldset[disabled] .btn-white-mono-stroke:active,
.btn-white-mono-stroke.disabled.active,
.btn-white-mono-stroke[disabled].active,
fieldset[disabled] .btn-white-mono-stroke.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-nobg-light {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-nobg-light:hover,
.btn-nobg-light:focus,
.btn-nobg-light:active,
.btn-nobg-light.active,
.open .dropdown-toggle.btn-nobg-light {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-nobg-light:active,
.btn-nobg-light.active,
.open .dropdown-toggle.btn-nobg-light {
  background-image: none;
}
.btn-nobg-light.disabled,
.btn-nobg-light[disabled],
fieldset[disabled] .btn-nobg-light,
.btn-nobg-light.disabled:hover,
.btn-nobg-light[disabled]:hover,
fieldset[disabled] .btn-nobg-light:hover,
.btn-nobg-light.disabled:focus,
.btn-nobg-light[disabled]:focus,
fieldset[disabled] .btn-nobg-light:focus,
.btn-nobg-light.disabled:active,
.btn-nobg-light[disabled]:active,
fieldset[disabled] .btn-nobg-light:active,
.btn-nobg-light.disabled.active,
.btn-nobg-light[disabled].active,
fieldset[disabled] .btn-nobg-light.active {
  background-color: transparent;
  border-color: transparent;
}
.btn-nobg-light.active,
.btn-nobg-light:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.btn-nobg-light-stroke {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.btn-nobg-light-stroke:hover,
.btn-nobg-light-stroke:focus,
.btn-nobg-light-stroke:active,
.btn-nobg-light-stroke.active,
.open .dropdown-toggle.btn-nobg-light-stroke {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(224, 224, 224, 0.5);
}
.btn-nobg-light-stroke:active,
.btn-nobg-light-stroke.active,
.open .dropdown-toggle.btn-nobg-light-stroke {
  background-image: none;
}
.btn-nobg-light-stroke.disabled,
.btn-nobg-light-stroke[disabled],
fieldset[disabled] .btn-nobg-light-stroke,
.btn-nobg-light-stroke.disabled:hover,
.btn-nobg-light-stroke[disabled]:hover,
fieldset[disabled] .btn-nobg-light-stroke:hover,
.btn-nobg-light-stroke.disabled:focus,
.btn-nobg-light-stroke[disabled]:focus,
fieldset[disabled] .btn-nobg-light-stroke:focus,
.btn-nobg-light-stroke.disabled:active,
.btn-nobg-light-stroke[disabled]:active,
fieldset[disabled] .btn-nobg-light-stroke:active,
.btn-nobg-light-stroke.disabled.active,
.btn-nobg-light-stroke[disabled].active,
fieldset[disabled] .btn-nobg-light-stroke.active {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.btn-nobg-light-stroke:hover {
  background-color: #fff;
  color: #777;
  border: 1px solid #fff;
}
.btn-orange-nobg {
  color: #ff8300;
  background-color: transparent;
  border-color: #ff8300;
}
.btn-orange-nobg:hover,
.btn-orange-nobg:focus,
.btn-orange-nobg:active,
.btn-orange-nobg.active,
.open .dropdown-toggle.btn-orange-nobg {
  color: #ff8300;
  background-color: rgba(0, 0, 0, 0);
  border-color: #c26400;
}
.btn-orange-nobg:active,
.btn-orange-nobg.active,
.open .dropdown-toggle.btn-orange-nobg {
  background-image: none;
}
.btn-orange-nobg.disabled,
.btn-orange-nobg[disabled],
fieldset[disabled] .btn-orange-nobg,
.btn-orange-nobg.disabled:hover,
.btn-orange-nobg[disabled]:hover,
fieldset[disabled] .btn-orange-nobg:hover,
.btn-orange-nobg.disabled:focus,
.btn-orange-nobg[disabled]:focus,
fieldset[disabled] .btn-orange-nobg:focus,
.btn-orange-nobg.disabled:active,
.btn-orange-nobg[disabled]:active,
fieldset[disabled] .btn-orange-nobg:active,
.btn-orange-nobg.disabled.active,
.btn-orange-nobg[disabled].active,
fieldset[disabled] .btn-orange-nobg.active {
  background-color: transparent;
  border-color: #ff8300;
}
.btn-orange-nobg.active,
.btn-orange-nobg:hover {
  color: white;
  background-color: #ff8300;
  box-shadow: none;
  border-color: #ff8300;
}
.btn-sm,
.btn-xs {
  font-size: 14px;
}
.btn-curved {
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.btn-video span {
  font-size: 90%;
  padding-left: 3px;
  padding-right: 5px;
  opacity: 0.7;
}
.btn-bold {
  font-weight: 700;
}
.btn-directive {
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 20px 40px 20px 60px;
  color: #555;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.3s;
}
.btn-directive:hover {
  color: #555;
  text-decoration: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.btn-directive:hover .icon-drilldown {
  color: #777;
}
.btn-directive h4 {
  margin: 0;
}
.btn-directive .icon {
  color: #ddd;
}
.btn-directive .icon-drilldown {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
  transition: all 0.3s;
}
.btn-directive .icon:first-child {
  font-size: 25px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -12px;
  color: #ff8300;
}
.app-store-button img,
.play-store-button img {
  width: 100%;
  padding: 10px 0;
}
.btn-fb {
  color: #fff;
  background-color: #3b5998;
  border-color: transparent;
}
.btn-fb:hover,
.btn-fb:focus,
.btn-fb:active,
.btn-fb.active,
.open .dropdown-toggle.btn-fb {
  color: #fff;
  background-color: #30487b;
  border-color: rgba(0, 0, 0, 0);
}
.btn-fb:active,
.btn-fb.active,
.open .dropdown-toggle.btn-fb {
  background-image: none;
}
.btn-fb.disabled,
.btn-fb[disabled],
fieldset[disabled] .btn-fb,
.btn-fb.disabled:hover,
.btn-fb[disabled]:hover,
fieldset[disabled] .btn-fb:hover,
.btn-fb.disabled:focus,
.btn-fb[disabled]:focus,
fieldset[disabled] .btn-fb:focus,
.btn-fb.disabled:active,
.btn-fb[disabled]:active,
fieldset[disabled] .btn-fb:active,
.btn-fb.disabled.active,
.btn-fb[disabled].active,
fieldset[disabled] .btn-fb.active {
  background-color: #3b5998;
  border-color: transparent;
}
.btn-tw {
  color: #fff;
  background-color: #55acee;
  border-color: transparent;
}
.btn-tw:hover,
.btn-tw:focus,
.btn-tw:active,
.btn-tw.active,
.open .dropdown-toggle.btn-tw {
  color: #fff;
  background-color: #309aea;
  border-color: rgba(0, 0, 0, 0);
}
.btn-tw:active,
.btn-tw.active,
.open .dropdown-toggle.btn-tw {
  background-image: none;
}
.btn-tw.disabled,
.btn-tw[disabled],
fieldset[disabled] .btn-tw,
.btn-tw.disabled:hover,
.btn-tw[disabled]:hover,
fieldset[disabled] .btn-tw:hover,
.btn-tw.disabled:focus,
.btn-tw[disabled]:focus,
fieldset[disabled] .btn-tw:focus,
.btn-tw.disabled:active,
.btn-tw[disabled]:active,
fieldset[disabled] .btn-tw:active,
.btn-tw.disabled.active,
.btn-tw[disabled].active,
fieldset[disabled] .btn-tw.active {
  background-color: #55acee;
  border-color: transparent;
}
.btn-email {
  color: #fff;
  background-color: #777777;
  border-color: transparent;
}
.btn-email:hover,
.btn-email:focus,
.btn-email:active,
.btn-email.active,
.open .dropdown-toggle.btn-email {
  color: #fff;
  background-color: #636363;
  border-color: rgba(0, 0, 0, 0);
}
.btn-email:active,
.btn-email.active,
.open .dropdown-toggle.btn-email {
  background-image: none;
}
.btn-email.disabled,
.btn-email[disabled],
fieldset[disabled] .btn-email,
.btn-email.disabled:hover,
.btn-email[disabled]:hover,
fieldset[disabled] .btn-email:hover,
.btn-email.disabled:focus,
.btn-email[disabled]:focus,
fieldset[disabled] .btn-email:focus,
.btn-email.disabled:active,
.btn-email[disabled]:active,
fieldset[disabled] .btn-email:active,
.btn-email.disabled.active,
.btn-email[disabled].active,
fieldset[disabled] .btn-email.active {
  background-color: #777777;
  border-color: transparent;
}
.social-blob {
  margin: 0 5px 0 0;
}
@media (max-width: 767px) {
  .btn {
    white-space: normal;
  }
  .btn.xs-padding-top {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .btn-sm-margin-left {
    margin-left: 10px;
  }
  .play-store-button img {
    width: 91%;
  }
}
.btn-margin-left {
  margin-left: 10px;
}
.btn-margin-bottom-10 {
  margin-bottom: 10px;
}
.btn-wrap {
  white-space: normal;
  padding-left: 15px;
  padding-right: 15px;
}
.btn-stack {
  margin-bottom: 10px;
}
.home-order-button {
  margin-top: 10px;
  margin-bottom: 12px;
}
.btn-extra-pad {
  padding-left: 30px;
  padding-right: 30px;
}
.modal {
  text-align: center;
}
.modal-content {
  box-shadow: none;
  overflow: hidden;
}
.modal-footer {
  margin-top: 0;
  background: #f4f4f4;
  border: 0;
  text-align: center;
}
.modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.modal .modal-dialog {
  max-width: 400px;
}
.modal--header_image {
  height: 40px;
  margin-bottom: 10px;
}
.modal--referral p {
  margin-bottom: 0;
}
.modal--referral .modal-footer {
  margin-top: 0;
}
.modal--referral .modal-footer .btn-block + .btn-block {
  margin-top: 10px;
}
.tucked-menu {
  transition: all 300ms;
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  z-index: 99;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ddd;
}
.tucked-menu-show {
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 0 0 1px 0;
  opacity: 1;
}
.page-content-header {
  background: #ebebeb;
  border: 1px solid #cdcdcd;
  border-width: 0 0 1px 0;
  height: 320px;
}
.page-content-header .header-image {
  height: 320px;
  background-size: contain;
  background-origin: content-box;
  background-repeat: no-repeat;
  text-align: center;
}
.page-content-header .header-text {
  margin-top: 50px;
}
.page-content-header .header-text img {
  height: 30px;
  margin: 0 0 20px 2px;
}
.page-content-header .header-text p {
  margin-top: 20px;
}
.page-content-header .header-text em,
.page-content-header .header-text a {
  color: inherit;
  font-style: inherit;
  text-decoration: underline;
}
.page-content-header .header-text a:hover {
  color: #000;
}
.header-menu {
  padding: 0 15px;
  background: #fff;
}
.header-menu .icon-osperlogo {
  padding: 5px 0;
  font-size: 50px;
  float: left;
}
.header-menu .icon-osperlogo:hover {
  text-decoration: none;
}
.header-menu ul {
  list-style: none;
  float: right;
  margin: 0;
  padding: 12px 0;
}
@media (max-width: 350px) {
  .header-menu ul {
    float: none;
  }
}
.header-menu ul li {
  float: left;
  margin-left: 8px;
}
.header-menu ul li .btn {
  font-size: 14px;
  padding: 8px 12px;
}
.header-menu ul li ul li {
  float: none;
}
.header-menu ul li ul li .bold {
  font-weight: 700;
}
.header-mobile-nav {
  display: none;
}
.header-mobile-nav .btn-orange {
  font-size: 14px;
  padding: 4px 9px;
}
@media (max-width: 767px) {
  .header-menu.with-burger {
    padding-top: 20px;
    padding-bottom: 7px;
  }
  .header-menu.with-burger .navbar-right {
    display: none;
  }
  .header-menu.with-burger .header-mobile-nav {
    display: inline-block;
  }
  .header-menu.with-burger .header-menu-wordmark {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
  }
  .header-menu.with-burger .btn-orange {
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .header-menu.with-burger .js-burger-menu {
    position: absolute;
    left: 15px;
    top: 50%;
    font-size: 21px;
    color: #ff8300;
    cursor: pointer;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}
.header-menu-static {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  background: rgba(0, 0, 0, 0.2);
}
.header-menu-static .icon-osperlogo {
  color: #fff;
}
.header-menu-orange > header {
  background: #ff8300;
}
.header-menu-dark > header {
  background: rgba(0, 0, 0, 0.4);
}
.header-menu-darkblue > header {
  background: #00527f;
}
.header-menu-wordmark {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  float: left;
  background-image: url(/assets/img/osper-logo-white.png);
  background-size: 120px;
  background-position: center;
  background-repeat: no-repeat;
  height: 60px;
  width: 120px;
}
.header-menu-wordmark.blackword {
  background-image: url(/assets/img/osper-logo.png);
}
.header-menu-wordmark.whiteword {
  background-image: url(/assets/img/osper-logo-whiteword.png);
}
.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ff8300;
  z-index: 101;
  padding: 10px 0;
  overflow: auto;
}
.mobile-nav ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: middle;
}
.mobile-nav li {
  text-align: center;
}
.mobile-nav a,
.mobile-nav a:hover {
  color: #fff;
}
.mobile-nav .btn.active {
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
  box-shadow: none;
  border-radius: 50px;
}
.mobile-nav-close {
  color: #fff;
  font-size: 30px;
  position: fixed;
  top: 0.5em;
  right: 0.5em;
}
.mobile-nav-close:hover {
  text-decoration: none;
}
.header-menu-filler {
  height: 84px;
  background: #ff8300;
}
@media (max-width: 992px) {
  .header-menu-filler {
    height: 74px;
  }
}
@media (max-width: 768px) {
  .header-menu {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .header-menu ul {
    padding: 5px 0;
  }
  .header-menu ul li .btn {
    padding: 4px 9px;
  }
  .header-menu-wordmark {
    width: 40px;
    height: 40px;
    background-size: 90px;
    background-position: left;
  }
  .press-menu ul li {
    display: block;
    margin-bottom: 10px;
  }
  .header-menu-filler {
    height: 64px;
  }
}
@media (min-width: 768px) {
  .mobile-nav {
    display: none;
  }
  .header-menu {
    padding: 7px 15px;
  }
  .header-menu ul li .btn {
    padding: 8px 9px;
    font-size: 13px;
  }
  .header-menu ul li ul li {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .header-menu {
    padding: 15px 30px;
  }
  .header-menu ul li .btn {
    padding: 8px 14px;
    font-size: 15px;
  }
}
.top-menu-orange .header-menu-static {
  background-color: #ff8300;
}
.header {
  padding-top: 46px;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
}
@media (min-width: 768px) {
  .header {
    padding-top: 74px;
  }
}
@media (min-width: 992px) {
  .header {
    padding-top: 90px;
  }
}
.header__inner {
  padding: 25px;
}
.header h3 {
  color: #ff8300;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0.2em;
}
.header p {
  color: #999999;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0.2em;
}
body.santander .header h3 {
  color: #EC0000;
}
body:not(.santander) .nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: white;
  line-height: 32px;
  padding: 7px 15px;
}
body:not(.santander) .nav-menu__closer,
body:not(.santander) .nav-menu__opener {
  position: absolute;
  top: 0;
  font-size: 21px;
}
body:not(.santander) .nav-menu__opener {
  display: inline-block;
  left: 0;
}
body:not(.santander) .nav-menu__closer {
  display: none;
  right: 0;
}
body:not(.santander) .nav-menu .btn {
  transition: none;
}
body:not(.santander) .nav-menu__closer,
body:not(.santander) .nav-menu__opener {
  line-height: 32px;
  padding: 7px 15px;
}
@media (min-width: 768px) {
  body:not(.santander) .nav-menu {
    line-height: 60px;
    padding: 7px 30px;
    font-size: 13px;
  }
  body:not(.santander) .nav-menu__closer,
  body:not(.santander) .nav-menu__opener {
    line-height: 60px;
    padding: 7px 30px;
  }
}
@media (min-width: 992px) {
  body:not(.santander) .nav-menu {
    line-height: 60px;
    padding: 15px 30px;
    font-size: 15px;
  }
  body:not(.santander) .nav-menu__closer,
  body:not(.santander) .nav-menu__opener {
    line-height: 60px;
    padding: 15px 30px;
  }
}
body:not(.santander):not(.nav-menu-expanded):not(.santander) .nav-menu {
  transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu {
  /** Colours! **/
  background-color: yellow;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu__inner {
  float: right;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu__item--home {
  display: inline-block;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  height: 32px;
  width: 44px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  text-indent: -9999rem;
  transition: none;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu__item--minor {
  display: none;
  border-radius: 100px;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu__item--order {
  display: inline-block;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--default {
  background-color: rgba(0, 0, 0, 0.2);
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--default .nav-menu__item {
  color: white;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--default .nav-menu__item:hover {
  text-decoration: none;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--default .nav-menu__item--minor:hover {
  border: 1px solid white;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--default .nav-menu__item--order {
  color: #333333;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--default .nav-menu__item--order:hover {
  opacity: 0.8;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--default .nav-menu__item--home {
  background-image: url(/assets/img/osper-logo-whiteword.svg);
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--default .nav-menu__item--home:hover {
  opacity: 0.8;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--default .nav-menu__opener {
  color: white;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--default .nav-menu__opener:hover {
  opacity: 0.8;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--white {
  background-color: white;
  color: #ff8300;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--white .nav-menu__item {
  color: #333333;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--white .nav-menu__item:hover {
  text-decoration: none;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--white .nav-menu__item--minor:hover {
  border: 1px solid #333333;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--white .nav-menu__item--order {
  color: white;
  background-color: #ff8300;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--white .nav-menu__item--order:hover {
  opacity: 0.8;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--white .nav-menu__item--home {
  background-image: url(/assets/img/osper-logo.svg);
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--white .nav-menu__item--home:hover {
  opacity: 0.8;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--white .nav-menu__opener {
  color: #333333;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--white .nav-menu__opener:hover {
  opacity: 0.8;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--orange {
  background-color: #ff8300;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--orange .nav-menu__item {
  color: white;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--orange .nav-menu__item:hover {
  text-decoration: none;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--orange .nav-menu__item--minor:hover {
  border: 1px solid white;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--orange .nav-menu__item--order {
  color: #333333;
  background-color: white;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--orange .nav-menu__item--order:hover {
  opacity: 0.8;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--orange .nav-menu__item--home {
  background-image: url(/assets/img/osper-logo-white.svg);
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--orange .nav-menu__item--home:hover {
  opacity: 0.8;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--orange .nav-menu__opener {
  color: white;
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu--orange .nav-menu__opener:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  body:not(.santander):not(.nav-menu-expanded) .nav-menu .nav-menu__opener {
    display: none;
  }
  body:not(.santander):not(.nav-menu-expanded) .nav-menu .nav-menu__item--minor {
    display: inline-block;
  }
  body:not(.santander):not(.nav-menu-expanded) .nav-menu .nav-menu__item--home {
    height: 60px;
    width: 120px;
    left: 0;
    -ms-transform: none;
        transform: none;
    background-size: contain;
    background-position: center;
  }
}
body:not(.santander):not(.nav-menu-expanded) .nav-menu__item,
body:not(.santander):not(.nav-menu-expanded) .nav-menu__closer,
body:not(.santander):not(.nav-menu-expanded) .nav-menu__opener {
  color: green;
}
body:not(.santander).nav-menu-expanded {
  overflow: hidden;
}
body:not(.santander).nav-menu-expanded .nav-menu {
  background-color: #ff8300;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
body:not(.santander).nav-menu-expanded .nav-menu .nav-menu__closer {
  color: white;
  display: inline-block;
}
body:not(.santander).nav-menu-expanded .nav-menu .nav-menu__item {
  color: white;
}
body:not(.santander).nav-menu-expanded .nav-menu .nav-menu__item:hover {
  text-decoration: none;
}
body:not(.santander).nav-menu-expanded .nav-menu .nav-menu__item--minor {
  display: inherit;
  margin: 10px 0;
}
body:not(.santander).nav-menu-expanded .nav-menu .nav-menu__item--home {
  border: 1px solid white;
  border-radius: 100px;
}
body:not(.santander).nav-menu-expanded .nav-menu .nav-menu__item--order {
  color: #ff8300;
}
body:not(.santander).nav-menu-expanded .nav-menu .nav-menu__opener {
  display: none;
}
body.santander .nav-menu {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-image: url(/assets/img/santander/header-bg.png), linear-gradient(90deg, #EC0000 40%, #ff8300 60%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
body.santander .nav-menu__item {
  color: white;
  cursor: pointer;
  text-decoration: none;
}
body.santander .nav-menu__item--home img {
  height: 100%;
  position: relative;
}
body.santander .nav-menu__item--opener,
body.santander .nav-menu__item--closer {
  font-size: 16px;
  font-weight: 700;
}
body.santander .nav-menu__item--opener .icon,
body.santander .nav-menu__item--closer .icon {
  font-size: 1.5em;
  vertical-align: middle;
}
body.santander .nav-menu__item--opener span,
body.santander .nav-menu__item--closer span {
  vertical-align: bottom;
}
body.santander .nav-menu__item--opener {
  display: none;
}
body.santander .nav-menu__item--opener .icon {
  margin-right: 15px;
}
body.santander .nav-menu__item.active {
  box-shadow: none;
  border: 1px solid white;
  border-radius: 50px;
}
body.santander .nav-menu__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 10;
      flex-grow: 10;
  -ms-flex-pack: center;
      justify-content: center;
}
body.santander .nav-menu--top {
  position: absolute;
}
body.santander .nav-menu--scrolling {
  position: fixed;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition: transform 200ms ease-in-out;
}
body.santander .nav-menu--scrolling.active {
  -ms-transform: translateY(0);
      transform: translateY(0);
}
body.santander .nav-menu {
  height: 90px;
  padding: 0 30px;
}
body.santander .nav-menu__item--home--santander {
  width: 170px;
  height: 33px;
}
body.santander .nav-menu__item--home--santander img {
  top: -4px;
}
body.santander .nav-menu__item--home--osper {
  width: 132px;
  height: 38px;
}
body.santander .nav-menu .nav-menu__inner {
  -ms-flex-pack: center;
      justify-content: center;
}
body.santander .nav-menu .nav-menu__inner .nav-menu__item--home {
  display: none;
}
@media (max-width: 768px) {
  body.santander .nav-menu {
    height: 60px;
    padding: 0 15px;
  }
  body.santander .nav-menu__item--opener {
    display: inline-block;
  }
  body.santander .nav-menu__item--home--osper {
    width: 97px;
    height: 28px;
  }
  body.santander .nav-menu__item--home--santander {
    width: 136px;
    height: 26px;
  }
  body.santander .nav-menu__inner * {
    display: none;
  }
  body.santander .nav-menu--scrolling .nav-menu__item--opener .icon {
    margin-right: 7.5px;
  }
  body.santander .nav-menu--scrolling .nav-menu__item--opener span {
    display: inline-block;
  }
  body.santander .nav-menu--scrolling .nav-menu__inner {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  body.santander .nav-menu--scrolling .nav-menu__inner .nav-menu__item--order {
    display: inline-block;
  }
  body.santander .nav-menu--scrolling .nav-menu__item--home {
    display: none;
  }
}
body.santander .nav-menu__item--closer {
  display: none;
}
body.santander.nav-menu-expanded {
  overflow: hidden;
}
body.santander.nav-menu-expanded .nav-menu--scrolling {
  display: none;
}
body.santander.nav-menu-expanded .nav-menu--top {
  position: fixed;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  background-image: none;
  background-color: #EC0000;
}
body.santander.nav-menu-expanded .nav-menu__item--closer {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
}
body.santander.nav-menu-expanded .nav-menu__item--opener,
body.santander.nav-menu-expanded .nav-menu__item--home {
  display: none;
}
body.santander.nav-menu-expanded .nav-menu__inner {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin: 20px;
}
body.santander.nav-menu-expanded .nav-menu__inner .nav-menu__item {
  display: inline-block;
}
.santander.homepage .nav-menu--top,
.santander.partnership .nav-menu--top,
.santander:not(.nav-menu-expanded) .nav-menu--transparent {
  background-image: none;
  background-color: transparent;
}
/* hiding v2 login until fully released */
.footer-main {
  padding: 50px 0;
  background: #363636;
  font-size: 14px;
}
.footer-quick-links {
  margin-bottom: 30px;
}
.footer-quick-links ul li {
  text-align: left;
}
.footer-quick-header {
  color: #6e6e6e;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.footer-quick-links a {
  color: #dbdbdb;
  display: block;
  line-height: 1.6;
  margin-bottom: 4px;
  font-weight: 700;
  transition: color 200ms;
}
.footer-quick-links a:hover {
  color: #ff8300;
  text-decoration: none;
}
.footer-fine-print {
  margin-top: 20px;
  font-size: 12px;
  color: #777;
}
.footer-copyright {
  margin-top: 10px;
}
.footer-copyright a {
  color: #6e6e6e;
  text-decoration: underline;
}
.footer-copyright a:hover {
  color: #6e6e6e;
}
/* This is the foote that contains call to action buttons that collapse down to
full width buttons for mobile. */
.btn-join {
  margin-top: 15px;
  color: #222;
  background-color: #fff;
  border-color: #fff;
  padding: 14px 0;
  font-size: 20px;
}
.btn-join:hover,
.btn-join:focus,
.btn-join:active,
.btn-join.active,
.open .dropdown-toggle.btn-join {
  color: #222;
  background-color: #ebebeb;
  border-color: #e0e0e0;
}
.btn-join:active,
.btn-join.active,
.open .dropdown-toggle.btn-join {
  background-image: none;
}
.btn-join.disabled,
.btn-join[disabled],
fieldset[disabled] .btn-join,
.btn-join.disabled:hover,
.btn-join[disabled]:hover,
fieldset[disabled] .btn-join:hover,
.btn-join.disabled:focus,
.btn-join[disabled]:focus,
fieldset[disabled] .btn-join:focus,
.btn-join.disabled:active,
.btn-join[disabled]:active,
fieldset[disabled] .btn-join:active,
.btn-join.disabled.active,
.btn-join[disabled].active,
fieldset[disabled] .btn-join.active {
  background-color: #fff;
  border-color: #fff;
}
.btn-join:hover {
  color: #ff8300;
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}
.osper-footer {
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}
.osper-footer .osper-footer-issuer-statement {
  opacity: 0.8;
}
.osper-footer a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  margin: 0 4px;
}
.cookie-message {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: center;
  z-index: 50;
}
.cookie-message a {
  color: #000;
  text-decoration: none;
}
.cookie-message a.cookie-policy-link {
  font-weight: 700;
}
.cookie-message a.cookie-policy-link:hover {
  text-decoration: underline;
}
.cookie-message .cookie-message-close {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 15px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.alert-danger {
  background-color: #dd4e22;
  border-color: transparent;
  color: #fff;
}
.alert-danger a {
  color: #fff;
  text-decoration: underline;
}
.unsupported-browser {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  z-index: 10000;
}
.alert ul,
.alert li {
  list-style-type: none;
}
.alert-info {
  background-color: #00527f;
  border-color: #00527f;
  color: #FFF;
}
.video-preview {
  display: block;
  position: relative;
}
.video-preview:before {
  text-decoration: none;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  font-size: 40px;
  transition: all 300ms;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.video-preview:hover:before {
  color: #ddd;
}
.video-preview-background-hover {
  background: #000;
}
.video-preview-background-hover img {
  opacity: 1;
  width: 100%;
  height: auto;
  display: block;
  transition: all 300ms;
  -webkit-backface-visibility: hidden;
}
.video-preview-background-hover:hover img {
  opacity: 0.7;
  text-decoration: none;
}
.video-frame {
  padding: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  display: inline-block;
  position: relative;
  width: 100%;
}
.auto-width-videos .video-frame {
  width: auto;
}
.video-playhead {
  text-align: center;
}
.video-playhead img {
  width: 140px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 0.5s;
}
.video-playhead img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
.tabs {
  border-bottom: 1px solid #dfdfdf;
}
.tabs__section-title {
  margin-top: 20px;
  text-align: center;
  font-size: 1.5em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.tabs__section-subtitle {
  margin-bottom: 20px;
  color: #777777;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.tabs__section-subtitle.padded {
  margin-top: 20px;
}
.tabs__heading {
  border-bottom: 3px solid transparent;
  text-align: center;
  padding: 0 0 10px 0;
  cursor: pointer;
}
.tabs__heading--active {
  border-bottom: 3px solid #5c5c5c;
}
.tabs__heading--active .tabs__title {
  color: inherit;
}
.tabs__heading:focus,
.tabs__heading:hover {
  text-decoration: none;
  color: #9c9c9c;
}
.tabs__title {
  display: block;
  font-size: 17px;
  color: #9c9c9c;
  font-weight: 500;
}
.tabs__subtitle {
  display: block;
  font-size: 14px;
  color: #9c9c9c;
  font-weight: 300;
}
.tabs__section {
  display: none;
}
.tabs__section--active {
  display: block;
}
.tabs__features {
  list-style: none;
  padding: 0;
  width: 100%;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.tabs__features__item + .tabs__features__item {
  border-top: 1px solid #E5E5E5;
}
.tabs__features__item {
  position: relative;
  padding: 9px 0;
}
.tabs__features__item .icon-tick-open,
.tabs__features__item .icon-close {
  position: absolute;
  margin-right: 10px;
  left: 0;
}
.tabs__features__item .content-text {
  padding-left: 30px;
  float: left;
}
.tabs__features__item .clearit {
  clear: both;
}
.tabs__features__item.green,
.tabs__features__item.lightgray,
.tabs__features__item.darkblue,
.tabs__features__item .green,
.tabs__features__item .lightgray,
.tabs__features__item .darkblue {
  font-weight: 600;
}
.tabs__heading:nth-child(1).tabs__heading--active {
  color: #ff8300;
}
.tabs__heading:nth-child(2).tabs__heading--active {
  color: #66B114;
}
.tabs__heading:nth-child(3).tabs__heading--active {
  color: #00527f;
  color: #004577;
}
.tabs__active-visible {
  display: none;
}
.tabs__heading.tabs__heading--active .tabs__active-visible {
  display: block;
}
.tabs__heading.tabs__heading--active .tabs__active-visible--inline {
  display: inline;
}
@media (min-width: 992px) {
  .tabs__section {
    display: block;
  }
}
.pricetable {
  position: relative;
  display: table;
  border: 1px solid #D3D3D3;
  margin-top: 40px;
  width: 100%;
}
.pricetable .tabs__section-title {
  max-width: 300px;
  display: block;
  color: #878787;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}
.pricetable--orange {
  border: 2px solid #ff8300;
}
.pricetable--green {
  border: 2px solid #66B114;
}
.pricetable--green:before {
  content: 'Recommended';
  background: #90CF3F;
  border: 2px solid #90CF3F;
  border-width: 0 2px;
  text-transform: uppercase;
  position: absolute;
  top: -40px;
  left: -2px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: content-box;
  text-align: center;
  font-size: 14px;
  color: #3B6407;
  font-weight: 500;
}
.pricetable--darkblue {
  border: 2px solid #00527f;
}
.pricetable__title {
  position: relative;
}
.pricetable__title .title {
  display: block;
  font-weight: 300;
  font-size: 22px;
  text-align: center;
  color: #fff;
  padding: 7px;
}
.pricetable__title .title--orange {
  background: #ff8300;
}
.pricetable__title .title--green {
  background: #66B114;
}
.pricetable__title .title--darkblue {
  background: #00527f;
}
.pricetable__title .title small {
  font-size: 16px;
}
.pricetable__title .subtitle {
  display: block;
  color: #4A4A4A;
  font-size: 26px;
  font-weight: 500;
  padding: 10px 20px;
  text-align: center;
  margin-top: 15px;
}
.pricetable__title .description {
  text-align: center;
  padding: 0 20px;
}
.pricetable.price__row {
  display: table-cell;
}
.pricetable .price__row .notice {
  padding: 10px 20px;
  font-size: 15px;
  color: #847F7F;
  text-align: center;
}
.pricetable .price__features {
  padding: 10px 20px;
}
.pricetable .price__features .tabs__features__item {
  font-size: 16px;
}
.pricetable .price_cta {
  padding-bottom: 20px;
  margin: 20px;
}
.price__row-small-print {
  text-align: center;
  color: #545454;
  font-size: 14px;
  margin-top: 10px;
}
.pricetable-backdrop {
  height: 646px;
  background-color: #F6F6F6;
  position: relative;
  display: table;
  font-size: 30px;
  border-radius: 3px;
  margin-top: 40px;
  padding: 20px 0;
  width: 100%;
}
.pricetable-backdrop .title {
  color: #66B114;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding: 20px 0;
}
.pricetable-backdrop .back-image {
  text-align: center;
  margin: 0 auto;
  width: 133px;
  display: block;
  padding-top: 40px;
  padding-bottom: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
}
.pricetable-backdrop .line {
  font-size: 16px;
  text-align: center;
  padding: 30px 0;
  width: 80%;
  margin: 0 auto;
}
.pricing-stats {
  margin-top: 35px;
  display: table;
}
.pricing-stats__score {
  font-size: 45px;
  font-weight: 600;
  color: #CCCCCC;
  padding-right: 15px;
  line-height: 1;
  display: table-cell;
}
.pricing-stats .pitch {
  font-size: 16px;
  font-weight: 200;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 450px) {
  .pricetable-backdrop .back-image {
    top: 40%;
  }
}
@media (max-width: 991px) {
  .pricetable--green:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .pricetable-backdrop {
    height: 718px;
  }
  .pricetable-backdrop .title {
    padding-bottom: 80px;
  }
  .pricetable-backdrop .line {
    padding: 0;
  }
  .pricetable-backdrop .line.padded {
    padding: 30px 0 0 0;
  }
  .pricetable-backdrop .back-image {
    padding: 30px 0;
    width: 40px;
  }
}
@media (max-width: 767px) {
  .pricetable-backdrop {
    height: 0;
  }
}
.text-green {
  color: #66B114;
}
.text-orange {
  color: #ff8300;
}
.text-darkblue {
  color: #00527f;
}
.text-darkblue {
  color: #00527f;
}
.orange-menu {
  background-color: #ff8300;
}
.pricing-module--osper,
.pricing-module--osper-learn,
.pricing-module--osper-life {
  display: none;
}
@media (min-width: 991px) {
  .pricing-module--osper,
  .pricing-module--osper-learn,
  .pricing-module--osper-life {
    display: block;
  }
}
.module,
.module-flex {
  position: relative;
  padding: 84px 0 50px 0;
}
.module.module-tight,
.module-flex.module-tight {
  padding: 0;
}
.module.module-quite-tight,
.module-flex.module-quite-tight {
  padding: 30px 0 30px;
}
.module.module-tight-menu,
.module-flex.module-tight-menu {
  padding-bottom: 10px;
  padding-top: 74px;
}
.module .links-bar,
.module-flex .links-bar {
  padding: 0;
}
.module .links-bar .pad,
.module-flex .links-bar .pad {
  padding: 20px 0;
  transition: all 300ms;
}
.module .links-bar .pad:hover,
.module-flex .links-bar .pad:hover {
  background-color: #000000;
}
.module .links-bar a,
.module-flex .links-bar a {
  color: #fff;
  text-decoration: none;
  padding: 20px 0;
}
.module .links-bar .line-icon,
.module-flex .links-bar .line-icon {
  padding: 10px;
  opacity: 0.9;
}
.module,
.module > .container {
  overflow: hidden;
}
.module > .container {
  height: 100%;
}
.module .ghost {
  display: inline-block;
}
.module .row .ghost {
  display: none;
}
.module .flex-image {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.module .container > .row,
.module-flex .container > .row {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.module-content {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
/* Module specific styling */
.module__title {
  color: #fff;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.module__title--orange {
  background: #ff8300;
}
.module__title--green {
  background: #66B114;
}
.module__title--darkblue {
  background: #00527f;
}
.module-orange {
  background: #ff8300;
  color: #fff;
}
.module-orange .order-content-header a {
  color: #fff;
}
.module-orange .order-content-header a:hover {
  color: #fff;
}
.module-orange .order-content-header p {
  margin: 0;
  max-width: 500px;
  margin: auto;
}
.module-orange p a {
  text-decoration: underline;
  color: #fff;
}
.module-san-hero {
  background-image: url(/assets/img/santander/mobile-hero-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.module-san-hero .container {
  padding-top: 50px;
}
.module-white {
  background: #fff;
  color: #333;
}
.module-white .module-next-arrow {
  color: #bbb;
}
.module-white .module-next-arrow:hover {
  color: #bbb;
  text-decoration: none;
}
.module-white p a {
  text-decoration: underline;
  color: #333;
}
.module-green {
  background: #66B114;
  color: #fff;
}
.module-green--text {
  background: #fff;
}
.module-green--text h3 {
  color: #66B114;
}
.module-green p a {
  color: #fff;
  text-decoration: underline;
}
.module-yellow {
  background: #f4bd0c;
  color: #fff;
}
.module-yellow p a {
  text-decoration: underline;
  color: #fff;
}
.module-darkblue {
  background: #00527f;
  color: #fff;
}
.module-darkblue p a {
  text-decoration: underline;
  color: #fff;
}
.module-turquoise {
  background: #00a5a0;
  color: #fff;
}
.module-turquoise p a {
  text-decoration: underline;
  color: #fff;
}
.module-warmdarkgrey {
  background: #302e2b;
  color: #fff;
}
.module-warmdarkgrey p a {
  text-decoration: underline;
  color: #fff;
}
.module-warmlightgrey {
  background: #ececec;
}
.module-warmlightgrey .module-next-arrow {
  color: #aaa;
}
.module-warmlightgrey .module-next-arrow:hover {
  color: #aaa;
}
.module-warmlightgrey p a {
  text-decoration: underline;
  color: #333;
}
.module-mediumgrey {
  background: #EEEBE8;
}
.module-mediumgrey .module-next-arrow {
  color: #aaa;
}
.module-mediumgrey .module-next-arrow:hover {
  color: #aaa;
}
.module-mediumgrey p a {
  text-decoration: underline;
  color: #333;
}
.module-red {
  background: #dd4e22;
  color: #fff;
}
.module-red .module-next-arrow {
  color: #fff;
}
.module-red .module-next-arrow:hover {
  color: #fff;
}
.module-red p a {
  text-decoration: underline;
  color: #fff;
}
.module-title span {
  font-weight: 300;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.module-deep {
  height: 70%;
}
.module-shallow {
  height: 40%;
}
.module-puddle {
  height: 30%;
}
.module-next-arrow {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-size: 30px;
  opacity: 0.5;
  transition: all 500ms;
}
.module-next-arrow:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.module-next-btn {
  position: absolute;
  bottom: 10px;
  text-align: center;
  margin: 0 auto;
}
.module-slim h4,
.module-slim h5 {
  line-height: 1.4;
  font-style: italic;
  font-weight: 300;
}
.module-background,
.module-sm-background {
  background-size: cover;
  background-position: 50% 50%;
}
.module-background-contain {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.module-icon-inline-orange {
  color: #ff8300;
}
.module-w-navigation {
  transition: all 300ms;
}
.module-home-validation .avatar {
  border-radius: 1000px;
  max-width: 80px;
}
.halfbg {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.halfbg.halfbg-warmdarkgrey {
  background-color: #302e2b;
}
.halfbg.halfbg-warmlightgrey {
  background-color: #ececec;
}
.halfbg.halfbg-darkblue {
  background-color: #00527f;
}
.halfbg.halfbg-white {
  background-color: white;
}
.halfbg.halfbg-mediumgrey {
  background-color: #EEEBE8;
}
.halfbg.halfbg-white-translucent {
  background-color: white;
  opacity: 0.2;
}
.halfbg.halfbg-black-translucent {
  background-color: black;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .module {
    padding: 84px 0 50px 0;
  }
  .module-w-arrow {
    padding: 84px 0 100px 0;
  }
  .module > .container,
  .module .container > .row,
  .module .container > .row > * {
    height: 100%;
  }
  .module .ghost {
    display: none;
  }
  .module .row .ghost {
    display: inline-block;
  }
  .module .container > .row {
    display: block;
    margin-right: -15px;
  }
  .module-content {
    display: inline-block;
    vertical-align: middle;
  }
  .module-bottom-image {
    height: 100%;
  }
  .module-bottom-image > * {
    height: 100%;
    padding-top: 30%;
    background-origin: content-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .module-next-arrow {
    font-size: 50px;
  }
  .module-menu {
    padding: 93px 0 0 0;
  }
  .module-w-navigation {
    padding-top: 150px;
  }
  .module-san-hero {
    background-image: url(/assets/img/santander/hero-bg.png);
  }
}
.module p,
.module ul,
.module ol {
  font-size: 18px;
}
.module .smaller {
  font-size: 15px;
}
.module .small {
  font-size: 13px;
}
@media (max-width: 768px) {
  .module,
  .module-flex {
    padding: 54px 0 20px 0;
  }
  .module-w-arrow {
    padding: 54px 0 50px 0;
  }
  .module-sm-background {
    background-image: none !important;
  }
  .module-xs-warmdarkgrey {
    color: #fff;
    background-color: #302e2b;
  }
  .module-quite-tight {
    padding: 30px 0 30px !important;
  }
  .module-menu {
    padding: 63px 0 0 0;
  }
  .module p,
  .module ul,
  .module ol {
    font-size: 15px;
  }
  .module-social-media-validation {
    padding: 15px 0;
  }
  .module .smaller {
    font-size: 13px;
  }
  .module .small {
    font-size: 13px;
  }
  .module .links-bar .pad {
    padding: 7px 0;
  }
  .module-w-navigation {
    padding-top: 80px;
  }
}
.stage {
  min-height: 450px;
}
.santander.order .stage {
  position: relative;
}
.santander.order .stage .content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  color: white;
  text-align: center;
  background-image: url('/assets/img/santander/mobile-hero-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.santander.order .stage .content a {
  color: white;
  text-decoration: underline;
}
@media (min-width: 480px) {
  .santander.order .stage {
    min-height: 550px;
  }
  .santander.order .stage .content {
    background-image: url('/assets/img/santander/hero-bg.png');
    background-position: center top;
  }
}
@media (min-width: 992px) {
  .santander.order .stage {
    min-height: 650px;
  }
}
.osper-share-dialog {
  text-align: center;
}
.osper-share-dialog__share-button {
  margin-top: 10px;
}
.osper-share-dialog__footer-title {
  color: #393E3F;
}
.osper-share-dialog ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.osper-share-dialog li {
  display: inline-block;
}
.osper-share-dialog li small {
  color: #999999;
}
.osper-share-dialog .btn-fb {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0;
  padding: 15px 0;
}
.osper-share-dialog .btn-fb img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.osper-share-dialog .btn-share {
  width: 50px;
  height: 50px;
  padding-top: 50px;
  display: block;
  margin: 10px 7px 0;
  text-decoration: none;
  background-size: 50px 50px;
  font-size: 75%;
}
.osper-share-dialog .btn-share-email {
  background-image: url(/assets/img/share/share-email.svg);
  background-repeat: no-repeat;
}
.osper-share-dialog .btn-share-sms {
  background-image: url(/assets/img/share/share-sms.svg);
  background-repeat: no-repeat;
}
.osper-share-dialog .btn-share-twitter {
  background-image: url(/assets/img/share/share-twitter.svg);
  background-repeat: no-repeat;
}
.osper-share-dialog .btn-share-whatsapp {
  background-image: url(/assets/img/share/share-whatsapp.svg);
  background-repeat: no-repeat;
}
.osper-share-link {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.section-guide {
  border-bottom: 1px solid #e0e0e0;
}
.section-guide-wrapper {
  font-size: 0;
}
.section-guide-wrapper-ghost {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.section-guide-description {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  margin-top: 10px;
}
.section-guide-description p a {
  color: inherit;
  text-decoration: underline;
}
.section-guide-horizontal .section-guide-description,
.section-guide-fullheight .section-guide-wrapper,
.section-guide-fullheight .section-guide-description {
  text-align: center;
  width: 100%;
}
.section-guide-image {
  background-size: contain;
  background-origin: content-box;
  background-repeat: no-repeat;
  text-align: center;
}
.section-guide-image img {
  display: none;
}
.section-guide-link {
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}
.section-guide-link:hover {
  text-decoration: none;
}
.section-guide-link .icon-forwardarrow {
  font-size: 10px;
  margin-left: 2px;
  vertical-align: top;
  margin-right: 5px;
}
.section-guide-description .gamma {
  margin-bottom: 15px;
}
.section-guide-description {
  font-size: 15px;
}
.section-guide-description .list-icon {
  font-size: 20px;
}
.section-guide-fullheight .gamma {
  margin-bottom: 50px;
}
.guide-step {
  text-transform: uppercase;
  color: #7b7b7b;
  font-size: 15px;
  margin-bottom: 10px;
}
.guide-header-banner {
  padding: 50px 0;
  text-align: center;
  background-color: #58514c;
  background-image: url(/assets/img/guides/index-header-image.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  margin-bottom: 60px;
}
.guide-header-banner h1 {
  line-height: 90px;
}
.guide-header-banner h2 {
  font-size: 18px;
  line-height: 1.5;
}
.guide-header-icon {
  line-height: 70px;
  font-size: 60px;
  width: 80px;
  margin: auto;
  color: #ff8300;
}
.guides-index-container,
.guides-index-header,
.guides-index-moreinfo {
  text-align: center;
}
.guides-index-link,
.guides-index-link:hover {
  font-size: 20px;
  margin-bottom: 70px;
  color: inherit;
  text-decoration: none;
  display: block;
}
.guides-index-link p,
.guides-index-link:hover p {
  padding: 10px 30px 0;
}
.guides-index-header {
  font-size: 22px;
  margin-bottom: 30px;
}
.guides-index-link-image-wrap {
  transition: all 300ms;
  position: relative;
  height: 184px;
}
.guides-index-link-image-wrap.guides-index-link-image-wrap.color-default {
  border: 2px solid #ddd;
  border-radius: 7px;
  background-color: #fff;
}
.guides-index-link-image-wrap p {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
}
.guides-index-link:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.guides-index-link:hover .guides-index-link-image-wrap.color-default {
  background-color: #ddd;
}
.guides-index-link-image {
  position: relative;
  height: 60px;
  top: 30px;
}
@media (max-width: 768px) {
  .section-guide-verticle .section-guide-wrapper,
  .section-guide-verticle .section-guide-image,
  .section-guide-fullheight .section-guide-wrapper {
    height: auto;
  }
  .section-guide-image {
    background: none !important;
    padding: 0 !important;
  }
  .section-guide-image img {
    display: inline-block;
    max-width: 40%;
    padding: 30px;
  }
}
.guides-index-moreinfo {
  margin-top: 50px;
  margin-bottom: 120px;
}
.guides-index-moreinfo a {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-guide-verticle .section-guide-wrapper,
  .section-guide-verticle .section-guide-image,
  .section-guide-fullheight .section-guide-wrapper {
    height: 310px;
  }
  .section-guide-horizontal .section-guide-wrapper {
    height: 124px;
  }
  .section-guide-horizontal .section-guide-image {
    height: 186px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-guide-verticle .section-guide-wrapper,
  .section-guide-verticle .section-guide-image,
  .section-guide-fullheight .section-guide-wrapper {
    height: 500px;
  }
  .section-guide-horizontal .section-guide-wrapper {
    height: 200px;
  }
  .section-guide-horizontal .section-guide-image {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .section-guide-verticle .section-guide-wrapper,
  .section-guide-verticle .section-guide-image,
  .section-guide-fullheight .section-guide-wrapper {
    height: 500px;
  }
  .section-guide-horizontal .section-guide-wrapper {
    height: 200px;
  }
  .section-guide-horizontal .section-guide-image {
    height: 300px;
  }
}
.header-prop {
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.header-prop .scroll-to {
  position: absolute;
  bottom: 40px;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}
.header-prop .scroll-to:hover {
  text-decoration: none;
}
.header-prop .scroll-to img {
  display: block;
  margin: 10px auto;
}
.header-prop-ghost {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.header-prop-wrapper {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  width: 100%;
  color: #fff;
}
.header-prop .beta {
  margin-bottom: 20px;
}
.header-prop p {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
.objects-card {
  height: 240px;
  width: 365px;
  background: url(/assets/img/osper-card.png);
  background-size: 100% auto;
  position: absolute;
  left: 380px;
  top: 50%;
  margin-top: -106.5px;
}
.objects-phone {
  height: 556px;
  width: 316px;
  background: url(/assets/img/mobile-app.png);
  position: absolute;
  left: 708px;
  top: 50%;
  margin-top: -278px;
}
.objects-converse {
  height: 870px;
  width: 645px;
  background: url(/assets/img/converse.png);
  position: absolute;
  left: -660px;
  top: 50%;
  margin-top: -435px;
}
.btn-order {
  color: #fff;
  background: #ff8300;
  border: 0;
  position: relative;
  padding: 10px;
  cursor: pointer;
  line-height: 40px;
  transition: 500ms background;
}
body.santander .btn-order {
  background: #EC0000;
}
.btn-order:hover {
  color: #fff;
}
.btn-order-time-warning,
.btn-order-spinner {
  display: none;
}
.btn-order-pending {
  background: grey;
  line-height: normal;
  cursor: default;
}
.btn-order-pending .btn-order-label {
  display: none;
}
.btn-order-pending .btn-order-time-warning {
  display: block;
  font-size: 11px;
  margin-top: 5px;
}
.btn-order-pending .btn-order-spinner {
  font-size: 30px;
  display: block;
  margin-bottom: 5px;
}
.btn-order-label-ing {
  display: none;
}
.btn-order-pending .btn-order-label-ing {
  display: inline;
}
.order-card-remove {
  cursor: pointer;
}
.order-card-remove:before {
  font-size: 18px;
  color: #E65725;
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -9px;
}
.order-card-xs-remove {
  font-size: 18px;
  color: #E65725;
  text-align: right;
}
@media (min-width: 768px) {
  .order-card-xs-remove {
    display: none;
  }
  .referral-envelope,
  .referral-text {
    float: left;
  }
  .referral-text {
    width: 85%;
  }
}
.referral-envelope {
  width: 15%;
  max-height: 40px;
  padding-right: 20px;
}
.referral-alert {
  margin: 25px 0 0;
}
.form-errors label {
  font-weight: 300;
}
.js-order-form .has-error .alert {
  border: 1px solid #b94a48;
}
@media (min-width: 768px) {
  .referral-code-display-wrapper {
    margin-top: 30px;
  }
  .referral-code-input-wrapper {
    margin-top: 30px;
  }
}
.no-referral-code-description {
  display: none;
  padding-left: 15px;
  border-left: 1px solid #ccc;
}
#referral-code.success {
  background-image: url("/assets/img/tick_icon.png");
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 23px auto;
}
#referral-code.fail {
  background-image: url("/assets/img/cross_icon.png");
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 23px auto;
}
.referral-input-success {
  display: none;
  color: #66B114;
}
.confirm-kyc-group {
  background-color: #FAFAFA;
  border-radius: 3px;
  border: 1px solid #D2D2D2;
  padding: 20px 5px;
}
.confirm-detail {
  margin: 0 15px;
}
.confirm-info {
  color: #444;
}
.confirm-label {
  color: #bbb;
  display: block;
}
.confirm-value {
  color: #444;
  display: block;
  font-weight: 500;
}
.btn-video--homepage {
  margin-top: 2em;
}
.home-subtitle {
  font-weight: 300;
  font-size: 20px;
}
.home-subtitle strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .home-title {
    font-size: 30px;
  }
  .btn-xl--block {
    min-width: 250px;
    font-weight: 700;
  }
}
.home-small-text {
  color: #999;
}
.module .flex-image--hp {
  margin: auto;
  max-width: 80%;
  display: block;
}
.nav-menu__inner *,
.navbar-right * {
  position: relative;
}
.gift-wrapper {
  background-color: #ff8300;
}
.santander .gifting-page-navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  overflow-x: auto;
  height: 60px;
  padding: 0 15px;
}
.santander .gifting-page-navbar .flex-spacer {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.santander .gifting-page-navbar .menu-logo {
  -ms-flex-preferred-size: 175px;
      flex-basis: 175px;
}
@media (min-width: 768px) {
  .santander .gifting-page-navbar {
    height: 90px;
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .santander .gifting-page-navbar {
    height: 50px;
    padding: 0 10px;
  }
  .santander .gifting-page-navbar .menu-logo img {
    height: 19px;
  }
  .santander .gifting-page-navbar .menu-logo {
    -ms-flex-preferred-size: 175px;
        flex-basis: 175px;
    text-align: center;
  }
  .santander .gifting-page-navbar .menu-button .btn {
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.gift-post-user-check {
  display: none;
}
.gift-show-guest,
.gift-show-user {
  display: none;
}
.gift-guest .gift-show-guest {
  display: block;
}
.gift-user .gift-show-user {
  display: block;
}
.gift-show-guest.gift-show-user {
  display: block;
}
.gifting-form-errors {
  margin-top: 50px;
}
.gifting-form-errors.alert ul,
.gifting-form-errors.alert li {
  padding: 0;
  margin: 0;
}
.gifting-form {
  background-color: #fff;
}
.gifting-form .forgot-password-link {
  display: block;
  text-align: right;
  padding: 10px 0 0;
  text-decoration: underline;
}
.gift-summary .panel {
  margin: 20px 0;
  color: #333333;
}
.gift-summary .panel h4 {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.gift-summary .panel .edit-load a {
  color: #aaa;
  text-decoration: underline;
}
.gift-summary .panel .gift-message {
  padding: 0 20px 20px;
}
.gift-summary .panel .empty-gift-message {
  color: #CCC;
  font-style: italic;
}
.create-password .password-strength-icon {
  color: #FFF;
  background-color: #66B114;
  border: 0;
}
.create-password .password-strength-icon:not(.valid) {
  display: none;
}
.gift-amount {
  line-height: 1.5em;
  font-size: 1.1em;
}
.gift-amount__total {
  margin-top: 10px;
  font-weight: 800;
  font-size: 1.5em;
}
#whr_embed_hook .whr-items,
#whr_embed_hook .whr-item,
#whr_embed_hook .whr-info {
  background: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
#whr_embed_hook .whr-item {
  margin-bottom: .5rem;
}
#whr_embed_hook .whr-item:last-child {
  margin-bottom: 0;
}
#whr_embed_hook .whr-items {
  padding: 0 1rem 1rem;
}
#whr_embed_hook .whr-group {
  margin: 0;
  padding: .2rem .4rem;
  border-radius: 3px;
  background: #e8f1f5;
}
#whr_embed_hook .whr-toggle {
  margin-top: .5rem;
}
#whr_embed_hook .whr-toggle a {
  display: block;
}
#whr_embed_hook .whr-toggle:hover {
  background: #dce5e9;
}
#whr_embed_hook .whr-toggle:first-child {
  margin-top: 0;
}
#whr_embed_hook .whr-active {
  background: #dce5e9;
}
#whr_embed_hook .whr-active + .whr-items {
  background: #e8f1f5;
}
#whr_embed_hook .whr-info {
  display: none;
}
#whr_embed_hook .whr-info li {
  background: none;
  display: inline;
  margin: 0 .2rem 0 0;
  padding: .1rem .4rem;
  border: 1px solid #dce5e9;
  border-radius: 3px;
  font-size: .8rem;
}
#whr_embed_hook .whr-info li span {
  color: #959fa4;
  text-transform: uppercase;
  font-size: .7rem;
}
#whr_embed_hook .whr-title {
  margin: 0;
  font-size: 1.2em;
  margin-bottom: 1.5em;
}
.whr-title a {
  color: #444;
  border-bottom: 1px solid #ff8300;
}
.whr-title a:hover {
  color: #ff8300;
  text-decoration: none;
}
#whr_embed_hook .whr-description {
  border: 1px solid #ddd;
  background: #fff;
  clear: both;
  font-size: .9rem;
  margin: .5rem 0 0 0;
  padding: .5rem;
  line-height: 1.4;
  border-radius: 3px;
}
#whr_embed_hook .whr-description ul {
  margin: .5rem 0;
}
#whr_embed_hook .whr-description li {
  margin: .25rem 0;
}
.home-bg,
.pricing-bg {
  background-position: center center;
}
.xmas-bg {
  background-position: center center;
  background-image: url(/assets/img/xmas_bg.jpg);
}
.order-success-bg {
  background-position: center center;
  background-image: url(/assets/img/home_bg_3.jpg);
}
.app-bg {
  background-position: center bottom;
  background-image: url(/assets/img/app-bg.jpg);
}
.life-bg {
  background-position: center top;
  background-image: url(/assets/img/osper-life-bg.jpg);
}
.stories-tease-bg {
  background-position: center center;
  background-image: url(/assets/img/stories-line.jpg);
}
.piggy-background {
  background-image: url(/assets/img/piggy1.jpg);
  background-position: center center;
}
@media (max-width: 768px) {
  .home-bg {
    background-image: url(/assets/img/home_mob.jpg);
  }
  .home-bg.home-bg--atm {
    background-image: url(/assets/img/home_atm.jpg);
  }
  .pricing-bg {
    background-image: url(/assets/img/pricing_mob.jpg);
  }
  .stories-tease-bg {
    background-image: url(/assets/img/stories-group.jpg);
  }
  .piggy-background {
    background-image: url(/assets/img/piggy1.jpg);
    background-position: left center;
  }
}
@media (min-width: 768px) {
  .home-bg {
    background-image: url(/assets/img/home_bg_3.jpg);
  }
  .pricing-bg {
    background-image: url(/assets/img/pricing_bg.jpg);
  }
  .life-bg {
    background-position: center 20%;
  }
}
.reviews-header {
  margin: 20px 0 20px;
}
.review {
  margin-top: 10px;
}
.review .avatar {
  float: left;
  width: 15%;
  border-radius: 100px;
}
.review .text {
  width: 80%;
  float: right;
  margin-bottom: 40px;
}
.review .text p.body {
  margin-bottom: 5px;
  font-size: 100%;
}
.review .text p.body span {
  font-style: italic;
}
.review .text p.reviewer a {
  font-size: 13px;
  color: #ff8300;
  text-decoration: none;
}
.review.review-box {
  background-color: #FFF;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  margin-top: -40px;
  text-align: center;
}
.review.review-box .avatar {
  float: none;
  width: 100px;
  margin-top: -75px;
  margin-bottom: 10px;
}
.review.review-box .text {
  margin-bottom: 0;
  color: #222;
  float: none;
  width: 100%;
}
.review.review-box .text .body {
  font-size: 140%;
  line-height: 1.3;
}
.review.review-box .text .reviewer a {
  text-decoration: underline;
  margin-bottom: 10px;
}
.review.review-box-home {
  text-align: center;
  margin-top: 0;
  padding: 0 20px;
}
.review.review-box-home .avatar {
  float: none;
  width: 80px;
  margin-top: -40px;
  max-width: 80px;
  margin-bottom: 10px;
}
.review.review-box-home .text {
  float: none;
  width: 100%;
}
.review.review-box-home .text .body {
  font-size: 110%;
  line-height: 1.3;
  font-style: italic;
  margin-bottom: 10px;
}
.review.review-box-home .text .body .reviewer {
  font-style: normal;
  opacity: 0.5;
  font-size: 80%;
  font-weight: 700;
}
.review.davina .avatar {
  margin-top: -40px;
  max-width: 80px;
}
.store-review {
  margin: 20px 0;
}
.store-review p {
  font-size: 120%;
}
.store-review .avatar {
  float: left;
  width: 15%;
  border-radius: 10px;
}
.store-review .text {
  width: 80%;
  float: right;
}
.store-review .text img {
  width: 40%;
  max-width: 120px;
  margin-bottom: 5px;
}
.store-review .text .body {
  font-style: italic;
}
.press img {
  width: 100%;
}
.ft {
  font-family: "Times New Roman", Georgia, Serif;
  font-variant: small-caps;
  font-size: 120% !important;
  font-style: normal;
}
@media (max-width: 768px) {
  .review.review-box {
    margin-top: -20px;
  }
  .review.review-box .avatar,
  .review.review-box .text {
    float: none;
  }
  .review.review-box .avatar {
    width: 60px;
    margin-top: -30px;
    margin-bottom: 5px;
  }
  .review.review-box .text {
    width: 100%;
  }
  .review.review-box .text .body,
  .review.review-box .text .reviewer a {
    font-size: 100%;
  }
  .review.review-box .text .reviewer {
    margin-bottom: 5px;
  }
  .review.review-box-home {
    padding: 0 5px;
  }
  .review.review-box-home .avatar,
  .review.review-box-home .text {
    float: none;
  }
  .review.review-box-home .avatar {
    width: 60px;
    margin-top: -30px;
    margin-bottom: 5px;
  }
  .review.review-box-home .text {
    width: 100%;
  }
  .review.review-box-home .text .body,
  .review.review-box-home .text .reviewer a {
    font-size: 100%;
  }
  .review.review-box-home .text .reviewer {
    margin-bottom: 5px;
  }
  .store-review p {
    font-size: 100%;
  }
  .press img {
    width: 100%;
    margin-bottom: 30px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation: fadeIn 0.75s;
  -webkit-animation: fadeIn 0.75s;
}
.jumbotron {
  background-color: #F6F6F6;
  border: 1px solid #D7D7D7;
  text-align: left;
  padding: 50px 35px;
  margin-top: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.jumbotron .avatar {
  float: left;
  width: 15%;
  border-radius: 100px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.jumbotron .text {
  width: 80%;
  float: right;
}
.jumbotron .text .body {
  font-size: 100%;
  margin-bottom: 5px;
  font-style: italic;
  line-height: 1.4;
  font-weight: 300;
}
.jumbotron .text .body span {
  font-style: italic;
}
.jumbotron .text .reviewer a {
  color: #ff8300;
  text-decoration: underline;
}
.jumbotron ul li {
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.3;
}
.jumbotron .price-lockup {
  font-weight: 700;
}
.jumbotron .price-lockup .price {
  float: left;
  line-height: 1.1;
  font-size: 100px;
}
.jumbotron .price-lockup .price-helper {
  float: left;
  line-height: 1.2;
  margin-left: 10px;
  padding-top: 8px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .jumbotron {
    padding: 25px;
    margin-top: 10px;
  }
  .jumbotron .avatar,
  .jumbotron .text {
    float: none;
  }
  .jumbotron .avatar {
    width: 30%;
    margin-bottom: 10px;
  }
  .jumbotron .text {
    width: 100%;
  }
  .jumbotron .text .body {
    font-size: 70%;
  }
  .jumbotron .text .reviewer {
    font-size: 60%;
  }
  .jumbotron .price-lockup .price {
    font-size: 60px;
  }
  .jumbotron .price-lockup .price-helper {
    font-size: 15px;
  }
  .jumbotron.darken-mobile {
    background-color: rgba(0, 0, 0, 0.4);
    border: transparent;
    color: white;
  }
}
table,
th,
td {
  border-width: 2px !important;
  border-color: #ececec !important;
  font-weight: 300;
}
table .bold,
th .bold,
td .bold {
  font-weight: 700;
}
table .bg-grey,
th .bg-grey,
td .bg-grey {
  background-color: #eeeeee;
}
th {
  background-color: #ff8300;
  color: #fff;
  border-color: #fff;
}
th,
tr {
  text-align: center;
}
.table-pricing {
  font-weight: 700;
}
.table-pricing th {
  background-color: rgba(0, 0, 0, 0.1) !important;
  font-size: 18px;
  text-align: left;
  color: #333333;
  padding: 10px !important;
}
.table-pricing th.centered {
  text-align: center;
}
.table-pricing td {
  text-align: left;
}
.table-pricing td.centered {
  text-align: center;
}
.table-pricing small {
  font-weight: 300;
}
.faq-anchor {
  padding-top: 70px;
}
@media (min-width: 768px) {
  .faq-anchor {
    padding-top: 110px;
  }
}
@media (min-width: 992px) {
  .faq-anchor {
    padding-top: 130px;
  }
}
@media (min-width: 1200px) {
  .faq-anchor {
    padding-top: 130px;
  }
}
.display-flex {
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}
.doc-upload .header {
  border-bottom: none;
}
.doc-upload .text {
  margin-top: 30px;
  margin-bottom: 30px;
}
.doc-upload .text p,
.doc-upload .text ul {
  color: #999999;
  font-size: 15px;
  font-weight: 500;
}
.doc-upload .text ul {
  list-style: none inside;
}
.doc-upload .text ul li:before {
  content: '- ';
  margin-right: 20px;
}
.upload-form {
  max-width: 768px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
}
.upload-form .upload {
  display: block;
  width: 180px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
.upload-form .upload input {
  display: none;
}
.upload-form .upload p {
  margin-top: 10px;
}
.upload-form .upload-area {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  border: 2px dashed #bfbfbf;
  cursor: pointer;
}
.upload-form .upload-area .icon--document {
  max-width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  pointer-events: none;
}
.upload-form .upload-area .icon--plus {
  display: table;
  width: 42px;
  height: 42px;
  color: white;
  background-color: #7ed321;
  border-radius: 100%;
  box-shadow: 0 0 0px 5px white;
  position: absolute;
  top: 14%;
  left: 14%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.upload-form .upload-area .icon--plus:before {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.upload-form.dragover .upload-area {
  border-color: #7ed321;
}
.upload-form .preview-area {
  display: none;
  position: relative;
  margin: 40px 0;
  padding: 0 15px;
  background-color: #f0f0f0;
  text-align: center;
}
.upload-form .preview-area:before {
  content: '';
  display: inline-block;
  border-bottom: 20px solid #f0f0f0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: -20px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.upload-form .upload-error {
  display: none;
  padding: 10px;
  margin: 10px;
  color: #dd4e22;
  border: 2px solid #dd4e22;
  border-radius: 4px;
  background-color: white;
  font-weight: bold;
}
.upload-form .file-list {
  list-style: none;
  display: table;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
.upload-form .file-list__item {
  display: table-row;
  color: #7f7f7f;
  font-weight: bold;
}
.upload-form .file-list__item__section {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 6px 2px;
}
.upload-form .file-list__item__section:first-of-type {
  width: 1em;
  font-size: 1.2em;
}
.upload-form .file-list__item__section:last-of-type {
  width: 40%;
}
.upload-form .file-list__item .file-uploaded {
  display: none;
  color: #7ed321;
}
.upload-form .file-list__item .delete-file {
  display: block;
  cursor: pointer;
}
.upload-form .file-list__item.error {
  color: #dd4e22;
}
.upload-form .file-list__item.error .upload-progress__bar {
  background-color: #dd4e22;
}
.upload-form .file-list__item.complete .upload-progress__bar {
  background-color: #7ed321;
  width: 100%;
}
.upload-form .file-list__item.complete .file-uploaded {
  display: block;
}
.upload-form .file-list__item.complete .delete-file {
  display: none;
}
.upload-form .upload-btn {
  -ms-transform: translateY(50%);
      transform: translateY(50%);
  margin-top: -20px;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
}
.upload-form .upload-progress {
  display: block;
  width: 100%;
  height: 1.4em;
  border: 1px solid #d1d1d1;
  border-radius: 9999px;
  background-color: white;
  overflow: hidden;
}
.upload-form .upload-progress__bar {
  height: 100%;
  max-width: 100%;
  display: inline-block;
  background-color: #4a90e2;
  border-radius: 9999px;
  border: 2px solid white;
}
.gradient-horizontal-white-to-grey {
  background: white;
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(50%, white), color-stop(51%, #dfe0df), color-stop(100%, #dfe0df));
  background: linear-gradient(to right, white 0%, white 50%, #dfe0df 51%, #dfe0df 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#dfe0df', GradientType=1);
}
.gradient-vertical-orange-to-dark-orange {
  background: #ff8400;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff8400), color-stop(100%, #cd4800));
  background: linear-gradient(to bottom, #ff8400 0%, #cd4800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8400', endColorstr='#cd4800', GradientType=0);
}
.gradient-vertical-green-to-dark-green {
  background: #7dd321;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #7dd321), color-stop(100%, #5ca40f));
  background: linear-gradient(to bottom, #7dd321 0%, #5ca40f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7dd321', endColorstr='#5ca40f', GradientType=0);
}
.gradient-vertical-blue-to-dark-blue {
  background: #4489e9;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #4489e9), color-stop(100%, #215db1));
  background: linear-gradient(to bottom, #4489e9 0%, #215db1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4489e9', endColorstr='#215db1', GradientType=0);
}
.gradient-vertical-yellow-to-dark-yellow {
  background: #ead300;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ead300), color-stop(100%, #cf9800));
  background: linear-gradient(to bottom, #ead300 0%, #cf9800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ead300', endColorstr='#cf9800', GradientType=0);
}
.gradient-vertical-red-to-dark-red {
  background: #ec0000;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ec0000), color-stop(100%, #bc0000));
  background: linear-gradient(to bottom, #ec0000 0%, #bc0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec0000', endColorstr='#bc0000', GradientType=0);
}
.story-cta,
.order-cta {
  font-weight: 500;
  width: 100%;
  margin-top: 25px;
  text-align: center;
}
.story-cta a:hover,
.order-cta a:hover,
.story-cta a:focus,
.order-cta a:focus {
  text-decoration: none;
}
.story-cta__button,
.order-cta__button {
  color: white;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 20px;
}
.story-cta__subtext,
.order-cta__subtext {
  color: #9b9b9b;
  font-size: 12px;
  margin: 0 20px;
}
.video-cta {
  display: table;
  border-radius: 100px;
  border: 3px solid white;
  text-align: center;
  overflow: hidden;
}
.video-cta__icon {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  line-height: 0;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 50px white;
}
.video-cta__icon:after {
  content: '';
  display: inline-block;
  position: relative;
  left: 3px;
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-right: 0px;
  border-bottom: 12px solid transparent;
  border-top: 12px solid transparent;
}
.video-cta__description {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  background-color: white;
  color: #4A4A4A;
}
.order-cta__button {
  background-color: #7ed321;
  box-shadow: 0px 4px 0px 0px #5da708;
  -moz-box-shadow: 0px 4px 0px 0px #5da708;
  -webkit-box-shadow: 0px 4px 0px 0px #5da708;
}
.story-cta__button {
  background-color: #ff8300;
  box-shadow: 0px 4px 0px 0px #cd4800;
  -moz-box-shadow: 0px 4px 0px 0px #cd4800;
  -webkit-box-shadow: 0px 4px 0px 0px #cd4800;
}
.hero-heading {
  color: #ff8300;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
.hero {
  position: relative;
  z-index: 0;
  overflow: hidden;
  font-weight: 500;
  background-image: url(/assets/img/homepage/2016/tise-homepage-hero-small.jpg);
  background-size: auto 100%;
  background-position: 50% bottom;
  background-repeat: no-repeat;
  background-origin: content-box;
  padding-top: 46px;
  padding-bottom: 80px;
}
.hero .container {
  position: relative;
}
.hero .tise-photo {
  display: none;
}
.hero .quote {
  position: relative;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  top: 30px;
  left: 30px;
  width: 45%;
}
.hero .quote .source {
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
}
.hero .order-cta {
  position: absolute;
  bottom: -70px;
  left: 8%;
  width: 84%;
}
.hero .order-cta__button {
  font-size: 16px;
  margin-bottom: 10px;
}
.hero .order-cta__subtext {
  font-size: 11px;
  margin: 0 10px;
}
@media (min-width: 480px) {
  .hero {
    background-image: url(/assets/img/homepage/2016/bricks.jpg);
    background-repeat: repeat-x;
  }
  .hero .tise-photo {
    display: block;
    position: absolute;
    bottom: 0;
    right: -30px;
    height: 90%;
  }
  .hero .quote {
    font-size: 20px;
  }
  .hero .quote .source {
    font-size: 14px;
  }
  .hero .order-cta__button {
    font-size: 18px;
  }
  .hero .order-cta__subtext {
    font-size: 12px;
    margin: 0 20px;
  }
}
@media (min-width: 768px) {
  .hero {
    padding-top: 75px;
    padding-bottom: 0;
    background-image: url(/assets/img/homepage/2016/bricks.jpg);
  }
  .hero .quote {
    font-size: 36px;
  }
  .hero .quote .source {
    font-size: 18px;
    margin-top: 10px;
  }
  .hero .order-cta {
    bottom: 15px;
    width: 40%;
  }
  .hero .order-cta__subtext {
    color: white;
  }
}
@media (min-width: 992px) {
  .hero {
    padding-top: 90px;
  }
  .hero .tise-photo {
    right: 0;
  }
  .hero .quote {
    width: 45%;
  }
}
.hero:not(.hero--santander) .container {
  min-height: 380px;
}
@media (min-width: 480px) {
  .hero:not(.hero--santander) .container {
    min-height: 360px;
  }
}
@media (min-width: 768px) {
  .hero:not(.hero--santander) .container {
    min-height: 480px;
  }
}
@media (min-width: 992px) {
  .hero:not(.hero--santander) .container {
    min-height: 625px;
  }
}
.speech-bubble {
  position: relative;
  padding: 15px;
  border: solid 2px #ff8300;
  border-radius: 10px;
  font-size: 13px;
  background-color: #ffffff;
}
.speech-bubble__heading {
  color: #ff8300;
  font-size: 20px;
  margin-bottom: 5px;
}
.speech-bubble__source {
  margin-top: 10px;
  text-align: right;
}
.speech-bubble__tick {
  width: 40px;
  height: 30px;
  position: absolute;
  overflow: hidden;
}
.speech-bubble__tick:before,
.speech-bubble__tick:after {
  content: '';
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
}
.speech-bubble__tick:before {
  box-shadow: -25px 40px 0 0 #ff8300;
  top: -53px;
  left: 30px;
}
.speech-bubble__tick:after {
  box-shadow: -20px 40px 0 0 #ffffff;
  top: -52px;
  left: 27px;
}
.davina-hero {
  font-weight: 500;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.davina-hero .container--heading {
  position: relative;
  border-bottom: 1px solid #555555;
  z-index: 1;
}
.davina-hero .container--davina {
  position: relative;
  background: url(/assets/img/homepage/2016/davina.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 75% center;
  height: 360px;
}
.davina-hero .video-cta {
  position: absolute;
  bottom: 0px;
  margin-bottom: 35px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.davina-hero .speech-bubble {
  margin-top: -20px;
  margin-bottom: 20px;
}
.davina-hero .speech-bubble__tick {
  top: -30px;
  left: 10px;
}
@media (min-width: 480px) {
  .davina-hero .container--davina {
    background-position: right center;
  }
}
@media (min-width: 768px) {
  .davina-hero {
    background: white;
    background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(50%, white), color-stop(51%, #dfe0df), color-stop(100%, #dfe0df));
    background: linear-gradient(to right, white 0%, white 50%, #dfe0df 51%, #dfe0df 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#dfe0df', GradientType=1);
  }
  .davina-hero .container--heading {
    border-bottom: none;
  }
  .davina-hero .container--davina {
    position: absolute;
    top: 0;
    height: 100%;
    left: 70%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  .davina-hero .container--davina .video-cta {
    left: 55%;
  }
  .davina-hero .hero-heading {
    margin: 35px 0;
    width: 50%;
    text-align: left;
  }
  .davina-hero .speech-bubble {
    width: 60%;
    margin: 35px 0;
    bottom: 0;
  }
  .davina-hero .speech-bubble__tick {
    top: 10px;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    right: -35px;
    left: inherit;
  }
}
@media (min-width: 992px) {
  .davina-hero .container--davina {
    left: 50%;
  }
  .davina-hero .container--davina .video-cta {
    left: 75%;
  }
}
.story {
  position: relative;
  z-index: 0;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.story .story-component {
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.story .story-component img {
  position: relative;
  width: 100%;
}
.story .story-component img.screen {
  position: absolute;
  top: 12%;
  width: 88%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  border: 1px solid black;
  border-radius: 4px;
}
.story .story-component img.transaction-details {
  position: absolute;
  z-index: 1;
  width: 120%;
  left: -10%;
  top: 45%;
}
.story .story-component img.tag {
  position: absolute;
  width: 130%;
  left: -15%;
  top: 0;
  z-index: -1;
}
.story .story-component img.tag--front {
  z-index: 1;
}
.story .story-component p {
  margin-bottom: 15px;
}
.story .story-title {
  font-size: 22px;
  margin-bottom: 10px;
  width: 100%;
}
.story .story-description {
  font-size: 14px;
}
.story:nth-of-type(2n) .container,
.story.reverse .container {
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.story .img-wrapper {
  position: relative;
  margin: 0 auto;
  width: 80%;
  z-index: 0;
}
.story .img-wrapper--sm {
  width: 70%;
}
.story .img-wrapper--xs {
  width: 60%;
}
.story .img-wrapper--bottom {
  margin-bottom: -30%;
}
.story .order-cta__subtext {
  color: white;
}
@media (min-width: 768px) {
  .story {
    text-align: left;
  }
  .story .story-component {
    -moz-flex: 1 1 49.9%;
    -ms-flex: 1 1 49.9%;
    flex: 1 1 49.9%;
  }
  .story .story-component img.screen {
    border-width: 2px;
  }
  .story .story-component img.transaction-details {
    position: absolute;
    z-index: 1;
    width: 130%;
    left: -15%;
    top: 45%;
  }
  .story .story-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .story .story-description {
    font-size: 18px;
  }
}
.story--orange {
  background: #ff8400;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff8400), color-stop(100%, #cd4800));
  background: linear-gradient(to bottom, #ff8400 0%, #cd4800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8400', endColorstr='#cd4800', GradientType=0);
}
.story--orange-flat {
  background-color: #ff8300;
}
.story--green {
  background: #7dd321;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #7dd321), color-stop(100%, #5ca40f));
  background: linear-gradient(to bottom, #7dd321 0%, #5ca40f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7dd321', endColorstr='#5ca40f', GradientType=0);
}
.story--blue {
  background: #4489e9;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #4489e9), color-stop(100%, #215db1));
  background: linear-gradient(to bottom, #4489e9 0%, #215db1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4489e9', endColorstr='#215db1', GradientType=0);
}
.story--yellow {
  background: #ead300;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ead300), color-stop(100%, #cf9800));
  background: linear-gradient(to bottom, #ead300 0%, #cf9800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ead300', endColorstr='#cf9800', GradientType=0);
}
.story--red {
  background: #ec0000;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ec0000), color-stop(100%, #bc0000));
  background: linear-gradient(to bottom, #ec0000 0%, #bc0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec0000', endColorstr='#bc0000', GradientType=0);
}
.story--grey {
  background-color: #eeece8;
}
.story--grey .story-title {
  color: #ff8300;
}
.story--grey .story-description {
  color: #333333;
}
.story--white {
  color: #333333;
}
.story--flex .container {
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.homepage .container {
  max-width: 992px;
}
.homepage .container.floating {
  position: relative;
  text-align: center;
  margin-top: 20px;
  margin-bottom: -100px;
}
.homepage .container.floating img {
  width: 100%;
}
.homepage .container.floating .story-cta {
  display: inline-block;
  width: 60%;
  position: absolute;
  bottom: -20%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  margin-top: 0;
}
.homepage .container.floating .story-cta__button {
  font-size: 13px;
  padding: 10px 20px;
}
@media (min-width: 480px) {
  .homepage .container.floating {
    margin-top: 40px;
    margin-bottom: -100px;
  }
  .homepage .container.floating .story-cta {
    width: auto;
    bottom: -10%;
  }
  .homepage .container.floating .story-cta__button {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .homepage .container.floating {
    margin-bottom: -150px;
  }
  .homepage .container.floating .story-cta {
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .homepage .container.floating {
    margin-bottom: -200px;
  }
}
@media (min-width: 1200px) {
  .homepage .container.floating .story-cta__button {
    font-size: 18px;
    padding: 20px 52px;
  }
}
.homepage.santander .santander-plus-osper-hero {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}
.homepage.santander .santander-plus-osper-hero a {
  text-decoration: underline;
}
.homepage.santander .santander-plus-osper-hero h1 {
  font-size: 24px;
  font-weight: bold;
  color: #EEEBE8;
  white-space: nowrap;
}
.homepage.santander .santander-plus-osper-hero h1 .santander-red {
  color: #EC0000;
}
.homepage.santander .santander-plus-osper-hero h1 .osper-orange {
  color: #ff8300;
}
.homepage.santander .santander-plus-osper-hero .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.homepage.santander .santander-plus-osper-hero .container > div:nth-child(2) {
  padding: 20px 30px;
}
.homepage.santander .santander-plus-osper-hero .container > div:nth-child(1),
.homepage.santander .santander-plus-osper-hero .container > div:nth-child(3) {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.homepage.santander .santander-plus-osper-hero .container img {
  width: 100%;
}
@media (min-width: 480px) {
  .homepage.santander .santander-plus-osper-hero h1 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .homepage.santander .santander-plus-osper-hero h1 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .homepage.santander .santander-plus-osper-hero h1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .homepage.santander .santander-plus-osper-hero .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .homepage.santander .santander-plus-osper-hero .container > div:nth-child(2) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-order: 1;
        order: 1;
  }
}
.homepage.santander .story .order-cta__subtext a {
  color: inherit;
  text-decoration: underline;
}
.homepage.santander .story-grey .story-title {
  color: #EC0000;
}
.partnership.santander .story {
  text-align: center;
}
.partnership.santander .card {
  border: 2px solid #EEEBE8;
  border-radius: 8px;
  margin-top: 30px;
  padding: 30px 40px;
}
.partnership.santander .card img {
  height: 60px;
  margin-bottom: 20px;
}
.hero--santander {
  background-image: url(/assets/img/santander/mobile-hero-bg.png), linear-gradient(to right, #EC0000 25%, #ff8300 75%);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: border-box;
  padding-top: 60px;
  padding-bottom: 0!important;
}
.hero--santander h1 {
  position: relative;
  color: #ffffff;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.hero--santander .order-cta {
  background-color: white;
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0 15px;
}
.hero--santander .order-cta__wrapper {
  position: relative;
  max-width: 992px;
  margin: 0 auto;
}
.hero--santander .order-cta__button {
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.hero--santander .order-cta__subtext {
  margin: 0 30px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.hero--santander .order-cta__subtext a {
  color: inherit;
  text-decoration: underline;
}
@media (min-width: 480px) {
  .hero--santander {
    background-image: url(/assets/img/santander/hero-bg.png), linear-gradient(to right, #EC0000 25%, #ff8300 75%);
  }
  .hero--santander h1 {
    font-size: 28px;
  }
  .hero--santander .order-cta__button {
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .hero--santander {
    padding-top: 90px;
  }
  .hero--santander .order-cta__button {
    margin-bottom: 0;
    padding-left: 70px;
    padding-right: 70px;
  }
  .hero--santander .order-cta__subtext {
    position: absolute;
    text-align: left;
    top: -100px;
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    left: 45%;
    margin-left: 180px;
    padding-left: 15px;
    padding-bottom: 6px;
  }
}
.hero--santander--index img {
  position: absolute;
}
.hero--santander--index img.phone-bg {
  width: 100%;
}
.hero--santander--index img.phone-fg {
  width: 86%;
  left: 7%;
  margin-top: 25%;
  border: 1px solid black;
  border-radius: 4px;
}
.hero--santander--index img.card {
  width: 60%;
  bottom: 20px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.hero--santander--index img.arrows {
  display: none;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.hero--santander--index img.limited-cards-txt {
  left: 80%;
  top: 45%;
  max-width: 35%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.hero--santander--index .header-images {
  position: relative;
  width: 60%;
}
.hero--santander--index .container {
  min-height: 480px;
}
@media (min-width: 480px) {
  .hero--santander--index img.card {
    width: 300px;
  }
  .hero--santander--index img.limited-cards-txt {
    left: 70%;
    top: 40%;
  }
  .hero--santander--index .header-images {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .hero--santander--index img.card {
    width: 360px;
    bottom: 100px;
    left: 45%;
  }
  .hero--santander--index img.limited-cards-txt {
    left: 90%;
    top: 55%;
  }
  .hero--santander--index img.arrows {
    display: inline-block;
    left: 75%;
    top: 60%;
  }
  .hero--santander--index img.phone-fg {
    border-width: 2px;
  }
  .hero--santander--index .header-images {
    margin-top: 30px;
  }
  .hero--santander--index h1 {
    position: absolute;
    left: 55%;
    font-size: 36px;
    text-align: left;
  }
  .hero--santander--index .container {
    min-height: 625px;
  }
}
@media (min-width: 992px) {
  .hero--santander--index .header-images {
    width: 40%;
  }
  .hero--santander--index img.limited-cards-txt {
    left: 85%;
    top: 62%;
  }
  .hero--santander--index img.arrows {
    left: 70%;
    top: 65%;
  }
  .hero--santander--index h1 {
    left: 50%;
    width: 50%;
    font-size: 42px;
  }
  .hero--santander--index .container {
    min-height: 780px;
    padding-top: 80px;
  }
}
.hero--santander--partnership .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.hero--santander--partnership img {
  max-width: 100%;
}
.hero--santander--partnership h1 {
  font-size: 32px;
}
@media (min-width: 768px) {
  .hero--santander--partnership h1 {
    font-size: 42px;
  }
  .hero--santander--partnership .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.homepage:not(.santander) .footer-main .container {
  margin-top: 80px;
}
@media (min-width: 480px) {
  .homepage:not(.santander) .footer-main .container {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .homepage:not(.santander) .footer-main .container {
    margin-top: 130px;
  }
}
@media (min-width: 992px) {
  .homepage:not(.santander) .footer-main .container {
    margin-top: 180px;
  }
}
.underlined,
.underline {
  text-decoration: underline;
}
.condensed-row {
  margin-left: 0;
  margin-right: 0;
}
.condensed-row > * {
  padding-left: 0;
  padding-right: 0;
}
.ghost {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.inline-block {
  display: inline-block;
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.underline,
.underlined {
  text-decoration: underline;
}
.relative {
  position: relative;
}
.margin-bottom-negative {
  margin-bottom: -10px;
}
.xs-align-left {
  text-align: left;
}
.xs-align-right {
  text-align: right;
}
.xs-align-center {
  text-align: center;
}
.xs-inline-block {
  display: inline-block;
}
.visible-xs-inline-block {
  display: none !important;
}
.home-spacer {
  height: 50px;
  clear: both;
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 480px) {
  .xs-break {
    clear: both;
  }
  .margin-bottom-negative {
    margin-bottom: -10px;
  }
}
@media (min-width: 768px) {
  .sm-align-left {
    text-align: left;
  }
  .sm-align-right {
    text-align: right;
  }
  .sm-align-center {
    text-align: center;
  }
  .sm-vertical-top {
    vertical-align: top;
  }
  .sm-vertical-middle {
    vertical-align: middle;
  }
  .sm-vertical-bottom {
    vertical-align: bottom;
  }
  .sm-padding-right {
    padding-right: 20px;
  }
}
.align-right {
  text-align: right;
}
.hidetext {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
p.quote {
  font-weight: 700;
  font-size: 15px;
}
.valign-top {
  vertical-align: top;
}
.valign-middle {
  vertical-align: middle;
}
.valign-bottom {
  vertical-align: bottom;
}
.nomargin {
  margin-bottom: 0;
}
.orange {
  color: #ff8300;
}
.green {
  color: #66B114;
}
.red {
  color: #dd4e22;
}
.santander-red {
  color: #EC0000;
}
.darkblue,
.darkblue:hover {
  color: #00527f;
}
.darkblue {
  color: #004577;
}
.white {
  color: white;
}
.lightgray {
  color: #cccccc;
}
.italic {
  font-style: italic;
}
.inline-block {
  display: inline-block;
}
.overflow-visible {
  overflow: visible !important;
}
.margin-vertical-40 {
  margin: 40px 0;
}
.boxed {
  padding: 20px;
  border-radius: 5px;
}
.boxed.orange {
  border: 1px solid #ff8300;
}
.text-small {
  font-size: 13px;
}
.text-large {
  font-size: 18px;
}
.text-gray {
  color: #555555;
}
.small-print p {
  color: #555555;
  font-size: 13px;
}
.border-grey {
  outline: 1px solid #eeeeee;
}
.overlay-color {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 50;
}
.fade-to-white-gradient {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.flex-stretch {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.flex-compress {
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.santander h2 {
  font-size: 30px;
  font-weight: 500;
  color: #EC0000;
}
.santander .btn-nobg-light-stroke {
  color: #ff8300;
  border-color: #ff8300;
}
.santander .module-orange {
  background: #EC0000;
  background-image: url(/assets/img/santander/mobile-hero-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.santander .module-orange .container {
  padding-top: 50px;
}
.santander .gift-wrapper h2 {
  font-size: 23px;
}
.no-backgroundsize .objects-card {
  background: url(/assets/img/ie/osper-card.png);
}
.no-backgroundsize .objects-phone {
  background: url(/assets/img/ie/mobile-app.png);
}
.no-backgroundsize #about-img-1 {
  background-image: url(/assets/img/two-apps.png) !important;
}
.no-backgroundsize #about-img-2 {
  background-image: url(/assets/img/ie/attach-debit-card.png) !important;
}
.no-backgroundsize #about-img-3 {
  background-image: url(/assets/img/ie/guides/allowance-3.png) !important;
}
.no-backgroundsize #about-img-4 {
  background-image: url(/assets/img/ie/where-osper-can-be-used.png) !important;
}
.no-backgroundsize #about-img-5 {
  background-image: url(/assets/img/ie/check-your-balance.png) !important;
}
.no-backgroundsize #about-img-6 {
  background-image: url(/assets/img/ie/guides/load-1-home.png) !important;
}
.no-backgroundsize #order-header-img,
.no-backgroundsize #joining-header-img {
  background-image: url(/assets/img/ie/guides/getstarted-header-image.png) !important;
}
.no-backgroundsize #joining-img-1 {
  background-image: url(/assets/img/ie/guides/need-1.png) !important;
}
.no-backgroundsize #joining-img-2 {
  background-image: url(/assets/img/ie/guides/need-2.png) !important;
}
.no-backgroundsize #joining-img-3 {
  background-image: url(/assets/img/ie/guides/getstarted-1.png) !important;
}
.no-backgroundsize #joining-img-4 {
  background-image: url(/assets/img/ie/guides/getstarted-2.png) !important;
}
.no-backgroundsize #joining-img-5 {
  background-image: url(/assets/img/ie/pricing.png) !important;
}
.no-backgroundsize #using-img-1 {
  background-image: url(/assets/img/ie/guides/load-header-image.png) !important;
}
.no-backgroundsize #using-img-2 {
  background-image: url(/assets/img/ie/guides/load-1-home.png) !important;
}
.no-backgroundsize #using-img-3 {
  background-image: url(/assets/img/ie/guides/allowance-1.png) !important;
}
.no-backgroundsize #using-img-4 {
  background-image: url(/assets/img/ie/guides/allowance-4.png) !important;
}
.no-backgroundsize #using-img-5 {
  background-image: url(/assets/img/ie/check-your-balance.png) !important;
}
.no-backgroundsize #using-img-6 {
  background-image: url(/assets/img/ie/where-osper-can-be-used.png) !important;
}
.no-backgroundsize #using-img-7 {
  background-image: url(/assets/img/ie/guides/savings-1.png) !important;
}
.no-backgroundsize #using-img-8 {
  background-image: url(/assets/img/ie/guides/whatdoweneed-header-image.png) !important;
}
.no-backgroundsize #safety-img-1 {
  background-image: url(/assets/img/ie/guides/safety-header-image.png) !important;
}
.no-backgroundsize #safety-img-2 {
  background-image: url(/assets/img/ie/guides/pin-1.png) !important;
}
.no-backgroundsize #safety-img-3 {
  background-image: url(/assets/img/ie/guides/lock-1.png) !important;
}
.no-backgroundsize #safety-img-4 {
  background-image: url(/assets/img/ie/prepaid.png) !important;
}
.no-backgroundsize #safety-img-5 {
  background-image: url(/assets/img/ie/mastercard-real.png) !important;
}
.no-backgroundsize #safety-img-6 {
  background-image: url(/assets/img/ie/guides/safety-5.png) !important;
}
.no-backgroundsize #order-card-failed-img {
  background-image: url(/assets/img/ie/guides/getstarted-header-image-order.png) !important;
}
.no-backgroundsize #order-card-success-img {
  background-image: url(/assets/img/ie/guides/getstarted-header-image-order.png) !important;
}
.no-backgroundsize .section-guide-wrapper {
  width: 370px;
}
.no-backgroundsize .ie-fullwidth.section-guide-wrapper {
  width: 940px;
}
.nav-menu .nav-menu__item:active {
  box-shadow: none;
}
.flex-row {
  display: -ms-flexbox;
  display: flex;
}
.flex-row > * {
  margin-left: 10px;
}
.flex-row > *:first-child {
  margin-left: 0;
}
.flex-row .flex-fix {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.flex-row .flex-auto {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.js-order-form {
  margin-bottom: 100px;
}
/* @import "nat-geo-kids"; */
