@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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; }

* {
  box-sizing: border-box; }

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

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

body {
  font-family: EverydaySans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #0053e2;
  text-decoration: none; }
  a:hover, a:focus {
    color: #003796;
    text-decoration: underline; }
  a:focus {
    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;
  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: normal;
  line-height: 1.1;
  color: inherit; }
  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: 48px; }

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

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

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

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

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

p {
  margin: 0 0 10px;
  font-size: 18px; }

.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: #006cce; }

a.text-primary:hover,
a.text-primary:focus {
  color: #00519b; }

.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: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #006cce; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #00519b; }

.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 20px;
  border-bottom: 1px solid #eeeeee; }

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

.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: 980px) {
    .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: 980px) {
  .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%; } }

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      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;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    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;
    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);
    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: #e6e5e5;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e5e5;
    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: #006cce;
  border-color: #005fb5; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #00519b;
    border-color: #001c35; }
  .btn-primary:hover {
    color: #fff;
    background-color: #00519b;
    border-color: #003f77; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00519b;
    border-color: #003f77; }
    .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: #003f77;
      border-color: #001c35; }
  .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: #006cce;
    border-color: #005fb5; }
  .btn-primary .badge {
    color: #006cce;
    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: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .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: #d58512;
      border-color: #985f0d; }
  .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: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    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: #006cce;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #004482;
    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 {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

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

.btn-xs {
  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%; }

.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;
  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: #006cce; }

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

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #006cce; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #006cce; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5d5d;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090808; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090808; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090808;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.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: #007cd6;
      background-color: #fff;
      border: 1px solid transparent;
      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: #007cd6;
    background-color: transparent;
    border-color: transparent; }
  .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: #007cd6;
    background-color: transparent;
    border-color: transparent;
    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: transparent;
    border-color: transparent;
    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; }

.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 {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    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 #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 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: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .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: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .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 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 980px) {
  .modal-lg {
    width: 900px; } }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }
  @media (min-width: 576px) {
    .modal-dialog-centered .modal-dialog-centered {
      min-height: calc(100% - 3.5rem); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(vendor/fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(vendor/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(vendor/fonts/MaterialIcons-Regular.woff) format("woff"), url(vendor/fonts/MaterialIcons-Regular.ttf) format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("vendor/scss/slick-carousel/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("vendor/scss/slick-carousel/fonts/slick.eot");
  src: url("vendor/scss/slick-carousel/fonts/slick.eot?#iefix") format("embedded-opentype"), url("vendor/scss/slick-carousel/fonts/slick.woff") format("woff"), url("vendor/scss/slick-carousel/fonts/slick.ttf") format("truetype"), url("vendor/scss/slick-carousel/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.dropdown .btn.dropdown-toggle {
  position: relative;
  background: transparent;
  border: none;
  padding-right: 20px; }

.dropdown .down-arr {
  position: absolute;
  top: 1px;
  right: 0;
  width: 15px;
  height: 15px;
  font-size: 22px; }

.dropdown .drop-item {
  position: relative;
  padding: 6px 60px 5px 20px;
  color: #017acd; }
  .dropdown .drop-item:hover {
    cursor: pointer;
    background: rgba(1, 122, 205, 0.1); }
  .drop-item > .drop-check {
    position: absolute;
    top: 4px;
    right: 10px;
    width: 18px;
    height: 18px;
    border: 1px solid #CCC; }
    .drop-check > .drop-tick {
      display: none; }
    .drop-item.checked-item .drop-tick {
      display: block;
      position: relative;
      top: -4px;
      font-size: 20px;
      font-weight: bold;
      color: #333; }

/*
 * jquery.rs.carousel.css 1.0.2
 * https://github.com/richardscarrott/jquery-ui-carousel
 *
 * Copyright (c) 2013 Richard Scarrott
 * http://www.richardscarrott.co.uk
 *
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 *
 * Depends:
 *  a basic reset + items must have width & height
 */
.rs-carousel-mask {
  overflow: hidden; }

.rs-carousel-runner {
  position: relative; }
  .rs-carousel-runner::after {
    display: block;
    content: '';
    clear: both; }

.rs-carousel-horizontal .rs-carousel-item {
  float: left; }

.rs-carousel-mask {
  position: relative; }

.rs-carousel-runner {
  transform: translate3d(0, 0, 0); }

.rs-carousel-transition .rs-carousel-runner {
  transition: transform .400s ease; }

.rte-styles p {
  margin: 0px;
  line-height: 1.5; }

.rte-styles ul li.apply-styles {
  list-style-type: disc; }

.rte-styles ol li.apply-styles {
  list-style-type: decimal; }

.rte-styles ul li.apply-styles.true-blue-text::marker,
.rte-styles ol li.apply-styles.true-blue-text::marker {
  color: #0053e2; }

.rte-styles ul li.apply-styles.bentonville-blue-text::marker,
.rte-styles ol li.apply-styles.bentonville-blue-text::marker {
  color: #001E60; }

.rte-styles ul li.apply-styles.walmart-green-text::marker,
.rte-styles ol li.apply-styles.walmart-green-text::marker {
  color: #6ABF4B; }

.rte-styles ul li.apply-styles.walmart-orange-text::marker,
.rte-styles ol li.apply-styles.walmart-orange-text::marker {
  color: #F48A16; }

.rte-styles ul li.apply-styles.walmart-red-text::marker,
.rte-styles ol li.apply-styles.walmart-red-text::marker {
  color: #ED2100; }

.rte-styles ul li.apply-styles.white-text::marker,
.rte-styles ol li.apply-styles.white-text::marker {
  color: #ffffff; }

.rte-styles ul li.apply-styles.sky-blue-text::marker,
.rte-styles ol li.apply-styles.sky-blue-text::marker {
  color: #A9DDF7; }

.rte-styles ul li.apply-styles.body-one::marker,
.rte-styles ol li.apply-styles.body-one::marker {
  font-size: 18px; }

.rte-styles ul li.apply-styles.body-two::marker,
.rte-styles ol li.apply-styles.body-two::marker {
  font-size: 14px; }

.rte-styles ul li.apply-styles.body-three::marker,
.rte-styles ol li.apply-styles.body-three::marker {
  font-size: 22px; }

.rte-styles ul li.apply-styles.body-four::marker,
.rte-styles ol li.apply-styles.body-four::marker {
  font-size: 26px; }

.rte-styles ul li.apply-styles.subhead-one::marker,
.rte-styles ol li.apply-styles.subhead-one::marker {
  font-size: 14px; }

.rte-styles ul li.apply-styles.subhead-two::marker,
.rte-styles ol li.apply-styles.subhead-two::marker {
  font-size: 12px; }

.rte-styles ul li.apply-styles.subhead-one::marker,
.rte-styles ol li.apply-styles.subhead-one::marker {
  text-transform: uppercase; }

.rte-styles ul li.apply-styles.subhead-two::marker,
.rte-styles ol li.apply-styles.subhead-two::marker {
  text-transform: uppercase; }

.rte-styles span.true-blue-text {
  color: #0053e2; }
  .rte-styles span.true-blue-text a {
    color: #0053e2; }

.rte-styles span.bentonville-blue-text {
  color: #001E60; }
  .rte-styles span.bentonville-blue-text a {
    color: #001E60; }

.rte-styles span.walmart-green-text {
  color: #6ABF4B; }

.rte-styles span.walmart-orange-text {
  color: #F48A16; }

.rte-styles span.walmart-red-text {
  color: #ED2100; }

.rte-styles span.sky-blue-text {
  color: #A9DDF7; }
  .rte-styles span.sky-blue-text a {
    color: #A9DDF7; }

.rte-styles span.white-text {
  color: #ffffff; }
  .rte-styles span.white-text a {
    color: #ffffff; }

.rte-styles span.adp-richtext-heading-1 {
  font-size: 48px; }

.rte-styles span.adp-richtext-heading-2 {
  font-size: 36px; }

.rte-styles span.adp-richtext-heading-3 {
  font-size: 32px; }

.rte-styles span.adp-richtext-heading-4 {
  font-size: 30px; }

.rte-styles span.adp-richtext-heading-5 {
  font-size: 24px; }

.rte-styles span.adp-richtext-heading-6 {
  font-size: 20px; }

.rte-styles ul, .rte-styles ol {
  font-size: 18px; }
  .rte-styles ul li::before, .rte-styles ol li::before {
    font-size: 18px;
    text-align: right; }

.rte-styles ol {
  counter-reset: ol;
  font-size: 18px; }
  .rte-styles ol > li {
    list-style-type: decimal; }
    .rte-styles ol > li::before {
      font-size: 18px;
      left: -45px;
      min-width: 35px; }
    .rte-styles ol > li > ol li {
      list-style-type: lower-alpha; }
      .rte-styles ol > li > ol li > ol li {
        list-style-type: lower-roman; }
        .rte-styles ol > li > ol li > ol li > ol li {
          list-style-type: decimal; }

.rte-styles ul {
  font-size: 18px; }
  .rte-styles ul > li::before {
    left: -35px;
    width: 25px;
    margin-right: -25px;
    font-size: 18px; }

@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari */
    color-adjust: exact !important;
    /*Firefox*/ }
  @page {
    size: 330mm 427mm;
    margin: 14mm; }
  .content-container {
    width: 1170px; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

body {
  font-family: EverydaySans, EverydaySans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  padding: 0 !important;
  /* overrides padding setted by a contexthub js */ }

.row {
  margin-left: -2vw;
  margin-right: -2vw; }
  @media (min-width: 980px) {
    .row {
      margin-left: -15px;
      margin-right: -15px; } }

.content-container {
  margin: 64px auto 0;
  max-width: 1500px;
  padding: 0 2vw;
  position: relative; }
  @media (min-width: 980px) {
    .content-container {
      margin-top: 60px;
      padding: 0 4vw; } }
  @media (min-width: 1500px) {
    .content-container {
      padding: 0 60px; } }

.content-container.notopmargin {
  margin-top: 0px !important; }

html.content-container-height100-max-md, html.content-container-height100-max-md body, html.content-container-height100-max-md .content-container {
  height: 100%; }

html.content-container-height100-max-md body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

html.content-container-height100-max-md .content-container {
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 980px) {
  html.content-container-height100-max-md, html.content-container-height100-max-md body, html.content-container-height100-max-md .content-container {
    height: auto; }
  html.content-container-height100-max-md body {
    display: block; }
  html.content-container-height100-max-md .content-container {
    margin-left: auto;
    margin-right: auto; } }

.separator {
  border-left: 1px solid #ccc;
  display: inline-block;
  width: 1px; }

.hamburger-wrapper {
  border: 1px solid transparent;
  border-radius: 50%;
  height: 40px;
  padding: 12px 8px;
  transition: .25s ease-in-out;
  width: 40px; }
  .hamburger-wrapper.open {
    border-color: #006cce; }
    .hamburger-wrapper.open .hamburger span:nth-child(1) {
      left: 50%;
      top: 50%;
      width: 0; }
    .hamburger-wrapper.open .hamburger span:nth-child(2) {
      transform: rotate(45deg); }
    .hamburger-wrapper.open .hamburger span:nth-child(3) {
      transform: rotate(-45deg); }
    .hamburger-wrapper.open .hamburger span:nth-child(4) {
      bottom: 50%;
      left: 50%;
      width: 0; }
  .hamburger-wrapper .hamburger {
    display: block;
    position: relative;
    height: 16px;
    transform: rotate(0);
    transition: .25s ease-in-out;
    width: 24px; }
    .hamburger-wrapper .hamburger span {
      background: #006cce;
      display: block;
      height: 2px;
      left: 0;
      position: absolute;
      transform: rotate(0);
      transition: .25s ease-in-out;
      width: 100%; }
      .hamburger-wrapper .hamburger span:nth-child(2), .hamburger-wrapper .hamburger span:nth-child(3) {
        top: calc(50% - 1px); }
      .hamburger-wrapper .hamburger span:nth-child(4) {
        bottom: 0; }

.overlay-button, .button-close {
  border-radius: 50%;
  height: 40px;
  opacity: 1;
  width: 40px; }

.button-close {
  border: 1px solid #017acd;
  background: #ffffff url(base/images/x-blue.svg) center center/20px auto no-repeat; }
  .darken-header-footer .button-close {
    border: 1px solid #001E60;
    background: transparent url(base/images/x-white.svg) center center/20px auto no-repeat; }

.content-container, .footer-background {
  font-family: EverydaySans;
  font-size: 16px; }
  .content-container h1, .footer-background h1 {
    font-size: 48px; }
  .content-container h2, .footer-background h2 {
    font-size: 36px; }
  .content-container h3, .footer-background h3 {
    font-size: 32px; }
  .content-container h4, .footer-background h4 {
    font-size: 30px; }
  .content-container h5, .footer-background h5 {
    font-size: 24px; }
  .content-container h6, .footer-background h6 {
    font-size: 20px; }
  .content-container a, .footer-background a {
    text-decoration: none; }
    .content-container a:hover, .footer-background a:hover {
      text-decoration: underline;
      cursor: pointer; }

/* PAGINATION (global) */
.pagination a {
  text-transform: uppercase; }
  .pagination a.page-link-text {
    letter-spacing: 3px; }
  .pagination a:hover {
    text-decoration: underline; }

.pagination .active a {
  cursor: default;
  font-weight: 600;
  pointer-events: none;
  pointer-events: none;
  text-decoration: none; }

.pagination .disabled {
  display: inline; }
  .pagination .disabled a, .pagination .disabled a:hover, .pagination .disabled a:focus {
    cursor: default;
    pointer-events: none;
    text-decoration: none; }

.pagination .page-prev, .pagination .page-next {
  height: 34px; }

.pagination .pagination-number {
  display: none; }
  @media (min-width: 980px) {
    .pagination .pagination-number {
      display: inline; } }

/* css radio/checkbox buttons */
.radio-link::before, .checkbox-link::before, .radio-link::after, .checkbox-link::after {
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.radio-link, .checkbox-link {
  padding-left: 40px;
  position: relative; }
  .active.radio-link::before, .active.checkbox-link::before {
    border-color: #007cd6; }
  .radio-link::before, .checkbox-link::before {
    border: 2px solid #757575;
    height: 20px;
    width: 20px; }
  .radio-link::after, .checkbox-link::after {
    border: none;
    height: 12px;
    margin: 0 4px;
    width: 12px; }

.radio-link.active::after {
  background: #007cd6; }

.radio-link::before, .radio-link::after {
  border-radius: 100%; }

.checkbox-link.active::after {
  background-image: url(base/images/checkmark-blue.svg); }

.checkbox-link::before {
  border-radius: 3px; }

.checkbox-link::after {
  background: transparent none center center / 100% auto no-repeat; }

.inline-block {
  display: inline-block;
  vertical-align: top; }

.bold {
  font-weight: bold; }

.main::after {
  content: '';
  display: block;
  clear: both; }

.bg-transparent {
  background-color: transparent; }

.bg-orange {
  background-color: #ce4c11; }

.bg-light-orange {
  background-color: #fba72b; }

.bg-green {
  background-color: #5FB446; }

.bg-light-green {
  background-color: #3f8756; }

.bg-blue {
  background-color: #004c91; }

.bg-light-blue {
  background-color: #78b9e7; }

.bg-gray {
  background-color: #757575; }

.walmart-ozark-noir {
  background-color: #001E60; }

.bg-coral {
  background-color: #ff3c3c; }

.bg-sams-blue {
  background-color: #22449b; }

.bg-sams-light-blue {
  background-color: #2983ea; }

.bg-sams-medium-blue {
  background-color: #1788da; }

.bg-sams-green {
  background-color: #10a04b; }

.bg-sams-light-orange {
  background-color: #FBA72B; }

.bg-sams-orange {
  background-color: #f37020; }

.bg-sams-red {
  background-color: #ec0439; }

.bg-sams-dark-gray {
  background-color: #333333; }

.bg-sams-primary-dark-blue {
  background-color: #00358e; }

.bg-sams-primary-main-blue {
  background-color: #0067a0; }

.bg-sams-primary-light-blue {
  background-color: #a4dbe8; }

.bg-sams-secondary-light-blue {
  background-color: #00afd7; }

.bg-sams-secondary-dark-gray {
  background-color: #7c878e; }

.bg-sams-secondary-light-gray {
  background-color: #d0d3d4; }

.bg-sams-supp-dark-purple {
  background-color: #514689; }

.bg-sams-supp-light-purple {
  background-color: #9063cd; }

.bg-sams-supp-green {
  background-color: #006f44; }

.bg-sams-supp-teal {
  background-color: #47d7ac; }

.bg-sams-supp-red {
  background-color: #fa4616; }

.bg-sams-supp-orange {
  background-color: #ff8f1c; }

.bg-sams-supp-pink {
  background-color: #de1b73; }

.bg-sams-supp-yellow {
  background-color: #ffb500; }

.bg-avp-green {
  background-color: #76c043; }

.bg-avp-orange {
  background-color: #f47521; }

.bg-avp-red {
  background-color: #ee362a; }

.bg-avp-blue {
  background-color: #0053E2; }

.bg-avp-deep-blue {
  background-color: #001E60; }

.bg-avp-light-blue {
  background-color: #78b9e7; }

.bg-avp-pink {
  background-color: #DD1385; }

.bg-avp-yellow {
  background-color: #FFF200; }

.highlight-gray {
  background-color: #d8d8d8; }

.bg-white {
  background-color: #ffffff; }

.bg-walmart-blue {
  background-color: #0053E2; }

.bg-default-blue {
  background-color: #0053E2; }

.bg-yellow {
  background-color: #FFF200; }

.walmart-yellow-tone {
  background-color: #F8E6A5; }

.gt-blue-ink {
  background-color: #041F41; }

.gt-global-green {
  background-color: #06F27B; }

.gt-granite-grey {
  background-color: #605E63; }

.gt-grey {
  background-color: #B9BBC5; }

.wmi-purple {
  background-color: #432188; }

.wmi-pink {
  background-color: #eb148d; }

.wmi-dark-blue {
  background-color: #081f2c; }

.wmi-medium-blue {
  background-color: #0070ce; }

.wmi-light-blue {
  background-color: #78b9e7; }

.wmi-yellow {
  background-color: #ffc220; }

.wmi-green {
  background-color: #76c043; }

.wmi-red {
  background-color: #ee3b2a; }

.wmi-orange {
  background-color: #f47521; }

.wmi-lavanda-suave {
  background-color: #9058C9; }

.wmi-lila-tenue {
  background-color: #BE9DDF; }

.wmi-amarillo-spark {
  background-color: #FFC220; }

.wmi-morado-cashi {
  background-color: #6212B2; }

/*Walmart rebranding colors Oct 2024, ECT-5869*/
.walmart-white {
  background-color: #FFFFFF; }

.walmart-true-blue {
  background-color: #0053e2; }

.walmart-spark-yellow {
  background-color: #FFC220; }

.walmart-sky-blue {
  background-color: #A9DDF7; }

.walmart-everyday-blue {
  background-color: #4DBDF5; }

.walmart-bentonville-blue {
  background-color: #001E60; }

.wmc-purple {
  background-color: #993EF4; }

.wmc-trueBlue {
  background-color: #0053E2; }

.wmc-teal {
  background-color: #00D0CD; }

/*Walmart rebranding colors ENDS*/
.walmart-charcoal {
  background-color: #333333; }

.bg-light-blue {
  background-color: #78b9e7; }

.walmart-blue-tone-1 {
  background-color: #4DBDF5; }

.walmart-blue-tone-2 {
  background-color: #A9DDF7; }

.walmart-off-white {
  background-color: #FAFAFA; }

.bg-green {
  background-color: #5FB446; }

.bg-red {
  background-color: #DE1C24; }

.bg-pink {
  background-color: #eb148d; }

.walmart-pink {
  background-color: #DD1385; }

.walmart-deep-blue {
  background-color: #041f41; }

.walmart-background-blue {
  background-color: #e1edf9; }

.bg-orange {
  background-color: #FA6400; }

.bg-teal {
  background-color: #3EC5E6; }

.bg-deep-blue {
  background-color: #001E60; }

.bg-sams-blue {
  background-color: #22449b; }

.bg-sams-light-blue {
  background-color: #2983ea; }

.bg-sams-medium-blue {
  background-color: #1788da; }

.bg-sams-green {
  background-color: #10a04b; }

.bg-sams-orange {
  background-color: #f37020; }

.bg-sams-red {
  background-color: #ec0439; }

.bg-sams-yellow {
  background-color: #fba72b; }

.bg-sams-gray {
  background-color: #333333; }

.bg-dark-blue {
  background-color: #064f8e; }

.bg-dark-yellow {
  background-color: #f79428; }

.bg-dark-light-blue {
  background-color: #1888c8; }

.bg-dark-green {
  background-color: #54a546; }

.bg-dark-red {
  background-color: #cb2022; }

.bg-dark-pink {
  background-color: #b51e6d; }

.bg-dark-orange {
  background-color: #e54e26; }

.bg-page-gray {
  background-color: #f2f2f2; }

.bg-jet-purple {
  background-color: #4f0099; }

.bg-moosejaw-red {
  background-color: #A93439; }

.bg-modcloth-gray-blue {
  background-color: #48515f; }

.bg-hayneedle-gray-blue {
  background-color: #45545f; }

.bg-shoes-blue {
  background-color: #203566; }

.bg-bonobos-brown {
  background-color: #2f1214; }

.bg-allswell-black {
  background-color: #000000; }

.bg-barenecessities-black {
  background-color: #000000; }

.bg-parcel-black {
  background-color: #000000; }

.bg-vudu-blue {
  background-color: #0072ce; }

.bg-eloquil-brown {
  background-color: #231f20; }

.bg-black {
  background-color: #000000; }

.bg-background-blue {
  background-color: #e1edf9; }

.bg-labs {
  background-color: #302951; }

.icon-walmart-yellow-tone {
  color: #F8E6A5; }

.icon-gt-blue-ink {
  color: #041F41; }

.icon-gt-global-green {
  color: #06F27B; }

.icon-gt-granite-grey {
  color: #605E63; }

.icon-gt-grey {
  color: #B9BBC5; }

.icon-walmart-spark-yellow {
  color: #FFC220; }

.icon-walmart-charcoal {
  color: #333333; }

.icon-walmart-blue-tone-1 {
  color: #4DBDF5; }

.icon-walmart-blue-tone-2 {
  color: #A9DDF7; }

.icon-walmart-off-white {
  color: #FAFAFA; }

.icon-wmi-purple {
  color: #432188; }

.icon-wmi-pink {
  color: #eb148d; }

.icon-wmi-dark-blue {
  color: #081f2c; }

.icon-wmi-medium-blue {
  color: #0070ce; }

.icon-wmi-light-blue {
  color: #78b9e7; }

.icon-wmi-yellow {
  color: #ffc220; }

.icon-wmi-green {
  color: #76c043; }

.icon-wmi-red {
  color: #ee3b2a; }

.icon-wmi-orange {
  color: #f47521; }

.bg-icon-transparent {
  color: transparent; }

.bg-icon-orange {
  color: #ce4c11; }

.bg-icon-light-orange {
  color: #fba72b; }

.bg-icon-green {
  color: #5FB446; }

.bg-icon-light-green {
  color: #3f8756; }

.bg-icon-blue {
  color: #004c91; }

.bg-icon-light-blue {
  color: #78b9e7; }

.bg-icon-gray {
  color: #757575; }

.bg-icon-coral {
  color: #ff3c3c; }

.bg-icon-sams-blue {
  color: #22449b; }

.bg-icon-sams-light-blue {
  color: #2983ea; }

.bg-icon-sams-medium-blue {
  color: #1788da; }

.bg-icon-sams-green {
  color: #10a04b; }

.bg-icon-sams-light-orange {
  color: #FBA72B; }

.bg-icon-sams-orange {
  color: #f37020; }

.bg-icon-sams-red {
  color: #ec0439; }

.bg-icon-sams-dark-gray {
  color: #333333; }

.bg-icon-avp-green {
  color: #76c043; }

.bg-icon-avp-orange {
  color: #f47521; }

.bg-icon-avp-red {
  color: #ee362a; }

.bg-icon-avp-blue {
  color: #0053E2; }

.bg-icon-avp-deep-blue {
  color: #001E60; }

.bg-icon-avp-light-blue {
  color: #78b9e7; }

.bg-icon-avp-pink {
  color: #DD1385; }

.bg-icon-avp-yellow {
  color: #FFF200; }

.highlight-gray {
  color: #d8d8d8; }

.bg-icon-white {
  color: #ffffff; }

.bg-icon-walmart-blue {
  color: #0053E2; }

.bg-icon-default-blue {
  color: #0053E2; }

.bg-icon-yellow {
  color: #FFF200; }

.bg-icon-light-blue {
  color: #78b9e7; }

.bg-icon-green {
  color: #5FB446; }

.bg-icon-red {
  color: #DE1C24; }

.bg-icon-pink {
  color: #eb148d; }

.walmart-icon-pink {
  color: #DD1385; }

.walmart-icon-deep-blue {
  color: #041f41; }

.walmart-icon-background-blue {
  color: #e1edf9; }

.bg-icon-orange {
  color: #FA6400; }

.bg-icon-teal {
  color: #3EC5E6; }

.bg-icon-deep-blue {
  color: #001E60; }

.bg-icon-sams-blue {
  color: #22449b; }

.bg-icon-sams-light-blue {
  color: #2983ea; }

.bg-icon-sams-medium-blue {
  color: #1788da; }

.bg-icon-sams-green {
  color: #10a04b; }

.bg-icon-sams-orange {
  color: #f37020; }

.bg-icon-sams-red {
  color: #ec0439; }

.bg-icon-sams-yellow {
  color: #fba72b; }

.bg-icon-sams-gray {
  color: #333333; }

.bg-icon-sams-primary-dark-blue {
  color: #00358e; }

.bg-icon-sams-primary-main-blue {
  color: #0067a0; }

.bg-icon-sams-primary-light-blue {
  color: #a4dbe8; }

.bg-icon-sams-secondary-light-blue {
  color: #00afd7; }

.bg-icon-sams-secondary-dark-gray {
  color: #7c878e; }

.bg-icon-sams-secondary-light-gray {
  color: #d0d3d4; }

.bg-icon-sams-supp-dark-purple {
  color: #514689; }

.bg-icon-sams-supp-light-purple {
  color: #9063cd; }

.bg-icon-sams-supp-green {
  color: #006f44; }

.bg-icon-sams-supp-teal {
  color: #47d7ac; }

.bg-icon-sams-supp-red {
  color: #fa4616; }

.bg-icon-sams-supp-orange {
  color: #ff8f1c; }

.bg-icon-sams-supp-pink {
  color: #de1b73; }

.bg-icon-sams-supp-yellow {
  color: #ffb500; }

.bg-icon-dark-blue {
  color: #064f8e; }

.bg-icon-dark-yellow {
  color: #f79428; }

.bg-icon-dark-light-blue {
  color: #1888c8; }

.bg-icon-dark-green {
  color: #54a546; }

.bg-icon-dark-red {
  color: #cb2022; }

.bg-icon-dark-pink {
  color: #b51e6d; }

.bg-icon-dark-orange {
  color: #e54e26; }

.bg-icon-page-gray {
  color: #f2f2f2; }

.bg-icon-jet-purple {
  color: #4f0099; }

.bg-icon-moosejaw-red {
  color: #A93439; }

.bg-icon-modcloth-gray-blue {
  color: #48515f; }

.bg-icon-hayneedle-gray-blue {
  color: #45545f; }

.bg-icon-shoes-blue {
  color: #203566; }

.bg-icon-bonobos-brown {
  color: #2f1214; }

.bg-icon-allswell-black {
  color: #000000; }

.bg-icon-barenecessities-black {
  color: #000000; }

.bg-icon-parcel-black {
  color: #000000; }

.bg-icon-vudu-blue {
  color: #0072ce; }

.bg-icon-eloquil-brown {
  color: #231f20; }

.bg-icon-black {
  color: #000000; }

.bg-icon-background-blue {
  color: #e1edf9; }

.bg-icon-labs {
  color: #302951; }

.style2-fix .bg-icon-transparent {
  color: #ffffff; }

.style2-fix .bg-icon-orange {
  color: #ffffff; }

.style2-fix .bg-icon-light-orange {
  color: #ffffff; }

.style2-fix .bg-icon-green {
  color: #ffffff; }

.style2-fix .bg-icon-light-green {
  color: #ffffff; }

.style2-fix .bg-icon-blue {
  color: #ffffff; }

.style2-fix .bg-icon-light-blue {
  color: #ffffff; }

.style2-fix .bg-icon-gray {
  color: #ffffff; }

.style2-fix .bg-icon-coral {
  color: #ffffff; }

.style2-fix .bg-icon-sams-blue {
  color: #ffffff; }

.style2-fix .bg-icon-sams-light-blue {
  color: #ffffff; }

.style2-fix .bg-icon-sams-medium-blue {
  color: #ffffff; }

.style2-fix .bg-icon-sams-green {
  color: #ffffff; }

.style2-fix .bg-icon-sams-light-orange {
  color: #ffffff; }

.style2-fix .bg-icon-sams-orange {
  color: #ffffff; }

.style2-fix .bg-icon-sams-red {
  color: #ffffff; }

.style2-fix .bg-icon-sams-dark-gray {
  color: #ffffff; }

.style2-fix .bg-icon-avp-green {
  color: #ffffff; }

.style2-fix .bg-icon-avp-orange {
  color: #ffffff; }

.style2-fix .bg-icon-avp-red {
  color: #ffffff; }

.style2-fix .bg-icon-avp-blue {
  color: #ffffff; }

.style2-fix .bg-icon-avp-deep-blue {
  color: #ffffff; }

.style2-fix .bg-icon-avp-light-blue {
  color: #ffffff; }

.style2-fix .bg-icon-avp-pink {
  color: #ffffff; }

.style2-fix .bg-icon-avp-yellow {
  color: #ffffff; }

.style2-fix .highlight-gray {
  color: #ffffff; }

.style2-fix .bg-icon-white {
  color: #ffffff; }

.style2-fix .bg-icon-walmart-blue {
  color: #ffffff; }

.style2-fix .icon-walmart-ozark-noir {
  color: #ffffff; }

.style2-fix .icon-walmart-charcoal {
  color: #ffffff; }

.style2-fix .icon-gt-blue-ink {
  color: #ffffff; }

.style2-fix .icon-gt-granite-grey {
  color: #ffffff; }

.style2-fix .icon-walmart-blue-tone-1 {
  color: #ffffff; }

.style2-fix .icon-walmart-blue-tone-2 {
  color: #ffffff; }

.style2-fix .icon-walmart-yellow-tone {
  color: #ffffff; }

.style2-fix .icon-walmart-spark-yellow {
  color: #ffffff; }

.style2-fix .icon-walmart-off-white {
  color: #ffffff; }

.style2-fix .icon-gt-global-green {
  color: #ffffff; }

.style2-fix .icon-gt-grey {
  color: #ffffff; }

.style2-fix .icon-wmi-purple {
  color: #ffffff; }

.style2-fix .icon-wmi-pink {
  color: #ffffff; }

.style2-fix .icon-wmi-dark-blue {
  color: #ffffff; }

.style2-fix .icon-wmi-medium-blue {
  color: #ffffff; }

.style2-fix .icon-wmi-light-blue {
  color: #ffffff; }

.style2-fix .icon-wmi-yellow {
  color: #ffffff; }

.style2-fix .icon-wmi-green {
  color: #ffffff; }

.style2-fix .icon-wmi-red {
  color: #ffffff; }

.style2-fix .icon-wmi-orange {
  color: #ffffff; }

.style2-fix .bg-icon-default-blue {
  color: #ffffff; }

.style2-fix .bg-icon-yellow {
  color: #ffffff; }

.style2-fix .bg-icon-light-blue {
  color: #ffffff; }

.style2-fix .bg-icon-green {
  color: #ffffff; }

.style2-fix .bg-icon-red {
  color: #ffffff; }

.style2-fix .bg-icon-pink {
  color: #ffffff; }

.style2-fix .walmart-icon-pink {
  color: #ffffff; }

.style2-fix .walmart-icon-deep-blue {
  color: #ffffff; }

.style2-fix .walmart-icon-background-blue {
  color: #ffffff; }

.style2-fix .bg-icon-orange {
  color: #ffffff; }

.style2-fix .bg-icon-teal {
  color: #ffffff; }

.style2-fix .bg-icon-deep-blue {
  color: #ffffff; }

.style2-fix .bg-icon-sams-blue {
  color: #ffffff; }

.style2-fix .bg-icon-sams-light-blue {
  color: #ffffff; }

.style2-fix .bg-icon-sams-medium-blue {
  color: #ffffff; }

.style2-fix .bg-icon-sams-green {
  color: #ffffff; }

.style2-fix .bg-icon-sams-orange {
  color: #ffffff; }

.style2-fix .bg-icon-sams-red {
  color: #ffffff; }

.style2-fix .bg-icon-sams-yellow {
  color: #ffffff; }

.style2-fix .bg-icon-sams-gray {
  color: #ffffff; }

.style2-fix .bg-icon-sams-primary-dark-blue {
  color: #ffffff; }

.style2-fix .bg-icon-sams-primary-main-blue {
  color: #ffffff; }

.style2-fix .bg-icon-sams-primary-light-blue {
  color: #ffffff; }

.style2-fix .bg-icon-sams-secondary-light-blue {
  color: #ffffff; }

.style2-fix .bg-icon-sams-secondary-dark-gray {
  color: #ffffff; }

.style2-fix .bg-icon-sams-secondary-light-gray {
  color: #ffffff; }

.style2-fix .bg-icon-sams-supp-dark-purple {
  color: #ffffff; }

.style2-fix .bg-icon-sams-supp-light-purple {
  color: #ffffff; }

.style2-fix .bg-icon-sams-supp-green {
  color: #ffffff; }

.style2-fix .bg-icon-sams-supp-teal {
  color: #ffffff; }

.style2-fix .bg-icon-sams-supp-red {
  color: #ffffff; }

.style2-fix .bg-icon-sams-supp-orange {
  color: #ffffff; }

.style2-fix .bg-icon-sams-supp-pink {
  color: #ffffff; }

.style2-fix .bg-icon-sams-supp-yellow {
  color: #ffffff; }

.style2-fix .bg-icon-dark-blue {
  color: #ffffff; }

.style2-fix .bg-icon-dark-yellow {
  color: #ffffff; }

.style2-fix .bg-icon-dark-light-blue {
  color: #ffffff; }

.style2-fix .bg-icon-dark-green {
  color: #ffffff; }

.style2-fix .bg-icon-dark-red {
  color: #ffffff; }

.style2-fix .bg-icon-dark-pink {
  color: #ffffff; }

.style2-fix .bg-icon-dark-orange {
  color: #ffffff; }

.style2-fix .bg-icon-page-gray {
  color: #ffffff; }

.style2-fix .bg-icon-jet-purple {
  color: #ffffff; }

.style2-fix .bg-icon-moosejaw-red {
  color: #ffffff; }

.style2-fix .bg-icon-modcloth-gray-blue {
  color: #ffffff; }

.style2-fix .bg-icon-hayneedle-gray-blue {
  color: #ffffff; }

.style2-fix .bg-icon-shoes-blue {
  color: #ffffff; }

.style2-fix .bg-icon-bonobos-brown {
  color: #ffffff; }

.style2-fix .bg-icon-allswell-black {
  color: #ffffff; }

.style2-fix .bg-icon-barenecessities-black {
  color: #ffffff; }

.style2-fix .bg-icon-parcel-black {
  color: #ffffff; }

.style2-fix .bg-icon-vudu-blue {
  color: #ffffff; }

.style2-fix .bg-icon-eloquil-brown {
  color: #ffffff; }

.style2-fix .bg-icon-black {
  color: #ffffff; }

.style2-fix .bg-icon-background-blue {
  color: #ffffff; }

.style2-fix .bg-icon-labs {
  color: #ffffff; }

@media print {
  .hide-on-print {
    display: none !important; }
  * {
    transition: none !important; } }

.dv-component {
  margin-bottom: 50px; }

.margin-bottom-0 {
  margin-bottom: 0px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-bottom-40 {
  margin-bottom: 30px !important; }
  @media (min-width: 768px) {
    .margin-bottom-40 {
      margin-bottom: 40px !important; } }

.margin-bottom-50 {
  margin-bottom: 30px !important; }
  @media (min-width: 768px) {
    .margin-bottom-50 {
      margin-bottom: 50px !important; } }

.adp-richtext li.adp-richtext-heading-1 {
  font-size: 48px;
  padding-left: 23px; }
  .adp-richtext li.adp-richtext-heading-1::before {
    font-size: 48px;
    margin-top: -2px; }

.adp-richtext li.adp-richtext-heading-2 {
  font-size: 36px;
  padding-left: 25px; }
  .adp-richtext li.adp-richtext-heading-2::before {
    font-size: 36px;
    margin-top: -2px; }

.adp-richtext li.adp-richtext-heading-3 {
  font-size: 32px;
  padding-left: 20px; }
  .adp-richtext li.adp-richtext-heading-3::before {
    font-size: 32px;
    margin-top: -2px; }

.adp-richtext li.adp-richtext-heading-4 {
  font-size: 30px;
  padding-left: 17px; }
  .adp-richtext li.adp-richtext-heading-4::before {
    font-size: 30px;
    margin-top: -2px; }

.adp-richtext li.adp-richtext-heading-5 {
  font-size: 24px;
  padding-left: 15px; }
  .adp-richtext li.adp-richtext-heading-5::before {
    font-size: 24px;
    margin-top: -2px; }

.adp-richtext li.adp-richtext-heading-6 {
  font-size: 20px;
  padding-left: 15px; }
  .adp-richtext li.adp-richtext-heading-6::before {
    font-size: 20px;
    margin-top: -2px; }

.adp-richtext li.body-one {
  font-size: 18px; }

.adp-richtext li.body-two {
  font-size: 14px; }
  .adp-richtext li.body-two::before {
    margin-top: -4px; }

.adp-richtext li.subhead-one {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold; }
  .adp-richtext li.subhead-one::before {
    margin-top: -4px; }

.adp-richtext li.subhead-two {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold; }
  .adp-richtext li.subhead-two::before {
    margin-top: -6px; }

.adp-richtext span.blue-text {
  color: #004c91; }

.adp-richtext span.yellow-text {
  color: #ffc220; }

.adp-richtext span.orange-text {
  color: #ce4c11; }

.adp-richtext span.red-text {
  color: #ae1e11; }

.adp-richtext span.adp-richtext-heading-1 {
  font-size: 48px; }

.adp-richtext span.adp-richtext-heading-2 {
  font-size: 36px; }

.adp-richtext span.adp-richtext-heading-3 {
  font-size: 32px; }

.adp-richtext span.adp-richtext-heading-4 {
  font-size: 30px; }

.adp-richtext span.adp-richtext-heading-5 {
  font-size: 24px; }

.adp-richtext span.adp-richtext-heading-6 {
  font-size: 20px; }

.adp-richtext ol {
  counter-reset: ol;
  list-style: none; }
  .adp-richtext ol > li::before {
    counter-increment: ol;
    content: counters(ol, ".") ". "; }

.adp-richtext ul > li {
  padding-left: 15px;
  position: relative;
  list-style-type: none; }

.adp-richtext ul li::before {
  font-size: 18px;
  content: "•";
  position: relative;
  left: -4px;
  margin-top: -4px; }

.adp-richtext ol span.adp-richtext-heading-1, .adp-richtext ol span.adp-richtext-heading-2, .adp-richtext ol span.adp-richtext-heading-3, .adp-richtext ol span.adp-richtext-heading-4, .adp-richtext ol span.adp-richtext-heading-5 {
  font-size: inherit; }

span.body-one {
  font-size: 18px; }

span.body-two {
  font-size: 14px; }

span.subhead-one {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold; }

span.subhead-two {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold; }

.cq-Editable-dom .adp-richtext ul li {
  list-style-type: disc; }
  .cq-Editable-dom .adp-richtext ul li.true-blue-text::marker {
    color: #0053e2; }

.cq-Editable-dom .adp-richtext ul .adp-richtext-heading-1::before {
  font-size: 48px;
  margin-top: -2px; }

.cq-Editable-dom .adp-richtext ul .adp-richtext-heading-2::before {
  font-size: 36px;
  margin-top: -2px; }

.cq-Editable-dom .adp-richtext ul .adp-richtext-heading-3::before {
  font-size: 32px;
  margin-top: -2px; }

.cq-Editable-dom .adp-richtext ul .adp-richtext-heading-4::before {
  font-size: 30px;
  margin-top: -2px; }

.cq-Editable-dom .adp-richtext ul .adp-richtext-heading-5::before {
  font-size: 24px;
  margin-top: -2px; }

.cq-Editable-dom .adp-richtext ul .adp-richtext-heading-6::before {
  font-size: 20px;
  margin-top: -2px; }

.cq-Editable-dom .adp-richtext ul .body-two::before {
  font-size: 18px;
  margin-top: -4px; }

.cq-Editable-dom .adp-richtext ul .subhead-one::before {
  font-size: 18px;
  margin-top: -4px; }

.cq-Editable-dom .adp-richtext ul .subhead-two::before {
  font-size: 18px;
  margin-top: -6px; }

.cq-Editable-dom .adp-richtext p {
  margin: 0px;
  line-height: 1.5; }

.cq-Editable-dom .adp-richtext p, .cq-Editable-dom .adp-richtext span.body-one {
  font-size: 18px; }

.cq-Editable-dom .adp-richtext h1, .cq-Editable-dom .adp-richtext span.adp-richtext-heading-1 {
  font-size: 48px;
  font-weight: normal; }

.cq-Editable-dom .adp-richtext h2, .cq-Editable-dom .adp-richtext span.adp-richtext-heading-2 {
  font-size: 36px;
  font-weight: normal; }

.cq-Editable-dom .adp-richtext h3, .cq-Editable-dom .adp-richtext span.adp-richtext-heading-3 {
  font-size: 32px;
  font-weight: normal; }

.cq-Editable-dom .adp-richtext h4, .cq-Editable-dom .adp-richtext span.adp-richtext-heading-4 {
  font-size: 30px;
  font-weight: normal; }

.cq-Editable-dom .adp-richtext h5, .cq-Editable-dom .adp-richtext span.adp-richtext-heading-5 {
  font-size: 24px;
  font-weight: normal; }

.cq-Editable-dom .adp-richtext h6, .cq-Editable-dom .adp-richtext span.adp-richtext-heading-6 {
  font-size: 20px;
  font-weight: normal; }

.cq-Editable-dom .adp-richtext span.body-one {
  font-size: 18px; }

.cq-Editable-dom .adp-richtext span.body-two {
  font-size: 14px; }

.cq-Editable-dom .adp-richtext span.subhead-one {
  font-size: 14px;
  text-transform: uppercase; }

.cq-Editable-dom .adp-richtext span.subhead-two {
  font-size: 12px;
  text-transform: uppercase; }

.cq-Editable-dom .adp-richtext span, .cq-Editable-dom .adp-richtext h1, .cq-Editable-dom .adp-richtext h2, .cq-Editable-dom .adp-richtext h3, .cq-Editable-dom .adp-richtext h4, .cq-Editable-dom .adp-richtext h5, .cq-Editable-dom .adp-richtext h6 {
  line-height: 1; }

.cq-Editable-dom .adp-richtext span.true-blue-text {
  color: #0053e2; }

.cq-Editable-dom .adp-richtext span.bentonville-blue-text {
  color: #001E60; }

.cq-Editable-dom .adp-richtext span.walmart-green-text {
  color: #6ABF4B; }

.cq-Editable-dom .adp-richtext span.walmart-orange-text {
  color: #F48A16; }

.cq-Editable-dom .adp-richtext span.walmart-red-text {
  color: #ED2100; }

.cq-Editable-dom .adp-richtext span.sky-blue-text {
  color: #A9DDF7; }

.cq-Editable-dom .adp-richtext span.white-text {
  color: #fff; }

.cq-Editable-dom .adp-richtext.is-edited ul {
  text-indent: -17px; }

.cq-Editable-dom .adp-richtext ul {
  font-size: 18px;
  list-style: disc; }
  .cq-Editable-dom .adp-richtext ul li > ul {
    list-style-type: circle; }
    .cq-Editable-dom .adp-richtext ul li > ul li > ul {
      list-style-type: square; }

.cq-Editable-dom .adp-richtext ol {
  font-size: 18px;
  counter-reset: ol;
  list-style: none; }
  .cq-Editable-dom .adp-richtext ol > li::before {
    counter-increment: ol;
    content: counters(ol, ".") ". "; }
  .cq-Editable-dom .adp-richtext ol span.adp-richtext-heading-1, .cq-Editable-dom .adp-richtext ol span.adp-richtext-heading-2, .cq-Editable-dom .adp-richtext ol span.adp-richtext-heading-3, .cq-Editable-dom .adp-richtext ol span.adp-richtext-heading-4, .cq-Editable-dom .adp-richtext ol span.adp-richtext-heading-5 {
    font-size: inherit; }

.cq-Editable-dom .adp-richtext ul > li {
  font-size: 18px;
  position: relative; }

.cq-Editable-dom .adp-richtext ul li::before {
  font-size: 18px;
  margin-right: 10px;
  content: "•";
  margin-top: -4px; }

.cq-Editable-dom .adp-richtext li > ul > li::before {
  content: ""; }

@keyframes rotate-forever-minsafe {
  00% {
    transform: rotate(0deg); }
  100.00% {
    transform: rotate(360deg); } }

.deprecated-container {
  position: relative; }

.columns-component.col-three .deprecated-container .deprecated .deprecated-notice-tag, .columns-component.col-four .deprecated-container .deprecated .deprecated-notice-tag, .columns-component.col-five .deprecated-container .deprecated .deprecated-notice-tag, .columns-component.col-six .deprecated-container .deprecated .deprecated-notice-tag,
.columns-new-component.col-new-three .deprecated-container .deprecated .deprecated-notice-tag, .columns-new-component.col-new-four .deprecated-container .deprecated .deprecated-notice-tag, .columns-new-component.col-new-five .deprecated-container .deprecated .deprecated-notice-tag, .columns-new-component.col-new-six .deprecated-container .deprecated .deprecated-notice-tag {
  width: 17px;
  height: 15px;
  margin-top: 21px;
  float: right;
  margin-right: -16px;
  border-top: 9px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 12px solid #0053E2; }

.columns-component.col-three .deprecated-container .deprecated .deprecation-notice, .columns-component.col-four .deprecated-container .deprecated .deprecation-notice, .columns-component.col-five .deprecated-container .deprecated .deprecation-notice, .columns-component.col-six .deprecated-container .deprecated .deprecation-notice,
.columns-new-component.col-new-three .deprecated-container .deprecated .deprecation-notice, .columns-new-component.col-new-four .deprecated-container .deprecated .deprecation-notice, .columns-new-component.col-new-five .deprecated-container .deprecated .deprecation-notice, .columns-new-component.col-new-six .deprecated-container .deprecated .deprecation-notice {
  margin-top: 0px; }

.deprecated {
  height: 125px;
  width: 100%;
  position: absolute;
  z-index: 15; }

.deprecation-notice {
  width: 387px;
  font-size: 14px;
  height: 99px;
  margin-top: 5px;
  padding: 8px 16px;
  border-radius: 4px;
  background-color: #0053E2;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  color: white;
  float: right; }

.deprecated-notice-tag {
  width: 17px;
  height: 15px;
  margin-top: 13px;
  float: right;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 12px solid #0053E2; }

.deprecated-icon {
  width: 30px;
  height: 24px;
  float: right; }

.deprecated-icon:before {
  content: '\ed7a';
  width: 100%;
  color: #ffc220;
  margin-right: 5px;
  font-family: 'iOS-Edge-Glyph';
  font-size: 21px;
  float: right;
  text-align: right; }
