@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

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: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

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; }

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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; }

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]: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; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Nunito", "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #646772;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #06AEFF;
  text-decoration: none; }
  a:hover, a:focus {
    color: #007cb9;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

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.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  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; }

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #1f2023; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 22px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #06AEFF; }

a.text-primary:hover,
a.text-primary:focus {
  color: #008ed2; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #06AEFF; }

a.text-warning:hover,
a.text-warning:focus {
  color: #008ed2; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #06AEFF; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #008ed2; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 0; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@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; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  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: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .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, .col-xs-12 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

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

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

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

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

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

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

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

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

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

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

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

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

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

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

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

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

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

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

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

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

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

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

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

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

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

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

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

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

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

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

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

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

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

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

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

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

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

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

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

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

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

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

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

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

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

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

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

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

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

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

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

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

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

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

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

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

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

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

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

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

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

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

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

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

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

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

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

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

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

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

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

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

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

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

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

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

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

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

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

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

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 13px 15px;
  padding-bottom: 13px 15px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 13px 15px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid transparent; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid transparent; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid transparent; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid transparent; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid transparent; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid transparent; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 42px; } }
.form-group {
  margin-bottom: 25px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  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="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 42px;
  line-height: 42px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 42px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 42px;
  line-height: 42px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 42px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #06AEFF; }
.has-warning .form-control {
  border-color: #06AEFF;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #008ed2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6ccfff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6ccfff; }
.has-warning .input-group-addon {
  color: #06AEFF;
  border-color: #06AEFF;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #06AEFF; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a5a8b0; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.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 .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #06AEFF;
  border-color: #009fec; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #008ed2;
    border-color: #00496c; }
  .btn-primary:hover {
    color: #fff;
    background-color: #008ed2;
    border-color: #0076ae; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #008ed2;
    border-color: #0076ae; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #0076ae;
      border-color: #00496c; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #06AEFF;
    border-color: #009fec; }
  .btn-primary .badge {
    color: #06AEFF;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #06AEFF;
  border-color: #06AEFF; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #008ed2;
    border-color: #005a86; }
  .btn-warning:hover {
    color: #fff;
    background-color: #008ed2;
    border-color: #0087c8; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #008ed2;
    border-color: #0087c8; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #0076ae;
      border-color: #005a86; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #06AEFF;
    border-color: #06AEFF; }
  .btn-warning .badge {
    color: #06AEFF;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #06AEFF;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #007cb9;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.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;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.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: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.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: #06AEFF; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.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-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.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;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.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 {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-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 > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.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-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-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,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.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: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #e5e5e5;
  border-radius: 6px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #06AEFF;
      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 > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #007cb9;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #06AEFF;
    border-color: #06AEFF;
    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: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }
.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: 12px;
  line-height: 1.5; }
.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: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .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: #777777;
    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:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #06AEFF; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #008ed2; }

.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: #06AEFF; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #008ed2; }

.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: 12px;
  font-weight: bold;
  color: #646772;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: transparent;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #06AEFF;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #eee;
  background-image: url(/img/waves.svg), url(/img/waves_color.svg), linear-gradient(-135deg, #090d79 0%, #278FF4 50%, #00CAFF 100%);
  background-size: 107%, 107%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-origin: border-box; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: #fff; }
  .jumbotron > hr {
    border-top-color: #008ed2; }
  .container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 42px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #646772; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #06AEFF; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  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,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #06AEFF; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #008ed2; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #06AEFF;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-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-image: -o-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-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: -webkit-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-image: -o-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-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: #06AEFF; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-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-image: -o-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-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: -webkit-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-image: -o-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-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 {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.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 transparent; }
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

a.list-group-item,
button.list-group-item {
  color: #646772; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #646772;
    background-color: #f3f3f3; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #06AEFF;
  background-color: #f3f3f3;
  border-color: #f3f3f3; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: white; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #06AEFF;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #06AEFF; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #06AEFF;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #06AEFF;
    border-color: #06AEFF; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 20px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 20px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 20px;
    padding-right: 20px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 9px;
  border-top-left-radius: 9px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 9px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 9px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 9px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 9px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid transparent; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 10px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      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: #646772;
    background-color: transparent;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: transparent;
      background-color: #646772; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #06AEFF; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #06AEFF;
    border-color: #06AEFF; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #06AEFF; }
    .panel-primary > .panel-heading .badge {
      color: #06AEFF;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #06AEFF; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #06AEFF;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #06AEFF; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  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: 21px;
  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: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  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: 20px 30px 0;
  border-bottom: 1px solid transparent; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 20px 30px; }

.modal-footer {
  padding: 20px 30px;
  text-align: right;
  border-top: 1px solid transparent; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .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; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Nunito", "Trebuchet MS", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  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;
  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;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Nunito", "Trebuchet MS", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .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: 14px;
  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: #999999;
  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: #999999;
  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: #999999;
  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: #999999;
  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; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.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; }

.affix {
  position: fixed; }

.giftCard {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
  padding: 0 7px;
  width: 20%; }
  @media (min-width: 480px) and (max-width: 767px) {
    .giftCard:nth-child(2n+1) {
      clear: left; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .giftCard:nth-child(3n+1) {
      clear: left; } }
  @media (min-width: 992px) {
    .giftCard:nth-child(4n+1) {
      clear: left; } }

.giftCard-link {
  display: block;
  margin-right: auto;
  margin-left: auto; }
  .giftCard-link, .giftCard-link:hover, .giftCard-link:focus, .giftCard-link:active {
    text-decoration: none; }

.giftCard-image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 8px; }

.giftCard-name {
  display: block;
  color: #646772;
  padding-top: 10px; }

.giftCard-discount {
  display: block;
  color: #b0b0b0;
  font-size: 12px;
  font-weight: 400; }

@media (max-width: 992px) {
  .giftCard {
    width: 33.3333333333%; } }
@media (max-width: 768px) {
  .giftCard {
    width: 50%; }

  .giftCard-name {
    margin-top: 5px; } }
@media (max-width: 480px) {
  .giftCard-image {
    margin-bottom: 0; }

  .giftCard-link {
    padding: 20px 0; }

  .giftCard-name {
    max-width: 90%;
    margin: 5px auto 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }
.footer-column {
  padding: 0 15px; }

.footer-column:first-child,
.footer-column:last-child {
  padding: 0; }

.footer__links-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.footer-title {
  color: #1f2023;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px; }

.footer-text {
  font-size: 12px; }

.footer-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 40px; }

.footer-default {
  background-color: #f4f5f7;
  color: #b0b0b0;
  padding: 70px 0; }

.footer-item {
  padding: 8px 0; }

.footer-link {
  color: #646772; }
  .footer-link:hover {
    color: #646772; }
  .footer-link:active, .footer-link:focus {
    color: #646772; }

@media (max-width: 600px) {
  .footer-column,
  .footer-column:first-child,
  .footer-column:last-child {
    padding: 0 15px;
    width: 50%; } }
@media (max-width: 350px) {
  .footer-column,
  .footer-column:first-child,
  .footer-column:last-child {
    width: 100%; } }
/*-------------------General--------------------*/
.navbar {
  margin-bottom: 0px;
  border-radius: 0px;
  background: #FFFFFF;
  min-height: 60px;
  margin-bottom: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  position: relative; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }

.navbar-header {
  transition: all ease 0.1s;
  height: 60px;
  background-color: white;
  z-index: 10;
  position: relative; }

.nav-item {
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  white-space: nowrap; }
  .nav-item a {
    color: #4A4A4A; }

.navbar-header,
.navbar-links-wrapper,
.nav-cart-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

/*-------------------Hamburger button--------------------*/
#navbar-toggle-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 35px;
  min-height: 14px;
  margin: 0px;
  width: 50px; }
  @media (min-width: 769px) {
    #navbar-toggle-button {
      display: none; } }
  #navbar-toggle-button:focus {
    outline: none; }

.navbar-toggle {
  border: 0px solid white;
  border-radius: 4px;
  background-color: transparent;
  background-image: none;
  padding: 0px;
  display: flex;
  margin: 0px;
  height: 100%; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 1px;
    background-color: #646772;
    transition: transform 0.3s, opacity 0.2s; }

/*-------------------Logo--------------------*/
.nav-brand-title {
  width: 40%;
  max-width: 110px;
  margin-left: 0; }

.navbar-brand {
  padding: 15px 0;
  font-size: 18px;
  line-height: 20px;
  height: 60px;
  color: white; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand img {
    width: 100%;
    padding: 1px; }

/*-------------------Link Section--------------------*/
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }

.navbar-left {
  display: flex;
  justify-content: flex-end; }

/* to compensate for the nav taking no space in the brand page because it is
fixed, we add the extra space as padding */
.brand-page {
  padding-top: 60px; }

.nav-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 98; }

.nav-cart-wrapper {
  margin-left: auto; }

.navbar-collapse-big {
  padding-right: 0; }

.cart {
  padding: 0;
  display: flex;
  align-items: center;
  margin-left: 0; }

.cart-group {
  opacity: 1;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  height: 100%;
  transition: all 0.1s ease; }
  .cart-group[disabled], .cart-group.disabled {
    pointer-events: none; }
    .cart-group[disabled] .cart-icon, .cart-group.disabled .cart-icon {
      opacity: 0.8;
      transition: all 0.25s ease; }
    .cart-group[disabled] #cart-counter, .cart-group.disabled #cart-counter {
      transform: scale(0);
      transition: transform 0.25s ease-in-out; }

.cart-icon {
  width: 50px;
  height: auto;
  min-height: 50px;
  text-align: center;
  padding: 8px 6px 8px 8px;
  position: relative;
  transition: opacity 0.25s ease-in-out; }

#cart-counter {
  background: #7854A3;
  color: #fff;
  right: -9px;
  top: 0;
  width: 25px;
  padding: 3px 4px;
  text-align: center;
  border-radius: 15px;
  z-index: 1;
  position: absolute;
  font-size: 13px;
  transform: scale(1);
  transition: transform 0.25s ease-in-out; }

.nav-transparent .not-index-cart {
  display: none; }

.index-cart {
  display: none; }

/*-------------------Index Nav--------------------*/
#primary-nav.nav-transparent {
  box-shadow: none;
  background-color: transparent;
  margin-bottom: -60px;
  color: white;
  position: relative; }
  #primary-nav.nav-transparent .navbar-header {
    background-color: transparent; }
  #primary-nav.nav-transparent .nav-item {
    color: #fff; }
  #primary-nav.nav-transparent .nav-item a {
    color: #fff; }
  #primary-nav.nav-transparent span.icon-bar {
    background-color: #ffffff; }
  #primary-nav.nav-transparent .searchbar {
    display: none; }
  #primary-nav.nav-transparent .index-cart {
    display: block; }

/*-------------------Shrink Mixin--------------------*/
nav.shrink {
  min-height: 60px !important;
  transition: all ease 0.1s; }
  nav.shrink .navbar-header {
    display: flex;
    align-items: center;
    height: 60px;
    transition: all ease 0.1s; }
    nav.shrink .navbar-header .nav-brand-title {
      margin: 0; }
    nav.shrink .navbar-header .navbar-collapse {
      padding-right: 0; }
    nav.shrink .navbar-header .nav-cart-wrapper,
    nav.shrink .navbar-header .navbar-collapse {
      height: 60px;
      align-items: center;
      display: flex; }
    nav.shrink .navbar-header .cart, nav.shrink .navbar-header .cart-group {
      max-height: 100%;
      height: auto;
      transition: all ease 0.1s; }
      nav.shrink .navbar-header .cart .cart-icon, nav.shrink .navbar-header .cart-group .cart-icon {
        width: 50px !important;
        height: 50px !important;
        transition: all ease 0.3s; }
      nav.shrink .navbar-header .cart #cart-counter, nav.shrink .navbar-header .cart-group #cart-counter {
        top: 0 !important;
        right: -10px !important; }

/*------------ Mobile Nav ----------------*/
.navbar-collapse-small .navbar-links-wrapper {
  -webkit-transform: none;
  transform: none;
  display: block;
  opacity: 1;
  pointer-events: auto;
  will-change: transform,opacity, display;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity, display;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.navbar-collapse-small.collapse .navbar-links-wrapper {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 0; }

@media (max-width: 768px) {
  nav {
    min-height: 60px !important;
    transition: all ease 0.1s; }
    nav .navbar-header {
      display: flex;
      align-items: center;
      height: 60px;
      transition: all ease 0.1s; }
      nav .navbar-header .nav-brand-title {
        margin: 0; }
      nav .navbar-header .navbar-collapse {
        padding-right: 0; }
      nav .navbar-header .nav-cart-wrapper,
      nav .navbar-header .navbar-collapse {
        height: 60px;
        align-items: center;
        display: flex; }
      nav .navbar-header .cart, nav .navbar-header .cart-group {
        max-height: 100%;
        height: auto;
        transition: all ease 0.1s; }
        nav .navbar-header .cart .cart-icon, nav .navbar-header .cart-group .cart-icon {
          width: 50px !important;
          height: 50px !important;
          transition: all ease 0.3s; }
        nav .navbar-header .cart #cart-counter, nav .navbar-header .cart-group #cart-counter {
          top: 0 !important;
          right: -10px !important; }

  .nav-brand-title {
    margin: auto; }

  .nav-cart-wrapper {
    margin-left: 0; }

  .navbar-collapse-big {
    display: none; }

  .nav-item {
    margin-left: 1%;
    margin-right: 1%; }

  .nav-item.acquire-link {
    display: none;
    visibility: hidden; }

  .acquire-link__sm {
    display: block;
    font-weight: 700; }

  .nav-cart-wrapper .cart .cart-icon {
    width: 50px !important;
    height: 50px !important; }
  .nav-cart-wrapper .cart #cart-counter {
    top: -2px; }

  nav .navbar-collapse.navbar-collapse-big {
    display: none; }

  .navbar-toggle__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 35px;
    min-height: 14px;
    margin: 0px;
    width: 50px; }

  #primary-nav .navbar-links-wrapper {
    position: relative;
    flex-direction: column;
    background-color: #fff;
    padding: 15px;
    align-items: baseline;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    #primary-nav .navbar-links-wrapper .nav-item a {
      color: #646772; }

  .navbar-collapse-small {
    position: absolute;
    top: 60px;
    z-index: 20000;
    width: 100%;
    left: 0; }
    .navbar-collapse-small.collapse {
      z-index: -10000;
      transform: scale(0);
      transition: transform 0.5s ease-in; }

  .icon-bar:nth-child(2) {
    transform: rotate(-45deg);
    transform-origin: right top; }

  .icon-bar:nth-child(4) {
    transform: rotate(45deg);
    transform-origin: right bottom; }

  .icon-bar:nth-child(3) {
    opacity: 0; }

  .collapse .icon-bar:nth-child(2) {
    transform: rotateX(0deg);
    transform-origin: right top; }
  .collapse .icon-bar:nth-child(3) {
    opacity: 1; }
  .collapse .icon-bar:nth-child(4) {
    transform: rotateX(0deg);
    transform-origin: right bottom; } }
@media (min-width: 768px) {
  .collapse {
    display: none; } }
.card-cell-title {
  cursor: pointer; }

.sorting-desc .card-cell-title__text::after {
  width: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #636772;
  position: absolute;
  top: 42%;
  border-radius: 3px;
  right: -15px; }

.sorting-asc .card-cell-title__text::after {
  width: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #636772;
  position: absolute;
  top: 42%;
  border-radius: 3px;
  right: -15px; }

.card-cell-title__text {
  position: relative;
  margin-bottom: 0;
  display: inline-block; }

.cards-for-brand.table thead {
  background-color: transparent;
  color: #646772; }
  .cards-for-brand.table thead th {
    font-weight: 600; }

.sidebar-brand-content .brand-logo {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 10px; }
.sidebar-brand-content .panel.panel-default {
  border: none;
  box-shadow: none; }
.sidebar-brand-content .panel-body, .sidebar-brand-content .panel-heading {
  padding-left: 0;
  padding-right: 0; }

.table tbody tr td.card-cell,
.table thead tr th.card-cell-title {
  border-bottom: 1px solid #EBEBEB; }

.table tbody tr td,
.table tbody tr th {
  width: 20%; }

.out-of-stock__wrapper {
  margin: 20px auto 50px auto;
  padding: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border: 1px #f4f5f7 solid; }
  .out-of-stock__wrapper .out-of-stock__text {
    margin-bottom: 0px; }
  .out-of-stock__wrapper .form-group {
    display: inline-block;
    min-width: 40%;
    margin: 0px 15px 0px 0px; }

.out-of-stock__header {
  margin-bottom: 20px;
  margin-top: 0px; }

.card-cell.market-link-cell {
  padding-left: 0; }

.markets-table th.card-cell-title {
  cursor: unset; }

.mobile-market-link {
  display: none; }

.market-row__name {
  margin: 5px 0px; }

@media (max-width: 590px) {
  .out-of-stock__wrapper .form-group {
    width: 100%; }
  .out-of-stock__wrapper button {
    margin: 25px auto 0px;
    display: block; }

  .out-of-stock__table .table-responsive.markets-table,
  #market-cards .table-responsive {
    font-size: 13px; }
    .out-of-stock__table .table-responsive.markets-table th, .out-of-stock__table .table-responsive.markets-table td,
    #market-cards .table-responsive th,
    #market-cards .table-responsive td {
      padding: 13px 9px;
      white-space: normal; }
    .out-of-stock__table .table-responsive.markets-table .market-link-cell,
    .out-of-stock__table .table-responsive.markets-table .market-link-title,
    .out-of-stock__table .table-responsive.markets-table .market-row__name,
    #market-cards .table-responsive .market-link-cell,
    #market-cards .table-responsive .market-link-title,
    #market-cards .table-responsive .market-row__name {
      display: none; }
    .out-of-stock__table .table-responsive.markets-table .mobile-market-link,
    #market-cards .table-responsive .mobile-market-link {
      display: block; }

  #market-cards .table-responsive .placeholder-wrapper,
  #market-cards .table-responsive .market-title-long,
  #market-cards .table-responsive .logo-market-label {
    display: none; } }
.promo-code-banner {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 10px; }
  .promo-code-banner img {
    width: 50px;
    margin-left: 10px; }
    .promo-code-banner img .success {
      transform: rotate(4deg); }
  .promo-code-banner p {
    font-size: 15px;
    margin-bottom: 0;
    margin-left: 15px; }
    .promo-code-banner p .success {
      color: #06AEFF; }
    .promo-code-banner p .warning {
      color: #ff9500; }
  .promo-code-banner .promo-code-banner__code {
    margin-left: auto;
    font-weight: 700;
    margin-right: 15px; }

@media (max-width: 480px) {
  .promo-code-banner p {
    font-size: inherit; }

  .promo-code-banner__code {
    text-align: center;
    margin-right: 0; }

  .pagination {
    display: flex;
    justify-content: center;
    margin: 15px; } }
.brand-page .nav-tabs {
  display: flex;
  height: 45px;
  background-color: #f7f7f7;
  padding-left: 0;
  align-items: center;
  box-shadow: inset 1px -3px 7px 0 rgba(0, 0, 0, 0.03);
  margin-bottom: 20px; }
.brand-page .nav li {
  display: inline-flex;
  padding: 0px 20px;
  height: 45px;
  line-height: 45px;
  color: #646772;
  border-radius: 2px 2px 0 0;
  cursor: pointer;
  border-top: 2px solid #f7f7f7; }
  .brand-page .nav li p {
    margin-bottom: 0;
    line-height: unset; }
  .brand-page .nav li.active {
    background-color: white;
    border-top: 2px solid #00afff;
    color: #00afff; }

@media (max-width: 430px) {
  .brand-page .nav {
    height: 60px; }
    .brand-page .nav li {
      padding: 5px 10px;
      text-align: center;
      height: 60px;
      width: 50%; }
      .brand-page .nav li p {
        display: block;
        margin-bottom: 0;
        line-height: 1.7;
        width: 100%;
        margin: auto; }
      .brand-page .nav li span:nth-child(1) {
        display: none; }
      .brand-page .nav li span:nth-child(2) {
        display: block; } }
#market-cards .table-last-child td:last-child,
#market-cards .table-last-child th:last-child {
  width: 20%;
  padding: 0; }
#market-cards .logo-market-wrapper {
  display: flex;
  align-items: center; }
#market-cards .logo-market-label {
  margin-bottom: 0;
  line-height: 1;
  height: 100%;
  margin-left: 15px;
  max-width: 35%; }
#market-cards .table tbody tr td, #market-cards .table tbody tr th {
  width: 16%; }
#market-cards td.card-cell.card-logo {
  width: 27%; }
#market-cards a.outside-market::after {
  content: '';
  background-image: url(/img/icon/external-link.svg);
  height: 13px;
  display: inline-block;
  width: 13px;
  background-size: contain;
  position: relative;
  margin-left: 5px;
  top: 2px;
  background-repeat: no-repeat; }

td.card-cell.card-logo {
  width: 26%; }

@media (max-width: 425px) {
  #market-cards a.outside-market::after {
    content: '';
    top: 3px;
    width: 10px; } }
.card-type__title-wrapper {
  margin-bottom: 5px; }

.card-type__badge {
  padding: 6px 10px;
  border-radius: 100px;
  margin-right: 5px; }

.card-type__title {
  margin-bottom: 0;
  display: inline-block;
  font-weight: 700; }

.card-button-cell .btn,
.card-button-cell .button {
  width: 100%; }

.btn-remove-card.btn {
  color: #999999;
  background-color: #ffffff;
  border-color: #999999; }
  .btn-remove-card.btn:hover {
    background: #999999;
    color: #ffffff; }

@media (max-width: 480px) {
  td.card-cell.card-logo,
  th.card-cell-title.card-logo-title {
    display: none; }

  .add-to-order:active:focus,
  .add-to-order:active,
  .add-to-order:focus {
    outline: none;
    border: 0; }

  .add-to-order:focus {
    background-color: #06AEFF; }

  .card-cell.card-button-cell {
    width: 10%;
    padding: 0 15px 0 0; }

  .add-to-order {
    margin: 15px 0; }

  .btn-remove-card.add-to-order {
    transform: rotate(0deg);
    transition: transform 0.1s ease-in; } }
@media (min-width: 768px) {
  .sidebar-brand-content {
    padding-right: 30px; } }
@media (min-width: 1200px) {
  .sidebar-brand-content {
    padding-right: 50px; } }
.recommended-brands--brand-page .giftCard-link {
  display: flex;
  z-index: 3;
  justify-content: left;
  text-align: left;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .recommended-brands--brand-page .giftCard-link {
      padding: 15px 0; } }
.recommended-brands--brand-page .placeholder-wrapper.placeholder-index {
  margin: 0;
  margin-right: 15px; }
.recommended-brands--brand-page .giftCard-name {
  padding-top: 0; }
.recommended-brands--brand-page .brand-logo {
  box-shadow: none;
  border-radius: 0; }

.recommended-brands__row {
  margin-top: 15px; }
  @media (max-width: 480px) {
    .recommended-brands__row {
      margin-top: 0; } }

@media (max-width: 768px) {
  .recommended-brands--brand-page .placeholder-wrapper.placeholder-wrapper {
    margin: auto; }

  .recommended-brands__card {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -15px;
    padding: 0; }

  .recommended-brands__row {
    width: 33.3333333333%; }

  .recommended-brands__card-text {
    width: 100%;
    text-align: center; }

  .out-of-stock {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px; } }
@media (max-width: 480px) {
  .recommended-brands__row {
    width: 50%; } }
.out-of-stock__table {
  margin-top: 30px; }

h1 {
  font-size: 36px;
  line-height: 40px; }

h2 {
  font-size: 30px;
  line-height: 40px; }

h3 {
  font-size: 24px;
  line-height: 40px; }

h4 {
  font-size: 18px;
  line-height: 20px; }

.index__main-container {
  margin-top: -2px; }

.card-illustration__card {
  max-width: 200px;
  width: 50%;
  filter: brightness(1.07);
  display: block;
  margin: auto; }

.card-illustration__1 {
  transform: rotateX(23deg) rotateY(18deg) rotateZ(5deg) translateX(20px);
  z-index: 10;
  box-shadow: 20px 60px 49px rgba(0, 0, 0, 0.16);
  position: relative; }

.card-illustration__2 {
  transform: rotateX(20deg) rotateY(-30deg) rotateZ(-4deg);
  z-index: 8;
  position: relative;
  box-shadow: -20px 60px 49px rgba(0, 0, 0, 0.16); }

.card-illustration__3 {
  transform: rotateX(32deg) rotateY(30deg) rotateZ(15deg) translateX(-27px) translateY(20px);
  position: relative;
  z-index: 6; }

.card-illustration__shadow {
  width: 140px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 60%;
  filter: blur(10px);
  position: relative;
  z-index: 1;
  transform: translateY(-2px) translateX(120px) rotate(25deg); }

.card-illustration__phone {
  position: absolute;
  bottom: -120px;
  width: 100%;
  max-width: 450px;
  left: -3%; }

.index {
  overflow-x: hidden; }

.intro {
  color: #eeeeee;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: 107%, 107%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-origin: border-box;
  border-bottom: 3px solid #ffffff; }

.intro-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px; }

.intro-content {
  width: 50%; }

.intro-title {
  color: #ffffff; }

@media (min-width: 768px) {
  .intro-title {
    font-size: 42px; } }
.intro-subtitle {
  font-size: 18px;
  font-weight: 200;
  margin: 0 0 20px;
  color: #fff;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased; }

.intro-media {
  width: 41.66667%;
  margin-left: 8.33333%;
  padding: 0 15px; }

.intro-illustration {
  position: relative; }

@media (max-width: 768px) {
  .intro-content {
    width: 100%; }

  .intro-media {
    display: none; } }
@media (min-width: 768px) {
  .col-sm-offset-1 {
    margin-left: 8.33333%; } }
@media screen and (min-width: 768px) {
  .intro-illustration {
    padding-top: 48px;
    padding-bottom: 48px; } }
.jumbotron .h2-p {
  font-size: 18px;
  font-weight: 200;
  margin: 0 0 20px;
  color: #fff;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased; }
.jumbotron .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .jumbotron .row:after, .jumbotron .row:before {
    display: none; }
.jumbotron h1 {
  margin-top: 0px;
  margin-bottom: 20px; }

.gift-card-grid-spacer {
  margin-top: 50px;
  min-height: 60vh; }

.gift-card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0 7px; }
  .gift-card-grid:before, .gift-card-grid:after {
    display: none; }
  .gift-card-grid .placeholder-wrapper {
    margin-bottom: 10px;
    justify-content: center; }

.easter-banner .promo-banner-left {
  margin-left: 4%;
  width: 15.85%; }

.mothers-banner .promo-banner-left {
  width: 110px;
  background-size: cover;
  background-position: right; }

.promo-banner {
  display: flex;
  height: 150px; }
  .promo-banner:hover {
    text-decoration: none; }

.promo-banner-left {
  background-repeat: no-repeat;
  background-position: bottom; }

.promo-banner-middle {
  flex: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%; }

.promo-banner-right {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4%;
  background-repeat: no-repeat; }

.promo-banner-button {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 45px;
  margin: 15px 0;
  padding: 0 15px;
  background: #25bafc;
  border-radius: 4px;
  user-select: none;
  pointer-events: none;
  white-space: nowrap; }

@media (max-width: 992px) {
  .promo-banner-left {
    display: none; }

  .promo-banner-middle {
    background-size: 85%; } }
@media (max-width: 480px) {
  .promo-banner {
    flex-direction: column;
    margin: 15px 0; }

  .promo-banner-middle {
    background-position: bottom;
    background-size: 66%; }

  .mothers-banner .promo-banner-middle {
    background-size: 55%; } }
.promo-banner__wrapper {
  height: 150px;
  width: 100%;
  background-size: 100% auto;
  background-position: center center;
  margin: 50px 0;
  background-repeat: no-repeat; }
  .promo-banner__wrapper a {
    display: block;
    height: 100%; }

@media (max-width: 992px) {
  .promo-banner__wrapper {
    height: 100px;
    margin: 0; } }
@media (max-width: 767px) {
  .promo-banner__wrapper {
    height: 75px; }

  .card-illustration {
    display: none; } }
@media (max-width: 480px) {
  .hide-mobile {
    display: none; }

  .promo-banner__wrapper {
    height: 75px; }

  .jumbotron {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 0;
    background-image: url(/img/waves.svg), linear-gradient(-135deg, #090d79 0%, #278FF4 50%, #00CAFF 100%); }
    .jumbotron .container {
      margin: 16px 0 0; }
    .jumbotron .row h1 {
      font-size: 24px;
      margin-bottom: 16px;
      line-height: 1.5; }
    .jumbotron .row h2 {
      font-size: 14px;
      margin-bottom: 24px; }
    .jumbotron .row .searchbar {
      margin-bottom: -4px; }

  .page-header {
    margin-top: 20px;
    padding-bottom: 8px; }
    .page-header h3 {
      margin-top: 0;
      margin: 0; }
    .page-header + p {
      margin-bottom: 16px;
      margin: 0 0 8px; }

  .gift-card-grid {
    margin-top: 15px;
    margin-bottom: 15px; }

  .giftCard-link {
    padding: 8px 0 0; }

  .giftCard-name {
    padding: 0;
    margin-bottom: 0; }

  .index .col-sm-12 {
    padding-bottom: 15px; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .jumbotron {
    background-image: linear-gradient(-135deg, #090d79 0%, #278FF4 50%, #00CAFF 100%); } }
@media (max-width: 480px) {
  .promo-banner__wrapper {
    margin: 0; } }
.searchbar {
  position: relative;
  z-index: 25; }

.searchbar__input-wrapper, .searchbar-input_wrapper {
  width: 100%;
  display: flex;
  max-height: 45px; }

.searchbar__input {
  border-radius: 5px 0px 0px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #EBEBEB;
  flex-grow: 2;
  border-right-width: 0px;
  outline: none;
  padding: 0 1em;
  height: 40px;
  color: #646772; }

.searchbar__input-icon {
  background-color: #30DF99;
  padding: 0.7em;
  border-radius: 0px 5px 5px 0px;
  height: 40px; }

.searchbar__input-icon--gray {
  display: none; }

.searchbar__input-wrapper #ac-ul {
  position: absolute;
  box-sizing: border-box;
  top: 40px;
  left: 0;
  right: 0;
  padding: 0;
  list-style: none;
  outline: none;
  border: 1px solid #EBEBEB;
  z-index: 20;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 2px 2px; }

.searchbar__input-wrapper #ac-ul li, .searchbar__input-wrapper ul p.not-found {
  margin: 0;
  text-align: left;
  color: #646772;
  background-color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.searchbar__input-wrapper #ac-ul p.not-found {
  padding: 15px; }

.searchbar__input-wrapper #ac-ul li mark {
  background-color: transparent;
  color: #646772;
  padding: 0; }

.searchbar__input-wrapper #ac-ul li:hover, .searchbar__input-wrapper ul li mark:hover {
  cursor: pointer;
  background-color: #f4f5f7; }
  .searchbar__input-wrapper #ac-ul li:hover .searchbar__results-item-txt, .searchbar__input-wrapper #ac-ul li:hover .searchbar__results-item-txt mark, .searchbar__input-wrapper ul li mark:hover .searchbar__results-item-txt, .searchbar__input-wrapper ul li mark:hover .searchbar__results-item-txt mark {
    color: #06AEFF; }

.searchbar__results {
  border: 1px solid #EBEBEB;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 20;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 2px 2px; }

.searchbar__input--no-radius {
  border-radius: 0px; }

.searchbar__results-item {
  display: flex;
  align-items: center;
  padding: 15px 15px 15px 15px; }

.searchbar__results-item:hover, .searchbar__results-item--highlighted {
  background-color: #f4f5f7;
  text-decoration: none; }
  .searchbar__results-item:hover .searchbar__results-item-txt, .searchbar__results-item--highlighted .searchbar__results-item-txt {
    color: #06AEFF; }

.searchbar__results-item:visited {
  outline: none;
  text-decoration: none; }

.searchbar__results-item-img {
  height: 46px;
  border-radius: 0; }

.searchbar__results-item-txt {
  padding-left: 10px;
  color: #646772; }

.searchbar__results-item-brand {
  margin-bottom: 0;
  font-weight: bold; }

.searchbar__results-item-order {
  margin-bottom: 0;
  font-weight: bold; }

.searchbar__results-item-discount {
  margin-bottom: 0; }

.react-autosuggest__suggestion {
  list-style-type: none;
  cursor: pointer; }

.searchbar__input--no-radius input {
  border-radius: 5px 0px 0px 0px; }

.searchbar__input--no-radius img.searchbar__input-icon {
  border-radius: 0px 5px 0px 0px; }

.index .searchbar__input-icon {
  box-shadow: -2px 0 9px 0 rgba(48, 223, 153, 0.5), 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
.index .searchbar__input {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none; }

@media (max-width: 480px) {
  .index .searchbar {
    background: green;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    .index .searchbar .searchbar__input {
      box-shadow: none; }
    .index .searchbar .searchbar__input-icon {
      box-shadow: none; } }
.static-page__header .searchbar__input-icon,
.enter-gc__wrapper .searchbar__input-icon,
.navbar .searchbar__input-icon {
  background-color: #ffffff;
  border: none; }
.static-page__header .searchbar__input-icon--gray,
.enter-gc__wrapper .searchbar__input-icon--gray,
.navbar .searchbar__input-icon--gray {
  display: block; }
.static-page__header .searchbar__input-icon--white,
.enter-gc__wrapper .searchbar__input-icon--white,
.navbar .searchbar__input-icon--white {
  display: none; }
.static-page__header .searchbar__input-wrapper,
.enter-gc__wrapper .searchbar__input-wrapper,
.navbar .searchbar__input-wrapper {
  border-radius: 5px;
  border-style: solid;
  border-width: 0px;
  border-color: #EBEBEB; }
.static-page__header .searchbar__input,
.enter-gc__wrapper .searchbar__input,
.navbar .searchbar__input {
  border: none; }

.check-balance__logo .brand-image-placeholder::after,
.check-balance__logo .brand-image-placeholder::before {
  content: ' ';
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 11px;
  display: block;
  position: absolute;
  left: 0;
  z-index: -2; }

.check-balance__logo .brand-image-placeholder::before {
  transform: rotateZ(7deg) translate(5px, 2px);
  filter: brightness(0.8); }

.check-balance__logo .brand-image-placeholder::after {
  transform: rotateZ(-6deg) translateX(-17px);
  filter: brightness(0.6); }

.check-balance__logo .giftCardDetail-thumb {
  width: 90%; }

.check-balance {
  padding-top: 100px; }

.other-brands__wrapper {
  justify-content: space-around; }

.other-brands .gift-card-grid {
  justify-content: left; }
.other-brands .giftCard {
  width: auto; }
.other-brands + .other-brands {
  margin-top: 40px; }

.check-balance__website-a,
.check-balance__buy-more-a {
  margin-right: 10px;
  margin-bottom: 15px; }

.other-brands__wrapper .giftCard:nth-child(4n+1) {
  clear: none; }

@media (max-width: 1200px) {
  .other-brands__wrapper .giftCard:last-child {
    margin-right: auto; } }
@media (max-width: 768px) {
  .other-brands {
    margin-top: 40px; }

  .check-balance {
    text-align: center; } }
@media (max-width: 648px) {
  .other-brands .giftCard {
    width: 50%; } }
@media (max-width: 448px) {
  .other-brands .giftCard {
    width: 100%; } }
.history-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.order-history .search-filters .clear a {
  color: #646772; }
.order-history .searchbar__input-icon {
  background: none;
  border: 1px solid #ebebeb;
  border-left: none; }
.order-history .searchbar__input-icon--white {
  display: none; }
.order-history .searchbar__input-icon--gray {
  display: block; }

.nav {
  padding: 0;
  margin: 15px 0; }

.history-filters p {
  font-weight: 700;
  display: inline-block; }
.history-filters .nav {
  display: flex; }
  .history-filters .nav li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    color: #646772;
    cursor: pointer;
    border: 1px solid #EBEBEB;
    margin-right: 15px;
    border-radius: 5px; }
    .history-filters .nav li:last-child {
      margin-right: 0; }
    .history-filters .nav li a {
      color: #646772;
      text-decoration: none;
      white-space: nowrap; }
    .history-filters .nav li.active {
      background-color: #06AEFF;
      border-color: #06AEFF; }
      .history-filters .nav li.active a {
        color: #ffffff; }

.history-orders {
  margin-top: 30px; }

.history-order {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  transition: box-shadow 375ms 0s cubic-bezier(0.445, 0.05, 0.55, 0.95), border-color 375ms 0s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .history-order.open .history-order-head {
    border-bottom: 1px dotted #e0e0e0;
    cursor: pointer; }
  .history-order.open .history-order-caret {
    transform: rotate(0deg); }
  .history-order:not(.open) {
    cursor: pointer; }
    .history-order:not(.open) .history-order-head {
      padding-bottom: 10px; }
  .history-order .modal-body {
    display: flex;
    flex-direction: column;
    padding: 0; }
  .history-order .modal-close {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px; }

.history-order-head {
  display: flex;
  align-items: center;
  padding: 20px; }

.history-order-heading {
  margin: 0; }

.history-order-caret {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 10px;
  transform: rotate(-90deg);
  transition: transform 0.15s linear; }

.history-order-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 20px 20px; }

.history-order-info {
  position: relative;
  margin-left: auto;
  cursor: pointer;
  white-space: nowrap; }
  .history-order-info:hover .float-tool {
    opacity: 1; }

.declined-order-msg {
  color: #ff0000; }

.history-order-table {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0; }
  .history-order-table tr {
    border-top: 1px solid #ebebeb; }
    .history-order-table tr:last-child th,
    .history-order-table tr:last-child td {
      padding: 10px 15px; }
  .history-order-table th {
    font-weight: 400;
    white-space: nowrap; }
  .history-order-table th,
  .history-order-table td {
    text-align: center; }
  .history-order-table thead tr {
    border: none; }
  .history-order-table .history-order-divider, .history-order-table .history-order-divider + tr {
    border: none; }
  .history-order-table .history-order-card {
    text-align: left;
    padding: 10px 0 10px 15px; }

.history-order-four {
  margin-left: 15px; }

.order-history-update {
  cursor: pointer; }

.order-history-edit {
  vertical-align: baseline;
  width: 12px;
  margin-left: 4px; }

.history-order-card {
  display: flex;
  align-items: center; }
  .history-order-card .brand-logo {
    position: absolute; }

.history-order-divider a {
  float: right;
  color: #06AEFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 30px;
  border: 1px solid #06AEFF; }
  .history-order-divider a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #06AEFF; }

.history-order-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5px 5px 15px;
  border-radius: 30px;
  background-color: #f4f5f7; }

.history-info {
  max-width: 762px; }

.searchbar__results .react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0; }

.history-order-comment {
  margin-top: 20px;
  margin-bottom: 10px; }
  .history-order-comment:first-letter {
    text-transform: capitalize; }
  .history-order-comment a {
    color: #ff9500; }

.history-balance-cross {
  width: 20px; }

.history-balance-info {
  margin-top: 30px;
  text-align: center; }
  .history-balance-info h3 {
    margin-top: 0;
    margin-bottom: 15px; }
  .history-balance-info p {
    max-width: 400px;
    margin: 0 auto; }

.history-balance-list {
  display: flex;
  justify-content: center;
  max-height: 20vh;
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #ebebeb;
  overflow-y: auto; }

.history-balance-table {
  margin-bottom: 0;
  max-width: 100%;
  padding-bottom: 30px; }
  .history-balance-table tr {
    border-top: 1px dotted #cccccc; }
  .history-balance-table th {
    font-weight: 400;
    white-space: nowrap; }
  .history-balance-table th,
  .history-balance-table td {
    padding: 5px 30px; }
    .history-balance-table th:first-child,
    .history-balance-table td:first-child {
      text-align: center; }
    .history-balance-table th:last-child,
    .history-balance-table td:last-child {
      text-align: right; }
  .history-balance-table thead tr {
    border: none; }

.history-balance-update {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0; }
  .history-balance-update button {
    width: 120px;
    margin-left: 15px;
    border-radius: 5px; }

.history-balance-input {
  position: relative;
  display: flex;
  align-items: center; }
  .history-balance-input:before {
    content: "$";
    position: absolute;
    padding-left: 15px;
    color: #afafaf;
    font-size: 15px; }
  .history-balance-input input {
    width: 120px;
    height: 38px;
    padding-left: 30px; }

.history-balance-error {
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%; }
  .history-balance-error .flags {
    width: 100%;
    margin: 0; }
  .history-balance-error .flag {
    width: 100%;
    border-radius: 0; }

.history-order-link {
  cursor: pointer; }

.trashed-card {
  background-color: #f3f3f3;
  text-decoration: line-through; }

.trashed-message {
  background-color: #f3f3f3; }

.history-pagination {
  display: flex;
  justify-content: center; }

@media (max-width: 480px) {
  .order-history h3 {
    padding: 0 15px; }

  .history-info,
  .history-searchbar,
  .history-filters {
    padding: 0 15px; }

  .history-container {
    width: 100%;
    padding: 0; }

  .history-order {
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.13); }
    .history-order:not(.open) .history-order-body {
      padding: 0 20px 20px; }

  .history-order-body {
    padding: 0;
    overflow-x: auto; }

  .history-order-banner {
    border-radius: 0; }

  .history-order-four {
    display: flex;
    flex-direction: column; }

  .history-order-divider a {
    font-weight: 600;
    border-color: #f4f5f7; }

  .history-balance .modal-dialog {
    height: 100%;
    margin: 0; }
  .history-balance .modal-content {
    border: none;
    border-radius: 0; }

  .history-balance-modal {
    height: 100vh; }

  .history-balance-list {
    max-height: 100%; }

  .history-balance-update {
    flex-direction: column;
    padding: 0 15px; }
    .history-balance-update button {
      width: 100%;
      margin-left: 0;
      margin-top: 15px; }

  .history-balance-input {
    position: relative;
    width: 80px; }
    .history-balance-input:before {
      left: -15px;
      padding: 0; }
    .history-balance-input input {
      text-align: center;
      width: 80px;
      padding: 6px 12px; }

  .history-balance-table {
    width: 100%; } }
@media (max-width: 480px) {
  .history-order-comment {
    text-align: center; } }
@media (hover) {
  .history-order.open .history-order-head:hover {
    background: rgba(0, 0, 0, 0.02); }
  .history-order:not(.open):hover {
    box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13);
    transition: box-shadow 0.1s 0s cubic-bezier(0.445, 0.05, 0.55, 0.95), border-color 250ms 0s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    border-top-color: rgba(0, 0, 0, 0.05);
    border-bottom-color: transparent;
    border-left-color: rgba(0, 0, 0, 0.03);
    border-right-color: rgba(0, 0, 0, 0.03); }
  .history-order:not(.open):active {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
    transition: box-shadow 0s 0s cubic-bezier(0.445, 0.05, 0.55, 0.95), border-color 0s 0s cubic-bezier(0.445, 0.05, 0.55, 0.95); } }
.masonry {
  column-gap: 1.5em;
  width: 100%;
  margin-top: -30px; }

.categories__masonry {
  columns: 4; }

.image-card__wrapper {
  margin-bottom: 1.5em;
  display: inline-block;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  max-width: 450px;
  background-color: #ffffff;
  border-radius: 3px; }

.image-card__image {
  height: 200px;
  width: 100%;
  background-size: cover;
  border-radius: 3px 3px 0 0; }

.image-card__content {
  padding: 25px; }
  .image-card__content h4 {
    margin: 10px 0px;
    color: #06AEFF; }
  .image-card__content p {
    color: #646772; }

#review-page {
  padding-top: 0;
  padding-bottom: 80px;
  background-color: #f4f5f7; }

.review-page__header,
.category-page__header,
.static-page__header {
  text-align: center;
  background-image: linear-gradient(-135deg, #090d79 0%, #278FF4 50%, #00CAFF 100%);
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0; }
  .review-page__header h1,
  .category-page__header h1,
  .static-page__header h1 {
    font-size: 36px; }
  .review-page__header h2,
  .category-page__header h2,
  .static-page__header h2 {
    font-size: 18px;
    font-weight: 200;
    margin: 0 0 20px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px; }
  .review-page__header h1, .review-page__header h2,
  .category-page__header h1,
  .category-page__header h2,
  .static-page__header h1,
  .static-page__header h2 {
    color: #ffffff;
    margin-top: 0; }
  .review-page__header .social-media__link,
  .category-page__header .social-media__link,
  .static-page__header .social-media__link {
    color: #ffffff; }
    .review-page__header .social-media__link::before,
    .category-page__header .social-media__link::before,
    .static-page__header .social-media__link::before {
      content: "";
      background-image: url(/img/social-media/facebook.svg);
      width: 15px;
      height: 15px;
      display: inline-block;
      background-repeat: no-repeat;
      position: relative;
      top: 2px; }

.all-reviews__wrapper {
  margin-top: -30px; }

.all-reviews__masonry {
  columns: 3; }

.google-reviews-badge {
  max-width: 100%;
  height: auto; }

.review__wrapper {
  margin-bottom: 1.5em;
  display: inline-block;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  max-width: 450px;
  padding: 25px;
  border: 1px solid #f4f5f7;
  background-color: #ffffff;
  border-radius: 3px; }

.review__stars p {
  display: inline-block;
  margin: 0px 5px 0px 0px; }

.review__stars-yellow {
  color: #ffd800; }

.review__stars-gray {
  color: #dedede; }

.review__title {
  font-weight: 700;
  margin: 10px 0px; }

@media (max-width: 768px) {
  .all-reviews__masonry,
  .categories__masonry {
    columns: 2; } }
@media (max-width: 550px) {
  .all-reviews__masonry {
    columns: 1;
    text-align: center;
    margin-top: 0; }

  .categories__masonry {
    columns: 2; }
    .categories__masonry .image-card__image {
      height: 100px; }
    .categories__masonry .image-card__content {
      padding: 10px;
      text-align: center; }
    .categories__masonry p {
      display: none; }

  .review-page__header,
  .category-page__header,
  .static-page__header {
    min-height: 240px;
    padding: 50px 40px; } }
#review-page .review__wrapper:first-child {
  box-shadow: 7px 8px 13px 0 rgba(0, 0, 0, 0.15);
  padding-bottom: 30px;
  min-height: 100px; }
  #review-page .review__wrapper:first-child a {
    display: none; }
#review-page .google-reviews-image {
  max-width: 210px; }
#review-page div#___ratingbadge_0 {
  max-height: 30px;
  max-width: 110px; }
#review-page .rCjEAf {
  background: transparent;
  height: auto; }
#review-page img#gcr-logo {
  display: none; }
#review-page .Oxdxvf {
  font-size: 18px;
  margin-left: 0; }
#review-page img#gray-stars {
  width: 70px;
  height: auto; }
#review-page img#orange-stars {
  width: 70px;
  height: auto; }
#review-page span.bHFK1d {
  width: 70px !important;
  top: 5px; }
#review-page span.LnXCSc {
  top: 5px; }
#review-page .OKjXc {
  padding-left: 7px; }

.pay-buttons {
  display: flex; }
  .pay-buttons .form-group {
    margin-right: 2rem; }

button#plaid-button {
  background: none;
  background-image: none;
  background-color: #00b2ff;
  color: white;
  border: none;
  box-shadow: none;
  padding: 1px;
  border-radius: 5px; }
  button#plaid-button span {
    padding: 0 12px;
    display: block;
    background: none;
    background-image: none;
    text-shadow: none;
    border: none;
    box-shadow: none;
    font-family: 'Nunito', 'Trebuchet MS';
    height: 30px;
    line-height: 30px; }

@media (max-width: 768px) {
  .pay-buttons {
    display: flex;
    flex-wrap: wrap; }

  #plaid-button {
    width: 100%; }
    #plaid-button span {
      display: block;
      min-height: 38px;
      line-height: 38px;
      height: 38px; } }
@supports (-webkit-overflow-scrolling: touch) {
  #plaid-button span {
    font-size: 19px; } }
.static-page {
  padding-top: 0;
  padding-bottom: 80px;
  min-height: 700px;
  background-color: #ffffff; }
  .static-page h2 {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    max-width: 80rem;
    margin-top: 25px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 400;
    font-size: 21px;
    color: #3d4048; }
  .static-page .content-container {
    padding-top: 50px;
    font-size: 16px; }

.static-page__header {
  text-align: center;
  background-image: linear-gradient(-135deg, #090d79 0%, #278FF4 50%, #00CAFF 100%);
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0; }
  .static-page__header h1 {
    font-size: 36px;
    margin-bottom: 0; }
  .static-page__header h1, .static-page__header h2 {
    color: #ffffff;
    margin-top: 0; }

.mail-link {
  color: #06AEFF; }

.icon-left__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .icon-left__wrapper .icon-left__image {
    width: 10%;
    margin-right: 5%; }
  .icon-left__wrapper .icon-left__text {
    width: 80%; }

#bulk-page h2 {
  max-width: none;
  margin-bottom: 55px; }

#how-to-bulk {
  width: 48%;
  display: inline-block;
  margin-right: 4%;
  position: relative; }

#requirements {
  width: 48%;
  display: inline-block;
  padding: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #fbfbfb;
  position: relative;
  border-radius: 5px; }

.bulk-detail {
  display: flex;
  align-items: baseline;
  margin-bottom: 55px;
  flex-wrap: wrap; }
  .bulk-detail h3 {
    margin-top: 0;
    line-height: 30px; }
  .bulk-detail ul {
    padding-left: 0; }
  .bulk-detail li {
    margin-bottom: 10px;
    list-style: none;
    background-image: url(/img/icon/check.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    padding-left: 35px; }
  .bulk-detail p {
    margin-bottom: 10px; }

@media (max-width: 426px) {
  .static-page__content {
    padding: 0px 30px; }

  .icon-left__wrapper {
    flex-direction: column;
    align-items: baseline; }
    .icon-left__wrapper .icon-left__image {
      margin-right: auto; }
    .icon-left__wrapper .icon-left__text {
      width: 100%; } }
@media (max-width: 768px) {
  #how-to-bulk, #requirements {
    width: 100%; } }
@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy; }

  .apple-pay-button-with-text > * {
    display: none; }

  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black; }

  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white; }

  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline; } }
@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    --apple-pay-scale: 1;
    /* (height / 32) */
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px; }

  .apple-pay-button-black-with-text {
    background-color: black;
    color: white; }

  .apple-pay-button-white-with-text {
    background-color: white;
    color: black; }

  .apple-pay-button-white-with-line-with-text {
    background-color: white;
    color: black;
    border: .5px solid black; }

  .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black; }

  .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white; }

  .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white; }

  .apple-pay-button-with-text > .text {
    font-family: -apple-system;
    font-weight: 300;
    align-self: center;
    margin-right: calc(2px * var(--apple-pay-scale)); }

  .apple-pay-button-with-text > .logo {
    width: calc(35px * var(--scale));
    height: 100%;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-left: calc(2px * var(--apple-pay-scale));
    border: none; } }
#stripe-button {
  width: 100%; }
  #stripe-button .stripe-button-el {
    background: none;
    background-image: none;
    background-color: #00b2ff;
    border: none;
    box-shadow: none; }
    #stripe-button .stripe-button-el span {
      display: block;
      background: none;
      background-image: none;
      text-shadow: none;
      border: none;
      box-shadow: none;
      font-family: 'Nunito', 'Trebuchet MS'; }

#apple-pay-button {
  display: none; }

@media (max-width: 768px) {
  .pay-buttons {
    display: flex;
    flex-wrap: wrap; }

  #stripe-button .stripe-button-el {
    width: 100%; }
    #stripe-button .stripe-button-el span {
      display: block;
      min-height: 38px;
      line-height: 38px;
      height: 38px; }

  #apple-pay-button {
    margin-top: 30px;
    width: 100%;
    display: block; }

  .google-pay-button {
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 5px;
    max-height: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .google-pay-button img {
      display: inline;
      width: 20%;
      max-width: 50px;
      margin-left: 7px; }

  #apple-pay-button .apple-pay-button-with-text {
    height: 40px;
    width: 100%; }
    #apple-pay-button .apple-pay-button-with-text .text {
      font-family: 'Nunito', 'Trebuchet MS';
      font-size: 14px; }
    #apple-pay-button .apple-pay-button-with-text .logo {
      max-height: 40px; } }
@supports (-webkit-overflow-scrolling: touch) {
  #stripe-button .stripe-button-el span {
    font-size: 19px; } }
.ch-payment-form__wrapper {
  display: flex;
  flex-direction: column;
  position: relative; }
  .ch-payment-form__wrapper .card-form {
    margin-bottom: 0;
    width: 100%; }
    .ch-payment-form__wrapper .card-form select {
      width: 100%;
      height: 35px;
      margin-bottom: 15px; }

.checkout-balance {
  margin-bottom: 15px; }

.checkout-balance-item {
  display: flex;
  justify-content: space-between;
  padding: 5px 0; }
  .checkout-balance-item.promo {
    color: #1dbf7e; }
  .checkout-balance-item.total {
    font-weight: 700;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #EBEBEB; }
  .checkout-balance-item:first-child {
    padding-top: 0; }

.base-checkout .button {
  margin-top: 15px; }

#saved-user-payment-form {
  width: 100%; }
  #saved-user-payment-form #source-id-select {
    max-width: none;
    width: 100%; }

#new-user-payment-form .pay-buttons.pay-button-customer {
  position: absolute;
  left: 0;
  top: 65px; }
  #new-user-payment-form .pay-buttons.pay-button-customer button {
    background-color: transparent;
    outline: none; }
    #new-user-payment-form .pay-buttons.pay-button-customer button span {
      display: block;
      background-color: transparent;
      background: none;
      color: #00b2ff;
      height: auto;
      padding: 0;
      min-height: 1px !important;
      line-height: 1;
      margin-top: 15px; }
#new-user-payment-form .checkbox {
  text-align: center;
  width: 100%;
  margin: 15px 0 0; }
#new-user-payment-form .form-group {
  margin: 0; }
#new-user-payment-form .no-saved-cards .pay-buttons {
  display: inline-block; }
#new-user-payment-form .no-saved-cards .checkbox {
  position: relative;
  left: 0;
  top: 0;
  display: inline-block;
  margin-left: 20px; }

.promo-code {
  margin-bottom: 15px; }

.promo-code-form {
  display: flex;
  position: relative; }

.promo-code-input {
  padding-right: 4em; }

.promo-code-button {
  color: #02aeff;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent; }

.flags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  white-space: pre; }

.flag {
  padding: 0 5px;
  border-radius: 3px; }
  .flag.alert-success {
    color: #1dbf7e; }

#user-checkout-panel p {
  margin-bottom: 10px; }
#user-checkout-panel .btn {
  width: 100%;
  margin-top: 15px; }

#guest-checkout-panel p {
  margin-bottom: 10px; }
#guest-checkout-panel .button {
  margin-top: 15px; }

.checkout-panel #login-checkout-panel .form-group {
  margin-bottom: 15px; }
.checkout-panel #login-checkout-panel .oauth-form #login-button {
  width: 49%;
  margin-top: 10px; }
  .checkout-panel #login-checkout-panel .oauth-form #login-button .oauth-logo {
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 5px; }

.captcha-wrapper {
  margin-bottom: 15px; }

.editable-link {
  cursor: pointer;
  color: #06AEFF;
  display: inline-block;
  text-decoration: underline; }
  .editable-link img {
    width: 17px;
    height: 23px;
    margin-left: 4px; }

.email-not-editable {
  color: #646772; }
  .email-not-editable:hover, .email-not-editable:focus {
    text-decoration: none;
    color: #646772; }
  .email-not-editable img {
    display: none; }

.checkoutItem {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .checkoutItem .remove-icon {
    background: none;
    border: none;
    font-size: 15px;
    padding: 0; }
    .checkoutItem .remove-icon:focus {
      outline: none; }

.checkoutItem-close {
  font-size: 30px;
  line-height: 0.5; }

.checkoutItem-info {
  display: table-cell;
  overflow: hidden;
  zoom: 1;
  width: 10000px;
  vertical-align: top;
  padding-left: 15px; }

.checkoutItem-title {
  margin-top: 0; }

.checkoutItem-thumb {
  display: table-cell;
  vertical-align: top; }
  .checkoutItem-thumb .placeholder-wrapper {
    display: flex; }

.checkoutItem-text {
  font-size: 12px; }

.checkoutDetails {
  line-height: 2;
  margin-top: 20px; }

.checkout {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 30px; }
  .checkout .button {
    width: 100%;
    border-radius: 5px; }

.checkout-panel {
  margin-bottom: 15px; }
  .checkout-panel:first-child {
    width: 60%;
    margin-right: 10px; }
  .checkout-panel:last-child {
    width: 40%;
    margin-left: 10px; }
  .checkout-panel h3 {
    margin-top: 0; }

.checkout-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 20px;
  background-color: #ffffff; }
  .checkout-card + .checkout-card {
    margin-top: 20px; }

.warning-buy-msg {
  font-size: 12px;
  text-align: center; }

.delivery {
  margin-bottom: 15px; }

.delivery-edit-button {
  max-height: 33px;
  color: #02aeff;
  border: none;
  background-color: transparent; }

.recipient-form-options {
  margin-bottom: 10px; }

.recipient-form-option label {
  margin-left: 5px;
  font-weight: normal; }

.recipient-form-inputs:not(:empty) {
  margin-bottom: 20px; }

.checkout-cart {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: transparent no-repeat center;
  background-image: url("../images/cart.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .checkout-cart {
      background-image: url("../images/cart@2x.png");
      background-size: 25px 20px; } }

@media only screen and (min-width: 768px) {
  .checkout-cart {
    width: 75px; }

  .checkout-cart-wrapper {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2); } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }

.stock-heading {
  margin-top: 15px;
  margin-bottom: 15px; }

.stocks {
  border-top: 1px solid #ebebeb; }

.stock {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #ebebeb; }

.stock-thumb .brand-image-placeholder {
  top: 0; }

.stock-info {
  flex: 1;
  margin: 0 0 0 1.5rem; }

.stock-title {
  margin: 0;
  line-height: 24px;
  max-width: 50vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.stock-text {
  white-space: nowrap; }

.stock-small {
  font-size: 12px;
  opacity: 0.5; }

.stock-strike {
  text-decoration: line-through; }

.stock-savings {
  margin-left: 0.5rem; }

.stock-discount {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  margin-right: 56px; }
  .stock-discount.green {
    color: #1dbf7e; }

.stock-remove {
  width: 56px;
  height: 56px;
  opacity: 0.75;
  background: none;
  border: none;
  -webkit-appearance: none; }
  .stock-remove img {
    width: 15px; }
  .stock-remove:not(:hover) {
    opacity: .25; }

.pay-buttons,
.stripe-button-el {
  width: 100%; }

.stripe-button-el {
  text-align: center; }

.shadow-panel__wrapper {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 20px;
  background-color: #ffffff; }

.stripe-link {
  display: inline; }
  .stripe-link #stripe-button {
    display: inline; }
    .stripe-link #stripe-button .stripe-button-el {
      display: inline;
      width: auto;
      max-height: 20px;
      margin: 0;
      padding: 0;
      border: none;
      background: none; }
      .stripe-link #stripe-button .stripe-button-el span {
        font-size: 14px !important;
        color: #06AEFF;
        display: inline !important;
        min-height: 0 !important;
        padding: 0;
        line-height: 1.7;
        font-weight: 600 !important; }

.select {
  position: relative; }
  .select.active .select-choice {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .select.active .select-choice:after {
      transform: rotate(180deg); }
  .select:not(.active) .select-options {
    display: none; }
  .select select {
    display: none; }

.select-choice {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  user-select: none; }
  .select-choice:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 21px;
    margin-left: -6px;
    margin-right: 15px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top-color: #646772;
    border-top-style: solid;
    border-top-width: 6px;
    transition: transform 100ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.select-options {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 287px;
  margin-top: 48px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0 0 5px 5px;
  overflow-y: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1); }
  .select-options::-webkit-scrollbar {
    display: none; }

.select-option {
  display: flex;
  align-items: center;
  height: 50px;
  min-height: 50px;
  padding-left: 15px;
  user-select: none; }
  .select-option:not(:hover).active {
    color: #06aeff; }
  .select-option:hover {
    color: #ffffff;
    background: #06aeff; }

.select-category {
  display: flex;
  align-items: center; }

.select-divider {
  border-top: 1px solid #eeeeee; }
  .select-divider:first-child {
    width: 10px; }
  .select-divider:last-child {
    width: 100%; }

.select-title {
  font-size: 11px;
  white-space: nowrap;
  padding: 0 5px;
  user-select: none; }

.stripe-link-button {
  color: #06AEFF;
  display: inline;
  width: auto;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  border-radius: 5px; }

.form-group {
  display: flex;
  flex-direction: column; }

.form-group-title {
  margin-bottom: 5px; }

@media (max-width: 992px) {
  .checkout {
    flex-wrap: wrap; }

  .shadow-panel__wrapper {
    padding: 15px; }

  .stock-heading {
    padding-left: 15px; }

  .checkoutDetails {
    padding-left: 15px; }

  .checkout-panels {
    flex-direction: column; }

  .checkout-panel:first-child {
    width: 100%;
    margin-right: 0;
    padding: 0; }
  .checkout-panel:last-child {
    width: 100%;
    margin-left: 0; } }
@media (max-width: 768px) {
  .checkoutDetails {
    display: none; }

  .checkout-panel:first-child {
    margin-bottom: 5px; }
  .checkout-panel:last-child {
    margin-bottom: 0; }
  .checkout-panel.shadow-panel__wrapper {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none; }

  .checkout-balance {
    margin-top: 15px; }

  .checkout-card {
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none; }
    .checkout-card + .checkout-card {
      margin-top: 50px; }

  .stock-title {
    font-size: 14px; }

  .stock-discount {
    padding-top: 2.4rem; }
    .stock-discount.green .stock-discount-discount {
      display: none; }

  .warning-buy-msg {
    text-align: left; } }
@media (max-width: 480px) {
  .checkoutDetails {
    display: none; }

  .checkout-panel h3 {
    margin-top: 20px; } }
.opt-in__spacer {
  height: 50px;
  position: absolute;
  width: 100vw;
  background-color: #06AEFF;
  left: 0;
  margin-top: -50px;
  z-index: -1;
  top: 50px;
  transform: scaleY(0);
  height: 0; }

.opt-in__banner {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  padding: 12px;
  height: 50px;
  left: 0;
  z-index: 100;
  top: 0;
  opacity: 0;
  height: 0; }

.opt-in__dummy-bar {
  height: 50px;
  transform: scaleY(0);
  height: 0; }

.opt-in__wrapper {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%; }

.opt-in__dismiss {
  background: transparent;
  border: 1px solid #9fe0ff;
  margin-left: 15px; }
  .opt-in__dismiss:hover {
    color: #ffffff; }
  .opt-in__dismiss:focus {
    color: #ffffff; }

.opt-in__copy {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.3;
  font-size: 14px; }

.opt-in__copy--mobile {
  display: none; }

.opt-in__email-input {
  margin-right: 7px;
  border: none;
  padding: 6px 12px;
  width: 25%;
  border-radius: 3px;
  min-width: 160px; }

.opt-in__subscribe-button {
  background-color: #30DF99;
  margin-left: 20px;
  color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
  font-weight: 600;
  font-size: 14px; }
  .opt-in__subscribe-button:hover {
    color: #ffffff;
    background-color: #20cc87; }
  .opt-in__subscribe-button:focus {
    color: #ffffff; }

@media (max-width: 520px) {
  .opt-in__copy {
    text-align: left; }

  .opt-in__subscribe-button {
    padding: 5px;
    font-size: 13px;
    margin-left: 0; } }
@media (max-width: 376px) {
  .opt-in__copy {
    flex-grow: unset;
    text-align: center;
    padding: 0 15px 10px 15px; } }
@media (max-width: 520px) {
  .opt-in__copy {
    flex-grow: unset;
    text-align: center;
    padding: 0 15px 10px 15px; }

  .opt-in__banner {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #07aeff;
    padding-left: 7px;
    padding-right: 7px;
    height: 0;
    flex-wrap: wrap;
    min-height: 105px; }

  .opt-in__dummy-bar {
    height: 0px; }

  .opt-in__spacer {
    display: none; }

  .opt-in__input-button-wrapper {
    width: 100%;
    justify-content: center; } }
.opt-in__hide {
  animation: hide-opt-in 0.1s ease-in-out;
  animation-fill-mode: forwards; }

.opt-in__show {
  animation: show-opt-in 0.2s ease-in-out;
  animation-delay: 0.25s;
  animation-fill-mode: forwards; }

.opt-in__hide-spacer {
  animation: hide-spacer 0.3s ease-in-out;
  animation-fill-mode: forwards;
  transform-origin: top; }

.opt-in__show-spacer {
  animation: show-spacer 0.4s ease-in-out;
  animation-fill-mode: forwards;
  transform-origin: top; }

@media (max-width: 520px) {
  .opt-in__show-spacer {
    animation: show-spacer-mobile 0.4s ease-in-out;
    animation-fill-mode: forwards;
    transform-origin: top; }

  .opt-in__show {
    animation: show-opt-in-mobile 0.2s ease-in-out;
    animation-delay: 0.25s;
    animation-fill-mode: forwards; } }
@keyframes show-opt-in {
  0% {
    height: 0;
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    height: 50px;
    opacity: 1; } }
@keyframes show-opt-in-mobile {
  0% {
    height: 0;
    opacity: 0; }
  100% {
    height: 50px;
    opacity: 1; } }
@keyframes hide-opt-in {
  0% {
    opacity: 1;
    height: 50px; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0;
    height: 0;
    display: none; } }
@keyframes show-spacer {
  0% {
    transform: scaleY(0);
    height: 0; }
  100% {
    transform: scaleY(1);
    height: 50px; } }
@keyframes show-spacer-mobile {
  0% {
    transform: scaleY(0);
    height: 0;
    opacity: 1; }
  100% {
    transform: scaleY(1);
    height: 105px;
    opacity: 1; } }
@keyframes hide-spacer {
  0% {
    transform: scaleY(1);
    height: 50px; }
  100% {
    transform: scaleY(0);
    height: 0;
    display: none; } }
#acquire {
  min-height: 700px; }
  #acquire .static-page__header:not(#jumbo-header) {
    padding: 20vh 0; }
    #acquire .static-page__header:not(#jumbo-header) h3 {
      color: #ffffff;
      margin-top: 0;
      margin-bottom: 40px; }
  #acquire .static-page__header .row {
    width: 100%; }
  #acquire .searchbar__input-wrapper {
    display: flex; }
    #acquire .searchbar__input-wrapper input {
      order: 2; }
    #acquire .searchbar__input-wrapper img {
      order: 1; }
  #acquire .searchbar__input--no-radius input {
    border-radius: 0 5px 0 0; }
  #acquire .searchbar__input--no-radius img {
    border-radius: 5px 0 0 0; }
  #acquire .searchbar__input {
    padding: 0;
    border-radius: 0 5px 5px 0; }
  #acquire .searchbar__input-icon {
    border-radius: 5px 0 0 5px; }

.payment-wrapper {
  margin-bottom: 50px; }
  .payment-wrapper input, .payment-wrapper select {
    padding-left: 10px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    background-color: #fff; }

#acquire .get-offer__wrapper {
  display: flex;
  justify-content: space-between; }
  #acquire .get-offer__wrapper .searchbar {
    width: 50%;
    border: none; }
    #acquire .get-offer__wrapper .searchbar .searchbar__input-icon--gray {
      padding-right: .5em;
      width: 30px; }
  #acquire .get-offer__wrapper .get-offer__balance-input,
  #acquire .get-offer__wrapper .get-offer__submit-button {
    border-radius: 5px;
    outline: none;
    height: 40px;
    color: #646772;
    border: none; }
  #acquire .get-offer__wrapper .get-offer__balance-input {
    position: relative;
    display: flex;
    align-items: center;
    width: 25%;
    padding-right: 20px;
    padding-left: 20px; }
  #acquire .get-offer__wrapper .get-offer__balance-input input {
    width: 100%;
    height: 40px;
    padding: 0 0 0 1.6em;
    max-width: 100%;
    border-radius: 5px;
    border: none; }
  #acquire .get-offer__wrapper .get-offer__balance-input:before {
    content: '$';
    position: absolute;
    padding-left: 8px;
    color: #afafaf;
    font-size: 15px; }
  #acquire .get-offer__wrapper .get-offer__submit-button {
    font-size: 1.2em;
    background-color: #30DF99;
    color: #ffffff;
    width: 25%; }
    #acquire .get-offer__wrapper .get-offer__submit-button[disabled] {
      background-color: #c3c3c3; }
  @media (min-width: 700px) {
    #acquire .get-offer__wrapper .get-offer__bc-text {
      color: #ffffff;
      width: 300px;
      padding-left: 10px; } }
  @media (max-width: 700px) {
    #acquire .get-offer__wrapper .get-offer__bc-text {
      color: #ffffff;
      height: 30px;
      margin-top: 10px;
      margin-bottom: 10px; }
    #acquire .get-offer__wrapper .get-offer__bc-link {
      color: #646772;
      white-space: nowrap; } }

.payout-options__wrapper {
  text-align: center;
  padding-top: 20px; }

.payout-options__block img {
  max-width: 90px;
  height: 140px; }
.payout-options__block:nth-child(3) img {
  width: 70px; }
.payout-options__block:nth-child(4) img {
  width: 80px; }

.payout-options__blocks-wrapper {
  display: flex;
  justify-content: space-between; }

.sell-gift-card-button,
.card-details__submit,
.confirm-sale__cancel-button,
.confirm-sale__confirm-button,
.acquire-button {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  outline: none;
  padding: 0.6em 1em;
  border: none;
  background-color: #30DF99;
  color: #ffffff;
  display: block;
  margin: 30px auto 10px auto;
  text-decoration: none; }

.sell-gift-card-button {
  font-size: 1.2em;
  width: 256px;
  transition: background-color .25s;
  animation: 250ms 100ms cubic-bezier(0.445, 0.05, 0.55, 0.95) backwards tile_in_b2t; }
  .sell-gift-card-button[disabled] {
    background-color: #c3c3c3; }

.acquire-button {
  margin: 0; }

.enter-gc__wrapper {
  padding-top: 30px;
  padding-bottom: 50px;
  min-height: 70vh; }
  .enter-gc__wrapper .searchbar {
    margin-bottom: 20px; }
    .enter-gc__wrapper .searchbar .searchbar__input {
      border-style: solid;
      border-width: 1px;
      border-color: #EBEBEB;
      border-right-width: 0px; }
    .enter-gc__wrapper .searchbar .searchbar__input-icon {
      border: 1px solid #EBEBEB;
      border-left: 0px; }
  .enter-gc__wrapper .card-details__selected-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #ebebeb;
    height: 40px;
    margin-bottom: 20px;
    padding: 0px 10px; }
    .enter-gc__wrapper .card-details__selected-brand p {
      margin: 0px;
      text-transform: capitalize; }
    .enter-gc__wrapper .card-details__selected-brand a {
      background: #ebebeb;
      border: none;
      border-radius: 100%;
      font-weight: 700;
      outline: none;
      text-decoration: none;
      color: #646772;
      padding: 2px 7px; }
  .enter-gc__wrapper .card-details__balance-wrapper,
  .enter-gc__wrapper .card-details__number-wrapper,
  .enter-gc__wrapper .card-details__pin-wrapper {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    box-sizing: border-box; }
  .enter-gc__wrapper .card-details__balance-wrapper input,
  .enter-gc__wrapper .card-details__number-wrapper input,
  .enter-gc__wrapper .card-details__pin-wrapper input {
    height: 100%;
    box-sizing: border-box;
    width: 85%;
    margin: 0;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #EBEBEB;
    outline: none;
    padding: 0 1em;
    color: #646772; }
  .enter-gc__wrapper .card-details__balance-wrapper label,
  .enter-gc__wrapper .card-details__number-wrapper label,
  .enter-gc__wrapper .card-details__pin-wrapper label {
    width: 15%; }
  .enter-gc__wrapper .card-details__submit {
    margin: 0;
    margin-right: auto; }
  .enter-gc__wrapper .card-input-example__card {
    width: 100%;
    border: 1px solid #ebebeb;
    color: #646772;
    min-height: 200px;
    padding: 1em 1em;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    .enter-gc__wrapper .card-input-example__card h4 {
      color: inherit; }
    .enter-gc__wrapper .card-input-example__card.with-brand {
      color: #fff;
      border: none; }

.confirm-sale__brand-image {
  max-width: 70px; }

.confirm-sale__table {
  display: grid;
  grid-template-columns: repeat(5, minmax(50px, 1fr));
  background-color: #fff;
  color: #444; }
  .confirm-sale__table.reconcile__table {
    grid-template-columns: repeat(6, minmax(50px, 1fr)); }

.small-cash {
  font-size: 1.5em;
  color: #06AEFF; }

.small-cash-caption {
  display: none; }

.confirm-sale__table-headers {
  font-weight: 700;
  border-bottom: 1px solid #ebebeb; }

.confirm-sale__table-row,
.confirm-sale__table-headers,
.confirm-sale__table-total {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, minmax(50px, 1fr));
  align-items: center;
  padding: 10px 0px; }
  .confirm-sale__table-row.reconcile__table-total,
  .confirm-sale__table-headers.reconcile__table-total,
  .confirm-sale__table-total.reconcile__table-total {
    grid-template-columns: repeat(6, minmax(50px, 1fr)); }
  .confirm-sale__table-row p,
  .confirm-sale__table-headers p,
  .confirm-sale__table-total p {
    margin-bottom: 0px; }

.confirm-sale__table-row:nth-last-child(2) {
  border-bottom: 1px solid #ebebeb; }

.confirm-sale__table-row:last-child p {
  font-weight: 700; }

.confirm-sale__table-total {
  grid-template-columns: 5fr 1fr; }
  .confirm-sale__table-total p:first-child {
    text-align: right;
    padding-right: 10px; }

.confirm-sale__button-wrapper form {
  display: inline-block;
  margin-right: 20px; }

.reconcile__cancel-button,
.confirm-sale__cancel-button {
  background-color: #fff;
  border: 1px solid #EBEBEB;
  color: #646772; }

.confirm-sale__confirm-button {
  min-width: 72px;
  box-sizing: border-box; }

.confirm-sale__buttons {
  display: flex;
  justify-content: flex-end;
  align-content: center; }
  .confirm-sale__buttons div {
    margin-right: 20px; }

.verify-card__select {
  flex-grow: 1; }

.verify-card__date,
.verify-card__select {
  display: flex;
  margin-bottom: 20px;
  align-items: center; }
  .verify-card__date p,
  .verify-card__select p {
    margin-bottom: 0;
    margin-right: 10px;
    font-weight: 700; }

.verify-card__date input {
  width: 10%;
  margin-right: 10px; }

@keyframes tile_in_b2t {
  0% {
    opacity: 0;
    transform: translate(0, 64px); }
  to {
    opacity: 1;
    transform: translate(0); } }
.input-card-info__table {
  color: #444;
  text-align: center; }
  .input-card-info__table img {
    margin-right: 3%; }
  .input-card-info__table p {
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-right: 3%; }
  .input-card-info__table .input-card-info__pin-wrapper,
  .input-card-info__table .input-card-info__number-wrapper {
    flex: 1;
    position: relative;
    margin-right: 3%; }
    .input-card-info__table .input-card-info__pin-wrapper .tooltip,
    .input-card-info__table .input-card-info__number-wrapper .tooltip {
      max-width: 180px; }
  .input-card-info__table .input-card-info__table-headers {
    font-weight: 700;
    border-bottom: 1px solid #ebebeb; }
  .input-card-info__table .input-card-info__table-headers,
  .input-card-info__table .input-card-info__table-row {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5px;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 5px;
    animation: 250ms 0ms cubic-bezier(0.445, 0.05, 0.55, 0.95) backwards tile_in_b2t; }
  .input-card-info__table .input-card-info__input {
    padding-left: 10px;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ebebeb; }

button.input-card-info__delete {
  width: 25px;
  font-weight: 700;
  border-radius: 100%;
  height: 25px;
  font-size: 15px;
  line-height: 12px;
  color: #989898;
  border: none;
  outline: none;
  background: none; }
  button.input-card-info__delete:hover {
    background-color: #EBEBEB;
    color: #646772;
    transition: background-color 0.2s; }

.note {
  color: white; }

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  animation-duration: 0.8s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 1s; }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden; } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
  animation-duration: 0.8s; }

.tooltip-wrapper {
  width: 100%;
  position: absolute;
  top: 40px; }

.tooltip {
  position: relative;
  background-color: #565656;
  border-radius: 4px;
  width: max-content;
  padding: 6px;
  opacity: 1;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto; }

.tooltip:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #565656;
  position: absolute;
  top: -5px;
  left: 7px; }

.not-valid {
  outline-color: #ff6c6c; }

.ach-form .ach-form__group {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  margin-right: -10px; }
  .ach-form .ach-form__group input {
    margin-right: 10px;
    flex: 1 1 auto; }
.ach-form .ach-form__input {
  margin-bottom: 20px;
  display: flex;
  align-items: center; }
  .ach-form .ach-form__input label {
    margin-right: 10px;
    height: fit-content;
    height: -webkit-fit-content; }
  .ach-form .ach-form__input input {
    flex-grow: 1; }

.new-card-form {
  margin-right: -10px; }
  .new-card-form .new-card-form__group {
    width: 100%;
    margin-bottom: 20px;
    display: flex; }
    .new-card-form .new-card-form__group input {
      margin-right: 10px;
      flex: 1 1 auto; }

.new-card-form .new-card-form__group .input-city {
  flex: 1; }

.new-card-form .new-card-form__group .input-state {
  width: 60px;
  flex: none; }

.new-card-form .new-card-form__group .input-zip {
  width: 100px;
  flex: none; }

.error-msg-wrap {
  min-height: 40px;
  border: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  margin: 15px 0; }
  .error-msg-wrap img {
    max-width: 20px;
    display: inline-block; }
  .error-msg-wrap p {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px; }

.confirm-transacion__wrapper,
.bank-info__wrapper,
.credit-card__wrapper {
  margin-top: 40px; }
  .confirm-transacion__wrapper p.bank-info-leader,
  .bank-info__wrapper p.bank-info-leader,
  .credit-card__wrapper p.bank-info-leader {
    margin-bottom: 10px; }
  .confirm-transacion__wrapper h3,
  .bank-info__wrapper h3,
  .credit-card__wrapper h3 {
    margin-top: 0; }
  .confirm-transacion__wrapper ul,
  .bank-info__wrapper ul,
  .credit-card__wrapper ul {
    margin-bottom: 20px;
    padding-inline-start: 20px; }

#credit-card-auth #card-element {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ebebeb; }

@media (max-width: 768px) {
  .static-page__header {
    padding-top: 20px;
    padding-bottom: 35px; }

  #acquire {
    overflow-x: hidden; }
    #acquire .confirm-sale__ta {
      font-size: 12px; }
    #acquire .confirm-sale__table-headers,
    #acquire .confirm-sale__table-row {
      grid-template-columns: repeat(4, minmax(50px, 1fr)); }
      #acquire .confirm-sale__table-headers p:nth-child(2),
      #acquire .confirm-sale__table-row p:nth-child(2) {
        display: none; }
    #acquire .confirm-sale__table-row img {
      max-width: 45px; }
    #acquire .verify-card__date input {
      width: 20%; }
    #acquire .payout-options__blocks-wrapper {
      flex-direction: column; }
    #acquire .payout-options__block {
      width: 80%;
      margin: 20px auto;
      padding: 10px; }
    #acquire .get-offer__wrapper {
      flex-wrap: wrap; }
      #acquire .get-offer__wrapper .searchbar {
        width: 100% !important; }
      #acquire .get-offer__wrapper .get-offer__balance-input,
      #acquire .get-offer__wrapper .get-offer__submit-button {
        width: 50% !important;
        margin-bottom: 10px;
        margin-top: 10px; }
      #acquire .get-offer__wrapper .get-offer__balance-input {
        padding: 0;
        padding-right: 20px;
        padding-left: 0; }
    #acquire .input-card-info__table .selling {
      overflow-x: scroll; }
    #acquire .ach-form .ach-form__group {
      width: 100%;
      margin-right: -10px;
      display: flex;
      flex-wrap: wrap; }
      #acquire .ach-form .ach-form__group input {
        flex: 1 1 auto;
        margin-right: 10px;
        margin-bottom: 20px; }
    #acquire .verify-card__select select#stored-credit-card {
      max-width: 200px; }
    #acquire .new-card-form .new-card-form__group {
      width: 100%;
      margin-right: -10px;
      display: flex;
      flex-wrap: wrap; }
      #acquire .new-card-form .new-card-form__group .input-city {
        flex: 6; }
      #acquire .new-card-form .new-card-form__group .input-zip {
        flex: 1 1 auto; }
      #acquire .new-card-form .new-card-form__group input {
        margin-bottom: 20px; }
      #acquire .new-card-form .new-card-form__group input:last-child {
        margin-bottom: 0; } }
@media (max-width: 768px) {
  .input-card-info__table.selling .input-card-info__table-headers {
    display: none; }
  .input-card-info__table.selling .tooltip {
    max-width: 100%; }
  .input-card-info__table.selling .input-card-info__table-row {
    padding: 14px; }
    .input-card-info__table.selling .input-card-info__table-row img {
      height: 35px; } }
.progress-indicator__wrapper {
  display: block;
  position: relative;
  margin: auto;
  box-sizing: border-box;
  padding: 5px 30px;
  max-width: 90%; }

.progress-indicator {
  position: relative;
  display: flex;
  align-items: center;
  margin: 12px auto;
  width: 100%;
  max-width: 700px;
  justify-content: center; }

.progress-indicator__bar {
  display: none;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  background: #06AEFF;
  height: 3px;
  background: none;
  transition: 1s;
  will-change: contents; }
  .progress-indicator__bar::-webkit-progress-bar {
    background-color: #ddd; }
  .progress-indicator__bar::-webkit-progress-value {
    background-color: #06AEFF;
    transition: all 0.5s ease-in-out; }

.progress-indicator__circle {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: white;
  border: 2px solid #ddd;
  border-radius: 50%;
  transition: all .2s ease-in-out;
  transition-delay: .3s;
  will-change: transform; }

.active .progress-indicator__circle {
  animation: bounce .5s forwards;
  animation-delay: .5s;
  border-color: #30DF99; }

.active-now .progress-indicator__circle {
  border-color: #06AEFF; }
  .active-now .progress-indicator__circle .progress-indicator__number {
    color: #06AEFF;
    font-weight: 700; }

.progress-indicator__check {
  width: 5px;
  height: 10px;
  border-right: solid 2px #30DF99;
  border-bottom: solid 2px #30DF99;
  transform: rotate(45deg);
  margin: auto;
  margin-top: 4px; }

.progress-indicator__circ-lab-wrap {
  display: flex; }

.progress-indicator__label {
  margin-bottom: 0;
  padding-left: 7px;
  line-height: 27px; }

.progress-indicator__circ-lab-wrap p:first-child {
  padding: 0;
  background-color: transparent;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #afafaf;
  font-weight: 700; }

.progress-indicator__arrow {
  width: 10px;
  height: 10px;
  border-right: solid 2px #dddddd;
  border-top: solid 2px #dddddd;
  transform: rotate(45deg);
  margin: auto; }

@media (max-width: 420px) {
  .progress-indicator__wrapper {
    max-width: 100%;
    height: auto; }

  .progress-indicator__label {
    display: none; }

  .progress-indicator__circle {
    width: 25px;
    height: 25px; }
    .progress-indicator__circle p {
      display: block;
      text-align: center;
      margin-bottom: 0;
      font-size: 12px;
      color: #b3b3b3; }
    .progress-indicator__circle::after {
      display: none; }
    .progress-indicator__circle.active {
      background: #30DF99; }
      .progress-indicator__circle.active p {
        color: #ffffff; } }
@media (max-width: 768px) {
  .progress-indicator__label {
    display: none; }

  .order-details__wrapper {
    margin-bottom: 30px; }
    .order-details__wrapper .progress-indicator__label {
      display: block; } }
.submit-cards .content-container,
.content-container.payout-options__wrapper {
  padding: 40px 0 0 0; }

/*--------------------------Confirmation----------------------------*/
.order-details__wrapper,
.order-details__summary,
.confirm-sale__contact-block,
.confirm-sale__faq-block {
  margin-bottom: 30px; }

.order-details__summary h3 {
  margin-top: 0; }

.confirm-sale__contact-block p, .confirm-sale__contact-block h3,
.confirm-sale__faq-block p,
.confirm-sale__faq-block h3 {
  margin: 0; }
.confirm-sale__contact-block p, .confirm-sale__contact-block a,
.confirm-sale__faq-block p,
.confirm-sale__faq-block a {
  display: inline; }

.confirmation-details__title {
  justify-content: center;
  height: 49px;
  margin-bottom: 20px; }
  .confirmation-details__title img {
    display: inline-block;
    width: 8%;
    height: auto;
    top: -3px;
    position: relative; }
  .confirmation-details__title h3 {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 49px; }

.confirmation-details__transaction-status p {
  text-transform: capitalize; }

.order-details__wrapper .progress-indicator__bar {
  display: block;
  transform: rotate(90deg) scale(0.8);
  transform-origin: left top;
  top: 14px;
  left: 14px; }
.order-details__wrapper .progress-indicator__check {
  display: none; }
.order-details__wrapper .progress-indicator__arrow {
  display: none; }
.order-details__wrapper .progress-indicator {
  flex-direction: column;
  align-items: baseline;
  margin: 0 auto; }
.order-details__wrapper .progress-indicator__circ-lab-wrap {
  margin-bottom: 30px;
  width: 100% !important; }
  .order-details__wrapper .progress-indicator__circ-lab-wrap:last-child {
    margin-bottom: 10px; }
.order-details__wrapper .progress-indicator__number {
  display: none; }
.order-details__wrapper .progress-indicator__circle {
  transform: scale(0.4);
  background-color: #ddd; }
.order-details__wrapper .active .progress-indicator__circle {
  background-color: #06AEFF;
  border-color: #06AEFF; }
.order-details__wrapper .active-now .progress-indicator__label {
  font-weight: 700; }
.order-details__wrapper .active-now .progress-indicator__circle {
  background-color: #06AEFF;
  transform: scale(0.6);
  box-shadow: 0px 0px 11px 1px rgba(7, 174, 255, 0.7); }
.order-details__wrapper .progress-indicator__wrapper {
  margin-left: 0;
  padding-left: 0; }

@media (max-width: 425px) {
  .submit-cards .progress-indicator__wrapper,
  .payment-wrapper .progress-indicator__wrapper,
  .acquire-confirmation .progress-indicator__wrapper {
    padding-right: 0;
    max-width: 70%;
    font-size: 13px;
    padding-left: 0;
    left: -10px;
    margin: auto; }

  .bank-info__wrapper {
    margin-top: 10px; }

  .progress-indicator__circle:after {
    word-wrap: normal;
    width: 60px;
    text-align: center; }

  .confirmation-details__title {
    height: auto; }
    .confirmation-details__title img {
      width: 100%;
      padding-left: 35%;
      padding-right: 35%;
      margin-bottom: 10px; }
    .confirmation-details__title h3 {
      line-height: 1;
      text-align: center;
      margin-left: 0;
      width: 100%; }

  .order-details__wrapper .progress-indicator__wrapper {
    max-width: 100%; }
  .order-details__wrapper .progress-indicator__label {
    display: block; } }
.reconcile-action-buttons {
  display: flex;
  justify-content: flex-end; }
  .reconcile-action-buttons .action-button {
    margin-left: 10px; }

.inline-error-wrap {
  display: flex;
  align-items: center; }
  .inline-error-wrap img {
    max-width: 20px;
    display: inline-block; }
  .inline-error-wrap p {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px; }

@media (max-width: 700px) {
  .container.reconcile-container {
    width: 1000px; } }
@media (min-width: 992px) {
  .container.reconcile-container {
    width: 100%; } }
@media (min-width: 1200px) {
  .container.reconcile-container {
    width: 1170px; } }
#faqs {
  margin: 40px 0 80px 0; }

.payout-options__title {
  text-align: center;
  margin-top: 80px; }

.acquire-faq__section h3 {
  margin-bottom: 30px; }

.acquire-faq__wrapper {
  display: flex;
  flex-wrap: wrap; }
  .acquire-faq__wrapper h4 {
    margin-bottom: 0; }
  .acquire-faq__wrapper div {
    width: 50%;
    margin-top: 40px;
    text-align: left; }
    .acquire-faq__wrapper div:nth-child(odd) {
      padding-right: 20px; }
    .acquire-faq__wrapper div:nth-child(even) {
      padding-left: 20px; }

.acquire-faq__answer {
  margin-bottom: 0;
  margin-top: 1rem; }

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

.progress-border {
  box-shadow: 0 1px #EBEBEB; }

.bank-selection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em;
  border: 1px dashed #ccc; }

@media (max-width: 1280px) {
  #acquire .static-page__header:not(#jumbo-header) {
    padding: 15vh 0; } }
@media (max-width: 768px) {
  #faqs .acquire-faq__wrapper div {
    width: 100%;
    padding: 0; }

  .input-card-info__table-row .input-card-info__delete {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 60px;
    height: 60px; }
  .input-card-info__table-row .small-cash {
    position: absolute;
    top: 0;
    right: 60px;
    margin: 12px 0; }
  .input-card-info__table-row .small-cash-caption {
    display: inline; }

  .input-card-info__number-wrapper,
  .input-card-info__pin-wrapper {
    min-width: 100%;
    margin-top: 10px; } }
@media (max-width: 512px) {
  .input-card-info__table-row .small-cash-caption {
    display: none; }

  .card-info-brand {
    display: none; } }
.category-page__header h2 {
  max-width: 80%;
  margin: auto; }

#category-page .gift-card-grid {
  min-height: 400px; }

@media (max-width: 576px) {
  .category-page__header {
    min-height: 200px; }
    .category-page__header h2 {
      display: none; } }
html,
body {
  margin: 0px;
  padding: 0px;
  min-height: 100%;
  height: 100%; }

#app {
  min-height: 100%; }

.link {
  cursor: pointer; }

.app__inner-container {
  padding-bottom: 446px;
  margin-bottom: 20px; }

footer {
  margin-top: -446px; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.badge {
  border: 1px solid #b0b0b0;
  padding: 4px 8px; }

.btn:focus, .btn:active {
  outline: none; }

.layout-container {
  min-height: 700px;
  padding-top: 20px; }

#flash a {
  color: inherit;
  text-decoration: underline; }

#loading-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  cursor: pointer; }

.btn-link-primary {
  color: #06AEFF;
  background-color: transparent;
  border-color: transparent; }
  .btn-link-primary:focus, .btn-link-primary.focus {
    color: #06AEFF;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  .btn-link-primary:hover {
    color: #06AEFF;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  .btn-link-primary:active, .btn-link-primary.active, .open > .btn-link-primary.dropdown-toggle {
    color: #06AEFF;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
    .btn-link-primary:active:hover, .btn-link-primary:active:focus, .btn-link-primary:active.focus, .btn-link-primary.active:hover, .btn-link-primary.active:focus, .btn-link-primary.active.focus, .open > .btn-link-primary.dropdown-toggle:hover, .open > .btn-link-primary.dropdown-toggle:focus, .open > .btn-link-primary.dropdown-toggle.focus {
      color: #06AEFF;
      background-color: rgba(0, 0, 0, 0);
      border-color: rgba(0, 0, 0, 0); }
  .btn-link-primary:active, .btn-link-primary.active, .open > .btn-link-primary.dropdown-toggle {
    background-image: none; }
  .btn-link-primary.disabled:hover, .btn-link-primary.disabled:focus, .btn-link-primary.disabled.focus, .btn-link-primary[disabled]:hover, .btn-link-primary[disabled]:focus, .btn-link-primary[disabled].focus, fieldset[disabled] .btn-link-primary:hover, fieldset[disabled] .btn-link-primary:focus, fieldset[disabled] .btn-link-primary.focus {
    background-color: transparent;
    border-color: transparent; }
  .btn-link-primary .badge {
    color: transparent;
    background-color: #06AEFF; }

.btn-round {
  border-radius: 25px; }

.btn-warning-outline {
  color: #06AEFF;
  background-color: transparent;
  border-color: #06AEFF; }
  .btn-warning-outline:focus, .btn-warning-outline.focus {
    color: #06AEFF;
    background-color: rgba(0, 0, 0, 0);
    border-color: #005a86; }
  .btn-warning-outline:hover {
    color: #06AEFF;
    background-color: rgba(0, 0, 0, 0);
    border-color: #0087c8; }
  .btn-warning-outline:active, .btn-warning-outline.active, .open > .btn-warning-outline.dropdown-toggle {
    color: #06AEFF;
    background-color: rgba(0, 0, 0, 0);
    border-color: #0087c8; }
    .btn-warning-outline:active:hover, .btn-warning-outline:active:focus, .btn-warning-outline:active.focus, .btn-warning-outline.active:hover, .btn-warning-outline.active:focus, .btn-warning-outline.active.focus, .open > .btn-warning-outline.dropdown-toggle:hover, .open > .btn-warning-outline.dropdown-toggle:focus, .open > .btn-warning-outline.dropdown-toggle.focus {
      color: #06AEFF;
      background-color: rgba(0, 0, 0, 0);
      border-color: #005a86; }
  .btn-warning-outline:active, .btn-warning-outline.active, .open > .btn-warning-outline.dropdown-toggle {
    background-image: none; }
  .btn-warning-outline.disabled:hover, .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline[disabled]:hover, .btn-warning-outline[disabled]:focus, .btn-warning-outline[disabled].focus, fieldset[disabled] .btn-warning-outline:hover, fieldset[disabled] .btn-warning-outline:focus, fieldset[disabled] .btn-warning-outline.focus {
    background-color: transparent;
    border-color: #06AEFF; }
  .btn-warning-outline .badge {
    color: transparent;
    background-color: #06AEFF; }

.btn-link-white {
  color: #fff;
  background-color: transparent;
  border-color: transparent; }
  .btn-link-white:focus, .btn-link-white.focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  .btn-link-white:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  .btn-link-white:active, .btn-link-white.active, .open > .btn-link-white.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
    .btn-link-white:active:hover, .btn-link-white:active:focus, .btn-link-white:active.focus, .btn-link-white.active:hover, .btn-link-white.active:focus, .btn-link-white.active.focus, .open > .btn-link-white.dropdown-toggle:hover, .open > .btn-link-white.dropdown-toggle:focus, .open > .btn-link-white.dropdown-toggle.focus {
      color: #fff;
      background-color: rgba(0, 0, 0, 0);
      border-color: rgba(0, 0, 0, 0); }
  .btn-link-white:active, .btn-link-white.active, .open > .btn-link-white.dropdown-toggle {
    background-image: none; }
  .btn-link-white.disabled:hover, .btn-link-white.disabled:focus, .btn-link-white.disabled.focus, .btn-link-white[disabled]:hover, .btn-link-white[disabled]:focus, .btn-link-white[disabled].focus, fieldset[disabled] .btn-link-white:hover, fieldset[disabled] .btn-link-white:focus, fieldset[disabled] .btn-link-white.focus {
    background-color: transparent;
    border-color: transparent; }
  .btn-link-white .badge {
    color: transparent;
    background-color: #fff; }

.form-control {
  box-shadow: none; }

.panel-group.brand-content {
  margin-top: 20px; }

@media (max-width: 767px) {
  .sidebar-brand-content {
    display: none; } }
.panel-group .panel > .list-group .list-group-item,
.panel-group .panel > .panel-collapse > .list-group .list-group-item {
  border: 0; }
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-color: transparent; }
.panel-group .panel-heading {
  border-color: transparent; }
.panel-group .panel + .panel {
  margin-top: 0;
  border-top: 0; }
.panel-group .panel-body {
  padding-top: 0;
  padding-bottom: 5px; }
.panel-group .panel-title {
  color: #1f2023;
  font-weight: bold;
  position: relative;
  line-height: 20px; }
  .panel-group .panel-title > a {
    text-decoration: none; }
  .panel-group .panel-title .caret {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px; }
.panel-group .panel > .list-group,
.panel-group .panel > .panel-collapse > .list-group {
  margin-bottom: 10px; }
.panel-group .list-group-item {
  padding: 10px 20px; }
.panel-group .panel-default-heading {
  background-color: #f3f3f3;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px; }
.panel-group .panel-middle-heading {
  padding: 0px 20px;
  border-bottom: 1px solid transparent; }
.panel-group .panel-middle-title {
  color: #06AEFF; }

.panel-container {
  padding-bottom: 10px; }

.centered-error {
  display: flex;
  flex-direction: column;
  min-height: 600px;
  justify-content: center; }
  .centered-error .error-headers {
    text-align: center; }
  .centered-error h3.main-title {
    color: #06AEFF; }

.manage-payment-panel {
  max-width: 600px; }

hr.thin {
  margin-top: 0px;
  margin-bottom: 0px; }

.bulk-buyer-alert {
  margin-top: 42px;
  margin-bottom: 0px; }

.sidebar-title {
  padding-bottom: 9px; }

.secondary-title {
  color: #797979; }

p {
  line-height: 1.7;
  margin-bottom: 20px; }

@media (min-width: 480px) {
  .sticky {
    display: none; } }
.sticky {
  position: sticky;
  top: 59px;
  padding: 15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
  z-index: 4; }
  .sticky .giftCardDetail-thumb {
    width: 64px;
    height: 40px; }
  .sticky .placeholder-wrapper {
    height: 100% !important; }
    .sticky .placeholder-wrapper p {
      font-size: 12px !important; }

.sticky-container {
  display: flex; }

.sticky-left {
  padding-right: 15px; }

.sticky-title {
  color: #1f2023;
  font-weight: 600; }

.giftCardDetail {
  overflow: hidden;
  zoom: 1; }

.giftCardDetail-thumb {
  vertical-align: top; }
  .giftCardDetail-thumb .placeholder-wrapper .brand-image-placeholder {
    position: absolute;
    top: 0; }

.with-bulk-buyer-notice .giftCardDetail {
  margin-top: 0px; }

.hide-desktop {
  display: none; }

@media (max-width: 768px) {
  .hide-desktop {
    display: initial; }

  .giftCardDetail {
    margin-top: 0; }

  .giftCardExtraInfo .hide-mobile {
    display: none; } }
@media (min-width: 768px) {
  .giftCardDetail-info {
    display: table-cell;
    overflow: hidden;
    zoom: 1;
    width: 10000px;
    vertical-align: bottom; }

  .giftCardDetail-image {
    display: block; }

  .giftCardDetail-image.brand-logo {
    z-index: 1;
    width: 100%; } }
.giftCard-discount.onSale {
  color: #ff9500; }

.giftCard-name.onSale {
  color: #ff9500; }

.giftCardDetail-subtitle {
  font-size: 20px;
  line-height: 30px; }

.giftCardDetail-list {
  margin-bottom: 0; }

.placeholder-wrapper {
  justify-content: baseline;
  position: relative;
  width: 100%; }
  .placeholder-wrapper .giftCard-image {
    position: absolute;
    top: 0;
    z-index: 1; }
  .placeholder-wrapper .brand-image-placeholder {
    z-index: -1;
    position: absolute;
    display: flex;
    width: 100%;
    height: 0;
    background-color: #bdbdbd;
    border-radius: 8px;
    /*fallback for cross browser compatibility*/
    border-radius: 5%/9%;
    justify-content: center;
    align-items: center; }
    .placeholder-wrapper .brand-image-placeholder p {
      margin: auto;
      width: 100%;
      color: #ffffff;
      text-align: center;
      line-height: 1; }

.placeholder-wrapper.placeholder-index {
  margin: auto; }
  .placeholder-wrapper.placeholder-index .giftCard-image.brand-logo {
    width: 100%; }

@media (min-width: 768px) {
  .fix-width-column {
    width: 550px; } }
.card-logo .brand-logo {
  position: absolute; }

.brand-logo {
  z-index: 1; }

.badge-and-message {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%; }

.table-responsive {
  border: 0; }

.table thead .btn,
.table tfoot .btn {
  padding-top: 0;
  padding-bottom: 0; }
.table td:first-child,
.table th:first-child {
  text-align: left; }
.table tbody tr:last-child td {
  border: 0px; }
.table tbody tr td {
  border-bottom: 1px solid #f5f5f5;
  vertical-align: middle !important; }
.table td.no-bottom-padding {
  border: none;
  padding-bottom: 3px !important; }
.table tr.message-row td {
  border-top: none; }
.table tr.message-row td.message-cell {
  padding-bottom: 5px;
  padding-top: 0px;
  text-align: left; }
.table.payment-sources td, .table.payment-sources th {
  padding-left: 0px; }

.m-t-md {
  margin-top: 42px !important; }

.p-y {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.p-b-lg {
  padding-bottom: 200px !important; }

.modal-content .close {
  font-size: 40px; }

.modal.collapse {
  display: block; }

.modal-background {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 0.3); }

.is-active {
  display: block;
  transition: display 0.3s linear; }

@media only screen and (max-width: 767px) {
  .modal-header,
  .modal-body,
  .modal-footer {
    padding-left: 15px;
    padding-right: 15px; } }
.login-form {
  background-color: white;
  border: 1px solid #f3f3f3;
  border-radius: 8px;
  padding: 25px;
  margin: 60px 0; }
  .login-form .button.primary {
    width: 100%; }

.email-subscription input[type=checkbox] {
  margin-right: 10px;
  width: 14px;
  height: 14px; }
.email-subscription p {
  display: inline; }

.login-email {
  margin-bottom: 25px; }

.login-form-modal {
  padding: 25px; }

.forgot-pw-link {
  position: relative;
  z-index: 1; }

.forgot-pw-title, .reset-pw-title {
  margin-bottom: 30px; }

.oauth-logo {
  cursor: pointer;
  border-radius: 25px;
  line-height: 36px;
  margin: 5px 2px;
  box-sizing: border-box;
  border: 1px solid transparent;
  text-align: center;
  padding: 10px 24px;
  font-size: 18px;
  line-height: 1.3333333;
  white-space: nowrap; }

.oauth-form a:hover {
  text-decoration: none; }

.oauth-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.google-login-logo {
  background-color: #e0492f;
  color: #FFF; }

.google-login-logo:hover .google-login-logo:hover {
  background-color: #bb3d27; }

.facebook-login-logo {
  background-color: #395697;
  color: #FFF; }

.facebook-login-logo:hover .facebook-login-logo:focus {
  background-color: #2a4071; }

.order-confirmation-box {
  margin-bottom: 100px; }
  .order-confirmation-box .btn {
    align-self: center; }

.img-confirmation {
  width: 200px;
  display: block;
  margin: auto;
  margin-bottom: 20px; }

.thank-you hr {
  margin-top: 30px;
  margin-bottom: 30px; }

.text-confirmation p,
.text-confirmation a {
  display: inline-block;
  margin-bottom: 0; }

.warning-msg {
  text-align: left;
  display: flex;
  margin: 30px auto; }
  .warning-msg .warning-msg-icon {
    width: 8%;
    margin-right: 20px;
    align-self: center; }
  .warning-msg .warning-msg-text {
    margin: 0px; }

.thank-you {
  text-align: center;
  margin: 100px auto;
  float: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media only screen and (min-width: 767px) {
    .thank-you {
      min-height: 500px; } }

.alert {
  position: fixed;
  top: 40px;
  z-index: 10000;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 1px 1px 1px #777;
  text-align: center; }

.alert.success a {
  color: #3c763d; }

@media (max-width: 768px) {
  .alert {
    width: 80%; } }
.inline-alert {
  box-shadow: 1px 2px 5px rgba(167, 167, 167, 0.5);
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid transparent;
  border-radius: 4px; }

.content-container {
  padding-bottom: 10px; }
  .content-container .to-home {
    margin-bottom: 10px; }

.badge-in-list {
  margin-left: 10px; }

tr.card-in-list.boxed {
  border: solid 3px #06AEFF; }

.pay-error .order-error {
  color: #ff9500; }

.pay-error.thank-you {
  justify-content: normal; }

/* Bulk Buyer */
.register-bulk-buyer {
  width: 100%;
  display: flex;
  justify-content: center; }
  .register-bulk-buyer .form-group.card-button {
    text-align: center; }

.bulk-buyer-box {
  max-width: 450px; }

.inline-btn {
  padding: 0; }

.sms-verification-prompt {
  margin: 20px; }
  .sms-verification-prompt .input-group {
    padding-bottom: 10px; }
  .sms-verification-prompt .submit-button {
    min-width: 120px; }

.pagination {
  margin: 10px; }
  .pagination a.left-most {
    margin-right: 15px; }
  .pagination a.right-most {
    margin-left: 15px; }

.bulk-order-spec-editor {
  max-width: 700px; }
  .bulk-order-spec-editor .small-panel-body {
    padding: 10px;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between; }
    .bulk-order-spec-editor .small-panel-body a.soft-link {
      color: #06AEFF; }
  .bulk-order-spec-editor .small-panel-body:last-child {
    padding-bottom: 10px; }
  .bulk-order-spec-editor input.balance {
    width: 60px;
    border-style: none; }
  .bulk-order-spec-editor .buttons {
    display: flex; }
  .bulk-order-spec-editor .query-form {
    margin-top: 5px; }
  @media only screen and (min-width: 768px) {
    .bulk-order-spec-editor span.text-between-mobile {
      display: none; } }
  @media only screen and (max-width: 768px) {
    .bulk-order-spec-editor input.balance {
      width: 50px; }
    .bulk-order-spec-editor span.text-between {
      display: none; } }

/* Device Verification */
#device-verification-input {
  width: 4.5em;
  margin-left: 0.5em;
  margin-right: 1em;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding: 4px 12px; }

.device-verification .done {
  vertical-align: inherit; }
.device-verification a.logout {
  color: #06AEFF; }

/* Bank Verification */
#bank-code-input {
  width: 2.2em;
  margin-left: 0.25em;
  margin-right: 1em;
  padding-left: 0.3em;
  border-color: #06AEFF;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px; }

#bank-code-input::placeholder {
  color: #b0b0b0; }

#bank-code-input::-webkit-inner-spin-button,
#bank-code-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#bank-code-input {
  -moz-appearance: textfield; }

/* Static Content */
.container.faq h4 {
  margin-top: 20px; }
.container.faq p {
  margin-bottom: 10px; }
.container.faq .discounts {
  margin-top: 50px;
  margin-bottom: 30px; }

.flex {
  display: flex; }

.content {
  width: 100%;
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto; }
  .content:not(.bleed) {
    padding-left: 15px;
    padding-right: 15px; }
  @media (max-width: 768px) {
    .content.bleed-mobile {
      padding: 0; } }
  .content.tall {
    padding-top: 128px;
    padding-bottom: 128px; }
  .content.small {
    max-width: 560px; }
  @media (max-width: 768px) {
    .content.flex {
      flex-direction: column;
      align-items: center; } }

.aside {
  width: 320px;
  min-width: 320px; }
  @media (max-width: 832px) {
    .aside {
      width: 256px;
      min-width: 256px; } }
  .aside.left {
    padding-right: 30px; }
    @media (max-width: 768px) {
      .aside.left {
        order: 1;
        width: 100%;
        padding-right: 15px; } }
  .aside.right {
    padding-left: 30px; }
  .aside.large {
    width: 384px;
    min-width: 384px; }
    @media (max-width: 768px) {
      .aside.large {
        width: 100%; } }

.aside-content-item {
  margin-top: 15px; }

@media (max-width: 768px) {
  .aside-content-thumb {
    display: none; } }

@media (max-width: 768px) {
  .brand-aside {
    padding-left: 15px;
    padding-right: 15px; } }

.brand-cards {
  width: 100%; }

@media (max-width: 768px) {
  .giftCardDetail {
    padding-left: 15px;
    padding-right: 15px; } }

.brand-page-content {
  margin: 75px 0 15px; }
  .brand-page-content .aside hr {
    margin: 30px 0; }
  .brand-page-content .aside .giftCardDetail-image {
    margin-bottom: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 10px; }

.brand-seo-content {
  text-align: justify; }
  @media (max-width: 768px) {
    .brand-seo-content h3 {
      display: none; }
    .brand-seo-content hr {
      margin: 30px 0; } }
  @media (min-width: 768px) {
    .brand-seo-content {
      margin-top: 30px; }
      .brand-seo-content hr {
        display: none; } }

.nowrap {
  white-space: nowrap; }

@media (max-width: 768px) {
  .login-button {
    width: 100%; } }
.button {
  display: inline-block;
  padding: 8px 15px;
  background: none;
  border-radius: 4rem;
  border: 1px solid #cccccc;
  white-space: nowrap;
  outline: none; }
  .button:hover {
    text-decoration: none; }
  .button.primary {
    color: #ffffff;
    background-color: #06aeff;
    border-color: #06aeff; }
    .button.primary:hover {
      background-color: #008ed2;
      border-color: #008ed2; }
  .button.secondary {
    color: #06aeff;
    background-color: rgba(255, 255, 255, 0);
    border-color: #06aeff; }
    .button.secondary:hover {
      color: #ffffff;
      background-color: #06aeff;
      border-color: #06aeff; }
  .button.remove {
    color: #999999;
    background-color: rgba(153, 153, 153, 0);
    border-color: #999999; }
    .button.remove:hover {
      color: #ffffff;
      background-color: #999999;
      border-color: #999999; }
  .button[disabled], .button.disabled {
    background: #cccccc;
    border-color: #cccccc; }
    .button[disabled]:hover, .button.disabled:hover {
      background: #cccccc;
      border-color: #cccccc; }

.float-tool {
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  padding: 0.5em 1em;
  width: 200px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 250ms 0ms ease-in;
  pointer-events: none;
  user-select: none;
  white-space: normal; }
  .float-tool:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0; }
  .float-tool.top {
    bottom: 100%;
    left: 50%;
    margin-bottom: 10px;
    transform: translate(-50%, 0); }
    .float-tool.top:before {
      bottom: -6px;
      left: 50%;
      margin-left: -6px;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top-color: rgba(0, 0, 0, 0.8);
      border-top-style: solid;
      border-top-width: 6px; }
  .float-tool.left {
    right: 100%;
    top: 50%;
    margin-right: 10px;
    transform: translate(0, -50%); }
    .float-tool.left:before {
      top: 50%;
      right: -6px;
      margin-top: -6px;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left-color: rgba(0, 0, 0, 0.8);
      border-left-style: solid;
      border-left-width: 6px; }

.last-four {
  line-height: 1;
  vertical-align: text-bottom; }

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