.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-weight: normal;
  font-size: 10px;
  font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  color: #636262;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
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; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
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; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  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; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
meta.foundation-version {
  font-family: "/5.5.2/";
}
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width:$medium_width)/";
  width: 0;
}
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:$medium_width)/";
  width: 40.0625em;
}
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:$medium_width) and (max-width:$large_width)/";
  width: 40.0625em;
}
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:$large_width)/";
  width: 64.0625em;
}
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:$large_width) and (max-width:$xlarge_width)/";
  width: 64.0625em;
}
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:$xlarge_width)/";
  width: 90.0625em;
}
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:$xlarge_width) and (max-width:$xxlarge_width)/";
  width: 90.0625em;
}
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:$xxlarge_width)/";
  width: 120.0625em;
}
meta.foundation-data-attribute-namespace {
  font-family: false;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background: #fff;
  cursor: auto;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}
a:hover {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.hide {
  display: none;
}
.invisible {
  visibility: hidden;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
}
textarea {
  height: auto;
  min-height: 50px;
}
select {
  width: 100%;
}
.row {
  margin: 0 auto;
  max-width: 130rem;
  padding: 0 2rem;
  width: 100%;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin: 0 -0.9375em;
  max-width: none;
  width: auto;
}
.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}
.row.unpadded {
  padding: 0;
}
.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
.column + .column:last-child,
.columns + .column:last-child,
.column +,
.columns:last-child,
.columns + {
  float: right;
}
.column + .column.end,
.columns + .column.end,
.column +,
.columns.end,
.columns + {
  float: left;
}
@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 90.0625em) {
  .row {
    padding: 0;
  }
}
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}
@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen {
  .show-for-small-only,
  .show-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only,
  .visible-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only,
  .hidden-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-small,
  table.show-for-small-down,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.show-for-small-only,
  td.show-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.show-for-small,
  td.show-for-small,
  th.show-for-small-down,
  td.show-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.hide-for-medium-up,
  td.hide-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.show-for-medium-only,
  td.show-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.show-for-medium,
  td.show-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.show-for-large-only,
  td.show-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.show-for-large,
  td.show-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.show-for-xlarge-only,
  td.show-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.show-for-xlarge,
  td.show-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-xlarge-only,
  .hide-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-xlarge-only,
  .visible-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-xlarge-only,
  .hidden-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-xlarge-only,
  table.show-for-xlarge-up,
  table.hide-for-xlarge,
  table.hide-for-xlarge-down,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up,
  table.show-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-down,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up,
  thead.show-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-down,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up,
  tbody.show-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-down,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up,
  tr.show-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.hide-for-xlarge-down,
  td.hide-for-xlarge-down,
  th.show-for-xxlarge-only,
  td.show-for-xxlarge-only,
  th.show-for-xxlarge-up,
  td.show-for-xxlarge-up,
  th.show-for-xxlarge,
  td.show-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
table.hide-for-landscape,
table.show-for-portrait {
  display: table !important;
}
thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}
tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}
tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}
td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}
@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  table.show-for-landscape,
  table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  table.show-for-portrait,
  table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
.show-for-touch {
  display: none !important;
}
.hide-for-touch {
  display: inherit !important;
}
.touch .show-for-touch {
  display: inherit !important;
}
.touch .hide-for-touch {
  display: none !important;
}
table.hide-for-touch {
  display: table !important;
}
.touch table.show-for-touch {
  display: table !important;
}
thead.hide-for-touch {
  display: table-header-group !important;
}
.touch thead.show-for-touch {
  display: table-header-group !important;
}
tbody.hide-for-touch {
  display: table-row-group !important;
}
.touch tbody.show-for-touch {
  display: table-row-group !important;
}
tr.hide-for-touch {
  display: table-row !important;
}
.touch tr.show-for-touch {
  display: table-row !important;
}
td.hide-for-touch {
  display: table-cell !important;
}
.touch td.show-for-touch {
  display: table-cell !important;
}
th.hide-for-touch {
  display: table-cell !important;
}
.touch th.show-for-touch {
  display: table-cell !important;
}
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus:focus,
.show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.print-only {
  display: none !important;
}
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  .show-for-print {
    display: inherit !important;
  }
}
@media print {
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}
@media not print {
  .show-for-print {
    display: none !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bree Serif', Georgia, serif;
  font-weight: 600;
  color: #19aece;
}
h1 {
  font-size: 3.3rem;
  font-weight: 100;
}
h2 {
  font-size: 2.8rem;
  font-weight: 300;
}
h3 {
  font-size: 2.1rem;
  font-weight: 300;
  color: #636262;
}
h4 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #636262;
}
h5 {
  font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #9f9f9f;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
h6 {
  font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
  font-size: 1.3rem;
  color: #9f9f9f;
}
h1.light-weight {
  font-weight: 100;
}
h1.white {
  color: #fff;
}
h2.mod--dark {
  color: #636262;
}
p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 1rem;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
a {
  color: #19aece;
  text-decoration: none;
}
a:hover {
  color: #179db9;
}
select {
  background-image: -webkit-linear-gradient(270deg, #fff 0%, #f4f4f4 100%);
  background-image: linear-gradient(-180deg, #fff 0%, #f4f4f4 100%);
  border: 1px solid #e5e5e5;
  box-shadow: 0px 1px 0px 0px rgba(162,162,162,0.5);
  border-radius: 3px;
  height: 38px;
  padding: 0 10px;
}
select:focus {
  outline: none;
  border: 1px solid #cacaca;
}
select:after {
  font-family: 'teamstores-icons';
  content: "\f107";
}
input {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #e1e5e6;
  border-radius: 3px;
  height: 38px;
  padding: 0 10px;
}
input:focus {
  outline: none;
  border: 1px solid #5eb3c5;
}
input[type="submit"] {
  width: 100%;
}
textarea {
  -webkit-appearance: none;
  max-width: 100%;
  min-width: 79%;
  max-height: 150px;
  min-height: 50px;
  height: 65px;
  width: 100%;
  background: #fff;
  border: 1px solid #e1e5e6;
  border-radius: 3px;
  padding: 10px;
}
textarea:focus {
  outline: none;
  border: 1px solid #5eb3c5;
}
label {
  display: inline-block;
  margin-bottom: 1rem;
}
.button {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  background: #9aaaae;
  border: 1px solid transparent;
  height: 40px;
  line-height: 39px;
  text-align: center;
  border-radius: 3px;
  padding: 0 25px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}
.button:focus {
  outline: none;
  border: 1px solid #6d8389;
}
.button:hover {
  background: #909da0;
  color: #fff;
}
.button:active {
  background: #839194;
  color: #fff;
}
.button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.button.disabled:hover {
  background: #9aaaae;
}
.button i {
  font-size: 2rem;
  margin-right: 0.5rem;
}
.button.primary {
  background: #1fd6fd;
}
.button.primary:focus {
  border: 1px solid #0895b3;
}
.button.primary:hover {
  background: #0bc7ef;
}
.button.primary:active {
  background: #18bee1;
}
.button.primary.disabled:hover {
  background: #1fd6fd;
}
.button + .button {
  margin-left: 1rem;
}
.form-center {
  width: 100%;
}
.input-group {
  margin-top: 1rem;
}
.input-container {
  position: relative;
}
.input-container label {
  position: absolute;
  top: 8px;
  left: 10px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.input-container input,
.input-container textarea {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-left: 100px;
  border-radius: 0;
  margin-top: -1px;
  position: relative;
  z-index: 5;
}
.input-container input:focus,
.input-container textarea:focus {
  z-index: 6;
}
.input-container textarea {
  height: 60px;
  min-height: 60px;
  max-height: 70px;
  max-width: 100%;
}
.input-container:first-child input,
.input-container:first-child textarea {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.input-container:last-child input,
.input-container:last-child textarea {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media only screen and (min-width: 40.0625em) {
  .form-center {
    width: 450px;
  }
  .input-container label {
    width: 20%;
    position: initial;
  }
  .input-container input,
  .input-container textarea {
    width: 79%;
    padding-left: 10px;
  }
  .input-container textarea {
    height: 60px;
    min-height: 60px;
    max-height: 70px;
    max-width: 79%;
  }
}
.table {
  border: 1px solid #dadada;
}
.table td,
.table th {
  text-align: left;
  padding: 8px 15px;
  border-bottom: 1px solid #dadada;
}
.table th {
  background: #f2f2f2;
}
.table h5 {
  margin-top: 1rem;
  text-align: center;
}
@font-face {
  font-family: 'teamstores-icons';
  src: url("/teamstores/inc/fonts/teamstores-icons.eot?-qdk2e0");
  src: url("/teamstores/inc/fonts/teamstores-icons.eot?#iefix-qdk2e0") format('embedded-opentype'), url("/teamstores/inc/fonts/teamstores-icons.ttf?-qdk2e0") format('truetype'), url("/teamstores/inc/fonts/teamstores-icons.woff?-qdk2e0") format('woff'), url("/teamstores/inc/fonts/teamstores-icons.svg?-qdk2e0#teamstores-icons") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon_"],
[class*=" icon_"] {
  font-family: 'teamstores-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon_apple:before {
  content: "\e622";
}
.icon_facebook-square:before {
  content: "\e623";
}
.icon_googleplus-square:before {
  content: "\e624";
}
.icon_instagram:before {
  content: "\e625";
}
.icon_linkedin:before {
  content: "\e626";
}
.icon_mail:before {
  content: "\e627";
}
.icon_paypal:before {
  content: "\e628";
}
.icon_pinterest:before {
  content: "\e629";
}
.icon_rss-feed:before {
  content: "\e62a";
}
.icon_twitter:before {
  content: "\e62b";
}
.icon_vimeo:before {
  content: "\e62c";
}
.icon_youtube:before {
  content: "\e62d";
}
.icon_alarm:before {
  content: "\e600";
}
.icon_bookmark:before {
  content: "\e601";
}
.icon_bubble:before {
  content: "\e602";
}
.icon_cart:before {
  content: "\e603";
}
.icon_checkmark-circle:before {
  content: "\e604";
}
.icon_chevron-down-circle:before {
  content: "\e605";
}
.icon_chevron-down2:before {
  content: "\e606";
}
.icon_chevron-left-circle:before {
  content: "\e607";
}
.icon_chevron-left2:before {
  content: "\e608";
}
.icon_chevron-right-circle:before {
  content: "\e609";
}
.icon_chevron-right2:before {
  content: "\e60a";
}
.icon_chevron-up-circle:before {
  content: "\e60b";
}
.icon_chevron-up2:before {
  content: "\e60c";
}
.icon_circle-minus:before {
  content: "\e60d";
}
.icon_cog2:before {
  content: "\e60e";
}
.icon_cross-circle:before {
  content: "\e60f";
}
.icon_cross:before {
  content: "\e610";
}
.icon_download:before {
  content: "\e611";
}
.icon_enter-down:before {
  content: "\e612";
}
.icon_enter:before {
  content: "\e613";
}
.icon_envelope:before {
  content: "\e614";
}
.icon_exit-up:before {
  content: "\e615";
}
.icon_exit:before {
  content: "\e616";
}
.icon_file-add:before {
  content: "\e617";
}
.icon_frame-expand:before {
  content: "\e620";
}
.icon_list2:before {
  content: "\e618";
}
.icon_magnifier:before {
  content: "\e61f";
}
.icon_menu:before {
  content: "\e619";
}
.icon_question-circle2:before {
  content: "\e61a";
}
.icon_sync:before {
  content: "\e61b";
}
.icon_trash:before {
  content: "\e61c";
}
.icon_user2:before {
  content: "\e61d";
}
.icon_users:before {
  content: "\e61e";
}
.icon_arrows_expand:before {
  content: "\e621";
}
.icon_heart:before {
  content: "\f004";
}
.icon_star:before {
  content: "\f005";
}
.icon_star-o:before {
  content: "\f006";
}
.icon_user:before {
  content: "\f007";
}
.icon_th-large:before {
  content: "\f009";
}
.icon_th:before {
  content: "\f00a";
}
.icon_th-list:before {
  content: "\f00b";
}
.icon_check:before {
  content: "\f00c";
}
.icon_close:before {
  content: "\f00d";
}
.icon_remove:before {
  content: "\f00d";
}
.icon_times:before {
  content: "\f00d";
}
.icon_cog:before {
  content: "\f013";
}
.icon_gear:before {
  content: "\f013";
}
.icon_repeat:before {
  content: "\f01e";
}
.icon_rotate-right:before {
  content: "\f01e";
}
.icon_refresh:before {
  content: "\f021";
}
.icon_list:before {
  content: "\f03a";
}
.icon_dedent:before {
  content: "\f03b";
}
.icon_outdent:before {
  content: "\f03b";
}
.icon_indent:before {
  content: "\f03c";
}
.icon_video-camera:before {
  content: "\f03d";
}
.icon_image:before {
  content: "\f03e";
}
.icon_photo:before {
  content: "\f03e";
}
.icon_picture-o:before {
  content: "\f03e";
}
.icon_pencil:before {
  content: "\f040";
}
.icon_map-marker:before {
  content: "\f041";
}
.icon_adjust:before {
  content: "\f042";
}
.icon_tint:before {
  content: "\f043";
}
.icon_edit:before {
  content: "\f044";
}
.icon_pencil-square-o:before {
  content: "\f044";
}
.icon_share-square-o:before {
  content: "\f045";
}
.icon_check-square-o:before {
  content: "\f046";
}
.icon_chevron-left:before {
  content: "\f053";
}
.icon_chevron-right:before {
  content: "\f054";
}
.icon_question-circle:before {
  content: "\f059";
}
.icon_info-circle:before {
  content: "\f05a";
}
.icon_ban:before {
  content: "\f05e";
}
.icon_plus:before {
  content: "\f067";
}
.icon_minus:before {
  content: "\f068";
}
.icon_chevron-up:before {
  content: "\f077";
}
.icon_chevron-down:before {
  content: "\f078";
}
.icon_angle-left:before {
  content: "\f104";
}
.icon_angle-right:before {
  content: "\f105";
}
.icon_angle-up:before {
  content: "\f106";
}
.icon_angle-down:before {
  content: "\f107";
}
.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.content {
  /* Pepperidge Farm remembers. */
  -webkit-box-flex: 1 0 auto;
  /* IE10, ugh */
  -ms-flex: 1 0 auto;
  /* Unprefixed */
  flex: 1 0 auto;
  /* prefixed webkit syntax */
  -webkit-flex: 1 0 auto;
}
.flexboxtweener,
.flexboxtweener body {
  height: 100%;
}
html.mobile-menu--active {
  overflow: hidden;
}
body {
  padding-top: 50px;
}
body.mobile-menu--active {
  overflow: hidden;
  position: fixed;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  height: 5rem;
  line-height: 5rem;
  z-index: 9999;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}
.search {
  position: fixed;
  background: rgba(255,255,255,0.95);
  z-index: 9999;
  text-align: center;
  height: 100%;
  width: 100%;
  display: none;
}
.search.mod--active {
  display: table;
}
.search__padding {
  display: table-row;
}
.search__container {
  display: table-row;
  height: 10rem;
}
.search__close {
  display: block;
  margin-bottom: 1rem;
}
.search__close i {
  margin-right: 0.5rem;
  position: relative;
  top: 1px;
}
input.search__input {
  width: 100%;
  border: none;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 0;
  height: 65px;
  font-weight: 100;
}
input.search__input:focus {
  border-color: #f2f2f2;
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.search__button {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 100;
  height: auto;
}
.search__button i {
  font-size: 1.7rem;
  margin-right: 1rem;
}
.page-nav {
  background-color: #f1f1f1;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}
.page-nav__container {
  padding: 0;
}
.page-nav__item {
  height: 100%;
  text-align: center;
  line-height: 50px;
  border-bottom: 1px solid #dcdcdc;
}
.page-nav__item a {
  display: block;
  color: #909da0;
}
.page-nav__item:last-child {
  border-bottom: 0;
}
.page-nav__item:hover {
  background: #d9d9d9;
}
.page-nav__item:hover a {
  color: #69787b;
}
.page-nav__item.mod--active {
  background: #0bc7ef;
}
.page-nav__item.mod--active a {
  opacity: 1;
  color: #fff;
  cursor: default;
}
.page-nav__item.mod--disabled a {
  opacity: 0.3;
  cursor: default;
}
.page-nav__item.mod--disabled:hover {
  background: none;
}
.page-nav__item.mod--disabled:hover a {
  color: #909da0;
}
.closed-banner {
  background: #d84747;
  text-align: center;
}
.closed-banner h3 {
  color: #fff !important;
  margin-top: 7px;
  margin-bottom: 10px;
}
footer {
  height: auto;
  background: #1f1f1f;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
footer .row {
  padding: 0;
}
.footer__tagline {
  text-align: center;
}
.footer__tagline__image {
  width: 15rem;
  margin: 0 auto;
  display: inline-block;
  margin-top: 31px;
}
.footer__links,
.footer__social-icons {
  text-align: center;
  margin-top: 2rem;
}
.footer__links__link {
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 1rem;
}
.footer__links__link:first-of-type {
  margin-left: 0;
}
.footer__logo {
  text-align: center;
}
.footer__logo a {
  display: inline-block;
  width: 100px;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 16px;
}
.footer__social-icons {
  margin-top: 1rem;
  font-size: 3.5rem;
}
.footer__social-icons a {
  color: #9f9f9f;
  display: inline-block;
  -webkit-transition: -webkit-transform 60ms;
  transition: transform 60ms;
}
.footer__social-icons a:hover {
  color: #b7b7b7;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.cart-popup {
  display: none;
  line-height: 1;
  font-size: 1.4rem;
  background: #fff;
  width: 95%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 60px;
  padding: 1.2rem;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.14);
  border: 2px solid #7bbbc8;
}
.cart-popup:hover {
  opacity: 1;
}
.cart-popup__image-container,
.cart-popup__details {
  float: left;
}
.cart-popup__image-container {
  width: 75px;
  height: 75px;
  border: 1px solid #eee;
}
.cart-popup__image-container img {
  width: 75px;
}
.cart-popup__details {
  width: calc(100% - 75px);
  text-align: left;
  padding-left: 1.4rem;
  min-height: 85px;
}
.cart-popup__details__amount {
  color: #9f9f9f;
  margin-top: 0.2rem;
}
.cart-popup__details__name {
  margin-top: 1.5rem;
  color: #424242;
  font-weight: 600;
}
.cart-popup__details__options {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.cart-popup__buttons {
  clear: both;
}
.cart-popup__buttons a {
  float: left;
  font-size: 1.2rem;
  height: 30px;
  line-height: 28px;
  width: 48%;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
}
.cart-popup__buttons a:last-child {
  margin-left: 2%;
}
.cart-popup__buttons a i {
  font-size: 1.2rem;
}
.content {
  padding-bottom: 5rem;
}
.content__heading {
  margin-bottom: 0;
  margin-top: 2.5rem;
}
.message-header {
  clear: both;
  background: #f4f4f4;
  padding: 3rem 3rem;
  line-height: 1.5;
  border-radius: 3px;
  border: 1px solid #eaeaea;
  text-align: center;
}
.message-header--error {
  color: #e22c1d;
  background: #fceae8;
  border-color: #f8cac7;
}
@media only screen and (min-width: 40.0625em) {
  .page-nav {
    height: 50px;
  }
  .page-nav__item {
    line-height: 50px;
    border-right: 1px solid #dcdcdc;
    border-bottom: 0;
  }
  .page-nav__item:first-child {
    border-left: 1px solid #dcdcdc;
  }
  .footer__tagline {
    text-align: left;
  }
  .footer__tagline__image {
    margin-top: 31px;
  }
  .footer_logo {
    text-align: right;
  }
  .footer_logo a {
    margin-bottom: 0;
  }
  .cart-popup {
    padding: 2rem;
    width: 330px;
  }
  .cart-popup__buttons {
    clear: both;
  }
  .cart-popup__buttons a {
    float: left;
    font-size: 1.2rem;
    height: 30px;
    line-height: 28px;
    padding: 0 22px;
    margin-bottom: 0;
  }
  .cart-popup__buttons a i {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  body {
    padding-top: 10rem;
  }
  header {
    height: 10rem;
    line-height: 10rem;
    position: fixed;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
  }
  .page-nav__container {
    max-width: 60rem;
  }
  .content {
    padding-bottom: 3rem;
  }
  .content__heading {
    margin-bottom: 1rem;
    margin-top: 3rem;
  }
  .cart-popup {
    top: 110px;
  }
}
.desktop-menu {
  display: none;
  z-index: 10;
}
.desktop-menu__logo {
  width: 12%;
}
.desktop-menu__logo__link {
  display: inline-block;
}
.desktop-menu__logo__link__image {
  max-width: 100px;
  max-height: 75px;
}
.desktop-menu__categories {
  width: 60%;
}
.desktop-menu__categories__list {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 10rem;
}
.desktop-menu__categories__list__item {
  float: left;
  position: relative;
}
.desktop-menu__categories__list__item__underline {
  height: 1px;
  background: #19aece;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 40px;
  opacity: 0;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.desktop-menu__categories__list__item__link {
  font-size: 1.8rem;
  color: #9f9f9f;
  padding: 5px 15px;
}
.desktop-menu__categories__list__item__link .icon_angle-down {
  -webkit-transition: -webkit-transform 50ms;
  transition: transform 50ms;
}
.desktop-menu__categories__list__item__link:hover {
  color: #19aece;
}
.desktop-menu__categories__list__item__link:hover .icon_angle-down {
  display: inline-block;
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
}
.desktop-menu__categories__list__item__link:hover + .desktop-menu__categories__list__item__underline {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.desktop-menu__categories__list__item__link.mod--active {
  color: #19aece;
  font-weight: 600;
}
.desktop-menu__categories__list__item__dropdown {
  display: none;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  z-index: 15;
  position: absolute;
  top: 80px;
  left: 9px;
  width: auto;
  line-height: 1.5;
  min-width: 100px;
  text-align: left;
}
.desktop-menu__categories__list__item__dropdown__link {
  display: block;
  padding: 10px 25px;
  font-size: 1.6rem;
}
.desktop-menu__categories__list__item__dropdown__link:hover {
  background-color: #efefef;
}
.desktop-menu__categories__list__item:hover .desktop-menu__categories__list__item__dropdown {
  display: block;
}
.desktop-menu__actions {
  width: 28%;
  font-size: 2.5rem;
  text-align: right;
}
.desktop-menu__actions__item {
  color: #9f9f9f;
  border-left: 1px solid #e9e9e9;
  padding: 5px 8px 5px 15px;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.desktop-menu__actions__item:first-child {
  border-left: none;
}
.desktop-menu__actions__item:hover {
  color: #1a1919;
}
.desktop-menu__actions__item--logout {
  position: absolute;
  font-size: 1rem;
  line-height: 1;
  border-left: 0;
  right: 24px;
  top: 0;
  background-color: #f3f3f3;
  padding: 6px 10px;
}
.desktop-menu__actions__item--username {
  position: absolute;
  font-size: 1.2rem;
  line-height: 1;
  border-left: 0;
  right: 85px;
  top: 0;
  padding: 6px 10px;
}
.desktop-menu__actions__item--cart {
  position: relative;
}
.desktop-menu__actions__item--cart i {
  font-size: 2.8rem;
}
.desktop-menu__actions__item__icon {
  display: block;
  float: left;
}
.desktop-menu__actions__item--cart__quantity {
  display: none;
  position: absolute;
  left: 29px;
  font-size: 1rem;
  top: 0px;
  line-height: 1;
  background-color: #0bc7ef;
  padding: 3px 3px;
  border-radius: 6px;
  color: #fff;
  min-width: 2rem;
  text-align: center;
}
.desktop-menu__actions__item--cart__quantity.mod--show {
  display: block;
}
.desktop-menu__actions__item--cart__info {
  display: block;
  float: left;
  text-align: left;
  margin-left: 0.7rem;
}
.desktop-menu__actions__item--cart__label,
.desktop-menu__actions__item--cart__amount {
  display: block;
  line-height: 1.2;
  font-size: 1.4rem;
}
.desktop-menu__actions__item--cart__label {
  font-weight: 900;
  color: #424242;
}
.desktop-menu__actions__item--cart__amount {
  font-weight: 600;
  color: #9f9f9f;
}
@media only screen and (min-width: 64.0625em) {
  .desktop-menu__action__cart__info {
    display: inline-block;
  }
  .desktop-menu {
    display: block;
  }
}
.mobile-menu {
  display: block;
  position: relative;
  z-index: 10;
}
.mobile-menu__menu-icon {
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}
.mobile-menu__menu-icon .icon_menu {
  font-size: 30px;
  height: 50px;
  display: block;
  padding-top: 8px;
  padding-left: 9px;
  width: 50px;
}
.mobile-menu__logo .logo {
  max-width: 50px;
  max-height: 30px;
}
.mobile-menu__cart-icon__link {
  color: #9f9f9f;
}
.mobile-menu__cart-icon__icon-cart {
  float: right;
  font-size: 30px;
  height: 50px;
  display: block;
  padding-top: 8px;
  padding-left: 10px;
  width: 50px;
}
.mobile-menu__cart-icon__bubble {
  display: none;
  width: 1.2rem;
  height: 1.2rem;
  background: #0bc7ef;
  position: absolute;
  right: 7px;
  top: 7px;
  border-radius: 50%;
}
.mobile-menu__cart-icon__bubble.mod--show {
  display: block;
}
.mobile-menu__dropdown {
  display: none;
  position: fixed;
  top: 50px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #166b7d;
  opacity: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2rem;
  z-index: 10;
}
.mobile-menu__dropdown__categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu__dropdown__nav-item {
  color: #fff;
  border-bottom: 1px solid #93c1ca;
  font-size: 2.2rem;
  font-weight: 600;
}
.mobile-menu__dropdown__nav-item__link {
  color: #fff;
  padding-left: 4rem;
  padding-right: 3rem;
  display: block;
}
.mobile-menu__dropdown__nav-item__link:hover {
  color: #fff;
}
.mobile-menu__dropdown__nav-item__link:active {
  background: rgba(0,0,0,0.1);
}
.mobile-menu__dropdown__heading {
  padding-left: 3rem;
  padding-right: 3rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #a6c8cf;
  background: rgba(0,0,0,0.45);
  border-bottom: 1px solid #93c1ca;
  height: 35px;
  line-height: 34px;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}
.mobile-menu__dropdown__heading:first-child {
  border-top: 1px solid #93c1ca;
}
.mobile-menu__dropdown__heading:after {
  font-family: 'teamstores-icons';
  content: "\f067";
  float: right;
}
.mobile-menu__dropdown__heading.mod--expanded {
  background-color: rgba(0,0,0,0.25);
}
.mobile-menu__dropdown__heading.mod--expanded:after {
  content: "\f068";
}
.mobile-menu__search {
  position: relative;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}
.mobile-menu__search__icon-magnifier {
  color: #fff;
  font-size: 18px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.mobile-menu__search__search-input {
  background: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  color: #a1d6e0;
  border: 1px solid #93c1ca;
  border-radius: 3px;
  width: 100%;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.6rem 1rem 0.7rem 3.2rem;
}
.mobile-menu__search__search-input:focus {
  border-color: #fff;
}
.mobile-menu__search__search-input::-webkit-input-placeholder {
  color: #93c1ca;
}
.mobile-menu__search__search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #93c1ca;
}
.mobile-menu__search__search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #93c1ca;
}
.mobile-menu__search__search-input:-ms-input-placeholder {
  color: #93c1ca;
}
.site.mobile-menu--active .mobile-menu__menu-icon .icon_menu:before {
  content: "\e60f";
}
.site.mobile-menu--active .mobile-menu__dropdown {
  display: block;
}
body.no-touch .mobile-menu__dropdown__nav-item:hover {
  background: rgba(0,0,0,0.15);
}
body.no-touch .mobile-menu__dropdown__nav-item__link:hover {
  color: #fff;
}
@media only screen and (min-width: 64.0625em) {
  .mobile-menu {
    display: none;
  }
}
.store-banner {
  position: relative;
  background: #0b3842;
  height: auto;
  padding-top: 22px;
  padding-bottom: 22px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.store-banner__color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #0b3842;
  z-index: 1;
}
.store-banner__tag,
.store-banner__school-name,
.store-banner__store-type {
  position: relative;
  z-index: 5;
}
.store-banner__tag {
  font-family: 'Bree Serif', Georgia, serif;
  font-size: 2rem;
  color: #19aece;
}
.store-banner__school-name {
  font-size: 4.2rem;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
}
.store-banner__store-type {
  font-size: 1.7rem;
  text-transform: uppercase;
  color: #fff;
}
.store-banner__categories {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.store-banner__categories__list {
  list-style: none;
  padding: 0;
}
.store-banner__categories__list__item {
  float: left;
  background: rgba(0,0,0,0.25);
  border: 1px solid #444;
  border-bottom: 0;
  color: #fff;
  line-height: 55px;
  font-size: 2rem;
  margin-left: 1rem;
  width: 18.5%;
}
.store-banner__categories__list__item:first-child {
  margin-left: 0;
}
.store-banner__categories__list__item:hover {
  background: rgba(0,0,0,0.35);
  border-color: #a4a4a4;
}
.store-banner__categories__list__item.mod--active {
  background: #0bc7ef;
  border-color: #56dcf9;
}
.store-banner__categories__list__item__link {
  color: #fff;
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.store-banner__categories__list__item__link:hover {
  color: #fff;
}
@media only screen and (min-width: 64.0625em) {
  .store-banner {
    height: auto;
    padding-top: 55px;
    padding-bottom: 85px;
  }
  .store-banner__categories {
    display: block;
  }
  .store-banner__tag {
    font-size: 2.4rem;
  }
  .store-banner__school-name {
    font-size: 6.4rem;
  }
  .store-banner__store-type {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  .store-banner {
    height: 350px;
    padding-top: 90px;
  }
  .store-banner__categories {
    display: block;
  }
}
.login__form,
.register__form {
  margin-top: 3rem;
}
.login__email,
.login__password {
  width: 100%;
  margin-top: 1rem;
}
.login__register-title {
  text-align: center;
}
.register__form input[type="text"],
.register__form input[type="email"],
.register__form input[type="tel"],
.register__form input[type="password"] {
  width: 100%;
  margin-top: 1rem;
}
.form-message {
  margin-top: 2rem;
  color: #e21717;
  text-align: center;
}
.form-message + .login__form,
.form-message + .register__form {
  margin-top: 0;
}
@media only screen and (min-width: 40.0625em) {
  .login__form,
  .register__form {
    margin-top: 5rem;
  }
}
.breadcrumbs {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #f2f2f2;
  padding: 1rem 0;
}
.product-main-container {
  margin-top: 0;
}
.product-images {
  padding-left: 0;
  padding-right: 0;
}
.close-slideshow {
  display: none;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}
.maximize-slideshow {
  text-align: center;
  display: none;
  font-size: 10px;
  position: absolute;
  top: 30%;
  left: 40%;
  z-index: 500;
  padding: 10px 12px 8px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  background-color: #5e5e5e;
  border-radius: 5px;
  opacity: 0.8;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
}
.maximize-slideshow:hover {
  color: #fff;
  opacity: 1;
  display: block;
}
.maximize-slideshow i {
  display: block;
  font-size: 20px;
  margin-bottom: 4px;
}
.maximize-slideshow.mod--hide {
  display: none !important;
}
.product__social {
  width: 190px;
  height: 50px;
  text-align: center;
  margin-top: -24px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.product__social:before {
  content: 'Share This';
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: -12px;
  margin-top: 11px;
}
.product__social span {
  display: none;
}
.product__social a {
  font-size: 50px;
  display: inline-block;
  -webkit-transition: -webkit-transform 100ms;
  transition: transform 100ms;
}
.product__social a:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.product__social .icon_twitter {
  color: #55acee !important;
}
.product__social .icon_facebook-square {
  color: #3b5998 !important;
}
.product__social .icon_mail {
  color: #2abb5f !important;
}
.slideshow {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 5px;
}
.slideshow-nav {
  border: 1px solid #dbdbdb;
  margin-left: -2.1rem;
  margin-right: -2.1rem;
}
.slideshow-nav img {
  width: 80px;
}
.slick-prev {
  left: 10px;
  z-index: 500;
}
.slick-prev:before {
  color: #343434;
}
.slick-next {
  right: 10px;
}
.slick-next:before {
  color: #343434;
}
.slick-slide:focus {
  outline: none;
}
.slick-track {
  margin-left: auto;
  margin-right: auto;
}
.product-images.mod--fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  background: rgba(0,0,0,0.9);
  margin: 0;
}
.product-images.mod--fullscreen .slideshow {
  margin-bottom: 13px;
}
.product-images.mod--fullscreen .slideshow .slick-slide {
  height: 100%;
}
.product-images.mod--fullscreen .slideshow .slick-slide img {
  height: calc(100vh - 170px);
  max-height: 100vw;
  margin: 0 auto;
}
.product-images.mod--fullscreen .slideshow-nav {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
.option-divider {
  background: none;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.option-input {
  width: 100%;
}
.product__model-number {
  display: none;
  color: #9f9f9f;
  font-size: 1.4rem;
}
.product__model-number:hover {
  text-decoration: underline;
}
.product__title {
  font-size: 2.7rem;
  margin: 0;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  line-height: 3.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  text-align: center;
}
.product__brand {
  display: none;
  font-size: 1.5rem;
  text-decoration: underline;
  margin-left: 0.5rem;
}
.product__price {
  margin: 0;
  color: #424242;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 4.5rem;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  font-size: 3rem;
}
.product__original-price {
  font-size: 1.6rem;
  color: #9f9f9f;
  text-decoration: line-through;
  margin-left: 0.5rem;
}
.product__description__title {
  position: relative;
  margin-top: 0;
  top: -42px;
}
.product__description__title .product__description__read-more {
  cursor: pointer;
  display: block;
  position: absolute;
  font-size: 1.2rem;
  top: 0;
  right: -2px;
  background: #e0e0e0;
  padding: 4px 10px;
  border-radius: 3px;
  line-height: 1;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.product__description__title .product__description__read-more .more {
  display: none;
}
.product__description__title .product__description__read-more .less {
  display: block;
}
.product__description__title .product__description__read-more:hover {
  background: #ddd;
}
.product__description__title.mod--overflow .product__description__read-more {
  right: 0;
}
.product__description__title.mod--overflow .product__description__read-more .more {
  display: block;
}
.product__description__title.mod--overflow .product__description__read-more .less {
  display: none;
}
.product__description {
  height: auto;
  position: relative;
}
.product__description * {
  margin: 0;
}
.product__description__title.mod--overflow + .product__description {
  height: 75px;
  overflow: hidden;
}
.product__description__title.mod--overflow + .product__description:after {
  content: "...";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14%;
  height: 1.5em;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0), #fff 70%);
  background: linear-gradient(to right, rgba(255,255,255,0), #fff 70%);
  line-height: 1.3em;
  font-size: 18px;
}
.product__quantity-control {
  position: relative;
  width: 110px;
}
input.product__quantity {
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  border-radius: 24px;
  color: #818181;
  line-height: 1.5;
  -webkit-appearance: none;
}
.product__quantity-minus,
.product__quantity-plus {
  position: absolute;
  top: 4px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #999;
  color: #999;
  opacity: 0.5;
  -webkit-transition: opacity 50ms;
  transition: opacity 50ms;
  cursor: pointer;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}
.product__quantity-minus:hover,
.product__quantity-plus:hover {
  opacity: 1;
}
.product__quantity-minus {
  left: 4px;
}
.product__quantity-plus {
  right: 4px;
}
.product__cart-button {
  margin-top: 3rem;
  margin-left: -2.1em;
  margin-right: -2.1em;
  border-radius: 0;
  height: 50px;
  line-height: 45px;
}
.product__mobile-total-price {
  margin-left: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
}
.product__total-price {
  display: none;
  margin-top: 0;
  color: #424242;
}
@media only screen and (min-width: 40.0625em) {
  .slideshow:hover + .maximize-slideshow {
    display: block;
  }
  .slideshow {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .slideshow-nav {
    border: none;
    border-top: 1px solid #dbdbdb;
    padding-top: 15px;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product-main-container {
    margin-top: 4rem;
  }
  .product-images {
    width: 41.66667%;
    padding: 0 0.9375em;
    margin-left: 0;
  }
  .product__social {
    height: 48px;
    position: absolute;
    top: 8px;
    right: 8px;
    width: auto;
    margin-bottom: 0;
  }
  .product__social:before {
    display: none;
  }
  .product__social span {
    display: inline-block;
    font-size: 12px;
    position: relative;
    top: -10px;
  }
  .product__social a {
    font-size: 35px;
  }
  .option-divider {
    background: #eaeaea;
    height: 1px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .product__title {
    font-size: 3.3rem;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
    line-height: 4rem;
  }
  .product__price {
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
    background: none;
    line-height: 1;
    font-size: 4.5rem;
  }
  .product__description__title {
    top: -30px;
  }
  .product__model-number,
  .product__brand {
    display: inline-block;
  }
  .product__cart-button {
    margin: 0;
    margin-top: 2rem;
    border-radius: 3px;
    height: 40px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .product__cart-button {
    width: 190px;
    float: left;
  }
  .product__cart-button {
    float: left;
    margin-left: 2rem;
    margin-top: 0;
  }
  .product__mobile-total-price {
    display: none;
  }
  .product__total-price {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1.5rem;
    float: left;
  }
}
.cart__items-title {
  margin-bottom: 0;
  padding-bottom: 1rem;
  padding-left: 2rem;
}
.cart__products {
  margin: 0 -0.5rem;
  width: auto;
}
.cart__items-title,
.cart__totals__total-title {
  color: #a6c8cf;
}
.cart__totals__total-title {
  margin-bottom: 0;
}
.cart__totals__total-price {
  margin-top: 0;
  line-height: 1;
}
.cart__totals__extras > div {
  display: inline-block;
  margin-right: 3rem;
}
.cart__totals__extras > div:last-child {
  margin-right: 0;
}
.cart__totals__extras .cart__totals__total-title {
  font-size: 1rem;
  color: #9f9f9f;
}
.cart__totals__extras .cart__totals__total-price {
  margin-bottom: 0;
  font-size: 2rem;
  color: #636262;
}
.cart__buttons--top {
  margin-top: 1.2rem;
  margin-bottom: 2rem;
}
.cart__buttons--top a.button {
  height: 30px;
  line-height: 30px;
  font-size: 1.2rem;
  width: 48%;
  margin-left: 0;
}
.cart__buttons--top a.button:first-child {
  margin-left: 2%;
}
.cart__buttons--top a.button i {
  font-size: 1.2rem;
}
.cart__buttons__checkout,
.cart__buttons__empty-cart {
  float: right;
}
.cart__buttons__checkout {
  margin-left: 1rem;
}
@media only screen and (min-width: 40.0625em) {
  .cart__products {
    display: table;
    width: 100%;
    margin: 0;
  }
  .cart__buttons--top {
    margin-bottom: 0;
  }
  .cart__buttons--top a.button {
    width: auto;
    margin-left: 1rem;
  }
}
.shipping-info-show:checked + .shipping-info {
  display: none;
}
.details-heading {
  margin-bottom: 0.5rem;
}
.checkout__checkout-button {
  margin-top: 4rem;
}
.payment > div {
  margin-top: 2rem;
}
#wepay_checkout_iframe {
  width: 100% !important;
  height: 450px !important;
}
@media only screen and (min-width: 64.0625em) {
  #wepay_checkout_iframe {
    width: 600px !important;
    height: 300px !important;
  }
}
#account-form h3 {
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 3rem;
  padding-top: 1rem;
  margin-bottom: 4rem;
}
.account__personal-info__confirm-password-container {
  display: none;
}
.account__billing-info {
  display: none;
}
.shipping-info-show:checked + .shipping-info {
  display: none;
}
.account__order-history {
  display: none;
}
.account__save-button {
  display: inline-block;
  float: right;
  margin-top: 3rem;
}
div[data-panel='#information-panel'] label,
div[data-panel='#statistics-panel'] label {
  font-size: 1.2rem;
  margin-bottom: 0;
  font-weight: 600;
}
div[data-panel='#information-panel'] label + div,
div[data-panel='#statistics-panel'] label + div {
  margin-bottom: 15px;
  font-size: 3rem;
}
.select-report {
  max-width: 250px;
}
.download-report {
  margin-top: 5px;
}
.mobile-orientation-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 500;
  background: rgba(0,0,0,0.9);
  bottom: 0;
  padding: 40px;
  text-align: center;
  padding-top: 100px;
}
.mobile-orientation-overlay h3 {
  color: #fff;
}
.mobile-orientation-overlay button {
  margin-left: auto;
  margin-right: auto;
}
.report-section {
  margin-top: 1rem;
}
@media only screen and (min-width: 40.0625em) {
  .mobile-orientation-overlay {
    display: none;
  }
}
.product-panel {
  background-color: #f4f4f4;
  border: 1px solid #e9e9e9;
  display: block;
  padding-bottom: 10px;
  width: 100%;
  position: relative;
  margin-top: 2rem;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  min-height: 38rem;
}
.product-panel__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 60ms;
  transition: opacity 60ms;
}
.product-panel__overlay__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2rem;
  width: 100%;
  text-align: center;
}
.product-panel__overlay__text i {
  display: inline-block;
  font-size: 1.5rem;
  margin-left: 5px;
  -webkit-transition: -webkit-transform 200ms;
  transition: transform 200ms;
}
.product-panel:hover .product-panel__overlay__text i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.product-panel__image {
  background-color: #fff;
  border-radius: 3px;
  display: inline-block;
  max-width: 100%;
  max-height: 300px;
  margin-bottom: 0.8rem;
}
.product-panel__name {
  font-size: 1.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  color: #424242;
  display: block;
  width: 100%;
}
.product-panel__price {
  font-size: 1.6rem;
  padding-right: 2rem;
  padding-left: 2rem;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  .product-panel {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .mobile-menu {
    display: none;
  }
}
html.no-touch .product-panel:hover .product-panel__overlay {
  opacity: 0.8;
}
.title-banner {
  position: relative;
  background: #0b3842;
  height: 100px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.title-banner__color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #0b3842;
  z-index: 1;
}
.title-banner__page-title {
  font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
  font-weight: 100;
  position: relative;
  z-index: 5;
  font-size: 4.2rem;
  line-height: 1;
  color: #fff;
}
@media only screen and (min-width: 40.0625em) {
  .title-banner {
    height: 120px;
  }
  .title-banner__page-title {
    font-size: 5rem;
    margin-top: 3.5rem;
  }
}
.product-order {
  margin-top: 3rem;
}
.product-order__select {
  width: 200px;
  margin-left: 0.8rem;
}
.order-details h4 {
  margin-top: 0;
}
.order-details h5 {
  margin-bottom: 0;
}
.product-cart-link {
  display: block;
  float: left;
  width: 100%;
  margin-top: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.product-cart-link__inner {
  background: #f4f4f4;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  position: relative;
}
.product-cart-link__quantity {
  margin-left: auto;
  margin-right: auto;
}
.product-cell {
  display: block;
  text-align: center;
}
.product-cell--image {
  font-size: 1.8rem;
  padding-left: 0;
  padding-top: 0.5rem;
  width: 100%;
}
.product-cell__image-container {
  width: 90px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
}
.product-cell__image {
  width: 90px;
}
.product-cart-link-container {
  display: inline-block;
  width: 78%;
  vertical-align: middle;
  text-align: center;
  margin-right: 0;
  padding-right: 0;
  margin-top: 0.5rem;
}
.product-cart-link__link {
  font-size: 1.4rem;
  display: block;
  line-height: 1.5;
}
.product-cell--details {
  max-width: 200px;
  display: none;
}
.product-details-in-title {
  display: block;
  margin-top: 0.3rem;
  font-size: 1.5rem;
}
.product-cell--price {
  font-size: 2rem;
  font-weight: 600;
}
.product-cell--subtotal {
  font-size: 1.4rem;
  color: #9f9f9f;
  display: inline-block;
  width: 20%;
  text-align: right;
  display: none;
}
.product-cell--quantity {
  margin-top: 1.5rem;
}
.product-cell--total {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.product-cell--delete {
  width: 75px;
  opacity: 0.7;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 3rem;
}
.product-cell--delete span {
  display: inline-block;
  height: 50px;
  vertical-align: middle;
  width: 100%;
}
.product-cell--delete i {
  margin-top: 8px;
  display: block;
  color: #f00;
}
.product-cell--delete:hover {
  opacity: 1;
}
@media only screen and (min-width: 40.0625em) {
  .product-cart-link {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
  }
  .product-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 1rem;
    width: auto;
  }
  .product-cell--image {
    text-align: left;
    width: auto;
    padding-left: 0;
    width: 100px;
  }
  .product-cell__image-container {
    float: none;
    display: inline-block;
    width: 90px;
  }
  .product-cell__image {
    margin: 1rem;
    height: 70px;
    width: 70px;
  }
  .product-cell--name-details {
    text-align: left;
  }
  .product-cart-link-container {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: auto;
    margin-left: 0;
    margin-top: 0;
    padding-right: 1rem;
    padding-left: 0;
  }
  .product-cell--details {
    max-width: 200px;
    display: none;
  }
  .product-cell--quantity {
    margin-top: 0;
  }
  .product-cell--price,
  .product-cell--quantity,
  .product-cell--delete {
    text-align: center;
    width: 10%;
  }
  .product-cell--price {
    font-size: 2rem;
    font-weight: 600;
  }
  .product-cell--delete {
    font-size: 2rem;
    position: static;
  }
  .product-cell--delete i {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .product-cell {
    display: table-cell;
  }
}

/*# sourceMappingURL=bundle.css.map */
